/* ============================================================
   Julie Quinn — mental health coaching
   Palette: morning light on Australian bush.
   Type: Sentient (Fontshare, self-hosted) + system neutral.
   ============================================================ */

@font-face {
  font-family: 'Sentient';
  src: url('../assets/fonts/Sentient-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../assets/fonts/Sentient-VariableItalic.woff2') format('woff2');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
/* signature scripts, subset to the letters of "Julie Quinn Harrison" only (OFL) */
@font-face {
  font-family: 'Carattere';
  src: url('../assets/fonts/Carattere-Name.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sacramento';
  src: url('../assets/fonts/Sacramento-Name.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #F4EFE6;
  --sand: #E8DECB;
  --ink: #26302A;
  --pine: #33413A;
  --floor: #1D2621;
  --clay: #A65E44;
  --clay-deep: #8A4A33;
  --cream: #F2EDE2;
  --serif: 'Sentient', Georgia, serif;
  --sans: system-ui, 'Segoe UI', -apple-system, sans-serif;
  --gutter: clamp(1.25rem, 4.5vw, 4.5rem);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: var(--floor); }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
::selection { background: rgba(166, 94, 68, .25); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: 0.7em 1.2em;
  font: 600 0.8rem var(--sans);
  text-decoration: none;
}
.skip-link:focus-visible { top: 1rem; }

/* grained surfaces: texture sits behind content, never over it */
.hero-panel::before, .index-band::before, .honest::before,
.ready::before, .site-foot::before, .breath-arch::before,
.quote-band::before, .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  pointer-events: none;
  z-index: 0;
}

/* ---------- type ---------- */
.display {
  font-family: var(--serif);
  font-weight: 380;
  line-height: 1.12;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  letter-spacing: -0.005em;
  text-wrap: balance;
}
.display em {
  font-style: italic;
  font-weight: 340;
  color: var(--clay-deep);
}

/* ---------- buttons: one label, one shape, sitewide ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95em 2.1em;
  border: 1px solid currentColor;
  background: transparent;
  transition: background-color .22s ease, color .22s ease;
}
.btn, .text-link, .site-nav a, .nav-toggle, .honest-faq summary, .foot-col a {
  -webkit-tap-highlight-color: transparent;
}
.btn-ink { color: var(--ink); }
.btn-ink:hover, .btn-ink:active { background: var(--ink); color: var(--paper); }
.btn-cream { color: var(--cream); }
.btn-cream:hover, .btn-cream:active { background: var(--cream); color: var(--pine); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 0.75em 0;
  margin: -0.75em 0;
  transition: color .2s ease;
}
.text-link:hover, .text-link:active { color: var(--clay-deep); }
.text-link .arrow { width: 11px; height: 11px; }
.text-link .arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- header ---------- */
.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem var(--gutter);
  background: var(--paper);
}
.brand { text-decoration: none; color: var(--ink); }
.brand-name {
  display: block;
  font-family: var(--serif);
  font-weight: 460;
  font-size: 1.45rem;
  line-height: 1.1;
}
.brand-desc {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(38, 48, 42, .78);
  margin-top: 0.2rem;
}
.site-nav { display: flex; gap: 2.2rem; }
.site-nav:focus { outline: none; }
.site-nav .nav-brand, .site-nav .nav-cta { display: none; }
.site-nav a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--ink);
  transition: color .2s ease;
}
.site-nav a:hover { color: var(--clay-deep); }
.site-nav a[aria-current="page"] {
  color: var(--clay-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.45em;
  text-decoration-color: rgba(138, 74, 51, .55);
}
.head-actions { display: flex; align-items: center; gap: 1rem; }
.nav-toggle {
  display: none;
  font: 600 0.72rem/1 var(--sans);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--ink);
  background: none;
  border: 1px solid var(--ink);
  padding: 1.15em 1.6em;
  cursor: pointer;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: min(88vh, 860px);
}
.hero-panel {
  position: relative;
  background: var(--pine);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.9rem;
  padding: clamp(3rem, 7vh, 5.5rem) var(--gutter) clamp(3.5rem, 8vh, 6rem);
}
.hero-panel > * { position: relative; z-index: 1; }
.hero-title {
  font-family: var(--serif);
  font-weight: 330;
  font-size: clamp(2.6rem, 5.2vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.008em;
}
.hero-title span { display: block; }
.hero-title-em {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  margin-top: 0.18em;
}
.hero-title-em em {
  font-style: italic;
  font-weight: 300;
  font-size: 0.9em;
  text-shadow: 0 1px 6px rgba(29, 38, 33, .55), 0 2px 28px rgba(29, 38, 33, .6);
}
/* ---------- signature: Julie's full name, hand-set above the H1 ----------
   Candidate is one token: data-sig on <body> — "a" Sentient Italic,
   "b" Carattere, "c" Sacramento. */
.hero-sig {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  max-width: 100%;
  color: #D9A88F;
  transform: rotate(-2.5deg);
  transform-origin: left bottom;
  /* padding gives the script's swashes room inside the box so the draw-on
     mask can't clip them; the margins hand the space straight back */
  padding: 0.3em 0.5em 0.35em 0.45em;
  margin: -0.3em -0.5em calc(-1.3rem - 0.35em) calc(-0.45em - 0.04em);
  pointer-events: none;
}
[data-sig="a"] .hero-sig, [data-sig="a"] .loader-sig {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.08;
}
[data-sig="b"] .hero-sig, [data-sig="b"] .loader-sig {
  font-family: 'Carattere', var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06;
}
[data-sig="c"] .hero-sig, [data-sig="c"] .loader-sig {
  font-family: 'Sacramento', var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
/* grand, but the autograph stays on the green panel */
[data-sig="a"] .hero-sig { font-size: clamp(2.5rem, 5vw, 4.4rem); }
[data-sig="b"] .hero-sig { font-size: clamp(2.9rem, 5.8vw, 5.1rem); }
[data-sig="c"] .hero-sig { font-size: clamp(3.2rem, 6.4vw, 5.6rem); }
/* ---------- loading screen: the signature signs itself, then the page ----------
   Choreography: "Julie Quinn" writes, "Harrison" follows, a pen flourish
   underlines, the descriptor settles, and the curtain lifts.
   Motion-only by design: under reduced motion the overlay never exists. */
.loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--pine);
  display: grid;
  place-items: center;
  visibility: hidden;
  pointer-events: none;
}
.loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--grain);
}
.loader-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  text-align: center;
}
.loader-sig {
  color: #D9A88F;
  transform: rotate(-2.5deg);
  font-size: clamp(3rem, 7.5vw, 6.5rem);
}
/* each word is its own pen stroke; padding gives swashes room inside the mask */
.loader-sig span {
  display: inline-block;
  padding: 0.28em 0.3em;
  margin: -0.28em -0.19em;
}
.loader-flourish {
  width: min(44vw, 290px);
  height: auto;
  margin-top: -1.1rem;
  transform: rotate(-2.5deg);
}
.loader-flourish path {
  fill: none;
  stroke: #D9A88F;
  stroke-width: 2.2;
  stroke-linecap: round;
  opacity: .85;
}
.loader-tag {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(242, 237, 226, .72);
}

