@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap");
:root {
  --ink: #04100c;
  --forest: #0a1b15;
  --panel: #071611;
  --sage: #a9bcaf;
  --platinum: #eff0ea;
  --soft: #93a198;
  --line: #c9d2cc38;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--platinum);
  font-family: Manrope, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 10px;
  color: var(--sage);
  font-weight: 600;
}
.header {
  height: 94px;
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #04100cd9;
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 18px;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.nav {
  display: flex;
  gap: 64px;
  font-size: 14px;
}
.nav a:hover {
  color: var(--sage);
}
.top-cta {
  justify-self: end;
  background: var(--platinum);
  color: #07100d;
  padding: 22px 46px;
  font-weight: 600;
}
.menu {
  display: none;
}
.hero {
  height: 900px;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: #06110d url("../assets/xba-option3-suv-hero.png") 67% center/cover
    no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #03100ced 0%,
      #03100ccf 33%,
      #03100c3d 57%,
      transparent 72%
    ),
    linear-gradient(0deg, #03100ce8 0%, transparent 42%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 138px 0 0 2.7vw;
  width: 50%;
  max-width: 760px;
}
.hero h1 {
  font-size: clamp(68px, 6.8vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin: 0 0 17px;
  font-weight: 600;
}
.hero-lede {
  font-size: 20px;
  line-height: 1.65;
  color: var(--soft);
  max-width: 560px;
  margin: 0 0 30px;
}
.search {
  width: 760px;
  max-width: calc(100vw - 40px);
  border: 1px solid #c7d1ca5c;
  background: #04100ce8;
  backdrop-filter: blur(15px);
}
.tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.tab {
  height: 59px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--platinum);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  padding: 0 12px;
  white-space: nowrap;
}
.tab:last-child {
  border: 0;
}
.tab.active {
  background: var(--sage);
  color: #07100d;
}
.tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 0;
  flex: 0 0 22px;
  font-size: 18px;
  line-height: 1;
}
.tab svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px 22px 22px;
}
.field label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.field select,
.field input {
  height: 56px;
  width: 100%;
  background: transparent;
  color: var(--platinum);
  border: 1px solid #c7d1ca66;
  padding: 0 12px;
  font-size: 11px;
  color-scheme: dark;
}
.field select + input,
.field input + input {
  margin-top: 10px;
}
.field option {
  background: #071611;
}
.search-submit {
  grid-column: 1/-1;
  height: 61px;
  border: 0;
  background: var(--sage);
  color: #07100d;
  font-size: 15px;
  cursor: pointer;
}
.trust {
  position: absolute;
  z-index: 3;
  left: 2.7vw;
  bottom: 54px;
  display: flex;
  align-items: center;
}
.trust-item {
  height: 74px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid #cbd4ce80;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 12px;
}
.trust-item:first-child {
  padding-left: 0;
}
.trust-item:last-child {
  border: 0;
}
.trust-icon {
  width: 47px;
  height: 47px;
  border: 1px solid var(--sage);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sage);
  font-size: 13px;
}
.intro {
  padding: 130px 5vw 100px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9vw;
  align-items: end;
  background: #06110d;
}
.intro h2 {
  font-size: clamp(55px, 6.3vw, 90px);
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 16px 0 0;
}
.intro-copy {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.8;
  max-width: 560px;
}
.intro-copy a {
  display: inline-flex;
  gap: 30px;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sage);
  color: var(--platinum);
}
.modes {
  padding: 0 5vw 130px;
  background: #06110d;
}
.mode-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 320px 320px;
  gap: 2px;
}
.mode {
  position: relative;
  padding: 35px;
  overflow: hidden;
  background: #10241d;
  border: 1px solid #ffffff10;
}
.mode:nth-child(1) {
  grid-row: span 2;
  background:
    linear-gradient(180deg, #07100d15, #07100de8),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=86")
      60% center/cover;
}
.mode:nth-child(2) {
  background: #9eb1a4;
  color: #07100d;
}
.mode:nth-child(3) {
  background: #d8d8d0;
  color: #07100d;
}
.mode-num {
  font-size: 10px;
  letter-spacing: 0.14em;
}
.mode-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 34px;
}
.mode h3 {
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: -0.055em;
  margin: 0 0 15px;
}
.mode p {
  max-width: 440px;
  line-height: 1.7;
  font-size: 13px;
}
.mode a {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 24px;
}
.matric-home {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 620px;
  background: #0c1713;
}
.matric-visual {
  position: relative;
  background:
    linear-gradient(90deg, #06110d 0%, #06110d59 45%, #06110d00 100%),
    url("../assets/mercedes-s500.png") center/cover no-repeat;
}
.matric-visual:after {
  content: "Matric Dance";
  position: absolute;
  left: 5vw;
  bottom: 44px;
  color: #eff0ea;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.matric-copy {
  padding: 92px 7vw;
  background: #d8d8d0;
  color: #07100d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.matric-copy .eyebrow {
  color: #486052;
}
.matric-copy h2 {
  font-size: clamp(50px, 6vw, 86px);
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 18px 0 22px;
}
.matric-copy p {
  font-size: 17px;
  line-height: 1.8;
  max-width: 630px;
  color: #46534c;
}
.matric-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.matric-actions a {
  padding: 17px 24px;
  background: #07100d;
  color: var(--platinum);
  font-size: 13px;
}
.matric-actions a:last-child {
  background: transparent;
  color: #07100d;
  border: 1px solid #07100d55;
}
.fleet {
  padding: 120px 0;
  background: #d8d8d0;
  color: #07100d;
}
.fleet-head {
  padding: 0 5vw 55px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.fleet h2 {
  font-size: clamp(50px, 6vw, 86px);
  letter-spacing: -0.06em;
  margin: 12px 0 0;
}
.fleet-head p {
  max-width: 430px;
  color: #46534c;
  line-height: 1.7;
}
.fleet-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  border-top: 1px solid #07100d28;
  border-bottom: 1px solid #07100d28;
}
.fleet-actions {
  padding: 34px 5vw 0;
  display: flex;
  justify-content: flex-end;
}
.fleet-actions a {
  min-height: 54px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: #07100d;
  color: var(--platinum);
  font-size: 13px;
  font-weight: 600;
}
.fleet-page {
  min-height: 100svh;
  background: #d8d8d0;
  color: #07100d;
}
.fleet-page .header {
  position: sticky;
}
.fleet-page-hero {
  padding: 170px 5vw 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 70px;
  align-items: end;
}
.fleet-page-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.fleet-page-hero p:not(.eyebrow) {
  margin: 0;
  color: #46534c;
  line-height: 1.8;
}
.fleet-page .fleet {
  padding-top: 0;
}
.fleet-page .fleet-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 0 5vw;
  border: 0;
}
.fleet-page .vehicle {
  border: 0;
  background: #e4e4dc;
}
.vehicle {
  padding: 18px;
  border-right: 1px solid #07100d28;
}
.vehicle:last-child {
  border: 0;
}
.vehicle-image {
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}
.vehicle-image:hover,
.vehicle-image:focus-visible {
  filter: saturate(1.08) contrast(1.04);
  transform: translateY(-2px);
  outline: 2px solid #a9bcaf;
  outline-offset: 4px;
}
.vehicle:nth-child(1) .vehicle-image {
  background-image:
    linear-gradient(0deg, #07100d7a, transparent 55%),
    url("../assets/mercedes-s500.png");
}
.vehicle:nth-child(2) .vehicle-image {
  background-image:
    linear-gradient(0deg, #07100d7a, transparent 55%),
    url("../assets/mercedes-c200.png");
}
.vehicle:nth-child(3) .vehicle-image {
  background-image:
    linear-gradient(0deg, #07100d7a, transparent 55%),
    url("../assets/mercedes-c63s.png");
}
.vehicle:nth-child(4) .vehicle-image {
  background-image:
    linear-gradient(0deg, #07100d7a, transparent 55%),
    url("../assets/bmw-520d-m-sport-pro.png");
}
.vehicle:nth-child(5) .vehicle-image {
  background-image:
    linear-gradient(0deg, #07100d7a, transparent 55%),
    url("../assets/mercedes-v-class.png");
}
.vehicle-meta {
  padding: 22px 5px 8px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.vehicle small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #59675f;
}
.vehicle h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
  margin: 8px 0;
}
.rate {
  text-align: right;
  font-size: 11px;
  color: #506058;
}
.rate b {
  display: block;
  margin-top: 8px;
  color: #07100d;
}
.vehicle > a {
  display: flex;
  justify-content: space-between;
  padding: 18px 5px 4px;
  border-top: 1px solid #07100d28;
  font-size: 12px;
}
.vehicle-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: #04100ce6;
  backdrop-filter: blur(14px);
}
.vehicle-modal.open {
  display: flex;
}
.vehicle-modal-panel {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(760px, calc(100svh - 56px));
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  overflow: hidden;
  background: var(--platinum);
  color: var(--ink);
  border: 1px solid #ffffff26;
  box-shadow: 0 30px 90px #00000066;
}
.vehicle-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff80;
  background: #04100ccc;
  color: var(--platinum);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.vehicle-modal-media {
  min-height: 560px;
  background: #071611;
}
.vehicle-modal-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}
.vehicle-modal-content {
  padding: 54px 38px;
  display: flex;
  flex-direction: column;
}
.vehicle-modal-content h2 {
  margin: 8px 0 28px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.vehicle-modal-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: auto;
}
.vehicle-modal-tabs button {
  min-height: 46px;
  border: 1px solid #07100d28;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.vehicle-modal-tabs button.active {
  background: var(--ink);
  color: var(--platinum);
}
.vehicle-modal-book {
  margin-top: 34px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--platinum);
  font-weight: 600;
}
.journey {
  padding: 130px 5vw;
  background: #071611;
}
.journey-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 75px;
}
.journey h2 {
  font-size: clamp(50px, 6vw, 86px);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 15px 0 0;
}
.journey-head > p {
  color: var(--soft);
  line-height: 1.8;
  max-width: 500px;
  justify-self: end;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.step {
  padding: 28px 30px 0 0;
  min-height: 220px;
  border-right: 1px solid var(--line);
}
.step:not(:first-child) {
  padding-left: 30px;
}
.step:last-child {
  border: 0;
}
.step-num {
  display: block;
  color: var(--sage);
  font-size: 11px;
  margin-bottom: 50px;
}
.step h3 {
  font-size: 17px;
}
.step p {
  color: var(--soft);
  font-size: 12px;
  line-height: 1.7;
}
.airport {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
}
.airport-copy {
  padding: 90px 7vw;
  background: var(--sage);
  color: #07100d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.airport-copy .eyebrow {
  color: #284337;
}
.airport-copy h2 {
  font-size: clamp(50px, 5.8vw, 82px);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 18px 0;
}
.airport-copy p {
  line-height: 1.8;
  max-width: 540px;
}
.airport-copy a {
  align-self: flex-start;
  margin-top: 25px;
  padding: 17px 25px;
  background: #07100d;
  color: var(--platinum);
}
.airport-image {
  background:
    linear-gradient(#07100d17, #07100d8c),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1200&q=85")
      center/cover;
}
.closing {
  padding: 130px 5vw;
  text-align: center;
  background: #040b08;
}
.closing h2 {
  font-size: clamp(58px, 7vw, 102px);
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 18px auto 40px;
  max-width: 900px;
}
.closing a {
  display: inline-block;
  padding: 20px 35px;
  background: var(--platinum);
  color: #07100d;
}
footer {
  padding: 65px 5vw 30px;
  display: grid;
  grid-template-columns: 1.6fr repeat(5, 1fr);
  gap: 35px;
  background: #020604;
}
.footer-brand {
  display: flex;
  align-items: flex-start;
}
.footer-brand img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #8f9c94;
  font-size: 12px;
}
.footer-col b {
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 9px;
  margin-bottom: 9px;
}
footer > small {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 28px;
  color: #526058;
}
.footer-disabled-link {
  color: #6c7971;
  cursor: not-allowed;
  opacity: 0.78;
}
.social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sage);
}
.social-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.social-links .ig svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.social-links .tt svg {
  fill: currentColor;
}
.social-links span {
  line-height: 1;
}
.wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 12;
  padding: 13px 17px;
  background: var(--platinum);
  color: #07100d;
  font-size: 11px;
  box-shadow: 0 8px 30px #0008;
}
@media (max-width: 900px) {
  .header {
    grid-template-columns: 1fr auto;
  }
  .nav {
    display: none;
  }
  .top-cta {
    display: none;
  }
  .menu {
    display: block;
    background: none;
    border: 0;
    color: white;
    font-size: 22px;
  }
  .nav.open {
    display: flex;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    padding: 26px 22px;
    background: #04100c;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid var(--line);
  }
  .hero {
    height: auto;
    min-height: 1120px;
  }
  .hero-inner {
    width: 76%;
    padding-top: 145px;
  }
  .trust {
    bottom: 45px;
  }
  .mode-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 520px 300px 300px;
  }
  .mode:nth-child(1) {
    grid-row: auto;
  }
  .matric-home {
    grid-template-columns: 1fr;
  }
  .matric-visual {
    min-height: 440px;
  }
  .fleet-strip {
    grid-template-columns: 1fr 1fr;
  }
  .fleet-page .fleet-strip {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .fleet-page-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .vehicle:last-child {
    grid-column: auto;
  }
  .vehicle-modal-panel {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .vehicle-modal-media,
  .vehicle-modal-media img {
    min-height: 420px;
  }
  .vehicle-modal-content {
    padding: 34px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .step:nth-child(2) {
    border-right: 0;
  }
  .airport {
    grid-template-columns: 1fr;
  }
  .airport-image {
    min-height: 500px;
  }
}
@media (max-width: 650px) {
  .header {
    height: 74px;
    padding: 0 20px;
  }
  .nav.open {
    top: 74px;
  }
  .brand {
    font-size: 14px;
  }
  .hero {
    min-height: 1210px;
    background-position: 65% center;
  }
  .hero:after {
    background: linear-gradient(
      180deg,
      #03100cef,
      #03100c66 42%,
      #03100cf5 68%
    );
  }
  .hero-inner {
    width: auto;
    padding: 120px 20px 0;
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero-lede {
    font-size: 15px;
  }
  .search {
    width: 100%;
  }
  .tabs {
    grid-template-columns: 1fr;
  }
  .tab {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .search-submit {
    grid-column: auto;
  }
  .trust {
    left: 20px;
    right: 20px;
    bottom: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .trust-item {
    height: auto;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 8px;
  }
  .trust-item:first-child {
    padding-left: 10px;
  }
  .trust-icon {
    margin: 0 auto 9px;
    width: 38px;
    height: 38px;
  }
  .intro {
    padding: 90px 22px 70px;
    grid-template-columns: 1fr;
  }
  .intro h2,
  .fleet h2,
  .journey h2,
  .airport-copy h2,
  .matric-copy h2 {
    font-size: 48px;
  }
  .modes {
    padding: 0 22px 90px;
  }
  .mode-grid {
    grid-template-rows: 440px 280px 280px;
  }
  .mode {
    padding: 25px;
  }
  .mode-content {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
  .mode h3 {
    font-size: 36px;
  }
  .matric-visual {
    min-height: 340px;
  }
  .matric-copy {
    padding: 74px 22px;
  }
  .matric-actions a {
    width: 100%;
    text-align: center;
  }
  .fleet {
    padding-top: 90px;
  }
  .fleet-head {
    padding: 0 22px 40px;
    display: block;
  }
  .fleet-actions {
    padding: 26px 22px 0;
    justify-content: stretch;
  }
  .fleet-actions a {
    width: 100%;
    justify-content: space-between;
  }
  .fleet-page-hero {
    padding: 125px 22px 52px;
  }
  .fleet-page-hero h1 {
    font-size: 58px;
  }
  .fleet-strip {
    grid-template-columns: 1fr;
  }
  .fleet-page .fleet-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 22px;
  }
  .vehicle:last-child {
    grid-column: auto;
  }
  .vehicle-image {
    height: 310px;
  }
  .vehicle-modal {
    padding: 14px;
  }
  .vehicle-modal-panel {
    max-height: calc(100svh - 28px);
  }
  .vehicle-modal-media,
  .vehicle-modal-media img {
    min-height: 300px;
  }
  .vehicle-modal-content {
    padding: 28px 20px 22px;
  }
  .vehicle-modal-content h2 {
    font-size: 28px;
  }
  .vehicle-modal-tabs {
    margin-bottom: 8px;
  }
  .journey {
    padding: 90px 22px;
  }
  .journey-head {
    grid-template-columns: 1fr;
  }
  .journey-head > p {
    justify-self: auto;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step,
  .step:not(:first-child) {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 0;
  }
  .step-num {
    margin-bottom: 25px;
  }
  .airport-copy {
    padding: 80px 22px;
  }
  .airport-image {
    min-height: 390px;
  }
  .closing {
    padding: 90px 22px;
  }
  .closing h2 {
    font-size: 52px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 60px 22px 90px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .wa {
    font-size: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .wa:after {
    content: "↗";
    font-size: 17px;
  }
}
