:root{
  --red:#e8102a;
  --white:#ffffff;
  --paper:#f7f4ee;
  --ink:#1a1714;
  --ink-soft:#4a453d;
  --muted:#8a8378;
  --line:#d8d2c6;
  --line-strong:#1a1714;
  --yellow:#f5ff1e;
  --black:#000000;

  --serif:"Fraunces",Georgia,serif;
  --sans:"Inter",system-ui,sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,monospace;

  --maxw:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}
svg{display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
@media(min-width:768px){.wrap{padding:0 40px}}

.topbar{background:var(--ink);color:var(--paper);overflow:hidden;white-space:nowrap;border-bottom:1px solid var(--ink)}
.topbar-track{display:inline-flex;align-items:center;gap:1.2rem;padding:.5rem 0;font-family:var(--mono);font-size:.72rem;letter-spacing:.04em;animation:tick 40s linear infinite;will-change:transform}
.topbar .tk b{color:var(--red);font-weight:600}
.topbar .sep{color:var(--muted)}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.masthead{position:sticky;top:0;z-index:50;background:var(--paper);border-bottom:2px solid var(--line-strong)}
.masthead-row{display:flex;align-items:center;gap:2rem;height:68px}
.brand{display:flex;align-items:center;gap:.55rem}
.brand-mark{color:var(--red)}
.brand-name{font-family:var(--serif);font-weight:900;font-size:1.5rem;letter-spacing:-.02em;line-height:1;color:var(--ink)}
.brand-tag{font-family:var(--mono);font-size:.56rem;letter-spacing:.22em;color:var(--muted);border-left:1px solid var(--line);padding-left:.55rem;margin-left:.15rem}
@media(max-width:600px){.brand-tag{display:none}}

.mainnav{display:none;gap:1.8rem;margin-left:auto}
@media(min-width:920px){.mainnav{display:flex}}
.nav-link{font-size:.9rem;font-weight:500;color:var(--ink-soft);position:relative;padding:.2rem 0;transition:color .2s}
.nav-link::after{content:"";position:absolute;left:0;bottom:-3px;height:2px;width:0;background:var(--red);transition:width .25s}
.nav-link:hover{color:var(--ink)}
.nav-link:hover::after{width:100%}

.masthead-right{display:none;align-items:center;gap:1.2rem;margin-left:auto}
@media(min-width:920px){.masthead-right{display:flex;margin-left:2rem}}
.dateline{font-family:var(--mono);font-size:.7rem;color:var(--muted);letter-spacing:.03em;text-align:right;line-height:1.3;max-width:120px}

.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:var(--white);font-weight:600;font-size:.86rem;padding:.6rem 1.15rem;border-radius:2px;transition:background .2s,transform .15s}
.btn:hover{background:#c50d24;transform:translateY(-1px)}
.btn-lg{font-size:.95rem;padding:.85rem 1.6rem}
.btn-invert{background:var(--ink)}
.btn-invert:hover{background:#000}

.menu-btn{display:inline-flex;margin-left:auto;color:var(--ink);padding:.4rem}
.menu-btn svg{width:24px;height:24px}
@media(min-width:920px){.menu-btn{display:none}}
.mobile-menu{display:flex;flex-direction:column;border-top:1px solid var(--line);background:var(--paper)}
.mobile-menu.hidden{display:none}
.mob-link{padding:1rem 24px;border-bottom:1px solid var(--line);font-weight:500;color:var(--ink)}

.section-title{font-family:var(--serif);font-weight:900;letter-spacing:-.025em;line-height:.95;font-size:clamp(2rem,4.5vw,3.4rem);margin:0;color:var(--ink)}
.section-note{margin:.7rem 0 0;font-size:.95rem;color:var(--muted);max-width:34rem}
.kicker{display:flex;align-items:center;gap:.5rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin:0 0 1.6rem}
.kicker-dot{width:7px;height:7px;background:var(--red);border-radius:50%;animation:blink 2s ease-in-out infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}

.hero{padding:4rem 0 0;border-bottom:2px solid var(--line-strong)}
@media(min-width:768px){.hero{padding:5.5rem 0 0}}
.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:3.5rem;border-bottom:1px solid var(--line)}
@media(min-width:900px){.hero-grid{grid-template-columns:1.5fr 1fr;gap:4rem;align-items:end}}
.headline{font-family:var(--serif);font-weight:900;letter-spacing:-.03em;line-height:.92;font-size:clamp(2.8rem,8vw,6.2rem);margin:0;color:var(--ink)}
.headline .reveal-line{display:block;overflow:hidden}
.headline .reveal-line>span{display:block}
.headline em{font-style:italic;color:var(--red)}
.standfirst{font-family:var(--serif);font-weight:400;font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.5;color:var(--ink-soft);margin:0 0 1.8rem;border-left:3px solid var(--red);padding-left:1.1rem}
.hero-cta{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}
.link-underline{font-weight:600;font-size:.92rem;border-bottom:2px solid var(--ink);padding-bottom:2px;transition:color .2s,border-color .2s}
.link-underline:hover{color:var(--red);border-color:var(--red)}

.ledger{display:grid;grid-template-columns:repeat(2,1fr);gap:0}
@media(min-width:768px){.ledger{grid-template-columns:repeat(4,1fr)}}
.ledger-cell{padding:1.6rem 1.5rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.ledger-cell:first-child{padding-left:0}
@media(min-width:768px){.ledger-cell{border-bottom:0}.ledger-cell:last-child{border-right:0}}
.ledger-num{display:block;font-family:var(--mono);font-weight:600;font-size:1.8rem;color:var(--ink);line-height:1}
.ledger-label{display:block;margin-top:.4rem;font-size:.78rem;color:var(--muted)}

.board{padding:5rem 0;border-bottom:2px solid var(--line-strong)}
@media(min-width:768px){.board{padding:7rem 0}}
.board-head{margin-bottom:2.5rem}
.board-table{width:100%;border-top:1px solid var(--line-strong)}
.board-row{
  display:grid;grid-template-columns:1.2fr 3fr;gap:.4rem 1rem;align-items:center;
  padding:1.3rem 0;border-bottom:1px solid var(--line);transition:background .2s;
}
@media(min-width:860px){
  .board-row{grid-template-columns:1.1fr 4fr 1fr .8fr 1.2fr;gap:1.5rem;padding:1.15rem .8rem}
  .board-row:hover{background:rgba(232,16,42,.04)}
}
.board-row--header{padding:.7rem .8rem;border-bottom:1px solid var(--line-strong)}
.board-row--header span{font-family:var(--mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.board-row--header .col-tag,.board-row--header .col-val,.board-row--header .col-status{display:none}
@media(min-width:860px){.board-row--header .col-tag,.board-row--header .col-val,.board-row--header .col-status{display:block}}
.col-sec{font-family:var(--mono);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:500}
.col-offer{font-family:var(--serif);font-size:1.08rem;font-weight:500;line-height:1.3;color:var(--ink)}
.col-tag{grid-column:1/-1}
@media(min-width:860px){.col-tag{grid-column:auto}}
.pill{display:inline-block;font-family:var(--mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .55rem;border:1px solid var(--line-strong);border-radius:2px;color:var(--ink)}
.pill--code{background:var(--yellow);border-color:var(--yellow)}
.pill--new{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.col-val{font-family:var(--mono);font-weight:600;font-size:1.15rem;color:var(--ink)}
.col-val--down{color:var(--red)}
.col-val--up{color:#1a7a3c}
.col-status{display:none;align-items:center;gap:.4rem;font-family:var(--mono);font-size:.76rem;color:var(--muted)}
@media(min-width:860px){.col-status{display:flex}}
.board-foot{margin:1.8rem 0 0;font-family:var(--mono);font-size:.74rem;color:var(--muted);text-align:center}

.how{padding:5rem 0;border-bottom:2px solid var(--line-strong);background:var(--ink);color:var(--paper)}
@media(min-width:768px){.how{padding:7rem 0}}
.how .section-title{color:var(--paper)}
.how .section-note{color:var(--muted)}
.how-grid{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:860px){.how-grid{grid-template-columns:1fr 1.6fr;gap:5rem}}
.how-items{display:flex;flex-direction:column}
.how-item{display:flex;gap:1.6rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.14)}
.how-item:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
.how-idx{font-family:var(--mono);font-size:.9rem;color:var(--red);font-weight:600;flex-shrink:0;padding-top:.2rem}
.how-item h3{font-family:var(--serif);font-weight:600;font-size:1.5rem;margin:0 0 .5rem;letter-spacing:-.01em;color:var(--paper)}
.how-item p{margin:0;color:rgba(247,244,238,.66);line-height:1.6;font-size:.98rem;max-width:34rem}

.sections{padding:5rem 0;border-bottom:2px solid var(--line-strong)}
@media(min-width:768px){.sections{padding:7rem 0}}
.sections-list{border-top:1px solid var(--line-strong)}
.sec-line{display:flex;align-items:center;gap:1rem;padding:1.4rem .5rem;border-bottom:1px solid var(--line);transition:background .2s,padding .2s}
.sec-line:hover{background:var(--ink);padding-left:1.2rem}
.sec-line:hover .sec-name,.sec-line:hover .sec-count{color:var(--paper)}
.sec-line:hover svg{color:var(--red)}
.sec-name{font-family:var(--serif);font-weight:600;font-size:clamp(1.3rem,3vw,2rem);letter-spacing:-.01em;color:var(--ink);flex:1}
.sec-count{font-family:var(--mono);font-size:.9rem;color:var(--muted)}
.sec-line svg{width:22px;height:22px;color:var(--ink)}

.why{padding:5rem 0;border-bottom:2px solid var(--line-strong)}
@media(min-width:768px){.why{padding:7rem 0}}
.why-grid{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:768px){.why-grid{grid-template-columns:repeat(3,1fr)}}
.why-col{padding:2rem 2rem 2rem 0;border-bottom:1px solid var(--line)}
@media(min-width:768px){.why-col{border-bottom:0;border-right:1px solid var(--line);padding:0 2rem}.why-col:first-child{padding-left:0}.why-col:last-child{border-right:0}}
.why-mark{font-family:var(--mono);font-size:.8rem;color:var(--red);font-weight:600}
.why-col h3{font-family:var(--serif);font-weight:600;font-size:1.4rem;margin:1rem 0 .6rem;letter-spacing:-.01em}
.why-col p{margin:0;color:var(--ink-soft);line-height:1.6;font-size:.98rem}

.pull{padding:6rem 0;text-align:center;background:var(--red);color:var(--white);border-bottom:2px solid var(--line-strong)}
@media(min-width:768px){.pull{padding:8rem 0}}
.pull-quote{font-family:var(--serif);font-weight:500;font-size:clamp(1.8rem,4.5vw,3.2rem);line-height:1.12;letter-spacing:-.02em;margin:0 auto 2.5rem;max-width:22ch}
.pull-quote em{font-style:italic;color:var(--ink)}
.pull .btn-invert{background:var(--white);color:var(--ink)}
.pull .btn-invert:hover{background:var(--paper)}

.faq-sec{padding:5rem 0;border-bottom:2px solid var(--line-strong)}
@media(min-width:768px){.faq-sec{padding:7rem 0}}
.faq-list{border-top:1px solid var(--line-strong);max-width:60rem}
.faq{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;font-family:var(--serif);font-weight:600;font-size:clamp(1.15rem,2.4vw,1.6rem);letter-spacing:-.01em;color:var(--ink);transition:color .2s}
.faq summary::-webkit-details-marker{display:none}
.faq summary:hover{color:var(--red)}
.faq-ic{width:22px;height:22px;flex-shrink:0;color:var(--red);transition:transform .3s}
.faq[open] .faq-ic{transform:rotate(45deg)}
.faq-a{overflow:hidden;max-height:0;transition:max-height .35s ease}
.faq-a p{margin:0;padding:0 0 1.5rem;color:var(--ink-soft);line-height:1.65;max-width:46rem;font-size:1.02rem}

.footer{background:var(--ink);color:var(--paper);padding:4rem 0 2.5rem}
.footer .brand-name{color:var(--paper)}
.footer .brand-tag{color:var(--muted);border-color:rgba(255,255,255,.2)}
.footer-top{display:flex;flex-direction:column;gap:1rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.14)}
@media(min-width:768px){.footer-top{flex-direction:row;align-items:center;justify-content:space-between}}
.footer-tag{margin:0;color:rgba(247,244,238,.6);font-size:.95rem}
.footer-bottom{display:flex;flex-direction:column;gap:1.2rem;padding-top:2rem}
@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}
.footer-copy{margin:0;color:var(--muted);font-size:.82rem;font-family:var(--mono)}
.footer-links{display:flex;flex-wrap:wrap;gap:1.6rem}
.footer-link{color:var(--paper);font-size:.84rem;transition:color .2s}
.footer-link:hover{color:var(--red)}
.footer-disclaimer{margin:2rem 0 0;color:var(--muted);font-size:.75rem;line-height:1.55;max-width:56rem}

.modal-root{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-end;justify-content:center}
@media(min-width:640px){.modal-root{align-items:center}}
.modal-root[hidden]{display:none}
.modal-overlay{position:absolute;inset:0;background:rgba(26,23,20,.6);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s}
.modal-root.show .modal-overlay{opacity:1}
.modal-panel{position:relative;background:var(--paper);width:100%;max-width:46rem;max-height:88vh;border-radius:6px 6px 0 0;display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}
@media(min-width:640px){.modal-panel{border-radius:6px;transform:translateY(24px) scale(.98);opacity:0;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s}}
.modal-root.show .modal-panel{transform:translateY(0) scale(1);opacity:1}
.modal-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 1.6rem;border-bottom:2px solid var(--line-strong);flex-shrink:0}
.modal-title{font-family:var(--serif);font-weight:900;font-size:1.5rem;letter-spacing:-.02em;margin:0}
.modal-close{display:inline-flex;padding:.5rem;border-radius:4px;color:var(--ink);transition:background .2s}
.modal-close svg{width:20px;height:20px}
.modal-close:hover{background:rgba(0,0,0,.07)}
.modal-content{padding:1.8rem 1.6rem 2.4rem;overflow-y:auto}
@media(min-width:640px){.modal-content{padding:2rem 2.4rem 2.8rem}}
.modal-content .lead{font-family:var(--serif);font-size:1.1rem;color:var(--ink);line-height:1.5;margin:0 0 1.6rem;padding-bottom:1.4rem;border-bottom:1px solid var(--line)}
.modal-content h3{font-family:var(--serif);font-weight:600;font-size:1.15rem;margin:1.8rem 0 .5rem;letter-spacing:-.01em;color:var(--ink)}
.modal-content p{margin:0;color:var(--ink-soft);line-height:1.65;font-size:.96rem}
.modal-content strong{color:var(--ink);font-weight:600}

.reveal{opacity:0;transform:translateY(24px)}
.reveal-line>span{transform:translateY(105%)}
.is-in.reveal{opacity:1;transform:none}
body.no-motion .reveal{opacity:1;transform:none}
body.no-motion .reveal-line>span{transform:none}
body.no-motion .topbar-track{animation:none}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .topbar-track{animation:none}
  .reveal{opacity:1;transform:none}
  .reveal-line>span{transform:none}
  .kicker-dot{animation:none}
}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:3px}