@font-face{font-family:'Marcellus';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/marcellus-400.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:'Jost';font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/jost-var.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}
/* SMN Industries — design system (Phase 4). Tokens first; components below. */
:root {
  --paper: #F5F3EE;      /* warm white — page */
  --paper-2: #ECE9E2;    /* raised panels, image wells */
  --ink: #2A2A26;        /* SMN Charcoal (logo outline) — text, primary buttons */
  --graphite: #2F2F2D;   /* dark sections */
  --stone: #6B675F;      /* secondary text (AA on paper) */
  --line: #D8D3C9;       /* hairlines, borders */
  --steel: #B8BBBE;      /* stainless silver — dividers on dark */
  --accent: #F6A842;     /* SMN Amber (logo fill) — marks on dark, focus, active states; never as text on light */
  --accent-ink: #8F580E; /* SMN Amber Deep — amber as text on light (5.3:1) */
  --tbc: #B4471F;        /* admin-only "to confirm" marker */

  --serif: "Marcellus", "Times New Roman", serif;   /* owner choice 27 Sep 2026: architectural, engraved */
  --sans: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;

  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 72px; --s9: 112px;
  --wrap: 1320px;
  --gutter: clamp(16px, 3vw, 32px);
  --radius: 2px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 var(--sans); overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; background: var(--ink); color: var(--paper); padding: 10px 16px; z-index: 100; }
.skip:focus { top: 12px; }

/* type */
h1, h2, h3 { margin: 0; font-weight: 400; }
.display { font: 400 clamp(34px, 5.2vw, 68px)/1.08 var(--serif); letter-spacing: 0; }
.h2 { font: 400 clamp(26px, 3vw, 40px)/1.14 var(--serif); }
.h3 { font: 500 19px/1.3 var(--sans); letter-spacing: -.005em; }
.eyebrow { font: 500 12px/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--stone); margin: 0 0 var(--s4); }
.lede { font-size: clamp(17px, 1.5vw, 19px); color: var(--stone); max-width: 38em; }
.muted { color: var(--stone); }
.mono { font-feature-settings: "tnum"; }

