/* ============================================
   DGS TOURS — River Boat Maadi
   Luxury Nile Cruise Website
   ============================================ */

:root {
  --navy-950: #070d18;
  --navy-900: #0b1626;
  --navy-800: #101f36;
  --navy-700: #17294a;
  --gold: #c9a24b;
  --gold-light: #e6c87c;
  --gold-dark: #a37f2d;
  --cream: #f7f2e8;
  --white: #ffffff;
  --text-main: #eef2f8;
  --text-dim: #a8b3c4;
  --green-wa: #25d366;
  --blue-call: #2f80ed;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(0, 0, 0, .35);
  --transition: all .3s ease;
  --font-ar: 'Cairo', 'Tajawal', sans-serif;
  --font-en-display: 'Playfair Display', serif;
}

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

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-ar);
  background: var(--navy-900);
  color: var(--text-main);
  line-height: 1.75;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}

/* ============ Top bar ============ */
.topbar {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(201, 162, 75, .18);
  font-size: .82rem;
  color: var(--text-dim);
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  flex-wrap: wrap;
}
.topbar a { color: var(--gold-light); }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 6px; }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 13, 24, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 162, 75, .22);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, .15);
}
.brand .brand-name {
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--white);
  letter-spacing: .5px;
  line-height: 1.2;
}
.brand .brand-sub {
  font-size: .72rem;
  color: var(--gold-light);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav a {
  padding: 9px 16px;
  border-radius: 30px;
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-main);
  transition: var(--transition);
}
.main-nav a:hover { color: var(--gold-light); background: rgba(201, 162, 75, .1); }
.main-nav a.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-950);
}

.lang-btn {
  border: 1.5px solid var(--gold);
  background: transparent;
  color: var(--gold-light);
  padding: 7px 16px;
  border-radius: 30px;
  font-weight: 800;
  font-size: .88rem;
  transition: var(--transition);
}
.lang-btn:hover { background: var(--gold); color: var(--navy-950); }

.burger {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.burger span {
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--gold);
  transition: var(--transition);
}
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
  padding: 90px 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,13,24,.55) 0%, rgba(7,13,24,.35) 45%, var(--navy-900) 100%);
  z-index: -1;
}
.hero-inner { width: min(860px, 92%); }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 162, 75, .14);
  border: 1px solid rgba(201, 162, 75, .5);
  color: var(--gold-light);
  padding: 8px 22px;
  border-radius: 40px;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.hero h1 {
  font-size: clamp(2rem, 5.4vw, 3.6rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 16px;
  text-shadow: 0 4px 26px rgba(0,0,0,.55);
}
.hero h1 .gold { color: var(--gold-light); }
.hero p.lead {
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  color: #dfe6f0;
  margin-bottom: 34px;
  text-shadow: 0 2px 14px rgba(0,0,0,.6);
}
.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 800;
  font-size: 1.02rem;
  border: none;
  transition: var(--transition);
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: var(--navy-950);
  box-shadow: 0 10px 30px rgba(201, 162, 75, .35);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(201, 162, 75, .5); }
.btn-outline {
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.55);
  color: var(--white);
  backdrop-filter: blur(6px);
}
.btn-outline:hover { background: rgba(255,255,255,.16); transform: translateY(-3px); }
.btn-wa {
  background: var(--green-wa);
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .35);
}
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(37, 211, 102, .5); }

