@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700;1,800&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #050506;
  --bg-soft: #0d0d10;
  --panel: #151519;
  --panel-2: #1d1b1c;
  --text: #fffdf9;
  --muted: #cfc9c1;
  --muted-2: #948d85;
  --line: rgba(255, 255, 255, 0.13);
  --orange: #ff4b10;
  --amber: #ff851d;
  --red: #d82a12;
  --cyan: #9fe8ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --max: 1180px;
}

/* Home institucional no formato do site antigo */
.old-home {
  background: #101827;
  color: #f8fafc;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.old-home .old-header {
  grid-template-columns: auto 1fr auto;
  min-height: 70px;
  padding: 10px clamp(22px, 5vw, 78px);
  background: #000;
  border-bottom: 0;
  backdrop-filter: none;
}

.old-home .old-header.is-scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #000;
}

.old-home .old-brand-logo,
.old-home .site-header.is-scrolled .old-brand-logo {
  width: clamp(250px, 22vw, 360px);
  height: 92px;
  object-fit: contain;
  object-position: left center;
}

.old-home .old-nav {
  gap: clamp(20px, 3vw, 48px);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.old-home .old-nav a {
  opacity: 0.94;
}

.old-home .old-nav a:hover,
.old-home .old-nav a:focus-visible {
  color: #fff;
  opacity: 1;
}

.old-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.old-hero {
  position: relative;
  min-height: 660px;
  height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 110px 22px 70px;
  text-align: center;
  background: #0b101a;
}

.old-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08);
}

.old-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 12, 0.36), rgba(8, 12, 20, 0.54)),
    rgba(3, 7, 13, 0.34);
}

.old-hero-content {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
}

.old-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0.008em;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.old-hero p {
  margin: 12px auto 22px;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
  text-shadow: 0 12px 35px rgba(0, 0, 0, 0.65);
}

.old-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 30px;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.old-primary-button:hover,
.old-primary-button:focus-visible {
  transform: translateY(-2px);
  background: #1d4ed8;
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.38);
}

.old-section {
  width: min(1248px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}

.old-section h2,
.old-store h2,
.old-contact h2 {
  margin: 0 0 28px;
  color: #f8fafc;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.01em;
}

.old-copy {
  color: rgba(248, 250, 252, 0.84);
  font-size: 1.05rem;
  line-height: 1.7;
}

.old-copy p {
  margin: 0 0 20px;
}

.old-products {
  padding-top: 44px;
}

.old-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.old-product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background: #1e293b;
  color: #f8fafc;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.old-product-card:hover,
.old-product-card:focus-visible {
  transform: translateY(-4px);
  background: #243247;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}

.old-product-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #101827;
}

.old-product-card div {
  padding: 20px 22px 24px;
}

.old-product-card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.15;
  font-weight: 900;
}

.old-product-card p {
  margin: 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 0.95rem;
}

.old-attendance {
  width: min(1320px, calc(100% - 42px));
  padding-top: 58px;
}

.old-logo-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px) clamp(20px, 4vw, 54px);
  align-items: center;
  padding: 14px 0 8px;
}

.old-logo-wall span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Barlow Condensed", Manrope, ui-sans-serif, sans-serif;
  font-size: clamp(1.45rem, 3.3vw, 3rem);
  font-weight: 900;
  line-height: 0.92;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.008em;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}

.old-logo-wall span:nth-child(4n + 2) {
  font-style: italic;
  letter-spacing: 0.006em;
}

.old-logo-wall span:nth-child(5n + 3) {
  color: #dbeafe;
  font-size: clamp(1.6rem, 3.8vw, 3.35rem);
}

.old-logo-wall span:nth-child(7n + 4) {
  color: #f8fafc;
  transform: rotate(-1deg);
}

.old-logo-wall span:nth-child(9n + 5) {
  color: #bfdbfe;
  transform: rotate(1deg);
}

.old-logo-wall-images {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  align-items: stretch;
}

.client-logo {
  display: grid;
  min-height: 138px;
  place-items: center;
  margin: 0;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, box-shadow 180ms ease;
  text-decoration: none;
}

.client-logo-famous {
  min-height: 164px;
}

.client-logo img {
  display: block;
  width: 100%;
  height: 124px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
  transform: translateY(14px);
}

.client-logo-famous img {
  height: 150px;
  transform: translateY(12px);
}

.client-logo img[src*="gyn-effects"] {
  transform: translateY(0);
}

.client-logo:hover {
  transform: translateY(-4px) scale(1.025);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.client-logo-more span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 58px;
  padding: 0.85rem 1.15rem;
  color: #fff9f1;
  font-family: "Barlow Condensed", Manrope, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 133, 29, 0.52);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 75, 16, 0.26), rgba(255, 133, 29, 0.08)),
    rgba(0, 0, 0, 0.34);
  box-shadow: 0 14px 36px rgba(255, 75, 16, 0.12);
}

.client-logo-more strong {
  color: #ff851d;
  font-size: 0.92em;
  letter-spacing: -0.04em;
  text-shadow: 0 0 18px rgba(255, 133, 29, 0.42);
}

.old-home-classic .client-logo {
  background: transparent;
  border-radius: 0;
  padding: 8px;
}

.old-home-classic .client-logo:hover {
  background: transparent;
  box-shadow: none;
}

.old-store {
  width: min(1280px, calc(100% - 48px));
  margin: 28px auto 0;
  padding: 54px 24px;
  border-radius: 2px;
  background: #1e293b;
  text-align: center;
}

.old-store p {
  margin: 0 0 20px;
  color: rgba(248, 250, 252, 0.86);
  font-weight: 700;
}

.old-contact {
  width: min(640px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 72px;
}

.old-contact-form {
  display: grid;
  gap: 16px;
}

.old-contact-form input,
.old-contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #3d4858;
  color: #fff;
  padding: 15px 16px;
  outline: none;
}

.old-contact-form input::placeholder,
.old-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.old-contact-form input:focus,
.old-contact-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.72);
}

.old-contact-form .old-primary-button {
  justify-self: start;
}

.old-footer {
  background: #000;
  border-top-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 980px) {
  .old-home .old-header {
    grid-template-columns: auto auto;
  }

  .old-home .old-nav {
    justify-content: flex-start;
  }

  .old-home .old-lang {
    display: none;
  }

  .old-product-grid {
    grid-template-columns: 1fr;
  }

  .old-logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .old-home .old-brand-logo,
  .old-home .site-header.is-scrolled .old-brand-logo {
    width: 210px;
    height: 68px;
  }

  .old-hero {
    min-height: 590px;
  }

  .old-section,
  .old-store,
  .old-contact,
  .old-attendance {
    width: min(100% - 28px, 100%);
  }

  .old-logo-wall {
    gap: 14px;
  }

  .old-logo-wall span {
    min-height: 44px;
    font-size: 1.35rem;
  }
}

/* Garantia de prioridade visual da home antiga sobre estilos premium anteriores */
.old-home .old-footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.old-home .old-footer .old-brand-logo {
  width: 260px;
  height: 82px;
}

