/* ==========================================================================
   Horse Boost | Furnace Copper
   ink ground, copper heat, bone daylight bands
   order: tokens > reset > type > chrome > blocks > blog > motion > screens
   ========================================================================== */

:root {
  --ink: #0b0a09;
  --ink-2: #14110f;
  --ink-3: #1d1815;
  --bone: #f6f1e8;
  --bone-2: #eae1d3;
  --line-dark: #2c2521;
  --line-light: #d8cdba;
  --copper: #c2621d;
  --ember: #e8842a;
  --crimson: #b0202b;
  --ash: #a89c8e;
  --slate: #554d45;
  --gold: #d8a531;
  --money: #2c6e4a;
  --paper-text: #1a1512;
  --dark-text: #f3ece1;
  --shell: 1180px;
  --gap: clamp(28px, 5vw, 64px);
  --r: 3px;
  --shadow: 0 18px 44px rgba(6, 4, 3, .38);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; max-width: 100%; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--dark-text);
  font: 400 17px/1.68 Karla, "Segoe UI", system-ui, sans-serif;
  letter-spacing: .003em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 16px; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }

h1, h2, h3 {
  font-family: "Archivo Black", Impact, "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: -.012em;
  line-height: 1.07;
  margin: 0 0 14px;
  text-wrap: balance;
}
h1 { font-size: clamp(34px, 6vw, 60px); }
h2 { font-size: clamp(26px, 3.9vw, 42px); }
h3 { font-size: clamp(19px, 2.2vw, 24px); line-height: 1.18; }

.hz-wrap { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 20px; }
.hz-center { text-align: center; }

