:root {
  --sky: #93dcd5;
  --sky-dark: #4da8d8;
  --navy: #063969;
  --navy-dark: #041f3a;
  --yellow: #ffb600;
  --yellow-dark: #d99a00;
  --green: #4c922d;
  --red: #cc1717;
  --red-dark: #9e1010;
  --white: #fff;
  --off-white: #f0f8ff;
}
*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Alumni Sans',sans-serif;
  background: var(--sky);
  color: #0a0a0a;
  overflow-x: hidden;
}

/* GRAIN OVERLAY */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: .45;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  height: 68px;
  background: rgba(4,31,58,.93);
  backdrop-filter: blur(14px);
  border-bottom: 4px solid var(--yellow);
  transition: height .3s;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-badge {
  background: var(--red);
  color: #fff;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.nav-badge small {
  display: block;
  font-size: 9px;
  letter-spacing: .12em;
  font-weight: 700;
}
.nav-title {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  font-size: 21px;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1;
}
.nav-title em {
  color: var(--red);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--yellow);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  flex: 0 0 auto;
}
.nav-toggle span {
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: var(--navy);
  transition: transform .2s ease,opacity .2s ease;
}
.nav-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.nav-links a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-family: 'Alumni Sans',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover {
  color: var(--yellow);
}
.nav-cardapio {
  color: var(--yellow)!important;
  padding: 7px 16px!important;
  border: 2px solid rgba(255,182,0,.75);
  border-radius: 3px;
  font-weight: 800!important;
}
.nav-cardapio:hover {
  background: var(--yellow);
  color: var(--navy)!important;
}
.nav-cta {
  background: var(--yellow)!important;
  color: var(--navy)!important;
  padding: 8px 20px!important;
  border-radius: 3px;
  font-weight: 800!important;
}
.nav-cta:hover {
  background: var(--yellow-dark)!important;
  color: var(--navy)!important;
}

/* HERO */
#hero {
  min-height: 100vh;
  background-color: var(--sky);
  background-image: url('img/fundocenario-optimized.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 68px;
  overflow: hidden;
  isolation: isolate;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(6,57,105,.46) 0%,rgba(6,57,105,.24) 26%,rgba(6,57,105,.06) 48%,rgba(6,57,105,0) 68%),     linear-gradient(0deg,rgba(6,57,105,.34) 0%,rgba(6,57,105,0) 32%);
}
.hero-character {
  position: absolute;
  z-index: 2;
  right: 6%;
  bottom: 2vh;
  width: min(58vw,820px);
  height: auto;
  max-height: calc(100vh - 68px);
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
}

