/* ==========================================================================
   Goodluck Almirah — page-specific styles
   ========================================================================== */

/* ---------- Home: hero ---------- */
.hero { background: var(--green-800); color: var(--on-dark); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; min-height: 560px; }
.hero-copy { padding: var(--s8) 0 var(--s6); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero .eyebrow { color: var(--on-dark-muted); }
.hero h1 { font-size: clamp(46px, 6.2vw, 80px); line-height: .98; margin: var(--s4) 0 var(--s5); color: #fff; }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero-copy > p { font-size: 17px; color: var(--on-dark-muted); max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s6); }
.hero-cta .btn-ghost-light { border-radius: 999px; }
.hero-cta .btn-lime { border-radius: 999px; }
.hero-cta .play { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid currentColor; display: grid; place-items: center; }
.hero-cta .play .icon { width: 12px; height: 12px; fill: currentColor; }
.hero-art { position: relative; margin-right: calc((100vw - min(100vw, var(--container))) / -2 - var(--s5)); }
.hero-art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 22%; z-index: 1; background: linear-gradient(90deg, var(--green-800), transparent); }
.hero-feats { display: grid; grid-template-columns: repeat(4, auto); gap: var(--s5); margin-top: var(--s7); justify-content: start; }
.hero-feats li { display: flex; align-items: center; gap: var(--s2); font-size: 13px; line-height: 1.3; }
.hero-feats .icon { width: 26px; height: 26px; color: var(--lime); stroke-width: 1.5; }
.hero-feats b { display: block; font-weight: 600; color: #fff; }
.hero-feats span { color: var(--on-dark-muted); font-size: 12px; }

/* ---------- Home: categories ---------- */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--s4); margin-bottom: var(--s5); }
.section-head h2 { font-size: clamp(30px, 3.4vw, 42px); margin-top: var(--s2); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--green-700); min-height: 44px; }
.link-arrow .icon { width: 16px; height: 16px; transition: transform var(--t-fast) var(--ease); }
.link-arrow:hover .icon { transform: translateX(3px); }
.cat-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) 2.3fr; gap: var(--s4); }
.cat-card { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow var(--t) var(--ease), transform var(--t) var(--ease); }
.cat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.cat-card .media { aspect-ratio: 3 / 3.7; flex: 1; background: var(--bg-alt); }
.cat-card .media svg { width: 100%; height: 100%; }
.cat-card .body { padding: var(--s3); display: flex; justify-content: space-between; align-items: center; gap: var(--s2); }
.cat-card h3 { font-family: var(--font-body); font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.cat-card h3 a::after { content: ""; position: absolute; inset: 0; }
.cat-card p { font-size: 12px; color: var(--muted); }
.cat-card .go { width: 28px; height: 28px; flex: none; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--border); color: var(--green-700); }
.cat-card .go .icon { width: 14px; height: 14px; }

.promo-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--green-800); color: #fff; display: grid; min-height: 100%; }
.promo-card .copy { padding: var(--s5); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; max-width: 70%; }
.promo-card .art { position: absolute; inset: 0 0 0 45%; }
.promo-card .art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green-800) 0%, rgba(22, 56, 40, .55) 45%, transparent 100%); }
.promo-card .eyebrow { color: var(--on-dark-muted); font-size: 10px; }
.promo-card h3 { font-size: clamp(26px, 2.3vw, 34px); margin: var(--s2) 0; }
.promo-card p { font-size: 13px; line-height: 1.5; color: var(--on-dark-muted); }
.promo-card .btn { margin-top: var(--s4); align-self: flex-start; border-radius: 999px; min-height: 40px; font-size: 13px; }
.promo-card .art svg { width: 100%; height: 100%; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, auto) 1.4fr; gap: var(--s6); align-items: center; padding: var(--s6) 0; border-top: 1px solid var(--border); }
.stat { display: flex; align-items: center; gap: var(--s3); }
.stat .icon { width: 36px; height: 36px; color: var(--green-700); stroke-width: 1.4; }
.stat b { display: block; font-size: 22px; font-weight: 700; line-height: 1.1; }
.stat span { font-size: 13px; color: var(--muted); }
.stats blockquote { margin: 0; font-family: var(--font-head); font-style: italic; font-size: 20px; color: var(--ink-2); text-align: right; line-height: 1.3; }
.stats blockquote cite { display: block; font-family: var(--font-body); font-style: normal; font-size: 12px; letter-spacing: .12em; color: var(--muted); margin-top: var(--s2); }