/* ---------------------------------------------------------------- masthead */
.hz-mast {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11, 10, 9, .94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: saturate(140%) blur(9px);
}
.hz-mast-in {
  max-width: var(--shell); margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; gap: 18px;
}
.hz-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.hz-logo-mark {
  width: 26px; height: 26px; flex: none; transform: rotate(45deg);
  background: linear-gradient(140deg, var(--ember), var(--crimson));
  box-shadow: inset 0 0 0 2px rgba(11, 10, 9, .55);
}
.hz-logo-word {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 21px; letter-spacing: -.02em; color: var(--bone);
}
.hz-navlist { display: flex; gap: 22px; }
.hz-navlink {
  text-decoration: none; font-weight: 700; font-size: 14.5px;
  text-transform: uppercase; letter-spacing: .07em; color: var(--ash);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.hz-navlink:hover, .hz-navlink.is-on { color: var(--bone); border-bottom-color: var(--ember); }
.hz-mast-cta {
  background: var(--crimson); color: #fff; text-decoration: none;
  font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .06em;
  padding: 11px 18px; border-radius: var(--r); white-space: nowrap;
}
.hz-mast-cta:hover { background: var(--ember); color: var(--ink); }
.hz-burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.hz-burger span { display: block; width: 24px; height: 2px; background: var(--bone); margin: 5px 0; }

/* ------------------------------------------------------------------ bands */
.hz-band { padding: var(--gap) 0; }
.hz-band-bone { background: var(--bone); color: var(--paper-text); }
.hz-band-bone h1, .hz-band-bone h2, .hz-band-bone h3 { color: var(--ink); }
.hz-band-ink { background: var(--ink-2); }
.hz-band-deep { background: var(--ink); }
.hz-head { max-width: 760px; margin-bottom: 30px; }
.hz-head-mid { margin-left: auto; margin-right: auto; text-align: center; }
.hz-eyebrow {
  display: inline-block; font-weight: 800; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: .18em; color: var(--copper);
  margin-bottom: 12px;
}
.hz-band-ink .hz-eyebrow, .hz-band-deep .hz-eyebrow { color: var(--ember); }
.hz-rule { width: 74px; height: 4px; background: var(--ember); margin-top: 18px; }
.hz-head-mid .hz-rule { margin-left: auto; margin-right: auto; }
.hz-lede { font-size: clamp(17px, 1.6vw, 19px); color: var(--slate); }
.hz-band-ink .hz-lede, .hz-band-deep .hz-lede, .hz-hero .hz-lede { color: var(--ash); }

/* --------------------------------------------------------------- buttons */
.hz-btn {
  display: inline-block; text-decoration: none; text-align: center;
  background: linear-gradient(180deg, var(--ember), var(--copper));
  color: #150d06; font-weight: 800; font-size: 16px;
  text-transform: uppercase; letter-spacing: .05em;
  padding: 16px 30px; border-radius: var(--r);
  box-shadow: 0 10px 26px rgba(194, 98, 29, .3);
}
.hz-btn:hover { background: linear-gradient(180deg, #f79539, var(--ember)); }
.hz-btn-wide { display: block; width: 100%; }
.hz-btn-ghost {
  display: inline-block; text-decoration: none; text-align: center;
  padding: 15px 26px; border-radius: var(--r); font-weight: 800; font-size: 15px;
  text-transform: uppercase; letter-spacing: .05em;
  border: 2px solid var(--slate); color: var(--paper-text); background: transparent;
}
.hz-btn-ghost:hover { border-color: var(--copper); color: var(--copper); }
.hz-hero .hz-btn-ghost,
.hz-band-ink .hz-btn-ghost,
.hz-band-deep .hz-btn-ghost,
.hz-post-hero .hz-btn-ghost { border-color: #4b423b; color: var(--bone); }
.hz-hero .hz-btn-ghost:hover,
.hz-band-ink .hz-btn-ghost:hover,
.hz-band-deep .hz-btn-ghost:hover,
.hz-post-hero .hz-btn-ghost:hover { border-color: var(--ember); color: var(--ember); }
.hz-btnrow { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 22px; }

/* ------------------------------------------------------------------ hero */
.hz-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(720px 460px at 18% 34%, rgba(194, 98, 29, .28), transparent 70%),
    linear-gradient(180deg, #100d0b, var(--ink));
  padding: clamp(34px, 5vw, 68px) 0 clamp(40px, 5vw, 74px);
}
.hz-hero::after {
  content: ""; position: absolute; inset: 0 auto 0 -8%;
  width: 44%; pointer-events: none;
  background: repeating-linear-gradient(115deg, rgba(232, 132, 42, .16) 0 10px, transparent 10px 74px);
}
.hz-hero-grid {
  position: relative; z-index: 1;
  max-width: var(--shell); margin: 0 auto; padding: 0 20px;
  display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(26px, 4vw, 54px); align-items: center;
}
.hz-hero-grid > * { min-width: 0; }
.hz-hero-kicker { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.hz-hero-kicker li {
  font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ember); border: 1px solid rgba(232, 132, 42, .4);
  padding: 6px 11px; border-radius: 999px;
}
.hz-hero-copy { font-size: clamp(16px, 1.55vw, 18.5px); color: #cfc3b4; max-width: 60ch; }
.hz-strip { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 4px; }
.hz-strip li {
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em;
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-dark);
  color: #d7ccbe; padding: 6px 10px; border-radius: var(--r);
}
.hz-microtrust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
.hz-microtrust > * { min-width: 0; }
.hz-microtrust li { font-size: 13.5px; color: var(--ash); line-height: 1.35; }
.hz-microtrust b {
  display: block; font-family: "Archivo Black", Impact, sans-serif;
  font-size: 19px; color: var(--bone); letter-spacing: -.01em;
}
.hz-hero-art { display: grid; gap: 20px; justify-items: center; }
.hz-frame { position: relative; width: 100%; max-width: min(430px, 100%); }
.hz-frame img { width: 100%; }
.hz-chip {
  position: absolute; background: rgba(20, 17, 15, .93); border: 1px solid var(--line-dark);
  border-left: 3px solid var(--ember); padding: 9px 13px; border-radius: var(--r);
  box-shadow: var(--shadow);
}
.hz-chip b { display: block; font-family: "Archivo Black", Impact, sans-serif; font-size: 20px; color: var(--bone); }
.hz-chip span { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--ash); }
.hz-chip-a { top: 6%; right: -6px; }
.hz-chip-b { bottom: 8%; left: -6px; }
.hz-seals { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hz-seals img { width: 74px; height: 74px; opacity: .92; }

/* ------------------------------------------------------------ trust strip */
.hz-trust { background: linear-gradient(90deg, var(--crimson), var(--copper)); padding: 15px 0; }
.hz-trustlist {
  max-width: var(--shell); margin: 0 auto; padding: 0 20px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px;
}
.hz-trustlist li {
  font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
  color: #fff3e6;
}

/* --------------------------------------------------------------- pathways */
.hz-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hz-paths > * { min-width: 0; }
.hz-path {
  background: #fff; border: 1px solid var(--line-light); border-top: 4px solid var(--copper);
  border-radius: var(--r); padding: 24px 22px;
}
.hz-path-n {
  font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em;
  color: var(--copper);
}
.hz-path > p { color: var(--slate); font-size: 15.5px; }
.hz-path-items { display: grid; gap: 14px; margin-top: 6px; }
.hz-path-items li { border-top: 1px solid var(--line-light); padding-top: 13px; }
.hz-path-items b { font-size: 15.5px; color: var(--ink); }
.hz-path-items p { margin: 5px 0 0; font-size: 14.5px; color: var(--slate); }

/* --------------------------------------------------------------- packages */
.hz-packs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.hz-packs > * { min-width: 0; }
.hz-pack {
  position: relative; background: var(--ink-3); border: 1px solid var(--line-dark);
  border-radius: var(--r); padding: 22px 20px 24px; display: flex; flex-direction: column;
}
.hz-band-bone .hz-pack { background: #fff; border-color: var(--line-light); }
.hz-pack-best { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(232, 132, 42, .18); }
.hz-pack-tag {
  position: absolute; top: -13px; left: 20px;
  background: var(--crimson); color: #fff; font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em; padding: 6px 12px; border-radius: var(--r);
}
.hz-pack-best .hz-pack-tag { background: var(--ember); color: #150d06; }
.hz-pack-body { display: grid; justify-items: center; text-align: center; gap: 6px; }
.hz-pack-body h3 { margin: 10px 0 0; }
.hz-pack-supply {
  font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--copper); font-weight: 800;
}
.hz-pack-body img { max-width: min(230px, 100%); margin: 8px auto 4px; }
.hz-price-big {
  font-family: "Archivo Black", Impact, sans-serif; font-size: 56px; line-height: 1;
}
.hz-band-bone .hz-price-big { color: var(--ink); }
.hz-price-big sup { font-size: 24px; top: -18px; position: relative; color: var(--copper); }
.hz-price-unit { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--ash); }
.hz-band-bone .hz-price-unit { color: var(--slate); }
.hz-save {
  font-weight: 800; font-size: 14px; color: var(--money);
  background: rgba(44, 110, 74, .13); padding: 5px 12px; border-radius: 999px; margin-top: 6px;
}
.hz-pack-lines { display: grid; gap: 7px; margin: 14px 0 6px; text-align: left; width: 100%; }
.hz-pack-lines li { font-size: 14px; color: var(--ash); padding-left: 22px; position: relative; }
.hz-band-bone .hz-pack-lines li { color: var(--slate); }
.hz-pack-lines li::before {
  content: "\2713"; position: absolute; left: 0; top: 0; color: var(--copper); font-weight: 800;
}
.hz-pack-total { font-size: 17px; font-weight: 800; margin: 6px 0 2px; text-align: center; }
.hz-pack-total s { color: var(--ash); font-weight: 400; margin-right: 8px; }
.hz-pack-ship { font-size: 13px; color: var(--ash); text-align: center; margin: 0 0 14px; }
.hz-band-bone .hz-pack-ship { color: var(--slate); }
.hz-pack-cta { margin-top: auto; }
.hz-paybar { margin-top: 12px; display: flex; justify-content: center; }
.hz-paybar img { max-width: min(200px, 100%); opacity: .85; }
.hz-packnote { margin: 26px auto 0; max-width: 780px; text-align: center; font-size: 14.5px; color: var(--ash); }
.hz-band-bone .hz-packnote { color: var(--slate); }

/* ------------------------------------------------------------ label panel */
.hz-labelgrid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(22px, 3vw, 40px); align-items: start; }
.hz-labelgrid > * { min-width: 0; }
.hz-table-scroll { overflow-x: auto; border: 1px solid var(--line-light); border-radius: var(--r); background: #fff; }
.hz-table { font-size: 15px; min-width: 420px; }
.hz-cap {
  caption-side: top; text-align: left; padding: 14px 14px 12px;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em;
  color: var(--copper); background: #fff; border-bottom: 1px solid var(--line-light);
}
.hz-table th, .hz-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line-light); }
.hz-table thead th { background: var(--bone-2); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hz-table tbody td:last-child { white-space: nowrap; font-weight: 800; color: var(--copper); }
.hz-table tfoot td { font-size: 13.5px; color: var(--slate); background: #fbf8f2; }
.hz-labelart { display: grid; gap: 16px; justify-items: center; }
.hz-labelart img { border: 1px solid var(--line-light); border-radius: var(--r); max-width: min(340px, 100%); }
.hz-labelnote { font-size: 14.5px; color: var(--slate); border-left: 3px solid var(--crimson); padding-left: 16px; margin-top: 24px; }

/* ----------------------------------------------------------- ingredients */
.hz-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hz-cards > * { min-width: 0; }
.hz-card {
  background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
}
.hz-card-img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hz-card-in { padding: 20px; }
.hz-card-n {
  font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ash); margin-right: 10px;
}
.hz-card-tag {
  font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ember); border: 1px solid rgba(232, 132, 42, .35); padding: 3px 9px; border-radius: 999px;
}
.hz-card h3 { margin: 12px 0 6px; }
.hz-card-role { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--copper); font-weight: 800; }
.hz-card p:last-child { margin: 0; font-size: 15px; color: var(--ash); }

/* ------------------------------------------------------------- guarantee */
.hz-guar { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(24px, 4vw, 50px); align-items: center; }
.hz-guar > * { min-width: 0; }
.hz-guar-art { display: grid; gap: 14px; justify-items: center; }
.hz-guar-art img { max-width: min(330px, 100%); }
.hz-guar-list { display: grid; gap: 11px; margin: 20px 0 24px; }
.hz-guar-list li { padding-left: 26px; position: relative; font-size: 15.5px; color: var(--slate); }
.hz-guar-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--money); font-weight: 800; }

