:root {
  --ink: #101820;
  --ink-2: #121f29;
  --panel: #192a37;
  --paper: #f4f4f0;
  --white: #ffffff;
  --blue: #ff6a2b;
  --blue-deep: #d74612;
  --signal: #ff5a1f;
  --line: rgba(255, 255, 255, .18);
  --muted: #6f7b88;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

/* Iscrizioni esterne Endu */
.endu-registration-card {
  position: relative;
  min-height: 610px;
  padding: clamp(38px, 5vw, 72px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 174, 218, .2), transparent 34%),
    linear-gradient(145deg, var(--ink) 0%, var(--ink-2) 68%, var(--ink) 100%);
  color: #fff;
  box-shadow: 0 35px 90px rgba(5, 11, 20, .25);
}

.endu-registration-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.endu-registration-mark {
  position: absolute;
  right: -18px;
  bottom: -44px;
  color: rgba(255, 255, 255, .045);
  font: 800 clamp(125px, 17vw, 260px)/.8 Arial, sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}

.endu-registration-mark span {
  color: rgba(0, 174, 218, .22);
}

.endu-registration-content {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
}

.endu-registration-content>span {
  display: block;
  color: #4ed7fa;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
}

.endu-registration-content h3 {
  max-width: 600px;
  margin: 20px 0 0;
  font-size: clamp(46px, 5.2vw, 84px);
  line-height: .92;
  letter-spacing: -.045em;
}

.endu-registration-content p {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.75;
}

.endu-registration-button {
  width: min(100%, 360px);
  margin-top: 36px;
  display: block;
  border-radius: 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.endu-registration-button:hover,
.endu-registration-button:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .26);
}

.endu-registration-button:focus-visible {
  outline: 3px solid #4ed7fa;
  outline-offset: 5px;
}

.endu-registration-button img {
  width: 100%;
  height: auto;
  display: block;
}

.endu-registration-content>small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .endu-registration-card {
    min-height: 520px;
    margin: 50px -18px -90px;
    padding: 55px 24px 105px;
    box-shadow: none;
  }

  .endu-registration-content h3 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .endu-registration-content p {
    font-size: 14px;
  }

  .endu-registration-button {
    width: min(100%, 330px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

::selection {
  background: var(--blue);
  color: white;
}

.demo-bar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 80;
  height: 30px;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.demo-bar b {
  color: white;
}

.site-header {
  position: fixed;
  z-index: 70;
  top: 30px;
  left: 0;
  right: 0;
  height: 82px;
  padding: 0 2vw;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: background .35s, top .35s, height .35s, backdrop-filter .35s;
}

.site-header.scrolled {
  top: 0;
  height: 70px;
  background: rgba(10, 18, 25, .94);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 142px;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3.5vw, 55px);
}

.site-header nav a {
  position: relative;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header nav a span {
  margin-right: 7px;
  color: var(--blue);
  font-size: 8px;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: var(--blue);
  transition: right .3s var(--ease);
}

.site-header nav a:hover::after {
  right: 0;
}

.header-pass {
  height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}

.header-pass i {
  color: var(--blue);
  font-style: normal;
  font-size: 15px;
}

.header-pass:hover {
  background: var(--blue);
  color: white;
}

.header-pass:hover i {
  color: white;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  background: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: white;
  transition: transform .25s;
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  background: var(--ink);
}

.hero-media,
.hero-shade,
.topography {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  overflow: hidden;
}

.hero-media img,
.hero-media video {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  object-position: center 55%;
}

.hero-media img {
  transform: scale(1.04);
  transition: transform .18s linear;
  will-change: transform;
}

.hero-media video {
  z-index: 1;
  background: transparent;
}

.hero-shade {
  z-index: 2;
  background: linear-gradient(90deg, rgba(5, 9, 12, .90) 0%, rgba(7, 13, 18, .48) 34%, rgba(5, 9, 12, .45) 67%, #00000094 100%), linear-gradient(0deg, rgba(5, 9, 12, .87) 0%, transparent 46%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255, 255, 255, .08) 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), rgba(255, 255, 255, .08) 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), rgba(255, 255, 255, .08) 75%, transparent calc(75% + 1px));
  pointer-events: none;
}

.topography {
  z-index: 1;
  fill: none;
  stroke: rgba(255, 255, 255, .19);
  stroke-width: 1;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: trace 4s .8s var(--ease) forwards;
}

@keyframes trace {
  to {
    stroke-dashoffset: 0;
  }
}

.hero-side-index {
  position: absolute;
  z-index: 4;
  top: 155px;
  right: 2.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero-side-index b {
  font-size: 10px;
  color: var(--blue);
}

.hero-side-index span {
  writing-mode: vertical-rl;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .5);
}

.hero-video-status {
  position: absolute;
  z-index: 6;
  right: 2.2vw;
  bottom: 130px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(8, 14, 19, .54);
  backdrop-filter: blur(10px);
  opacity: .62;
  transition: opacity .25s
}

.hero-video-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9ba5ac
}

.hero-video-status span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .14em
}

.hero-video-status.is-playing {
  opacity: 1
}

.hero-video-status.is-playing i {
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(255, 90, 31, .18);
  animation: videoPulse 1.8s infinite
}

@keyframes videoPulse {
  50% {
    box-shadow: 0 0 0 9px rgba(255, 90, 31, 0)
  }
}

.hero-copy {
  position: absolute;
  z-index: 5;
  left: 6vw;
  top: 19%;
  width: min(930px, 72vw);
}

.eyebrow {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.eyebrow i {
  width: 42px;
  height: 3px;
  background: var(--signal);
}

.hero-title,
.manifesto h2,
.lab-head h2,
.race-day h2,
.dual-copy h2,
.pass-copy h2,
.finale h2 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.manifesto h2,
.lab-head h2,
.race-day h2,
.dual-copy h2,
.pass-copy h2,
.finale h2,
.footer-statement {
  line-height: .94;
}

.display-title-line {
  display: block;
}

.display-title-line+.display-title-line {
  margin-top: .08em;
}

.display-punctuation {
  display: inline-block;
  margin-left: .1em;
}

.hero-title {
  font-size: clamp(95px, 11.8vw, 195px);
  line-height: .82;
}

.title-line {
  display: block;
  overflow: hidden;
  padding: .04em 0;
}

.title-line b {
  display: block;
  transform: translateY(110%);
  animation: titleIn 1s .2s var(--ease) forwards;
}

.title-line:nth-child(2) b {
  animation-delay: .34s;
}

.title-line:nth-child(3) b {
  animation-delay: .48s;
}

@keyframes titleIn {
  to {
    transform: translateY(0);
  }
}

.title-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .9);
}

.title-shift {
  padding-left: .58em;
  color: var(--white);
}

.title-shift b::after {
  content: "";
  display: inline-block;
  width: .12em;
  height: .12em;
  margin-left: .06em;
  border-radius: 50%;
  background: var(--signal);
  vertical-align: .08em;
}

.hero-intro {
  width: min(690px, 80%);
  margin: 42px 0 0 21%;
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 55px;
  align-items: center;
}

.hero-intro p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.65;
}

.magnetic-link {
  height: 55px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .4);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: border-color .25s, background .25s;
}

.magnetic-link i {
  color: var(--blue);
  font-style: normal;
  font-size: 17px;
}

.magnetic-link:hover {
  background: white;
  color: var(--ink);
  border-color: white;
}

.hero-date {
  position: absolute;
  z-index: 5;
  top: 22%;
  right: 8vw;
  width: 118px;
  height: 154px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 137, 83, .78);
  background: linear-gradient(145deg, rgba(255, 106, 43, .53), rgba(178, 49, 5, .30));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 18px 42px rgba(24, 8, 2, .22);
  backdrop-filter: blur(12px) saturate(1.18);
  -webkit-backdrop-filter: blur(12px) saturate(1.18);
}

.hero-date::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 38px;
  height: 4px;
  background: var(--signal);
}

.hero-date span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em;
}

.hero-date strong {
  font-family: Impact, sans-serif;
  font-size: 70px;
  line-height: .75;
}

.hero-date small {
  color: rgba(255, 255, 255, .6);
  font-size: 9px;
  letter-spacing: .18em;
}

.countdown {
  position: absolute;
  z-index: 5;
  right: 2.2vw;
  bottom: 34px;
  min-width: 365px;
  height: 83px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.countdown>span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--signal);
}

.countdown>div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.countdown b {
  font-size: 23px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.countdown small {
  color: rgba(255, 255, 255, .45);
  font-size: 7px;
  letter-spacing: .16em;
}

.hero-track {
  position: absolute;
  z-index: 5;
  left: 2vw;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.hero-track i {
  position: relative;
  width: 80px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .25);
}

.hero-track i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  animation: scan 2s infinite var(--ease);
  transform: translateX(-100%);
}

@keyframes scan {

  60%,
  100% {
    transform: translateX(100%);
  }
}

.hero-track span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  color: rgba(255, 255, 255, .55);
}

.ticker {
  height: 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--signal);
  color: white;
}

.ticker>div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
  animation: ticker 26s linear infinite;
}

.ticker span {
  font-family: Impact, sans-serif;
  font-size: 28px;
  letter-spacing: .04em;
}

.ticker i {
  color: var(--ink);
  font-style: normal;
  font-size: 17px;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.manifesto {
  min-height: 900px;
  padding: 135px 6vw 110px;
  display: grid;
  grid-template-columns: .45fr 1.2fr .68fr;
  grid-template-rows: auto auto;
  gap: 80px 5vw;
  background: var(--paper);
  color: var(--ink);
}

.manifesto-index {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}

.manifesto-index i {
  width: 70px;
  height: 1px;
  margin-top: 5px;
  background: #9aa4ad;
}

.manifesto-heading>p {
  margin: 0 0 28px;
  color: #6b747b;
  font-size: 16px;
}

.manifesto h2 {
  font-size: clamp(66px, 7vw, 118px);
}

.manifesto h2 em {
  color: var(--blue-deep);
  font-style: normal;
}

.manifesto-copy {
  padding-top: 45px;
}

.manifesto-copy b {
  color: var(--blue-deep);
  font-size: 10px;
  letter-spacing: .16em;
}

.manifesto-copy p {
  margin: 25px 0 0;
  color: #58636c;
  font-size: 15px;
  line-height: 1.8;
}

.manifesto-stats {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bbc1c2;
  border-bottom: 1px solid #bbc1c2;
}

.manifesto-stats div {
  min-height: 145px;
  padding: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-right: 1px solid #bbc1c2;
}

.manifesto-stats div:last-child {
  border: 0;
}

.manifesto-stats strong {
  color: var(--ink);
  font-family: Impact, sans-serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
}

.manifesto-stats span {
  padding-bottom: 8px;
  color: #69737a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
}

.community-shot {
  height: min(850px, 70vw);
  min-height: 620px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.shot-window {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(8% 5% 7% 5%);
}

.shot-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.community-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 14, 19, .7), transparent 50%), linear-gradient(90deg, rgba(8, 14, 19, .16), transparent 40%);
}

.shot-stamp {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: 7%;
  width: 205px;
  height: 205px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 50%;
  background: var(--signal);
  color: white;
  text-align: center;
  transform: rotate(9deg);
}

.shot-stamp span {
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1;
}

