/* ui_kits/website/site.css — Sparrow Ritual · shared multi-page system
   Exact values per the site spec. Loads after colors_and_type.css (tokens). */

* { box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { margin: 0; background: var(--belly); color: var(--body-text); font-family: var(--font-sans); font-weight: 300; }
img { display: block; max-width: 100%; }

/* ============================================================ FEATHER STRIP */
.feather-strip {
  height: 5px;
  background: linear-gradient(90deg,
    #faf6f0 0%, #e8d4b8 18%, #d4b896 36%,
    #c4956a 54%, #8b4a2a 72%, #5c2e14 100%);
  position: sticky; top: 0; z-index: 100;
}

/* ============================================================ NAVIGATION */
.nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 4rem;
  background: var(--belly);
  border-bottom: 0.5px solid var(--cheek);
  position: sticky; top: 5px; z-index: 99;
}
.nav-word {
  font-family: var(--font-serif); font-size: 14px; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--crown);
  text-decoration: none;
}
.nav-right { display: flex; align-items: center; gap: 2.6rem; }
.nav-links { display: flex; gap: 2.4rem; align-items: center; }
.nav-link {
  font-family: var(--font-sans); font-size: 11px; font-weight: 300;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--body-text);
  text-decoration: none; transition: color var(--dur) var(--ease);
}
.nav-link:hover { color: var(--rust); }
.nav-link.is-active { color: var(--rust); }
.nav-cta {
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--rust); color: var(--belly);
  padding: 0.8rem 1.7rem; border-radius: 1px; text-decoration: none; white-space: nowrap;
  transition: background var(--dur) var(--ease);
}
.nav-cta:hover { background: var(--chestnut); }

/* Mobile hamburger toggle + drawer — hidden on desktop, revealed ≤900px */
.nav-toggle {
  display: none; width: 42px; height: 42px; padding: 0; margin-right: -0.6rem;
  background: none; border: none; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 24px; height: 1.5px; background: var(--crown);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-drawer { display: none; }
.nav-drawer-link, .nav-drawer-cta { text-decoration: none; }

/* ============================================================ FOOTER */
.site-footer {
  background: var(--crown);
  padding: 2.8rem 4rem;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem;
}
.foot-word {
  font-family: var(--font-serif); font-size: 13px; font-weight: 400;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--cheek);
  text-decoration: none; justify-self: start;
}
.foot-links { display: flex; gap: 2rem; justify-self: center; }
.foot-links a {
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--wing);
  text-decoration: none; transition: color var(--dur) var(--ease);
}
.foot-links a:hover { color: var(--belly); }
.foot-ig { display: inline-flex; align-items: center; color: var(--wing); transition: color var(--dur) var(--ease); }
.foot-ig:hover { color: var(--belly); }
.foot-ig svg { display: block; }
.contact-detail a.ig-link { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; color: var(--body-text); }
.contact-detail a.ig-link svg { color: var(--rust); display: block; }
.contact-detail a.ig-link:hover { color: var(--rust); }
.foot-domain {
  font-family: var(--font-sans); font-size: 11px; color: var(--wing);
  letter-spacing: 0.04em; justify-self: end;
}

/* ============================================================ BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.95rem 2.2rem; border-radius: 1px; cursor: pointer;
  text-decoration: none; border: 0.5px solid transparent; white-space: nowrap;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.btn-primary { background: var(--rust); color: var(--belly); border-color: var(--rust); }
.btn-primary:hover { background: var(--chestnut); border-color: var(--chestnut); }
.btn-secondary { background: transparent; color: var(--rust); border-color: var(--rust); }
.btn-secondary:hover { background: var(--rust); color: var(--belly); }
.btn-light { background: var(--belly); color: var(--rust); border-color: var(--belly); }
.btn-light:hover { background: var(--cheek); border-color: var(--cheek); }

/* text link */
.tlink {
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--rust);
  text-decoration: underline; text-decoration-color: var(--wing);
  text-decoration-thickness: 0.5px; text-underline-offset: 4px;
}
.tlink:hover { text-decoration-color: var(--rust); }

