/* ============================================================
   Unveil Labs — shared styles for content sub-pages.
   Mirrors the homepage design system (tokens, header, footer,
   buttons, type) and adds page components (breadcrumb, prose,
   answer box, feature grid, comparison table). The homepage keeps
   its own inline <style>; this file is loaded only by the pages
   under /services, /compare, /work and /references.
   No custom-cursor here — sub-pages use the native cursor.
   ============================================================ */

:root {
  --ink: #0E0E0D;
  --ink-soft: #141412;
  --ink-deeper: #0A0A09;
  --paper: #F6F4EF;
  --paper-warm: #EFECE3;
  --champagne: #C2AE86;
  --champagne-deep: #9A8A5F;
  --grey: #6B6A64;
  --grey-light: #A4A29A;
  --grey-mute: #8C8A82;
  --line-dark: #1F1F1A;
  --line-dark-2: #26261F;
  --line-dark-3: #2E2E27;
  --line-light: #E2DFD5;
  --line-light-2: #D0CCC0;
  --serif: 'Editorial New', 'Fraunces', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--paper);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: var(--champagne); color: var(--ink); }

[id] { scroll-margin-top: 96px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.serif { font-family: var(--serif); font-weight: 400; }
.amp   { color: var(--champagne); font-style: italic; font-weight: 400; }
a { color: inherit; text-decoration: none; }

/* ---- micro typography ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10.5px; letter-spacing: 2.8px; text-transform: uppercase;
  color: var(--grey-mute); font-weight: 500;
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 22px; height: 1px; background: var(--champagne); opacity: 0.85;
}
.rule-long { width: 64px; height: 1px; background: var(--champagne); opacity: 0.7; }

/* ---- buttons ---- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; letter-spacing: 0.6px; font-weight: 500;
  padding: 14px 24px; border-radius: 2px; cursor: pointer;
  border: 0.5px solid transparent; transition: all .4s var(--ease);
  font-family: var(--sans);
}
.btn-solid { background: var(--paper); color: var(--ink); }
.btn-solid:hover { background: #fff; transform: translateY(-1px); box-shadow: 0 10px 30px -12px rgba(194,174,134,0.45); }
.btn-solid .arr { display: inline-block; transition: transform .4s var(--ease); }
.btn-solid:hover .arr { transform: translateX(4px); }
.btn-ghost { color: var(--paper); border-color: var(--line-dark-3); background: transparent; }
.btn-ghost:hover { border-color: var(--champagne); color: var(--champagne); }

.link-quiet {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; letter-spacing: 0.5px; color: var(--grey-light);
  transition: color .35s var(--ease); padding-bottom: 2px;
}
.link-quiet .arr { transition: transform .4s var(--ease); }
.link-quiet:hover { color: var(--champagne); }
.link-quiet:hover .arr { transform: translateX(4px); }

/* ---- header (glass) ---- */
.site-header {
  position: sticky; top: 0; z-index: 70;
  background: rgba(14,14,13,0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 0.5px solid rgba(246,244,239,0.06);
  box-shadow: 0 1px 0 rgba(246,244,239,0.025) inset;
}
.nav { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; min-height: 42px; }
.logo { font-family: var(--serif); font-size: 20px; letter-spacing: -0.2px; display: inline-flex; align-items: baseline; gap: 2px; }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: 12.5px; letter-spacing: 0.5px; color: var(--grey-light); font-weight: 400; }
.nav-links a { position: relative; padding: 6px 0; transition: color .3s var(--ease); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--champagne); transition: width .35s var(--ease); }
.nav-links a:hover { color: var(--paper); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { color: var(--paper); border: 0.5px solid var(--line-dark-3); padding: 10px 18px; border-radius: 2px; transition: all .35s var(--ease); }
.nav-cta::after { display: none; }
.nav-cta:hover { border-color: var(--champagne); color: var(--champagne); }

.nav-burger { display: none; background: none; border: 0.5px solid var(--line-dark-3); color: var(--paper); cursor: pointer; width: 46px; height: 42px; padding: 0; align-items: center; justify-content: center; border-radius: 2px; transition: border-color .45s var(--ease), background .45s var(--ease); }
.nav-burger:hover { border-color: var(--champagne); }
.nav-burger.is-x { border-color: rgba(194,174,134,0.55); }
.nav-burger .lines { position: relative; display: block; width: 18px; height: 12px; }
.nav-burger .lines i { position: absolute; left: 0; width: 100%; height: 1.5px; border-radius: 1px; background: currentColor; transform-origin: center; transition: transform .5s cubic-bezier(.16,1,.3,1), opacity .3s var(--ease), background .4s var(--ease); }
.nav-burger .lines i:nth-child(1) { top: 0; }
.nav-burger .lines i:nth-child(2) { top: 50%; margin-top: -0.75px; }
.nav-burger .lines i:nth-child(3) { bottom: 0; }
.nav-burger:hover .lines i { background: var(--champagne); }
.nav-burger.is-x .lines i:nth-child(1) { transform: translateY(5.25px) rotate(45deg); }
.nav-burger.is-x .lines i:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.is-x .lines i:nth-child(3) { transform: translateY(-5.25px) rotate(-45deg); }

/* mobile drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(10,10,9,0.97);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  display: flex; flex-direction: column; padding: 102px 22px 40px;
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px);
  transition: opacity .5s var(--ease), transform .6s var(--ease), visibility 0s linear .6s;
  overflow-y: auto;
}
.mobile-menu.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: opacity .45s var(--ease), transform .7s cubic-bezier(.16,1,.3,1), visibility 0s; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 2px; }
.mobile-menu nav a {
  font-family: var(--serif); font-size: 25px; letter-spacing: -0.3px; color: var(--paper);
  padding: 19px 4px; border-bottom: 0.5px solid var(--line-dark);
  display: flex; justify-content: space-between; align-items: center;
  transition: color .3s var(--ease), padding-left .4s var(--ease);
}
.mobile-menu nav a:hover { padding-left: 12px; color: var(--champagne); }
.mobile-menu nav a .num { font-family: var(--sans); font-size: 11px; letter-spacing: 2px; color: var(--grey-mute); }

/* ---- breadcrumb ---- */
.breadcrumb { padding: 26px 0 0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--grey-mute); }
.breadcrumb li { display: inline-flex; align-items: center; gap: 10px; }
.breadcrumb li + li::before { content: "/"; color: var(--champagne-deep); }
.breadcrumb a { color: var(--grey-mute); transition: color .3s var(--ease); }
.breadcrumb a:hover { color: var(--champagne); }
.breadcrumb [aria-current="page"] { color: var(--grey-light); }

