/* =========================================================
   Laura Blaya — home.css
   Editorial home page. Self-contained (does not affect the
   other pages, which still use styles.css).
   Palette: warm cream, charcoal, muted blue, sand pink.
   ========================================================= */

:root {
  --bg: #F5F1E8;          /* warm cream */
  --bg-2: #EFE9DC;        /* deeper section */
  --paper: #FBF9F3;       /* lightest */
  --ink: #26241F;         /* warm charcoal */
  --ink-70: #4A473F;
  --muted: #6E6A60;
  --blue: #3C5A67;        /* muted sophisticated blue */
  --blue-deep: #2C4650;
  --sand: #E0CBBE;        /* sand pink accent */
  --sand-soft: #EEE2D8;
  --line: #DFD6C6;        /* fine rule */
  --line-2: #CDC2AE;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--sand); color: var(--ink); }

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -0.01em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.measure { max-width: 70ch; }
.measure-sm { max-width: 46ch; }

/* Vertical rhythm helper */
.stack > * + * { margin-top: 1.05em; }

/* Section rhythm */
.section { padding: clamp(64px, 9vw, 132px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.section--alt { background: var(--bg-2); }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink .eyebrow { color: var(--sand); }

.rule { height: 1px; background: var(--line); border: 0; }

/* ---------------- Eyebrow ---------------- */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 0.9em;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

/* ---------------- Type scale ---------------- */
.display {
  font-size: clamp(2.6rem, 6.2vw, 4.7rem);
  line-height: 1.02;
}
.h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.08; }
.h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
.lead { font-size: clamp(1.12rem, 1.5vw, 1.32rem); color: var(--ink-70); line-height: 1.6; }
.muted { color: var(--muted); }
p a { border-bottom: 1px solid var(--line-2); }

/* ---------------- Buttons / links ---------------- */
.cta {
  --_bg: var(--ink);
  --_fg: var(--paper);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 15px 26px;
  background: var(--_bg);
  color: var(--_fg);
  border: 1px solid var(--_bg);
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.cta .arw { transition: transform 0.25s ease; }
.cta:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.cta:hover .arw { transform: translateX(4px); }
.cta--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.cta--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.section--ink .cta { --_bg: var(--paper); --_fg: var(--ink); }
.section--ink .cta:hover { background: var(--sand); border-color: var(--sand); color: var(--ink); }

.textlink {
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, gap 0.2s ease;
}
.textlink:hover { border-color: var(--ink); gap: 0.8em; }

:where(a, button):focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 2px; }

/* ---------------- Header / nav ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245, 241, 232, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.brand { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; letter-spacing: 0.01em; }
.brand span { color: var(--blue); }
.nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); }
.nav a:not(.cta) {
  font-size: 0.92rem; font-weight: 500; color: var(--ink-70); position: relative; padding: 4px 0;
}
.nav a:not(.cta)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--ink); transition: width 0.25s ease;
}
.nav a:not(.cta):hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.nav .cta { padding: 11px 20px; font-size: 0.9rem; }

.nav-toggle { display: none; }
.nav-backdrop { display: none; }

/* ---------------- Hero ---------------- */
.hero { padding: clamp(52px, 8vw, 112px) 0 clamp(48px, 7vw, 96px); }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 6vw, 56px); align-items: center; }
.hero .display { max-width: 15ch; margin-top: 0.4em; font-size: clamp(2.3rem, 4.7vw, 3.9rem); }
.hero__body { margin-top: 1.5em; max-width: 60ch; }
.hero__body p { font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: var(--ink-70); }
.hero__body p + p { margin-top: 1em; }
.hero__cta { margin-top: 2.1em; }

.hero__portrait { position: relative; width: 100%; max-width: 330px; margin-inline: auto; }
.hero__portrait::before {
  content: ""; position: absolute; left: 4%; right: 4%; top: 9%; bottom: 0;
  background: var(--sand-soft); border-radius: 190px 190px 16px 16px; z-index: 0;
}
.hero__portrait img { position: relative; z-index: 1; width: 100%; height: auto; display: block; }

