:root {
  --wine: #73001c;
  --wine-dark: #3b0715;
  --gold: #c99532;
  --rose: #d8a19f;
  --cream: #f7f0e7;
  --paper: #fffaf5;
  --ink: #171214;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--white); color: var(--wine); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); }
.nav-wrap { width: min(var(--max), calc(100% - 2.5rem)); height: 104px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand img { width: 92px; height: 82px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.18)); }
nav { display: flex; align-items: center; gap: 1.65rem; }
nav a { text-decoration: none; font-size: .88rem; letter-spacing: .02em; }
nav a:hover, nav a:focus-visible { color: var(--rose); }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: .7rem 1.05rem; }
.menu-button { display: none; color: var(--cream); border: 1px solid rgba(255,255,255,.45); background: transparent; padding: .55rem .8rem; font: inherit; }

.hero { min-height: 780px; padding: 190px max(1.25rem, calc((100vw - var(--max)) / 2)) 100px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); align-items: center; gap: 3rem; color: var(--cream); background: radial-gradient(circle at 80% 30%, rgba(216,161,159,.23), transparent 32%), linear-gradient(145deg, var(--wine-dark), var(--wine) 60%, #8e1732); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -150px; bottom: -250px; border: 1px solid rgba(201,149,50,.3); border-radius: 50%; box-shadow: 0 0 0 46px rgba(201,149,50,.04), 0 0 0 92px rgba(201,149,50,.03); }
.hero-content { max-width: 790px; position: relative; z-index: 1; }
.eyebrow, .overline { text-transform: uppercase; letter-spacing: .22em; font-size: .77rem; font-weight: 650; }
.eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.8rem; font-family: var(--serif); font-size: clamp(3.2rem, 6.4vw, 6.5rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--rose); font-weight: 400; }
.hero-text { max-width: 680px; font-size: 1.15rem; color: rgba(255,255,255,.82); }
.hero-actions { margin-top: 2.4rem; display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-block; padding: .95rem 1.35rem; border: 0; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: .76rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--wine-dark); background: var(--gold); }
.button-primary:hover { background: #dfa943; }
.text-link { color: var(--cream); text-underline-offset: 5px; }
.hero-mark { justify-self: end; width: min(360px, 100%); aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(201,149,50,.46); border-radius: 50%; box-shadow: 0 0 0 20px rgba(201,149,50,.035), inset 0 0 80px rgba(201,149,50,.07); position: relative; z-index: 1; }
.hero-mark::before { content: "♛"; display: block; margin-bottom: .4rem; color: var(--gold); font-size: 3.5rem; line-height: 1; }
.hero-mark span { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.3rem); letter-spacing: .05em; }
.hero-mark small { display: block; color: var(--gold); letter-spacing: .43em; font-size: .72rem; }

