/* ================================================================
   MDT Tour Page — tour.css
   CSS ported from the original HTML template.
   All class names match the original HTML exactly.
================================================================ */

/* ── DESIGN TOKENS ── */
:root {
  --mdt-red:          #C0272D;
  --mdt-red-deep:     #9E1F24;
  --mdt-orange:       #F79320;
  --mdt-orange-light: #FBAD4A;
  --mdt-navy:         #1F2E59;
  --mdt-navy-light:   #2D4070;
  --sand:             #F5E6D3;
  --sand-pale:        #FAF3E8;
  --cream:            #FDFAF6;
  --warm-brown:       #5C3317;
  --mid-brown:        #8B5E3C;
  --text:             #2D2218;
  --text-light:       #7A5540;
  --ink:              #12081E;
  --green:            #2D5A3D;
  --star:             #F5A623;
}

/* ── BASE (scoped to .tour-page) ── */
.tour-page *, .tour-page *::before, .tour-page *::after { box-sizing: border-box; }
.tour-page { font-family: "Jost", sans-serif; background: var(--cream); color: var(--text); overflow-x: clip; line-height: 1.7; font-size: 16px; -webkit-font-smoothing: antialiased; }
.tour-page h1, .tour-page h2, .tour-page h3, .tour-page h4, .tour-page h5 { font-family: "Cormorant Garamond", serif; margin: 0; padding: 0; }
.tour-page a { text-decoration: none; color: inherit; }
.tour-page img { max-width: 100%; display: block; }
.tour-page button { font-family: inherit; cursor: pointer; border: none; }
.tour-page p { margin: 0; padding: 0; }
.tour-page ul { margin: 0; padding: 0; list-style: none; }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 78px 5% 0; background: var(--mdt-navy); }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; padding: 5px 0; flex-wrap: wrap; }
.breadcrumb-inner a { color: rgba(245,230,211,0.6); transition: color 0.2s; }
.breadcrumb-inner a:hover { color: var(--mdt-orange-light); }
.breadcrumb-inner span { color: rgba(245,230,211,0.4); }
.breadcrumb-inner strong { color: rgba(245,230,211,0.8); }

/* ── HERO ── */
.hero { position: relative; overflow: hidden; min-height: 94vh; height: auto; background: var(--mdt-navy); display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-gradient { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(31,46,89,0.7) 0%, rgba(31,46,89,0.08) 40%, rgba(31,46,89,0.05) 60%, rgba(31,46,89,0.85) 100%), linear-gradient(to right, rgba(18,8,30,0.9) 0%, transparent 65%); }
.hero-zellige { position: absolute; inset: 0; z-index: 1; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='%23FBAD4A' stroke-width='0.6'%3E%3Crect x='10' y='10' width='60' height='60' transform='rotate(45 40 40)'/%3E%3Ccircle cx='40' cy='40' r='8'/%3E%3C/g%3E%3C/svg%3E"); }
.hero-bottom-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to top, var(--cream) 0%, transparent 100%); z-index: 2; }
.hero-content { position: relative; z-index: 3; padding: 0px 5% 110px; max-width: 830px; margin-left: 0px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mdt-orange-light); margin-bottom: 1.2rem; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--mdt-orange-light); opacity: 0.5; }
.hero-content h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 300; color: rgba(245,230,211,0.95); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 1.4rem; }
.hero-content h1 em { font-style: italic; color: var(--mdt-orange-light); display: block; font-size: 0.55em; margin-top: 0.3em; }
.hero-desc { font-size: 1rem; font-weight: 300; line-height: 1.5; color: rgba(245,230,211,0.72); max-width: 620px; margin-bottom: 2rem !important; }
.hero-stats { display: flex; gap: 0; flex-wrap: wrap; margin-bottom: 2rem; background: rgba(18,8,30,0.45); backdrop-filter: blur(8px); border: 1px solid rgba(245,230,211,0.1); border-radius: 6px; width: fit-content; }
.hstat { padding: 14px 18px; text-align: center; border-right: 1px solid rgba(245,230,211,0.1); }
.hstat:last-child { border-right: none; }
.hstat-icon { margin-bottom: 6px; display: flex; align-items: center; justify-content: center; }
.hstat-icon svg { width: 26px; height: 26px; color: var(--mdt-orange-light); stroke: var(--mdt-orange-light); fill: var(--mdt-orange-light); stroke-width: 0; }
.hstat-num { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; font-weight: 600; color: var(--mdt-orange-light); line-height: 1; }
.hstat-label { font-size: 0.56rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,230,211,0.6); margin-top: 3px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--mdt-red); color: #fff !important; padding: 15px 30px; font-family: "Jost", sans-serif; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 6px; transition: all 0.3s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--mdt-red-deep); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(192,39,45,0.3); color: #fff !important; text-decoration: none; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(245,230,211,0.85) !important; padding: 15px 30px; font-family: "Jost", sans-serif; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 6px; border: 1.5px solid rgba(245,230,211,0.25); transition: all 0.3s; }
.btn-outline:hover { border-color: var(--mdt-orange-light); color: var(--mdt-orange-light); text-decoration: none; }
.btn-green { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff !important; padding: 14px 28px; font-family: "Jost", sans-serif; font-size: 0.84rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 6px; transition: all 0.2s; border: none; cursor: pointer; }
.btn-green:hover { background: #1DA855; transform: translateY(-2px); color: #fff !important; text-decoration: none; }

/* ── TRUST BAR ── */
.trust-bar { background: rgba(253,250,246,0.98); border-top: 1px solid rgba(192,39,45,0.08); padding: 16px 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; /*gap: 1rem;*/ box-shadow: 0 4px 24px rgba(31,46,89,0.07); }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-icon { width: 34px; height: 34px; background: var(--sand); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; }
.trust-label { font-size: 0.78rem; color: var(--mid-brown); line-height: 1.35; }
.trust-label strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--text); }
.trust-divider { width: 1px; height: 28px; background: rgba(192,39,45,0.1); }