/* ============================================================ TYPOGRAPHY */
.eyebrow {
  font-family: var(--font-sans); font-size: 10px; font-weight: 400;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--rust);
  margin: 0 0 1.6rem; line-height: 1;
}
.eyebrow.muted { color: var(--grey); }
.eyebrow.light { color: var(--wing); }
.page-label { font-family: var(--font-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--warm); margin: 0 0 1.4rem; }
.role { font-family: var(--font-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.26em; text-transform: uppercase; color: var(--rust); margin: 0.6rem 0 1.4rem; }

h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--crown); margin: 0; text-wrap: balance; }
h1 { font-size: clamp(38px, 5vw, 66px); font-weight: 300; line-height: 1.15; }
h1.hero-h1 { font-size: clamp(40px, 4.8vw, 62px); }
h2 { font-size: clamp(28px, 3.5vw, 48px); font-weight: 300; line-height: 1.2; }
h3 { font-size: 26px; font-weight: 400; line-height: 1.2; }
h4 { font-size: 18px; font-weight: 500; line-height: 1.3; }

h1 em, h2 em, h3 em { font-style: italic; color: var(--rust); font-weight: inherit; }
em.warm { color: var(--warm); }
em.plain { color: inherit; }

.lede, p.body, .body {
  font-family: var(--font-sans); font-size: 15px; font-weight: 300;
  line-height: 1.9; color: var(--body-text); letter-spacing: 0.02em;
  margin: 0; text-wrap: pretty;
}
.body + .body { margin-top: 1.3rem; }
.body-sm { font-size: 13px; line-height: 1.8; }
.body-14 { font-size: 14px; line-height: 1.85; }

.tagline {
  font-family: var(--font-serif); font-style: normal; font-weight: 300;
  font-size: 13px; color: var(--grey); letter-spacing: 0.04em;
}

.pull-quote {
  font-family: var(--font-serif); font-style: normal; font-weight: 300;
  font-size: 21px; line-height: 1.55; color: var(--crown);
  border-left: 0.5px solid var(--wing); padding-left: 1.8rem;
  margin: 1.8rem 0; text-wrap: pretty;
}
.pull-quote em { font-style: italic; color: var(--rust); }
.quote-attr {
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--grey);
  padding-left: 1.8rem; margin: 0.9rem 0 0;
}
.blockquote {
  font-family: var(--font-serif); font-style: normal; font-weight: 300;
  font-size: clamp(20px, 2.6vw, 32px); line-height: 1.4; text-wrap: balance;
}
.blockquote em { font-style: italic; color: var(--rust); }
.price { font-family: var(--font-serif); font-weight: 400; font-size: 28px; color: var(--rust); }

/* ============================================================ IMAGE PLACEHOLDER */
.ph {
  background: var(--cheek);
  background-image: repeating-linear-gradient(45deg,
    rgba(196,149,106,0.08) 0, rgba(196,149,106,0.08) 1px,
    transparent 1px, transparent 9px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 0.5rem; padding: 2rem;
}
.ph-img {
  display: block; width: 100%; padding: 0;
  background-image: none; background: var(--cheek);
}
.ph-label {
  font-family: var(--font-sans); font-size: 10px; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--warm);
  max-width: 88%; line-height: 1.6;
}
.ph-sub {
  font-family: var(--font-sans); font-size: 9px; font-weight: 300;
  letter-spacing: 0.12em; color: var(--grey); max-width: 88%; line-height: 1.6;
}

/* ============================================================ SCIENCE POINT */
.sci-point { border-left: 2px solid var(--wing); padding-left: 1.4rem; }
.sci-point + .sci-point { margin-top: 2rem; }
.sci-title { font-family: var(--font-serif); font-size: 18px; font-weight: 500; color: var(--crown); margin: 0 0 0.5rem; line-height: 1.3; }
.sci-body { font-family: var(--font-sans); font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--body-text); margin: 0; }

