:root {
  --rust: #b8442a;
  --rust-soft: #c9583c;
  --ink: #2b2620;
  --ink-soft: #57534d;
  --deep: #4a3f34;
  --deep-2: #5c4f42;
  --muted: #8c857c;
  --cream: #faf7f2;
  --cream-2: #f3ede4;
  --line: #e7ded2;
  --white: #ffffff;
  --shadow: 0 18px 50px -22px rgba(64, 44, 30, 0.35);
  --radius: 18px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1140px, 92vw); margin: 0 auto; }

.accent { color: var(--rust); }
.eyebrow {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--rust);
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--rust); display: inline-block; }

/* NAV */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
header.scrolled { border-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.02em; }
.logo span { color: var(--rust); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--rust); }
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--rust); color: var(--white);
  padding: 0.72rem 1.4rem; border-radius: 100px;
  font-weight: 600; font-size: 0.92rem;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 8px 20px -10px rgba(184, 68, 42, 0.7);
}
.btn:hover { background: var(--rust-soft); transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(184, 68, 42, 0.8); }
.nav-links a.btn { color: var(--white); }
.btn-ghost {
  background: transparent; color: var(--ink); border: 1.5px solid var(--line);
  box-shadow: none;
}
.btn-ghost:hover { background: var(--white); border-color: var(--rust); color: var(--rust); box-shadow: none; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.5rem; color: var(--ink); }

/* NAV DROPDOWN */
.nav-item { position: relative; }
.nav-parent { display: inline-flex; align-items: center; gap: 0.35rem; cursor: pointer; }
.chev { transition: transform .25s; }
.nav-item:hover .chev { transform: rotate(180deg); }
.nav-item.has-dropdown::after { content: ""; position: absolute; top: 100%; left: -12px; right: -12px; height: 16px; }
.dropdown {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
  padding: 0.55rem; min-width: 252px; display: flex; flex-direction: column; gap: 0.1rem;
  opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease; z-index: 60;
}
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a { padding: 0.6rem 0.9rem; border-radius: 9px; font-size: 0.9rem; font-weight: 500; color: var(--ink-soft); white-space: nowrap; }
.dropdown a:hover { background: var(--cream-2); color: var(--rust); }
.dropdown .dd-top { font-weight: 600; color: var(--ink); }
.dropdown .dd-sub { padding-left: 2rem; }

:target { scroll-margin-top: 92px; }

/* HERO */
.hero { padding: 5.5rem 0 4rem; position: relative; overflow: hidden; }
.hero::before, .page-hero::before {
  content: ""; position: absolute; top: -220px; right: -180px;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(184,68,42,0.10), rgba(184,68,42,0) 68%);
  z-index: 0;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3.5rem; align-items: center; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(1.55rem, 3.1vw, 2.35rem); margin: 1.1rem 0 1.1rem; }
.hero p.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 40ch; margin-bottom: 2rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-portrait {
  position: relative; aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  background: linear-gradient(150deg, #d9c5b0, #b8442a 130%);
  box-shadow: var(--shadow);
}
.hero-portrait .initials {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 6rem; color: rgba(255,255,255,0.9); font-weight: 600;
}
.hero-portrait .tag {
  position: absolute; bottom: 1.1rem; left: 1.1rem; right: 1.1rem;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(6px);
  border-radius: 12px; padding: 0.8rem 1rem; font-size: 0.82rem; color: var(--ink-soft);
}
.hero-portrait .tag strong { display: block; color: var(--ink); font-size: 0.95rem; font-family: var(--serif); }

/* PAGE HERO (sub-pages) */
.page-hero { padding: 4.5rem 0 3rem; position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); margin: 1.2rem 0 1.1rem; max-width: 18ch; }
.page-hero p { font-size: 1.15rem; color: var(--ink-soft); max-width: 52ch; }

/* STATS */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 3.5rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 1.9rem 1rem; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat .num { font-family: var(--serif); font-size: 2.3rem; color: var(--rust); font-weight: 600; }
.stat .label { font-size: 0.9rem; color: var(--ink-soft); }

