/* =========================================================
   TUCAN LODGE PANAMA — Sports Fishing & Lodge
   Colors: #16346C · #14397F · white backgrounds
   Font: Open Sans Condensed
   ========================================================= */

:root {
  --navy: #16346C;
  --navy-2: #14397F;
  --navy-dark: #0e2450;
  --navy-light: #2a4f9f;
  --white: #ffffff;
  --off-white: #f5f7fb;
  --line: #e4e9f2;
  --text: #1d2534;
  --muted: #5b6675;
  --gold: #e8b64c;
  --shadow: 0 18px 50px rgba(14, 36, 80, 0.14);
  --shadow-sm: 0 8px 24px rgba(14, 36, 80, 0.10);
  --radius: 12px;
  --container: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

body.no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 96px 0; }
.section--tight { padding: 72px 0; }
.section--alt { background: var(--off-white); }
.section--navy { background: var(--navy); color: var(--white); }

/* ---------- Kickers & headings ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--navy-2);
}
.kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--gold);
}

.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .kicker::before { display: none; }
.section-head.center .kicker { justify-content: center; }

.section-title {
  font-size: clamp(30px, 4.5vw, 48px);
  margin: 14px 0 16px;
}

.section-head p { color: var(--muted); font-size: 20px; }

.section--navy .kicker { color: var(--gold); }
.section--navy .section-title { color: var(--white); }
.section--navy .section-head p { color: rgba(255, 255, 255, 0.82); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.btn:hover { background: var(--navy-2); border-color: var(--navy-2); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--white); }

.btn--light { background: transparent; color: var(--white); border-color: var(--white); }
.btn--light:hover { background: var(--white); color: var(--navy); border-color: var(--white); }

.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--navy-dark); }
.btn--gold:hover { background: #f3c468; border-color: #f3c468; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header { position: relative; z-index: 1000; }

.header-top {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  flex-wrap: wrap;
}
.header-contact { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.25s;
}
.header-contact a:hover { color: var(--gold); }
.header-contact svg { width: 15px; height: 15px; fill: var(--gold); }

.header-social { display: flex; align-items: center; gap: 10px; }
.header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: background 0.25s, transform 0.25s;
}
.header-social a:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-1px); }
.header-social svg { width: 15px; height: 15px; fill: #fff; }

.header-main {
  background: var(--white);
  box-shadow: 0 2px 0 var(--line);
}
.header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-name {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--navy);
}
.brand-name em { display: block; font-style: normal; color: var(--navy-2); font-size: 15px; letter-spacing: 0.34em; }

/* Nav */
.main-nav ul.nav-list { display: flex; align-items: center; gap: 4px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: block;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  transition: color 0.25s;
  position: relative;
}
.nav-list > li > a::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-list > li > a:hover,
.nav-list > li.active > a { color: var(--navy-2); }
.nav-list > li > a:hover::after,
.nav-list > li.active > a::after { transform: scaleX(1); }

.nav-parent { display: inline-flex; align-items: center; gap: 6px; }
.nav-parent .caret { transition: transform 0.3s var(--ease); }
.has-submenu.open > .nav-parent .caret,
.has-submenu:hover > .nav-parent .caret { transform: rotate(180deg); }

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: var(--white);
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow-sm);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease), visibility 0.28s;
}
.has-submenu:hover > .submenu,
.has-submenu.open > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }

.submenu li a {
  display: block;
  padding: 11px 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  transition: background 0.25s, color 0.25s, padding-left 0.25s;
}
.submenu li a:hover { background: var(--off-white); color: var(--navy-2); padding-left: 28px; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 10px;
  background: var(--navy);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 1100;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: #fff; transition: transform 0.3s, opacity 0.3s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO (Home slider)
   ========================================================= */
.hero {
  position: relative;
  height: 92vh;
  min-height: 620px;
  overflow: hidden;
  background: var(--navy-dark);
}
.hero .container {
  height: 100%;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s var(--ease);
  transform: scale(1.06);
}
.hero-slide.active { opacity: 1; transform: scale(1); transition: opacity 1.4s var(--ease), transform 7s var(--ease); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 24, 54, 0.55) 0%, rgba(14, 36, 80, 0.68) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  color: var(--white);
  padding: 40px 24px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.hero-kicker::before { content: ""; width: 48px; height: 2px; background: var(--gold); }
.hero h1 {
  font-size: clamp(46px, 9vw, 104px);
  color: var(--white);
  letter-spacing: 0.03em;
  line-height: 0.98;
  margin-bottom: 6px;
}
.hero-sub {
  font-weight: 700;
  font-size: clamp(19px, 3vw, 26px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 20px;
}
.hero p.lead {
  max-width: 640px;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 34px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-dots {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.hero-dot.active { background: var(--gold); border-color: var(--gold); transform: scale(1.2); }

/* =========================================================
   Page hero (inner pages)
   ========================================================= */
.page-hero {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-2) 55%, var(--navy) 100%);
  color: var(--white);
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 22px 22px;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); font-size: clamp(36px, 6vw, 64px); margin-bottom: 10px; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--gold); }

/* =========================================================
   Reusable "Fishing in Panama" band
   ========================================================= */
.fishing-band .band-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.band-media { position: relative; }
.band-media img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.band-media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
}

/* =========================================================
   Captain section (Home)
   ========================================================= */
.captain-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.captain-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.captain-body .section-title { margin-bottom: 18px; }
.captain-body p { color: var(--muted); font-size: 21px; margin-bottom: 28px; }

/* =========================================================
   CTA / social band
   ========================================================= */
.cta-band { text-align: center; }
.cta-band .section-title { color: var(--white); margin-bottom: 18px; }
.cta-band p { max-width: 720px; margin: 0 auto 30px; color: rgba(255,255,255,0.85); font-size: 22px; }
.cta-handles { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cta-handles a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  transition: border-color 0.3s, background 0.3s, color 0.3s, transform 0.3s;
}
.cta-handles a:hover { border-color: var(--gold); background: var(--gold); color: var(--navy-dark); transform: translateY(-2px); }
.cta-handles svg { width: 17px; height: 17px; fill: currentColor; }
.cta-tagline { margin-top: 28px; color: rgba(255,255,255,0.72); font-size: 17px; letter-spacing: 0.06em; }

/* =========================================================
   Split / feature sections
   ========================================================= */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-grid.reverse .split-media { order: 2; }
.split-media img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media.double { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.split-media.double img { height: 420px; }
.split-body h2 { margin-bottom: 18px; }
.split-body p { color: var(--muted); margin-bottom: 16px; }
.split-body p strong { color: var(--navy); font-weight: 700; }

.check-list { margin-top: 10px; }
.check-list li {
  position: relative;
  padding: 7px 0 7px 34px;
  color: var(--muted);
  font-size: 20px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   Photo gallery grid
   ========================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-grid a {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
}
.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s var(--ease), filter 0.6s;
}
.gallery-grid a:hover img { transform: scale(1.07); filter: brightness(0.94); }
.gallery-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(14,36,80,0.55));
  opacity: 0;
  transition: opacity 0.4s;
}
.gallery-grid a:hover::after { opacity: 1; }
.gallery-grid figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s, transform 0.4s;
}
.gallery-grid a:hover figcaption { opacity: 1; transform: translateY(0); }

/* =========================================================
   Packages tables
   ========================================================= */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.package-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.package-card-head {
  background: var(--navy);
  color: var(--white);
  padding: 22px 26px;
}
.package-card-head h3 { color: var(--white); font-size: 21px; letter-spacing: 0.04em; }
.package-card-head span { display: block; color: var(--gold); font-size: 15px; letter-spacing: 0.22em; margin-top: 4px; text-transform: uppercase; }
.package-card table { width: 100%; border-collapse: collapse; }
.package-card th {
  text-align: left;
  padding: 12px 26px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: var(--off-white);
}
.package-card td {
  padding: 14px 26px;
  font-size: 20px;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}
.package-card tr:last-child td { border-bottom: none; }
.package-card td.price { text-align: right; font-weight: 700; color: var(--navy-2); white-space: nowrap; }
.package-note {
  padding: 16px 26px;
  font-size: 16px;
  color: var(--muted);
  background: var(--off-white);
  border-top: 1px solid var(--line);
}

