:root {
    --ink: #1d1a16;
    --ink-soft: #312b25;
    --chalk: #f2eee6;
    --paper: #e9e3da;
    --line: rgba(29, 26, 22, .2);
    --clay: #9d3f2c;
    --clay-dark: #753020;
    --walnut: #221b16;
    --muted: #756d64;
    --white: #fffdf9;
    --rail: 220px;
    --folio: 310px;
    --sans: "Archivo", Arial, sans-serif;
    --text: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--chalk); font-family: var(--text); font-size: 16px; line-height: 1.6; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--sans); line-height: .98; letter-spacing: -.035em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }

.site-canvas { margin-right: var(--folio); margin-left: var(--rail); min-height: 100vh; overflow: hidden; }
.site-rail { position: fixed; z-index: 50; inset: 0 auto 0 0; width: var(--rail); display: flex; flex-direction: column; align-items: center; color: var(--chalk); background-color: #17110d; background-image: url('../images/generated/sidebar-walnut.webp'); background-position: center top; background-size: cover; border-right: 1px solid rgba(201,157,99,.34); }
.rail-brand { display: flex; flex: 0 0 auto; width: calc(100% - 44px); height: 168px; align-items: center; justify-content: center; margin: 22px 22px 18px; padding: 18px; border: 1px solid rgba(201,157,99,.62); }
.rail-brand img { width: 150px; height: auto; }
.site-rail nav { display: flex; flex: 1; width: 100%; min-height: 288px; flex-direction: column; border-top: 1px solid rgba(255,255,255,.15); }
.site-rail nav a { position: relative; display: flex; flex: 1; width: 100%; min-height: 72px; max-height: 104px; align-items: center; gap: 18px; padding: 0 25px; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: color .2s, background-color .2s; }
.site-rail nav a::before { position: absolute; top: 50%; left: 0; width: 1px; height: 46px; background: var(--clay); content: ''; transform: translateY(-50%) scaleY(0); transition: transform .2s; }
.site-rail nav a:hover, .site-rail nav a.is-active { color: #fff; background: rgba(255,255,255,.035); }
.site-rail nav a.is-active::before { transform: translateY(-50%) scaleY(1); }
.site-rail nav a span { flex: 0 0 24px; color: #c36b50; font-size: 10px; letter-spacing: .08em; }
.rail-tools { display: grid; width: calc(100% - 44px); grid-template-columns: 1fr 1fr; margin-top: 18px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.rail-tools a, .rail-tools button { position: relative; display: grid; min-height: 62px; place-items: center; border: 0; background: transparent; transition: color .2s, background-color .2s; }
.rail-tools a:hover, .rail-tools button:hover { color: #fff; background: rgba(255,255,255,.04); }
.rail-tools > :first-child { border-right: 1px solid rgba(255,255,255,.18); }
.rail-tools em, .icon-button em { position: absolute; top: 8px; right: 8px; display: grid; min-width: 18px; height: 18px; padding: 0 4px; place-items: center; border-radius: 50%; background: var(--clay); color: #fff; font-size: 9px; font-style: normal; }
.site-rail > small { display: flex; width: calc(100% - 44px); min-height: 68px; align-items: center; padding: 0; color: #b89a78; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.mobile-header { display: none; }
.wordmark { display: flex; align-items: center; }
.wordmark img { width: 84px; height: auto; }
.icon-button { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 0; background: transparent; }

.quote-folio { position: fixed; z-index: 45; inset: 0 0 0 auto; display: grid; width: var(--folio); grid-template-rows: auto 1fr auto auto; background: var(--paper); border-left: 1px solid var(--line); }
.quote-folio > header { display: flex; height: 112px; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--line); font-family: var(--sans); }
.quote-folio > header span { font-size: 13px; font-weight: 700; }
.quote-folio > header strong { display: grid; min-width: 30px; height: 30px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; }
.quote-folio__content { align-self: center; padding: 32px 28px; }
.quote-folio__content > p { max-width: 205px; margin-bottom: 40px; font-family: var(--sans); font-size: 24px; font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.quote-folio__content article { display: grid; grid-template-columns: 70px 1fr; gap: 13px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); }
.quote-folio__content article:last-child { border-bottom: 1px solid var(--line); }
.quote-folio__content article img { width: 70px; height: 70px; object-fit: cover; }
.quote-folio__content article strong, .quote-folio__content article small { display: block; }
.quote-folio__content article strong { font-family: var(--sans); font-size: 12px; }
.quote-folio__content article small { color: var(--muted); font-size: 9px; }
.quote-folio__empty { display: flex; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; gap: 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.quote-folio > button { display: flex; min-height: 62px; align-items: center; justify-content: space-between; margin: 0 28px; border: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 0; background: transparent; font-family: var(--sans); font-size: 12px; font-weight: 700; text-align: left; }
.quote-folio > small { padding: 22px 28px 28px; color: var(--muted); font-size: 9px; line-height: 1.5; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid transparent; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: background .2s, color .2s, border-color .2s; }
.button svg { transition: transform .2s; }
.button:hover svg { transform: translateX(4px); }
.button--clay { background: var(--clay); color: #fff; }
.button--clay:hover { background: var(--clay-dark); }
.button--ink { background: var(--ink); color: #fff; }
.button--ink:hover { background: var(--clay); }
.button--chalk { border-color: rgba(255,255,255,.45); background: var(--chalk); color: var(--ink); }
.text-action, .text-button { border: 0; border-bottom: 1px solid currentColor; padding: 8px 0; background: transparent; color: inherit; font-size: 12px; font-weight: 600; }
.text-action span { display: inline-grid; min-width: 21px; height: 21px; margin-left: 6px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }

.preview-notice { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 14px; padding: 9px 24px; background: #d8c8ac; color: #382f25; font-size: 12px; }
.preview-notice strong { font-family: var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.preview-notice span { opacity: .8; }
.flash-stack { position: fixed; z-index: 90; top: 20px; right: 20px; width: min(440px, calc(100vw - 40px)); }
.flash { padding: 15px 18px; background: var(--ink); color: #fff; box-shadow: 0 12px 38px rgba(0,0,0,.18); font-size: 14px; }
.flash--error { background: #873322; }
.flash--success { background: #334a3b; }

.showroom-hero { position: relative; min-height: 820px; height: 100vh; max-height: 1040px; overflow: hidden; background: var(--walnut); color: #fff; }
.showroom-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: rgba(16, 12, 9, .23); box-shadow: inset 0 -280px 180px rgba(14, 10, 7, .5); }
.hero-topline { position: absolute; top: 32px; left: 42px; right: 42px; display: flex; justify-content: space-between; font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy { position: absolute; bottom: 84px; left: clamp(38px, 6vw, 96px); width: min(690px, calc(100% - 80px)); }
.hero-copy h1 { margin-bottom: 26px; color: #fff; font-size: clamp(54px, 5vw, 76px); font-weight: 500; letter-spacing: -.035em; }
.hero-copy > p { max-width: 520px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-index { position: absolute; right: 36px; bottom: 42px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-index i { width: 80px; height: 1px; background: rgba(255,255,255,.5); }

.category-ledger { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(500px, 1.3fr); gap: 8vw; padding: 120px clamp(36px, 7vw, 120px); background: var(--paper); }
.category-ledger header { max-width: 410px; }
.category-ledger h2, .section-intro h2 { font-size: clamp(44px, 5vw, 76px); font-weight: 500; }
.category-ledger header > p:last-child { max-width: 340px; color: var(--muted); }
.room-list { border-top: 1px solid var(--line); }
.room-list a { display: grid; grid-template-columns: 38px minmax(110px, .5fr) 1fr 24px; gap: 20px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s; }
.room-list a:hover { padding-left: 10px; color: var(--clay); }
.room-list span { color: var(--clay); font-size: 10px; }
.room-list strong { font-family: var(--sans); font-size: 18px; }
.room-list small { color: var(--muted); }

.collection-panorama { margin: 0; padding: 82px clamp(30px, 6vw, 95px) 66px; background: #eee9e0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-panorama img { width: 100%; aspect-ratio: 2.7 / 1; object-fit: cover; }
.collection-panorama figcaption { display: flex; justify-content: space-between; padding-top: 16px; font-size: 11px; }
.collection-panorama figcaption strong { font-family: var(--sans); font-size: 14px; }
.collection-panorama figcaption span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

.featured-field { padding: 120px clamp(30px, 6vw, 100px); background: var(--chalk); }
.section-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { max-width: 460px; margin: 0 0 8px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 20px; }
.product-grid.product-grid--single { grid-template-columns: minmax(0, 1fr); }
.product-grid--editorial { grid-template-columns: repeat(12, 1fr); }
.product-grid--editorial .product-card { grid-column: span 4; }
.product-grid--editorial .product-card--lead { grid-column: span 8; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--chalk); }
.product-card__image { position: relative; display: block; overflow: hidden; background: #ddd6cc; aspect-ratio: 1 / .82; }
.product-card--lead .product-card__image { aspect-ratio: 2 / .9; }
.product-grid--single .product-card__image { aspect-ratio: 1.9 / 1; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card__image:hover img { transform: scale(1.025); }
.product-card__image > span { position: absolute; top: 18px; left: 18px; padding: 8px 12px; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body { display: grid; min-height: 112px; grid-template-columns: minmax(0, 1fr) auto; border-top: 1px solid var(--line); }
.product-card__identity { min-width: 0; padding: 23px 24px 21px; }
.product-card__body small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body h3 { margin: 9px 0 7px; overflow-wrap: anywhere; font-size: clamp(21px, 2.2vw, 29px); font-weight: 600; letter-spacing: -.03em; }
.product-card__body p { margin: 0; color: var(--muted); font-size: 12px; }
.product-card__body form { display: flex; align-self: stretch; }
.product-card__quote { display: flex; width: 104px; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; gap: 13px; border: 0; border-left: 1px solid rgba(255,255,255,.22); padding: 12px 8px; background: var(--clay); color: #fff; transition: background-color .2s; }
.product-card__quote svg { transition: transform .35s cubic-bezier(.2,.75,.2,1); }
.product-card__quote span { max-width: 9ch; font-family: var(--sans); font-size: 9px; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.product-card__quote:hover { background: var(--clay-dark); }
.product-card__quote:hover svg { transform: rotate(90deg); }
.product-grid--single .product-card__body { min-height: 148px; }
.product-grid--single .product-card__identity { padding: 30px 34px 28px; }
.product-grid--single .product-card__body h3 { margin-top: 12px; font-size: clamp(38px, 5vw, 54px); }
.product-grid--single .product-card__body p { font-size: 15px; }
.product-grid--single .product-card__quote { width: 150px; min-height: 148px; gap: 17px; }
.product-grid--single .product-card__quote span { max-width: none; font-size: 11px; }
.section-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 70px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--sans); font-size: 14px; font-weight: 700; }

.workshop-story { display: grid; min-height: 760px; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: #fff; }
.workshop-image { position: relative; min-height: 680px; overflow: hidden; }
.workshop-image img { width: 100%; height: 100%; object-fit: cover; }
.workshop-image span { position: absolute; bottom: 26px; left: 30px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.workshop-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px clamp(42px, 6vw, 100px); }
.workshop-copy h2 { margin-bottom: 32px; font-size: clamp(48px, 5.5vw, 82px); font-weight: 500; }
.workshop-copy > p { max-width: 490px; color: rgba(255,255,255,.68); }
.joinery-drawing { width: 100%; max-height: 210px; margin: 18px 0 26px; object-fit: contain; opacity: .9; }
.workshop-copy dl { width: 100%; margin: 0 0 38px; border-top: 1px solid rgba(255,255,255,.2); }
.workshop-copy dl div { display: grid; grid-template-columns: 45px 1fr; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.workshop-copy dt { color: #b79583; font-size: 10px; }
.workshop-copy dd { margin: 0; font-size: 13px; }
.quote-invitation { padding: 130px clamp(36px, 10vw, 170px); text-align: center; }
.quote-invitation h2 { font-size: clamp(46px, 6vw, 92px); font-weight: 500; }
.quote-invitation > p { max-width: 650px; margin: 0 auto 35px; color: var(--muted); }
.quote-invitation > div { display: flex; align-items: center; justify-content: center; gap: 28px; }
.quote-invitation > div > a:not(.button) { border-bottom: 1px solid currentColor; font-size: 13px; }

.page-mast { display: grid; min-height: 540px; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; padding: 100px clamp(38px, 7vw, 120px) 80px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-mast h1 { margin: 0; font-size: clamp(62px, 7.2vw, 112px); font-weight: 600; letter-spacing: -.04em; }
.page-mast > p { max-width: 470px; margin: 0 0 12px; color: var(--muted); font-size: 17px; }
.page-mast--quote, .page-mast--contact { background: var(--ink); color: #fff; }
.page-mast--quote > p, .page-mast--contact > p { color: rgba(255,255,255,.65); }
.catalogue-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 52px; padding: 70px clamp(30px, 5vw, 80px) 120px; }
.catalogue-controls { align-self: start; position: sticky; top: 24px; }
.catalogue-controls > label:not(.check-field), .quote-request form > label:not(.consent-field), .contact-form form > label:not(.consent-field), .field-pair label { display: block; margin-bottom: 22px; }
.catalogue-controls label > span, .quote-request label > span, .contact-form label > span, .quote-line label > span, .product-quote-form label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 11px 0; background: transparent; color: inherit; }
textarea { resize: vertical; }
select { padding-right: 22px; }
.check-field, .consent-field { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; font-size: 12px; }
.check-field input, .consent-field input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--clay); }
.catalogue-controls .button { width: 100%; margin-top: 14px; }
.catalogue-result > header { display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.catalogue-result > header a { color: var(--ink); }
.empty-state { display: flex; min-height: 420px; flex-direction: column; align-items: center; justify-content: center; padding: 60px; border: 1px solid var(--line); text-align: center; }
.empty-state h1, .empty-state h2 { max-width: 800px; margin-bottom: 24px; font-size: clamp(42px, 6vw, 82px); font-weight: 500; }
.empty-state > p { max-width: 520px; color: var(--muted); }
.empty-state--large { min-height: 75vh; border: 0; }
.empty-state--large > span { display: grid; width: 70px; height: 70px; margin-bottom: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.product-detail { min-height: 100vh; }
.product-intro { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); align-items: stretch; }
.product-gallery { display: flex; min-width: 0; grid-column: 2; grid-row: 1; flex-direction: column; padding: 28px 26px 0; background: #dcd6cc; }
.product-gallery__main { min-height: 540px; flex: 1; overflow: hidden; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery__footer { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; margin-top: 10px; padding: 12px 0; border-top: 1px solid rgba(29,26,22,.18); }
.product-gallery__thumbs { display: flex; flex-wrap: wrap; gap: 10px; }
.product-gallery__thumbs button { width: 58px; height: 58px; padding: 4px; border: 1px solid transparent; background: transparent; opacity: .58; transition: border-color .2s, opacity .2s; }
.product-gallery__thumbs button:hover { opacity: .82; }
.product-gallery__thumbs button.is-active { border-color: var(--ink); opacity: 1; }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__count { flex: 0 0 auto; margin: 0; color: var(--muted); font-family: var(--sans); font-size: 11px; letter-spacing: .08em; }
.product-gallery__count span { color: var(--clay); font-weight: 700; }
.product-summary { width: 100%; grid-column: 1; grid-row: 1; margin: 0; padding: 42px 38px 30px; }
.product-summary__identity { max-width: 38ch; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 34px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--muted); font-family: var(--sans); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.sample-tag { display: table; margin-bottom: 14px; padding: 5px 8px; border: 1px solid var(--clay); color: var(--clay); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-code { margin-bottom: 12px; color: var(--clay); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.product-summary h1 { max-width: 10ch; margin-bottom: 22px; font-size: clamp(54px, 5.5vw, 76px); font-weight: 600; letter-spacing: -.04em; }
.product-lede { max-width: 38ch; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-status { display: flex; justify-content: space-between; gap: 24px; margin: 24px 0 20px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 11px; }
.product-status span { color: var(--clay); }
.product-status strong { font-weight: 600; text-align: right; }
.product-quote-form { display: grid; grid-template-columns: 1fr; gap: 12px; }
.quantity-field { min-width: 0; }
.quantity-field > .quantity-stepper { display: grid; height: 52px; grid-template-columns: 46px minmax(42px, 1fr) 46px; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 400; letter-spacing: normal; text-transform: none; }
.quantity-stepper button { display: grid; place-items: center; border: 0; padding: 0; background: transparent; transition: color .2s, background-color .2s; }
.quantity-stepper button:hover { color: var(--clay); background: rgba(29,26,22,.035); }
.quantity-stepper input { min-width: 0; border: 0; padding: 0; text-align: center; appearance: textfield; }
.quantity-stepper input::-webkit-inner-spin-button, .quantity-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.product-quote-form .button { min-height: 52px; }
.quote-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.product-detail__ledger { padding: 40px 38px 70px; border-top: 1px solid var(--line); background: var(--chalk); }
.product-facts > h2, .product-custom h2 { margin-bottom: 22px; font-size: 24px; font-weight: 600; }
.product-specs, .product-options { margin: 0; border-top: 1px solid var(--line); }
.product-specs div, .product-options div { display: grid; grid-template-columns: minmax(150px, .38fr) 1fr; gap: 24px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-specs dt, .product-options dt { color: var(--muted); }
.product-specs dd, .product-options dd { margin: 0; }
.product-custom { display: grid; grid-template-columns: minmax(210px, .7fr) 1fr; gap: clamp(36px, 6vw, 72px); margin-top: 52px; padding-top: 38px; border-top: 1px solid var(--line); }
.product-custom__intro p { max-width: 46ch; margin-bottom: 0; color: var(--muted); font-size: 13px; }
.product-options dd { color: var(--muted); text-align: right; }
.product-description { display: grid; grid-template-columns: minmax(260px, .62fr) 1fr; gap: clamp(54px, 8vw, 112px); padding: 112px clamp(40px, 9vw, 126px) 124px; background-color: #2a211b; background-image: url('../images/generated/sidebar-walnut.webp'); background-blend-mode: multiply; background-position: center; background-size: cover; color: #fff; }
.product-description h2 { max-width: 9ch; margin-bottom: 0; font-size: clamp(48px, 6.5vw, 86px); font-weight: 600; }
.product-description > p { max-width: 68ch; margin: 8px 0 0; color: rgba(255,253,249,.72); font-size: 16px; line-height: 1.75; }

.quote-layout { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 800px; }
.quote-pieces { padding: 72px clamp(30px, 5vw, 80px); background: var(--paper); }
.quote-pieces > header { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.quote-pieces > header h2 { margin: 0; font-size: 20px; }
.quote-pieces > header a { border-bottom: 1px solid currentColor; font-size: 11px; }
.quote-line { display: grid; grid-template-columns: 28px 140px minmax(0, 1fr) 54px; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.quote-line__index { color: var(--clay); font-size: 9px; }
.quote-line > img { width: 140px; height: 140px; object-fit: cover; }
.quote-line__detail small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.quote-line__detail h3 { margin: 8px 0; font-size: 20px; }
.quote-line__detail > p { color: var(--muted); font-size: 11px; }
.quote-line__detail label { margin-top: 20px; }
.quote-line__detail input { font-size: 12px; }
.quote-line__actions input { text-align: center; }
.quote-line__actions button { display: grid; width: 100%; height: 36px; margin-top: 15px; place-items: center; border: 1px solid var(--line); background: transparent; }
.quote-pieces .text-button { margin-top: 24px; }
.quote-request { padding: 72px clamp(40px, 6vw, 90px); background: var(--chalk); }
.quote-request > h2, .contact-form > h2 { font-size: clamp(44px, 5vw, 72px); font-weight: 500; }
.quote-request > p { color: var(--muted); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.quote-request fieldset { display: flex; gap: 20px; margin: 4px 0 22px; padding: 0; border: 0; }
.quote-request legend { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.quote-request fieldset label { display: flex; gap: 6px; align-items: center; font-size: 12px; }
.quote-request fieldset input { width: 14px; accent-color: var(--clay); }
.quote-request .button { width: 100%; }
.form-assurance { display: block; margin-top: 12px; color: var(--muted); text-align: center; font-size: 10px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-page { display: flex; min-height: 85vh; flex-direction: column; align-items: center; justify-content: center; padding: 80px 30px; text-align: center; }
.success-page > span { display: grid; width: 72px; height: 72px; margin-bottom: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); }
.success-page h1 { font-size: clamp(62px, 9vw, 130px); font-weight: 500; }
.success-page > p { max-width: 650px; color: var(--muted); }
.success-page > div:last-child { display: flex; align-items: center; gap: 25px; margin-top: 25px; }
.success-page > div:last-child a:not(.button) { border-bottom: 1px solid currentColor; }
.preview-confirmation { max-width: 620px; padding: 14px 18px; background: #ded0b8; font-size: 12px; }

.story-hero { position: relative; min-height: 85vh; background: var(--ink); color: #fff; }
.story-hero > img { width: 100%; height: 85vh; object-fit: cover; opacity: .75; }
.story-hero > div { position: absolute; left: clamp(38px, 8vw, 130px); bottom: 80px; max-width: 850px; }
.story-hero h1 { font-size: clamp(64px, 8vw, 120px); font-weight: 500; }
.story-hero div > p:last-child { max-width: 560px; color: rgba(255,255,255,.72); font-size: 17px; }
.principles { padding: 120px clamp(35px, 7vw, 120px); }
.principles header { display: grid; grid-template-columns: .5fr 1fr; margin-bottom: 70px; }
.principles header h2 { font-size: clamp(50px, 6vw, 86px); font-weight: 500; }
.principles > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles article { padding: 30px 40px 20px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 40px; }
.principles article:last-child { border-right: 0; }
.principles article span { color: var(--clay); font-size: 10px; }
.principles article h3 { margin: 50px 0 16px; font-size: 27px; font-weight: 500; }
.principles article p { color: var(--muted); }
.material-band { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 110px clamp(40px, 8vw, 130px); background: var(--ink); color: #fff; }
.material-band h2 { font-size: clamp(50px, 6vw, 90px); font-weight: 500; }
.material-band > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.material-band > div:last-child p { color: rgba(255,255,255,.65); }
.material-band .button { margin-top: 25px; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; }
.showroom-list { padding: 80px clamp(35px, 6vw, 90px); background: var(--paper); }
.showroom-list article { display: grid; grid-template-columns: 40px 1fr; gap: 24px; padding: 34px 0 52px; border-top: 1px solid var(--line); }
.showroom-list article > span { color: var(--clay); font-size: 10px; }
.showroom-list h2 { font-size: clamp(30px, 3.3vw, 50px); font-weight: 500; line-height: 1.15; }
.showroom-list article p { color: var(--muted); }
.showroom-list article a { display: block; width: max-content; border-bottom: 1px solid currentColor; }
.contact-form { padding: 80px clamp(40px, 6vw, 90px); }
.contact-form .button { width: 100%; }
.legal-page { display: grid; grid-template-columns: .7fr 1fr; gap: 8vw; padding: 120px clamp(40px, 9vw, 150px); }
.legal-page header { position: sticky; top: 50px; align-self: start; }
.legal-page h1 { font-size: clamp(48px, 6vw, 82px); font-weight: 500; }
.legal-page header > p:last-child { color: var(--muted); font-size: 12px; }
.legal-page section { max-width: 720px; }
.legal-page section h2 { margin: 42px 0 14px; font-size: 24px; letter-spacing: -.03em; }
.legal-page section p { color: var(--muted); }
.legal-page section a { border-bottom: 1px solid currentColor; }

.site-footer { background: #171411; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 60px; padding: 90px clamp(35px, 7vw, 115px); }
.footer-brand { display: block; width: 190px; margin-bottom: 30px; }
.footer-brand img { width: 100%; height: auto; }
.footer-main h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 500; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 8px; }
.footer-links a { border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; }
.footer-main address { align-self: end; color: rgba(255,255,255,.62); font-style: normal; font-size: 13px; }
.footer-main address span { display: block; margin-bottom: 12px; color: #fff; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-main address a { color: #fff; }
.footer-floor { display: flex; justify-content: space-between; padding: 18px clamp(35px, 7vw, 115px); border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.drawer-scrim { position: fixed; z-index: 100; inset: 0; background: rgba(18,14,11,.48); }
.quote-drawer { position: fixed; z-index: 110; top: 0; right: 0; display: grid; width: min(470px, 100vw); height: 100vh; grid-template-rows: auto 1fr auto; background: var(--chalk); box-shadow: -20px 0 60px rgba(0,0,0,.18); transform: translateX(102%); transition: transform .35s cubic-bezier(.2,.75,.2,1); }
.quote-drawer.is-open { transform: none; }
.quote-drawer > header { display: flex; align-items: flex-start; justify-content: space-between; padding: 34px; border-bottom: 1px solid var(--line); }
.quote-drawer h2 { margin: 0; font-size: 36px; font-weight: 500; }
.quote-drawer h2 span { display: inline-grid; min-width: 27px; height: 27px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; vertical-align: middle; }
.drawer-close { border: 0; padding: 0; background: transparent; font-size: 34px; font-weight: 300; line-height: 1; }
.drawer-body { overflow-y: auto; padding: 0 34px; }
.drawer-line { display: grid; grid-template-columns: 88px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.drawer-line img { width: 88px; height: 88px; object-fit: cover; }
.drawer-line strong { display: block; font-family: var(--sans); }
.drawer-line small { color: var(--muted); }
.drawer-empty { display: flex; min-height: 100%; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.drawer-empty > span { display: grid; width: 66px; height: 66px; margin-bottom: 24px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.drawer-empty h3 { margin-bottom: 12px; font-size: 28px; font-weight: 500; }
.drawer-empty p { max-width: 280px; color: var(--muted); font-size: 13px; }
.quote-drawer > footer { padding: 28px 34px 34px; border-top: 1px solid var(--line); }
.quote-drawer > footer p { color: var(--muted); font-size: 11px; }
.quote-drawer > footer .button { width: 100%; }

@media (max-width: 1080px) {
    :root { --rail: 184px; }
    .rail-brand { width: calc(100% - 36px); height: 148px; margin: 18px; padding: 15px; }
    .rail-brand img { width: 132px; }
    .site-rail nav a { gap: 12px; padding: 0 18px; }
    .rail-tools, .site-rail > small { width: calc(100% - 36px); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid--editorial .product-card, .product-grid--editorial .product-card--lead { grid-column: span 6; }
    .product-card--lead .product-card__image { aspect-ratio: 1 / .9; }
    .quote-layout { grid-template-columns: 1fr; }
    .product-gallery__main { min-height: 500px; }
    .workshop-story { grid-template-columns: 1fr; }
    .workshop-image { height: 65vh; }
    .catalogue-shell { grid-template-columns: 220px 1fr; gap: 30px; }
}

@media (max-width: 1240px) {
    :root { --folio: 0px; }
    .quote-folio { display: none; }
}

@media (max-width: 980px) {
    .product-intro { grid-template-columns: 1fr; }
    .product-gallery { grid-column: 1; grid-row: 1; }
    .product-summary { grid-column: 1; grid-row: 2; padding: 64px clamp(30px, 8vw, 72px) 70px; }
    .product-summary__identity, .product-lede { max-width: 65ch; }
    .product-detail__ledger { padding-right: clamp(30px, 8vw, 72px); padding-left: clamp(30px, 8vw, 72px); }
}

@media (max-width: 860px) {
    :root { --rail: 0px; }
    .site-canvas { margin: 0; padding-top: 66px; }
    .mobile-header { position: fixed; z-index: 70; top: 0; right: 0; left: 0; display: flex; height: 66px; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); background: rgba(242,238,230,.96); }
    .mobile-header > div { display: flex; }
    .site-rail { z-index: 65; top: 66px; right: auto; width: min(360px, calc(100% - 36px)); height: calc(100vh - 66px); align-items: stretch; border-right: 0; box-shadow: 24px 0 70px rgba(0,0,0,.28); transform: translateX(-102%); transition: transform .3s; }
    .site-rail.is-open { transform: none; }
    .rail-brand { display: none; }
    .site-rail nav { flex: 1; min-height: 0; padding-top: 24px; border-top: 0; }
    .site-rail nav a { flex: 1; min-height: 64px; max-height: 82px; gap: 16px; padding: 0 24px; font-size: 12px; }
    .rail-tools { width: calc(100% - 48px); margin: 24px 24px 0; }
    .site-rail > small { width: calc(100% - 48px); min-height: 62px; margin: 0 24px; }
}

@media (max-width: 760px) {
    :root { --rail: 0px; --folio: 0px; }
    body { font-size: 15px; }
    .preview-notice { align-items: flex-start; flex-direction: column; gap: 0; }
    .showroom-hero { min-height: 690px; height: calc(100svh - 66px); max-height: none; }
    .showroom-hero > img { object-position: 62% center; }
    .hero-topline { top: 18px; right: 18px; left: 18px; }
    .hero-topline span:last-child { display: none; }
    .hero-copy { bottom: 60px; left: 22px; width: calc(100% - 44px); }
    .hero-copy h1 { font-size: clamp(55px, 17vw, 76px); }
    .hero-copy > p { max-width: 390px; font-size: 14px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
    .hero-index { display: none; }
    .category-ledger, .section-intro, .page-mast, .product-description, .material-band, .contact-layout, .legal-page { grid-template-columns: 1fr; }
    .category-ledger, .featured-field, .principles, .product-description, .material-band, .legal-page { padding: 76px 22px; }
    .category-ledger { gap: 45px; }
    .room-list a { grid-template-columns: 28px 1fr 20px; min-height: 76px; }
    .room-list a small { display: none; }
    .collection-panorama { padding: 58px 16px 45px; }
    .collection-panorama img { aspect-ratio: 1.25 / 1; object-position: center; }
    .collection-panorama figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
    .section-intro { gap: 20px; margin-bottom: 38px; }
    .product-grid, .product-grid--editorial { grid-template-columns: 1fr 1fr; gap: 38px 10px; }
    .product-grid--editorial .product-card, .product-grid--editorial .product-card--lead { grid-column: span 1; }
    .product-card__image, .product-card--lead .product-card__image { aspect-ratio: .9 / 1; }
    .product-grid--single .product-card__image { aspect-ratio: 1.65 / 1; }
    .product-card__identity { padding: 17px 14px 16px; }
    .product-card__body h3 { margin-top: 7px; font-size: 17px; }
    .product-card__quote { width: 72px; min-height: 104px; gap: 9px; }
    .product-card__quote span { font-size: 7px; }
    .product-grid--single .product-card__identity { padding: 26px 28px 24px; }
    .product-grid--single .product-card__body h3 { font-size: clamp(34px, 8vw, 48px); }
    .product-grid--single .product-card__quote { width: 132px; min-height: 136px; }
    .product-grid--single .product-card__quote span { font-size: 10px; }
    .workshop-image { min-height: 450px; height: 60vh; }
    .workshop-copy { padding: 70px 22px; }
    .quote-invitation { padding: 85px 22px; }
    .quote-invitation > div { flex-direction: column; }
    .page-mast { min-height: 450px; gap: 35px; padding: 76px 22px 55px; }
    .page-mast h1 { font-size: clamp(58px, 17vw, 84px); }
    .catalogue-shell { grid-template-columns: 1fr; padding: 50px 16px 80px; }
    .catalogue-controls { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
    .catalogue-controls > label:first-child, .catalogue-controls .button { grid-column: 1 / -1; }
    .product-gallery { padding: 20px 16px 0; }
    .product-gallery__main { height: clamp(390px, 62vh, 560px); min-height: 0; flex: none; }
    .product-gallery__footer { min-height: 78px; margin-top: 14px; padding: 10px 0; }
    .product-gallery__thumbs button { width: 64px; height: 64px; }
    .product-summary { padding: 58px 22px 68px; }
    .product-summary h1 { font-size: clamp(54px, 14vw, 72px); }
    .back-link { margin-bottom: 48px; }
    .product-detail__ledger { padding: 54px 22px 72px; }
    .product-custom { grid-template-columns: 1fr; gap: 24px; margin-top: 56px; }
    .product-description { gap: 34px; }
    .quote-layout { display: block; }
    .quote-pieces, .quote-request, .contact-form, .showroom-list { padding: 60px 18px; }
    .quote-line { grid-template-columns: 18px 92px 1fr; gap: 10px; }
    .quote-line > img { width: 92px; height: 110px; }
    .quote-line__actions { grid-column: 2 / -1; display: flex; gap: 10px; }
    .quote-line__actions label { flex: 1; }
    .quote-line__actions button { width: 44px; margin-top: 22px; }
    .field-pair { grid-template-columns: 1fr; gap: 0; }
    .quote-request fieldset { flex-wrap: wrap; }
    .story-hero, .story-hero > img { min-height: 700px; height: calc(100svh - 66px); }
    .story-hero > div { left: 22px; right: 22px; bottom: 55px; }
    .story-hero h1 { font-size: 58px; }
    .principles header { display: block; }
    .principles > div { grid-template-columns: 1fr; }
    .principles article, .principles article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .principles article h3 { margin-top: 25px; }
    .material-band { gap: 25px; }
    .legal-page { gap: 30px; }
    .legal-page header { position: static; }
    .footer-main { grid-template-columns: 1fr; padding: 70px 24px; }
    .footer-brand { width: 170px; margin-bottom: 26px; }
    .footer-links { align-items: flex-start; }
    .footer-floor { align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px 24px; }
}

@media (max-width: 420px) {
    .product-grid, .product-grid--editorial { grid-template-columns: 1fr; }
    .product-card__image, .product-card--lead .product-card__image, .product-grid--single .product-card__image { aspect-ratio: 1.15 / 1; }
    .product-card__identity, .product-grid--single .product-card__identity { padding: 21px 20px 20px; }
    .product-card__body h3, .product-grid--single .product-card__body h3 { font-size: 30px; }
    .product-card__quote, .product-grid--single .product-card__quote { width: 104px; min-height: 122px; }
    .product-card__quote span, .product-grid--single .product-card__quote span { font-size: 9px; }
    .catalogue-controls { display: block; }
    .showroom-hero { min-height: 650px; }
    .hero-copy h1 { font-size: 53px; }
    .product-quote-form { grid-template-columns: 1fr; }
    .product-description { padding-right: 18px; padding-left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
