:root {
  --black: #0b0d0c;
  --black-soft: #171a18;
  --cream: #f6f4ef;
  --volt: #dfff42;
  --pink: #f1bfd0;
  --pink-strong: #ea78a1;
  --gray: #777c78;
  --rule: #d6d2c9;
  --white: #fff;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--black); background: var(--cream); font: 500 16px/1.5 Manrope, Arial, sans-serif; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
button, a { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--volt); outline-offset: 4px; }
::selection { color: var(--black); background: var(--volt); }
.site { min-height: 100vh; overflow: clip; }
.shell { width: min(1480px, calc(100% - 72px)); margin-inline: auto; }
.kicker { margin: 0; font-size: 10px; font-weight: 800; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 82px; padding: 0 38px; color: var(--white); border-bottom: 1px solid #ffffff29; transition: height .2s var(--ease), color .2s var(--ease), background-color .2s var(--ease), border-color .2s var(--ease); }
.site-header.is-scrolled { height: 68px; color: var(--black); background: #f6f4eff0; border-color: #0b0d0c17; backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 10px; padding: 0; color: inherit; background: transparent; border: 0; }
.brand > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid; border-radius: 50%; font-family: "Archivo Black", Impact, sans-serif; font-size: 13px; letter-spacing: -.05em; }
.brand small { font-family: "Archivo Black", Impact, sans-serif; font-size: 14px; letter-spacing: -.03em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); }
.desktop-nav button, .header-cta, .menu-trigger { padding: 0; color: inherit; background: transparent; border: 0; }
.desktop-nav button { position: relative; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav button::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--volt); transform: scaleX(0); transform-origin: right; transition: transform .18s var(--ease); }
.desktop-nav button:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; justify-self: end; gap: 8px; min-height: 42px; padding: 0 18px; border: 1px solid; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .16s var(--ease), background-color .16s var(--ease), transform .14s var(--ease); }
.header-cta:hover { color: var(--black); background: var(--volt); border-color: var(--volt); }
.menu-trigger { display: none; justify-self: end; width: 38px; }
.menu-trigger span { display: block; width: 100%; height: 2px; margin: 6px 0; background: currentColor; }

