/* ==========================================================================
   TNT Toner Supplies — Design System
   Premium local B2B toner/printer supply company
   ========================================================================== */

/* ----- Self-hosted fonts (same Manrope + Fraunces the site always used) -----
   Variable woff2 files served from /assets/fonts, replacing the former
   fonts.googleapis.com stylesheet: one less third-party render-blocking
   request chain on every page, same typography. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/fraunces-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/fraunces-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Surfaces */
  --cream:        #f4ede0;
  --cream-2:      #ece2d1;
  --beige:        #e2d2b6;
  --beige-deep:   #d8c4a2;
  --paper:        #fbf7ef;
  --brown:        #3a2a18;
  --brown-2:      #2b1f12;
  --espresso:     #1c140b;
  --ink:          #171310;

  /* Text */
  --text:         #2a2118;
  --text-soft:    #6c5f4e;
  --text-onbrown: #efe6d6;
  --text-onbrown-soft: #c2b29a;

  /* CMYK accents (from the TNT logo) */
  --cyan:    #00a3e0;
  --magenta: #e6007e;
  --yellow:  #ffcd00;
  --key:     #171310;

  /* UI */
  --line:      #d9cab0;
  --line-dark: #4a3826;
  --gold:      #c79a4b;

  --radius:    18px;
  --radius-lg: 26px;
  --radius-sm: 12px;

  --shadow-sm: 0 2px 8px rgba(28,20,11,.06);
  --shadow:    0 18px 50px -22px rgba(28,20,11,.40);
  --shadow-lg: 0 40px 90px -30px rgba(28,20,11,.55);

  --maxw: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);

  /* One premium humanist family across the site (Manrope); weight + spacing
     carry the hierarchy. Fraunces stays only for the two italic accent words. */
  --font-display: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.62;
  font-size: 16.5px;       /* slightly larger, more readable body */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }

/* Confident, tight heading system (Manrope). Large display headings (h1/h2)
   carry the heaviest weight + tightest tracking; card titles (h3/h4) stay 700. */
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; font-weight: 700; letter-spacing: -.022em; color: var(--ink); }
h1, h2 { font-weight: 800; letter-spacing: -.03em; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); }
.eyebrow {
  font-family: var(--font-display);
  font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-soft); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--magenta); display:inline-block; }
