/* Ari VPN — arivpn.net
 *
 * Tokens, type and motion are lifted verbatim from the cabinet
 * (vpnpanel/src/vpnpanel/dashboard/static/app.css) so the site and the app
 * read as one product. Where this file adds something the cabinet does not
 * have, it stays inside the same vocabulary: one easing curve, one accent,
 * press feedback as a transition, motion only where it has a stated purpose.
 *
 * No animation library. Every transition here is CSS, which runs off the main
 * thread; the only script is a ~40-line IntersectionObserver for scroll
 * reveals. That is what lets the site be genuinely animated and still hold
 * LCP < 1.2s / INP < 100ms, which Yandex scores.
 */

/* ---- fonts -------------------------------------------------------------
 * Same subsetted variable woff2 the cabinet ships. One @font-face per subset,
 * weight given as a RANGE so one file covers every weight used. */
@font-face{font-family:'Golos Text';font-style:normal;font-weight:400 900;font-display:swap;src:url(/static/fonts/golos-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Golos Text';font-style:normal;font-weight:400 900;font-display:swap;src:url(/static/fonts/golos-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:'Golos Text';font-style:normal;font-weight:400 900;font-display:swap;src:url(/static/fonts/golos-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,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:'JetBrains Mono';font-style:normal;font-weight:400 600;font-display:swap;src:url(/static/fonts/jbmono-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 600;font-display:swap;src:url(/static/fonts/jbmono-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* ---- tokens ------------------------------------------------------------ */
:root {
  --bg:            #070c18;
  --ink-deep:      #05080f;
  --canvas:        #0a0f1c;
  --surface:       #0d1526;
  --surface-2:     #101a2e;
  --accent:        #2edad0;
  --accent-bright: #5cf0e6;
  --accent-text:   #96f2ea;
  --on-accent:     #04302c;
  --accent-border: rgba(46,218,208,.28);
  --text:          #e8eef9;
  --text-2:        #c3d0e6;
  --dim:           #8fa1c2;
  --dim-mono:      #7c8daf;
  --line:          rgba(146,176,230,.12);
  --line-soft:     rgba(146,176,230,.09);
  --danger:        #ff7e6b;
  --warn:          #ffc76b;
  --ok:            #2edad0;
  --grad: linear-gradient(180deg, var(--accent-bright), var(--accent));

  --r-card: 20px;
  --r-btn:  13px;
  --sh-panel: 0 30px 70px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08);
  --sh-btn:   0 16px 32px -14px rgba(46,218,208,.75);

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --press: 140ms;

  --font-ui:   'Golos Text', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  --wrap: 1120px;
  --gut: clamp(18px, 4vw, 40px);
  --hd-h: 68px;
}

/* ---- reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-ui);
  font-size: 17px;
  line-height: 1.62;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--accent-text); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Tracking is size-specific, never one value for everything: large text reads
 * too loose as it grows, small caps labels read too tight. */
h1, h2, h3 { font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
h1 { font-size: clamp(34px, 6vw, 60px); }
h2 { font-size: clamp(27px, 4vw, 40px); letter-spacing: -.028em; }
h3 { font-size: clamp(19px, 2.4vw, 23px); letter-spacing: -.02em; line-height: 1.25; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* The uppercase mono eyebrow is the product's idiom — wide tracking, dim, small. */
.eyebrow {
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--dim-mono);
}

/* ---- header ------------------------------------------------------------
 * Translucent chrome with content scrolling underneath, not an opaque strip. */
.hd {
  position: sticky; top: 0; z-index: 60;
  height: var(--hd-h);
  background: rgba(7,12,24,.76);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
          backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.hd__in { display: flex; align-items: center; gap: 16px; height: 100%; }
.hd__brand { display: flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.02em; color: var(--text); font-size: 17px; }
.hd__brand:hover { text-decoration: none; }
.hd__brand img { width: 26px; height: 26px; }
.hd__nav { display: flex; gap: 22px; margin-left: auto; }
.hd__nav a { color: var(--text-2); font-size: 14.5px; font-weight: 500; }
.hd__nav a:hover { color: var(--text); text-decoration: none; }
@media (max-width: 860px) { .hd__nav { display: none; } .hd__cta { margin-left: auto; } }

/* ---- buttons -----------------------------------------------------------
 * scale(.97) as a TRANSITION, not a keyframe, so a fast double-tap retargets
 * from wherever it is instead of restarting from zero. Kept under
 * prefers-reduced-motion: this is feedback in place, not travel. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 13px 26px;
  border: 0; border-radius: var(--r-btn);
  font: inherit; font-size: 16px; font-weight: 700; letter-spacing: -.01em;
  color: var(--text); background: var(--surface-2);
  cursor: pointer; text-align: center;
  transition: transform var(--press) var(--ease-out), background .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: scale(.97); }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.btn--sm { min-height: 40px; padding: 9px 17px; font-size: 14.5px; border-radius: 11px; }

.btn--primary {
  position: relative; overflow: hidden;
  background: var(--grad); color: var(--on-accent);
  box-shadow: var(--sh-btn);
}
/* The running sheen: a light sweep across the accent fill. Decorative, and
 * the CTA is the one element the whole site exists for, so it earns it. */
.btn--primary::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 26%, rgba(255,255,255,.42) 46%, transparent 62%);
  transform: translateX(-120%);
  animation: sheen 4.6s var(--ease-out) 1.4s infinite;
}
@keyframes sheen { 0% { transform: translateX(-120%); } 38%, 100% { transform: translateX(120%); } }
@media (prefers-reduced-motion: reduce) { .btn--primary::after { animation: none; opacity: 0; } }

.btn--ghost { background: transparent; border: 1px solid var(--line); color: var(--text-2); }
.btn--ghost:hover { border-color: var(--accent-border); color: var(--text); }

/* ---- hero «Орбита» -----------------------------------------------------
 * The arc IS the tunnel — that is why it animates. It draws once on load and
 * then stops; only the light keeps breathing. A rotating ellipse at this size
 * reads as cheap. Edges dissolve into the page with a two-layer mask so the
 * art is part of the page rather than a rectangle pasted onto it. */
.hero { position: relative; padding: clamp(48px, 9vw, 96px) 0 clamp(40px, 7vw, 76px); }
.hero__art {
  position: absolute; inset: 0 0 auto; height: 100%;
  pointer-events: none; z-index: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%),
                      linear-gradient(180deg, #000 0%, #000 46%, transparent 92%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%),
                      linear-gradient(180deg, #000 0%, #000 46%, transparent 92%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
}
.hero__glow {
  position: absolute; left: 50%; top: 22%;
  width: min(760px, 84%); aspect-ratio: 420 / 260;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(46,218,208,.17), rgba(46,218,208,0) 72%);
  animation: breathe 8s ease-in-out infinite;
}
@keyframes breathe { 0%, 100% { opacity: .82; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero__glow { animation: none; } }

.hero__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__arc {
  fill: none; stroke: var(--accent); stroke-width: 1.6; stroke-linecap: round;
  opacity: .92;
  filter: drop-shadow(0 0 11px rgba(46,218,208,.5));
  stroke-dasharray: 1000; stroke-dashoffset: 1000;
  animation: draw 1.2s var(--ease-out) .15s forwards;
}
.hero__orbit { fill: none; stroke: rgba(146,176,230,.13); stroke-width: 1; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .hero__arc { animation: none; stroke-dashoffset: 0; } }

.hero__in { position: relative; z-index: 1; }
.hero__in > * { max-width: 760px; }
.hero__in::before {
  content: ""; position: absolute; z-index: -1;
  inset: -44px -70px -30px -70px;
  background: radial-gradient(62% 72% at 32% 48%,
    rgba(7,12,24,.94) 0%, rgba(7,12,24,.74) 46%, rgba(7,12,24,0) 100%);
  pointer-events: none;
}
.hero h1 { margin-top: 16px; }
.hero h1 em { font-style: normal; color: var(--accent-text); }
.hero__sub { margin-top: 20px; font-size: clamp(17px, 2.1vw, 20px); color: var(--text-2); max-width: 60ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero__note { margin-top: 18px; font-size: 14px; color: var(--dim); }

/* ---- live status strip ------------------------------------------------- */
.status { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.status__chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(46,218,208,.09); border: 1px solid var(--accent-border);
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 500;
  letter-spacing: .04em; color: var(--accent-text);
}
.status__chip--down { background: rgba(255,126,107,.09); border-color: rgba(255,126,107,.3); color: var(--danger-soft, #ff9483); }
.status__dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 10px currentColor; animation: blink 2.4s ease-in-out infinite;
}
.status__chip--down .status__dot { background: var(--danger); }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) { .status__dot { animation: none; } }

/* ---- sections & cards -------------------------------------------------- */
.sec { padding: clamp(52px, 8vw, 92px) 0; }
.sec--alt { background: linear-gradient(180deg, transparent, var(--canvas) 18%, var(--canvas) 82%, transparent); }
.sec__head { max-width: 680px; margin-bottom: clamp(28px, 4vw, 44px); }
.sec__head h2 { margin-top: 12px; }
.sec__head p { margin-top: 14px; color: var(--text-2); font-size: 17px; }

.grid { display: grid; gap: 16px; }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); }

.card {
  padding: 26px; border-radius: var(--r-card);
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--sh-panel);
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--text-2); font-size: 15.5px; }
.card__num {
  font-family: var(--font-mono); font-size: 34px; font-weight: 600;
  color: var(--accent); letter-spacing: -.02em; line-height: 1;
}
.card__lab { margin-top: 9px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim-mono); }

