@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Oswald:wght@400;600;700&display=swap";:root{--landing-bg: #eef4eb;--landing-surface: #f8fcf6;--landing-surface-soft: #e5f0e2;--landing-surface-strong: #dceadb;--landing-board: #9ab190;--landing-board-deep: #7f9b76;--landing-text: #2e3c31;--landing-text-muted: #5d715f;--landing-line: rgba(46, 60, 49, .08);--landing-accent: #d06892;--landing-accent-dark: #b34f77;--landing-green: #5d8d63;--landing-green-dark: #486d4d}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--landing-bg);color:var(--landing-text);font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}#app{min-height:100vh}.landing-page{padding:0 0 28px}.landing-shell{width:min(1360px,100%);margin:0 auto;padding-left:36px;padding-right:36px}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:18px;background:var(--landing-surface);min-height:84px}.landing-brand{display:inline-flex;align-items:center;gap:10px}.landing-brand__dot{width:18px;height:18px;border-radius:999px;background:var(--landing-accent)}.landing-brand__text{color:var(--landing-text);font-family:Oswald,Impact,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.landing-nav{display:inline-flex;align-items:center;gap:24px;color:var(--landing-text-muted);font-size:.8125rem;font-weight:600}.landing-nav a:hover,.landing-pill:hover{opacity:.82}.landing-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:10px 18px;border-radius:12px;background:var(--landing-green);color:#fff;font-size:.75rem;font-weight:700}.landing-pill--solid{min-height:auto;padding:14px 22px}.landing-hero{position:relative;display:flex;align-items:stretch;overflow:hidden;background:#000;min-height:640px;padding-top:0;padding-bottom:0}.landing-hero__media,.landing-hero__overlay,.landing-hero__copy{position:relative;z-index:1}.landing-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.landing-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,#121814c7,#12181480 42%,#12181447),linear-gradient(180deg,#12181414,#12181461)}.landing-hero__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;width:min(100%,720px);padding:40px}.landing-hero__panel{width:min(100%,560px);padding:28px 30px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#1218148f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-hero .landing-eyebrow,.landing-hero .landing-lead{color:#f4f7f3}.landing-hero__panel h1{color:#fff!important}.landing-eyebrow,.landing-card__eyebrow{margin:0 0 10px;color:#7a8f7d;font-size:.875rem;font-weight:700;letter-spacing:.08em}.landing-hero h1,.landing-section__header h2,.landing-card h3,.landing-progress-card h2{margin:0;font-family:Oswald,Impact,sans-serif;color:var(--landing-text);line-height:.95;letter-spacing:-.03em}.landing-hero h1{max-width:9ch;font-size:clamp(4rem,5vw,4.125rem);line-height:.95}.landing-lead,.landing-section__header p,.landing-card p,.landing-updates p,.landing-footer{color:var(--landing-text-muted);font-size:.875rem;line-height:1.4}.landing-lead{max-width:52ch;margin:16px 0 0}.landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.landing-button{display:inline-flex;align-items:center;justify-content:center;min-height:auto;padding:12px 18px;border-radius:12px;font-size:.75rem;font-weight:700}.landing-button--primary{background:var(--landing-accent);color:#fff}.landing-button--primary:hover{background:var(--landing-accent-dark)}.landing-button:disabled{cursor:not-allowed;opacity:.55}.landing-button--secondary{background:#ffffff1f;color:#f4f7f3}.landing-board__video{position:absolute;top:50%;left:50%;width:177.78vh;min-width:100%;height:66vw;min-height:118%;transform:translate(-50%,-50%);border:0;pointer-events:none}.landing-progress-card{position:absolute;top:40px;right:28px;width:170px;padding:10px;border-radius:12px;background:#e9f3e6}.landing-progress-card h2{margin-bottom:8px;font-size:1.75rem}.landing-progress-card__row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;padding:0 8px;border-radius:8px;background:var(--landing-surface-strong);color:#415746;font-size:.74rem;font-weight:700}.landing-progress-card__row+.landing-progress-card__row{margin-top:6px}.landing-section,.landing-section--alt{padding-top:0}.landing-section--core{background:var(--landing-surface);padding-top:28px;padding-bottom:28px}.landing-section--more{background:var(--landing-bg);padding-top:34px;padding-bottom:34px}.landing-section--updates{background:var(--landing-surface)}.landing-section--shots{background:var(--landing-surface);padding-top:28px;padding-bottom:28px}.landing-section__header{padding-top:0;padding-bottom:14px}.landing-section__header h2{font-size:clamp(2.6rem,3vw,3.2rem);font-weight:600}.landing-section__header p{margin:8px 0 0}.landing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.landing-shot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.landing-card{min-width:0;min-height:170px;padding:14px;border-radius:16px;background:var(--landing-surface-soft)}.landing-card--soft{background:var(--landing-surface-strong)}.landing-card h3{font-size:2.125rem;font-weight:400;line-height:.9}.landing-card p{margin:8px 0 0}.landing-shot-card{overflow:hidden;border-radius:16px;background:var(--landing-surface-soft)}.landing-shot-card__image{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--landing-surface-strong)}.landing-shot-card__copy{padding:12px 14px 14px}.landing-shot-card__copy h3{margin:0;font-family:Oswald,Impact,sans-serif;font-size:1.75rem;font-weight:400;line-height:.95;letter-spacing:-.03em}.landing-shot-card__copy p{margin:8px 0 0;color:var(--landing-text-muted);font-size:.875rem;line-height:1.4}.landing-updates{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;padding-bottom:24px}.landing-updates{min-height:120px}.landing-updates__copy{min-width:0}.landing-updates__copy h2{font-size:clamp(2.75rem,3vw,3.125rem);font-weight:600}.landing-updates p{margin:8px 0 0}.landing-updates__form{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content:flex-end;width:min(100%,760px)}.landing-input{display:flex;align-items:center;width:360px;min-height:40px;padding:0 14px;border:0;border-radius:10px;background:var(--landing-surface-soft);color:var(--landing-text);font-size:.8rem}.landing-input::placeholder{color:#79907c}.landing-input:disabled{cursor:not-allowed;opacity:.7}.landing-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.landing-turnstile-wrap{display:flex;align-items:center;min-height:40px}.landing-form-feedback{width:100%;color:var(--landing-text-muted);font-size:.8rem;text-align:right}.landing-form-feedback [data-fs-success]{color:var(--landing-green-dark)}.landing-form-feedback [data-fs-error]{color:#a24f67}.landing-inline-note{margin-top:-8px;padding-bottom:24px;color:var(--landing-text-muted);font-size:.8rem}.landing-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}.landing-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:118px;padding-top:16px;padding-bottom:16px;background:#2f3d31;color:#d7e5d6;font-size:.75rem;font-weight:600}.landing-footer__links{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.landing-footer__links a:hover{opacity:.82}@media(max-width:980px){.landing-shell{padding-left:20px;padding-right:20px}.landing-header,.landing-updates,.landing-footer{flex-direction:column;align-items:flex-start}.landing-hero{min-height:520px}.landing-hero__copy{width:100%;padding:24px}.landing-hero__panel{width:min(100%,520px)}.landing-grid,.landing-shot-grid{grid-template-columns:1fr}.landing-updates__form{width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start}.landing-input{width:100%}.landing-form-feedback{text-align:left}}@media(max-width:640px){.landing-page{padding-bottom:0}.landing-header{gap:12px;padding-top:14px;padding-bottom:14px}.landing-brand__text{font-size:1rem}.landing-nav{gap:12px;font-size:.72rem}.landing-pill{min-height:28px;font-size:.68rem}.landing-hero__copy{padding:18px;justify-content:flex-end}.landing-hero h1{max-width:8ch;font-size:3.3rem}.landing-lead{font-size:.86rem}.landing-actions{gap:8px}.landing-button{min-height:34px;padding:0 12px;font-size:.68rem}.landing-hero{min-height:460px}.landing-hero__panel{padding:20px;border-radius:16px}.landing-progress-card{top:12px;left:14px;right:14px;width:auto}.landing-section__header{padding-top:24px;padding-bottom:10px}.landing-section__header h2,.landing-updates__copy h2{font-size:2.125rem}.landing-card{min-height:0}.landing-card h3{font-size:1.625rem}.landing-footer{min-height:0;padding-top:18px;padding-bottom:18px;font-size:.62rem}}
