:root {
  color-scheme: light;
  --navy: #0a1f3d;
  --navy-2: #122a4f;
  --blue: #2c8de6;
  --blue-2: #1ea0ff;
  --yellow: #ffd61f;
  --bg: #ffffff;
  --cream: #f7f8fa;
  --line: #e6e8ee;
  --text: #0f1320;
  --muted: #5a6275;
  --container: 1200px;
  --r: 14px;
  --shadow: 0 14px 40px -16px rgba(10, 31, 61, .18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: #ffffff; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media (prefers-color-scheme: dark) {
  html, body { background: #ffffff !important; color: var(--text) !important; }
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; font-weight: 800; line-height: 1.15; letter-spacing: -.01em; color: var(--navy); }
h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.25rem; font-weight: 700; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--yellow); }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: .98rem; border-radius: 999px; transition: transform .2s, box-shadow .2s, background .2s; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: var(--yellow); color: var(--navy); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(255, 214, 31, .55); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); transform: translateY(-2px); }

/* ============================================
   HEADER + NAV — clean rebuild
   ============================================ */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 0; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.scrolled { background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px); box-shadow: 0 4px 20px -10px rgba(10, 31, 61, .15); padding: 10px 0; }

.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.brand { display: flex; align-items: center; gap: 12px; z-index: 102; }
.brand img { height: 44px; width: 44px; object-fit: contain; border-radius: 8px; background: #fff; padding: 4px; }
.brand-name { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.05rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); }
.brand-name span { color: var(--blue); }
.site-header.on-dark .brand-name { color: #fff; }
.site-header.scrolled .brand-name,
.site-header.on-dark.scrolled .brand-name { color: var(--navy); }

/* Desktop nav — visible by default at >980px */
.primary-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { font-size: .94rem; font-weight: 600; color: var(--navy); transition: color .2s; text-decoration: none; }
.primary-nav a:hover, .primary-nav a.active { color: var(--blue); }
.primary-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--yellow); color: var(--navy); border-radius: 999px; font-weight: 700; font-size: .92rem; }
.primary-nav .nav-cta:hover { transform: translateY(-1px); color: var(--navy); }
.site-header.on-dark .primary-nav a { color: #fff; }
.site-header.on-dark .primary-nav a.nav-cta { color: var(--navy); }
.site-header.scrolled .primary-nav a,
.site-header.on-dark.scrolled .primary-nav a { color: var(--navy); }
.site-header.scrolled .primary-nav a:hover,
.site-header.on-dark.scrolled .primary-nav a:hover { color: var(--blue); }
.site-header.scrolled .primary-nav a.nav-cta,
.site-header.on-dark.scrolled .primary-nav a.nav-cta { color: var(--navy); }

/* Hamburger — hidden by default, shows at <=980px */
.hamburger { display: none; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 31, 61, .55) 0%, rgba(10, 31, 61, .82) 70%, rgba(10, 31, 61, .92) 100%); z-index: 1; }
.hero .container { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 60px; }
.hero h1 { color: #fff; max-width: 900px; }
.hero h1 .accent { color: var(--yellow); }
.hero p.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255, 255, 255, .85); max-width: 640px; margin: 22px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .15); }
.hero-meta-item { display: flex; align-items: center; gap: 12px; }
.hero-meta-item .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--yellow); line-height: 1; }
.hero-meta-item .lbl { font-size: .85rem; color: rgba(255, 255, 255, .75); text-transform: uppercase; letter-spacing: .1em; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; backdrop-filter: blur(6px); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 26px; }
.hero-eyebrow .dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 12px var(--yellow); }