/* ---- page hero ---- */
.page-hero { position: relative; overflow: hidden; padding: 54px 0 68px; border-bottom: 0.5px solid var(--line-dark); }
.page-hero-bg { position: absolute; inset: -10% 0 -10%; pointer-events: none;
  background-image: linear-gradient(rgba(246,244,239,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(246,244,239,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 62% at 30% 30%, #000 22%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 62% at 30% 30%, #000 22%, transparent 100%);
}
.page-hero > .wrap { position: relative; z-index: 1; }
.page-hero .eyebrow { margin: 22px 0 26px; }
.page-hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(34px, 5vw, 62px); line-height: 1.08; letter-spacing: -1.2px;
  max-width: 940px;
}
.page-hero h1 em { color: var(--champagne); font-style: italic; font-weight: 300; }
.page-hero .lede { margin-top: 28px; max-width: 640px; font-size: clamp(15px, 1.3vw, 17.5px); line-height: 1.75; color: var(--grey-light); }

/* ---- answer-first box (AEO summary) ---- */
.answer {
  margin: 44px 0 0; max-width: 820px;
  border: 0.5px solid var(--line-dark-2); border-left: 2px solid var(--champagne);
  background: linear-gradient(180deg, rgba(194,174,134,0.05), rgba(194,174,134,0.015));
  padding: 26px 30px; border-radius: 2px;
}
.answer .answer-tag { font-size: 10px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--champagne); font-weight: 600; }
.answer p { margin-top: 12px; font-size: 15.5px; line-height: 1.8; color: #D9D6CD; }
.answer p strong { color: var(--champagne); font-weight: 500; }

/* ---- editorial content sections ---- */
.section { padding: 78px 0; border-top: 0.5px solid var(--line-dark); position: relative; }
.section:first-of-type { border-top: none; }
.section-alt { background: var(--ink-deeper); }
.section-head-min { display: flex; align-items: baseline; gap: 16px; margin-bottom: 34px; }
.kicker { font-size: 10.5px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--grey-mute); font-weight: 500; font-variant-numeric: tabular-nums; }
.kicker .num { color: var(--champagne); margin-right: 8px; }

.prose { max-width: 760px; }
.prose h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 3vw, 36px); line-height: 1.22; letter-spacing: -0.6px; margin: 0 0 20px; }
.prose h2 em { color: var(--champagne); font-style: italic; font-weight: 300; }
.prose h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 1.8vw, 23px); line-height: 1.3; letter-spacing: -0.3px; color: var(--paper); margin: 38px 0 12px; }
.prose p { font-size: clamp(15px, 1.15vw, 16.5px); line-height: 1.85; color: var(--grey-light); margin: 0 0 18px; }
.prose p strong { color: var(--paper); font-weight: 500; }
.prose a { color: var(--champagne); border-bottom: 1px solid rgba(194,174,134,0.35); transition: border-color .3s ease; }
.prose a:hover { border-bottom-color: var(--champagne); }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 0; list-style: none; }
.prose li { position: relative; padding-left: 26px; margin-bottom: 12px; font-size: clamp(15px, 1.1vw, 16px); line-height: 1.75; color: var(--grey-light); }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 6px; height: 6px; background: var(--champagne); border-radius: 50%; }
.prose ol { counter-reset: li; }
.prose ol li { counter-increment: li; }
.prose ol li::before { content: counter(li, decimal-leading-zero); position: absolute; left: 0; top: 1px; font-size: 11px; letter-spacing: 1px; color: var(--champagne); font-weight: 600; font-variant-numeric: tabular-nums; }
.prose li strong { color: var(--paper); font-weight: 500; }
.prose blockquote { margin: 30px 0; padding: 4px 0 4px 26px; border-left: 2px solid var(--champagne); font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; color: var(--paper); }
.prose blockquote cite { display: block; margin-top: 14px; font-family: var(--sans); font-style: normal; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey-mute); }