@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.08fr 0.92fr; gap: clamp(44px, 5vw, 84px); }
  .hero__portrait { max-width: 430px; margin-inline: 0 0 0 auto; }
}

/* ---------------- Section head ---------------- */
.head { max-width: 58ch; }
.head .h2 { margin-top: 0.5em; }
.head--wide { max-width: none; }

/* ---------------- Sec 2: who I work with / sequence ---------------- */
.sequence { list-style: none; margin: clamp(28px, 4vw, 44px) 0; max-width: 640px; }
.sequence li {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  line-height: 1.1;
  padding: clamp(9px, 1.2vw, 14px) 0;
}
.sequence .hl { background: linear-gradient(transparent 62%, var(--sand) 62%); padding: 0 0.05em; }

/* Who I work with — sequence beside a supporting illustration */
.who__grid { margin: clamp(10px, 1.4vw, 18px) 0 clamp(28px, 4vw, 44px); }
.who__grid .sequence { margin: 0; }
.who__media { margin: 1.6em 0 0; }
.who__media img {
  width: 100%; height: auto; display: block; max-width: 320px;
  transition: transform 0.6s ease;
}
.who__media:hover img { transform: scale(1.03); }
@media (min-width: 760px) {
  .who__grid {
    display: grid; grid-template-columns: 1fr 0.82fr;
    gap: clamp(32px, 5vw, 72px); align-items: center;
  }
  .who__media { margin: 0; justify-self: end; }
  .who__media img { max-width: 440px; margin-left: auto; }
}

.statement {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.22;
  max-width: 34ch;
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 3px solid var(--sand);
}
.statement--center { margin: 0 auto; text-align: left; }

/* ---------------- Sec 3: diagnostic ---------------- */
.dx { margin-top: clamp(28px, 4vw, 48px); }
.dx__q {
  display: block; width: 100%; text-align: left;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.2;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  padding: clamp(16px, 2vw, 22px) 0;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease, padding-left 0.25s ease;
}
.dx__q:last-of-type { }
.dx__q .dx__mark { color: var(--blue); margin-right: 0.5em; font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; vertical-align: middle; }
.dx__q:hover { color: var(--blue); }
.dx__q.is-active { color: var(--blue-deep); font-weight: 600; }
.dx__a {
  color: var(--ink-70);
}
.dx__a p + p { margin-top: 0.9em; }
.dx__a .pop { color: var(--ink); font-weight: 500; font-family: var(--serif); font-size: 1.15em; }

/* Mobile accordion (default) */
.dx__a { display: none; padding: 4px 0 26px; }
.dx__a.is-active { display: block; }
.dx__q::after {
  content: "→"; position: absolute; right: 2px; top: 50%; transform: translateX(-5px) translateY(-50%);
  font-family: var(--sans); font-weight: 400; font-size: 1.15rem; color: var(--blue);
  opacity: 0; transition: opacity 0.2s ease, transform 0.2s ease;
}
.dx__q:hover::after, .dx__q.is-active::after { opacity: 1; transform: translateX(0) translateY(-50%); }

/* Desktop master-detail */
@media (min-width: 860px) {
  .dx {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    column-gap: clamp(44px, 6vw, 96px);
    align-items: start;
    border-top: 1px solid var(--line);
  }
  .dx__q { grid-column: 1; border-top: 0; border-bottom: 1px solid var(--line); padding-right: 40px; }
  .dx__q.is-active { padding-left: 16px; }
  .dx__q.is-active::before {
    content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 4px; height: 60%; background: var(--sand);
  }
  .dx__a { grid-column: 2; grid-row: 1 / 999; align-self: start; padding: 6px 0 0; position: sticky; top: 110px; }
  .dx__a .pop { font-size: 1.3em; }
}