/* Wave wrapper clips only the wave, not the clouds */
.hero-wave-wrap {
  position: absolute;
  z-index: 5;
  bottom: -2px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 62px;
}
.hero-wave {
  width: 100%;
  height: 62px;
  display: block;
}
.hero-content {
  position: relative;
  z-index: 10;
  padding: 0 clamp(1.5rem,5vw,5rem);
  max-width: 640px;
}
.hero-jp {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: rgba(204,23,23,.9);
  border-radius: 4px;
  text-shadow: 1px 1px 0 rgba(6,57,105,.35);
  box-shadow: 2px 2px 0 rgba(6,57,105,.22);
  animation: fadeUp .8s ease both;
}
.hero-edition {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(24px,3.5vw,42px);
  color: var(--red);
  line-height: 1;
  display: block;
  animation: fadeUp .8s ease .1s both;
}
.hero-title {
  font-family: 'Teko',sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(52px,8.4vw,124px);
  color: #fff;
  line-height: .87;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 rgba(6,57,105,.35);
  display: block;
  animation: fadeUp .8s ease .2s both;
}
.hero-name-svg {
  display: block;
  width: clamp(380px,56vw,720px);
  max-width: 100%;
  height: auto;
  margin: 0;
  animation: fadeUp .8s ease .25s both;
}
.hero-sub {
  font-family: 'Dancing Script',cursive;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(28px,4vw,58px);
  color: var(--red);
  display: block;
  line-height: 1;
  margin-top: -4px;
  animation: fadeUp .8s ease .3s both;
}
.hero-edition,.hero-title,.hero-sub {
  display: none;
}
.hero-divider {
  width: 90px;
  height: 6px;
  background: var(--yellow);
  margin: -4rem 0 .8rem;
  border-radius: 3px;
  animation: fadeUp .8s ease .4s both;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0;
  animation: fadeUp .8s ease .5s both;
}
.hm-item {
  padding: 12px 22px 12px 0;
  border-right: 2px solid rgba(255,255,255,.3);
  margin-right: 22px;
}
.hm-item:last-child {
  border-right: none;
}
.hm-label {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--yellow);
  display: block;
  margin-bottom: 4px;
  text-shadow: 1px 1px 0 rgba(6,57,105,.55);
}
.hm-val {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-weight: 750;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  line-height: 1.25;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.2rem;
  flex-wrap: wrap;
  animation: fadeUp .8s ease .65s both;
}
.btn-p {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--yellow);
  color: var(--navy);
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--navy);
  transition: all .2s ease;
}
.btn-p:hover {
  transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 var(--navy);
}
.btn-s {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--red);
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: 4px 4px 0 var(--navy);
  transition: all .2s ease;
}
.btn-s:hover {
  transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 var(--navy);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width: 1200px) and (min-width: 901px) {
  .hero-character {
    right: -2%;
    bottom: 2vh;
    width: min(64vw,740px);
  }
  .hero-content {
    max-width: 560px;
  }
  .hero-title {
    font-size: clamp(50px,7.2vw,94px);
  }
  .hero-name-svg {
    width: clamp(360px,54vw,640px);
  }
}

/* COLOR STRIPE */
.stripe {
  display: flex;
  height: 10px;
}
.stripe>div {
  flex: 1;
}

/* Stripe abaixo da foto na seção Sobre */
#sobre .stripe {
  height: 18px;
  gap: 3px;
  background: rgba(0,0,0,.55);
}
#sobre .stripe>div {
  position: relative;
  overflow: hidden;
}
#sobre .stripe>div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: rgba(255,255,255,.18);
  pointer-events: none;
}

/* SECTIONS common */
.sec-tag {
  display: inline-block;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.tag-y {
  background: var(--yellow);
  color: var(--navy);
}
.tag-r {
  background: var(--red);
  color: #fff;
}
.tag-s {
  background: var(--sky);
  color: var(--navy);
}
.tag-w {
  background: #fff;
  color: var(--navy);
}
.sec-title {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(38px,5vw,66px);
  line-height: .9;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.sec-title.light {
  color: #fff;
}
.sec-title.light em {
  color: var(--yellow);
  font-style: italic;
}
.sec-title.dark {
  color: var(--navy);
}
.sec-title.dark em {
  color: var(--red);
  font-style: italic;
}
.sec-body {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: .9rem;
}
.sec-body.light {
  color: rgba(255,255,255,.72);
}
.sec-body.dark {
  color: #555;
}

/* SOBRE */
#sobre {
  background: var(--navy);
  padding: 100px 4rem;
  position: relative;
  overflow: hidden;
}
#sobre::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--yellow);
}
.sobre-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
  margin-top: 2.5rem;
}
.stat {
  padding: 1.8rem 1.2rem;
  text-align: center;
}
.stat:nth-child(1) {
  background: var(--yellow);
}
.stat:nth-child(2) {
  background: var(--sky);
}
.stat:nth-child(3) {
  background: var(--red);
}
.stat-n {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
  display: block;
  color: var(--navy);
}
.stat:nth-child(3) .stat-n {
  color: #fff;
}
.stat-l {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.stat:nth-child(3) .stat-l {
  color: rgba(255,255,255,.85);
}

/* Visual box */
.vis-box {
  background: var(--sky);
  border-radius: 4px;
  aspect-ratio: 5/6;
  width: min(100%,84vh);
  max-height: calc(100vh - 90px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 0 rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.08);
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vis-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(4,31,58,.65) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.vis-box::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 3px solid var(--yellow);
  border-radius: inherit;
  pointer-events: none;
}
.vis-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  z-index: 1;
}
.vis-text {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(44px,5vw,72px);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: .88;
  position: relative;
  z-index: 1;
  text-shadow: 4px 4px 0 rgba(6,57,105,.4);
}
.vis-text em {
  color: var(--yellow);
  font-style: italic;
  display: block;
}
.vis-badge {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(204,23,23,.5);
  border: 4px solid #fff;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  text-align: center;
}
.vis-badge .vbn {
  font-size: 36px;
  line-height: 1;
}
.vis-badge .vbs {
  font-size: 10px;
  letter-spacing: .1em;
  opacity: .9;
}