/* ---- feature grid ---- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark-2); border: 0.5px solid var(--line-dark-2); margin-top: 8px; }
.feature-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.feature-card { background: var(--ink); padding: 34px 30px; }
.section-alt .feature-card { background: var(--ink-deeper); }
.feature-card .fc-num { font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--champagne); font-weight: 600; font-variant-numeric: tabular-nums; }
.feature-card h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; line-height: 1.25; letter-spacing: -0.3px; margin: 16px 0 12px; }
.feature-card p { font-size: 14.5px; line-height: 1.7; color: var(--grey-light); }

/* ---- comparison table ---- */
.cmp-wrap { margin-top: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 14.5px; }
.cmp caption { text-align: left; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey-mute); padding-bottom: 16px; }
.cmp th, .cmp td { text-align: left; padding: 18px 20px; border-bottom: 0.5px solid var(--line-dark-2); vertical-align: top; line-height: 1.6; }
.cmp thead th { font-family: var(--serif); font-weight: 400; font-size: 17px; letter-spacing: -0.2px; color: var(--paper); border-bottom: 0.5px solid var(--champagne-deep); }
.cmp thead th:first-child { color: var(--grey-mute); font-family: var(--sans); font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; }
.cmp tbody th { font-weight: 500; color: var(--paper); width: 190px; }
.cmp tbody td { color: var(--grey-light); }
.cmp tbody tr:hover td, .cmp tbody tr:hover th { background: rgba(194,174,134,0.03); }
.cmp .accent { color: var(--champagne); }