/* ---------- Newsletter band ---------- */
.news-band { background: linear-gradient(90deg, var(--green-900), var(--green-700)); color: #fff; position: relative; overflow: hidden; }
.news-band .container { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: var(--s6); align-items: center; padding-top: var(--s6); padding-bottom: var(--s6); position: relative; z-index: 1; }
.news-band h2 { font-size: 32px; }
.news-band p { color: var(--on-dark-muted); font-size: 14px; }
.news-band .leaf-deco { position: absolute; left: -20px; bottom: -30px; width: 180px; opacity: .35; color: var(--lime); }
.news-band .logo { color: #fff; }

/* ---------- Tabs (pill) ---------- */
.tabs { display: flex; gap: var(--s2); overflow-x: auto; padding: var(--s1) 2px var(--s3); scrollbar-width: thin; }
.tab { flex: none; min-height: 40px; padding: 0 var(--s5); border-radius: 999px; border: 1px solid var(--border); background: var(--card); font-size: 13.5px; font-weight: 500; color: var(--ink-2); transition: all var(--t-fast) var(--ease); }
.tab:hover { border-color: var(--green-700); color: var(--green-700); }
.tab[aria-selected="true"], .tab[aria-pressed="true"] { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: var(--s4); margin: var(--s4) 0 var(--s5); flex-wrap: wrap; }
.toolbar .count { color: var(--muted); font-size: 14px; }
.toolbar .count b { color: var(--ink); }
.toolbar select { min-height: 44px; padding: 0 var(--s6) 0 var(--s3); border: 1px solid var(--border-strong); border-radius: var(--radius-sm); background: #fff; }
.toolbar label { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: var(--s2); }
.search-chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 6px 4px 12px; border-radius: 999px; background: var(--green-100); font-size: 13px; }
.search-chip a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; }
.search-chip a:hover { background: rgba(0,0,0,.08); }
.search-chip .icon { width: 14px; height: 14px; }

/* ---------- Category page with filters ---------- */
.shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: var(--s6); align-items: start; padding-bottom: var(--s8); }
.filters { position: sticky; top: calc(var(--header-h) + 16px); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--s5); }
.filters h2 { font-family: var(--font-body); font-size: 15px; font-weight: 700; margin-bottom: var(--s4); display: flex; justify-content: space-between; align-items: center; }
.filters h2 button { font-size: 13px; font-weight: 500; color: var(--green-700); text-decoration: underline; min-height: 32px; }
.filter-group { border-top: 1px solid var(--border); padding: var(--s4) 0; }
.filter-group legend, .filter-group h3 { font-family: var(--font-body); font-size: 13px; font-weight: 600; margin-bottom: var(--s3); padding: 0; }
fieldset.filter-group { margin: 0; border-left: 0; border-right: 0; border-bottom: 0; padding: var(--s4) 0; min-width: 0; }
.check { display: flex; align-items: center; gap: var(--s2); min-height: 36px; font-size: 14px; cursor: pointer; }
.check input { width: 18px; height: 18px; accent-color: var(--green-700); cursor: pointer; }
.color-filter { display: flex; flex-wrap: wrap; gap: 6px; }
.color-filter button { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.color-filter button span { width: 24px; height: 24px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); transition: box-shadow var(--t-fast) var(--ease); }
.color-filter button[aria-pressed="true"] span { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--green-700); }
.range { position: relative; height: 32px; }
.range input { position: absolute; inset: 0; width: 100%; margin: 0; background: none; pointer-events: none; -webkit-appearance: none; appearance: none; }
.range input::-webkit-slider-thumb { pointer-events: auto; -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 2px solid var(--green-700); cursor: grab; }
.range input::-moz-range-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--green-700); cursor: grab; }
.range .track { position: absolute; left: 0; right: 0; top: 50%; height: 4px; margin-top: -2px; border-radius: 2px; background: var(--border); }
.range .fill { position: absolute; top: 50%; height: 4px; margin-top: -2px; background: var(--green-700); border-radius: 2px; }
.range-values { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); margin-top: var(--s2); }
.filter-toggle { display: none; }
.filters-close { display: none; }

