/** Shopify CDN: Minification failed

Line 14:48 Unexpected "/"

**/
/* ============================================================
   hab-home.css — HAB homepage (Avone v4) ported from prototype
   "Homepage Outdoors V4 - Category Switch.html".
   Every rule is scoped under .hab-home (the section wrapper class
   set via each section's schema "class"), so nothing leaks into
   the rest of the Avone theme. Header/footer/nav are Avone's and
   are intentionally NOT ported here.
   Collision-prone names are hab-prefixed: .hab-hero/.hab-trail/
   .hab-feature/.hab-closing/.hab-btn*/.hab-wrap/.hab-eyebrow/
   .hab-reveal and keyframes hab-kb/hab-dash/hab-cue.
   ============================================================ */

/* ── shared primitives ── */
.hab-home img{max-width:100%;display:block}
.hab-home a{color:inherit;text-decoration:none}
.hab-home h1,.hab-home h2,.hab-home h3,.hab-home h4{margin:0;font-family:var(--hab-display);font-weight:700;line-height:1.05;letter-spacing:-.015em}
.hab-home p{margin:0}
.hab-home em{font-style:normal}
.hab-home .hab-wrap{max-width:var(--hab-wrap);margin:0 auto;padding:0 clamp(20px,4vw,42px)}
.hab-home .hab-eyebrow{font-family:var(--hab-display);font-weight:600;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--hab-accent)}

.hab-home .hab-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--hab-display);font-weight:600;font-size:14px;letter-spacing:.02em;padding:14px 22px;border-radius:3px;cursor:pointer;border:1.5px solid transparent;transition:transform .15s ease}
.hab-home .hab-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hab-home .hab-btn:hover{transform:translateY(-2px)}
.hab-home .hab-btn-primary{background:var(--hab-accent);color:#fff}
.hab-home .hab-btn-line{border-color:rgba(245,241,232,.5);color:var(--hab-ivory)}
.hab-home .hab-btn-line:hover{background:rgba(245,241,232,.12)}
.hab-home .hab-btn-ivory{background:var(--hab-ivory);color:var(--hab-ink)}
.hab-home .hab-btn-lg{padding:16px 26px;font-size:15px}

/* ───────── Category strip — Tier-3 (§18.3) ─────────
   Renders in normal flow at the top (dark forest bar). Once it scrolls off the
   top (sentinel IntersectionObserver in hab-home.js), a fixed bottom-bar CLONE
   slides up from the bottom of the viewport. The original stays in flow, so
   there is NO layout jump. */
.hab-home .hab-cat-strip-sentinel{height:0;margin:0;padding:0;border:0}
.hab-home .hab-cat-strip{position:relative;z-index:2;background:var(--hab-forest);color:var(--hab-ivory);border-bottom:1px solid rgba(244,240,230,.14)}
.hab-home .hab-cat-strip .hab-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:5px;padding-bottom:5px}
.hab-home .cat-prompt{font-family:var(--hab-display);font-weight:500;font-size:15px;line-height:1.25;color:rgba(245,241,232,.9);margin:0}
.hab-home .cat-prompt .lbl{display:inline-block;vertical-align:middle;font-family:var(--hab-mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--hab-accent-2);margin-right:14px}
.hab-home .cat-switch{display:flex;gap:10px;flex:none}
.hab-home .cat-switch .pill{display:inline-flex;align-items:center;gap:10px;background:rgba(245,241,232,.08);border:1px solid rgba(245,241,232,.22);border-radius:99px;padding:8px 18px;color:var(--hab-ivory);transition:border-color .2s ease,background .2s ease,transform .15s ease}
.hab-home .cat-switch .pill:hover{transform:translateY(-2px);background:rgba(245,241,232,.14);border-color:var(--hab-accent-2)}
.hab-home .cat-switch .pill.on{background:var(--hab-primary);border-color:var(--hab-primary);color:var(--hab-ivory)}
.hab-home .cat-switch .pill .lbl{display:flex;flex-direction:column;line-height:1.05;text-align:left}
.hab-home .cat-switch .pill .lbl b{font-family:var(--hab-display);font-weight:700;font-size:16px;letter-spacing:-.01em}
.hab-home .cat-switch .pill .arr{font-family:var(--hab-display);font-weight:700;font-size:15px;opacity:.5}
/* fixed bottom-bar clone (built by hab-home.js; identical styling, only position + shadow change) */
.hab-home .hab-cat-strip-clone{position:fixed;left:0;right:0;bottom:0;z-index:1000;border-top:1px solid rgba(244,240,230,.14);border-bottom:0;box-shadow:0 -8px 32px -12px rgba(34,30,24,.45);padding-bottom:max(env(safe-area-inset-bottom,0px),0px);transform:translateY(100%);visibility:hidden;transition:transform .25s ease,visibility .25s ease;will-change:transform}
.hab-home .hab-cat-strip-clone.on{transform:translateY(0);visibility:visible}
/* slimmer bottom-stuck variant — pills only, tighter padding (full prompt stays on the in-flow strip) */
.hab-home .hab-cat-strip-clone .cat-prompt{display:none}
.hab-home .hab-cat-strip-clone .hab-wrap{justify-content:center;padding-top:3px;padding-bottom:3px}
@media(max-width:880px){
  .hab-home .hab-cat-strip .hab-wrap{flex-direction:column;align-items:stretch;gap:8px}
  .hab-home .cat-switch{justify-content:space-between}
  .hab-home .cat-switch .pill{flex:1;justify-content:center;padding:9px 12px}
  .hab-home .cat-switch .pill .arr{display:none}
}
@media(max-width:720px){
  .hab-home .cat-prompt .lbl{display:block;vertical-align:baseline;margin-right:0;margin-bottom:2px}
}
@media(prefers-reduced-motion:reduce){.hab-home .hab-cat-strip-clone{transition:none}}

/* ───────── Announcement bar (§2) ───────── */
.hab-home .hab-announce{background:var(--hab-announce-bg,#000)}
.hab-home .hab-announce-track{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 26px;max-width:var(--hab-wrap);margin:0 auto;padding:8px clamp(20px,4vw,42px)}
.hab-home .hab-pip{display:inline-flex;align-items:center;gap:8px;font-family:var(--hab-mono);font-weight:500;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;line-height:1.3;color:var(--hab-ivory-70);white-space:nowrap}
.hab-home a.hab-pip:hover{color:var(--hab-ivory)}
.hab-home .hab-pip::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hab-rust);flex:0 0 auto}
@media(max-width:680px){.hab-home .hab-announce-track{gap:10px 18px}.hab-home .hab-pip:nth-child(n+3){display:none}}

