/*
 * Kvantový Kemp — Design System CSS
 * Source: kvantovykemp-light mockup (approved 2026-02-28)
 * Fonts: Cinzel (headings) + Lato (body)
 * Palette: warm beige + gold accents
 */

/* ── CSS Custom Properties ── */
:root {
  --gold: #c4882a;
  --gold-light: #e8aa45;
  --dark: #f7f3ee;
  --dark2: #ede8e0;
  --dark3: #e0d8cc;
  --card: #ffffff;
  --text: #1a1408;
  --muted: #6b5e48;
  --heading: #1c1408;
  --border: #d8cfc4;
  --teal: #1a6070;
  --purple: #5a1a8a;
}

/* ── Base ── */
html { scroll-behavior: smooth; }

body.kvantovykemp {
  background: var(--dark);
  color: var(--text);
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

body.kvantovykemp * { box-sizing: border-box; }

/* ── Bricks overrides ── */
body.kvantovykemp .brxe-section {
  max-width: 100% !important;
  width: 100% !important;
}

body.kvantovykemp .brxe-heading {
  font-family: 'Cinzel', serif;
  color: var(--heading);
}

body.kvantovykemp .brxe-text-basic {
  font-family: 'Lato', sans-serif;
  color: var(--text);
}

body.kvantovykemp .brxe-button {
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all 0.2s;
}

/* ── Section helpers ── */
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}

.section-tag {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 14px;
}

body.kvantovykemp h2.brxe-heading {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.lead {
  font-size: 17px;
  color: var(--muted);
  font-weight: 300;
  max-width: 640px;
  margin-bottom: 48px;
}

/* ── NAV ── */
.kk-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(247, 243, 238, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: 0 5% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 68px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  max-width: 100% !important;
}

.nav-logo {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
}

.nav-logo-img .brxe-image,
.nav-logo-img img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
}

.nav-logo-text,
.nav-logo-text.brxe-text-basic {
  font-family: 'Cinzel', serif !important;
  font-size: 13px !important;
  color: var(--gold) !important;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.nav-links {
  display: flex !important;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link,
.nav-link.brxe-text-basic {
  color: var(--muted) !important;
  font-size: 13px !important;
  letter-spacing: 0.05em;
}

.nav-link a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-link a:hover {
  color: var(--gold);
}

.nav-cta,
.nav-cta.brxe-button {
  background: var(--gold) !important;
  color: #fff !important;
  padding: 9px 22px !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: none !important;
}

.nav-cta:hover,
.nav-cta.brxe-button:hover {
  background: var(--gold-light) !important;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  padding: 100px 5% 60px !important;
  overflow: hidden;
  background: var(--dark) !important;
}

.hero-bg {
  position: absolute !important;
  inset: 0;
  background-size: cover !important;
  background-position: center !important;
  filter: brightness(1.15) saturate(0.2);
  opacity: 0.12;
}

.hero-overlay {
  position: absolute !important;
  inset: 0;
  background: linear-gradient(to bottom, rgba(247, 243, 238, 0.55) 0%, rgba(237, 232, 224, 0.8) 100%) !important;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-badge,
.hero-badge.brxe-text-basic {
  display: inline-block !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  font-family: 'Cinzel', serif !important;
  font-size: 11px !important;
  letter-spacing: 0.2em;
  padding: 6px 18px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.hero-logo img,
.hero-logo .brxe-image {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 20px rgba(232, 180, 75, 0.4));
}

.hero h1.brxe-heading,
.hero-content h1.brxe-heading {
  font-size: clamp(2rem, 5vw, 3.4rem) !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero h1 span,
.hero-content h1.brxe-heading span {
  color: var(--gold);
}

.hero-date,
.hero-date.brxe-text-basic {
  font-family: 'Cinzel', serif !important;
  font-size: 16px !important;
  color: var(--gold) !important;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

.hero-tagline,
.hero-tagline.brxe-text-basic {
  font-size: 18px !important;
  color: var(--muted) !important;
  font-weight: 300;
  margin-bottom: 48px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero-scroll {
  position: absolute !important;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.15em;
  z-index: 2;
}

.hero-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--muted), transparent);
  margin: 8px auto 0;
}

/* ── Buttons ── */
.btn-primary,
.btn-primary.brxe-button {
  display: inline-block !important;
  background: var(--gold) !important;
  color: #000 !important;
  padding: 16px 44px !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  border: none !important;
  margin: 0 8px 12px;
}

.btn-primary:hover,
.btn-primary.brxe-button:hover {
  background: var(--gold-light) !important;
  transform: translateY(-1px);
}

.btn-outline,
.btn-outline.brxe-button {
  display: inline-block !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  background: transparent !important;
  padding: 15px 44px !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  margin: 0 8px 12px;
}

.btn-outline:hover,
.btn-outline.brxe-button:hover {
  background: rgba(232, 180, 75, 0.1) !important;
}

.hero-buttons {
  display: flex !important;
  justify-content: center !important;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── INTRO ── */
.sec-intro {
  background: var(--dark2) !important;
  padding: 90px 5% !important;
}

.intro-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.intro-text .brxe-text-basic {
  color: var(--muted) !important;
  font-size: 16px !important;
  line-height: 1.8;
  margin-bottom: 24px;
}

.intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
  border-radius: 4px;
  aspect-ratio: 4/3;
}

.intro-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.intro-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232, 180, 75, 0.2);
  border-radius: 4px;
  pointer-events: none;
}

/* ── ACTIVITIES ── */
.sec-activities {
  background: var(--dark) !important;
  padding: 90px 5% !important;
}

.act-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px;
  margin-top: 48px;
  max-width: 1100px;
}

