/* Casa França · subpáginas de eventos — DS v2 + estrutura editorial (referência site-chan) */
:root {
  --red: #AD413D;
  --red-dark: #8B2E2A;
  --amber: #C48B30;
  --amber-light: #D9A855;
  --amber-dark: #9E6B1E;
  --gold: #EDBB4C;
  --green: #627144;
  --cream: #FFF2E9;
  --cream-dark: #F0E2D3;
  --white: #FFFDF9;
  --border: #DFC5B0;
  --dark: #2C1A12;
  --dark-soft: #4A2E22;
  --text: #3D2218;
  --text-muted: #8B6F60;
  --text-dim: #B89C90;
  --cream-deep: #E8CDB5;
  --font-display: "Jimmy Script", "Dancing Script", cursive;
  --font-serif: "Quattrocento", Georgia, serif;
  --font-body: "Josefin Slab", Georgia, serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast: 0.18s;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body.evt-sub {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 10000;
  padding: 0.5rem 1rem;
  background: var(--dark);
  color: var(--cream);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.skip-link:focus { top: 1rem; outline: 2px solid var(--amber); }

.berry-pattern {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='270' viewBox='0 0 340 270'%3E%3Cg stroke='%23D58C98' stroke-width='6' stroke-linecap='round' opacity='0.055'%3E%3Cpath d='M42 0 C38 43 48 90 42 136 C36 182 48 228 42 270'/%3E%3Cpath d='M126 0 C122 43 132 90 126 136 C120 182 132 228 126 270'/%3E%3Cpath d='M210 0 C206 43 216 90 210 136 C204 182 216 228 210 270'/%3E%3Cpath d='M294 0 C290 43 300 90 294 136 C288 182 300 228 294 270'/%3E%3Cpath d='M0 36 C56 31 112 42 170 36 C228 30 284 41 340 35'/%3E%3Cpath d='M0 102 C56 97 112 108 170 102 C228 96 284 107 340 101'/%3E%3Cpath d='M0 168 C56 162 112 173 170 167 C228 161 284 172 340 166'/%3E%3Cpath d='M0 234 C56 228 112 239 170 233 C228 227 284 238 340 232'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 360px 285px;
}

/* Header fixo (referência: nav central + blend no hero) */
.evt-sub-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  padding: 1rem 0;
  transition: background 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
  border-bottom: 1px solid rgba(255, 242, 233, 0.14);
  background: rgba(44, 26, 18, 0.38);
  backdrop-filter: blur(12px);
}
.evt-sub-header.is-solid {
  background: rgba(255, 242, 233, 0.96);
  border-bottom-color: var(--border);
  box-shadow: 0 1px 0 rgba(44, 26, 18, 0.05);
}
.evt-sub-header.is-solid .evt-sub-nav a { color: var(--dark); text-shadow: none; }
.evt-sub-header.is-solid .evt-sub-nav a { opacity: 0.82; }
.evt-sub-header.is-solid .evt-sub-nav a:hover { opacity: 1; }
.evt-sub-header.is-solid .evt-sub-cta {
  border-color: var(--border);
  color: var(--dark);
}
.evt-sub-header.is-solid .evt-sub-cta:hover {
  background: var(--dark);
  color: var(--cream);
  border-color: var(--dark);
}
.evt-sub-header.is-solid .evt-sub-back {
  color: var(--dark);
  border-color: var(--border);
}
.evt-sub-header.is-solid .evt-sub-back:hover {
  background: var(--dark);
  color: var(--cream);
  border-color: var(--dark);
}
.evt-sub-header.is-solid .evt-sub-toggle {
  border-color: var(--border);
  color: var(--dark);
  background: transparent;
}

.evt-sub-header__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1rem;
}
.evt-sub-header__left { justify-self: start; display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
.evt-sub-header__center { justify-self: center; text-align: center; }
.evt-sub-header__right { justify-self: end; display: flex; align-items: center; gap: 1rem; }

.evt-sub-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.9);
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(255, 242, 233, 0.28);
  background: rgba(44, 26, 18, 0.25);
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast);
  flex-shrink: 0;
}
.evt-sub-back:hover {
  border-color: rgba(237, 187, 76, 0.55);
  background: rgba(255, 242, 233, 0.08);
}

.evt-sub-brand {
  display: inline-block;
  line-height: 0;
  white-space: nowrap;
}
.evt-sub-brand img {
  display: block;
  height: clamp(1.85rem, 4vw, 2.65rem);
  width: auto;
  max-width: min(320px, 62vw);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
}
.evt-sub-header.is-solid .evt-sub-brand img {
  filter: brightness(0) saturate(100%);
  opacity: 0.9;
}

