*{box-sizing:border-box}html,body{background:#000;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}a{color:#fff;text-decoration:none}button{font-family:inherit}h1,h2,h3,blockquote{margin:0}::selection{color:#fff;background:#2f6bff}#root{min-width:320px;overflow-x:clip}.nav{z-index:50;background:#000;border-bottom:1px solid #ffffff14;position:sticky;top:0}.nav__bar{z-index:2;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:22px 48px;display:grid;position:relative}.nav__logo{letter-spacing:.24em;color:#fff;white-space:nowrap;grid-column:1;justify-self:start;font-size:17px;font-weight:700}.nav__links{grid-column:2;justify-content:center;justify-self:center;align-items:center;gap:38px;font-size:15px;font-weight:500;display:flex}.nav__item{position:relative}.nav__link{color:#fff;letter-spacing:.01em;cursor:pointer;align-items:center;gap:6px;transition:color .15s;display:inline-flex}.nav__link:hover,.nav__item:hover .nav__link{color:#b9b9b9}.nav__caret{opacity:.75;border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;transition:transform .2s;transform:rotate(45deg)translate(-1px,-1px)}.nav__item--group:hover .nav__caret{transform:rotate(225deg)translate(-1px,-1px)}.nav__dropdown{opacity:0;visibility:hidden;pointer-events:none;background:#0c0c0c;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;min-width:200px;padding:8px;transition:opacity .18s,transform .18s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%,8px);box-shadow:0 20px 44px #0000008c}.nav__item--group:after{content:"";height:16px;position:absolute;top:100%;left:0;right:0}.nav__item--group:hover .nav__dropdown,.nav__item--group:focus-within .nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,12px)}.nav__dropdown-link{color:#cfcfcf;white-space:nowrap;border-radius:9px;padding:10px 14px;font-size:14.5px;font-weight:500;transition:background .14s,color .14s}.nav__dropdown-link:hover{color:#fff;background:#ffffff12}.nav__right{grid-column:3;justify-self:end;align-items:center;display:flex}.nav__cta{color:#000;white-space:nowrap;background:#fff;border-radius:999px;padding:12px 26px;font-size:15px;font-weight:600;transition:background .15s}.nav__cta:hover{color:#000;background:#e2e2e2}.nav__toggle{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.nav__toggle span{background:#fff;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__toggle--open span:nth-child(2){opacity:0}.nav__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav__links-mobile-extra{display:none}body.nav-menu-open{overflow:hidden}@media (width<=900px){.nav__bar{justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:10px 16px;display:flex}.nav__logo{letter-spacing:.12em;text-overflow:ellipsis;max-width:calc(100% - 56px);font-size:13px;overflow:hidden}.nav__right{display:none}.nav__toggle{margin-left:auto;display:flex}.nav__links{top:var(--nav-bar-h,56px);z-index:48;width:100%;max-width:100%;padding:4px 20px calc(28px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#000;border-top:1px solid #ffffff14;flex-direction:column;grid-column:auto;justify-content:flex-start;justify-self:stretch;align-items:stretch;gap:0;margin:0;display:none;position:fixed;bottom:0;left:0;right:0;overflow:hidden auto}.nav__links--open{display:flex}.nav--open{border-bottom-color:#0000}.nav__item{flex:none;width:100%}.nav__link{border-bottom:1px solid #ffffff0f;justify-content:space-between;width:100%;padding:12px 0;font-size:16px}.nav__link--group{color:#8f8f8f;letter-spacing:.14em;text-transform:uppercase;cursor:default;border-bottom:none;padding:14px 0 2px;font-size:11px;font-weight:600}.nav__caret{display:none}.nav__dropdown{min-width:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:0 0;border:none;padding:0;position:static;transform:none!important}.nav__item--group:after{display:none}.nav__dropdown-link{white-space:normal;border-bottom:1px solid #ffffff0f;border-radius:0;width:100%;padding:11px 0 11px 12px;font-size:15.5px}.nav__dropdown-link:hover{background:0 0}.nav__links-mobile-extra{flex-direction:column;flex:none;align-items:stretch;gap:12px;width:100%;margin-top:18px;padding-bottom:12px;display:flex}.nav__links-mobile-extra .nav__cta{text-align:center;width:100%;padding:14px 20px}}@media (width<=420px){.nav__bar{min-height:52px;padding:8px 14px}.nav__logo{letter-spacing:.08em;font-size:11.5px}.nav__links{top:var(--nav-bar-h,52px);padding-left:16px;padding-right:16px}}.hero{background:#000;padding:20px 32px 32px}.hero__frame{background:#050b28;border-radius:24px;height:calc(100vh - 145px);min-height:560px;max-height:720px;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:right center;width:100%;height:100%;display:block}.hero__scrim{pointer-events:none;z-index:0;background:linear-gradient(105deg,#0000009e 0%,#00000047 42%,#00000014 68%,#0000 100%);position:absolute;inset:0}.hero__headline{pointer-events:none;color:#fff;z-index:1;max-width:640px;position:absolute;top:50%;left:64px;transform:translateY(-50%)}.hero__headline h1{letter-spacing:-.02em;text-wrap:pretty;text-shadow:0 2px 24px #00000059;margin:0;font-size:clamp(36px,4.2vw,58px);font-weight:700;line-height:1.12}.hero__since{color:#cdd6ff;margin:26px 0 0;font-size:22px;font-weight:500}.hero__cta{z-index:1;color:#0b1e6e;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:18px 34px;font-size:18px;font-weight:700;transition:background .15s;display:flex;position:absolute;bottom:64px;left:64px}.hero__cta:hover{color:#0b1e6e;background:#e2e2e2}.hero__cta-chevron{border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;display:inline-block;transform:rotate(-45deg)}.hero__talk{pointer-events:none;width:260px;position:absolute;bottom:40px;right:40px}.hero__talk-label{letter-spacing:.14em;color:#fff;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.hero__talk-dot{border-radius:50%;width:9px;height:9px}.hero__talk-card{pointer-events:auto;color:#fff;border-radius:12px;height:150px;position:relative;overflow:hidden;box-shadow:0 12px 32px #0006}.hero__talk-img{position:absolute;inset:0}.hero__talk-text{pointer-events:none;position:absolute;bottom:14px;left:16px}.hero__talk-kicker{letter-spacing:.2em;font-size:11px;font-weight:700}.hero__talk-title{letter-spacing:.04em;margin-top:4px;font-family:Playfair Display,serif;font-size:19px;font-weight:600;line-height:1.1}.hero__talk-watch{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3;border-radius:999px;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:700;transition:background .15s;display:flex;position:absolute;bottom:12px;right:12px}.hero__talk-watch:hover{color:#fff;background:#ffffff57}.hero__talk-play{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid #fff;width:0;height:0;display:inline-block}@media (width<=900px){.hero{padding:14px 16px 22px}.hero__frame{border-radius:18px;flex-direction:column;justify-content:flex-end;height:auto;min-height:min(78vh,640px);max-height:none;padding:24px 20px 22px;display:flex}.hero__bg-img{object-position:68% 28%}.hero__scrim{background:linear-gradient(#0000001f 0%,#0000002e 36%,#000000b8 68%,#000000e6 100%)}.hero__headline{z-index:1;max-width:none;margin-bottom:18px;position:relative;top:auto;left:auto;right:auto;transform:none}.hero__headline h1{letter-spacing:-.025em;text-shadow:0 2px 18px #0000008c;font-size:clamp(26px,7.2vw,36px);line-height:1.18}.hero__since{margin-top:14px;font-size:15px}.hero__cta{z-index:1;align-self:flex-start;margin:0;padding:14px 22px;font-size:15px;position:relative;bottom:auto;left:auto}.hero__talk{z-index:1;pointer-events:auto;width:100%;max-width:320px;margin-top:18px;position:relative;bottom:auto;right:auto}}@media (width<=480px){.hero{padding:12px 12px 20px}.hero__frame{border-radius:14px;min-height:min(72vh,560px);padding:20px 16px 18px}.hero__bg-img{object-position:72% 22%}.hero__headline{margin-bottom:14px}.hero__headline h1{font-size:clamp(22px,6.6vw,28px);line-height:1.2}.hero__cta{padding:12px 18px;font-size:14px}}.stats-bar{background:#000;gap:16px;padding:0 32px 32px;display:flex}.stats-bar__tile{color:#fff;text-align:center;background:#0b1226;border-radius:16px;flex-wrap:wrap;flex:1;justify-content:center;align-items:baseline;gap:8px;padding:26px 20px;display:flex}.stats-bar__prefix{letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6;font-size:12px;font-weight:600}.stats-bar__value{letter-spacing:-.01em;font-size:32px;font-weight:800}.stats-bar__suffix{letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6;font-size:13px;font-weight:600}@media (width<=900px){.stats-bar{flex-wrap:wrap}.stats-bar__tile{flex:calc(50% - 8px)}}@media (width<=700px){.stats-bar{gap:12px;padding:0 16px 24px}.stats-bar__tile{padding:20px 14px}.stats-bar__value{font-size:26px}}@media (width<=480px){.stats-bar__tile{flex:100%}}.spiritual{background:#000;padding:20px 32px 32px}.spiritual__frame{background:#1a0b2e;border-radius:24px;min-height:620px;position:relative;overflow:hidden}.spiritual__bg{position:absolute;inset:0}.spiritual__video{object-fit:cover;width:100%;height:100%;display:block}.spiritual__scrim{pointer-events:none;background:linear-gradient(100deg,#0000008c 0%,#00000026 45%,#0000 70%);position:absolute;inset:0}.spiritual__content{color:#fff;max-width:560px;position:absolute;bottom:56px;left:56px}.spiritual__content h2{letter-spacing:-.01em;font-size:56px;font-weight:600;line-height:1.1}.spiritual__content p{color:#e8e4f0;max-width:460px;margin:20px 0 0;font-size:17px;line-height:1.5}@media (width<=700px){.spiritual{padding:16px 16px 24px}.spiritual__frame{border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:auto;padding:220px 20px 28px;display:flex}.spiritual__content{max-width:none;position:relative;bottom:auto;left:auto}.spiritual__content h2{font-size:clamp(30px,9vw,40px)}.spiritual__content p{max-width:none}}@media (width<=380px){.spiritual__content h2{font-size:clamp(26px,9vw,32px)}}.section-more{letter-spacing:.01em;border-radius:999px;align-items:center;gap:10px;margin-top:28px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}a.section-more.section-more--dark,.section-more--dark{color:#101012;background:#fff}a.section-more.section-more--dark:hover,.section-more--dark:hover{color:#101012;background:#e8e8e4}a.section-more.section-more--light,.section-more--light{color:#fff;background:#101012}a.section-more.section-more--light:hover,.section-more--light:hover{color:#fff;background:#2a2a2e}.section-more__chevron{border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;margin-top:1px;display:inline-block;transform:rotate(-45deg)}.section-more-row{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.section-more-row .section-more{margin-top:0}.intro{color:#fff;background:#000;padding:90px 60px 100px}.intro__top{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto 70px;display:flex}.intro__portrait{border:1px solid #ffffff24;border-radius:18px;width:100%;overflow:hidden}.intro__portrait-img{object-fit:contain;width:100%;height:auto;display:block}.intro__eyebrow{letter-spacing:.3em;color:#cfcfcf;align-items:center;gap:12px;margin-bottom:22px;font-size:15px;font-weight:700;display:flex}.intro__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.intro__title{letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:clamp(34px,3.6vw,52px);font-weight:600;line-height:1.1}.intro__lead{color:#d8d8d8;margin-top:26px;font-size:18px;line-height:1.65}.intro__block{max-width:1100px;margin:0 auto 60px}.intro__block-title{text-align:center;margin-bottom:28px;font-family:Playfair Display,serif;font-size:26px;font-weight:600}.intro__ventures{flex-wrap:wrap;gap:14px;display:flex}.intro__venture{background:#111214;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex:230px;height:152px;padding:14px 16px;display:flex;overflow:hidden}.intro__venture-head{flex-direction:column;gap:3px;margin-bottom:6px;display:flex}.intro__venture-name{font-size:14px;font-weight:700}.intro__venture-role{letter-spacing:.05em;text-transform:uppercase;color:#2f6bff;font-size:10.5px;font-weight:600}.intro__venture-blurb{color:#a9a9a9;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.intro__roles{grid-template-columns:repeat(2,1fr);gap:14px 40px;list-style:none;display:grid}.intro__roles li{color:#cfcfcf;padding-left:20px;font-size:15px;line-height:1.5;position:relative}.intro__roles li:before{content:"";background:#2f6bff;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.intro__speaking{color:#d8d8d8;text-align:center;max-width:860px;margin:0 auto 60px;font-size:18px;line-height:1.6}.intro__pills{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.intro__pill{letter-spacing:.02em;color:#e6e6e6;background:#111214;border:1px solid #ffffff24;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600}@media (width<=900px){.intro__top{text-align:center;gap:28px}.intro__eyebrow{justify-content:center}.intro__venture{flex-basis:200px}.intro__roles{grid-template-columns:1fr}}@media (width<=700px){.intro{padding:60px 20px 70px}.intro__lead,.intro__speaking{font-size:16px}.intro__venture{flex-basis:45%;height:172px}.intro__block-title{font-size:22px}}.genai{--genai-accent:#f7941d;color:#fff;background:#0d0d0d;font-family:Archivo,Inter,Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden}.genai a{color:#fff}.genai__row{grid-template-columns:420px 1fr;display:grid}.genai__row--top{padding-top:32px}.genai__badge{background:var(--genai-accent);text-align:center;color:#0d0d0d;border-radius:0 24px 0 0;justify-content:center;align-items:center;min-height:220px;padding:32px;display:flex}.genai__badge-kicker{letter-spacing:.28em;margin-bottom:4px;font-size:18px;font-weight:700}.genai__badge-title{letter-spacing:-.02em;font-size:52px;font-style:italic;font-weight:900;line-height:.9;transform:skew(-6deg)}.genai__headline{align-items:center;padding:0 32px 0 44px;display:flex}.genai__headline h1{letter-spacing:-.02em;color:#fff;text-wrap:balance;margin:0;font-size:60px;font-weight:500;line-height:1.08}.genai__panel{background:#0d0d0d;border-radius:0 0 24px;flex-direction:column;padding:48px 44px 64px;display:flex}.genai__stats{grid-template-columns:1fr 1fr;gap:24px;display:grid}.genai__stat-value{letter-spacing:-.02em;font-size:44px;font-weight:600;line-height:1}.genai__stat-label{margin-top:8px;font-size:17px;font-weight:700;line-height:1.25}.genai__copy{color:#f2f2f2;margin:32px 0 36px;font-size:18px;font-weight:400;line-height:1.45}.genai__actions{flex-direction:column;gap:16px;display:flex}.genai__btn{text-align:center;color:#fff;background:#2b2b2b;border-radius:999px;padding:18px 0;font-size:16px;font-weight:700;transition:background .15s;display:block}.genai__btn:hover{color:#fff;background:#3a3a3a}.genai__media{position:relative}.genai__media-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.genai__media-glow{pointer-events:none;background:linear-gradient(135deg, color-mix(in srgb, var(--genai-accent) 80%, transparent) 0%, color-mix(in srgb, var(--genai-accent) 33%, transparent) 26%, transparent 55%);position:absolute;inset:0}.genai__watch{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;white-space:nowrap;background:#ffffff38;border-radius:999px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:700;transition:background .15s;display:flex;position:absolute;top:44%;left:42%}.genai__watch:hover{color:#fff;background:#ffffff52}.genai__watch-play{font-size:12px}.genai__projects{padding:8px 44px 72px}.genai__projects-title{letter-spacing:-.02em;color:#fff;margin:0 0 28px;font-size:34px;font-weight:700}.genai__projects-rail{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.genai__project-card{flex-direction:column;display:flex}.genai__project-cover{aspect-ratio:2/3;background:#1a1a1a;border:1px solid #ffffff14;border-radius:14px;position:relative;overflow:hidden}.genai__project-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .25s;display:block}.genai__project-card:hover .genai__project-img{transform:scale(1.03)}.genai__project-footer{justify-content:space-between;align-items:center;gap:10px;padding:16px 4px 0;display:flex}.genai__project-watch{letter-spacing:.04em;color:var(--genai-accent);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.genai__project-arrow{color:#fff;border:1px solid #ffffff40;border-radius:50%;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,border-color .15s;display:flex}.genai__project-arrow:hover{color:#fff;background:#ffffff1a;border-color:#fff6}@media (width<=1100px){.genai__projects-rail{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.genai__row{grid-template-columns:1fr}.genai__badge,.genai__panel{border-radius:0}.genai__headline h1{font-size:40px}.genai__headline{padding:24px 24px 0}.genai__badge{min-height:160px;padding:24px}.genai__badge-title{font-size:36px}.genai__panel{padding:32px 24px 48px}.genai__media{min-height:320px}.genai__watch{padding:12px 22px;font-size:14px;top:auto;bottom:20px;left:50%;transform:translate(-50%)}.genai__projects{padding:8px 24px 56px}.genai__projects-rail{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.genai__badge-title{font-size:28px}.genai__badge-kicker{font-size:14px}.genai__stats{gap:16px}.genai__stat-value{font-size:32px}.genai__projects-rail{grid-template-columns:1fr 1fr;gap:12px}.genai__project-name{font-size:18px}}.events{background:#000;position:relative}.events__rail{scroll-behavior:smooth;scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:16px;padding:0 16px;display:flex;overflow-x:auto}.events__rail::-webkit-scrollbar{display:none}.events__card{color:#fff;border-radius:16px;flex:0 0 25%;min-width:460px;height:680px;position:relative;overflow:hidden}.events__card-img{pointer-events:none;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.events__card-scrim{pointer-events:none;background:linear-gradient(#0000 50%,#000000ad 100%);transition:opacity .4s;position:absolute;inset:0}.events__card-text{pointer-events:none;position:absolute;bottom:40px;left:32px;right:32px}.events__card-kicker{letter-spacing:.3em;font-size:15px;font-weight:700}.events__card-title{letter-spacing:.04em;text-transform:uppercase;text-wrap:pretty;margin:10px 0 14px;font-family:Playfair Display,serif;font-size:48px;font-weight:600;line-height:1.05}.events__card-tagline{color:#e6e6e6;font-size:21px}.events__nav{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;transition:background .15s;position:absolute;top:50%;transform:translateY(-50%)}.events__nav:hover{background:#000000b3}.events__nav--prev{left:24px}.events__nav--next{right:24px}.events__dots{background:#000;justify-content:center;gap:10px;padding:22px 0 8px;display:flex}.events__more{background:#000;justify-content:center;padding:8px 24px 40px;display:flex}.events__more .section-more{margin-top:0}.events__dot{cursor:pointer;border:none;border-radius:50%;width:9px;height:9px;padding:0}.events__card-img img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}@media (width<=600px){.events__card{min-width:82vw;height:480px}.events__card-text{bottom:28px;left:20px;right:20px}.events__card-title{margin:8px 0 10px;font-size:28px}.events__card-tagline{font-size:16px}.events__card-kicker{font-size:12px}.events__nav{width:40px;height:40px;font-size:18px}.events__nav--prev{left:10px}.events__nav--next{right:10px}}.image-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.image-placeholder--contain{background:#ffffff0f!important}.image-placeholder__label{letter-spacing:.04em;color:#ffffffbf;text-align:center;padding:0 12px;font-size:13px;font-weight:600}.image-placeholder--contain .image-placeholder__label{color:#ffffff73;font-size:11px}.featured-moments{color:#fff;background:#000;padding:170px 60px 190px;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:hidden}.featured-moments__glow{pointer-events:none;border-radius:50%;position:absolute}.featured-moments__glow--blue{background:radial-gradient(circle,#2f6bff33,#0000 68%);width:640px;height:640px;animation:7s ease-in-out infinite fm-glow-pulse;top:8%;right:-6%}.featured-moments__glow--gold{background:radial-gradient(circle,#c9a24a24,#0000 66%);width:560px;height:560px;bottom:-4%;left:-8%}@keyframes fm-glow-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.08)}}.featured-moments__inner{max-width:1240px;margin:0 auto;position:relative}.featured-moments__intro{opacity:0;max-width:780px;margin-bottom:96px;transition:opacity .8s,transform .8s;transform:translateY(28px)}.featured-moments__eyebrow{letter-spacing:.32em;color:#8a8a8a;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:26px;font-size:15px;font-weight:600;display:flex}.featured-moments__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.featured-moments__heading{letter-spacing:-.03em;margin:0 0 26px;font-family:Inter Tight,system-ui,sans-serif;font-size:68px;font-weight:600;line-height:1.04}.featured-moments__lede{color:#c4c4c4;max-width:52ch;margin:0;font-size:18px;line-height:1.6}.featured-moments__rows{position:relative}.featured-moments__grid{grid-template-columns:1.35fr 1fr;align-items:start;gap:40px;display:grid;position:relative}.featured-moments__grid+.featured-moments__grid{margin-top:40px}.featured-moments__grid--alt{grid-template-columns:1fr 1.35fr}.featured-moments__figure{opacity:0;align-self:start;margin:0;transition:opacity .9s,transform .9s;position:relative;transform:translateY(40px)}.featured-moments__grid>.featured-moments__figure:first-child{margin-top:40px}.featured-moments__index{letter-spacing:-.04em;color:#0000;z-index:0;pointer-events:none;font-family:Inter Tight,system-ui,sans-serif;font-size:150px;font-weight:700;line-height:1;position:absolute;top:-78px}.featured-moments__tilt{z-index:1;aspect-ratio:4/3;transform-style:preserve-3d;will-change:transform;border-radius:16px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:relative;overflow:hidden}.featured-moments__cover{object-fit:cover;width:100%;height:100%;display:block}.featured-moments__cover--contain{object-fit:contain;background:#0a0a0a}.featured-moments__scrim{pointer-events:none;position:absolute;inset:0}.featured-moments__scrim--bottom{background:linear-gradient(#0000 45%,#000000b8 100%)}.featured-moments__scrim--top{background:linear-gradient(#00000047 0%,#0000 22%)}.featured-moments__overlay-text{pointer-events:none;position:absolute;bottom:28px;left:30px;right:30px}.featured-moments__kicker{letter-spacing:.28em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:700}.featured-moments__overlay-title{letter-spacing:.01em;font-family:Playfair Display,serif;font-size:30px;font-weight:600;line-height:1.08}.featured-moments__badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;background:#0000008c;border:1px solid;border-radius:999px;align-items:center;gap:9px;padding:8px 14px;display:flex;position:absolute;top:22px;left:22px}.featured-moments__badge-dot{border-radius:50%;width:7px;height:7px}.featured-moments__badge-text{letter-spacing:.22em;text-transform:uppercase;font-size:12px;font-weight:700}.featured-moments__caption{gap:18px;margin:26px 0 0;padding-left:2px;display:flex}.featured-moments__caption-bar{border-radius:2px;flex:none;align-self:stretch;width:2px}.featured-moments__caption-title{margin-bottom:8px;font-family:Playfair Display,serif;font-size:22px;font-weight:600;line-height:1.15}.featured-moments__caption-text{color:#b7b7b7;max-width:46ch;margin:0;font-size:16px;line-height:1.6}.featured-moments__caption-text strong{color:#fff;font-weight:600}@media (width<=860px){.featured-moments{padding:90px 24px 100px}.featured-moments__heading{font-size:38px}.featured-moments__grid{grid-template-columns:1fr;gap:60px}.featured-moments__grid+.featured-moments__grid{margin-top:60px}.featured-moments__grid>.featured-moments__figure:first-child{margin-top:0}.featured-moments__index{display:none}}@media (width<=480px){.featured-moments{padding:64px 20px 72px}.featured-moments__heading{font-size:28px}.featured-moments__lede{font-size:16px}.featured-moments__overlay-text{bottom:18px;left:16px;right:16px}.featured-moments__overlay-title{font-size:22px}.featured-moments__caption-title{font-size:18px}.featured-moments__caption-text{font-size:14px}}@keyframes speaking-glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.85;transform:scale(1.08)}}.speaking{color:#fff;background:#000;padding:clamp(80px,10vw,150px) clamp(20px,5vw,60px) clamp(90px,11vw,170px);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:hidden}.speaking__glow{pointer-events:none;border-radius:50%;position:absolute}.speaking__glow--blue{background:radial-gradient(circle,#2f6bff33,#0000 68%);width:640px;height:640px;animation:7s ease-in-out infinite speaking-glow-pulse;top:6%;right:-6%}.speaking__glow--gold{background:radial-gradient(circle,#c9a24a24,#0000 66%);width:560px;height:560px;bottom:-4%;left:-8%}.speaking__inner{max-width:1240px;margin:0 auto;position:relative}.speaking__intro{max-width:820px;margin-bottom:clamp(48px,6vw,88px)}.speaking__eyebrow{letter-spacing:.32em;color:#8a8a8a;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:26px;font-size:15px;font-weight:600;display:flex}.speaking__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.speaking__heading{letter-spacing:-.03em;text-wrap:pretty;margin:0 0 26px;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(34px,4.6vw,68px);font-weight:600;line-height:1.04}.speaking__lede{color:#c4c4c4;max-width:56ch;margin:0;font-size:18px;line-height:1.6}.speaking__group{margin-bottom:clamp(56px,7vw,96px)}.speaking__group-header{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:44px;padding-bottom:22px;display:flex}.speaking__group-title{align-items:center;gap:18px;display:flex}.speaking__group-tag{letter-spacing:.02em;font-family:Inter Tight,system-ui,sans-serif;font-size:22px;font-weight:700}.speaking__group-name{letter-spacing:-.02em;margin:0;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(24px,2.6vw,34px);font-weight:600}.speaking__group-meta{letter-spacing:.16em;text-transform:uppercase;color:#8a8a8a;font-size:14px;font-weight:600}.speaking__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.speaking__card{color:#fff;border-radius:18px;height:560px;transition:box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 40px 90px -34px #000000e6,0 0 0 1px #ffffff0f}.speaking__card:hover{box-shadow:0 46px 100px -30px #000000f2,0 0 0 1px #ffffff24}.speaking__card-img{background:#111;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.speaking__card-img img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.speaking__card:hover .speaking__card-img{transform:scale(1.06)}.speaking__card-scrim{pointer-events:none;background:linear-gradient(115deg,#000000b8 0%,#00000073 40%,#00000014 72%);position:absolute;inset:0}.speaking__card-top{flex-direction:column;display:flex;position:absolute;top:44px;left:44px;right:44px}.speaking__card-badges{align-items:center;gap:12px;margin-bottom:20px;display:flex}.speaking__format-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.18em;text-transform:uppercase;color:#fff;background:#0006;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-size:12px;font-weight:700;display:inline-flex}.speaking__format-dot{border-radius:50%;width:7px;height:7px}.speaking__availability{letter-spacing:.06em;font-size:12px;font-weight:700}.speaking__card-title{letter-spacing:-.02em;text-wrap:balance;text-shadow:0 2px 24px #00000080;margin:0 0 20px;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(28px,3.2vw,46px);font-weight:600;line-height:1.02}.speaking__card-desc{color:#eaeaea;text-shadow:0 1px 16px #00000080;max-width:30ch;margin:0;font-size:17px;line-height:1.55}@media (width<=860px){.speaking{padding:90px 24px 100px}.speaking__grid{grid-template-columns:1fr}.speaking__card{height:480px}}@media (width<=480px){.speaking{padding:64px 20px 72px}.speaking__card{height:420px}.speaking__card-top{top:28px;left:28px;right:28px}}.podcast{color:#101012;background:#fff;padding:40px 40px 110px}.podcast__inner{max-width:1180px;margin:0 auto}.podcast__header{justify-content:space-between;align-items:baseline;margin-bottom:34px;display:flex}.podcast__heading{letter-spacing:.01em;font-family:Playfair Display,serif;font-size:40px;font-weight:600}.podcast__logo-badge{background:#101012;border-radius:14px;align-items:center;padding:14px 22px;display:inline-flex}.podcast__logo{width:auto;height:46px;display:block}.podcast__explore{color:#101012;align-items:center;gap:8px;font-size:17px;font-weight:500;transition:color .15s;display:flex}.podcast__explore:hover{color:#52525a}.podcast__explore-chevron{border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;display:inline-block;transform:rotate(-45deg)}.podcast__card{background:#f3f3f1;border-radius:20px;grid-template-columns:1fr 1.05fr;align-items:start;gap:60px;padding:44px;display:grid}.podcast__player{text-align:center;flex-direction:column;align-items:center;display:flex}.podcast__cover{aspect-ratio:16/9;border-radius:8px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 10px 30px #00000026}.podcast__cover-frame{border:none;width:100%;height:100%;display:block}.podcast__meta{letter-spacing:.08em;color:#52525a;margin:26px 0 14px;font-size:13px;font-weight:700}.podcast__title{letter-spacing:-.01em;max-width:12ch;font-family:Playfair Display,serif;font-size:40px;font-weight:600;line-height:1.12}.podcast__scrubber{width:100%;max-width:380px;margin-top:40px}.podcast__track{background:#d8d8d4;border-radius:999px;height:4px;position:relative}.podcast__track-fill{background:#101012;border-radius:999px;width:8%;height:100%;position:absolute;top:0;left:0}.podcast__track-thumb{background:#101012;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:8%;transform:translate(-50%,-50%)}.podcast__times{color:#52525a;justify-content:space-between;margin-top:10px;font-size:13px;display:flex}.podcast__transport{color:#101012;align-items:center;gap:26px;margin-top:26px;display:flex}.podcast__btn{cursor:pointer;color:inherit;background:0 0;border:none;padding:6px;transition:color .15s}.podcast__btn:hover{color:#52525a}.podcast__btn--icon{font-size:22px;line-height:1}.podcast__btn--seek{flex-direction:column;align-items:center;gap:1px;font-size:13px;font-weight:700;display:flex}.podcast__btn-seek-icon{font-size:18px;line-height:1}.podcast__btn--play{color:#fff;background:#101012;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;display:flex}.podcast__btn--play:hover{color:#fff;background:#2a2a2e}.podcast__list{align-self:center}.podcast__episode{align-items:center;gap:18px;padding:20px 0;display:flex}.podcast__episode-art{border-radius:8px;flex:0 0 60px;width:60px;height:60px;overflow:hidden}.podcast__episode-thumb{object-fit:cover;width:100%;height:100%;display:block}.podcast__episode-text{flex:1;min-width:0}.podcast__episode-meta{letter-spacing:.06em;color:#52525a;margin-bottom:5px;font-size:12px;font-weight:700}.podcast__episode-title{color:#101012;text-wrap:pretty;font-size:17px;font-weight:600;line-height:1.3}.podcast__listen{color:#101012;flex:none;align-items:center;gap:8px;font-size:15px;font-weight:600;transition:color .15s;display:flex}.podcast__listen:hover{color:#52525a}.podcast__listen-icon{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid;width:0;height:0;display:inline-block}@media (width<=800px){.podcast{padding:32px 20px 80px}.podcast__header{flex-direction:column;align-items:flex-start;gap:16px}.podcast__heading{font-size:28px}.podcast__card{grid-template-columns:1fr;gap:36px;padding:28px}.podcast__title{max-width:none;font-size:28px}}@media (width<=420px){.podcast__logo-badge{padding:10px 16px}.podcast__logo{height:34px}.podcast__episode{gap:12px}.podcast__transport{gap:16px}}.comics{color:#0a0a0a;background:#fff;padding:80px 0 96px;font-family:Archivo,Helvetica,Arial,sans-serif}.comics__intro{text-align:center;max-width:760px;margin:0 auto 56px;padding:0 24px}.comics__eyebrow{letter-spacing:.14em;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin-bottom:28px;font-size:13px;font-weight:700;display:flex}.comics__eyebrow-dot{background:#0a0a0a;border-radius:50%;width:7px;height:7px;display:inline-block}.comics__heading{letter-spacing:-.03em;margin:0 0 24px;font-size:74px;font-weight:800;line-height:.98}.comics__lede{color:#4a4a4a;max-width:560px;margin:0 auto;font-size:18px;font-weight:400;line-height:1.5}.comics__toolbar{justify-content:space-between;align-items:center;gap:16px;max-width:1560px;margin:0 auto 34px;padding:0 32px;display:flex}.comics__filters{flex-wrap:wrap;gap:10px;display:flex}.comics__filter{cursor:pointer;white-space:nowrap;color:#0a0a0a;background:#fff;border:1px solid #dcdad4;border-radius:999px;padding:11px 22px;font-family:inherit;font-size:15px;font-weight:600;transition:all .15s}.comics__filter--active{color:#fff;background:#0a0a0a;border:1px solid #0a0a0a}.comics__see-all{white-space:nowrap;color:#0a0a0a;align-items:center;gap:7px;font-size:15px;font-weight:600;display:flex}.comics__see-all-icon{display:inline-flex}.comics__rail{scroll-snap-type:x mandatory;cursor:grab;-webkit-user-select:none;user-select:none;gap:20px;padding:6px 32px 24px;display:flex;overflow-x:auto}.comics__rail--dragging{cursor:grabbing;scroll-snap-type:none}.comics__rail::-webkit-scrollbar{height:8px}.comics__rail::-webkit-scrollbar-track{background:0 0}.comics__rail::-webkit-scrollbar-thumb{background:#dcdad4;border-radius:8px}.comics__card{scroll-snap-align:start;flex:none;width:340px}.comics__cover{background:#f4f2ee;border-radius:16px;justify-content:center;align-items:center;height:520px;padding:22px;display:flex;overflow:hidden}.comics__cover .image-placeholder{border-radius:8px}.comics__cover-img{object-fit:contain;border-radius:8px;width:100%;height:100%}.comics__card-footer{justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 4px 0;display:flex}.comics__card-title{letter-spacing:.01em;text-transform:uppercase;font-size:16px;font-weight:700}.comics__card-meta{color:#6a6a6a;margin-top:5px;font-size:15px;font-weight:400}.comics__card-arrow{cursor:pointer;background:#0a0a0a;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (width<=640px){.comics__heading{font-size:44px}.comics__card{width:260px}.comics__cover{height:380px}.comics__toolbar{flex-wrap:wrap}}@media (width<=420px){.comics{padding:56px 0 72px}.comics__heading{font-size:32px}.comics__lede{font-size:16px}.comics__card{width:220px}.comics__cover{height:320px;padding:16px}.comics__filter{padding:9px 16px;font-size:13px}}.gallery-masonry{color:#fff;background:#000;padding:130px 40px 150px;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:hidden}.gallery-masonry__glow{pointer-events:none;border-radius:50%;position:absolute}.gallery-masonry__glow--blue{background:radial-gradient(circle,#2f6bff2e,#0000 68%);width:640px;height:640px;top:6%;right:-6%}.gallery-masonry__glow--gold{background:radial-gradient(circle,#c9a24a1f,#0000 66%);width:560px;height:560px;bottom:-4%;left:-8%}.gallery-masonry__inner{max-width:1240px;margin:0 auto;position:relative}.gallery-masonry__intro{max-width:820px;margin:0 0 84px}.gallery-masonry__eyebrow{letter-spacing:.32em;color:#8a8a8a;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:26px;font-size:15px;font-weight:600;display:flex}.gallery-masonry__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.gallery-masonry__heading{letter-spacing:-.03em;margin:0 0 24px;font-family:Inter Tight,system-ui,sans-serif;font-size:56px;font-weight:600;line-height:1.04}.gallery-masonry__lede{color:#c4c4c4;max-width:56ch;margin:0;font-size:18px;line-height:1.6}.gallery-masonry__grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.gallery-masonry__column-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:30px;padding-bottom:20px;display:flex}.gallery-masonry__column-title{letter-spacing:.01em;margin:0;font-family:Playfair Display,serif;font-size:30px;font-weight:600}.gallery-masonry__column-count{letter-spacing:.16em;color:#6f6f6f;text-transform:uppercase;white-space:nowrap;font-size:13px;font-weight:600}.gallery-masonry__masonry{columns:2;column-gap:18px}.gallery-masonry__figure{break-inside:avoid;cursor:pointer;border-radius:12px;margin:0 0 18px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 24px 60px -34px #000000e6,0 0 0 1px #ffffff12}.gallery-masonry__figure:hover{transform:translateY(-6px);box-shadow:0 40px 90px -30px #000000f2,0 0 0 1px #2f6bff66}.gallery-masonry__media{width:100%}.gallery-masonry__img{object-fit:cover;width:100%;height:100%;display:block}.gallery-masonry__caption{letter-spacing:.08em;color:#ffffffd1;text-transform:uppercase;background:linear-gradient(#0000 0%,#000000b8 100%);padding:14px 14px 12px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;position:absolute;bottom:0;left:0;right:0}.gallery-masonry__toggle{color:#fff;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:999px;width:100%;margin-top:14px;padding:15px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .3s,border-color .3s}.gallery-masonry__toggle:hover{background:#2f6bff1f;border-color:#2f6bff99}@media (width<=900px){.gallery-masonry{padding:90px 24px 100px}.gallery-masonry__heading{font-size:38px}.gallery-masonry__grid{grid-template-columns:1fr;gap:60px}}@media (width<=480px){.gallery-masonry{padding:64px 20px 72px}.gallery-masonry__heading{font-size:28px}.gallery-masonry__lede{font-size:16px}.gallery-masonry__masonry{columns:1}}.books{color:#fff;background:#101012;padding:130px 60px 150px}.books__inner{grid-template-columns:360px 1fr;grid-template-areas:"intro shelf""detail detail";align-items:end;gap:64px 80px;max-width:1180px;margin:0 auto;display:grid}.books__intro{grid-area:intro;align-self:start;padding-top:6px}.books__eyebrow{letter-spacing:.32em;color:#8a8a8a;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;font-weight:600;display:flex}.books__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.books__heading{letter-spacing:-.01em;margin-bottom:20px;font-family:Playfair Display,serif;font-size:44px;font-weight:600}.books__lede{color:#c4c4c4;max-width:30ch;margin-bottom:28px;font-family:Cormorant Garamond,Playfair Display,serif;font-size:22px;font-style:italic;font-weight:500;line-height:1.5}.books__explore{color:#fff;align-items:center;gap:8px;font-family:Cormorant Garamond,Playfair Display,serif;font-size:19px;font-style:italic;font-weight:500;transition:color .15s;display:inline-flex}.books__explore:hover{color:#b8b8b8}.books__explore-chevron{border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;display:inline-block;transform:rotate(-45deg)}.books__shelf-wrap{flex-direction:column;grid-area:shelf;display:flex}.books__shelf{justify-content:center;align-items:flex-end;height:360px;padding:0 20px 24px;display:flex}.books__book{appearance:none;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:14px;width:188px;padding:0;display:flex;position:relative}.books__book:not(:first-child){margin-left:-56px}.books__book:hover,.books__book:focus-visible,.books__book--active{z-index:5}.books__book:focus-visible{outline:none}.books__cover-wrap{aspect-ratio:2/3;transform-origin:bottom;border-radius:4px 8px 8px 4px;width:188px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:block;position:relative;overflow:hidden;transform:rotate(-11deg);box-shadow:4px 10px 12px #0000004d,8px 20px 30px #0006}.books__book:hover .books__cover-wrap,.books__book:focus-visible .books__cover-wrap,.books__book--active .books__cover-wrap{transform:rotate(0)translateY(-16px)scale(1.08);box-shadow:0 4px 10px #00000040,0 24px 44px #00000080}.books__cover-img{object-fit:cover;width:100%;height:100%;display:block}.books__cover-wrap:before{content:"";z-index:1;background:linear-gradient(90deg,#00000080,#0000);width:16%;position:absolute;inset:0}.books__book-caption{color:#d8d8d8;text-align:center;opacity:0;max-width:20ch;font-family:Cormorant Garamond,Playfair Display,serif;font-size:16px;font-style:italic;font-weight:500;line-height:1.3;transition:opacity .3s,transform .3s;transform:translateY(-4px)}.books__book:hover .books__book-caption,.books__book:focus-visible .books__book-caption,.books__book--active .books__book-caption{opacity:1;transform:none}.books__detail{border-top:1px solid #ffffff24;grid-area:detail;padding-top:44px;animation:.4s books-fade}@keyframes books-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.books__detail-subtitle{letter-spacing:.02em;color:#8fa9ff;margin-bottom:10px;font-family:Cormorant Garamond,Playfair Display,serif;font-size:18px;font-style:italic;font-weight:600}.books__detail-title{letter-spacing:-.01em;max-width:24ch;margin-bottom:18px;font-family:Playfair Display,serif;font-size:34px;font-weight:600;line-height:1.15}.books__detail-description{color:#c4c4c4;max-width:58ch;margin-bottom:16px;font-family:Cormorant Garamond,Playfair Display,serif;font-size:20px;font-weight:500;line-height:1.6}.books__detail-description--clamped{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.books__read-more{color:#fff;text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin-bottom:20px;padding:0;font-family:Cormorant Garamond,Playfair Display,serif;font-size:16px;font-weight:600;text-decoration:underline;display:inline-block}.books__read-more:hover{color:#c4c4c4}.books__buy{color:#000;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:16px 32px;font-size:15px;font-weight:700;transition:background .15s;display:inline-flex}.books__buy:hover{color:#000;background:#e2e2e2}@media (width<=900px){.books{padding:90px 24px 110px}.books__inner{grid-template-columns:1fr;grid-template-areas:"intro""shelf""detail";row-gap:48px}.books__lede{max-width:none}.books__shelf{height:260px}.books__book{width:136px}.books__book:not(:first-child){margin-left:-38px}.books__cover-wrap{width:136px}}@media (width<=480px){.books{padding:60px 20px 72px}.books__shelf{height:210px;padding:0 8px 20px}.books__book{width:96px}.books__book:not(:first-child){margin-left:-26px}.books__cover-wrap{width:96px}.books__detail-title{font-size:24px}.books__detail-description{font-size:17px}}.statement{color:#fff;justify-content:center;align-items:center;min-height:900px;display:flex;position:relative;overflow:hidden}.statement__bg{position:absolute;inset:0}.statement__video{object-fit:cover;width:100%;height:100%;display:block}.statement__scrim{pointer-events:none;background:#00000052;position:absolute;inset:0}.statement__content{z-index:1;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:60px clamp(20px,6vw,60px);display:flex;position:relative}.statement__content h2{letter-spacing:-.03em;text-wrap:pretty;max-width:1100px;font-size:clamp(32px,8vw,96px);font-weight:700;line-height:1.1}.statement__content p{color:#f0f0f0;max-width:760px;margin:28px 0 40px;font-size:clamp(16px,3vw,28px);line-height:1.45}.statement__cta{pointer-events:auto;color:#000;white-space:nowrap;background:#fff;border-radius:999px;padding:clamp(14px,2.6vw,22px) clamp(26px,6vw,46px);font-size:clamp(15px,2.4vw,20px);font-weight:700;transition:background .15s}.statement__cta:hover{color:#000;background:#e2e2e2}.pillars{color:#0b0b0b;background:#f7f6f4;grid-template-columns:1fr 44%;gap:60px;padding:90px 60px;display:grid}.pillars__eyebrow{letter-spacing:.12em;align-items:center;gap:12px;margin-bottom:60px;font-size:18px;font-weight:600;display:flex}.pillars__eyebrow-dot{background:#0b0b0b;border-radius:50%;width:11px;height:11px}.pillars__list{letter-spacing:-.035em;flex-direction:column;font-size:84px;font-weight:700;line-height:1.08;display:flex}.pillars__img{aspect-ratio:500/881;border-radius:18px;overflow:hidden}.pillars__img img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}@media (width<=900px){.pillars{grid-template-columns:1fr;gap:40px;padding:60px 32px}.pillars__list{font-size:clamp(36px,9vw,84px)}.pillars__img{max-width:380px;margin:0 auto}}@media (width<=480px){.pillars{padding:48px 20px}.pillars__eyebrow{margin-bottom:36px;font-size:14px}.pillars__img{max-width:280px}}.companies{color:#fff;background:#000;padding:clamp(56px,6vw,104px) clamp(20px,5vw,80px);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}.companies a{color:#fff;text-decoration:none}.companies a:hover{color:#2f6bff}.companies a.section-more,.companies a.section-more:hover{color:#101012;text-decoration:none}.companies__inner{max-width:1320px;margin:0 auto}.companies__eyebrow{letter-spacing:.22em;color:#6f7bb0;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:44px;font-size:13px;font-weight:700;display:flex}.companies__eyebrow-arrow{color:#2f6bff}.companies__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:clamp(24px,4vw,64px);display:flex}.companies__heading{letter-spacing:-.02em;text-wrap:pretty;max-width:720px;margin:0;font-size:clamp(36px,4.4vw,56px);font-weight:800;line-height:1.06}.companies__heading-accent{color:#2f6bff}.companies__intro{color:#b6b6bd;max-width:440px;margin:0;font-size:17px;line-height:1.6}.companies__intro-col{flex-direction:column;align-items:flex-start;max-width:440px;display:flex}.companies__intro-col .section-more{margin-top:20px}.companies__cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(20px,2.2vw,32px);margin-top:clamp(40px,4.5vw,64px);display:grid}.companies__card{background:#08080a;border:1px solid #1d1d22;border-radius:22px;flex-direction:column;transition:border-color .25s,transform .25s;display:flex;overflow:hidden}.companies__card:hover{border-color:#2f6bff;transform:translateY(-4px)}.companies__card-visual{background:#fff;justify-content:center;align-items:center;height:clamp(180px,18vw,230px);padding:24px;display:flex}.companies__card-img{object-fit:contain;max-width:72%;max-height:100%}.companies__card-body{padding:clamp(20px,2vw,28px)}.companies__card-meta{letter-spacing:.24em;color:#2f6bff;text-transform:uppercase;font-size:13px;font-weight:600}.companies__card-name{letter-spacing:-.02em;margin:12px 0 0;font-size:clamp(21px,1.8vw,26px);font-weight:800;line-height:1.12}.companies__card-description{color:#b6b6bd;margin:12px 0 0;font-size:15px;line-height:1.6}@media (width<=900px){.companies__head{flex-direction:column;align-items:flex-start}.companies__cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.accelerator{color:#fff;background:#000;padding:clamp(56px,6vw,104px) clamp(20px,5vw,80px);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}.accelerator__inner{max-width:1320px;margin:0 auto}.accelerator__eyebrow{letter-spacing:.22em;color:#6f7bb0;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:44px;font-size:13px;font-weight:700;display:flex}.accelerator__eyebrow-arrow{color:#2f6bff}.accelerator__hero-grid{grid-template-columns:minmax(280px,.82fr) minmax(320px,1.4fr);align-items:stretch;gap:clamp(28px,3.5vw,56px);display:grid}.accelerator__hero-left{flex-direction:column;gap:28px;display:flex}.accelerator__hero-visual{background:#050b1e;border-radius:24px;flex:auto;min-height:clamp(220px,24vw,340px);position:relative;overflow:hidden}.accelerator__badge{background:#dfeafe;border-radius:24px;padding:44px 40px 48px}.accelerator__badge-name{letter-spacing:.28em;color:#1a2a5e;text-transform:uppercase;font-size:14px;font-weight:700}.accelerator__badge-title{color:#0a0f26;letter-spacing:-.01em;margin-top:14px;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(38px,4vw,54px);font-weight:800;line-height:.92}.accelerator__badge-title--italic{font-size:clamp(34px,3.6vw,50px);font-style:italic}.accelerator__lede{color:#b6b6bd;margin:0;padding:0 4px;font-size:17px;line-height:1.6}.accelerator__hero-left .section-more-row{margin-top:24px;margin-bottom:8px}.accelerator__hero-right{flex-direction:column;gap:clamp(20px,2.4vw,32px);display:flex}.accelerator__heading-card{background:#fff;border-radius:24px;padding:clamp(36px,4vw,60px) clamp(32px,4vw,56px)}.accelerator__heading{letter-spacing:-.03em;color:#0a0f26;text-wrap:pretty;margin:0;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(38px,4.6vw,64px);font-weight:800;line-height:1.02}.accelerator__capital-visual{background:#050b1e;border-radius:24px;min-height:clamp(300px,32vw,440px);position:relative;overflow:hidden}.accelerator__capital-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.accelerator__capital-scrim{pointer-events:none;background:linear-gradient(#050b1e1a,#050b1ee6);position:absolute;inset:0}.accelerator__capital-overlay{letter-spacing:.01em;color:#fff;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(28px,3.6vw,52px);font-weight:800;line-height:1;position:absolute;bottom:clamp(28px,4vw,48px);left:clamp(28px,4vw,52px);right:24px}.accelerator__accent{color:#2f6bff}.accelerator-intro{color:#0a0f26;background:#fff;padding:clamp(56px,6vw,96px) 0 clamp(64px,7vw,110px);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden}.accelerator-intro__inner{max-width:1440px;margin:0 auto;padding:0 clamp(20px,4vw,56px)}.accelerator-intro__grid{grid-template-columns:minmax(300px,1.35fr) minmax(260px,1fr);align-items:start;gap:clamp(28px,5vw,80px);display:grid}.accelerator-intro__heading{letter-spacing:-.03em;text-wrap:pretty;margin:0;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(38px,5vw,68px);font-weight:800;line-height:1.02}.accelerator-intro__lede{color:#4a4f66;margin:clamp(4px,1vw,10px) 0 0;font-size:clamp(16px,1.3vw,19px);line-height:1.55}.accelerator-intro__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:clamp(16px,1.6vw,26px);margin-top:clamp(40px,5vw,72px);padding:0 clamp(20px,4vw,56px);display:flex;overflow-x:auto}.accelerator-intro__card{scroll-snap-align:start;background:#0a0f26;border-radius:20px;flex:0 0 clamp(280px,30vw,440px);height:clamp(300px,32vw,460px);position:relative;overflow:hidden}.accelerator-intro__img{object-fit:cover;width:100%;height:100%;display:block}.accelerator-portfolio{color:#fff;background:#000;padding:clamp(64px,7vw,120px) clamp(20px,5vw,80px);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}.accelerator-portfolio__inner{max-width:1320px;margin:0 auto}.accelerator-portfolio__intro{text-align:center}.accelerator-portfolio__eyebrow{letter-spacing:.28em;color:#cfcfcf;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:26px;font-size:13px;font-weight:700;display:inline-flex}.accelerator-portfolio__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.accelerator-portfolio__heading{letter-spacing:-.03em;text-wrap:pretty;max-width:16ch;margin:0 auto;font-family:Inter Tight,system-ui,sans-serif;font-size:clamp(40px,5.6vw,78px);font-weight:800;line-height:1.02}.accelerator-portfolio__marquee{max-width:1320px;margin:clamp(48px,6vw,88px) auto 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}@keyframes accelerator-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.accelerator-portfolio__track{gap:clamp(28px,4vw,64px);width:max-content;animation:28s linear infinite accelerator-marquee-scroll;display:flex}.accelerator-portfolio__marquee:hover .accelerator-portfolio__track{animation-play-state:paused}.accelerator-portfolio__item{flex:0 0 clamp(260px,26vw,340px)}.accelerator-portfolio__icon{background:#141414;border:1px solid #ffffff17;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:26px;display:flex}.accelerator-portfolio__item-title{letter-spacing:-.01em;margin:0 0 14px;font-size:20px;font-weight:700;line-height:1.2}.accelerator-portfolio__item-description{color:#b6b6bd;margin:0;font-size:16px;line-height:1.6}@media (prefers-reduced-motion:reduce){.accelerator-portfolio__track{animation:none}}@media (width<=900px){.accelerator__hero-grid,.accelerator-intro__grid{grid-template-columns:1fr}}.tech{color:#0b0b0b;background:#fff;padding:120px 80px 130px}.tech__inner{max-width:1320px;margin:0 auto}.tech__header{grid-template-columns:1fr 1fr;align-items:start;gap:60px;margin-bottom:74px;display:grid}.tech__heading{letter-spacing:-.02em;text-wrap:pretty;max-width:380px;font-size:56px;font-weight:800;line-height:1.05}.tech__nav{gap:10px;margin-top:34px;display:flex}.tech__nav-btn{color:#0b0b0b;cursor:pointer;background:#fff;border:1px solid #d8d8d6;border-radius:50%;width:40px;height:40px;font-size:19px;line-height:1;transition:background .15s,border-color .15s}.tech__nav-btn:hover{color:#fff;background:#0b0b0b;border-color:#0b0b0b}.tech__copy{color:#333;max-width:480px;margin:0;font-size:17px;line-height:1.6}.tech__copy-col .section-more{margin-top:22px}.tech__stats{gap:48px;margin-top:30px;display:flex}.tech__stat-value{letter-spacing:-.02em;font-size:44px;font-weight:800}.tech__stat-label{color:#555;max-width:160px;margin-top:6px;font-size:14px}.tech__rail{scroll-behavior:smooth;scrollbar-width:none;gap:20px;display:flex;overflow-x:auto}.tech__rail::-webkit-scrollbar{display:none}.tech__card{flex:0 0 260px}.tech__card-media{border-radius:16px;align-items:flex-end;height:320px;padding:20px;display:flex;position:relative;overflow:hidden}.tech__card-tag{letter-spacing:.04em;color:#fff;background:#ffffff29;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;position:absolute;top:18px;left:20px}.tech__card-mark{letter-spacing:-.02em;color:#fff;font-size:30px;font-weight:800}.tech__card-body{margin-top:18px}.tech__card-blurb{color:#1a1a1a;margin:0 0 10px;font-size:15.5px;font-weight:500;line-height:1.45}.tech__card-name{color:#767676;font-size:14px}@media (width<=900px){.tech{padding:80px 40px 90px}.tech__header{grid-template-columns:1fr}}@media (width<=480px){.tech{padding:60px 20px 70px}.tech__heading{max-width:none;font-size:clamp(30px,9vw,56px)}.tech__stats{flex-wrap:wrap;gap:24px}.tech__stat-value{font-size:32px}.tech__card{flex:0 0 220px}.tech__card-media{height:260px}}.global{color:#fff;background:#000;padding:150px 60px}.global__inner{grid-template-columns:1fr 560px;align-items:center;gap:80px;max-width:1240px;margin:0 auto;display:grid}.global__eyebrow{letter-spacing:.32em;color:#8a8a8a;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:28px;font-size:15px;font-weight:600;display:flex}.global__eyebrow-dot{background:#2f6bff;border-radius:50%;width:9px;height:9px}.global__heading{letter-spacing:-.03em;max-width:11ch;margin:0 0 28px;font-family:Inter Tight,system-ui,sans-serif;font-size:68px;font-weight:600;line-height:1.05}.global__body{color:#c4c4c4;max-width:42ch;margin:0 0 24px;font-size:19px;line-height:1.6}.global__copy .section-more{margin-top:0;margin-bottom:40px}.global__countries{flex-wrap:wrap;gap:16px 32px;display:flex}.global__country{letter-spacing:.01em;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.global__country-dot{background:#2f6bff;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #2f6bff2e}.global__globe-wrap{justify-content:center;align-items:center;width:560px;height:560px;display:flex;position:relative}.global__globe-wrap:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f6bff2e,#0000 68%);border-radius:50%;position:absolute;inset:-50px}.global__globe{cursor:grab;touch-action:none;width:100%;height:100%}.global__globe:active{cursor:grabbing}.global__marker-pulse{transform-box:fill-box;transform-origin:50%;animation:2.4s ease-out infinite global-pulse}@keyframes global-pulse{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(3.4)}}@media (width<=1000px){.global{padding:100px 40px}.global__inner{text-align:center;grid-template-columns:1fr;gap:56px}.global__eyebrow,.global__countries{justify-content:center}.global__heading{max-width:none}.global__body{max-width:none;margin-left:auto;margin-right:auto}.global__globe-wrap{aspect-ratio:1;width:min(560px,86vw);height:auto;margin:0 auto}.global__globe-wrap:before{inset:-30px}}@media (width<=480px){.global{padding:72px 20px}.global__heading{font-size:clamp(32px,9vw,68px)}.global__body{font-size:16px}}.media-wall{color:#000;background:#fff;padding:118px 0 96px}.media-wall__inner{max-width:1240px;margin:0 auto;padding:0 24px}.media-wall__title{color:#000;letter-spacing:0;text-align:center;flex-direction:column;align-items:center;gap:2px;margin:0 0 72px;font-family:Archivo,Inter,system-ui,sans-serif;font-size:clamp(2.3rem,4vw,3.35rem);font-weight:900;line-height:.96;display:flex}.media-wall__title-line{justify-content:center;align-items:center;gap:14px;min-width:0;display:flex}.media-wall__title-highlight{color:#fff;background:#000;align-items:center;padding:4px 13px 7px;font-style:italic;line-height:.98;display:inline-flex}.media-wall__grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 10px;display:flex}.media-wall__cell{width:clamp(96px, 12vw, var(--logo-width,160px));flex:0 auto;justify-content:center;align-items:center;height:76px;padding:2px;display:flex}.media-wall__logo{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%;display:block}.media-wall__cell:hover .media-wall__logo{filter:none;opacity:1}.media-wall__footer{color:#161616;letter-spacing:.11em;text-align:center;max-width:620px;margin:72px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.7vw,1.35rem);font-weight:500;line-height:1.35}.media-wall__more{justify-content:center;margin-top:28px;display:flex}.media-wall__more .section-more{margin-top:0}@media (width<=700px){.media-wall{padding:78px 0 70px}.media-wall__title{margin-bottom:48px;font-size:clamp(2rem,10vw,2.85rem)}.media-wall__title-line{gap:10px}.media-wall__title-highlight{padding:3px 10px 6px}.media-wall__grid{gap:4px 8px}.media-wall__cell{width:clamp(76px, 26vw, var(--logo-width,160px));height:54px}.media-wall__footer{letter-spacing:.08em;margin-top:52px;font-size:.95rem}}.models{color:#fff;background:#0a0a0a;padding:clamp(72px,8vw,120px) clamp(20px,5vw,80px);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}.models__inner{max-width:1320px;margin:0 auto}.models__eyebrow{letter-spacing:.22em;color:#6f7bb0;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:44px;font-size:13px;font-weight:700;display:flex}.models__eyebrow-arrow{color:#2f6bff}.models__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:clamp(24px,4vw,64px);margin-bottom:clamp(40px,5vw,64px);display:flex}.models__heading{letter-spacing:-.02em;max-width:16ch;margin:0;font-size:clamp(34px,4.2vw,54px);font-weight:800;line-height:1.06}.models__heading-accent{color:#2f6bff}.models__intro{color:#ffffff9e;max-width:42ch;margin:0;font-size:clamp(15px,1.4vw,17px);line-height:1.65}.models__intro-col{flex-direction:column;align-items:flex-start;max-width:42ch;display:flex}.models__intro-col .section-more-row{margin-top:20px}.models__grid{columns:4;column-gap:18px}.models__item{break-inside:avoid;min-width:0;margin:0 0 18px}.models__frame{background:#16161a;border-radius:14px;position:relative;overflow:hidden}.models__img{vertical-align:top;width:100%;height:auto;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block}.models__item:hover .models__img{transform:scale(1.03)}.models__caption{flex-direction:column;gap:4px;padding:12px 4px 6px;display:flex}.models__name{letter-spacing:-.01em;color:#f4f4f6;font-size:15px;font-weight:700}.models__role{letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;font-size:12px;font-weight:600}@media (width<=980px){.models__grid{columns:3}}@media (width<=700px){.models__grid{columns:2;column-gap:14px}.models__item{margin-bottom:14px}.models__heading{max-width:none}}@media (width<=420px){.models__grid{columns:1}}@media (prefers-reduced-motion:reduce){.models__img{transition:none}.models__item:hover .models__img{transform:none}}.testimonial{background:#fff;padding:32px 40px 28px}.testimonial__frame{border-top:1px solid #e5e3df;max-width:1040px;margin:0 auto;padding-top:24px;position:relative}.testimonial__corner{color:#cfccc5;font-size:20px;font-weight:300;line-height:1;position:absolute;top:-12px}.testimonial__corner--tl{left:0}.testimonial__corner--tr{right:0}.testimonial__card{background:#f0efec;grid-template-columns:1fr 30%;align-items:stretch;min-height:280px;display:grid;overflow:hidden}.testimonial__content{flex-direction:column;justify-content:center;gap:20px;padding:36px 40px;display:flex}.testimonial__quote{letter-spacing:-.01em;color:#141414;text-wrap:pretty;margin:0;font-size:24px;font-weight:700;line-height:1.28}.testimonial__divider{border-top:1px dashed #d5d2cb}.testimonial__attribution{flex-wrap:wrap;align-items:baseline;gap:8px;font-size:14px;display:flex}.testimonial__name{color:#141414;font-weight:700}.testimonial__sep{color:#c3c0b9}.testimonial__role{color:#6b6862}.testimonial__photo{min-height:220px;position:relative}.testimonial__photo-img{object-fit:cover;filter:grayscale()contrast(1.05);width:100%;height:100%;display:block}.testimonial__voices{gap:10px;padding-top:16px;display:flex}.testimonial__voice{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:50%;width:36px;height:36px;padding:0;transition:opacity .2s,border-color .2s}.testimonial__voice--active{opacity:1;border-color:#141414}.testimonial__voice-photo{width:100%;height:100%}.testimonial__voice-img{object-fit:cover;filter:grayscale();border-radius:50%;width:100%;height:100%;display:block}@media (width<=800px){.testimonial{padding:28px 20px 24px}.testimonial__card{grid-template-columns:1fr;min-height:auto}.testimonial__content{order:2;gap:18px;padding:28px 24px}.testimonial__quote{font-size:clamp(19px,5.5vw,24px)}.testimonial__photo{order:1;height:200px}}.contact{color:#fff;background:#000;border-top:1px solid #ffffff1a;padding:110px 60px}.contact__inner{text-align:center;max-width:780px;margin:0 auto}.contact__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:#7d7d7d;margin:0 0 18px;font-size:13px}.contact__title{letter-spacing:-.02em;margin:0 0 20px;font-size:clamp(30px,4.4vw,52px);font-weight:700;line-height:1.12}.contact__text{color:#a8a8a8;max-width:560px;margin:0 auto 40px;font-size:17px;line-height:1.6}.contact__cta{color:#fff;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:14px;padding:16px 30px;font-size:17px;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.contact__cta svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px;transition:transform .2s}.contact__cta:hover{color:#000;background:#fff;border-color:#fff}.contact__cta:hover svg{transform:translate(4px)}.footer{color:#fff;background:#000;border-top:1px solid #ffffff1a;padding:70px 60px 40px}.footer__top{flex-wrap:wrap;justify-content:space-between;gap:60px;display:flex}.footer__brand{max-width:320px}.footer__logo{letter-spacing:.3em;color:#fff;font-size:18px;font-weight:700;display:inline-block}.footer__tagline{color:#8d8d8d;margin:18px 0 26px;font-size:15px;line-height:1.6}.footer__socials{gap:12px;display:flex}.footer__social{color:#b5b5b5;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.footer__social svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.footer__social:hover{color:#000;background:#fff;border-color:#fff}.footer__nav{flex-wrap:wrap;gap:40px 64px;display:flex}.footer__col{flex-direction:column;gap:12px;display:flex}.footer__col-title{letter-spacing:.2em;text-transform:uppercase;color:#6f6f6f;margin:0 0 4px;font-size:12px;font-weight:600}.footer__col a{color:#b5b5b5;font-size:15px;transition:color .15s}.footer__col a:hover{color:#fff}.footer__bottom{color:#6f6f6f;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:60px;padding-top:26px;font-size:14px;display:flex}@media (width<=900px){.footer__top{gap:44px}.footer__nav{gap:32px 44px}}@media (width<=700px){.contact{padding:80px 24px}.footer{padding:56px 24px 32px}.footer__brand{max-width:none}.footer__nav{gap:30px 40px}.footer__col{min-width:130px}.footer__bottom{margin-top:44px}}.site{color:#fff;background:#000;min-width:320px;overflow-x:clip}
