/* [PPS-HOME-V2] Homepage v2. Hand-written. Scoped to body.hv2 so site.css keeps styling the shared modals. */
.hv2 {
  --paper: #F4F1EA; --paper-2: #ECE8DE; --paper-3: #E3DED2; --well: #0A0A0B;
  --ink: #1F2124; --ink-2: #3A3D42; --ink-3: #5F636A; --ink-4: #8A8E94;
  --brass: #7F6320; --brass-2: #B08D3E; --on-dark: #F4F1EA; --on-dark-2: rgba(244,241,234,.72);
  --line: #D9D3C6; --line-2: #B9B1A0; --hair: 1px solid var(--line); --rule: 1px solid var(--line-2); --rule-ink: 2px solid var(--ink);
  --radius-1: 2px; --radius-2: 6px;
  --shadow: 0 1px 0 rgba(31,33,36,.05), 0 10px 24px -8px rgba(31,33,36,.18);
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "IBM Plex Sans", "Helvetica Neue", Arial, system-ui, sans-serif;
  --font-sans: var(--font-body); --font-mono: var(--font-body);
  --fs-1: clamp(2.125rem, 1.35rem + 3.3vw, 3.75rem); --fs-2: clamp(1.625rem, 1.25rem + 1.6vw, 2.5rem);
  --fs-3: clamp(1.125rem, 1.05rem + .3vw, 1.3125rem); --fs-lead: clamp(1.0625rem, 1rem + .35vw, 1.25rem);
  --fs-num: clamp(1.375rem, 1.2rem + .8vw, 1.75rem); --fs-body: 1rem; --fs-ui: .875rem; --fs-ui-s: .8125rem; --fs-caps: .75rem;
  --track-caps: .12em; --section: clamp(48px, 4vw + 32px, 96px); --gutter: 16px; --container: 1280px; --measure: 62ch;
  --tap: 44px; --header-h: 56px; --z-header: 50; --z-drawer: 100;
  background: var(--paper); color: var(--ink-2); font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; margin: 0;
}
@media (min-width: 640px) { .hv2 { --gutter: 24px; } }
@media (min-width: 1024px) { .hv2 { --gutter: 40px; --header-h: 72px; } }
.hv2 *, .hv2 *::before, .hv2 *::after { box-sizing: border-box; }
.hv2 main { display: block; }
.hv2 h1, .hv2 h2, .hv2 h3 { font-family: var(--font-display); font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.1; letter-spacing: -.02em; }
.hv2 h1 { font-size: var(--fs-1); line-height: 1.02; }
.hv2 h1 em { font-style: italic; font-weight: 500; }
.hv2 h2 { font-size: var(--fs-2); }
.hv2 h3, .hv2 .hv2-h3 { font-size: var(--fs-3); letter-spacing: -.01em; }
.hv2 p { margin: 0; }
.hv2 a { color: var(--brass); text-decoration: none; }
.hv2 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.hv2 p a, .hv2 dd a, .hv2 .hv2-sec-link, .hv2 .hv2-review-by a { display: inline-block; padding: 12px 8px; margin: -12px -8px; }
.hv2 .label-name a { display: inline-block; padding: 12px 0; margin: -12px 0; }
.hv2 :focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
.hv2 img { max-width: 100%; display: block; }
.hv2 s { color: var(--ink-3); font-weight: 400; }
.hv2 .hv2-wrap { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.hv2 .hv2-caps { font-family: var(--font-body); font-size: var(--fs-caps); font-weight: 500; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--ink-3); }
.hv2 .hv2-accent { color: var(--brass); }
.hv2 .hv2-muted { color: var(--ink-3); font-size: var(--fs-ui); }
.hv2 .hv2-lead { font-size: var(--fs-lead); line-height: 1.55; max-width: var(--measure); color: var(--ink-2); }
.hv2 .hv2-num, .hv2 .hv2-num-inline { font-variant-numeric: tabular-nums; }
.hv2 .hv2-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hv2 .hv2-sec { padding-block: var(--section); }
.hv2 .hv2-sec + .hv2-sec { padding-top: 0; }
/* buttons: two radii on the whole page (buttons 2px, drawer panel 6px) */
.hv2 .hv2-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: var(--radius-1); font: 600 var(--fs-body)/1 var(--font-body); letter-spacing: .01em; text-decoration: none; cursor: pointer; transition: background-color 120ms, color 120ms, border-color 120ms; }
.hv2 .hv2-btn:hover { text-decoration: none; }
.hv2 .hv2-btn-ink { background: var(--ink); color: var(--on-dark); border: 1px solid var(--ink); }
.hv2 .hv2-btn-ink:hover { background: var(--paper); color: var(--ink); }
.hv2 .hv2-btn-line { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.hv2 .hv2-btn-line:hover { background: var(--ink); color: var(--on-dark); }
.hv2 .hv2-btn[disabled] { color: var(--ink-4); border-color: var(--line); background: transparent; cursor: default; }
.hv2 .hv2-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: var(--tap); height: var(--tap); background: none; border: 0; color: var(--ink); cursor: pointer; padding: 0; border-radius: var(--radius-1); }
.hv2 .hv2-iconbtn:hover { background: var(--paper-2); text-decoration: none; }

