:root{--background:#f3f3f3;--secondary-background:#f0f0f0;--tertiary-background:#f5f4f5;--ticker-background:#e2e3e7;--normal-text:#77828b;--bold-text:#434d4c;--secondary-accent:#00bbe0;--tertiary-contrast:#ffc700;--text:var(--normal-text);--text-h:var(--bold-text);--bg:var(--tertiary-background);--sans:"Fira Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--base-font-size:18px;--base-line-height:145%;--base-letter-spacing:.18px;--h1-font-size:56px;--h1-font-size-mobile:36px;--h1-letter-spacing:-1.68px;--h1-margin-y:96px;--h1-margin-y-mobile:48px;--caption-font-size:12px;--caption-color:var(--normal-text);--caption-margin-top:8px;--showcase-max-width:1440px;--showcase-padding:64px;--showcase-padding-top:24px;--item-padding-x:20px;--item-margin-bottom:24px;--media-radius:12px;--lightbox-radius:16px;--lightbox-bg:#fffc;--lightbox-max-width:90%;--lightbox-max-height:90%;--close-btn-top:20px;--close-btn-right:20px;--close-btn-size:30px;--close-btn-color:var(--bold-text);--loader-size:30px;--loader-border-width:3px;--loader-track:#444d4c33;--loader-active:var(--secondary-accent);--hero-max-height:70vh;--hero-gap:44px;--hero-radius:18px;font:var(--base-font-size) / var(--base-line-height) var(--sans);letter-spacing:var(--base-letter-spacing);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{--base-font-size:16px;--showcase-padding:20px;--showcase-padding-top:12px;--hero-gap:22px}}body{margin:0}h1{color:var(--text-h);font-weight:1200;font-size:var(--h1-font-size);letter-spacing:var(--h1-letter-spacing);margin-top:var(--h1-margin-y);text-align:center}@media (width<=1024px){h1{font-size:var(--h1-font-size-mobile);margin-top:var(--h1-margin-y-mobile)}}p{margin:0}.hero{width:min(100%, var(--showcase-max-width));padding:0 var(--showcase-padding);box-sizing:border-box;gap:var(--hero-gap);min-height:min(var(--hero-max-height), 720px);opacity:0;will-change:transform, opacity;grid-template-columns:2fr 1fr;align-items:center;margin:24px auto 0;animation:.72s cubic-bezier(.22,1,.36,1) 60ms forwards section-intro;display:grid;transform:translateY(200px)}.hero-media{width:100%}.hero-media-frame{aspect-ratio:16/9;width:100%;max-height:var(--hero-max-height);border-radius:var(--hero-radius);box-shadow:none;isolation:isolate;background:0 0;position:relative;overflow:hidden}.hero-video-launcher{cursor:pointer;z-index:3;opacity:1;background:0 0;border:0;width:100%;height:100%;margin:0;padding:0;transition:opacity .22s;display:block;position:relative}.hero-video-launcher:focus-visible{outline:none}.hero-video-poster,.hero-video-preview,.hero-video-player{border-radius:inherit;backface-visibility:hidden;width:100%;height:100%;position:absolute;inset:0;transform:translateZ(0)}.hero-video-poster,.hero-video-preview{object-fit:cover}.hero-video-poster{z-index:1}.hero-video-preview{z-index:2;opacity:0;transition:opacity .18s}.hero-video-launcher.is-preview-ready:hover .hero-video-preview,.hero-video-launcher.is-preview-ready:focus-visible .hero-video-preview{opacity:1}.hero-video-play{z-index:3;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.hero-video-play:before{content:"";background:#00000073;border-radius:999px;width:84px;height:84px;transition:transform .22s cubic-bezier(.22,1,.36,1),background-color .22s,box-shadow .22s;box-shadow:0 10px 24px #00000047}.hero-video-play-icon{border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:20px solid #fff;width:0;height:0;margin-left:6px;transition:transform .22s cubic-bezier(.22,1,.36,1),border-left-color .22s;position:absolute}.hero-video-launcher:hover .hero-video-play:before,.hero-video-launcher:focus-visible .hero-video-play:before{background:#0000009e;transform:scale(1.08);box-shadow:0 14px 30px #00000057}.hero-video-launcher:hover .hero-video-play-icon,.hero-video-launcher:focus-visible .hero-video-play-icon{border-left-color:#fff;transform:translate(2px)scale(1.05)}.hero-video-player{border-radius:inherit;object-fit:cover;clip-path:inset(0 round var(--hero-radius));z-index:1;opacity:0;pointer-events:none;background:0 0;transition:opacity .22s}.hero-media-frame.is-playing .hero-video-launcher{opacity:0;pointer-events:none}.hero-media-frame.is-playing .hero-video-player{opacity:1;pointer-events:auto;z-index:4}.hero-copy{align-content:center;gap:10px;display:grid}.hero-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--secondary-accent);font-size:12px;font-weight:700}.hero-title{text-align:left;color:var(--text-h);letter-spacing:-.03em;margin:0;font-size:clamp(30px,4vw,56px);line-height:1.03}.hero-subtitle{color:var(--text-h);margin:0;font-size:clamp(18px,1.6vw,24px);font-weight:600;line-height:1.25}.hero-text{color:var(--text);max-width:42ch;font-size:.9rem;line-height:1.4}@keyframes section-intro{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero{grid-template-columns:1fr;min-height:0;margin-top:16px}.hero-media-frame{max-height:56vh}.hero-copy{text-align:center;align-content:center;justify-items:center;padding:20px 12px 28px}.hero-kicker,.hero-title,.hero-subtitle,.hero-text{text-align:center}.hero-text{max-width:52ch}}@media (prefers-reduced-motion:reduce){.hero,.showcase-container{opacity:1;transform:none;animation:none!important}.hero-video-launcher,.hero-video-preview,.hero-video-play:before,.hero-video-play-icon{transition:none}}.showcase-container{width:min(100%, var(--showcase-max-width));padding:var(--showcase-padding-top) var(--showcase-padding) var(--showcase-padding);box-sizing:border-box;opacity:0;will-change:transform, opacity;margin:0 auto;animation:.76s cubic-bezier(.22,1,.36,1) .16s forwards section-intro;transform:translateY(22px)}.showcase-grid{width:100%;margin:0 auto}.showcase-item{padding:0 var(--item-padding-x);margin-bottom:var(--item-margin-bottom);box-sizing:border-box;z-index:0;position:relative}:is(.showcase-item:has(.media-shell.is-interactive:hover),.showcase-item:has(.media-shell.is-interactive:focus-within)){z-index:3}.showcase-grid.columns-1 .showcase-item{width:100%}.showcase-grid.columns-2 .showcase-item{width:50%}.showcase-grid.columns-3 .showcase-item{width:33.3333%}.showcase-grid.columns-4 .showcase-item{width:25%}.media-shell{border-radius:var(--media-radius);background:var(--tertiary-background);will-change:transform;min-height:120px;transition:transform .52s cubic-bezier(.22,1,.36,1),box-shadow .52s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.media-shell:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;z-index:2;transition:opacity .52s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #434d4c14}.media-shell.is-interactive:hover,.media-shell.is-interactive:focus-within{outline:2px solid var(--tertiary-contrast);outline-offset:3px;transform:translateY(-4px)scale(1.01);box-shadow:0 18px 34px #434d4c24}.media-shell.is-interactive:hover:before,.media-shell.is-interactive:focus-within:before{opacity:1}.media-shell.is-interactive:active{outline-offset:1px;outline:2px solid #ffc700bf;transform:translateY(-1px)scale(1.004);box-shadow:0 10px 20px #434d4c1a}.showcase-item img,.showcase-item video,.showcase-item iframe{border-radius:var(--media-radius);width:100%;height:auto;display:block}.media-shell img,.media-shell video{opacity:0;transform-origin:50%;will-change:transform;transition:opacity .22s,transform .9s cubic-bezier(.22,1,.36,1),filter .9s;transform:scale(1)}.media-shell.is-loaded img,.media-shell.is-loaded video{opacity:1}.media-shell.is-interactive:hover img,.media-shell.is-interactive:hover video,.media-shell.is-interactive:focus-within img,.media-shell.is-interactive:focus-within video{filter:saturate(1.02)contrast(1.01);transform:scale(1.035)}.media-clickable{cursor:zoom-in;outline:none}.media-clickable:focus-visible{outline:none}.media-loader{pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.media-loader:before{content:"";width:var(--loader-size);height:var(--loader-size);border:var(--loader-border-width) solid var(--loader-track);border-top-color:var(--loader-active);border-radius:50%;animation:.9s linear infinite media-spin}.media-shell.is-loaded .media-loader{display:none}.caption{margin-top:var(--caption-margin-top);font-size:var(--caption-font-size);text-align:center;color:var(--caption-color);line-height:1.4}@keyframes media-spin{to{transform:rotate(360deg)}}.lightbox{background:var(--lightbox-bg);z-index:1000;opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;transition:opacity .15s ease-in,visibility 0s linear .15s;display:flex;position:fixed;inset:0}.lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease-out}.lightbox-content{max-width:var(--lightbox-max-width);max-height:var(--lightbox-max-height);border-radius:var(--lightbox-radius);object-fit:contain;opacity:0;transition:opacity .15s,transform .15s ease-in-out;display:none;transform:translateY(10px)scale(.97)}.lightbox-content.is-visible{opacity:1;transform:translateY(0)scale(1)}.lightbox-loader{position:absolute;inset:0}.lightbox:not(.is-loading) .lightbox-loader{display:none}.close-btn{top:var(--close-btn-top);right:var(--close-btn-right);color:var(--close-btn-color);font-size:var(--close-btn-size);cursor:pointer;background:#ffffff80;border:0;border-radius:999px;width:42px;height:42px;line-height:1;transition:transform .18s,background .18s,box-shadow .18s;position:absolute}.close-btn:hover,.close-btn:focus-visible{background:#fffc;outline:none;transform:scale(1.06);box-shadow:0 6px 16px #434d4c2e}@media (prefers-reduced-motion:reduce){.media-shell,.lightbox,.lightbox-content,.close-btn,.hero-video-preview,.hero-video-launcher,.hero-video-player{transition:none}}.stats{width:min(1280px,100% - 48px);margin:-40px auto 80px}.stats-row{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:12px;display:flex}.stat-ticker{background:var(--ticker-background);text-align:center;border:1px solid #ffffff14;border-radius:12px;gap:6px;min-width:170px;max-width:240px;padding:12px 14px;display:grid}.stat-subtitle{letter-spacing:.08em;text-transform:uppercase;color:var(--caption-color);margin:0;font-size:.72rem;font-weight:600}.stat-line{justify-content:center;align-items:baseline;gap:6px;margin:0;padding-bottom:6px;line-height:1;display:inline-flex}.stat-first{color:var(--normal-text);font-size:1rem;font-weight:600}.stat-separator{color:#8e94a3;font-size:1rem;transform:translateY(-1px)}.stat-second{color:var(--secondary-accent);font-size:1.5rem;font-weight:700}@media (width<=1080px){.stats{margin-top:-8px}}@media (width<=640px){.stats{width:min(1280px,100% - 24px);margin-top:20px}.stats-row{gap:10px}.stat-ticker{min-width:calc(50% - 10px)}}