/* ---------- Product detail ---------- */
.pdp { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--s7); padding: var(--s5) 0 var(--s7); }
.pdp-gallery { display: grid; grid-template-columns: 76px 1fr; gap: var(--s3); align-self: start; position: sticky; top: calc(var(--header-h) + 16px); }
.thumbs { display: flex; flex-direction: column; gap: var(--s2); }
.thumbs button { width: 76px; height: 84px; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; background: var(--bg-alt); transition: border-color var(--t-fast) var(--ease); }
.thumbs button svg { width: 100%; height: 100%; }
.thumbs button[aria-current="true"] { border-color: var(--green-700); }
.thumbs button:hover { border-color: var(--border-strong); }
.main-shot { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-alt); aspect-ratio: 1 / 1.05; cursor: zoom-in; border: 1px solid var(--border); width: 100%; padding: 0; }
.main-shot svg { width: 100%; height: 100%; }
.main-shot .zoom-hint { position: absolute; right: var(--s3); bottom: var(--s3); background: rgba(255,255,255,.92); border-radius: 999px; padding: 6px 12px; font-size: 12px; display: inline-flex; gap: 6px; align-items: center; }
.main-shot .zoom-hint .icon { width: 14px; height: 14px; }
.pdp-info h1 { font-size: clamp(34px, 3.6vw, 44px); }
.rating-row { display: flex; align-items: center; gap: var(--s2); margin: var(--s2) 0 var(--s4); font-size: 14px; color: var(--muted); }
.stars { display: inline-flex; gap: 1px; }
.stars .icon { width: 16px; height: 16px; stroke-width: 1.2; }
.rating-row a { color: var(--muted); text-decoration: underline; }
.price-row { display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.price-row .now { font-size: 30px; font-weight: 700; }
.price-row s { color: var(--muted); font-size: 17px; }
.off-badge { background: var(--lime); color: var(--green-950); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.tax-note { font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.pdp-info .lede { margin: var(--s4) 0 var(--s5); color: var(--ink-2); max-width: 46ch; }
.opt { margin-bottom: var(--s5); }
.opt-label { font-size: 13px; font-weight: 600; margin-bottom: var(--s2); }
.opt-label span { font-weight: 400; color: var(--muted); }
.color-opts { display: flex; gap: var(--s1); flex-wrap: wrap; }
.color-opts button { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; }
.color-opts button span { width: 28px; height: 28px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); transition: box-shadow var(--t-fast) var(--ease); }
.color-opts button[aria-checked="true"] span { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--green-700); }
.seg { display: flex; gap: var(--s2); flex-wrap: wrap; }
.seg button { min-width: 96px; min-height: 44px; padding: 0 var(--s4); border-radius: var(--radius-sm); border: 1.5px solid var(--border-strong); background: #fff; font-size: 14px; font-weight: 500; transition: all var(--t-fast) var(--ease); }
.seg button:hover { border-color: var(--green-700); }
.seg button[aria-checked="true"] { background: var(--green-700); border-color: var(--green-700); color: #fff; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--border-strong); border-radius: var(--radius-sm); background: #fff; }
.qty button { width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink-2); }
.qty button:hover { color: var(--green-700); background: var(--bg-alt); }
.qty button[disabled] { opacity: .35; cursor: not-allowed; }
.qty output, .qty input { width: 40px; text-align: center; font-weight: 600; border: 0; background: none; }
.qty .icon { width: 16px; height: 16px; }
.qty.sm button { width: 36px; height: 36px; }
.buy-row { display: grid; grid-template-columns: auto 1fr 1fr; gap: var(--s3); margin: var(--s5) 0; }
.mini-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); padding: var(--s4) 0; border-top: 1px solid var(--border); }
.mini-trust li { display: flex; gap: var(--s2); align-items: center; font-size: 12.5px; line-height: 1.3; }
.mini-trust b { display: block; font-weight: 600; }
.mini-trust span { color: var(--muted); }
.mini-trust .icon { color: var(--green-700); width: 26px; height: 26px; stroke-width: 1.5; }

