:root {
  --wine: #6b0c38;
  --wine-dark: #68142e;
  --dark: #31120d;
  --brown: #6f625c;
  --cream: #f6f0e7;
  --cream-strong: #eadfcf;
  --paper: #fffaf4;
  --gold: #d9a327;
  --gold-soft: #e2b460;
  --line: #dccbbb;
  --shadow-soft: 0 18px 50px rgba(49, 18, 13, .08);
  --shadow-card: 0 10px 32px rgba(49, 18, 13, .12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --touch: 44px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #2e211d;
  background: var(--paper);
  font-family: "Proxima Nova", "Nunito Sans", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

img, iframe { max-width: 100%; }
em, i { font-style: normal; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: .75rem;
  z-index: 2000;
  padding: .75rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--wine);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

#conteudo:focus {
  outline: none;
}

a {
  color: var(--wine);
  text-underline-offset: .18em;
}

a:hover { color: var(--wine-dark); }

.touch-link,
.breadcrumb-lite a,
main > .container > nav.mb-4 a,
main .container > nav.mb-4 a,
.locked a,
footer a {
  display: inline-flex;
  min-height: var(--touch);
  align-items: center;
}



.breadcrumb-lite a,
main > .container > nav.mb-4 a,
main .container > nav.mb-4 a {
  min-width: var(--touch);
}
h1, h2, h3, .brand strong {
  font-family: "Open Sans", Arial, sans-serif;
}

.glass {
  background: #000009;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.navbar { min-height: 72px; }

.header-logo {
  display: block;
  width: auto;
  height: 44px;
}

.navbar-toggler { min-height: var(--touch); }

.navbar .nav-link {
  min-height: var(--touch);
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
  padding-inline: .9rem !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.navbar .btn { min-height: var(--touch); }

@media (min-width: 992px) {
  .navbar-nav,
  .navbar-nav > li {
    display: flex;
    align-items: center;
  }

  .navbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.navbar .fav-count { margin-left: .45rem; }

.brand {
  display: inline-flex;
  min-height: var(--touch);
  align-items: baseline;
  gap: .25rem;
  font-size: 1.05rem;
  font-style: normal;
  white-space: nowrap;
}

.brand strong {
  display: inline-block;
  font-size: 1.65rem;
  font-style: normal;
  letter-spacing: .03em;
}

.hero {
  position: relative;
  min-height: clamp(640px, 86vh, 760px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 122, 43, .22), transparent 28%),
    linear-gradient(100deg, rgba(55, 7, 31, .98) 0%, rgba(91, 14, 46, .88) 31%, rgba(116, 31, 59, .48) 54%, rgba(15, 34, 38, .32) 100%),
    linear-gradient(180deg, rgba(24, 8, 20, .08), rgba(55, 7, 31, .78)),
    url('../images/banner-principal.jpg') center 38%/cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(55, 7, 31, .82));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(230px, 1fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  width: 100%;
  padding-top: clamp(9rem, 13vh, 12rem);
  padding-bottom: clamp(3rem, 9vh, 4.8rem);
}

.hero-copy { max-width: 760px; }

.hero h1 {
  max-width: 760px;
  margin: .85rem 0 0;
  color: #fff;
  font-size: clamp(4.3rem, 8.8vw, 7.55rem);
  line-height: .82;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 18px 52px rgba(26, 3, 16, .32);
}

.hero em,
h2 em,
h1 em { color: #b68856; font-weight: 400; }

.hero .lead {
  max-width: 680px;
  margin: 2rem 0 2.55rem;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1.05rem, 1.45vw, 1.26rem);
  line-height: 1.62;
  text-shadow: 0 8px 28px rgba(26, 3, 16, .3);
}

.hero .kicker {
  color: #fff !important;
  letter-spacing: .24em;
  font-size: .78rem;
  font-weight: 900;
  text-shadow: 0 8px 24px rgba(26, 3, 16, .38);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.hero .btn {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-radius: 0;
  padding: .95rem 1.45rem;
  font-size: .95rem;
  font-weight: 800;
}

.hero .btn-light {
  border-color: #fff;
  color: var(--wine-dark);
  background: #fff;
}

.hero .btn-outline-light {
  min-width: 142px;
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(255, 255, 255, .03);
}

.hero-date {
  align-self: end;
  max-width: 330px;
  margin-left: auto;
  margin-bottom: .65rem;
  color: #fff;
}

.hero-date-line {
  height: 1px;
  margin-bottom: 1.1rem;
  background: rgba(255, 255, 255, .55);
}

.hero-date-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.65rem;
}

.hero-date strong {
  font-size: 1.06rem;
  letter-spacing: .02em;
  white-space: nowrap;
}

.hero-date strong:last-child { text-align: right; }

.hero-date span {
  color: rgba(255, 255, 255, .8);
  font-weight: 600;
}

.hero-date p {
  margin: 1.05rem 0 0;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  font-weight: 700;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: .17em;
  color: #b68856;
  font-size: .75rem;
  font-weight: 700;
}

.py-section { padding: clamp(4.5rem, 9vw, 7rem) 0; }

.page-top { padding-top: 96px; }
.pb-section { padding-bottom: clamp(4.5rem, 9vw, 7rem); }

.catalog-page.page-top {
  padding-top: 70px;
}

.catalog-page-hero {
  min-height: clamp(400px, 50vh, 500px);
  display: flex;
  align-items: center;
  padding: clamp(2.75rem, 5vw, 4.5rem) 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .82) 0%, rgba(0, 0, 9, .3) 40%, rgba(0, 0, 9, .86) 100%),
    url('../images/banner-principal.jpg') center / cover no-repeat;
}

.catalog-page-hero nav,
.catalog-page-hero nav a {
  color: rgba(255, 255, 255, .86);
}

.catalog-page-hero nav a:hover,
.catalog-page-hero nav a:focus {
  color: #fff;
}

.catalog-page-hero .kicker {
  color: #d4aa76;
}

.catalog-page-hero h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(3.8rem, 7vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.045em;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 9, .42);
}

.catalog-page-hero h1 em {
  color: #d4aa76;
  font-weight: 400;
}

.catalog-page-hero__lead {
  max-width: 520px;
  margin: 0 0 .35rem auto;
  color: #fff;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.55;
  text-shadow: 0 .75rem 2rem rgba(0, 0, 9, .5);
}

.catalog-page-hero .catalog-price-note {
  border-left-color: #d4aa76;
  color: #fff;
  background: rgba(0, 0, 9, .58);
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 9, .85);
  box-shadow: 0 10px 28px rgba(0, 0, 9, .2);
}

.catalog-page-content {
  background: #fbf6ef;
}

.catalog-page .catalog-card-actions {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .catalog-page-hero__lead {
    margin: 1.5rem 0 0;
  }
}

@media (max-width: 767.98px) {
  .catalog-page.page-top {
    padding-top: 64px;
  }

  .catalog-page-hero {
    min-height: 430px;
    padding: 3rem 0 2.75rem;
    background-position: 58% center;
  }
}

.participant-hero {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.participant-photo {
  position: relative;
}

.participant-photo figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: .65rem .85rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(49, 18, 13, .78);
  font-size: .85rem;
  backdrop-filter: blur(8px);
}

.participant-dish-label {
  color: var(--brown);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}

.participant-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}

.participant-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: .35rem .8rem;
  border-radius: 999px;
  color: var(--dark);
  background: #f0d49a;
  font-weight: 800;
}

.participant-actions {
  align-items: center;
}

.participant-actions .btn {
  display: inline-flex;
  min-height: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: .65rem 1rem;
  border-radius: 999px;
  line-height: 1;
  text-align: center;
}

