/* ============================================================
   Nathalie Magnus — Holistic Psychotherapy
   Design system + components.  Coastal · warm · grounded.
   ============================================================ */

/* ---- TOKENS ------------------------------------------------ */
:root {
  /* Surfaces */
  --shell:      #FBF8F2;   /* lightest paper */
  --sand:       #F6F1E8;   /* warm chalk — page bg */
  --sand-2:     #EFE7D9;   /* alt section */
  --sand-3:     #E7DBC8;   /* deeper sand */

  /* Ink */
  --ink:        #2B2823;   /* deep driftwood */
  --ink-soft:   rgba(43, 40, 35, 0.74);
  --ink-faint:  rgba(43, 40, 35, 0.55);

  /* Coastal accents (pulled from her photos) */
  --tide:       #8DA2AB;   /* blue-grey linen */
  --tide-deep:  #5C727C;
  --tide-ink:   #3E525B;
  --sage:       #8E9C84;
  --sage-deep:  #6C7A62;
  --gold:       #C7A064;   /* golden-hour sand */
  --gold-deep:  #AC854A;
  --blush:      #E8D3C4;

  /* Mapped roles */
  --bg:         var(--sand);
  --accent:     var(--tide-deep);
  --accent-2:   var(--gold-deep);

  /* Type */
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Rhythm */
  --container: 1180px;
  --reading: 720px;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow-sm: 0 10px 30px -18px rgba(43,40,35,0.35);
  --shadow:    0 30px 70px -40px rgba(43,40,35,0.45);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---- RESET ------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ---- TYPE -------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: 0.005em; margin: 0 0 0.5em; color: var(--ink); }
h1 { font-size: clamp(40px, 6.4vw, 80px); font-weight: 500; }
h2 { font-size: clamp(30px, 4.4vw, 52px); }
h3 { font-size: clamp(21px, 2.4vw, 27px); }
p { margin: 0 0 1.15em; }
em, i { font-style: italic; }

.eyebrow {
  font-family: var(--sans);
  font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent-2); margin: 0 0 1.1rem;
}
.eyebrow--center { text-align: center; }
.script {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  color: var(--tide-deep);
}
.lede { font-size: clamp(20px, 2.1vw, 24px); color: var(--ink-soft); line-height: 1.6; }
.pull {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(26px, 3.4vw, 40px); line-height: 1.22; color: var(--ink);
}
.pull--italic { font-style: italic; color: var(--tide-deep); }

/* ---- LAYOUT ------------------------------------------------ */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }
.reading { max-width: var(--reading); margin-inline: auto; }
section { position: relative; }
.section { padding: clamp(72px, 11vw, 140px) 0; }
.section--tight { padding: clamp(54px, 8vw, 96px) 0; }
.section--sand2 { background: var(--sand-2); }
.section--shell { background: var(--shell); }
.section--tide {
  background: linear-gradient(160deg, var(--tide-ink), #2c3d44 70%);
  color: var(--shell);
}
.section--tide h2, .section--tide h3 { color: var(--shell); }
.center { text-align: center; }
.divider { width: 56px; height: 1px; border: 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 2.4rem auto; }

/* ---- HEADER ------------------------------------------------ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 22px 0;
}
.site-header.is-scrolled {
  background: rgba(251,248,242,0.86);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 1px 0 rgba(43,40,35,0.06), 0 20px 40px -34px rgba(43,40,35,0.5);
  padding: 14px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: 0.01em; color: var(--ink); white-space: nowrap; }
.brand small { display: block; font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-2); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 30px); }
.nav a { font-size: 14.5px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; position: relative; transition: color .25s; }
.nav a:not(.nav-cta)::after { content:""; position:absolute; left:0; bottom:-6px; width:0; height:1.5px; background: var(--gold-deep); transition: width .3s var(--ease); }
.nav a:not(.nav-cta):hover { color: var(--ink); }
.nav a:not(.nav-cta):hover::after, .nav a.is-active:not(.nav-cta)::after { width: 100%; }
.nav a.is-active { color: var(--ink); }

/* CTA buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 700; letter-spacing: 0.02em;
  padding: 15px 30px; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  background: var(--tide-deep); color: var(--shell);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  box-shadow: 0 14px 30px -16px rgba(60,82,91,0.8);
}
.btn:hover { transform: translateY(-2px); background: var(--tide-ink); box-shadow: 0 20px 40px -16px rgba(60,82,91,0.9); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(43,40,35,0.28); box-shadow: none; }
.btn-outline:hover { background: rgba(43,40,35,0.04); border-color: var(--ink); transform: translateY(-2px); }
.btn-gold { background: var(--gold-deep); box-shadow: 0 14px 30px -16px rgba(172,133,74,0.85); }
.btn-gold:hover { background: var(--gold); }
.btn-cream { background: var(--shell); color: var(--ink); }
.btn-cream:hover { background: #fff; }
.nav-cta { padding: 11px 22px; border-radius: 999px; background: var(--gold-deep); color: var(--shell) !important; font-size: 13.5px; box-shadow: 0 12px 26px -16px rgba(172,133,74,0.9); }
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold); transform: translateY(-2px); }
.btn-link { display:inline-flex; gap:10px; align-items:center; font-weight:700; font-size:15px; color: var(--tide-deep); letter-spacing:0.01em; }
.btn-link span:last-child { transition: transform .3s var(--ease); }
.btn-link:hover span:last-child { transform: translateX(5px); }

/* Mobile nav */
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s var(--ease); }