.act-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px 20px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.act-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(196, 136, 42, 0.1);
}

.act-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px;
}

.act-svg {
  width: 40px;
  height: 40px;
  stroke: var(--gold);
  stroke-width: 1.3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.act-name,
.act-name.brxe-text-basic {
  font-family: 'Cinzel', serif !important;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  color: var(--gold) !important;
  margin-bottom: 8px;
}

.act-desc,
.act-desc.brxe-text-basic {
  font-size: 13px !important;
  color: var(--muted) !important;
  line-height: 1.6;
}

/* ── FOR WHOM ── */
.sec-forwhom {
  background: var(--dark2) !important;
  padding: 90px 5% !important;
}

.fw-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px;
  margin-top: 48px;
  max-width: 1100px;
}

.fw-card {
  background: var(--card);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.fw-card-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: saturate(0.7);
  transition: transform 0.3s;
}

.fw-card:hover .fw-card-img img {
  transform: scale(1.04);
}

.fw-card-body {
  padding: 24px;
}

.fw-card-body h3.brxe-heading {
  font-family: 'Cinzel', serif !important;
  font-size: 15px !important;
  color: var(--heading) !important;
  margin-bottom: 10px;
}

.fw-card-body .brxe-text-basic {
  font-size: 13px !important;
  color: var(--muted) !important;
  line-height: 1.65;
}

/* ── TRADITION ── */
.sec-tradition {
  background: var(--dark2) !important;
  padding: 90px 5% !important;
  text-align: center;
}

.trad-number,
.trad-number.brxe-heading {
  font-family: 'Cinzel', serif !important;
  font-size: clamp(5rem, 15vw, 10rem) !important;
  font-weight: 700 !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(196, 136, 42, 0.25);
  line-height: 1;
  margin-bottom: 10px;
}

.stats-row {
  display: flex !important;
  justify-content: center !important;
  gap: 60px;
  margin-top: 48px;
}

.stat { text-align: center; }

.stat-num,
.stat-num.brxe-text-basic {
  font-family: 'Cinzel', serif !important;
  font-size: 36px !important;
  color: var(--gold) !important;
}

.stat-label,
.stat-label.brxe-text-basic {
  font-size: 12px !important;
  letter-spacing: 0.1em;
  color: var(--muted) !important;
  margin-top: 4px;
}

/* ── GALLERY ── */
.sec-gallery {
  background: var(--dark) !important;
  padding: 80px 0 !important;
}

.gallery-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 6px;
  margin-top: 40px;
}

.gal-item {
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4/3;
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
  transition: filter 0.3s, transform 0.3s;
}