.hero-stats {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 620px;
  margin-inline: auto;
}
.hero-stats .stat {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px 8px;
  backdrop-filter: blur(8px);
}
.hero-stats .num { font-size: 1.35rem; font-weight: 900; color: var(--gold-light); }
.hero-stats .lbl { font-size: .8rem; color: #d6dde8; }

/* ============ Sections ============ */
section { padding: 74px 0; }
.section-head { text-align: center; margin-bottom: 46px; }
.section-head .eyebrow {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 3px;
  font-size: .85rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-head h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
}
.section-head p { color: var(--text-dim); max-width: 640px; margin: 10px auto 0; }
.divider {
  width: 80px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* Alert strip */
.alert-strip {
  background: linear-gradient(135deg, #7a1f1f, #a03030);
  border-block: 1px solid rgba(255,255,255,.15);
  padding: 13px 0;
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
}
.alert-strip .container { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }

/* ============ Cards ============ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
}
.card {
  background: var(--navy-800);
  border: 1px solid rgba(201, 162, 75, .18);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 75, .55);
  box-shadow: var(--shadow);
}
.card .card-img { position: relative; height: 210px; overflow: hidden; }
.card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card-img img { transform: scale(1.08); }
.card .card-tag {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  background: rgba(7,13,24,.8);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  padding: 5px 14px;
  border-radius: 30px;
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(4px);
}
.card .card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.card h3 { color: var(--white); font-size: 1.2rem; font-weight: 800; }
.card p { color: var(--text-dim); font-size: .95rem; }
.card .card-cta { margin-top: auto; padding-top: 12px; }

/* ============ Pricing ============ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 26px;
  align-items: stretch;
}
.price-card {
  background: linear-gradient(180deg, var(--navy-800), var(--navy-900));
  border: 1px solid rgba(201, 162, 75, .22);
  border-radius: 22px;
  padding: 34px 26px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.price-card.featured {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, #1a2743, var(--navy-900));
  box-shadow: 0 20px 50px rgba(201, 162, 75, .18);
}
.price-card .ribbon {
  position: absolute;
  top: -15px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: var(--navy-950);
  font-weight: 900;
  font-size: .8rem;
  padding: 6px 22px;
  border-radius: 30px;
  white-space: nowrap;
}
[dir="rtl"] .price-card .ribbon { transform: translateX(50%); }
.price-card .plan-name { font-size: 1.15rem; font-weight: 900; color: var(--gold-light); margin-bottom: 6px; }
.price-card .plan-sub { font-size: .85rem; color: var(--text-dim); margin-bottom: 18px; }
.price-card .amount { font-size: 2.6rem; font-weight: 900; color: var(--white); line-height: 1; }
.price-card .amount small { font-size: 1rem; color: var(--gold); font-weight: 700; }
.price-card .per { color: var(--text-dim); font-size: .85rem; margin-bottom: 20px; }
.price-card ul { text-align: start; margin-bottom: 24px; flex: 1; }
.price-card ul li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255,255,255,.08);
  font-size: .92rem;
  color: #cfd8e4;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.price-card ul li::before { content: '✦'; color: var(--gold); flex-shrink: 0; }

/* ============ Feature list / program ============ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}
.feature-item {
  background: var(--navy-800);
  border: 1px solid rgba(201, 162, 75, .16);
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  transition: var(--transition);
}
.feature-item:hover { border-color: var(--gold); transform: translateY(-5px); }
.feature-item .fi-icon { font-size: 2rem; margin-bottom: 10px; }
.feature-item h4 { color: var(--white); font-weight: 800; font-size: 1.02rem; margin-bottom: 5px; }
.feature-item p { color: var(--text-dim); font-size: .86rem; }

/* Menu / buffet columns */
.menu-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 26px;
}
.menu-box {
  background: var(--navy-800);
  border: 1px solid rgba(201, 162, 75, .2);
  border-radius: var(--radius);
  padding: 28px 24px;
}
.menu-box h3 {
  color: var(--gold-light);
  font-weight: 900;
  font-size: 1.15rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-box ul li {
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255,255,255,.08);
  color: #cfd8e4;
  font-size: .95rem;
  display: flex;
  gap: 10px;
}
.menu-box ul li::before { content: '◆'; color: var(--gold); font-size: .7rem; margin-top: 6px; }
.menu-box ul li:last-child { border-bottom: none; }

/* Schedule */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.time-card {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-800));
  border: 1px solid rgba(201, 162, 75, .3);
  border-radius: 18px;
  padding: 26px;
  text-align: center;
  transition: var(--transition);
}
.time-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.time-card .tc-icon { font-size: 2.2rem; margin-bottom: 8px; }
.time-card h4 { color: var(--gold-light); font-weight: 900; font-size: 1.1rem; margin-bottom: 6px; }
.time-card .tc-time { color: var(--white); font-weight: 800; font-size: 1.3rem; }
.time-card p { color: var(--text-dim); font-size: .85rem; margin-top: 6px; }