.serif { font-family: var(--font-serif); font-weight: 400; font-optical-sizing: auto; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; letter-spacing: -.005em;
  padding: 14px 26px; border-radius: 999px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
  white-space: nowrap; cursor: pointer; border: 1.5px solid transparent;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--ink); color: var(--paper); box-shadow: var(--shadow-sm); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-cmyk { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.btn-cmyk::after {
  content:""; position:absolute; left:0; bottom:0; height:3px; width:100%;
  background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66% 100%);
}
.btn-cmyk:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-onbrown { background: var(--paper); color: var(--ink); }
.btn-onbrown:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost-light { background: transparent; color: var(--text-onbrown); border-color: rgba(239,230,214,.35); }
.btn-ghost-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn-sm { padding: 10px 18px; font-size: .85rem; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: #faf6f0;
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, box-shadow .3s,
              transform .55s var(--ease), opacity .45s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
/* Hidden during the first-fold printer animation (interactive desktop only — the
   JS adds .hero-intro on <body>), then revealed cleanly at the hero message. */
body.hero-intro .site-header { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 74px; }
/* The brand lockup scales fluidly and may shrink; the clamps all cap at the
   original desktop values, so desktop/tablet are visually unchanged. min-width:0
   + overflow:hidden guarantee it can never push into / overlap the actions. */
.brand { display: flex; align-items: center; gap: clamp(7px, 2.2vw, 13px); min-width: 0; overflow: hidden; }
.brand img { height: clamp(38px, 11vw, 60px); width: auto; flex: 0 0 auto; }
.brand-name { font-family: var(--font-display); font-weight: 800; line-height: .95; font-size: clamp(1.05rem, 4.4vw, 1.6rem); color: var(--ink); letter-spacing: -.02em; white-space: nowrap; min-width: 0; }
.brand-name span { display: block; font-weight: 600; font-size: clamp(.6rem, 2vw, .68rem); letter-spacing: .14em; text-transform: uppercase; color: var(--text-soft); margin-top: 2px; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-family: var(--font-display); font-weight: 500; font-size: .92rem; white-space: nowrap;
  padding: 9px 13px; border-radius: 999px; color: var(--text); transition: background .2s, color .2s;
}
.nav-links a[aria-current="page"] { color: var(--ink); font-weight: 700; }
/* Between the hamburger breakpoint and full desktop, tighten the 5-link row so
   it stays on one clean line without crowding the brand or the quote button. */
@media (max-width: 1040px) and (min-width: 861px) {
  .nav-links { gap: 0; }
  .nav-links a { padding: 9px 10px; font-size: .88rem; }
}
.nav-links a:hover { background: rgba(23,19,16,.06); color: var(--ink); }

.nav-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.cart-btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 16px 10px 14px; border-radius: 999px;
  background: var(--ink); color: var(--paper);
  font-family: var(--font-display); font-weight: 600; font-size: .88rem;
  transition: transform .2s var(--ease), box-shadow .2s;
}
.cart-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.cart-btn svg { width: 18px; height: 18px; }
.cart-count {
  min-width: 21px; height: 21px; padding: 0 6px; border-radius: 999px;
  background: var(--yellow); color: var(--ink);
  font-size: .76rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
}
.cart-count.bump { animation: bump .4s var(--ease); }
.cart-count[hidden] { display: none; }
@keyframes bump { 0%{transform:scale(1)} 40%{transform:scale(1.45)} 100%{transform:scale(1)} }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; }
.nav-toggle span { display:block; width: 22px; height: 2px; background: var(--ink); position: relative; transition: .3s; }
.nav-toggle span::before, .nav-toggle span::after { content:""; position:absolute; left:0; width:22px; height:2px; background: var(--ink); transition:.3s; }
.nav-toggle span::before { top:-7px; } .nav-toggle span::after { top:7px; }
body.menu-open .nav-toggle span { background: transparent; }
body.menu-open .nav-toggle span::before { top:0; transform: rotate(45deg); }
body.menu-open .nav-toggle span::after { top:0; transform: rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
/* Full-screen cinematic 3D hero — printer is the stage */
.hero {
  position: relative; height: 100vh; min-height: 600px; overflow: hidden; isolation: isolate;
  background: radial-gradient(85% 72% at 50% 30%, #fffefb 0%, #f4ead6 44%, #e7d6b8 76%, #dcc9a6 100%);
}
#printer-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; will-change: opacity; }
/* warm spotlight + atmospheric depth behind the model */
.hero-scene-glow {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(36% 40% at 50% 32%, rgba(255,231,172,.55), rgba(255,231,172,0) 70%),
    radial-gradient(150% 80% at 50% 124%, rgba(58,42,24,.22), transparent 55%);
}
/* gentle depth vignette over the model (text scrims removed — the first fold is
   the printer animation alone, so it no longer needs legibility scrims) */
.hero-vignette {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  box-shadow: inset 0 0 160px rgba(40,28,14,.16);
  background: radial-gradient(125% 100% at 50% 42%, transparent 56%, rgba(40,28,14,.10) 100%);
}

/* ---- Hero message: clean, premium copy section directly below the printer
   animation. Centred composition on the same warm palette so the printer fold
   and the message read as one continuous experience. ---- */
.hero-message {
  position: relative; text-align: center;
  padding: clamp(44px, 6vh, 84px) 0 clamp(48px, 7vh, 96px);
  /* same premium charcoal/near-black treatment as the CTA card */
  background: linear-gradient(125deg, #181512 0%, #121010 55%, #0e0c0a 100%);
  color: var(--text-onbrown);
}
.hero-message .hero-copy { max-width: 680px; margin-inline: auto; will-change: opacity, transform; }
.hero-message .hero-cta { justify-content: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px;
  padding: 9px 18px; border-radius: 999px; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16); font-family: var(--font-display);
  font-size: .82rem; font-weight: 600; letter-spacing: .02em; color: var(--text-onbrown); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.hero-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(0,163,224,.18); }
/* Premium opening statement — the true start of the page after the hero. */
.hero-message h1 { font-size: clamp(2.7rem, 5.8vw, 5rem); letter-spacing: -.04em; line-height: 1.02; color: var(--text-onbrown); }
.hero-message h1 .always { font: inherit; font-style: normal; }
.hero-message p.lead { max-width: 560px; margin: 24px auto 0; font-size: 1.2rem; line-height: 1.6; color: var(--text-onbrown-soft); }
.hero-cta { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta .btn { padding: 16px 30px; font-size: 1rem; }

/* The end-of-scroll TNT brand reveal is printed onto the paper inside the 3D
   scene (assets/js/hero3d.js) — there is no floating HTML logo overlay. */

/* ---- scroll cue: a refined "Scroll" prompt + a bead that travels down a slim
   rail, so visitors immediately read the printer as a scroll-driven experience.
   Sits bottom-centre, never catches pointer/touch, and (via hero3d.js setting
   its inline opacity) fades out the moment the user starts scrolling. The bob /
   bead motion lives on the inner elements so the parent keeps its centring
   transform untouched. Responsive sizing keeps it tasteful on every device. ---- */
.hero-scrollcue {
  position: absolute; left: 50%; z-index: 4;
  /* The sticky .site-header sits in normal flow, so the 100vh/svh hero is pushed
     down by its height and the hero's own bottom edge lands below the fold. Lift
     the cue by that header height (74px, matching .nav) + a margin + the iOS safe
     area so it always rests in the visible safe zone, never under Safari's UI. */
  bottom: calc(74px + clamp(14px, 2.2vh, 24px) + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: clamp(8px, 1.3vh, 11px);
  pointer-events: none; -webkit-user-select: none; user-select: none;
  transition: opacity .4s var(--ease);
}
.hero-scrollcue .sc-label {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(.6rem, 1vw, .72rem); letter-spacing: .3em; text-indent: .3em; /* offset trailing tracking → optically centred */
  color: var(--text-soft);
}
.hero-scrollcue .sc-rail {
  position: relative; width: 2px; height: clamp(26px, 4vh, 34px);
  border-radius: 999px; background: linear-gradient(rgba(108,95,78,.45), rgba(108,95,78,0));
  overflow: hidden;
}
.hero-scrollcue .sc-bead {
  position: absolute; left: 50%; top: 0; width: 4px; height: 9px; margin-left: -2px;
  border-radius: 999px; background: var(--ink);
  animation: sc-bead 2.1s var(--ease) infinite;
}
@keyframes sc-bead {
  0%   { transform: translateY(-90%); opacity: 0; }
  22%  { opacity: 1; }
  72%  { opacity: 1; }
  100% { transform: translateY(330%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scrollcue .sc-bead { animation: none; top: 3px; opacity: .85; }
}

.hero-loading { position: absolute; inset: 0; z-index: 5; display: grid; place-items: center; gap: 12px; pointer-events: none; }
.hero-loading .hl-text { font-family: var(--font-display); font-size: .82rem; font-weight: 600; color: var(--text-soft); }
.hero-loading .spinner {
  width: 34px; height: 34px; border-radius: 50%;
  border: 3px solid rgba(23,19,16,.14); border-top-color: var(--ink);
  animation: heroSpin .8s linear infinite;
}
@keyframes heroSpin { to { transform: rotate(360deg); } }
.hero-fallback { position: absolute; inset: 0; z-index: 5; display: grid; place-items: center; align-content: center; gap: 10px; }
.hero-fallback .hf-msg { font-family: var(--font-display); font-size: .82rem; font-weight: 600; color: var(--text-soft); max-width: 220px; text-align: center; }
.scene-ready .hero-loading, .scene-ready .hero-fallback { display: none; }
/* Graceful static fallback: when the 3D scene can't initialize, the safety-net
   adds .hero-static — drop the loading spinner/text and let the printer artwork
   read as a clean, intentional hero instead of an endless "Loading…". */
.hero-static .hero-loading { display: none; }
@media (prefers-reduced-motion: reduce) { .hero-loading .spinner { animation: none; } }

/* Brand logo marquee row */
.brands-row { padding: 38px 0 18px; overflow: hidden; background: #faf6f0; border-top: 1px solid var(--line); }
.section--paper { background: #faf6f0; }
.brands-row .label { text-align: center; font-family: var(--font-display); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 28px; }

/* Infinite, full-bleed logo marquee (CSS only — no library) */
.marquee {
  --fade: clamp(40px, 9vw, 150px);
  --speed: 48s;
  position: relative; width: 100%; overflow: hidden;
  /* soft fade-out on both edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
}
.marquee-track {
  display: flex; align-items: center; width: max-content;
  animation: brand-scroll var(--speed) linear infinite;
  will-change: transform;
}
.marquee-group {
  display: flex; align-items: center; margin: 0; padding: 0; list-style: none;
  gap: clamp(46px, 7vw, 104px);
  padding-left: clamp(46px, 7vw, 104px);   /* keeps even rhythm across the loop seam */
}
.marquee-group li { flex: 0 0 auto; display: flex; align-items: center; }
/* Strict sizing so a logo's intrinsic SVG dimensions can never drive layout */
.brand-logo {
  width: auto; height: auto;
  max-height: 52px; max-width: 200px;       /* desktop: ~48–56px tall, ~170–210px wide */
  object-fit: contain; display: block;
  -webkit-user-drag: none; user-select: none; pointer-events: none;
}
/* HP is a roundel, not a wordmark: scale it up so it has equal visual presence */
.brand-logo.is-mark { max-height: 60px; max-width: 64px; }

@media (max-width: 640px) {
  .brand-logo { max-height: 38px; max-width: 140px; }        /* mobile: ~34–42px tall, ~130–150px wide */
  .brand-logo.is-mark { max-height: 44px; max-width: 48px; }
}

@keyframes brand-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }   /* one group width → seamless */
}

/* Respect reduced motion: stop the scroll, show a centered static row */
@media (prefers-reduced-motion: reduce) {
  .marquee { -webkit-mask-image: none; mask-image: none; overflow: visible; }
  .marquee-track { animation: none; width: 100%; }
  .marquee-group { flex-wrap: wrap; justify-content: center; width: 100%; padding-left: 0; gap: clamp(26px, 6vw, 56px); }
  .marquee-group[aria-hidden="true"] { display: none; }
}

/* ==========================================================================
   Toner cartridge mockup (CSS, brand-consistent — no stock photos)
   ========================================================================== */
.cartridge { position: relative; width: 150px; aspect-ratio: 5 / 3; }
.cartridge .body {
  position: absolute; inset: 0; border-radius: 13px 13px 11px 11px;
  background: linear-gradient(157deg, #463420 0%, #2d2113 54%, #1e1509 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), inset 0 -12px 26px rgba(0,0,0,.42), 0 12px 22px -10px rgba(28,20,11,.45);
  overflow: hidden;
}
/* diagonal sheen for a cleaner, moulded plastic feel */
.cartridge .body::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(118deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 34%);
  pointer-events: none;
}
.cartridge .cap {
  position: absolute; right: -7%; top: 16%; bottom: 16%; width: 26%;
  border-radius: 7px; background: linear-gradient(180deg, #6a554000, #00000000);
}
.cartridge .stripe { position: absolute; left: 0; top: 0; bottom: 0; width: 16px; }
.cartridge .roller {
  position: absolute; left: 8%; bottom: -8%; height: 16%; width: 78%; border-radius: 999px;
  background: linear-gradient(180deg,#0d0a06,#1d150c);
  box-shadow: inset 0 2px 2px rgba(255,255,255,.06);
}
.cartridge .label {
  position: absolute; left: 16px; top: 14%; right: 18%; bottom: 26%;
  background: rgba(252,250,245,.97); border-radius: 6px; padding: 9px 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.5);
  font-family: var(--font-display); display: flex; flex-direction: column; justify-content: space-between;
}
.cartridge .label .k { font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); }
.cartridge .label .m { font-size: .82rem; font-weight: 800; color: var(--ink); letter-spacing: -.01em; line-height: 1.1; }
.cartridge .label .dots { display: flex; gap: 4px; }
.cartridge .label .dots i { width: 8px; height: 8px; border-radius: 50%; display:block; }

/* ==========================================================================
   Best Prices — cream product showcase
   ========================================================================== */
.best { position: relative; overflow: hidden; background: linear-gradient(125deg, #181512 0%, #121010 55%, #0e0c0a 100%); }

.best-head { text-align: center; max-width: 42rem; margin: 0 auto clamp(30px, 4vw, 50px); }
.best-head .eyebrow { color: var(--text-onbrown-soft); }
.best-head h2 { font-size: clamp(2.3rem, 4.8vw, 3.6rem); margin-top: 14px; line-height: 1.06; color: var(--text-onbrown); }
.best-head p { margin: 18px auto 0; color: var(--text-onbrown-soft); font-size: 1.14rem; line-height: 1.6; max-width: 40em; }

.btn-magenta { background: var(--magenta); color: #fff; box-shadow: var(--shadow-sm); }
.btn-magenta:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

/* ==========================================================================
   Top 10 — Quote-builder showcase (featured product + swipeable carousel)
   Lives inside the dark .best section; cards sit on light paper for contrast.
   ========================================================================== */
.best .wrap { max-width: 1320px; }
.top10 {
  display: grid; grid-template-columns: minmax(300px, .92fr) 1.55fr;
  gap: clamp(18px, 2.4vw, 34px); align-items: start;
}

/* ----- Featured card (#1) ----- */
.t10-featured {
  position: relative; display: grid; grid-template-rows: auto 1fr;
  background: var(--paper); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 42px 80px -34px rgba(0,0,0,.78);
}
.t10-featured::before {
  content: ""; position: absolute; left: 0; top: 0; height: 5px; width: 100%; z-index: 2;
  background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66% 100%);
}
.t10-feat-media {
  position: relative; background: #fff; display: grid; place-items: center;
  padding: clamp(24px, 4vw, 44px); border-bottom: 1px solid var(--line); min-height: 230px;
}
.t10-feat-media img { max-width: 76%; max-height: 300px; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(28,20,11,.16)); }
.t10-feat-badge {
  position: absolute; top: 16px; left: 16px; z-index: 1; display: inline-flex; align-items: center; gap: 7px;
  background: var(--ink); color: var(--paper); font-family: var(--font-display); font-weight: 700;
  font-size: .74rem; letter-spacing: .01em; padding: 7px 13px; border-radius: 999px;
}
.t10-feat-badge .hash { color: var(--yellow); font-weight: 800; }
.t10-feat-body { padding: clamp(20px, 2.6vw, 30px); display: flex; flex-direction: column; }
.t10-brand { font-family: var(--font-display); font-weight: 700; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-soft); }
.t10-feat-name { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.5vw, 2rem); color: var(--ink); letter-spacing: -.02em; margin-top: 4px; line-height: 1.04; }
.t10-feat-name .t10-code { font-size: .5em; font-weight: 700; color: var(--text-soft); letter-spacing: .04em; margin-left: 4px; }
/* The featured (#1) model uses the same .t10-name class as the carousel cards for
   editability; neutralise the carousel's smaller sizing so the big featured look
   is unchanged. */
.t10-feat-name .t10-name { font: inherit; letter-spacing: inherit; color: inherit; }
.t10-compat { display: flex; align-items: center; gap: 8px; color: var(--text-soft); font-size: .9rem; margin-top: 12px; line-height: 1.4; }
.t10-compat svg { width: 17px; height: 17px; flex: none; color: var(--cyan); }
.t10-feat-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 14px; margin-top: auto; padding-top: 18px; }
.t10-price { font-family: var(--font-display); font-weight: 800; color: var(--ink); font-size: 1.1rem; }
.t10-price--lg { font-size: clamp(1.7rem, 2.6vw, 2.1rem); line-height: 1; }
.t10-stock { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--text-soft); font-weight: 600; }
.stock-dot { width: 8px; height: 8px; border-radius: 50%; background: #2f9e44; box-shadow: 0 0 0 3px rgba(47,158,68,.16); }
.t10-add-btn { margin-top: 18px; width: 100%; justify-content: center; background: var(--ink); color: var(--paper); font-weight: 700; }
.t10-add-btn svg { width: 17px; height: 17px; }
.t10-add-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.t10-add-btn.is-added { background: #2f6b2f; }

/* ----- Carousel (#2–#10) ----- */
.t10-rail-wrap { position: relative; min-width: 0; }
.t10-rail {
  display: flex; gap: clamp(14px, 1.4vw, 18px); overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 2px 8px; scroll-padding-left: 2px;
}
.t10-rail::-webkit-scrollbar { display: none; }
.t10card {
  flex: 0 0 clamp(210px, 25vw, 248px); scroll-snap-align: start; position: relative;
  background: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 20px 40px -26px rgba(0,0,0,.72);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.t10card:hover { transform: translateY(-6px); box-shadow: 0 42px 60px -28px rgba(0,0,0,.82); }
.t10-media { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; padding: clamp(16px,2vw,24px); background: #fff; border-bottom: 1px solid var(--line); }
.t10-media img { max-width: 84%; max-height: 82%; object-fit: contain; }
.t10-rank { position: absolute; top: 10px; left: 10px; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 11px; padding: 3px 9px; border-radius: 999px; }
.t10-body { display: flex; flex-direction: column; padding: 14px 15px 15px; flex: 1; }
.t10-body .t10-brand { font-size: .62rem; letter-spacing: .13em; }
.t10-name-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 3px; }
.t10-name { font-family: var(--font-display); font-weight: 800; font-size: 1.04rem; color: var(--ink); letter-spacing: -.01em; }
.t10-name-row .t10-price { font-size: 1.04rem; white-space: nowrap; }
.t10card .t10-compat { font-size: .8rem; margin-top: 8px; margin-bottom: 14px; }
.t10-add {
  margin-top: auto; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--cream-2); color: var(--ink); border: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 700; font-size: .86rem; padding: 10px 14px; border-radius: 10px;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.t10-add svg { width: 15px; height: 15px; }
.t10-add:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-1px); }
.t10-add.is-added { background: #2f6b2f; color: #fff; border-color: #2f6b2f; }

/* ----- Carousel controls (arrows + dots below the rail) ----- */
.t10-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; }
.t10-arrow {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  background: var(--paper); color: var(--ink); display: grid; place-items: center;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), opacity .2s, background .2s;
}
.t10-arrow svg { width: 20px; height: 20px; }
.t10-arrow:hover:not(:disabled) { transform: translateY(-2px) scale(1.05); background: #fff; box-shadow: var(--shadow); }
.t10-arrow:disabled { opacity: .32; cursor: not-allowed; }
.t10-dots { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; max-width: 260px; }
/* Each dot keeps its small 8px visual, but padding (clipped from the painted
   background) enlarges the touch target: 24px (WCAG minimum) wherever the row
   fits between the arrows, stepping down only on very narrow screens so the
   nine dots always stay on one line. */
.t10-dot { box-sizing: content-box; padding: 8px; background-clip: content-box; width: 8px; height: 8px; border-radius: 999px; background-color: rgba(239,230,214,.32); transition: width .25s var(--ease), background-color .25s; }
@media (max-width: 397px) { .t10-dot { padding: 6px; } .t10-controls { gap: 10px; } }
@media (max-width: 340px) { .t10-dot { padding: 3px; } }
.t10-dot.is-active { width: 26px; background-color: var(--yellow); }

/* ==========================================================================
   Stats / benefits
   ========================================================================== */
.section { padding: clamp(78px, 9.5vw, 136px) 0; }
.section-head { max-width: 680px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2.3rem, 5vw, 3.7rem); margin-top: 18px; line-height: 1.06; }
.section-head p { margin-top: 20px; color: var(--text-soft); font-size: 1.16rem; line-height: 1.6; }

/* ==========================================================================
   Feature rows (alternating)
   ========================================================================== */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.feature + .feature { margin-top: clamp(64px, 9vw, 110px); }
.feature.reverse .feature-media { order: 2; }
.feature-media {
  position: relative; border-radius: var(--radius-lg); min-height: 340px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: grid; place-items: center; padding: 30px;
}
.feature-media.tone-green { background: linear-gradient(150deg,#e9efdd,#d6e2c2); }
.feature-media.tone-cream { background: linear-gradient(150deg,#fbf6ec,#ecdfc8); }
.feature-media.tone-dark { background: radial-gradient(120% 120% at 30% 20%, #33261a, #1a130b); }
.feature-media .badge {
  position: absolute; top: 18px; left: 18px; background: var(--paper); color: var(--ink);
  font-family: var(--font-display); font-weight: 700; font-size: .76rem; letter-spacing: .04em;
  padding: 7px 13px; border-radius: 999px; box-shadow: var(--shadow-sm);
}
.feature h2 { font-size: clamp(2.05rem, 4vw, 3rem); line-height: 1.07; }
.feature p { margin-top: 18px; color: var(--text-soft); font-size: 1.14rem; line-height: 1.6; }
.feature .mini-list { margin-top: 24px; display: grid; gap: 13px; }
.feature .mini-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.04rem; color: var(--text); }
.feature .mini-list .tick { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; font-size: .7rem; margin-top: 1px; }

/* ==========================================================================
   Local Commitment — human photo card (left of first feature row)
   ========================================================================== */
.lc-photo {
  position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(217,202,176,.55);
  box-shadow: 0 1px 3px rgba(28,20,11,.05), 0 32px 70px -34px rgba(28,20,11,.40);
}
.lc-photo img {
  display: block; width: 100%; height: 100%;
  /* fill the card without distortion; framed to keep the counter + interaction visible */
  aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 42%;
}
/* on the reversed (Think Green) row the photo sits on the right beside the text */
.feature.reverse .lc-photo { order: 2; }

/* big recycle/green mark */
.green-mark { width: 64px; height: 64px; color: #5e7a32; opacity: .8; }
.piggy-stat { text-align: center; color: var(--ink); }
.piggy-stat .num { font-family: var(--font-display); font-weight: 800; font-size: 3.2rem; letter-spacing: -.03em; line-height: 1; }
.piggy-stat .num span { color: var(--magenta); }
.piggy-stat .cap { color: var(--text-soft); font-family: var(--font-display); font-weight: 600; margin-top: 6px; }

/* ==========================================================================
   About TNT — brand identity card + copy
   ========================================================================== */
.about { background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%); padding-top: clamp(30px, 5vw, 44px); }
.about-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(36px, 6vw, 84px); align-items: start;
}

/* ---- Left: premium identity card ---- */
.about-card {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: clamp(22px, 3vw, 34px);
  padding: clamp(32px, 4vw, 54px) clamp(26px, 3.4vw, 48px);
  background:
    radial-gradient(140% 120% at 18% 12%, #fdfaf3 0%, #f7efe1 55%, #efe3cf 100%);
  border: 1px solid rgba(216, 196, 162, .7);
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    var(--shadow-lg);
}
/* subtle halftone dot field */
.about-card__halftone {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: radial-gradient(rgba(23,19,16,.16) 1px, transparent 1.4px);
  background-size: 11px 11px;
  -webkit-mask-image: radial-gradient(120% 90% at 88% 8%, #000 0%, transparent 52%);
          mask-image: radial-gradient(120% 90% at 88% 8%, #000 0%, transparent 52%);
  opacity: .5;
}
/* faint print-registration lines, top-left */
.about-card__rule {
  position: absolute; top: 26px; left: 26px; width: 64px; height: 22px; z-index: -1;
  background:
    linear-gradient(#c9b894, #c9b894) left 0    / 100% 1px no-repeat,
    linear-gradient(#c9b894, #c9b894) left 6px  / 84% 1px no-repeat,
    linear-gradient(#c9b894, #c9b894) left 12px / 68% 1px no-repeat;
  opacity: .6;
}

.about-card__inner { position: relative; }

/* ---- Product showcase (printer + toner, reference layout) ---- */
.showcase {
  display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr);
  gap: clamp(8px, 1.2vw, 18px); align-items: center; text-align: left;
}
.showcase__brand { display: flex; align-items: center; gap: 12px; }
.showcase__logo { height: clamp(42px, 5.4vw, 56px); width: auto; flex: 0 0 auto; }
.showcase__wordmark {
  font-family: var(--font-display); font-weight: 800; color: var(--ink);
  font-size: clamp(1.02rem, 1.75vw, 1.34rem); line-height: .96; letter-spacing: -.01em;
}
.showcase__info .tnt-dots { justify-content: flex-start; margin-top: 16px; }
.showcase__title {
  margin-top: 12px; font-family: var(--font-display); font-weight: 800; color: var(--ink);
  font-size: clamp(1.06rem, 1.85vw, 1.44rem); line-height: 1.12; letter-spacing: -.01em;
  text-transform: uppercase;
}
.showcase__divider { display: block; height: 1px; width: 54px; margin: 16px 0; background: rgba(23,19,16,.24); }
.showcase__pills { display: grid; gap: 10px; justify-items: start; }
.showcase-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px 9px 10px; border-radius: 12px;
  background: rgba(255,255,255,.72); border: 1px solid rgba(216,196,162,.85);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-display); font-weight: 700; color: var(--ink);
  font-size: clamp(.82rem, 1.05vw, .95rem);
}
.showcase-pill__ic { flex: none; width: 27px; height: 27px; border-radius: 8px; display: grid; place-items: center; }
.showcase-pill__ic svg { width: 15px; height: 15px; }
.showcase-pill__ic.ic-c { background: rgba(0,174,239,.14);  color: var(--cyan); }
.showcase-pill__ic.ic-m { background: rgba(236,0,140,.12);  color: var(--magenta); }
.showcase-pill__ic.ic-y { background: rgba(255,222,23,.22); color: #b88a08; }

/* stage — the printer is the hero of the card */
.showcase__stage { position: relative; display: grid; place-items: center; align-self: stretch; min-height: 320px; }
.showcase__printer {
  display: block; width: 100%; max-width: 560px; height: auto;
  filter: drop-shadow(0 18px 20px rgba(28,20,11,.24));
}
.showcase__stage.is-empty {
  border: 1.5px dashed rgba(23,19,16,.3); border-radius: 18px;
  background: rgba(255,255,255,.4); min-height: 220px;
}
.showcase__stage.is-empty::after {
  content: "Printer image"; color: var(--text-soft);
  font-family: var(--font-display); font-weight: 600; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase;
}
.showcase__footer {
  margin-top: clamp(20px, 2.6vw, 30px); padding-top: 16px;
  border-top: 1px solid rgba(216,196,162,.8); text-align: center;
  font-family: var(--font-display); font-weight: 700; color: var(--text-soft);
  font-size: clamp(.64rem, 1vw, .76rem); letter-spacing: .26em; text-transform: uppercase;
}
.showcase__footer i { font-style: normal; color: var(--magenta); margin: 0 .5em; }

.tnt-dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
.tnt-dots i { width: 6px; height: 6px; border-radius: 50%; }
.tnt-dots i:nth-child(1) { background: var(--cyan); }
.tnt-dots i:nth-child(2) { background: var(--magenta); }
.tnt-dots i:nth-child(3) { background: var(--yellow); }

/* ---- Right: copy + checklist ---- */
.about-text h2 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); margin-top: 18px; line-height: 1.06; }
.about-text > p { margin-top: 20px; color: var(--text-soft); font-size: 1.16rem; line-height: 1.6; max-width: 36em; }
.about-checklist { margin-top: clamp(26px, 3.2vw, 38px); display: grid; gap: 18px; }
.about-checklist li {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 1.12rem;
}
.about-check {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--ink); color: var(--paper); display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
}
.about-check svg { width: 16px; height: 16px; }
.about-checklist li:nth-child(1) .about-check { background: var(--cyan); }
.about-checklist li:nth-child(2) .about-check { background: var(--magenta); }
.about-checklist li:nth-child(3) .about-check { background: var(--yellow); color: var(--ink); }

/* Desktop-only: add breathing room below the brand marquee (the whole About
   content block drops as a group), then the two columns are top-anchored
   (align-items:start) and the left card is pushed down so it sits noticeably
   lower and reads balanced beside the full right-side text block. Mobile
   (stacked, <=860px) keeps the tight top and no card offset. */
@media (min-width: 861px) {
  .about { padding-top: clamp(96px, 9vw, 128px); }
  .about-card { transform: translateY(90px); }
}

/* ==========================================================================
   Dark sections
   ========================================================================== */
.dark { background: var(--brown); color: var(--text-onbrown); }
.dark h2, .dark h3 { color: var(--text-onbrown); }
.dark .eyebrow { color: var(--text-onbrown-soft); }
.dark .section-head p { color: var(--text-onbrown-soft); }

/* Monthly special — cream page background, premium charcoal card (this section only) */
#special { background: #faf6f0; padding: clamp(48px, 7vw, 96px) 0; }
.special-card {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center;
  /* neutral premium charcoal / near-black — no brown */
  background: linear-gradient(125deg, #181512 0%, #121010 55%, #0e0c0a 100%);
  border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 60px); position: relative; overflow: hidden;
  box-shadow: 0 40px 90px -42px rgba(0,0,0,.6);
}
/* subtle warm-gold glow contained behind the product side (not a brown wash) */
.special-card::before { content:""; position: absolute; top: -22%; right: -6%; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(255,196,84,.12), transparent 60%); pointer-events: none; }
/* restrained TNT CMYK detail line above the eyebrow */
.special-card .sc-cmyk { display: block; width: 46px; height: 3px; border-radius: 2px; margin-bottom: 18px;
  background: linear-gradient(90deg, var(--cyan) 0 33.3%, var(--magenta) 33.3% 66.6%, var(--yellow) 66.6% 100%); }
.special-card .tag { color: var(--yellow); font-family: var(--font-display); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .76rem; }
.special-card h2 { font-size: clamp(2.3rem, 5vw, 3.8rem); margin: 16px 0 8px; line-height: 1.04; letter-spacing: -.02em; }
.special-card p { color: var(--text-onbrown-soft); max-width: 440px; font-size: 1.12rem; line-height: 1.6; }
.special-card .price-row { margin: 22px 0 26px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 14px; }
.special-card .price-row .sp-price { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 3.4vw, 2.6rem); color: var(--text-onbrown); letter-spacing: -.02em; line-height: 1; }
.special-card .price-row .sp-was { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--text-onbrown-soft); text-decoration: line-through; text-decoration-thickness: 1.5px; }
.special-card .price-row .save { align-self: center; background: rgba(255,205,0,.16); color: var(--yellow); font-family: var(--font-display); font-weight: 700; font-size: .82rem; padding: 6px 12px; border-radius: 999px; }

/* product visual — transparent TN-850 cutout sitting directly on the dark card,
   lifted by a soft TNT-branded aura (cyan · magenta · yellow) that melts into
   the dark background, plus a soft contact shadow beneath. */
.special-visual { position: relative; display: grid; place-items: center; min-height: 240px; }
/* Branded aura: three balanced, low-opacity brand lobes blurred into one soft
   halo behind the product — elegant and intentional, never neon or rainbow. */
.special-visual::before {
  content:""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 460px; height: 460px; max-width: 122%; aspect-ratio: 1; border-radius: 50%;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(42% 46% at 34% 38%, rgba(0,163,224,.30), transparent 70%),
    radial-gradient(40% 44% at 66% 36%, rgba(230,0,126,.23), transparent 70%),
    radial-gradient(48% 46% at 50% 70%, rgba(255,205,0,.23), transparent 72%);
  filter: blur(22px);
}
.special-photo {
  position: relative; z-index: 1; width: 100%; max-width: 404px; aspect-ratio: 1 / 1;
  object-fit: contain;
  /* no tile/background — the cutout reads straight on the dark card; a soft
     dark contact shadow gives depth while the branded aura supplies the colour */
  filter: drop-shadow(0 26px 40px rgba(0,0,0,.55));
}

/* restrained gold CTA accent for this section */
#special .btn-onbrown { background: var(--yellow); color: var(--ink); }
#special .btn-onbrown:hover { background: #ffd633; transform: translateY(-2px); box-shadow: var(--shadow); }
#special .btn-ghost-light { border-color: rgba(255,205,0,.40); color: #f3ead6; }
#special .btn-ghost-light:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }

/* Trusted brands (dark) */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.trust-cell {
  border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 30px 18px;
  display: grid; place-items: center; transition: background .25s, transform .25s, border-color .25s;
  background: rgba(255,255,255,.015);
}
.trust-cell:hover { background: rgba(255,255,255,.05); transform: translateY(-4px); border-color: var(--gold); }
.trust-cell span { font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; color: var(--text-onbrown); letter-spacing: -.02em; }
.trust-note { text-align: center; margin-top: 30px; color: var(--text-onbrown-soft); font-size: .95rem; }

/* ==========================================================================
   Testimonials
   ========================================================================== */
/* Review rail / carousel — real Google reviews */
.treel-wrap { position: relative; margin-top: 48px; }
.treel {
  display: flex; align-items: flex-start; gap: 22px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 2px 20px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.treel::-webkit-scrollbar { display: none; }
/* softened focus ring (was a harsh solid-black outline) */
.treel:focus-visible { outline: 2px solid rgba(23,19,16,.22); outline-offset: 6px; border-radius: var(--radius); }

.tcard {
  position: relative; overflow: hidden;
  scroll-snap-align: start; flex: 0 0 calc((100% - 44px) / 3); min-width: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 32px; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  display: flex; flex-direction: column; gap: 18px;
}
.treel.is-ready .tcard { height: 356px; }   /* equal-height cards (quote flexes + clips to fill) */
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--ink); }
/* subtle TNT CMYK accent — cycles every 3 cards so each visible trio reads
   cyan · magenta · yellow */
.tcard::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--cyan); }
.treel .tcard:nth-child(3n+2)::before { background: var(--magenta); }
.treel .tcard:nth-child(3n+3)::before { background: var(--yellow); }
.tcard .stars { color: var(--yellow); letter-spacing: 2px; font-size: 1.02rem; }
.tcard .stars span { filter: drop-shadow(0 1px 0 rgba(0,0,0,.15)); }

/* Review preview. Without JS the full text shows (no clamp). With JS the rail
   gets .is-ready: every card's preview becomes a fixed height (equal cards),
   long reviews fade + show a "Read full review" button (overlaid, so it never
   changes card height) that opens a modal with the full exact text. No
   ellipsis is injected. */
.tcard__quote { position: relative; }
.tcard blockquote { font-size: 1.13rem; color: var(--text); line-height: 1.68; }
.treel.is-ready .tcard__quote { flex: 1 1 auto; min-height: 0; overflow: hidden; }   /* absorbs slack so cards stay equal */
.treel.is-ready .tcard.is-clamped .tcard__quote::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3.4em;
  background: linear-gradient(rgba(251,247,239,0), var(--paper) 64%); pointer-events: none;
}
.tcard__more {
  align-self: flex-start; margin-top: 4px; flex: none;
  background: none; border: none; cursor: pointer; padding: 0;
  font-family: var(--font-display); font-weight: 700; font-size: .86rem; color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
}
.tcard__more .lbl { border-bottom: 1.5px solid currentColor; padding-bottom: 1px; transition: color .2s; }
.tcard__more svg { width: 13px; height: 13px; }
.tcard__more:hover .lbl { color: var(--cyan); }

.tcard .who { display: flex; align-items: center; gap: 12px; flex: none; padding-top: 4px; }
.tcard .avatar { width: 44px; height: 44px; border-radius: 50%; flex: none; object-fit: cover; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.tcard .who > span:not(.avatar):not(.g) { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.tcard .who .n { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; line-height: 1.25; overflow-wrap: anywhere; }
.tcard .who .d { font-size: .86rem; color: var(--text-soft); }
.tcard .g { margin-left: auto; align-self: flex-start; flex: none; display: flex; align-items: center; }

/* Full-review modal */
.tmodal[hidden] { display: none; }
.tmodal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.tmodal__backdrop { position: absolute; inset: 0; background: rgba(23,19,16,.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; transition: opacity .25s var(--ease); }
.tmodal.is-open .tmodal__backdrop { opacity: 1; }
.tmodal__panel {
  position: relative; z-index: 1; width: min(560px, 100%); max-height: 86vh; overflow-y: auto;
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-lg); padding: 36px clamp(24px, 4vw, 40px) 30px;
  display: flex; flex-direction: column; gap: 18px;
  transform: translateY(14px) scale(.985); opacity: 0;
  transition: transform .28s var(--ease), opacity .28s var(--ease);
}
.tmodal.is-open .tmodal__panel { transform: none; opacity: 1; }
.tmodal__close {
  position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; background: var(--cream); border: 1px solid var(--line);
  color: var(--ink); cursor: pointer; transition: background .2s, color .2s;
}
.tmodal__close:hover { background: var(--ink); color: var(--paper); }
.tmodal__close svg { width: 18px; height: 18px; }
.tmodal .stars { color: var(--yellow); letter-spacing: 2px; font-size: 1.05rem; padding-right: 40px; }
.tmodal .stars span { filter: drop-shadow(0 1px 0 rgba(0,0,0,.15)); }
.tmodal__text { font-size: 1.14rem; line-height: 1.72; color: var(--text); }
.tmodal .who { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--line); }
.tmodal .avatar { width: 50px; height: 50px; border-radius: 50%; flex: none; object-fit: cover; border: 1px solid var(--line); }
.tmodal .who > span:not(.avatar):not(.g) { display: flex; flex-direction: column; min-width: 0; }
.tmodal .who .n { font-family: var(--font-display); font-weight: 700; font-size: 1rem; overflow-wrap: anywhere; }
.tmodal .who .d { font-size: .85rem; color: var(--text-soft); }
.tmodal .g { margin-left: auto; align-self: flex-start; flex: none; display: flex; }
body.tmodal-open { overflow: hidden; }

/* Controls bar below the rail — arrows flank the Google CTA (no card overlap) */
.treel-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; }
.treel-nav {
  width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--paper); border: 1.5px solid var(--line); color: var(--ink);
  box-shadow: var(--shadow-sm); cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, opacity .2s, transform .2s;
}
.treel-nav svg { width: 20px; height: 20px; }
.treel-nav:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-2px); }
.treel-nav[disabled] { opacity: .35; pointer-events: none; }