.gal-item:hover img {
  filter: saturate(1);
  transform: scale(1.04);
}

.gal-large {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
  aspect-ratio: auto;
}

/* ── TESTIMONIALS ── */
.sec-testimonials {
  background: var(--dark2) !important;
  padding: 90px 5% !important;
}

.testi-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px;
  margin-top: 48px;
  max-width: 1100px;
}

.testi-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.testi-quote,
.testi-quote.brxe-text-basic {
  font-size: 36px !important;
  color: var(--gold) !important;
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 12px;
  font-family: 'Cinzel', serif !important;
}

.testi-text,
.testi-text.brxe-text-basic {
  font-size: 14px !important;
  color: var(--muted) !important;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}

.testi-name,
.testi-name.brxe-text-basic {
  font-size: 13px !important;
  color: var(--gold) !important;
  font-weight: 700;
}

/* ── DATES ── */
.sec-dates {
  background: var(--dark) !important;
  padding: 90px 5% !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sec-dates::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Ccircle cx='150' cy='150' r='100' fill='none' stroke='%23c4882a18' stroke-width='1'/%3E%3Ccircle cx='150' cy='150' r='130' fill='none' stroke='%23c4882a10' stroke-width='1'/%3E%3C/svg%3E") center/80% no-repeat;
  pointer-events: none;
}

.dates-row {
  display: flex !important;
  justify-content: center !important;
  gap: 40px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.date-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 36px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.date-tag,
.date-tag.brxe-text-basic {
  font-size: 10px !important;
  letter-spacing: 0.2em;
  color: var(--muted) !important;
  margin-bottom: 8px;
}

.date-val,
.date-val.brxe-text-basic {
  font-family: 'Cinzel', serif !important;
  font-size: 20px !important;
  color: var(--heading) !important;
}

.date-badge,
.date-badge.brxe-text-basic {
  font-size: 11px !important;
  color: var(--gold) !important;
  margin-top: 4px;
}

/* ── PRICING ── */
.sec-pricing {
  background: var(--dark2) !important;
  padding: 90px 5% !important;
}

.price-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px;
  margin-top: 48px;
  max-width: 1100px;
}

.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.price-card.featured,
.price-featured {
  border-color: var(--gold) !important;
  background: #fffdf7 !important;
  box-shadow: 0 6px 30px rgba(196, 136, 42, 0.12) !important;
}

.price-card:hover {
  border-color: var(--gold);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.price-who,
.price-who.brxe-text-basic {
  font-size: 11px !important;
  letter-spacing: 0.15em;
  color: var(--muted) !important;
  margin-bottom: 10px;
}

.price-label,
.price-label.brxe-text-basic {
  font-family: 'Cinzel', serif !important;
  font-size: 17px !important;
  color: var(--heading) !important;
  margin-bottom: 20px;
}

.price-amount,
.price-amount.brxe-text-basic {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: var(--gold) !important;
  line-height: 1;
}

.price-currency {
  font-size: 16px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
  margin-right: 2px;
}

.price-note,
.price-note.brxe-text-basic {
  font-size: 12px !important;
  color: var(--muted) !important;
  margin-top: 8px;
}

.price-hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 24px 0;
}

