:root{
  --primary:#12324A;
  --accent:#D89B3C;
  --bg:#F3F7F9;
  --white:#ffffff;
  --ink:#1d2b33;
  --muted:#5c6c76;
  --line:rgba(18,50,74,.12);
  --shadow:0 10px 30px rgba(18,50,74,.10);
  --shadow-lg:0 18px 48px rgba(18,50,74,.18);
  --radius:14px;
  --grid-gap:2rem;
  --font-head:'DM Serif Display',Georgia,'Times New Roman',serif;
  --font-body:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  --header-h:72px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:var(--font-body);font-size:1.02rem;line-height:1.72;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:400;line-height:1.16;margin:0 0 .5em;letter-spacing:.005em}
h1{font-size:clamp(2.3rem,5.2vw,3.9rem)}
h2{font-size:clamp(1.85rem,3.6vw,2.7rem)}
h3{font-size:clamp(1.2rem,2vw,1.45rem)}
p{margin:0 0 1.15em}
.wrap{width:min(1140px,92vw);margin-inline:auto}
.narrow{width:min(820px,92vw);margin-inline:auto}
section{padding:clamp(3.4rem,7vw,5.6rem) 0}
.eyebrow{
  font-family:var(--font-body);font-size:.76rem;font-weight:800;letter-spacing:.19em;
  text-transform:uppercase;color:var(--accent);margin:0 0 .85rem;display:block;
}
.section-head{max-width:740px;margin-bottom:2.6rem}
.section-head.center{margin-inline:auto;text-align:center}
.section-head p{color:var(--muted);margin-bottom:0}
.band-alt{background:rgba(18,50,74,.04)}
.skip-link{
  position:absolute;left:-9999px;top:0;z-index:999;background:var(--accent);
  color:var(--primary);padding:12px 20px;font-weight:800;border-radius:0 0 8px 0;
}
.skip-link:focus{left:0}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px}

