/* ============================================================
   New Space by New Dog — Landing Page v2
   Identidade: key visual da apresentação oficial (Epifânica & Unimark)
   Tipografia: BERNIER Distressed (display, caps-only) + Seravek (texto)
   ============================================================ */

@font-face {
  font-family: 'Bernier';
  src: url('../fonts/BERNIERDistressedRegular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/Seravek-Light.otf') format('opentype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/Seravek.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/Seravek-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Seravek';
  src: url('../fonts/Seravek-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}

:root {
  --ns-bg: #1b1b1d;
  --ns-bg-alt: #232326;
  --ns-paper: #2a2a2e;
  --ns-red: #e62229;
  --ns-red-dark: #b8151b;
  --ns-text: #f4f1ea;
  --ns-muted: #d9d5cc;
  --ns-dim: #b7b3aa;
  --ns-line: rgba(244, 241, 234, .12);
  --ns-radius: 20px;
  --ns-font-display: 'Bernier', 'Arial Black', sans-serif;
  --ns-font-body: 'Seravek', 'Segoe UI', sans-serif;
  --ns-container: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: hidden; }
body {
  font-family: var(--ns-font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  background: var(--ns-bg);
  color: var(--ns-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.ns-container { max-width: var(--ns-container); margin: 0 auto; padding: 0 24px; }

/* Halftone decorativo (motivo do key visual) */
.ns-section { position: relative; padding: 100px 0; }
.ns-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(244,241,234,.05) 1.2px, transparent 1.2px);
  background-size: 14px 14px;
  -webkit-mask-image: radial-gradient(460px 460px at 100% 0%, #000 0%, transparent 70%);
          mask-image: radial-gradient(460px 460px at 100% 0%, #000 0%, transparent 70%);
  pointer-events: none;
}
.ns-section--alt { background: var(--ns-bg-alt); }
.ns-section--red { background: linear-gradient(160deg, var(--ns-red) 0%, var(--ns-red-dark) 100%); }
.ns-section--red::before { background-image: radial-gradient(rgba(0,0,0,.14) 1.2px, transparent 1.2px); }

/* Seção com foto de fundo */
.ns-section--photo { background: var(--ns-bg); isolation: isolate; }
.ns-section--photo::after {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: center / cover no-repeat fixed;
}
#estrutura::after { background-image: url('../img/bg-lounge.jpg'); }
#locacao::after { background-image: url('../img/bg-festa.jpg');
}
.ns-section--photo::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, var(--ns-bg) 0%, rgba(27,27,29,.72) 16%, rgba(27,27,29,.7) 84%, var(--ns-bg) 100%);
  -webkit-mask-image: none; mask-image: none;
  background-size: auto;
}

/* Quebra diagonal entre seções */
.ns-section--tilt {
  clip-path: polygon(0 2.4vw, 100% 0, 100% calc(100% - 2.4vw), 0 100%);
  padding-top: calc(100px + 2.4vw);
  padding-bottom: calc(100px + 2.4vw);
  margin: -2.4vw 0;
}

/* ===== Tipografia ===== */
.ns-eyebrow {
  font-weight: 700; text-transform: uppercase; letter-spacing: .22em; font-size: .8rem;
  color: var(--ns-red); margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.ns-eyebrow::before { content: ''; width: 34px; height: 3px; border-radius: 2px; background: var(--ns-red); flex-shrink: 0; }
.ns-eyebrow--onred { color: #fff; }
.ns-eyebrow--onred::before { background: #fff; }
.ns-eyebrow.ns-title--center { justify-content: center; }

.ns-title {
  font-family: var(--ns-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: .01em;
  text-transform: lowercase;
  color: var(--ns-red);
  margin-bottom: 24px;
}
.ns-title--center { text-align: center; margin-left: auto; margin-right: auto; }
.ns-title--onred { color: #fff; }
.ns-subtitle {
  font-family: var(--ns-font-display);
  font-weight: 400;
  text-transform: lowercase;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  color: var(--ns-red);
  margin-bottom: 16px;
}
.ns-lead { font-size: 1.2rem; color: var(--ns-muted); max-width: 720px; margin: 0 auto 48px; }
.ns-lead--onred { color: rgba(255,255,255,.94); }
.ns-onred { color: rgba(255,255,255,.94); }
.ns-onred strong { color: #fff; }
p + p { margin-top: 16px; }
.ns-link { color: var(--ns-red); font-weight: 500; }
.ns-link--onred { color: #fff; text-decoration: underline; }
.ns-note--onred { color: rgba(255,255,255,.85); }

/* ===== Botões ===== */
.ns-btn {
  display: inline-block;
  font-family: var(--ns-font-body);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: linear-gradient(160deg, var(--ns-red), var(--ns-red-dark));
  border: 0;
  border-radius: 999px;
  padding: 15px 34px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  box-shadow: 0 8px 24px rgba(230, 34, 41, .3);
  margin-top: 18px;
}
.ns-btn:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 12px 32px rgba(230,34,41,.42); }
.ns-btn--lg { padding: 18px 42px; font-size: 1.08rem; }
.ns-btn--sm { padding: 10px 22px; font-size: .92rem; margin-top: 0; }
.ns-btn--ghost { background: transparent; border: 2px solid var(--ns-text); box-shadow: none; }
.ns-btn--ghost:hover { background: rgba(244,241,234,.08); box-shadow: none; }
.ns-btn--light { background: #fff; color: var(--ns-red); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.ns-btn--light:hover { box-shadow: 0 12px 32px rgba(0,0,0,.35); }

/* ===== Header ===== */
.ns-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(27,27,29,0);
  transition: background .3s ease, box-shadow .3s ease;
}
.ns-header.is-scrolled { background: rgba(27,27,29,.94); backdrop-filter: blur(10px); box-shadow: 0 2px 24px rgba(0,0,0,.4); }
.ns-header__inner { display: flex; align-items: center; gap: 32px; height: 76px; }

.ns-logo { text-decoration: none; display: block; }
.ns-logo__img { width: auto; height: 64px; display: block; }
.ns-logo--footer .ns-logo__img { height: 120px; margin: 0 auto; }

.ns-nav { display: flex; gap: 26px; margin-left: auto; }
.ns-nav a {
  color: var(--ns-text); text-decoration: none; font-weight: 500; font-size: .95rem;
  position: relative; padding: 4px 0;
}
.ns-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--ns-red); transition: width .25s ease;
}
.ns-nav a:hover::after { width: 100%; }

.ns-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.ns-burger span { display: block; width: 26px; height: 3px; background: var(--ns-text); margin: 5px 0; border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.ns-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ns-burger.is-open span:nth-child(2) { opacity: 0; }
.ns-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ===== Hero ===== */
.ns-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.ns-hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  will-change: transform;
}
.ns-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,20,22,.96) 8%, rgba(20,20,22,.78) 42%, rgba(20,20,22,.42) 72%, rgba(184,21,27,.3) 100%);
}
.ns-hero__overlay::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
  background: linear-gradient(transparent, rgba(20,20,22,.9));
}
.ns-hero__grid {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center;
  padding-top: 130px; padding-bottom: 110px;
}
.ns-hero__kicker {
  display: flex; align-items: center; gap: 14px;
  font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: .82rem;
  color: #fff; margin-bottom: 22px;
}
.ns-hero__kicker::before { content: ''; width: 46px; height: 3px; border-radius: 2px; background: var(--ns-red); flex-shrink: 0; }
.ns-hero__title {
  font-family: var(--ns-font-display);
  font-weight: 400;
  font-size: clamp(3rem, 6.4vw, 5.4rem);
  line-height: .98;
  text-transform: lowercase;
  color: #fff;
}
.ns-hero__title em { font-style: normal; color: var(--ns-red); }
.ns-hero__sub { margin-top: 24px; font-size: 1.12rem; color: rgba(244,241,234,.88); max-width: 520px; }
.ns-hero__stats { list-style: none; display: flex; gap: 38px; margin-top: 36px; }
.ns-hero__stats li { display: flex; flex-direction: column; }
.ns-hero__stats strong {
  font-family: var(--ns-font-display); font-weight: 400;
  font-size: 2.2rem; line-height: 1; color: var(--ns-red);
}
.ns-hero__stats span { font-size: .88rem; color: rgba(244,241,234,.75); margin-top: 6px; }

/* Form do hero */
.ns-hero__form {
  position: relative;
  background: rgba(27,27,29,.82);
  backdrop-filter: blur(14px);
  border: 1px solid var(--ns-line);
  border-radius: 24px;
  padding: 40px 34px 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.ns-hero__form > h2 {
  font-family: var(--ns-font-display); font-weight: 400; text-transform: lowercase;
  font-size: 1.9rem; line-height: 1; color: #fff;
}
.ns-hero__form > h2 em { font-style: normal; color: var(--ns-red); }
.ns-hero__form > p { color: var(--ns-muted); font-size: .93rem; margin: 8px 0 20px; }
.ns-hero__selo {
  position: absolute; top: -46px; right: -30px;
  width: 110px; height: 110px;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.5));
  animation: ns-spin 24s linear infinite;
}
@keyframes ns-spin { to { transform: rotate(360deg); } }

.ns-hero__scroll {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 2;
  width: 28px; height: 46px; border: 2px solid rgba(244,241,234,.5); border-radius: 999px;
  display: flex; justify-content: center;
}
.ns-hero__scroll::after {
  content: ''; width: 4px; height: 9px; border-radius: 3px;
  background: var(--ns-red); margin-top: 8px;
  animation: ns-wheel 1.8s ease-in-out infinite;
}
@keyframes ns-wheel {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(14px); opacity: 0; }
}

/* ===== Marquee de texto ===== */
.ns-marquee {
  background: linear-gradient(160deg, var(--ns-red), var(--ns-red-dark));
  overflow: hidden; padding: 18px 0;
  transform: rotate(-1.2deg) scale(1.02);
  margin: -14px 0;
  position: relative; z-index: 3;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.ns-marquee__track { display: flex; white-space: nowrap; width: max-content; animation: ns-marquee 32s linear infinite; }
.ns-marquee__track span {
  font-family: var(--ns-font-display); font-weight: 400; text-transform: lowercase;
  font-size: 1.6rem; color: #fff; letter-spacing: .04em;
}
@keyframes ns-marquee { to { transform: translateX(-50%); } }

/* ===== Split (apresentação / mapa / gastro / locação) ===== */
.ns-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.ns-split__text .ns-btn { margin-top: 28px; }
.ns-checklist { list-style: none; margin: 24px 0 4px; }
.ns-checklist li { padding: 8px 0 8px 36px; position: relative; font-weight: 400; }
.ns-checklist li::before {
  content: ''; position: absolute; left: 0; top: 12px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--ns-red);
}
.ns-checklist li::after {
  content: ''; position: absolute; left: 5px; top: 16.5px;
  width: 8px; height: 5px;
  border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg);
}
.ns-checklist--onred li::before { background: #fff; }
.ns-checklist--onred li::after { border-color: var(--ns-red); }

/* Círculos (motivo da apresentação) */
.ns-split__media { position: relative; min-height: 460px; }
.ns-circle { border-radius: 50%; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.ns-circle img { width: 100%; height: 100%; object-fit: cover; }
.ns-circle--main { width: min(400px, 78%); aspect-ratio: 1; position: absolute; top: 0; right: 24px; z-index: 2; }
.ns-circle--small { width: min(210px, 44%); aspect-ratio: 1; position: absolute; bottom: 0; left: 8px; z-index: 3; border: 6px solid var(--ns-bg); }
.ns-circle--ring { border: 8px solid rgba(255,255,255,.25); }
.ns-blob {
  position: absolute; z-index: 1;
  width: 300px; height: 380px; right: -40px; bottom: -30px;
  background: var(--ns-red);
  border-radius: 40px 40px 190px 40px;
  opacity: .9;
}

/* ===== Vídeos (Instagram) ===== */
.ns-videos__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.ns-media {
  position: relative; overflow: hidden; cursor: pointer;
  border-radius: var(--ns-radius);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  outline: none;
}
.ns-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ns-media__hint {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 44px 18px 18px;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  font-family: var(--ns-font-display); text-transform: lowercase;
  font-size: 1.15rem; color: #fff; letter-spacing: .03em;
  transition: opacity .3s ease;
}
.ns-media__play {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: var(--ns-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 rgba(230,34,41,.55);
  animation: ns-pulse 2.2s ease-out infinite;
}
.ns-media__play svg { width: 22px; height: 22px; margin-left: 3px; }
@keyframes ns-pulse {
  0% { box-shadow: 0 0 0 0 rgba(230,34,41,.55); }
  70% { box-shadow: 0 0 0 22px rgba(230,34,41,0); }
  100% { box-shadow: 0 0 0 0 rgba(230,34,41,0); }
}
.ns-media:hover .ns-media__play, .ns-media:focus-visible .ns-media__play { background: #fff; color: var(--ns-red); }
.ns-media--phone {
  width: min(340px, 100%); margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: 36px;
  border: 10px solid rgba(20,20,22,.9);
}
.ns-media--wide { aspect-ratio: 16 / 9; }
.ns-media--wide .ns-media__hint { justify-content: center; }

/* ===== Carrossel duplo ===== */
.ns-carousel-sec { padding-bottom: 110px; }
.ns-carousel { overflow: hidden; width: 100%; margin-top: 14px; }
.ns-carousel:first-of-type { margin-top: 26px; }
.ns-carousel__track { display: flex; gap: 14px; width: max-content; animation: ns-car-left 55s linear infinite; padding-right: 14px; }
.ns-carousel[data-dir="right"] .ns-carousel__track { animation-name: ns-car-right; animation-duration: 62s; }
.ns-carousel:hover .ns-carousel__track { animation-play-state: paused; }
@keyframes ns-car-left { to { transform: translateX(-50%); } }
@keyframes ns-car-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.ns-carousel figure {
  position: relative; flex-shrink: 0;
  width: calc((100vw - 4 * 14px) / 5);
  min-width: 240px;
  aspect-ratio: 4 / 3;
  overflow: hidden; border-radius: 16px; cursor: zoom-in;
}
.ns-carousel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ns-carousel figure:hover img { transform: scale(1.06); }
.ns-carousel figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 34px 16px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
  font-size: .9rem; font-weight: 500;
}

/* ===== Formatos (cards claros sobre seção vermelha) ===== */
.ns-formats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ns-format {
  border-radius: var(--ns-radius) var(--ns-radius) 70px var(--ns-radius);
  padding: 34px 28px 44px;
  background: #fdfaf4;
  color: #2a2a2e;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  transition: transform .3s ease, box-shadow .3s ease;
}
.ns-format:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(0,0,0,.38); }
.ns-format__num {
  font-family: var(--ns-font-display); font-weight: 400;
  font-size: 3.2rem; color: var(--ns-red); line-height: 1; display: block; margin-bottom: 14px;
}
.ns-format__num svg { width: 46px; height: 46px; display: block; }
.ns-format h4 { font-weight: 700; font-size: 1.18rem; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .04em; color: #1d1d1f; }
.ns-format p { color: #55524c; font-size: 1rem; line-height: 1.6; }

/* ===== Stats ===== */
.ns-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin: 46px 0 56px;
}
.ns-stat {
  background: rgba(32,32,36,.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(230,34,41,.35);
  border-radius: var(--ns-radius);
  padding: 32px 22px;
  text-align: center;
}
.ns-stat strong {
  font-family: var(--ns-font-display); font-weight: 400;
  font-size: 3rem; color: var(--ns-red); display: block; line-height: 1;
}
.ns-stat span { font-size: 1rem; color: var(--ns-text); display: block; margin-top: 10px; line-height: 1.45; }

/* ===== Cards estrutura ===== */
.ns-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ns-card {
  background: rgba(32,32,36,.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(244,241,234,.16);
  border-top: 3px solid var(--ns-red);
  border-radius: var(--ns-radius);
  padding: 34px 30px;
  transition: transform .3s ease, border-color .3s ease;
}
.ns-card:hover { transform: translateY(-6px); border-color: rgba(230,34,41,.55); }
.ns-card__icon {
  width: 60px; height: 60px; border-radius: 18px;
  background: linear-gradient(160deg, var(--ns-red), var(--ns-red-dark));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 22px rgba(230,34,41,.35);
}
.ns-card__icon svg { width: 30px; height: 30px; }
.ns-card h3 { font-weight: 700; font-size: 1.28rem; margin-bottom: 10px; color: #fff; }
.ns-card p { color: var(--ns-muted); font-size: 1.02rem; }

/* ===== Diferenciais (rows) ===== */
.ns-rows-sec .ns-title--center { margin-bottom: 8px; }
.ns-row {
  display: grid; grid-template-columns: 110px 1fr 420px;
  gap: 48px; align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--ns-line);
}
.ns-row:first-of-type { margin-top: 48px; }
.ns-row:last-of-type { border-bottom: 0; }
.ns-row--invert { grid-template-columns: 110px 420px 1fr; }
.ns-row--invert .ns-row__text { order: 3; }
.ns-row--invert .ns-row__media { order: 2; }
.ns-row__num {
  font-family: var(--ns-font-display); font-weight: 400;
  font-size: 4.2rem; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(230,34,41,.75);
  align-self: start;
}
.ns-row__text p { color: var(--ns-muted); max-width: 580px; font-size: 1.08rem; }
.ns-row__media { position: relative; }
.ns-row__media .ns-circle { width: min(380px, 100%); aspect-ratio: 1; position: relative; z-index: 2; margin: 0 auto; }
.ns-row__shape {
  position: absolute; z-index: 1;
  width: 55%; height: 70%;
  right: 0; bottom: -18px;
  background: var(--ns-red); opacity: .85;
  border-radius: 30px 30px 140px 30px;
}
.ns-row--invert .ns-row__shape { right: auto; left: 0; border-radius: 30px 30px 30px 140px; }

/* ===== Grid 2x2 com fade aleatório ===== */
.ns-fadegrid {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 14px; width: 100%; aspect-ratio: 1;
  max-width: 500px; margin: 0 auto;
}
.ns-fadegrid__cell {
  position: relative; overflow: hidden; border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.ns-fadegrid__cell img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: opacity 1.1s ease;
}
.ns-fadegrid__cell img.is-fading { opacity: 0; }

/* ===== Gastronomia ===== */
.ns-gastro__media { min-height: 0 !important; }
.ns-gastro__selo {
  position: absolute; z-index: 3;
  width: 130px; height: 130px;
  right: -22px; top: -34px;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));
  animation: ns-spin 26s linear infinite;
}

/* ===== Tabela de cardápios ===== */
.ns-tablewrap { overflow-x: auto; border-radius: var(--ns-radius); border: 1px solid rgba(230,34,41,.55); }
.ns-table { width: 100%; min-width: 860px; border-collapse: collapse; background: var(--ns-paper); table-layout: fixed; }
.ns-table__colcat { width: 22%; }
.ns-table__colmenu { width: 26%; }
.ns-table th, .ns-table td { padding: 22px 24px; text-align: left; vertical-align: top; border: 1px solid rgba(230,34,41,.4); }
.ns-table thead th {
  font-family: var(--ns-font-display); font-weight: 400; text-transform: lowercase;
  font-size: 1.4rem; letter-spacing: .03em; color: #fff;
  background: linear-gradient(160deg, var(--ns-red), var(--ns-red-dark));
  border-color: rgba(255,255,255,.25);
  text-align: center;
}
.ns-table thead th.ns-table__cat { background: transparent; border-color: rgba(230,34,41,.4); }
.ns-table tbody th {
  font-weight: 700; font-size: 1.02rem; text-transform: uppercase; letter-spacing: .05em;
  color: var(--ns-text);
}
.ns-table tbody th small { display: block; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ns-muted); }
.ns-table ul { list-style: none; }
.ns-table li { padding: 4px 0 4px 18px; position: relative; color: var(--ns-muted); font-size: 1rem; }
.ns-table li::before { content: '•'; color: var(--ns-red); position: absolute; left: 0; font-size: 1.15rem; }
.ns-table li small { color: var(--ns-muted); opacity: .8; }
.ns-table__feat { background: rgba(230,34,41,.08); }
.ns-table__price td {
  font-family: var(--ns-font-display); font-weight: 400;
  font-size: 1.7rem; color: var(--ns-text); text-align: center; vertical-align: middle;
}
.ns-table__price td.ns-table__feat { color: var(--ns-red); }
.ns-note { color: var(--ns-muted); font-size: .88rem; max-width: 780px; margin: 36px auto 0; }

/* ===== Locação ===== */
.ns-price-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 28px; }
.ns-price-row .ns-btn { margin-top: 0; }
.ns-price {
  display: inline-flex; flex-direction: column;
  padding: 22px 32px;
  background: rgba(32,32,36,.92); backdrop-filter: blur(6px);
  border-left: 4px solid var(--ns-red);
  border-radius: 0 18px 18px 0;
}
.ns-price span { font-size: .85rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--ns-muted); }
.ns-price strong {
  font-family: var(--ns-font-display); font-weight: 400;
  font-size: 3.2rem; line-height: 1.05; color: var(--ns-red);
}
.ns-price small { color: var(--ns-muted); font-size: .9rem; }
.ns-locacao__media { min-height: 0; }

