:root {
  --gold: #d4a849;
  --gold-dark: #8b6914;
  --gold-light: #f2dfb0;
  --dark: #0a0a0f;
  --dark-soft: #111119;
  --dark-card: rgba(20, 20, 32, 0.76);
  --muted: #c5c5cf;
  --text: #f7f7fb;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 28px;
  --grid-line: rgba(255,255,255,0.045);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 30%),
    radial-gradient(circle at 20% 0%, rgba(212,168,73,0.06), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(124,91,19,0.08), transparent 28%),
    var(--dark);
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(100% - 1px), var(--grid-line) 100%),
    linear-gradient(180deg, transparent calc(100% - 1px), var(--grid-line) 100%);
  background-size: 110px 110px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.28), transparent 85%);
  z-index: -2;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.02em;
  line-height: 1.05;
}

p { margin: 0 0 16px; }

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(212,168,73,.08), transparent 32%), rgba(10,10,15,.97);
  transition: opacity .8s ease, visibility .8s ease;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.page-loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(320px, 80vw);
  text-align: center;
}
.page-loader__content img { width: 210px; height: auto; filter: drop-shadow(0 8px 22px rgba(212,168,73,.15)); }
.page-loader__content p { margin: 0; font-size: .96rem; color: #ddd5bf; letter-spacing: .06em; text-transform: uppercase; }
.page-loader__line {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  overflow: hidden;
  position: relative;
}
.page-loader__line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), transparent);
  animation: loadingBar 1.4s ease-in-out infinite;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--gold), var(--gold-light), #fff4d1);
  box-shadow: 0 0 18px rgba(212,168,73,.55);
  z-index: 300;
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(72px);
  opacity: .38;
  pointer-events: none;
  z-index: -1;
  animation: floatAmbient 16s ease-in-out infinite;
}
.ambient--one {
  width: 380px;
  height: 380px;
  top: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(212,168,73,.24), transparent 70%);
}
.ambient--two {
  width: 460px;
  height: 460px;
  top: 22%;
  right: -180px;
  background: radial-gradient(circle, rgba(79,93,255,.12), transparent 70%);
  animation-delay: -5s;
}
.ambient--three {
  width: 360px;
  height: 360px;
  bottom: -140px;
  left: 24%;
  background: radial-gradient(circle, rgba(212,168,73,.16), transparent 70%);
  animation-delay: -9s;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  z-index: -1;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.4) 0 0.8px, transparent 1.1px), radial-gradient(circle at 70% 50%, rgba(255,255,255,.35) 0 0.8px, transparent 1.2px), radial-gradient(circle at 40% 80%, rgba(255,255,255,.35) 0 0.8px, transparent 1.2px);
  background-size: 210px 210px, 180px 180px, 260px 260px;
  animation: noiseMove 22s linear infinite;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 600;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity .25s ease;
}
.cursor.is-visible { opacity: 1; }
.cursor--outer {
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  border: 1px solid rgba(212,168,73,.55);
  background: radial-gradient(circle, rgba(212,168,73,.08), rgba(212,168,73,0));
  transition: transform .18s ease, width .18s ease, height .18s ease, margin .18s ease, border-color .18s ease, background .18s ease, opacity .25s ease;
}
.cursor--inner {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background: radial-gradient(circle, #fff 0%, var(--gold-light) 52%, var(--gold) 100%);
  box-shadow: 0 0 18px rgba(212,168,73,.75);
  transition: transform .1s ease, opacity .2s ease;
}
.cursor--outer.is-hover {
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  border-color: rgba(242,223,176,.75);
  background: radial-gradient(circle, rgba(212,168,73,.18), rgba(212,168,73,0));
}
.cursor--inner.is-hover { transform: scale(1.6); }

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 14px 0;
  transition: background .35s ease, padding .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.navbar.is-scrolled {
  padding: 8px 0;
  background: rgba(10,10,15,.8);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
}
.navbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.navbar__logo { width: 190px; height: 72px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.18)); }