/* ---------------- Sec 4: what I look at ---------------- */
.grid4 {
  margin-top: clamp(32px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.pillar { padding: clamp(26px, 3.4vw, 40px) 0; border-bottom: 1px solid var(--line); }
.pillar__label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); }
.pillar__icon { display: block; height: 60px; width: auto; margin: 0 0 14px; transition: transform 0.4s ease; }
.pillar:hover .pillar__icon { transform: scale(1.12); }
.pkg__icon { display: block; height: 60px; width: auto; margin: 0 0 16px; transition: transform 0.4s ease; }
.pkg:hover .pkg__icon { transform: scale(1.08); }
.pillar__q { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.2; margin: 0.5em 0 0.6em; max-width: 30ch; }
.pillar__body { color: var(--ink-70); max-width: 60ch; }
.pillar__body p + p { margin-top: 0.7em; }
@media (min-width: 820px) {
  .grid4 { grid-template-columns: 1fr 1fr; column-gap: clamp(40px, 5vw, 80px); }
  .pillar { padding: clamp(30px, 3vw, 44px) 0; }
}

.journey {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
  margin: 1.1em 0; font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.02em;
}
.journey .step { color: var(--ink); background: var(--sand-soft); border: 1px solid var(--line-2); padding: 6px 12px; border-radius: 2px; white-space: nowrap; }
.journey .arw { color: var(--blue); font-weight: 400; }

/* ---------------- Sec 5: that's where I come in ---------------- */
.emph {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.16;
  max-width: 30ch;
}
.emph--sand { color: var(--ink); }
.emph--sand mark { background: linear-gradient(transparent 62%, var(--sand) 62%); color: inherit; padding: 0 0.05em; }

/* ---------------- Sec 6: what changes ---------------- */
.changes { margin-top: clamp(30px, 4vw, 52px); display: grid; gap: clamp(28px, 3vw, 40px); }
@media (min-width: 780px) { .changes { grid-template-columns: 1fr 1fr; column-gap: clamp(48px, 6vw, 90px); row-gap: clamp(36px, 4vw, 56px); } }
.change__h { font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.8rem); line-height: 1.2; }
.change p { color: var(--ink-70); margin-top: 0.6em; max-width: 58ch; }

/* ---------------- Sec 8: packages ---------------- */
.pkgs { margin-top: clamp(30px, 4vw, 52px); border-top: 1px solid var(--line); }
.pkg {
  padding: clamp(30px, 4vw, 52px) 0; border-bottom: 1px solid var(--line);
}
.pkg__num { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4rem); line-height: 0.9; color: var(--line-2); font-weight: 500; }
.pkg__title { font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.12; }
.pkg__title .hrs { color: var(--blue); }
.pkg__sub { font-weight: 600; color: var(--ink); margin-top: 0.5em; }
.pkg__body { color: var(--ink-70); margin-top: 0.5em; max-width: 66ch; }
.pkg__body p + p { margin-top: 0.55em; }
.pkg__cta { margin-top: 1.2em; }
.pkg--feature .pkg__num { color: var(--blue); }

.standalone {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(26px, 3vw, 40px);
  background: var(--sand-soft);
  border: 1px solid var(--line-2);
  border-radius: 4px;
  display: grid; gap: 0.6em;
}
.standalone .eyebrow { color: var(--blue-deep); }
.standalone h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2rem); }
.standalone p { color: var(--ink-70); max-width: 68ch; }
.standalone .pkg__cta { margin-top: 0.7em; }

/* ---------------- Sec 9: a good fit ---------------- */
.fit { margin-top: clamp(30px, 4vw, 52px); display: grid; gap: 0; border-top: 1px solid var(--line); }
.fit__item { padding: clamp(24px, 3vw, 38px) 0; border-bottom: 1px solid var(--line); }
@media (min-width: 820px) {
  .fit__item { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); column-gap: clamp(40px, 5vw, 80px); }
}
.fit__h { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.2; }
.fit__p { color: var(--ink-70); }
.fit__p p + p { margin-top: 0.7em; }