/* ============================================================ SINCLAIR QUOTE — FLW-style, no box */
.sinclair {
  background: none; border-left: 0.5px solid var(--wing);
  padding: 0 0 0 1.8rem; margin: 2.8rem 0;
}
.sinclair-q { font-family: var(--font-serif); font-size: 21px; font-style: italic; font-weight: 300; color: var(--crown); line-height: 1.55; margin: 0; text-wrap: pretty; }
.sinclair-q em { font-style: italic; color: var(--rust); }
.sinclair-a { font-family: var(--font-sans); font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.26em; color: var(--rust); margin: 1.1rem 0 0; }

/* ============================================================ LAYOUT PRIMITIVES */
.sec { padding: 7rem 4rem; }
.sec-wide { max-width: 1300px; margin: 0 auto; }
.wrap { max-width: 1200px; margin: 0 auto; }
.wrap-1100 { max-width: 1100px; margin: 0 auto; }
.wrap-900 { max-width: 900px; margin: 0 auto; }
.center { text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-gap { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.stack { display: flex; flex-direction: column; }
.btn-row { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; margin-top: 2.4rem; }

/* full-bleed image columns in split heroes */
.split-img { min-height: 90vh; }
.split-img .ph { height: 100%; }

/* caption overlaid on a full-bleed hero image */
.img-cap { position: relative; }
.img-cap .ph { width: 100%; }
.img-cap::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 38%;
  background: linear-gradient(to top, rgba(42,30,20,0.42), rgba(42,30,20,0));
  pointer-events: none; z-index: 1;
}
.img-cap.no-scrim::after { content: none; }
.img-caption {
  position: absolute; bottom: 1.9rem; left: 2.4rem; z-index: 2; white-space: nowrap;
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--belly);
}

/* full-bleed hero — image to the top, light text overlaid */
.hero-full { position: relative; width: 100%; min-height: 92vh; min-height: 92dvh; display: flex; align-items: center; overflow: hidden; }
.hero-full-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero-full-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right, rgba(42,30,20,0.62) 0%, rgba(42,30,20,0.30) 38%, rgba(42,30,20,0) 68%),
    linear-gradient(to bottom, rgba(42,30,20,0.22) 0%, rgba(42,30,20,0.04) 32%, rgba(42,30,20,0.50) 100%);
}
.hero-full-inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 5.5rem; }
.hero-full-label { color: var(--cheek); }
.hero-full-h1 { color: var(--belly); max-width: 540px; text-shadow: 0 1px 24px rgba(42,30,20,0.35); }
.hero-full-h1 em { font-style: italic; color: var(--cheek); }
.hero-full .hero-full-body { color: var(--cheek); max-width: 460px; margin-top: 1.8rem; text-shadow: 0 1px 18px rgba(42,30,20,0.4); }
.hero-full-capwrap { position: absolute; left: 0; right: 0; bottom: 2rem; z-index: 3; }
.hero-full-cap { position: static; display: block; max-width: 1180px; margin: 0 auto; padding: 0 5.5rem; color: var(--belly); }

/* Light variant — for a hero photo whose subject sits on the RIGHT against a
   bright wall, leaving negative space on the LEFT for dark text. */
.hero-full.is-light .hero-full-img { object-position: right center; }
.hero-full.is-light .hero-full-scrim {
  background:
    linear-gradient(to right, rgba(250,246,240,0.92) 0%, rgba(250,246,240,0.66) 30%, rgba(250,246,240,0.12) 52%, rgba(250,246,240,0) 66%),
    linear-gradient(to bottom, rgba(250,246,240,0.30) 0%, rgba(250,246,240,0) 40%);
}
.hero-full.is-light .hero-full-label { color: var(--rust); }
.hero-full.is-light .hero-full-h1 { color: var(--crown); text-shadow: none; }
.hero-full.is-light .hero-full-h1 em { color: var(--rust); }
.hero-full.is-light .hero-full-body { color: var(--body-text); text-shadow: none; }
.hero-full.is-light .hero-full-cap { color: var(--grey); }
/* Light-right variant — subject sits on the LEFT against a bright wall,
   leaving negative space on the RIGHT for dark text. */