.participant-suggestions .prato-card .card-body {
  position: relative;
  min-height: 265px;
  padding: 1.35rem 1.4rem 6.25rem;
}

.participant-suggestions .prato-card h3 {
  margin-bottom: .35rem;
  text-wrap: balance;
}

.participant-suggestions .catalog-card-actions {
  position: absolute;
  right: 1.4rem;
  bottom: 1.25rem;
  left: 1.4rem;
  margin-top: 0;
}

.participant-suggestions .catalog-card-btn,
.participant-suggestions .catalog-instagram-link--action {
  min-width: 0;
}

@media (max-width: 420px) {
  .participant-suggestions .prato-card .card-body {
    min-height: 240px;
    padding-bottom: 10rem;
  }

  .participant-suggestions .catalog-card-actions {
    flex-direction: column;
  }

  .participant-suggestions .catalog-card-actions > a {
    width: 100%;
  }
}

.catalog-card-actions {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(116, 16, 45, .1);
}

.card-body a.catalog-instagram-link {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  gap: .55rem;
  margin: auto 0 0;
  padding: .45rem .75rem .45rem .5rem;
  border: 1px solid rgba(116, 16, 45, .14);
  border-radius: 999px;
  color: #74102d;
  background: linear-gradient(90deg, #fbf3f0, #fffaf7);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 .25rem .75rem rgba(116, 16, 45, .06);
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.card-body:not(:has(.catalog-instagram-link)) .catalog-card-actions {
  margin-top: auto;
}

.catalog-instagram-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #b68856 0%, #8a1038 55%, #5f0825 100%);
  line-height: 1;
}

.catalog-instagram-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.catalog-instagram-icon .catalog-instagram-dot {
  fill: currentColor;
  stroke: none;
}

.card-body a.catalog-instagram-link--action {
  min-height: 46px;
  flex: 1 1 0;
  justify-content: center;
  margin: 0;
  padding: .55rem .85rem;
  border-radius: .7rem;
  font-size: .78rem;
}
.card-body a.catalog-instagram-link:hover,
.card-body a.catalog-instagram-link:focus-visible {
  color: #650823;
  border-color: rgba(116, 16, 45, .3);
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(116, 16, 45, .12);
  transform: translateY(-2px);
}

.catalog-card-actions--end {
  justify-content: flex-end;
}

.catalog-card-btn {
  display: inline-flex;
  min-height: 46px;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .78rem 1.1rem;
  border: 1px solid var(--wine);
  border-radius: .7rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.card-body a.catalog-card-btn--secondary {
  color: var(--wine);
  border-color: rgba(116, 16, 45, .22);
  background: #fbf5ef;
}

.card-body a.catalog-card-btn--primary {
  color: #fff;
  border-color: #74102d;
  background: linear-gradient(135deg, #8a1038 0%, #650823 100%);
  box-shadow: 0 .55rem 1.25rem rgba(116, 16, 45, .22);
}

.catalog-card-actions--end .catalog-card-btn {
  min-width: 155px;
  max-width: 190px;
  flex: 0 1 auto;
}

.catalog-card-btn span {
  font-size: 1rem;
  transition: transform .2s ease;
}

.card-body a.catalog-card-btn:hover,
.card-body a.catalog-card-btn:focus-visible {
  color: #fff;
  border-color: var(--wine-dark);
  background: var(--wine-dark);
  box-shadow: 0 .7rem 1.4rem rgba(49, 18, 13, .2);
  transform: translateY(-2px);
}

.catalog-card-btn:hover span,
.catalog-card-btn:focus-visible span {
  transform: translateX(3px);
}

.catalog-card-btn:focus-visible {
  outline: 3px solid rgba(182, 136, 86, .42);
  outline-offset: 2px;
}

@media (max-width: 420px) {
  .catalog-card-actions {
    flex-direction: column;
  }

  .catalog-card-btn,
  .catalog-card-actions--end .catalog-card-btn {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }
}

.info-panel {
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 34px rgba(49, 18, 13, .06);
}

.info-panel h3 {
  font-size: clamp(1.8rem, 4vw, 2.35rem);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.info-grid > div {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.info-grid small {
  display: block;
  margin-bottom: .25rem;
  color: var(--brown);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
}

.info-grid b {
  display: block;
  line-height: 1.35;
}



.institutional-hero {
  background: linear-gradient(135deg, #fffaf4, #f0e6d8);
}

.institutional-notice {
  padding: 1rem 1.25rem;
  border: 1px solid #e7c86f;
  border-radius: var(--radius-md);
  background: #fff7dc;
  color: var(--dark);
  font-weight: 700;
}

.institutional-page-resultados.page-top {
  padding-top: 70px;
}

.institutional-page-resultados .institutional-hero {
  min-height: clamp(400px, 50vh, 500px);
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .82) 0%, rgba(0, 0, 9, .3) 40%, rgba(0, 0, 9, .86) 100%),
    url('../images/banner-principal.jpg') center / cover no-repeat;
}

.institutional-page-resultados .institutional-hero h1,
.institutional-page-resultados .institutional-hero .lead {
  color: #fff;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 9, .42);
}

.institutional-page-resultados .institutional-hero .kicker {
  color: #d4aa76;
}

.institutional-page-resultados .institutional-hero .breadcrumb-lite,
.institutional-page-resultados .institutional-hero .breadcrumb-lite a {
  color: rgba(255, 255, 255, .86);
}

.institutional-page-resultados .institutional-hero .breadcrumb-lite a:hover,
.institutional-page-resultados .institutional-hero .breadcrumb-lite a:focus {
  color: #fff;
}

.results-page-status {
  display: grid;
  gap: 1.25rem;
  margin-top: 0;
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.results-page-status .institutional-notice {
  border-color: #decdbb;
  color: var(--dark);
  background: #fffaf4;
  box-shadow: 0 .8rem 2rem rgba(49, 18, 13, .08);
}

.results-page-status .btn {
  width: fit-content;
}

@media (max-width: 767.98px) {
  .institutional-page-resultados.page-top {
    padding-top: 64px;
  }

  .institutional-page-resultados .institutional-hero {
    min-height: 460px;
    background-position: 58% center;
  }

  .results-page-status .btn {
    width: 100%;
  }
}

.institutional-blocks {
  display: grid;
  gap: 1rem;
}

.institutional-blocks .info-panel h2,
.participation-form h2,
.institutional-steps h2 {
  font-size: clamp(1.65rem, 4vw, 2.2rem);
}

.institutional-steps li {
  align-items: flex-start;
}


.institutional-page-festival .institutional-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 68vh, 680px);
  display: flex;
  align-items: center;
  padding-bottom: clamp(4rem, 9vw, 7rem);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .84) 0%, rgba(0, 0, 9, .3) 38%, rgba(0, 0, 9, .82) 100%),
    url('../images/banner-principal.jpg') center / cover no-repeat;
}

.institutional-page-festival.page-top {
  padding-top: 70px;
}

.institutional-page-festival .institutional-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 45%;
  content: '';
  background: linear-gradient(180deg, transparent, rgba(0, 0, 9, .48));
  pointer-events: none;
}

.institutional-page-festival .institutional-hero h1,
.institutional-page-festival .institutional-hero .lead {
  color: #fff;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 9, .42);
}

.institutional-page-festival .institutional-hero .kicker {
  color: #d4aa76;
}

.institutional-page-festival .institutional-hero .breadcrumb-lite,
.institutional-page-festival .institutional-hero .breadcrumb-lite a {
  color: rgba(255, 255, 255, .86);
}

.institutional-page-festival .institutional-hero .breadcrumb-lite a:hover,
.institutional-page-festival .institutional-hero .breadcrumb-lite a:focus {
  color: #fff;
}