/* ── Buttons ───────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.92rem 1.9rem;border-radius:999px;font-family:var(--font-body);
  font-weight:700;font-size:.95rem;letter-spacing:.015em;text-decoration:none;
  border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-align:center;
}
.btn-primary{background:var(--accent);color:var(--primary);border-color:var(--accent)}
.btn-primary:hover{background:#c68a2c;border-color:#c68a2c;transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-secondary{background:transparent;border-color:var(--accent);color:#ffffff}
.btn-secondary:hover{background:var(--accent);color:var(--primary)}
.btn-outline{background:transparent;border-color:var(--primary);color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:var(--white)}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem}
.btn-row.center{justify-content:center}

/* ── Header ────────────────────────────────────────────── */
.site-header{
  position:sticky;top:0;z-index:100;background:var(--primary);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{display:flex;align-items:center;gap:1.5rem;min-height:var(--header-h);padding:14px 0}
.brand{display:flex;flex-direction:column;text-decoration:none;color:var(--white);flex-shrink:0}
.brand-name{
  font-family:var(--font-head);font-size:1.42rem;line-height:1.1;
  white-space:nowrap;color:var(--white);
}
.brand-tagline{
  font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;
  color:var(--accent);white-space:nowrap;margin-top:2px;
}
.main-nav{margin-left:auto}
.main-nav ul{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}
.main-nav a{
  color:rgba(255,255,255,.86);text-decoration:none;font-size:.9rem;font-weight:500;
  padding:6px 0;border-bottom:2px solid transparent;transition:all .18s ease;white-space:nowrap;
}
.main-nav a:hover{color:var(--white);border-bottom-color:var(--accent)}
.main-nav .nav-cta a{
  background:var(--accent);color:var(--primary);font-weight:700;padding:.55rem 1.25rem;
  border-radius:999px;border-bottom:none;
}
.main-nav .nav-cta a:hover{background:#c68a2c;border-bottom:none}
.nav-close{display:none}
.lang-switcher{position:relative;flex-shrink:0;margin-left:1.2rem}
.lang-toggle{
  display:flex;align-items:center;gap:.4rem;background:transparent;cursor:pointer;
  border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.4rem .8rem;
  color:rgba(255,255,255,.86);font-family:var(--font-body);font-size:.8rem;font-weight:700;
  letter-spacing:.06em;line-height:1;white-space:nowrap;transition:all .18s ease;
}
.lang-toggle:hover{border-color:var(--accent);color:var(--white)}
.lang-menu{
  position:absolute;top:calc(100% + 8px);right:0;z-index:220;min-width:150px;
  list-style:none;margin:0;padding:.35rem 0;background:var(--primary);
  border:1px solid rgba(255,255,255,.14);border-radius:10px;
  box-shadow:0 12px 28px rgba(0,0,0,.35);
}
.lang-menu[hidden]{display:none}
.lang-menu a{
  display:block;padding:.55rem 1rem;color:rgba(255,255,255,.78);text-decoration:none;
  font-size:.88rem;white-space:nowrap;
}
.lang-menu a:hover{background:rgba(255,255,255,.07);color:var(--white)}
.lang-menu a[aria-current="true"]{color:var(--accent);font-weight:700}
.hamburger{
  display:none;margin-left:auto;background:none;border:none;color:var(--white);
  font-size:1.6rem;cursor:pointer;padding:6px 10px;line-height:1;
}

/* ── Hero ──────────────────────────────────────────────────────────────────
   HERO VERTICAL CENTERING RULE (Factory design default):
   hero content is vertically centred on every page type. align-items:center
   handles the vertical axis; the .wrap child keeps its own width and
   margin-inline:auto for the horizontal axis. Never set width:100% on a hero
   child — same specificity, later rule, and it silently destroys .wrap's
   containment, dumping content flush against the viewport edge.            */
.hero,.hero-tour{
  position:relative;min-height:60vh;display:flex;align-items:center;
  background-size:cover;background-position:center;color:var(--white);
  padding:clamp(3.5rem,8vw,6rem) 0;
}
.hero.no-image,.hero-tour.no-image{
  background-image:linear-gradient(140deg,#0b1f2f 0%,var(--primary) 45%,#1f4a67 100%);
}
.hero::after,.hero-tour::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(8,24,36,.55) 0%,rgba(8,24,36,.70) 60%,rgba(8,24,36,.86) 100%);
}
.hero>.wrap,.hero-tour>.wrap{position:relative;z-index:1;align-self:center}
.hero h1,.hero-tour h1{color:var(--white);max-width:19ch;text-shadow:0 2px 24px rgba(0,0,0,.42)}
.hero-tour h1{max-width:21ch}
.hero-intro{
  max-width:60ch;color:rgba(255,255,255,.92);font-size:1.08rem;margin-bottom:1.9rem;
  text-shadow:0 1px 12px rgba(0,0,0,.5);
}
.hero .eyebrow,.hero-tour .eyebrow{color:var(--accent)}

/* ── Advantages ────────────────────────────────────────── */
.adv-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:var(--grid-gap);margin-bottom:2.6rem;
}
.adv-card{
  background:var(--white);border-radius:var(--radius);padding:2.2rem 1.9rem;
  box-shadow:var(--shadow);border-top:3px solid var(--accent);
}
.adv-icon{font-size:2.1rem;line-height:1;margin-bottom:1rem;display:block}
.adv-card h3{margin-bottom:.55rem}
.adv-card p{color:var(--muted);font-size:.96rem;margin-bottom:0}

/* ── Useful content (dark) ─────────────────────────────── */
.useful{background:var(--primary);color:rgba(255,255,255,.84)}
.useful h2,.useful h3{color:var(--white)}
.useful .section-head p{color:rgba(255,255,255,.74)}
.useful-body{max-width:74ch}
.useful-body p{color:rgba(255,255,255,.82)}