/* PROGRAMACAO */
#programacao {
  background: var(--sky);
  padding: 100px 4rem;
  position: relative;
  overflow: hidden;
}
.prog-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.prog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.day-tabs {
  display: flex;
  gap: 3px;
}
.dtab {
  padding: 11px 20px;
  background: rgba(6,57,105,.12);
  color: var(--navy);
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: all .2s;
}
.dtab.active {
  background: var(--navy);
  color: var(--yellow);
  border-color: var(--navy);
}
.dtab:hover:not(.active) {
  border-color: var(--navy);
}
.sgrid {
  display: none;
  grid-template-columns: repeat(2,1fr);
  gap: 3px;
}
.sgrid.active {
  display: grid;
}
.sitem {
  background: var(--navy);
  padding: 1.8rem;
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  transition: background .2s;
}
.sitem:hover {
  background: var(--navy-dark);
}
.stime {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 28px;
  color: var(--yellow);
  min-width: 65px;
  line-height: 1;
  flex-shrink: 0;
}
.stime small {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,.4);
  font-weight: 600;
  letter-spacing: .1em;
  margin-top: 3px;
}
.sname {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 5px;
}
.sdesc {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
}
.stag {
  display: inline-block;
  margin-top: 9px;
  padding: 3px 10px;
  border-radius: 2px;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
}
.stag.y {
  background: var(--yellow);
  color: var(--navy);
}
.stag.g {
  background: var(--green);
  color: #fff;
}
.stag.s {
  background: var(--sky);
  color: var(--navy);
}

/* PROGRAMACAO — Em Breve */
.prog-em-breve {
  text-align: center;
  padding: 5rem 2rem;
  border: 2px dashed rgba(6,57,105,.2);
  border-radius: 6px;
}
.prog-eb-jp {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 13px;
  color: var(--navy);
  letter-spacing: .2em;
  display: block;
  margin-bottom: 1rem;
  opacity: .5;
}
.prog-eb-title {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(52px,7vw,88px);
  color: rgba(6,57,105,.15);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.2rem;
  letter-spacing: .04em;
}
.prog-eb-desc {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 18px;
  color: rgba(6,57,105,.6);
  line-height: 1.7;
}

