/* =========================================
   MUNDO DIVERSIÓN VE — style.css
   Color scheme: Purple #7B2D8B + Magenta #E040FB + White
   Font: Syne + DM Sans
   ========================================= */

:root {
  --purple: #7B2D8B;
  --purple-dark: #5A1F66;
  --magenta: #C2185B;
  --magenta-light: #F06292;
  --white: #FFFFFF;
  --off-white: #FDF6FF;
  --dark: #1C1025;
  --gray: #5F5070;
  --light: #F3EBF8;
  --radius: 20px;
  --radius-sm: 10px;
  --shadow: 0 8px 32px rgba(123,45,139,0.12);
  --transition: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--dark); background: var(--white); overflow-x: hidden; line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 88px 0; }

/* ---- TOPBAR ---- */
.topbar {
  background: var(--purple-dark);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  padding: 8px 0;
}
.topbar-inner {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.topbar i { color: var(--magenta-light); margin-right: 6px; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
}
.btn-purple { background: var(--purple); color: #fff; }
.btn-purple:hover { background: var(--purple-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(123,45,139,0.35); }
.btn-ghost { background: transparent; color: var(--dark); border-color: rgba(0,0,0,0.2); }
.btn-ghost:hover { background: var(--dark); color: #fff; }
.btn-outline-purple { background: transparent; color: var(--purple); border-color: var(--purple); }
.btn-outline-purple:hover { background: var(--purple); color: #fff; }
.btn-white-purple { background: #fff; color: var(--purple); }
.btn-white-purple:hover { background: var(--light); }

/* ---- TAGS ---- */
.tag-pill {
  display: inline-block;
  background: rgba(123,45,139,0.12);
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.tag-pill.white { background: rgba(255,255,255,0.2); color: #fff; }

/* ---- HEADER ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(123,45,139,0.1);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }

.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.logo-txt { display: flex; flex-direction: column; line-height: 1.2; }
.logo-main { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; color: var(--dark); }
.logo-main em { color: var(--purple); font-style: normal; }
.logo-sub { font-size: 11px; color: var(--gray); letter-spacing: 1px; text-transform: uppercase; }

.main-nav ul { display: flex; align-items: center; gap: 4px; }
.main-nav .nav-link { font-size: 14px; font-weight: 500; color: var(--dark); padding: 8px 14px; border-radius: 8px; transition: var(--transition); }
.main-nav .nav-link:hover { color: var(--purple); background: var(--light); }
.main-nav .nav-cta { background: var(--purple); color: #fff !important; border-radius: 50px; padding: 8px 20px; }
.main-nav .nav-cta:hover { background: var(--purple-dark); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 26px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--transition); }

/* ---- HERO SPLIT ---- */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 104px);
}

.hero-left {
  background: linear-gradient(145deg, #F3EBF8 0%, #FAF5FF 100%);
  display: flex;
  align-items: center;
  padding: 60px 48px 60px 40px;
}

.hero-left-content { max-width: 520px; }

.hero-badge {
  display: inline-block;
  background: var(--purple);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.hero-left-content h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 20px;
}

.hero-left-content h1 span { color: var(--purple); }

.hero-left-content p { font-size: 17px; color: var(--gray); margin-bottom: 32px; max-width: 460px; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-numbers { display: flex; align-items: center; gap: 20px; }

.hn { display: flex; flex-direction: column; }
.hn span { font-family: 'Syne', sans-serif; font-size: 26px; font-weight: 800; color: var(--purple); line-height: 1; }
.hn p { font-size: 12px; color: var(--gray); margin-top: 4px; }
.hn-div { width: 1px; height: 40px; background: rgba(123,45,139,0.2); }

.hero-right {
  position: relative;
  overflow: hidden;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-float-card {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.hero-float-card i { font-size: 24px; color: #FFC107; }
.hero-float-card strong { display: block; font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; }
.hero-float-card span { font-size: 12px; color: var(--gray); }

/* ---- FEATURES ROW ---- */
.features-row { background: var(--purple); padding: 40px 0; }

.feat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.feat-item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
  color: #fff;
}
.feat-item:last-child { border-right: none; }
.feat-icon { font-size: 28px; margin-bottom: 10px; color: var(--magenta-light); }
.feat-item h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.feat-item p { font-size: 13px; opacity: 0.75; }

/* ---- ZONES ---- */
.zones { background: var(--white); }

.zones-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.zones-header h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--dark);
  margin-top: 8px;
  max-width: 500px;
}

.zones-masonry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  height: 540px;
}

.zone-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}

.zone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zone-card:hover img { transform: scale(1.06); }

.zone-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(28,16,37,0.85) 0%, transparent 100%);
  color: #fff;
}

.zone-overlay h3 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.zone-overlay p { font-size: 13px; opacity: 0.8; }

.zone-tall { grid-row: span 2; }
.zones-col { display: flex; flex-direction: column; gap: 16px; }

/* ---- ABOUT STRIP ---- */
.about-strip { background: var(--dark); padding: 80px 0; }

.about-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.as-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
}

.as-content .tag-pill { background: rgba(255,255,255,0.15); color: var(--magenta-light); }

.as-content h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.as-content p { color: rgba(255,255,255,0.65); font-size: 16px; margin-bottom: 36px; }

.as-stats { display: flex; gap: 32px; }
.as-stat strong { display: block; font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--magenta-light); line-height: 1; }
.as-stat span { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 4px; display: block; }

/* ---- MENU PREVIEW ---- */
.menu-preview { background: var(--off-white); }

.mp-head { text-align: center; max-width: 600px; margin: 0 auto 48px; }
.mp-head h2 { font-family: 'Syne', sans-serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin-bottom: 12px; }
.mp-head p { color: var(--gray); font-size: 16px; }

.mp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.mp-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.mp-card:hover { transform: translateY(-6px); }

.mp-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mp-body { padding: 24px; }

.mp-tag {
  display: inline-block;
  background: var(--light);
  color: var(--purple);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.mp-body h3 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.mp-body p { font-size: 14px; color: var(--gray); margin-bottom: 16px; }

.mp-link { font-weight: 600; color: var(--purple); font-size: 14px; transition: gap 0.2s; }
.mp-link:hover { text-decoration: underline; }

/* ---- EVENTS CTA ---- */
.events-cta { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%); padding: 80px 0; }

.events-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.eci-text h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.eci-text p { color: rgba(255,255,255,0.75); font-size: 16px; margin-bottom: 28px; }

.eci-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }

/* ---- TESTIMONIALS ---- */
.testi-header { text-align: center; margin-bottom: 48px; }
.testi-header h2 { font-family: 'Syne', sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 800; margin-top: 8px; }

.testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.testi-block {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.testi-block.featured-testi { background: var(--purple); }
.testi-block.featured-testi p { color: rgba(255,255,255,0.85); }
.testi-block.featured-testi .tb-author strong, .testi-block.featured-testi .tb-author small { color: #fff; }
.testi-block.featured-testi .tb-av { background: rgba(255,255,255,0.2); }

.tb-stars { color: #FFC107; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-block p { font-size: 14px; color: var(--gray); font-style: italic; margin-bottom: 20px; line-height: 1.8; }

.tb-author { display: flex; align-items: center; gap: 12px; }
.tb-av {
  width: 42px; height: 42px; background: var(--light); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; color: var(--purple); flex-shrink: 0;
}
.tb-author strong { display: block; font-size: 14px; font-weight: 700; }
.tb-author small { font-size: 12px; color: var(--gray); }

/* ---- FOOTER ---- */
.site-footer { background: var(--dark); padding: 64px 0 0; }

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
  padding-bottom: 48px;
}

.footer-logo .logo-main { color: #fff; }
.brand-col p { color: rgba(255,255,255,0.55); font-size: 14px; margin-top: 16px; line-height: 1.8; }

.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.footer-socials a {
  width: 36px; height: 36px; background: rgba(255,255,255,0.1);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; transition: var(--transition);
}
.footer-socials a:hover { background: var(--purple); }

.footer-col h4 { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 14px; color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-col ul a:hover { color: var(--magenta-light); }

.footer-col p {
  font-size: 14px; color: rgba(255,255,255,0.55);
  display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px;
}
.footer-col p i { color: var(--magenta-light); margin-top: 4px; flex-shrink: 0; }
.footer-col p a { color: var(--magenta-light); }

.footer-bar {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}
.footer-bar a { color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-bar a:hover { color: var(--magenta-light); }

/* ---- INNER PAGES ---- */
.page-banner {
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 100%);
  padding: 120px 0 60px;
  color: #fff;
  text-align: center;
}
.page-banner h1 { font-family: 'Syne', sans-serif; font-size: clamp(30px, 5vw, 52px); font-weight: 800; margin-bottom: 14px; }
.page-banner p { font-size: 18px; opacity: 0.8; max-width: 560px; margin: 0 auto; }

/* ZONES PAGE */
.zones-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.zone-pg-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.zone-pg-card:hover { transform: translateY(-6px); }
.zone-pg-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.zone-pg-body { padding: 24px; }
.zone-pg-body h3 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.zone-pg-body p { font-size: 14px; color: var(--gray); margin-bottom: 14px; }
.zone-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.zone-meta span {
  background: var(--light); color: var(--purple);
  padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 700;
}

/* MENU PAGE */
.menu-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.menu-pg-card {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.menu-pg-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.menu-pg-body { padding: 20px; }
.menu-pg-body h3 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.menu-pg-body p { font-size: 14px; color: var(--gray); margin-bottom: 12px; }
.menu-price { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--purple); }

.menu-cat-title {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--dark);
  margin: 48px 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--light);
}
.menu-cat-title:first-child { margin-top: 0; }

/* EVENTS PAGE */
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }

.event-card {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  display: grid; grid-template-columns: 280px 1fr;
}
.event-card img { width: 100%; height: 100%; object-fit: cover; }
.event-body { padding: 32px; }
.event-body h3 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.event-body p { font-size: 14px; color: var(--gray); margin-bottom: 16px; }
.event-price { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; color: var(--purple); margin-bottom: 16px; }

/* GALLERY */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gal-item { border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gal-item:hover img { transform: scale(1.06); }
.gal-item.span2 { grid-column: span 2; aspect-ratio: 2; }

/* ABOUT PAGE */
.about-pg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-pg-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.about-pg-text h2 { font-family: 'Syne', sans-serif; font-size: clamp(26px, 3vw, 38px); font-weight: 800; margin-bottom: 16px; }
.about-pg-text p { color: var(--gray); font-size: 16px; margin-bottom: 16px; }
.about-checks { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.about-checks li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.about-checks li::before { content: "✓"; width: 24px; height: 24px; background: var(--light); color: var(--purple); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; flex-shrink: 0; }

/* CONTACT PAGE */
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }
.contact-form-box { background: var(--off-white); border-radius: var(--radius); padding: 40px; }
.contact-form-box h3 { font-family: 'Syne', sans-serif; font-size: 24px; font-weight: 800; margin-bottom: 28px; }
.cf-group { margin-bottom: 20px; }
.cf-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.cf-group input, .cf-group textarea, .cf-group select {
  width: 100%; padding: 14px 18px;
  border: 2px solid #E8DDEF; border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif; font-size: 15px;
  background: var(--white); color: var(--dark); outline: none; transition: border-color 0.2s;
}
.cf-group input:focus, .cf-group textarea:focus { border-color: var(--purple); }
.cf-group textarea { resize: vertical; min-height: 120px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-info-box h3 { font-family: 'Syne', sans-serif; font-size: 24px; font-weight: 800; margin-bottom: 28px; }
.ci-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.ci-icon { width: 48px; height: 48px; background: var(--light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--purple); font-size: 18px; flex-shrink: 0; }
.ci-text strong { display: block; font-size: 15px; margin-bottom: 4px; }
.ci-text p { font-size: 14px; color: var(--gray); margin: 0; }
.ci-text a { color: var(--purple); }

/* LEGAL */
.legal-wrap { max-width: 800px; margin: 0 auto; padding: 80px 20px 100px; }
.legal-wrap h1 { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; margin-bottom: 8px; }
.legal-wrap .upd { font-size: 14px; color: var(--gray); margin-bottom: 40px; }
.legal-wrap h2 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; margin: 32px 0 12px; }
.legal-wrap p, .legal-wrap li { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 12px; }
.legal-wrap ul { list-style: disc; padding-left: 24px; }
.legal-wrap a { color: var(--purple); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { height: 400px; }
  .feat-grid { grid-template-columns: repeat(3, 1fr); }
  .feat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .zones-masonry { height: auto; grid-template-columns: 1fr 1fr; }
  .zone-tall { grid-row: auto; }
  .zones-col { display: contents; }
  .about-strip-inner, .events-cta-inner, .about-pg-grid, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .mp-grid { grid-template-columns: repeat(2, 1fr); }
  .zones-page-grid { grid-template-columns: repeat(2, 1fr); }
  .event-card { grid-template-columns: 1fr; }
  .event-card img { height: 200px; }
  .testi-row { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .menu-page-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .main-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--white); padding: 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); z-index: 999; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 4px; }
  .main-nav .nav-link { padding: 12px 16px; display: block; }
  .burger { display: flex; }
  .topbar-inner { flex-direction: column; gap: 4px; font-size: 12px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .zones-masonry { grid-template-columns: 1fr; height: auto; }
  .zones-page-grid, .mp-grid, .menu-page-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-item.span2 { grid-column: auto; aspect-ratio: 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .contact-form-box { padding: 24px 16px; }
  .cf-row { grid-template-columns: 1fr; }
  .hero-left { padding: 48px 20px; }
  .hero-numbers { flex-wrap: wrap; }
  .as-stats { flex-wrap: wrap; gap: 20px; }
}