/* ===== Localização ===== */
.ns-address { font-style: normal; margin: 22px 0 6px; padding: 20px 24px; border-left: 4px solid var(--ns-red); background: var(--ns-paper); border-radius: 0 14px 14px 0; }
.ns-map { border-radius: var(--ns-radius); overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.ns-map iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(.2) contrast(1.05); }
.ns-split--map { align-items: center; }

/* ===== Formulários ===== */
.ns-section--form {
  background:
    linear-gradient(120deg, rgba(20,20,22,.9) 25%, rgba(20,20,22,.62) 70%, rgba(184,21,27,.38)),
    url('../img/gal-festa1.jpg') center / cover no-repeat;
}
.ns-form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ns-whats {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 26px; text-decoration: none; color: var(--ns-text);
  font-size: 1.02rem;
}
.ns-whats svg { color: #25d366; flex-shrink: 0; }
.ns-whats:hover strong { text-decoration: underline; }

.ns-form {
  background: var(--ns-paper);
  border: 1px solid var(--ns-line);
  border-radius: 24px;
  padding: 42px 38px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.ns-form--hero { background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; gap: 13px; }
.ns-field { grid-column: span 2; display: flex; flex-direction: column; gap: 7px; }
.ns-field--half { grid-column: span 1; }
.ns-field label { font-weight: 500; font-size: .92rem; }
.ns-form--hero .ns-field label { font-size: .85rem; }
.ns-field input {
  font-family: var(--ns-font-body); font-size: 1rem; color: var(--ns-text);
  background: var(--ns-bg); border: 1px solid var(--ns-line); border-radius: 12px;
  padding: 13px 16px; outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
  color-scheme: dark;
}
.ns-form--hero .ns-field input { padding: 11px 14px; font-size: .95rem; background: rgba(20,20,22,.75); }
.ns-field input:focus { border-color: var(--ns-red); box-shadow: 0 0 0 3px rgba(230,34,41,.2); }
.ns-field input.is-invalid { border-color: var(--ns-red); }
.ns-form__error { grid-column: span 2; color: #ff8a8e; font-size: .92rem; }
.ns-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.ns-form__submit { grid-column: span 2; width: 100%; margin-top: 4px; }
.ns-form__hint { grid-column: span 2; font-size: .82rem; color: var(--ns-muted); text-align: center; }

/* ===== Footer ===== */
.ns-footer { background: #131315; padding: 64px 0 40px; border-top: 1px solid var(--ns-line); }
.ns-footer__inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.ns-footer p { color: var(--ns-muted); font-size: .95rem; }
.ns-footer__links { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.ns-footer__links a { color: var(--ns-text); text-decoration: none; font-weight: 500; font-size: .95rem; }
.ns-footer__links a:hover { color: var(--ns-red); }
.ns-footer__copy { font-size: .82rem; }

/* ===== FAB WhatsApp ===== */
.ns-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.4);
  transition: transform .25s ease;
}
.ns-fab:hover { transform: scale(1.1); }

/* ===== Lightbox (imagem e vídeo) ===== */
.ns-lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,10,11,.94);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
  padding: 4vh 4vw;
}
.ns-lightbox.is-open { opacity: 1; pointer-events: auto; }
.ns-lightbox img, .ns-lightbox video {
  max-width: 100%; max-height: 92vh; border-radius: 12px;
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
}
.ns-lightbox video { background: #000; }
.ns-lightbox video.is-vertical { height: 92vh; width: auto; }
.ns-lightbox__close {
  position: absolute; top: 20px; right: 26px; z-index: 2;
  background: none; border: 0; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1;
}

/* ===== Reveal on scroll ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .ns-hero__selo, .ns-gastro__selo { animation: none; }
  .ns-marquee__track, .ns-carousel__track { animation: none; }
  .ns-media__play { animation: none; }
}

/* ===== Modo screenshot (QA: ?shot=1) ===== */
html.is-shot .ns-hero { min-height: 900px; }
html.is-shot .reveal { opacity: 1; transform: none; transition: none; }
html.is-shot .ns-marquee__track, html.is-shot .ns-carousel__track { animation-play-state: paused; }

/* ===== Responsivo ===== */
@media (max-width: 1120px) {
  .ns-hero__grid { grid-template-columns: 1fr; gap: 44px; padding-top: 120px; }
  .ns-hero__form { max-width: 560px; }
  .ns-hero__selo { top: -40px; right: 10px; width: 92px; height: 92px; }
}
@media (max-width: 1024px) {
  .ns-cards { grid-template-columns: repeat(2, 1fr); }
  .ns-formats { grid-template-columns: repeat(2, 1fr); }
  .ns-stats { grid-template-columns: repeat(2, 1fr); }
  .ns-split, .ns-form-wrap, .ns-videos__grid { grid-template-columns: 1fr; gap: 48px; }
  .ns-split__media { min-height: 420px; }
  .ns-carousel figure { width: calc((100vw - 2 * 14px) / 3); }
  .ns-row, .ns-row--invert { grid-template-columns: 60px 1fr; }
  .ns-row__media { grid-column: 2; margin-top: 10px; }
  .ns-row--invert .ns-row__text { order: 0; }
  .ns-row--invert .ns-row__media { order: 0; }
}
@media (max-width: 720px) {
  .ns-section { padding: 68px 0; }
  .ns-nav {
    position: fixed; top: 76px; left: 0; right: 0;
    background: rgba(19,19,21,.98); backdrop-filter: blur(12px);
    flex-direction: column; gap: 0; padding: 12px 24px 20px;
    transform: translateY(-130%); transition: transform .35s ease;
    border-bottom: 1px solid var(--ns-line);
  }
  .ns-nav.is-open { transform: translateY(0); }
  .ns-nav a { padding: 14px 0; border-bottom: 1px solid var(--ns-line); }
  .ns-nav a:last-child { border-bottom: 0; }
  .ns-burger { display: block; }
  .ns-header__cta { display: none; }
  .ns-header.is-scrolled { background: rgba(19,19,21,.98); }
  .ns-hero__grid { padding-top: 105px; padding-bottom: 90px; }
  .ns-hero__kicker { letter-spacing: .12em; font-size: .74rem; }
  .ns-hero__stats { gap: 26px; }
  .ns-hero__form { padding: 32px 24px 26px; }
  .ns-hero__scroll { display: none; }
  .ns-marquee__track span { font-size: 1.2rem; }
  .ns-cards, .ns-formats, .ns-stats { grid-template-columns: 1fr; }
  .ns-form { padding: 30px 22px; }
  .ns-field--half { grid-column: span 2; }
  .ns-split__media { min-height: 0; }
  .ns-circle--main { position: relative; inset: auto; margin: 0 auto; width: 84%; }
  .ns-circle--small { width: 40%; bottom: -12px; left: 0; }
  .ns-blob { width: 46%; height: 60%; right: -16px; bottom: -20px; }
  .ns-gastro__selo { width: 92px; height: 92px; right: -6px; top: -30px; }
  .ns-carousel figure { width: 72vw; min-width: 0; }
  .ns-carousel__track { gap: 10px; padding-right: 10px; }
  .ns-row { gap: 20px; padding: 44px 0; }
  .ns-row__num { font-size: 2.6rem; }
  .ns-row__media .ns-circle { width: min(320px, 88%); }
  .ns-map iframe { height: 320px; }
  .ns-section--photo::after { background-attachment: scroll; }
  .ns-section--tilt { clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0 100%); padding-top: calc(68px + 4vw); padding-bottom: calc(68px + 4vw); margin: -4vw 0; }
  .ns-price-row { gap: 18px; }
}
