/* ============================================================
   MIY reusable components (handoff §2). Sitewide.
   Product card, video embed, DIY kit toggle, measure/install,
   before/after slider, "Built to last" fabric + powder coat.
   Tokens from main.css (--ink navy, --coral, --cream*).
   ============================================================ */

.mw { max-width: var(--max-w, 1280px); margin-left: auto; margin-right: auto; }

/* ---------- §2.1 Product card (hover image swap, text link) ---------- */
.mcard { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: inherit; min-height: 100%; transition: box-shadow .2s var(--ease), transform .2s var(--ease); }
.mcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.mcard__ph { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-200); }
.mcard__im { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.mcard__im--hover { opacity: 0; transition: opacity .2s ease; }
@media (hover: hover) { .mcard:hover .mcard__im--hover { opacity: 1; } }
.mcard__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.mcard__body h3 { margin: 0; font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
.mcard__desc { margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-muted); flex: 1; }
.mcard__link { margin-top: 6px; font-size: 14px; font-weight: 700; color: var(--coral); }
.mcard:hover .mcard__link { text-decoration: underline; }
.mcard__link .arr { transition: transform .2s ease; display: inline-block; }
.mcard:hover .mcard__link .arr { transform: translateX(3px); }
.mcard-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .mcard-row--3 { grid-template-columns: repeat(3, 1fr); } .mcard-row--2 { grid-template-columns: repeat(2, 1fr); } .mcard-row--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .mcard-row--4 { grid-template-columns: repeat(4, 1fr); } }
/* Zipscreen wind-tunnel video sitting inside the navy band (Maddy 2026-06-05) */
.zip-windband__video { margin: 22px 0; max-width: 560px; }
@media (min-width: 900px) { .zip-windband__video { margin-left: 56px; } }