/* ---- HERO -------------------------------------------------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: 120px 0 130px; overflow: hidden;
  background: linear-gradient(165deg, #F8F3EA 0%, #EFE7D8 46%, #DCE3E2 100%);
}
#waterCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .9; }
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 70px);
  align-items: center; width: 100%;
}
.hero-copy { max-width: 600px; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:10px; margin-bottom: 1.4rem; }
.hero-eyebrow::before { content:""; width:30px; height:1px; background: var(--gold-deep); }
.hero h1 { margin-bottom: 0.5rem; }
.hero h1 .ln { display: block; }
.hero h1 .accent { font-style: italic; color: var(--tide-deep); }
.hero-sub { font-size: clamp(18px, 2vw, 22px); color: var(--ink-soft); line-height: 1.55; max-width: 30em; margin-bottom: 2rem; font-style: italic; font-family: var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { font-size: 14px; color: var(--ink-faint); margin: 1.6rem 0 0; }

.hero-photo { position: relative; justify-self: center; }
.hero-photo-frame {
  position: relative; width: clamp(280px, 38vw, 460px); aspect-ratio: 4/5;
  border-radius: 230px 230px 22px 22px; overflow: hidden;
  box-shadow: var(--shadow); border: 6px solid rgba(251,248,242,0.85);
  animation: floaty 9s ease-in-out infinite;
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.hero-photo::after { /* soft halo */
  content:""; position:absolute; inset:-8% -8% -8% -8%; z-index:-1; border-radius:50%;
  background: radial-gradient(closest-side, rgba(199,160,100,0.28), transparent 70%);
  filter: blur(8px);
}
@keyframes floaty { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-12px) } }
@media (prefers-reduced-motion: reduce) { .hero-photo-frame { animation: none; } }

/* trust ribbon under hero */
.trust {
  position: relative; z-index: 2; background: var(--ink);
  color: rgba(251,248,242,0.92);
}
.trust .container { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(18px, 4vw, 54px); padding-block: 20px; }
.trust span { display:inline-flex; align-items:center; gap:10px; font-size: 13.5px; font-weight: 600; letter-spacing: 0.04em; }
.trust svg { width: 17px; height: 17px; stroke: var(--gold); fill: none; flex: none; }

/* animated wave divider */
.wave-divider { position: relative; line-height: 0; }
.wave-divider svg { display: block; width: 100%; height: clamp(50px, 8vw, 110px); }

