@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Crimson+Pro:wght@300;400;600&family=Bebas+Neue&display=swap"); 

  :root {
    --sand: #E8C98A;
    --gold: #C9952A;
    --deep-gold: #8B6914;
    --dusk: #2D1F0E;
    --night: #0F0A04;
    --rust: #B84A1E;
    --sage: #7A8C5C;
    --sky: #8BBCD4;
    --cream: #F5EDD8;
    --muted: #A89060;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--night);
    color: var(--cream);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 4px 48px;
    background: linear-gradient(to bottom, rgba(15,10,4,.95), transparent);
    backdrop-filter: blur(2px);
    transition: background .4s;
  }
  nav.scrolled { background: rgba(15,10,4,.97); }
  .nav-logo { display: flex; flex-direction: column; line-height: 1; }
    .nav-logo img { display: flex; flex-direction: column; line-height: 1; width: 85%; }

  .nav-logo span:first-child { font-family: 'Bebas Neue'; font-size: 1.6rem; color: var(--gold); letter-spacing: 3px; }
  .nav-logo span:last-child { font-size: .7rem; color: var(--muted); letter-spacing: 4px; text-transform: uppercase; }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a { color: var(--cream); text-decoration: none; font-size: .95rem; letter-spacing: 1.5px; text-transform: uppercase; opacity: .85; transition: opacity .2s, color .2s; }
  .nav-links a:hover { opacity: 1; color: var(--gold); }
  .nav-cta {
    background: var(--gold);
    color: var(--night);
    padding: 5px 19px;
    border-radius: 11px;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s;
}
  .nav-cta:hover { background: var(--sand); }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { display: block; width: 26px; height: 2px; background: var(--cream); transition: .3s; }
  .mobile-menu { display: none; position: fixed; inset: 0; background: rgba(15,10,4,.98); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 0px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: var(--cream); text-decoration: none; font-family: 'Bebas Neue'; font-size: 2.5rem; letter-spacing: 4px; }

  /* ── HERO ── */
  #hero {
    height: 100vh; min-height: 650px;
    position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background:
      linear-gradient(to bottom, rgba(15,10,4,.6) 0%, rgba(15,10,4,.4) 40%, rgba(15,10,4,1.7) 100%), url('../image/desert11.jpg') center/cover no-repeat;
  }
  /* animated sand particles */
  .particles { position: absolute; inset: 0; pointer-events: none; }
  .p { position: absolute; width: 2px; height: 2px; background: var(--sand); border-radius: 50%; opacity: 0; animation: drift linear infinite; }
  @keyframes drift {
    0% { transform: translateY(100vh) translateX(0); opacity: 0; }
    10% { opacity: .6; }
    90% { opacity: .3; }
    100% { transform: translateY(-20px) translateX(40px); opacity: 0; }
  }
  .hero-content { position: relative; text-align: center; padding: 0 24px; }
  .hero-eyebrow { font-size: .8rem; letter-spacing: 6px; text-align: center; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; opacity: 0; animation: fadeUp .8s .3s forwards; }
  .hero-title { font-family: 'Playfair Display'; font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 900; line-height: 1; color: var(--cream); margin-bottom: 8px; opacity: 0; animation: fadeUp .8s .5s forwards; }
  .hero-title em { color: var(--gold); font-style: italic; }
  .hero-subtitle { font-size: clamp(1.1rem, 2.5vw, 1.6rem); text-align: center; color: var(--sand); margin-bottom: 40px; font-weight: 300; opacity: 0; animation: fadeUp .8s .7s forwards; }
  .hero-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: 44px; opacity: 0; animation: fadeUp .8s .9s forwards; }
  .badge { background: rgba(201,149,42,.15); border: 1px solid rgba(201,149,42,.4); padding: 8px 20px; border-radius: 30px; font-size: .85rem; color: var(--sand); letter-spacing: 1px; }
  .hero-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp .8s 1.1s forwards; }
  .btn-primary { background: var(--gold); color: var(--night); padding: 16px 36px; font-family: 'Bebas Neue'; font-size: 1.1rem; letter-spacing: 3px; text-decoration: none; border-radius: 2px; transition: .2s; }
  .btn-primary:hover { background: var(--sand); transform: translateY(-2px); }
  .btn-outline { border: 1px solid var(--sand); color: var(--sand); padding: 16px 36px; font-family: 'Bebas Neue'; font-size: 1.1rem; letter-spacing: 3px; text-decoration: none; border-radius: 2px; transition: .2s; }
  .btn-outline:hover { background: rgba(232,201,138,.1); transform: translateY(-2px); }
  .hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: .75rem; letter-spacing: 3px; text-transform: uppercase; animation: bounce 2s infinite; }
  .hero-scroll::after { content: ''; display: block; width: 1px; height: 50px; background: linear-gradient(to bottom, var(--gold), transparent); }
  @keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
