/* ============================================================
   HORSEWOOD official store - main.css
   Palette: Tack & Ember (warm wood dark, bone cards, ember CTA)
   Type: Bevan (display) + Hanken Grotesk (everything else)
   Naming: BEM-lite, hw- prefix, 4-space indent
   ============================================================ */

/* --- 1. tokens ------------------------------------------- */
:root {
    --wood-900: #1a120c;
    --wood-850: #201710;
    --wood-800: #271c14;
    --wood-700: #33251a;
    --wood-600: #42301f;
    --rule: #4a3625;
    --rule-soft: #3a2a1c;
    --bone: #f7f0e4;
    --bone-2: #ece1cf;
    --bone-3: #ddcdb4;
    --ink: #221811;
    --ink-soft: #5c4735;
    --cream: #f3e9db;
    --muted: #bda992;
    --ember: #ef6a1b;
    --ember-deep: #c8500f;
    --ember-wash: #3a1f0d;
    --brass: #dba83f;
    --jade: #2f9e6b;
    --jade-ink: #0f5f3d;
    --shell: 1140px;
    --r-s: 4px;
    --r-m: 8px;
    --r-l: 14px;
    --shadow: 0 24px 60px rgba(0,0,0,.45);
    --shadow-s: 0 8px 22px rgba(0,0,0,.28);
}

/* --- 2. reset -------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--wood-900);
    color: var(--cream);
    font-family: "Hanken Grotesk", "Segoe UI", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.66;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ember); }
a:hover { color: var(--brass); }
h1, h2, h3, h4 { line-height: 1.16; margin: 0 0 .5em; }
p { margin: 0 0 1.05em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .38em; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; }
.hw-skip {
    position: absolute; left: -9999px; top: 0; z-index: 99;
    background: var(--ember); color: #1a120c; padding: 10px 16px; font-weight: 700;
}
.hw-skip:focus { left: 8px; top: 8px; }

/* --- 3. type --------------------------------------------- */
.hw-display, h1, .hw-h2, .hw-num {
    font-family: Bevan, Georgia, serif;
    font-weight: 400;
    letter-spacing: .005em;
}
h2, h3 { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; letter-spacing: -.012em; }
.hw-kick {
    font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
    color: var(--brass); font-weight: 700; margin: 0 0 .8em;
}
.hw-lede { font-size: 19px; color: var(--bone-2); }

/* --- 4. layout ------------------------------------------- */
.hw-shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 22px; }
.hw-sec { padding: 62px 0; border-top: 1px solid var(--rule-soft); }
.hw-sec--flat { border-top: 0; }
.hw-sec--panel { background: var(--wood-850); }
.hw-sec__head { max-width: 720px; margin-bottom: 34px; }
.hw-sec__head h2 { font-size: clamp(26px, 3.4vw, 36px); }
.hw-grid3 { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.hw-grid2 { display: grid; gap: 26px; grid-template-columns: 1fr 1fr; }

/* --- 5. chrome ------------------------------------------- */
.hw-announce {
    background: linear-gradient(90deg, var(--ember-deep), var(--ember));
    color: #1d1108; text-align: center;
}
.hw-announce p { margin: 0; padding: 7px 16px; font-size: 13.5px; font-weight: 700; }
.hw-head {
    position: sticky; top: 0; z-index: 40;
    background: rgba(26,18,12,.96);
    border-bottom: 1px solid var(--rule);
    backdrop-filter: blur(6px);
}
.hw-head__row { display: flex; align-items: center; gap: 18px; min-height: 62px; position: relative; }
.hw-logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--bone); }
.hw-logo__mark { fill: var(--ember); flex: none; }
.hw-logo__word {
    font-family: Bevan, Georgia, serif; font-size: 19px; letter-spacing: .09em; line-height: 1;
}
.hw-logo__word--foot { font-size: 22px; color: var(--bone); display: block; margin-bottom: 14px; }
.hw-nav { margin-left: auto; }
.hw-nav ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.hw-nav a {
    color: var(--bone-2); text-decoration: none; font-weight: 600; font-size: 14.5px;
    letter-spacing: .04em; text-transform: uppercase; padding: 6px 0;
    border-bottom: 2px solid transparent;
}
.hw-nav a:hover, .hw-nav a[aria-current] { color: var(--bone); border-bottom-color: var(--ember); }
.hw-head__cta { flex: none; }
.hw-burger {
    display: none; margin-left: auto; background: none; border: 1px solid var(--rule);
    border-radius: var(--r-s); width: 42px; height: 38px; padding: 9px 10px; cursor: pointer;
}
.hw-burger span { display: block; height: 2px; background: var(--bone); margin: 0 0 4px; }
.hw-burger span:last-child { margin: 0; }

