:root {
  --bg: #0f1115;
  --bg-elev: #16181e;
  --ink: #f5f5f5;
  --muted: rgba(245, 245, 245, 0.68);
  --gold: #ffc107;
  --gold-soft: color-mix(in srgb, #ffc107 22%, transparent);
  --line: rgba(255, 193, 7, 0.28);
  --radius: 1rem;
  --font: "Montserrat", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(253, 185, 19, 0.12), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(253, 185, 19, 0.06), transparent 50%),
    var(--bg);
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: #111;
  padding: 0.5rem 0.75rem;
  z-index: 100;
}

.skip:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark-stack {
  position: relative;
  display: inline-grid;
  place-items: center start;
  line-height: 0;
}

.brand-mark-stack > .brand-mark-combo {
  grid-area: 1 / 1;
  position: relative;
  display: inline-block;
  line-height: 0;
}

.brand-mark-stack > .brand-mark {
  grid-area: 1 / 1;
}

.brand-mark {
  width: auto;
  height: 4.35rem;
  max-width: min(21rem, 60vw);
  object-fit: contain;
  border-radius: 0;
  transition: opacity 220ms ease;
}

.brand-mark-combo--base {
  opacity: 1;
  transition: opacity 220ms ease;
}

.brand-mark-combo--base .brand-mark--base,
.brand-mark-combo--base .brand-tail--base {
  opacity: 1;
}

.brand-mark-combo--hover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.brand-mark-combo--hover .brand-mark--hover,
.brand-mark-combo--hover .brand-tail--hover {
  opacity: 1;
}

.brand-link:hover .brand-mark-combo--base,
.brand-link:focus-visible .brand-mark-combo--base {
  opacity: 0;
}

.brand-link:hover .brand-mark-combo--hover,
.brand-link:focus-visible .brand-mark-combo--hover {
  opacity: 1;
}

/* legacy single-img stack (hero etc.) */
.brand-mark--base {
  opacity: 1;
}

.brand-mark--hover {
  opacity: 0;
  pointer-events: none;
}

.brand-link:hover > .brand-mark--base,
.brand-link:focus-visible > .brand-mark--base {
  opacity: 0;
}

.brand-link:hover > .brand-mark--hover,
.brand-link:focus-visible > .brand-mark--hover {
  opacity: 1;
}

/* Header brand lockup v4 — body+paws+tail sprite (motion-v4) */
.brand-tail {
  position: absolute;
  left: 9.2%;
  bottom: 2%;
  width: 18.2%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  animation: none;
}

.header-inner {
  position: relative;
  overflow: visible;
}

.site-header {
  overflow: visible;
}

.brand-link {
  position: relative;
  z-index: 2;
  overflow: visible;
  isolation: isolate;
  align-items: flex-end;
  gap: 0.65rem;
  min-height: 3.75rem;
  padding-top: 0.35rem;
}

/* Layout box = bust+paws above the header ledge (paw line). Tail hangs below via overflow. */
.brand-mascot {
  position: relative;
  z-index: 1;
  flex: none;
  width: 5.25rem;
  /* pawLineNorm ≈ 84/256 = 0.328125 → body-above height */
  --paw-norm: 0.328125;
  --frame-w: 160;
  --frame-h: 256;
  /* Pin visual sit (paws/dorso/tail-start) to header.site-header bottom (= main top).
     Calibrated vs owner screenshots: +13 left sit below line; -28 overshot; -15 seats sit on edge. */
  /* Visual paw-bottom (= dorso/tail-start) on header.site-header bottom / main#conteudo top.
     Prior +13 aligned geometric pawNorm only; owner screenshots needed +30px UP → -17px. */
  --mascot-ledge-nudge: -17px;
  height: calc(5.25rem * var(--paw-norm) * var(--frame-h) / var(--frame-w));
  overflow: visible;
  pointer-events: none;
  margin-bottom: 0.15rem;
}

/* Legacy V4.2 / V4.3 layers kept inert — V4.4 is the only active renderer */
.brand-mascot-tail,
.brand-mascot-body,
.brand-mascot-sprite,
.header-raccoon-v43__tail,
.header-raccoon-v43__occluder,
.header-raccoon-v43__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% / var(--paw-norm));
  transform: translateY(var(--mascot-ledge-nudge));
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: none;
  image-rendering: auto;
}

/* ========== Header Raccoon V4.4 + Blink V4.8 ==========
   Order: PURE TAIL → FULL STATIC BODY → EYE-ONLY OVERLAY
   Body: permanent full_v44 bitmap (never swaps). Eyes: atlas bg-position only. */