.old-home .form-status {
  min-height: 1.4em;
  margin: 4px 0 0;
  color: #bfdbfe;
  font-size: 0.92rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 31, 0.16), transparent 32rem),
    linear-gradient(180deg, #050506 0%, #0a0909 55%, #050506 100%);
  color: var(--text);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 6, 0.72);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(5, 5, 6, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 104px;
  height: 92px;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.site-header.is-scrolled .brand-logo {
  width: 82px;
  height: 70px;
}

.nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2.6vw, 32px);
  align-items: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav a,
.footer-links a {
  transition: color 150ms ease;
}

.nav a:hover,
.nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.header-cta {
  padding: 11px 16px;
  border: 1px solid rgba(255, 186, 74, 0.46);
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
}

.legacy-hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 150px clamp(20px, 5vw, 64px) 70px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 93, 19, 0.2), transparent 30rem),
    radial-gradient(circle at 50% 100%, rgba(255, 133, 29, 0.13), transparent 26rem),
    linear-gradient(180deg, #050506 0%, #111012 52%, #050506 100%);
}

.legacy-hero-inner {
  width: min(920px, 100%);
  margin: 0 auto;
}

.legacy-hero-logo {
  width: min(360px, 72vw);
  margin: 0 auto 28px;
  display: block;
  filter: drop-shadow(0 22px 45px rgba(0, 0, 0, 0.55));
}

.legacy-kicker {
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legacy-hero h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(4rem, 11vw, 10rem);
}

.legacy-copy {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
}

.legacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 36px;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(20px, 5vw, 64px) 58px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.96));
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 63, 15, 0.22), transparent 42%),
    linear-gradient(115deg, #070708 0%, #140b09 44%, #090807 100%);
}

.ember-smoke {
  position:absolute;
  z-index:0;
  width:52vw;
  aspect-ratio:1;
  border-radius:48% 52% 42% 58% / 58% 43% 57% 42%;
  background:
    radial-gradient(circle at 42% 45%, rgba(255, 196, 103, .46) 0 5%, rgba(255, 100, 27, .37) 20%, rgba(170, 36, 14, .26) 40%, transparent 68%),
    radial-gradient(ellipse at 62% 67%, rgba(255, 74, 12, .26), transparent 58%);
  filter:blur(28px) saturate(1.2);
  mix-blend-mode:screen;
  opacity:.8;
  animation:smolder 15s ease-in-out infinite alternate;
}

.ember-smoke-a { top:-36%; left:-21%; transform:rotate(18deg); }
.ember-smoke-b { top:-46%; right:-24%; width:64vw; animation-delay:-5s; }
.ember-smoke-c { bottom:-46%; left:14%; width:58vw; opacity:.55; animation-delay:-8s; }
.ember-smoke-d { right:6%; bottom:-45%; width:42vw; opacity:.45; animation-delay:-12s; }

.fire-particles {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 78%);
}

.beam {
  position: absolute;
  bottom: 18%;
  width: 26vw;
  height: 96vh;
  background: linear-gradient(180deg, rgba(255, 186, 74, 0.22), transparent 72%);
  filter: blur(8px);
  transform-origin: bottom center;
  opacity: 0.25;
}

.beam-a {
  left: 8%;
  transform: rotate(22deg);
}

.beam-b {
  right: 6%;
  transform: rotate(-18deg);
}

.pyro-stage {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(980px, 112vw);
  height: min(620px, 64vh);
  transform: translateX(-50%);
  z-index: 2;
  opacity:0;
  visibility:hidden;
}

.stage-line {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 11%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  box-shadow: 0 0 42px rgba(255, 90, 31, 0.3);
}

.machine {
  position: absolute;
  bottom: 10%;
  width: 82px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #26262c, #0c0c0f);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.7);
}

.machine::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 22px;
  height: 34px;
  border-radius: 4px 4px 0 0;
  background: #111116;
  transform: translateX(-50%);
}

.machine-a {
  left: 16%;
}

.machine-b {
  left: 47%;
}

.machine-c {
  right: 16%;
}

.flame,
.visual-flame {
  position: absolute;
  border-radius: 52% 48% 48% 52% / 68% 68% 32% 32%;
  background:
    radial-gradient(circle at 50% 78%, #fff8c8 0 9%, var(--amber) 10% 21%, transparent 22%),
    radial-gradient(circle at 52% 68%, rgba(255, 186, 74, 0.95), transparent 29%),
    linear-gradient(180deg, rgba(255, 235, 125, 0.9), var(--orange) 48%, rgba(216, 39, 24, 0.18) 80%, transparent);
  filter: drop-shadow(0 0 34px rgba(255, 90, 31, 0.66));
  transform-origin: bottom center;
  animation: flamePulse 1.7s ease-in-out infinite alternate;
}

.flame-a {
  left: 10%;
  bottom: 15%;
  width: 135px;
  height: 430px;
  transform: rotate(-6deg);
}

.flame-b {
  left: 42%;
  bottom: 15%;
  width: 172px;
  height: 520px;
  animation-delay: -0.6s;
}

.flame-c {
  right: 10%;
  bottom: 15%;
  width: 130px;
  height: 390px;
  transform: rotate(7deg);
  animation-delay: -1s;
}

.co2 {
  position: absolute;
  bottom: 17%;
  width: 120px;
  height: 430px;
  border-radius: 50% 50% 8% 8%;
  background: linear-gradient(180deg, rgba(159, 232, 255, 0.72), rgba(255, 255, 255, 0.25), transparent);
  filter: blur(7px);
  opacity: 0.6;
}

.co2-a {
  left: 26%;
  transform: rotate(-8deg);
}

.co2-b {
  right: 28%;
  transform: rotate(8deg);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 880px;
}

.eyebrow,
.section-label,
.tag {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4.3rem, 10vw, 10.5rem);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: 0.008em;
  text-transform: uppercase;
}

h1 em {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.004em;
  text-transform: none;
  text-shadow: 0 0 36px rgba(255, 90, 31, 0.38);
}

h2 {
  margin-bottom: 22px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.5rem, 5.4vw, 5.2rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: 0.01em;
}

h3 {
  margin-bottom: 12px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.hero-copy {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), var(--amber));
  color: #160806;
  box-shadow: 0 18px 42px rgba(255, 90, 31, 0.26);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.hero-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.panel-title {
  margin: 4px 4px 2px;
  color: var(--muted-2);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.metric {
  display: block;
  color: var(--text);
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: 0.006em;
  line-height: 1;
}

.hero-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.model-section {
  display:grid;
  grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);
  gap:clamp(30px,7vw,110px);
  align-items:center;
  width:min(var(--max),calc(100% - 40px));
  margin:0 auto;
  padding:110px 0;
}

.model-copy h2 em {
  color:var(--amber);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  text-transform:none;
}