/* one-time draw-on, same contract as the breathing ring: fully static under reduced motion */
@media (prefers-reduced-motion: no-preference) {
  .hero-sig, .loader-sig .sig-l1, .loader-sig .sig-l2 {
    -webkit-mask-image: linear-gradient(100deg, #000 46%, transparent 54%);
    mask-image: linear-gradient(100deg, #000 46%, transparent 54%);
    -webkit-mask-size: 250% 100%;
    mask-size: 250% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .hero-sig { animation: sig-write 1.8s cubic-bezier(.45, 0, .25, 1) .5s both; }

  .loader { visibility: visible; animation: loader-out .8s cubic-bezier(.7, 0, .3, 1) 2.75s forwards; }
  .loader-sig .sig-l1 { animation: sig-write .95s cubic-bezier(.5, .05, .5, .95) .3s both; }
  .loader-sig .sig-l2 { animation: sig-write .8s cubic-bezier(.5, .05, .5, .95) 1.25s both; }
  .loader-flourish path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: flourish-draw .65s cubic-bezier(.4, 0, .3, 1) 1.9s forwards;
  }
  .loader-tag { opacity: 0; animation: tag-in .7s ease 2.1s forwards; }
}
@keyframes sig-write {
  from { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
  to   { -webkit-mask-position: 0% 0;   mask-position: 0% 0; }
}
@keyframes flourish-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes tag-in {
  from { opacity: 0; letter-spacing: 0.42em; }
  to   { opacity: 1; letter-spacing: 0.3em; }
}
@keyframes loader-out {
  to { transform: translateY(-101%); visibility: hidden; }
}
/* already seen this visit: no curtain, the autograph just writes itself */
.no-loader .loader { display: none; }

.hero-sub {
  max-width: 30em;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(242, 237, 226, .82);
}
.hero-cta { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero-meta {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(242, 237, 226, .74);
}
.hero-media {
  position: relative;
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
}
.hero-tagline {
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: 1.3rem;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: 0.95rem;
  color: rgba(242, 237, 226, .95);
  text-shadow: 0 1px 10px rgba(29, 38, 33, .6);
  z-index: 2;
}

/* circular stamp across the seam */
.stamp {
  position: absolute;
  top: clamp(1.5rem, 5vh, 3.5rem);
  left: 47%;
  transform: translateX(-50%);
  width: clamp(120px, 12vw, 168px);
  z-index: 3;
}
.stamp svg {
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 1px 5px rgba(29, 38, 33, .45));
}
.stamp-ring { fill: none; stroke: rgba(242, 237, 226, .55); stroke-width: 1; }
.stamp-text {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  /* 0.184em closes the ring at its natural length (389.6px circumference),
     so WebKit renders it sealed even where textLength on textPath is ignored */
  letter-spacing: 0.184em;
  text-transform: uppercase;
  fill: var(--cream);
}
.stamp-mono {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: 44px;
  fill: var(--cream);
  text-anchor: middle;
  dominant-baseline: central;
}

/* ---------- empathy / season ---------- */
.season {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4.5rem, 11vh, 8rem) var(--gutter) clamp(3rem, 7vh, 5rem);
  align-items: start;
  overflow: hidden;
}
.season-text { max-width: 36em; }
.season-text .display { margin-bottom: 2.2rem; }
.season-lines p {
  font-family: var(--serif);
  font-weight: 350;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.75;
  color: rgba(38, 48, 42, .82);
}
.season-close {
  margin-top: 2.2rem;
  max-width: 27em;
  font-size: 1.02rem;
  line-height: 1.7;
}
.season-close em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--clay-deep);
  font-size: 1.06em;
}
.season-text .text-link { margin-top: 3.4rem; }
.season-photo { position: relative; margin-top: clamp(2rem, 5vh, 3.5rem); }
/* ghost initial, a whisper of the wordmark behind the photograph */
.season-photo::before {
  content: 'j';
  position: absolute;
  z-index: 0;
  top: -0.32em;
  left: -0.42em;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(15rem, 22vw, 22rem);
  line-height: 1;
  color: rgba(38, 48, 42, .06);
  pointer-events: none;
}
.season-photo img { position: relative; z-index: 1; width: 100%; height: auto; }

/* painted highlight, once on the whole page */
.hl { position: relative; white-space: nowrap; }
.hl-stroke {
  position: absolute;
  left: -0.4em;
  top: 50%;
  width: calc(100% + 0.8em);
  height: 1.72em;
  transform: translateY(-50%) rotate(-2deg);
  fill: rgba(166, 94, 68, .32);
  z-index: 0;
}
.hl span { position: relative; z-index: 1; }