/* SECTIONS */
section { padding: 5.5rem 0; }
.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin: 1rem 0 0.9rem; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center .eyebrow { justify-content: center; }
.section-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--rust); font-weight: 600; font-size: .95rem; margin-top: 2rem; }
.section-link:hover { gap: .7rem; }

/* SERVICES (teaser cards) */
.services { background: var(--white); padding: 2.4rem 0 2.8rem; }
.services .section-head { margin-bottom: 1.3rem; max-width: 720px; }
.services .section-head h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 0.55rem 0 0.55rem; }
.services .section-head p { font-size: 0.92rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); grid-auto-flow: column; gap: 0.9rem; }
.card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem 1.35rem; transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(184,68,42,0.10); color: var(--rust); margin-bottom: 1.3rem;
}
.card-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.7rem; }
.card .icon { width: 38px; height: 38px; border-radius: 10px; margin-bottom: 0; flex-shrink: 0; }
.card .icon svg { width: 20px; height: 20px; }
.card h3 { font-size: 1.1rem; margin-bottom: 0; }
.card p { color: var(--ink-soft); font-size: 0.86rem; line-height: 1.45; flex-grow: 1; }
.card .who { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-top: 0; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-top: 0.85rem; }
.card-more { color: var(--rust); font-weight: 700; font-size: 0.72rem; white-space: nowrap; display: inline-flex; align-items: center; gap: 0.25rem; transition: gap .2s; }
a.card:hover .card-more { gap: 0.5rem; }

/* OFFER PAGE (two columns: individual+retreats | team+change) */
.offer-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; align-items: start; }
.offer-col { display: grid; gap: 1.8rem; align-content: start; }
.col-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rust); padding-bottom: 0.3rem; border-bottom: 2px solid var(--line); }
.offer-block { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem; transition: box-shadow .25s, transform .25s; }
.offer-block:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.offer-block h3 { font-size: 1.5rem; margin-bottom: 0.4rem; }
.offer-block .sub { color: var(--muted); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.9rem; }
.offer-block > p { color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 1.2rem; }
.offer-block .price { font-family: var(--serif); color: var(--rust); font-size: 1.55rem; font-weight: 600; margin-bottom: 1.1rem; }
.offer-block .price small { color: var(--muted); font-family: var(--sans); font-size: 0.82rem; font-weight: 500; }

/* RETREAT */
.retreat { background: var(--cream-2); }
.retreat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.pull { font-family: var(--serif); font-size: 1.5rem; line-height: 1.35; color: var(--ink); border-left: 3px solid var(--rust); padding-left: 1.3rem; margin-bottom: 1.6rem; font-weight: 500; }
.pull cite { display: block; font-size: 0.92rem; font-style: normal; color: var(--rust); margin-top: 0.7rem; font-family: var(--sans); font-weight: 600; }
.retreat p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.retreat .note { font-size: 0.95rem; padding: 1.15rem 1.3rem; background: var(--white); border-radius: 12px; border: 1px solid var(--line); margin-top: 1.4rem; }
.retreat-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.4rem; box-shadow: var(--shadow); }
.retreat-card h3 { font-size: 1.5rem; margin-bottom: 1.4rem; }
ul.check { list-style: none; display: grid; gap: 1rem; margin-bottom: 1.9rem; }
ul.check li { position: relative; padding-left: 1.9rem; color: var(--ink-soft); font-size: 0.98rem; }
ul.check li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--rust); font-weight: 700; }

/* METHODS: 7 LEVELS TABLE */
.table-wrap { overflow-x: auto; }
.levels { width: 100%; border-collapse: collapse; min-width: 540px; }
.levels th { text-align: left; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 700; padding: 0 1.1rem 0.7rem; border-bottom: 2px solid var(--line); }
.levels td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.levels tr:hover td { background: var(--cream-2); }
.levels .lvl { width: 38%; }
.levels .lvl strong { font-family: var(--serif); font-size: 1.05rem; color: var(--rust); font-weight: 600; display: block; }
.levels .lvl span { font-size: 0.85rem; color: var(--muted); }
.levels .says { color: var(--ink-soft); font-style: italic; }