.model-copy > p:not(.section-label) {
  max-width:440px;
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

.model-meta {
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin:30px 0;
  color:var(--muted-2);
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.13em;
}

.light-trigger {
  border:1px solid rgba(255,133,29,.7);
  background:linear-gradient(135deg,var(--orange),var(--amber));
  color:#200900;
  cursor:pointer;
  padding:15px 19px;
  font:900 .76rem Manrope, sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:transform 180ms ease,filter 180ms ease;
}

.light-trigger:hover,.light-trigger:focus-visible { filter:brightness(1.12); transform:translateY(-2px); }

.model-stage {
  position:relative;
  min-height:620px;
  overflow:hidden;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 68%,rgba(255,75,16,.18),transparent 36%),
    linear-gradient(140deg,#1b1b1f,#09090b 68%);
}

.model-stage::before {
  content:"";
  position:absolute;
  z-index:1;
  inset:auto -16% -26%;
  height:62%;
  opacity:.14;
  background:radial-gradient(ellipse at center,rgba(255,123,31,.48),rgba(255,67,12,.14) 31%,transparent 67%);
  filter:blur(18px);
  transition:opacity 500ms ease,transform 500ms ease;
}

.model-stage::after {
  content:"";
  position:absolute;
  inset:auto 8% 9%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  box-shadow:0 0 30px rgba(255,75,16,.42);
}

model-viewer {
  position:absolute;
  z-index:2;
  inset:0;
  width:100%;
  height:100%;
  background:transparent;
  --progress-bar-color:var(--orange);
}

.stage-orbit { position:absolute; z-index:1; left:50%; top:55%; width:80%; aspect-ratio:1; border:1px solid rgba(255,255,255,.09); border-radius:50%; transform:translate(-50%,-50%) rotateX(68deg); }
.orbit-b { width:53%; border-color:rgba(255,133,29,.22); }

.stage-light { position:absolute; z-index:1; opacity:0; pointer-events:none; mix-blend-mode:screen; filter:blur(12px); transition:opacity 440ms ease,transform 650ms cubic-bezier(.16,1,.3,1); }
.stage-light-left { top:-12%; left:-18%; width:58%; height:116%; background:linear-gradient(111deg,rgba(255,180,92,.7),rgba(255,89,18,.24) 37%,transparent 68%); transform:translateX(-18%) skewX(-16deg); }
.stage-light-right { top:-13%; right:-20%; width:58%; height:116%; background:linear-gradient(249deg,rgba(255,192,111,.6),rgba(255,87,14,.22) 38%,transparent 69%); transform:translateX(18%) skewX(16deg); }
.stage-light-top { top:-20%; left:26%; width:48%; height:72%; background:radial-gradient(ellipse at 50% 0,rgba(255,240,190,.55),rgba(255,135,43,.24) 36%,transparent 70%); transform:translateY(-14%); }
.model-stage.is-lit::before { opacity:1; transform:scale(1.08); }
.model-stage.is-lit .stage-light { opacity:1; }
.model-stage.is-lit .stage-light-left { transform:translateX(0) skewX(-16deg); }
.model-stage.is-lit .stage-light-right { transform:translateX(0) skewX(16deg); }
.model-stage.is-lit .stage-light-top { transform:translateY(0); }
.model-stage.is-lit model-viewer { filter:brightness(1.18) contrast(1.04); }

.model-hint { position:absolute; z-index:4; right:20px; bottom:18px; color:rgba(255,255,255,.48); font-size:.62rem; font-weight:900; letter-spacing:.13em; }


.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: start;
}

.copy-stack {
  color: var(--muted);
  font-size: 1.05rem;
}

.copy-stack p + p {
  margin-top: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.45fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading p {
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.equipment-gallery {
  padding-top: 34px;
}

.equipment-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 12px;
}

.equipment-strip figure {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.equipment-strip img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.equipment-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 5, 6, 0.88));
}

.equipment-strip figure:hover img {
  filter: saturate(1) contrast(1.1);
  transform: scale(1.055);
}

.equipment-strip figcaption {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  color: var(--text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.heat-section {
  position:relative;
  min-height:620px;
  overflow:hidden;
  display:grid;
  align-items:center;
  margin:40px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#080809;
}

.heat-grid { position:absolute; inset:0; width:100%; height:100%; opacity:.94; }

.heat-section::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,5,6,.92) 0%,rgba(5,5,6,.54) 54%,rgba(5,5,6,.14));
  pointer-events:none;
}

.heat-content { position:relative; z-index:1; width:min(var(--max),calc(100% - 40px)); margin:0 auto; }
.heat-content h2 { max-width:680px; }
.heat-content > p:not(.section-label) { max-width:460px; color:var(--muted); font-size:1.05rem; line-height:1.72; }
.heat-legend { display:flex; align-items:center; gap:10px; margin-top:32px; color:var(--muted-2); font-size:.69rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.heat-legend span { width:9px; height:9px; border-radius:50%; background:var(--amber); box-shadow:0 0 20px var(--orange); }

.split-section { padding-bottom:72px; }
.ember-split { position:relative; min-height:560px; overflow:hidden; background:#111; --split:54%; }
.ember-split-side { position:absolute; inset:0; overflow:hidden; }
.ember-split-side video { width:100%; height:100%; object-fit:cover; filter:saturate(.82) contrast(1.1) brightness(.78); }
.ember-split-event { clip-path:polygon(var(--split) 0,100% 0,100% 100%,calc(var(--split) - 12%) 100%); }
.ember-split-product { display:grid; place-items:center; background:radial-gradient(circle at 50% 56%,rgba(255,103,27,.32),transparent 35%),linear-gradient(145deg,#1c1c1f,#0a0a0b); clip-path:polygon(0 0,var(--split) 0,calc(var(--split) - 12%) 100%,0 100%); }
.ember-split-product img { width:min(56%,510px); max-height:82%; object-fit:contain; filter:drop-shadow(0 34px 26px rgba(0,0,0,.68)); }
.ember-split-side span { position:absolute; bottom:22px; font-size:.72rem; font-weight:900; letter-spacing:.16em; }
.ember-split-event span { right:24px; }.ember-split-product span { left:24px; }
.ember-divider { position:absolute; z-index:2; top:-5%; bottom:-5%; left:calc(var(--split) - 5%); width:3px; background:linear-gradient(180deg,transparent,#ffdc78 12%,#ff5f12 43%,#ffb12a 70%,transparent); box-shadow:0 0 6px #fff1b3,0 0 24px #ff4b10,0 0 46px rgba(255,75,16,.7); transform:rotate(8deg); pointer-events:none; }

.event-reel { padding-top:44px; }
.event-video-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.event-video-card { position:relative; min-height:350px; overflow:hidden; padding:0; border:1px solid var(--line); background:#151517; color:var(--text); cursor:pointer; text-align:left; }
.event-video-card video { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; filter:saturate(.75) contrast(1.08) brightness(.72); transition:transform .5s cubic-bezier(.16,1,.3,1),filter .4s ease; }
.event-video-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(5,5,6,.93)); pointer-events:none; }
.event-video-card span { position:absolute; z-index:1; bottom:17px; left:17px; font-family:"Barlow Condensed",Impact,sans-serif; font-size:2rem; font-weight:800; line-height:.9; }
.event-video-card small { display:block; margin-top:7px; font-family:Manrope,sans-serif; color:var(--muted); font-size:.66rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.event-video-card:hover video,.event-video-card.is-playing video { filter:saturate(1) contrast(1.08) brightness(.95); transform:scale(1.05); }
.event-video-featured { grid-column:span 2; }

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.product-visual {
  position: relative;
  height: 280px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 90, 31, 0.34), transparent 34%),
    linear-gradient(180deg, #19191d, #080809);
}

.product-visual-real {
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 70%, rgba(255, 90, 31, 0.22), transparent 42%),
    linear-gradient(160deg, #272329, #0a0a0c 68%);
}

.product-visual-real::before {
  border-color: rgba(255, 186, 74, 0.15);
}

.product-visual-real img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(92%, 360px);
  height: 100%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 26px 22px rgba(0, 0, 0, 0.62));
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), filter 360ms ease;
}

.product-card:hover .product-visual-real img {
  filter: drop-shadow(0 30px 30px rgba(255, 90, 31, 0.22));
  transform: scale(1.04) translateY(-4px);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-visual .device {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 116px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #34343b, #101013);
  transform: translateX(-50%);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.58);
}

.product-visual .device::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 34px;
  height: 52px;
  border-radius: 5px 5px 0 0;
  background: #141418;
  transform: translateX(-50%);
}

.visual-flame {
  left: 50%;
  bottom: 82px;
  width: 104px;
  height: 178px;
  transform: translateX(-50%);
}

.jet {
  position: absolute;
  bottom: 74px;
  width: 116px;
  height: 210px;
  border-radius: 50% 50% 8% 8%;
  background: linear-gradient(180deg, rgba(159, 232, 255, 0.75), rgba(255, 255, 255, 0.26), transparent);
  filter: blur(6px);
}

.jet-a {
  left: 36%;
  transform: rotate(-8deg);
}

.jet-b {
  right: 36%;
  transform: rotate(8deg);
}

.confetti {
  position: absolute;
  inset: 24px;
  background-image:
    linear-gradient(45deg, transparent 48%, rgba(255, 186, 74, 0.9) 49% 51%, transparent 52%),
    linear-gradient(-30deg, transparent 48%, rgba(159, 232, 255, 0.75) 49% 51%, transparent 52%),
    radial-gradient(circle, rgba(255, 90, 31, 0.82) 0 2px, transparent 3px);
  background-size: 42px 42px, 54px 54px, 34px 34px;
  mask-image: radial-gradient(circle at 50% 40%, black, transparent 72%);
  animation: drift 6s linear infinite;
}

.confetti-b {
  animation-direction: reverse;
  opacity: 0.58;
}

.product-body {
  padding: 26px;
}

.product-body p {
  color: var(--muted);
}

.product-body ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.product-body li {
  position: relative;
  padding-left: 20px;
}

.product-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  background: var(--orange);
}

