/* ============================================================
   ejellyfil.com - Admiralty Brass
   Data-forward instrument sheet. Properties are grouped:
   box -> type -> colour -> effect. Two space indent throughout.
   ============================================================ */

:root {
  --navy: #0c2440;
  --navy-2: #143255;
  --navy-3: #1d4372;
  --ink: #0e1621;
  --steel: #566a80;
  --steel-2: #7d8ea3;
  --paper: #f3f6f9;
  --paper-2: #e8edf3;
  --surface: #ffffff;
  --rule: #d5dee7;
  --rule-2: #c2cedb;
  --brass: #b8862b;
  --brass-2: #d9a942;
  --brass-soft: #f6efdd;
  --teal: #24697a;
  --teal-soft: #e4f0f2;
  --sale: #b3261e;
  --sale-soft: #fdecea;
  --shadow: 0 1px 2px rgba(12, 36, 64, .08), 0 8px 24px rgba(12, 36, 64, .07);
  --radius: 4px;
  --max: 1180px;
  --mono: "Radio Canada", ui-monospace, monospace;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Radio Canada", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  color: var(--ink);
  background: var(--paper);
}

body.has-sticky { padding-bottom: 84px; }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy-3); }

h1, h2, h3, h4 {
  margin: 0 0 .6em;
  font-family: Sanchez, Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
}

p { margin: 0 0 1.1em; }

s { color: var(--steel-2); }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }

/* ---- skip + ribbon ---- */

.skip {
  position: absolute; left: -9999px; top: 0;
  z-index: 200;
  padding: 12px 18px;
  color: #fff; background: var(--navy);
}
.skip:focus { left: 0; }

.ribbon { background: var(--navy); border-bottom: 2px solid var(--brass); }
.ribbon-in {
  margin: 0; padding: 8px 22px;
  max-width: var(--max);
  margin-inline: auto;
  font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase;
  color: #cfdcea; text-align: center;
}

/* ---- masthead ---- */

.masthead {
  position: sticky; top: 0; z-index: 60;
  background: var(--surface);
  border-bottom: 1px solid var(--rule);
}
.mast-in { display: flex; align-items: center; gap: 18px; min-height: 72px; position: relative; }

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand-mark {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  font-family: Sanchez, serif; font-size: 16px; letter-spacing: .02em;
  color: var(--brass-2); background: var(--navy);
  border-radius: var(--radius);
}
.brand-txt { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: Sanchez, serif; font-size: 21px; color: var(--navy); }
.brand-sub { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: var(--steel); }