.shot-stamp small {
  margin-top: 5px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.25;
}

.shot-stamp b {
  max-width: 150px;
  font-family: Impact, sans-serif;
  font-size: 34px;
  line-height: .86;
}

.shot-caption {
  position: absolute;
  z-index: 3;
  left: 30vw;
  bottom: 11%;
  margin: 0;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.route-lab {
  padding: 130px 5vw 55px;
  background: #111b24;
}

.lab-head {
  display: grid;
  grid-template-columns: 1.2fr .55fr;
  gap: 9vw;
  align-items: end;
}

.lab-head>div>span,
.race-day-intro>span,
.pass-copy>span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
}

.lab-head h2 {
  margin-top: 38px;
  font-size: clamp(72px, 8.5vw, 142px);
}

.lab-head h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .7);
}

.lab-head>p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 15px;
  line-height: 1.75;
}

.route-console {
  margin-top: 85px;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  border: 1px solid rgba(255, 255, 255, .2);
}

.route-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.route-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .65s var(--ease), transform 1.2s var(--ease);
}

.route-image-explorer {
  object-position: 45% center;
}

.route-image-epic {
  opacity: 0;
  object-position: 68% center;
  transform: scale(1.08);
}

.route-lab[data-route="epic"] .route-image-explorer {
  opacity: 0;
  transform: scale(1.08);
}

.route-lab[data-route="epic"] .route-image-epic {
  opacity: 1;
  transform: scale(1);
}

.route-visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 14, 19, .72), transparent 55%), linear-gradient(90deg, rgba(8, 14, 19, .14), transparent);
}

.route-code,
.route-level {
  position: absolute;
  top: 28px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.route-code {
  left: 28px;
  color: white;
}

.route-level {
  right: 28px;
  padding: 8px 10px;
  background: white;
  color: var(--ink);
}

.route-compass {
  position: absolute;
  left: 31px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
}

.route-compass::before,
.route-compass::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .35);
}

.route-compass::before {
  width: 1px;
  height: 100%;
  left: 50%;
}

.route-compass::after {
  width: 100%;
  height: 1px;
  top: 50%;
}

.route-compass i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 8px;
  width: 2px;
  height: 27px;
  background: var(--signal);
  transform-origin: bottom;
  transform: rotate(28deg);
}

.route-compass b {
  position: absolute;
  top: -20px;
  left: 31px;
  font-size: 8px;
}

.route-data {
  padding: 35px 42px 40px;
  display: flex;
  flex-direction: column;
  background: #182a39;
}

.route-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, .18);
}

