 * { margin: 0; padding: 0; box-sizing: border-box; }
    :root { --teal: #2BBFB0; --gold: #C9893E; --dark: #0C1014; --ink: #151A20; --mist: #0F1419; --nav-h: 62px; --bar-h: 50px; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; background: var(--dark); color: #fff; overflow-x: hidden; }

    /* ── LOADING STATE ── */
    .page-loader { position: fixed; inset: 0; background: var(--dark); z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 0.4s; }
    .page-loader.hidden { opacity: 0; pointer-events: none; }
    .loader-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 1.2s ease-in-out infinite; }
    .loader-dot:nth-child(2) { animation-delay: 0.2s; background: var(--gold); }
    .loader-dot:nth-child(3) { animation-delay: 0.4s; }
    @keyframes pulse { 0%,100% { transform: scale(0.6); opacity: 0.3; } 50% { transform: scale(1); opacity: 1; } }

    /* ── WHATSAPP FLOAT ── */
    .wa-float { position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 1000; background: #25D366; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; transition: transform 0.25s, box-shadow 0.25s; }
    .wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }
    .wa-float i { font-size: 1.5rem; color: #fff; }
    .wa-float .wa-tip { position: absolute; right: 64px; top: 50%; transform: translateY(-50%); background: var(--dark); border: 1px solid rgba(37,211,102,0.3); color: #fff; font-size: 0.78rem; white-space: nowrap; padding: 0.4rem 0.9rem; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
    .wa-float:hover .wa-tip { opacity: 1; }

    /* ── NAV ── */
    .site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--nav-h); display: flex; justify-content: space-between; align-items: center; padding: 0 3.5rem; background: rgba(12,16,20,0); backdrop-filter: blur(0px); transition: background 0.4s, backdrop-filter 0.4s; border-bottom: 1px solid transparent; }
    .site-nav.scrolled { background: rgba(12,16,20,0.96); backdrop-filter: blur(16px); border-bottom-color: rgba(255,255,255,0.06); }
    .logo { text-decoration: none; display: flex; flex-direction: column; gap: 1px; }
    .logo-top { font-family: 'DM Mono', monospace; font-size: 0.56rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--teal); }
    .logo-main { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: #fff; line-height: 1; }
    .logo-main span { color: var(--gold); }
    .nav-right { display: flex; align-items: center; gap: 1rem; }
    .nav-back { font-family: 'DM Mono', monospace; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
    .nav-back:hover { color: #fff; }
    .nav-book { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; background: var(--teal); color: var(--dark); border: none; padding: 0.5rem 1.4rem; cursor: pointer; text-decoration: none; display: flex; align-items: center; gap: 7px; transition: all 0.2s; }
    .nav-book:hover { background: #25a89a; }

    /* ── HERO ── */
    .tour-hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; transform: scale(1.06); animation: bgzoom 18s ease-out forwards; }
    @keyframes bgzoom { from { transform: scale(1.06); } to { transform: scale(1.0); } }
    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,16,20,1) 0%, rgba(12,16,20,0.6) 40%, rgba(12,16,20,0.15) 75%, rgba(12,16,20,0.4) 100%); }
    .hero-category { position: absolute; top: 7.5rem; left: 3.5rem; z-index: 10; display: flex; align-items: center; gap: 10px; font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--teal); opacity: 0; animation: fadeup 0.6s 0.4s ease both; }
    .hero-category::before { content: ''; display: block; width: 28px; height: 1px; background: var(--teal); }
    .hero-content { position: relative; z-index: 10; padding: 0 3.5rem 5rem; max-width: 900px; }
    .hero-tag { display: inline-block; font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); background: rgba(201,137,62,0.12); padding: 4px 12px; margin-bottom: 1.4rem; opacity: 0; animation: fadeup 0.6s 0.5s ease both; }
    .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.5rem, 8vw, 6.5rem); font-weight: 400; line-height: 0.92; margin-bottom: 1.2rem; opacity: 0; animation: fadeup 0.8s 0.65s ease both; }
    .hero-title em { font-style: italic; color: var(--gold); font-weight: 300; }
    .hero-meta { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.5rem; opacity: 0; animation: fadeup 0.6s 0.85s ease both; }
    .hero-meta-item { display: flex; align-items: center; gap: 7px; font-size: 0.82rem; color: rgba(255,255,255,0.55); }
    .hero-meta-item i { color: var(--teal); font-size: 0.85rem; }
    .hero-meta-divider { width: 1px; height: 16px; background: rgba(255,255,255,0.15); }
    .hero-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.65; color: rgba(255,255,255,0.65); max-width: 580px; margin-bottom: 3rem; opacity: 0; animation: fadeup 0.6s 1s ease both; }
    .hero-ctas { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; opacity: 0; animation: fadeup 0.6s 1.15s ease both; }
    .btn-book { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; background: var(--teal); color: var(--dark); border: none; padding: 1rem 2.5rem; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; transition: all 0.25s; }
    .btn-book:hover { background: #25a89a; transform: translateY(-2px); }
    .btn-wa-hero { font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; background: #25D366; color: #fff; border: none; padding: 1rem 1.8rem; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s; }
    .btn-wa-hero:hover { background: #1ebb59; transform: translateY(-2px); }
    .scroll-hint { position: absolute; bottom: 2rem; right: 3.5rem; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0; animation: fadeup 0.5s 1.8s ease both; }
    .scroll-hint span { font-family: 'DM Mono', monospace; font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.2); }
    .scroll-line { width: 1px; height: 44px; background: rgba(255,255,255,0.1); position: relative; overflow: hidden; }
    .scroll-line::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 50%; background: var(--teal); animation: drop 2s ease-in-out infinite; }
    @keyframes drop { 0% { top: -50%; } 100% { top: 100%; } }
    @keyframes fadeup { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

    /* ── STICKY BAR ── */
    .booking-bar { position: sticky; top: var(--nav-h); z-index: 150; height: var(--bar-h); background: rgba(21,26,32,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 0 3.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transform: translateY(-100%); animation: slidein 0.5s 2s ease both; }
    @keyframes slidein { to { transform: translateY(0); } }
    .bar-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .bar-meta { display: flex; gap: 1.5rem; flex-shrink: 0; }
    .bar-item { font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 5px; white-space: nowrap; }
    .bar-item i { color: var(--teal); }

    /* ── MAIN LAYOUT ── */
    /*
      Desktop: left column scrolls freely, right column contains the fixed card.
      The sidebar column itself is position:relative and full-height so the
      fixed card has a boundary to work within via JS clamping.
    */
    .tour-layout {
      max-width: 1200px; margin: 0 auto;
      padding: 5rem 2rem;
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 5rem;
      align-items: start;
    }
    .tour-left { min-width: 0; }

    /* Sidebar column — acts as the bounding box for the fixed card */
    .tour-sidebar { position: relative; }

    /* The card itself — fixed on desktop, JS keeps it within sidebar bounds */
    .booking-card-wrap {
      position: fixed;
      width: 340px;
      /* top set by JS */
      z-index: 50;
      /* transition only top for smooth clamping */
      transition: top 0.08s linear;
    }

    /* ── BOOKING CARD ── */
    .booking-card { background: var(--ink); border: 1px solid rgba(255,255,255,0.08); overflow: hidden; }
    .booking-card::before { content: ''; display: block; height: 3px; background: linear-gradient(90deg, var(--teal), var(--gold)); }
    .bc-inner { padding: 1.8rem; }
    .bc-label { font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; }
    .bc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: #fff; line-height: 1.15; margin-bottom: 1.4rem; }
    .bc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.06); margin-bottom: 1.4rem; }
    .bc-stat { background: var(--ink); padding: 0.9rem; }
    .bc-stat-n { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: #fff; line-height: 1; display: flex; align-items: baseline; gap: 3px; }
    .bc-stat-n sup { font-size: 0.8rem; color: var(--gold); }
    .bc-stat-l { font-family: 'DM Mono', monospace; font-size: 0.55rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 3px; }
    .bc-includes { margin-bottom: 1.6rem; }
    .bc-inc-title { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 0.8rem; }
    .bc-inc-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
    .bc-inc-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.55); font-weight: 300; }
    .bc-inc-list li i { color: var(--teal); font-size: 0.7rem; margin-top: 3px; flex-shrink: 0; }
    .bc-note { background: rgba(43,191,176,0.05); border-left: 2px solid var(--teal); padding: 0.8rem 1rem; font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.55; font-weight: 300; margin-bottom: 1.6rem; }
    .bc-cta-book { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; padding: 1.1rem; background: var(--teal); color: var(--dark); font-family: 'DM Sans', sans-serif; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.2s; margin-bottom: 0.7rem; }
    .bc-cta-book:hover { background: #25a89a; transform: translateY(-1px); }
    .bc-cta-wa { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; padding: 1rem; background: transparent; color: rgba(255,255,255,0.65); font-family: 'DM Sans', sans-serif; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; border: 1px solid rgba(37,211,102,0.3); cursor: pointer; text-decoration: none; transition: all 0.2s; }
    .bc-cta-wa:hover { background: rgba(37,211,102,0.08); border-color: #25D366; color: #25D366; }
    .bc-cta-wa i { color: #25D366; }
    .bc-trust { display: flex; justify-content: center; gap: 1.5rem; padding: 1.2rem 1.8rem; border-top: 1px solid rgba(255,255,255,0.06); }
    .bc-trust-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
    .bc-trust-item i { font-size: 1rem; color: var(--gold); }
    .bc-trust-item span { font-family: 'DM Mono', monospace; font-size: 0.5rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.3); text-align: center; line-height: 1.3; }

    /* Oscar mini card */
    .oscar-mini { margin-top: 0.8rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); padding: 1.2rem; }
    .oscar-mini::before { content: ''; display: block; height: 1px; background: linear-gradient(90deg, var(--teal), var(--gold)); margin: -1.2rem -1.2rem 1rem; }
    .om-row { display: flex; align-items: center; gap: 10px; margin-bottom: 0.7rem; }
    .om-av { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--gold)); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--dark); flex-shrink: 0; }
    .om-name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 0.95rem; color: #fff; }
    .om-badge { font-family: 'DM Mono', monospace; font-size: 0.5rem; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(43,191,176,0.1); color: var(--teal); padding: 2px 7px; }
    .om-quote { font-size: 0.78rem; color: rgba(255,255,255,0.45); font-style: italic; line-height: 1.6; }

    /* ── CONTENT SECTIONS ── */
    .section-eyebrow { font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 10px; }
    .section-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--teal); }
    .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 1.8rem; }
    .section-title em { font-style: italic; color: var(--gold); }
    .intro-text { font-size: 0.95rem; line-height: 1.9; color: rgba(255,255,255,0.6); font-weight: 300; margin-bottom: 1rem; }
    .intro-text strong { color: rgba(255,255,255,0.9); font-weight: 400; }
    .section-sep { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 4rem 0; }

    /* Food highlight */
    .food-highlight { background: rgba(201,137,62,0.05); border: 1px solid rgba(201,137,62,0.15); padding: 1.8rem; margin: 2.5rem 0; display: flex; gap: 1.5rem; align-items: flex-start; }
    .food-icon { font-size: 2rem; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
    .food-highlight h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--gold); margin-bottom: 0.4rem; }
    .food-highlight p { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.7; font-weight: 300; }

    /* Gallery */
    .gallery-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 3rem 0; }
    .g-span2 { grid-column: 1 / 3; }
    .g-wrap { overflow: hidden; position: relative; cursor: pointer; }
    .g-wrap.wide  { height: 240px; }
    .g-wrap.short { height: 190px; }
    .g-wrap.tall  { height: 260px; }
    .g-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease, filter 0.3s; filter: brightness(0.85); }
    .g-wrap:hover .g-img { transform: scale(1.05); filter: brightness(1); }
    .g-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,16,20,0.75) 0%, transparent 55%); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 0.9rem; }
    .g-wrap:hover .g-overlay { opacity: 1; }
    .g-label { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
    .g-zoom-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(12,16,20,0.65); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
    .g-wrap:hover .g-zoom-icon { opacity: 1; }
    .g-zoom-icon i { font-size: 0.9rem; color: rgba(255,255,255,0.85); }

    /* Lightbox */
    .lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(5,8,11,0.97); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
    .lightbox.open { opacity: 1; pointer-events: all; }
    .lb-inner { position: relative; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
    .lb-img { max-width: 88vw; max-height: 78vh; object-fit: contain; display: block; transition: opacity 0.2s; }
    .lb-caption { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.4); text-align: center; }
    .lb-counter { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.22); }
    .lb-close { position: fixed; top: 1.4rem; right: 1.6rem; background: rgba(12,16,20,0.7); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 2001; }
    .lb-close:hover { border-color: rgba(255,255,255,0.5); color: #fff; }
    .lb-prev, .lb-next { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(12,16,20,0.7); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); width: 48px; height: 48px; border-radius: 50%; cursor: pointer; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 2001; }
    .lb-prev { left: 1.5rem; }
    .lb-next { right: 1.5rem; }
    .lb-prev:hover, .lb-next:hover { background: rgba(43,191,176,0.15); border-color: var(--teal); color: var(--teal); }
    .lb-dots { display: flex; gap: 6px; justify-content: center; }
    .lb-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.2); border: none; cursor: pointer; padding: 0; transition: background 0.2s; }
    .lb-dot.active { background: var(--teal); }

    /* Timeline */
    .timeline { margin: 2rem 0 3rem; }
    .t-item { display: grid; grid-template-columns: 52px 1fr; }
    .t-left { display: flex; flex-direction: column; align-items: center; padding-top: 4px; }
    .t-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); flex-shrink: 0; z-index: 1; }
    .t-dot.gold { background: var(--gold); box-shadow: 0 0 0 3px rgba(201,137,62,0.2); }
    .t-line { width: 1px; flex: 1; background: rgba(255,255,255,0.08); margin-top: 4px; }
    .t-item:last-child .t-line { display: none; }
    .t-body { padding: 0 0 2rem; }
    .t-time { font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
    .t-title { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .t-desc { font-size: 0.85rem; color: rgba(255,255,255,0.48); font-weight: 300; line-height: 1.65; }

    /* Included */
    .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0 3rem; }
    .col-label { font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 1rem; }
    .col-label.yes { color: var(--teal); }
    .col-label.no  { color: rgba(255,80,80,0.7); }
    .check-list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
    .check-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.88rem; color: rgba(255,255,255,0.6); font-weight: 300; line-height: 1.5; }
    .check-list li i { margin-top: 2px; font-size: 0.75rem; flex-shrink: 0; }
    .check-list.yes li i { color: var(--teal); }
    .check-list.no  li i { color: rgba(255,80,80,0.7); }

    /* Bring */
    .bring-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1.5rem 0 1.2rem; }
    .bring-item { display: flex; align-items: flex-start; gap: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); padding: 0.85rem; transition: border-color 0.25s; }
    .bring-item:hover { border-color: rgba(43,191,176,0.25); }
    .bring-item i { color: var(--gold); font-size: 0.9rem; margin-top: 2px; flex-shrink: 0; }
    .bring-item span { font-size: 0.83rem; color: rgba(255,255,255,0.55); font-weight: 300; line-height: 1.5; }
    .cash-note { background: rgba(201,137,62,0.07); border: 1px solid rgba(201,137,62,0.2); padding: 1rem 1.2rem; display: flex; align-items: flex-start; gap: 10px; }
    .cash-note i { color: var(--gold); font-size: 0.9rem; margin-top: 2px; flex-shrink: 0; }
    .cash-note p { font-size: 0.83rem; color: rgba(255,255,255,0.55); line-height: 1.65; font-weight: 300; }

    /* FAQ */
    .faq-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
    .faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0; cursor: pointer; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: #fff; transition: color 0.2s; user-select: none; gap: 1rem; }
    .faq-q:hover { color: var(--teal); }
    .faq-q i { font-size: 0.7rem; color: var(--teal); transition: transform 0.3s; flex-shrink: 0; }
    .faq-a { max-height: 0; overflow: hidden; font-size: 0.88rem; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.75; transition: max-height 0.35s ease, padding 0.25s; }
    .faq-item.open .faq-a { max-height: 300px; padding-bottom: 1.2rem; }
    .faq-item.open .faq-q i { transform: rotate(45deg); }
    .faq-item.open .faq-q { color: var(--teal); }

    /* Related */
    .related-section { background: var(--mist); padding: 5rem 0; border-top: 1px solid rgba(255,255,255,0.05); }
    .related-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
    .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
    .related-card { background: var(--ink); border: 1px solid rgba(255,255,255,0.06); overflow: hidden; text-decoration: none; display: block; transition: border-color 0.3s; }
    .related-card:hover { border-color: rgba(43,191,176,0.25); }
    .rc-img-wrap { overflow: hidden; height: 180px; }
    .rc-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
    .related-card:hover .rc-img { transform: scale(1.04); }
    .rc-body { padding: 1.2rem; }
    .rc-badge { font-family: 'DM Mono', monospace; font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; display: block; }
    .rc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: #fff; transition: color 0.2s; }
    .related-card:hover .rc-title { color: var(--teal); }
    .rc-meta { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-top: 0.5rem; }

    /* Footer */
    .footer-mini { background: #080B0E; padding: 2rem 3.5rem; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
    .fm-copy { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.12em; color: rgba(255,255,255,0.18); }
    .fm-social { display: flex; gap: 1rem; }
    .fm-social a { color: rgba(255,255,255,0.28); font-size: 0.95rem; text-decoration: none; transition: color 0.2s; }
    .fm-social a:hover { color: #fff; }

    /* ── MOBILE ── */
    @media (max-width: 900px) {
      .site-nav { padding: 0 1.5rem; }
      .hero-content { padding: 0 1.5rem 4rem; }
      .hero-category { left: 1.5rem; top: 7rem; }
      .booking-bar { padding: 0 1.5rem; }
      .bar-meta { display: none; }
      .scroll-hint { display: none; }

      /* On mobile: layout becomes single column, card returns to normal flow */
      .tour-layout {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 3rem 1.5rem;
      }
      .tour-sidebar { margin-top: 3rem; }
      .booking-card-wrap {
        position: static !important;
        width: 100% !important;
        top: auto !important;
      }
      .two-col { grid-template-columns: 1fr; }
      .bring-grid { grid-template-columns: 1fr; }
      .footer-mini { padding: 1.5rem; }
      .lb-prev { left: 0.5rem; }
      .lb-next { right: 0.5rem; }
    }