/* ---------- index band ---------- */
.index-band {
  position: relative;
  background: var(--sand);
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
}
.index-band > * { position: relative; z-index: 1; }
.index-band .display { margin-bottom: 3rem; max-width: 18em; }
.index-list {
  list-style: none;
  columns: 2;
  column-gap: clamp(3rem, 7vw, 7rem);
}
.index-list li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1.05rem 0 1.15rem;
  border-top: 1px solid rgba(38, 48, 42, .18);
}
.index-list strong {
  font-family: var(--serif);
  font-weight: 430;
  font-size: 1.12rem;
  letter-spacing: 0.005em;
}
.index-list span {
  font-size: 0.88rem;
  color: rgba(38, 48, 42, .78);
}
/* keep the clay accent a motif, not a tic: these two stay in ink */
.index-band .display em,
.season-close em { color: inherit; }

/* ---------- breath ---------- */
.breath {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4.5rem, 12vh, 8.5rem) var(--gutter);
}
.breath-text { max-width: 30em; justify-self: end; }
.breath-text .display { margin-bottom: 1.4rem; }
.breath-text p { max-width: 28em; }
.breath-cue {
  margin-top: 1.6rem;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  color: var(--clay-deep);
  font-size: 1.05rem;
}
.breath-arch {
  position: relative;
  width: min(100%, 400px);
  aspect-ratio: 10 / 13;
  border-radius: 999px 999px 0 0;
  background: url('../assets/img/arch-water.webp') center / cover no-repeat;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.breath-arch::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(rgba(51, 65, 58, .14), rgba(166, 94, 68, .18));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.breath-ring {
  position: relative;
  z-index: 2;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 253, 248, .95);
  background: rgba(242, 237, 226, .22);
}
.breath-ring-echo {
  position: absolute;
  width: 62%;
  border: 1px solid rgba(255, 253, 248, .45);
  background: none;
}
@media (prefers-reduced-motion: no-preference) {
  .breath-ring { animation: breathe 10s ease-in-out infinite; }
  .breath-ring-echo { animation: breathe 10s ease-in-out infinite; animation-delay: .35s; }
}
@keyframes breathe {
  0%   { transform: scale(0.78); }
  40%  { transform: scale(1.12); }
  45%  { transform: scale(1.12); }
  100% { transform: scale(0.78); }
}

/* ---------- how it works ---------- */
.how {
  padding: clamp(4rem, 10vh, 7rem) var(--gutter) clamp(4.5rem, 11vh, 8rem);
}
.how .display { margin-bottom: 3.2rem; }
.how-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}
.how-num {
  display: block;
  font-family: var(--serif);
  font-weight: 250;
  font-size: clamp(4.4rem, 7vw, 6.5rem);
  line-height: 1;
  color: rgba(38, 48, 42, .13);
  margin-bottom: 0.4rem;
}
.how-steps h3 {
  font-family: var(--serif);
  font-weight: 430;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}
.how-steps p {
  font-size: 0.95rem;
  color: rgba(38, 48, 42, .78);
  max-width: 24em;
}
.how-cta { margin-top: 3.4rem; }

/* ---------- quote band ---------- */
.quote-band {
  position: relative;
  background: var(--clay);
  text-align: center;
  padding: clamp(4.5rem, 10vh, 7rem) var(--gutter);
}
.quote-band > * { position: relative; z-index: 1; }
.quote-band blockquote { margin: 0; }
.quote-band p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.4;
  color: var(--cream);
  max-width: 24em;
  margin: 0 auto;
}
.quote-band cite {
  display: block;
  margin-top: 1.3rem;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(242, 237, 226, .85);
}

/* ---------- about ---------- */
.about {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 8vh, 6rem) 0 clamp(4rem, 10vh, 7rem) var(--gutter);
}
.about-text { max-width: 32em; padding-right: 1rem; }
.about-text .display { margin-bottom: 0.9rem; }
.about-cred {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  color: var(--clay-deep);
  margin-bottom: 1.6rem;
}
.about-text p + p { margin-top: 1.1rem; }
.about-media {
  position: relative;
  min-height: 480px;
}
.about-block {
  position: absolute;
  top: 6%;
  right: 0;
  bottom: 6%;
  left: 28%;
  background: #B57C63;
}
.about-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 62%;
}
/* supporting photography in warm mono, therapi-style palette control */
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(.24) contrast(.97) brightness(1.04);
}
.about-caption {
  position: absolute;
  top: 50%;
  left: calc(62% + 1.2rem);
  transform: rotate(180deg) translateY(50%);
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 360;
  font-size: 0.95rem;
  color: rgba(242, 237, 226, .92);
}