/* ── STICKY BAR ── */
.sticky-bar { position: sticky; top: 68px; z-index: 90; background: var(--mdt-navy); border-bottom: 1px solid rgba(245,230,211,0.1); padding: 10px 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.sticky-name { font-family: "Cormorant Garamond", serif; font-size: 1rem; font-weight: 600; color: rgba(245,230,211,0.85); }
.sticky-name span { font-family: "Jost", sans-serif; font-size: 0.7rem; font-weight: 400; color: rgba(245,230,211,0.5); margin-left: 8px; }
.sticky-actions { display: flex; align-items: center; gap: 10px; }
.sticky-price { font-family: "Cormorant Garamond", serif; font-size: 1rem; color: rgba(245,230,211,0.6); margin-right: 6px; }
.sticky-price b { color: var(--mdt-orange-light); font-size: 1.3rem; font-weight: 600; }

/* ── TOC BAR ── */
.toc-bar { position: sticky; top: 125px; z-index: 85; background: var(--cream); border-bottom: 1px solid rgba(192,39,45,0.1); padding: 0 5%; display: flex; align-items: center; gap: 0; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.toc-bar::-webkit-scrollbar { display: none; }
.toc-link { padding: 12px 16px; font-family: "Jost", sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-brown); white-space: nowrap; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; cursor: pointer; flex-shrink: 0; }
.toc-link:hover { color: var(--mdt-red); text-decoration: none; }
.toc-link.active { color: var(--mdt-red); border-bottom-color: var(--mdt-red); }

/* ── PAGE BODY: 2-column ── */
.page-body { display: grid; grid-template-columns: 1fr 360px; gap: 0; max-width: 1400px; margin: 0 auto; padding: 44px 5%; align-items: start; }
.main-col { padding-right: 56px; min-width: 0; }
.sidebar { position: sticky; top: 152px; }

/* ── SECTION HEADINGS ── */
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mdt-red); margin-bottom: 0.8rem; }
.section-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--mdt-red); }
h2.section-title { font-size: clamp(1.6rem, 2.6vw, 2.3rem); font-weight: 300; color: var(--mdt-navy); line-height: 1.15; margin-bottom: 0.5rem; }
h2.section-title em { font-style: italic; color: var(--mdt-red); }
.section-sub { font-size: 0.92rem; font-weight: 300; color: var(--mid-brown); line-height: 1.8; max-width: 640px; margin-bottom: 2rem; }

/* ── ANSWER BOX ── */
.answer-box { background: var(--sand-pale); border-left: 4px solid var(--mdt-red); border-radius: 0 4px 4px 0; padding: 22px 26px; margin-bottom: 2.5rem; }
.answer-box .ab-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mdt-red); margin-bottom: 8px; }
.answer-box p { font-family: "Cormorant Garamond", serif; font-size: 1.12rem; font-style: italic; color: var(--text); line-height: 1.72; }
.answer-box strong { font-style: normal; color: var(--mdt-red); }