/* ---- pricing: the cabinet's term card ----------------------------------
 * Ported from app.css «Тарифы и оплата» (.pm-term). The recommended plan gets
 * the same treatment the cabinet gives the SELECTED plan: a conic-gradient
 * border rotating over a 1.5px pad, the per-month figure in mono with a teal
 * glow, and a discount badge tiered by the real saving.
 *
 * The badge percentage is computed from the price ladder in import_plans.py,
 * never written by hand - a decorative discount would be a lie about pricing.
 */
.terms { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); }

.term { position: relative; border-radius: 22px; padding: 1.5px; overflow: hidden; }
.term--best { box-shadow: 0 24px 50px -22px rgba(46,218,208,.6); }

/* The rotating ring lives UNDER the inner card and is only visible in the
 * 1.5px the padding leaves exposed - that gap is the border. */
.term__spin {
  position: absolute; left: 50%; top: 50%;
  width: 620px; height: 620px; margin: -310px 0 0 -310px;
  background: conic-gradient(from 0deg, transparent 0 56%,
    rgba(46,218,208,.95) 74%, transparent 88%);
  display: none; pointer-events: none;
}
.term--best .term__spin { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: no-preference) {
  .term--best .term__spin { animation: spin 4.6s linear infinite; }
}
@media (prefers-reduced-motion: reduce) {
  /* A rotating ring is pure motion with no informational content, so under
     reduce it goes entirely and a static border carries the emphasis. */
  .term--best .term__spin { display: none; }
  .term--best .term__in { border-color: var(--accent-border); }
}

