body.page-home{--nav-h: 60px}body.page-home .hero{position:relative;min-height:calc(100vh - var(--nav-h));min-height:calc(100dvh - var(--nav-h));padding:clamp(72px,10vh,140px) 0 clamp(40px,6vh,88px);overflow:hidden;isolation:isolate;color:#fff}body.page-home .hero-bg{position:absolute;inset:0;z-index:-2}body.page-home .hero-bg .img-real,body.page-home .hero-bg .img-placeholder{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;aspect-ratio:auto}body.page-home .hero-bg .img-real img{width:100%;height:100%;object-fit:cover;object-position:50% 40%;display:block}@media(max-width:1100px){body.page-home .hero-bg .img-real img{object-position:60% 40%}}@media(max-width:768px){body.page-home .hero-bg .img-real img{object-position:68% 42%}}@media(max-width:480px){body.page-home .hero-bg .img-real img{object-position:72% 45%}}body.page-home .hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#2c3645c7,#2c3645ad 38%,#2c364575 55%,#2c364533 78%,#2c364500)}body.page-home .hero>.page{position:relative;z-index:1}body.page-home .hero-inner{position:relative;max-width:580px}body.page-home .hero-eyebrow-row{margin-bottom:var(--space-10)}body.page-home .hero-headline{font-size:clamp(40px,6.4vw,92px);line-height:1.06;letter-spacing:-.035em;font-weight:600;color:#fff;text-wrap:balance;margin:0;max-width:18ch;text-shadow:0 2px 24px rgba(0,0,0,.28)}body.page-home .hero-lede{margin-top:var(--space-8);font-size:clamp(18px,1.5vw,22px);line-height:1.55;color:#fffffff0;max-width:56ch;text-shadow:0 1px 12px rgba(0,0,0,.3)}body.page-home .hero-lede b{color:#fff;font-weight:600}body.page-home .hero-lede p+p{margin-top:var(--space-3)}body.page-home .hero-cta-row{margin-top:var(--space-10);display:flex;gap:var(--space-5);align-items:center;flex-wrap:wrap}@media(max-width:768px){body.page-home .hero-headline{max-width:none}}@media(max-height:820px){body.page-home .hero{padding-top:clamp(56px,8vh,110px);padding-bottom:clamp(28px,4vh,56px)}body.page-home .hero-headline{font-size:clamp(36px,5.4vw,72px)}body.page-home .hero-lede{margin-top:var(--space-6);font-size:clamp(16px,1.3vw,19px)}body.page-home .hero-lede p+p{margin-top:var(--space-3)}body.page-home .hero-cta-row{margin-top:var(--space-8)}}@media(max-height:640px){body.page-home .hero{padding-top:clamp(48px,6vh,88px);padding-bottom:clamp(20px,3vh,40px)}body.page-home .hero-headline{font-size:clamp(32px,4.6vw,56px)}body.page-home .hero-eyebrow-row{margin-bottom:var(--space-5)}body.page-home .hero-lede{margin-top:var(--space-5)}body.page-home .hero-lede p+p{margin-top:var(--space-2)}body.page-home .hero-cta-row{margin-top:var(--space-6)}}@media(min-width:1024px){body.page-home .section{padding:72px 0}}body.page-home .receipts-table{border-top:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong)}body.page-home .receipts-row{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"num    sector status" ".      what   what";column-gap:var(--space-4);row-gap:var(--space-3);padding:var(--space-8) 0;border-bottom:1px solid var(--border);align-items:center}body.page-home .receipts-row .num{grid-area:num}body.page-home .receipts-row .sector{grid-area:sector}body.page-home .receipts-row .what{grid-area:what}body.page-home .receipts-row .status{grid-area:status}body.page-home .receipts-row:last-child{border-bottom:0}@media(min-width:900px){body.page-home .receipts-row{grid-template-columns:80px 240px 1fr 160px;grid-template-areas:"num sector what status";column-gap:var(--space-8);row-gap:0;align-items:center}}body.page-home .receipts-row .num{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.16em;color:var(--brand-green);font-weight:500}body.page-home .receipts-row .sector{font-size:clamp(22px,2.2vw,30px);font-weight:600;color:var(--brand-navy);letter-spacing:-.02em;line-height:1.1}body.page-home .receipts-row .what{font-size:15px;line-height:1.6;color:var(--fg-muted);max-width:60ch}body.page-home .receipts-row .status{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-subtle);display:flex;align-items:center;gap:8px}body.page-home .receipts-row .status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand-green);flex-shrink:0}body.page-home .receipts-foot{margin-top:var(--space-10);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}body.page-home .receipts-foot .note{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint)}body.page-home .gap-section{background:var(--bg-sunken);position:relative;overflow:hidden}body.page-home .gap-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 50% at 100% 100%,rgba(110,184,131,.12),transparent 60%),radial-gradient(ellipse 40% 40% at 0% 0%,rgba(79,123,217,.06),transparent 60%);pointer-events:none}body.page-home .gap-inner{position:relative;max-width:1080px}body.page-home .gap-eyebrow-row{display:flex;align-items:center;gap:var(--space-5);margin-bottom:var(--space-10)}body.page-home .gap-eyebrow-rule{flex:1;height:1px;background:var(--border)}body.page-home .gap-headline{font-size:clamp(34px,5.2vw,76px);font-weight:600;line-height:1.18;letter-spacing:-.035em;color:var(--brand-navy);text-wrap:balance;margin:0;max-width:22ch}body.page-home .gap-headline em{font-style:normal;color:var(--brand-green)}body.page-home .gap-body{margin-top:var(--space-10);padding-top:var(--space-8);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:var(--space-5)}body.page-home .gap-body-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-faint)}body.page-home .gap-body-prose{font-size:clamp(17px,1.35vw,20px);line-height:1.6;color:var(--fg-muted)}body.page-home .gap-body-prose p+p{margin-top:var(--space-5)}body.page-home .gap-body-prose b{color:var(--brand-navy);font-weight:600}body.page-home .gap-refusal{font-size:clamp(17px,1.35vw,20px);line-height:1.5;color:var(--brand-navy);font-weight:600;letter-spacing:-.01em}body.page-home .gap-refusal+.gap-refusal{margin-top:var(--space-3)}body.page-home .gap-image{margin-top:var(--space-12);margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1)}@media(min-width:1280px){body.page-home .gap-image{margin-left:calc((100vw - var(--container)) / -2);margin-right:calc((100vw - var(--container)) / -2)}}body.page-home .gap-image .img-placeholder,body.page-home .gap-image .img-real{border-radius:0;border-left:0;border-right:0;aspect-ratio:3 / 2}body.page-home .gap-tail{margin-top:var(--space-10);font-size:clamp(18px,1.4vw,22px);line-height:1.4;color:var(--brand-navy);font-weight:600;letter-spacing:-.015em;max-width:32ch}body.page-home .beats{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}@media(min-width:900px){body.page-home .beats{grid-template-columns:1fr 1fr}}body.page-home .beat{background:var(--bg-elevated);padding:clamp(40px,4.5vw,64px);display:flex;flex-direction:column;gap:var(--space-5)}body.page-home .beat:last-child{background:var(--bg)}body.page-home .beat .t-eyebrow{margin-bottom:var(--space-3)}body.page-home .beat h3{font-size:clamp(24px,2.4vw,34px);font-weight:600;color:var(--brand-navy);letter-spacing:-.025em;line-height:1.1;text-wrap:balance}body.page-home .beat p{font-size:15.5px;line-height:1.7;color:var(--fg-muted)}body.page-home .beat p+p{margin-top:var(--space-4)}body.page-home .beat p b{color:var(--brand-navy);font-weight:600}body.page-home .beat .footer{margin-top:auto;padding-top:var(--space-5);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3)}
