/* ============================================================
   ENCONTRO PINK'S — Design System
   "Curadas para curar." — dark, cinematic, editorial, feminine.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Instrument+Serif:ital@0;1&display=swap');

:root{
  /* --- Brand colors --- */
  --pink:            #ED2F77;
  --pink-secondary:  #FF6FA9;
  --pink-dark:       #B81756;
  --blush:           #FFF0F6;
  --warm-white:      #FFF9FC;

  --bg:              #09090B;
  --bg-secondary:    #121015;
  --surface:         #1A161C;
  --surface-2:       #201A22;

  --text:            #FFF9FC;
  --text-muted:      #B8ADB3;
  --text-faint:      #7A7178;

  --border:          rgba(255,255,255,0.12);
  --border-soft:      rgba(255,255,255,0.07);
  --border-pink:      rgba(237,47,119,0.35);

  --gradient-pink:   linear-gradient(135deg, #ED2F77 0%, #FF6FA9 100%);
  --gradient-pink-dark: linear-gradient(135deg, #B81756 0%, #ED2F77 100%);
  --gradient-veil:   linear-gradient(180deg, rgba(9,9,11,0) 0%, rgba(9,9,11,.55) 55%, rgba(9,9,11,.96) 100%);

  /* --- Type --- */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-display: 'Instrument Serif', 'Cormorant Garamond', Georgia, serif;

  /* --- Scale / rhythm --- */
  --container: 1240px;
  --container-wide: 1440px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --ease: cubic-bezier(.16,.8,.24,1);
  --dur-fast: .25s;
  --dur-mid: .55s;
  --dur-slow: .9s;

  --header-h: 84px;
}

/* ============================= RESET ============================= */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
body, h1, h2, h3, h4, p, figure, blockquote{ margin: 0; }
ul, ol{ margin: 0; padding: 0; list-style: none; }
img, video{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select{ font: inherit; color: inherit; }
svg{ display: block; }

html{ background: var(--bg); }
body{
  background: transparent;
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection{ background: var(--pink); color: var(--warm-white); }

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible{
  outline: 2px solid var(--pink-secondary);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ============================= LAYOUT HELPERS ============================= */
.wrap{
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
.wrap-wide{
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 24px;
}
@media (min-width: 768px){
  .wrap, .wrap-wide{ padding-inline: 40px; }
}

section{ position: relative; }
.section-pad{ padding-block: clamp(72px, 10vw, 140px); }
.section-pad-sm{ padding-block: clamp(48px, 6vw, 88px); }

/* Fundo transparente nas seções escuras para o céu estrelado aparecer */
.bg-dark{ background: transparent; }
.bg-secondary{ background: rgba(18, 16, 21, 0.9); }

/* Céu estrelado — flocos caindo suavemente atrás do site */
.starfield{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
/* Sobe o conteúdo acima das estrelas, sem quebrar overlays/botões fixed */
body > *:not(.starfield):not(.audio-toggle-wrap):not(.sticky-cta):not(.site-header):not(.mobile-nav):not(.skip-link):not(.toast):not(.flyer-modal):not(.lightbox){
  position: relative;
  z-index: 1;
}
.bg-blush{ background: var(--blush); color: #2B0F1B; }
.bg-blush .muted{ color: #7A4A5C; }

.divider{
  height: 1px;
  width: 100%;
  background: var(--border-soft);
  border: 0;
}

/* ============================= TYPOGRAPHY ============================= */
.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pink-secondary);
}
.eyebrow::before{
  content: '';
  width: 22px;
  height: 1px;
  background: var(--pink-secondary);
  display: inline-block;
}
.bg-blush .eyebrow{ color: var(--pink-dark); }
.bg-blush .eyebrow::before{ background: var(--pink-dark); }

h1, .h1{
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-size: clamp(42px, 7.2vw, 92px);
}
h2, .h2{
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-size: clamp(30px, 4.4vw, 54px);
}
h3, .h3{
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-size: clamp(21px, 2.4vw, 28px);
}
.serif{ font-family: var(--font-serif); font-weight: 500; }
.serif-italic{ font-family: var(--font-serif); font-style: italic; font-weight: 500; }

.lede{
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 56ch;
}
.muted{ color: var(--text-muted); }
.faint{ color: var(--text-faint); }

.underline-swipe{
  position: relative;
  display: inline-block;
}
.underline-swipe::after{
  content: '';
  position: absolute;
  left: 0; right: 100%;
  bottom: -.06em;
  height: .09em;
  background: var(--gradient-pink);
  border-radius: 2px;
  transition: right var(--dur-slow) var(--ease);
}
.underline-swipe.in-view::after{ right: 0; }

/* ============================= BUTTONS ============================= */
.btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding-inline: 30px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
  will-change: transform;
}
.btn-primary{
  background: var(--gradient-pink);
  color: #1A0410;
  box-shadow: 0 10px 30px -8px rgba(237,47,119,.55);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 36px -8px rgba(237,47,119,.7); }
.btn-primary:active{ transform: translateY(0); }

.btn-outline{
  background: transparent;
  color: var(--warm-white);
  border: 1.5px solid rgba(255,255,255,.35);
}
.btn-outline:hover{ border-color: var(--pink-secondary); background: rgba(255,111,169,.08); transform: translateY(-2px); }

.btn-ghost{
  background: rgba(255,255,255,.06);
  color: var(--warm-white);
  border: 1px solid var(--border);
  height: 46px;
  padding-inline: 22px;
  font-size: 13.5px;
}
.btn-ghost:hover{ background: rgba(255,255,255,.1); }

.btn-sm{ height: 44px; padding-inline: 22px; font-size: 13.5px; }
.btn-block{ width: 100%; }

.btn svg{ width: 17px; height: 17px; }

/* ============================= HEADER ============================= */
.site-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background var(--dur-mid) var(--ease), backdrop-filter var(--dur-mid) var(--ease), box-shadow var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease), height var(--dur-mid) var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled{
  height: 72px;
  background: rgba(9,9,11,.78);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--border-soft);
  box-shadow: 0 10px 40px -12px rgba(0,0,0,.5);
}
.header-inner{
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px){ .header-inner{ padding-inline: 32px; } }

.brand{
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark{
  width: 46px; height: 46px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1.5px rgba(255,255,255,.18), 0 6px 18px -6px rgba(237,47,119,.6);
  transition: box-shadow var(--dur-fast) var(--ease);
}
.brand:hover .brand-mark{ box-shadow: 0 0 0 1.5px rgba(255,255,255,.3), 0 8px 22px -4px rgba(237,47,119,.85); }
.brand-mark img{ width: 100%; height: 100%; object-fit: cover; }
.brand-word{
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1;
}
.brand-word span{ display: block; font-size: 10px; font-weight: 600; letter-spacing: .2em; color: var(--text-muted); text-transform: uppercase; margin-top: 4px; }

.main-nav{
  display: none;
  justify-self: center;
}
@media (min-width: 1080px){
  .main-nav{ display: flex; align-items: center; gap: 2px; }
}
.main-nav a{
  position: relative;
  padding: 10px 16px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: rgba(255,249,252,.82);
  transition: color var(--dur-fast) var(--ease);
}
.main-nav a:hover{ color: var(--warm-white); }
.main-nav a::after{
  content:'';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--gradient-pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-fast) var(--ease);
  border-radius: 2px;
}
.main-nav a:hover::after, .main-nav a.active::after{ transform: scaleX(1); }
.main-nav a.active{ color: var(--warm-white); }

.header-actions{ display: flex; align-items: center; gap: 10px; justify-self: end; }
.header-actions .btn-primary{ display: none; }
@media (min-width: 640px){ .header-actions .btn-primary{ display: inline-flex; height: 46px; padding-inline: 24px; font-size: 13.5px; } }

.menu-btn{
  display: flex;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
}
@media (min-width: 1080px){ .menu-btn{ display: none; } }
.menu-btn span{ display:block; width: 18px; height: 1.5px; background: var(--warm-white); position: relative; }
.menu-btn span::before, .menu-btn span::after{ content:''; position:absolute; left:0; width:18px; height:1.5px; background: var(--warm-white); transition: transform var(--dur-fast) var(--ease); }
.menu-btn span::before{ top: -6px; }
.menu-btn span::after{ top: 6px; }

/* Mobile drawer */
.mobile-nav{
  position: fixed; inset: 0;
  z-index: 99;
  background: rgba(9,9,11,.98);
  backdrop-filter: blur(10px);
  display: flex; flex-direction: column;
  padding: 110px 28px 40px;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-mid) var(--ease), transform var(--dur-mid) var(--ease);
}
.mobile-nav.is-open{ opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-nav a{
  font-size: 26px;
  font-weight: 700;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-soft);
}
.mobile-nav .btn{ margin-top: 28px; }
.mobile-nav-social{ margin-top: auto; display: flex; gap: 14px; padding-top: 30px; }

/* ============================= HERO ============================= */
.hero{
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050506;
}
.hero-media{
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-media .layer-blur{
  position: absolute; inset: -6%;
  width: 112%; height: 112%;
  object-fit: cover;
  filter: blur(46px) saturate(120%) brightness(.6);
  transform: scale(1.08);
}
.hero-media .layer-sharp{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  height: 118%;
  width: auto;
  max-width: none;
  object-fit: cover;
  opacity: .96;
}
@media (min-width: 900px){
  .hero-media .layer-sharp{ height: 132%; }
}
.hero-media .grain{
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .05;
  mix-blend-mode: overlay;
}
.hero-media .glow{
  position: absolute;
  width: 70vw; height: 70vw;
  max-width: 900px; max-height: 900px;
  left: 50%; top: 38%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(237,47,119,.42) 0%, rgba(237,47,119,0) 68%);
  filter: blur(10px);
  animation: glowmove 14s ease-in-out infinite;
}
@keyframes glowmove{
  0%,100%{ transform: translate(-50%,-50%) scale(1); }
  50%{ transform: translate(-46%,-52%) scale(1.12); }
}
.hero-media .veil{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(9,9,11,.72) 0%, rgba(9,9,11,.35) 18%, rgba(9,9,11,.28) 42%, rgba(9,9,11,.78) 72%, rgba(9,9,11,.98) 100%),
    linear-gradient(90deg, rgba(9,9,11,.7) 0%, rgba(9,9,11,.25) 28%, rgba(9,9,11,.1) 55%, rgba(9,9,11,.45) 100%),
    radial-gradient(ellipse 70% 55% at 18% 78%, rgba(0,0,0,.55) 0%, transparent 72%);
}

.hero-content{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: calc(var(--header-h) + 40px) 20px 72px;
  margin-inline: auto;
  max-width: var(--container-wide);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content::before{
  content: '';
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 8%;
  bottom: 8%;
  top: 28%;
  background: radial-gradient(ellipse at 50% 70%, rgba(0,0,0,.58) 0%, rgba(0,0,0,.22) 45%, transparent 72%);
  pointer-events: none;
  filter: blur(2px);
}
@media (min-width: 768px){
  .hero-content{ padding-inline: 40px; padding-bottom: 96px; }
  .hero-content::before{ left: 15%; right: 15%; top: 22%; }
}

.hero-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 10px;
  border-radius: var(--radius-pill);
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--warm-white);
  margin-bottom: 26px;
  opacity: 0; transform: translateY(14px);
  animation: rise .8s var(--ease) .15s forwards;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
  box-shadow: 0 8px 28px -12px rgba(0,0,0,.65);
}
.hero-badge .dot{
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gradient-pink);
  box-shadow: 0 0 0 4px rgba(237,47,119,.18);
}