/* Waterway route diagram — geography, not an itinerary. */
.waterway{margin:2.8rem 0 1rem}
.waterway-flow{
  display:grid;grid-template-columns:1fr;gap:0;list-style:none;margin:0;padding:0;
  counter-reset:wnode;
}
.wnode{
  position:relative;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);
  padding:1.35rem 1.25rem;
}
.wnode-icon{font-size:1.5rem;line-height:1;display:block;margin-bottom:.55rem}
.wnode-name{
  font-family:var(--font-head);font-size:1.12rem;color:var(--white);
  display:block;margin-bottom:.35rem;line-height:1.3;
}
.wnode-note{font-size:.86rem;color:rgba(255,255,255,.68);line-height:1.6;display:block}
.wlink{
  display:flex;align-items:center;justify-content:center;
  color:var(--accent);font-size:1.25rem;line-height:1;padding:.55rem 0;
}
.wlink::before{content:"\2193"}
.waterway-caption{
  font-size:.85rem;color:rgba(255,255,255,.6);margin:1.2rem 0 0;text-align:center;
}
@media (min-width:900px){
  .waterway-flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:stretch}
  /* The flow component was written for five nodes; a four-node flow needs one
     fewer column pair. Declared per node count rather than auto-fit, because a
     connector column must stay `auto` while the node columns share the rest. */
  .waterway-flow[data-nodes="4"]{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr}
  .wnode{display:flex;flex-direction:column}
  .wlink{padding:0 .35rem}
  .wlink::before{content:"\2192"}
}

/* ── Pier progression — LIGHT-SURFACE VARIANT of the waterway flow ─────────
   The base .wnode component lives inside the dark .useful band and paints
   white text on a translucent white fill. Reused on a light section it renders
   white-on-white and disappears. This modifier repaints it as a proper card
   without touching the base component, which the homepage still needs in its
   dark treatment. Never style .wnode itself for a light background.          */
.pier-wrap{margin:0}
.waterway-flow.pier-flow{gap:1.25rem;align-items:stretch}
.pier-flow .wnode{
  display:flex;flex-direction:column;
  background:var(--white);
  border:1px solid var(--line);
  border-top:3px solid var(--accent);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:1.7rem 1.5rem;
}
.pier-flow .wnode-icon{font-size:1.45rem;margin-bottom:.7rem;opacity:.92}
.pier-flow .wnode-name{
  font-family:var(--font-head);font-size:1.32rem;color:var(--primary);
  margin-bottom:.55rem;
}
.pier-flow .wnode-note{color:var(--muted);font-size:.94rem;line-height:1.65}
.pier-flow .wnode-note a{
  color:#8d6011;text-decoration:underline;text-underline-offset:3px;font-weight:700;
}
.pier-flow .wnode-note a:hover{color:var(--primary)}
.pier-flow .wlink{align-self:center;padding:0;color:var(--accent);font-size:1.5rem}
/* Tablet: 2x2. The connectors are hidden rather than bent around a grid
   corner — ascending pier numbers carry the sequence at this size. */
@media (min-width:560px) and (max-width:899px){
  .waterway-flow.pier-flow{grid-template-columns:1fr 1fr}
  .pier-flow .wlink{display:none}
}

.facts-row{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:1.4rem;margin:2.8rem 0;
}
.fact{
  padding:1.7rem 1.4rem;border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);background:rgba(255,255,255,.05);
  border-top:3px solid var(--accent);
}
.fact-icon{font-size:1.8rem;line-height:1;display:block;margin-bottom:.75rem}
.fact-label{
  font-family:var(--font-head);font-size:1.14rem;color:var(--white);
  display:block;margin-bottom:.45rem;line-height:1.3;
}
.fact-note{font-size:.86rem;color:rgba(255,255,255,.68);line-height:1.6;display:block}