.price-features {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.price-features li {
  font-size: 13px;
  color: var(--muted);
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.price-features li::before {
  content: '\2713';
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
}

/* Family pricing box */
.family-box {
  margin-top: 40px;
  background: #fffdf7;
  border: 1px solid rgba(196, 136, 42, 0.2);
  border-radius: 4px;
  padding: 28px 32px;
  max-width: 1100px;
}

.family-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.family-table th {
  text-align: left;
  padding: 8px 0;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border);
}

.family-table th:not(:first-child) {
  text-align: right;
}

.family-table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.family-table tr:last-child td {
  border-bottom: none;
}

.family-table td:nth-child(2) {
  text-align: right;
  font-family: 'Cinzel', serif;
  color: var(--gold);
}

.family-table td:nth-child(3) {
  text-align: right;
  color: var(--muted);
}

.pricing-note,
.pricing-note.brxe-text-basic {
  color: var(--muted) !important;
  font-size: 13px !important;
  text-align: center;
  line-height: 1.8;
  margin-top: 24px;
  max-width: 1100px;
}

/* ── PRIHLASKA (Google Form) ── */
.sec-prihlaska {
  background: var(--dark) !important;
  padding: 90px 5% !important;
  text-align: center;
}

.prihlaska-inner {
  max-width: 760px;
  margin: 0 auto;
}

.prihlaska-box {
  background: var(--card);
  border: 1px solid rgba(232, 180, 75, 0.15);
  border-radius: 6px;
  padding: 40px 20px;
}

/* ── HOTEL ── */
.sec-hotel {
  background: var(--dark) !important;
  padding: 90px 5% !important;
}

.hotel-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.hotel-info .brxe-text-basic {
  font-size: 15px !important;
  color: var(--muted) !important;
  margin-bottom: 16px;
  line-height: 1.7;
}

.hotel-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  background: rgba(232, 180, 75, 0.08);
  border: 1px solid rgba(232, 180, 75, 0.2);
  border-radius: 3px;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--gold);
  margin-bottom: 24px;
}

.hotel-imgs {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px;
}

.hotel-imgs img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 3px;
  filter: saturate(0.75);
}

.hotel-img-wide img {
  grid-column: span 2;
  aspect-ratio: 16/7;
}

/* ── CONTACT ── */
.sec-contact {
  background: var(--dark) !important;
  padding: 90px 5% !important;
}

.contact-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
}

.contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.contact-label,
.contact-label.brxe-text-basic {
  font-size: 11px !important;
  color: var(--muted) !important;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.contact-val,
.contact-val.brxe-text-basic {
  font-size: 15px !important;
  color: var(--heading) !important;
}

.contact-val a {
  color: var(--heading);
  text-decoration: none;
}

.contact-val a:hover {
  color: var(--gold);
}

.contact-map {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 12px;
  min-height: 320px;
}

/* ── CTA FOOTER ── */
.sec-cta-footer {
  background: var(--dark) !important;
  border-top: 2px solid rgba(196, 136, 42, 0.25);
  text-align: center;
  padding: 100px 5% !important;
  position: relative;
  overflow: hidden;
}

.sec-cta-footer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(196, 136, 42, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.cta-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.cta-footer-inner .brxe-text-basic {
  color: var(--muted) !important;
  font-size: 16px !important;
  margin-bottom: 40px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.cta-divider {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 24px auto;
  opacity: 0.5;
}

/* ── FOOTER ── */
.kk-footer {
  background: var(--dark3) !important;
  border-top: 1px solid var(--border);
  padding: 30px 5% !important;
  text-align: center;
}

.kk-footer .brxe-text-basic {
  font-size: 12px !important;
  color: var(--muted) !important;
  line-height: 1.8;
}

.kk-footer a {
  color: var(--gold);
  text-decoration: none;
}

.footer-logos {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 32px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.footer-logos img {
  height: 32px;
  object-fit: contain;
  opacity: 0.55;
}

.footer-sep {
  width: 1px;
  height: 28px;
  background: var(--border);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .intro-grid,
  .hotel-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .act-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .fw-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .price-grid {
    grid-template-columns: 1fr !important;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .stats-row {
    gap: 30px;
  }

  .nav-links {
    display: none !important;
  }

  .kk-nav {
    padding: 0 16px !important;
  }
}

@media (max-width: 600px) {
  .fw-grid {
    grid-template-columns: 1fr !important;
  }

  .act-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .dates-row {
    flex-direction: column !important;
    align-items: center !important;
  }

  .testi-grid {
    grid-template-columns: 1fr !important;
  }

  .stats-row {
    flex-direction: column;
    gap: 24px;
  }

  .hero {
    padding: 80px 20px 40px !important;
  }

  .hero h1.brxe-heading {
    font-size: 1.8rem !important;
  }

  .family-box {
    padding: 20px 16px;
    overflow-x: auto;
  }
}

/* ── Scroll Reveal ── */
.rv {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rv.in {
  opacity: 1;
  transform: none;
}

.rv-d1 { transition-delay: 0.1s; }
.rv-d2 { transition-delay: 0.2s; }
.rv-d3 { transition-delay: 0.3s; }
