/* Trek the City v3.0 — bundled stylesheet
   This file intentionally contains every site stylesheet directly. */

/* =========================================================
   SOURCE: variables.css
   ========================================================= */
:root{--red:#e31e24;--red-dark:#bd151b;--ink:#222;--text:#505765;--muted:#6b7280;--white:#fff;--bg:#f7f8fa;--border:#e4e7eb;--dark:#111318;--heading:"Montserrat",Arial,sans-serif;--body:"Inter",Arial,sans-serif;--container:1280px;--gutter:clamp(1.15rem,4vw,2.5rem);--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:32px;--shadow-sm:0 8px 24px rgba(17,19,24,.06);--shadow-md:0 18px 48px rgba(17,19,24,.10);--shadow-lg:0 32px 90px rgba(17,19,24,.16);--ease:260ms ease}

/* =========================================================
   SOURCE: reset.css
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}img,picture,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit}button{cursor:pointer}details>summary{cursor:pointer}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   SOURCE: base.css
   ========================================================= */
body{font-family:var(--body);color:var(--ink);background:var(--bg);line-height:1.65}h1,h2,h3,h4{margin:0 0 .72em;font-family:var(--heading);line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.65rem,6vw,5.4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:800}h3{font-size:clamp(1.25rem,2vw,1.6rem);font-weight:700}p{margin:0 0 1.25rem;color:var(--text)}strong{font-weight:700}.lead{max-width:44rem;font-size:clamp(1.05rem,1.6vw,1.3rem)}.eyebrow{display:inline-flex;margin-bottom:1.2rem;color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.text-accent{color:var(--red)}.container{width:min(100% - (2 * var(--gutter)),var(--container));margin-inline:auto}.page-main{min-height:65vh}.section{padding-block:clamp(4.5rem,9vw,8rem)}.section--white{background:var(--white)}.section--dark{color:#fff;background:var(--dark)}.section--dark p{color:rgba(255,255,255,.75)}.section-heading{max-width:54rem;margin-bottom:2.5rem}.section-heading--split{display:flex;align-items:end;justify-content:space-between;gap:2rem;max-width:none}.grid{display:grid;gap:clamp(1.25rem,3vw,2rem)}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{display:grid;gap:1.25rem}.content-narrow{max-width:54rem}.placeholder-image{display:grid;min-height:18rem;place-items:center;border:1px solid var(--border);border-radius:var(--r-lg);color:var(--muted);background:#e7e9ed;text-align:center}.placeholder-image--hero{min-height:36rem}.skip-link{position:fixed;z-index:3000;top:.75rem;left:.75rem;padding:.75rem 1rem;border-radius:var(--r-sm);color:#fff;background:var(--dark);transform:translateY(-160%);transition:transform 160ms ease}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid rgba(227,30,36,.45);outline-offset:3px}.component-error{padding:.75rem 1rem;color:#7b161b;background:#fff0f1;text-align:center}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.image-slot{position:relative;overflow:hidden;background:#e7e9ed}.image-slot img{width:100%;height:100%;object-fit:cover}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.5rem;color:rgba(255,255,255,.68);font-size:.85rem}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.reveal{opacity:0;transform:translateY(22px);transition:opacity 600ms ease,transform 600ms ease}.reveal.is-visible{opacity:1;transform:none}.status-pill{display:inline-flex;padding:.35rem .7rem;border-radius:999px;color:var(--muted);background:#f0f2f4;font-size:.8rem;font-weight:700}

/* =========================================================
   SOURCE: navigation.css
   ========================================================= */
/* Trek the City — Premium Header v3 */

.launch-notice {
  position: relative;
  z-index: 1001;
  color: #241d08;
  background: linear-gradient(90deg, #ffd54f, #ffe17a 50%, #ffd54f);
  border-bottom: 1px solid rgba(91, 67, 0, .18);
  box-shadow: 0 5px 18px rgba(60, 44, 0, .08);
}

.launch-notice__inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: .65rem 1rem;
  padding-block: .55rem;
  font-size: .9rem;
  line-height: 1.35;
  text-align: center;
}

.launch-notice__inner strong {
  font-family: var(--heading);
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.launch-notice__inner a {
  font-weight: 800;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.launch-notice__inner a:hover,
.launch-notice__inner a:focus-visible { text-decoration-thickness: 2px; }

@media (max-width: 720px) {
  .launch-notice__inner {
    flex-wrap: wrap;
    gap: .1rem .55rem;
    padding-block: .5rem;
    font-size: .78rem;
  }
  .launch-notice__inner strong { width: 100%; font-size: .74rem; }
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(229, 231, 235, 0.72);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    min-height 240ms ease,
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.cookie-banner:target{display:block!important}

/* =========================================================
   v3.4 — Premium gallery and city-card badge placement
   ========================================================= */
button.city-photo-story__hero,
button.city-photo-story__card {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: var(--dark);
  font: inherit;
  text-align: left;
  cursor: zoom-in;
  appearance: none;
}

.city-photo-story__hero::after,
.city-photo-story__card::after {
  content: "";
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 42%, rgba(10,12,16,.82) 100%);
  opacity: 1;
  transform: none;
}

.city-photo-story__hero:hover::after,
.city-photo-story__hero:focus-visible::after,
.city-photo-story__card:hover::after,
.city-photo-story__card:focus-visible::after {
  opacity: 1;
  transform: none;
}

.city-photo-story__hero:hover img,
.city-photo-story__hero:focus-visible img,
.city-photo-story__card:hover img,
.city-photo-story__card:focus-visible img {
  transform: scale(1.04);
}

.ttc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: clamp(.75rem, 3vw, 2.5rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
}
.ttc-lightbox[hidden] { display: none; }
.ttc-lightbox.is-open { opacity: 1; visibility: visible; }
.ttc-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4,7,11,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: zoom-out;
}
.ttc-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 88vw);
  max-height: 90vh;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 1.35rem;
  background: #0d1218;
  box-shadow: 0 36px 110px rgba(0,0,0,.55);
  transform: scale(.97) translateY(10px);
  transition: transform 260ms cubic-bezier(.2,.75,.25,1);
}
.ttc-lightbox.is-open .ttc-lightbox__dialog { transform: scale(1) translateY(0); }
.ttc-lightbox__media {
  position: relative;
  display: grid;
  min-height: min(64vh, 690px);
  place-items: center;
  background: #070a0f;
}
.ttc-lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  opacity: 1;
  transition: opacity 140ms ease;
}
.ttc-lightbox.is-changing .ttc-lightbox__image { opacity: .25; }
.ttc-lightbox__caption {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 1rem;
  padding: 1rem 1.35rem 1.2rem;
  color: #fff;
  background: #10161e;
}
.ttc-lightbox__category {
  margin: 0 0 .3rem;
  color: #ff6268;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ttc-lightbox__title { margin: 0; color: #fff; font-size: clamp(1.25rem,2.2vw,1.85rem); line-height: 1.1; }
.ttc-lightbox__counter { margin: 0; color: rgba(255,255,255,.64); font-size: .85rem; font-weight: 800; white-space: nowrap; }
.ttc-lightbox__close,
.ttc-lightbox__arrow {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(8,11,16,.76);
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}
.ttc-lightbox__close:hover,
.ttc-lightbox__close:focus-visible,
.ttc-lightbox__arrow:hover,
.ttc-lightbox__arrow:focus-visible { background: var(--red,#ec1f26); }
.ttc-lightbox__close { top: .85rem; right: .85rem; width: 2.75rem; height: 2.75rem; font-size: 1.45rem; }
.ttc-lightbox__arrow { top: 50%; width: 3rem; height: 3rem; font-size: 1.55rem; transform: translateY(-50%); }
.ttc-lightbox__arrow:hover { transform: translateY(-50%) scale(1.06); }
.ttc-lightbox__arrow--previous { left: 1rem; }
.ttc-lightbox__arrow--next { right: 1rem; }
body.ttc-lightbox-open { overflow: hidden; }

/* Badge stays wholly inside its card photograph at every breakpoint. */
.city-card .card__image { position: relative; overflow: hidden; }
.city-card .card__image > img.city-card__badge-art {
  position: absolute;
  z-index: 8;
  right: auto;
  bottom: 1rem;
  left: 1rem;
  display: block;
  width: 88px;
  max-width: 88px;
  height: 90px;
  max-height: 90px;
  margin: 0;
  padding: .25rem;
  border-radius: .85rem;
  object-fit: contain;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 28px rgba(17,24,39,.2);
  filter: none;
  transform: none;
}
.city-card:hover .card__image > img.city-card__badge-art,
.city-card:focus-within .card__image > img.city-card__badge-art { transform: translateY(-3px) scale(1.025); }
.city-card .card__body { padding-top: clamp(1.35rem,2.5vw,1.85rem); }

/* The complete city card is one clear, accessible destination link. */
a.city-card {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a.city-card:focus-visible {
  outline: 4px solid rgba(227,30,36,.32);
  outline-offset: 5px;
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}
a.city-card:hover .button--text,
a.city-card:focus-visible .button--text { color: var(--red-dark); }

@media (max-width: 760px) {
  .ttc-lightbox { padding: .6rem; }
  .ttc-lightbox__dialog { width: 96vw; max-height: 94vh; border-radius: 1rem; }
  .ttc-lightbox__media { min-height: 48vh; }
  .ttc-lightbox__image { max-height: 68vh; }
  .ttc-lightbox__caption { grid-template-columns: 1fr; gap: .35rem; padding: .9rem 1rem 1rem; }
  .ttc-lightbox__arrow { width: 2.55rem; height: 2.55rem; }
  .ttc-lightbox__arrow--previous { left: .4rem; }
  .ttc-lightbox__arrow--next { right: .4rem; }
  .city-card .card__image > img.city-card__badge-art { bottom: .75rem; left: .75rem; width: 76px; max-width: 76px; height: 78px; max-height: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  .ttc-lightbox,
  .ttc-lightbox__dialog,
  .ttc-lightbox__image,
  .city-photo-story__hero img,
  .city-photo-story__card img,
  .city-card .card__image > img.city-card__badge-art { transition: none; }
}

.site-header.is-scrolled {
  border-bottom-color: rgba(229, 231, 235, 0.88);
  background: rgba(255, 255, 255, 0.89);
  box-shadow: 0 12px 36px rgba(17, 19, 24, 0.09);
}

.site-nav {
  position: relative;
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  transition: min-height 240ms ease;
}

.site-header.is-scrolled .site-nav {
  min-height: 80px;
}

.site-brand {
  flex: 0 0 auto;
  color: inherit;
  text-decoration: none;
}

.site-brand--image {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transform-origin: left center;
  transition:
    transform 200ms ease,
    opacity 200ms ease;
}

.site-brand--image:hover {
  transform: scale(1.018);
}

.site-brand__logo {
  width: clamp(205px, 17vw, 250px);
  height: auto;
  transition: width 240ms ease;
}

.site-header.is-scrolled .site-brand__logo {
  width: clamp(185px, 15vw, 220px);
}

.site-brand__endorsement {
  margin-top: -0.18rem;
  margin-left: 0.12rem;
  color: var(--red, #e31e24);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.25rem, 2.4vw, 2.15rem);
}

.site-nav__link {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.4rem 0;
  color: var(--ink, #222);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.site-nav__link:hover {
  color: var(--red, #e31e24);
  transform: translateY(-1px);
}

.site-nav__link::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: var(--red, #e31e24);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms cubic-bezier(.2,.8,.2,1);
}

.site-nav__link:hover::after,
.site-nav__link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav__link[aria-current="page"] {
  color: var(--ink, #222);
}

.site-nav__cta {
  min-height: 54px;
  padding-inline: 1.55rem;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(227, 30, 36, 0.24);
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease;
}

.site-nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(227, 30, 36, 0.32);
}

.site-nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 13px;
  color: var(--ink, #222);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(17, 19, 24, 0.06);
}

.site-nav__toggle-icon {
  position: relative;
  display: grid;
  width: 21px;
  gap: 4px;
}

.site-nav__toggle-icon span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 220ms ease,
    opacity 180ms ease;
}

.site-nav__toggle[aria-expanded="true"] .site-nav__toggle-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-nav__toggle[aria-expanded="true"] .site-nav__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.site-nav__toggle[aria-expanded="true"] .site-nav__toggle-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1020px) {
  .site-nav {
    min-height: 86px;
  }

  .site-header.is-scrolled .site-nav {
    min-height: 74px;
  }

  .site-brand__logo {
    width: 205px;
  }

  .site-header.is-scrolled .site-brand__logo {
    width: 185px;
  }

  .site-nav__toggle {
    display: inline-flex;
  }

  .site-nav__links {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    gap: 0.3rem;
    overflow: hidden;
    padding: 0 1rem;
    border: 1px solid transparent;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
      max-height 280ms ease,
      padding 280ms ease,
      opacity 180ms ease,
      transform 220ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease;
  }

  .site-nav__links.is-open {
    max-height: 520px;
    padding: 1rem;
    border-color: var(--border, #e5e7eb);
    box-shadow: 0 22px 60px rgba(17, 19, 24, 0.15);
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav__link {
    min-height: 48px;
    padding-inline: 0.75rem;
    border-radius: 10px;
  }

  .site-nav__link:hover {
    background: rgba(227, 30, 36, 0.06);
  }

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

  .site-nav__cta {
    width: 100%;
    margin-top: 0.4rem;
  }
}

@media (max-width: 640px) {
  .site-nav {
    min-height: 78px;
  }

  .site-header.is-scrolled .site-nav {
    min-height: 70px;
  }

  .site-brand__logo,
  .site-header.is-scrolled .site-brand__logo {
    width: 165px;
  }

  .site-brand__endorsement {
    font-size: 0.52rem;
  }
}

/* =========================================================
   SOURCE: components.css
   ========================================================= */
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 1.3rem;border:1px solid transparent;border-radius:var(--r-sm);font-weight:700;line-height:1;text-decoration:none;transition:transform 160ms ease,background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:var(--red);box-shadow:0 10px 24px rgba(227,30,36,.20)}.button--primary:hover{background:var(--red-dark);box-shadow:0 14px 30px rgba(227,30,36,.28)}.button--secondary{border-color:var(--ink);color:var(--ink);background:var(--white)}.button--secondary:hover{color:#fff;background:var(--ink)}.button--text{min-height:auto;padding:0;color:var(--red)}.button--on-dark{border-color:rgba(255,255,255,.65);color:#fff;background:transparent}.button--on-dark:hover{color:var(--ink);background:#fff}.button-row{display:flex;flex-wrap:wrap;gap:.9rem}.button-row--centred{justify-content:center}.card{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--white);box-shadow:var(--shadow-sm);transition:transform var(--ease),box-shadow var(--ease)}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md)}.card__body{padding:1.55rem}.card__image{height:280px;border-radius:0}.card__image img{transition:transform 500ms ease}.card:hover .card__image img{transform:scale(1.045)}.feature-card{padding:1.7rem}.feature-card__number{display:inline-grid;width:42px;height:42px;margin-bottom:1.5rem;place-items:center;border-radius:50%;color:#fff;background:var(--red);font-weight:800}.city-card__meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem;color:var(--muted);font-size:.82rem}.city-card__meta span{padding:.25rem .55rem;border-radius:999px;background:#f1f2f4}.city-card__badge{position:absolute;z-index:3;top:1rem;right:1rem;width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 8px 15px rgba(17,19,24,.18))}.city-accent{height:6px;background:var(--city-color,var(--red))}.badge-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.badge-card{display:grid;place-items:center;min-height:175px;padding:1rem;border:1px solid var(--border);border-radius:var(--r-md);background:var(--white);box-shadow:var(--shadow-sm)}.badge-card img{max-height:135px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-field{display:grid;gap:.45rem}.form-field--full{grid-column:1/-1}.form-field label{font-weight:700}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--border);border-radius:var(--r-sm);padding:.95rem 1rem;color:var(--ink);background:var(--white)}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--red);outline:3px solid rgba(227,30,36,.10)}.form-field [aria-invalid="true"]{border-color:#b42318}.form-help{margin:0;color:var(--muted);font-size:.85rem}.form-status{padding:1rem;border-radius:var(--r-sm);color:#254d2e;background:#eef8f0}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.metric{padding:1.25rem;border:1px solid var(--border);border-radius:var(--r-md);background:var(--white)}.metric strong{display:block;font-family:var(--heading);font-size:1.6rem}.metric span{color:var(--muted);font-size:.85rem}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--border)}.process-step{min-height:18rem;padding:clamp(1.6rem,4vw,2.6rem);background:var(--white)}.process-step__number{display:block;margin-bottom:3rem;color:var(--red);font-family:var(--heading);font-size:.84rem;font-weight:800;letter-spacing:.1em}.check-list{display:grid;gap:.85rem;padding:0;margin:2rem 0;list-style:none}.check-list li{position:relative;padding-left:1.75rem}.check-list li::before{position:absolute;left:0;color:var(--red);content:"✓";font-weight:800}.faq-list{display:grid;max-width:60rem;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--r-md);background:var(--white)}.faq-item summary{position:relative;padding:1.25rem 3.5rem 1.25rem 1.35rem;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{position:absolute;top:50%;right:1.35rem;content:"+";color:var(--red);font-family:var(--heading);font-size:1.4rem;transform:translateY(-50%)}.faq-item[open] summary::after{content:"–"}.faq-item p{padding:0 1.35rem 1.35rem;margin:0}.testimonial-card{max-width:64rem;margin-inline:auto;padding:clamp(2rem,6vw,4.5rem);border:1px solid var(--border);border-radius:var(--r-lg);background:var(--white);box-shadow:var(--shadow-md)}.testimonial-card__quote{margin-bottom:2rem;color:var(--ink);font-family:var(--heading);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.25}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.gallery-grid picture:first-child{grid-row:span 2}.gallery-grid img{width:100%;height:100%;min-height:230px;object-fit:cover;border-radius:var(--r-md)}.cookie-banner{position:fixed;z-index:2500;right:1rem;bottom:1rem;left:1rem;max-width:1050px;margin-inline:auto;padding:1.1rem;border:1px solid var(--border);border-radius:var(--r-md);background:rgba(255,255,255,.97);box-shadow:var(--shadow-lg);backdrop-filter:blur(16px)}.cookie-banner__content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-banner p{margin:0;font-size:.9rem}.cookie-banner__actions{display:flex;flex:0 0 auto;gap:.75rem}.cta-panel{padding:clamp(2.5rem,6vw,5rem);border-radius:var(--r-lg);color:#fff;background:radial-gradient(circle at 100% 0,rgba(227,30,36,.55),transparent 25rem),var(--dark)}.cta-panel p{color:rgba(255,255,255,.75)}.cta-panel--centred{text-align:center}.cta-panel--centred .lead{margin-inline:auto}.price-card{padding:2rem}.price-card__price{font-family:var(--heading);font-size:2.4rem;font-weight:800}.legal-content h2{margin-top:2.2rem;font-size:1.8rem}.legal-content h3{margin-top:1.6rem;font-size:1.25rem}.legal-note{padding:1rem;border-left:4px solid var(--red);background:#fff4f5}
.card__image picture{display:block;width:100%;height:100%}
.card__image picture img{display:block;width:100%;height:100%;object-fit:cover}

/* =========================================================
   SOURCE: homepage.css
   ========================================================= */
/* Homepage v2.1 — hero visual upgrade */

.hero {
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background:
    radial-gradient(circle at 82% 14%, rgba(227, 30, 36, 0.10), transparent 24rem),
    linear-gradient(180deg, #ffffff, var(--bg));
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.hero__content {
  max-width: 45rem;
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.hero-visual__photo {
  position: absolute;
  inset: 0 0 0 8%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 32px;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(227, 30, 36, 0.07), rgba(34, 34, 34, 0.02)),
    #e7e9ed;
  box-shadow: 0 34px 90px rgba(17, 19, 24, 0.16);
}

.hero-visual__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 45%, rgba(17, 19, 24, 0.06)),
    radial-gradient(circle at 70% 15%, rgba(255,255,255,.7), transparent 18rem);
  pointer-events: none;
}

.hero-visual__photo span {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.hero-visual__badge {
  position: absolute;
  z-index: 3;
  top: 5%;
  left: 0;
  width: 180px;
  aspect-ratio: 1;
  padding: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 55px rgba(17, 19, 24, 0.18);
  transform: rotate(-6deg);
}

.hero-visual__badge-ring {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 1rem;
  border: 2px solid var(--ink);
  border-radius: 50%;
  text-align: center;
}

.hero-visual__badge-ring strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.05rem;
  line-height: 1.05;
}

.hero-visual__badge-ring span {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.2;
}

.hero-visual__badge-city {
  color: var(--red) !important;
  font-size: 0.62rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-visual__route {
  position: absolute;
  z-index: 4;
  right: -1%;
  bottom: 7%;
  width: min(320px, 56%);
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 24px 60px rgba(17, 19, 24, 0.17);
  backdrop-filter: blur(14px);
}

.hero-visual__route-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.hero-visual__route-label span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual__route-label strong {
  font-family: var(--heading);
  font-size: 1.15rem;
}

.hero-visual__route-line {
  position: relative;
  height: 82px;
  margin-bottom: 0.85rem;
  border-radius: 14px;
  background:
    linear-gradient(155deg, transparent 22%, rgba(227,30,36,.16) 22%, rgba(227,30,36,.16) 28%, transparent 28%),
    linear-gradient(30deg, transparent 35%, rgba(34,34,34,.11) 35%, rgba(34,34,34,.11) 41%, transparent 41%),
    #f5f6f8;
}

.hero-visual__route-line::before {
  position: absolute;
  top: 48%;
  right: 12%;
  left: 12%;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: var(--red);
  transform: rotate(-8deg);
}

.hero-visual__route-dot {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 3px 10px rgba(17,19,24,.18);
}

.hero-visual__route-dot--1 {
  top: 52%;
  left: 14%;
}

.hero-visual__route-dot--2 {
  top: 38%;
  left: 51%;
}

.hero-visual__route-dot--3 {
  top: 24%;
  right: 13%;
}

.hero-visual__route-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-visual__trust {
  position: absolute;
  z-index: 5;
  bottom: 2%;
  left: 1%;
  max-width: 275px;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(17, 19, 24, 0.94);
  box-shadow: 0 24px 55px rgba(17, 19, 24, 0.22);
}

.hero-visual__trust strong,
.hero-visual__trust span {
  display: block;
}

.hero-visual__trust strong {
  margin: 0.25rem 0 0.35rem;
  font-family: var(--heading);
  font-size: 1rem;
}

.hero-visual__trust span {
  color: rgba(255,255,255,.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hero-visual__trust-kicker {
  color: #ff5a60 !important;
  font-size: 0.66rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-strip__label {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-align: center;
  text-transform: uppercase;
}

.section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--border);
}

.process-step {
  min-height: 18rem;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  background: var(--white);
}

.process-step__number {
  display: block;
  margin-bottom: 3rem;
  color: var(--red);
  font-family: var(--heading);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.collection-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(227, 30, 36, 0.09), transparent 24rem),
    var(--bg);
}

.collection-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.collection-copy {
  max-width: 30rem;
}

.badge-grid--compact .badge-placeholder {
  min-height: 8rem;
}

.corporate-feature {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.corporate-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.corporate-feature__image {
  min-height: 34rem;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(227, 30, 36, 0.32), rgba(17, 19, 24, 0.15)),
    #343841;
  border-color: rgba(255, 255, 255, 0.12);
}

.corporate-feature__content {
  max-width: 38rem;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.75rem;
  color: rgba(255, 255, 255, 0.82);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--red);
  content: "✓";
  font-weight: 800;
}

.button--on-dark {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
  background: transparent;
}

.button--on-dark:hover {
  border-color: #ffffff;
  color: var(--ink);
  background: #ffffff;
}

.pack-preview {
  align-items: center;
}

.pack-preview__button {
  justify-self: start;
}

.testimonial-section {
  background:
    linear-gradient(180deg, var(--bg), #ffffff);
}

.testimonial-card {
  max-width: 62rem;
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.testimonial-card__quote {
  margin-bottom: 2.25rem;
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-card__avatar {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--muted);
  background: #e5e7eb;
  font-size: 0.72rem;
}

.testimonial-card__person strong,
.testimonial-card__person span {
  display: block;
}

.testimonial-card__person span {
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-list {
  display: grid;
  max-width: 58rem;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--white);
}

.faq-item summary {
  position: relative;
  padding: 1.25rem 3.5rem 1.25rem 1.35rem;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 1.35rem;
  content: "+";
  color: var(--red);
  font-family: var(--heading);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  padding: 0 1.35rem 1.35rem;
  margin: 0;
}

.cta-panel--centred {
  text-align: center;
}

.cta-panel--centred .lead {
  margin-inline: auto;
}

.button-row--centred {
  justify-content: center;
}

@media (max-width: 1100px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 590px;
  }

  .hero-visual__photo {
    inset: 0 4% 0 4%;
  }
}

@media (max-width: 960px) {
  .section-heading--split {
    display: grid;
    align-items: start;
  }

  .process-grid,
  .collection-layout,
  .corporate-feature__grid {
    grid-template-columns: 1fr;
  }

  .collection-copy,
  .corporate-feature__content {
    max-width: none;
  }

  .badge-grid--compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .corporate-feature__image {
    min-height: 26rem;
  }
}

@media (max-width: 640px) {
  .hero-visual {
    min-height: 510px;
  }

  .hero-visual__photo {
    inset: 0;
  }

  .hero-visual__badge {
    top: 3%;
    left: 2%;
    width: 130px;
  }

  .hero-visual__route {
    right: 2%;
    bottom: 5%;
    width: 72%;
  }

  .hero-visual__trust {
    bottom: 3%;
    left: 2%;
    max-width: 220px;
  }

  .process-grid {
    gap: 1px;
  }

  .process-step {
    min-height: auto;
  }

  .process-step__number {
    margin-bottom: 1.5rem;
  }

  .badge-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Production city artwork integration */
.hero-visual__photo picture,.hero-visual__photo img{width:100%;height:100%}.hero-visual__photo img{object-fit:cover;object-position:center}.hero-visual__photo::after{background:linear-gradient(180deg,transparent 50%,rgba(17,19,24,.10))}

/* =========================================================
   SOURCE: pages.css
   ========================================================= */
.page-hero{position:relative;overflow:hidden;padding-block:clamp(4rem,8vw,7rem);color:#fff;background:linear-gradient(120deg,rgba(17,19,24,.99),rgba(17,19,24,.84)),var(--dark)}.page-hero::after{position:absolute;right:-8rem;bottom:-12rem;width:28rem;height:28rem;border-radius:50%;content:"";background:rgba(227,30,36,.18)}.page-hero__content{position:relative;z-index:1;max-width:55rem}.page-hero p{color:rgba(255,255,255,.76)}.page-hero--city{padding-block:clamp(3rem,7vw,6rem);background:linear-gradient(90deg,rgba(17,19,24,.96),rgba(17,19,24,.62)),var(--city-hero) center/cover}.trust-strip{padding-block:2rem;border-block:1px solid var(--border);background:var(--white)}.trust-strip__items{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:1.5rem;color:#69717f;font-weight:700;text-align:center}.trust-strip__label{text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:700}.city-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}.split-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2rem,6vw,5rem)}.route-map-placeholder{min-height:28rem}.city-overview{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(290px,.9fr);gap:clamp(2rem,6vw,5rem);align-items:start}.city-badge-panel{display:grid;place-items:center;padding:2rem;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--white);box-shadow:var(--shadow-md)}.city-badge-panel img{max-height:270px}.page-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.page-nav a{padding:.5rem .75rem;border-radius:999px;color:rgba(255,255,255,.85);background:rgba(255,255,255,.1);text-decoration:none}.page-nav a:hover{background:rgba(255,255,255,.18)}.legal-hero{padding-block:3rem}.contact-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:2rem}.contact-panel{padding:1.7rem;border-radius:var(--r-lg);color:#fff;background:var(--dark)}.contact-panel p{color:rgba(255,255,255,.75)}
/* Production city hero images */
.page-hero--city{min-height:clamp(360px,48vw,620px);display:flex;align-items:flex-end;background-position:center}.page-hero--city::before{position:absolute;inset:0;content:"";background:linear-gradient(90deg,rgba(10,12,16,.88) 0%,rgba(10,12,16,.50) 48%,rgba(10,12,16,.12) 100%)}.page-hero--city::after{display:none}.page-hero--city .page-hero__content{padding-block:clamp(2.5rem,5vw,4rem)}

/* London production proof: real responsive hero media */
.page-hero--city{background:var(--dark)}
.page-hero__media{position:absolute;inset:0;display:block}
.page-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.page-hero--city::before{z-index:1}
.page-hero--city .page-hero__content{z-index:2}

/* =========================================================
   SOURCE: footer.css
   ========================================================= */
.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 82% 12%, rgba(236, 31, 38, 0.16), transparent 31rem),
    linear-gradient(145deg, #0b0e13 0%, #10141b 58%, #0b0e13 100%);
}

.site-footer__glow {
  position: absolute;
  inset: auto -12rem -18rem auto;
  width: 34rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(236, 31, 38, 0.08);
  filter: blur(18px);
  pointer-events: none;
}

.site-footer__top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, 1.35fr) minmax(28rem, 1fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.site-footer__brand {
  max-width: 39rem;
}

.site-footer__logo {
  display: block;
  width: min(340px, 100%);
  height: auto;
  margin-bottom: 1.75rem;
}

.site-footer__statement {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.site-footer__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.site-footer__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-footer__highlights li::before {
  content: "✓";
  color: var(--red);
  font-weight: 900;
}

.site-footer__cta {
  margin-top: 1.75rem;
}

.site-footer__navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  align-content: start;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.footer-heading {
  margin: 0 0 1rem;
  font-size: 1rem;
  letter-spacing: 0;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer__list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__list a {
  display: inline-flex;
  width: fit-content;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.site-footer__collection {
  position: relative;
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__collection-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.site-footer__collection-copy .eyebrow {
  margin-bottom: 0.55rem;
}

.site-footer__collection-copy h2 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.site-footer__badges {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(0.45rem, 1vw, 0.85rem);
}

.site-footer__badges a {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.75rem 0.35rem 0.65rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.site-footer__badges img {
  display: block;
  width: min(100%, 88px);
  height: auto;
  opacity: 0.48;
  filter: grayscale(1) saturate(0) brightness(1.45);
  transition:
    filter 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.site-footer__badges span {
  overflow: hidden;
  max-width: 100%;
  font-size: 0.7rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer__badges a:hover,
.site-footer__badges a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.site-footer__badges a:hover img,
.site-footer__badges a:focus-visible img {
  opacity: 1;
  filter: grayscale(0) saturate(1) brightness(1);
  transform: scale(1.06);
}

.site-footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.35rem 1.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
}

.site-footer__creator {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__creator img {
  display: block;
  width: 132px;
  height: auto;
  opacity: 0.88;
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-footer__creator:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer__creator-brand{display:flex;align-items:center;gap:1.15rem}.site-footer__creator-link{flex:0 0 auto}.site-footer__socials{display:flex;align-items:center;gap:.48rem}.site-footer__social{--social-rgb:227,30,36;position:relative;display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:13px;color:rgba(255,255,255,.68);background:rgba(255,255,255,.045);isolation:isolate;transition:color 200ms ease,border-color 200ms ease,box-shadow 220ms ease,transform 220ms ease}.site-footer__social::before{position:absolute;z-index:-1;inset:0;content:"";background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.3),transparent 42%),rgb(var(--social-rgb));opacity:0;transform:scale(.55) rotate(-12deg);transition:opacity 220ms ease,transform 300ms cubic-bezier(.2,.8,.2,1)}.site-footer__social svg{width:19px;height:19px;fill:currentColor;transition:transform 240ms cubic-bezier(.2,.8,.2,1)}.site-footer__social:hover,.site-footer__social:focus-visible{color:#fff;border-color:rgba(var(--social-rgb),.9);box-shadow:0 10px 30px rgba(var(--social-rgb),.32),0 0 0 1px rgba(var(--social-rgb),.18);transform:translateY(-4px) scale(1.04)}.site-footer__social:hover::before,.site-footer__social:focus-visible::before{opacity:1;transform:scale(1.15) rotate(0)}.site-footer__social:hover svg,.site-footer__social:focus-visible svg{transform:scale(1.12)}.site-footer__social--facebook{--social-rgb:24,119,242}.site-footer__social--instagram{--social-rgb:214,41,118}.site-footer__social--linkedin{--social-rgb:10,102,194}.site-footer__social--x{--social-rgb:227,30,36}

@media (max-width: 1100px) {
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .site-footer__navigation {
    max-width: 42rem;
  }

  .site-footer__badges {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
}

@media (max-width: 700px) {
  .site-footer__top {
    padding-block: 3.5rem;
  }

  .site-footer__logo {
    width: min(290px, 100%);
  }

  .site-footer__navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__collection-copy {
    display: block;
  }

  .site-footer__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__badges img {
    width: min(100%, 100px);
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .site-footer__navigation {
    grid-template-columns: 1fr;
  }

  .site-footer__highlights {
    display: grid;
  }

  .site-footer__creator {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__creator-brand{align-items:flex-start;flex-direction:column;gap:1rem}
}

/* =========================================================
   SOURCE: responsive.css
   ========================================================= */
@media(max-width:1100px){.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.city-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.badge-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.grid--2,.grid--3,.split-feature,.city-overview,.contact-layout{grid-template-columns:1fr}.section-heading--split{display:grid;align-items:start}.process-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid picture:first-child{grid-column:1/-1;grid-row:auto}.trust-strip__items{grid-template-columns:repeat(3,minmax(0,1fr))}.cookie-banner__content{display:grid}.cookie-banner__actions{flex-wrap:wrap}}@media(max-width:640px){h1{font-size:clamp(2.45rem,13vw,4rem)}.grid--3,.grid--4,.city-directory,.metric-grid,.form-grid,.trust-strip__items{grid-template-columns:1fr}.badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-field--full{grid-column:auto}.button-row,.button-row .button{width:100%}.section{padding-block:4rem}.card__image{height:235px}.gallery-grid{grid-template-columns:1fr}.gallery-grid picture:first-child{grid-column:auto}.cookie-banner{right:.6rem;bottom:.6rem;left:.6rem}.cookie-banner__actions,.cookie-banner__actions .button{width:100%}.site-footer__bottom{align-items:flex-start;flex-direction:column}}

/* =========================================================
   SOURCE: original main.css custom and release rules
   ========================================================= */
.city-detail-badge {
  display: grid;
  grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.5rem;
  background: radial-gradient(circle at 15% 20%, rgba(236,31,38,.08), transparent 34%), #fff;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}
.city-detail-badge__image {
  width: 100%;
  max-width: 190px;
  height: auto;
  justify-self: center;
  filter: drop-shadow(0 14px 24px rgba(17, 24, 39, 0.16));
}
.city-detail-badge__eyebrow {
  margin: 0 0 .65rem;
  color: var(--color-primary, #ec1f26);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}
.city-detail-badge__title { margin: 0 0 .75rem; }
.city-detail-badge__copy { margin: 0; max-width: 54ch; }
@media (max-width: 700px) {
  .city-card__content { padding-top: 2.7rem; }
  .city-detail-badge { grid-template-columns: 1fr; text-align: center; }
  .city-detail-badge__copy { margin-inline: auto; }
}

/* v2.0 full-width page banners */
.hero--banner,
.page-hero--banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(540px, 72vh, 760px);
  display: grid;
  align-items: center;
  color: #fff;
  background: #17202b;
}
.page-hero--banner {
  min-height: clamp(430px, 58vh, 640px);
}
.page-banner__media,
.page-banner__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-banner__media {
  z-index: -2;
}
.page-banner__media img {
  object-fit: cover;
  object-position: center;
}
.hero--banner::after,
.page-hero--banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10,14,20,.86) 0%, rgba(10,14,20,.65) 34%, rgba(10,14,20,.18) 68%, rgba(10,14,20,.08) 100%),
    linear-gradient(180deg, rgba(10,14,20,.12), rgba(10,14,20,.28));
}
.hero__grid--banner {
  grid-template-columns: minmax(0, 720px);
  position: relative;
  z-index: 1;
}
.hero--banner .hero__content,
.page-hero--banner .page-hero__content {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.24);
}
.hero--banner .lead,
.page-hero--banner .lead {
  color: rgba(255,255,255,.88);
}
.hero--banner .button--secondary {
  border-color: rgba(255,255,255,.72);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.hero--banner .hero__stats {
  border-color: rgba(255,255,255,.22);
  background: rgba(12,16,22,.34);
  backdrop-filter: blur(10px);
}
.hero--banner .hero__stat span {
  color: rgba(255,255,255,.76);
}

/* City-directory badge: securely overlaps the image at bottom-left. */
.city-card .card__image {
  position: relative;
  overflow: visible;
}

.city-card .card__image > picture {
  overflow: hidden;
}

.city-card .card__image > img.city-card__badge-art {
  position: absolute;
  z-index: 8;
  right: auto;
  bottom: -2.55rem;
  left: 1rem;
  display: block;
  width: 102px;
  max-width: 102px;
  height: 104px;
  max-height: 104px;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(17,24,39,.22));
  transition: transform 180ms ease, filter 180ms ease;
}

.city-card .card__body {
  padding-top: 3.55rem;
}

.city-card:hover .card__image > img.city-card__badge-art,
.city-card:focus-within .card__image > img.city-card__badge-art {
  transform: translateY(-3px);
  filter: drop-shadow(0 14px 24px rgba(17,24,39,.26));
}

@media (max-width: 700px) {
  .hero--banner,
  .page-hero--banner {
    min-height: 620px;
    align-items: end;
  }
  .page-hero--banner {
    min-height: 500px;
  }
  .hero--banner::after,
  .page-hero--banner::after {
    background: linear-gradient(180deg, rgba(8,12,17,.10) 0%, rgba(8,12,17,.78) 58%, rgba(8,12,17,.94) 100%);
  }
  .hero__grid--banner {
    padding-bottom: 2rem;
  }
  .city-card .card__image > img.city-card__badge-art {
    bottom: -2.2rem;
    left: .8rem;
    width: 86px;
    max-width: 86px;
    height: 88px;
    max-height: 88px;
  }
  .city-card .card__body {
    padding-top: 3rem;
  }
}


/* =========================================================
   v2.1 Phase 1 — Design consistency and vertical rhythm
   ========================================================= */
.section{padding-block:clamp(3.75rem,7vw,6.25rem)}
.section--compact{padding-block:clamp(2.25rem,4.5vw,3.75rem)}
.section--content-tight{padding-block:clamp(3.25rem,5.5vw,5rem)}
.section--faq-tight{padding-block:clamp(3.25rem,5vw,4.75rem)}
.section--cta-tight{padding-block:clamp(2.75rem,4.5vw,4.25rem)}
.section--contact-compact{padding-block:clamp(3rem,5vw,4.75rem)}
.site-brand--image{gap:.34rem}
.site-brand__endorsement{margin-top:0;margin-left:.18rem;line-height:1.15}
.site-nav__links{gap:clamp(1rem,1.9vw,1.75rem)}
.page-hero--banner::after,.hero--banner::after{right:0;bottom:0;width:auto;height:auto;border-radius:0}
.split-feature{gap:clamp(2rem,4vw,3.5rem)}
.split-feature>*{min-width:0}
.split-feature .placeholder-image--hero{min-height:clamp(28rem,42vw,36rem)}
.check-list li{color:var(--text);line-height:1.55}
.section--dark .check-list li,.corporate-feature .check-list li{color:rgba(255,255,255,.84)}
.section--faq-tight .section-heading{margin-bottom:2rem}
.section--faq-tight+.section--cta-tight{padding-top:clamp(2rem,3vw,3rem)}
.page-hero--city{min-height:clamp(430px,52vw,650px);align-items:end}
.page-hero--city::before{background:linear-gradient(90deg,rgba(8,11,16,.91) 0%,rgba(8,11,16,.72) 30%,rgba(8,11,16,.30) 63%,rgba(8,11,16,.08) 100%)}
.page-hero--city .page-hero__content{width:100%;max-width:47rem;margin:0;padding-top:2rem;padding-bottom:clamp(3rem,6vw,5rem)}
.page-hero--city .breadcrumbs{margin-bottom:1.25rem}
.page-hero--city .eyebrow{margin-bottom:1rem}
.page-hero--city h1{margin-bottom:.65rem}
.page-hero--city .lead{max-width:42rem;margin-bottom:0}
.section--compact .city-detail-badge{gap:clamp(1.5rem,3vw,2.75rem)}
.city-detail-badge{padding:clamp(1.5rem,3vw,2.5rem)}
.city-detail-badge__image{max-width:180px}
.contact-layout{align-items:start;gap:clamp(1.5rem,3vw,2.5rem)}
.contact-panel{align-self:start;padding:clamp(1.75rem,3vw,2.5rem)}
.contact-panel h2{max-width:12ch;font-size:clamp(2.15rem,4vw,3.65rem)}
.contact-panel ol{margin-block:1.5rem;padding-left:1.5rem}
.contact-panel li+li{margin-top:.35rem}
@media(max-width:700px){
.section{padding-block:3.25rem}
.section--compact,.section--content-tight,.section--faq-tight,.section--cta-tight,.section--contact-compact{padding-block:2.75rem}
.site-brand--image{gap:.24rem}
.page-hero--city .page-hero__content{padding-bottom:2.5rem}
.city-detail-badge{padding:1.5rem}
}

.site-footer__newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(2rem,5vw,5rem);align-items:center;margin-top:clamp(3rem,7vw,6rem);padding:clamp(1.5rem,4vw,3rem);border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(227,30,36,.09));box-shadow:0 28px 70px rgba(0,0,0,.22)}
.site-footer__newsletter-copy h2{max-width:700px;margin:.55rem 0 .8rem;color:#fff;font-size:clamp(1.6rem,3vw,2.7rem);line-height:1.08}
.site-footer__newsletter-copy p{max-width:650px;margin:0;color:rgba(255,255,255,.68);line-height:1.65}
.newsletter-form__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}
.newsletter-form input[type="email"]{min-width:0;padding:.95rem 1.05rem;border:1px solid rgba(255,255,255,.2);border-radius:13px;color:#15171c;background:#fff;font:inherit}
.newsletter-form__consent{display:flex;gap:.65rem;margin-top:.85rem;color:rgba(255,255,255,.72);font-size:.82rem;line-height:1.5}
.newsletter-form__consent input{width:18px;height:18px;flex:0 0 18px;margin-top:.12rem;accent-color:var(--red)}
.newsletter-form__consent a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.newsletter-form__status{margin-top:.85rem;padding:.75rem .9rem;border-radius:11px;color:#fff;background:rgba(255,255,255,.1);font-size:.9rem;line-height:1.45}
@media(max-width:900px){.site-footer__newsletter{grid-template-columns:1fr}}
@media(max-width:560px){.newsletter-form__row{grid-template-columns:1fr}.newsletter-form__row .button{width:100%}}

/* =========================================================
   v2.1 Phase 2 — Imagery and asset presentation
   ========================================================= */
.image-slot picture,
.image-slot picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.image-slot picture img { object-fit: cover; }

.city-overview-art {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 1.5rem;
  border-top: 5px solid var(--city-accent, var(--red));
  background: #fff;
  box-shadow: 0 24px 55px rgba(17,24,39,.13);
}
.city-overview-art picture,
.city-overview-art img {
  display: block;
  width: 100%;
  height: 100%;
}
.city-overview-art img {
  object-fit: cover;
  transition: transform 320ms ease;
}
.city-overview-art:hover img,
.city-overview-art:focus-visible img { transform: scale(1.035); }

.badge-collection {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.6vw, 2.25rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
}
.badge-collection__item {
  display: grid;
  place-items: center;
  gap: .8rem;
  min-width: 0;
  padding: clamp(1.1rem, 2.2vw, 1.75rem) .8rem 1rem;
  border-radius: 1.35rem;
  color: var(--text);
  text-decoration: none;
  background: radial-gradient(circle at 50% 30%, rgba(236,31,38,.07), transparent 48%), #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 14px 34px rgba(17,24,39,.07);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.badge-collection__item img {
  display: block;
  width: min(100%, 170px);
  height: auto;
  filter: saturate(.25) brightness(.82);
  opacity: .82;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}
.badge-collection__name {
  font-weight: 800;
  font-size: .95rem;
}
.badge-collection__item:hover,
.badge-collection__item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(236,31,38,.18);
  box-shadow: 0 20px 42px rgba(17,24,39,.13);
}
.badge-collection__item:hover img,
.badge-collection__item:focus-visible img {
  filter: saturate(1) brightness(1);
  opacity: 1;
  transform: scale(1.045);
}
@media (max-width: 980px) {
  .badge-collection { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .badge-collection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .badge-collection__item img { width: min(100%, 138px); }
}


/* =========================================================
   v3.0 Sprint 1 — Homepage conversion and customer journey
   ========================================================= */

.hero--conversion .hero__content {
  max-width: 46rem;
}

.hero--conversion h1 {
  max-width: 13ch;
}

.brand-proof-strip {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.brand-proof-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  min-height: 74px;
  color: var(--muted);
  text-align: center;
}

.brand-proof-strip__inner strong {
  color: var(--text);
}

.section-heading--centred {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.journey-step {
  position: relative;
  min-width: 0;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.journey-step__number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(17, 24, 39, 0.16);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.journey-step__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.2rem;
  border-radius: 1rem;
  color: #fff;
  background: var(--red);
  font-size: 1.25rem;
  font-weight: 800;
}

.journey-step h3 {
  margin-bottom: 0.6rem;
}

.journey-step p {
  margin: 0;
}

.adventure-choice-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(236, 31, 38, 0.07), transparent 28rem),
    var(--surface);
}

.adventure-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.adventure-choice {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: 1.6rem;
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.adventure-choice--individual {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.adventure-choice--groups {
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(236, 31, 38, 0.26), transparent 20rem),
    #111821;
}

.adventure-choice--groups h3,
.adventure-choice--groups .check-list li {
  color: #fff;
}

.adventure-choice--groups p {
  color: rgba(255, 255, 255, 0.75);
}

.adventure-choice__type {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--red);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.adventure-choice--groups .adventure-choice__type {
  color: #ff767b;
}

.adventure-choice h3 {
  max-width: 15ch;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.collection-story-section {
  background:
    linear-gradient(145deg, #f8f1ee 0%, #fff 58%);
}

.collection-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.collection-story__copy {
  max-width: 42rem;
}

.collection-story__badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  gap: 1rem;
}

.collection-story__badge {
  display: grid;
  place-items: center;
  border-radius: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(var(--badge-offset, 0)) rotate(var(--badge-angle, 0));
}

.collection-story__badge img {
  width: min(100%, 160px);
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(17, 24, 39, 0.16));
  transition: filter 220ms ease, transform 200ms ease;
}

/* Keeps a previously cached homepage compatible with the current stylesheet. */
.collection-story__badges > img {
  width: min(100%, 160px);
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(17,24,39,.16));
}

.collection-story__badges > img:nth-child(even) { transform: translateY(1.2rem) rotate(2deg); }
.collection-story__badges > img:nth-child(odd) { transform: rotate(-2deg); }

.collection-story__badge:hover img,
.collection-story__badge:focus-visible img {
  filter: drop-shadow(0 20px 28px rgba(17,24,39,.25));
  animation: badge-wobble 520ms cubic-bezier(.22,.8,.24,1);
}

@keyframes badge-wobble {
  0%,100% { transform: translateY(0) rotate(0) scale(1); }
  22% { transform: translateY(-7px) rotate(-5deg) scale(1.045); }
  48% { transform: translateY(-4px) rotate(4deg) scale(1.055); }
  72% { transform: translateY(-2px) rotate(-2deg) scale(1.035); }
}

.collection-story__extras {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  width: 100%;
  gap: 1rem;
}

.collection-story__disclosure {
  grid-column: 1 / -1;
  width: 100%;
}

.collection-story__disclosure:not([open]) .collection-story__extras { display: none; }
.collection-story__disclosure[open] .collection-story__extras { margin-top: 1rem; }

.collection-story__more-show { display: inline; }
.collection-story__more-hide { display: none; }
.collection-story__disclosure[open] .collection-story__more-show { display: none; }
.collection-story__disclosure[open] .collection-story__more-hide { display: inline; }

.collection-story__extras.is-revealed .collection-story__badge,
.collection-story__disclosure[open] .collection-story__extras .collection-story__badge {
  animation: badge-arrive 420ms both cubic-bezier(.2,.8,.2,1);
}

.collection-story__extras.is-revealed .collection-story__badge:nth-child(2n),
.collection-story__disclosure[open] .collection-story__extras .collection-story__badge:nth-child(2n) { animation-delay: 55ms; }

@keyframes badge-arrive {
  from { opacity: 0; transform: translateY(1.5rem) rotate(var(--badge-angle,0)) scale(.88); }
  to { opacity: 1; transform: translateY(var(--badge-offset,0)) rotate(var(--badge-angle,0)) scale(1); }
}

.collection-story__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 48px;
  padding: .65rem 1rem;
  margin: 1rem auto 0;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.collection-story__more::-webkit-details-marker { display: none; }

.collection-story__more:hover,
.collection-story__more:focus-visible {
  color: var(--red);
  background: rgba(227,30,36,.07);
  transform: translateY(-2px);
}

.collection-story__more-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 240ms ease;
}

.collection-story__disclosure[open] .collection-story__more-icon {
  transform: rotate(45deg);
}

.homepage-groups__grid,
.homepage-pack__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.homepage-pack__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.homepage-groups__image,
.homepage-pack__image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 1.6rem;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.homepage-pack__image {
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}

.homepage-groups__image picture,
.homepage-groups__image img,
.homepage-pack__image picture,
.homepage-pack__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-groups__image img,
.homepage-pack__image img {
  object-fit: cover;
}

.homepage-groups__content,
.homepage-pack__copy {
  max-width: 42rem;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
}

.value-strip article {
  display: grid;
  gap: 0.45rem;
  padding: clamp(1.35rem, 2.5vw, 2rem);
}

.value-strip article + article {
  border-left: 1px solid rgba(17, 24, 39, 0.08);
}

.value-strip strong {
  font-size: 1.05rem;
}

.value-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list--compact {
  max-width: none;
}

@media (max-width: 980px) {
  .journey-steps,
  .value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
  }

  .value-strip article:nth-child(4) {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
  }

  .collection-story,
  .homepage-groups__grid,
  .homepage-pack__grid {
    grid-template-columns: 1fr;
  }

  .homepage-groups__image,
  .homepage-pack__image {
    max-width: 680px;
  }
}

@media (max-width: 700px) {
  .brand-proof-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1rem;
    text-align: left;
  }

  .journey-steps,
  .adventure-choice-grid,
  .value-strip {
    grid-template-columns: 1fr;
  }

  .journey-step {
    padding-right: 3.25rem;
  }

  .value-strip article + article,
  .value-strip article:nth-child(3) {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    border-left: 0;
  }

  .collection-story__badge img {
    width: min(100%, 128px);
  }

  .collection-story__badges > img { width: min(100%, 128px); }

  .hero--conversion h1 {
    max-width: 10ch;
  }

  .hero--conversion .hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero--conversion .hero__stat strong {
    font-size: 1rem;
  }

  .hero--conversion .hero__stat span {
    font-size: 0.68rem;
  }
}

/* v3.0 Sprint 2 */
.conversion-hero .page-hero__content{max-width:760px}.conversion-hero .button-row{margin-top:1.5rem}.offer-card{display:flex;flex-direction:column}.offer-card .check-list{margin-top:auto;padding-top:1rem}.pack-audience-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(2rem,5vw,5rem);align-items:center}.pack-group-callout{color:var(--text);background:#fff}.contact-layout--general{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.contact-panel--routes{display:grid;gap:1.5rem}.contact-route{padding-top:1.35rem;border-top:1px solid rgba(255,255,255,.14)}.contact-route h3,.plan-city-help h3{color:#fff}.contact-route p{color:rgba(255,255,255,.72)}.contact-panel__note{color:rgba(255,255,255,.58);font-size:.86rem}.planning-audience{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.5rem}.planning-audience article{display:grid;gap:.4rem;padding:1.35rem;border:1px solid rgba(17,24,39,.08);border-radius:1.2rem;background:#fff}.planning-audience span{color:var(--muted)}.plan-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.plan-next{position:sticky;top:110px}.plan-city-help{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14)}.city-hero__actions{margin-top:1.5rem}.route-map-placeholder{min-height:180px;padding:2rem;display:grid;place-items:center;text-align:center;color:var(--muted);background:linear-gradient(135deg,#f5f7fa,#fff);border:1px dashed rgba(17,24,39,.16)}@media(max-width:900px){.pack-audience-grid,.contact-layout--general,.plan-layout{grid-template-columns:1fr}.plan-next{position:static}}@media(max-width:700px){.planning-audience{grid-template-columns:1fr}.conversion-hero .button-row,.city-hero__actions{align-items:stretch;flex-direction:column}.conversion-hero .button-row .button,.city-hero__actions .button{width:100%}}


/* =========================================================
   v3.0 Sprint 3 — Launch readiness, mobile and accessibility
   ========================================================= */

:focus-visible {
  outline: 3px solid #ff6b70;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  color: #fff;
  background: #111821;
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

img {
  max-width: 100%;
}

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

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 0.75rem;
  color: var(--text);
  background: #fff;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(236, 31, 38, 0.10);
  outline: none;
}

.form-field label {
  display: grid;
  gap: 0.55rem;
  color: var(--text);
  font-weight: 750;
}

.form-field--consent label {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  line-height: 1.5;
}

.form-field--consent input[type="checkbox"] {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  padding: 0;
  margin: .12rem 0 0;
  accent-color: var(--red);
}

.form-field--consent a {
  color: var(--red);
  text-underline-offset: .15em;
}

.form-help {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.form-status {
  margin-top: 0.85rem;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  color: #7a1b1f;
  background: #fff0f1;
  font-size: 0.9rem;
  font-weight: 700;
}

.button {
  min-height: 46px;
}

.button:active {
  transform: translateY(1px);
}

.card,
.cta-panel,
.city-detail-badge,
.contact-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}

.page-banner__media img,
.page-hero__media img {
  object-position: center;
}

.reduced-motion *,
.reduced-motion *::before,
.reduced-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
}

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

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

@media (max-width: 980px) {
  .site-header__inner {
    gap: 1rem;
  }

  .site-nav__links {
    gap: 1rem;
  }

  .page-hero--banner,
  .hero--banner {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-nav__links {
    position: fixed;
    inset: var(--header-height, 78px) 0 auto 0;
    z-index: 998;
    display: none;
    max-height: calc(100vh - var(--header-height, 78px));
    overflow-y: auto;
    padding: 1.25rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.14);
  }

  body.menu-open .site-nav__links {
    display: grid;
  }

  .site-nav__links a {
    min-height: 48px;
    align-items: center;
  }

  .hero--banner,
  .page-hero--banner,
  .page-hero--city {
    min-height: 520px;
  }

  .hero__content,
  .page-hero__content {
    max-width: none;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
    justify-content: center;
  }

  .hero__stats {
    gap: 0.5rem;
  }

  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }

  .contact-layout,
  .split-feature,
  .city-overview,
  .homepage-groups__grid,
  .homepage-pack__grid,
  .collection-story {
    grid-template-columns: 1fr;
  }

  .site-footer__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__navigation {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 1.25rem, var(--container));
  }

  h1 {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.8rem);
  }

  .section,
  .section--compact,
  .section--content-tight,
  .section--faq-tight,
  .section--cta-tight,
  .section--contact-compact {
    padding-block: 2.5rem;
  }

  .hero--banner,
  .page-hero--banner,
  .page-hero--city {
    min-height: 500px;
  }

  .hero__stats {
    grid-template-columns: 1fr;
  }

  .hero__stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .planning-audience,
  .badge-collection,
  .journey-steps,
  .value-strip {
    grid-template-columns: 1fr;
  }

  .site-footer__navigation,
  .site-footer__badges {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .site-footer,
  .button-row,
  .button,
  .page-banner__media {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}
/* City photo stories: one full-width hero with four equal supporting images. */
.city-photo-story-section {
  overflow: hidden;
}

.city-photo-story__heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.city-photo-story__count {
  align-self: end;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-photo-story {
  display: grid;
  gap: 1rem;
}

.city-photo-story__hero,
.city-photo-story__card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--r-lg);
  color: #fff;
  background: var(--dark);
  box-shadow: var(--shadow-sm);
  isolation: isolate;
}

.city-photo-story__hero {
  aspect-ratio: 16 / 9;
}

.city-photo-story__supporting {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.city-photo-story__card {
  aspect-ratio: 4 / 3;
}

.city-photo-story__hero picture,
.city-photo-story__card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.city-photo-story__hero img,
.city-photo-story__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.city-photo-story__hero::after,
.city-photo-story__card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(10, 12, 16, 0.82) 100%);
  pointer-events: none;
}

.city-photo-story__hero:hover img,
.city-photo-story__card:hover img {
  transform: scale(1.025);
}

.city-photo-story__hero:focus-visible,
.city-photo-story__card:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.city-photo-story__caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 0.25rem;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  color: #fff;
}

.city-photo-story__caption small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.city-photo-story__caption strong {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.15;
}

.city-photo-story__hero .city-photo-story__caption strong {
  font-size: clamp(1.45rem, 3vw, 2.4rem);
}

.city-photo-story__route-note {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  color: var(--muted);
  background: var(--white);
}

.city-photo-story__route-note p {
  margin: 0;
}

.city-photo-story__route-icon {
  display: grid;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}

@media (max-width: 960px) {
  .city-photo-story__supporting {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-photo-story__card {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .city-photo-story__count {
    align-self: auto;
  }

  .city-photo-story__hero {
    aspect-ratio: 4 / 3;
  }

  .city-photo-story__supporting {
    grid-template-columns: 1fr;
  }

  .city-photo-story__card {
    aspect-ratio: 16 / 9;
  }

  .city-photo-story__route-note {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .city-photo-story__hero img,
  .city-photo-story__card img {
    transition: none;
  }
}

/* Consistent, compact banner sizing across the complete site. */
.hero--banner,
.page-hero--banner,
.page-hero--city {
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  box-sizing: border-box;
}

.hero--banner {
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.page-hero--banner,
.page-hero--city {
  padding-block: 3rem;
}

.page-hero--city .page-hero__content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .hero--banner,
  .page-hero--banner,
  .page-hero--city {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }
}

@media (max-width: 760px) {
  .hero--banner,
  .page-hero--banner,
  .page-hero--city {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .hero--banner,
  .page-hero--banner,
  .page-hero--city {
    padding-block: 2.5rem;
  }
}

@media (max-width: 480px) {
  .hero--banner,
  .page-hero--banner,
  .page-hero--city {
    height: auto;
    min-height: 500px;
    max-height: none;
  }
}

/* v3.4 final cascade: these component rules intentionally follow legacy styles. */
button.city-photo-story__hero,
button.city-photo-story__card { width:100%; padding:0; border:0; color:inherit; background:var(--dark); font:inherit; text-align:left; cursor:zoom-in; appearance:none; }
.city-photo-story__hero::after,
.city-photo-story__card::after { content:""; inset:0; padding:0; border:0; border-radius:inherit; background:linear-gradient(180deg,transparent 42%,rgba(10,12,16,.82) 100%); opacity:1; transform:none; }
.city-photo-story__hero:hover::after,
.city-photo-story__hero:focus-visible::after,
.city-photo-story__card:hover::after,
.city-photo-story__card:focus-visible::after { opacity:1; transform:none; }
.city-photo-story__hero:hover img,
.city-photo-story__hero:focus-visible img,
.city-photo-story__card:hover img,
.city-photo-story__card:focus-visible img { transform:scale(1.04); }
.city-card .card__image { position:relative; overflow:hidden; }
.city-card .card__image > img.city-card__badge-art { right:auto; bottom:1rem; left:1rem; width:88px; max-width:88px; height:90px; max-height:90px; margin:0; padding:.25rem; border-radius:.85rem; object-fit:contain; background:rgba(255,255,255,.92); box-shadow:0 12px 28px rgba(17,24,39,.2); filter:none; transform:none; }
.city-card .card__body { padding-top:clamp(1.35rem,2.5vw,1.85rem); }
@media (max-width:760px) {
  .city-card .card__image > img.city-card__badge-art { bottom:.75rem; left:.75rem; width:76px; max-width:76px; height:78px; max-height:78px; }
}

/* v3.4.2 — Banner typography and vertical rhythm for the compact hero height. */
@media (min-width: 761px) {
  .hero--banner .eyebrow,
  .page-hero--banner .eyebrow { margin-bottom: .75rem; }

  .hero--conversion h1 {
    max-width: 14ch;
    margin-bottom: .32em;
    font-size: clamp(3.35rem, 4.35vw, 4.55rem);
    line-height: .96;
  }

  .hero--conversion .lead {
    max-width: 43rem;
    margin-bottom: .9rem;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.48;
  }

  .hero--conversion .button-row { gap: .7rem; }
  .hero--conversion .hero__stats { margin-top: .85rem; }

  .conversion-hero .page-hero__content { max-width: 46rem; }
  .conversion-hero h1 {
    max-width: 17ch;
    margin-bottom: .32em;
    font-size: clamp(3.1rem, 4vw, 4.25rem);
    line-height: .98;
  }
  .conversion-hero .lead {
    max-width: 42rem;
    margin-bottom: 0;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.48;
  }
  .conversion-hero .button-row { margin-top: 1rem; }
}

/* v3.4.23 — Medal claim and fulfilment workflow. */
.medal-claim-hero{background:radial-gradient(circle at 82% 20%,rgba(227,30,36,.34),transparent 24rem),linear-gradient(120deg,#111318,#242936)}
.medal-claim-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start;gap:clamp(1.5rem,4vw,3rem)}
.medal-claim-form{padding:clamp(1.5rem,4vw,2.7rem)}
.medal-claim-form:hover{transform:none;box-shadow:var(--shadow-sm)}
.medal-claim-form input[type="file"]{padding:.65rem;background:#f7f8fa}
.medal-claim-form input[type="file"]::file-selector-button{margin-right:.85rem;padding:.7rem 1rem;border:0;border-radius:.65rem;color:#fff;background:var(--ink);font:inherit;font-weight:700;cursor:pointer}
.field-optional{color:var(--muted);font-size:.86em;font-weight:500}
.medal-claim-aside{position:sticky;top:calc(var(--header-height,88px) + 1.5rem)}
.medal-claim-aside__card{overflow:hidden;padding:clamp(1.6rem,4vw,2.5rem);border-radius:var(--r-lg);color:#fff;background:radial-gradient(circle at 100% 0,rgba(227,30,36,.52),transparent 18rem),var(--dark);box-shadow:var(--shadow-md)}
.medal-claim-aside__card p,.medal-claim-aside__card span{color:rgba(255,255,255,.72)}
.claim-process{display:grid;gap:0;padding:0;margin:2rem 0;list-style:none;counter-reset:claim-step}
.claim-process li{position:relative;display:grid;gap:.25rem;padding:0 0 1.7rem 3.4rem;counter-increment:claim-step}
.claim-process li:not(:last-child)::after{position:absolute;top:2.55rem;bottom:.15rem;left:1.18rem;width:1px;content:"";background:rgba(255,255,255,.22)}
.claim-process li::before{position:absolute;top:0;left:0;display:grid;width:2.35rem;height:2.35rem;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;content:counter(claim-step,decimal-leading-zero);color:#fff;background:rgba(255,255,255,.08);font-family:var(--heading);font-size:.72rem;font-weight:800}
.claim-process strong{font-family:var(--heading);font-size:1rem}.claim-process span{font-size:.9rem}
.medal-claim-aside__note{padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.18)}
.medal-claim-aside__note a{color:#fff;font-weight:700}
@media(max-width:960px){.medal-claim-layout{grid-template-columns:1fr}.medal-claim-aside{position:static}}

/* v3.4.24 — Medal claim confirmation experience. */
.claim-success{position:relative;overflow:hidden;padding-block:clamp(5rem,10vw,8.5rem);color:#fff;background:radial-gradient(circle at 50% -20%,rgba(227,30,36,.52),transparent 32rem),linear-gradient(145deg,#171920,#0e1015)}
.claim-success__glow{position:absolute;inset:auto 50% -19rem auto;width:40rem;height:40rem;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translateX(50%);box-shadow:0 0 0 5rem rgba(255,255,255,.015),0 0 0 10rem rgba(255,255,255,.01)}
.claim-success__inner{position:relative;z-index:1;max-width:60rem;text-align:center}
.claim-success__inner .lead{max-width:49rem;margin-inline:auto;color:rgba(255,255,255,.76)}
.claim-success__mark{display:grid;width:5.5rem;height:5.5rem;margin:0 auto 1.7rem;place-items:center;border-radius:50%;background:var(--red);box-shadow:0 18px 45px rgba(227,30,36,.35)}
.claim-success__mark svg{width:3.5rem;height:3.5rem;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.claim-success__mark circle{stroke:rgba(255,255,255,.38);stroke-width:2}
.claim-success__reference{display:flex;max-width:42rem;align-items:center;justify-content:center;gap:1rem;padding:1.1rem 1.25rem;margin:2.4rem auto 0;border:1px solid rgba(255,255,255,.18);border-radius:var(--r-md);background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}
.claim-success__reference span{color:rgba(255,255,255,.68);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.claim-success__reference strong{font-family:var(--heading);font-size:clamp(1rem,2.4vw,1.3rem);letter-spacing:.035em}
.claim-success__copy{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.35);border-radius:.6rem;color:#fff;background:transparent;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.claim-success__copy:hover{background:#fff;color:var(--ink)}
.section-heading--centred{max-width:58rem;margin-inline:auto;text-align:center}.section-heading--centred p{margin-inline:auto}.claim-success__steps{margin-top:2.5rem}.claim-success__support{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.6rem,4vw,2.6rem);margin-top:3rem;border-radius:var(--r-lg);color:#fff;background:var(--dark)}.claim-success__support p{max-width:44rem;margin-bottom:0;color:rgba(255,255,255,.72)}.claim-success__support .button-row{flex:0 0 auto}
@media(max-width:760px){.claim-success__reference,.claim-success__support{align-items:stretch;flex-direction:column}.claim-success__reference{gap:.55rem}.claim-success__copy{align-self:center}.claim-success__support .button-row,.claim-success__support .button{width:100%}}

/* v3.4.7 — Reserve navigation space while shared components load. */
[data-component="navigation"] {
  display: block;
  min-height: 99px;
}

@media (max-width: 760px) {
  [data-component="navigation"] { min-height: 79px; }
}

.button:disabled,
.button[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
  transform: none;
}

@media (max-width: 760px) {
  .hero--banner .eyebrow,
  .page-hero--banner .eyebrow { margin-bottom: .7rem; }
  .hero--conversion h1,
  .conversion-hero h1 { margin-bottom: .4em; line-height: 1; }
  .hero--conversion .lead,
  .conversion-hero .lead { margin-bottom: .85rem; line-height: 1.45; }
  .conversion-hero .button-row { margin-top: .8rem; }
}

/* =========================================================
   v3.4.3 — Unified primary-page banner system
   ========================================================= */
.hero--banner,
.page-hero--banner {
  display: flex;
  align-items: center;
}

.hero--banner .hero__grid--banner {
  width: min(100% - (2 * var(--gutter)), var(--container));
  margin-inline: auto;
}

@media (min-width: 761px) {
  .hero--banner .hero__content,
  .page-hero--banner .page-hero__content {
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 2.5rem;
  }
}

/* v3.4.29 — Prevent form and route panels from forcing narrow mobile overflow. */
.contact-layout > * {
  min-width: 0;
}

.contact-layout {
  overflow-wrap: anywhere;
}

/* v3.4.28 — Real pin lifestyle and customer-journey imagery. */
.journey-image,
.collection-story__visual {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  border-radius: var(--r-lg);
  background: #1a1d23;
  box-shadow: var(--shadow-lg);
}

.journey-image picture,
.journey-image img,
.collection-story__visual picture,
.collection-story__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.journey-image img,
.collection-story__visual img {
  object-fit: cover;
  transition: transform 420ms var(--ease);
}

.journey-image--link,
.collection-story__visual {
  color: #fff;
  text-decoration: none;
}

.journey-image--link > span,
.collection-story__visual > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: .8rem;
  background: rgba(17,19,24,.78);
  backdrop-filter: blur(10px);
  font-weight: 800;
}

.journey-image--link:hover img,
.journey-image--link:focus-visible img,
.collection-story__visual:hover img,
.collection-story__visual:focus-visible img { transform: scale(1.025); }

.collection-story__visual { aspect-ratio: 16 / 9; }
.collection-story__visual img { object-position: center; }

.journey-gallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: clamp(1rem,3vw,2rem);
}

.journey-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.06);
}

.journey-gallery picture { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.journey-gallery img { width: 100%; height: 100%; object-fit: cover; }
.journey-gallery figcaption { padding: 1rem 1.15rem 1.15rem; color: rgba(255,255,255,.76); font-weight: 700; }
.collection-callout .journey-image { aspect-ratio: 3 / 2; }
.order-reward-section .journey-image,
.claim-next-section .journey-image { aspect-ratio: 3 / 2; }
.image-concept-note { color: var(--muted); font-size: .82rem; }

@media (max-width: 960px) {
  .journey-gallery { grid-template-columns: 1fr; }
  .collection-story__visual { aspect-ratio: 4 / 3; }
  .collection-story__visual img { object-position: 67% center; }
}

@media (max-width: 640px) {
  .journey-image--link > span,
  .collection-story__visual > span { right: .7rem; bottom: .7rem; left: .7rem; }
  .journey-gallery picture,
  .collection-callout .journey-image,
  .order-reward-section .journey-image,
  .claim-next-section .journey-image { aspect-ratio: 4 / 3; }
}

/* v3.5 — Series journeys and shared-platform preparation. */
.participation-routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.participation-route{display:flex;min-width:0;min-height:100%;flex-direction:column;padding:clamp(1.35rem,2.5vw,2rem);border:1px solid rgba(255,255,255,.14);border-radius:22px;background:linear-gradient(155deg,rgba(255,255,255,.085),rgba(255,255,255,.025));box-shadow:0 18px 45px rgba(0,0,0,.15)}
.section--white .participation-route,.participation-routes--page .participation-route{border-color:rgba(20,24,32,.1);color:var(--text);background:#fff;box-shadow:0 18px 45px rgba(25,31,43,.08)}
.participation-route__number{display:grid;width:2.4rem;height:2.4rem;margin-bottom:1.4rem;place-items:center;border-radius:50%;color:#fff;background:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.08em}
.participation-route h3{margin:0 0 .7rem;color:inherit;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.12}
.participation-route p{margin:0 0 1.5rem;color:inherit;opacity:.72;line-height:1.6}
.participation-route .button,.participation-route>a{margin-top:auto;align-self:flex-start}
.participation-routes--home .participation-route>a:not(.button){color:inherit;font-weight:800;text-decoration:none}
.participation-routes--home .participation-route>a:not(.button):hover{text-decoration:underline;text-underline-offset:4px}
.adventure-choice__more{display:flex;justify-content:center;margin-top:2rem}
.existing-entitlement-note{margin:1.5rem 0 0;text-align:center;color:rgba(255,255,255,.75)}
.existing-entitlement-note a{color:#fff;font-weight:800;text-underline-offset:4px}
.series-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.series-next-city{display:flex;min-width:0;align-items:center;gap:1rem;padding:1.25rem;border:1px solid var(--line);border-radius:20px;color:var(--text);background:#fff;box-shadow:var(--shadow-soft);font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.series-next-city:hover,.series-next-city:focus-visible{border-color:rgba(227,30,36,.35);box-shadow:0 18px 45px rgba(25,31,43,.13);transform:translateY(-4px)}
.series-next-city img{width:clamp(72px,9vw,110px);height:auto;filter:drop-shadow(0 10px 18px rgba(10,14,20,.13));transition:transform .25s ease}
.series-next-city:hover img,.series-next-city:focus-visible img{transform:rotate(-3deg) scale(1.06)}
.series-journey-hero,.independent-completion-hero{min-height:clamp(480px,56vw,700px);background:radial-gradient(circle at 83% 35%,rgba(227,30,36,.28),transparent 28%),linear-gradient(135deg,#0e1117,#171b24)}
.series-journey-hero .page-hero__content,.independent-completion-hero .page-hero__content{max-width:900px}
.series-progress-preview{padding:clamp(1.5rem,4vw,3rem);border:1px solid rgba(255,255,255,.14);border-radius:26px;background:rgba(255,255,255,.06)}
.series-progress-preview>span,.series-progress-preview>small{display:block;color:rgba(255,255,255,.62)}
.series-progress-preview>strong{display:block;margin:.65rem 0 1rem;color:#fff;font-family:Montserrat,sans-serif;font-size:clamp(2.2rem,6vw,4.5rem)}
.series-progress-preview__bar{height:12px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.13)}
.series-progress-preview__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--red),#ff5a60)}
.series-progress-preview>small{margin-top:.85rem}
.independent-completion-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(2rem,5vw,5rem);align-items:start}
.independent-medal-config{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:2rem 0}
.independent-medal-config>div{padding:1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface-muted)}
.independent-medal-config span,.independent-medal-config strong{display:block}.independent-medal-config span{margin-bottom:.35rem;color:var(--muted);font-size:.8rem}.independent-medal-config strong{font-size:.95rem}
.integration-note{padding:1rem 1.15rem;border-left:4px solid var(--red);border-radius:0 12px 12px 0;background:rgba(227,30,36,.075);line-height:1.55}
.integration-note--on-dark{max-width:760px;color:rgba(255,255,255,.8);background:rgba(255,255,255,.08)}
.integration-note--on-dark a{color:#fff;font-weight:800}
.independent-completion-steps{padding:clamp(1.5rem,3vw,2.5rem);border-radius:26px;color:#fff;background:var(--dark)}
.independent-completion-steps ol{margin:1.5rem 0 0;padding:0;list-style:none;counter-reset:route-step}
.independent-completion-steps li{position:relative;padding:0 0 1.35rem 3.2rem;counter-increment:route-step}
.independent-completion-steps li::before{position:absolute;top:0;left:0;display:grid;width:2.2rem;height:2.2rem;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;content:counter(route-step,decimal-leading-zero);font-size:.65rem;font-weight:800}
.independent-completion-steps li:not(:last-child)::after{position:absolute;top:2.2rem;bottom:0;left:1.08rem;width:1px;content:"";background:rgba(255,255,255,.15)}
.independent-completion-steps strong,.independent-completion-steps span{display:block}.independent-completion-steps span{margin-top:.25rem;color:rgba(255,255,255,.62);font-size:.88rem;line-height:1.5}
@media(max-width:1080px){.participation-routes{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.participation-routes,.series-next-grid,.independent-completion-layout,.independent-medal-config{grid-template-columns:1fr}.city-hero__actions .button{width:100%}.series-next-city{padding:1rem}.series-next-city img{width:82px}}

/* v3.4.21 — Stronger, consistent section eyebrow headings. */
.eyebrow,
.hero--banner .eyebrow,
.page-hero--banner .eyebrow,
.page-hero--city .eyebrow {
  font-size: clamp(.84rem, .78rem + .18vw, .94rem);
  line-height: 1.3;
  letter-spacing: .12em;
}

/* v3.4.22 — Balanced spacing and type inside the planning sidebar. */
.plan-next {
  padding: clamp(2.25rem, 3.4vw, 3rem);
}
.plan-next h2 {
  max-width: none;
  margin-bottom: 1.5rem;
  font-size: clamp(2.05rem, 2.8vw, 2.35rem);
  line-height: 1.06;
  overflow-wrap: break-word;
}
.plan-next ol {
  display: grid;
  gap: .85rem;
  padding-left: 1.45rem;
  margin: 0;
}
.plan-next li { padding-left: .25rem; }
.plan-next .plan-city-help {
  margin-top: 2.25rem;
  padding-top: 2.25rem;
}
.plan-next .plan-city-help h3 {
  max-width: 15ch;
  margin-bottom: 1.15rem;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.1;
}
.plan-next .plan-city-help p { margin-bottom: 1.75rem; }
@media (max-width: 700px) {
  .plan-next { padding: 2rem 1.5rem; }
}

/* v3.4.14 — Keep white process cards legible inside dark sections. */
.section--dark .process-step { color: var(--ink); }
.section--dark .process-step h3 { color: var(--ink); }
.section--dark .process-step p { color: var(--text); }

/* v3.4.15 — Balanced internal spacing for corporate format cards. */
.offer-card { padding: clamp(1.5rem, 2.5vw, 2rem); }
.offer-card .status-pill { align-self: flex-start; margin-bottom: 1rem; }
.offer-card h3 { margin-bottom: .8rem; }

/* v3.4.18 — Restore the shared horizontal grid on every city banner. */
.page-hero--city .page-hero__content {
  width: min(100% - (2 * var(--gutter)), var(--container));
  max-width: var(--container);
  margin-inline: auto;
  padding-top: 0;
  padding-bottom: 0;
}

/* v3.4.19 — Premium larger-group feature panel. */
.pack-group-callout {
  isolation: isolate;
  position: relative;
  display: flex;
  min-height: clamp(360px, 36vw, 460px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: clamp(2rem, 4.5vw, 3.75rem);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: clamp(1.5rem, 3vw, 2.25rem);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(227,30,36,.68), transparent 42%),
    linear-gradient(145deg, #20242d 0%, #111318 62%, #090b0f 100%);
  box-shadow: 0 30px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.pack-group-callout::before {
  position: absolute;
  z-index: -1;
  top: -7rem;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 2.4rem rgba(255,255,255,.025), 0 0 0 5rem rgba(255,255,255,.018);
}
.pack-group-callout::after {
  position: absolute;
  z-index: -1;
  right: 2rem;
  bottom: 1.25rem;
  color: rgba(255,255,255,.07);
  content: "20 KM";
  font-family: var(--heading);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}
.pack-group-callout .eyebrow {
  margin-bottom: 1.25rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(227,30,36,.86);
  letter-spacing: .11em;
}
.pack-group-callout h3 {
  max-width: 12ch;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
}
.section--dark .pack-group-callout p {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  color: rgba(255,255,255,.76);
  font-size: 1.05rem;
}
.pack-group-callout .button {
  margin-top: auto;
  box-shadow: 0 16px 34px rgba(227,30,36,.3);
}
@media (max-width: 700px) {
  .pack-group-callout { min-height: 390px; }
  .pack-group-callout::after { right: 1.25rem; bottom: 1rem; }
}

/* v3.4.20 — Challenge Central credibility statistics. */
.section--dark .metric-grid {
  gap: 1rem;
}
.section--dark .metric {
  isolation: isolate;
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 1.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(227,30,36,.42), transparent 58%),
    linear-gradient(150deg, #252a34, #15181f 68%);
  box-shadow: 0 22px 45px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.07);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.section--dark .metric::before {
  position: absolute;
  top: 0;
  right: 1.5rem;
  left: 1.5rem;
  height: 4px;
  border-radius: 0 0 999px 999px;
  content: "";
  background: linear-gradient(90deg, var(--red), #ff686d);
  box-shadow: 0 8px 24px rgba(227,30,36,.38);
}
.section--dark .metric::after {
  position: absolute;
  z-index: -1;
  top: .75rem;
  right: 1rem;
  color: rgba(255,255,255,.055);
  font-family: var(--heading);
  font-size: 4.75rem;
  font-weight: 800;
  line-height: 1;
}
.section--dark .metric:nth-child(1)::after { content: "01"; }
.section--dark .metric:nth-child(2)::after { content: "02"; }
.section--dark .metric:nth-child(3)::after { content: "03"; }
.section--dark .metric strong {
  position: relative;
  display: block;
  margin-bottom: .65rem;
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.65rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.section--dark .metric span {
  position: relative;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}
.section--dark .metric:hover {
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 28px 55px rgba(0,0,0,.34), 0 12px 30px rgba(227,30,36,.1);
  transform: translateY(-6px);
}
@media (max-width: 700px) {
  .section--dark .metric-grid { grid-template-columns: 1fr; }
  .section--dark .metric { min-height: 160px; }
}

.hero--banner .hero__content {
  display: flex;
  width: 100%;
  max-width: 46rem;
  height: 420px;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.page-hero--banner .page-hero__content {
  display: flex;
  width: min(100% - (2 * var(--gutter)), var(--container));
  max-width: var(--container);
  height: 420px;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-inline: auto;
}

.hero--banner .eyebrow,
.page-hero--banner .eyebrow {
  align-self: flex-start;
  margin-bottom: .75rem;
  font-size: clamp(.84rem, .78rem + .18vw, .94rem);
  line-height: 1.3;
  letter-spacing: .12em;
}

.hero--banner h1,
.page-hero--banner h1,
.hero--conversion h1,
.conversion-hero h1 {
  width: 100%;
  max-width: 17ch;
  margin: 0 0 .32em;
  font-size: clamp(3.55rem, 4vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.hero--banner .lead,
.page-hero--banner .lead,
.hero--conversion .lead,
.conversion-hero .lead {
  width: 100%;
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.48;
}

.hero--banner .button-row,
.page-hero--banner .button-row,
.conversion-hero .button-row {
  margin-top: 1rem;
  gap: .7rem;
}

/* The homepage now follows the same eyebrow/headline/copy/action pattern. */
.hero--banner .hero__stats { display: none; }

@media (max-width: 980px) {
  .hero--banner .hero__content,
  .page-hero--banner .page-hero__content { height: 400px; }
  .hero--banner h1,
  .page-hero--banner h1,
  .hero--conversion h1,
  .conversion-hero h1 { font-size: clamp(3rem, 6.2vw, 3.65rem); }
}

@media (max-width: 760px) {
  .hero--banner,
  .page-hero--banner { align-items: center; }
  .hero--banner .hero__content,
  .page-hero--banner .page-hero__content {
    height: auto;
    min-height: 0;
    justify-content: center;
    padding-top: 0;
  }
  .hero--banner h1,
  .page-hero--banner h1,
  .hero--conversion h1,
  .conversion-hero h1 {
    max-width: 16ch;
    margin-bottom: .4em;
    font-size: clamp(2.55rem, 11vw, 3.25rem);
    line-height: 1;
  }
  .hero--banner .lead,
  .page-hero--banner .lead,
  .hero--conversion .lead,
  .conversion-hero .lead { font-size: 1rem; line-height: 1.45; }
}

/* Mobile navigation: final authoritative open/closed state. */
@media (max-width: 760px) {
  .site-nav__links {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    bottom: auto;
    left: 0;
    display: none;
    visibility: hidden;
    width: auto;
    max-height: none;
    gap: 0;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    padding: .55rem;
    border: 1px solid rgba(17,24,39,.1);
    border-radius: 1rem;
    background: rgba(255,255,255,.985);
    box-shadow: 0 20px 55px rgba(17,24,39,.2);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  .site-nav__links.is-open {
    display: grid;
    visibility: visible;
    max-height: none;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav__links .site-nav__link {
    min-height: 44px;
    justify-content: flex-start;
    padding: .7rem .8rem;
    border-bottom: 1px solid rgba(17,24,39,.07);
    border-radius: .6rem;
    font-size: .98rem;
    text-align: left;
  }

  .site-nav__links .site-nav__link:last-of-type { border-bottom: 0; }

  .site-nav__links .site-nav__link:hover,
  .site-nav__links .site-nav__link:focus-visible,
  .site-nav__links .site-nav__link[aria-current="page"] {
    color: var(--red,#e31e24);
    background: rgba(227,30,36,.055);
  }

  .site-nav__links .site-nav__cta {
    min-height: 50px;
    margin-top: .55rem;
    padding: .8rem 1rem;
    border-radius: .75rem;
    font-size: .98rem;
  }
}

/* v3.4.5 — Mobile lightbox safe areas and consolidated interaction polish. */
@media (max-width: 760px) {
  .ttc-lightbox {
    padding-top: max(.75rem, env(safe-area-inset-top));
    padding-right: max(.75rem, env(safe-area-inset-right));
    padding-bottom: max(.75rem, env(safe-area-inset-bottom));
    padding-left: max(.75rem, env(safe-area-inset-left));
  }

  .ttc-lightbox__dialog { max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
  .ttc-lightbox__caption { padding-bottom: max(1rem, env(safe-area-inset-bottom)); }
}

@media (min-width: 761px) {
  .hero--banner .hero__content,
  .page-hero--banner .page-hero__content {
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 2.5rem;
  }
}