.institutional-page-festival .institutional-hero .lead {
  max-width: 980px;
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.42;
}

.institutional-page-festival .institutional-hero > .container {
  transform: translateY(-32px);
}

.institutional-page-festival .institutional-blocks {
  margin-top: clamp(-5.5rem, -7vw, -4rem);
  gap: 1.25rem;
}

.festival-card {
  position: relative;
  min-height: 190px;
  padding: clamp(1.5rem, 3.4vw, 2.55rem);
  overflow: hidden;
  background: linear-gradient(135deg, #fffdf8 0%, #fffaf4 58%, #f4eadb 100%);
}

.festival-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--wine);
  opacity: .9;
}

.festival-card::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  top: 50%;
  width: clamp(6rem, 11vw, 9rem);
  aspect-ratio: 1;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23b68856' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='80' cy='80' r='52' stroke-width='3'/%3E%3Ccircle cx='80' cy='80' r='39' stroke-width='1.8' opacity='.65'/%3E%3Ccircle cx='80' cy='80' r='9' fill='%23b68856' fill-opacity='.12' stroke-width='2'/%3E%3Cpath d='M21 31v28m-8-28v18c0 8 4 12 8 12s8-4 8-12V31M21 61v68' stroke-width='3'/%3E%3Cpath d='M139 31c-10 11-13 25-13 42h13V31Zm0 0v98' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .42;
  pointer-events: none;
}

.festival-card-icon {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: var(--wine);
  color: #fffaf4;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 14px 30px rgba(139, 30, 63, .22);
}

.festival-card h2,
.festival-card p {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.festival-card h2 {
  color: var(--dark);
}

.festival-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: 1.5rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--radius-md);
  background: var(--wine);
  color: #fffaf4;
  box-shadow: 0 18px 44px rgba(49, 18, 13, .16);
}

.festival-final-cta .kicker {
  color: #f1c5d4;
}

.festival-final-cta h2 {
  max-width: 720px;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: .98;
}

.festival-final-cta p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 250, 244, .86);
  font-size: 1.05rem;
}

.festival-final-cta .btn {
  background: #fffaf4;
  color: var(--wine);
  border-color: #fffaf4;
  white-space: nowrap;
}

.festival-final-cta .btn:hover,
.festival-final-cta .btn:focus {
  background: #f1c5d4;
  border-color: #f1c5d4;
  color: var(--wine-dark);
}

@media (max-width: 767.98px) {
  .institutional-page-festival.page-top {
    padding-top: 64px;
  }

  .institutional-page-festival .institutional-hero {
    min-height: 500px;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .institutional-page-festival .institutional-hero > .container {
    transform: translateY(-12px);
  }

  .institutional-page-festival .institutional-blocks {
    margin-top: -2.5rem;
  }

  .festival-card::after {
    display: none;
  }

  .festival-final-cta {
    grid-template-columns: 1fr;
  }

  .festival-final-cta .btn {
    width: 100%;
  }
}

.institutional-page-como-votar .institutional-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(400px, 50vh, 500px);
  display: flex;
  align-items: center;
  padding-bottom: clamp(4rem, 9vw, 7rem);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .82) 0%, rgba(0, 0, 9, .3) 40%, rgba(0, 0, 9, .86) 100%),
    url('../images/banner-principal.jpg') center / cover no-repeat;
}

.institutional-page-como-votar.page-top {
  padding-top: 70px;
}

.institutional-page-como-votar .institutional-hero h1,
.institutional-page-como-votar .institutional-hero .lead {
  color: #fff;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 9, .42);
}

.institutional-page-como-votar .institutional-hero .kicker {
  color: #d4aa76;
}

.institutional-page-como-votar .institutional-hero .breadcrumb-lite,
.institutional-page-como-votar .institutional-hero .breadcrumb-lite a {
  color: rgba(255, 255, 255, .86);
}

.institutional-page-como-votar .institutional-hero .breadcrumb-lite a:hover,
.institutional-page-como-votar .institutional-hero .breadcrumb-lite a:focus {
  color: #fff;
}

.institutional-page-como-votar .institutional-hero .lead {
  max-width: 960px;
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.42;
}

.voting-steps {
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(-3.5rem, -5vw, -2rem);
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.voting-steps li {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  min-height: 150px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #fffdf8 0%, #fffaf4 60%, #f4eadb 100%);
  box-shadow: 0 12px 34px rgba(49, 18, 13, .07);
  overflow: hidden;
}

.voting-steps li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--wine);
}

.voting-steps li::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: clamp(7rem, 13vw, 10rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 30, 63, .13) 0 18%, transparent 19% 100%);
  border: 1px solid rgba(139, 30, 63, .12);
}

.voting-steps li > b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--wine);
  color: #fffaf4;
  font-size: .9rem;
  letter-spacing: .08em;
}

.voting-step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-8deg);
  background: #f1c5d4;
  color: var(--wine);
  font-size: 1.8rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(139, 30, 63, .12);
}

.voting-steps li > div {
  position: relative;
  z-index: 1;
}

.voting-steps h2 {
  margin-bottom: .35rem;
  color: var(--dark);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
}

.voting-steps p {
  max-width: 780px;
  margin-bottom: 0;
  color: #56443d;
  font-size: 1.02rem;
}

.voting-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: 1.5rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--radius-md);
  background: var(--wine);
  color: #fffaf4;
  box-shadow: 0 18px 44px rgba(49, 18, 13, .16);
}

.voting-details {
  margin: 0;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
  color: var(--brown);
}

.voting-details h2 {
  margin-bottom: 1.5rem;
  color: var(--wine-dark);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.voting-details h3 {
  margin-bottom: .8rem;
  color: var(--wine);
  font-size: 1.15rem;
}

.voting-details p { max-width: 760px; line-height: 1.7; }

.voting-details-criteria {
  max-width: 760px;
  margin: 1.5rem 0;
  padding: 0;
}

.voting-details-criteria ul { margin: 0; padding-left: 1.25rem; }
.voting-details-criteria li { margin: .4rem 0; }

.voting-details-notice {
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--wine);
  background: rgba(155, 27, 70, .08);
}

.voting-details-closing {
  margin-top: 1.5rem;
  color: var(--wine-dark);
  font-weight: 800;
}

.festival-participation {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
  color: var(--brown);
}

.festival-participation h2 {
  max-width: 720px;
  margin-bottom: 1.5rem;
  color: var(--wine-dark);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.festival-participation > p,
.festival-participation-ingredients {
  max-width: 780px;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.65;
}

.festival-participation-ingredients {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.4rem;
  color: var(--wine);
  font-weight: 800;
}

.festival-participation-ingredients li { margin: .45rem 0; }

.festival-participation .festival-participation-closing {
  margin-top: 1.75rem;
  color: var(--wine-dark);
  font-weight: 900;
}

@keyframes voting-page-reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.institutional-page-como-votar .institutional-hero .container,
.institutional-page-como-votar .voting-details,
.institutional-page-como-votar .voting-steps li,
.institutional-page-como-votar .voting-final-cta {
  opacity: 0;
  animation: voting-page-reveal .7s cubic-bezier(.22, 1, .36, 1) forwards;
}

.institutional-page-como-votar .voting-details { animation-delay: .12s; }
.institutional-page-como-votar .voting-steps li:nth-child(1) { animation-delay: .22s; }
.institutional-page-como-votar .voting-steps li:nth-child(2) { animation-delay: .34s; }
.institutional-page-como-votar .voting-steps li:nth-child(3) { animation-delay: .46s; }
.institutional-page-como-votar .voting-final-cta { animation-delay: .58s; }

@media (prefers-reduced-motion: reduce) {
  .institutional-page-como-votar .institutional-hero .container,
  .institutional-page-como-votar .voting-details,
  .institutional-page-como-votar .voting-steps li,
  .institutional-page-como-votar .voting-final-cta {
    opacity: 1;
    animation: none;
  }
}

.voting-final-cta .kicker {
  color: #f1c5d4;
}

.voting-final-cta h2 {
  max-width: 720px;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: .98;
}

.voting-final-cta p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 250, 244, .86);
  font-size: 1.05rem;
}