/* ---------- honesty + faq ---------- */
.honest {
  position: relative;
  background: var(--pine);
  color: var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(4.5rem, 11vh, 8rem) var(--gutter);
}
.honest > * { position: relative; z-index: 1; }
.honest .display em { color: #D9A88F; }
.honest-text .display { margin-bottom: 1.6rem; }
.honest-text p { max-width: 30em; color: rgba(242, 237, 226, .85); }
.honest-crisis {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(242, 237, 226, .22);
  font-size: 0.92rem;
}
.honest-crisis a { color: var(--cream); font-weight: 600; }
.honest-faq details { border-top: 1px solid rgba(242, 237, 226, .2); }
.honest-faq details:last-child { border-bottom: 1px solid rgba(242, 237, 226, .2); }
.honest-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0.2rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.12rem;
  transition: color .2s ease;
}
.honest-faq summary::-webkit-details-marker { display: none; }
.honest-faq summary::after {
  content: '+';
  content: '+' / '';
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .25s ease;
  flex: none;
}
.honest-faq details[open] summary::after { transform: rotate(45deg); }
.honest-faq summary:hover, .honest-faq summary:active { color: #D9A88F; }
.honest-faq details p {
  padding: 0 2.5rem 1.3rem 0.2rem;
  font-size: 0.94rem;
  color: rgba(242, 237, 226, .78);
  max-width: 36em;
}

/* ---------- final cta ---------- */
.ready {
  position: relative;
  background: linear-gradient(var(--pine), var(--floor));
  overflow: hidden;
}
.ready::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/img/dawn-1400.webp') center 68% / cover no-repeat;
  filter: saturate(.72) brightness(.88);
  -webkit-mask-image: linear-gradient(to bottom,
    transparent 0%, rgba(0,0,0,.06) 5%, rgba(0,0,0,.18) 10%, rgba(0,0,0,.38) 16%,
    rgba(0,0,0,.62) 22%, rgba(0,0,0,.84) 28%, #000 34%, #000 62%,
    rgba(0,0,0,.84) 70%, rgba(0,0,0,.6) 78%, rgba(0,0,0,.36) 85%,
    rgba(0,0,0,.16) 92%, rgba(0,0,0,.05) 97%, transparent 100%);
  mask-image: linear-gradient(to bottom,
    transparent 0%, rgba(0,0,0,.06) 5%, rgba(0,0,0,.18) 10%, rgba(0,0,0,.38) 16%,
    rgba(0,0,0,.62) 22%, rgba(0,0,0,.84) 28%, #000 34%, #000 62%,
    rgba(0,0,0,.84) 70%, rgba(0,0,0,.6) 78%, rgba(0,0,0,.36) 85%,
    rgba(0,0,0,.16) 92%, rgba(0,0,0,.05) 97%, transparent 100%);
}
.ready-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(9rem, 24vh, 15rem) var(--gutter);
  color: var(--cream);
  background: radial-gradient(55% 60% at 50% 46%, rgba(29, 38, 33, .3), transparent 72%);
}
.ready-inner .ready-alt {
  margin: 1.6rem auto 0;
  font-size: 0.88rem;
  color: rgba(242, 237, 226, .85);
  text-shadow: 0 1px 14px rgba(29, 38, 33, .6);
}
.ready-alt a { color: var(--cream); }
.ready-inner .display { text-shadow: 0 1px 26px rgba(29, 38, 33, .5); }
.ready-inner p {
  margin: 1.1rem auto 2.2rem;
  max-width: 26em;
  color: rgba(242, 237, 226, .92);
  text-shadow: 0 1px 16px rgba(29, 38, 33, .55);
}

/* ---------- footer ---------- */
.site-foot {
  position: relative;
  background: var(--floor);
  color: rgba(242, 237, 226, .82);
  padding: clamp(3.5rem, 8vh, 5.5rem) var(--gutter) 0;
  overflow: hidden;
}
.site-foot > * { position: relative; z-index: 1; }
.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 3rem;
}
.foot-label {
  display: block;
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(242, 237, 226, .62);
  margin: 0 0 1rem;
}
.foot-col a {
  display: block;
  width: fit-content;
  color: var(--cream);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.18em 0;
  margin-bottom: 0.35rem;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}
.foot-col a:hover, .foot-col a:active { color: #D9A88F; }
.foot-col p { font-size: 0.9rem; margin-top: 0.4rem; }
.foot-col p a { display: inline; margin: 0; }
.foot-ack {
  margin-top: 1.3rem;
  font-size: 0.8rem;
  color: rgba(242, 237, 226, .55);
  max-width: 30em;
}
.stamp-foot {
  position: absolute !important;
  top: clamp(3rem, 6.5vh, 4.5rem);
  right: var(--gutter);
  width: 100px;
  opacity: .55;
  pointer-events: none;
  z-index: 1;
}
.stamp-foot svg { width: 100%; height: auto; overflow: visible; }

.foot-colophon {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(242, 237, 226, .14);
  font-size: 0.78rem;
  color: rgba(242, 237, 226, .55);
}
.foot-colophon a { color: rgba(242, 237, 226, .75); }
.foot-wordmark {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(5rem, 14.5vw, 13.5rem);
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  color: rgba(242, 237, 226, .1);
  letter-spacing: 0.01em;
  margin: 0.6rem calc(var(--gutter) * -1) -0.1em;
}

/* ---------- scroll reveal: content always visible, motion is a bonus ---------- */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .reveal {
      animation: rise 1ms both;
      animation-timeline: view();
      animation-range: entry 5% entry 42%;
    }
  }
}
@keyframes rise {
  from { transform: translateY(26px); opacity: 0.4; }
  to   { transform: none; opacity: 1; }
}

/* ============================================================
   Inside pages — banner + shared content blocks
   ============================================================ */