/* ---- INTRO (problem framing) ------------------------------ */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.intro-lead h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.18; }
.intro-items { display: grid; gap: 0; counter-reset: introidx; }
.intro-item { padding: 30px 0; background: none; border: 0; border-top: 1px solid rgba(43,40,35,0.13); border-radius: 0; box-shadow: none; }
.intro-item:first-child { border-top: 0; padding-top: 0; }
.intro-item::before { counter-increment: introidx; content: counter(introidx, decimal-leading-zero); display: block; font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--gold-deep); margin-bottom: 0.55rem; letter-spacing: 0.02em; }
.intro-item h3 { font-size: 21px; margin-bottom: 0.4rem; color: var(--tide-deep); }
.intro-item p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }

/* ---- BANNER QUOTE ----------------------------------------- */
.banner { text-align: center; }
.banner .pull { max-width: 18em; margin-inline: auto; }
.banner .sub { font-style: italic; color: var(--ink-faint); margin-top: 1.6rem; font-size: 19px; }

/* ---- SPECIALTY CARDS -------------------------------------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 6vw, 68px); }
.section-head .sub { font-style: italic; color: var(--ink-faint); font-size: 19px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  display: flex; flex-direction: column; padding: 38px 32px 32px;
  background: var(--shell); border-radius: var(--radius-lg); border: 1px solid rgba(43,40,35,0.06);
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card::before { content:""; position:absolute; inset:0 0 auto 0; height: 4px; background: var(--bar, var(--sage)); }
.card--sage { --bar: var(--sage); }
.card--tide { --bar: var(--tide); }
.card--gold { --bar: var(--gold); }
.card-num { font-family: var(--serif); font-style: italic; font-size: 40px; color: rgba(43,40,35,0.16); line-height: 1; margin-bottom: 0.4rem; }
.card h3 { font-size: 22px; margin-bottom: 0.6rem; }
.card p { font-size: 16px; color: var(--ink-soft); }
.card-result { margin-top: auto; padding-top: 18px; font-size: 15.5px; color: var(--ink); border-top: 1px solid rgba(43,40,35,0.1); }
.card-result em { color: var(--gold-deep); font-weight: 600; font-style: italic; }
.card .btn-link { margin-top: 18px; font-size: 14px; }

/* ---- PROCESS ---------------------------------------------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step-num { font-family: var(--serif); font-style: italic; font-size: 46px; color: var(--tide); line-height: 1; }
.step-rule { border: 0; height: 1px; background: rgba(43,40,35,0.16); margin: 18px 0; }
.process h3 { font-size: 20px; margin-bottom: 0.4rem; }
.process p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* ---- TESTIMONIAL ------------------------------------------ */
.quote { text-align: center; max-width: 820px; margin-inline: auto; }
.quote-mark { font-family: var(--serif); font-size: 90px; line-height: 0.4; color: var(--gold); opacity: 0.5; height: 40px; display:block; }
.quote p { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3.2vw, 36px); line-height: 1.34; color: var(--shell); margin: 0 0 1.4rem; }
.section--tide .quote p { color: var(--shell); }
.quote cite { font-style: normal; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(251,248,242,0.62); }

/* ---- MEET / FRAMED PHOTO ---------------------------------- */
.meet { display: grid; grid-template-columns: 360px 1fr; gap: clamp(36px, 6vw, 76px); align-items: center; }
.meet--rev { grid-template-columns: 1fr 360px; }
.meet-photo { position: relative; }
.meet-photo img { border-radius: 200px 200px 20px 20px; box-shadow: var(--shadow); border: 6px solid var(--shell); aspect-ratio: 4/5; object-fit: cover; width: 100%; object-position: 50% 18%; }
.meet-photo--arch img { border-radius: 180px 180px 20px 20px; aspect-ratio: 3/4; object-position: 50% 77%; }
.meet-photo--circle img { border-radius: 50%; aspect-ratio: 1/1; object-position: 50% 36%; }
.meet-photo .seal { position: absolute; bottom: 7%; right: 7%; width: 78px; height: 78px; aspect-ratio: auto; border: 0; border-radius: 50%; box-shadow: none; object-fit: fill; filter: drop-shadow(0 8px 18px rgba(43,40,35,0.28)); }
.meet-text h2 { margin-bottom: 0.3rem; }
.meet-text .hi { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 24px; color: var(--tide-deep); margin-bottom: 1.1rem; }
.meet-text p { color: var(--ink-soft); }
.meet-text p strong { color: var(--ink); }