.route-switch button {
  height: 58px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .45);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.route-switch button+button {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.route-switch button span {
  margin-right: 12px;
  font-size: 8px;
}

.route-switch button.active {
  background: var(--blue);
  color: white;
}

.route-name {
  margin-top: 58px;
}

.route-name small {
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.route-name h3 {
  margin: 12px 0 0;
  font-family: Impact, sans-serif;
  font-size: clamp(65px, 7vw, 110px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.03em;
}

.route-data>p {
  max-width: 580px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  line-height: 1.75;
}

.elevation {
  margin-top: 42px;
}

.elevation>div {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .4);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.elevation svg {
  width: 100%;
  height: 130px;
  margin-top: 10px;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.elevation-area {
  fill: url(#areaGradient);
  transition: d .5s var(--ease);
}

.elevation-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: elevationDraw 1.4s .3s var(--ease) forwards;
}

@keyframes elevationDraw {
  to {
    stroke-dashoffset: 0;
  }
}

.route-metrics {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.route-metrics div {
  min-height: 82px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.route-metrics div:last-child {
  border: 0;
}

.route-metrics strong {
  font-family: Impact, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.route-metrics span {
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.choose-route {
  height: 62px;
  margin-top: auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}

.choose-route i {
  color: var(--blue);
  font-style: normal;
  font-size: 18px;
}

.choose-route:hover {
  background: var(--blue);
  color: white;
}

.choose-route:hover i {
  color: white;
}

.provisional {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .28);
  text-align: right;
  font-size: 9px;
}

.race-day {
  padding: 145px 6vw;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 9vw;
  background: var(--paper);
  color: var(--ink);
}

.race-day h2 {
  margin-top: 55px;
  font-size: clamp(68px, 7vw, 115px);
}

.race-day h2 em {
  color: var(--signal);
  font-style: normal;
}

.race-day-intro>p {
  max-width: 390px;
  margin: 40px 0 0;
  color: #637079;
  font-size: 14px;
  line-height: 1.75;
}

.race-clock {
  border-top: 1px solid #c0c7c9;
}

.race-clock article {
  min-height: 150px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 205px 45px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid #c0c7c9;
}

.race-clock time {
  white-space: nowrap;
  font-family: Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.race-clock article>span {
  padding-top: 7px;
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 850;
}

.race-clock h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -.02em;
}

.race-clock p {
  margin: 0;
  color: #6f787f;
  font-size: 13px;
  line-height: 1.65;
}

.dual-shot {
  min-height: 720px;
  position: relative;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  overflow: hidden;
  background: #1b2933;
}

.dual-shot>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dual-copy {
  padding: 95px 5vw;
  align-self: center;
}

.dual-copy>span {
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
}

.dual-copy h2 {
  margin-top: 28px;
  font-size: clamp(70px, 7vw, 115px);
}

.dual-copy p {
  max-width: 360px;
  margin-top: 38px;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.75;
}

.pass-section {
  padding: 145px 6vw;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 9vw;
  background: var(--signal);
  color: var(--ink);
}

.pass-copy>span {
  color: var(--ink);
}

.pass-copy h2 {
  margin-top: 48px;
  font-size: clamp(86px, 9vw, 150px);
}

.pass-copy>p {
  max-width: 420px;
  margin: 38px 0 0;
  color: rgba(5, 11, 20, .72);
  font-size: 15px;
  line-height: 1.75;
}

.pass-copy ul {
  list-style: none;
  margin: 45px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(5, 11, 20, .3);
  display: grid;
  gap: 12px;
}

.pass-copy li {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .05em;
}

.pass-copy li::before {
  content: "↗";
  margin-right: 12px;
  color: white;
}

.race-pass {
  position: relative;
  padding: 42px;
  background: var(--paper);
  box-shadow: 0 35px 90px rgba(5, 11, 20, .25);
}

.registration-form-fields {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0
}

.race-pass.is-closed {
  overflow: hidden;
  background: linear-gradient(155deg, #f7f5ed 0%, #ecebe4 100%)
}

.race-pass.is-closed .registration-form-fields {
  opacity: .3;
  filter: grayscale(.38);
  pointer-events: none;
  user-select: none
}

.registration-closed-panel {
  position: relative;
  z-index: 3;
  margin: 0 0 32px;
  padding: 30px 31px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 43, .42);
  background: linear-gradient(135deg, #071d3d 0%, #0b315f 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(7, 29, 61, .22)
}

.registration-closed-panel:after {
  content: "24";
  position: absolute;
  right: -6px;
  bottom: -37px;
  color: rgba(255, 255, 255, .045);
  font: 400 150px/.75 Impact, sans-serif;
  pointer-events: none
}

.registration-closed-panel>span {
  position: relative;
  z-index: 1;
  color: var(--signal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em
}

.registration-closed-panel h3 {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin: 14px 0 13px;
  font: 400 clamp(46px, 5vw, 70px)/.95 Impact, sans-serif;
  letter-spacing: .01em
}

.registration-closed-panel p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.65
}

.registration-closed-panel a {
  position: relative;
  z-index: 1;
  width: max-content;
  margin-top: 25px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--signal);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  transition: transform .2s, background .2s
}

.registration-closed-panel a:hover {
  background: #f07a45;
  transform: translateY(-2px)
}

.registration-closed-panel a i {
  font: normal 17px/1 Arial
}

.pass-top {
  padding-bottom: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
}

.pass-top>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pass-top span,
.pass-route-select>span,
.pass-fields>span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.pass-top b {
  color: var(--blue-deep);
  font-size: 16px;
  letter-spacing: .08em;
}

.pass-top>strong {
  font-family: Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.pass-route-select,
.pass-fields {
  margin-top: 32px;
}

.pass-route-select>div {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pass-route-select label {
  min-height: 78px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border: 1px solid #c7cbca;
  cursor: pointer;
}

.pass-route-select label.active {
  border-color: var(--blue-deep);
  background: #fff0e9;
}

.pass-route-select input {
  position: absolute;
  opacity: 0;
}

.pass-route-select label>span {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pass-route-select b {
  font-size: 14px;
}

.pass-route-select small {
  color: #6a7479;
  font-size: 9px;
}

.pass-route-select i {
  width: 18px;
  height: 18px;
  border: 1px solid #91999b;
  border-radius: 50%;
}

.pass-route-select label.active i {
  border: 5px solid var(--blue-deep);
}

.field-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field-grid label {
  display: block;
}

.field-grid label.wide {
  grid-column: 1 / -1;
}

.field-grid label>span {
  display: block;
  margin-bottom: 7px;
  color: #687177;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
}

.field-grid input,
.field-grid select {
  width: 100%;
  height: 50px;
  padding: 0 13px;
  border: 1px solid #c9cecc;
  border-radius: 0;
  outline: 0;
  background: white;
  color: var(--ink);
  font-size: 13px;
}

.field-grid input:focus,
.field-grid select:focus {
  border-color: var(--blue-deep);
}

.privacy {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #687177;
  font-size: 10px;
}

.privacy input {
  accent-color: var(--blue-deep);
}

.pass-submit {
  width: 100%;
  min-height: 64px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.pass-submit b {
  color: var(--blue);
}

.demo-note {
  display: block;
  margin-top: 13px;
  color: #7c8586;
  text-align: center;
  font-size: 9px;
}

.pass-cut {
  position: absolute;
  top: 29%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--signal);
}

.pass-cut-left {
  left: -13px;
}

.pass-cut-right {
  right: -13px;
}

.finale {
  height: 850px;
  position: relative;
  overflow: hidden;
}

.finale>img,
.finale-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.finale>img {
  object-position: 68% center;
}

.finale-shade {
  background: linear-gradient(90deg, rgba(7, 12, 17, .86), rgba(7, 12, 17, .3) 58%, rgba(7, 12, 17, .04)), linear-gradient(0deg, rgba(7, 12, 17, .42), transparent);
}

.finale-copy {
  position: absolute;
  z-index: 2;
  left: 6vw;
  top: 45%;
  transform: translateY(-50%);
}

.finale-copy>img {
  width: 155px;
  margin-bottom: 48px;
}

.finale-copy>span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
}

.finale h2 {
  margin-top: 28px;
  font-size: clamp(70px, 7.5vw, 125px);
}

.finale h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px white;
}

.finale-copy>a {
  width: 250px;
  height: 60px;
  margin-top: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--signal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.finale-copy>a i {
  font-style: normal;
  font-size: 18px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #0a1117;
  color: #fff
}

.footer-signal {
  height: 48px;
  overflow: hidden;
  background: var(--signal);
  color: #101820
}

.footer-signal>div {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
  animation: footerMarquee 24s linear infinite
}

.footer-signal span {
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .18em;
  white-space: nowrap
}

.footer-signal i {
  font-style: normal;
  font-size: 8px
}

@keyframes footerMarquee {
  to {
    transform: translateX(-50%)
  }
}

.footer-watermark {
  position: absolute;
  right: -2vw;
  top: 55px;
  color: rgba(255, 255, 255, .025);
  font: 400 min(34vw, 520px)/.8 Impact, "Arial Black", sans-serif;
  letter-spacing: -.08em;
  pointer-events: none
}

.footer-shell {
  position: relative;
  z-index: 1;
  padding: 90px 6vw 0
}

.footer-lead {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: .72fr 1.25fr .58fr;
  gap: 6vw;
  align-items: start
}

.footer-identity-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.footer-identity-logo {
  display: inline-flex;
  align-items: center;
  transition: opacity .2s, transform .2s
}

.footer-identity-logo:hover {
  opacity: .78;
  transform: translateY(-2px)
}

.footer-identity-logo img {
  display: block;
  width: auto;
  height: auto
}

.footer-identity-logo--bbike img {
  width: 190px
}

.footer-identity-logo--mcp img {
  width: 175px
}

.footer-identity span {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase
}

.footer-statement {
  margin: 0;
  font: 400 clamp(54px, 6.2vw, 104px)/.82 Impact, "Arial Black", sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase
}

.footer-statement span {
  display: block
}

.footer-statement span:last-child {
  color: var(--signal)
}

.footer-actions {
  display: grid;
  gap: 12px
}

.footer-actions a {
  height: 62px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .14em
}

.footer-actions i {
  font-style: normal;
  font-size: 19px
}

.footer-register {
  background: var(--signal)
}

.footer-top-link {
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .03)
}

.footer-data {
  display: grid;
  grid-template-columns: 1fr 1.35fr .8fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-left: 1px solid rgba(255, 255, 255, .17)
}

.footer-data article {
  min-height: 230px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 1px solid rgba(255, 255, 255, .17)
}

.footer-data article>span {
  display: block;
  margin-bottom: 42px;
  color: var(--signal);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em
}

.footer-data strong {
  display: block;
  font-size: 17px;
  line-height: 1.2
}

.footer-data small {
  display: block;
  margin-top: 17px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  line-height: 1.65
}

.footer-data a {
  transition: color .2s
}

.footer-data a:hover {
  color: var(--signal)
}

.footer-email strong {
  font-size: 17px;
  overflow-wrap: anywhere
}

.footer-email small a {
  overflow-wrap: anywhere
}

.footer-locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid rgba(255, 255, 255, .17)
}

.footer-locations article {
  min-height: 180px;
  padding: 32px 28px;
  border-right: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 1px solid rgba(255, 255, 255, .17)
}

.footer-locations article>span {
  display: block;
  margin-bottom: 24px;
  color: var(--signal);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em
}

.footer-locations strong {
  display: block;
  font-size: 20px;
  line-height: 1.2
}

.footer-locations address {
  margin-top: 12px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55
}

.footer-locations a {
  display: inline-block;
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  transition: color .2s
}

.footer-locations a:hover {
  color: var(--signal)
}

.footer-nav {
  display: flex;
  flex-direction: column
}

.footer-nav>span {
  margin-bottom: 28px !important
}

.footer-nav>a {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .75);
  font-size: 10px;
  font-weight: 750
}

.footer-nav>a i {
  font-style: normal;
  color: var(--signal)
}

.footer-bottom {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 35px;
  color: rgba(255, 255, 255, .32);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase
}

.footer-bottom>div {
  display: flex;
  gap: 28px
}

.footer-bottom a {
  color: rgba(255, 255, 255, .68)
}

.footer-bottom a:hover {
  color: var(--signal)
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  padding: 20px;
  display: grid;
  place-items: center;
  background: rgba(7, 12, 17, .88);
  backdrop-filter: blur(12px);
}

.modal-backdrop[hidden] {
  display: none;
}

.demo-modal {
  position: relative;
  width: min(540px, 100%);
  padding: 52px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .45);
}

.modal-x {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: none;
  color: #6f797c;
  cursor: pointer;
  font-size: 26px;
}

.modal-check {
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: white;
  font-size: 26px;
  font-weight: 900;
}

.demo-modal>span {
  color: var(--blue-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.demo-modal h2 {
  margin: 16px 0 22px;
  font-family: Impact, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: .95;
}

.demo-modal>p {
  color: #667177;
  font-size: 14px;
  line-height: 1.65;
}

.demo-modal>div:not(.modal-check) {
  margin: 28px 0;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  background: white;
}

.demo-modal small {
  color: #6f797c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.demo-modal b {
  color: var(--blue-deep);
  font-size: 12px;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.pass-route-select>div {
  grid-template-columns: repeat(3, 1fr);
}

.form-feedback {
  margin-top: 15px;
  padding: 12px 14px;
  border-left: 4px solid #ce3d4a;
  background: #fee9eb;
  color: #8f2f38;
  font-size: 11px;
  line-height: 1.5;
}

.pass-submit:disabled {
  cursor: not-allowed;
  opacity: .58;
  background: #8f9799;
}

.pass-submit.is-submitting:disabled {
  cursor: wait;
  opacity: .68;
  background: var(--ink);
}

.demo-modal .modal-registration {
  margin: 22px 0 12px;
}

.demo-modal .modal-qr {
  width: 250px;
  height: 250px;
  margin: 0 auto 14px !important;
  padding: 15px !important;
  display: block !important;
  background: #fff;
}

.demo-modal .modal-qr canvas,
.demo-modal .modal-qr img {
  max-width: 100%;
  height: auto !important;
}

.modal-ticket {
  min-height: 44px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-deep);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}

.modal-close {
  width: 100%;
  height: 56px;
  border: 0;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 160px 1fr 175px;
  }

  .site-header nav {
    gap: 20px;
  }

  .hero-copy {
    left: 5vw;
    width: 82vw;
  }

  .hero-date {
    right: 5vw;
  }

  .manifesto {
    grid-template-columns: .35fr 1fr .65fr;
  }

  .route-console {
    grid-template-columns: .9fr 1.1fr;
  }

  .route-data {
    padding: 32px;
  }

  .pass-section {
    gap: 5vw;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-pass {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header nav {
    position: fixed;
    inset: 0;
    padding: 130px 26px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    background: rgba(5, 37, 80, .98);
    transform: translateX(100%);
    transition: transform .45s var(--ease);
  }

  .site-header nav.open {
    transform: translateX(0);
  }

  .site-header nav a {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: 24px;
  }

  .site-header nav a span {
    font-size: 10px;
  }

  .hero-title {
    font-size: clamp(90px, 18vw, 145px);
  }

  .hero-copy {
    top: 22%;
  }

  .hero-intro {
    margin-left: 0;
    grid-template-columns: 1fr 190px;
  }

  .hero-date {
    top: 20%;
    width: 92px;
    height: 125px;
  }

  .hero-date strong {
    font-size: 54px;
  }

  .manifesto {
    grid-template-columns: 1fr 2fr;
  }

  .manifesto-heading {
    grid-column: 2;
  }

  .manifesto-copy {
    grid-column: 2;
  }

  .manifesto-stats {
    grid-column: 1 / -1;
  }

  .route-console {
    grid-template-columns: 1fr;
  }

  .route-visual {
    min-height: 550px;
  }

  .route-data {
    min-height: 650px;
  }

  .race-day,
  .pass-section {
    grid-template-columns: 1fr;
  }

  .race-clock {
    margin-top: 70px;
  }

  .dual-shot {
    grid-template-columns: 1fr;
  }

  .dual-copy {
    min-height: 520px;
  }

  .dual-shot>img {
    height: 620px;
  }

  .pass-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
  }

  .pass-copy>span,
  .pass-copy h2 {
    grid-column: 1 / -1;
  }

  .footer-lead {
    grid-template-columns: .7fr 1.3fr
  }

  .footer-actions {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr
  }

  .footer-data {
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom {
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom>div {
    grid-column: 1/-1
  }
}

@media (max-width: 620px) {
  .demo-bar {
    height: 28px;
    padding: 0 14px;
  }

  .demo-bar span:last-child {
    display: none;
  }

  .site-header,
  .site-header.scrolled {
    top: 28px;
    height: 68px;
    padding: 0 15px;
  }

  .site-header.scrolled {
    top: 0;
  }

  .brand img {
    width: 115px;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
    max-height: 880px;
  }

  .hero-media img {
    object-position: 68% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 9, 12, .66), rgba(5, 9, 12, .12)), linear-gradient(0deg, rgba(5, 9, 12, .68), transparent 58%);
  }

  .hero::after,
  .hero-side-index,
  .hero-track {
    display: none;
  }

  .hero-copy {
    left: 18px;
    top: 20%;
    width: calc(100% - 36px);
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .hero-title {
    font-size: clamp(72px, 23vw, 105px);
    line-height: .85;
  }

  .title-shift {
    padding-left: .22em;
  }

  .hero-intro {
    width: 100%;
    margin-top: 32px;
    display: block;
  }

  .hero-intro p {
    max-width: 330px;
    font-size: 13px;
  }

  .magnetic-link {
    width: 210px;
    margin-top: 22px;
  }

  .hero-date {
    top: auto;
    right: 18px;
    bottom: 108px;
    width: 78px;
    height: 104px;
    padding: 11px;
  }

  .hero-date strong {
    font-size: 45px;
  }

  .hero-date small {
    font-size: 7px;
  }

  .countdown {
    left: 18px;
    right: 18px;
    bottom: 19px;
    min-width: 0;
    height: 66px;
    grid-template-columns: .9fr repeat(3, 1fr);
  }

  .countdown>span {
    font-size: 7px;
  }

  .countdown>div {
    padding-left: 9px;
  }

  .countdown b {
    font-size: 17px;
  }

  .ticker {
    height: 58px;
  }

  .ticker span {
    font-size: 22px;
  }

  .manifesto {
    min-height: 0;
    padding: 90px 18px;
    display: block;
  }

  .manifesto-heading {
    margin-top: 65px;
  }

  .manifesto h2 {
    font-size: 58px;
  }

  .manifesto-copy {
    padding-top: 50px;
  }

  .manifesto-stats {
    margin-top: 65px;
    grid-template-columns: 1fr;
  }

  .manifesto-stats div {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid #bbc1c2;
  }

  .manifesto-stats div:last-child {
    border-bottom: 0;
  }

  .community-shot {
    height: 610px;
    min-height: 0;
  }

  .shot-window {
    clip-path: inset(5% 0 5% 0);
  }

  .shot-window img {
    object-position: 50% center;
  }

  .shot-stamp {
    top: 7%;
    right: 15px;
    width: 130px;
    height: 130px;
    padding: 14px;
    gap: 4px;
  }

  .shot-stamp span {
    font-size: 10px;
  }

  .shot-stamp small {
    margin-top: 2px;
    font-size: 5px;
  }

  .shot-stamp b {
    max-width: 100px;
    font-size: 22px;
  }

  .shot-caption {
    left: 18px;
    bottom: 9%;
    font-size: 35px;
  }

  .route-lab {
    padding: 90px 18px 40px;
  }

  .lab-head {
    display: block;
  }

  .lab-head h2 {
    font-size: 64px;
  }

  .lab-head>p {
    margin-top: 35px;
  }

  .route-console {
    margin: 55px -18px 0;
    border-left: 0;
    border-right: 0;
  }

  .route-visual {
    min-height: 430px;
  }

  .route-image-explorer {
    object-position: 48% center;
  }

  .route-data {
    min-height: 640px;
    padding: 26px 18px 30px;
  }

  .route-name {
    margin-top: 45px;
  }

  .route-name h3 {
    font-size: 68px;
  }

  .route-data>p {
    font-size: 13px;
  }

  .elevation {
    margin-top: 32px;
  }

  .elevation svg {
    height: 105px;
  }

  .route-metrics strong {
    font-size: 28px;
  }

  .race-day {
    padding: 90px 18px;
  }

  .race-day h2 {
    font-size: 59px;
  }

  .race-clock {
    margin-top: 60px;
  }

  .race-clock article {
    grid-template-columns: 148px 28px minmax(0, 1fr);
    gap: 10px;
  }

  .race-clock time {
    font-size: 30px;
  }

  .race-clock h3 {
    font-size: 16px;
  }

  .dual-copy {
    min-height: 480px;
    padding: 75px 18px;
  }

  .dual-copy h2 {
    font-size: 62px;
  }

  .dual-shot>img {
    height: 500px;
    object-position: 66% center;
  }

  .pass-section {
    padding: 90px 18px;
  }

  .pass-copy {
    display: block;
  }

  .pass-copy h2 {
    font-size: 92px;
  }

  .race-pass {
    margin: 65px -18px -90px;
    padding: 34px 18px 85px;
    box-shadow: none;
  }

  .pass-route-select>div,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-grid label.wide {
    grid-column: auto;
  }

  .consent-group {
    padding: 11px;
  }

  .consent-card {
    padding: 13px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .consent-card>a {
    padding-left: 32px;
    white-space: normal;
  }

  .consent-card label b {
    font-size: 10px;
  }

  .consent-optional-note {
    padding: 11px;
  }

  .pass-submit {
    padding: 0 15px;
    gap: 12px;
  }

  .pass-submit span {
    text-align: left;
    line-height: 1.35;
  }

  .pass-cut {
    display: none;
  }

  .finale {
    height: 760px;
  }

  .finale>img {
    object-position: 70% center;
  }

  .finale-copy {
    left: 18px;
    right: 18px;
  }

  .finale-copy>img {
    width: 125px;
    margin-bottom: 38px;
  }

  .finale h2 {
    font-size: 64px;
  }

  .footer-signal {
    height: 42px
  }

  .footer-shell {
    padding: 65px 18px 0
  }

  .footer-watermark {
    top: 75px;
    right: -8vw;
    font-size: 75vw
  }

  .footer-lead {
    padding-bottom: 55px;
    display: block
  }

  .footer-identity-logos {
    gap: 18px
  }

  .footer-identity-logo--bbike img {
    width: 165px
  }

  .footer-identity-logo--mcp img {
    width: 150px
  }

  .footer-statement {
    margin-top: 52px;
    font-size: 60px
  }

  .footer-actions {
    margin-top: 45px;
    grid-template-columns: 1fr
  }

  .footer-data {
    grid-template-columns: 1fr
  }

  .footer-locations {
    grid-template-columns: 1fr
  }

  .footer-locations article {
    min-height: 0;
    padding: 30px 24px
  }

  .footer-data article {
    min-height: 0;
    padding: 30px 24px
  }

  .footer-data article>span {
    margin-bottom: 24px
  }

  .footer-bottom {
    padding: 27px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
  }

  .footer-bottom>div {
    display: grid;
    gap: 13px
  }

  .footer-bottom>span {
    line-height: 1.55
  }

  .demo-modal {
    padding: 45px 22px 28px;
  }

  .demo-modal h2 {
    font-size: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* 6 Ore della Brianza · contenuti definitivi 2026 */
.hero-media img,
.hero-media video {
  object-position: center 44%
}

.shot-window img {
  object-position: center 36%
}

.route-image.is-single {
  object-position: center 42%
}

.finale>img {
  object-position: center 40%
}

.event-format .route-console {
  margin-bottom: 0
}

.route-image.is-single {
  opacity: 1;
  transform: none
}

.format-data {
  justify-content: center
}

.format-data .route-name {
  margin-top: 0
}

.format-data .route-name-secondary {
  margin-top: 45px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, .16)
}

.format-subtitle {
  margin-top: 12px !important;
  color: var(--signal) !important;
  font-size: 11px !important;
  font-weight: 850;
  letter-spacing: .13em
}

.format-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, .2);
  border-top: 0
}

.format-details article {
  padding: 48px;
  background: var(--panel)
}

.format-details article+article {
  border-left: 1px solid rgba(255, 255, 255, .16)
}

.format-details article>span {
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em
}

.format-details h3 {
  margin: 14px 0 25px;
  font: 400 38px/1 Impact, sans-serif;
  letter-spacing: .01em
}

.format-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px
}

.format-details li,
.format-details p {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.65
}

.format-details li:before {
  content: "↗";
  margin-right: 11px;
  color: var(--signal)
}

.location-card {
  margin-top: 32px;
  padding: 22px;
  border-left: 4px solid var(--signal);
  background: rgba(255, 255, 255, .05)
}

.location-card small,
.location-card b,
.location-card span {
  display: block
}

.location-card small {
  color: var(--signal);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em
}

.location-card b {
  margin-top: 10px;
  font-size: 15px
}

.location-card span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px
}

.format-prize {
  margin-top: 28px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border-left: 4px solid var(--signal);
  background: rgba(255, 255, 255, .06)
}

.format-prize>i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: #fff;
  font-style: normal;
  font-size: 15px
}

.format-prize>p {
  margin: 0;
  color: #fff
}

.format-prize small,
.format-prize strong {
  display: block
}

.format-prize small {
  margin-bottom: 6px;
  color: var(--signal);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em
}

.format-prize strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.55
}

.trail-respect {
  position: relative;
  margin-top: 28px;
  padding: 42px 46px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  background: linear-gradient(115deg, #182a39, #14232f)
}

.trail-respect:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 90, 31, .18);
  border-radius: 50%
}

.trail-respect-icon {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  font-size: 29px
}

.trail-respect>div {
  position: relative;
  z-index: 1
}

.trail-respect h3 {
  margin: 0 0 18px;
  color: #fff;
  font: 400 clamp(32px, 3vw, 48px)/1 Impact, sans-serif;
  letter-spacing: .01em
}

.trail-respect p {
  max-width: 950px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.75
}

.trail-respect p+p {
  margin-top: 11px
}

.trail-respect strong {
  display: block;
  margin-top: 21px;
  color: var(--signal);
  font-size: 14px;
  line-height: 1.6
}

@media(max-width:620px) {
  .format-prize {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 16px;
    gap: 12px
  }

  .format-prize>i {
    width: 31px;
    height: 31px;
    font-size: 13px
  }

  .trail-respect {
    margin: 24px -18px 0;
    padding: 30px 20px;
    grid-template-columns: 1fr;
    gap: 18px
  }

  .trail-respect-icon {
    width: 54px;
    height: 54px;
    font-size: 24px
  }

  .trail-respect h3 {
    margin-bottom: 15px;
    font-size: 32px
  }

  .trail-respect p,
  .trail-respect strong {
    font-size: 12px
  }
}

.services-section {
  padding: 110px 6vw 125px;
  background: #e8e9e4;
  color: var(--ink)
}

.services-heading {
  display: grid;
  grid-template-columns: .4fr 1fr 1fr;
  gap: 4vw;
  align-items: end
}

.services-heading>span {
  color: var(--blue-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em
}

.services-heading h2 {
  margin: 0;
  font: 400 clamp(55px, 6vw, 90px)/.9 Impact, sans-serif
}

.services-heading p {
  margin: 0;
  color: #67727a;
  font-size: 14px;
  line-height: 1.7
}

.services-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bfc5c5;
  border-left: 1px solid #bfc5c5
}

.services-grid article {
  min-height: 178px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #bfc5c5;
  border-bottom: 1px solid #bfc5c5;
  transition: background .25s, transform .25s
}

.services-grid article:hover {
  z-index: 1;
  background: #fff;
  transform: translateY(-3px)
}

.service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px
}

.services-grid span {
  color: var(--signal);
  font-size: 9px;
  font-weight: 850
}

.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(215, 70, 18, .32);
  border-radius: 50%;
  color: var(--blue-deep);
  font-style: normal;
  transition: background .25s, color .25s, transform .25s
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.services-grid article:hover .service-icon {
  background: var(--signal);
  color: #fff;
  transform: rotate(-5deg) scale(1.05)
}

.services-grid b {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.45
}

.payment-notes {
  margin-top: 38px;
  display: grid;
  gap: 12px
}

.payment-notes article {
  padding: 20px;
  border: 1px solid rgba(5, 11, 20, .24)
}

.payment-notes span,
.payment-notes b,
.payment-notes code {
  display: block
}

.payment-notes span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em
}

.payment-notes b {
  margin-top: 10px;
  font-size: 11px
}

.payment-notes code {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 800;
  word-break: break-word
}

.payment-notes p {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.65
}

.field-grid textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #c9cecc;
  border-radius: 0;
  outline: 0;
  resize: vertical;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.5
}

