/*
Theme Name: UNI x GLOW
Theme URI: https://UNIglow.com/
Author: weGLOW Ltd
Author URI: https://UNIglow.com/
Description: UNI x GLOW by U·GLOW: everyday essentials, technically engineered. A fast, secure, fully responsive WooCommerce theme with a monochrome charcoal/white system, Inter typography, a mixed hero slider, an auto product carousel with hover model-swap, and a modular landing homepage. Built classic-PHP with separate header/footer, full WooCommerce support, and accessibility baked in.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unixglow
Domain Path: /languages
Tags: e-commerce, custom-logo, custom-menu, featured-images, footer-widgets, translation-ready, block-styles, wide-blocks, threaded-comments, full-width-template, right-sidebar, sticky-post, custom-colors
*/

/* ============================================================
   The design system below is loaded from this file (enqueued
   as the theme stylesheet). WordPress-core + WooCommerce
   styling is appended at the end.
   ============================================================ */
/* ============================================================
   UNI x GLOW by U·GLOW - Homepage stylesheet
   Monochrome system. Contrast, not colour.
   Built mobile-first. WordPress/WooCommerce-portable.
   ============================================================ */

/* ---------- 1. Tokens ---------- */
:root{
  /* Two colours, nothing else - CHARCOAL + WHITE (brand book v1.1) */
  --ink:        #1c1c1c;   /* CHARCOAL - anchors 75% of surfaces */
  --ink-2:      #3a3a3a;   /* secondary text on light */
  --paper:      #ffffff;   /* WHITE - primary surface */
  --paper-2:    #f5f5f4;   /* neutral off-white block (charcoal/white) */
  --paper-3:    #ececeb;   /* neutral grey block */
  --line:       #e4e4e2;   /* hairlines */
  --line-2:     #cfcfcc;
  --mute:       #6e6e6b;   /* muted captions */
  --mute-on-ink:#a6a6a3;   /* muted on charcoal */
  --paper-on-ink:#f5f5f4;

  /* Grey tier - tints of charcoal/white, no third colour */
  --graphite:   #232323;   /* soft charcoal step for tonal variety */
  --graphite-line:#363636;
  --grey-mid:   #8a8a88;
  --grey-band:  #2b2b2b;

  /* Type - Inter, one typeface (brand book v1.1) */
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --eyebrow-ls: .22em;

  /* Rhythm */
  --maxw: 1440px;
  --gut: clamp(20px, 5vw, 64px);
  --sect: clamp(64px, 9vw, 132px);

  --radius: 14px;   /* squircle echo of the logo badge */
  --radius-s: 8px;

  --ease: cubic-bezier(.4,0,.1,1);
}

/* ---------- 2. Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);
  font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
h1,h2,h3,h4,p,figure,ul,ol{margin:0}
ul{list-style:none;padding:0}
:focus-visible{outline:2px solid var(--ink);outline-offset:3px}

/* ---------- 3. Type scale ---------- */
.eyebrow{
  font-size:12px;letter-spacing:var(--eyebrow-ls);text-transform:uppercase;
  font-weight:600;color:var(--mute);
}
.display{
  font-size:clamp(2.6rem,7vw,5.4rem);line-height:.98;font-weight:700;
  letter-spacing:-.03em;
}
.h2{
  font-size:clamp(1.8rem,4vw,3rem);line-height:1.02;font-weight:700;
  letter-spacing:-.02em;
}
.h3{font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:600;letter-spacing:-.01em;line-height:1.1}
.lede{font-size:clamp(1.05rem,1.8vw,1.3rem);color:var(--ink-2);line-height:1.5;max-width:46ch}
.muted{color:var(--mute)}
.price{font-variant-numeric:tabular-nums;font-weight:600}

/* ---------- 4. Layout ---------- */
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gut)}
.section{padding-block:var(--sect)}
.section--tight{padding-block:clamp(48px,6vw,84px)}
.bg-soft{background:var(--paper-2)}
.bg-ink{background:var(--ink);color:var(--paper-on-ink)}
.bg-ink .muted{color:var(--mute-on-ink)}
.bg-ink .eyebrow{color:var(--mute-on-ink)}
.bg-graphite{background:var(--graphite);color:var(--paper-on-ink)}
.bg-graphite .muted,.bg-graphite .eyebrow{color:var(--mute-on-ink)}
.bg-graphite .spec-list,.bg-graphite .spec-list div{border-color:var(--graphite-line)}
.center{text-align:center}
.stack-sm>*+*{margin-top:.6rem}
.stack-md>*+*{margin-top:1.2rem}
.divider{height:1px;background:var(--line);border:0;margin:0}

.sec-head{max-width:62ch;margin-bottom:clamp(28px,4vw,52px)}
.sec-head.center{margin-inline:auto}

/* ---------- 5. Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  padding:15px 26px;border-radius:var(--radius-s);font-weight:600;font-size:15px;
  letter-spacing:.01em;transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease);
  min-height:48px;
}
.btn--primary{background:var(--ink);color:var(--paper)}
.btn--primary:hover{transform:translateY(-1px);background:#262626}
.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--line-2)}
.btn--ghost:hover{border-color:var(--ink);background:var(--ink);color:var(--paper)}
.btn--on-ink{background:var(--paper);color:var(--ink)}
.btn--on-ink:hover{transform:translateY(-1px);background:#e9e7e3}
.btn--block{width:100%}
.link-underline{font-weight:600;font-size:15px;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s}
.link-underline:hover{opacity:.6}

/* ---------- 6. Announcement bar ---------- */
.announce{
  background:var(--ink);color:var(--paper);text-align:center;
  font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;
  padding:9px 16px;font-weight:500;
}

/* ---------- 7. Header (black bar, white text/icons) ---------- */
.header{position:sticky;top:0;z-index:60;background:rgba(24,24,24,.92);
  backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid #2b2b2b}
/* Badge logo is dark artwork; invert it to white so it reads on the black bar */
.header .brand-logo{filter:invert(1)}
/* Once shrunk on scroll, sit fully opaque black (no content bleed-through) */
.header.shrink{background:rgba(20,20,20,.97);border-bottom-color:#242424}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;
  min-height:74px;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gut);
  padding-block:4px;transition:min-height .35s var(--ease)}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:auto;height:62px;transition:height .35s var(--ease)}
.brand b{font-weight:700;letter-spacing:-.02em;font-size:1.2rem;transition:font-size .35s var(--ease)}
/* Shrink the logo once the page scrolls, so the sticky bar stays compact */
.header.shrink .nav{min-height:56px}
.header.shrink .brand img{height:44px}
.header.shrink .brand b{font-size:1.05rem}
@media(min-width:900px){
  .nav{min-height:96px}
  .brand img{height:88px}
  .header.shrink .nav{min-height:62px}
  .header.shrink .brand img{height:50px}
}
.nav-links{display:none;gap:26px;align-items:center;margin:0;padding:0;list-style:none}
.nav-links li{list-style:none}
.nav-links a{font-size:13.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--paper-on-ink);transition:color .2s}
.nav-links a:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:16px}
/* "About" text link on the right; folded into the burger on mobile */
.nav-text-link{display:none;font-size:13.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--paper-on-ink);transition:color .2s}
.nav-text-link:hover{color:#fff}
@media(min-width:900px){.nav-text-link{display:inline-flex}}
/* Header action icons (account, cart) */
.nav-ico{width:23px;height:23px;display:block}
.icon-btn.account-link,.icon-btn.cart-link{padding:6px;color:#fff}
.icon-btn.account-link:hover,.icon-btn.cart-link:hover{color:var(--mute-on-ink)}
/* on mobile the burger menu already carries Shop - hide the standalone link so the wordmark has room */
.nav-actions a.icon-btn{display:none}
@media(min-width:900px){.nav-actions a.icon-btn{display:inline-flex}}
.icon-btn{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;padding:8px}
.icon-btn.cart-link{position:relative}
.cart-count{position:absolute;top:-3px;right:-4px;display:inline-grid;place-items:center;min-width:17px;height:17px;padding:0 4px;
  background:#fff;color:var(--ink);border:1px solid var(--ink);border-radius:999px;font-size:10.5px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}
.cart-count:empty,.cart-count[data-empty]{display:none}
.burger{display:inline-flex;flex-direction:column;gap:4px;padding:10px}
.burger span{width:20px;height:2px;background:#fff;transition:.25s var(--ease)}
.mobile-menu{display:none;position:absolute;left:0;right:0;top:100%;z-index:59;border-top:1px solid #2b2b2b;
  background:var(--ink);box-shadow:0 16px 28px rgba(0,0,0,.28);max-height:75vh;overflow-y:auto}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:15px var(--gut);border-bottom:1px solid #2b2b2b;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--paper-on-ink)}
.mobile-menu a:hover{color:#fff}

@media(min-width:900px){
  .nav-links{display:flex}
  .nav-links--center{flex:1;justify-content:center}
  .burger{display:none}
}

/* ---------- 8. Hero slider (mixed: split + full banner) ---------- */
.hero-slider{position:relative;background:var(--ink);overflow:hidden}
.slides{position:relative;height:clamp(500px,72vh,660px)}
.slide{position:absolute;inset:0;opacity:0;visibility:hidden;
  transition:opacity 1s ease,visibility 1s ease}
.slide.is-active{opacity:1;visibility:visible}

/* shared copy block */
.slide-copy{display:flex;flex-direction:column;gap:18px}
.hero-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.tag{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 14px;
  font-size:13px;font-weight:600}
.tag::before{content:"";width:5px;height:5px;border-radius:50%}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}

/* --- FULL banner slide (image full-bleed, white text on scrim) --- */
.slide--full .slide-bg{position:absolute;inset:0;background-size:cover;background-position:center}
/* right-aligned variant - for banners whose subject sits on the left */
.slide--full.slide--right::after{background:linear-gradient(270deg,rgba(10,10,10,.8),rgba(10,10,10,.42) 52%,rgba(10,10,10,.12) 90%)}
.slide--full.slide--right .slide-inner{justify-content:flex-end}
.slide--full.slide--right .slide-copy{text-align:right;align-items:flex-end;margin-left:auto}
.slide--full.slide--right .hero-cta{justify-content:flex-end}
.slide--full::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(10,10,10,.78),rgba(10,10,10,.42) 52%,rgba(10,10,10,.12) 88%)}
.slide--full .slide-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.slide--full .slide-copy{max-width:600px;color:#fff}
.slide--full .eyebrow{color:#dbdad6}
.slide--full .lede{color:#eceae6}
.slide--full .display{color:#fff}
.slide--full .tag{border:1px solid rgba(255,255,255,.4);color:#fff}
.slide--full .tag::before{background:#fff}

/* --- SPLIT slide (40% white caption / 60% image) --- */
.slide--split .split-grid{display:grid;height:100%;grid-template-rows:auto 1fr}
.slide--split .slide-copy{background:var(--paper);color:var(--ink);
  justify-content:center;padding:clamp(30px,6vw,72px);max-width:none}
.slide--split .slide-copy>*{max-width:560px}
.slide--split .eyebrow{color:var(--mute)}
.slide--split .lede{color:var(--ink-2)}
.slide--split .display{color:var(--ink)}
.slide--split .tag{border:1px solid var(--line-2);color:var(--ink-2)}
.slide--split .tag::before{background:var(--ink)}
/* contain = the whole photo is always visible, never cropped, on any screen */
.slide--split .split-img{min-width:0;min-height:0;background-color:var(--paper-2);
  background-size:cover;background-repeat:no-repeat;background-position:center}
@media(min-width:900px){
  .slide--split .split-grid{grid-template-rows:1fr;grid-template-columns:1fr 1fr}
  .slide--split .split-img{background-position:center}
}

/* arrows - dark glass, bottom-right, clears the white caption panel */
.slider-arrow{position:absolute;bottom:18px;z-index:4;width:44px;height:44px;border-radius:50%;
  color:#fff;font-size:21px;line-height:1;background:rgba(15,15,15,.5);
  border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(6px);
  display:grid;place-items:center;transition:background .2s}
.slider-arrow:hover{background:rgba(15,15,15,.72)}
.slider-arrow.prev{right:72px}
.slider-arrow.next{right:clamp(16px,3vw,28px)}

/* dots - bottom-center; always lands over the image on every layout */
.slider-dots{position:absolute;left:0;right:0;bottom:22px;z-index:4;
  display:flex;gap:10px;justify-content:center;pointer-events:none}
.slider-dots button{pointer-events:auto;width:9px;height:9px;border-radius:999px;
  background:rgba(255,255,255,.55);border:1px solid rgba(0,0,0,.2);
  transition:width .3s var(--ease),background .3s}
.slider-dots button[aria-selected="true"]{background:#fff;width:28px}

@media(max-width:560px){
  .slider-arrow{display:none}
  .slides{height:clamp(580px,86vh,720px)}
}

/* ---------- 9. Marquee fact strip ---------- */
.factstrip{border-block:1px solid var(--line);background:var(--paper-2)}
.factstrip ul{display:grid;grid-template-columns:repeat(2,1fr)}
.factstrip li{padding:22px var(--gut);border-bottom:1px solid var(--line)}
.factstrip li:nth-child(odd){border-right:1px solid var(--line)}
.factstrip .num{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.02em}
.factstrip .lbl{font-size:13px;color:var(--mute);margin-top:2px}
@media(min-width:760px){
  .factstrip ul{grid-template-columns:repeat(4,1fr)}
  .factstrip li{border-bottom:0}
  .factstrip li:nth-child(odd){border-right:0}
  .factstrip li+li{border-left:1px solid var(--line)}
}

/* ---------- 10. Intro split ---------- */
.split{display:grid;gap:clamp(28px,5vw,72px);align-items:center;grid-template-columns:1fr}
.split--media-right .media{order:-1}
.split figure{border-radius:var(--radius);overflow:hidden;background:var(--paper-3)}
.split figure img{width:100%;aspect-ratio:4/5;object-fit:cover}
@media(min-width:860px){
  .split{grid-template-columns:1fr 1fr}
  .split--media-right .media{order:0}
}

/* ---------- 11. Why - feature grid ---------- */
.feature-grid{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.feature{background:var(--paper);padding:clamp(24px,3vw,38px)}
.feature .k{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mute)}
.feature h3{margin-top:14px;margin-bottom:8px}
.feature p{color:var(--ink-2);font-size:15.5px}
@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.feature-grid{grid-template-columns:repeat(3,1fr)}}

/* ---------- 11b. Brand pillars - bento (cards + images) ---------- */
.pillars{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:680px){
  .pillars{grid-template-columns:1fr 1fr}
  .pillars .pimg{grid-column:span 2}
}
@media(min-width:1000px){
  .pillars{grid-template-columns:repeat(4,1fr)}
  .pillars .pimg{grid-column:span 2}
}
.pcard{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  padding:clamp(22px,2.4vw,32px);display:flex;flex-direction:column}
.pcard .k{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mute)}
.pcard h3{margin:14px 0 8px}
.pcard p{color:var(--ink-2);font-size:15.5px}
.pimg{position:relative;margin:0;border-radius:var(--radius);overflow:hidden;
  background:var(--paper-3);min-height:248px}
.pimg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.pimg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.58),rgba(0,0,0,0) 56%)}
.pimg figcaption{position:absolute;left:0;bottom:0;z-index:2;padding:20px 22px;
  color:#fff;font-weight:600;font-size:15.5px;letter-spacing:-.01em}

/* ---------- 12. Fabric story (on ink) ---------- */
.fabric{display:grid;gap:clamp(28px,5vw,64px);grid-template-columns:1fr;align-items:center}
.fabric figure{border-radius:var(--radius);overflow:hidden}
.fabric figure img{width:100%;aspect-ratio:1/1;object-fit:cover}
.spec-list{border-top:1px solid #2c2c2c}
.spec-list div{display:flex;justify-content:space-between;gap:20px;
  padding:16px 0;border-bottom:1px solid #2c2c2c;font-size:15.5px}
.spec-list dt{color:var(--mute-on-ink)}
.spec-list dd{margin:0;font-weight:600;text-align:right}
@media(min-width:900px){.fabric{grid-template-columns:1fr 1fr}}

/* ---------- 13. Construction steps ---------- */
.steps{display:grid;gap:1px;background:var(--line);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}
.step{background:var(--paper);padding:clamp(24px,3vw,36px);display:flex;gap:18px;align-items:flex-start}
.step .no{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;
  border:1px solid var(--ink);border-radius:999px;width:34px;height:34px;flex:0 0 34px;
  display:grid;place-items:center}
.step h3{margin-bottom:6px}
.step p{color:var(--ink-2);font-size:15px}
@media(min-width:760px){.steps{grid-template-columns:repeat(2,1fr)}}

/* ---------- 14. Use cases ---------- */
.usecases{display:grid;gap:18px;grid-template-columns:1fr}
.usecase{border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,3vw,32px)}
.usecase .k{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);font-weight:700}
.usecase h3{margin:12px 0 6px}
.usecase p{font-size:15px;color:var(--ink-2)}
@media(min-width:680px){.usecases{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.usecases{grid-template-columns:repeat(4,1fr)}}

/* ---------- 15. Category cards ---------- */
.cats{display:grid;gap:16px;grid-template-columns:1fr}
.cat{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--paper-3);
  aspect-ratio:3/4;display:block}
.cat img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.cat:hover img{transform:scale(1.04)}
.cat figcaption{position:absolute;left:0;right:0;bottom:0;padding:22px;
  background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,0));color:#fff}
.cat figcaption .nm{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}
.cat figcaption .mt{font-size:13px;color:#dcdcdc}
@media(min-width:640px){.cats{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.cats{grid-template-columns:repeat(4,1fr)}}

/* ---------- 15b. Men / Women duo banner ---------- */
.duo{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:760px){.duo{grid-template-columns:1fr 1fr}}
.duo-tile{position:relative;display:block;border-radius:var(--radius);overflow:hidden;
  aspect-ratio:16/10;background:var(--paper-3)}
.duo-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.duo-tile:hover img{transform:scale(1.04)}
.duo-tile::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0) 58%)}
.duo-cap{position:absolute;left:0;bottom:0;z-index:2;padding:clamp(20px,3vw,30px);
  color:#fff;display:flex;flex-direction:column;gap:5px}
.duo-cap .eyebrow{color:rgba(255,255,255,.82)}
.duo-cap .duo-nm{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1}
.duo-cap .duo-mt{font-size:13px;color:#dcdcdc}

/* ---------- 16. Product cards (best sellers) ---------- */
.products{display:grid;gap:14px 16px;grid-template-columns:repeat(2,1fr)}
.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);
  display:flex;flex-direction:column;transition:border-color .25s}
.card:hover{border-color:var(--line-2)}
.card-media{position:relative;background:var(--paper-3);aspect-ratio:4/5}
.card-media img{width:100%;height:100%;object-fit:cover}
.badge{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;
  font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 9px;border-radius:5px}
.quick-add{position:absolute;left:12px;right:12px;bottom:12px;opacity:0;transform:translateY(8px);
  transition:.25s var(--ease)}
.card:hover .quick-add,.card:focus-within .quick-add{opacity:1;transform:none}
.card-body{padding:14px 14px 18px;display:flex;flex-direction:column;gap:4px;flex:1}
.card-body .nm{font-weight:600;font-size:15.5px}
.card-body .meta{font-size:13px;color:var(--mute)}
.card-body .row{margin-top:auto;display:flex;align-items:baseline;justify-content:space-between;padding-top:10px}
.card-body .price{font-size:16px}
.pack{font-size:12.5px;color:var(--mute)}
@media(min-width:900px){.products{grid-template-columns:repeat(4,1fr)}.quick-add{display:block}}
@media(max-width:899px){.quick-add{opacity:1;transform:none;position:static;margin-top:12px}}

/* ---------- 17. Comparison table ---------- */
.compare{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.compare table{width:100%;border-collapse:collapse;font-size:15px}
.compare th,.compare td{padding:16px clamp(12px,2vw,22px);text-align:left;border-bottom:1px solid var(--line)}
.compare thead th{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--mute);font-weight:700}
.compare tbody th{font-weight:600}
.compare .us{background:var(--paper-2);font-weight:700}
.compare col.us-col{background:var(--paper-2)}
.compare td.us{font-weight:700}
.compare tr:last-child th,.compare tr:last-child td{border-bottom:0}
.compare .mark{font-weight:700}

/* ---------- 18. Reviews / trust ---------- */
.reviews{display:grid;gap:16px;grid-template-columns:1fr}
.review{border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,3vw,30px)}
.stars{font-size:13px;letter-spacing:.15em;font-weight:700}
.review p{margin:12px 0;font-size:16px;line-height:1.5}
.review .who{font-size:13px;color:var(--mute)}
@media(min-width:760px){.reviews{grid-template-columns:repeat(3,1fr)}}
.trust-row{display:flex;flex-wrap:wrap;gap:14px 30px;justify-content:center;align-items:center;
  padding-top:14px}
.trust-row span{font-size:13px;font-weight:600;color:var(--ink-2);display:inline-flex;align-items:center;gap:8px}
.trust-row span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ink)}