/* ---------- §2.7 Video embed (facade) ---------- */
.video-embed { margin: 0; }
.video-embed__btn { display: block; position: relative; width: 100%; padding: 0; border: 0; cursor: pointer; background: var(--ink-night); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/9; }
.video-embed__poster { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .4s var(--ease); }
.video-embed__btn:hover .video-embed__poster { transform: scale(1.04); }
.video-embed__play { position: absolute; top: 50%; left: 50%; width: 76px; height: 76px; transform: translate(-50%,-50%); border-radius: 999px; background: var(--coral); box-shadow: 0 10px 30px -8px rgba(0,0,0,.5); }
.video-embed__play::after { content: ''; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%); border-style: solid; border-width: 13px 0 13px 22px; border-color: transparent transparent transparent #fff; }
.video-embed--sm .video-embed__play { width: 56px; height: 56px; }
.video-embed--sm .video-embed__play::after { border-width: 9px 0 9px 15px; }
.video-embed iframe, .video-embed video { width: 100%; aspect-ratio: 16/9; display: block; border: 0; border-radius: var(--r-lg); background: #000; }
.video-embed figcaption { margin-top: 12px; display: flex; flex-direction: column; gap: 2px; }
.video-embed figcaption strong { font-size: 15px; color: var(--ink-deep); font-weight: 800; }
.video-embed figcaption span { font-size: 13px; color: var(--ink-muted); }

/* ---------- §2.3 DIY kit toggle ---------- */
.prod-kit2 { background: var(--cream-50); padding: 72px 22px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.kit-toggle { display: inline-flex; gap: 6px; padding: 5px; background: var(--cream-200); border-radius: var(--r-pill); margin: 24px auto 0; }
.kit-toggle__pill { border: 0; cursor: pointer; font: inherit; font-weight: 700; font-size: 14px; padding: 10px 22px; border-radius: var(--r-pill); background: transparent; color: var(--ink); }
.kit-toggle__pill.is-active { background: var(--coral); color: #fff; }
.kit-panel { margin-top: 28px; }
.kit-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: var(--max-w, 1280px); margin: 0 auto; }
@media (min-width: 620px) { .kit-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .kit-tiles { grid-template-columns: repeat(3, 1fr); max-width: 1040px; } }
.kit-tile { margin: 0; background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--coral); border-radius: var(--r-md); overflow: hidden; }
/* Component photos share one dark backdrop, so full-bleed cover reads as a
   uniform photo-tile row (matches the existing feature-card treatment). */
.kit-tile__im { display: block; aspect-ratio: 1/1; background: var(--cream-200); overflow: hidden; }
.kit-tile__im img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kit-tile figcaption { padding: 16px 16px 18px; }
.kit-tile figcaption { padding: 12px 12px 14px; font-size: 13px; font-weight: 700; color: var(--ink); text-align: center; position: relative; }
.kit-tile__q { width: 16px; height: 16px; line-height: 14px; border-radius: 999px; border: 1px solid var(--ink-faint); background: transparent; color: var(--ink-faint); font-size: 10px; cursor: help; margin-left: 4px; vertical-align: middle; }
.kit-footpill { display: inline-block; margin: 22px auto 0; background: var(--ink); color: #fff; font-weight: 700; font-size: 13px; padding: 10px 20px; border-radius: var(--r-pill); }
.prod-kit2 .kit-panel, .prod-kit2 .kit-toggle, .prod-kit2 .kit-steps { text-align: center; }
.kit-steps { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 0; margin: 34px auto 0; padding: 0; max-width: 760px; }
.kit-steps li { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-deep); padding: 0 18px; position: relative; }
.kit-steps li:not(:last-child)::after { content: '\2192'; position: absolute; right: -2px; color: var(--coral); }

/* ---------- §2.4 Measure & install ---------- */
.prod-measure { background: var(--white); padding: 72px 22px; }
.mi-info { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-top: 12px; }
.mi-grid { display: grid; gap: 22px; margin-top: 28px; max-width: var(--max-w, 1280px); margin-left: auto; margin-right: auto; }
@media (min-width: 820px) { .mi-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
.mi-tile { background: var(--cream-50); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; }
.mi-tile .eyebrow { display: block; margin-bottom: 10px; }
.mi-tile h3 { margin: 0 0 16px; font-size: 21px; font-weight: 800; color: var(--ink-deep); letter-spacing: -0.01em; }
.mi-tile__im { border-radius: var(--r-md); overflow: hidden; background: #fff; border: 1px solid var(--border); margin-bottom: 16px; }
.mi-tile__im img { width: 100%; display: block; }
.mi-tile p { font-size: 15px; line-height: 1.55; color: var(--ink-muted); margin: 0 0 14px; }
.mi-link { font-size: 14px; font-weight: 700; color: var(--coral); }

/* ---------- §2.5 Before / after slider ---------- */
.prod-ba { background: var(--cream); padding: 72px 22px; }
.ba-slider { position: relative; max-width: var(--max-w, 1100px); margin: 28px auto 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/10; user-select: none; touch-action: pan-y; background: var(--cream-200); }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba-slider__before { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; clip-path: inset(0 calc(100% - var(--clip)) 0 0); }
.ba-slider__handle { position: absolute; top: 0; bottom: 0; left: var(--clip); width: 3px; transform: translateX(-50%); background: #fff; border: 0; cursor: ew-resize; padding: 0; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.ba-slider__handle::after { content: ''; position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; transform: translate(-50%,-50%); background: #fff; border-radius: 999px; box-shadow: 0 4px 14px -4px rgba(0,0,0,.5); }
.ba-slider__handle::before { content: '\2194'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; font-size: 18px; color: var(--ink); }
.ba-slider__label { position: absolute; top: 14px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: rgba(12,34,53,.6); padding: 5px 10px; border-radius: var(--r-pill); }
.ba-slider__label--before { left: 14px; }
.ba-slider__label--after { right: 14px; }

/* ---------- §2.2 "Built to last": fabric + Colorbond + powder coat ---------- */
.built-to-last .btl-grid { display: grid; gap: 22px; margin-top: 28px; }
@media (min-width: 980px) { .built-to-last .btl-grid { grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: start; max-width: var(--max-w, 1280px); margin-left: auto; margin-right: auto; } }
.btl-tile { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px 24px; }
.btl-tile .eyebrow { display: block; margin-bottom: 10px; }
.btl-tile h3 { margin: 0 0 12px; font-size: 22px; font-weight: 800; color: var(--ink-deep); letter-spacing: -0.01em; }
.btl-sub { font-size: 13px; color: var(--ink-muted); margin: 18px 0 10px; }
.cb-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.cb-chip { display: inline-flex; align-items: center; gap: 6px; font: inherit; font-size: 11.5px; font-weight: 600; color: var(--ink); background: var(--cream-50); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 5px 11px 5px 6px; cursor: pointer; }
.cb-chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.cb-chip[data-cb="all"] { padding-left: 12px; }
.cb-chip__dot { width: 15px; height: 15px; border-radius: 999px; border: 1px solid rgba(0,0,0,.15); }
.fab-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: 10px; }
.fab-swatch { margin: 0; }
.fab-swatch.is-dim { display: none; }
.fab-swatch__im { display: block; aspect-ratio: 3/2; border-radius: var(--r-sm); overflow: hidden; border: 1px solid rgba(0,0,0,.10); }
.fab-swatch__im img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fab-swatch figcaption { margin-top: 5px; font-size: 9.5px; line-height: 1.2; color: var(--ink-muted); text-align: center; min-height: 2.2em; }
.pc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); gap: 16px 8px; margin: 6px 0 18px; }
.pc-swatch { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pc-swatch__dot { width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(0,0,0,.12); }
.pc-swatch figcaption { font-size: 10.5px; line-height: 1.2; color: var(--ink-muted); text-align: center; }
.btl-dulux { font-size: 13.5px; color: var(--ink-muted); margin: 4px 0 8px; }
.btl-dulux a { color: var(--coral); font-weight: 700; border-bottom: 1px solid var(--coral); }
.btl-downloads { margin-top: 26px; max-width: var(--max-w, 1280px); margin-left: auto; margin-right: auto; }
.btl-downloads__label { display: block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }

/* ---------- Text-only feature cards: readable content, not captions (§0a #2,#3) ---------- */
.feature-card--text figcaption { padding: 24px; }
.feature-card--text h3 { font-size: 18px; margin: 0 0 8px; line-height: 1.25; }
.feature-card--text p { font-size: 16px; line-height: 1.55; color: var(--ink-muted); }
.part-opt { display: inline-block; margin-left: 6px; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--coral); border: 1px solid var(--coral); border-radius: var(--r-pill); padding: 2px 7px; vertical-align: middle; }

/* ---------- §4.1 "Also DIY-able." band (navy, Maddy 2026-06-04) ---------- */
.diy-able { background: var(--ink); color: #fff; padding: 64px 22px; }
.diy-able__grid { display: grid; gap: 28px; max-width: var(--max-w, 1280px); margin: 0 auto; align-items: center; }
.diy-able .eyebrow { color: var(--coral); display: block; }
.diy-able h2 { font-size: clamp(30px, 8vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.0; margin: 14px 0 0; color: #fff; }
.diy-able h2 em { font-style: normal; color: var(--coral); }
.diy-able p { font-size: 16px; line-height: 1.6; margin: 16px 0 0; color: rgba(255,255,255,.8); max-width: 48ch; }
.diy-able__icons { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 22px 0 0; list-style: none; padding: 0; }
.diy-able__icons li { display: inline-flex; align-items: center; gap: 9px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.diy-able__icons li::before { content: ''; flex: 0 0 auto; width: 10px; height: 10px; border-radius: 999px; background: var(--coral); }
.diy-able__cta.btn-navy { background: var(--coral); color: #fff; margin-top: 26px; }
.diy-able__cta.btn-navy .arr { color: #fff; }
.diy-able__im { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.diy-able__im img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 860px) { .diy-able { padding: 84px 60px; } .diy-able__grid { grid-template-columns: 1.4fr 1fr; gap: 56px; } }

/* ---------- §3.4 Hover-to-tech-drawing ---------- */
.tech-hover .feature-card__im { position: relative; }
.tech-hover .th-draw { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 14px; background: #fff; opacity: 0; transition: opacity .2s ease; }
@media (hover: hover) { .tech-hover:hover .th-draw { opacity: 1; } }

/* ---------- §4.6/4.7 FAQ ---------- */
.faq-list { max-width: 820px; margin: 28px auto 0; display: grid; gap: 10px; }
.faq-item { background: var(--cream-50); border: 1px solid var(--border); border-radius: var(--r-md); padding: 0 18px; }
.faq-item summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; color: var(--ink-deep); font-size: 16px; position: relative; padding-right: 28px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 2px; top: 14px; font-size: 22px; font-weight: 400; color: var(--coral); }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { margin: 0 0 16px; font-size: 15px; line-height: 1.55; color: var(--ink-muted); }

/* ---------- §4.13 Case studies (filter + cards) ---------- */
.cs-filter { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin: 0 auto 26px; max-width: var(--max-w, 1280px); }
.cs-grid { max-width: var(--max-w, 1280px); margin-left: auto; margin-right: auto; }
.cs-card__pill { display: inline-block; align-self: flex-start; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }

@media (min-width: 900px) {
  .prod-kit2, .prod-measure, .prod-ba, .built-to-last { padding-left: 60px; padding-right: 60px; }
  .prod-kit2 .section-head, .prod-measure .section-head, .prod-ba .section-head, .built-to-last .section-head { max-width: var(--max-w, 1280px); margin-left: auto; margin-right: auto; }
}

/* ---------- "What's in the DIY Kit" = navy composite look (Maddy 2026-06-04) ----------
   Parts are background-removed and sit on navy, seamless, like the crank
   "Every Kit Comes With" graphic. Component PHOTOS (with detail) live in
   "The parts that matter"; this section is the at-a-glance navy inventory. */
.prod-kit2 { background: var(--ink); color: #fff; }
.prod-kit2 .section-head h2 { color: #fff; }
.prod-kit2 .section-head h2 em { color: var(--coral); }
.prod-kit2 .section-head p { color: rgba(255,255,255,.82); }
.prod-kit2 .eyebrow { color: var(--coral); }
.prod-kit2 .kit-tile { background: transparent; border: 0; border-radius: 0; overflow: visible; }
.prod-kit2 .kit-tile__im { background: transparent; padding: 6px; display: grid; place-items: center; border-bottom: 0; aspect-ratio: 1/1; }
.prod-kit2 .kit-tile__im img { object-fit: contain; }
.prod-kit2 .kit-tile figcaption { color: #fff; }
.prod-kit2 .kit-tile__q { border-color: rgba(255,255,255,.5); color: rgba(255,255,255,.7); }
.prod-kit2 .kit-footpill { background: var(--coral); color: #fff; }
.prod-kit2 .kit-steps li { color: rgba(255,255,255,.9); }

/* What's in the DIY Kit: the full composite kit graphic on navy (Maddy 2026-06-04) */
.kit-composite { max-width: 620px; margin: 28px auto 0; }
.kit-composite img { width: 100%; height: auto; display: block; border-radius: var(--r-lg); }

/* DIY kit: finished product thumb beside the "every kit comes with" composite (Maddy 2026-06-05) */
.kit-composite-row { display: grid; gap: 22px; align-items: center; max-width: 940px; margin: 28px auto 0; }
@media (min-width: 760px) { .kit-composite-row { grid-template-columns: 1fr 1fr; gap: 28px; } }
.kit-composite-row .kit-composite { margin: 0; max-width: none; aspect-ratio: 4 / 3; display: grid; place-items: center; }
.kit-composite-row .kit-composite img { width: 100%; height: 100%; object-fit: contain; }
.kit-thumb { margin: 0; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; }
.kit-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* "Optional" pill on part names (Maddy 2026-06-05) */
.opt-pill { display: inline-block; vertical-align: middle; margin-left: 6px; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); background: rgba(238,117,88,.12); border: 1px solid rgba(238,117,88,.4); border-radius: 999px; padding: 3px 8px; }

/* Measure & install: cap the measure image so Step 1 and Step 2 boxes match height (Maddy 2026-06-05) */
.mi-tile__im { aspect-ratio: 16 / 9; }
.mi-tile__im img { height: 100%; object-fit: cover; object-position: center 78%; }
.mi-tile__video { margin-bottom: 16px; }

/* "Build Your DIY Kit Now" CTA under the kit inventory (Maddy 2026-06-05) */
.kit-cta { text-align: center; margin-top: 30px; }

/* ---------- Retractable roof detail: visual sections (Maddy 2026-06-05) ---------- */
/* "What you get": feature checklist beside a real install photo */
.keyfeat-wrap--img { display: grid; gap: 28px; align-items: center; max-width: var(--max-w, 1280px); margin: 28px auto 0; }
@media (min-width: 880px) { .keyfeat-wrap--img { grid-template-columns: 1fr 1fr; gap: 48px; } }
.keyfeat-im { margin: 0; border-radius: var(--r-lg); overflow: hidden; }
.keyfeat-im img { width: 100%; height: 100%; object-fit: cover; display: block; }
.keyfeat-wrap--img .keyfeat-grid { grid-template-columns: 1fr; margin: 0; padding: 0; }

/* "How it works": engineering drawing beside a structured, coral-accented list */
.howworks-grid { display: grid; gap: 28px; align-items: start; max-width: var(--max-w, 1280px); margin: 28px auto 0; }
@media (min-width: 880px) { .howworks-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.howworks-fig { margin: 0; background: #fff; border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 24px; }
@media (min-width: 880px) { .howworks-fig { position: sticky; top: 100px; } }
.howworks-fig img { width: 100%; height: auto; display: block; }
.howworks-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.howworks-list li { background: var(--cream-50); border: 1px solid var(--border); border-left: 3px solid var(--coral); border-radius: var(--r-md); padding: 16px 18px; }
.howworks-list strong { display: block; font-size: 16px; font-weight: 800; color: var(--ink-deep); letter-spacing: -0.01em; }
.howworks-list span { display: block; margin-top: 4px; font-size: 14px; line-height: 1.5; color: var(--ink-muted); }

/* "Sized to your space": Oztech-style module size cards with config renders */
.size-cards { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: var(--max-w, 1280px); margin: 28px auto 0; }
@media (min-width: 820px) { .size-cards { grid-template-columns: repeat(3, 1fr); } }
.size-card { margin: 0; background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.size-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -22px rgba(14,52,71,.4); }
.size-card__im { background: #fff; aspect-ratio: 16 / 10; display: grid; place-items: center; padding: 8px; }
.size-card__im img { width: 100%; height: 100%; object-fit: contain; }
.size-card figcaption { padding: 16px 20px 20px; border-top: 1px solid var(--border); }
.size-card figcaption h3 { margin: 0; font-size: 19px; font-weight: 800; color: var(--ink-deep); }
.size-card figcaption p { margin: 6px 0 0; font-size: 14px; color: var(--ink-muted); }

/* Retractable roof "install process": dynamic numbered flow (Maddy 2026-06-05) */
.prod-process { background: var(--ink-night); color: #fff; padding: 72px 22px; border-top: 1px solid var(--rule); }
.prod-process .eyebrow { color: var(--coral); }
.prod-process .section-head h2 { color: #fff; }
.prod-process .section-head h2 em { color: var(--coral); }
.prod-process .section-head p { color: rgba(255,255,255,.8); }
.proc-flow { list-style: none; margin: 44px auto 0; padding: 0; max-width: var(--max-w, 1280px); display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 820px) { .proc-flow { grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; } }
.proc-step { position: relative; text-align: center; padding: 0 10px; }
.proc-step__num { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 999px; background: rgba(255,255,255,.05); border: 2px solid var(--coral); color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 19px; font-weight: 700; position: relative; z-index: 1; transition: transform .3s var(--ease), background .3s var(--ease); }
.proc-step:hover .proc-step__num { background: var(--coral); transform: translateY(-4px) scale(1.06); }
.proc-step__label { display: block; font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }

/* Reviews trust block (Maddy 2026-06-05) */
.reviews-trust { max-width: 620px; margin: 24px auto 0; }
.reviews-stars { display: block; font-size: 32px; letter-spacing: 4px; color: var(--coral); }
.reviews-trust p { margin: 14px auto 22px; font-size: 17px; line-height: 1.6; color: var(--ink-muted); max-width: 48ch; }
@media (min-width: 820px) {
  .proc-step:not(:last-child)::after { content: ''; position: absolute; top: 31px; left: calc(50% + 38px); width: calc(100% - 76px); height: 2px; background: linear-gradient(90deg, var(--coral), rgba(238,117,88,.28)); z-index: 0; }
}

/* ---------- Featured product grid + dynamic card footer (Maddy 2026-06-05) ----------
   Outdoor Blinds "Pick your blind" grid: louder hover, image-swap, and a fixed
   footer (label left, coral arrow right) replacing the orphaned circle. */
.mcard-row--feature { gap: 24px; }
.mcard-row--feature .mcard { transition: box-shadow .35s var(--ease), transform .35s var(--ease), border-color .35s var(--ease); }
.mcard-row--feature .mcard:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -24px rgba(14,52,71,.45); border-color: var(--coral); }
.mcard-row--feature .mcard__im { transition: opacity .45s var(--ease), transform 1s var(--ease); }
.mcard-row--feature .mcard:hover .mcard__im { transform: scale(1.06); }
.mcard-row--feature .mcard__body { padding: 22px 22px 20px; gap: 6px; }
.mcard-row--feature .mcard__body h3 { font-size: 22px; }
.mcard-row--feature .mcard__desc { font-size: 14px; }
.mcard-row--feature .mcard__link { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-deep); transition: color .25s var(--ease), border-color .25s var(--ease); }
.mcard-row--feature .mcard:hover .mcard__link { color: var(--coral); border-color: var(--coral); text-decoration: none; }
.mcard-row--feature .mcard__link .arr { width: 38px; height: 38px; border-radius: 999px; flex: 0 0 auto; background: var(--coral); color: #fff; display: grid; place-items: center; font-size: 16px; box-shadow: 0 6px 16px -6px rgba(238,117,88,.6); transition: transform .3s var(--ease), background .25s var(--ease); }
.mcard-row--feature .mcard:hover .mcard__link .arr { transform: translateX(4px) scale(1.08); background: var(--coral-deep); }

/* Powder coat + Colorbond swatches: square chips with borders so light colours
   (Surfmist, White, Shale Grey) are visible on the tile. Round dots on white
   made the light swatches disappear (Maddy 2026-06-04). */
.btl-finish .pc-grid { grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 20px 14px; justify-items: center; }
.btl-finish .pc-swatch { width: 100%; }
.btl-finish .pc-swatch__dot { width: 100%; max-width: 60px; height: auto; aspect-ratio: 1 / 1; border-radius: 10px; border: 1px solid rgba(0,0,0,.28); box-shadow: inset 0 1px 3px rgba(255,255,255,.35), 0 1px 3px rgba(0,0,0,.12); }
.btl-finish .pc-swatch figcaption { text-align: center; }
.cb-chip__dot { border: 1px solid rgba(0,0,0,.28); }

/* "Watch the install" poster mockup linking to /support/ (Maddy 2026-06-04) */
.install-mock { display: block; position: relative; aspect-ratio: 16/9; border-radius: var(--r-lg); overflow: hidden; background: var(--ink-night); margin-bottom: 14px; }
.install-mock__poster { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .4s var(--ease); }
.install-mock:hover .install-mock__poster { transform: scale(1.04); }
.install-mock__play { position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; transform: translate(-50%,-50%); border-radius: 999px; background: var(--coral); box-shadow: 0 8px 24px -8px rgba(0,0,0,.5); }
.install-mock__play::after { content: ''; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%); border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #fff; }

/* Retractables: product-book key-features checklist (Maddy 2026-06-04) */
.keyfeat-grid { list-style: none; margin: 28px auto 0; padding: 0 22px; max-width: 980px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 36px; }
.keyfeat-grid li { position: relative; padding-left: 32px; font-size: 16px; line-height: 1.5; color: var(--ink); }
.keyfeat-grid li::before { content: ''; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 999px; background: var(--coral); }
.keyfeat-grid li::after { content: ''; position: absolute; left: 7px; top: 6px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
@media (max-width: 640px) { .keyfeat-grid { grid-template-columns: 1fr; } }

/* Retractables: technical drawing figure */
.prod-drawing__fig { margin: 28px auto 0; max-width: 920px; background: #fff; border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 28px; text-align: center; }
.prod-drawing__fig img { max-width: 100%; height: auto; display: block; margin: 0 auto; }

/* Retractables: end-to-end project management band */
.fullservice-grid { max-width: 1040px; margin: 36px auto 0; padding: 0 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fs-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 24px 20px; }
.fs-card h3 { color: #fff; font-size: 17px; margin: 0 0 8px; }
.fs-card p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; margin: 0; }
@media (max-width: 880px) { .fullservice-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .fullservice-grid { grid-template-columns: 1fr; } }