/* layout */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(56px, 8vw, 112px) 0; }
.section--tight { padding: clamp(40px, 5vw, 72px) 0; }
.section--dark { background: var(--graphite); color: #EDEAE3; }
.section--dark .eyebrow, .section--dark .muted, .section--dark .lede { color: #B9B4AA; }
.section--panel { background: var(--paper-2); }
.head { display: flex; justify-content: space-between; align-items: end; gap: var(--s5); margin-bottom: clamp(24px, 4vw, 48px); flex-wrap: wrap; }
.head > div { max-width: 640px; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px;
  border: 1px solid var(--ink); border-radius: var(--radius); background: var(--ink); color: var(--paper);
  font: 500 15px/1 var(--sans); letter-spacing: .01em; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.btn:hover { background: #000; }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--light:hover { background: #fff; }
.btn--line-light { background: transparent; color: #EDEAE3; border-color: #8C877D; }
.btn--line-light:hover { border-color: #EDEAE3; }
.btn--sm { min-height: 38px; padding: 0 14px; font-size: 14px; }
.btn svg { width: 18px; height: 18px; flex: none; }
.link { font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.link:hover { color: var(--accent-ink); }
.arrow::after { content: " →"; }

/* header */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(245, 243, 238, .94); backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid transparent; transition: border-color .25s, height .25s; }
.site-header.is-compact { border-bottom-color: var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: var(--s6); height: var(--header-h); transition: height .25s var(--ease); }
.site-header.is-compact .wrap { height: 58px; }
.brand img { height: 30px; width: auto; transition: height .25s var(--ease); }
.site-header.is-compact .brand img { height: 24px; }
.nav { display: flex; gap: clamp(14px, 1.8vw, 28px); margin-left: auto; }
.nav a { font-size: 14.5px; font-weight: 500; text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--accent); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.basket-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--accent); color: #fff; font-size: 12px; }
.menu-btn { display: none; background: none; border: 0; padding: 10px; margin-right: -10px; cursor: pointer; }
.menu-btn svg { width: 26px; height: 26px; }
@media (max-width: 1080px) {
  .nav, .header-cta .btn--ghost { display: none; }
  .menu-btn { display: block; }
  .header-cta { margin-left: auto; }
}
@media (max-width: 520px) { .header-cta .btn { display: none; } }

/* drawer */
.drawer { position: fixed; inset: 0; z-index: 60; background: var(--paper); display: flex; flex-direction: column; padding: 20px var(--gutter) 28px;
  transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .25s var(--ease), visibility .2s; }
.drawer.is-open { opacity: 1; transform: none; visibility: visible; }
.drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.drawer nav a { display: block; font: 400 26px/1.3 var(--serif); text-decoration: none; padding: 6px 0; border-bottom: 1px solid var(--line); }
.drawer .drawer-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.drawer .drawer-actions .btn { width: 100%; }

/* mobile action bar: three equal blocks, icon + short label */
.actionbar { display: none; }
@media (max-width: 760px) {
  .actionbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: grid; grid-template-columns: repeat(3, 1fr);
    background: var(--ink); color: var(--paper); padding-bottom: env(safe-area-inset-bottom); }
  .actionbar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; height: 58px;
    font-size: 12px; font-weight: 500; text-decoration: none; border-left: 1px solid #3A3A38; }
  .actionbar a:first-child { border-left: 0; }
  .actionbar svg { width: 20px; height: 20px; }
  body { padding-bottom: 58px; }
}

/* hero */
.hero { padding: clamp(24px, 4vw, 48px) 0 clamp(48px, 6vw, 88px); }
.hero-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.hero-copy .lede { margin: var(--s5) 0 var(--s6); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-media { position: relative; display: grid; grid-template-columns: 3fr 2fr; gap: 12px; }
.hero-media figure { margin: 0; background: var(--paper-2); overflow: hidden; }
.hero-media .main { aspect-ratio: 3/4; }
.hero-media .side { display: grid; gap: 12px; grid-template-rows: 1fr 1fr; min-height: 0; }
.hero-media .side figure { position: relative; min-height: 0; }
.hero-media .side img { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: var(--s7); padding-top: var(--s5); border-top: 1px solid var(--line); font-size: 14px; color: var(--stone); }
.hero-facts b { color: var(--ink); font-weight: 500; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; margin: 0 calc(var(--gutter) * -1); grid-template-columns: 1fr; }
  .hero-media .main { aspect-ratio: 4/3; }
  .hero-media .side { display: none; }
}

/* rails: grid on desktop, swipe on phone */
.rail { display: grid; gap: clamp(12px, 1.6vw, 20px); }
.rail--5 { grid-template-columns: repeat(5, 1fr); }
.rail--4 { grid-template-columns: repeat(4, 1fr); }
.rail--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1080px) { .rail--5 { grid-template-columns: repeat(3, 1fr); } .rail--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .rail--swipe { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter) 8px; scrollbar-width: none; }
  .rail--swipe::-webkit-scrollbar { display: none; }
  .rail--swipe > * { flex: 0 0 72%; scroll-snap-align: start; }
  .rail--3:not(.rail--swipe), .rail--4:not(.rail--swipe) { grid-template-columns: 1fr 1fr; }
}

/* finish tile (home) */
.tile { position: relative; display: block; text-decoration: none; }
.tile .img { aspect-ratio: 4/5; background: var(--paper-2); overflow: hidden; }
.tile .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tile:hover .img img { transform: scale(1.035); }
.tile .cap { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; padding: 12px 0 0; }
.tile .cap b { font: 500 16px/1.3 var(--sans); }
.tile .cap span { font-size: 13px; color: var(--stone); }

/* pending photo: honest placeholder, never a fake texture */
.pending { width: 100%; height: 100%; display: grid; place-items: center; text-align: center; padding: 16px;
  background: repeating-linear-gradient(135deg, var(--paper-2) 0 10px, #E6E2DA 10px 11px); color: var(--stone); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.pending i { display: block; width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 10px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }

/* colour swatches */
.swatches { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.swatch { text-decoration: none; display: block; }
.swatch .chip { aspect-ratio: 1; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); transition: transform .3s var(--ease), box-shadow .3s; }
.swatch:hover .chip { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 8px 18px rgba(0,0,0,.12); }
.swatch b { display: block; margin-top: 12px; font-weight: 500; font-size: 15px; text-align: center; }
.swatch span { display: block; text-align: center; font-size: 13px; color: var(--stone); }
@media (max-width: 760px) { .swatches { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 420px) { .swatches { gap: 10px 8px; } .swatch b { font-size: 13px; } }

/* facts row */
.facts { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.fact { padding: 24px 20px 0 0; border-right: 1px solid var(--line); margin-top: 24px; }
.fact:last-child { border-right: 0; }
.fact svg { width: 26px; height: 26px; stroke: var(--accent-ink); margin-bottom: 14px; }
.fact b { display: block; font: 400 26px/1.15 var(--serif); }
.fact span { display: block; font-size: 14px; color: var(--stone); margin-top: 4px; }
@media (max-width: 1000px) { .facts { grid-template-columns: repeat(3, 1fr); } .fact:nth-child(3) { border-right: 0; } }
@media (max-width: 560px) { .facts { grid-template-columns: 1fr 1fr; } .fact { border-right: 0; } .fact:nth-child(odd) { border-right: 1px solid var(--line); } }

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.split figure { margin: 0; aspect-ratio: 4/5; overflow: hidden; background: #262624; }
.split figure img { width: 100%; height: 100%; object-fit: cover; }
.split ul { list-style: none; padding: 0; margin: var(--s5) 0 var(--s6); }
.split li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.section:not(.section--dark) .split li { border-top-color: var(--line); }
.split--flip figure { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--flip figure { order: 0; } .split figure { aspect-ratio: 4/3; } }

/* application grid */
.apps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.6vw, 20px); }
.app { position: relative; display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--paper-2); text-decoration: none; }
.app img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.app:hover img { transform: scale(1.04); }
.app span { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 14px 12px; color: #fff; font-weight: 500;
  background: linear-gradient(transparent, rgba(0,0,0,.62)); }
.app--text { display: flex; align-items: end; padding: 14px; border: 1px solid var(--line); background: var(--paper); }
.app--text span { position: static; padding: 0; color: var(--ink); background: none; }
.app--text small { position: absolute; top: 12px; left: 14px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); }
@media (max-width: 900px) { .apps { grid-template-columns: repeat(2, 1fr); } }

/* gallery */
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.chip-btn { border: 1px solid var(--line); background: transparent; border-radius: 20px; padding: 7px 14px; font-size: 14px; cursor: pointer; }
.chip-btn[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.masonry { columns: 3 280px; column-gap: 16px; }
.masonry figure { margin: 0 0 16px; break-inside: avoid; position: relative; }
.masonry figcaption { font-size: 13px; color: var(--stone); padding-top: 8px; }

/* CTA bands */
.cta-band { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: end; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; } .cta-band .actions { justify-content: flex-start; } }
.sister { display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* footer */
.site-footer { background: #151514; color: #CFCAC0; padding: 72px 0 32px; font-size: 14.5px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; }
.foot-grid h2 { font: 500 12px/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #8E897F; margin-bottom: 14px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 56px; padding-top: 20px; border-top: 1px solid #2E2E2C; font-size: 13px; color: #8E897F; }
.foot-base nav { display: flex; gap: 18px; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-grid > :first-child { grid-column: 1 / -1; } }

/* finish library */
.lib { display: grid; grid-template-columns: 240px 1fr; gap: clamp(24px, 3vw, 48px); align-items: start; }
.filters { position: sticky; top: 80px; display: grid; gap: 22px; }
.filters fieldset { border: 0; padding: 0; margin: 0; }
.filters legend { font: 500 12px/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--stone); margin-bottom: 10px; }
.opt { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 15px; cursor: pointer; }
.opt input { width: 16px; height: 16px; accent-color: var(--ink); }
.opt i { width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); flex: none; }
.opt .n { margin-left: auto; color: var(--stone); font-size: 13px; }
.opt.is-empty { color: #A9A49A; }
.lib-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 14px; color: var(--stone); flex-wrap: wrap; }
.filter-toggle { display: none; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; }
.card { display: flex; flex-direction: column; }
.card .img { text-decoration: none; aspect-ratio: 4/5; overflow: hidden; background: var(--paper-2); position: relative; }
.card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card a.img:hover img { transform: scale(1.035); }
.card .meta { padding-top: 12px; display: grid; gap: 4px; }
.card h3 { font: 500 16px/1.3 var(--sans); }
.card h3 a { text-decoration: none; }
.card .sub { font-size: 13.5px; color: var(--stone); display: flex; gap: 8px; align-items: center; }
.card .sub i { width: 10px; height: 10px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }
.card .row { display: flex; gap: 8px; margin-top: 10px; }
.card .row .btn { flex: 1; }
.badge { position: absolute; top: 10px; left: 10px; background: rgba(245,243,238,.94); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 8px; }
.check { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--stone); cursor: pointer; }
.empty { padding: 48px; border: 1px dashed var(--line); text-align: center; color: var(--stone); }
@media (max-width: 1080px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) {
  .lib { grid-template-columns: 1fr; }
  .filters { position: static; display: none; padding: 16px; border: 1px solid var(--line); background: var(--paper); }
  .filters.is-open { display: grid; }
  .filter-toggle { display: inline-flex; }
}
@media (max-width: 420px) { .cards { gap: 22px 12px; } .card .row { flex-direction: column; } }

/* compare tray */
.tray { position: fixed; left: 50%; bottom: 16px; transform: translate(-50%, 140%); z-index: 50; background: var(--ink); color: var(--paper);
  display: flex; align-items: center; gap: 16px; padding: 10px 10px 10px 18px; border-radius: 3px; transition: transform .3s var(--ease); max-width: calc(100vw - 32px); }
.tray:not(.is-on) { visibility: hidden; }
.tray.is-on { transform: translate(-50%, 0); }
.tray .btn { background: var(--paper); color: var(--ink); border-color: var(--paper); }
@media (max-width: 760px) { .tray { bottom: 70px; } }
dialog.compare { width: min(1100px, calc(100vw - 24px)); border: 0; padding: 0; background: var(--paper); }
dialog.compare::backdrop { background: rgba(0,0,0,.5); }
.compare-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.compare-scroll { overflow-x: auto; }
.compare table { border-collapse: collapse; width: 100%; min-width: 620px; font-size: 14.5px; }
.compare th, .compare td { text-align: left; vertical-align: top; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.compare th { width: 150px; font-weight: 500; color: var(--stone); }
.compare td img, .compare td .pending { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* product page */
.crumbs { font-size: 13.5px; color: var(--stone); padding: 16px 0 0; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { margin: 0 6px; }
.pdp { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(24px, 4vw, 64px); padding: 24px 0 56px; align-items: start; }
.pdp-media { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pdp-media figure { margin: 0; background: var(--paper-2); overflow: hidden; aspect-ratio: 4/5; }
.pdp-media figure:first-child, .pdp-media figure:last-child:nth-child(even) { grid-column: 1 / -1; aspect-ratio: 4/3; }
.pdp-media img { width: 100%; height: 100%; object-fit: cover; }
.pdp-info { position: sticky; top: 84px; }
.pdp-info .lede { margin: 16px 0 24px; }
.spec { width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0 24px; }
.spec th, .spec td { text-align: left; padding: 11px 0; border-top: 1px solid var(--line); vertical-align: top; }
.spec th { width: 42%; font-weight: 500; color: var(--stone); }
.dots { display: flex; gap: 8px; flex-wrap: wrap; }
.dot { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
.dot i { width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }
.pdp-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pdp-actions .btn { width: 100%; }
@media (max-width: 900px) { .pdp { grid-template-columns: 1fr; } .pdp-info { position: static; } .pdp-media { margin: 0 calc(var(--gutter) * -1); } }
.prose { max-width: 720px; }
.prose p { margin: 0 0 1em; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); }
@media (max-width: 800px) { .two { grid-template-columns: 1fr; } }

/* forms */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form .full { grid-column: 1 / -1; }
.field label, .field legend { display: block; font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.field .hint { font-size: 13px; color: var(--stone); margin-top: 4px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #BDB7AC; border-radius: var(--radius); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: var(--accent); }
.field fieldset { border: 0; margin: 0; padding: 0; }
.picked { display: flex; gap: 10px; flex-wrap: wrap; }
.picked .pk { display: flex; gap: 10px; align-items: center; border: 1px solid var(--line); background: #fff; padding: 6px 8px 6px 6px; }
.picked .pk img, .picked .pk .pending { width: 44px; height: 44px; object-fit: cover; padding: 0; }
.picked .pk button { border: 0; background: none; cursor: pointer; font-size: 18px; line-height: 1; color: var(--stone); padding: 4px; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } }

/* admin-only "to confirm" markers (prototype toggle) */
.tbc { display: inline-block; font: 600 10.5px/1.2 var(--sans); letter-spacing: .06em; color: #fff; background: var(--tbc); padding: 3px 6px; margin-left: 6px; vertical-align: middle; border-radius: 2px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* ---------- production additions ---------- */
picture { display: contents; }
.tile .img picture img, .card .img picture img, .app picture img { width: 100%; height: 100%; object-fit: cover; }
.admin-bar { background: #1B1B1A; color: #EDEAE3; font-size: 13px; }
.admin-bar .wrap { display: flex; gap: 16px; align-items: center; min-height: 34px; flex-wrap: wrap; }
.admin-bar a { color: #EDEAE3; }
.search-form { display: flex; gap: 8px; }
.search-form input { flex: 1; min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid #BDB7AC; border-radius: var(--radius); background: #fff; }
.header-search { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: inherit; }
.header-search svg { width: 20px; height: 20px; }
.errors { border-left: 3px solid var(--tbc); background: #FBEFEA; padding: 12px 16px; margin: 0 0 20px; }
.errors li { margin: 2px 0; }
.notice { border-left: 3px solid var(--accent); background: var(--paper-2); padding: 14px 16px; }
.lib-filters-submit { margin-top: 4px; }
.js .lib-filters-submit { display: none; }
.grid-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.grid-table th, .grid-table td { border-bottom: 1px solid var(--line); padding: 10px; text-align: center; font-size: 14px; }
.grid-table th[scope=row] { text-align: left; white-space: nowrap; }
.grid-table td a { display: block; text-decoration: none; }
.grid-table td a span { display: block; width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 6px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); background-size: cover; background-position: center; }
.grid-table td.none { color: var(--stone); }
.scroll-x { overflow-x: auto; }
.compare-page table { border-collapse: collapse; width: 100%; min-width: 640px; }
.compare-page th, .compare-page td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.compare-page th { width: 160px; color: var(--stone); font-weight: 500; }
.compare-page .img { aspect-ratio: 1; overflow: hidden; background: var(--paper-2); }
.compare-page .img img { width: 100%; height: 100%; object-fit: cover; }
.check-list { columns: 3 220px; column-gap: 24px; }
.check-list .grp { break-inside: avoid; margin: 0 0 14px; }
.check-list .grp b { display: block; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--stone); margin-bottom: 4px; }
.check-list label { display: flex; gap: 8px; align-items: center; padding: 3px 0; font-size: 15px; cursor: pointer; }
.check-list i { width: 12px; height: 12px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }
.gallery-item figcaption b { color: var(--ink); font-weight: 500; }
.gallery-item figcaption a { font-size: 13px; }
.faq details { border-top: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 500; }
.sub a { color: inherit; }
.muted-link { color: var(--stone); }
.prose h2 { font: 400 26px/1.2 var(--serif); margin: 36px 0 12px; }
.prose ul { padding-left: 20px; }
.chips a.chip-btn { text-decoration: none; display: inline-block; }
.chips a.chip-btn[aria-current="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.wa-inline { display: inline-flex; gap: 8px; align-items: center; }

/* ================= v2 polish (27 Sep 2026): premium look ================= */
body { font-size: 16.5px; letter-spacing: .002em; }
.site-header { background: rgba(250, 248, 244, .96); }
.site-header .wrap { height: 76px; }
.nav a { font-size: 14px; letter-spacing: .02em; color: #3A3935; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.btn { letter-spacing: .03em; font-size: 14.5px; }

/* full-bleed hero */
.hero-full { position: relative; min-height: min(86vh, 820px); display: flex; align-items: flex-end; color: #F4F1EA; overflow: hidden; background: #1c1b19; }
.hero-full__media, .hero-full__media picture, .hero-full__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-full__media img { object-fit: cover; object-position: 50% 40%; }
.hero-full__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,13,11,.78) 0%, rgba(14,13,11,.45) 45%, rgba(14,13,11,.08) 75%), linear-gradient(0deg, rgba(14,13,11,.55), transparent 45%); }
.hero-full__copy { position: relative; padding-top: 120px; padding-bottom: clamp(48px, 8vh, 96px); width: 100%; }
.hero-full .eyebrow { color: #D9CBAE; }
.hero-full .display { max-width: 12ch; color: #fff; }
.hero-full .lede { color: #E4DED2; max-width: 34em; margin: 22px 0 32px; }
.hero-full .btn--line-light { border-color: rgba(255,255,255,.55); }
@media (max-width: 760px) {
  .hero-full { min-height: 78vh; }
  .hero-full__shade { background: linear-gradient(0deg, rgba(14,13,11,.85) 10%, rgba(14,13,11,.35) 60%, rgba(14,13,11,.15)); }
  .hero-full .hero-actions .btn { flex: 1; }
}

/* fact strip under the hero */
.fact-strip { background: #1B1A18; color: #BDB6A8; font-size: 13.5px; }
.fact-strip .wrap { display: flex; flex-wrap: wrap; gap: 10px 36px; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.fact-strip b { color: #F1ECE2; font-weight: 500; margin-right: 4px; }
@media (max-width: 760px) { .fact-strip .wrap { justify-content: flex-start; gap: 8px 22px; } }

/* how to specify */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; counter-reset: st; border-top: 1px solid var(--line); }
.steps li { counter-increment: st; padding: 22px 22px 0 0; border-right: 1px solid var(--line); margin-top: 22px; }
.steps li:last-child { border-right: 0; }
.steps li::before { content: "0" counter(st); display: block; font: 400 30px/1 var(--serif); color: var(--accent-ink); margin-bottom: 12px; }
.steps b { display: block; font-weight: 500; font-size: 17px; margin-bottom: 6px; }
.steps span { color: var(--stone); font-size: 14.5px; }
@media (max-width: 1000px) { .steps { grid-template-columns: 1fr 1fr; } .steps li { border-right: 0; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } .steps li { padding-right: 0; margin-top: 18px; } }

/* colour field where a surface has no photo yet (no fake texture) */
.swatch-tile { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; background: var(--sw); color: #fff; }
.swatch-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(0,0,0,.28)); pointer-events: none; }
.swatch-tile__name, .swatch-tile__note { position: relative; z-index: 1; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.swatch-tile__name { font: 400 22px/1.15 var(--serif); }
.swatch-tile__note { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; opacity: .85; margin-top: 4px; }

/* calmer cards */
.card .img { background: #E9E5DD; }
.card .meta { padding-top: 14px; gap: 2px; }
.card h3 { font: 400 20px/1.2 var(--serif); letter-spacing: 0; }
.card .sub { font-size: 13.5px; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.card-link { font-size: 13.5px; font-weight: 500; letter-spacing: .02em; text-decoration: none; color: var(--ink); }
.card-link::before { content: "+ "; color: var(--accent-ink); }
.card-link[aria-pressed="true"] { color: var(--accent-ink); }
.card-link[aria-pressed="true"]::before { content: ""; }
.card-link:hover { color: var(--accent-ink); }
.cards { gap: 40px 24px; }

/* finish tiles: image-led */
.tile .img { aspect-ratio: 4/5; }
.tile .cap { padding-top: 14px; }
.tile .cap b { font: 400 22px/1.15 var(--serif); }
.tile:hover .cap b { color: var(--accent-ink); }

/* section heads a touch quieter */
.head .h2 { max-width: 18ch; }
.section--panel { background: #EFEBE4; }

/* footer social icons */
.social { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.social a { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #3A3936; border-radius: 50%; color: #CFCAC0; }
.social a:hover { border-color: #CFCAC0; color: #fff; }
.social svg { width: 17px; height: 17px; }

.cover img { width: 100%; height: 100%; object-fit: cover; }

.app--plain { display: flex; align-items: flex-end; padding: 16px; background: linear-gradient(160deg, #3A3834, #1E1D1B); }
.app--plain span { position: static; padding: 0; background: none; color: #F1ECE2; font: 400 21px/1.2 var(--serif); }

.card .swatch-tile__name { display: none; }

/* ================= brand standards (from the SMN logo) ================= */
:root { --brand: #F6A842; --brand-deep: #8F580E; --charcoal: #2A2A26; --charcoal-2: #1B1A18; }
.btn--brand { background: var(--brand); border-color: var(--brand); color: var(--charcoal); }
.btn--brand:hover { background: #FFB955; border-color: #FFB955; }
.hero-full .eyebrow { color: var(--brand); }
.hero-full .btn--light { background: var(--brand); border-color: var(--brand); color: var(--charcoal); }
.hero-full .btn--light:hover { background: #FFB955; }
.fact-strip { background: var(--charcoal-2); border-top: 2px solid var(--brand); }
.section--dark { background: var(--charcoal); }
.section--dark .eyebrow { color: var(--brand); }
.site-footer { background: var(--charcoal-2); border-top: 3px solid var(--brand); }
.site-footer .brand-big { display: block; width: min(300px, 70vw); height: auto; margin-bottom: 20px; }
.foot-grid h2 { color: var(--brand); }
.social a:hover { border-color: var(--brand); color: var(--brand); }
.basket-count { background: var(--brand); color: var(--charcoal); font-weight: 600; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--brand); }
.steps li::before { color: var(--brand-deep); }
.brand img { height: 36px; }
.site-header.is-compact .brand img { height: 28px; }
.admin-bar { border-bottom: 2px solid var(--brand); }
.brand-hero { display: grid; place-items: center; padding: clamp(48px, 8vw, 96px) 16px; background: var(--charcoal-2); border-bottom: 3px solid var(--brand); }
.brand-hero img { width: min(620px, 86vw); height: auto; }

/* design visuals are labelled as such (27 Sep 2026) */
.visual-tag{display:inline-block;margin:0 0 6px;padding:2px 8px;border:1px solid var(--line);border-radius:2px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);background:#fff}
.gallery-item figcaption .visual-tag{display:table}
.visual-note{margin-top:8px;font-size:13px;color:var(--stone)}
.pdp-media figure:has(.visual-note) { aspect-ratio: auto; background: none; }
.pdp-media figure:has(.visual-note) img { aspect-ratio: 4/3; height: auto; display: block; }
.pdp-media .visual-note { padding: 0 var(--gutter, 16px) 0 0; }
@media (max-width: 900px) { .pdp-media .visual-note { padding: 0 var(--gutter, 16px); } }

/* colour × finish grid: each cell is a close-up of the surface's own image */
.grid-table td a span.tex { width: 56px; height: 56px; background-size: 340%; background-position: 50% 52%; background-repeat: no-repeat; }
.grid-table td a:hover span.tex { box-shadow: 0 0 0 2px var(--amber); }

.app-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 32px; }

/* etched design catalogue */
.etch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.etch { margin: 0; background: #fff; border: 1px solid var(--line); }
.etch img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 2; object-fit: cover; background: #1B1A18; }
.etch figcaption { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 12px 14px; font-size: 14px; }
.etch figcaption b { font-weight: 500; flex: 1 0 100%; }
.etch-tones { display: flex; gap: 6px; flex: 1; }
.tone { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,.2); padding: 0; cursor: pointer; }
.tone[aria-pressed="true"] { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--charcoal); }
.tone--gold { background: #D6A74E; } .tone--rose-gold { background: #C9917C; } .tone--black { background: #222221; } .tone--silver { background: #C4C7CA; }
@media (max-width: 640px) { .etch-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

.link-row { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 12px; }

/* tap targets ≥ 24 px (audit 27 Sep) */
.footer-legal a, footer a[href$="privacy/"], footer a[href$="terms/"], footer a[href$="sitemap/"] { display: inline-block; padding: 4px 0; min-height: 24px; }
.tone { width: 28px; height: 28px; }

/* sample picker: checkboxes are not text fields (the .field input rule made them 48 px boxes) */
.check-list input[type="checkbox"] { width: 18px; height: 18px; min-height: 0; padding: 0; margin: 0; flex: 0 0 auto; accent-color: var(--ink); }
.check-list label { display: flex; align-items: center; gap: 10px; padding: 7px 0; min-height: 36px; cursor: pointer; line-height: 1.3; }
.check-list label i { width: 12px; height: 12px; border-radius: 50%; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }

.drawer nav.drawer-more { display: flex; flex-wrap: wrap; gap: 4px 20px; margin-top: 14px; }
.drawer nav.drawer-more a { font: 500 16px/1.4 var(--sans); border: 0; padding: 8px 0; min-height: 24px; }

/* checkboxes and radios are never text fields (the .field input rule sized them 48 px wide) */
.field input[type="checkbox"], .field input[type="radio"] { width: 18px; height: 18px; min-height: 0; padding: 0; margin: 0; flex: 0 0 auto; accent-color: var(--ink); vertical-align: middle; }
.field label.hint, label.hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 13.5px; color: var(--stone); cursor: pointer; }

.h1-sub { display: block; font: 500 13px/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--stone); margin-top: 8px; }

/* videos: YouTube thumbnails; the player loads only on click (privacy-enhanced embed) */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 18px; }
.video-grid--wide { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.video { margin: 0; }
.video-play { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #111; cursor: pointer; aspect-ratio: 16/9; overflow: hidden; }
.video--short .video-play { aspect-ratio: 9/16; }
.video-play img, .video iframe { width: 100%; height: 100%; object-fit: cover; display: block; border: 0; }
.video-icon { position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; border-radius: 50%; background: rgba(27,26,24,.78); color: #fff; display: grid; place-items: center; transition: background .2s; }
.video-play:hover .video-icon, .video-play:focus-visible .video-icon { background: var(--accent-ink); }
.video figcaption { font-size: 14px; line-height: 1.4; margin-top: 8px; }
.video figcaption a { font-size: 12.5px; margin-left: 4px; }
