/* ============ AXIS HAUS ============ */
:root {
  --bg: #ffffff;
  --panel: #f2f3f5;
  --white: #0a0a0c;
  --muted: #5f6368;
  --faint: #9aa0a6;
  --line: rgba(10, 10, 12, 0.12);
  --radius: 22px;
  /* preto e branco — sem cor */
  --cyan: #0a0a0c;
  --blue: #0a0a0c;
  --purple: #0a0a0c;
  --magenta: #0a0a0c;
  --brand-grad: linear-gradient(105deg, #0a0a0c 0%, #2a2a2e 100%);
  --font-display: "Poppins", sans-serif;
  --font-body: "Inter", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85em 1.7em;
  border-radius: 100px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  transition: transform 0.45s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn--white {
  position: relative;
  background: var(--brand-grad);
  color: #fff;
  font-weight: 500;
}
.btn--white:hover { filter: brightness(1.08); box-shadow: 0 10px 30px rgba(10, 10, 12, 0.16); }
.btn--ghost { border: 1px solid var(--line); color: var(--white); }
.btn--ghost:hover { border-color: var(--cyan); color: #fff; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4); }

/* ============ NAV ============ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 2.4rem;
  transition: background 0.4s, backdrop-filter 0.4s;
}
.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.18em;
}
.nav__logo b,
.reveal-section__logo b,
.footer__logo b {
  font-weight: 400;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav__links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2.2rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.nav__links a { transition: color 0.3s; }
.nav__links a:hover { color: var(--white); }
.nav__cta { padding: 0.7em 1.4em; }

/* ============ HERO ============ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0 1.5rem;
  background:
    radial-gradient(55% 45% at 18% 8%, rgba(10, 10, 12, 0.035), transparent 60%),
    radial-gradient(55% 45% at 84% 92%, rgba(10, 10, 12, 0.035), transparent 60%),
    radial-gradient(50% 40% at 50% 50%, rgba(10, 10, 12, 0.03), transparent 70%),
    var(--bg);
}
.hero__kicker {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--faint);
  letter-spacing: 0.04em;
  margin-bottom: 2.6rem;
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(3rem, 11vw, 10rem);
  line-height: 0.98;
  letter-spacing: 0.04em;
}
.hero__line { display: block; overflow: hidden; }
.hero__line > span {
  display: block;
  transform: translateY(110%);
  animation: heroUp 1.2s var(--ease) forwards;
  background: linear-gradient(105deg, #0a0a0c 35%, #3a3a3e 60%, #0a0a0c 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__line i {
  font-style: normal;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(10, 10, 12, 0.18));
}
@keyframes heroUp { to { transform: translateY(0); } }
.hero__sub {
  margin-top: 2.6rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--muted);
}
.hero__scroll {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--faint);
}
.hero__scroll span {
  width: 1px;
  height: 44px;
  background: linear-gradient(var(--cyan), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(20px); opacity: 0; }
}

/* ============ STACKED CARDS ============ */
.stack { position: relative; }

.stack__pager {
  position: fixed;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--faint);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s;
}
.stack__pager.is-visible { opacity: 1; }
.stack__pager span { transition: color 0.4s, transform 0.4s; }
.stack__pager span.is-active {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.15);
}

.stack__progress {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 2px;
  height: 130px;
  background: rgba(10, 10, 12, 0.12);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.45s;
}
.stack__progress.is-visible { opacity: 1; }
.stack__progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--brand-grad);
  transform: scaleY(0);
  transform-origin: top;
}

.stack__item {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.5rem 4.5rem 3rem;
}

.card {
  position: relative;
  width: 100%;
  height: calc(100vh - 7.5rem);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65);
  will-change: transform, filter;
}
.card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.25) 28%, transparent 55%);
}
.card__caption {
  position: absolute;
  left: 3rem;
  bottom: 2.8rem;
  max-width: 460px;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.9s var(--ease), opacity 0.9s var(--ease);
}
.stack__item.in-view .card__caption { transform: translateY(0); opacity: 1; }
.card__caption h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}
.card__caption p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