.evt-sub-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.8vw, 1.35rem);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.evt-sub-nav a {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.78);
  position: relative;
  transition: opacity var(--t-fast);
}
.evt-sub-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -3px;
  height: 1px;
  background: var(--gold);
  transition: right 0.35s var(--ease);
}
.evt-sub-nav a:hover::after { right: 0; }

.evt-sub-cta {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(237, 187, 76, 0.45);
  color: var(--cream);
  transition: background var(--t-fast), border-color var(--t-fast);
}
.evt-sub-cta:hover {
  background: rgba(173, 65, 61, 0.85);
  border-color: var(--gold);
}

.evt-sub-toggle {
  display: none;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 242, 233, 0.35);
  background: rgba(44, 26, 18, 0.35);
  color: var(--cream);
  cursor: pointer;
  flex-shrink: 0;
}
.evt-sub-toggle__close { display: none; }
.evt-sub-toggle[aria-expanded="true"] .evt-sub-toggle__open { display: none; }
.evt-sub-toggle[aria-expanded="true"] .evt-sub-toggle__close { display: block; }

/* Drawer above fixed header (same stacking idea as index/plant mobile-nav) */
.evt-sub-mnav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 960;
  background: rgba(21, 10, 8, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.evt-sub-mnav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.evt-sub-mnav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 22rem);
  height: 100%;
  height: 100dvh;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(173, 65, 61, 0.12), transparent),
    linear-gradient(180deg, var(--dark-soft) 0%, var(--dark) 100%);
  color: var(--cream);
  padding: max(1.25rem, env(safe-area-inset-top, 0px)) 1.35rem max(1.25rem, env(safe-area-inset-bottom, 0px));
  transform: translateX(100%);
  transition: transform 0.4s var(--ease);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.evt-sub-mnav.is-open .evt-sub-mnav__panel { transform: none; }
.evt-sub-mnav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.evt-sub-mnav__title {
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0;
}
.evt-sub-mnav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 242, 233, 0.35);
  background: rgba(44, 26, 18, 0.35);
  color: var(--cream);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.evt-sub-mnav__close:hover,
.evt-sub-mnav__close:focus-visible {
  border-color: rgba(237, 187, 76, 0.55);
  color: var(--gold);
  outline: none;
}
.evt-sub-mnav a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 242, 233, 0.1);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.88);
}
.evt-sub-mnav a:hover { color: var(--gold); }
body.evt-mnav-open { overflow: hidden; }

@media (max-width: 900px) {
  /* Header limpo: logo + hamburger (back/CTA/nav só no drawer) */
  .evt-sub-nav,
  .evt-sub-cta,
  .evt-sub-back { display: none; }
  .evt-sub-toggle { display: inline-flex; }
  .evt-sub-mnav { display: block; }
  .evt-sub-header {
    padding: 0.75rem 0;
  }
  .evt-sub-header__inner {
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    gap: 0.5rem 0.35rem;
  }
  .evt-sub-header__left {
    width: 2.75rem;
    height: 2.75rem;
    pointer-events: none;
  }
  .evt-sub-header__right {
    width: 2.75rem;
    gap: 0;
    justify-content: flex-end;
  }
  .evt-sub-brand img {
    height: clamp(1.65rem, 5.5vw, 2.15rem);
    max-width: min(220px, 52vw);
  }
}