.hero-full.is-light-r .hero-full-img { object-position: left center; }
.hero-full.is-light-r .hero-full-scrim {
  background:
    linear-gradient(to left, rgba(250,246,240,0.92) 0%, rgba(250,246,240,0.66) 30%, rgba(250,246,240,0.12) 52%, rgba(250,246,240,0) 66%),
    linear-gradient(to bottom, rgba(250,246,240,0.30) 0%, rgba(250,246,240,0) 40%);
}
.hero-full.is-light-r .hero-full-inner { text-align: right; }
.hero-full.is-light-r .hero-full-h1,
.hero-full.is-light-r .hero-full-body { margin-left: auto; }
.hero-full.is-light-r .btn-row { justify-content: flex-end; }
.hero-full.is-light-r .hero-full-cap { text-align: right; }
.hero-full .price-row { display: flex; align-items: baseline; gap: 1.2rem; margin-top: 1.6rem; flex-wrap: wrap; }
.hero-full.is-light-r .price-row { justify-content: flex-end; }
@media (max-width: 880px) {
  /* On narrow screens the subject would crowd the text — bias toward the
     wall and lift the wash to full so text stays readable. */
  .hero-full.is-light .hero-full-img { object-position: 72% center; }
  .hero-full.is-light-r .hero-full-img { object-position: 28% center; }
  .hero-full.is-light .hero-full-scrim,
  .hero-full.is-light-r .hero-full-scrim {
    background: linear-gradient(to bottom, rgba(250,246,240,0.86) 0%, rgba(250,246,240,0.5) 46%, rgba(250,246,240,0.1) 100%);
  }
  .hero-full.is-light-r .hero-full-inner,
  .hero-full.is-light-r .hero-full-cap { text-align: left; }
  .hero-full.is-light-r .hero-full-h1,
  .hero-full.is-light-r .hero-full-body { margin-left: 0; }
  .hero-full.is-light-r .btn-row { justify-content: flex-start; }
  .hero-full.is-light-r .price-row { justify-content: flex-start; }
}

/* Phone: full-bleed portrait fills the first screen (magazine-cover impact);
   eyebrow + headline + buttons anchored at the bottom over a soft cream fade
   where the shirt/wall is lightest, so type stays crisp and the face stays
   clear up top. Body copy is carried by the section immediately below. */
@media (max-width: 640px) {
  .hero-full.is-light, .hero-full.is-light-r { min-height: 92vh; min-height: 92dvh; align-items: flex-end; }
  .hero-full.is-light .hero-full-img,
  .hero-full.is-light-r .hero-full-img { object-position: 26% 14%; }
  .hero-full.is-light .hero-full-scrim,
  .hero-full.is-light-r .hero-full-scrim {
    background: linear-gradient(to top, rgba(250,246,240,0.98) 0%, rgba(250,246,240,0.95) 26%, rgba(250,246,240,0.62) 44%, rgba(250,246,240,0.16) 64%, rgba(250,246,240,0) 82%);
  }
  .hero-full.is-light .hero-full-inner,
  .hero-full.is-light-r .hero-full-inner { padding: 0 1.6rem 2.8rem; text-align: left; }
  .hero-full.is-light .hero-full-label,
  .hero-full.is-light-r .hero-full-label { margin-bottom: 0.5rem; }
  .hero-full.is-light .hero-full-h1,
  .hero-full.is-light-r .hero-full-h1 { max-width: none; margin-left: 0; }
  .hero-full.is-light .hero-full-body,
  .hero-full.is-light-r .hero-full-body,
  .hero-full.is-light .tagline,
  .hero-full.is-light-r .tagline,
  .hero-full .price-row { display: none; }
  .hero-full.is-light .btn-row,
  .hero-full.is-light-r .btn-row { flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0.9rem; margin-top: 1.8rem; }
  .hero-full.is-light .btn-row .btn,
  .hero-full.is-light-r .btn-row .btn { width: 100%; text-align: center; }
}

/* ============================================================ IMAGE BAND
   Full-bleed photograph with light text overlaid (the About-hero treatment,
   generalised for mid-page quote bands and image-backed closings). */