.nav-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-a {
  display: block; padding: 9px 11px;
  font-size: 14.5px; font-weight: 500; text-decoration: none;
  color: var(--navy-2);
  border-bottom: 2px solid transparent;
}
.nav-a:hover, .nav-a:focus-visible { color: var(--brass); border-bottom-color: var(--brass); }
.nav-a.is-current { color: var(--brass); border-bottom-color: var(--brass); }
.nav-cta {
  display: block; margin-left: 8px; padding: 10px 16px;
  font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  color: var(--navy); background: var(--brass-2);
  border-radius: var(--radius);
}
.nav-cta:hover { background: var(--brass); color: #fff; }

.burger {
  display: none;
  width: 44px; height: 44px; padding: 10px;
  background: none; border: 1px solid var(--rule-2); border-radius: var(--radius);
  cursor: pointer;
}
.burger-bar { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

/* ---- breadcrumbs ---- */

.crumbs { background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.crumbs-in ol { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0; padding: 9px 0; list-style: none; font-size: 13px; }
.crumbs-in li { display: flex; align-items: center; gap: 7px; }
.crumbs-a { color: var(--steel); text-decoration: none; }
.crumbs-a:hover { color: var(--brass); text-decoration: underline; }
.crumbs-sep { color: var(--steel-2); }
.crumbs-cur { color: var(--navy); font-weight: 600; }

/* ---- generic sections ---- */

.sect { padding: 60px 0; border-bottom: 1px solid var(--rule); background: var(--surface); }
.sect-paper { background: var(--paper); }
.sect-dark { background: var(--navy); border-bottom: none; color: #dce6f1; }
.sect-dark h2, .sect-dark h3 { color: #fff; }
.sect-dark a { color: var(--brass-2); }

.kicker {
  margin: 0 0 10px;
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass);
}
.sect-dark .kicker { color: var(--brass-2); }

.h-sect { font-size: clamp(25px, 3.4vw, 35px); max-width: 26ch; }
.lede { max-width: 74ch; font-size: 18.5px; color: var(--steel); }
.sect-dark .lede { color: #b9c9db; }

.prose { max-width: 76ch; }
.prose h2 { margin-top: 1.6em; font-size: clamp(22px, 2.8vw, 29px); }
.prose h3 { margin-top: 1.4em; font-size: 20px; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.25em; }
.prose li { margin-bottom: .5em; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.card {
  padding: 24px 22px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--brass);
  border-radius: var(--radius);
}
.card-h { margin-bottom: .45em; font-size: 19px; }
.card-p { margin: 0; font-size: 16px; color: var(--steel); }

/* ---- buttons ---- */

.btn {
  display: inline-block; padding: 14px 24px;
  font-family: "Radio Canada", sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; text-align: center; text-decoration: none;
  border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary { color: var(--navy); background: var(--brass-2); border-color: var(--brass-2); }
.btn-primary:hover { background: var(--brass); border-color: var(--brass); color: #fff; }
.btn-ghost { color: var(--navy); background: transparent; border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.sect-dark .btn-ghost { color: #fff; border-color: #7f96b1; }
.sect-dark .btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-lg { padding: 16px 30px; font-size: 15px; }
.btn-block { display: block; width: 100%; }

/* ---- hero ---- */

.hero { padding: 56px 0 64px; background: linear-gradient(160deg, #0a1e35 0%, #123157 58%, #0c2440 100%); color: #e3ecf6; }
.hero-in { display: grid; grid-template-columns: 1.12fr .88fr; gap: 44px; align-items: center; }
.hero-h1 { font-size: clamp(29px, 4.4vw, 45px); color: #fff; }
.hero-sub { max-width: 54ch; font-size: 19px; color: #b7c8dc; }
.hero-portal {
  padding: 14px 18px; margin: 0 0 22px;
  font-size: 15.5px; color: #cddbea;
  background: rgba(255, 255, 255, .06);
  border-left: 3px solid var(--brass-2);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.hero-portal strong { color: var(--brass-2); }
.hero-txt { min-width: 0; }
.hero-media { text-align: center; }
.hero-img { margin: 0 auto; filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .45)); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.badge {
  padding: 6px 12px;
  font-family: var(--mono); font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: #d7e3f1; background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(217, 169, 66, .45); border-radius: 999px;
}

.stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .16); }
.stat-num { display: block; font-family: Sanchez, serif; font-size: 30px; color: var(--brass-2); }
.stat-cap { display: block; font-size: 13.5px; color: #a9bccf; }

/* ---- TL;DR + key facts ---- */

.tldr {
  padding: 22px 24px; margin: 0 0 32px;
  background: var(--teal-soft);
  border: 1px solid #bcd8dd; border-left: 5px solid var(--teal);
  border-radius: var(--radius);
}
.tldr-label {
  margin: 0 0 8px;
  font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--teal);
}
.tldr-p { margin: 0; font-size: 17.5px; }

.dt-table { width: 100%; border-collapse: collapse; font-size: 16px; background: var(--surface); }
.dt-table caption { padding-bottom: 12px; font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); text-align: left; }
.dt-table th, .dt-table td { padding: 11px 14px; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.dt-table thead th { font-family: var(--mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--navy-2); }
.dt-table tbody th { width: 32%; font-family: "Radio Canada", sans-serif; font-weight: 600; color: var(--navy); background: var(--paper); }
.dt-table tbody tr:nth-child(even) td { background: #fbfcfe; }
.datasheet { overflow-x: auto; }

/* ---- Q&A ---- */

.qa { padding: 22px 0; border-top: 1px solid var(--rule); }
.qa:last-child { border-bottom: 1px solid var(--rule); }
.qa-q { margin-bottom: .35em; font-size: 21px; }
.qa-a { max-width: 76ch; }
.qa-a p:last-child { margin-bottom: 0; }

/* ---- takeaways ---- */

.takeaways {
  padding: 26px 28px;
  background: var(--brass-soft);
  border: 1px solid #e6d5aa; border-radius: var(--radius);
}
.tk-list { margin: 0; padding: 0; list-style: none; }
.tk-list li { position: relative; margin-bottom: .7em; padding-left: 28px; }
.tk-list li:last-child { margin-bottom: 0; }
.tk-list li::before {
  content: "\2713";
  position: absolute; left: 0; top: 0;
  font-weight: 700; color: var(--brass);
}

/* ---- meters / bars ---- */

.meters { display: grid; gap: 14px; }
.meter { display: grid; grid-template-columns: minmax(0, 190px) minmax(0, 1fr) 52px; gap: 14px; align-items: center; }
.meter-label { font-size: 15.5px; color: var(--navy); }
.meter-bar { height: 9px; background: var(--paper-2); border-radius: 999px; overflow: hidden; }
.meter-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--brass), var(--brass-2)); }
.meter-val { font-family: var(--mono); font-size: 15px; font-weight: 700; color: var(--navy); text-align: right; }

.bars { display: grid; gap: 12px; }
.bar-row { display: grid; grid-template-columns: minmax(0, 230px) minmax(0, 1fr) 54px; gap: 14px; align-items: center; }
.bar-lab { font-size: 15.5px; }
.bar-track { height: 12px; background: var(--paper-2); border-radius: 3px; overflow: hidden; }
.bar-fill { display: block; height: 100%; background: var(--teal); }
.bar-pct { font-family: var(--mono); font-size: 14.5px; font-weight: 700; text-align: right; color: var(--steel); }

/* ---- pricing ---- */

.price-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.price-card {
  position: relative;
  padding: 26px 22px 24px;
  background: var(--surface);
  border: 1px solid var(--rule-2); border-radius: var(--radius);
  text-align: center;
}
.price-card.is-best {
  padding-top: 46px;
  border: 2px solid var(--brass);
  box-shadow: var(--shadow);
}
.pc-flag {
  position: absolute; top: 0; left: 0; right: 0;
  margin: 0; padding: 7px 10px;
  font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--navy); background: var(--brass-2);
}
.pc-head { margin-bottom: 12px; }
.pc-qty { margin: 0; font-size: 24px; }
.pc-supply { margin: 0; font-family: var(--mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--steel); }
.pc-img { margin: 0 auto 14px; max-height: 190px; width: auto; }
.pc-per { margin: 0 0 6px; line-height: 1; }
.pc-cur { font-family: Sanchez, serif; font-size: 22px; color: var(--navy); vertical-align: top; }
.pc-num { font-family: Sanchez, serif; font-size: 56px; color: var(--navy); }
.pc-unit { display: block; margin-top: 4px; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--steel); }
.pc-total { margin: 0 0 8px; font-size: 16px; color: var(--steel); }
.pc-total strong { font-size: 19px; color: var(--ink); }
.pc-was { margin-right: 4px; }
.pc-save {
  display: inline-block; margin: 0 0 14px; padding: 4px 12px;
  font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .05em;
  color: var(--sale); background: var(--sale-soft);
  border-radius: 999px;
}
.pc-note { margin: 0 0 18px; padding: 0; list-style: none; font-size: 14.5px; color: var(--steel); text-align: left; }
.pc-note li { position: relative; margin-bottom: .35em; padding-left: 22px; }
.pc-note li::before { content: "\2713"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.pc-cta { margin-top: 4px; }
.pc-pay { max-width: 82ch; margin: 26px auto 0; font-size: 15px; color: var(--steel); text-align: center; }

/* ---- verification sheet ---- */

.verify-dl { margin: 0; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.vd-row { display: grid; grid-template-columns: minmax(0, 38%) minmax(0, 62%); border-bottom: 1px solid var(--rule); }
.vd-row:last-child { border-bottom: none; }
.vd-t { margin: 0; padding: 12px 16px; font-family: var(--mono); font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--steel); background: var(--paper); }
.vd-d { margin: 0; padding: 12px 16px; font-size: 16px; color: var(--ink); overflow-wrap: anywhere; }
.vd-d strong { font-family: var(--mono); letter-spacing: .02em; }

.steps { margin: 0; padding: 0; list-style: none; counter-reset: stp; }
.step { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; padding: 20px 0; border-top: 1px solid var(--rule); }
.step:last-child { border-bottom: 1px solid var(--rule); }
.step-n { display: grid; place-items: center; width: 46px; height: 46px; font-family: Sanchez, serif; font-size: 19px; color: #fff; background: var(--navy-2); border-radius: var(--radius); }
.step-b h3 { margin-bottom: .3em; font-size: 19px; }
.step-b p { margin: 0; color: var(--steel); }

/* ---- reviews ---- */

.rev-card { padding: 22px; background: var(--surface); border: 1px solid var(--rule); border-radius: var(--radius); }
.rev-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.rev-av { display: grid; place-items: center; flex: none; width: 44px; height: 44px; font-family: Sanchez, serif; font-size: 15px; color: #fff; background: var(--teal); border-radius: 50%; }
.rev-who { min-width: 0; }
.rev-name { display: block; font-weight: 600; color: var(--navy); }
.rev-meta { display: block; font-size: 13.5px; color: var(--steel); }
.rev-stars { margin: 0 0 8px; font-size: 15px; letter-spacing: .12em; color: var(--brass); }
.rev-badge { display: inline-block; margin-left: 8px; padding: 2px 9px; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--teal); background: var(--teal-soft); border-radius: 999px; }
.rev-body { margin: 0; font-size: 16px; }

/* ---- misc content ---- */

.byline { margin: 0 0 26px; padding: 12px 0; font-size: 14.5px; color: var(--steel); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.byline-strong { font-weight: 600; color: var(--navy); }

.note { padding: 18px 20px; margin: 0 0 24px; font-size: 15.5px; color: var(--steel); background: var(--paper); border-left: 3px solid var(--steel-2); border-radius: 0 var(--radius) var(--radius) 0; }
.note-med { background: var(--teal-soft); border-left-color: var(--teal); color: var(--ink); }

.updated { margin: 0; font-family: var(--mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--steel); }

.toc { padding: 20px 22px; margin: 0 0 30px; background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); }
.toc h2 { margin-bottom: .5em; font-size: 17px; }
.toc ol { margin: 0; padding-left: 1.2em; font-size: 15.5px; }

.glossary { margin: 0; }
.glossary dt { margin-top: 1em; font-weight: 700; color: var(--navy); }
.glossary dd { margin: .25em 0 0; color: var(--steel); }

.cmp-table { width: 100%; border-collapse: collapse; font-size: 15.5px; background: var(--surface); }
.cmp-table th, .cmp-table td { padding: 11px 13px; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.cmp-table thead th { font-family: var(--mono); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; color: #fff; background: var(--navy-2); }
.cmp-table tbody th { font-weight: 600; color: var(--navy); background: var(--paper); }

.anchor-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.anchor-nav a { display: inline-block; padding: 7px 14px; font-size: 14px; text-decoration: none; color: var(--navy); background: var(--paper); border: 1px solid var(--rule-2); border-radius: 999px; }
.anchor-nav a:hover { background: var(--navy); color: #fff; }

/* ---- references ---- */

.refs-note { max-width: 78ch; font-size: 15.5px; color: var(--steel); }
.refs-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.refs-li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 12px 0; border-top: 1px solid var(--rule); font-size: 15px; }
.refs-li:last-child { border-bottom: 1px solid var(--rule); }
.refs-num { display: grid; place-items: center; width: 28px; height: 28px; font-family: var(--mono); font-size: 13px; font-weight: 700; color: var(--navy); background: var(--paper-2); border-radius: var(--radius); }
.refs-body { min-width: 0; overflow-wrap: anywhere; color: var(--steel); }
.refs-a { color: var(--navy-3); }
.refs-acc { color: var(--steel-2); font-size: 13.5px; }
.refs sup, sup a { font-size: 12px; }

/* ---- banner CTA ---- */

.banner-cta { text-align: center; }
.bc-h { margin-left: auto; margin-right: auto; font-size: clamp(24px, 3.4vw, 34px); max-width: 24ch; }
.bc-p { max-width: 64ch; margin-left: auto; margin-right: auto; color: #b9c9db; }

/* ---- contact form ---- */

.form { display: grid; gap: 16px; max-width: 620px; }
.field { display: grid; gap: 6px; }
.field-l { font-size: 14.5px; font-weight: 600; color: var(--navy); }
.field-i, .field-t { width: 100%; padding: 11px 13px; font-family: inherit; font-size: 16px; color: var(--ink); background: var(--surface); border: 1px solid var(--rule-2); border-radius: var(--radius); }
.field-t { min-height: 150px; resize: vertical; }

/* ---- footer ---- */

.foot { background: var(--navy); color: #b7c8dc; }
.foot-top { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 30px; padding-top: 52px; padding-bottom: 40px; }
.foot-col { min-width: 0; }
.foot-brand .brand-mark { margin-bottom: 14px; background: var(--navy-3); }
.foot-desc { font-size: 14.5px; line-height: 1.65; }
.foot-h { margin-bottom: .8em; font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--brass-2); }
.foot-list { margin: 0; padding: 0; list-style: none; font-size: 14.5px; }
.foot-list li { margin-bottom: .5em; }
.foot-a { color: #cbd8e6; text-decoration: none; }
.foot-a:hover { color: var(--brass-2); text-decoration: underline; }
.foot-bottom { padding: 24px 22px 34px; border-top: 1px solid rgba(255, 255, 255, .14); }
.foot-disc { font-size: 13px; line-height: 1.6; color: #92a7bd; }
.foot-legal { font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--brass-2); }
.foot-updated { margin: 0; font-size: 13px; color: #8598ad; }

/* ---- sticky offer bar ---- */

.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: var(--navy-2); border-top: 2px solid var(--brass); }
.sticky-in { display: flex; align-items: center; gap: 12px; padding-top: 10px; padding-bottom: 10px; }
.sticky-a { display: flex; flex: 1 1 auto; align-items: center; gap: 14px; min-width: 0; text-decoration: none; color: #e2ebf5; }
.sticky-chip { flex: none; padding: 6px 12px; font-family: var(--mono); font-size: 14px; font-weight: 700; letter-spacing: .05em; color: #fff; background: var(--sale); border-radius: var(--radius); animation: chipPulse 2.6s ease-in-out infinite; }
.sticky-msg { flex: 1 1 auto; min-width: 0; font-size: 15px; }
.sticky-msg strong { color: var(--brass-2); }
.sticky-btn { flex: none; padding: 11px 20px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); background: var(--brass-2); border-radius: var(--radius); }
.sticky-x { flex: none; width: 38px; height: 38px; font-size: 22px; line-height: 1; color: #9fb4ca; background: none; border: 1px solid rgba(255, 255, 255, .22); border-radius: var(--radius); cursor: pointer; }
.sticky-x:hover { color: #fff; border-color: #fff; }

@keyframes chipPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }

/* ---- focus ---- */

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

/* ---- responsive ---- */

@media (max-width: 960px) {
  .hero-in { grid-template-columns: 1fr; gap: 30px; }
  .hero-media { order: -1; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-row { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card.is-best { order: -1; }
}

@media (max-width: 860px) {
  .burger { display: block; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    visibility: hidden; opacity: 0;
    padding: 10px 22px 18px;
    background: var(--surface);
    border-bottom: 1px solid var(--rule);
    box-shadow: var(--shadow);
  }
  .nav.is-open { visibility: visible; opacity: 1; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-a { padding: 13px 4px; border-bottom: 1px solid var(--rule); }
  .nav-a.is-current, .nav-a:hover { border-bottom-color: var(--rule); }
  .nav-cta { margin: 12px 0 0; text-align: center; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr; gap: 12px; }
  .meter, .bar-row { grid-template-columns: 1fr; gap: 5px; }
  .meter-val, .bar-pct { text-align: left; }
  .vd-row { grid-template-columns: 1fr; }
  .sticky-in { flex-wrap: wrap; }
  .sticky-a { flex-wrap: wrap; gap: 9px; }
  .sticky-msg { font-size: 13.5px; line-height: 1.45; order: 3; flex-basis: 100%; }
  .sticky-btn { padding: 9px 14px; font-size: 12px; }
  .sticky-chip { padding: 5px 10px; font-size: 13px; }
  .sticky-x { width: 34px; height: 34px; }
  body.has-sticky { padding-bottom: 144px; }
}

@media (max-width: 620px) {
  .sect { padding: 44px 0; }
  .foot-top { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .datasheet { margin: 0 -22px; padding: 0 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sticky-chip { animation: none; }
}
