:root{
  --bg:#050607;--panel:#0a0b0c;--panel2:#0d0f10;--line:#25282b;--line-soft:#1b1d20;
  --text:#f5f5f7;--muted:#96999d;--soft:#cfd1d4;--red:#ff2d35;--green:#30d158;
  --radius:12px;--shell:min(1480px,calc(100vw - 64px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 52% -20%,#1a1d20 0,#0a0b0d 28%,#050607 68%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.shell{width:var(--shell);margin-inline:auto}.progress{position:fixed;left:0;top:0;height:2px;width:0;background:#fff;z-index:1100;box-shadow:0 0 14px rgba(255,255,255,.35)}
.topbar{position:fixed;z-index:1000;top:0;left:0;right:0;height:74px;display:flex;align-items:center;padding:0 max(32px,calc((100vw - 1480px)/2));background:linear-gradient(to bottom,rgba(5,6,7,.92),rgba(5,6,7,.56),transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .25s ease,border-color .25s ease;border-bottom:1px solid transparent}.topbar.scrolled{background:rgba(5,6,7,.82);border-color:rgba(255,255,255,.06)}.brand{font-size:28px;font-weight:700;letter-spacing:-.05em;white-space:nowrap;display:inline-flex;align-items:center}.apple-mark{width:.72em;height:.8em;margin-right:5px;fill:currentColor;flex:none}.navlinks{display:flex;gap:36px;margin:auto;font-size:12px;color:#c7c9cc}.navlinks a{position:relative;padding:8px 0}.navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:#fff;transition:right .25s ease}.navlinks a:hover{color:#fff}.navlinks a:hover:after{right:0}.pill{border:1px solid #656a70;border-radius:999px;padding:10px 18px;font-size:12px;background:rgba(255,255,255,.025);transition:.24s ease}.pill:hover{background:#fff;color:#050607;border-color:#fff;transform:translateY(-1px)}.nav-credit{display:flex;flex-direction:column;align-items:flex-end;margin-right:22px;line-height:1.3;white-space:nowrap}.nav-name{font-size:11px;font-weight:700;letter-spacing:.1em}.nav-role{font-size:10px;color:#9a9da1}@media(max-width:1100px){.nav-credit{display:none}}
.hero{min-height:820px;height:100svh;max-height:1040px;position:relative;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:45% 47%;filter:saturate(.94) contrast(1.06) brightness(.83);transform:scale(2)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#050607 0%,rgba(5,6,7,.98) 23%,rgba(5,6,7,.82) 38%,rgba(5,6,7,.36) 58%,rgba(5,6,7,.18) 78%,rgba(5,6,7,.2) 100%),linear-gradient(0deg,rgba(5,6,7,.72),transparent 36%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.28fr;gap:6.5vw;align-items:center;padding-top:56px}.eyebrow{font-size:11px;letter-spacing:.36em;color:#c9cbce;margin:0 0 18px;text-transform:uppercase;font-weight:550}.hero h1{font-size:clamp(74px,7.2vw,124px);line-height:.88;letter-spacing:-.074em;margin:0;max-width:690px}.platform-line{font-size:16px;letter-spacing:.42em;font-weight:600;margin:22px 0 0;color:#fff}.platform-line--green{color:var(--green)}.accent-line{display:block;width:48px;height:3px;background:var(--red);margin:28px 0}.hero-deck{font-size:20px;line-height:1.42;color:#c8cacc;max-width:500px;margin:0 0 30px}.hero-cta{display:inline-flex;gap:12px;align-items:center;background:#fff;color:#050607;border-radius:999px;padding:13px 21px;font-weight:650;font-size:13px;transition:.25s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.22)}.hero-ctas{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.play-ico{font-size:10px}.hero-cta-ghost{display:inline-flex;gap:10px;align-items:center;color:#d5d7d9;font-size:13px;font-weight:550;transition:.2s ease}.hero-cta-ghost:hover{color:#fff}.hero-stage{position:relative;min-height:590px}.glass-panel{position:absolute;border:1px solid rgba(255,255,255,.27);border-radius:20px;box-shadow:0 32px 90px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.15);background:rgba(14,16,18,.38);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden}.hero-screen{width:min(760px,49vw);right:1%;top:5%;transform:perspective(1200px) rotateY(-3.4deg) rotateX(1deg);transition:transform .35s ease}.hero-stage:hover .hero-screen{transform:perspective(1200px) rotateY(-2deg) rotateX(.5deg) translateY(-4px)}.hero-screen img{display:block;width:100%;height:auto}.glass-chip{position:absolute;border:1px solid rgba(255,255,255,.24);background:rgba(18,20,22,.52);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:14px;padding:14px 16px;box-shadow:0 16px 42px rgba(0,0,0,.28)}.glass-chip strong,.glass-chip span{display:block}.glass-chip strong{font-size:11px;letter-spacing:.08em}.glass-chip span{font-size:11px;color:#d9dbde;margin-top:4px;line-height:1.25}.chip-left{left:1%;top:29%}.chip-right{right:-1%;bottom:20%;text-align:right}.scroll{position:absolute;z-index:3;bottom:25px;left:max(32px,calc((100vw - 1480px)/2));font-size:11px;color:#b3b5b8;display:flex;gap:11px;align-items:center}.scroll span{font-size:16px}
.section{padding:94px 0;border-bottom:1px solid var(--line)}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:46px;margin-bottom:30px}.section h2,.closing h2{font-size:clamp(42px,4.3vw,72px);line-height:.98;letter-spacing:-.058em;margin:0}.section-note{max-width:360px;color:#aeb1b4;font-size:14px;line-height:1.48;margin:0 0 8px}.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sport-card,.experience-card,.application-card{background:transparent;border:0;overflow:hidden;border-radius:2px;transition:transform .25s ease}.sport-card:hover,.experience-card:hover,.application-card:hover{transform:translateY(-2px)}.zoom{border:0;padding:0;margin:0;background:#000;width:100%;display:block;cursor:zoom-in;overflow:hidden}.zoom img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .45s ease}.zoom:hover img{transform:scale(1.018);filter:brightness(1.04)}.sport-card .zoom{aspect-ratio:2.7/1}.sport-card .zoom img{object-position:50% 0%}.sport-card:nth-child(2) .zoom img{transform:scale(1.1);transform-origin:50% 0%}.sport-card:nth-child(2) .zoom:hover img{transform:scale(1.12)}.sport-card:nth-child(3) .zoom img{object-position:10% 0%;transform:scale(1.4);transform-origin:10% 0%}.sport-card:nth-child(3) .zoom:hover img{transform:scale(1.425)}.card-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 16px 16px}.card-footer h3,.tile-copy h3{margin:0;font-size:20px;letter-spacing:-.032em}.card-footer p,.tile-copy p{margin:4px 0 0;color:#92969a;font-size:12px;line-height:1.35}.arrow{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:#222528;color:#e6e7e9;font-size:13px}.experience-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:10px;align-items:start}.experience-card .zoom{aspect-ratio:1.7/1}.experience-card:nth-child(3) .zoom,.experience-card:nth-child(4) .zoom{aspect-ratio:2.1/1}.experience-card:nth-child(1) .zoom img{transform:scale(1.08);transform-origin:50% 0%}.experience-card:nth-child(1) .zoom:hover img{transform:scale(1.1)}.experience-card:nth-child(2) .zoom img{object-position:50% 0%;transform:scale(1.08);transform-origin:50% 0%}.experience-card:nth-child(2) .zoom:hover img{transform:scale(1.1)}.experience-card:nth-child(4) .zoom img{object-position:50% 100%;transform:scale(1.25);transform-origin:50% 100%}.experience-card:nth-child(4) .zoom:hover img{transform:scale(1.27)}.tile-copy{padding:15px 16px 17px}.applications{padding-bottom:72px}.application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:start}.application-card .zoom{aspect-ratio:1.4/1}.application-card:nth-child(1) .zoom{aspect-ratio:4.9/1}.application-card:nth-child(2) .zoom{aspect-ratio:3.45/1}.application-card:nth-child(4) .zoom img{object-position:50% 0%;transform:scale(1.3);transform-origin:50% 0%}.application-card:nth-child(4) .zoom:hover img{transform:scale(1.32)}.street-strip{margin-top:20px;display:grid;grid-template-columns:1.55fr .8fr;border:0;background:transparent}.street-strip .zoom{aspect-ratio:3.6/1}.strip-copy{padding:28px 30px;align-self:center}.strip-copy h3{font-size:30px;line-height:1.04;margin:0 0 12px;letter-spacing:-.045em}.strip-copy p:not(.eyebrow){color:#96999d;margin:0;line-height:1.5;font-size:13px}
.proof{padding-bottom:78px}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:26px}.proof-card{background:linear-gradient(180deg,#0f1112,#080909);border:1px solid #2b2e31;border-radius:2px;padding:26px 22px 24px}.proof-card b{display:block;font-size:clamp(30px,3.4vw,44px);letter-spacing:-.04em;color:#fff}.proof-card h3{margin:10px 0 6px;font-size:13px;letter-spacing:.04em;color:#e6e7e9}.proof-card p{margin:0;font-size:12px;line-height:1.45;color:#92969a}.proof-footer{display:flex;flex-wrap:wrap;gap:18px;border-top:1px solid var(--line-soft);padding-top:22px;font-size:11px;letter-spacing:.1em;color:#8d9094}.closing-credit{font-size:11px;letter-spacing:.16em;color:#b9bbbe;margin:2px 0 22px;text-transform:uppercase}@media(max-width:1100px){.proof-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.proof-grid{grid-template-columns:1fr}.proof-footer{gap:10px 16px}}.closing{padding:100px 0 82px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 72% 50%,#111315 0,#090a0b 35%,#050607 72%)}.closing-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:40px}.footer-brand{display:inline-block;margin-bottom:26px}.closing h2{font-size:clamp(58px,6vw,94px);max-width:900px}.closing-cta{text-align:right}.closing-cta p{color:#777b80;font-size:11px;margin-top:18px}.pill.large{display:inline-block;background:#fff;color:#050607;border-color:#fff;padding:14px 22px}.footer{padding:24px 0;color:#777b80;font-size:10px;letter-spacing:.08em}.footer .shell{display:flex;justify-content:space-between}
.lightbox{position:fixed;inset:0;width:100vw;height:100vh;max-width:none;max-height:none;border:0;padding:48px;background:rgba(0,0,0,.95);z-index:2000}.lightbox::backdrop{background:rgba(0,0,0,.94)}.lightbox img{display:block;max-width:95vw;max-height:88vh;margin:auto;object-fit:contain;box-shadow:0 28px 90px rgba(0,0,0,.45)}.close{position:fixed;right:24px;top:18px;background:rgba(0,0,0,.45);color:#fff;border:1px solid #565b60;width:42px;height:42px;border-radius:50%;font-size:27px;cursor:pointer;backdrop-filter:blur(8px)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){:root{--shell:calc(100vw - 36px)}.topbar{padding:0 18px}.navlinks{display:none}.hero{min-height:940px;height:auto;padding:132px 0 82px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-stage{min-height:470px}.hero-screen{width:84vw;right:0}.chip-right{right:2%}.campaign-grid{grid-template-columns:1fr}.experience-grid,.application-grid{grid-template-columns:1fr 1fr}.street-strip{grid-template-columns:1fr}.street-strip .zoom{aspect-ratio:3.6/1}.closing-grid{grid-template-columns:1fr}.closing-cta{text-align:left}.desktop-break{display:none}}
@media(max-width:650px){:root{--shell:calc(100vw - 28px)}.topbar{height:60px}.brand{font-size:22px}.pill{font-size:10px;padding:8px 11px}.hero{padding-top:98px;min-height:860px}.hero h1{font-size:58px}.platform-line{font-size:11px;letter-spacing:.28em}.hero-deck{font-size:16px}.hero-stage{min-height:330px}.hero-screen{width:94vw;top:5%;right:-2%}.glass-chip{display:none}.hero-bg img{object-position:66% 42%;filter:saturate(.9) contrast(1.08) brightness(.62)}.hero-shade{background:linear-gradient(180deg,rgba(5,6,7,.62) 0%,rgba(5,6,7,.86) 45%,rgba(5,6,7,.96) 78%,rgba(5,6,7,.98) 100%)}.section{padding:62px 0}.section-title-row{display:block}.section-note{margin-top:14px}.section h2{font-size:43px}.experience-grid,.application-grid{grid-template-columns:1fr}.street-strip .zoom{aspect-ratio:2.2/1}.strip-copy{padding:22px}.closing{padding:68px 0}.closing h2{font-size:56px}.footer .shell{gap:16px;flex-direction:column}.lightbox{padding:14px}.close{right:10px;top:10px}.campaign-grid{gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.zoom img,.sport-card,.experience-card,.application-card,.hero-screen,.hero-cta,.pill{transition:none}}
