:root {
  --bg: #090a0f;
  --surface: #11131b;
  --surface-2: #181b25;
  --text: #f5f1e9;
  --muted: #b7b3aa;
  --copper: #b98658;
  --copper-light: #e1b887;
  --violet: #756b9d;
  --line: rgba(255,255,255,.13);
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.narrow { max-width: 820px; margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; background: white; color: black; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(9,10,15,.78);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-light); font-family: Georgia, serif; }
.site-header nav { display: flex; align-items: center; gap: 1.4rem; }
.site-header nav a { text-decoration: none; color: var(--muted); font-size: .92rem; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--text); }
.nav-cta { border: 1px solid var(--copper); border-radius: 999px; padding: .55rem .9rem; color: var(--copper-light)!important; }

.hero { position: relative; min-height: 790px; display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: saturate(.72) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,9,.97) 0%, rgba(4,5,9,.72) 43%, rgba(4,5,9,.14) 75%), linear-gradient(0deg, var(--bg) 0%, transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-block: 9rem 5.5rem; }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .17em; color: var(--copper-light); font-size: .76rem; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; }
h1 { max-width: 870px; margin: 0; font-size: clamp(3.3rem, 7.5vw, 7rem); letter-spacing: -.045em; }
.hero-lede { max-width: 710px; margin: 1.7rem 0 0; color: #ddd8cf; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--copper); color: #120e0b; }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 2.5rem; margin: 3.5rem 0 0; }
.hero-facts div { border-left: 1px solid var(--copper); padding-left: 1rem; }
.hero-facts dt { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts dd { margin: .2rem 0 0; font-weight: 700; }

.section { padding-block: clamp(5rem, 10vw, 9rem); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
h2 { margin: 0; font-size: clamp(2.4rem, 4.8vw, 4.6rem); letter-spacing: -.035em; }
h3 { margin: 0 0 .75rem; font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.prose { color: #d2cec6; font-size: 1.08rem; }
.prose p:first-child { margin-top: 0; }
.source-note { font-size: .9rem; color: var(--muted); border-left: 2px solid var(--copper); padding-left: 1rem; }

.statement { padding-block: 3.5rem; background: var(--copper); color: #17100a; }
.statement-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: center; }
.statement p, .statement strong { margin: 0; }
.statement p { font-size: 1.05rem; }
.statement strong { font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.6rem); line-height: 1.08; font-weight: 500; }

.section-heading { max-width: 850px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { color: var(--muted); max-width: 720px; font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.feature { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
.feature img { width: 100%; height: 310px; object-fit: cover; }
.feature-wide img { height: 100%; min-height: 490px; }
.feature-copy { padding: clamp(1.4rem, 3vw, 2.5rem); }
.feature-copy p { color: #c9c5bc; }
.feature-copy .label { color: var(--copper-light); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }
.definition-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.definition-row article { background: var(--bg); padding: 2rem; }
.definition-row p { color: var(--muted); }
.definition-row h3 { font-size: 1.55rem; }

.principles { background: linear-gradient(180deg, #12131b, #0a0b10); border-block: 1px solid var(--line); }
.principle-list { list-style: none; padding: 0; margin: 4rem 0; border-top: 1px solid var(--line); }
.principle-list li { display: grid; grid-template-columns: 72px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.principle-list > li > span { color: var(--copper-light); font-family: Georgia, serif; font-size: 1.35rem; }
.principle-list h3 { margin-bottom: .35rem; }
.principle-list p { margin: 0; color: var(--muted); }
blockquote { margin: 4rem auto 0; max-width: 950px; padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); text-align: center; font-family: Georgia, serif; font-size: clamp(1.45rem, 3.2vw, 2.8rem); line-height: 1.35; color: #f1e8db; }

.review-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.review-intro { color: var(--muted); font-size: 1.1rem; }
.review-card { border-left: 3px solid var(--copper); padding: 1rem 0 1rem clamp(1.5rem, 4vw, 3rem); }
.review-card p { font-family: Georgia, serif; font-size: clamp(1.3rem, 2.5vw, 2.05rem); line-height: 1.42; color: #ece4d9; }
.review-card footer { margin-top: 2rem; color: var(--copper-light); font-size: .9rem; letter-spacing: .05em; }

.timeline-section { background: var(--surface); }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { display: grid; grid-template-columns: 150px 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline time { color: var(--copper-light); font-family: Georgia, serif; font-size: 1.5rem; }
.timeline h3 { font-size: 1.55rem; }
.timeline p { margin: 0; color: var(--muted); }

.faq details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.35rem; }
.faq details p { color: var(--muted); max-width: 720px; }

.future { padding-block: 6rem; background: radial-gradient(circle at 85% 30%, rgba(117,107,157,.25), transparent 35%), #17131a; border-top: 1px solid var(--line); }
.future-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.future-inner p:not(.eyebrow) { max-width: 700px; color: #cdc6cb; font-size: 1.08rem; }
.future-actions { display: flex; flex-direction: column; gap: .8rem; min-width: 210px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 2rem; color: var(--muted); font-size: .85rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; }
.footer-inner p { margin: 0; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .split, .statement-inner, .review-grid, .future-inner { grid-template-columns: 1fr; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-wide img { min-height: 340px; }
  .definition-row { grid-template-columns: 1fr; }
  .hero { min-height: 700px; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,5,9,.98) 5%, rgba(4,5,9,.45) 80%); }
  .future-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 1.4rem), var(--max)); }
  .brand-copy { display: none; }
  .hero-content { padding-bottom: 3.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-facts { gap: 1.3rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .timeline li { grid-template-columns: 1fr; gap: .5rem; }
  .principle-list li { grid-template-columns: 48px 1fr; }
  .footer-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
