/* =========================================================
   The Workshop — storefront styles
   Brand: charcoal #343538 + amber #F4A32D (from the logo)
   ========================================================= */
:root {
  --ink: #1c1c1f;
  --char: #343538;
  --char-2: #2a2b2e;
  --char-3: #232427;
  --amber: #f4a32d;
  --amber-600: #e08e14;
  --amber-50: #fff5e6;
  --bg: #faf8f4;
  --surface: #ffffff;
  --surface-2: #f3f0ea;
  --line: #e7e2d9;
  --line-2: #d9d3c7;
  --muted: #6c6b70;
  --green: #1f8a4c;
  --green-50: #e8f5ec;
  --red: #c0352b;
  --red-50: #fdecea;
  --blue: #2a64c8;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(28, 28, 31, .06);
  --shadow: 0 1px 2px rgba(28, 28, 31, .05), 0 8px 24px rgba(28, 28, 31, .06);
  --shadow-lg: 0 20px 50px rgba(28, 28, 31, .14);
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --container: 1200px;
  --fil: #8e9094;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
p a, .muted a, .link, .notice a, .flash a, .hint a, .form-error a { color: var(--amber-600); font-weight: 600; text-decoration: none; }
p a:hover, .muted a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 700; }
h3, .h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 1em; }
[hidden] { display: none !important; }
button { font: inherit; }
a, button, input, select, textarea, label { touch-action: manipulation; }
input, select, textarea { font: inherit; color: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left)); }
.container.narrow { max-width: 760px; }
.muted { color: var(--muted); }
.muted-light { color: rgba(255, 255, 255, .6); }
.small { font-size: .85rem; }
.center { text-align: center; }
.stack > * + * { margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 600; font-size: .95rem; text-decoration: none; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .1s, box-shadow .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 3px solid rgba(244, 163, 45, .45); outline-offset: 2px; }
.btn-lg { padding: 14px 26px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--amber); color: var(--ink); box-shadow: 0 4px 14px rgba(244, 163, 45, .35); }
.btn-primary:hover { background: #f7b24c; }
.btn-dark { background: var(--char); color: #fff; }
.btn-dark:hover { background: var(--ink); }
.btn-ghost { background: transparent; border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { border-color: var(--char); }
.btn-outline-light { background: transparent; border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn-outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.btn[disabled], .btn.disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.btn.is-busy { opacity: .7; cursor: progress; }
.btn-grow { flex: 1; }
.linklike { background: none; border: 0; padding: 0; color: var(--amber-600); font-weight: 600; cursor: pointer; text-decoration: underline; }

/* ---------- Header ---------- */
.announce { background: var(--char); color: #f2f1ee; font-size: .82rem; text-align: center; padding: 7px 0; letter-spacing: .01em; }
.announce-part + .announce-part::before { content: '\00B7'; margin: 0 .55em; opacity: .6; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250, 248, 244, .92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 24px; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 34px; height: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--display); font-weight: 700; font-size: 1.15rem; letter-spacing: -.01em; }
.brand-sub { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-top: 3px; }
.brand-light .brand-sub { color: rgba(255, 255, 255, .55); }
.main-nav { display: flex; gap: 4px; margin-left: 12px; }
.main-nav a { text-decoration: none; font-weight: 500; font-size: .95rem; padding: 8px 12px; border-radius: 8px; color: #3b3b40; }
.main-nav a:hover { background: var(--surface-2); color: var(--ink); }
.main-nav a.active { color: var(--ink); background: var(--surface-2); }
.main-nav .nav-admin { color: var(--amber-600); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.icon-btn { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 10px; text-decoration: none; color: var(--ink); }
.icon-btn:hover { background: var(--surface-2); }
.icon-label { font-size: .9rem; font-weight: 500; max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cart-count {
  position: absolute; top: 1px; right: 0; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 10px; background: var(--amber); color: var(--ink); font-size: .7rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--bg);
}
.nav-toggle { display: none; background: none; border: 0; padding: 8px; margin-left: -8px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }

/* ---------- Flash & notices ---------- */
.flash { margin: 16px 0 0; padding: 12px 16px; border-radius: var(--radius-sm); font-size: .95rem; }
.flash-success { background: var(--green-50); color: #145c33; border: 1px solid #bfe3cc; }
.flash-error, .form-error { background: var(--red-50); color: #8f241c; border: 1px solid #f5c6c0; padding: 12px 16px; border-radius: var(--radius-sm); font-size: .95rem; }
.notice { background: var(--amber-50); border: 1px solid #f7d9a8; padding: 10px 14px; border-radius: var(--radius-sm); font-size: .92rem; }

/* ---------- Hero ---------- */
.hero { background: radial-gradient(1200px 500px at 85% 20%, #45464a 0%, transparent 60%), var(--char); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .7); margin-bottom: 18px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(244, 163, 45, .2); }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 1.02; letter-spacing: -.025em; margin-bottom: 20px; }
.hero .hl { color: var(--amber); }
.lead { font-size: 1.12rem; color: rgba(255, 255, 255, .78); max-width: 520px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; padding: 0; margin: 34px 0 0; color: rgba(255, 255, 255, .7); font-size: .92rem; }
.hero-points strong { color: #fff; }
.hero-visual { display: flex; flex-direction: column; align-items: center; }
.hero-stage { position: relative; width: min(440px, 100%); aspect-ratio: 1; display: grid; place-items: center; }
.hero-stage > div, .hero-stage > img { position: relative; width: 100%; }
.hero-photo { border-radius: 24px; object-fit: cover; aspect-ratio: 1; height: auto; box-shadow: 0 24px 60px rgba(0, 0, 0, .35); width: 88% !important; }
.hero-glow { position: absolute; inset: 12%; border-radius: 50%; background: var(--fil); filter: blur(70px); opacity: .35; transition: background .6s; }
.hero-caption {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; padding: 8px 16px 8px 10px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px;
  text-decoration: none; color: #fff; font-size: .95rem;
}
.hero-caption:hover { background: rgba(255, 255, 255, .14); }
.hero-caption-dot { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(160deg, var(--fil) 25%, var(--fil2, var(--fil)) 75%); border: 2px solid rgba(255, 255, 255, .6); }
.hero-caption .arrow { color: var(--amber); }
.hero-swatches { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; max-width: 390px; }
.swatch-mini { width: 24px; height: 24px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .25); background: var(--c); cursor: pointer; padding: 0; transition: transform .15s, border-color .15s; }
.swatch-mini:hover { transform: scale(1.12); }
.swatch-mini.active { border-color: #fff; transform: scale(1.18); box-shadow: 0 0 0 3px rgba(244, 163, 45, .6); }

/* Printed-object illustrations (color via --fil/--fil2, surface via data-finish on a parent) */
.art .fil { fill: var(--fil); transition: fill .45s ease; }
.art .stop1 { stop-color: var(--fil); transition: stop-color .45s ease; }
.art .stop2 { stop-color: var(--fil2, var(--fil)); transition: stop-color .45s ease; }
.art .marble, .art .sheen { opacity: 0; transition: opacity .3s; }
.art .body, .art .fil, .art .hl, .art .shade { transition: opacity .3s, fill .45s ease; }
[data-finish="marble"] .art .marble { opacity: 1; }
[data-finish="silk"] .art .sheen { opacity: .8; }
[data-finish="metallic"] .art .sheen { opacity: .5; }
[data-finish="matte"] .art .hl { opacity: .25; }
[data-finish="matte"] .art .shade { opacity: .8; }
[data-finish="transparent"] .art .body, [data-finish="transparent"] .art .fil { opacity: .58; }
[data-finish="transparent"] .art .shade { opacity: .55; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-tight { padding: 48px 0 16px; }
.section-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-head.center { justify-content: center; text-align: center; }
.section-head h2 { margin: 0; }
.section-sub { color: var(--muted); margin: 8px 0 0; }
.kicker { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-600); margin: 0 0 8px; }
.kicker-light { color: var(--amber); }
.link-arrow { font-weight: 600; text-decoration: none; color: var(--ink); white-space: nowrap; }
.link-arrow:hover { color: var(--amber-600); }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.product-card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; transition: box-shadow .2s, transform .2s, border-color .2s; }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent; }
.product-card-media { position: relative; aspect-ratio: 1; background: linear-gradient(180deg, #f5f2ec, #ebe6dc); display: grid; place-items: center; }
.product-card-media > svg { width: 88%; }
.product-card-media > img { width: 100%; height: 100%; object-fit: cover; }
.tag { position: absolute; top: 12px; left: 12px; background: var(--surface); border-radius: 999px; padding: 3px 10px; font-size: .75rem; font-weight: 700; letter-spacing: .04em; box-shadow: var(--shadow-sm); }
.product-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.product-card-body h3 { margin: 0 0 4px; font-size: 1.2rem; }
.product-card-body p { margin: 0 0 14px; }
.product-card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.price { font-weight: 700; font-size: 1.05rem; }
.dots { display: flex; align-items: center; }
.dot { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: var(--c); border: 1.5px solid rgba(0, 0, 0, .12); vertical-align: -2px; }
.dots .dot { margin-left: -4px; border: 2px solid var(--surface); box-shadow: 0 0 0 1px rgba(0, 0, 0, .08); }
.dot-lg { width: 22px; height: 22px; }
.more { font-size: .75rem; color: var(--muted); margin-left: 4px; font-weight: 600; }
.badge { display: inline-block; font-size: .72rem; font-weight: 700; padding: 3px 8px; border-radius: 6px; margin-top: 10px; align-self: flex-start; }
.badge-muted { background: var(--surface-2); color: var(--muted); }
.badge-stock { background: var(--green-50); color: #176b3a; }

/* ---------- Special requests ---------- */
.request-card { border: 2px dashed var(--line-2); background: transparent; box-shadow: none; }
.request-card:hover { border-color: var(--amber); background: var(--surface); }
.request-card-body { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 6px; padding: 28px 24px; min-height: 260px; }
.request-card-body h3 { margin: 6px 0 0; font-size: 1.2rem; }
.request-card-body p { margin: 0 0 8px; }
.request-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--amber-50); color: var(--amber-600); display: grid; place-items: center; }
.section-snug { padding: 56px 0 0; }
.request-band { display: grid; grid-template-columns: 1fr 1.15fr; gap: 36px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 32px; }
.request-copy h2 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.request-copy p { margin: 0; }
.request-form .field { margin-bottom: 12px; }
.request-form .grid-2 { gap: 12px; }
.request-form textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-gap { margin-bottom: 16px; }
.card + .center { margin-top: 14px; }
.center-row { justify-content: center; }
.swatch-note a { color: var(--amber-600); font-weight: 600; }

/* ---------- Palette ---------- */
.palette-row + .palette-row { margin-top: 30px; }
.palette-row h3 { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.palette-row h3 a { text-decoration: none; }
.palette-row h3 .muted { font-family: var(--font); font-size: .85rem; font-weight: 500; }
.palette { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 6px; border-radius: 999px; background: var(--bg); border: 1px solid var(--line); text-decoration: none; font-size: .9rem; font-weight: 500; transition: border-color .15s, background .15s; }
.chip:hover { border-color: var(--char); background: var(--surface); }
.chip-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12); }
.chip-out { opacity: .5; }
.chip-out:hover { opacity: .85; }
.chip-more { padding: 6px 16px; cursor: pointer; font-weight: 600; color: var(--amber-600); border-style: dashed; border-color: var(--line-2); }
.palette-row .stock-count { font-family: var(--font); font-size: .78rem; font-weight: 600; color: var(--muted); background: var(--surface-2); padding: 2px 8px; border-radius: 999px; }
.palette-row .stock-count.has { color: #176b3a; background: var(--green-50); }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.feature-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--amber-50); color: var(--amber-600); display: grid; place-items: center; margin-bottom: 16px; }
.feature-icon svg { width: 24px; height: 24px; }
.feature p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ---------- Services band ---------- */
.services { position: relative; overflow: hidden; background: var(--char); color: #fff; border-radius: 24px; padding: 48px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.services p { color: rgba(255, 255, 255, .75); max-width: 560px; }
.services-logo { width: 190px; height: auto; opacity: .95; }

/* ---------- Footer ---------- */
.site-footer { background: var(--char-3); color: rgba(255, 255, 255, .72); margin-top: 72px; padding: 56px 0 24px; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 32px; }
.footer-grid h4 { color: #fff; font-family: var(--font); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid a:not(.brand) { display: block; text-decoration: none; padding: 4px 0; color: rgba(255, 255, 255, .72); }
.footer-grid a:not(.brand):hover { color: var(--amber); }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
[data-secret-login] { cursor: default; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; }
.footer-brand p { max-width: 300px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 40px; padding-top: 20px; font-size: .82rem; color: rgba(255, 255, 255, .5); }

.footer-bottom-links { display: flex; gap: 18px; align-items: center; }
.footer-bottom-links a { color: rgba(255, 255, 255, .5); text-decoration: none; }
.footer-bottom-links a:hover { color: var(--amber); }
.wa-float { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom)); z-index: 50; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .22); transition: transform .15s; }
.wa-float:hover { transform: scale(1.07); }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom)); z-index: 60; transform: translate(-50%, 20px); opacity: 0;
  display: flex; align-items: center; gap: 12px; max-width: calc(100vw - 32px);
  background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow-lg);
  font-size: .93rem; transition: opacity .2s, transform .2s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast a { color: var(--amber); font-weight: 700; text-decoration: none; white-space: nowrap; margin-left: 4px; }
.toast-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--c); border: 2px solid rgba(255, 255, 255, .5); flex-shrink: 0; }

/* ---------- Pages ---------- */
.page { padding: 32px 0 20px; min-height: 60vh; }
.page-head { margin: 8px 0 26px; }
.page-head h1 { margin-bottom: 6px; }
.page-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { text-decoration: none; color: var(--muted); }
.crumbs a:hover { color: var(--ink); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.pill { padding: 7px 16px; border-radius: 999px; border: 1px solid var(--line-2); text-decoration: none; font-weight: 500; font-size: .92rem; background: var(--surface); }
.pill.active { background: var(--char); border-color: var(--char); color: #fff; }
.empty { text-align: center; padding: 48px 20px; }
.loading { color: var(--muted); padding: 24px 0; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.card + .card { margin-top: 18px; }
.actions-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 18px; }
.page-head-row .actions-row { margin-top: 0; }

/* ---------- Product page ---------- */
.pdp { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.pdp-gallery { position: sticky; top: 90px; }
.pdp-stage { position: relative; aspect-ratio: 1; border-radius: 22px; background: radial-gradient(70% 60% at 50% 40%, #ffffff 0%, #efebe3 70%, #e6e0d5 100%); overflow: hidden; border: 1px solid var(--line); }
.pdp-view { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: opacity .3s; pointer-events: none; }
.pdp-view > div { width: 82%; }
.pdp-view > img { width: 80%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 44px rgba(28, 28, 31, .16); }
.pdp-stage[data-stage="print"] .pdp-view-print, .pdp-stage[data-stage="spool"] .pdp-view-spool, .pdp-stage[data-stage="label"] .pdp-view-label { opacity: 1; pointer-events: auto; }
.stage-label { position: absolute; left: 16px; bottom: 16px; background: rgba(255, 255, 255, .9); backdrop-filter: blur(6px); padding: 6px 12px; border-radius: 999px; font-size: .85rem; box-shadow: var(--shadow-sm); }
.pdp-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.thumb { width: 84px; padding: 6px 6px 4px; border-radius: 12px; background: var(--surface); border: 2px solid var(--line); cursor: pointer; display: flex; flex-direction: column; align-items: center; font-size: .72rem; font-weight: 600; color: var(--muted); }
.thumb svg { width: 100%; }
.thumb .thumb-art { display: block; width: 100%; }
.thumb .thumb-photo { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; margin-bottom: 2px; }
.thumb.active { border-color: var(--char); color: var(--ink); }
.pdp-info h1 { margin-bottom: 8px; }
.pdp-tagline { color: var(--muted); font-size: 1.08rem; }
.pdp-price { font-family: var(--display); font-size: 1.9rem; font-weight: 700; margin: 6px 0 22px; }
.pdp-price .small { font-family: var(--font); font-weight: 500; }
.pdp-block { padding: 20px 0; border-top: 1px solid var(--line); }
.pdp-label { font-size: .92rem; margin-bottom: 12px; color: #3b3b40; }
.swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.swatch {
  position: relative; width: 40px; height: 40px; border-radius: 50%; padding: 0; cursor: pointer;
  background: var(--c); border: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 0 0 3px var(--bg);
  transition: transform .12s, box-shadow .12s;
}
.swatch:hover { transform: scale(1.08); }
.swatch.active { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 0 0 3px var(--bg), 0 0 0 5px var(--char); }
.swatch:focus-visible { outline: none; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 0 0 3px var(--bg), 0 0 0 5px var(--amber); }
.swatch-out::after { content: ''; position: absolute; left: 50%; top: 4px; bottom: 4px; width: 2px; background: rgba(255, 255, 255, .9); transform: translateX(-50%) rotate(45deg); box-shadow: 0 0 0 1px rgba(0, 0, 0, .25); }
.stock-line { margin-top: 14px; font-size: .92rem; min-height: 1.5em; }
.swatch-note { margin: 6px 0 0; font-size: .82rem; color: var(--muted); }
.swatch-group-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--green); margin: 0 0 10px; }
.swatch-group-label.out { color: var(--muted); margin-top: 18px; }
.swatch-group-label:first-child { margin-top: 0; }
.swatch-groups .swatch-out { opacity: .8; }
.swatch-more { height: 40px; min-width: 40px; padding: 0 10px; border-radius: 999px; border: 1.5px dashed var(--line-2); background: var(--surface); color: var(--muted); font-weight: 700; font-size: .85rem; cursor: pointer; }
.swatch-more:hover { border-color: var(--char); color: var(--ink); }
.stock { font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.stock::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.stock-in { color: var(--green); }
.stock-low { color: var(--amber-600); }
.stock-out { color: var(--red); }
.buy-row { display: flex; gap: 12px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: 999px; background: var(--surface); overflow: hidden; }
.qty button { width: 44px; height: 48px; border: 0; background: none; font-size: 1.25rem; cursor: pointer; color: var(--ink); }
.qty button:hover:not([disabled]) { background: var(--surface-2); }
.qty button[disabled] { opacity: .35; cursor: not-allowed; }
.qty input { width: 48px; height: 48px; border: 0; text-align: center; font-weight: 600; background: none; -moz-appearance: textfield; appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty input:focus { outline: none; }
.qty-sm button { width: 34px; height: 38px; font-size: 1.05rem; }
.qty-sm input { width: 40px; height: 38px; }
.tiers { list-style: none; padding: 12px 16px; margin: 16px 0 0; background: var(--amber-50); border-radius: var(--radius-sm); font-size: .92rem; }
.tiers li + li { margin-top: 3px; }
.assurances { list-style: none; padding: 18px 0; margin: 0; border-top: 1px solid var(--line); display: grid; gap: 12px; font-size: .93rem; }
.assurances li { display: flex; gap: 12px; align-items: center; }
.assurances svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--amber-600); }
.pdp-desc { border-top: 1px solid var(--line); padding-top: 20px; color: #3b3b40; }
.specs { width: 100%; border-collapse: collapse; font-size: .93rem; margin-bottom: 8px; }
.specs th, .specs td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); }
.specs th { font-weight: 500; color: var(--muted); width: 50%; }

/* ---------- Spool photo (recolored live) and spool label ---------- */
.spool-photo { position: relative; display: block; aspect-ratio: 1; overflow: hidden; isolation: isolate; background: #e7e6e4; }
.spool-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.spool-tint, .spool-gloss { position: absolute; inset: 0; pointer-events: none; }
.spool-tint {
  background: linear-gradient(90deg, var(--fil), var(--fil2, var(--fil)));
  mix-blend-mode: multiply; transition: background .45s ease;
  -webkit-mask: url(/img/spool/mask.png) 0 0 / 100% 100% no-repeat; mask: url(/img/spool/mask.png) 0 0 / 100% 100% no-repeat;
}
.spool-gloss { background: url(/img/spool/gloss.png) 0 0 / 100% 100% no-repeat; }
[data-finish="transparent"] .spool-tint { opacity: .8; }
.pdp-view [data-svg-spool] { width: 80%; }
.pdp-view .spool-photo { border-radius: 18px; box-shadow: 0 18px 44px rgba(28, 28, 31, .16); }
.thumb .spool-photo { width: 100%; border-radius: 8px; margin-bottom: 2px; }

/* The label, as printed on our spools; sizes follow the label's width */
.label-stage { width: 88%; aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; border-radius: 22px;
  background: radial-gradient(circle at 50% 50%, #151517 0 17%, #2c2c2f 17.5% 19%, #232326 19.5%, #1b1b1d 70%); box-shadow: 0 18px 44px rgba(28, 28, 31, .22); }
.spool-label { width: 90%; container-type: inline-size; transform: rotate(-2deg); }
.sl-card { font-size: 2.4cqw; display: grid; grid-template-columns: 1fr 31%; background: #eef0f0; color: #1c1c1f; border-radius: 1.1em; overflow: hidden; box-shadow: 0 .8em 2em rgba(0, 0, 0, .45); font-family: var(--font); line-height: 1.2; }
.sl-main { padding: 1.6em 1.2em 1.2em 1.7em; }
.sl-title { font-family: var(--font); font-weight: 700; font-size: 5.4em; letter-spacing: -.03em; line-height: .95; }
.sl-sub { margin-top: .9em; font-size: .78em; letter-spacing: .28em; text-transform: uppercase; color: #3b3b40; font-weight: 600; }
.sl-bar { width: 3.2em; height: .28em; background: var(--amber); border-radius: 1em; margin: 1em 0 1.1em; }
.sl-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9em .6em; }
.sl-specs span { display: block; font-size: .62em; letter-spacing: .12em; text-transform: uppercase; color: #6c6b70; font-weight: 600; margin-bottom: .25em; }
.sl-specs strong { display: block; font-size: 1.02em; font-weight: 700; white-space: nowrap; }
.sl-side { border-left: .1em solid #d6d8d8; padding: 1.6em .8em 1em; display: flex; flex-direction: column; align-items: center; text-align: center; }
.sl-logo { width: 42%; height: auto; }
.sl-brand { margin-top: .6em; font-weight: 700; font-size: .86em; letter-spacing: .02em; }
.sl-color { margin-top: 1.3em; display: flex; align-items: center; gap: .6em; text-align: left; }
.sl-swatch { width: 2.3em; height: 2.3em; border-radius: .45em; background: linear-gradient(160deg, var(--fil) 25%, var(--fil2, var(--fil)) 75%); box-shadow: inset 0 0 0 .08em rgba(0, 0, 0, .18); transition: background .45s; flex-shrink: 0; }
.sl-color small { display: block; font-size: .6em; letter-spacing: .12em; text-transform: uppercase; color: #6c6b70; font-weight: 600; }
.sl-color strong { display: block; font-size: 1.08em; font-weight: 700; }
.sl-foot { grid-column: 1 / -1; background: #1f1f22; color: rgba(255, 255, 255, .85); display: flex; justify-content: space-between; align-items: center; gap: 1em; padding: .9em 1.7em; font-size: .7em; letter-spacing: .02em; }
.sl-foot span:last-child { text-align: right; line-height: 1.45; }
.sl-foot em { font-style: normal; color: var(--amber); }
.thumb-label { display: grid; place-items: center; width: 100%; aspect-ratio: 1; border-radius: 8px; background: #1f1f22; margin-bottom: 2px; }
.thumb-label-card { width: 84%; background: #eef0f0; border-radius: 3px; padding: 5px 4px 4px; transform: rotate(-3deg); display: flex; align-items: center; justify-content: space-between; gap: 3px; }
.thumb-label-card b { font-size: .7rem; font-weight: 800; color: #1c1c1f; line-height: 1; }
.thumb-label-card i { width: 12px; height: 12px; border-radius: 2px; background: linear-gradient(160deg, var(--fil) 25%, var(--fil2, var(--fil)) 75%); flex-shrink: 0; }

/* ---------- Cart ---------- */
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
.cart-lines { display: flex; flex-direction: column; gap: 12px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto 90px 32px; align-items: center; gap: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; }
.cart-line.has-problem { border-color: #f5c6c0; background: #fffafa; }
.line-thumb { width: 72px; height: 72px; border-radius: 12px; background: var(--surface-2); display: grid; place-items: center; overflow: hidden; }
.line-thumb img { width: 100%; height: 100%; object-fit: cover; }
.line-swatch { width: 44px; height: 44px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 0 13px rgba(255, 255, 255, .0), 0 0 0 5px #3a3b3f; position: relative; }
.line-swatch::after { content: ''; position: absolute; inset: 14px; border-radius: 50%; background: #f6f4ef; box-shadow: 0 0 0 3px #2b2c2f; }
.line-swatch.sm { width: 34px; height: 34px; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 0 0 3px #3a3b3f; }
.line-swatch.sm::after { inset: 11px; box-shadow: 0 0 0 2px #2b2c2f; }
.line-swatch b { position: absolute; top: -9px; right: -11px; z-index: 1; background: var(--char); color: #fff; font-size: .68rem; min-width: 19px; height: 19px; border-radius: 10px; display: grid; place-items: center; padding: 0 4px; }
.line-info a { text-decoration: none; }
.line-info .dot { width: 11px; height: 11px; }
.line-problem { color: var(--red); font-size: .83rem; font-weight: 600; margin-top: 2px; }
.line-total { font-weight: 700; text-align: right; }
.line-remove { width: 32px; height: 32px; border-radius: 50%; border: 0; background: none; font-size: 1.4rem; line-height: 1; color: var(--muted); cursor: pointer; }
.line-remove:hover { background: var(--red-50); color: var(--red); }
.summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: sticky; top: 90px; }
.summary > * + * { margin-top: 14px; }
.summary-rows .row { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: .95rem; }
.summary-rows .row-discount { color: var(--green); }
.summary-rows .row-total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px; font-weight: 700; font-size: 1.15rem; }
.hint { margin-top: 10px; background: var(--amber-50); border-radius: var(--radius-sm); padding: 10px 12px; font-size: .88rem; }

/* ---------- Checkout ---------- */
.checkout-main { display: flex; flex-direction: column; gap: 18px; }
.checkout-main .card + .card { margin-top: 0; }
.delivery-note { margin: -4px 0 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field > span { font-size: .87rem; font-weight: 600; color: #3b3b40; }
.field em { font-style: normal; font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  background: var(--surface); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(244, 163, 45, .2); }
.check { display: flex; align-items: center; gap: 8px; font-size: .92rem; cursor: pointer; }
.check input { width: 18px; height: 18px; accent-color: var(--char); }
.radio-cards { display: grid; gap: 10px; margin-bottom: 14px; }
.radio-card { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--char); background: var(--bg); }
.radio-card input { margin-top: 4px; accent-color: var(--char); width: 18px; height: 18px; }
.radio-card span { display: flex; flex-direction: column; }
.mini-lines { display: flex; flex-direction: column; gap: 14px; max-height: 320px; overflow: auto; padding: 8px 12px 4px 4px; }
.mini-line { display: flex; align-items: center; gap: 14px; font-size: .92rem; }
.mini-name { flex: 1; line-height: 1.3; }
.code-box { border-top: 1px solid var(--line); padding-top: 14px; }
.code-box .field { margin-bottom: 6px; }
.input-row { display: flex; gap: 8px; }
.input-row input { flex: 1; text-transform: uppercase; }
.code-msg { font-size: .88rem; min-height: 1.2em; }
.code-msg.ok { color: var(--green); }
.code-msg.bad { color: var(--red); }
.field [aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 3px rgba(192, 53, 43, .12); }

/* ---------- Order / success ---------- */
.success-hero { text-align: center; padding: 20px 0 28px; }
.success-hero .actions-row { margin-top: 20px; }
.success-hero .actions-row .btn { flex: 1 1 auto; max-width: 280px; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: var(--green); color: #fff; font-size: 2rem; display: grid; place-items: center; }
.order-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.order-meta > div { display: flex; flex-direction: column; gap: 4px; }
.lines-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }
.lines-table td { padding: 12px 8px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.lines-table td:first-child { width: 36px; padding-left: 0; }
.num { text-align: right; white-space: nowrap; }
.status { display: inline-block; font-size: .78rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.status-pending { background: var(--amber-50); color: #a15f00; }
.status-confirmed { background: #e8effc; color: #1f4fa3; }
.status-out_for_delivery { background: #efe8fb; color: #5b3a9c; }
.status-delivered { background: var(--green-50); color: #176b3a; }
.status-cancelled { background: #efefef; color: #6b6b6b; }

/* ---------- Auth ---------- */
.auth-wrap { max-width: 480px; }
.auth-card { padding: 34px; }
.auth-card h1 { font-size: 1.8rem; text-align: center; }
.auth-logo { margin: 0 auto 14px; width: 48px; height: auto; }
.auth-card .form-error, .auth-card .notice { margin-bottom: 16px; }
.auth-card .success-icon, .mail-icon { margin: 0 auto 16px; }
.mail-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--amber-50); color: var(--amber-600); display: grid; place-items: center; }
.code-input { font-size: 1.6rem !important; letter-spacing: .5em; text-align: center; font-weight: 700; }
.top-gap-sm { margin-top: 16px; }
.turnstile { margin: 4px 0 12px; min-height: 65px; }
.verify-banner { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.verify-banner form { margin: 0; }

/* ---------- Account ---------- */
.account-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: start; }
.account-grid > *, .cart-layout > *, .checkout-layout > *, .pdp > * { min-width: 0; }
.account-grid .card + .card { margin-top: 0; }
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.table th { text-align: left; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 600; padding: 10px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.table td { padding: 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table a { text-decoration: none; }
.order-list { display: flex; flex-direction: column; }
.order-row { display: flex; align-items: center; gap: 12px; padding: 14px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.order-row:last-child { border-bottom: 0; }
.order-row:hover { background: var(--bg); }
.order-row-main, .order-row-side { display: flex; flex-direction: column; gap: 3px; }
.order-row-main { flex: 1; min-width: 0; }
.order-row-side { align-items: flex-end; }
.order-row-arrow { font-size: 1.4rem; color: var(--muted); line-height: 1; }

/* Phones: bar fixed at the bottom of the screen (Add to cart / Checkout) */
.mbar { display: none; }

/* Color dots: solid, or two-tone for gradient filaments (--c2) */
.swatch-mini, .dot, .chip-dot, .swatch, .line-swatch, .toast-dot, .mbar-dot { background: linear-gradient(160deg, var(--c) 25%, var(--c2, var(--c)) 75%); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .pdp { gap: 32px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr 340px; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; margin: 0; padding: 120px 20px 20px;
    flex-direction: column; gap: 2px; background: var(--bg); transform: translateY(-100%); transition: transform .25s ease;
    visibility: hidden;
  }
  .main-nav.open { transform: none; visibility: visible; }
  /* The see-through blur on the top bar would squeeze the menu into the bar (fixed elements inside a
     blurred element are sized to it), so on phones the bar is solid and the menu covers the whole screen */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--bg); }
  .main-nav { height: 100vh; height: 100dvh; overflow-y: auto; padding-top: 90px; }
  body.nav-open { overflow: hidden; }
  body.nav-open .wa-float, body.nav-open .mbar { display: none; }
  .main-nav a { font-size: 1.2rem; padding: 14px 12px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-inner { gap: 12px; height: 62px; }
  .icon-label { display: none; }
  .icon-btn { padding: 10px; }
  /* Hero: headline and buttons first, then the photo with one sideways-scrolling row of colors */
  .hero-grid { grid-template-columns: 1fr; padding-top: 32px; padding-bottom: 36px; gap: 28px; }
  .hero-grid > * { min-width: 0; }
  .hero-stage { width: min(300px, 78%); }
  .hero-swatches {
    flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; width: 100%; max-width: 100%;
    padding: 8px 10px; margin-top: 12px; scrollbar-width: none; scroll-snap-type: x proximity; overscroll-behavior-x: contain;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
  }
  .hero-swatches::-webkit-scrollbar { display: none; }
  .swatch-mini { flex: 0 0 auto; width: 36px; height: 36px; scroll-snap-align: center; }
  .pdp-view > img { width: 88%; }
  .thumb { width: 66px; }
  .mini-lines { max-height: none; overflow: visible; }
  .mbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; align-items: center; gap: 12px;
    padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, .97); backdrop-filter: saturate(1.4) blur(10px); border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(28, 28, 31, .08);
    transform: translateY(110%); visibility: hidden; transition: transform .25s ease, visibility 0s .25s;
  }
  .mbar.show { transform: none; visibility: visible; transition: transform .25s ease; }
  .mbar-dot { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15); }
  .mbar-info { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
  .mbar-info strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mbar .btn { flex-shrink: 0; padding: 12px 22px; }
  body.has-bar .wa-float { bottom: calc(86px + env(safe-area-inset-bottom)); }
  body.has-bar .toast { bottom: calc(90px + env(safe-area-inset-bottom)); }
  body.has-bar .site-footer { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .wa-quiet { display: none; }
  .pdp { grid-template-columns: 1fr; }
  .pdp-gallery { position: static; }
  .cart-layout, .checkout-layout, .account-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .services { grid-template-columns: 1fr; padding: 32px 24px; }
  .request-band { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
  .section-snug { padding-top: 40px; }
  .services-logo { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .order-meta { grid-template-columns: 1fr 1fr; }
  .section { padding: 52px 0; }
}
@media (max-width: 560px) {
  .container { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
  .brand-sub { display: none; }
  /* Announcement: one line (first two parts) */
  .announce { font-size: .76rem; padding: 6px 0; }
  .announce .container { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announce-part:nth-child(n+3) { display: none; }
  .eyebrow { font-size: .72rem; margin-bottom: 12px; }
  .hero h1 { margin-bottom: 14px; }
  .lead { font-size: 1rem; }
  .hero-cta { margin-top: 22px; gap: 10px; }
  .hero-cta .btn { flex: 1; }
  .hero-cta .btn-lg { padding: 14px 14px; }
  .hero-points { margin-top: 22px; gap: 6px 18px; font-size: .86rem; }
  .section { padding: 44px 0; }
  .section-snug { padding-top: 36px; }
  .site-footer { margin-top: 48px; padding-top: 40px; }
  .page { padding-top: 20px; }
  .card { padding: 20px 18px; }
  .summary { padding: 20px 18px; }
  .product-grid > .request-card { grid-column: 1 / -1; }
  .request-card-body { min-height: 0; padding: 20px; }
  .pdp-price { margin-bottom: 14px; }
  .qty-sm button { width: 40px; height: 40px; }
  .qty-sm input { width: 40px; height: 40px; }
  .lines-table td { padding: 10px 6px; }
  .features { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; gap: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product-card-body { padding: 12px; }
  .product-card-body h3 { font-size: 1rem; }
  .product-card-body p { display: none; }
  .product-card-foot { flex-direction: column; align-items: flex-start; gap: 6px; }
  .cart-line { grid-template-columns: 56px 1fr auto; grid-template-areas: "thumb info remove" "thumb qty total"; gap: 10px 12px; padding: 12px 14px; }
  .line-thumb { grid-area: thumb; width: 56px; height: 56px; align-self: start; }
  .line-info { grid-area: info; }
  .cart-line .qty { grid-area: qty; justify-self: start; }
  .line-total { grid-area: total; }
  .line-remove { grid-area: remove; align-self: start; justify-self: end; width: 40px; height: 40px; margin: -8px -8px 0 0; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .buy-row { flex-direction: column; }
  .buy-row .qty { align-self: flex-start; }
  .auth-card { padding: 24px 20px; }
  .wa-float { width: 52px; height: 52px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
}