/* ---------------- Sec 10: point of view ---------------- */
.pov { margin-top: clamp(36px, 5vw, 64px); display: grid; gap: clamp(40px, 6vw, 80px); }
.belief { max-width: 28ch; }
.belief__q { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.12; }
.belief__s { color: var(--muted); margin-top: 0.7em; font-size: 1.02rem; max-width: 40ch; }
@media (min-width: 760px) {
  .belief { max-width: 34ch; }
  .belief:nth-child(even) { margin-left: auto; text-align: right; }
  .belief:nth-child(even) .belief__s { margin-left: auto; }
}
.belief--final { max-width: 46ch; margin: 0 auto !important; text-align: center; }
.belief--final .belief__q { font-size: clamp(1.9rem, 4vw, 3rem); }
.pov__close { text-align: center; margin-top: clamp(30px, 4vw, 48px); font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--blue-deep); }

/* Belief with a supporting illustration */
.belief--media { max-width: none; margin: 0; }
.belief--media .belief__text { max-width: 34ch; text-align: left; }
.belief__media { margin: 1.6em 0 0; }
.belief__media img {
  width: 100%; height: auto; display: block; max-width: 380px;
  transition: transform 0.6s ease;
}
.belief--media:hover .belief__media img { transform: scale(1.03); }
@media (min-width: 760px) {
  .belief--media { display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(32px, 5vw, 72px); align-items: center; max-width: none; margin: 0; justify-self: stretch; }
  .belief--media .belief__text { max-width: 38ch; }
  .belief__media { margin: 0; justify-self: end; }
  .belief__media img { max-width: 440px; margin-left: auto; }
  /* alternate: even beliefs put the illustration on the left */
  .belief--media.belief:nth-child(even) { grid-template-columns: 0.82fr 1fr; margin: 0; justify-self: stretch; }
  .belief--media.belief:nth-child(even) .belief__media { order: -1; justify-self: start; }
  .belief--media.belief:nth-child(even) .belief__media img { margin-left: 0; margin-right: auto; }
  .belief--media.belief:nth-child(even) .belief__s { margin-left: 0; }
}