/* ---------------------------------------------------------------- bonuses */
.hz-bonuses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hz-bonuses > * { min-width: 0; }
.hz-bonus { background: var(--ink-2); border: 1px solid var(--line-dark); border-left: 3px solid var(--gold); border-radius: var(--r); padding: 20px; }
.hz-bonus-h { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
.hz-bonus-h h3 { font-size: 18px; margin: 0; }
.hz-bonus-pill { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; color: var(--gold); white-space: nowrap; }
.hz-bonus p { margin: 10px 0 0; font-size: 14.5px; color: var(--ash); }
.hz-fine { font-size: 13.5px; color: var(--ash); margin-top: 22px; }
.hz-band-bone .hz-fine { color: var(--slate); }

/* ---------------------------------------------------------------- reviews */
.hz-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 30px; }
.hz-stats > * { min-width: 0; }
.hz-stat { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r); padding: 18px; text-align: center; }
.hz-stat b { display: block; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(24px, 3vw, 32px); color: var(--ember); }
.hz-stat span { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--ash); }
.hz-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hz-quotes > * { min-width: 0; }
.hz-quote { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r); padding: 22px; margin: 0; }
.hz-stars { color: var(--gold); letter-spacing: .12em; margin: 0 0 12px; font-size: 16px; }
.hz-quote blockquote { margin: 0 0 16px; font-size: 15.5px; color: #d9cec0; }
.hz-quote-by { display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--ash); }
.hz-avatar {
  width: 38px; height: 38px; flex: none; border-radius: 50%;
  background: linear-gradient(150deg, var(--copper), var(--crimson));
  display: grid; place-items: center; color: #fff; font-weight: 800;
}
.hz-quote-by b { display: block; color: var(--bone); font-size: 14.5px; }
.hz-verified {
  margin-left: auto; font-size: 10.5px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--money); border: 1px solid rgba(44, 110, 74, .5);
  padding: 4px 8px; border-radius: 999px; white-space: nowrap;
}

