/*
Theme Name: Roodee
Author: Roodee
Version: 3.1
Arrowsmith Build: Page 1 and airport pages
*/

:root {
  --navy: #211a70;
  --navy-dark: #17104f;
  --lavender: #9893df;
  --blue: #00548d;
  --text: #6c6c6c;
  --white: #ffffff;
  --shell: 1144px;
  --page-padding: 28px;
  --header-side-gap: max(var(--page-padding), calc(50vw - 572px));
  --mobile-nav-width: 340px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  background: var(--white);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.travel-shell,
.site-footer__inner {
  width: min(calc(100% - (var(--page-padding) * 2)), var(--shell));
  margin: 0 auto;
}

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  height: 164px;
  background:
    linear-gradient(
      110deg,
      #8f8f8f 0%,
      #8f8f8f 48%,
      #4e4e4e 74%,
      #141414 100%
    ) top / 100% 82px no-repeat,
    #ffffff;
}

.site-header__inner {
  position: relative;
  width: min(calc(100% - (var(--page-padding) * 2)), var(--shell));
  height: 100%;
  margin: 0 auto;
}

.site-header__brand {
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(0px - var(--header-side-gap));
  width: calc(610px + var(--header-side-gap));
  height: 336px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 52% 49%, 0 100%);
}

.site-header__logo-link {
  position: absolute;
  top: 48px;
  left: var(--header-side-gap);
  display: inline-flex;
  width: 285px;
  min-height: 90px;
  align-items: center;
  color: var(--navy);
  text-decoration: none;
}

.site-header .custom-logo-link {
  display: block;
}

.site-header .custom-logo {
  display: block;
  width: auto;
  max-width: 285px;
  max-height: 92px;
}

.site-header__site-name {
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.site-header__utility {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 48%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 72px;
  color: #ffffff;
  background: transparent;
}

.site-nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: inherit;
}

.site-header__phone,
.site-header__whatsapp {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.12;
  text-decoration: none;
}

.site-header__phone strong,
.site-header__whatsapp strong {
  font-size: 16px;
  font-weight: 400;
}

.site-header__mobile-actions {
  display: none;
}

.utility-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 16px;
}

.utility-nav a {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.utility-nav a:hover,
.utility-nav a:focus-visible,
.site-header__phone:hover,
.site-header__phone:focus-visible,
.site-header__whatsapp:hover,
.site-header__whatsapp:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-nav {
  position: absolute;
  z-index: 3;
  top: 82px;
  right: 0;
  left: 0;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--lavender);
}

.site-nav__list {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.site-nav__list a {
  display: flex;
  align-items: center;
  padding: 0 31px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav__list > li:last-child > a {
  padding-right: 0;
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible,
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a {
  color: var(--navy);
}

.site-nav__list .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin: -4px 0 0 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.site-nav__list .sub-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  min-width: 245px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: var(--navy);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-nav__list .sub-menu a {
  min-height: 44px;
  padding: 10px 18px;
  color: #ffffff;
  text-align: left;
  text-transform: none;
}

.site-nav__list .sub-menu a:hover,
.site-nav__list .sub-menu a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.site-nav__list li:hover > .sub-menu,
.site-nav__list li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav__list .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.site-header__toggle,
.site-nav__close {
  display: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}

.site-nav-overlay {
  position: fixed;
  z-index: 998;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

body.nav-is-open {
  overflow: hidden;
}

/* Standard content and forms */
.site-main {
  display: block;
  background: #ffffff;
}

.site-main__inner {
  width: min(calc(100% - (var(--page-padding) * 2)), var(--shell));
  margin: 0 auto;
  padding: 70px 0;
}

.site-main__inner h1,
.site-main__inner h2,
.site-main__inner h3 {
  color: var(--navy);
  line-height: 1.15;
}

.site-main__inner p,
.site-main__inner li {
  line-height: 1.6;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(280px, 1fr);
  gap: 46px;
}

.wpcf7 form {
  margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 11px 13px;
  background: #ffffff;
  color: #333333;
  outline: 0;
}

.wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--lavender);
  box-shadow: 0 0 0 3px rgba(152, 147, 223, 0.24);
}

.wpcf7 input[type="submit"] {
  min-height: 52px;
  border: 0;
  padding: 0 28px;
  background: var(--lavender);
  color: #ffffff;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus-visible {
  background: #8580d2;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
}

.wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 13px;
}

/* Homepage hero */
.travel-home {
  color: var(--text);
}

.travel-hero {
  position: relative;
  min-height: 632px;
  overflow: hidden;
  background: #6d6d6d;
}

.travel-hero__image,
.travel-hero__shade {
  position: absolute;
  inset: 0;
}

.travel-hero__image {
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.travel-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.08) 43%, rgba(0, 0, 0, 0.78) 100%);
}

