/* ============================================================
   interlakenparaglidingtours.com — Alpine Sky & Adventure
   Mode B destination hub · plain CSS · new-site-simple locked patterns
   ============================================================ */

:root {
  /* === COLOUR ROLES (Alpine Sky palette) === */
  --c-primary:        #0077B6;   /* alpine blue — CTAs, links */
  --c-primary-deep:   #015E86;   /* deeper blue — headings/eyebrows on light, button hover */
  --c-accent:         #00B4D8;   /* sky blue — decorative (stars, hovers); never text on light */
  --c-accent-bright:  #FFB703;   /* golden — hero CTA bg, dark-bg eyebrows, dark-bg drop caps */
  --c-accent-deep:    #A85400;   /* deep amber — step numbers + drop caps on LIGHT (AA-large) */
  --c-cream:          #F7FAFC;   /* light bg — base */
  --c-cream-soft:     #EEF5F9;   /* light bg — alt + cards */
  --c-travertine:     #D4E2EA;   /* subtle surface / borders */
  --c-travertine-soft:#E3EEF4;   /* light blue — Categories bands + featured-card outer */
  --c-olive:          #0E4D63;   /* mid-dark alpine teal — why-choose, faq, final CTA bg */
  --c-olive-deep:     #0A3B4C;   /* deeper teal — hover/border */
  --c-charcoal:       #14242B;   /* very dark — gallery, footer, body text on light */
  --c-charcoal-mute:  #44555C;   /* supporting text on light — ≥4.5:1 on cream */
  --c-white:          #FFFFFF;

  /* === TYPOGRAPHY === */
  --font-display: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* === SPACING === */
  --section-py: clamp(3rem, 6vw, 5rem);
  --space-xs:   0.5rem;
  --space-sm:   0.875rem;
  --space-md:   1.5rem;
  --space-lg:   2rem;
  --space-xl:   3rem;
  --space-2xl:  4.5rem;

  /* === LAYOUT === */
  --max-width:        1240px;
  --container:        min(1240px, 100% - 2rem);
  --container-narrow: min(820px, 100% - 2rem);
  --w-wide:           min(980px, 100% - 2rem);
  --w-read:           min(720px, 100% - 2rem);
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;
  --transition: 220ms ease;
  --shadow-sm:  0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md:  0 10px 28px rgba(0, 0, 0, 0.12);
  --shadow-lg:  0 18px 40px -14px rgba(0, 0, 0, 0.35);

  /* === LEGACY/AUDIT ALIASES (contrast_audit.py — decoupled, audit-only, literal hex) === */
  --c-ice:          #F7FAFC;
  --c-navy:         #0B2A3A;
  --c-ocean:        #0E4D63;
  --c-slate:        #44555C;
  --c-amber:        #FFB703;
  --c-amber-bright: #FFC233;
  --c-gold:         #FFC233;
}

@media (max-width: 600px) { :root { --w-wide: 100%; --w-read: 100%; } }

/* ============================================================ RESET */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); color: var(--c-charcoal);
  background: var(--c-cream); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--c-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--c-primary-deep); line-height: 1.18; margin: 0 0 0.5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