a {
  text-decoration: none;
  color: #fff;
}
  /* ── STATS BAR ── */
  .stats-bar {
    background: var(--gold);
    display: flex; flex-wrap: wrap; justify-content: center;
  }
  .stat-item { flex: 1; min-width: 160px; padding: 28px 24px; text-align: center; border-right: 1px solid rgba(15,10,4,.15); }
  .stat-item:last-child { border-right: none; }
  .stat-num { font-family: 'Bebas Neue'; font-size: 2.6rem; color: var(--night); line-height: 1; }
  .stat-label { font-size: .75rem; color: var(--deep-gold); letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; }

  /* ── SECTION COMMONS ── */
  section { padding: 100px 0; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
  .section-eyebrow { font-size: .75rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; text-align: center; }
  .section-title { font-family: 'Playfair Display'; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; color: var(--cream); margin-bottom: 20px; line-height: 1.2; }
  .section-title em { color: var(--gold); font-style: italic; }
  .section-desc { font-size: 1.1rem; color: var(--muted); line-height: 1.8; max-width: 640px; text-align: justify; }
   p { font-size: 1.1rem; color: var(--muted); line-height: 1.8;  text-align: justify; }
  .divider { width: 60px; height: 2px; background: var(--gold); margin: 20px 0 40px; }

  /* ── ABOUT ── */
  #about { background: var(--dusk); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .about-img-stack { position: relative; height: 520px; }
  .about-img-stack img { position: absolute; border-radius: 4px; object-fit: cover; }
  .about-img-main { width: 100%; height: 100%; top: 0; left: 0; }
  .about-img-accent { width: 55%; height: 55%; bottom: 0; right: 0; border: 4px solid var(--dusk); }
  .about-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--gold); color: var(--night); padding: 20px 28px; text-align: center; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
  .about-badge strong { font-family: 'Bebas Neue'; font-size: 2.2rem; display: block; line-height: 1; }
  .about-badge span { font-size: .7rem; letter-spacing: 2px; text-transform: uppercase; }
  .info-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
  .pill { background: rgba(201,149,42,.1); border: 1px solid rgba(201,149,42,.25); padding: 8px 16px; border-radius: 30px; font-size: .85rem; color: var(--sand); }

  /* ── WILDLIFE ── */
  #wildlife { background: var(--night); }
  .wildlife-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; flex-wrap: wrap; gap: 24px; }
  .wildlife-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
  .wildlife-card {
    background: var(--dusk); border-radius: 6px; overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    cursor: default;
  }
  .wildlife-card:hover { transform: translateY(-8px); box-shadow: 0 30px 80px rgba(0,0,0,.6); }
  .wc-img { height: 220px; overflow: hidden; position: relative; }
  .wc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
  .wildlife-card:hover .wc-img img { transform: scale(1.08); }
  .wc-tag { position: absolute; top: 14px; right: 14px; background: var(--rust); color: #fff; font-size: .65rem; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
  .wc-body { padding: 24px 24px 28px; }
  .wc-name { font-family: 'Playfair Display'; font-size: 1.4rem; color: var(--cream); margin-bottom: 8px; }
  .wc-sci { font-size: .8rem; color: var(--gold); font-style: italic; margin-bottom: 12px; }
  .wc-desc { font-size: .95rem; color: var(--muted); line-height: 1.7; }

  /* ── LANDSCAPE ── */
  #landscape { background: var(--dusk); }
  .landscape-tabs { display: flex; gap: 0; border-bottom: 1px solid rgba(201,149,42,.3); margin-bottom: 48px; flex-wrap: wrap; }
  .tab-btn {
    background: none; border: none; color: var(--muted); font-family: 'Bebas Neue'; font-size: 1rem;
    letter-spacing: 2px; padding: 14px 28px; cursor: pointer; border-bottom: 2px solid transparent;
    transition: .2s; text-transform: uppercase;
  }
  .tab-btn.active, .tab-btn:hover { color: var(--gold); border-bottom-color: var(--gold); }
  .tab-panel { display: none; }
  .tab-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .tab-panel img { width: 100%; height: 400px; object-fit: cover; border-radius: 4px; }
  .tab-text h3 { font-family: 'Playfair Display'; font-size: 2rem; color: var(--cream); margin-bottom: 16px; }
  .tab-text p { color: var(--muted); line-height: 1.8; font-size: 1.05rem; margin-bottom: 14px; }
  .fact-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
  .fact-list li { display: flex; align-items: center; gap: 12px; font-size: .95rem; color: var(--sand); }
  .fact-list li::before { content: '✦'; color: var(--gold); font-size: .7rem; flex-shrink: 0; }

  /* ── SAFARI / VISIT ── */
  #safari { background: var(--night); }
  .safari-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
  .safari-card {
    background: var(--dusk); border-radius: 6px; padding: 36px 28px;
    border-top: 3px solid var(--gold); transition: transform .3s;
  }
  .safari-card:hover { transform: translateY(-6px); }
  .safari-icon { font-size: 2.6rem; margin-bottom: 20px; }
  .safari-card h3 { font-family: 'Playfair Display'; font-size: 1.35rem; color: var(--cream); margin-bottom: 12px; }
  .safari-card p { color: var(--muted); line-height: 1.7; font-size: .95rem; }
  .safari-meta { display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
  .meta-tag { background: rgba(201,149,42,.1); border: 1px solid rgba(201,149,42,.2); padding: 5px 12px; border-radius: 20px; font-size: .78rem; color: var(--sand); }

  /* ── INFO CARDS ── */
  #visit-info { background: var(--dusk); }
  .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
  .info-card { background: rgba(15,10,4,.5); border: 1px solid rgba(201,149,42,.2); border-radius: 6px; padding: 28px 24px; }
  .info-card h4 { font-family: 'Bebas Neue'; font-size: 1.1rem; letter-spacing: 2px; color: var(--gold); margin-bottom: 14px; }
  .info-card p, .info-card li { color: var(--muted); font-size: .95rem; line-height: 1.7; }
  .info-card ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
  .info-card li::before { content: '▸ '; color: var(--gold); }

  /* ── GALLERY ── */
  #gallery { background: var(--night); }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 12px;
  }
  .g-item { overflow: hidden; border-radius: 4px; cursor: pointer; }
  .g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .4s; filter: brightness(.85); }
  .g-item:hover img { transform: scale(1.08); filter: brightness(1); }
  .g-item.tall { grid-row: span 2; }
  .g-item.wide { grid-column: span 2; }

  /* ── BIRDS ── */
  #birds { background: var(--dusk); }
  .birds-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
  .bird-row { display: flex; align-items: center; gap: 20px; background: rgba(15,10,4,.4); border-radius: 6px; padding: 20px; border-left: 3px solid var(--gold); transition: transform .2s; }
  .bird-row:hover { transform: translateX(6px); }
  .bird-row img { width: 80px; height: 100px; object-fit: cover; flex-shrink: 0; border: 2px solid var(--gold); }
  .bird-info h4 { font-family: 'Playfair Display'; color: var(--cream); margin-bottom: 4px; }
  .bird-info span { font-size: .8rem; color: var(--gold); font-style: italic; display: block; margin-bottom: 6px; }
  .bird-info p { font-size: .88rem; color: var(--muted); line-height: 1.5; }

  /* ── SEASONS ── */
  #seasons { background: var(--night); }
  .seasons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
  .season-card { border-radius: 6px; padding: 36px 24px; text-align: center; transition: transform .3s; }
  .season-card:hover { transform: translateY(-6px); }
  .season-card.winter { background: linear-gradient(135deg, #1a2e3d, #0f1a24); border: 1px solid #4a7a9b; }
  .season-card.spring { background: linear-gradient(135deg, #1e2d14, #0f1a08); border: 1px solid #5a8a3a; }
  .season-card.summer { background: linear-gradient(135deg, #3d1e0a, #1a0a04); border: 1px solid #c97c2a; }
  .season-card.monsoon { background: linear-gradient(135deg, #142030, #080f18); border: 1px solid #3a7aaa; }
  .season-icon { font-size: 3rem; margin-bottom: 16px; }
  .season-card h3 { font-family: 'Bebas Neue'; font-size: 1.5rem; letter-spacing: 2px; margin-bottom: 8px; }
  .season-card.winter h3 { color: var(--sky); }
  .season-card.spring h3 { color: #8bc47a; }
  .season-card.summer h3 { color: var(--rust); }
  .season-card.monsoon h3 { color: #6aaacc; }
  .season-months { font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
  .season-card p { font-size: .9rem; color: var(--muted); line-height: 1.6; }

  /* ── CONSERVATION ── */
  #conservation { background: var(--dusk); }
  .cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .cons-img { width: 100%; object-fit: cover; border-radius: 4px; }
  .cons-points { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; }
  .cons-point { display: flex; gap: 20px; align-items: flex-start; }
  .cons-num { font-family: 'Bebas Neue'; font-size: 2.5rem; color: var(--gold); line-height: 1; flex-shrink: 0; width: 44px; }
  .cons-point h4 { font-family: 'Playfair Display'; color: var(--cream); margin-bottom: 6px; }
  .cons-point p { font-size: .92rem; color: var(--muted); line-height: 1.6; }

  /* ── TOURS ── */
  #tours { background: var(--night); }
  .tours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; }
  .tour-card { background: var(--dusk); border-radius: 6px; overflow: hidden; }
  .tc-img { height: 240px; overflow: hidden; position: relative; }
  .tc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
  .tour-card:hover .tc-img img { transform: scale(1.07); }
  .tc-badge { position: absolute; bottom: 16px; left: 16px; background: var(--gold); color: var(--night); font-family: 'Bebas Neue'; padding: 6px 14px; border-radius: 2px; font-size: .95rem; letter-spacing: 1px; }
  .tc-body { padding: 28px; }
  .tc-body h3 { font-family: 'Playfair Display'; font-size: 1.3rem; color: var(--cream); margin-bottom: 10px; }
  .tc-body p { color: var(--muted); font-size: .93rem; line-height: 1.7; margin-bottom: 20px; }
  .tc-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(201,149,42,.2); padding-top: 18px; }
  .tc-price { font-family: 'Bebas Neue'; font-size: 1.5rem; color: var(--gold); }
  .tc-price span { font-family: 'Crimson Pro'; font-size: .75rem; color: var(--muted); }
  .tc-link { background: var(--gold); color: var(--night); padding: 10px 20px; border-radius: 2px; font-family: 'Bebas Neue'; letter-spacing: 1px; text-decoration: none; font-size: .95rem; transition: .2s; }
  .tc-link:hover { background: var(--sand); }

  /* ── MAP ── */
  #location { background: var(--dusk); }
  .location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .location-map { width: 100%; height: 420px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(201,149,42,.3); }
  .loc-items { display: flex; flex-direction: column; gap: 28px; }
  .loc-item { display: flex; gap: 20px; }
  .loc-icon { font-size: 1.6rem; width: 48px; height: 48px; background: rgba(201,149,42,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .loc-item h4 { font-family: 'Playfair Display'; color: var(--cream); margin-bottom: 4px; }
  .loc-item p { color: var(--muted); font-size: .92rem; line-height: 1.6; }

  /* ── FAQ ── */
  #faq { background: var(--night); }
  .faq-list { display: flex; flex-direction: column; gap: 0; max-width: 860px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid rgba(201,149,42,.2); }
  .faq-q {
    width: 100%; background: none; border: none; color: var(--cream);
    font-family: 'Playfair Display'; font-size: 1.1rem; text-align: left;
    padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    gap: 20px;
  }
  .faq-q:hover { color: var(--gold); }
  .faq-arrow { color: var(--gold); font-size: 1.2rem; transition: transform .3s; flex-shrink: 0; }
  .faq-item.open .faq-arrow { transform: rotate(180deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
  .faq-a p { color: var(--muted); line-height: 1.8; font-size: 1rem; padding-bottom: 20px; }
  .faq-item.open .faq-a { max-height: 300px; }

  /* ── CONTACT ── */
  #contact { background: var(--dusk); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
  .contact-form { display: flex; flex-direction: column; gap: 18px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; }
  .form-group label { font-size: .8rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
  .form-group input, .form-group textarea, .form-group select {
    background: rgba(15,10,4,.5); border: 1px solid rgba(201,149,42,.3); color: var(--cream);
    padding: 14px 16px; border-radius: 4px; font-family: 'Crimson Pro'; font-size: 1rem;
    outline: none; transition: border-color .2s; width: 100%;
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
  .form-group textarea { resize: vertical; min-height: 120px; }
  .form-group select option { background: var(--dusk); }
  .submit-btn {
    background: var(--gold); color: var(--night); border: none;
    font-family: 'Bebas Neue'; font-size: 1.1rem; letter-spacing: 3px;
    padding: 16px 36px; border-radius: 2px; cursor: pointer; align-self: flex-start; transition: .2s;
  }
  .submit-btn:hover { background: var(--sand); transform: translateY(-2px); }
  .contact-info { display: flex; flex-direction: column; gap: 28px; }
  .ci-item { display: flex; gap: 18px; align-items: flex-start; }
  .ci-icon { font-size: 1.4rem; width: 48px; height: 48px; background: rgba(201,149,42,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ci-item h4 { font-family: 'Playfair Display'; color: var(--cream); margin-bottom: 4px; }
  .ci-item p, .ci-item a { color: var(--muted); font-size: .95rem; text-decoration: none; }
  .ci-item a:hover { color: var(--gold); }

  /* ── FOOTER ── */
  footer { background: var(--night); border-top: 1px solid rgba(201,149,42,.2); padding: 64px 0 32px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  .footer-logo { font-family: 'Bebas Neue'; font-size: 1.8rem; color: var(--gold); letter-spacing: 4px; display: block; margin-bottom: 14px; }
  .footer-desc { color: var(--muted); font-size: .92rem; line-height: 1.7; max-width: 280px; }
  .footer-col h4 { font-family: 'Bebas Neue'; font-size: 1rem; letter-spacing: 3px; color: var(--sand); margin-bottom: 20px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col a { color: var(--muted); text-decoration: none; font-size: .9rem; transition: color .2s; }
  .footer-col a:hover { color: var(--gold); }
  .footer-bottom { border-top: 1px solid rgba(201,149,42,.15); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .footer-bottom p { color: var(--muted); font-size: .82rem; }

  /* ── LIGHTBOX ── */
  .lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 2000; align-items: center; justify-content: center; }
  .lightbox.open { display: flex; }
  .lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 4px; }
  .lb-close { position: absolute; top: 24px; right: 32px; font-size: 2rem; color: var(--cream); cursor: pointer; }

  /* ── SCROLL REVEAL ── */
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity .7s, transform .7s; }
  .reveal.visible { opacity: 1; transform: none; }

  /* ── BACK TO TOP ── */
  #btt { position: fixed; bottom: 32px; right: 32px; width: 44px; height: 44px; background: var(--gold); color: var(--night); border: none; border-radius: 50%; font-size: 1.2rem; cursor: pointer; z-index: 900; display: none; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(0,0,0,.4); transition: .2s; }
  #btt.show { display: flex; }
  #btt:hover { transform: translateY(-3px); background: var(--sand); }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 16px 24px; }
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
    .about-grid, .tab-panel.active, .cons-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-img-stack { height: 350px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .g-item.wide { grid-column: span 1; }
    .form-row { grid-template-columns: 1fr; }
    .tab-panel img { height: 260px; }
  }
  @media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .g-item.tall { grid-row: span 1; }
    section { padding: 64px 0; }
    .hero-title { font-size: 3rem; }
  }
.icon-bar {
  position: fixed;
  top: 80%;
}
/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.whatsapp {
  color: white;
}