/* ── ROUTE STRIP ── */
.route-strip { background: var(--mdt-navy); border-radius: 6px; padding: 22px 24px; margin-bottom: 2.5rem; overflow-x: auto; }
.route-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,230,211,0.5); margin-bottom: 12px; }
.route-stops { display: flex; align-items: center; flex-wrap: wrap; gap: 0; }
.route-stop { display: flex; flex-direction: column; align-items: center; text-align: center; }
.stop-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mdt-orange); flex-shrink: 0; }
.stop-dot.terminus { width: 13px; height: 13px; background: var(--mdt-red); }
.stop-name { font-size: 0.76rem; font-weight: 700; color: rgba(245,230,211,0.92); margin-top: 6px; white-space: nowrap; }
.stop-name small { display: block; font-size: 0.62rem; color: rgba(245,230,211,0.55); font-weight: 400; margin-top: 2px; }
.route-arrow { color: rgba(245,230,211,0.35); font-size: 0.78rem; padding: 0 2px; margin-bottom: 14px; flex-shrink: 0; }

/* ── GLANCE GRID ── */
.glance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(192,39,45,0.1); border-radius: 6px; overflow: hidden; margin-bottom: 2.5rem; border: 1px solid rgba(192,39,45,0.1); }
.glance-item { background: var(--cream); padding: 16px 17px; }
.glance-icon { font-size: 1.15rem; margin-bottom: 5px; }
.glance-label { font-size: 0.56rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid-brown); margin-bottom: 3px; }
.glance-value { font-size: 0.88rem; font-weight: 600; color: var(--mdt-navy); line-height: 1.4; }
.glance-value small { display: block; font-size: 0.72rem; font-weight: 400; color: var(--mid-brown); margin-top: 1px; }

/* ── USP BANNER ── */
.usp-banner { background: linear-gradient(135deg, var(--mdt-navy-light) 0%, var(--mdt-navy) 60%, var(--mdt-navy-light) 100%); border-radius: 6px; padding: 28px 30px; margin-bottom: 2.5rem; display: flex; align-items: flex-start; gap: 20px; border: 1px solid rgba(247,147,32,0.15); }
.usp-banner h4 { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 400; color: rgba(245,230,211,0.92); margin-bottom: 6px; }
.usp-banner p { font-size: 0.84rem; color: rgba(245,230,211,0.68); line-height: 1.7; }
.usp-banner strong { color: var(--mdt-orange-light); }
.usp-icon { font-size: 2rem; flex-shrink: 0; margin-top: 4px; display: flex; align-items: center; justify-content: center; }
.usp-icon svg { width: 36px; height: 36px; fill: var(--mdt-orange-light); stroke: var(--mdt-orange-light); }

/* ── HIGHLIGHTS GRID ── */
.highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2.5rem; }
.highlight-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; background: #fff; border-radius: 6px; border: 1px solid rgba(31,46,89,0.08); transition: all 0.2s; }
.highlight-item:hover { border-color: rgba(192,39,45,0.18); box-shadow: 0 4px 16px rgba(31,46,89,0.06); }
.hl-icon { width: 36px; height: 36px; background: var(--sand); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.hl-body h4 { font-family: "Jost", sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--mdt-navy); margin-bottom: 3px; }
.hl-body p { font-size: 0.77rem; color: var(--mid-brown); line-height: 1.55; }
.hl-badge { display: inline-block; font-size: 0.55rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 7px; border-radius: 20px; background: rgba(192,39,45,0.08); color: var(--mdt-red); border: 1px solid rgba(192,39,45,0.15); margin-top: 4px; }