.hero-title{
  font-family: var(--font-sans);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.035em;
  line-height: 0.98;
  font-size: clamp(34px, 10.5vw, 96px);
  text-transform: uppercase;
  text-align: center;
  color: var(--warm-white);
  max-width: min(100%, 11.5ch);
  width: 100%;
  margin-inline: auto;
  opacity: 0; transform: translateY(20px);
  animation: rise .9s var(--ease) .3s forwards;
  text-shadow:
    0 2px 4px rgba(0,0,0,.85),
    0 8px 32px rgba(0,0,0,.75),
    0 18px 60px rgba(0,0,0,.55);
}
.hero-title .hero-accent{
  color: #FF4FA0 !important;
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 800;
  letter-spacing: inherit;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(255,79,160,.45),
    0 2px 4px rgba(0,0,0,.85),
    0 8px 28px rgba(0,0,0,.7);
}
.hero-eyebrow{
  opacity: 0; transform: translateY(14px);
  animation: rise .8s var(--ease) .05s forwards;
  margin-bottom: 18px;
  color: #FF9EC4;
  text-shadow: 0 2px 14px rgba(0,0,0,.85), 0 1px 2px rgba(0,0,0,.9);
}
.hero-sub{
  opacity: 0; transform: translateY(18px);
  animation: rise .9s var(--ease) .48s forwards;
  margin-top: 22px;
  margin-inline: auto;
  text-align: center;
  color: rgba(255,249,252,.92);
  text-shadow: 0 2px 18px rgba(0,0,0,.9), 0 1px 3px rgba(0,0,0,.95);
  max-width: 38ch;
}
.hero-cta{
  opacity: 0; transform: translateY(18px);
  animation: rise .9s var(--ease) .62s forwards;
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center;
  margin-top: 38px;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.45));
}
@keyframes rise{ to{ opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce){
  .hero-badge, .hero-title, .hero-eyebrow, .hero-sub, .hero-cta{ animation: none; opacity: 1; transform: none; }
}

/* ============================= SECTION HEADING ============================= */
.section-heading{ max-width: 720px; }
.section-heading.center{ margin-inline: auto; text-align: center; }
.section-heading h2{ margin-top: 14px; }
.section-heading .lede{ margin-top: 18px; }
.section-heading.center .lede{ margin-inline: auto; }

/* ============================= INTRO / EDITORIAL ============================= */
.intro-grid{
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 960px){
  .intro-grid{ grid-template-columns: 1.05fr .95fr; gap: 72px; }
  .intro-grid.reverse{ grid-template-columns: .95fr 1.05fr; }
  .intro-grid.reverse .intro-media{ order: 2; }
}
.intro-media{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  isolation: isolate;
}
.intro-media img, .intro-media video{ width:100%; height:100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.intro-media:hover img, .intro-media:hover video{ transform: scale(1.045); }
.intro-media::after{
  content:'';
  position: absolute; inset:0;
  background: linear-gradient(200deg, rgba(237,47,119,.22), transparent 55%);
  pointer-events: none;
}
.intro-media .frame-ring{
  position: absolute; inset: 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: calc(var(--radius-lg) - 8px);
  pointer-events: none;
}
.intro-text p{ margin-top: 20px; }
.intro-text .lede{ max-width: 60ch; }

/* ============================= PILLARS ============================= */
.pillars-grid{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 56px;
}
@media (min-width: 680px){ .pillars-grid{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px){ .pillars-grid{ grid-template-columns: repeat(4, 1fr); } }

.pillar-card{
  position: relative;
  padding: 34px 26px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border-soft);
  overflow: hidden;
  transition: transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease), background var(--dur-mid) var(--ease);
}
.pillar-card:hover{ transform: translateY(-6px); border-color: var(--border-pink); background: var(--surface-2); }
.pillar-card::before{
  content:'';
  position: absolute; inset: -40% -40% auto auto;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(237,47,119,.25), transparent 70%);
  opacity: 0;
  transition: opacity var(--dur-mid) var(--ease);
}
.pillar-card:hover::before{ opacity: 1; }
.pillar-icon{
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, rgba(237,47,119,.18), rgba(237,47,119,.03));
  border: 1px solid var(--border-pink);
  color: var(--pink-secondary);
  margin-bottom: 22px;
}
.pillar-icon svg{ width: 24px; height: 24px; }
.pillar-num{
  position: absolute; top: 30px; right: 28px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--text-faint);
}
.pillar-card h3{ margin-bottom: 10px; }
.pillar-card p{ color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.pillar-media{
  margin: -34px -26px 22px;
  overflow: hidden;
}
.pillar-media img{
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform var(--dur-mid) var(--ease);
}
.pillar-card:hover .pillar-media img{ transform: scale(1.05); }

/* ============================= FEATURED EVENT ============================= */
.event-feature{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: var(--surface);
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 960px){ .event-feature{ grid-template-columns: 1.1fr 1fr; min-height: 560px; } }
.event-feature-media{ position: relative; min-height: 320px; overflow: hidden; }
.event-feature-media img, .event-feature-media video{ width:100%; height:100%; object-fit: cover; position:absolute; inset:0; }
.event-feature-media .veil-side{
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(26,22,28,1) 0%, rgba(26,22,28,.1) 30%, rgba(26,22,28,0) 55%);
}
@media (min-width: 960px){
  .event-feature-media .veil-side{ background: linear-gradient(90deg, rgba(26,22,28,0) 55%, rgba(26,22,28,1) 100%); }
}
.event-feature-body{ padding: 40px 30px; display: flex; flex-direction: column; }
@media (min-width: 640px){ .event-feature-body{ padding: 52px; } }