.page-hero {
  position: relative;
  background: var(--pine);
  color: var(--cream);
  padding: clamp(3.5rem, 9vh, 6.5rem) var(--gutter) clamp(3.5rem, 9vh, 6rem);
  overflow: hidden;
}
.page-hero > * { position: relative; z-index: 1; }
/* ghost initial of the page, same whisper as the homepage "j" */
.page-hero::after {
  content: attr(data-initial);
  position: absolute;
  z-index: 0;
  right: calc(var(--gutter) - 0.05em);
  bottom: -0.36em;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(14rem, 24vw, 24rem);
  line-height: 1;
  color: rgba(242, 237, 226, .055);
  pointer-events: none;
}
.page-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #D9A88F;
  margin-bottom: 1.5rem;
}
.page-eyebrow::before { content: ''; width: 2rem; height: 1px; background: currentColor; opacity: .7; }
.page-title {
  font-family: var(--serif);
  font-weight: 330;
  font-size: clamp(2.3rem, 4.6vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.008em;
  max-width: 15em;
  text-wrap: balance;
}
.page-title em { font-style: italic; font-weight: 300; color: #D9A88F; }
.page-lead {
  margin-top: 1.6rem;
  max-width: 34em;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(242, 237, 226, .82);
}
.page-hero .hero-cta { margin-top: 2.2rem; }

/* links inside body copy: ink with a quiet clay rule, never browser-blue */
main p a:not(.btn), main li a:not(.btn), .faq-list a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(166, 94, 68, .55);
  transition: color .2s ease;
}
main p a:not(.btn):hover, main li a:not(.btn):hover { color: var(--clay-deep); text-decoration-color: currentColor; }
.band-pine p a:hover { color: #D9A88F; }

.ref-note { font-size: 0.82rem; color: rgba(38, 48, 42, .62); margin-top: 1.4rem !important; }

/* plain reading block */
.prose {
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
}
.prose-inner { max-width: 38em; }
.prose .display { margin-bottom: 1.4rem; }
.prose p + p { margin-top: 1.1rem; }
.prose p { max-width: 36em; }
.prose .lede {
  font-family: var(--serif);
  font-weight: 350;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.6;
  color: rgba(38, 48, 42, .86);
  margin-bottom: 1.6rem;
}
.prose h3 {
  font-family: var(--serif);
  font-weight: 430;
  font-size: 1.3rem;
  margin: 2.4rem 0 0.7rem;
}
.prose ul { list-style: none; margin-top: 1rem; }
.prose ul li { padding: 0.55rem 0 0.55rem 1.4rem; position: relative; border-top: 1px solid rgba(38, 48, 42, .14); }
.prose ul li:last-child { border-bottom: 1px solid rgba(38, 48, 42, .14); }
.prose ul li::before { content: '·'; position: absolute; left: 0.2rem; color: var(--clay-deep); font-weight: 700; }
.prose .text-link { margin-top: 2.4rem; }

/* text beside a photo, either order */
.split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
}
.split.split-flip { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.split.split-flip > .split-text { order: 2; }
.split-text { max-width: 34em; }
.split-text .display { margin-bottom: 1.4rem; }
.split-text p + p { margin-top: 1.1rem; }
.split-text .text-link, .split-text .btn { margin-top: 2.2rem; }
.split-photo img { width: 100%; height: auto; }
.split-photo.mono img { filter: grayscale(1) sepia(.24) contrast(.97) brightness(1.04); }

/* sand / pine bands for lists and notes */
.band {
  position: relative;
  background: var(--sand);
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
}
.band::before { content: ''; position: absolute; inset: 0; background-image: var(--grain); pointer-events: none; }
.band > * { position: relative; z-index: 1; }
.band .display { margin-bottom: 2.6rem; max-width: 18em; }
.band-pine { background: var(--pine); color: var(--cream); }
.band-pine .display em { color: #D9A88F; }
.band-pine p { color: rgba(242, 237, 226, .85); }
.band-pine a { color: var(--cream); }

/* two-column note grid (definition pairs) */
.pairs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2.5rem, 6vw, 6rem);
}
.pairs li {
  padding: 1.2rem 0 1.3rem;
  border-top: 1px solid rgba(38, 48, 42, .18);
}
.pairs strong {
  display: block;
  font-family: var(--serif);
  font-weight: 430;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.pairs p { font-size: 0.93rem; color: rgba(38, 48, 42, .78); max-width: 28em; }
.band-pine .pairs li { border-color: rgba(242, 237, 226, .2); }
.band-pine .pairs p { color: rgba(242, 237, 226, .78); }

/* FAQ on paper (the homepage version lives on pine) */
.faq-list details { border-top: 1px solid rgba(38, 48, 42, .18); }
.faq-list details:last-child { border-bottom: 1px solid rgba(38, 48, 42, .18); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem 0.2rem;
  font-family: var(--serif);
  font-weight: 410;
  font-size: 1.15rem;
  transition: color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  content: '+' / '';
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .25s ease;
  flex: none;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary:hover, .faq-list summary:active { color: var(--clay-deep); }
.faq-list details p {
  padding: 0 2.5rem 1.4rem 0.2rem;
  font-size: 0.96rem;
  color: rgba(38, 48, 42, .8);
  max-width: 36em;
}
.faq-list details p + p { padding-top: 0; margin-top: -0.5rem; }
.faq-group + .faq-group { margin-top: 3.5rem; }
.faq-group h2 {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 1rem;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
}
.faq-aside { position: sticky; top: 2rem; max-width: 24em; }
.faq-aside .display { margin-bottom: 1.2rem; }
.faq-aside p { font-size: 0.95rem; color: rgba(38, 48, 42, .8); }
.faq-aside .btn { margin-top: 1.8rem; }

/* contact */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  padding: clamp(4rem, 10vh, 7rem) var(--gutter);
  align-items: start;
}
.contact-main .display { margin-bottom: 1.4rem; }
.contact-main p { max-width: 32em; }
.contact-main p + p { margin-top: 1.1rem; }
.contact-main .btn { margin-top: 2rem; }
.contact-email {
  display: inline-block;
  margin-top: 2.2rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 380;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 48, 42, .35);
  overflow-wrap: anywhere;
  transition: color .2s ease, border-color .2s ease;
}
.contact-email:hover { color: var(--clay-deep); border-color: currentColor; }
.contact-side {
  background: var(--sand);
  position: relative;
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
}
.contact-side::before { content: ''; position: absolute; inset: 0; background-image: var(--grain); pointer-events: none; }
.contact-side > * { position: relative; z-index: 1; }
.contact-side h2 {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 1.2rem;
}
.contact-side h2:not(:first-child) { margin-top: 2.2rem; }
.contact-side p { font-size: 0.95rem; color: rgba(38, 48, 42, .85); max-width: 28em; }
.contact-side p + p { margin-top: 0.8rem; }
.contact-side a { color: var(--ink); font-weight: 600; }
.contact-lines { list-style: none; }
.contact-lines li { padding: 0.7rem 0; border-top: 1px solid rgba(38, 48, 42, .16); font-size: 0.95rem; }
.contact-lines li:last-child { border-bottom: 1px solid rgba(38, 48, 42, .16); }
.contact-lines strong { font-weight: 600; }
.contact-lines span { display: block; font-size: 0.84rem; color: rgba(38, 48, 42, .72); }

@media (max-width: 900px) {
  .split, .split.split-flip { grid-template-columns: 1fr; }
  .split.split-flip > .split-text { order: 0; }
  .split-photo { max-width: 480px; }
  .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .faq-aside { position: static; }
  .contact { grid-template-columns: 1fr; }
  .contact-side { order: 2; margin: 0 calc(var(--gutter) * -1); }
}
@media (max-width: 640px) {
  .pairs { grid-template-columns: 1fr; }
  .page-hero::after { display: none; }
  .faq-list details p { padding-right: 0.4rem; }
}

/* ============================================================
   Inside pages — split banner, chapters, options card, statement,
   where-next rows, form, FAQ index
   ============================================================ */
:root { interpolate-size: allow-keywords; }

/* --- split banner: panel + photo --- */
.page-hero-split { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); padding: 0; }
.page-hero-split .page-hero-body {
  position: relative; z-index: 1;
  padding: clamp(3.5rem, 9vh, 6.5rem) var(--gutter) clamp(3.5rem, 9vh, 6rem);
  display: flex; flex-direction: column; justify-content: center;
}
.page-hero-split .page-hero-media { position: relative; min-height: 380px; }
.page-hero-split .page-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-split .media-tag {
  position: absolute; left: clamp(1rem, 3vw, 2.2rem); bottom: 1.2rem; z-index: 2;
  font-family: var(--serif); font-style: italic; font-weight: 340; font-size: 0.95rem;
  color: rgba(242, 237, 226, .95); text-shadow: 0 1px 10px rgba(29, 38, 33, .6);
}
.page-hero-split::after { right: auto; left: calc(58.333% - 1.2em); }