.includes-panel {
  margin-top: 56px;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 44px 46px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 40px;
  align-items: start;
}
.includes-panel h2 { color: var(--white); font-size: 30px; }
.includes-panel .check-list li { color: rgba(255,255,255,0.88); }
.includes-panel .check-list li::before { background: var(--gold); color: var(--navy-dark); }

/* =========================================================
   Contact
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: var(--muted); margin-bottom: 30px; }
.contact-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.contact-card .ico {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--off-white);
  border-radius: 50%;
  color: var(--navy);
}
.contact-card .ico svg { width: 20px; height: 20px; fill: var(--navy); }
.contact-card h4 { font-size: 16px; letter-spacing: 0.12em; color: var(--navy); }
.contact-card p, .contact-card a { color: var(--muted); font-size: 19px; }
.contact-card a:hover { color: var(--navy-2); }

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 38px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 15px;
  font-family: inherit;
  font-size: 18px;
  color: var(--text);
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--navy-2);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(20, 57, 127, 0.14);
}
.form-group textarea { resize: vertical; min-height: 150px; }
.form-note { display: none; margin-top: 16px; padding: 14px 16px; background: var(--off-white); border-left: 4px solid var(--gold); color: var(--navy); font-size: 17px; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.82); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding: 72px 0 48px;
}
.footer-brand h2 {
  color: var(--white);
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.footer-brand p { color: rgba(255,255,255,0.72); max-width: 340px; }
.footer-col h3 {
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer-col h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--gold); }
.footer-col ul li { padding: 6px 0; }
.footer-col ul li a { display: inline-flex; align-items: center; gap: 10px; transition: color 0.25s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-col svg { width: 16px; height: 16px; fill: var(--gold); }
.footer-social-links { display: flex; gap: 10px; margin-top: 14px; }
.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.footer-social-links a:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.footer-social-links a:hover svg { fill: var(--navy-dark); }
.footer-social-links svg { width: 18px; height: 18px; fill: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}
.footer-bottom a { color: var(--gold); }
.footer-bottom a:hover { text-decoration: underline; }

/* =========================================================
   Lightbox
   ========================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(8, 16, 34, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox-inner { position: relative; max-width: 1000px; width: 100%; }
.lightbox-inner img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
}
.lightbox-caption { color: #fff; text-align: center; margin-top: 16px; font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: rgba(255,255,255,0.12);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.25s, transform 0.25s;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--gold); color: var(--navy-dark); transform: scale(1.05); }
.lightbox-close { top: -14px; right: -14px; }
.lightbox-prev { left: -22px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: -22px; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover { transform: translateY(-50%) scale(1.05); }
.lightbox-next:hover { transform: translateY(-50%) scale(1.05); }

/* =========================================================
   Reveal (GSAP fallback-safe)
   ========================================================= */
.reveal { will-change: opacity, transform; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: 1fr; }
  .band-grid, .captain-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .split-grid.reverse .split-media { order: 0; }
  .includes-panel { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(340px, 86vw);
    background: var(--white);
    box-shadow: -20px 0 60px rgba(8,16,34,0.25);
    padding: 90px 24px 40px;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease);
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li > a { padding: 14px 4px; font-size: 18px; border-bottom: 1px solid var(--line); }
  .nav-list > li > a::after { display: none; }
  .submenu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border-top: none;
    padding: 0 0 0 16px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .has-submenu.open > .submenu { display: block; }
  .submenu li a { padding: 11px 8px; border-bottom: 1px dashed var(--line); }
  .nav-parent { justify-content: space-between; width: 100%; }
  .hero { height: 86vh; min-height: 560px; }
}

@media (max-width: 620px) {
  body { font-size: 18px; }
  .section { padding: 68px 0; }
  .header-top-inner { justify-content: center; }
  .gallery-grid { grid-template-columns: 1fr; }
  .split-media.double { grid-template-columns: 1fr; }
  .split-media.double img, .band-media img, .captain-media img { height: 320px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .package-card td, .package-card th { padding-left: 18px; padding-right: 18px; }
  .lightbox { padding: 16px; }
  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
}
