:root {
  --mint: #05c79a;
  --mint-dark: #009f7d;
  --mint-soft: #e8f9f4;
  --mint-pale: #f4fcf9;
  --ink: #24303a;
  --ink-soft: #5e6a72;
  --paper: #ffffff;
  --warm: #f7f5f1;
  --line: rgba(36, 48, 58, .13);
  --shadow: 0 24px 60px rgba(34, 55, 60, .14);
  --shell: 1180px;
  --header-h: 78px;
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -60px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: var(--ink);
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }
.shell { width: min(calc(100% - 44px), var(--shell)); margin-inline: auto; }
.shell-wide { width: min(calc(100% - 24px), 1480px); margin-inline: auto; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 32px rgba(31, 44, 47, .08);
  background: rgba(255, 255, 255, .96);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .footer-brand, .drawer-brand {
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo {
  display: block;
  width: 286px;
  height: auto;
  max-width: 100%;
}
.brand-logo-drawer { width: 286px; }
.brand-logo-footer { width: 286px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.desktop-nav a {
  position: relative;
  text-decoration: none;
  color: #3f4a50;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .035em;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--mint);
  transition: right .25s ease;
}
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--mint-soft);
  cursor: pointer;
}
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }
.drawer-backdrop { position: fixed; inset: 0; z-index: 160; background: rgba(20, 31, 34, .45); opacity: 0; transition: opacity .3s ease; }
.drawer-backdrop.is-visible { opacity: 1; }
.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 170;
  width: min(88vw, 410px);
  padding: 32px;
  background: #fff;
  box-shadow: -20px 0 60px rgba(25, 40, 44, .18);
  transform: translateX(105%);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-close { position: absolute; top: 18px; right: 22px; border: 0; background: transparent; font-size: 42px; line-height: 1; cursor: pointer; }
.drawer-brand { margin: 50px 0 45px; }
.mobile-drawer nav { display: grid; gap: 0; }
.mobile-drawer nav a { padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 19px; }

/* Hero */
.hero {
  position: relative;
  min-height: 780px;
  height: 100vh;
  max-height: 980px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding-top: var(--header-h);
  background:
    radial-gradient(circle at 20% 62%, rgba(5,199,154,.15), transparent 29%),
    linear-gradient(115deg, #f5fbf9 0%, #fff 47%, #f9fbfa 100%);
}
.hero-stage { position: relative; height: calc(100% - 32px); min-height: 650px; }
.hero-portrait-wrap {
  position: absolute;
  left: clamp(2%, 5vw, 7%);
  top: 50%;
  width: min(45vw, 640px);
  aspect-ratio: 1.05 / 1;
  transform: translateY(-48%);
  z-index: 2;
}
.portrait-halo {
  position: absolute;
  inset: 5% 0 0 4%;
  border-radius: 53% 47% 46% 54% / 42% 52% 48% 58%;
  background: linear-gradient(145deg, var(--mint), #9bdcca);
  transform: rotate(-5deg);
  animation: haloMorph 12s ease-in-out infinite alternate;
}
.hero-portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 45%;
  border-radius: 51% 49% 43% 57% / 45% 48% 52% 55%;
  box-shadow: var(--shadow);
  transform: scale(.91) rotate(1deg);
  animation: portraitFloat 7s ease-in-out infinite alternate;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(34px);
  pointer-events: none;
  transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1);
}
.hero-slide.is-active { opacity: 1; transform: none; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.hero-mobile-layout { display: none; }
.hero-mobile-quote { display: none; }
.hero-dots {
  position: absolute;
  right: clamp(40px, 7vw, 110px);
  bottom: 9%;
  z-index: 4;
  display: flex;
  gap: 9px;
}
.hero-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid var(--mint-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.hero-dots button.is-active { background: var(--mint); transform: scale(1.25); }
.hero-orbit { position: absolute; border: 1px solid rgba(5,199,154,.15); border-radius: 50%; pointer-events: none; }
.hero-orbit-a { width: 420px; height: 420px; right: -230px; top: 2%; }
.hero-orbit-b { width: 260px; height: 260px; left: -140px; bottom: 4%; }
.scroll-cue {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 4;
  width: 34px;
  height: 52px;
  border: 1px solid rgba(36,48,58,.35);
  border-radius: 22px;
  transform: translateX(-50%);
}
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); transform: translateX(-50%); animation: scrollCue 2s ease-in-out infinite; }
@keyframes portraitFloat { to { transform: scale(.93) rotate(-1deg) translateY(-8px); } }
@keyframes haloMorph { to { border-radius: 45% 55% 56% 44% / 53% 44% 56% 47%; transform: rotate(5deg) scale(1.03); } }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,22px); } }