/* Hero — anatomia alinhada ao index / plant-hero */
.evt-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: clamp(6rem, 14vh, 9rem) clamp(1.25rem, 4vw, 3rem) clamp(3.5rem, 8vh, 5rem);
  background: var(--dark);
  overflow: hidden;
  color: var(--cream);
}
.evt-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.evt-hero__media img,
.evt-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evt-hero__grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(21, 10, 8, 0.92) 0%,
    rgba(44, 26, 18, 0.55) 42%,
    rgba(44, 26, 18, 0.28) 100%
  );
}
.evt-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}
.evt-hero__top {
  position: absolute;
  top: clamp(5.5rem, 9vh, 7.5rem);
  left: 0;
  right: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  pointer-events: none;
}
.evt-hero__loc {
  justify-self: start;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.72);
}
.evt-hero__pill {
  justify-self: end;
  grid-column: 3;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.78);
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 242, 233, 0.28);
  background: rgba(44, 26, 18, 0.28);
}
.evt-hero__content {
  position: relative;
  z-index: 3;
  max-width: 56rem;
  width: 100%;
}
.evt-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.72);
  margin: 0 0 1rem;
}
.evt-hero__eyebrow i {
  display: block;
  width: 2.25rem;
  height: 1px;
  background: rgba(237, 187, 76, 0.65);
}
.evt-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 7vw, 4.25rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--cream);
  margin: 0 0 1rem;
}
.evt-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.evt-hero__subrow {
  display: grid;
  gap: 0.85rem;
  margin: 0 auto 1.35rem;
  max-width: 42rem;
}
.evt-hero__subtitle {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: rgba(255, 242, 233, 0.9);
  margin: 0;
}
.evt-hero__lede {
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 242, 233, 0.72);
  margin: 0 auto;
  max-width: 46ch;
}
.evt-hero__rule {
  width: min(8rem, 40%);
  height: 1px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(90deg, transparent, rgba(237, 187, 76, 0.7), transparent);
}
.evt-hero__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 2.75rem);
}
.evt-hero__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  text-align: center;
}
.evt-hero__stat-val {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.evt-hero__stat-lab {
  margin-top: 0.3rem;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.5);
}
.evt-hero__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.evt-hero__scroll {
  position: absolute;
  bottom: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.52rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.45);
}
.evt-hero__scroll-bar {
  width: 1px;
  height: 2.25rem;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: evt-scroll-pulse 1.8s ease-in-out infinite;
}
@keyframes evt-scroll-pulse {
  0%, 100% { opacity: 0.35; transform: scaleY(0.85); }
  50% { opacity: 1; transform: scaleY(1); }
}
@media (max-width: 700px) {
  .evt-hero__top {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    justify-items: center;
    text-align: center;
  }
  .evt-hero__loc,
  .evt-hero__pill { justify-self: center; grid-column: auto; }
}

/* USP grid (referência chan · 4 colunas) */
.evt-usp {
  padding: clamp(3.5rem, 9vh, 5.5rem) clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
}
.evt-usp__inner { max-width: 1600px; margin: 0 auto; }
.evt-usp__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.evt-usp__item .iconify { opacity: 0.45; transition: opacity 0.35s var(--ease); margin-bottom: 0.85rem; }
.evt-usp__item:hover .iconify { opacity: 0.85; }
.evt-usp__item h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.evt-usp__item p {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .evt-usp__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .evt-usp:not(:has(.evt-usp__rail)) .evt-usp__grid { grid-template-columns: 1fr; }
}

/* Trilhos horizontais (mobile) — next/hint ocultos no desktop */
.evt-usp__rail,
.evt-flow__rail,
.evt-info__rail {
  position: relative;
  min-width: 0;
}
.evt-usp__rail-next,
.evt-flow__rail-next,
.evt-info__rail-next,
.evt-usp__swipe-hint,
.evt-flow__swipe-hint,
.evt-info__swipe-hint,
.evt-gallery__more {
  display: none;
}

/* Split editorial */
.evt-split {
  padding: clamp(3.5rem, 10vh, 6rem) clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.evt-split__inner {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.evt-split__copy .section-label {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  display: block;
  margin-bottom: 1rem;
}
.evt-split__copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 1.25rem;
}
.evt-split__copy h2 .muted {
  font-style: italic;
  font-weight: 400;
  color: var(--text-muted);
}
.evt-split__copy .prose {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.82;
}
.evt-split__copy .prose p + p { margin-top: 1rem; }
.evt-split__visual {
  position: relative;
  min-height: min(70vh, 540px);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--dark);
}
.evt-split__visual img,
.evt-split__visual video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s var(--ease), filter 0.8s var(--ease);
  filter: grayscale(0.2);
}
.evt-split__visual:hover img,
.evt-split__visual:hover video {
  transform: scale(1.04);
  filter: grayscale(0);
}
.evt-split__cap {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(44, 26, 18, 0.65);
  backdrop-filter: blur(8px);
  padding: 0.45rem 0.75rem;
}
@media (max-width: 900px) {
  .evt-split__inner { grid-template-columns: 1fr; }
  .evt-split__visual { min-height: 46vh; order: -1; }
}

/* Como funciona */
.evt-flow {
  padding: clamp(3.5rem, 10vh, 6rem) clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
}
.evt-flow__inner { max-width: 900px; margin: 0 auto; }
.evt-flow h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  text-align: center;
  margin-bottom: 2.5rem;
  color: var(--dark);
}
.evt-flow ol {
  list-style: none;
  counter-reset: step;
}
.evt-flow li {
  position: relative;
  padding-left: 3.25rem;
  margin-bottom: 1.75rem;
}
.evt-flow li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--red);
  opacity: 0.85;
}
.evt-flow li strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber-dark);
  margin-bottom: 0.35rem;
}
.evt-flow li p {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.72;
}