strong { font-weight: 700; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
section[id] { scroll-margin-top: 5.5rem; }

.container { width: var(--container); margin: 0 auto; }
.section { padding-block: var(--section-py); }
.section--alt { background: var(--c-cream-soft); }
.section--dark { background: var(--c-charcoal); color: var(--c-cream); }
.section--olive { background: var(--c-olive); color: var(--c-cream); }

/* section heads + content rails (7d rule #15 / 7g) */
.section-head { text-align: center; max-width: var(--w-read); margin: 0 auto var(--space-xl); }
.section-head__sub { color: var(--c-charcoal-mute); font-size: 1.05rem; margin: 0; }
.eyebrow {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 15px;
  color: var(--c-primary-deep); margin-bottom: 0.6rem;
}
.section--dark .eyebrow, .section--olive .eyebrow, .cta-banner .eyebrow,
.hero .eyebrow, .why-choose .eyebrow, .gallery .eyebrow { color: var(--c-accent-bright); }
.section--dark h2, .section--olive h2 { color: var(--c-cream); }
.section--dark .section-head__sub, .section--olive .section-head__sub { color: rgba(247,250,252,0.82); }

/* lead-paragraph enlarged initial (7d rule #17) */
.intro__body > p:first-of-type::first-letter, .intro-lead::first-letter {
  font-family: var(--font-display); font-weight: 600; font-size: 2.2em;
  line-height: 1; color: var(--c-accent-deep);
}
.section--olive .intro-lead::first-letter { color: var(--c-accent-bright); }

/* highlight swash */
.hl {
  font-weight: 700; color: var(--c-primary-deep);
  background-image: linear-gradient(transparent 58%, rgba(0,180,216,0.30) 58%);
  padding: 0 .08em; border-radius: 2px;
}

/* ============================================================ BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  padding: 0.85rem 1.6rem; border-radius: var(--radius-md); border: 2px solid transparent;
  cursor: pointer; transition: var(--transition); text-align: center; line-height: 1.2;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--c-primary); color: var(--c-white); }
.btn--primary:hover { background: var(--c-primary-deep); color: var(--c-white); }
.btn--secondary { background: transparent; color: var(--c-cream); border-color: rgba(247,250,252,0.7); }
.btn--secondary:hover { background: rgba(247,250,252,0.14); color: var(--c-white); }
.btn--ghost { background: var(--c-white); color: var(--c-primary-deep); border-color: var(--c-travertine); }
.btn--ghost:hover { border-color: var(--c-primary); color: var(--c-primary-deep); }
.section--olive .btn--primary, .section--dark .btn--primary, .cta-banner .btn--primary { color: var(--c-white); }

/* ============================================================ HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50; background: var(--c-charcoal);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header__inner {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem;
  width: var(--container); margin: 0 auto; padding: 0.7rem 0;
}
.brand { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--c-cream); letter-spacing: -0.01em; }
.brand:hover { text-decoration: none; color: var(--c-white); }
.brand span { color: var(--c-accent-bright); }
.site-header nav { display: flex; justify-content: flex-end; gap: 22px; font-size: 17px; font-weight: 700; align-items: center; }
.site-header nav a { color: var(--c-cream); font-family: var(--font-display); }
.site-header nav a:hover { color: var(--c-accent-bright); text-decoration: none; }
.header-cta { white-space: nowrap; padding: 0.6rem 1.1rem; font-size: 0.95rem; }
.site-header .nav .btn--primary { color: var(--c-white); }   /* beat .nav a (7g) */
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--c-cream); margin: 5px 0; transition: var(--transition); }

