:root {
  --bg: #111111;
  --bg-soft: #181818;
  --surface: #202020;
  --paper: #efede8;
  --paper-soft: #e2dfd8;
  --text: #ece9e3;
  --muted: #b6b2aa;
  --ink: #171717;
  --gold: #9a7a52;
  --gold-soft: #b49875;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(17,17,17,.16);
  --radius: 2px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; background: var(--paper); color: var(--ink); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(17,17,17,.86);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--text); display: inline-flex; flex-direction: column; line-height: .92; letter-spacing: .08em; }
.brand-kicker { font-size: .62rem; color: var(--gold-soft); letter-spacing: .38em; margin-bottom: 6px; }
.brand-main { font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.24rem; letter-spacing: .04em; }
.site-nav { display: flex; gap: 34px; align-items: center; }
.site-nav a { color: var(--muted); font-size: .9rem; transition: color .25s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: var(--text); margin: 7px 0; }

.section { padding: 120px 0; }
.section-dark { background: var(--bg); color: var(--text); }
.eyebrow { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 600; margin: 0 0 24px; }
h1, h2, h3 { font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; line-height: 1.03; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6.9rem); letter-spacing: -.045em; margin-bottom: 32px; }
h2 { font-size: clamp(2.5rem, 4.6vw, 5.2rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.45rem, 2vw, 2.1rem); letter-spacing: -.02em; }
em { color: var(--gold-soft); font-style: italic; }