.btn {
  --tx: 0px;
  --ty: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .28s cubic-bezier(.23,1,.32,1), box-shadow .28s ease, border-color .28s ease, filter .28s ease;
  position: relative;
  overflow: hidden;
  transform: translate(var(--tx), var(--ty));
  will-change: transform;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.22) 48%, transparent 74%);
  transform: translateX(-130%);
  transition: transform .7s ease;
}
.btn:hover::before { transform: translateX(130%); }
.btn:hover { transform: translate(var(--tx), calc(var(--ty) - 2px)) scale(1.02); }
.btn--gold {
  color: #16110c;
  border-color: rgba(255,255,255,.18);
  background: linear-gradient(135deg, #f5dfab 0%, var(--gold) 36%, #8b6914 100%);
  box-shadow: 0 18px 36px rgba(212,168,73,.25), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn--gold:hover { box-shadow: 0 20px 44px rgba(212,168,73,.32), inset 0 1px 0 rgba(255,255,255,.55); }
.btn--small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: clip;
  padding: 140px 0 90px;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(212,168,73,.15), transparent 24%),
    radial-gradient(circle at 84% 70%, rgba(212,168,73,.10), transparent 24%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.16));
  z-index: -2;
}
.hero__spotlight {
  position: absolute;
  width: 44vw;
  height: 44vw;
  max-width: 560px;
  max-height: 560px;
  right: -12%;
  top: 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,73,.18), transparent 68%);
  filter: blur(12px);
  animation: floatAmbient 12s ease-in-out infinite;
  z-index: -1;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 72px;
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(3.4rem, 7.3vw, 6.15rem);
  text-wrap: balance;
}
.gold-text {
  background: linear-gradient(135deg, #f4dfaf 0%, var(--gold) 34%, #fff3cd 72%, var(--gold-dark) 100%);
  background-size: 160% 160%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerGradient 7s ease infinite;
}
.hero__lead {
  width: min(590px, 100%);
  color: var(--muted);
  font-size: 1.14rem;
}
.hero__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}
.badge {
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #efefe9;
  font-weight: 700;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.hero__microcopy {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.65);
  font-size: .95rem;
}
.hero__visual {
  position: relative;
  width: min(470px, 100%);
  margin-inline: auto;
  border-radius: 36px;
  transform-style: preserve-3d;
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 20px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(212,168,73,.2), rgba(212,168,73,.05));
  z-index: -1;
}
.hero__portrait {
  position: relative;
  width: 100%;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.hero__stamp, .float-badge {
  position: absolute;
  border-radius: 18px;
  color: #fff7e2;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12,12,19,.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 30px rgba(0,0,0,.22);
}
.hero__stamp {
  left: -28px;
  bottom: 26px;
  width: 145px;
  padding: 15px;
  font-size: .9rem;
  line-height: 1.35;
}
.float-badge {
  top: 22px;
  right: -16px;
  padding: 10px 14px;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: floatChip 6.8s ease-in-out infinite;
}

.section { position: relative; padding: 110px 0; }
.section--soft { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00)); }
.section__header {
  width: min(760px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}
.section__header h2 { margin: 0 0 16px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.section__header p { color: var(--muted); }
.section-line {
  width: 110px;
  height: 2px;
  margin: 0 auto 22px;
  background: linear-gradient(90deg, transparent, var(--gold), rgba(255,255,255,.85), var(--gold), transparent);
  position: relative;
  overflow: hidden;
}
.section-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  animation: shimmerLine 2.8s linear infinite;
}

.copy-block {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
  padding: 36px;
}
.copy-block h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.copy-block p { color: var(--muted); font-size: 1.08rem; }

.glass-panel {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(14px) saturate(130%);
}
.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,0), rgba(212,168,73,.22));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.filter-card {
  border-radius: var(--radius-xl);
  padding: 34px 30px;
  transform-style: preserve-3d;
}
.filter-card h3 { margin: 0 0 20px; font-size: 1.55rem; }
.filter-card--yes { background-color: rgba(14, 23, 19, .4); }
.filter-card--no { background-color: rgba(28, 17, 20, .45); }
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.checklist li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; color: var(--muted); }
.checklist__icon { font-weight: 800; color: var(--gold-light); }
.filter-card--no .checklist__icon { color: #ff8d8d; }

.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.content-card {
  border-radius: 26px;
  padding: 34px 28px;
  transform-style: preserve-3d;
}
.content-card h3 { margin: 18px 0 12px; font-size: 1.55rem; }
.content-card p { color: var(--muted); }
.icon-orb {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 1.28rem;
  border: 1px solid rgba(212,168,73,.25);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.12), rgba(212,168,73,.13));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 22px rgba(212,168,73,.08);
}

