:root {
  --ink: #25272a;
  --forest: #264b5a;
  --forest-dark: #172f3a;
  --moss: #8a5138;
  --cream: #e9dfcd;
  --paper: #f5efe4;
  --sand: #c39a59;
  --brass: #a8753d;
  --line: rgba(42, 56, 61, .16);
  --muted: #736a60;
  --radius: 28px;
  --serif: "Noto Serif SC", "Songti SC", serif;
  --sans: "DM Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.intro-active { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
[hidden] { display: none !important; }
.app-page { will-change: transform, opacity; }

.page-grain { position: fixed; inset: 0; z-index: 100; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.page-intro { position: fixed; z-index: 200; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.intro-panel { position: absolute; top: 0; bottom: 0; width: 50.2%; background: #172f3a; will-change: transform; }
.intro-panel::after { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(90deg, transparent 0, transparent 70px, rgba(210,169,112,.08) 71px, transparent 73px); }
.intro-panel-left { left: 0; border-right: 1px solid rgba(216,186,146,.18); }
.intro-panel-right { right: 0; border-left: 1px solid rgba(216,186,146,.18); }
.intro-signature { position: relative; z-index: 1; display: flex; align-items: center; color: #e9d9c5; flex-direction: column; gap: 14px; will-change: transform, opacity; }
.intro-signature span { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(233,217,197,.48); border-radius: 50%; font-family: var(--serif); font-size: 28px; }
.intro-signature small { font-size: 9px; letter-spacing: .34em; }
.scroll-meter { position: fixed; z-index: 102; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.scroll-meter i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #264b5a, #8a5138); transform: scaleX(0); transform-origin: left; will-change: transform; }
.site-header { position: fixed; z-index: 90; top: 0; left: 50%; width: min(1380px, calc(100% - 72px)); height: 92px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(38,75,90,.16); transition: width .45s ease, height .45s ease, top .45s ease, padding .45s ease, border-color .45s ease, background-color .45s ease, box-shadow .45s ease; }
.site-header.is-scrolled { top: 12px; width: min(960px, calc(100% - 36px)); height: 64px; padding: 0 18px; border: 1px solid rgba(38,75,90,.14); border-radius: 18px; background: rgba(245,239,228,.9); box-shadow: 0 15px 45px rgba(34,52,58,.13); backdrop-filter: blur(18px); }
.site-header.is-scrolled .brand-mark { width: 32px; height: 32px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .08em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--cream); background: var(--forest); font-size: 17px; transition: width .4s ease, height .4s ease; }
.desktop-nav { display: flex; gap: 42px; margin-left: 100px; font-size: 14px; color: #6b5d52; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--forest); transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.is-active { color: var(--forest); font-weight: 600; }
.desktop-nav a.is-active::after { transform: scaleX(1); }
.header-cta { font-size: 13px; font-weight: 600; }
.header-cta span { display: inline-block; margin-left: 8px; transition: transform .3s ease; }
.header-cta:hover span { transform: translate(3px, -3px); }

.hero { position: relative; min-height: 820px; padding: 158px max(6vw, 48px) 78px; overflow: hidden; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 6vw; background: var(--cream); }
.retro-shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.retro-shape { position: absolute; display: block; will-change: transform, opacity; }
.retro-disc { top: 105px; left: 40%; width: 260px; height: 260px; border: 54px solid rgba(138,81,56,.16); border-radius: 50%; }
.retro-arch { right: -45px; bottom: -40px; width: 200px; height: 360px; border-radius: 110px 110px 0 0; background: rgba(38,75,90,.18); }
.retro-bar { bottom: 90px; left: 4%; width: 230px; height: 18px; border-radius: 99px; background: rgba(163,109,66,.2); transform: rotate(-12deg); }
.hero-copy { position: relative; z-index: 2; max-width: 640px; justify-self: end; }
.eyebrow { margin: 0 0 22px; color: var(--forest); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; margin-right: 9px; vertical-align: middle; background: currentColor; }
.eyebrow.light { color: #d8c4aa; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-family: var(--serif); font-size: clamp(52px, 5.6vw, 88px); font-weight: 500; line-height: 1.12; letter-spacing: -.055em; }
h1 em { color: var(--moss); font-style: normal; }
.hero-subtitle { color: #6f6962; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 34px; padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 600; transition: background .3s ease, color .3s ease; will-change: transform; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fffaf1; background: var(--forest); box-shadow: 0 12px 30px rgba(23,47,58,.2); }
.button-primary:hover { background: var(--forest-dark); }
.button-dark { min-height: 45px; padding: 0 20px; color: white; background: var(--ink); }
.button-cream { color: var(--forest-dark); background: var(--cream); }
.text-link { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.text-link span { margin-left: 7px; }
.trust-row { display: flex; align-items: center; gap: 16px; margin-top: 56px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 34px; height: 34px; margin-right: -8px; place-items: center; border: 2px solid var(--cream); border-radius: 50%; color: white; background: #8d674c; font-size: 11px; }
.avatar-stack span:nth-child(2) { background: #b78c65; }
.avatar-stack span:nth-child(3) { background: #5b4638; }
.trust-row p { margin: 0; color: #7f7165; font-size: 11px; line-height: 1.5; }
.trust-row strong { color: var(--ink); font-size: 13px; }

.hero-visual { position: relative; z-index: 2; width: min(100%, 760px); transform-style: preserve-3d; will-change: transform; }
.room-frame { position: relative; height: min(570px, 58vw); min-height: 460px; overflow: hidden; border-radius: 180px 12px 12px 12px; box-shadow: 0 34px 90px rgba(42,42,35,.18); }
.room-frame > img { height: 100%; object-fit: cover; }
.room-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(40,27,20,.58)); }
.image-caption { position: absolute; bottom: 32px; left: 34px; display: flex; flex-direction: column; gap: 5px; color: white; }
.image-caption span { font-size: 11px; letter-spacing: .16em; }
.image-caption strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.visual-note { position: absolute; z-index: 4; top: 50px; right: -28px; padding: 13px 18px; border: 1px solid rgba(255,246,232,.55); border-radius: 99px; backdrop-filter: blur(18px); color: #fff9ef; background: rgba(61,40,29,.62); box-shadow: 0 12px 35px rgba(41,27,20,.16); font-size: 11px; }
.visual-note i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--moss); box-shadow: 0 0 0 4px rgba(138,81,56,.18); }
.price-card { position: absolute; z-index: 4; right: -22px; bottom: 42px; display: flex; min-width: 230px; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(96,64,43,.08); border-radius: 16px; background: rgba(248,241,230,.95); box-shadow: 0 20px 50px rgba(48,32,23,.2); backdrop-filter: blur(15px); }
.price-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: white; background: var(--forest); font-size: 20px; }
.price-card div:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.price-card small { color: var(--muted); font-size: 10px; }
.price-card strong { margin-top: 2px; font-size: 15px; }
.price-card > span { padding: 4px 8px; border-radius: 99px; color: var(--forest); background: #e4cc92; font-size: 9px; font-weight: 600; }
.visual-stamp { position: absolute; bottom: -27px; left: -32px; display: grid; width: 84px; height: 84px; place-items: center; border: 1px solid rgba(92,61,43,.4); border-radius: 50%; color: var(--forest); font-size: 10px; line-height: 1.2; text-align: center; letter-spacing: .18em; }
.hotspot { position: absolute; width: 16px; height: 16px; padding: 0; border: 3px solid rgba(255,255,255,.85); border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 5px rgba(255,255,255,.27); cursor: pointer; }
.hotspot b { position: absolute; top: 20px; left: 50%; padding: 5px 8px; border-radius: 6px; opacity: 0; color: var(--ink); background: white; transform: translate(-50%, -4px); transition: .3s ease; white-space: nowrap; font-size: 10px; }
.hotspot:hover b, .hotspot:focus b { opacity: 1; transform: translate(-50%, 0); }
.hotspot-one { bottom: 31%; left: 44%; }
.hotspot-two { top: 33%; right: 18%; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { top: 190px; left: 42%; width: 260px; height: 260px; border: 1px solid rgba(126,86,57,.15); }
.orb-two { right: -130px; bottom: -180px; width: 460px; height: 460px; background: rgba(184,137,79,.13); }

.proof-strip { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 68px); padding: 20px 30px; color: #f6eee2; background: #8a5138; font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: #b69a78; }

.experience, .materials, .studios { padding: 130px max(6vw, 48px); }
.section-heading { display: flex; max-width: 1380px; align-items: flex-end; justify-content: space-between; margin: 0 auto 58px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(37px, 4vw, 60px); font-weight: 500; line-height: 1.2; letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.design-studio { display: grid; max-width: 1380px; min-height: 660px; margin: 0 auto; overflow: hidden; grid-template-columns: 250px 1fr; border: 1px solid var(--line); border-radius: var(--radius); background: #d8c5a8; box-shadow: 0 30px 90px rgba(34,52,58,.13); }
.studio-sidebar { display: flex; flex-direction: column; padding: 42px 32px; border-right: 1px solid var(--line); }
.studio-step { position: relative; display: flex; gap: 16px; padding: 0 0 38px; color: #9b9d97; }
.studio-step:not(:nth-child(3))::after { content: ""; position: absolute; top: 32px; bottom: 8px; left: 15px; width: 1px; background: #d1d0c9; }
.studio-step > span { display: grid; z-index: 1; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border: 1px solid #9f8767; border-radius: 50%; background: #d8c5a8; font-size: 9px; }
.studio-step div { display: flex; flex-direction: column; gap: 4px; }
.studio-step b { font-size: 13px; }
.studio-step small { font-size: 10px; }
.studio-step.is-active { color: var(--forest); }
.studio-step.is-active > span { border-color: var(--forest); color: white; background: var(--forest); }
.studio-tip { display: flex; gap: 11px; margin-top: auto; padding: 16px; border-radius: 14px; color: #264b5a; background: #cbd8d8; }
.studio-tip span { color: var(--forest); }
.studio-tip p { margin: 0; font-size: 10px; line-height: 1.65; }
.studio-main { display: grid; padding: 34px; grid-template-columns: 1.2fr .8fr; gap: 32px; background: var(--paper); }
.upload-panel { position: relative; min-height: 590px; overflow: hidden; border: 1px dashed #b9a984; border-radius: 20px; outline: none; background: #f0e5cd; cursor: pointer; }
.upload-panel:focus-visible { box-shadow: 0 0 0 3px rgba(92,61,43,.22); }
.upload-empty { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.upload-icon { display: grid; width: 72px; height: 72px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: white; box-shadow: 0 10px 35px rgba(44,53,45,.08); }
.upload-icon span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); font-size: 23px; }
.upload-empty h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.upload-empty p { margin-bottom: 24px; color: var(--muted); font-size: 11px; }
.upload-empty small { margin-top: 14px; color: #9a9c97; font-size: 9px; }
#uploadPreview { width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.upload-success { position: absolute; right: 16px; bottom: 16px; display: none; padding: 10px 13px; border-radius: 99px; color: white; background: rgba(46,33,26,.84); backdrop-filter: blur(10px); font-size: 10px; }
.upload-panel.has-image .upload-empty { display: none; }
.upload-panel.has-image #uploadPreview { opacity: 1; }
.upload-panel.has-image .upload-success { display: block; }
.preferences { display: flex; flex-direction: column; padding: 14px 4px; }
.field-group { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.field-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.field-label span { font-size: 12px; font-weight: 600; }
.field-label small { color: var(--forest); font-size: 10px; }
.style-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.style-option { padding: 0 0 10px; overflow: hidden; border: 1px solid transparent; border-radius: 11px; color: var(--muted); background: #e6d8bc; cursor: pointer; font-size: 9px; }
.style-option img { height: 80px; margin-bottom: 9px; object-fit: cover; filter: saturate(.75); transition: transform .45s ease, filter .3s ease; }
.style-option:hover img { transform: scale(1.04); }
.style-option.is-selected { border-color: var(--forest); color: var(--forest); background: white; box-shadow: 0 7px 20px rgba(40,50,42,.08); }
.style-option.is-selected img { filter: saturate(1); }
.budget-row { padding: 28px 0; }
input[type="range"] { width: 100%; height: 3px; margin: 12px 0 5px; appearance: none; border-radius: 99px; outline: none; background: linear-gradient(90deg, var(--forest) 28.5%, #d8cab8 28.5%); }
input[type="range"]::-webkit-slider-thumb { width: 17px; height: 17px; appearance: none; border: 4px solid var(--paper); border-radius: 50%; background: var(--forest); box-shadow: 0 1px 6px rgba(0,0,0,.2); cursor: grab; }
.range-labels { display: flex; justify-content: space-between; color: #999c97; font-size: 9px; }
.generate-button { position: relative; display: flex; width: 100%; min-height: 76px; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 20px; overflow: hidden; border: 0; border-radius: 17px; color: white; background: var(--forest); cursor: pointer; text-align: left; }
.button-copy { display: flex; flex-direction: column; gap: 4px; }
.button-copy b { font-size: 13px; }
.button-copy small { opacity: .64; font-size: 9px; }
.button-arrow { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: transform .3s ease; }
.generate-button:hover .button-arrow { transform: rotate(45deg); }
.button-loader { position: absolute; top: 50%; right: 25px; display: none; width: 25px; height: 25px; margin-top: -12px; border: 2px solid rgba(255,255,255,.25); border-top-color: white; border-radius: 50%; }
.generate-button.is-loading .button-arrow { display: none; }
.generate-button.is-loading .button-loader { display: block; }
.result-panel { display: none; max-width: 1120px; margin: 46px auto 0; overflow: hidden; grid-template-columns: 1.05fr .95fr; border-radius: 24px; color: #fff8ee; background: var(--forest-dark); box-shadow: 0 30px 80px rgba(46,33,26,.24); }
.result-panel.is-visible { display: grid; }
.result-image { position: relative; min-height: 450px; overflow: hidden; }
.result-image img { height: 100%; object-fit: cover; }
.result-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, rgba(46,33,26,.58)); }
.result-image > span { position: absolute; z-index: 1; top: 18px; left: 18px; padding: 8px 12px; border-radius: 99px; background: rgba(20,30,24,.55); backdrop-filter: blur(10px); font-size: 9px; }
.result-copy { padding: 58px 50px; }
.result-copy h3 { margin-bottom: 16px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.result-copy > p:not(.eyebrow) { color: #cdbdad; font-size: 12px; line-height: 1.85; }
.result-stats { display: flex; gap: 38px; margin: 34px 0; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.result-stats div { display: flex; flex-direction: column; gap: 5px; }
.result-stats small { color: #b19d88; font-size: 9px; }
.result-stats strong { font-size: 20px; }
.result-copy .button-primary { color: var(--forest); background: var(--cream); }
.result-disclaimer { display: block; margin-top: 18px; color: #9d8875; font-size: 8px; }

.story-section { min-height: calc(100vh - 20px); color: white; background: var(--forest-dark); }
.story-sticky { position: relative; display: grid; min-height: calc(100vh - 20px); align-items: center; grid-template-columns: 1fr 1fr; gap: 12vw; padding: 110px max(10vw, 70px) 70px; overflow: hidden; }
.story-copy { max-width: 520px; justify-self: end; }
.story-copy h2 { margin-bottom: 42px; font-family: var(--serif); font-size: clamp(45px, 4.8vw, 72px); font-weight: 500; line-height: 1.22; letter-spacing: -.04em; }
.story-progress { height: 1px; margin-bottom: 34px; overflow: hidden; background: rgba(255,255,255,.15); }
.story-progress i { display: block; width: 100%; height: 100%; background: var(--moss); transform: scaleX(.05); transform-origin: left; }
.story-labels { display: grid; gap: 8px; }
.story-label { display: grid; width: 100%; grid-template-columns: 38px 1fr; padding: 12px 0; border: 0; color: inherit; opacity: .32; background: transparent; cursor: pointer; transition: opacity .3s ease; text-align: left; }
.story-label.is-active { opacity: 1; }
.story-label > span { font-size: 9px; }
.story-label p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.story-label b { font-family: var(--serif); font-size: 15px; font-weight: 500; }
.story-label small { color: #b8a593; font-size: 10px; }
.story-phone { position: relative; width: 340px; height: 650px; overflow: hidden; border: 8px solid #cdb990; border-radius: 48px; background: #eadbbc; box-shadow: 0 50px 110px rgba(37,31,20,.34); will-change: transform; }
.phone-bar { position: absolute; z-index: 10; top: 0; right: 0; left: 0; display: flex; height: 44px; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--ink); font-size: 9px; }
.phone-bar i { width: 75px; height: 22px; border-radius: 0 0 13px 13px; background: #d8c6ae; transform: translateY(-11px); }
.phone-scene { position: absolute; inset: 0; overflow: hidden; color: var(--ink); background: #eadbbc; will-change: transform, opacity; }
.phone-scene > img { width: 100%; height: 100%; object-fit: cover; }
.phone-tag { position: absolute; z-index: 2; top: 56px; left: 18px; padding: 7px 10px; border-radius: 99px; color: white; background: rgba(24,34,28,.55); backdrop-filter: blur(10px); font-size: 9px; }
.scene-two, .scene-three { transform: translateY(100%); }
.scan-line { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 2px; background: #d0984f; box-shadow: 0 -18px 35px rgba(208,152,79,.4); }
.scene-three { padding: 58px 18px 20px; }
.mini-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.mini-header b { font-family: var(--serif); font-size: 14px; }
.mini-total { display: flex; margin-bottom: 22px; padding: 20px; border-radius: 17px; color: white; background: var(--forest); flex-wrap: wrap; }
.mini-total small { width: 100%; opacity: .7; font-size: 8px; }
.mini-total strong { margin-top: 5px; font-size: 24px; }
.mini-total span { align-self: flex-end; margin: 0 0 4px auto; font-size: 8px; }
.mini-product { display: grid; align-items: center; margin-bottom: 10px; padding: 12px; grid-template-columns: 43px 1fr auto; border: 1px solid rgba(62,43,31,.09); border-radius: 13px; background: #fffaf3; }
.swatch { width: 35px; height: 35px; border-radius: 8px; }
.swatch.sand { background: #d4c4ae; }
.swatch.wood { background: #a27a55; }
.swatch.green { background: #9b7658; }
.mini-product p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.mini-product b { font-size: 9px; }
.mini-product small { color: #949891; font-size: 7px; }
.mini-product > strong { font-size: 9px; }

.materials { background: var(--paper); }
.studios { min-height: 100vh; background: var(--paper); }
.studios-heading { margin-bottom: 36px; }
.studio-city-bar { display: flex; max-width: 1380px; align-items: center; justify-content: space-between; margin: 0 auto 22px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 17px; background: #eadfca; }
.studio-city-bar > div:first-child { display: flex; align-items: baseline; gap: 10px; }
.studio-city-bar span, .studio-city-bar small { color: #8c816e; font-size: 9px; }
.studio-city-bar strong { font-family: var(--serif); font-size: 20px; }
.studio-filters { display: flex; gap: 6px; }
.studio-filters button { min-height: 34px; padding: 0 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: 9px; }
.studio-filters button.is-active { border-color: var(--forest); color: white; background: var(--forest); }
.studio-directory { display: grid; max-width: 1380px; margin: 0 auto 80px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.studio-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: #eadbbc; transition: transform .35s ease, box-shadow .35s ease; }
.studio-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(62,50,32,.14); }
.studio-cover { position: relative; height: 260px; overflow: hidden; }
.studio-cover img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.studio-card:hover .studio-cover img { transform: scale(1.035); }
.studio-cover > span { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 99px; color: var(--forest-dark); background: rgba(245,235,214,.92); font-size: 8px; font-weight: 600; }
.studio-info { padding: 20px; }
.studio-title { display: grid; align-items: center; grid-template-columns: 42px 1fr auto; gap: 11px; }
.studio-logo { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #f5e9d2; background: #634330; font-family: var(--serif); }
.studio-logo.olive { background: var(--forest); }
.studio-logo.orange { background: var(--moss); }
.studio-title h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 15px; font-weight: 500; }
.studio-title p { margin: 0; color: #8b806d; font-size: 8px; }
.studio-title > strong { color: var(--moss); font-size: 13px; }
.studio-title > strong::before { content: "★"; margin-right: 3px; font-size: 8px; }
.studio-tags { display: flex; gap: 5px; margin: 17px 0; flex-wrap: wrap; }
.studio-tags span { padding: 6px 8px; border-radius: 6px; color: #686047; background: #ded2ae; font-size: 8px; }
.studio-stats { display: grid; padding: 14px 0; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.studio-stats p { display: flex; margin: 0; flex-direction: column; gap: 4px; }
.studio-stats p + p { padding-left: 15px; border-left: 1px solid var(--line); }
.studio-stats small { color: #8f846f; font-size: 8px; }
.studio-stats b { font-size: 10px; }
.studio-info > button { width: 100%; min-height: 42px; margin-top: 17px; border: 0; border-radius: 99px; color: white; background: var(--forest); cursor: pointer; font-size: 9px; font-weight: 600; }
.studio-info > button span { margin-left: 14px; }
.studio-join { display: grid; max-width: 1380px; margin: 0 auto; overflow: hidden; grid-template-columns: .9fr 1.1fr; border-radius: 25px; color: white; background: var(--forest-dark); }
.join-copy { position: relative; padding: 58px 54px; overflow: hidden; }
.join-copy::after { content: ""; position: absolute; right: -100px; bottom: -150px; width: 330px; height: 330px; border: 55px solid rgba(208,163,68,.13); border-radius: 50%; }
.join-copy h2 { max-width: 460px; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(35px, 3.5vw, 52px); font-weight: 500; line-height: 1.3; }
.join-copy > p:not(.eyebrow) { max-width: 480px; color: #bcc2ae; font-size: 11px; line-height: 1.9; }
.join-copy ul { position: relative; z-index: 1; display: grid; gap: 8px; margin: 35px 0 0; padding: 0; list-style: none; }
.join-copy li { display: grid; padding: 13px 0; grid-template-columns: 38px 1fr; border-top: 1px solid rgba(255,255,255,.1); }
.join-copy li > span { color: #d2af66; font-size: 9px; }
.join-copy li div { display: flex; flex-direction: column; gap: 4px; }
.join-copy li b { font-family: var(--serif); font-size: 13px; font-weight: 500; }
.join-copy li small { color: #9fa891; font-size: 8px; }
.join-form { position: relative; display: grid; padding: 48px 52px; gap: 15px; color: var(--ink); background: #f0e5cd; }
.join-form-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.join-form-head small { color: var(--moss); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.join-form-head h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.join-form-head > span { padding: 7px 10px; border-radius: 99px; color: #5d6748; background: #d9dbb9; font-size: 8px; }
.join-form label { display: grid; gap: 7px; }
.join-form label > span { color: #6f6758; font-size: 9px; font-weight: 600; }
.join-form input { width: 100%; height: 43px; padding: 0 13px; border: 1px solid rgba(78,65,44,.18); border-radius: 10px; outline: none; color: var(--ink); background: rgba(255,250,238,.65); font-size: 10px; }
.join-form input:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(38,75,90,.12); }
.join-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.join-form .join-check { display: flex; align-items: center; grid-template-columns: none; gap: 8px; cursor: pointer; }
.join-check input { width: 14px; height: 14px; accent-color: var(--forest); }
.join-check span { font-weight: 400 !important; }
.join-submit { display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 0 18px; border: 0; border-radius: 13px; color: white; background: var(--forest); cursor: pointer; font-size: 11px; font-weight: 600; }
.join-submit b { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.join-notice { margin: -6px 0 0; color: #9a907e; font-size: 8px; text-align: center; }
.join-success { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; color: white; background: var(--forest); flex-direction: column; gap: 14px; text-align: center; }
.join-success > span { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 21px; }
.join-success div { display: flex; flex-direction: column; gap: 5px; }
.join-success b { font-family: var(--serif); font-size: 18px; }
.join-success small { color: #d3d9c4; font-size: 9px; }
.join-form.is-success .join-success { display: flex; }
.trend-board { display: grid; max-width: 1380px; min-height: 545px; margin: 0 auto 68px; overflow: hidden; grid-template-columns: 315px 1fr; border: 1px solid var(--line); border-radius: 24px; background: #d9ccae; box-shadow: 0 28px 75px rgba(66,53,35,.11); }
.trend-sidebar { padding: 34px 28px; color: white; background: var(--forest); }
.trend-source { display: flex; align-items: center; gap: 8px; margin-bottom: 35px; color: #d8c3a8; font-size: 9px; letter-spacing: .08em; }
.trend-source i { width: 6px; height: 6px; border-radius: 50%; background: var(--moss); box-shadow: 0 0 0 4px rgba(138,81,56,.16); }
.trend-sidebar h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1.25; }
.trend-sidebar > p { margin-bottom: 32px; color: #bca992; font-size: 9px; line-height: 1.8; }
.trend-tabs { display: grid; gap: 5px; }
.trend-tabs button { display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid transparent; border-radius: 11px; color: #c6b39e; background: transparent; cursor: pointer; font-size: 10px; text-align: left; }
.trend-tabs button b { color: #e4b878; font-size: 9px; }
.trend-tabs button b.down { color: #d2c0aa; }
.trend-tabs button.is-active { border-color: rgba(255,255,255,.15); color: white; background: rgba(255,255,255,.09); }
.trend-chart-wrap { padding: 42px 46px 30px; background: #f0e5cd; }
.trend-chart-head { display: flex; align-items: flex-end; justify-content: space-between; }
.trend-chart-head > div:first-child { display: flex; flex-direction: column; gap: 8px; }
.trend-chart-head small { color: var(--muted); font-size: 9px; }
.trend-chart-head strong { color: var(--forest-dark); font-size: 36px; letter-spacing: -.04em; }
.trend-chart-head strong em { margin-left: 3px; color: #7b817b; font-size: 12px; font-style: normal; font-weight: 500; }
.trend-change { display: flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 11px; color: #8e472a; background: #ead0b6; }
.trend-change.down { color: #53613c; background: #d8ddbd; }
.trend-change > span { font-size: 17px; }
.trend-change p { display: flex; flex-direction: column; gap: 1px; margin: 0; }
.trend-change b { font-size: 11px; }
.trend-change small { font-size: 7px; }
.chart-summary { display: flex; align-items: center; gap: 22px; margin: 35px 0 8px; color: #8d918b; font-size: 8px; }
.chart-summary > span { color: var(--ink); font-weight: 600; }
.chart-summary p { display: flex; align-items: center; gap: 6px; margin: 0; }
.chart-summary p i { width: 13px; height: 2px; background: var(--moss); }
.chart-summary small { margin-left: auto; font-size: 8px; }
.trend-chart { position: relative; height: 265px; padding-bottom: 24px; }
.chart-grid { position: absolute; inset: 0 0 25px; display: flex; justify-content: space-between; flex-direction: column; }
.chart-grid i { display: block; width: 100%; height: 1px; background: rgba(62,43,31,.08); }
.trend-chart svg { position: relative; z-index: 1; width: 100%; height: 225px; overflow: visible; }
.trend-line { fill: none; stroke: var(--moss); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; will-change: stroke-dashoffset; }
.trend-area { fill: url(#trendFill); }
.trend-dots circle { fill: #f0e5cd; stroke: var(--moss); stroke-width: 3; }
.chart-months { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; color: #9a9d97; font-size: 8px; }
.chart-tooltip { position: absolute; z-index: 3; top: 24px; right: -2px; display: flex; padding: 8px 10px; border-radius: 8px; color: white; background: var(--forest-dark); flex-direction: column; gap: 2px; box-shadow: 0 8px 22px rgba(31,49,40,.18); }
.chart-tooltip::after { content: ""; position: absolute; top: 100%; right: 14px; border: 5px solid transparent; border-top-color: var(--forest-dark); }
.chart-tooltip small { color: #b9c7b9; font-size: 7px; }
.chart-tooltip b { font-size: 9px; }
.trend-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); }
.trend-footer p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.trend-footer p span { color: #969a94; font-size: 8px; }
.trend-footer p b { font-size: 10px; }
.trend-footer button { min-height: 40px; padding: 0 16px; border: 0; border-radius: 99px; color: white; background: var(--forest); cursor: pointer; font-size: 9px; font-weight: 600; }
.trend-footer button span { margin-left: 12px; }
.brand-hall { max-width: 1380px; margin: 0 auto 58px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #e8dfce; box-shadow: 0 24px 65px rgba(34,52,58,.09); }
.brand-hall-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.brand-hall-head .eyebrow { margin-bottom: 9px; font-size: 9px; }
.brand-hall-head h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: -.03em; }
.brand-hall-head > div > p:last-child { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.brand-search { display: flex; width: min(360px, 34vw); height: 46px; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.48); }
.brand-search > span { color: var(--forest); font-size: 21px; transform: rotate(-15deg); }
.brand-search input { width: 100%; border: 0; outline: none; color: var(--ink); background: transparent; font-size: 10px; }
.brand-search input::placeholder { color: #938a80; }
.brand-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 28px 0 18px; }
.brand-filters { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.brand-filters button { min-height: 34px; padding: 0 14px; border: 1px solid transparent; border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; white-space: nowrap; font-size: 9px; }
.brand-filters button.is-active { border-color: var(--forest); color: white; background: var(--forest); }
.brand-all { flex: 0 0 auto; border: 0; color: var(--forest); background: transparent; cursor: pointer; font-size: 10px; font-weight: 600; }
.brand-all span { display: inline-block; margin-left: 8px; transition: transform .3s ease; }
.brand-all:hover span { transform: translateX(4px); }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.brand-card { position: relative; display: grid; min-height: 116px; align-items: center; padding: 16px; grid-template-columns: 48px 1fr; gap: 13px; overflow: hidden; border: 1px solid rgba(38,75,90,.1); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.58); cursor: pointer; text-align: left; transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease; }
.brand-card:hover { border-color: rgba(38,75,90,.3); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(34,52,58,.1); }
.brand-card[hidden] { display: none; }
.brand-card > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.brand-card b { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.brand-card small { color: var(--muted); font-size: 8px; }
.brand-card > i { position: absolute; top: 9px; right: 10px; color: var(--moss); font-size: 7px; font-style: normal; }
.brand-monogram { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px 5px 14px 5px; color: white; font-family: var(--serif); font-size: 19px; }
.brand-monogram.blue { background: var(--forest); }
.brand-monogram.rust { background: var(--moss); }
.brand-monogram.walnut { background: #5a3d2d; }
.brand-monogram.brass { color: #30271d; background: var(--sand); }
.brand-monogram.cream { color: var(--forest); border: 1px solid rgba(38,75,90,.18); background: var(--cream); }
.brand-empty { padding: 34px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; font-size: 10px; }
.category-tabs { display: flex; max-width: 1380px; gap: 7px; margin: 0 auto 30px; overflow-x: auto; scrollbar-width: none; }
.category-tabs button { padding: 10px 18px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; white-space: nowrap; font-size: 10px; }
.category-tabs button.is-active { border-color: var(--forest); color: white; background: var(--forest); }
.product-grid { display: grid; max-width: 1380px; margin: 0 auto; grid-template-columns: 1.15fr .85fr .85fr; gap: 17px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #e5d5b5; transition: transform .35s ease, box-shadow .35s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(55,38,27,.14); }
.product-image { position: relative; height: 350px; overflow: hidden; }
.product-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 99px; color: var(--forest); background: rgba(244,233,210,.94); font-size: 8px; }
.product-image > button { position: absolute; top: 13px; right: 13px; display: grid; width: 31px; height: 31px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: rgba(244,233,210,.94); cursor: pointer; font-size: 16px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; padding: 20px; }
.product-meta small { color: #8b8e88; font-size: 8px; letter-spacing: .05em; }
.product-meta h3 { margin: 6px 0; font-family: var(--serif); font-size: 14px; font-weight: 500; }
.product-meta p { margin: 0; color: #8a8d87; font-size: 8px; }
.product-meta > strong { padding-top: 18px; color: var(--forest); font-size: 13px; white-space: nowrap; }
.spec-bar { display: grid; max-width: 1380px; margin: 28px auto 0; padding: 24px 28px; grid-template-columns: repeat(3, 1fr) auto; border: 1px solid var(--line); border-radius: 18px; background: #d9ccae; }
.spec-bar > div { display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); }
.spec-bar > div:nth-child(3) { border: 0; }
.spec-bar span { color: #9b9e97; font-size: 9px; }
.spec-bar p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.spec-bar b { font-size: 10px; }
.spec-bar small { color: #8b8e88; font-size: 8px; }
.spec-bar a { align-self: center; padding-left: 30px; color: var(--forest); font-size: 10px; font-weight: 600; }

.final-cta { position: relative; display: flex; min-height: 610px; align-items: center; justify-content: center; padding: 90px 30px; overflow: hidden; flex-direction: column; color: white; background: var(--forest); text-align: center; }
.final-cta h2 { margin-bottom: 38px; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.3; letter-spacing: -.04em; }
.final-cta > small { margin-top: 15px; color: #ccb8a2; font-size: 9px; }
.cta-orbit { position: absolute; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-orbit::before { inset: 80px; }
.cta-orbit::after { inset: 170px; }
.final-cta > *:not(.cta-orbit) { position: relative; z-index: 1; }

footer { display: flex; min-height: 120px; align-items: center; justify-content: space-between; padding: 30px max(6vw, 48px); color: #c7b99d; background: #2b261d; font-size: 9px; }
.footer-brand { color: var(--cream); }
footer > div { display: flex; gap: 24px; }
.app-dock { display: none; }

@media (max-width: 1000px) {
  .site-header { width: calc(100% - 38px); }
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding: 135px 24px 90px; grid-template-columns: 1fr; }
  .hero-copy { justify-self: start; }
  .hero-visual { max-width: 720px; margin: 25px auto 0; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .room-frame { height: 560px; min-height: 0; }
  .design-studio { grid-template-columns: 1fr; }
  .studio-sidebar { display: grid; grid-template-columns: repeat(3, 1fr); border: 0; border-bottom: 1px solid var(--line); }
  .studio-tip { display: none; }
  .studio-step { padding: 0; }
  .studio-step::after { display: none; }
  .studio-main { grid-template-columns: 1fr; }
  .upload-panel { min-height: 430px; }
  .story-sticky { gap: 6vw; padding: 70px 40px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .studio-directory { grid-template-columns: repeat(2, 1fr); }
  .studio-card:last-child { grid-column: span 2; }
  .studio-join { grid-template-columns: 1fr; }
  .trend-board { grid-template-columns: 260px 1fr; }
  .trend-chart-wrap { padding: 36px 30px 26px; }
  .product-card-large { grid-column: span 2; }
  .spec-bar { grid-template-columns: repeat(3, 1fr); }
  .spec-bar a { grid-column: 1 / -1; margin-top: 20px; padding: 18px 0 0; border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .site-header { height: 72px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { font-size: 11px; }
  .hero { padding: 118px 20px 70px; }
  h1 { font-size: 47px; line-height: 1.16; }
  .hero-subtitle { font-size: 14px; }
  .hero-subtitle br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .trust-row { margin-top: 38px; }
  .hero-visual { width: calc(100% - 8px); margin-top: 32px; }
  .retro-disc { top: 145px; left: 58%; width: 180px; height: 180px; border-width: 38px; }
  .retro-arch { right: -75px; bottom: 20px; width: 145px; height: 260px; }
  .retro-bar { bottom: 46%; left: -45px; width: 160px; height: 13px; }
  .room-frame { height: 440px; border-radius: 110px 10px 10px 10px; }
  .visual-note { top: 34px; right: -12px; }
  .price-card { right: -10px; bottom: 20px; min-width: 205px; }
  .visual-stamp { bottom: -32px; left: -8px; }
  .proof-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .proof-strip span:nth-of-type(n+4), .proof-strip i:nth-of-type(n+3) { display: none; }
  .experience, .materials, .studios { padding: 88px 18px; }
  .section-heading { align-items: flex-start; margin-bottom: 36px; flex-direction: column; gap: 18px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading > p br { display: none; }
  .design-studio { border-radius: 20px; }
  .studio-sidebar { padding: 22px 17px; }
  .studio-step { align-items: center; gap: 7px; }
  .studio-step > span { width: 25px; height: 25px; }
  .studio-step small { display: none; }
  .studio-step b { font-size: 10px; }
  .studio-main { padding: 14px; gap: 20px; }
  .upload-panel { min-height: 330px; }
  .preferences { padding: 10px 4px; }
  .style-option img { height: 72px; }
  .result-panel.is-visible { grid-template-columns: 1fr; }
  .result-image { min-height: 310px; }
  .result-copy { padding: 36px 28px; }
  .story-section { min-height: calc(100vh - 76px); padding-bottom: 78px; }
  .story-sticky { display: flex; min-height: calc(100vh - 76px); padding: 105px 18px 26px; flex-direction: column; gap: 20px; }
  .story-copy { align-self: stretch; }
  .story-copy h2 { margin-bottom: 18px; font-size: 39px; }
  .story-progress { margin-bottom: 12px; }
  .story-labels { grid-template-columns: repeat(3, 1fr); }
  .story-label { grid-template-columns: 1fr; padding: 5px; }
  .story-label small { display: none; }
  .story-label b { font-size: 10px; }
  .story-phone { width: 265px; height: 505px; border-width: 6px; border-radius: 38px; flex-shrink: 0; }
  .mini-product { padding: 9px; }
  .product-grid { grid-template-columns: 1fr; }
  .studio-city-bar { align-items: flex-start; flex-direction: column; gap: 15px; }
  .studio-filters { width: 100%; padding-bottom: 3px; overflow-x: auto; scrollbar-width: none; }
  .studio-filters button { flex: 0 0 auto; }
  .studio-directory { margin-bottom: 45px; grid-template-columns: 1fr; }
  .studio-card:last-child { grid-column: auto; }
  .studio-cover { height: 240px; }
  .join-copy, .join-form { padding: 38px 24px; }
  .join-copy h2 { font-size: 36px; }
  .join-form-row { grid-template-columns: 1fr; }
  .trend-board { margin-bottom: 45px; grid-template-columns: 1fr; }
  .trend-sidebar { padding: 28px 22px 20px; }
  .trend-sidebar h3 { font-size: 28px; }
  .trend-sidebar h3 br { display: none; }
  .trend-sidebar > p { margin-bottom: 18px; }
  .trend-tabs { display: flex; margin: 0 -4px; padding: 0 4px 4px; overflow-x: auto; scrollbar-width: none; }
  .trend-tabs button { min-width: 145px; }
  .trend-chart-wrap { padding: 28px 18px 22px; }
  .trend-chart-head strong { font-size: 30px; }
  .trend-chart { height: 235px; }
  .trend-chart svg { height: 195px; }
  .trend-footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .trend-footer button { width: 100%; }
  .brand-hall { margin-bottom: 42px; padding: 22px 16px; border-radius: 20px; }
  .brand-hall-head { align-items: stretch; flex-direction: column; gap: 20px; }
  .brand-hall-head h3 { font-size: 29px; }
  .brand-search { width: 100%; }
  .brand-filter-row { align-items: flex-end; margin-top: 20px; }
  .brand-filters { margin-right: -8px; padding-right: 8px; }
  .brand-all { padding-bottom: 8px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .brand-card { min-height: 126px; align-content: center; padding: 13px; grid-template-columns: 1fr; gap: 9px; }
  .brand-card > i { top: 8px; right: 8px; }
  .brand-monogram { width: 42px; height: 42px; font-size: 17px; }
  .brand-card b { font-size: 10px; }
  .product-card-large { grid-column: auto; }
  .product-image { height: 315px; }
  .spec-bar { padding: 20px; grid-template-columns: 1fr; }
  .spec-bar > div { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .spec-bar > div:nth-child(3) { border-bottom: 0; }
  .spec-bar a { grid-column: auto; }
  .final-cta { min-height: 540px; }
  footer { align-items: flex-start; flex-direction: column; gap: 24px; }
  footer > div { flex-wrap: wrap; }
  body { padding-bottom: 72px; }
  .app-dock { position: fixed; z-index: 110; right: 10px; bottom: 10px; left: 10px; display: flex; height: 62px; align-items: center; justify-content: space-around; padding: 6px; border: 1px solid rgba(38,75,90,.16); border-radius: 18px; background: rgba(245,239,228,.95); box-shadow: 0 15px 40px rgba(34,52,58,.2); backdrop-filter: blur(18px); }
  .app-dock a { display: flex; min-width: 52px; height: 50px; align-items: center; justify-content: center; border-radius: 13px; color: #7f7765; flex-direction: column; gap: 3px; }
  .app-dock a span { font-size: 16px; line-height: 1; }
  .app-dock a b { font-size: 8px; }
  .app-dock a.is-active { color: white; background: var(--forest); }
}

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