/* ---------------- Sec 11: final cta ---------------- */
.final { text-align: center; }
.final .eyebrow { justify-content: center; }
.final .display { max-width: 18ch; margin-left: auto; margin-right: auto; }
.final .final__list, .final .final__after { margin-left: auto; margin-right: auto; }
.final__list { margin: 1.4em 0; }
.final__list p { font-size: clamp(1.1rem, 1.5vw, 1.3rem); color: var(--paper); opacity: 0.92; }
.final__list p + p { margin-top: 0.35em; }
.final__after { max-width: 62ch; }
.final__after p + p { margin-top: 0.7em; }
.final .cta { margin-top: 2em; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: #C9C2B4; padding: clamp(48px, 6vw, 76px) 0 32px; }
.footer__top { display: grid; gap: clamp(28px, 4vw, 40px); }
@media (min-width: 720px) {
  .footer__top { grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(24px, 4vw, 48px); }
  .footer__nav { align-items: flex-start; }
  .footer__badges { justify-self: end; }
}
.footer__brand { font-family: var(--serif); font-size: 1.5rem; color: #fff; }
.footer__tag { margin-top: 0.4em; font-size: 0.92rem; color: #9A9384; max-width: 34ch; }
.footer__nav { display: flex; flex-direction: column; gap: 10px; }
.footer__badges { display: flex; align-items: center; gap: 16px; }
.footer__badge { height: 58px; width: auto; display: block; border-radius: 6px; }
.footer__badge[src*="momence"] { height: 74px; }
.footer__nav a { font-size: 0.95rem; color: #C9C2B4; width: fit-content; }
.footer__nav a:hover { color: #fff; }
.footer__cta .cta { --_bg: var(--paper); --_fg: var(--ink); }
.footer__cta .cta:hover { background: var(--sand); border-color: var(--sand); }
.footer__base {
  margin-top: clamp(32px, 4vw, 48px); padding-top: 22px; border-top: 1px solid #3A372F;
  display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; align-items: center;
  font-size: 0.82rem; color: #857E70;
}
.footer__base a { color: #857E70; }
.footer__base a:hover { color: #C9C2B4; }
.footer__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; }

/* ---------------- Reveal ---------------- */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .cta, .textlink { transition: none; }
}

/* =========================================================
   Interior pages (Work With Me, etc.) — same design system
   ========================================================= */

/* Compact page hero */
.page-hero { padding: clamp(46px, 7vw, 96px) 0 clamp(26px, 4vw, 44px); }
.page-hero .display { font-size: clamp(2.1rem, 4.2vw, 3.4rem); max-width: 32ch; margin-top: 0.45em; }
.page-hero .measure p { font-size: clamp(1.05rem, 1.3vw, 1.18rem); color: var(--ink-70); }

/* Area lists (What we can work on) */
.arealist { list-style: none; margin-top: 0.7em; }
.arealist li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 0.98rem; color: var(--ink-70); }
.arealist li:first-child { border-top: 0; padding-top: 0; }

/* "Best for" line in service levels */
.pkg__best { margin-top: 0.95em; font-size: 0.95rem; color: var(--ink); max-width: 66ch; }
.pkg__best b { font-weight: 600; }

/* Standalone panel adapts on alt sections */
.section--alt .standalone { background: var(--paper); }

/* How I work — proactive vs reactive contrast */
.contrast { margin-top: clamp(26px, 3.4vw, 44px); max-width: 42ch; }
.contrast__lead { color: var(--ink-70); }
.contrast__q { font-family: var(--serif); font-size: clamp(1.5rem, 2.7vw, 2.2rem); line-height: 1.16; margin-top: 0.25em; }
.contrast__lead + .contrast__q { margin-bottom: 0.85em; }
.contrast__q--no { color: var(--muted); }
.contrast__q--yes { color: var(--blue-deep); }
.contrast__q--yes mark { background: linear-gradient(transparent 60%, var(--sand) 60%); color: inherit; padding: 0 0.05em; }

/* Understated note (hours) */
.note { max-width: 62ch; padding-left: clamp(18px, 2vw, 26px); border-left: 2px solid var(--line-2); }
.note h2 { font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.65rem); }
.note p { color: var(--muted); margin-top: 0.7em; }
.note p + p { margin-top: 0.55em; }

/* About — distinctive terms line */
.terms-line { font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.3rem); line-height: 1.22; color: var(--blue-deep); max-width: 34ch; margin: clamp(20px, 2.6vw, 34px) 0; }

/* About — "I like..." rhythm */
.likes { margin-top: clamp(18px, 2.4vw, 32px); border-top: 1px solid var(--line); max-width: 660px; }
.likes p { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.26; color: var(--ink); padding: clamp(14px, 1.8vw, 20px) 0; border-bottom: 1px solid var(--line); }

/* About — strongest closing statement */
.bigstatement { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.14; color: var(--ink); max-width: 30ch; margin-top: clamp(30px, 4vw, 56px); }

/* Warm values band */
.section--sand { background: #ECDCCF; }

/* FAQ accordion (native <details>) */
.faq { margin-top: clamp(24px, 3vw, 44px); border-top: 1px solid var(--line); max-width: 840px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; position: relative;
  padding: clamp(18px, 2.2vw, 24px) 46px clamp(18px, 2.2vw, 24px) 0;
  font-family: var(--serif); font-size: clamp(1.2rem, 1.9vw, 1.5rem); line-height: 1.25; color: var(--ink);
  transition: color 0.2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--blue); }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: clamp(20px, 2.4vw, 27px);
  font-family: var(--sans); font-weight: 400; font-size: 1.5rem; line-height: 1; color: var(--muted);
  transition: color 0.2s ease;
}
.faq details[open] summary { color: var(--blue-deep); }
.faq details[open] summary::after { content: "\2013"; color: var(--blue); }
.faq summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 2px; }
.faq__a { padding: 0 46px clamp(20px, 2.4vw, 26px) 0; color: var(--ink-70); max-width: 70ch; }
.faq__a p + p { margin-top: 0.8em; }

