:root {
  color-scheme: light;
  --bg: #f7f3ed;
  --paper: #faf8f4;
  --paper-strong: #fffdf9;
  --sand: #efe7dc;
  --ink: #1f1f1f;
  --ink-soft: #2b2724;
  --muted: #6f6860;
  --line: #d8c8b8;
  --accent: #8a5a44;
  --accent-2: #a66a4b;
  --accent-3: #c7a17a;
  --shadow: 0 28px 90px rgba(58, 45, 35, 0.12);
  --radius: 8px;
  --max: 1180px;
  --header: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 161, 122, 0.18), transparent 30%),
    linear-gradient(180deg, #faf8f4 0%, var(--bg) 42%, #efe7dc 100%);
  color: var(--ink);
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image: linear-gradient(rgba(31, 31, 31, 0.035) 1px, transparent 1px);
  background-size: 100% 18px;
}

body > *:not(.ambient-quotes):not(.scroll-portrait):not(.site-header):not(.cookie-notice) {
  position: relative;
  z-index: 1;
}

.ambient-quotes {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  color: rgba(138, 90, 68, 0.12);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 92px);
  line-height: 0.92;
  letter-spacing: 0;
}

.ambient-quotes span {
  position: absolute;
  display: block;
  max-width: min(760px, 48vw);
  transform: translate3d(0, var(--ambient-shift, 0px), 0);
  transition: transform 120ms linear;
  will-change: transform;
}

.scroll-portrait {
  position: fixed;
  top: 18vh;
  left: max(-140px, -7vw);
  z-index: 0;
  width: clamp(250px, 32vw, 500px);
  pointer-events: none;
  opacity: calc(0.03 + (var(--portrait-progress, 0) * 0.38));
  transform: translate3d(calc(-44px + (var(--portrait-progress, 0) * 58px)), 0, 0);
  filter: blur(calc(10px - (var(--portrait-progress, 0) * 9px)));
  mix-blend-mode: multiply;
  transition: opacity 140ms linear, filter 140ms linear, transform 140ms linear;
}

.scroll-portrait img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.9;
}

.ambient-quotes span:nth-child(n + 25) {
  max-width: min(980px, 58vw);
  font-size: 0.72em;
  line-height: 1.02;
}

.ambient-quotes span:nth-child(1) {
  top: 10vh;
  left: -3vw;
}

.ambient-quotes span:nth-child(2) {
  top: 32vh;
  right: -5vw;
}

.ambient-quotes span:nth-child(3) {
  top: 62vh;
  left: 8vw;
}

.ambient-quotes span:nth-child(4) {
  top: 88vh;
  right: 4vw;
}

.ambient-quotes span:nth-child(5) {
  top: 120vh;
  left: 0;
}

.ambient-quotes span:nth-child(6) {
  top: 150vh;
  right: -4vw;
}

.ambient-quotes span:nth-child(7) {
  top: 184vh;
  left: 12vw;
}

.ambient-quotes span:nth-child(8) {
  top: 220vh;
  right: 10vw;
}

.ambient-quotes span:nth-child(9) {
  top: 258vh;
  left: -2vw;
}

.ambient-quotes span:nth-child(10) {
  top: 292vh;
  right: -6vw;
}

.ambient-quotes span:nth-child(11) {
  top: 328vh;
  left: 6vw;
}

.ambient-quotes span:nth-child(12) {
  top: 362vh;
  right: 8vw;
}

.ambient-quotes span:nth-child(13) {
  top: 400vh;
  left: -4vw;
}

.ambient-quotes span:nth-child(14) {
  top: 438vh;
  right: -3vw;
}

.ambient-quotes span:nth-child(15) {
  top: 476vh;
  left: 10vw;
}

.ambient-quotes span:nth-child(16) {
  top: 514vh;
  right: 6vw;
}

.ambient-quotes span:nth-child(17) {
  top: 552vh;
  left: 2vw;
}

.ambient-quotes span:nth-child(18) {
  top: 590vh;
  right: -6vw;
}

.ambient-quotes span:nth-child(19) {
  top: 628vh;
  left: 14vw;
}