.voting-final-cta .btn {
  background: #fffaf4;
  color: var(--wine);
  border-color: #fffaf4;
  white-space: nowrap;
}

.voting-final-cta .btn:hover,
.voting-final-cta .btn:focus {
  background: #f1c5d4;
  border-color: #f1c5d4;
  color: var(--wine-dark);
}

@media (max-width: 767.98px) {
  .institutional-page-como-votar .institutional-hero {
    min-height: 450px;
    padding-bottom: 3rem;
    background-position: 58% center;
  }

  .institutional-page-como-votar.page-top {
    padding-top: 64px;
  }

  .voting-steps {
    margin-top: -1.5rem;
  }

  .voting-steps li {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
  }

  .voting-step-icon {
    grid-column: 1 / -1;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.55rem;
  }

  .voting-steps li > div {
    grid-column: 1 / -1;
  }

  .voting-final-cta {
    grid-template-columns: 1fr;
  }

  .voting-final-cta .btn {
    width: 100%;
  }
}
.participation-form {
  margin-top: 1.5rem;
}

.institutional-page-participar.page-top {
  padding-top: 70px;
}

.institutional-page-participar .pb-section {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.institutional-page-participar .institutional-hero {
  min-height: clamp(400px, 50vh, 500px);
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .82) 0%, rgba(0, 0, 9, .3) 40%, rgba(0, 0, 9, .86) 100%),
    url('../images/banner-principal.jpg') center / cover no-repeat;
}

.institutional-page-participar .institutional-hero h1,
.institutional-page-participar .institutional-hero .lead {
  color: #fff;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 9, .42);
}

.institutional-page-participar .institutional-hero .kicker {
  color: #d4aa76;
}

.institutional-page-participar .institutional-hero .breadcrumb-lite,
.institutional-page-participar .institutional-hero .breadcrumb-lite a {
  color: rgba(255, 255, 255, .86);
}

.institutional-page-participar .institutional-hero .breadcrumb-lite a:hover,
.institutional-page-participar .institutional-hero .breadcrumb-lite a:focus {
  color: #fff;
}

.institutional-page-participar .institutional-hero .btn-wine {
  border-color: #fff;
  color: var(--wine);
  background: #fff;
  box-shadow: 0 .6rem 1.4rem rgba(0, 0, 9, .2);
}

.institutional-page-participar .institutional-hero .btn-wine:hover,
.institutional-page-participar .institutional-hero .btn-wine:focus-visible {
  border-color: #d4aa76;
  color: #fff;
  background: var(--wine);
}

@media (max-width: 767.98px) {
  .institutional-page-participar.page-top {
    padding-top: 64px;
  }

  .institutional-page-participar .institutional-hero {
    min-height: 460px;
    background-position: 58% center;
  }

  .institutional-page-participar .institutional-hero .btn {
    width: 100%;
  }
}
.prepared-request {
  display: grid;
  gap: .5rem;
  margin: 1.25rem 0 0;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--paper);
  list-style: none;
}
.city-hero {
  background: linear-gradient(135deg, #fffaf4, #f0e6d8);
}

.city-stats,
.route-summary {
  display: grid;
  gap: .15rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 34px rgba(49, 18, 13, .06);
}

.city-stats b,
.route-summary b {
  color: var(--wine);
  font: 700 3rem/1 "Open Sans", Arial, sans-serif;
}

.city-stats span,
.route-summary span {
  color: var(--dark);
  font-weight: 800;
}

.city-stats small,
.route-summary small {
  color: var(--brown);
}

.route-list {
  display: grid;
  gap: 2rem;
}

.route-page.page-top {
  padding-top: 70px;
}

.route-page-hero {
  min-height: clamp(400px, 50vh, 500px);
  display: flex;
  align-items: center;
  padding: clamp(2.75rem, 5vw, 4.5rem) 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .82) 0%, rgba(0, 0, 9, .3) 40%, rgba(0, 0, 9, .86) 100%),
    url('../images/banner-principal.jpg') center / cover no-repeat;
}

.route-page-hero .breadcrumb-lite,
.route-page-hero .breadcrumb-lite a {
  color: rgba(255, 255, 255, .86);
}

.route-page-hero .breadcrumb-lite a:hover,
.route-page-hero .breadcrumb-lite a:focus {
  color: #fff;
}

.route-page-hero .kicker {
  color: #d4aa76;
}

.route-page-hero__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.route-page-hero h1 {
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(3.8rem, 7vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.045em;
  text-shadow: 0 1rem 2.5rem rgba(0, 0, 9, .42);
}

.route-page-hero__content > div:first-child > p {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  text-shadow: 0 .75rem 2rem rgba(0, 0, 9, .5);
}

.route-hero-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: .75rem 1.15rem;
  border-radius: .7rem;
  font-weight: 800;
}

.route-hero-btn--secondary {
  border-color: rgba(255, 255, 255, .68);
  color: #fff;
  background: rgba(0, 0, 9, .18);
  backdrop-filter: blur(8px);
}

.route-hero-btn--primary {
  border-color: #fff;
  color: var(--wine);
  background: #fff;
  box-shadow: 0 .6rem 1.4rem rgba(0, 0, 9, .2);
}

.route-hero-btn:hover,
.route-hero-btn:focus-visible {
  border-color: #d4aa76;
  color: #fff;
  background: var(--wine);
}

.route-page-content {
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  background: #fbf6ef;
}

.route-page-content .route-summary {
  position: relative;
  overflow: hidden;
  padding-right: clamp(7rem, 14vw, 11rem);
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
  background: #b68856;
  box-shadow: 0 1rem 2.5rem rgba(85, 52, 25, .18);
}

.route-page-content .route-summary::after {
  position: absolute;
  top: 50%;
  right: clamp(1.5rem, 4vw, 3.5rem);
  width: clamp(5rem, 9vw, 7rem);
  aspect-ratio: 1;
  content: '';
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='80' cy='80' r='52' stroke-width='3'/%3E%3Ccircle cx='80' cy='80' r='39' stroke-width='1.8'/%3E%3Ccircle cx='80' cy='80' r='9' fill='%23ffffff' fill-opacity='.14' stroke-width='2'/%3E%3Cpath d='M21 31v28m-8-28v18c0 8 4 12 8 12s8-4 8-12V31M21 61v68' stroke-width='3'/%3E%3Cpath d='M139 31c-10 11-13 25-13 42h13V31Zm0 0v98' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .32;
  pointer-events: none;
}

.route-page-content .route-summary b,
.route-page-content .route-summary span,
.route-page-content .route-summary small {
  color: #fff;
}

@media (max-width: 575.98px) {
  .route-page-content .route-summary {
    padding-right: 5.5rem;
  }

  .route-page-content .route-summary::after {
    right: .75rem;
    width: 4rem;
  }
}

@media (max-width: 767.98px) {
  .route-page.page-top {
    padding-top: 64px;
  }

  .route-page-hero {
    min-height: 460px;
    padding: 3rem 0;
    background-position: 58% center;
  }

  .route-page-hero__content {
    align-items: flex-start;
  }

  .route-page-hero .route-actions,
  .route-page-hero .route-actions .btn {
    width: 100%;
  }
}