.field-grid textarea:focus {
  border-color: var(--blue-deep)
}

.field-grid label>small {
  display: block;
  margin-top: 6px;
  color: #7a8489;
  font-size: 8px
}

.field-grid input[type=file] {
  height: auto;
  min-height: 54px;
  padding: 13px;
  background: #fff
}

.group-discount-block {
  padding: 22px;
  border: 1px solid #c9cecc;
  background: #eceee9
}

.group-toggle {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #4e585e;
  font-size: 11px;
  line-height: 1.55
}

.group-toggle input {
  margin-top: 3px;
  accent-color: var(--blue-deep)
}

.group-help {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--acid);
  background: rgba(191, 255, 44, .08);
  color: rgba(5, 27, 58, .72);
  font-size: .84rem;
  line-height: 1.55
}

.group-discount-block>.group-toggle+div[hidden] {
  display: none
}

.group-discount-block>.group-toggle+div:not([hidden]) {
  margin-top: 15px
}

.consent-list {
  margin-top: 27px;
  display: grid;
  gap: 10px
}

.consent-list .privacy {
  margin: 0;
  padding: 14px;
  border: 1px solid #d1d5d3;
  background: #fff;
  align-items: flex-start;
  line-height: 1.55
}

.consent-list .privacy input {
  flex: 0 0 auto;
  margin-top: 2px
}

.pass-disclosure {
  margin-top: 24px;
  border: 1px solid #c9cecc;
  background: #fff
}

.pass-disclosure summary {
  min-height: 62px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none
}

.pass-disclosure summary::-webkit-details-marker {
  display: none
}

.pass-disclosure summary>span,
.pass-disclosure summary b {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em
}

.pass-disclosure summary b {
  color: var(--blue-deep)
}

.pass-disclosure summary i {
  display: inline-block;
  margin-left: 8px;
  font-style: normal;
  transition: transform .25s
}

.pass-disclosure[open] summary i {
  transform: rotate(180deg)
}

.pass-disclosure>.field-grid {
  padding: 2px 18px 20px;
  border-top: 1px solid #dde0de
}

