:root {
  --ink: #171712;
  --ink-soft: #35342d;
  --bone: #f1eee6;
  --paper: #f8f5ed;
  --stone: #c7c0b1;
  --smoke: #817b6e;
  --brass: #b28a51;
  --line: rgba(23, 23, 18, 0.17);
  --serif: "Bodoni 72", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "Avenir Next", "Helvetica Neue", sans-serif;
  --page: min(1540px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { color: var(--paper); background: var(--ink); }

.skip-link { position: fixed; z-index: 200; left: 16px; top: -60px; padding: 12px 18px; background: var(--paper); transition: top .2s; }
.skip-link:focus { top: 16px; }
.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; }

.site-header { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px; color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.22); mix-blend-mode: difference; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 12px; font-weight: 650; letter-spacing: .2em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 18px; font-style: italic; letter-spacing: 0; }
.desktop-nav { display: flex; gap: 38px; font-size: 12px; letter-spacing: .09em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .35s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-action { justify-self: end; border: 0; border-bottom: 1px solid currentColor; padding: 7px 0; background: none; cursor: pointer; font-size: 12px; letter-spacing: .09em; }
.menu-button { display: none; justify-self: end; width: 44px; height: 44px; border: 0; background: none; padding: 12px; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-scene, .hero-shade { position: absolute; inset: 0; }
.hero-scene > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(10,10,8,.7) 0%, rgba(10,10,8,.12) 54%, rgba(10,10,8,.04) 100%), linear-gradient(0deg, rgba(10,10,8,.4) 0%, transparent 43%); }
.mounted-art {
  position: absolute;
  overflow: hidden;
  width: auto;
  aspect-ratio: var(--art-ratio, 1);
  background: transparent;
  box-shadow: 0 16px 28px rgba(26, 20, 12, .22), 0 2px 5px rgba(26, 20, 12, .18);
  filter: saturate(.9) brightness(.97) sepia(.025);
}
.mounted-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), inset -2px -2px 5px rgba(20,15,8,.08); }
.mounted-art img { width: 100%; height: 100%; object-fit: contain; }
.frame-preview {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  aspect-ratio: var(--art-ratio, 1);
  background: transparent;
  transition: padding .28s ease, background .28s ease, box-shadow .28s ease;
}
.frame-preview::before { content:""; position:absolute; z-index:2; inset:0; background:var(--frame-asset) center/100% 100% no-repeat; pointer-events:none; }
.frame-preview.frame-included::before { display:none; }
.frame-preview.frame-none::before { display:none; }
.frame-art-crop { position:relative; z-index:1; width: 100%; height: 100%; overflow: hidden; background: #e8e3d8; }
.frame-art-crop > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.17); transform-origin: center; }
.frame-preview.frame-included { padding:0; background:transparent; box-shadow:0 15px 32px rgba(26,20,12,.2); }
.frame-preview.frame-included .frame-art-crop { background:transparent; }
.frame-preview.frame-included .frame-art-crop > img { object-fit:contain; transform:none; mix-blend-mode:normal; }
.frame-preview.frame-none { padding: 0; box-shadow: 0 12px 24px rgba(26,20,12,.16); }
.frame-preview.frame-black { --frame-asset:url('assets/frames/black.png'); padding: 8%; background:transparent; box-shadow: 0 14px 28px rgba(20,15,8,.24); }
.frame-preview.frame-oak { --frame-asset:url('assets/frames/oak.png'); padding: 9%; background:transparent; box-shadow: 0 14px 30px rgba(43,27,12,.22); }
.frame-preview.frame-walnut { --frame-asset:url('assets/frames/walnut.png'); padding: 9%; background:transparent; box-shadow: 0 15px 31px rgba(24,14,8,.3); }
.frame-preview.frame-brass { --frame-asset:url('assets/frames/brass.png'); padding: 8%; background:transparent; box-shadow: 0 15px 31px rgba(48,35,15,.26); }
.frame-preview.frame-white-shadow { --frame-asset:url('assets/frames/white-shadow.png'); padding: 11%; background:transparent; box-shadow: 0 15px 31px rgba(32,26,17,.2); }
.frame-preview.frame-white-shadow .frame-art-crop { box-shadow: 0 0 0 5px #24231f; }
.hero-mounted-art { left: 58%; top: 18%; height: clamp(160px, 27vh, 272px); transform: translateX(-50%); }
.hero-copy { position: absolute; z-index: 2; left: max(32px, calc((100vw - min(1540px, calc(100vw - 64px))) / 2)); bottom: 8.5vh; width: min(760px, calc(100vw - 64px)); }
.eyebrow, .section-number { margin: 0 0 24px; font-size: 10px; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(62px, 7.3vw, 132px); font-weight: 400; line-height: .79; letter-spacing: -.055em; }
.hero h1 em { font-weight: 400; color: #d6c3a4; }
.hero-lead { width: min(470px, 100%); margin: 32px 0 0; font-size: clamp(16px, 1.3vw, 20px); color: rgba(248,245,237,.76); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 24px; cursor: pointer; font-size: 12px; font-weight: 650; letter-spacing: .08em; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: white; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #302f27; }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.text-link { border: 0; border-bottom: 1px solid currentColor; padding: 5px 0; background: none; cursor: pointer; font-size: 13px; }
.text-link span { display: inline-block; margin-left: 10px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link-light { color: var(--paper); }
.hero-index { position: absolute; z-index: 2; right: 25px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: 9px; letter-spacing: .22em; }
.scroll-cue { position: absolute; z-index: 2; right: 36px; bottom: 36px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { width: 48px; height: 1px; background: rgba(255,255,255,.7); }

.manifesto { width: var(--page); margin: 0 auto; padding: 160px 0 190px; display: grid; grid-template-columns: 1fr 3.25fr 1.2fr; gap: 7vw; align-items: start; }
.section-number { color: var(--smoke); }
.manifesto-kicker { margin: 0 0 18px; font-family: var(--serif); font-size: 18px; font-style: italic; color: var(--brass); }
.manifesto-copy h2, .section-heading h2, .catalog-head h2, .room-copy h2, .service-title-wrap h2, .closing-cta h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.manifesto-copy h2 { max-width: 930px; font-size: clamp(42px, 5.2vw, 84px); line-height: .98; }
.manifesto-copy > p:last-child { max-width: 550px; margin: 48px 0 0 auto; color: var(--ink-soft); font-size: 17px; }
.material-note { position: relative; margin: 210px 0 0; padding-top: 50px; border-top: 1px solid var(--line); }
.material-note figcaption { font-family: var(--serif); font-size: 17px; line-height: 1.45; }
.material-orbit { position: absolute; width: 28px; height: 28px; right: 0; top: -14px; border: 1px solid var(--brass); border-radius: 50%; }
.material-orbit::after { content: ""; position: absolute; left: 50%; top: -16px; width: 1px; height: 60px; background: var(--brass); transform: rotate(34deg); }

.mood-section { padding: 140px max(32px, calc((100vw - min(1540px, calc(100vw - 64px))) / 2)); color: var(--paper); background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 6vw; }
.mood-section .section-number { color: rgba(248,245,237,.45); }
.section-heading h2 { font-size: clamp(44px, 5vw, 78px); line-height: 1; }
.mood-strip { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; margin-top: 90px; }
.mood-card { position: relative; overflow: hidden; min-height: 430px; border: 1px solid rgba(255,255,255,.18); cursor: pointer; transition: transform .5s, opacity .3s; background: #e9e5dc; }
.mood-card:nth-child(1) { grid-column: span 5; }
.mood-card:nth-child(2) { grid-column: span 3; }
.mood-card:nth-child(3) { grid-column: span 4; }
.mood-card:nth-child(4) { grid-column: 2 / span 4; }
.mood-card:nth-child(5) { grid-column: span 6; }
.mood-card:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.mood-card img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.5) brightness(.72); transition: transform .8s cubic-bezier(.2,.7,.1,1), filter .4s; }
.mood-card:hover img { transform: scale(1.06); filter: saturate(.85) brightness(.8); }
.mood-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.68), transparent 55%); }
.mood-card span { position: absolute; z-index: 2; left: 22px; right: 18px; bottom: 24px; font-family: var(--serif); font-size: 26px; line-height: 1; }

.catalog-section { width: var(--page); margin: 0 auto; padding: 165px 0; }
.catalog-head { display: grid; grid-template-columns: 1.6fr .65fr; gap: 12vw; align-items: end; }
.catalog-head h2 { font-size: clamp(48px, 6vw, 96px); line-height: .93; }
.catalog-head > p { max-width: 420px; margin: 0 0 8px; color: var(--ink-soft); }
.catalog-toolbar { position: sticky; z-index: 20; top: 83px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 88px; padding: 18px 0; background: rgba(248,245,237,.92); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-button { flex: none; min-height: 38px; border: 1px solid var(--line); padding: 0 14px; background: transparent; cursor: pointer; font-size: 11px; letter-spacing: .05em; }
.filter-button[aria-pressed="true"] { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.search-field { flex: 0 0 220px; display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.search-field input { width: 100%; border: 0; outline: 0; padding: 8px 2px; background: transparent; font-size: 12px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 58px 22px; margin-top: 58px; }
.art-card { min-width: 0; cursor: pointer; }
.art-card-button { width: 100%; border: 0; padding: 0; text-align: left; background: none; cursor: pointer; }
.art-image { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; background: #ebe8df; }
.art-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .65s cubic-bezier(.2,.7,.1,1); }
.art-image::after { content: "Рассмотреть работу  ↗"; position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 12px 14px; color: var(--paper); background: rgba(23,23,18,.88); font-size: 10px; letter-spacing: .08em; transform: translateY(calc(100% + 14px)); transition: transform .35s; }
.art-card:hover .art-image img { transform: scale(1.04); }
.art-card:hover .art-image::after { transform: translateY(0); }
.art-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px solid var(--line); }
.art-meta h3 { margin: 0; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.art-meta p { margin: 3px 0 0; color: var(--smoke); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.art-meta > span { color: var(--smoke); font-size: 10px; letter-spacing: .08em; }
.catalog-more-wrap { display: grid; justify-items: center; gap: 14px; margin-top: 86px; }
.catalog-more-wrap p { margin: 0; color: var(--smoke); font-size: 11px; }
.catalog-empty { padding: 80px 0; text-align: center; }

.room-story { display: grid; grid-template-columns: 1.7fr 1fr; min-height: 780px; background: #dfd7c8; }
.room-image { position: relative; overflow: hidden; }
.room-image > img { width: 100%; height: 100%; object-fit: cover; }
.room-mounted-art { left: 61%; top: 16%; height: 29%; transform: translateX(-50%); }
.room-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.room-copy h2 { font-size: clamp(48px, 5vw, 82px); line-height: .94; }
.room-copy > p:not(.section-number) { max-width: 410px; margin: 36px 0; color: var(--ink-soft); }
.room-copy .text-link { align-self: flex-start; }

.service-section { width: var(--page); margin: 0 auto; padding: 170px 0; }
.service-title-wrap { display: grid; grid-template-columns: 1fr 3fr; gap: 6vw; }
.service-title-wrap h2 { font-size: clamp(48px, 5.5vw, 86px); line-height: .98; }
.service-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 110px 0 0 25%; border-top: 1px solid var(--line); }
.service-steps article { min-height: 260px; padding: 24px 34px 30px 0; border-right: 1px solid var(--line); }
.service-steps article + article { padding-left: 34px; }
.service-steps span { color: var(--brass); font-family: var(--serif); font-style: italic; }
.service-steps h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.service-steps p { margin: 0; color: var(--smoke); font-size: 14px; }

.closing-cta { min-height: 740px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 32px; text-align: center; color: var(--paper); background: var(--ink); }
.closing-cta h2 { margin-bottom: 48px; font-size: clamp(62px, 8vw, 128px); line-height: .85; }
.closing-cta > p:last-child { margin: 18px 0 0; color: rgba(248,245,237,.5); font-size: 11px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding: 48px 32px; color: var(--paper); background: var(--ink); border-top: 1px solid rgba(255,255,255,.15); font-size: 10px; letter-spacing: .08em; }
.site-footer p { margin: 0; }
.site-footer p:nth-child(2) { text-align: center; }
.site-footer p:last-child { text-align: right; }

dialog { max-width: none; max-height: none; border: 0; padding: 0; }
dialog::backdrop { background: rgba(12,12,9,.72); backdrop-filter: blur(10px); }
.product-dialog { width: 100vw; height: 100vh; color: var(--ink); background: var(--paper); }
.dialog-close { position: fixed; z-index: 20; right: 20px; top: 18px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: rgba(248,245,237,.9); cursor: pointer; font-family: var(--serif); font-size: 29px; line-height: 1; }
.product-layout { display: grid; grid-template-columns: 380px 1fr; height: 100%; }
.product-info { display: flex; flex-direction: column; padding: 44px 38px; overflow-y: auto; border-right: 1px solid var(--line); }
.product-info .eyebrow { padding-right: 40px; }
.product-object { display: grid; flex: 0 0 min(28vh, 240px); place-items: center; height: min(28vh, 240px); margin: 24px 0; overflow: hidden; background: #ece8dd; }
.product-object .frame-preview { position: relative; width: auto; height: 86%; }
.product-object .frame-preview[data-shape="landscape"] { width: 86%; height: auto; }
.product-object .frame-art-crop > img { mix-blend-mode: multiply; }
.product-object img { max-width: 100%; max-height: 100%; object-fit: contain; }
.product-info h2 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1; }
.product-info > p:not(.eyebrow):not(.product-note) { margin: 13px 0 28px; color: var(--smoke); }
.frame-configurator { margin:0 0 24px; padding:22px; border:1px solid var(--line); background:linear-gradient(145deg,rgba(255,255,255,.42),rgba(224,215,199,.28)); }
.frame-configurator-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.frame-configurator-head h3 { margin: 3px 0 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.frame-configurator-head > span { max-width:138px; color:var(--ink); font-size:9px; font-weight:700; line-height:1.35; text-align:right; }
.frame-step { margin: 0; color: var(--brass); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.frame-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin-top:18px; }
.frame-option { display:grid; grid-template-columns:46px minmax(0,1fr); align-items:center; gap:10px; min-width:0; min-height:64px; border:1px solid rgba(23,23,18,.12); padding:8px; background:rgba(248,245,237,.54); cursor:pointer; color:var(--ink); text-align:left; transition:border-color .2s ease,background .2s ease,transform .2s ease; }
.frame-option:hover { transform:translateY(-1px); border-color:rgba(23,23,18,.35); background:#f8f5ed; }
.frame-option-copy { min-width:0; }
.frame-option-copy strong,.frame-option-copy small { display:block; }
.frame-option-copy strong { font-size:9px; line-height:1.25; }
.frame-option-copy small { margin-top:4px; color:var(--smoke); font-size:7px; line-height:1.3; }
.frame-swatch { position:relative; display:block; box-sizing:border-box; width:46px; aspect-ratio:1; border:1px solid rgba(23,23,18,.18); background:#ddd7cb; }
.frame-swatch::before, .frame-swatch::after { content: ""; position: absolute; background: #f1ede4; }
.frame-swatch::before { inset: 26%; }
.frame-swatch::after { left: 41%; top: 41%; width: 18%; height: 18%; background: #bbb2a3; }
.frame-swatch.frame-none { background: repeating-linear-gradient(135deg, #ece7dc 0 4px, #ddd6ca 4px 8px); }
.frame-swatch.frame-none::before { inset: 16%; background: #f8f5ed; }
.frame-swatch.frame-included { background:linear-gradient(135deg,#23211d,#7a6c58 48%,#191815); }
.frame-swatch.frame-included::before { inset:14%; box-shadow:inset 0 0 0 5px #eee9df; }
.frame-swatch.frame-included::after { background:#b5ada0; }
.frame-swatch.frame-black { background: linear-gradient(135deg, #3a3a3a, #080808 62%, #343434); }
.frame-swatch.frame-oak { background: repeating-linear-gradient(100deg, #d4b78c 0 3px, #9e754d 4px 6px); }
.frame-swatch.frame-walnut { background: repeating-linear-gradient(100deg, #2b1b13 0 3px, #714e37 4px 7px); }
.frame-swatch.frame-brass { background: linear-gradient(135deg, #695536, #dac38c 45%, #84683c 72%, #ddc68d); }
.frame-swatch.frame-white-shadow { background: #eeeae0; }
.frame-swatch.frame-white-shadow::before { box-shadow: 0 0 0 3px #24231f; }
.frame-option[aria-pressed="true"] { border-color:var(--ink); background:#f8f5ed; box-shadow:inset 3px 0 0 var(--brass); }
.frame-option[aria-pressed="true"] .frame-swatch { outline:1px solid var(--ink); outline-offset:2px; }
.frame-price-note { margin: 12px 0 0 !important; color: var(--smoke); font-size: 9px; letter-spacing: .05em; }
.frame-tryon-link { display:flex; justify-content:space-between; width:100%; gap:10px; border:0; border-bottom:1px solid var(--ink); margin-top:16px; padding:0 0 8px; background:transparent; cursor:pointer; font-size:10px; font-weight:650; letter-spacing:.05em; }
.product-info .button { width: 100%; }
.product-actions { display: grid; gap: 9px; }
.product-note { margin: 12px 0 0; color: var(--smoke); font-size: 10px; text-align: center; }
.product-media-viewer { position: relative; display: grid; grid-template-rows: 1fr 116px; min-width: 0; min-height: 0; background: #d7d0c2; }
.product-view-switch { position: absolute; z-index: 6; left: 24px; top: 22px; display: flex; padding: 3px; background: rgba(23,23,18,.82); }
.product-view-switch button { min-width: 112px; border: 0; padding: 10px 14px; color: rgba(248,245,237,.55); background: transparent; cursor: pointer; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-view-switch button[aria-pressed="true"] { color: var(--ink); background: var(--paper); }
.object-stage { position: relative; display: grid; place-items: center; min-height: 0; overflow: hidden; background: #e5dfd2; }
.object-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.72), transparent 52%); pointer-events: none; }
.object-stage > .frame-preview { position: relative; z-index: 1; transition: width .35s ease, height .35s ease, transform .35s ease; }
.object-detail-full > .frame-preview { width: auto; height: 72%; }
.object-detail-full > .frame-preview[data-shape="landscape"] { width: 72%; height: auto; }
.object-detail-full > img { max-width: min(72%, 720px); max-height: 72%; object-fit: contain; }
.object-detail-texture > .frame-preview, .object-detail-accent > .frame-preview { width: 94%; height: 94%; aspect-ratio: auto; padding: 0; background: transparent; box-shadow: none; }
.object-detail-texture .frame-art-crop > img { object-fit: cover; object-position: 50% 50%; transform: scale(1.38); }
.object-detail-accent > .frame-preview { width: 100%; height: 100%; }
.object-detail-accent .frame-art-crop > img { object-fit: cover; object-position: 68% 36%; transform: scale(1.7); }
.scene-stage { position: relative; overflow: hidden; }
.scene-stage[hidden], .object-stage[hidden] { display: none; }
.scene-background { width: 100%; height: 100%; object-fit: cover; }
.scene-mounted-art { transform-origin: center center; transition: width .28s ease, height .28s ease, left .28s ease, top .28s ease; }
.scene-1 .scene-mounted-art { left: 58%; top: 13.5%; height: 29%; transform: translateX(-50%); }
.scene-2 .scene-mounted-art { left: 57%; top: 11%; height: 32%; transform: translateX(-50%); }
.scene-3 .scene-mounted-art { left: 58%; top: 11.5%; height: 31%; transform: translateX(-50%) perspective(1000px) rotateY(-2.8deg) rotateZ(-.15deg); box-shadow: -10px 16px 28px rgba(26,20,12,.2); }
.scene-4 .scene-mounted-art { left: 49.5%; top: 7.5%; height: 43%; transform: translateX(-50%) rotateZ(-.08deg); box-shadow: 0 18px 34px rgba(26,20,12,.18); }
.scene-5 .scene-mounted-art { left: 60%; top: 11%; height: 31%; transform: translateX(-50%) perspective(1000px) rotateY(1.4deg); }
.scene-mounted-art[data-shape="portrait"] { height: 34%; }
.scene-4 .scene-mounted-art[data-shape="portrait"] { height: 47%; }
.scene-mounted-art[data-shape="landscape"] { height: 25%; }
.scene-4 .scene-mounted-art[data-shape="landscape"] { height: 36%; }
.scene-label { position: absolute; left: 24px; bottom: 18px; margin: 0; padding: 8px 12px; color: var(--paper); background: rgba(23,23,18,.78); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.product-media-thumbs { display: grid; grid-template-columns: repeat(var(--thumb-count, 3), 1fr); gap: 1px; background: rgba(23,23,18,.25); }
.scene-thumb { position: relative; overflow: hidden; border: 0; padding: 0; background: var(--ink); cursor: pointer; }
.scene-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .62; transition: opacity .2s, transform .3s; }
.scene-thumb span { position: absolute; z-index: 2; left: 10px; bottom: 8px; color: var(--paper); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.scene-thumb:hover img, .scene-thumb[aria-pressed="true"] img { opacity: 1; transform: scale(1.03); }
.scene-thumb[aria-pressed="true"]::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--paper); }
.object-thumb img { object-fit: contain; background: #d8d1c3; }
.object-thumb:nth-child(2) img { object-fit: cover; transform: scale(1.3); }
.object-thumb:nth-child(3) img { object-fit: cover; object-position: 68% 36%; transform: scale(1.65); }

.request-dialog { width: min(660px, calc(100vw - 24px)); color: var(--ink); background: var(--paper); }
.request-inner { padding: 64px; }
.request-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 70px); font-weight: 400; line-height: .95; }
.request-inner > p:not(.eyebrow) { max-width: 440px; margin: 24px 0 36px; color: var(--smoke); }
.request-inner form { display: grid; gap: 22px; }
.request-inner label { display: grid; gap: 7px; font-size: 11px; letter-spacing: .05em; }
.request-inner label span { color: var(--smoke); }
.request-inner input, .request-inner textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: 10px 0; resize: vertical; background: transparent; }
.request-inner input:focus, .request-inner textarea:focus { border-color: var(--ink); }
.form-note { margin: -10px 0 0 !important; font-size: 9px; }
.form-success { padding: 70px 0 20px; text-align: center; }
.form-success span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 24px; border: 1px solid var(--ink); border-radius: 50%; }
.form-success h3 { margin: 0; font-family: var(--serif); font-size: 40px; font-weight: 400; }

.tryon-dialog { width: 100vw; height: 100vh; color: var(--paper); background: var(--ink); }
.dialog-close-dark { color: var(--paper); border-color: rgba(255,255,255,.25); background: rgba(23,23,18,.82); }
.tryon-layout { display: grid; grid-template-columns: 390px 1fr; height: 100%; }
.tryon-panel { display: flex; flex-direction: column; min-height: 0; overflow-y: auto; padding: 46px 38px 28px; border-right: 1px solid rgba(255,255,255,.15); }
.tryon-panel h2 { margin: 0; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: .93; letter-spacing: -.04em; }
.tryon-intro { margin: 18px 0 24px; color: rgba(248,245,237,.58); font-size: 13px; }
.tryon-selected { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.tryon-selected img { width: 52px; height: 58px; object-fit: contain; background: var(--bone); }
.tryon-selected div { display: grid; gap: 3px; }
.tryon-selected span { color: rgba(248,245,237,.45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.tryon-selected strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.tryon-selected small { color: #d3bb91; font-size: 9px; letter-spacing: .04em; }
.upload-zone { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 0 12px; margin-top: 20px; padding: 16px; border: 1px dashed rgba(255,255,255,.3); cursor: pointer; transition: border-color .25s, background .25s; }
.upload-zone:hover, .upload-zone.is-dragging { border-color: var(--paper); background: rgba(255,255,255,.05); }
.upload-zone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 21px; }
.upload-zone strong { font-size: 11px; letter-spacing: .06em; }
.upload-zone small { color: rgba(248,245,237,.42); font-size: 9px; }
.upload-error { margin: 8px 0 0; color: #ef8b7c; font-size: 10px; }
.tryon-controls { margin-top: 22px; }
.tryon-controls > label { display: block; margin-bottom: 8px; color: rgba(248,245,237,.58); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.tryon-controls input[type="range"] { width: 100%; height: 2px; appearance: none; background: rgba(255,255,255,.3); accent-color: var(--paper); }
.tryon-controls input[type="range"]::-webkit-slider-thumb { width: 16px; height: 16px; appearance: none; border-radius: 50%; background: var(--paper); cursor: ew-resize; }
.tryon-control-row { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.tryon-control-row .text-link { color: var(--paper); font-size: 10px; }
.tryon-control-row > span { color: rgba(248,245,237,.38); font-size: 9px; }
.tryon-actions { display: grid; gap: 13px; margin-top: auto; padding-top: 22px; }
.tryon-actions .text-link { justify-self: start; }
.tryon-disclaimer { margin: 16px 0 0; color: rgba(248,245,237,.35); font-size: 9px; line-height: 1.45; }
.tryon-workspace { display: grid; grid-template-rows: 1fr auto; min-width: 0; min-height: 0; padding: 74px 54px 24px; background: #cbc3b4; }
.tryon-stage { position: relative; min-height: 0; overflow: hidden; background: #a9a092; cursor: default; box-shadow: 0 30px 70px rgba(0,0,0,.2); user-select: none; }
.tryon-stage > img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.tryon-artwork { position: absolute; left: 58%; top: 32%; height: 28%; aspect-ratio: var(--art-ratio, 1); overflow: hidden; transform: translate(-50%, -50%); cursor: grab; touch-action: none; filter: saturate(.9) brightness(.97) sepia(.025); }
.tryon-artwork:active { cursor: grabbing; }
.tryon-artwork img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.tryon-artwork::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.tryon-hint { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); padding: 9px 13px; color: var(--paper); background: rgba(23,23,18,.78); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; transition: opacity .3s; pointer-events: none; }
.tryon-hint.is-hidden { opacity: 0; }
.tryon-hint span { margin-right: 6px; }
.tryon-badge { position: absolute; left: 16px; top: 16px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; color: var(--paper); background: rgba(23,23,18,.72); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.tryon-badge i { width: 6px; height: 6px; border-radius: 50%; background: #b7d9a3; box-shadow: 0 0 0 3px rgba(183,217,163,.15); }
.tryon-workspace-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 16px; color: var(--ink); }
.tryon-workspace-footer p { margin: 0; font-size: 10px; }
.tryon-workspace-footer .text-link { flex: none; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .manifesto { grid-template-columns: .6fr 3fr; }
  .material-note { grid-column: 2; margin: 30px 0 0 50%; }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .mood-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 400px; }
  .mood-card, .mood-card:nth-child(n) { grid-column: span 1; }
  .mood-card:last-child { grid-column: 1 / -1; }
  .mood-card span { font-size: 20px; }
  .room-story { grid-template-columns: 1.35fr 1fr; min-height: 650px; }
  .product-layout { grid-template-columns: 320px 1fr; }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { height: 68px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .desktop-nav, .header-action { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open { color: var(--ink); background: var(--paper); mix-blend-mode: normal; }
  .site-header.menu-open .desktop-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; gap: 24px; padding: 50px 24px; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 40px; }
  .hero-copy { left: 16px; bottom: 7vh; width: calc(100vw - 32px); }
  .hero h1 { font-size: clamp(54px, 14.5vw, 88px); }
  .hero-lead { max-width: 390px; font-size: 15px; }
  .hero-mounted-art { left: 62%; top: 20%; width: 24vw; }
  .hero-index, .scroll-cue { display: none; }
  .manifesto { padding: 110px 0; grid-template-columns: 1fr; gap: 28px; }
  .manifesto-copy h2 { font-size: 11vw; }
  .manifesto-copy > p:last-child { margin-top: 34px; }
  .material-note { grid-column: auto; width: 50%; margin: 20px 0 0 auto; }
  .mood-section { padding: 100px 16px; }
  .section-heading, .service-title-wrap { grid-template-columns: 1fr; }
  .mood-strip { grid-template-columns: 1fr; min-height: 0; }
  .mood-card, .mood-card:nth-child(n) { grid-column: 1; min-height: 420px; }
  .catalog-section { padding: 110px 0; }
  .catalog-head { grid-template-columns: 1fr; gap: 28px; }
  .catalog-toolbar { top: 67px; flex-direction: column; align-items: stretch; gap: 12px; }
  .search-field { flex-basis: auto; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .room-story { grid-template-columns: 1fr; }
  .room-image { min-height: 72vw; }
  .room-copy { padding: 80px 24px; }
  .service-section { padding: 110px 0; }
  .service-steps { grid-template-columns: 1fr; margin: 70px 0 0; }
  .service-steps article { min-height: auto; padding: 22px 0 38px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-steps article + article { padding-left: 0; }
  .service-steps h3 { margin-top: 28px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 28px; }
  .site-footer p:nth-child(2) { display: none; }
  .product-layout { grid-template-columns: 1fr; height: auto; min-height: 100%; }
  .product-info { order: 2; border-right: 0; }
  .product-media-viewer { order: 1; height: 63vh; min-height: 430px; grid-template-rows: 1fr 84px; }
  .product-object { display: none; }
  .scene-1 .scene-mounted-art, .scene-2 .scene-mounted-art, .scene-3 .scene-mounted-art, .scene-5 .scene-mounted-art { height: 25%; }
  .scene-4 .scene-mounted-art { height: 38%; }
  .scene-mounted-art[data-shape="portrait"] { height: 29%; }
  .scene-mounted-art[data-shape="landscape"] { height: 21%; }
  .tryon-layout { grid-template-columns: 330px 1fr; }
  .tryon-panel { padding: 38px 24px 24px; }
  .tryon-panel h2 { font-size: 38px; }
  .tryon-workspace { padding: 70px 24px 20px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 15vw; }
  .hero-scene > img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,10,8,.82), rgba(10,10,8,.02) 70%); }
  .hero-mounted-art { left: 61%; top: 22%; height: 21vh; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .manifesto-copy h2 { font-size: 12.8vw; }
  .material-note { width: 75%; }
  .catalog-head h2, .section-heading h2, .room-copy h2, .service-title-wrap h2 { font-size: 12vw; }
  .catalog-grid { gap: 35px 10px; }
  .art-meta { display: block; }
  .art-meta > span { display: none; }
  .art-meta h3 { font-size: 15px; }
  .room-image { min-height: 100vw; }
  .room-mounted-art { left: 59%; top: 14%; height: 25%; }
  .closing-cta { min-height: 620px; }
  .closing-cta h2 { font-size: 16vw; }
  .request-inner { padding: 58px 24px 36px; }
  .product-info { padding: 38px 24px; }
  .product-media-viewer { height: 55vh; min-height: 370px; }
  .product-media-thumbs { height: 76px; }
  .product-view-switch { left: 12px; top: 12px; }
  .product-view-switch button { min-width: 100px; padding: 9px 10px; }
  .tryon-dialog { overflow-y: auto; }
  .tryon-layout { grid-template-columns: 1fr; height: auto; min-height: 100%; }
  .tryon-panel { order: 2; overflow: visible; }
  .tryon-workspace { order: 1; height: 62vh; min-height: 430px; padding: 68px 12px 14px; }
  .tryon-workspace-footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .tryon-artwork { height: 24%; }
}

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