.route-group {
  display: grid;
  gap: 1rem;
}

.route-group-header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--line);
}

.route-group-header h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.route-group-header span {
  color: var(--brown);
  font-weight: 800;
}

.route-item-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.route-item-body h3 {
  margin-top: .35rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
}

.route-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1.25rem;
}

.route-item-actions a,
.route-item-actions button {
  display: inline-flex;
  min-height: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: .65rem 1rem;
  line-height: 1;
  vertical-align: middle;
}

.route-item-actions .route-action-btn {
  min-width: 118px;
  border: 1px solid transparent;
  border-radius: .7rem;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.route-item-actions .route-action-btn--primary {
  color: #fff;
  border-color: #74102d;
  background: linear-gradient(135deg, #8a1038 0%, #650823 100%);
  box-shadow: 0 .45rem 1rem rgba(116, 16, 45, .18);
}

.route-item-actions .route-action-btn--secondary {
  color: #5f0b29;
  border-color: rgba(182, 136, 86, .55);
  background: #fbf3e9;
}

.route-item-actions .route-remove {
  color: #74102d;
  border-color: rgba(116, 16, 45, .18);
  background: transparent;
  text-decoration: none;
}

.route-item-actions .route-action-btn:hover,
.route-item-actions .route-action-btn:focus-visible {
  color: #fff;
  border-color: #4f061b;
  background: #4f061b;
  box-shadow: 0 .55rem 1.1rem rgba(49, 18, 13, .18);
  transform: translateY(-2px);
}

.route-item-actions .route-action-btn:focus-visible {
  outline: 3px solid rgba(182, 136, 86, .38);
  outline-offset: 2px;
}

.route-remove {
  border: 0;
  color: var(--wine);
  background: transparent;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .route-item-actions .route-action-btn {
    width: 100%;
  }
}

.route-note h2 {
  max-width: 760px;
}
.participant-info .display-6 {
  font-family: "Open Sans", Arial, sans-serif;
}

.breadcrumb-lite,
main > .container > nav.mb-4,
main .container > nav.mb-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  color: var(--brown);
  font-size: .95rem;
}

.touch-link,
.breadcrumb-lite a,
main > .container > nav.mb-4 a,
main .container > nav.mb-4 a { font-weight: 700; }

.countdown-section { background: #b68856; color: #fff; }
.countdown-section .kicker { color: #f2d7de; }
.countdown { flex-wrap: wrap; }
.countdown span {
  min-width: 84px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .3);
}
.countdown b { font: 2.2rem Georgia, serif; display: block; }
.countdown small { font-size: .65rem; text-transform: uppercase; }


.festival-intro {
  background: #f4eee3;
  border-top: 1px solid rgba(139, 30, 63, .22);
}

.festival-intro-row {
  align-items: flex-start;
  row-gap: 2.5rem;
}

.festival-intro .kicker {
  margin-bottom: 1.35rem;
  color: var(--wine);
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 900;
}

.festival-intro h2 {
  max-width: 720px;
  margin: 0;
  color: #281918;
  font-size: clamp(3.5rem, 6.3vw, 5.9rem);
  line-height: .86;
  letter-spacing: -.052em;
}

.festival-intro h2 em {
  color: #b68856;
  font-weight: 400;
}

.festival-intro-text {
  padding-top: .15rem;
  padding-left: clamp(1.5rem, 3vw, 3.5rem);
  color: #120b0a;
  font-family: "Proxima Nova", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(1.16rem, 1.35vw, 1.38rem);
  line-height: 1.55;
}

.festival-intro-text p {
  margin: 0 0 .55rem;
}

.festival-intro-link {
  min-height: var(--touch);
  align-items: center;
  display: inline-flex;
  align-items: center;
  gap: 2.15rem;
  margin-top: .6rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid var(--wine);
  color: var(--wine);
  font-family: "Proxima Nova", "Nunito Sans", Arial, sans-serif;
  font-size: .93rem;
  font-weight: 900;
  text-decoration: none;
}

.festival-intro-link:hover,
.festival-intro-link:focus {
  color: var(--wine-dark);
  border-bottom-color: var(--wine-dark);
}

@media (max-width: 991px) {
  .festival-intro h2 {
    font-size: clamp(3.4rem, 12vw, 5.4rem);
  }

  .festival-intro-text {
    padding-top: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    font-size: 1.14rem;
  }
}

@media (max-width: 575px) {
  .festival-intro .kicker {
    max-width: 310px;
    line-height: 1.7;
    letter-spacing: .22em;
  }

  .festival-intro h2 {
    font-size: clamp(3.05rem, 16vw, 4.35rem);
  }
}

.territory-story {
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
  color: #f7eee0;
  background: #74102d;
}

.territory-story-row {
  align-items: flex-start;
  row-gap: 2.5rem;
}

.territory-story .kicker {
  margin-bottom: 1.35rem;
  color: #d4aa76;
}

.territory-story h2 {
  max-width: 650px;
  margin: 0;
  color: #fffaf4;
  font-size: clamp(3.2rem, 5.5vw, 5.35rem);
  line-height: .9;
  letter-spacing: -.05em;
}

.territory-story h2 em {
  color: #d4aa76;
  font-weight: 400;
}

.territory-story-copy {
  padding-left: clamp(1.5rem, 3vw, 3.5rem);
  font-size: clamp(1.12rem, 1.3vw, 1.34rem);
  line-height: 1.62;
}

.territory-story-copy p {
  max-width: 760px;
  margin: 0 0 1.15rem;
}

.territory-story-copy p:last-child {
  margin-bottom: 0;
  color: #e1bc8d;
  font-weight: 800;
}

@media (max-width: 991px) {
  .territory-story-copy {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

.ingredients { background: #b68856; }
.ingredients-intro {
  align-items: flex-start;
  row-gap: 2rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.ingredients-intro h2 {
  max-width: 520px;
  margin: 0;
  color: #281918;
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.ingredients-copy {
  padding-left: clamp(1.5rem, 3vw, 3.5rem);
  color: #211512;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  line-height: 1.55;
}
.ingredients-copy p { margin: 0 0 .8rem; }
.ingredients-copy .ingredients-call {
  margin-top: 1.35rem;
  font-weight: 800;
}
.ingredients-grid { padding-top: 2rem; border-top: 1px solid rgba(33, 21, 18, .28); }
.ingredients article {
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-left: 1px solid rgba(33, 21, 18, .28);
  color: #211512;
}
.ingredients article > span { color: #5f0b29; font-weight: 800; }
.ingredients article h3,
.ingredients article p { color: #211512; }
@media (max-width: 991px) {
  .ingredients-copy { padding-left: calc(var(--bs-gutter-x) * .5); }
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 220px);
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}


#participantes h2 em {
  color: #b68856;
}
.catalog-summary { color: var(--brown); }
.catalog-price-note {
  display: block;
  margin-top: .65rem;
  padding: .65rem .8rem;
  border-left: 3px solid var(--wine);
  color: var(--brown);
  background: rgba(182, 136, 86, .12);
  font-weight: 700;
  line-height: 1.45;
}
.catalog-clear { font-weight: 700; }
.catalog-search, .catalog-sort {
  display: grid;
  gap: .35rem;
  margin: 0;
  color: var(--brown);
  font-size: .9rem;
  font-weight: 700;
}

.catalog-search input,
.catalog-sort select,
.form-control,
.form-select {
  min-height: var(--touch);
  border-color: var(--line);
  border-radius: 999px;
}

.catalog-search input:focus,
.catalog-sort select:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 .2rem rgba(139, 30, 63, .15);
}

.filters {
  justify-content: flex-end;
  gap: .45rem;
}

.filters.btn-group { display: flex; }
.filters .btn,
.btn { min-height: var(--touch); }
.filters .btn {
  border-radius: 999px !important;
  margin: 0 !important;
}
.filters .btn.active {
  background: var(--dark);
  color: #fff;
}

.prato-col { min-width: 0; }

.prato-card {
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.prato-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.card-image {
  position: relative;
  height: clamp(220px, 28vw, 280px);
  overflow: hidden;
  background: linear-gradient(135deg, var(--cream-strong), #fff);
}

.card-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.card-image-link:focus-visible {
  outline: 3px solid #d4aa76;
  outline-offset: -4px;
}

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

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

.favorite {
  min-width: var(--touch);
  min-height: var(--touch);
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--wine);
  font-size: 1.15rem;
  line-height: 1;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .16);
}

.card-image .favorite {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  width: var(--touch);
  height: var(--touch);
  border-radius: 50%;
  font-size: 1.5rem;
}

.favorite.marked { background: var(--wine); color: #fff; }
.favorite:focus-visible,
.btn:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(217, 163, 39, .8);
  outline-offset: 3px;
}

.card-body {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 1.35rem;
}

.card-body small { color: var(--brown); font-weight: 700; }
.card-body h3 { font-size: clamp(1.55rem, 3vw, 1.9rem); line-height: 1.05; }
.card-body h4 { font-size: 1rem; color: var(--brown); }
.card-body p { color: #4f403a; }
.card-body .d-flex { margin-top: auto !important; gap: 1rem; }
.card-body a {
  display: inline-flex;
  min-height: var(--touch);
  align-items: center;
  color: var(--wine);
  font-weight: 700;
}

.btn-wine {
  background: var(--wine);
  color: #fff;
  border-color: var(--wine);
}
.btn-wine:hover { background: var(--wine-dark); color: #fff; }

.vote-section { background: #f0e6d8; }
.vote-section > .container > .row { align-items: stretch !important; }
.vote-section > .container > .row > .col-lg-6:first-child { display: flex; }

.vote-photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vote-photo,
.detail-image {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: var(--radius-md);
}
.vote-section .vote-photo {
  height: 100%;
  max-height: none;
}

.vote-seal {
  position: absolute;
  top: clamp(1.75rem, 4vw, 3.4rem);
  right: clamp(1.35rem, 3.4vw, 2.6rem);
  width: clamp(104px, 10vw, 138px);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: 1.24;
  transform: rotate(6deg);
  box-shadow: 0 18px 42px rgba(49, 18, 13, .18);
}

.vote-section h2 em {
  color: #b68856;
}
.vote-section .btn-wine {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.steps { list-style: none; padding: 0; }
.steps li {
  display: flex;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccb9a5;
}
.steps li > b { font: 2rem Georgia, serif; color: var(--wine); }
.vote-notice {
  max-width: 620px;
  margin: 1.25rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--wine);
  color: #4d3932;
  font-size: .95rem;
  line-height: 1.55;
}
.vote-notice strong { color: var(--wine); }
@media (max-width: 991px) {
  .vote-section > .container > .row > .col-lg-6:first-child { display: block; }
  .vote-photo-wrap { height: auto; }
  .vote-section .vote-photo { height: auto; max-height: 650px; }
}

.route-call {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2rem, 4vw, 3.25rem);
  background: #74102d;
  color: #fff;
}

.route-call-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.route-call-cities {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
}

.route-call-cities img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 1rem rgba(31, 0, 10, .28));
}

.route-call h2 {
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: clamp(3.7rem, 6.4vw, 6.2rem);
  line-height: .94;
  letter-spacing: -.052em;
}

.route-call h2 em {
  display: inline-block;
  color: #b48655;
  font-weight: 400;
}

.route-call-lead {
  max-width: 720px;
  margin: 0 0 1.15rem;
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 700;
  line-height: 1.55;
}

.route-call-cta {
  display: inline-flex;
  align-items: center;
  gap: 2.1rem;
  margin-top: 0;
  padding: 1.05rem 1.45rem;
  color: var(--wine);
  background: #fffaf4;
  font-weight: 900;
  text-decoration: none;
}

.route-call-cta:hover,
.route-call-cta:focus {
  color: var(--wine-dark);
  background: #fff;
}

.route-city-grid {
  margin-top: clamp(2.5rem, 4.5vw, 3.75rem);
  border-top: 1px solid rgba(255, 255, 255, .34);
}

.route-call article {
  height: 100%;
  min-height: clamp(235px, 23vw, 290px);
  padding: clamp(2rem, 3.2vw, 2.8rem);
  border-right: 1px solid rgba(60, 3, 24, .58);
  background: #86163a;
}

.route-city-grid > [class*="col-"]:first-child article {
  border-left: 0;
}

.route-city-grid > [class*="col-"]:last-child article {
  border-right: 0;
}

.route-call article small {
  display: block;
  margin-bottom: clamp(2.2rem, 4.8vw, 3.7rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .7rem;
  font-weight: 800;
}

.route-call article h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.1rem, 3.2vw, 2.9rem);
  line-height: 1;
}

.route-call article h3 a {
  display: inline-flex;
  min-height: var(--touch);
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.route-call article h3 a:hover,
.route-call article h3 a:focus {
  text-decoration: underline;
  text-underline-offset: .16em;
}

.route-call article p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 1rem;
  line-height: 1.55;
}


@media (max-width: 767px) {
.route-call-intro {
    grid-template-columns: 1fr;
  }

.route-call-cities {
    width: min(100%, 440px);
    margin-top: .5rem;
  }

.route-call h2 {
    font-size: clamp(3.45rem, 16vw, 4.7rem);
  }

  .route-city-grid {
    margin-top: 3rem;
  }

  .route-call article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(60, 3, 24, .58);
  }

  .route-city-grid > [class*="col-"]:last-child article {
    border-bottom: 0;
  }

  .route-call article small {
    margin-bottom: 2rem;
  }
}
.regulation {
  background: #981b42;
  color: #fff;
}

.regulation-row {
  row-gap: 2.5rem;
}

.regulation .kicker {
  margin-bottom: 1.55rem;
  color: #fff;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 900;
}

.regulation h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 6.2vw, 6rem);
  line-height: .82;
  letter-spacing: -.052em;
}

.regulation h2 em {
  color: #b08453;
  font-weight: 400;
}

.regulation-copy {
  color: #fff;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 700;
  line-height: 1.7;
}

.regulation-copy p {
  max-width: 520px;
  margin: 0 0 .55rem;
}

.regulation-cta {
  display: inline-flex;
  align-items: center;
  gap: 2.3rem;
  margin-top: .15rem;
  padding: 1.05rem 1.45rem;
  color: var(--wine);
  background: #fffaf4;
  font-weight: 900;
  text-decoration: none;
}

.regulation-cta:hover,
.regulation-cta:focus {
  color: var(--wine-dark);
  background: #fff;
}

@media (max-width: 767px) {
.regulation h2 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
  }
}


.results-preview {
  background: #eadfce;
}

.results-preview .container {
  max-width: 980px;
}

.results-preview .kicker {
  margin-bottom: 1.1rem;
  color: var(--wine);
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 900;
}

.results-preview h2 {
  margin: 0 auto;
  color: #281918;
  font-size: clamp(3.5rem, 6.4vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.052em;
}

.results-preview h2 em {
  color: #b08453;
  font-weight: 400;
}

.results-preview-lead {
  max-width: 760px;
  margin: 1.4rem auto 0;
  color: #070403;
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  line-height: 1.65;
}

.results-card.locked {
  max-width: 790px;
  min-height: 114px;
  margin: clamp(2.6rem, 5vw, 3.2rem) auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.85rem;
  border: 1px solid #d9c9b7;
  border-radius: 0;
  background: #fffdf9;
  color: #120b0a;
  text-align: left;
}

.results-card > span {
  width: 1.05rem;
  flex: 0 0 auto;
  color: #120b0a;
  line-height: 1;
}

.results-card b {
  display: block;
  margin-bottom: .45rem;
  color: #120b0a;
  font-size: 1rem;
}

.results-card small {
  color: #6f625c;
  font-size: .9rem;
}

@media (max-width: 767px) {
.results-preview h2 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
    line-height: 1;
  }

  .results-card.locked {
    align-items: flex-start;
    padding: 1.25rem;
  }
}
.locked,
.empty-state {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cdbda9;
  border-radius: var(--radius-md);
  background: #f1e7dc;
}

.empty-state[hidden] { display: none !important; }


.join-section {
  background: #f4eee3;
}

.join-section .container {
  max-width: 1040px;
}

.join-section .kicker {
  margin-bottom: 1.25rem;
  color: var(--wine);
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 900;
}

.join-section h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #281918;
  font-size: clamp(3.5rem, 5.9vw, 5.8rem);
  line-height: .84;
  letter-spacing: -.052em;
}

