@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;600&family=Instrument+Sans:wght@400;500;600&display=swap');

:root {
  --olive: #373815;
  --olive-dark: #20210e;
  --pink: #c56170;
  --rose: #9f595a;
  --ivory: #f2ebdd;
  --ink: #18180f;
  --hairline: rgba(242, 235, 221, 0.28);
  --max: 1380px;
  --copy: 66ch;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body { max-width: 100%; overflow-x: clip; }
figure { margin: 0; }
body {
  margin: 0;
  background: var(--olive);
  color: var(--ivory);
  font-family: 'Alegreya Sans', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(55, 56, 21, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(242,235,221,.18);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: .85rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  text-decoration: none;
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  letter-spacing: .055em;
  font-size: 1.15rem;
  white-space: nowrap;
}
.desktop-nav { display: none; gap: 1.1rem; align-items: center; }
.desktop-nav a,
.mobile-menu a {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: .72rem;
  letter-spacing: .095em;
  text-transform: uppercase;
  text-decoration: none;
}
.desktop-nav a:hover,
.mobile-menu a:hover { color: var(--pink); }
.intake-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .7rem 1rem;
  background: var(--pink);
  color: var(--olive-dark);
  text-decoration: none;
  font: 600 .72rem/1 'Instrument Sans', system-ui, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.menu-button {
  width: 44px; height: 44px;
  border: 1px solid var(--hairline);
  color: var(--ivory);
  background: transparent;
  font-size: 1.15rem;
}
.mobile-menu {
  display: none;
  border-top: 1px solid rgba(242,235,221,.14);
  padding: .5rem var(--pad) 1.2rem;
}
.mobile-menu.open { display: grid; gap: .9rem; }

.home-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 8rem) var(--pad) clamp(4.5rem, 9vw, 9rem);
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}
.eyebrow {
  margin: 0 0 1.1rem;
  font: 500 .72rem/1.3 'Instrument Sans', system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--pink);
}
.hero-title {
  margin: 0;
  max-width: 9ch;
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  font-weight: 700;
  font-size: clamp(3.6rem, 6.4vw, 6.5rem);
  line-height: .83;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.hero-title .pink { color: var(--pink); }
.hero-image-frame {
  align-self: center;
  background: var(--olive-dark);
}
.hero-image-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-note { display: none; }

.truth-section {
  background: var(--ivory);
  color: var(--ink);
  padding: clamp(4.5rem, 10vw, 10rem) var(--pad);
}
.truth-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 7vw, 8rem);
}
.truth-kicker {
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  color: var(--olive);
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .92;
  max-width: 11ch;
}
.truth-copy {
  max-width: var(--copy);
  font-size: clamp(1.22rem, 1.65vw, 1.55rem);
  line-height: 1.5;
}
.truth-copy p { margin: 0 0 1.2rem; }
.truth-copy .fragment {
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  text-transform: uppercase;
  color: var(--rose);
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  line-height: 1.02;
  margin: 2.2rem 0;
}

.sovereignty-section {
  padding: clamp(5rem, 10vw, 10rem) var(--pad);
  border-top: 1px solid rgba(242,235,221,.15);
}
.sovereignty-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
}
.sovereignty-lead {
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 5.8rem);
  line-height: .94;
  text-transform: uppercase;
  margin: 0;
  max-width: 13ch;
}
.sovereignty-copy {
  max-width: var(--copy);
  font-size: clamp(1.15rem, 1.4vw, 1.4rem);
}
.sovereignty-copy p { margin: 0 0 1rem; }
.pink-rule {
  width: min(160px, 30vw);
  height: 3px;
  background: var(--pink);
  margin: 2.2rem 0;
}