.product-link {
  display:inline-flex;
  margin-top:26px;
  color:var(--amber);
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.product-link:hover,
.product-link:focus-visible {
  color:var(--text);
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 16px;
}

.proof-card {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 186, 74, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 90, 31, 0.16), transparent 44%),
    var(--panel);
}

.proof-card p {
  max-width: 740px;
  color: var(--muted);
}

.proof-list {
  display: grid;
  gap: 16px;
}

.proof-list div,
.service-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.proof-list strong {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 0.86rem;
}

.proof-list span,
.service-grid span {
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.68fr);
  gap: clamp(24px, 6vw, 78px);
  width: min(var(--max), calc(100% - 40px));
  margin: 38px auto 0;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 90, 31, 0.28), transparent 34rem),
    linear-gradient(135deg, #171719, #080809);
}

.contact-content p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.065);
  color: var(--text);
  outline: none;
  padding: 14px 15px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(255, 186, 74, 0.13);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--amber);
  font-size: 0.92rem;
}

.footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0;
  color: var(--muted-2);
}

.footer-links {
  display: flex;
  gap: 22px;
}

@keyframes flamePulse {
  from {
    scale: 0.96 1;
    opacity: 0.82;
  }

  to {
    scale: 1.04 1.05;
    opacity: 1;
  }
}

@keyframes drift {
  to {
    background-position: 42px 42px, -54px 54px, 34px 34px;
  }
}

@keyframes smolder {
  from { transform:translate3d(-2%, 2%, 0) rotate(8deg) scale(.94); filter:blur(31px) saturate(1); }
  to { transform:translate3d(5%, -4%, 0) rotate(-12deg) scale(1.09); filter:blur(23px) saturate(1.3); }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    justify-self: end;
    display: grid;
    gap: 7px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    inset: 75px 14px auto;
    display: none;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(8, 8, 9, 0.96);
    box-shadow: var(--shadow);
  }

  .menu-open .nav {
    display: flex;
  }

  .nav a {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: end;
    padding-top: 128px;
  }

  .hero-panel {
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intro-grid,
  .section-heading,
  .proof,
  .contact {
    grid-template-columns: 1fr;
  }

  .model-section { grid-template-columns:1fr; }

  .model-stage { min-height:560px; }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .equipment-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .event-video-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(3.1rem, 18vw, 4.7rem);
  }

  .hero {
    min-height: auto;
    padding-bottom: 36px;
  }

  .model-section { width:min(var(--max),calc(100% - 28px)); padding:72px 0; }

  .model-stage { min-height:430px; }

  .hero-panel,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 82px;
    height: 72px;
  }

  .equipment-strip {
    grid-template-columns: 1fr;
  }

  .heat-content { width:min(var(--max),calc(100% - 28px)); }
  .heat-section { min-height:510px; }
  .event-video-grid { grid-template-columns:1fr; }
  .event-video-featured { grid-column:auto; }
  .event-video-card { min-height:280px; }
  .ember-split { min-height:410px; }
  .ember-split-product img { width:75%; }

  .equipment-strip figure {
    min-height: 280px;
  }

  .section {
    width: min(var(--max), calc(100% - 28px));
    padding: 68px 0;
  }

  .contact {
    width: min(var(--max), calc(100% - 28px));
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Polimento fino da home clÃ¡ssica: preserva a memÃ³ria visual, mas dÃ¡ acabamento premium */
.old-home .old-header {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.92)),
    #000;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.32);
}

.old-home .old-header::after {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 78px);
  right: clamp(20px, 5vw, 78px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  pointer-events: none;
}

.old-home .old-brand-logo {
  filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.05));
  transition: transform 180ms ease, filter 180ms ease;
}

.old-home .brand:hover .old-brand-logo,
.old-home .brand:focus-visible .old-brand-logo {
  transform: scale(1.045);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.16));
}

.old-home .old-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 4px 2px;
  transform-origin: center;
  transition:
    color 170ms ease,
    opacity 170ms ease,
    transform 170ms ease,
    font-weight 170ms ease,
    letter-spacing 170ms ease;
}

.old-home .old-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.58);
  opacity: 0;
  transition: left 170ms ease, right 170ms ease, opacity 170ms ease;
}

.old-home .old-nav a:hover,
.old-home .old-nav a:focus-visible {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px) scale(1.085);
  font-weight: 900;
  letter-spacing: 0.012em;
}

.old-home .old-nav a:hover::after,
.old-home .old-nav a:focus-visible::after {
  left: 0;
  right: 0;
  opacity: 1;
}

.old-home .old-lang {
  background: rgba(255, 255, 255, 0.04);
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.old-home .old-lang:hover,
.old-home .old-lang:focus-visible {
  transform: translateY(-1px);
  border-color: #60a5fa;
  background: rgba(37, 99, 235, 0.16);
}

.old-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, #101827 88%);
  pointer-events: none;
}

.old-hero-content {
  animation: oldHeroRise 780ms ease both;
}

.old-hero-content h1 {
  letter-spacing: 0.008em;
}

.old-hero-content p {
  text-wrap: balance;
}