/* ───────── Brands strip (§4) ───────── */
.hab-home .hab-brands{padding:clamp(48px,7vw,90px) 0;background:var(--hab-cream)}
.hab-home .hab-brands .sec-head{margin-bottom:34px}

/* Carousel wrapper — position:relative anchors the chevron buttons */
.hab-home .brand-carousel{position:relative}

/* Nav chevrons — desktop only. Circular button that overlays the track
   edges. Toggled via [hidden] attribute in hab-home.js based on
   scrollWidth vs clientWidth + scrollLeft position. */
.hab-home .brand-nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:2;
  width:44px;height:44px;border-radius:50%;
  background:#fff;border:1px solid var(--hab-hair);color:var(--hab-ink);
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 8px 18px -8px rgba(42,34,27,.35);
  transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;
}
.hab-home .brand-nav:hover{transform:translateY(-50%) scale(1.06);border-color:var(--hab-accent);color:var(--hab-accent)}
.hab-home .brand-nav[hidden]{display:none}
.hab-home .brand-nav svg{width:20px;height:20px}
.hab-home .brand-nav.prev{left:-22px}
.hab-home .brand-nav.next{right:-22px}

/* Scroll track — horizontal, snap-mandatory, hidden scrollbar. Wave 5
   replaced the 6-col CSS grid with a scroll carousel to accommodate up
   to 12 brand blocks without overflowing the row. */
.hab-home .brand-grid{
  display:flex;gap:14px;
  overflow-x:auto;overflow-y:hidden;
  scroll-snap-type:x mandatory;scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;-ms-overflow-style:none;
  padding:4px 4px 6px;scroll-padding:4px;
}
.hab-home .brand-grid::-webkit-scrollbar{display:none}

/* Card — flex item with fixed min-width so the row is scrollable rather
   than flexbox-shrunk; snap-align:start locks each card to the left edge
   after a scroll gesture. Wave 5.3 bumped min-height 120→148 and reduced
   horizontal padding 20→14 (~30%) so the enlarged 68px logo has room. */