/* SECTIONS */
section { padding: 100px 0; position: relative; }
section.alt { background: var(--cream); }
section.dark { background: var(--navy); color: #fff; }
section.dark h1, section.dark h2 { color: #fff; }
section.dark .eyebrow { color: var(--yellow); }
section.dark .muted { color: rgba(255, 255, 255, .7); }

.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { font-size: 1.1rem; color: var(--muted); margin-top: 16px; }
section.dark .section-head p { color: rgba(255, 255, 255, .75); }

/* BEFORE / AFTER VIDEO */
.ba-section { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.ba-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center; }
.ba-text h2 .accent { color: var(--blue); }
.ba-text ul { list-style: none; margin: 28px 0 0; }
.ba-text ul li { position: relative; padding-left: 32px; margin-bottom: 14px; color: var(--text); }
.ba-text ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 18px; height: 2px; background: var(--yellow); }
.ba-video { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 9 / 16; max-width: 100%; background: #000; box-shadow: var(--shadow); }
.ba-video video { width: 100%; height: 100%; object-fit: cover; }
.ba-badge { position: absolute; top: 16px; left: 16px; padding: 8px 14px; background: rgba(10, 31, 61, .9); color: var(--yellow); font-family: 'Manrope', sans-serif; font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; border-radius: 999px; z-index: 2; backdrop-filter: blur(6px); }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 36px 30px; transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--yellow)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, var(--navy), var(--blue)); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.svc-icon svg { width: 24px; height: 24px; color: var(--yellow); }
.svc-card h3 { margin-bottom: 12px; color: var(--navy); }
.svc-card p { color: var(--muted); font-size: .96rem; }

/* LEVEL 2 HIGHLIGHT */
.l2-section { background: var(--navy); color: #fff; padding: 90px 0; position: relative; overflow: hidden; }
.l2-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(44, 141, 230, .15), transparent 70%); }
.l2-wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.l2-text h2 { color: #fff; }
.l2-text h2 .accent { color: var(--yellow); }
.l2-text p { color: rgba(255, 255, 255, .8); margin: 22px 0 28px; font-size: 1.05rem; }
.l2-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.l2-stat { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r); padding: 24px; }
.l2-stat .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--yellow); display: block; line-height: 1; margin-bottom: 6px; }
.l2-stat .lbl { font-size: .9rem; color: rgba(255, 255, 255, .75); }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.g-item { position: relative; border-radius: var(--r); overflow: hidden; cursor: pointer; background: #000; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.g-item:hover img { transform: scale(1.06); }
.g-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10, 31, 61, .55) 100%); opacity: 0; transition: opacity .3s; }
.g-item:hover::after { opacity: 1; }
.g-item .cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; color: #fff; font-weight: 600; font-size: .95rem; transform: translateY(20px); opacity: 0; transition: transform .3s, opacity .3s; z-index: 2; }
.g-item:hover .cap { transform: translateY(0); opacity: 1; }
.g-item.span-6 { grid-column: span 6; aspect-ratio: 4 / 3; }
.g-item.span-4 { grid-column: span 4; aspect-ratio: 3 / 4; }
.g-item.span-8 { grid-column: span 8; aspect-ratio: 16 / 9; }
.g-item.span-12 { grid-column: span 12; aspect-ratio: 21 / 9; }

/* WHY US */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.why-card { text-align: left; }
.why-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--blue); margin-bottom: 14px; padding-bottom: 14px; border-bottom: 2px solid var(--yellow); display: inline-block; }
.why-card h4 { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 8px; color: var(--navy); }
.why-card p { color: var(--muted); font-size: .94rem; }

/* CTA STRIP */
.cta-strip { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(circle at top right, rgba(255, 214, 31, .12), transparent 60%); }
.cta-strip h2 { color: #fff; margin-bottom: 14px; }
.cta-strip p { color: rgba(255, 255, 255, .8); margin-bottom: 28px; font-size: 1.05rem; }
.cta-strip .actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; position: relative; z-index: 1; }