/* --- 6. buttons ------------------------------------------ */
.hw-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    background: var(--ember); color: #1a120c; text-decoration: none;
    font-weight: 800; font-size: 17px; letter-spacing: .01em;
    padding: 16px 28px; border: 0; border-radius: var(--r-m); cursor: pointer;
    box-shadow: 0 6px 0 var(--ember-deep); transition: transform .12s, box-shadow .12s, background .15s;
}
.hw-btn:hover { background: #ff7c2e; color: #1a120c; transform: translateY(2px); box-shadow: 0 4px 0 var(--ember-deep); }
.hw-btn--sm { font-size: 14px; padding: 10px 18px; box-shadow: 0 4px 0 var(--ember-deep); }
.hw-btn--full { width: 100%; font-size: 19px; padding: 17px 20px; }
.hw-btn--ghost {
    background: transparent; color: var(--bone); border: 1px solid var(--rule); box-shadow: none;
}
.hw-btn--ghost:hover { background: var(--wood-700); color: var(--bone); transform: none; }

/* --- 7. hero + buy card (layout D: floating card) -------- */
.hw-hero {
    position: relative; overflow: hidden;
    background:
        radial-gradient(120% 90% at 78% 34%, rgba(239,106,27,.30), transparent 58%),
        radial-gradient(80% 70% at 92% 78%, rgba(219,168,63,.16), transparent 60%),
        var(--wood-900);
    padding: 22px 0 0;
}
.hw-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: center; }
.hw-hero__stars { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; flex-wrap: wrap; }
.hw-hero__stars small { color: var(--muted); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.hw-hero__stars a { color: var(--muted); }
.hw-hero h1 { font-size: clamp(38px, 5.6vw, 62px); line-height: .95; margin-bottom: 4px; color: var(--bone); }
.hw-hero h1 em {
    display: block; font-style: normal; color: var(--ember);
    font-size: .5em; line-height: 1.05; margin-top: 10px; letter-spacing: .01em;
}
.hw-hero__sub {
    font-family: "Hanken Grotesk", sans-serif; font-weight: 800;
    font-size: clamp(18px, 2.2vw, 22px); line-height: 1.2; color: var(--bone-2);
    letter-spacing: -.02em; margin: 0 0 12px;
}
.hw-hero__def {
    font-size: 16px; color: var(--bone-2); border-left: 3px solid var(--ember);
    padding-left: 14px; max-width: 780px; margin: 20px auto 0;
}
.hw-hero__def strong { color: var(--bone); }
.hw-hero__shot { position: relative; justify-self: center; }
.hw-hero__shot img { width: 100%; max-width: 290px; filter: drop-shadow(0 26px 40px rgba(0,0,0,.6)); }
.hw-hero__seal {
    position: absolute; right: -4px; top: 0; width: 92px; height: 92px; border-radius: 50%;
    background: var(--ember); color: #1a120c; display: grid; place-content: center; text-align: center;
    font-weight: 800; font-size: 12px; line-height: 1.15; letter-spacing: .04em; text-transform: uppercase;
    box-shadow: var(--shadow-s);
}
.hw-hero__seal b { display: block; font-family: Bevan, serif; font-size: 25px; letter-spacing: 0; }

.hw-buy { position: relative; z-index: 2; margin-top: 22px; }
.hw-buy__card {
    background: var(--bone); color: var(--ink); border-radius: var(--r-l);
    box-shadow: var(--shadow); padding: 22px 26px 22px; border-top: 6px solid var(--ember);
    max-width: 780px; margin: 0 auto;
}
.hw-buy__card h2 { font-size: 20px; color: var(--ink); margin-bottom: 2px; }
.hw-buy__note { color: var(--ink-soft); font-size: 13.5px; margin-bottom: 12px; }
.hw-buy--repeat { margin: 0; }
.hw-buy--repeat .hw-buy__card { border-top-color: var(--brass); }

/* pack picker: collapsed rows, selected row expands */
.hw-picker { display: grid; gap: 8px; margin: 0 0 14px; border: 0; padding: 0; }
.hw-pack {
    position: relative; display: block; cursor: pointer;
    background: #fffaf1; border: 2px solid var(--bone-3); border-radius: var(--r-m);
    padding: 10px 14px; transition: border-color .15s, box-shadow .15s, background .15s;
}
.hw-pack:hover { border-color: #c9a97c; }
.hw-pack input {
    position: absolute; opacity: 0; width: 22px; height: 22px; left: 16px; top: 18px; margin: 0;
}
.hw-pack__head { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 12px; }
.hw-pack__tick {
    width: 22px; height: 22px; border-radius: 50%; border: 2px solid #b9a07c; background: #fff;
    display: block; position: relative;
}
.hw-pack__name { font-weight: 800; font-size: 17px; color: var(--ink); }
.hw-pack__name em { display: block; font-style: normal; font-weight: 600; font-size: 13px; color: var(--ink-soft); letter-spacing: .06em; text-transform: uppercase; }
.hw-pack__price { text-align: right; line-height: 1.05; }
.hw-pack__price b { font-family: Bevan, serif; font-size: 27px; color: var(--ink); }
.hw-pack__price span { display: block; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; }
.hw-pack__body { display: none; margin: 8px 0 1px; padding-top: 8px; border-top: 1px dashed #cdb894; }
.hw-pack__body ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.hw-pack__body li { font-size: 14px; color: var(--ink-soft); padding-left: 22px; position: relative; margin: 0; }
.hw-pack__body li::before {
    content: ""; position: absolute; left: 2px; top: 7px; width: 11px; height: 6px;
    border-left: 2.5px solid var(--jade); border-bottom: 2.5px solid var(--jade); transform: rotate(-45deg);
}
.hw-pack input:checked ~ .hw-pack__body { display: block; }
.hw-pack:has(input:checked) { border-color: var(--ember); background: #fff; box-shadow: 0 0 0 3px rgba(239,106,27,.16); }
.hw-pack input:checked + .hw-pack__head .hw-pack__tick { border-color: var(--ember); background: var(--ember); }
.hw-pack input:checked + .hw-pack__head .hw-pack__tick::after {
    content: ""; position: absolute; left: 4px; top: 5px; width: 9px; height: 5px;
    border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: rotate(-45deg);
}
.hw-pack input:focus-visible + .hw-pack__head .hw-pack__tick { outline: 3px solid var(--brass); outline-offset: 3px; }
.hw-pack__badge {
    position: absolute; top: -11px; right: 14px; background: var(--wood-800); color: var(--brass);
    font-size: 10.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 999px;
}
.hw-pack__badge--best { background: var(--jade-ink); color: #eafff4; }

.hw-total { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.hw-total__now { font-family: Bevan, serif; font-size: 38px; line-height: 1; color: var(--ink); }
.hw-total__was { color: var(--ink-soft); font-size: 17px; margin-left: 10px; }
.hw-total__save {
    background: #e4f6ec; color: var(--jade-ink); border: 1px solid #b6e2ca; border-radius: 999px;
    padding: 6px 13px; font-weight: 800; font-size: 14.5px;
}
.hw-ship { color: var(--ink-soft); font-size: 14px; margin: 6px 0 4px; }
.hw-ship b { color: var(--jade-ink); }
.hw-micro { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 4px; }
.hw-micro li { font-size: 13.5px; color: var(--ink-soft); padding-left: 22px; position: relative; margin: 0; }
.hw-micro li::before { content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--brass); }
.hw-stock { font-size: 13.5px; font-weight: 700; color: var(--jade-ink); margin: 0 0 12px; }
.hw-paybar { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 15px; }
.hw-paybar span {
    border: 1px solid var(--bone-3); border-radius: var(--r-s); padding: 3px 9px;
    font-size: 11px; font-weight: 700; letter-spacing: .09em; color: var(--ink-soft); text-transform: uppercase;
}
.hw-packshot { margin: 0 0 12px; display: flex; justify-content: center; }
.hw-packshot img {
    width: auto; max-width: 100%; max-height: 150px;
    filter: drop-shadow(0 12px 18px rgba(60,40,20,.28));
}

/* --- 8. stars -------------------------------------------- */
.hw-stars { display: inline-flex; gap: 2px; }
.hw-star { fill: var(--brass); }
.hw-star--off { fill: #6b5643; }
.hw-stars--ink .hw-star { fill: #d38a12; }
.hw-stars--ink .hw-star--off { fill: #d5c6ad; }

/* --- 9. trust strip -------------------------------------- */
.hw-trust { background: var(--wood-800); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.hw-trust ul {
    list-style: none; margin: 0; padding: 20px 0; display: grid;
    grid-template-columns: repeat(5, 1fr); gap: 14px; text-align: center;
}
.hw-trust li { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--bone-2); }
.hw-trust svg { fill: var(--ember); margin: 0 auto 7px; display: block; }

/* --- 10. content blocks ---------------------------------- */
.hw-card {
    background: var(--wood-800); border: 1px solid var(--rule-soft); border-radius: var(--r-m);
    padding: 24px 22px;
}
.hw-card h3 { font-size: 20px; color: var(--bone); }
.hw-card p:last-child { margin-bottom: 0; }
.hw-card__n { font-family: Bevan, serif; font-size: 27px; color: var(--ember); display: block; margin-bottom: 6px; }

.hw-spec { background: var(--wood-800); border: 1px solid var(--rule); border-radius: var(--r-m); overflow: hidden; }
.hw-spec caption { text-align: left; padding: 16px 20px; background: var(--wood-700); font-weight: 800; color: var(--bone); font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.hw-spec th, .hw-spec td { padding: 12px 20px; border-top: 1px solid var(--rule-soft); text-align: left; font-size: 15.5px; vertical-align: top; }
.hw-spec th { width: 38%; color: var(--muted); font-weight: 700; }
.hw-spec td { color: var(--bone-2); }

.hw-tldr {
    background: var(--ember-wash); border-left: 4px solid var(--ember); border-radius: 0 var(--r-m) var(--r-m) 0;
    padding: 24px 26px;
}
.hw-tldr h2 { font-size: 15px; letter-spacing: .16em; text-transform: uppercase; color: var(--ember); margin-bottom: 10px; }
.hw-tldr p { font-size: 18px; color: var(--bone); margin-bottom: 0; }

.hw-takeaway { background: var(--wood-800); border: 1px solid var(--rule); border-radius: var(--r-m); padding: 26px 28px; }
.hw-takeaway h2 { font-size: 15px; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.hw-takeaway ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.hw-takeaway li { padding-left: 26px; position: relative; color: var(--bone-2); }
.hw-takeaway li::before { content: ""; position: absolute; left: 0; top: 10px; width: 12px; height: 2px; background: var(--ember); }

.hw-cite { color: var(--ember); font-size: 12px; vertical-align: super; text-decoration: none; font-weight: 700; }
.hw-refs { border-top: 1px solid var(--rule-soft); padding-top: 26px; }
.hw-refs h2 { font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.hw-refs__list { font-size: 14px; color: var(--muted); }
.hw-refs__list a { word-break: break-word; }

.hw-ing { display: grid; gap: 14px; }
.hw-ing__row {
    display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: start;
    background: var(--wood-800); border: 1px solid var(--rule-soft); border-radius: var(--r-m); padding: 17px 20px;
}
.hw-ing__row h3 { font-size: 18px; margin-bottom: 4px; color: var(--bone); }
.hw-ing__row p { margin: 0; font-size: 15.5px; color: var(--muted); }
.hw-ing__dose {
    font-family: Bevan, serif; font-size: 21px; color: var(--brass); white-space: nowrap;
}
.hw-ing__dose small { display: block; font-family: "Hanken Grotesk", sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.hw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.hw-step { background: var(--wood-800); border-radius: var(--r-m); padding: 22px; border-bottom: 3px solid var(--ember); }
.hw-step h3 { font-size: 18px; }
.hw-step p { margin: 0; font-size: 15.5px; color: var(--muted); }
.hw-step__n { font-family: Bevan, serif; font-size: 30px; color: var(--wood-600); display: block; line-height: 1; margin-bottom: 8px; }

.hw-quote { background: var(--wood-800); border: 1px solid var(--rule-soft); border-radius: var(--r-m); padding: 20px 22px; }
.hw-quote blockquote { margin: 10px 0 12px; font-size: 16px; color: var(--bone-2); }
.hw-quote figcaption { font-size: 13.5px; color: var(--muted); }
.hw-quote figcaption b { color: var(--bone); display: block; font-size: 15px; }
.hw-verified { color: var(--jade); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.hw-cmp th, .hw-cmp td { padding: 13px 16px; border-bottom: 1px solid var(--rule-soft); text-align: left; font-size: 15.5px; }
.hw-cmp thead th { background: var(--wood-700); color: var(--bone); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.hw-cmp tbody th { color: var(--muted); font-weight: 600; }
.hw-cmp td:nth-child(2) { color: var(--bone); font-weight: 700; background: rgba(239,106,27,.07); }
.hw-cmp td:last-child { color: var(--muted); }

.hw-qa { display: grid; gap: 22px; }
.hw-qa h3 { font-size: 20px; color: var(--bone); }
.hw-qa p:last-child { margin-bottom: 0; }
.hw-qa__item { border-left: 2px solid var(--rule); padding-left: 20px; }

.hw-promise { background: linear-gradient(120deg, var(--wood-700), var(--wood-850)); border: 1px solid var(--rule); border-radius: var(--r-l); padding: 34px; display: grid; grid-template-columns: 160px 1fr; gap: 28px; align-items: center; }
.hw-promise__n { font-family: Bevan, serif; font-size: 62px; line-height: .9; color: var(--ember); text-align: center; }
.hw-promise__n span { display: block; font-family: "Hanken Grotesk", sans-serif; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); font-weight: 800; }
.hw-promise h2 { font-size: 27px; }
.hw-promise p:last-child { margin-bottom: 0; }

.hw-band { text-align: center; background: var(--wood-800); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 52px 0; }
.hw-band h2 { font-size: clamp(26px, 3.6vw, 38px); }
.hw-band p { max-width: 620px; margin: 0 auto 22px; color: var(--muted); }

/* --- 11. reviews page ------------------------------------ */
.hw-score { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: center; }
.hw-score__big { text-align: center; background: var(--wood-800); border-radius: var(--r-m); padding: 24px; border: 1px solid var(--rule); }
.hw-score__big b { font-family: Bevan, serif; font-size: 58px; line-height: 1; color: var(--bone); display: block; }
.hw-score__big span { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 8px; }
.hw-bars { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.hw-bars li { display: grid; grid-template-columns: 58px 1fr 46px; gap: 12px; align-items: center; margin: 0; font-size: 14px; color: var(--muted); }
.hw-bars__track { background: var(--wood-700); border-radius: 999px; height: 11px; overflow: hidden; }
.hw-bars__fill { background: linear-gradient(90deg, var(--ember-deep), var(--brass)); height: 100%; display: block; }
.hw-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hw-stat { background: var(--wood-800); border: 1px solid var(--rule-soft); border-radius: var(--r-m); padding: 20px; text-align: center; }
.hw-stat b { font-family: Bevan, serif; font-size: 32px; color: var(--ember); display: block; line-height: 1.05; }
.hw-stat span { font-size: 13px; color: var(--muted); display: block; margin-top: 7px; }
.hw-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hw-tl { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.hw-tl li { display: grid; grid-template-columns: 190px 1fr 52px; gap: 14px; align-items: center; margin: 0; font-size: 15px; color: var(--bone-2); }
.hw-themes { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }

/* --- 12. formula page ------------------------------------ */
.hw-label {
    background: var(--bone); color: var(--ink); border: 3px solid var(--ink);
    border-radius: 3px; padding: 0; max-width: 480px;
}
.hw-label__top { padding: 12px 16px 8px; border-bottom: 9px solid var(--ink); }
.hw-label__top h3 { font-family: Bevan, serif; font-size: 30px; margin: 0 0 6px; letter-spacing: -.01em; }
.hw-label__top p { margin: 0; font-size: 14px; }
.hw-label table { font-size: 14px; }
.hw-label th, .hw-label td { padding: 6px 16px; border-bottom: 1px solid #b9a68c; text-align: left; }
.hw-label thead th { font-size: 12px; border-bottom: 2px solid var(--ink); }
.hw-label tbody th { font-weight: 600; }
.hw-label td { text-align: right; white-space: nowrap; }
.hw-label__foot { padding: 10px 16px 14px; font-size: 12.5px; border-top: 6px solid var(--ink); }
.hw-label__foot p { margin: 0 0 6px; }
.hw-label__foot p:last-child { margin: 0; }
.hw-byline { color: var(--muted); font-size: 14.5px; border-left: 2px solid var(--ember); padding-left: 14px; margin-bottom: 26px; }
.hw-gloss dt { font-weight: 800; color: var(--bone); margin-top: 14px; }
.hw-gloss dd { margin: 4px 0 0; color: var(--muted); }
.hw-crumb { font-size: 13px; color: var(--muted); padding: 16px 0 0; }
.hw-crumb a { color: var(--muted); }
.hw-note { background: var(--wood-800); border-left: 3px solid var(--brass); padding: 18px 20px; border-radius: 0 var(--r-m) var(--r-m) 0; color: var(--bone-2); font-size: 15.5px; }

/* --- 13. faq --------------------------------------------- */
.hw-faq { display: grid; gap: 10px; }
.hw-faq details {
    background: var(--wood-800); border: 1px solid var(--rule-soft); border-radius: var(--r-m);
}
.hw-faq summary {
    cursor: pointer; padding: 15px 20px; font-weight: 700; font-size: 17px; color: var(--bone);
    list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: flex-start;
}
.hw-faq summary::-webkit-details-marker { display: none; }
.hw-faq summary::after { content: "+"; color: var(--ember); font-size: 24px; line-height: 1; flex: none; }
.hw-faq details[open] summary::after { content: "\2212"; }
.hw-faq details[open] summary { color: var(--ember); }
.hw-faq__a { padding: 0 20px 16px; color: var(--muted); font-size: 15.5px; }
.hw-faq__a p:last-child { margin-bottom: 0; }
.hw-faq__group { margin-bottom: 34px; }
.hw-faq__group h2 { font-size: 23px; margin-bottom: 14px; }

/* --- 14. legal / plain ----------------------------------- */
.hw-doc { max-width: 760px; }
.hw-doc h2 { font-size: 22px; margin-top: 30px; }
.hw-doc p, .hw-doc li { color: var(--bone-2); font-size: 16px; }
.hw-form { display: grid; gap: 12px; max-width: 460px; }
.hw-form label { font-size: 14px; font-weight: 700; color: var(--bone-2); }
.hw-form input, .hw-form textarea {
    width: 100%; background: var(--wood-900); border: 1px solid var(--rule); border-radius: var(--r-s);
    color: var(--cream); padding: 11px 13px; font: inherit; font-size: 15px;
}

/* --- 15. sticky dock ------------------------------------- */
.hw-dock {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 35;
    background: rgba(32,23,16,.97); border-top: 2px solid var(--ember);
    box-shadow: 0 -10px 30px rgba(0,0,0,.4); backdrop-filter: blur(6px);
}
.hw-dock[hidden] { display: none; }
.hw-dock__row { display: flex; align-items: center; gap: 16px; padding: 10px 22px; }
.hw-dock__info { margin: 0; font-size: 14px; line-height: 1.25; }
.hw-dock__info b { display: block; font-family: Bevan, serif; font-size: 16px; letter-spacing: .06em; color: var(--bone); }
.hw-dock__info span { color: var(--muted); font-size: 12.5px; }
.hw-dock__price { margin: 0 0 0 auto; text-align: right; line-height: 1.1; }
.hw-dock__price s { color: var(--muted); font-size: 13px; display: block; }
.hw-dock__price em { font-family: Bevan, serif; font-style: normal; font-size: 24px; color: var(--brass); }

/* --- 16. footer ------------------------------------------ */
.hw-foot {
    background: var(--wood-850);
    border-top: 1px solid var(--rule);
    padding: 52px 0 30px;
}
body:not(.hw-plain) .hw-foot { padding-bottom: 96px; }
.hw-foot__top { display: grid; grid-template-columns: 1.1fr 1.6fr; gap: 44px; }
.hw-foot__brand p { color: var(--muted); font-size: 15px; max-width: 46ch; }
.hw-foot__addr { font-size: 14.5px; line-height: 1.8; }
.hw-foot__addr strong { color: var(--bone-2); }
.hw-foot__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hw-foot__col h3 {
    font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--brass); margin: 0 0 14px;
}
.hw-foot__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.hw-foot__col li { margin: 0; }
.hw-foot__col a { color: var(--bone-2); text-decoration: none; font-size: 14.5px; }
.hw-foot__col a:hover { color: var(--ember); text-decoration: underline; }
.hw-foot__pay {
    display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
    margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--rule-soft);
}
.hw-foot__pay span {
    font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
    color: var(--muted); font-weight: 700; margin-right: 4px;
}
.hw-foot__pay b {
    border: 1px solid var(--rule); border-radius: var(--r-s); padding: 4px 10px;
    font-size: 11.5px; font-weight: 700; letter-spacing: .06em; color: var(--bone-2);
}
.hw-foot__legal { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--rule-soft); }
.hw-foot__legal p { color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 90ch; }
.hw-foot__fda { border-left: 2px solid var(--ember); padding-left: 13px; }
.hw-foot__meta { margin-bottom: 0; }
.hw-updated { display: block; margin-top: 5px; color: var(--bone-3); }

/* --- 17. 404 --------------------------------------------- */
.hw-404 { text-align: center; padding: 90px 0; }
.hw-404 h1 { font-size: clamp(44px, 9vw, 92px); color: var(--ember); }

/* --- 18. responsive -------------------------------------- */
@media (max-width: 960px) {
    .hw-hero__grid, .hw-grid2, .hw-score, .hw-themes, .hw-promise { grid-template-columns: 1fr; }
    .hw-grid3, .hw-steps, .hw-wall, .hw-stats { grid-template-columns: 1fr 1fr; }
    .hw-trust ul { grid-template-columns: repeat(3, 1fr); }
    .hw-promise { text-align: left; }
    .hw-promise__n { text-align: left; }
    .hw-foot__top { grid-template-columns: 1fr; gap: 32px; }
    .hw-head__cta { display: none; }
    .hw-burger { display: block; }
    .hw-nav {
        position: absolute; top: 100%; left: 0; right: 0; margin: 0;
        background: var(--wood-850); border-bottom: 1px solid var(--rule);
        visibility: hidden; opacity: 0; transform: translateY(-8px);
        transition: opacity .2s, transform .2s, visibility 0s linear .2s;
    }
    .hw-nav.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .2s, transform .2s, visibility 0s; }
    .hw-nav ul { flex-direction: column; gap: 0; padding: 8px 22px 18px; }
    .hw-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--rule-soft); }
    .hw-nav a:hover, .hw-nav a[aria-current] { border-bottom-color: var(--rule-soft); }
}
@media (max-width: 720px) {
    body { font-size: 16.5px; }
    .hw-sec { padding: 46px 0; }
    .hw-hero { padding-top: 20px; }
    .hw-buy { margin-top: 18px; }
    .hw-hero__def { margin-top: 16px; }
    .hw-hero__grid { gap: 14px; }
    .hw-hero__shot img { max-width: 220px; }
    .hw-hero h1 { font-size: clamp(34px, 10vw, 44px); }
    .hw-hero__sub { font-size: 17px; }
    .hw-hero__seal { width: 72px; height: 72px; font-size: 9.5px; right: 0; }
    .hw-hero__seal b { font-size: 20px; }
    .hw-buy__card { padding: 22px 18px 20px; }
    .hw-total__now { font-size: 37px; }
    .hw-grid3, .hw-steps, .hw-wall, .hw-stats, .hw-themes { grid-template-columns: 1fr; }
    .hw-trust ul { grid-template-columns: 1fr 1fr; }
    .hw-tl li { grid-template-columns: 1fr 44px; }
    .hw-tl li .hw-bars__track { grid-column: 1 / -1; }
    .hw-dock__info span { display: none; }
    .hw-foot__cols { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
    .hw-foot { padding-top: 40px; }
    .hw-dock__row { padding: 9px 14px; gap: 10px; }
    .hw-dock__price em { font-size: 20px; }
    .hw-btn { font-size: 16px; padding: 15px 20px; }
}
@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
