@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}

/* ====================================================================
   MULHERES DO REINO — design feminino e elegante (realeza)
   Creme/blush + rosé + dourado delicado · vinho como acento
   ==================================================================== */
:root {
  color-scheme: light;
  --wine: #6e1840;
  --wine-deep: #4a0f2b;
  --plum: #5a1538;
  --ink: #45233a;
  --rose: #c2185b;
  --rose-soft: #e0789f;
  --blush: #f9dce7;
  --blush-bg: #fdf1f5;
  --gold: #c79a52;
  --gold-deep: #a07c32;
  --gold-soft: #ecd9a8;
  --champagne: #f6e7c8;
  --cream: #fffaf7;
  --ivory: #fdf3ee;
  --paper: #fbeef0;
  --text: #45233a;
  --muted: #8a6677;
  --white: #ffffff;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --line: rgba(110, 24, 64, 0.12);
  --shadow: 0 24px 60px rgba(110, 24, 64, 0.16);
  --shadow-soft: 0 14px 34px rgba(110, 24, 64, 0.10);
  --radius: 16px;
  --radius-lg: 26px;
  --max: 1180px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link, .sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; z-index: 9999; top: 16px; left: 16px;
  width: auto; height: auto; margin: 0; padding: 12px 16px; clip: auto;
  color: var(--wine); background: var(--white); border: 1px solid var(--line);
}

/* ---------- HEADER ---------- */
.site-header {
  position: fixed; top: 16px; left: 50%; z-index: 1000;
  width: min(calc(100% - 32px), 1200px);
  min-height: 66px;
  transform: translateX(-50%);
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 10px 12px 10px 16px;
  color: var(--white);
  background: rgba(74, 15, 43, 0.62);
  border: 1px solid rgba(236, 217, 168, 0.28);
  border-radius: 999px;
  box-shadow: 0 18px 52px rgba(74, 15, 43, 0.26);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.site-header.is-scrolled {
  background: rgba(74, 15, 43, 0.92);
  box-shadow: 0 18px 52px rgba(74, 15, 43, 0.34);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center;
  width: 46px; height: 46px; flex: 0 0 46px;
  color: var(--wine);
  background: linear-gradient(135deg, var(--champagne), var(--gold));
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(199, 154, 82, 0.5);
  font-family: var(--serif);
  letter-spacing: .02em;
}
.brand strong, .brand small { display: block; letter-spacing: 0; }
.brand strong { font-size: 1.02rem; line-height: 1.1; font-family: var(--serif); font-weight: 700; }
.brand small { margin-top: 2px; color: rgba(246, 231, 200, 0.92); font-size: 0.74rem; letter-spacing: .04em; }

.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.site-nav a {
  min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px;
  color: rgba(255, 255, 255, 0.86); text-decoration: none; border-radius: 999px;
  font-size: 0.92rem; font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.site-nav a:hover, .site-nav a:focus-visible {
  color: var(--white); background: rgba(255, 255, 255, 0.12); outline: none;
}
.site-nav .nav-cta {
  color: var(--wine);
  background: linear-gradient(135deg, var(--champagne), var(--gold));
  box-shadow: 0 10px 28px rgba(199, 154, 82, 0.34);
  font-weight: 800;
}
.site-nav .nav-cta:hover { color: var(--wine-deep); }

.menu-button {
  display: none; width: 46px; height: 46px; flex: 0 0 46px; place-items: center;
  padding: 0; color: var(--white); background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; cursor: pointer;
}
.menu-line { display: block; width: 20px; height: 2px; margin: 3px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-button.is-open .menu-line:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-button.is-open .menu-line:nth-child(2) { opacity: 0; }
.menu-button.is-open .menu-line:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.74fr);
  align-items: center;
  gap: 48px;
  padding: 132px max(24px, calc((100vw - var(--max)) / 2)) 80px;
  color: var(--white);
  background: var(--wine-deep);
  overflow: hidden;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background:
    radial-gradient(900px 620px at 86% 4%, rgba(226, 130, 168, 0.5), transparent 58%),
    radial-gradient(760px 600px at 6% 96%, rgba(199, 154, 82, 0.28), transparent 60%),
    linear-gradient(135deg, #6e1840 0%, #4a0f2b 56%, #38092050 100%),
    var(--wine-deep);
}
.hero-overlay {
  background:
    radial-gradient(2px 2px at 20% 30%, rgba(246,231,200,0.5), transparent 60%),
    radial-gradient(2px 2px at 70% 20%, rgba(246,231,200,0.4), transparent 60%),
    radial-gradient(1.5px 1.5px at 40% 70%, rgba(246,231,200,0.4), transparent 60%),
    radial-gradient(2px 2px at 85% 60%, rgba(246,231,200,0.35), transparent 60%);
  opacity: 0.7;
}
.hero-content, .hero-stage { position: relative; z-index: 1; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 16px; padding: 6px 16px;
  color: var(--champagne);
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid rgba(236, 217, 168, 0.4);
  border-radius: 999px;
  background: rgba(236, 217, 168, 0.1);
}
.eyebrow::before { content: "♛"; font-size: 0.92rem; color: var(--gold); }

.hero h1, .section h2, .contact-section h2, .verse-band p, .audience-head h2 {
  margin: 0; font-family: var(--serif); font-weight: 700; letter-spacing: 0;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6vw + 1rem, 5.6rem);
  line-height: 0.96;
  text-wrap: balance;
  color: var(--white);
  text-shadow: 0 2px 30px rgba(0,0,0,0.25);
}
.hero h1 .accent, .hero h1 em { font-style: italic; color: var(--champagne); }
.hero-kicker {
  margin: 22px 0 0; color: var(--champagne);
  font-size: clamp(1.1rem, 1.4vw + .6rem, 1.4rem); font-weight: 600;
  font-style: italic; font-family: var(--serif);
}
.hero-copy {
  max-width: 600px; margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84); font-size: 1.06rem; line-height: 1.78;
}
.hero-copy strong { color: var(--white); }