/* ---------- 19. About band ---------- */
.about-quote{font-size:clamp(1.6rem,4vw,2.8rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;max-width:20ch}

/* ---------- 20. FAQ ---------- */
.faq{max-width:820px;margin-inline:auto}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;
  align-items:center;padding:22px 0;font-weight:600;font-size:17px}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{flex:0 0 auto;width:22px;height:22px;position:relative;transition:transform .3s var(--ease)}
.faq summary .pm::before,.faq summary .pm::after{content:"";position:absolute;background:var(--ink);
  top:50%;left:50%;transform:translate(-50%,-50%)}
.faq summary .pm::before{width:14px;height:2px}
.faq summary .pm::after{width:2px;height:14px;transition:transform .3s var(--ease)}
.faq details[open] summary .pm::after{transform:translate(-50%,-50%) scaleY(0)}
.faq .ans{padding:0 0 22px;color:var(--ink-2);font-size:15.5px;max-width:64ch}

/* ---------- 21. Newsletter ---------- */
.news{display:grid;gap:24px;align-items:center;grid-template-columns:1fr}
.news form{display:flex;flex-wrap:wrap;gap:10px}
.news input[type=email]{flex:1;min-width:220px;padding:15px 16px;border:1px solid #3a3a3a;
  background:#141414;color:#fff;border-radius:var(--radius-s);font-size:15px}
.news input::placeholder{color:#8a8a8a}
.news small{display:block;margin-top:10px;color:var(--mute-on-ink);font-size:12.5px}
@media(min-width:860px){.news{grid-template-columns:1fr 1fr}}

/* ---------- 22. Footer ---------- */
.footer{background:var(--ink);color:var(--paper-on-ink);padding-block:clamp(48px,6vw,80px)}
.footer .cols{display:grid;gap:32px;grid-template-columns:1fr;margin-bottom:40px}
.footer .brandcol .brand b{color:#fff}
.footer h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute-on-ink);margin-bottom:16px;font-weight:700}
.footer a{color:#d7d6d2;font-size:14.5px;display:inline-block;padding:5px 0;transition:color .2s}
.footer a:hover{color:#fff}
.footer .endorse{display:block;max-width:44ch;margin-top:18px}
.footer .endorse-line{display:block;font-size:13.5px;line-height:1.6;color:#bdbcb8}
.footer .endorse-line+.endorse-line{margin-top:9px}
/* Last line is the endorsement, not body copy: set it apart. */
.footer .endorse-line:not(:only-child):last-child{
	margin-top:16px;padding-top:15px;
	border-top:1px solid rgba(255,255,255,.14);
	/* No text-transform: the lowercase x in "UNI x GLOW" is part of the wordmark. */
	font-size:12.5px;font-weight:700;letter-spacing:.06em;
	line-height:1.45;color:#fff;
}
.social{display:flex;flex-wrap:wrap;gap:11px;margin-top:22px}
.social a{width:42px;height:42px;border:1px solid var(--grey-band);border-radius:50%;
  display:grid;place-items:center;color:#d7d6d2;padding:0;transition:background .2s,color .2s,border-color .2s,transform .2s}
.social a:hover{background:#fff;color:var(--ink);border-color:#fff;transform:translateY(-2px)}
.social svg{width:18px;height:18px;fill:currentColor;display:block}
.footer-bottom{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;
  border-top:1px solid #262626;padding-top:24px;font-size:12.5px;color:var(--mute-on-ink)}
@media(min-width:680px){.footer .cols{grid-template-columns:1.9fr 1fr 1fr 1fr}}

/* ---------- 23. Sticky mobile shop bar (CRO) ---------- */
.sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;background:rgba(11,11,11,.97);
  color:#fff;backdrop-filter:blur(8px);transform:translateY(110%);transition:transform .35s var(--ease);
  padding:10px 16px;display:flex;align-items:center;gap:12px;border-top:1px solid #2a2a2a}
.sticky-bar.show{transform:none}
.sticky-bar img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#222}
.sticky-bar .sb-txt{flex:1;line-height:1.2}
.sticky-bar .sb-txt b{font-size:14px}
.sticky-bar .sb-txt span{font-size:12.5px;color:#b7b6b2}
.sticky-bar .btn{padding:11px 18px;min-height:42px}
@media(min-width:900px){.sticky-bar{display:none}}

/* ---------- 24. Utility ---------- */
.toast{position:fixed;left:50%;bottom:84px;transform:translateX(-50%) translateY(20px);
  background:var(--ink);color:#fff;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:600;
  opacity:0;pointer-events:none;transition:.3s var(--ease);z-index:70}
.toast.show{opacity:1;transform:translateX(-50%)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}

/* ---------- 25. Product slider (auto-advance, hover→model swap) ---------- */
.pslider{--vis:2;--gap:14px;position:relative}
@media(min-width:600px){.pslider{--vis:3}}
@media(min-width:1000px){.pslider{--vis:5}}
.pslider-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}
.pslider-nav{display:flex;gap:8px;flex:0 0 auto}
.pslider-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line-2);
  display:grid;place-items:center;font-size:20px;line-height:1;color:var(--ink);
  background:var(--paper);transition:background .2s,color .2s,border-color .2s}
.pslider-nav button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.p-viewport{overflow:hidden}
.p-track{display:flex;gap:var(--gap);will-change:transform}
.p-tile{flex:0 0 calc((100% - (var(--vis) - 1) * var(--gap)) / var(--vis));min-width:0}
.p-media{position:relative;display:block;aspect-ratio:4/5;border-radius:var(--radius);
  overflow:hidden;background:var(--paper-3)}
.p-media img{position:absolute;inset:0;width:100%;height:100%;transition:opacity .55s ease}
.p-media .product{object-fit:contain;background:#fff}
.p-media .model{object-fit:cover;opacity:0}
.p-tile:hover .product{opacity:0}
.p-tile:hover .model{opacity:1}
.p-tag{position:absolute;top:10px;left:10px;z-index:2;background:var(--ink);color:#fff;
  font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 8px;border-radius:5px}
.p-add{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;opacity:0;transform:translateY(8px);
  transition:opacity .25s var(--ease),transform .25s var(--ease);min-height:42px;padding:10px}
.p-tile:hover .p-add,.p-tile:focus-within .p-add{opacity:1;transform:none}
.p-info{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:12px 2px 0}
.p-name{font-weight:600;font-size:15px}
.p-info .meta{display:block;font-size:12.5px;color:var(--mute);font-weight:500}
.p-info .price{font-size:15px}
@media(hover:none){.p-add{opacity:1;transform:none}}  /* touch: keep add reachable */

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* ============================================================
   WordPress core classes (required for theme review)
   ============================================================ */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;
  margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{background:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  clip:auto!important;clip-path:none;color:#1c1c1c;display:block;font-size:14px;font-weight:700;
  height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{position:absolute;left:-9999px;top:0;z-index:100000}
.skip-link:focus{left:6px;top:6px}

.alignleft{float:left;margin:0 1.5em 1em 0}
.alignright{float:right;margin:0 0 1em 1.5em}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.alignwide{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}
.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}
@media(min-width:1200px){
  .alignwide{margin-left:calc(640px - 45vw);margin-right:calc(640px - 45vw);max-width:90vw}
}
.wp-caption{max-width:100%;margin-bottom:1.5em}
.wp-caption img{display:block;margin:0 auto}
.wp-caption-text,.wp-block-image figcaption{font-size:13px;color:var(--mute);text-align:center;margin-top:8px}
.gallery{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}
.gallery-item img{border-radius:8px}
.sticky{}
.bypostauthor{}
.wp-block-button__link{border-radius:var(--radius-s)}
.wp-block-quote,blockquote{border-left:3px solid var(--ink);padding-left:20px;margin:24px 0;font-style:normal}
.post-password-form input[type=password]{padding:12px 14px;border:1px solid var(--line-2);border-radius:var(--radius-s)}

/* Editor-friendly content width for pages/posts */
.entry-content{max-width:760px;margin-inline:auto}
.entry-content>*+*{margin-top:1.1em}
.entry-content h2{font-size:clamp(1.5rem,3vw,2rem);margin-top:1.6em}
.entry-content h3{font-size:1.35rem;margin-top:1.4em}
.entry-content img{border-radius:var(--radius)}
.entry-content a{border-bottom:1px solid currentColor}
.entry-content ul,.entry-content ol{padding-left:1.3em;list-style:revert}

/* Post/blog cards */
.post-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);margin-bottom:24px}
.post-card .thumb img{width:100%;aspect-ratio:16/9;object-fit:cover}
.post-card .post-body{padding:clamp(20px,3vw,30px)}
.post-card .entry-title{font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:700;letter-spacing:-.01em;margin-bottom:10px}
.post-card .entry-meta{font-size:13px;color:var(--mute);margin-bottom:12px}
.post-card .entry-meta a{color:var(--mute)}
.page-header .page-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;letter-spacing:-.02em}
.page-header{margin-bottom:clamp(28px,4vw,48px)}

/* Comments */
.comments-area{max-width:760px;margin:48px auto 0}
.comment-list{list-style:none;padding:0;margin:0}
.comment-list .comment{border-top:1px solid var(--line);padding:20px 0}
.comment-list .children{list-style:none;padding-left:24px}
.comment-author .avatar{border-radius:50%;margin-right:10px;vertical-align:middle}
.comment-metadata{font-size:12.5px;color:var(--mute)}
.comment-respond{margin-top:32px}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{
  width:100%;padding:12px 14px;border:1px solid var(--line-2);border-radius:var(--radius-s);font:inherit;margin-top:6px}
.comment-form label{font-size:13px;font-weight:600}

/* Pagination */
.pagination-custom{margin-top:40px;text-align:center}
.pagination-custom .page-numbers{display:inline-grid;place-items:center;min-width:44px;height:44px;padding:0 8px;
  border:1px solid var(--line-2);border-radius:var(--radius-s);margin:0 3px;font-weight:600;font-variant-numeric:tabular-nums}
.pagination-custom .page-numbers.current{background:var(--ink);color:#fff;border-color:var(--ink)}
.pagination-custom ul{display:inline-flex;flex-wrap:wrap;gap:0;list-style:none;padding:0}

/* Widgets / sidebar */
.widget{margin-bottom:32px}
.widget-title{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--mute);margin-bottom:14px}
.widget ul{list-style:none;padding:0;margin:0}
.widget ul li{padding:7px 0;border-bottom:1px solid var(--line);font-size:14.5px}
.widget a{color:var(--ink-2)}
.widget a:hover{color:var(--ink)}

/* ============================================================
   WooCommerce - brand-aligned styling
   ============================================================ */
.woocommerce-page main,.woocommerce main{padding-block:clamp(32px,5vw,64px)}
.woocommerce .woocommerce-breadcrumb{font-size:13px;color:var(--mute);margin-bottom:24px}
.woocommerce .woocommerce-breadcrumb a{color:var(--mute)}
/* PDP breadcrumb sits above the title, at the top of the summary column */
.single-product .pdp-breadcrumb{margin:0 0 12px}
.single-product .pdp-breadcrumb .woocommerce-breadcrumb{margin:0;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);font-weight:600;line-height:1.5}
.single-product .pdp-breadcrumb .woocommerce-breadcrumb a{color:var(--mute);font-weight:500;transition:color .18s}
.single-product .pdp-breadcrumb .woocommerce-breadcrumb a:hover{color:var(--ink)}
.single-product .pdp-crumb-sep{margin:0 7px;color:var(--line-2)}

/* Buttons */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,
.wc-block-components-button,.wp-block-button__link{
  background:var(--ink);color:#fff;border:0;border-radius:var(--radius-s);
  padding:14px 24px;font-weight:600;font-size:14.5px;letter-spacing:.01em;line-height:1.2;
  transition:transform .2s var(--ease),background .2s var(--ease);min-height:46px}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{
  background:#333;color:#fff;transform:translateY(-1px)}
.woocommerce a.button.disabled,.woocommerce button.button:disabled{opacity:.5}

/* Product grid */
.woocommerce ul.products{display:grid;gap:16px 16px;grid-template-columns:repeat(2,1fr);margin:0 0 32px}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);
  display:flex;flex-direction:column;transition:border-color .2s}
.woocommerce ul.products li.product:hover{border-color:var(--line-2)}
.woocommerce ul.products li.product a img{margin:0;background:var(--paper-3);aspect-ratio:4/5;object-fit:contain}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px;font-weight:600;padding:14px 14px 2px}
.woocommerce ul.products li.product .price{color:var(--ink);font-weight:600;padding:0 14px;font-size:15px;margin:0}
.woocommerce ul.products li.product .price del{color:var(--mute);font-weight:400;margin-right:6px}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{
  margin:12px 14px 16px;text-align:center;width:calc(100% - 28px);display:block}