.ambient-quotes span:nth-child(20) {
  top: 666vh;
  right: 2vw;
}

.ambient-quotes span:nth-child(21) {
  top: 704vh;
  left: -2vw;
}

.ambient-quotes span:nth-child(22) {
  top: 742vh;
  right: 8vw;
}

.ambient-quotes span:nth-child(23) {
  top: 780vh;
  left: 8vw;
}

.ambient-quotes span:nth-child(24) {
  top: 818vh;
  right: -4vw;
}

.ambient-quotes span:nth-child(25) {
  top: 856vh;
  left: 4vw;
}

.ambient-quotes span:nth-child(26) {
  top: 894vh;
  right: -5vw;
}

.ambient-quotes span:nth-child(27) {
  top: 932vh;
  left: -3vw;
}

.ambient-quotes span:nth-child(28) {
  top: 970vh;
  right: 6vw;
}

.ambient-quotes span:nth-child(29) {
  top: 1008vh;
  left: 12vw;
}

.ambient-quotes span:nth-child(30) {
  top: 1046vh;
  right: -2vw;
}

.ambient-quotes span:nth-child(31) {
  top: 1084vh;
  left: 2vw;
}

.ambient-quotes span:nth-child(32) {
  top: 1122vh;
  right: 7vw;
}

.ambient-quotes span:nth-child(33) {
  top: 1160vh;
  left: -2vw;
}

.ambient-quotes span:nth-child(34) {
  top: 1198vh;
  right: -3vw;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 0 clamp(16px, 4vw, 48px);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.site-header.is-scrolled,
.menu-open .site-header {
  background: rgba(250, 248, 244, 0.9);
  border-color: rgba(216, 200, 184, 0.88);
  box-shadow: 0 14px 34px rgba(58, 45, 35, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(250, 248, 244, 0.66);
  font-size: 13px;
  font-weight: 800;
}

.brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a.is-active::after {
  transform: scaleX(1);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-action {
  min-height: 52px;
  padding: 0 26px;
  background: var(--accent);
  color: var(--paper-strong);
  box-shadow: 0 14px 42px rgba(58, 45, 35, 0.18);
}

.button-dark {
  background: var(--accent);
  color: var(--paper-strong);
}

.button-light {
  background: rgba(250, 248, 244, 0.78);
  color: var(--accent);
}

.header-action:hover,
.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-strong);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px) 0;
}

.hero {
  min-height: min(92svh, 860px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  padding-top: calc(var(--header) + 34px);
  padding-bottom: clamp(38px, 5vw, 68px);
}

.hero-copy {
  max-width: 780px;
}

.hero-name {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 520px;
  height: min(74vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(138, 90, 68, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-media::after,
.about-image::after,
.contact-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(31, 31, 31, 0.22));
  pointer-events: none;
}

.hero-media img {
  object-position: 50% 48%;
  transform: scale(1.02);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(56px, 8.4vw, 116px);
  overflow-wrap: anywhere;
}

h2 {
  max-width: 820px;
  font-size: clamp(46px, 7vw, 96px);
  overflow-wrap: anywhere;
}

h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 700;
}

p {
  margin: 0;
}

.role {
  margin-top: 22px;
  color: var(--accent);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

.tagline {
  margin-top: clamp(26px, 4vw, 44px);
  max-width: 720px;
  color: var(--ink-soft);
  font-size: clamp(23px, 2.6vw, 36px);
  line-height: 1.12;
}

.intro,
.lead,
.section-lead,
.contact-copy p,
.form-copy p,
.manifest-card p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
}

.intro {
  margin-top: 22px;
}

.actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.manifest-card,
.quote-band,
.approach,
.confidentiality {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.manifest-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(38px, 6vw, 72px);
  background: rgba(250, 248, 244, 0.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.manifest-card h2 {
  grid-row: span 2;
}

.manifest-card div {
  display: grid;
  gap: 18px;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(32px, 5vw, 62px);
}

.work-grid,
.value-grid,
.approach-grid,
.price-grid,
.stats-grid,
.quotes-grid,
.confidentiality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-card,
.value-card,
.approach-card,
.price-card,
.stat-card,
.quote-card,
.quiet-card {
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.72);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.work-card:hover,
.value-card:hover,
.approach-card:hover,
.price-card:hover,
.stat-card:hover,
.quote-card:hover,
.quiet-card:hover {
  transform: translateY(-4px);
  background: var(--paper-strong);
  border-color: rgba(138, 90, 68, 0.45);
}

.work-card,
.value-card,
.approach-card,
.quiet-card {
  display: grid;
  align-content: space-between;
  gap: 28px;
}

.quiet-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.work-card p,
.value-card p,
.approach-card p,
.quiet-card p,
.price-card p,
.stat-card p,
.quote-card p,
.timeline-item p,
.faq-answer {
  color: var(--muted);
}

.work-card {
  position: relative;
  display: block;
  min-height: auto;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper-strong);
  cursor: default;
}

.work-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, opacity 240ms ease, filter 240ms ease;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(250, 248, 244, 0.16), rgba(250, 248, 244, 0.76));
  transition: background 240ms ease, opacity 240ms ease;
}