/* ── Tour cards ────────────────────────────────────────── */
.tours-grid,.reviews-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--grid-gap);
}
.tours-grid[data-count="1"],.tours-grid[data-count="2"],
.reviews-grid[data-count="1"],.reviews-grid[data-count="2"]{justify-content:center}
.tours-grid[data-count="1"]>.tour-card,.tours-grid[data-count="2"]>.tour-card,
.reviews-grid[data-count="1"]>.review-card,.reviews-grid[data-count="2"]>.review-card{
  max-width:420px;justify-self:center;width:100%;
}
.tour-card{
  background:var(--white);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);display:flex;flex-direction:column;
  transition:transform .2s ease,box-shadow .2s ease;
}
.tour-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.tour-card-media{position:relative;aspect-ratio:16/10;background:var(--primary)}
.tour-card-media img{width:100%;height:100%;object-fit:cover}
.img-placeholder{
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(140deg,#0b1f2f,var(--primary));color:var(--accent);font-size:2.6rem;
}
.card-badge{
  position:absolute;top:12px;left:12px;background:var(--accent);color:var(--primary);
  font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:.35rem .8rem;border-radius:999px;
}
.tour-card-body{padding:1.6rem 1.5rem 1.7rem;display:flex;flex-direction:column;flex:1}
.tour-card-body h3{margin-bottom:.7rem}
.card-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.95rem}
.chip{
  font-size:.76rem;font-weight:700;letter-spacing:.03em;padding:.28rem .7rem;
  border-radius:999px;background:rgba(216,155,60,.16);color:#8d6011;white-space:nowrap;
}
.chip-rating{background:rgba(18,50,74,.09);color:var(--primary)}
.tour-card-body p{color:var(--muted);font-size:.94rem;flex:1}
.card-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.1rem}
.card-actions .btn{flex:1 1 auto;padding:.78rem 1.2rem;font-size:.88rem}