.hero { min-height: 100vh; padding-top: 160px; padding-bottom: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.hero-lead { color: var(--text); font-size: clamp(1.14rem, 1.65vw, 1.45rem); max-width: 680px; margin: 0 0 20px; }
.hero-note { color: var(--muted); max-width: 650px; margin: 0 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--paper); color: var(--ink); }
.button-primary:hover { background: white; }
.text-link { color: var(--text); border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.hero-visual { position: relative; padding-top: 54px; }
.visual-photo {
  min-height: 610px;
  background:
    linear-gradient(180deg, rgba(17,17,17,.05), rgba(17,17,17,.55)),
    url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1400&q=88') center/cover;
  filter: saturate(.6) contrast(1.04);
}
.visual-photo::after { content: ""; position: absolute; inset: 54px 0 98px 0; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.visual-caption { display: grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 18px 0 0; color: var(--muted); font-size: .82rem; }
.visual-caption strong { color: var(--text); font-weight: 500; }
.hero-footline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 80px; }
.hero-footline span { padding: 18px 0; color: #8c8881; font-size: .68rem; letter-spacing: .23em; text-align: center; border-right: 1px solid var(--line); }
.hero-footline span:first-child { text-align: left; }
.hero-footline span:last-child { text-align: right; border-right: 0; }

.two-col { display: grid; grid-template-columns: 200px 1fr; gap: 72px; }
.section-index { color: #726f69; font-size: .74rem; letter-spacing: .18em; padding-top: 14px; }
.section-content h2 { max-width: 1020px; }
.prose-columns { columns: 2; column-gap: 56px; max-width: 980px; margin-top: 56px; }
.prose-columns p { margin-top: 0; break-inside: avoid; color: #3b3936; }
.prose-columns strong { color: var(--ink); }

.content-output { padding-bottom: 0; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.feature-title h2 { margin-bottom: 32px; }
.feature-title p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.deliverables { border-top: 1px solid var(--line); }
.deliverables article { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.deliverables span { color: var(--gold-soft); font-size: .72rem; letter-spacing: .18em; }
.deliverables h3 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.06rem; font-weight: 500; margin: 0; color: var(--text); }
.statement { margin-top: 120px; padding: 64px 0 70px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.statement p { color: var(--muted); margin: 0; }
.statement strong { font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(1.8rem, 3vw, 3.25rem); font-weight: 400; line-height: 1.14; }

.process-list { margin-top: 64px; }
.process-list article { display: grid; grid-template-columns: 92px 1fr; gap: 34px; padding: 34px 0; border-top: 1px solid var(--line-dark); }
.process-list article:last-child { border-bottom: 1px solid var(--line-dark); }
.process-number { color: var(--gold); font-size: .75rem; letter-spacing: .18em; padding-top: 6px; }
.process-list h3 { margin-bottom: 12px; }
.process-list p { margin: 0; max-width: 780px; color: #4d4a45; }

.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.audience-copy p:not(.eyebrow) { color: var(--muted); max-width: 560px; }
.profession-cloud { display: flex; flex-wrap: wrap; gap: 12px; align-content: flex-start; }
.profession-cloud span { border: 1px solid var(--line); padding: 15px 18px; color: var(--paper-soft); font-size: .95rem; }
.profession-cloud span:nth-child(3n) { color: var(--gold-soft); }

.manifesto { padding-top: 0; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; }
.manifesto-card { padding: 80px; background: #dedad2; min-height: 620px; display: flex; flex-direction: column; justify-content: flex-start; }
.manifesto-card p:not(.eyebrow) { color: #4b4843; }
.manifesto-card strong { margin-top: auto; padding-top: 44px; font-size: 1.18rem; font-weight: 500; max-width: 540px; }
.manifesto-dark { background: var(--surface); color: var(--text); }
.manifesto-dark p:not(.eyebrow) { color: var(--muted); }

.founder-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.founder-mark { width: min(100%, 420px); aspect-ratio: 1; border: 1px solid var(--line-dark); display: grid; place-items: center; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(9rem, 17vw, 17rem); color: var(--gold); background: linear-gradient(135deg, rgba(154,122,82,.16), transparent 65%); }
.founder-copy p:not(.eyebrow) { max-width: 760px; color: #45423d; }

.first-guests-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.first-guests h2 { margin-bottom: 0; }
.first-guests p { color: var(--muted); margin-top: 0; }

.contact { background: #d9d4ca; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy p:not(.eyebrow) { max-width: 510px; color: #4b4843; }
.mail-link { display: inline-block; margin-top: 24px; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.contact-form { background: var(--bg); color: var(--text); padding: 46px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; color: var(--muted); font-size: .82rem; margin-bottom: 24px; }
.contact-form label span { color: #77736c; }
.contact-form input, .contact-form textarea { width: 100%; background: transparent; color: var(--text); border: 0; border-bottom: 1px solid rgba(255,255,255,.22); padding: 12px 0; outline: none; border-radius: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--gold-soft); }
.form-footer { display: flex; justify-content: space-between; align-items: end; gap: 26px; margin-top: 16px; }
.form-footer p { color: #7f7b74; font-size: .72rem; max-width: 430px; margin: 0; }
.form-footer p a { color: var(--muted); text-decoration: underline; }
.form-status { min-height: 30px; margin-top: 18px; color: var(--gold-soft); }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { background: var(--bg); color: var(--muted); padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; font-size: .82rem; }
.footer-grid > div { display: flex; flex-direction: column; gap: 7px; }
.footer-brand strong { color: var(--text); font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.footer-grid a:hover { color: var(--text); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 86px 0 0 0; background: var(--bg); flex-direction: column; justify-content: center; gap: 28px; transform: translateY(-120%); transition: transform .35s; }
  .nav-open .site-nav { transform: translateY(0); }
  .site-nav a { font-family: "Libre Caslon Display", Georgia, serif; font-size: 2.2rem; color: var(--text); }
  .menu-toggle { display: block; }
  .hero-grid, .split-feature, .audience-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; }
  .hero-visual { padding-top: 0; }
  .visual-photo { min-height: 520px; }
  .visual-photo::after { inset: 0 0 98px; }
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .section-index { padding-top: 0; }
  .prose-columns { columns: 1; }
  .statement { grid-template-columns: 1fr; gap: 30px; }
  .manifesto-grid, .first-guests-grid { grid-template-columns: 1fr; }
  .manifesto-card { min-height: auto; padding: 60px 42px; }
  .contact-copy { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .site-nav { inset-top: 72px; }
  .section { padding: 82px 0; }
  .hero { min-height: auto; padding-top: 118px; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .hero-grid { gap: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .visual-photo { min-height: 430px; }
  .visual-caption { grid-template-columns: 1fr; }
  .hero-footline { grid-template-columns: 1fr 1fr; }
  .hero-footline span { text-align: left !important; border-bottom: 1px solid var(--line); }
  .process-list article { grid-template-columns: 52px 1fr; gap: 18px; }
  .deliverables article { grid-template-columns: 52px 1fr; }
  .manifesto-card { padding: 46px 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 30px 22px; }
  .form-footer { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}