.event-meta-row{ display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 26px; }
.meta-chip{
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  font-size: 13.5px; font-weight: 600;
}
.meta-chip svg{ width: 16px; height: 16px; color: var(--pink-secondary); flex-shrink: 0; }

.countdown{ display: flex; gap: 12px; margin: 8px 0 30px; }
.countdown .cell{
  min-width: 64px;
  padding: 12px 6px;
  text-align: center;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.045);
  border: 1px solid var(--border-soft);
}
.countdown .cell b{ display:block; font-size: 26px; font-weight: 800; font-variant-numeric: tabular-nums; }
.countdown .cell span{ display:block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }

.event-feature-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; padding-top: 8px; }

.empty-note{
  display: flex; align-items: center; gap: 14px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.04);
  border: 1px dashed var(--border);
  color: var(--text-muted);
  font-size: 14.5px;
}
.empty-note svg{ width: 20px; height: 20px; color: var(--pink-secondary); flex-shrink: 0; }

/* ============================= EXPERIENCES ("O que você vai viver") ============================= */
.experience-grid{
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr;
  margin-top: 56px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--border-soft);
}
@media (min-width: 720px){ .experience-grid{ grid-template-columns: 1fr 1fr; } }
.experience-item{
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg);
}
.experience-item img, .experience-item video{ width:100%; height:100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.experience-item:hover img, .experience-item:hover video{ transform: scale(1.06); }
.experience-item .veil-bottom{
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(9,9,11,.92) 0%, rgba(9,9,11,.15) 45%, rgba(9,9,11,0) 65%);
}
.experience-caption{
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  z-index: 2;
}
.experience-caption .tag{ font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--pink-secondary); font-weight: 700; }
.experience-caption h3{ margin-top: 8px; }