@media (max-width: 980px) {
  .nav-toggle { display: block; order: 3; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-header nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--c-charcoal);
    flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1rem 1rem;
    max-height: 0; overflow: hidden; transition: max-height .3s ease; border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .site-header nav.is-open { max-height: 460px; }
  .site-header nav a { padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .header-cta { margin-top: 0.6rem; }
}

/* ============================================================ HERO */
.hero { position: relative; min-height: clamp(560px, 86vh, 760px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,28,38,0.55) 0%, rgba(10,28,38,0.12) 62%, rgba(10,28,38,0.05) 100%),
    linear-gradient(180deg, rgba(10,28,38,0.45) 0%, rgba(10,28,38,0.05) 38%, rgba(10,28,38,0.5) 100%);
}
.hero-content { position: relative; z-index: 2; width: var(--container); max-width: 760px; margin: 0 auto; text-align: left; padding-block: var(--space-2xl); }
.hero-overlay {
  background: rgba(20,36,43,0.30);
  -webkit-backdrop-filter: blur(14px) saturate(115%); backdrop-filter: blur(14px) saturate(115%);
  border: 1px solid rgba(247,250,252,0.16); border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3.5vw, 2.4rem) clamp(1.4rem, 3vw, 2.4rem);
  box-shadow: 0 24px 60px -22px rgba(0,0,0,0.55); margin-bottom: var(--space-lg);
}
.hero-overlay > :last-child { margin-bottom: 0; }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-overlay { background: rgba(20,36,43,0.66); }
}
.hero .eyebrow { color: var(--c-accent-bright); }
.hero h1 { color: var(--c-white); text-shadow: 0 1px 14px rgba(0,0,0,0.3); margin-bottom: 0.5rem; }
.hero strong { color: inherit; }
.hero-lede { color: var(--c-cream); font-size: clamp(1.05rem, 1.7vw, 1.2rem); margin-bottom: 1rem; text-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.hero-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; color: var(--c-cream); margin: 0; font-weight: 600; }
.hero-rating .stars { color: var(--c-accent-bright); letter-spacing: 2px; }
.hero-rating .score { font-family: var(--font-display); font-weight: 700; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: var(--space-md); }
.hero-pills span {
  background: rgba(20,36,43,0.5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  color: var(--c-cream); font-size: 0.9rem; font-weight: 600; padding: 0.4rem 0.85rem;
  border-radius: 999px; border: 1px solid rgba(247,250,252,0.2);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero .btn--primary { background: var(--c-accent-bright); color: var(--c-charcoal); border-color: var(--c-accent-bright); }
.hero .btn--primary:hover { background: #ffc62e; color: var(--c-charcoal); }
@media (max-width: 640px) { .hero-content { padding-bottom: 5rem; } }

/* ============================================================ CAT-NAV (hub chips) */
.cat-nav { background: var(--c-cream-soft); border-bottom: 1px solid var(--c-travertine); padding: clamp(.85rem, 2vw, 1.2rem) 0; }
.facts__cats { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .55rem; max-width: var(--w-wide); margin: 0 auto; }
.facts__cats-label { font-weight: 700; font-size: .92rem; color: var(--c-charcoal-mute); }
.facts__cat { font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--c-primary-deep); background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: 999px; padding: .4rem .9rem; }
.facts__cat:hover { background: var(--c-primary); color: var(--c-white); border-color: var(--c-primary); text-decoration: none; }

/* ============================================================ FACTS STRIP */
.facts { background: var(--c-cream-soft); border-bottom: 1px solid var(--c-travertine); padding: clamp(1rem, 2vw, 1.4rem) 0; }
.facts__row { list-style: none; margin: 0 auto; padding: 0; max-width: var(--w-wide); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 0.5rem; }
.facts__item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0.4rem 0.6rem; }
.facts__value { font-family: var(--font-display); font-weight: 700; color: var(--c-primary-deep); font-size: clamp(1.4rem, 2.6vw, 1.8rem); }
.facts__label { font-size: clamp(0.92rem, 1.3vw, 1.02rem); color: var(--c-charcoal-mute); }
@media (min-width: 720px) { .facts__row { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) {
  .facts__row { grid-template-columns: repeat(5, 1fr); }
  .facts__item:not(:last-child) { border-right: 1px solid var(--c-travertine); }
}

/* ============================================================ INTRO */
.intro__body { max-width: var(--w-read); margin: 0 auto; }
.intro__body p { font-size: 1.08rem; }
.experience-summary__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); max-width: var(--w-wide); margin: var(--space-lg) auto 0; }
@media (min-width: 720px) { .experience-summary__grid { grid-template-columns: 1fr 1fr; } }
.experience-summary__col { background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); padding: var(--space-lg); }
.experience-summary__col h3 { color: var(--c-primary-deep); border-bottom: 2px solid var(--c-travertine); padding-bottom: 0.5rem; margin-bottom: 0.8rem; }
.experience-summary__col ul { list-style: none; padding: 0; margin: 0; }
.experience-summary__col li { position: relative; padding-left: 1.7rem; margin-bottom: 0.6rem; }
.experience-summary__col li::before {
  content: "✓"; position: absolute; left: 0; top: 0.05em; width: 1.15rem; height: 1.15rem;
  background: var(--c-primary); color: var(--c-white); border-radius: 50%; font-size: 0.72rem;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.experience-summary__cta { text-align: center; margin: var(--space-lg) 0 0; }

/* ============================================================ ITINERARY / EXPERIENCE / REALITY-CHECK */
.itinerary__list { list-style: none; max-width: var(--w-wide); margin: 0 auto; padding: 0; display: grid; gap: var(--space-md); }
.itinerary__item { display: grid; grid-template-columns: auto 1fr; gap: var(--space-md); align-items: start; background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); padding: var(--space-md) var(--space-lg); box-shadow: var(--shadow-sm); }
.itinerary__num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--c-accent-deep); line-height: 1; }
.itinerary__item h3 { margin-bottom: 0.3rem; }
.itinerary__item p { margin: 0; color: var(--c-charcoal); }
.experience-summary__cta + .experience-summary__cta { margin-top: 0; }