/* sale bar (PPS-NOTICE-V3): always visible, whole bar is a link */
.hv2 .hv2-sale { background: var(--ink); color: var(--on-dark); }
.hv2 .hv2-sale-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 18px; min-height: 48px; padding-block: 8px; color: var(--on-dark); text-decoration: none; line-height: 1.3; text-align: center; }
.hv2 .hv2-sale-title { font-size: 1.0625rem; font-weight: 600; letter-spacing: .01em; }
.hv2 .hv2-sale-ends { font-size: var(--fs-ui); color: var(--on-dark-2); white-space: nowrap; }
.hv2 .hv2-sale .sale-countdown { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--on-dark); }
.hv2 .hv2-sale-cta { font-size: var(--fs-ui-s); font-weight: 600; color: var(--ink); background: var(--brass-2); border-radius: 999px; padding: 7px 16px; white-space: nowrap; }
.hv2 .hv2-sale-inner:hover .hv2-sale-cta { background: var(--paper); }
@media (max-width: 639.98px) { .hv2 .hv2-sale-inner { gap: 2px 14px; min-height: 46px; } .hv2 .hv2-sale-title { font-size: 1rem; } .hv2 .hv2-sale-ends { font-size: var(--fs-ui-s); } .hv2 .hv2-sale .cd-s, .hv2 .hv2-sale-cta { display: none; } }
/* announcement: one static line */
.hv2 .ann { background: var(--paper-3); border-bottom: var(--hair); font-size: var(--fs-ui-s); font-weight: 500; color: var(--ink); }
.hv2 .ann-inner { min-height: 36px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px 0; padding-block: 7px; text-align: center; }
.hv2 .ann-item { display: inline; }
.hv2 .ann-item + .ann-item::before { content: "\00b7"; margin: 0 10px; color: var(--ink-3); }
.hv2 .ann-code { font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.hv2 .sale-countdown { font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 639.98px) { .hv2 .ann-broadcast + .ann-ship { display: none; } .hv2 .ann-item + .ann-item::before { content: none; margin: 0; } }
@media (min-width: 640px) { .hv2 .ann-inner { justify-content: center; } .hv2 .ann-ticker { text-align: left; } }
/* PPS-MARQUEE-V1: the admin banner scrolls */
.hv2 .ann-broadcast { display: block; flex: 1 1 100%; min-width: 0; overflow: hidden; white-space: nowrap; text-align: left; }
.hv2 .ann-dot::before { content: "\00b7"; margin: 0 14px; color: var(--ink-3); }
.hv2 .hv2-mq { display: inline-flex; animation: hv2-mq var(--mq-dur, 40s) linear infinite; }
.hv2 .hv2-mq-t { padding-right: 72px; }
.hv2 .ann-broadcast:hover .hv2-mq { animation-play-state: paused; }
.hv2 .ann-broadcast + .ann-item::before { content: none; margin: 0; }
@keyframes hv2-mq { to { transform: translateX(calc(-100% / 6)); } }
@media (max-width: 639.98px) { .hv2 .ann-broadcast { flex-basis: 100%; } }
@media (prefers-reduced-motion: reduce) { .hv2 .hv2-mq { animation: none; } .hv2 .hv2-mq-t + .hv2-mq-t { display: none; } .hv2 .ann-broadcast { text-overflow: ellipsis; } }

/* header */
.hv2 .hv2-header { position: sticky; top: 0; z-index: var(--z-header); background: var(--paper); border-bottom: var(--hair); transition: box-shadow 160ms; }
.hv2 .hv2-header.is-compact { box-shadow: var(--shadow); --header-h: 56px; }
.hv2 .hv2-header-inner { height: var(--header-h); display: grid; grid-template-columns: var(--tap) 1fr auto; align-items: center; gap: 8px; transition: height 160ms; }
.hv2 .hv2-logo { display: flex; justify-content: center; align-items: center; }
.hv2 .hv2-logo img { height: 44px; width: auto; transition: height 160ms; }
.hv2 .hv2-nav { display: none; }
.hv2 .hv2-tools { display: flex; align-items: center; gap: 2px; justify-content: flex-end; }
.hv2 .hv2-search-desktop { display: none; }
.hv2 .hv2-account-label { display: none; }
.hv2 .hv2-cart { position: relative; }
.hv2 .hv2-cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: var(--radius-1); background: var(--ink); color: var(--on-dark); font-size: 11px; font-weight: 600; line-height: 18px; text-align: center; font-variant-numeric: tabular-nums; }
.hv2 .pcq-navcount { display: none; }
.hv2 .hv2-burger-lines { display: block; width: 20px; }
.hv2 .hv2-burger-lines i { display: block; height: 1.5px; background: currentColor; margin: 5px 0; }
.hv2 .hv2-search-mobile { border-top: var(--hair); background: var(--paper); padding: 10px 0; }
.hv2 .hv2-search-mobile .hv2-wrap { display: flex; gap: 8px; }
.hv2 .hv2-search-mobile input { flex: 1; height: 48px; border: var(--hair); border-radius: var(--radius-1); background: var(--paper); padding: 0 12px; font: var(--fs-body) var(--font-body); color: var(--ink); }
@media (min-width: 1024px) {
  .hv2 .hv2-header-inner { grid-template-columns: auto 1fr auto; gap: 24px; }
  .hv2 .hv2-burger { display: none !important; }
  .hv2 .hv2-logo img { height: 56px; }
  .hv2 .hv2-header.is-compact .hv2-logo img { height: 40px; }
  .hv2 .hv2-nav { display: flex; justify-content: center; align-items: center; gap: 16px; }
  .hv2 .hv2-nav a { color: var(--ink); font-weight: 500; font-size: 14.5px; padding: 12px 4px; min-width: 0; text-align: center; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 120ms; white-space: nowrap; }
  .hv2 .hv2-nav a:hover { border-bottom-color: var(--ink); }
  .hv2 .hv2-search-desktop { display: flex; align-items: center; border: var(--hair); border-radius: var(--radius-1); height: 44px; width: 220px; margin-right: 8px; }
  .hv2 .hv2-search-desktop input { flex: 1; min-width: 0; height: 42px; border: 0; background: transparent; padding: 0 0 0 12px; font: var(--fs-ui) var(--font-body); color: var(--ink); }
  .hv2 .hv2-search-desktop .hv2-iconbtn { width: 44px; height: 42px; }
  .hv2 .hv2-account { width: auto; padding: 0 10px; gap: 6px; font-size: var(--fs-ui); font-weight: 500; color: var(--ink); }
  .hv2 .hv2-account-label { display: inline; }
}
/* mobile menu */
/* PPS-TOPNAV-V1: Resources dropdown + phone menu groups */
.hv2 .hv2-dd { position: relative; }
.hv2 .hv2-dd-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; border-bottom: 1px solid transparent; padding: 12px 4px; margin: 0; font: inherit; font-weight: 500; font-size: 14.5px; color: var(--ink); cursor: pointer; white-space: nowrap; }
.hv2 .hv2-dd-btn:hover, .hv2 .hv2-dd.is-open .hv2-dd-btn, .hv2 .hv2-dd:focus-within .hv2-dd-btn { border-bottom-color: var(--ink); }
.hv2 .hv2-dd-caret { transition: transform 120ms; }
.hv2 .hv2-dd.is-open .hv2-dd-caret { transform: rotate(180deg); }
.hv2 .hv2-dd-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 224px; background: var(--paper); border: var(--hair); border-radius: var(--radius-2); box-shadow: var(--shadow); padding: 6px 0; display: none; z-index: 5; }
.hv2 .hv2-dd:hover .hv2-dd-menu, .hv2 .hv2-dd:focus-within .hv2-dd-menu, .hv2 .hv2-dd.is-open .hv2-dd-menu { display: block; }
.hv2 .hv2-nav .hv2-dd-menu a { display: block; padding: 11px 18px; min-width: 0; text-align: left; border-bottom: 0; font-size: 15px; }
.hv2 .hv2-nav .hv2-dd-menu a:hover { background: var(--paper-2); }
.hv2 .hv2-menu-group { display: block; padding: 14px 20px 6px; }
.hv2 .hv2-menu-nav a.hv2-menu-sub { padding-left: 32px; font-size: 16px; }
@media (min-width: 1024px) and (max-width: 1279.98px) { .hv2 .hv2-search-desktop { display: none; } .hv2 .hv2-account-label { display: none; } .hv2 .hv2-account { width: var(--tap); padding: 0; } .hv2 .hv2-nav { gap: 10px; } .hv2 .hv2-nav a, .hv2 .hv2-dd-btn { font-size: 14px; } }
@media (min-width: 1280px) { .hv2 .hv2-search-toggle, .hv2 .hv2-search-mobile { display: none !important; } .hv2 .hv2-search-desktop { width: 180px; } .hv2 .hv2-nav { gap: 12px; } }
@media (min-width: 1360px) { .hv2 .hv2-search-desktop { width: 220px; } .hv2 .hv2-nav { gap: 24px; } .hv2 .hv2-nav a, .hv2 .hv2-dd-btn { font-size: 15px; } .hv2 .hv2-header-inner { gap: 32px; } }
.hv2 .hv2-menu { position: fixed; inset: 0; z-index: var(--z-drawer); }
.hv2 .hv2-menu-backdrop { position: absolute; inset: 0; background: rgba(31,33,36,.5); opacity: 0; transition: opacity 200ms; }
.hv2 .hv2-menu-panel { position: absolute; top: 0; right: 0; height: 100%; width: min(86vw, 360px); background: var(--paper); border-left: var(--hair); border-radius: var(--radius-2) 0 0 var(--radius-2); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 200ms ease-out; }
.hv2 .hv2-menu.is-open .hv2-menu-backdrop { opacity: 1; }
.hv2 .hv2-menu.is-open .hv2-menu-panel { transform: none; }
.hv2 .hv2-menu-head { display: flex; align-items: center; justify-content: space-between; padding: 6px 8px 6px 20px; border-bottom: var(--hair); min-height: 56px; }
.hv2 .hv2-menu-nav { display: flex; flex-direction: column; padding: 8px 0; overflow-y: auto; }
.hv2 .hv2-menu-nav a { display: flex; align-items: center; min-height: 48px; padding: 0 20px; color: var(--ink); font-size: 17px; font-weight: 500; border-bottom: var(--hair); text-decoration: none; }
.hv2 .hv2-menu-nav a:hover { background: var(--paper-2); }
.hv2 .hv2-menu-foot { margin-top: auto; padding: 16px 20px; border-top: var(--hair); font-size: var(--fs-ui); }
.hv2.hv2-lock { overflow: hidden; }