/* ── Accordions (FAQ + What You'll Experience) ─────────── */
.acc{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;
  background:none;border:none;padding:1.35rem .25rem;text-align:left;cursor:pointer;
  font-family:var(--font-head);font-size:1.16rem;color:var(--primary);line-height:1.35;
}
.acc-btn:hover{color:#25567a}
.acc-icon{
  flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--accent);
  color:var(--accent);display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;font-family:var(--font-body);transition:transform .22s ease;line-height:1;
}
.acc-btn[aria-expanded="true"] .acc-icon{transform:rotate(45deg)}
.acc-panel{display:none;padding:0 .25rem 1.5rem;color:var(--muted);max-width:78ch}
.acc-panel.open{display:block}
.acc-panel p:last-child{margin-bottom:0}
.acc-panel a{color:#8d6011;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.acc-panel a:hover{color:var(--primary)}
.acc-title-icon{margin-right:.55rem}

/* ── Dark CTA banners ──────────────────────────────────── */
.cta-band{background:var(--primary);color:var(--white);text-align:center}
.cta-band h2{color:var(--white);margin-bottom:.7rem}
.cta-band p{color:rgba(255,255,255,.78);max-width:60ch;margin-inline:auto;margin-bottom:1.9rem}
.cta-band.alt{background:linear-gradient(140deg,#0b1f2f,var(--primary) 60%,#1f4a67)}

/* ── Reviews ───────────────────────────────────────────── */
.review-card{
  background:var(--white);border-radius:var(--radius);padding:1.9rem 1.7rem;
  box-shadow:var(--shadow);display:flex;flex-direction:column;
}
.stars{color:var(--accent);letter-spacing:.14em;font-size:.95rem;margin-bottom:.9rem}
.review-card blockquote{margin:0 0 1.3rem;font-size:.97rem;color:var(--ink);flex:1}
.review-meta{border-top:1px solid var(--line);padding-top:.95rem}
.review-name{font-weight:700;font-size:.93rem;display:block}
.review-sub{font-size:.82rem;color:var(--muted)}

/* ── Tour page ─────────────────────────────────────────── */
.about-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:3rem;align-items:start}
.about-body h3{margin-top:1.9rem}
.about-body h3:first-of-type{margin-top:0}
.about-source{color:var(--muted);font-size:.92rem;margin-bottom:1.6rem}
.booking-card{
  background:var(--primary);color:var(--white);border-radius:var(--radius);
  padding:2rem 1.8rem;box-shadow:var(--shadow-lg);position:sticky;top:96px;
}
.booking-card h3{color:var(--white);margin-bottom:1.1rem;font-size:1.32rem}
.booking-price{
  font-family:var(--font-head);font-size:2.3rem;color:var(--accent);line-height:1;
  display:block;margin-bottom:.2rem;
}
.booking-price small{font-family:var(--font-body);font-size:.8rem;color:rgba(255,255,255,.64);font-weight:500}
.booking-list{list-style:none;margin:1.4rem 0 1.6rem;padding:0}
.booking-list li{
  font-size:.9rem;color:rgba(255,255,255,.84);padding:.5rem 0 .5rem 1.6rem;position:relative;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.booking-list li:last-child{border-bottom:none}
.booking-list li::before{content:"\2726";position:absolute;left:0;color:var(--accent)}
.booking-card .btn{width:100%}
.booking-note{font-size:.78rem;color:rgba(255,255,255,.52);text-align:center;margin:.9rem 0 0}

.glance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.glance-card{
  background:var(--white);border-radius:var(--radius);padding:1.7rem 1.5rem;
  box-shadow:var(--shadow);text-align:center;
}
.glance-icon{font-size:1.9rem;display:block;margin-bottom:.7rem;line-height:1}
.glance-label{
  font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);
  font-weight:800;display:block;margin-bottom:.3rem;
}
.glance-value{font-family:var(--font-head);font-size:1.3rem;color:var(--primary)}

.timeline{list-style:none;margin:0;padding:0 0 0 1.9rem;position:relative;max-width:78ch}
.timeline::before{
  content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;
  background:linear-gradient(180deg,var(--accent),rgba(216,155,60,.2));
}
.timeline li{position:relative;padding:0 0 1.9rem}
.timeline li:last-child{padding-bottom:0}
.timeline li::before{
  content:"";position:absolute;left:-1.9rem;top:.55rem;width:14px;height:14px;
  border-radius:50%;background:var(--bg);border:3px solid var(--accent);
}
.timeline h3{font-size:1.14rem;margin-bottom:.25rem}
.timeline .stop-time{
  display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;color:var(--accent);margin-bottom:.3rem;
}
.timeline p{color:var(--muted);font-size:.93rem;margin-bottom:0}

.split-cta{background:var(--primary);color:var(--white);padding:0;overflow:hidden}
.split-inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:340px}
.split-text{padding:clamp(2.6rem,5vw,4rem) clamp(1.6rem,4vw,3.2rem);align-self:center}
.split-text h2{color:var(--white)}
.split-text p{color:rgba(255,255,255,.78);max-width:44ch}
.split-media{position:relative;min-height:280px;background:#0b1f2f;overflow:hidden}
.split-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.split-media .img-placeholder{position:absolute;inset:0}
.split-media .slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease}
.split-media .slide.active{opacity:1}
.slide-dots{
  position:absolute;left:0;right:0;bottom:14px;z-index:2;
  display:flex;justify-content:center;gap:9px;
}
.slide-dot{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.42);transition:background .2s ease,transform .2s ease;
}
.slide-dot:hover{background:rgba(255,255,255,.75)}
.slide-dot.active{background:var(--accent);transform:scale(1.25)}
@media (prefers-reduced-motion:reduce){.split-media .slide{transition:none}}

