:root {
  --navy: #07192f;
  --navy-2: #102844;
  --ink: #172338;
  --slate: #5f6b7a;
  --ivory: #f7f3ea;
  --pearl: #fffdf8;
  --gold: #b99146;
  --gold-light: #dbc38d;
  --line: #ded7c8;
  --green: #237453;
  --shadow: 0 22px 50px rgba(7, 25, 47, .09);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 1rem; padding: .75rem 1rem; color: white; background: var(--navy); }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(185,145,70,.25); background: rgba(255,253,248,.96); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; min-height: 82px; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 210px; height: auto; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { padding: 10px 12px; color: var(--navy-2); text-decoration: none; font-size: .88rem; font-weight: 650; letter-spacing: .01em; border-radius: 4px; }
.nav a:hover, .nav a[aria-current='page'] { color: var(--navy); background: #efe7d5; }
.nav .founders-link { margin-left: 8px; color: var(--pearl); background: var(--navy); }
.nav .founders-link:hover, .nav .founders-link[aria-current='page'] { color: white; background: #183b61; }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: transparent; color: var(--navy); padding: 9px 12px; border-radius: 4px; }
.announcement { color: white; background: var(--navy); text-align: center; padding: 8px 18px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement strong { color: var(--gold-light); }
.hero { min-height: 610px; display: grid; align-items: center; position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::after { content: ''; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(219,195,141,.22); border-radius: 50%; right: -180px; top: -170px; box-shadow: 0 0 0 110px rgba(219,195,141,.035), 0 0 0 220px rgba(219,195,141,.025); }
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 72px; padding-block: 88px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { color: var(--navy); font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); letter-spacing: -.045em; }
.hero h1 { color: white; max-width: 820px; }
.hero .lead { max-width: 780px; color: #d8dee7; font-size: clamp(1.05rem, 1.7vw, 1.28rem); margin: 26px 0 0; }
.manifesto { margin: 30px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.7; }
.hero-mark { position: relative; }
.hero-mark img { width: min(320px, 100%); margin-inline: auto; filter: drop-shadow(0 25px 35px rgba(0,0,0,.28)); }
.hero-mark::before { content: 'EST. 2027'; position: absolute; inset: -28px; display: grid; place-items: end center; padding-bottom: 12px; border: 1px solid rgba(219,195,141,.32); border-radius: 50%; color: var(--gold-light); font-size: .7rem; letter-spacing: .16em; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--navy); border-radius: 3px; color: white; background: var(--navy); text-decoration: none; font-weight: 750; font-size: .92rem; }
.button:hover { background: #173b61; }
.button.gold { color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.button.ghost { color: var(--navy); background: transparent; }
.hero .button.ghost { color: white; border-color: rgba(255,255,255,.45); }
.hero .button.ghost:hover { border-color: white; background: rgba(255,255,255,.06); }
.text-link { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; font-weight: 750; }
.section { padding-block: 92px; }
.section.compact { padding-block: 68px; }
.section.dark { color: #e9edf2; background: var(--navy); }
.section.dark h2, .section.dark h3 { color: white; }
.section.gold-wash { background: #eee5d4; }
.section-header { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 72px; align-items: end; margin-bottom: 42px; }
.section-header h2 { font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -.03em; }
.section-header p { max-width: 680px; margin: 0; color: var(--slate); font-size: 1.06rem; }
.dark .section-header p { color: #bec8d3; }
.power-line { color: var(--navy); font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3.7rem); line-height: 1.18; text-align: center; max-width: 1000px; margin: 0 auto; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--pearl); }
.stat { padding: 30px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.stat span { color: var(--slate); font-size: .84rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); background: var(--pearl); box-shadow: 0 12px 35px rgba(7,25,47,.04); display: flex; flex-direction: column; }
.feature-card .number { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.feature-card h3 { margin-top: 54px; font-size: 1.6rem; }
.feature-card p { color: var(--slate); }
.feature-card .text-link { margin-top: auto; align-self: flex-start; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-copy h2 { font-size: clamp(2.2rem, 4.5vw, 4.1rem); }
.split-copy > p:not(.eyebrow) { color: var(--slate); font-size: 1.08rem; }
.dark .split-copy > p:not(.eyebrow) { color: #bec8d3; }
.visual-panel { background: #e8decb; border: 1px solid var(--line); padding: 34px; min-height: 420px; display: grid; place-items: center; overflow: hidden; }
.visual-panel.dark-panel { background: #0d223e; border-color: rgba(219,195,141,.25); }
.visual-panel img { max-height: 410px; object-fit: contain; }
.clean-list { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid var(--line); }
.clean-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.clean-list li::before { content: '◆'; color: var(--gold); font-size: .68rem; margin-top: 5px; }
.dark .clean-list { border-color: rgba(255,255,255,.14); }
.dark .clean-list li { border-color: rgba(255,255,255,.14); }
.page-hero { color: white; background: var(--navy); padding: 76px 0 64px; }
.page-hero h1 { color: white; max-width: 930px; font-size: clamp(2.65rem, 5.5vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: #cbd3dd; font-size: 1.12rem; margin: 24px 0 0; }
.page-hero .meta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.badge { display: inline-flex; align-items: center; gap: 7px; min-height: 30px; padding: 4px 10px; border: 1px solid #d7ccb5; border-radius: 999px; color: var(--navy-2); background: #f6f0e3; font-size: .76rem; font-weight: 760; }
.badge.green { color: var(--green); border-color: #b9d4c8; background: #edf7f2; }
.page-hero .badge { color: #f4e8c9; border-color: rgba(219,195,141,.4); background: rgba(255,255,255,.04); }
.workspace { padding-block: 46px 94px; }
.toolbar { display: grid; grid-template-columns: 1.7fr repeat(2, minmax(160px, .55fr)); gap: 12px; padding: 18px; border: 1px solid var(--line); background: var(--pearl); box-shadow: var(--shadow); }
.field label { display: block; margin: 0 0 7px; color: var(--slate); font-size: .72rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 46px; border: 1px solid #cfc8bb; border-radius: 2px; padding: 0 13px; color: var(--ink); background: white; }
.field input:focus, .field select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 28px 0 14px; }
.results-bar h2 { font-family: var(--sans); font-size: 1rem; font-weight: 800; }
.results-bar p { margin: 0; color: var(--slate); font-size: .88rem; }
.market-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--pearl); }
.market-table { width: 100%; min-width: 920px; border-collapse: collapse; }
.market-table th { color: var(--slate); background: #f1ecdf; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; text-align: left; padding: 13px 16px; }
.market-table td { border-top: 1px solid var(--line); padding: 16px; vertical-align: middle; }
.company-cell { display: flex; align-items: center; gap: 14px; min-width: 290px; }
.company-logo { width: 48px; height: 48px; border: 1px solid var(--line); background: white; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.company-logo img { width: 100%; height: 100%; object-fit: contain; }
.company-logo .initials { color: var(--gold); background: var(--navy); width: 100%; height: 100%; display: grid; place-items: center; font-family: var(--serif); font-size: 1rem; }
.company-name { color: var(--navy); font-weight: 800; }
.company-intro { color: var(--slate); font-size: .79rem; max-width: 270px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.price { color: var(--navy); font-weight: 800; font-variant-numeric: tabular-nums; }
.subprice { color: var(--slate); font-size: .76rem; }
.necessity { display: flex; align-items: center; gap: 9px; min-width: 118px; }
.necessity-bar { width: 62px; height: 6px; border-radius: 8px; background: #e1dacd; overflow: hidden; }
.necessity-bar span { display: block; height: 100%; background: var(--gold); }
.row-link { color: var(--navy); font-size: .82rem; font-weight: 800; text-underline-offset: 4px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 24px; }
.pagination button { min-width: 38px; height: 38px; border: 1px solid var(--line); background: var(--pearl); color: var(--navy); cursor: pointer; }
.pagination button.active { color: white; background: var(--navy); border-color: var(--navy); }
.pagination button:disabled { opacity: .4; cursor: default; }
.registry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.registry-card { padding: 24px; border: 1px solid var(--line); background: var(--pearl); min-height: 280px; display: flex; flex-direction: column; }
.registry-card-top { display: flex; gap: 13px; align-items: center; }
.registry-card h3 { font-size: 1.36rem; }
.registry-card p { color: var(--slate); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.registry-card .card-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 15px; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { counter-increment: steps; border-top: 3px solid var(--gold); padding: 25px; background: var(--pearl); }
.step::before { content: '0' counter(steps); color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.step h3 { margin-top: 28px; font-size: 1.45rem; }
.step p { color: var(--slate); }
.notice { border-left: 4px solid var(--gold); padding: 22px 26px; background: #efe7d7; color: var(--navy); }
.notice strong { display: block; margin-bottom: 4px; }
.bwd-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bwd-gallery figure { margin: 0; background: white; border: 1px solid var(--line); padding: 14px; }
.bwd-gallery figure.wide { grid-column: 1 / -1; }
.bwd-gallery img { width: 100%; height: 100%; max-height: 540px; object-fit: contain; }
.bwd-gallery figcaption { color: var(--slate); padding: 12px 5px 2px; font-size: .82rem; }
.company-profile { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(290px, .6fr); gap: 28px; }
.profile-main, .profile-aside { border: 1px solid var(--line); background: var(--pearl); padding: 30px; }
.profile-brand { display: flex; gap: 18px; align-items: center; margin-bottom: 28px; }
.profile-brand .company-logo { width: 76px; height: 76px; }
.profile-main h2 { font-size: 2rem; }
.profile-main h3, .profile-aside h3 { font-family: var(--sans); font-size: 1rem; font-weight: 800; margin-top: 26px; }
.quote-panel { padding: 42px; border: 1px solid rgba(219,195,141,.28); background: #0c213c; }
.quote-panel p { color: white; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.25; margin: 0; }
.launch-band { color: white; background: var(--navy); border-top: 1px solid rgba(219,195,141,.35); border-bottom: 1px solid rgba(219,195,141,.35); }
.launch-inner { min-height: 210px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.launch-inner h2 { color: white; font-size: clamp(2rem, 4vw, 3.3rem); }
.launch-inner p { margin: 10px 0 0; color: #bdc8d5; }
.site-footer { color: #c9d1dc; background: #041224; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 70px; }
.footer-brand img { width: 230px; filter: brightness(0) invert(1) sepia(.2); }
.footer-brand p { max-width: 430px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.footer-links h3 { color: var(--gold-light); font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { display: block; color: #c9d1dc; text-decoration: none; margin: 8px 0; font-size: .9rem; }
.footer-links a:hover { color: white; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }
.muted { color: var(--slate); }
.hidden { display: none !important; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 82px 0 0; display: none; flex-direction: column; align-items: stretch; padding: 24px 20px; background: var(--pearl); }
  .nav.open { display: flex; }
  .nav a { padding: 14px; font-size: 1rem; }
  .nav .founders-link { margin-left: 0; margin-top: 8px; text-align: center; }
  .hero-grid, .split, .section-header, .company-profile { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .hero-mark img { width: 230px; }
  .hero-mark { width: 260px; margin: auto; }
  .feature-grid, .registry-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .toolbar { grid-template-columns: 1fr 1fr; }
  .toolbar .field:first-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 178px; }
  .header-inner { min-height: 72px; }
  .nav { inset-top: 72px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 66px; }
  .section { padding-block: 66px; }
  .feature-grid, .registry-grid, .steps, .stats, .bwd-gallery { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .bwd-gallery figure.wide { grid-column: auto; }
  .toolbar { grid-template-columns: 1fr; }
  .toolbar .field:first-child { grid-column: auto; }
  .launch-inner { grid-template-columns: 1fr; padding-block: 42px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .copyright { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
