@font-face {
  font-family: Inter;
  src: url("../assets/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #171d25;
  --muted: #72767c;
  --line: #e0e2e4;
  --yellow: #f6bd24;
  --blue: #047fb9;
  --page: 1440px;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: 0;
  background: none;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
::selection {
  background: #f8d265;
  color: #15191d;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 14px;
  background: var(--yellow);
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 4.5%;
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 850;
  letter-spacing: -0.06em;
  font-size: 23px;
  line-height: 1;
}
.brand small {
  display: block;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.47em;
  text-align: center;
  margin-top: 6px;
}
.brand-symbol {
  border: 2px solid var(--ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 32px;
  height: 37px;
  width: 33px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  background: var(--ink);
  color: white;
  letter-spacing: 0;
}
.site-header nav {
  display: flex;
  gap: 27px;
  font-size: 12px;
  font-weight: 500;
}
.site-header nav a {
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
}
.site-header nav a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--ink);
  transition: width 0.25s;
}
.site-header nav a:hover:after {
  width: 100%;
}
.season {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #83878b;
  white-space: nowrap;
}
.season b {
  margin-left: 6px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1672/941;
  width: 100%;
  overflow: hidden;
  background: #f9fafb;
  outline-offset: -4px !important;
}
.hero-ground {
  position: absolute;
  inset: 0;
  background: url("../assets/hero-background.webp") center/100% 100% no-repeat;
  z-index: -1;
}
.hero-quote {
  position: absolute;
  top: 12.4%;
  left: 27%;
  width: 46%;
  text-align: center;
  z-index: 5;
}
.hero-quote p {
  font-size: clamp(22px, 2.48vw, 44px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.012em;
  text-wrap: balance;
}
.hero-quote cite {
  display: block;
  font-style: normal;
  font-weight: 350;
  font-size: clamp(14px, 1.4vw, 25px);
  letter-spacing: 0.04em;
  margin-top: 1vw;
}
.hero-quote.is-long p {
  font-size: clamp(18px, 2vw, 34px);
}
.hero-quote.is-extra-long p {
  font-size: clamp(15px, 1.65vw, 28px);
}
.hero-control {
  position: absolute;
  top: 16%;
  width: 30%;
  height: 40%;
  padding: 0;
  z-index: 2;
  transition: filter 0.25s;
}
.hero-control:hover {
  filter: brightness(0.975);
}
.hero-prev {
  left: 0;
}
.hero-next {
  right: 0;
}
.control-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 83%;
  overflow: visible;
}
.control-label {
  position: absolute;
  top: 21%;
  left: 9.5%;
  right: 9%;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: clamp(9px, 0.8vw, 14px);
  letter-spacing: 0.42em;
  font-weight: 650;
  white-space: nowrap;
}
.control-label svg {
  width: 2.5vw;
  min-width: 27px;
  max-width: 46px;
  height: auto;
  fill: var(--ink);
  flex: none;
}
.control-label i {
  height: 1px;
  background: linear-gradient(90deg, #454b53, transparent);
  flex: 1;
}
.hero-next .control-label i {
  background: linear-gradient(90deg, transparent, #454b53);
}
.side-car {
  position: absolute;
  width: 89%;
  height: 54%;
  object-fit: contain;
  object-position: center bottom;
  bottom: 0;
  max-width: none;
  filter: drop-shadow(0 10px 4px #22334425);
}
.hero-prev .side-car {
  left: -11%;
}
.hero-next .side-car {
  right: -12%;
}
.hero-car-stage {
  position: absolute;
  left: 14%;
  width: 72%;
  top: 29%;
  height: 42%;
  z-index: 3;
  pointer-events: none;
}
.car-slide {
  position: absolute;
  inset: 0;
  will-change: transform;
  transform: translateX(0);
}
.main-car {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 4px #26313e35);
}
.car-reflection {
  position: absolute;
  top: 99%;
  width: 100%;
  height: 90%;
  object-fit: fill;
  transform: scaleY(-1);
  opacity: 0.19;
  filter: blur(3px);
  mask-image: linear-gradient(to top, #000, transparent 65%);
}
.hero-pagination {
  position: absolute;
  z-index: 5;
  bottom: 12.6%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 24px;
}
.pagination-line {
  height: 1px;
  width: 70px;
  background: linear-gradient(90deg, transparent, #697079);
}
.pagination-line:last-child {
  transform: scaleX(-1);
}
#hero-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
#hero-dots button {
  padding: 9px;
  display: grid;
  place-items: center;
}
#hero-dots button:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #282d33;
  border-radius: 50%;
  transition: background 0.25s;
}
#hero-dots button[aria-current="true"]:after {
  background: #101319;
  border-color: #101319;
}
.hero-scroll {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #5c6168;
  white-space: nowrap;
}
.hero-scroll span {
  font-size: 18px;
  letter-spacing: 0;
}
.section {
  max-width: var(--page);
  margin: auto;
  padding: 112px 6%;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 62px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.19em;
  font-weight: 600;
  margin-bottom: 22px;
  color: #777c82;
  line-height: 1.5;
}
h2 {
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.065em;
}
h2 em {
  letter-spacing: -0.07em;
}
.section-intro {
  font-size: 17px;
  line-height: 1.5;
  color: #6b7077;
  max-width: 340px;
  letter-spacing: -0.025em;
}
.races-section {
  padding-bottom: 95px;
}
.race-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8%;
  align-items: center;
}
.globe-column {
  min-width: 0;
}
.globe-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1.02;
  isolation: isolate;
}
.globe-stage:before {
  content: "";
  position: absolute;
  inset: 4% 5% 10%;
  border: 1px solid #edf0f2;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
#globe {
  position: absolute;
  inset: 0 0 8%;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}
#globe canvas {
  outline-offset: -8px !important;
}
.globe-shadow {
  position: absolute;
  bottom: 0%;
  left: 21%;
  width: 58%;
  height: 7%;
  border-radius: 50%;
  background: radial-gradient(ellipse, #54627835, transparent 68%);
  filter: blur(8px);
  z-index: -1;
}
.globe-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 13px;
  color: #8a9097;
  pointer-events: none;
}
.globe-loading[hidden] {
  display: none;
}
.globe-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 8% 12px;
}
.text-button {
  font-size: 12px;
  border-bottom: 1px solid #bec2c6;
  padding: 7px 0;
  letter-spacing: 0.01em;
}
.text-button:hover {
  border-color: #161a21;
}
.zoom-controls {
  display: flex;
  gap: 5px;
}
.zoom-controls button {
  height: 32px;
  width: 32px;
  border: 1px solid #e1e4e7;
  border-radius: 50%;
  font-size: 17px;
  display: grid;
  place-items: center;
}
.zoom-controls button:hover {
  background: #f4f6f7;
}
.globe-status {
  text-align: center;
  min-height: 34px;
  font-size: 11px;
  color: #79818b;
  padding: 4px 20px;
  line-height: 1.5;
}
#globe-credits {
  text-align: center;
  font-size: 9px;
  opacity: 0.65;
  min-height: 20px;
}
#globe-credits .cesium-credit-logoContainer {
  display: none;
}
#globe-credits a {
  color: #68717b;
}
.cesium-viewer-bottom {
  display: none;
}
.list-heading {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #82878c;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.list-heading span:first-child {
  font-weight: 650;
  color: #323840;
}
.race-row {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 19px 9px 19px 0;
  border-bottom: 1px solid var(--line);
  gap: 25px;
  position: relative;
  transition:
    padding 0.25s,
    background 0.25s;
}
.race-row:hover,
.race-row[aria-pressed="true"] {
  padding-left: 14px;
  padding-right: 0;
  background: #f8f9f9;
}
.race-row[aria-pressed="true"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  background: var(--yellow);
}
.race-date {
  width: 38px;
  flex: none;
}
.race-date b {
  font-weight: 500;
  display: block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.race-date small {
  font-size: 9px;
  letter-spacing: 0.09em;
  display: block;
  margin-top: 5px;
}
.race-info {
  flex: 1;
}
.race-info strong {
  font-size: 17px;
  letter-spacing: -0.03em;
  font-weight: 500;
  display: block;
}
.race-info small {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #858a90;
  display: block;
  margin-top: 7px;
}
.race-arrow {
  font-size: 20px;
  color: #a4a9af;
  margin-left: auto;
}
.race-row[aria-pressed="true"] .race-arrow {
  color: #191e26;
  transform: rotate(-35deg);
}
.academy-section {
  border-top: 1px solid var(--line);
  padding-bottom: 100px;
}
.academy-section .section-heading {
  margin-bottom: 12px;
}
.academy-section h2 {
  font-size: clamp(40px, 4.8vw, 73px);
}
.slash {
  font-family: var(--serif);
  font-weight: 400;
  color: #b8bcc0;
}
.small-tag {
  font-size: 9px;
  letter-spacing: 0.15em;
  white-space: nowrap;
  border: 1px solid #d9dde1;
  padding: 10px 14px;
  border-radius: 30px;
  margin-bottom: 8px;
}
.academy-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 2.25;
  cursor: crosshair;
  margin: 15px 0 45px;
}
.academy-word {
  position: absolute;
  top: 0;
  left: 3%;
  font-size: clamp(60px, 13.3vw, 190px);
  font-weight: 750;
  color: #f0f2f3;
  white-space: nowrap;
  letter-spacing: -0.09em;
  line-height: 1.2;
  z-index: -1;
}
.academy-yellow,
.academy-blue {
  position: absolute;
  left: 0;
  top: 6%;
  width: 100%;
  height: 91%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 18px 7px #21364b1a);
}
.academy-blue {
  clip-path: circle(0 at 50% 50%);
  transition: clip-path 0.15s linear;
}
.academy-visual.is-revealed .academy-blue {
  clip-path: circle(150% at 50% 50%) !important;
}
.reveal-hint {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #91979d;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reveal-hint > span {
  border: 1px solid #d4d8dc;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  font-size: 17px;
}
.academy-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.academy-copy h3 {
  font-size: clamp(26px, 2.6vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1.2;
  font-weight: 550;
}
.academy-copy p {
  font-size: 14px;
  line-height: 1.85;
  color: #737980;
  margin-bottom: 14px;
}
.drivers-section {
  padding-top: 60px;
}
.drivers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px 22px;
  align-items: start;
}
.driver-card {
  position: relative;
  min-width: 0;
  display: block;
  isolation: isolate;
}
.driver-card:nth-child(4n + 2),
.driver-card:nth-child(4n + 4) {
  transform: translateY(50px);
}
.driver-frame {
  position: relative;
  aspect-ratio: 0.78;
  overflow: hidden;
  background: #f3f4f4;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 68% 90%, 57% 100%, 0 100%);
  border-radius: 7px;
}
.driver-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px #c7cdd2;
  border-radius: 7px;
  pointer-events: none;
}
.driver-portrait,
.driver-alternate {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition:
    clip-path 0.55s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.65s,
    filter 0.65s;
}
.driver-portrait {
  filter: saturate(0.65);
  object-position: 50% 15%;
}
.driver-alternate {
  clip-path: circle(0 at 50% 50%);
  object-position: center;
}
.driver-card:hover .driver-alternate,
.driver-card:focus-visible .driver-alternate {
  clip-path: circle(80% at 50% 50%);
  transform: scale(1.04);
}
.driver-card:hover .driver-portrait {
  filter: saturate(1);
}
.driver-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  padding: 13px 1px;
}
.driver-label h3 {
  font-weight: 550;
  letter-spacing: -0.02em;
}
.driver-label span {
  font-size: 9px;
  color: #8b9096;
}
.drivers-grid {
  padding-bottom: 60px;
}
.sponsors-section {
  overflow: hidden;
  background: #f9faf8;
  position: relative;
}
.sponsors-inner {
  position: relative;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 95px;
}
.sponsors-inner .section-heading {
  max-width: 1260px;
  margin: 0 auto 75px;
  position: relative;
  z-index: 1;
}
.sponsor-backdrop {
  position: absolute;
  left: -3%;
  top: 1%;
  font-family: var(--serif);
  font-size: clamp(150px, 27vw, 470px);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.08em;
  color: #f6c436;
  transform: rotate(-13deg);
  opacity: 0.83;
  pointer-events: none;
  white-space: nowrap;
}
.sponsors-section .section-intro {
  color: #444b50;
}
.sponsor-marquee {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 -7%;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.sponsor-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.sponsor-marquee:hover .sponsor-track,
.sponsor-marquee:focus-within .sponsor-track {
  animation-play-state: paused;
}
.sponsor-group {
  display: flex;
  gap: 75px;
  align-items: center;
  padding: 0 37.5px;
}
.sponsor-group a {
  display: grid;
  place-items: center;
  width: 155px;
  height: 76px;
}
.sponsor-group img {
  max-width: 145px;
  max-height: 60px;
  object-fit: contain;
  filter: brightness(0);
  transition: opacity 0.2s;
}
.sponsor-group a:hover img {
  opacity: 0.6;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.vaillant-section .section-heading {
  align-items: center;
}
.vaillant-logo {
  width: 240px;
  height: 85px;
  object-fit: contain;
}
.comic-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 18px;
}
.comic-panel {
  position: relative;
  border: 2px solid #20252b;
  overflow: hidden;
  background: #edf5fa;
}
.comic-main {
  grid-column: 1;
  aspect-ratio: 1.55;
}
.comic-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.comic-panel:hover img {
  transform: scale(1.035);
}
.comic-caption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 95%;
  background: #fff;
  color: #171d24;
  border-right: 2px solid #20252b;
  border-bottom: 2px solid #20252b;
  padding: 12px 18px;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 650;
  transform: skew(-4deg);
  transform-origin: top left;
}
.comic-side {
  grid-column: 1;
  aspect-ratio: 2.6;
}
.comic-side img {
  object-position: center 50%;
}
.comic-side .comic-caption {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border: 0;
  border-top: 2px solid;
  border-left: 2px solid;
  background: #f7c13d;
}
.comic-story {
  grid-column: 2;
  grid-row: 1/3;
  padding: 42px 30px 25px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px solid #dadfe4;
  border-bottom: 1px solid #dadfe4;
}
.comic-story > img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-bottom: 28px;
  mix-blend-mode: multiply;
}
.comic-story .eyebrow {
  font-size: 9px;
  letter-spacing: 0.11em;
}
.comic-story h3 {
  font-size: clamp(36px, 4.3vw, 62px);
  font-weight: 550;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin-bottom: 25px;
}
.comic-story > p:not(.eyebrow) {
  font-size: 14px;
  color: #717780;
  line-height: 1.8;
}
.comic-signoff {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 650;
  margin-top: 40px;
  padding-bottom: 9px;
  border-bottom: 2px solid #e8bb2f;
}
.social-section {
  padding-top: 45px;
}
.social-profile {
  font-size: 13px;
  border-bottom: 1px solid #9fa6ad;
  padding-bottom: 9px;
  display: flex;
  gap: 28px;
}
.social-profile span {
  font-size: 18px;
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.instagram-card {
  background: #f5f6f6;
  border-radius: 18px;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.instagram-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 35px #182c3b12;
}
.instagram-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.instagram-card:hover img {
  transform: scale(1.035);
}
.instagram-image span {
  position: absolute;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #ffffffd9;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.instagram-copy {
  padding: 18px;
}
.instagram-copy small {
  font-size: 11px;
  letter-spacing: 0.11em;
  color: #91969d;
}
.social-note {
  font-size: 11px;
  color: #989da3;
  text-align: right;
  margin-top: 20px;
}
.site-footer {
  border-top: 1px solid #e6e9eb;
  padding: 55px 6% 26px;
  background: #fafbfb;
}
.footer-top,
.footer-bottom {
  max-width: 1260px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top p {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.back-top {
  width: 49px;
  height: 49px;
  border: 1px solid #ccd1d6;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  transition: background 0.2s;
}
.back-top:hover {
  background: white;
}
.footer-bottom {
  border-top: 1px solid #e2e5e7;
  padding-top: 23px;
  font-size: 10px;
  color: #8b9198;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.footer-bottom a:hover {
  color: #151b22;
}
.no-js {
  padding: 25px;
  background: #fff4b9;
}
.reveal-in {
  animation: reveal-in 0.8s both;
}
@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-car-stage {
  top: 23%;
  height: auto;
  aspect-ratio: 1983/793;
}
.main-car {
  height: auto;
}
.hero-quote {
  left: 26%;
  width: 48%;
}
.hero-quote p {
  font-weight: 450;
}
.hero-quote cite {
  font-weight: 350;
}
.car-reflection {
  top: 83%;
  height: 100%;
  object-fit: contain;
}
#globe-credits {
  display: none;
}
#globe-credits .cesium-widget-credits {
  position: static !important;
  display: block !important;
  font-size: 9px;
  text-align: center;
}
#globe-credits .cesium-credit-logoContainer {
  display: inline !important;
}
#globe-credits img {
  display: inline;
  max-height: 16px;
  width: auto;
  vertical-align: middle !important;
}
.globe-shadow {
  background: radial-gradient(ellipse, #52607345, transparent 70%);
}
.academy-copy p,
.comic-story > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.75;
}
.academy-mask-layer {
  position: absolute;
  left: 0;
  top: 6%;
  width: 100%;
  height: 91%;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 18px 7px #21364b1a);
}
@media (min-width: 1700px) {
  .hero {
    max-height: 1050px;
  }
  .hero-quote p {
    font-size: 44px;
  }
  .hero-quote cite {
    font-size: 25px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 4%;
    gap: 20px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 11px;
  }
  .season {
    display: none;
  }
  .section {
    padding: 85px 5%;
  }
  .section-heading {
    margin-bottom: 45px;
  }
  .race-layout {
    gap: 5%;
  }
  .race-row {
    gap: 18px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .race-info strong {
    font-size: 15px;
  }
  .race-date b {
    font-size: 26px;
  }
  .drivers-grid {
    gap: 22px 16px;
  }
  .driver-label {
    font-size: 10px;
  }
  .comic-story {
    padding: 28px;
  }
  .sponsors-inner {
    padding: 90px 5%;
  }
  .hero-quote p {
    font-size: 2.55vw;
  }
  .hero-quote cite {
    font-size: 1.5vw;
  }
  .hero-quote.is-long p {
    font-size: 2.1vw;
  }
  .hero-quote.is-extra-long p {
    font-size: 1.8vw;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }
  .site-header {
    height: 72px;
    padding: 0 6%;
  }
  .brand {
    font-size: 20px;
  }
  .brand-symbol {
    height: 32px;
    width: 28px;
    font-size: 22px;
    line-height: 27px;
  }
  .brand small {
    font-size: 7px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
  .menu-toggle span {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--ink);
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fffffff7;
    backdrop-filter: blur(15px);
    padding: 25px 6%;
    box-shadow: 0 15px 15px #10182008;
    font-size: 16px;
    gap: 5px;
  }
  .site-header nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .hero {
    aspect-ratio: auto;
    height: 650px;
    max-height: calc(100svh - 72px);
    min-height: 520px;
  }
  .hero-ground {
    background-size: auto 100%;
  }
  .hero-quote {
    top: 10%;
    left: 8%;
    width: 84%;
  }
  .hero-quote p {
    font-size: clamp(22px, 4.5vw, 30px);
    line-height: 1.22;
  }
  .hero-quote cite {
    font-size: 15px;
    margin-top: 18px;
  }
  .hero-quote.is-long p {
    font-size: 21px;
  }
  .hero-quote.is-extra-long p {
    font-size: 18px;
  }
  .hero-car-stage {
    top: 39%;
    left: -6%;
    width: 112%;
    height: 33%;
  }
  .hero-control {
    top: 34%;
    width: 42%;
    height: 23%;
  }
  .control-label {
    top: 5%;
    left: 12%;
    right: 12%;
    font-size: 8px;
    letter-spacing: 0.2em;
    gap: 12px;
  }
  .control-label svg {
    min-width: 22px;
    width: 22px;
  }
  .control-panel {
    height: 100%;
    top: -20%;
  }
  .side-car {
    height: 53%;
    width: 110%;
    bottom: 4%;
  }
  .hero-prev .side-car {
    left: -25%;
  }
  .hero-next .side-car {
    right: -25%;
  }
  .hero-pagination {
    bottom: 12%;
    gap: 12px;
  }
  .pagination-line {
    width: 35px;
  }
  #hero-dots {
    gap: 2px;
  }
  #hero-dots button {
    padding: 9px;
  }
  #hero-dots button:after {
    width: 9px;
    height: 9px;
  }
  .hero-scroll {
    bottom: 4%;
  }
  .desktop-break {
    display: none;
  }
  .section {
    padding: 70px 6%;
  }
  .section-heading {
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 50px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .section-intro {
    font-size: 14px;
    max-width: 185px;
  }
  .race-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .globe-column {
    width: 100%;
    max-width: 460px;
  }
  .globe-stage {
    aspect-ratio: 1.08;
  }
  .race-list-column {
    width: 100%;
  }
  .globe-toolbar {
    padding-top: 7px;
  }
  .race-row {
    padding: 18px 6px 18px 0;
  }
  .race-info strong {
    font-size: 18px;
  }
  .race-date b {
    font-size: 28px;
  }
  .race-info small {
    font-size: 9px;
  }
  .race-date {
    width: 40px;
  }
  .academy-section h2 {
    font-size: 42px;
  }
  .academy-section .section-heading {
    display: block;
  }
  .small-tag {
    display: inline-block;
    margin-top: 22px;
    font-size: 8px;
  }
  .academy-visual {
    margin-top: 30px;
    aspect-ratio: 1.9;
    width: 112%;
    left: -6%;
  }
  .academy-word {
    font-size: 15vw;
    left: 6%;
    top: -5%;
  }
  .reveal-hint {
    font-size: 7px;
    gap: 7px;
    bottom: -10px;
  }
  .academy-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 25px;
  }
  .academy-copy h3 {
    font-size: 30px;
  }
  .academy-copy p {
    font-size: 14px;
  }
  .drivers-section .section-heading {
    display: block;
  }
  .drivers-section .section-intro {
    margin-top: 22px;
    max-width: none;
  }
  .drivers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 15px;
    padding-bottom: 36px;
  }
  .driver-card:nth-child(4n + 2),
  .driver-card:nth-child(4n + 4) {
    transform: translateY(32px);
  }
  .driver-label {
    font-size: 11px;
    display: block;
  }
  .driver-label span {
    display: block;
    margin-top: 5px;
    font-size: 8px;
  }
  .sponsors-inner {
    padding: 75px 6%;
  }
  .sponsors-inner .section-heading {
    margin-bottom: 50px;
  }
  .sponsors-inner .section-intro {
    max-width: 180px;
    font-size: 14px;
  }
  .sponsor-backdrop {
    font-size: 210px;
    left: -16%;
    top: 17%;
  }
  .sponsor-group {
    gap: 35px;
    padding: 0 17.5px;
  }
  .sponsor-group a {
    width: 125px;
  }
  .sponsor-group img {
    max-width: 115px;
    max-height: 47px;
  }
  .vaillant-section .section-heading {
    align-items: flex-end;
  }
  .vaillant-logo {
    width: 110px;
    height: 55px;
  }
  .vaillant-section h2 {
    font-size: 44px;
  }
  .comic-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .comic-main {
    grid-column: 1;
    aspect-ratio: 1.5;
  }
  .comic-side {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 1.8;
  }
  .comic-story {
    grid-column: 1;
    grid-row: 3;
    padding: 32px 10px;
    display: block;
  }
  .comic-story > img {
    float: right;
    width: 50px;
    height: 50px;
  }
  .comic-story h3 {
    font-size: 45px;
  }
  .comic-signoff {
    display: inline-block;
    margin-top: 25px;
  }
  .comic-caption {
    font-size: 8px;
    padding: 10px 12px;
  }
  .social-section .section-heading {
    display: block;
  }
  .social-profile {
    display: inline-flex;
    margin-top: 25px;
    font-size: 12px;
  }
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .instagram-card {
    border-radius: 12px;
  }
  .instagram-copy {
    padding: 13px;
  }
  .instagram-copy small {
    font-size: 10px;
  }
  .social-note {
    font-size: 10px;
    text-align: left;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 35px;
  }
  .footer-top p {
    font-size: 24px;
    order: 3;
    width: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 22px;
    line-height: 1.5;
  }
  .footer-bottom > div {
    gap: 18px;
  }
  .footer-bottom > span:last-child {
    width: 100%;
    font-size: 9px;
  }
}
.academy-visual {
  user-select: none;
  -webkit-user-select: none;
}
.academy-visual img {
  -webkit-user-drag: none;
}
.sponsor-group img {
  transform: scale(1.2);
}
@media (max-width: 760px) {
  .hero-car-stage {
    left: 1%;
    width: 98%;
    height: auto;
    top: 40%;
    aspect-ratio: 1983/793;
  }
  .car-reflection {
    height: 100%;
    top: 83%;
  }
  .hero-quote {
    left: 8%;
    width: 84%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .sponsor-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }
  .sponsor-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  .sponsor-group[aria-hidden="true"] {
    display: none;
  }
}