/* Full-width text blocks (opt-in) */
.wide { max-width: none !important; }
.pov .belief--final.wide { text-align: left !important; margin: 0 !important; }
.pov__close.wide { text-align: left !important; }


/* ---------------- Mobile nav ---------------- */
@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; padding: 0 10px;
  }
  .nav-toggle span { display: block; height: 1.5px; width: 24px; background: var(--ink); transition: transform 0.3s ease, opacity 0.3s ease; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .nav {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 18px var(--gutter) 28px;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }
  body.nav-open .nav { transform: none; opacity: 1; pointer-events: auto; }
  .nav a:not(.cta) { font-size: 1.15rem; padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav a:not(.cta)::after { display: none; }
  .nav .cta { margin-top: 14px; padding: 14px 24px; }

  .nav-backdrop {
    display: block; position: fixed; inset: 0; z-index: -1;
    background: rgba(38, 36, 31, 0.28); opacity: 0; pointer-events: none; transition: opacity 0.28s ease;
  }
  body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; z-index: 55; }
}

/* ---------------- Lead / contact form ---------------- */
.lead-form { margin-top: clamp(28px, 3.6vw, 46px); max-width: 660px; }
.lf__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lf__field { display: flex; flex-direction: column; margin-top: 20px; }
.lf__row .lf__field { margin-top: 0; }
.lf__field > label {
  font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.03em; color: var(--ink-70); margin-bottom: 8px;
}
.lf__opt { font-weight: 400; color: var(--muted); letter-spacing: 0; }
.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line-2); border-radius: 3px;
  padding: 13px 15px; width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lead-form textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.lead-form input:focus,
.lead-form textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(60, 90, 103, 0.15);
}
.lf__field.lf--error input,
.lf__field.lf--error textarea { border-color: #B4542F; }
.lf__field.lf--error input:focus,
.lf__field.lf--error textarea:focus { box-shadow: 0 0 0 3px rgba(180, 84, 47, 0.15); }

/* honeypot — off-screen, hidden from people, tempting to bots */
.lf__hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.lf__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 28px; }
.lead-form button.cta { cursor: pointer; font: inherit; font-family: var(--sans); font-weight: 600; }
.lf__status { font-family: var(--sans); font-size: 0.92rem; line-height: 1.5; margin: 0; max-width: 40ch; }
.lf__status.is-ok { color: var(--blue-deep); }
.lf__status.is-err { color: #B4542F; }
.lead-form.is-sending button.cta { opacity: 0.55; pointer-events: none; }
.lead-form.is-sent .lf__actions button.cta { display: none; }
.lf__turnstile { margin-top: 24px; }
.lf__turnstile:empty { display: none; margin: 0; }

@media (max-width: 640px) {
  .lf__row { grid-template-columns: 1fr; gap: 0; }
  .lf__row .lf__field { margin-top: 20px; }
}

.contact__alt {
  margin-top: clamp(28px, 3.5vw, 44px);
  font-family: var(--sans); font-size: 0.95rem; color: var(--muted);
}
.contact__alt a { color: var(--ink); border-bottom: 1px solid var(--line-2); }
.contact__alt a:hover { border-bottom-color: var(--blue); }

/* ---------------- Service tiers (How we can work together) ---------------- */
.tiers {
  margin-top: clamp(36px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.4vw, 30px);
  align-items: start;
}
@media (min-width: 860px) {
  .tiers { grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2vw, 28px); }
}