.home-close {
  background: var(--olive-dark);
  padding: clamp(5rem, 10vw, 9rem) var(--pad);
  text-align: center;
}
.home-close-inner { max-width: 900px; margin: 0 auto; }
.close-line {
  margin: 0 auto 2rem;
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: .92;
}
.close-line span { color: var(--pink); }
.primary-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.4rem;
  border: 1px solid var(--pink);
  color: var(--pink);
  text-decoration: none;
  font: 600 .8rem/1 'Instrument Sans', system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.primary-cta:hover { background: var(--pink); color: var(--olive-dark); }

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.5rem var(--pad) 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(242,235,221,.55);
  font-size: .82rem;
  border-top: 1px solid rgba(242,235,221,.12);
}

@media (min-width: 900px) {
  .menu-button { display: none; }
  .desktop-nav { display: flex; }
  .home-hero { grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); }
  .truth-inner { grid-template-columns: .72fr 1.28fr; align-items: start; }
  .sovereignty-inner { grid-template-columns: 1.02fr .98fr; align-items: start; }
}

@media (max-width: 899px) {
  .nav-inner { align-items: center; }
  .brand { font-size: 1rem; }
  .nav-inner > .intake-link { display: none; }
  .home-hero { padding-top: 3rem; }
  .hero-title { font-size: clamp(2.6rem, 11.5vw, 3.2rem); max-width: 100%; }
  .hero-image-frame { order: initial; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ---------- Approved Home visual system rolled across inner pages ---------- */
.inner-page {
  background: var(--ivory);
  color: var(--ink);
}
.inner-page .site-nav { color: var(--ivory); }
.page-main { padding: 0; }
.page-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) var(--pad) clamp(6rem, 10vw, 10rem);
}
.page-title {
  margin: 0 0 1rem;
  max-width: 12ch;
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  line-height: .86;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--olive);
}
.page-subtitle {
  margin: 0 0 clamp(4rem, 8vw, 8rem);
  font: 500 clamp(1rem, 1.6vw, 1.45rem)/1.25 'Instrument Sans', system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pink);
}
.page-copy,
.page-intro,
.content-section {
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.58;
}
.page-copy > p,
.page-intro > p,
.content-section > p,
.content-section > ol,
.content-section > ul,
.content-section > div:not(.price-card) {
  max-width: var(--copy);
}
.page-copy > p { margin: 0 0 1.25rem; }
.page-intro {
  max-width: var(--copy);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}
.content-section {
  position: relative;
  padding: clamp(3.75rem, 7vw, 7rem) 0;
  border-top: 1px solid rgba(55,56,21,.22);
}
.section-title {
  margin: 0 0 2rem;
  max-width: 13ch;
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  font-size: clamp(2.1rem, 4.5vw, 4.5rem);
  line-height: .92;
  text-transform: uppercase;
  color: var(--olive);
}
.mini-title {
  margin: 2.2rem 0 .8rem;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: .82rem;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rose);
}
.editorial-break {
  margin: clamp(4rem, 8vw, 8rem) 0;
  background: var(--olive-dark);
}
.editorial-break.wide { width: min(100%, 1120px); }
.editorial-break.portrait { width: min(78%, 720px); margin-left: auto; }
.editorial-break.manifesto { width: min(88%, 760px); margin-left: auto; margin-right: auto; }
.editorial-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}
.page-biography .page-container,
.page-education .page-container,
.page-sub .page-container { background: var(--ivory); }
.page-biography .biography-copy { max-width: 920px; }
.page-biography .biography-copy > p:nth-of-type(4n+1) { color: var(--olive); }

/* Holistic + Deep are the darker thesis chapters. */
.page-holistic,
.page-deep { background: var(--olive); color: var(--ivory); }
.page-holistic .page-title,
.page-deep .page-title { color: var(--pink); }
.page-holistic .content-section,
.page-deep .content-section { border-color: rgba(242,235,221,.2); }
.page-holistic .section-title,
.page-deep .section-title { color: var(--pink); }
.page-holistic .page-copy > p,
.page-deep .page-copy > p { color: var(--ivory); }
.page-holistic .editorial-break,
.page-deep .editorial-break { background: var(--olive-dark); }
.page-holistic .content-section:nth-of-type(even),
.page-deep .content-section:nth-of-type(even) {
  background: var(--olive-dark);
  box-shadow: 0 0 0 100vmax var(--olive-dark);
  clip-path: inset(0 -100vmax);
}