.consent-disclosure>.consent-list {
  margin: 0;
  padding: 14px 18px 18px;
  border-top: 1px solid #dde0de
}

.pass-disclosure:has(:invalid) summary {
  box-shadow: inset 3px 0 var(--signal)
}

.additional-athletes {
  margin-top: 24px;
  border: 1px solid #bfc7c5;
  background: #e8ebe7
}

.additional-athletes[hidden] {
  display: none
}

.additional-athletes>header {
  padding: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid #c9cfcc;
  background: var(--blue-deep);
  color: #fff
}

.additional-athletes>header span,
.additional-athletes>header h3,
.additional-athletes>header p {
  display: block;
  margin: 0
}

.additional-athletes>header span {
  color: var(--acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em
}

.additional-athletes>header h3 {
  margin-top: 6px;
  font: 400 28px/1 Impact, sans-serif;
  letter-spacing: .02em
}

.additional-athletes>header p {
  max-width: 410px;
  margin-top: 8px;
  color: rgba(255,255,255,.7);
  font-size: 9px;
  line-height: 1.55
}

.additional-athletes>header>b {
  flex: 0 0 auto;
  padding: 10px 12px;
  background: var(--acid);
  color: var(--blue-deep);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap
}

.additional-athlete-list {
  padding: 14px;
  display: grid;
  gap: 12px
}

.additional-athlete-card {
  border: 1px solid #c8cecb;
  background: #fff
}

.additional-athlete-card:has(:invalid) {
  border-left: 4px solid var(--signal)
}

.additional-athlete-card summary {
  min-height: 68px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none
}

.additional-athlete-card summary::-webkit-details-marker {
  display: none
}

.additional-athlete-card summary>span {
  min-width: 0;
  display: grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  column-gap:10px
}

.additional-athlete-card summary>span>i {
  grid-row:1/3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dce9f5;
  color:var(--blue-deep);
  font-style:normal;
  font-size:9px;
  font-weight:900
}

.additional-athlete-card summary b,
.additional-athlete-card summary small {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.additional-athlete-card summary b {
  color:var(--blue-deep);
  font-size:9px;
  letter-spacing:.12em
}

.additional-athlete-card summary small {
  margin-top:4px;
  color:#707b80;
  font-size:9px
}

.additional-athlete-card summary>em {
  flex:0 0 auto;
  color:#6e797e;
  font-size:7px;
  font-style:normal;
  font-weight:850;
  letter-spacing:.09em
}

.additional-athlete-card summary>em i {
  display:inline-block;
  margin-left:7px;
  font-style:normal;
  transition:transform .2s
}

.additional-athlete-card[open] summary>em i {
  transform:rotate(180deg)
}

.additional-athlete-body {
  padding:18px;
  border-top:1px solid #e2e5e3
}

.additional-athlete-body>.field-grid {
  margin-top:14px
}

.additional-athlete-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}

.additional-athlete-actions>span {
  color:#7d878c;
  font-size:7px;
  font-weight:900;
  letter-spacing:.13em
}

.additional-athlete-actions button {
  min-height:32px;
  padding:0 10px;
  border:1px solid #c94c55;
  background:#fff;
  color:#a62f38;
  cursor:pointer;
  font-size:7px;
  font-weight:900;
  letter-spacing:.07em
}

.additional-athlete-actions button[hidden] {
  display:none
}

.member-race-fields {
  grid-column:1/-1;
  padding:14px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  border-left:4px solid var(--blue-deep);
  background:#eef4f8
}

.member-race-fields[hidden] {
  display:none
}

.member-race-fields label.wide {
  grid-column:1/-1
}

.add-athlete-button {
  width:calc(100% - 28px);
  min-height:50px;
  margin:0 14px 14px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  background:var(--acid);
  color:var(--blue-deep);
  cursor:pointer;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em
}

.add-athlete-button[hidden] {
  display:none
}

.add-athlete-button i {
  font-size:20px;
  font-style:normal
}

.additional-athletes-note {
  display:block;
  padding:0 18px 18px;
  color:#687379;
  font-size:8px;
  line-height:1.55
}

.demo-modal .modal-batch-summary {
  max-height:235px;
  padding:17px!important;
  display:block!important;
  overflow:auto
}

.demo-modal .modal-batch-summary[hidden] {
  display:none!important
}

.modal-batch-summary>b {
  display:block;
  margin-top:6px;
  font-size:10px!important;
  letter-spacing:.08em
}

.modal-batch-summary ul {
  margin:13px 0 0;
  padding:0;
  display:grid;
  gap:7px;
  list-style:none
}

.modal-batch-summary a {
  padding:9px 10px;
  display:block;
  background:#edf4f8;
  color:var(--blue-deep);
  font-size:9px;
  font-weight:800;
  text-decoration:none
}

@media(max-width:620px) {
  .additional-athletes>header {
    align-items:flex-start;
    flex-direction:column
  }

  .additional-athletes>header>b {
    white-space:normal
  }

  .additional-athlete-list {
    padding:10px
  }

  .additional-athlete-card summary {
    padding:0 13px
  }

  .additional-athlete-card summary>em {
    font-size:0
  }

  .additional-athlete-card summary>em i {
    font-size:14px
  }

  .additional-athlete-body {
    padding:14px
  }

  .member-race-fields {
    grid-template-columns:1fr
  }

  .member-race-fields label.wide {
    grid-column:auto
  }
}

.consent-section {
  margin-top: 24px;
  border-top: 1px solid #c9cecc;
  padding-top: 24px
}

.consent-heading>span {
  display: block;
  color: var(--ink);
  font-size: var(--ty-form-label);
  font-weight: 900;
  letter-spacing: .14em
}

.consent-heading>p {
  max-width: 620px;
  margin: 9px 0 0;
  color: #59666d;
  font-size: var(--ty-form-help);
  line-height: 1.55
}

.consent-group {
  margin-top: 17px;
  padding: 15px;
  border: 1px solid #d4d8d7;
  background: rgba(255, 255, 255, .58)
}

.consent-group-title {
  height: 27px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-deep)
}

.consent-group-title>i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-deep);
  border-radius: 50%;
  font: normal 10px/1 Arial
}

.consent-group-required .consent-group-title>i {
  background: var(--blue-deep);
  color: #fff;
  border-color: var(--blue-deep)
}

.consent-group-title>b {
  font-size: 9px;
  letter-spacing: .1em
}

.consent-card {
  min-height: 92px;
  margin-top: 8px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 1px solid #d8dcdb;
  background: #fff
}

.consent-card>label {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  cursor: pointer
}

.consent-card input {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin: 1px 0 0;
  accent-color: var(--blue-deep)
}

.consent-card label>span {
  min-width: 0;
  display: block
}

.consent-card label b,
.consent-card label small {
  display: block
}

.consent-card label b {
  color: var(--ink);
  font-size: 11px;
  line-height: 1.3
}

.consent-card label b em {
  color: var(--signal);
  font-style: normal
}

.consent-card label small {
  margin-top: 5px;
  color: #5f6a70;
  font-size: var(--ty-form-help);
  line-height: 1.55
}

.consent-card>a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-deep);
  font-size: 8px;
  font-weight: 850;
  line-height: 1.3;
  white-space: nowrap
}

.consent-card>a i {
  font: normal 15px/1 Arial
}

.consent-card>a:hover {
  text-decoration: underline
}

.consent-group-optional {
  margin-top: 13px
}

.consent-group-optional .consent-group-title>i {
  background: #fff
}

.consent-optional-note {
  margin: 10px 0 0;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #d4ddea;
  background: #eef4ff;
  color: #334e6c;
  font-size: var(--ty-form-help);
  line-height: 1.5
}

.consent-optional-note>i {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: grid;
  place-items: center;
  border: 1px solid #4a75aa;
  border-radius: 50%;
  font: 700 10px/1 Arial
}

.consent-section+.legal-validation {
  margin-bottom: 13px
}

.legal-validation {
  display: block;
  margin: 14px 0;
  padding: 12px;
  border-left: 4px solid #d58a18;
  background: #fff3dc;
  color: #7e5618;
  font-size: 9px;
  line-height: 1.5
}

.about-section {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #111b24
}

.about-media {
  min-height: 820px;
  overflow: hidden
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%
}

.about-copy {
  padding: 110px 7vw;
  align-self: center
}

.about-copy>span {
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em
}

.about-copy h2 {
  margin: 35px 0 45px;
  font: 400 clamp(63px, 6.7vw, 112px)/.82 Impact, sans-serif;
  letter-spacing: -.035em
}

.about-copy h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .75)
}

.about-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 1.75
}

.about-copy>a {
  width: 230px;
  height: 58px;
  margin-top: 34px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--signal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em
}

.about-copy>a i {
  font-style: normal;
  font-size: 17px
}

.sponsors-section {
  padding: 95px 6vw 110px;
  background: var(--paper);
  color: var(--ink)
}

.sponsors-group--institutional {
  margin-top: 95px;
  padding-top: 85px;
  border-top: 2px solid var(--ink)
}

.sponsors-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px
}

.sponsors-title span {
  color: var(--blue-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em
}

.sponsors-title h2 {
  margin: 0;
  font: 400 clamp(44px, 5vw, 78px)/.9 Impact, sans-serif
}

.sponsors-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #c8cecd;
  border-left: 1px solid #c8cecd
}

.sponsors-grid--institutional {
  grid-template-columns: repeat(4, 1fr)
}

.sponsors-grid>a,
.sponsors-grid>div {
  min-height: 135px;
  padding: 22px;
  display: grid;
  place-items: center;
  border-right: 1px solid #c8cecd;
  border-bottom: 1px solid #c8cecd;
  background: #fff
}

.sponsors-grid img {
  width: 100%;
  height: 75px;
  object-fit: contain;
  filter: grayscale(.1);
  transition: filter .2s, transform .2s
}

.sponsors-grid a:hover img {
  filter: none;
  transform: scale(1.04)
}

@media(max-width:860px) {
  .format-details {
    grid-template-columns: 1fr
  }

  .format-details article+article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16)
  }

  .services-heading {
    grid-template-columns: 1fr 1fr
  }

  .services-heading>span {
    grid-column: 1/-1
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-section {
    grid-template-columns: 1fr
  }

  .about-media {
    min-height: 600px
  }

  .about-copy {
    padding: 90px 6vw
  }

  .sponsors-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .sponsors-grid--institutional {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:620px) {

  .hero-media img,
  .hero-media video {
    object-position: 52% center
  }

  .hero-video-status {
    right: 18px;
    bottom: 105px
  }

  .shot-window img {
    object-position: 50% center
  }

  .route-image.is-single {
    object-position: 48% center
  }

  .finale>img {
    object-position: 48% center
  }

  .format-data {
    min-height: 0
  }

  .format-details {
    margin: 0 -18px
  }

  .format-details article {
    padding: 35px 20px
  }

  .services-section {
    padding: 85px 18px
  }

  .services-heading {
    display: block
  }

  .services-heading h2 {
    margin-top: 30px;
    font-size: 54px
  }

  .services-heading p {
    margin-top: 25px
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 45px
  }

  .services-grid article {
    min-height: 132px;
    padding: 20px
  }

  .service-icon {
    width: 44px;
    height: 44px
  }

  .service-icon svg {
    width: 24px;
    height: 24px
  }

  .payment-notes {
    margin-top: 30px
  }

  .about-media {
    min-height: 500px
  }

  .about-media img {
    object-position: 56% center
  }

  .about-copy {
    padding: 80px 18px
  }

  .about-copy h2 {
    font-size: 61px
  }

  .sponsors-section {
    padding: 75px 18px
  }

  .sponsors-group--institutional {
    margin-top: 70px;
    padding-top: 60px
  }

  .sponsors-title {
    display: block
  }

  .sponsors-title h2 {
    margin-top: 25px;
    font-size: 50px
  }

  .sponsors-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px
  }

  .sponsors-grid>a,
  .sponsors-grid>div {
    min-height: 105px;
    padding: 15px
  }

  .sponsors-grid img {
    height: 60px
  }
}

