:root{--bg-color:#050808;--bg-color-lighter:#111413;--highlight-color:#05f;--highlight-rgb:0, 85, 255;--text-primary:#fff;--text-secondary:#fff6}.typography-hero{letter-spacing:-.02em;margin-bottom:40px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:600;line-height:1.1}.typography-section{letter-spacing:-.02em;margin-bottom:32px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600;line-height:1.2}.typography-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.typography-body-lg{font-size:1.35rem;font-weight:300;line-height:1.6}.typography-body{font-size:1.1rem;line-height:1.6}.text-gradient-primary{background:linear-gradient(90deg, #fff 0%, var(--highlight-color) 80%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;display:inline-block}.text-gradient-vertical{background:linear-gradient(#fff 0%,#fff6 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;display:inline-block}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary);overflow-wrap:break-word;word-wrap:break-word;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}::selection{background-color:var(--highlight-color);color:#fff}.hero{text-align:center;background:radial-gradient(circle at top,#0055ff26,#0000 50%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 20px;display:flex}.scroll-section{background:linear-gradient(180deg, var(--bg-color) 0%, var(--bg-color-lighter) 50%, var(--bg-color) 100%);min-height:300vh;position:relative}.sticky-container{flex-direction:column;justify-content:center;width:100%;height:120vh;display:flex;position:sticky;top:0}.scroll-text{letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(2rem,4.5vw,4rem);font-weight:600;line-height:1.2}.text-line{display:block}.final-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 20px;display:flex}.highlight{color:var(--highlight-color)}.nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05080859;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px 48px;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:10px;font-size:1.5rem;font-weight:700;display:flex}.nav-logo-image,.nav-wordmark-image{object-fit:contain;width:150px;height:auto;display:block}.nav-wordmark-image{width:176px}.brand-wordmark{background:linear-gradient(90deg, #fff 0%, #fff 42%, var(--highlight-color) 100%);-webkit-text-fill-color:transparent;color:#0000;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-weight:700;line-height:1}.nav-logo-mark{object-fit:contain;border-radius:6px;width:30px;height:30px}.nav-links{gap:32px;display:flex}.nav-link{color:var(--text-primary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.btn{color:var(--text-primary);letter-spacing:.05em;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn:hover{background:#ffffff0d;border-color:#fff3}.btn-primary,.btn-primary:hover{background:var(--highlight-color);border-color:var(--highlight-color);color:#000}.btn-glow{color:#000;z-index:1;background:0 0;border:none;border-radius:4px;font-weight:500;position:relative;overflow:hidden}.btn-glow:before{content:"";background:conic-gradient(transparent 0deg, transparent 270deg, var(--highlight-color) 360deg);z-index:-2;width:200%;height:400%;animation:4s linear infinite rotateGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-glow:after{content:"";z-index:-1;background:#fff;border-radius:3px;transition:background .3s;position:absolute;inset:1.5px}.btn-glow:hover:after{background:#f8f8f8}@keyframes rotateGlow{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.btn-lg{letter-spacing:.1em;padding:14px 32px;font-size:.95rem}.btn-grey{color:#000;text-transform:uppercase;background:#aab2b0;border-color:#aab2b0;border-radius:4px;font-weight:600}.btn-grey:hover{color:#000;background:#c0c7c5;border-color:#c0c7c5}.route-fallback{min-height:100vh}.notfound-main{align-items:center;min-height:100vh;display:flex}.notfound-inner{max-width:640px}.notfound-code{font-family:var(--font-display);color:var(--highlight-color);letter-spacing:.08em;margin:0 0 16px}.notfound-title{margin-bottom:16px}.notfound-text{color:var(--text-2);margin:0 0 32px}.notfound-cta{display:inline-flex}.route-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;padding:0 24px;display:flex}.route-error-text{color:var(--text-2);margin:0}.grainy-global-overlay{pointer-events:none;opacity:.25;mix-blend-mode:overlay;z-index:9999;background-image:url(/textures/grain.webp);background-repeat:repeat;background-size:200px;position:fixed;inset:0}.nav-mobile-toggle{cursor:pointer;z-index:101;background:0 0;border:none;padding:8px;display:none}.nav-mobile-menu{display:none}@media (width<=768px){.nav{padding:16px 24px}.nav-desktop{display:none}.nav-mobile-toggle{justify-content:center;align-items:center;display:flex}.nav-mobile-menu{z-index:99;background-color:#050808;border-bottom:1px solid #ffffff0d;flex-direction:column;height:auto;padding:80px 20px 30px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 10px 30px #00000080}.nav-mobile-links{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.nav-mobile-link{color:var(--text-primary);font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-mobile-link:hover{color:var(--highlight-color)}.nav-mobile-footer{justify-content:flex-start;width:100%;display:flex}.nav-logo{font-size:1.2rem}.nav-logo-image{width:126px}.nav-wordmark-image{width:148px}.nav-logo-mark{width:26px;height:26px}.btn-glow{padding:12px 24px;font-size:.95rem}.btn-lg{padding:12px 24px;font-size:.9rem}}:root{--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:40px;--space-6:64px;--space-7:96px;--space-8:128px;--section-py:clamp(var(--space-6), 8vw, var(--space-7));--container:1240px;--container-pad:clamp(20px, 4vw, 32px);--radius-card:20px;--radius-card-inner:14px;--radius-pill:999px;--hairline-color:#ffffff14;--hairline:1px solid var(--hairline-color);--hairline-strong:#ffffff29;--surface-shell:#ffffff0a;--surface-card:#0b0b0e;--surface-raised:#0a0a0c;--surface-accent-tint:#0055ff14;--text-1:#fff;--text-2:#ffffffbd;--text-3:#ffffff8f;--font-display:"Space Grotesk", "Inter", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ease-system:cubic-bezier(.32, .72, 0, 1);--dur-fast:.25s;--dur-med:.45s;--dur-slow:.8s}html{scroll-behavior:smooth}.section{padding-top:var(--section-py);padding-bottom:var(--section-py)}@media (width<=768px){:root{--section-py:var(--space-6)}}.container{max-width:var(--container);padding-left:var(--container-pad);padding-right:var(--container-pad);margin-left:auto;margin-right:auto}.display-hero{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-1);margin:0;font-size:clamp(3rem,7vw,5.5rem);font-weight:600;line-height:1.04}.display-section{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);margin:0;font-size:clamp(1.9rem,3.8vw,3rem);font-weight:600;line-height:1.12}.display-card{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);margin:0;font-size:clamp(1.35rem,2.2vw,1.9rem);font-weight:600;line-height:1.18}.text-lead{font-family:var(--font-body);color:var(--text-2);margin:0;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65}.text-body{font-family:var(--font-body);color:var(--text-2);margin:0;font-size:1rem;line-height:1.65}.pill-cta{white-space:nowrap;font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius-pill);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-system), border-color var(--dur-fast) var(--ease-system), transform var(--dur-fast) var(--ease-system);border:1px solid #0000;align-items:center;gap:14px;padding:9px 9px 9px 26px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.pill-cta:active{transform:scale(.98)}.pill-cta:focus-visible{outline:2px solid var(--text-1);outline-offset:3px}.pill-cta-icon{border-radius:var(--radius-pill);width:34px;height:34px;transition:transform var(--dur-fast) var(--ease-system);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pill-cta-icon svg{width:14px;height:14px;display:block}.pill-cta:hover .pill-cta-icon{transform:translate(2px,-2px)}.pill-cta-primary{background:var(--highlight-color);color:#fff}.pill-cta-primary:hover{background:#1a64ff}.pill-cta-primary .pill-cta-icon{color:#fff;background:#ffffff2e}.pill-cta-ghost{color:var(--text-1);border-color:var(--hairline-strong);background:0 0}.pill-cta-ghost:hover{background:#ffffff0a;border-color:#ffffff57}.pill-cta-ghost .pill-cta-icon{color:var(--text-1);background:#ffffff14}.bezel-card{background:var(--surface-shell);border:var(--hairline);border-radius:var(--radius-card);padding:6px}.bezel-card-inner{background:var(--surface-card);border-radius:var(--radius-card-inner);height:100%;overflow:hidden;box-shadow:inset 0 1px #ffffff12}.bezel-hover{transition:transform .3s var(--ease-system), border-color .3s var(--ease-system)}.bezel-hover:hover{border-color:var(--hairline-strong);transform:translateY(-4px)}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--highlight-color);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.nav-root{z-index:100;padding:14px var(--container-pad) 0;pointer-events:none;position:fixed;top:0;left:0;right:0}.nav-pill{pointer-events:auto;max-width:var(--container);justify-content:space-between;align-items:center;gap:var(--space-4);-webkit-backdrop-filter:blur(10px);border:var(--hairline);border-radius:var(--radius-pill);background:#0a0a0eb8;margin:0 auto;padding:8px 8px 8px 22px;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:inline-flex}.nav-logo img{width:148px;height:auto;display:block}.nav-desktop,.nav-links{align-items:center;gap:var(--space-5);display:flex}.nav-link{font-family:var(--font-body);color:var(--text-2);white-space:nowrap;transition:color var(--dur-fast) var(--ease-system);font-size:.92rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--text-1)}.nav-pill .pill-cta{padding:6px 6px 6px 20px;font-size:.85rem}.nav-pill .pill-cta-icon{width:30px;height:30px}.nav-burger{border:var(--hairline);border-radius:var(--radius-pill);cursor:pointer;background:#ffffff0f;flex-shrink:0;width:44px;height:44px;padding:0;display:none;position:relative}.nav-burger span{background:var(--text-1);width:18px;height:1.5px;transition:transform .4s var(--ease-system);border-radius:1px;position:absolute;top:50%;left:50%}.nav-burger span:first-child{transform:translate(-50%,calc(-50% - 4px))}.nav-burger span:nth-child(2){transform:translate(-50%,calc(4px - 50%))}.nav-burger.is-open span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.nav-burger.is-open span:nth-child(2){transform:translate(-50%,-50%)rotate(-45deg)}.nav-overlay{z-index:90;-webkit-backdrop-filter:blur(28px);padding:0 var(--container-pad);background:#050608db;flex-direction:column;justify-content:center;display:flex;position:fixed;inset:0}.nav-overlay-links{gap:var(--space-4);margin-bottom:var(--space-6);flex-direction:column;display:flex}.nav-overlay-mask{overflow:hidden}.nav-overlay-link{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);font-size:clamp(1.8rem,7.5vw,2.6rem);font-weight:600;line-height:1.15;text-decoration:none;display:inline-block}.nav-overlay-link:hover{color:var(--highlight-color)}@media (width<=900px){.nav-desktop{display:none}.nav-burger{display:block}.nav-logo img{width:126px}}.home-root{background:var(--bg-color);color:var(--text-1);overflow-x:hidden}.hh-section{min-height:100dvh;padding-top:clamp(180px,22vh,240px);padding-bottom:var(--space-7);align-items:center;display:flex}.hh-title-mask{display:block;overflow:hidden}.hh-title-line{will-change:transform;display:block}.hh-title .highlight{color:var(--highlight-color)}.hh-grid{gap:var(--space-6);margin-top:var(--space-6);grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;display:grid}.hh-sub{max-width:46ch;margin-bottom:var(--space-5)}.hh-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.hh-visual{aspect-ratio:16/11;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(6,1fr);display:grid;position:relative}.hh-cell{border:var(--hairline);border-radius:var(--radius-card-inner);background:var(--surface-raised)}.hh-cell-a{grid-area:1/1/4/4}.hh-cell-b{background:var(--surface-accent-tint);border-color:#05f6;grid-area:2/3/5/7}.hh-cell-c{grid-area:4/2/6/5}.hh-cell-accent{border-radius:var(--radius-card-inner);background:var(--highlight-color);animation:hh-pulse 4.5s var(--ease-system) infinite;grid-area:1/5/2/6}@keyframes hh-pulse{0%,to{opacity:1}50%{opacity:.45}}.hh-cell-line{background:linear-gradient(90deg,#0000,#0055ffa6,#0000);grid-area:3/1/4/7;align-self:center;height:1px}.hl-section{padding-top:var(--space-6);padding-bottom:var(--space-6)}.hl-heading{color:var(--text-3);margin-bottom:var(--space-5);font-size:.95rem}.hl-viewport{border-top:var(--hairline);border-bottom:var(--hairline);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.hl-track{padding:var(--space-4) 0;align-items:center;gap:clamp(32px,5vw,72px);width:max-content;animation:60s linear infinite hl-marquee;display:flex}@keyframes hl-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hl-track{justify-content:flex-start;gap:var(--space-4) clamp(32px, 5vw, 72px);flex-wrap:wrap;width:100%;animation:none}.hl-track .hl-dup{display:none}}.hl-logo{opacity:.55;filter:grayscale();width:auto;height:32px;transition:opacity var(--dur-fast) var(--ease-system)}.hl-logo:hover{opacity:.9}.hl-logo-nsh{height:24px}.hpov-inner{max-width:720px}.hpov-inner .display-section{margin-bottom:var(--space-5);max-width:20ch}.hpov-statement{color:var(--text-2);margin:0 0 var(--space-4);font-size:clamp(1.08rem,1.6vw,1.28rem);line-height:1.7}.hpov-statement:last-child{margin-bottom:0}.hof-heading{margin-bottom:var(--space-6);max-width:18ch}.hof-grid{gap:var(--space-4);grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch;display:grid}.hof-card{color:inherit;text-decoration:none;display:block}.hof-card .bezel-card-inner{flex-direction:column;padding:clamp(28px,3.5vw,48px);display:flex}.hof-card-primary{border-color:#05f6}.hof-card-primary .bezel-card-inner{background:linear-gradient(160deg, #0055ff24, var(--surface-card) 55%)}.hof-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--highlight-color);border-radius:var(--radius-pill);margin-bottom:var(--space-4);border:1px solid #0055ff73;align-self:flex-start;padding:6px 14px;font-size:.78rem;font-weight:600}.hof-title{margin-bottom:var(--space-3);max-width:16ch}.hof-intro{color:var(--text-2);margin-bottom:var(--space-5);max-width:46ch}.hof-list{margin:0 0 var(--space-5);gap:var(--space-3);padding:0;list-style:none;display:grid}.hof-list li{color:var(--text-2);padding-left:24px;line-height:1.55;position:relative}.hof-list li:before{content:"";background:var(--highlight-color);width:12px;height:1px;position:absolute;top:.65em;left:0}.hof-link{color:var(--text-1);align-items:center;gap:8px;margin-top:auto;font-size:.95rem;font-weight:600;display:inline-flex}.hof-link svg{width:14px;height:14px;color:var(--highlight-color);transition:transform var(--dur-fast) var(--ease-system)}.hof-card:hover .hof-link svg{transform:translate(2px,-2px)}.hdi-section{border-top:var(--hairline)}.hdi-heading{max-width:18ch;margin-bottom:var(--space-4)}.hdi-accent{color:var(--highlight-color)}.hdi-lead{max-width:52ch;margin-bottom:var(--space-7)}.hdi-flow{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hdi-beat-track{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.hdi-num{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-3);font-size:clamp(2rem,3.4vw,2.8rem);font-weight:600;line-height:1}.hdi-beat:nth-child(2) .hdi-num{color:var(--highlight-color)}.hdi-connector{background:var(--hairline-color);flex:1;height:1px}.hdi-beat:last-child .hdi-connector{background:linear-gradient(90deg,#0055ff8c,#0000)}.hdi-beat-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;line-height:1.3}.hdi-beat-body{color:var(--text-2);max-width:34ch;margin:0;line-height:1.6}.hdi-actions{margin-top:var(--space-7)}.hps-heading{margin-bottom:var(--space-6)}.hps-steps{gap:var(--space-5);max-width:880px;display:grid}.hps-step{gap:var(--space-4);padding-top:var(--space-4);border-top:var(--hairline);grid-template-columns:72px minmax(0,1fr);display:grid}.hps-step:nth-child(2){margin-left:clamp(0px,5vw,80px)}.hps-step:nth-child(3){margin-left:clamp(0px,10vw,160px)}.hps-num{font-family:var(--font-display);color:var(--highlight-color);font-size:1rem;font-weight:600}.hps-name{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:600}.hps-text{color:var(--text-2);max-width:56ch;margin:0;line-height:1.65}.hpr-heading{margin-bottom:var(--space-6)}.hpr-grid{gap:var(--space-4);grid-template-rows:auto auto;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hpr-cell{min-width:0}.hpr-cell-featured{grid-area:1/1/3/2}.hpr-card{height:100%;color:inherit;text-decoration:none;display:block}.hpr-card .bezel-card-inner{flex-direction:column;display:flex}.hpr-img{aspect-ratio:16/10;overflow:hidden}.hpr-card-featured .hpr-img{aspect-ratio:16/12}.hpr-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-system);display:block}.hpr-card:hover .hpr-img img{transform:scale(1.03)}.hpr-body{padding:var(--space-4)}.hpr-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-2);font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:600;line-height:1.3}.hpr-card-featured .hpr-title{font-size:clamp(1.3rem,2vw,1.7rem)}.hpr-desc{color:var(--text-3);margin:0;font-size:.98rem;line-height:1.6}.hpr-stats{gap:var(--space-7);margin-top:var(--space-7);flex-wrap:wrap;display:flex}.hpr-stat-num{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600;line-height:1}.hpr-stat-label{margin:var(--space-2) 0 0;color:var(--text-3);max-width:18ch;font-size:.95rem}.hpr-callout{color:inherit;margin-top:var(--space-7);text-decoration:none;display:block}.hpr-callout .bezel-card-inner{background:linear-gradient(150deg, #0055ff1f, var(--surface-card) 60%);padding:clamp(28px,3.5vw,48px)}.hpr-callout-text{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 var(--space-4);max-width:32ch;font-size:clamp(1.3rem,2.4vw,1.9rem);font-weight:500;line-height:1.35}.hpr-callout-text strong{color:var(--highlight-color);font-weight:600}.hcm-section{border-top:var(--hairline);border-bottom:var(--hairline);padding-top:var(--space-6);padding-bottom:var(--space-6)}.hcm-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hcm-item{padding:0 var(--space-5);font-family:var(--font-display);color:var(--text-1);margin:0;font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:500;line-height:1.45}.hcm-item:first-child{padding-left:0}.hcm-item+.hcm-item{border-left:var(--hairline)}.htm-quote{font-family:var(--font-display);letter-spacing:-.01em;max-width:30ch;margin:0 0 var(--space-4);font-size:clamp(1.4rem,2.6vw,2.1rem);font-weight:500;line-height:1.4}.htm-attribution{color:var(--text-3);margin:0;font-size:1rem}.htm-attribution strong{color:var(--text-1);font-weight:600}.hfq-heading{margin-bottom:var(--space-5)}.hfq-list{max-width:820px}.hfq-item{border-bottom:var(--hairline)}.hfq-question{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;color:var(--text-1);text-align:left;font-family:var(--font-body);padding:var(--space-4) 0;cursor:pointer;background:0 0;border:none;font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:500;display:flex}.hfq-icon{transition:transform var(--dur-fast) var(--ease-system);color:var(--text-3);flex-shrink:0}.hfq-icon.is-open{color:var(--highlight-color);transform:rotate(45deg)}.hfq-answer{overflow:hidden}.hfq-answer p{padding:0 0 var(--space-4);color:var(--text-2);max-width:65ch;margin:0;line-height:1.65}.hfc-inner{padding-bottom:var(--section-py)}.hfc-statement{max-width:22ch;margin-bottom:var(--space-6)}.hfc-statement .highlight{color:var(--highlight-color)}@media (width<=768px){.hl-viewport{margin-left:calc(-1 * var(--container-pad));margin-right:calc(-1 * var(--container-pad))}.hh-section{min-height:auto;padding-top:140px}.hh-grid{gap:var(--space-5);margin-top:var(--space-5);grid-template-columns:1fr}.hh-visual{aspect-ratio:4/3}.hof-grid{grid-template-columns:1fr}.hdi-flow{gap:var(--space-5);grid-template-columns:1fr}.hdi-beat-track{margin-bottom:var(--space-3)}.hpr-grid{grid-template-rows:none;grid-template-columns:1fr}.hpr-cell-featured{grid-area:auto}.hpr-stats{gap:var(--space-5)}.hps-step{gap:var(--space-2);grid-template-columns:1fr}.hps-step:nth-child(2),.hps-step:nth-child(3){margin-left:0}.hcm-grid{gap:var(--space-4);grid-template-columns:1fr}.hcm-item{padding:0}.hcm-item+.hcm-item{border-left:none;border-top:var(--hairline);padding-top:var(--space-4)}}.section-footer{padding:40px 20px calc(40px + env(safe-area-inset-bottom));z-index:10;background:0 0;width:100%}.footer-container{max-width:1200px;margin:0 auto}.footer-row{align-items:center;gap:30px;width:100%;display:flex}.footer-logo{flex-shrink:0;align-items:center;display:flex}.footer-brand-wordmark{font-size:1.35rem}.footer-wordmark-image{object-fit:contain;width:194px;height:auto;display:block}.footer-line{background:linear-gradient(90deg, var(--highlight-color) 0%, #000 100%);opacity:.5;flex-grow:1;height:1px}.footer-links{flex-shrink:0;align-items:center;gap:24px;display:flex}.footer-link{color:#fff;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--highlight-color)}@media (width<=768px){.section-footer{padding:20px 20px calc(20px + env(safe-area-inset-bottom))}.footer-row{flex-direction:column;align-items:flex-start;gap:16px}.footer-brand-wordmark{font-size:1.2rem}.footer-wordmark-image{width:160px}.footer-line{flex-grow:0;width:100%}.footer-links{flex-wrap:wrap;justify-content:flex-start;gap:12px;width:100%}}