.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-card {
  padding: 28px 20px;
  border-radius: 20px;
  text-align: center;
  transform-style: preserve-3d;
}
.benefit-card strong { display: block; margin-top: 14px; font-family: "Playfair Display", serif; font-size: 1.12rem; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.media-frame {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}
.about__portrait {
  border-radius: 30px 30px 110px 30px;
  width: 100%;
}
.about h2 { margin: 0 0 24px; font-size: clamp(2rem, 4.5vw, 3.5rem); }
.about p { color: var(--muted); font-size: 1.06rem; }
.about__signature { margin-top: 25px; color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 1.28rem; }

.practice-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 20px; align-items: stretch; }
.practice-item {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(17,17,25,.65);
  box-shadow: 0 18px 45px rgba(0,0,0,.20);
  transform-style: preserve-3d;
}
.practice-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.23,1,.32,1), filter .4s ease;
}
.practice-photo--main { object-position: center 32%; }
.practice-item:hover .practice-photo { transform: scale(1.05); filter: saturate(1.06); }

.offer {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(212,168,73,.11), transparent 55%), var(--dark);
}
.offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.02), transparent 25%, rgba(212,168,73,.05), transparent 70%);
  pointer-events: none;
}
.offer-card {
  width: min(680px, 100%);
  margin: auto;
  padding: 56px 40px;
  text-align: center;
  border-radius: 30px;
  transform-style: preserve-3d;
}
.offer-card h2 { margin: 0 0 14px; font-size: clamp(2.2rem, 5vw, 3.7rem); }
.offer-card__highlight { margin: 22px 0; font-family: "Playfair Display", serif; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
.offer-card p { color: var(--muted); }

.faq { width: min(820px, 100%); margin: auto; display: grid; gap: 12px; }
.faq details {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(20,20,32,.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.faq details:hover { transform: translateY(-2px); }
.faq details[open] { border-color: rgba(212,168,73,.30); background: rgba(26,26,40,.84); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 56px 22px 22px; position: relative; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.6rem; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq__answer { padding: 0 22px 22px; color: var(--muted); }

.footer { padding: 52px 0 92px; text-align: center; border-top: 1px solid rgba(255,255,255,.06); background: #08080c; }
.footer__logo { width: 240px; height: 100px; object-fit: contain; margin: 0 auto 14px; }
.footer p { margin: 5px 0; color: #aaaab3; font-size: .9rem; }
.footer a { color: #d9c38b; }
.footer__disclaimer { width: min(760px, 100%); margin: 22px auto 0 !important; font-size: .78rem !important; opacity: .75; }

.back-top {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 70;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  background: rgba(20,20,32,.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity .25s ease, transform .25s ease, border-color .25s ease;
}
.back-top.is-visible { opacity: 1; pointer-events: auto; }
.back-top:hover { transform: translateY(-3px); border-color: rgba(212,168,73,.35); }

.cookie-banner {
  position: fixed;
  z-index: 200;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(980px, calc(100% - 36px));
  margin: auto;
  padding: 20px;
  border: 1px solid rgba(212,168,73,.25);
  border-radius: 18px;
  background: rgba(10,10,15,.97);
  box-shadow: 0 18px 50px rgba(0,0,0,.46);
  backdrop-filter: blur(18px);
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { margin: 0; color: #d2d2d8; font-size: .9rem; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-btn {
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.cookie-btn:hover { transform: translateY(-1px); }
.cookie-btn--deny { color: #fff; background: transparent; }
.cookie-btn--accept { color: #17110a; border-color: var(--gold); background: var(--gold); }

.shine-card {
  position: relative;
  overflow: hidden;
}
.shine-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.18) 50%, transparent 60%);
  transform: translateX(-120%) rotate(8deg);
  transition: transform .9s ease;
  pointer-events: none;
}
.shine-card:hover::after { transform: translateX(120%) rotate(8deg); }

.tilt-card {
  transform-style: preserve-3d;
  transition: transform .16s ease, box-shadow .25s ease, border-color .25s ease;
  will-change: transform;
}
.tilt-card:hover {
  box-shadow: 0 28px 64px rgba(0,0,0,.35), 0 0 0 1px rgba(212,168,73,.12) inset;
}
.parallax-img { transition: transform .22s ease; transform-origin: center center; }

.js .reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s ease, transform .8s cubic-bezier(.23,1,.32,1), filter .8s ease; filter: blur(7px); }
.js .reveal.from-left { transform: translateX(-42px); }
.js .reveal.from-right { transform: translateX(42px); }
.js .reveal.is-visible { opacity: 1; transform: none; filter: none; }

.privacy-main { min-height: 100vh; padding: 150px 0 80px; background: var(--dark); }
.privacy-card { width: min(860px, 100%); margin: auto; padding: 44px; border-radius: 24px; background: var(--dark-soft); border: 1px solid rgba(255,255,255,.07); }
.privacy-card h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.privacy-card h2 { margin-top: 34px; color: var(--gold-light); }
.privacy-card p, .privacy-card li { color: var(--muted); }

@keyframes loadingBar {
  to { transform: translateX(100%); }
}
@keyframes shimmerLine {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}
@keyframes shimmerGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes floatAmbient {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(14px,-22px,0) scale(1.05); }
}
@keyframes floatChip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes noiseMove {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-40px, -30px, 0); }
}

@media (max-width: 900px) {
  body { cursor: auto; }
  .cursor { display: none; }
  .section { padding: 82px 0; }
  .navbar__logo { width: 175px; height: 64px; }
  .hero__grid, .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero { min-height: auto; text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__badge-row { justify-content: center; }
  .hero__visual { width: min(410px, 88%); }
  .hero__stamp { left: -24px; }
  .about-grid { width: min(700px, 100%); margin: auto; }
  .about__portrait { width: min(420px, 100%); margin: auto; }
  .split-cards { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .practice-grid { grid-template-columns: 1fr 1fr; }
  .practice-photo { height: 520px; }
  .practice-photo--main { grid-column: 1 / -1; height: 560px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .page-loader__content img { width: 180px; }
  .navbar { padding: 8px 0; }
  .navbar__logo { width: 138px; height: 56px; }
  .navbar .btn { padding: 9px 14px; min-height: 40px; font-size: .76rem; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero__visual::before { inset: 14px -14px -14px 14px; }
  .hero__stamp { width: 116px; left: -8px; bottom: 20px; padding: 13px; font-size: .82rem; }
  .float-badge { right: -8px; font-size: .74rem; padding: 8px 10px; }
  .copy-block { padding: 26px 22px; }
  .filter-card, .content-card { padding: 27px 22px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-photo, .practice-photo--main { grid-column: auto; height: auto; max-height: 620px; object-fit: contain; background: #101019; }
  .offer-card { padding: 42px 22px; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner__actions { width: 100%; }
  .cookie-btn { flex: 1; }
  .privacy-card { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  body { cursor: auto; }
  .cursor, .ambient, .noise, .page-loader { display: none !important; }
}

/* =========================================================
   Experiência visual premium
   Efeitos progressivos: mouse, imagens, cartões e entrada.
   ========================================================= */

:root {
  --mouse-x: 50vw;
  --mouse-y: 30vh;
  --scroll-progress: 0%;
}

body.is-loading { overflow: hidden; }
body.is-ready { animation: pageFadeIn .7s ease both; }
@keyframes pageFadeIn { from { opacity: .92; } to { opacity: 1; } }

/* Tela de abertura cinematográfica */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  color: #f8edcf;
  background:
    radial-gradient(circle at 50% 45%, rgba(212,168,73,.15), transparent 30%),
    #07070b;
  transition: opacity .75s cubic-bezier(.22,1,.36,1), visibility .75s;
}
.page-loader::before,
.page-loader::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(58vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(212,168,73,.13);
  transform: translate(-50%, -50%) scale(.7);
  animation: loaderHalo 2.4s ease-out infinite;
}
.page-loader::after { animation-delay: 1.2s; }
.page-loader__content {
  position: relative;
  z-index: 2;
  width: min(360px, 72vw);
  text-align: center;
  animation: loaderContent 1.1s cubic-bezier(.22,1,.36,1) both;
}
.page-loader__content img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(212,168,73,.22));
}
.page-loader__line {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px auto 18px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}
.page-loader__line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-105%);
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), transparent);
  animation: loaderLine 1.35s ease-in-out infinite;
}
.page-loader p {
  margin: 0;
  color: rgba(245,230,184,.72);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes loaderContent { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes loaderLine { 55%, 100% { transform: translateX(105%); } }
@keyframes loaderHalo { 0% { opacity: .5; transform: translate(-50%, -50%) scale(.55); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.1); } }

/* Barra dourada de progresso da leitura */
.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 999;
  width: var(--scroll-progress);
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
  box-shadow: 0 0 18px rgba(212,168,73,.65);
  transform-origin: left center;
}

/* Fundo vivo e elegante */
.particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .62;
  mix-blend-mode: screen;
}
main, .footer { position: relative; z-index: 2; }
.navbar { z-index: 100; }
.ambient {
  position: fixed;
  z-index: 3;
  width: 38vw;
  min-width: 360px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(95px);
  opacity: .08;
  mix-blend-mode: screen;
  will-change: transform;
}
.ambient--one {
  top: -17vw;
  left: -15vw;
  background: #d4a849;
  animation: ambientDriftOne 19s ease-in-out infinite alternate;
}
.ambient--two {
  right: -18vw;
  top: 28vh;
  background: #815c17;
  animation: ambientDriftTwo 23s ease-in-out infinite alternate;
}
.ambient--three {
  left: 24vw;
  bottom: -24vw;
  background: #544077;
  animation: ambientDriftThree 26s ease-in-out infinite alternate;
}
.noise {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
@keyframes ambientDriftOne { to { transform: translate3d(14vw, 8vh, 0) scale(1.12); } }
@keyframes ambientDriftTwo { to { transform: translate3d(-12vw, 12vh, 0) scale(.88); } }
@keyframes ambientDriftThree { to { transform: translate3d(7vw, -10vh, 0) scale(1.17); } }

/* Halo que acompanha o mouse */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--mouse-x) var(--mouse-y), rgba(212,168,73,.055), transparent 58%);
}

/* Navegação com reflexo sutil */
.navbar::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -1px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(212,168,73,.55), transparent);
  transition: opacity .35s ease;
}
.navbar.is-scrolled::after { opacity: 1; }
.navbar__logo { transition: filter .35s ease, transform .35s ease; }
.navbar__logo:hover { filter: drop-shadow(0 0 13px rgba(212,168,73,.28)); transform: translateY(-1px) scale(1.012); }

/* Botões magnéticos, brilho e onda de clique */
.magnetic { --mag-x: 0px; --mag-y: 0px; transform: translate3d(var(--mag-x), var(--mag-y), 0); will-change: transform; }
.magnetic:hover { transform: translate3d(var(--mag-x), calc(var(--mag-y) - 3px), 0) scale(1.015); }
.btn--gold {
  isolation: isolate;
  background-size: 180% 180%;
  animation: buttonGradient 7s ease infinite;
}
.btn--gold::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,.45), transparent 24%, transparent 74%, rgba(255,255,255,.22));
  opacity: .3;
}
.btn--gold:hover { box-shadow: 0 18px 50px rgba(212,168,73,.34), 0 0 0 1px rgba(245,230,184,.22) inset; }
.btn-ripple {
  position: absolute;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255,255,255,.45);
  transform: translate(-50%, -50%) scale(0);
  animation: buttonRipple .72s ease-out forwards;
}
.btn > * { position: relative; z-index: 1; }
@keyframes buttonGradient { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes buttonRipple { to { opacity: 0; transform: translate(-50%, -50%) scale(28); } }

/* Hero com movimento cinematográfico */
.hero__spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(480px circle at var(--hero-x, 72%) var(--hero-y, 42%), rgba(245,230,184,.095), transparent 60%),
    linear-gradient(110deg, transparent 20%, rgba(255,255,255,.018) 45%, transparent 70%);
}
.hero__grid::after {
  content: "";
  position: absolute;
  right: -22%;
  top: 2%;
  width: 66%;
  height: 92%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,73,.1), transparent 64%);
  filter: blur(12px);
  animation: heroAura 6s ease-in-out infinite alternate;
}
.hero-title { text-wrap: balance; }
.hero-title .gold-text {
  position: relative;
  display: inline-block;
  background-size: 220% auto;
  animation: goldFlow 5.2s linear infinite;
  filter: drop-shadow(0 0 18px rgba(212,168,73,.1));
}
.hero-title .gold-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.08em;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  animation: titleUnderline 1.25s 1.15s cubic-bezier(.22,1,.36,1) forwards;
}
.hero__visual {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(0,var(--lift),0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .18s ease-out;
}
.hero__visual.is-visible .hero__portrait {
  animation: portraitReveal 1.25s .18s cubic-bezier(.22,1,.36,1) both;
}
.hero__portrait { transform: translateZ(24px) scale(1.015); }
.hero__stamp { transform: translateZ(68px); animation: floating 4.6s ease-in-out infinite; }
.float-badge {
  position: absolute;
  right: -36px;
  top: 16%;
  z-index: 4;
  padding: 10px 15px;
  border: 1px solid rgba(245,230,184,.22);
  border-radius: 999px;
  color: #f5e6b8;
  background: rgba(10,10,15,.74);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateZ(58px);
  animation: floatingReverse 5.4s .4s ease-in-out infinite;
}
@keyframes heroAura { to { transform: scale(1.08) translate3d(-2%,3%,0); opacity: .68; } }
@keyframes goldFlow { to { background-position: 220% center; } }
@keyframes titleUnderline { to { transform: scaleX(1); } }
@keyframes portraitReveal { from { opacity: 0; clip-path: inset(0 0 100% 0 round 36px); transform: translateZ(24px) scale(1.08); filter: blur(7px); } to { opacity: 1; clip-path: inset(0 0 0 0 round 36px); transform: translateZ(24px) scale(1.015); filter: none; } }
@keyframes floating { 0%,100% { margin-top: 0; } 50% { margin-top: -10px; } }
@keyframes floatingReverse { 0%,100% { margin-top: 0; } 50% { margin-top: 9px; } }

/* Vidro, brilho localizado e bordas iluminadas */
.glass-panel,
.tilt-card,
.practice-item,
.media-frame {
  position: relative;
  isolation: isolate;
}
.glass-panel {
  border: 1px solid rgba(255,255,255,.075);
  background: linear-gradient(145deg, rgba(25,25,38,.74), rgba(10,10,15,.68));
  box-shadow: 0 20px 55px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter: blur(15px);
}
.copy-block.glass-panel { padding: clamp(34px, 6vw, 62px); border-radius: 28px; }
.glass-panel::after,
.tilt-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(340px circle at var(--card-x,50%) var(--card-y,50%), rgba(212,168,73,.14), transparent 54%);
  transition: opacity .28s ease;
}
.glass-panel:hover::after,
.tilt-card:hover::after { opacity: 1; }