.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 0 26px; border-radius: 999px; font-weight: 800; font-size: 0.98rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover, .button:focus-visible,
.text-link:hover, .text-link:focus-visible,
.event-card a:hover, .event-card a:focus-visible { transform: translateY(-2px); outline: none; }
.button-primary {
  color: var(--wine);
  background: linear-gradient(135deg, var(--champagne), var(--gold));
  box-shadow: 0 16px 34px rgba(199, 154, 82, 0.4);
}
.button-primary:hover { box-shadow: 0 20px 42px rgba(199, 154, 82, 0.55); }
.button-ghost { color: var(--white); border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.08); }
.button-ghost.dark { color: var(--wine); border-color: rgba(110, 24, 64, 0.28); background: rgba(110, 24, 64, 0.05); }

.hero-stage { display: grid; justify-items: end; gap: 18px; }
.cinema-frame {
  position: relative; width: min(100%, 380px); aspect-ratio: 4 / 5;
  overflow: hidden; border-radius: var(--radius-lg);
  border: 1px solid rgba(236, 217, 168, 0.4);
  box-shadow: var(--shadow);
  background: var(--plum);
}
.cinema-frame img { width: 100%; height: 100%; object-fit: cover; }
.cinema-frame::before {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid rgba(246, 217, 166, 0.5);
  border-radius: calc(var(--radius-lg) - 6px); pointer-events: none;
}
.frame-caption {
  position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 14px 16px;
  color: var(--white); background: rgba(74, 15, 43, 0.66);
  border: 1px solid rgba(236, 217, 168, 0.28); border-radius: var(--radius);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.frame-caption span, .hero-stat span { display: block; color: rgba(255, 255, 255, 0.78); font-size: 0.8rem; }
.frame-caption strong { display: block; margin-top: 4px; font-size: 1rem; color: var(--champagne); font-family: var(--serif); }
.hero-stat {
  width: min(100%, 330px); padding: 20px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(194, 24, 91, 0.92), rgba(160, 124, 50, 0.86));
  border-radius: var(--radius); box-shadow: 0 18px 42px rgba(74, 15, 43, 0.3);
}
.hero-stat strong { display: block; margin-bottom: 8px; font-size: 1.5rem; font-family: var(--serif); }

/* ---------- INTRO BAND (frase) ---------- */
.intro-band {
  display: grid; gap: 12px; place-items: center;
  padding: 54px 24px; color: var(--wine);
  background: linear-gradient(135deg, var(--blush) 0%, var(--champagne) 58%, var(--blush-bg) 100%);
  text-align: center;
}
.quote-mark {
  position: relative; max-width: 900px; margin: 0;
  font-family: var(--serif); font-size: clamp(1.25rem, 2vw + .6rem, 1.7rem);
  line-height: 1.4; font-style: italic; color: var(--wine);
}
.quote-mark::before {
  content: "❝"; display: block; margin-bottom: 8px;
  font-size: 2.6rem; line-height: 0; color: var(--gold);
}
.intro-band span { color: var(--rose); font-weight: 700; letter-spacing: .02em; }