/* ============================= EVENT CARDS / HISTORY ============================= */
.filter-row{ display: flex; gap: 10px; margin-top: 40px; flex-wrap: wrap; }
.filter-btn{
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  font-size: 13.5px; font-weight: 600;
  color: var(--text-muted);
  transition: all var(--dur-fast) var(--ease);
}
.filter-btn:hover{ color: var(--text); border-color: rgba(255,255,255,.3); }
.filter-btn.active{ background: var(--gradient-pink); color: #1A0410; border-color: transparent; }

.event-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 36px;
}
@media (min-width: 640px){ .event-grid{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px){ .event-grid{ grid-template-columns: repeat(3, 1fr); } }

.event-card{
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  transition: transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease);
  display: flex; flex-direction: column;
}
.event-card:hover{ transform: translateY(-6px); border-color: var(--border-pink); }
.event-card-media{ position: relative; aspect-ratio: 16/11; overflow: hidden; }
.event-card-media img, .event-card-media video{ width:100%; height:100%; object-fit: cover; transition: transform 1s var(--ease); }
.event-card:hover .event-card-media img, .event-card:hover .event-card-media video{ transform: scale(1.07); }
.status-pill{
  position: absolute; top: 14px; left: 14px;
  padding: 6px 13px;
  border-radius: var(--radius-pill);
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.status-pill.upcoming{ background: rgba(237,47,119,.85); color: var(--warm-white); }
.status-pill.past{ background: rgba(255,255,255,.14); color: var(--warm-white); }
.event-card-body{ padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.event-card-date{ font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--pink-secondary); }
.event-card-body p{ color: var(--text-muted); font-size: 14.5px; }
.event-card-foot{ margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; }
.event-card-link{ font-size: 13.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.event-card-link svg{ width: 15px; height:15px; transition: transform var(--dur-fast) var(--ease); }
.event-card:hover .event-card-link svg{ transform: translateX(3px); }
.media-count{ font-size: 12.5px; color: var(--text-faint); display: flex; gap: 10px; }
.media-count span{ display: inline-flex; align-items: center; gap: 4px; }
.media-count svg{ width: 13px; height: 13px; }

/* ============================= GALLERY / MASONRY ============================= */
.masonry{
  columns: 1;
  column-gap: 16px;
  margin-top: 40px;
}
@media (min-width: 620px){ .masonry{ columns: 2; } }
@media (min-width: 960px){ .masonry{ columns: 3; } }
@media (min-width: 1300px){ .masonry{ columns: 4; } }
.masonry-item{
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  background: var(--surface);
  border: 1px solid var(--border-soft);
}
.masonry-item img{ width: 100%; display: block; transition: transform .6s var(--ease); }
.masonry-item:hover img{ transform: scale(1.06); }
.masonry-item .overlay{
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(9,9,11,.75), transparent 45%);
  opacity: 0;
  transition: opacity var(--dur-fast) var(--ease);
  display: flex; align-items: flex-end; padding: 16px;
}
.masonry-item:hover .overlay{ opacity: 1; }
.masonry-item .overlay span{ font-size: 13px; font-weight: 600; }
.masonry-item .play-badge{
  position: absolute; top: 12px; right: 12px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(9,9,11,.55); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.25);
}
.masonry-item .play-badge svg{ width: 13px; height: 13px; color: var(--warm-white); margin-left: 2px; }