/* ATRACOES */
#atracoes {
  background: var(--off-white);
  padding: 100px 4rem;
}
.atr-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.atr-head {
  margin-bottom: 3rem;
}
.atr-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3px;
}
.atr-card {
  background: #fff;
  padding: 2.2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: all .25s;
  cursor: default;
}
.atr-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  bottom: 0;
  background: var(--sky);
  transition: width .25s;
}
.atr-card:nth-child(3n+2)::before {
  background: var(--yellow);
}
.atr-card:nth-child(3n+3)::before {
  background: var(--red);
}
.atr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(6,57,105,.13);
}
.atr-card:hover::before {
  width: 8px;
}
.atr-icon {
  font-size: 38px;
  margin-bottom: .9rem;
  display: block;
}
.atr-name {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 23px;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 7px;
}
.atr-desc {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.atr-detail {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: var(--sky-dark);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: .9rem;
  display: block;
}

/* GASTRONOMIA */
#gastronomia {
  background: var(--navy);
  padding: 100px 4rem;
  position: relative;
  overflow: hidden;
}
#gastronomia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg,var(--green) 33%,var(--yellow) 33% 66%,var(--red) 66%);
}
.gastro-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.gastro-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3rem;
}
.cardapio-highlight {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin: 0 0 3rem;
  padding: 2rem;
  background: rgba(255,255,255,.08);
  border-left: 7px solid var(--yellow);
  box-shadow: 8px 8px 0 rgba(0,0,0,.22);
}
.cardapio-kicker {
  display: inline-block;
  margin-bottom: .55rem;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--yellow);
}
.cardapio-copy h3 {
  margin-bottom: .45rem;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px,3.6vw,46px);
  line-height: .9;
  text-transform: uppercase;
  color: #fff;
}
.cardapio-copy p {
  max-width: 620px;
  font-family: 'Alumni Sans',sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,.68);
}
.cardapio-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 4px;
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 4px 4px 0 var(--red);
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease,box-shadow .2s ease;
}
.cardapio-cta:hover {
  transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 var(--red);
}
.gastro-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 3px;
}
.gitem {
  background: rgba(255,255,255,.06);
  padding: 1.8rem 1.2rem;
  text-align: center;
  transition: background .2s;
}
.gitem:hover {
  background: rgba(255,255,255,.12);
}
.gemoji {
  font-size: 40px;
  display: block;
  margin-bottom: .9rem;
}
.gname {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gjp {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 12px;
  color: var(--yellow);
  display: block;
  margin-bottom: 7px;
}
.gdesc {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
}

/* APOIO INSTITUCIONAL */
#apoio {
  background: #fefefe;
  padding: 90px 4rem;
  position: relative;
  overflow: hidden;
}
#apoio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg,var(--red) 33%,var(--yellow) 33% 66%,var(--green) 66%);
}
.apoio-wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.apoio-head {
  display: grid;
  grid-template-columns: minmax(260px,420px) 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.4rem;
}
.apoio-regua {
  margin: 0 calc(clamp(0px,4vw,48px) * -1);
}
.apoio-regua img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* TRANSPARENCIA */
#transparencia {
  background: var(--navy);
  padding: 95px 4rem;
  position: relative;
  overflow: hidden;
}
#transparencia::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg,var(--green) 33%,var(--yellow) 33% 66%,var(--red) 66%);
}
.transp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px,420px) 1fr;
  gap: 4rem;
  align-items: center;
}
.transp-copy {
  max-width: 420px;
}
.transp-card {
  background: #fff;
  padding: clamp(12px,2vw,22px);
  border-radius: 4px;
  box-shadow: 10px 10px 0 rgba(0,0,0,.35);
}
.transp-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 620px;
  margin: 0 auto;
  object-fit: contain;
}

/* INGRESSOS */
#ingressos {
  background: var(--sky);
  padding: 100px 4rem;
}
.ingr-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.tkt-cards {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 2rem;
}
.tkt {
  background: var(--navy);
  padding: 1.6rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background .2s;
  position: relative;
}
.tkt:hover {
  background: var(--navy-dark);
}
.tkt.featured {
  background: var(--red);
  border: 3px solid var(--yellow);
}
.tkt.featured::before {
  content: 'MAIS POPULAR';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  color: var(--navy);
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 11px;
  padding: 3px 14px;
  white-space: nowrap;
  letter-spacing: .1em;
  border-radius: 2px;
}
.tkt-name {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tkt-info {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  line-height: 1.4;
}
.tkt-price {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 42px;
  color: var(--yellow);
  line-height: 1;
  text-align: right;
  flex-shrink: 0;
}
.tkt-price span {
  font-size: 19px;
}
.tkt-price small {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.45);
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tkt-note {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,.5);
  margin-top: 1.2rem;
  line-height: 1.7;
}

