:root {
  --navy-950: #071321;
  --navy-900: #0b1d33;
  --navy-800: #102943;
  --navy-700: #183b5d;
  --gold: #c9a35f;
  --gold-light: #e6cb95;
  --paper: #f7f4ed;
  --cream: #fbfaf6;
  --white: #ffffff;
  --ink: #17202c;
  --muted: #647080;
  --line: rgba(11, 29, 51, .12);
  --shadow: 0 24px 70px rgba(7, 19, 33, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: var(--white); color: var(--navy-900); transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 84px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .3s ease, height .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { height: 72px; background: rgba(7,19,33,.94); backdrop-filter: blur(16px); box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.header-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; color: var(--gold-light); border: 1px solid rgba(230,203,149,.45); border-radius: 50%; }
.brand-mark svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.04; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: .02em; }
.brand-copy span { margin-top: 4px; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; color: rgba(255,255,255,.78); font-size: .92rem; font-weight: 600; transition: color .2s ease; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-light); transition: right .25s ease; }
.main-nav > a:hover, .main-nav > a:focus-visible, .main-nav > a.active { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after, .main-nav > a.active::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(230,203,149,.6); border-radius: 999px; color: var(--gold-light) !important; }
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-950) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--white); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 154px 0 88px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7,19,33,.99) 0%, rgba(11,29,51,.97) 52%, rgba(14,39,64,.95) 100%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent, black 38%, black); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -250px; border: 1px solid rgba(201,163,95,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(201,163,95,.035), 0 0 0 160px rgba(201,163,95,.025); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: 12%; top: 10%; background: radial-gradient(circle, rgba(201,163,95,.15), transparent 65%); }
.hero-glow-two { width: 440px; height: 440px; left: -18%; top: 20%; background: radial-gradient(circle, rgba(54,105,148,.22), transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #98733f; }
.hero h1, .section-heading h2, .contact-banner h2, .contact-panel h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.hero h1 { max-width: 760px; font-size: clamp(3.4rem, 6vw, 6rem); }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-person { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.person-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--gold-light); border: 1px solid rgba(255,255,255,.12); }
.person-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.hero-person div { display: grid; line-height: 1.25; }
.hero-person span { color: rgba(255,255,255,.55); font-size: .8rem; }
.hero-person strong { margin-top: 3px; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--navy-950); background: var(--gold-light); box-shadow: 0 12px 30px rgba(201,163,95,.24); }
.button-primary:hover { background: #f0d7a5; box-shadow: 0 16px 38px rgba(201,163,95,.3); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.button-gold { color: var(--navy-950); background: var(--gold-light); }
.button.full { width: 100%; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; max-width: 690px; margin-top: 44px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-facts div { display: grid; gap: 4px; padding-right: 20px; }
.hero-facts div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-facts span { color: rgba(255,255,255,.45); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts strong { color: rgba(255,255,255,.9); font-size: .94rem; }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.justice-card { position: relative; z-index: 3; width: min(100%, 385px); min-height: 480px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(230,203,149,.35); border-radius: 190px 190px 28px 28px; background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 40px 90px rgba(0,0,0,.3); backdrop-filter: blur(8px); }
.justice-topline { align-self: center; padding: 7px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.scales-wrap { flex: 1; display: grid; place-items: center; }
.scales-wrap svg { width: 215px; fill: none; stroke: var(--gold-light); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 12px 18px rgba(201,163,95,.15)); }
.justice-footer { padding: 20px 4px 4px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }
.justice-footer span { display: block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.justice-footer strong { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-orbit { position: absolute; border: 1px solid rgba(201,163,95,.2); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 620px; height: 620px; border-style: dashed; opacity: .35; animation: spin 28s linear infinite; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: rgba(255,255,255,.74); background: rgba(7,19,33,.82); box-shadow: 0 14px 34px rgba(0,0,0,.22); backdrop-filter: blur(10px); font-size: .78rem; }
.floating-note span { color: var(--gold-light); font-weight: 800; }
.note-one { top: 16%; left: -2%; }
.note-two { top: 47%; right: -3%; }
.note-three { bottom: 14%; left: 0; }
.hero-bottom-line { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 9px; background: linear-gradient(90deg, var(--gold) 0 18%, transparent 18% 82%, var(--gold) 82%); opacity: .6; }
@keyframes spin { to { transform: rotate(360deg); } }

.section { padding: 112px 0; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.section-heading h2 { max-width: 700px; color: var(--navy-900); font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2 { margin-inline: auto; }
.section-subtitle { max-width: 660px; margin: 22px auto 0; color: var(--muted); font-size: 1.05rem; }
.intro-copy { padding-top: 48px; }
.intro-copy p { margin: 0 0 18px; color: #3d4856; font-size: 1.08rem; }
.intro-copy strong { color: var(--navy-900); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding-bottom: 4px; color: var(--navy-900); border-bottom: 1px solid var(--gold); font-weight: 800; }
.text-link span { color: var(--gold); }

.practice { background: var(--cream); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 58px; }
.practice-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 50px rgba(7,19,33,.06); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.practice-card::after { content: ""; position: absolute; right: -75px; bottom: -90px; width: 180px; height: 180px; border: 1px solid rgba(201,163,95,.16); border-radius: 50%; box-shadow: 0 0 0 35px rgba(201,163,95,.035); }
.practice-card:hover { transform: translateY(-8px); border-color: rgba(201,163,95,.5); box-shadow: var(--shadow); }
.practice-card.featured { color: var(--white); border-color: var(--navy-900); background: linear-gradient(150deg, var(--navy-900), #102f4d); }
.practice-card.featured h3 { color: var(--white); }
.practice-card.featured p { color: rgba(255,255,255,.66); }
.practice-card.featured a { color: var(--gold-light); border-color: rgba(230,203,149,.45); }
.practice-card.featured .card-number { color: rgba(255,255,255,.13); }
.card-number { position: absolute; right: 26px; top: 18px; color: rgba(11,29,51,.07); font-family: Georgia, serif; font-size: 4.8rem; line-height: 1; }
.card-icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(201,163,95,.35); border-radius: 18px; background: rgba(201,163,95,.07); }
.card-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.practice-card h3 { position: relative; margin: 30px 0 12px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.72rem; font-weight: 500; }
.practice-card p { position: relative; margin: 0; color: var(--muted); }
.practice-card a { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--navy-900); font-size: .88rem; font-weight: 800; }
.practice-card a span { color: var(--gold); font-size: 1.2rem; }

.contact-banner { position: relative; padding: 88px 0; color: var(--white); background: linear-gradient(110deg, var(--navy-950), var(--navy-800)); overflow: hidden; }
.contact-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 50%, rgba(201,163,95,.14), transparent 32%); }
.contact-banner::after { content: ""; position: absolute; width: 340px; height: 340px; right: 3%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(201,163,95,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(201,163,95,.025), 0 0 0 110px rgba(201,163,95,.02); }
.banner-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; }
.contact-banner h2 { font-size: clamp(2.3rem, 4.4vw, 4rem); }
.contact-banner p:not(.eyebrow) { max-width: 590px; margin: 20px 0 0; color: rgba(255,255,255,.62); }
.banner-contact { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.contact-line { display: flex; align-items: center; gap: 14px; }
.contact-symbol { display: grid; place-items: center; width: 54px; height: 54px; color: var(--gold-light); border: 1px solid rgba(230,203,149,.35); border-radius: 50%; }
.contact-symbol svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-line div { display: grid; }
.contact-line span { color: rgba(255,255,255,.48); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-line strong { margin-top: 3px; font-size: 1.08rem; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: stretch; }
.contact-panel { padding: 30px 0; }
.contact-panel h2 { max-width: 680px; color: var(--navy-900); font-size: clamp(2.4rem, 4.6vw, 4.2rem); }
.contact-intro { margin: 20px 0 36px; color: var(--muted); }
.contact-list { display: grid; gap: 16px; }
.contact-item { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line); }
.contact-item > span { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; color: var(--gold); border-radius: 50%; background: rgba(201,163,95,.09); }
.contact-item svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-item div { display: grid; }
.contact-item small { color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-item strong { margin-top: 3px; color: var(--navy-900); font-size: 1.02rem; }
.contact-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: var(--white); border-radius: 30px; background: linear-gradient(145deg, var(--navy-900), #143858); box-shadow: var(--shadow); overflow: hidden; }
.contact-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,19,33,.65), transparent 65%); }
.contact-card > * { position: relative; z-index: 2; }
.contact-card-pattern { position: absolute; z-index: 1; width: 360px; height: 360px; right: -100px; top: -95px; border: 1px solid rgba(201,163,95,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(201,163,95,.035), 0 0 0 110px rgba(201,163,95,.025); }
.mini-label { align-self: flex-start; padding: 6px 11px; border: 1px solid rgba(230,203,149,.35); border-radius: 999px; color: var(--gold-light); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h3 { max-width: 420px; margin: 22px 0 14px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 500; line-height: 1.08; }
.contact-card p { margin: 0 0 26px; color: rgba(255,255,255,.66); }

.site-footer { padding: 62px 0 24px; color: rgba(255,255,255,.72); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr .7fr; gap: 50px; align-items: start; padding-bottom: 46px; }
.footer-brand .brand-mark { width: 52px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-details p { margin: 0 0 8px; }
.footer-details a { color: var(--gold-light); font-weight: 800; }
.footer-nav { display: grid; gap: 10px; justify-content: end; text-align: right; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.68); }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; min-height: 54px; padding: 0 18px; color: #fff; border-radius: 999px; background: #1f9d55; box-shadow: 0 14px 35px rgba(20,116,68,.32); font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(20,116,68,.4); }
.whatsapp-float svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js-enabled .reveal.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(230,203,149,.75); outline-offset: 4px; }

@media (max-width: 1040px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 42px; }
  .hero-visual { min-height: 500px; }
  .justice-card { width: 340px; min-height: 440px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 520px; height: 520px; }
  .floating-note { font-size: .7rem; }
  .practice-card { padding: 28px; }
  .banner-contact { align-items: flex-end; flex-direction: column; }
}

@media (max-width: 860px) {
  .site-header, .site-header.scrolled { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 1001; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 90px 34px 40px; background: rgba(7,19,33,.98); transform: translateX(100%); transition: transform .32s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a { font-size: 1.25rem; }
  .nav-cta { margin-top: 8px; }
  .hero { min-height: auto; padding: 132px 0 76px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; margin-top: 10px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding-top: 0; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 330px; }
  .banner-grid { grid-template-columns: 1fr; }
  .banner-contact { align-items: flex-start; flex-direction: row; justify-content: flex-start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; display: flex; justify-content: flex-start; text-align: left; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy span { letter-spacing: .08em; font-size: .62rem; }
  .brand-mark { width: 42px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; }
  .hero-facts div + div { padding-left: 0; padding-top: 15px; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .hero-visual { min-height: 460px; }
  .justice-card { width: 292px; min-height: 400px; padding: 22px; }
  .scales-wrap svg { width: 180px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 430px; height: 430px; }
  .floating-note { padding: 9px 11px; }
  .note-one { top: 11%; left: -1%; }
  .note-two { right: -1%; }
  .note-three { left: 2%; bottom: 8%; }
  .section { padding: 78px 0; }
  .section-heading h2, .contact-panel h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .practice-grid { margin-top: 38px; }
  .practice-card { padding: 28px 24px; }
  .contact-banner { padding: 72px 0; }
  .banner-contact { align-items: stretch; flex-direction: column; }
  .contact-card { min-height: 420px; padding: 30px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-nav { flex-wrap: wrap; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