.treel-cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 999px;
  padding: 11px 22px; box-shadow: var(--shadow-sm);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.treel-cta:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow); }
.treel-cta svg { flex: none; }

.treel-hint { text-align: center; margin-top: 14px; font-family: var(--font-display); font-weight: 600; font-size: .84rem; color: var(--text-soft); }

/* ==========================================================================
   Why choose / numbered
   ========================================================================== */
/* ---- Premium dark CMYK "Why TNT" section ------------------------------- */
#why {                                   /* override the brown .dark surface, this section only */
  position: relative; overflow: hidden; isolation: isolate;
  padding: clamp(72px, 8.5vw, 124px) 0;  /* strong, intentional dark moment */
  background:
    linear-gradient(125deg, #181512 0%, #121010 55%, #0e0c0a 100%);
  color: #eef1f6;
  --c1: var(--cyan); --c2: var(--magenta); --c3: var(--yellow); --c4: #e7ebf2;
  /* Soft slab shadow bleeds the dark surface gently into the cream above and
     below, so the cream→dark transition reads as an intentional raised panel
     rather than a hard seam. */
  box-shadow: 0 -22px 48px -32px rgba(22,24,31,.30), 0 22px 48px -32px rgba(22,24,31,.30);
}
/* Intentional CMYK seam at the top edge — ties the dark section into the brand
   system and mirrors the CTA card's CMYK accent line. */