/* botanical motif image */
.botanical { display: block; width: 100%; max-width: 320px; height: auto; margin: 0 auto; }
.split { display: grid; grid-template-columns: 1fr minmax(0,300px); gap: clamp(34px,5vw,64px); align-items: center; max-width: 1060px; margin-inline: auto; }
.split--rev { grid-template-columns: minmax(0,300px) 1fr; }

/* ---- MODALITY BLOCKS (approach) --------------------------- */
.modality { display: grid; grid-template-columns: 300px 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; max-width: 1060px; margin-inline: auto; }
.modality-label { font-size: 12.5px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.6rem; }
.modality-name { font-size: clamp(30px, 4vw, 46px); margin: 0; }
.modality-rule { width: 48px; height: 2px; border: 0; background: var(--gold); margin: 1.4rem 0 0; }
.modality-sub { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.3vw, 26px); color: var(--tide-deep); margin-bottom: 1.2rem; }
.modality-body p { color: var(--ink-soft); }
.modality-result { margin-top: 1.6rem; padding: 18px 24px; background: var(--shell); border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; }
.modality-result .lbl { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 4px; }
.modality-result p { margin: 0; font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--ink); }

/* ---- DETAILS LIST (services) ------------------------------ */
.details { max-width: 760px; margin-inline: auto; display: grid; gap: 0; }
.details-row { display: grid; grid-template-columns: 200px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid rgba(43,40,35,0.12); align-items: baseline; }
.details-row:first-child { border-top: 1px solid rgba(43,40,35,0.12); }
.details-key { font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); }
.details-val { color: var(--ink-soft); margin: 0; }
.details-val.big { font-family: var(--serif); font-size: 34px; color: var(--ink); font-style: italic; }

/* ---- ACCORDION -------------------------------------------- */
.accordion { max-width: 760px; margin-inline: auto; }
.acc-item { border-bottom: 1px solid rgba(43,40,35,0.14); }
.acc-item summary { list-style: none; cursor: pointer; padding: 24px 44px 24px 0; position: relative; font-family: var(--serif); font-size: clamp(19px, 2.1vw, 23px); color: var(--ink); transition: color .25s; }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary::after { content:"+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 26px; color: var(--gold-deep); transition: transform .3s var(--ease); font-family: var(--sans); font-weight: 300; }
.acc-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.acc-item summary:hover { color: var(--tide-deep); }
.acc-body { padding: 0 44px 26px 0; }
.acc-body p { color: var(--ink-soft); font-size: 16.5px; margin-bottom: 0.8em; }
.acc-body p:last-child { margin-bottom: 0; }

/* ---- CONTACT FORM ----------------------------------------- */
.form { max-width: 620px; margin-inline: auto; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 16.5px; color: var(--ink);
  padding: 15px 18px; border-radius: 14px; border: 1px solid rgba(43,40,35,0.18);
  background: var(--shell); transition: border .25s, box-shadow .25s; resize: vertical;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--tide-deep); box-shadow: 0 0 0 4px rgba(141,162,171,0.22); }
.form-note { font-size: 14px; color: var(--ink-faint); margin-top: 16px; }
.form .btn { margin-top: 6px; }

/* ---- CTA BAND --------------------------------------------- */
.cta-band { text-align: center; }
.cta-band h2 { font-style: italic; }
.cta-band .sub { color: rgba(251,248,242,0.78); font-size: 19px; margin-bottom: 0.2rem; }
.cta-band .fine { color: rgba(251,248,242,0.55); font-style: italic; font-size: 16px; }
.cta-band .btn { margin-top: 2rem; }