/* ---- key-value / stat strip ---- */
.kv { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 0.5px solid var(--line-dark-2); border-bottom: 0.5px solid var(--line-dark-2); margin-top: 8px; }
.kv > div { padding: 34px 28px; border-right: 0.5px solid var(--line-dark-2); }
.kv > div:last-child { border-right: none; }
.kv .fig { font-family: var(--serif); font-weight: 300; font-size: clamp(40px, 5vw, 60px); line-height: 1; color: var(--champagne); letter-spacing: -1.6px; }
.kv .lab { margin-top: 16px; font-size: 14px; line-height: 1.5; color: #CBC8BF; }
.kv .src { margin-top: 12px; font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--grey-mute); }
.kv .src a { color: inherit; border-bottom: 1px solid var(--champagne-deep); }
.kv .src a:hover { color: var(--champagne); }

/* ---- case study media ---- */
.case-figure { margin: 8px 0 0; border: 0.5px solid var(--line-dark-2); border-radius: 3px; overflow: hidden; background: var(--ink-deeper); }
.case-figure img { display: block; width: 100%; height: auto; }
.case-figure figcaption { padding: 14px 20px; font-size: 12px; letter-spacing: 0.3px; color: var(--grey-mute); border-top: 0.5px solid var(--line-dark-2); }

/* ---- FAQ ---- */
.faq-block { padding: 90px 0; border-top: 0.5px solid var(--line-dark); background: var(--ink-deeper); }
.faq-list { border-top: 0.5px solid var(--line-dark-2); margin-top: 34px; }
.faq-item { display: grid; grid-template-columns: 120px 1fr; gap: 40px; align-items: start; padding: 34px 0 32px; border-bottom: 0.5px solid var(--line-dark-2); }
.faq-idx { font-size: 10.5px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--grey-mute); font-weight: 500; font-variant-numeric: tabular-nums; padding-top: 6px; }
.faq-idx .num { color: var(--champagne); }
.faq-q { font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 1.8vw, 24px); line-height: 1.3; letter-spacing: -0.3px; color: var(--paper); margin-bottom: 13px; }
.faq-a { font-size: clamp(14.5px, 1.1vw, 16px); line-height: 1.78; color: var(--grey-light); max-width: 720px; }
.faq-a strong { color: var(--champagne); font-weight: 500; }
.faq-a a { color: var(--champagne); border-bottom: 1px solid rgba(194,174,134,0.35); }
.faq-a a:hover { border-bottom-color: var(--champagne); }

/* FAQ accordion — progressive enhancement; JS adds .faq-acc (answers stay in DOM) */
.faq-acc .faq-q { margin: 0; }
.faq-trigger {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  width: 100%; margin: 0; padding: 0; border: 0; background: none;
  font: inherit; color: inherit; text-align: left; cursor: pointer;
  transition: color .4s ease; -webkit-tap-highlight-color: transparent;
}
.faq-trigger:hover { color: var(--champagne); }
.faq-trigger:focus-visible { outline: 1px solid var(--champagne); outline-offset: 6px; }
.faq-acc .faq-item.open .faq-trigger { color: var(--champagne); }
.faq-chevron { position: relative; flex: 0 0 18px; width: 18px; height: 18px; align-self: center; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.faq-chevron::before, .faq-chevron::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1.5px;
  background: var(--champagne); border-radius: 2px;
  transform: translate(-50%,-50%); transition: transform .5s cubic-bezier(.22,.61,.36,1), opacity .4s ease;
}
.faq-chevron::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-acc .faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-acc .faq-item.open .faq-chevron::after { transform: translate(-50%,-50%) rotate(0deg); opacity: 0; }
.faq-a-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s cubic-bezier(.22,.61,.36,1); }
.faq-acc .faq-item.open .faq-a-wrap { grid-template-rows: 1fr; }
.faq-a-wrap > .faq-a { overflow: hidden; min-height: 0; }
.faq-acc .faq-a { margin: 0; padding: 0; opacity: 0; transform: translateY(-4px); transition: opacity .45s ease, transform .45s ease; }
.faq-acc .faq-item.open .faq-a { opacity: 1; transform: none; padding-top: 14px; }
@media (prefers-reduced-motion: reduce) {
  .faq-chevron, .faq-chevron::before, .faq-chevron::after, .faq-a-wrap, .faq-acc .faq-a { transition: none; }
}

