@font-face {
  font-family: "Yanfami Hand";
  src: url("assets/fonts/ma-shan-zheng-yanfami-subset.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Phosphor Fill";
  src: url("assets/icons/phosphor-fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --paper: #f2eee6;
  --paper-light: #faf8f3;
  --paper-warm: #ebe3d7;
  --ink: #26231f;
  --ink-soft: #69645c;
  --green: #1e7652;
  --green-deep: #154d39;
  --orange: #d76936;
  --white: #fffef9;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --serif: "Songti SC", "STSong", "Noto Serif SC", serif;
  --script: "Yanfami Hand", cursive;
  --type-h1: clamp(44px, 4.7vw, 64px);
  --type-h2: clamp(32px, 3.1vw, 44px);
  --type-h3: 18px;
  --type-story: clamp(28px, 2.15vw, 30px);
  --type-body: 17px;
  --type-supporting: 16px;
  --type-note: 15px;
  --type-label: 13px;
  --leading-control: 1;
  --leading-tight: 1.2;
  --leading-heading: 1.28;
  --leading-compact: 1.4;
  --leading-body: 1.72;
  --leading-supporting: 1.7;
  --leading-note: 1.65;
  --tracking-display: -.035em;
  --tracking-body: .01em;
  --tracking-label: .14em;
  --tracking-note: .02em;
  --content-width: 1280px;
  --content-gutter: clamp(22px, 4vw, 48px);
  --page: min(var(--content-width), calc(100vw - (2 * var(--content-gutter))));
  /* Shared layout scale: page rhythm must come from these tokens, not per-page gaps. */
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 96px;
  --space-9: 128px;
  --space-group: clamp(56px, 6.25vw, 80px);
  --reading: min(36em, 612px);
  --layout-gap: clamp(32px, calc(6.25vw - 16px), 64px);
  --story-copy-offset: clamp(0px, 2.2vw, 32px);
  --site-header-height-layout: 104px;
  --site-header-height: var(--site-header-height-layout);
  --site-localnav-height: 0px;
  --anchor-gap: 16px;
  --sticky-stack-height: calc(var(--site-header-height) + var(--site-localnav-height));
  --z-header: 70;
  --control-height: 48px;
  --space-card: clamp(20px, 2.4vw, 30px);
  --space-block: clamp(32px, 4vw, 48px);
  --space-section: clamp(96px, 8vw, 128px);
  --space-section-large: clamp(112px, 10vw, 144px);
  --radius-icon: 14px;
  --radius-card: 20px;
  --radius-panel: 28px;
  --shadow-soft: 0 24px 80px rgba(49, 39, 25, .12);
  --shadow-card: 0 18px 44px rgba(49, 39, 25, .075), inset 0 1px 0 rgba(255,255,255,.72);
  --ease-out: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-block-start: calc(var(--sticky-stack-height) + var(--anchor-gap));
}
html.is-anchor-correcting { scroll-behavior: auto; }
html.is-anchor-correcting [data-process-panel] { animation: none !important; }
html.is-anchor-correcting [data-reveal],
html.is-anchor-correcting [data-reveal-item] { opacity: 1 !important; transform: none !important; transition: none !important; }
[id] { scroll-margin-block-start: calc(var(--sticky-stack-height) + var(--anchor-gap)); }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 18% 4%, rgba(255,255,255,.82), transparent 25%),
    radial-gradient(circle at 90% 62%, rgba(217,197,168,.16), transparent 28%);
  font-family: var(--sans);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  letter-spacing: var(--tracking-body);
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}
body.menu-open { overflow: hidden; }
main { overflow-x: clip; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, h4, p, figure { margin-top: 0; }
h1, h2, h3, h4 {
  font-weight: 600;
}
h1, h2 { font-family: var(--serif); letter-spacing: var(--tracking-display); }
h3, h4 { font-family: var(--sans); letter-spacing: 0; }
h1 { font-size: var(--type-h1); line-height: var(--leading-tight); }
h2 { font-size: var(--type-h2); line-height: var(--leading-heading); }
h3 { font-size: var(--type-h3); line-height: var(--leading-compact); }
h4 { line-height: var(--leading-compact); }
p { margin-bottom: 1.25rem; color: var(--ink-soft); }
:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; box-shadow: 0 0 0 6px var(--green-deep); }
main:focus { outline: none; }

.ph-fill {
  display: inline-block;
  font-family: "Phosphor Fill" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.ph-chat-circle-dots::before { content: "\e16c"; }
.ph-handshake::before { content: "\e582"; }
.ph-ruler::before { content: "\e6b8"; }
.ph-notepad::before { content: "\e63e"; }
.ph-blueprint::before { content: "\eda0"; }
.ph-signature::before { content: "\ebac"; }
.ph-cube::before { content: "\e1da"; }
.ph-devices::before { content: "\eba4"; }
.ph-hard-hat::before { content: "\ed46"; }
.ph-notebook::before { content: "\e34e"; }
.ph-arrows-clockwise::before { content: "\e094"; }
.ph-wrench::before { content: "\e5d4"; }
.ph-link::before { content: "\e2e2"; }
.ph-lifebuoy::before { content: "\e63a"; }
.ph-person-simple-walk::before { content: "\e73a"; }
.ph-hand-pointing::before { content: "\e29a"; }
.ph-package::before { content: "\e390"; }
.ph-users-three::before { content: "\e68e"; }
.ph-bathtub::before { content: "\e81e"; }
.ph-house::before { content: "\e2c2"; }
.ph-check-circle::before { content: "\e184"; }
.ph-clipboard::before { content: "\e196"; }
.ph-hammer::before { content: "\e80e"; }
.ph-toolbox::before { content: "\eca0"; }
.ph-washing-machine::before { content: "\ede8"; }
.ph-arrow-right::before { content: "\e06c"; }
.ph-arrow-up-right::before { content: "\e092"; }
.ph-list::before { content: "\e2f0"; }
.ph-x::before { content: "\e4f6"; }
.semantic-icon {
  position: relative;
  overflow: hidden;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  color: var(--green-deep);
  border: 1px solid rgba(21,77,57,.12);
  border-radius: var(--radius-icon);
  background: linear-gradient(145deg, rgba(255,254,249,.98), rgba(220,234,223,.92));
  box-shadow: 0 9px 20px rgba(38,32,25,.07), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 23px;
  transition: transform .3s var(--ease-out), color .25s ease, background .25s ease, box-shadow .25s ease;
}
.semantic-icon::after { content: ""; position: absolute; right: 5px; bottom: 5px; width: 6px; height: 6px; border: 2px solid var(--paper-light); border-radius: 50%; background: var(--orange); }

.skip-link {
  position: fixed;
  z-index: 120;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--green-deep);
  transform: translateY(-140%);
}
.skip-link:focus { transform: none; }
.eyebrow {
  margin-bottom: 18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  line-height: var(--leading-compact);
  letter-spacing: var(--tracking-label);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; opacity: .7; }