.hab-home .brand-card{
  flex:0 0 auto;min-width:180px;scroll-snap-align:start;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:9px;text-align:center;
  min-height:148px;padding:24px 14px 18px;
  background:#fff;border:1px solid var(--hab-hair);border-radius:8px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.hab-home a.brand-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px -24px rgba(42,34,27,.45);border-color:var(--hab-accent)}
/* Wordmark: upsized to 24px/700, min-height + centered flex so it occupies
   the same 44px vertical footprint as the image variant. Result: meta rows
   line up across all cards regardless of variant. */
/* Wave 5.3 — wordmark min-height matched to logo (68px) so both variants
   occupy the same slot and the est/country meta row sits at the same y
   across image cards and wordmark cards. Font-size unchanged — wordmark
   text just centres within a taller box. */
.hab-home .brand-mark{font-family:var(--hab-display);font-weight:700;font-size:24px;letter-spacing:-.01em;color:var(--hab-ink);line-height:1;min-height:68px;display:flex;align-items:center;justify-content:center}
/* Image logo — Wave 5.3 bumped 44→68px content-box height and max-width
   80→85% so the uploaded bitmap fills more of the card. The <img> HTML
   attrs (width=180 height=68) were updated to match — sets the initial
   aspect-ratio hint so there's no reflow between HTML-attr-reserved space
   and CSS-driven size. object-fit:contain still letterboxes if the uploaded
   bitmap's aspect ratio differs from 180:68. */
/* Wave 7a step 8: 68→72px. Per-brand logo_padding metaobject field
   is applied via inline style attribute in hab-brands-strip.liquid
   as `padding: <n>px 0` — lets specific brands whose source PNGs
   sit tight to the glyph get a per-card breathing tweak. */
.hab-home .brand-logo{height:72px;max-height:72px;width:auto;max-width:85%;object-fit:contain;display:block;margin:0 auto;box-sizing:content-box}
.hab-home .brand-meta{font-family:var(--hab-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:rgba(42,34,27,.72)}
/* Mobile: tighter card min-width so ~2.3 cards peek in the viewport;
   chevrons hidden — touch swipe is the primary interaction. */
@media(max-width:880px){
  .hab-home .brand-card{min-width:150px}
  .hab-home .brand-nav{display:none}
}
/* Small mobile — Wave 5.3 scales the enlarged logo/card down proportionally
   so the 68px logo doesn't dominate a 150px-wide card at phone widths. */
@media(max-width:640px){
  .hab-home .brand-card{min-height:128px}
  .hab-home .brand-logo{height:52px;max-height:52px}
  .hab-home .brand-mark{min-height:52px}
}
/* Reduced-motion: instant scroll on programmatic scrollBy() calls too,
   backed up by the JS which passes behavior:'instant' when reduce is set. */
@media (prefers-reduced-motion:reduce){
  .hab-home .brand-grid{scroll-behavior:auto}
}

/* ───────── Bestsellers shelf (§6) ───────── */
.hab-home .hab-shelf{padding:clamp(56px,8vw,104px) 0;background:var(--hab-paper)}
.hab-home .hab-shelf .sec-head{margin-bottom:32px}
.hab-home .shelf-viewall{align-self:end;justify-self:end;display:inline-flex;align-items:center;gap:7px;font-family:var(--hab-display);font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--hab-accent)}
.hab-home .shelf-viewall svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hab-home .shelf-empty{color:rgba(42,34,27,.72);font-style:italic}
.hab-home .shelf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hab-home .prod{display:flex;flex-direction:column;background:#fff;border:1px solid var(--hab-hair);border-radius:10px;overflow:hidden;color:var(--hab-ink);transition:transform .2s ease,box-shadow .2s ease}
.hab-home .prod:hover{transform:translateY(-4px);box-shadow:0 22px 40px -26px rgba(42,34,27,.5)}
.hab-home .prod .ph{position:relative;aspect-ratio:1/1;background:var(--hab-cream);overflow:hidden}
.hab-home .prod .ph img{width:100%;height:100%;object-fit:cover}
.hab-home .prod .badge{position:absolute;top:12px;left:12px;font-family:var(--hab-display);font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:var(--hab-accent);color:#fff;padding:5px 9px;border-radius:99px}
.hab-home .prod-body{display:flex;flex-direction:column;gap:6px;padding:16px 16px 18px;flex:1}
.hab-home .prod .brand{font-family:var(--hab-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(42,34,27,.72)}
.hab-home .prod-title{font-family:var(--hab-display);font-weight:700;font-size:16px;letter-spacing:-.01em;line-height:1.2}
.hab-home .prod .rate{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(42,34,27,.7)}
.hab-home .prod .rate .stars{color:var(--hab-brass);letter-spacing:1px;font-size:13px;line-height:1}
.hab-home .prod .rate .rate-num{font-family:var(--hab-display);font-weight:600;font-size:12px;color:var(--hab-ink)}
.hab-home .prod .rate .rate-count{font-family:var(--hab-mono);font-size:10.5px;color:rgba(42,34,27,.72)}
.hab-home .prod .feature{font-size:13px;color:rgba(42,34,27,.72);line-height:1.45}
.hab-home .prod .pricing{margin-top:auto;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;padding-top:6px}
.hab-home .prod .pricing .price{font-family:var(--hab-display);font-weight:700;font-size:17px;color:var(--hab-ink)}
.hab-home .prod .pricing .was{font-size:13px;color:rgba(42,34,27,.45);text-decoration:line-through}
.hab-home .prod .pricing .save{font-family:var(--hab-display);font-weight:600;font-size:11px;letter-spacing:.02em;color:var(--hab-rust)}
@media(max-width:880px){.hab-home .shelf-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.hab-home .shelf-grid{grid-template-columns:1fr}}

/* ───────── Founder note (§7) ───────── */
.hab-home .hab-founder{padding:clamp(56px,8vw,110px) 0;background:var(--hab-paper)}
.hab-home .founder{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,5vw,64px);align-items:center}
.hab-home .founder .portrait{aspect-ratio:4/5;border-radius:10px;overflow:hidden;background:var(--hab-cream);border:1px solid var(--hab-hair)}
.hab-home .founder .portrait img{width:100%;height:100%;object-fit:cover}
.hab-home .founder .copy .hab-eyebrow{display:block;margin-bottom:14px}
.hab-home .founder .copy h2{font-size:clamp(26px,3.4vw,42px);font-weight:700;letter-spacing:-.02em;line-height:1.08}
.hab-home .founder .copy h2 em{color:var(--hab-accent)}
.hab-home .founder .quote{margin:20px 0 0;border:0;padding:0;font-family:var(--hab-body);font-size:clamp(17px,2vw,21px);line-height:1.5;color:var(--hab-ink)}
.hab-home .founder .quote p{margin:0}
.hab-home .founder .sig{margin-top:20px;display:flex;flex-direction:column;gap:2px}
.hab-home .founder .sig-name{font-family:var(--hab-display);font-weight:700;font-size:16px;color:var(--hab-ink)}
.hab-home .founder .sig-role{font-family:var(--hab-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(42,34,27,.72)}
.hab-home .founder .creds{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;border-top:1px solid var(--hab-hair);padding-top:24px}
.hab-home .founder .cred b{display:block;font-family:var(--hab-display);font-weight:700;font-size:20px;color:var(--hab-ink)}
.hab-home .founder .cred span{font-size:12px;color:rgba(42,34,27,.72)}
@media(max-width:880px){.hab-home .founder{grid-template-columns:1fr}.hab-home .founder .creds{grid-template-columns:repeat(2,1fr)}}

/* ───────── Reviews block (§10) ───────── */
.hab-home .hab-reviews{padding:clamp(56px,8vw,110px) 0;background:var(--hab-cream)}
.hab-home .reviews-head{display:grid;grid-template-columns:auto 1fr auto;gap:clamp(22px,4vw,48px);align-items:center;margin-bottom:38px}
.hab-home .agg{text-align:center}
.hab-home .agg-score{font-family:var(--hab-display);font-weight:800;font-size:54px;line-height:1;color:var(--hab-ink)}
.hab-home .agg-count{font-family:var(--hab-mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:rgba(42,34,27,.72);margin-top:6px}
.hab-home .agg-stars{color:var(--hab-brass);letter-spacing:2px;font-size:16px;margin-top:6px}
.hab-home .reviews-intro{text-align:center}
.hab-home .reviews-intro h2{font-size:clamp(24px,3.2vw,40px);font-weight:700;letter-spacing:-.02em}
.hab-home .reviews-intro .lede{margin-top:10px;color:rgba(42,34,27,.72);font-size:15px;line-height:1.6;max-width:46ch;margin-inline:auto}
.hab-home .reviews-badge{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;padding:16px 18px;background:#fff;border:1px solid var(--hab-hair);border-radius:10px;color:var(--hab-ink)}
.hab-home .reviews-badge img{max-height:28px;width:auto;height:auto}
.hab-home .reviews-badge .b-label{font-family:var(--hab-display);font-weight:700;font-size:13px;color:var(--hab-ink)}
.hab-home .reviews-badge .b-sub{font-size:11px;color:rgba(42,34,27,.72)}
.hab-home .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hab-home .review{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid var(--hab-hair);border-radius:10px;padding:22px}
.hab-home .review .stars{color:var(--hab-brass);letter-spacing:1px;font-size:14px;line-height:1}
.hab-home .review .quote{margin:0;border:0;padding:0;font-family:var(--hab-body);font-size:15px;line-height:1.55;color:var(--hab-ink)}
.hab-home .review .quote p{margin:0}
.hab-home .review .prod-tag{align-self:flex-start;font-family:var(--hab-mono);font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--hab-accent);background:var(--hab-tint-2);padding:4px 9px;border-radius:99px}
.hab-home .review .by{display:flex;align-items:center;gap:11px;margin-top:auto;padding-top:6px}
.hab-home .review .av{width:38px;height:38px;border-radius:50%;background:var(--hab-primary);color:var(--hab-ivory);display:flex;align-items:center;justify-content:center;font-family:var(--hab-display);font-weight:700;font-size:13px;flex:0 0 auto}
.hab-home .review .who{display:block;font-family:var(--hab-display);font-weight:700;font-size:13.5px;color:var(--hab-ink)}
.hab-home .review .where{display:block;font-size:11.5px;color:rgba(42,34,27,.72)}
@media(max-width:880px){.hab-home .reviews-head{grid-template-columns:1fr;text-align:center}.hab-home .reviews-grid{grid-template-columns:1fr}}

/* ───────── FAQ block (§11) ───────── */
.hab-home .hab-faq{padding:clamp(56px,8vw,110px) 0;background:var(--hab-paper)}
.hab-home .faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,5vw,64px);align-items:start}
.hab-home .hab-faq .intro .hab-eyebrow{display:block;margin-bottom:14px}
.hab-home .hab-faq .intro h2{font-size:clamp(26px,3.4vw,42px);font-weight:700;letter-spacing:-.02em;line-height:1.08}
.hab-home .hab-faq .intro h2 em{color:var(--hab-accent)}
.hab-home .hab-faq .intro > p{margin-top:14px;color:rgba(42,34,27,.72);font-size:15px;line-height:1.6;max-width:42ch}
.hab-home .hab-faq .help{margin-top:24px;padding:20px;background:var(--hab-cream);border:1px solid var(--hab-hair);border-radius:10px}
.hab-home .hab-faq .help .help-label{font-family:var(--hab-display);font-weight:700;font-size:15px;color:var(--hab-ink)}
.hab-home .hab-faq .help p{margin-top:6px;font-size:13.5px;color:rgba(42,34,27,.7)}
.hab-home .hab-faq .help a{display:inline-block;margin-top:12px;font-family:var(--hab-display);font-weight:600;font-size:13px;letter-spacing:.03em;color:var(--hab-accent)}
.hab-home .qs{display:flex;flex-direction:column}
.hab-home details.faq{border-top:1px solid var(--hab-hair)}
.hab-home details.faq:last-child{border-bottom:1px solid var(--hab-hair)}
.hab-home details.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;font-family:var(--hab-display);font-weight:600;font-size:16px;color:var(--hab-ink)}
.hab-home details.faq summary::-webkit-details-marker{display:none}
.hab-home details.faq .ic{position:relative;width:18px;height:18px;flex:0 0 auto}
.hab-home details.faq .ic::before,.hab-home details.faq .ic::after{content:"";position:absolute;background:var(--hab-accent);transition:transform .25s ease}
.hab-home details.faq .ic::before{top:8px;left:0;width:18px;height:2px}
.hab-home details.faq .ic::after{top:0;left:8px;width:2px;height:18px}
.hab-home details.faq[open] .ic::after{transform:scaleY(0)}
.hab-home details.faq .ans{padding:0 0 20px;font-family:var(--hab-body);font-size:14.5px;line-height:1.6;color:rgba(42,34,27,.8)}
.hab-home details.faq .ans p{margin:0}
.hab-home details.faq .ans a{color:var(--hab-accent);text-decoration:underline;text-underline-offset:2px}
@media(max-width:880px){.hab-home .faq-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.hab-home details.faq .ic::before,.hab-home details.faq .ic::after{transition:none}}

/* ───────── Journal teaser (§9) ───────── */
.hab-home .hab-journal{padding:clamp(56px,8vw,110px) 0;background:var(--hab-paper)}
.hab-home .hab-journal .sec-head{margin-bottom:32px}
.hab-home .journal{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:18px}
.hab-home .post{display:flex;flex-direction:column;background:#fff;border:1px solid var(--hab-hair);border-radius:10px;overflow:hidden;color:var(--hab-ink);transition:transform .2s ease,box-shadow .2s ease}
.hab-home .post:hover{transform:translateY(-4px);box-shadow:0 22px 40px -26px rgba(42,34,27,.5)}
.hab-home .post.feat{grid-row:span 2}
.hab-home .post .ph{aspect-ratio:16/10;background:var(--hab-cream);overflow:hidden}
.hab-home .post.feat .ph{aspect-ratio:16/11}
.hab-home .post .ph img{width:100%;height:100%;object-fit:cover}
.hab-home .post-body{display:flex;flex-direction:column;gap:9px;padding:18px;flex:1}
.hab-home .post .meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-family:var(--hab-mono);font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:rgba(42,34,27,.72)}
.hab-home .post .meta .cat{color:var(--hab-accent)}
.hab-home .post h3{font-family:var(--hab-display);font-weight:700;font-size:18px;letter-spacing:-.01em;line-height:1.2}
.hab-home .post.feat h3{font-size:24px}
.hab-home .post .excerpt{font-size:13.5px;color:rgba(42,34,27,.7);line-height:1.5}
.hab-home .post .read{margin-top:auto;font-family:var(--hab-display);font-weight:600;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--hab-accent);padding-top:4px}
@media(max-width:880px){.hab-home .journal{grid-template-columns:1fr}.hab-home .post.feat{grid-row:auto}}

/* ───────── Newsletter panel (§12) ───────── */
.hab-home .hab-signup{padding:clamp(48px,7vw,90px) 0;background:var(--hab-ivory)}
.hab-home .hab-signup .panel{background:var(--hab-forest);color:var(--hab-ivory);border-radius:14px;padding:clamp(28px,5vw,56px);display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(24px,4vw,48px);align-items:center}
.hab-home .hab-signup .panel-copy h2{font-size:clamp(24px,3vw,38px);font-weight:800;letter-spacing:-.02em;color:var(--hab-ivory)}
.hab-home .hab-signup .panel-copy p{margin-top:12px;color:var(--hab-ivory-70);font-size:15px;line-height:1.6;max-width:42ch}
.hab-home .hab-signup .newsletter-form{margin:0}
.hab-home .hab-signup .row{display:flex;gap:8px;flex-wrap:wrap}
.hab-home .hab-signup .row input[type=email]{flex:1 1 200px;background:rgba(245,241,232,.08);border:1px solid rgba(245,241,232,.25);border-radius:4px;color:var(--hab-ivory);padding:13px 15px;font-family:var(--hab-body);font-size:15px}
.hab-home .hab-signup .row input[type=email]::placeholder{color:var(--hab-ivory-70)}
.hab-home .hab-signup .row input[type=email]:focus{outline:0;border-color:var(--hab-accent)}
.hab-home .hab-signup .row button{background:var(--hab-accent);color:#fff;border:0;border-radius:4px;padding:0 24px;font-family:var(--hab-display);font-weight:600;font-size:14px;letter-spacing:.02em;cursor:pointer;transition:transform .15s ease}
.hab-home .hab-signup .row button:hover{transform:translateY(-2px)}
.hab-home .hab-signup small{display:block;margin-top:12px;color:var(--hab-ivory-70);font-size:11.5px;line-height:1.5;max-width:48ch}
.hab-home .hab-signup small a{color:var(--hab-ivory-70);text-decoration:underline}
.hab-home .hab-signup small p{margin:0}
.hab-home .hab-signup .form--success{color:var(--hab-ivory);font-family:var(--hab-display);font-weight:600;font-size:16px}
@media(max-width:768px){.hab-home .hab-signup .panel{grid-template-columns:1fr}}

/* ── reveal (only hidden when JS is active, so content never gets
      stranded invisible if hab-home.js fails to load) ── */
.js .hab-home .hab-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.js .hab-home .hab-reveal.in{opacity:1;transform:none}

/* ───────── Hero ───────── */
.hab-home .hab-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;color:var(--hab-ivory)}
.hab-home .hero-slides{position:absolute;inset:0;z-index:0}
.hab-home .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease}
.hab-home .hero-slide.on{opacity:1}
.hab-home .hero-slide .bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.04)}
.hab-home .hero-slide.on .bg{animation:hab-kb 9s ease-out forwards}
@keyframes hab-kb{from{transform:scale(1.04)}to{transform:scale(1.14)}}
.hab-home .hero-slide .bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(245,241,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(245,241,232,.05) 1px,transparent 1px);background-size:54px 54px}
.hab-home .hero-slide .ph-tag{position:absolute;left:18px;bottom:18px;background:rgba(42,34,27,.5);color:var(--hab-ivory-70);font-family:var(--hab-display);font-size:10px;letter-spacing:.04em;padding:5px 10px;border-radius:2px}
.hab-home .hab-hero .scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(20,16,12,.82),rgba(20,16,12,.4) 48%,rgba(20,16,12,.12) 72%,transparent)}
.hab-home .route-overlay{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none}
.hab-home .route-overlay path{fill:none;stroke:var(--hab-accent);stroke-width:2.5;stroke-dasharray:7 9;opacity:.7;animation:hab-dash 22s linear infinite}
@keyframes hab-dash{to{stroke-dashoffset:-320}}
.hab-home .route-overlay .node{fill:var(--hab-ivory)}
.hab-home .route-overlay .node-ring{fill:none;stroke:var(--hab-accent);stroke-width:2}
.hab-home .route-rider{position:absolute;z-index:2;width:98px;height:47px;left:0;top:0;pointer-events:none;will-change:transform;opacity:0;filter:drop-shadow(0 3px 6px rgba(20,16,12,.5))}
.hab-home .route-rider.ready{opacity:.95}
.hab-home .route-rider svg{width:100%;height:100%;overflow:visible}
.hab-home .route-rider .rr-fill{fill:var(--hab-ivory);stroke:none}
.hab-home .route-rider .rr-stroke{fill:none;stroke:var(--hab-ivory);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
@media(prefers-reduced-motion:reduce){.hab-home .route-rider{display:none}}
@media(max-width:700px){.hab-home .route-rider{display:none}}

.hab-home .hero-inner{position:relative;z-index:3;width:100%;padding-bottom:clamp(40px,7vh,84px);padding-top:172px}
.hab-home .top-tags{display:flex;gap:10px;position:absolute;top:108px;left:0;right:0;padding:0 clamp(20px,4vw,42px)}
.hab-home .field-tag{font-family:var(--hab-display);font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--hab-ivory-70);border:1px solid rgba(245,241,232,.28);border-radius:99px;padding:6px 12px}
.hab-home .stage{max-width:760px;transition:opacity .45s ease,transform .45s ease}
.hab-home .stage.swap{opacity:0;transform:translateY(14px)}
.hab-home .stage .hab-eyebrow{margin-bottom:18px;color:var(--hab-ivory);opacity:.92}
.hab-home .stage h1{font-size:clamp(38px,6.4vw,78px);font-weight:800;line-height:.98;letter-spacing:-.03em;color:var(--hab-ivory)}
.hab-home .stage h1 .sketch{position:relative;white-space:nowrap;color:#fff}
.hab-home .stage h1 .sketch svg{position:absolute;left:0;right:0;bottom:-.16em;width:100%;height:.32em;fill:none;stroke:var(--hab-accent);stroke-width:5;stroke-linecap:round}
.hab-home .stage .lede{font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:var(--hab-ivory-70);max-width:52ch;margin-top:20px}
.hab-home .ctas{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.hab-home .meta-row{display:flex;gap:30px;margin-top:32px;flex-wrap:wrap}
.hab-home .meta-row .m{display:flex;flex-direction:column;gap:2px}
.hab-home .meta-row .m b{font-family:var(--hab-display);font-weight:700;font-size:21px;color:var(--hab-ivory)}
.hab-home .meta-row .m span{font-size:11.5px;color:var(--hab-ivory-70);letter-spacing:.02em}

/* (in-hero category switcher removed in Tier-3 — global cat-strip is the single nav) */

.hab-home .scroll-cue{position:absolute;right:clamp(20px,4vw,42px);bottom:30px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:9px;font-family:var(--hab-display);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--hab-ivory-45)}
.hab-home .scroll-cue .line{width:1px;height:42px;background:linear-gradient(var(--hab-ivory-45),transparent);animation:hab-cue 2s ease-in-out infinite}
@keyframes hab-cue{0%,100%{transform:scaleY(.5);transform-origin:top}50%{transform:scaleY(1)}}

/* ───────── Trail / category grid ───────── */
.hab-home .hab-trail{padding:clamp(64px,9vw,118px) 0;background:var(--hab-paper);position:relative}
.hab-home .hab-trail::before{content:"";position:absolute;inset:0;background:var(--hab-tint);pointer-events:none}
.hab-home .hab-trail .hab-wrap{position:relative}
.hab-home .sec-head{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end;margin-bottom:42px}
.hab-home .sec-head h2{font-size:clamp(28px,3.6vw,46px);font-weight:700;letter-spacing:-.02em}
.hab-home .sec-head h2 em{color:var(--hab-accent)}
.hab-home .sec-head .lead{font-size:15px;color:rgba(42,34,27,.72);line-height:1.6;max-width:46ch;justify-self:end}
.hab-home .trail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hab-home .hab-trail[data-grid="three"] .trail-card.shopping{display:none}
.hab-home .hab-trail[data-grid="four"] .trail-grid{grid-template-columns:repeat(4,1fr)}
.hab-home .hab-trail[data-grid="mosaic"] .trail-grid{grid-template-columns:repeat(4,1fr)}
.hab-home .hab-trail[data-grid="mosaic"] .trail-card.popular{grid-column:span 2;grid-row:span 1}
.hab-home .trail-card{position:relative;border-radius:8px;overflow:hidden;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--hab-ivory);border:1px solid var(--hab-hair);transition:transform .25s ease,box-shadow .25s ease,outline .3s ease;outline:2px solid transparent;outline-offset:-2px}
.hab-home .trail-card:hover{transform:translateY(-5px);box-shadow:0 24px 44px -26px rgba(42,34,27,.5)}
.hab-home .trail-card .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s ease}
.hab-home .trail-card:hover .bg{transform:scale(1.05)}
.hab-home .trail-card .scrim{position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(20,16,12,.82))}
.hab-home .trail-card.active{outline-color:var(--hab-accent)}
.hab-home .trail-card .num{position:absolute;top:16px;left:16px;z-index:2;font-family:var(--hab-display);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--hab-ivory-70);background:rgba(42,34,27,.4);padding:5px 10px;border-radius:99px}
.hab-home .trail-card .badge-now{position:absolute;top:16px;right:16px;z-index:2;font-family:var(--hab-display);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--hab-accent);color:#fff;padding:5px 9px;border-radius:99px;opacity:0;transition:opacity .3s ease}
.hab-home .trail-card.active .badge-now{opacity:1}
.hab-home .trail-card .ph-tag{position:absolute;top:46px;left:16px;z-index:2;font-family:var(--hab-display);font-size:9px;letter-spacing:.03em;color:var(--hab-ivory-70);background:rgba(42,34,27,.34);padding:3px 7px;border-radius:2px}
.hab-home .trail-card .body{position:relative;z-index:2;padding:22px}
.hab-home .trail-card .k{font-family:var(--hab-display);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--hab-ivory-70);margin-bottom:8px}
.hab-home .trail-card h3{font-size:24px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}
.hab-home .trail-card p{font-size:13.5px;color:var(--hab-ivory-70);line-height:1.5;max-width:34ch}
.hab-home .trail-card .go{display:inline-flex;align-items:center;gap:7px;margin-top:14px;font-family:var(--hab-display);font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#fff}
.hab-home .trail-card .go svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── trail chips (quick links under the grid) ── */
.hab-home .trail-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.hab-home .trail-chips a{font-family:var(--hab-display);font-weight:600;font-size:12.5px;letter-spacing:.02em;color:var(--hab-ink);background:#fff;border:1px solid var(--hab-hair);border-radius:99px;padding:8px 15px;transition:border-color .2s,background .2s}
.hab-home .trail-chips a:hover{border-color:var(--hab-accent);background:var(--hab-tint)}

/* ───────── Flagship feature ───────── */
.hab-home .hab-feature{padding:clamp(64px,9vw,118px) 0;background:var(--hab-ink);color:var(--hab-ivory)}
.hab-home .hab-feature .grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,5vw,64px);align-items:center;max-width:var(--hab-wrap);margin:0 auto;padding:0 clamp(20px,4vw,42px)}
.hab-home .hab-feature .visual{position:relative;border-radius:8px;overflow:hidden;min-height:440px;border:1px solid rgba(245,241,232,.12)}
.hab-home .hab-feature .visual .bg{position:absolute;inset:0;background:var(--hab-hero);background-size:cover;background-position:center}
.hab-home .hab-feature .visual .ph-tag{position:absolute;left:16px;bottom:16px;background:rgba(42,34,27,.5);color:var(--hab-ivory-70);font-family:var(--hab-display);font-size:10px;padding:5px 10px;border-radius:2px}
.hab-home .stat-pin{position:absolute;z-index:2;background:rgba(20,16,12,.78);backdrop-filter:blur(8px);border:1px solid rgba(245,241,232,.18);border-radius:7px;padding:11px 15px;display:flex;flex-direction:column;gap:1px}
.hab-home .stat-pin b{font-family:var(--hab-display);font-weight:700;font-size:20px;color:var(--hab-ivory)}
.hab-home .stat-pin span{font-size:10.5px;color:var(--hab-ivory-70);letter-spacing:.03em}
.hab-home .stat-pin.p1{top:20px;right:20px}
.hab-home .stat-pin.p2{bottom:20px;left:20px}
.hab-home .hab-feature .hab-eyebrow{color:var(--hab-accent-2)}
.hab-home .hab-feature h2{font-size:clamp(28px,3.6vw,48px);font-weight:700;margin-top:14px;letter-spacing:-.02em}
.hab-home .hab-feature h2 em{color:var(--hab-accent)}
.hab-home .hab-feature .lede{font-size:15.5px;color:var(--hab-ivory-70);line-height:1.65;margin-top:16px;max-width:48ch}
.hab-home .field-notes{margin:26px 0;display:flex;flex-direction:column;gap:1px}
.hab-home .fn{display:grid;grid-template-columns:34px 1fr auto;gap:14px;align-items:center;padding:13px 0;border-top:1px solid rgba(245,241,232,.13)}
.hab-home .fn .idx{font-family:var(--hab-display);font-weight:700;font-size:12px;color:var(--hab-accent-2)}
.hab-home .fn .lab{font-size:13.5px;color:var(--hab-ivory-70)}
.hab-home .fn .val{font-family:var(--hab-display);font-weight:600;font-size:14px;color:var(--hab-ivory)}