/* ----------------------------------------------------------------- steps */
.hz-steps { counter-reset: hzstep; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hz-steps > * { min-width: 0; }
.hz-step { background: #fff; border: 1px solid var(--line-light); border-radius: var(--r); padding: 24px 22px; }
.hz-step::before {
  counter-increment: hzstep; content: counter(hzstep, decimal-leading-zero);
  font-family: "Archivo Black", Impact, sans-serif; font-size: 30px; color: var(--bone-2); display: block; margin-bottom: 8px;
}
.hz-step h3 { font-size: 19px; }
.hz-step p { margin: 0; font-size: 15px; color: var(--slate); }
.hz-terms { margin-top: 26px; font-size: 15px; color: var(--slate); }
.hz-terms .hz-btn { margin-left: 8px; vertical-align: middle; }

/* ------------------------------------------------------------------- faq */
.hz-faq { display: grid; gap: 12px; max-width: 900px; }
.hz-q { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r); }
.hz-q-btn {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font: 800 17px/1.4 Karla, sans-serif; color: var(--bone);
  padding: 19px 52px 19px 20px; position: relative;
}
.hz-q-btn::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 24px; color: var(--ember); line-height: 1;
}
.hz-q-btn[aria-expanded="true"]::after { content: "\2212"; }
.hz-q-body { display: none; padding: 0 20px 20px; font-size: 15.5px; color: var(--ash); }
.hz-q-body.is-open { display: block; }