/* Process section labels share one component, so peer sections keep the same type and rhythm. */
.process-section-kicker {
  margin: 0 0 18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  line-height: var(--leading-compact);
  letter-spacing: var(--tracking-label);
}
.process-section-kicker::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; opacity: .7; }
/* The two process section headings are peers and therefore share one explicit display role. */
.process-section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--type-h2);
  font-weight: 600;
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-display);
}
.lead, .story-lead { max-width: 640px; font-size: clamp(17px, 1.5vw, 20px); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: var(--control-height);
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 999px;
  font-size: var(--type-note);
  font-weight: 700;
  line-height: var(--leading-control);
  letter-spacing: var(--tracking-note);
  box-shadow: 0 10px 24px rgba(21,77,57,.14);
  transition: transform .24s var(--ease-out), background-color .24s ease, color .24s ease, box-shadow .24s ease;
}
.button::before { content: ""; position: absolute; z-index: -1; top: -70%; left: -35%; width: 24%; height: 240%; background: rgba(255,255,255,.3); transform: rotate(22deg) translateX(-220%); transition: transform .45s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(21,77,57,.2); }
.button:hover::before { transform: rotate(22deg) translateX(720%); }
.button:active { transform: translateY(-1px) scale(.985); }
.button > [aria-hidden="true"] { display: inline-grid; transition: transform .22s ease; }
.button:hover > [aria-hidden="true"] { transform: translate(2px,-2px); }
.button-icon { flex: 0 0 auto; font-size: 1.1em; }
.button-primary { color: #fff; background: var(--green-deep); }
.button-primary:hover { background: #0f3f2f; }
.button-light { color: var(--green-deep); background: var(--paper-light); }
.button-secondary { color: var(--green-deep); border-color: rgba(21,77,57,.35); background: rgba(255,255,255,.32); box-shadow: none; }
.quiet-link, .text-link {
  min-height: 44px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 800;
}
.quiet-link::after, .text-link::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--orange);
  transition: width .25s ease;
}
.quiet-link:hover::after, .text-link:hover::after { width: 50px; }

/* Page shell: the outer shell owns sticky positioning across the full page. */
[data-site-header] {
  position: sticky;
  z-index: var(--z-header);
  top: 0;
  inset-block-start: 0;
}
.site-header {
  position: relative;
  z-index: 2;
  height: var(--site-header-height-layout);
  min-height: var(--site-header-height-layout);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(48,42,33,.09);
  background: #faf8f3;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: height .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.is-scrolled .site-header { border-color: rgba(48,42,33,.06); background: #fffef9; box-shadow: 0 12px 34px rgba(38,32,25,.075); }
.header-inner {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(310px, 1fr) auto auto;
  gap: 38px;
  align-items: center;
}
.header-brand { display: flex; gap: 24px; align-items: center; }
.brand { width: 76px; flex: 0 0 auto; }
.header-slogan {
  margin: 0;
  padding-left: 24px;
  color: var(--green-deep);
  border-left: 1px solid rgba(21,77,57,.18);
  font-family: var(--script);
  font-size: 16px;
  line-height: var(--leading-compact);
  letter-spacing: .08em;
}
.desktop-nav { display: flex; gap: clamp(18px, 2vw, 28px); align-items: center; }
.desktop-nav a, .header-login { position: relative; min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: #4b4842; font-size: var(--type-note); font-weight: 500; line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.desktop-nav a { justify-content: center; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: 2px;
  left: 50%;
  width: 28px;
  height: 2px;
  background: var(--orange);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .24s ease;
}
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--green-deep); }
.desktop-nav a[aria-current="page"]::after { transform: translateX(-50%) scaleX(1); transform-origin: center; }
.header-login { min-height: 44px; padding: 0 16px; border: 1px solid rgba(21,77,57,.3); border-radius: 999px; transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s var(--ease-out); }
.header-login:hover { color: var(--green-deep); border-color: var(--green); background: rgba(225,235,227,.65); transform: translateY(-2px); }
.menu-button, .mobile-nav { display: none; }
.scroll-progress { display: none; }