.woocommerce ul.products li.product .star-rating{margin:8px 14px;font-size:.8em}
@media(min-width:700px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1000px){.woocommerce ul.products.columns-4{grid-template-columns:repeat(4,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}}

/* Sale flash */
.woocommerce span.onsale{background:var(--ink);color:#fff;border-radius:5px;min-height:auto;min-width:auto;
  padding:5px 9px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;top:12px;left:12px;margin:0}

/* Result count / ordering */
.woocommerce .woocommerce-result-count{color:var(--mute);font-size:14px}
.woocommerce .woocommerce-ordering select,.woocommerce form .form-row select,.woocommerce select{
  padding:10px 12px;border:1px solid var(--line-2);border-radius:var(--radius-s);font:inherit;background:#fff}

/* Single product - gallery + summary side by side; everything after full width */
.single-product div.product{display:flex;flex-wrap:wrap;column-gap:4%;row-gap:clamp(28px,4vw,52px)}
.single-product div.product > *{width:100%}
@media(min-width:900px){
  .single-product div.product > .woocommerce-product-gallery{width:48%}
  .single-product div.product > .summary{width:48%}
}
.single-product div.product .woocommerce-product-gallery{margin:0}
.single-product div.product .product_title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.02em}
.single-product div.product p.price,.single-product div.product span.price{font-size:1.4rem;font-weight:700;color:var(--ink)}
.single-product div.product .price del{color:var(--mute);font-weight:400}
.single-product .woocommerce-product-details__short-description{color:var(--ink-2)}
.single-product .quantity .qty{width:64px;padding:12px 8px;border:1px solid var(--line-2);border-radius:var(--radius-s);text-align:center}
.single-product .cart{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:20px 0}
.single-product .single_add_to_cart_button{flex:1;min-width:200px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 20px;border-bottom:1px solid var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none;border:0;border-radius:0;padding:0 18px 0 0;margin:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--mute);font-weight:600;padding:10px 0}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ink);border-bottom:2px solid var(--ink)}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none}
.stock.in-stock{color:#1c7c40;font-weight:600;font-size:14px}

/* Star rating colour */
.woocommerce .star-rating span::before,.woocommerce p.stars a::before{color:var(--ink)}
.woocommerce .star-rating::before{color:var(--line-2)}

/* Forms: cart, checkout, account, notices */
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce #customer_details input,
.select2-container .select2-selection{padding:12px 14px;border:1px solid var(--line-2);border-radius:var(--radius-s);font:inherit}
.woocommerce table.shop_table{border-radius:var(--radius);border-color:var(--line)}
.woocommerce table.shop_table th{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews,p.no-comments{
  border-top-color:var(--ink);background:var(--paper-2);border-radius:var(--radius-s)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--ink)}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{
  border:1px solid var(--line);border-radius:var(--radius);padding:8px 20px}

/* Cart mini in header dropdown */
.dropdown-box .widget_shopping_cart_content{padding:16px}

/* Off-canvas / responsive product filters keep readable */
@media(max-width:480px){
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
}

/* ============================================================
   Theme chrome (WP templates not present in the landing design)
   ============================================================ */
.site-main{padding-block:clamp(40px,6vw,72px)}
.site-main.with-sidebar{display:grid;gap:clamp(32px,5vw,56px);grid-template-columns:1fr}
@media(min-width:960px){.site-main.with-sidebar{grid-template-columns:minmax(0,1fr) 300px}}
.content-col{min-width:0}

/* Keep cart visible on mobile; hide only the shop/account text links */
.nav-actions a.cart-link{display:inline-flex}
@media(max-width:899px){.nav-actions a.shop-link,.nav-actions a.account-link{display:none}}
.cart-link .cart-count{margin-left:2px}

/* Search overlay */
.search-toggle{background:none}
.search-overlay{position:fixed;inset:0;z-index:120;background:rgba(255,255,255,.98);
  backdrop-filter:blur(6px);display:flex;align-items:flex-start}
.search-overlay[hidden]{display:none}
.search-overlay-inner{width:100%;margin-top:16vh;position:relative;display:flex;gap:12px;align-items:center}
.search-overlay .search-form{flex:1;display:flex;gap:10px}
.search-overlay .search-field{flex:1;font-size:clamp(1.2rem,3vw,2rem);border:0;border-bottom:2px solid var(--ink);
  padding:12px 0;background:none;font-weight:600;color:var(--ink)}
.search-overlay .search-field:focus{outline:none}
.search-close{font-size:30px;line-height:1;background:none;border:0;padding:8px;color:var(--ink);cursor:pointer}

/* Back to top */
.back-to-top{position:fixed;right:18px;bottom:18px;z-index:55;width:44px;height:44px;border-radius:50%;
  background:var(--ink);color:#fff;display:grid;place-items:center;font-size:18px;text-decoration:none;
  opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .3s var(--ease),transform .3s var(--ease)}
.back-to-top.show{opacity:1;pointer-events:auto;transform:none}

/* Footer widget columns */
.footer .footer-col .widget{margin-bottom:22px}
.footer .footer-col a{color:#d7d6d2}
.footer .footer-col a:hover{color:#fff}
.footer .footer-menu{list-style:none;padding:0;margin:0}
.footer .footer-menu li{padding:5px 0}
.footer .footer-col .widget-title{color:var(--mute-on-ink)}
.footer .footer-col li{border-bottom:1px solid #262626}

/* Mobile menu list reset */
.mobile-menu ul{list-style:none;margin:0;padding:0}
.mobile-menu .sub-menu{padding-left:14px}
.mobile-menu li{list-style:none}

/* Single post / page niceties */
.post-thumbnail img{width:100%;border-radius:var(--radius);margin-bottom:24px;aspect-ratio:16/9;object-fit:cover}
.entry-header .entry-title{font-size:clamp(1.9rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px}
.entry-meta{font-size:13px;color:var(--mute);margin-bottom:20px;display:flex;flex-wrap:wrap;gap:14px}
.entry-footer{margin-top:24px;font-size:13px;color:var(--mute);display:flex;flex-wrap:wrap;gap:16px}
.entry-footer a{color:var(--mute)}
.no-results{max-width:600px}

/* ============================================================
   WooCommerce loop card (woocommerce/content-product.php)
   ============================================================ */
.woocommerce ul.products li.product.unixglow-product{padding:0;overflow:hidden}
.woocommerce ul.products li.product .p-media{position:relative;display:block;aspect-ratio:4/5;
  border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);overflow:hidden;background:var(--paper-3)}
.woocommerce ul.products li.product .p-media img{position:absolute;inset:0;width:100%;height:100%;margin:0;
  transition:opacity .5s ease}
.woocommerce ul.products li.product .p-media .product{object-fit:contain;background:#fff}
.woocommerce ul.products li.product .p-media .model{object-fit:cover;opacity:0}
.woocommerce ul.products li.product:hover .p-media .product{opacity:0}
.woocommerce ul.products li.product:hover .p-media .model{opacity:1}
.woocommerce ul.products li.product .p-media .onsale{top:12px;left:12px}
.woocommerce ul.products li.product .p-info{padding:14px 14px 18px;display:flex;flex-direction:column;gap:5px}
.woocommerce ul.products li.product .p-name{font-weight:600;font-size:15px;color:var(--ink);line-height:1.25}
.woocommerce ul.products li.product .p-info .price{font-size:15px;padding:0;margin:0}
.woocommerce ul.products li.product .p-info .star-rating{margin:2px 0;font-size:.75em}
/* quick-add reveal on hover */
.woocommerce ul.products li.product .p-media .p-add{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;
  width:auto;margin:0;text-align:center;min-height:42px;padding:11px 12px;opacity:0;transform:translateY(8px);
  transition:opacity .25s var(--ease),transform .25s var(--ease)}
.woocommerce ul.products li.product:hover .p-add,
.woocommerce ul.products li.product:focus-within .p-add{opacity:1;transform:none}
.woocommerce ul.products li.product .p-add.added{opacity:1;transform:none}
.woocommerce ul.products li.product .added_to_cart{display:block;text-align:center;margin:0 14px 14px;font-size:13px;font-weight:600}
@media(hover:none){.woocommerce ul.products li.product .p-media .p-add{opacity:1;transform:none}}

/* ShopGrid quick-add: lift the bar onto the bottom of the product image so it never
   sits over the title; make it a translucent overlay; keep title/price full-width below */
.woocommerce ul.products li.product .sg-loop-overlay{transform:translateY(-100%)}
.woocommerce ul.products li.product .sg-quickbar{background:rgba(20,20,20,.5)!important;color:#fff!important;
  border:0!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
.woocommerce ul.products li.product .p-info{position:relative;z-index:1}
.woocommerce ul.products li.product .p-info .woocommerce-loop-product__title{width:100%}

/* Quantity stepper (enhanced via JS, no template override) */
.woocommerce .quantity{display:inline-flex;align-items:stretch;border:1px solid var(--line-2);border-radius:var(--radius-s);overflow:hidden}
.woocommerce .quantity .qty{width:52px;border:0;border-inline:1px solid var(--line);text-align:center;padding:10px 4px}
.woocommerce .quantity .qty-btn{width:40px;border:0;background:var(--paper-2);font-size:18px;line-height:1;color:var(--ink);cursor:pointer}
.woocommerce .quantity .qty-btn:hover{background:var(--paper-3)}

/* ============================================================
   Single product (PDP) enhancements
   ============================================================ */
/* Sticky buy-column on desktop */
@media(min-width:900px){
  .single-product div.product .summary.entry-summary{position:sticky;top:120px;align-self:start}
}
/* Branded gallery framing (keeps WC zoom/lightbox/flexslider intact) */
.single-product .woocommerce-product-gallery{position:relative}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0}
.single-product .woocommerce-product-gallery__image{border-radius:var(--radius);overflow:hidden;background:var(--paper-3)}
.single-product .woocommerce-product-gallery__image a{display:block}
.single-product .woocommerce-product-gallery__image img{border-radius:var(--radius)}
.single-product .flex-control-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 0;padding:0;list-style:none}
.single-product .flex-control-thumbs li{width:calc(25% - 8px)}
.single-product .flex-control-thumbs img{border-radius:var(--radius-s);cursor:pointer;opacity:.6;transition:opacity .2s;background:var(--paper-3)}
.single-product .flex-control-thumbs img.flex-active,
.single-product .flex-control-thumbs img:hover{opacity:1}
.single-product .woocommerce-product-gallery__trigger{z-index:5}

/* Highlights chips */
.pdp-highlights{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.pdp-highlights .tag{border:1px solid var(--line-2);color:var(--ink-2)}
.pdp-highlights .tag::before{background:var(--ink)}

/* Pack selector */
.unixglow-pack{margin:6px 0 18px}
.unixglow-pack .pack-label{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--mute);font-weight:700;margin-bottom:8px}
.pack-opts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pack-opt{border:1px solid var(--line-2);border-radius:var(--radius-s);padding:12px 14px;cursor:pointer;
  display:flex;flex-direction:column;gap:2px;transition:border-color .2s,background .2s}
.pack-opt input{position:absolute;opacity:0;width:0;height:0}
.pack-opt b{font-size:14px}
.pack-opt .pack-price{font-size:13px;color:var(--mute)}
.pack-opt.is-active{border-color:var(--ink);background:var(--paper-2)}
.pack-opt.is-active .pack-price{color:var(--ink)}

/* Fabric spec block under summary */
.pdp-fabric{margin-top:clamp(32px,5vw,56px);border-radius:var(--radius);padding:clamp(24px,4vw,44px)}
.pdp-fabric-inner{display:grid;gap:clamp(20px,4vw,48px);grid-template-columns:1fr}
@media(min-width:820px){.pdp-fabric-inner{grid-template-columns:1fr 1fr;align-items:center}}
.pdp-fabric .spec-list{border-top:1px solid var(--line)}
.pdp-fabric .spec-list div{border-bottom:1px solid var(--line)}
.pdp-fabric .spec-list dt{color:var(--mute)}

/* Mobile sticky add-to-cart bar (PDP) */
.pdp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:56;display:flex;align-items:center;gap:12px;
  padding:10px 16px;background:rgba(255,255,255,.98);backdrop-filter:blur(8px);border-top:1px solid var(--line);
  transform:translateY(110%);transition:transform .35s var(--ease)}
.pdp-sticky.show{transform:none}
.pdp-sticky img{width:46px;height:46px;object-fit:contain;background:var(--paper-3);border-radius:8px}
.pdp-sticky-txt{flex:1;line-height:1.2;min-width:0}
.pdp-sticky-txt b{font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pdp-sticky-txt span{font-size:13px;color:var(--mute)}
.pdp-sticky .price{font-size:13px}
.pdp-sticky .btn{padding:11px 20px;min-height:42px}
@media(min-width:900px){.pdp-sticky{display:none}}

/* ============================================================
   About page (templates/template-about.php)
   ============================================================ */
.moneybars{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.moneybar{display:grid;grid-template-columns:1fr;gap:6px}
.moneybar .mb-top{display:flex;justify-content:space-between;font-size:14px;font-weight:600}
.moneybar .mb-track{height:12px;border-radius:999px;background:#2a2a2a;overflow:hidden}
.moneybar .mb-fill{height:100%;background:#fff;border-radius:999px}
.moneybar.is-zero .mb-fill{background:#4a4a4a}
.moneybar .mb-note{font-size:12.5px;color:var(--mute-on-ink)}
/* ============================================================
   v1.1 - New wide lockup logo + hero height fixes
   ============================================================ */
/* The logo now contains the wordmark, so hide the text version */
.brand b{display:none}
.brand img{height:40px;width:auto}
.header.shrink .brand img{height:32px}
@media(max-width:899px){.nav{min-height:62px}}
@media(min-width:900px){
  .nav{min-height:80px}
  .brand img{height:50px}
  .header.shrink .nav{min-height:60px}
  .header.shrink .brand img{height:38px}
}
/* Footer sits on charcoal - white-out the black lockup so it stays visible */
.footer .brand img{filter:invert(1);height:50px;width:auto}

/* Hero: taller container + smaller display + header-safe padding so the
   CTAs and tag pills never get clipped at the top or bottom */
.hero-slider .slides{height:clamp(600px,88vh,820px)}
@media(max-width:560px){.hero-slider .slides{height:auto;min-height:clamp(560px,90vh,760px)}}
.hero-slider .display{font-size:clamp(2.15rem,5.1vw,4.3rem)}
.slide--full .slide-inner{align-items:center;padding-top:clamp(88px,11vh,120px);padding-bottom:clamp(28px,4vh,48px)}
.slide--split .slide-copy{padding-block:clamp(80px,10vh,96px)}

/* ============================================================
   PDP v2 - modern single-product (brand-styled, UNIQLO-inspired)
   ============================================================ */
.single-product div.product{column-gap:clamp(28px,4vw,64px);row-gap:clamp(32px,4vw,56px)}
@media(min-width:900px){
  .single-product div.product > .woocommerce-product-gallery{width:54%}
  .single-product div.product > .summary{width:40%}
  .single-product div.product > .summary.entry-summary{position:sticky;top:92px;align-self:start}
}
.single-product .woocommerce-product-gallery__image img{max-height:82vh;object-fit:contain}

/* --- Gallery: clean main image + thumbnail strip --- */
.single-product .woocommerce-product-gallery{position:relative}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0}
.single-product .woocommerce-product-gallery__image{border-radius:var(--radius);overflow:hidden;background:#fff}
.single-product .woocommerce-product-gallery__image img{border-radius:var(--radius)}
.single-product .flex-control-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 0;padding:0;list-style:none}
.single-product .flex-control-thumbs li{flex:0 0 auto;width:72px}
.single-product .flex-control-thumbs img{width:72px;height:90px;object-fit:cover;border-radius:var(--radius-s);
  border:1px solid var(--line);cursor:pointer;opacity:.65;background:#fff;transition:opacity .2s,border-color .2s}
.single-product .flex-control-thumbs img.flex-active,
.single-product .flex-control-thumbs img:hover{opacity:1;border-color:var(--ink)}
.single-product .woocommerce-product-gallery__trigger{z-index:5;top:14px;right:14px}

/* --- Buy column typography --- */
.single-product div.product .product_title{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin-bottom:6px}
.single-product .woocommerce-product-rating{margin:2px 0 14px}
.single-product .woocommerce-product-rating .star-rating{font-size:.8em}
.single-product div.product p.price,.single-product div.product .summary .price{font-size:1.5rem;font-weight:700;color:var(--ink);margin:0 0 4px}
.single-product .price del{color:var(--mute);font-weight:400;margin-right:8px}
.single-product .price ins{text-decoration:none}
.single-product .woocommerce-product-details__short-description{color:var(--ink-2);font-size:15.5px;margin:14px 0 20px;line-height:1.55}
.single-product .woocommerce-product-details__short-description p{margin:0}

/* Highlights → quiet spec chips */
.single-product .pdp-highlights{margin:16px 0 20px}
.single-product .pdp-highlights .tag{font-size:12.5px;padding:6px 12px}

/* --- Size selector as chips (JS converts the size <select>) --- */
.pdp-size{margin:4px 0 20px}
.pdp-size-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.pdp-size-head .lbl{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--mute)}
.pdp-size-head .size-guide-link{font-size:13px;font-weight:600;border-bottom:1px solid currentColor;cursor:pointer;background:none;padding:0}
.pdp-size-chips{display:flex;flex-wrap:wrap;gap:8px}
.pdp-size-chips .chip{min-width:48px;padding:11px 12px;border:1px solid var(--line-2);border-radius:var(--radius-s);
  background:#fff;font-weight:600;font-size:14px;cursor:pointer;text-align:center;transition:border-color .15s,background .15s}
.pdp-size-chips .chip:hover{border-color:var(--ink)}
.pdp-size-chips .chip.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}
.pdp-size-chips .chip.is-oos{opacity:.4;cursor:not-allowed;text-decoration:line-through}
.pdp-size-native{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* --- Pack selector (kept) --- */
.unixglow-pack{margin:6px 0 20px}
.unixglow-pack .pack-label{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--mute);font-weight:700;margin-bottom:8px}
.pack-opts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pack-opt{border:1px solid var(--line-2);border-radius:var(--radius-s);padding:12px 14px;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:border-color .2s,background .2s}
.pack-opt input{position:absolute;opacity:0;width:0;height:0}
.pack-opt b{font-size:14px}
.pack-opt .pack-price{font-size:13px;color:var(--mute)}
.pack-opt.is-active{border-color:var(--ink);background:var(--paper-2)}
.pack-opt.is-active .pack-price{color:var(--ink)}

/* --- Add to cart: quantity + full-width button --- */
.single-product form.cart{display:flex;gap:12px;align-items:stretch;margin:8px 0 6px;flex-wrap:wrap}
.single-product form.cart .quantity{flex:0 0 auto}
.single-product .single_add_to_cart_button{flex:1;min-width:200px;min-height:54px;font-size:15.5px;border-radius:var(--radius-s)}
.single-product .woocommerce-variation-add-to-cart{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap;width:100%}
.single-product .quantity .qty{width:52px;text-align:center}

/* --- Benefit / trust row --- */
.pdp-benefits{list-style:none;margin:18px 0 6px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  display:grid;gap:12px}
.pdp-benefits li{display:flex;gap:11px;align-items:center;font-size:14px;color:var(--ink-2)}
.pdp-benefits svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.6}

/* --- Product info accordions (from tabs.php override) --- */
.pdp-acc{margin-top:8px}
.pdp-acc details{border-bottom:1px solid var(--line)}
.pdp-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 0;font-weight:600;font-size:16px}
.pdp-acc summary::-webkit-details-marker{display:none}
.pdp-acc summary .pm{position:relative;width:20px;height:20px;flex:0 0 20px}
.pdp-acc summary .pm::before,.pdp-acc summary .pm::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--ink)}
.pdp-acc summary .pm::before{width:13px;height:2px}
.pdp-acc summary .pm::after{width:2px;height:13px;transition:transform .3s var(--ease)}
.pdp-acc details[open] summary .pm::after{transform:translate(-50%,-50%) scaleY(0)}
.pdp-acc .acc-body{padding:8px 0 32px;color:var(--ink-2);font-size:15.5px;line-height:1.65;max-width:none;margin:0}
.pdp-acc .acc-body > p,.pdp-acc .acc-body > ul,.pdp-acc .acc-body > h2,
.pdp-acc .acc-body > .woocommerce-product-details__short-description{max-width:82ch;margin-left:0;margin-right:auto}
.pdp-acc .acc-body h2{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px}
.pdp-acc .acc-body table{width:100%;border-collapse:collapse;font-size:14px}
.pdp-acc .acc-body th,.pdp-acc .acc-body td{text-align:left;padding:9px 10px;border-bottom:1px solid var(--line)}
.pdp-acc .acc-body ul{list-style:disc;padding-left:1.2em}

/* --- Fabric band under the columns --- */
.pdp-fabric{margin-top:clamp(40px,5vw,64px);border-radius:var(--radius);padding:clamp(28px,4vw,48px)}
.pdp-fabric-inner{display:grid;gap:clamp(20px,4vw,48px);grid-template-columns:1fr}
@media(min-width:820px){.pdp-fabric-inner{grid-template-columns:1fr 1fr;align-items:center}}
.pdp-fabric .spec-list{border-top:1px solid var(--line)}
.pdp-fabric .spec-list div{border-bottom:1px solid var(--line)}
.pdp-fabric .spec-list dt{color:var(--mute)}

/* Related / upsell heading */
.single-product .related > h2,.single-product .upsells > h2{font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;letter-spacing:-.02em;margin-bottom:24px}
.single-product .related,.single-product .upsells{margin-top:clamp(48px,6vw,80px);width:100%}

/* --- Mobile sticky ATC --- */
.pdp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:56;display:flex;align-items:center;gap:12px;padding:10px 16px;
  background:rgba(255,255,255,.98);backdrop-filter:blur(8px);border-top:1px solid var(--line);transform:translateY(110%);transition:transform .35s var(--ease)}
.pdp-sticky.show{transform:none}
.pdp-sticky img{width:44px;height:44px;object-fit:contain;background:var(--paper-3);border-radius:8px}
.pdp-sticky-txt{flex:1;line-height:1.2;min-width:0}
.pdp-sticky-txt b{font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pdp-sticky-txt .price,.pdp-sticky-txt span{font-size:13px;color:var(--mute)}
.pdp-sticky .btn{padding:12px 22px;min-height:44px}
@media(min-width:900px){.pdp-sticky{display:none}}

/* Size guide modal */
.pdp-sizeguide{position:fixed;inset:0;z-index:130;background:rgba(28,28,28,.55);display:none;align-items:center;justify-content:center;padding:20px}
.pdp-sizeguide.open{display:flex}
.pdp-sizeguide-box{background:#fff;border-radius:var(--radius);max-width:560px;width:100%;max-height:85vh;overflow:auto;padding:clamp(24px,4vw,36px);position:relative}
.pdp-sizeguide-box h3{font-size:1.3rem;font-weight:700;margin-bottom:6px}
.pdp-sizeguide-box table{width:100%;border-collapse:collapse;margin-top:16px;font-size:14px}
.pdp-sizeguide-box th,.pdp-sizeguide-box td{padding:10px;border-bottom:1px solid var(--line);text-align:left}
.pdp-sizeguide-close{position:absolute;top:14px;right:16px;font-size:26px;line-height:1;background:none;border:0;cursor:pointer}

/* ============================================================
   PDP layout fix - scope flex + sticky to .product-top so the
   sticky buy column can't overlap the tabs / related below.
   ============================================================ */
.single-product div.product{display:block}
.single-product .product-top{display:flex;flex-wrap:wrap;align-items:flex-start;
  column-gap:clamp(16px,2vw,36px);row-gap:clamp(24px,4vw,40px)}
/* !important overrides WooCommerce core's `#content div.product div.summary`
   (float:right;width:48%) - its id selector otherwise outweighs ours and the
   48%+48%+gap overflow drops the summary below the gallery. */
.single-product .product-top > .woocommerce-product-gallery,
.single-product .product-top > .ug-gallery,
.single-product .product-top > .summary{width:100%!important;float:none!important;clear:none!important}
@media(min-width:900px){
  .single-product .product-top > .woocommerce-product-gallery,
  .single-product .product-top > .ug-gallery{width:45%!important}
  .single-product .product-top > .summary{width:52%!important}
  .single-product .product-top > .summary.entry-summary{position:sticky;top:90px;align-self:flex-start}
}
/* Everything under the columns is a full-width block in normal flow.
   NB: the related/up-sells <section> carries a `.products` class, which the
   homepage `.products{display:grid}` rule would otherwise pick up and crush the
   product <ul> inside it - so force these sections to block. */
.single-product .pdp-fabric,
.single-product .woocommerce-tabs,
.single-product .pdp-acc,
.single-product .related,
.single-product .related.products,
.single-product .upsells,
.single-product .up-sells{display:block;width:100%;clear:both;position:static}

/* Variable-product size selector: stack the WooCommerce variations table and
   let the JS-built size chips carry the label (hide the default table label). */
.single-product table.variations{width:100%;border:0;margin:0 0 4px}
.single-product table.variations tbody,
.single-product table.variations tr{display:block}
.single-product table.variations td.value{display:block;width:100%;padding:0}
.single-product table.variations td.label,
.single-product table.variations th.label{padding:0}
.single-product .single_variation_wrap .woocommerce-variation-price{font-size:1.5rem;font-weight:700;margin:0 0 12px}
.single-product .reset_variations{display:inline-block;margin:6px 0 0;font-size:13px;color:var(--mute)}

/* Add-to-cart stays charcoal in every state (incl. variable/disabled). */
.woocommerce div.product form.cart .single_add_to_cart_button,
.single-product .single_add_to_cart_button{background:var(--ink);color:#fff;border:0}
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:hover{background:#333;color:#fff}
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button.wc-variation-selection-needed{
  background:var(--ink);color:#fff;opacity:.4;cursor:not-allowed}

/* ============================================================
   Cart & Checkout - brand treatment (charcoal / Inter / minimal).
   Covers classic shortcode pages AND the Cart/Checkout Blocks.
   ============================================================ */

/* ---- Page headings + wrapper rhythm ---- */
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:24px}

/* ---- Inputs / selects (classic + blocks) ---- */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce #customer_details input,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single,
.wc-block-components-text-input input,
.wc-block-components-select .wc-block-components-select__container,
.wc-block-components-address-form input{
  padding:12px 14px;border:1px solid var(--line-2);border-radius:var(--radius-s);
  font:inherit;background:#fff;color:var(--ink);min-height:48px;box-shadow:none}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.wc-block-components-text-input input:focus{
  border-color:var(--ink);outline:2px solid rgba(28,28,28,.12);outline-offset:0}
.woocommerce form .form-row label,
.wc-block-components-text-input label{font-size:13.5px;font-weight:500;color:var(--ink-2)}
.select2-container--default .select2-selection--single{height:48px;display:flex;align-items:center}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}

/* ---- Buttons: charcoal everywhere on cart/checkout ---- */
.woocommerce #respond input#submit,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce .cart .button,.woocommerce .cart input.button,
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,
.woocommerce #place_order,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button{
  background:var(--ink);color:#fff;border:0;border-radius:var(--radius-s);font-weight:600}
.woocommerce #place_order,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button{
  width:100%;min-height:54px;font-size:15.5px;letter-spacing:.01em}
.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce input.button:hover,.woocommerce #place_order:hover,
.wc-block-components-button:hover{background:#333;color:#fff}
/* Secondary / ghost buttons (Update cart, Apply coupon, Continue shopping) */
.woocommerce .cart input.button[name="update_cart"],
.woocommerce .coupon .button,
.woocommerce a.button.wc-backward{
  background:#fff;color:var(--ink);border:1px solid var(--line-2)}
.woocommerce .cart input.button[name="update_cart"]:hover,
.woocommerce .coupon .button:hover,
.woocommerce a.button.wc-backward:hover{background:var(--paper-2);color:var(--ink);border-color:var(--ink)}

/* ---- Cart table (classic) ---- */
.woocommerce-cart table.cart{border:0}
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius);border-collapse:separate;overflow:hidden}
.woocommerce table.shop_table th{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);font-weight:700;padding:16px}
.woocommerce table.shop_table td{padding:16px;vertical-align:middle;border-top:1px solid var(--line)}
.woocommerce-cart table.cart img{width:72px;border-radius:var(--radius-s);background:var(--paper-3)}
.woocommerce-cart table.cart td.product-name a{color:var(--ink);font-weight:600}
.woocommerce-cart table.cart td.product-name a:hover{color:var(--ink-2)}
.woocommerce a.remove{color:var(--mute)!important;font-weight:400;border:1px solid var(--line);
  border-radius:50%;width:24px;height:24px;line-height:22px}
.woocommerce a.remove:hover{background:var(--ink);color:#fff!important;border-color:var(--ink)}
.woocommerce table.cart td.actions{padding:16px;background:var(--paper-2)}
.woocommerce .cart td.actions .coupon{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}
.woocommerce .cart td.actions .coupon .input-text{max-width:220px}

/* ---- Quantity control (classic) ---- */
.woocommerce .quantity{display:inline-flex;align-items:stretch;border:1px solid var(--line-2);border-radius:var(--radius-s);overflow:hidden}
.woocommerce .quantity .qty{width:52px;border:0;text-align:center;-moz-appearance:textfield}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.woocommerce .quantity .qty-btn{width:38px;border:0;background:var(--paper-2);color:var(--ink);font-size:18px;cursor:pointer;line-height:1}
.woocommerce .quantity .qty-btn:hover{background:var(--paper-3)}

/* ---- Cart totals card ---- */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review{
  border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,28px);background:#fff}
.woocommerce .cart_totals h2,.woocommerce-checkout #order_review_heading{
  font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin:0 0 14px}
.woocommerce .cart_totals table,.woocommerce-checkout #order_review table.shop_table{border:0}
.woocommerce .cart_totals table th,.woocommerce .cart_totals table td,
.woocommerce-checkout #order_review th,.woocommerce-checkout #order_review td{
  padding:12px 0;border-top:1px solid var(--line);text-transform:none;font-size:14.5px}
.woocommerce .cart_totals tr.order-total th,.woocommerce .cart_totals tr.order-total td,
.woocommerce-checkout #order_review tr.order-total th,.woocommerce-checkout #order_review tr.order-total td{
  font-size:16px;font-weight:700;color:var(--ink)}
.woocommerce .wc-proceed-to-checkout{padding:18px 0 0}
.woocommerce .wc-proceed-to-checkout a.checkout-button{width:100%;min-height:54px;font-size:15.5px}

/* ---- Cart / Checkout two-column layout ----
   Floats (not grid) so the order-review heading + card stack together at the
   top of the right column regardless of how tall the billing column is, and
   so arbitrary extra children (login/coupon notices) fall back to full width. */
@media(min-width:900px){
  .woocommerce-cart .woocommerce > form.woocommerce-cart-form{margin-bottom:0}
  .woocommerce-cart .cart-collaterals{width:100%}
  .woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%}
  .woocommerce-checkout form.checkout::after{content:"";display:table;clear:both}
  .woocommerce-checkout form.checkout #customer_details{float:left;width:56%;margin:0}
  .woocommerce-checkout form.checkout #order_review_heading{float:right;clear:right;width:40%;margin:0 0 14px}
  .woocommerce-checkout form.checkout #order_review{float:right;clear:right;width:40%;position:sticky;top:92px}
}
.woocommerce #customer_details .col-1,.woocommerce #customer_details .col-2{float:none;width:100%}
.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3,.woocommerce-additional-fields h3{
  font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin-bottom:14px}