.travel-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 632px;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(510px, 0.54fr);
  align-items: end;
}

.travel-hero__call {
  align-self: center;
  width: 440px;
  margin-top: 88px;
  text-align: center;
}

.travel-hero__call h1 {
  display: flex;
  flex-direction: column;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(42px, 4vw, 54px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.travel-hero__call h1 strong {
  color: var(--lavender);
  font-weight: 700;
}

.travel-hero__number {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: center;
  background: var(--lavender);
  color: #ffffff;
  font-size: 31px;
  font-weight: 700;
  text-decoration: none;
}

.travel-hero__number:hover,
.travel-hero__number:focus-visible {
  background: #8580d2;
}

.travel-quote {
  align-self: end;
  min-height: 557px;
  padding: 42px 62px 28px;
  background: rgba(33, 26, 112, 0.97);
  color: #ffffff;
}

.travel-quote h2 {
  margin: 0 0 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.48);
  padding-bottom: 16px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.05;
}

.travel-quote .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 18px;
}

.travel-quote .wpcf7-form > p {
  grid-column: 1 / -1;
  margin: 0;
}

.travel-quote .wpcf7-form > .travel-field--third,
.travel-quote .wpcf7-form > p:has(> .travel-field--third) {
  grid-column: span 2;
}

.travel-quote .wpcf7-form > .travel-field--half,
.travel-quote .wpcf7-form > p:has(> .travel-field--half) {
  grid-column: span 3;
}

.travel-quote .wpcf7-form > .travel-field--full,
.travel-quote .wpcf7-form > .travel-field--submit,
.travel-quote .wpcf7-form > p:has(> .travel-field--full),
.travel-quote .wpcf7-form > p:has(> .travel-field--submit) {
  grid-column: 1 / -1;
}

.travel-quote .wpcf7-form > .travel-field--submit,
.travel-quote .wpcf7-form > p:has(> .travel-field--submit) {
  text-align: center;
}

.travel-quote .wpcf7-form > .travel-field--honeypot,
.travel-quote .wpcf7-form > p:has(> .travel-field--honeypot) {
  position: absolute;
  left: -10000px;
}

.travel-quote .wpcf7-form label {
  color: #ffffff;
  font-size: 12px;
}

.travel-quote .wpcf7 input[type="text"],
.travel-quote .wpcf7 input[type="email"],
.travel-quote .wpcf7 input[type="tel"],
.travel-quote .wpcf7 input[type="number"],
.travel-quote .wpcf7 input[type="date"],
.travel-quote .wpcf7 input[type="time"],
.travel-quote .wpcf7 select {
  min-height: 43px;
  border: 0;
}

.travel-quote .wpcf7 textarea {
  min-height: 77px;
  border: 0;
}

.travel-quote .wpcf7 input[type="submit"] {
  min-width: 230px;
  margin-top: 2px;
  font-size: 18px;
}

.travel-quote__native-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 18px;
}

.travel-field {
  display: block;
  min-width: 0;
}

.travel-field--third {
  grid-column: span 2;
}

.travel-field--half {
  grid-column: span 3;
}

.travel-field--full,
.travel-field--submit {
  grid-column: 1 / -1;
}

.travel-field--submit {
  text-align: center;
}

.travel-field--honeypot {
  position: absolute;
  left: -10000px;
}

.travel-quote__native-form input,
.travel-quote__native-form textarea {
  width: 100%;
  min-height: 43px;
  border: 0;
  border-radius: 0;
  padding: 10px 12px;
  background: #ffffff;
  color: #333333;
  outline: 0;
}

.travel-quote__native-form textarea {
  min-height: 77px;
  resize: vertical;
}

.travel-quote__native-form input:focus,
.travel-quote__native-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(152, 147, 223, 0.55);
}