/* Editorial update: official identities and the two Academy missions. */
.brand {
  flex: 0 0 auto;
}
.brand-logo {
  width: 215px;
  height: auto;
}
.academy-copy {
  display: block;
}
.academy-manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: start;
  margin-bottom: 42px;
}
.academy-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.academy-pillar {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.pillar-heading {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.pillar-heading img {
  flex: none;
  width: 130px;
  height: 90px;
  object-fit: contain;
}
.pillar-heading .meka-logo {
  width: 170px;
}
.pillar-heading h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.academy-copy p {
  font-size: 16px;
}
.pitwall-credit {
  display: block;
  color: #7b828a;
  font-size: 12px;
  margin-top: 18px;
}
.comic-layout {
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 4%;
}
.vaillant-montage {
  margin: 0;
  min-width: 0;
}
.vaillant-montage img {
  width: 100%;
  height: auto;
}
.comic-story {
  grid-row: auto;
  padding: 32px 0;
}
.comic-story > p + p {
  margin-top: 16px;
}
.footer-top p {
  max-width: 650px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.4;
}
.back-top {
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .pillar-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .comic-layout {
    grid-template-columns: 1.2fr 1fr;
  }
  .footer-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .brand-logo {
    width: 200px;
  }
  .races-section .section-heading {
    flex-direction: column;
  }
  .races-section .section-intro {
    max-width: none;
  }
  .academy-manifesto,
  .academy-pillars,
  .comic-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .academy-manifesto {
    margin-bottom: 24px;
  }
  .pillar-heading {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .pillar-heading img {
    width: 95px;
    height: 75px;
  }
  .pillar-heading .meka-logo {
    width: 125px;
  }
  .pillar-heading h4 {
    font-size: 16px;
  }
  .comic-story {
    grid-column: 1;
    grid-row: auto;
  }
  .vaillant-section .section-heading {
    flex-wrap: wrap;
  }
  .footer-top p {
    max-width: none;
    font-size: 23px;
  }
}

/* Team cards: supplied secondary photos, no outbound link. */
.driver-frame {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}
.driver-reveal {
  cursor: pointer;
}
.driver-reveal:focus-visible .driver-alternate,
.driver-reveal[aria-pressed="true"] .driver-alternate {
  clip-path: circle(80% at 50% 50%);
}
.driver-card:hover .driver-alternate,
.driver-reveal:focus-visible .driver-alternate,
.driver-reveal[aria-pressed="true"] .driver-alternate {
  transform: none;
}
.driver-label {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 9px;
}
.driver-label h3 {
  font-size: 13px;
}
.driver-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.driver-label .driver-role {
  display: inline-block;
  margin: 0;
  padding: 4px 9px;
  border: 1px solid #dce1e5;
  border-radius: 20px;
  background: #f7f8f8;
  color: #5b646e;
  font-size: 11px;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .driver-label {
    display: flex;
    flex-direction: column;
  }
}

/* Registered Academy renders with a shared live reflection. */
.academy-visual {
  aspect-ratio: 2100 / 1040;
  margin-bottom: 36px;
}
.academy-composite {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.academy-visual .reveal-hint {
  bottom: 0;
}
@media (max-width: 760px) {
  .academy-visual {
    aspect-ratio: 2100 / 1100;
  }
  .academy-composite {
    height: auto;
    aspect-ratio: 2100 / 1040;
  }
}

/* Up to seven complete events remain visible; further rounds scroll inside. */
#race-list {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #aab2ba #f4f5f6;
  padding-right: 8px;
}
#race-list:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}
#race-list .race-row {
  min-height: 96px;
}
#race-list .race-info {
  min-width: 0;
}
#race-list .race-info strong {
  font-size: 16px;
  line-height: 1.35;
}
#race-list .race-info small {
  line-height: 1.5;
}
.race-date .race-year {
  font-size: 10px;
  letter-spacing: 0;
  color: #7b828a;
  margin-top: 4px;
}
.race-scroll-hint {
  text-align: right;
  color: #7b828a;
  font-size: 12px;
  padding: 14px 8px 0;
}
.race-empty {
  padding: 30px 0;
  color: #727a84;
  line-height: 1.6;
}