.join-section h2 em {
  color: #b58755;
  font-weight: 400;
}

.join-section p:not(.kicker) {
  max-width: 720px;
  margin: 1.55rem auto 0;
  color: #070403;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.65;
}

.join-cta {
  display: inline-flex;
  align-items: center;
  gap: 2.1rem;
  margin-top: 2.25rem;
  padding: 1.05rem 1.45rem;
  color: #fff;
  background: var(--wine);
  font-weight: 900;
  text-decoration: none;
}

.join-cta:hover,
.join-cta:focus {
  color: #fff;
  background: var(--wine-dark);
}

@media (max-width: 767px) {
.join-section h2 {
    font-size: clamp(3rem, 14vw, 4.55rem);
  }
}
.partners {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #100c0b url('../images/banner-principal.jpg') center 48% / cover no-repeat;
}

.partners::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(7, 7, 12, .32) 0%, rgba(7, 7, 12, .48) 48%, rgba(7, 7, 12, .68) 100%);
}

.partners .container {
  max-width: 1500px;
}

.partners .kicker {
  margin-bottom: 1.65rem;
  color: #fff;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 900;
}

.partners h2 {
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  color: #fff;
  text-align: center;
  font-size: clamp(3.2rem, 5.1vw, 5.1rem);
  line-height: .9;
  letter-spacing: -.045em;
}

