.home{--bg-primary:#050f1e;--bg-deep:#050f1e;--bg-card:rgba(255,255,255,0.025);--bg-card-hover:rgba(255,255,255,0.045);--forgd-navy:#07152a;--text-primary:#ffffff;--text-secondary:rgba(255,255,255,0.72);--text-dim:rgba(255,255,255,0.55);--border-subtle:rgba(255,255,255,0.06);--border-medium:rgba(255,255,255,0.1);--border-strong:rgba(255,255,255,0.2);--accent-primary:#d97757;--accent-light:#e8916f;--accent-dim:rgba(217,119,87,0.4);--accent-glow:rgba(217,119,87,0.08);--accent-glow-strong:rgba(217,119,87,0.22);--green:#4ade80;--green-bg:rgba(74,222,128,0.08);--radius-sm:6px;--radius-md:8px;--radius-lg:14px;--shadow-card:0 1px 3px rgba(0,0,0,0.3);--transition:0.25s cubic-bezier(0.4,0,0.2,1);--accent-terracotta:#c75b3a;--line-art:#d0dce8}.home *,.home :after,.home :before{margin:0;padding:0}html:has(.home){scroll-padding-top:88px}.home a{color:inherit;text-decoration:none}.home button{font-family:inherit;border:none;background:none;cursor:pointer;color:inherit}.home img,.home svg{display:block;max-width:100%}.home ::selection{background:var(--accent-glow-strong);color:var(--text-primary)}.home :focus-visible{outline:2px solid var(--border-strong);outline-offset:3px;border-radius:3px}.home .container{max-width:1200px;margin:0 auto;padding:0 32px}.home .container-narrow{max-width:860px;margin:0 auto;padding:0 32px}.home section{padding:110px 0;position:relative}.home .alt{background:var(--forgd-navy)}.home .eyebrow{display:inline-flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:24px}.home .eyebrow:before{content:"";width:28px;height:1px;background:var(--accent-dim)}.home .sec-hd{margin-bottom:48px;max-width:780px}.home .sec-hd h2{font-size:clamp(28px,3.4vw,42px);font-weight:800;color:var(--text-primary);line-height:1.08;letter-spacing:-.028em;margin-bottom:18px}.home .sec-hd p{font-size:16px;color:var(--text-secondary);max-width:620px;line-height:1.6}.home .btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;border-radius:var(--radius-md);transition:background var(--transition),border-color var(--transition),color var(--transition);white-space:nowrap;line-height:1}.home .btn-p{padding:14px 24px;background:var(--accent-primary);color:#1a0a04}.home .btn-p:hover{background:var(--accent-light)}.home .btn-w{padding:14px 24px;background:var(--text-primary);color:var(--forgd-navy)}.home .btn-w:hover{background:var(--accent-light);color:#1a0a04}.home .btn-g{padding:13px 23px;border:1px solid var(--border-strong);color:var(--text-primary)}.home .btn-g:hover{border-color:var(--accent-primary);background:var(--bg-card)}.home .btn-sm{font-size:12.5px;padding:10px 16px}.home .fi{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}html.js-fade .fi{opacity:0;transform:translateY(16px)}html.js-fade .fi.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html.js-fade .fi{opacity:1;transform:none;transition:none}}.home .nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(5,15,30,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle);transition:background var(--transition),border-color var(--transition)}.home .nav.scrolled{background:rgba(4,12,24,.94);border-bottom-color:var(--border-medium)}.home .nav-i{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;height:72px}.home .nav-logo{display:inline-flex;align-items:center;height:32px}.home .nav-logo img{height:28px;width:auto;display:block}.home .nav-links{display:flex;gap:28px;flex:1 1;justify-content:center}.home .nav-links a{position:relative;font-size:13.5px;font-weight:500;color:var(--text-secondary);transition:color var(--transition);padding-bottom:3px}.home .nav-links a:hover{color:var(--text-primary)}.home .nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--accent-primary);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform var(--transition-snap)}.home .nav-links a.active{color:var(--text-primary)}.home .nav-links a.active:after{transform:scaleX(1)}.home .nav-cta{flex-shrink:0}.home .nav-toggle{display:none;width:38px;height:38px;align-items:center;justify-content:center;border-radius:var(--radius-md)}.home .nav-toggle:hover{background:var(--bg-card)}@media (max-width:1080px){.home .nav-links{gap:20px}.home .nav-links a{font-size:12.5px}}@media (max-width:940px){.home .nav-cta,.home .nav-links{display:none}.home .nav-toggle{display:flex}}.home .nav-mobile{display:none;position:fixed;top:72px;left:0;right:0;background:var(--bg-deep);border-bottom:1px solid var(--border-medium);padding:24px 32px 32px;flex-direction:column;gap:4px;z-index:199}.home .nav-mobile.open{display:flex}.home .nav-mobile a{font-size:15px;color:var(--text-primary);padding:14px 0;border-bottom:1px solid var(--border-subtle)}.home .nav-mobile a.active{color:var(--accent-primary)}.home .nav-mobile .btn{margin-top:16px;justify-content:center}.home .hero{padding:184px 0 100px;position:relative;overflow:hidden}.home .hero:before{inset:0;background-image:linear-gradient(var(--border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--border-subtle) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 65% 55% at 50% 28%,#000 18%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 65% 55% at 50% 28%,#000 18%,transparent 75%);opacity:.7}.home .hero:after,.home .hero:before{content:"";position:absolute;pointer-events:none}.home .hero:after{top:-10%;left:50%;width:720px;height:520px;transform:translateX(-50%);background:radial-gradient(ellipse at center,var(--accent-glow) 0,transparent 70%)}.home .hero>.container{position:relative}.home .hero-badge{display:inline-flex;align-items:center;gap:12px;margin-bottom:36px;padding:7px 16px 7px 12px;background:var(--bg-card);border:1px solid var(--border-medium);border-radius:100px;transition:border-color var(--transition)}.home .hero-badge:hover{border-color:var(--border-strong)}.home .hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-bg)}.home .hero-badge a{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);transition:color var(--transition)}.home .hero h1,.home .hero-badge a:hover{color:var(--text-primary)}.home .hero h1{font-size:clamp(42px,5.6vw,76px);font-weight:800;line-height:1.04;letter-spacing:-.038em;margin-bottom:28px;max-width:940px}.home .hero h1 .accent{color:var(--accent-primary)}.home .hero-sub{font-size:19px;color:var(--text-secondary);max-width:620px;line-height:1.6;margin-bottom:14px}.home .hero-sub strong{color:var(--text-primary);font-weight:600}.home .hero-tag{font-size:14px;color:var(--text-dim);max-width:560px;line-height:1.6}.home .hero-sub,.home .hero-tag{margin-bottom:38px}.home em{font-style:normal}.home .hero-acts{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:0}.home .hero-cred{margin-top:40px;padding-top:34px;border-top:1px solid var(--border-subtle);max-width:620px}.home .hero-cred-badge{display:inline-block;border-radius:12px;transition:transform var(--transition)}.home .hero-cred-badge img{height:56px;width:auto;display:block}.home .hero-cred-badge:hover{transform:translateY(-2px)}@media (max-width:600px){.home .hero-cred-badge img{height:48px}}.home .card-fx{position:relative;overflow:hidden}.home .phil-grid{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;align-items:stretch;margin-bottom:28px}.home .phil-body{display:flex;flex-direction:column}.home .phil-body p{font-size:17px;color:var(--text-secondary);line-height:1.7;margin-bottom:16px;max-width:540px}.home .phil-body p:last-child{margin-bottom:0}.home .phil-body p strong{color:var(--text-primary);font-weight:600}.home .phil-body p em{color:var(--accent-primary);font-weight:500}.home .off-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.home .off{position:relative;background:#0c1f3a;border:1px solid var(--border-medium);border-radius:var(--radius-lg);padding:32px 32px 30px;box-shadow:0 2px 16px rgba(0,0,0,.3);display:flex;flex-direction:column}.home .off-icon{position:absolute;top:24px;right:24px;width:72px;height:44px;opacity:.9}.home .off-icon svg{width:100%;height:100%;display:block}.home .off-name{font-size:28px;font-weight:700;color:var(--text-primary);letter-spacing:-.022em;line-height:1.05;margin:0 0 14px}.home .off-d{font-size:16px;color:var(--text-secondary);line-height:1.55;margin-bottom:18px;flex:1 1}.home .off-for{font-family:var(--font-mono);font-size:11px;color:var(--accent-primary);letter-spacing:.08em;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}@media (max-width:820px){.home .off-grid{grid-template-columns:1fr}}.home .off-grid.cols4{grid-template-columns:repeat(4,1fr)}@media (max-width:980px){.home .off-grid.cols4{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.home .off-grid.cols4{grid-template-columns:1fr}}.home .off .off-name{margin-top:40px}.home .off--sm .off-name{margin-top:48px}.home .off--sm{padding:26px 24px 24px}.home .off--sm .off-name{font-size:19px;letter-spacing:-.018em;margin-bottom:12px}.home .off--sm .off-d{font-size:13.5px;line-height:1.6}.home .off--sm .off-icon{width:56px;height:34px;top:22px;right:22px}.home .off--cta .off-d{flex:0 0 auto;margin-bottom:24px;max-width:56ch}.home .off--cta .off-cta{align-self:flex-start;margin:0 0 4px}.home .off--cta-primary{background:rgba(217,119,87,.06);border-color:var(--accent-dim)}.home .frontier{position:relative;display:grid;grid-template-columns:.9fr 1fr;grid-gap:56px;gap:56px;background:rgba(217,119,87,.06);border:1px solid var(--accent-dim);border-radius:var(--radius-lg);padding:44px;margin-top:32px;overflow:hidden;transition:background var(--transition),border-color var(--transition)}.home .frontier:hover{background:rgba(217,119,87,.09);border-color:var(--accent-primary)}.home .frontier:before{content:"";position:absolute;top:0;left:44px;width:80px;height:4px;background:var(--accent-primary)}.home .frontier>*{position:relative;z-index:1}.home .frontier-eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:18px}.home .frontier-t{font-size:28px;font-weight:800;color:var(--text-primary);letter-spacing:-.022em;line-height:1.05;margin-bottom:10px}.home .frontier-t .o{color:var(--accent-primary)}.home .frontier-sub{font-size:16px;color:var(--text-secondary);font-weight:400;line-height:1.55;max-width:32ch}.home .frontier-r{display:flex;flex-direction:column;justify-content:center}.home .frontier-r p{font-size:16px;color:var(--text-secondary);line-height:1.55;margin-bottom:14px;max-width:52ch}.home .frontier-r p:last-of-type{margin-bottom:26px}.home .frontier-r p strong{color:var(--text-primary);font-weight:600}.home .frontier-r .btn{align-self:flex-start}.home .frontier-acts{display:flex;gap:10px;flex-wrap:wrap}@media (max-width:860px){.home .frontier{grid-template-columns:1fr;gap:24px;padding:32px 28px}.home .frontier:before{left:28px}}.home .story-box{background:var(--bg-card);border:1px solid var(--border-medium);border-radius:var(--radius-lg);padding:40px 44px}.home .story-top{display:flex;align-items:center;gap:22px;margin-bottom:28px}.home .story-logo{flex-shrink:0;height:72px}.home .story-logo img{height:100%;width:auto;display:block}.home .story-tag{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:4px}.home .story-co{font-size:13px;color:var(--text-dim);font-family:var(--font-mono);letter-spacing:.05em}.home .story-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;padding:24px 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);margin-bottom:28px}.home .story-stat-n{font-size:32px;font-weight:800;color:var(--text-primary);letter-spacing:-.03em;line-height:1;margin-bottom:8px}.home .story-stat-l{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase}.home .story-quote{font-size:17px;color:var(--text-primary);line-height:1.5;font-weight:500;letter-spacing:-.005em;margin-bottom:14px;max-width:720px}.home .story-attr{font-family:var(--font-mono);font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:28px}.home .story-attr-name{color:var(--accent-primary);font-weight:600}@media (max-width:720px){.home .story-box{padding:32px 28px}.home .story-stats{grid-template-columns:1fr;gap:16px}}.home .why-foot{padding-top:24px;border-top:1px solid var(--border-subtle)}.home .why-link{font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);transition:color var(--transition)}.home .why-link:hover{color:var(--accent-light)}.home .doors{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}@media (max-width:720px){.home .doors{grid-template-columns:1fr}}.home .footer{background:var(--bg-deep);border-top:1px solid var(--border-subtle);padding:48px 0 36px}.home .footer-top{justify-content:space-between;gap:28px;padding-bottom:28px;margin-bottom:24px;border-bottom:1px solid var(--border-subtle)}.home .footer-nav,.home .footer-top{display:flex;align-items:center;flex-wrap:wrap}.home .footer-nav{gap:26px}.home .footer-nav a{font-size:13px;font-weight:500;color:var(--text-secondary);transition:color var(--transition)}.home .footer-nav a:hover{color:var(--text-primary)}.home .footer-social{display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color var(--transition)}.home .footer-social:hover{color:var(--accent-primary)}.home .footer-i{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.home .footer-brand{display:inline-flex;align-items:center}.home .footer-brand img{height:26px;width:auto;display:block}.home .footer-meta{display:flex;gap:22px;flex-wrap:wrap;font-family:var(--font-mono);font-size:11.5px;color:var(--text-dim);letter-spacing:.06em}.home .footer-meta a{transition:color var(--transition)}.home .footer-meta a:hover{color:var(--accent-primary)}.home .lead-overlay{display:none;position:fixed;inset:0;z-index:1000;background:rgba(5,15,30,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:24px}.home .lead-overlay.open{display:flex}.home .lead-modal{background:#0b1929;border:1px solid var(--border-medium);border-radius:var(--radius-lg);padding:40px 40px 36px;width:100%;max-width:460px;position:relative;box-shadow:0 24px 64px rgba(0,0,0,.6)}.home .lead-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-size:18px;line-height:1;transition:background var(--transition),color var(--transition)}.home .lead-modal-close:hover{background:var(--bg-card-hover);color:var(--text-primary)}.home .lead-modal h3{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:6px;letter-spacing:-.3px}.home .lead-modal .lead-desc{font-size:14px;color:var(--text-secondary);margin-bottom:28px;line-height:1.5}.home .lead-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:12px}@media (max-width:480px){.home .lead-row{grid-template-columns:1fr}}.home .lead-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.home .lead-field:last-of-type{margin-bottom:0}.home .lead-field label{font-size:12px;font-weight:500;color:var(--text-dim);letter-spacing:.02em;text-transform:uppercase}.home .lead-field input{background:rgba(255,255,255,.04);border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:11px 14px;font-size:14px;font-family:var(--font-body);color:var(--text-primary);transition:border-color var(--transition),background var(--transition);outline:none;width:100%}.home .lead-field input::placeholder,.home .lead-field textarea::placeholder{color:var(--text-dim)}.home .lead-field input:focus,.home .lead-field textarea:focus{border-color:var(--border-strong);background:rgba(255,255,255,.06)}.home .lead-field input.err,.home .lead-field textarea.err{border-color:#ef4444}.home .lead-field input.err:focus,.home .lead-field textarea.err:focus{border-color:#f87171}.home .lead-field textarea{background:rgba(255,255,255,.04);border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:11px 14px;font-size:14px;font-family:var(--font-body);color:var(--text-primary);transition:border-color var(--transition),background var(--transition);outline:none;width:100%;resize:vertical;min-height:76px;line-height:1.5}.home .lead-err{font-size:11.5px;color:#f87171;min-height:16px;line-height:1.4}.home .lead-form-error{font-size:13px;color:#f87171;line-height:1.5;margin-top:16px}.home .lead-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.home .lead-actions{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.home .lead-send-btn{width:44px;height:44px;border-radius:50%;background:var(--accent-primary);color:#1a0a04;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--transition),transform var(--transition)}.home .lead-send-btn:hover{background:var(--accent-light);transform:translateX(2px)}.home .lead-send-btn:active{transform:translateX(1px) scale(.97)}.home .lead-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.home .lead-success{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 0 8px;gap:16px}.home .lead-success.show{display:flex}.home .lead-success-icon{width:52px;height:52px;border-radius:50%;background:var(--green-bg);border:1px solid rgba(74,222,128,.2);display:flex;align-items:center;justify-content:center}.home .lead-success-icon svg{color:var(--green)}.home .lead-success h4{font-size:18px;font-weight:700;color:var(--text-primary);letter-spacing:-.2px}.home .lead-success p{font-size:14px;color:var(--text-secondary);line-height:1.5}.home .frontier-plan-illus{width:140px;height:80px;display:block;margin-bottom:22px}@media (max-width:640px){.home .frontier-plan-illus{width:112px;height:64px}}