.section { width: min(var(--max), calc(100% - 2.5rem)); margin: auto; padding: 110px 0; }
.section-label { margin-bottom: 2.2rem; color: var(--wine); text-transform: uppercase; letter-spacing: .24em; font-size: .72rem; font-weight: 750; }
.section-label::before { content: ""; display: inline-block; width: 42px; height: 1px; margin-right: .8rem; vertical-align: middle; background: var(--gold); }
.section-label.light { color: var(--rose); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.intro h2, .pillars h2, .founder h2, .cta h2 { font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.intro h2 span { color: var(--wine); }
.prose p, .pillars-copy > p, .founder-copy > p { color: #5c4e4e; font-size: 1.05rem; }
blockquote { margin: 2.5rem 0 0; padding: .5rem 0 .5rem 1.5rem; border-left: 2px solid var(--gold); color: var(--wine); font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }

.audience { width: 100%; padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--cream); background: var(--ink); }
.section-heading { max-width: 850px; }
.section-heading h2 { margin-bottom: 3.5rem; font: 400 clamp(2.3rem, 4vw, 4.1rem)/1.08 var(--serif); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.card { min-height: 280px; padding: 2rem 1.5rem 1rem; border-right: 1px solid rgba(255,255,255,.18); }
.card:first-child { padding-left: 0; }
.card:last-child { border-right: 0; }
.card-number { color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.card h3 { margin: 2.5rem 0 1rem; font: 400 1.55rem/1.15 var(--serif); }
.card p { color: rgba(255,255,255,.64); font-size: .92rem; line-height: 1.6; }

.pillars-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.overline { color: var(--gold); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #dbcfc6; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.65rem 0; border-bottom: 1px solid #dbcfc6; }
.steps li > span { color: var(--gold); font: 400 1rem var(--serif); }
.steps h3 { margin-bottom: .35rem; color: var(--wine); font: 400 1.5rem var(--serif); }
.steps p { margin: 0; color: #665958; }

.statement { padding: 125px max(1.25rem, calc((100vw - 980px) / 2)); text-align: center; color: var(--cream); background: linear-gradient(rgba(59,7,21,.93), rgba(59,7,21,.93)), radial-gradient(circle, var(--wine), var(--wine-dark)); }
.statement p { color: var(--rose); text-transform: uppercase; letter-spacing: .19em; font-size: .76rem; }
.statement h2 { margin: 0; font: 400 clamp(2.5rem, 5vw, 5rem)/1.05 var(--serif); }
.statement em { color: var(--gold); font-weight: 400; }

.founder { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.founder-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 34%; border-radius: 50% 50% 8px 8px; box-shadow: 22px 22px 0 var(--cream); }
.founder-quote { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid #dbcfc6; color: var(--wine) !important; font-family: var(--serif); font-size: 1.3rem !important; font-style: italic; }

.manifesto { width: 100%; padding-left: max(1.25rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.25rem, calc((100vw - var(--max)) / 2)); color: var(--cream); background: var(--wine); }
.manifesto-lines { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 4rem; }
.manifesto-lines p { padding: 1.1rem 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.2); font: 400 clamp(2.2rem, 4vw, 4.2rem) var(--serif); }
.manifesto-lines strong { color: var(--gold); font-weight: 400; }
.manifesto-close { margin: 3rem 0 0; color: var(--rose); text-align: center; letter-spacing: .08em; }

.cta { text-align: center; max-width: 900px; }
.cta img { width: 180px; height: 160px; margin: 0 auto 1rem; object-fit: contain; }
.cta h2 { margin-bottom: 1.4rem; }
.cta > p:not(.eyebrow) { max-width: 630px; margin: 0 auto 2.2rem; color: #665958; font-size: 1.05rem; }
.button-gold { color: var(--white); background: var(--wine); }
.button-gold:hover { background: var(--wine-dark); }

footer { padding: 3rem max(1.25rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; color: rgba(255,255,255,.64); background: var(--ink); font-size: .82rem; }
footer p { margin: 0; }
.footer-brand { color: var(--white); font: 400 1.1rem var(--serif); letter-spacing: .08em; }
.footer-brand span { margin-left: .35rem; color: var(--gold); font: 650 .62rem var(--sans); letter-spacing: .25em; }
.copyright { text-align: right; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 90px; left: 1.25rem; right: 1.25rem; padding: 1rem; flex-direction: column; align-items: stretch; background: var(--wine-dark); box-shadow: 0 20px 40px rgba(0,0,0,.28); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 170px; }
  .hero-mark { display: none; }
  .intro-grid, .pillars-grid, .founder { grid-template-columns: 1fr; }
  .founder-photo { max-width: 470px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card:nth-child(2) { border-right: 0; }
  .card:first-child { padding-left: 1.5rem; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .copyright { text-align: center; }
}

@media (max-width: 560px) {
  .nav-wrap { height: 90px; }
  .brand img { width: 76px; height: 70px; }
  .hero { padding-top: 145px; padding-bottom: 80px; }
  h1 { font-size: 3rem; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .cards { grid-template-columns: 1fr; }
  .card, .card:nth-child(2) { min-height: auto; padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .card:first-child { padding-left: 0; }
  .card h3 { margin-top: 1.5rem; }
  .manifesto-lines { grid-template-columns: 1fr; }
  .founder-photo { width: calc(100% - 22px); }
}

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