/* ============================================================ GUIDED-TOUR (merged card) */
.guided__grid {
  display: grid; grid-template-columns: 1fr; gap: 0; max-width: var(--w-wide); margin-inline: auto;
  background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.guided__mobilehead { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; padding: var(--space-md); border-bottom: 1px solid var(--c-travertine); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.guided__text { padding: var(--space-lg); }
.guided__widget { padding: var(--space-md); order: -1; border-bottom: 1px solid var(--c-travertine); background: var(--c-white); min-height: 320px; }
.guided__title-h2 { color: var(--c-primary-deep); margin: 0.3rem 0 0.6rem; font-size: 1.5rem; }
.guided__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.9rem; margin-bottom: var(--space-md); }
.guided__meta .price { font-family: var(--font-display); font-weight: 800; color: var(--c-primary-deep); font-size: 1.2rem; }
.guided__meta .rating { color: var(--c-charcoal); font-weight: 600; }
.guided__meta .rating::first-letter { color: var(--c-accent); }
.guided__meta .dur { color: var(--c-charcoal-mute); }
.pill { display: inline-flex; align-items: center; background: var(--c-cream-soft); color: var(--c-primary-deep); font-weight: 700; font-size: 0.85rem; padding: 0.3rem 0.7rem; border-radius: 999px; border: 1px solid var(--c-travertine); }
.guided__why { background: var(--c-cream-soft); border-left: 4px solid var(--c-accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: var(--space-md); margin-bottom: var(--space-md); }
.guided__why p { margin: 0; }
.guided__list { list-style: none; padding: 0; margin: 0 0 var(--space-md); }
.guided__list li { position: relative; padding-left: 1.6rem; margin-bottom: 0.45rem; }
.guided__list li::before { content: "✓"; position: absolute; left: 0; color: var(--c-primary); font-weight: 800; }
.guided__note { color: var(--c-charcoal-mute); font-size: 0.95rem; margin: 0; }
@media (min-width: 1024px) {
  .guided__grid { grid-template-columns: 1.05fr 0.95fr; }
  .guided__mobilehead { display: none; }
  .guided__widget { order: 0; border-bottom: 0; border-left: 1px solid var(--c-travertine); }
}
@media (max-width: 1023.98px) {
  .guided__title-h2, .guided__price-rating { display: none; }
  .guided__why { background: none; border-left: 0; padding: 0; border-radius: 0; }
}

/* ============================================================ HIGHLIGHTS / CARD GRID */
.card-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); max-width: var(--w-wide); margin-inline: auto; }
@media (min-width: 640px) { .card-grid { grid-template-columns: 1fr 1fr; } }
.feature-card { background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); padding: var(--space-lg); box-shadow: var(--shadow-sm); }
.feature-card .eyebrow { font-size: 13px; }
.feature-card h3 { color: var(--c-primary-deep); }
.feature-card p { margin: 0; color: var(--c-charcoal); }
.intro-lead { max-width: var(--w-read); margin: 0 auto var(--space-lg); text-align: center; font-size: 1.08rem; }