#why::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; z-index: 5;
  background: linear-gradient(90deg, var(--cyan) 0 33.33%, var(--magenta) 33.33% 66.66%, var(--yellow) 66.66% 100%);
}
#why .wrap { position: relative; z-index: 2; }
#why .eyebrow { color: #aeb6c4; }
#why .eyebrow::before {            /* CMYK tick instead of the single magenta dash */
  width: 40px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66% 100%);
}
#why .section-head h2 { color: #fff; letter-spacing: -.02em; }
#why .section-head p { color: #b6bdca; max-width: 560px; }

/* Decorative layers (glows · halftone · registration marks) */
.why-deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.why-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; will-change: transform; }
.why-glow.g-cyan    { width: 46vw; height: 46vw; left: -16vw; bottom: -20vw; background: radial-gradient(circle, rgba(0,163,224,.55), transparent 68%); animation: why-drift 22s ease-in-out infinite; }
.why-glow.g-magenta { width: 40vw; height: 40vw; left: 6vw;  top: 30%;       background: radial-gradient(circle, rgba(230,0,126,.40), transparent 68%); animation: why-drift 26s ease-in-out infinite reverse; }
.why-glow.g-yellow  { width: 48vw; height: 48vw; right: -18vw; top: -16vw;   background: radial-gradient(circle, rgba(255,205,0,.42), transparent 70%); animation: why-drift 30s ease-in-out infinite; }
.why-halftone {
  position: absolute; inset: -10%;
  background-image: radial-gradient(rgba(255,255,255,.10) 1.1px, transparent 1.2px);
  background-size: 16px 16px;
  -webkit-mask-image: radial-gradient(120% 80% at 50% 30%, #000 0%, transparent 78%);
          mask-image: radial-gradient(120% 80% at 50% 30%, #000 0%, transparent 78%);
  opacity: .5; animation: why-halftone-pan 40s linear infinite;
}
/* extra subtle print detail anchored to the right edge */
.why-halftone.hf-right {
  inset: auto -4% -6% auto; right: -4%; top: 8%; width: 30vw; height: 70%;
  background-image: radial-gradient(rgba(255,255,255,.12) 1.1px, transparent 1.2px);
  background-size: 15px 15px;
  -webkit-mask-image: radial-gradient(70% 60% at 85% 45%, #000 0%, transparent 72%);
          mask-image: radial-gradient(70% 60% at 85% 45%, #000 0%, transparent 72%);
  opacity: .42; animation-duration: 52s;
}
.reg-mark, .reg-cross { position: absolute; color: rgba(255,255,255,.16); }
.reg-mark { width: 38px; height: 38px; }
.rm-tl { top: 22px; left: 22px; }
.rm-br { right: 22px; bottom: 22px; }
.rm-r  { top: 44%; right: 34px; width: 30px; height: 30px; color: rgba(255,255,255,.12); }
.reg-cross { width: 16px; height: 16px; color: rgba(255,255,255,.22); }
.rc-1 { top: 18%; right: 12%; }
.rc-2 { bottom: 16%; left: 9%; }
.rc-3 { top: 30%; right: 7%; color: rgba(255,205,0,.22); }

/* Card grid */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.8vw, 24px); margin-top: clamp(44px, 5.5vw, 66px); }
.why-cell {
  position: relative; overflow: hidden;
  padding: 30px 26px 34px; border-radius: 18px;
  /* every card carries its own accent tint, outline and soft glow at rest;
     a faint white base lifts the panel just enough off the background */
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.022));
  border: 1px solid color-mix(in srgb, var(--accent) 38%, rgba(255,255,255,.10));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 10%, transparent),
              0 18px 46px -30px color-mix(in srgb, var(--accent) 58%, transparent),
              inset 0 1px 0 rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease), background .45s var(--ease);
}
.why-cell .why-line {                    /* animated colored accent line along the top */
  position: absolute; top: 0; left: 0; height: 3px; width: 0;
  background: var(--accent); border-radius: 3px;
  box-shadow: 0 0 16px var(--accent);
  transition: width .8s var(--ease) .15s;
}
.why-cell.in .why-line { width: 56px; }
.why-cell .why-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.why-cell .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.3rem, 3.4vw, 3rem); line-height: 1; letter-spacing: -.02em; color: var(--accent); }
.why-cell .why-ic {
  width: 42px; height: 42px; flex: none; display: grid; place-items: center;
  border-radius: 50%; color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}