.work-card-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
}

.work-card h3 {
  max-width: 95%;
  color: var(--ink);
  text-wrap: balance;
}

.work-card p {
  max-width: 36ch;
  color: var(--muted);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.work-card:hover,
.work-card:focus-visible {
  background: var(--paper-strong);
}

.work-card:hover .work-card-image,
.work-card:focus-visible .work-card-image,
.work-card.is-open .work-card-image {
  opacity: 0.76;
  filter: saturate(0.86);
  transform: scale(1.04);
}

.work-card:hover::after,
.work-card:focus-visible::after,
.work-card.is-open::after {
  background: linear-gradient(180deg, rgba(250, 248, 244, 0.34), rgba(250, 248, 244, 0.88));
}

.work-card:hover p,
.work-card:focus-visible p,
.work-card.is-open p {
  opacity: 1;
  transform: none;
}

.not-for-me {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) 1fr;
  gap: clamp(22px, 4vw, 54px);
  margin-top: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(239, 231, 220, 0.58);
}

.not-for-me h3 {
  color: var(--accent);
}

.not-for-me ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.not-for-me li {
  padding-left: 18px;
  border-left: 2px solid var(--accent-3);
}

.quiz-card {
  display: grid;
  gap: 22px;
  max-width: 920px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.76);
}

.quiz-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(216, 200, 184, 0.62);
}

.quiz-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width 180ms ease;
}

.quiz-count {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-card h3 {
  max-width: 780px;
  font-size: clamp(26px, 3vw, 42px);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quiz-option {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--ink-soft);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.quiz-option:hover,
.quiz-option.is-selected {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper-strong);
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quiz-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.quiz-result {
  display: grid;
  gap: 18px;
}

.quiz-result p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.quote-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.podcast-band {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 38px);
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.72);
}

.podcast-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  max-height: 210px;
}

.podcast-content { min-width: 0; }

.podcast-player {
  display: block;
  width: 100%;
  height: 235px !important;
  min-height: 235px !important;
  max-width: none;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.podcast-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.podcast-platforms a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(250, 248, 244, 0.74);
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.podcast-platforms a:hover,
.podcast-platforms a:focus-visible {
  background: #fff;
  border-color: var(--accent);
  transform: translateY(-1px);
}

.platform-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.platform-icon--youtube { border-radius: 6px; font-size: 10px; }
.platform-icon--all { font-size: 17px; }

.podcast-band .eyebrow { margin-bottom: 0; }
}

.podcast-band h2 {
  max-width: 720px;
  margin: 12px 0 14px;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
}

.podcast-band p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}

@media (max-width: 680px) {
  .podcast-band {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding: 24px 18px;
  }

  .podcast-band h2 {
    font-size: 42px;
  }

  .podcast-cover {
    max-width: 150px;
    width: 100%;
    margin-inline: auto;
  }

  .podcast-player {
    height: 235px !important;
    min-height: 235px !important;
  }

  .podcast-platforms a { font-size: 13px; padding: 7px 9px; }
}

.quote-band blockquote {
  max-width: 880px;
  color: var(--accent);
  font-size: clamp(50px, 8vw, 112px);
}