.inc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--grid-gap)}
.inc-col{background:var(--white);border-radius:var(--radius);padding:2rem 1.8rem;box-shadow:var(--shadow)}
.inc-col h3{display:flex;align-items:center;gap:.6rem;margin-bottom:1.1rem}
.inc-col ul{list-style:none;margin:0;padding:0}
.inc-col li{position:relative;padding:.55rem 0 .55rem 1.8rem;font-size:.94rem;color:var(--muted);border-bottom:1px solid var(--line)}
.inc-col li:last-child{border-bottom:none}
.inc-col.included li::before{content:"\2713";position:absolute;left:0;color:#2f7a55;font-weight:800}
.inc-col.excluded li::before{content:"\2715";position:absolute;left:0;color:#a2564c;font-weight:800}

.meet-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:2.6rem;align-items:start}
.map-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--primary)}
.map-frame iframe{display:block;width:100%;height:380px;border:0}
.meet-card{background:var(--white);border-radius:var(--radius);padding:2rem 1.8rem;box-shadow:var(--shadow)}
.meet-card h3{margin-bottom:.5rem}
.meet-card dl{margin:1.3rem 0 0}
.meet-card dt{
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);
  font-weight:800;margin-top:1.1rem;
}
.meet-card dt:first-child{margin-top:0}
.meet-card dd{margin:.3rem 0 0;font-size:.94rem;color:var(--muted)}

.know-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.know-card{background:var(--white);border-radius:var(--radius);padding:1.7rem 1.6rem;box-shadow:var(--shadow)}
.know-card h3{font-size:1.1rem;display:flex;align-items:center;gap:.55rem;margin-bottom:.7rem}
.know-card ul{list-style:none;margin:0;padding:0}
.know-card li{font-size:.92rem;color:var(--muted);padding:.4rem 0 .4rem 1.2rem;position:relative}
.know-card li::before{content:"\00b7";position:absolute;left:.3rem;color:var(--accent);font-weight:900;font-size:1.2rem;line-height:1.2}
.know-card p{font-size:.92rem;color:var(--muted);margin-bottom:0}
/* 3-1-2 arrangement, applied only to a grid carrying a full-width card.
   A 6-column track lets one row hold three cards (2 cols each), the next hold
   one full-width card (6 cols), and the next hold two half-width cards
   (3 cols each) — all on the same grid, with no change to card padding,
   radius, colour or type. Scoped to `.has-wide` so the know-grids on the other
   tour pages keep the default auto-fit flow exactly as it was. Below 900px the
   base auto-fit rule still applies and everything stacks as before. */
@media (min-width:900px){
  .know-grid.has-wide{grid-template-columns:repeat(6,1fr)}
  .know-grid.has-wide>.know-card{grid-column:span 2}
  .know-grid.has-wide>.know-card.card-wide{grid-column:1/-1}
  .know-grid.has-wide>.know-card.card-half{grid-column:span 3}
}
.know-card .menu-course{
  font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);
  font-weight:800;display:block;margin:1rem 0 .2rem;
}
.know-card .menu-course:first-child{margin-top:0}
.know-note{font-size:.84rem;color:var(--muted);margin:.9rem 0 0;font-style:italic}

/* ── Sticky mobile booking bar (tour pages only) ───────────────────────────
   Stacked full-width layout: title and meta sit ABOVE a full-width CTA, so the
   text is never cramped beside the button on narrow screens. Mobile only.  */
.sticky-book{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:150;
  background:var(--primary);border-top:1px solid rgba(216,155,60,.4);
  padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));
  box-shadow:0 -6px 24px rgba(0,0,0,.28);
  flex-direction:column;align-items:stretch;gap:.6rem;
}
.sticky-book.visible{display:flex}
.sticky-book-info{min-width:0;text-align:center}
.sticky-book-title{
  font-family:var(--font-head);font-size:1.04rem;color:var(--white);line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;
}
.sticky-book-meta{display:block;margin-top:1px;font-size:.78rem;color:var(--accent);font-weight:700}
.sticky-book .btn{width:100%;padding:.8rem 1.3rem;font-size:.9rem}

/* ── Breadcrumbs ───────────────────────────────────────── */
.crumbs{padding:1.1rem 0 0;font-size:.82rem;color:var(--muted)}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}
.crumbs li::after{content:"\203a";margin-left:.5rem;color:var(--accent)}
.crumbs li:last-child::after{content:""}
.crumbs a{color:var(--muted);text-decoration:none}
.crumbs a:hover{color:var(--primary);text-decoration:underline}