/* ============================= CAMISETAS ============================= */
.shirt-carousel{
  position: relative;
  margin-top: 48px;
}
.shirt-track{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 6px;
}
.shirt-track::-webkit-scrollbar{ display: none; }
.shirt-track .shirt-card{
  flex: 0 0 86%;
  max-width: 360px;
  scroll-snap-align: center;
}
@media (min-width: 560px){ .shirt-track .shirt-card{ flex-basis: 46%; } }
@media (min-width: 900px){
  .shirt-track{ justify-content: center; }
  .shirt-track .shirt-card{ flex-basis: 31%; }
}
.shirt-nav{
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(9,9,11,.72);
  border: 1px solid var(--border-pink);
  color: var(--warm-white);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.shirt-nav:hover{ background: var(--pink); }
.shirt-nav svg{ width: 18px; height: 18px; }
.shirt-nav-prev{ left: 6px; }
.shirt-nav-next{ right: 6px; }
@media (min-width: 1200px){
  .shirt-nav-prev{ left: -12px; }
  .shirt-nav-next{ right: -12px; }
}
@media (min-width: 900px){
  /* Os 3 modelos cabem lado a lado no desktop — setas desnecessárias */
  .shirt-nav, .shirt-dots{ display: none; }
}
.shirt-dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.shirt-dots span{
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  transition: background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.shirt-dots span.is-active{
  background: var(--pink);
  transform: scale(1.25);
}
.shirt-card{
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.shirt-card:hover{ transform: translateY(-4px); border-color: var(--border-pink); }
.shirt-card img{
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  cursor: zoom-in;
}
.shirt-card-body{ padding: 18px 20px 22px; }
.shirt-card-body h3{ font-size: 17.5px; }
.shirt-card-body p{ color: var(--text-muted); font-size: 13.5px; margin-top: 6px; line-height: 1.55; }

.shirt-order{
  max-width: 620px;
  margin: 56px auto 0;
  background: var(--surface);
  border: 1px solid var(--border-pink);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
}
@media (min-width: 700px){ .shirt-order{ padding: 42px 44px; } }

.choice-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.choice-chips label{ cursor: pointer; position: relative; }
.choice-chips input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.choice-chips span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 11px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
  font-weight: 700;
  font-size: 14px;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.choice-chips label:hover span{ border-color: var(--pink-secondary); }
.choice-chips input:checked + span{
  background: var(--gradient-pink);
  color: #1A0410;
  border-color: transparent;
}
.choice-chips input:focus-visible + span{
  outline: 2px solid var(--pink-secondary);
  outline-offset: 2px;
}
.field.has-error .choice-chips span{ border-color: var(--pink-secondary); }

/* Flyer modal — flyer “sai pra fora” com fundo do site embaçado */
body > .flyer-modal,
.flyer-modal{
  position: fixed !important;
  inset: 0;
  z-index: 300 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  background: rgba(9,9,11,.62);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-fast) var(--ease);
}
.flyer-modal.is-open{ opacity: 1; pointer-events: auto; }
.flyer-modal-box{
  position: relative;
  max-width: min(92vw, 540px);
  width: 100%;
  transform: scale(.96);
  transition: transform var(--dur-fast) var(--ease);
}
.flyer-modal.is-open .flyer-modal-box{ transform: scale(1); }
.flyer-modal-box img{
  display: block;
  max-height: 82vh;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 90px -20px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.08);
}
.flyer-modal-close{
  position: absolute;
  top: -54px; right: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--warm-white);
  cursor: pointer;
}
.flyer-modal-close svg{ width: 18px; height: 18px; }

/* Lightbox */
body > .lightbox,
.lightbox{
  position: fixed !important;
  inset: 0;
  z-index: 280 !important;
  background: rgba(5,5,6,.96);
  display: flex; align-items: center; justify-content: center;
  padding: 60px 20px;
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-fast) var(--ease);
}
.lightbox.is-open{ opacity: 1; pointer-events: auto; }
.lightbox-inner{ max-width: 900px; width: 100%; max-height: 86vh; position: relative; }
.lightbox-inner img, .lightbox-inner video{ max-height: 86vh; width: auto; max-width: 100%; margin-inline: auto; border-radius: var(--radius-md); }
.lightbox-close, .lightbox-prev, .lightbox-next{
  position: absolute;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close{ top: -60px; right: 0; }
@media (min-width: 700px){ .lightbox-close{ top: 0; right: -60px; } }
.lightbox-prev{ left: -60px; top: 50%; transform: translateY(-50%); display: none; }
.lightbox-next{ right: -60px; top: 50%; transform: translateY(-50%); display: none; }
@media (min-width: 900px){ .lightbox-prev, .lightbox-next{ display: flex; } }
.lightbox-close svg, .lightbox-prev svg, .lightbox-next svg{ width: 18px; height: 18px; }

.reel-strip{
  margin-top: 40px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.reel-strip::-webkit-scrollbar{ height: 6px; }
.reel-strip::-webkit-scrollbar-thumb{ background: var(--border); border-radius: 4px; }
.reel-card{
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 220px;
  aspect-ratio: 9/16;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-soft);
}
.reel-card img, .reel-card video{ width:100%; height:100%; object-fit: cover; }
.reel-card .play-badge{ position: absolute; inset: 0; margin: auto; width: 44px; height: 44px; border-radius: 50%; background: rgba(9,9,11,.5); backdrop-filter: blur(4px); display:flex; align-items:center; justify-content:center; border: 1px solid rgba(255,255,255,.3); }
.reel-card .play-badge svg{ width: 15px; height:15px; margin-left: 2px; }

/* ============================= TESTIMONIALS ============================= */
.testimonial-track{
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-top: 44px;
  padding-bottom: 10px;
}
.testimonial-track::-webkit-scrollbar{ height: 6px; }
.testimonial-track::-webkit-scrollbar-thumb{ background: var(--border); border-radius: 4px; }
.testimonial-card{
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: min(380px, 84vw);
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border-soft);
}
.testimonial-quote{ font-family: var(--font-serif); font-style: italic; font-size: 21px; line-height: 1.5; color: var(--warm-white); }
.testimonial-who{ display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.testimonial-avatar{ width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--gradient-pink); }
.testimonial-name{ font-weight: 700; font-size: 14.5px; }
.testimonial-event{ font-size: 12.5px; color: var(--text-faint); }

.empty-state{
  text-align: center;
  padding: 64px 24px;
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border);
  background: rgba(255,255,255,.02);
  margin-top: 44px;
}
.empty-state .icon-wrap{
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(160deg, rgba(237,47,119,.18), rgba(237,47,119,.02));
  border: 1px solid var(--border-pink);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  color: var(--pink-secondary);
}
.empty-state .icon-wrap svg{ width: 26px; height: 26px; }
.empty-state h3{ margin-bottom: 8px; }
.empty-state p{ color: var(--text-muted); max-width: 42ch; margin-inline: auto; }