.why-cell .why-ic svg { width: 20px; height: 20px; }
.why-cell h3 { font-size: 1.24rem; margin: 22px 0 10px; color: #fff; letter-spacing: -.01em; }
.why-cell p { color: #b3bbc9; font-size: 1rem; line-height: 1.6; }
/* accent assignments */
.why-cell.c1 { --accent: var(--cyan); }
.why-cell.c2 { --accent: var(--magenta); }
.why-cell.c3 { --accent: var(--yellow); }
.why-cell.c4 { --accent: #e7ebf2; }
.why-cell.c4 .num { color: #f2f5fa; }
/* card 04 — intentional refined neutral/print-registration accent */
.why-cell.c4 { position: relative; }
.why-cell.c4::after {           /* faint registration target watermark, print-inspired */
  content: ""; position: absolute; right: 16px; bottom: 14px;
  width: 30px; height: 30px; pointer-events: none; opacity: .5;
  background:
    linear-gradient(rgba(255,255,255,.32), rgba(255,255,255,.32)) center/1px 100% no-repeat,
    linear-gradient(rgba(255,255,255,.32), rgba(255,255,255,.32)) center/100% 1px no-repeat,
    radial-gradient(circle, transparent 8px, rgba(255,255,255,.32) 8px, rgba(255,255,255,.32) 9px, transparent 10px);
}
.why-cell.c4 .why-ic { border-style: dashed; }   /* subtle print-registration cue on the icon ring */
/* second card stays slightly emphasized — same accent system, a touch stronger */
.why-cell.is-feature {
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 13%, transparent), rgba(255,255,255,.015));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent),
              0 20px 54px -26px color-mix(in srgb, var(--accent) 75%, transparent);
}
.why-cell.is-feature .why-line { width: 56px; }
/* hover: lift + intensify */
.why-cell:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  box-shadow: 0 26px 60px -30px color-mix(in srgb, var(--accent) 80%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent);
}
.why-cell:hover .why-line { width: 100%; }

@keyframes why-drift {
  0%, 100% { transform: translate3d(0,0,0); }
  50%      { transform: translate3d(4%, -3%, 0) scale(1.06); }
}
@keyframes why-halftone-pan {
  from { background-position: 0 0; }
  to   { background-position: 160px 96px; }
}

/* ==========================================================================
   Services
   ========================================================================== */
/* Base service styles — SHARED with the shop.html services strip. Left intact
   so the shop page is unaffected; the homepage redesign below is scoped to
   #services and overrides these only there. */
.services-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(34px, 5vw, 64px); box-shadow: var(--shadow);
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 46px; }
.service h3 { font-size: 1.5rem; display: flex; align-items: center; gap: 12px; }
.service h3 .sic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.service > p { margin: 16px 0 20px; color: var(--text-soft); font-size: 1.04rem; line-height: 1.55; }
.service ul { display: grid; gap: 11px; }
.service ul li { position: relative; padding-left: 22px; font-size: 1.01rem; color: var(--text); }
.service ul li::before { content:""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 2px; }
.service.s1 h3 .sic{ background: rgba(0,163,224,.12); color: var(--cyan);} .service.s1 ul li::before{ background: var(--cyan);}
.service.s2 h3 .sic{ background: rgba(230,0,126,.10); color: var(--magenta);} .service.s2 ul li::before{ background: var(--magenta);}
.service.s3 h3 .sic{ background: rgba(255,205,0,.18); color: #a9820a;} .service.s3 ul li::before{ background: var(--yellow);}

/* ==========================================================================
   Services — homepage (#services) premium open-section redesign
   Scoped to #services only; shop.html keeps the base styles above.
   ========================================================================== */
/* Header row: headline left, decorative TNT droplet cluster top-right */
#services .services-head { display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(24px, 4vw, 56px); }
#services .services-head .section-head { flex: 1 1 auto; margin-top: 0; }

/* --- Decorative droplet cluster (no text) — auto drift + hover boost --- */
.svc-drops {
  position: relative; flex: none; align-self: center;
  width: clamp(230px, 26vw, 320px); height: 200px; margin-top: 4px; pointer-events: none;
}
.svc-drop {
  position: absolute; width: 80px; height: 94px;
  filter: drop-shadow(0 16px 22px rgba(28,20,11,.18));
  animation: svc-float 7s var(--ease) infinite; will-change: transform;
}
.svc-drop::before {
  content: ""; position: absolute; left: 50%; bottom: 6px; width: 74%; aspect-ratio: 1;
  transform: translateX(-50%) rotate(45deg); border-radius: 0 50% 50% 50%;
  box-shadow: inset 0 6px 14px rgba(255,255,255,.42), inset 0 -10px 18px rgba(0,0,0,.12);
}
.svc-drop--c { left: 1%;  top: 28%; }
.svc-drop--m { left: 37%; top: 10%; animation-delay: -2.3s; }
.svc-drop--y { left: 72%; top: 32%; width: 72px; height: 86px; animation-delay: -4.6s; }
.svc-drop--c::before { background: linear-gradient(150deg, #19b4ef, var(--cyan)); }
.svc-drop--m::before { background: linear-gradient(150deg, #f5208f, var(--magenta)); }
.svc-drop--y::before { background: linear-gradient(150deg, #ffd92a, var(--yellow)); }
@keyframes svc-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-13px) rotate(-3deg); }
}
/* hover boost: a touch more drift */
#services:hover .svc-drop { animation-duration: 4.6s; }

/* --- Premium service cards (open section, equal height) --- */
#services .services-grid { grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.2vw, 30px); margin-top: clamp(40px, 5vw, 60px); }
#services .service {
  --accent: var(--cyan); --accent-soft: rgba(0,163,224,.12);
  --pad: clamp(26px, 2.8vw, 40px);
  position: relative; overflow: hidden; display: flex; flex-direction: column;
  /* light surface with a faint accent wash at the top — the light-theme echo of
     the Why TNT accent tint */
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, #ffffff) 0%, #ffffff 44%, #fdfaf4 100%);
  /* coloured outline (like .why-cell's accent border) */
  border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
  border-radius: 22px; padding: var(--pad);
  /* faint accent ring + coloured drop-shadow glow underneath + soft accent aura */
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 12%, transparent),
    0 1px 2px rgba(28,20,11,.05),
    0 22px 48px -26px color-mix(in srgb, var(--accent) 44%, transparent),
    0 0 34px -10px color-mix(in srgb, var(--accent) 20%, transparent);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
}
/* Top accent line — short, glowing, grows in like .why-line and extends on hover */
#services .service::before {
  content:""; position: absolute; top: 0; left: var(--pad); width: 0; height: 4px;
  background: var(--accent); border-radius: 0 0 4px 4px;
  box-shadow: 0 0 14px color-mix(in srgb, var(--accent) 65%, transparent);
  transition: width .8s var(--ease) .12s, box-shadow .4s var(--ease);
}
#services .service.in::before { width: 46px; }
/* restrained print-dot corner (light echo of the Why TNT registration detail) */
#services .service::after {
  content:""; position: absolute; top: 16px; right: 16px; width: 116px; height: 116px; pointer-events: none;
  background-image: radial-gradient(currentColor 1.3px, transparent 1.6px); background-size: 13px 13px;
  color: var(--accent); opacity: .13;
  -webkit-mask-image: radial-gradient(92% 92% at 100% 0%, #000 0%, transparent 60%);
          mask-image: radial-gradient(92% 92% at 100% 0%, #000 0%, transparent 60%);
}
/* hover: lift + the coloured glow/aura intensifies, and the accent line extends
   and brightens — same hover language as the dark Why TNT cards */
#services .service:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent) 60%, var(--line));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 22%, transparent),
    0 1px 2px rgba(28,20,11,.05),
    0 32px 64px -26px color-mix(in srgb, var(--accent) 62%, transparent),
    0 0 48px -8px color-mix(in srgb, var(--accent) 30%, transparent);
}
#services .service:hover::before {
  width: calc(100% - var(--pad) * 2);
  box-shadow: 0 0 20px color-mix(in srgb, var(--accent) 80%, transparent);
}