/* --- chapters with sticky index --- */
.chapters {
  display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  gap: clamp(2rem, 5vw, 5rem); padding: clamp(3rem, 8vh, 6rem) var(--gutter) 0;
}
.toc { list-style: none; position: sticky; top: 1.8rem; align-self: start; }
.toc li a {
  display: flex; align-items: baseline; gap: 0.7rem;
  padding: 0.5rem 0 0.5rem 1.1rem; border-left: 1px solid rgba(38, 48, 42, .18);
  font-size: 0.84rem; color: rgba(38, 48, 42, .6); text-decoration: none;
  transition: color .3s ease, border-color .3s ease;
}
.toc .toc-num { font-family: var(--serif); font-style: italic; font-size: 0.9rem; color: rgba(138, 74, 51, .7); }
.toc li a:hover { color: var(--ink); }
.toc li.is-active a { color: var(--ink); border-left: 2px solid var(--clay-deep); margin-left: -0.5px; }
.toc li.is-active .toc-num { color: var(--clay-deep); }
.chapter { padding-bottom: clamp(3.5rem, 9vh, 6.5rem); scroll-margin-top: 1.5rem; }
.chapter + .chapter { border-top: 1px solid rgba(38, 48, 42, .14); padding-top: clamp(3rem, 8vh, 5.5rem); }
.chapter .page-eyebrow { color: var(--clay-deep); margin-bottom: 1.1rem; }
.chapter .display { margin-bottom: 1.4rem; }
.chapter p { max-width: 34em; }
.chapter p + p { margin-top: 1.1rem; }
.chapter-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.chapter .how-steps { margin-top: 2.4rem; }
.chapter .how-steps h3 { font-size: 1.18rem; }

/* --- numbered rule rows --- */
.rows { list-style: none; border-top: 1px solid rgba(38, 48, 42, .16); margin-top: 1.6rem; }
.rows li {
  display: grid; grid-template-columns: 3.2rem minmax(0, 5fr) minmax(0, 7fr); gap: 1.5rem;
  padding: 1.3rem 0 1.4rem; border-bottom: 1px solid rgba(38, 48, 42, .16); align-items: baseline;
}
.rows .row-num { font-family: var(--serif); font-weight: 250; font-size: 1.7rem; line-height: 1; color: rgba(38, 48, 42, .28); }
.rows strong { font-family: var(--serif); font-weight: 430; font-size: 1.12rem; }
.rows p { font-size: 0.92rem; color: rgba(38, 48, 42, .76); max-width: 30em; }

/* --- options card over a photo --- */
.options { position: relative; display: grid; grid-template-columns: minmax(0, 58fr) minmax(0, 42fr); align-items: center; margin-top: 1.2rem; }
.options-photo { grid-column: 2; grid-row: 1; position: relative; align-self: stretch; min-height: 520px; }
.options-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.options-card {
  grid-column: 1; grid-row: 1; position: relative; z-index: 1; width: 116%;
  background: var(--paper); padding: clamp(2rem, 4vw, 3.2rem);
  box-shadow: 0 40px 70px -50px rgba(29, 38, 33, .45);
}
.options-card .display { margin-bottom: 1.8rem; font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2.2rem; }
.options-grid div { border-top: 1px solid rgba(38, 48, 42, .2); padding-top: 0.9rem; }
.options-grid small { display: block; font-family: var(--sans); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 0.5rem; }
.options-grid span { font-family: var(--serif); font-style: italic; font-weight: 360; font-size: 1.2rem; line-height: 1.3; }
.options-foot { margin-top: 1.8rem; font-size: 0.9rem; color: rgba(38, 48, 42, .78); max-width: 32em; }
.options-foot + .options-foot { margin-top: 0.6rem; }
.price-tag {
  display: inline-flex; align-items: baseline; gap: 0.7em; margin-bottom: 1.4rem;
  font-family: var(--sans); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--cream); background: var(--pine); padding: 0.6em 1em;
}
.price-tag b { font-weight: 600; }

