/* ===================================================================
   Atutanga Tours & Safaris — Modern local rebuild
   Theme: Namibian savanna — sand, terracotta, acacia green, charcoal
   =================================================================== */

:root {
  --sand:        #f4ece0;
  --sand-2:      #ece0cd;
  --cream:       #fbf7f0;
  --terracotta:  #c4622d;
  --terracotta-d:#a44e20;
  --ochre:       #d99a2b;
  --savanna:     #3f5e3a;
  --savanna-d:   #2c4429;
  --charcoal:    #241f1a;
  --charcoal-2:  #3a322a;
  --muted:       #7a6f63;
  --line:        rgba(36,31,26,.12);
  --white:       #ffffff;

  --shadow-sm: 0 2px 10px rgba(36,31,26,.08);
  --shadow:    0 12px 34px rgba(36,31,26,.14);
  --shadow-lg: 0 26px 60px rgba(36,31,26,.22);

  --radius:   16px;
  --radius-lg:26px;
  --max:      1200px;

  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: var(--sans); /* unified: whole site uses one font (Inter) */
}

/* ---------- reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: var(--sans); font-weight: 700; line-height: 1.14; letter-spacing: -0.02em; color: var(--charcoal); }

/* ---------- layout helpers ---------- */
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section-sm { padding: 60px 0; }
.center { text-align: center; }
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--terracotta);
  margin-bottom: 14px;
  display: inline-block;
}
.eyebrow.light { color: var(--ochre); }
.h-title { font-size: clamp(2rem, 4.4vw, 3.4rem); letter-spacing: -.01em; }
.lead { color: var(--muted); font-size: 1.12rem; max-width: 760px; }
.center .lead { margin-left: auto; margin-right: auto; }
.divider { width: 64px; height: 3px; background: var(--terracotta); border-radius: 3px; margin: 18px 0 26px; }
.center .divider { margin-left: auto; margin-right: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 14px 30px; border-radius: 50px; cursor: pointer;
  border: 2px solid transparent; transition: all .25s ease; white-space: nowrap;
}
.btn-primary { background: var(--terracotta); color: #fff; box-shadow: 0 10px 24px rgba(196,98,45,.32); }
.btn-primary:hover { background: var(--terracotta-d); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(196,98,45,.42); }
.btn-ghost { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--charcoal); }
.btn-dark { background: var(--charcoal); color: #fff; }
.btn-dark:hover { background: var(--savanna); transform: translateY(-2px); }
.btn-outline { border-color: var(--terracotta); color: var(--terracotta); }
.btn-outline:hover { background: var(--terracotta); color: #fff; }

/* ---------- top bar ---------- */
.topbar {
  background: var(--charcoal); color: #d7cdbf; font-size: 13.5px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 44px; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #d7cdbf; transition: color .2s; }
.topbar a:hover { color: var(--ochre); }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-left span, .topbar-left a { display: inline-flex; align-items: center; gap: 8px; }
.topbar-social { display: flex; gap: 16px; align-items: center; }
.topbar-social a { font-size: 15px; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,247,240,.92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { height: 50px; width: auto; }
.brand-text { line-height: 1.05; }
.brand-text strong { font-family: var(--serif); font-size: 1.34rem; display: block; color: var(--charcoal); letter-spacing: .01em; }
.brand-text small { font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--terracotta); font-weight: 700; }

.menu { display: flex; align-items: center; gap: 4px; }
.menu > li > a {
  display: inline-block; padding: 10px 15px; font-size: 15px; font-weight: 600;
  color: var(--charcoal-2); border-radius: 8px; transition: color .2s, background .2s;
}
.menu > li > a:hover, .menu > li.active > a { color: var(--terracotta); }
.menu .has-sub { position: relative; }
.menu .has-sub > a::after { content: "▾"; margin-left: 6px; font-size: 11px; opacity: .6; }
.submenu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 220px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow); padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: all .2s ease;
}
.menu .has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: var(--charcoal-2); }
.submenu a:hover { background: var(--sand); color: var(--terracotta); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--charcoal); margin: 5px auto; transition: .3s; }
.menu-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2){ opacity: 0; }
.menu-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero (home) ---------- */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.6s ease, transform 7s ease; transform: scale(1.08); }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(20,16,12,.78) 0%, rgba(20,16,12,.45) 45%, rgba(20,16,12,.2) 100%); }
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 760px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); color: #fff; letter-spacing: -.015em; }
.hero p { font-size: 1.2rem; color: #f0e7da; margin: 22px 0 34px; max-width: 580px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 38px; margin-top: 54px; flex-wrap: wrap; }
.hero-meta .num { font-family: var(--serif); font-size: 2.4rem; color: var(--ochre); line-height: 1; }
.hero-meta small { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: 11.5px; color: #e3d8c8; margin-top: 6px; }

/* ---------- page banner (interior pages) ---------- */
.page-banner { position: relative; padding: 120px 0 96px; color: #fff; background-size: cover; background-position: center; }
.page-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,12,.55), rgba(20,16,12,.78)); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); color: #fff; }
.crumb { display: flex; gap: 10px; align-items: center; font-size: 14px; color: #e7ddcd; margin-top: 14px; }
.crumb a:hover { color: var(--ochre); }
.crumb span { opacity: .6; }

/* ---------- about / split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.split-media .stack { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.split-media .stack img:nth-child(1){ margin-top: 28px; }
.split-body p { color: var(--muted); margin-bottom: 16px; }
.badge-float {
  position: absolute; bottom: -24px; right: -18px; background: var(--terracotta); color: #fff;
  padding: 18px 24px; border-radius: 16px; box-shadow: var(--shadow); text-align: center;
}
.badge-float .num { font-family: var(--serif); font-size: 1.9rem; line-height: 1; }
.badge-float small { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }

/* ---------- feature cards ---------- */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.feature .ic { width: 58px; height: 58px; border-radius: 14px; background: var(--sand); color: var(--terracotta);
  display: grid; place-items: center; font-size: 26px; margin-bottom: 18px; }
.feature h3 { font-size: 1.4rem; margin-bottom: 10px; }
.feature p { color: var(--muted); font-size: 15.5px; }

/* ---------- tour cards ---------- */
.tour-card {
  background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s;
}
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tour-media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--sand-2); }
.tour-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tour-card:hover .tour-media img { transform: scale(1.07); }
.tour-tag { position: absolute; top: 14px; left: 14px; background: rgba(36,31,26,.82); color: #fff;
  font-size: 12px; font-weight: 600; padding: 6px 13px; border-radius: 50px; backdrop-filter: blur(4px); }
