/* Sydney Kayak Company Premium */

:root {
  --ink: #172126;
  --ocean: #10272c;
  --teal: #1f5962;
  --teal-soft: #dce8e5;
  --sunrise: #e3936e;
  --sunrise-dark: #bc6f50;
  --cream: #f5f1e9;
  --paper: #fcfbf8;
  --white: #ffffff;
  --muted: #637076;
  --line: rgba(23, 33, 38, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1240px;
  --shadow: 0 24px 64px rgba(12, 30, 34, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.booking-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { letter-spacing: 0; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 10000;
  padding: 12px 18px; color: var(--white); background: var(--ocean);
}
.skip-link:focus { top: 16px; }

.site-topline {
  height: 30px; display: flex; align-items: center; justify-content: center;
  padding: 0 18px; color: rgba(255,255,255,.72); background: #09191c;
  font-size: 12px; text-align: center;
}
.site-header {
  position: absolute; inset: 30px 0 auto; z-index: 1000;
  height: 74px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background-color .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-sticky {
  position: fixed; top: 0; color: var(--ink); background: rgba(252,251,248,.94);
  border-color: var(--line); box-shadow: 0 10px 28px rgba(15,35,39,.09);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.admin-bar .site-header.is-sticky { top: 32px; }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.site-brand { display: flex; align-items: baseline; gap: 6px; flex: 0 0 auto; }
.site-brand span { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.site-brand small { font-size: 11px; text-transform: uppercase; color: var(--sunrise); }
.site-brand .custom-logo-link { display: block; }
.site-brand .custom-logo { width: auto; max-width: 180px; max-height: 54px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.site-nav a { font-size: 13px; color: inherit; opacity: .78; transition: opacity .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.header-book {
  min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 18px; border: 1px solid rgba(255,255,255,.48); border-radius: 4px;
  font-size: 13px; font-weight: 700;
}
.site-header.is-sticky .header-book { border-color: var(--ocean); background: var(--ocean); color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: currentColor; }
.nav-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; min-height: 760px; height: calc(100svh - 30px); max-height: 880px; overflow: hidden; color: var(--white); background: var(--ocean); }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 64%; transform: scale(1.015); }
.hero__shade { background: rgba(6, 22, 25, .53); }
.hero__shade::before { content: ""; position: absolute; inset: 0 45% 0 0; background: rgba(5, 17, 20, .28); }
.hero__inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 58px; }
.hero__copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow--light { color: #f1b89e; }
.hero h1, .section-heading h2, .difference h2, .gallery-section h2, .reviews h2, .location h2, .faq h2, .final-cta h2 {
  margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: 0;
}
.hero h1 { max-width: 680px; font-size: 78px; text-shadow: 0 4px 30px rgba(0,0,0,.32); }
.hero__intro { max-width: 630px; margin: 22px 0 30px; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.55; }
.hero__actions, .final-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 20px; border: 1px solid transparent; border-radius: 4px;
  font-size: 14px; font-weight: 750; line-height: 1.1; cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--sunrise { color: #241b17; background: #f0a985; border-color: #f0a985; }
.button--sunrise:hover { background: #f7bb9c; border-color: #f7bb9c; }
.button--glass { color: var(--white); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.48); backdrop-filter: blur(12px); }
.button--glass:hover { background: rgba(255,255,255,.17); }
.button--dark { color: var(--white); background: var(--ocean); border-color: var(--ocean); }
.button--dark:hover { background: var(--teal); border-color: var(--teal); }
.button--light { color: var(--ocean); background: var(--white); border-color: var(--white); }
.hero__assurance { margin: 15px 0 0; color: rgba(255,255,255,.68); font-size: 12px; }
.hero__note {
  position: absolute; right: 0; bottom: 58px; width: 270px;
  display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.26);
  background: rgba(9,25,28,.46); backdrop-filter: blur(14px); border-radius: 4px;
}
.hero__note span { padding: 15px 14px; font-size: 12px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.hero__note span:nth-child(2n) { border-right: 0; }
.hero__note span:nth-child(n+3) { border-bottom: 0; }
.hero__scroll { position: absolute; left: 50%; bottom: 20px; z-index: 3; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.67); font-size: 11px; transform: translateX(-50%); }
.hero__scroll span { width: 28px; height: 1px; background: currentColor; }

.tour-picker, .route-section, .confidence, .faq { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 80px; align-items: end; }
.section-heading h2, .difference h2, .gallery-section h2, .reviews h2, .location h2, .faq h2 { font-size: 54px; }
.section-heading p:last-child { margin: 0; color: var(--muted); }

.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.tour-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.tour-card__image { position: relative; height: 410px; overflow: hidden; background: var(--teal-soft); }
.tour-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; transition: transform .6s ease; }
.tour-card:hover .tour-card__image img { transform: scale(1.035); }
.tour-card--sunrise .tour-card__image img { object-position: 50% 65%; }
.tour-card__label { position: absolute; top: 14px; left: 14px; padding: 7px 10px; background: rgba(16,39,44,.82); color: var(--white); border-radius: 3px; font-size: 11px; }
.tour-card__body { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.tour-card__time { margin: 0 0 8px; color: var(--sunrise-dark); font-size: 12px; font-weight: 800; }
.tour-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.1; }
.tour-card__body > p:not(.tour-card__time) { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.tour-meta { display: grid; grid-template-columns: repeat(3,1fr); margin: auto 0 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.tour-meta div { padding-right: 8px; }
.tour-meta dt { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.tour-meta dd { margin: 2px 0 0; font-size: 13px; font-weight: 750; }
.tour-card .button { width: 100%; }

.difference { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr); min-height: 780px; background: var(--cream); }
.difference__media { min-height: 780px; overflow: hidden; }
.difference__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 64%; }
.difference__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, calc((100vw - var(--shell)) / 2)); }
.difference__lead { max-width: 560px; margin: 24px 0 38px; color: var(--muted); font-size: 18px; }
.difference__points { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 600px; border-top: 1px solid var(--line); }
.difference__points div { padding: 22px 24px 22px 0; border-bottom: 1px solid var(--line); }
.difference__points div:nth-child(odd) { border-right: 1px solid var(--line); }
.difference__points div:nth-child(even) { padding-left: 24px; }
.difference__points strong, .difference__points span { display: block; }
.difference__points strong { margin-bottom: 6px; font-size: 14px; }
.difference__points span { color: var(--muted); font-size: 13px; }

.route-section { background: var(--paper); }
.route-map { position: relative; min-height: 420px; margin-top: 66px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.route-map svg { position: absolute; left: 0; top: 62px; width: 100%; height: 260px; overflow: visible; }
.route-map__water { fill: none; stroke: rgba(31,89,98,.12); stroke-width: 30; stroke-linecap: round; }
.route-map__line { fill: none; stroke: var(--teal); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 8 10; }
.route-stops { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.route-stops li { position: absolute; left: var(--x); top: var(--y); width: 144px; transform: translate(-50%,-50%); text-align: center; }
.route-stops li::before { content: ""; display: block; width: 13px; height: 13px; margin: 0 auto 9px; background: var(--sunrise); border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--teal); }
.route-stops span, .route-stops strong, .route-stops small { display: block; }
.route-stops span { color: var(--sunrise-dark); font-size: 10px; font-weight: 800; }
.route-stops strong { font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.1; }
.route-stops small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.3; }

.gallery-section { padding: 104px 0 84px; color: var(--white); background: var(--ocean); }
.gallery-section__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); gap: 40px; align-items: end; margin-bottom: 42px; }
.gallery-section__heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.gallery-section__heading p:last-child { margin: 0; color: rgba(255,255,255,.58); }
.gallery-track { display: flex; gap: 14px; padding: 0 max(24px, calc((100vw - var(--shell)) / 2)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track.is-dragging { cursor: grabbing; user-select: none; }
.gallery-item { flex: 0 0 360px; height: 520px; margin: 0; overflow: hidden; scroll-snap-align: start; border-radius: 4px; background: #19363b; }
.gallery-item--wide { flex-basis: 520px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-hint { margin-top: 18px; color: rgba(255,255,255,.45); font-size: 12px; }
.gallery-hint span { margin-left: 8px; color: var(--sunrise); }

.confidence { background: var(--paper); }
.confidence-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confidence-grid article { min-height: 260px; padding: 30px 26px; border-right: 1px solid var(--line); }
.confidence-grid article:last-child { border-right: 0; }
.confidence-grid span { color: var(--sunrise-dark); font-family: var(--serif); font-size: 26px; }
.confidence-grid h3 { margin: 42px 0 10px; font-size: 16px; }
.confidence-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.included-band { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; padding: 20px 0; }
.included-band strong { margin-right: auto; font-family: var(--serif); font-size: 22px; }
.included-band span { color: var(--muted); font-size: 13px; }

.reviews { padding: 112px 0; color: var(--white); background: #1c1d1e; }
.reviews__layout { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 96px; }
.reviews__score { padding-right: 44px; border-right: 1px solid rgba(255,255,255,.16); }
.reviews__score > strong { display: block; font-family: var(--serif); font-size: 92px; font-weight: 500; line-height: .9; }
.reviews__score > div { margin-top: 12px; color: var(--sunrise); }
.reviews__score p:not(.eyebrow) { margin: 8px 0 24px; color: rgba(255,255,255,.56); font-size: 13px; }
.reviews__score a { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid var(--sunrise); color: var(--sunrise); font-size: 13px; }
.reviews__content h2 { max-width: 700px; }
.review-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
.review-list blockquote { display: grid; grid-template-columns: minmax(0,1fr) 220px; gap: 38px; margin: 0; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.review-list p { margin: 0; font-family: var(--serif); font-size: 23px; line-height: 1.35; }
.review-list footer { color: rgba(255,255,255,.48); font-size: 12px; align-self: end; }

.location { display: grid; grid-template-columns: minmax(420px,.75fr) minmax(0,1.25fr); min-height: 620px; background: var(--cream); }
.location__copy { display: flex; flex-direction: column; justify-content: center; padding: 74px max(48px, calc((100vw - var(--shell)) / 2)); }
.location__copy > p:not(.eyebrow):not(.location__note) { max-width: 480px; color: var(--muted); }
.location address { margin: 24px 0 8px; font-style: normal; }
.location address strong { font-family: var(--serif); font-size: 28px; font-weight: 600; }
.location__note { margin-bottom: 26px; color: var(--sunrise-dark); font-size: 13px; }
.location__copy .button { align-self: flex-start; }
.location__map, .location__map iframe { width: 100%; min-height: 620px; border: 0; }

.faq { background: var(--paper); }
.faq__layout { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 110px; }
.faq__intro { position: sticky; top: 110px; align-self: start; }
.faq__intro > p:not(.eyebrow) { color: var(--muted); }
.faq__intro > a { display: inline-block; margin-top: 10px; padding-bottom: 2px; border-bottom: 1px solid var(--teal); color: var(--teal); font-size: 13px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 22px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--sunrise-dark); font-family: var(--sans); font-size: 22px; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 720px; margin: -4px 48px 22px 0; color: var(--muted); }

.final-cta { position: relative; min-height: 700px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--ocean); text-align: center; }
.final-cta > img, .final-cta__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; object-position: 50% 63%; }
.final-cta__shade { background: rgba(5, 18, 21, .58); }
.final-cta__content { position: relative; z-index: 1; max-width: 760px; padding: 80px 24px; }
.final-cta__content p:not(.eyebrow) { max-width: 590px; margin: 24px auto 30px; color: rgba(255,255,255,.76); font-size: 18px; }
.final-cta__actions { justify-content: center; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.66); background: #071416; }
.site-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.35fr; gap: 52px; padding-bottom: 52px; }
.site-footer__brand strong { color: var(--white); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.site-footer__brand p { max-width: 330px; margin: 12px 0 0; }
.site-footer h2 { margin: 0 0 16px; color: var(--white); font-family: var(--sans); font-size: 12px; text-transform: uppercase; }
.site-footer a, .site-footer span { display: block; margin: 7px 0; font-size: 13px; }
.site-footer a:hover { color: var(--sunrise); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.site-footer__bottom span { font-size: 11px; }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 22px; }
.booking-modal__backdrop { position: absolute; inset: 0; background: rgba(5,17,20,.78); backdrop-filter: blur(7px); }
.booking-modal__panel { position: relative; width: min(100%, 1080px); height: min(90svh, 860px); display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; background: var(--paper); border-radius: 6px; box-shadow: var(--shadow); }
.booking-modal__header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px 14px 24px; border-bottom: 1px solid var(--line); }
.booking-modal__header p { margin: 0; color: var(--sunrise-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.booking-modal__header h2 { margin: 2px 0 0; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.booking-modal__close { width: 46px; height: 46px; border: 0; background: transparent; color: var(--ink); font-size: 32px; font-weight: 300; line-height: 1; cursor: pointer; }
.booking-modal__body { position: relative; min-height: 0; background: var(--white); }
.booking-modal__loading { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
#booking-frame { position: relative; z-index: 1; width: 100%; height: 100%; border: 0; background: transparent; }
.booking-modal__footer { padding: 10px 20px; color: var(--muted); background: var(--cream); border-top: 1px solid var(--line); font-size: 11px; text-align: center; }
.mobile-booking { display: none; }

.page-inner { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: 160px 0 100px; }
.page-inner h1 { font-family: var(--serif); font-size: 58px; font-weight: 500; line-height: 1.05; }
.page-inner h2 { margin-top: 48px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.page-inner p, .page-inner li { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 17px; }
  .site-nav a:nth-last-child(-n+2) { display: none; }
  .hero h1 { font-size: 68px; }
  .hero__note { display: none; }
  .section-heading--split { gap: 48px; }
  .tour-card__image { height: 340px; }
  .difference__copy { padding: 64px 44px; }
  .difference__points { grid-template-columns: 1fr; }
  .difference__points div:nth-child(odd) { border-right: 0; }
  .difference__points div:nth-child(even) { padding-left: 0; }
  .route-stops li { width: 120px; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .confidence-grid article:nth-child(2) { border-right: 0; }
  .confidence-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .reviews__layout { gap: 56px; }
  .faq__layout { gap: 70px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-topline { height: 28px; font-size: 10px; }
  .site-header { top: 28px; height: 66px; }
  .admin-bar .site-header.is-sticky { top: 46px; }
  .site-header__inner { gap: 14px; }
  .site-brand span { font-size: 21px; }
  .site-nav {
    position: absolute; left: 16px; right: 16px; top: 66px; display: none; margin: 0;
    padding: 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a, .site-nav a:nth-last-child(-n+2) { display: block; padding: 9px 8px; }
  .header-book { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-header.is-sticky .nav-toggle { color: var(--ink); }
  .hero { min-height: 700px; height: calc(100svh - 28px); max-height: 820px; }
  .hero__shade::before { inset: 0; background: rgba(5,17,20,.12); }
  .hero__inner { padding-bottom: 54px; }
  .hero h1 { font-size: 56px; }
  .hero__intro { font-size: 17px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; max-width: 520px; }
  .hero__actions .button:first-child { grid-column: 1 / -1; }
  .hero__scroll { display: none; }
  .tour-picker, .route-section, .confidence, .faq { padding: 82px 0; }
  .section-heading--split, .gallery-section__heading { grid-template-columns: 1fr; gap: 22px; }
  .gallery-section__heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .section-heading h2, .difference h2, .gallery-section h2, .reviews h2, .location h2, .faq h2 { font-size: 44px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card { display: grid; grid-template-columns: minmax(230px,.8fr) minmax(0,1.2fr); }
  .tour-card__image { height: 100%; min-height: 430px; }
  .difference { grid-template-columns: 1fr; }
  .difference__media { min-height: 620px; }
  .difference__copy { padding: 72px 32px; }
  .route-map { min-height: 680px; margin-top: 30px; }
  .route-map svg { display: none; }
  .route-stops { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .route-stops li { position: static; width: auto; min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 24px; transform: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .route-stops li:nth-child(2n) { border-right: 0; }
  .route-stops li::before { margin-bottom: 12px; }
  .gallery-item { flex-basis: 300px; height: 460px; }
  .gallery-item--wide { flex-basis: 390px; }
  .reviews__layout { grid-template-columns: 1fr; }
  .reviews__score { padding: 0 0 38px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .review-list blockquote { grid-template-columns: 1fr; gap: 14px; }
  .location { grid-template-columns: 1fr; }
  .location__copy { padding: 76px 32px; }
  .location__map, .location__map iframe { min-height: 480px; }
  .faq__layout { grid-template-columns: 1fr; gap: 46px; }
  .faq__intro { position: static; }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-brand small { display: none; }
  .hero { min-height: 700px; }
  .hero__media img { object-position: 50% 62%; }
  .hero h1 { font-size: 44px; }
  .hero__intro { margin: 16px 0 22px; font-size: 15px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .button:first-child { grid-column: auto; }
  .hero__actions .button { min-height: 44px; }
  .hero__assurance { font-size: 10px; }
  .tour-picker, .route-section, .confidence, .faq { padding: 68px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .difference h2, .gallery-section h2, .reviews h2, .location h2, .faq h2 { font-size: 37px; }
  .tour-card { display: flex; }
  .tour-card__image { height: 380px; min-height: 0; }
  .tour-card__body { padding: 22px; }
  .difference__media { min-height: 520px; }
  .difference__copy { padding: 62px 24px; }
  .difference__lead { font-size: 16px; }
  .route-map { min-height: auto; }
  .route-stops { grid-template-columns: 1fr; }
  .route-stops li, .route-stops li:nth-child(2n) { min-height: 150px; border-right: 0; }
  .gallery-section { padding: 70px 0 60px; }
  .gallery-item, .gallery-item--wide { flex-basis: 78vw; height: 460px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid article, .confidence-grid article:nth-child(2) { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .confidence-grid h3 { margin-top: 28px; }
  .included-band { display: grid; grid-template-columns: 1fr 1fr; }
  .included-band strong { grid-column: 1 / -1; }
  .reviews { padding: 72px 0; }
  .reviews__score > strong { font-size: 74px; }
  .review-list p { font-size: 20px; }
  .location__copy { padding: 62px 22px; }
  .location__map, .location__map iframe { min-height: 390px; }
  .faq summary { min-height: 66px; font-size: 19px; }
  .final-cta { min-height: 620px; }
  .site-footer { padding-top: 56px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .site-footer__brand, .site-footer__grid > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { display: block; }
  .booking-modal { padding: 0; }
  .booking-modal__panel { width: 100%; height: 100svh; border-radius: 0; }
  .booking-modal__header { min-height: 68px; padding-left: 18px; }
  .booking-modal__footer { display: none; }
  .mobile-booking {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 1800; height: 62px;
    display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); border-top: 1px solid var(--line);
  }
  .mobile-booking a { display: flex; align-items: center; justify-content: center; padding: 0 10px; color: var(--white); background: var(--ocean); font-size: 12px; font-weight: 750; text-align: center; }
  .mobile-booking a:last-child { color: var(--ink); background: var(--sunrise); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
