/* ==========================================================================
   Trikayaa Dance Foundation — stylesheet
   Brand colors sampled from the foundation's logo artwork.
   ========================================================================== */

:root {
  --black: #0a0a0a;
  --black-soft: #131313;
  --charcoal: #1c1c1c;
  --charcoal-light: #262626;
  --line: #2e2b28;
  --orange: #f5811f;
  --orange-light: #ff9e4d;
  --red: #ed1c24;
  --cream: #f7f1e8;
  --white: #fdfcfa;
  --muted: #b8afa4;

  --font-display: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Poppins', 'Segoe UI', sans-serif;

  --container: 1180px;
  --radius: 4px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  margin: 0 0 .5em;
  color: var(--white);
  letter-spacing: .01em;
}

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 14px;
}

.section-head {
  max-width: 640px;
  margin: 0 0 48px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.02rem; }

section { padding: 90px 0; }
.section-tight { padding: 60px 0; }

.bg-charcoal { background: var(--charcoal); }
.bg-black { background: var(--black); }
.bg-cream { background: var(--cream); color: var(--black-soft); }
.bg-cream h1, .bg-cream h2, .bg-cream h3, .bg-cream h4 { color: var(--black-soft); }
.bg-cream .muted { color: #6b6157; }

.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: var(--radius);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--orange); color: var(--black); }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); }
.btn-outline { border-color: var(--orange); color: var(--orange); background: transparent; }
.btn-outline:hover { background: var(--orange); color: var(--black); transform: translateY(-2px); }
.btn-outline.on-light { border-color: var(--black-soft); color: var(--black-soft); }
.btn-outline.on-light:hover { background: var(--black-soft); color: var(--white); }
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: #ff3b42; transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none !important; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; flex-direction: column; line-height: 1; }
.logo .logo-mark {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.55rem;
  letter-spacing: .04em;
  color: var(--orange);
}
.logo .logo-mark b { color: var(--red); font-weight: 600; }
.logo .logo-sub {
  margin-top: 6px;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .38em;
  color: var(--orange);
  border-top: 1px solid var(--orange);
  padding-top: 4px;
}
footer .logo .logo-mark { font-size: 1.3rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(10,10,10,.94);
  border-bottom: 1px solid rgba(245,129,31,.15);
  transition: background .3s ease;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; }

.nav-links { display: flex; align-items: center; gap: 38px; }
.nav-links a {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--cream);
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: '';
  position: absolute; left: 0; bottom: -2px;
  width: 0; height: 1px;
  background: var(--orange);
  transition: width .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--orange); }
.nav-links .btn { margin-left: 6px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--orange); display: block; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(245,129,31,.16), transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 100%, rgba(237,28,36,.14), transparent 60%),
    var(--black);
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,129,31,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,129,31,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent 75%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 150px 40px 60px;
  background-image:
    radial-gradient(ellipse 90% 85% at 50% 34%, rgba(10,10,10,0) 50%, rgba(10,10,10,.5) 85%, var(--black) 100%),
    linear-gradient(to bottom, rgba(10,10,10,0) 0%, rgba(10,10,10,0) 40%, rgba(10,10,10,.9) 75%, var(--black) 100%),
    url('../assets/hero-background_new.jpeg');
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
}
.hero .btn-outline { background: rgba(10,10,10,.55); }
.hero-tagline {
  max-width: 300px;
  margin: 0;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0,0,0,.85), 0 10px 26px rgba(0,0,0,.6);
}
.hero-bottom { display: flex; flex-direction: column; }
.hero-cta { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 820px;
  margin: 44px auto 0;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}
.hero-stats div { text-align: center; }
.hero-stats .num { font-size: 2rem; font-family: var(--font-display); color: var(--orange); font-weight: 600; }
.hero-stats .label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.page-banner {
  position: relative;
  padding: 170px 0 80px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 70% at 50% 0%, rgba(245,129,31,.14), transparent 65%),
    var(--black);
  border-bottom: 1px solid var(--line);
}
.page-banner h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 300; }
.page-banner p { max-width: 560px; margin: 0 auto; color: var(--muted); }
.breadcrumb { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--orange); }

/* ---------- Directors (home) ---------- */
.director-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}
.director-row:last-child { margin-bottom: 0; }
.director-row.reverse { flex-direction: row-reverse; }
.director-photo { flex: 0 0 320px; }
.director-photo .placeholder { aspect-ratio: 3/4; }
.director-photo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.director-bio { flex: 1; text-align: left; }
.director-bio .tag { display: block; color: var(--orange); font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; margin-bottom: 14px; }
.director-bio h3 { font-size: 1.7rem; margin-bottom: 18px; }
.director-bio p { color: var(--muted); line-height: 1.8; }

