@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-300-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-200-300.woff2") format("woff2");
  font-weight: 200 300;
  font-display: block;
}

@font-face {
  font-family: "Exmouth";
  src: url("/fonts/exmouth_.ttf") format("truetype");
  font-weight: 300;
  font-display: block;
}

:root {
  --ink: #080605;
  --brown: #19110e;
  --paper: #f0e9dd;
  --stone: #d8cbbc;
  --muted: #b7aa9b;
  --cognac: #7b5142;
  --gold: #b89c6b;
  --line: rgba(240, 233, 221, 0.24);
  --display: "Cormorant Garamond", Garamond, Georgia, serif;
  --sans: Manrope, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; font-synthesis-weight: none; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-weight: 200; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
strong, b { font-weight: 300; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--paper); color: var(--ink); padding: .8rem 1rem; }
.skip:focus { top: 1rem; }

.hero { min-height: 82svh; position: relative; isolation: isolate; display: grid; grid-template-rows: auto 1fr; overflow: hidden; background: #17100d center / cover no-repeat; }
.mandate-page .hero { background-image: url("/private-committee.webp"); background-position: center 48%; }
.scope-page .hero { background-image: url("/villa-dusk.webp"); background-position: center 58%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,6,5,.9) 0%, rgba(8,6,5,.62) 44%, rgba(8,6,5,.16) 82%), linear-gradient(0deg, rgba(8,6,5,.72), transparent 55%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E"); }

.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 94px; padding: 1.4rem clamp(1.25rem,4vw,4.5rem); border-bottom: 1px solid var(--line); }
.nav__left, .nav__right { display: flex; gap: 1.5rem; align-items: center; }
.nav__right { justify-content: flex-end; }
.nav a { text-decoration: none; }
.brand, .nav__link { font-family: Exmouth, "Snell Roundhand", cursive; font-weight: 300; }
.brand { font-size: 2.35rem; line-height: .8; white-space: nowrap; }
.nav__link { font-size: 1.3rem; line-height: 1; opacity: .78; }
.nav__link:hover, .nav__link:focus-visible { opacity: 1; }
.nav__apply { padding: .65rem .9rem; border: 1px solid rgba(240,233,221,.6); opacity: 1; }