.header-raccoon-v44__tail,
.header-raccoon-v44__body,
.header-raccoon-v48__eyes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% / var(--paw-norm));
  transform: translateY(var(--mascot-ledge-nudge));
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0;
  transition: none !important;
  animation: none !important;
  image-rendering: auto;
  will-change: auto;
}

.header-raccoon-v44__tail {
  z-index: 1;
}

.header-raccoon-v44__body {
  z-index: 2;
}

.header-raccoon-v48__eyes {
  z-index: 3;
}

.header-raccoon-v44__tail.is-ready,
.header-raccoon-v44__body.is-ready,
.header-raccoon-v48__eyes.is-ready {
  opacity: 1;
}

.header-raccoon-v44__tail.is-atlas {
  background-size: 1600% 100%;
  transition: none !important;
}

.header-raccoon-v48__eyes.is-atlas {
  background-size: 300% 100%;
  transition: none !important;
}

.brand-wordmark-layer {
  position: relative;
  z-index: 4;
  line-height: 0;
  pointer-events: none;
  margin-bottom: 0.35rem;
  display: inline-grid;
  place-items: center start;
}

.brand-wordmark {
  display: block;
  height: 3.1rem;
  width: auto;
  max-width: min(14rem, 48vw);
  object-fit: contain;
  grid-area: 1 / 1;
  transition: opacity 220ms ease;
}

/* Reverse (white STUDIO) — idle on dark header */
.brand-wordmark--base {
  opacity: 1;
}

/* Primary (gold STUDIO) — hover/focus, same geometry as reverse */
.brand-wordmark--hover {
  opacity: 0;
}

.brand-link:hover .brand-wordmark--base,
.brand-link:focus-visible .brand-wordmark--base {
  opacity: 0;
}

.brand-link:hover .brand-wordmark--hover,
.brand-link:focus-visible .brand-wordmark--hover {
  opacity: 1;
}

.nav {
  position: relative;
  z-index: 4;
}

/* Mascot stays geometry-stable; no brightness substitute for logo swap */
.brand-link:hover .brand-mascot-sprite,
.brand-link:focus-visible .brand-mascot-sprite,
.brand-link:hover .brand-mascot-tail,
.brand-link:focus-visible .brand-mascot-tail,
.brand-link:hover .brand-mascot-body,
.brand-link:focus-visible .brand-mascot-body,
.brand-link:hover .header-raccoon-v43__tail,
.brand-link:focus-visible .header-raccoon-v43__tail,
.brand-link:hover .header-raccoon-v43__body,
.brand-link:focus-visible .header-raccoon-v43__body,
.brand-link:hover .header-raccoon-v43__occluder,
.brand-link:focus-visible .header-raccoon-v43__occluder,
.brand-link:hover .header-raccoon-v44__tail,
.brand-link:focus-visible .header-raccoon-v44__tail,
.brand-link:hover .header-raccoon-v44__body,
.brand-link:focus-visible .header-raccoon-v44__body,
.brand-link:hover .header-raccoon-v48__eyes,
.brand-link:focus-visible .header-raccoon-v48__eyes {
  filter: none;
}

@media (max-width: 1023px) {
  .brand-link {
    min-height: 3.25rem;
  }

  .brand-mascot {
    width: 4.35rem;
    --mascot-ledge-nudge: -16px;
  }

  .brand-wordmark {
    height: 2.65rem;
  }
}