.imgband {
  position: relative; width: 100%; min-height: 72vh;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.imgband.tall  { min-height: 86vh; }
.imgband.short { min-height: 60vh; }
.imgband-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
}
/* Centered scrim — darkens enough for centered text over a bright middle. */
.imgband-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(96% 76% at 50% 47%, rgba(42,30,20,0.40) 0%, rgba(42,30,20,0.20) 56%, rgba(42,30,20,0.06) 100%),
    linear-gradient(to bottom, rgba(42,30,20,0.22) 0%, rgba(42,30,20,0.04) 30%, rgba(42,30,20,0.44) 100%);
}
.imgband-scrim.soft {
  background:
    radial-gradient(130% 95% at 50% 48%, rgba(42,30,20,0.10) 0%, rgba(42,30,20,0.24) 60%, rgba(42,30,20,0.5) 100%),
    linear-gradient(to bottom, rgba(42,30,20,0.22) 0%, rgba(42,30,20,0.06) 38%, rgba(42,30,20,0.42) 100%);
}
/* Reveal — darkens only the central text zone (soft horizontal ellipse) so an
   image whose subject sits dead-centre stays visible around the words. */
.imgband-scrim.reveal {
  background:
    radial-gradient(64% 44% at 50% 49%, rgba(42,30,20,0.62) 0%, rgba(42,30,20,0.34) 62%, rgba(42,30,20,0) 100%),
    linear-gradient(to bottom, rgba(42,30,20,0.24) 0%, rgba(42,30,20,0.05) 34%, rgba(42,30,20,0.46) 100%);
}
.imgband-inner {
  position: relative; z-index: 2; max-width: 760px;
  padding: 5.5rem 2rem; text-align: center;
}
.imgband-line { width: 44px; height: 0.5px; background: var(--cheek); margin: 0 auto 1.9rem; opacity: 0.8; }
.imgband .eyebrow { color: var(--cheek); }
.imgband h2 { color: var(--belly); text-shadow: 0 1px 24px rgba(42,30,20,0.45); }
.imgband h2 em { color: var(--cheek); font-style: italic; }
.imgband .body { color: var(--belly); text-shadow: 0 1px 18px rgba(42,30,20,0.5); }
.imgband-quote {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.7rem, 2.7vw, 2.5rem); line-height: 1.42; color: var(--belly);
  margin: 0; text-wrap: balance; text-shadow: 0 1px 2px rgba(42,30,20,0.55), 0 2px 30px rgba(42,30,20,0.6);
}
.imgband-quote em { color: var(--cheek); font-style: italic; }
.imgband .btn-row { justify-content: center; }
.imgband-cap {
  position: absolute; left: 0; right: 0; bottom: 1.9rem; z-index: 3; text-align: center;
  font-family: var(--font-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--belly); opacity: 0.82;
}

/* founder bios — Option C: portrait left, bio right (stacked rows) */
.member-row { display: grid; grid-template-columns: 300px 1fr; gap: 3.5rem; padding: 3.5rem 0; align-items: start; }
.member-row + .member-row { border-top: 0.5px solid var(--wing); }
.member-photo { width: 300px; height: 375px; }
.member-text h3 { margin: 0 0 0.5rem; }
.member-text .role { margin: 0 0 1.6rem; }

/* Section background tints */
.bg-belly { background: var(--belly); }
.bg-cheek { background: var(--cheek); }
.bg-crown { background: var(--crown); }
.bg-rust  { background: var(--rust); }
.bg-deep  { background: var(--deep); }
.rule-y { border-top: none; border-bottom: none; }
.rule-b { border-bottom: none; }

/* On-dark text treatments */
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--belly); }
.on-dark h1 em, .on-dark h2 em, .on-dark h3 em { color: var(--warm); }
.on-dark .body, .on-dark p.body { color: var(--cheek); }
.on-dark .eyebrow { color: var(--wing); }
.on-dark .blockquote { color: var(--cheek); }
.on-dark .blockquote em { color: var(--warm); }