/* ============ BIG REVEAL ============ */
.reveal-section { height: 220vh; position: relative; }
.reveal-section__inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4.5rem;
}
.reveal-section__meta {
  position: absolute;
  left: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.reveal-section__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: var(--white);
}
.reveal-section__meta p {
  font-size: 0.72rem;
  line-height: 1.7;
  color: var(--faint);
  letter-spacing: 0.03em;
}
.reveal-section__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3rem, 7.4vw, 7.2rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-align: right;
  margin-left: auto;
  max-width: 75%;
}
.rw {
  display: inline-block;
  opacity: 0.08;
  transition: opacity 0.25s linear;
  background: linear-gradient(105deg, #0a0a0c 25%, #3a3a3e 60%, #0a0a0c 85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rw--accent {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
}

/* ============ PROJECTS ============ */
.projects {
  position: relative;
  min-height: 100vh;
  padding: 7rem 4.5rem 5rem;
  background: #ffffff;
}
.projects__note {
  position: absolute;
  top: 2.6rem;
  left: 4.5rem;
  font-size: 0.68rem;
  line-height: 1.7;
  color: var(--faint);
  letter-spacing: 0.03em;
}
.projects__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 4.5rem;
  align-items: stretch;
  max-width: 1450px;
  margin: 0 auto;
}

