:root {
  --cream: #f5f0e7;
  --ivory: #fcfaf5;
  --sage: #8a9a7b;
  --forest: #314a3a;
  --taupe: #a58d76;
  --wood: #b8895d;
  --charcoal: #292b28;
  --muted: #6f726b;
  --line: rgba(41, 43, 40, 0.14);
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(49, 44, 35, 0.11);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--charcoal); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute !important; 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: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--forest); color: white; font-size: .875rem; font-weight: 700; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: none; }

/* Organizer Finder */
.finder-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 8rem); padding: clamp(4rem, 9vw, 8rem) clamp(1.1rem, 7vw, 8rem) 3rem; background: linear-gradient(115deg, var(--cream), #e7e1d3); }
.finder-hero > div { max-width: 52rem; }.finder-hero h1 { margin: 0; font: 500 clamp(3.7rem, 7.6vw, 7.5rem)/.9 var(--serif); letter-spacing: -.055em; }.finder-hero > div > p:not(.kicker) { max-width: 35rem; margin: 1.75rem 0 0; color: var(--muted); font-size: 1.15rem; line-height: 1.65; }.finder-hero aside { align-self: end; padding: 1.6rem; border-left: 2px solid var(--sage); background: rgba(252,250,245,.72); }.finder-hero aside strong { font: 500 1.5rem var(--serif); }.finder-hero ol { padding-left: 1.15rem; color: var(--muted); line-height: 1.7; }.finder-hero aside a { color: var(--forest); font-size: .88rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.finder-shell { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(360px,1.2fr); gap: clamp(1.5rem,4vw,4rem); padding: clamp(2rem,6vw,5rem) max(1.1rem, calc((100vw - 1300px)/2)); background: var(--ivory); }.finder-form { padding: clamp(1.25rem,3vw,2.25rem); background: #fff; box-shadow: var(--shadow); }.finder-form h2, .finder-results h2, .finder-note h2 { margin: 0; font: 500 clamp(2rem,3.5vw,3.25rem)/.98 var(--serif); letter-spacing: -.04em; }.finder-form-heading > p:not(.kicker) { color: var(--muted); line-height: 1.6; }.finder-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.75rem 0 1rem; }.finder-fields label { display: grid; gap: .45rem; color: var(--charcoal); font-size: .84rem; font-weight: 700; }.finder-fields label span small { color: var(--muted); font-weight: 500; }.finder-fields input, .finder-fields select { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 0; padding: .7rem .8rem; background: var(--ivory); color: var(--charcoal); font: inherit; }.finder-fields input:focus, .finder-fields select:focus { outline: 3px solid rgba(138,154,123,.35); outline-offset: 1px; }.finder-wide { grid-column: 1/-1; }.finder-fields fieldset { grid-column: 1/-1; display: flex; gap: 1rem; margin: 0; padding: .8rem; border: 1px solid var(--line); }.finder-fields legend { padding: 0 .35rem; font-size: .84rem; font-weight: 700; }.finder-fields fieldset label { display: flex; align-items: center; gap: .4rem; font-weight: 500; }.finder-fields fieldset input { width: 1rem; min-height: auto; }.field-help, .finder-error { margin: .8rem 0 1.25rem; color: var(--muted); font-size: .82rem; line-height: 1.5; }.finder-error { min-height: 1.2em; color: #9e3526; font-weight: 600; }.finder-results { min-width: 0; }.finder-empty, .finder-loading { display: grid; align-content: center; min-height: 390px; padding: clamp(1.5rem,5vw,4rem); border: 1px dashed rgba(49,74,58,.32); background: var(--cream); }.finder-empty p:not(.kicker), .finder-results-heading > p:not(.kicker) { max-width: 40rem; color: var(--muted); line-height: 1.6; }.finder-card-list { display: grid; gap: 1.1rem; margin-top: 1.4rem; }.finder-card { display: grid; grid-template-columns: 150px 1fr; overflow: hidden; border: 1px solid var(--line); background: #fff; }.finder-demo-image { display: grid; min-height: 100%; place-items: center; background: linear-gradient(145deg, #d6cfbd, #80927d); color: white; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }.finder-card-copy { padding: 1.25rem; }.demo-label { margin: 0 0 .5rem; color: var(--forest); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }.finder-card h3 { margin: 0; font: 500 1.6rem var(--serif); }.finder-card-copy > p:not(.demo-label) { color: var(--muted); line-height: 1.55; }.finder-storing { display: block; margin-top: .35rem; color: var(--charcoal); font-size: .82rem; }.fit-badge { display: inline-block; margin: .35rem 0 1rem; padding: .48rem .65rem; background: #e6eee4; color: #244329; font-size: .76rem; font-weight: 750; }.finder-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 0 0 1rem; }.finder-card dl div { min-width: 0; }.finder-card dt { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }.finder-card dd { margin: .2rem 0 0; font-size: .8rem; line-height: 1.4; }.finder-card button { min-height: 42px; border: 1px solid var(--line); padding: 0 .9rem; background: #eeece6; color: #75756f; font-weight: 700; cursor: not-allowed; }.finder-card small { display: block; margin-top: .5rem; color: var(--muted); font-size: .72rem; }.finder-note { padding: clamp(3rem,7vw,6rem) max(1.1rem, calc((100vw - 900px)/2)); background: var(--forest); color: white; }.finder-note .kicker { color: #d9e4d5; }.finder-note h2 { max-width: 44rem; }.finder-note p:not(.kicker) { max-width: 48rem; color: rgba(255,255,255,.78); line-height: 1.65; }

@media (max-width: 760px) { .finder-hero, .finder-shell { grid-template-columns: 1fr; }.finder-hero { padding-top: 3.5rem; }.finder-hero aside { margin-top: .5rem; }.finder-shell { padding: 1rem; }.finder-form { padding: 1.25rem; }.finder-fields { grid-template-columns: 1fr; }.finder-wide, .finder-fields fieldset { grid-column: auto; }.finder-fields fieldset { flex-wrap: wrap; }.finder-empty, .finder-loading { min-height: 260px; }.finder-card { grid-template-columns: 1fr; }.finder-demo-image { min-height: 100px; }.finder-card dl { grid-template-columns: 1fr; gap: .65rem; } }

.site-header {
  position: sticky; z-index: 50; top: 0; height: 76px; display: grid; grid-template-columns: 1fr auto auto; align-items: center;
  padding: 0 clamp(1.1rem, 4vw, 4.5rem); background: var(--ivory); background: color-mix(in srgb, var(--ivory) 92%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.logo { display: inline-flex; align-items: center; gap: .72rem; width: max-content; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; line-height: 1; }
.logo em { color: var(--forest); font-style: italic; }
.nest-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--forest); border-radius: 50% 50% 44% 44%; color: var(--forest); font-family: var(--sans); font-size: 1rem; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.25rem); }
.site-header nav a { position: relative; color: #52564f; font-size: .875rem; font-weight: 500; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: -.5rem; left: 0; height: 1px; background: var(--forest); transform: scaleX(0); transition: transform 180ms ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { transform: scaleX(1); }
.site-header nav a[aria-current="page"] { color: var(--forest); }
.site-header nav a[aria-current="page"]::after { transform: scaleX(1); }
.search-toggle, .menu-toggle { display: grid; place-items: center; border: 0; background: transparent; color: var(--charcoal); cursor: pointer; }
.search-toggle { width: 42px; height: 42px; margin-left: clamp(.6rem, 2vw, 1.75rem); }
.search-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }
.menu-toggle { display: none; width: 42px; gap: 5px; }
.menu-toggle > span:not(.sr-only) { width: 21px; height: 1px; background: currentColor; }
.search-panel { position: absolute; top: calc(100% + 1px); right: clamp(1rem,4vw,4.5rem); width: min(500px, calc(100vw - 2rem)); padding: 1.25rem; background: var(--ivory); border: 1px solid var(--line); border-top: 0; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: 180ms ease; }
.search-panel.open { opacity: 1; transform: none; visibility: visible; }
.search-panel label { display: block; margin-bottom: .65rem; font-size: .8rem; font-weight: 600; }
.search-panel > div, .newsletter-form > div { display: flex; }
.search-panel input, .newsletter-form input { min-width: 0; flex: 1; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--charcoal); padding: 1rem; font-size: 1rem; }
.search-panel button, .newsletter-form button { border: 0; background: var(--forest); color: white; padding: 0 1.2rem; cursor: pointer; }
.search-status { min-height: 1.25em; margin: .65rem 0 0; color: var(--muted); font-size: .78rem; }

.hero { position: relative; min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(300px,.72fr) minmax(530px,1.28fr); grid-template-rows: 1fr auto; padding: clamp(3rem,7vw,7rem) clamp(1.1rem,4vw,4.5rem) 1.4rem; background: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -25vw; left: 27%; width: 70vw; aspect-ratio: 1; border: 1px solid rgba(49,74,58,.1); border-radius: 50%; }
.hero-copy { z-index: 2; align-self: center; padding: 2rem 0 4rem; }
.kicker { margin: 0 0 1.35rem; color: var(--forest); font-size: .74rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero h1, .page-hero h1, .category-hero h1, .article-header h1, .not-found h1 { margin: 0; font: 500 clamp(4rem,7.2vw,8.5rem)/.88 var(--serif); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--forest); font-weight: 500; }
.hero-copy > p:not(.kicker) { max-width: 35rem; margin: 2rem 0 2.35rem; color: var(--muted); font-size: clamp(1rem,1.45vw,1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 1.5rem; padding: .85rem 1.25rem; border: 1px solid var(--charcoal); border-radius: 999px; font-size: .88rem; font-weight: 600; transition: transform 180ms var(--ease), background 180ms ease, color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--forest); border-color: var(--forest); color: white; }
.button.primary:hover, .button.primary:focus-visible { background: var(--charcoal); border-color: var(--charcoal); }
.button.secondary { background: transparent; }
.button.secondary:hover, .button.secondary:focus-visible { background: white; }
.button.light { background: var(--ivory); border-color: var(--ivory); color: var(--charcoal); }

.home-scene { position: relative; z-index: 1; display: grid; grid-column: 2; grid-row: 1 / span 2; align-self: center; place-items: center; perspective: 1100px; transform-style: preserve-3d; isolation: isolate; }
.home-scene::after { content: ""; position: absolute; z-index: -1; bottom: 17%; width: 62%; height: 12%; border-radius: 50%; background: radial-gradient(ellipse,rgba(62,53,39,.2),rgba(62,53,39,0) 70%); filter: blur(14px); transform: translateZ(-70px) scale(.94); animation: scene-shadow 7s ease-in-out infinite; }
.scene-view { position: relative; z-index: 2; width: min(100%,920px); aspect-ratio: 3/2; touch-action: pan-y; transform-style: preserve-3d; will-change: transform; animation: scene-float 7s ease-in-out infinite; }
.home-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 32px 35px rgba(62,53,39,.15)); transition: opacity 550ms ease, filter 700ms ease, transform 900ms var(--ease); }
.scene-view model-viewer { position: absolute; z-index: 2; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; background: transparent; opacity: 0; outline: none; pointer-events: none; transition: opacity 650ms ease; --poster-color: transparent; }
.home-scene.has-live-model:not(.is-static-layout) model-viewer { opacity: 1; pointer-events: auto; }
.home-scene.has-live-model:not(.is-static-layout) .apartment-overview { opacity: 0; pointer-events: none; }
.home-scene.has-live-model:not(.is-static-layout) .room-pins { opacity: 0; visibility: hidden; pointer-events: none; }
.home-scene.is-static-layout model-viewer { opacity: 0; visibility: hidden; pointer-events: none; }
.home-scene.is-static-layout .apartment-overview, .home-scene.model-error .apartment-overview { opacity: 1; }
.home-scene.is-static-layout .room-pins, .home-scene.model-error .room-pins { opacity: 1; visibility: visible; pointer-events: auto; }
.room-3d-hotspot { display: flex; min-height: 34px; align-items: center; gap: .42rem; padding: .45rem .65rem; border: 1px solid rgba(49,74,58,.18); border-radius: 999px; background: rgba(252,250,245,.92); box-shadow: 0 10px 24px rgba(35,39,33,.18); color: var(--charcoal); font: 650 .68rem/1 var(--sans); white-space: nowrap; cursor: pointer; backdrop-filter: blur(10px); transform: translate(-50%,-50%); transition: opacity 180ms ease, transform 180ms var(--ease), background 180ms ease, color 180ms ease; }
.room-3d-hotspot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(138,154,123,.2); }
.room-3d-hotspot:hover, .room-3d-hotspot:focus-visible, .room-3d-hotspot[aria-pressed="true"] { background: var(--forest); color: white; transform: translate(-50%,calc(-50% - 3px)) scale(1.04); }
.home-scene.is-room-focused .room-3d-hotspot:not([aria-pressed="true"]) { opacity: .35; }
.room-3d-hotspot[hidden] { display: none; }
.model-progress { position: absolute; right: 18%; bottom: 7%; left: 18%; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(49,74,58,.14); transition: opacity 220ms ease; }
.model-progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--forest); transform: scaleX(0); transform-origin: left center; transition: transform 120ms linear; }
.home-scene.has-live-model .model-progress { opacity: 0; }
.scene-3d-copy { position: absolute; z-index: 5; bottom: 7%; left: 5%; display: grid; max-width: 280px; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.55); background: rgba(252,250,245,.92); box-shadow: 0 14px 35px rgba(35,39,33,.16); color: var(--charcoal); opacity: 0; pointer-events: none; backdrop-filter: blur(12px); transform: translateY(8px); transition: opacity 220ms ease, transform 260ms var(--ease); }
.scene-3d-copy p { margin: 0 0 .18rem; color: var(--sage); font-size: .6rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.scene-3d-copy strong { font: 500 1.5rem/1 var(--serif); }
.scene-3d-copy a { width: max-content; margin-top: .5rem; border-bottom: 1px solid var(--forest); color: var(--forest); font-size: .68rem; font-weight: 700; }
.scene-storage-action { width: max-content; min-height: 34px; margin-top: .6rem; padding: .45rem .7rem; border: 1px solid rgba(49,74,58,.22); border-radius: 999px; background: var(--forest); color: white; font: 700 .68rem/1 var(--sans); cursor: pointer; transition: background 180ms ease, transform 180ms var(--ease), opacity 180ms ease; }
.scene-storage-action::before { content: "+"; display: inline-grid; width: 16px; height: 16px; margin-right: .35rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: .78rem; vertical-align: -1px; }
.scene-storage-action:hover, .scene-storage-action:focus-visible { background: #22372b; transform: translateY(-1px); }
.scene-storage-action[aria-pressed="true"]::before { content: "−"; }
.scene-storage-action:disabled { cursor: wait; opacity: .62; }
.scene-storage-action[hidden] { display: none; }
.home-scene.is-room-focused:not(.is-static-layout) .scene-3d-copy { opacity: 1; pointer-events: auto; transform: none; }
.cube-swatch { position: relative; border-radius: 2px !important; background: linear-gradient(135deg,#c9d4c1 0 49%,#75876b 50% 100%) !important; transform: rotate(30deg); }
.apartment-overview.is-changing { opacity: .18; transform: scale(.985); }
.scene-back { position: absolute; z-index: 0; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.92),rgba(138,154,123,.2) 48%,transparent 70%); filter: blur(10px); transform: translateZ(-50px); animation: scene-glow 7s ease-in-out infinite; }
.room-focus { position: absolute; z-index: 3; inset: 5%; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 2px; background: #d8d1c6; box-shadow: 0 36px 90px rgba(49,43,34,.25); opacity: 0; pointer-events: none; transform: translate3d(0,18px,70px) scale(1.08); transition: opacity 450ms ease, transform 900ms var(--ease); }
.room-focus::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(29,35,30,.68)); pointer-events: none; }
.room-focus-image { position: absolute; inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px); object-fit: cover; filter: none; opacity: 1; transform: scale(1.16); transition: opacity 220ms ease, transform 1.25s var(--ease); }
.room-focus-image.is-changing { opacity: 0; transform: scale(1.06); }
.object-hint { position: absolute; z-index: 4; top: 1rem; left: 1rem; display: flex; align-items: center; gap: .45rem; margin: 0; padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(31,39,33,.48); color: white; font-size: .68rem; font-weight: 600; letter-spacing: .04em; backdrop-filter: blur(8px); transition: opacity 180ms ease; }
.object-hint span { color: #dce6d5; }
.room-object-layer { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.object-hotspot { position: absolute; top: calc(var(--y) - var(--h) / 2); left: calc(var(--x) - var(--w) / 2); width: var(--w); height: var(--h); min-width: 44px; min-height: 44px; border: 1px solid transparent; border-radius: 0; background: transparent; color: white; cursor: pointer; pointer-events: auto; clip-path: var(--object-shape); transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.object-hotspot i { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; border: 2px solid white; border-radius: 50%; background: rgba(49,74,58,.82); box-shadow: 0 0 0 5px rgba(255,255,255,.28), 0 4px 14px rgba(20,28,22,.32); transform: translate(-50%,-50%); animation: object-pulse 2.8s ease-out var(--delay) infinite; }
.object-hotspot span { position: absolute; bottom: calc(50% + 15px); left: 50%; width: max-content; max-width: 150px; padding: .42rem .62rem; border-radius: 999px; background: rgba(30,38,32,.86); box-shadow: 0 8px 20px rgba(20,28,22,.18); color: white; font-size: .7rem; font-weight: 600; opacity: 0; pointer-events: none; transform: translate(-50%,6px); transition: opacity 160ms ease, transform 180ms var(--ease); }
.object-hotspot:hover, .object-hotspot:focus-visible, .object-hotspot[aria-expanded="true"] { border-color: rgba(255,255,255,.58); background: rgba(245,240,231,.12); box-shadow: inset 0 0 32px rgba(255,255,255,.14); }
.object-hotspot:hover span, .object-hotspot:focus-visible span, .object-hotspot[aria-expanded="true"] span { opacity: 1; transform: translate(-50%,0); }
.object-card { position: absolute; z-index: 6; top: 4.2rem; left: 1rem; width: min(300px,calc(100% - 5rem)); padding: 1rem 2.7rem 1rem 1rem; border: 1px solid rgba(255,255,255,.55); background: rgba(252,250,245,.94); box-shadow: 0 18px 45px rgba(30,38,32,.24); color: var(--charcoal); backdrop-filter: blur(14px); animation: card-open 240ms var(--ease) both; }
.object-card.is-right { right: 1rem; left: auto; }
.object-card[hidden] { display: none; }
.object-card > p { margin: 0 0 .3rem; color: var(--forest); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.object-card > strong { display: block; font: 500 1.55rem/1 var(--serif); }
.object-card > span { display: block; margin: .55rem 0 .8rem; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.object-item-list { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 .85rem; }
.object-item-list span { padding: .34rem .5rem; border: 1px solid rgba(49,74,58,.14); border-radius: 999px; background: rgba(138,154,123,.1); color: var(--forest); font-size: .64rem; font-weight: 650; line-height: 1.2; }
.object-card > a { display: inline-block; border-bottom: 1px solid var(--forest); color: var(--forest); font-size: .72rem; font-weight: 700; }
.object-card-close { position: absolute; top: .55rem; right: .55rem; display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 50%; background: rgba(49,74,58,.09); color: var(--forest); font-size: 1.15rem; cursor: pointer; }
.room-focus-copy { position: absolute; z-index: 2; right: clamp(1rem,3vw,2rem); bottom: clamp(1rem,3vw,2rem); left: clamp(1rem,3vw,2rem); display: grid; grid-template-columns: 1fr auto; gap: .25rem 1.2rem; color: white; }
.room-focus-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.room-focus-copy strong { grid-column: 1; font: 500 clamp(1.8rem,3.4vw,3.4rem)/.9 var(--serif); }
.room-focus-copy a { grid-column: 2; grid-row: 1 / span 2; align-self: end; border-bottom: 1px solid rgba(255,255,255,.72); padding-bottom: .15rem; font-size: .78rem; font-weight: 600; }
.room-reset { position: absolute; z-index: 7; top: .8rem; right: .8rem; display: flex; min-height: 42px; align-items: center; gap: .45rem; padding: .58rem .82rem; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; background: rgba(30,38,32,.58); color: white; font-size: .72rem; font-weight: 650; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.room-reset span { font-size: 1rem; }
.home-scene.is-focused .apartment-overview { opacity: 0; filter: blur(10px) drop-shadow(0 32px 35px rgba(62,53,39,.08)); transform: scale(1.1); }
.home-scene.is-focused .room-focus { opacity: 1; pointer-events: auto; transform: translate3d(0,0,70px) scale(1); }
.home-scene.is-focused .room-focus-image { transform: scale(1); }
.home-scene.is-focused .room-focus-image.is-changing { transform: scale(1.04); }
.home-scene.feature-is-open .object-hint { opacity: .45; }
.room-pins { position: absolute; z-index: 4; inset: 0; transition: opacity 220ms ease; }
.home-scene.is-focused .room-pins { opacity: 0; visibility: hidden; pointer-events: none; }
.home-scene.is-focused .room-pin { opacity: 0; pointer-events: none; }
.room-pin { position: absolute; z-index: 4; top: var(--pin-y); left: var(--pin-x); display: flex; align-items: center; gap: .5rem; max-width: 112px; padding: .55rem .75rem; border: 1px solid rgba(49,74,58,.18); border-radius: 999px; background: rgba(252,250,245,.9); box-shadow: 0 10px 22px rgba(49,43,34,.14); color: var(--charcoal); font-size: .75rem; font-weight: 600; white-space: nowrap; cursor: pointer; backdrop-filter: blur(10px); transform: translate(-50%,-50%); transition: transform 180ms var(--ease), background 180ms ease, opacity 180ms ease; }
.room-pin::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(138,154,123,.18); }
.room-pin::before { animation: pin-pulse 3.2s ease-out infinite; }
.pin-bedroom::before { animation-delay: 1s; }
.pin-bathroom::before { animation-delay: 1.5s; }
.pin-closet::before { animation-delay: 2s; }
.pin-office::before { animation-delay: 2.5s; }
.room-pin:hover, .room-pin:focus-visible { background: white; transform: translate(-50%,calc(-50% - 3px)); }
.home-layout-switcher { position: absolute; z-index: 6; top: 1.5%; left: 50%; display: flex; align-items: center; gap: .2rem; max-width: calc(100% - 1.2rem); padding: .3rem; border: 1px solid rgba(49,74,58,.12); border-radius: 999px; background: rgba(252,250,245,.9); box-shadow: 0 10px 28px rgba(49,43,34,.1); backdrop-filter: blur(12px); transform: translateX(-50%); transition: opacity 180ms ease; }
.home-layout-switcher > span { padding: 0 .45rem 0 .55rem; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-layout-switcher button { display: flex; min-height: 34px; align-items: center; gap: .34rem; padding: .38rem .58rem; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: .65rem; font-weight: 650; cursor: pointer; transition: background 160ms ease,color 160ms ease,transform 160ms ease; }
.home-layout-switcher button i { width: 8px; height: 8px; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 3px color-mix(in srgb,var(--swatch) 18%,transparent); }
.home-layout-switcher button:hover, .home-layout-switcher button:focus-visible { color: var(--forest); transform: translateY(-1px); }
.home-layout-switcher button[aria-pressed="true"] { background: var(--forest); color: white; }
.home-scene.is-focused .home-layout-switcher { opacity: 0; visibility: hidden; pointer-events: none; }
.scene-note { position: absolute; z-index: 4; right: 5%; bottom: 7%; margin: 0; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; transition: opacity 180ms ease; }
.scene-note span { margin-right: .45rem; color: var(--forest); }
.home-scene.is-focused .scene-note { opacity: 0; }
.room-tour-nav { position: absolute; z-index: 5; bottom: 1.5%; left: 50%; display: flex; max-width: calc(100% - 2rem); gap: .25rem; overflow-x: auto; padding: .35rem; border: 1px solid rgba(49,74,58,.12); border-radius: 999px; background: rgba(252,250,245,.84); box-shadow: 0 14px 35px rgba(49,43,34,.1); backdrop-filter: blur(12px); scrollbar-width: none; transform: translateX(-50%); }
.room-tour-nav::-webkit-scrollbar { display: none; }
.room-tour-nav button, .room-tour-nav a { display: inline-flex; flex: 0 0 auto; min-height: 38px; align-items: center; border: 0; border-radius: 999px; background: transparent; color: var(--muted); padding: .55rem .8rem; font-size: .7rem; font-weight: 600; cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease); }
.room-tour-nav button:hover, .room-tour-nav button:focus-visible, .room-tour-nav a:hover, .room-tour-nav a:focus-visible { color: var(--forest); transform: translateY(-1px); }
.room-tour-nav button[aria-pressed="true"] { background: var(--forest); color: white; }
.trust-strip { z-index: 3; display: flex; grid-column: 1; gap: clamp(1.2rem,3vw,3.5rem); padding-top: 1.15rem; border-top: 1px solid var(--line); }
.trust-strip span { color: var(--muted); font-size: .72rem; }

/* Cinematic hero: the still apartment remains the dependable base layer while
   the live model is revealed through a soft, cursor-led light. */
.cinematic-hero {
  --grid-x: 0px;
  --grid-y: 0px;
  min-height: calc(100svh - 76px);
  color: var(--ivory);
  background:
    radial-gradient(circle at 70% 46%,rgba(187,205,173,.2),transparent 31%),
    radial-gradient(circle at 10% 100%,rgba(165,141,118,.13),transparent 34%),
    linear-gradient(125deg,#101a15 0%,#1a2a21 48%,#26392d 100%);
}
.cinematic-hero::before { top: -34vw; left: 20%; width: 82vw; border-color: rgba(239,235,224,.12); }
.cinematic-grid { position: absolute; z-index: 0; inset: -40px; opacity: .16; pointer-events: none; transform: translate3d(var(--grid-x),var(--grid-y),0); transition: transform 120ms linear; background-image: linear-gradient(rgba(226,232,221,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(226,232,221,.12) 1px,transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(circle at 68% 48%,black,transparent 68%); mask-image: radial-gradient(circle at 68% 48%,black,transparent 68%); }
.cinematic-atmosphere { position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(10,17,13,.38),transparent 52%,rgba(4,10,7,.13)),radial-gradient(circle at 68% 48%,transparent 0 24%,rgba(5,12,8,.22) 76%); }
.hero-wordmark { position: absolute; z-index: 0; top: 3%; right: -1.5%; margin: 0; color: rgba(245,240,231,.055); font: 500 clamp(7rem,17vw,20rem)/.72 var(--serif); letter-spacing: -.075em; white-space: nowrap; pointer-events: none; user-select: none; }
.cinematic-hero .hero-copy { position: relative; }
.cinematic-hero .kicker { color: #bdcbb3; }
.cinematic-hero h1 { text-shadow: 0 20px 55px rgba(0,0,0,.22); }
.cinematic-hero h1 em { color: #d8e0d2; }
.cinematic-hero .hero-copy > p:not(.kicker) { color: rgba(252,250,245,.72); }
.cinematic-hero .button.primary { border-color: var(--ivory); background: var(--ivory); color: var(--forest); }
.cinematic-hero .button.primary:hover,.cinematic-hero .button.primary:focus-visible { border-color: white; background: white; color: var(--charcoal); }
.cinematic-hero .button.secondary { border-color: rgba(252,250,245,.48); color: white; background: rgba(255,255,255,.025); backdrop-filter: blur(8px); }
.cinematic-hero .button.secondary:hover,.cinematic-hero .button.secondary:focus-visible { background: rgba(255,255,255,.12); }
.cinematic-hero .trust-strip { border-color: rgba(252,250,245,.18); }
.cinematic-hero .trust-strip span { color: rgba(252,250,245,.62); }
.cinematic-hero .home-scene { --spot-x: 62%; --spot-y: 51%; --spot-radius: clamp(150px,16vw,260px); }
.cinematic-hero .home-scene::after { background: radial-gradient(ellipse,rgba(0,0,0,.42),rgba(0,0,0,0) 70%); }
.cinematic-hero .scene-back { width: 86%; background: radial-gradient(circle,rgba(232,237,227,.25),rgba(138,154,123,.13) 45%,transparent 70%); filter: blur(18px); }
.cinematic-hero .scene-view { border-radius: 30px; }
.cinematic-hero .scene-view::before { content: ""; position: absolute; z-index: 3; inset: 2% 1%; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(145deg,rgba(255,255,255,.07),transparent 34%,rgba(7,14,10,.13)); box-shadow: inset 0 1px 0 rgba(255,255,255,.14),0 40px 90px rgba(0,0,0,.22); pointer-events: none; }
.cinematic-hero .scene-view::after { content: ""; position: absolute; z-index: 3; inset: 2% 1%; border-radius: 30px; opacity: .58; pointer-events: none; background: radial-gradient(circle calc(var(--spot-radius) * .92) at var(--spot-x) var(--spot-y),rgba(241,244,236,.1),transparent 72%); transition: opacity 300ms ease; }
.cinematic-hero .apartment-overview { z-index: 1; opacity: .72; filter: saturate(.7) brightness(.62) contrast(1.08) drop-shadow(0 32px 35px rgba(0,0,0,.22)); }
.cinematic-hero .home-scene:not(.has-live-model) .apartment-overview { opacity: 1; filter: saturate(.94) brightness(.9) contrast(1.04) drop-shadow(0 34px 42px rgba(0,0,0,.28)); }
.cinematic-hero .scene-view model-viewer { z-index: 2; opacity: 0; filter: saturate(1.04) contrast(1.02); -webkit-mask-image: radial-gradient(circle var(--spot-radius) at var(--spot-x) var(--spot-y),#000 0 39%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 78%,transparent 100%); mask-image: radial-gradient(circle var(--spot-radius) at var(--spot-x) var(--spot-y),#000 0 39%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 78%,transparent 100%); }
.cinematic-hero .home-scene.has-live-model:not(.is-static-layout) model-viewer { opacity: 1; }
.cinematic-hero .home-scene.has-live-model:not(.is-static-layout) .apartment-overview { opacity: .72; pointer-events: none; }
.cinematic-hero .home-scene.is-room-focused { --spot-radius: 150vmax; }
.cinematic-hero .home-scene.is-room-focused .apartment-overview { opacity: .1; filter: blur(10px) brightness(.45); }
.scene-reveal-hint { position: absolute; z-index: 8; top: 8%; left: 6%; display: flex; align-items: center; gap: .65rem; padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(18,29,23,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 10px 30px rgba(0,0,0,.12); color: rgba(255,255,255,.82); font-size: .68rem; font-weight: 650; letter-spacing: .04em; backdrop-filter: blur(12px); pointer-events: none; transition: opacity 300ms ease,transform 400ms var(--ease); }
.scene-reveal-hint i { width: 9px; height: 9px; border: 1px solid white; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.1); }
.home-scene.is-spotlight-active .scene-reveal-hint,.home-scene.has-explored .scene-reveal-hint,.home-scene.is-room-focused .scene-reveal-hint { opacity: 0; transform: translateY(-6px); }
.cinematic-hero .home-layout-switcher,.cinematic-hero .room-tour-nav { border-color: rgba(255,255,255,.18); background: rgba(18,29,23,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 16px 38px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.cinematic-hero .home-layout-switcher > span,.cinematic-hero .home-layout-switcher button,.cinematic-hero .room-tour-nav button,.cinematic-hero .room-tour-nav a { color: rgba(255,255,255,.68); }
.cinematic-hero .home-layout-switcher button:hover,.cinematic-hero .home-layout-switcher button:focus-visible,.cinematic-hero .room-tour-nav button:hover,.cinematic-hero .room-tour-nav button:focus-visible,.cinematic-hero .room-tour-nav a:hover,.cinematic-hero .room-tour-nav a:focus-visible { color: white; }
.cinematic-hero .home-layout-switcher button[aria-pressed="true"],.cinematic-hero .room-tour-nav button[aria-pressed="true"] { background: rgba(252,250,245,.94); color: var(--forest); }
.cinematic-hero .scene-note { color: rgba(255,255,255,.58); }
.cinematic-hero .scene-note span { color: #c4d2bc; }
.cinematic-hero .room-3d-hotspot { border-color: rgba(255,255,255,.28); background: rgba(24,36,29,.68); color: white; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.cinematic-hero .room-3d-hotspot:hover,.cinematic-hero .room-3d-hotspot:focus-visible,.cinematic-hero .room-3d-hotspot[aria-pressed="true"] { background: rgba(252,250,245,.96); color: var(--forest); }
.cinematic-hero .room-reset { background: rgba(18,29,23,.66); }
.cinematic-hero .scene-3d-copy { border-radius: 18px; background: rgba(252,250,245,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.6),0 18px 48px rgba(0,0,0,.2); }

/* Full-screen, image-led room story. It borrows the blur/fade rhythm of a
   cinematic video page while keeping the site fast and dependable. */
.room-cinema { position: relative; height: 500svh; background: #07100b; color: white; }
.room-cinema-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; isolation: isolate; }
.room-cinema-media,.room-cinema-media img,.room-cinema-shade { position: absolute; inset: 0; }
.room-cinema-media { z-index: 0; background: #0c1510; }
.room-cinema-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; filter: blur(12px) brightness(.6) saturate(.78); transform: scale(1.08); transition: opacity 900ms ease,filter 1.1s ease,transform 1.8s var(--ease); }
.room-cinema-media img.is-active { opacity: 1; filter: blur(0) brightness(.74) saturate(.92); transform: scale(1.015); }
.room-cinema-shade { z-index: 1; background: linear-gradient(90deg,rgba(3,9,5,.82) 0%,rgba(3,9,5,.56) 35%,rgba(3,9,5,.12) 66%,rgba(3,9,5,.46) 100%),linear-gradient(180deg,rgba(3,9,5,.32),transparent 35%,rgba(3,9,5,.62)); }
.room-cinema-shade::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 64px 64px; -webkit-mask-image: linear-gradient(90deg,black,transparent 72%); mask-image: linear-gradient(90deg,black,transparent 72%); }
.room-cinema-heading { position: absolute; z-index: 3; top: clamp(2rem,6vh,5rem); left: clamp(1.1rem,5vw,5rem); }
.room-cinema-heading > p { margin: 0 0 1rem; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.room-cinema-heading h2 { margin: 0; font: italic 500 clamp(3rem,6vw,6.5rem)/.82 var(--serif); letter-spacing: -.045em; }
.room-cinema-heading h2 em { color: #d7e0d2; }
.room-cinema-copy { position: absolute; z-index: 4; right: clamp(1.1rem,6vw,6rem); bottom: clamp(5.5rem,11vh,8rem); width: min(520px,calc(100% - 2.2rem)); }
.room-cinema-copy article { position: absolute; right: 0; bottom: 0; width: 100%; padding: clamp(1.2rem,2.5vw,2rem); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(10,20,14,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.14),0 28px 70px rgba(0,0,0,.22); opacity: 0; visibility: hidden; backdrop-filter: blur(24px); transform: translateY(28px); transition: opacity 620ms ease,transform 750ms var(--ease),filter 620ms ease,visibility 620ms; filter: blur(9px); }
.room-cinema-copy article.is-active { opacity: 1; visibility: visible; filter: blur(0); transform: none; }
.room-cinema-copy article > span { display: block; margin-bottom: 1.25rem; color: #c6d2c0; font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.room-cinema-copy h3 { margin: 0; font: italic 500 clamp(2.6rem,4.4vw,4.8rem)/.84 var(--serif); letter-spacing: -.04em; }
.room-cinema-copy p { max-width: 42ch; margin: 1.35rem 0 1.5rem; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.55; }
.room-cinema-copy a { display: inline-flex; gap: 1.2rem; align-items: center; padding-bottom: .28rem; border-bottom: 1px solid rgba(255,255,255,.7); font-size: .82rem; font-weight: 650; }
.room-cinema-progress { position: absolute; z-index: 5; bottom: clamp(2rem,5vh,3.5rem); left: clamp(1.1rem,5vw,5rem); display: flex; gap: .5rem; align-items: center; }
.room-cinema-progress i { display: block; width: 26px; height: 2px; background: rgba(255,255,255,.3); transition: width 420ms var(--ease),background 420ms ease; }
.room-cinema-progress i.is-active { width: 58px; background: white; }
.room-cinema-cue { position: absolute; z-index: 4; right: clamp(1.1rem,5vw,5rem); bottom: clamp(2rem,5vh,3.5rem); margin: 0; color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.room-cinema-cue span { display: inline-block; margin-right: .5rem; animation: cinema-cue 1.8s ease-in-out infinite; }
.room-cinema.has-progressed .room-cinema-cue { opacity: 0; transition: opacity 300ms ease; }
.room-cinema-triggers { position: absolute; inset: 0; display: grid; grid-template-rows: repeat(5,1fr); pointer-events: none; }
.room-cinema-triggers i { display: block; }
@keyframes cinema-cue { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(5px); } }

@keyframes scene-float {
  0%, 100% { transform: rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translate3d(0,calc(var(--float,0px) + 2px),28px); }
  50% { transform: rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translate3d(0,calc(var(--float,0px) - 10px),40px); }
}
@keyframes scene-shadow {
  0%, 100% { opacity: .68; transform: translateZ(-70px) scale(.94); }
  50% { opacity: .48; transform: translateZ(-70px) scale(.86); }
}
@keyframes scene-glow {
  0%, 100% { opacity: .76; transform: translateZ(-50px) scale(.98); }
  50% { opacity: 1; transform: translateZ(-50px) scale(1.04); }
}
@keyframes pin-pulse {
  0%, 40%, 100% { box-shadow: 0 0 0 4px rgba(138,154,123,.18); }
  15% { box-shadow: 0 0 0 8px rgba(138,154,123,0); }
}
@keyframes object-pulse {
  0%, 45%, 100% { box-shadow: 0 0 0 5px rgba(255,255,255,.28), 0 4px 14px rgba(20,28,22,.32); }
  18% { box-shadow: 0 0 0 10px rgba(255,255,255,0), 0 4px 14px rgba(20,28,22,.32); }
}
@keyframes card-open {
  from { opacity: 0; transform: translateY(-7px) scale(.98); }
  to { opacity: 1; transform: none; }
}

.home-story { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,9vw,9rem) clamp(1.1rem,5vw,5.5rem); background: #25372d; color: white; }
.story-visual { position: sticky; top: 100px; align-self: start; height: min(72vh,760px); overflow: hidden; background: #17241d; box-shadow: 0 34px 90px rgba(8,14,11,.32); }
.story-image-wrap { position: absolute; inset: 0; overflow: hidden; }
.story-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,18,13,.04) 40%,rgba(10,18,13,.82) 100%); }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.13) translate3d(0,0,0); transition: transform 1.1s var(--ease),filter .8s ease; }
.home-story[data-story-step="1"] .story-image-wrap img { transform: scale(1.28) translate3d(-7%,-5%,0); }
.home-story[data-story-step="2"] .story-image-wrap img { transform: scale(1.36) translate3d(8%,-2%,0); }
.home-story[data-story-step="3"] .story-image-wrap img { transform: scale(1.18) translate3d(-2%,4%,0); filter: saturate(.86) brightness(.9); }
.story-visual > p { position: absolute; z-index: 2; right: clamp(1.2rem,3vw,2.4rem); bottom: clamp(1.3rem,3vw,2.5rem); left: clamp(1.2rem,3vw,2.4rem); margin: 0; }
.story-visual > p span { display: block; margin-bottom: .6rem; color: #c9d6c4; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-visual > p strong { display: block; max-width: 34rem; font: 500 clamp(1.6rem,3vw,2.8rem)/1.05 var(--serif); }
.story-progress { position: absolute; z-index: 3; top: 1.2rem; right: 1.2rem; display: flex; gap: .35rem; }
.story-progress i { width: 28px; height: 2px; background: rgba(255,255,255,.28); transition: background 250ms ease,transform 250ms var(--ease); transform-origin: left; }
.home-story[data-story-step="0"] .story-progress i:nth-child(1), .home-story[data-story-step="1"] .story-progress i:nth-child(-n+2), .home-story[data-story-step="2"] .story-progress i:nth-child(-n+3), .home-story[data-story-step="3"] .story-progress i { background: white; }
.story-copy { padding: 4vh 0 14vh; }
.story-copy header { padding-bottom: 15vh; }
.story-copy .kicker { color: #c9d6c4; }
.story-copy h2 { margin: 0; font: 500 clamp(3.2rem,5.5vw,6.6rem)/.92 var(--serif); letter-spacing: -.05em; }
.story-copy h2 em { color: #c9d6c4; }
.story-step { display: grid; grid-template-columns: 48px 1fr; gap: 1.2rem; min-height: 50vh; align-content: center; border-top: 1px solid rgba(255,255,255,.15); opacity: .34; transition: opacity 350ms ease,transform 500ms var(--ease); transform: translateY(18px); }
.story-step.is-active { opacity: 1; transform: none; }
.story-step > span { padding-top: .35rem; color: #b6c4b0; font-size: .72rem; }
.story-step h3 { margin: 0 0 1rem; font: 500 clamp(2rem,3.2vw,3.7rem)/1 var(--serif); }
.story-step p { max-width: 33rem; margin: 0; color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; }
.story-step .text-link { margin-top: 1.6rem; color: white; }

.section { padding: clamp(5rem,10vw,10rem) clamp(1.1rem,5vw,5.5rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(2.6rem,5vw,5rem); }
.section-heading h2, .finds-intro h2, .spotlight h2, .newsletter h2, .about-preview h2, .editorial-standard h2 { margin: 0; font: 500 clamp(3.2rem,5.8vw,7rem)/.95 var(--serif); letter-spacing: -.045em; }
.section-heading > p { max-width: 31rem; margin: 0 0 .4rem; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; width: max-content; border-bottom: 1px solid currentColor; padding-bottom: .2rem; color: var(--forest); font-size: .85rem; font-weight: 600; }

.room-section { background: var(--ivory); }
.storage-matcher { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(560px,1.3fr); gap: clamp(2rem,6vw,7rem); align-items: center; padding: clamp(4rem,7vw,7rem) clamp(1.1rem,7vw,8rem); background: var(--forest); color: white; }
.matcher-copy { max-width: 34rem; }
.matcher-copy .kicker { color: #c8d3c1; }
.matcher-copy h2 { margin: 0; font: 500 clamp(3.2rem,5.8vw,6.5rem)/.92 var(--serif); letter-spacing: -.045em; }
.matcher-copy h2 em { color: #c8d3c1; }
.matcher-copy > p:not(.kicker) { margin: 1.5rem 0 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.7; }
.matcher-steps { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.matcher-steps span { padding: .45rem .65rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.matcher-panel { display: grid; grid-template-columns: minmax(220px,.72fr) minmax(330px,1.28fr); overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: var(--ivory); box-shadow: 0 30px 70px rgba(15,28,20,.26); color: var(--charcoal); }
.matcher-controls { display: grid; align-content: center; gap: 1rem; padding: clamp(1.25rem,3vw,2rem); background: var(--cream); }
.matcher-controls label { display: grid; gap: .5rem; }
.matcher-controls label > span { color: var(--forest); font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.matcher-controls select { width: 100%; min-height: 50px; padding: .72rem 2.5rem .72rem .85rem; border: 1px solid var(--line); border-radius: 0; background: var(--ivory); color: var(--charcoal); font: 500 1rem/1.3 var(--sans); cursor: pointer; }
.matcher-controls select:focus-visible { outline: 2px solid var(--sage); outline-offset: 2px; }
.matcher-result { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(1.5rem,3.5vw,2.5rem); background: #dce4d7; }
.matcher-result-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.matcher-result-heading p { margin: 0 0 .65rem; color: var(--forest); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.matcher-result-heading > strong { flex: 0 0 auto; padding: .48rem .68rem; border: 1px solid rgba(49,74,58,.2); border-radius: 999px; color: var(--forest); font-size: .68rem; letter-spacing: .04em; }
.matcher-result-heading > strong.is-complete { background: var(--forest); color: white; }
.matcher-result h3 { margin: 0; font: 500 clamp(2.25rem,3.6vw,3.6rem)/.95 var(--serif); letter-spacing: -.035em; }
.matcher-result > span { display: block; margin-top: 1rem; color: #4f5b51; font-size: .9rem; line-height: 1.6; }
.matcher-result dl { margin: 1.1rem 0; padding-top: 1rem; border-top: 1px solid rgba(49,74,58,.18); }
.matcher-result dt { margin-bottom: .35rem; color: var(--forest); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.matcher-result dd { margin: 0; color: #4f5b51; font-size: .82rem; line-height: 1.5; }
.matcher-result .button { width: fit-content; min-height: 46px; }
.matcher-plan { margin-top: .15rem; border-top: 1px solid rgba(49,74,58,.18); }
.matcher-plan-title { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0 .5rem; }
.matcher-plan-title p { margin: 0; color: var(--forest); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.matcher-plan-title span { color: #667269; font-size: .7rem; }
.matcher-plan ol { display: grid; gap: .38rem; margin: 0; padding: 0; list-style: none; }
.plan-task { display: grid; grid-template-columns: 22px minmax(0,1fr) auto; gap: .7rem; align-items: start; width: 100%; min-height: 52px; padding: .7rem .75rem; border: 1px solid rgba(49,74,58,.14); background: rgba(252,250,245,.58); color: var(--charcoal); text-align: left; cursor: pointer; transition: background 160ms ease,border-color 160ms ease,transform 160ms ease; }
.plan-task:hover { border-color: rgba(49,74,58,.36); background: var(--ivory); transform: translateX(2px); }
.plan-task:focus-visible { outline: 2px solid var(--forest); outline-offset: 2px; }
.plan-task i { display: grid; place-items: center; width: 20px; height: 20px; margin-top: 1px; border: 1px solid rgba(49,74,58,.4); border-radius: 50%; background: transparent; }
.plan-task i::after { content: ""; width: 7px; height: 4px; border-bottom: 2px solid white; border-left: 2px solid white; opacity: 0; transform: rotate(-45deg) translateY(-1px); }
.plan-task span { min-width: 0; }
.plan-task strong { display: block; font-size: .78rem; line-height: 1.35; }
.plan-task small { display: block; margin-top: .22rem; color: #657168; font-size: .69rem; line-height: 1.45; }
.plan-task em { padding-top: .15rem; color: #6c776e; font-size: .64rem; font-style: normal; white-space: nowrap; }
.plan-task[aria-pressed="true"] { background: rgba(252,250,245,.34); color: #637068; }
.plan-task[aria-pressed="true"] i { border-color: var(--forest); background: var(--forest); }
.plan-task[aria-pressed="true"] i::after { opacity: 1; }
.plan-task[aria-pressed="true"] strong { text-decoration: line-through; text-decoration-thickness: 1px; }
.matcher-plan-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }
.matcher-plan-actions .button.is-saved { background: transparent; color: var(--forest); }
.matcher-plan-actions .text-link { font-size: .76rem; }
.matcher-save-status { margin: .75rem 0 0; color: #657168; font-size: .69rem; line-height: 1.45; }
.matcher-alternatives { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.matcher-alternatives:empty { display: none; }
.matcher-alternatives a { padding: .42rem .62rem; border: 1px solid rgba(49,74,58,.2); border-radius: 999px; color: var(--forest); font-size: .7rem; font-weight: 700; transition: background 160ms ease, color 160ms ease; }
.matcher-alternatives a:hover, .matcher-alternatives a:focus-visible { background: var(--forest); color: white; }
.matcher-noscript { margin: 0; padding: 1rem; background: #f3ece3; color: var(--muted); font-size: .8rem; }
.matcher-article { grid-template-columns: 1fr; gap: 1.5rem; margin: 0 0 4rem; padding: clamp(1.4rem,4vw,2.25rem); }
.matcher-article .matcher-copy h2 { font-size: clamp(2.7rem,7vw,4.5rem); }
.matcher-article .matcher-copy > p:not(.kicker) { max-width: 44rem; }
.matcher-article .matcher-panel { grid-template-columns: 1fr; }
.matcher-article .matcher-controls { grid-template-columns: repeat(4,minmax(0,1fr)); align-items: end; }
.matcher-article .matcher-result { min-height: 290px; }
.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(.8rem,1.4vw,1.5rem); }
.category-card { min-width: 0; background: var(--cream); border: 1px solid transparent; box-shadow: 0 1px 0 rgba(41,43,40,.06); transform-style: preserve-3d; transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms ease; }
.category-card:hover { box-shadow: var(--shadow); border-color: rgba(49,74,58,.14); transform: perspective(900px) translateY(-8px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); }
.category-visual { aspect-ratio: 1; background-image: url('/assets/room-vignettes-grid.webp'); background-size: 400% 200%; background-position: var(--pos); background-repeat: no-repeat; }
.category-card > div:last-child { padding: 1.25rem 1.25rem 1.4rem; }
.category-card p { min-height: 3.5em; margin: 0 0 1.2rem; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.category-card h3 { margin: 0 0 1rem; font: 500 1.5rem/1.1 var(--serif); }
.category-card a { display: flex; justify-content: space-between; font-size: .76rem; font-weight: 600; }

.popular-section { background: #ebe4d9; }
.article-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(1rem,1.8vw,2rem); }
.article-card { min-width: 0; }
.article-image { width: 100%; aspect-ratio: 4/3; background-color: #ddd5c9; transition: transform 500ms var(--ease); }
.article-image.photo { object-fit: cover; background-size: cover; background-position: center; }
.article-image.sprite { background-image: url('/assets/room-vignettes-grid.webp'); background-size: 400% 200%; background-position: var(--pos); }
.article-card > a { display: block; overflow: hidden; }
.article-card:hover .article-image { transform: scale(1.035); }
.article-card-copy { padding-top: 1.15rem; }
.card-meta { color: var(--forest) !important; font-size: .7rem !important; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.card-meta span { color: var(--taupe); }
.article-card h3 { margin: .75rem 0 .75rem; font: 500 clamp(1.35rem,1.9vw,1.9rem)/1.08 var(--serif); letter-spacing: -.02em; }
.article-card-copy > p:not(.card-meta) { margin: 0 0 1rem; color: var(--muted); font-size: .83rem; line-height: 1.6; }

.finds-preview { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,10vw,10rem) clamp(1.1rem,5vw,5.5rem); background: var(--forest); color: white; }
.finds-intro { align-self: center; }
.finds-intro .kicker { color: #c8d2bf; }
.finds-intro > p:not(.kicker) { max-width: 34rem; margin: 1.8rem 0 2.4rem; color: rgba(255,255,255,.64); line-height: 1.7; }
.finds-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.finds-principles { display: grid; align-self: center; border-top: 1px solid rgba(255,255,255,.2); }
.finds-principles article { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: .35rem 1rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.finds-principles span { grid-row: 1 / span 2; color: rgba(255,255,255,.42); font-size: .72rem; }
.finds-principles h3 { margin: 0; font: 500 1.55rem/1 var(--serif); }
.finds-principles p { margin: .35rem 0 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.55; }
.product-card { min-width: 0; background: var(--ivory); color: var(--charcoal); }
.demo-product-image { position: relative; display: grid; aspect-ratio: 1.15; place-items: center; overflow: hidden; background: #e8dfd2; }
.demo-product-image::before, .demo-product-image::after { content: ""; position: absolute; border-radius: 50%; }
.demo-product-image::before { width: 54%; aspect-ratio: 1; background: rgba(138,154,123,.72); box-shadow: 30px 25px 0 rgba(165,141,118,.4); transform: rotate(-12deg); }
.demo-product-image::after { width: 26%; aspect-ratio: 1; background: rgba(252,250,245,.82); transform: translate(45%,-30%); }
.demo-product-image span { z-index: 2; align-self: end; margin-bottom: 1rem; padding: .4rem .65rem; border-radius: 999px; background: rgba(252,250,245,.86); font-size: .68rem; font-weight: 600; }
.demo-2 { background: #d7d0c4; }.demo-2::before { border-radius: 20%; background: rgba(165,141,118,.72); }.demo-3 { background: #dfe4da; }.demo-3::before { border-radius: 10%; background: rgba(49,74,58,.64); }
.product-copy { padding: 1.25rem; }
.demo-label { margin: 0 0 .65rem !important; color: var(--taupe) !important; font-size: .65rem !important; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-copy h3 { margin: 0 0 .75rem; font: 500 1.45rem/1.1 var(--serif); }
.product-copy > p { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.product-copy dl { display: grid; gap: .8rem; margin: 1.2rem 0; }
.product-copy dl div { border-top: 1px solid var(--line); padding-top: .7rem; }
.product-copy dt { color: var(--forest); font-size: .7rem; font-weight: 600; }.product-copy dd { margin: .25rem 0 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.product-copy button { width: 100%; border: 1px solid var(--line); background: transparent; color: var(--muted); padding: .8rem; font-size: .75rem; cursor: not-allowed; }
.product-copy small { display: block; margin-top: .75rem; color: #7f7d75; font-size: .65rem; line-height: 1.4; }

.spotlight { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; background: var(--ivory); }
.spotlight-image { min-height: 560px; overflow: hidden; }.spotlight-image img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem,7vw,7.5rem); }
.spotlight-copy > p:not(.kicker) { margin: 1.6rem 0 2rem; color: var(--muted); line-height: 1.7; }
.latest-section { background: var(--cream); }
.latest-list { border-top: 1px solid var(--line); }
.latest-list a { display: grid; grid-template-columns: 60px 1fr auto 24px; gap: 1rem; align-items: center; padding: 1.6rem 0; border-bottom: 1px solid var(--line); transition: padding 180ms var(--ease); }
.latest-list a:hover { padding-right: .7rem; padding-left: .7rem; }
.latest-list span, .latest-list em { color: var(--muted); font-size: .74rem; font-style: normal; }.latest-list strong { font: 500 clamp(1.2rem,2vw,1.75rem) var(--serif); }

.newsletter { display: grid; grid-template-columns: 1fr minmax(320px,.72fr); gap: 6vw; align-items: end; padding: clamp(4rem,8vw,8rem) clamp(1.1rem,7vw,8rem); background: var(--sage); color: #1e2c23; }
.newsletter .kicker { color: #263c2e; }.newsletter-form label { display: block; margin-bottom: .7rem; font-size: .8rem; font-weight: 600; }
.newsletter-form > p { margin: .7rem 0 0; font-size: .72rem; line-height: 1.5; }.newsletter-form > p strong { font-weight: 500; }.newsletter-form output { display: block; min-height: 1.4em; margin-top: .6rem; font-size: .78rem; }
.newsletter-coming { max-width: 34rem; padding-top: 1.4rem; border-top: 1px solid rgba(30,44,35,.28); }
.newsletter-coming > span { color: #263c2e; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-coming p { margin: 1rem 0 1.5rem; color: rgba(30,44,35,.76); font-size: 1rem; line-height: 1.65; }
.newsletter-coming .button { width: fit-content; }
.about-preview { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; padding: clamp(5rem,10vw,10rem) clamp(1.1rem,7vw,8rem); background: var(--ivory); }
.about-preview > div:last-child p { margin: 0 0 2rem; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

.site-footer { padding: 4.5rem clamp(1.1rem,5vw,5.5rem) 1.6rem; background: #26392e; color: white; }
.logo.inverse em, .logo.inverse .nest-mark { color: #d5dece; }.logo.inverse .nest-mark { border-color: rgba(255,255,255,.5); }
.site-footer { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; }
.footer-brand p { margin-top: 1.4rem; color: rgba(255,255,255,.58); font: 500 1.5rem/1.25 var(--serif); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.footer-links div { display: flex; flex-direction: column; gap: .8rem; }.footer-links h2 { margin: 0 0 .4rem; color: rgba(255,255,255,.42); font: 600 .68rem var(--sans); letter-spacing: .1em; text-transform: uppercase; }.footer-links a { font-size: .82rem; }
.footer-bottom { display: flex; grid-column: 1/-1; justify-content: space-between; margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: .68rem; }

:focus-visible { outline: 2px solid var(--forest); outline-offset: 4px; }
.site-footer :focus-visible, .finds-preview :focus-visible { outline-color: #d5dece; }

.page-hero { padding: clamp(4.5rem,9vw,9rem) clamp(1.1rem,8vw,9rem); background: var(--cream); }
.page-hero h1 { max-width: 1100px; font-size: clamp(3.8rem,8vw,9rem); }
.page-hero > p:not(.kicker) { max-width: 45rem; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1rem,1.45vw,1.2rem); line-height: 1.7; }
.page-hero.compact { padding-bottom: 6rem; }
.breadcrumbs { padding: 1.15rem clamp(1.1rem,5vw,5.5rem); background: var(--ivory); border-bottom: 1px solid var(--line); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .72rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .55rem; color: #aaa59b; }
.breadcrumbs a { border-bottom: 1px solid transparent; }.breadcrumbs a:hover { border-color: currentColor; }

.category-hero { display: grid; grid-template-columns: 1fr minmax(360px,.72fr); align-items: center; gap: 6vw; padding: clamp(3rem,7vw,7rem) clamp(1.1rem,7vw,8rem); background: var(--cream); }
.category-hero h1 { font-size: clamp(4rem,7vw,8rem); }
.category-hero > div:first-child > p:not(.kicker) { max-width: 35rem; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.category-hero-visual { aspect-ratio: 1; box-shadow: var(--shadow); transform: perspective(900px) rotateY(-5deg) rotateX(3deg); }
.principles { display: grid; grid-template-columns: repeat(3,1fr); background: var(--forest); color: white; }
.principles > div { padding: clamp(2.4rem,5vw,5rem); border-right: 1px solid rgba(255,255,255,.13); }.principles > div:last-child { border: 0; }
.principles span { color: rgba(255,255,255,.45); font-size: .7rem; }.principles h2 { margin: 2rem 0 1rem; font: 500 2rem/1.05 var(--serif); }.principles p { margin: 0; color: rgba(255,255,255,.58); font-size: .85rem; line-height: 1.6; }
.all-articles { grid-template-columns: repeat(3,1fr); row-gap: 4rem; }

.finds-hero { padding-bottom: 4rem; }
.disclosure-banner { display: flex; flex-wrap: wrap; gap: .6rem 1rem; width: fit-content; margin-top: 2rem; padding: .85rem 1rem; background: rgba(138,154,123,.18); color: var(--forest); font-size: .76rem; }
.disclosure-banner strong { text-transform: uppercase; letter-spacing: .08em; }.disclosure-banner span { color: #566757; }
.finds-categories { display: flex; gap: .7rem; padding: 1.2rem clamp(1.1rem,5vw,5.5rem); overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--ivory); scrollbar-width: none; }
.finds-categories span { flex: 0 0 auto; padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .74rem; }
.finds-category-grid { display: grid; grid-template-columns: repeat(3,1fr); background: var(--ivory); border-top: 1px solid var(--line); }
.finds-category-grid > a { min-width: 0; min-height: 300px; padding: clamp(2rem,4vw,4rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 200ms ease,color 200ms ease; }
.finds-category-grid > a:nth-child(3n) { border-right: 0; }
.finds-category-grid > a:hover, .finds-category-grid > a:focus-visible { background: var(--forest); color: white; }
.finds-category-grid span { color: var(--taupe); font-size: .72rem; }
.finds-category-grid h2 { margin: 3.2rem 0 .8rem; font: 500 clamp(1.8rem,2.8vw,3rem)/1 var(--serif); }
.finds-category-grid p { min-height: 3.3em; margin: 0 0 2rem; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.finds-category-grid > a:hover p, .finds-category-grid > a:focus-visible p { color: rgba(255,255,255,.66); }
.finds-category-grid strong { display: flex; justify-content: space-between; gap: 1rem; font-size: .75rem; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; background: #ebe4d9; }
.editorial-standard { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; padding: clamp(5rem,9vw,9rem) clamp(1.1rem,7vw,8rem); background: var(--ivory); }
.editorial-standard > div { max-width: 42rem; padding-top: .5rem; }.editorial-standard > div p { margin: 0 0 1.2rem; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.selection-checks { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.selection-checks span { padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); font-size: .75rem; font-weight: 650; }

.guide { background: var(--ivory); }
.article-header { padding: clamp(3rem,6vw,6rem) max(1.1rem,calc((100vw - 1200px)/2)); text-align: center; }
.article-header .kicker { margin-bottom: 1.5rem; }.article-header h1 { max-width: 1050px; margin: 0 auto; font-size: clamp(3.25rem,7vw,7.7rem); }.article-header > p:not(.kicker) { max-width: 47rem; margin: 2rem auto; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.save-button { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; padding: .6rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: #7b2f30; font-size: .76rem; font-weight: 600; }.save-button span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #b63a3d; color: white; font-family: Georgia,serif; }
.article-actions { display: flex; align-items: center; justify-content: center; gap: 1rem 2rem; }
.article-byline { display: flex; align-items: center; gap: .7rem; text-align: left; }
.article-byline .nest-mark { flex: 0 0 auto; width: 38px; height: 38px; font-size: .9rem; }
.article-byline p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.3; }
.article-byline a { color: var(--forest); font-weight: 700; }
.article-byline small { display: block; margin-top: .2rem; color: var(--muted); font-size: .68rem; }
.quick-start { display: grid; grid-template-columns: auto repeat(3,minmax(0,1fr)); width: min(1180px,calc(100% - 2rem)); margin: 0 auto 1.25rem; border: 1px solid var(--line); background: var(--cream); }
.quick-start > p { display: grid; place-items: center; margin: 0; padding: 1.25rem; border-right: 1px solid var(--line); color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quick-start > div { padding: 1.25rem 1.4rem; border-right: 1px solid var(--line); }
.quick-start > div:last-child { border-right: 0; }
.quick-start span { display: block; margin-bottom: .45rem; color: var(--taupe); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-start strong { display: block; font: 500 1rem/1.35 var(--serif); }
.article-hero-media { width: min(1320px,calc(100% - 2rem)); margin: 0 auto; }.article-hero-media .article-image { aspect-ratio: 16/9; }.article-hero-media figcaption { padding: .65rem 0; color: var(--muted); font-size: .7rem; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0,720px); justify-content: center; gap: clamp(3rem,7vw,7rem); padding: clamp(4rem,8vw,8rem) 1.1rem; }
.article-aside { position: sticky; top: 110px; align-self: start; border-top: 2px solid var(--forest); padding-top: 1rem; }.article-aside > p { margin: 0 0 .7rem; font: 500 1.35rem/1.15 var(--serif); }.article-aside > span { display: block; margin-bottom: 1.4rem; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.article-body { min-width: 0; }.article-body p { font-size: 1rem; line-height: 1.8; }.article-intro { margin-bottom: 3rem; font-family: var(--serif); font-size: 1.2rem; }.article-intro p { font-size: 1.2rem; }
.toc { margin: 0 0 5rem; padding: 1.6rem; background: var(--cream); }.toc > p { margin: 0 0 1rem; color: var(--forest); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.toc ol { display: grid; gap: .6rem; margin: 0; padding-left: 1.3rem; }.toc li { padding-left: .35rem; color: var(--muted); font-size: .85rem; line-height: 1.45; }.toc a:hover { color: var(--forest); text-decoration: underline; }
.toc-note { display: block; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; line-height: 1.55; }
.idea { display: grid; grid-template-columns: 54px 1fr; gap: 1.4rem; scroll-margin-top: 100px; padding: 0 0 5rem; }.idea-count { padding-top: .5rem; color: var(--taupe); font-size: .75rem; font-weight: 600; }.idea-content h2 { margin: 0 0 1.1rem; font: 500 clamp(2rem,4vw,3.4rem)/1 var(--serif); letter-spacing: -.025em; }.idea-content > p { margin: 0 0 1.5rem; color: #4e514c; }
.idea-visual { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin: 1.7rem 0; padding: 1.25rem; background: #e9e2d7; border-left: 3px solid var(--sage); }.idea-visual span, .idea-visual strong { font-size: .78rem; }.idea-visual strong { color: var(--forest); text-align: right; }.idea-visual i { color: var(--taupe); font-style: normal; }
.tip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }.tip-grid > div { background: var(--ivory); padding: 1rem; }.tip-grid .small-tip { grid-column: 1/-1; background: #edf0e9; }.tip-grid h3 { margin: 0 0 .4rem; color: var(--forest); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }.tip-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.article-intro a, .selection-guide a { color: var(--forest); font-weight: 650; text-decoration: underline; text-decoration-color: rgba(49,74,58,.35); text-underline-offset: .18em; }
.article-intro a:hover, .selection-guide a:hover { text-decoration-color: currentColor; }
.practical-example { margin: 1.5rem 0 0; padding: 1.2rem 1.3rem; border-left: 3px solid var(--sage); background: #f0e9de; }
.practical-example strong { display: block; margin-bottom: .45rem; color: var(--forest); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.practical-example p { margin: 0; color: #50534e; font-size: .9rem; line-height: 1.7; }
.action-checklist { margin-top: 1px; padding: 1.2rem 1.3rem; background: #edf0e9; }
.action-checklist h3 { margin: 0 0 .8rem; color: var(--forest); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.action-checklist ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.action-checklist li { position: relative; padding-left: 1.55rem; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.action-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 800; }
.strategy-watch { margin: 1rem 0 0 !important; padding: .9rem 1rem; border: 1px solid var(--line); color: var(--muted) !important; font-size: .88rem !important; line-height: 1.65 !important; }
.strategy-watch strong { color: var(--charcoal); }
.mistake-explanation, .mistake-fix { margin-top: 1.5rem; }
.mistake-explanation h3, .mistake-fix h3 { margin: 0 0 .55rem; color: var(--forest); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.mistake-explanation p, .mistake-fix p { margin: 0; }
.mistake-fix { padding: 1.2rem 1.3rem; background: #edf0e9; }
.try-instead { display: grid; grid-template-columns: minmax(9rem,.35fr) 1fr; gap: 1rem; align-items: baseline; margin: 1px 0 0 !important; padding: 1rem 1.3rem; background: var(--forest); color: white !important; }
.try-instead strong { color: #cbd5c3; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.try-instead span { font: 500 1.16rem/1.35 var(--serif); }
.room-principles { margin: 0 0 4rem; padding-top: 1rem; }
.room-principles > h2 { max-width: 15ch; margin: .85rem 0 2rem; font: 500 clamp(2.6rem,5vw,4.5rem)/.98 var(--serif); letter-spacing: -.025em; }
.room-principles > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.room-principles article { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.2rem,2.6vw,2rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.room-principles article > span { color: var(--forest); font-size: .7rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.room-principles h3 { margin: 1.1rem 0 .8rem; font: 500 clamp(1.4rem,2.2vw,2rem)/1.08 var(--serif); }
.room-principles article p { margin: 0 0 1.2rem; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.room-principles article a { display: inline-flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding: .72rem 0; border-top: 1px solid var(--line); color: var(--forest); font-size: .76rem; font-weight: 650; }
.room-principles article a + a { margin-top: 0; }
.solution-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 1.6rem 0 0; padding: 1px; background: var(--line); }
.solution-facts > div { min-width: 0; padding: 1.15rem; background: var(--ivory); }
.solution-facts > .measure { background: #edf0e9; }
.solution-facts > .skip { grid-column: 1 / -1; background: #f3ece3; }
.solution-facts dt { margin: 0 0 .48rem; color: var(--forest); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.solution-facts dd { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.62; }
.storage-solution { padding-bottom: clamp(4.5rem,8vw,7rem); }
.solution-showcase { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); overflow: hidden; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 24px 55px rgba(49,74,58,.08); }
.solution-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #e9e2d7; }
.solution-visual img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.solution-showcase:hover .solution-visual img { transform: scale(1.025); }
.solution-visual figcaption { position: absolute; right: .7rem; bottom: .7rem; left: .7rem; padding: .58rem .7rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(252,250,245,.86); backdrop-filter: blur(8px); color: #4e514c; font-size: .62rem; line-height: 1.35; text-align: center; }
.solution-quick { display: grid; align-content: center; margin: 0; padding: 1.1rem clamp(1rem,3vw,1.6rem); }
.solution-quick > div { padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.solution-quick > div:last-child { border-bottom: 0; }
.solution-quick dt { margin-bottom: .38rem; color: var(--sage); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solution-quick dd { display: -webkit-box; overflow: hidden; margin: 0; color: var(--charcoal); font: 500 1.05rem/1.35 var(--serif); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.solution-details { margin-top: .75rem; border: 1px solid var(--line); background: var(--ivory); }
.solution-details summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; color: var(--forest); cursor: pointer; font-size: .76rem; font-weight: 750; letter-spacing: .04em; list-style: none; }
.solution-details summary::-webkit-details-marker { display: none; }
.solution-details summary i { position: relative; width: 17px; height: 17px; flex: 0 0 auto; }
.solution-details summary i::before, .solution-details summary i::after { content: ""; position: absolute; top: 8px; left: 2px; width: 13px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
.solution-details summary i::after { transform: rotate(90deg); }
.solution-details[open] summary { border-bottom: 1px solid var(--line); }
.solution-details[open] summary i::after { transform: rotate(0); }
.solution-details .solution-facts { margin: 0; border: 0; }
.solution-comparison { scroll-margin-top: 100px; margin: 0 0 4.5rem; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 22px 52px rgba(49,74,58,.07); }
.comparison-heading { padding: clamp(1.4rem,4vw,2.4rem); border-bottom: 1px solid var(--line); background: linear-gradient(135deg,#edf0e9 0%,#f5f0e7 78%); }
.comparison-heading h2 { max-width: 17ch; margin: .7rem 0 .8rem; font: 500 clamp(2.15rem,4.5vw,3.8rem)/.98 var(--serif); letter-spacing: -.025em; }
.comparison-heading > p:last-child { max-width: 42rem; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.comparison-table-wrap { overflow-x: auto; outline-offset: 4px; }
.solution-comparison table { width: 100%; min-width: 660px; border-collapse: collapse; table-layout: fixed; }
.solution-comparison th, .solution-comparison td { padding: .95rem .85rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.solution-comparison th:last-child, .solution-comparison td:last-child { border-right: 0; }
.solution-comparison tbody tr:last-child th, .solution-comparison tbody tr:last-child td { border-bottom: 0; }
.solution-comparison thead th { background: var(--forest); color: white; font-size: .66rem; font-weight: 750; letter-spacing: .075em; text-transform: uppercase; }
.solution-comparison tbody th { width: 23%; background: var(--ivory); color: var(--forest); font: 500 1rem/1.32 var(--serif); }
.solution-comparison tbody td { color: var(--muted); font-size: .75rem; line-height: 1.55; }
.solution-comparison tbody tr:nth-child(even) th, .solution-comparison tbody tr:nth-child(even) td { background: #f1ece3; }
.solution-comparison a { color: inherit; text-decoration: underline; text-decoration-color: rgba(49,74,58,.28); text-underline-offset: .18em; }
.solution-comparison a:hover { text-decoration-color: currentColor; }
.start-storage-problem { margin: 0 0 4.5rem; padding: clamp(1.4rem,4vw,2.5rem); border-left: 5px solid var(--sage); background: #e9e2d7; }
.start-storage-problem h2 { margin: .7rem 0 .85rem; font: 500 clamp(2.05rem,4vw,3.4rem)/1 var(--serif); letter-spacing: -.025em; }
.start-storage-problem > p:last-child { max-width: 42rem; margin: 0; color: #4e514c; }
.start-storage-problem a, .before-you-buy a { color: var(--forest); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(49,74,58,.35); text-underline-offset: .18em; }
.start-storage-problem a:hover, .before-you-buy a:hover { text-decoration-color: currentColor; }
.before-you-buy { scroll-margin-top: 100px; display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(1.5rem,4vw,3.5rem); margin: 0 0 4rem; padding: clamp(1.5rem,4vw,3rem); border: 1px solid #d7cbbc; background: linear-gradient(135deg,#f0e8dc 0%,#fcfaf5 68%); box-shadow: 0 20px 48px rgba(49,74,58,.07); }
.before-you-buy h2 { max-width: 12ch; margin: .7rem 0 .9rem; font: 500 clamp(2.4rem,4.7vw,4rem)/.98 var(--serif); letter-spacing: -.025em; }
.before-you-buy > div > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.before-you-buy ul { display: grid; align-self: start; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.before-you-buy li { position: relative; padding: .84rem .5rem .84rem 2rem; border-bottom: 1px solid var(--line); color: var(--charcoal); font-size: .86rem; line-height: 1.5; }
.before-you-buy li::before { content: "✓"; position: absolute; left: .45rem; color: var(--sage); font-weight: 850; }
.before-you-buy > p { grid-column: 1 / -1; margin: 0; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; line-height: 1.7; }
.tidy-pick { margin-top: 1.2rem; padding: 1.35rem; border: 1px solid #c8d0c1; background: #edf0e9; }
.tidy-pick h3 { margin: .4rem 0 1rem; font: 500 2rem/1.05 var(--serif); }
.tidy-pick dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 1rem; background: var(--line); }
.tidy-pick dl > div { padding: .9rem; background: var(--ivory); }
.tidy-pick dt { color: var(--forest); font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.tidy-pick dd { margin: .35rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.selection-guide { scroll-margin-top: 100px; margin: 0 0 4rem; padding: clamp(2rem,5vw,3.5rem); background: var(--forest); color: white; }
.selection-guide .kicker { color: #cbd5c3; }
.selection-guide h2 { max-width: 13ch; margin: .9rem 0 1.2rem; font: 500 clamp(2.6rem,5vw,4.5rem)/.98 var(--serif); letter-spacing: -.025em; }
.selection-guide > p:not(.kicker) { max-width: 37rem; color: rgba(255,255,255,.7); }
.selection-guide ol { display: grid; gap: 0; margin: 2rem 0; padding: 0; list-style: none; counter-reset: choose-step; border-top: 1px solid rgba(255,255,255,.16); }
.selection-guide li { display: grid; grid-template-columns: minmax(9rem,.7fr) 1.3fr; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.16); counter-increment: choose-step; }
.selection-guide li strong { font: 500 1.2rem/1.25 var(--serif); }
.selection-guide li strong::before { content: "0" counter(choose-step) " "; color: #b9c7b0; font: 700 .66rem/1 var(--sans); letter-spacing: .06em; }
.selection-guide li span { color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.6; }
.selection-guide .selection-next { margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.16); }
.selection-guide .selection-next a { color: white; text-decoration-color: rgba(255,255,255,.45); }
.buying-storage-guide h2 { max-width: 15ch; }
.room-guide-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 2rem 0 0; padding: 1px; background: rgba(255,255,255,.18); }
.room-guide-links a { display: flex; min-width: 0; min-height: 8rem; flex-direction: column; justify-content: space-between; padding: 1rem; background: rgba(255,255,255,.06); color: white; text-decoration: none; }
.room-guide-links a:hover, .room-guide-links a:focus-visible { background: rgba(255,255,255,.12); }
.room-guide-links span { color: #cbd5c3; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-guide-links strong { font: 500 1.12rem/1.25 var(--serif); }
.measurement-check { display: grid; grid-template-columns: minmax(9rem,.42fr) 1fr; gap: 1rem; margin: 1.5rem 0 0 !important; padding: 1.1rem 1.2rem; border-left: 3px solid var(--sage); background: #edf0e9; color: var(--muted) !important; }
.measurement-check strong { color: var(--forest); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.measurement-check span { font-size: .9rem; line-height: 1.6; }
.measure-twice { scroll-margin-top: 100px; margin: 0 0 5rem; padding: clamp(1.5rem,4vw,2.6rem); background: #e9e2d7; border: 1px solid #d8cdbf; box-shadow: 0 20px 48px rgba(49,74,58,.08); }
.measure-twice > div { display: grid; grid-template-columns: minmax(12rem,.8fr) 1.2fr; gap: 1.4rem 2rem; align-items: end; padding-bottom: 1.6rem; border-bottom: 1px solid #d1c5b7; }
.measure-twice .kicker { grid-column: 1 / -1; margin-bottom: -.7rem; }
.measure-twice h2 { margin: 0; color: var(--forest); font: 500 clamp(2.8rem,6vw,5rem)/.9 var(--serif); letter-spacing: -.03em; }
.measure-twice > div > p:last-child { margin: 0; color: var(--muted); }
.measure-checklist { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1.5rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.measure-checklist li { position: relative; padding: .8rem .2rem .8rem 1.7rem; border-bottom: 1px solid #d1c5b7; color: var(--charcoal); font-size: .9rem; }
.measure-checklist li::before { content: "✓"; position: absolute; left: .2rem; color: var(--forest); font-weight: 800; }
.measurement-rooms { scroll-margin-top: 100px; margin: 0 0 5rem; }
.measurement-rooms > h2, .common-measuring-mistakes > h2, .measurement-worksheet h2, .measurement-next h2 { max-width: 15ch; margin: .8rem 0 1.1rem; font: 500 clamp(2.6rem,5vw,4.5rem)/.98 var(--serif); letter-spacing: -.025em; }
.section-lede { max-width: 38rem; margin-bottom: 2rem; color: var(--muted); }
.measurement-room-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.measurement-room-grid article { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.2rem,3vw,2rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.measurement-room-grid article > span { color: var(--taupe); font-size: .7rem; font-weight: 750; }
.measurement-room-grid h3 { margin: .9rem 0 .8rem; color: var(--forest); font: 500 clamp(1.45rem,3vw,2.15rem)/1.05 var(--serif); }
.measurement-room-grid p { margin: 0 0 1.2rem; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.measurement-room-grid a { display: inline-flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--forest); font-size: .76rem; font-weight: 700; }
.common-measuring-mistakes { scroll-margin-top: 100px; margin: 0 0 5rem; }
.common-measuring-mistakes ol { margin: 2rem 0 0; padding: 0; list-style: none; counter-reset: measuring-mistake; border-top: 1px solid var(--line); }
.common-measuring-mistakes li { display: grid; grid-template-columns: minmax(13rem,.75fr) 1.25fr; gap: 1.4rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); counter-increment: measuring-mistake; }
.common-measuring-mistakes strong { color: var(--forest); font: 500 1.2rem/1.3 var(--serif); }
.common-measuring-mistakes strong::before { content: "0" counter(measuring-mistake) " "; color: var(--taupe); font: 750 .68rem/1 var(--sans); }
.common-measuring-mistakes span { color: var(--muted); font-size: .92rem; line-height: 1.65; }
.measurement-worksheet { scroll-margin-top: 100px; margin: 0 0 4rem; padding: clamp(1.5rem,4vw,2.5rem); background: var(--forest); color: white; }
.worksheet-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.measurement-worksheet .kicker { color: #cbd5c3; }
.measurement-worksheet h2 { margin-bottom: .8rem; }
.measurement-worksheet .worksheet-heading p:last-child { max-width: 34rem; margin: 0; color: rgba(255,255,255,.7); }
.measurement-worksheet button { min-height: 44px; flex: 0 0 auto; padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: white; color: var(--forest); cursor: pointer; font: 700 .75rem/1 var(--sans); }
.measurement-worksheet button:hover, .measurement-worksheet button:focus-visible { background: #edf0e9; }
.measurement-worksheet pre { margin: 1.8rem 0 0; padding: 1.3rem; overflow: auto; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: white; font: 500 .92rem/1.9 var(--sans); white-space: pre-wrap; }
.copy-status { min-height: 1.2em; margin: .65rem 0 0 !important; color: #cbd5c3 !important; font-size: .78rem !important; }
.measurement-next { padding: clamp(1.5rem,4vw,2.5rem); border-top: 3px solid var(--sage); background: var(--cream); }
.measurement-next h2 { max-width: 16ch; }
.measurement-next p:last-child { margin-bottom: 0; color: var(--muted); }
.measurement-next a { color: var(--forest); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(49,74,58,.35); text-underline-offset: .18em; }
.affiliate-note { margin-top: 1rem; padding: 1.4rem; border: 1px solid var(--line); background: var(--cream); }.affiliate-note strong { font: 500 1.3rem var(--serif); }.affiliate-note p { margin: .5rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.related { background: #ebe4d9; }

.info-hero { min-height: 50vh; }.info-hero h1 { font-size: clamp(4rem,8vw,9rem); }
.info-content { width: min(920px,calc(100% - 2.2rem)); margin: 0 auto; padding: clamp(4rem,8vw,8rem) 0; }.info-content > section { display: grid; grid-template-columns: 70px 1fr; gap: 2rem; padding: 2.5rem 0; border-top: 1px solid var(--line); }.info-content > section > span { color: var(--taupe); font-size: .75rem; }.info-content h2 { margin: 0 0 .75rem; font: 500 2.25rem/1 var(--serif); }.info-content p { max-width: 42rem; margin: 0; color: var(--muted); line-height: 1.75; }
.hero-start-link { display: inline-flex; align-items: baseline; gap: .6rem; margin-top: 1.2rem; padding-bottom: .25rem; border-bottom: 1px solid rgba(49,74,58,.3); color: var(--muted); font-size: .8rem; }
.hero-start-link strong { color: var(--forest); font-weight: 750; }
.hero-start-link:hover, .hero-start-link:focus-visible { border-bottom-color: var(--forest); }
.start-hero { display: grid; min-height: 58vh; grid-template-columns: minmax(0,1.1fr) minmax(18rem,.9fr); align-items: end; gap: clamp(2rem,7vw,7rem); padding: clamp(4.5rem,9vw,8rem) clamp(1.1rem,5vw,5rem); background: var(--cream); border-bottom: 1px solid var(--line); }
.start-hero h1 { max-width: 9ch; margin: 0; font: 500 clamp(4.2rem,8vw,8.8rem)/.86 var(--serif); letter-spacing: -.055em; }
.start-hero h1 em { color: var(--forest); font-weight: 500; }
.start-hero > div:last-child { max-width: 38rem; padding-bottom: .5rem; }
.start-hero > div:last-child > p { margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.25rem); line-height: 1.7; }
.start-room-section, .start-problem-section, .start-guides-section { padding: clamp(4.5rem,9vw,8rem) clamp(1.1rem,5vw,5rem); }
.start-problem-section { background: #ebe4d9; }
.start-guides-section { background: var(--ivory); }
.start-section-heading { display: grid; grid-template-columns: minmax(16rem,.9fr) minmax(18rem,1.1fr); align-items: end; gap: 1rem 3rem; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.start-section-heading .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.start-section-heading h2 { max-width: 12ch; margin: 0; font: 500 clamp(3.2rem,6vw,6.5rem)/.92 var(--serif); letter-spacing: -.04em; }
.start-section-heading > p:last-child { max-width: 35rem; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.start-room-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(1rem,2vw,1.7rem); }
.start-room-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--ivory); box-shadow: 0 24px 55px rgba(49,74,58,.08); transition: transform 260ms var(--ease), box-shadow 260ms ease; }
.start-room-card:hover { box-shadow: 0 30px 68px rgba(49,74,58,.13); transform: translateY(-5px); }
.start-room-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e9e2d7; }
.start-room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.start-room-card:hover .start-room-image img { transform: scale(1.035); }
.start-room-card > div { display: flex; min-height: 20rem; flex-direction: column; padding: clamp(1.2rem,2.4vw,1.8rem); }
.start-room-card > div > p { margin: 0 0 1rem; color: var(--sage); font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.start-room-card h3 { margin: 0 0 .8rem; color: var(--forest); font: 500 clamp(2.5rem,4vw,4rem)/.9 var(--serif); letter-spacing: -.03em; }
.start-room-card > div > span { margin-bottom: 1.8rem; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.start-primary-link { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding: .8rem 1rem; background: var(--forest); color: white; font-size: .82rem; font-weight: 700; }
.start-primary-link:hover, .start-primary-link:focus-visible { background: var(--charcoal); }
.start-secondary-link { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 .2rem; color: var(--forest); font-size: .78rem; font-weight: 700; }
.start-secondary-link:hover, .start-secondary-link:focus-visible { text-decoration: underline; text-underline-offset: .2em; }
.start-problem-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(49,74,58,.24); border-left: 1px solid rgba(49,74,58,.24); }
.start-problem-grid > a { display: flex; min-width: 0; min-height: 22rem; flex-direction: column; padding: clamp(1.4rem,3vw,2.3rem); border-right: 1px solid rgba(49,74,58,.24); border-bottom: 1px solid rgba(49,74,58,.24); background: rgba(252,250,245,.45); transition: background 180ms ease, transform 220ms var(--ease); }
.start-problem-grid > a:hover, .start-problem-grid > a:focus-visible { z-index: 1; background: var(--ivory); transform: translateY(-3px); }
.start-problem-grid span { color: var(--taupe); font-size: .72rem; font-weight: 750; }
.start-problem-grid h3 { max-width: 12ch; margin: 1.2rem 0 1rem; color: var(--forest); font: 500 clamp(2rem,3.4vw,3.2rem)/.98 var(--serif); letter-spacing: -.025em; }
.start-problem-grid p { margin: 0 0 1.5rem; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.start-problem-grid strong { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--forest); font-size: .8rem; }
.tidy-method { display: grid; grid-template-columns: minmax(18rem,.7fr) minmax(0,1.3fr); gap: clamp(3rem,8vw,8rem); padding: clamp(4.5rem,9vw,8rem) clamp(1.1rem,5vw,5rem); background: var(--forest); color: white; }
.method-intro { align-self: start; }
.method-intro .kicker { color: #cbd5c3; }
.method-intro h2 { max-width: 9ch; margin: 0 0 1.4rem; font: 500 clamp(3.5rem,6vw,6.5rem)/.9 var(--serif); letter-spacing: -.04em; }
.method-intro > p:last-child { max-width: 34rem; margin: 0; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.75; }
.tidy-method ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.tidy-method li { display: grid; grid-template-columns: 3rem minmax(11rem,.75fr) 1.25fr; gap: 1rem; align-items: baseline; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.tidy-method li span { color: #b9c7b0; font-size: .7rem; font-weight: 750; }
.tidy-method li strong { font: 500 1.35rem/1.2 var(--serif); }
.tidy-method li p { margin: 0; color: rgba(255,255,255,.62); font-size: .92rem; line-height: 1.55; }
.start-guide-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 2rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.start-guide-link { position: relative; display: grid; min-height: 9.5rem; grid-template-columns: 1fr auto; align-content: center; gap: .7rem 1rem; padding: 1.4rem 3.2rem 1.4rem 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.start-guide-link:hover, .start-guide-link:focus-visible { background: #edf0e9; }
.start-guide-link span { grid-column: 1 / -1; color: var(--sage); font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.start-guide-link strong { max-width: 30ch; font: 500 1.35rem/1.2 var(--serif); }
.start-guide-link i { position: absolute; right: 1.4rem; color: var(--forest); font-style: normal; }
.when-storage-needed { display: grid; grid-template-columns: minmax(18rem,.8fr) minmax(0,1.2fr); gap: clamp(3rem,8vw,8rem); padding: clamp(4.5rem,9vw,8rem) clamp(1.1rem,5vw,5rem); background: #e9e2d7; }
.when-storage-needed h2 { max-width: 10ch; margin: 0 0 1.2rem; font: 500 clamp(3.3rem,6vw,6.5rem)/.9 var(--serif); letter-spacing: -.04em; }
.when-storage-needed > div:first-child > p:not(.kicker) { max-width: 35rem; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.start-disclosure { padding-top: 1rem; border-top: 1px solid rgba(49,74,58,.2); color: var(--forest) !important; font-size: .82rem !important; font-weight: 700; }
.storage-guide-links { border-top: 1px solid rgba(49,74,58,.25); }
.storage-guide-links a { display: grid; grid-template-columns: minmax(7rem,.35fr) 1fr; gap: 1rem; align-items: baseline; padding: 1.5rem .2rem; border-bottom: 1px solid rgba(49,74,58,.25); }
.storage-guide-links a:hover strong, .storage-guide-links a:focus-visible strong { text-decoration: underline; text-underline-offset: .2em; }
.storage-guide-links span { color: var(--forest); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.storage-guide-links strong { display: flex; justify-content: space-between; gap: 1rem; font: 500 1.35rem/1.25 var(--serif); }
.not-found { min-height: 75vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem 1.1rem; background: var(--cream); text-align: center; }.not-found p:not(.kicker) { max-width: 34rem; color: var(--muted); line-height: 1.6; }.not-found .button { margin-top: 1.5rem; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: .8fr 1.2fr; }.hero h1 { font-size: clamp(3.7rem,7.4vw,6rem); }
  .category-grid, .article-grid { grid-template-columns: repeat(2,1fr); }.all-articles { grid-template-columns: repeat(2,1fr); }
  .finds-preview { grid-template-columns: 1fr; }.finds-intro { max-width: 780px; }.finds-stack { width: min(760px,100%); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .storage-matcher { grid-template-columns: 1fr; }.matcher-copy { max-width: 48rem; }
  .matcher-article .matcher-controls { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .finds-category-grid { grid-template-columns: repeat(2,1fr); }.finds-category-grid > a:nth-child(3n) { border-right: 1px solid var(--line); }.finds-category-grid > a:nth-child(2n) { border-right: 0; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto auto; height: 68px; }.menu-toggle { display: grid; order: 2; }.search-toggle { order: 3; margin-left: 0; }.site-header nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: .7rem 1.1rem 1.2rem; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: 180ms ease; }.site-header nav.open { visibility: visible; opacity: 1; transform: none; }.site-header nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }.site-header nav a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto minmax(470px,64vh) auto; padding-top: 3.5rem; }.hero-copy { padding: 1rem 0 1.5rem; }.home-scene { grid-column: 1; grid-row: 2; min-height: 470px; padding-bottom: 3.5rem; }.scene-view { width: min(100%,720px); }.scene-note { display: none; }.trust-strip { grid-column: 1; grid-row: 3; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .spotlight { grid-template-columns: 1fr; }.spotlight-image { min-height: 500px; }.spotlight-copy { padding: 4rem 1.5rem 5rem; }
  .newsletter, .about-preview, .editorial-standard { grid-template-columns: 1fr; gap: 3rem; }
  .site-footer { grid-template-columns: 1fr; }.footer-links { margin-top: 1rem; }
  .category-hero { grid-template-columns: 1fr; }.category-hero-visual { width: min(560px,100%); }
  .principles { grid-template-columns: 1fr; }.principles > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .article-layout { grid-template-columns: minmax(0,720px); }.article-aside { position: static; display: none; }
  .before-you-buy { grid-template-columns: 1fr; }.before-you-buy > p { grid-column: auto; }
  .matcher-panel { grid-template-columns: 1fr; }.matcher-article .matcher-controls { grid-template-columns: 1fr; }.matcher-result { min-height: 0; }
  .quick-start { grid-template-columns: repeat(2,minmax(0,1fr)); }.quick-start > p { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }.quick-start > div:nth-of-type(2) { border-right: 0; }.quick-start > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .room-principles > div { grid-template-columns: 1fr; }
  .home-story { grid-template-columns: 1fr; gap: 0; padding: 4.5rem 1.1rem; }.story-visual { top: 80px; z-index: 2; height: min(55vh,560px); }.story-copy { padding: 4rem 0 0; }.story-copy header { padding-bottom: 7rem; }.story-step { min-height: 44vh; padding: 2.5rem 1.2rem; background: rgba(37,55,45,.88); backdrop-filter: blur(8px); }
  .cinematic-hero { min-height: auto; background: radial-gradient(circle at 50% 48%,rgba(187,205,173,.18),transparent 36%),linear-gradient(155deg,#111c16,#26392d); }.cinematic-grid { opacity: .1; }.hero-wordmark { top: 34%; right: -7%; font-size: 27vw; }.cinematic-hero .scene-view model-viewer { -webkit-mask-image: none; mask-image: none; }.cinematic-hero .home-scene.has-live-model:not(.is-static-layout) .apartment-overview { opacity: 0; }.scene-reveal-hint { display: none; }
  .room-cinema-heading { top: 2.2rem; }.room-cinema-heading h2 { font-size: clamp(3rem,10vw,5rem); }.room-cinema-copy { right: 1.1rem; bottom: 6.5rem; left: 1.1rem; width: auto; }.room-cinema-copy article { border-radius: 20px; background: rgba(8,17,11,.42); }.room-cinema-media img { object-position: center; }.room-cinema-shade { background: linear-gradient(180deg,rgba(3,9,5,.6),rgba(3,9,5,.08) 36%,rgba(3,9,5,.72)); }
  .start-hero, .start-section-heading, .tidy-method, .when-storage-needed { grid-template-columns: 1fr; }
  .start-hero { min-height: auto; align-items: start; gap: 2.5rem; }.start-hero > div:last-child { max-width: 42rem; padding-bottom: 0; }
  .start-room-grid, .start-problem-grid { grid-template-columns: 1fr; }.start-room-card > div { min-height: 17rem; }
  .tidy-method { gap: 3rem; }.tidy-method li { grid-template-columns: 2.5rem minmax(10rem,.8fr) 1.2fr; }
  .when-storage-needed { gap: 3rem; }
}

@media (max-width: 560px) {
  .logo { font-size: 1.08rem; gap: .55rem; }.nest-mark { width: 30px; height: 30px; }.search-toggle, .menu-toggle { width: 38px; }
  .hero { grid-template-rows: auto 420px auto; padding-right: 1rem; padding-left: 1rem; }.hero h1 { font-size: clamp(3.5rem,17vw,5rem); }.hero-copy > p:not(.kicker) { margin: 1.4rem 0 1.8rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }
  .home-scene { min-height: 420px; margin: 0 -1rem; padding-bottom: 4.3rem; }.scene-view { width: 108%; max-width: none; }.room-pin { gap: .36rem; max-width: 88px; padding: .42rem .52rem; font-size: .61rem; }.room-pin::before { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(138,154,123,.18); }.home-layout-switcher { top: .2rem; width: max-content; max-width: calc(100% - 1rem); }.home-layout-switcher > span { display: none; }.home-layout-switcher button { min-height: 32px; padding: .36rem .48rem; font-size: .6rem; }.room-focus { inset: 5% 6%; }.object-hint { top: .65rem; left: .65rem; max-width: calc(100% - 8.5rem); padding: .4rem .55rem; font-size: .62rem; }.object-card { top: 3.5rem; left: .65rem; width: min(270px,calc(100% - 4.5rem)); padding: .8rem 2.5rem .8rem .8rem; }.object-card > strong { font-size: 1.3rem; }.object-card > span { margin: .4rem 0 .6rem; font-size: .7rem; }.object-hotspot span { bottom: calc(50% + 13px); font-size: .64rem; }.room-focus-copy { grid-template-columns: 1fr; gap: .4rem; }.room-focus-copy a { grid-column: 1; grid-row: auto; justify-self: start; font-size: .72rem; }.room-reset { min-height: 38px; padding: .5rem .65rem; }.room-tour-nav { bottom: .7rem; justify-content: flex-start; width: calc(100% - 1.2rem); max-width: none; scroll-snap-type: x proximity; }.room-tour-nav button, .room-tour-nav a { min-height: 42px; padding: .65rem .85rem; scroll-snap-align: center; }.trust-strip { display: grid; grid-template-columns: 1fr; gap: .35rem; }
  .home-scene .object-card, .home-scene .object-card.is-right { top: auto; right: .65rem; bottom: .65rem; left: .65rem; width: auto; max-width: none; border-radius: 20px 20px 4px 4px; }
  .section { padding: 4.5rem 1rem; }.section-heading h2, .finds-intro h2, .spotlight h2, .newsletter h2, .about-preview h2, .editorial-standard h2 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .storage-matcher { gap: 2rem; padding: 4rem 1rem; }.matcher-copy h2, .matcher-article .matcher-copy h2 { font-size: clamp(2.8rem,13vw,4.1rem); }.matcher-steps { display: none; }.matcher-controls, .matcher-result { padding: 1.15rem; }.matcher-controls select { min-height: 52px; font-size: 1rem; }.matcher-result .button { width: 100%; }.matcher-article { margin-right: -1rem; margin-left: -1rem; padding: 2.75rem 1rem; }.matcher-result-heading { align-items: flex-start; flex-direction: column-reverse; }.matcher-result-heading > strong { align-self: flex-start; }.matcher-plan-title { align-items: flex-start; flex-direction: column; gap: .35rem; }.plan-task { grid-template-columns: 22px minmax(0,1fr); }.plan-task em { grid-column: 2; padding: 0; }.matcher-plan-actions { align-items: stretch; flex-direction: column; }.matcher-plan-actions .text-link { width: fit-content; }
  .category-grid, .article-grid, .all-articles, .product-grid { grid-template-columns: 1fr; }.category-card p { min-height: 0; }
  .finds-category-grid { grid-template-columns: 1fr; }.finds-category-grid > a, .finds-category-grid > a:nth-child(2n), .finds-category-grid > a:nth-child(3n) { min-height: 240px; border-right: 0; }.finds-category-grid h2 { margin-top: 2rem; }
  .finds-preview { padding: 4.5rem 1rem; }.finds-stack { grid-template-columns: 1fr; }
  .spotlight-image { min-height: 390px; }.spotlight-copy { padding-right: 1rem; padding-left: 1rem; }
  .latest-list a { grid-template-columns: 36px 1fr 20px; }.latest-list em { display: none; }
  .newsletter { padding: 4.5rem 1rem; }.newsletter-form > div { flex-direction: column; gap: .5rem; }.newsletter-form button { min-height: 50px; }
  .about-preview { padding: 4.5rem 1rem; }
  .home-story { padding: 4rem 0; }.story-visual { top: 68px; height: 48vh; min-height: 340px; }.story-copy { padding: 3rem 1rem 0; }.story-copy header { padding-bottom: 5rem; }.story-copy h2 { font-size: clamp(3rem,14vw,4.5rem); }.story-step { grid-template-columns: 34px 1fr; gap: .7rem; min-height: 42vh; margin: 0 -1rem; padding: 2.5rem 1rem; }.story-step h3 { font-size: 2.2rem; }.story-step p { font-size: .95rem; }.story-visual > p strong { font-size: 1.55rem; }
  .room-cinema-stage { min-height: 640px; }.room-cinema-heading h2 { font-size: clamp(2.8rem,13vw,4.4rem); }.room-cinema-copy { bottom: 5.4rem; }.room-cinema-copy article { padding: 1.2rem; }.room-cinema-copy h3 { font-size: clamp(2.5rem,12vw,3.8rem); }.room-cinema-copy p { margin: 1rem 0 1.2rem; font-size: .92rem; }.room-cinema-progress { bottom: 1.7rem; }.room-cinema-progress i { width: 18px; }.room-cinema-progress i.is-active { width: 40px; }.room-cinema-cue { display: none; }
  .hero-start-link { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .start-hero { padding: 4rem 1rem; }.start-hero h1 { font-size: clamp(3.8rem,17vw,5.6rem); }.start-hero .button { width: 100%; }
  .start-room-section, .start-problem-section, .start-guides-section, .tidy-method, .when-storage-needed { padding: 4.5rem 1rem; }
  .start-section-heading { align-items: start; }.start-section-heading h2, .method-intro h2, .when-storage-needed h2 { font-size: clamp(3rem,14vw,4.5rem); }
  .start-room-card > div { min-height: 16rem; }.start-problem-grid > a { min-height: 19rem; }
  .tidy-method li { grid-template-columns: 2rem 1fr; gap: .45rem .8rem; }.tidy-method li p { grid-column: 2; }
  .start-guide-list { grid-template-columns: 1fr; }.start-guide-link { min-height: 8.5rem; }
  .storage-guide-links a { grid-template-columns: 1fr; gap: .5rem; }.storage-guide-links strong { font-size: 1.2rem; }
  .footer-links { grid-template-columns: 1fr 1fr; }.site-footer { gap: 2rem; padding: 3.5rem 1rem 1.5rem; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; margin-top: 2rem; }
  .page-hero, .category-hero { padding: 4rem 1rem; }.page-hero h1, .category-hero h1 { font-size: clamp(3.3rem,16vw,5rem); }.page-hero.compact { padding-bottom: 4rem; }
  .category-hero { gap: 3rem; }.principles > div { padding: 3rem 1rem; }
  .article-header { padding: 3.5rem 1rem 2.5rem; text-align: left; }.article-header h1 { font-size: clamp(3rem,14vw,4.5rem); }.article-header > p:not(.kicker) { margin-right: 0; margin-left: 0; }.article-actions { align-items: flex-start; flex-direction: column; }.article-hero-media { width: 100%; margin: 0; }.article-hero-media .article-image { aspect-ratio: 4/3; }.article-hero-media figcaption { padding: .65rem 1rem; }.quick-start { grid-template-columns: 1fr; width: calc(100% - 2rem); }.quick-start > p { grid-column: auto; justify-items: start; border-bottom: 1px solid var(--line); }.quick-start > div, .quick-start > div:nth-of-type(2), .quick-start > div:last-child { grid-column: auto; border-top: 0; border-right: 0; border-bottom: 1px solid var(--line); }.quick-start > div:last-child { border-bottom: 0; }
  .article-layout { padding: 3.5rem 1rem; }.article-intro p { font-size: 1.08rem; }.idea { grid-template-columns: 1fr; gap: .6rem; padding-bottom: 4rem; }.idea-count { border-top: 1px solid var(--line); padding-top: 1rem; }.idea-content h2 { font-size: 2.35rem; }.tip-grid { grid-template-columns: 1fr; }.tip-grid .small-tip { grid-column: auto; }.idea-visual { gap: .55rem; }.idea-visual span, .idea-visual strong { font-size: .7rem; }
  .solution-facts { grid-template-columns: 1fr; }.solution-facts > .skip { grid-column: auto; }.solution-facts > div { padding: 1rem; }
  .solution-showcase { grid-template-columns: 1fr; }.solution-visual img { height: auto; }.solution-quick { padding: .6rem 1rem; }.solution-quick > div { display: grid; grid-template-columns: 90px 1fr; gap: .65rem; align-items: baseline; padding: .85rem 0; }.solution-quick dt { margin: 0; }.solution-quick dd { font-size: .98rem; }.solution-details summary { min-height: 56px; }
  .solution-comparison { margin-right: -1rem; margin-left: -1rem; }.comparison-heading { padding: 2rem 1rem; }.comparison-heading h2 { font-size: clamp(2.35rem,12vw,3.4rem); }.comparison-table-wrap { overflow: visible; }.solution-comparison table, .solution-comparison tbody, .solution-comparison tr, .solution-comparison th, .solution-comparison td { display: block; width: 100%; min-width: 0; }.solution-comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }.solution-comparison tbody tr { padding: 1.15rem 1rem; border-bottom: 1px solid var(--line); background: var(--ivory); }.solution-comparison tbody tr:last-child { border-bottom: 0; }.solution-comparison tbody tr:nth-child(even), .solution-comparison tbody tr:nth-child(even) th, .solution-comparison tbody tr:nth-child(even) td { background: #f1ece3; }.solution-comparison tbody th, .solution-comparison tbody td { display: grid; grid-template-columns: minmax(7.4rem,.42fr) 1fr; gap: .75rem; padding: .5rem 0; border: 0; background: transparent; }.solution-comparison tbody th { font-size: 1.16rem; }.solution-comparison tbody th::before, .solution-comparison tbody td::before { content: attr(data-label); color: var(--sage); font: 750 .62rem/1.4 var(--sans); letter-spacing: .07em; text-transform: uppercase; }.solution-comparison tbody th a { align-self: start; }.start-storage-problem { margin-right: -1rem; margin-left: -1rem; padding: 2rem 1rem; border-left-width: 4px; }.before-you-buy { margin-right: -1rem; margin-left: -1rem; padding: 2rem 1rem; }.before-you-buy h2 { font-size: clamp(2.65rem,13vw,4rem); }.tidy-pick dl { grid-template-columns: 1fr; }
  .selection-guide { margin-right: -1rem; margin-left: -1rem; padding: 2.5rem 1rem; }.selection-guide h2 { font-size: clamp(2.65rem,13vw,4rem); }.selection-guide li { grid-template-columns: 1fr; gap: .5rem; }
  .try-instead { grid-template-columns: 1fr; gap: .4rem; }.room-principles > h2 { font-size: clamp(2.65rem,13vw,4rem); }
  .room-guide-links { grid-template-columns: 1fr; }.room-guide-links a { min-height: 6.5rem; }
  .measurement-check { grid-template-columns: 1fr; gap: .45rem; }
  .measure-twice { margin-right: -1rem; margin-left: -1rem; padding: 2rem 1rem; }.measure-twice > div { grid-template-columns: 1fr; align-items: start; }.measure-checklist { grid-template-columns: 1fr; }
  .measurement-rooms > h2, .common-measuring-mistakes > h2, .measurement-worksheet h2, .measurement-next h2 { font-size: clamp(2.65rem,13vw,4rem); }
  .measurement-room-grid { grid-template-columns: 1fr; }.measurement-room-grid article { min-height: 0; }
  .common-measuring-mistakes li { grid-template-columns: 1fr; gap: .6rem; }
  .measurement-worksheet { margin-right: -1rem; margin-left: -1rem; padding: 2.5rem 1rem; }.worksheet-heading { align-items: stretch; flex-direction: column; gap: 1.2rem; }.measurement-worksheet button { width: 100%; }.measurement-worksheet pre { font-size: .84rem; }
  .info-content > section { grid-template-columns: 1fr; gap: .8rem; }.info-content h2 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scene-view, .home-scene img, .room-focus, .category-card, .object-card, .story-image-wrap img { transform: none !important; }
  .object-hotspot i { animation: none !important; }
  .cinematic-grid { transform: none !important; }
  .cinematic-hero .scene-view model-viewer { -webkit-mask-image: none; mask-image: none; }
  .cinematic-hero .home-scene.has-live-model:not(.is-static-layout) .apartment-overview { opacity: 0; }
  .scene-reveal-hint { display: none; }
}