/* ── GALLERY + LIGHTBOX ── */
.gallery-section { margin-bottom: 2.5rem; }
.gallery-strip-wrap { position: relative; }
.gallery-strip { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
.gallery-strip::-webkit-scrollbar { display: none; }
.gallery-thumb { flex: 0 0 auto; width: 260px; height: 180px; border-radius: 6px; overflow: hidden; cursor: pointer; position: relative; scroll-snap-align: start; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s, filter 0.3s; }
.gallery-thumb:hover img { transform: scale(1.06); filter: brightness(0.78); }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; background: linear-gradient(to top, rgba(18,8,30,0.85) 0%, transparent 100%); color: rgba(245,230,211,0.92); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0; transition: opacity 0.25s; }
.gallery-thumb:hover .gallery-caption { opacity: 1; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; background: rgba(253,250,246,0.92); border: 1px solid rgba(192,39,45,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.95rem; color: var(--mdt-navy); z-index: 10; transition: all 0.2s; box-shadow: 0 2px 10px rgba(0,0,0,0.1); user-select: none; }
.gallery-arrow:hover { background: var(--mdt-red); color: #fff; border-color: var(--mdt-red); }
.gallery-arrow.ga-prev { left: -14px; }
.gallery-arrow.ga-next { right: -14px; }
.lb-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(10,4,2,0.96); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.lb-overlay.active { opacity: 1; pointer-events: all; }
.lb-img-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.lb-img { max-width: 88vw; max-height: 82vh; object-fit: contain; border-radius: 6px; box-shadow: 0 32px 80px rgba(0,0,0,0.7); transition: opacity 0.2s; }
.lb-caption { position: absolute; bottom: -2.4rem; left: 0; right: 0; text-align: center; font-family: "Jost", sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,230,211,0.65); }
.lb-close { position: fixed; top: 22px; right: 28px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(245,230,211,0.08); border-radius: 50%; color: rgba(245,230,211,0.7); font-size: 1.3rem; cursor: pointer; border: 1px solid rgba(245,230,211,0.15); transition: all 0.2s; user-select: none; }
.lb-close:hover { background: rgba(192,39,45,0.5); color: #fff; border-color: transparent; }
.lb-arrow { position: fixed; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: rgba(245,230,211,0.08); border-radius: 50%; color: rgba(245,230,211,0.7); font-size: 1.4rem; cursor: pointer; border: 1px solid rgba(245,230,211,0.12); transition: all 0.2s; user-select: none; }
.lb-arrow:hover { background: rgba(192,39,45,0.5); color: #fff; border-color: transparent; }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-counter { position: fixed; top: 26px; left: 50%; transform: translateX(-50%); font-family: "Jost", sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; color: rgba(245,230,211,0.55); }

/* ── ITINERARY ── */
.day-accordion { border: 1px solid rgba(31,46,89,0.1); border-radius: 6px; overflow: hidden; margin-bottom: 12px; background: #fff; transition: box-shadow 0.2s; }
.day-accordion.open { box-shadow: 0 6px 28px rgba(31,46,89,0.08); }
.day-header { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 0; cursor: pointer; }
.day-num-col { color: #fff; padding: 16px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 58px; }
.day-num-col .day-n { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; font-weight: 300; line-height: 1; }
.day-num-col .day-word { font-size: 0.5rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; margin-top: 2px; }
.day-header-body { padding-top: 10px; }
.day-route-line { font-size: 0.5rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mdt-red); margin-bottom: 4px; line-height: 1.5; }
.day-title { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; font-weight: 600; color: var(--mdt-navy); line-height: 1.2; }
.day-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-left: 46px; padding: 10px 14px 14px; }
.day-tag { font-size: 0.54rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 7px; border-radius: 20px; background: rgba(192,39,45,0.07); color: var(--mdt-red); border: 1px solid rgba(192,39,45,0.12); }
.day-toggle { padding: 14px 16px; font-size: 1.3rem; color: var(--mdt-red); line-height: 1; user-select: none; }
.day-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.day-body.open { max-height: 2400px; }
.day-body-inner { padding: 0 20px 24px 92px; border-top: 1px solid rgba(31,46,89,0.06); }
.day-period { margin-bottom: 16px; }
.period-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mdt-orange); margin-bottom: 8px; padding-top: 16px; }
.period-label::before { content: ""; width: 14px; height: 1px; background: var(--mdt-orange); }
.day-period p { font-size: 0.87rem; line-height: 1.82; color: var(--mid-brown); }
.day-period p strong { color: var(--mdt-navy); }
.dhl-strip { display: flex; gap: 7px; flex-wrap: wrap; padding: 12px 0 0; margin-top: 10px; border-top: 1px solid rgba(31,46,89,0.06); }
.dhl-chip { display: flex; align-items: center; gap: 5px; font-size: 0.68rem; color: var(--mid-brown); background: var(--sand-pale); padding: 4px 10px; border-radius: 20px; }
.dhl-chip::before { content: "✓"; color: var(--mdt-red); font-weight: 700; font-size: 0.58rem; }

/* ── INCLUSIONS / EXCLUSIONS ── */
.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
.inc-box { background: #fff; border-radius: 6px; padding: 24px; border: 1px solid rgba(31,46,89,0.08); }
.inc-box h4 { font-family: "Jost", sans-serif; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; }
.inc-box ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.inc-box li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; line-height: 1.55; }
.inc-box li::before { flex-shrink: 0; margin-top: 1px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.58rem; font-weight: 700; }
.inc-yes li::before { content: "✓"; background: rgba(45,90,61,0.1); color: var(--green); border: 1px solid rgba(45,90,61,0.2); }
.inc-no li::before { content: "✕"; background: rgba(192,39,45,0.08); color: var(--mdt-red); border: 1px solid rgba(192,39,45,0.15); }
.inc-yes h4 { color: var(--green); }
.inc-no h4 { color: var(--mid-brown); }

/* ── PRICING TABLE ── */
.pricing-table-wrap { overflow-x: auto; margin-bottom: 2.5rem; border: 1px solid rgba(31,46,89,0.1); border-radius: 6px; overflow: hidden; background: #fff; }
.pricing-table { width: 100%; border-collapse: collapse; font-family: "Jost", sans-serif; font-size: 0.85rem; }
/* Horizontal layout */
.pricing-table--horizontal thead tr { background: var(--mdt-navy); }
/* First header cell: "Participants" label */
.pricing-table--horizontal .pt-label-th { padding: 14px 16px; text-align: center; color: rgba(245,230,211,0.92); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
/* Group size column headers */
.pricing-table--horizontal thead th { padding: 14px 12px; text-align: center; color: rgba(245,230,211,0.7); font-size: 0.72rem; font-weight: 600; white-space: nowrap; }
/* Last column highlight (best value) */
.pricing-table--horizontal .pt-th--highlight { background: var(--mdt-red); color: #fff; font-weight: 700; }
/* Body: "Price / person" label cell */
.pricing-table--horizontal .pt-label-td { padding: 14px 16px; font-weight: 600; color: var(--mdt-navy); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; border-top: 1px solid rgba(31,46,89,0.06); white-space: nowrap; }
/* Body: regular price cells */
.pricing-table--horizontal tbody td { padding: 14px 12px; text-align: center; color: var(--mid-brown); border-top: 1px solid rgba(31,46,89,0.06); font-size: 0.85rem; }
/* Last column price: red + light red bg */
.pricing-table--horizontal .price-val--highlight { font-weight: 700; color: var(--mdt-red); background: rgba(192,39,45,0.04); }
.pricing-note { font-size: 0.74rem; color: var(--mid-brown); line-height: 1.5; }

/* ── Pricing Vertical (mobile) ── */
.pricing-table--vertical { display: none; }
@media (max-width: 768px) {
  .pricing-table--horizontal { display: none; }
  .pricing-table--vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pt-v-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(31,46,89,0.1);
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .pt-v-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(31,46,89,0.08);
  }
  .pt-v-card--best {
    border-color: var(--mdt-red);
    background: rgba(192,39,45,0.03);
  }
  .pt-v-badge {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--mdt-red);
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 3px;
    white-space: nowrap;
  }
  .pt-v-group {
    font-family: "Jost", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--mdt-navy);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    flex: 0 0 90px;
  }
  .pt-v-price {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--mdt-navy);
    line-height: 1;
    flex: 0 0 60px;
    text-align: right;
  }
  .pt-v-card--best .pt-v-price {
    color: var(--mdt-red);
  }
  .pt-v-unit {
    font-family: "Jost", sans-serif;
    font-size: 0.55rem;
    color: var(--mid-brown);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

/* ── KBYG ── */
.kbyg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 2.5rem; }
.kbyg-card { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: #fff; border-radius: 6px; border: 1px solid rgba(31,46,89,0.08); border-left: 3px solid var(--mdt-orange); }
.kbyg-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
.kbyg-card h5 { font-family: "Jost", sans-serif; font-size: 0.84rem; font-weight: 700; color: var(--mdt-navy); margin-bottom: 3px; }
.kbyg-card p { font-size: 0.78rem; color: var(--mid-brown); line-height: 1.6; }

/* ── REVIEWS ── */
.reviews-section { background: var(--sand-pale); border-radius: 6px; padding: 30px; margin-bottom: 2.5rem; }
.reviews-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; flex-wrap: wrap; gap: 1rem; }
.rating-big { font-family: "Cormorant Garamond", serif; font-size: 3rem; font-weight: 700; color: var(--mdt-red); line-height: 1; }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-card { background: #fff; border-radius: 6px; padding: 20px; border: 1px solid rgba(31,46,89,0.07); position: relative; }
.review-card::before { content: "\201C"; position: absolute; top: 10px; right: 14px; font-family: "Cormorant Garamond", serif; font-size: 3.5rem; color: rgba(192,39,45,0.06); line-height: 1; }
.review-text { font-family: "Cormorant Garamond", serif; font-size: 0.98rem; font-style: italic; line-height: 1.75; color: var(--mid-brown); margin-bottom: 12px; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.reviewer-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--sand); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; }
.reviewer-info strong { display: block; font-size: 0.82rem; font-weight: 600; color: var(--mdt-navy); }
.reviewer-info span { font-size: 0.7rem; color: var(--mid-brown); }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; margin-bottom: 2.5rem; }
.faq-item { border-bottom: 1px solid rgba(192,39,45,0.1); }
.faq-q { width: 100%; background: none; border: none; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: "Jost", sans-serif; font-size: 0.93rem; font-weight: 500; color: var(--mdt-navy); cursor: pointer; text-align: left; transition: color 0.2s; }
.faq-q:hover { color: var(--mdt-red); }
.faq-icon { width: 24px; height: 24px; border: 1.5px solid var(--mdt-red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; color: var(--mdt-red); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a.open { max-height: 400px; }
.faq-a-inner { padding-bottom: 16px; font-size: 0.87rem; line-height: 1.78; color: var(--mid-brown); }
.faq-a-inner strong { color: var(--mdt-navy); }
.faq-a-inner a { color: var(--mdt-red); font-weight: 600; }

/* ── COMPARE TOURS ── */
.compare-card { display: grid; grid-template-columns: 1fr 1fr; gap:14px;}

/* ── RELATED ── */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
.related-card { background: #fff; border-radius: 6px; overflow: hidden; border: 1px solid rgba(31,46,89,0.08); transition: all 0.3s; display: block; color: inherit; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(31,46,89,0.1); text-decoration: none; }
.related-img { height: 155px; background-size: cover; background-position: center; position: relative; }
.related-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,46,89,0.6) 0%, transparent 55%); }
.related-days { position: absolute; bottom: 10px; left: 10px; background: var(--mdt-red); color: #fff; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; padding: 3px 9px; border-radius: 2px; text-transform: uppercase; }
.related-body { padding: 14px 15px 16px; }
.related-body h4 { font-family: "Cormorant Garamond", serif; font-size: 1rem; font-weight: 600; color: var(--mdt-navy); margin-bottom: 4px; line-height: 1.25; }
.related-body p { font-size: 0.74rem; color: var(--mid-brown); line-height: 1.5; margin-bottom: 7px; }
.related-link { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mdt-red); display: flex; align-items: center; gap: 5px; transition: gap 0.2s; }
.related-card:hover .related-link { gap: 9px; }