/* METHODS: CHART */
.chart-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.chart-fig { margin: 0; }
.chart-fig a { display: block; }
.chart-fig img { width: 100%; height: auto; display: block; border-radius: var(--radius); transition: transform .3s; }
.chart-fig a:hover img { transform: scale(1.02); }
.chart-fig figcaption { font-size: 0.82rem; color: var(--muted); margin-top: 0.9rem; line-height: 1.5; }

/* METHODS: TOOLS */
.tool { padding: 1.9rem 0; border-top: 1px solid var(--line); }
.tool:first-child { border-top: none; padding-top: 0.5rem; }
.tool h3 { font-size: 1.3rem; margin-bottom: 0.25rem; }
.tool .tool-tag { color: var(--rust); font-family: var(--serif); font-style: italic; font-size: 1.08rem; margin-bottom: 0.7rem; }
.tool p.desc { color: var(--ink-soft); max-width: 72ch; }

/* EVIDENCE REVIEW CARDS */
.evidence { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 2.1rem; margin-bottom: 1.4rem; }
.ev-cite { font-size: 0.82rem; color: var(--muted); margin-bottom: 0.45rem; }
.ev-cite em { color: var(--rust); font-style: normal; font-weight: 600; }
.evidence h3 { font-size: 1.2rem; line-height: 1.32; margin-bottom: 1.3rem; }
.ev-block { margin-bottom: 1.15rem; }
.ev-block h4 { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); font-weight: 700; margin-bottom: 0.4rem; }
.ev-block p { color: var(--ink-soft); font-size: 0.96rem; }
.evidence .go { color: var(--rust); font-weight: 600; font-size: 0.9rem; display: inline-flex; gap: 0.3rem; transition: gap .2s; }
.evidence .go:hover { gap: 0.55rem; }

/* RESEARCH / PRESS */
.refs { list-style: none; }
.refs li { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.refs li:last-child { border-bottom: none; }
.refs cite { font-style: normal; color: var(--ink); font-weight: 600; }
.refs a { color: var(--rust); font-weight: 600; white-space: nowrap; }
.refs a:hover { text-decoration: underline; }
.press-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; }
.press-link { display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; transition: transform .25s, box-shadow .25s, border-color .25s; }
.press-link:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.press-link .src { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); }
.press-link h3 { font-size: 1.2rem; margin: 0.5rem 0 0.9rem; }
.press-link .go { color: var(--rust); font-weight: 600; font-size: 0.9rem; display: inline-flex; gap: 0.3rem; transition: gap .2s; }
.press-link:hover .go { gap: 0.55rem; }

/* REFLECTION QUESTIONS */
ol.reflect-list { list-style: none; counter-reset: r; display: grid; gap: 1.2rem; margin: 0; }
ol.reflect-list li { counter-increment: r; position: relative; padding-left: 2.4rem; font-family: var(--serif); font-size: 1.05rem; line-height: 1.45; color: var(--ink); font-weight: 500; }
ol.reflect-list li::before { content: counter(r); position: absolute; left: 0; top: 0.1rem; width: 1.6rem; height: 1.6rem; border-radius: 50%; background: rgba(184,68,42,0.12); color: var(--rust); font-family: var(--sans); font-weight: 700; font-size: 0.82rem; display: grid; place-items: center; }

/* APPROACH (who it's for) */
.approach-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2.5rem; }
.approach-item { display: flex; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid var(--line); }
.approach-item .mark { color: var(--rust); font-family: var(--serif); font-size: 1.4rem; font-weight: 600; line-height: 1; }
.approach-item h4 { font-size: 1.12rem; margin-bottom: 0.3rem; }
.approach-item p { color: var(--ink-soft); font-size: 0.96rem; }