/* ============ Gallery ============ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.gallery-grid .g-item { border-radius: 14px; overflow: hidden; position: relative; }
.gallery-grid .g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid .g-item:hover img { transform: scale(1.1); }
.gallery-grid .g-item.wide { grid-column: span 2; }
.gallery-grid .g-item.tall { grid-row: span 2; }

/* ============ Booking form ============ */
.booking-section {
  background:
    linear-gradient(rgba(7,13,24,.88), rgba(7,13,24,.94)),
    var(--booking-img) center/cover fixed;
}
.booking-card {
  max-width: 760px;
  margin-inline: auto;
  background: rgba(16, 31, 54, .85);
  border: 1px solid rgba(201, 162, 75, .35);
  border-radius: 24px;
  padding: 40px 34px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 800; font-size: .9rem; color: var(--gold-light); }
.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(7, 13, 24, .7);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 12px;
  padding: 13px 15px;
  color: var(--white);
  font-size: .98rem;
  transition: var(--transition);
  width: 100%;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, .18);
}
.form-field select option { background: var(--navy-900); color: var(--white); }
.form-field textarea { resize: vertical; min-height: 90px; }

.total-bar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(201, 162, 75, .12);
  border: 1px dashed var(--gold);
  border-radius: 14px;
  padding: 14px 20px;
  flex-wrap: wrap;
}
.total-bar .t-label { font-weight: 800; color: var(--gold-light); }
.total-bar .t-value { font-weight: 900; font-size: 1.5rem; color: var(--white); }
.total-bar .t-value small { font-size: .95rem; color: var(--gold); }
.form-note { grid-column: 1 / -1; font-size: .82rem; color: var(--text-dim); text-align: center; }
.submit-btn { grid-column: 1 / -1; width: 100%; padding: 16px; font-size: 1.1rem; }

/* ============ Price tables ============ */
.table-scroll { overflow-x: auto; border-radius: var(--radius); border: 1px solid rgba(201, 162, 75, .25); }
table.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: var(--navy-800);
}
.price-table th {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-950);
  font-weight: 900;
  padding: 14px 16px;
  font-size: .95rem;
  text-align: center;
}
.price-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  text-align: center;
  color: #d7dfe9;
  font-size: .95rem;
}
.price-table td:first-child { text-align: start; font-weight: 700; color: var(--white); }
.price-table tr:hover td { background: rgba(201, 162, 75, .07); }
.price-table .price-val { color: var(--gold-light); font-weight: 900; font-size: 1.05rem; white-space: nowrap; }

.offer-block { margin-bottom: 54px; }
.offer-block > h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.offer-block > h3::before { content: ''; width: 6px; height: 28px; border-radius: 4px; background: var(--gold); }
.offer-block .ob-sub { color: var(--text-dim); margin-bottom: 20px; font-size: .95rem; }

/* Romantic cards */
.romance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px;
}
.romance-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 75, .3);
  background: var(--navy-800);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.romance-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.romance-card .rc-img { height: 200px; overflow: hidden; }