/* ── Footer ────────────────────────────────────────────── */
.site-footer{background:var(--primary);color:rgba(255,255,255,.66);padding:4rem 0 2rem;font-size:.92rem}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.site-footer h3{
  color:var(--white);font-family:var(--font-body);font-size:.76rem;letter-spacing:.16em;
  text-transform:uppercase;margin-bottom:1.2rem;font-weight:800;
}
.footer-brand .brand-name{font-size:1.4rem;margin-bottom:.4rem;display:block}
.footer-brand p{max-width:42ch;font-size:.9rem}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin-bottom:.7rem}
.site-footer a{color:rgba(255,255,255,.72);text-decoration:none}
.site-footer a:hover{color:var(--accent)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.6rem;text-align:center}
.footer-bottom p{margin:0 0 .4rem;font-size:.85rem}
.affiliate-disclosure{font-size:.78rem;color:rgba(255,255,255,.42);margin-top:6px;text-align:center;max-width:88ch;margin-inline:auto}
/* SPECIFICITY TRAP — do not fold this back into .affiliate-disclosure above.
   `.footer-bottom p` (0-1-1) outranks `.affiliate-disclosure` (0-1-0), so its
   `margin:0 0 .4rem` shorthand resets margin-left/right to 0 and silently kills
   the margin-inline:auto on the line above. The disclosure text then centres
   INSIDE its own 88ch box while the box itself sits flush left — which reads as
   a block offset to the left of the centred copyright line, with no obviously
   broken CSS to point at. This rule (0-2-0) restores the horizontal centring
   and touches nothing else: top and bottom margins still come from
   `.footer-bottom p`, so vertical spacing is unchanged. */
.footer-bottom .affiliate-disclosure{margin-inline:auto}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width:960px){
  .about-grid,.meet-grid{grid-template-columns:1fr}
  .booking-card{position:static}
  .split-inner{grid-template-columns:1fr}
  .split-media{min-height:240px;order:-1}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.4rem}
}
/* Mobile nav takes over at 900px, not 700px: with six items the desktop row
   overflowed on tablet widths. */
@media (max-width:900px){
  .hamburger{display:block}
  .main-nav{
    display:none;position:fixed;top:var(--header-h);left:0;right:0;
    background:var(--primary);padding:0;box-shadow:0 8px 24px rgba(0,0,0,.25);
    z-index:200;max-height:calc(100vh - var(--header-h));overflow-y:auto;margin-left:0;
  }
  .main-nav.open{display:block}
  body.menu-open{overflow:hidden}
  .main-nav ul{flex-direction:column;align-items:stretch;gap:0;padding:0 0 1rem}
  .main-nav li{border-top:1px solid rgba(255,255,255,.09)}
  .main-nav a{display:block;padding:1rem 1.4rem;border-bottom:none;font-size:1rem}
  .main-nav .nav-cta{border-top:1px solid rgba(255,255,255,.12);margin-top:4px;padding:8px 1.4rem 4px}
  .main-nav .nav-cta a{background:transparent;color:var(--accent);font-weight:700;padding:.8rem 0;border-radius:0}
  .nav-close{
    display:flex;align-items:center;justify-content:flex-end;padding:10px 18px 6px;
    background:none;border:none;color:rgba(255,255,255,.7);font-size:1.6rem;cursor:pointer;
    width:100%;line-height:1;
  }
  .nav-close:hover{color:var(--white)}
  .footer-grid{grid-template-columns:1fr;gap:2.2rem}
  .btn{width:100%}
  .btn-row{flex-direction:column}
  .card-actions{flex-direction:column}
  .card-actions .btn{width:100%}
  .brand-name{font-size:1.2rem}
  body.has-sticky-book{padding-bottom:132px}
}
@media (min-width:901px){
  .sticky-book{display:none !important}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}
