/* ═══════════════════════════════════════════════════════════════
   LP Dra. Ana Luiza Camargo — Otorrinolaringologia · Rinologia
   Paleta sampleada do material aprovado (manual + apresentação):
   #006378 deep · #325F72 petrol · #617B88 slate · #70BCBC tiffany
   #30BFC0 tiffany vivo · #ECFEFE ice · #878787 gray
   ═══════════════════════════════════════════════════════════════ */

/* ---------- Fontes (vendorizadas) ---------- */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/maven-pro-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/maven-pro-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --deep:    #006378;
  --deepest: #00485B;
  --petrol:  #325F72;
  --slate:   #617B88;
  --tiffany: #70BCBC;
  --vivid:   #30BFC0;
  --ice:     #ECFEFE;
  --paper:   #FFFFFF;
  --mist:    #F4FBFB;
  --gray:    #878787;

  --font: 'Maven Pro', 'Trebuchet MS', system-ui, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 26px;
  --shadow-deep: 0 30px 80px -20px rgba(0, 72, 91, .35), 0 12px 28px -12px rgba(0, 72, 91, .22);
  --shadow-soft: 0 18px 50px -18px rgba(0, 72, 91, .25);
  --hairline: rgba(50, 95, 114, .16);
  --ease-out: cubic-bezier(.22, .61, .21, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--petrol);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: normal; }
.container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }

/* seleção */
::selection { background: var(--tiffany); color: #00323E; }

/* ---------- Tipos compartilhados ---------- */
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 22px;
}
.eyebrow-light { color: var(--tiffany); }
h1, h2, h3 { font-weight: 600; line-height: 1.08; letter-spacing: -0.015em; }
h2 { font-size: clamp(2rem, 4.3vw, 3.4rem); color: var(--petrol); }
.sec-head { margin-bottom: clamp(48px, 7vw, 84px); }
.sec-head-dark h2 { color: var(--ice); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 17px 30px;
  border-radius: 999px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .3s, color .3s, border-color .3s;
  will-change: transform;
}
.btn-arrow { display: inline-block; transition: transform .35s var(--ease-out); }
.btn:hover .btn-arrow { transform: translateX(5px); }
.btn-solid {
  background: var(--deep);
  color: #fff;
  box-shadow: 0 14px 34px -12px rgba(0, 99, 120, .5);
}
.btn-solid:hover { background: var(--deepest); transform: translateY(-2px); box-shadow: 0 20px 44px -14px rgba(0, 99, 120, .55); }
.btn-ghost {
  border: 1px solid var(--hairline);
  color: var(--petrol);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--tiffany); color: var(--deep); transform: translateY(-2px); }