/* — left column — */
.projects__info { display: flex; flex-direction: column; }
.projects__num {
  overflow: hidden;
  height: clamp(7rem, 13vw, 11.5rem);
}
.projects__num span {
  display: block;
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(7rem, 13vw, 11.5rem);
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(150deg, #eceef1 18%, #dfe1e4 70%, #eceef1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.projects__name {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-top: 1.2rem;
  min-height: 2.4em;
}
.projects__rule {
  border: none;
  border-top: 1px solid var(--line);
  margin: 2rem 0 1.6rem;
}
.projects__meta {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 2rem;
}
.projects__when {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.92rem;
  color: var(--white);
}
.projects__price-label {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--faint);
}
.projects__when > span:nth-of-type(1) {
  font-family: var(--font-display);
  font-weight: 400;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.projects__loc {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.76rem;
}
.projects__loc i { font-style: normal; }
.projects__desc {
  font-size: 0.78rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 360px;
}
.projects__scope {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.projects__scope-label { font-size: 0.78rem; color: var(--muted); }
.projects__tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.projects__tags span {
  font-size: 0.68rem;
  padding: 0.45em 1em;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: border-color 0.3s, color 0.3s;
}
.projects__tags span:hover { border-color: var(--cyan); color: #fff; }
.projects__foot {
  margin-top: auto;
  padding-top: 2.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.projects__coords {
  font-size: 0.68rem;
  line-height: 1.6;
  color: var(--muted);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* — right column — */
.projects__media { display: flex; flex-direction: column; gap: 1.6rem; }
.projects__img {
  position: relative;
  flex: 1;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--panel);
}
.projects__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s var(--ease), transform 1.4s var(--ease);
}
.projects__img img.is-active { opacity: 1; transform: scale(1); }
.projects__controls {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.projects__counter {
  font-size: 0.76rem;
  color: var(--white);
  font-variant-numeric: tabular-nums;
  min-width: 3.2em;
}
.projects__bars { display: flex; gap: 0.5rem; flex: 1; }
.projects__bars i {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(10, 10, 12, 0.16);
  overflow: visible;
}
.projects__bars i::after {
  content: "";
  position: absolute;
  inset: -1px 0;
  background: var(--brand-grad);
  transform: scaleX(0);
  transform-origin: left;
}
.projects__bars i.is-active::after { animation: barFill 6s linear forwards; }
.projects__bars i.is-done::after { transform: scaleX(1); }
@keyframes barFill { to { transform: scaleX(1); } }
.projects__arrows { display: flex; gap: 0.6rem; }
.projects__arrows button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.projects__arrows button:hover {
  background: var(--brand-grad);
  color: #fff;
  border-color: transparent;
  transform: scale(1.05);
}

/* slide-out / slide-in text animation */
.slide-out { animation: slideOut 0.4s var(--ease) forwards; }
.slide-in { animation: slideIn 0.6s var(--ease) forwards; }
@keyframes slideOut { to { transform: translateY(-105%); opacity: 0; } }
@keyframes slideIn { from { transform: translateY(105%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.fade-swap { animation: fadeSwap 0.7s var(--ease); }
@keyframes fadeSwap {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ============ FOOTER ============ */
.footer {
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.6rem;
  padding: 6rem 2rem 2.4rem;
  background:
    radial-gradient(50% 50% at 50% 120%, rgba(255, 255, 255, 0.16), transparent 70%),
    radial-gradient(40% 40% at 15% 110%, rgba(10, 10, 12, 0.035), transparent 70%),
    radial-gradient(40% 40% at 85% 110%, rgba(10, 10, 12, 0.035), transparent 70%),
    #ffffff;
}
.footer__title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.footer__title em {
  font-style: normal;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__cta { font-size: 0.9rem; padding: 1em 2.2em; }
.footer__base {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 5rem;
  font-size: 0.7rem;
  color: var(--faint);
}
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: var(--white);
}

/* ============ SCROLL REVEAL (generic) ============ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .nav__links { display: none; }
  .stack__item { padding: 4.2rem 1.1rem 1.6rem; }
  .card { height: calc(100vh - 5.8rem); }
  .card__caption { left: 1.4rem; bottom: 1.6rem; right: 1.4rem; }
  .stack__pager { left: 0.85rem; }
  .stack__progress { right: 0.85rem; }
  .reveal-section__inner { padding: 0 1.4rem; }
  .reveal-section__meta { position: static; transform: none; margin-bottom: 3rem; gap: 1.6rem; }
  .reveal-section__title { text-align: left; max-width: 100%; margin-left: 0; }
  .projects { padding: 7rem 1.4rem 3.5rem; }
  .projects__note { left: 1.4rem; }
  .projects__grid { grid-template-columns: 1fr; gap: 3rem; }
  .projects__meta { grid-template-columns: 1fr; gap: 1.2rem; }
  .projects__img { min-height: 300px; }
  .projects__foot { flex-direction: column; align-items: flex-start; gap: 1.4rem; }
  .projects__coords { text-align: left; }
  .footer__base { flex-direction: column; gap: 0.6rem; }
}

/* preto e branco nas imagens */
.card img, .projects__img img { filter: grayscale(1) contrast(1.03); }

/* legendas dos cards sobre foto — sempre brancas */
.card__caption, .card__caption h2, .card__caption p { color: #fff; }

/* ============ VSL BAND (primeiro vídeo — responsivo 16:9 PC / 9:16 mobile) ============ */
.vsl-band { padding: 2.5rem 1.5rem 4rem; text-align: center; background: var(--bg); }
.vsl-band__frame { max-width: 920px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(10, 12, 20, 0.18); border: 1px solid var(--line); }
.vsl-band__frame video { width: 100%; background: #000; }
.vsl-16x9 { display: block; aspect-ratio: 16/9; object-fit: cover; }
.vsl-9x16 { display: none; }
.vsl-band__cap { margin-top: 1rem; font-size: 0.8rem; letter-spacing: 0.04em; color: var(--faint); }
@media (max-width: 700px) {
  .vsl-band__frame { max-width: 330px; }
  .vsl-16x9 { display: none; }
  .vsl-9x16 { display: block; aspect-ratio: 9/16; object-fit: cover; }
}

/* ============ CARD DE VÍDEO (VSL como um dos 3 cards) ============ */
.card--video { background: #000; }
.card .cvid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; z-index: 1; }
.cvid-9x16 { display: none; }
@media (max-width: 700px) { .cvid-16x9 { display: none; } .cvid-9x16 { display: block; } }

/* ============ DETALHES PRETOS (tema branco) ============ */
.nav.is-scrolled { border-bottom: 1px solid rgba(10, 10, 12, 0.08); }
/* palavras de destaque = realce preto sólido */
.rw--accent {
  background: #0a0a0c;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #fff;
  color: #fff;
  padding: 0 0.14em;
  border-radius: 0.06em;
}
/* filete preto no topo das secções de projetos + linha do reveal */
.projects { border-top: 1px solid #0a0a0c; }
.reveal-section__meta p { border-left: 2px solid #0a0a0c; padding-left: 14px; }
.projects__note { border-left: 2px solid #0a0a0c; padding-left: 14px; }
.hero__kicker { position: relative; }

/* ============================================================
   OMNI HERO — hero premium (design Vert Media) para páginas de serviço
   Escuro, foto com óculos + cards glass + wordmark. Responsivo (mobile-first).
   ============================================================ */
.ohero {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 120px clamp(20px, 4vw, 46px) 40px;
  overflow: hidden;
  background: #0a0a0a;
  color: #fff;
}
.ohero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #0a0a0a url("assets/sol-hero.png") no-repeat;
  background-position: center 26%;
  background-size: cover;
}
.ohero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.85) 0%, rgba(10,10,10,.4) 14%, transparent 32%, transparent 68%, rgba(10,10,10,.4) 86%, rgba(10,10,10,.85) 100%),
    linear-gradient(180deg, rgba(10,10,10,.55) 0%, transparent 20%, transparent 60%, rgba(10,10,10,.85) 88%, #0a0a0a 100%);
}
.ohero-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}
.ohero-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1280px;
  margin-inline: auto;
  min-height: calc(100vh - 160px);
  display: grid;
}
.ohero .glass {
  background: linear-gradient(160deg, rgba(26,26,26,.55), rgba(14,14,14,.45));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
}
.ohero .float-card {
  position: absolute;
  z-index: 5;
  padding: 18px 20px;
  border-radius: var(--radius);
  width: max-content;
  max-width: 260px;
  color: #fff;
}
.ohero .fc-perf { left: 0; top: 42px; }
.ohero .fc-33 { left: 0; top: 236px; }
.ohero .fc-5mm { right: 0; top: 64px; text-align: left; }
.ohero .float-card h4 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.15;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ohero .float-card p { font-size: 12px; line-height: 1.45; color: rgba(255,255,255,.66); }
.ohero .float-card .link {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #ff5a1f;
  padding-bottom: 3px;
}
.ohero .bigstat {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.03em;
  margin-bottom: 4px;
}
.ohero-headline { position: absolute; right: 0; top: 210px; text-align: right; }
.ohero-headline .display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: .92;
  text-transform: uppercase;
  font-size: clamp(46px, 7vw, 104px);
  color: #fff;
}
.ohero-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 26px;
}
.ohero-cta p { font-size: 13px; color: rgba(255,255,255,.66); max-width: 200px; text-align: left; line-height: 1.4; }
.ohero .arrow-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  background: rgba(20,20,20, .5);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease;
}
.ohero .arrow-btn:hover { transform: rotate(-8deg) scale(1.05); background: rgba(255,90,31, .25); }
.ohero .arrow-btn svg { width: 22px; height: 22px; stroke: #fff; fill: none; }
.ohero .wordmark {
  position: absolute;
  left: -6px;
  bottom: 6px;
  font-family: var(--font-display);
  font-size: clamp(54px, 10.5vw, 160px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: .8;
  background: linear-gradient(180deg, #ffffff 0%, #d8d8d8 30%, #7a7a7a 55%, #f0f0f0 75%, #a8a8a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 8px 30px rgba(0,0,0,.5));
}
.ohero-social { position: absolute; right: 4px; bottom: 54px; display: flex; gap: 16px; }
.ohero-social a { color: rgba(255,255,255,.66); transition: color .2s; }
.ohero-social a:hover { color: #fff; }
.ohero-social svg { width: 18px; height: 18px; }

/* nav sobre o hero escuro (texto branco) — volta ao escuro depois do scroll */
.nav:not(.is-scrolled) .nav__logo { color: #fff; }
.nav:not(.is-scrolled) .nav__logo b {
  background: linear-gradient(105deg, #ffffff, #c9c9c9);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.nav:not(.is-scrolled) .nav__links { color: rgba(255,255,255,.72); }
.nav:not(.is-scrolled) .nav__links a:hover { color: #fff; }
.nav:not(.is-scrolled) .nav__cta.btn--ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.nav:not(.is-scrolled) .nav__cta.btn--ghost:hover { border-color: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.4); }

@media (max-width: 760px) {
  .ohero { min-height: auto; padding: 0 20px 44px; }
  .ohero-photo {
    height: clamp(340px, 56vh, 480px);
    inset: 0 0 auto 0;
    background-size: cover;
    background-position: center 4%;
  }
  .ohero-photo::after {
    background:
      linear-gradient(180deg, rgba(10,10,10,.15) 0%, transparent 26%, rgba(10,10,10,.55) 64%, #0a0a0a 94%),
      linear-gradient(90deg, rgba(10,10,10,.45), transparent 26%, transparent 74%, rgba(10,10,10,.45));
  }
  .ohero-grain { display: none; }
  .ohero-inner {
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: clamp(300px, 50vh, 440px);
  }
  .ohero-headline { position: static; order: 1; right: auto; top: auto; text-align: center; margin: 0; }
  .ohero-headline .display { font-size: clamp(42px, 13vw, 74px); text-shadow: 0 4px 26px rgba(10,10,10,.7); }
  .ohero-cta { flex-direction: column; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }
  .ohero-cta p { text-align: center; max-width: 280px; }
  .ohero .float-card {
    position: static !important;
    left: auto !important; right: auto !important; top: auto !important;
    order: 2; margin: 0; width: 100%; max-width: none; text-align: left;
  }
  .ohero .fc-33 { order: 3; }
  .ohero .fc-5mm { order: 4; }
  .ohero .wordmark {
    position: static; order: 5; left: auto; bottom: auto;
    text-align: center; font-size: clamp(46px, 15vw, 94px); margin-top: 16px;
  }
  .ohero-social { position: static; order: 6; right: auto; bottom: auto; justify-content: center; margin-top: 6px; }
}