.old-primary-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.old-primary-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 42%, transparent 68%);
  transform: translateX(-130%);
  transition: transform 520ms ease;
}

.old-primary-button:hover::before,
.old-primary-button:focus-visible::before {
  transform: translateX(130%);
}

.old-section h2,
.old-store h2,
.old-contact h2 {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.old-section h2::after,
.old-store h2::after,
.old-contact h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.34);
}

.old-about {
  position: relative;
}

.old-about::before {
  content: "";
  position: absolute;
  inset: 38px -16px auto auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.13), transparent 68%);
  pointer-events: none;
}

.old-copy {
  max-width: 1220px;
  margin: 0 auto;
}

.old-copy p {
  transition: color 170ms ease, transform 170ms ease;
}

.old-copy p:hover {
  color: rgba(248, 250, 252, 0.94);
  transform: translateX(3px);
}

.old-product-card {
  border: 1px solid rgba(255, 255, 255, 0.055);
}

.old-product-card img {
  transition: transform 420ms ease, filter 420ms ease;
}

.old-product-card:hover img,
.old-product-card:focus-visible img {
  transform: scale(1.045);
  filter: contrast(1.08) saturate(1.08);
}

.old-product-card h3 {
  transition: color 170ms ease;
}

.old-product-card:hover h3,
.old-product-card:focus-visible h3 {
  color: #bfdbfe;
}

.old-logo-wall span {
  padding: 8px 4px;
  border-radius: 8px;
  transition: transform 170ms ease, color 170ms ease, opacity 170ms ease, text-shadow 170ms ease;
}

.old-logo-wall span:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-3px) scale(1.06);
  text-shadow:
    0 12px 28px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(96, 165, 250, 0.2);
}

.old-store {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.old-store::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 99, 235, 0.16), transparent 34%),
    radial-gradient(circle at 82% 100%, rgba(96, 165, 250, 0.1), transparent 30%);
  pointer-events: none;
}

.old-store > * {
  position: relative;
}

.old-contact-form input,
.old-contact-form textarea {
  transition: background 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.old-contact-form input:hover,
.old-contact-form textarea:hover {
  background: #465366;
}

.old-contact-form input:focus,
.old-contact-form textarea:focus {
  transform: translateY(-1px);
}

.old-enhanced .old-section,
.old-enhanced .old-store,
.old-enhanced .old-contact,
.old-enhanced .old-product-card,
.old-enhanced .old-logo-wall span,
.old-enhanced .client-logo {
  opacity: 0;
  transform: translateY(18px);
}

.old-enhanced .old-section.is-visible,
.old-enhanced .old-store.is-visible,
.old-enhanced .old-contact.is-visible,
.old-enhanced .old-product-card.is-visible,
.old-enhanced .old-logo-wall span.is-visible,
.old-enhanced .client-logo.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.old-enhanced .old-product-card:nth-child(2).is-visible {
  transition-delay: 80ms;
}

.old-enhanced .old-product-card:nth-child(3).is-visible {
  transition-delay: 160ms;
}

.old-enhanced .old-logo-wall span.is-visible,
.old-enhanced .client-logo.is-visible {
  transition-delay: calc(min(var(--logo-delay, 0), 12) * 32ms);
}

.old-enhanced .old-product-card.is-visible:hover,
.old-enhanced .old-product-card.is-visible:focus-visible {
  transform: translateY(-4px);
}

.old-enhanced .old-logo-wall span.is-visible:hover,
.old-enhanced .client-logo.is-visible:hover {
  transform: translateY(-3px) scale(1.06);
}

@keyframes oldHeroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .old-home .old-nav a:hover,
  .old-home .old-nav a:focus-visible {
    transform: none;
  }

  .old-home .old-nav a::after {
    left: 20px;
    right: auto;
    width: 34px;
  }
}

/* VariaÃ§Ãµes para comparaÃ§Ã£o de Home */
.old-home-classic .old-header {
  background: #000;
  box-shadow: none;
}

.old-home-classic .old-header::after,
.old-home-classic .old-hero::after,
.old-home-classic .old-section h2::after,
.old-home-classic .old-store h2::after,
.old-home-classic .old-contact h2::after,
.old-home-classic .old-primary-button::before,
.old-home-classic .old-about::before,
.old-home-classic .old-store::before {
  display: none;
}

.old-home-classic .old-nav a {
  transform: none;
  letter-spacing: 0;
}

.old-home-classic .old-nav a::after {
  display: none;
}

.old-home-classic .old-nav a:hover,
.old-home-classic .old-nav a:focus-visible {
  transform: none;
  font-weight: 700;
}

.old-home-classic .old-primary-button {
  background: #2563eb;
  box-shadow: none;
}

.old-home-classic .old-primary-button:hover,
.old-home-classic .old-primary-button:focus-visible {
  transform: none;
  background: #1d4ed8;
  box-shadow: none;
}

.old-home-classic .old-product-card {
  border: 0;
  box-shadow: none;
}

.old-home-classic .old-product-card:hover,
.old-home-classic .old-product-card:focus-visible {
  transform: none;
  background: #1e293b;
  box-shadow: none;
}

.old-home-classic .old-product-card:hover img,
.old-home-classic .old-product-card:focus-visible img,
.old-home-classic .old-logo-wall span:hover {
  transform: none;
  filter: none;
}

.old-home-premium {
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 103, 27, 0.22), transparent 28rem),
    radial-gradient(circle at 12% 38%, rgba(37, 99, 235, 0.13), transparent 24rem),
    linear-gradient(180deg, #050506 0%, #090d14 46%, #050506 100%);
}

.old-home-premium .old-header {
  border-bottom: 1px solid rgba(255, 103, 27, 0.16);
  background: rgba(5, 5, 6, 0.82);
  backdrop-filter: blur(18px);
}

.old-home-premium .old-header.is-scrolled {
  background: rgba(5, 5, 6, 0.94);
}

.old-home-premium .old-brand-logo,
.old-home-premium .site-header.is-scrolled .old-brand-logo {
  width: clamp(250px, 22vw, 360px);
  height: 92px;
}

.old-home-premium .old-nav a::after {
  background: linear-gradient(90deg, #ff671b, #ffb15e);
  box-shadow: 0 0 22px rgba(255, 103, 27, 0.48);
}

.old-home-premium .old-lang {
  border-color: rgba(255, 103, 27, 0.54);
  color: #ffb15e;
}

.old-home-premium .premium-hero {
  min-height: 720px;
}

.old-home-premium .old-hero-overlay {
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 103, 27, 0.24), transparent 36rem),
    linear-gradient(180deg, rgba(2, 3, 5, 0.32), rgba(2, 3, 5, 0.74)),
    linear-gradient(90deg, rgba(5, 5, 6, 0.3), rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.38));
}

.premium-hero-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 78%);
  pointer-events: none;
}

.premium-kicker {
  margin: 0 auto 14px !important;
  color: #ff7a21 !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: none !important;
}

.old-home-premium .old-hero h1 {
  font-family: "Barlow Condensed", Manrope, sans-serif;
  font-size: clamp(3.7rem, 8.6vw, 8.8rem);
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: 0.008em;
}

.old-home-premium .old-hero p:not(.premium-kicker) {
  max-width: 820px;
  color: #efe7df;
}