/* ============================================================ PILLARS (3-col) */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar { padding: 5rem 3.5rem; }
.pillar:last-child { border-right: none; }
.pillar-num { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: 52px; color: var(--wing); line-height: 1; display: block; margin-bottom: 1.4rem; }
.pillar h3 { margin-bottom: 1.2rem; }
.pillars.deep .pillar { padding: 5.5rem 3.5rem; }
.pillars.deep .pillar-num { font-size: 64px; color: var(--cheek); }

/* Home principle cards — centered, width-independent columns (reusable).
   Each column is a fixed width so the text shape never reflows oddly across
   viewports; the three sit as a tight centered group, not spread edge-to-edge. */
.pillars-home {
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1080px;
  margin: 0 auto;
  padding: 6rem 2rem 6.5rem;
}
.pillars-home .pillar {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 0;
}
.pillars-home .pillar-rule { display: block; width: 40px; height: 1px; background: var(--rust); margin: 0 0 1.9rem; }
.pillars-home h3 { font-size: clamp(2rem, 2.5vw, 2.4rem); line-height: 1.08; margin-bottom: 1.4rem; text-wrap: balance; }
.pillars-home .body { color: var(--body-text); line-height: 1.78; max-width: 300px; margin: 0 auto; text-wrap: pretty; }
.pd-title { text-align: left; font-size: clamp(1.9rem, 2.6vw, 2.3rem); line-height: 1.1; color: var(--crown); margin: 0 0 1.5rem; }
.pd-title em { font-style: italic; color: var(--rust); }
.pd-rule { width: 40px; height: 1px; background: var(--rust); margin: 0 0 1.4rem; }

/* ============================================================ PRODUCT CARD GRID (home) */
.prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.prod-card { display: flex; flex-direction: column; border: 0.5px solid var(--wing); padding: 3rem 2.8rem 2.6rem; background: var(--belly); transition: border-color var(--dur) var(--ease); }
.prod-card:hover { border-color: var(--warm); }
.prod-card .eyebrow { margin-bottom: 1rem; }
.prod-name { font-family: var(--font-serif); font-weight: 300; font-size: 38px; line-height: 1.05; color: var(--crown); margin-bottom: 1.3rem; text-wrap: balance; }
.prod-name em { font-style: italic; color: var(--rust); }
.prod-card .body { margin-bottom: 2.2rem; }
.prod-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.6rem; border-top: 0.5px solid var(--cheek); }
.prod-price { font-family: var(--font-serif); font-size: 22px; color: var(--rust); }
.prod-price.soon { font-size: 13px; font-family: var(--font-sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); }

/* ============================================================ PRODUCT ROWS (rituals) */
.prow { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.prow .ph { min-height: 580px; }
.prow-text { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; }
.prow-list { font-family: var(--font-sans); font-size: 13px; font-weight: 300; line-height: 2; color: var(--body-text); margin: 1.6rem 0; list-style: none; padding: 0; }
.prow-list li { position: relative; padding-left: 1.5rem; }
.prow-list li::before { content: ''; position: absolute; left: 0; top: 0.95em; width: 13px; height: 1px; background: var(--warm); }
.statement { font-family: var(--font-serif); font-size: 20px; font-weight: 300; color: var(--crown); line-height: 1.35; max-width: 420px; margin: 1.4rem 0; }
.statement em { font-style: italic; color: var(--rust); }
.badge-soon { display: inline-block; font-family: var(--font-sans); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--grey); border: 0.5px solid var(--cheek); padding: 0.4rem 1rem; margin: 0.6rem 0 1.6rem; align-self: flex-start; }
.badge-soon.on-dark { color: #fff; border-color: rgba(255,255,255,0.7); background: rgba(0,0,0,0.28); font-weight: 500; padding: 0.55rem 1.3rem; }

/* ============================================================ METHOD STEPS (FBR) */
.method-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 4rem; text-align: left; }
.method-step { border-top: 0.5px solid var(--rust); padding-top: 1.4rem; }
.method-phase { font-family: var(--font-serif); font-size: 12px; font-style: italic; color: var(--warm); margin: 0 0 0.6rem; }
.method-step h3 { color: var(--belly); margin: 0 0 1rem; }
.method-body { font-family: var(--font-sans); font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--wing); margin: 0; }