/* hero */
.hv2 .hv2-hero { padding-top: clamp(32px, 5vw, 72px); }
.hv2 .hv2-hero-grid { display: grid; gap: 28px; }
.hv2 .hv2-eyebrow { color: var(--brass); margin-bottom: 14px; }
.hv2 .hv2-hero-text h1 { max-width: 12ch; margin-bottom: 18px; }
.hv2 .hv2-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.hv2 .hv2-well { display: block; background: var(--well); overflow: hidden; position: relative; }
.hv2 .hv2-well img { width: 100%; height: 100%; object-fit: cover; }
.hv2 .hv2-hero-well { aspect-ratio: 4 / 5; }
.hv2 .hv2-hero-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.hv2 .hv2-hero-thumbs .hv2-well { aspect-ratio: 1; }
.hv2 .hv2-trust { display: grid; margin: 0; border-top: var(--rule); border-bottom: var(--rule); }
.hv2 .hv2-trust div { padding: 14px 0; border-bottom: var(--hair); }
.hv2 .hv2-trust div:last-child { border-bottom: 0; }
.hv2 .hv2-trust dt { font-size: var(--fs-caps); font-weight: 500; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.hv2 .hv2-trust dd { margin: 0; font-size: var(--fs-ui-s); color: var(--ink-2); }
@media (min-width: 640px) {
  .hv2 .hv2-cta { flex-direction: row; }
  .hv2 .hv2-trust { grid-template-columns: repeat(3, 1fr); }
  .hv2 .hv2-trust div { border-bottom: 0; border-right: var(--hair); padding: 16px; }
  .hv2 .hv2-trust div:first-child { padding-left: 0; } .hv2 .hv2-trust div:last-child { border-right: 0; }
}
@media (min-width: 1024px) {
  .hv2 .hv2-hero-grid { grid-template-columns: 7fr 5fr; column-gap: 64px; align-items: start; }
  .hv2 .hv2-hero-text { padding-top: 24px; }
  .hv2 .hv2-hero-media { grid-row: 1 / span 2; grid-column: 2; }
  .hv2 .hv2-trust { grid-column: 1; }
}

/* proof strip: one ruled table */
.hv2 .hv2-spec-row { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: var(--rule); border-bottom: var(--rule); }
.hv2 .hv2-spec-row > div { padding: 18px 12px 18px 0; border-bottom: var(--hair); }
.hv2 .hv2-spec-row > div:nth-child(odd) { border-right: var(--hair); }
.hv2 .hv2-spec-row > div:nth-child(even) { padding-left: 12px; }
.hv2 .hv2-spec-row > div:nth-last-child(-n+2) { border-bottom: 0; }
.hv2 .hv2-spec-row dt { font-size: var(--fs-caps); font-weight: 500; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--ink-3); }
.hv2 .hv2-spec-row dd { margin: 6px 0 4px; font-size: var(--fs-num); font-weight: 600; color: var(--ink); line-height: 1.1; }
.hv2 .hv2-spec-row p { font-size: var(--fs-ui); color: var(--ink-3); }
@media (min-width: 640px) {
  .hv2 .hv2-spec-row { grid-template-columns: repeat(4, 1fr); }
  .hv2 .hv2-spec-row > div { border-bottom: 0 !important; border-right: var(--hair); padding: 20px 16px; }
  .hv2 .hv2-spec-row > div:first-child { padding-left: 0; } .hv2 .hv2-spec-row > div:last-child { border-right: 0; }
}