.btn-light {
  background: var(--ice);
  color: var(--deepest);
  box-shadow: 0 14px 34px -12px rgba(0, 0, 0, .3);
}
.btn-light:hover { background: #fff; transform: translateY(-2px); }
.btn-big { font-size: 17px; padding: 20px 38px; }
.text-link {
  font-weight: 700;
  color: var(--deep);
  border-bottom: 1.5px solid var(--tiffany);
  padding-bottom: 3px;
  transition: color .3s, border-color .3s;
}
.text-link:hover { color: var(--vivid); border-color: var(--vivid); }

/* ═══════════ HEADER ═══════════ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background .4s, box-shadow .4s, backdrop-filter .4s;
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand img { width: clamp(200px, 22vw, 264px); height: auto; }
.btn-header { padding: 13px 24px; font-size: 14.5px; }
.site-header.scrolled {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--hairline);
}
.site-header.scrolled .header-inner { padding-block: 12px; }

/* ═══════════ 1 · HERO ═══════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(1200px 700px at 82% 30%, rgba(236, 254, 254, .9), rgba(236, 254, 254, 0) 60%),
    linear-gradient(180deg, #FDFFFF 0%, var(--mist) 100%);
  overflow: clip;
}
.hero-orn {
  position: absolute;
  top: 4%;
  left: -18%;
  width: clamp(480px, 52vw, 900px);
  opacity: .05;
  pointer-events: none;
  user-select: none;
}
.hero-inner {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(120px, 16vh, 180px) var(--gutter) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: end;
  gap: clamp(24px, 4vw, 64px);
  flex: 1;
}
.hero-copy { padding-bottom: clamp(48px, 8vh, 96px); }
.display {
  font-size: clamp(3rem, 6.8vw, 5.6rem);
  color: var(--petrol);
  letter-spacing: -0.022em;
  line-height: 1.02;
  margin-bottom: clamp(22px, 3vh, 32px);
}
.display em { color: var(--vivid); }
.line-mask { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.line { display: inline-block; will-change: transform; }
.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: var(--slate);
  max-width: 34em;
  margin-bottom: clamp(28px, 4vh, 40px);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-crm {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--gray);
}
.nw { white-space: nowrap; }

/* visual */
.hero-visual {
  position: relative;
  align-self: end;
  display: flex;
  justify-content: center;
}
.hero-disc {
  position: absolute;
  bottom: -18%;
  left: 50%;
  translate: -50% 0;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, #fff 0%, var(--ice) 55%, rgba(112, 188, 188, .38) 100%);
}
.hero-ring {
  position: absolute;
  bottom: 4%;
  left: 50%;
  translate: -50% 0;
  width: min(52vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(112, 188, 188, .5);
}
.hero-photo {
  position: relative;
  z-index: 3;
  width: min(38vw, 470px);
  filter: drop-shadow(0 40px 60px rgba(0, 72, 91, .28));
}
.hero-card {
  position: absolute;
  z-index: 4;
  left: clamp(-30px, -2vw, 0px);
  bottom: clamp(64px, 12vh, 130px);
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(112, 188, 188, .35);
  border-radius: 18px;
  padding: 16px 22px;
  box-shadow: var(--shadow-soft);
}
.hero-card-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--vivid);
  box-shadow: 0 0 0 5px rgba(48, 191, 192, .18);
  flex: none;
}
.hero-card p { font-size: 14px; line-height: 1.4; color: var(--petrol); }
.hero-card strong { display: block; font-weight: 700; }
.hero-card span { color: var(--slate); font-size: 13px; }
.hero-badge {
  position: absolute;
  z-index: 2; /* atrás da foto: espia por trás do cabelo */
  right: clamp(-10px, 1vw, 30px);
  top: 2%;
  width: clamp(84px, 8vw, 110px);
  opacity: .9;
  will-change: transform;
}

/* faixa inferior */
.hero-foot {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--hairline);
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--gutter);
  max-width: 100%;
}
.hero-tags { display: flex; align-items: center; gap: 18px; }
.hero-tags span {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--petrol);
}
.hero-tags i { width: 5px; height: 5px; border-radius: 50%; background: var(--tiffany); }
.scroll-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gray);
}
.scroll-line { width: 54px; height: 1px; background: var(--tiffany); transform-origin: left; animation: scrollpulse 2.6s var(--ease-out) infinite; }
@keyframes scrollpulse { 0% {transform: scaleX(0)} 55% {transform: scaleX(1)} 100% {transform: scaleX(0); transform-origin: right} }

