:root {
  --ink: #18201c;
  --cream: #f4f0e7;
  --orange: #ed7a32;
  --orange-dark: #c95717;
  --line: rgba(24, 32, 28, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Aptos, "Segoe UI Variable", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 14px; background: var(--cream); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(100% - 48px, 1440px); margin-inline: auto; }
.hero { position: relative; min-height: 780px; height: 100svh; overflow: hidden; background: linear-gradient(90deg, rgba(14, 20, 17, 0.97) 0%, rgba(18, 25, 21, 0.92) 48%, rgba(18, 25, 21, 0.44) 100%), radial-gradient(circle at 84% 36%, #a45c31 0, #4c5145 27%, #17201b 65%); color: #f8f5ed; }
.hero::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; content: ""; pointer-events: none; }
.hero-shape { position: absolute; right: -7vw; border: 1px solid rgba(255,255,255,.18); transform: rotate(-12deg); }
.hero-shape-a { top: 16%; width: 47vw; height: 57vh; background: linear-gradient(145deg, rgba(237,122,50,.34), rgba(248,245,237,.04)); backdrop-filter: blur(2px); }
.hero-shape-b { right: 8vw; bottom: -30vh; width: 26vw; height: 60vh; background: rgba(17,25,20,.46); }
.site-header { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 96px; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; letter-spacing: .12em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; background: var(--orange); color: #151b18; font-family: Georgia, serif; font-size: 23px; font-style: italic; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 13px; }
.brand small { color: rgba(248,245,237,.66); font-size: 8px; letter-spacing: .19em; text-transform: uppercase; }
.main-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a, .header-login { transition: color 180ms ease; }
.main-nav a:hover, .main-nav a:focus-visible, .header-login:hover, .header-login:focus-visible { color: #ff9a5c; }
.header-login { justify-self: end; border: 1px solid rgba(255,255,255,.28); padding: 12px 17px; background: transparent; color: inherit; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; text-decoration: none; }
.hero-content { position: relative; z-index: 2; display: flex; height: calc(100% - 190px); flex-direction: column; justify-content: center; padding-bottom: 24px; }
.hero-kicker, .eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.hero-kicker::before, .eyebrow::before { width: 44px; height: 1px; background: currentColor; content: ""; opacity: .52; }
.hero h1 { max-width: 1000px; margin: 27px 0 24px; font-size: clamp(64px, 7.3vw, 118px); font-weight: 650; letter-spacing: -.062em; line-height: .86; }
h1 em, h2 em { display: block; color: #ff9453; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(248,245,237,.72); font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; gap: 12px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 220px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.26); background: transparent; color: inherit; font-size: 11px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button-accent { border-color: var(--orange); background: var(--orange); color: #17201b; }
.button-accent:hover, .button-accent:focus-visible { border-color: #ffa369; background: #ffa369; }
.button-quiet:hover, .button-quiet:focus-visible { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.hero-foot { position: absolute; z-index: 2; right: 0; bottom: 27px; left: 0; display: flex; justify-content: space-between; color: rgba(248,245,237,.55); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section { padding-block: 128px; }
.intro-title { display: grid; grid-template-columns: minmax(0,1.8fr) minmax(260px,.65fr); gap: 80px; align-items: end; margin: 36px 0 88px; }
h2 { margin: 0; font-size: clamp(48px,5.5vw,88px); font-weight: 650; letter-spacing: -.06em; line-height: .94; }
.intro h2 em { color: var(--orange-dark); }
.intro-title > p { margin: 0; color: #58615c; }
.feature-row { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-row article { min-height: 310px; padding: 28px 36px 32px 0; }
.feature-row article + article { border-left: 1px solid var(--line); padding-left: 36px; }
.feature-row span, .feature-row article > p:first-of-type { color: #787f7b; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.feature-row article > p:first-of-type { margin-top: 60px; }
.feature-row h3 { margin: 8px 0 20px; font-size: 29px; letter-spacing: -.04em; }
.feature-row article > p:last-child { max-width: 350px; margin: 0; color: #666e69; }
.private-preview { padding: 120px 0; background: var(--ink); color: var(--cream); }
.private-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 11vw; align-items: center; }
.eyebrow-light { color: #ff9a5c; }
.private-preview h2 { margin-top: 34px; }
.private-preview h2 em { color: #ff9453; }
.private-preview h2 + p { max-width: 640px; margin: 34px 0 0; color: rgba(244,240,231,.66); }
.login-card { border: 1px solid rgba(244,240,231,.2); background: #202a24; padding: clamp(30px,4vw,56px); box-shadow: 24px 24px 0 rgba(237,122,50,.1); }
.login-status { color: #ff9a5c; font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.login-card h3 { margin: 28px 0 10px; font-size: 35px; letter-spacing: -.04em; }
.login-card p { color: rgba(244,240,231,.64); }
.login-link { display: flex; width: 100%; justify-content: space-between; margin-top: 30px; padding: 16px 18px; border: 0; background: var(--orange); color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background 180ms ease; }
.login-link:hover, .login-link:focus-visible { background: #ffa369; }
.login-card small { display: block; margin-top: 14px; color: rgba(244,240,231,.42); font-size: 10px; }
.login-link-pending, .login-link-pending:hover { background: var(--orange); cursor: default; opacity: .78; }
.site-dialog { width: min(820px,calc(100% - 30px)); max-height: calc(100svh - 30px); overflow: auto; border: 1px solid rgba(24,32,28,.2); background: #f3eee4; color: var(--ink); padding: clamp(42px,7vw,78px); box-shadow: 24px 24px 0 rgba(237,122,50,.18); }
.site-dialog::backdrop { background: rgba(8,13,10,.82); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 18px; right: 20px; border: 0; background: none; color: inherit; font-size: 32px; cursor: pointer; }
.site-dialog h2 { margin: 14px 0 38px; font-size: clamp(48px,7vw,76px); }
.site-dialog h3 { margin: 34px 0 8px; font-size: 22px; }
.site-dialog p { color: #5d6661; }
.legal-notice { border-left: 3px solid var(--accent); padding-left: 18px; }
.manifesto { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: #101713; color: var(--cream); }
.manifesto-panel { position: relative; overflow: hidden; padding: clamp(70px,8vw,140px); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; }
.manifesto h2 { margin-top: 38px; }
.manifesto h2 em { color: #ff9453; }
.manifesto p { max-width: 620px; margin: 38px 0 0; color: rgba(244,240,231,.65); }
.manifesto-art { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#cb5c1c 0%,#ef8745 49%,#b44612 100%); }
.manifesto-art::before, .manifesto-art::after { position: absolute; border: 1px solid rgba(24,32,28,.22); content: ""; transform: rotate(19deg); }
.manifesto-art::before { width: 62%; height: 120%; }
.manifesto-art::after { width: 105%; height: 54%; }
.family-letter { position: relative; z-index: 1; color: #18201c; font-family: Georgia, serif; font-size: clamp(240px,30vw,520px); font-style: italic; line-height: 1; opacity: .88; }
.art-note { position: absolute; z-index: 2; right: 42px; bottom: 38px; color: #18201c; font-size: 10px; font-weight: 750; letter-spacing: .16em; line-height: 1.7; text-transform: uppercase; }
.steps-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; margin: 38px 0 74px; }
.steps-heading h2 em { color: var(--orange-dark); }
.steps-heading p { margin: 0; color: #5f6863; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; counter-reset: none; }
.steps-grid li { min-height: 290px; padding: 28px 36px 36px 0; }
.steps-grid li + li { border-left: 1px solid var(--line); padding-left: 36px; }
.steps-grid span { color: #8a918d; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.steps-grid h3 { margin: 64px 0 16px; font-size: 28px; letter-spacing: -.04em; }
.steps-grid p { margin: 0; color: #66706a; }
.site-footer { padding: 42px 0; border-top: 1px solid rgba(244,240,231,.12); background: #0c120f; color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.footer-grid > p { justify-self: center; color: rgba(244,240,231,.54); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid nav { display: flex; justify-self: end; gap: 24px; font-size: 11px; text-transform: uppercase; }
.footer-grid nav button, .footer-grid nav a { border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: none; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .intro-title, .private-grid { grid-template-columns: 1fr; gap: 40px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-art { min-height: 560px; }
  .steps-heading { grid-template-columns: 1fr; gap: 36px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 0; padding: 28px 0 38px; }
  .steps-grid li + li { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .steps-grid h3 { margin-top: 30px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row article { min-height: 0; padding: 28px 0 38px; }
  .feature-row article + article { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .feature-row article > p:first-of-type { margin-top: 28px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px,1440px); }
  .hero { min-height: 700px; }
  .site-header { height: 78px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-login { padding: 10px 12px; }
  .hero-content { height: calc(100% - 150px); }
  .hero h1 { margin-top: 22px; font-size: clamp(53px,16vw,76px); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-foot span:nth-child(2) { display: none; }
  .section, .private-preview { padding-block: 84px; }
  .intro-title { margin-bottom: 56px; }
  .manifesto-panel { padding: 78px 24px; }
  .manifesto-art { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > p, .footer-grid nav { justify-self: start; }
  .footer-grid nav { flex-wrap: wrap; }
}

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