:root{--gs1-blue:#002c6c;--gs1-blue-700:#001f4d;--gs1-blue-400:#1b4a9a;--gs1-orange:#f26334;--gs1-orange-500:#ff7a47;--gs1-sky:#00b6de;--gs1-teal:#00a8a0;--gs1-lime:#b1ce00;--gs1-yellow:#ffb549;--gs1-raspberry:#d22e6d;--gs1-violet:#842290;--bg:#f7f8fb;--bg-deep:#eceff5;--surface:#fff;--surface-2:#f2f4f9;--ink:#0b1533;--ink-2:#344063;--muted:#6b7596;--line:#0b153317;--line-strong:#0b153329;--shadow-sm:0 1px 2px #0b15330f, 0 2px 6px #0b15330a;--shadow-md:0 10px 30px -12px #002c6c40, 0 4px 10px -4px #0b153314;--shadow-lg:0 30px 60px -20px #002c6c59, 0 12px 24px -12px #0b153326;--ring:0 0 0 3px #f2633459;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--display:"Space Grotesk", "Inter", system-ui, sans-serif;--mono:ui-monospace, "SF Mono", Consolas, monospace;font:16px/1.55 var(--sans);color:var(--ink-2);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--bg:#070b1a;--bg-deep:#04060f;--surface:#0e1530;--surface-2:#121a3a;--ink:#f4f6fb;--ink-2:#c7cee3;--muted:#8a93b3;--line:#ffffff14;--line-strong:#ffffff29;--shadow-sm:0 1px 2px #0006, 0 2px 6px #0000004d;--shadow-md:0 10px 30px -12px #0009, 0 4px 10px -4px #0006;--shadow-lg:0 30px 60px -20px #000000b3, 0 12px 24px -12px #00000080;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body{overscroll-behavior-y:none;margin:0;padding:0}body{background:var(--bg);color:var(--ink-2);min-height:100svh}#root{width:100%;min-height:100svh}h1,h2,h3,h4{font-family:var(--display);color:var(--ink);letter-spacing:-.02em;margin:0;font-weight:600}h1{letter-spacing:-.035em;font-size:clamp(2.4rem,5.5vw,4.6rem);font-weight:700;line-height:1.02}h2{font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.08}h3{font-size:1.125rem;line-height:1.25}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}:focus-visible{box-shadow:var(--ring);border-radius:8px;outline:none}::selection{background:var(--gs1-orange);color:#fff}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.page{background:radial-gradient(80% 50% at 50% -10%, #002c6c14, transparent 60%), var(--bg);min-height:100svh;position:relative;overflow-x:clip}.scroller{scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;height:100svh;overflow:hidden auto}.scroller::-webkit-scrollbar{display:none}.snap{scroll-snap-align:start;scroll-snap-stop:always;align-items:center;min-height:100svh;padding:96px 20px 120px;display:flex;position:relative}.container{width:100%;max-width:1200px;margin:0 auto}.two-col{grid-template-columns:1fr;align-items:center;gap:32px;display:grid}.two-col.reverse{grid-template-columns:1fr}@media (width>=960px){.snap{padding:clamp(80px,10vh,120px) clamp(20px,5vw,60px) clamp(60px,8vh,100px)}.two-col{grid-template-columns:1.05fr 1fr;gap:clamp(32px,5vw,80px)}.two-col.reverse{grid-template-columns:1fr 1.05fr}}.reels{z-index:35;border-radius:var(--radius-pill);background:color-mix(in oklab, var(--surface) 80%, transparent);-webkit-backdrop-filter:saturate(160%)blur(14px);border:1px solid var(--line);box-shadow:var(--shadow-md);flex-direction:row;align-items:center;gap:6px;max-width:calc(100vw - 24px);padding:8px;display:flex;position:fixed;bottom:14px;right:50%;transform:translate(50%)}.reel-arrow{width:36px;height:36px;color:var(--ink);background:var(--surface-2);border-radius:50%;flex-shrink:0;place-items:center;transition:background .2s,color .2s,transform .2s;display:grid}.reel-arrow:hover{background:var(--gs1-blue);color:#fff;transform:translateY(-1px)}.reel-arrow:disabled{opacity:.35;cursor:not-allowed}.reel-arrow svg{width:16px;height:16px}.reel-list{flex-direction:row;gap:4px;margin:0;padding:0;list-style:none;display:flex}.reel-btn{width:40px;height:40px;color:var(--muted);background:0 0;border-radius:50%;align-items:center;gap:0;padding:0;transition:width .25s,background .2s,color .2s,border-radius .2s;display:flex;position:relative;overflow:hidden}.reel-btn .reel-icon{flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.reel-btn .reel-meta{text-align:left;opacity:0;pointer-events:none;white-space:nowrap;flex-direction:column;padding-right:14px;transition:opacity .2s;display:none}.reel-num{font-family:var(--mono);color:var(--gs1-orange);letter-spacing:.12em;font-size:10px}.reel-label{color:var(--ink);font-size:13px;font-weight:600}.reel-btn.is-active{background:var(--gs1-blue);color:#fff}.reel-btn.is-active .reel-label{color:#fff}@media (width>=720px){.reels{flex-direction:column;gap:6px;max-width:none;padding:6px;top:50%;bottom:auto;right:18px;transform:translateY(-50%)}.reel-arrow{width:30px;height:30px}.reel-arrow svg{width:14px;height:14px}.reel-list{flex-direction:column;gap:4px}.reel-btn{width:36px;height:36px}.reel-btn .reel-icon{flex-basis:36px;width:36px;height:36px}.reel-btn .reel-icon svg{width:18px;height:18px}.reel-btn .reel-meta{flex-direction:row;align-items:baseline;gap:8px;padding-right:14px;display:flex}.reel-num{font-size:10px}.reel-label{font-size:12px;font-weight:600}.reel-btn:hover{background:var(--surface-2);color:var(--ink);border-radius:18px;width:140px}.reel-btn:hover .reel-meta{opacity:1}.reel-btn.is-active{border-radius:18px;width:140px}.reel-btn.is-active .reel-meta{opacity:1}.reel-btn.is-active .reel-num{color:var(--gs1-orange)}}.progress-rail{z-index:30;background:0 0;height:3px;position:fixed;bottom:0;left:0;right:0}.progress-fill{background:linear-gradient(90deg, var(--gs1-blue), var(--gs1-orange));height:100%;transition:width .6s cubic-bezier(.2,.8,.2,1)}.eyebrow{border-radius:var(--radius-pill);color:var(--gs1-orange);letter-spacing:.06em;text-transform:uppercase;background:#f263341a;align-items:center;gap:10px;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.eyebrow.dark{color:var(--gs1-blue);background:#002c6c14}.eyebrow.light{color:#fff;background:#ffffff26}@media (prefers-color-scheme:dark){.eyebrow.dark{color:#9cc1ff;background:#9cc1ff1a}}.eyebrow .dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@media (width>=560px){.eyebrow{letter-spacing:.08em;margin-bottom:20px;font-size:12px}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.body{color:var(--ink-2);max-width:60ch;margin-top:14px;font-size:15px;line-height:1.7}.body.light{color:#ffffffd9}.max-60{max-width:60ch}@media (width>=960px){.body{margin-top:16px;font-size:clamp(15px,1.1vw,17px)}}.btn{border-radius:var(--radius-pill);align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;transition:transform .2s,background .2s,box-shadow .2s,color .2s;display:inline-flex}.btn-primary{background:var(--gs1-blue);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--gs1-blue-700);transform:translateY(-2px)}.btn-orange{background:var(--gs1-orange);color:#fff;box-shadow:0 20px 40px -20px #f2633499}.btn-orange:hover{background:var(--gs1-orange-500);transform:translateY(-2px)}.btn-ghost{color:var(--ink);border:1px solid var(--line-strong);background:0 0}.btn-ghost:hover{background:var(--surface-2)}.btn-outline{color:#fff;background:0 0;border:1px solid #ffffff4d}.btn-outline:hover{background:#ffffff1a}@media (width>=560px){.btn{padding:14px 22px;font-size:15px}}.pills{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.pill{color:var(--ink-2);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-pill);padding:6px 12px;font-size:12px;font-weight:500}.reel-strip{z-index:2;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-column:1/-1;gap:10px;margin:0 -4px 6px;padding:2px 2px 10px;display:flex;position:relative;overflow:auto hidden}.reel-strip::-webkit-scrollbar{display:none}.reel-card{aspect-ratio:9/22;cursor:pointer;scroll-snap-align:start;background:var(--gs1-blue);width:180px;box-shadow:var(--shadow-md);isolation:isolate;border:1px solid #ffffff14;border-radius:16px;flex:none;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .3s;position:relative;overflow:hidden}.reel-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)scale(1.02)}.reel-card{cursor:pointer;font-family:inherit}.reel-card-bg{z-index:0;position:absolute;inset:0}.reel-card-thumb{object-fit:cover;z-index:0;opacity:.7;mix-blend-mode:luminosity;filter:saturate(1.2)contrast(1.05);width:100%;height:100%;position:absolute;inset:0}.reel-card-video{opacity:1;mix-blend-mode:normal;filter:none;pointer-events:none}.reel-accent-orange .reel-card-bg{background:linear-gradient(160deg, var(--gs1-blue), var(--gs1-orange))}.reel-accent-raspberry .reel-card-bg{background:linear-gradient(160deg, var(--gs1-blue), var(--gs1-raspberry))}.reel-accent-sky .reel-card-bg{background:linear-gradient(160deg, var(--gs1-blue), var(--gs1-sky))}.reel-accent-teal .reel-card-bg{background:linear-gradient(160deg, var(--gs1-blue), var(--gs1-teal))}.reel-accent-violet .reel-card-bg{background:linear-gradient(160deg, var(--gs1-blue), var(--gs1-violet))}.reel-accent-lime .reel-card-bg{background:linear-gradient(160deg, var(--gs1-blue), var(--gs1-lime))}.reel-card-scan{z-index:0;mix-blend-mode:overlay;opacity:.55;pointer-events:none;background-image:repeating-linear-gradient(90deg,#ffffff14 0 1px,#0000 1px 3px,#ffffff0d 3px 5px,#0000 5px 9px);animation:7s linear infinite reel-scan;position:absolute;inset:0}@keyframes reel-scan{0%{background-position:0 0}to{background-position:120px 0}}.reel-card-play{-webkit-backdrop-filter:blur(8px);color:#fff;z-index:2;background:#fff3;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:32px;height:32px;padding-left:2px;transition:transform .3s,background .3s;display:grid;position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)}.reel-card:hover .reel-card-play{background:#ffffff59;transform:translate(-50%,-50%)scale(1.15)}.reel-card-overlay{z-index:1;color:#fff;text-align:left;pointer-events:none;background:linear-gradient(#0000,#000000b3);flex-direction:column;gap:2px;padding:8px 9px 9px;display:flex;position:absolute;bottom:0;left:0;right:0}.reel-card-tag{font-family:var(--mono);letter-spacing:.14em;color:#ffffffe6;text-transform:uppercase;font-size:8px;font-weight:700}.reel-card-title{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:10.5px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.reel-card-meta{color:#ffffffa6;font-size:9px;font-family:var(--mono);letter-spacing:.04em;margin-top:1px}@media (width>=560px){.reel-strip{gap:12px;margin-bottom:10px}.reel-card{border-radius:18px;width:200px}.reel-card-play{width:44px;height:44px}.reel-card-play svg{width:14px;height:14px}.reel-card-overlay{padding:12px 12px 13px}.reel-card-tag{font-size:9.5px}.reel-card-title{font-size:12.5px}.reel-card-meta{font-size:10.5px}}@media (width>=960px){.reel-strip{justify-content:center;gap:18px;width:100%;max-width:1200px;margin:0 auto 16px;padding:2px 2px 10px;overflow:visible}.reel-card{aspect-ratio:9/16;border-radius:20px;flex:none;width:260px;min-width:0}.reel-card-play{width:48px;height:48px}.reel-card-play svg{width:16px;height:16px}.reel-card-overlay{padding:14px 14px 16px}.reel-card-tag{letter-spacing:.16em;font-size:10px}.reel-card-title{font-size:14px;line-height:1.3}.reel-card-meta{font-size:11px}}@media (prefers-reduced-motion:reduce){.reel-card,.reel-card-play,.reel-card-scan{transition:none;animation:none}}.reel-player{z-index:100;background:#000;animation:.25s ease-out reel-player-fade;position:fixed;inset:0}@keyframes reel-player-fade{0%{opacity:0}to{opacity:1}}.reel-player-close{z-index:110;color:#fff;-webkit-backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:grid;position:fixed;top:16px;right:16px}.reel-player-close:hover{background:#ffffff42;transform:scale(1.05)}.reel-player-sound{z-index:110;color:#fff;-webkit-backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:grid;position:fixed;top:68px;right:16px}.reel-player-sound:hover{background:#ffffff42;transform:scale(1.05)}.reel-player-play-overlay{color:#fff;pointer-events:auto;background:#00000073;border:0;border-radius:50%;place-items:center;width:88px;height:88px;margin:auto;padding-left:6px;animation:.18s ease-out reel-player-fade;display:grid;position:absolute;inset:0}.reel-player-counter{z-index:110;border-radius:var(--radius-pill);color:#fff;font-family:var(--mono);letter-spacing:.12em;-webkit-backdrop-filter:blur(12px);pointer-events:none;background:#ffffff1f;border:1px solid #ffffff24;padding:6px 12px;font-size:11px;font-weight:600;position:fixed;top:22px;left:50%;transform:translate(-50%)}.reel-player-scroller{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;height:100svh;overflow-y:auto}.reel-player-scroller::-webkit-scrollbar{display:none}.reel-player-slide{scroll-snap-align:start;scroll-snap-stop:always;place-items:center;height:100svh;display:grid;position:relative;overflow:hidden}.reel-player-frame{background:#000;place-items:center;width:100%;height:100%;display:grid;position:relative}.reel-player-iframe{aspect-ratio:16/9;background:#000;border:0;width:100%;display:block}.reel-player-video{object-fit:contain;cursor:pointer;background:#000;width:100%;height:100%;max-height:100svh;display:block}.reel-player-placeholder{background:#0b0b0b;place-items:center;width:100%;height:100%;display:grid}.reel-player-placeholder-icon{color:#ffffff80;background:#ffffff1a;border-radius:50%;place-items:center;width:64px;height:64px;padding-left:4px;display:grid}.reel-player-info{color:#fff;pointer-events:none;z-index:3;background:linear-gradient(#0000,#000000e0);padding:20px 20px 32px;position:absolute;bottom:0;left:0;right:0}.reel-player-info>*{pointer-events:auto}.reel-player-tag{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--gs1-orange);border-radius:6px;margin-bottom:12px;padding:5px 10px;font-size:10px;font-weight:700;display:inline-block}.reel-player-tag.reel-accent-sky{background:var(--gs1-sky)}.reel-player-tag.reel-accent-teal{background:var(--gs1-teal)}.reel-player-tag.reel-accent-raspberry{background:var(--gs1-raspberry)}.reel-player-tag.reel-accent-violet{background:var(--gs1-violet)}.reel-player-tag.reel-accent-lime{background:var(--gs1-lime);color:#002c6c}.reel-player-info h3{color:#fff;max-width:40ch;margin:0 0 10px;font-size:17px;font-weight:600;line-height:1.3}.reel-player-src{color:#ffffffd9;text-underline-offset:3px;font-size:13px;font-weight:500;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6;display:inline-block}.reel-player-src:hover{color:#fff}@media (width>=720px){.reel-player-iframe{border-radius:14px;width:100%;max-width:min(820px,92vw);height:auto;max-height:calc(100svh - 180px)}.reel-player-video{border-radius:14px;width:auto;max-width:min(315px,92vw);height:auto;max-height:min(560px,100svh - 220px)}.reel-player-info{-webkit-backdrop-filter:blur(12px);background:#0000008c;border-radius:14px;width:calc(100% - 40px);max-width:820px;padding:18px 22px;bottom:28px;left:50%;right:auto;transform:translate(-50%)}.reel-player-info h3{font-size:19px}}.hero{grid-template-columns:1fr;gap:32px;padding-top:32px;padding-bottom:140px;display:grid;overflow:hidden}.hero-inner{max-width:640px}.grad{background:linear-gradient(90deg, var(--gs1-blue), var(--gs1-orange));color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.lede{color:var(--ink-2);max-width:54ch;margin-top:18px;font-size:16px;line-height:1.55}.hero-cta{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hero-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px;padding-top:24px;display:grid}.stat-val{font-family:var(--display);color:var(--ink);letter-spacing:-.02em;font-size:22px;font-weight:700}.stat-lbl{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.35}.hero-visual{place-items:center;min-height:360px;display:grid;position:relative}.scan-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:360px;box-shadow:var(--shadow-lg);padding:20px;animation:6s ease-in-out infinite float;position:relative;overflow:hidden;transform:rotate(-2deg)}@keyframes float{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(-2deg)translateY(-10px)}}.scan-head{align-items:center;gap:6px;margin-bottom:14px;display:flex}.scan-dot{background:var(--line-strong);border-radius:50%;width:10px;height:10px}.scan-dot:first-child{background:#ff5f57}.scan-dot:nth-child(2){background:#febc2e}.scan-dot:nth-child(3){background:#28c840}.scan-title{font-family:var(--mono);color:var(--muted);margin-left:8px;font-size:11px}.barcode{width:100%;height:auto;color:var(--ink-2);margin:8px 0 16px;display:block}.scan-row{border-top:1px dashed var(--line);justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.scan-row span{color:var(--muted)}.scan-row b{color:var(--ink);font-weight:600}.scan-badge{letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--gs1-orange);border-radius:var(--radius-sm);margin-top:12px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-block}.scanline{background:linear-gradient(90deg, transparent, var(--gs1-orange), transparent);opacity:.9;pointer-events:none;height:2px;animation:2.6s ease-in-out infinite scan;position:absolute;top:58px;left:20px;right:20px}@keyframes scan{0%{opacity:0;transform:translateY(0)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translateY(70px)}}.orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#002c6c59,#0000 60%);width:320px;height:320px;top:-140px;left:-120px}.orb-2{background:radial-gradient(circle,#f2633447,#0000 60%);width:300px;height:300px;bottom:-120px;right:-100px}.grid-bg{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.4;pointer-events:none;z-index:0;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 40%,#0000 80%);mask-image:radial-gradient(#000 40%,#0000 80%)}.hero-inner,.hero-visual{z-index:1;position:relative}.scroll-hint{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:6px;font-size:12px;animation:2.2s ease-in-out infinite bob;display:none;position:absolute;bottom:86px;left:50%;transform:translate(-50%)}.scroll-hint svg{width:14px;height:14px}@keyframes bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@media (width>=560px){.lede{margin-top:24px;font-size:18px}.hero-cta{gap:12px;margin-top:36px}.hero-stats{gap:16px;margin-top:48px;padding-top:32px}.stat-val{font-size:26px}.stat-lbl{font-size:12px}.orb-1{width:420px;height:420px;top:-180px;left:-140px}.orb-2{width:400px;height:400px;bottom:-160px;right:-110px}}@media (width>=960px){.hero{grid-template-columns:1.15fr 1fr;gap:60px;padding-top:clamp(28px,4vh,56px);padding-bottom:clamp(60px,8vh,100px)}.hero-visual{min-height:480px}.scan-card{max-width:380px;padding:22px}.scanline{left:22px;right:22px}.lede{font-size:clamp(16px,1.4vw,20px)}.stat-val{font-size:clamp(22px,2.4vw,30px)}.hero-stats{margin-top:56px}.orb-1{width:520px;height:520px;top:-200px;left:-150px}.orb-2{width:460px;height:460px;bottom:-180px;right:-120px}.grid-bg{background-size:48px 48px}.scroll-hint{display:inline-flex;bottom:28px}}.section-head{max-width:800px;margin-bottom:28px}@media (width>=720px){.section-head{margin-bottom:40px}}.about-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);padding:20px;position:relative;overflow:hidden}.about-card-head{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);justify-content:space-between;margin-bottom:16px;font-size:11px;display:flex}.about-card-head span:last-child{color:var(--gs1-orange);align-items:center;gap:6px;display:inline-flex}.about-card-head span:last-child:before{content:"";background:var(--gs1-orange);border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulse}.world-map-wrap{aspect-ratio:2;border-radius:var(--radius-md);background:radial-gradient(60% 70% at 50% 40%, #002c6c26, transparent 70%), linear-gradient(180deg, var(--surface-2), transparent);width:100%;margin-bottom:20px;overflow:hidden}.world-map-wrap svg{width:100%;height:100%;display:block}.wm-geo{fill:var(--gs1-blue);fill-opacity:.35;stroke:var(--gs1-blue);stroke-opacity:.45;stroke-width:.5px;outline:none}@media (prefers-color-scheme:dark){.wm-geo{fill-opacity:.45;stroke-opacity:.6}}.wm-line{fill:none;stroke:var(--gs1-orange);stroke-width:1.2px;stroke-linecap:round;stroke-dasharray:4 3;opacity:.6;animation:3s linear infinite wm-line-flow}@keyframes wm-line-flow{to{stroke-dashoffset:-28px}}.wm-node{fill:var(--gs1-orange)}.wm-node-pulse{fill:var(--gs1-orange);animation:2.6s ease-in-out infinite wm-node-pulse}@keyframes wm-node-pulse{0%,to{r:2.5;opacity:.55}50%{r:10;opacity:0}}.wm-hub-ring{fill:none;stroke:var(--gs1-orange);stroke-width:1.5px;animation:1.8s ease-out infinite wm-hub-ring}@keyframes wm-hub-ring{0%{r:6;opacity:1}to{r:22;opacity:0}}.wm-hub-dot{fill:var(--gs1-orange)}.wm-label-bg{fill:var(--gs1-blue)}.wm-label-text{fill:#fff;letter-spacing:.03em;font-size:9.5px;font-weight:600}@media (prefers-reduced-motion:reduce){.wm-line,.wm-node-pulse,.wm-hub-ring{animation:none}}.about-stats{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.mini-stat{border-radius:var(--radius-md);background:var(--surface-2);flex-direction:column;gap:4px;padding:12px;display:flex}.mini-stat b{font-family:var(--display);color:var(--gs1-blue);letter-spacing:-.02em;font-size:20px;font-weight:700}.mini-stat span{color:var(--muted);font-size:11px;line-height:1.4}@media (prefers-color-scheme:dark){.mini-stat b{color:#9cc1ff}}@media (width>=560px){.about-card{padding:24px}.about-stats{gap:12px}.mini-stat{padding:14px}.mini-stat b{font-size:22px}.mini-stat span{font-size:12px}}.timeline-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex;position:relative}.timeline-list:before{content:"";background:linear-gradient(180deg, color-mix(in oklab, var(--gs1-blue) 55%, transparent), color-mix(in oklab, var(--gs1-blue) 15%, transparent));pointer-events:none;border-radius:1px;width:2px;position:absolute;top:24px;bottom:24px;left:20px}.timeline-step{grid-template-columns:42px 1fr;align-items:start;gap:14px;display:grid;position:relative}.timeline-accent-orange{--accent:var(--gs1-orange)}.timeline-accent-sky{--accent:var(--gs1-sky)}.timeline-accent-teal{--accent:var(--gs1-teal)}.timeline-accent-raspberry{--accent:var(--gs1-raspberry)}.timeline-accent-violet{--accent:var(--gs1-violet)}.timeline-accent-lime{--accent:var(--gs1-lime)}.timeline-node{z-index:2;background:var(--surface);border:2px solid var(--accent,var(--gs1-blue));border-radius:50%;place-items:center;width:42px;height:42px;transition:transform .25s,background .25s;display:grid;position:relative}.timeline-step:hover .timeline-node{background:var(--accent,var(--gs1-blue));transform:scale(1.08)}.timeline-step:hover .timeline-node-num{color:#fff}.timeline-node-num{font-family:var(--mono);color:var(--accent,var(--gs1-blue));letter-spacing:.04em;z-index:1;font-size:12px;font-weight:700;transition:color .25s;position:relative}.timeline-node-ring{border:1px dashed color-mix(in oklab, var(--accent,var(--gs1-blue)) 45%, transparent);opacity:0;border-radius:50%;transition:opacity .25s,transform .5s cubic-bezier(.2,.8,.2,1);position:absolute;inset:-6px}.timeline-step:hover .timeline-node-ring{opacity:1;transform:rotate(45deg)}.timeline-card{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--accent,var(--gs1-blue));border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:16px 18px;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,border-color .25s;position:relative}.timeline-step:hover .timeline-card{box-shadow:var(--shadow-md);transform:translateY(-3px)}.timeline-year{font-family:var(--display);letter-spacing:-.02em;color:var(--accent,var(--gs1-blue));margin-bottom:4px;font-size:24px;font-weight:700;line-height:1;display:block}.timeline-card h3{color:var(--ink);margin:0 0 6px;font-size:15px;font-weight:600;line-height:1.3}.timeline-card p{color:var(--ink-2);margin:0;font-size:13px;line-height:1.55}@media (width>=560px){.timeline-list{gap:18px}.timeline-card{padding:18px 20px}.timeline-year{font-size:28px}.timeline-card h3{font-size:16px}.timeline-card p{font-size:14px}}@media (width>=960px){.timeline-list{gap:26px;max-width:1040px;margin:0 auto}.timeline-list:before{top:28px;bottom:28px;left:50%;transform:translate(-50%)}.timeline-step{grid-template-columns:1fr 52px 1fr;align-items:center;gap:0}.timeline-node{grid-area:1/2;justify-self:center;width:52px;height:52px}.timeline-node-num{font-size:13px}.timeline-step[data-side=left] .timeline-card{text-align:right;border-left:1px solid var(--line);border-right:3px solid var(--accent,var(--gs1-blue));grid-area:1/1;margin-right:14px}.timeline-step[data-side=left] .timeline-card p{max-width:44ch;margin-left:auto}.timeline-step[data-side=right] .timeline-card{grid-area:1/3;margin-left:14px}.timeline-step[data-side=right] .timeline-card p{max-width:44ch}.timeline-card{padding:22px 26px}.timeline-step[data-side=left] .timeline-card:after,.timeline-step[data-side=right] .timeline-card:before{content:"";background:color-mix(in oklab, var(--accent,var(--gs1-blue)) 55%, transparent);width:14px;height:2px;position:absolute;top:50%;transform:translateY(-50%)}.timeline-step[data-side=left] .timeline-card:after{left:100%}.timeline-step[data-side=right] .timeline-card:before{right:100%}.timeline-year{margin-bottom:8px;font-size:34px}.timeline-card h3{margin-bottom:8px;font-size:18px}.timeline-card p{font-size:14px}}@media (prefers-reduced-motion:reduce){.timeline-node,.timeline-card,.timeline-node-num,.timeline-node-ring{transition:none}}.bento{grid-template-columns:1fr;grid-auto-rows:minmax(140px,auto);gap:12px;display:grid}.bento-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);flex-direction:column;grid-column:span 1;gap:10px;padding:20px;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.bento-card:hover{box-shadow:var(--shadow-md);border-color:var(--line-strong);transform:translateY(-4px)}.bento-card:before{content:"";aspect-ratio:1;opacity:.12;filter:blur();border-radius:50%;width:60%;transition:opacity .3s;position:absolute;top:-40%;right:-20%}.bento-card:hover:before{opacity:.2}.accent-orange:before{background:var(--gs1-orange)}.accent-sky:before{background:var(--gs1-sky)}.accent-teal:before{background:var(--gs1-teal)}.accent-raspberry:before{background:var(--gs1-raspberry)}.accent-violet:before{background:var(--gs1-violet)}.accent-lime:before{background:var(--gs1-lime)}.bento-tag{font-family:var(--mono);letter-spacing:.08em;color:#fff;border-radius:var(--radius-sm);z-index:1;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex;position:relative}.accent-orange .bento-tag{background:var(--gs1-orange)}.accent-sky .bento-tag{background:var(--gs1-sky)}.accent-teal .bento-tag{background:var(--gs1-teal)}.accent-raspberry .bento-tag{background:var(--gs1-raspberry)}.accent-violet .bento-tag{background:var(--gs1-violet)}.accent-lime .bento-tag{background:var(--gs1-lime);color:#002c6c}.bento-card h3{z-index:1;position:relative}.bento-card p{z-index:1;color:var(--ink-2);font-size:14px;line-height:1.55;position:relative}.bento-arrow{color:var(--muted);font-size:22px;transition:color .2s,transform .2s;position:absolute;bottom:20px;right:20px}.bento-card:hover .bento-arrow{color:var(--gs1-orange);transform:translate(4px)}@media (width>=560px){.bento{grid-template-columns:repeat(2,1fr);gap:14px}.bento-card{padding:22px}}@media (width>=960px){.bento{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(160px,auto);gap:16px}.bento-card{grid-column:span 2;padding:24px}.bento-card:first-child,.bento-card:nth-child(2){grid-column:span 3}}.standards-visual{place-items:center;gap:10px;min-height:auto;display:grid;position:relative}.std-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-md);width:100%;max-width:420px;padding:18px 20px;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .3s;position:relative}.std-card:hover{box-shadow:var(--shadow-lg)}.std-k{font-family:var(--mono);letter-spacing:.14em;color:var(--gs1-orange);margin-bottom:6px;font-size:11px;font-weight:700}.std-v{font-family:var(--mono);color:var(--ink);letter-spacing:.04em;margin-bottom:4px;font-size:18px;font-weight:600}.std-sub{color:var(--muted);font-size:12px}.feature-list{gap:10px;margin:20px 0 28px;padding:0;list-style:none;display:grid}.feature-list li{color:var(--ink);align-items:center;gap:12px;font-size:14px;display:flex}.tick{width:24px;height:24px;color:var(--gs1-teal);background:#00a8a026;border-radius:50%;flex-shrink:0;place-items:center;font-size:12px;font-weight:700;display:grid}@media (width>=560px){.std-card{padding:20px 24px}.std-v{font-size:20px}.feature-list li{font-size:15px}}@media (width>=960px){.standards-visual{place-items:center;gap:0;min-height:420px;display:grid}.std-card{width:auto;min-width:260px;max-width:none;position:absolute}.std-card-1{transform:translate(-60px,-110px)rotate(-4deg)}.std-card-2{z-index:2;transform:translate(40px)rotate(2deg)}.std-card-3{transform:translate(-20px,110px)rotate(-2deg)}.std-card:hover{transform:translateY(-4px)rotate(0)!important}}.contact{background:radial-gradient(60% 60% at 90% 10%, #f2633433, transparent 60%), radial-gradient(60% 60% at 10% 90%, #00b6de33, transparent 60%), linear-gradient(160deg, var(--gs1-blue), var(--gs1-blue-700));color:#fff}.contact h2,.contact .contact-title{color:#fff;max-width:20ch;margin-top:8px}.contact-inner{z-index:1;position:relative}.contact-grid{grid-template-columns:1fr;gap:10px;margin-top:28px;display:grid}.contact-card{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;gap:6px;padding:16px;transition:background .2s,transform .2s;display:flex}.contact-card:hover{background:#ffffff24;transform:translateY(-2px)}.contact-k{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#fff9;font-size:11px}.contact-v{font-family:var(--display);color:#fff;font-size:16px;font-weight:600}.contact-cta{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.foot{color:#ffffffb3;border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:40px;padding-top:20px;font-size:12px;display:flex}@media (width>=440px){.contact-grid{grid-template-columns:1fr 1fr;gap:12px}.contact-card{gap:8px;padding:18px}.contact-v{font-size:17px}}@media (width>=960px){.contact-grid{grid-template-columns:repeat(4,1fr);margin-top:40px}.contact-card{padding:20px}.contact-cta{gap:12px;margin-top:32px}.foot{margin-top:56px;padding-top:24px;font-size:13px}}
