:root {
  --ink: #10243f;
  --navy: #153f6d;
  --blue: #2567a8;
  --aqua: #55b8b0;
  --orange: #f97316;
  --orange-dark: #c94f08;
  --sand: #f4efe5;
  --mist: #edf5f7;
  --paper: #fff;
  --muted: #5d6b7c;
  --line: #dbe4ea;
  --green: #256b58;
  --shadow: 0 18px 48px rgba(16, 36, 63, .1);
  --radius: 18px;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfc;
  font-family: Inter, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; padding: 10px; background: white; }

.service-bar {
  padding: 9px 20px;
  color: #eaf5ff;
  background: #0c2e51;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--navy);
  border-radius: 8px;
  color: white;
  background: var(--navy);
  font-weight: 750;
}
.button.secondary { color: var(--navy); background: white; }
.button.light { color: var(--navy); background: white; border-color: white; }
.button.accent { color: white; border-color: var(--orange); background: var(--orange); }
.button.accent:hover { border-color: var(--orange-dark); background: var(--orange-dark); }
.button { transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(249, 115, 22, .35); outline-offset: 3px; }

.discovery-hero {
  min-height: 590px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.84) 37%, rgba(255,255,255,.08) 72%),
    url("/assets/images/destinations/united-kingdom.jpg") center 54% / cover;
}
.discovery-hero-copy { padding-top: 70px; padding-bottom: 70px; }
.discovery-hero h1 { max-width: 760px; font-family: var(--serif); font-size: clamp(54px, 6vw, 84px); font-weight: 700; line-height: .98; letter-spacing: -.045em; }
.discovery-hero p { max-width: 630px; margin: 0; color: #33475b; font-size: 18px; }
.hero-search { max-width: 900px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; margin-top: 32px; padding: 8px; border: 1px solid rgba(16,36,63,.12); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.hero-search label { display: grid; gap: 2px; padding: 5px 12px; border-right: 1px solid var(--line); }
.hero-search label span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-search input, .hero-search select { min-width: 0; border: 0; color: var(--ink); background: transparent; outline: 0; }
.hero-search .button { min-width: 190px; border-radius: 8px; }
.featured-rail { padding: 34px 0 42px; border-bottom: 1px solid var(--line); background: white; }
.featured-rail .container { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 24px; }
.rail-intro h2, .compact-heading h2 { margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.05; }
.rail-intro p { margin: 8px 0 18px; color: var(--muted); font-size: 13px; }
.rail-intro a, .compact-heading a, .text-link { color: var(--blue); font-size: 13px; font-weight: 800; }
.destination-rail { display: grid; grid-template-columns: repeat(5, minmax(170px, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 3px; }
.rail-card { min-width: 170px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 6px 18px rgba(16,36,63,.06); }
.rail-card::before { content: ""; display: block; height: 132px; background: var(--rail-image) center / cover; }
.rail-card span, .rail-card small { display: block; padding-inline: 11px; }
.rail-card span { padding-top: 9px; font-family: "DM Sans", sans-serif; font-weight: 700; }
.rail-card small { min-height: 51px; padding-top: 3px; padding-bottom: 10px; color: var(--muted); font-size: 11px; }
.experience-journey { background: #fff; }
.experience-journey-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; }
.experience-links { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-links a { display: grid; align-content: start; min-height: 180px; padding: 22px 16px; border-right: 1px solid var(--line); }
.experience-links a:last-child { border: 0; }
.experience-links a > span { color: var(--blue); font-size: 30px; }
.experience-links strong { margin: 10px 0 5px; line-height: 1.15; }
.experience-links small { color: var(--muted); line-height: 1.4; }
.journey-panel { padding-left: 42px; border-left: 1px solid var(--line); }
.journey-list { counter-reset: journey; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.journey-list li { counter-increment: journey; position: relative; padding-top: 46px; }
.journey-list li::before { content: counter(journey); position: absolute; top: 0; left: 0; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-weight: 800; }
.journey-list li:not(:last-child)::after { content: ""; position: absolute; top: 17px; left: 42px; right: -9px; border-top: 1px dashed #aebdcc; }
.journey-list strong, .journey-list span { display: block; }
.journey-list span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.planning-board { border-top: 1px solid var(--line); background: #fbfcfd; }
.planning-board-grid { display: grid; grid-template-columns: 1.8fr 1.1fr .65fr .65fr; gap: 20px; }
.compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.plan-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.plan-strip a { display: grid; min-height: 140px; padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.plan-strip strong { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 27px; }
.plan-strip span { margin: 4px 0; font-weight: 700; }
.plan-strip small, .partner-row small, .support-tile small, .hotel-tile small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.partner-preview { padding-left: 20px; border-left: 1px solid var(--line); }
.partner-row { display: grid; grid-template-columns: 1fr auto; padding: 13px 14px; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 9px; background: white; }
.partner-row + .partner-row { margin-top: 9px; }
.partner-row.secondary-partner { border-left-color: var(--orange); }
.partner-row strong { font-size: 18px; }
.partner-row span { color: var(--blue); font-size: 10px; font-weight: 800; }
.partner-row small { grid-column: 1/-1; margin-top: 3px; }
.support-tile, .hotel-tile { display: flex; min-height: 215px; flex-direction: column; justify-content: space-between; padding: 22px; border-radius: 12px; }
.support-tile { color: #9b3f09; background: #fff2e8; }
.hotel-tile { border: 1px solid var(--line); background: #edf3f8; }
.support-tile span, .hotel-tile span { font-family: var(--serif); font-size: 21px; }
.support-tile strong, .hotel-tile strong { font-size: 16px; line-height: 1.3; }
.service-boundary { padding: 24px 0; border-top: 1px solid #d6e2ec; border-bottom: 1px solid #d6e2ec; background: #eef5fa; }
.boundary-grid { display: grid; grid-template-columns: 1.2fr 2.2fr auto; gap: 32px; align-items: center; }
.boundary-grid h2 { margin: 0 0 4px; font-size: 21px; }
.boundary-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.boundary-grid ul { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.boundary-grid li { padding-left: 16px; border-left: 2px solid var(--blue); font-size: 12px; font-weight: 700; }
.boundary-grid > a { color: var(--blue); font-size: 12px; font-weight: 800; }
.home-cta { background: #082c50; }
.home-cta .button { border-color: var(--orange); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 82px;
  color: white;
  background:
    linear-gradient(90deg, rgba(10, 42, 73, .98) 0%, rgba(17, 63, 107, .93) 54%, rgba(23, 93, 126, .82) 100%),
    url("/assets/images/destinations/travel.jpg") center / cover;
}
.hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -130px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(85, 184, 176, .24);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .7fr; gap: 64px; align-items: center; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "DM Sans", Inter, sans-serif; }
h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy > p { max-width: 720px; margin: 0 0 12px; color: rgba(255, 255, 255, .88); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .14);
}
.hero-card h2 { margin: 0 0 16px; font-size: 23px; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #8de0d5; font-weight: 900; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 16px; }
.trust-item span { color: var(--muted); font-size: 12px; }

.section { padding: 84px 0; }
.section.alt { background: var(--sand); }
.section.mist { background: var(--mist); }
.section-heading { max-width: 770px; margin: 0 auto 40px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.kicker { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.section-heading h2, .page-hero h1 { margin: 10px 0 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 8px 26px rgba(16, 36, 63, .05);
}
.card-icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 10px; color: var(--navy); background: var(--mist); font-weight: 900; }
.card h3 { margin: 0 0 9px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.card a { display: inline-block; margin-top: 18px; color: var(--blue); font-weight: 750; font-size: 14px; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.price-card.featured { border: 2px solid var(--blue); }
.tag { align-self: flex-start; padding: 5px 9px; border-radius: 999px; color: var(--green); background: #e9f6f0; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.price-card h2, .price-card h3 { margin: 18px 0 8px; font-size: 22px; }
.price-card > p { min-height: 70px; margin: 0; color: var(--muted); font-size: 14px; }
.price { margin: 22px 0 18px; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 39px; font-weight: 800; }
.price small { color: var(--muted); font-family: Inter, sans-serif; font-size: 12px; font-weight: 600; }
.feature-list { display: grid; gap: 9px; margin: 0 0 24px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { position: relative; padding-left: 23px; color: #38485a; font-size: 13px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; }
.subtle { color: var(--muted); font-size: 13px; }
.destination-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 90px 0 72px;
  color: white;
  background: linear-gradient(90deg, rgba(7, 35, 61, .92), rgba(9, 53, 88, .46)), var(--destination-image) center / cover;
}
.destination-hero-content { position: relative; z-index: 1; }
.destination-hero h1 { max-width: 820px; margin: 0 0 18px; font-size: clamp(52px, 8vw, 88px); line-height: .98; letter-spacing: -.055em; }
.destination-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.88); font-size: 18px; }
.destination-outline { color: white; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.guide-nav { position: sticky; top: 76px; z-index: 15; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.guide-nav-inner { display: flex; gap: 24px; overflow-x: auto; padding: 13px 0; }
.guide-nav a { flex: 0 0 auto; color: var(--ink); font-size: 13px; font-weight: 750; }
.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 56px; border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; }
.fact { padding: 22px; border-right: 1px solid var(--line); }
.fact:last-child { border: 0; }
.fact span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.fact strong { font-size: 15px; }
.destination-copy { align-items: start; }
.destination-image { min-height: 430px; border-radius: var(--radius); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.itinerary-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.itinerary-day { padding: 24px; border-top: 4px solid var(--aqua); border-radius: 12px; background: white; box-shadow: var(--shadow); }
.itinerary-day span { color: var(--blue); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.itinerary-day h3 { margin: 12px 0 8px; font-size: 19px; }
.itinerary-day p { margin: 0; color: var(--muted); font-size: 13px; }
.plan-points { margin-top: 24px; }
.destination-directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.destination-card { min-height: 280px; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 16px; color: white; background: linear-gradient(0deg, rgba(7,35,61,.9), rgba(7,35,61,.14)), var(--card-image) center / cover; box-shadow: var(--shadow); }
.destination-card span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.destination-card h2, .destination-card h3 { margin: 8px 0; color: white; }
.destination-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.directory-tools { display: grid; grid-template-columns: 1fr 220px; gap: 12px; margin: 30px 0 16px; }
.directory-tools input, .directory-tools select { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: white; font: inherit; }
.directory-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.directory-link { padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.directory-link strong { display: block; margin-bottom: 4px; }
.directory-link small { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.panel { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.panel h2, .panel h3 { margin-top: 0; }
.panel p, .panel li { color: var(--muted); }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; }
.step::before { counter-increment: steps; content: "0" counter(steps); display: grid; width: 50px; height: 50px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: white; background: var(--navy); font-weight: 800; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.notice { padding: 24px 26px; border: 1px solid #bdd4df; border-left: 5px solid var(--blue); border-radius: 10px; color: #33485b; background: #f1f7f9; }
.notice strong { color: var(--ink); }

.page-hero { padding: 70px 0; color: white; background: linear-gradient(120deg, #0c3054, #1c6490); }
.page-hero .eyebrow { margin-bottom: 12px; }
.page-hero h1 { max-width: 850px; }
.page-hero p { max-width: 760px; color: rgba(255, 255, 255, .84); font-size: 18px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: white; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--navy); background: #f5f8fa; font-size: 13px; }
td { color: var(--muted); font-size: 14px; }
tr:last-child td { border-bottom: 0; }

.cta-band { padding: 58px 0; color: white; background: linear-gradient(120deg, var(--navy), #226e8f); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin: 0 0 7px; font-size: 30px; }
.cta-band p { margin: 0; color: rgba(255, 255, 255, .82); }
.coming-soon-panel { max-width: 860px; margin: 0 auto; padding: 54px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); text-align: center; }
.coming-soon-panel .card-icon { margin: 0 auto 22px; }
.coming-soon-panel h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 44px); }
.coming-soon-panel p { max-width: 680px; margin: 0 auto 16px; color: var(--muted); }
.legal-holding { max-width: 860px; }
.legal-holding .notice { margin-top: 24px; }
.affiliate-notice { margin-top: 24px; }

@media (max-width: 900px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-card { max-width: 620px; }
  .card-grid, .price-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fact-grid, .itinerary-grid { grid-template-columns: repeat(2,1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .destination-directory-grid { grid-template-columns: repeat(2,1fr); }
  .directory-list { grid-template-columns: repeat(3,1fr); }
  .featured-rail .container, .experience-journey-grid, .planning-board-grid, .boundary-grid { grid-template-columns: 1fr; }
  .destination-rail { grid-template-columns: repeat(5, 220px); }
  .journey-panel, .partner-preview { padding-left: 0; border-left: 0; }
  .boundary-grid ul { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1180px); }
  .service-bar { font-size: 11px; }
  .hero { padding: 68px 0; }
  h1 { font-size: 43px; }
  .hero-copy > p, .page-hero p { font-size: 16px; }
  .card-grid, .price-grid, .steps { grid-template-columns: 1fr; }
  .fact-grid, .itinerary-grid, .destination-directory-grid, .directory-tools, .directory-list { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .destination-hero { min-height: 560px; padding-bottom: 58px; }
  .destination-hero h1 { font-size: 52px; }
  .guide-nav { top: 76px; }
  .section { padding: 64px 0; }
  .cta-band .container { display: block; }
  .cta-band .button { margin-top: 22px; }
}

.mini-label { display: inline-flex; margin-bottom: 12px; color: #ffd3b4; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.feature-trust { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }

.quick-paths { position: relative; z-index: 2; margin-top: -26px; }
.quick-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.quick-path-grid a { display: grid; padding: 25px; border-right: 1px solid var(--line); }
.quick-path-grid a:last-child { border: 0; }
.quick-path-grid span { color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.quick-path-grid strong { margin: 7px 0 2px; font-family: "DM Sans", sans-serif; font-size: 19px; }
.quick-path-grid small { color: var(--muted); }

.card-grid.four-up { grid-template-columns: repeat(4, 1fr); }
.social-price { min-height: auto !important; margin: -10px 0 16px !important; color: var(--green) !important; font-size: 13px !important; }
.social-price strong { font-size: 18px; }
.four-prices { grid-template-columns: repeat(2, 1fr); }

.service-list { display: grid; gap: 16px; }
.service-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) 190px; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 26px rgba(16, 36, 63, .05); }
.service-number { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; color: var(--orange-dark); background: #fff7ed; font-weight: 900; }
.service-row h2 { margin: 0 0 8px; font-size: 22px; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.service-meta { display: grid; gap: 4px; text-align: right; }
.service-meta strong { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 28px; }
.service-meta span { color: var(--muted); font-size: 12px; }
.service-meta a { margin-top: 8px; color: var(--blue); font-size: 13px; font-weight: 800; }

.experiences-hero { background: linear-gradient(110deg, rgba(7,24,39,.96), rgba(21,63,109,.78)), url("/assets/images/destinations/europe.jpg") center / cover; }
.experience-tabs { position: sticky; top: 76px; z-index: 14; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.experience-tabs .container { display: flex; gap: 28px; overflow-x: auto; padding-top: 14px; padding-bottom: 14px; }
.experience-tabs a { flex: 0 0 auto; color: var(--navy); font-size: 13px; font-weight: 800; }
.partner-widget-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.city-widget-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.partner-experience-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(16,36,63,.06); }
.partner-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 16px; }
.partner-card-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: #fff2e8; font-size: 22px; }
.partner-card-pill { padding: 7px 10px; border-radius: 999px; color: var(--navy); background: var(--mist); font-size: 11px; font-weight: 800; }
.partner-experience-card h4 { margin: 0 0 8px; font-family: "DM Sans", sans-serif; font-size: 20px; }
.partner-experience-card > p { min-height: 45px; margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.provider-widget { min-height: 330px; overflow: hidden; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #f7f9fb; }
.provider-widget iframe, .provider-widget > div { width: 100% !important; max-width: 100% !important; }
.destination-widget-search { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: end; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.destination-widget-search h2 { margin: 8px 0; font-size: clamp(28px, 4vw, 42px); }
.destination-widget-search p { margin: 0; color: var(--muted); }
.destination-widget-search label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.search-action { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-action input { min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.destination-widget-result { margin-top: 20px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.destination-widget-heading h3 { margin: 5px 0 16px; font-size: 26px; }
.destination-provider-widget { min-height: 390px; }

.enquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: start; }
.enquiry-sidebar { position: sticky; top: 110px; padding: 30px; border-radius: var(--radius); color: white; background: linear-gradient(145deg, #0c3054, #1c6490); }
.enquiry-sidebar h2 { margin: 8px 0 18px; color: white; font-size: 32px; }
.enquiry-sidebar .kicker { color: #a9dfd8; }
.enquiry-sidebar .check-list li::before { color: #8de0d5; }
.enquiry-sidebar a { color: white; text-decoration: underline; }
.privacy-note { margin: 24px 0; padding: 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.09); font-size: 13px; }
.form-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-card h2 { margin: 0 0 6px; font-size: 34px; }
.form-card > p { margin-top: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-card label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--ink); font-size: 13px; font-weight: 750; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd7df; border-radius: 9px; color: var(--ink); background: white; font: inherit; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: 3px solid rgba(37,103,168,.18); border-color: var(--blue); }
.form-card textarea { resize: vertical; }
.checkbox-label { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; }
.checkbox-label input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.honeypot { position: absolute; left: -9999px; }
.form-status { margin-top: 18px; padding: 0; }
.form-status.success, .form-status.error { padding: 18px; border-radius: 10px; }
.form-status.success { border: 1px solid #acd7c8; color: #175b48; background: #ecf8f4; }
.form-status.error { border: 1px solid #e6b8b8; color: #812e2e; background: #fff1f1; }
button:disabled { cursor: wait; opacity: .7; }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.info-card h2, .info-card h3 { margin-top: 0; }
.info-card p, .info-card li { color: var(--muted); }
.faq-list { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.faq-list details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.faq-list summary { cursor: pointer; color: var(--navy); font-family: "DM Sans", sans-serif; font-weight: 700; }
.faq-list details p { margin-bottom: 0; color: var(--muted); }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sitemap-grid section { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.sitemap-grid h2 { margin-top: 0; font-size: 20px; }
.sitemap-grid a { display: block; margin: 8px 0; color: var(--blue); }

@media (max-width: 900px) {
  .card-grid.four-up, .partner-widget-grid { grid-template-columns: repeat(2, 1fr); }
  .enquiry-layout, .content-grid { grid-template-columns: 1fr; }
  .enquiry-sidebar { position: static; }
}

@media (max-width: 620px) {
  .card-grid.four-up, .partner-widget-grid, .city-widget-grid, .quick-path-grid { grid-template-columns: 1fr; }
  .quick-paths { margin-top: 0; }
  .quick-path-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-path-grid a:last-child { border-bottom: 0; }
  .service-row { grid-template-columns: 1fr; gap: 14px; }
  .service-meta { text-align: left; }
  .destination-widget-search, .search-action { grid-template-columns: 1fr; }
  .form-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .form-card, .enquiry-sidebar { padding: 23px; }
  .coming-soon-panel { padding: 32px 22px; }
  .discovery-hero { min-height: auto; background-position: 64% center; }
  .discovery-hero-copy { padding-top: 58px; padding-bottom: 58px; }
  .discovery-hero h1 { max-width: 540px; font-size: 48px; }
  .discovery-hero p { max-width: 520px; }
  .hero-search, .experience-links, .journey-list, .plan-strip, .boundary-grid ul { grid-template-columns: 1fr; }
  .hero-search label { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-search .button { width: 100%; }
  .featured-rail .container { grid-template-columns: 1fr; }
  .rail-intro { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
  .experience-links a { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-links a:last-child { border-bottom: 0; }
  .journey-list li:not(:last-child)::after { display: none; }
}

/* 2026 editorial travel hub */
:root {
  --hub-navy: #082a49;
  --hub-blue: #245f94;
  --hub-orange: #ed6a2c;
  --hub-cream: #f4efe6;
  --hub-ink: #10263b;
}

body { background: #fff; }
.container { width: min(1280px, calc(100% - 64px)); }

.hub-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(4,23,39,.88) 0%, rgba(4,23,39,.56) 43%, rgba(4,23,39,.1) 74%),
    linear-gradient(0deg, rgba(4,23,39,.5), transparent 35%),
    url("/assets/images/destinations/united-kingdom.jpg") center 52% / cover;
}
.hub-hero-inner { padding-bottom: 74px; }
.hub-hero-copy { max-width: 810px; }
.hub-hero h1 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(64px, 7.4vw, 108px); font-weight: 500; line-height: .93; letter-spacing: -.045em; }
.hub-hero-copy > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.88); font-size: 19px; line-height: 1.65; }
.hub-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 14px; font-weight: 650; }
.hero-text-link span { margin-left: 8px; color: var(--hub-orange); }
.hub-search { max-width: 870px; margin-top: 62px; padding: 18px 22px 20px; border-left: 3px solid var(--hub-orange); color: var(--hub-ink); background: white; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.hub-search label { display: block; margin-bottom: 9px; color: #657382; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hub-search > div { display: grid; grid-template-columns: 1fr auto; }
.hub-search input { min-width: 0; padding: 0; border: 0; outline: 0; color: var(--hub-ink); font-family: var(--serif); font-size: 25px; }
.hub-search input::placeholder { color: #9aa3ab; }
.hub-search button { min-width: 132px; padding: 13px 18px; border: 0; color: white; background: var(--hub-navy); font-weight: 700; cursor: pointer; }
.hub-search button span { margin-left: 14px; color: #ffad7e; }
.hero-caption { position: absolute; right: 30px; bottom: 34px; margin: 0; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }

.chapter { display: block; margin-bottom: 22px; color: var(--hub-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.editorial-section { padding: 130px 0 145px; }
.editorial-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.editorial-heading h2, .experience-heading h2, .travel-for-copy h2, .guidance-copy h2, .hub-closing h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.editorial-heading h2 { max-width: 690px; font-size: clamp(48px, 5.4vw, 76px); }
.editorial-heading p { margin: 0 0 20px; color: #5e6b76; font-size: 16px; }
.editorial-heading a, .partner-note a { color: var(--hub-blue); font-size: 13px; font-weight: 700; }
.destination-stories { display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: 350px 350px; gap: 28px; }
.story { position: relative; overflow: hidden; color: white; }
.story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,24,40,.75), transparent 55%); }
.story img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.story:hover img { transform: scale(1.035); }
.story-portugal { grid-row: 1 / 3; }
.story > span, .story h3 { position: absolute; z-index: 1; left: 30px; right: 30px; }
.story > span { bottom: 76px; color: rgba(255,255,255,.78); font-size: 12px; }
.story h3 { bottom: 22px; margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 500; }

.experience-showcase { padding: 120px 0 128px; color: white; background: var(--hub-navy); }
.experience-heading { display: grid; grid-template-columns: 90px 1fr .75fr; gap: 30px; align-items: end; margin-bottom: 55px; }
.experience-heading .chapter { margin: 0 0 8px; }
.experience-heading h2 { max-width: 640px; font-size: clamp(48px, 5vw, 72px); }
.experience-heading p { margin: 0 0 7px; color: #b8c7d2; }
.experience-panels { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 500px; }
.experience-panels a { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 30px; border-right: 1px solid rgba(255,255,255,.25); background: linear-gradient(0deg, rgba(4,24,40,.85), rgba(4,24,40,.05)), var(--experience-image) center / cover; }
.experience-panels a:nth-child(even) { transform: translateY(28px); }
.experience-panels span { position: absolute; top: 28px; color: rgba(255,255,255,.7); font-size: 11px; }
.experience-panels h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 35px; font-weight: 500; line-height: 1.05; }
.experience-panels small { color: rgba(255,255,255,.72); }
.light-link { display: inline-block; margin-top: 64px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 700; }

.travel-for-you { padding: 145px 0; background: var(--hub-cream); }
.travel-for-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: center; }
.travel-for-copy h2 { max-width: 520px; font-size: clamp(54px, 6vw, 84px); }
.travel-for-copy > p { max-width: 500px; margin: 30px 0 44px; color: #5d685f; }
.travel-for-copy nav { border-top: 1px solid #c9c1b3; }
.travel-for-copy nav a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #c9c1b3; font-family: var(--serif); font-size: 20px; }
.travel-for-copy nav span { color: var(--hub-orange); font-family: Inter, sans-serif; font-size: 15px; }
.travel-for-you figure { margin: 0; }
.travel-for-you figure img { width: 100%; height: 700px; object-fit: cover; }
.travel-for-you figcaption { margin-top: 13px; color: #757c72; font-size: 11px; }

.guidance-feature { padding: 145px 0 0; }
.guidance-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.guidance-photo { min-height: 720px; background: url("/assets/images/destinations/travel.jpg") center / cover; }
.guidance-copy h2 { max-width: 570px; font-size: clamp(50px, 5vw, 70px); }
.guidance-copy > p { margin: 28px 0 38px; color: #5d6873; font-size: 16px; }
.guidance-copy ol { margin: 0 0 36px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.guidance-copy li { display: grid; grid-template-columns: 50px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.guidance-copy li > span { grid-row: 1/3; color: var(--hub-orange); font-size: 11px; font-weight: 800; }
.guidance-copy li strong { font-family: var(--serif); font-size: 19px; font-weight: 600; }
.guidance-copy li small { margin-top: 3px; color: #697580; }
.price-line { display: grid; grid-template-columns: repeat(4, 1fr) auto; align-items: center; margin-top: 100px; padding-top: 26px; padding-bottom: 26px; border-top: 1px solid var(--line); }
.price-line p { margin: 0; padding-right: 24px; border-right: 1px solid var(--line); }
.price-line strong, .price-line span { display: block; }
.price-line strong { color: #65717c; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.price-line span { margin-top: 5px; font-family: var(--serif); font-size: 26px; }
.price-line a { padding-left: 28px; color: var(--hub-blue); font-size: 12px; font-weight: 700; }

.partner-note { padding: 80px 0; background: #eef2f4; }
.partner-note-grid { display: grid; grid-template-columns: 1fr 1.1fr auto; gap: 60px; align-items: center; }
.partner-note span { color: var(--hub-orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.partner-note h2 { margin: 10px 0 0; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.15; }
.partner-note p { margin: 0; color: #596875; font-size: 13px; }

.hub-closing { padding: 140px 0; text-align: center; color: white; background: var(--hub-navy); }
.hub-closing p { margin: 0 0 20px; color: #b7c7d3; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hub-closing h2 { font-size: clamp(56px, 7vw, 92px); }
.hub-closing > .container > div { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 38px; }
.hub-closing > .container > div > a:not(.button) { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }

body:not(.hub-home) .page-hero { padding: 110px 0; background: var(--hub-navy); }
body:not(.hub-home) .page-hero h1 { font-family: var(--serif); font-size: clamp(52px, 6vw, 80px); font-weight: 500; }

.directory-hero, .experiences-editorial-hero {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 120px 0 75px;
  color: white;
}
.directory-hero { background: linear-gradient(90deg, rgba(4,25,42,.82), rgba(4,25,42,.2)), url("/assets/images/destinations/travel.jpg") center 58% / cover; }
.directory-hero p, .experiences-editorial-hero p { margin: 0 0 18px; color: #ffc09b; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.directory-hero h1, .experiences-editorial-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(64px, 7vw, 100px); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.directory-hero-search { max-width: 780px; margin-top: 45px; padding: 18px 20px; border-left: 3px solid var(--hub-orange); color: var(--hub-ink); background: white; }
.directory-hero-search label { display: block; margin-bottom: 8px; color: #6a7580; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.directory-hero-search > div { display: grid; grid-template-columns: 1fr auto; }
.directory-hero-search input { min-width: 0; border: 0; outline: 0; font-family: var(--serif); font-size: 21px; }
.directory-hero-search button { padding: 12px 20px; border: 0; color: white; background: var(--hub-navy); font-weight: 700; }
.directory-featured { padding: 125px 0; }
.featured-destination-layout { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 315px 315px; gap: 24px; }
.featured-destination-layout a { position: relative; overflow: hidden; color: white; }
.featured-destination-layout a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,25,42,.8), transparent 55%); }
.featured-destination-layout .featured-main { grid-row: 1/3; }
.featured-destination-layout img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.featured-destination-layout a:hover img { transform: scale(1.035); }
.featured-destination-layout span, .featured-destination-layout small { position: absolute; z-index: 1; left: 24px; }
.featured-destination-layout span { bottom: 45px; font-family: var(--serif); font-size: 30px; }
.featured-destination-layout small { bottom: 23px; color: rgba(255,255,255,.76); }
.directory-browser { padding: 120px 0; background: var(--hub-cream); }
.browser-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.browser-heading h2 { margin: 0; font-family: var(--serif); font-size: 65px; font-weight: 500; }
.browser-heading p { color: #667069; }
.directory-browser .directory-tools { margin-top: 48px; }
.directory-browser .directory-tools input, .directory-browser .directory-tools select { min-height: 60px; border: 0; border-bottom: 1px solid #bcb5a8; border-radius: 0; background: transparent; }
.directory-browser .directory-list { margin-top: 25px; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d5cec1; }
.directory-browser .directory-link { border: 0; border-radius: 0; background: #fff; transition: background .2s ease; }
.directory-browser .directory-link:hover { background: #f8fafb; }
.directory-guidance, .experience-planning { padding: 110px 0; color: white; background: var(--hub-navy); }
.split-editorial { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.split-editorial h2 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 5vw, 72px); font-weight: 500; line-height: 1; }
.split-editorial p { color: #c1ced7; font-size: 17px; }
.split-editorial .button { margin-top: 20px; }

.experiences-editorial-hero { background: linear-gradient(90deg, rgba(4,25,42,.88), rgba(4,25,42,.18)), url("/assets/images/destinations/europe.jpg") center / cover; }
.experiences-editorial-hero > .container > div { max-width: 850px; }
.experiences-editorial-hero span { display: block; max-width: 620px; margin-top: 30px; color: rgba(255,255,255,.86); font-size: 18px; }
.experience-category-section { padding: 125px 0; }
.experience-category-list { border-top: 1px solid var(--line); }
.experience-category-list a { position: relative; display: grid; grid-template-columns: 70px 1fr auto; gap: 30px; align-items: center; min-height: 170px; overflow: hidden; padding: 28px 35px; border-bottom: 1px solid var(--line); }
.experience-category-list a::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--category-image) center / cover; opacity: 0; transition: opacity .3s ease; }
.experience-category-list a::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(6,34,57,.82); opacity: 0; transition: opacity .3s ease; }
.experience-category-list a:hover { color: white; }
.experience-category-list a:hover::before, .experience-category-list a:hover::after { opacity: 1; }
.experience-category-list b { color: var(--hub-orange); font-size: 11px; }
.experience-category-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.experience-category-list p { margin: 0; color: #6a7680; }
.experience-category-list a:hover p { color: rgba(255,255,255,.75); }
.experience-category-list > a > span { color: var(--hub-blue); font-size: 13px; font-weight: 700; }
.experience-category-list a:hover > span { color: white; }
.provider-section { padding: 125px 0; background: var(--hub-cream); }
.provider-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.provider-layout h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 62px; font-weight: 500; line-height: 1.03; }
.provider-layout > div > p { color: #626c64; }
.provider-links { border-top: 1px solid #bfb8ac; }
.provider-links a { position: relative; display: grid; padding: 28px 55px 28px 0; border-bottom: 1px solid #bfb8ac; }
.provider-links span { color: var(--hub-orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.provider-links strong { margin: 8px 0 3px; font-family: var(--serif); font-size: 35px; font-weight: 500; }
.provider-links small { color: #6c756e; }
.provider-links b { position: absolute; right: 5px; top: 50%; color: var(--hub-blue); }
.provider-disclosure { padding: 30px 0; background: #edf2f5; }
.provider-disclosure .container { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.provider-disclosure strong { font-family: var(--serif); font-size: 18px; }
.provider-disclosure p { margin: 0; color: #60707b; font-size: 12px; }
.provider-disclosure a { color: var(--hub-blue); font-size: 12px; font-weight: 700; }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 1280px); }
  .hub-hero { min-height: 760px; }
  .editorial-heading, .experience-heading, .travel-for-grid, .guidance-grid, .partner-note-grid { grid-template-columns: 1fr; gap: 35px; }
  .destination-stories { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 320px; }
  .story-portugal { grid-column: 1/3; grid-row: auto; }
  .experience-panels { grid-template-columns: 1fr 1fr; gap: 1px; }
  .experience-panels a:nth-child(even) { transform: none; }
  .travel-for-you figure img { height: 520px; }
  .guidance-photo { min-height: 540px; }
  .price-line { grid-template-columns: 1fr 1fr; gap: 24px; }
  .price-line a { padding-left: 0; }
  .featured-destination-layout { grid-template-columns: 1fr 1fr; }
  .featured-destination-layout .featured-main { grid-column: 1/3; grid-row: auto; }
  .browser-heading, .split-editorial, .provider-layout { grid-template-columns: 1fr; gap: 35px; }
  .directory-browser .directory-list { grid-template-columns: repeat(3, 1fr); }
  .provider-disclosure .container { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1280px); }
  .hub-hero { min-height: 760px; background-position: 57% center; }
  .hub-hero-inner { padding-bottom: 42px; }
  .hub-hero h1 { font-size: 57px; }
  .hub-hero-copy > p { font-size: 16px; }
  .hub-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hub-search { margin-top: 38px; padding: 15px; }
  .hub-search input { font-size: 18px; }
  .hub-search button { min-width: 96px; }
  .hero-caption { display: none; }
  .editorial-section, .travel-for-you, .guidance-feature { padding: 85px 0; }
  .editorial-heading h2, .experience-heading h2, .travel-for-copy h2, .guidance-copy h2 { font-size: 48px; }
  .destination-stories { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 360px); }
  .story-portugal { grid-column: auto; }
  .experience-showcase { padding: 85px 0; }
  .experience-panels { grid-template-columns: 1fr; }
  .experience-panels a { min-height: 420px; }
  .travel-for-you figure img { height: 420px; }
  .guidance-photo { min-height: 430px; }
  .price-line { grid-template-columns: 1fr 1fr; margin-top: 65px; }
  .price-line p { border-right: 0; }
  .partner-note { padding: 65px 0; }
  .hub-closing { padding: 95px 0; }
  .hub-closing h2 { font-size: 54px; }
  .hub-closing > .container > div { flex-direction: column; }
  .directory-hero, .experiences-editorial-hero { min-height: 620px; padding-bottom: 55px; }
  .directory-hero h1, .experiences-editorial-hero h1 { font-size: 56px; }
  .directory-hero-search > div { grid-template-columns: 1fr; gap: 12px; }
  .directory-featured, .directory-browser, .experience-category-section, .provider-section { padding: 85px 0; }
  .featured-destination-layout { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 340px); }
  .featured-destination-layout .featured-main { grid-column: auto; }
  .browser-heading h2, .provider-layout h2 { font-size: 48px; }
  .directory-browser .directory-list { grid-template-columns: 1fr; }
  .experience-category-list a { grid-template-columns: 35px 1fr; padding: 25px 5px; }
  .experience-category-list > a > span { grid-column: 2; }
  .experience-category-list h3 { font-size: 27px; }
}

/* Public launch gate */
.coming-soon-page { color: var(--hub-ink); background: white; }
.coming-hero { position: relative; min-height: 790px; display: flex; align-items: flex-end; color: white; background: linear-gradient(90deg, rgba(4,24,41,.9), rgba(4,24,41,.48) 52%, rgba(4,24,41,.08)), linear-gradient(0deg, rgba(4,24,41,.45), transparent 35%), url("/assets/images/destinations/united-kingdom.jpg") center 55% / cover; }
.coming-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-bottom: 75px; }
.coming-copy { max-width: 800px; }
.coming-copy > p { margin: 0 0 20px; color: #ffc19c; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.coming-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(65px, 7.2vw, 104px); font-weight: 500; line-height: .92; letter-spacing: -.045em; }
.coming-copy > span { display: block; max-width: 650px; margin-top: 26px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.65; }
.coming-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.coming-actions > a:not(.button) { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 13px; font-weight: 650; }
.coming-actions b, .coming-partner b { margin-left: 8px; color: var(--hub-orange); }
.coming-status { width: 235px; flex: 0 0 auto; padding: 24px; border-top: 2px solid var(--hub-orange); background: rgba(5,31,52,.76); backdrop-filter: blur(8px); }
.coming-status span, .coming-status strong, .coming-status small { display: block; }
.coming-status span { color: #c1ced7; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.coming-status strong { margin: 10px 0 7px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.coming-status small { color: rgba(255,255,255,.7); line-height: 1.5; }
.coming-location { position: absolute; right: 30px; bottom: 34px; margin: 0; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.coming-intro { padding: 125px 0; }
.coming-intro-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.coming-intro span, .coming-partner span { color: var(--hub-orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.coming-intro h2, .coming-partner h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 72px); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.coming-intro p { margin: 0 0 20px; color: #5f6c76; font-size: 16px; line-height: 1.75; }
.coming-pillars { padding: 0 0 125px; }
.coming-pillars .container { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.coming-pillars article { padding: 38px 38px 20px 0; border-right: 1px solid var(--line); }
.coming-pillars article + article { padding-left: 38px; }
.coming-pillars article:last-child { border-right: 0; }
.coming-pillars span { color: var(--hub-orange); font-size: 10px; font-weight: 800; }
.coming-pillars h3 { margin: 24px 0 12px; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.coming-pillars p { margin: 0; color: #66727c; font-size: 13px; }
.coming-partner { padding: 90px 0; color: white; background: var(--hub-navy); }
.coming-partner .container { display: grid; grid-template-columns: 1fr 1fr auto; gap: 65px; align-items: center; }
.coming-partner h2 { font-size: 42px; }
.coming-partner p { color: #bdcad4; font-size: 13px; }
.coming-partner a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 13px; font-weight: 700; }
@media (max-width: 900px) {
  .coming-hero-inner, .coming-partner .container { display: grid; grid-template-columns: 1fr; }
  .coming-status { width: min(100%, 360px); }
  .coming-intro-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 620px) {
  .coming-hero { min-height: 780px; background-position: 58% center; }
  .coming-hero-inner { padding-bottom: 45px; }
  .coming-copy h1 { font-size: 58px; }
  .coming-copy > span { font-size: 16px; }
  .coming-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .coming-status { display: none; }
  .coming-location { display: none; }
  .coming-intro { padding: 85px 0; }
  .coming-intro h2 { font-size: 48px; }
  .coming-pillars { padding-bottom: 85px; }
  .coming-pillars .container { grid-template-columns: 1fr; }
  .coming-pillars article, .coming-pillars article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .coming-partner { padding: 75px 0; }
  .coming-partner h2 { font-size: 40px; }
}