/* Shared typography */
.eyebrow { margin: 0 0 12px; color: var(--mint-dark); font-size: 13px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.8vw, 76px); font-weight: 500; letter-spacing: -.05em; }
h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(36px, 4.7vw, 66px); font-weight: 500; letter-spacing: -.04em; }
h3 { margin: 38px 0 14px; font-size: clamp(22px, 2vw, 29px); letter-spacing: -.02em; }
p { margin: 0 0 20px; }
.statement { margin: 30px 0 18px; color: var(--mint-dark); font-family: var(--serif); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.25; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 750; text-decoration: none; border-bottom: 2px solid var(--mint); padding-bottom: 4px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }


/* Search-friendly introduction */
.seo-intro { padding: 88px 0 82px; background: #fff; }
.seo-intro-inner { max-width: 940px; text-align: center; }
.seo-intro .eyebrow { margin-bottom: 16px; }
.seo-intro h1 { max-width: 880px; margin-inline: auto; }
.seo-intro p:last-child { max-width: 800px; margin: 28px auto 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }

/* Benefits */
.feature-band { padding: 92px 0; background: var(--ink); color: #fff; }
.feature-band-soft { background: #e5f6f0; color: var(--ink); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature-card { position: relative; min-height: 290px; padding: 26px clamp(24px, 2.8vw, 40px); border-left: 1px solid rgba(255,255,255,.2); }
.feature-card:first-child { border-left: 0; }
.feature-band-soft .feature-card { border-color: rgba(36,48,58,.14); }
.feature-number { display: block; margin-bottom: 50px; color: var(--mint); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.feature-band-soft .feature-number { color: var(--mint-dark); }
.feature-card h3 { margin: 0 0 18px; font-family: var(--sans); font-size: clamp(22px, 2vw, 30px); font-weight: 650; letter-spacing: -.025em; }
.feature-card p { margin: 0; opacity: .77; font-size: 15px; line-height: 1.65; }
.feature-band-soft .feature-card p { color: var(--ink-soft); opacity: 1; }

/* Image story strip */
.image-stories { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; }
.image-story { position: relative; height: min(38vw, 520px); margin: 0; overflow: hidden; }
.image-story::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(17,27,30,.8)); }
.image-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.image-story:nth-child(1) img { object-position: center; }
.image-story:nth-child(2) img { object-position: 65% center; }
.image-story:hover img { transform: scale(1.04); }
.image-story figcaption { position: absolute; left: 34px; right: 28px; bottom: 28px; z-index: 2; color: #fff; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 35px); line-height: 1.15; }
.image-story figcaption span { display: block; margin-bottom: 8px; color: #8de3cd; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .18em; }

/* Content */
.content-section { padding: 130px 0; }
.content-section-tint { background: var(--warm); }
.split-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.split-layout-reverse { grid-template-columns: minmax(0, 1.55fr) minmax(250px, .72fr); }
.section-label { position: sticky; top: 140px; min-height: 410px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.section-label::before { content: ""; position: absolute; width: 330px; aspect-ratio: 1; left: -120px; z-index: -1; border-radius: 50%; background: var(--mint-soft); }
.section-label span { color: var(--ink-soft); font-size: 26px; }
.section-label strong { color: var(--mint); font-family: var(--serif); font-size: clamp(74px, 9vw, 132px); font-weight: 500; letter-spacing: -.075em; line-height: .9; }
.section-label-right { align-items: flex-end; text-align: right; }
.section-label-right::before { left: auto; right: -120px; background: #fff; }
.prose { max-width: 790px; }
.prose > p:not(.eyebrow):not(.statement) { color: #4e5a61; }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; }
.check-list.two-columns { columns: 2; column-gap: 40px; }
.check-list li { position: relative; break-inside: avoid; padding: 4px 0 8px 32px; color: #39464c; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--mint-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.check-list.compact li { padding-bottom: 5px; }
.cross-note { margin-top: 40px; padding: 24px 26px; border-left: 4px solid var(--mint); background: #fff; color: var(--ink-soft); font-size: 15px; }
.cross-note a { color: var(--mint-dark); font-weight: 700; }

/* Process */
.process-section { padding: 130px 0 115px; background: var(--mint-pale); }
.section-heading { max-width: 850px; margin-bottom: 65px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 19px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { min-height: 300px; padding: 38px 30px; border-left: 1px solid var(--line); }
.process-step:first-child { border-left: 0; }
.process-step > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 50%; background: var(--mint); color: #fff; font-size: 12px; font-weight: 800; }
.process-step h3 { margin: 0 0 14px; font-size: 23px; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.price-note { display: grid; grid-template-columns: auto auto 1fr; gap: 18px 26px; align-items: baseline; max-width: 780px; margin: 52px 0 0 auto; padding: 34px 38px; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 46px rgba(31,55,51,.09); }
.price-note strong { color: var(--mint-dark); font-family: var(--serif); font-size: 54px; line-height: 1; }
.price-note span { font-weight: 700; }
.price-note p { grid-column: 1 / -1; margin: 0; color: var(--ink-soft); font-size: 15px; }

/* Wide image */
.wide-image-section { position: relative; min-height: 650px; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; }
.wide-image-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.wide-image-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,24,29,.08), rgba(13,24,29,.08) 45%, rgba(13,24,29,.76)); }
.wide-image-copy { position: relative; z-index: 2; width: min(48%, 660px); margin-right: max(6vw, 30px); padding: 46px; color: #fff; }
.wide-image-copy .eyebrow { color: #9ce8d5; }
.wide-image-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 70px); }

/* About */
.about-section { padding: 130px 0; }
.about-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.2fr); gap: clamp(65px, 9vw, 130px); align-items: center; }
.about-photo { position: relative; }
.about-photo-frame { position: relative; overflow: hidden; border-radius: 4px 110px 4px 4px; box-shadow: var(--shadow); }
.about-photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.about-photo img { width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; object-position: 48% 38%; }
.photo-caption { position: absolute; left: -28px; bottom: -25px; margin: 0; padding: 18px 24px; background: var(--mint); color: #fff; font-family: var(--serif); font-size: 24px; box-shadow: 0 14px 35px rgba(0,160,125,.2); }

/* Credentials */
.credentials-section { padding: 115px 0 130px; background: var(--warm); }
.credential-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.credential-card { padding: 22px; border: 1px solid transparent; border-radius: 14px; background: #fff; text-align: center; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.credential-card:hover { transform: translateY(-5px); border-color: rgba(5,199,154,.4); box-shadow: 0 16px 34px rgba(36,48,58,.08); }
.credential-image { height: 150px; display: grid; place-items: center; margin-bottom: 14px; }
.credential-image img { max-width: 100%; max-height: 135px; object-fit: contain; }
.credential-card h3 { margin: 12px 0 0; font-size: 16px; }

/* Testimonials */
.testimonials-section { position: relative; overflow: hidden; padding: 130px 0; background: #193039; color: #fff; }
.testimonials-section::before { content: ""; position: absolute; inset: 0 55% 0 0; background: linear-gradient(rgba(15,32,38,.32),rgba(15,32,38,.72)), url('../img/feedback.webp') center/cover; opacity: .8; }
.testimonial-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.25fr; gap: clamp(80px, 11vw, 170px); align-items: center; }
.testimonial-heading { padding: 30px; }
.testimonial-heading .eyebrow { color: #8de3cd; }
.testimonial-heading h2 { margin-bottom: 0; }
.testimonial-slider { position: relative; min-height: 360px; padding: 55px 58px 35px; border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.testimonial-slider::before { content: "“"; position: absolute; top: 9px; left: 35px; color: var(--mint-soft); font-family: var(--serif); font-size: 120px; line-height: 1; }
.testimonial { display: none; margin: 0; position: relative; z-index: 1; }
.testimonial.is-active { display: block; animation: testimonialIn .5s ease both; }
.testimonial p { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(27px, 3vw, 40px); line-height: 1.35; letter-spacing: -.02em; }
.testimonial footer { color: var(--mint-dark); font-weight: 800; }
.testimonial-controls { position: absolute; left: 58px; right: 58px; bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.testimonial-controls > button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; transition: background .2s ease, color .2s ease; }
.testimonial-controls > button:hover { background: var(--mint); color: #fff; }
.testimonial-dots { display: flex; gap: 8px; }
.testimonial-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #cad5d3; cursor: pointer; }
.testimonial-dots button.is-active { background: var(--mint); transform: scale(1.35); }
@keyframes testimonialIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* Contact */
.contact-section { padding: 130px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 9vw, 135px); }
.contact-copy address { margin-top: 34px; color: var(--ink-soft); }
.contact-copy address strong { color: var(--ink); font-size: 20px; }
.contact-copy address a { text-decoration: none; }
.contact-copy address a:hover { color: var(--mint-dark); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: #fff; box-shadow: 0 12px 25px rgba(5,199,154,.24); }
.button-primary:hover { background: var(--mint-dark); }
.button-outline { border-color: var(--ink); background: transparent; }
.contact-form { padding: clamp(30px, 4vw, 52px); border-radius: var(--radius); background: var(--mint-pale); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #334149; font-size: 14px; font-weight: 750; }
.contact-form label span { font-weight: 450; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #c9d8d4; border-radius: 8px; padding: 13px 14px; background: #fff; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 4px rgba(5,199,154,.12); }
.contact-form input[aria-invalid="true"], .contact-form textarea[aria-invalid="true"] { border-color: #a83232; }
.contact-form input[aria-invalid="true"]:focus, .contact-form textarea[aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(168,50,50,.12); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.field-error { min-height: 18px; color: #8f2525; font-size: 12px; font-weight: 650 !important; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 11px !important; margin-bottom: 2px !important; font-weight: 450 !important; }
.privacy-check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--mint); }
.privacy-check a { color: var(--mint-dark); }
.privacy-error { display: block; margin: 0 0 16px 29px; }
.button-submit { border: 0; }
.button-submit:disabled { cursor: wait; opacity: .68; transform: none; box-shadow: none; }
.form-note, .form-status { margin: 13px 0 0; color: var(--ink-soft); font-size: 12px; }
.form-status { min-height: 20px; font-weight: 700; }
.form-status.is-success { color: #08775b; }
.form-status.is-error { color: #8f2525; }

/* Footer */
.site-footer { padding: 70px 0 25px; background: #1f2b31; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-brand { color: #fff; font-size: 34px; margin-bottom: 20px; }
.footer-grid p { margin: 0; }
.footer-links { display: grid; justify-items: end; gap: 8px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.copyright { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

/* Legal/static pages */
.page-main { padding: calc(var(--header-h) + 80px) 0 110px; }
.page-hero { padding: 70px 0; background: var(--mint-pale); }
.page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 6vw, 80px); font-weight: 500; letter-spacing: -.05em; }
.legal-copy { max-width: 880px; padding-top: 70px; }
.legal-copy h2 { margin-top: 50px; font-family: var(--sans); font-size: 29px; font-weight: 700; letter-spacing: -.025em; }
.legal-copy h3 { font-size: 21px; }
.legal-copy p, .legal-copy li { color: #4f5b62; }
.legal-copy a { color: var(--mint-dark); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .72s ease var(--delay,0ms), transform .72s cubic-bezier(.2,.65,.25,1) var(--delay,0ms); }
.reveal-delay-1 { --delay: 90ms; }
.reveal-delay-2 { --delay: 180ms; }
.reveal-delay-3 { --delay: 270ms; }
.reveal-delay-4 { --delay: 360ms; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 13px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(3) { border-left: 0; }
  .feature-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .feature-band-soft .feature-card:nth-child(n+3) { border-color: var(--line); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { border-left: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .credential-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-layout { grid-template-columns: 1fr 1.25fr; gap: 55px; }
}

@media (max-width: 860px) {
  :root { --header-h: 70px; }
  body { font-size: 16px; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
    display: block;
    padding-top: var(--header-h);
  }
  .hero-stage {
    width: min(calc(100% - 30px), 720px);
    height: auto;
    min-height: calc(100svh - var(--header-h));
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: center;
    gap: 30px;
    padding: clamp(50px, 8vh, 82px) 0 42px;
  }
  .hero-portrait-wrap,
  .hero-slide { display: none; }
  .hero-mobile-layout {
    display: grid;
    width: 100%;
    gap: 28px;
    justify-items: center;
  }
  .hero-mobile-quote {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 560px);
    margin: 0 auto;
    color: var(--mint);
    font-family: var(--serif);
    font-size: clamp(38px, 7vw, 58px);
    font-weight: 700;
    line-height: .96;
    text-align: center;
  }
  .quote-mark {
    align-self: flex-start;
    color: #7dc7b4;
    font-size: 62px;
    line-height: .5;
  }
  .quote-mark-end {
    align-self: flex-end;
    margin-top: 14px;
  }
  .hero-mobile-photo {
    width: min(100%, 640px);
    padding: 5px;
    border-radius: 30px;
    background: linear-gradient(145deg, var(--mint), #9bdcca);
    box-shadow: var(--shadow);
  }
  .hero-mobile-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 25px;
  }
  .hero-dots {
    position: static;
    margin: 0 auto;
    transform: none;
  }
  .image-stories { grid-template-columns: 1fr; }
  .image-story { height: 58vw; min-height: 360px; }
  .split-layout, .split-layout-reverse, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .section-label, .section-label-right { position: relative; top: auto; min-height: 180px; align-items: flex-start; text-align: left; }
  .section-label::before, .section-label-right::before { left: -100px; right: auto; width: 260px; }
  .section-label strong { font-size: 88px; }
  .split-layout-reverse .section-label { order: -1; }
  .wide-image-section { min-height: 560px; align-items: flex-end; justify-content: flex-start; }
  .wide-image-section::after { background: linear-gradient(transparent 25%, rgba(13,24,29,.82)); }
  .wide-image-copy { width: 100%; margin: 0; padding: 40px 30px; }
  .about-photo { max-width: 620px; }
  .credential-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-layout { grid-template-columns: 1fr; gap: 35px; }
  .testimonials-section::before { inset: 0 0 55% 0; }
  .testimonial-heading { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-items: start; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .brand-logo { width: 241px; }
  .hero-stage {
    width: min(calc(100% - 24px), 560px);
    gap: 24px;
    padding: 42px 0 34px;
  }
  .hero-mobile-layout { gap: 22px; }
  .hero-mobile-quote {
    width: 100%;
    font-size: clamp(34px, 10vw, 46px);
    line-height: .98;
  }
  .hero-mobile-quote .quote-mark {
    margin-left: 5%;
    font-size: 54px;
  }
  .hero-mobile-quote .quote-mark-end { margin-right: 5%; }
  .hero-mobile-photo {
    padding: 4px;
    border-radius: 24px;
  }
  .hero-mobile-photo img { border-radius: 20px; }
  .hero-orbit-a { display: none; }
  .scroll-cue { display: none; }
  .seo-intro { padding: 64px 0 60px; }
  .seo-intro p:last-child { font-size: 18px; }
  .feature-band { padding: 60px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 32px 14px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .feature-card:first-child { border-top: 0; }
  .feature-band-soft .feature-card { border-color: var(--line); }
  .feature-number { margin-bottom: 22px; }
  .image-story { min-height: 330px; }
  .content-section, .about-section, .contact-section, .process-section, .credentials-section, .testimonials-section { padding: 85px 0; }
  .check-list.two-columns { columns: 1; }
  h2 { font-size: 40px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-left: 0; border-top: 1px solid var(--line); min-height: 0; }
  .process-step:first-child { border-top: 0; }
  .price-note { grid-template-columns: 1fr; }
  .price-note p { grid-column: auto; }
  .wide-image-section { min-height: 500px; }
  .wide-image-section > img { object-position: 48% center; }
  .photo-caption { left: 12px; bottom: -28px; font-size: 20px; }
  .credential-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .credential-card { padding: 14px 9px; }
  .credential-image { height: 110px; }
  .testimonial-slider { min-height: 430px; padding: 48px 30px 75px; }
  .testimonial p { font-size: 27px; }
  .testimonial-controls { left: 30px; right: 30px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Mobile hero: one clean composition, no duplicate desktop layers */
@media (max-width: 860px) {
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
    display: block;
    padding-top: var(--header-h);
    overflow: hidden;
  }

  .hero-stage {
    width: min(calc(100% - 30px), 680px);
    min-height: calc(100svh - var(--header-h));
    height: auto;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 24px;
    padding: clamp(40px, 7vh, 70px) 0 44px;
  }

  /* Desktop artwork must never remain visible on small screens. */
  .hero-portrait-wrap,
  .hero-slide {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .hero-mobile-layout {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-areas:
      "quote"
      "photo";
    justify-items: center;
    gap: 26px;
    width: 100%;
  }

  .hero-mobile-quote {
    grid-area: quote;
    position: static;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    width: min(100%, 520px);
    margin: 0 auto;
    color: var(--mint);
    font-family: var(--serif);
    font-size: clamp(36px, 8vw, 54px);
    font-weight: 700;
    line-height: .98;
    text-align: center;
  }

  .hero-mobile-quote > [data-mobile-quote] {
    min-width: 0;
    padding: 0 .15em;
  }

  .hero-mobile-quote .quote-mark {
    align-self: start;
    margin: .05em 0 0;
    color: #7dc7b4;
    font-size: .95em;
    line-height: 1;
  }

  .hero-mobile-quote .quote-mark-end {
    align-self: end;
    margin: 0 0 .02em;
  }

  .hero-mobile-photo {
    grid-area: photo;
    display: block;
    width: min(76vw, 410px);
    aspect-ratio: 1;
    padding: 5px;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--mint), #9bdcca);
    box-shadow: var(--shadow);
  }

  .hero-mobile-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 43%;
    border-radius: 50%;
  }

  .hero-dots {
    position: static;
    z-index: 3;
    margin: 0 auto;
    transform: none;
  }

  .hero-orbit-a {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-stage {
    width: min(calc(100% - 24px), 560px);
    min-height: calc(100svh - var(--header-h));
    gap: 20px;
    padding: 34px 0 30px;
  }

  .hero-mobile-layout {
    gap: 22px;
  }

  .hero-mobile-quote {
    width: min(100%, 450px);
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .hero-mobile-photo {
    width: min(78vw, 360px);
    padding: 4px;
  }
}