/* ── CTA BANNER ── */
.cta-banner { background: linear-gradient(135deg, #7A1A0E 0%, var(--mdt-red) 50%, #C0272D 100%); border-radius: 6px; padding: 48px 44px; position: relative; overflow: hidden; margin-bottom: 2.5rem; text-align: center; }
.cta-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 120%, rgba(247,147,32,0.2) 0%, transparent 60%); }
.cta-inner { position: relative; z-index: 1; }
.cta-banner h3 { font-family: "Cormorant Garamond", serif; font-size: 1.9rem; font-weight: 300; color: rgba(245,230,211,0.92); margin-bottom: 10px; }
.cta-banner h3 em { font-style: italic; color: var(--mdt-orange-light); }
.cta-banner p { font-size: 0.88rem; color: rgba(245,230,211,0.6); margin-bottom: 22px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.75; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── SIDEBAR ── */
.sidebar-card { background: #fff; border-radius: 6px; overflow: hidden; border: 1px solid rgba(31,46,89,0.1); box-shadow: 0 8px 40px rgba(31,46,89,0.1); margin-bottom: 1.5rem; }
.sidebar-head { background: var(--mdt-navy); padding: 22px 22px 18px; }
.sidebar-head h3 { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 400; color: rgba(245,230,211,0.92); margin-bottom: 6px; }
.sidebar-head p { font-size: 0.78rem; color: rgba(245,230,211,0.6); line-height: 1.5; }
.sidebar-price-row { display: flex; align-items: baseline; gap: 6px; margin-top: 10px; }
.price-from { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,230,211,0.6); }
.price-num { font-family: "Cormorant Garamond", serif; font-size: 2.2rem; font-weight: 300; color: var(--mdt-orange-light); line-height: 1; }
.price-unit { font-size: 0.72rem; color: rgba(245,230,211,0.6); }
.sidebar-body { padding: 20px; display: flex; flex-direction: column; gap: 11px; }
.sb-field { display: flex; flex-direction: column; gap: 4px; }
.sb-field label { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid-brown); }
.sb-field select, .sb-field input, .sb-field textarea { padding: 9px 12px; border: 1.5px solid rgba(31,46,89,0.12); border-radius: 6px; font-family: "Jost", sans-serif; font-size: 0.84rem; color: var(--text); background: #fff; outline: none; width: 100%; transition: border-color 0.2s; }
.sb-field select:focus, .sb-field input:focus, .sb-field textarea:focus { border-color: var(--mdt-red); }
.sb-field textarea { resize: vertical; line-height: 1.6; min-height: 85px; }
.sb-divider { height: 1px; background: rgba(31,46,89,0.06); }
.sb-inclusions { display: flex; flex-direction: column; gap: 6px; padding: 4px 0; }
.sb-inc-item { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--mid-brown); }
.sb-inc-item::before { content: "✓"; color: var(--green); font-weight: 700; font-size: 0.66rem; flex-shrink: 0; }
/* Sidebar Tabs */
.sb-tabs { display: flex; border-bottom: 2px solid rgba(31,46,89,0.08); }
.sb-tab { flex: 1; padding: 12px 8px; background: none; border: none; cursor: pointer; font-family: "Jost", sans-serif; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--mid-brown); position: relative; transition: color 0.2s; }
.sb-tab:hover { color: var(--mdt-navy); }
.sb-tab.active { color: var(--mdt-red); }
.sb-tab.active::after { content: ""; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--mdt-red); }
.sb-tab-panel { display: none; }
.sb-tab-panel.active { display: block; }
.sb-bookeo-wrap { min-height: 200px; }