.quote-band p:last-child {
  margin-top: 18px;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
}

.stat-card {
  min-height: 230px;
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(199, 161, 122, 0.18);
}

.stat-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-value {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 0.9;
  font-weight: 700;
}

.stat-label {
  display: block;
  margin-top: 12px;
  color: var(--accent);
  font-weight: 800;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline-item {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.timeline-item:last-child {
  border-right: 0;
}

.timeline-num {
  color: var(--accent);
  font-weight: 800;
}

.timeline-item h3 {
  margin-top: 44px;
}

.timeline-item p {
  margin-top: 16px;
}

.meeting-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.meeting-facts article {
  min-height: 138px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.72);
}

.meeting-facts span,
.price-card span {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meeting-facts strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.18;
  font-weight: 700;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.price-card h3 {
  margin-top: 42px;
  font-size: clamp(28px, 3vw, 42px);
}

.price-card p {
  margin-top: 18px;
}

.price-card strong {
  display: block;
  margin-top: auto;
  padding-top: 30px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.9;
  font-weight: 700;
  white-space: nowrap;
}

.text-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--accent);
  font-weight: 800;
  transition: transform 180ms ease;
}

.about,
.contact,
.form-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 86px);
}

.about {
  padding-bottom: clamp(36px, 5vw, 72px);
}

.quotes {
  padding-top: clamp(42px, 5vw, 76px);
}

.about-image,
.contact-image {
  position: relative;
  min-height: 560px;
  height: min(72vh, 760px);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-copy,
.contact-copy,
.form-copy {
  display: grid;
  gap: 20px;
}

.contact-copy h2 {
  max-width: 680px;
  font-size: clamp(46px, 5.4vw, 76px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.about-copy p:not(.eyebrow),
.contact-copy p,
.form-copy p {
  color: var(--muted);
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(20px, 2vw, 28px);
}

.fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.fact-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(250, 248, 244, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.education-panel {
  display: grid;
  gap: 18px;
  margin-top: 10px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.66);
}

.education-panel .eyebrow {
  margin-bottom: 8px;
}

.education-panel h3 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.education-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.education-list article {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(216, 200, 184, 0.82);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.62);
}

.education-list strong {
  display: block;
  color: var(--accent);
  font-weight: 800;
}

.education-list p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.quote-card blockquote {
  color: var(--ink-soft);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.18;
}

.quote-card p {
  margin-top: 28px;
  font-size: 14px;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
}

.faq-question span:last-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  transition: transform 180ms ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  overflow: hidden;
  max-width: 760px;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 26px;
}

.faq-item.is-open .faq-question span:last-child {
  transform: rotate(45deg);
}

.form-section {
  align-items: start;
}

.form-frame {
  min-height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.78);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
}

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.84);
  color: var(--ink);
  font: inherit;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--accent);
  background: var(--paper-strong);
  box-shadow: 0 0 0 4px rgba(138, 90, 68, 0.1);
}

.form-wide,
.form-consent,
.form-submit {
  grid-column: 1 / -1;
}