/* ---- Payment box ---- */
.woocommerce-checkout #payment{background:var(--paper-2);border-radius:var(--radius);border:1px solid var(--line)}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--line);padding:8px 20px}
.woocommerce-checkout #payment ul.payment_methods li{margin:6px 0}
.woocommerce-checkout #payment div.payment_box{background:#fff;border-radius:var(--radius-s)}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#fff}
.woocommerce-checkout #payment .place-order{padding:20px}

/* ---- Blocks: Cart & Checkout ---- */
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{--wc-form-border-radius:var(--radius-s)}
.wc-block-components-totals-item{font-size:14.5px}
.wc-block-components-totals-footer-item{font-size:16px;font-weight:700}
.wc-block-cart__sidebar .wc-block-components-panel,
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
.wc-block-checkout__sidebar > .wc-block-components-sidebar{
  border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.wc-block-components-product-name{color:var(--ink);font-weight:600}
.wc-block-components-form .wc-block-components-checkout-step__title,
.wc-block-checkout__form .wc-block-components-title{font-weight:700;letter-spacing:-.01em}
.wc-block-checkout__sidebar{position:sticky;top:92px}
.wc-block-components-text-input.is-active label,
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title{color:var(--ink)}

/* ---- Empty cart ---- */
.woocommerce .cart-empty,.wc-block-cart__empty-cart__title{font-size:1.2rem;font-weight:600;color:var(--ink)}
.woocommerce .return-to-shop .button{background:var(--ink);color:#fff}

/* ---- Notices (align to brand) ---- */
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews{
  border-top:3px solid var(--ink);background:var(--paper-2);border-radius:var(--radius-s);
  box-shadow:none;font-size:14.5px}
.woocommerce-message a.button,.woocommerce-error a.button{min-height:auto;padding:8px 16px}

/* ---- Cart/checkout addenda ---- */
/* Safety-net form-row layout (mirrors WooCommerce core defaults, so it is a
   no-op where core CSS loads and a fallback if it is ever disabled). */
.woocommerce form .form-row{margin:0 0 16px;display:block}
.woocommerce form .form-row label{display:block;margin-bottom:6px}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{width:100%}
@media(min-width:640px){
  .woocommerce-checkout .form-row-first{float:left;width:48%}
  .woocommerce-checkout .form-row-last{float:right;width:48%}
  .woocommerce-checkout .form-row-wide{clear:both;width:100%}
}
/* "Update cart" is a <button name="update_cart"> in modern WooCommerce - make
   it the secondary/ghost style so "Proceed to checkout" stays the primary CTA. */
.woocommerce .cart [name="update_cart"],
.woocommerce .cart button.button[name="update_cart"]{
  background:#fff;color:var(--ink);border:1px solid var(--line-2)}
.woocommerce .cart [name="update_cart"]:hover{background:var(--paper-2);border-color:var(--ink);color:var(--ink)}
.woocommerce .cart [name="update_cart"]:disabled{opacity:.5}

/* ============================================================
   My Account + Order-received (thank you) - brand treatment.
   ============================================================ */

/* WooCommerce pages use the full container width, not the narrow blog measure
   (blog/static pages keep .entry-content capped at 760px for readability). */
.woocommerce-page .entry-content,
.woocommerce-account .entry-content,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content{max-width:none}
/* The Cart/Checkout blocks are "alignwide", which applies viewport-based negative
   margins (margin-left:calc(640px - 45vw)) that shoot the block off to the left on
   wide screens. Keep them inside the container instead. */
.woocommerce-cart .entry-content .alignwide,
.woocommerce-cart .entry-content .alignfull,
.woocommerce-checkout .entry-content .alignwide,
.woocommerce-checkout .entry-content .alignfull{
  margin-left:0 !important;margin-right:0 !important;max-width:100% !important;width:auto !important}
/* Keep plain paragraphs readable even in the wide account content column */
.woocommerce-MyAccount-content > p{max-width:70ch}

/* ---- My Account: sidebar nav + content ---- */
/* Neutralise WooCommerce's default floats/widths so the grid can lay out cleanly */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  float:none !important;width:auto !important;margin:0 !important}
.woocommerce-account.logged-in .woocommerce{max-width:none}
@media(min-width:820px){
  .woocommerce-account.logged-in .woocommerce{
    display:grid;grid-template-columns:236px minmax(0,1fr);
    gap:clamp(28px,4vw,56px);align-items:start}
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{grid-column:1;position:sticky;top:92px}
  .woocommerce-account.logged-in .woocommerce-MyAccount-content{grid-column:2}
}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--line)}
.woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
.woocommerce-MyAccount-navigation li a{display:block;padding:13px 16px;font-weight:600;
  font-size:14.5px;color:var(--ink-2);transition:background .15s,color .15s}