/* ============================= DEVOTIONALS ============================= */
.devo-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 40px;
}
@media (min-width: 640px){ .devo-grid{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px){ .devo-grid{ grid-template-columns: repeat(3, 1fr); } }
.devo-card{
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  display: flex; flex-direction: column;
  transition: transform var(--dur-mid) var(--ease), border-color var(--dur-mid) var(--ease);
}
.devo-card:hover{ transform: translateY(-6px); border-color: var(--border-pink); }
.devo-card-media{ aspect-ratio: 16/10; overflow: hidden; }
.devo-card-media img{ width:100%; height:100%; object-fit: cover; transition: transform 1s var(--ease); }
.devo-card:hover .devo-card-media img{ transform: scale(1.08); }
.devo-card-body{ padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.devo-card-body .excerpt{ color: var(--text-muted); font-size: 14.5px; flex: 1; }
.devo-meta{ display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--text-faint); margin-top: 4px; }
.devo-meta .sep{ width: 3px; height: 3px; border-radius: 50%; background: var(--text-faint); }

.scripture-block{
  position: relative;
  padding: 48px 32px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border-pink);
  text-align: center;
  overflow: hidden;
}
.scripture-block::before{
  content: '“';
  position: absolute; top: 6px; left: 24px;
  font-family: var(--font-serif);
  font-size: 120px;
  color: rgba(237,47,119,.18);
  line-height: 1;
}
.scripture-block p{ font-family: var(--font-serif); font-style: italic; font-size: clamp(22px, 3vw, 32px); line-height: 1.45; max-width: 46ch; margin-inline: auto; position: relative; }
.scripture-block cite{ display: block; margin-top: 20px; font-style: normal; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--pink-secondary); font-weight: 700; }

/* ============================= WHATSAPP CTA ============================= */
.cta-band{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  isolation: isolate;
}
.cta-band-media{ position: absolute; inset: 0; z-index: -1; }
.cta-band-media img, .cta-band-media video{ width:100%; height:100%; object-fit: cover; }
.cta-band-media::after{
  content:'';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(9,9,11,.94) 20%, rgba(184,23,86,.55) 100%);
}
.cta-band-body{ padding: 64px 28px; text-align: center; }
@media (min-width: 768px){ .cta-band-body{ padding: 96px 60px; } }
.cta-band h2{ max-width: 18ch; margin-inline: auto; }
.cta-band .lede{ margin: 20px auto 0; }
.cta-band .btn{ margin-top: 36px; height: 60px; padding-inline: 40px; font-size: 15.5px; }

/* Sticky mobile CTA — fade in (no slide) to avoid iOS transform/jitter bugs */
.sticky-cta{
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  display: flex;
  border-radius: var(--radius-pill);
  overflow: hidden;
  box-shadow: 0 12px 34px -8px rgba(0,0,0,.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s var(--ease), visibility .35s var(--ease);
  /* Isolate from page scroll compositing glitches on mobile Safari */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky-cta.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1080px){ .sticky-cta{ display: none; } }
.sticky-cta a{
  flex: 1;
  background: var(--gradient-pink);
  color: #1A0410;
  text-align: center;
  padding: 16px;
  font-weight: 800;
  font-size: 14.5px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.sticky-cta a svg{ width: 18px; height: 18px; flex-shrink: 0; }

/* ============================= CONTACT ============================= */
.contact-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  margin-top: 50px;
}
@media (min-width: 960px){ .contact-grid{ grid-template-columns: .85fr 1.15fr; } }
.contact-info-card{
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border-soft);
}
.contact-info-row{ display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border-soft); }
.contact-info-row:last-child{ border-bottom: 0; }
.contact-info-icon{ width: 42px; height: 42px; border-radius: 12px; background: rgba(237,47,119,.12); border: 1px solid var(--border-pink); display: flex; align-items: center; justify-content: center; color: var(--pink-secondary); flex-shrink: 0; }
.contact-info-icon svg{ width: 19px; height: 19px; }
.contact-info-row h4{ font-size: 14.5px; font-weight: 700; margin-bottom: 3px; }
.contact-info-row p, .contact-info-row a{ font-size: 14px; color: var(--text-muted); }
.contact-info-row a:hover{ color: var(--pink-secondary); }