/* ───────── Closing ───────── */
.hab-home .hab-closing{position:relative;padding:clamp(80px,12vw,150px) 0;color:var(--hab-ivory);overflow:hidden;text-align:center}
.hab-home .hab-closing .bg{position:absolute;inset:0;background:var(--hab-hero);background-size:cover;background-position:center}
.hab-home .hab-closing .bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(245,241,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(245,241,232,.05) 1px,transparent 1px);background-size:54px 54px}
.hab-home .hab-closing .scrim{position:absolute;inset:0;background:rgba(20,16,12,.5)}
.hab-home .hab-closing .inner{position:relative;z-index:2;max-width:640px;margin:0 auto;padding:0 clamp(20px,4vw,42px)}
.hab-home .hab-closing .hab-eyebrow{color:var(--hab-ivory);opacity:.85}
.hab-home .hab-closing h2{font-size:clamp(32px,5vw,60px);font-weight:800;margin-top:14px;letter-spacing:-.025em}
.hab-home .hab-closing h2 em{color:var(--hab-accent)}
.hab-home .hab-closing p{font-size:16px;color:var(--hab-ivory-70);margin-top:16px;line-height:1.6}
.hab-home .hab-closing .ctas{justify-content:center}

/* ───────── Responsive ───────── */
@media(max-width:900px){
  .hab-home .sec-head,.hab-home .hab-feature .grid{grid-template-columns:1fr}
  .hab-home .sec-head .lead{justify-self:start}
  .hab-home .trail-grid,
  .hab-home .hab-trail[data-grid="four"] .trail-grid,
  .hab-home .hab-trail[data-grid="mosaic"] .trail-grid{grid-template-columns:1fr}
  .hab-home .hab-trail[data-grid="mosaic"] .trail-card.popular{grid-column:auto}
}
@media(max-width:560px){.hab-home .meta-row{gap:20px}}
@media (prefers-reduced-motion: reduce){
  .hab-home .hero-slide.on .bg{animation:none}
  .hab-home .route-overlay path{animation:none}
  .hab-home .scroll-cue .line{animation:none}
  .hab-home .hab-reveal{opacity:1;transform:none}
}