/* Materiali pubblici e mappa interattiva del percorso */
.race-resources {
  padding: 0 clamp(28px, 7vw, 110px) clamp(80px, 10vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 24px;
  background: #e8e9e4;
  color: var(--ink)
}

.route-map-card {
  grid-column: 1/-1;
  overflow: hidden;
  border-top: 5px solid var(--signal);
  background: #f4f4f0;
  box-shadow: 0 30px 80px rgba(17, 27, 36, .12)
}

.route-map-heading {
  padding: 40px 44px 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px
}

.route-map-heading>div:first-child {
  max-width: 700px
}

.route-map-heading>div:first-child>span {
  color: var(--signal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em
}

.route-map-heading h2 {
  margin: 12px 0 10px;
  font: 400 clamp(44px, 5.4vw, 82px)/.88 Impact, sans-serif;
  letter-spacing: -.025em
}

.route-map-heading p {
  max-width: 620px;
  margin: 0;
  color: #69747a;
  font-size: 13px;
  line-height: 1.65
}

.route-map-stats {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 110px);
  border-top: 1px solid #c9cdca;
  border-left: 1px solid #c9cdca
}

.route-map-stats article {
  min-height: 94px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #c9cdca;
  border-bottom: 1px solid #c9cdca
}

.route-map-stats b {
  color: var(--signal);
  font: 400 38px/1 Impact, sans-serif
}

.route-map-stats span {
  color: #67727a;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em
}

.route-map-shell {
  position: relative;
  height: clamp(470px, 58vw, 680px);
  overflow: hidden;
  background: #cbd3c6;
  isolation: isolate
}

.route-interactive-map,
.route-map-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.route-interactive-map {
  z-index: 2;
  opacity: 0;
  transition: opacity .45s ease
}

.route-map-fallback {
  z-index: 1;
  object-fit: cover;
  filter: saturate(.84) contrast(.95);
  transition: opacity .45s ease
}

.route-map-shell.is-ready .route-interactive-map {
  opacity: 1
}

.route-map-shell.is-ready .route-map-fallback {
  opacity: 0;
  pointer-events: none
}

.route-map-loader {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(7, 29, 61, .9);
  color: #fff;
  box-shadow: 0 12px 35px rgba(7, 29, 61, .2);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  transition: opacity .25s
}

.route-map-loader i {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, .28);
  border-top-color: var(--signal);
  border-radius: 50%;
  animation: routeMapSpin .8s linear infinite
}

.route-map-shell.is-ready .route-map-loader,
.route-map-shell.is-error .route-map-loader {
  opacity: 0;
  pointer-events: none
}

@keyframes routeMapSpin {
  to {
    transform: rotate(360deg)
  }
}

.route-map-layers {
  position: absolute;
  z-index: 500;
  top: 18px;
  left: 62px;
  height: 42px;
  padding: 4px;
  display: flex;
  gap: 2px;
  border: 1px solid rgba(7, 29, 61, .15);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 9px 25px rgba(7, 29, 61, .12);
  backdrop-filter: blur(10px)
}

.route-map-layers button {
  min-width: 82px;
  padding: 0 13px;
  border: 0;
  background: transparent;
  color: #071d3d;
  cursor: pointer;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .11em;
  transition: background .2s, color .2s
}

.route-map-layers button:hover {
  background: rgba(255, 90, 31, .14)
}

.route-map-layers button.is-active {
  background: var(--signal);
  color: #fff
}

.route-map-layers button:focus-visible {
  outline: 2px solid #071d3d;
  outline-offset: 2px
}

.route-map-shell.is-error .route-map-layers {
  display: none
}

.route-map-tools {
  position: absolute;
  z-index: 1200;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 8px;
  pointer-events: auto !important
}

.route-map-tools button {
  height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(7, 29, 61, .15);
  background: rgba(255, 255, 255, .94);
  color: #071d3d;
  box-shadow: 0 9px 25px rgba(7, 29, 61, .12);
  cursor: pointer;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
  backdrop-filter: blur(10px);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto !important;
  transition: background .2s, color .2s, transform .2s
}

.route-map-tools button:hover {
  background: var(--signal);
  color: #fff;
  transform: translateY(-2px)
}

.route-map-tools button i {
  font: normal 17px/1 Arial;
  pointer-events: none
}

.route-map-tools button span {
  pointer-events: none
}

.route-map-shell.is-error .route-map-tools {
  display: none
}

.route-map-error {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  bottom: 22px;
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--signal);
  background: rgba(7, 29, 61, .94);
  color: #fff;
  font-size: 10px;
  line-height: 1.55
}

.route-map-error[hidden] {
  display: none
}

.route-map-footer {
  min-height: 112px;
  padding: 25px 28px 25px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #182731;
  color: #fff
}

.route-map-footer>div span,
.route-map-footer>div small {
  display: block
}

.route-map-footer>div span {
  color: var(--signal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em
}

.route-map-footer>div small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .57);
  font-size: 10px;
  line-height: 1.45
}

.route-map-footer>a {
  min-width: 250px;
  height: 58px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: var(--signal);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  transition: background .2s, transform .2s
}

.route-map-footer>a:hover {
  background: #ff7c4b;
  transform: translateY(-2px)
}

.route-map-footer>a i {
  font: normal 22px/1 Arial
}

.route-map-shell .leaflet-container {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #d4dbd0
}

.route-map-shell .leaflet-control-zoom {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 9px 25px rgba(7, 29, 61, .14) !important
}

.route-map-shell .leaflet-control-zoom a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0 !important;
  border-bottom: 1px solid #e4e6e1 !important;
  color: #071d3d
}

.route-map-shell .leaflet-control-zoom a:last-child {
  border-bottom: 0 !important
}

.route-map-shell .leaflet-control-attribution {
  padding: 4px 7px;
  background: rgba(255, 255, 255, .88);
  font-size: 8px
}

.route-map-shell .leaflet-control-scale-line {
  border-color: #071d3d;
  background: rgba(255, 255, 255, .76);
  color: #071d3d
}

.route-map-tooltip {
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #071d3d !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(7, 29, 61, .22) !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  letter-spacing: .1em
}

.route-map-tooltip:before {
  border-top-color: #071d3d !important
}

html.route-map-fullscreen-open,
body.route-map-fullscreen-open {
  overflow: hidden !important;
  overscroll-behavior: none
}

.route-map-shell:fullscreen,
.route-map-shell.is-pseudo-fullscreen {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #cbd3c6
}

.route-map-shell:fullscreen .route-interactive-map,
.route-map-shell.is-pseudo-fullscreen .route-interactive-map {
  height: 100%;
  opacity: 1
}

.route-map-shell:fullscreen .route-map-tools,
.route-map-shell.is-pseudo-fullscreen .route-map-tools {
  top: max(22px, env(safe-area-inset-top));
  right: max(22px, env(safe-area-inset-right))
}

.route-map-shell:fullscreen .route-map-layers,
.route-map-shell.is-pseudo-fullscreen .route-map-layers {
  top: max(22px, env(safe-area-inset-top));
  left: max(62px, calc(env(safe-area-inset-left) + 62px))
}

.route-map-shell.is-pseudo-fullscreen {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  isolation: isolate
}

.resource-map,
.resource-video,
.resource-links {
  min-height: 360px
}

.resource-map {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d8d3
}

.resource-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain
}

.resource-video {
  position: relative;
  overflow: hidden;
  background: #111b24;
  color: #fff
}

.resource-video video {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  background: #111b24
}

.resource-video>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 28px 24px;
  background: linear-gradient(transparent, rgba(5, 9, 12, .92));
  pointer-events: none
}

.resource-video small {
  display: block;
  margin-bottom: 8px;
  color: var(--signal);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em
}

.resource-video b {
  font-size: 16px;
  line-height: 1.25
}

.resource-links {
  padding: 38px;
  background: #182731;
  color: #fff
}

.resource-links>span {
  display: block;
  margin-bottom: 24px;
  color: var(--signal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em
}

.resource-links a {
  min-height: 69px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .16)
}

.resource-links a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.resource-links small {
  color: var(--signal);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em
}

.resource-links b {
  font-size: 12px;
  line-height: 1.35
}

.resource-links i {
  color: #b8ee55;
  font: normal 22px Impact, sans-serif;
  text-align: right
}

@media(max-width:980px) {
  .route-map-heading {
    align-items: flex-start;
    flex-direction: column
  }

  .route-map-stats {
    width: 100%;
    grid-template-columns: repeat(3, 1fr)
  }

  .route-map-stats article {
    min-height: 84px
  }
}

@media(max-width:850px) {
  .race-resources {
    grid-template-columns: 1fr
  }

  .resource-map,
  .resource-video,
  .resource-links {
    min-height: 0
  }

  .resource-map,
  .resource-video {
    aspect-ratio: 4/3
  }

  .resource-video video {
    min-height: 0;
    height: 100%
  }

  .resource-links {
    padding: 28px
  }

  .route-map-shell {
    height: 570px
  }
}

@media(max-width:620px) {
  .race-resources {
    padding-left: 18px;
    padding-right: 18px
  }

  .route-map-card {
    border-top-width: 4px
  }

  .route-map-heading {
    padding: 27px 20px 24px;
    gap: 26px
  }

  .route-map-heading h2 {
    font-size: 44px
  }

  .route-map-heading p {
    font-size: 11px
  }

  .route-map-stats article {
    min-height: 77px;
    padding: 12px
  }

  .route-map-stats b {
    font-size: 31px
  }

  .route-map-stats span {
    font-size: 6px
  }

  .route-map-shell {
    height: 480px
  }

  .route-map-layers {
    top: 12px;
    left: 58px;
    height: 39px
  }

  .route-map-layers button {
    min-width: 68px;
    padding: 0 9px;
    font-size: 6px
  }

  .route-map-tools {
    top: 12px;
    right: 12px;
    left: auto;
    justify-content: flex-end
  }

  .route-map-tools button {
    height: 39px;
    padding: 0 11px
  }

  .route-map-tools button span {
    display: none
  }

  .route-map-shell:fullscreen .route-map-layers,
  .route-map-shell.is-pseudo-fullscreen .route-map-layers {
    top: max(12px, env(safe-area-inset-top));
    left: max(58px, calc(env(safe-area-inset-left) + 58px))
  }

  .route-map-shell:fullscreen .route-map-tools,
  .route-map-shell.is-pseudo-fullscreen .route-map-tools {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right))
  }

  .route-map-footer {
    padding: 22px 19px;
    align-items: stretch;
    flex-direction: column
  }

  .route-map-footer>a {
    width: 100%;
    min-width: 0
  }

  .route-map-footer>div small {
    font-size: 9px
  }

  .route-map-shell .leaflet-control-attribution {
    max-width: 82%;
    font-size: 6px
  }
}