.sb-footer { padding: 0 20px 20px; display: flex; flex-direction: column; gap: 10px; }
.sb-guarantee { display: flex; align-items: center; gap: 8px; padding: 9px 12px; background: var(--sand-pale); border-radius: 6px; font-size: 0.74rem; color: var(--mid-brown); }
.sidebar-trust { background: var(--sand-pale); border-radius: 6px; padding: 16px; border: 1px solid rgba(192,39,45,0.08); margin-bottom: 1.5rem; }
.sidebar-trust h5 { font-family: "Jost", sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mdt-navy); margin-bottom: 10px; }
.st-item { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.st-item:last-child { margin-bottom: 0; }
.st-icon { width: 28px; height: 28px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; border: 1px solid rgba(192,39,45,0.08); }
.st-text { font-size: 0.78rem; color: var(--mid-brown); line-height: 1.4; }
.st-text strong { display: block; color: var(--mdt-navy); font-size: 0.8rem; }
.sidebar-glance { background: #fff; border-radius: 6px; border: 1px solid rgba(31,46,89,0.08); padding: 18px; margin-bottom: 1.5rem; }
.sidebar-glance h5 { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mid-brown); margin-bottom: 12px; }
.sg-row { display: flex; justify-content: space-between; font-size: 0.82rem; padding: 4px 0; }
.sg-row span { color: var(--mid-brown); }
.sg-row strong { color: var(--mdt-navy); }

/* ── CWV ── supprimé : content-visibility:auto casse la navigation par ancre ── */
/* .cv-lazy { content-visibility: auto; contain-intrinsic-size: auto 600px; } */

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .page-body { grid-template-columns: 1fr; padding: 48px 5%; }
  .main-col { padding-right: 0; }
  .sidebar { position: static; }
  .highlights-grid, .inc-grid, .reviews-grid { grid-template-columns: 1fr; }
  .glance-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .gallery-arrow { display: none; }
  .gallery-thumb { width: 220px; height: 155px; }
  .glance-grid, .kbyg-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .day-body-inner { padding: 0 14px 22px; }
  .usp-banner { flex-direction: column; }
  .toc-bar { display: none; }
  .cta-banner { padding: 32px 24px; }
  .day-tags { margin-left: 0px !important; }

  /* Sticky bar mobile: bottom-fixed, price + Book Now only */
  .sticky-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    justify-content: center;
    padding: 10px 16px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .sticky-bar.mobile-visible {
    transform: translateY(0);
  }
  .sticky-name { display: none; }
  .sticky-actions { width: 100%; justify-content: space-between; }
  .sticky-actions .btn-green { display: none; }
  .hero-eyebrow { font-size: 0.5rem; }
  .breadcrumb-inner { gap: 5px; font-size: 0.5rem;}
}
@media (max-width: 500px) {
  .glance-grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 2.5rem; }
  .compare-card { grid-template-columns: 1fr ; }
}
@media (max-width: 1100px) {
  .toc-bar { top: 78px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ── Camp Upgrade Box ── */
.camp-why-box { background: var(--sand-pale); border: 1px solid rgba(192,39,45,0.12); border-radius: 6px; padding: 22px 26px; margin-bottom: 1.5rem; }
.camp-why-label { font-family: "Jost", sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mdt-red); margin-bottom: 8px; }
.camp-why-box p { font-size: 0.86rem; color: var(--mid-brown); line-height: 1.75; margin: 0; }

/* ── Camp Comparison Table ── */
.camp-cmp-wrap { margin-bottom: 2.5rem; }
.camp-cmp-title { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-weight: 600; color: var(--mdt-navy); margin-bottom: 14px; }
.camp-cmp-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 6px; overflow: hidden; border: 1px solid rgba(31,46,89,0.1); font-family: "Jost", sans-serif; font-size: 0.82rem; }
.camp-cmp-table thead tr { background: var(--mdt-navy); }
.camp-cmp-th-feature { padding: 12px 16px; text-align: left; color: rgba(245,230,211,0.92); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; width: 28%; }
.camp-cmp-th-std { padding: 12px 16px; text-align: center; color: rgba(245,230,211,0.6); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: line-through; width: 36%; }
.camp-cmp-th-dlx { padding: 12px 16px; text-align: center; color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: var(--mdt-red); width: 36%; }
.camp-cmp-feat { padding: 10px 16px; border-top: 1px solid rgba(31,46,89,0.06); color: var(--mdt-navy); font-weight: 600; }
.camp-cmp-std  { padding: 10px 16px; text-align: center; border-top: 1px solid rgba(31,46,89,0.06); color: var(--mid-brown); }
.camp-cmp-dlx  { padding: 10px 16px; text-align: center; border-top: 1px solid rgba(31,46,89,0.06); color: var(--mdt-navy); font-weight: 600; }
.camp-cmp-alt { background: rgba(245,230,211,0.3); }