/* Local */
.local-box {
  background: var(--navy);
  color: #fff;
  padding: 1.6rem;
  border-left: 6px solid var(--yellow);
  margin: 1.5rem 0;
  border-radius: 0 4px 4px 0;
}
.local-box strong {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.local-box p {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
}
.map-box {
  background: var(--navy);
  aspect-ratio: 16/9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
}
.map-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%,#0a4f8a 0%,var(--navy-dark) 100%);
}
.map-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
.map-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-pin {
  font-size: 52px;
  animation: pin-bounce 2s ease-in-out infinite;
}
@keyframes pin-bounce {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.map-lbl {
  background: var(--yellow);
  color: var(--navy);
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 10px;
  letter-spacing: .04em;
}
.map-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 1rem;
  color: var(--navy);
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 3px solid var(--navy);
  transition: gap .2s;
}
.map-cta:hover {
  gap: 10px;
}

/* FOOTER */
footer {
  background: var(--navy-dark);
  padding: 4rem;
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg,var(--red) 33%,var(--yellow) 33% 66%,var(--green) 66%);
}
.foot-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.foot-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  margin-bottom: 0;
}
.foot-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.2rem;
}
.foot-badge {
  background: var(--red);
  color: #fff;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}
.foot-badge small {
  display: block;
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 700;
}
.foot-name {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.foot-name em {
  color: var(--yellow);
}
.foot-tag {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,.45);
  line-height: 1.7;
  max-width: 280px;
}
.social-row {
  display: flex;
  gap: 9px;
  margin-top: 1.4rem;
}
.soc {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-size: 13px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all .2s;
}
.soc:hover {
  background: var(--yellow);
  color: var(--navy);
  border-color: var(--yellow);
}
.foot-col-title {
  font-family: 'Barlow Condensed',sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 1.2rem;
}
.foot-links {
  list-style: none;
}
.foot-links li {
  margin-bottom: 8px;
}
.foot-links a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-family: 'Alumni Sans',sans-serif;
  font-size: 16px;
  transition: color .2s;
}
.foot-links a:hover {
  color: #fff;
}
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.foot-copy {
  font-family: 'Alumni Sans',sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,.35);
}
.foot-copy em {
  color: var(--yellow);
  font-style: normal;
}
.foot-jp {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 19px;
  color: rgba(255,255,255,.1);
  letter-spacing: .1em;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .7s ease,transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.r1 {
  transition-delay: .1s;
}
.r2 {
  transition-delay: .2s;
}
.r3 {
  transition-delay: .3s;
}

/* RESPONSIVE */
@media(max-width: 900px) {
  nav {
    padding: 0 1.5rem;
  }
  .nav-links {
    display: none;
  }
  #sobre,#programacao,#atracoes,#gastronomia,#apoio,#transparencia,#ingressos {
    padding: 70px 2rem;
  }
  footer {
    padding: 3rem 2rem;
  }
  .sobre-grid,.ingr-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .gastro-head {
    grid-template-columns: 1fr;
  }
  .cardapio-highlight {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }
  .cardapio-cta {
    width: fit-content;
  }
  .apoio-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .transp-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .transp-copy {
    max-width: 620px;
  }
  .atr-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .gastro-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .foot-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sgrid {
    grid-template-columns: 1fr;
  }
  #hero {
    min-height: 100svh;
    align-items: flex-end;
    padding: 52vh 0 96px;
    background-position: center top;
    background-size: cover;
    background-image: url('img/backmobile-optimized.jpg');
  }
  #hero::before {
    background: linear-gradient(180deg,rgba(120,202,240,0) 0%,rgba(120,202,240,0) 38%,rgba(120,202,240,.72) 62%,rgba(120,202,240,1) 100%);
  }
  .hero-character {
    right: auto;
    left: 50%;
    bottom: 44%;
    transform: translateX(-54%);
    width: min(88vw,620px);
    max-height: 42vh;
  }
  .hero-content {
    width: 100%;
    max-width: 620px;
    padding: 0 1.5rem;
  }
  .hero-title {
    font-size: clamp(47px,16vw,86px);
    text-shadow: 4px 4px 0 rgba(6,57,105,.38);
  }
  .hero-name-svg {
    width: clamp(360px,94vw,700px);
  }
  .hero-meta {
    gap: 8px 0;
  }
  .hm-item {
    padding: 9px 14px 9px 0;
    margin-right: 14px;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .prog-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media(max-width: 600px) {
  #hero {
    padding-top: 48vh;
    background-size: cover;
    background-position: center 68px;
  }
  .hero-character {
    bottom: 47%;
    transform: translateX(-57%);
    width: min(94vw,520px);
    max-height: 38vh;
  }
  .hero-jp {
    font-size: 12px;
    letter-spacing: .06em;
    margin-bottom: 7px;
    padding: 3px 8px;
  }
  .hero-divider {
    width: 72px;
    height: 5px;
    margin: 1.2rem 0;
  }
  .hero-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
  }
  .hm-item {
    border-right: 0;
    margin-right: 0;
    padding: 0;
  }
  .hm-item:last-child {
    grid-column: 1/-1;
  }
  .hero-actions {
    gap: .75rem;
    margin-top: 1.5rem;
  }
  .hero-name-svg {
    width: min(100%,590px);
  }
  .btn-p,.btn-s {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 13px 12px;
    font-size: 17px;
  }
  .atr-grid {
    grid-template-columns: 1fr;
  }
  .gastro-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cardapio-highlight {
    padding: 1.5rem;
  }
  .cardapio-cta {
    width: 100%;
  }
  .apoio-regua {
    margin: 0;
  }
  .foot-top {
    grid-template-columns: 1fr;
  }
  .day-tabs {
    flex-wrap: wrap;
  }
}