/* Experiences alternates editorial fields instead of card grids. */
.page-experiences .content-section:nth-of-type(even) {
  background: rgba(55,56,21,.06);
  box-shadow: 0 0 0 100vmax rgba(55,56,21,.06);
  clip-path: inset(0 -100vmax);
}
.page-experiences .taxonomy-section {
  background: var(--olive);
  color: var(--ivory);
  box-shadow: 0 0 0 100vmax var(--olive);
  clip-path: inset(0 -100vmax);
}
.page-experiences .taxonomy-section > div {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .8rem 2rem;
  max-width: 1100px !important;
}
.page-experiences .taxonomy-section p { margin: 0; padding: .75rem 0; border-bottom: 1px solid rgba(242,235,221,.15); }
.page-experiences .pricing-section > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1rem;
  max-width: 1000px !important;
}
.price-card {
  padding: 1.5rem 0 1.5rem;
  border-top: 1px solid rgba(55,56,21,.3);
}
.price-card h3 { margin: 0 0 .35rem; }
.price-card p { margin: 0; font-family: 'Bonbance Bold Condensed', Georgia, serif; font-size: clamp(1.55rem,3vw,2.7rem); color: var(--olive); }

.page-sub .content-section:nth-of-type(2n) {
  background: rgba(55,56,21,.055);
  box-shadow: 0 0 0 100vmax rgba(55,56,21,.055);
  clip-path: inset(0 -100vmax);
}
.page-sub .approach-section {
  background: var(--olive);
  color: var(--ivory);
  box-shadow: 0 0 0 100vmax var(--olive);
  clip-path: inset(0 -100vmax);
}
.page-sub .approach-section .section-title { color: var(--pink); }
.dark-cta { color: var(--pink) !important; border-color: var(--pink) !important; }

.page-education .content-section:nth-of-type(2n) {
  background: rgba(197,97,112,.08);
  box-shadow: 0 0 0 100vmax rgba(197,97,112,.08);
  clip-path: inset(0 -100vmax);
}
.page-education .content-section:first-of-type p:first-child {
  font-family: 'Bonbance Bold Condensed', Georgia, serif;
  color: var(--pink);
  text-transform: uppercase;
  font-size: clamp(2rem,4vw,4rem);
  line-height: .95;
}

/* Prototype utility classes no longer control the art direction. */
.inner-page main img { max-width: 100%; }
.inner-page footer { color: rgba(242,235,221,.55); }

@media (min-width: 900px) {
  .content-section { padding-left: clamp(5rem, 14vw, 13rem); }
  .content-section .section-title { margin-left: calc(-1 * clamp(5rem, 14vw, 13rem)); }
  .page-holistic .content-section,
  .page-deep .content-section { padding-right: 6vw; }
  .page-biography .editorial-break.portrait { transform: translateX(9vw); }
}
@media (max-width: 899px) {
  .page-container { padding-top: 3.5rem; }
  .page-title { font-size: clamp(2.8rem, 14vw, 4rem); max-width: 100%; }
  .page-subtitle { margin-bottom: 3.5rem; }
  .content-section { padding: 3.5rem 0; }
  .section-title { font-size: clamp(2.1rem, 10vw, 3.2rem); max-width: 100%; }
  .editorial-break,
  .editorial-break.portrait,
  .editorial-break.manifesto { width: 100%; margin: 3.5rem 0; }
  .page-experiences .taxonomy-section > div,
  .page-experiences .pricing-section > div:first-of-type { grid-template-columns: 1fr; }
}

/* Launch QA: canonical photo-role support */
.home-support-break { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) clamp(4.5rem,9vw,9rem); background: var(--olive); }
.home-support-break img { display:block; width:100%; height:auto; object-fit:contain; }