/* ABOUT */
.about { background: var(--cream-2); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; align-items: center; }
.about-portrait {
  aspect-ratio: 1/1; border-radius: 22px; overflow: hidden; position: relative;
  background: linear-gradient(150deg, #cbb6a0, #8c4a35);
  box-shadow: var(--shadow);
}
.about-portrait .initials { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-size: 5rem; color: rgba(255,255,255,0.9); }
.about h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin: 0.9rem 0 1.2rem; }
.about p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.creds { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.4rem 0; }
.creds span { font-size: 0.82rem; background: var(--white); border: 1px solid var(--line); padding: 0.4rem 0.9rem; border-radius: 100px; color: var(--ink-soft); }

/* VALUES */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.value { padding: 1.9rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.value h4 { font-size: 1.18rem; margin-bottom: 0.5rem; }
.value p { color: var(--ink-soft); font-size: 0.96rem; }

/* TIMELINE */
.timeline { max-width: 780px; }
.tl-item { position: relative; padding: 0 0 2.1rem 2rem; border-left: 2px solid var(--line); }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -7px; top: 3px; width: 12px; height: 12px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 4px var(--cream); }
.tl-item .year { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--rust); }
.tl-item h4 { font-size: 1.15rem; margin: 0.25rem 0 0.35rem; }
.tl-item p { color: var(--ink-soft); font-size: 0.95rem; }

/* INSPIRE BANNER (sunset quote) */
.inspire {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  padding: 7rem 0 8.5rem;
  background: linear-gradient(180deg, #4d5766 0%, #524c53 26%, #7d4b3a 54%, #b8442a 72%, #e89a3f 100%);
}
.inspire::before {
  content: ""; position: absolute; right: 9%; bottom: 20%;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,228,158,0.95), rgba(255,185,90,0.45) 45%, rgba(255,185,90,0) 72%);
  filter: blur(2px); z-index: 1;
}
.inspire .wrap { position: relative; z-index: 3; }
.inspire blockquote {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.9rem, 4.6vw, 3.3rem); line-height: 1.18;
  max-width: 18ch; margin: 0 auto 1.7rem;
  text-shadow: 0 2px 24px rgba(0,0,0,0.28);
}
.inspire .author {
  display: inline-block; font-family: var(--serif); font-size: 1.1rem; color: #fff;
  background: rgba(184,68,42,0.78); padding: 0.4rem 1.2rem; border-radius: 6px;
}
.inspire .mountains { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: auto; z-index: 2; display: block; }

/* TESTIMONIALS CAROUSEL */
.testimonials { background: var(--cream-2); }
.carousel { display: flex; align-items: center; gap: 1.2rem; max-width: 880px; margin: 0 auto; }
.car-viewport { overflow: hidden; flex: 1; }
.car-track { display: flex; transition: transform .7s cubic-bezier(.6,.05,.15,1); }
.car-slide { min-width: 100%; padding: 0.5rem 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; }
.car-mark { font-family: var(--serif); font-size: 3.5rem; line-height: 0.5; color: var(--rust); opacity: 0.35; margin-bottom: 1rem; height: 1.4rem; }
.car-slide blockquote { font-family: var(--serif); font-size: clamp(1.15rem, 2.3vw, 1.55rem); line-height: 1.5; color: var(--ink); font-weight: 500; margin-bottom: 1.6rem; max-width: 42ch; }
.car-slide figcaption { display: flex; flex-direction: column; gap: 0.15rem; }
.car-slide .name { color: var(--rust); font-weight: 700; font-size: 1rem; }
.car-slide .role { color: var(--muted); font-size: 0.85rem; }
.car-arrow { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; transition: border-color .2s, color .2s, background .2s; display: grid; place-items: center; }
.car-arrow:hover { border-color: var(--rust); color: var(--rust); }
.car-dots { display: flex; justify-content: center; gap: 0.55rem; margin-top: 2.2rem; }
.car-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); border: none; cursor: pointer; padding: 0; transition: background .25s, width .25s; }
.car-dot.active { background: var(--rust); width: 26px; border-radius: 5px; }