/* Strong top section: ringed icon chip (Why TNT-style, light) + confident title */
#services .service h3 {
  position: relative; z-index: 1; font-size: 1.34rem; letter-spacing: -.01em; line-height: 1.2;
  flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 12px;
}
#services .service h3 .sic {
  width: 54px; height: 54px; border-radius: 15px; color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
}
#services .service h3 .sic svg { width: 26px; height: 26px; }
#services .service > p { position: relative; z-index: 1; margin: 0; color: var(--text-soft); }
/* Two-zone rhythm: header (icon/title/desc) then a hairline divider before the list */
#services .service ul {
  position: relative; z-index: 1; gap: 14px;
  margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line);
}
#services .service ul li { padding-left: 30px; line-height: 1.4; }
#services .service ul li::before {
  top: 1px; width: 20px; height: 20px; border-radius: 50%;
  background-color: var(--accent-soft);
  background-image: var(--check); background-repeat: no-repeat; background-position: center; background-size: 12px;
}
#services .service.s1 { --accent: var(--cyan);    --accent-soft: rgba(0,163,224,.12); --check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a3e0' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
#services .service.s2 { --accent: var(--magenta); --accent-soft: rgba(230,0,126,.10); --check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6007e' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
#services .service.s3 { --accent: #c8961e;        --accent-soft: rgba(255,205,0,.20); --check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c8961e' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }

@media (prefers-reduced-motion: reduce) { .svc-drop { animation: none; } #services .service::before { width: 46px; transition: none; } }
/* Scoped responsive collapse — needed because #services out-specifies the base
   .services-grid { 1fr } responsive rule, so the homepage grid must be told to
   collapse on its own. */
@media (max-width: 980px) { #services .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { #services .services-grid { grid-template-columns: 1fr; } }
@media (max-width: 860px) {
  #services .services-head { flex-direction: column; gap: 18px; }
  .svc-drops { align-self: flex-start; width: 260px; height: 150px; margin-top: 2px; }
  .svc-drop { width: 66px; height: 78px; }
  .svc-drop--y { width: 60px; height: 72px; }
}

/* ==========================================================================
   Final CTA
   ========================================================================== */
.cta {
  position: relative; overflow: hidden;
  /* same premium charcoal/near-black treatment as the Monthly Special card */
  background: linear-gradient(125deg, #181512 0%, #121010 55%, #0e0c0a 100%);
  border: 1px solid rgba(255,255,255,.07);
  color: var(--text-onbrown); border-radius: var(--radius-lg);
  padding: clamp(60px, 8vw, 116px) clamp(28px, 6vw, 88px); text-align: center;
  box-shadow: 0 50px 100px -44px rgba(0,0,0,.6);
}
.cta h2 { font-size: clamp(2.5rem, 5.8vw, 4.4rem); line-height: 1.04; letter-spacing: -.03em; color: var(--text-onbrown); }
.cta h2 .serif { color: var(--yellow); }
.cta p { max-width: 480px; margin: 22px auto 0; color: var(--text-onbrown-soft); font-size: 1.13rem; line-height: 1.6; }
.cta .cta-actions { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* Balanced, clean button pair for the conversion moment — present, not oversized */
.cta .cta-actions .btn { padding: 15px 30px; font-size: 1rem; }
/* Tighten the gap between the dark CTA card and the cream footer (was the full
   .section default bottom padding stacking with the footer's top padding). */
#contact { padding-bottom: clamp(36px, 4.5vw, 64px); }

/* ==========================================================================
   Footer
   ========================================================================== */
/* Cream footer — matches the header/nav cream palette (was a dark espresso
   block). Dark/espresso text for contrast, subtle light dividers, gold icon
   accents. brand-name uses !important to override the inline light colour in
   the markup (keeps it CSS-only and consistent across pages). */
.site-footer { background: #faf6f0; color: var(--text); padding: clamp(56px, 7vw, 84px) 0 30px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand-name { color: var(--ink) !important; }
.footer-brand .brand-name span { color: var(--text-soft) !important; }
.footer-brand p { color: var(--text-soft); margin-top: 18px; max-width: 280px; font-size: .95rem; }
.footer-col h3, .footer-col h4 { font-family: var(--font-display); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: var(--text); opacity: .9; font-size: .95rem; transition: opacity .2s, color .2s; }
.footer-col a:hover { opacity: 1; color: var(--ink); }
.footer-contact li { display: flex; gap: 10px; color: var(--text); font-size: .95rem; margin-bottom: 11px; align-items:flex-start; }
.footer-contact li a { color: inherit; transition: color .2s; }
.footer-contact li a:hover { color: var(--ink); }
.footer-contact svg { width: 17px; height: 17px; color: #c08a1c; flex: none; margin-top: 3px; }
.footer-contact .fc-strong { margin-bottom: 14px; }
.footer-contact .fc-strong svg { width: 20px; height: 20px; margin-top: 4px; }
.footer-contact .fc-strong a { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -.01em; color: var(--ink); }
.footer-contact .fc-strong a:hover { color: var(--brown); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-soft); font-size: .86rem; }
.footer-bottom a { color: var(--ink); }
.social { display: flex; gap: 10px; }
.social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); background: var(--paper); display: grid; place-items: center; color: var(--ink); transition: background .2s, color .2s, transform .2s, border-color .2s; }
.social a:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-2px); }
.social svg { width: 18px; height: 18px; }

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{ transition-delay: .08s; }
.reveal[data-d="2"]{ transition-delay: .16s; }
.reveal[data-d="3"]{ transition-delay: .24s; }
.reveal[data-d="4"]{ transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .f1,.f2,.f3,.f4 { animation: none; }
  .why-glow, .why-halftone { animation: none; }
  .why-cell.in .why-line { transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1000px) {
  .pgrid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; gap: 30px; }
  .special-card { grid-template-columns: 1fr; }
  .special-visual { order: -1; }
  .treel .tcard { flex-basis: calc((100% - 22px) / 2); }   /* tablet: 2 per view */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  /* Top 10: stack featured above the rail; featured goes media | body */
  .top10 { grid-template-columns: 1fr; gap: clamp(20px, 4vw, 30px); }
  .t10-featured { grid-template-rows: none; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .t10-feat-media { border-bottom: none; border-right: 1px solid var(--line); }
  .t10-feat-media img { max-height: 240px; }
  .t10card { flex-basis: calc((100% - 18px) / 2); }         /* tablet: 2 per view */
}
@media (max-width: 620px) {
  .treel { gap: 16px; scroll-padding-left: 2px; }
  .treel .tcard { flex-basis: 100%; padding: 24px; }       /* mobile: 1 per view */
  .treel-wrap { margin-top: 32px; }
  /* keep arrows (easy to tap); CTA drops to its own full-width line */
  .treel-controls { flex-wrap: wrap; margin-top: 22px; }
  .treel-cta { order: 3; flex-basis: 100%; justify-content: center; }
  /* Top 10: featured stacks; rail shows one large card at a time */
  .t10-featured { grid-template-columns: 1fr; }
  .t10-feat-media { border-right: none; border-bottom: 1px solid var(--line); min-height: 200px; }
  .t10-rail { gap: 14px; scroll-padding-left: 2px; }
  .t10card { flex-basis: 86%; }                             /* mobile: 1 per view w/ peek */
}
/* Monthly special — phones only (portrait, plus short landscape-phone
   viewports; tablets keep the approved image-first layout). Reading order:
   accent line → label → heading → description → price row → product photo →
   CTAs. display:contents flattens the copy wrapper so the photo can slot in
   between the price row and the buttons as a grid item; the flow margins the
   copy already has keep the desktop text rhythm, so the grid gap goes to 0
   (it would otherwise stack on top of every margin). isolation + z-index
   keep the card's corner glow behind the text now that the wrapper's own
   z-index:1 no longer generates a box. height:auto undoes the img
   height="500" presentational hint that was letterboxing the square cutout
   inside a 500px-tall box and inflating the card with empty space. */
@media (max-width: 620px), (max-width: 1000px) and (max-height: 500px) {
  .special-card { gap: 0; isolation: isolate; }
  .special-card::before { z-index: -1; }
  .special-copy { display: contents; }
  .special-visual { order: 1; min-height: 0; margin-bottom: 28px; }
  #special .hero-cta { order: 2; margin-top: 0; }
  .special-photo { height: auto; max-width: 320px; }

  /* Compatibles → Local Commitment: both sections share the same cream
     background, so their stacked paddings (78px + 78px) read as one large
     blank void between the guarantee card and the photo on phones. Keep a
     single section's worth of air instead. */
  #compatibles { padding-bottom: 36px; }
  #compatibles + .section { padding-top: 36px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-actions .cart-label { display: none; }
  .nav-toggle { display: flex; }
  .feature, .feature.reverse .feature-media { grid-template-columns: 1fr; order: 0; }
  .feature.reverse .lc-photo { order: 0; }
  .feature.reverse .feature-text { order: 2; }
  .about-grid { grid-template-columns: 1fr; }
  .about-text { order: 2; }
  .showcase { grid-template-columns: 1fr; gap: clamp(22px, 5vw, 32px); }
  .showcase__stage { order: -1; }
  /* Hero: full-screen printer stage that the scroll animation pins to (same as
     desktop). The header stays visible on mobile (JS keeps .hero-intro desktop-only).
     svh keeps the printer framed regardless of the mobile address bar; older
     browsers fall back to the preceding 100vh. */
  .hero { height: 100vh; height: 100svh; min-height: 560px; }
  .hero-message { padding: clamp(36px, 5vh, 64px) 0; }
  .hero-message .hero-copy { max-width: 100%; }
  /* Keep the scroll cue ON mobile/tablet too — that's exactly where users most
     mistake the printer for a static image. Its clamp()-based sizing already
     keeps it tasteful; nudge it in a touch on small screens. */
  .hero-scrollcue { gap: 8px; }
  /* Mobile menu — anchored to the header so it clears the utility bar + nav */
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 18px clamp(20px,5vw,48px) 26px;
    transform: translateY(-120%); transition: transform .35s var(--ease); box-shadow: var(--shadow);
    z-index: 55;
  }
  body.menu-open .nav-links { display: flex; transform: translateY(0); }
  .nav-links a { padding: 14px 16px; font-size: 1.05rem; border-radius: 12px; }
}
@media (max-width: 560px) {
  /* Header: tighten the quote pill + spacing so the brand lockup always clears
     the actions on narrow phones (320–414px). Quote stays visible + aligned. */
  .nav { gap: 8px; }
  .nav-actions { gap: 8px; }
  /* Collapse the quote button to a tidy icon and float the count as a corner
     badge — keeps it visible + tappable without crowding the brand. The count
     value/behaviour is unchanged; only its position moves. */
  .cart-btn { padding: 9px; gap: 0; }
  .cart-btn svg { width: 19px; height: 19px; }
  .cart-count { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 5px; font-size: .68rem; box-shadow: 0 0 0 2px var(--paper); }
  .brand-name span { letter-spacing: .08em; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-cta .btn, .cta-actions .btn { flex: 1 1 auto; justify-content: center; }
  /* Give the CTA heading breathing room and stack its buttons on small screens */
  .cta h2 { letter-spacing: -.02em; line-height: 1.08; }
  .cta .cta-actions { flex-direction: column; }
  .cta .cta-actions .btn { width: 100%; }
}

/* ==========================================================================
   Quote drawer — GLOBAL component (injected on every page by quote.js)
   Lives here (not shop.css) so it is always styled, never inline after footer.
   ========================================================================== */

/* Safety net: the drawer/toast SVGs use viewBox only; never let an icon blow
   up to the container width if a page-specific stylesheet is missing. */
.quote-drawer svg, .drawer-overlay svg, .toast svg, .quote-fab svg { max-width: 64px; max-height: 64px; }

/* Floating quote button */
.quote-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--paper); padding: 14px 20px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; font-size: .92rem;
  box-shadow: var(--shadow-lg); transition: transform .25s var(--ease), opacity .25s;
}
.quote-fab:hover { transform: translateY(-3px) scale(1.02); }
.quote-fab svg { width: 19px; height: 19px; }
.quote-fab .fab-count {
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--yellow);
  color: var(--ink); font-size: .76rem; font-weight: 800; display: grid; place-items: center;
}
.quote-fab[hidden] { display: none; }