.form-consent {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.form-submit span {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

.form-target {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.footer {
  display: grid;
  gap: 20px;
  padding: 32px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-disclaimer {
  display: grid;
  gap: 6px;
  max-width: 980px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(111, 104, 96, 0.82);
}

.footer-disclaimer p {
  margin: 0;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: min(520px, calc(100vw - 36px));
  padding: 18px 20px;
  border: 1px solid rgba(145, 93, 68, 0.35);
  border-radius: 16px;
  background: rgba(250, 248, 244, 0.98);
  box-shadow: 0 14px 36px rgba(77, 51, 37, 0.12);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Keep consent independent from document flow on every page and domain. */
.cookie-notice:not([hidden]) {
  position: fixed;
  inset-inline-start: auto;
  inset-inline-end: auto;
  right: 18px;
  bottom: 24px;
  left: auto;
  margin: 0;
  width: min(520px, calc(100vw - 36px));
  transform: translateY(20px);
}

.cookie-notice.is-visible { opacity: 1; transform: translateY(0); }

.cookie-notice[hidden] { display: none; }
.cookie-notice__copy { max-width: 480px; }
.cookie-notice__copy p { margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cookie-notice__copy a { color: var(--accent); font-size: 12px; }
.cookie-notice__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-notice__button {
  min-height: 40px;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--paper-strong);
  font: 800 13px/1 Manrope, Inter, system-ui, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.cookie-notice__button:hover {
  background: var(--accent-2);
  transform: translateY(-1px);
}

.legal-page {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: calc(var(--header) + 70px) 0 100px;
}

.legal-content {
  padding: clamp(30px, 6vw, 70px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 248, 244, 0.72);
}

.legal-content h1 {
  max-width: 100%;
  font-size: clamp(40px, 6vw, 76px);
  overflow-wrap: anywhere;
}

.legal-content h2 {
  margin-top: 46px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.legal-content p {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
  transition: opacity 620ms ease, transform 620ms ease, filter 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }

  .nav {
    position: fixed;
    top: var(--header);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(250, 248, 244, 0.96);
    box-shadow: var(--shadow);
  }

  .menu-open .nav {
    display: flex;
  }

  .nav a {
    padding: 14px;
  }

  .menu-toggle {
    display: block;
  }

  .work-grid,
  .value-grid,
  .approach-grid,
  .price-grid,
  .stats-grid,
  .quotes-grid,
  .confidentiality-grid,
  .meeting-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-item:nth-child(2) {
    border-right: 0;
  }

  .timeline-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 900px) {
  .hero,
  .about,
  .contact,
  .form-section,
  .manifest-card {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 460px;
  }
}

@media (hover: none) {
  .work-card-image {
    opacity: 0.88;
    filter: saturate(0.95);
  }

  .work-card::after {
    background: linear-gradient(180deg, rgba(250, 248, 244, 0.12), rgba(250, 248, 244, 0.54));
  }
}

@media (max-width: 680px) {
  .cookie-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    width: calc(100vw - 24px);
    padding: 16px;
    border-radius: 14px;
  }

  .cookie-notice:not([hidden]) {
    inset-inline-start: 12px;
    inset-inline-end: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    transform: none;
  }

  .cookie-notice__actions {
    display: flex;
    justify-content: flex-end;
  }

  .cookie-notice__button {
    width: 100%;
    padding-inline: 8px;
  }

  :root {
    --header: 66px;
  }

  .site-header {
    padding: 0 14px;
    gap: 10px;
  }

  .brand-lockup {
    gap: 8px;
    font-size: 12px;
  }

  .brand-lockup span {
    max-width: 116px;
    white-space: normal;
    line-height: 1.12;
  }

  .header-action {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .section {
    width: min(100% - 28px, var(--max));
    padding: 32px 0;
  }

  .section-heading {
    gap: 10px;
    margin-bottom: 22px;
  }

  .ambient-quotes {
    display: block;
    color: rgba(138, 90, 68, 0.105);
    font-size: clamp(34px, 13vw, 58px);
    line-height: 0.98;
  }

  .scroll-portrait {
    top: 24vh;
    left: -132px;
    width: 330px;
    opacity: calc(0.18 + (var(--portrait-progress, 0) * 0.58));
    filter: blur(calc(4px - (var(--portrait-progress, 0) * 3px)));
  }

  .ambient-quotes span,
  .ambient-quotes span:nth-child(n + 25) {
    max-width: 86vw;
  }

  .ambient-quotes span:nth-child(even) {
    right: -18vw;
  }

  .ambient-quotes span:nth-child(odd) {
    left: -14vw;
  }

  h1 {
    font-size: clamp(58px, 18vw, 88px);
  }

  h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .confidentiality h2 {
    font-size: clamp(36px, 10.4vw, 48px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header) + 22px);
  }

  .hero-media,
  .about-image,
  .contact-image {
    min-height: 420px;
    height: 62vh;
  }

  .tagline {
    font-size: clamp(25px, 8vw, 36px);
  }

  .actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .work-grid,
  .price-grid,
  .quiz-options,
  .quotes-grid,
  .confidentiality-grid,
  .education-list {
    grid-template-columns: 1fr;
  }

  .approach-grid,
  .meeting-facts,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .value-card {
    min-height: 220px;
    padding: 18px;
    gap: 14px;
  }

  .value-card h3 {
    font-size: 20px;
    line-height: 1.12;
  }

  .value-card p {
    font-size: 14px;
    line-height: 1.4;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stat-card {
    min-height: 146px;
    padding: 16px 14px;
    gap: 12px;
  }

  .stat-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }

  .stat-value {
    font-size: clamp(36px, 13vw, 52px);
  }

  .stat-label {
    font-size: 13px;
    line-height: 1.15;
  }

  .stat-card p {
    font-size: 12px;
    line-height: 1.3;
  }

  .work-card-image {
    opacity: 0.9;
    filter: saturate(0.95);
  }

  .work-card::after {
    background: linear-gradient(180deg, rgba(250, 248, 244, 0.1), rgba(250, 248, 244, 0.56));
  }

  .work-card.is-open::after,
  .work-card:focus-visible::after {
    background: linear-gradient(180deg, rgba(250, 248, 244, 0.28), rgba(250, 248, 244, 0.86));
  }

  .work-card.is-open .work-card-image,
  .work-card:focus-visible .work-card-image {
    opacity: 0.82;
    filter: saturate(0.9);
  }

  .work-card p {
    opacity: 0;
    transform: translateY(10px);
  }

  .work-card.is-open p,
  .work-card:focus-visible p {
    opacity: 1;
    transform: none;
  }

  .not-for-me,
  .quote-band {
    grid-template-columns: 1fr;
  }

  .approach {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .approach .section-heading,
  .process .section-heading,
  .price .section-heading {
    margin-bottom: 16px;
  }

  .approach h2,
  .process h2,
  .price h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }

  .approach-card {
    min-height: 154px;
    padding: 15px;
    gap: 12px;
  }

  .approach-card h3 {
    font-size: 17px;
    line-height: 1.14;
  }

  .approach-card p {
    font-size: 12px;
    line-height: 1.34;
  }

  .process {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .timeline {
    border: 0;
  }

  .timeline-item {
    min-height: 136px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(250, 248, 244, 0.68);
  }

  .timeline-item h3 {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.14;
  }

  .timeline-item p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.34;
  }

  .meeting-facts {
    margin-top: 8px;
  }

  .meeting-facts article {
    min-height: 96px;
    padding: 13px;
  }

  .meeting-facts span {
    font-size: 10px;
  }

  .meeting-facts strong {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.28;
  }

  .price {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .price-grid {
    gap: 10px;
  }

  .price-card {
    min-height: auto;
    padding: 16px;
  }

  .price-card h3 {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.08;
  }

  .price-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.36;
  }

  .price-card strong {
    padding-top: 12px;
    font-size: 44px;
  }

  .price-card .text-link {
    margin-top: 12px;
  }

  .quote-band blockquote {
    font-size: clamp(46px, 14vw, 68px);
  }

  .about {
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 18px;
  }

  .about-image {
    min-height: 240px;
    height: 34vh;
  }

  .education-panel {
    gap: 10px;
    margin-top: 0;
    padding: 14px;
  }

  .education-panel .eyebrow {
    margin-bottom: 4px;
  }

  .education-panel h3 {
    font-size: 21px;
  }

  .education-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .education-list article {
    min-height: 98px;
    padding: 10px;
  }

  .education-list strong {
    font-size: 12px;
    line-height: 1.22;
  }

  .education-list p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.28;
  }

  .education-panel .text-link {
    margin-top: 8px;
  }

  .confidentiality {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .confidentiality h2 {
    font-size: clamp(34px, 9.2vw, 44px);
  }

  .confidentiality-grid {
    gap: 10px;
  }

  .confidentiality .quiet-card {
    min-height: auto;
    padding: 22px;
    gap: 0;
  }

  .confidentiality .quiet-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .form-frame {
    min-height: auto;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .form-target {
    width: 1px;
    height: 1px;
  }

  .footer {
    display: grid;
  }
}

@media (max-width: 360px) {
  .brand,
  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: 54px;
  }

  .value-card,
  .approach-card,
  .price-card,
  .stat-card,
  .quote-card,
  .quiet-card {
    padding: 22px;
  }
}