/* ── Trek Stats Grid ── */
.trek-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(31,46,89,0.08); border-radius: 6px; overflow: hidden; margin-bottom: 2.5rem; border: 1px solid rgba(31,46,89,0.1); }
.trek-stat { background: #fff; padding: 16px 14px; text-align: center; }
.trek-stat-value { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 600; color: var(--mdt-navy); line-height: 1.1; }
.trek-stat-label { font-family: "Jost", sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-brown); margin-top: 4px; }
.trek-stat-sub { font-size: 0.68rem; color: var(--text-light); margin-top: 2px; }
.trek-stat.accent { background: var(--mdt-navy); }
.trek-stat.accent .trek-stat-value { color: var(--mdt-orange-light); }
.trek-stat.accent .trek-stat-label,
.trek-stat.accent .trek-stat-sub { color: rgba(245,230,211,0.7); }
@media (max-width: 768px) { .trek-stats { grid-template-columns: repeat(2, 1fr); } }

/* ── Difficulty Box ── */
.diff-box { display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid rgba(31,46,89,0.1); border-radius: 6px; padding: 20px 24px; margin-bottom: 2.5rem; }
.diff-badge { flex-shrink: 0; width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; font-family: "Jost", sans-serif; color: #fff; }
.diff-badge.challenging { background: var(--mdt-navy); }
.diff-badge-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; }
.diff-badge-grade { font-size: 0.9rem; font-weight: 700; line-height: 1.2; }
.diff-body h4 { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-weight: 400; color: var(--mdt-navy); margin: 0 0 4px; }
.diff-body p { font-size: 0.78rem; line-height: 1.6; color: var(--mid-brown); margin: 0; }
@media (max-width: 768px) { .diff-box { flex-direction: column; text-align: center; } }

/* ── Season Cards ── */
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2.5rem; }
.season-card { background: #fff; border: 1px solid rgba(31,46,89,0.1); border-radius: 6px; padding: 20px; }
.season-card h4 { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; font-weight: 400; color: var(--mdt-navy); margin: 0 0 8px; }
.season-card p { font-size: 0.78rem; line-height: 1.6; color: var(--mid-brown); margin: 0; }
.season-tag { display: inline-block; font-size: 0.6rem; font-weight: 700; padding: 2px 8px; border-radius: 3px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.season-tag.summer { background: rgba(247,147,32,0.12); color: var(--mdt-orange); }
.season-tag.winter { background: rgba(31,46,89,0.08); color: var(--mdt-navy); }
@media (max-width: 768px) { .season-grid { grid-template-columns: 1fr; } }

/* ── Day Stats Bar ── */
.day-stats-bar { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.day-stat-pill { font-family: "Jost", sans-serif; font-size: 0.64rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; background: rgba(31,46,89,0.06); color: var(--mdt-navy); letter-spacing: 0.04em; }