@media (max-width: 480px) {
  .brand-link {
    min-height: 2.9rem;
    gap: 0.45rem;
  }

  .brand-mascot {
    width: 3.75rem;
    --mascot-ledge-nudge: -16px;
  }

  .brand-wordmark {
    height: 2.25rem;
    max-width: min(11.5rem, 54vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark {
    transition: none;
  }

  .brand-wordmark {
    transition: none;
  }

  .brand-mascot-sprite,
  .brand-mascot-tail,
  .brand-mascot-body,
  .header-raccoon-v43__tail,
  .header-raccoon-v43__body,
  .header-raccoon-v43__occluder,
  .header-raccoon-v44__tail,
  .header-raccoon-v44__body,
  .header-raccoon-v48__eyes {
    filter: none !important;
    transition: none !important;
  }

  .brand-tail {
    animation: none;
    transition: none;
  }
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.brand-studio {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.nav a:hover {
  color: var(--gold);
}

.nav-cta {
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
}

.hero {
  position: relative;
  padding: clamp(2.5rem, 7vw, 4.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: 8% 5% auto auto;
  width: min(52vw, 34rem);
  height: min(52vw, 34rem);
  background: radial-gradient(circle, var(--gold-soft), transparent 70%);
  filter: blur(48px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 5vw, 3.5rem);
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.85rem;
}

.hero-mark-stack {
  position: relative;
  display: inline-grid;
  place-items: center start;
  width: min(100%, 26rem);
  line-height: 0;
  cursor: pointer;
}

.hero-mark-stack > .hero-mark {
  grid-area: 1 / 1;
  width: 100%;
}

.hero-mark {
  width: min(100%, 26rem);
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
  transition: opacity 220ms ease;
}

.hero-mark-stack .hero-mark--base {
  opacity: 1;
}

.hero-mark-stack .hero-mark--hover {
  opacity: 0;
  pointer-events: none;
}

.hero-mark-stack:hover .hero-mark--base,
.hero-mark-stack:focus-within .hero-mark--base {
  opacity: 0;
}

.hero-mark-stack:hover .hero-mark--hover,
.hero-mark-stack:focus-within .hero-mark--hover {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-mark {
    transition: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-kicker {
  margin: 0.35rem 0 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 0.92;
}

.hero-title-raccoon {
  font-size: clamp(2.8rem, 8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-title-studio {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-tagline {
  margin: 0.15rem 0 0;
  max-width: 28rem;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
}

.hero-triad {
  margin: 0.55rem 0 0;
  max-width: 22rem;
  font-size: clamp(0.98rem, 2.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--gold);
}

.hero-lead {
  margin: 0.75rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(0.95rem, 2vw, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 28rem);
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1 / 1;
}

.hero-visual-frame {
  position: absolute;
  inset: 8% 6% 4% 10%;
  border: 1px solid rgba(253, 185, 19, 0.35);
  transform: rotate(8deg);
  pointer-events: none;
  z-index: 0;
}

.hero-portrait {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  border-radius: 0.35rem;
  background: #0f1115;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.55));
}

.hero-portrait--video {
  object-fit: cover;
  object-position: center;
  background: #0f1115;
}

.identity {
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.identity-media {
  position: relative;
  min-height: clamp(18rem, 48vw, 28rem);
  overflow: hidden;
  background: #0d0d0d;
}

.identity-image {
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 48vw, 28rem);
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.identity-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.45) 48%, rgba(10, 10, 10, 0.2) 100%),
    linear-gradient(180deg, transparent 35%, rgba(10, 10, 10, 0.75) 100%);
}

.identity-copy {
  padding-block: clamp(1.75rem, 5vw, 3rem);
  max-width: 40rem;
}

.identity-title {
  margin: 0;
  font-size: clamp(1.55rem, 3.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.identity-desc {
  margin: 0.75rem 0 0;
  color: rgba(245, 245, 245, 0.78);
  font-size: 0.98rem;
  max-width: 34rem;
  line-height: 1.55;
}

.identity-desc p {
  margin: 0 0 0.85rem;
}

.identity-desc p:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: var(--gold);
  color: #111;
}

.btn-gold:hover {
  background: color-mix(in srgb, var(--gold) 88%, #fff);
}

.btn-whatsapp {
  gap: 0.55rem;
}

.btn-whatsapp-icon {
  display: block;
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.section {
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-desc {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  color: var(--muted);
}

.works .section-desc {
  margin-bottom: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bg-elev);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1a1a1a;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.card:hover .card-media img {
  transform: scale(1.04);
}

.card-media--live:hover .card-video-fallback,
.card:hover .card-media--live .card-video-fallback {
  transform: none;
}

.card-media--live .card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #111;
}

.card-media--live .card-video-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Fallback visível se o browser não tocar vídeo (ou reduced motion) */
@media (prefers-reduced-motion: reduce) {
  .card-media--live .card-video {
    display: none;
  }
}

.card-thumbs {
  position: absolute;
  z-index: 2;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 2.65rem;
  display: flex;
  gap: 0.4rem;
  pointer-events: none;
}

.card-thumbs img {
  width: 22%;
  max-width: 4.5rem;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.card-media--scroll:hover img,
.card:hover .card-media--scroll img {
  transform: none;
}

.card-media--scroll::after {
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.5));
}

.card-media-badge {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  right: 0.85rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(253, 185, 19, 0.92);
  color: #111;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scroll-stage {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: #0d0d0d;
}

.scroll-chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.scroll-chrome span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.scroll-chrome span:nth-child(1) {
  background: #ff5f57;
}

.scroll-chrome span:nth-child(2) {
  background: #febc2e;
}

.scroll-chrome span:nth-child(3) {
  background: #28c840;
}

.scroll-chrome em {
  margin-left: 0.55rem;
  font-style: normal;
  font-size: 0.62rem;
  color: rgba(245, 245, 245, 0.55);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-viewport {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.scroll-page {
  width: 100% !important;
  height: auto !important;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  transform-origin: top center;
  animation: raccoon-scroll-pan 14s ease-in-out infinite;
}

.scroll-cursor {
  position: absolute;
  top: 28%;
  left: 62%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(253, 185, 19, 0.95);
  box-shadow: 0 0 0 0 rgba(253, 185, 19, 0.45);
  animation: raccoon-cursor-nav 14s ease-in-out infinite;
  pointer-events: none;
}

@keyframes raccoon-scroll-pan {
  0%,
  8% {
    transform: translateY(0);
  }
  42%,
  52% {
    transform: translateY(calc(-100% + 11rem));
  }
  88%,
  100% {
    transform: translateY(0);
  }
}

@keyframes raccoon-cursor-nav {
  0%,
  10% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }
  18% {
    opacity: 1;
    transform: translate(-1.5rem, 2rem) scale(1);
    box-shadow: 0 0 0 0.55rem rgba(253, 185, 19, 0.2);
  }
  28% {
    opacity: 1;
    transform: translate(-3rem, 5.5rem) scale(1);
  }
  38%,
  55% {
    opacity: 0.85;
    transform: translate(-2rem, 9rem) scale(0.95);
  }
  70% {
    opacity: 0;
    transform: translate(1rem, 2rem) scale(0.7);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }
}

.card-media-label {
  position: absolute;
  z-index: 1;
  left: 1rem;
  bottom: 1rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(253, 185, 19, 0.35);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.25rem 1.4rem;
  flex: 1;
}

.card-tech-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.card-body h3 {
  margin: 0;
  font-size: 1.35rem;
}

.card-body > p:not(.card-tech-eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags li {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  color: var(--muted);
}

.card-links {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold);
  font-weight: 600;
  font-size: 0.92rem;
}

.card-link--muted {
  color: var(--muted);
  font-weight: 500;
}

.card-link--muted:hover {
  color: var(--gold);
}

.card-link[data-status="pending"] {
  color: var(--muted);
}

.about {
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  overflow: clip;
}

/* Taller drop apex must not clip mid-flight */
.about:has(.about-bio.is-dropping) {
  overflow: visible;
}

.about--editorial {
  --about-bg: var(--bg);
  --about-surface: var(--bg-elev);
  --about-ink: var(--ink);
  --about-muted: var(--muted);
  --about-gold: #fdb913;
  position: relative;
  padding-block: 0;
  background: var(--about-bg);
  color: var(--about-ink);
}

.about-editorial {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  grid-template-areas:
    "portrait heading"
    "portrait copy";
  column-gap: clamp(2rem, 5vw, 6rem);
  row-gap: clamp(1.5rem, 3vw, 3rem);
  width: min(100%, 96rem);
  min-height: clamp(44rem, 72vw, 58rem);
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
}

.about-diagonal {
  position: absolute;
  z-index: 0;
  inset: 45% 0 0;
  background: var(--about-surface);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.about-portrait--triangle {
  grid-area: portrait;
  position: relative;
  z-index: 3;
  align-self: stretch;
  min-width: 0;
  min-height: clamp(34rem, 58vw, 49rem);
  margin: 0;
  pointer-events: none;
}

.about-photo-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 96% 50%, 0 100%);
  background: var(--about-surface);
  filter: drop-shadow(1rem 1.25rem 2rem rgb(0 0 0 / 0.26));
}

/* Beat global `img { max-width:100%; height:auto }` — fill the triangle frame */
.about-photo-frame picture,
.about-photo-frame .about-photo {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.about-photo-frame .about-photo {
  object-fit: cover;
  object-position: 50% 28%;
  opacity: 1;
  visibility: visible;
  transform: scale(0.58);
  transform-origin: 50% 30%;
  filter: saturate(0.94) contrast(1.04);
  border-radius: 0;
  box-shadow: none;
}

.about-photo.is-missing {
  display: none;
}

.about-photo-fallback {
  display: none;
  position: absolute;
  inset: 0;
  place-items: center;
  background:
    linear-gradient(160deg, rgba(253, 185, 19, 0.2), rgba(18, 18, 18, 0.95)),
    #1a1a1a;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: var(--about-gold);
}

.about-photo.is-missing + .about-photo-fallback,
.about-photo-frame:has(.about-photo.is-missing) .about-photo-fallback {
  display: grid;
}

.about-portrait-line {
  display: none;
}

.about-heading {
  grid-area: heading;
  position: relative;
  z-index: 4;
  align-self: end;
  min-width: 0;
  padding: 0;
}

.about-title {
  max-width: 12ch;
  margin: 0.35rem 0 0;
  font-size: clamp(2.75rem, 5vw, 5.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
  color: var(--about-ink);
}

.about-copy {
  grid-area: copy;
  position: relative;
  z-index: 4;
  align-self: start;
  width: min(100%, 66ch);
  max-width: none;
  min-width: 0;
  padding: 0 0 clamp(1.5rem, 4vw, 4rem);
  color: var(--about-muted);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.68;
}

.about-bio {
  display: grid;
  gap: 1rem;
  margin-top: 0;
  max-width: 38rem;
  overflow: visible;
}

/* Word unit — never break mid-token; spaces between words remain breakable */
.about-bio .about-drop-word {
  display: inline-block;
  white-space: nowrap;
}

.about-bio .about-drop-char {
  display: inline-block;
  will-change: transform, opacity;
}

.about-copy .about-bio p {
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  text-align: start;
  text-align-last: start;
}

/* Rest: fully visible */
.about-bio.is-drop-rest .about-drop-char,
.about-bio .about-drop-char.is-landed {
  opacity: 1;
  transform: none;
  animation: none;
}

/*
 * Hover/focus drop — parabolic arc.
 * Prior apex: -0.65em (start = peak). New apex ≈ 1.6× → -1.05em, then land at 0.
 */
.about-bio.is-dropping {
  overflow: visible;
}

.about-bio.is-dropping .about-drop-char {
  --about-drop-apex: -1.05em;
  opacity: 0;
  transform: translateY(-0.35em) scaleY(0.94);
  animation: about-drop-bounce 0.22s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: calc(var(--i, 0) * 12ms);
}

@keyframes about-drop-bounce {
  0% {
    opacity: 0;
    transform: translateY(-0.35em) scaleY(0.94);
  }
  38% {
    opacity: 1;
    transform: translateY(var(--about-drop-apex, -1.05em)) scaleY(0.97);
  }
  78% {
    opacity: 1;
    transform: translateY(0.08em) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@media (max-width: 1023px) {
  .about-bio.is-dropping .about-drop-char {
    --about-drop-apex: -0.95em; /* ~1.46× prior 0.65em */
  }
}

@media (max-width: 480px) {
  .about-copy .about-bio p {
    text-align: left;
    text-align-last: left;
  }

  .about-bio.is-dropping .about-drop-char {
    --about-drop-apex: -0.85em; /* ~1.31× prior 0.65em */
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-bio .about-drop-char {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.about-copy .about-bio {
  max-width: none;
}

.about-bio p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.about-copy .about-bio p {
  color: inherit;
  font-size: inherit;
  margin: 0 0 1.1em;
}

.about-copy .about-bio p:last-child {
  margin-bottom: 0;
}

.about-bio strong {
  color: var(--ink);
  font-weight: 600;
}

.about-copy .about-bio strong {
  color: var(--about-ink);
}

.about-bio em {
  font-style: italic;
  color: var(--ink);
}

/* Reveal: visível por padrão */
.about-reveal {
  opacity: 1;
  transform: none;
}

.about--editorial.is-motion-ready .about-heading.about-reveal:not(.is-in),
.about--editorial.is-motion-ready .about-copy.about-reveal:not(.is-in) {
  opacity: 0;
  transform: translateY(1.1rem);
}

/* Photo stays fully clipped-open — never collapse to a zero-width triangle */
.about--editorial.is-motion-ready .about-photo-frame.about-reveal:not(.is-in),
.about--editorial.is-motion-ready .about-photo-frame.about-reveal.is-in {
  opacity: 1;
  transform: none;
  clip-path: polygon(0 0, 96% 50%, 0 100%);
}

.about--editorial.is-motion-ready .about-portrait-line.about-reveal:not(.is-in) {
  opacity: 1;
  transform: rotate(27.5deg) scaleX(0);
}

.about--editorial.is-motion-ready .about-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.about--editorial.is-motion-ready .about-portrait-line.about-reveal.is-in {
  transform: rotate(27.5deg) scaleX(1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.about--editorial.is-motion-ready .about-copy.about-reveal.is-in {
  transition-delay: 0.1s;
}

@supports not (clip-path: polygon(0 0)) {
  .about-photo-frame {
    clip-path: none;
    border-right: 3px solid var(--about-gold);
  }

  .about-diagonal {
    display: none;
  }
}

@media (max-width: 64rem) {
  .about-editorial {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.95fr);
    column-gap: clamp(1.5rem, 4vw, 3rem);
    min-height: clamp(38rem, 88vw, 50rem);
  }

  .about-portrait--triangle {
    min-height: clamp(28rem, 62vw, 40rem);
  }
}

.help {
  position: relative;
  overflow: hidden;
}

.help-inner {
  position: relative;
  text-align: center;
}

.help-diamond {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(42vw, 28rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.help-title {
  position: relative;
  margin-bottom: 2.5rem;
}

.help-grid {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.help-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
  transform-style: preserve-3d;
  transform-origin: center center;
  perspective: 1200px;
  cursor: pointer;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.help-item.is-flipping-left {
  animation: help-flip-left 0.85s cubic-bezier(0.4, 0.05, 0.2, 1) forwards;
}

.help-item.is-flipping-right {
  animation: help-flip-right 0.85s cubic-bezier(0.4, 0.05, 0.2, 1) forwards;
}

@keyframes help-flip-left {
  0% {
    transform: perspective(1200px) rotateY(0deg);
  }
  100% {
    transform: perspective(1200px) rotateY(-180deg);
  }
}

@keyframes help-flip-right {
  0% {
    transform: perspective(1200px) rotateY(0deg);
  }
  100% {
    transform: perspective(1200px) rotateY(180deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-item {
    transition: none;
    will-change: auto;
  }

  .help-item.is-flipping-left,
  .help-item.is-flipping-right {
    animation: none;
  }
}

.help-num {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--ink);
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
  transition:
    box-shadow 280ms ease,
    transform 280ms ease,
    background-color 280ms ease,
    color 280ms ease;
}

.help-item:hover .help-num,
.help-item:focus-within .help-num {
  background: #111;
  color: var(--gold);
  transform: scale(1.08);
  animation: help-num-gold-pulse 1.35s ease-in-out infinite;
}

@keyframes help-num-gold-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 color-mix(in srgb, var(--gold) 55%, transparent),
      0 0 12px 2px color-mix(in srgb, var(--gold) 35%, transparent);
  }
  50% {
    box-shadow:
      0 0 0 10px color-mix(in srgb, var(--gold) 0%, transparent),
      0 0 22px 6px color-mix(in srgb, var(--gold) 55%, transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-item:hover .help-num,
  .help-item:focus-within .help-num {
    animation: none;
    box-shadow:
      0 0 0 3px color-mix(in srgb, var(--gold) 45%, transparent),
      0 0 16px 2px color-mix(in srgb, var(--gold) 40%, transparent);
  }
}

.help-item h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 16rem;
}

.help-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 18rem;
}

.converse {
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.converse-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

/* Raccoon Studio — Converse Flag Wave V5
   Only the logo surface waves. No pole, no video, no DOM strips. */

.converse-flag-wave {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: min(100%, 26.25rem);
  aspect-ratio: 420 / 132;
  overflow: visible;
  isolation: isolate;
  margin-bottom: 1.75rem;
  line-height: 0;
  outline: none;
}

.converse-flag-wave .converse-mark,
.converse-flag-wave__canvas {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  display: block;
}

.converse-flag-wave .converse-mark {
  object-fit: contain;
  margin-bottom: 0;
  border-radius: 0;
}

.converse-flag-wave__canvas {
  pointer-events: none;
  background: transparent;
}

.converse-flag-wave.is-v5-ready .converse-mark.is-wave-source-hidden {
  visibility: hidden;
}

.converse-flag-wave.is-v5-static .converse-mark {
  visibility: visible;
}

.converse-flag-wave:focus-visible {
  outline: 2px solid #fdb913;
  outline-offset: 6px;
}

@media (prefers-reduced-motion: reduce) {
  .converse-flag-wave__canvas {
    display: none !important;
  }

  .converse-flag-wave .converse-mark {
    visibility: visible !important;
  }
}

/* Legacy V2/V3/V4 nodes — never shown in V5 runtime */
.converse-flag-wave__strip,
.converse-flag-wave__motion,
.converse-flag-canvas {
  display: none !important;
}

.converse-mark {
  width: min(100%, 18rem);
  height: auto;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  margin-bottom: 1.75rem;
  transform-origin: left center;
}

.converse-socials,
.footer-networks {
  display: flex;
  gap: 1.35rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.35rem;
}

.social-link,
.footer-network {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  padding: 0.35rem;
  border-radius: 0.2rem;
  transition: color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.social-link svg,
.footer-network svg,
.svg-inline--fa {
  display: inline-block;
  height: 1.25em;
  width: auto;
  overflow: visible;
  vertical-align: -0.125em;
}

.social-link:hover,
.footer-network:hover {
  color: #0f1115;
  background: #fff;
  transform: none;
}

.converse-title {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.converse-copy .section-desc {
  margin-top: 0.85rem;
  margin-bottom: 0;
}

.converse-bio {
  margin-top: 1.15rem;
}

.email-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.75rem;
  overflow: visible;
}

.email-address {
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
}

.btn-copy {
  border-radius: 0.35rem;
  min-height: 2.55rem;
  padding-inline: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
}

.btn-copy:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

.btn-copy.is-copied {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

.site-footer {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #101010;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand-row p {
  margin: 0;
}

.footer-sep {
  margin: 0 0.35rem;
  opacity: 0.55;
}

.footer-privacy {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}

.footer-privacy:hover,
.footer-privacy:focus-visible {
  color: var(--gold);
}

.footer-inner > img,
.footer-brand-row img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  border-radius: 999px;
}

/* Assinatura Raccoon — não herdar o crop circular do brand-row */
.raccoon-signature .raccoon-signature__card,
.footer-inner .raccoon-signature img {
  width: min(11.5rem, 42vw);
  height: auto;
  max-height: none;
  border-radius: 0;
  object-fit: contain;
}

/* —— Idiomas flutuantes — Lang Glass V3.1 (asset 3D = protagonista) —— */
.lang-float {
  --float-edge-right: 1rem;
  --lang-gold: #fdb913;
  --lang-flag-size: 3rem; /* ~48px desktop — silhueta do balão legível */
  --lang-hit: max(2.75rem, var(--lang-flag-size));
  position: fixed;
  z-index: 99990;
  right: var(--float-edge-right);
  bottom: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: var(--lang-hit);
  align-items: center;
  pointer-events: none;
}

/* Hit target only — no dark disk competing with the asset */
.lang-float .lang-btn {
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: grid;
  place-items: center;
  width: var(--lang-hit);
  height: var(--lang-hit);
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: none;
  transform: translate3d(0, 0, 0);
  transition:
    transform 200ms ease,
    filter 200ms ease,
    opacity 200ms ease;
  opacity: 1;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Remove CSS glass overlays — material lives in the WebP */
.lang-float .lang-btn::before,
.lang-float .lang-btn::after {
  content: none;
  display: none;
}

/* Bubble tip already in asset — hide extra decorative dots */
.lang-float .lang-thought-dot {
  display: none;
}

.lang-float .lang-flag {
  position: relative;
  z-index: 2;
  display: block;
  width: var(--lang-flag-size);
  height: var(--lang-flag-size);
  max-width: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  overflow: visible;
  pointer-events: none;
  transform: none;
  /* Silhouette-following depth (not a circular box-shadow) */
  filter:
    drop-shadow(0 4px 6px rgba(0, 0, 0, 0.45))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
  transition: filter 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.lang-float .lang-btn:not(.active):not([aria-pressed="true"]) .lang-flag {
  opacity: 0.88;
  filter:
    drop-shadow(0 3px 5px rgba(0, 0, 0, 0.4))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

/* Active — soft gold halo on silhouette, not a trapping ring */
.lang-float .lang-btn.active .lang-flag,
.lang-float .lang-btn[aria-pressed="true"] .lang-flag {
  opacity: 1;
  filter:
    drop-shadow(0 0 0.75px rgba(253, 185, 19, 0.95))
    drop-shadow(0 0 5px rgba(253, 185, 19, 0.4))
    drop-shadow(0 5px 8px rgba(0, 0, 0, 0.48));
}

.lang-float .lang-btn:focus-visible {
  outline: 2px solid var(--lang-gold);
  outline-offset: 5px;
  border-radius: 0.85rem;
}

.lang-float .lang-btn:focus-visible .lang-flag {
  opacity: 1;
  filter:
    drop-shadow(0 0 0.75px rgba(253, 185, 19, 0.9))
    drop-shadow(0 0 6px rgba(253, 185, 19, 0.35))
    drop-shadow(0 4px 7px rgba(0, 0, 0, 0.42));
}

@media (hover: hover) and (pointer: fine) {
  .lang-float .lang-btn:hover {
    transform: translate3d(0, -2px, 0) perspective(520px) rotateX(3deg) rotateY(-3deg);
  }

  .lang-float .lang-btn:hover .lang-flag {
    opacity: 1;
    filter:
      drop-shadow(0 0 0.5px rgba(253, 185, 19, 0.45))
      drop-shadow(0 7px 12px rgba(0, 0, 0, 0.52))
      drop-shadow(0 2px 3px rgba(0, 0, 0, 0.28));
  }

  .lang-float .lang-btn.active:hover .lang-flag,
  .lang-float .lang-btn[aria-pressed="true"]:hover .lang-flag {
    filter:
      drop-shadow(0 0 0.85px rgba(253, 185, 19, 1))
      drop-shadow(0 0 7px rgba(253, 185, 19, 0.48))
      drop-shadow(0 8px 12px rgba(0, 0, 0, 0.5));
  }
}

@media (prefers-reduced-motion: reduce) {
  .lang-float .lang-btn,
  .lang-float .lang-btn.active,
  .lang-float .lang-btn[aria-pressed="true"] {
    animation: none !important;
    transition: opacity 80ms linear, filter 80ms linear;
    transform: none !important;
    will-change: auto;
  }

  .lang-float .lang-btn:hover,
  .lang-float .lang-btn.active:hover,
  .lang-float .lang-btn[aria-pressed="true"]:hover {
    transform: none !important;
  }

  .lang-float .lang-flag {
    transition: none;
  }
}

/* VLibras — acima da base, abaixo das bandeiras */
[vw-access-button] {
  right: 1rem !important;
  bottom: 1.25rem !important;
  z-index: 99999 !important;
}

body.i18n-fading {
  opacity: 0.72;
  transition: opacity 0.12s ease;
}

@media (max-width: 820px) {
  .cards,
  .help-grid,
  .converse-inner,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .card-tech-eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.03em;
  }

  .card-body > p:not(.card-tech-eyebrow) {
    font-size: 0.9rem;
  }

  .hero-copy {
    align-items: center;
    text-align: center;
  }

  .hero-visual {
    justify-self: center;
    width: min(100%, 22rem);
    order: -1;
  }

  .hero-actions {
    justify-content: center;
  }

  .identity-overlay {
    background:
      linear-gradient(180deg, rgba(10, 10, 10, 0.25) 0%, rgba(10, 10, 10, 0.82) 70%);
  }

  .identity-copy {
    text-align: center;
    margin-inline: auto;
  }

  .help-diamond {
    width: min(72vw, 22rem);
    opacity: 0.7;
  }

  .about-editorial {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "portrait"
      "copy";
    min-height: 0;
    padding: 3.5rem 1.25rem 4rem;
    row-gap: 1.75rem;
    column-gap: 0;
  }

  .about-heading {
    align-self: start;
    padding: 0;
  }

  .about-title {
    max-width: 11ch;
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .about-portrait--triangle {
    min-height: 0;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .about-photo-frame {
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    filter: none;
  }

  .about-photo-frame .about-photo {
    object-position: 50% 26%;
    transform: scale(0.62);
    transform-origin: 50% 28%;
  }

  .about-copy {
    width: 100%;
    padding: 0 0 0.5rem;
  }

  .about-diagonal,
  .about-portrait-line {
    display: none;
  }

  .about--editorial.is-motion-ready .about-photo-frame.about-reveal:not(.is-in),
  .about--editorial.is-motion-ready .about-photo-frame.about-reveal.is-in {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  }

  .converse-mark {
    margin-bottom: 1.25rem;
  }

  .converse-flag-wave {
    margin-bottom: 1.25rem;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .lang-float {
    right: 0.65rem;
    bottom: 6.75rem;
    gap: 0.65rem;
    --lang-flag-size: 2.85rem; /* ~45.6px mobile */
    --lang-hit: max(2.75rem, var(--lang-flag-size));
    width: var(--lang-hit);
  }

  .lang-float .lang-btn {
    width: var(--lang-hit);
    height: var(--lang-hit);
    min-width: 44px;
    min-height: 44px;
  }
}

/* About portrait — mobile ≤480px only (provisional framing for human choice) */
@media (max-width: 480px) {
  .about-portrait--triangle {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .about-photo-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: none;
    filter: none;
  }

  .about-photo-frame .about-photo {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: 50% 55%;
    transform: none;
    transform-origin: 50% 50%;
  }

  .about--editorial.is-motion-ready .about-photo-frame.about-reveal:not(.is-in),
  .about--editorial.is-motion-ready .about-photo-frame.about-reveal.is-in {
    clip-path: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .about--editorial.is-motion-ready .about-reveal,
  .about--editorial.is-motion-ready .about-reveal:not(.is-in),
  .about--editorial.is-motion-ready .about-reveal.is-in,
  .about-heading,
  .about-photo-frame,
  .about-copy,
  .about-portrait-line {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .about--editorial.is-motion-ready .about-photo-frame.about-reveal:not(.is-in),
  .about--editorial.is-motion-ready .about-photo-frame.about-reveal.is-in {
    clip-path: polygon(0 0, 96% 50%, 0 100%);
  }

  .btn:hover,
  .lang-btn:hover,
  .card:hover .card-media img,
  .social-link:hover {
    transform: none;
  }

  .scroll-page,
  .scroll-cursor {
    animation: none;
  }

  .scroll-cursor {
    display: none;
  }

  body.i18n-fading {
    transition: none;
  }
}