/* ============================================================ ALSO (Layout B category rows) */
.also { background: var(--c-white); }
.also__list { display: grid; gap: var(--space-lg); max-width: var(--w-wide); margin-inline: auto; }
.cat-row { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); align-items: center; padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--radius-lg); scroll-margin-top: 6rem; }
@media (min-width: 860px) { .cat-row { grid-template-columns: 1fr 1fr; gap: var(--space-2xl); } }
.also__list .cat-row:nth-of-type(odd)  { background: var(--c-cream); }
.also__list .cat-row:nth-of-type(even) { background: var(--c-travertine-soft); }
.cat-row__desc h3 { font-size: 1.4rem; color: var(--c-primary-deep); }
.cat-row__desc p { color: var(--c-charcoal); }
.cat-row__more { font-weight: 700; color: var(--c-primary-deep); }
.cat-row__more:hover { color: var(--c-primary); }
.also .tour-card { background: transparent; border: 0; box-shadow: none; display: flex; flex-direction: column; overflow: hidden; }
.also .tour-card:hover { text-decoration: none; }
.also .tour-card__img { width: 100%; height: 210px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: var(--transition); }
.also .tour-card:hover .tour-card__img { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.also .tour-card__body { padding-top: var(--space-md); display: flex; flex-direction: column; flex: 1; }
.tour-card__cat { font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--c-primary-deep); }
.tour-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--c-primary-deep); margin: 0.2rem 0 0.4rem; }
.tour-card__meta { color: var(--c-charcoal-mute); font-size: 0.95rem; margin-bottom: var(--space-md); }
.tour-card__meta .star { color: var(--c-accent); }
.also .tour-card .btn { margin-top: auto; align-self: flex-start; }

/* ============================================================ STATS (skydive numbers) */
.skywalk-stats { background: var(--c-travertine-soft); border-top: 1px solid var(--c-travertine); border-bottom: 1px solid var(--c-travertine); }
.skywalk-stats__row { list-style: none; margin: 0 auto; padding: 0; max-width: var(--w-wide); display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
@media (min-width: 720px) { .skywalk-stats__row { grid-template-columns: repeat(4, 1fr); } }
.skywalk-stats__item { background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: var(--space-md); text-align: center; }
.skywalk-stats__value { display: block; font-family: var(--font-display); font-weight: 800; color: var(--c-accent-deep); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1; }
.skywalk-stats__label { display: block; margin-top: 0.4rem; color: var(--c-charcoal-mute); font-size: 0.95rem; }

/* ============================================================ GALLERY */
.gallery { background: var(--c-charcoal); }
.gallery h2 { color: var(--c-white); }
.gallery .section-head__sub { color: rgba(247,250,252,0.82); }
.gallery__wrapper { position: relative; margin-top: var(--space-lg); }
.gallery__wrapper--full { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.gallery__wrapper::after { content: ""; position: absolute; top: 0; right: 0; bottom: 14px; width: 60px; pointer-events: none; background: linear-gradient(90deg, rgba(20,36,43,0) 0%, var(--c-charcoal) 100%); z-index: 2; }
.gallery__strip {
  display: flex; flex-wrap: nowrap; gap: 0.4rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 14px; scrollbar-width: thin; scrollbar-color: var(--c-accent) rgba(255,255,255,0.12);
}
.gallery__wrapper--full .gallery__strip { padding-left: max(1rem, calc((100vw - 1240px) / 2)); padding-right: max(1rem, calc((100vw - 1240px) / 2)); }
.gallery__strip::-webkit-scrollbar { height: 8px; }
.gallery__strip::-webkit-scrollbar-track { background: rgba(255,255,255,0.12); border-radius: 4px; }
.gallery__strip::-webkit-scrollbar-thumb { background: var(--c-accent); border-radius: 4px; }
.gallery__item { margin: 0; flex: 0 0 78vw; scroll-snap-align: start; }
@media (min-width: 720px) { .gallery__item { flex: 0 0 46vw; } }
@media (min-width: 1080px) { .gallery__item { flex: 0 0 30vw; } }
.gallery__item img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--radius-md); }
.gallery__item figcaption { color: rgba(247,250,252,0.78); font-size: 0.88rem; padding-top: 0.4rem; }
.gallery__arrow { position: absolute; top: calc(50% - 14px); transform: translateY(-50%); z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(247,250,252,0.92); color: var(--c-charcoal); font-size: 1.5rem; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.gallery__arrow--prev { left: 1.5rem; } .gallery__arrow--next { right: 1.5rem; }
@media (min-width: 1080px) and (hover: hover) { .gallery__arrow { display: flex; } }

/* ============================================================ INCLUDED */
.included__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); max-width: var(--w-wide); margin-inline: auto; }
@media (min-width: 720px) { .included__grid { grid-template-columns: 1fr 1fr; } }
.included__col { background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); padding: var(--space-lg); }
.included__col h3 { color: var(--c-primary-deep); }
.included__col ul { list-style: none; padding: 0; margin: 0; }
.included__col li { position: relative; padding-left: 1.7rem; margin-bottom: 0.5rem; color: var(--c-charcoal); }
.included__col--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--c-primary); font-weight: 800; }
.included__col--no li::before { content: "✕"; position: absolute; left: 0; color: var(--c-charcoal-mute); font-weight: 800; }