/* -------------------------------------------------------- checkout, close */
.hz-pay { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(20px, 3vw, 40px); align-items: center; }
.hz-pay > * { min-width: 0; }
.hz-pay img { max-width: min(320px, 100%); }
.hz-close { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 4vw, 48px); align-items: center; }
.hz-close > * { min-width: 0; }
.hz-close img { max-width: min(340px, 100%); margin: 0 auto; }
.hz-close-sub { font-size: 16.5px; color: var(--ash); }

/* ---------------------------------------------------------------- footer */
.hz-foot { background: #070605; border-top: 1px solid var(--line-dark); padding: var(--gap) 0 30px; }
.hz-foot-grid {
  max-width: var(--shell); margin: 0 auto; padding: 0 20px;
  display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 30px;
}
.hz-foot-grid > * { min-width: 0; }
.hz-foot-brand p { font-size: 14.5px; color: var(--ash); margin-top: 12px; }
.hz-chiplist { display: flex; flex-wrap: wrap; gap: 7px; }
.hz-chiplist li {
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ash); border: 1px solid var(--line-dark); padding: 5px 9px; border-radius: 999px;
}
.hz-foot-h { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--ember); font-family: Karla, sans-serif; font-weight: 800; margin-bottom: 14px; }
.hz-foot-col ul { display: grid; gap: 9px; }
.hz-foot-col li, .hz-foot-col a { font-size: 14.5px; color: var(--ash); text-decoration: none; }
.hz-foot-col a:hover { color: var(--ember); }
.hz-foot-fine {
  max-width: var(--shell); margin: 34px auto 0; padding: 26px 20px 0;
  border-top: 1px solid var(--line-dark);
}
.hz-foot-fine p { font-size: 12.8px; line-height: 1.62; color: #8b8073; }
.hz-foot-fine strong { color: var(--ash); }
.hz-copy { color: #6f665b; }
.hz-copy a { color: var(--ash); }

/* ------------------------------------------------------------------ blog */
.hz-post-hero {
  background: radial-gradient(620px 340px at 12% 20%, rgba(194, 98, 29, .22), transparent 68%), var(--ink);
  padding: clamp(30px, 4vw, 56px) 0 clamp(26px, 3vw, 40px);
  border-bottom: 1px solid var(--line-dark);
}
.hz-crumb ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--ash); }
.hz-crumb li + li::before { content: "\203A"; margin-right: 8px; color: var(--copper); }
.hz-crumb a { text-decoration: none; }
.hz-crumb a:hover { color: var(--ember); }
.hz-post-tag { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 14px; }
.hz-post-tag span {
  font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ember); border: 1px solid rgba(232, 132, 42, .38); padding: 5px 11px; border-radius: 999px;
}
.hz-byline { font-size: 14px; color: var(--ash); margin: 0; }
.hz-article { max-width: 760px; margin: 0 auto; padding: clamp(28px, 4vw, 48px) 20px; }
.hz-article h2 { font-size: clamp(23px, 3vw, 31px); margin: 38px 0 14px; scroll-margin-top: 90px; }
.hz-article h3 { font-size: 19px; margin: 24px 0 10px; }
.hz-article p { color: #cdc2b4; }
.hz-article ul { display: grid; gap: 10px; margin: 0 0 18px; }
.hz-article ul li { padding-left: 22px; position: relative; color: #cdc2b4; }
.hz-article ul li::before { content: "\2713"; position: absolute; left: 0; color: var(--copper); font-weight: 800; }
.hz-article strong { color: var(--bone); }
.hz-article a { color: var(--ember); }
.hz-pull {
  font-size: 18.5px; line-height: 1.55; color: var(--bone);
  border-left: 4px solid var(--ember); padding-left: 20px; margin-bottom: 30px;
}
.hz-toc { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r); padding: 20px 22px; }
.hz-toc h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--ember); margin: 0 0 12px; font-family: Karla, sans-serif; font-weight: 800; }
.hz-toc ol { display: grid; gap: 8px; counter-reset: hztoc; }
.hz-toc li { counter-increment: hztoc; font-size: 15px; }
.hz-toc li::before { content: counter(hztoc) ". "; color: var(--copper); font-weight: 800; }
.hz-toc a { color: var(--ash); text-decoration: none; }
.hz-toc a:hover { color: var(--ember); }
.hz-inline-cta {
  background: linear-gradient(120deg, rgba(194, 98, 29, .16), rgba(176, 32, 43, .12));
  border: 1px solid var(--line-dark); border-radius: var(--r);
  padding: 22px; margin: 30px 0; display: grid; gap: 14px; justify-items: start;
}
.hz-inline-cta p { margin: 0; color: var(--bone); font-size: 16px; }
.hz-disclaim { font-size: 13.5px; color: var(--ash); border-top: 1px solid var(--line-dark); padding-top: 20px; margin-top: 34px; }
.hz-postnav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 26px 0; }
.hz-postnav > * { min-width: 0; }
.hz-prev, .hz-next {
  border: 1px solid var(--line-dark); border-radius: var(--r); padding: 16px 18px;
  text-decoration: none; display: block; background: var(--ink-2);
}
.hz-next { text-align: right; }
.hz-prev span, .hz-next span {
  display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--copper); margin-bottom: 6px;
}
.hz-prev b, .hz-next b { font-size: 15px; color: var(--bone); font-weight: 700; }
.hz-prev:hover, .hz-next:hover { border-color: var(--ember); }
.hz-keep { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r); padding: 24px; }
.hz-keep h2 { font-size: 20px; margin: 0 0 14px; }
.hz-keep ul { display: grid; gap: 10px; }
.hz-keep li { font-size: 15px; }
.hz-keep a { color: var(--ash); text-decoration: none; }
.hz-keep a:hover { color: var(--ember); }
.hz-note { font-size: 14px; color: var(--ash); margin-top: 16px; }
.hz-hublist { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hz-hublist > * { min-width: 0; }
.hz-hubcard {
  background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r);
  padding: 24px 22px; display: flex; flex-direction: column; gap: 10px;
}
.hz-hubcard:hover { border-color: var(--ember); }
.hz-hubcard h3 { font-size: 19px; margin: 0; }
.hz-hubcard h3 a { text-decoration: none; }
.hz-hubcard p { font-size: 14.5px; color: var(--ash); margin: 0; }
.hz-hubcard-meta {
  margin-top: auto; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--copper); font-weight: 800;
}
.hz-hubcard-tag {
  align-self: flex-start; font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .12em; color: var(--ember); border: 1px solid rgba(232, 132, 42, .35);
  padding: 4px 10px; border-radius: 999px;
}