/* ---------- Pillars (home) ---------- */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.pillar-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--black-soft);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color .25s ease, transform .25s ease;
}
.pillar-card:hover { border-color: var(--orange); transform: translateY(-4px); }
.pillar-card .tag { color: var(--orange); font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.pillar-card h3 { font-size: 1.7rem; }
.pillar-card p { color: var(--muted); flex-grow: 1; }
.pillar-thumb { aspect-ratio: 16/10; margin-bottom: 6px; overflow: hidden; border-radius: var(--radius); }
.pillar-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* ---------- Feature grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.feature-item { text-align: center; padding: 0 10px; }
.feature-icon {
  width: 62px; height: 62px; margin: 0 auto 20px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-item h4 { font-size: 1.1rem; }
.feature-item p { color: var(--muted); font-size: .95rem; }

/* ---------- Placeholder media tiles ---------- */
.placeholder {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/5;
  cursor: pointer;
  isolation: isolate;
}
.placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.10), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 2px, transparent 2px 26px);
  z-index: 1;
}
.placeholder::after {
  content: '';
  position: absolute;
  width: 220%; height: 220%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  z-index: 1;
}
.placeholder.tone-orange { background: linear-gradient(150deg, #2a1608, var(--black) 60%); }
.placeholder.tone-red { background: linear-gradient(150deg, #2a0b0c, var(--black) 60%); }
.placeholder.tone-charcoal { background: linear-gradient(150deg, var(--charcoal-light), var(--black) 65%); }
.placeholder.tone-orange2 { background: linear-gradient(150deg, #1d1006, var(--charcoal) 70%); }

.placeholder .ph-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 18px;
}
.placeholder .ph-icon {
  width: 46px; height: 46px; margin: 0 auto 14px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.25);
  transition: transform .25s ease, background .25s ease;
}
.placeholder:hover .ph-icon { transform: scale(1.1); background: var(--orange); border-color: var(--orange); }
.placeholder .ph-icon svg { width: 18px; height: 18px; fill: var(--white); }
.placeholder .ph-label {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.placeholder .ph-title {
  font-size: .92rem;
  color: var(--white);
  margin-top: 4px;
  font-weight: 500;
}
.placeholder.video .ph-icon { background: rgba(237,28,36,.85); border-color: var(--red); }
.placeholder.video:hover .ph-icon { background: var(--red); }

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.media-grid .placeholder:nth-child(3n+1) { aspect-ratio: 3/4; }
.media-grid .wide { grid-column: span 2; aspect-ratio: 16/10; }

.gallery-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  aspect-ratio: 4/5;
}
.gallery-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .4s ease;
}
.gallery-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(10,10,10,0);
  transition: background .25s ease;
}
.gallery-photo:hover img { transform: scale(1.06); }
.gallery-photo:hover::after { background: rgba(10,10,10,.15); }

.gallery-video {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  aspect-ratio: 16/10;
}
.gallery-video img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.gallery-video::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(10,10,10,.3);
  transition: background .25s ease;
}
.gallery-video:hover img { transform: scale(1.06); }
.gallery-video:hover::after { background: rgba(10,10,10,.45); }
.gallery-video .play-badge {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px; z-index: 2;
  border-radius: 50%;
  background: rgba(237,28,36,.88);
  border: 1px solid var(--red);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s ease, transform .25s ease;
}
.gallery-video .play-badge svg { width: 20px; height: 20px; fill: var(--white); margin-left: 3px; }
.gallery-video:hover .play-badge { background: var(--red); transform: translate(-50%, -50%) scale(1.08); }

.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-btn {
  padding: 9px 20px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s ease;
}
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.active { background: var(--orange); border-color: var(--orange); color: var(--black); }

/* ---------- Booking / contact forms ---------- */
.book-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.book-info h2 { font-size: 2rem; }
.book-info .contact-list { margin-top: 30px; display: flex; flex-direction: column; gap: 18px; }
.book-info .contact-list .row { display: flex; gap: 14px; align-items: flex-start; }
.book-info .contact-list .ic {
  width: 38px; height: 38px; flex-shrink: 0;
  border: 1px solid var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.book-info .contact-list .ic svg { width: 16px; height: 16px; fill: var(--orange); }
.book-info .contact-list .label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.book-info .contact-list .val { color: var(--white); font-size: .98rem; }
.social-row { display: flex; gap: 12px; margin-top: 28px; }
.social-row a {
  width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s ease;
}
.social-row a:hover { border-color: var(--orange); background: var(--orange); }
.social-row a svg { width: 16px; height: 16px; fill: var(--cream); }
.social-row a:hover svg { fill: var(--black); }

.form-panel {
  background: var(--black-soft);
  border: 1px solid var(--line);
  padding: 42px;
  border-radius: var(--radius);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label {
  display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--black);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 13px 14px;
  font-family: var(--font-body);
  font-size: .95rem;
  border-radius: var(--radius);
  transition: border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); }
.field textarea { resize: vertical; min-height: 100px; }

.slot-picker { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.slot-btn {
  flex: 1 1 calc(50% - 10px);
  padding: 13px 10px;
  border: 1px solid var(--line);
  background: var(--black);
  color: var(--cream);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: .82rem;
  text-align: center;
  transition: all .2s ease;
}
.slot-btn small { display: block; color: var(--muted); font-size: .7rem; margin-top: 3px; }
.slot-btn:hover { border-color: var(--orange); }
.slot-btn.selected { background: var(--orange); border-color: var(--orange); color: var(--black); }
.slot-btn.selected small { color: rgba(0,0,0,.65); }

.form-note { font-size: .8rem; color: var(--muted); margin-top: 14px; }
.form-success {
  display: none;
  border: 1px solid var(--orange);
  background: rgba(245,129,31,.08);
  padding: 20px 22px;
  border-radius: var(--radius);
  margin-top: 20px;
  font-size: .92rem;
}
.form-success.show { display: block; }
.form-success b { color: var(--orange); }

.sunday-strip {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: rgba(245,129,31,.08);
  border: 1px solid rgba(245,129,31,.3);
  padding: 16px 22px;
  border-radius: var(--radius);
  margin-bottom: 40px;
}
.sunday-strip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(245,129,31,.18); }
.sunday-strip strong { color: var(--orange); }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  padding: 90px 0;
  background: linear-gradient(120deg, #201207, var(--black) 55%, #1c0a0b);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-band h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); max-width: 640px; margin: 0 auto 14px; }
.cta-band p { color: var(--muted); max-width: 520px; margin: 0 auto 34px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
footer { background: var(--black-soft); border-top: 1px solid var(--line); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 50px; }
.footer-grid p { color: var(--muted); font-size: .92rem; max-width: 280px; margin-top: 16px; }
.footer-col h5 { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a { color: var(--muted); font-size: .92rem; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 26px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: .8rem; color: var(--muted);
}
.footer-bottom .disclaimer { font-size: .74rem; opacity: .7; max-width: 640px; }
.footer-bottom-left { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-social {
  width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all .2s ease;
}
.footer-social:hover { border-color: var(--orange); background: var(--orange); }
.footer-social svg { width: 14px; height: 14px; fill: var(--muted); transition: fill .2s ease; }
.footer-social:hover svg { fill: var(--black); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(6,6,6,.94);
  display: none;
  align-items: center; justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox-card {
  max-width: 560px; width: 100%;
  background: var(--black-soft);
  border: 1px solid var(--orange);
  padding: 50px 40px;
  text-align: center;
  border-radius: var(--radius);
  position: relative;
  transition: max-width .2s ease;
}
.lightbox-card.has-image { max-width: 860px; padding: 24px 24px 28px; }
#lightbox-img {
  display: none;
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: var(--radius);
  margin-bottom: 18px;
}
#lightbox-video {
  display: none;
  width: 100%;
  max-height: 74vh;
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: var(--black);
}
.lightbox-close {
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px;
  border: 1px solid var(--line);
  background: transparent; color: var(--cream);
  border-radius: 50%; cursor: pointer;
  font-size: 1.1rem; line-height: 1;
}
.lightbox-close:hover { border-color: var(--orange); color: var(--orange); }
.lightbox .ph-icon-lg {
  width: 70px; height: 70px; margin: 0 auto 22px;
  border: 1px solid var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.lightbox .ph-icon-lg svg { width: 28px; height: 28px; fill: var(--orange); }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .director-row, .director-row.reverse { flex-direction: column; gap: 30px; margin-bottom: 60px; }
  .director-photo { flex: none; width: 100%; max-width: 320px; }
  .director-bio { text-align: center; }
  .pillars { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; gap: 46px; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid .wide { grid-column: span 2; }
  .book-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
}
@media (max-width: 720px) {
  .nav-links { position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: var(--black); flex-direction: column; justify-content: flex-start; padding: 40px 28px; gap: 26px; transform: translateX(100%); transition: transform .3s ease; z-index: 150; }
  .nav-links.open { transform: translateX(0); }
  .nav-toggle { display: flex; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .slot-btn { flex: 1 1 100%; }
  .hero-inner { min-height: 520px; padding: 110px 24px 40px; background-position: center 22%; }
}