/* The partners jointly support engineering and the Academy. */
.academy-copy-unified { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.academy-partner-logos { display: flex; align-items: center; gap: 34px; margin-top: 35px; }
.academy-partner-logos img { width: 135px; height: 100px; object-fit: contain; }
.academy-partner-logos img + img { width: 185px; }
.academy-text p { margin-bottom: 20px; }
@media (max-width:760px) {
 .academy-copy-unified { grid-template-columns: 1fr; gap: 28px; }
 .academy-partner-logos { gap: 24px; margin-top: 22px; }
 .academy-partner-logos img { width: 110px; height: 75px; }
 .academy-partner-logos img + img { width: 160px; }
}

/* Integrated driver signature: stable across both photographs. */
.driver-frame { clip-path: none; border-radius: 10px; }
.driver-portrait, .driver-alternate { object-position: center; image-rendering: auto; }
.driver-label {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  min-height: 110px;
  padding: 44px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(transparent, rgba(10,15,21,.78) 65%, rgba(10,15,21,.9));
  color: white;
  pointer-events: none;
}
.driver-label h3 { font-size: clamp(14px,1.25vw,18px); font-weight: 600; line-height: 1.22; letter-spacing: -.025em; }
.driver-label .driver-role {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #f4f5f6;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.driver-role::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.driver-reveal:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
@media (max-width:760px) {
  .driver-label { padding: 34px 11px 13px; min-height: 94px; gap: 7px; }
  .driver-label h3 { font-size: 13px; }
  .driver-label .driver-role { font-size: 8px; }
}
/* RRS: transparent monochrome artwork, cropped to its ink bounds. */
.sponsor-group img[alt="RRS"] {
  width: 145px;
  height: 38px;
  object-fit: contain;
  filter: none;
}
.social-title {
  display: flex;
  align-items: center;
  gap: .22em;
}
.instagram-title-icon {
  width: .48em;
  height: .48em;
  flex: 0 0 auto;
}

/* The navigation returns as soon as the visitor scrolls upward. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: transform .25s ease;
}
.site-header.is-scroll-hidden { transform: translateY(-101%); }
.site-header:focus-within { transform: translateY(0); }
@media(prefers-reduced-motion: reduce) { .site-header { transition: none; } }

.contact-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:7%; padding:55px 0 65px; border-top:1px solid #e2e5e8; }
.contact-intro { padding-top:35px; }
.contact-intro h2 { font-size:clamp(36px,4.4vw,64px); line-height:1.04; letter-spacing:-.055em; margin:20px 0 24px; }
.contact-intro > p:not(.eyebrow) { max-width:350px; font-size:15px; line-height:1.8; color:#75808b; }
.contact-signature { display:block; margin-top:35px; font-size:9px; letter-spacing:.15em; color:#717983; }
.contact-signature > span { font-size:25px; color:#171d25; margin-left:15px; }
.contact-folder { min-width:0; }
.contact-tabs { border:0; padding:0; margin:0; display:flex; gap:5px; }
.contact-tabs label { position:relative; cursor:pointer; flex:1; max-width:230px; }
.contact-tabs input { position:absolute; opacity:0; width:1px; height:1px; }
.contact-tabs label > span { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:19px 28px 17px 22px; border-radius:12px 23px 0 0; border:1px solid #dce0e4; border-bottom:0; background:#edf0f2; font-size:13px; color:#777f89; transition:background .2s,color .2s; }
.contact-tabs label > span > span { font-size:9px; opacity:.55; }
.contact-tabs input:checked + span { background:#fff; color:#171d25; box-shadow:inset 0 3px #f6bd24; position:relative; z-index:1; }
.contact-tabs input:checked + span::after { content:''; position:absolute; height:2px; bottom:-1px; background:white; left:0; right:0; }
.contact-tabs input:focus-visible + span { outline:2px solid #171d25; outline-offset:3px; }
.contact-sheet { background:white; border:1px solid #dce0e4; border-radius:0 12px 12px 12px; padding:28px; box-shadow:0 12px 30px #1c273505; }
.contact-file-header { display:flex; justify-content:space-between; gap:12px; color:#939ba4; font-size:8px; letter-spacing:.13em; border-bottom:1px solid #e9ecee; padding-bottom:16px; }
.contact-prompt { color:#66717c; font-size:13px; line-height:1.65; min-height:43px; margin:18px 0 24px; }
.contact-fields { display:grid; grid-template-columns:1fr 1fr; gap:22px 20px; }
.contact-fields label { display:block; font-size:12px; font-weight:550; }
.contact-full { grid-column:1/-1; }
.contact-fields input,.contact-fields textarea { display:block; width:100%; margin-top:9px; background:#fafbfc; border:1px solid #dfe3e6; border-radius:5px; padding:12px; color:#171d25; font:inherit; font-weight:400; }
.contact-fields textarea { resize:vertical; min-height:110px; }
.contact-fields input:focus,.contact-fields textarea:focus { outline:2px solid #f6bd24; outline-offset:2px; }
.contact-fields small,.contact-optional { color:#8a929a; font-size:10px; font-weight:400; }
.contact-fields small { display:block; margin-top:7px; }
.contact-submit-row { display:flex; gap:20px; align-items:center; justify-content:space-between; margin-top:24px; }
.contact-submit-row p { max-width:250px; font-size:10px; line-height:1.6; color:#939ba4; }
.contact-submit-row button { display:flex; gap:25px; align-items:center; padding:13px 20px; border-radius:5px; background:#171d25; color:white; font:inherit; font-size:12px; cursor:pointer; }
.contact-submit-row button:focus-visible { outline:3px solid #f6bd24; outline-offset:3px; }
.contact-feedback { margin-top:16px; padding:14px; background:#f7f8f3; border-left:2px solid #f6bd24; font-size:12px; line-height:1.7; }
@media(max-width:900px) { .contact-section { grid-template-columns:1fr; gap:32px; } .contact-intro { padding-top:0; } .contact-intro h2 br { display:none; } }
@media(max-width:480px) { .contact-sheet { padding:19px; } .contact-tabs label > span { padding:16px 15px; font-size:12px; } .contact-fields { grid-template-columns:1fr; } .contact-submit-row { flex-direction:column; align-items:stretch; gap:10px; } .contact-submit-row button { justify-content:space-between; } }

/* Academy: a shared identity above two equally supported missions. */
.academy-story { border-top:1px solid #dfe3e7; padding-top:38px; }
.academy-story-heading { display:flex; align-items:center; justify-content:space-between; gap:48px; margin-bottom:36px; }
.academy-story-lead { flex:1 1 auto; min-width:0; }
.academy-story-heading h3 { font-size:clamp(25px,2.6vw,37px); letter-spacing:-.04em; line-height:1.16; margin:0; }
.academy-shared-partners { flex:0 0 auto; border-left:1px solid #e3e6e9; padding-left:36px; }
.academy-shared-partners > span { display:block; font-size:8px; color:#858c95; letter-spacing:.13em; }
.academy-shared-partners .academy-partner-logos { margin:12px 0 0; gap:28px; }
.academy-shared-partners .academy-partner-logos img:first-child { width:92px; height:62px; }
.academy-shared-partners .academy-partner-logos img:last-child { width:166px; height:62px; }
.academy-partner-stack { display:flex; flex-direction:column; align-items:center; width:max-content; }
.academy-partner-by { font-size:8px; color:#858c95; letter-spacing:.13em; margin-top:20px; }
.academy-partner-school { display:block; width:160px; height:auto; margin-top:8px; }
.academy-story-intro { max-width:850px; font-size:15px; line-height:1.85; color:#737d88; margin:30px 0 0; }
.academy-missions { display:grid; grid-template-columns:1fr 1fr; gap:0; border-top:1px solid #e4e7ea; }
.academy-missions article { padding:28px 40px 26px 0; }
.academy-missions article + article { border-left:1px solid #e4e7ea; padding-left:40px; padding-right:0; }
.academy-mission-index { display:flex; align-items:center; gap:9px; font-size:9px; letter-spacing:.13em; color:#747e88; }
.academy-mission-index::before { content:''; width:15px; height:3px; background:#f6bd24; }
.academy-missions h4 { margin:18px 0; font-size:26px; line-height:1.2; letter-spacing:-.025em; font-weight:550; }
.academy-missions p,.academy-pitwall-note p { font-size:14px; line-height:1.85; color:#737d88; margin:0; }
.academy-pitwall-note { display:flex; gap:25px; align-items:center; background:#f7f8f9; border-radius:6px; padding:22px 28px; }
.academy-data-lines { display:flex; flex-shrink:0; gap:4px; align-items:center; height:35px; }
.academy-data-lines i { width:3px; height:13px; background:#bac2ca; }
.academy-data-lines i:nth-child(2) { height:24px; }
.academy-data-lines i:nth-child(3) { height:34px; background:#f6bd24; }
.academy-data-lines i:nth-child(4) { height:20px; }
@media(max-width:760px) {
 .academy-story-heading { flex-direction:column; align-items:flex-start; gap:25px; margin-bottom:26px; }
 .academy-shared-partners { padding-left:0; border-left:0; }
 .academy-story-intro { margin:22px 0 0; font-size:14px; }
 .academy-missions { grid-template-columns:1fr; }
 .academy-missions article,.academy-missions article + article { padding:25px 0; border-left:0; }
 .academy-missions article + article { border-top:1px solid #e4e7ea; }
 .academy-pitwall-note { padding:20px; gap:16px; align-items:flex-start; }
}
/* Sponsor optical sizing relative to the shared 1.2 scale. */
.sponsor-group img[alt="Alternate"] { transform: scale(1.8); }
.sponsor-group img[alt="Objectif Racing"] { transform: scale(1.5); }

.history-section { padding-top:65px; padding-bottom:55px; border-bottom:1px solid #edf0f2; }
.history-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:25px; margin-bottom:30px; }
.history-heading h2 { font-size:clamp(30px,3.1vw,45px); line-height:1.08; letter-spacing:-.045em; margin:0; }
.history-controls { display:flex; align-items:center; gap:9px; flex-shrink:0; padding-bottom:3px; }
.history-count { margin-right:15px; color:#858e98; font-size:11px; font-variant-numeric:tabular-nums; }
.history-controls button { width:37px; height:37px; border:1px solid #dce1e5; border-radius:50%; background:white; color:#171d25; cursor:pointer; }
.history-controls button:disabled { opacity:.3; cursor:default; }
.history-rail { position:relative; display:flex; overflow-x:auto; overscroll-behavior-x:contain; scrollbar-width:thin; scrollbar-color:#d3d8dd transparent; padding:4px 0 14px; }
.history-stop { position:relative; flex:0 0 170px; display:flex; flex-direction:column; align-items:flex-start; background:none; border:0; padding:0 18px 0 2px; cursor:pointer; text-align:left; color:#88919b; }
.history-stop::before { content:''; position:absolute; top:35px; left:0; right:0; height:1px; background:#dce1e5; }
.history-stop.is-past::before { background:#edc95b; }
.history-date { font-size:10px; line-height:15px; margin-bottom:10px; }
.history-dot { position:relative; display:grid; place-items:center; width:21px; height:21px; font-size:13px; line-height:1; border:1px solid #d7dde2; border-radius:50%; background:white; transition:background .2s,box-shadow .2s; }
.history-stop[aria-selected="true"] { color:#171d25; }
.history-stop[aria-selected="true"] .history-dot { background:#f6bd24; border-color:#f6bd24; box-shadow:0 0 0 4px #f6bd241a; }
.history-stop-title { font-size:11px; line-height:1.45; margin-top:12px; max-width:150px; }
.history-stop:focus-visible { outline:2px solid #d1a321; outline-offset:-2px; border-radius:3px; }
.history-detail { display:grid; grid-template-columns:.85fr 1.15fr; gap:40px; margin-top:20px; padding-top:24px; border-top:1px solid #edf0f2; min-height:145px; }
.history-detail-heading { display:flex; align-items:flex-start; gap:20px; }
.history-year { font-size:clamp(40px,4.5vw,64px); line-height:1; letter-spacing:-.07em; font-weight:650; color:#e4e8eb; }
.history-detail-date { display:block; font-size:9px; color:#89939c; margin:3px 0 8px; }
.history-detail h3 { font-size:18px; line-height:1.25; letter-spacing:-.02em; margin:0; }
.history-copy { font-size:14px; line-height:1.8; color:#747e88; margin:0; white-space:pre-line; }
.history-copy:not(.is-expanded) { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.history-copy p { margin:0 0 12px; }
.history-copy p:last-child { margin-bottom:0; }
.history-copy h4 { font-size:14px; line-height:1.4; font-weight:600; letter-spacing:-.01em; color:#171d25; margin:18px 0 6px; }
.history-copy h4:first-child { margin-top:0; }
.history-more { margin-top:12px; padding:3px 0; background:none; border:0; border-bottom:1px solid #d6b34c; color:#171d25; font-size:11px; cursor:pointer; }
.history-more[hidden] { display:none; }
.history-controls button:focus-visible,.history-more:focus-visible { outline:2px solid #d1a321; outline-offset:3px; }
@media(max-width:760px) { .history-section { padding-top:40px; padding-bottom:35px; } .history-heading { align-items:center; gap:15px; } .history-heading h2 { font-size:28px; } .history-heading .eyebrow { font-size:8px; } .history-controls { flex-wrap:wrap; justify-content:flex-end; max-width:85px; } .history-count { flex-basis:100%; text-align:right; margin:0 4px 2px; } .history-controls button { width:32px; height:32px; } .history-stop { flex-basis:150px; } .history-detail { grid-template-columns:1fr; gap:18px; } .history-detail-heading { gap:20px; } .history-copy { font-size:13px; } }

/* Compact navigation scales to a full garage without a row of tiny dots. */
.hero-pagination { gap:14px; width:280px; }
.hero-step { flex:0 0 44px; height:44px; border:1px solid #cdd2d780; border-radius:50%; background:#ffffff85; color:#171d25; font-size:19px; cursor:pointer; transition:background .2s; }
.hero-step:hover { background:white; }
.hero-picker-control { flex:1; min-width:0; }
.hero-picker-toggle { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; min-height:48px; border:0; background:none; color:#171d25; cursor:pointer; }
.hero-counter { font-size:15px; letter-spacing:.12em; font-variant-numeric:tabular-nums; }
.hero-picker-caption { font-size:7px; letter-spacing:.13em; margin:7px 0; white-space:nowrap; }
.hero-picker-caption span { margin-left:5px; }
.hero-progress { display:block; height:2px; width:100%; background:#c7cdd3; overflow:hidden; }
.hero-progress > span { display:block; height:100%; background:#171d25; transition:width .45s ease; }
.hero-step:focus-visible,.hero-picker-toggle:focus-visible,.car-picker button:focus-visible { outline:2px solid #bd941c; outline-offset:4px; }
body:has(.car-picker[open]) { overflow:hidden; }
.car-picker { width:min(900px,calc(100vw - 48px)); max-height:80dvh; padding:0; border:1px solid #e5e8eb; border-radius:16px; background:#fff; color:#171d25; box-shadow:0 25px 100px #11182730; }
.car-picker::backdrop { background:#171d2555; backdrop-filter:blur(7px); }
.car-picker[open] { display:flex; flex-direction:column; animation:garage-enter .25s ease-out; }
.car-picker-header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:25px 30px 20px; border-bottom:1px solid #edf0f2; }
.car-picker-header p { font-size:8px; letter-spacing:.18em; color:#77818c; margin:0 0 8px; }
.car-picker-header h2 { font-size:25px; letter-spacing:-.04em; margin:0; }
.car-picker-close { flex:0 0 44px; height:44px; border:1px solid #e2e6e9; border-radius:50%; background:white; font-size:25px; cursor:pointer; }
.car-picker-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; padding:24px; overflow-y:auto; overscroll-behavior:contain; }
.car-picker-option { position:relative; display:flex; flex-direction:column; align-items:stretch; min-width:0; padding:12px; border:1px solid #e4e8eb; border-radius:8px; background:#fafbfc; cursor:pointer; color:#171d25; text-align:left; transition:border-color .2s,background .2s; }
.car-picker-option:hover { border-color:#a5adb6; background:white; }
.car-picker-option[aria-current="true"] { border-color:#e4b633; background:#fffcf2; }
.car-picker-number { font-size:9px; letter-spacing:.08em; color:#77818c; }
.car-picker-option img { width:100%; height:auto; aspect-ratio:2.5; object-fit:contain; margin:12px 0; }
.car-picker-name { font-size:10px; line-height:1.5; }
@keyframes garage-enter { from { opacity:0; transform:translateY(15px); } to { opacity:1; transform:translateY(0); } }
@media(max-width:760px) {
 .hero-pagination { width:250px; gap:10px; }
 .car-picker { width:100%; max-width:none; max-height:80dvh; margin:auto 0 0; border-radius:18px 18px 0 0; border-bottom:0; }
 .car-picker-header { padding:20px; }
 .car-picker-header h2 { font-size:22px; }
 .car-picker-grid { grid-template-columns:repeat(2,minmax(0,1fr)); padding:18px 18px max(24px,env(safe-area-inset-bottom)); gap:10px; }
}
@media(prefers-reduced-motion:reduce) { .car-picker[open] { animation:none; } .hero-progress > span { transition:none; } }

.globe-satellite-action { display:block; margin:12px auto 0; padding:10px 16px; border:1px solid #dce1e5; border-radius:20px; background:#fff; color:#171d25; font:inherit; font-size:12px; cursor:pointer; }
.globe-satellite-action[hidden] { display:none; }
.globe-satellite-action:focus-visible { outline:2px solid #d1a321; outline-offset:3px; }

/* White studio renders: blend into the existing bright track without altering liveries. */
.hero-car-stage { aspect-ratio: 2126 / 741; mix-blend-mode: multiply; }
.hero .main-car, .hero .side-car { filter: none; }
.hero .side-car, .car-picker-option img { mix-blend-mode: multiply; }
.hero .car-reflection { top: 80%; height: 100%; }

.hero-control { mix-blend-mode: multiply; }

.contact-fields [hidden] { display: none; }
.contact-required-note { margin-top: 16px; font-size: 10px; color: #8a929a; }
/* Separate foreground depth from the two preview cars. Each moving slide
   blends independently so its white studio canvas never covers its neighbour. */
.hero-car-stage { top: 32%; }
.car-slide { mix-blend-mode: multiply; }
.hero .main-car, .hero .car-reflection { mix-blend-mode: multiply; }
@media (max-width: 760px) {
  .hero-car-stage { top: 48%; }
}
/* Foreground-only exposure overlays; original liveries and previews stay intact. */
.car-motion { position:absolute; inset:0; width:100%; height:100%; overflow:visible; pointer-events:none; }
.car-speed-trail { mix-blend-mode:multiply; }

/* Real RGBA foreground: opaque sponsor whites, no colour-key or multiply. */
.hero-car-stage, .car-slide, .hero .main-car, .hero .car-reflection { mix-blend-mode: normal; }

/* Team colours identify the role labels. */
.driver-card { --driver-accent: #f29a19; }
.driver-card[data-category="meka"],
.driver-card[data-category="engineer"] { --driver-accent: #259fdf; }
.driver-role::before { content: none; }

.driver-label .driver-role { color: var(--driver-accent); }
.driver-reveal:focus-visible { outline-color: var(--driver-accent); }

.driver-label h3 { margin: 0; }

/* Continuous underbody/contact shadow: each render has its own tyre baseline. */
.car-slide { isolation: isolate; }
.car-ground-contact { position:absolute; inset:0; width:100%; height:100%; z-index:1; pointer-events:none; overflow:visible; }
.car-ground-soft { fill:#1d2630; opacity:.3; filter:blur(5px); }
.car-ground-core { fill:#131c23; opacity:.8; filter:blur(2.5px); }
.car-ground-near { fill:#151c22; opacity:.4; filter:blur(2px); }
.hero .main-car { position:relative; z-index:2; }
.hero .car-reflection { z-index:0; }

/* Official Michel Vaillant wordmark as the section heading. */
.vaillant-title { width: min(500px, 100%); }
.vaillant-title img { display: block; width: 100%; height: auto; }
.vaillant-section .section-heading > div { max-width: 100%; }


.comic-story > img[src*='michel-vaillant-sigle-officiel'] { object-fit: contain; height: auto; }


/* Keep navigation centered independently of the brand and removed season label. */
@media (min-width: 761px) {
  .site-header { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
  .site-header > .brand { grid-column: 1; min-width: 0; }
  .site-header > .brand .brand-logo { max-width: 100%; height: auto; }
  .site-header > nav { grid-column: 2; justify-self: center; }
}
/* Compact roster filter aligned with the title. */
.driver-title-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px 20px; }
.drivers-grid .driver-card[hidden] { display: none; }
.driver-filter { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 15px; }
.driver-filter button { appearance: none; border: 0; border-radius: 0; background: none; padding: 10px 0; color: #68717a; font: inherit; font-size: 11px; line-height: 1.4; cursor: pointer; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.driver-filter [data-driver-filter="undercut"] { color: #b9640a; }
.driver-filter [data-driver-filter="meka"], .driver-filter [data-driver-filter="engineer"] { color: #197aac; }
.driver-filter button[aria-pressed="true"], .driver-filter button:hover { text-decoration-line: underline; }
.driver-filter button:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
/* Contact form: honeypot (never shown, never focusable) and feedback states. */
.contact-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.contact-feedback.is-success { border-left-color: #2f9e6b; background: #f2faf5; }
.contact-feedback.is-error { border-left-color: #d7513c; background: #fdf4f2; }
.contact-feedback a { text-decoration: underline; text-underline-offset: 3px; }

/* Touch targets: extend the hit area of the small controls to about 44px without changing their look. */
.history-controls button, .zoom-controls button, #globe-reset, .driver-filter button, .history-more, .footer-bottom a, .footer-legal a, .footer-legal button, .privacy-links a, .hero-scroll { position: relative; }
.history-controls button::after, .zoom-controls button::after, #globe-reset::after, .driver-filter button::after, .history-more::after, .footer-bottom a::after, .footer-legal a::after, .footer-legal button::after, .privacy-links a::after { content: ""; position: absolute; inset: -7px -6px; }

/* Second driver photo: plain swap on hover, focus or tap. The animated circular mask on 13 large
   images caused repaint lag after repeated hovers, so no transition and no transform here. */
.driver-portrait, .driver-alternate { transition: none; transform: none; }
.driver-alternate { clip-path: none; opacity: 0; }
.driver-card:hover .driver-alternate, .driver-reveal:focus-visible .driver-alternate, .driver-reveal[aria-pressed="true"] .driver-alternate { clip-path: none; opacity: 1; transform: none; }
.driver-card:hover .driver-portrait { filter: saturate(0.65); }