/* Drawer + overlay (controlled, off-screen until opened) */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(23,19,16,.5); backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; z-index: 90;
}
.drawer-overlay.open { opacity: 1; visibility: visible; }
.quote-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(440px, 100%);
  background: var(--cream); z-index: 100; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow-lg);
}
.quote-drawer.open { transform: translateX(0); }
.drawer-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; background: var(--paper); }
.drawer-head h2 { font-size: 1.2rem; display: flex; align-items: center; gap: 10px; }
.drawer-head .count-pill { background: var(--yellow); color: var(--ink); font-size: .78rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; font-family: var(--font-display); }
.drawer-close { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: var(--text); transition: background .2s; }
.drawer-close:hover { background: rgba(23,19,16,.07); }
.drawer-close svg { width: 22px; height: 22px; }

.drawer-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.quote-empty { text-align: center; padding: 50px 16px; color: var(--text-soft); }
.quote-empty svg { width: 52px; height: 52px; color: var(--beige-deep); margin: 0 auto 16px; }
.quote-empty h3 { font-size: 1.1rem; margin-bottom: 8px; }
.quote-empty .btn { margin-top: 18px; }

.quote-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.quote-section-head h3 { font-size: 1.02rem; display: flex; align-items: center; gap: 9px; }
.quote-section-head .sel-count { background: var(--ink); color: var(--paper); font-size: .74rem; font-weight: 800; font-family: var(--font-display); min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; display: inline-grid; place-items: center; }
.clear-quote { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 600; font-size: .8rem; color: var(--text-soft); padding: 7px 11px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); transition: color .2s, border-color .2s, background .2s; }
.clear-quote:hover { color: var(--magenta); border-color: var(--magenta); background: rgba(230,0,126,.05); }
.clear-quote svg { width: 15px; height: 15px; }

.quote-item { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.quote-item .qthumb { width: 48px; height: 48px; border-radius: 10px; background: var(--cream-2); display: grid; place-items: center; flex: none; position: relative; }
.quote-item .qthumb .dot { width: 14px; height: 14px; border-radius: 50%; }
.quote-item .qthumb .dot.drum { border-radius: 4px; background: linear-gradient(160deg,#4a3824,#241a10); width: 20px; height: 20px; }
.quote-item .qinfo { flex: 1; min-width: 0; }
.quote-item .qinfo .n { font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: var(--ink); }
.quote-item .qinfo .m { font-size: .78rem; color: var(--text-soft); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--paper); }
.qty button { width: 30px; height: 30px; font-weight: 800; color: var(--ink); font-size: 1.05rem; transition: background .2s; }
.qty button:hover { background: rgba(23,19,16,.07); }
.qty span { min-width: 26px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: .9rem; }
.qremove { color: var(--text-soft); width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; transition: color .2s, background .2s; flex: none; }
.qremove:hover { color: var(--magenta); background: rgba(230,0,126,.08); }
.qremove svg { width: 17px; height: 17px; }

/* Quick-quote item — product image, qty stepper, per-line total, remove */
body.quote-open { overflow: hidden; }
.quote-item .qthumb { width: 56px; height: 56px; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.quote-item .qthumb img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.quote-item .qinfo .qty { margin-top: 9px; }
.quote-item .qend { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex: none; }
.quote-item .qline { font-family: var(--font-display); font-weight: 800; font-size: .95rem; color: var(--ink); }
.add-more {
  width: 100%; margin-top: 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: .9rem; color: var(--ink);
  background: var(--paper); border: 1.5px dashed var(--beige-deep); border-radius: 12px; padding: 13px;
  transition: border-color .2s, background .2s, transform .2s;
}
.add-more svg { width: 16px; height: 16px; }
.add-more:hover { border-color: var(--ink); background: #fff; transform: translateY(-1px); }

/* Running estimate + primary actions in the drawer foot */
.quote-totals { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.quote-totals .qt-label { font-family: var(--font-display); font-weight: 600; color: var(--text-soft); font-size: .92rem; }
.quote-totals .qt-value { font-family: var(--font-display); font-weight: 800; color: var(--ink); font-size: 1.5rem; letter-spacing: -.02em; }
.quote-note { font-size: .78rem; color: var(--text-soft); margin: 8px 0 14px; line-height: 1.45; }
.drawer-actions { display: grid; gap: 10px; }
.submit-quote svg { width: 18px; height: 18px; }
.call-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--paper); color: var(--ink); border: 1.5px solid var(--ink); border-radius: 12px;
  padding: 13px; font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  transition: background .2s, color .2s, transform .2s;
}
.call-btn svg { width: 18px; height: 18px; }
.call-btn:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.quote-fab span:not(.fab-count) { white-space: nowrap; }

.drawer-form { display: grid; gap: 14px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.drawer-form h3 { font-size: 1.02rem; }
.drawer-form p.hint { font-size: .85rem; color: var(--text-soft); margin-top: -6px; }
.field { display: grid; gap: 6px; }
.field label { font-family: var(--font-display); font-size: .8rem; font-weight: 600; color: var(--text); }
.field label .req { color: var(--magenta); }
.field label .opt { color: var(--text-soft); font-weight: 500; }
.field input, .field textarea {
  font-family: var(--font-body); font-size: .94rem; padding: 11px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--paper); color: var(--text); width: 100%; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(23,19,16,.06); }
.field textarea { resize: vertical; min-height: 78px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.drawer-foot { padding: 18px 24px; border-top: 1px solid var(--line); background: var(--paper); }
.submit-quote {
  width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--ink); color: var(--paper); font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: 15px; border-radius: 12px; position: relative; overflow: hidden; transition: transform .2s var(--ease);
}
.submit-quote::after { content:""; position:absolute; left:0; bottom:0; height:3px; width:100%; background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66% 100%); }
.submit-quote:hover:not(:disabled) { transform: translateY(-2px); }
.submit-quote:disabled { opacity: .55; cursor: not-allowed; }
.drawer-foot .foot-note { text-align: center; font-size: .78rem; color: var(--text-soft); margin-top: 10px; }

.quote-success { text-align: center; padding: 40px 20px; }
.quote-success .ok { width: 64px; height: 64px; border-radius: 50%; background: rgba(47,107,47,.12); color: #2f6b2f; display: grid; place-items: center; margin: 0 auto 20px; }
.quote-success .ok svg { width: 32px; height: 32px; }
.quote-success h3 { font-size: 1.25rem; margin-bottom: 10px; }
.quote-success p { color: var(--text-soft); }

.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 130%);
  opacity: 0; visibility: hidden; pointer-events: none;
  background: var(--ink); color: var(--paper); padding: 13px 22px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 600; font-size: .9rem; z-index: 120;
  box-shadow: var(--shadow-lg);
  transition: transform .4s var(--ease), opacity .4s var(--ease), visibility .4s;
  display: flex; align-items: center; gap: 10px;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.toast svg { width: 18px; height: 18px; color: var(--yellow); }

/* ==========================================================================
   Contact / quote page (contact.html)
   ========================================================================== */
.contact-page { background: #faf6f0; padding-top: clamp(84px, 11vh, 116px); padding-bottom: clamp(60px, 9vw, 100px); }
.contact-wrap { max-width: 800px; }
.contact-head { text-align: center; margin-bottom: clamp(24px, 4vw, 38px); }
.contact-head h1 { font-size: clamp(2.1rem, 5vw, 3rem); margin-top: 12px; line-height: 1.05; }
.contact-head p { color: var(--text-soft); font-size: 1.1rem; margin: 14px auto 0; max-width: 34em; }
.contact-back { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: .86rem; color: var(--text-soft); margin-bottom: 4px; transition: color .2s; }
.contact-back svg { width: 15px; height: 15px; }
.contact-back:hover { color: var(--ink); }

/* Quote summary (rendered by quote.js above the form) */
.qsum { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(20px,3vw,28px); box-shadow: var(--shadow-sm); }
.qsum-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.qsum-head h3 { display: flex; align-items: center; gap: 10px; font-size: 1.14rem; }
.qsum-head h3 svg { width: 20px; height: 20px; }
.qsum-count { font-family: var(--font-display); font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; color: var(--text-soft); background: var(--cream-2); padding: 4px 10px; border-radius: 999px; }
.qsum-edit { font-family: var(--font-display); font-weight: 700; font-size: .82rem; color: var(--magenta); padding: 6px 13px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); transition: background .2s, border-color .2s; }
.qsum-edit:hover { border-color: var(--magenta); background: rgba(230,0,126,.05); }
.qsum-list { margin: 12px 0 4px; display: grid; }
.qsum-row { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
.qsum-row:first-child { border-top: none; }
.qsum-thumb { width: 54px; height: 54px; flex: none; border-radius: 10px; background: #fff; border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; }
.qsum-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.qsum-name { flex: 1; min-width: 0; font-family: var(--font-display); font-weight: 700; color: var(--ink); display: flex; flex-direction: column; gap: 3px; line-height: 1.25; }
.qsum-qty { font-family: var(--font-body); font-weight: 500; font-size: .82rem; color: var(--text-soft); }
.qsum-line { font-family: var(--font-display); font-weight: 800; color: var(--ink); white-space: nowrap; }
.qsum-end { display: flex; align-items: center; gap: 8px; flex: none; margin-left: auto; }
.qsum-remove { flex: none; }
.qsum-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 16px; margin-top: 8px; border-top: 2px solid var(--ink); }
.qsum-total span { font-family: var(--font-display); font-weight: 600; color: var(--text-soft); }
.qsum-total strong { font-family: var(--font-display); font-weight: 800; font-size: 1.55rem; color: var(--ink); letter-spacing: -.02em; }
.qsum-note { font-size: .8rem; color: var(--text-soft); margin-top: 12px; line-height: 1.45; }
.qsum--empty { text-align: center; }
.qsum--empty h3 { font-size: 1.14rem; }
.qsum--empty p { color: var(--text-soft); margin-top: 8px; }
.qsum--empty a { color: var(--magenta); font-weight: 700; }
.qsum--empty a:hover { text-decoration: underline; }

/* Form card */
.contact-formcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px,3.4vw,34px); margin-top: 20px; box-shadow: var(--shadow-sm); }
.contact-callband {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: linear-gradient(120deg,#1f1710,#14100b); color: var(--text-onbrown);
  border-radius: var(--radius); padding: 16px 20px; margin-bottom: 26px; position: relative; overflow: hidden;
}
.contact-callband::after { content:""; position:absolute; left:0; bottom:0; height:3px; width:100%; background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66% 100%); }
.contact-callband .ccb-text strong { color: #fff; display: block; font-family: var(--font-display); font-size: 1.02rem; }
.contact-callband .ccb-text span { font-size: .85rem; color: var(--text-onbrown-soft); }
.call-btn--solid { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.call-btn--solid:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.form-title { font-size: 1.2rem; margin-bottom: 4px; }
.form-sub { color: var(--text-soft); font-size: .92rem; margin-bottom: 20px; }
.quote-form-grid { display: grid; gap: 16px; }
.quote-form-grid .submit-quote { margin-top: 6px; }
.form-foot-note { text-align: center; font-size: .8rem; color: var(--text-soft); margin-top: 14px; }
.quote-success .btn { margin-top: 20px; }

/* ---- Quote builder: stepped flow + "what do you need a quote for?" cards ---- */
.qb-step { margin-top: clamp(30px, 4.5vw, 52px); }
.qb-step-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: clamp(18px, 2.2vw, 24px); }
.qb-stepnum { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--font-display); font-weight: 800; font-size: 1rem; display: grid; place-items: center; }
.qb-stepnum--sm { width: 26px; height: 26px; font-size: .82rem; }
.qb-step-head h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.12; color: var(--ink); }
.qb-step-sub { color: var(--text-soft); font-size: .95rem; margin-top: 4px; line-height: 1.5; }