/* Full-screen mobile navigation */
.mobile-nav {
  position: fixed;
  z-index: 1;
  inset: 0;
  padding-top: var(--site-header-height);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(11,48,35,.98), rgba(11,48,35,.9)),
    url("assets/guoma-home-living-room.jpg") center / cover;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .32s ease, transform .32s var(--ease-out), visibility 0s linear .32s;
}
.mobile-nav[data-open="true"] { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mobile-nav-shell { height: 100%; padding: 40px 26px 28px; display: flex; flex-direction: column; }
.mobile-nav-intro { margin-bottom: 24px; }
.mobile-nav-kicker { margin: 0 0 5px; color: #f2a074; font-size: var(--type-label); line-height: var(--leading-note); letter-spacing: .08em; }
.mobile-nav-intro p:last-child { margin: 0; color: #e9f0eb; font-family: var(--sans); font-size: 20px; }
.mobile-nav-links { display: grid; }
.mobile-nav-link { padding: 13px 0; display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.15); }
.mobile-nav-link { opacity: 0; transform: translateY(12px); transition: opacity .32s ease, transform .38s var(--ease-out), color .22s ease; }
.mobile-nav-link:focus-visible {
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  outline: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 3px 0 0 #f2a074, 0 0 0 1px rgba(255,255,255,.13);
}
.mobile-nav[data-open="true"] .mobile-nav-link { opacity: 1; transform: none; }
.mobile-nav[data-open="true"] .mobile-nav-link:nth-child(2) { transition-delay: .035s; }
.mobile-nav[data-open="true"] .mobile-nav-link:nth-child(3) { transition-delay: .07s; }
.mobile-nav[data-open="true"] .mobile-nav-link:nth-child(4) { transition-delay: .105s; }
.mobile-nav[data-open="true"] .mobile-nav-link:nth-child(5) { transition-delay: .14s; }
.mobile-nav[data-open="true"] .mobile-nav-link:nth-child(6) { transition-delay: .175s; }
.mobile-nav-link strong { font-family: var(--sans); font-size: 28px; font-weight: 600; line-height: var(--leading-compact); letter-spacing: -.02em; }
.mobile-nav-link small { color: #a8c6b7; font-size: var(--type-label); line-height: var(--leading-compact); letter-spacing: var(--tracking-note); }
.mobile-nav-link[aria-current="page"] strong { color: #f2a074; }
.mobile-nav-actions { margin-top: auto; display: grid; gap: 12px; }
.mobile-contact-link { padding: 17px 0; display: grid; gap: 2px; border-top: 1px solid rgba(255,255,255,.22); }
.mobile-contact-link span { color: #a8c6b7; font-size: var(--type-label); line-height: var(--leading-note); }
.mobile-contact-link strong { font-size: 16px; }
.mobile-contact-link strong, .mobile-project-link { display: flex; gap: 9px; align-items: center; }
.mobile-project-link { color: #dce9e1; font-size: var(--type-note); line-height: var(--leading-note); }

/* Shared photo-led composition */
.photo-hero {
  position: relative;
  min-height: min(800px, calc(100svh - var(--site-header-height)));
  overflow: hidden;
  display: flex;
  align-items: end;
  isolation: isolate;
}
.photo-hero > img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; }
.photo-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,20,16,.73) 0%, rgba(17,20,16,.37) 52%, rgba(17,20,16,.08) 76%), linear-gradient(0deg, rgba(12,16,12,.48), transparent 48%);
}
.photo-hero-copy { width: var(--page); margin: 0 auto; padding: var(--space-section) 0; color: #fff; }
.photo-hero-copy .eyebrow { color: #f0aa7f; }
.photo-hero-copy h1 { max-width: 900px; margin-bottom: 28px; color: #fff; }
.photo-hero-copy p { color: rgba(255,255,255,.82); }
.photo-hero-actions { margin-top: 34px; display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.photo-hero .quiet-link { color: #fff; }
.photo-hero-caption {
  position: absolute;
  right: max(var(--content-gutter), calc((100vw - var(--content-width)) / 2));
  bottom: 26px;
  margin: 0;
  padding: 7px 11px;
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(15,35,27,.34);
  backdrop-filter: blur(10px);
  font-size: 14px;
  line-height: var(--leading-note);
  letter-spacing: var(--tracking-note);
}
.editorial-section { width: var(--page); margin: 0 auto; padding: var(--space-section) 0; }
.editorial-section + .editorial-section { padding-block-start: 0; }
/* A reading-unit keeps its label, heading and direct explanation in one uninterrupted column. */
.section-intro, .journey-head, .lived-gallery-head { margin-bottom: var(--space-block); }
.section-title-group { width: min(100%, 58.333%); max-width: 720px; }
.section-title-group h2 { max-width: 720px; margin: 0; }
.section-title-group .intro-lead { width: min(100%, var(--reading)); margin: var(--space-4) 0 0; color: var(--ink-soft); font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }

/* Home */
.home-hero > img { object-position: center 50%; }
.home-questions { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--layout-gap); align-items: start; }
.home-questions h2 { margin-bottom: 30px; }
.question-lines { margin: 0; padding: 0; list-style: none; }
.question-lines { display: grid; gap: 14px; }
.question-lines li { position: relative; padding: 24px 24px 24px 82px; border: 1px solid rgba(50,43,33,.08); border-radius: var(--radius-card); background: rgba(255,255,255,.46); box-shadow: var(--shadow-card); font-size: clamp(19px, 1.65vw, 22px); font-weight: 500; line-height: var(--leading-compact); letter-spacing: 0; transition: transform .28s var(--ease-out), border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.question-lines li:hover { transform: translateY(-3px); border-color: rgba(21,77,57,.16); background: rgba(255,255,255,.68); box-shadow: 0 22px 48px rgba(49,39,25,.09); }
.question-lines .semantic-icon { position: absolute; top: 24px; left: 20px; }
.story-sequence { display: grid; gap: var(--space-group); }
.story-chapter, .service-piece, .principles-story, .daily-observation, .about-practice { display: grid; gap: var(--layout-gap); align-items: start; }
/* The home sequence is a three-step reading flow, so copy always occupies one stable left rail. */
.story-chapter { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.service-piece, .principles-story, .daily-observation, .about-practice { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.story-chapter figure { grid-row: 1; grid-column: 2; order: 2; }
.story-chapter figure { position: relative; margin: 0; }
.service-piece figure, .principles-story figure, .daily-observation figure, .about-practice figure { grid-row: 1; grid-column: 2; order: 2; }
.story-chapter figure::before { content: ""; position: absolute; z-index: -1; inset: 9% -3% -4% 7%; background: rgba(170,142,104,.16); }
.story-chapter img { height: clamp(400px, 32vw, 460px); object-fit: cover; box-shadow: var(--shadow-soft); }
.story-chapter img, .service-piece img { transition: transform .7s var(--ease-out), filter .4s ease; }
.service-piece figure { overflow: hidden; }
.story-chapter:hover img, .service-piece:hover img { transform: scale(1.018); }
.story-chapter:nth-child(2) img { object-position: 60% center; }
.story-chapter-copy { grid-row: 1; grid-column: 1; margin-block-start: var(--story-copy-offset); }
.service-piece-copy { grid-row: 1; grid-column: 1; margin-block-start: var(--story-copy-offset); }
.principles-story > div, .daily-observation > div, .about-practice > div { grid-row: 1; grid-column: 1; margin-block-start: 0; }
.story-chapter-copy > .semantic-icon { margin-bottom: 20px; }
.story-chapter-copy h3 { margin: 24px 0 18px; font-family: var(--serif); font-size: var(--type-story); line-height: var(--leading-heading); letter-spacing: var(--tracking-display); }
.story-chapter-copy p { max-width: 420px; font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.photo-quote {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.photo-quote > img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; }
.photo-quote::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(19,31,23,.42); }
.photo-quote blockquote { width: min(1050px, calc(100vw - (2 * var(--content-gutter)))); margin: 0; color: #fff; text-align: center; }
.photo-quote blockquote p { margin-bottom: 22px; color: #fff; font-family: var(--serif); font-size: var(--type-h1); font-weight: 600; line-height: var(--leading-heading); letter-spacing: var(--tracking-display); }
.photo-quote blockquote cite { color: rgba(255,255,255,.74); font-size: var(--type-note); font-style: normal; line-height: var(--leading-note); letter-spacing: .08em; }
.origin-story { width: var(--page); margin: 0 auto; padding: var(--space-section-large) 0; }
.origin-story .eyebrow { margin-bottom: 30px; }
.origin-story h2 { margin-bottom: 42px; }
.origin-story-copy { max-width: var(--reading); }
.origin-story-copy p { font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }

/* Services */
.services-hero > img { object-position: center 48%; }
.service-editorial { display: grid; gap: var(--space-group); }
.service-piece figure { margin: 0; position: relative; }
.service-piece img { height: clamp(400px, 32vw, 460px); object-fit: cover; box-shadow: var(--shadow-soft); }
.service-piece:nth-child(2) img { object-position: 62% center; }
.service-piece-copy { width: min(100%, 520px); max-width: 520px; }
.service-index { margin-bottom: 20px; }
.service-piece h2 { margin: 30px 0 22px; font-size: var(--type-story); }
.service-piece-copy > p { font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.service-notes { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.service-notes li { display: flex; gap: 10px; align-items: baseline; color: var(--green-deep); font-size: var(--type-note); font-weight: 600; line-height: 1.6; letter-spacing: var(--tracking-note); }
.service-notes li::before { content: ""; flex: 0 0 auto; transform: translateY(-.25em); width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.material-essay { position: relative; min-height: 660px; overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.material-essay > img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; object-position: center 58%; }
.material-essay::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(15,37,27,.76), rgba(15,37,27,.15)); }
.material-essay-copy { width: var(--page); margin: 0 auto; color: #fff; }
.material-essay-copy .eyebrow { color: #ef9b6d; }
.material-essay-copy h2 { max-width: 800px; color: #fff; }
.material-essay-copy p { max-width: 540px; color: rgba(255,255,255,.8); font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }

/* Process */
.process-hero > img { object-position: center 55%; }
.journey-shell { width: var(--page); margin: 0 auto; padding: var(--space-section) 0; }
.journey-nav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.journey-nav button { position: relative; min-height: 158px; padding: 22px; display: grid; align-content: start; justify-items: start; gap: 10px; text-align: left; border: 1px solid rgba(46,39,30,.08); border-radius: var(--radius-card); background: rgba(255,255,255,.42); box-shadow: var(--shadow-card); cursor: pointer; transition: transform .28s var(--ease-out), border-color .28s ease, background-color .28s ease, box-shadow .28s ease; }
.journey-nav button:hover { transform: translateY(-2px); border-color: rgba(21,77,57,.2); background: rgba(255,255,255,.66); }
.journey-nav button > .semantic-icon { width: 42px; height: 42px; color: #706a61; background: linear-gradient(145deg,#faf8f3,#e7e1d7); font-size: 21px; transition: transform .28s var(--ease-out), color .22s ease, background .22s ease; }
.journey-nav button:hover > .semantic-icon { transform: translateY(-2px) rotate(-2deg); }
.journey-nav button > strong { color: #69635b; font-family: var(--sans); font-size: clamp(16px, 1.35vw, 19px); font-weight: 600; line-height: var(--leading-compact); letter-spacing: 0; }
.journey-nav button > small { color: #807a72; font-size: var(--type-label); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.journey-nav button[aria-selected="true"] { border-color: rgba(21,77,57,.28); background: #fbfaf5; box-shadow: 0 18px 44px rgba(30,73,53,.10); }
.journey-nav button[aria-selected="true"] > strong { color: var(--green-deep); }
.journey-nav button[aria-selected="true"] > .semantic-icon { color: #fff; background: var(--green-deep); }
.journey-panels { padding-top: var(--space-block); }
.journey-panel { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--layout-gap); align-items: start; animation: panel-in .4s ease both; }
.journey-panel[hidden] { display: none; }
.journey-panel figure { position: sticky; top: calc(var(--sticky-stack-height) + 24px); margin: 0; }
.journey-panel figure img { height: clamp(460px, 36vw, 540px); object-fit: cover; box-shadow: var(--shadow-soft); }
.journey-panel[data-process-panel="1"] figure img { object-position: 30% center; }
.journey-panel[data-process-panel="2"] figure img { object-position: 70% center; }
.journey-panel[data-process-panel="3"] figure img { object-position: 56% center; }
.journey-panel figcaption { margin-top: 13px; color: #716b63; font-size: 14px; line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.journey-copy { margin-block-start: 0; }
.journey-copy .eyebrow { margin-bottom: 22px; color: var(--orange); }
.journey-copy h3 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(32px, 3.2vw, 44px); line-height: var(--leading-heading); letter-spacing: var(--tracking-display); }
.journey-steps { margin: 0; padding: 0; list-style: none; }
.journey-steps { display: grid; gap: 11px; }
.journey-steps li { min-height: 70px; padding: 15px 18px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.5); box-shadow: var(--shadow-card); transition: transform .28s var(--ease-out), background .28s ease; }
.journey-steps li:hover { transform: translateX(4px); background: rgba(255,255,255,.74); }
.journey-steps li > .semantic-icon { width: 38px; height: 38px; color: var(--orange); background: #f0e3d8; font-size: 20px; }
.journey-steps h4 { margin: 0; font-size: var(--type-h3); font-weight: 600; line-height: var(--leading-compact); letter-spacing: 0; }
.journey-steps p { margin: 0; font-size: var(--type-supporting); line-height: var(--leading-supporting); letter-spacing: var(--tracking-note); }
.journey-result { margin-top: 30px; padding: 24px; display: grid; gap: 9px; border: 1px solid rgba(30,118,82,.13); border-radius: var(--radius-card); background: #e7eee8; box-shadow: inset 0 1px 0 rgba(255,255,255,.65); }
.journey-result span { color: var(--green); font-size: var(--type-label); font-weight: 800; line-height: var(--leading-compact); letter-spacing: var(--tracking-label); }
.journey-result strong { font-family: var(--sans); font-size: var(--type-h3); font-weight: 600; line-height: var(--leading-compact); letter-spacing: 0; }
.journey-note { margin-top: 22px; color: #746e66; font-size: var(--type-label); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
@keyframes panel-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.principles-story { width: var(--page); margin: 0 auto; padding: 0 0 var(--space-section-large); }
.principles-story figure { margin: 0; }
.principles-story figure img { height: clamp(440px, 36vw, 520px); object-fit: cover; object-position: 64% center; }
.principles-list { margin: 38px 0 0; padding: 0; list-style: none; }
.principles-list { display: grid; gap: 11px; }
.principles-list li { min-height: 70px; padding: 15px 18px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.48); box-shadow: var(--shadow-card); }
.principles-list .semantic-icon { width: 38px; height: 38px; color: var(--orange); background: #f0e3d8; font-size: 20px; }
.principles-list h3 { margin: 0; font-size: var(--type-h3); font-weight: 600; line-height: var(--leading-compact); }
.principles-list p { margin: 0; font-size: var(--type-supporting); line-height: var(--leading-supporting); letter-spacing: var(--tracking-note); }

/* Method */
.method-hero > img { object-position: 55% center; }
.daily-observation figure { margin: 0; }
.daily-observation figure img { height: clamp(440px, 36vw, 520px); object-fit: cover; object-position: 56% center; }
.daily-observation > div > h2 { font-size: var(--type-story); }
.daily-list { margin: 30px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.daily-list li { position: relative; padding: 20px 20px 21px 78px; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.5); box-shadow: var(--shadow-card); transition: transform .28s var(--ease-out), background .28s ease; }
.daily-list li:hover { transform: translateX(4px); background: rgba(255,255,255,.72); }
.daily-list .semantic-icon { position: absolute; top: 19px; left: 17px; width: 40px; height: 40px; color: var(--orange); background: #f0e3d8; font-size: 22px; }
.daily-list h3 { margin-bottom: 7px; font-size: var(--type-h3); }
.daily-list p { margin: 0; font-size: var(--type-supporting); line-height: var(--leading-supporting); letter-spacing: var(--tracking-note); }
.method-essay { width: min(960px, calc(100vw - (2 * var(--content-gutter)))); margin: 0 auto; padding: var(--space-section-large) 0; text-align: center; }
.method-essay h2 { margin: 0 auto 35px; max-width: 820px; font-size: var(--type-h2); }
.method-essay p { max-width: 650px; margin-right: auto; margin-left: auto; font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.drawing-photo { position: relative; min-height: 700px; overflow: hidden; display: flex; align-items: end; isolation: isolate; }
.drawing-photo > img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; object-position: center 63%; }
.drawing-photo::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(15,28,21,.78), rgba(15,28,21,.04) 67%); }
.drawing-photo-copy { width: var(--page); margin: 0 auto; padding: 90px 0; color: #fff; }
.drawing-photo-copy .eyebrow { color: #f1a175; }
.drawing-photo-copy h2 { max-width: 850px; color: #fff; }
.drawing-photo-copy p { color: rgba(255,255,255,.75); }
.lived-gallery { width: var(--page); margin: 0 auto; padding: var(--space-section-large) 0; }
.lived-gallery-head h2 { margin: 0; }
.lived-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lived-photos figure { margin: 0; }
.lived-photos figure:first-child { grid-row: auto; }
.lived-photos img, .lived-photos figure:first-child img { height: clamp(440px, 36vw, 520px); min-height: 0; object-fit: cover; }
.lived-photos figcaption { margin-top: 10px; color: #716b63; font-size: 14px; line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.gallery-note { margin: 30px 0 0 auto; max-width: 520px; font-size: var(--type-label); line-height: var(--leading-note); }

/* About */
.about-hero > img { object-position: center 48%; }
.about-origin { display: block; }
.about-origin-mark { grid-row: 2; width: min(100%, 720px); padding: 24px 30px; display: grid; grid-template-columns: auto 1fr; gap: 4px 22px; align-items: center; border: 1px solid rgba(45,38,29,.08); border-radius: var(--radius-panel); background: rgba(255,255,255,.5); box-shadow: var(--shadow-card); }
.about-origin-mark .semantic-icon { grid-row: 1 / span 2; align-self: center; margin-bottom: 0; width: 54px; height: 54px; font-size: 28px; }
.about-origin-mark strong, .about-origin-mark span { grid-column: 2; }
.about-origin-mark strong { display: block; margin-bottom: 4px; font-size: 21px; line-height: 1.35; }
.about-origin-mark span { display: block; color: var(--ink-soft); font-size: var(--type-note); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.about-origin-copy { max-width: 820px; }
.about-origin-copy h2 { margin-bottom: 38px; }
.about-origin-copy p { max-width: 640px; font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.about-practice figure { margin: 0; }
.about-practice img { height: clamp(400px, 32vw, 460px); object-fit: cover; }
.about-practice > div > h2 { font-size: var(--type-story); }
.about-practice-list { margin: 38px 0 0; padding: 0; list-style: none; }
.about-practice-list { display: grid; gap: 11px; }
.about-practice-list li { padding: 20px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.48); box-shadow: var(--shadow-card); }
.about-practice-list .semantic-icon { width: 38px; height: 38px; color: var(--orange); background: #f0e3d8; font-size: 20px; }
.about-practice-list h3 { margin-bottom: 4px; font-size: var(--type-h3); }
.about-practice-list p { margin: 0; font-size: var(--type-supporting); line-height: var(--leading-supporting); letter-spacing: var(--tracking-note); }
.founder-note { width: var(--page); margin: 0 auto; padding: var(--space-section-large) 0; }
.founder-note blockquote { margin: 0; }
.founder-note blockquote p { max-width: 980px; margin-bottom: 35px; color: var(--ink); font-family: var(--serif); font-size: var(--type-h1); font-weight: 600; line-height: var(--leading-heading); letter-spacing: var(--tracking-display); }
.founder-note cite { color: var(--green); font-size: var(--type-label); font-style: normal; font-weight: 800; line-height: var(--leading-compact); letter-spacing: var(--tracking-label); }
.founder-note .quiet-link { margin-top: 42px; }

/* Contact */
.contact-hero > img { object-position: center 60%; }
.contact-editorial { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--layout-gap); align-items: start; }
.contact-choice { display: grid; gap: 34px; }
.contact-intake-card { padding: clamp(30px, 4vw, 50px); border: 1px solid rgba(21,77,57,.11); border-radius: var(--radius-panel); background: #e4ebe3; box-shadow: 0 22px 60px rgba(39,65,48,.09), inset 0 1px 0 rgba(255,255,255,.62); }
.contact-intake-card > .semantic-icon { margin-bottom: 32px; width: 54px; height: 54px; color: #fff; background: var(--green-deep); font-size: 27px; }
.contact-intake-card h2 { margin-bottom: 18px; font-size: var(--type-h2); }
.contact-intake-card > p:not(.eyebrow) { max-width: 480px; }
.contact-intake-card .button { margin: 14px 0 16px; }
.contact-intake-card .privacy-note { display: block; max-width: 420px; }
.contact-qr { padding: 24px; display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-panel); background: rgba(255,255,255,.44); box-shadow: var(--shadow-card); }
.contact-qr img { padding: 9px; background: #fff; box-shadow: 0 12px 36px rgba(43,35,25,.09); }
.contact-qr h3 { margin-bottom: 8px; font-size: var(--type-h3); }
.contact-qr p { margin-bottom: 6px; }
.privacy-note { color: #766f67; font-size: var(--type-label); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.consult-list { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.consult-list li { position: relative; padding: 21px 20px 22px 78px; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.5); box-shadow: var(--shadow-card); }
.consult-list li + li { padding-top: 20px; }
.consult-list .semantic-icon, .consult-list li + li .semantic-icon { position: absolute; top: 20px; left: 17px; width: 40px; height: 40px; color: var(--orange); background: #f0e3d8; font-size: 21px; }
.consult-list h3 { margin-bottom: 7px; font-size: var(--type-h3); }
.consult-list p { margin: 0; }

/* Shared icon-card contract: one title plus one concise supporting line. */
.journey-steps li, .principles-list li, .daily-list li, .about-practice-list li, .consult-list li {
  min-height: 92px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.daily-list .semantic-icon, .consult-list .semantic-icon,
.daily-list li + li .semantic-icon, .consult-list li + li .semantic-icon {
  position: static;
  width: 38px;
  height: 38px;
  font-size: 20px;
}
.journey-steps h4, .principles-list h3, .daily-list h3, .about-practice-list h3, .consult-list h3 {
  margin: 0 0 3px;
  font-size: var(--type-h3);
  font-weight: 600;
  line-height: var(--leading-compact);
  letter-spacing: 0;
}
.journey-steps p, .principles-list p, .daily-list p, .about-practice-list p, .consult-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--type-note);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: var(--tracking-note);
}
.signed-entry { width: var(--page); margin: 0 auto; padding: 0 0 var(--space-section-large); display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.signed-entry h2 { margin-bottom: 10px; }

/* Public intake */
.intake-hero { width: var(--page); margin: 0 auto; padding: var(--space-section) 0; display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); gap: var(--layout-gap); align-items: center; }
.intake-hero-copy h1 { margin-bottom: 30px; max-width: 720px; font-size: var(--type-h1); }
.intake-hero-copy .story-lead { max-width: 570px; }
.intake-hero figure { margin: 0; }
.intake-hero figure img { height: min(680px, 62vw); min-height: 520px; object-fit: cover; object-position: 36% center; box-shadow: var(--shadow-soft); }
.intake-hero figcaption { margin-top: 12px; color: #766f67; font-size: 14px; line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.intake-layout { padding: var(--space-section) max(var(--content-gutter), calc((100vw - var(--content-width)) / 2)); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--layout-gap); align-items: start; background: #e7ede6; }
.intake-aside { position: sticky; top: calc(var(--sticky-stack-height) + 22px); }
.intake-aside h2 { margin-bottom: 42px; }
.intake-aside-list { margin: 0; padding: 0; display: grid; gap: 18px; list-style: none; }
.intake-aside-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.intake-aside-list .semantic-icon { width: 44px; height: 44px; color: var(--orange); background: #f4eee5; font-size: 22px; }
.intake-aside-list strong, .intake-aside-list span { display: block; }
.intake-aside-list strong { margin: 2px 0 4px; font-size: var(--type-h3); font-weight: 600; line-height: var(--leading-compact); }
.intake-aside-list span { color: var(--ink-soft); font-size: var(--type-note); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.intake-aside-note { margin: 42px 0 0; padding-top: 26px; max-width: 410px; border-top: 1px solid rgba(21,77,57,.14); font-size: var(--type-note); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.intake-form-card { padding: clamp(32px, 5vw, 70px); border: 1px solid rgba(45,38,29,.08); border-radius: var(--radius-panel); background: var(--paper-light); box-shadow: 0 28px 80px rgba(39,50,40,.10), inset 0 1px 0 rgba(255,255,255,.74); }
.form-heading { margin-bottom: 58px; }
.form-heading h2 { margin: 0; font-size: var(--type-h2); }
.intake-form fieldset { margin: 0; padding: 0 0 50px; border: 0; }
.intake-form fieldset + fieldset { padding-top: 44px; border-top: 1px solid rgba(45,38,29,.09); }
.intake-form legend { width: 100%; margin-bottom: 26px; color: var(--green-deep); font-size: var(--type-note); font-weight: 700; line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.form-field { display: grid; gap: 9px; }
.form-field > span { color: var(--ink); font-size: var(--type-note); font-weight: 500; line-height: var(--leading-note); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(45,38,29,.16); border-radius: 12px; outline: 0; color: var(--ink); background: #fffefa; font: inherit; font-size: var(--type-supporting); line-height: var(--leading-supporting); letter-spacing: var(--tracking-note); transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 154px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(30,118,82,.10); }
.form-field small { color: #766f67; font-size: var(--type-label); line-height: var(--leading-note); }
.form-field-wide { margin-bottom: 26px; }
.form-hint, .form-question { margin: 18px 0 12px; color: var(--ink-soft); font-size: var(--type-note); line-height: var(--leading-note); }
.form-question { color: var(--ink); font-weight: 600; }
.focus-options + .form-field-wide { margin-top: 24px; }
.focus-options { display: flex; flex-wrap: wrap; gap: 10px; }
.focus-options label { position: relative; cursor: pointer; }
.focus-options input { position: absolute; opacity: 0; pointer-events: none; }
.focus-options span { min-height: 42px; padding: 8px 15px; display: inline-flex; align-items: center; border: 1px solid rgba(45,38,29,.13); border-radius: 999px; color: #5e5952; background: #fffefa; font-size: var(--type-note); line-height: var(--leading-note); transition: .2s ease; }
.focus-options input:focus-visible + span { outline: 3px solid rgba(30,118,82,.2); outline-offset: 2px; }
.focus-options input:checked + span { border-color: var(--green-deep); color: #fff; background: var(--green-deep); }
.upload-field { min-height: 190px; padding: 34px; display: grid; place-items: center; align-content: center; gap: 9px; border: 1px dashed rgba(21,77,57,.33); border-radius: 18px; color: var(--green-deep); background: #edf2eb; text-align: center; cursor: pointer; }
.upload-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-field .semantic-icon { margin-bottom: 4px; color: #fff; background: var(--green-deep); }
.upload-field strong { font-size: var(--type-h3); line-height: var(--leading-compact); }
.upload-field span { color: var(--ink-soft); font-size: var(--type-note); line-height: var(--leading-note); }
.upload-list { margin: 14px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.upload-list li { padding: 10px 13px; display: flex; justify-content: space-between; gap: 20px; border-radius: 10px; background: #f1ede5; font-size: var(--type-label); line-height: var(--leading-note); }
.upload-list small { color: #837d74; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; color: #686159; font-size: var(--type-label); line-height: var(--leading-note); cursor: pointer; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-deep); }
.consent-field a { color: var(--green-deep); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.website-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-submit-row { margin-top: 30px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.form-submit-row .button { min-width: 190px; border: 0; cursor: pointer; }
.form-submit-row .button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-status { margin: 0; max-width: 390px; color: var(--green-deep); font-size: var(--type-label); line-height: var(--leading-note); }
.form-status.is-error { color: #a33d2c; }
.form-error-summary { margin: -28px 0 30px; padding: 13px 15px; border: 1px solid rgba(163,61,44,.24); border-radius: 12px; color: #8f3425; background: #fff3ef; font-size: var(--type-note); line-height: var(--leading-note); }
.form-field :is(input, select, textarea)[aria-invalid="true"] { border-color: #a33d2c; box-shadow: 0 0 0 4px rgba(163,61,44,.1); }
.consent-field input[aria-invalid="true"] { outline: 3px solid rgba(163,61,44,.22); outline-offset: 2px; }
.intake-success { min-height: 620px; align-content: center; }
.intake-success:not([hidden]) { display: grid; }
.intake-success > .semantic-icon { margin-bottom: 32px; width: 62px; height: 62px; color: #fff; background: var(--green-deep); font-size: 31px; }
.intake-success h2 { margin-bottom: 24px; }
.intake-success p:not(.eyebrow) { max-width: 590px; }
.intake-success .button { margin-top: 20px; justify-self: start; }
.intake-alternative { width: var(--page); margin: 0 auto; padding: var(--space-section) 0; display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.intake-alternative h2 { margin: 0; max-width: 820px; }

/* Process intake bridge */
.intake-bridge { width: var(--page); margin: 0 auto var(--space-section-large); padding: clamp(48px, 7vw, 82px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: clamp(55px, 8vw, 110px); align-items: center; border: 1px solid rgba(21,77,57,.12); border-radius: var(--radius-panel); background: #e3ebe2; box-shadow: 0 26px 80px rgba(40,65,49,.09), inset 0 1px 0 rgba(255,255,255,.66); }
.intake-bridge-copy h2 { margin-bottom: 24px; }
.intake-bridge-copy > p:not(.eyebrow) { max-width: 620px; font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.intake-bridge-actions { margin-top: 30px; display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.intake-bridge-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.intake-bridge-list li { padding: 20px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; border: 1px solid rgba(21,77,57,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.58); box-shadow: var(--shadow-card); }
.intake-bridge-list .semantic-icon { width: 42px; height: 42px; color: var(--orange); background: #f1e5da; font-size: 21px; }
.intake-bridge-list strong, .intake-bridge-list span { display: block; }
.intake-bridge-list strong { margin-bottom: 3px; font-size: var(--type-h3); line-height: var(--leading-compact); }
.intake-bridge-list span { color: var(--ink-soft); font-size: var(--type-note); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }

/* Login */
.page-intro { width: var(--page); margin: 0 auto; padding: var(--space-section-large) 0 var(--space-block); }
.page-intro h1 { max-width: 970px; }
.login-editorial { width: var(--page); margin: 0 auto; padding: 20px 0 var(--space-section-large); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--layout-gap); }
.login-photo { margin: 0; }
.login-photo img { height: 760px; object-fit: cover; object-position: 65% center; }
.login-list { margin: 0; padding: 0; list-style: none; }
.login-list { display: grid; gap: 13px; }
.login-list li { padding: 24px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border: 1px solid rgba(45,38,29,.07); border-radius: var(--radius-card); background: rgba(255,255,255,.5); box-shadow: var(--shadow-card); }
.login-list .semantic-icon { margin-top: 2px; }
.login-list .eyebrow { margin-bottom: 7px; }
.login-list h2 { margin-bottom: 10px; font-size: clamp(26px, 2.5vw, 34px); }
.login-list p { max-width: 520px; }
.login-list .button { margin-top: 5px; }

/* Legal and error pages */
.legal-page, .error-page { width: min(920px, var(--page)); margin: 0 auto; padding: var(--space-section-large) 0; }
.legal-page header, .error-page header { margin-bottom: var(--space-block); }
.legal-page h1, .error-page h1 { max-width: 820px; margin-bottom: 24px; }
.legal-page .story-lead, .error-page .story-lead { max-width: 720px; }
.legal-copy { display: grid; gap: 42px; }
.legal-copy section { padding-top: 34px; border-top: 1px solid rgba(45,38,29,.11); }
.legal-copy h2 { margin-bottom: 17px; font-family: var(--sans); font-size: clamp(22px, 2.4vw, 30px); line-height: var(--leading-compact); letter-spacing: 0; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); font-size: var(--type-body); line-height: var(--leading-body); }
.legal-copy ul { margin: 0; padding-left: 1.15em; }
.legal-copy a { color: var(--green-deep); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.legal-notice { padding: 24px 26px; border: 1px solid rgba(215,105,54,.22); border-radius: var(--radius-card); background: rgba(255,248,241,.68); }
.error-page { min-height: 66vh; display: grid; align-content: center; }
.error-actions { margin-top: 32px; display: flex; gap: 16px; flex-wrap: wrap; }

/* Shared close: the action is a light reading surface; the footer alone owns the terminal dark tone. */
.photo-cta { min-height: clamp(360px, 30vw, 440px); display: flex; align-items: center; background: #e7ede6; border-top: 1px solid rgba(21,77,57,.12); border-bottom: 1px solid rgba(21,77,57,.12); }
.photo-cta > img { display: none; }
.photo-cta-inner { width: var(--page); margin: 0 auto; color: var(--ink); }
.photo-cta-inner .eyebrow { color: var(--green); }
.photo-cta-inner h2 { max-width: 760px; color: var(--ink); }
.photo-cta-inner p { max-width: var(--reading); color: var(--ink-soft); font-size: var(--type-body); line-height: var(--leading-body); letter-spacing: var(--tracking-body); }
.photo-cta-inner .button { margin-top: 22px; }

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0d251c;
}
.footer-inner { width: var(--page); margin: 0 auto; padding: 32px 0 16px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--space-6); }
.footer-brand img { width: 130px; }
.footer-brand p { margin-top: 23px; color: rgba(255,255,255,.82); font-family: var(--script); font-size: 22px; line-height: var(--leading-compact); letter-spacing: .08em; }
.footer-links { display: grid; gap: 16px; align-content: start; justify-items: end; text-align: right; }
.footer-nav, .footer-sites, .footer-social, .footer-legal { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.footer-nav, .footer-sites, .footer-social, .footer-legal { justify-content: flex-end; }
.footer-nav a, .footer-sites a, .footer-legal a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.76); font-size: var(--type-note); font-weight: 500; line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.footer-nav a[aria-current="page"] { color: #f3a174; }
.footer-sites > span, .footer-social > span { color: #a9c4b4; font-size: var(--type-label); line-height: var(--leading-note); letter-spacing: .08em; }
.social-icon-button, .social-icon-link { width: 44px; height: 44px; padding: 9px; display: inline-flex; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: rgba(255,255,255,.08); cursor: pointer; transition: transform .24s var(--ease-out), background .24s ease, border-color .24s ease; }
.social-icon-button:hover, .social-icon-link:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.14); }
.social-icon-button img, .social-icon-link img { width: 100%; height: 100%; object-fit: contain; }
.footer-qr { position: relative; display: inline-flex; }
.footer-qr-popover { position: absolute; z-index: 5; bottom: 47px; left: 50%; width: 180px; padding: 14px; display: grid; gap: 4px; color: var(--ink); background: var(--paper-light); box-shadow: 0 15px 40px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .2s ease; }
.footer-qr-popover img { margin-bottom: 4px; }
.footer-qr-popover strong { font-size: var(--type-note); line-height: var(--leading-note); }
.footer-qr-popover small { color: var(--ink-soft); font-size: var(--type-label); line-height: var(--leading-note); }
.footer-qr.is-open .footer-qr-popover { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.footer-bottom { width: var(--page); margin: 0 auto; padding: 10px 0 14px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: var(--type-label); line-height: var(--leading-note); letter-spacing: var(--tracking-note); }
.footer-compliance { display: flex; align-items: center; gap: 8px 16px; flex-wrap: wrap; }
.footer-compliance a { color: inherit; text-underline-offset: 3px; }
.footer-compliance a:hover { color: rgba(255,255,255,.82); }
.footer-bottom img { width: 24px; }

/* Reveal */
.has-ui-motion [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.65,.25,1); }
.has-ui-motion [data-reveal].is-visible { opacity: 1; transform: none; }
.has-ui-motion [data-reveal-item] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease var(--reveal-delay, 0ms), transform .62s var(--ease-out) var(--reveal-delay, 0ms); }
.has-ui-motion [data-reveal-item].is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --content-gutter: 24px; --page: min(980px, calc(100vw - (2 * var(--content-gutter)))); }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 24px; }
  .header-slogan { display: none; }
  .journey-panel { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--layout-gap); }
  .footer-inner { gap: 45px; }
}

@media (max-width: 800px) {
  :root {
    --site-header-height-layout: 76px;
    --site-header-height: var(--site-header-height-layout);
    --content-gutter: 17px;
    --page: calc(100vw - (2 * var(--content-gutter)));
    --type-body: 16px;
    --space-block: clamp(32px, 7vw, 48px);
    --space-section: clamp(72px, 12vw, 96px);
    --space-section-large: clamp(84px, 15vw, 112px);
    --type-story: 28px;
  }
  body { font-size: var(--type-body); }
  .site-header { height: var(--site-header-height-layout); min-height: var(--site-header-height-layout); }
  .header-inner { grid-template-columns: 1fr auto; }
  .brand { width: 62px; }
  .desktop-nav, .header-login { display: none; }
  .menu-button { width: auto; min-width: 96px; height: 44px; padding: 0 14px; display: flex; justify-content: center; gap: 9px; align-items: center; border: 1px solid rgba(21,77,57,.18); border-radius: 999px; background: rgba(255,255,255,.28); cursor: pointer; transition: border-color .22s ease, background .22s ease; }
  .menu-button-copy { color: var(--green-deep); font-size: var(--type-label); font-weight: 700; }
  .menu-icons { position: relative; width: 22px; height: 22px; display: block; color: var(--green-deep); font-size: 22px; line-height: 1; }
  .menu-glyph { position: absolute; inset: 0; display: grid; place-items: center; transition: opacity .22s ease, transform .28s var(--ease-out); }
  .menu-glyph-close { opacity: 0; transform: rotate(-70deg) scale(.72); }
  .menu-button[aria-expanded="true"] .menu-glyph-open { opacity: 0; transform: rotate(70deg) scale(.72); }
  .menu-button[aria-expanded="true"] .menu-glyph-close { opacity: 1; transform: none; }
  .is-menu-open .site-header { color: #fff; border-color: rgba(255,255,255,.14); background: rgba(11,48,35,.96); }
  .is-menu-open .brand { filter: brightness(0) invert(1); }
  .is-menu-open .menu-button-copy { color: #fff; }
  .is-menu-open .menu-icons { color: #fff; }
  .is-menu-open .menu-button { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
  .mobile-nav { display: block; }

  .photo-hero { min-height: 720px; }
  .photo-hero-copy { padding: var(--space-section) 0 80px; }
  .photo-hero::after { background: linear-gradient(90deg, rgba(17,20,16,.7), rgba(17,20,16,.18)), linear-gradient(0deg, rgba(12,16,12,.58), transparent 55%); }
  .photo-hero-caption { right: 17px; bottom: 16px; }
  .editorial-section { padding: var(--space-section) 0; }
  .section-title-group { width: 100%; }
  .home-questions, .story-chapter, .story-chapter:nth-child(even), .service-piece, .service-piece:nth-child(even), .principles-story, .daily-observation, .about-practice, .contact-editorial, .login-editorial, .intake-hero, .intake-layout, .intake-bridge { grid-template-columns: 1fr; }
  .story-chapter figure, .story-chapter:nth-child(even) figure, .service-piece figure, .principles-story figure, .daily-observation figure, .about-practice figure { grid-row: auto; grid-column: auto; order: 0; }
  .story-chapter-copy { grid-row: auto; grid-column: auto; }
  .service-piece-copy, .principles-story > div, .daily-observation > div, .about-practice > div { grid-row: auto; grid-column: auto; margin-block-start: 0; }
  .journey-copy { margin-block-start: 0; }
  .story-chapter img { height: clamp(380px, 60vw, 460px); }
  .service-piece img { height: min(680px, 92vw); }
  /* Keep image-led closing sections immersive without adding a full extra screen on phones. */
  .photo-quote, .material-essay, .drawing-photo { min-height: 610px; }
  .photo-cta { min-height: 0; padding: var(--space-section) 0; }
  /* The process remains intentionally horizontal, but each swipe now resolves to a whole stage card. */
  .journey-nav { margin-right: -17px; margin-left: -17px; padding: 0 17px; grid-template-columns: repeat(5, 145px); gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-padding-inline: 17px; scrollbar-width: thin; }
  .journey-nav button { scroll-snap-align: start; }
  .journey-panel { grid-template-columns: 1fr; gap: var(--space-6); }
  .journey-panel figure { position: static; }
  .journey-copy { margin-block-start: 0; }
  .journey-panel figure img { height: 68vw; min-height: 380px; }
  .principles-story { padding-top: 20px; }
  .principles-story figure img, .daily-observation figure img, .about-practice img, .login-photo img { height: min(760px, 110vw); }
  .lived-photos { grid-template-columns: 1fr; }
  .lived-photos figure:first-child { grid-row: auto; }
  .lived-photos figure:first-child img, .lived-photos img { height: min(680px, 92vw); }
  /* Preserve the two contact paths as separate groups without creating a blank mobile screen between them. */
  .contact-editorial { gap: 56px; }
  .intake-hero { gap: 50px; }
  .intake-hero figure img { height: 82vw; min-height: 520px; }
  .intake-layout { padding-right: var(--content-gutter); padding-left: var(--content-gutter); gap: var(--space-6); }
  .intake-aside { position: static; }
  .intake-bridge { gap: 50px; }
  .intake-alternative { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-items: start; text-align: left; }
  .footer-nav, .footer-sites, .footer-social, .footer-legal { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --type-h1: clamp(38px, 11vw, 44px); --type-h2: clamp(30px, 8.5vw, 34px); --type-story: 26px; --type-body: 16px; --type-supporting: 15px; --type-note: 14px; --type-label: 13px; }
  .photo-hero { min-height: 680px; }
  /* Keep the authored pause so the mobile headline resolves as two clear thoughts. */
  .photo-hero-copy h1 br { display: initial; }
  .photo-hero-actions { align-items: flex-start; flex-direction: column; }
  .home-questions { gap: 34px; }
  .home-questions h2 { margin-bottom: 22px; }
  .home-questions > div > p:last-child { margin-bottom: 0; }
  .question-lines { gap: 10px; }
  .question-lines li { padding: 16px 16px 16px 66px; font-size: clamp(18px, 4.8vw, 19px); line-height: 1.42; }
  .question-lines .semantic-icon { top: 16px; left: 14px; width: 42px; height: 42px; font-size: 21px; }
  .story-sequence { gap: var(--space-group); }
  .story-chapter, .service-piece { gap: 34px; }
  .story-chapter img { height: clamp(380px, 60vw, 460px); max-height: none; }
  .service-piece img { height: 118vw; max-height: 620px; }
  .photo-quote { min-height: 540px; }
  .photo-quote blockquote p { font-size: var(--type-h1); }
  .journey-shell { padding-top: var(--space-section); }
  .journey-head { margin-bottom: var(--space-6); }
  .journey-nav { grid-template-columns: repeat(5, 144px); }
  .journey-nav button { min-height: 138px; padding: 17px; }
  .journey-panel figure img { height: 112vw; max-height: 520px; }
  .journey-copy h3 { font-size: var(--type-h2); }
  .journey-steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .principles-story figure img, .daily-observation figure img, .about-practice img, .login-photo img { height: 125vw; max-height: 620px; }
  .lived-photos { grid-template-columns: 1fr; }
  .lived-photos figure:first-child { grid-row: auto; }
  .lived-photos figure:first-child img, .lived-photos img { min-height: 0; height: 105vw; }
  .about-origin { grid-template-columns: 1fr; gap: 60px; }
  .about-origin-mark { max-width: none; }
  .login-list li { grid-template-columns: 42px 1fr; gap: 14px; padding: 18px; }
  .login-list .semantic-icon { width: 38px; height: 38px; font-size: 20px; }
  .founder-note blockquote p { font-size: var(--type-h1); }
  .contact-qr { grid-template-columns: 1fr; }
  .contact-qr img { width: 150px; }
  .contact-intake-card { padding: 28px 22px; border-radius: 20px; }
  .intake-hero { padding-top: 70px; }
  .intake-hero-copy h1 br { display: none; }
  .intake-hero figure img { height: 118vw; min-height: 0; max-height: 580px; }
  .intake-layout { padding: var(--space-section) var(--content-gutter); }
  .intake-form-card { padding: 34px 20px; border-radius: 21px; }
  .form-heading { margin-bottom: 44px; }
  .form-grid { grid-template-columns: 1fr; }
  .intake-form fieldset { padding-bottom: 40px; }
  .intake-form fieldset + fieldset { padding-top: 36px; }
  .upload-field { padding: 26px 18px; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .intake-bridge { width: calc(100vw - 24px); padding: 42px 22px; border-radius: 22px; }
  .intake-bridge-copy h2 br { display: none; }
  .intake-bridge-actions { align-items: flex-start; flex-direction: column; }
  .signed-entry { align-items: flex-start; flex-direction: column; }
  .footer-inner { padding-top: 64px; }
  .footer-nav { gap: 14px 18px; }
  .footer-sites { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  :root { --content-gutter: 15px; }
  .header-inner { gap: 14px; }
  .brand { width: 58px; }
  .menu-button { min-width: 92px; padding: 0 12px; }
  .photo-hero-caption { right: 15px; left: 15px; width: fit-content; max-width: calc(100vw - 30px); }
  .journey-nav { margin-right: -15px; margin-left: -15px; padding-right: 15px; padding-left: 15px; }
  .journey-steps li, .principles-list li, .about-practice-list li, .login-list li { padding: 17px; }
  .contact-intake-card, .intake-form-card { padding-right: 20px; padding-left: 20px; }
  .intake-bridge { width: calc(100vw - 20px); }
  .footer-inner, .footer-bottom { width: calc(100vw - 30px); }
}

@media (hover: hover) and (pointer: fine) {
  .story-chapter:hover .semantic-icon, .service-piece:hover .semantic-icon, .principles-list li:hover .semantic-icon, .daily-list li:hover .semantic-icon, .about-practice-list li:hover .semantic-icon, .intake-bridge-list li:hover .semantic-icon { transform: translateY(-3px) rotate(-2deg); box-shadow: 0 14px 28px rgba(38,32,25,.11), inset 0 1px 0 rgba(255,255,255,.92); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-ui-motion [data-reveal], .has-ui-motion [data-reveal-item] { opacity: 1 !important; transform: none !important; }
}
