@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root {
  --ink: #121414;
  --paper: #f1f0e9;
  --muted: #a2a5a0;
  --orange: #ffb544;
  --line: #ffffff26;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 6px;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--orange);
}
.demo {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #242724;
  font-size: 11px;
  letter-spacing: 1px;
  color: #d8d9d1;
}
.demo span {
  letter-spacing: 0;
  color: #b6b8b0;
}
header {
  height: 90px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 35px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #121414ec;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 24px;
  letter-spacing: -0.8px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}
.brand-mark {
  font-size: 25px;
  background: var(--orange);
  color: var(--ink);
  width: 32px;
  height: 34px;
  display: grid;
  place-items: center;
  font-style: italic;
  font-weight: 800;
  transform: skew(-8deg);
}
.brand-sub {
  font-size: 10px;
  letter-spacing: 1.5px;
  max-width: 40px;
  line-height: 1.5;
  font-weight: 500;
  margin-left: 3px;
  white-space: normal;
}
nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  font-size: 14px;
}
nav a {
  color: #c9cbc5;
}
nav a:hover {
  color: var(--orange);
}
.button {
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--ink);
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ffc775;
  transform: translateY(-2px);
}
.button span,
.text-button span {
  font-size: 22px;
  line-height: 1;
}
.small {
  padding: 11px 17px;
}
.text-button {
  background: none;
  color: inherit;
  border: 0;
  border-bottom: 1px solid #777c72;
  padding: 12px 0;
  display: inline-flex;
  gap: 25px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.text-button:hover {
  color: var(--orange);
}
.dark:hover {
  color: #9e5b00;
}
.menu {
  display: none;
}
.hero {
  min-height: 720px;
  height: calc(100svh - 120px);
  max-height: 1000px;
  position: relative;
  overflow: hidden;
  padding: 65px 6% 90px;
  background: radial-gradient(ellipse at 74% 46%, #30352f 0%, #191c19 37%, #121414 70%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff03 1px, transparent 1px),
    linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size: 65px 65px;
}
.hero-copy {
  position: relative;
  z-index: 4;
  width: 58%;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.line {
  width: 26px;
  height: 2px;
  background: var(--orange);
}
h1,
h2 {
  font-family: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0;
}
h1 {
  font-size: clamp(78px, 8.6vw, 140px);
}
h1 span,
.about h2 span,
.final-journey h2 span {
  color: var(--orange);
}
h2 {
  font-size: clamp(46px, 5vw, 76px);
}
h3 {
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  font-size: 23px;
}
p {
  color: var(--muted);
  margin: 20px 0;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.5;
  margin: 28px 0;
  color: #bfc1ba;
}
.actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-note {
  font-size: 11px;
  letter-spacing: 1.4px;
  margin-top: 28px;
  color: #8e958b;
}
.hero-note b {
  color: var(--orange);
  margin: 0 11px;
}
.wheel-stage {
  position: absolute;
  inset: 0 0 0 47%;
  pointer-events: none;
}
.orbit {
  position: absolute;
  width: 83%;
  aspect-ratio: 1;
  border: 1px solid #8e957824;
  border-radius: 50%;
  left: 3%;
  top: 11%;
  box-shadow: 0 0 0 40px #ffffff02;
}
.annotation {
  position: absolute;
  color: #949c90;
  font-size: 10px;
  letter-spacing: 1.3px;
  z-index: 5;
}
.annotation.top {
  top: 10%;
  right: 10%;
}
.annotation.bottom {
  bottom: 18%;
  left: 7%;
}
.annotation i {
  display: block;
  margin: 10px 0;
  width: 70px;
  height: 1px;
  background: #8f9473;
}
.wheel-index {
  position: absolute;
  bottom: 9%;
  right: 12%;
  font-size: 10px;
  letter-spacing: 1.7px;
  color: #778173;
}
.hero-bottom {
  position: absolute;
  bottom: 22px;
  left: 6%;
  right: 6%;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1.7px;
  color: #989e94;
}
.hero-bottom a span {
  color: var(--orange);
  padding-left: 20px;
  font-size: 20px;
}
#travel-wheel {
  position: absolute;
  width: 42vw;
  max-width: 680px;
  aspect-ratio: 1;
  left: 52%;
  top: 240px;
  z-index: 3;
  pointer-events: none;
  will-change: transform, opacity;
}
#travel-wheel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(10px 22px 22px #0009);
  will-change: transform;
}
.wheel-shadow {
  height: 7%;
  width: 75%;
  position: absolute;
  bottom: -2%;
  left: 12%;
  background: #0009;
  border-radius: 50%;
  filter: blur(18px);
  z-index: -1;
}
.ticker {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  white-space: nowrap;
  padding: 18px 0;
  background: var(--orange);
  color: var(--ink);
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
.ticker i {
  font-size: 28px;
  font-style: normal;
}
.section {
  padding: 100px 6%;
  position: relative;
  scroll-margin-top: 0;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 65px;
}
.section-heading > p {
  font-size: 16px;
  max-width: 350px;
}
.services {
  background: #1b1e1b;
  min-height: 960px;
}
.service-layout {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
}
.service-wheel-space {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
}
.mini-label {
  font-size: 11px;
  letter-spacing: 1.7px;
  color: #899083;
}
.service-ring {
  position: absolute;
  top: 70px;
  left: 0;
  width: 83%;
  aspect-ratio: 1;
  border: 1px solid #ffffff16;
  border-radius: 50%;
}
.service-list {
  position: relative;
  z-index: 5;
}
.service {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 23px 8px;
  transition:
    padding 0.2s,
    background 0.2s,
    opacity 0.4s,
    transform 0.4s;
}
.service:last-child {
  border-bottom: 1px solid var(--line);
}
.service:hover {
  background: #ffffff05;
  padding-left: 18px;
}
.service-number {
  align-self: flex-start;
  font-size: 12px;
  color: var(--orange);
  padding-top: 4px;
}
.service p {
  margin: 7px 0 0;
  font-size: 14px;
  color: #939a8e;
}
.service .arrow {
  margin-left: auto;
  color: var(--orange);
  font-size: 24px;
}
.service h3 {
  font-size: 24px;
}
.brands {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.brands h2 {
  font-size: 50px;
}
.brands p {
  color: #62675d;
}
.brands .eyebrow,
.about .eyebrow,
.contact .eyebrow {
  color: #686d62;
}
.tire-types {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tire-types > span {
  border-bottom: 1px solid #1a221b30;
  padding: 17px 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.tire-types b {
  font-size: 12px;
  font-weight: 400;
  color: #777e71;
}
.tire-types small {
  display: block;
  margin-top: 22px;
  color: #737969;
  font-size: 12px;
}
.trust {
  overflow: hidden;
  background: #151814;
  min-height: 600px;
}
.tread-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #111510 0%, #111510aa 65%, #11151080), url('tire.webp');
  background-position:
    center,
    right 40%;
  background-size: cover, 1000px;
  background-repeat: no-repeat;
  opacity: 0.65;
}
.trust-content {
  position: relative;
  z-index: 2;
}
.trust-content > p {
  font-size: 18px;
}
.trust-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 60px;
  max-width: 1000px;
}
.trust-points > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.trust-points span {
  font-size: 12px;
  color: var(--orange);
}
.trust-points h3 {
  margin-top: 15px;
}
.trust-points p {
  font-size: 14px;
  max-width: 280px;
}
.about {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
}
.about h2 span {
  color: #a46716;
}
.about-stamp {
  margin-top: 35px;
  border-left: 3px solid #bf7b23;
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.about-copy p {
  color: #63695f;
  line-height: 1.9;
}
.about-copy .large-copy {
  font-size: 25px;
  color: #292e27;
  line-height: 1.5;
}
.about-copy .placeholder-note {
  font-size: 13px;
  border-top: 1px solid #0002;
  padding-top: 20px;
}
.process {
  background: #e7e7dd;
  color: var(--ink);
}
.process h2 {
  font-size: 55px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 55px;
}
.steps article {
  border-top: 1px solid #0003;
  padding-top: 25px;
}
.steps span {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 50px;
  color: #9c6421;
}
.steps h3 {
  margin-top: 18px;
}
.steps p {
  color: #62685c;
  max-width: 300px;
}
.reviews {
  background: #1d211b;
}
.review-badge {
  border: 1px solid #8c9580;
  padding: 12px 18px;
  font-size: 11px;
  letter-spacing: 1px;
}
.review-placeholder {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}
.quote {
  font-family: Georgia, serif;
  font-size: 100px;
  line-height: 1;
  color: var(--orange);
}
.review-placeholder p {
  max-width: 500px;
  margin-bottom: 0;
  font-size: 15px;
}
.review-placeholder-label {
  margin-left: auto;
  font-size: 10px;
  color: #818d76;
  letter-spacing: 1.5px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 7%;
  background: var(--paper);
  color: var(--ink);
}
.faq h2 {
  font-size: 52px;
}
.faq .eyebrow {
  font-size: 11px;
}
.faq-list details {
  border-bottom: 1px solid #0003;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  font-size: 16px;
  font-weight: 600;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 22px;
  font-weight: 400;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: #5c6457;
  margin-top: 0;
  font-size: 15px;
}
.final-journey {
  min-height: 580px;
  background: radial-gradient(ellipse at 85% 70%, #30372c, #121414 60%);
  overflow: hidden;
}
.final-journey h2 {
  font-size: clamp(62px, 7.5vw, 110px);
  position: relative;
  z-index: 5;
}
.final-journey .actions,
.final-journey > p,
.final-journey > .eyebrow {
  position: relative;
  z-index: 5;
}
.road-line {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 1px;
  background: #7b856142;
  box-shadow: 0 15px #7b85611a;
}
.contact {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.contact p {
  color: #646b5e;
}
.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
  margin-top: 35px;
}
.contact-details span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.contact-details p {
  font-size: 14px;
  margin: 8px 0 25px;
}
.location-panel {
  background: #dce0d2;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  border: 1px solid #c9cebe;
}
.location-top,
.location-bottom {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #606b54;
}
.location-word {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 0.85;
  margin: 38px 0 20px;
  letter-spacing: -2px;
}
.location-word span {
  color: #828c74;
}
.location-panel p {
  max-width: 250px;
  font-size: 13px;
}
.location-bottom {
  margin-top: auto;
  border-top: 1px solid #0002;
  padding-top: 20px;
}
.booking {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10%;
  background: #20251e;
}
.booking h2 {
  font-size: 60px;
}
.booking > div > p {
  font-size: 18px;
}
.form-note {
  margin-top: 45px;
  padding: 18px 20px;
  border-left: 2px solid var(--orange);
  max-width: 330px;
  background: #ffffff04;
}
.form-note b {
  font-size: 13px;
  font-weight: 500;
  color: var(--orange);
}
.form-note p {
  font-size: 13px;
  margin: 7px 0 0;
  color: #a5ad9d;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
form label {
  display: block;
  font-size: 13px;
  margin-bottom: 18px;
  color: #dce0d5;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #ffffff30;
  border-radius: 1px;
  background: #191d17;
  padding: 13px;
  color: var(--paper);
  font-size: 14px;
  color-scheme: dark;
}
input::placeholder,
textarea::placeholder {
  color: #838c7b;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid var(--orange);
  outline-offset: 0;
  border-color: var(--orange);
}
.optional {
  color: #939d87;
}
form > .button {
  width: 100%;
  margin-top: 6px;
}
#form-status {
  font-size: 14px;
  color: var(--orange);
  margin-bottom: 0;
}
footer {
  padding: 50px 6% 25px;
  background: #111410;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 35px;
}
.footer-top > p {
  font-size: 11px;
  letter-spacing: 1.5px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  font-size: 11px;
  color: #87907d;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.footer-bottom button {
  border: 0;
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
.mobile-actions {
  display: none;
}
dialog {
  background: var(--paper);
  color: var(--ink);
  padding: 45px;
  max-width: 520px;
  width: calc(100% - 32px);
  border: 0;
}
dialog::backdrop {
  background: #000b;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 45px;
}
dialog p {
  color: #5e6655;
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 8px;
  border: 0;
  background: none;
  font-size: 30px;
}
.hero-copy {
  animation: appear 0.8s both;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 85px;
  }
  .section {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 1100px) {
  header {
    gap: 20px;
  }
  nav {
    gap: 18px;
  }
  .brand {
    font-size: 21px;
  }
  .hero {
    min-height: 710px;
  }
  .hero-copy {
    width: 65%;
  }
  h1 {
    font-size: 100px;
  }
  .service-layout {
    grid-template-columns: 36% 64%;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .faq {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top > p {
    display: none;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }
  .demo {
    height: 28px;
    font-size: 9px;
    gap: 10px;
  }
  .demo span {
    font-size: 9px;
  }
  header {
    height: 72px;
    padding: 0 6%;
    justify-content: space-between;
  }
  .brand {
    font-size: 21px;
  }
  .brand-sub {
    font-size: 8px;
  }
  header > .button {
    display: none;
  }
  .menu {
    display: block;
    background: none;
    border: 1px solid #ffffff40;
    color: var(--paper);
    font-size: 20px;
    padding: 3px 11px;
  }
  nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #151914;
    padding: 25px 6%;
    flex-direction: column;
    gap: 20px;
    font-size: 17px;
    border-bottom: 1px solid var(--line);
  }
  nav.open {
    display: flex;
  }
  .hero {
    height: auto;
    min-height: 930px;
    padding: 40px 6% 70px;
  }
  .hero-copy {
    width: 100%;
  }
  h1 {
    font-size: clamp(70px, 15vw, 106px);
    line-height: 0.94;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .hero-sub {
    font-size: 16px;
    margin: 20px 0;
  }
  .actions {
    gap: 20px;
  }
  .button {
    padding: 14px 19px;
    font-size: 13px;
    gap: 25px;
  }
  .text-button {
    font-size: 13px;
    gap: 15px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 22px;
  }
  .wheel-stage {
    inset: 53% 0 40px;
  }
  .orbit {
    width: 72%;
    left: 14%;
    top: 7%;
  }
  .annotation.top {
    top: 5%;
    right: 6%;
    font-size: 8px;
  }
  .annotation.bottom {
    bottom: 10%;
    left: 6%;
    font-size: 8px;
  }
  .wheel-index {
    display: none;
  }
  .hero-bottom {
    font-size: 8px;
    bottom: 18px;
    padding-top: 14px;
  }
  .hero-bottom > span {
    max-width: 110px;
  }
  .hero-bottom a span {
    padding-left: 8px;
  }
  #travel-wheel {
    width: 76vw;
    left: 12%;
    max-width: none;
    top: 630px;
  }
  .ticker {
    font-size: 24px;
    gap: 25px;
    padding: 12px 0;
  }
  .ticker i {
    font-size: 20px;
  }
  .section {
    padding: 60px 6%;
  }
  h2 {
    font-size: 50px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 24px;
  }
  .services {
    min-height: auto;
  }
  .service-layout {
    display: flex;
    flex-direction: column;
  }
  .service-wheel-space {
    min-height: 295px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 35px;
  }
  .service-ring {
    width: 220px;
    left: calc(50% - 110px);
    top: 12px;
  }
  .mini-label {
    font-size: 9px;
  }
  .service {
    padding: 21px 0;
    gap: 16px;
  }
  .service h3 {
    font-size: 22px;
  }
  .service p {
    font-size: 13px;
  }
  .service-number {
    font-size: 11px;
  }
  .brands,
  .about,
  .faq,
  .contact,
  .booking {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .brands h2,
  .process h2,
  .faq h2 {
    font-size: 45px;
  }
  .tire-types > span {
    font-size: 19px;
  }
  .trust {
    min-height: 0;
  }
  .trust h2 {
    font-size: 50px;
  }
  .trust-content > p {
    font-size: 16px;
  }
  .trust-points {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }
  .trust-points > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 10px;
  }
  .trust-points h3 {
    margin: 0;
  }
  .trust-points p {
    grid-column: 2;
    margin: 10px 0;
    max-width: none;
  }
  .about-copy .large-copy {
    font-size: 23px;
    margin-top: 0;
  }
  .about-stamp {
    margin-top: 25px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .steps article {
    padding-top: 18px;
  }
  .steps h3 {
    margin-top: 10px;
  }
  .steps span {
    font-size: 35px;
  }
  .steps p {
    max-width: none;
    font-size: 15px;
  }
  .review-badge {
    display: inline-block;
    margin-top: 25px;
  }
  .review-placeholder {
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .quote {
    font-size: 65px;
  }
  .review-placeholder > div {
    flex: 1;
  }
  .review-placeholder h3 {
    font-size: 22px;
  }
  .review-placeholder-label {
    margin-left: 50px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .final-journey {
    min-height: 660px;
  }
  .final-journey h2 {
    font-size: 58px;
  }
  .final-journey > p {
    font-size: 16px;
  }
  .road-line {
    bottom: 30px;
  }
  .location-panel {
    min-height: 390px;
    padding: 28px;
  }
  .location-word {
    font-size: 85px;
  }
  .booking h2 {
    font-size: 50px;
  }
  .form-note {
    max-width: none;
    margin-top: 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  form label {
    font-size: 14px;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  footer {
    padding-bottom: 100px;
  }
  .footer-top {
    align-items: flex-start;
  }
  .footer-top .text-button {
    font-size: 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    line-height: 2;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .mobile-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    background: #131713;
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    border-top: 1px solid #ffffff30;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-actions > * {
    padding: 15px 6px;
    border: 0;
    background: none;
    color: var(--paper);
    text-align: center;
    font-size: 13px;
  }
  .mobile-actions > a:last-child {
    background: var(--orange);
    color: var(--ink);
    font-weight: 700;
  }
  dialog {
    padding: 35px 25px;
  }
  dialog h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  #travel-wheel {
    will-change: auto;
  }
  #travel-wheel img {
    will-change: auto;
  }
}
.scroll-reveal {
  opacity: 0.15;
  transform: translateY(14px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.scroll-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
  }
}