.qb-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); align-items: start; }
.qb-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(20px, 2.4vw, 28px); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.qb-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 15px; }
.qb-ic svg { width: 24px; height: 24px; }
.qb-ic--cyan { background: rgba(0,163,224,.12); color: var(--cyan); }
.qb-ic--magenta { background: rgba(230,0,126,.10); color: var(--magenta); }
.qb-ic--ink { background: rgba(23,19,16,.08); color: var(--ink); }
.qb-card h3 { font-size: 1.14rem; color: var(--ink); letter-spacing: -.01em; }
.qb-card > p { color: var(--text-soft); font-size: .93rem; line-height: 1.5; margin-top: 6px; }
.qb-form { margin-top: 16px; display: grid; gap: 12px; }
.qb-row { gap: 12px; }
.field--qty { max-width: 96px; }
.qb-btn { justify-content: center; width: 100%; }
.qb-card > .qb-btn { margin-top: 18px; }
.field select {
  font-family: var(--font-body); font-size: .94rem; padding: 11px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--paper); color: var(--text); width: 100%; transition: border-color .2s, box-shadow .2s;
}
.field select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(23,19,16,.06); }
.qb-file { font-family: var(--font-body); font-size: .86rem; color: var(--text-soft); border: 1px dashed var(--beige-deep); border-radius: 10px; padding: 9px 11px; background: var(--paper); width: 100%; }
.qb-file::file-selector-button { font-family: var(--font-display); font-weight: 600; font-size: .82rem; margin-right: 12px; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--line); background: var(--cream-2); color: var(--ink); cursor: pointer; }
.qb-send { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 1rem; }

/* ---- Two quote-page experiences: intro builder (default) vs. finish screen --
   The finish screen renders when <html> carries .qmode-details (set before
   paint in contact.html when ?step=details and the visitor has saved items). */
.qb-detailsonly { display: none; }
html.qmode-details .qb-introonly { display: none; }
html.qmode-details .qb-detailsonly { display: block; }
html.qmode-details .qb-stepnum { display: none; }   /* drop the builder numbering on the finish screen */

/* "Have anything else in mind?" optional card + slide-down add-item form */
.qb-extra-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(20px,3vw,28px); box-shadow: var(--shadow-sm); }
.qb-extra-head h2 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.15; color: var(--ink); letter-spacing: -.01em; }
.qb-extra-head p { color: var(--text-soft); font-size: .95rem; line-height: 1.5; margin-top: 6px; }
.qb-extra-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.qb-extra-btn { width: auto; }
.qb-extra-form {
  display: grid; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line);
  opacity: 0; transform: translateY(-8px); transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.qb-extra-form[hidden] { display: none; }               /* beats the grid rule so hidden truly hides */
.qb-extra-form.is-open { opacity: 1; transform: translateY(0); }
.qb-extra-formactions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }

/* Summary — grouped by type, with "price to be confirmed" for custom/unknown */
.qsum-gtitle { font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-soft); margin: 18px 0 2px; }
.qsum-group:first-of-type .qsum-gtitle { margin-top: 12px; }
.qsum-tbc { font-family: var(--font-display); font-weight: 700; font-size: .72rem; color: var(--magenta); background: rgba(230,0,126,.07); border: 1px solid rgba(230,0,126,.22); padding: 5px 10px; border-radius: 999px; white-space: nowrap; align-self: center; text-decoration: none; }
.qsum-thumb--icon { display: grid; place-items: center; color: var(--text-soft); background: var(--cream-2); }
.qsum-thumb--icon svg { width: 24px; height: 24px; }
.qnote { display: block; font-size: .78rem; color: var(--text-soft); margin-top: 3px; font-style: italic; }
.quote-item .qthumb--icon { background: var(--cream-2); border-color: var(--line); color: var(--text-soft); }
.quote-item .qthumb--icon svg { width: 24px; height: 24px; padding: 0; }

@media (max-width: 860px) {
  .qb-options { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .field-row { grid-template-columns: 1fr; }
  .field--qty { max-width: none; }
  .contact-callband { flex-direction: column; align-items: stretch; text-align: center; }
  .contact-callband .call-btn { justify-content: center; }
  .qsum-row { flex-wrap: wrap; }
  .qsum-tbc { align-self: flex-start; }
  .qb-extra-actions .btn, .qb-extra-formactions .btn { width: 100%; justify-content: center; }
}

/* ==========================================================================
   Compatible cartridges — home section (#compatibles)
   Clean, business-forward: warm off-white panel, ink text, subtle CMYK.
   ========================================================================== */
.cc-hero { background: #faf6f0; }

.cc-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.cc-hero-copy h2 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); letter-spacing: -.03em; line-height: 1.04; margin-top: 18px; color: var(--ink); }
.cc-lead { margin-top: 20px; color: var(--text-soft); font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.62; max-width: 34em; }
.cc-hero .hero-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.cc-trustrow { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.cc-trustrow li { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--text); }
.cc-tick { flex: none; width: 22px; height: 22px; border-radius: 50%; background: rgba(47,158,68,.14); color: #2f9e44; display: grid; place-items: center; }
.cc-tick svg { width: 13px; height: 13px; }

/* Guarantee card */
.cc-hero-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 38px); box-shadow: 0 30px 70px -40px rgba(28,20,11,.4); overflow: hidden;
}
.cc-hero-card::before { content:""; position:absolute; left:0; top:0; height:5px; width:100%;
  background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66% 100%); }
.cc-seal { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; background: var(--ink); color: #fff; margin-bottom: 20px; }
.cc-seal svg { width: 32px; height: 32px; }
.cc-seal-title { font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.12; color: var(--ink); }
.cc-seal-sub { margin-top: 12px; color: var(--text-soft); font-size: 1rem; line-height: 1.55; }
.cc-seal-foot { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: .86rem; color: var(--text); }
.cc-seal-foot svg { width: 20px; height: 20px; flex: none; color: #d8242b; }

@media (max-width: 900px) {
  .cc-hero-grid { grid-template-columns: 1fr; gap: clamp(28px, 5vw, 40px); }
}


/* ============================================================
   CMS / no-JavaScript simplified overrides
   ------------------------------------------------------------
   Makes every section visible without the site's JS, and drops
   the 3D printer hero + scroll-reveal animations. This is what
   lets the page render inside the (JS-free) CMS editor, and it
   matches the "simple, no crazy transitions / no 3D" brief.
   Remove this block to restore the animated version.
   ============================================================ */
.reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
#hero { display: none !important; }               /* the 3D printer stage */
#hero-loading, .hero-loading { display: none !important; }
/* The header was hidden during the (now-removed) 3D intro via body.hero-intro;
   with no 3D scene that class is never cleared, so force the header visible. */
body.hero-intro .site-header { transform: none !important; opacity: 1 !important; pointer-events: auto !important; }