.woocommerce-MyAccount-navigation li a:hover{background:var(--paper-2);color:var(--ink)}
.woocommerce-MyAccount-navigation li.is-active a{background:var(--ink);color:#fff}
.woocommerce-MyAccount-content{min-width:0}
.woocommerce-MyAccount-content p:first-child{margin-top:0}
.woocommerce-MyAccount-content h2,.woocommerce-MyAccount-content h3,
.woocommerce-EditAccountForm legend{font-weight:700;letter-spacing:-.01em;font-size:1.15rem;margin-bottom:14px}
.woocommerce-MyAccount-content mark{background:var(--paper-3);color:var(--ink);padding:0 4px;border-radius:3px}

/* ---- Login / register (no nav) ---- */
.woocommerce-account:not(.logged-in) .woocommerce{max-width:960px;margin-inline:auto}
.woocommerce #customer_login.col2-set{display:grid;gap:24px;grid-template-columns:1fr;float:none}
@media(min-width:720px){.woocommerce #customer_login.col2-set{grid-template-columns:1fr 1fr}}
.woocommerce #customer_login .col-1,.woocommerce #customer_login .col-2{
  width:auto;float:none;border:1px solid var(--line);border-radius:var(--radius);
  padding:clamp(24px,4vw,32px);background:#fff}
.woocommerce #customer_login h2{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:18px}
.woocommerce-form-login__rememberme,.woocommerce form.login .form-row label.inline{font-weight:400;color:var(--ink-2)}
.woocommerce-form-login__submit,.woocommerce-form-register__submit{width:100%;min-height:50px}
.woocommerce-LostPassword a,.woocommerce-privacy-policy-text{font-size:13.5px;color:var(--mute)}

/* ---- Orders / downloads tables ---- */
.woocommerce table.woocommerce-orders-table,
.woocommerce table.woocommerce-MyAccount-downloads{border:1px solid var(--line);border-radius:var(--radius);border-collapse:separate;overflow:hidden}
.woocommerce table.woocommerce-orders-table td,
.woocommerce table.woocommerce-orders-table th{padding:14px 16px;vertical-align:middle}
.woocommerce .woocommerce-orders-table__cell-order-status,
.woocommerce mark.order-status,.woocommerce .order-status{
  display:inline-block;padding:4px 10px;border-radius:999px;background:var(--paper-2);
  color:var(--ink);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.woocommerce .woocommerce-orders-table__cell-order-actions .button{padding:8px 14px;min-height:auto;font-size:13px}

/* ---- Addresses ---- */
.woocommerce .u-columns.woocommerce-Addresses,.woocommerce .addresses{display:grid;gap:20px;grid-template-columns:1fr}
@media(min-width:700px){.woocommerce .u-columns.woocommerce-Addresses,.woocommerce .addresses{grid-template-columns:1fr 1fr}}
/* WooCommerce's clearfix pseudo-elements turn into stray grid cells that stagger
   the real columns; remove them inside our grids */
.woocommerce .u-columns.woocommerce-Addresses::before,.woocommerce .u-columns.woocommerce-Addresses::after,
.woocommerce .addresses::before,.woocommerce .addresses::after,
.woocommerce-account.logged-in .woocommerce::before,.woocommerce-account.logged-in .woocommerce::after{content:none;display:none}
/* Beat WooCommerce's .col2-set .col-1/.col-2 float+48% width so cards fill the grid cell */
.woocommerce .u-columns.woocommerce-Addresses .woocommerce-Address,
.woocommerce .addresses .woocommerce-Address{float:none !important;width:auto !important;justify-self:stretch}
.woocommerce .woocommerce-Address{border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,28px);background:#fff}
.woocommerce .col-1,.woocommerce .col-2{width:auto;float:none}
.woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.woocommerce-Address-title h3{margin:0;font-size:1.1rem;font-weight:700}
.woocommerce-Address-title a.edit{font-size:13.5px;font-weight:600;border-bottom:1px solid currentColor;color:var(--ink)}
.woocommerce address{font-style:normal;color:var(--ink-2);line-height:1.7}

/* ---- Edit-account form ---- */
.woocommerce-EditAccountForm fieldset{border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,28px);margin-top:24px}

/* ---- Order received (thank you) + view order ---- */
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-notice--success{
  font-size:clamp(1.4rem,2.6vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--ink);
  background:none;border:0;padding:0;margin:0 0 24px}
.woocommerce-order .woocommerce-notice--success::before{display:none}
ul.woocommerce-order-overview.order_details{list-style:none;margin:0 0 36px;padding:0;
  display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;grid-template-columns:repeat(2,1fr)}
@media(min-width:760px){ul.woocommerce-order-overview.order_details{grid-template-columns:repeat(4,1fr)}}
ul.woocommerce-order-overview.order_details li{background:#fff;padding:18px 20px;border:0;margin:0;
  font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--mute);font-weight:700}
ul.woocommerce-order-overview.order_details li strong{display:block;margin-top:8px;font-size:16px;
  letter-spacing:0;text-transform:none;color:var(--ink);font-weight:700}
.woocommerce-order-details__title,.woocommerce-column__title{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin-bottom:16px}
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-order-details{margin-top:36px}
.woocommerce-order .woocommerce-customer-details address{border:1px solid var(--line);border-radius:var(--radius);padding:20px}
@media(min-width:760px){
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns--2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
}

/* Robust accordion collapse - don't rely solely on the browser's native
   <details> hiding (some environments/embedded browsers keep the panel open). */
.pdp-acc details:not([open]) > .acc-body{display:none}
.pdp-acc details[open] > .acc-body{display:block}

/* ============================================================
   PDP redesign — custom per-product blocks + quick-nav
   ============================================================ */

/* Intro — "Why we made this" (copy + two product images) */
.single-product .pdp-intro{width:100%;margin-top:clamp(48px,6vw,84px);display:grid;gap:clamp(24px,4vw,52px);grid-template-columns:1fr}
@media(min-width:860px){.single-product .pdp-intro{grid-template-columns:0.85fr 1.15fr;align-items:center}}
.pdp-intro-h{font-size:clamp(1.9rem,4.2vw,3.1rem);font-weight:800;letter-spacing:-.025em;line-height:1.02;margin:0}
.pdp-intro-copy p{color:var(--ink-2);font-size:16.5px;line-height:1.6;margin:16px 0 0;max-width:46ch}
.pdp-intro-media{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pdp-intro-media img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);aspect-ratio:3/4;background:var(--paper-3)}
@media(max-width:560px){.pdp-intro-media{grid-template-columns:1fr}}