.romance-card .rc-img img { width: 100%; height: 100%; object-fit: cover; }
.romance-card .rc-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.romance-card h3 { color: var(--gold-light); font-weight: 900; font-size: 1.25rem; margin-bottom: 4px; }
.romance-card .rc-price { font-size: 1.9rem; font-weight: 900; color: var(--white); margin-bottom: 14px; }
.romance-card .rc-price small { font-size: .9rem; color: var(--gold); }
.romance-card ul { flex: 1; margin-bottom: 18px; }
.romance-card ul li { padding: 7px 0; color: #cfd8e4; font-size: .93rem; display: flex; gap: 9px; border-bottom: 1px dashed rgba(255,255,255,.07); }
.romance-card ul li::before { content: '❤'; color: #e0637a; font-size: .8rem; }

/* ============ Why us ============ */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }

/* ============ CTA banner ============ */
.cta-banner {
  background:
    linear-gradient(100deg, rgba(7,13,24,.93) 30%, rgba(7,13,24,.6)),
    var(--cta-img) center/cover;
  border-radius: 26px;
  padding: 56px 44px;
  border: 1px solid rgba(201, 162, 75, .3);
}
.cta-banner h2 { font-size: clamp(1.4rem, 3.4vw, 2.1rem); font-weight: 900; color: var(--white); margin-bottom: 10px; }
.cta-banner p { color: var(--text-dim); margin-bottom: 24px; max-width: 560px; }

/* ============ Footer ============ */
.site-footer {
  background: var(--navy-950);
  border-top: 1px solid rgba(201, 162, 75, .22);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 34px;
  padding-bottom: 40px;
}
.footer-grid h4 { color: var(--gold-light); font-weight: 900; margin-bottom: 14px; font-size: 1.05rem; }
.footer-grid p, .footer-grid li { color: var(--text-dim); font-size: .92rem; }
.footer-grid li { padding: 5px 0; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand img { width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; }
.social-row { display: flex; gap: 10px; margin-top: 14px; }
.social-row a {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(201, 162, 75, .12);
  border: 1px solid rgba(201, 162, 75, .35);
  transition: var(--transition);
  font-size: 1.1rem;
}
.social-row a:hover { background: var(--gold); transform: translateY(-3px); }
.copyright {
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
  padding: 18px 0;
  color: var(--text-dim);
  font-size: .84rem;
}

/* ============ Floating action buttons ============ */
.fab-stack {
  position: fixed;
  bottom: 22px;
  inset-inline-end: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 2000;
}
.fab {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.4);
  transition: var(--transition);
  position: relative;
}
.fab svg { width: 30px; height: 30px; fill: #fff; }
.fab:hover { transform: scale(1.12); }
.fab-whatsapp { background: var(--green-wa); animation: pulse-wa 2.2s infinite; }
.fab-call { background: var(--blue-call); }
@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); }
  70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.fab .fab-tip {
  position: absolute;
  inset-inline-end: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--navy-950);
  border: 1px solid rgba(201,162,75,.4);
  color: var(--white);
  font-size: .8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.fab:hover .fab-tip { opacity: 1; }

/* ============ Reveal animation ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============ English mode ============ */
html[lang="en"] body { font-family: 'Poppins', var(--font-ar); }
html[lang="en"] .hero h1,
html[lang="en"] .section-head h2 { font-family: var(--font-en-display); }

/* ============ Responsive ============ */
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
}
@media (max-width: 820px) {
  .burger { display: flex; }
  .main-nav {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    width: min(320px, 82vw);
    height: 100vh;
    background: var(--navy-950);
    flex-direction: column;
    align-items: stretch;
    padding: 90px 24px 24px;
    gap: 10px;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .35s ease, visibility .35s ease;
    border-inline-start: 1px solid rgba(201,162,75,.3);
    z-index: 999;
  }
  html[dir="rtl"] .main-nav { transform: translateX(-100%); }
  .main-nav.open, html[dir="rtl"] .main-nav.open { transform: translateX(0); visibility: visible; }
  .main-nav a { text-align: center; padding: 14px; font-size: 1.05rem; }
  .hero { min-height: 78vh; padding: 70px 0; }
  section { padding: 54px 0; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-card { padding: 28px 20px; }
  .cta-banner { padding: 38px 26px; }
  .booking-section { background-attachment: scroll; }
}
@media (max-width: 520px) {
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-stats .num { font-size: 1.05rem; }
  .hero-stats .lbl { font-size: .68rem; }
  .brand .brand-name { font-size: .98rem; }
  .fab { width: 52px; height: 52px; }
  .fab svg { width: 26px; height: 26px; }
  .gallery-grid { grid-auto-rows: 140px; gap: 10px; }
  .topbar .tb-hide-sm { display: none; }
}
