.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}:root {
  --bg: #0f0d21;
  --navy: #1a2955;
  --blue: #3268a4;
  --red: #da2b48;
  --white: #dfe1e5;
  --muted: #a3a6b5;
  --line: #ffffff29;
  --display: "Roboto Condensed", "Arial Narrow", sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font:
    16px/1.65 "Manrope",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
  background: none;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 6px;
}

h1,
h2,
h3,
p {
  margin: 0;
}
#contenttop h1,
#contenttop h2,
#contenttop h3 {
  font-family: var(--display);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
}

#contenttop h1 {
   color: white;
}

p {
  color: var(--muted);
}
#contenttop h2 {
  font-size: clamp(42px, 6.3vw, 100px);
}
#contenttop h3 {
  font-size: clamp(30px, 3.2vw, 52px);
}
.red {
  color: var(--red);
}
.outline {
  color: transparent;
  -webkit-text-stroke: 1px #b1b3c5;
}
.section-pad {
  padding: 100px 5vw;
}
.section-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 65px;
}
.section-label > span {
  color: var(--muted);
  text-align: right;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.skip {
  position: fixed;
  top: -100px;
  background: white;
  color: black;
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 0;
}
.notloggedin #header {
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  top: 0;
  padding: 28px 4vw;
  display: flex;
  align-items: center;
  gap: 40px;
  transition:
    padding 0.3s,
    background 0.3s;
}
#header.scrolled {
  padding-block: 15px;
  background: #0f0d21f2;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 44px;
  line-height: 0.85;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.brand span {
  display: block;
  font:
    9px/1.5 "Manrope",
    sans-serif;
  letter-spacing: 0.25em;
  margin-top: 6px;
}

#nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#nav a:hover {
  color: var(--red);
}
.date-link {
  border: 1px solid #ffffff55;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
}
.date-link span {
  margin-left: 24px;
  color: var(--red);
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  height: max(780px, 100svh);
  overflow: hidden;
  background: #090a11;
}
.hero-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  object-position: center 53%;
  filter: saturate(0.7);
  transform: scale(1.02);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, #090915a6 0%, #10102122 40%, #08080fd4 90%),
    linear-gradient(90deg, #08091565, transparent 70%);
}
.hero-top {
  display: flex;
  justify-content: space-between;
  margin: 155px 5vw 24px;
}
.eyebrow i {
  display: inline-block;
  background: var(--red);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin-right: 10px;
}
.edition {
  font-size: 12px;
  letter-spacing: 0.14em;
}
.hero h1 {
  margin: 0 4.6vw;
  line-height: 0.83;
  position: relative;
  font-family: "Barlow Condensed", var(--display);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 35px #0002;
}
.title-patras {
  display: block;
  font-size: clamp(110px, 17vw, 290px);
}
.title-patras sup {
  font-family: var(--display);
  font-size: clamp(28px, 4.5vw, 70px);
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 22px;
  color: var(--red);
}

.c-number {
  font-family: var(--display);
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 22px;
  color: var(--red);
}

.title-motor {
  font-size: clamp(75px, 12.8vw, 220px);
  display: block;
  white-space: nowrap;
}
.hero-bottom {
  position: absolute;
  left: 5vw;
  right: 5vw;
  bottom: 105px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}