/* Apertura iscrizioni · avviso temporaneo */
body.launch-open {
  overflow: hidden
}

.launch-notice {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #071d3d;
  animation: launchIn .45s var(--ease) both
}

.launch-notice.is-closing {
  pointer-events: none;
  animation: launchOut .4s var(--ease) both
}

.launch-notice-media,
.launch-notice-shade {
  position: absolute;
  inset: 0
}

.launch-notice-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.82)
}

.launch-notice-shade {
  background: linear-gradient(90deg, rgba(5, 15, 26, .96) 0%, rgba(5, 15, 26, .88) 46%, rgba(5, 15, 26, .38) 100%), linear-gradient(0deg, rgba(5, 15, 26, .72), transparent 55%)
}

.launch-notice:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none
}

.launch-notice-x {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 38px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(5, 15, 26, .42);
  color: #fff;
  cursor: pointer;
  font: 300 32px/1 Arial;
  backdrop-filter: blur(10px);
  transition: background .2s, transform .2s
}

.launch-notice-x:hover {
  background: var(--signal);
  transform: rotate(5deg)
}

.launch-notice-card {
  position: relative;
  z-index: 2;
  width: min(800px, calc(100% - 220px));
  margin-right: 20vw;
  color: #fff
}

.launch-notice-card>img {
  width: 190px;
  max-height: 70px;
  margin-bottom: 48px;
  object-fit: contain;
  object-position: left center
}

.launch-notice-card>span {
  color: var(--signal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em
}

.launch-notice-card h2 {
  margin: 20px 0 22px;
  font: 400 clamp(52px, 5.4vw, 86px)/.95 Impact, "Arial Black", sans-serif;
  letter-spacing: -.02em
}

.launch-notice-card h2 em {
  color: var(--signal);
  font-style: normal
}

.launch-notice-card p {
  margin: 0;
  font-size: 20px;
  color: rgba(255, 255, 255, .78)
}

.launch-notice-enter {
  width: 270px;
  height: 62px;
  margin-top: 40px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: var(--signal);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em
}

.launch-notice-enter i {
  font: normal 22px/1 Arial
}

.launch-notice-date {
  position: absolute;
  z-index: 2;
  right: 8vw;
  bottom: 9vh;
  width: 160px;
  height: 190px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(255, 90, 31, .84);
  backdrop-filter: blur(12px);
  color: #fff
}

.launch-notice-date small,
.launch-notice-date span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em
}

.launch-notice-date b {
  font: 400 94px/.75 Impact, sans-serif
}

@keyframes launchIn {
  from {
    opacity: 0;
    transform: scale(1.015)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes launchOut {
  to {
    opacity: 0;
    transform: scale(.985)
  }
}

/* Newsletter pubblica */
.newsletter-section {
  position: relative;
  min-height: 630px;
  padding: 110px 6vw;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, .72fr);
  gap: 9vw;
  align-items: center;
  overflow: hidden;
  background: #ff6a2b;
  color: #fff
}

.newsletter-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 22%, rgba(255, 255, 255, .18), transparent 25%), linear-gradient(135deg, transparent 52%, rgba(7, 29, 61, .1) 52%)
}

.newsletter-mark {
  position: absolute;
  right: -1vw;
  bottom: -4vw;
  color: rgba(7, 29, 61, .08);
  font: 400 min(17vw, 260px)/.75 Impact, sans-serif;
  letter-spacing: -.05em;
  text-align: right;
  pointer-events: none
}

.newsletter-copy,
.newsletter-form {
  position: relative;
  z-index: 1
}

.newsletter-copy>span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em
}

.newsletter-copy h2 {
  margin: 30px 0;
  font: 400 clamp(70px, 8vw, 132px)/.95 Impact, "Arial Black", sans-serif;
  letter-spacing: -.02em
}

.newsletter-copy h2 em {
  color: #071d3d;
  font-style: normal
}

.newsletter-copy p {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 1.7
}

.newsletter-form {
  padding: 38px;
  background: #f4f1e9;
  color: #101820;
  box-shadow: 0 28px 80px rgba(74, 22, 5, .2)
}

.newsletter-form>label:not(.newsletter-consent) {
  display: block;
  margin-bottom: 18px
}

.newsletter-form>label>span {
  display: block;
  margin-bottom: 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em
}

.newsletter-form>label>span small {
  font-weight: 700;
  color: #7b858b
}

.newsletter-form input[type=text],
.newsletter-form input[type=email] {
  width: 100%;
  height: 54px;
  padding: 0 14px;
  border: 1px solid #cdd2d1;
  background: #fff;
  color: #101820;
  outline: 0
}

.newsletter-form input:focus {
  border-color: #ff6a2b
}

.newsletter-consent {
  margin: 8px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #687177;
  font-size: 9px;
  line-height: 1.5
}

.newsletter-consent input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: #ff6a2b
}

.newsletter-consent span {
  margin: 0 !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important
}

.newsletter-consent a {
  color: #071d3d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px
}

.newsletter-form button {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: #071d3d;
  color: #fff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em
}

.newsletter-form button i {
  color: #ff6a2b;
  font: normal 20px/1 Arial
}

.newsletter-form button:disabled {
  opacity: .65;
  cursor: wait
}

.newsletter-feedback {
  margin-bottom: 16px;
  padding: 12px;
  border-left: 4px solid #c84645;
  background: #fee9eb;
  color: #8f2f38;
  font-size: 10px;
  line-height: 1.5
}

.newsletter-feedback.is-success {
  border-color: #18885f;
  background: #e4f6ef;
  color: #16684b
}

@media(max-width:860px) {
  .launch-notice-card {
    width: calc(100% - 80px);
    margin-right: 0
  }

  .launch-notice-date {
    right: 40px;
    bottom: 40px
  }

  .newsletter-section {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .newsletter-copy p {
    max-width: 660px
  }
}

@media(max-width:620px) {
  .launch-notice:after {
    inset: 9px
  }

  .launch-notice-media img {
    object-position: 62% center
  }

  .launch-notice-shade {
    background: linear-gradient(0deg, rgba(5, 15, 26, .95), rgba(5, 15, 26, .64))
  }

  .launch-notice-x {
    top: 23px;
    right: 23px;
    width: 46px;
    height: 46px
  }

  .launch-notice-card {
    width: calc(100% - 44px);
    margin: 0 0 105px
  }

  .launch-notice-card>img {
    width: 135px;
    margin-bottom: 27px
  }

  .launch-notice-card h2 {
    margin: 14px 0 15px;
    font-size: clamp(36px, 10.8vw, 47px);
    line-height: .96
  }

  .launch-notice-card p {
    font-size: 16px
  }

  .launch-notice-enter {
    width: 100%;
    height: 55px;
    margin-top: 24px
  }

  .launch-notice-date {
    right: 22px;
    bottom: 22px;
    width: 106px;
    height: 112px;
    padding: 12px
  }

  .launch-notice-date b {
    font-size: 53px
  }

  .newsletter-section {
    min-height: 0;
    padding: 80px 18px;
    gap: 45px
  }

  .newsletter-copy h2 {
    font-size: 76px
  }

  .newsletter-form {
    padding: 25px 20px
  }

  .newsletter-mark {
    font-size: 38vw
  }
}

@media(max-width:620px) {
  .registration-closed-panel {
    margin-bottom: 25px;
    padding: 25px 22px
  }

  .registration-closed-panel:after {
    right: -4px;
    bottom: -25px;
    font-size: 108px
  }

  .registration-closed-panel h3 {
    font-size: 43px
  }

  .registration-closed-panel p {
    font-size: 12px
  }

  .registration-closed-panel a {
    width: 100%;
    justify-content: space-between
  }

  .race-pass.is-closed {
    padding: 24px 18px
  }
}

/* Modalità test iscrizioni riservata agli amministratori autenticati */
.registration-test-panel {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-left: 6px solid #ff6a2b;
  background: #fff0e8;
  color: #101820
}

.registration-test-panel span,
.registration-test-panel b {
  display: block
}

.registration-test-panel span {
  color: #d74612;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em
}

.registration-test-panel b {
  margin-top: 7px;
  font-size: 15px
}

.registration-test-panel p {
  margin: 8px 0 0;
  color: #5f676d;
  font-size: 11px;
  line-height: 1.55
}

/* Dimensioni tipografiche gestibili dall'area riservata */
.hero-title {
  font-size: var(--ty-hero-title)
}

.manifesto-index,
.lab-head>div>span,
.race-day-intro>span,
.pass-copy>span,
.about-copy>span {
  font-size: var(--ty-section-label)
}

.manifesto h2 {
  font-size: var(--ty-event-title)
}

.lab-head h2 {
  font-size: var(--ty-format-title)
}

.route-name h3 {
  font-size: var(--ty-route-card-title)
}

.format-details h3 {
  font-size: var(--ty-detail-title)
}

.race-day h2 {
  font-size: var(--ty-schedule-section-title)
}

.about-copy h2 {
  font-size: var(--ty-about-title);
  line-height: .94;
  letter-spacing: -.025em
}

.pass-copy h2 {
  font-size: var(--ty-registration-title)
}

.hero-intro p {
  font-size: var(--ty-body-hero)
}

.manifesto-heading>p {
  font-size: var(--ty-body-lead)
}

.manifesto-copy p,
.pass-copy>p {
  font-size: var(--ty-body-main)
}

.lab-head>p,
.route-data>p,
.race-day-intro>p,
.about-copy p {
  font-size: var(--ty-body-secondary)
}

.format-details li,
.format-details p {
  font-size: var(--ty-body-small)
}

.shot-caption {
  font-size: var(--ty-shot-caption)
}

.race-clock time {
  font-size: var(--ty-schedule-time)
}

.race-clock h3 {
  font-size: var(--ty-schedule-item)
}

.race-clock p {
  font-size: var(--ty-schedule-description)
}

.services-heading h2 {
  font-size: var(--ty-services-title)
}

.services-heading p {
  font-size: var(--ty-services-intro)
}

.services-grid b {
  font-size: var(--ty-services-item)
}

.pass-copy li,
.payment-notes b,
.payment-notes p {
  font-size: var(--ty-form-info)
}

.field-grid label>span,
.pass-route-select>span,
.pass-fields>span,
.pass-disclosure summary>span,
.pass-disclosure summary b {
  font-size: var(--ty-form-label)
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  font-size: var(--ty-form-input)
}

.privacy,
.field-grid label>small {
  font-size: var(--ty-form-help)
}

.finale h2 {
  font-size: var(--ty-finale-title)
}

.footer-statement {
  font-size: var(--ty-footer-title);
  line-height: .94;
  letter-spacing: -.025em
}

@media(max-width:860px) {
  .hero-title {
    font-size: var(--ty-hero-title-tablet)
  }
}

@media(max-width:620px) {
  .hero-title {
    font-size: var(--ty-hero-title-mobile)
  }

  .manifesto-index,
  .lab-head>div>span,
  .race-day-intro>span,
  .pass-copy>span,
  .about-copy>span {
    font-size: var(--ty-section-label-mobile)
  }

  .manifesto h2 {
    font-size: var(--ty-event-title-mobile)
  }

  .lab-head h2 {
    font-size: var(--ty-format-title-mobile)
  }

  .route-name h3 {
    font-size: var(--ty-route-card-title-mobile)
  }

  .race-day h2 {
    font-size: var(--ty-schedule-section-title-mobile)
  }

  .about-copy h2 {
    font-size: var(--ty-about-title-mobile)
  }

  .pass-copy h2 {
    font-size: var(--ty-registration-title-mobile)
  }

  .hero-intro p {
    font-size: var(--ty-body-hero-mobile)
  }

  .shot-caption {
    font-size: var(--ty-shot-caption-mobile)
  }

  .race-clock time {
    font-size: var(--ty-schedule-time-mobile)
  }

  .race-clock h3 {
    font-size: var(--ty-schedule-item-mobile)
  }

  .services-heading h2 {
    font-size: var(--ty-services-title-mobile)
  }

  .finale h2 {
    font-size: var(--ty-finale-title-mobile)
  }

  .footer-statement {
    font-size: var(--ty-footer-title-mobile)
  }
}

/* Desktop finale: allow the section to grow with its content so the footer never clips it. */
@media (min-width: 621px) {
  .finale {
    height: auto;
    min-height: 850px;
    padding: 100px 0;
    display: flex;
    align-items: center;
  }

  .finale-copy {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 6vw;
    transform: none;
  }
}

/* Cookie banner e preferenze */
[hidden] {
  display: none !important
}

.footer-bottom button[data-cookie-settings] {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer
}

.footer-bottom button[data-cookie-settings]:hover {
  color: var(--signal)
}

.cookie-banner {
  position: fixed;
  z-index: 220;
  right: 22px;
  bottom: 22px;
  width: min(760px, calc(100% - 44px));
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border: 1px solid rgba(255, 255, 255, .16);
  border-top: 5px solid var(--signal);
  background: #071d3d;
  color: #fff;
  box-shadow: 0 28px 85px rgba(4, 18, 40, .38)
}

.cookie-banner>div:first-child>span,
.cookie-settings-panel header span {
  color: var(--signal);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em
}

.cookie-banner h2,
.cookie-settings-panel h2 {
  margin: 7px 0 8px;
  font: 800 29px/.98 Barlow Condensed, Arial, sans-serif;
  text-transform: uppercase
}

.cookie-banner p,
.cookie-settings-panel>p {
  margin: 0;
  color: #afbdcd;
  font-size: 11px;
  line-height: 1.65
}

.cookie-banner-links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.cookie-banner-links a {
  color: #d6e5f4;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .05em
}

.cookie-banner-actions {
  display: grid;
  gap: 7px
}

.cookie-banner-actions button,
.cookie-settings-panel footer button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #49617e;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em
}