.hero__copy { align-self: end; width: min(1060px,100%); padding: clamp(6rem,11vw,10rem) clamp(1.5rem,7vw,7.5rem) clamp(4rem,7vw,7rem); }
.eyebrow, .kicker { margin: 0; color: var(--muted); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: var(--cognac); }
h1, h2, h3, .lede, .display, .fact dd, blockquote { font-family: var(--display); font-weight: 300; }
h1 { max-width: 950px; margin: 1.4rem 0 1.8rem; font-size: clamp(4.5rem,9.5vw,9.5rem); line-height: .84; letter-spacing: -.055em; }
.lede { max-width: 690px; margin: 0; color: #e0d6c9; font-size: clamp(1.2rem,2vw,1.65rem); line-height: 1.48; }

.paper { background: var(--paper); color: var(--brown); }
.dark { background: #0d0908; color: var(--paper); }
.stone { background: var(--stone); color: var(--brown); }
.section { padding: clamp(5rem,9vw,9rem) clamp(1.4rem,7vw,7.5rem); }
.section__head { display: grid; grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr); gap: clamp(2rem,7vw,8rem); align-items: start; margin-bottom: clamp(3rem,6vw,6rem); }
.section h2 { max-width: 920px; margin: 0; font-size: clamp(3.2rem,7vw,7rem); line-height: .9; letter-spacing: -.045em; }
.section__intro { max-width: 680px; margin: 1.5rem 0 0; color: #66574f; font-family: var(--display); font-size: clamp(1.18rem,2vw,1.55rem); line-height: 1.5; }
.dark .section__intro { color: #c6b9aa; }
.rule { width: 100%; height: 1px; margin-top: 1.2rem; background: currentColor; opacity: .28; }

.facts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; border-top: 1px solid rgba(25,17,14,.25); }
.fact { min-height: 180px; padding: 1.7rem 1.4rem; border-right: 1px solid rgba(25,17,14,.25); }
.fact:last-child { border-right: 0; }
.fact dt { color: #796a60; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.fact dd { margin: 2rem 0 0; font-size: clamp(1.7rem,2.7vw,3rem); line-height: 1; }

.chapters { border-top: 1px solid var(--line); }
.chapter { display: grid; grid-template-columns: 5rem minmax(180px,.72fr) minmax(0,1.28fr); gap: clamp(1.5rem,4vw,5rem); padding: 2.5rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.chapter__number { color: var(--gold); font-family: var(--display); font-size: 1.5rem; }
.chapter h3 { margin: 0; font-size: clamp(2rem,3.5vw,3.8rem); line-height: 1; }
.chapter p { max-width: 650px; margin: .2rem 0 0; color: #bdb0a1; font-size: .95rem; line-height: 1.75; }

.split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(3rem,8vw,9rem); }
.split h3 { margin: 0 0 1.8rem; font-size: clamp(2.3rem,4vw,4.5rem); line-height: .95; }
.quiet-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(25,17,14,.24); }
.quiet-list li { padding: 1rem 0 1rem 1.6rem; border-bottom: 1px solid rgba(25,17,14,.24); position: relative; font-size: .9rem; line-height: 1.65; }
.quiet-list li::before { content: "—"; position: absolute; left: 0; color: var(--cognac); }
.dark .quiet-list { border-color: var(--line); }
.dark .quiet-list li { border-color: var(--line); color: #c5b8a9; }

.commitment { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(3rem,8vw,9rem); align-items: start; }
.commitment blockquote { margin: 0; font-size: clamp(2.7rem,5.5vw,6rem); line-height: .95; letter-spacing: -.035em; }
.commitment__copy { color: #c7baab; font-size: .95rem; line-height: 1.8; }
.commitment__copy p { margin-top: 0; }

.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; padding: 1.6rem 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(1.35rem,2.4vw,2.3rem); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold); }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: 0 0 2rem; color: #bdb0a1; font-size: .92rem; line-height: 1.75; }

.cta { min-height: 70vh; display: grid; place-items: center; padding: 6rem 1.5rem; text-align: center; background: #100b09; }
.cta__inner { max-width: 900px; }
.cta h2 { margin: 1rem 0 2rem; font-size: clamp(4rem,9vw,9rem); line-height: .85; }
.action { display: inline-flex; align-items: center; gap: 1rem; padding: 0 0 .5rem; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.action span { transition: transform .2s ease; }
.action:hover span, .action:focus-visible span { transform: translateX(.3rem); }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.4rem,4vw,4.5rem); border-top: 1px solid var(--line); background: #080605; }
.footer__brand { font-family: var(--display); font-size: 1.5rem; }
.footer__legal { max-width: 760px; margin: 0; color: #93887e; font-size: .72rem; line-height: 1.6; }
.footer__links { display: flex; gap: .7rem; color: #93887e; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__links a { text-decoration: none; }

@media (max-width: 900px) {
  .nav__left { display: none; }
  .nav__right .nav__link:first-child { display: none; }
  .hero { min-height: 78svh; }
  .section__head, .commitment { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact { border-bottom: 1px solid rgba(25,17,14,.25); }
  .chapter { grid-template-columns: 3rem 1fr; }
  .chapter p { grid-column: 2; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .nav { grid-template-columns: 1fr auto; }
  .brand { justify-self: start; font-size: 2rem; }
  .nav__right { gap: .8rem; }
  .nav__right .nav__link:not(.nav__apply) { display: none; }
  h1 { font-size: clamp(4.1rem,21vw,6.2rem); }
  .hero__copy { padding-top: 7rem; }
  .facts, .split { grid-template-columns: 1fr; }
  .fact { min-height: 130px; border-right: 0; }
  .chapter { grid-template-columns: 2.6rem 1fr; gap: 1rem; }
  .section { padding-inline: 1.3rem; }
  .footer__links { flex-wrap: wrap; }
}

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