/* ============================================================ RECEIVE GRID (2x2) */
.receive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--cheek); border: 0.5px solid var(--cheek); margin-top: 3.5rem; }
.receive-item { background: var(--belly); padding: 2.4rem; }
.receive-item .eyebrow { margin-bottom: 1rem; }
.receive-item h3 { font-size: 22px; margin-bottom: 1rem; }

/* ============================================================ CONTACT FORM */
.form-field { display: flex; flex-direction: column; margin-bottom: 1.6rem; }
.form-field label { font-family: var(--font-sans); font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--crown); margin-bottom: 0.7rem; }
.form-field label .opt { color: var(--wing); font-style: italic; text-transform: none; letter-spacing: 0; margin-left: 0.4rem; }
.form-field input, .form-field textarea {
  background: var(--belly); border: 0.5px solid var(--cheek); border-radius: 1px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 300; color: var(--crown);
  padding: 0.9rem 1rem; outline: none; transition: border-color var(--dur) var(--ease);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--wing); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--warm); }
.form-field textarea { min-height: 160px; resize: vertical; }
.form-note { font-family: var(--font-sans); font-size: 12px; color: var(--grey); margin-top: 1rem; }
.contact-detail { margin-top: 2.4rem; }
.contact-detail .dl { font-family: var(--font-sans); font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--rust); margin: 0 0 0.4rem; }
.contact-detail a { color: var(--body-text); text-decoration: underline; text-decoration-color: var(--cheek); text-underline-offset: 3px; }
.contact-detail a:hover { color: var(--rust); }

/* ============================================================ PHOTOGRAPHY NOTE */
.body + .flw-quote, .flw-quote + .body { margin-top: 2.6rem; }
.flw-quote {
  margin: 2.8rem 0; padding-left: 1.8rem;
  border-left: 0.5px solid var(--wing);
}
.flw-quote-text {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 21px; line-height: 1.55; color: var(--crown);
  margin: 0; text-wrap: pretty;
}
.flw-quote-cite {
  font-family: var(--font-sans); font-size: 10px; font-weight: 400;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--rust);
  margin-top: 1.1rem;
}
.signoff-name {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 21px; color: var(--crown); margin: 2.4rem 0 0; letter-spacing: 0.01em;
}