/* PAGE HEADERS */
.page-head { background: var(--navy); color: #fff; padding: 180px 0 80px; position: relative; overflow: hidden; }
.page-head::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--yellow)); }
.page-head::after { content: ''; position: absolute; right: -150px; bottom: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(44, 141, 230, .14), transparent 70%); }
.page-head h1 { color: #fff; max-width: 760px; position: relative; z-index: 1; }
.page-head p { color: rgba(255, 255, 255, .78); font-size: 1.1rem; margin-top: 16px; max-width: 620px; position: relative; z-index: 1; }
.crumbs { font-size: .82rem; color: rgba(255, 255, 255, .55); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; position: relative; z-index: 1; }
.crumbs a { color: var(--yellow); }

/* SERVICE DETAIL CARDS */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--line); }
.svc-detail:last-child { border-bottom: none; }
.svc-detail.reverse { direction: rtl; }
.svc-detail.reverse > * { direction: ltr; }
.svc-detail img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow); }
.svc-detail h3 { font-size: 1.6rem; margin-bottom: 14px; }
.svc-detail .tag { display: inline-block; padding: 4px 12px; background: rgba(44, 141, 230, .1); color: var(--blue); border-radius: 999px; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.svc-detail ul { list-style: none; margin-top: 16px; }
.svc-detail ul li { padding-left: 24px; position: relative; margin-bottom: 8px; color: var(--text); }
.svc-detail ul li::before { content: '⚡'; position: absolute; left: 0; color: var(--yellow); }

/* ABOUT */
.about-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.about-img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow); }
.about-text h2 { margin-bottom: 22px; }
.about-text p { color: var(--muted); margin-bottom: 18px; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 36px; }
.value-card { padding: 24px; background: var(--cream); border-radius: var(--r); border-left: 3px solid var(--yellow); }
.value-card h4 { font-size: 1rem; margin-bottom: 6px; color: var(--navy); }
.value-card p { font-size: .92rem; color: var(--muted); margin: 0; }

/* BOOKING */
.booking-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.booking-info { position: sticky; top: 120px; }
.booking-info h2 { margin-bottom: 18px; }
.booking-info p { color: var(--muted); margin-bottom: 32px; }
.info-card { padding: 22px; background: var(--cream); border-radius: var(--r); margin-bottom: 14px; border: 1px solid var(--line); display: flex; gap: 18px; align-items: start; }
.info-card .ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; background: var(--navy); color: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.info-card h4 { font-size: .92rem; margin-bottom: 4px; color: var(--navy); }
.info-card a, .info-card p { color: var(--muted); font-size: .96rem; margin: 0; }
.info-card a:hover { color: var(--blue); }