.term__in {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; height: 100%;
  border-radius: 20.5px; padding: 22px;
  background: rgba(13,21,38,.7); border: 1px solid var(--line);
}
.term--best .term__in {
  border-color: transparent;
  background: linear-gradient(150deg, #12293f, #0d1526 62%);
}
.term__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.term__name { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }

.term__disc {
  font: 600 10px/1 var(--font-mono); padding: 5px 7px; border-radius: 7px;
  flex: 0 0 auto; letter-spacing: .02em; margin-left: auto;
}
.term__disc--solid { background: var(--accent); color: var(--on-accent); }
.term__disc--teal  { border: 1px solid rgba(46,218,208,.3); color: var(--accent-text); }
.term__disc--grey  { border: 1px solid rgba(146,176,230,.24); color: var(--dim); }

.term__permo { display: flex; align-items: baseline; gap: 7px; margin-bottom: 12px; }
.term__num { font: 600 32px/1 var(--font-mono); letter-spacing: -.02em; }
.term--best .term__num { color: var(--accent); text-shadow: 0 0 22px rgba(46,218,208,.55); }
.term__cap { font: 500 11px/1 var(--font-mono); color: var(--dim-mono); letter-spacing: .06em; }
.term__sub { font: 500 11px/1.4 var(--font-mono); color: var(--dim-mono); letter-spacing: .04em; }
.term--best .term__sub { color: var(--accent-text); }
.term__in .btn { margin-top: auto; width: 100%; }
.term__cta { margin-top: 20px; }

/* ---- «что входит»: the cabinet's animated tick ------------------------- */
.incl { display: flex; flex-direction: column; gap: 13px; }
.incl__row { display: flex; align-items: center; gap: 12px; }
.incl__t { font-size: 14.5px; line-height: 1.45; color: var(--text-2); }
.incl__check {
  width: 22px; height: 22px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
  background: rgba(46,218,208,.10); border: 1px solid rgba(46,218,208,.26);
}
.incl__check svg {
  width: 12px; height: 12px; display: block; fill: none;
  stroke: var(--accent); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 22; stroke-dashoffset: 22;
  animation: tick .6s .25s ease-out forwards;
}
@keyframes tick { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  /* The tick still has to end up drawn - it is the content, not decoration. */
  .incl__check svg { animation: none; stroke-dashoffset: 0; }
}

/* ---- article ----------------------------------------------------------- */
.art { max-width: 760px; }
.art > * + * { margin-top: 22px; }
.art h2 { margin-top: 46px; }
.art h3 { margin-top: 34px; }
.art p, .art li { color: var(--text-2); font-size: 17.5px; line-height: 1.68; }
.art ul, .art ol { padding-left: 22px; }
.art li + li { margin-top: 9px; }
.art li::marker { color: var(--accent); }
.art strong { color: var(--text); font-weight: 700; }
.art code {
  font-family: var(--font-mono); font-size: .88em;
  padding: 2px 6px; border-radius: 6px;
  background: var(--surface-2); color: var(--accent-text);
}
.art blockquote {
  padding: 16px 22px; border-left: 2px solid var(--accent);
  background: var(--surface); border-radius: 0 12px 12px 0; color: var(--text-2);
}
.art table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.art th, .art td { padding: 11px 13px; text-align: left; border-bottom: 1px solid var(--line); }
.art th { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim-mono); font-weight: 500; }
.art td { color: var(--text-2); }
.tablewrap { overflow-x: auto; }