/* --- big statement --- */
.statement { padding: clamp(4rem, 10vh, 7rem) var(--gutter); }
.statement blockquote { margin: 0; max-width: 26em; }
.statement p { font-family: var(--serif); font-weight: 330; font-size: clamp(1.6rem, 3.2vw, 2.6rem); line-height: 1.3; text-wrap: balance; }
.statement p .hl { font-style: italic; color: var(--clay-deep); }
.statement cite { display: block; margin-top: 1.5rem; font-style: normal; font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--clay-deep); }

/* --- where next rows --- */
.next { padding: clamp(3rem, 8vh, 6rem) var(--gutter); }
.next .page-eyebrow { color: var(--clay-deep); margin-bottom: 1.2rem; }
.next-rows { list-style: none; border-top: 1px solid rgba(38, 48, 42, .18); }
.next-rows a {
  display: grid; grid-template-columns: 3rem minmax(0, 1fr) auto; align-items: center; gap: 1.5rem;
  padding: 1.5rem 0; border-bottom: 1px solid rgba(38, 48, 42, .18);
  font-family: var(--serif); font-weight: 370; font-size: clamp(1.35rem, 2.6vw, 2.1rem); line-height: 1.15;
  color: var(--ink); text-decoration: none; transition: color .25s ease, padding-left .3s ease;
}
.next-rows a:hover { color: var(--clay-deep); padding-left: 0.5rem; }
.next-rows .row-num { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; color: rgba(38, 48, 42, .5); }
.next-rows .arrow { width: 20px; height: 20px; }
.next-rows .arrow path { fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }

/* --- form --- */
.form { display: grid; gap: 1.35rem; margin-top: 2rem; }
.field label, .field > span.label { display: block; font-family: var(--sans); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(38, 48, 42, .72); margin-bottom: 0.5rem; }
.field input[type="text"], .field input[type="email"], .field textarea {
  width: 100%; font: 400 1rem/1.5 var(--sans); color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid rgba(38, 48, 42, .35); border-radius: 0;
  padding: 0.55rem 0; transition: box-shadow .2s ease, border-color .2s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--clay-deep); box-shadow: inset 0 -1px 0 var(--clay-deep); }