/* ═══════════ 2 · SINTOMAS ═══════════ */
.sintomas { padding: clamp(96px, 14vw, 170px) 0 clamp(80px, 10vw, 140px); background: var(--paper); }
.sintomas .sec-head { max-width: 640px; }
.index-list { counter-reset: sinal; }
.index-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(90px, 150px) minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(16px, 3vw, 48px);
  align-items: baseline;
  padding: clamp(26px, 3.4vw, 40px) 8px;
  border-top: 1px solid var(--hairline);
  transition: background .35s;
}
.index-item:last-of-type { border-bottom: 1px solid var(--hairline); }
.index-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--vivid);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s var(--ease-out);
}
.index-item:hover { background: var(--mist); }
.index-item:hover::before { transform: scaleY(1); }
.index-num {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(50, 95, 114, .34);
  letter-spacing: .02em;
  transition: color .35s, -webkit-text-stroke-color .35s;
}
.index-item:hover .index-num { color: var(--tiffany); -webkit-text-stroke-color: var(--tiffany); }
.index-item h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); color: var(--petrol); }
.index-item p { color: var(--slate); font-size: 16px; max-width: 30em; }
.sintomas-close {
  margin-top: clamp(48px, 6vw, 72px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sintomas-close p {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 500;
  color: var(--petrol);
  line-height: 1.45;
}

/* ═══════════ 3 · TRATAMENTO ═══════════ */
.tratamento {
  position: relative;
  padding: clamp(96px, 14vw, 170px) 0;
  background:
    radial-gradient(900px 600px at 12% 8%, rgba(48, 191, 192, .14), transparent 60%),
    linear-gradient(168deg, var(--deep) 0%, var(--deepest) 78%);
  color: var(--ice);
  overflow: clip;
}
.trat-orn {
  position: absolute;
  right: -12%;
  bottom: -6%;
  width: clamp(420px, 46vw, 780px);
  opacity: .05;
  pointer-events: none;
}
.tratamento .sec-head { max-width: 720px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  perspective: 1400px;
}
.step-card {
  position: relative;
  background: rgba(236, 254, 254, .055);
  border: 1px solid rgba(236, 254, 254, .16);
  border-radius: var(--radius);
  padding: clamp(28px, 3vw, 42px);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .45);
  transition: border-color .4s, background .4s, transform .5s var(--ease-out);
  transform-style: preserve-3d;
  will-change: transform;
}
.step-card:hover { border-color: rgba(112, 188, 188, .6); background: rgba(236, 254, 254, .085); }
.step-num {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3em;
  color: var(--vivid);
  margin-bottom: clamp(28px, 4vw, 56px);
}
.step-num::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: rgba(112, 188, 188, .55);
  margin-top: 14px;
}
.step-card h3 { font-size: clamp(1.3rem, 1.8vw, 1.55rem); color: #fff; margin-bottom: 14px; }
.step-card p { color: rgba(236, 254, 254, .78); font-size: 15.5px; line-height: 1.65; }
.trat-foot {
  margin-top: clamp(48px, 6vw, 76px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.trat-note {
  max-width: 44em;
  font-size: 14.5px;
  color: rgba(236, 254, 254, .62);
  border-left: 2px solid rgba(112, 188, 188, .5);
  padding-left: 18px;
}

/* ═══════════ 4 · SOBRE ═══════════ */
.sobre { padding: clamp(96px, 14vw, 180px) 0; background: var(--mist); }
.sobre-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.sobre-figure {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  aspect-ratio: 4 / 5;
}
.sobre-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform, clip-path;
}
.sobre-role {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--slate);
}
.sobre .sec-head { margin-bottom: 28px; }
.sobre-p { color: var(--slate); margin-bottom: 18px; max-width: 36em; }
.sobre-p strong { color: var(--deep); font-weight: 700; }
.cred-list { margin-top: 34px; }
.cred-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 4px;
  border-top: 1px solid var(--hairline);
  font-weight: 600;
  font-size: 15.5px;
  color: var(--petrol);
}
.cred-list li:last-child { border-bottom: 1px solid var(--hairline); }
.cred-list li::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--vivid);
  flex: none;
  box-shadow: 0 0 0 4px rgba(48, 191, 192, .16);
}