/* Se a tela ficar muito pequena, troca a imagem do hero por uma versão otimizada */
@media(max-width: 420px) {
  #hero {
    background-image: url('img/backmobile-optimized.jpg');
    background-position: center 68px;
    background-size: cover;
    padding-top: 45vh;
  }
  .hero-character {
    bottom: 50%;
    transform: translateX(-58%);
    width: 98vw;
    max-height: 35vh;
  }
  .hero-content {
    padding: 0 1.1rem;
  }
  .hero-name-svg {
    width: 100%;
  }
}
@media(max-width: 768px) {
  html,body {
    overflow-x: hidden;
  }
  nav {
    height: 58px;
    padding: 0 20px;
    border-bottom-width: 4px;
    justify-content: flex-start;
    gap: 10px;
  }
  .nav-logo {
    width: 100%;
    gap: 9px;
  }
  .nav-badge {
    flex: 0 0 auto;
    font-size: 11px;
    padding: 4px 10px;
  }
  .nav-badge small {
    font-size: 8px;
  }
  .nav-title {
    font-size: 18px;
    line-height: .95;
    white-space: nowrap;
  }
  .nav-links {
    display: none;
  }
  #hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    margin-top: 0;
    padding: 58px 0 74px;
    background-image: url('img/backmobile-optimized.jpg');
    background-color: var(--sky);
    background-position: 0px -6px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  #hero::before {
    background: linear-gradient(90deg,rgba(6,57,105,.5) 0%,rgba(6,57,105,.22) 42%,rgba(6,57,105,.06) 72%,rgba(6,57,105,0) 100%),linear-gradient(0deg,rgba(6,57,105,.34) 0%,rgba(6,57,105,0) 34%);
  }
  #hero::after {
    content: none;
  }
  .hero-character {
    display: none;
  }
  .hero-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 0 1.5rem;
    text-align: left;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-jp {
    display: inline-block;
    position: relative;
    top: -42px;
    font-size: clamp(10px,2.8vw,13px);
    letter-spacing: .08em;
    margin-bottom: 7px;
    padding: 3px 8px;
    background: var(--red);
    box-shadow: 2px 2px 0 rgba(4,31,58,.35);
  }
  .hero-edition {
    font-size: clamp(18px,5vw,24px);
  }
  .hero-title {
    font-size: clamp(36px,11.5vw,52px);
    line-height: .86;
    text-shadow: 3px 3px 0 rgba(6,57,105,.45);
  }
  .hero-sub {
    font-size: clamp(23px,7vw,32px);
    margin-top: 0;
  }
  .hero-name-svg {
    position: relative;
    top: -90px;
    z-index: 12;
    display: block;
    width: min(100%,620px);
    max-height: 42svh;
    margin: 0 auto -6px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(5px 5px 0 rgba(6,57,105,.34));
  }
  .hero-divider {
    width: 72px;
    height: 5px;
    margin: 1rem 0 .85rem;
  }
  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }
  .hm-item {
    min-height: 0;
    padding: 9px 16px 9px 0;
    margin: 0 16px 0 0;
    border: 0;
    border-right: 2px solid rgba(255,255,255,.32);
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .hm-item:last-child {
    min-height: 0;
    border-right: 0;
  }
  .hm-label {
    font-size: 10px;
    letter-spacing: .1em;
    margin-bottom: 4px;
  }
  .hm-val {
    font-size: clamp(15px,4.1vw,18px);
    line-height: 1.18;
  }
  .hero-actions {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 1rem 0 0;
    padding: 0;
    flex-wrap: nowrap;
  }
  .btn-p,.btn-s {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding: 9px 8px;
    font-size: clamp(13px,3.5vw,16px);
    border-radius: 6px;
    box-shadow: 3px 3px 0 var(--navy);
    text-align: center;
  }
  .hero-wave-wrap {
    height: 20px;
  }
  .hero-wave {
    height: 20px;
  }
  #hero + .stripe {
    position: relative;
    z-index: 30;
    margin-top: -10px;
  }
}
@media(max-width: 430px) {
  #hero {
    padding: 58px 0 68px;
  }
  .hero-content {
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0 1.15rem;
  }
  .hero-title {
    font-size: clamp(35px,11.2vw,49px);
  }
  .hero-name-svg {
    width: min(100%,540px);
    max-height: 40svh;
  }
  .hm-item {
    padding: 7px 13px 7px 0;
    margin-right: 13px;
  }
  .hero-actions {
    margin-top: 10px;
  }
}
@media(max-width: 390px) {
  #hero {
    padding: 58px 0 60px;
  }
  .hero-title {
    font-size: clamp(34px,10.9vw,45px);
  }
  .hero-sub {
    font-size: clamp(22px,6.8vw,30px);
  }
  .hero-name-svg {
    width: min(100%,500px);
    max-height: 38svh;
    top: -82px;
  }
  .hero-divider {
    margin: 7px 0 9px;
  }
  .hm-item {
    padding: 6px 10px 6px 0;
    margin-right: 10px;
  }
  .hm-val {
    font-size: 14px;
  }
  .btn-p,.btn-s {
    min-height: 43px;
  }
}
@media(max-width: 360px) {
  nav {
    padding: 0 18px;
  }
  .nav-title {
    font-size: 16px;
  }
  #hero {
    padding: 58px 0 54px;
  }
  .hero-content {
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
  }
  .hero-jp {
    font-size: 9px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-name-svg {
    width: min(100%,460px);
    max-height: 36svh;
  }
  .hm-label {
    font-size: 8.5px;
  }
  .hm-val {
    font-size: 13.5px;
  }
  .hero-actions {
    gap: 6px;
    margin-top: 9px;
  }
  .btn-p,.btn-s {
    min-height: 42px;
  }
}
@media(max-width: 900px) {
  nav {
    overflow: visible;
  }
  .nav-logo {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 16px;
    background: rgba(4,31,58,.97);
    border-bottom: 4px solid var(--yellow);
    box-shadow: 0 18px 36px rgba(4,31,58,.28);
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    display: block;
    padding: 13px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav-links a:last-child {
    border-bottom: 0;
  }
  .nav-links .nav-cta {
    margin-top: 10px;
    padding: 11px 16px!important;
    text-align: center;
  }
}