.partners-board {
  display: grid;
  grid-template-columns: 1.5fr 1fr .65fr;
  min-height: 265px;
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(255, 253, 249, .92);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .24);
  backdrop-filter: blur(4px);
}

.partners-strip {
  width: 100%;
  padding: clamp(1rem, 2.5vw, 2rem) 0;
}

.partners-strip img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
  margin: 0 auto;
  object-fit: contain;
}

.partners-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.3rem);
  text-align: center;
  border-right: 1px solid #dacbb8;
}

.partners-cell:last-child {
  border-right: 0;
}

.partners-cell small {
  display: block;
  margin-bottom: clamp(2.2rem, 4vw, 4rem);
  color: #6f625c;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .62rem;
}

.partners-logo-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.7rem, 3vw, 2.65rem);
}

.logo-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  color: #0f4a7f;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
  font-weight: 900;
  line-height: .9;
  white-space: nowrap;
}

.logo-wordmark span {
  display: block;
  margin-bottom: .22rem;
  letter-spacing: .18em;
  font-size: .62rem;
  font-weight: 800;
}

.partner-logo {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 72px;
  object-fit: contain;
}

.logo-prepara {
  color: #e85f1c;
  font-size: clamp(1.45rem, 2vw, 1.82rem);
}

.logo-sebrae {
  color: #1a66a5;
  font-size: clamp(1.45rem, 2vw, 1.82rem);
}

.support-logo {
  display: block;
  width: min(150px, 64%);
  max-width: 155px;
  margin: 0 auto;
}


@media (max-width: 991px) {
  .partners-board {
    grid-template-columns: 1fr;
  }

  .partners-cell {
    border-right: 0;
    border-bottom: 1px solid #dacbb8;
  }

  .partners-cell:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .partners-logo-row {
    flex-direction: column;
  }

  .partners h2 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .partners-strip {
    overflow-x: auto;
  }

  .partners-strip img {
    width: 720px;
    max-width: none;
    max-height: 92px;
    object-position: left center;
  }
}