/* ═══════════ 5 · CTA FINAL ═══════════ */
.cta-final { padding: clamp(80px, 12vw, 150px) 0 clamp(96px, 13vw, 160px); background: var(--paper); }
.cta-panel {
  position: relative;
  text-align: center;
  background:
    radial-gradient(720px 420px at 50% -10%, rgba(112, 188, 188, .25), transparent 70%),
    linear-gradient(180deg, #F6FFFF 0%, var(--ice) 100%);
  border: 1px solid rgba(112, 188, 188, .35);
  border-radius: 34px;
  padding: clamp(56px, 8vw, 96px) clamp(24px, 6vw, 96px);
  box-shadow: var(--shadow-deep);
  will-change: transform;
}
.cta-badge { margin: 0 auto 26px; width: clamp(72px, 8vw, 96px); }
.cta-panel h2 { margin-bottom: 18px; }
.cta-panel > p {
  max-width: 38em;
  margin: 0 auto clamp(30px, 4vw, 40px);
  color: var(--slate);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}
.cta-info {
  margin-top: clamp(36px, 5vw, 52px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 4vw, 64px);
}
.cta-info li { font-size: 14.5px; line-height: 1.5; }
.cta-info strong { display: block; color: var(--deep); font-weight: 700; }
.cta-info span { color: var(--slate); }

/* ═══════════ 6 · FOOTER ═══════════ */
.site-footer {
  background: linear-gradient(180deg, var(--deepest) 0%, #003847 100%);
  color: rgba(236, 254, 254, .85);
  padding: clamp(64px, 8vw, 96px) 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 56px);
  border-bottom: 1px solid rgba(236, 254, 254, .14);
}
.footer-brand img { width: clamp(180px, 16vw, 220px); }
.footer-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--tiffany);
  margin-bottom: 14px;
}
.footer-info p, .footer-info a { font-size: 15px; line-height: 1.75; }
.footer-info a { border-bottom: 1px solid rgba(112, 188, 188, .4); transition: color .3s, border-color .3s; }
.footer-info a:hover { color: #fff; border-color: var(--vivid); }
.footer-legal { padding-top: 30px; }
.footer-legal p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(236, 254, 254, .55);
  max-width: 72em;
}
.footer-credit { margin-top: 14px; }
.footer-credit a { font-weight: 700; color: rgba(236, 254, 254, .8); border-bottom: 1px solid rgba(112, 188, 188, .4); }
.footer-credit a:hover { color: #fff; }

/* ═══════════ WhatsApp FAB ═══════════ */
.wa-fab {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: #fff;
  box-shadow: 0 16px 38px -10px rgba(0, 72, 91, .55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.9);
  transition: opacity .45s var(--ease-out), transform .45s var(--ease-out), visibility .45s, background .3s;
}
.wa-fab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(48, 191, 192, .65);
  animation: fabpulse 2.4s ease-out infinite;
}
@keyframes fabpulse {
  0% { transform: scale(1); opacity: .9; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}
.wa-fab.on { opacity: 1; visibility: visible; transform: none; }
.wa-fab:hover { background: var(--vivid); }

/* ═══════════ Estados de animação (pré-JS) ═══════════ */
html.js [data-hero] { opacity: 0; }
html.js .line { transform: translateY(110%); }
html.js .hero-photo { opacity: 0; }
html.js .hero-disc, html.js .hero-ring { opacity: 0; }
html.js .hero-card { opacity: 0; }
html.js .hero-orn { opacity: 0; }
html.js [data-reveal] { opacity: 0; }
html.js [data-card] { opacity: 0; }
html.js [data-panel] { opacity: 0; }
html.js .sobre-figure img { clip-path: inset(0 0 100% 0); }
/* sem JS ou modo estático: tudo visível (regras acima não se aplicam sem .js) */

/* ═══════════ Responsivo ═══════════ */
.br-desk { display: inline; }
@media (max-width: 1080px) {
  .index-item { grid-template-columns: minmax(70px, 100px) 1fr; }
  .index-item p { grid-column: 2; max-width: none; }
}
@media (max-width: 900px) {
  body { font-size: 16px; }
  .br-desk { display: none; }
  .hero { min-height: auto; }
  .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 108px;
    gap: 8px;
  }
  .hero-copy { padding-bottom: 12px; }
  .display { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .hero-sub { font-size: 1.02rem; }
  .hero-ctas .btn { padding: 15px 24px; font-size: 14.5px; }
  .hero-visual { margin-top: 18px; min-height: 380px; align-items: end; }
  .hero-photo { width: min(78vw, 360px); }
  .hero-disc { width: min(92vw, 480px); bottom: -12%; }
  .hero-ring { width: min(100vw, 540px); bottom: 0; }
  .hero-card { left: 0; bottom: 24px; padding: 12px 16px; }
  .hero-card p { font-size: 12.5px; }
  .hero-badge { top: 0; right: 0; width: 72px; }
  .hero-foot { flex-direction: column; align-items: flex-start; gap: 10px; padding-block: 14px; }
  .scroll-hint { display: none; }
  .steps { grid-template-columns: 1fr; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-figure { max-width: 480px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .btn-header { padding: 11px 18px; font-size: 13px; }
  .brand img { width: clamp(170px, 44vw, 210px); }
  .wa-fab { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}
@media (max-width: 480px) {
  .hero-tags { gap: 10px; }
  .hero-tags span { font-size: 11.5px; letter-spacing: .14em; }
  .index-item { grid-template-columns: 1fr; gap: 8px; }
  .index-num { font-size: 2rem; }
  .cta-info { flex-direction: column; gap: 18px; }
}

/* ═══════════ Acessibilidade / movimento reduzido ═══════════ */
@media (prefers-reduced-motion: reduce) {
  html.js [data-hero], html.js .line, html.js .hero-photo, html.js .hero-disc,
  html.js .hero-ring, html.js .hero-card, html.js .hero-orn,
  html.js [data-reveal], html.js [data-card], html.js [data-panel] { opacity: 1; transform: none; }
  html.js .sobre-figure img { clip-path: none; }
  .scroll-line, .wa-fab::before { animation: none; }
  html { scroll-behavior: auto; }
}