.ptabs { border-bottom: 1px solid var(--border); display: flex; gap: var(--s2); overflow-x: auto; }
.ptabs button { min-height: 48px; padding: 0 var(--s5); font-size: 14px; font-weight: 500; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; }
.ptabs button:hover { color: var(--ink); }
.ptabs button[aria-selected="true"] { color: var(--ink); border-color: var(--green-700); font-weight: 600; }
.ptab-panel { padding: var(--s5) 0 var(--s7); max-width: 860px; }
.ptab-panel p + p { margin-top: var(--s3); }
.spec-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.spec-table th, .spec-table td { text-align: left; padding: var(--s3) var(--s4); border-bottom: 1px solid var(--border); vertical-align: top; }
.spec-table th { width: 38%; font-weight: 600; color: var(--ink-2); background: var(--bg-alt); }
.review { padding: var(--s4) 0; border-bottom: 1px solid var(--border); }
.review header { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); margin-bottom: 4px; }
.review b { font-size: 14px; }
.review small { color: var(--muted); }
.review-summary { display: flex; align-items: center; gap: var(--s5); margin-bottom: var(--s4); flex-wrap: wrap; }
.review-summary .big { font-size: 44px; font-weight: 700; line-height: 1; }
.review-form { margin-top: var(--s6); padding: var(--s5); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }
.review-form h3 { font-size: 26px; margin-bottom: var(--s4); }
.star-input { display: flex; gap: 2px; }
.star-input button { width: 40px; height: 40px; display: grid; place-items: center; color: var(--star); }
.star-input .icon { width: 26px; height: 26px; }
.star-input button[data-on="true"] .icon { fill: var(--star); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: var(--s4); min-height: 56px; cursor: pointer; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { transition: transform var(--t) var(--ease); color: var(--muted); }
.faq details[open] summary .icon { transform: rotate(180deg); }
.faq details p { padding: 0 0 var(--s4); color: var(--muted); max-width: 70ch; }

.lightbox { position: relative; background: var(--green-950); }
.lightbox figure { margin: 0; }
.lightbox svg { width: 100%; height: min(72vh, 640px); }
.lightbox figcaption { color: #fff; padding: var(--s4) var(--s6); font-size: 15px; display: flex; justify-content: space-between; gap: var(--s4); }
.lightbox figcaption span { color: var(--on-dark-muted); font-size: 13px; }
.lb-nav { position: absolute; top: calc(50% - 40px); width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: var(--shadow); }
.lb-nav:hover { background: #fff; }
.lb-prev { left: var(--s4); } .lb-next { right: var(--s4); }

/* ---------- About ---------- */
.story { display: grid; grid-template-columns: 1fr 1.25fr; gap: var(--s7); align-items: center; }
.story h2 { font-size: 36px; margin-bottom: var(--s4); }
.story p { color: var(--ink-2); }
.story p + p { margin-top: var(--s4); }
.story-art { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 10.5; box-shadow: var(--shadow); }
.story-art svg { width: 100%; height: 100%; }
.mission { display: flex; gap: var(--s4); margin-top: var(--s5); padding: var(--s5); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.mission .ic { width: 48px; height: 48px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); }
.mission b { display: block; margin-bottom: 4px; }
.mission p { font-size: 14px; color: var(--muted); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); padding: var(--s6) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-top: var(--s7); }
.why h2 { font-size: 36px; margin-bottom: var(--s5); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); }
.why-card { display: flex; gap: var(--s3); align-items: center; padding: var(--s5); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); transition: box-shadow var(--t) var(--ease), transform var(--t) var(--ease); }
.why-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.why-card .icon { width: 32px; height: 32px; color: var(--green-700); stroke-width: 1.5; }
.why-card b { display: block; font-size: 14.5px; }
.why-card span { font-size: 13px; color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); margin-top: var(--s5); }
.timeline li { padding: var(--s4); border-left: 3px solid var(--lime); background: var(--card); border-radius: 0 var(--radius) var(--radius) 0; }
.timeline b { font-family: var(--font-head); font-size: 26px; color: var(--green-700); display: block; }
.timeline span { font-size: 14px; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--s3); }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 3.6; background: var(--bg-alt); padding: 0; width: 100%; }
.g-item svg { width: 100%; height: 100%; transition: transform var(--t-slow) var(--ease); }
.g-item:hover svg { transform: scale(1.05); }
.g-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: var(--s5) var(--s3) var(--s3); background: linear-gradient(transparent, rgba(8,22,15,.8)); color: #fff; font-size: 13px; text-align: left; opacity: 0; transform: translateY(6px); transition: all var(--t) var(--ease); }
.g-item:hover .cap, .g-item:focus-visible .cap { opacity: 1; transform: none; }
.testimonial { display: grid; grid-template-columns: auto 1fr auto; gap: var(--s5); align-items: center; margin-top: var(--s7); padding: var(--s5) var(--s6); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.avatar { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; font-family: var(--font-head); font-size: 28px; font-weight: 600; }
.testimonial blockquote { margin: 0; font-family: var(--font-head); font-style: italic; font-size: 24px; line-height: 1.3; }
.testimonial cite { display: block; font-family: var(--font-body); font-style: normal; font-size: 13px; color: var(--muted); margin-top: var(--s2); }
.t-nav { display: flex; gap: var(--s2); }
.t-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; transition: all var(--t-fast) var(--ease); }
.t-nav button:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); }
.t-dots { display: flex; gap: 6px; margin-top: var(--s3); }
.t-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); transition: all var(--t) var(--ease); }
.t-dots span.on { width: 22px; border-radius: 4px; background: var(--green-700); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--s5); padding-bottom: var(--s7); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--s6); }
.contact-list li { display: flex; gap: var(--s4); padding: var(--s4) 0; }
.contact-list li + li { border-top: 1px solid var(--border); }
.contact-list .icon { width: 26px; height: 26px; color: var(--danger); flex: none; margin-top: 2px; }
.contact-list b { display: block; font-size: 14px; margin-bottom: 2px; }
.contact-list span, .contact-list a { font-size: 14px; color: var(--muted); display: block; }
.contact-list a:hover { color: var(--green-700); text-decoration: underline; }
.map-card { margin-top: var(--s4); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.map-card svg { width: 100%; height: 180px; }

/* ---------- Cart ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: var(--s6); align-items: start; padding-bottom: var(--s8); }
.cart-table { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }
.cart-row { display: grid; grid-template-columns: 2.4fr 1fr 1.2fr 1fr 48px; gap: var(--s3); align-items: center; padding: var(--s4) var(--s5); border-bottom: 1px solid var(--border); }
.cart-row:last-child { border-bottom: 0; }
.cart-row.head { font-size: 13px; font-weight: 600; color: var(--muted); padding-top: var(--s3); padding-bottom: var(--s3); }
.cart-prod { display: flex; gap: var(--s3); align-items: center; }
.cart-prod .thumb { width: 64px; height: 72px; flex: none; border-radius: var(--radius-sm); overflow: hidden; background: var(--bg-alt); }
.cart-prod .thumb svg { width: 100%; height: 100%; }
.cart-prod a { font-weight: 600; font-size: 14.5px; }
.cart-prod a:hover { color: var(--green-700); text-decoration: underline; }
.cart-prod small { display: block; color: var(--muted); font-size: 12.5px; }
.cart-row .remove { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); }
.cart-row .remove:hover { background: var(--danger-bg); color: var(--danger); }
.cell-label { display: none; }
.summary { position: sticky; top: calc(var(--header-h) + 16px); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--s5); }
.summary h2 { font-family: var(--font-body); font-size: 16px; font-weight: 700; margin-bottom: var(--s4); }
.sum-line { display: flex; justify-content: space-between; padding: var(--s2) 0; font-size: 14px; }
.sum-line.total { border-top: 1px solid var(--border); margin-top: var(--s2); padding-top: var(--s4); font-size: 18px; font-weight: 700; }
.sum-line .free { color: var(--success); font-weight: 600; }
.summary .btn { margin-top: var(--s4); }
.coupon { display: flex; gap: var(--s2); margin-top: var(--s4); align-items: stretch; }
.coupon input { flex: 1; min-width: 0; height: 44px; padding: 0 var(--s3); border: 1px solid var(--border-strong); border-radius: var(--radius-sm); font-size: 14px; }
.summary .coupon .btn { height: 44px; margin-top: 0; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12.5px; color: var(--muted); margin-top: var(--s3); }
.secure-note .icon { width: 14px; height: 14px; }

/* ---------- Checkout ---------- */
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: var(--s6); align-items: start; padding-bottom: var(--s8); }
.checkout-layout .card h2 { font-family: var(--font-body); font-size: 16px; font-weight: 700; margin-bottom: var(--s4); }
.checkout-layout .card + .card { margin-top: var(--s4); }
.pay-opts { display: grid; gap: var(--s2); }
.pay-opt { display: flex; align-items: center; gap: var(--s3); min-height: 56px; padding: 0 var(--s4); border: 1.5px solid var(--border-strong); border-radius: var(--radius-sm); cursor: pointer; transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease); }
.pay-opt:hover { border-color: var(--green-700); }
.pay-opt:has(input:checked) { border-color: var(--green-700); background: var(--green-100); }
.pay-opt input { width: 18px; height: 18px; accent-color: var(--green-700); }
.pay-opt .icon { color: var(--green-700); }
.pay-opt small { color: var(--muted); margin-left: auto; font-size: 12.5px; }
.order-items li { display: flex; gap: var(--s3); align-items: center; padding: var(--s3) 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.order-items .thumb { width: 52px; height: 58px; border-radius: var(--radius-sm); overflow: hidden; background: var(--bg-alt); flex: none; }
.order-items .thumb svg { width: 100%; height: 100%; }
.order-items small { display: block; color: var(--muted); font-size: 12px; }
.order-items .amt { margin-left: auto; font-weight: 600; }
.steps { display: flex; gap: var(--s2); align-items: center; font-size: 13px; color: var(--muted); margin-bottom: var(--s4); }
.steps b { color: var(--green-700); }

/* ---------- Mini lists in dialogs ---------- */
.mini-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; margin: var(--s5) 0 var(--s2); }
.mini-list li a { display: flex; gap: var(--s3); align-items: center; padding: var(--s2) 0; font-size: 14px; border-bottom: 1px solid var(--border); }
.mini-list .thumb { width: 44px; height: 50px; border-radius: 6px; overflow: hidden; flex: none; background: var(--bg-alt); }
.mini-list .thumb svg { width: 100%; height: 100%; }
.order-list li { display: flex; justify-content: space-between; gap: var(--s3); padding: var(--s2) 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.muted { color: var(--muted); font-size: 14px; }
.track-steps { margin-top: var(--s4); }
.track-steps ol { list-style: none; padding: 0; margin: var(--s3) 0 0; }
.track-steps li { position: relative; padding: 0 0 var(--s3) 28px; font-size: 14px; color: var(--muted); }
.track-steps li::before { content: ""; position: absolute; left: 4px; top: 5px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--border-strong); background: #fff; }
.track-steps li.done { color: var(--ink); } .track-steps li.done::before { background: var(--green-700); border-color: var(--green-700); }
.track-steps li.now { color: var(--ink); font-weight: 600; } .track-steps li.now::before { border-color: var(--lime-600); background: var(--lime); }

/* ---------- Showreel ---------- */
.showreel { position: relative; }
.reel-stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.reel-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 700ms var(--ease); }
.reel-slide.active { opacity: 1; }
.reel-slide svg { width: 100%; height: 100%; }
.reel-slide.active svg { animation: kenburns 3.2s linear forwards; }
.showreel.paused .reel-slide.active svg { animation-play-state: paused; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.reel-slide figcaption { position: absolute; left: var(--s6); bottom: var(--s6); color: #fff; font-family: var(--font-head); font-size: clamp(22px, 3vw, 34px); text-shadow: 0 2px 16px rgba(0,0,0,.6); max-width: 60%; }
.reel-bar { display: flex; align-items: center; gap: var(--s3); padding: var(--s2) var(--s4); color: #fff; }
.reel-bar .icon { fill: currentColor; }
.reel-progress { flex: 1; display: grid; grid-auto-flow: column; gap: 6px; }
.reel-progress span { height: 3px; border-radius: 2px; background: rgba(255,255,255,.25); overflow: hidden; }
.reel-progress i { display: block; height: 100%; width: 0; background: var(--lime); }
.reel-progress .done i { width: 100%; }
.reel-progress .now i { animation: grow 3s linear forwards; }
.showreel.paused .reel-progress .now i { animation-play-state: paused; }
@keyframes grow { to { width: 100%; } }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cat-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .promo-card { grid-column: span 3; min-height: 260px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats blockquote { grid-column: 1 / -1; text-align: left; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .why-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; height: 340px; margin: 0 calc(var(--s5) * -1); }
  .hero-art::before { inset: auto 0 0 0; width: 100%; height: 40%; background: linear-gradient(0deg, var(--green-800), transparent); }
  .hero-copy { padding-top: var(--s5); }
  .hero-feats { grid-template-columns: repeat(2, auto); }
  .news-band .container { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .filter-toggle { display: inline-flex; }
  .filters { position: fixed; inset: 0 auto 0 0; z-index: 120; width: min(340px, 90vw); border-radius: 0; overflow-y: auto; transform: translateX(-100%); transition: transform var(--t) var(--ease); visibility: hidden; }
  .filters.open { transform: none; visibility: visible; }
  .filters-close { display: inline-grid; }
  .pdp { grid-template-columns: 1fr; gap: var(--s5); }
  .pdp-gallery { position: static; }
  .story { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .cat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-card { grid-column: 1 / -1; }
  .promo-card .copy { max-width: 75%; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .pdp-gallery { grid-template-columns: 1fr; }
  .thumbs { flex-direction: row; order: 2; overflow-x: auto; }
  .thumbs button { flex: none; width: 68px; height: 76px; }
  .buy-row { grid-template-columns: 1fr 1fr; }
  .buy-row .qty { grid-column: 1 / -1; justify-self: start; }
  .mini-trust { grid-template-columns: 1fr; }
  .cart-row.head { display: none; }
  .cart-row { grid-template-columns: 1fr auto; grid-template-areas: "prod remove" "price price" "qty total"; row-gap: var(--s2); }
  .cart-row .c-prod { grid-area: prod; } .cart-row .c-price { grid-area: price; } .cart-row .c-qty { grid-area: qty; } .cart-row .c-total { grid-area: total; text-align: right; font-weight: 700; } .cart-row .c-remove { grid-area: remove; }
  .cell-label { display: inline; color: var(--muted); font-size: 12.5px; margin-right: 6px; font-weight: 400; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial { grid-template-columns: 1fr; text-align: left; padding: var(--s5); }
  .testimonial blockquote { font-size: 20px; }
  .card { padding: var(--s5); }
  .lightbox figcaption { padding: var(--s3) var(--s4); flex-direction: column; gap: 2px; }
}
@media (max-width: 520px) {
  .hero-feats { grid-template-columns: 1fr 1fr; gap: var(--s4); }
  .hero-cta .btn { flex: 1; }
  .stats { grid-template-columns: 1fr 1fr; gap: var(--s4); }
  .why-grid, .timeline, .stats-row { grid-template-columns: 1fr; }
  .inline-form { flex-direction: column; }
}