.old-home-premium .old-primary-button {
  border-radius: 2px;
  background: linear-gradient(135deg, #ff671b, #ff9a2f);
  color: #1c0801;
  box-shadow: 0 18px 44px rgba(255, 103, 27, 0.28);
}

.old-home-premium .old-primary-button:hover,
.old-home-premium .old-primary-button:focus-visible {
  background: linear-gradient(135deg, #ff7a21, #ffbc63);
  box-shadow: 0 22px 58px rgba(255, 103, 27, 0.38);
}

.old-home-premium .premium-panel,
.old-home-premium .old-store,
.old-home-premium .old-contact {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 103, 27, 0.11), transparent 32rem),
    linear-gradient(145deg, rgba(28, 28, 30, 0.72), rgba(12, 12, 14, 0.72));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.old-home-premium .premium-panel {
  width: min(1248px, calc(100% - 48px));
  margin-top: 54px;
  padding: 56px clamp(22px, 4vw, 54px);
}

.old-home-premium .old-section h2::after,
.old-home-premium .old-store h2::after,
.old-home-premium .old-contact h2::after {
  background: linear-gradient(90deg, #ff671b, #ffb15e);
  box-shadow: 0 0 22px rgba(255, 103, 27, 0.38);
}

.old-home-premium .old-product-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 103, 27, 0.16), transparent 34%),
    linear-gradient(145deg, #1b1b1d, #0e0e10);
}

.old-home-premium .old-product-card:hover,
.old-home-premium .old-product-card:focus-visible {
  border-color: rgba(255, 103, 27, 0.7);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 103, 27, 0.23), transparent 36%),
    linear-gradient(145deg, #222225, #101012);
}

.old-home-premium .old-product-card h3 {
  font-family: "Barlow Condensed", Manrope, sans-serif;
  font-size: 1.8rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.old-home-premium .old-product-card:hover h3,
.old-home-premium .old-product-card:focus-visible h3 {
  color: #ffb15e;
}

.old-home-premium .old-logo-wall span:nth-child(5n + 3),
.old-home-premium .old-logo-wall span:nth-child(9n + 5) {
  color: #ffb15e;
}

.old-home-premium .client-logo {
  border: 1px solid rgba(255, 255, 255, 0.085);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 103, 27, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.old-home-premium .client-logo:hover {
  border-color: rgba(255, 103, 27, 0.44);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 103, 27, 0.2), transparent 62%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28), 0 0 28px rgba(255, 103, 27, 0.1);
}

.old-home-premium .client-logo img {
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.44));
}

.old-home-premium .old-contact-form input,
.old-home-premium .old-contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #151517;
}

.old-home-premium .old-contact-form input:focus,
.old-home-premium .old-contact-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 103, 27, 0.6);
}

@media (max-width: 620px) {
  .old-home-premium .old-hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .old-home-premium .premium-panel {
    width: min(100% - 28px, 100%);
    padding: 42px 18px;
  }
}

@media (max-width: 980px) {
  .old-logo-wall-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .old-logo-wall-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logo,
  .client-logo-famous {
    min-height: 118px;
    padding: 10px;
  }

  .client-logo img,
  .client-logo-famous img {
    height: 98px;
  }

  .client-logo-more span {
    min-height: 50px;
    padding: 0.7rem 0.9rem;
    font-size: clamp(1.1rem, 6vw, 1.55rem);
  }
}

/* Ajustes pedidos apenas para a versÃ£o clÃ¡ssica */
.old-home-classic .old-hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 86px clamp(18px, 4vw, 48px) 48px;
}

.old-home-classic .old-hero-content {
  justify-self: center;
  align-self: center;
  width: min(940px, 100%);
  margin: 0 auto;
  text-align: center;
}

.old-home-classic .old-hero h1 {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.old-home-classic .old-hero p {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.old-home-classic .old-contact-form .old-primary-button {
  justify-self: center;
  min-width: 132px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.old-home-classic .old-contact-form .old-primary-button:hover,
.old-home-classic .old-contact-form .old-primary-button:focus-visible {
  transform: translateY(-2px) scale(1.035);
  background: #1d4ed8;
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.38), 0 0 0 6px rgba(37, 99, 235, 0.08);
}

.old-home-classic .old-contact-form .old-primary-button:active {
  transform: translateY(0) scale(0.98);
}

.old-home-classic .old-footer {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(220px, 1fr) minmax(220px, auto);
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 34px clamp(22px, 6vw, 88px);
  background: #000;
  color: rgba(248, 250, 252, 0.72);
  overflow: visible;
}

.old-home-classic .old-footer .brand {
  min-width: 0;
}

.old-home-classic .old-footer .old-brand-logo {
  display: block;
  width: clamp(230px, 20vw, 320px);
  height: auto;
  max-height: 86px;
  object-fit: contain;
  object-position: left center;
}

.old-home-classic .old-footer p {
  margin: 0;
  text-align: center;
  white-space: normal;
}

.old-home-classic .old-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
  min-width: 0;
}

.old-home-classic .old-footer .footer-links a {
  white-space: nowrap;
}

@media (max-width: 860px) {
  .old-home-classic .old-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 34px 20px;
    text-align: center;
  }

  .old-home-classic .old-footer .old-brand-logo {
    object-position: center;
  }

  .old-home-classic .old-footer .footer-links {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .old-home-classic .old-hero {
    min-height: 620px;
    padding-top: 92px;
  }

  .old-home-classic .old-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .old-home-classic .old-hero p {
    font-size: 1rem;
  }

  .old-home-classic .old-footer .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* VersÃ£o nova: estrutura clÃ¡ssica com acabamento/paleta da loja */
.old-home-new {
  background:
    radial-gradient(circle at 78% 4%, rgba(255, 103, 27, 0.16), transparent 32rem),
    radial-gradient(circle at 8% 32%, rgba(255, 133, 29, 0.08), transparent 26rem),
    #050506;
  color: var(--text);
}

.old-home-new .old-header {
  border-bottom: 1px solid rgba(255, 103, 27, 0.14);
  background: rgba(3, 3, 4, 0.92);
  backdrop-filter: blur(16px);
}

.old-home-new .old-header.is-scrolled {
  background: rgba(3, 3, 4, 0.98);
  border-bottom-color: rgba(255, 103, 27, 0.22);
}

.old-home-new .old-brand-logo,
.old-home-new .site-header.is-scrolled .old-brand-logo {
  width: clamp(250px, 22vw, 360px);
  height: 92px;
}

.old-home-new .old-nav a {
  position: relative;
  color: rgba(255, 253, 249, 0.86);
  transition: color 170ms ease, transform 170ms ease, font-weight 170ms ease;
}

.old-home-new .old-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  box-shadow: 0 0 18px rgba(255, 103, 27, 0.5);
  transform: translateX(-50%);
  transition: width 170ms ease;
}

.old-home-new .old-nav a:hover,
.old-home-new .old-nav a:focus-visible {
  color: #fff;
  font-weight: 800;
  transform: translateY(-1px) scale(1.035);
}

.old-home-new .old-nav a:hover::after,
.old-home-new .old-nav a:focus-visible::after {
  width: 72%;
}

.old-home-new .old-lang {
  border-color: rgba(255, 133, 29, 0.62);
  color: #ffb15e;
  background: rgba(255, 103, 27, 0.08);
}

.old-home-new .old-hero {
  background: #050506;
}

.old-home-new .old-hero-video {
  filter: saturate(1.16) contrast(1.12) brightness(0.82);
}

.old-home-new .old-hero-overlay {
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 103, 27, 0.2), transparent 34rem),
    linear-gradient(180deg, rgba(3, 3, 4, 0.26), rgba(3, 3, 4, 0.74)),
    linear-gradient(90deg, rgba(3, 3, 4, 0.28), rgba(3, 3, 4, 0.06), rgba(3, 3, 4, 0.34));
}