.travel-quote__native-form button {
  min-width: 230px;
  min-height: 52px;
  border: 0;
  padding: 0 28px;
  background: var(--lavender);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.travel-quote__native-form button:hover,
.travel-quote__native-form button:focus-visible {
  background: #8580d2;
}

.travel-quote__notice {
  margin: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 9px 12px;
  color: #ffffff;
  font-size: 13px;
}

.travel-quote__notice--success {
  background: rgba(255, 255, 255, 0.12);
}

/* Homepage content */
.travel-intro {
  padding: 96px 0 0;
  background: #ffffff;
}

.travel-ribbon {
  position: relative;
  display: flex;
  width: fit-content;
  min-width: 520px;
  min-height: 70px;
  margin: 0 0 34px;
  align-items: center;
  padding: 0 32px;
  background: var(--lavender);
  color: #ffffff;
  font-size: 31px;
  line-height: 1;
}

.travel-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 55px;
  height: 100%;
  background: var(--lavender);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.travel-intro__overview {
  display: grid;
  grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
  gap: 54px;
  align-items: start;
}

.travel-intro__lead h2 {
  max-width: 510px;
  margin: 0 0 30px;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.22;
}

.travel-contact-link {
  position: relative;
  display: block;
  width: fit-content;
  min-height: 36px;
  margin: 0 0 12px;
  padding: 5px 0 5px 48px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.travel-contact-link::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.travel-contact-link--phone::before {
  content: "\260E";
  transform: rotate(-30deg);
}

.travel-contact-link--email::before {
  content: "\2709";
}

.travel-contact-link:hover,
.travel-contact-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.travel-assurances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  padding-top: 8px;
}

.travel-assurance {
  min-width: 0;
  color: var(--navy);
  text-align: center;
}

.travel-assurance__icon {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.travel-assurance__icon svg {
  display: block;
  width: 52px;
  max-height: 54px;
  fill: currentColor;
}

.travel-assurance p {
  max-width: 210px;
  margin: 6px auto 0;
  font-size: 22px;
  line-height: 1.16;
}

.travel-copy {
  padding: 72px 0 88px;
}

.travel-copy h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.12;
  text-transform: uppercase;
}

.travel-copy p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.45;
}

.travel-callout {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 78px;
  overflow: visible;
  background: linear-gradient(180deg, #18172a 0%, #34324a 28%, #c8c6ff 100%);
  color: #ffffff;
}

.travel-callout__content {
  position: relative;
  z-index: 2;
  width: 54%;
  padding: 60px 0 40px 74px;
}

.travel-callout h2 {
  margin: 0 0 60px;
  color: #ffffff;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.1;
}

.travel-callout .travel-contact-link {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.travel-callout .travel-contact-link::before {
  color: #ffffff;
}

.travel-callout img {
  position: absolute;
  z-index: 3;
  right: -35px;
  bottom: -36px;
  width: 69%;
  max-height: 470px;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 20px 14px rgba(0, 0, 0, 0.22));
}

.travel-areas {
  margin-bottom: 0;
  padding: 52px 58px 78px;
  background: var(--blue);
  color: #ffffff;
}

.travel-areas h2 {
  margin: 0 0 44px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.1;
  text-transform: uppercase;
}

.travel-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px;
}

.travel-areas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.travel-areas li {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

/* Airport pages */
.travel-airport .travel-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.16) 45%, rgba(0, 0, 0, 0.82) 100%);
}

.travel-airport .travel-hero__call h1 {
  font-size: clamp(48px, 4.4vw, 62px);
  line-height: 0.94;
}

.travel-airport .travel-hero__call h1 span {
  color: #ffffff;
}

.travel-airport__content {
  padding-top: 74px;
  background: #ffffff;
}

.travel-airport__copy {
  padding: 0 0 92px;
}

.travel-airport__copy > :last-child {
  margin-bottom: 0;
}

/* Footer */
.site-footer {
  padding: 136px 0 80px;
  background: #ffffff;
  color: var(--text);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.8fr);
  gap: 120px;
  padding-bottom: 44px;
}

.site-footer h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
}

.site-footer address,
.site-footer li,
.site-footer__company p {
  font-size: 15px;
  font-style: normal;
  line-height: 1.45;
}

.site-footer__link-columns {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(160px, 0.65fr);
  gap: 80px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: 0;
}