.field{ margin-bottom: 20px; }
.field label{ display: block; font-size: 13px; font-weight: 700; letter-spacing: .03em; margin-bottom: 9px; text-transform: uppercase; color: var(--text-muted); }
.field input, .field textarea, .field select{
  width: 100%;
  padding: 15px 18px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  color: var(--text);
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.field input::placeholder, .field textarea::placeholder{ color: var(--text-faint); }
.field input:focus, .field textarea:focus, .field select:focus{ border-color: var(--pink-secondary); background: rgba(255,255,255,.06); outline: none; }
.field textarea{ resize: vertical; min-height: 130px; }
.field .error-msg{ display: none; color: var(--pink-secondary); font-size: 12.5px; margin-top: 7px; }
.field.has-error input, .field.has-error textarea{ border-color: var(--pink-secondary); }
.field.has-error .error-msg{ display: block; }
.form-row{ display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 620px){ .form-row.two{ grid-template-columns: 1fr 1fr; } }
.form-success{
  display: none;
  align-items: center; gap: 14px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(237,47,119,.1);
  border: 1px solid var(--border-pink);
  margin-top: 22px;
  font-size: 14.5px;
}
.form-success.is-visible{ display: flex; }
.form-success svg{ width: 20px; height: 20px; color: var(--pink-secondary); flex-shrink: 0; }

.faq-item{ border-bottom: 1px solid var(--border-soft); }
.faq-item button{ width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; text-align: left; font-weight: 700; font-size: 15.5px; }
.faq-item button svg{ width: 18px; height: 18px; color: var(--pink-secondary); transition: transform var(--dur-fast) var(--ease); flex-shrink: 0; }
.faq-item.is-open button svg{ transform: rotate(45deg); }
.faq-answer{ max-height: 0; overflow: hidden; transition: max-height var(--dur-mid) var(--ease); }
.faq-item.is-open .faq-answer{ max-height: 220px; }
.faq-answer p{ padding: 0 4px 22px; color: var(--text-muted); font-size: 14.5px; line-height: 1.65; max-width: 60ch; }

/* ============================= FOOTER ============================= */
.site-footer{ background: var(--bg-secondary); border-top: 1px solid var(--border-soft); padding-top: 64px; }
.footer-top{ display: grid; grid-template-columns: 1fr; gap: 44px; padding-bottom: 48px; }
@media (min-width: 860px){ .footer-top{ grid-template-columns: 1.3fr .8fr .8fr 1fr; } }
.footer-brand .brand{ margin-bottom: 18px; }
.footer-brand p{ color: var(--text-muted); max-width: 34ch; font-size: 14.5px; }
.footer-social{ display: flex; gap: 10px; margin-top: 22px; }
.social-btn{ width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; transition: all var(--dur-fast) var(--ease); }
.social-btn:hover{ border-color: var(--pink-secondary); background: rgba(237,47,119,.1); }
.social-btn svg{ width: 17px; height: 17px; }
.footer-col h5{ font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 18px; }
.footer-col ul li{ margin-bottom: 12px; }
.footer-col a{ font-size: 14.5px; color: rgba(255,249,252,.85); transition: color var(--dur-fast) var(--ease); }
.footer-col a:hover{ color: var(--pink-secondary); }
.footer-bottom{ border-top: 1px solid var(--border-soft); padding: 26px 0 100px; display: flex; flex-direction: column; gap: 12px; font-size: 12.5px; color: var(--text-faint); }
@media (min-width: 860px){ .footer-bottom{ flex-direction: row; align-items: center; justify-content: space-between; padding-bottom: 26px; } }
.footer-bottom-links{ display: flex; gap: 20px; }
.footer-bottom-links a:hover{ color: var(--text-muted); }

/* ============================= REVEAL ON SCROLL ============================= */
.reveal{ opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in-view{ opacity: 1; transform: translateY(0); }
.reveal-stagger > *{ opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-stagger.in-view > *{ opacity: 1; transform: translateY(0); }
.reveal-stagger.in-view > *:nth-child(1){ transition-delay: .05s; }
.reveal-stagger.in-view > *:nth-child(2){ transition-delay: .13s; }
.reveal-stagger.in-view > *:nth-child(3){ transition-delay: .21s; }
.reveal-stagger.in-view > *:nth-child(4){ transition-delay: .29s; }
@media (prefers-reduced-motion: reduce){
  .reveal, .reveal-stagger > *{ opacity: 1; transform: none; transition: none; }
}

/* ============================= MISC PAGES (Sobre/Contato/Devocional/Evento) ============================= */
.page-hero{
  position: relative;
  padding: calc(var(--header-h) + 90px) 0 90px;
  overflow: hidden;
}
.page-hero-bg{ position: absolute; inset: 0; z-index: 0; opacity: .5; }
.page-hero-bg img{ width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after{ content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(9,9,11,.55), var(--bg) 92%); }
.page-hero-content{ position: relative; z-index: 1; }
.breadcrumb{ display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-faint); margin-bottom: 20px; }
.breadcrumb a:hover{ color: var(--pink-secondary); }

.value-grid{ display: grid; grid-template-columns: 1fr; gap: 26px; margin-top: 40px; }
@media (min-width: 720px){ .value-grid{ grid-template-columns: repeat(3, 1fr); } }
.value-card{ padding: 30px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border-soft); }

.stat-row{ display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; margin-top: 50px; }
@media (min-width: 720px){ .stat-row{ grid-template-columns: repeat(4,1fr); } }
.stat-item b{ display: block; font-size: clamp(30px,4vw,44px); font-weight: 800; font-family: var(--font-serif); }
.stat-item span{ display: block; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-top: 6px; }

.article-body{ max-width: 68ch; margin-inline: auto; }
.article-body p{ margin-bottom: 22px; color: rgba(255,249,252,.9); font-size: 17px; line-height: 1.8; }
.article-body h2{ font-size: 28px; margin: 44px 0 18px; }
.article-body blockquote{
  font-family: var(--font-serif); font-style: italic; font-size: 26px; line-height: 1.5;
  padding: 26px 0 26px 26px; border-left: 3px solid var(--pink); margin: 36px 0; color: var(--warm-white);
}
.article-share{ display: flex; align-items: center; gap: 12px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--border-soft); }

.map-embed{ border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-soft); aspect-ratio: 16/9; }
.map-embed iframe{ width: 100%; height: 100%; border: 0; filter: grayscale(.3) invert(.92) contrast(.9); }

.toast{
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(140%);
  background: var(--surface); border: 1px solid var(--border-pink);
  padding: 16px 22px; border-radius: var(--radius-md);
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 14px 40px -10px rgba(0,0,0,.6);
  z-index: 300; transition: transform var(--dur-mid) var(--ease);
  font-size: 14px;
}
.toast.is-visible{ transform: translateX(-50%) translateY(0); }
.toast svg{ width: 18px; height: 18px; color: var(--pink-secondary); }