.tour-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.tour-body h3 { font-size: 1.42rem; margin-bottom: 10px; }
.tour-body p { color: var(--muted); font-size: 15px; flex: 1; }
.tour-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.price { font-family: var(--serif); font-size: 1.3rem; color: var(--savanna); font-weight: 600; }
.price small { display: block; font-family: var(--sans); font-size: 11px; color: var(--muted); letter-spacing: .04em; }
.tour-foot a { font-weight: 600; font-size: 14.5px; color: var(--terracotta); display: inline-flex; align-items: center; gap: 6px; }
.tour-foot a:hover { gap: 10px; }

/* ---------- bands ---------- */
.band-sand { background: var(--sand); }
.band-dark { background: var(--charcoal); color: #ece4d8; }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark .lead { color: #c3b8a8; }
.band-savanna { background: var(--savanna-d); color: #e7e9e1; }
.band-savanna h2 { color: #fff; }

/* ---------- CTA strip ---------- */
.cta-strip { position: relative; color: #fff; text-align: center; background-size: cover; background-position: center; padding: 96px 0; }
.cta-strip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(40,24,12,.78), rgba(40,24,12,.86)); }
.cta-strip .container { position: relative; z-index: 2; }
.cta-strip h2 { font-size: clamp(2rem, 4vw, 3rem); color: #fff; }
.cta-strip p { color: #f0e3d2; max-width: 600px; margin: 16px auto 30px; }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; text-align: center; }
.stat .num { font-family: var(--serif); font-size: 2.8rem; color: var(--terracotta); line-height: 1; }
.stat small { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--muted); margin-top: 8px; }
.band-dark .stat small { color: #b6ab9b; }

/* ---------- testimonials ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--ochre); letter-spacing: 2px; margin-bottom: 14px; }
.quote p { font-style: italic; color: var(--charcoal-2); font-size: 16px; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.quote .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--savanna); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--serif); }
.quote .who strong { display: block; font-size: 15px; }
.quote .who small { color: var(--muted); }

/* ---------- pricing / shuttle table ---------- */
.rate-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s, box-shadow .3s; display:flex; flex-direction:column; }
.rate-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.rate-media { aspect-ratio: 16/10; overflow:hidden; background: var(--sand-2); }
.rate-media img { width:100%; height:100%; object-fit: cover; }
.rate-body { padding: 22px 24px 26px; }
.rate-body h3 { font-size: 1.25rem; margin-bottom: 16px; }
.rate-row { display:flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 15px; }
.rate-row:last-child { border-bottom: 0; }
.rate-row span:last-child { font-weight: 700; color: var(--savanna); }

.price-table { width: 100%; border-collapse: collapse; background:#fff; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); font-size: 14.5px; }
.price-table th, .price-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table thead th { background: var(--savanna-d); color:#fff; font-family: var(--sans); font-weight:600; font-size: 13px; }
.price-table tbody tr:nth-child(even){ background: var(--sand); }
.price-table td:first-child { font-weight: 700; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---------- itinerary timeline ---------- */
.itin { position: relative; margin-left: 8px; }
.itin::before { content:""; position:absolute; left: 13px; top: 8px; bottom: 8px; width: 2px; background: var(--sand-2); }
.itin-item { position: relative; padding: 0 0 30px 50px; }
.itin-item::before { content:""; position:absolute; left: 6px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--terracotta); border: 3px solid var(--cream); box-shadow: 0 0 0 2px var(--terracotta); }
.itin-item h4 { font-size: 1.15rem; margin-bottom: 6px; color: var(--charcoal); }
.itin-item p { color: var(--muted); font-size: 15px; }

.info-box { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; }
.info-box h3 { font-size: 1.2rem; margin-bottom: 14px; display:flex; align-items:center; gap:10px; }
.info-box ul li { padding: 7px 0 7px 26px; position: relative; color: var(--charcoal-2); font-size: 15px; border-bottom: 1px solid var(--line); }
.info-box ul li:last-child { border-bottom: 0; }
.info-box ul li::before { content:"✓"; position:absolute; left:0; color: var(--savanna); font-weight:700; }
.info-box.excl ul li::before { content:"–"; color: var(--terracotta); }

.chip-row { display:flex; flex-wrap:wrap; gap:10px; }
.chip { background: var(--sand); border:1px solid var(--line); border-radius: 50px; padding: 8px 16px; font-size: 13.5px; font-weight:600; color: var(--charcoal-2); }

/* ---------- gallery ---------- */
.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-grid figure { break-inside: avoid; margin: 0 0 18px; border-radius: 14px; overflow: hidden; cursor: pointer; position: relative; box-shadow: var(--shadow-sm); }
.gallery-grid img { width: 100%; transition: transform .6s ease; }
.gallery-grid figure::after { content: "⤢"; position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size: 26px; background: rgba(36,31,26,.0); opacity:0; transition:.3s; }
.gallery-grid figure:hover::after { background: rgba(36,31,26,.4); opacity:1; }
.gallery-grid figure:hover img { transform: scale(1.06); }

/* lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(16,12,9,.92); display:none; align-items:center; justify-content:center; z-index: 200; padding: 30px; }
.lightbox.open { display:flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox .lb-close { position: absolute; top: 22px; right: 28px; color:#fff; font-size: 34px; cursor:pointer; line-height:1; }
.lightbox .lb-nav { position:absolute; top:50%; transform: translateY(-50%); color:#fff; font-size: 44px; cursor:pointer; user-select:none; padding: 0 18px; opacity:.8; }
.lightbox .lb-nav:hover { opacity:1; }
.lb-prev { left: 6px; } .lb-next { right: 6px; }

/* ---------- discovery places ---------- */
.place { display:grid; grid-template-columns: 1.05fr 1fr; gap: 44px; align-items:center; }
.place.reverse .place-media { order: 2; }
.place-media { display:grid; grid-template-columns: 1fr; gap: 16px; }
.place-media.two { grid-template-columns: 1fr 1fr; }
.place-media img { border-radius: var(--radius); box-shadow: var(--shadow); width:100%; height:100%; object-fit: cover; aspect-ratio: 4/3; }
.place-body h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 6px; }
.place-body p { color: var(--muted); margin-bottom: 14px; font-size: 15.5px; }

/* ---------- contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items:start; }
.contact-cards { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 26px; }
.contact-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.contact-card .ic { width:48px;height:48px;border-radius:12px;background:var(--sand);color:var(--terracotta);display:grid;place-items:center;font-size:21px;margin-bottom:12px; }
.contact-card h4 { font-family: var(--sans); font-size: 13px; text-transform: uppercase; letter-spacing:.12em; color: var(--muted); margin-bottom: 4px; }
.contact-card p { font-weight: 600; font-size: 15.5px; }
.form-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display:block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--charcoal-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 11px;
  font-family: var(--sans); font-size: 15px; color: var(--charcoal); background: var(--cream); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(196,98,45,.14); background:#fff; }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.map-embed { border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); border:1px solid var(--line); }
.map-embed iframe { width:100%; height: 320px; border:0; display:block; }
.toast { position: fixed; bottom: 26px; left:50%; transform: translateX(-50%) translateY(120%); background: var(--savanna); color:#fff; padding: 14px 24px; border-radius: 50px; box-shadow: var(--shadow); z-index: 300; transition: transform .4s ease; font-weight:600; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* ---------- footer ---------- */
.site-footer { background: var(--charcoal); color: #c3b8a8; padding: 72px 0 0; }
.footer-grid { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color:#fff; font-family: var(--sans); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.site-footer a { color: #c3b8a8; transition: color .2s; }
.site-footer a:hover { color: var(--ochre); }
.footer-brand img { height: 64px; margin-bottom: 18px; }
.footer-brand p { font-size: 14.5px; line-height: 1.7; }
.footer-links li { margin-bottom: 11px; font-size: 14.5px; }
.footer-contact li { display:flex; gap: 12px; margin-bottom: 14px; font-size: 14.5px; align-items: flex-start; }
.footer-contact .ic { color: var(--ochre); margin-top: 2px; }
.values-list { display:flex; flex-wrap: wrap; gap: 10px; }
.values-list span { background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); padding: 7px 15px; border-radius: 50px; font-size: 13px; }
.footer-assoc { margin-top: 22px; }
.footer-assoc img { height: 70px; background:#fff; padding: 8px; border-radius: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 56px; padding: 22px 0; font-size: 13.5px; }
.footer-bottom .container { display:flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-social { display:flex; gap: 16px; }

/* ---------- floating controls ---------- */
.fab-stack { position: fixed; right: 22px; bottom: 24px; z-index: 80; display:flex; flex-direction: column; gap: 12px; }
.fab { width: 52px; height: 52px; border-radius: 50%; display:grid; place-items:center; cursor:pointer; box-shadow: var(--shadow); border:0; font-size: 20px; transition: transform .2s, opacity .3s; }
.fab:hover { transform: translateY(-3px); }
.fab-wa { background: #25d366; color:#fff; }
.fab-music { background:#fff; color: var(--terracotta); border:1px solid var(--line); }
.fab-music.playing { background: var(--terracotta); color:#fff; }
.fab-top { background: var(--charcoal); color:#fff; opacity:0; pointer-events:none; }
.fab-top.show { opacity:1; pointer-events:auto; }

/* music equalizer mini-bars */
.eq { display:inline-flex; gap:2px; align-items:flex-end; height:16px; }
.eq i { width:3px; background: currentColor; height: 5px; border-radius: 2px; animation: eq 1s infinite ease-in-out; }
.eq i:nth-child(2){ animation-delay:.2s } .eq i:nth-child(3){ animation-delay:.4s } .eq i:nth-child(4){ animation-delay:.1s }
.fab-music:not(.playing) .eq i { animation-play-state: paused; height:5px; }
@keyframes eq { 0%,100%{height:4px} 50%{height:15px} }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }

/* ---------- responsive ---------- */
@media (max-width: 1024px){
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .stats { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { columns: 2; }
}
@media (max-width: 880px){
  .menu, .nav-cta .btn { display: none; }
  .menu-toggle { display: block; }
  .nav-cta { gap: 8px; }
  .mobile-menu { display: block; }
  .grid-3, .grid-2, .split, .place, .contact-grid, .footer-grid, .form-row, .contact-cards { grid-template-columns: 1fr; }
  .split.reverse .split-media, .place.reverse .place-media { order: 0; }
  .footer-grid { gap: 34px; }
  .section { padding: 64px 0; }
  .hero { min-height: 80vh; }
  .badge-float { right: 12px; }
}
@media (max-width: 560px){
  body { font-size: 16px; }
  .grid-4, .gallery-grid { grid-template-columns: 1fr; columns: 1; }
  .hero-meta { gap: 24px; }
  .place-media.two { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
}

/* ---------- mobile drawer ---------- */
.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); background: var(--cream);
  z-index: 120; transform: translateX(100%); transition: transform .34s cubic-bezier(.4,0,.2,1);
  box-shadow: var(--shadow-lg); padding: 26px 24px; overflow-y: auto; display: none;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-backdrop { position: fixed; inset:0; background: rgba(20,16,12,.5); z-index: 110; opacity:0; visibility:hidden; transition:.3s; }
.mobile-backdrop.open { opacity:1; visibility:visible; }
.mobile-menu .mm-head { display:flex; justify-content: space-between; align-items:center; margin-bottom: 24px; }
.mobile-menu .mm-close { font-size: 30px; cursor:pointer; background:none;border:0; }
.mobile-menu a { display:block; padding: 13px 6px; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--line); color: var(--charcoal); }
.mobile-menu a.sub { padding-left: 22px; font-size: 15px; font-weight: 500; color: var(--muted); }
.mobile-menu .btn { width: 100%; justify-content: center; margin-top: 22px; }
@media (max-width: 880px){ .mobile-menu { display: block; } }