.old-home-new .old-hero h1 {
  max-width: 920px;
  margin-inline: auto;
  color: #fffdf9;
  text-transform: uppercase;
  letter-spacing: 0.008em;
}

.old-home-new .old-hero p {
  color: #efe7df;
}

.old-home-new .old-primary-button {
  border-radius: 3px;
  background: linear-gradient(135deg, #ff4b10, #ff8a1d);
  color: #1c0801;
  box-shadow: 0 18px 44px rgba(255, 75, 16, 0.28);
}

.old-home-new .old-primary-button:hover,
.old-home-new .old-primary-button:focus-visible {
  background: linear-gradient(135deg, #ff671b, #ffb15e);
  box-shadow: 0 22px 58px rgba(255, 103, 27, 0.38), 0 0 0 6px rgba(255, 103, 27, 0.08);
}

.old-home-new .old-section h2,
.old-home-new .old-store h2,
.old-home-new .old-contact h2 {
  font-family: "Barlow Condensed", Manrope, sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.old-home-new .old-section h2::after,
.old-home-new .old-store h2::after,
.old-home-new .old-contact h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  box-shadow: 0 0 22px rgba(255, 103, 27, 0.36);
}

.old-home-new .old-about {
  width: min(1180px, calc(100% - 48px));
  margin-top: 54px;
  padding: 56px clamp(22px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 103, 27, 0.1), transparent 28rem),
    linear-gradient(145deg, rgba(21, 21, 25, 0.94), rgba(8, 8, 10, 0.98));
  box-shadow: var(--shadow);
}

.old-home-new .old-copy {
  color: rgba(239, 231, 223, 0.86);
}

.old-home-new .old-attendance,
.old-home-new .old-products,
.old-home-new .old-contact {
  width: min(1248px, calc(100% - 48px));
  margin-top: 42px;
  padding: 58px clamp(18px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 103, 27, 0.08), transparent 30rem),
    linear-gradient(145deg, #09090b, #050506);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.32);
}

.old-home-new .client-logo {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 103, 27, 0.12), transparent 60%),
    rgba(255, 255, 255, 0.025);
}

.old-home-new .client-logo:hover {
  border-color: rgba(255, 103, 27, 0.44);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 103, 27, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.045);
}

.old-home-new .old-product-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 103, 27, 0.12), transparent 35%),
    #121214;
  box-shadow: none;
}

.old-home-new .old-product-card:hover,
.old-home-new .old-product-card:focus-visible {
  border-color: rgba(255, 103, 27, 0.65);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 103, 27, 0.22), transparent 38%),
    #171719;
}

.old-home-new .old-product-card img {
  background: #080809;
  transition: filter 180ms ease, transform 180ms ease;
}

.old-home-new .old-product-card:hover img,
.old-home-new .old-product-card:focus-visible img {
  filter: drop-shadow(0 28px 28px rgba(255, 90, 31, 0.2));
  transform: scale(1.025);
}

.old-home-new .old-product-card h3 {
  font-family: "Barlow Condensed", Manrope, sans-serif;
  font-size: 1.8rem;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.old-home-new .old-product-card:hover h3,
.old-home-new .old-product-card:focus-visible h3 {
  color: #ffb15e;
}

.old-home-new .old-store {
  border: 1px solid rgba(255, 103, 27, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 103, 27, 0.14), transparent 28rem),
    linear-gradient(145deg, #151515, #070707);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.38);
}

.old-home-new .old-contact {
  width: min(760px, calc(100% - 48px));
  margin-bottom: 74px;
}

.old-home-new .old-contact-form {
  gap: 18px;
}

.old-home-new .old-contact-form input,
.old-home-new .old-contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: #151517;
  color: #fffdf9;
  font-size: 1rem;
}

.old-home-new .old-contact-form input:focus,
.old-home-new .old-contact-form textarea:focus {
  border-color: rgba(255, 103, 27, 0.62);
  box-shadow: 0 0 0 2px rgba(255, 103, 27, 0.28), 0 0 34px rgba(255, 103, 27, 0.1);
}

.old-home-new .old-contact-form .old-primary-button {
  justify-self: center;
  min-width: 142px;
}

.old-home-new .old-footer {
  border-top-color: rgba(255, 103, 27, 0.16);
  background: #000;
}

@media (max-width: 980px) {
  .old-home-new .old-attendance,
  .old-home-new .old-products,
  .old-home-new .old-contact {
    width: min(100% - 32px, 100%);
    padding-inline: 18px;
  }
}

@media (max-width: 620px) {
  .old-home-new .old-brand-logo,
  .old-home-new .site-header.is-scrolled .old-brand-logo {
    width: 210px;
    height: 68px;
  }

  .old-home-new .old-about {
    width: min(100% - 28px, 100%);
    padding: 42px 18px;
  }

  .old-home-new .old-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }
}

/* Player discreto de mÃºsica ambiente */
.music-player,
.music-mini {
  position: fixed;
  z-index: 80;
  left: 18px;
  bottom: 18px;
}

.music-player {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 5, 6, 0.66);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.music-player:hover,
.music-player:focus-within {
  border-color: rgba(255, 133, 29, 0.44);
  opacity: 1;
  transform: translateY(-1px);
}

.music-player.is-hidden {
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  pointer-events: none;
}

.music-toggle,
.music-hide,
.music-mini {
  border: 0;
  color: inherit;
  cursor: pointer;
}

.music-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.music-icon {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #ff8a1d;
  box-shadow: 0 0 0 4px rgba(255, 103, 27, 0.1), 0 0 18px rgba(255, 103, 27, 0.48);
}

.music-icon::before,
.music-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(255, 138, 29, 0.2);
  opacity: 0;
}

.music-icon::before {
  animation: musicAura 1.9s ease-out infinite;
}

.music-icon::after {
  display: none;
}

.music-player.is-playing .music-icon {
  background: #ffb15e;
  box-shadow: 0 0 0 4px rgba(255, 177, 94, 0.12), 0 0 22px rgba(255, 103, 27, 0.56);
}

.music-hide {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: transparent;
  opacity: 0.62;
  font-size: 0;
  line-height: 0;
  transition: opacity 160ms ease, background 160ms ease;
}

.music-hide::before,
.music-hide::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.music-hide::before {
  transform: translate(-50%, -50%) rotate(38deg);
}

.music-hide::after {
  transform: translate(-50%, -50%) rotate(-38deg);
}

.music-hide:hover,
.music-hide:focus-visible,
.music-mini:hover,
.music-mini:focus-visible {
  background: rgba(255, 103, 27, 0.14);
  opacity: 1;
}