/* ---------- SECTIONS base ---------- */
.section { padding: 96px max(24px, calc((100vw - var(--max)) / 2)); }
.section-light { background: var(--cream); }
.section-blush { background: var(--blush-bg); }

.section-heading { max-width: 740px; margin-bottom: 44px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { margin-inline: auto; }
.section h2, .contact-section h2 {
  color: var(--wine); font-size: clamp(2.2rem, 3.4vw + 1rem, 3.2rem);
  line-height: 1.04; text-wrap: balance;
}
.section h2 .accent { font-style: italic; color: var(--rose); }
.section .eyebrow { color: var(--gold-deep); border-color: rgba(199,154,82,0.4); background: rgba(199,154,82,0.1); }
.section-heading p:last-child, .founder-copy p, .cinematic-grid p, .contact-section p {
  color: var(--muted); font-size: 1.04rem; line-height: 1.78;
}

/* ---------- ESSENCE / VALUE / EVENT cards ---------- */
.essence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.essence-card, .value-card, .event-card {
  position: relative; min-height: 250px; padding: 28px;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft); overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.essence-card::after {
  content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  opacity: 0; transition: opacity 240ms ease;
}
.essence-card:hover, .value-card:hover {
  transform: translateY(-6px); box-shadow: 0 30px 60px rgba(110, 24, 64, 0.16);
  border-color: rgba(199, 154, 82, 0.5);
}
.essence-card:hover::after { opacity: 1; }
.card-index { font-size: 2rem; line-height: 1; }
.essence-card h3, .event-card h3 {
  position: relative; margin: 18px 0 12px; color: var(--wine);
  font-family: var(--serif); font-size: 1.5rem; font-weight: 700;
}
.essence-card p, .event-card p, .value-card p {
  position: relative; margin: 0; color: var(--muted); line-height: 1.65;
}

/* ---------- CINEMATIC (Coroas diferentes) — vinho quente ---------- */
.cinematic-section {
  color: var(--white);
  background:
    radial-gradient(700px 500px at 88% 0%, rgba(226,130,168,0.22), transparent 60%),
    linear-gradient(135deg, var(--wine) 0%, var(--wine-deep) 100%);
}
.cinematic-section .eyebrow, .events-section .eyebrow {
  color: var(--champagne); border-color: rgba(236,217,168,0.4); background: rgba(236,217,168,0.1);
}
.cinematic-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr); gap: 44px; align-items: center; }
.cinematic-grid h2 { color: var(--white); }
.cinematic-grid h2 .accent { color: var(--champagne); }
.cinematic-grid p { color: rgba(255, 255, 255, 0.82); }
.text-link {
  min-height: 44px; display: inline-flex; align-items: center; gap: 6px; margin-top: 18px;
  color: var(--champagne); font-weight: 800; text-decoration: none; transition: transform 180ms ease;
}
.text-link::after { content: "→"; }
.mission-panel { display: grid; gap: 12px; }
.mission-panel div {
  padding: 22px; background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(236, 217, 168, 0.2); border-radius: var(--radius);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.mission-panel strong, .mission-panel span { display: block; }
.mission-panel strong { margin-bottom: 6px; color: var(--champagne); font-size: 1.15rem; font-family: var(--serif); }
.mission-panel span { color: rgba(255, 255, 255, 0.8); line-height: 1.6; }

/* ---------- VERSE BAND (novo) ---------- */
.verse-band {
  position: relative; padding: 84px 24px; text-align: center;
  color: var(--white);
  background:
    radial-gradient(600px 320px at 50% 0%, rgba(226,130,168,0.25), transparent 70%),
    linear-gradient(135deg, var(--plum), var(--wine-deep));
  overflow: hidden;
}
.verse-band .crown { font-size: 2.2rem; color: var(--gold); }
.verse-band p {
  max-width: 880px; margin: 14px auto 0;
  font-size: clamp(1.5rem, 2.6vw + .6rem, 2.4rem); line-height: 1.35; font-style: italic;
  color: var(--white);
}
.verse-band .ref {
  display: inline-block; margin-top: 22px; color: var(--champagne);
  font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: 0.84rem;
}
.verse-band .divider {
  width: 90px; height: 2px; margin: 26px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ---------- FOUNDER ---------- */
.founder-section {
  display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 54px; align-items: center; background: var(--ivory);
}
.founder-image { position: relative; max-width: 460px; }
.founder-image::before {
  content: ""; position: absolute; inset: -16px 16px 16px -16px; z-index: 0;
  border: 2px solid rgba(199, 154, 82, 0.5); border-radius: var(--radius-lg);
}
.founder-image::after {
  content: "♛"; position: absolute; top: -26px; right: 8px; z-index: 2;
  font-size: 2.4rem; color: var(--gold);
  filter: drop-shadow(0 4px 10px rgba(110,24,64,0.3));
}
.founder-image img {
  position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.founder-copy h2 { color: var(--wine); }
.founder-copy .roles { margin: 14px 0 22px; color: var(--rose); font-weight: 800; letter-spacing: .01em; }
.founder-copy p strong { color: var(--wine); }
blockquote {
  margin: 28px 0 0; padding: 24px 26px; color: var(--wine);
  background: linear-gradient(135deg, var(--blush), rgba(246, 231, 200, 0.5));
  border-left: 4px solid var(--gold); border-radius: var(--radius);
  font-family: var(--serif); font-size: 1.22rem; line-height: 1.5; font-style: italic;
}
blockquote strong { font-style: normal; }

/* ---------- VALUES ---------- */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { min-height: 200px; background: var(--white); }
.value-card span {
  display: block; margin-bottom: 30px; color: var(--wine);
  font-family: var(--serif); font-size: 1.42rem; font-weight: 700;
}
.value-card::after {
  content: ""; position: absolute; left: 28px; top: 66px; width: 54px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
}

/* ---------- AUDIENCE / PARA QUEM É (novo) ---------- */
.audience-section { padding: 92px max(24px, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.audience-head { max-width: 740px; margin: 0 auto 40px; text-align: center; }
.audience-head .eyebrow { margin-inline: auto; color: var(--gold-deep); border-color: rgba(199,154,82,0.4); background: rgba(199,154,82,0.1); }
.audience-head h2 { color: var(--wine); font-size: clamp(2rem, 3vw + 1rem, 3rem); }
.audience-head h2 .accent { font-style: italic; color: var(--rose); }
.audience-head p { color: var(--muted); margin-top: 14px; line-height: 1.7; }
.audience-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 900px; margin: 0 auto; }
.audience-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  background: var(--white); border: 1px solid var(--line);
  box-shadow: var(--shadow-soft); color: var(--wine); font-weight: 700;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.audience-chip::before { content: "✦"; color: var(--gold); }
.audience-chip:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(110,24,64,0.14); border-color: rgba(199,154,82,0.5); }

/* ---------- EVENTS ---------- */
.events-section { background: linear-gradient(180deg, var(--blush-bg), var(--paper)); }
.events-section h2 { color: var(--wine); }
.events-section .eyebrow { color: var(--gold-deep); border-color: rgba(199,154,82,0.4); background: rgba(199,154,82,0.1); }
.events-section .section-heading p:last-child { color: var(--muted); }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { min-height: 300px; background: var(--white); }
.event-card h3 { color: var(--wine); }
.event-card p { color: var(--muted); }
.event-card.featured {
  color: var(--white);
  background: linear-gradient(150deg, var(--rose) 0%, var(--wine) 100%);
  border-color: transparent;
}
.event-card.featured h3, .event-card.featured p { color: var(--white); }
.event-card.featured p { color: rgba(255,255,255,0.85); }
.event-card.featured .event-tag { background: var(--champagne); color: var(--wine); }
.event-card.featured a { color: var(--champagne); }
.event-tag {
  display: inline-flex; align-items: center; min-height: 32px; padding: 0 14px;
  color: var(--wine); background: var(--blush); border-radius: 999px;
  font-size: 0.78rem; font-weight: 800; letter-spacing: .04em;
}
.event-card a {
  position: absolute; left: 28px; bottom: 26px; min-height: 44px;
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--rose); font-weight: 800; text-decoration: none; transition: transform 180ms ease;
}
.event-card a::after { content: "→"; }

/* ---------- GALLERY ---------- */
.gallery-section { background: var(--ivory); }
.gallery-section h2 { color: var(--wine); }
.gallery-section .eyebrow { color: var(--gold-deep); border-color: rgba(199,154,82,0.4); background: rgba(199,154,82,0.1); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item {
  position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden;
  border: 0; border-radius: var(--radius); background: var(--blush);
  cursor: zoom-in; box-shadow: 0 16px 40px rgba(110, 24, 64, 0.14);
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 420ms ease, filter 420ms ease; }
.gallery-item::after {
  content: "Ver foto"; position: absolute; right: 14px; bottom: 14px; min-height: 34px;
  display: inline-flex; align-items: center; padding: 0 14px; color: var(--wine);
  background: rgba(255, 255, 255, 0.92); border-radius: 999px;
  font-size: 0.82rem; font-weight: 700;
  opacity: 0; transform: translateY(8px); transition: opacity 220ms ease, transform 220ms ease;
}
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.08); filter: saturate(1.06); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }

/* ---------- CONTACT ---------- */
.contact-section {
  padding: 100px 24px; color: var(--white);
  background:
    radial-gradient(700px 460px at 50% 0%, rgba(226,130,168,0.3), transparent 64%),
    linear-gradient(135deg, var(--rose) 0%, var(--wine) 52%, var(--wine-deep) 100%);
  text-align: center;
}
.contact-inner { width: min(100%, 920px); margin: 0 auto; }
.contact-section .eyebrow { color: var(--champagne); border-color: rgba(236,217,168,0.4); background: rgba(236,217,168,0.1); }
.contact-section h2, .contact-section p { color: var(--white); }
.contact-section p { max-width: 680px; margin: 16px auto 0; opacity: 0.9; line-height: 1.7; }
.contact-actions { justify-content: center; }
.contact-section .button-ghost.dark { color: var(--white); border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.1); }
.phone { margin-top: 24px; font-weight: 800; color: var(--champagne); }