/* section heads */
.hv2 .hv2-sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-bottom: var(--rule-ink); padding-bottom: 12px; }
.hv2 .hv2-sec-link { font-size: var(--fs-ui); font-weight: 500; white-space: nowrap; }
.hv2 .hv2-standfirst { margin: 14px 0 24px; max-width: var(--measure); }
.hv2 .hv2-rowlink { display: flex; align-items: center; min-height: 48px; border-top: var(--hair); border-bottom: var(--hair); margin-top: 24px; font-weight: 500; color: var(--ink); }
.hv2 .hv2-rowlink:hover { background: var(--paper-2); text-decoration: none; }

/* signature card: a ruled spec sheet */
.hv2 .hv2-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line-2); }
@media (min-width: 640px) { .hv2 .hv2-cards { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .hv2 .hv2-cards { grid-template-columns: repeat(4, 1fr); } }
.hv2 .label-card, .hv2 .product-card { background: var(--paper); padding: 12px; display: flex; flex-direction: column; position: relative; border: 0; border-radius: 0; box-shadow: none; margin: 0; transform: none; text-decoration: none; }
.hv2 .product-card:hover { transform: none; box-shadow: none; border-color: transparent; }
.hv2 .product-card .image, .hv2 .hv2-well, .hv2 .hv2-well img { border-radius: 0; }
.hv2 .product-card .image { padding: 0; margin: 0; background: var(--well); }
@media (min-width: 1024px) { .hv2 .label-card { padding: 16px; } }
.hv2 .label-card .hv2-well { aspect-ratio: 1; }
.hv2 .hv2-img-todo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: var(--paper-3); border: var(--hair); color: var(--ink-3); font-size: var(--fs-caps); letter-spacing: var(--track-caps); text-transform: uppercase; }
.hv2 .hv2-stamp { position: absolute; top: 10px; left: 10px; background: var(--paper); color: var(--ink); font-size: var(--fs-caps); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 4px 6px; border-radius: var(--radius-1); }
.hv2 .hv2-stamp-out { background: var(--ink); color: var(--on-dark); }
.hv2 .is-sold-out .hv2-well img { opacity: .55; }
.hv2 .label-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 12px 0 8px; border-bottom: var(--hair); }
.hv2 .label-code { font-size: var(--fs-caps); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 62%; }
.hv2 .label-stock { font-size: var(--fs-ui-s); color: var(--ink-2); white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.hv2 .label-stock::before { content: ""; width: 6px; height: 6px; background: var(--brass-2); }
.hv2 .label-stock.is-out { color: var(--ink-3); }
.hv2 .label-stock.is-out::before { display: none; }
.hv2 .label-name { margin: 10px 0 6px; min-height: 2.3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hv2 .label-name a { color: var(--ink); }
.hv2 .label-spec { margin: 0 0 12px; }
.hv2 .label-spec > div { display: grid; grid-template-columns: 4.2em 1fr; align-items: center; padding: 7px 0; border-bottom: var(--hair); column-gap: 6px; }
.hv2 .label-spec dt { font-size: var(--fs-caps); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
.hv2 .label-spec dd { margin: 0; text-align: right; font-size: var(--fs-ui-s); color: var(--ink-2); font-variant-numeric: tabular-nums; white-space: nowrap; min-width: 0; }
@media (min-width: 1024px) { .hv2 .label-spec dd { font-size: var(--fs-ui); } }
.hv2 .label-pick { width: 100%; height: 44px; border: var(--rule); border-radius: var(--radius-1); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231F2124' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 7px center; padding: 0 24px 0 8px; font: var(--fs-ui-s) var(--font-body); color: var(--ink); appearance: none; -webkit-appearance: none; text-align: left; min-width: 0; }
.hv2 .label-price b { color: var(--ink); font-weight: 600; font-size: var(--fs-body); }
.hv2 .label-price-row { grid-template-columns: 1fr; }
.hv2 .label-price-row dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
@media (min-width: 1024px) { .hv2 .label-price-row { grid-template-columns: 4.2em 1fr; } .hv2 .label-price-row dt { position: static; width: auto; height: auto; overflow: visible; clip: auto; } }
.hv2 .label-from { font-size: var(--fs-caps); color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; margin-right: 4px; }
.hv2 .label-btn { width: 100%; min-height: 44px; margin-top: auto; padding: 0 12px; font-size: var(--fs-ui); }
.hv2 .label-btn.is-added { background: var(--paper-2); color: var(--ink); border-color: var(--line-2); }

/* catalogue index */
.hv2 .hv2-index-grid { display: grid; gap: 20px; }
.hv2 .hv2-index-intro p { margin: 10px 0 14px; max-width: var(--measure); }
.hv2 .hv2-index-list { list-style: none; margin: 0; padding: 0; border-top: var(--rule); }
.hv2 .hv2-index-list a { display: grid; grid-template-columns: 2.5em 1fr auto; align-items: center; min-height: 56px; border-bottom: var(--hair); color: var(--ink); text-decoration: none; transition: background-color 150ms; padding-right: 8px; }
.hv2 .hv2-index-list a:hover { background: var(--paper-2); }
.hv2 .hv2-index-n { font-size: var(--fs-caps); color: var(--brass); font-variant-numeric: tabular-nums; letter-spacing: .1em; }
.hv2 .hv2-index-name { font-family: var(--font-display); font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 0; font-weight: 600; font-size: var(--fs-3); letter-spacing: -.01em; }
.hv2 .hv2-index-count { font-size: var(--fs-ui); color: var(--ink-3); transition: transform 150ms; }
.hv2 .hv2-index-list a:hover .hv2-index-count { transform: translateX(4px); }
@media (min-width: 1024px) {
  .hv2 .hv2-index-grid { grid-template-columns: 4fr 8fr; gap: 64px; }
  .hv2 .hv2-index-intro { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
}

/* reviews */
.hv2 .hv2-review-list { list-style: none; margin: 0; padding: 0; }
.hv2 .hv2-review { padding: 24px 0; border-bottom: var(--hair); }
.hv2 .hv2-review-meta { display: flex; gap: 14px; align-items: center; margin-bottom: 8px; }
.hv2 .hv2-review-rating { font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.hv2 .hv2-review h3 { font-size: 20px; margin-bottom: 8px; }
.hv2 .hv2-review p { max-width: var(--measure); }
.hv2 .hv2-review-by { font-size: var(--fs-ui); color: var(--ink-3); margin-top: 10px; }
@media (min-width: 1024px) {
  .hv2 .hv2-review-list { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 40px; }
}

/* bands (tools, newsletter) */
.hv2 .hv2-band { padding: 32px 0; border-top: var(--rule); }
.hv2 .hv2-band-tint { background: var(--paper-2); border-bottom: var(--rule); }
.hv2 .hv2-band + .hv2-band { border-top: 0; }
.hv2 .hv2-band-grid { display: grid; gap: 16px; }
.hv2 .hv2-band-grid p { margin-top: 6px; max-width: var(--measure); }
.hv2 .hv2-band-links { display: flex; flex-direction: column; gap: 8px; }
@media (min-width: 640px) { .hv2 .hv2-band-links { flex-direction: row; } }
@media (min-width: 1024px) {
  .hv2 .hv2-band-grid { grid-template-columns: 8fr 4fr; align-items: center; }
  .hv2 .hv2-band-grid > .hv2-btn, .hv2 .hv2-band-links { justify-self: end; }
}

/* faq */
.hv2 .hv2-faq-grid { display: grid; gap: 20px; }
.hv2 .hv2-faq-intro p { margin-top: 8px; }
.hv2 .hv2-faq-list { border-top: var(--rule); }
.hv2 .hv2-faq-item { border-bottom: var(--hair); }
.hv2 .hv2-faq-item summary { list-style: none; cursor: pointer; position: relative; min-height: 56px; padding: 16px 40px 16px 0; font-weight: 500; color: var(--ink); display: flex; align-items: center; }
.hv2 .hv2-faq-item summary::-webkit-details-marker { display: none; }
.hv2 .hv2-faq-item summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--ink-3); transition: transform 150ms; }
.hv2 .hv2-faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.hv2 .hv2-faq-item p { max-width: var(--measure); padding-bottom: 20px; }
@media (min-width: 1024px) {
  .hv2 .hv2-faq-grid { grid-template-columns: 4fr 8fr; gap: 64px; }
  .hv2 .hv2-faq-intro { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
}

/* newsletter */
.hv2 .hv2-news { padding: 40px 0; }
.hv2 .hv2-news-grid { display: grid; gap: 20px; }
.hv2 .hv2-news-grid p { margin-top: 8px; max-width: var(--measure); }
.hv2 .hv2-news-form label { display: block; margin-bottom: 6px; }
.hv2 .hv2-news-row { display: flex; flex-direction: column; gap: 8px; }
.hv2 .hv2-news-row input { height: 48px; border: 1px solid var(--ink); border-radius: var(--radius-1); background: var(--paper); padding: 0 12px; font: var(--fs-body) var(--font-body); color: var(--ink); width: 100%; }
.hv2 .hv2-news-msg { min-height: 24px; margin-top: 8px; font-size: var(--fs-ui); color: var(--ink-2); }
.hv2 .hv2-news-msg.is-error { color: #8a2a1a; }
@media (min-width: 640px) { .hv2 .hv2-news-row { flex-direction: row; } .hv2 .hv2-news-row input { flex: 1; } }
@media (min-width: 1024px) { .hv2 .hv2-news-grid { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; } }

/* research use only: the page's one black panel */
.hv2 .hv2-ruo { background: var(--ink); color: var(--on-dark); border-top: var(--rule-ink); padding: var(--section) 0; }
.hv2 .hv2-ruo-grid { display: grid; gap: 16px; }
.hv2 .hv2-ruo h2 { color: var(--brass-2); font-family: var(--font-body); font-size: var(--fs-caps); }
.hv2 .hv2-ruo .hv2-lead { color: var(--on-dark); }
.hv2 .hv2-ruo-links { margin-top: 16px; font-size: var(--fs-ui); color: var(--on-dark-2); }
.hv2 .hv2-ruo a { color: var(--on-dark); text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 1024px) { .hv2 .hv2-ruo-grid { grid-template-columns: 3fr 9fr; gap: 64px; } }

/* footer */
.hv2 .hv2-footer { background: var(--paper-2); border-top: var(--rule); padding: 48px 0 24px; font-size: 15px; }
.hv2 .hv2-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-top: var(--hair); border-bottom: var(--hair); }
.hv2 .hv2-footer-grid > div { background: var(--paper-2); padding: 20px 16px 20px 0; }
.hv2 .hv2-footer-grid > div:nth-child(even) { padding-left: 16px; }
.hv2 .hv2-footer-brand { grid-column: 1 / -1; }
.hv2 .hv2-footer-brand img { height: 56px; width: auto; margin-bottom: 14px; }
.hv2 .hv2-footer-addr { color: var(--ink-2); margin-bottom: 6px; }
.hv2 .hv2-footer-col h2 { margin-bottom: 8px; }
.hv2 .hv2-footer-col a { display: block; color: var(--ink-2); padding: 10px 0; line-height: 24px; }
.hv2 .hv2-footer-bottom { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 20px; font-size: var(--fs-ui); color: var(--ink-3); }
@media (min-width: 1024px) {
  .hv2 .hv2-footer-grid { grid-template-columns: 4fr 2fr 2fr 2fr 2fr; gap: 32px; background: transparent; border: 0; }
  .hv2 .hv2-footer-grid > div, .hv2 .hv2-footer-grid > div:nth-child(even) { padding: 0; }
  .hv2 .hv2-footer-brand { grid-column: auto; }
}

/* quick-add cart drawer (ported from the classic page, restyled) */
.hv2 .pcq-overlay { position: fixed; inset: 0; background: rgba(31,33,36,.5); z-index: var(--z-drawer); opacity: 0; transition: opacity 200ms; }
.hv2 .pcq-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(92vw, 400px); background: var(--paper); border-left: var(--hair); border-radius: var(--radius-2) 0 0 var(--radius-2); z-index: calc(var(--z-drawer) + 1); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 200ms ease-out; box-shadow: var(--shadow); }
.hv2 .pcq-overlay.pcq-on { opacity: 1; }
.hv2 .pcq-drawer.pcq-on { transform: none; }
.hv2.pcq-lock { overflow: hidden; }
.hv2 .pcq-head { display: flex; align-items: center; justify-content: space-between; padding: 6px 8px 6px 20px; min-height: 56px; border-bottom: var(--hair); }
.hv2 .pcq-title { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--ink); }
.hv2 .pcq-title b { font-family: var(--font-body); font-size: var(--fs-ui); font-weight: 500; color: var(--ink-3); margin-left: 6px; }
.hv2 .pcq-ship { padding: 12px 20px; border-bottom: var(--hair); font-size: var(--fs-ui-s); color: var(--ink-2); }
.hv2 .pcq-ship-txt b { color: var(--ink); }
.hv2 .pcq-bar { height: 3px; background: var(--paper-3); margin-top: 8px; }
.hv2 .pcq-fill { height: 100%; width: 0; background: var(--brass-2); transition: width 200ms; }
.hv2 .pcq-items { flex: 1; overflow-y: auto; padding: 0 20px; }
.hv2 .pcq-empty { padding: 32px 0; color: var(--ink-3); }
.hv2 .pcq-it { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: var(--hair); }
.hv2 .pcq-it img { width: 56px; height: 56px; object-fit: cover; background: var(--well); }
.hv2 .pcq-it-n { font-weight: 500; color: var(--ink); }
.hv2 .pcq-it-l { font-size: var(--fs-ui-s); color: var(--ink-3); }
.hv2 .pcq-free { font-size: var(--fs-caps); letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--brass); }
.hv2 .pcq-qty { display: inline-flex; align-items: center; border: var(--hair); border-radius: var(--radius-1); margin-top: 8px; }
.hv2 .pcq-qbtn { width: 44px; height: 44px; background: none; border: 0; color: var(--ink); font-size: 18px; cursor: pointer; }
.hv2 .pcq-qn { min-width: 28px; text-align: center; font-variant-numeric: tabular-nums; }
.hv2 .pcq-it-p { text-align: right; }
.hv2 .pcq-it-p b { display: block; color: var(--ink); font-variant-numeric: tabular-nums; }
.hv2 .pcq-rm { background: none; border: 0; color: var(--ink-3); font-size: var(--fs-ui-s); text-decoration: underline; cursor: pointer; padding: 12px 0; min-height: 44px; }
.hv2 .pcq-busy { opacity: .5; pointer-events: none; }
.hv2 .pcq-foot { padding: 16px 20px; border-top: var(--hair); display: grid; gap: 8px; }
.hv2 .pcq-sub { display: flex; justify-content: space-between; font-size: var(--fs-body); color: var(--ink); margin-bottom: 4px; }
.hv2 .pcq-fly { position: fixed; z-index: calc(var(--z-drawer) + 2); width: 80px; height: 80px; object-fit: cover; pointer-events: none; transition: all 600ms cubic-bezier(.2,.7,.3,1); }

@media (prefers-reduced-motion: reduce) {
  .hv2 *, .hv2 *::before, .hv2 *::after { transition: none !important; animation: none !important; }
}

/* polish pass: desktop hero closes on one baseline, no orphaned last words, footer bottom rule, FAQ hover */
@media (min-width: 1024px) {
  body.hv2 .hv2-hero-grid { grid-template-rows: auto 1fr; }
  body.hv2 .hv2-trust { align-self: end; }
  body.hv2 .hv2-footer-bottom { border-top: var(--hair); margin-top: 20px; justify-content: space-between; }
}
body.hv2 .hv2-lead, body.hv2 .hv2-standfirst, body.hv2 .hv2-band-grid p, body.hv2 .hv2-news-grid p, body.hv2 .hv2-spec-row p, body.hv2 .hv2-review p, body.hv2 .hv2-faq-item p { text-wrap: pretty; }
body.hv2 .hv2-faq-item summary:hover { background: var(--paper-2); }
body.hv2 .hv2-faq-item summary:hover::after { color: var(--ink); }

/* polish pass, phones and tablets: card spec columns, SKU hidden on phones, 16px select (no iOS zoom), anchors clear the sticky header,
   trust list hidden on phones (the proof strip follows), footer column padding, no shadow on the compact header, sale bar tap cue, 12px badge */
@media (max-width: 639.98px) {
  body.hv2 .label-spec > div:not(.label-price-row) { grid-template-columns: auto 1fr; }
  body.hv2 .label-spec dt { letter-spacing: .03em; }
  body.hv2 .label-head .label-code { display: none; }
  body.hv2 .hv2-trust { display: none; }
  body.hv2 .hv2-sale-title::after { content: " \2192"; font-weight: 400; }
}
@media (max-width: 1023.98px) {
  body.hv2 .label-pick { font-size: 16px; padding: 0 20px 0 6px; background-position: right 6px center; }
  body.hv2 .hv2-footer-grid > .hv2-footer-col:nth-child(even) { padding-left: 0; }
  body.hv2 .hv2-footer-grid > .hv2-footer-col:nth-child(odd) { padding-left: 16px; }
}
body.hv2 main section[id], body.hv2 main [id].hv2-sec { scroll-margin-top: calc(var(--header-h) + 16px); }
body.hv2 .hv2-header.is-compact { box-shadow: none; border-bottom-color: var(--line-2); }
body.hv2 .hv2-cart-count { font-size: 12px; }
