:root {
  --cream: #f6efe3;
  --cream-2: #efe3d3;
  --paper: #fffdf8;
  --brown: #2f261f;
  --brown-2: #5a493e;
  --terracotta: #bf7651;
  --terracotta-dark: #9d583b;
  --rosewood: #9b6258;
  --rosewood-dark: #744741;
  --sand: #d9bca3;
  --line: rgba(47, 38, 31, .14);
  --shadow: 0 24px 70px rgba(75, 51, 36, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brown);
  background: var(--cream);
  font-family: "Heebo", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 42px)); margin-inline: auto; }
.section-pad { padding: 112px 0; position: relative; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 2000; background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(246, 239, 227, .88); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 40px rgba(54, 42, 32, .06); }
.nav-wrap { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--terracotta); color: #fff; }
.brand-mark svg { width: 30px; height: 30px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Rubik", "Heebo", sans-serif; font-size: 19px; line-height: 1.1; }
.brand small { color: var(--brown-2); font-size: 12px; margin-top: 4px; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.primary-nav a { font-size: 15px; font-weight: 600; position: relative; }
.primary-nav a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: -6px; height: 2px; background: var(--terracotta); transition: .25s ease; }
.primary-nav a:hover::after { left: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { width: 25px; height: 2px; background: var(--brown); display: block; margin: 5px 0; transition: .25s ease; }

.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; transform: rotate(180deg); }
.btn-primary { color: #fff; background: var(--terracotta); box-shadow: 0 10px 24px rgba(191, 118, 81, .25); }
.btn-primary:hover { background: var(--terracotta-dark); box-shadow: 0 16px 30px rgba(157, 88, 59, .28); }
.btn-small { min-height: 46px; padding: 10px 18px; font-size: 14px; }
.btn-outline { border-color: rgba(47, 38, 31, .25); background: transparent; }
.btn-outline:hover { background: var(--brown); color: #fff; }
.btn-full { width: 100%; }
.text-link { font-weight: 700; display: inline-flex; gap: 8px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.eyebrow { margin: 0 0 16px; color: var(--terracotta-dark); font-weight: 700; font-size: 14px; letter-spacing: .02em; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow.light { color: #eec9ad; }
h1, h2, h3 { font-family: "Rubik", "Heebo", sans-serif; line-height: 1.12; margin: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(54px, 6.3vw, 91px); font-weight: 700; }
h1 em, h2 em { font-style: normal; color: var(--terracotta); }
h2 { font-size: clamp(38px, 4.1vw, 60px); }
h3 { font-size: 24px; }
p { margin-top: 0; }

.hero { min-height: calc(100vh - 86px); display: grid; align-items: center; overflow: hidden; padding-top: 70px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.hero-copy { padding-bottom: 24px; }
.hero-identity {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(157, 88, 59, .18);
  border-radius: 999px;
  background: rgba(255, 253, 248, .62);
  color: var(--brown-2);
  font-size: 15px;
  line-height: 1.35;
}
.hero-identity strong { color: var(--brown); font-weight: 800; }
.hero-identity span { color: var(--terracotta-dark); font-weight: 700; }
.hero-lead { font-size: 23px; line-height: 1.55; max-width: 690px; margin: 28px 0 14px; color: var(--brown); font-weight: 500; }
.hero-sub { max-width: 650px; font-size: 18px; color: var(--brown-2); }
.hero-support { max-width: 650px; margin: 18px 0 0; padding: 14px 18px; border-right: 3px solid var(--rosewood); background: rgba(155,98,88,.08); border-radius: 12px 0 0 12px; color: var(--brown-2); }
.hero-support strong { color: var(--brown); }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; color: var(--brown-2); }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg { width: 18px; height: 18px; color: var(--terracotta); }
.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.portrait-frame { width: min(520px, 90%); aspect-ratio: 4/5; border-radius: 180px 180px 34px 34px; overflow: hidden; position: relative; box-shadow: var(--shadow); background: #d8d1c6; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; position: relative; z-index: 2; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg, transparent 55%, rgba(47,38,31,.18)); pointer-events: none; }
.portrait-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.55) 1.3px, transparent 1.3px); background-size: 17px 17px; z-index: 1; }
.portrait-note { position: absolute; z-index: 4; right: 28px; bottom: 28px; display: flex; align-items: flex-start; gap: 12px; color: #fff; }
.portrait-note p { margin: 0; font-size: 17px; line-height: 1.35; }
.portrait-note small { display: block; margin-top: 5px; max-width: 210px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.4; }
.pulse-dot { width: 11px; height: 11px; border-radius: 50%; background: #e4ae88; box-shadow: 0 0 0 8px rgba(228,174,136,.18); margin-top: 7px; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,253,248,.94); backdrop-filter: blur(8px); padding: 12px 16px; border-radius: 14px; box-shadow: 0 12px 32px rgba(64,45,33,.13); display: flex; align-items: center; gap: 10px; min-width: 112px; }
.floating-card span { color: var(--terracotta); font-size: 12px; font-weight: 800; }
.floating-card strong { font-size: 15px; }
.card-a { left: 0; top: 21%; }
.card-b { left: -18px; top: 43%; }
.card-c { left: 18px; top: 65%; }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-a { width: 450px; height: 450px; left: -220px; top: 110px; border: 1px solid rgba(191,118,81,.22); }
.hero-shape-b { width: 250px; height: 250px; right: -120px; bottom: 10px; background: rgba(155,98,88,.13); filter: blur(2px); }

.section-heading { margin-bottom: 56px; }
.section-heading.center { text-align: center; max-width: 820px; margin: 0 auto 62px; }
.section-heading.center .eyebrow { justify-content: center; }
.moments { background: var(--paper); }
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.moment-card { padding: 38px 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; min-height: 310px; transition: .3s ease; }
.moment-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(60,42,30,.09); }
.moment-card.featured { background: var(--cream); transform: translateY(-16px); }
.moment-card.featured:hover { transform: translateY(-22px); }
.moment-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: rgba(191,118,81,.12); color: var(--terracotta-dark); margin-bottom: 24px; }
.moment-icon svg { width: 35px; height: 35px; }
.step-label { font-size: 12px; color: var(--rosewood-dark); font-weight: 800; letter-spacing: .04em; }
.moment-card h3 { margin: 8px 0 12px; }
.moment-card p { color: var(--brown-2); margin: 0; }
.journey-quote { margin-top: 72px; padding: 52px 64px; background: var(--rosewood-dark); color: #fff; border-radius: var(--radius-lg); display: grid; grid-template-columns: 86px 1fr; gap: 26px; align-items: start; overflow: hidden; position: relative; }
.journey-quote::after { content: ""; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; position: absolute; left: -70px; top: -100px; }
.quote-mark { font-family: Georgia, serif; font-size: 110px; line-height: .75; color: #e7c4a9; }
.journey-quote h3 { font-size: clamp(28px, 3vw, 43px); max-width: 800px; margin-bottom: 14px; }
.journey-quote p { margin: 0; max-width: 840px; color: rgba(255,255,255,.8); font-size: 17px; }

.skills { background: var(--brown); color: #fff; overflow: hidden; }
.skills::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -220px; bottom: -300px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 64px; }
.split-heading h2 { max-width: 750px; }
.split-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.68); font-size: 18px; }
.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); }
.skill-item { padding: 42px 36px 46px; border-left: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); min-height: 250px; transition: background .25s ease; }
.skill-item:hover { background: rgba(255,255,255,.04); }
.skill-item > span { display: block; color: #e6ae87; font-weight: 800; margin-bottom: 40px; }
.skill-item h3 { margin-bottom: 13px; font-size: 23px; }
.skill-item p { margin: 0; color: rgba(255,255,255,.65); }

.philosophy { background: linear-gradient(90deg, var(--cream) 0 63%, var(--cream-2) 63%); }
.philosophy-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
.philosophy-copy h2 { margin-bottom: 30px; }
.philosophy-copy p { font-size: 17px; color: var(--brown-2); max-width: 700px; }
.philosophy-statement { min-height: 520px; border-radius: 160px 160px 30px 30px; background: var(--terracotta); color: #fff; padding: 100px 60px 60px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.philosophy-statement::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 145px 145px 20px 20px; }
.philosophy-statement p, .philosophy-statement strong { position: relative; z-index: 2; }
.philosophy-statement p { font-size: 24px; margin-bottom: 18px; color: rgba(255,255,255,.76); }
.philosophy-statement strong { font-family: "Rubik", sans-serif; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.22; }
.statement-line { width: 46px; height: 3px; background: #f2d5c0; margin-bottom: 30px; position: relative; z-index: 2; }
.mini-court { position: absolute; left: -20px; bottom: -30px; width: 200px; height: 200px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.mini-court span { position: absolute; background: rgba(255,255,255,.15); }
.mini-court span:nth-child(1) { width: 100%; height: 1px; top: 50%; }
.mini-court span:nth-child(2) { width: 1px; height: 100%; left: 50%; }
.mini-court span:nth-child(3) { width: 60px; height: 60px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: none; inset: 70px; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; padding: 30px 0 30px 35px; }
.about-photo-wrap { border-radius: 32px 140px 32px 32px; overflow: hidden; background: var(--cream-2); box-shadow: var(--shadow); }
.about-photo-wrap img { width: 100%; height: 610px; object-fit: cover; object-position: center 24%; filter: saturate(.92) contrast(1.02); }
.about-caption { position: absolute; right: -35px; bottom: 0; background: var(--rosewood-dark); color: #fff; padding: 22px 28px; border-radius: 18px; font-family: "Rubik", sans-serif; font-size: 22px; line-height: 1.25; box-shadow: 0 18px 40px rgba(83,46,42,.22); }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p { font-size: 17px; color: var(--brown-2); }
.about-points { margin-top: 32px; border-top: 1px solid var(--line); }
.about-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.about-points span { color: var(--terracotta); font-weight: 800; }
.about-points p { margin: 0; color: var(--brown-2); }
.about-points strong { color: var(--brown); }


.parents { background: linear-gradient(110deg, var(--paper) 0 58%, #f1e3d8 58%); }
.parents-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 86px; align-items: center; }
.parents-copy h2 { margin-bottom: 26px; }
.parents-copy > p { color: var(--brown-2); font-size: 17px; max-width: 690px; }
.parents-copy .btn { margin-top: 16px; }
.parents-panel { background: var(--rosewood-dark); color: #fff; border-radius: var(--radius-lg); padding: 42px; box-shadow: 0 24px 65px rgba(83,46,42,.18); position: relative; overflow: hidden; }
.parents-panel::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); left: -85px; top: -90px; }
.panel-kicker { position: relative; z-index: 2; color: #f2d5c0; font-weight: 800; font-size: 14px; margin-bottom: 24px; }
.parents-panel ul { list-style: none; margin: 0; padding: 0; position: relative; z-index: 2; }
.parents-panel li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.parents-panel li > span { color: #efc4a7; font-weight: 800; }
.parents-panel li strong { display: block; font-family: "Rubik", sans-serif; font-size: 19px; margin-bottom: 4px; }
.parents-panel li p { margin: 0; color: rgba(255,255,255,.68); }
.parents-boundary { position: relative; z-index: 2; margin-top: 26px; padding: 20px 22px; background: rgba(255,255,255,.08); border-radius: 16px; }
.parents-boundary strong { display: block; margin-bottom: 6px; color: #f4d7c2; }
.parents-boundary p { margin: 0; color: rgba(255,255,255,.74); }

.process { background: var(--cream); }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-track::before { content: ""; position: absolute; right: 6%; left: 6%; top: 35px; border-top: 1px dashed rgba(47,38,31,.32); }
.process-step { padding: 0 22px; position: relative; }
.process-number { width: 70px; height: 70px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; font-family: "Rubik", sans-serif; color: var(--terracotta); font-weight: 700; position: relative; z-index: 2; margin-bottom: 26px; transition: .25s ease; }
.process-step:hover .process-number { background: var(--terracotta); color: #fff; transform: translateY(-4px); }
.process-step h3 { font-size: 22px; margin-bottom: 12px; }
.process-step p { color: var(--brown-2); margin: 0; }
.process-note { margin-top: 60px; background: var(--paper); border-radius: var(--radius-md); padding: 26px 30px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.process-note p { margin: 0; max-width: 790px; color: var(--brown-2); }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: stretch; }
.service-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius-md); padding: 34px; display: flex; flex-direction: column; position: relative; min-height: 610px; transition: .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(61,43,31,.1); }
.service-card.featured { background: var(--brown); color: #fff; border-color: var(--brown); }
.recommended { position: absolute; top: 0; left: 30px; transform: translateY(-50%); background: var(--terracotta); color: #fff; padding: 7px 13px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.service-index { position: absolute; top: 28px; left: 30px; color: var(--terracotta); font-size: 13px; font-weight: 800; }
.service-icon { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: rgba(191,118,81,.1); color: var(--terracotta); margin-bottom: 28px; }
.service-card.featured .service-icon { background: rgba(255,255,255,.08); color: #efc4a7; }
.service-icon svg { width: 38px; height: 38px; }
.service-card h3 { font-size: 27px; margin-bottom: 18px; max-width: 280px; }
.service-card > p { color: var(--brown-2); }
.service-card.featured > p { color: rgba(255,255,255,.66); }
.service-card ul { list-style: none; padding: 0; margin: 18px 0 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-card li { padding: 6px 11px; border-radius: 999px; background: var(--cream); color: var(--brown-2); font-size: 13px; }
.service-card.featured li { background: rgba(255,255,255,.08); color: rgba(255,255,255,.78); }
.service-card > a { margin-top: auto; font-weight: 800; color: var(--terracotta-dark); display: flex; gap: 8px; align-items: center; }
.service-card.featured > a { color: #efc4a7; }

.faq { background: var(--cream-2); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin-bottom: 22px; }
.faq-intro > p { color: var(--brown-2); max-width: 440px; }
.faq-intro .text-link { margin-top: 20px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 24px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; text-align: right; font-family: "Rubik", sans-serif; font-size: 21px; font-weight: 600; }
.faq-item button i { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(47,38,31,.25); position: relative; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; background: var(--brown); left: 8px; right: 8px; top: 15px; height: 1.5px; transition: .25s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.active button i { background: var(--terracotta); border-color: var(--terracotta); }
.faq-item.active button i::before, .faq-item.active button i::after { background: #fff; }
.faq-item.active button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--brown-2); }
.faq-item.active .faq-answer { grid-template-rows: 1fr; }
.faq-item.active .faq-answer p { padding-bottom: 26px; }

.contact { background: var(--rosewood-dark); color: #fff; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 86px; align-items: center; position: relative; z-index: 2; }
.contact-copy h2 { margin-bottom: 26px; }
.contact-copy > p { color: rgba(255,255,255,.72); font-size: 18px; max-width: 600px; }
.contact-details { margin-top: 36px; display: grid; gap: 18px; }
.contact-details a, .contact-details > div { display: flex; align-items: center; gap: 15px; }
.contact-details svg { width: 29px; height: 29px; color: #efc4a7; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: rgba(255,255,255,.55); }
.contact-details strong { font-size: 19px; }
.contact-form { background: var(--paper); color: var(--brown); border-radius: var(--radius-lg); padding: 42px; box-shadow: 0 28px 80px rgba(73,43,37,.24); }
.form-head { margin-bottom: 26px; }
.form-head p { font-family: "Rubik", sans-serif; font-size: 32px; margin-bottom: 4px; font-weight: 700; }
.form-head span { color: var(--brown-2); }
.contact-form label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 15px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(47,38,31,.18); background: #fff; border-radius: 12px; margin-top: 7px; padding: 13px 14px; outline: none; transition: .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(191,118,81,.1); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-note { color: var(--brown-2); display: block; margin-top: 10px; text-align: center; }
.contact-shape { position: absolute; width: 560px; height: 560px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); right: -260px; top: -150px; }

.site-footer { background: #241d18; color: #fff; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 50px; align-items: start; }
.light-brand .brand-mark { background: rgba(255,255,255,.08); color: #e8b893; }
.light-brand small { color: rgba(255,255,255,.55); }
.footer-brand > p { color: rgba(255,255,255,.5); margin: 18px 60px 0 0; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; color: rgba(255,255,255,.65); }
.footer-nav a:hover { color: #fff; }
.footer-contact { display: grid; gap: 7px; text-align: left; color: rgba(255,255,255,.58); }
.footer-contact a { color: #fff; font-size: 20px; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 46px; padding-top: 20px; display: flex; justify-content: flex-start; color: rgba(255,255,255,.42); font-size: 13px; }

.floating-whatsapp { position: fixed; left: 24px; bottom: 24px; width: 58px; height: 58px; background: var(--rosewood-dark); color: #fff; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 13px 35px rgba(93,51,45,.30); z-index: 999; transition: .25s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 34px; height: 34px; stroke-width: 1.5; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 1020px) {
  .nav-wrap { grid-template-columns: auto 1fr auto; gap: 20px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: 14px; }
  .desktop-cta { display: none; }
  .hero-grid, .philosophy-grid, .about-grid, .parents-grid, .faq-grid, .contact-grid { gap: 50px; }
  .hero-visual { min-height: 560px; }
  .floating-card { display: none; }
  .skills-grid { grid-template-columns: repeat(2, 1fr); }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 44px 0; }
  .process-track::before { display: none; }
  .service-card { padding: 28px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { background: rgba(246,239,227,.96); }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 10px; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { position: absolute; right: 16px; left: 16px; top: 74px; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); padding: 20px; display: grid; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 38px; min-height: auto; }
  .hero-grid, .philosophy-grid, .about-grid, .parents-grid, .faq-grid, .contact-grid, .split-heading { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .hero-visual { order: -1; min-height: auto; }
  .portrait-frame { width: min(480px, 100%); aspect-ratio: 5/5.5; border-radius: 120px 120px 28px 28px; }
  .portrait-frame img { object-position: 50% 27%; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  h2 { font-size: clamp(34px, 9vw, 49px); }
  .hero-lead { font-size: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .moment-grid, .service-grid { grid-template-columns: 1fr; }
  .moment-card.featured { transform: none; }
  .moment-card.featured:hover { transform: translateY(-6px); }
  .journey-quote { grid-template-columns: 1fr; padding: 38px 30px; }
  .quote-mark { font-size: 80px; }
  .split-heading { gap: 20px; }
  .skills-grid { grid-template-columns: 1fr; }
  .philosophy { background: var(--cream); }
  .parents { background: var(--paper); }
  .parents-panel { padding: 34px 28px; }
  .philosophy-statement { min-height: 440px; padding: 80px 42px 50px; }
  .about-grid { gap: 55px; }
  .about-visual { max-width: 540px; margin-inline: auto; padding-left: 0; }
  .about-photo-wrap img { height: 530px; }
  .about-caption { right: -8px; }
  .process-track { grid-template-columns: 1fr; gap: 36px; }
  .process-step { display: grid; grid-template-columns: 62px 1fr; column-gap: 18px; padding: 0; }
  .process-number { width: 58px; height: 58px; grid-row: 1 / 3; }
  .process-step h3 { align-self: end; }
  .process-step p { grid-column: 2; }
  .process-note { align-items: stretch; flex-direction: column; }
  .service-card { min-height: auto; }
  .faq-grid { gap: 45px; }
  .faq-intro { position: static; }
  .contact-form { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { text-align: right; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .footer-brand > p { margin-right: 0; }
}

@media (max-width: 540px) {
  .section-pad { padding: 68px 0; }
  .hero { padding-top: 22px; }
  .portrait-frame { aspect-ratio: 1/1.13; }
  .portrait-note { right: 20px; bottom: 20px; }
  .portrait-note p { font-size: 14px; }
  .portrait-note small { font-size: 10px; max-width: 170px; }
  .hero-meta { gap: 12px; flex-direction: column; }
  .moment-card { padding: 30px 25px; }
  .journey-quote { margin-top: 45px; }
  .skill-item { min-height: auto; padding: 32px 24px; }
  .skill-item > span { margin-bottom: 22px; }
  .philosophy-statement { border-radius: 100px 100px 24px 24px; padding: 76px 34px 45px; }
  .philosophy-statement::before { border-radius: 88px 88px 17px 17px; }
  .about-photo-wrap { border-radius: 28px 100px 28px 28px; }
  .about-photo-wrap img { height: 430px; }
  .about-caption { font-size: 18px; padding: 17px 20px; }
  .service-card { padding: 28px 24px; }
  .faq-item button { font-size: 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .floating-whatsapp { width: 52px; height: 52px; left: 16px; bottom: 16px; }
  .floating-whatsapp svg { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Mobile conversion and usability refinements */
:root { --cta-dark: #7d402f; }
section[id] { scroll-margin-top: 96px; }
.btn-primary { background: var(--terracotta-dark); box-shadow: 0 10px 24px rgba(125, 64, 47, .24); }
.btn-primary:hover { background: var(--cta-dark); box-shadow: 0 16px 30px rgba(125, 64, 47, .28); }
.portrait-frame picture { display: block; width: 100%; height: 100%; position: relative; z-index: 2; }
.mobile-nav-cta,
.mobile-cta-bar { display: none; }
.menu-toggle { min-width: 44px; min-height: 44px; place-items: center; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 820px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  body.menu-open { overflow: hidden; }
  .section-pad { padding: 64px 0; }
  .container { width: min(100% - 30px, var(--container)); }
  .site-header { min-height: 72px; }
  .nav-wrap { grid-template-columns: 1fr auto; gap: 12px; }
  .brand { justify-self: start; }
  .menu-toggle { display: grid; justify-self: end; }
  .primary-nav { z-index: 3; right: 12px; left: 12px; top: 76px; max-height: calc(100svh - 100px); overflow-y: auto; padding: 14px 18px 18px; border: 1px solid var(--line); }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; }
  .primary-nav a::after { display: none; }
  .primary-nav .mobile-nav-cta { display: flex; justify-content: center; min-height: 50px; margin-top: 12px; padding-inline: 18px; border: 0; border-radius: 999px; background: var(--terracotta-dark); color: #fff; }
  .desktop-cta { display: none; }

  h1 { font-size: clamp(45px, 12.6vw, 58px); line-height: 1.02; }
  h2 { font-size: clamp(34px, 9.2vw, 44px); line-height: 1.08; }
  h3 { line-height: 1.2; }
  .eyebrow { margin-bottom: 12px; font-size: 12px; line-height: 1.5; }
  .section-heading { margin-bottom: 38px; }
  .section-heading.center { max-width: none; margin: 0 0 38px; text-align: right; }
  .section-heading.center .eyebrow { justify-content: flex-start; }

  .hero { padding-top: 30px; padding-bottom: 64px; }
  .hero-grid { gap: 34px; }
  .hero-copy { order: 1; padding-bottom: 0; }
  .hero-visual { order: 2; min-height: auto; }
  .hero-lead { margin: 22px 0 10px; font-size: 18px; line-height: 1.55; }
  .hero-identity {
    width: fit-content;
    max-width: 100%;
    margin-top: 14px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 13px;
  }
  .hero-sub { font-size: 16px; line-height: 1.6; }
  .hero-actions { display: grid; gap: 16px; margin-top: 25px; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .text-link { width: max-content; justify-self: center; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 0; }
  .hero-meta span { min-height: 46px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 253, 248, .72); font-size: 12px; line-height: 1.35; }
  .hero-support { margin-top: 14px; padding: 12px 14px; border-right-width: 2px; font-size: 14px; line-height: 1.55; }
  .portrait-frame { width: min(430px, 100%); aspect-ratio: 1 / 1.04; border-radius: 104px 104px 25px 25px; }
  .portrait-frame img { object-position: 50% 24%; }
  .portrait-note { right: 18px; bottom: 17px; }
  .portrait-note p { font-size: 14px; }
  .portrait-note small { max-width: 175px; font-size: 10px; }
  .hero-shape { display: none; }

  .moment-grid { gap: 13px; }
  .moment-card,
  .moment-card.featured { min-height: 0; padding: 23px 20px; display: grid; grid-template-columns: 54px 1fr; column-gap: 15px; align-items: start; transform: none; }
  .moment-card:hover,
  .moment-card.featured:hover { transform: none; }
  .moment-icon { width: 52px; height: 52px; margin: 0; grid-column: 1; grid-row: 1 / 4; border-radius: 15px; }
  .moment-icon svg { width: 30px; height: 30px; }
  .moment-card .step-label,
  .moment-card h3,
  .moment-card p { grid-column: 2; }
  .moment-card h3 { margin: 5px 0 7px; font-size: 20px; }
  .moment-card p { font-size: 15px; line-height: 1.55; }
  .journey-quote { margin-top: 38px; padding: 38px 24px 28px; display: block; }
  .quote-mark { position: absolute; top: 19px; left: 21px; font-size: 70px; opacity: .72; }
  .journey-quote h3 { padding-left: 32px; font-size: 27px; line-height: 1.22; }
  .journey-quote p { font-size: 15px; line-height: 1.6; }

  .split-heading { gap: 16px; margin-bottom: 34px; }
  .split-heading > p { font-size: 16px; }
  .skills-grid { gap: 11px; border: 0; }
  .skill-item { min-height: 0; padding: 20px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; align-items: start; }
  .skill-item > span { grid-column: 1; grid-row: 1 / 3; margin: 1px 0 0; }
  .skill-item h3,
  .skill-item p { grid-column: 2; }
  .skill-item h3 { margin-bottom: 7px; font-size: 19px; }
  .skill-item p { font-size: 14px; line-height: 1.55; }

  .philosophy-grid { gap: 36px; }
  .philosophy-copy h2 { margin-bottom: 22px; }
  .philosophy-copy p { font-size: 16px; }
  .philosophy-statement { min-height: 350px; padding: 72px 31px 40px; border-radius: 92px 92px 24px 24px; }
  .philosophy-statement::before { inset: 17px; border-radius: 80px 80px 18px 18px; }
  .philosophy-statement p { font-size: 19px; }
  .philosophy-statement strong { font-size: 29px; }

  .about-grid { gap: 38px; }
  .about-copy { order: 1; }
  .about-visual { order: 2; width: 100%; padding: 0; }
  .about-photo-wrap { border-radius: 27px 90px 27px 27px; }
  .about-photo-wrap img { height: 360px; object-position: center 25%; }
  .about-caption { position: relative; right: auto; bottom: auto; z-index: 2; width: max-content; max-width: calc(100% - 32px); margin: -28px 16px 0 auto; padding: 15px 18px; font-size: 17px; }
  .about-copy > p { font-size: 16px; }
  .about-points { margin-top: 24px; }
  .about-points > div { grid-template-columns: 34px 1fr; gap: 11px; padding: 15px 0; }

  .parents-grid { gap: 34px; }
  .parents-copy > p { font-size: 16px; }
  .parents-copy .btn { width: 100%; }
  .parents-panel { padding: 28px 22px; border-radius: 24px; }
  .panel-kicker { margin-bottom: 13px; }
  .parents-panel li { grid-template-columns: 34px 1fr; gap: 10px; padding: 15px 0; }
  .parents-panel li strong { font-size: 17px; }
  .parents-panel li p { font-size: 14px; }
  .parents-boundary { margin-top: 19px; padding: 16px 17px; font-size: 14px; }

  .process-track { gap: 27px; }
  .process-step { grid-template-columns: 54px 1fr; column-gap: 14px; }
  .process-number { width: 52px; height: 52px; margin-bottom: 0; }
  .process-step h3 { margin-bottom: 7px; font-size: 20px; }
  .process-step p { font-size: 15px; line-height: 1.55; }
  .process-note { margin-top: 38px; padding: 22px 20px; gap: 18px; }
  .process-note .btn { width: 100%; }

  .service-grid { gap: 16px; }
  .service-card { min-height: 0; padding: 26px 22px; border-radius: 20px; }
  .service-card:hover { transform: none; }
  .recommended { position: static; width: max-content; max-width: 100%; transform: none; margin: -8px 0 18px; }
  .service-index { top: 24px; left: 22px; }
  .service-icon { width: 54px; height: 54px; margin-bottom: 20px; }
  .service-icon svg { width: 32px; height: 32px; }
  .service-card h3 { max-width: calc(100% - 35px); margin-bottom: 13px; font-size: 24px; }
  .service-card > p { font-size: 15px; line-height: 1.6; }
  .service-card ul { margin: 13px 0 20px; gap: 6px; }
  .service-card li { padding: 5px 9px; font-size: 12px; }

  .faq-grid { gap: 33px; }
  .faq-intro h2 { margin-bottom: 16px; }
  .faq-intro > p { font-size: 15px; }
  .faq-item button { padding: 20px 0; gap: 15px; font-size: 17px; line-height: 1.35; }
  .faq-item button i { flex-basis: 30px; width: 30px; height: 30px; }
  .faq-item button i::before,
  .faq-item button i::after { top: 14px; }
  .faq-answer p { font-size: 15px; line-height: 1.65; }

  .contact-grid { gap: 34px; }
  .contact-copy > p { font-size: 16px; }
  .contact-details { margin-top: 27px; }
  .contact-details strong { font-size: 17px; }
  .contact-form { padding: 27px 21px; border-radius: 24px; }
  .form-head { margin-bottom: 21px; }
  .form-head p { font-size: 27px; }
  .contact-form input,
  .contact-form textarea { min-height: 48px; font-size: 16px; }
  .contact-form textarea { min-height: 112px; }
  .form-note { font-size: 12px; }

  .site-footer { padding: 52px 0 105px; }
  .footer-grid { gap: 32px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { margin-top: 32px; }

  .floating-whatsapp { display: none; }
  .mobile-cta-bar { position: fixed; z-index: 1200; right: 12px; left: 12px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 64px; padding: 9px 15px; border-radius: 19px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; background: var(--rosewood-dark); color: #fff; box-shadow: 0 14px 38px rgba(57, 32, 28, .3); }
  .mobile-cta-bar svg { width: 30px; height: 30px; }
  .mobile-cta-bar small,
  .mobile-cta-bar strong { display: block; }
  .mobile-cta-bar small { color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.2; }
  .mobile-cta-bar strong { font-size: 15px; line-height: 1.25; }
  .mobile-cta-arrow { font-size: 22px; color: #efc4a7; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 24px, var(--container)); }
  .brand { gap: 9px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 9px; }
  h1 { font-size: 43px; }
  h2 { font-size: 33px; }
  .hero-meta { grid-template-columns: 1fr; }
  .portrait-frame { aspect-ratio: 1 / 1.08; border-radius: 90px 90px 23px 23px; }
  .moment-card,
  .moment-card.featured { grid-template-columns: 48px 1fr; padding: 21px 17px; column-gap: 12px; }
  .moment-icon { width: 46px; height: 46px; }
  .journey-quote h3 { padding-left: 20px; font-size: 25px; }
  .service-card h3 { font-size: 22px; }
}

/* === Mobile final pass v4 === */
.mobile-contact-dock { display: none; }

@media (max-width: 820px) {
  :root {
    --mobile-gutter: 16px;
    --mobile-radius: 20px;
  }

  html { scroll-padding-top: 78px; }
  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
    text-rendering: optimizeLegibility;
  }
  .container { width: calc(100% - (var(--mobile-gutter) * 2)); }
  .section-pad { padding: 58px 0; }

  .site-header { background: rgba(246,239,227,.95); }
  .nav-wrap { min-height: 70px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark svg { width: 27px; height: 27px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 10px; margin-top: 2px; }
  .menu-toggle { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,248,.65); }
  .primary-nav {
    position: fixed;
    top: 78px;
    right: var(--mobile-gutter);
    left: var(--mobile-gutter);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    background: rgba(255,253,248,.98);
    border-radius: 20px;
    box-shadow: 0 26px 70px rgba(47,38,31,.2);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a:not(.mobile-nav-cta) { border-bottom: 1px solid var(--line); padding-inline: 5px; }
  .primary-nav a:nth-last-child(2) { border-bottom: 0; }

  h1 { font-size: clamp(42px, 12vw, 54px); letter-spacing: -.045em; }
  h2 { font-size: clamp(32px, 9vw, 42px); letter-spacing: -.035em; }
  h3 { letter-spacing: -.02em; }

  .hero { min-height: auto; padding: 24px 0 54px; }
  .hero-grid { gap: 28px; }
  .hero-copy .eyebrow { max-width: 300px; }
  .hero-lead { font-size: 18px; margin-top: 18px; }
  .hero-sub { font-size: 15.5px; }
  .hero-support { font-size: 13.5px; }
  .hero-actions { margin-top: 21px; }
  .hero-actions .btn { min-height: 56px; }
  .hero-meta { margin-top: 17px; }
  .hero-meta span { padding: 8px 10px; min-height: 43px; }
  .portrait-frame { box-shadow: 0 18px 46px rgba(75,51,36,.16); }
  .portrait-note { max-width: calc(100% - 36px); }
  .floating-card { display: none; }

  .moment-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 0 14px; margin-inline: calc(var(--mobile-gutter) * -1); padding-inline: var(--mobile-gutter); scrollbar-width: none; }
  .moment-grid::-webkit-scrollbar { display: none; }
  .moment-card, .moment-card.featured { flex: 0 0 min(86vw, 340px); scroll-snap-align: start; display: block; padding: 25px 22px; }
  .moment-icon { margin-bottom: 18px; }
  .moment-card .step-label, .moment-card h3, .moment-card p { display: block; }
  .moment-card h3 { font-size: 22px; }
  .journey-quote { border-radius: 24px; }

  .skills .split-heading { display: block; }
  .split-heading > p { margin-top: 16px; }
  .skills-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-inline: calc(var(--mobile-gutter) * -1); padding: 0 var(--mobile-gutter) 12px; scrollbar-width: none; }
  .skills-grid::-webkit-scrollbar { display: none; }
  .skill-item { flex: 0 0 min(82vw, 325px); scroll-snap-align: start; display: block; padding: 24px 22px; }
  .skill-item > span { display: block; margin-bottom: 20px; }
  .skill-item h3, .skill-item p { display: block; }

  .philosophy-statement { min-height: 320px; }
  .philosophy-statement strong { font-size: 27px; }

  .about-points > div { align-items: start; }
  .about-photo-wrap img { height: 345px; }

  .parents-panel { box-shadow: 0 16px 44px rgba(75,51,36,.09); }
  .parents-copy .btn { min-height: 54px; }

  .process-track { position: relative; }
  .process-track::before { content:""; position:absolute; top:26px; bottom:26px; right:25px; width:1px; background:var(--line); }
  .process-step { position: relative; }
  .process-number { z-index: 1; background: var(--cream); }

  .service-card.featured { border-color: rgba(157,88,59,.32); box-shadow: 0 15px 42px rgba(125,64,47,.1); }

  .faq-item button { min-height: 64px; }
  .faq-answer { transition: grid-template-rows .28s ease; }

  .contact { padding-bottom: 70px; }
  .contact-details { display: grid; gap: 10px; }
  .contact-details a, .contact-details > div { min-height: 58px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; }
  .contact-form label { font-size: 14px; }
  .contact-form input, .contact-form textarea { border-radius: 13px; }

  .site-footer { padding-bottom: 125px; }
  .footer-contact { display: grid; gap: 4px; }
  .footer-bottom span:last-child { display: none; }

  .mobile-cta-bar { display: none !important; }
  .mobile-contact-dock {
    position: fixed;
    z-index: 1500;
    right: 10px;
    left: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    background: rgba(47,38,31,.96);
    box-shadow: 0 16px 48px rgba(39,24,18,.34);
    backdrop-filter: blur(14px);
  }
  .dock-phone, .dock-whatsapp { min-height: 54px; border-radius: 15px; display: flex; align-items: center; justify-content: center; }
  .dock-phone { background: rgba(255,255,255,.1); color: #fff; }
  .dock-phone svg { width: 24px; height: 24px; }
  .dock-whatsapp { justify-content: flex-start; gap: 10px; padding: 7px 12px; background: var(--terracotta-dark); color:#fff; }
  .dock-whatsapp svg { width: 28px; height: 28px; flex: 0 0 auto; }
  .dock-whatsapp span { min-width: 0; }
  .dock-whatsapp small, .dock-whatsapp strong { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .dock-whatsapp small { font-size:10px; color:rgba(255,255,255,.7); line-height:1.2; }
  .dock-whatsapp strong { font-size:14px; line-height:1.3; }
  .dock-arrow { margin-right:auto; color:#f0c6aa; font-size:20px; }
}

@media (max-width: 430px) {
  .hero-copy .eyebrow { font-size: 11.5px; }
  .hero-identity { font-size: 12.5px; border-radius: 16px; }
  .hero-support { padding: 11px 12px; }
  .portrait-frame { aspect-ratio: 1/1.05; }
  .portrait-note small { max-width: 155px; }
  .journey-quote h3 { font-size: 26px; }
  .service-card h3 { font-size: 23px; }
}

@media (max-width: 370px) {
  :root { --mobile-gutter: 12px; }
  .brand small { display:none; }
  h1 { font-size: 41px; }
  h2 { font-size: 31px; }
  .hero-meta { grid-template-columns:1fr; }
  .dock-whatsapp { padding-inline: 9px; }
  .dock-whatsapp strong { font-size: 13px; }
}
