:root {
  --ink: #2b1a14;
  --muted: #665951;
  --paper: #fffefc;
  --paper-warm: #fbf7f1;
  --bronze: #9a4e12;
  --bronze-dark: #6e2d05;
  --bronze-light: #d79b55;
  --line: #d6c3b5;
  --radius: 64px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 10px; background: #050505; color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-shell { max-width: 1680px; margin: 0 auto; overflow: hidden; background: var(--paper); border-radius: var(--radius); }
.site-header { position: relative; z-index: 30; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 34px clamp(28px, 4vw, 68px) 12px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 29px; height: 40px; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 5px; }
.brand-name { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.8rem); letter-spacing: .28em; white-space: nowrap; }
.brand-tagline { color: var(--muted); font-size: .58rem; letter-spacing: .08em; }
.main-nav { display: flex; gap: clamp(22px, 3vw, 48px); align-items: center; padding-top: 9px; }
.main-nav a { text-decoration: none; text-transform: uppercase; font-size: .66rem; font-weight: 600; letter-spacing: .12em; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--bronze); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1fr 1.1fr .92fr; gap: clamp(24px, 3vw, 52px); align-items: center; padding: 0 clamp(28px, 4vw, 68px); border-bottom: 1px solid var(--line); }
.hero-copy { align-self: center; padding: 30px 0 60px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; font-size: .66rem; line-height: 1.5; letter-spacing: .14em; font-weight: 600; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 400; }
h1, h2 { margin: 0; line-height: .98; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(4.5rem, 7vw, 8rem); }
.accent-line { width: 48px; height: 2px; margin: 36px 0 28px; background: var(--bronze); }
.hero-statement { margin: 0 0 42px; text-transform: uppercase; font-size: .72rem; line-height: 1.7; letter-spacing: .16em; font-weight: 600; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 52px; padding: 14px 24px; border: 0; background: linear-gradient(120deg, #6f2b04, #b6661c 52%, #6b2703); color: white; text-decoration: none; text-transform: uppercase; font-size: .67rem; font-weight: 600; letter-spacing: .1em; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.primary-button:hover, .primary-button:focus-visible { filter: brightness(1.08); }
.primary-button[disabled] { opacity: .65; cursor: wait; }
.hero-visual { align-self: end; display: flex; align-items: end; justify-content: center; min-width: 0; }
.hero-visual img { width: min(100%, 540px); height: auto; }
.hero-principles { position: relative; align-self: stretch; display: grid; align-content: center; gap: 38px; padding: 60px 0; }
.hero-principles::before { content: ""; position: absolute; left: 17px; top: 23%; bottom: 23%; width: 1px; background: var(--line); }
.hero-principles article { position: relative; z-index: 1; display: grid; grid-template-columns: 36px 1fr; gap: 15px; }
.principle-number { width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--bronze); border-radius: 50%; font-family: var(--serif); font-size: 1.05rem; }
.hero-principles h2 { margin: 2px 0 10px; text-transform: uppercase; font-family: var(--sans); font-size: .82rem; font-weight: 600; letter-spacing: .08em; }
.hero-principles p { margin: 0; max-width: 31ch; color: var(--muted); font-family: var(--serif); font-size: 1rem; line-height: 1.55; }
.compatibility { position: relative; display: grid; grid-template-columns: 150px 1fr 220px; align-items: center; gap: 28px; padding: 28px clamp(28px, 4vw, 68px) 44px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(251,247,241,.2), rgba(251,247,241,.62)); }
.compatibility-label { margin: 0; text-transform: uppercase; font-size: .68rem; line-height: 1.7; letter-spacing: .12em; font-weight: 600; }
.score-list { display: grid; grid-template-columns: repeat(5, minmax(92px, 1fr)); gap: clamp(12px, 2vw, 28px); }
.score-card { aspect-ratio: 1 / 1; border: 1.5px solid var(--bronze); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.score-card strong { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.3rem); font-weight: 400; }
.score-card small { font-size: .55em; }
.score-card span { margin-top: 8px; text-transform: uppercase; font-size: .55rem; letter-spacing: .12em; font-weight: 600; }
.compatibility-note { margin: 0; padding-left: 34px; border-left: 1px solid var(--line); font-family: var(--serif); font-size: 1.12rem; line-height: 1.5; }
.mockup-note { position: absolute; right: clamp(28px, 4vw, 68px); bottom: 12px; margin: 0; color: #8b7c73; font-size: .58rem; letter-spacing: .06em; }
.editorial-section { padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 100px); border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: end; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: .55fr 1.45fr; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
.section-copy { color: #41342e; font-family: var(--serif); font-size: clamp(1.08rem, 1.45vw, 1.35rem); line-height: 1.72; }
.section-copy p { margin: 0 0 1.4em; }
.two-columns { column-count: 2; column-gap: clamp(35px, 5vw, 90px); }
.two-columns p { break-inside: avoid; }
.section-signature { margin: 38px 0 0; text-align: center; color: var(--bronze); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.75rem); }
.name-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(45px, 8vw, 120px); align-items: center; background: #24150f; color: white; }
.name-section h2 { color: white; font-size: clamp(2.8rem, 5vw, 5.4rem); margin-bottom: 34px; }
.name-section h2 span { color: var(--bronze-light); }
.name-section .eyebrow, .name-section .section-copy { color: #e4d7cf; }
.name-visual { display: grid; place-items: center; }
.name-visual img { width: min(100%, 210px); filter: drop-shadow(0 25px 38px rgba(0,0,0,.3)); }
.whatever-line { color: #f1c18f; font-size: 1.2em; }
.values-section { background: var(--paper-warm); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article { padding: 34px 28px 38px; border-right: 1px solid var(--line); }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: var(--bronze); font-size: .7rem; letter-spacing: .14em; }
.value-grid h3 { margin: 28px 0 12px; font-size: 1.85rem; }
.value-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--bronze); font-family: var(--serif); font-size: 1.7rem; }
.process-list h3 { margin: 0 0 9px; font-size: 1.85rem; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.68; max-width: 78ch; }
.founder-section { display: grid; grid-template-columns: 260px 1fr; gap: clamp(50px, 7vw, 110px); align-items: start; padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 100px); border-bottom: 1px solid var(--line); background: #f7f0e8; }
.founder-section h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); margin-bottom: 50px; }
.founder-badge { position: sticky; top: 25px; display: grid; justify-items: center; gap: 14px; padding: 28px 18px; border: 1px solid var(--line); border-radius: 160px; background: rgba(255,255,255,.6); }
.founder-badge img { width: 72px; }
.founder-badge span { text-align: center; text-transform: uppercase; font-size: .62rem; line-height: 1.6; letter-spacing: .12em; }
.signup-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 100px); background: #24150f; color: white; }
.signup-section h2 { color: white; font-size: clamp(3rem, 5vw, 5.2rem); }
.signup-section > div > p:last-child { max-width: 48ch; margin-top: 28px; color: #d5c7c0; line-height: 1.7; }
.interest-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-content: start; }
.interest-form label:not(.checkbox-label):not(.honeypot) { display: grid; gap: 8px; }
.interest-form label span { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.interest-form input[type="text"], .interest-form input[type="email"] { width: 100%; padding: 15px 2px; color: white; background: transparent; border: 0; border-bottom: 1px solid #836b5e; outline: none; }
.interest-form input:focus { border-color: var(--bronze-light); }
.checkbox-label { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 12px; color: #d5c7c0; line-height: 1.55; }
.checkbox-label input { margin-top: 4px; accent-color: var(--bronze-light); }
.checkbox-label a { color: #f1c18f; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.interest-form .primary-button { grid-column: 1 / -1; width: fit-content; margin-top: 8px; }
.form-message, .privacy-note { grid-column: 1 / -1; margin: 0; }
.form-message { color: #f1c18f; min-height: 1.5em; line-height: 1.5; }
.form-message.is-error { color: #ffb2a3; }
.privacy-note { color: #9f8b80; font-size: .73rem; line-height: 1.5; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: end; padding: 40px clamp(28px, 4vw, 68px); background: #130b08; color: #d8c9c1; }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand img { width: 27px; }
.site-footer .brand-name { color: white; font-size: 1.1rem; }
.site-footer p { margin: 8px 0 0; font-size: .72rem; color: #9f8b80; }
.site-footer > p { text-align: right; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer nav a { color: #d8c9c1; font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; }
.legal-page { padding: 70px clamp(28px, 8vw, 130px) 110px; min-height: 75vh; }
.legal-page h1 { font-size: clamp(3.4rem, 7vw, 7rem); margin-bottom: 50px; }
.legal-page h2 { font-size: 2rem; margin: 42px 0 14px; }
.legal-page p, .legal-page li { max-width: 85ch; color: var(--muted); line-height: 1.75; }
.legal-alert { padding: 20px; border: 1px solid #c8813b; background: #fff4e8; }
@media (max-width: 1120px) {
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-principles { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); padding: 30px 0 50px; }
  .hero-principles::before { display: none; }
  .compatibility { grid-template-columns: 130px 1fr; }
  .compatibility-note { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid article:nth-child(2) { border-right: 0; }
  .value-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 760px) {
  :root { --radius: 32px; }
  body { padding: 5px; }
  .site-header { padding: 20px 20px 8px; align-items: center; }
  .brand-mark { width: 24px; height: 34px; }
  .brand-name { font-size: 1.05rem; letter-spacing: .2em; }
  .brand-tagline { font-size: .48rem; }
  .menu-toggle { display: block; position: relative; z-index: 20; }
  .main-nav { display: none; position: absolute; top: 76px; right: 18px; left: 18px; z-index: 10; padding: 24px; flex-direction: column; background: rgba(255,254,252,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 45px rgba(0,0,0,.15); }
  .main-nav.open { display: flex; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 0 22px; }
  .hero-copy { padding: 60px 0 0; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-visual { order: 2; margin-top: 10px; }
  .hero-visual img { width: min(100%, 430px); margin: 0 auto; }
  .hero-principles { order: 3; grid-template-columns: 1fr; gap: 24px; padding: 30px 0 45px; }
  .compatibility { grid-template-columns: 1fr; padding: 30px 22px 54px; }
  .score-list { grid-template-columns: repeat(2, 1fr); }
  .score-card:last-child { grid-column: 1 / -1; width: 50%; justify-self: center; }
  .compatibility-note { grid-column: auto; }
  .mockup-note { left: 22px; right: auto; }
  .editorial-section { padding: 72px 22px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 18px; }
  .two-columns { column-count: 1; }
  .name-section { grid-template-columns: 1fr; }
  .name-visual img { width: 120px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .process-list li { grid-template-columns: 58px 1fr; gap: 16px; }
  .founder-section { grid-template-columns: 1fr; padding: 72px 22px; }
  .founder-badge { position: static; width: 180px; margin: 0 auto; }
  .signup-section { grid-template-columns: 1fr; padding: 72px 22px; }
  .interest-form { grid-template-columns: 1fr; }
  .interest-form > * { grid-column: 1 !important; }
  .site-footer { grid-template-columns: 1fr; align-items: flex-start; }
  .site-footer > p { grid-column: auto; }
  .site-footer nav { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