/* Informações práticas */
.evt-info {
  padding: clamp(3.5rem, 10vh, 6.5rem) clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
  background: var(--cream-deep);
}
.evt-info__inner { max-width: 1200px; margin: 0 auto; }
.evt-info__inner.evt-info__split {
  max-width: 1800px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.evt-info__split .evt-info__head {
  max-width: none;
  margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
  text-align: left;
}
.evt-info__split .evt-info__copy > h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  color: var(--dark);
  line-height: 1.1;
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  text-align: left;
}
.evt-info__split .evt-info__cards,
.evt-info__split .evt-info__grid {
  grid-template-columns: 1fr;
}
.evt-info.evt-info--panel {
  background: var(--white);
}
.evt-info.evt-info--panel .evt-info__split .evt-info__card {
  background: var(--cream);
  border-color: var(--border);
}
.evt-info.evt-info--panel .evt-info__split .evt-info__card:hover {
  background: var(--cream-deep);
  border-color: rgba(196, 139, 48, 0.4);
  box-shadow: 0 10px 32px rgba(44, 26, 18, 0.06);
}
.evt-info__split .evt-info__visual.evt-split__visual {
  align-self: stretch;
  min-height: 100%;
  height: 100%;
}
.evt-info__split .evt-info__visual.evt-split__visual img,
.evt-info__split .evt-info__visual.evt-split__visual video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.evt-info__head {
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.evt-info__head .section-label {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  display: block;
  margin-bottom: 0.85rem;
}
.evt-info__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  color: var(--dark);
  line-height: 1.08;
  margin-bottom: 0.85rem;
}
.evt-info__head > p {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.72;
}
.evt-info__highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem 1.35rem;
  align-items: start;
  padding: clamp(1.35rem, 3vw, 1.75rem) clamp(1.35rem, 3vw, 2rem);
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  background: var(--dark);
  border: 1px solid var(--dark-soft);
  color: var(--cream);
}
.evt-info__highlight .iconify {
  color: var(--gold);
  opacity: 0.9;
  margin-top: 0.15rem;
}
.evt-info__highlight h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.evt-info__highlight p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(255, 242, 233, 0.82);
}
.evt-info__cards,
.evt-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.35rem);
}
.evt-info__card {
  padding: clamp(1.35rem, 2.5vw, 1.65rem);
  border: 1px solid var(--border);
  background: var(--white);
  transition: border-color 0.35s var(--ease), box-shadow 0.45s var(--ease);
}
.evt-info__card:hover {
  border-color: rgba(196, 139, 48, 0.45);
  box-shadow: 0 10px 32px rgba(44, 26, 18, 0.07);
}
.evt-info__card .evt-info__card-icon,
.evt-info__card > .iconify {
  display: block;
  color: var(--amber);
  opacity: 0.75;
  margin-bottom: 0.9rem;
  transition: opacity 0.35s var(--ease);
}
.evt-info__card:hover .evt-info__card-icon,
.evt-info__card:hover > .iconify { opacity: 1; }
.evt-info__card h3 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--dark);
  margin-bottom: 0.55rem;
  line-height: 1.25;
}
.evt-info__card > p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.68;
  font-weight: 300;
}
.evt-info__list {
  list-style: none;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
}
.evt-info__list li {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.55;
}
.evt-info__list li + li { margin-top: 0.45rem; }
.evt-info__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.75;
}
.evt-info__foot {
  margin-top: clamp(2rem, 5vw, 2.75rem);
  padding: 1.25rem clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  border: 1px dashed rgba(158, 107, 30, 0.35);
  background: rgba(255, 253, 249, 0.72);
}
.evt-info__foot p {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 36rem;
}
.evt-info__foot a {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  border: 1px solid var(--dark);
  color: var(--dark);
  white-space: nowrap;
  transition: background var(--t-fast), color var(--t-fast);
}
.evt-info__foot a:hover {
  background: var(--dark);
  color: var(--cream);
}
@media (max-width: 900px) {
  .evt-info__inner.evt-info__split {
    grid-template-columns: 1fr;
  }
  .evt-info__visual.evt-split__visual {
    position: relative;
    top: auto;
    order: -1;
    min-height: clamp(280px, 42vh, 420px);
  }
  .evt-info__cards,
  .evt-info__grid { grid-template-columns: repeat(2, 1fr); }
  .evt-info__split .evt-info__cards,
  .evt-info__split .evt-info__grid { grid-template-columns: 1fr; }
  .evt-info__highlight { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .evt-info__cards,
  .evt-info__grid { grid-template-columns: 1fr; }
  .evt-info__foot { flex-direction: column; align-items: flex-start; }
}

/* Galeria assimétrica */
.evt-gallery {
  padding: clamp(3.5rem, 10vh, 6.5rem) clamp(1.25rem, 4vw, 3rem);
  border-bottom: 1px solid var(--border);
  overflow-x: clip;
}
.evt-gallery__head {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.evt-gallery__head .section-label {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.85rem;
}
.evt-gallery__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  color: var(--dark);
  line-height: 1.08;
}
.evt-gallery__head p {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.7;
}
.evt-gallery__grid {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(120px, 18vw);
  gap: clamp(0.45rem, 1.2vw, 0.85rem);
  min-width: 0;
  width: 100%;
}
.evt-gallery__cell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  cursor: pointer;
  background: var(--dark-soft);
}
.evt-gallery__cell:focus {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}
.evt-gallery__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.evt-gallery__cell:hover img { transform: scale(1.06); }
.evt-gallery__cell--wide-8 { grid-column: span 8; grid-row: span 2; }
.evt-gallery__cell--tall-4a { grid-column: span 4; grid-row: span 1; }
.evt-gallery__cell--tall-4b { grid-column: span 4; grid-row: span 1; }
.evt-gallery__cell--third { grid-column: span 4; grid-row: span 2; }
.evt-gallery__cell--quad { grid-column: span 3; grid-row: span 2; }
.evt-gallery__cell--quad2 { grid-column: span 5; grid-row: span 2; }
.evt-gallery__cell--land { grid-column: span 7; grid-row: span 2; }
.evt-gallery__cell--port { grid-column: span 5; grid-row: span 2; }