.crumbs { font-size: 13.5px; color: var(--dim); margin-bottom: 18px; }
.crumbs a { color: var(--dim); }
.meta { margin-top: 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; color: var(--dim-mono); }

/* Inline CTA inside a long article — the reader converts mid-scroll or not at all. */
.cta-band {
  margin-top: 40px; padding: 28px; border-radius: var(--r-card);
  background: var(--surface); border: 1px solid var(--accent-border);
  box-shadow: var(--sh-panel);
}
.cta-band h3 { margin-bottom: 8px; }
.cta-band p { color: var(--text-2); font-size: 15.5px; margin-bottom: 20px; }

/* ---- FAQ --------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 17px; font-weight: 600; color: var(--text); text-align: left;
  letter-spacing: -.015em;
  transition: transform var(--press) var(--ease-out), color .15s ease;
}
.faq__q:active { transform: scale(.99); }
.faq__q:hover { color: var(--accent-text); }
.faq__q::after {
  content: ""; flex: none; width: 9px; height: 9px;
  border-right: 2px solid var(--dim); border-bottom: 2px solid var(--dim);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .22s var(--ease-out);
}
.faq__item[open] .faq__q::after { transform: rotate(-135deg) translateY(-2px); }
.faq__a { padding-bottom: 22px; color: var(--text-2); font-size: 16.5px; max-width: 68ch; }

/* Spacing utilities: exist so no template needs a style attribute, which
 * would force 'unsafe-inline' into the stylesheet CSP directive. */
.sp-sm { margin-top: 14px; }
.sp-md { margin-top: 40px; }
.sp-lg { margin-top: 44px; }

/* ---- footer ------------------------------------------------------------ */
.ft { border-top: 1px solid var(--line); padding: 46px 0 clamp(46px, 8vw, 62px); background: var(--ink-deep); }
.ft__cols { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.ft__col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim-mono); font-weight: 500; margin-bottom: 13px; }
.ft__col a { display: block; color: var(--text-2); font-size: 14.5px; padding: 4px 0; }
.ft__bot { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line-soft); font-size: 13.5px; color: var(--dim); }

/* ---- mobile sticky CTA -------------------------------------------------
 * A 2500-word article with the button only at the top does not convert.
 * Enters from below once the hero is gone — same direction it would leave. */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  padding: 11px var(--gut) calc(11px + env(safe-area-inset-bottom));
  background: rgba(7,12,24,.82);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
          backdrop-filter: blur(18px) saturate(160%);
  border-top: 1px solid var(--line);
  transform: translateY(100%);
  transition: transform .3s var(--ease-out);
}
.sticky.is-on { transform: translateY(0); }
.sticky .btn { width: 100%; }
@media (min-width: 861px) { .sticky { display: none; } }

/* ---- scroll reveal -----------------------------------------------------
 * Purpose is preventing a jarring appearance, nothing more, so it is small
 * and it happens once. Under reduced motion the fade stays and the 10px of
 * travel goes — the travel is the vestibular part. */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0; transform: translateY(10px); transition: opacity .32s var(--ease-out), transform .32s var(--ease-out); }
  .rv.is-in { opacity: 1; transform: none; }
}

/* ---- accessibility gates ----------------------------------------------- */
@media (prefers-reduced-transparency: reduce) {
  .hd, .sticky { background: var(--bg); -webkit-backdrop-filter: none; backdrop-filter: none; }
}
@media (prefers-contrast: more) {
  .card, .cta-band { background: var(--ink-deep); border-color: var(--text-2); }
  .hd__nav a, .card p, .art p, .art li { color: var(--text); }
}
/* Touch devices fire hover on tap; gate anything hover-only. */
@media (hover: none) { .hd__nav a:hover, .faq__q:hover { color: inherit; } }