/* Footer social links */
.footer-social { margin-top: 12px; font-size: 12.5px; letter-spacing: 0.3px; }
.footer-social a { color: var(--grey-light); border-bottom: 1px solid rgba(194,174,134,0.32); }
.footer-social a:hover { color: var(--champagne); border-bottom-color: var(--champagne); }
.footer-social span { color: var(--grey-mute); margin: 0 5px; }

/* ---- CTA band ---- */
.cta-band { text-align: center; padding: 120px 0 118px; border-top: 0.5px solid var(--line-dark); position: relative; overflow: hidden; }
.cta-band-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 45% 55% at 50% 50%, rgba(194,174,134,0.05), transparent 70%); }
.cta-band > .wrap { position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.8vw, 46px); line-height: 1.16; letter-spacing: -0.8px; max-width: 720px; margin: 22px auto 0; }
.cta-band h2 em { color: var(--champagne); font-style: italic; font-weight: 300; }
.cta-band .cta-note { font-size: 13px; color: var(--grey-mute); margin-top: 22px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-badge { display: inline-block; margin-top: 26px; font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--champagne); border: 1px solid rgba(200,169,110,0.32); border-radius: 999px; padding: 7px 16px; }
.cta-actions { margin-top: 38px; display: inline-flex; gap: 22px; align-items: center; flex-wrap: wrap; justify-content: center; }

/* ---- footer ---- */
.site-footer { border-top: 0.5px solid var(--line-dark); padding: 66px 0 40px; background: var(--ink-deeper); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; }
.footer-brand .logo { font-size: 17px; }
.footer-brand .footer-tag { margin-top: 12px; font-size: 12.5px; color: var(--grey-mute); letter-spacing: 0.3px; }
.footer-brand .footer-tag a { color: var(--grey-light); border-bottom: 1px solid var(--line-dark-3); }
.footer-brand .footer-tag a:hover { color: var(--champagne); border-bottom-color: var(--champagne); }
.footer-col h4 { font-size: 10.5px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--champagne); font-weight: 600; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 13.5px; color: var(--grey-light); padding: 7px 0; transition: color .3s var(--ease), padding-left .3s var(--ease); }
.footer-col a:hover { color: var(--paper); padding-left: 5px; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 54px; padding-top: 26px; border-top: 0.5px solid var(--line-dark); font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--grey-mute); }

/* ---- reveal ---- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---- responsive ---- */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .wrap { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .feature-grid, .feature-grid.cols-2 { grid-template-columns: 1fr; }
  .kv { grid-template-columns: 1fr; }
  .kv > div { border-right: none; border-bottom: 0.5px solid var(--line-dark-2); }
  .kv > div:last-child { border-bottom: none; }
  .faq-item { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  /* Index stacks above the question here, so a taller trigger can't misalign
     anything — guarantee a comfortable touch target on mobile. */
  .faq-acc .faq-trigger { min-height: 44px; }
  .section { padding: 60px 0; }
  .page-hero { padding: 40px 0 52px; }
}
@media (max-width: 620px) {
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto !important; }
}