/* ═════════════════════════════ SALE SECTIONS (Wave 5) ═════════════════════════════ */
/* Shared countdown card (hab-countdown.js injects .hab-cd-grid) + two sale sections:
   hab-sale-collections (three collection cards) and hab-sale-hero (full-bleed banner). */

/* ── shared countdown timer card ── */
.hab-home .hab-countdown-wrap{text-align:center}
.hab-home .hab-countdown{display:inline-flex;flex-direction:column;background:var(--hab-forest);border-radius:8px;padding:20px 32px;border-bottom:3px solid var(--hab-sage);box-shadow:0 12px 34px rgba(20,16,12,.22);color:var(--hab-ivory)}
.hab-home .hab-cd-grid{display:flex;align-items:flex-start;justify-content:center;gap:14px}
.hab-home .hab-cd-seg{display:flex;flex-direction:column;align-items:center;min-width:52px}
.hab-home .hab-cd-num{font-family:var(--hab-display);font-weight:700;font-size:48px;line-height:1;letter-spacing:-.02em;color:var(--hab-ivory);font-variant-numeric:tabular-nums}
.hab-home .hab-cd-lbl{margin-top:9px;font-family:var(--hab-mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--hab-accent-2)}
.hab-home .hab-cd-sep{font-family:var(--hab-display);font-weight:700;font-size:40px;line-height:1;color:var(--hab-accent-2);opacity:.45;align-self:flex-start;padding-top:3px}
.hab-home .hab-cd-num.tick{animation:hab-cd-pulse .18s ease}
@keyframes hab-cd-pulse{0%{transform:scale(1)}40%{transform:scale(1.14)}100%{transform:scale(1)}}
.hab-home .hab-cd-expired{margin:0;font-family:var(--hab-display);font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--hab-ivory)}
.hab-home .hab-countdown-note{margin:10px 0 0;font-family:var(--hab-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--hab-ivory-70)}