/* ---------- FOOTER ---------- */
.site-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 38px max(24px, calc((100vw - var(--max)) / 2));
  color: rgba(255, 255, 255, 0.74); background: var(--wine-deep);
}
.site-footer strong { color: var(--white); font-family: var(--serif); font-size: 1.1rem; }
.site-footer p { margin: 6px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-links a {
  min-height: 40px; display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255, 255, 255, 0.82); text-decoration: none; transition: color 180ms ease;
}
.footer-links a:hover { color: var(--champagne); }

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 900;
  display: grid; place-items: center; width: 60px; height: 60px;
  color: var(--white); background: #25d366; border-radius: 50%;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.4); transition: transform 180ms ease;
}
.whatsapp-float::before {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 3px solid rgba(37, 211, 102, 0.55); animation: wa-pulse 2.2s ease-out infinite;
}
@keyframes wa-pulse { 0% { transform: scale(.92); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px) scale(1.05); outline: none; }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }

/* ---------- LIGHTBOX ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 2000; display: none;
  align-items: center; justify-content: center; padding: 72px 20px 28px;
  background: rgba(58, 9, 32, 0.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(100%, 1100px); max-height: 82vh; object-fit: contain; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; top: 22px; right: 22px; min-height: 44px; padding: 0 18px;
  color: var(--white); background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; cursor: pointer; font-weight: 700;
}

/* ---------- REVEAL ---------- */
body.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
body.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .site-nav {
    position: fixed; top: 92px; left: 16px; right: 16px;
    display: grid; justify-content: stretch; gap: 6px; padding: 14px;
    background: rgba(74, 15, 43, 0.96); border: 1px solid rgba(236, 217, 168, 0.2);
    border-radius: var(--radius-lg); box-shadow: var(--shadow);
    transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav a { justify-content: center; }
  .menu-button { display: grid; }

  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 124px; }
  .hero-stage { justify-items: start; }
  .cinema-frame { width: min(100%, 340px); }

  .essence-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .cinematic-grid, .founder-section, .events-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .site-header { top: 10px; width: min(calc(100% - 20px), 1200px); padding-left: 10px; }
  .brand small { display: none; }
  .brand strong { font-size: 0.92rem; }

  .hero { padding: 116px 18px 54px; }
  .hero-actions, .contact-actions { display: grid; }
  .button { width: 100%; }

  .quote-mark { font-size: 1.3rem; }

  .section, .contact-section, .audience-section, .verse-band { padding-left: 18px; padding-right: 18px; }
  .section, .audience-section { padding-top: 68px; padding-bottom: 68px; }

  .essence-grid, .values-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 300px; }
  .gallery-item.tall, .gallery-item.wide { grid-row: auto; grid-column: auto; }

  .site-footer { display: grid; text-align: center; justify-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 1ms !important; scroll-behavior: auto !important; transition-duration: 1ms !important; }
  .reveal { opacity: 1; transform: none; }
  .whatsapp-float::before { display: none; }
}
