:root {
  --charcoal: #171b1d;
  --ink: #252b2e;
  --muted: #667074;
  --snow: #f3f6f6;
  --white: #ffffff;
  --glacier: #b8f2e4;
  --brand: #33b107;
  --brand-dark: #288d05;
  --line: #d8dfe1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--snow); color: var(--charcoal); font-family: var(--font-geist), "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img { display: block; }
.fillImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; overflow: hidden; color: white; background: var(--charcoal); }
.heroImage { object-fit: cover; object-position: center 45%; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,15,.88) 0%, rgba(8,13,15,.48) 46%, rgba(8,13,15,.1) 74%), linear-gradient(0deg, rgba(8,13,15,.6) 0%, transparent 42%); }
.siteHeader { position: relative; z-index: 2; height: 92px; max-width: 1440px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: minmax(190px, 1fr) auto minmax(170px, 1fr); align-items: center; border-bottom: 1px solid rgba(255,255,255,.24); }
.brandLogoLink { display: block; justify-self: start; line-height: 0; }
.brandLogo { width: 190px; height: auto; }
.desktopNav { display: flex; align-items: center; gap: clamp(20px, 2vw, 32px); font-size: 13px; white-space: nowrap; }
.desktopNav a { position: relative; padding: 10px 0; }
.desktopNav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--glacier); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktopNav a:hover::after { transform: scaleX(1); transform-origin: left; }
.headerCta { justify-self: end; font-size: 13px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; padding: 12px 0; white-space: nowrap; }
.headerCta span { color: var(--glacier); margin-left: 8px; }
.heroContent { position: relative; z-index: 1; max-width: 1440px; height: calc(100% - 92px); margin: 0 auto; padding: clamp(90px, 13vh, 150px) 48px 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: #1d778e; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.light { color: var(--glacier); }
.hero h1 { margin: 0; max-width: 950px; font-size: clamp(72px, 8.4vw, 128px); font-weight: 520; line-height: .84; letter-spacing: -.075em; text-wrap: balance; }
.hero h1 em { color: var(--glacier); font-style: normal; }
.heroCopy { max-width: 585px; margin: 34px 0 0; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; color: rgba(255,255,255,.82); }
.heroActions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.tripadvisorHero { position: absolute; right: 48px; bottom: 170px; width: 310px; padding: 22px 24px 19px; display: flex; flex-direction: column; gap: 12px; border: 1px solid rgba(255,255,255,.3); background: rgba(11,16,18,.68); color: white; backdrop-filter: blur(14px); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.tripadvisorHero:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.62); background: rgba(11,16,18,.82); }
.tripadvisorBrand { display: flex; align-items: center; gap: 9px; }
.tripadvisorBrand strong { font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.tripadvisorSymbol { position: relative; width: 25px; height: 18px; display: flex; align-items: center; justify-content: space-between; }
.tripadvisorSymbol::before { content: ""; position: absolute; left: 7px; top: -3px; width: 11px; height: 6px; border-top: 2px solid var(--brand); transform: rotate(4deg); }
.tripadvisorSymbol i { position: relative; width: 11px; height: 11px; display: block; border: 2px solid var(--brand); border-radius: 50%; }
.tripadvisorSymbol i::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: white; }
.tripadvisorScore { display: flex; align-items: center; gap: 9px; }
.tripadvisorScore b { font-size: 22px; line-height: 1; }
.tripadvisorScore > span:last-child { color: rgba(255,255,255,.68); font-size: 11px; }
.tripadvisorBubbles { display: flex; gap: 3px; }
.tripadvisorBubbles i { width: 12px; height: 12px; display: block; border: 1px solid var(--brand); border-radius: 50%; background: var(--brand); }
.tripadvisorAward { padding-top: 11px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.tripadvisorAward b { color: var(--glacier); font-size: 14px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease; }
.button.primary { background: var(--brand); color: white; }
.button:hover { transform: translateY(-2px); }
.button.primary:hover { background: var(--brand-dark); }
.textLink { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.textLink span { transition: transform .2s ease; }
.textLink:hover span { transform: translateX(4px); }
.lightLink { color: white; }
.tripFinder { position: absolute; z-index: 3; left: 50%; bottom: 40px; transform: translateX(-50%); width: min(1344px, calc(100% - 96px)); min-height: 108px; background: white; color: var(--charcoal); display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; box-shadow: 0 16px 50px rgba(0,0,0,.18); }
.tripFinder label { padding: 24px 28px 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.tripFinder label > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; margin-bottom: 8px; }
.tripFinder select { width: 100%; background: transparent; color: var(--charcoal); border: 0; outline: 0; font-size: 16px; font-weight: 580; cursor: pointer; }
.tripFinder button { border: 0; background: var(--brand); color: white; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.tripFinder button:hover { background: var(--brand-dark); }

.supportedBy { border-bottom: 1px solid var(--line); background: white; }
.supportedByInner { width: min(1344px, calc(100% - 96px)); min-height: 138px; margin: 0 auto; display: grid; grid-template-columns: 210px 1fr; align-items: stretch; }
.supportedBy h2 { margin: 0; display: flex; align-items: center; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.supportedList { min-width: 0; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.supportedList li { min-height: 138px; display: flex; align-items: center; justify-content: center; border-left: 1px solid var(--line); }
.supportedList img { width: 68px; height: 68px; object-fit: contain; image-rendering: auto; transition: transform .2s ease; }
.supportedList li:hover img { transform: translateY(-3px); }

.section { max-width: 1440px; margin: 0 auto; padding: 120px 48px; }
.sectionHeading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.sectionHeading h2, .aboutCopy h2, .destinationIntro h2, .customContent h2 { margin: 0; font-size: clamp(50px, 5.5vw, 82px); font-weight: 520; line-height: .94; letter-spacing: -.06em; }
.headingAside { max-width: 370px; padding-bottom: 8px; }
.headingAside p { color: var(--muted); line-height: 1.6; margin: 0 0 24px; }
.tripGrid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 22px; }
.tripCard { background: white; min-width: 0; }
.tripCard:nth-child(4) { grid-column: 2 / 4; }
.tripCard > a { display: block; height: 100%; }
.tripImage { position: relative; aspect-ratio: 1.28/1; overflow: hidden; background: #cfd7d9; }
.tripCardLarge { grid-row: span 2; }
.tripCardLarge .tripImage { height: calc(100% - 126px); min-height: 620px; aspect-ratio: auto; }
.tripCard:nth-child(4) .tripImage { aspect-ratio: 2.6/1; }
.tripImage img { object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.tripCard:hover .tripImage img { transform: scale(1.04); }
.levelPill { position: absolute; left: 18px; top: 18px; background: rgba(23,27,29,.84); color: white; padding: 8px 11px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(8px); }
.tripInfo { min-height: 126px; display: flex; justify-content: space-between; gap: 20px; padding: 22px; }
.tripInfo p { margin: 0 0 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.tripInfo h3 { margin: 0; font-size: 21px; line-height: 1.14; font-weight: 580; letter-spacing: -.025em; }
.price { text-align: right; white-space: nowrap; }
.price span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.price strong { display: block; margin-top: 5px; color: var(--brand); font-size: 18px; }

.destinationSection { background: var(--charcoal); color: white; padding: 120px max(48px, calc((100% - 1344px)/2)); }
.destinationIntro { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: end; gap: 60px; margin-bottom: 62px; }
.destinationIntro .eyebrow { align-self: start; }
.destinationIntro p:last-child { color: rgba(255,255,255,.62); line-height: 1.65; margin: 0; }
.destinationGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.22); }
.destinationCard { min-height: 440px; position: relative; overflow: hidden; background: #272d2f; }
.destinationCard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,9,.9), rgba(5,8,9,.06) 60%); transition: background .3s ease; }
.destinationCard:hover::after { background: linear-gradient(0deg, rgba(5,8,9,.84), rgba(5,8,9,.02) 68%); }
.destinationCard img { object-fit: cover; transition: transform .65s ease; }
.destinationCard:hover img { transform: scale(1.04); }
.destinationNumber, .destinationText, .destinationArrow { position: absolute; z-index: 1; }
.destinationNumber { top: 22px; left: 22px; font-size: 11px; color: rgba(255,255,255,.72); }
.destinationText { left: 22px; bottom: 24px; }
.destinationText strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.destinationText small { display: block; margin-top: 7px; color: rgba(255,255,255,.65); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.destinationArrow { right: 22px; bottom: 24px; color: var(--glacier); font-size: 20px; }

.aboutSection { display: grid; grid-template-columns: 1fr 1.08fr; gap: 8vw; align-items: center; }
.aboutImageWrap { position: relative; min-height: 700px; }
.aboutImageWrap img { object-fit: cover; }
.experienceStamp { position: absolute; right: -38px; bottom: 44px; width: 156px; height: 156px; background: var(--glacier); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.experienceStamp strong { font-size: 52px; line-height: .9; font-weight: 520; letter-spacing: -.06em; }
.experienceStamp span { margin-top: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.35; }
.aboutCopy .lead { color: var(--muted); margin: 34px 0 42px; font-size: 18px; line-height: 1.65; }
.principles { border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--brand); font-size: 11px; grid-row: span 2; }
.principles h3 { margin: 0 0 5px; font-size: 17px; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.customSection { min-height: 680px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.customSection > img { object-fit: cover; }
.customShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,16,18,.9), rgba(11,16,18,.5) 52%, rgba(11,16,18,.15)); }
.customContent { position: relative; z-index: 1; width: min(1440px, 100%); margin: auto; padding: 100px 48px; }
.customContent h2 { max-width: 850px; }
.customContent > p:last-of-type { max-width: 560px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.6; margin: 28px 0 0; }
.customActions { display: flex; align-items: center; gap: 36px; margin-top: 36px; }
.contactLine { display: flex; flex-direction: column; font-size: 18px; }
.contactLine small { margin-top: 6px; color: var(--glacier); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }

footer { background: #0f1315; color: white; padding: 70px max(48px, calc((100% - 1344px)/2)) 28px; }
.footerTop { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) 1.25fr auto; align-items: start; gap: 36px; padding-bottom: 58px; }
.footerTop p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.footerTop p a:hover { color: white; }
.footerLinks { display: flex; flex-direction: column; gap: 9px; }
.footerLinks strong { margin-bottom: 8px; color: var(--glacier); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.footerLinks a { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.45; }
.footerLinks a:hover { color: white; }
.footerContact { display: flex; flex-direction: column; gap: 14px; }
.footerBrand { display: block; width: min(220px, 100%); line-height: 0; }
.footerBrand img { width: 100%; height: auto; }
.backTop { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--glacier); }
.footerBottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-size: 11px; }

/* Interior pages */
.innerHeader { height: 88px; background: var(--charcoal); color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.innerHeaderBar { width: min(1344px, calc(100% - 96px)); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.innerHeader .brandLogo { width: 170px; }
.innerNav { display: flex; justify-content: center; align-items: center; gap: clamp(24px, 2.2vw, 34px); font-size: 13px; white-space: nowrap; }
.innerNav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.innerNav a:hover { border-color: var(--glacier); }
.innerCta { justify-self: end; color: white; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; white-space: nowrap; }
.innerCta span { color: var(--glacier); margin-left: 8px; }

.catalogHero, .journalHero { padding: 100px max(48px, calc((100% - 1344px)/2)); display: grid; grid-template-columns: 1.55fr .75fr; align-items: end; gap: 70px; background: var(--charcoal); color: white; }
.catalogHero h1, .journalHero h1 { margin: 0; max-width: 930px; font-size: clamp(68px, 7.5vw, 112px); line-height: .86; letter-spacing: -.075em; font-weight: 520; }
.catalogHero h1 em, .journalHero h1 em { color: var(--glacier); font-style: normal; }
.catalogHero > p, .journalHero > p { margin: 0 0 10px; max-width: 430px; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.65; }
.categoryRail { min-height: 86px; padding: 18px max(48px, calc((100% - 1344px)/2)); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; background: white; border-bottom: 1px solid var(--line); }
.categoryRail > span { margin-right: 12px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.categoryRail a { padding: 11px 14px; background: var(--snow); font-size: 12px; border: 1px solid transparent; }
.categoryRail a:hover { border-color: var(--charcoal); }
.catalogSection, .relatedSection, .journalSection { max-width: 1440px; margin: 0 auto; padding: 110px 48px 130px; }
.catalogHeading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.catalogHeading h2, .relatedHeading h2 { margin: 0; max-width: 780px; font-size: clamp(46px, 5vw, 72px); font-weight: 520; line-height: .96; letter-spacing: -.055em; }
.catalogHeading > p { max-width: 410px; margin: 0 0 8px; color: var(--muted); line-height: 1.65; }
.catalogGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.catalogCard { min-width: 0; background: white; }
.catalogImage { position: relative; aspect-ratio: 1.32/1; overflow: hidden; background: #d2d9db; }
.catalogImage img { object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.catalogCard:hover .catalogImage img { transform: scale(1.045); }
.catalogImage > span { position: absolute; top: 16px; left: 16px; padding: 8px 10px; background: rgba(23,27,29,.84); color: white; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(8px); }
.catalogInfo { min-height: 156px; padding: 22px; display: flex; flex-direction: column; }
.catalogInfo > p { margin: 0 0 9px; color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .11em; }
.catalogInfo h2 { margin: 0; font-size: 22px; line-height: 1.18; font-weight: 580; letter-spacing: -.03em; }
.catalogInfo > div { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; padding-top: 20px; }
.catalogInfo strong { color: var(--brand); font-size: 17px; }
.catalogInfo > div span { color: #1d778e; }

.detailHero { position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #293033; color: white; }
.detailHero > img { object-fit: cover; }
.detailShade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,13,15,.9), rgba(8,13,15,.08) 78%); }
.detailHeroContent { position: relative; z-index: 1; width: min(1440px, 100%); margin: 0 auto; padding: 48px 48px 72px; }
.detailHeroContent nav, .articleHeader nav { display: flex; gap: 10px; margin-bottom: 65px; color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.detailHeroContent nav a:hover { color: white; }
.detailHeroContent h1 { margin: 0; max-width: 1050px; font-size: clamp(58px, 7vw, 102px); font-weight: 520; line-height: .9; letter-spacing: -.065em; }
.detailHeroContent > p:last-child { max-width: 760px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.58; }
.tripFacts { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; max-width:1240px; margin:42px auto 0; border:1px solid var(--line); background:var(--line); box-shadow:0 18px 54px rgba(28,35,38,.08); }
.tripFacts > div { padding:20px; position:relative; display:flex; flex-direction:column; justify-content:center; background:white; }
.tripFacts span { margin-bottom:3px; color:var(--muted); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.13em; }
.tripFacts strong { font-size:17px; line-height:1.4; font-weight:580; letter-spacing:-.02em; }
.tripFacts s { margin-top: 4px; color: var(--muted); font-size: 12px; }
.detailLayout { max-width: 1240px; margin: 0 auto; padding: 110px 48px 130px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 110px; }
.tripArticle { min-width: 0; }
.richContent > h2 { margin: 64px 0 22px; padding-top: 30px; border-top: 1px solid var(--line); font-size: clamp(30px, 3vw, 42px); line-height: 1.05; letter-spacing: -.045em; font-weight: 560; }
.richContent > h2:first-child { margin-top: 0; padding-top: 0; border: 0; }
.richContent > p { margin: 0 0 21px; color: #465054; font-size: 17px; line-height: 1.78; }
.itineraryDay { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.itineraryDay > span { color: var(--brand); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.itineraryDay > p { margin: 0; color: #465054; line-height: 1.55; }
.detailedItinerary { margin-top:76px; padding-top:58px; border-top:1px solid var(--line); }
.detailedItinerary > h2 { max-width:650px; margin:0 0 34px; font-size:clamp(34px,4vw,52px); line-height:1; letter-spacing:-.05em; font-weight:560; }
.itineraryEntries { border-top:1px solid var(--line); }
.itineraryEntry { border-bottom:1px solid var(--line); }
.itineraryEntry summary { display:grid; grid-template-columns:78px minmax(0,1fr) 24px; gap:18px; align-items:center; padding:24px 2px; cursor:pointer; list-style:none; }
.itineraryEntry summary::-webkit-details-marker { display:none; }
.itineraryEntry summary > span { color:var(--brand); font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.itineraryEntry summary > strong { font-size:18px; line-height:1.4; font-weight:650; letter-spacing:-.02em; }
.itineraryEntry summary > i { width:12px; height:12px; border-right:2px solid var(--brand); border-bottom:2px solid var(--brand); transform:rotate(45deg); transition:transform .2s ease; }
.itineraryEntry[open] summary > i { transform:rotate(225deg); }
.itineraryDescription { padding:0 42px 28px 98px; color:#465054; font-size:15px; line-height:1.75; }
.tripCosts { margin-top: 76px; padding-top: 58px; border-top: 1px solid var(--line); }
.tripCosts > h2 { max-width: 650px; margin: 0 0 34px; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.05em; font-weight: 560; }
.tripCostGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tripCostList { padding: 30px 28px; background: white; }
.tripCostList h3 { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 650; letter-spacing: -.025em; }
.tripCostList h3 span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: white; font-size: 14px; }
.tripCostList.excluded h3 span { background: var(--charcoal); }
.tripCostList ul { margin: 0; padding: 0; list-style: none; }
.tripCostList li { padding: 13px 0 13px 24px; position: relative; border-top: 1px solid var(--line); color: #465054; font-size: 14px; line-height: 1.55; }
.tripCostList li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.tripCostList.excluded li::before { content: "×"; color: var(--muted); font-size: 17px; line-height: 1.3; }
.enquiryCard { position: sticky; top: 28px; padding: 32px; background: var(--charcoal); color: white; }
.enquiryCard h2 { margin: 0; font-size: 40px; line-height: 1; letter-spacing: -.05em; font-weight: 540; }
.enquiryCard > p:nth-of-type(2) { color: rgba(255,255,255,.62); line-height: 1.55; }
.enquiryPrice { padding: 25px 0; margin: 24px 0; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.enquiryPrice span, .enquiryPrice small { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.enquiryPrice strong { margin: 4px 0; color: var(--glacier); font-size: 35px; font-weight: 540; }
.enquiryCard .button { width: 100%; gap: 12px; }
.asidePhone { display: flex; flex-direction: column; margin: 24px 0; font-size: 17px; }
.asidePhone small { margin-top: 5px; color: var(--glacier); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.enquiryCard ul { margin: 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.enquiryCard li { padding: 7px 0; color: rgba(255,255,255,.66); font-size: 12px; }
.enquiryCard li::before { content: "•"; color: var(--glacier); margin-right: 9px; }
.tripReviewsSection { padding: 110px max(48px, calc((100% - 1344px) / 2)); background: var(--charcoal); color: white; }
.tripReviewsInner { max-width: 1344px; margin: 0 auto; }
.tripReviewsHeading { margin-bottom: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.tripReviewsHeading h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); font-weight: 520; line-height: .96; letter-spacing: -.055em; }
.tripReviewsScore { min-width: 290px; padding: 18px 20px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.24); transition: border-color .2s, transform .2s; }
.tripReviewsScore:hover { border-color: rgba(255,255,255,.58); transform: translateY(-2px); }
.tripReviewsScore strong { font-size: 24px; font-weight: 650; }
.tripReviewsScore > span:nth-child(3) { color: rgba(255,255,255,.62); font-size: 11px; }
.tripReviewsScore > b { color: var(--glacier); }
.tripReviewBubbles { display: flex; gap: 3px; }
.tripReviewBubbles i { width: 11px; height: 11px; display: block; border-radius: 50%; background: var(--brand); }
.tripReviewsGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.16); }
.tripReviewCard { min-height: 350px; padding: 38px; display: flex; flex-direction: column; background: #1b2022; }
.tripReviewSource { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.tripReviewSource > span:last-child { color: rgba(255,255,255,.46); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.tripReviewCard h3 { margin: 31px 0 16px; color: var(--glacier); font-size: 25px; line-height: 1.12; letter-spacing: -.03em; font-weight: 560; }
.tripReviewCard > p { margin: 0 0 34px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.72; }
.tripReviewCard footer { margin-top: auto; display: flex; justify-content: space-between; gap: 16px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.13); }
.tripReviewCard footer strong { font-size: 13px; }
.tripReviewCard footer span { color: rgba(255,255,255,.44); font-size: 11px; }
.tripReviewsNote { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; }
.relatedSection { border-top: 1px solid var(--line); }
.relatedHeading { margin-bottom: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.relatedGrid .catalogInfo { min-height: 150px; }

.journalHero { grid-template-columns: 1fr; align-content: end; gap: 22px; }
.journalHero > p:last-child { max-width: 640px; margin: 0; }
.journalSection { padding-top: 100px; }
.journalFeatured { margin-bottom: 70px; }
.journalFeatured > a { display: grid; grid-template-columns: 1.35fr .85fr; min-height: 560px; background: white; }
.journalImage { position: relative; aspect-ratio: 1.42/1; overflow: hidden; background: #d1d8da; }
.journalImage img { object-fit: cover; transition: transform .65s ease; }
.journalCard:hover .journalImage img { transform: scale(1.035); }
.journalInfo { padding: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.journalFeatured .journalInfo { padding: 50px; }
.journalInfo > p { margin: 0 0 14px; color: #1d778e; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.journalInfo h2 { margin: 0; font-size: 28px; line-height: 1.12; font-weight: 560; letter-spacing: -.04em; }
.journalFeatured .journalInfo h2 { font-size: clamp(38px, 4vw, 58px); }
.journalInfo > span { margin: 20px 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.journalInfo > strong { margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid var(--charcoal); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.journalInfo > strong b { color: var(--brand); margin-left: 8px; }
.journalGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.journalGrid .journalCard { background: white; }
.journalGrid .journalImage { aspect-ratio: 1.45/1; }
.journalGrid .journalInfo { min-height: 300px; }
.articleHeader { max-width: 1040px; margin: 0 auto; padding: 95px 48px 60px; text-align: center; }
.articleHeader nav { justify-content: center; margin-bottom: 55px; color: var(--muted); }
.articleHeader h1 { margin: 0; font-size: clamp(52px, 6.5vw, 92px); line-height: .94; letter-spacing: -.065em; font-weight: 520; }
.articleStandfirst { max-width: 790px; margin: 28px auto 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.articleByline { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 28px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.articleByline span + span::before { content: "·"; margin-right: 26px; color: var(--brand); }
.articleImage { position: relative; width: min(1344px, calc(100% - 96px)); height: min(70vw, 720px); margin: 0 auto; background: #d1d8da; }
.articleImage img { object-fit: cover; }
.articleBody { max-width: 820px; margin: 0 auto; padding: 90px 48px 130px; }
.articleBody .richContent > p:first-of-type { color: var(--charcoal); font-size: 21px; line-height: 1.7; }
.journalRelated { background: white; max-width: none; padding-left: max(48px, calc((100% - 1344px)/2)); padding-right: max(48px, calc((100% - 1344px)/2)); }
.notFound { min-height: 640px; padding: 120px max(48px, calc((100% - 1000px)/2)); display: flex; flex-direction: column; justify-content: center; }
.notFound h1 { max-width: 900px; margin: 0; font-size: clamp(64px, 8vw, 112px); line-height: .88; letter-spacing: -.07em; font-weight: 520; }
.notFound > p:nth-of-type(2) { max-width: 580px; margin: 30px 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.notFound > div { display: flex; align-items: center; gap: 30px; }

a:focus-visible, button:focus-visible, select:focus-visible { outline: 3px solid var(--glacier); outline-offset: 3px; }

/* Expanded navigation */
.navGroup { position: relative; }
.navDropdown { position: absolute; z-index: 20; top: calc(100% + 12px); left: -22px; min-width: 220px; padding: 12px; display: grid; background: white; color: var(--charcoal); box-shadow: 0 18px 45px rgba(0,0,0,.2); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.navDropdown.wide { min-width: 250px; }
.navDropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.navDropdown a { padding: 11px 12px; border-bottom: 1px solid #eef1f2 !important; font-size: 12px; }
.navDropdown a:last-child { border-bottom: 0 !important; }
.desktopNav .navDropdown a::after { display: none; }
.navDropdown a:hover { color: #1d778e; }
.navGroup:hover .navDropdown, .navGroup:focus-within .navDropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.mobileMenu { display: none; position: relative; justify-self: center; }
.mobileMenu summary { cursor: pointer; list-style: none; padding: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenu nav { position: absolute; z-index: 40; top: 44px; left: 50%; width: min(300px, calc(100vw - 36px)); padding: 12px; display: grid; transform: translateX(-50%); background: white; color: var(--charcoal); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.mobileMenu nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: 13px; }
.mobileMenu nav a:last-child { border: 0; }

/* Homepage collections, proof and stories */
.activitySection { padding-top: 110px; }
.homeActivityGrid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.homeActivityGrid > a { min-height: 190px; padding: 28px 24px; display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.homeActivityGrid > a:nth-child(3n) { border-right: 0; }
.homeActivityGrid > a:hover { background: var(--charcoal); color: white; }
.homeActivityGrid span { color: var(--brand); font-size: 10px; }
.homeActivityGrid h3 { margin: 0 0 12px; font-size: 25px; font-weight: 560; letter-spacing: -.035em; }
.homeActivityGrid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.homeActivityGrid a:hover p { color: rgba(255,255,255,.62); }
.homeActivityGrid b { color: #1d778e; font-size: 18px; font-weight: 400; }
.homeStats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 62px max(48px, calc((100% - 1344px)/2)); background: var(--brand); color: white; }
.homeStats div { padding: 0 30px; border-right: 1px solid rgba(255,255,255,.3); }
.homeStats div:first-child { padding-left: 0; }
.homeStats div:last-child { border: 0; }
.homeStats strong { display: block; font-size: clamp(42px, 4vw, 64px); font-weight: 520; letter-spacing: -.06em; }
.homeStats span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.testimonialsSection { max-width: none; padding-left: max(48px, calc((100% - 1344px)/2)); padding-right: max(48px, calc((100% - 1344px)/2)); background: #eaf1e8; color: var(--charcoal); }
.testimonialsSection .sectionHeading h2 { margin: 0; font-size: clamp(50px, 5.5vw, 82px); font-weight: 520; line-height: .94; letter-spacing: -.06em; }
.testimonialIntro { max-width: 400px; margin: 0; color: var(--muted); line-height: 1.65; }
.testimonialGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.testimonialCard { min-height: 590px; padding: 36px; display: flex; flex-direction: column; background: #f7faf5; }
.testimonialPerson { display: flex; align-items: center; gap: 16px; }
.testimonialPerson img { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(142,216,234,.65); }
.testimonialPerson > div { display: flex; flex-direction: column; gap: 5px; }
.testimonialPerson strong { color: var(--charcoal); font-size: 14px; letter-spacing: -.01em; }
.testimonialPerson span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.testimonialRating { margin: 25px 0 18px; color: #f5b942; font-size: 14px; letter-spacing: .18em; }
.testimonialCard h3 { margin: 0 0 22px; color: var(--brand-dark); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; font-weight: 560; }
.testimonialCard blockquote { margin: 0; }
.testimonialCard blockquote p { margin: 0 0 16px; color: #4f5a55; font-size: 16px; line-height: 1.68; }
.testimonialCard blockquote p:last-child { margin-bottom: 0; }
.homeJournal { max-width: 1440px; }

/* General pages and collection landing pages */
.pageHero, .collectionDetailHero { position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--charcoal); color: white; }
.pageHeroShade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,11,13,.92), rgba(7,11,13,.2) 78%), linear-gradient(90deg, rgba(7,11,13,.48), transparent 70%); }
.pageHeroContent { position: relative; z-index: 1; width: min(1440px, 100%); margin: 0 auto; padding: 100px 48px 70px; }
.pageHeroContent nav { display: flex; gap: 9px; margin-bottom: 44px; color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.pageHeroContent h1 { max-width: 1020px; margin: 0; font-size: clamp(30px, 5vw, 60px); font-weight: 520; line-height: .9; letter-spacing: -.068em; }
.pageHeroContent > p:last-child { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.62; }
.pageLayout { max-width: 1240px; margin: 0 auto; padding: 60px 48px 130px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 100px; }
.pageSection { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 0 0 56px; margin-bottom: 56px; border-bottom: 1px solid var(--line); }
.pageSection:last-child { margin-bottom: 0; }
.pageSectionNumber { padding-top: 8px; color: var(--brand); font-size: 10px; font-weight: 700; }
.pageSection h2 { margin: 0 0 24px; font-size: clamp(32px, 3.5vw, 48px); line-height: 1.03; letter-spacing: -.045em; font-weight: 560; }
.pageSection p { margin: 0 0 18px; color: #465054; font-size: 17px; line-height: 1.78; }
.pageSection ul { margin: 24px 0 0; padding: 0; list-style: none; }
.pageSection li { padding: 13px 0 13px 24px; position: relative; border-bottom: 1px solid var(--line); color: #465054; line-height: 1.55; }
.pageSection li::before { content: "→"; position: absolute; left: 0; color: var(--brand); }
.pageAside { position: sticky; top: 28px; padding: 34px; background: var(--charcoal); color: white; }
.pageAside h2 { margin: 0 0 22px; font-size: 40px; line-height: 1; letter-spacing: -.05em; font-weight: 540; }
.pageAside > p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.6; }
.pageAside > a:not(.button) { display: block; margin: 12px 0; color: var(--glacier); overflow-wrap: anywhere; }
.pageAside .button { width: 100%; margin-top: 15px; }
.contactFormPanel { margin-top: 0; padding: 48px; border: 1px solid var(--line); background: white; }
.contactFormPanel > h2 { margin: 8px 0 14px; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; font-weight: 560; }
.contactFormIntro { max-width: 600px; margin: 0 0 32px; color: #596165; line-height: 1.65; }
.contactNotice { margin: 0 0 24px; padding: 16px 18px; border-left: 3px solid; font-size: 15px; line-height: 1.55; }
.contactNotice.success { border-color: var(--brand); background: rgba(51,177,7,.09); color: #246f0b; }
.contactNotice.error { border-color: #b33a2f; background: #fff1ef; color: #822820; }
.contactForm { position: relative; }
.contactFormGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contactFormGrid label { display: block; color: #30383b; font-size: 12px; font-weight: 700; letter-spacing: .025em; }
.contactFormGrid label > span { display: inline; color: var(--brand); }
.contactFormGrid .wide { grid-column: 1 / -1; }
.contactForm input, .contactForm textarea { display: block; width: 100%; margin-top: 9px; padding: 14px 15px; border: 1px solid #cfd5d7; border-radius: 0; background: #fbfcfc; color: var(--charcoal); font: inherit; font-size: 16px; font-weight: 400; line-height: 1.4; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.contactForm textarea { resize: vertical; min-height: 150px; }
.contactForm input:focus, .contactForm textarea:focus { border-color: var(--brand); background: white; box-shadow: 0 0 0 3px rgba(51,177,7,.12); }
.contactFormFooter { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.contactFormFooter p { margin: 0; color: #697276; font-size: 13px; }
.contactFormFooter .button { border: 0; cursor: pointer; }
.contactHoney { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiryHero .pageHeroContent h1 { max-width: 1080px; font-size: 3rem; }
.inquiryLayout { align-items: start; }
.inquiryFormPanel { margin-top: 0; }
.selectedInquiryTrip { margin: 0 0 24px; padding: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; border: 1px solid var(--line); background: var(--snow); }
.selectedInquiryTrip span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.selectedInquiryTrip h2 { margin: 0; font-size: clamp(17px, 2vw, 24px); line-height: 1.05; letter-spacing: -.04em; }
.faqList details { border-top: 1px solid var(--line); }
.faqList details:last-child { border-bottom: 1px solid var(--line); }
.faqList summary { padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 22px; font-weight: 560; letter-spacing: -.02em; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--brand); font-size: 26px; font-weight: 400; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details > div { padding: 0 54px 27px 4px; color: #465054; font-size: 16px; line-height: 1.7; }
.collectionHero h1 { max-width: 980px; font-size: clamp(58px, 6.8vw, 102px); }
.collectionGridSection { max-width: 1440px; margin: 0 auto; padding: 100px 48px 130px; }
.collectionGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.collectionCard { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 380px; background: white; }
.collectionCardImage { position: relative; min-height: 100%; overflow: hidden; background: #cfd6d8; }
.collectionCardImage img { transition: transform .55s ease; }
.collectionCard:hover .collectionCardImage img { transform: scale(1.04); }
.collectionCardImage span { position: absolute; left: 16px; top: 16px; padding: 8px 10px; background: rgba(23,27,29,.85); color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.collectionCard > div:last-child { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.collectionCard h2 { margin: 0 0 17px; font-size: 38px; font-weight: 550; letter-spacing: -.05em; }
.collectionCard > div:last-child > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; }
.collectionCard strong { margin-top: auto; padding-top: 30px; color: #1d778e; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.emptyCollection { padding: 60px; background: white; }
.emptyCollection h2 { margin: 0 0 14px; font-size: 42px; letter-spacing: -.04em; }
.emptyCollection p { max-width: 650px; color: var(--muted); line-height: 1.65; }
.emptyCollection .button { margin-top: 18px; }

@media (max-width: 1180px) {
  .siteHeader { padding-left: 28px; padding-right: 28px; display: grid; grid-template-columns: 1fr auto 1fr; }
  .desktopNav { display: none; }
  .siteHeader .mobileMenu { display: block; }
}

@media (max-width: 900px) {
  .innerHeaderBar { width: calc(100% - 56px); grid-template-columns: 1fr auto 1fr; gap: 20px; }
  .innerNav { display: none; }
  .innerHeader .mobileMenu { display: block; }
}

@media (max-width: 1000px) {
  .siteHeader { padding: 0 28px; grid-template-columns: 1fr auto 1fr; }
  .desktopNav { display: none; }
  .siteHeader .mobileMenu { display: block; }
  .heroContent { padding-left: 28px; padding-right: 28px; }
  .tripadvisorHero { position: static; width: 310px; margin-top: 28px; }
  .tripFinder { width: calc(100% - 56px); }
  .tripFinder button { min-height: 60px; }
  .hero { min-height: 980px; }
  .supportedByInner { width: calc(100% - 56px); grid-template-columns: 150px 1fr; }
  .supportedList img { width: 60px; height: 60px; }
  .section, .customContent { padding-left: 28px; padding-right: 28px; }
  .tripGrid { grid-template-columns: 1fr 1fr; }
  .tripCardLarge { grid-row: auto; }
  .tripCardLarge .tripImage { min-height: 0; height: auto; aspect-ratio: 1.28/1; }
  .tripCard:nth-child(4) { grid-column: auto; }
  .tripCard:nth-child(4) .tripImage { aspect-ratio: 1.28/1; }
  .destinationSection { padding-left: 28px; padding-right: 28px; }
  .destinationIntro { grid-template-columns: 1fr 1fr; }
  .destinationIntro .eyebrow { grid-column: 1 / 3; }
  .destinationGrid { grid-template-columns: 1fr 1fr; }
  .aboutSection { gap: 60px; }
  .aboutImageWrap { min-height: 580px; }
  footer { padding-left: 28px; padding-right: 28px; }
  .footerTop { grid-template-columns: 1fr 1fr; }
  .catalogHero, .journalHero { padding-left: 28px; padding-right: 28px; }
  .catalogSection, .relatedSection, .journalSection { padding-left: 28px; padding-right: 28px; }
  .catalogGrid, .journalGrid { grid-template-columns: 1fr 1fr; }
  .categoryRail { padding-left: 28px; padding-right: 28px; }
  .detailHeroContent { padding-left: 28px; padding-right: 28px; }
  .tripFacts { margin-left:28px; margin-right:28px; grid-template-columns:1fr 1fr; }
  .detailLayout { padding-left: 28px; padding-right: 28px; gap: 55px; grid-template-columns: minmax(0, 1fr) 300px; }
  .tripReviewsSection { padding-left: 28px; padding-right: 28px; }
  .tripReviewsHeading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .journalFeatured > a { grid-template-columns: 1fr; }
  .journalFeatured .journalImage { min-height: 470px; }
  .articleImage { width: calc(100% - 56px); }
  .journalRelated { padding-left: 28px; padding-right: 28px; }
  .homeActivityGrid { grid-template-columns: 1fr 1fr; }
  .homeActivityGrid > a:nth-child(3n) { border-right: 1px solid var(--line); }
  .homeActivityGrid > a:nth-child(2n) { border-right: 0; }
  .homeStats { padding-left: 28px; padding-right: 28px; grid-template-columns: 1fr 1fr; gap: 34px 0; }
  .homeStats div:nth-child(2) { border-right: 0; }
  .testimonialsSection { padding-left: 28px; padding-right: 28px; }
  .testimonialGrid { grid-template-columns: 1fr; }
  .testimonialCard { min-height: 0; }
  .pageHeroContent { padding-left: 28px; padding-right: 28px; }
  .pageLayout { padding-left: 28px; padding-right: 28px; gap: 55px; grid-template-columns: minmax(0, 1fr) 290px; }
  .collectionGridSection { padding-left: 28px; padding-right: 28px; }
  .collectionGrid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .hero { min-height: 1120px; max-height: none; }
  .siteHeader { height: 78px; }
  .brandLogo { width: 145px; }
  .headerCta { font-size: 10px; }
  .heroContent { height: calc(100% - 78px); justify-content: flex-start; padding-top: 110px; padding-bottom: 330px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .heroCopy { font-size: 16px; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .tripadvisorHero { width: min(310px, 100%); padding: 18px 20px 16px; margin-top: 24px; }
  .tripFinder { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .tripFinder label { padding: 15px 20px 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .tripFinder label > span { margin-bottom: 4px; }
  .tripFinder button { grid-column: auto; }
  .supportedByInner { width: 100%; grid-template-columns: 1fr; }
  .supportedBy h2 { min-height: 66px; justify-content: center; border-bottom: 1px solid var(--line); }
  .supportedList { grid-template-columns: repeat(2, 1fr); }
  .supportedList li { min-height: 104px; border-bottom: 1px solid var(--line); }
  .supportedList li:nth-child(odd) { border-left: 0; }
  .section { padding-top: 84px; padding-bottom: 84px; }
  .sectionHeading { align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 38px; }
  .tripGrid { grid-template-columns: 1fr; }
  .tripInfo h3 { font-size: 19px; }
  .destinationSection { padding-top: 84px; padding-bottom: 84px; }
  .destinationIntro { grid-template-columns: 1fr; gap: 28px; }
  .destinationIntro .eyebrow { grid-column: auto; }
  .destinationGrid { grid-template-columns: 1fr; }
  .destinationCard { min-height: 360px; }
  .aboutSection { grid-template-columns: 1fr; }
  .aboutImageWrap { min-height: 500px; }
  .experienceStamp { right: 18px; bottom: 18px; }
  .aboutCopy { padding-top: 16px; }
  .customSection { min-height: 720px; }
  .customActions { align-items: flex-start; flex-direction: column; }
  .footerTop { grid-template-columns: 1fr; }
  .footerBottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .innerHeader { height: 78px; }
  .innerHeaderBar { width: calc(100% - 36px); }
  .innerHeader .brandLogo { width: 145px; }
  .mobileMenu summary { font-size: 9px; }
  .innerCta { font-size: 9px; }
  .catalogHero, .journalHero { padding: 74px 18px; grid-template-columns: 1fr; align-content: end; gap: 30px; }
  .catalogHero h1, .journalHero h1 { font-size: clamp(54px, 16vw, 78px); }
  .catalogHero > p, .journalHero > p { font-size: 15px; }
  .categoryRail { padding: 18px; }
  .categoryRail > span { width: 100%; }
  .catalogSection, .relatedSection, .journalSection { padding: 78px 18px 90px; }
  .catalogHeading, .relatedHeading { align-items: flex-start; flex-direction: column; }
  .catalogGrid, .journalGrid { grid-template-columns: 1fr; }
  .detailHeroContent { padding: 48px 18px; }
  .detailHeroContent nav { margin-bottom: 40px; flex-wrap: wrap; }
  .detailHeroContent h1 { font-size: clamp(48px, 14vw, 70px); }
  .detailHeroContent > p:last-child { font-size: 15px; }
  .tripFacts { margin:24px 18px 0; grid-template-columns:1fr 1fr; }
  .tripFacts > div { padding:20px; }
  .tripFacts strong { font-size: 17px; }
  .detailLayout { padding: 78px 18px 90px; grid-template-columns: 1fr; }
  .enquiryCard { position: static; }
  .tripReviewsSection { padding: 78px 18px 82px; }
  .tripReviewsScore { width: 100%; min-width: 0; grid-template-columns: auto auto 1fr auto; }
  .tripReviewsGrid { grid-template-columns: 1fr; }
  .tripReviewCard { min-height: 0; padding: 30px 24px; }
  .richContent > p { font-size: 16px; }
  .itineraryDay { grid-template-columns: 62px 1fr; }
  .detailedItinerary { margin-top:58px; padding-top:44px; }
  .itineraryEntry summary { grid-template-columns:62px minmax(0,1fr) 18px; gap:12px; }
  .itineraryDescription { padding:0 0 24px 74px; }
  .tripCosts { margin-top: 58px; padding-top: 44px; }
  .tripCostGrid { grid-template-columns: 1fr; }
  .tripCostList { padding: 26px 22px; }
  .journalFeatured > a { min-height: 0; }
  .journalFeatured .journalImage { min-height: 340px; }
  .journalFeatured .journalInfo { padding: 28px; }
  .journalGrid .journalInfo { min-height: 0; }
  .articleHeader { padding: 70px 18px 42px; }
  .articleHeader nav { margin-bottom: 40px; }
  .articleHeader h1 { font-size: clamp(46px, 13vw, 66px); }
  .articleStandfirst { font-size: 16px; }
  .articleByline { gap: 10px; }
  .articleByline span + span::before { margin-right: 10px; }
  .articleImage { width: 100%; height: 78vw; }
  .articleBody { padding: 70px 18px 90px; }
  .journalRelated { padding-left: 18px; padding-right: 18px; }
  .notFound { min-height: 560px; padding: 90px 18px; }
  .notFound > div { align-items: flex-start; flex-direction: column; }
  .homeActivityGrid { grid-template-columns: 1fr; }
  .homeActivityGrid > a { border-right: 0 !important; min-height: 160px; }
  .homeStats { padding: 45px 18px; }
  .homeStats div { padding: 0 16px; }
  .homeStats div:first-child { padding-left: 16px; }
  .testimonialsSection { padding-left: 18px; padding-right: 18px; }
  .testimonialCard { padding: 28px; }
  .testimonialPerson img { width: 62px; height: 62px; flex-basis: 62px; }
  .testimonialCard blockquote p { font-size: 15px; }
  .pageHeroContent { padding: 80px 18px 48px; }
  .pageHeroContent > p:last-child { font-size: 15px; }
  .pageLayout { padding: 60px 18px 90px; grid-template-columns: 1fr; }
  .pageSection { grid-template-columns: 34px 1fr; gap: 10px; padding-bottom: 40px; margin-bottom: 40px; }
  .pageSection p { font-size: 16px; }
  .pageAside { position: static; }
  .contactFormPanel { padding: 30px 22px; }
  .contactFormGrid { grid-template-columns: 1fr; }
  .contactFormGrid .wide { grid-column: auto; }
  .contactFormFooter { align-items: flex-start; flex-direction: column; }
  .selectedInquiryTrip { align-items: flex-start; flex-direction: column; }
  .faqList summary { font-size: 18px; }
  .collectionGridSection { padding: 75px 18px 90px; }
  .collectionCard { grid-template-columns: 1fr; }
  .collectionCardImage { min-height: 320px; }
  .collectionCard > div:last-child { min-height: 300px; padding: 28px; }
}

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

@media (max-width: 380px) {
  .innerHeaderBar { gap: 12px; }
  .innerHeader .brandLogo { width: 125px; }
  .innerCta { font-size: 0; }
  .innerCta span { margin-left: 0; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
