:root {
  --navy: #082b55;
  --navy2: #0b4177;
  --blue: #1267a7;
  --gold: #d8a72f;
  --gold2: #f2c75b;
  --paper: #f5f7fa;
  --white: #fff;
  --ink: #10243a;
  --muted: #637184;
  --line: #d7dfe8;
  --shadow: 0 16px 42px rgba(3, 20, 40, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding-bottom: 78px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
a {
  color: inherit;
}
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 4vw;
  background: rgba(6, 27, 54, 0.97);
  border-bottom: 1px solid rgba(216, 167, 47, 0.48);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}
.brand img {
  width: 58px;
  height: 64px;
  object-fit: contain;
  clip-path: polygon(50% 0, 96% 14%, 94% 72%, 50% 100%, 6% 72%, 4% 14%);
}
.brand span {
  display: grid;
  line-height: 1;
}
.brand b {
  font-size: 13px;
  letter-spacing: 0.12em;
}
.brand small {
  color: var(--gold2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.28em;
  margin-top: 5px;
}
.site-header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header nav a,
.nav-contact {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header nav a:hover {
  color: var(--gold2);
}
.nav-contact {
  border: 1px solid var(--gold);
  color: var(--gold2);
  padding: 10px 14px;
}
.header-gameday {
  position: relative;
  color: #fff;
}
.header-gameday summary {
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  border: 1px solid var(--gold2);
  border-radius: 3px;
  color: var(--navy);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  list-style: none;
  text-transform: uppercase;
}
.header-gameday summary::-webkit-details-marker {
  display: none;
}
.header-gameday summary::after {
  content: " ▾";
}
.header-gameday[open] summary::after {
  content: " ▴";
}
.header-gameday > div {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 80;
  display: grid;
  width: 210px;
  padding: 8px;
  background: rgba(3,15,32,.98);
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
}
.site-header .header-gameday > div a {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(242,199,91,.22);
  color: #fff;
}
.site-header .header-gameday > div a:last-child {
  border-bottom: 0;
}
.site-header .header-gameday > div a:hover {
  background: rgba(242,199,91,.12);
  color: var(--gold2);
}
.menu {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid var(--gold);
  color: #fff;
  padding: 8px 10px;
}
.gameday-bar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 4vw;
  background: #0d477f;
  color: #fff;
  border-bottom: 1px solid rgba(242, 199, 91, 0.5);
}
.gameday-bar span {
  color: var(--gold2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.gameday-bar a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid var(--gold2);
  border-radius: 4px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  box-shadow: 0 7px 18px rgba(3, 20, 40, 0.28);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.gameday-bar a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
  transform: translateY(-1px);
}
.hero {
  min-height: 680px;
  position: relative;
  background: url("/assets/global-futsal-hero.png") center top / cover
    no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 70px 5vw 34px;
  color: #fff;
  overflow: hidden;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(2, 16, 35, 0.94) 0%,
    rgba(3, 23, 46, 0.66) 29%,
    rgba(3, 23, 46, 0.12) 63%,
    rgba(3, 23, 46, 0.04) 100%
  );
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-left: 29vw;
}
.eyebrow {
  color: var(--gold2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(45px, 6.5vw, 88px);
  line-height: 0.91;
  margin: 14px 0 22px;
  letter-spacing: -0.045em;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold2);
}
.hero-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.6;
  max-width: 650px;
  color: #e3ebf4;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.gold-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
}
.gold-btn {
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: var(--navy);
  border: 1px solid var(--gold2);
}
.outline-btn {
  background: rgba(6, 27, 54, 0.28);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.presets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}
.presets span {
  font-size: 10px;
  color: #c7d5e4;
  text-transform: uppercase;
  font-weight: 900;
}
.presets button {
  background: rgba(6, 27, 54, 0.7);
  border: 1px solid rgba(216, 167, 47, 0.65);
  color: var(--gold2);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}
.hero-logo {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 26px;
  width: min(19vw, 250px);
  clip-path: polygon(50% 0, 96% 14%, 94% 72%, 50% 100%, 6% 72%, 4% 14%);
  filter: drop-shadow(0 12px 34px rgba(0, 0, 0, 0.55));
}
.hero-partners {
  position: absolute;
  z-index: 3;
  left: 4vw;
  top: calc(43% + 96px);
  width: min(24vw, 300px);
  padding: 14px;
  background: rgba(6, 27, 54, 0.86);
  border: 1px solid rgba(242, 199, 91, 0.72);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
  transform: translateY(-50%);
}
.hero-partners > span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-partners > div {
  display: grid;
  grid-template-columns: 1.55fr 0.75fr;
  align-items: center;
  gap: 10px;
}
.hero-partners img {
  display: block;
  width: 100%;
  max-height: 72px;
  padding: 6px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
}
.hero-flight-links {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-flight-links .plane {
  position: absolute;
  display: block;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.72));
  transition: transform 0.2s ease, color 0.2s ease;
}
.hero-flight-links .plane span {
  position: relative;
  display: block;
  width: clamp(130px, 7.8vw, 165px);
  aspect-ratio: 3 / 1;
  overflow: visible;
  background: var(--plane-art) center / contain no-repeat;
  color: transparent;
  font-size: 0;
  transform: rotate(var(--plane-rotation, -8deg)) scaleX(var(--plane-direction, 1));
}
.hero-flight-links .plane span::before {
  display: none;
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--tail-flag) center / 100% 100% no-repeat;
  content: "";
  -webkit-mask: url("/assets/realistic-airliner-cutout.png") center / contain no-repeat;
  mask: url("/assets/realistic-airliner-cutout.png") center / contain no-repeat;
  mix-blend-mode: normal;
  opacity: 1;
  /* Follow the aircraft's vertical stabilizer so the flag reads as a tail livery. */
  clip-path: polygon(22.5% 21%, 26.5% 20%, 39.5% 49%, 31% 57.5%, 26.5% 51%);
  filter: saturate(1.3) contrast(1.15) drop-shadow(0 0 1.5px #fff);
}
.hero-flight-links .plane span b {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 38%;
  width: 44%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #082b55;
  font-family: "Arial Black", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(11px, .82vw, 16px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: .025em;
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: .35px rgba(255,255,255,.95);
  text-shadow: 0 1px 0 #fff, 0 0 2px rgba(255,255,255,.95);
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-50%) scaleX(var(--plane-direction, 1)) rotate(var(--wordmark-tilt, -6deg)) skewX(-6deg);
}
.plane-1 span b { font-size: clamp(9px, .7vw, 13px); letter-spacing: 0; }
.plane-4 span b { font-size: clamp(8px, .62vw, 11px); letter-spacing: -.02em; }
.plane-5 span b { font-size: clamp(9px, .68vw, 12px); letter-spacing: -.01em; }
.hero-flight-links .plane:hover,
.hero-flight-links .plane:focus-visible {
  color: #fff;
  transform: translateY(-7px) scale(1.08);
}
/* Airline-style livery: a country-flag tail and city painted on the fuselage. */
.plane-1 { --plane-art: url("/assets/country-planes/spain.png"); --plane-rotation: -13deg; --plane-direction: 1; --wordmark-tilt: -6deg; }
.plane-2 { --plane-art: url("/assets/country-planes/ireland.png"); --plane-rotation: 9deg; --plane-direction: -1; --wordmark-tilt: 6deg; }
.plane-3 { --plane-art: url("/assets/country-planes/uk.png"); --plane-rotation: -5deg; --plane-direction: 1; --wordmark-tilt: -6deg; }
.plane-4 { --plane-art: url("/assets/country-planes/usa.png"); }
.plane-4 { --plane-rotation: -10deg; --plane-direction: 1; --wordmark-tilt: -6deg; }
.hero-flight-links .plane-4 span b,
.hero-flight-links .plane-5 span b {
  top: 44%;
  left: 27%;
  width: 43%;
  padding: 2px 4px;
  background: rgba(235,238,240,.82);
  border-radius: 999px;
}
.plane-6 { --plane-art: url("/assets/country-planes/france.png"); --plane-rotation: 11deg; --plane-direction: -1; --wordmark-tilt: 6deg; }
.plane-7 { --plane-art: url("/assets/country-planes/portugal.png"); --plane-rotation: -16deg; --plane-direction: 1; --wordmark-tilt: -6deg; }
.plane-8 { --plane-art: url("/assets/country-planes/italy.png"); --plane-rotation: 7deg; --plane-direction: -1; --wordmark-tilt: 6deg; }
/* Stable wide placement from the approved hero layout. */
.plane-1 { left: 75%; top: 12%; }
.plane-2 { left: 28%; top: 10%; }
.plane-3 { left: 51%; top: 2%; }
.plane-4 { left: 5%; top: 4%; }
.plane-6 { left: 35%; top: 15%; }
.plane-7 { left: 58%; top: 16%; }
.plane-8 { left: 80%; top: 17%; }
.section {
  padding: 82px 5vw;
}
.route-section {
  background: linear-gradient(145deg, var(--navy), #0d477f);
  color: #fff;
}
.route-heading {
  max-width: 1400px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}
.route-heading > div > p:last-child {
  color: #c8d9e9;
}
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: auto;
}
.route-grid article {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(242, 199, 91, 0.4);
  border-top: 4px solid var(--gold2);
}
.route-italy {
  background-image:
    linear-gradient(180deg, rgba(8, 43, 85, 0.12), rgba(8, 43, 85, 0.97)),
    url("/assets/cities/rome-1.jpg");
}
.route-spain {
  background-image:
    linear-gradient(180deg, rgba(8, 43, 85, 0.12), rgba(8, 43, 85, 0.97)),
    url("/assets/cities/barcelona-1.jpg");
}
.route-portugal {
  background-image:
    linear-gradient(180deg, rgba(8, 43, 85, 0.12), rgba(8, 43, 85, 0.97)),
    url("/assets/cities/porto-1.jpg");
}
.route-england {
  background-image:
    linear-gradient(180deg, rgba(8, 43, 85, 0.12), rgba(8, 43, 85, 0.97)),
    url("/assets/cities/london-1.jpg");
}
.route-british-isles {
  background-image:
    linear-gradient(180deg, rgba(8, 43, 85, 0.12), rgba(8, 43, 85, 0.97)),
    url("/assets/cities/dublin-isn-original.jpg");
}
.route-california {
  background-image:
    linear-gradient(180deg, rgba(8, 43, 85, 0.12), rgba(8, 43, 85, 0.97)),
    url("/assets/cities/los-angeles-1.jpg");
}
.route-grid span {
  color: var(--gold2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.route-grid h3 {
  font-size: 25px;
  margin: 18px 0 8px;
}
.route-grid p {
  color: #d5e1ed;
}
.route-grid footer {
  margin-top: auto;
  padding: 18px 0 14px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.route-grid a {
  color: var(--gold2);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.suggested-cities {
  background: #eef5fb;
}
.city-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: -8px auto 28px;
}
.city-filters button {
  border: 1px solid #a9c2d8;
  background: #fff;
  color: var(--navy);
  padding: 10px 15px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.city-filters button.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1400px;
  margin: auto;
}
.city-grid article {
  background: #fff;
  box-shadow: var(--shadow);
}
.city-grid article.filtered-out {
  display: none;
}
.city-scene {
  min-height: 245px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.city-milan {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/milan-1.jpg");
}
.city-barcelona {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/barcelona-1.jpg");
}
.city-madrid {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/madrid-1.jpg");
}
.city-porto {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/porto-1.jpg");
}
.city-lisbon {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/lisbon-isn-original.jpg");
}
.city-london {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/london-1.jpg");
}
.city-dublin {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/dublin-isn-original.jpg");
}
.city-la {
  background-image:
    linear-gradient(180deg, transparent 25%, rgba(8, 43, 85, 0.94)),
    url("/assets/cities/los-angeles-1.jpg");
}
.city-scene::before {
  content: "";
  position: absolute;
  inset: 30% -10% -22%;
  transform: skewY(-6deg);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(0, 0, 0, 0.35)
  );
  border-top: 2px solid rgba(242, 199, 91, 0.65);
}
.city-scene > * {
  position: relative;
  z-index: 1;
}
.city-scene span {
  color: var(--gold2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.city-scene h3 {
  font-size: 34px;
  margin: 7px 0 0;
}
.city-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.city-actions button,
.city-actions a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.section-head {
  max-width: 920px;
  margin: 0 auto 35px;
  text-align: center;
}
.section-head h2,
.builder h2,
.map-copy h2 {
  font-size: clamp(32px, 4vw, 55px);
  margin: 9px 0 12px;
  line-height: 1;
}
.section-head > p:last-child {
  color: var(--muted);
}
.benefits {
  background: #fff;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1400px;
  margin: auto;
  border: 1px solid var(--line);
}
.benefit-grid article {
  padding: 34px 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.benefit-grid article:last-child {
  border: 0;
}
.benefit-grid span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
  background: var(--navy);
  color: var(--gold2);
  font-size: 24px;
  border: 2px solid var(--gold);
}
.benefit-grid h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 18px 0 12px;
}
.benefit-grid p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.dark-band {
  background: linear-gradient(135deg, var(--navy), #0a294e);
  color: #fff;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1250px;
  margin: auto;
}
.experience-grid article {
  border: 1px solid rgba(216, 167, 47, 0.35);
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
}
.experience-grid .icon {
  font-size: 36px;
}
.experience-grid h3 {
  font-size: 23px;
  margin: 15px 0 10px;
}
.experience-grid p,
.experience-grid li {
  color: #ccd8e6;
  line-height: 1.55;
}
.experience-grid ul {
  padding-left: 18px;
}
.destinations {
  background: #edf1f6;
}
.flag-trips {
  background: #fff;
}
.flag-trip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1450px;
  margin: auto;
}
.flag-trip-grid a {
  min-height: 330px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(0deg, rgba(2, 18, 39, 0.95), rgba(3, 30, 57, 0.08) 70%), var(--trip-image);
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid var(--gold);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.flag-trip-grid a:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(4, 26, 52, 0.22);
}
.flag-trip-grid span {
  color: var(--gold2);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.flag-trip-grid b {
  font-size: 30px;
  margin: 7px 0;
}
.flag-trip-grid small {
  font-weight: 900;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1400px;
  margin: auto;
}
.destination-grid article {
  min-height: 310px;
  background: linear-gradient(145deg, #0c3765, #061b36);
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.destination-grid b {
  font-size: 34px;
}
.destination-grid span {
  color: var(--gold2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
}
.destination-grid p {
  color: #d2dce7;
  line-height: 1.6;
}
.destination-grid a {
  margin-top: auto;
  color: var(--gold2);
  font-weight: 900;
  text-decoration: none;
  font-size: 12px;
}
.builder {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  max-width: 1450px;
  margin: auto;
  background: #fff;
}
.builder-copy {
  padding-top: 25px;
}
.builder-copy p:last-child {
  color: var(--muted);
  line-height: 1.7;
}
.builder form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  background: var(--navy);
  padding: 30px;
  color: #fff;
  box-shadow: var(--shadow);
}
.builder label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c6d2df;
}
.builder input,
.builder select,
.builder textarea {
  width: 100%;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #bed0e0;
  padding: 13px;
  color: var(--ink);
  font: inherit;
}
.builder .wide {
  grid-column: 1/-1;
}
.hidden {
  display: none;
}
.map-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 35px;
  align-items: center;
  background: var(--navy);
  color: #fff;
}
.map-copy p:not(.eyebrow) {
  color: #cbd8e5;
  line-height: 1.7;
}
.map-section iframe {
  width: 100%;
  height: 520px;
  border: 4px solid #fff;
  box-shadow: var(--shadow);
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 5vw;
  background: #030f20;
  color: #fff;
  border-top: 1px solid var(--gold);
}
footer div {
  display: grid;
  gap: 6px;
}
footer span {
  color: #9fadc0;
  font-size: 12px;
}
footer a {
  color: var(--gold2);
  text-decoration: none;
  font-size: 12px;
}
.destination-dock {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  display: flex;
  align-items: stretch;
  gap: 12px;
  min-height: 66px;
  padding: 9px max(18px, 3vw);
  background: rgba(3, 15, 32, .96);
  border-top: 2px solid var(--gold);
  box-shadow: 0 -12px 32px rgba(0,0,0,.32);
  backdrop-filter: blur(12px);
}
.destination-dock-links {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  gap: 7px;
  min-width: 0;
}
.destination-dock-links a {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid rgba(242,199,91,.8);
  border-radius: 4px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .025em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.destination-dock-links a:hover,
.destination-dock-links a:focus-visible {
  background: var(--gold2);
  color: var(--navy);
  transform: translateY(-2px);
}
.concierge {
  position: static;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: var(--navy);
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 12px 19px;
  font-weight: 900;
  box-shadow: var(--shadow);
  cursor: pointer;
  text-transform: uppercase;
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(1, 8, 18, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 20px;
}
.modal.open {
  display: flex;
}
.contact-card {
  position: relative;
  width: min(560px, 100%);
  background: var(--navy);
  border: 2px solid var(--gold);
  padding: 38px;
  color: #fff;
  box-shadow: 0 25px 80px #000;
}
.contact-card h2 {
  font-size: 42px;
  line-height: 1;
  margin: 10px 0 20px;
}
.contact-card > p:not(.eyebrow) {
  line-height: 1.65;
  color: #d6e0ea;
}
.contact-card > a {
  display: flex;
  margin-top: 11px;
}
.close {
  position: absolute;
  right: 16px;
  top: 12px;
  background: none;
  border: 0;
  color: var(--gold2);
  font-size: 30px;
  cursor: pointer;
}
.network-page {
  min-height: 100vh;
  background: #eef5fb;
}
.network-header {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 14px 4vw;
  background: linear-gradient(115deg, var(--navy), var(--blue));
  color: #fff;
  border-bottom: 3px solid var(--gold2);
}
.network-header .brand img {
  width: 78px;
  height: 84px;
}
.network-header > div p {
  margin: 0 0 5px;
  color: var(--gold2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.network-header h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 50px);
}
.network-home {
  color: var(--navy);
  background: #fff;
  padding: 13px 17px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.network-tabs {
  display: flex;
  justify-content: center;
  background: #061b36;
}
.network-tabs a {
  padding: 15px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.network-tabs a.active {
  color: var(--gold2);
  border-bottom-color: var(--gold2);
}
.network-launch {
  min-height: calc(100vh - 168px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 70px 6vw;
  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(18, 103, 167, 0.22),
      transparent 30%
    ),
    #eef5fb;
}
.network-launch h2 {
  margin: 10px 0;
  font-size: clamp(42px, 7vw, 88px);
  color: var(--navy);
}
.network-launch > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.network-features {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 50px;
}
.network-features article {
  min-height: 145px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  background: #fff;
  border-top: 4px solid var(--gold2);
  box-shadow: var(--shadow);
}
.network-features span {
  color: var(--muted);
  font-size: 13px;
}
.network-directory {
  padding: 30px 3vw 50px;
}
.network-intro {
  max-width: 1600px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
}
.network-intro h2 {
  margin: 7px 0;
  font-size: clamp(32px, 4vw, 54px);
  color: var(--navy);
}
.network-intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}
.network-directory iframe {
  display: block;
  width: min(1600px, 100%);
  height: 1050px;
  margin: auto;
  border: 4px solid #fff;
  box-shadow: var(--shadow);
  background: #fff;
}
@media (max-width: 1050px) {
  .site-header nav {
    gap: 12px;
  }
  .site-header nav a {
    display: none;
  }
  .site-header .header-gameday > div a {
    display: block;
  }
  .hero-logo {
    display: none;
  }
  .hero-partners {
    width: min(27vw, 240px);
  }
  .hero-copy {
    margin-left: 18vw;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-grid article:nth-child(2) {
    border-right: 0;
  }
  .experience-grid,
  .destination-grid,
  .flag-trip-grid,
  .route-grid,
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .builder,
  .map-section {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  body {
    padding-bottom: 70px;
  }
  .destination-dock {
    gap: 8px;
    min-height: 60px;
    padding: 7px 10px;
  }
  .destination-dock-links {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .destination-dock-links a {
    flex: 0 0 auto;
    min-width: 92px;
  }
  .concierge {
    padding: 10px 13px;
    font-size: 10px;
    white-space: nowrap;
  }
  .site-header {
    height: 72px;
  }
  .brand img {
    width: 48px;
    height: 54px;
  }
  .menu {
    display: block;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    display: block;
  }
  .header-gameday {
    width: 100%;
  }
  .header-gameday summary {
    text-align: center;
  }
  .header-gameday > div {
    position: static;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
  }
  .hero {
    min-height: 700px;
    padding: 60px 24px 28px;
    background-position: center top;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }
  .hero-copy {
    margin-left: 0;
  }
  .hero-partners {
    position: static;
    order: 2;
    width: 100%;
    margin-top: 18px;
    transform: none;
  }
  .hero-partners > div {
    grid-template-columns: 1.7fr 0.7fr;
  }
  .hero-partners img {
    max-height: 58px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .benefit-grid,
  .experience-grid,
  .destination-grid,
  .flag-trip-grid,
  .route-grid,
  .city-grid {
    grid-template-columns: 1fr;
  }
  .hero-flight-links {
    display: none;
  }
  .route-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .builder form {
    grid-template-columns: 1fr;
  }
  .builder .wide {
    grid-column: auto;
  }
  .section {
    padding: 62px 22px;
  }
  .map-section iframe {
    height: 400px;
  }
  footer {
    flex-direction: column;
  }
  .contact-card {
    padding: 30px 22px;
  }
  .contact-card h2 {
    font-size: 34px;
  }
  .network-header {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }
  .network-header .brand span,
  .network-home {
    display: none;
  }
  .network-tabs {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .network-tabs a {
    flex: 0 0 auto;
    padding: 14px 17px;
  }
  .network-features {
    grid-template-columns: 1fr;
  }
  .network-intro {
    align-items: flex-start;
    flex-direction: column;
  }
  .network-directory {
    padding: 25px 15px;
  }
  .network-directory iframe {
    height: 850px;
  }
}