/* ---- FOOTER ----------------------------------------------- */
.site-footer { background: var(--ink); color: rgba(251,248,242,0.8); padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.footer-brand { font-family: var(--serif); font-size: 22px; color: var(--shell); display: block; margin-bottom: 8px; }
.site-footer p { font-size: 15px; line-height: 1.7; margin: 0 0 0.6em; }
.footer-disclaimer { font-size: 13px; color: rgba(251,248,242,0.5); margin-top: 18px; max-width: 42ch; }
.footer-disclaimer a, .site-footer a { color: var(--gold); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-nav a { font-size: 14.5px; font-weight: 600; color: rgba(251,248,242,0.8); transition: color .2s; }
.footer-nav a:hover { color: var(--shell); }
.footer-copy { font-size: 12.5px; color: rgba(251,248,242,0.45); margin-top: 22px; }

/* ---- SCROLL REVEAL ---------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- PAGE HERO (interior) --------------------------------- */
.page-hero { padding: clamp(150px, 18vw, 220px) 0 clamp(40px, 6vw, 72px); text-align: center; background: linear-gradient(170deg, #F8F3EA, #E7EAE6); position: relative; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(38px, 6vw, 68px); }
.page-hero .lede { max-width: 620px; margin: 0.6rem auto 0; }

/* ---- RESPONSIVE ------------------------------------------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; padding-top: 20px; }
  .hero-copy { max-width: 640px; margin-inline: auto; }
  .hero-eyebrow { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .process { grid-template-columns: 1fr 1fr; gap: 30px 26px; }
  .meet, .meet--rev { grid-template-columns: 1fr; text-align: center; max-width: 540px; margin-inline: auto; }
  .meet-photo { max-width: 340px; margin-inline: auto; }
  .modality { grid-template-columns: 1fr; gap: 18px; }
  .modality-rule { margin-inline: auto; }
  .split, .split--rev { grid-template-columns: 1fr; text-align: center; }
  .split .botanical { order: -1; max-width: 200px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  body { font-size: 17px; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; background: var(--shell); padding: 40px; transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: -20px 0 60px -30px rgba(43,40,35,.5); }
  .nav.open { transform: none; }
  .nav a { font-size: 18px; }
  .nav-toggle { display: block; z-index: 110; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .details-row { grid-template-columns: 1fr; gap: 6px; }
  .process { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
}
@media (max-width: 420px) {
  .brand { font-size: 20px; }
}

/* ============================================================
   About page — editorial typography polish
   ============================================================ */
.about-prose p { line-height: 1.8; margin-bottom: 1.3em; }
.about-prose p:last-of-type { margin-bottom: 0; }

.about-kicker {
  font-family: var(--sans);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--accent-2); margin: 0 0 1.25rem;
}
.about-kicker::after {
  content: ""; display: block;
  width: 36px; height: 2px; margin-top: 0.8rem;
  background: var(--gold); opacity: 0.55;
}

.about-lead::first-letter {
  font-family: var(--serif); font-weight: 600;
  font-size: 3.5em; line-height: 0.74;
  float: left; margin: 0.06em 0.14em 0 0;
  color: var(--tide-deep);
}

.about-aside {
  margin: 2rem 0 0.3rem; padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
  font-family: var(--serif); font-style: italic;
  font-size: clamp(20px, 2.3vw, 27px); line-height: 1.5;
  color: var(--tide-ink);
}

.about-introline {
  margin-top: 1.7rem; padding-top: 1.4rem;
  border-top: 1px solid rgba(43, 40, 35, 0.14);
  font-family: var(--sans); font-size: 12.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-faint);
}

.signature { margin-top: 2.1rem; }
.signature .sig-name {
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(32px, 4.2vw, 46px); line-height: 1;
  color: var(--tide-deep); display: block;
}
.signature .sig-role {
  display: block; margin-top: 0.7rem;
  font-family: var(--sans); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-faint);
}

/* About opening — slightly smaller portrait */
@media (min-width: 961px) { .meet--compact { grid-template-columns: 300px 1fr; } }

/* Reusable statement list — warm, humble one-liners */
.statement-list p { font-family: var(--serif); font-style: italic; font-size: clamp(20px,2.4vw,28px); line-height: 1.42; color: var(--tide-ink); margin: 0; padding: 1.15rem 0; border-top: 1px solid rgba(43,40,35,0.12); }
.statement-list p:first-child { border-top: 0; }