/* Benefits strip (icon cards) */
.single-product .pdp-benefits-strip,.single-product .pdp-material{width:100%;margin-top:clamp(48px,6vw,84px)}
.pdp-sec-h{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;letter-spacing:-.02em;margin:0 0 24px}
.pdp-benefits-grid{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:700px){.pdp-benefits-grid{grid-template-columns:repeat(3,1fr)}}
.pdp-benefit{background:var(--ink);color:var(--paper);border-radius:var(--radius);padding:24px 26px;display:flex;gap:16px;align-items:flex-start}
.pdp-benefit-ic{flex:0 0 26px;line-height:0;color:var(--paper)}
.pdp-benefit-ic svg{width:26px;height:26px;stroke:var(--paper)}
.pdp-benefit-ic--img{display:inline-flex;align-items:center;justify-content:center}
.pdp-benefit-ic--img img{width:26px;height:26px;max-width:26px;object-fit:contain;display:block}
.pdp-benefit strong{display:block;font-size:16px;font-weight:700;margin-bottom:4px;color:var(--paper)}
.pdp-benefit span{color:var(--paper-on-ink);font-size:14.5px;line-height:1.5}

/* Material & care + neck tag */
.pdp-material-inner{display:grid;gap:clamp(24px,4vw,48px);grid-template-columns:1fr}
@media(min-width:760px){.pdp-material-inner{grid-template-columns:1fr 240px;align-items:start}}
.pdp-material-lbl{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);font-weight:700;margin:0 0 6px}
.pdp-material-copy > p{margin:0 0 18px;color:var(--ink-2);font-size:15.5px}
.pdp-care{list-style:none;margin:0;padding:0;columns:2;column-gap:24px}
.pdp-care li{padding:5px 0;color:var(--ink-2);font-size:14.5px;break-inside:avoid}
.pdp-care li::before{content:"·";margin-right:8px;color:var(--mute)}
.pdp-care.has-icons{columns:auto;display:grid;grid-template-columns:1fr;gap:14px 30px}
@media(min-width:520px){.pdp-care.has-icons{grid-template-columns:1fr 1fr}}
.pdp-care.has-icons li{display:flex;align-items:flex-start;gap:12px;padding:0;break-inside:auto}
.pdp-care.has-icons li::before{display:none}
.pdp-care-ico{flex:0 0 22px;width:22px;height:22px;color:var(--ink);margin-top:1px}
.pdp-care-ico svg{width:22px;height:22px;display:block}
.pdp-care-txt{min-width:0;line-height:1.45}
.pdp-necktag{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--ink)}
.pdp-necktag img{width:100%;display:block}

/* Details quick-nav (in the buy column) */
.pdp-quicknav{margin:20px 0 4px;border-top:1px solid var(--line);padding-top:16px}
.pdp-quicknav-h{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);font-weight:700;margin-bottom:4px}
.pdp-quicknav ul{list-style:none;margin:0;padding:0}
.pdp-quicknav li{border-bottom:1px solid var(--line)}
.pdp-quicknav-link{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;text-align:left;
  padding:13px 0;font-weight:600;font-size:15px;color:var(--ink);background:none;border:0;cursor:pointer}
.pdp-quicknav-link::after{content:"›";color:var(--mute);font-size:18px;line-height:1}
.pdp-quicknav-link:hover{color:var(--ink-2)}

/* Size-guide button from dynamic-size-chart-uglow, brand-styled */
.single-product .uglow-sc-trigger{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;
  margin:8px 0 0;font-weight:600;font-size:13.5px;color:var(--ink);cursor:pointer;border-bottom:1px solid currentColor;line-height:1.4}
.single-product .uglow-sc-trigger svg{width:15px;height:15px}
.single-product .uglow-sc-trigger:hover{color:var(--ink-2)}

/* ============================================================
   "You may also like" sliders (related + up-sells) + review link
   ============================================================ */
.single-product .ymal{width:100%;margin-top:clamp(48px,6vw,84px)}
.ymal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.ymal-head h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;letter-spacing:-.02em;margin:0}
.ymal-nav{display:flex;gap:10px}
.ymal-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line-2);background:#fff;color:var(--ink);
  cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:border-color .15s,opacity .15s}
.ymal-nav button:hover{border-color:var(--ink)}
.ymal-nav button:disabled{opacity:.35;cursor:default}
.single-product .ymal ul.products{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow-x:auto;
  scroll-snap-type:x mandatory;gap:clamp(14px,2vw,20px);margin:0;padding:2px 2px 6px;
  scrollbar-width:none;-webkit-overflow-scrolling:touch}
.single-product .ymal ul.products::-webkit-scrollbar{display:none}
.single-product .ymal ul.products li.product{flex:0 0 auto;width:clamp(200px,72vw,280px)!important;margin:0!important;scroll-snap-align:start}
@media(min-width:700px){.single-product .ymal ul.products li.product{width:clamp(220px,30vw,300px)!important}}
@media(min-width:1100px){.single-product .ymal ul.products li.product{width:clamp(240px,23vw,320px)!important}}

/* Review link under the title */
.single-product .woocommerce-product-rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.single-product .woocommerce-product-rating .woocommerce-review-link{font-size:13.5px;color:var(--mute);border-bottom:1px solid transparent;cursor:pointer}
.single-product .woocommerce-product-rating .woocommerce-review-link:hover{color:var(--ink);border-bottom-color:currentColor}

/* ============================================================
   PDP gallery — vertical thumbnail rail + large main image
   (Lululemon-style). Overrides the earlier horizontal-thumb rules.
   ============================================================ */
@media(min-width:768px){
  .single-product .woocommerce-product-gallery{display:flex;flex-direction:row;gap:16px;align-items:flex-start;position:relative}
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs{
    order:1;flex:0 0 80px;display:flex;flex-direction:column;gap:12px;margin:0;padding:0;
    max-height:80vh;overflow:auto;scrollbar-width:none}
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs::-webkit-scrollbar{display:none}
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs li{width:80px!important;margin:0}
  .single-product .woocommerce-product-gallery .flex-viewport,
  .single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper{order:2;flex:1 1 auto;min-width:0}
}
/* Thumbnails */
.single-product .woocommerce-product-gallery ol.flex-control-thumbs{list-style:none}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs img{
  width:100%;aspect-ratio:4/5;object-fit:contain;background:#fff;border-radius:10px;border:1px solid var(--line);
  opacity:.65;cursor:pointer;transition:opacity .15s,border-color .15s}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery ol.flex-control-thumbs img:hover{opacity:1;border-color:var(--ink)}