.site-footer a {
  color: var(--text);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__company {
  border-top: 1px solid var(--blue);
  padding-top: 48px;
}

.site-footer__company p {
  margin: 0;
}

/* Responsive styles */
@media (max-width: 1180px) {
  :root {
    --page-padding: 24px;
  }

  .site-header__brand {
    width: calc(520px + var(--header-side-gap));
  }

  .site-header__utility {
    left: 44%;
    padding-left: 58px;
  }

  .site-nav__list a {
    padding-right: 21px;
    padding-left: 21px;
  }

  .travel-hero__call {
    width: 390px;
  }

  .travel-quote {
    padding-right: 40px;
    padding-left: 40px;
  }

  .travel-callout img {
    right: -10px;
    width: 66%;
  }
}

@media (max-width: 960px) {
  .site-header {
    height: 104px;
    background: #ffffff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.12);
  }

  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-header__brand {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    clip-path: none;
  }

  .site-header__logo-link {
    position: static;
    width: auto;
    min-height: 0;
  }

  .site-header .custom-logo {
    max-width: 235px;
    max-height: 74px;
  }

  .site-header__utility {
    display: none;
  }

  .site-header__mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 1 330px;
    gap: 8px;
    margin: 0 16px 0 auto;
  }

  .site-header__mobile-contact {
    min-width: 0;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    color: #ffffff;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
  }

  .site-header__mobile-contact span {
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .site-header__mobile-contact strong {
    font-size: clamp(14px, 4vw, 17px);
    font-weight: 700;
    white-space: nowrap;
  }

  .site-header__mobile-contact--phone {
    background: var(--navy);
  }

  .site-header__mobile-contact--whatsapp {
    background: var(--lavender);
  }

  .site-header__mobile-contact:hover,
  .site-header__mobile-contact:focus-visible {
    color: #ffffff;
    filter: brightness(0.93);
  }

  .site-header__toggle {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--navy);
  }

  .hamburger,
  .hamburger::before,
  .hamburger::after {
    display: block;
    width: 27px;
    height: 2px;
    background: #ffffff;
  }

  .hamburger {
    position: relative;
  }

  .hamburger::before,
  .hamburger::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .hamburger::before {
    top: -8px;
  }

  .hamburger::after {
    top: 8px;
  }

  .site-nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(var(--mobile-nav-width), 88vw);
    height: 100dvh;
    display: block;
    overflow-y: auto;
    padding: 84px 25px 28px;
    background: var(--navy);
    box-shadow: -18px 0 38px rgba(0, 0, 0, 0.3);
    transform: translateX(110%);
    transition: transform 240ms ease;
  }

  .site-nav::after {
    display: none;
  }

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

  .site-nav__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 32px;
  }

  .site-nav__list {
    display: block;
    width: 100%;
    height: auto;
  }

  .site-nav__list > li {
    display: block;
  }

  .site-nav__list a,
  .site-nav__list > li:last-child > a {
    min-height: 50px;
    padding: 12px 8px;
    color: #ffffff;
    text-align: left;
  }

  .site-nav__list a:hover,
  .site-nav__list a:focus-visible,
  .site-nav__list .current-menu-item > a,
  .site-nav__list .current_page_item > a {
    color: var(--lavender);
  }

  .site-nav__list .sub-menu {
    position: static;
    min-width: 0;
    margin: 0 0 6px 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav__list .sub-menu a {
    min-height: 42px;
    padding: 8px;
  }

  .travel-hero,
  .travel-hero__inner {
    min-height: 0;
  }

  .travel-hero__inner {
    width: 100%;
    display: block;
  }

  .travel-hero__image,
  .travel-hero__shade {
    bottom: auto;
    height: 460px;
  }

  .travel-hero__image {
    background-position: left center;
  }

  .travel-airport .travel-hero__shade {
    background: rgba(0, 0, 0, 0.32);
  }

  .travel-airport .travel-hero__call h1 {
    font-size: 48px;
  }

  .travel-hero__call {
    width: min(calc(100% - 48px), 460px);
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-top: 36px;
  }

  .travel-quote {
    min-height: 0;
    padding: 38px max(28px, calc((100vw - 700px) / 2)) 42px;
  }

  .travel-intro__overview {
    gap: 36px;
  }

  .travel-intro__lead h2 {
    font-size: 29px;
  }

  .travel-assurance p {
    font-size: 18px;
  }

  .travel-callout__content {
    width: 62%;
    padding-left: 45px;
  }

  .travel-callout img {
    right: -30px;
    width: 64%;
    opacity: 0.9;
  }

  .travel-areas__grid {
    gap: 45px;
  }

  .site-footer__grid {
    gap: 70px;
  }
}