.tilt-card {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  transform: perspective(1050px) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(0,var(--lift),0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .18s ease-out, box-shadow .32s ease, border-color .32s ease;
}
.tilt-card:hover { --lift: -7px; border-color: rgba(212,168,73,.24); box-shadow: 0 28px 72px rgba(0,0,0,.31); }
.tilt-card > * { transform-style: preserve-3d; }
.content-card .icon-orb,
.benefit-card .icon-orb,
.filter-card h3,
.offer-card .eyebrow { transform: translateZ(28px); }
.content-card h3,
.benefit-card strong,
.filter-card li,
.offer-card h2 { transform: translateZ(18px); }

/* Reflexo que varre imagens e cartões */
.shine-card { overflow: hidden; }
.shine-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(var(--shine-x,-65%), var(--shine-y,-35%), 0) rotate(18deg);
  background: linear-gradient(100deg, transparent 35%, rgba(255,255,255,.16) 49%, transparent 63%);
  transition: opacity .25s ease;
  mix-blend-mode: screen;
}
.shine-card:hover::before { opacity: .7; }
.media-frame,
.practice-item { border-radius: 24px; }
.media-frame { overflow: hidden; }
.media-frame::after,
.practice-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -90px 90px rgba(0,0,0,.12);
}
.parallax-img {
  --img-x: 0px;
  --img-y: 0px;
  transform: translate3d(var(--img-x), var(--img-y), 24px) scale(1.025);
  transition: transform .22s ease-out, filter .45s ease;
  will-change: transform;
}
.shine-card:hover .parallax-img {
  filter: saturate(1.06) contrast(1.025) brightness(1.035);
}
.practice-item { margin: 0; overflow: hidden; background: #101018; }
.practice-item:hover .practice-photo { transform: translate3d(var(--img-x), var(--img-y), 24px) scale(1.075); }
.practice-photo { transition: transform .7s cubic-bezier(.22,1,.36,1), filter .45s ease; }
.about__portrait { transition: transform .7s cubic-bezier(.22,1,.36,1), filter .45s ease; }
.media-frame:hover .about__portrait { transform: translate3d(var(--img-x), var(--img-y), 24px) scale(1.07); }

/* Ícones pulsantes e cartões com microinterações */
.icon-orb {
  position: relative;
  overflow: visible;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .35s ease, box-shadow .35s ease;
}
.icon-orb::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(212,168,73,.16);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.72);
  transition: opacity .35s ease, transform .35s ease;
}
.tilt-card:hover .icon-orb {
  transform: translateZ(34px) rotate(5deg) scale(1.08);
  background: rgba(212,168,73,.17);
  box-shadow: 0 10px 32px rgba(212,168,73,.13);
}
.tilt-card:hover .icon-orb::after { opacity: 1; transform: scale(1); }
.badge { transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.badge:hover { transform: translateY(-3px); border-color: rgba(245,230,184,.48); background: rgba(212,168,73,.14); }
.checklist li { transition: transform .28s ease, color .28s ease; }
.filter-card:hover .checklist li:nth-child(1) { transition-delay: .02s; }
.filter-card:hover .checklist li:nth-child(2) { transition-delay: .05s; }
.filter-card:hover .checklist li:nth-child(3) { transition-delay: .08s; }
.filter-card:hover .checklist li:nth-child(4) { transition-delay: .11s; }
.filter-card:hover .checklist li { transform: translateX(4px) translateZ(18px); color: #fff; }

/* Entradas mais refinadas e escalonadas */
.js .reveal {
  filter: blur(5px);
  transition: opacity .85s ease, transform .95s cubic-bezier(.22,1,.36,1), filter .85s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.js .reveal.is-visible { filter: blur(0); }
.section__header.is-visible .section-line,
.copy-block.is-visible .section-line {
  animation: lineGrow 1s .22s cubic-bezier(.22,1,.36,1) both;
}
@keyframes lineGrow { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }

/* FAQ com abertura suave */
.faq details { overflow: clip; }
.faq summary { transition: color .25s ease, background .25s ease; }
.faq summary:hover { color: var(--gold-light); background: rgba(212,168,73,.035); }
.faq__answer {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .35s ease, transform .35s ease;
}
.faq details[open] .faq__answer { opacity: 1; transform: none; }
.faq details[open] summary::after { animation: faqSpin .35s ease; }
@keyframes faqSpin { from { transform: translateY(-50%) rotate(-90deg); opacity: 0; } to { transform: translateY(-50%) rotate(0); opacity: 1; } }

/* Oferta com auréola pulsante */
.offer::before,
.offer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
}
.offer::before {
  width: min(780px, 96vw);
  aspect-ratio: 1;
  border: 1px solid rgba(212,168,73,.10);
  animation: offerRing 7s ease-in-out infinite;
}
.offer::after {
  width: min(560px, 76vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(212,168,73,.09), transparent 65%);
  animation: offerGlow 4.8s ease-in-out infinite alternate;
}
.offer-card { z-index: 2; }
@keyframes offerRing { 0%,100% { opacity: .35; transform: translate(-50%,-50%) scale(.84); } 50% { opacity: .8; transform: translate(-50%,-50%) scale(1.03); } }
@keyframes offerGlow { to { transform: translate(-50%,-50%) scale(1.16); opacity: .58; } }

/* Cursor premium — somente mouse preciso */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%,-50%,0);
  transition: width .22s ease, height .22s ease, opacity .2s ease, background .22s ease, border-color .22s ease;
  will-change: transform, width, height;
}
.cursor--outer {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(245,230,184,.56);
  box-shadow: 0 0 24px rgba(212,168,73,.12);
}
.cursor--inner {
  width: 6px;
  height: 6px;
  background: var(--gold-light);
  box-shadow: 0 0 12px rgba(245,230,184,.65);
}
body.cursor-enabled .cursor { opacity: 1; }
body.cursor-enabled.cursor-hover .cursor--outer {
  width: 58px;
  height: 58px;
  border-color: rgba(212,168,73,.72);
  background: rgba(212,168,73,.08);
}
body.cursor-enabled.cursor-hover .cursor--inner { width: 4px; height: 4px; }
body.cursor-enabled.cursor-pressed .cursor--outer { width: 28px; height: 28px; background: rgba(212,168,73,.16); }
.cursor-burst {
  position: fixed;
  z-index: 1199;
  width: 8px;
  height: 8px;
  pointer-events: none;
  border: 1px solid rgba(245,230,184,.68);
  border-radius: 50%;
  transform: translate(-50%,-50%) scale(.2);
  animation: cursorBurst .65s ease-out forwards;
}
@keyframes cursorBurst { to { opacity: 0; transform: translate(-50%,-50%) scale(7); } }