/* Main image — clean, capped, no crop of the garment */
.single-product .woocommerce-product-gallery__image img{
  width:100%;aspect-ratio:4/5;max-height:82vh;object-fit:contain;background:#fff;border-radius:14px}
.single-product .woocommerce-product-gallery__trigger{top:16px;right:16px;z-index:4}
/* Mobile: thumbnails become a horizontal strip under the image */
@media(max-width:767px){
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs{display:flex;gap:10px;overflow-x:auto;margin-top:12px;padding:0}
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs li{flex:0 0 64px;width:64px!important}
}

/* ============================================================
   PDP buy-column refinements
   ============================================================ */
/* Add-to-cart full width; quantity on its own row above it */
.single-product form.cart,
.single-product .woocommerce-variation-add-to-cart{display:flex;flex-direction:column;align-items:stretch;gap:12px}
.single-product form.cart .quantity{align-self:flex-start}
.single-product .single_add_to_cart_button{width:100%!important;flex:1 1 100%;min-width:0}

/* Size guide (plugin button) aligned to the right of the buy column */
.single-product .summary .uglow-sc-trigger{display:block;margin-left:auto;width:max-content}

/* Product meta (SKU / category) — store managers only, small + muted */
.single-product .product_meta{font-size:12px;color:var(--mute);margin-top:18px;border-top:1px solid var(--line);padding-top:14px}
.single-product .product_meta a{color:var(--mute)}
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in{display:block}

/* Material & care content inside the Fabric & care accordion */
.pdp-acc .acc-body .pdp-material-inner{margin-top:4px}
.pdp-acc .acc-body .pdp-necktag{max-width:280px}
/* Product Features: short-description lines as a grid of grey tiles */
.pdp-acc .acc-body .pdp-features-grid{max-width:none;list-style:none;margin:2px 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:560px){.pdp-acc .acc-body .pdp-features-grid{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.pdp-acc .acc-body .pdp-features-grid{grid-template-columns:repeat(3,1fr)}}
.pdp-features-grid .pdp-feature{list-style:none;background:var(--paper-2);border-radius:var(--radius-s);padding:18px 20px;color:var(--ink);font-size:15px;line-height:1.45}
.pdp-features-grid .pdp-feature::before{content:none}

/* ============================================================
   PDP stacked gallery (Lululemon-style) — tall image column +
   sticky thumbnail rail. Long column keeps the buy column pinned.
   ============================================================ */
.single-product .ug-gallery{display:flex;gap:16px;align-items:flex-start}
.single-product .ug-gallery-thumbs{position:sticky;top:90px;flex:0 0 76px;display:flex;flex-direction:column;gap:12px;
  align-self:flex-start;max-height:calc(100vh - 110px);overflow:auto;scrollbar-width:none}
.single-product .ug-gallery-thumbs::-webkit-scrollbar{display:none}
.single-product .ug-thumb{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;
  padding:0;opacity:.6;transition:opacity .15s,border-color .15s;line-height:0}
.single-product .ug-thumb.is-active,.single-product .ug-thumb:hover{opacity:1;border-color:var(--ink)}
.single-product .ug-thumb img{display:block;width:100%;aspect-ratio:4/5;object-fit:contain;background:#fff}
.single-product .ug-gallery-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:16px}
.single-product .ug-gimg{margin:0;border-radius:14px;overflow:hidden;background:#fff;flex:0 0 auto}
.single-product .ug-gimg-img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;background:#fff}
/* Mobile: one swipeable slider (not a long stack), thumbnails below as nav */
@media(max-width:767px){
  /* Stack; clip so neither rail can widen the page and steal the swipe */
  .single-product .ug-gallery{flex-direction:column;align-items:stretch;max-width:100%;overflow:hidden}
  .single-product .ug-gallery-main{order:1;width:100%;max-width:100%;flex-direction:row;gap:0;overflow-x:auto;
    scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pinch-zoom}
  .single-product .ug-gallery-main::-webkit-scrollbar{display:none}
  .single-product .ug-gimg{flex:0 0 100%;scroll-snap-align:center}
  /* Thumbnail rail: constrained to the viewport so it scrolls INSIDE itself on touch */
  .single-product .ug-gallery-thumbs{position:static;flex-direction:row;flex:0 0 auto;width:100%;max-width:100%;
    max-height:none;order:2;overflow-x:auto;overflow-y:hidden;gap:10px;margin-top:12px;
    scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}
  .single-product .ug-gallery-thumbs::-webkit-scrollbar{display:none}
  .single-product .ug-gallery-thumbs .ug-thumb{flex:0 0 60px}
}


/* Desktop: gallery is a pinned, fixed-height viewport; hover + scroll moves the
   images inside it to the end, then the scroll hands off to the page. Images
   keep their natural height (flex:0 0 auto on .ug-gimg) so there is real
   overflow to scroll. */
@media(min-width:900px){
  .single-product .product-top > .ug-gallery{position:sticky;top:90px;height:calc(100vh - 110px);overflow:hidden;align-items:stretch}
  .single-product .ug-gallery-thumbs{position:static;top:auto;max-height:100%;height:100%}
  .single-product .ug-gallery-main{height:100%;overflow-y:auto;overscroll-behavior:auto;scrollbar-width:none;padding-right:2px}
  .single-product .ug-gallery-main::-webkit-scrollbar{display:none}
}

/* ---- PDP colour image swatches ---- */
.pdp-color{margin:2px 0 22px}
.pdp-color-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.pdp-color-head .lbl{font-size:15px;font-weight:700;color:var(--ink)}
.pdp-color-head .cnt{font-size:13.5px;color:var(--mute)}
.pdp-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px}
.pdp-color-sw{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;cursor:pointer;padding:0;
  aspect-ratio:4/5;transition:border-color .15s,box-shadow .15s}
.pdp-color-sw img{width:100%;height:100%;object-fit:cover;display:block}
.pdp-color-sw:hover{border-color:var(--ink-2)}
.pdp-color-sw.is-active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.pdp-color-sw.is-plain{aspect-ratio:auto;min-height:44px;padding:8px;font-size:12px;font-weight:600;
  display:flex;align-items:center;justify-content:center;text-align:center;color:var(--ink-2)}

/* Out-of-stock size chip: red diagonal strike, not clickable */
.single-product .pdp-size-chips .chip.is-oos{
  color:#9a9a9a;opacity:1;cursor:not-allowed;text-decoration:none;border-color:var(--line);
  background-image:linear-gradient(to top right, transparent calc(50% - 0.9px), #e2231a calc(50% - 0.9px), #e2231a calc(50% + 0.9px), transparent calc(50% + 0.9px))}
.single-product .pdp-size-chips .chip.is-oos:hover{border-color:var(--line)}

/* ============================================================
   Reviews — under-title rating + full bottom section
   ============================================================ */
/* Under-title rating (stars · average · N reviews) */
.single-product .woocommerce-product-rating{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:4px 0 16px}
.single-product .woocommerce-product-rating .ug-rating-avg{font-weight:700;font-size:15px;color:var(--ink)}
/* Separator dots between items; using flex row-gap so nothing dangles when the row wraps */
.single-product .woocommerce-product-rating{row-gap:4px;column-gap:8px}
.single-product .woocommerce-product-rating .woocommerce-review-link{color:var(--mute);font-size:14px;position:relative;padding-left:14px}
.single-product .woocommerce-product-rating .woocommerce-review-link::before{content:"·";position:absolute;left:2px;top:50%;transform:translateY(-50%);color:var(--line-2);font-weight:700}
.single-product .woocommerce-product-rating .woocommerce-review-link:hover{color:var(--ink)}
.single-product .woocommerce-product-rating .woocommerce-write-review-link{color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-bottom:1px solid transparent}
.single-product .woocommerce-product-rating .woocommerce-write-review-link:hover{border-bottom-color:var(--ink)}
/* On narrow screens put "Write a review" on its own tidy line, left-aligned */
@media(max-width:600px){
  .single-product .woocommerce-product-rating .woocommerce-write-review-link{flex:0 0 100%;margin-top:2px}
}

/* Bottom Reviews section */
.single-product .pdp-reviews{width:100%;margin-top:clamp(48px,6vw,88px);border-top:1px solid var(--line);padding-top:clamp(32px,4vw,56px)}
.pdp-reviews-grid{display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:1fr}
@media(min-width:860px){.pdp-reviews-grid{grid-template-columns:280px minmax(0,1fr);align-items:start}}
.prs-score{display:flex;align-items:baseline;gap:8px;margin:0}
.prs-num{font-size:clamp(2.6rem,5vw,3.6rem);font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--ink)}
.prs-out{font-size:14px;color:var(--mute)}
.pdp-reviews-summary .star-rating{margin:12px 0 4px}
.prs-count{font-size:14px;color:var(--ink-2);margin:0 0 20px}
.prs-empty{color:var(--mute)}
.prs-bars{display:flex;flex-direction:column;gap:9px;max-width:270px}
.prs-bar{display:grid;grid-template-columns:14px 1fr 42px;align-items:center;gap:12px;font-size:13px;color:var(--ink-2)}
.prs-star{font-weight:600}
.prs-track{height:7px;background:var(--paper-3);border-radius:999px;overflow:hidden}
.prs-fill{display:block;height:100%;background:var(--ink);border-radius:999px}
.prs-n{text-align:right;color:var(--mute);font-variant-numeric:tabular-nums}
/* WooCommerce review list + form, cleaned up */
.pdp-reviews-list{min-width:0}
.pdp-reviews-list #reviews{margin:0}
.pdp-reviews-list .woocommerce-Reviews-title{display:none}
.pdp-reviews-list ol.commentlist{list-style:none;margin:0;padding:0}
.pdp-reviews-list ol.commentlist li.review,.pdp-reviews-list ol.commentlist li.comment{border-bottom:1px solid var(--line);padding:20px 0;margin:0}
.pdp-reviews-list .comment_container{display:block;position:relative}
.pdp-reviews-list .comment_container img.avatar{display:none}
/* WooCommerce's default .comment-text has a 50px left margin (for the avatar we
   hide) + a card border, set with two-ID specificity — override it hard */
.pdp-reviews-list .comment-text{margin:0 !important;border:0 !important;padding:0 !important}
.pdp-reviews-list .comment-text .star-rating{font-size:.85em;margin:0 0 8px}
.pdp-reviews-list .comment-text p.meta{font-size:13px;color:var(--mute);margin:8px 0 0}
.pdp-reviews-list .comment-text .description{color:var(--ink-2);line-height:1.6}
.pdp-reviews-list #review_form_wrapper{margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}
.pdp-reviews-list #review_form .comment-reply-title{font-size:1.1rem;font-weight:700;display:block;margin-bottom:12px}
.pdp-reviews-list #respond input[type=text],.pdp-reviews-list #respond textarea{width:100%;max-width:560px;border:1px solid var(--line-2);border-radius:var(--radius-s);padding:12px 14px;font:inherit}

/* ── Reviews: cap list at ~3 then scroll; form now lives in the modal ── */
.pdp-reviews-list ol.commentlist{max-height:min(560px,80vh);overflow-y:auto;padding-right:6px}
.pdp-reviews-list ol.commentlist::-webkit-scrollbar{width:6px}
.pdp-reviews-list ol.commentlist::-webkit-scrollbar-track{background:transparent}
.pdp-reviews-list ol.commentlist::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:3px}
/* On phones let reviews flow full-width instead of a cramped inner scroll box */
@media(max-width:767px){
  .pdp-reviews-list ol.commentlist{max-height:none;overflow:visible;padding-right:0}
}
.pdp-reviews-list #review_form_wrapper,
.pdp-reviews-list .woocommerce-noreviews,
.pdp-reviews-list p.woocommerce-verification-required{display:none!important}
.pdp-reviews-cta{margin-top:24px}
.pdp-reviews-cta .btn{width:100%}

/* ══ Write-a-Review popup modal ══════════════════════════════════════ */
body.ugrm-open{overflow:hidden}
.ugrm{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}
.ugrm[hidden]{display:none}
.ugrm__backdrop{position:absolute;inset:0;background:rgba(15,15,15,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;animation:ugrm-fade .22s ease}
.ugrm__dialog{position:relative;background:var(--paper);border-radius:var(--radius);width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 32px 80px rgba(0,0,0,.22);animation:ugrm-rise .26s var(--ease);overflow:hidden;outline:none}
.ugrm__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 20px;border-bottom:1px solid var(--line);flex-shrink:0;background:var(--paper)}
.ugrm__title{font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin:0 0 3px;color:var(--ink)}
.ugrm__subtitle{font-size:12px;color:var(--ink-2);margin:0;font-weight:400}
.ugrm__close{width:34px;height:34px;min-width:34px;border:1.5px solid var(--line-2);border-radius:50%;background:transparent;cursor:pointer;font-size:20px;line-height:1;color:var(--ink-2);display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,background .15s;margin-top:2px}
.ugrm__close:hover{border-color:var(--ink);color:var(--ink);background:var(--paper-2)}
.ugrm__body{overflow-y:auto;padding:28px;flex:1;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}
.ugrm__body::-webkit-scrollbar{width:5px}
.ugrm__body::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:3px}
.ugrm-logged-as{font-size:12.5px;color:var(--ink-2);margin:0 0 22px;padding:10px 14px;background:var(--paper-2);border-radius:var(--radius-s)}
.ugrm-logged-as strong{color:var(--ink)}
.ugrm-logged-as a{color:var(--ink);text-decoration:underline}
.ugrm-blocked{text-align:center;padding:16px 0 8px}
.ugrm-blocked p{font-size:14px;color:var(--ink-2);line-height:1.6;margin:0 0 6px}
.ugrm-blocked .ugrm-blocked-sub{font-size:12px}
.ugrm-blocked a{color:var(--ink);text-decoration:underline}
.ugrm-form{margin:0}
.ugrm-row{margin-bottom:20px}
.ugrm-row:last-child{margin-bottom:0}
.ugrm-label{display:block;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);margin-bottom:8px}
.ugrm-label .req{color:var(--ink);margin-left:2px}
.ugrm-input,.ugrm-textarea{width:100%;border:1.5px solid var(--line-2);border-radius:var(--radius-s);padding:11px 14px;font-size:14px;font-family:var(--sans);color:var(--ink);background:var(--paper);transition:border-color .15s,box-shadow .15s;box-sizing:border-box;-webkit-appearance:none}
.ugrm-input:focus,.ugrm-textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(28,28,28,.1);outline:none}
.ugrm-textarea{min-height:110px;resize:vertical;line-height:1.6}
.ugrm-hint{display:block;font-size:11px;color:var(--ink-2);margin-top:5px}
.ugrm-field-error{display:block;font-size:11.5px;color:#c0392b;margin-top:6px;font-weight:600}
.ugrm-row--rating{margin-bottom:24px}
.ugrm-stars{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ugrm-stars__set{display:flex;gap:4px}
.ugrm-stars__set a{font-size:28px;color:var(--line-2)!important;text-decoration:none!important;line-height:1;transition:color .1s,transform .1s;cursor:pointer}
.ugrm-stars__set a.hovered,.ugrm-stars__set a.selected{color:var(--ink)!important;transform:scale(1.12)}
.ugrm-stars__label{font-size:12px;color:var(--ink-2);font-style:italic}
.ugrm-rating-select{display:none}
.ugrm-row--submit{margin-top:28px}
.ugrm-submit{width:100%}
.ugrm-admin-badge{display:flex;align-items:center;gap:8px;background:var(--paper-2);border:1px solid var(--line-2);border-radius:var(--radius-s);padding:10px 14px;margin-bottom:22px;font-size:12.5px;font-weight:700;letter-spacing:.02em;color:var(--ink)}
.ugrm-admin-fields{background:var(--paper-2);border:1px dashed var(--line-2);border-radius:var(--radius-s);padding:16px}
.ugrm-login-msg{font-size:13.5px;color:var(--ink-2);margin:0 0 20px;line-height:1.6;text-align:center}
.ugrm-login-wrap{background:var(--paper-2);border-radius:var(--radius-s);padding:24px 20px 20px}
.ugrm-login-wrap form{margin:0}
.ugrm-login-wrap p{margin:0 0 16px}
.ugrm-login-wrap label{display:block;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);margin-bottom:6px}
.ugrm-login-wrap input[type=text],.ugrm-login-wrap input[type=password]{width:100%;border:1.5px solid var(--line-2);border-radius:var(--radius-s);padding:11px 14px;font-size:14px;font-family:var(--sans);color:var(--ink);background:var(--paper);box-sizing:border-box;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none}
.ugrm-login-wrap input[type=text]:focus,.ugrm-login-wrap input[type=password]:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(28,28,28,.1);outline:none}
.ugrm-login-wrap p.login-remember{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-2);text-transform:none;letter-spacing:0;font-weight:400}
.ugrm-login-wrap p.login-remember input[type=checkbox]{width:auto;margin:0;accent-color:var(--ink)}
.ugrm-login-wrap input[type=submit]{width:100%!important;background:var(--ink)!important;color:var(--paper)!important;border:2px solid var(--ink)!important;border-radius:var(--radius-s)!important;padding:13px 24px!important;font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;font-family:var(--sans)!important;transition:background .15s,color .15s!important;box-shadow:none!important}
.ugrm-login-wrap input[type=submit]:hover{background:transparent!important;color:var(--ink)!important}
.ugrm-login-error{display:block;font-size:11.5px;color:#c0392b;font-weight:600;margin-top:6px}
.ugrm-login-links{display:flex;justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.ugrm-login-links a{font-size:12px;color:var(--ink);text-decoration:none}
.ugrm-login-links a:hover{text-decoration:underline}
@keyframes ugrm-fade{from{opacity:0}to{opacity:1}}
@keyframes ugrm-rise{from{opacity:0;transform:translateY(28px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:560px){
.ugrm{align-items:flex-end;padding:0}
.ugrm__dialog{max-height:92vh;border-radius:16px 16px 0 0;max-width:100%}
.ugrm__header{padding:20px 20px 16px}
.ugrm__body{padding:22px 20px 32px}
.pdp-reviews-cta .btn{max-width:100%}
}
@media(prefers-reduced-motion:reduce){
.ugrm__backdrop,.ugrm__dialog{animation:none}
}

/* ══ Support / legal pages (warranty, returns, contact, privacy, disclaimer) ══ */
.wrap.narrow{max-width:840px}
.display-sm{font-size:clamp(2rem,4.4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.04;color:var(--ink)}
.legal .legal-hero{padding-top:clamp(28px,4vw,52px);padding-bottom:6px}
.legal .legal-hero .lede{margin-top:14px}
.legal-updated{margin-top:16px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}
.legal-body-sec{padding-top:clamp(20px,3vw,32px)}
.legal-body{font-size:16px;line-height:1.72;color:var(--ink-2)}
.legal-body > h2{font-size:1.35rem;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:38px 0 12px;line-height:1.2}
.legal-body > h2:first-child{margin-top:0}
.legal-body > h3{font-size:1.05rem;font-weight:700;color:var(--ink);margin:26px 0 8px}
.legal-body p{margin:0 0 16px}
.legal-body ul{margin:0 0 18px;padding:0;list-style:none}
.legal-body ul li{position:relative;padding:4px 0 4px 22px}
.legal-body ul li::before{content:"";position:absolute;left:2px;top:13px;width:6px;height:6px;border-radius:50%;background:var(--ink)}
.legal-body a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.legal-body a:hover{color:var(--mute)}
.legal-body strong{color:var(--ink);font-weight:600}
.legal-cta-line{margin-top:30px;padding-top:22px;border-top:1px solid var(--line);font-size:15px}
.legal-help{margin-top:clamp(24px,4vw,48px)}

/* Contact page */
.contact-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:clamp(28px,4vw,56px);align-items:start}
.contact-form-col{min-width:0}
.contact-note{padding:13px 16px;border-radius:var(--radius-s);font-size:14px;margin-bottom:22px;font-weight:500}
.contact-note--ok{background:#eef5ee;border:1px solid #bcd8bd;color:#276c2c}
.contact-note--err{background:#fbeeee;border:1px solid #e2b6b6;color:#b23b32}
.contact-form .cf-field{margin:0 0 18px}
.contact-form .cf-row--split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form label{display:block;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--mute);margin-bottom:7px}
.contact-form label .req{color:var(--ink)}
.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{width:100%;border:1.5px solid var(--line-2);border-radius:var(--radius-s);padding:12px 14px;font:inherit;font-size:15px;color:var(--ink);background:var(--paper);box-sizing:border-box;-webkit-appearance:none;transition:border-color .15s,box-shadow .15s}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(28,28,28,.1);outline:none}
.contact-form textarea{resize:vertical;line-height:1.6;min-height:130px}
.contact-form .cf-submit{margin:6px 0 0}
.contact-form .cf-submit .btn{min-width:200px}
.ug-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.contact-info-col{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,2.4vw,30px)}
.contact-info-col .h3{margin:0 0 18px}
.contact-info-item{margin:0 0 16px;font-size:14.5px;color:var(--ink-2);line-height:1.55}
.contact-info-lbl{display:block;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--mute);margin-bottom:3px}
.contact-info-item a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.contact-endnote{margin:22px 0 0;padding-top:18px;border-top:1px solid var(--line);font-size:12.5px;color:var(--mute);line-height:1.5}
@media(max-width:820px){
.contact-grid{grid-template-columns:1fr}
.contact-form .cf-row--split{grid-template-columns:1fr;gap:0}
}

/* Footer legal quick-links */
.footer-legal-links{display:flex;flex-wrap:wrap;gap:18px}
.footer-legal-links a{color:var(--mute-on-ink);transition:color .18s}
.footer-legal-links a:hover{color:#fff}

/* Footer currency switcher (WooPayments multi-currency) */
.footer-currency{margin-top:24px}
.footer-currency-lbl{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute-on-ink);margin-bottom:10px;font-weight:700}
.footer-currency select,
.footer-currency .wcpay-currency-switcher-holder select{-webkit-appearance:none;appearance:none;background-color:transparent;color:#fff;border:1px solid #3a3a3a;border-radius:var(--radius-s);padding:9px 36px 9px 13px;font:inherit;font-size:14px;line-height:1.2;cursor:pointer;min-width:150px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a6a6a3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:13px;transition:border-color .18s}
.footer-currency select:hover,
.footer-currency .wcpay-currency-switcher-holder select:hover{border-color:#5a5a5a}
.footer-currency select:focus,
.footer-currency .wcpay-currency-switcher-holder select:focus{outline:none;border-color:#7a7a7a}
.footer-currency select option{color:#1c1c1c;background:#fff}
.footer-currency .wcpay-currency-switcher-holder{display:inline-block}

/* Header badge logo — scoped to the header (footer logo keeps .brand img sizing) */
.brand img.brand-logo{height:50px}
.header.shrink .brand img.brand-logo{height:42px}
@media(min-width:900px){
  .brand img.brand-logo{height:60px}
  .header.shrink .brand img.brand-logo{height:48px}
}

/* ---------- Newsletter signup feedback (on charcoal) ---------- */
.ug-news-msg{
	margin:10px 0 0;
	font-size:14px;
	font-weight:600;
	line-height:1.4;
}
.ug-news-msg.is-ok{color:#8fd39a}
.ug-news-msg.is-error{color:#f0a3a3}
.unixglow-newsletter button[disabled]{opacity:.6;cursor:default}

/* Newsletter band sits directly above the footer; both are --ink, so separate them. */
.news-band{border-bottom:1px solid rgba(255,255,255,.12)}

/* ══ Exit-intent newsletter popup ════════════════════════════════════ */
body.uxe-open{overflow:hidden}
.uxe{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}
.uxe[hidden]{display:none}
.uxe__backdrop{position:absolute;inset:0;background:rgba(15,15,15,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;animation:ugrm-fade .22s ease}
.uxe__dialog{position:relative;background:var(--paper);border-radius:var(--radius);width:100%;max-width:480px;padding:38px 34px 30px;box-shadow:0 32px 80px rgba(0,0,0,.22);animation:ugrm-rise .26s var(--ease);outline:none}
.uxe__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:1.5px solid var(--line-2);border-radius:50%;background:transparent;cursor:pointer;font-size:20px;line-height:1;color:var(--ink-2);display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,background .15s}
.uxe__close:hover{border-color:var(--ink);color:var(--ink);background:var(--paper-2)}
.uxe__title{font-size:clamp(1.45rem,3.2vw,1.9rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--ink);margin:6px 0 10px}
.uxe__text{font-size:14.5px;line-height:1.6;color:var(--ink-2);margin:0 0 18px}
.uxe__points{list-style:none;margin:0 0 22px;padding:0;border-top:1px solid var(--line)}
.uxe__points li{position:relative;font-size:13.5px;line-height:1.5;color:var(--ink);padding:11px 0 11px 24px;border-bottom:1px solid var(--line)}
.uxe__points li::before{content:"";position:absolute;left:2px;top:17px;width:7px;height:7px;background:var(--ink);border-radius:50%}
.uxe__form{display:flex;gap:8px;flex-wrap:wrap}
.uxe__form input[type=email]{flex:1 1 190px;min-width:0;border:1.5px solid var(--line-2);border-radius:var(--radius-s);padding:12px 14px;font-size:14px;font-family:var(--sans);color:var(--ink);background:var(--paper);box-sizing:border-box;-webkit-appearance:none;transition:border-color .15s,box-shadow .15s}
.uxe__form input[type=email]:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(28,28,28,.1);outline:none}
.uxe__form .btn{flex:0 0 auto}
.uxe .ug-news-msg{margin-top:12px}
.uxe .ug-news-msg.is-ok{color:#1d6b2a}
.uxe .ug-news-msg.is-error{color:#c0392b}
.uxe__fine{display:block;margin-top:14px;font-size:11.5px;line-height:1.5;color:var(--mute)}
.uxe__fine a{color:var(--ink);text-decoration:underline}
@media(max-width:560px){
.uxe{align-items:flex-end;padding:0}
.uxe__dialog{max-width:100%;border-radius:16px 16px 0 0;padding:32px 22px 26px;max-height:92vh;overflow-y:auto}
.uxe__form .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
.uxe__backdrop,.uxe__dialog{animation:none}
}

/* ══ WooCommerce / WooPayments store notice (currency prompt) ═════════
   WooCommerce appends this to the end of <body> and floats it with
   position:absolute, which overlaps the announce bar and header. theme.js
   moves it above .announce; these rules put it back in the flow and drop
   the default purple for the brand palette. */
.woocommerce-store-notice,
p.woocommerce-store-notice.demo_store{
	position:static!important;
	top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;
	width:auto!important;
	margin:0!important;
	padding:9px 20px!important;
	background:var(--paper-2)!important;
	color:var(--ink)!important;
	font-family:var(--sans)!important;
	font-size:12.5px!important;
	font-weight:500!important;
	line-height:1.5!important;
	letter-spacing:.01em!important;
	text-align:center!important;
	text-transform:none!important;
	border-bottom:1px solid var(--line)!important;
	box-shadow:none!important;
	border-radius:0!important;
}
.woocommerce-store-notice a{
	color:var(--ink)!important;
	text-decoration:underline!important;
	text-underline-offset:2px;
	font-weight:600;
}
.woocommerce-store-notice a:hover{opacity:.7}
.woocommerce-store-notice__dismiss-link{
	font-weight:500!important;
	color:var(--mute)!important;
	margin-left:4px;
}
.woocommerce-store-notice__dismiss-link:hover{color:var(--ink)!important}
@media(max-width:560px){
	.woocommerce-store-notice,
	p.woocommerce-store-notice.demo_store{font-size:11.5px!important;padding:8px 14px!important}
}

/* Currency code beside prices (HKD / USD / EUR) */
.ug-cur-code{
	font-size:.74em;
	font-weight:600;
	letter-spacing:.06em;
	color:var(--mute);
	margin-left:.35em;
	white-space:nowrap;
}

/* ══ Home: merged brand + fabric story ═══════════════════════════════
   Text column left, a staggered pair of photographs right. The images
   carry the section, so they get the larger share of the grid. */
.story{
	display:grid;
	gap:clamp(34px,5vw,68px);
	grid-template-columns:1fr;
	align-items:center;
}
@media(min-width:980px){
	.story{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}
}
.story .anchor,.section > .anchor{display:block;height:0}
.story-lede{color:#cfcecb}
.story-sub{
	color:var(--mute-on-ink);
	font-size:15px;
	line-height:1.65;
	max-width:46ch;
	margin:0;
	padding-top:18px;
	border-top:1px solid #2c2c2c;
}
.story-cta{margin-top:6px}

.story-media{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:clamp(12px,1.6vw,20px);
}
.story-media figure{
	margin:0;
	border-radius:var(--radius);
	overflow:hidden;
	background:#111;
}
.story-media img{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:3/4;
	object-fit:cover;
	transition:transform .7s var(--ease);
}
.story-media figure:hover img{transform:scale(1.04)}

/* Stagger the pair so it reads as a composition, not a row of two. */
@media(min-width:760px){
	.story-media figure:first-child{transform:translateY(-16px)}
	.story-media figure:last-child{transform:translateY(24px)}
}
/* On phones a side-by-side pair shrinks to thumbnails, so stack them
   full width and let each photograph carry its own screen. */
@media(max-width:759px){
	.story-media{grid-template-columns:1fr;gap:14px}
	.story-media img{aspect-ratio:4/5}
}
@media(prefers-reduced-motion:reduce){
	.story-media figure{transform:none!important}
	.story-media img{transition:none}
	.story-media figure:hover img{transform:none}
}

/* Spec table on the About page: the base .spec-list is built for charcoal,
   this section is .bg-soft, so re-tone the rules and labels for light. */
.spec-list--about{
	margin-top:clamp(30px,4vw,48px);
	border-top-color:var(--line);
}
.spec-list--about div{border-bottom-color:var(--line)}
.spec-list--about dt{color:var(--mute)}
.spec-list--about dd{color:var(--ink)}

/* Fact strip: a wordmark tile instead of a big number. The .num size is
   built for "103 g", so text needs its own scale. */
.factstrip .num--text{
	font-size:clamp(.92rem,1.5vw,1.08rem);
	font-weight:800;
	letter-spacing:.09em;
	text-transform:uppercase;
	line-height:1.3;
	max-width:14ch;
}