.event-date {
  font: 700 clamp(38px, 4.1vw, 86px)/1 var(--display);
  letter-spacing: -0.02em;
}
.event-date span {
  display: block;
  font: 700 22px/1.5 "Manrope";
  letter-spacing: 0.12em;
  margin-top: 14px;
}
.hero-bottom p {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-left: auto;
  margin-right: 5vw;
}
.round-link {
  border: 1px solid #ffffff70;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
  transition: background 0.3s;
}
.round-link:hover {
  background: var(--red);
}
.hero-rail {
  position: absolute;
  bottom: 0;
  left: 5vw;
  right: 5vw;
  border-top: 1px solid #ffffff50;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.13em;
}
.ignition {
  padding-top: 115px;
}
.manifest {
  font-size: clamp(43px, 8.2vw, 130px);
  line-height: 1.07;
}
.manifest > span {
  display: block;
}
.manifest > span:nth-child(2) {
  margin-left: 12vw;
}
.manifest > span:nth-child(3) {
  margin-left: 25vw;
}
.racing-line {
  height: 1px;
  background: var(--line);
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.racing-line:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--red);
  transform-origin: left;
  animation: race 7s ease-in-out infinite;
}
@keyframes race {
  0% {
    transform: translateX(-100%);
  }
  55%,
  100% {
    transform: translateX(100%);
  }
}
.intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10vw;
  margin-top: 105px;
  align-items: center;
}
.intro-photo {
  height: 480px;
  position: relative;
  margin-top: 80px;
}
.intro-photo img {
  filter: saturate(0.6);
  height: 100%;
  width: auto;
}
.intro-photo span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-shadow: 0 1px 8px black;
}
.intro-copy h3 {
  margin: 25px 0 30px;
}
.intro-copy p {
  margin-top: 20px;
  max-width: 480px;
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1.1fr 2fr 0.6fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 45px 0;
  margin-top: 110px;
  gap: 30px;
}
.stats strong {
  font: 800 clamp(42px, 5.9vw, 92px)/1 var(--display);
  letter-spacing: -0.04em;
}
.stats span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 16px;
  max-width: 250px;
}
.machines {
  background: #08090e;
}
.machine-sticky {
  overflow: hidden;
  padding: 45px 0 30px;
}
.machines .section-label {
  padding: 0 5vw;
  margin-bottom: 30px;
}
.machine-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 5vw;
}
.machine-track::-webkit-scrollbar {
  display: none;
}
.machine-panel {
  flex: 0 0 80vw;
  height: 66vh;
  min-height: 440px;
  max-height: 770px;
  position: relative;
  scroll-snap-align: center;
  isolation: isolate;
  overflow: hidden;
}
.machine-panel img {
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform 0.6s;
  filter: saturate(0.65);
}
.machine-panel:hover img {
  transform: scale(1.035);
}
.machine-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #050611db, transparent 80%);
}
.machine-panel .category-copy {
  position: absolute;
  bottom: 40px;
  left: 45px;
  right: 30px;
}
.machine-panel h3 {
  font-size: clamp(46px, 7vw, 112px);
  max-width: 85%;
  line-height: 1.04;
}
.machine-panel p {
  color: #d4d4dd;
  font-size: 14px;
  margin-top: 14px;
}
.category-index {
  position: absolute;
  right: 30px;
  top: 22px;
  font-size: 14px;
}
.gallery-controls {
  padding: 22px 5vw 0;
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 12px;
}
.gallery-meter {
  height: 1px;
  background: #ffffff33;
  flex: 1;
}
.gallery-meter i {
  display: block;
  background: var(--red);
  height: 2px;
  width: 12.5%;
  transition: width 0.2s;
}
.gallery-controls button {
  border: 1px solid #ffffff40;
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
.gallery-controls button:hover {
  background: var(--red);
}
.arena {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050508;
}
.arena > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  filter: grayscale(0.7);
  opacity: 0.65;
}
.arena-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    #050508 0%,
    transparent 40%,
    #050508 100%
  );
}
#contenttop .arena h2 {
  font-size: clamp(70px, 13vw, 205px);
  line-height: 0.93;
}
.arena-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15vw;
  margin-top: 110px;
}
.drift-label {
  color: var(--red);
  font:
    800 clamp(45px, 6vw, 90px)/0.95 "Barlow Condensed",
    sans-serif;
  font-style: italic;
}
.arena-bottom h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.arena-bottom p {
  max-width: 510px;
}
.text-link {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #ffffff55;
  padding: 18px 0;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
.text-link span {
  color: var(--red);
}
.text-link:after,
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--red);
  transform: translateX(-101%);
  transition: transform 0.4s;
}
.text-link:hover:after,
.button:hover:after {
  transform: translateX(0);
}
.music {
  min-height: 800px;
  position: relative;
  background: #17172c;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.music-photo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 64%;
  z-index: -2;
}
.music-photo img {
  object-position: center;
  filter: saturate(0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.music:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #17172c 4%, #17172cdd 30%, #17172c11 80%),
    linear-gradient(0deg, #17172caa, transparent 40%);
  z-index: -1;
}
.music-copy {
  max-width: 680px;
}
.music-date {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 40px 0 20px;
}
.music-date strong {
  font: 800 60px/1 var(--display);
  color: var(--red);
}
.music-date span {
  font-size: 11px;
  letter-spacing: 0.1em;
}
#contenttop .music h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(70px, 11vw, 165px);
  font-style: italic;
  line-height: 0.93;
}
.music h2 span {
  display: block;
  font-family: var(--display);
  font-size: 0.42em;
  font-style: normal;
  letter-spacing: -0.02em;
  margin-top: 15px;
}
.music p {
  max-width: 440px;
  color: #c0c0ce;
  margin-top: 35px;
}
.music .text-link {
  max-width: 450px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 65px;
}
.section-heading p {
  max-width: 340px;
  font-size: 14px;
}
.day-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.day-tabs button {
  text-align: left;
  padding: 30px;
  border-right: 1px solid var(--line);
  transition:
    color 0.3s,
    background 0.3s;
}
.day-tabs button:first-child {
  padding-left: 0;
}
.day-tabs button:last-child {
  border: 0;
}
.day-tabs strong {
  font: 800 clamp(90px, 13vw, 190px)/1 var(--display);
  letter-spacing: -0.05em;
}
.day-tabs button[aria-selected="true"] {
  color: var(--red);
}
.day-tabs span {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
.day-tabs i {
  font-style: normal;
}
.schedule-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  animation: row-in 0.35s ease both;
}
.schedule-row span {
  font-size: 12px;
  color: var(--muted);
}
.schedule-row h3 {
  font-size: 25px;
  letter-spacing: 0;
}
.schedule-row em {
  font-size: 11px;
  font-style: normal;
  color: var(--muted);
}
.schedule-row.highlight h3 {
  color: var(--red);
}
.schedule-note {
  font-size: 12px;
  margin-top: 20px;
}
@keyframes row-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.history {
  background: #171627;
}
.timeline {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--red) #ffffff16;
  padding: 10px 0 30px;
  gap: 0;
}
.milestone {
  flex: 0 0 310px;
  padding: 0 40px 0 0;
  scroll-snap-align: start;
}
.milestone strong {
  display: block;
  font: 800 80px/1 var(--display);
  padding: 20px 0 28px;
  border-bottom: 1px solid #ffffff55;
  position: relative;
}
.milestone strong:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--red);
  bottom: -4px;
  left: 0;
}
.milestone p {
  font-size: 14px;
  margin: 27px 0;
  min-height: 70px;
  max-width: 250px;
  color: var(--white);
}
.milestone img {
  height: 180px;
  filter: grayscale(0.7);
}
.timeline-hint {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
.timeline-hint span {
  font-size: 25px;
}
.ferrari {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  overflow: hidden;
}
.ferrari > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  filter: saturate(0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, #080912c9, transparent),
    linear-gradient(0deg, #080912f0, transparent 60%);
}
#contenttop .ferrari h2 {
  font-size: clamp(50px, 8vw, 125px);
  margin-top: 55px;
}
.feature-bottom {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-top: 130px;
}
.feature-bottom > div {
  display: flex;
  align-items: center;
  gap: 25px;
}
.feature-bottom strong {
  font: 800 125px/0.9 var(--display);
  color: var(--red);
}
.feature-bottom span {
  font-size: 12px;
}
.feature-bottom p {
  max-width: 450px;
  color: #d0d0d7;
}
.social-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8vw;
}
#contenttop .social h2 {
  font-size: clamp(40px, 5.1vw, 82px);
}
.themes p {
  font: 700 20px/1.3 var(--display);
  color: var(--white);
  border-top: 1px solid var(--line);
  padding: 23px 0;
  display: flex;
  gap: 25px;
}
.themes span {
  font: 11px/2 "Manrope";
  color: var(--red);
}
.safety {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 85px;
  padding-top: 35px;
}
.safety strong {
  font: 800 28px/1 var(--display);
}
.safety p {
  font-size: 13px;
}
.safety > span {
  color: var(--red);
  font-size: 44px;
}
.location {
  background: #151526;
}
.location-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6vw;
}
#contenttop .location h2 {
  font-size: clamp(40px, 5vw, 80px);
}
.location-date {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 15px;
}
#venue {
  font-size: 14px;
  max-width: 350px;
}
.button {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  border: 1px solid #ffffff55;
  padding: 19px 25px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
    background-image: none;
    color: white;
    background-color: transparent;
    border-radius: 0px;
}
.button span {
  color: var(--red);
  font-size: 20px;
}
.button:hover {
    background-image: none;
  border-color: var(--red);
    background-color: transparent;
    color: white;
}
.map-wrap {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background: #242631;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  filter: grayscale(1) invert(0.9) hue-rotate(180deg);
  opacity: 0.75;
}
.map-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: #0f0d21;
  padding: 8px 12px;
  font-size: 10px;
  letter-spacing: 0.08em;
  pointer-events: none;
}
.closing {
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #07080e;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('/cache/files/f1ad270726d41107bd5b98ceae3bf7900517aa94.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.closing-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 50% 70%, #8521382e, transparent 60%);
}
.closing-dates {
  font: 800 clamp(120px, 24vw, 360px)/0.85 var(--display);
  letter-spacing: -0.07em;
  display: flex;
  gap: 3vw;
  justify-content: center;
  margin: 60px 0 20px;
}
.closing-dates span {
  -webkit-text-stroke: 1px #a5a6b8;
  color: transparent;
}
.closing-month {
  font: 700 clamp(18px, 2.5vw, 40px)/1.3 var(--display);
  letter-spacing: 0.3em;
  margin-left: 0.3em;
}
#contenttop .closing h2 {
  font: 800 clamp(24px, 4vw, 60px)/1 "Barlow Condensed";
  font-style: italic;
  margin: 45px 0 20px;
}
.closing p {
  font-size: 14px;
}
.closing .button {
  background: var(--red);
  border-color: var(--red);
}
.closing .button span {
  color: white;
}
.sponsors {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sponsors .section-label {
  margin-bottom: 40px;
}
.organizers {
  display: flex;
  gap: 7vw;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.organizers > span {
  font-size: 11px;
  color: var(--muted);
}
.organizers strong {
  font: 800 38px/1 var(--display);
}
.organizers .topsecret {
  font-family: "Barlow Condensed";
  font-style: italic;
  font-size: 32px;
}
.topsecret small {
  display: block;
  font: 700 11px/1.5 "Manrope";
  letter-spacing: 0.55em;
  text-align: center;
  margin-top: 5px;
}
.sponsor-group {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.sponsor-group > span {
  color: var(--muted);
}
.sponsor-group img {
  width: 110px;
  height: 50px;
  object-fit: contain;
  filter: grayscale(1);
}
.sponsor-group a:hover img {
  filter: none;
}
#cfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding-top: 30px !important;
  padding-bottom: 25px !important;
  background: #090a12;
}
#cfooter .brand {
  font-size: 30px;
}
#cfooter .racing-line {
  width: 100%;
  margin-top: 10px;
}
.loader {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  animation: loader-out 0.4s 1.5s forwards;
}
.loader > span {
  font: 800 95px/1 var(--display);
}
.loader strong {
  font: 700 20px/1.5 "Barlow Condensed";
  letter-spacing: 0.06em;
}
.rpm-track {
  height: 2px;
  width: 220px;
  background: var(--line);
  margin: 20px;
}
.rpm-track i {
  display: block;
  background: var(--red);
  height: 100%;
  animation: rpm 1.5s forwards;
  transform-origin: left;
}
@keyframes rpm {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes loader-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.page-progress {
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--red);
  z-index: 40;
  width: 0;
  pointer-events: none;
}
.cursor {
  display: none;
}
.js-motion .reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.75s,
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-motion .reveal.visible {
  opacity: 1;
  transform: none;
}
@media (pointer: fine) {
  .cursor {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--red);
    border-radius: 50%;
    z-index: 60;
    pointer-events: none;
    opacity: 0;
    transition:
      width 0.2s,
      height 0.2s;
  }
  .cursor.hover {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1000px) and (prefers-reduced-motion: no-preference) {
  .machines.pinned {
    height: 450vh;
  }
  .pinned .machine-sticky {
    position: sticky;
    top: 65px;
    height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pinned .machine-panel {
    height: 65vh;
    min-height: 0;
  }
  .pinned .machine-track {
    scroll-snap-type: none;
  }
}
@media (max-width: 999px) {
  nav {
    gap: 15px;
    font-size: 10px;
  }
  #header {
    gap: 22px;
  }
  .hero {
    height: 900px;
    max-height: 1100px;
  }
  .hero h1 {
    margin-top: 60px;
  }
  .hero-image {
    object-position: 60% center;
  }
  .hero-bottom {
    bottom: 110px;
  }
  .hero-top {
    margin-top: 160px;
  }
  .intro {
    gap: 6vw;
  }
  .intro-photo {
    height: 380px;
  }
  .stats {
    gap: 20px;
  }
  .music {
    min-height: 720px;
  }
  .section-heading {
    gap: 30px;
  }
  .arena-bottom {
    gap: 7vw;
  }
  .social-layout {
    gap: 5vw;
  }
  .themes p {
    font-size: 17px;
  }
  .location-layout {
    grid-template-columns: 1fr 1fr;
  }
  .button {
    padding: 17px;
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .section-pad {
    padding: 70px 6vw;
  }
  .section-label {
    font-size: 10px;
    margin-bottom: 40px;
    letter-spacing: 0.07em;
  }
  .section-label > span {
    max-width: 145px;
  }
  .brand {
    font-size: 37px;
  }
  #header {
    padding: 20px 6vw;
    gap: 20px;
  }
  .date-link {
    margin-left: auto;
    font-size: 11px;
    padding: 8px 10px;
  }
  .date-link span {
    margin-left: 12px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 32;
    padding: 8px 0;
  }
  .menu-toggle span {
    width: 25px;
    height: 1px;
    background: var(--white);
    transition: transform 0.25s;
  }
  nav {
    position: fixed;
    inset: 0;
    background: #0f0d21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10vw;
    gap: 30px;
    font: 800 40px/1 var(--display);
    transform: translateX(100%);
    transition: transform 0.3s;
    visibility: hidden;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-open nav {
    transform: none;
    visibility: visible;
  }
  .menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .hero {
    height: 100svh;
    min-height: 700px;
    max-height: 1000px;
  }
  .hero-top {
    margin: 125px 6vw 30px;
  }
  .edition {
    display: none;
  }
  .hero h1 {
    margin: 0 5vw;
    line-height: 0.86;
  }
  .title-patras {
    font-size: 27vw;
  }
  .title-patras sup {
    font-size: 7vw;
    margin: 6px 0 0 8px;
  }
  .title-motor {
    font-size: 12.8vw;
    letter-spacing: 0;
    margin-top: 8px;
  }
  .hero-image {
    object-position: 58% center;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #090915aa,
      transparent 45%,
      #08080fe8 91%
    );
  }
  .hero-bottom {
    left: 6vw;
    right: 6vw;
    bottom: 100px;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
  }
  .event-date {
    font-size: 43px;
  }
  .event-date span {
    font-size: 10px;
  }
  .hero-bottom p {
    font-size: 10px;
    margin: 0;
    order: 3;
    width: 100%;
  }
  .round-link {
    width: 45px;
    height: 45px;
    margin-left: auto;
  }
  .hero-rail {
    left: 6vw;
    right: 6vw;
    font-size: 8px;
    padding: 17px 0;
  }
  .hero-rail span:nth-child(2) {
    display: none;
  }
  .manifest {
    font-size: 9.4vw;
    line-height: 1.2;
  }
  .manifest > span:nth-child(2) {
    margin-left: 0;
  }
  .manifest > span:nth-child(3) {
    margin-left: 10vw;
  }
  .intro {
    grid-template-columns: 1fr;
    margin-top: 60px;
    gap: 40px;
  }
  .intro-photo {
    height: 330px;
    margin-top: 0;
    width: 85%;
  }
  .intro-copy {
    margin-left: 10vw;
  }
  .intro-copy h3 {
    font-size: 37px;
  }
  .intro-copy p {
    font-size: 14px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    gap: 35px;
    padding: 30px 0;
  }
  .stats strong {
    font-size: 57px;
  }
  .stats span {
    font-size: 9px;
    margin-top: 10px;
  }
  .machine-sticky {
    padding: 30px 0 20px;
  }
  .machines .section-label {
    padding-inline: 6vw;
  }
  .machine-track {
    padding: 0 6vw;
    gap: 15px;
  }
  .machine-panel {
    flex-basis: 86vw;
    height: 540px;
    min-height: 0;
  }
  .machine-panel .category-copy {
    left: 25px;
    bottom: 30px;
    right: 20px;
  }
  .machine-panel h3 {
    font-size: 45px;
    max-width: 100%;
  }
  .machine-panel p {
    font-size: 13px;
  }
  .gallery-controls {
    padding-inline: 6vw;
    gap: 20px;
  }
  #contenttop .arena h2 {
    font-size: 18vw;
  }
  .arena-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 70px;
  }
  .drift-label {
    font-size: 50px;
  }
  .arena-bottom p {
    font-size: 14px;
  }
  .music {
    min-height: 850px;
    align-items: flex-end;
  }
  .music-photo {
    width: 100%;
    height: 70%;
    bottom: auto;
  }
  .music:after {
    background: linear-gradient(0deg, #17172c 3%, #17172ce8 35%, #17172c00 85%);
  }
  .music-copy {
    width: 100%;
  }
  #contenttop .music h2 {
    font-size: 20vw;
  }
  .music .eyebrow {
    font-size: 10px;
  }
  .music-date {
    margin: 30px 0 20px;
  }
  .music-date strong {
    font-size: 48px;
  }
  .music p {
    font-size: 14px;
    margin-top: 25px;
  }
  .section-heading {
    display: block;
    margin-bottom: 40px;
  }
  #contenttop .section-heading h2 {
    font-size: 44px;
  }
  .section-heading p {
    margin-top: 25px;
  }
  .day-tabs button {
    padding: 20px 15px;
  }
  .day-tabs strong {
    font-size: 24vw;
  }
  .day-tabs span {
    font-size: 9px;
  }
  .schedule-row {
    grid-template-columns: 50px 1fr;
    gap: 10px;
    padding: 20px 0;
  }
  .schedule-row h3 {
    font-size: 21px;
  }
  .schedule-row em {
    grid-column: 2;
    font-size: 10px;
  }
  .milestone {
    flex-basis: 270px;
  }
  .milestone strong {
    font-size: 65px;
  }
  .ferrari {
    min-height: 800px;
  }
  #contenttop .ferrari h2 {
    font-size: 13vw;
    line-height: 1.05;
  }
  .ferrari > img {
    object-position: 60% center;
  }
  .feature-bottom {
    display: block;
    margin-top: 140px;
  }
  .feature-bottom strong {
    font-size: 100px;
  }
  .feature-bottom p {
    margin-top: 35px;
    font-size: 14px;
  }
  .social-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #contenttop .social h2 {
    font-size: 11vw;
  }
  .themes p {
    font-size: 20px;
  }
  .safety {
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
  }
  .safety strong {
    font-size: 25px;
  }
  .safety > span {
    display: none;
  }
  .location-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #contenttop .location h2 {
    font-size: 11vw;
  }
  .map-wrap,
  .map-wrap iframe {
    min-height: 330px;
  }
  .closing {
    padding: 80px 6vw;
  }
  .closing-dates {
    font-size: 27vw;
    margin-top: 45px;
    gap: 4vw;
  }
  .closing-month {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  #contenttop .closing h2 {
    font-size: 30px;
  }
  .closing p {
    font-size: 13px;
  }
  .organizers {
    flex-wrap: wrap;
    gap: 30px;
  }
  .organizers > span {
    width: 100%;
  }
  .organizers strong {
    font-size: 30px;
  }
  .sponsor-group {
    font-size: 9px;
    gap: 15px;
  }
  .sponsor-group > span {
    text-align: right;
  }
  footer {
    justify-content: flex-start;
    gap: 25px;
    font-size: 9px;
  }
  footer > span {
    margin-left: auto;
  }
  footer > a:last-of-type {
    margin-left: auto;
  }
  .cursor {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .loader {
    display: none;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .cursor {
    display: none;
  }
  .hero-image {
    transform: none !important;
  }
}

.closing-glow {
  background:
    linear-gradient(#07080edb, #07080ecf),
    url(assets/hero.webp) center 65% / cover no-repeat;
}