.cookie-banner-actions button.is-primary,
.cookie-settings-panel footer button.is-primary {
  border-color: var(--signal);
  background: var(--signal);
  color: #071d3d
}

.cookie-settings-backdrop {
  position: fixed;
  z-index: 250;
  inset: 0;
  padding: 20px;
  display: grid;
  place-items: center;
  background: rgba(3, 15, 34, .75);
  backdrop-filter: blur(7px)
}

.cookie-settings-panel {
  width: min(650px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #f4f3ee;
  color: #092650;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .38)
}

.cookie-settings-panel>header {
  padding: 23px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  background: #071d3d;
  color: #fff
}

.cookie-settings-panel header h2 {
  margin-bottom: 0
}

.cookie-settings-panel header>button {
  width: 37px;
  height: 37px;
  border: 1px solid #405673;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 22px
}

.cookie-settings-panel>p {
  padding: 20px 25px;
  color: #657484
}

.cookie-category-list {
  padding: 0 25px 22px;
  display: grid;
  gap: 9px
}

.cookie-category-list label {
  position: relative;
  min-height: 85px;
  padding: 16px 142px 16px 16px;
  display: flex;
  align-items: center;
  border: 1px solid #d8dfe2;
  background: #fff;
  cursor: pointer
}

.cookie-category-list label:first-child {
  cursor: default
}

.cookie-category-list b,
.cookie-category-list small {
  display: block
}

.cookie-category-list b {
  font-size: 12px
}

.cookie-category-list small {
  margin-top: 6px;
  color: #778492;
  font-size: 9px;
  line-height: 1.45
}

.cookie-category-list input {
  position: absolute;
  right: 19px;
  top: 18px;
  width: 19px;
  height: 19px;
  accent-color: #146fc0
}

.cookie-category-list i {
  position: absolute;
  right: 17px;
  bottom: 18px;
  color: #748394;
  font-style: normal;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .06em
}

.cookie-settings-panel>footer {
  padding: 18px 25px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  border-top: 1px solid #d8dfe2;
  background: #fff
}

.cookie-settings-panel>footer button {
  color: #092650;
  border-color: #cbd4da
}

.cookie-manage {
  position: fixed;
  z-index: 160;
  left: 14px;
  bottom: 14px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #071d3d;
  color: #b8ee55;
  box-shadow: 0 8px 28px rgba(4, 18, 40, .28);
  cursor: pointer;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .05em
}

.cookie-settings-open {
  overflow: hidden
}

@media(max-width:760px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 18px
  }

  .cookie-banner-actions {
    grid-template-columns: 1fr
  }

  .cookie-settings-backdrop {
    padding: 10px
  }

  .cookie-category-list label {
    padding-right: 95px
  }

  .cookie-settings-panel>footer {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .cookie-manage {
    width: 46px;
    height: 46px
  }
}

@media(max-width:480px) {
  .cookie-banner h2 {
    font-size: 25px
  }

  .cookie-settings-panel>header,
  .cookie-settings-panel>p {
    padding: 19px
  }

  .cookie-category-list {
    padding: 0 14px 16px
  }

  .cookie-category-list label {
    padding: 14px 78px 14px 14px
  }

  .cookie-category-list i {
    right: 12px
  }

  .cookie-category-list input {
    right: 14px
  }

  .cookie-settings-panel>footer {
    padding: 14px;
    grid-template-columns: 1fr
  }
}

/* Menu mobile a piena viewport */
@media(max-width:860px) {

  .site-header,
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none
  }

  .site-header .brand,
  .site-header .menu-toggle {
    position: relative;
    z-index: 3
  }

  .site-header nav {
    z-index: 2;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    padding: max(122px, calc(env(safe-area-inset-top) + 104px)) 26px max(38px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    background: #071d3d;
    box-shadow: none;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: transform .42s var(--ease), visibility 0s linear .42s
  }

  .site-header nav.open {
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s
  }

  .site-header nav:before {
    content: "MENU / 6 ORE DELLA BRIANZA";
    display: block;
    margin-bottom: 18px;
    color: var(--signal);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .16em
  }

  .site-header nav a {
    width: 100%;
    min-height: 72px;
    padding: 18px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-size: clamp(25px, 7vw, 38px);
    font-weight: 800;
    line-height: 1
  }

  .site-header nav a:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, .14)
  }

  .site-header nav a span {
    width: 42px;
    flex: 0 0 42px;
    margin: 0;
    color: var(--signal);
    font-size: 9px
  }

  .site-header nav a:after {
    display: none
  }

  .menu-toggle {
  }

  body.menu-open .site-header,
  body.menu-open .site-header.scrolled {
    top: 0;
    height: 84px;
    padding-top: env(safe-area-inset-top);
    background: #071d3d;
    border-bottom-color: rgba(255, 255, 255, .15)
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg)
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg)
  }
}

@media(max-width:620px) {
  .site-header nav {
    padding-left: 20px;
    padding-right: 20px
  }

  .site-header nav a {
    min-height: 66px;
    font-size: 27px
  }

  body.menu-open .site-header,
  body.menu-open .site-header.scrolled {
    height: 76px
  }

  .menu-toggle {
    width: 44px;
    height: 44px
  }
}

.sponsors-grid img[alt="Comune di Monguzzo"] {
    width: auto;
    height: 105px;
    max-width: 100%;
}

@media (max-width: 620px) {
    .sponsors-grid img[alt="Comune di Monguzzo"] {
        height: 85px;
    }
}
.footer-credit-link {
  color: inherit;
  text-decoration: none;
}

.footer-credit-link:hover {
  text-decoration: underline;
}

/* Logo Riso Scotti più grande senza deformarlo */
.sponsors-grid img[alt="Riso Scotti"] {
  width: 100%;
  height: auto;
  max-width: 230px;
  max-height: 115px;
  object-fit: contain;
}

@media (max-width: 620px) {
  .sponsors-grid img[alt="Riso Scotti"] {
    max-width: 175px;
    max-height: 105px;
  }
}

/* Migliore leggibilità richiesta esclusivamente per la versione desktop. */
@media (min-width: 861px) {
  .site-header nav a {
    font-size: 12px;
  }

  .header-pass {
    font-size: 11px;
  }

  .format-subtitle {
    font-size: 14px !important;
  }

  .manifesto-index,
  .lab-head>div>span,
  .race-day-intro>span,
  .pass-copy>span,
  .about-copy>span {
    font-size: var(--ty-desktop-section-label);
  }

  .hero-intro p {
    font-size: var(--ty-desktop-body-hero);
  }

  .manifesto-heading>p {
    font-size: var(--ty-desktop-body-lead);
  }

  .manifesto-copy p,
  .pass-copy>p,
  .newsletter-copy p {
    font-size: var(--ty-desktop-body-main);
  }

  .lab-head>p,
  .route-data>p,
  .race-day-intro>p,
  .about-copy p {
    font-size: var(--ty-desktop-body-secondary);
  }

  .services-heading p {
    font-size: var(--ty-desktop-services-intro);
  }

  .format-details li,
  .format-details p,
  .route-map-heading p {
    font-size: var(--ty-desktop-body-small);
  }

  .race-clock p {
    font-size: var(--ty-desktop-schedule-description);
  }

  .services-grid b {
    font-size: var(--ty-desktop-services-item);
  }

  .field-grid label>span,
  .pass-route-select>span,
  .pass-fields>span,
  .pass-disclosure summary>span,
  .pass-disclosure summary b,
  .consent-heading>span {
    font-size: var(--ty-desktop-form-label);
  }

  .field-grid input,
  .field-grid select,
  .field-grid textarea,
  .newsletter-form input[type=text],
  .newsletter-form input[type=email] {
    font-size: var(--ty-desktop-form-input);
  }

  .field-grid label>small,
  .consent-heading>p,
  .consent-card label small,
  .consent-optional-note {
    font-size: var(--ty-desktop-form-help);
  }

  .pass-copy li,
  .payment-notes b,
  .payment-notes p,
  .group-toggle,
  .consent-card label b {
    font-size: var(--ty-desktop-form-info);
  }

  .consent-card>a,
  .newsletter-form>label>span,
  .newsletter-form button {
    font-size: 11px;
  }

  .newsletter-consent,
  .newsletter-consent span {
    font-size: 11px !important;
  }

  .route-map-footer>div small,
  .footer-data small {
    font-size: 12px;
  }
}