@media (hover: hover) and (pointer: fine) {
  body.cursor-enabled,
  body.cursor-enabled a,
  body.cursor-enabled button,
  body.cursor-enabled summary { cursor: none; }
}

@media (max-width: 900px) {
  .float-badge { right: -14px; }
  .copy-block.glass-panel { padding: 38px 28px; }
  .ambient { min-width: 300px; opacity: .09; }
}

@media (max-width: 620px) {
  .page-loader__content img { height: 125px; }
  .particle-canvas { opacity: .38; }
  body::before { display: none; }
  .float-badge { right: -8px; top: 11%; padding: 8px 11px; font-size: .62rem; }
  .copy-block.glass-panel { padding: 31px 21px; }
  .hero__visual { transform: none !important; }
  .hero__stamp, .float-badge { transform: none; }
  .practice-item:hover .practice-photo,
  .media-frame:hover .about__portrait { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader::before,
  .page-loader::after,
  .ambient,
  .btn--gold,
  .hero__grid::after,
  .hero-title .gold-text,
  .hero__stamp,
  .float-badge,
  .offer::before,
  .offer::after { animation: none !important; }
  .particle-canvas,
  .cursor { display: none !important; }
  .tilt-card,
  .magnetic,
  .parallax-img { transform: none !important; }
}

/* O carregador só aparece quando JavaScript está ativo. */
.page-loader { display: none; }
.js .page-loader { display: grid; }

/* Compatibilidade com a base original do projeto. */
body { cursor: auto; }
.scroll-progress { transform: none; }
.cursor--outer,
.cursor--inner { margin: 0; }

/* Ajustes finais de composição e ativação do 3D após o reveal. */
.hero h1 { font-size: clamp(3.1rem, 6vw, 5.2rem); }
.hero__stamp { left: 14px; }
.hero__visual .float-badge { right: 14px; }

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .js .reveal.is-visible.tilt-card {
    transform: perspective(1050px) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(0,var(--lift),0) !important;
  }
}

/* Mantém a proporção real das imagens mesmo com atributos width/height no HTML. */
html { overflow-x: hidden; }
img { height: auto; }