/* ============================================================ RESPONSIVE */
@media (max-width: 900px) {
  .nav { padding: 1.1rem 1.5rem; }
  .nav-right { display: none; }
  .nav-toggle { display: flex; }
  .nav-drawer {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--belly); overflow: hidden;
    max-height: 0; opacity: 0;
    padding: 0 1.5rem;
    transition: max-height 0.42s var(--ease), opacity 0.3s var(--ease), padding 0.42s var(--ease);
  }
  .nav-drawer.is-open {
    max-height: 460px; opacity: 1;
    padding: 0.4rem 1.5rem 1.6rem;
    border-bottom: 0.5px solid var(--cheek);
    box-shadow: 0 22px 44px -28px rgba(42,30,20,0.45);
  }
  .nav-drawer-link {
    font-family: var(--font-sans); font-size: 13px; font-weight: 300;
    letter-spacing: 0.22em; text-transform: uppercase; color: var(--body-text);
    padding: 1.05rem 0; border-bottom: 0.5px solid var(--cheek);
    transition: color var(--dur) var(--ease);
  }
  .nav-drawer-link:hover, .nav-drawer-link.is-active { color: var(--rust); }
  .nav-drawer-cta {
    margin-top: 1.4rem; text-align: center;
    font-family: var(--font-sans); font-size: 12px; font-weight: 400;
    letter-spacing: 0.22em; text-transform: uppercase;
    background: var(--rust); color: var(--belly);
    padding: 1rem 1.7rem; border-radius: 1px;
  }
  .nav-drawer-cta:hover { background: var(--chestnut); }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 1.4rem; padding: 2.4rem 1.5rem; }
  .foot-word, .foot-domain, .foot-links { justify-self: center; }
  .sec { padding: 4rem 1.6rem; }
  .hero-full { min-height: 78vh; }
  .hero-full-inner { padding: 0 1.6rem; }
  .hero-full-cap { padding: 0 1.6rem; }
  .imgband { min-height: 62vh; }
  .imgband.tall { min-height: 68vh; }
  .imgband.short { min-height: 52vh; }
  .imgband-inner { padding: 3.5rem 1.4rem; }
  .member-row { grid-template-columns: 1fr; gap: 1.6rem; }
  .member-photo { width: 240px; height: 300px; }
  .split, .split-gap, .split-img, .prod-grid, .prow, .method-steps, .receive-grid { grid-template-columns: 1fr; }
  .split-img { min-height: auto; }
  .split-img .ph, .prow .ph { min-height: 320px; height: 320px; }
  .prow .ph { min-height: 380px; height: 380px; }
  .pillars, .pillars.deep { grid-template-columns: 1fr; }
  .pillars-home { padding: 4rem 1.6rem; gap: 3.4rem; }
  .pillars-home .pillar { padding: 0; }
  .pillar { border-bottom: none; padding: 3.2rem 1.6rem; }
  .pillar:last-child { border-bottom: none; }
  .prow-text { padding: 3.2rem 1.6rem; }
  .split-gap { gap: 3rem; }
  /* Rituals: on mobile lift the Kilpisjärvi photo above the Loving-Yourself
     copy, mirroring the Radiating Beauty row (image first). */
  .prow.bg-belly .prow-text { order: 2; }
  .prow.bg-belly .img-cap { order: 1; }
  .prow .img-cap { min-height: 380px !important; }
  /* Keep Krista's face in frame on the short mobile crop of the spring photo. */
  .ph-img.focus-face { object-position: center 6% !important; }
}

/* ============================================================ WHAT-IT-IS OVERLAY (text-over-image mid-page section) */
.wi-overlay { position: relative; width: 100%; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
.wi-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left 20%; }
.wi-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to left, rgba(250,246,240,0.97) 0px, rgba(250,246,240,0.94) 520px, rgba(250,246,240,0.5) 760px, rgba(250,246,240,0) 980px),
    linear-gradient(to bottom, rgba(250,246,240,0.24) 0%, rgba(250,246,240,0) 40%);
}
.wi-inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 4rem 5.5rem; text-align: right; }
.wi-inner .eyebrow { color: var(--rust); }
.wi-inner h2 { max-width: 420px; margin-left: auto; }
.wi-inner .body { max-width: 420px; margin-left: auto; color: var(--body-text); }
@media (min-width: 881px) and (max-width: 1400px) {
  .wi-scrim {
    background:
      linear-gradient(to left, rgba(250,246,240,0.97) 0px, rgba(250,246,240,0.94) 260px, rgba(250,246,240,0.5) 380px, rgba(250,246,240,0) 480px),
      linear-gradient(to bottom, rgba(250,246,240,0.24) 0%, rgba(250,246,240,0) 40%);
  }
}
@media (max-width: 880px) {
  .wi-inner { padding: 3.5rem 3rem; }
  .wi-img { object-position: 30% 20%; }
  .wi-scrim {
    background:
      linear-gradient(to left, rgba(250,246,240,0.97) 0px, rgba(250,246,240,0.94) 300px, rgba(250,246,240,0.5) 440px, rgba(250,246,240,0) 560px),
      linear-gradient(to bottom, rgba(250,246,240,0.24) 0%, rgba(250,246,240,0) 40%);
  }
}
@media (max-width: 640px) {
  .wi-overlay { display: block; min-height: auto; }
  .wi-img { position: relative; inset: auto; width: 100%; height: 320px; display: block; object-position: 26% 20%; }
  .wi-scrim { display: none; }
  .wi-inner { padding: 2.4rem 1.6rem 3rem; text-align: left; }
  .wi-inner h2, .wi-inner .body { margin-left: 0; max-width: none; }
}