.booking-form { background: #fff; padding: 40px; border-radius: var(--r); box-shadow: var(--shadow); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; color: var(--navy); }
.field label .req { color: var(--blue); }
.field input, .field select, .field textarea { padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; font-family: inherit; font-size: .96rem; background: #fff; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(44, 141, 230, .15); }
.field textarea { resize: vertical; min-height: 110px; }
.form-submit { display: flex; gap: 16px; align-items: center; margin-top: 12px; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-success { display: none; padding: 22px; background: rgba(44, 141, 230, .08); border: 1px solid var(--blue); border-radius: 10px; color: var(--navy); }
.form-success.show { display: block; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 40px; }
.contact-card { background: #fff; padding: 32px; border-radius: var(--r); border: 1px solid var(--line); text-align: center; transition: transform .3s, box-shadow .3s; }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-card .ic-big { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--blue)); display: flex; align-items: center; justify-content: center; }
.contact-card .ic-big svg { width: 24px; height: 24px; color: var(--yellow); }
.contact-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.contact-card a { color: var(--blue); font-weight: 600; }

/* FOOTER */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .7); padding: 70px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.foot-brand img { height: 56px; width: 56px; border-radius: 10px; background: #fff; padding: 6px; margin-bottom: 18px; }
.foot-brand p { font-size: .94rem; max-width: 320px; }
.foot-col h5 { color: #fff; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.foot-col ul { list-style: none; }
.foot-col ul li { margin-bottom: 10px; }
.foot-col a { font-size: .94rem; transition: color .2s; }
.foot-col a:hover { color: var(--yellow); }
.foot-bottom { padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: .85rem; }
.socials { display: flex; gap: 12px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
.socials a:hover { background: var(--yellow); color: var(--navy); transform: translateY(-2px); }
.socials svg { width: 16px; height: 16px; }

/* FLOATING CTA */
.float-cta { position: fixed; bottom: 24px; right: 24px; z-index: 40; display: flex; align-items: center; gap: 10px; padding: 14px 22px; background: var(--yellow); color: var(--navy); border-radius: 999px; font-family: 'Manrope', sans-serif; font-weight: 700; box-shadow: 0 12px 28px -10px rgba(255, 214, 31, .6); transition: transform .25s; }
.float-cta:hover { transform: translateY(-3px) scale(1.03); }
.float-cta svg { width: 18px; height: 18px; }

/* LIGHTBOX */
.lb { display: none; position: fixed; inset: 0; background: rgba(10, 31, 61, .95); z-index: 100; align-items: center; justify-content: center; padding: 40px; }
.lb.show { display: flex; }
.lb img { max-width: 92vw; max-height: 88vh; border-radius: 8px; }
.lb-close { position: absolute; top: 24px; right: 28px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* RESPONSIVE */
@media (max-width: 980px) {
  /* Mobile hamburger button */
  .hamburger { display: flex; flex-direction: column; gap: 5px; width: 34px; height: 34px; justify-content: center; align-items: center; cursor: pointer; background: none; border: none; padding: 0; z-index: 102; position: relative; }
  .hamburger span { display: block; height: 2px; width: 26px; background: var(--navy); transition: transform .25s, opacity .25s, background .25s; border-radius: 2px; }
  .site-header.on-dark .hamburger span { background: #fff; }
  .site-header.scrolled .hamburger span,
  .site-header.on-dark.scrolled .hamburger span { background: var(--navy); }
  .hamburger.open span { background: #fff !important; }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Mobile nav panel — HIDDEN BY DEFAULT */
  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; background: var(--navy); z-index: 101; padding: 96px 28px 32px; overflow-y: auto; animation: navSlide .3s ease; }
  .primary-nav.is-open ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .primary-nav.is-open ul li { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .primary-nav.is-open ul li:last-child { border-bottom: none; padding-top: 18px; }
  .primary-nav.is-open a { color: #fff; font-size: 1.4rem; font-weight: 600; padding: 18px 4px; display: block; width: 100%; }
  .primary-nav.is-open a:hover, .primary-nav.is-open a.active { color: var(--yellow); }
  .primary-nav.is-open a.nav-cta { display: inline-flex; font-size: 1rem; padding: 14px 22px; width: auto; color: var(--navy); }
  @keyframes navSlide { from { transform: translateX(100%); } to { transform: translateX(0); } }

  /* When mobile menu is open, force everything readable on the navy menu bg */
  body.menu-open .brand-name { color: #fff !important; }
  body.menu-open .brand-name span { color: var(--blue) !important; }
  body.menu-open .hamburger span { background: #fff !important; }
  body.menu-open .primary-nav a { color: #fff !important; }
  body.menu-open .primary-nav a.active { color: var(--yellow) !important; }
  body.menu-open .primary-nav a.nav-cta { color: var(--navy) !important; background: var(--yellow) !important; }
  body.menu-open .site-header { background: transparent !important; box-shadow: none !important; }
  .ba-wrap, .l2-wrap, .about-wrap, .booking-wrap, .svc-detail { grid-template-columns: 1fr; gap: 36px; }
  .booking-info { position: static; }
  .services-grid, .why-grid, .contact-grid, .values-grid, .l2-stats { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .g-item.span-6, .g-item.span-4, .g-item.span-8, .g-item.span-12 { grid-column: span 12; aspect-ratio: 4 / 3; }
  .ba-video { max-width: 420px; margin: 0 auto; }
  section { padding: 70px 0; }
  .page-head { padding: 140px 0 60px; }
  .svc-detail.reverse { direction: ltr; }
}
@media (max-width: 600px) {
  .services-grid, .why-grid, .contact-grid, .values-grid, .l2-stats, .form-row, .foot-grid { grid-template-columns: 1fr; }
  .hero-meta { gap: 20px; }
  .booking-form { padding: 26px 22px; }
  .float-cta span { display: none; }
  .float-cta { padding: 14px; }
}