/* ── Section A · hab-sale-collections ── */
.hab-home .hab-sale-collections{padding:clamp(48px,7vw,90px) 0}
.hab-home .hab-sale-collections[data-bg="sage"]{background:var(--hab-sage);color:var(--hab-ivory)}
.hab-home .hab-sale-collections[data-bg="rust"]{background:var(--hab-rust);color:var(--hab-ivory)}
.hab-home .hab-sale-collections[data-bg="forest"]{background:var(--hab-forest);color:var(--hab-ivory)}
.hab-home .hab-sale-collections[data-bg="ivory"]{background:var(--hab-ivory);color:var(--hab-ink)}
.hab-home .hab-sale-collections .sale-head{max-width:640px;margin:0 auto 24px;text-align:center}
.hab-home .hab-sale-collections .sale-head h2{margin-top:10px;font-size:clamp(28px,3.8vw,46px);font-weight:800;letter-spacing:-.02em;color:inherit}
.hab-home .hab-sale-collections .sale-head .deck{margin-top:12px;font-family:var(--hab-body);font-size:15px;line-height:1.6;color:inherit;opacity:.82}
.hab-home .hab-sale-collections[data-bg="sage"] .hab-eyebrow,
.hab-home .hab-sale-collections[data-bg="rust"] .hab-eyebrow,
.hab-home .hab-sale-collections[data-bg="forest"] .hab-eyebrow{color:var(--hab-accent-2)}
.hab-home .hab-sale-collections[data-bg="ivory"] .hab-countdown-note{color:rgba(42,34,27,.62)}
.hab-home .hab-sale-collections .hab-countdown-wrap{margin-bottom:clamp(32px,5vw,52px)}
.hab-home .sale-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.4vw,28px)}
.hab-home .sale-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(42,34,27,.08);border-radius:12px;overflow:hidden;color:var(--hab-ink);text-decoration:none;box-shadow:0 8px 24px rgba(20,16,12,.10);transition:transform .2s ease,box-shadow .2s ease}
.hab-home .sale-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(20,16,12,.16)}
.hab-home .sale-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--hab-tint)}
.hab-home .sale-card-media .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s ease}
.hab-home .sale-card:hover .sale-card-media .bg{transform:scale(1.05)}
.hab-home .sale-badge{position:absolute;top:12px;left:12px;font-family:var(--hab-display);font-weight:700;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;background:var(--hab-rust);color:var(--hab-ivory);padding:6px 11px;border-radius:99px}
.hab-home .sale-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px 20px 22px}
.hab-home .sale-card-title{font-family:var(--hab-display);font-weight:700;font-size:19px;letter-spacing:-.01em;line-height:1.2;color:var(--hab-ink)}
.hab-home .sale-card-blurb{font-family:var(--hab-body);font-size:14px;line-height:1.55;color:rgba(42,34,27,.72)}
.hab-home .sale-card-count{font-family:var(--hab-mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:rgba(42,34,27,.6)}
.hab-home .sale-card-cta{margin-top:6px}

/* ── Section B · hab-sale-hero ── */
.hab-home .hab-sale-hero{position:relative;display:flex;align-items:center;overflow:hidden;color:var(--hab-ivory)}
.hab-home .hab-sale-hero[data-height="compact"]{min-height:400px}
.hab-home .hab-sale-hero[data-height="standard"]{min-height:560px}
.hab-home .hab-sale-hero[data-height="tall"]{min-height:720px}
.hab-home .sale-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hab-home .sale-hero-bg--grad{background:var(--hab-hero)}
.hab-home .sale-hero-scrim{position:absolute;inset:0;background:#14100c;opacity:calc(var(--ov,40)/100)}
.hab-home .sale-hero-inner{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;gap:16px;padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(40px,6vw,64px)}
.hab-home .hab-sale-hero[data-align="centre"] .sale-hero-inner{align-items:center;text-align:center}
.hab-home .hab-sale-hero[data-align="left"] .sale-hero-inner{align-items:flex-start;text-align:left}
.hab-home .hab-sale-hero[data-align="left"] .hab-countdown-wrap{text-align:left}
.hab-home .sale-hero-chip{font-family:var(--hab-display);font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;background:var(--hab-rust);color:var(--hab-ivory);padding:7px 14px;border-radius:99px}
.hab-home .hab-sale-hero .sale-hero-inner .hab-eyebrow{color:var(--hab-accent-2)}
.hab-home .hab-sale-hero h2{font-size:clamp(30px,5vw,60px);font-weight:800;letter-spacing:-.025em;max-width:24ch;color:var(--hab-ivory)}
.hab-home .hab-sale-hero .deck{font-family:var(--hab-body);font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:var(--hab-ivory-70);max-width:52ch}
.hab-home .hab-sale-hero .hab-countdown-wrap{margin-top:6px}
.hab-home .sale-hero-cta{margin-top:8px}

@media(max-width:820px){
  .hab-home .sale-grid{grid-template-columns:1fr}
  .hab-home .hab-countdown{padding:16px 20px}
  .hab-home .hab-cd-grid{gap:10px}
  .hab-home .hab-cd-seg{min-width:44px}
  .hab-home .hab-cd-num{font-size:32px}
  .hab-home .hab-cd-sep{font-size:26px;padding-top:1px}
}
@media (prefers-reduced-motion: reduce){
  .hab-home .hab-cd-num.tick{animation:none}
  .hab-home .sale-card,.hab-home .sale-card-media .bg{transition:none}
}

/* ═════════════════════════════ WAVE 7a ═════════════════════════════ */

/* ── Announce bar rotation (step 6) ──
   Multiple pips stack in the same slot, only .on visible via opacity
   fade. Rotation cadence handled in hab-home.js (6s interval). Single-
   pip case falls through to the legacy inline behaviour. */
.hab-home .hab-announce-track.rotate{position:relative;display:flex;align-items:center;justify-content:center;min-height:1.8em}
.hab-home .hab-announce-track.rotate .hab-pip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .45s ease;pointer-events:none;white-space:nowrap}
.hab-home .hab-announce-track.rotate .hab-pip.on{opacity:1;pointer-events:auto}
@media (prefers-reduced-motion:reduce){
  .hab-home .hab-announce-track.rotate .hab-pip{transition:none}
}

/* ── Fit teaser (step 4) ──
   Sage band, ivory type, single-line pitch + primary CTA. Content
   sits inline on desktop, stacks on mobile. */
.hab-home .hab-fit-teaser{padding:clamp(32px,4vw,64px) 0;background:var(--hab-sage);color:var(--hab-ivory)}
.hab-home .hab-fit-teaser .fit-teaser-inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,3vw,40px)}
.hab-home .hab-fit-teaser .fit-teaser-copy{flex:1 1 auto;min-width:0}
.hab-home .hab-fit-teaser h2{font-family:var(--hab-display);font-weight:800;font-size:clamp(24px,3vw,36px);letter-spacing:-.02em;line-height:1.1;margin:0;color:var(--hab-ivory)}
.hab-home .hab-fit-teaser .fit-teaser-pitch{font-family:var(--hab-body);font-size:clamp(14px,1.5vw,16px);line-height:1.5;color:var(--hab-ivory-70);margin:8px 0 0;max-width:60ch}
.hab-home .hab-fit-teaser .fit-teaser-cta{flex:0 0 auto;background:var(--hab-accent);color:var(--hab-ivory)}
.hab-home .hab-fit-teaser .fit-teaser-cta:hover{background:#a58a15}
@media(max-width:760px){
  .hab-home .hab-fit-teaser .fit-teaser-inner{flex-direction:column;align-items:flex-start;gap:20px}
  .hab-home .hab-fit-teaser .fit-teaser-cta{align-self:stretch;justify-content:center}
}

/* ── Why HAB strip (step 5) ──
   3-tile band on sage. League Spartan headings, brass icons, ivory
   body. Tiles collapse to a single column on mobile. */
.hab-home .hab-why-strip{padding:clamp(48px,6vw,90px) 0;background:var(--hab-sage);color:var(--hab-ivory)}
.hab-home .hab-why-strip .hab-why-strip-title{font-family:var(--hab-display);font-weight:800;font-size:clamp(24px,3vw,36px);letter-spacing:-.02em;line-height:1.1;text-align:center;color:var(--hab-ivory);margin:0 0 32px}
.hab-home .hab-why-strip .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px);align-items:start}
.hab-home .hab-why-strip .why-tile{text-align:center;padding:8px 4px}
.hab-home .hab-why-strip .why-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--hab-accent-2);margin-bottom:14px}
.hab-home .hab-why-strip .why-icon svg{width:100%;height:100%}
.hab-home .hab-why-strip .why-head{font-family:var(--hab-display);font-weight:700;font-size:clamp(17px,1.8vw,20px);letter-spacing:-.005em;line-height:1.2;color:var(--hab-ivory);margin:0 0 8px}
.hab-home .hab-why-strip .why-body{font-family:var(--hab-body);font-size:14.5px;line-height:1.55;color:var(--hab-ivory-70);margin:0;max-width:32ch;margin-left:auto;margin-right:auto}
@media(max-width:760px){
  .hab-home .hab-why-strip .why-grid{grid-template-columns:1fr;gap:32px}
  .hab-home .hab-why-strip .why-tile{padding:0 8px}
}