.mobile-menu { position: fixed; z-index: 100; inset: 0; display: flex; flex-direction: column; padding: 22px 20px 26px; color: var(--black); background: var(--volt); visibility: hidden; opacity: 0; clip-path: inset(0 0 100% 0); transition: opacity .25s var(--ease), clip-path .25s var(--ease), visibility .25s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; clip-path: inset(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
.menu-close { display: grid; place-items: center; width: 44px; height: 44px; padding: 0 0 4px; color: var(--black); background: transparent; border: 1px solid #0b0d0c40; border-radius: 50%; font-size: 30px; line-height: 1; }
.mobile-menu nav { display: flex; flex: 1; flex-direction: column; justify-content: center; }
.mobile-menu nav button { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; width: 100%; padding: 14px 0; color: var(--black); text-align: left; background: transparent; border: 0; border-bottom: 1px solid #0b0d0c47; }
.mobile-menu nav span { align-self: start; padding-top: 5px; font-size: 8px; font-weight: 800; }
.mobile-menu nav strong { font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(35px, 11vw, 48px); font-weight: 400; line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.mobile-menu nav b { font-weight: 600; }
.mobile-menu > p { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--black); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.hero-shade { background: linear-gradient(90deg, #0b0d0ceb, #0b0d0c9e 33%, #0b0d0c14 68%), linear-gradient(#0b0d0c2e, #0000 55%, #0b0d0cd6); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; padding-top: 140px; padding-bottom: 64px; }
.hero-kicker { margin-bottom: 26px; color: var(--volt); }
.hero h1, .section-head h2, .court-heading h2, .design-top h2, .team-copy h2, .follow-head h2 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-weight: 400; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 { display: flex; flex-direction: column; max-width: 1060px; font-size: clamp(82px, 11vw, 174px); line-height: .78; }
.hero h1 span { display: block; }
.accent { color: var(--volt); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; max-width: 1010px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #ffffff4d; }
.hero-bottom > p { max-width: 500px; margin: 0; color: #ffffffc7; font-size: 14px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 20px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; color: var(--black); background: var(--volt); border: 1px solid var(--volt); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: .18s var(--ease); }
.primary-button:hover { color: var(--volt); background: transparent; }
.text-button { display: inline-flex; align-items: center; gap: 9px; padding: 0; color: var(--white); background: transparent; border: 0; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-button:hover { color: var(--volt); }
.text-button .play { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #ffffff7a; border-radius: 50%; font-size: 10px; }
.scroll-cue { position: absolute; z-index: 3; right: 36px; bottom: 34px; display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: #0b0d0c38; border: 1px solid #ffffff6b; border-radius: 50%; backdrop-filter: blur(8px); }
.hero-meta { position: absolute; z-index: 3; top: 50%; right: 28px; margin: 0; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg) translate(50%); transform-origin: 100%; }

.story { padding: 138px 0 150px; background: var(--cream); }
.section-head, .design-top, .follow-head { display: grid; grid-template-columns: 140px minmax(0, 1fr) minmax(300px, .4fr); align-items: end; gap: clamp(36px, 5vw, 80px); }
.section-head .kicker, .design-top .kicker, .team-copy .kicker { color: var(--gray); }
.section-head h2 { font-size: clamp(68px, 8.5vw, 130px); line-height: .84; }
.section-head > p:last-child, .design-top > p:last-child, .follow-head > p:last-child { max-width: 420px; margin: 0 0 6px; color: #505551; font-size: 16px; line-height: 1.55; }
.story-visuals { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(320px, .82fr) minmax(240px, .5fr); align-items: center; gap: 22px; margin-top: 84px; }
figure { margin: 0; }
.story-visuals img { width: 100%; object-fit: cover; }
.story-main-photo img { aspect-ratio: 3/4; object-position: center 22%; border-radius: 28px; }
.story-side-photo { align-self: end; padding-bottom: 36px; }
.story-side-photo img { aspect-ratio: 3/4; object-position: center 18%; border-radius: 24px; }
figcaption { margin-top: 11px; color: var(--gray); font-size: 9px; font-weight: 700; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.story-copy-card { position: relative; z-index: 2; padding: clamp(28px, 4vw, 58px); background: var(--white); border-radius: 30px; box-shadow: 0 22px 70px #0b0d0c1a; }
.story-copy-card > p { margin: 0; color: #3f4541; font-size: 15px; line-height: 1.75; }
.story-pillars { margin-top: 38px; border-top: 1px solid var(--rule); }
.story-pillars > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 58px; border-bottom: 1px solid var(--rule); }
.story-pillars span { color: var(--pink-strong); font-size: 9px; font-weight: 800; }
.story-pillars strong { font-family: "Archivo Black", Impact, sans-serif; font-size: 19px; font-weight: 400; letter-spacing: -.035em; text-transform: uppercase; }

.court { padding: 140px 0 136px; overflow: hidden; color: var(--white); background: var(--black); }
.court-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.court-heading .kicker, .follow-head .kicker { color: var(--volt); }
.court-heading h2 { margin-top: 28px; font-size: clamp(76px, 10vw, 150px); line-height: .82; }
.court-heading > p { max-width: 360px; margin: 0 0 8px; color: #ffffff9e; font-size: 14px; line-height: 1.55; }
.moment-rail { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; width: min(1480px, calc(100% - 72px)); margin: 78px auto 0; }
.moment-card { min-width: 0; }
.moment-card:nth-child(1) { grid-column: span 7; }
.moment-card:nth-child(2) { grid-column: span 5; }
.moment-card:nth-child(3) { grid-column: span 4; }
.moment-card:nth-child(4) { grid-column: span 8; }
.moment-image { position: relative; overflow: hidden; background: var(--black-soft); border-radius: 26px; }
.moment-wide .moment-image { aspect-ratio: 16/9; }
.moment-tall .moment-image { aspect-ratio: 4/5; }
.moment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.moment-tall .moment-image img { object-position: center 18%; }
.moment-card:hover .moment-image img { transform: scale(1.025); }
.moment-image > span { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 34px; height: 34px; color: var(--black); background: var(--volt); border-radius: 50%; font-size: 9px; font-weight: 900; }
.moment-copy { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-top: 14px; }
.moment-copy h3 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(22px, 2.4vw, 34px); font-weight: 400; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.moment-copy p { margin: 0; color: #ffffff85; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.mobile-swipe-note { display: none; }

.design { padding: 136px 0 144px; background: var(--volt); }
.design-top h2 { font-size: clamp(70px, 9vw, 138px); line-height: .82; }
.design-top .kicker { color: #0b0d0c99; }
.design-top > p:last-child { color: var(--black); }
.design-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); align-items: stretch; gap: 26px; margin-top: 76px; }
.design-photo img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: center 50%; border-radius: 28px; }
.design-photo figcaption, .team figcaption { color: #0b0d0c9e; }
.design-rhythm { padding: 20px 34px; color: var(--white); background: var(--black); border-radius: 28px; }
.design-row { display: grid; grid-template-columns: 44px 130px 1fr; align-items: center; min-height: 124px; border-bottom: 1px solid #ffffff29; }
.design-row:last-child { border-bottom: 0; }
.design-row span { color: var(--volt); font-size: 9px; font-weight: 900; }
.design-row strong { font-family: "Archivo Black", Impact, sans-serif; font-size: 26px; font-weight: 400; letter-spacing: -.045em; text-transform: uppercase; }
.design-row small { color: #ffffff8c; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.team { padding: 140px 0; background: var(--pink); }
.team-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(360px, .68fr); align-items: center; gap: clamp(70px, 10vw, 170px); }
.team-copy .kicker { color: #0b0d0c8f; }
.team-copy h2 { margin-top: 28px; font-size: clamp(74px, 9vw, 136px); line-height: .81; }
.team-copy h2 span { color: var(--pink-strong); -webkit-text-stroke: 1.5px var(--black); }
.team-copy > p:not(.kicker) { max-width: 620px; margin: 42px 0 0; font-size: 15px; line-height: 1.7; }
.team-copy > p:last-child { margin-top: 18px; }
.team figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 36%; border-radius: 30px; box-shadow: 24px 24px #0b0d0c1f; }

.follow { padding: 140px 0 120px; color: var(--white); background: var(--black); }
.follow-head h2 { font-size: clamp(76px, 10vw, 150px); line-height: .81; }
.follow-head h2 span { color: var(--pink); }
.follow-head > p:last-child { color: #ffffff9e; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 70px; }
.social-grid a, .social-grid button { display: grid; grid-template-columns: 1fr auto; align-content: space-between; min-height: 134px; padding: 22px; color: var(--white); text-align: left; background: #ffffff0a; border: 1px solid #fff3; border-radius: 22px; transition: color .18s var(--ease), background-color .18s var(--ease), border-color .18s var(--ease), transform .14s var(--ease); }
.social-grid svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-grid > * > span { justify-self: end; }
.social-grid strong { grid-column: 1 / -1; align-self: end; font-family: "Archivo Black", Impact, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: -.03em; text-transform: uppercase; }
.social-grid strong small { display: block; margin-top: 7px; color: #ffffff75; font-family: Manrope, Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.social-grid a:hover, .social-grid button:hover { color: var(--black); background: var(--volt); border-color: var(--volt); }
.social-grid a:hover small, .social-grid button:hover small { color: #0b0d0c8a; }

.site-footer { color: var(--white); background: var(--black); border-top: 1px solid #ffffff24; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 120px; }
.footer-inner > p { margin: 0; color: #fff6; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.back-top { justify-self: end; padding: 0; color: var(--white); background: transparent; border: 0; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; max-width: min(360px, calc(100% - 32px)); padding: 15px 18px; color: var(--white); background: #171a18f2; border: 1px solid #ffffff24; border-radius: 14px; box-shadow: 0 18px 60px #0006; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .22s var(--ease), transform .22s var(--ease); }
.toast.show { opacity: 1; transform: translateY(0); }
.toast strong { display: block; font-size: 12px; }
.toast small { display: block; margin-top: 3px; color: #ffffff9e; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .shell, .moment-rail { width: min(1024px, calc(100% - 48px)); }
  .desktop-nav { gap: 22px; }
  .hero h1 { font-size: clamp(80px, 12vw, 132px); }
  .section-head, .design-top, .follow-head { grid-template-columns: 90px minmax(0, 1fr); }
  .section-head > p:last-child, .design-top > p:last-child, .follow-head > p:last-child { grid-column: 2; max-width: 520px; margin-top: 18px; }
  .story-visuals { grid-template-columns: .8fr 1fr; }
  .story-side-photo { display: none; }
  .design-grid { grid-template-columns: 1fr .9fr; }
  .team-grid { gap: 70px; }
}

@media (max-width: 800px) {
  .shell, .moment-rail { width: calc(100% - 32px); }
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding: 0 16px; }
  .site-header.is-scrolled { height: 62px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-trigger { display: block; }
  .brand > span { width: 38px; height: 38px; }
  .hero-media img { object-position: center 43%; }
  .hero-shade { background: linear-gradient(#0b0d0c3d, #0b0d0c5c 55%, #0b0d0ceb), linear-gradient(90deg, #0b0d0c57, #0000 65%); }
  .hero-content { padding-top: 110px; padding-bottom: 46px; }
  .hero-kicker { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(65px, 20.5vw, 92px); line-height: .8; }
  .hero-bottom { display: block; margin-top: 30px; padding-top: 18px; }
  .hero-bottom > p { max-width: 360px; font-size: 13px; }
  .hero-actions { gap: 16px; margin-top: 24px; }
  .primary-button { min-height: 50px; padding: 0 21px; }
  .scroll-cue, .hero-meta { display: none; }
  .story { padding: 88px 0 96px; }
  .section-head, .design-top, .follow-head { display: block; }
  .section-head h2, .design-top h2, .follow-head h2 { margin-top: 24px; font-size: clamp(56px, 17vw, 76px); line-height: .84; }
  .section-head > p:last-child, .design-top > p:last-child, .follow-head > p:last-child { margin-top: 26px; font-size: 14px; }
  .story-visuals { grid-template-columns: 1fr; gap: 18px; margin-top: 52px; }
  .story-main-photo img { aspect-ratio: 4/5; border-radius: 22px; }
  .story-copy-card { margin: -54px 10px 0; padding: 28px 24px; border-radius: 24px; }
  .story-copy-card > p { font-size: 14px; }
  .story-side-photo { display: block; justify-self: end; width: 66%; padding: 24px 0 0; }
  .story-side-photo img { border-radius: 20px; }
  .court { padding: 88px 0; }
  .court-heading { display: block; }
  .court-heading h2 { margin-top: 24px; font-size: clamp(62px, 19vw, 88px); }
  .court-heading > p { margin-top: 24px; font-size: 13px; }
  .moment-rail { display: flex; gap: 14px; margin-top: 48px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .moment-rail::-webkit-scrollbar { display: none; }
  .moment-card, .moment-card:nth-child(n) { flex: 0 0 min(82vw, 360px); scroll-snap-align: start; }
  .moment-wide .moment-image, .moment-tall .moment-image { aspect-ratio: 4/5; border-radius: 22px; }
  .moment-image img, .moment-tall .moment-image img { object-position: center 28%; }
  .moment-copy { display: block; }
  .moment-copy h3 { font-size: 27px; }
  .moment-copy p { margin-top: 7px; text-align: left; }
  .mobile-swipe-note { display: flex; align-items: center; gap: 8px; width: calc(100% - 32px); margin: 28px auto 0; color: #ffffff8a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .design { padding: 88px 0 92px; }
  .design-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 50px; }
  .design-photo img { min-height: 0; aspect-ratio: 4/3; border-radius: 22px; }
  .design-rhythm { padding: 8px 22px; border-radius: 22px; }
  .design-row { grid-template-columns: 34px 94px 1fr; min-height: 88px; }
  .design-row strong { font-size: 20px; }
  .design-row small { font-size: 8px; line-height: 1.4; }
  .team { padding: 88px 0 96px; }
  .team-grid { grid-template-columns: 1fr; gap: 52px; }
  .team-copy h2 { margin-top: 24px; font-size: clamp(63px, 18vw, 84px); }
  .team-copy > p:not(.kicker) { margin-top: 30px; font-size: 14px; }
  .team figure { width: 88%; margin-left: auto; }
  .team figure img { border-radius: 24px; box-shadow: -16px 16px #0b0d0c1f; }
  .follow { padding: 88px 0 78px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 46px; }
  .social-grid a, .social-grid button { min-height: 118px; padding: 18px; border-radius: 18px; }
  .social-grid strong { font-size: 17px; }
  .footer-inner { grid-template-columns: 1fr auto; min-height: 104px; }
  .footer-inner > p { display: none; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: clamp(60px, 19vw, 78px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .primary-button { width: 100%; }
  .story-side-photo { width: 76%; }
  .design-row { grid-template-columns: 30px 80px 1fr; }
  .design-row strong { font-size: 18px; }
  .team figure { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
