/* Riot House Supply — storefront styles */
:root {
  --bone: #f3ede3;
  --paper: #fbf8f2;
  --sand: #ebe2d4;
  --ink: #1f1914;
  --ink-2: #463b31;
  --muted: #85766a;
  --line: #e0d5c4;
  --walnut: #6b3f24;
  --walnut-2: #56321c;
  --clay: #c0582e;
  --moss: #56613f;
  --ok: #3f6b3a;
  --err: #a8321f;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(31, 25, 20, .06), 0 8px 24px rgba(31, 25, 20, .06);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1280px;
  --gutter: clamp(16px, 4vw, 40px);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.serif { font-family: var(--serif); }
.eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.01em; line-height: 1.1; margin: 0; }
h1 { font-size: clamp(34px, 5.4vw, 68px); font-variation-settings: "SOFT" 100, "WONK" 1; }
h2 { font-size: clamp(26px, 3.2vw, 40px); }
h3 { font-size: 20px; }
p { margin: 0 0 1em; }

/* ---------- announcement + header ---------- */
.announce { background: var(--ink); color: var(--bone); font-size: 13px; text-align: center; padding: 8px 16px; letter-spacing: .02em; }
.announce b { color: #f0b48f; font-weight: 600; }
header.site { position: sticky; top: 0; z-index: 40; background: rgba(243, 237, 227, .92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.hdr { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.logo .l1 { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .02em; font-variation-settings: "WONK" 1; }
.logo .l1 i { color: var(--clay); font-style: italic; }
.logo .l2 { font-size: 10px; letter-spacing: .42em; color: var(--muted); margin-top: 3px; font-weight: 600; }
nav.main { display: flex; gap: 22px; margin-left: 12px; }
nav.main a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-2); padding: 6px 0; border-bottom: 2px solid transparent; }
nav.main a:hover, nav.main a[aria-current="page"] { color: var(--ink); border-color: var(--clay); }
.hdr-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.icon-btn { background: none; border: 0; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; position: relative; color: var(--ink); text-decoration: none; }
.icon-btn:hover { background: var(--sand); }
.icon-btn svg { width: 22px; height: 22px; }
.badge { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--clay); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.badge[hidden] { display: none; }
.menu-btn { display: none; }
.searchbar { display: none; border-top: 1px solid var(--line); padding: 12px 0; }
.searchbar.open { display: block; }
.searchbar form { display: flex; gap: 8px; }
.searchbar input { flex: 1; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px; border: 1px solid var(--ink); background: var(--ink); color: var(--bone); font-weight: 600; font-size: 15px; text-decoration: none; transition: transform .15s, background .15s; }
.btn:hover { background: var(--walnut-2); border-color: var(--walnut-2); }
.btn:active { transform: translateY(1px); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--bone); }
.btn.clay { background: var(--clay); border-color: var(--clay); color: #fff; }
.btn.clay:hover { background: #a84a24; border-color: #a84a24; }
.btn.block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }
.link { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; color: var(--ink-2); font-size: 14px; }

/* ---------- hero ---------- */
.hero { padding: clamp(32px, 6vw, 72px) 0 clamp(40px, 6vw, 80px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 5vw, 72px); align-items: center; }
.hero h1 em { font-style: italic; color: var(--clay); }
.hero p.lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 520px; margin: 22px 0 30px; }
.hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .stats { display: flex; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.hero .stats div { font-size: 13px; color: var(--muted); }
.hero .stats b { display: block; font-family: var(--serif); font-size: 28px; color: var(--ink); font-weight: 500; }
.collage { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(6, 1fr); gap: 14px; aspect-ratio: 1 / 1; }
.collage .tile { background: var(--paper); border-radius: 18px; overflow: hidden; position: relative; border: 1px solid var(--line); text-decoration: none; }
.collage .tile img { width: 100%; height: 100%; object-fit: contain; padding: 10%; mix-blend-mode: multiply; }
.collage .t1 { grid-column: 1 / 5; grid-row: 1 / 5; background: #efe5d6; }
.collage .t2 { grid-column: 5 / 7; grid-row: 1 / 4; }
.collage .t3 { grid-column: 5 / 7; grid-row: 4 / 7; background: #e7ddcc; }
.collage .t4 { grid-column: 1 / 3; grid-row: 5 / 7; }
.collage .t5 { grid-column: 3 / 5; grid-row: 5 / 7; background: var(--ink); }
.collage .t5 { display: grid; place-items: center; color: var(--bone); text-align: center; padding: 12px; }
.collage .t5 span { font-family: var(--serif); font-size: clamp(16px, 2vw, 22px); line-height: 1.15; font-style: italic; }
.collage .tag { position: absolute; left: 12px; bottom: 12px; background: rgba(251, 248, 242, .92); padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }

/* ---------- sections ---------- */
section.block { padding: clamp(40px, 6vw, 80px) 0; }
.sec-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.sec-head p { color: var(--muted); margin: 8px 0 0; max-width: 520px; }
.rooms { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.room { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.room:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.room .ph { aspect-ratio: 1; background: #efe7da; }
.room .ph img { width: 100%; height: 100%; object-fit: contain; padding: 14%; mix-blend-mode: multiply; }
.room .cap { padding: 12px 14px 14px; }
.room .cap b { font-family: var(--serif); font-weight: 500; font-size: 18px; display: block; }
.room .cap span { font-size: 13px; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.values div { background: var(--paper); padding: 22px; }
.values svg { width: 26px; height: 26px; color: var(--walnut); margin-bottom: 10px; }
.values b { display: block; font-size: 15px; }
.values span { font-size: 14px; color: var(--muted); }
.materials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.material { position: relative; border-radius: var(--radius); overflow: hidden; text-decoration: none; min-height: 190px; display: flex; align-items: flex-end; padding: 20px; color: var(--bone); }
.material .bg { position: absolute; inset: 0; }
.material .bg img { position: absolute; right: -6%; top: 50%; transform: translateY(-50%); height: 88%; width: 60%; object-fit: contain; mix-blend-mode: multiply; opacity: .95; }
.material b { position: relative; font-family: var(--serif); font-size: 26px; font-weight: 500; display: block; }
.material span { position: relative; font-size: 13px; opacity: .85; }
.material > div:last-child { position: relative; max-width: 55%; }
.m-walnut { background: #b78a62; } .m-boucle { background: #d9ccb8; color: var(--ink) !important; } .m-rattan { background: #c9a36b; }
.m-velvet { background: #5e6b4e; } .m-stone { background: #bdb3a6; color: var(--ink) !important; } .m-leather { background: #8c5433; }
.cats { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; font-size: 14px; font-weight: 500; }
.chip small { color: var(--muted); font-weight: 400; }
.chip:hover { border-color: var(--ink); }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; background: var(--ink); color: var(--bone); border-radius: 24px; padding: clamp(28px, 5vw, 64px); }
.story h2 em { color: #f0b48f; }
.story p { color: #d8cdbf; }
.story .eyebrow { color: #b8a998; }
.story-img { background: #2c241d; border-radius: 18px; aspect-ratio: 4/3; display: grid; place-items: center; overflow: hidden; }
.story-img img { width: 80%; height: 80%; object-fit: contain; }

/* ---------- product cards ---------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
.card { text-decoration: none; display: flex; flex-direction: column; gap: 10px; position: relative; }
.card .ph { aspect-ratio: 1; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; position: relative; }
.card .ph img { width: 100%; height: 100%; object-fit: contain; padding: 9%; mix-blend-mode: multiply; transition: transform .35s ease; }
.card:hover .ph img { transform: scale(1.04); }
.card .new { position: absolute; top: 10px; left: 10px; background: var(--clay); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; padding: 4px 8px; border-radius: 999px; text-transform: uppercase; }
.card .quick { position: absolute; right: 10px; bottom: 10px; opacity: 0; transform: translateY(4px); transition: .2s; background: var(--ink); color: var(--bone); border: 0; border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 600; }
.card:hover .quick, .card .quick:focus { opacity: 1; transform: none; }
.card .meta { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.card .name { font-size: 15px; font-weight: 500; line-height: 1.35; }
.card .price { font-family: var(--serif); font-size: 17px; white-space: nowrap; }
.card .sub { font-size: 13px; color: var(--muted); margin-top: -6px; }
.row-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 18px) / 4); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.row-scroll > * { scroll-snap-align: start; }

/* ---------- shop ---------- */
.shop-head { padding: 36px 0 18px; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.crumbs a { text-decoration: none; } .crumbs a:hover { text-decoration: underline; }
.shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: 36px; padding-bottom: 80px; }
.filters { position: sticky; top: 88px; align-self: start; max-height: calc(100vh - 110px); overflow: auto; padding-right: 6px; }
.fgroup { border-bottom: 1px solid var(--line); padding: 16px 0; }
.fgroup:first-child { padding-top: 0; }
.fgroup h4 { margin: 0 0 10px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); display: flex; justify-content: space-between; }
.fopt { display: flex; align-items: center; gap: 10px; padding: 4px 0; font-size: 14px; cursor: pointer; }
.fopt input { accent-color: var(--walnut); width: 16px; height: 16px; }
.fopt small { margin-left: auto; color: var(--muted); }
.fmore { margin-top: 6px; }
.price-inputs { display: flex; gap: 8px; align-items: center; }
.price-inputs input { width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.toolbar .count { color: var(--muted); font-size: 14px; }
.toolbar select { padding: 9px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.active-filters button { border: 1px solid var(--ink); background: var(--ink); color: var(--bone); border-radius: 999px; padding: 5px 12px; font-size: 13px; }
.filter-toggle { display: none; }
.empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.more-wrap { text-align: center; margin-top: 36px; }
.more-wrap p { color: var(--muted); font-size: 14px; }

/* ---------- product page ---------- */
.pdp { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 5vw, 64px); padding: 20px 0 60px; }
.gallery .main { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; aspect-ratio: 1; overflow: hidden; }
.gallery .main img { width: 100%; height: 100%; object-fit: contain; padding: 7%; mix-blend-mode: multiply; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.thumbs button { width: 72px; height: 72px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); overflow: hidden; }
.thumbs button[aria-current="true"] { border-color: var(--ink); }
.thumbs img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; padding: 6px; }
.buybox { position: sticky; top: 96px; align-self: start; }
.buybox h1 { font-size: clamp(28px, 3.4vw, 42px); margin: 8px 0 12px; }
.buybox .price { font-family: var(--serif); font-size: 28px; }
.buybox .sku { color: var(--muted); font-size: 13px; margin-top: 4px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.tags a { font-size: 13px; padding: 5px 12px; border-radius: 999px; background: var(--sand); text-decoration: none; }
.buy-row { display: flex; gap: 12px; margin: 24px 0 14px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ink); border-radius: 999px; overflow: hidden; }
.qty button { width: 42px; height: 48px; border: 0; background: none; font-size: 18px; }
.qty input { width: 40px; text-align: center; border: 0; background: none; font-weight: 600; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.buy-row .btn { flex: 1; }
.assure { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px; font-size: 14px; color: var(--ink-2); }
.assure li { display: flex; gap: 10px; align-items: flex-start; }
.assure svg { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--moss); }
details.acc { border-top: 1px solid var(--line); padding: 14px 0; }
details.acc:last-of-type { border-bottom: 1px solid var(--line); }
details.acc summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; }
details.acc summary::-webkit-details-marker { display: none; }
details.acc summary::after { content: "+"; font-size: 20px; line-height: 1; color: var(--muted); }
details.acc[open] summary::after { content: "–"; }
details.acc div { padding-top: 10px; font-size: 15px; color: var(--ink-2); }
dl.specs { display: grid; grid-template-columns: 120px 1fr; gap: 6px 12px; margin: 0; font-size: 14px; }
dl.specs dt { color: var(--muted); }
dl.specs dd { margin: 0; }

/* ---------- cart drawer ---------- */
.scrim { position: fixed; inset: 0; background: rgba(31, 25, 20, .4); z-index: 60; opacity: 0; pointer-events: none; transition: opacity .25s; }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--bone); z-index: 70; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; visibility: hidden; transition: transform .3s ease, visibility 0s linear .3s; }
.drawer.open { transform: none; visibility: visible; box-shadow: -10px 0 40px rgba(0, 0, 0, .12); transition: transform .3s ease; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.drawer-body { flex: 1; overflow: auto; padding: 8px 22px; }
.drawer-foot { border-top: 1px solid var(--line); padding: 18px 22px 22px; background: var(--paper); }
.line { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: start; }
.line .ph { width: 76px; height: 76px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.line .ph img { width: 100%; height: 100%; object-fit: contain; padding: 6px; mix-blend-mode: multiply; }
.line .nm { font-size: 14px; font-weight: 500; text-decoration: none; display: block; }
.line .pr { font-family: var(--serif); }
.line .qty { margin-top: 8px; }
.line .qty button { width: 32px; height: 32px; font-size: 16px; }
.line .qty input { width: 30px; font-size: 14px; }
.sumrow { display: flex; justify-content: space-between; font-size: 15px; margin-bottom: 6px; }
.sumrow.total { font-size: 18px; font-weight: 600; margin: 10px 0 14px; }
.fine { font-size: 12px; color: var(--muted); text-align: center; margin-top: 10px; }
.msg { padding: 12px 14px; border-radius: 10px; font-size: 14px; margin: 10px 0; }
.msg.err { background: #f7e1da; color: var(--err); }
.msg.ok { background: #e3ecdc; color: var(--ok); }

/* ---------- toast ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--ink); color: var(--bone); padding: 12px 18px; border-radius: 999px; font-size: 14px; z-index: 90; opacity: 0; transition: .25s; pointer-events: none; display: flex; gap: 12px; align-items: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.toast button { background: none; border: 0; color: #f0b48f; font-weight: 600; text-decoration: underline; }

/* ---------- pages / forms ---------- */
.page { padding: 48px 0 80px; }
.narrow { max-width: 720px; }
.prose h2 { margin: 36px 0 12px; font-size: 26px; }
.prose p, .prose li { color: var(--ink-2); font-size: 17px; }
.form { display: grid; gap: 14px; max-width: 460px; }
.form label { font-size: 14px; font-weight: 600; display: grid; gap: 6px; }
.form input { padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: clamp(20px, 4vw, 36px); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 28px 0; position: relative; }
.timeline::before { content: ""; position: absolute; top: 13px; left: 12.5%; right: 12.5%; height: 2px; background: var(--line); }
.timeline .bar { position: absolute; top: 13px; left: 12.5%; height: 2px; background: var(--moss); transition: width .6s; }
.tstep { text-align: center; position: relative; font-size: 13px; color: var(--muted); }
.tstep .dot { width: 28px; height: 28px; border-radius: 50%; background: var(--paper); border: 2px solid var(--line); margin: 0 auto 8px; display: grid; place-items: center; position: relative; z-index: 1; }
.tstep.done .dot { background: var(--moss); border-color: var(--moss); color: #fff; }
.tstep.done { color: var(--ink); font-weight: 600; }
.tstep .dot svg { width: 14px; height: 14px; }
.order-lines { margin: 18px 0; }
.order-lines .l { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.order-lines img { width: 54px; height: 54px; object-fit: contain; background: #fff; border-radius: 8px; border: 1px solid var(--line); mix-blend-mode: multiply; }
.order-lines .l span:last-child { margin-left: auto; font-family: var(--serif); }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { font-weight: 600; cursor: pointer; }

/* ---------- footer ---------- */
footer.site { background: var(--ink); color: #cfc3b4; padding: 60px 0 30px; margin-top: 40px; }
.ftr { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; }
.ftr h5 { color: var(--bone); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 14px; }
.ftr a.logo { display: flex; }
.ftr a { display: block; text-decoration: none; padding: 4px 0; font-size: 14px; color: #cfc3b4; }
.ftr a:hover { color: #fff; }
.ftr .logo .l1 { color: var(--bone); }
.ftr .logo .l2 { color: #9d8e7e; }
.ftr p { font-size: 14px; max-width: 320px; margin-top: 16px; }
.legal { border-top: 1px solid #3a3028; margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #9d8e7e; }
.pay { display: flex; gap: 8px; align-items: center; }
.pay span { border: 1px solid #4a3f35; border-radius: 6px; padding: 2px 8px; font-size: 11px; letter-spacing: .06em; }

/* ---------- skeleton ---------- */
.skel { background: linear-gradient(90deg, var(--sand), #f3ece1, var(--sand)); background-size: 200% 100%; animation: sk 1.2s infinite; border-radius: var(--radius); }
@keyframes sk { to { background-position: -200% 0; } }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .rooms { grid-template-columns: repeat(3, 1fr); }
  .row-scroll { grid-auto-columns: calc((100% - 2 * 18px) / 3); }
}
@media (max-width: 860px) {
  nav.main { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--bone); flex-direction: column; gap: 0; padding: 8px var(--gutter) 16px; border-bottom: 1px solid var(--line); margin: 0; }
  nav.main.open { display: flex; }
  nav.main a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .menu-btn { display: grid; }
  .hero-grid, .story, .pdp { grid-template-columns: 1fr; }
  .collage { max-width: 560px; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .materials { grid-template-columns: repeat(2, 1fr); }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0 auto 0 0; width: min(340px, 88vw); max-height: none; background: var(--bone); z-index: 70; padding: 20px; transform: translateX(-102%); transition: transform .3s; visibility: hidden; }
  .filters.open { transform: none; visibility: visible; box-shadow: 10px 0 40px rgba(0, 0, 0, .15); }
  .filter-toggle { display: inline-flex; }
  .buybox { position: static; }
  .ftr { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  .rooms { grid-template-columns: repeat(2, 1fr); }
  .materials { grid-template-columns: 1fr; }
  .row-scroll { grid-auto-columns: 62%; }
  .card .name { font-size: 14px; }
  .card .quick { display: none; }
  .timeline { font-size: 11px; }
  .ftr { grid-template-columns: 1fr; }
  .hero .stats { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