.field textarea { min-height: 7rem; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.choices { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.choices label {
  position: relative; cursor: pointer; margin: 0; padding: 0.6em 1.1em; border: 1px solid rgba(38, 48, 42, .35);
  font-family: var(--sans); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.04em; text-transform: none; color: var(--ink);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.choices input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choices label:has(input:checked) { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.choices label:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 3px; }
.form-foot { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; margin-top: 0.4rem; }
.form .btn { cursor: pointer; font-family: var(--sans); }
.form .btn[disabled] { opacity: .6; cursor: wait; }
.form-note { font-size: 0.8rem; color: rgba(38, 48, 42, .62); max-width: 24em; }
.form-note a { color: inherit; }
.form-status { font-size: 0.95rem; margin-top: 0.2rem; }
.form-status.is-error { color: var(--clay-deep); }
.form-success { background: var(--sand); padding: clamp(1.6rem, 3vw, 2.4rem); margin-top: 2rem; }
.form-success h3 { font-family: var(--serif); font-weight: 430; font-size: 1.35rem; margin-bottom: 0.6rem; }
.form-success p { font-size: 0.95rem; max-width: 30em; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-side .contact-email { margin-top: 0.2rem; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }

/* --- FAQ index (sticky, with counts) --- */
.faq-index { list-style: none; margin-top: 1.6rem; border-bottom: 1px solid rgba(38, 48, 42, .14); }
.faq-index a {
  display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0;
  border-top: 1px solid rgba(38, 48, 42, .14); font-size: 0.9rem; color: rgba(38, 48, 42, .72); text-decoration: none;
  transition: color .25s ease;
}
.faq-index a:hover { color: var(--ink); }
.faq-index li.is-active a { color: var(--clay-deep); }
.faq-index .count { font-size: 0.78rem; color: rgba(38, 48, 42, .45); }
.faq-group { scroll-margin-top: 1.5rem; }

/* --- animated details (older browsers simply toggle) --- */
@media (prefers-reduced-motion: no-preference) {
  .faq-list details::details-content, .honest-faq details::details-content {
    block-size: 0; overflow: hidden;
    transition: block-size .32s ease, content-visibility .32s ease allow-discrete;
  }
  .faq-list details[open]::details-content, .honest-faq details[open]::details-content { block-size: auto; }
}

/* --- privacy / long prose --- */
.prose-inner h2:not(.display) { font-family: var(--serif); font-weight: 430; font-size: 1.4rem; margin: 2.6rem 0 0.8rem; }
.prose-inner h2:not(.display):first-child { margin-top: 0; }
.prose .meta { font-size: 0.84rem; color: rgba(38, 48, 42, .6); margin-bottom: 2rem; }

@media (max-width: 900px) {
  .page-hero-split { grid-template-columns: 1fr; }
  .page-hero-split .page-hero-media { min-height: 0; height: 62vw; max-height: 440px; order: -1; }
  .page-hero-split::after { display: none; }
  .chapters { grid-template-columns: 1fr; gap: 2rem; }
  .toc { position: static; display: flex; flex-wrap: wrap; gap: 0.2rem 1.4rem; border-bottom: 1px solid rgba(38, 48, 42, .14); padding-bottom: 0.8rem; }
  .toc li a, .toc li.is-active a { border-left: 0; margin-left: 0; padding: 0.3rem 0; }
  .toc li.is-active a { text-decoration: underline; text-underline-offset: 0.35em; text-decoration-color: rgba(138, 74, 51, .6); }
  .chapter-grid { grid-template-columns: 1fr; }
  .options { grid-template-columns: 1fr; }
  .options-photo { grid-column: 1; grid-row: 1; min-height: 0; height: 58vw; max-height: 420px; margin: 0 calc(var(--gutter) * -1); }
  .options-card { grid-column: 1; grid-row: 2; width: 100%; margin-top: -3rem; }
  .field-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .rows li { grid-template-columns: 2.4rem minmax(0, 1fr); gap: 0.6rem 1rem; }
  .rows p { grid-column: 2; }
  .options-grid { grid-template-columns: 1fr; }
  .next-rows a { grid-template-columns: 2.4rem minmax(0, 1fr) auto; gap: 1rem; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1120px) {
  .hero-title-em { white-space: normal; }
}

/* --- tablet and phone --- */
@media (max-width: 900px) {
  .site-nav { display: none; }
  .nav-toggle { display: block; }

  /* full-screen menu */
  body.nav-open .site-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 50;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.7rem;
    padding: 1.35rem var(--gutter) calc(2.6rem + env(safe-area-inset-bottom, 0px));
    background: var(--pine);
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }
  body.nav-open .site-nav .nav-brand {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 340;
    font-size: 1.2rem;
    color: rgba(242, 237, 226, .75);
    margin-bottom: 3rem;
  }
  body.nav-open .site-nav a {
    font-family: var(--serif);
    font-size: 2.1rem;
    font-weight: 350;
    color: var(--cream);
  }
  body.nav-open .site-nav a:active,
  body.nav-open .site-nav a[aria-current="page"] { color: #D9A88F; text-decoration-color: rgba(217, 168, 143, .5); }
  body.nav-open .site-nav .nav-cta {
    display: inline-block;
    margin-top: auto;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.17em;
  }
  body.nav-open .nav-toggle {
    position: fixed;
    top: 1.1rem;
    right: var(--gutter);
    z-index: 51;
    color: var(--cream);
    border-color: rgba(242, 237, 226, .6);
  }
  .head-actions .btn { display: none; }

  .hero { grid-template-columns: 1fr; min-height: 0; --seam: min(80vw, 540px); }
  .hero-panel { padding-top: clamp(3.5rem, 9vh, 5rem); padding-bottom: 4.5rem; }
  .hero-media { height: 80vw; max-height: 540px; }
  .stamp {
    top: auto;
    bottom: calc(var(--seam) - 54px);
    left: auto;
    right: var(--gutter);
    transform: none;
    width: 108px;
  }

  .about { grid-template-columns: 1fr; padding-right: var(--gutter); }
  .about-media { min-height: 0; height: 440px; margin-right: calc(var(--gutter) * -1); }

  /* keep the sun above the closing headline at narrow aspect ratios,
     and let it keep its warmth inside the mask's fade zone */
  .ready::after {
    background-size: auto 135%;
    background-position: center bottom;
    filter: saturate(.85) brightness(.96);
  }

  .how-steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .how-steps p { max-width: 34em; }

  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-care { grid-column: 1 / -1; max-width: 34em; }
  .foot-colophon { flex-direction: column; gap: 0.3rem; }
  .foot-wordmark { font-size: clamp(3.4rem, 16vw, 6rem); white-space: nowrap; }
}

/* menu entrance, only when motion is welcome */
@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  body.nav-open .site-nav > * { animation: navin .38s ease backwards; }
  body.nav-open .site-nav > :nth-child(2) { animation-delay: .05s; }
  body.nav-open .site-nav > :nth-child(3) { animation-delay: .09s; }
  body.nav-open .site-nav > :nth-child(4) { animation-delay: .13s; }
  body.nav-open .site-nav > :nth-child(5) { animation-delay: .17s; }
  body.nav-open .site-nav > :nth-child(6) { animation-delay: .22s; }
}
@keyframes navin {
  from { transform: translateY(14px); opacity: .01; }
}

/* short landscape phones: keep the whole menu reachable */
@media (max-width: 900px) and (max-height: 480px) {
  body.nav-open .site-nav { gap: 1.05rem; }
  body.nav-open .site-nav .nav-brand { margin-bottom: 1.2rem; }
  body.nav-open .site-nav a { font-size: 1.5rem; }
}

/* --- narrower tablets --- */
@media (max-width: 700px) {
  .honest { grid-template-columns: 1fr; gap: 3rem; }
  .season-lines p + p { margin-top: 0.6em; }
}

/* --- phones --- */
@media (max-width: 640px) {
  .season { grid-template-columns: 1fr; }
  .season-photo { margin: 1rem calc(var(--gutter) * -1) 0; max-width: none; }
  .season-photo img {
    width: 100%;
    height: clamp(260px, 78vw, 420px);
    object-fit: cover;
    object-position: 50% 68%;
  }

  .index-list { columns: 1; }
  .index-list li:last-child { border-bottom: 1px solid rgba(38, 48, 42, .18); }

  .breath { grid-template-columns: 1fr; }
  .breath-text { justify-self: start; }
  .breath-arch { justify-self: center; width: min(100%, 340px); }

  .honest-faq details p { padding-right: 0.4rem; }

  .season-photo::before { display: none; }
  .qbr { display: none; }
  .stamp-foot { width: 88px; }

  /* tighter paper-on-paper section rhythm on phones */
  .breath { padding-bottom: 3.5rem; }
  .how { padding-top: 3.5rem; padding-bottom: 4rem; }
  .about { padding-top: 2.5rem; }

  .about-media { height: min(440px, 118vw); }
  .about-photo { width: 66%; }
  .about-caption { left: calc(66% + 1.1rem); }

  .foot-grid { grid-template-columns: 1fr; }
}

/* signature: deliberate two-line stack once one line can no longer breathe */
@media (max-width: 560px) {
  .hero-sig span, .loader-sig span { display: block; }
  .hero-sig .sig-l2 { margin: -0.14em 0 0 1.15em; }
  .loader-sig .sig-l2 { margin-top: -0.14em; }
}

/* --- very small phones --- */
@media (max-width: 360px) {
  .brand-desc { letter-spacing: 0.15em; font-size: 0.58rem; }
}