.music-mini {
  display: none;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 29, 0.18);
  background: rgba(5, 5, 6, 0.68);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.music-mini span {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8a1d;
  box-shadow: 0 0 18px rgba(255, 103, 27, 0.52);
}

.music-mini span::before,
.music-mini span::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(255, 138, 29, 0.22);
}

.music-mini.is-visible {
  display: grid;
}

@keyframes musicPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 103, 27, 0.34);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(255, 103, 27, 0);
  }
}

@keyframes musicAura {
  0% {
    opacity: 0.72;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}

@media (max-width: 620px) {
  .music-player {
    left: 12px;
    right: auto;
    bottom: 12px;
    max-width: calc(100vw - 24px);
  }

  .music-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

/* Ajustes finais Space Effects 20260721 */
.site-header .brand,
.old-header .old-brand {
  min-width: clamp(260px, 23vw, 420px);
}

.site-header .brand-logo,
.site-header.is-scrolled .brand-logo,
.old-header .old-brand-logo {
  width: clamp(260px, 23vw, 420px) !important;
  height: 108px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

h1, h2, h3,
.hero-title,
.old-hero-title,
.section-title {
  letter-spacing: 0.015em;
}

.nav-link,
.old-nav a,
.btn,
.old-hero-btn {
  letter-spacing: 0.018em;
}

@media (max-width: 760px) {
  .site-header .brand,
  .old-header .old-brand {
    min-width: 190px;
  }
  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo,
  .old-header .old-brand-logo {
    width: 190px !important;
    height: 76px !important;
  }
}

/* Ajuste final solicitado: logo oficial maior e com respiro */
.old-home .old-brand-logo,
.old-home .site-header.is-scrolled .old-brand-logo,
.brand-logo,
.site-header.is-scrolled .brand-logo,
.legacy-hero-logo {
  width: clamp(210px, 17vw, 340px) !important;
  max-width: 34vw !important;
  height: auto !important;
  object-fit: contain !important;
}
.site-header .brand,
.old-home .old-brand {
  min-width: clamp(210px, 17vw, 340px);
}
.hero-title,
.old-hero-title,
.section-title,
.product-title,
h1, h2 {
  letter-spacing: .018em;
}
.nav a,
.old-home .old-nav a {
  letter-spacing: .012em;
}

/* Correção final 20260722: cabeçalho compacto com logo oficial */
.site-header,
.old-header,
.old-home .old-header,
.old-home-classic .old-header,
.old-home-premium .old-header,
.old-home-new .old-header {
  min-height: 86px !important;
  height: 86px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

.site-header.is-scrolled,
.old-header.is-scrolled,
.old-home .old-header.is-scrolled,
.old-home-classic .old-header.is-scrolled,
.old-home-premium .old-header.is-scrolled,
.old-home-new .old-header.is-scrolled {
  min-height: 74px !important;
  height: 74px !important;
}

.site-header .brand,
.old-header .old-brand,
.old-home .old-brand,
.old-home-classic .old-brand,
.old-home-premium .old-brand,
.old-home-new .old-brand {
  width: clamp(220px, 18vw, 320px) !important;
  min-width: 0 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
}

.site-header .brand-logo,
.site-header.is-scrolled .brand-logo,
.old-header .old-brand-logo,
.old-header.is-scrolled .old-brand-logo,
.old-home .old-brand-logo,
.old-home .site-header.is-scrolled .old-brand-logo,
.old-home-classic .old-brand-logo,
.old-home-premium .old-brand-logo,
.old-home-new .old-brand-logo {
  display: block !important;
  width: clamp(210px, 17vw, 300px) !important;
  max-width: clamp(210px, 17vw, 300px) !important;
  height: 64px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.site-header nav,
.old-nav,
.old-home .old-nav,
.main-nav {
  align-items: center !important;
}

@media (max-width: 760px) {
  .site-header,
  .old-header,
  .old-home .old-header,
  .old-home-classic .old-header,
  .old-home-premium .old-header,
  .old-home-new .old-header {
    min-height: 76px !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .site-header .brand,
  .old-header .old-brand,
  .old-home .old-brand,
  .old-home-classic .old-brand,
  .old-home-premium .old-brand,
  .old-home-new .old-brand {
    width: 220px !important;
    height: 58px !important;
  }

  .site-header .brand-logo,
  .site-header.is-scrolled .brand-logo,
  .old-header .old-brand-logo,
  .old-header.is-scrolled .old-brand-logo,
  .old-home .old-brand-logo,
  .old-home-classic .old-brand-logo,
  .old-home-premium .old-brand-logo,
  .old-home-new .old-brand-logo {
    width: 210px !important;
    max-width: 210px !important;
    height: 54px !important;
  }
}

/* VÃ­deo de fundo da pÃ¡gina inicial */
.has-home-video{position:relative;overflow:hidden}
.has-home-video .home-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.72;pointer-events:none}
.has-home-video::after{content:'';position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 50% 45%,rgba(255,92,24,.12),transparent 38%),linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.76));pointer-events:none}
.has-home-video>:not(.home-hero-video){position:relative;z-index:2}

/* Vídeo de fundo da seção hero */
.hero,
.hero-section,
.home-hero,
.classic-hero,
.hero-banner,
.hero-wrapper,
.intro-hero,
#home,
#hero {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.hero-video-layer,
.hero .hero-media,
.hero-section .hero-media,
.home-hero .hero-media,
.classic-hero .hero-media,
.hero-banner .hero-media,
.hero-wrapper .hero-media,
.intro-hero .hero-media,
#home .hero-media,
#hero .hero-media,
.hero .hero-background,
.hero-section .hero-background,
.home-hero .hero-background,
.classic-hero .hero-background,
.hero .video-background,
.hero-section .video-background,
.home-hero .video-background,
.classic-hero .video-background,
.hero .hero-bg,
.hero-section .hero-bg,
.home-hero .hero-bg,
.classic-hero .hero-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.hero-video-layer video,
.hero video,
.hero-section video,
.home-hero video,
.classic-hero video,
.hero-banner video,
.hero-wrapper video,
.intro-hero video,
#home video,
#hero video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
  pointer-events: none !important;
  display: block !important;
}

body > video,
main > video,
body > .hero-video,
body > .hero-media,
body > .video-bg,
body > .background-video,
main > .hero-video,
main > .hero-media,
main > .video-bg,
main > .background-video {
  display: none !important;
}

.hero > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
.hero-section > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
.home-hero > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
.classic-hero > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
.hero-banner > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
#home > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
#hero > :not(.hero-video-layer):not(.hero-media):not(.hero-background):not(.video-background):not(.hero-bg):not(video),
.hero-content,
.hero-copy,
.hero-inner,
.hero-overlay {
  position: relative !important;
  z-index: 2 !important;
}

header,
.site-header,
.main-header,
.classic-header,
.navbar {
  position: relative !important;
  z-index: 50 !important;
}
/* Fim: vídeo de fundo da seção hero */

/* A home mantém o cabeçalho sobre o hero, sem criar espaço no fluxo. */
.old-home .site-header.old-header {
  position: fixed !important;
}

/* Menu principal maior e mais legível, sem alterar o cabeçalho. */
@media (min-width: 981px) {
  .old-home .old-nav {
    font-size: 1.1rem;
    font-weight: 800;
  }
}