@media (max-width: 720px) {
  :root {
    --page-padding: 20px;
  }

  .site-header {
    height: 148px;
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 78px 54px;
    column-gap: 16px;
    align-items: center;
  }

  .site-header__brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .custom-logo {
    max-width: 205px;
    max-height: 62px;
  }

  .site-header__site-name {
    font-size: 24px;
  }

  .site-header__toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header__mobile-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin: 0;
    align-self: start;
  }

  .page-layout,
  .travel-intro__overview,
  .travel-areas__grid,
  .site-footer__grid,
  .site-footer__link-columns {
    grid-template-columns: 1fr;
  }

  .travel-hero__image,
  .travel-hero__shade {
    height: 400px;
  }

  .travel-hero__call {
    min-height: 400px;
  }

  .travel-hero__call h1 {
    font-size: 42px;
  }

  .travel-hero__number {
    min-height: 58px;
    font-size: 25px;
  }

  .travel-quote {
    padding: 32px 20px 38px;
  }

  .travel-quote h2 {
    font-size: 30px;
  }

  .travel-quote .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .travel-quote .wpcf7-form > p,
  .travel-quote .wpcf7-form > .travel-field {
    grid-column: 1 / -1;
  }

  .travel-quote__native-form {
    grid-template-columns: 1fr;
  }

  .travel-field--third,
  .travel-field--half,
  .travel-field--full,
  .travel-field--submit {
    grid-column: 1;
  }

  .travel-ribbon {
    min-width: 0;
    max-width: calc(100% - 32px);
    min-height: 62px;
    padding: 12px 23px;
    font-size: 24px;
  }

  .travel-ribbon::after {
    width: 34px;
  }

  .travel-intro {
    padding-top: 64px;
  }

  .travel-airport__content {
    padding-top: 54px;
  }

  .travel-airport__copy {
    padding: 0 0 62px;
  }

  .travel-airport .travel-hero__call h1 {
    font-size: 42px;
  }

  .travel-intro__lead h2 {
    font-size: 27px;
  }

  .travel-contact-link {
    font-size: 18px;
  }

  .travel-assurances {
    gap: 30px 16px;
    padding-top: 22px;
  }

  .travel-assurance p {
    font-size: 17px;
  }

  .travel-copy {
    padding: 58px 0 62px;
  }

  .travel-copy h2,
  .travel-areas h2 {
    font-size: 26px;
  }

  .travel-callout {
    min-height: 460px;
    margin-bottom: 55px;
    overflow: hidden;
  }

  .travel-callout__content {
    z-index: 4;
    width: 100%;
    padding: 42px 28px;
    background: linear-gradient(90deg, rgba(24, 23, 42, 0.94) 0%, rgba(24, 23, 42, 0.72) 70%, rgba(24, 23, 42, 0.15) 100%);
  }

  .travel-callout h2 {
    max-width: 320px;
    margin-bottom: 38px;
    font-size: 31px;
  }

  .travel-callout img {
    right: -80px;
    bottom: -5px;
    width: 108%;
    max-width: none;
    opacity: 0.72;
  }

  .travel-areas {
    padding: 42px 32px 54px;
  }

  .travel-areas__grid {
    gap: 0;
  }

  .travel-areas ul + ul {
    margin-top: 0;
  }

  .travel-areas li {
    font-size: 15px;
  }

  .site-footer {
    padding: 80px 0 54px;
  }

  .site-footer__grid,
  .site-footer__link-columns {
    gap: 40px;
  }

  .site-footer h2 {
    font-size: 26px;
  }

  .site-footer__company {
    padding-top: 34px;
  }
}

@media (max-width: 440px) {
  .site-header .custom-logo {
    max-width: 180px;
  }

  .site-header__toggle {
    width: 46px;
    height: 46px;
  }

  .travel-hero__call {
    min-height: 360px;
  }

  .travel-hero__image,
  .travel-hero__shade {
    height: 360px;
  }

  .travel-hero__call h1 {
    font-size: 36px;
  }

  .travel-airport .travel-hero__call h1 {
    font-size: 34px;
  }

  .travel-assurances {
    grid-template-columns: 1fr;
  }

  .travel-assurance p {
    max-width: 260px;
  }

  .travel-callout .travel-contact-link {
    font-size: 18px;
  }
}