/* QUOTE */
.quote-band { background: var(--deep); color: var(--cream); text-align: center; }
.quote-band blockquote { font-family: var(--serif); font-size: clamp(1.5rem, 3.2vw, 2.3rem); line-height: 1.35; max-width: 22ch; margin: 0 auto 1.6rem; font-weight: 500; }
.quote-band .who { color: var(--rust-soft); font-weight: 600; letter-spacing: 0.02em; }
.quote-band .who::before { content: "— "; }

/* CTA BAND */
.cta-band { background: linear-gradient(155deg, var(--deep), var(--deep-2)); color: var(--cream); text-align: center; }
.cta-band h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--white); margin-bottom: 1rem; }
.cta-band p { color: rgba(250,247,242,0.78); max-width: 46ch; margin: 0 auto 2rem; }

/* ENTRY POINTS */
.entry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.entry-card {
  border-radius: var(--radius); padding: 2.6rem; position: relative; overflow: hidden;
  border: 1px solid var(--line);
}
.entry-card.a { background: var(--white); }
.entry-card.b { background: linear-gradient(155deg, var(--deep), var(--deep-2)); color: var(--cream); border-color: transparent; }
.entry-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; }
.entry-card.b h3 { color: var(--white); }
.entry-card p { color: var(--ink-soft); margin-bottom: 1.6rem; }
.entry-card.b p { color: rgba(250,247,242,0.75); }
.entry-card .btn-ghost { color: inherit; border-color: rgba(255,255,255,0.25); }
.entry-card.a .btn-ghost { color: var(--ink); border-color: var(--line); }

/* CONTACT */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
form { display: grid; gap: 1.1rem; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.85rem 1rem; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 0.95rem; background: var(--cream); color: var(--ink); transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rust); background: var(--white); }
.field textarea { resize: vertical; min-height: 120px; }
.info-item { padding: 1.15rem 0; border-top: 1px solid var(--line); }
.info-item h4 { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.3rem; }
.info-item p { color: var(--ink-soft); font-size: 0.98rem; }

/* FAQ */
.faq { background: var(--cream-2); }
.faq-list { max-width: 820px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); padding: 1.3rem 0; }
summary { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--rust); font-size: 1.5rem; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--ink-soft); margin-top: 0.9rem; font-size: 0.98rem; }

/* FOOTER */
footer { background: var(--deep); color: rgba(250,247,242,0.72); padding: 3.5rem 0 2rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-top .logo { color: var(--cream); font-size: 1.5rem; }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a { color: rgba(250,247,242,0.7); font-size: 0.92rem; transition: color .2s; }
.footer-links a:hover { color: var(--rust-soft); }
.footer-bottom { padding-top: 1.6rem; font-size: 0.85rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid, .about-grid, .contact-grid, .retreat-grid, .offer-columns, .chart-split { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-portrait { max-width: 380px; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: auto; grid-auto-flow: row; }
  .approach-grid, .entry-grid, .values-grid, .press-grid { grid-template-columns: 1fr; }
  .car-slide { padding: 0.5rem 0.25rem; }
  .car-arrow { width: 38px; height: 38px; font-size: 1.3rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--cream); padding: 1.5rem 6vw; gap: 1.2rem; border-bottom: 1px solid var(--line);
    align-items: flex-start;
  }
  .nav-item { width: 100%; }
  .nav-parent { width: 100%; }
  .nav-item.has-dropdown::after { display: none; }
  .chev { display: none; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: none; background: transparent; padding: 0.5rem 0 0 0.9rem; min-width: 0; gap: 0.4rem;
  }
  .dropdown a { padding: 0.1rem 0; }
  .dropdown .dd-sub { padding-left: 1rem; }
}
@media (max-width: 560px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
  section { padding: 4rem 0; }
  .entry-card { padding: 2rem; }
}