footer { background: #000009; color: #dccfc8; }
footer a { color: #fff; }
.footer-logo {
  display: block;
  width: min(230px, 100%);
  height: auto;
  margin-bottom: 1rem;
}

.modal-content { border: 0; border-radius: var(--radius-md); }
.modal-header,
.modal-body,
.modal-footer { padding: clamp(1.25rem, 3vw, 2rem); }
.success-icon { font-size: 4rem; color: #198754; }

.map {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
}


.map .leaflet-container,
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.wine-map-marker {
  background: transparent;
  border: 0;
}

.wine-map-marker span {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--wine);
  box-shadow: 0 10px 24px rgba(49, 18, 13, .32);
  transform: rotate(-45deg);
}

.wine-map-marker span::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fffaf4;
  box-shadow: inset 0 0 0 3px var(--wine-dark);
}

.leaflet-control-zoom a {
  width: var(--touch) !important;
  height: var(--touch) !important;
  line-height: var(--touch) !important;
}

.route-item {
  display: flex;
  height: 100%;
  gap: 1.25rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}
.route-item img {
  width: 180px;
  min-height: 150px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.regulation-text h3 {
  margin-top: 1.5rem;
  color: var(--wine);
  font: 1.4rem Georgia, serif;
}

@media (max-width: 1199px) {
  .catalog-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding: 1rem 0 .5rem;
  }

  .navbar .nav-link,
  .navbar .btn {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-date {
    width: min(100%, 420px);
    margin-left: 0;
    justify-self: start;
  }

  .hero-date p { text-align: left; }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .filters { justify-content: flex-start; }
}

@media (max-width: 767px) {
  .catalog-toolbar {
    gap: .85rem;
  }

  .filters.btn-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }

  .filters .btn {
    width: 100%;
    padding-inline: .75rem;
  }


.hero {
    min-height: 720px;
    background-position: 58% center;
  }

  .hero-content {
    padding-top: 8.5rem;
    padding-bottom: 2.4rem;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 18vw, 5.15rem);
    line-height: .86;
  }

  .hero .lead {
    margin: 1.35rem 0 1.65rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero .kicker {
    max-width: 310px;
    line-height: 1.7;
    letter-spacing: .2em;
    font-size: .68rem;
  }

  .hero-date {
    max-width: 100%;
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .hero-date-row { gap: 1rem; }
  .hero-date p { font-size: .72rem; letter-spacing: .12em; }
  .countdown span { min-width: 66px; }
  .countdown b { font-size: 1.6rem; }
  .card-body { min-height: auto; }
  .info-grid { grid-template-columns: 1fr; }
  .participant-photo figcaption { position: static; margin-top: .75rem; border-radius: var(--radius-sm); }
  .steps li { gap: .9rem; }
  .route-item { display: block; }
  .route-item img { width: 100%; height: 180px; margin-bottom: 1rem; }
  .modal-dialog { margin: .75rem; }
}

@media (max-width: 420px) {
  .brand strong { font-size: 1.35rem; }
  .brand { font-size: .95rem; }
  .hero { min-height: 690px; }
  .hero h1 { font-size: clamp(3.3rem, 18vw, 4.45rem); }
  .hero .btn { width: 100%; margin-bottom: .65rem; gap: 1.5rem; }
  .hero-date-row { grid-template-columns: 1fr auto 1fr; gap: .8rem; }
  .card-body .d-flex { flex-direction: column; align-items: flex-start !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .glass, .partners, footer, .btn, .favorite, .catalog-toolbar, .route-actions, .route-remove { display: none !important; }
  .page-top { padding-top: 0; }
  .map { height: 350px; }
  .route-item, .route-group, .prato-card { break-inside: avoid; box-shadow: none; }
}
/* Refinamento visual dos cards da página Como votar */
.voting-steps li {
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: center;
  min-height: 142px;
  padding: clamp(1.45rem, 3vw, 2.15rem) clamp(1.35rem, 3vw, 2.25rem);
  padding-right: clamp(4.5rem, 9vw, 7rem);
}

.voting-steps li::before {
  width: 5px;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.voting-steps li::after {
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: 50%;
  width: clamp(4.5rem, 8vw, 6.5rem);
  transform: translateY(50%);
  border-radius: 0;
  opacity: .13;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.voting-steps li:nth-child(1)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%238b1e3f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='50' cy='50' r='27'/%3E%3Ccircle cx='50' cy='50' r='15'/%3E%3Cpath d='M15 17v28M9 17v18c0 7 3 11 6 11s6-4 6-11V17M15 46v38M85 17c-8 9-10 22-10 38h10V17Zm0 0v67'/%3E%3C/g%3E%3C/svg%3E");
}

.voting-steps li:nth-child(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%238b1e3f' stroke-width='5'%3E%3Cpath d='M10 10h28v28H10zM19 19h10v10H19zM62 10h28v28H62zM71 19h10v10H71zM10 62h28v28H10zM19 71h10v10H19zM58 58h12v12H58zM78 58h12v20H78zM58 78h20v12H58zM82 82h8v8h-8z'/%3E%3C/g%3E%3C/svg%3E");
}

.voting-steps li:nth-child(3)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%238b1e3f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 18h36M38 12h24v12H38zM25 20h50v68H25z'/%3E%3Cpath d='m36 55 10 10 21-25' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E");
}

.voting-steps li > b {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.35rem;
  width: auto;
  height: auto;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: rgba(139, 30, 63, .09);
  color: var(--wine);
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .12em;
}

.voting-step-icon {
  width: 3.8rem;
  min-width: 3.8rem;
  height: 3.8rem;
  min-height: 3.8rem;
  border: 1px solid rgba(139, 30, 63, .12);
  border-radius: 50%;
  transform: none;
  background: #f1c5d4;
  color: var(--wine);
  box-shadow: 0 12px 24px rgba(139, 30, 63, .10);
}

.voting-step-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voting-step-icon svg path:first-child:not(.voting-step-check) {
  fill: none;
}

.voting-step-icon .voting-step-check {
  stroke-width: 2.5;
}

.voting-steps h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
}

@media (max-width: 767.98px) {
  .voting-steps li {
    grid-template-columns: 3.6rem minmax(0, 1fr);
    padding: 1.35rem;
    padding-top: 2.65rem;
  }

  .voting-steps li::after {
    display: none;
  }

  .voting-steps li > b {
    top: 1rem;
    left: 1.35rem;
    right: auto;
  }

  .voting-step-icon {
    grid-column: auto;
    width: 3.25rem;
    min-width: 3.25rem;
    height: 3.25rem;
    min-height: 3.25rem;
    font-size: 1.25rem;
  }

  .voting-steps li > div {
    grid-column: auto;
  }

  .voting-steps h2 {
    font-size: clamp(1.65rem, 8vw, 2.1rem);
  }
}
.form-alert{margin-top:1rem;padding:.9rem 1rem;border:1px solid rgba(155,27,70,.35);background:#fff5f7;color:#8b123b;border-radius:.45rem;font-weight:700}

.form-alert--error:focus{outline:3px solid rgba(155,27,70,.28);outline-offset:2px}

/* Hero no formato de cartaz da campanha. */
.hero {
  min-height: auto;
  display: flex;
  color: #f7eee0;
  background:
    linear-gradient(180deg, rgba(0, 0, 9, .9) 0%, rgba(0, 0, 9, .35) 30%, rgba(0, 0, 9, .05) 52%, rgba(0, 0, 9, .96) 100%),
    url('../images/banner-principal.jpg') center/cover;
}

.hero::after { display: none; }

.hero-poster {
  position: relative;
  z-index: 1;
  min-height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 112px;
  padding-bottom: 30px;
}

.hero-main {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
}

.hero-poster .hero-copy { max-width: 690px; }
.hero-poster .hero-copy h1 {
  font-size: clamp(3.6rem, 5.4vw, 5.8rem);
  line-height: .94;
}
.hero-poster .hero-actions { margin-top: 1.8rem; }
.hero-poster .hero-copy .lead { margin-bottom: 1.8rem; }
.hero-identity {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-year { display: block; margin-bottom: 1rem; font-weight: 700; }
.hero-identity p { margin-bottom: 1rem; font-size: 1rem; font-weight: 600; }
.hero-identity > img { width: min(520px, 100%); max-height: 390px; object-fit: contain; }

.hero-bottom {
  width: 100%;
  display: block;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 0;
  border-top: 0;
}

.hero-period {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: .9;
  white-space: nowrap;
}

.hero-period small { font-size: .55em; }
.hero-cities { display: block; margin-bottom: .7rem; font-size: 1rem; }
.hero-cities i { padding: 0 .25rem; font-style: normal; }
.hero-message { display: grid; gap: .45rem; font-size: 1rem; }
.hero-message span { font-weight: 600; }

@keyframes home-hero-reveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-motion-ready .hero#inicio .hero-copy,
.home-motion-ready .hero#inicio .hero-identity,
.home-motion-ready .hero#inicio .hero-bottom {
  opacity: 0;
  animation: home-hero-reveal .85s cubic-bezier(.22, 1, .36, 1) forwards;
}

.home-motion-ready .hero#inicio .hero-identity { animation-delay: .16s; }
.home-motion-ready .hero#inicio .hero-bottom { animation-delay: .3s; }

.home-motion-ready .home-reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(3px);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1) var(--home-reveal-delay, 0ms),
    transform .72s cubic-bezier(.22, 1, .36, 1) var(--home-reveal-delay, 0ms),
    filter .72s ease var(--home-reveal-delay, 0ms);
}

.home-motion-ready .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .home-motion-ready .hero#inicio .hero-copy,
  .home-motion-ready .hero#inicio .hero-identity,
  .home-motion-ready .hero#inicio .hero-bottom,
  .home-motion-ready .home-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
    transition: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero, .hero-poster { min-height: 1050px; }
  .hero-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-identity > img { width: min(390px, 70vw); }
}

@media (max-width: 767.98px) {
  .hero, .hero-poster { min-height: auto; }
  .hero-poster { padding-top: 105px; padding-bottom: 22px; }
  .hero-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-poster .hero-copy { text-align: left; }
  .hero-poster .hero-copy h1 { font-size: clamp(2.9rem, 14vw, 3.9rem); }
  .hero-identity > img { width: min(310px, 80vw); }
  .hero-bottom { margin-top: 2.5rem; text-align: center; }
  .hero-period { white-space: normal; }
  .hero-message { font-size: .88rem; }
}

/* Escala tipográfica uniforme para títulos em telas pequenas. */
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: clamp(2.5rem, 11vw, 3.4rem) !important;
  }

  .hero .kicker {
    max-width: 310px;
    line-height: 1.7;
    letter-spacing: .2em;
    font-size: .59rem;
  }
}