/* 404 */
.notfound{ min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 60px; }
.notfound .big{ font-family: var(--font-serif); font-style: italic; font-size: clamp(90px,18vw,180px); line-height: 1; background: var(--gradient-pink); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Skip link */
.skip-link{
  position: fixed; top: -60px; left: 14px; z-index: 999;
  background: var(--pink); color: var(--warm-white);
  padding: 12px 18px; border-radius: var(--radius-sm);
  transition: top var(--dur-fast) var(--ease);
}
.skip-link:focus{ top: 14px; }

/* Utility */
.mt-0{margin-top:0} .center{ text-align: center; }
.flex{ display:flex; } .items-center{ align-items:center; } .gap-10{ gap:10px; }
.visually-hidden{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

/* ============================= AMBIENT AUDIO TOGGLE ============================= */
.audio-toggle-wrap{
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 91;
  display: flex;
  align-items: center;
  gap: 10px;
}
.audio-toggle{
  position: relative;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--gradient-pink);
  border: 1px solid transparent;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px -6px rgba(237,47,119,.7);
  transition: transform var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
  animation: audioPulse 2.2s ease-in-out infinite;
}
.audio-toggle:hover{ transform: translateY(-2px) scale(1.04); }
.audio-toggle svg{ width: 21px; height: 21px; color: #1A0410; }
.audio-toggle .icon-pause{ display: none; }
.audio-toggle.is-playing .icon-play{ display: none; }
.audio-toggle.is-playing .icon-pause{ display: block; }
.audio-toggle.is-playing{ animation: none; box-shadow: 0 10px 26px -8px rgba(0,0,0,.55); background: var(--surface); border-color: var(--border-pink); }
.audio-toggle.is-playing svg{ color: var(--warm-white); }

@keyframes audioPulse{
  0%, 100%{ box-shadow: 0 0 0 0 rgba(237,47,119,.55), 0 10px 30px -6px rgba(237,47,119,.7); }
  50%{ box-shadow: 0 0 0 12px rgba(237,47,119,0), 0 10px 30px -6px rgba(237,47,119,.7); }
}
@media (prefers-reduced-motion: reduce){
  .audio-toggle{ animation: none; }
}

.audio-toggle-tip{
  background: var(--surface);
  border: 1px solid var(--border-pink);
  color: var(--warm-white);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  box-shadow: 0 8px 22px -8px rgba(0,0,0,.5);
  opacity: 0;
  transform: translateX(6px);
  animation: tipRise .6s var(--ease) .8s forwards, tipFade .6s var(--ease) 6s forwards;
  pointer-events: none;
}
@keyframes tipRise{ to{ opacity: 1; transform: translateX(0); } }
@keyframes tipFade{ to{ opacity: 0; transform: translateX(6px); } }
.audio-toggle.is-playing ~ .audio-toggle-tip,
.audio-toggle-wrap:has(.audio-toggle.is-playing) .audio-toggle-tip{ display: none; }

/* On mobile, sticky-cta occupies the bottom bar — lift the audio button above it.
   Keep the "toque para ouvir" tip visible here too — since sound can never
   autoplay, this label is the only way visitors know music is available. */
@media (max-width: 1079px){
  .audio-toggle-wrap{
    bottom: calc(14px + 64px + 18px + env(safe-area-inset-bottom, 0px));
    right: 14px;
  }
  .audio-toggle{ width: 50px; height: 50px; animation: none; }
  .audio-toggle-tip{ font-size: 11.5px; padding: 7px 12px; }
}
@media (min-width: 1080px){
  .audio-toggle-wrap{ bottom: 28px; }
}

/* ============================= MOBILE BUG FIXES ============================= */
/* 1) iOS Safari's 100vh includes the address bar, cutting off hero content.
      100svh already helps (added below as a safe fallback chain). */
.hero{ min-height: 100vh; min-height: 100dvh; }

/* 2) Prevent iOS "tap highlight" flash/gray box on links and buttons. */
a, button{ -webkit-tap-highlight-color: transparent; }

/* 3) Prevent horizontal scroll/jitter caused by full-bleed hero video layers
      on small screens (layer-blur inset -6% can exceed viewport width). */
html, body{ max-width: 100%; overflow-x: hidden; }

/* 4) Mobile nav: prevent background page from scrolling behind the open
      drawer (iOS momentum scroll could still move body content underneath). */
.mobile-nav{ overscroll-behavior: contain; -webkit-overflow-scrolling: touch; overflow-y: auto; }

/* 5) Sticky CTA + audio toggle could overlap on very small screens (<360px);
      shrink the CTA label so both fit without wrapping oddly. */
@media (max-width: 360px){
  .sticky-cta a{ font-size: 13px; padding: 14px; }
}

/* 6) Inputs on iOS zoom the page in if font-size is below 16px — enforce 16px
      minimum on form fields to stop the accidental pinch/zoom jump on focus. */
@media (max-width: 767px){
  .field input, .field textarea, .field select{ font-size: 16px; }
}

/* 7) Avoid layout shift / overlap between fixed header and hero content when
      the mobile keyboard or browser chrome resizes the viewport. */
@supports (height: 100dvh) {
  .hero{ min-height: 100dvh; }
}

/* 8) Mobile: botões de ação sempre centralizados. */
@media (max-width: 767px){
  .hero-cta,
  .event-feature-actions,
  .cta-inline-actions,
  .section-heading .btn,
  .empty-state .btn{
    justify-content: center;
  }
  .hero-cta,
  .event-feature-actions{
    display: flex;
    flex-wrap: wrap;
  }
  .hero-cta .btn,
  .event-feature-actions .btn{
    flex: 0 1 auto;
    min-width: 230px;
    justify-content: center;
    text-align: center;
  }
  /* Botões soltos no fim de seções (ex.: Ver galeria completa) */
  section .wrap > .btn,
  section .wrap-wide > .btn{
    display: inline-flex;
    justify-content: center;
  }
  section .wrap.center > .btn,
  section .wrap-wide .center > .btn{ margin-inline: auto; }
}

/* build: 2026-07-14T20:55:00Z v9 */
