/* ── WEB FONTS (self-hosted) ──
   Sora and Source Sans 3 used to load from fonts.googleapis.com. That cost
   ~750ms of render-blocking time, was the last remaining cache-lifetime
   warning, and sent every visitor's IP to Google on every page view — a fair
   question from a public-sector DPO evaluating an equality product.

   These are the same files Google serves, fetched from fonts.gstatic.com.
   Both families are variable fonts: one file per family/style/subset carries
   every weight, and the discrete font-weight descriptors below pin the
   instance, exactly as Google's own stylesheet does.

   The weights are deliberately NOT declared as a `font-weight: 400 800` range.
   The stylesheet asks for weight 500 in four places (.nav-signin,
   .nav-signin-mobile, .tech-pill, .btn-ghost). Google never served a 500, so
   CSS font matching resolves those to 400 — which is what the site has always
   rendered. Declaring a variable range would start honouring 500 and quietly
   restyle all four. Weight 300 was requested from Google but referenced by
   nothing, so it is not shipped.

   Subsets: latin and latin-ext only. Google also serves Source Sans 3 in
   greek, greek-ext, cyrillic, cyrillic-ext and vietnamese; this is an
   English-language site, so those 15 faces are not shipped and text in those
   scripts falls back to the system sans-serif. This is the one respect in
   which self-hosting is not byte-identical to the Google-served version. */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sora-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;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sora-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: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/sora-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;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/sora-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: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/sora-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;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/sora-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: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/sora-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;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/sora-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: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/source-sans-3-italic-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;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/source-sans-3-italic-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: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/source-sans-3-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;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/source-sans-3-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: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/source-sans-3-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;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/source-sans-3-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;
}

/* JetBrains Mono is used only by .mock-url, the fake address bar in the
   features-page mockups. Weight 400 only: the rule sets no font-weight, so it
   inherits 400 — the 500 Google was asked for was never rendered. Not
   preloaded; it is below the fold and display:none on mobile. */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-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;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-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;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── CSS CUSTOM PROPERTIES ── */
:root {
  --navy:        #0F1B2D;
  /* Primary brand accent. Same value as the icon in <x-brand-mark /> and as
     --gold in the application and platform admin. Used for the logo only —
     green below remains the secondary accent for headings and eyebrows. */
  --gold:        #c8962a;
  --green:       #1A7F5A;
  --green-light: #14A870;
  /* Green text on a --mint ground only. --green itself is 4.44:1 on --mint,
     just under AA; it clears AA on --white (4.97:1) and --base (4.71:1), so it
     stays the value for fills, borders and green text on those grounds. Use
     this deeper shade the moment green text sits on mint — 5.06:1. */
  --green-on-mint: #187553;
  --mint:        #E8F5F0;
  --base:        #F7F9FC;
  --white:       #FFFFFF;
  /* Was #FF6B35, which carried white button text at only 2.84:1 and drew a
     focus ring at 2.84:1 on white. Any coral carrying white text has to sit in
     a narrow band: light enough to keep 3:1 against the dark nav/hero it is
     placed on (WCAG 1.4.11), dark enough for 4.5:1 white text on it. That band
     is roughly #C45229..#B54C26 — these two values sit inside it.
       --coral      white text 4.77:1 | vs nav 3.28:1 | vs navy 3.55:1 | vs white 4.77:1
       --coral-deep white text 5.10:1 | vs nav 3.07:1 | vs navy 3.39:1
     --coral-deep is the hover fill, and coral text on a light ground. */
  --coral:       #BF5028;
  --coral-deep:  #B84D26;
  --text:        #1C2B3A;
  --muted:       #5A6A7A;
  --border:      #DDE3EC;
}

/* ── SKIP LINK ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--coral);
  color: var(--white);
  padding: 0.75rem 1.2rem;
  border-radius: 0 0 8px 8px;
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── BASE ── */
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  overflow-x: hidden;
  font-family: 'Source Sans 3', sans-serif;
  background: var(--base);
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
}

/* ── NAV ── */
/* Scoped to the site header, which is a direct child of <body>. A bare `nav`
   selector would also hit the footer's sectors landmark and pin it to the top
   of the viewport over the hero. */
body > nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  height: 64px;
  background: rgba(15,27,45,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* The logo's flex children are the icon, the "Equality" text node and the
   <span>IQ</span> — a bare text node becomes an anonymous flex item, so a
   `gap` here spaced the wordmark away from its own IQ and rendered
   "Equality IQ". The icon is spaced with a margin instead, which applies only
   where it is wanted and closes the wordmark up to match the application nav. */
.nav-logo {
  display: inline-flex;
  align-items: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nav-logo .brand-mark { margin-right: 0.55rem; }
.nav-logo span { color: var(--gold); }

/* The shared icon partial. Never allowed to shrink or be squashed by the
   global mobile max-width reset further down this file. */
.brand-mark { flex-shrink: 0; }

.nav-links {
  display: flex; align-items: center; gap: 2rem;
  list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }

.nav-cta {
  background: var(--coral);
  color: var(--white) !important;
  padding: 0.45rem 1.1rem;
  border-radius: 6px;
  font-weight: 600 !important;
  transition: background 0.2s, transform 0.15s !important;
}
.nav-cta:hover { background: var(--coral-deep) !important; transform: translateY(-1px); }

.nav-signin {
  color: rgba(255,255,255,0.75) !important;
  border: 1.5px solid rgba(255,255,255,0.25) !important;
  padding: 0.4rem 1rem !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  transition: border-color 0.2s, color 0.2s !important;
}
.nav-signin:hover { color: var(--white) !important; border-color: rgba(255,255,255,0.6) !important; }

/* ── NAV DROPDOWN (Sectors) ── */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger {
  display: flex; align-items: center; gap: 0.3rem;
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.88);
  transition: color 0.2s;
}
.nav-dropdown-trigger:hover,
.nav-dropdown-trigger[aria-expanded="true"],
.nav-dropdown-trigger.is-current { color: var(--white); }
.nav-dropdown-chevron { width: 14px; height: 14px; transition: transform 0.2s; }
.nav-dropdown-trigger[aria-expanded="true"] .nav-dropdown-chevron { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  min-width: 230px;
  background: rgba(15,27,45,0.98);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 0.4rem;
  list-style: none;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}
.nav-dropdown-menu[hidden] { display: none; }
.nav-dropdown-menu a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.nav-dropdown-menu a:hover { background: rgba(255,255,255,0.08); color: var(--white); }
.nav-dropdown-menu a[aria-current="page"] { color: var(--green-light); }

/* ── HAMBURGER ── */
.nav-mobile {
  display: none;
  align-items: center;
  gap: 0.75rem;
}
.nav-signin-mobile {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  border: 1.5px solid rgba(255,255,255,0.25);
  padding: 0.35rem 0.85rem;
  border-radius: 6px;
  transition: border-color 0.2s, color 0.2s;
}
.nav-signin-mobile:hover { color: var(--white); border-color: rgba(255,255,255,0.6); }

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  background: rgba(15,27,45,0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 1.2rem 1.5rem 1.5rem;
  flex-direction: column;
  z-index: 99;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--white); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu .mob-cta {
  margin-top: 1rem;
  background: var(--coral);
  color: var(--white);
  padding: 0.85rem;
  border-radius: 8px;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: none;
}

/* ── MOBILE MENU GROUP (Sectors accordion) ── */
.mobile-group-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
  background: none; border: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0.85rem 0;
  cursor: pointer;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  transition: color 0.2s;
}
.mobile-group-trigger:hover { color: var(--white); }
.mobile-group-chevron { width: 18px; min-width: 18px; height: 18px; transition: transform 0.2s; }
.mobile-group-trigger[aria-expanded="true"] .mobile-group-chevron { transform: rotate(180deg); }
.mobile-group-panel { display: flex; flex-direction: column; padding-left: 0.9rem; }
.mobile-group-panel[hidden] { display: none; }
.mobile-group-panel a { font-size: 0.94rem; color: rgba(255,255,255,0.6); }

/* ── FOOTER ── */
/* Scoped to the site footer, which is a direct child of <body>, for the same
   reason `body > nav` is: a bare `footer` selector would paint any second
   <footer> in the page body dark and stack it in a column. Matches the nav
   convention rather than introducing a class, so the two landmark rules read
   the same way. */
body > footer {
  background: #080F1A;
  padding: 48px 5vw;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-sectors { display: flex; flex-direction: column; gap: 0.8rem; }
.footer-sectors-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.footer-sectors ul { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; list-style: none; }
.footer-sectors a {
  /* 0.4 gave 3.80:1 on the #080F1A footer; 0.55 gives 6.23:1. */
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-sectors a:hover { color: rgba(255,255,255,0.75); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 1.75rem;
}
/* Same anonymous-flex-item trap as .nav-logo above. */
.footer-logo {
  display: inline-flex;
  align-items: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  text-decoration: none;
}
.footer-logo .brand-mark { margin-right: 0.5rem; }
.footer-logo span { color: var(--gold); }
.footer-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  /* 0.4 gave 3.80:1 on the #080F1A footer; 0.55 gives 6.23:1. */
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-links a:hover { color: rgba(255,255,255,0.75); }
/* 0.25 gave 2.19:1 on the #080F1A footer — the worst pair on the site; 0.55
   gives 6.23:1, matching the footer links. */
.footer-copy { color: rgba(255,255,255,0.55); font-size: 0.82rem; }

/* ── FOCUS STYLES ── */
:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
  border-radius: 4px;
}
.nav-links a:focus-visible,
.nav-signin:focus-visible,
.nav-cta:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
.skip-link:focus {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}

/* ── RESPONSIVE NAV ── */
@media (max-width: 700px) {
  body > nav { padding: 0 1.2rem; }
  .nav-links { display: none; }
  .nav-mobile { display: flex; }
  body > footer { padding: 40px 1.2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-sectors ul { flex-direction: column; gap: 0.55rem; }
}

/* ── GLOBAL MOBILE OVERFLOW RESET ── */
@media (max-width: 700px) {
  html, body { overflow-x: hidden; max-width: 100vw; }
  *:not(style):not(script) {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .mock-dot, .hamburger span, .nav-signin-mobile,
  .hamburger, .mock-btn-dot, .brand-mark { max-width: none !important; }
  h1 { font-size: clamp(1.5rem, 5vw, 2rem) !important; }
  h2 { font-size: clamp(1.3rem, 4.5vw, 1.8rem) !important; }
  h3 { font-size: clamp(1.1rem, 4vw, 1.4rem) !important; }
  .feature-block,
  .post-featured,
  .page-wrap,
  .time-grid,
  .form-row { grid-template-columns: 1fr !important; direction: ltr !important; }
  section, .page-header, .comparison-section,
  .features-section, .time-banner, .cta-band,
  .blog-section, .faq-wrap, .trust, .how,
  .output-section, .features { padding-left: 1.2rem !important; padding-right: 1.2rem !important; }
  .mock-ui { overflow: hidden !important; }
  .mock-url { display: none !important; }
  .mock-chars { flex-wrap: wrap !important; }
  p, li, td, th, label, span, a { overflow-wrap: break-word !important; word-break: break-word !important; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