.tier {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: clamp(26px, 2.4vw, 38px);
}
.tier__icon { height: 60px; width: auto; align-self: center; display: block; margin: 2px 0 clamp(20px, 2.4vw, 30px); }
.tier__name { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 1.9rem); line-height: 1.12; color: var(--ink); min-height: 2.3em; }
.tier__pos { margin-top: 0.7em; font-family: var(--sans); font-size: 0.98rem; line-height: 1.5; color: var(--ink-70); min-height: 2.9em; }

/* toggle row — whole row is the button */
.tier__toggle {
  margin-top: clamp(20px, 2.4vw, 30px);
  padding: 16px 0 2px;
  border: 0; border-top: 1px solid var(--line);
  background: none; width: 100%;
  display: flex; align-items: center; justify-content: center; gap: 0.6em;
  font-family: var(--sans); font-size: 0.92rem; color: var(--ink);
  cursor: pointer; letter-spacing: 0.01em;
  -webkit-tap-highlight-color: transparent;
}
.tier__hours { font-weight: 600; }
.tier__sep { color: var(--line-2); }
.tier__more { color: var(--blue); }
.tier__more .lbl--close { display: none; }
.tier__sign { color: var(--blue); font-size: 1.15rem; line-height: 1; width: 1em; text-align: center; }
.tier__sign::before { content: "+"; }
.tier__toggle:hover .tier__more, .tier__toggle:hover .tier__sign { color: var(--blue-deep); }
.tier__toggle:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 2px; }
.tier.is-open .tier__more .lbl--view { display: none; }
.tier.is-open .tier__more .lbl--close { display: inline; }
.tier.is-open .tier__sign::before { content: "\2212"; }

/* smooth height via grid-template-rows */
.tier__detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.42s ease; }
.tier.is-open .tier__detail { grid-template-rows: 1fr; }
.tier__detail-inner { overflow: hidden; min-height: 0; visibility: hidden; text-align: left; transition: visibility 0.42s; }
.tier.is-open .tier__detail-inner { visibility: visible; }

.tier__price { margin: clamp(18px, 2vw, 24px) 0 1.1em; font-family: var(--sans); font-size: 0.98rem; color: var(--muted); }
.tier__price span { color: var(--blue); font-weight: 600; }
.tier__desc { font-family: var(--sans); font-size: 0.96rem; line-height: 1.6; color: var(--ink-70); }
.tier__desc + .tier__desc { margin-top: 0.7em; }
.tier__note { margin: 1.1em 0; font-family: var(--serif); font-style: italic; font-size: 1.16rem; line-height: 1.35; color: var(--blue-deep); }
.tier__eg-label { margin: 1.3em 0 0.7em; font-family: var(--sans); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); }
.tier__eg { list-style: none; margin: 0; padding: 0; }
.tier__eg li { position: relative; padding-left: 1.3em; margin-bottom: 0.55em; font-family: var(--sans); font-size: 0.94rem; line-height: 1.5; color: var(--ink-70); }
.tier__eg li::before { content: ""; position: absolute; left: 2px; top: 0.62em; width: 5px; height: 5px; border-radius: 50%; background: var(--sand); }
.tier__detail-inner .textlink { margin-top: clamp(18px, 2vw, 24px); }

/* bottom CTA — understated */
.tiers__foot { margin-top: clamp(40px, 5vw, 64px); max-width: 54ch; }
.tiers__foot-q { font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.3; color: var(--ink); }
.tiers__foot .textlink { margin-top: 1em; }

@media (prefers-reduced-motion: reduce) {
  .tier__detail, .tier__detail-inner { transition: none; }
}

/* ---------------- Legal / prose pages ---------------- */
.legal { max-width: 72ch; }
.legal h2 { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.15; color: var(--ink); margin-top: 1.9em; }
.legal p { font-family: var(--sans); font-size: 1rem; line-height: 1.75; color: var(--ink-70); margin-top: 1em; }
.legal h2 + p { margin-top: 0.7em; }
.legal strong { color: var(--ink); font-weight: 600; }
.legal a { color: var(--blue); border-bottom: 1px solid var(--line-2); }
.legal a:hover { border-bottom-color: var(--blue); }