/* CTA final */
.evt-cta {
  padding: clamp(3.5rem, 9vh, 5rem) 1.5rem;
  text-align: center;
  background: var(--dark);
  color: var(--cream);
}
.evt-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}
.evt-cta p {
  font-size: 0.92rem;
  opacity: 0.82;
  max-width: 42ch;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
  font-weight: 300;
}
.evt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.btn-e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all var(--t-fast);
  cursor: pointer;
}
.btn-e-amber {
  background: var(--amber);
  color: var(--dark);
}
.btn-e-amber:hover { background: var(--amber-dark); color: var(--cream); }
.btn-e-on-dark {
  background: transparent;
  color: var(--cream);
  border-color: rgba(255, 242, 233, 0.32);
}
.btn-e-on-dark:hover { background: rgba(255, 242, 233, 0.08); }
.btn-e-lg { padding: 1.05rem 2.4rem; font-size: 0.74rem; }

.evt-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(2.75rem, 7vh, 4.5rem) clamp(1.5rem, 5vw, 3rem)
    clamp(2.85rem, 8vh, 4.75rem);
  background: var(--dark);
  color: var(--cream);
  text-align: center;
  border: none;
  border-top: 1px solid rgba(255, 242, 233, 0.06);
  box-shadow: none;
}
.evt-footer__inner {
  max-width: min(40rem, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.evt-footer__brand {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  color: var(--gold);
  margin: 0 0 0.65rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.evt-footer__tag {
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 1.65vw, 0.92rem);
  font-weight: 300;
  color: rgba(255, 242, 233, 0.55);
  margin: 0 auto 1rem;
  line-height: 1.72;
  max-width: 42ch;
}
.evt-footer__topic {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 242, 233, 0.5);
  max-width: 40ch;
  margin: 0 0 1.25rem;
}
.evt-footer__loc {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.4);
  line-height: 1.65;
  margin: 0 0 0.4rem;
}
.evt-footer__hours {
  font-size: 0.72rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 242, 233, 0.45);
  line-height: 1.5;
  margin: 0 0 1.15rem;
}
.evt-footer__back {
  margin: 0 0 1.15rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.38);
}
.evt-footer__back a {
  color: rgba(255, 242, 233, 0.62);
  border-bottom: 1px solid rgba(237, 187, 76, 0.35);
  padding-bottom: 1px;
  text-decoration: none;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.evt-footer__back a:hover {
  color: var(--cream);
  border-color: var(--gold);
}
.evt-footer__legal {
  font-size: 0.56rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 242, 233, 0.34);
  line-height: 1.65;
  margin: 0;
}

