:root {
  --black: #050505;
  --carbon: #121212;
  --panel: #191919;
  --white: #f2f2ee;
  --muted: #a4a49e;
  --yellow: #f7bd18;
  --red: #e72818;
  --green: #b8ff2c;
  --pink: #f41691;
  --line: rgba(255, 255, 255, 0.16);
  --page: min(1480px, calc(100vw - 80px));
  --display: "Arial Narrow", "DIN Condensed", Impact, Haettenschweiler, sans-serif;
  --sans: Inter, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--black); font-family: var(--sans); -webkit-font-smoothing: antialiased; transition: opacity .14s ease; }
html.is-language-changing body { opacity: .72; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, a { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; }
a { text-decoration: none; }
::selection { background: var(--yellow); color: var(--black); }

.grain { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; z-index: 110; inset: 0 0 auto; height: 3px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--yellow); box-shadow: 0 0 12px rgba(247, 189, 24, .65); }

.loader { display: none; }
.js .loader { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; background: #050505; color: #fff; transition: opacity .55s ease, visibility .55s ease; }
.loader.is-done { opacity: 0; visibility: hidden; }
.loader__inner { width: min(360px, calc(100vw - 64px)); text-align: center; }
.loader__inner img { width: 180px; height: 80px; object-fit: contain; margin: 0 auto 34px; }
.loader__track { height: 2px; background: #333; overflow: hidden; }
.loader__track span { display: block; width: 0; height: 100%; background: var(--yellow); transition: width .15s linear; }
.loader p { display: flex; justify-content: flex-end; gap: 8px; margin: 12px 0 0; color: #777; font: 700 11px/1 var(--sans); letter-spacing: .16em; }
.loader p span { color: var(--yellow); }

.site-header { position: fixed; z-index: 120; top: 0; left: 0; right: 0; height: 82px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; padding: 0 38px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s ease, height .35s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(5,5,5,.92); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 16px; width: max-content; }
.brand img { width: 96px; height: 50px; object-fit: contain; }
.brand span { font-size: 10px; line-height: 1.25; letter-spacing: .19em; color: #aaa; }
.brand b { display: block; color: #fff; font-weight: 700; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(13px, 1.55vw, 28px); }
.desktop-nav a { position: relative; padding: 31px 0 28px; color: #cacaca; font-size: 10px; font-weight: 700; letter-spacing: .1em; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-tools { position: relative; z-index: 3; justify-self: end; display: flex; align-items: center; gap: 14px; }
.header-meta { display: flex; gap: 10px; align-items: center; font-size: 9px; font-weight: 650; letter-spacing: .12em; }
.language-switch { height: 32px; display: flex; align-items: center; gap: 4px; padding: 0 7px; border: 1px solid rgba(255,255,255,.26); background: rgba(5,5,5,.35); backdrop-filter: blur(9px); }
.language-switch button { min-width: 25px; height: 24px; padding: 0 4px; background: transparent; color: #8d8d89; font-size: 9px; font-weight: 800; letter-spacing: .08em; transition: color .2s ease, background .2s ease; }
.language-switch button:hover { color: #fff; }
.language-switch button.is-active { background: var(--yellow); color: #050505; }
.language-switch i { color: #666; font-size: 8px; font-style: normal; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(184,255,44,.1), 0 0 10px rgba(184,255,44,.7); animation: pulse 1.5s ease-in-out infinite; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 920px; height: 100svh; overflow: hidden; background: #050505; color: #fff; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; transform: scale(1.035); filter: saturate(.88) contrast(1.08); will-change: transform; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.46) 43%, rgba(0,0,0,.13) 72%, rgba(0,0,0,.34) 100%), linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 40%, rgba(0,0,0,.28) 100%); }
.hero__grid { position: absolute; inset: 82px 0 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 10vw 10vw; mask-image: linear-gradient(90deg, #000, transparent 63%); }
.hero__grid::after { content: ""; position: absolute; top: 25%; left: 4%; width: 53%; height: 1px; background: linear-gradient(90deg, var(--yellow), transparent); transform: rotate(-6deg); transform-origin: left; box-shadow: 0 0 10px rgba(247,189,24,.55); }
.hero__content { position: relative; z-index: 2; width: var(--page); height: 100%; margin: auto; padding-top: clamp(155px, 19vh, 210px); }
.hero__eyebrow { display: flex; align-items: center; gap: 18px; color: #d1d1cd; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.eyebrow-line { width: 54px; height: 2px; background: var(--yellow); }
.hero__title { margin: 26px 0 0; width: min(890px, 70vw); font-family: var(--display); font-style: italic; font-weight: 900; letter-spacing: -.045em; line-height: .78; text-transform: uppercase; transform: skewX(-4deg); }
.hero__title span { display: block; font-size: clamp(68px, 8.5vw, 148px); }
.hero__title strong { display: block; color: var(--yellow); font-size: clamp(92px, 11.2vw, 192px); font-weight: 900; text-shadow: 8px 8px 0 rgba(0,0,0,.15); }
.hero__title span:last-child { font-size: clamp(48px, 5.9vw, 100px); letter-spacing: -.025em; }
.hero__lower { display: flex; align-items: flex-end; gap: 70px; margin-top: 44px; }
.hero__lower p { margin: 0; max-width: 525px; color: #d8d8d3; font-size: 15px; line-height: 1.95; }
.hero__actions { display: flex; gap: 10px; }
.button { min-width: 152px; height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 18px 0 22px; border: 1px solid rgba(255,255,255,.3); clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px)); font-size: 12px; font-weight: 750; letter-spacing: .1em; transition: color .25s ease, background .25s ease, transform .25s ease; }
.button { position: relative; overflow: hidden; isolation: isolate; }
.button::before { content: ""; position: absolute; z-index: -1; inset: -40% auto -40% -35%; width: 24%; background: rgba(255,255,255,.55); transform: skewX(-22deg) translateX(-220%); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.button:hover::before { transform: skewX(-22deg) translateX(720%); }
.button i { font-style: normal; font-size: 18px; transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover i { transform: translate(2px, -2px); }
.button--yellow { border-color: var(--yellow); background: var(--yellow); color: var(--black); }
.button--yellow:hover { background: #ffd346; }
.button--ghost { background: rgba(0,0,0,.25); color: #fff; backdrop-filter: blur(10px); }
.button--ghost:hover { background: #fff; color: #000; }
.telemetry { position: absolute; z-index: 3; right: 3vw; bottom: 80px; width: 278px; padding: 19px; color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(5,5,5,.55); backdrop-filter: blur(14px); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%); }
.telemetry__head { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .16em; }
.telemetry__head b { color: var(--green); }
.telemetry__lap { display: flex; align-items: end; justify-content: space-between; padding: 18px 0 2px; }
.telemetry__lap span { padding-bottom: 7px; color: #aaa; font-size: 9px; letter-spacing: .14em; }
.telemetry__lap strong { color: var(--yellow); font: italic 900 56px/.8 var(--display); }
.telemetry__chart { height: 67px; border-bottom: 1px solid var(--line); }
.telemetry__chart svg { width: 100%; height: 100%; overflow: visible; }
.telemetry__chart polyline { fill: none; stroke: var(--green); stroke-width: 1.6; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 5px rgba(184,255,44,.5)); }
.js .telemetry__chart polyline { stroke-dasharray: 520; stroke-dashoffset: 520; }
.js .telemetry.is-visible .telemetry__chart polyline { animation: chart-draw 1.7s .45s cubic-bezier(.2,.7,.2,1) forwards; }
.telemetry dl { margin: 14px 0 0; display: grid; gap: 9px; }
.telemetry dl div { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .12em; }
.telemetry dt { color: #aaa; }.telemetry dd { margin: 0; font-weight: 750; }
.hero__rail { position: absolute; z-index: 3; left: 27px; top: 50%; display: flex; align-items: center; gap: 20px; color: #aaa; font-size: 8px; font-weight: 700; letter-spacing: .18em; transform: translate(-50%, -50%) rotate(-90deg); }
.hero__rail i { display: block; width: 90px; height: 1px; background: rgba(255,255,255,.35); }
.hero__scroll { position: absolute; z-index: 3; bottom: 34px; left: 50%; display: flex; gap: 14px; align-items: center; transform: translateX(-50%); color: #aaa; font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.hero__scroll i { position: relative; display: block; width: 60px; height: 1px; background: #777; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; inset: 0; background: var(--yellow); transform: translateX(-100%); animation: scan 1.6s ease-in-out infinite; }

.race-ticker { overflow: hidden; height: 56px; display: flex; align-items: center; background: var(--yellow); color: var(--black); transform: rotate(-1deg) scale(1.02); transform-origin: center; }
.race-ticker > div { display: flex; align-items: center; gap: 26px; width: max-content; animation: ticker 25s linear infinite; }
.race-ticker span { white-space: nowrap; font: italic 900 19px/1 var(--display); letter-spacing: .03em; }
.race-ticker i { font-size: 10px; font-style: normal; }

.section { width: var(--page); margin: 0 auto; }
.section-label { display: grid; grid-template-columns: 42px max-content 1fr; align-items: center; gap: 16px; color: #666; font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.section-label span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--black); border: 1px solid #aaa; }
.section-label p { margin: 0; }
.section-label i { height: 1px; background: #ccc; }
.section-label--light { color: #8c8c88; }
.section-label--light span { color: #fff; border-color: #555; }
.section-label--light i { background: #333; }
.display-heading { margin: 0; font: italic 900 clamp(64px, 7.2vw, 120px)/.82 var(--display); letter-spacing: -.04em; text-transform: uppercase; transform: skewX(-3deg); }
.display-heading em { color: var(--yellow); font-style: inherit; }

.team { padding: 148px 0 136px; }
.team__intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; margin-top: 100px; }
.team__copy { padding-bottom: 6px; }
.team__copy .lead { margin: 0 0 34px; color: var(--black); font-size: 26px; font-weight: 700; line-height: 1.4; letter-spacing: -.025em; }
.team__copy > p:not(.lead) { margin: 0 0 18px; color: #5c5c58; font-size: 14px; line-height: 1.95; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 110px; border-top: 1px solid #c9c9c4; border-bottom: 1px solid #c9c9c4; }
.stats-grid article { min-height: 234px; padding: 24px 26px; border-right: 1px solid #c9c9c4; }
.stats-grid article:last-child { border-right: 0; }
.stat-index { display: block; color: #8f8f8a; font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.stats-grid strong { display: block; margin-top: 36px; font: italic 900 clamp(65px, 6vw, 105px)/.8 var(--display); letter-spacing: -.04em; }
.stats-grid article:nth-child(2) strong, .stats-grid article:nth-child(4) strong { color: var(--yellow); text-shadow: 1px 1px 0 #111; }
.stats-grid p { margin: 28px 0 0; color: #686864; font-size: 12px; font-weight: 650; letter-spacing: .08em; }

.programs { width: 100%; max-width: none; padding: 125px max(40px, calc((100vw - 1480px)/2)) 150px; background: var(--black); color: #fff; }
.programs__heading { display: flex; justify-content: space-between; align-items: end; margin-top: 82px; }
.programs__heading > p { max-width: 340px; margin: 0 0 8px; color: #94948f; font-size: 14px; line-height: 1.9; }
.program-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 92px; border: 1px solid #2f2f2f; }
.program-tab { min-height: 116px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: 1fr 1fr; align-items: center; padding: 23px 28px; background: #0c0c0c; color: #fff; border-right: 1px solid #2f2f2f; text-align: left; transition: background .25s ease, color .25s ease; }
.program-tab:last-child { border-right: 0; }
.program-tab span { grid-row: 1 / 3; color: #666; font-size: 10px; }
.program-tab strong { align-self: end; font: italic 900 30px/1 var(--display); letter-spacing: -.02em; }
.program-tab em { align-self: start; margin-top: 7px; color: #777; font-size: 8px; font-style: normal; font-weight: 750; letter-spacing: .15em; }
.program-tab:hover { background: #171717; }
.program-tab.is-active { background: var(--yellow); color: #050505; }
.program-tab.is-active span, .program-tab.is-active em { color: #322600; }
.program-stage { border: 1px solid #303030; border-top: 0; }
.program-panel { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 690px; }
.program-panel[hidden] { display: none; }
.program-panel__image { position: relative; overflow: hidden; min-height: 690px; }
.program-panel__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 52%), linear-gradient(90deg, transparent 72%, rgba(0,0,0,.3)); }
.program-panel__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.program-panel:hover .program-panel__image img { transform: scale(1.035); }
.image-tag { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 10px 12px; background: var(--green); color: #050505; font-size: 9px; font-weight: 800; letter-spacing: .13em; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.program-panel__image b { position: absolute; z-index: 2; right: 28px; bottom: 20px; color: rgba(255,255,255,.9); font: italic 900 clamp(60px, 7vw, 116px)/.7 var(--display); text-align: right; letter-spacing: -.05em; }
.program-panel__content { padding: clamp(48px, 5vw, 82px); display: flex; flex-direction: column; justify-content: center; background: #111; }
.program-kicker { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #333; color: #777; font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.program-kicker i { color: var(--green); font-style: normal; }
.program-panel__content h3 { margin: 45px 0 26px; font-size: clamp(31px, 3vw, 50px); line-height: 1.16; letter-spacing: -.045em; }
.program-panel__content > p { margin: 0; color: #9a9a95; font-size: 13px; line-height: 1.95; }
.program-facts { margin-top: 48px; border-top: 1px solid #343434; }
.program-facts div { display: grid; grid-template-columns: 100px 1fr; gap: 10px; align-items: center; min-height: 53px; border-bottom: 1px solid #343434; }
.program-facts span { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.program-facts strong { color: #d1d1cd; font-size: 11px; font-weight: 650; line-height: 1.5; }

.latest { padding: 145px 0 150px; }
.latest__heading { display: flex; justify-content: space-between; align-items: end; margin-top: 80px; }
.latest__stamp { min-width: 250px; margin-bottom: 8px; padding: 20px 22px; background: var(--black); color: #fff; border-left: 4px solid var(--yellow); }
.latest__stamp span { display: block; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.latest__stamp strong { display: block; margin-top: 9px; font: italic 900 26px/1 var(--display); letter-spacing: .03em; }
.latest__stamp p { margin: 9px 0 0; color: #858580; font-size: 9px; font-weight: 650; letter-spacing: .08em; }
.latest__grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; align-items: start; margin-top: 82px; border: 1px solid #222; background: #111; }
.latest-card { position: relative; min-height: 490px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; background: #101010; color: #fff; border-right: 1px solid #343434; cursor: pointer; transition: translate .28s ease, box-shadow .28s ease, background-color .28s ease; }
.latest-card:last-child { border-right: 0; }
.latest-card::before { content: ""; position: absolute; z-index: 3; left: 0; right: 0; top: 0; height: 4px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .32s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.latest-card::after { content: ""; position: absolute; right: -52px; bottom: -52px; width: 155px; height: 155px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.025), 0 0 0 48px rgba(255,255,255,.015); pointer-events: none; }
.latest-card:hover { translate: 0 -5px; box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.latest-card:hover::before, .latest-card.is-expanded::before { transform: scaleX(1); }
.latest-card:focus-visible { z-index: 2; outline: 2px solid var(--yellow); outline-offset: -2px; }
.latest-card.is-expanded { z-index: 2; translate: 0 -5px; box-shadow: inset 0 0 0 2px var(--yellow), 0 22px 54px rgba(0,0,0,.4); }
.latest-card--hero { background: var(--yellow); color: #050505; }
.latest-card--hero::before { background: #050505; }
.latest-card--hero::after { border-color: rgba(0,0,0,.14); box-shadow: 0 0 0 24px rgba(0,0,0,.035), 0 0 0 48px rgba(0,0,0,.02); }
.latest-card--hero:focus-visible { outline-color: #050505; }
.latest-card--hero.is-expanded { box-shadow: inset 0 0 0 2px #050505, 0 22px 54px rgba(0,0,0,.26); }
.latest-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.latest-card--hero .latest-card__top { border-color: rgba(0,0,0,.22); }
.latest-card__top div span, .latest-card__top > span, .latest-card__top time { display: block; color: #858580; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .15em; }
.latest-card--hero .latest-card__top div span, .latest-card--hero .latest-card__top time { color: #604900; }
.latest-card__top div strong { display: block; margin-top: 9px; font: italic 900 26px/1 var(--display); letter-spacing: .02em; }
.latest-card__result { position: relative; z-index: 1; margin-top: 42px; }
.latest-card__result > span { display: block; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.latest-card--hero .latest-card__result > span { color: #433300; }
.latest-card__result > strong { display: block; margin-top: 8px; color: var(--yellow); font: italic 900 clamp(82px, 8vw, 132px)/.73 var(--display); letter-spacing: -.05em; }
.latest-card--hero .latest-card__result > strong { color: #050505; }
.latest-card__result > p { margin: 19px 0 0; color: #d2d2ce; font-size: 14px; font-weight: 750; line-height: 1.45; }
.latest-card--hero .latest-card__result > p { color: #211900; }
.latest-card__result--compact > strong { font-size: clamp(70px, 6.5vw, 106px); }
.latest-card__classification { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid rgba(0,0,0,.24); border-bottom: 1px solid rgba(0,0,0,.24); }
.latest-card__classification div { display: grid; gap: 7px; min-height: 92px; align-content: center; padding: 12px 18px 12px 0; }
.latest-card__classification div + div { padding-left: 18px; border-left: 1px solid rgba(0,0,0,.24); }
.latest-card__classification span { color: #5e4700; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.latest-card__classification strong { font-size: 14px; }
.latest-card__classification small { color: #705500; font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.latest-card__support { position: relative; z-index: 1; display: grid; gap: 8px; margin-top: auto; padding: 20px 0; border-top: 1px solid #343434; }
.latest-card__support span { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.latest-card__support strong { color: #d3d3ce; font-size: 13px; line-height: 1.45; }
.latest-card__support small { color: #777; font-size: 9px; line-height: 1.55; }
.latest-card__note { position: relative; z-index: 1; margin: 20px 0 0; color: #4e3b00; font-size: 10px; line-height: 1.7; }
.latest-card__toggle { position: relative; z-index: 2; display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; margin-top: 22px; padding: 0; background: transparent; color: #d9d9d4; border: 0; border-top: 1px solid #343434; border-bottom: 1px solid #343434; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-align: left; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.latest-card__toggle i { display: grid; width: 28px; height: 28px; place-items: center; background: var(--yellow); color: #050505; border-radius: 50%; font: normal 700 18px/1 var(--sans); transition: transform .3s ease, background-color .2s ease; }
.latest-card__toggle:hover, .latest-card__toggle:focus-visible { color: var(--yellow); border-color: var(--yellow); outline: 0; }
.latest-card.is-expanded .latest-card__toggle i { transform: rotate(45deg); }
.latest-card--hero .latest-card__toggle { color: #322600; border-color: rgba(0,0,0,.28); }
.latest-card--hero .latest-card__toggle i { background: #050505; color: var(--yellow); }
.latest-card--hero .latest-card__toggle:hover, .latest-card--hero .latest-card__toggle:focus-visible { color: #050505; border-color: #050505; }
.latest-card__details { position: relative; z-index: 1; display: grid; gap: 0; max-height: 0; margin-top: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: max-height .4s cubic-bezier(.2,.7,.2,1), margin-top .35s ease, opacity .25s ease, visibility 0s linear .4s; }
.latest-card.is-expanded .latest-card__details { max-height: 310px; margin-top: 14px; opacity: 1; visibility: visible; transition-delay: 0s; }
.latest-card__details > div { display: grid; grid-template-columns: minmax(82px, .72fr) 1.28fr; gap: 14px; align-items: center; min-height: 44px; border-bottom: 1px solid #2d2d2d; }
.latest-card__details span { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.latest-card__details strong { color: #d9d9d4; font-size: 10px; line-height: 1.45; text-align: right; }
.latest-card--hero .latest-card__details > div { border-color: rgba(0,0,0,.22); }
.latest-card--hero .latest-card__details span { color: #5e4700; }
.latest-card--hero .latest-card__details strong { color: #171100; }
.result-source { position: relative; z-index: 1; width: max-content; margin-top: 20px; padding-bottom: 5px; color: #8a8a84; border-bottom: 1px solid #555; font-size: 8px; font-weight: 800; letter-spacing: .14em; transition: color .2s ease, border-color .2s ease; }
.latest-card--hero .result-source { color: #4e3b00; border-color: rgba(0,0,0,.38); }
.result-source:hover { color: var(--yellow); border-color: var(--yellow); }
.latest-card--hero .result-source:hover { color: #050505; border-color: #050505; }
.upcoming { display: grid; grid-template-columns: .75fr repeat(3, 1fr); margin-top: 24px; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; }
.upcoming > * { min-height: 132px; padding: 24px; border-right: 1px solid #aaa; }
.upcoming > *:last-child { border-right: 0; }
.upcoming__title { display: flex; flex-direction: column; justify-content: space-between; background: var(--black); color: #fff; }
.upcoming__title span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.upcoming__title strong { font: italic 900 28px/1 var(--display); }
.upcoming article { display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: start; }
.upcoming article > span { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.upcoming article > strong { grid-column: 1; align-self: end; font: italic 900 31px/1 var(--display); }
.upcoming article > time { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #5b5b57; font: italic 900 16px/1 var(--display); letter-spacing: .04em; }

.news { width: 100%; max-width: none; padding: 125px max(40px, calc((100vw - 1480px)/2)) 150px; background: #0a0a0a; color: #fff; }
.news__heading { display: flex; justify-content: space-between; align-items: end; margin-top: 82px; }
.news__heading > p { max-width: 390px; margin: 0 0 8px; color: #858580; font-size: 13px; line-height: 1.9; }
.news-filters { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 78px; border: 1px solid #333; }
.news-filter { min-height: 58px; padding: 0 18px; background: #101010; color: #81817c; border-right: 1px solid #333; font-size: 9px; font-weight: 800; letter-spacing: .13em; transition: background .2s ease, color .2s ease; }
.news-filter:last-child { border-right: 0; }
.news-filter:hover { background: #1a1a1a; color: #fff; }
.news-filter.is-active { background: var(--yellow); color: #050505; }
.news-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8px; margin-top: 8px; }
.news-card { grid-column: span 4; min-width: 0; min-height: 530px; display: flex; flex-direction: column; overflow: hidden; background: #121212; border: 1px solid #292929; transition: border-color .25s ease, transform .25s ease; }
.news-card:hover { border-color: #555; transform: translateY(-4px); }
.news-card[hidden] { display: none; }
.news-card--feature { grid-column: span 8; display: grid; grid-template-columns: 1.13fr .87fr; min-height: 610px; }
.news-card--next { grid-column: span 4; background: #161616; }
.news-card__media { position: relative; min-height: 245px; overflow: hidden; contain: paint; background: #171717; }
.news-card--feature .news-card__media { min-height: 100%; }
.news-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.52), transparent 58%); pointer-events: none; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.06); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.news-card:hover .news-card__media img { transform: scale(1.04); filter: saturate(.98) contrast(1.06); }
.news-card__media > span { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 9px 11px; background: var(--green); color: #050505; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.news-card--next .news-card__media > span { background: var(--yellow); }
.news-card__body { position: relative; display: flex; flex: 1; flex-direction: column; padding: 27px; }
.news-card--feature .news-card__body { padding: 40px; }
.news-card__meta { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #333; color: #777; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.news-card__meta time { color: var(--yellow); font-style: normal; }
.news-card h3 { margin: 28px 0 18px; font: italic 900 31px/1.04 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.news-card--feature h3 { margin-top: 36px; font-size: clamp(42px, 3.6vw, 61px); line-height: .96; }
.news-card__body > p { margin: 0; color: #93938e; font-size: 11px; line-height: 1.8; }
.news-card__result { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; margin-top: 34px; padding: 18px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.news-card__result span { color: #777; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.news-card__result strong { grid-column: 2; grid-row: 1 / 3; color: var(--yellow); font: italic 900 58px/.75 var(--display); }
.news-card__result small { margin-top: 7px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.news-card__schedule { display: grid; gap: 0; margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid #333; }
.news-card__schedule li { display: grid; grid-template-columns: 65px 1fr auto; gap: 10px; align-items: center; min-height: 54px; border-bottom: 1px solid #333; }
.news-card__schedule span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.news-card__schedule strong { font-size: 11px; }
.news-card__schedule time { color: #777; font: italic 900 13px/1 var(--display); }
.news-card__link { width: max-content; display: inline-flex; align-items: center; gap: 18px; margin-top: auto; padding-top: 27px; color: #b2b2ad; font-size: 9px; font-weight: 800; letter-spacing: .1em; transition: color .2s ease; }
.news-card__link i { color: var(--yellow); font-size: 15px; font-style: normal; transition: transform .2s ease; }
.news-card__link:hover { color: #fff; }
.news-card__link:hover i { transform: translate(3px, -3px); }
.news-grid.is-filtered .news-card { grid-column: 1 / -1; min-height: 320px; display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; }
.news-grid.is-filtered .news-card__media { min-height: 320px; }
.news-grid.is-filtered .news-card__body { padding: 34px 40px; }
.news-grid.is-filtered .news-card h3 { font-size: clamp(35px, 3.2vw, 53px); }
.news-grid .news-card[hidden] { display: none !important; }

.machines { padding: 145px 0 150px; }
.machines__top { display: flex; justify-content: space-between; align-items: end; margin-top: 80px; }
.machines__top > p { width: 330px; margin: 0 0 8px; color: #666; font-size: 14px; line-height: 1.9; }
.machine-selector { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.machine-button { height: 78px; display: flex; align-items: center; gap: 15px; padding: 0 24px; background: transparent; border-right: 1px solid #bbb; color: #71716d; font: italic 900 17px/1 var(--display); letter-spacing: .02em; text-align: left; }
.machine-button:last-child { border-right: 0; }
.machine-button span { color: #aaa; font: 700 9px/1 var(--sans); }
.machine-button.is-active { background: var(--black); color: #fff; }
.machine-button.is-active span { color: var(--yellow); }
.machine-stage { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 650px; background: #101010; color: #fff; }
.machine-stage__image { position: relative; overflow: hidden; min-height: 650px; background: #111; }
.machine-stage__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, rgba(0,0,0,.32)), linear-gradient(0deg, rgba(0,0,0,.3), transparent 45%); }
.machine-stage__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .65s ease; }
.machine-stage:hover .machine-stage__image img { transform: scale(1.025); }
.machine-stage__number { position: absolute; z-index: 2; left: 30px; bottom: 18px; color: rgba(255,255,255,.88); font: italic 900 clamp(80px, 10vw, 170px)/.72 var(--display); letter-spacing: -.04em; }
.machine-stage__caption { position: absolute; z-index: 4; left: 30px; top: 28px; padding: 10px 12px; background: rgba(5,5,5,.72); color: var(--green); border-left: 3px solid var(--yellow); backdrop-filter: blur(9px); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.machine-stage__scan { position: absolute; z-index: 3; inset: 0; pointer-events: none; opacity: .34; background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,.045) 6px); }
.machine-stage__scan::after { content: ""; position: absolute; left: 0; right: 0; height: 22%; background: linear-gradient(transparent, rgba(184,255,44,.16), transparent); animation: vertical-scan 3.8s linear infinite; }
.machine-stage__content { padding: 72px 55px; display: flex; flex-direction: column; justify-content: center; }
.machine-stage__overline { margin: 0; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.machine-stage__content h3 { margin: 24px 0 24px; font: italic 900 clamp(44px, 4.2vw, 72px)/.88 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.machine-stage__content > p:not(.machine-stage__overline) { margin: 0; color: #999994; font-size: 13px; line-height: 1.9; }
.machine-stage__content dl { margin: 48px 0 0; border-top: 1px solid #353535; }
.machine-stage__content dl div { display: grid; grid-template-columns: 90px 1fr; gap: 10px; align-items: center; min-height: 50px; border-bottom: 1px solid #353535; }
.machine-stage__content dt { color: #676763; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.machine-stage__content dd { margin: 0; font-size: 11px; font-weight: 650; }

.honours { position: relative; min-height: 970px; overflow: hidden; background: #050505; color: #fff; }
.honours > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.08); }
.honours__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.8) 35%, rgba(0,0,0,.25) 75%), linear-gradient(0deg, rgba(0,0,0,.85), transparent 50%); }
.honours__content { position: relative; z-index: 2; padding: 120px 0 110px; }
.honours__year { margin: 110px 0 0; color: var(--yellow); font: italic 900 26px/1 var(--display); letter-spacing: .08em; }
.honours h2 { margin: 6px 0 0; font: italic 900 clamp(110px, 14vw, 235px)/.68 var(--display); letter-spacing: -.055em; }
.honours h2 em { color: var(--yellow); font-style: inherit; }
.honours__lead { margin: 50px 0 0; font-size: 22px; font-weight: 650; line-height: 1.55; }
.honours__cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 78px; border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(12px); }
.honours__cards article { position: relative; min-height: 164px; padding: 24px; background: rgba(8,8,8,.52); border-right: 1px solid rgba(255,255,255,.25); }
.honours__cards article:last-child { border-right: 0; }
.honours__cards span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.honours__cards strong { display: block; margin-top: 23px; font-size: 17px; line-height: 1.45; }
.honours__cards i { position: absolute; right: 16px; bottom: 10px; color: rgba(255,255,255,.12); font: italic 900 66px/1 var(--display); }

.drivers { padding: 145px 0 150px; }
.drivers__heading { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: end; margin-top: 85px; }
.drivers__heading > p { margin: 0 0 4px; color: #666; font-size: 14px; line-height: 1.9; }
.roster { margin-top: 100px; border-top: 1px solid #bbb; }
.roster__filters { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #bbb; }
.roster-filter { height: 68px; background: transparent; border-right: 1px solid #bbb; color: #74746f; font: italic 900 17px/1 var(--display); letter-spacing: .04em; }
.roster-filter:last-child { border-right: 0; }
.roster-filter.is-active { background: var(--yellow); color: #050505; }
.roster__list { display: grid; grid-template-columns: repeat(4, 1fr); }
.roster__list article { min-height: 190px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; transition: color .2s ease, background .2s ease; }
.roster__list article:last-child { border-right: 0; }
.roster__list article:hover { background: #111; color: #fff; }
.roster__list span { margin-bottom: auto; color: #999; font-size: 9px; font-weight: 750; }
.roster__list strong { font: italic 900 32px/1 var(--display); }
.roster__list small { margin-top: 10px; color: #888; font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.crew-note { position: relative; display: grid; grid-template-columns: 290px 1fr; gap: 60px; align-items: center; margin-top: 50px; padding: 42px; overflow: hidden; background: var(--black); color: #fff; }
.crew-note > div span { display: block; color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.crew-note > div strong { display: block; margin-top: 12px; font: italic 900 52px/1 var(--display); }
.crew-note > p { max-width: 560px; margin: 0; color: #94948f; font-size: 13px; line-height: 1.8; }
.crew-note__mark { position: absolute; right: 20px; bottom: -14px; color: rgba(255,255,255,.06); font: italic 900 88px/1 var(--display); }

.season { padding-bottom: 145px; overflow: hidden; }
.season__heading { display: grid; grid-template-columns: 1fr 320px; gap: 80px; align-items: end; margin-top: 80px; }
.season__overview { padding: 22px 24px; background: #050505; color: #fff; border-left: 4px solid var(--yellow); }
.season__overview > div:first-child { display: flex; justify-content: space-between; align-items: end; }
.season__overview span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.season__overview strong { font: italic 900 28px/1 var(--display); }
.season__overview strong b { font: inherit; }
.season__progress { height: 3px; margin-top: 18px; overflow: hidden; background: #353535; }
.season__progress span { display: block; width: 0; height: 100%; background: var(--yellow); transition: width .65s cubic-bezier(.2,.7,.2,1); }
.season__overview p { margin: 12px 0 0; color: #858580; font-size: 9px; line-height: 1.6; }
.season__toolbar { display: flex; justify-content: space-between; align-items: center; margin-top: 75px; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.season__filters { display: flex; min-width: 0; }
.season-filter { min-width: 120px; height: 58px; padding: 0 22px; background: transparent; color: #74746f; border-right: 1px solid #bbb; font: italic 900 14px/1 var(--display); letter-spacing: .05em; transition: color .2s ease, background .2s ease; }
.season-filter:hover { color: #050505; }
.season-filter.is-active { background: var(--yellow); color: #050505; }
.season__arrows { display: flex; }
.season__arrows button { width: 58px; height: 58px; background: transparent; color: #050505; border-left: 1px solid #bbb; font-size: 19px; transition: color .2s ease, background .2s ease; }
.season__arrows button:hover, .season__arrows button:focus-visible { background: #050505; color: var(--yellow); outline: 0; }
.season__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(285px, 1fr); gap: 8px; margin-top: 28px; padding: 0 0 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: #777 #d5d5d0; }
.season__track::-webkit-scrollbar { height: 5px; }
.season__track::-webkit-scrollbar-track { background: #d5d5d0; }
.season__track::-webkit-scrollbar-thumb { background: #777; }
.season-card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; scroll-snap-align: start; background: #101010; color: #fff; border: 1px solid #272727; transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.season-card[hidden] { display: none; }
.season-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--yellow); }
.season-card--ctcc::before { background: var(--green); }
.season-card--cec::before { background: var(--yellow); }
.season-card--gt::before { background: var(--pink); }
.season-card::after { content: attr(data-round); position: absolute; right: -8px; bottom: -18px; color: rgba(255,255,255,.035); font: italic 900 106px/.8 var(--display); pointer-events: none; }
.season-card:hover { z-index: 2; border-color: #666; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(0,0,0,.23); }
.season-card--next { background: var(--yellow); color: #050505; border-color: var(--yellow); }
.season-card--next::before { background: #050505; }
.season-card--next::after { color: rgba(0,0,0,.055); }
.season-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #333; }
.season-card--next .season-card__top { border-color: rgba(0,0,0,.25); }
.season-card__series { display: grid; gap: 8px; }
.season-card__series span, .season-card__top time { color: #777; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.season-card--next .season-card__series span, .season-card--next .season-card__top time { color: #604900; }
.season-card__series strong { font: italic 900 22px/1 var(--display); }
.season-card--has-image { min-height: 540px; }
.season-card__media { position: relative; z-index: 1; height: 138px; margin: 20px -26px 0; overflow: hidden; background: #1b1b1b; }
.season-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.58), transparent 64%); pointer-events: none; }
.season-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .55s ease, filter .35s ease; }
.season-card:hover .season-card__media img { transform: scale(1.035); filter: saturate(1); }
.season-card__media span { position: absolute; z-index: 2; left: 14px; bottom: 12px; padding: 7px 9px; background: rgba(5,5,5,.72); color: #fff; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.season-card--has-image .season-card__status { margin-top: 20px; }
.season-card--has-image .season-card__result { margin-top: 25px; }
.season-card__status { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-top: 24px; color: #777; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.season-card__status i { width: 8px; height: 8px; background: #777; border-radius: 50%; }
.season-card--completed .season-card__status i { background: var(--green); box-shadow: 0 0 0 4px rgba(184,255,44,.08); }
.season-card--next .season-card__status { color: #4e3b00; }
.season-card--next .season-card__status i { background: #050505; box-shadow: 0 0 0 4px rgba(0,0,0,.09); animation: pulse 1.5s ease-in-out infinite; }
.season-card__result { position: relative; z-index: 1; margin-top: 34px; color: var(--yellow); font: italic 900 clamp(58px, 5vw, 86px)/.72 var(--display); letter-spacing: -.045em; }
.season-card--next .season-card__result { color: #050505; }
.season-card h3 { position: relative; z-index: 1; margin: 29px 0 13px; font-size: 17px; line-height: 1.25; }
.season-card > p { position: relative; z-index: 1; margin: 0; color: #858580; font-size: 10px; line-height: 1.75; }
.season-card--next > p { color: #5d4700; }
.season-card__source { position: relative; z-index: 1; width: max-content; margin-top: auto; padding-top: 25px; color: #aaa; font-size: 8px; font-weight: 800; letter-spacing: .13em; transition: color .2s ease; }
.season-card__source i { margin-left: 9px; color: var(--yellow); font-size: 14px; font-style: normal; }
.season-card__source:hover { color: #fff; }
.season-card--next .season-card__source { color: #4f3c00; }
.season-card--next .season-card__source i { color: #050505; }
.season-card--next .season-card__source:hover { color: #050505; }
.season__legend { display: flex; justify-content: flex-end; gap: 28px; margin-top: 18px; color: #777; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.season__legend span { display: flex; align-items: center; gap: 8px; }
.season__legend b { font: inherit; }
.season__legend i { width: 8px; height: 8px; border-radius: 50%; }
.season__legend i.is-completed { background: var(--green); }
.season__legend i.is-next { background: var(--yellow); border: 1px solid #050505; }
.season__legend i.is-upcoming { background: #777; }

.gallery { width: 100%; max-width: none; padding: 125px max(40px, calc((100vw - 1480px)/2)) 150px; background: #0a0a0a; color: #fff; }
.gallery__heading { display: flex; justify-content: space-between; align-items: end; margin-top: 80px; }
.gallery__heading > p { color: #777; font-size: 9px; font-weight: 750; line-height: 2; letter-spacing: .14em; text-align: right; }
.gallery-filters { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border: 1px solid #333; }
.gallery-filter { min-height: 56px; padding: 0 18px; background: #101010; color: #81817c; border-right: 1px solid #333; font-size: 9px; font-weight: 800; letter-spacing: .13em; transition: background .2s ease, color .2s ease; }
.gallery-filter:last-child { border-right: 0; }
.gallery-filter:hover { background: #1a1a1a; color: #fff; }
.gallery-filter.is-active { background: var(--yellow); color: #050505; }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 8px; margin-top: 8px; }
.gallery-item { position: relative; overflow: hidden; min-width: 0; padding: 0; background: #111; color: #fff; text-align: left; }
.gallery-item[hidden] { display: none !important; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item { contain: paint; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-item::after { content: "+"; position: absolute; right: 15px; top: 14px; width: 30px; height: 30px; display: grid; place-items: center; background: rgba(5,5,5,.65); border: 1px solid rgba(255,255,255,.38); font-size: 18px; opacity: 0; transform: translateY(-7px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item span { position: absolute; left: 13px; bottom: 12px; padding: 8px 10px; background: rgba(5,5,5,.72); backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.06); }
.gallery-item:hover::after { opacity: 1; transform: none; }
.gallery-item::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid transparent; transition: border-color .3s ease, box-shadow .3s ease; pointer-events: none; }
.gallery-item:hover::before { border-color: rgba(247,189,24,.7); box-shadow: inset 0 0 35px rgba(247,189,24,.08); }

.connect { position: relative; width: 100%; padding: 135px 0 145px; overflow: hidden; background: var(--yellow); color: #050505; }
.connect::before { content: "FOLLOW"; position: absolute; right: -2vw; top: 70px; color: rgba(0,0,0,.045); font: italic 900 clamp(150px, 25vw, 420px)/.7 var(--display); letter-spacing: -.07em; pointer-events: none; }
.connect .section-label { color: #5b4600; }
.connect .section-label span { border-color: rgba(0,0,0,.4); }
.connect .section-label i { background: rgba(0,0,0,.28); }
.connect__inner { position: relative; z-index: 1; }
.connect__heading { display: grid; grid-template-columns: 1fr 380px; gap: 70px; align-items: end; margin-top: 80px; }
.connect__heading .display-heading em { color: transparent; -webkit-text-stroke: 2px #050505; }
.connect__heading > p { margin: 0 0 7px; color: #5a4500; font-size: 14px; line-height: 1.9; }
.connect__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 85px; }
.social-card { position: relative; min-width: 0; overflow: hidden; background: #090909; color: #fff; border: 1px solid #090909; }
.social-card::after { content: ""; position: absolute; right: -75px; top: -75px; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.015); pointer-events: none; }
.social-card__main { position: relative; z-index: 1; min-height: 400px; display: grid; grid-template-rows: auto 1fr auto; padding: 32px; transition: background-color .3s ease; }
.social-card__top { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; padding-bottom: 22px; border-bottom: 1px solid #333; color: #777; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.social-card__top i { color: var(--yellow); font-size: 22px; font-style: normal; transition: transform .25s ease; }
.social-card__body { align-self: end; padding-top: 55px; }
.social-card__body > span { display: block; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.social-card__body h3 { margin: 16px 0 16px; font: italic 900 clamp(38px, 4vw, 66px)/.92 var(--display); letter-spacing: -.035em; }
.social-card__body p { max-width: 450px; margin: 0; color: #8f8f8a; font-size: 11px; line-height: 1.8; }
.social-card__open { display: flex; justify-content: space-between; align-items: center; margin-top: 38px; padding-top: 22px; color: #c4c4be; border-top: 1px solid #333; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.social-card__open i { color: var(--yellow); font-size: 19px; font-style: normal; }
.social-card__main:hover { background: #121212; }
.social-card__main:hover .social-card__top i { transform: translate(4px, -4px); }
.social-card--xiaohongshu .social-card__body > span { color: #ff4d5e; }
.social-card--douyin .social-card__body > span { color: #25f4ee; }
.social-card__copy { position: relative; z-index: 2; width: 100%; height: 56px; display: flex; justify-content: space-between; align-items: center; padding: 0 32px; background: #141414; color: #8e8e89; border-top: 1px solid #333; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-align: left; transition: color .2s ease, background .2s ease; }
.social-card__copy i { color: var(--green); font-size: 18px; font-style: normal; }
.social-card__copy:hover, .social-card__copy:focus-visible { background: #1d1d1d; color: #fff; outline: 0; }
.connect__contact { display: grid; grid-template-columns: 1.05fr 1fr auto; gap: 50px; align-items: center; margin-top: 8px; padding: 36px 40px; background: #050505; color: #fff; }
.connect__contact > div:first-child span { display: block; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.connect__contact > div:first-child strong { display: block; margin-top: 9px; font: italic 900 31px/1 var(--display); }
.connect__contact > p { margin: 0; color: #8b8b86; font-size: 11px; line-height: 1.8; }
.connect__actions { min-width: 205px; display: grid; gap: 8px; }
.connect__contact .button { width: 100%; min-width: 205px; }
.connect__contact .button--ghost { background: #171717; }
.connect__contact .button--ghost:hover { background: #fff; }
.copy-toast { position: fixed; z-index: 800; left: 50%; bottom: 28px; min-width: 250px; padding: 15px 22px; background: #050505; color: #fff; border: 1px solid var(--yellow); box-shadow: 0 16px 45px rgba(0,0,0,.35); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-align: center; opacity: 0; visibility: hidden; transform: translate(-50%, 15px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.copy-toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.finale { position: relative; min-height: 790px; display: grid; place-items: center; overflow: hidden; background: #050505; color: #fff; }
.finale > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.1); filter: saturate(.75) contrast(1.08); }
.finale__shade { position: absolute; inset: 0; background: rgba(0,0,0,.68); }
.finale__content { position: relative; z-index: 2; width: min(1000px, calc(100vw - 60px)); text-align: center; }
.finale__content > img { width: 185px; height: 100px; margin: auto; object-fit: contain; }
.finale h2 { margin: 38px 0 0; font: italic 900 clamp(64px, 7.5vw, 122px)/.82 var(--display); letter-spacing: -.045em; }
.finale h2 em { color: var(--yellow); font-style: inherit; }
.finale p { margin: 36px 0; color: #c5c5bf; font-size: 14px; line-height: 1.9; }
.finale .button { margin: 0 auto; }

.site-footer { display: grid; grid-template-columns: 1fr .5fr 1fr; gap: 60px; padding: 72px max(40px, calc((100vw - 1480px)/2)) 28px; background: #050505; color: #fff; border-top: 1px solid #2b2b2b; }
.site-footer > div:first-child { display: flex; align-items: center; gap: 20px; }
.site-footer img { width: 112px; height: 60px; object-fit: contain; }
.site-footer > div:first-child p { margin: 0; color: #888; font-size: 8px; font-weight: 750; line-height: 1.8; letter-spacing: .13em; }
.footer-links { display: flex; flex-wrap: wrap; align-content: center; gap: 14px 24px; }
.footer-links a { color: #aaa; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.footer-links a:hover { color: var(--yellow); }
.footer-note { align-self: center; color: #666; font-size: 9px; line-height: 1.7; }
.footer-note p { margin: 4px 0; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid #272727; color: #555; font-size: 8px; font-weight: 700; letter-spacing: .14em; }

.lightbox { position: fixed; z-index: 500; inset: 0; width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 70px 100px; background: rgba(0,0,0,.94); color: #fff; border: 0; overflow: hidden; }
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: rgba(0,0,0,.95); }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.lightbox__close { right: 28px; top: 24px; width: 48px; height: 48px; font-size: 28px; }
.lightbox__prev, .lightbox__next { top: 50%; width: 50px; height: 50px; transform: translateY(-50%); font-size: 23px; }
.lightbox__prev { left: 25px; }.lightbox__next { right: 25px; }
.lightbox p { position: absolute; left: 50%; bottom: 20px; margin: 0; transform: translateX(-50%); color: #999; font-size: 9px; font-weight: 700; letter-spacing: .14em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal.reveal--left { transform: translateX(-48px); }
.js .reveal.reveal--right { transform: translateX(48px); }
.js .reveal.reveal--zoom { transform: scale(.94); }
.js .reveal.is-visible.reveal--left, .js .reveal.is-visible.reveal--right, .js .reveal.is-visible.reveal--zoom { transform: none; }
.js .stagger-item { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .65s cubic-bezier(.2,.7,.2,1); transition-delay: var(--stagger, 0ms); }
.js .is-visible .stagger-item, .js .stagger-item.is-visible { opacity: 1; transform: none; }
.motion-tilt { transform-style: preserve-3d; will-change: transform; transition: transform .18s ease-out, box-shadow .3s ease; }
.motion-tilt:hover { box-shadow: 0 18px 48px rgba(0,0,0,.16); }
.parallax-media { transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.04); will-change: transform; }

.speed-cursor { position: fixed; z-index: 490; left: 0; top: 0; width: 34px; height: 34px; border: 1px solid rgba(247,189,24,.7); border-radius: 50%; pointer-events: none; opacity: 0; transform: translate3d(var(--cursor-x, -50px), var(--cursor-y, -50px), 0) translate(-50%, -50%); transition: width .2s ease, height .2s ease, opacity .25s ease, border-color .2s ease; mix-blend-mode: difference; }
.speed-cursor::before, .speed-cursor::after { content: ""; position: absolute; background: var(--yellow); }
.speed-cursor::before { width: 12px; height: 1px; left: 10px; top: 16px; }
.speed-cursor::after { width: 1px; height: 12px; left: 16px; top: 10px; }
.speed-cursor.is-active { opacity: 1; }
.speed-cursor.is-hovering { width: 52px; height: 52px; border-color: #fff; }

@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 0 2px rgba(184,255,44,.05), 0 0 4px rgba(184,255,44,.4); } }
@keyframes scan { 0% { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes chart-draw { to { stroke-dashoffset: 0; } }
@keyframes vertical-scan { from { transform: translateY(-120%); } to { transform: translateY(560%); } }

@media (max-width: 1180px) {
  :root { --page: calc(100vw - 56px); }
  .site-header { grid-template-columns: 210px 1fr auto; padding: 0 26px; }
  .desktop-nav { gap: 11px; }
  .desktop-nav a { font-size: 9px; letter-spacing: .07em; }
  .header-tools { gap: 9px; }
  .telemetry { display: none; }
  .hero__title { width: 90vw; }
  .hero__lower { gap: 35px; }
  .programs, .news, .gallery { padding-left: 28px; padding-right: 28px; }
  .connect__contact { gap: 30px; }
  .program-panel { grid-template-columns: 1.05fr .95fr; }
  .program-panel__content { padding: 45px; }
  .latest__grid { grid-template-columns: 1.12fr .94fr .94fr; }
  .latest-card { padding: 26px; }
  .upcoming { grid-template-columns: .65fr repeat(3, 1fr); }
  .upcoming > * { padding: 20px; }
  .news-card--feature { grid-template-columns: 1fr 1fr; }
  .news-card--feature .news-card__body { padding: 32px; }
  .machine-stage { grid-template-columns: 1.1fr .9fr; }
  .honours__cards strong { font-size: 14px; }
}

@media (max-width: 900px) {
  .speed-cursor { display: none; }
  :root { --page: calc(100vw - 40px); }
  .site-header { height: 68px; grid-template-columns: 1fr auto auto; gap: 12px; padding: 0 20px; background: rgba(5,5,5,.78); backdrop-filter: blur(12px); }
  .brand img { width: 82px; height: 45px; }.brand span, .desktop-nav, .header-meta { display: none; }
  .menu-button { position: relative; z-index: 2; display: grid; grid-template-columns: 26px max-content; grid-template-rows: repeat(2, 5px); align-items: center; column-gap: 9px; width: 76px; height: 44px; padding: 9px 0; background: transparent; color: #fff; }
  .menu-button span { grid-column: 1; display: block; width: 26px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-button em { grid-column: 2; grid-row: 1 / 3; font-size: 8px; font-style: normal; font-weight: 750; letter-spacing: .12em; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 90px 36px 40px; overflow-y: auto; background: #080808; transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
  .menu-open .mobile-nav { transform: none; }
  .mobile-nav a { display: flex; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid #272727; font: italic 900 37px/1 var(--display); }
  .mobile-nav a span { color: var(--yellow); font: 700 9px/1 var(--sans); }
  .mobile-nav a b { font: inherit; }
  .hero { min-height: 780px; }
  .hero__grid { inset: 68px 0 0; background-size: 25vw 25vw; }
  .hero__image { object-position: 58% center; }
  .hero__content { padding-top: 150px; }
  .hero__title { margin-top: 32px; width: 100%; line-height: .83; }
  .hero__title span { font-size: clamp(49px, 14.3vw, 84px); }.hero__title strong { font-size: clamp(70px, 20vw, 115px); }.hero__title span:last-child { font-size: clamp(35px, 10vw, 58px); }
  .hero__lower { display: block; margin-top: 50px; }.hero__actions { margin-top: 25px; }.hero__rail { display: none; }
  .team__intro, .drivers__heading { grid-template-columns: 1fr; gap: 50px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }.stats-grid article:nth-child(2) { border-right: 0; }.stats-grid article:nth-child(-n+2) { border-bottom: 1px solid #c9c9c4; }
  .programs__heading, .latest__heading, .news__heading, .machines__top, .gallery__heading, .connect__heading { display: block; }.programs__heading > p, .latest__stamp, .news__heading > p, .machines__top > p, .connect__heading > p { margin-top: 45px; }
  .program-panel { grid-template-columns: 1fr; }.program-panel__image { min-height: 520px; }.program-panel__content { min-height: auto; }
  .latest__grid { grid-template-columns: 1fr 1fr; }
  .latest-card--hero { grid-column: 1 / -1; }
  .latest-card:nth-child(2) { border-top: 1px solid #343434; }
  .latest-card:last-child { border-top: 1px solid #343434; }
  .upcoming { grid-template-columns: 1fr 1fr; }
  .upcoming > *:nth-child(2) { border-right: 0; }
  .upcoming > *:nth-child(-n+2) { border-bottom: 1px solid #aaa; }
  .news-card--feature { grid-column: span 12; }
  .news-card:not(.news-card--feature) { grid-column: span 6; }
  .news-grid.is-filtered .news-card { grid-template-columns: minmax(260px, .85fr) 1.15fr; }
  .machine-selector { grid-template-columns: repeat(2, 1fr); }.machine-button:nth-child(2) { border-right: 0; }.machine-button:nth-child(-n+2) { border-bottom: 1px solid #bbb; }
  .machine-stage { grid-template-columns: 1fr; }.machine-stage__image { min-height: 520px; }.machine-stage__content { padding: 55px 40px; }
  .honours__cards { grid-template-columns: repeat(2, 1fr); }.honours__cards article:nth-child(2) { border-right: 0; }.honours__cards article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .roster__list { grid-template-columns: repeat(2, 1fr); }.roster__list article:nth-child(2n) { border-right: 0; }
  .season__heading { grid-template-columns: 1fr; gap: 45px; }
  .season__overview { max-width: 360px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .connect__contact { grid-template-columns: 1fr 1fr; }
  .connect__actions { grid-column: 1 / -1; width: min(420px, 100%); }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-note { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --page: calc(100vw - 28px); }
  .hero__content { padding-top: 130px; }
  .mobile-nav a { padding: 13px 0; font-size: 31px; }
  .site-header { gap: 8px; padding: 0 14px; }
  .language-switch { height: 30px; padding: 0 5px; }
  .hero__eyebrow { font-size: 8px; gap: 10px; }.eyebrow-line { width: 28px; }
  .hero__lower p { font-size: 12px; }.hero__actions { flex-wrap: wrap; }.button { min-width: 142px; }
  .hero__scroll { display: none; }
  .race-ticker { height: 48px; }.race-ticker span { font-size: 16px; }
  .team, .latest, .machines, .drivers { padding-top: 100px; padding-bottom: 100px; }.programs, .news, .gallery { padding: 95px 14px 105px; }.connect { padding: 95px 0 105px; }
  .section-label { grid-template-columns: 34px max-content 1fr; gap: 10px; }.section-label span { width: 30px; height: 30px; }
  .display-heading { font-size: clamp(54px, 17vw, 76px); }
  .team__intro, .programs__heading, .latest__heading, .news__heading, .machines__top, .drivers__heading, .gallery__heading, .connect__heading { margin-top: 60px; }
  .team__copy .lead { font-size: 21px; }
  .stats-grid { margin-top: 70px; }.stats-grid article { min-height: 170px; padding: 18px; }.stats-grid strong { margin-top: 29px; font-size: 58px; }.stats-grid p { margin-top: 18px; font-size: 10px; }
  .program-tabs { margin-top: 60px; grid-template-columns: 1fr; }.program-tab { min-height: 80px; grid-template-columns: 30px 1fr 100px; grid-template-rows: 1fr; padding: 15px 20px; border-right: 0; border-bottom: 1px solid #2f2f2f; }.program-tab:last-child { border-bottom: 0; }.program-tab span { grid-row: 1; }.program-tab strong, .program-tab em { align-self: center; margin: 0; }
  .program-panel__image { min-height: 330px; }.program-panel__image b { font-size: 58px; }.program-panel__content { padding: 36px 24px; }.program-panel__content h3 { margin-top: 35px; font-size: 31px; }.program-facts div { grid-template-columns: 78px 1fr; min-height: 60px; }
  .latest__stamp { min-width: 0; }
  .latest__grid { grid-template-columns: 1fr; margin-top: 60px; }
  .latest-card, .latest-card--hero { grid-column: auto; min-height: 455px; border-right: 0; border-top: 1px solid #343434; padding: 26px 22px; }
  .latest-card:first-child { border-top: 0; }
  .latest-card__result > strong { font-size: 86px; }
  .latest-card__result--compact > strong { font-size: 74px; }
  .latest-card__details > div { grid-template-columns: 105px 1fr; }
  .upcoming { grid-template-columns: 1fr; }
  .upcoming > *, .upcoming > *:nth-child(2) { min-height: 112px; border-right: 0; border-bottom: 1px solid #aaa; }
  .upcoming > *:last-child { border-bottom: 0; }
  .news-filters { display: flex; overflow-x: auto; margin-top: 55px; scrollbar-width: none; }
  .news-filters::-webkit-scrollbar { display: none; }
  .news-filter { min-width: 125px; flex: 0 0 auto; }
  .news-card--feature, .news-card:not(.news-card--feature), .news-grid.is-filtered .news-card { grid-column: span 12; display: flex; min-height: 520px; }
  .news-card--feature .news-card__media, .news-grid.is-filtered .news-card__media { min-height: 245px; }
  .news-card--feature .news-card__body, .news-grid.is-filtered .news-card__body { padding: 27px 22px; }
  .news-card--feature h3, .news-grid.is-filtered .news-card h3 { font-size: 37px; }
  .machine-selector { margin-top: 60px; }.machine-button { height: 67px; padding: 0 14px; font-size: 14px; }.machine-stage__image { min-height: 340px; }.machine-stage__caption { left: 16px; top: 16px; max-width: calc(100% - 32px); line-height: 1.45; }.machine-stage__content { padding: 42px 25px; }
  .honours { min-height: 930px; }.honours__content { padding-top: 90px; }.honours__year { margin-top: 80px; }.honours h2 { font-size: 91px; }.honours__lead { font-size: 18px; }.honours__cards { margin-top: 55px; }.honours__cards article { min-height: 132px; padding: 17px; }.honours__cards strong { font-size: 12px; }
  .roster { margin-top: 70px; }.roster__filters { grid-template-columns: 1fr; }.roster-filter { height: 53px; border-right: 0; border-bottom: 1px solid #bbb; }.roster__list article { min-height: 155px; padding: 18px; }.roster__list strong { font-size: 25px; }
  .crew-note { grid-template-columns: 1fr; gap: 28px; padding: 30px; }.crew-note__mark { display: none; }
  .season { padding-bottom: 95px; }
  .season__heading { margin-top: 60px; }
  .season__toolbar { display: block; margin-top: 55px; overflow: hidden; }
  .season__filters { overflow-x: auto; scrollbar-width: none; }
  .season__filters::-webkit-scrollbar { display: none; }
  .season-filter { min-width: 112px; flex: 0 0 auto; }
  .season__arrows { display: none; }
  .season__track { grid-auto-columns: minmax(270px, 84vw); }
  .season-card { min-height: 390px; padding: 24px 22px; }
  .season__legend { justify-content: flex-start; gap: 18px; overflow-x: auto; white-space: nowrap; }
  .gallery__heading > p { margin-top: 35px; text-align: left; }.gallery-filters { grid-template-columns: repeat(2, 1fr); margin-top: 45px; }.gallery-filter:nth-child(2) { border-right: 0; }.gallery-filter:nth-child(-n+2) { border-bottom: 1px solid #333; }.gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 230px; margin-top: 8px; }.gallery-item--wide { grid-column: auto; }.gallery-item--tall { grid-row: span 2; }
  .connect__grid { grid-template-columns: 1fr; margin-top: 55px; }
  .social-card__main { min-height: 380px; padding: 26px 22px; }
  .social-card__copy { padding: 0 22px; }
  .connect__contact { grid-template-columns: 1fr; gap: 24px; padding: 30px 22px; }
  .connect__actions { grid-column: auto; width: 100%; }
  .connect__contact .button { width: 100%; }
  .finale { min-height: 690px; }.finale h2 { font-size: 57px; }.finale p br { display: none; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 20px 24px; }.footer-note, .footer-bottom { grid-column: 1; }.footer-bottom { display: grid; gap: 8px; }
  .lightbox { padding: 70px 12px; }.lightbox__prev, .lightbox__next { top: auto; bottom: 14px; transform: none; }.lightbox__prev { left: 14px; }.lightbox__next { right: 14px; }.lightbox p { width: 60%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .js .stagger-item { opacity: 1; transform: none; }
  .parallax-media { transform: none; }
  .speed-cursor { display: none; }
}