/* ============================================================ WHY-CHOOSE (dark) */
.why-choose { background: var(--c-olive); color: var(--c-cream); }
.why-choose h2, .why-choose h3 { color: var(--c-cream); }
.why-choose .feature-card { background: var(--c-olive-deep); border-color: rgba(247,250,252,0.16); }
.why-choose .feature-card .eyebrow { color: var(--c-accent-bright); }
.why-choose .feature-card p { color: rgba(247,250,252,0.9); }
.why-choose .intro-lead { color: rgba(247,250,252,0.92); }

/* ============================================================ VS-OTHER table */
.vs-table__wrap { max-width: var(--w-wide); margin-inline: auto; overflow-x: auto; }
.vs-table { width: 100%; border-collapse: collapse; background: var(--c-white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.vs-table th, .vs-table td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--c-travertine); vertical-align: top; }
.vs-table thead th { background: var(--c-primary-deep); color: var(--c-white); font-family: var(--font-display); }
.vs-table tbody th { font-family: var(--font-display); color: var(--c-charcoal); background: var(--c-cream-soft); width: 26%; }
.vs-table td:first-of-type { color: var(--c-primary-deep); font-weight: 700; }
.vs-table tr:last-child th, .vs-table tr:last-child td { border-bottom: 0; }
.vs-table__note { max-width: var(--w-read); margin: var(--space-lg) auto 0; text-align: center; color: var(--c-charcoal); }

/* ============================================================ REVIEWS */
.reviews__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); max-width: var(--w-wide); margin-inline: auto; }
@media (min-width: 640px) { .reviews__grid { grid-template-columns: 1fr 1fr; } }
.review-card { background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); padding: var(--space-lg); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review-card .stars { color: var(--c-accent); letter-spacing: 1px; margin-bottom: 0.5rem; }
.review-card blockquote { margin: 0 0 0.8rem; color: var(--c-charcoal); font-size: 1.02rem; }
.review-card cite { margin-top: auto; color: var(--c-charcoal-mute); font-style: normal; font-weight: 600; font-size: 0.92rem; }
.reviews__provenance { max-width: var(--w-read); margin: var(--space-lg) auto 0; text-align: center; color: var(--c-charcoal-mute); font-size: 0.95rem; }

/* ============================================================ PRACTICAL INFO */
.practical__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); max-width: var(--w-wide); margin-inline: auto; }
@media (min-width: 720px) { .practical__grid { grid-template-columns: 1fr 1fr; } }
.practical-card { background: var(--c-white); border: 1px solid var(--c-travertine); border-radius: var(--radius-md); padding: var(--space-lg); box-shadow: var(--shadow-sm); }
.practical-card h3 { color: var(--c-primary-deep); }
.practical-card p { margin: 0; color: var(--c-charcoal); }