/* Lightbox */
.evt-lightbox {
  border: none;
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  background: transparent;
  overflow: hidden;
}
.evt-lightbox::backdrop {
  background: rgba(21, 10, 8, 0.86);
  backdrop-filter: blur(6px);
}
.evt-lightbox__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(3.25rem, 9vh, 4.5rem) clamp(0.75rem, 2vw, 1.25rem);
}
.evt-lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 242, 233, 0.35);
  background: rgba(44, 26, 18, 0.75);
  color: var(--cream);
  cursor: pointer;
}
.evt-lightbox__close:hover { border-color: var(--gold); }
.evt-lightbox__img {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 242, 233, 0.15);
}

.reveal-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}
.reveal-up.visible {
  opacity: 1;
  transform: none;
}

/* ─── Mobile · família evt-* (≤900 / apertos ≤640 / ≤560) ─── */
@media (max-width: 900px) {
  /* Hero · contraste + menos clutter */
  .evt-hero {
    padding-bottom: clamp(2.5rem, 5vh, 3.5rem);
    min-height: min(100dvh, 920px);
  }
  .evt-hero__grad {
    background:
      radial-gradient(ellipse 70% 45% at 50% 18%, rgba(196, 139, 48, 0.1) 0%, transparent 55%),
      linear-gradient(
        to bottom,
        rgba(20, 9, 8, 0.42) 0%,
        rgba(20, 9, 8, 0.55) 38%,
        rgba(20, 9, 8, 0.88) 68%,
        rgba(14, 7, 6, 0.96) 100%
      );
  }
  .evt-hero__media img,
  .evt-hero__media video {
    filter: saturate(0.88) contrast(1.05) brightness(0.82);
  }
  .evt-hero__pill,
  .evt-hero__lede,
  .evt-hero__stats,
  .evt-hero__scroll { display: none; }
  .evt-hero__top {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .evt-hero__loc {
    justify-self: center;
    color: rgba(255, 242, 233, 0.55);
  }
  .evt-hero__title {
    font-size: clamp(2.1rem, 9vw, 3.25rem);
    margin-bottom: 0.85rem;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
  }
  .evt-hero__title em {
    font-style: normal;
    font-weight: 700;
  }
  .evt-hero__subrow {
    gap: 0.55rem;
    margin-bottom: 1.1rem;
  }
  .evt-hero__subtitle {
    font-style: normal;
    font-size: clamp(0.95rem, 3.6vw, 1.15rem);
    line-height: 1.45;
    color: rgba(255, 242, 233, 0.88);
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
  }
  .evt-hero__rule {
    background: rgba(255, 242, 233, 0.18);
    margin: 0 auto 1.25rem;
  }
  .evt-hero__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .evt-hero__btns {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .evt-hero__btns .btn-e {
    width: 100%;
    min-height: 3.15rem;
    justify-content: center;
    box-sizing: border-box;
  }
  .evt-hero__btns .btn-e .iconify { display: none; }
  .evt-hero__btns .btn-e-on-dark {
    border-color: rgba(255, 242, 233, 0.42);
    color: rgba(255, 242, 233, 0.92);
    background: rgba(14, 7, 6, 0.28);
  }

  /* Densidade de texto · splits / heads */
  .evt-usp,
  .evt-split,
  .evt-flow,
  .evt-info,
  .evt-gallery {
    padding-block: clamp(2.5rem, 6vh, 3.5rem);
  }
  .evt-split__copy h2 {
    font-size: clamp(1.55rem, 6.2vw, 2rem);
    margin-bottom: 0.85rem;
  }
  .evt-split__copy h2 .muted { display: none; }
  .evt-split__copy .prose p + p { display: none; }
  .evt-split__cap { display: none; }
  .evt-split__visual { min-height: min(48vw, 240px); }
  .evt-flow h2,
  .evt-info__head h2,
  .evt-gallery__head h2 {
    font-size: clamp(1.55rem, 6.2vw, 2rem);
    margin-bottom: 0.85rem;
  }
  .evt-info__head > p,
  .evt-gallery__head p { display: none; }
  .evt-info__list { display: none; }
  .evt-info__highlight p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .evt-info__card > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .evt-footer__topic { display: none; }

  /* CTAs empilhados full-width */
  .evt-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }
  .evt-cta__actions .btn-e,
  .evt-cta__actions .btn-e-lg {
    width: 100%;
    min-height: 3.15rem;
    justify-content: center;
    box-sizing: border-box;
  }
  .evt-cta__actions .btn-e .iconify { display: none; }

  /* Galeria · hero + poucos thumbs */
  .evt-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(96px, 26vw);
    min-width: 0;
    max-width: 100%;
  }
  .evt-gallery__cell--wide-8 {
    grid-column: 1 / -1;
    grid-row: span 1;
    min-height: min(42vw, 220px);
  }
  .evt-gallery__cell--tall-4a,
  .evt-gallery__cell--tall-4b,
  .evt-gallery__cell--third,
  .evt-gallery__cell--quad,
  .evt-gallery__cell--quad2,
  .evt-gallery__cell--land,
  .evt-gallery__cell--port {
    grid-column: span 1;
    grid-row: span 1;
  }
  .evt-gallery__cell:nth-child(n + 5) { display: none; }

  /* Reveal · sem clip que corte títulos */
  .reveal-up {
    transform: translateY(14px);
  }
  .evt-split__copy,
  .evt-flow__inner > h2,
  .evt-info__head,
  .evt-gallery__head {
    overflow: visible;
  }

  /* USP · trilho horizontal quando houver markup de rail */
  .evt-usp__rail {
    margin: 0 -4vw 0.85rem;
    width: calc(100% + 8vw);
    max-width: none;
  }
  .evt-usp__rail::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.35rem;
    width: 3.25rem;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
      to right,
      rgba(255, 242, 233, 0),
      rgba(255, 242, 233, 0.92) 70%,
      var(--cream) 100%
    );
    opacity: 1;
    transition: opacity 0.25s var(--ease);
  }
  .evt-usp__rail.is-end::after { opacity: 0; }
  .evt-usp__rail-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: max(0.65rem, env(safe-area-inset-right, 0px));
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid var(--border);
    background: rgba(255, 253, 249, 0.94);
    color: var(--dark);
    box-shadow: 0 8px 22px rgba(44, 26, 18, 0.14);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  }
  .evt-usp__rail-next:active { transform: translateY(-50%) scale(0.96); }
  .evt-usp__rail-next:focus-visible {
    outline: 2px solid var(--amber);
    outline-offset: 2px;
  }
  .evt-usp__rail.is-end .evt-usp__rail-next {
    opacity: 0;
    pointer-events: none;
  }
  @keyframes evt-rail-nudge {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(4px); }
  }
  @media (prefers-reduced-motion: no-preference) {
    .evt-usp__rail:not(.is-end):not(.is-scrolled) .evt-usp__rail-next,
    .evt-flow__rail:not(.is-end):not(.is-scrolled) .evt-flow__rail-next,
    .evt-info__rail:not(.is-end):not(.is-scrolled) .evt-info__rail-next {
      animation: evt-rail-nudge 1.6s ease-in-out infinite;
    }
  }
  .evt-usp__rail .evt-usp__grid {
    display: flex;
    grid-template-columns: none;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0 4vw 0.35rem;
    max-width: none;
    width: auto;
  }
  .evt-usp__rail .evt-usp__grid::-webkit-scrollbar { display: none; }
  .evt-usp__rail .evt-usp__item {
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    padding: 1rem 1.05rem 1.1rem;
    background: var(--white);
    border: 1px solid var(--border);
  }
  .evt-usp__rail .evt-usp__item .iconify {
    width: 22px !important;
    height: 22px !important;
    margin-bottom: 0.55rem;
  }
  .evt-usp__rail .evt-usp__item h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
    line-height: 1.2;
  }
  .evt-usp__rail .evt-usp__item p {
    font-size: 0.8rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .evt-usp__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 0 0.25rem;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-dim);
  }
  .evt-usp__swipe-hint-line {
    width: 1.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--amber), transparent);
  }

  /* Como funciona · trilho */
  .evt-flow__rail {
    margin: 0 -4vw 0.85rem;
    width: calc(100% + 8vw);
    max-width: none;
  }
  .evt-flow__rail::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.35rem;
    width: 3.25rem;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
      to right,
      rgba(255, 242, 233, 0),
      rgba(255, 242, 233, 0.92) 70%,
      var(--cream) 100%
    );
    transition: opacity 0.25s var(--ease);
  }
  .evt-flow__rail.is-end::after { opacity: 0; }
  .evt-flow__rail-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: max(0.65rem, env(safe-area-inset-right, 0px));
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid var(--border);
    background: rgba(255, 253, 249, 0.94);
    color: var(--dark);
    box-shadow: 0 8px 22px rgba(44, 26, 18, 0.14);
    cursor: pointer;
  }
  .evt-flow__rail-next:active { transform: translateY(-50%) scale(0.96); }
  .evt-flow__rail.is-end .evt-flow__rail-next {
    opacity: 0;
    pointer-events: none;
  }
  .evt-flow__rail ol {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0 4vw 0.35rem;
  }
  .evt-flow__rail ol::-webkit-scrollbar { display: none; }
  .evt-flow__rail li {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    margin: 0;
    padding: 1.1rem 1.1rem 1.15rem;
    background: var(--white);
    border: 1px solid var(--border);
  }
  .evt-flow__rail li::before {
    position: static;
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.15rem;
  }
  .evt-flow__rail li p {
    font-size: 0.8rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .evt-flow__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-dim);
  }
  .evt-flow__swipe-hint-line {
    width: 1.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--amber), transparent);
  }

  /* Informações · trilho de cards */
  .evt-info__grid { grid-template-columns: 1fr; }
  /* Split: copy/grid must shrink so the rail can overflow-x, not grow the page */
  .evt-info__inner.evt-info__split,
  .evt-info__split .evt-info__copy {
    min-width: 0;
    max-width: 100%;
  }
  .evt-info__split .evt-info__copy {
    overflow: visible;
  }
  .evt-info__rail {
    margin: 0 -4vw 0.85rem;
    width: calc(100% + 8vw);
    max-width: none;
    min-width: 0;
  }
  .evt-info__rail::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.35rem;
    width: 3.25rem;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
      to right,
      rgba(232, 205, 181, 0),
      rgba(232, 205, 181, 0.92) 70%,
      var(--cream-deep) 100%
    );
    transition: opacity 0.25s var(--ease);
  }
  .evt-info.evt-info--panel .evt-info__rail::after {
    background: linear-gradient(
      to right,
      rgba(255, 253, 249, 0),
      rgba(255, 253, 249, 0.92) 70%,
      var(--white) 100%
    );
  }
  .evt-info__rail.is-end::after { opacity: 0; }
  .evt-info__rail-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: max(0.65rem, env(safe-area-inset-right, 0px));
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid var(--border);
    background: rgba(255, 253, 249, 0.94);
    color: var(--dark);
    box-shadow: 0 8px 22px rgba(44, 26, 18, 0.14);
    cursor: pointer;
  }
  .evt-info__rail-next:active { transform: translateY(-50%) scale(0.96); }
  .evt-info__rail.is-end .evt-info__rail-next {
    opacity: 0;
    pointer-events: none;
  }
  .evt-info__rail .evt-info__grid,
  .evt-info__rail .evt-info__cards,
  .evt-info__split .evt-info__rail .evt-info__cards,
  .evt-info__split .evt-info__rail .evt-info__grid {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding: 0 4vw 0.35rem;
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .evt-info__rail .evt-info__grid::-webkit-scrollbar,
  .evt-info__rail .evt-info__cards::-webkit-scrollbar { display: none; }
  .evt-info__rail .evt-info__card {
    flex: 0 0 min(78vw, 280px);
    width: min(78vw, 280px);
    min-width: min(78vw, 280px);
    max-width: min(78vw, 280px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
  .evt-info__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 0 0.5rem;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-dim);
  }
  .evt-info__swipe-hint-line {
    width: 1.5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--amber), transparent);
  }
  /* Foot CTA some no mobile (CTA final já cobre) */
  .evt-info__foot {
    display: none;
  }
  .evt-info__visual {
    display: none;
  }
}

@media (max-width: 640px) {
  .evt-hero__eyebrow { font-size: 0.55rem; letter-spacing: 0.22em; }
  .evt-hero__title { font-size: clamp(1.95rem, 10vw, 2.65rem); }
  .evt-cta h2 { font-size: clamp(1.35rem, 6.5vw, 1.75rem); }
  .evt-cta p {
    font-size: 0.86rem;
    line-height: 1.55;
  }
}

@media (max-width: 560px) {
  .evt-info__highlight {
    padding: 1.15rem 1.2rem;
  }
  .evt-info__card {
    padding: 1.15rem 1.15rem 1.2rem;
  }
  .evt-gallery__grid {
    grid-auto-rows: minmax(88px, 30vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .evt-usp__rail-next,
  .evt-flow__rail-next,
  .evt-info__rail-next {
    animation: none !important;
  }
  .evt-usp__rail .evt-usp__grid,
  .evt-flow__rail ol,
  .evt-info__rail .evt-info__grid,
  .evt-info__rail .evt-info__cards {
    scroll-behavior: auto;
  }
}

::selection { background: var(--red); color: var(--cream); }