/* ---------------------------------------------------------------- motion */
.js-on .hz-up { opacity: 0; transform: translateY(18px); }
.js-on .hz-up.is-in { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-on .hz-up { opacity: 1; transform: none; }
  .js-on .hz-up.is-in { transition: none; }
}

/* --------------------------------------------------------------- screens */
@media (max-width: 1000px) {
  .hz-paths, .hz-packs, .hz-cards, .hz-bonuses, .hz-quotes, .hz-steps, .hz-hublist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hz-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hz-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .hz-burger { display: block; }
  .hz-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--ink-2); border-bottom: 1px solid var(--line-dark);
    padding: 14px 20px; visibility: hidden; opacity: 0; pointer-events: none;
    transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .hz-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .hz-navlist { flex-direction: column; gap: 4px; }
  .hz-navlink { display: block; padding: 11px 0; border-bottom: 1px solid var(--line-dark); }
  .hz-mast-in { position: relative; }
  .hz-mast-cta { font-size: 12.5px; padding: 10px 13px; }
  .hz-logo-word { font-size: 17px; white-space: nowrap; }
  .hz-logo { gap: 8px; }
  .hz-logo-mark { width: 22px; height: 22px; }
  .hz-hero-grid, .hz-labelgrid, .hz-guar, .hz-pay, .hz-close { grid-template-columns: minmax(0, 1fr); }
  .hz-hero-art { order: -1; }
  .hz-close-art { order: -1; }
  .hz-hero::after { display: none; }
}
@media (max-width: 700px) {
  .hz-paths, .hz-packs, .hz-cards, .hz-bonuses, .hz-quotes, .hz-steps, .hz-hublist,
  .hz-foot-grid, .hz-postnav { grid-template-columns: minmax(0, 1fr); }
  .hz-next { text-align: left; }
  .hz-chip-a, .hz-chip-b { position: static; display: inline-block; margin: 8px 6px 0 0; }
  .hz-frame { display: flex; flex-direction: column; align-items: center; }
  .hz-table { min-width: 340px; }
  .hz-terms .hz-btn { display: block; margin: 16px 0 0; }
}
@media (max-width: 420px) {
  body { font-size: 16px; }
  .hz-stats { grid-template-columns: minmax(0, 1fr); }
  .hz-price-big { font-size: 48px; }
  .hz-logo-word { font-size: 15px; }
  .hz-mast-in { gap: 10px; padding: 10px 14px; }
  .hz-mast-cta { font-size: 11.5px; padding: 9px 11px; letter-spacing: .04em; }
}