/* ============================================================ FAQ (dark) */
/* FAQ sits one shade lighter than the final-CTA (olive #0E4D63) directly below it */
#faq.section--olive { background: #12607C; }
.faq__list { max-width: var(--w-wide); margin: 0 auto; display: grid; gap: 0.7rem; }
.faq__item { background: var(--c-olive-deep); border: 1px solid rgba(247,250,252,0.14); border-radius: var(--radius-md); overflow: hidden; }
.faq__item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--font-display); font-weight: 700; color: var(--c-cream); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--c-accent-bright); font-size: 1.4rem; line-height: 1; flex: 0 0 auto; }
.faq__item[open] summary::after { content: "−"; }
.faq__item .faq__a { padding: 0 1.2rem 1.1rem; color: rgba(247,250,252,0.9); }
.faq__item .faq__a p { margin: 0; }

/* ============================================================ FINAL CTA (olive) */
.cta-banner { background: var(--c-olive); color: var(--c-cream); }
.cta-banner__inner { max-width: var(--w-read); margin: 0 auto; text-align: center; }
.cta-banner h2 { color: var(--c-cream); }
.cta-banner p { color: rgba(247,250,252,0.92); }
.cta-banner ul { display: flex; flex-direction: column; width: max-content; max-width: 100%; margin: 0 auto var(--space-lg); text-align: left; list-style: none; padding: 0; }
.cta-banner ul li { position: relative; padding-left: 1.8rem; margin-bottom: 0.5rem; color: var(--c-cream); }
.cta-banner ul li::before { content: "✓"; position: absolute; left: 0; color: var(--c-accent-bright); font-weight: 800; }
.cta-banner .btn--primary { display: inline-flex; margin: 0 auto; background: var(--c-accent-bright); color: var(--c-charcoal); border-color: var(--c-accent-bright); }
.cta-banner .btn--primary:hover { background: #ffc62e; color: var(--c-charcoal); }
.cta-banner__disclosure { margin: var(--space-md) auto 0; font-size: 0.85rem; color: rgba(247,250,252,0.7); max-width: 56ch; }
.cta-banner__disclosure a { color: var(--c-accent-bright); }

/* ============================================================ FOOTER */
.site-footer { background: var(--c-charcoal); color: var(--c-cream); padding-block: var(--space-2xl) var(--space-lg); }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); max-width: var(--max-width); margin: 0 auto; }
@media (min-width: 720px) { .site-footer__grid { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer h3 { color: var(--c-accent-bright); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.06em; }
.site-footer p { color: rgba(247,250,252,0.78); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.5rem; }
.site-footer a { color: rgba(247,250,252,0.85); }
.site-footer a:hover { color: var(--c-accent-bright); }
.site-footer__brand { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--c-cream); }
.site-footer__brand span { color: var(--c-accent-bright); }
.site-footer__bottom { max-width: var(--max-width); margin: var(--space-xl) auto 0; padding-top: var(--space-md); border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.85rem; color: rgba(247,250,252,0.7); display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between; }

/* ============================================================ STICKY MOBILE CTA */
.sticky-cta { display: none; }
@media (max-width: 768px) {
  .sticky-cta {
    display: flex; position: fixed; inset: auto 0 0 0; z-index: 60; align-items: center; justify-content: space-between;
    gap: 0.75rem; padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(20,36,43,0.96); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(247,250,252,0.16); box-shadow: 0 -8px 24px -12px rgba(0,0,0,0.5);
    transform: translateY(100%); transition: transform 0.25s ease;
  }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta[hidden] { display: none; }
  .sticky-cta__meta { color: var(--c-cream); font-weight: 600; font-size: 0.9rem; white-space: nowrap; }
  .sticky-cta .btn--primary { flex: 0 0 auto; padding: 0.7rem 1.2rem; background: var(--c-accent-bright); color: var(--c-charcoal); border-color: var(--c-accent-bright); }
}

/* ============================================================ LEGAL PAGES */
.legal { padding-block: var(--section-py); }
.legal__inner { max-width: var(--w-read); margin: 0 auto; }
.legal__inner h1 { color: var(--c-primary-deep); }
.legal__inner h2 { font-size: 1.4rem; margin-top: 2rem; }
.legal__inner p, .legal__inner li { color: var(--c-charcoal); }
.text-block { max-width: var(--w-read); margin: 0 auto; }
