.case-page { background: var(--bg); }
.case-hero { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); min-height: calc(100svh - 78px); color: var(--white); background: var(--ink); }
.case-hero > div { display: grid; grid-template-rows: 1fr auto; min-width: 0; }
.case-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 130px) var(--pad); }
.case-hero-copy > p:first-child { margin-bottom: 34px; color: oklch(.85 .07 55); font-family: var(--mono); font-size: .7rem; }
.case-hero h1 { max-width: 8ch; margin-bottom: 28px; }
.case-hero-copy .case-lede { max-width: 42ch; color: color-mix(in oklch, var(--white) 78%, transparent); font-size: 1.1rem; }
.case-hero-image { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.case-hero-image img { width: 100%; height: 100%; }
.case-hero-image span { position: absolute; right: 22px; bottom: 22px; padding: 7px 10px; color: var(--white); background: color-mix(in oklch, var(--ink) 82%, transparent); font-family: var(--mono); font-size: .62rem; }
.case-meta { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
.case-meta div { padding: 18px var(--pad); border-right: 1px solid color-mix(in oklch, var(--white) 20%, transparent); border-bottom: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
.case-meta div:nth-child(even) { border-right: 0; }
.case-meta dt { color: color-mix(in oklch, var(--white) 64%, transparent); font-family: var(--mono); font-size: .58rem; text-transform: uppercase; }
.case-meta dd { margin: 4px 0 0; font-weight: 700; }
.case-meta .case-meta-note { grid-column: 1 / -1; border-right: 0; }
.case-meta-note dd { margin: 0; color: color-mix(in oklch, var(--white) 72%, transparent); font-size: .82rem; font-weight: 400; }
.case-meta .case-meta-note ~ div { border-right: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
.case-meta .case-meta-note ~ div:last-child { border-right: 0; }

.case-intro { display: grid; grid-template-columns: .35fr 1fr .8fr; gap: clamp(35px, 7vw, 110px); max-width: var(--max); margin-inline: auto; padding: var(--section) var(--pad); }
.case-intro h2 { max-width: 9ch; margin: 0; }
.case-intro-copy { padding-top: 12px; }
.case-intro-copy p { color: var(--muted); font-size: 1.12rem; }
.case-intro-copy strong { color: var(--ink); }
.service-fit-guide { max-width: var(--max); margin-inline: auto; padding: 0 var(--pad) var(--section); }
.service-fit-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); align-items: end; margin-bottom: clamp(42px, 6vw, 76px); padding-top: var(--section); border-top: 1px solid var(--ink); }
.service-fit-head h2 { max-width: 9ch; margin: 0; }
.service-fit-head > p { max-width: 56ch; margin: 0; color: var(--muted); font-size: 1.08rem; }
.service-fit-body { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(40px, 7vw, 105px); align-items: start; }
.service-fit-body figure { position: sticky; top: 104px; margin: 0; overflow: hidden; }
.service-fit-body figure img { width: 100%; aspect-ratio: 4 / 3; transition: filter 950ms cubic-bezier(.16,1,.3,1), transform 1200ms cubic-bezier(.16,1,.3,1); }
.service-fit-body figure:hover img { filter: saturate(1.05); transform: scale(1.012); }
.service-fit-body figcaption { padding-top: 12px; color: var(--muted); border-top: 1px solid var(--ink); font-family: var(--mono); font-size: .62rem; }
.service-fit-topics { border-top: 1px solid var(--ink); }
.service-fit-topics article { display: grid; grid-template-columns: minmax(170px, .55fr) 1fr; gap: clamp(22px, 3vw, 44px); padding: clamp(26px, 3.2vw, 42px) 0; border-bottom: 1px solid var(--line); }
.service-fit-topics h3 { margin: 0; font-size: clamp(1.75rem, 2.4vw, 2.35rem); line-height: 1; }
.service-fit-topics p { max-width: 54ch; margin: 0; color: var(--muted); }
.motion-ready .service-fit-body figure:not(.is-visible) img { filter: saturate(.72); transform: scale(1.035); }
.case-comparison { max-width: var(--max); margin-inline: auto; padding: 0 var(--pad) var(--section); }
.case-comparison-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.case-comparison-head h2 { max-width: 10ch; margin: 0; }
.case-comparison-head p { max-width: 44ch; margin: 0; color: var(--muted); }
.case-comparison .comparison { min-height: min(760px, 60vw); }
.kitchen-comparison { width: min(100%, 1840px); max-width: none; }
.kitchen-comparison .case-comparison-head { max-width: var(--max); margin-inline: auto; }
.kitchen-comparison .case-comparison-head h2 { max-width: 11ch; }
.kitchen-comparison .comparison { width: 100%; min-height: 0; aspect-ratio: 3 / 2; background: var(--ink); }
.kitchen-comparison .comparison > img,
.kitchen-comparison .after-image > img { object-fit: cover; object-position: center; }
.kitchen-comparison .after-image { z-index: 1; }
.comparison-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--ink); }
.comparison-tools p { display: flex; gap: 14px; align-items: baseline; margin: 0; }
.comparison-tools p strong { font-family: var(--display); font-size: 1.25rem; font-weight: 600; }
.comparison-tools p span { color: var(--muted); font-size: .9rem; }
.fridge-toggle { display: inline-flex; min-height: 48px; flex: 0 0 auto; gap: 28px; align-items: center; padding: 10px 16px; color: var(--white); background: var(--accent); border: 0; font-weight: 700; cursor: pointer; }
.fridge-toggle i { font-style: normal; transition: transform 220ms cubic-bezier(.22,1,.36,1); }
.fridge-toggle[aria-pressed="true"] i { transform: rotate(90deg); }
.fridge-toggle:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }

.bath-model-story { padding: var(--section) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))) clamp(64px, 6vw, 88px); background: var(--surface); }
.bath-model-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: clamp(36px, 5vw, 64px); }
.bath-model-head > div { max-width: 620px; }
.bath-model-head h2 { max-width: 12ch; margin: 0; }
.bath-model-head > p { max-width: 46ch; margin: 0; color: var(--muted); font-size: 1.05rem; }
.bath-model-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.bath-model-figure { display: flex; min-width: 0; min-height: 540px; flex-direction: column; margin: 0; padding: clamp(18px, 2.5vw, 36px); background: var(--white); }
.bath-model-map, .bath-photo-map { position: relative; width: 100%; aspect-ratio: 3 / 2; margin: auto; }
.bath-model-map > img, .bath-photo-map > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bath-model-annotations { position: absolute; inset: 0; }
.bath-callout { position: absolute; z-index: 2; top: var(--y); left: var(--x); padding: 3px 5px; color: var(--ink); background: oklch(1 0 0 / .86); font-family: var(--mono); font-size: clamp(.46rem, .52vw, .61rem); font-weight: 500; line-height: 1.1; white-space: nowrap; transform: translate(-50%, -50%); }
.bath-callout--measure { color: var(--primary-dark); font-weight: 600; }
.bath-leader { position: absolute; z-index: 1; top: var(--y); left: var(--x); width: var(--length); height: 1px; background: var(--muted); transform: rotate(var(--angle)); transform-origin: 0 50%; }
.bath-leader::after { position: absolute; top: -2px; right: -2px; width: 5px; height: 5px; background: currentColor; border-radius: 50%; content: ""; }
.bath-leader--measure { color: var(--primary-dark); background: currentColor; }
.kitchen-model-map { position: relative; width: 100%; max-height: 100%; aspect-ratio: 3 / 2; margin: auto; }
.kitchen-model-map > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.kitchen-photo-map img { object-position: center; }
.bath-photo-map { overflow: hidden; }
.bath-model-figure figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .62rem; }
.bath-model-figure figcaption span { color: var(--muted); text-align: right; }
.bath-hotspot { position: absolute; top: var(--y); left: var(--x); display: grid; width: 44px; height: 44px; place-items: center; margin: -22px 0 0 -22px; padding: 0; color: var(--white); background: radial-gradient(circle, oklch(.34 .08 174) 0 14px, var(--white) 14px 16px, transparent 16px); border: 0; border-radius: 50%; filter: drop-shadow(0 1px 3px oklch(.2 .01 34 / .45)); font-family: var(--mono); font-size: .72rem; font-weight: 600; cursor: pointer; transition: opacity 200ms cubic-bezier(.22,1,.36,1), transform 200ms cubic-bezier(.22,1,.36,1); }
.bath-model-annotations .bath-hotspot { z-index: 3; }
.bath-hotspot.is-dimmed { opacity: .35; }
.bath-hotspot.is-active { transform: scale(1.35); }
.bath-decision-legend { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--ink); border-top: 0; }
.bath-decision { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; min-height: 132px; padding: 18px 20px; color: var(--ink); text-align: left; background: var(--white); border: 0; cursor: pointer; transition: background 180ms cubic-bezier(.22,1,.36,1); }
.bath-decision > span:first-child { display: grid; width: 30px; height: 30px; place-items: center; margin-top: 2px; color: oklch(.34 .08 174); background: transparent; border: 1.5px solid oklch(.34 .08 174); border-radius: 50%; font-family: var(--mono); font-size: .72rem; font-weight: 600; transition: color 180ms cubic-bezier(.22,1,.36,1), background 180ms cubic-bezier(.22,1,.36,1); }
.bath-decision strong { display: block; margin-bottom: 4px; font-family: var(--display); font-size: 1.4rem; font-weight: 600; line-height: 1; }
.bath-decision small { display: block; color: var(--muted); font-size: .84rem; line-height: 1.4; }
.bath-decision.is-active { background: oklch(.97 .01 174); }
.bath-decision.is-active > span:first-child { color: var(--white); background: oklch(.34 .08 174); }
.bath-model-instruction { margin: 14px 0 0; color: var(--muted); font-family: var(--mono); font-size: .66rem; }

.bath-answers { display: grid; grid-template-columns: minmax(min(300px, 100%), .8fr) 1.2fr; gap: clamp(40px, 7vw, 110px); align-items: start; max-width: var(--max); margin-inline: auto; padding: var(--section) var(--pad); }
.bath-answers > div:first-child h2 { max-width: 9ch; margin: 0; }
.bath-answer-list { border-top: 1px solid var(--ink); }
.bath-answer-list article { display: grid; grid-template-columns: minmax(130px, .38fr) 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.bath-answer-list article > p { margin: 0; padding-top: 6px; color: var(--primary-dark); font-family: var(--mono); font-size: .7rem; font-weight: 600; }
.bath-answer-list h3 { margin: 0 0 10px; font-size: clamp(1.7rem, 2.4vw, 2.2rem); line-height: 1; }
.bath-answer-list div > p { max-width: 58ch; margin: 0; color: var(--muted); }
.answer-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 22px 0 0; border-top: 1px solid var(--line); }
.answer-tiers div { padding: 14px 16px 0 0; }
.answer-tiers dt { color: var(--muted); font-family: var(--mono); font-size: .62rem; font-weight: 600; }
.answer-tiers dd { margin: 5px 0 0; color: var(--ink); font-weight: 700; }

.model-break { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(35px, 5vw, 80px); min-height: 760px; padding: var(--section) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); overflow: hidden; background: var(--surface); }
.model-break-copy h2 { max-width: 8ch; }
.model-break-copy > p { max-width: 42ch; color: var(--muted); }
.case-assembly-steps { margin-top: 30px; }
.case-assembly-steps .assembly-step-button { padding: 13px 0; }
.case-assembly-steps .assembly-step strong { font-size: 1.3rem; }
.case-assembly-model { min-height: 610px; padding: clamp(24px, 3.5vw, 48px); }
.case-assembly { align-items: end; padding-bottom: clamp(64px, 6vw, 88px); }
.model-break > img { width: 100%; max-height: 640px; object-fit: contain; transform: rotate(-1deg); }
.model-break.deck > img { transform: rotate(1deg); }

.deck-build-story { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); gap: clamp(35px, 5vw, 80px); align-items: end; min-height: 780px; padding: var(--section) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))) clamp(64px, 6vw, 88px); background: var(--surface); }
.deck-build-copy h2 { max-width: 8ch; margin-bottom: 20px; }
.deck-build-intro { max-width: 43ch; margin: 0; color: var(--muted); }
.deck-build-steps { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.deck-build-steps li { margin: 0; }
.deck-build-step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; width: 100%; min-height: 74px; padding: 13px 0; color: var(--ink); text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.deck-build-step b { padding-top: 3px; color: var(--primary-dark); font-family: var(--mono); font-size: .64rem; }
.deck-build-step span { display: block; }
.deck-build-step strong { display: block; font-family: var(--display); font-size: 1.3rem; font-weight: 600; line-height: 1; }
.deck-build-step small { display: block; max-height: 0; margin-top: 0; overflow: hidden; color: var(--muted); font-size: .82rem; line-height: 1.4; opacity: 0; transition: opacity 180ms cubic-bezier(.22,1,.36,1); }
.deck-build-step.is-active small { max-height: 5em; margin-top: 7px; opacity: 1; }
.deck-build-step.is-active strong { color: var(--primary-dark); }
.deck-build-step:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.deck-build-replay { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 18px; padding: 0; color: var(--ink); background: transparent; border: 0; font-family: var(--mono); font-size: .68rem; font-weight: 600; cursor: pointer; }
.deck-build-replay span { color: var(--primary-dark); font-size: 1rem; }
.deck-build-replay:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.deck-build-figure { position: relative; min-width: 0; margin: 0; padding: clamp(16px, 2.2vw, 30px); background: var(--white); }
.deck-build-panel { position: relative; aspect-ratio: 1629 / 965; overflow: hidden; background: var(--surface); }
.deck-build-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.008); transition: opacity 440ms cubic-bezier(.22,1,.36,1), transform 700ms cubic-bezier(.16,1,.3,1); }
.deck-build-frame.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.deck-build-status { position: absolute; right: 14px; bottom: 14px; z-index: 2; display: flex; gap: 12px; align-items: baseline; margin: 0; padding: 8px 10px; color: var(--white); background: color-mix(in oklch, var(--ink) 86%, transparent); }
.deck-build-status span { font-family: var(--mono); font-size: .58rem; }
.deck-build-status strong { font-family: var(--body); font-size: .72rem; }
.deck-build-figure figcaption { display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 58px; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .62rem; }
.deck-build-figure figcaption span { max-width: 66ch; color: var(--muted); text-align: right; justify-self: end; }
.deck-build-controls { position: absolute; right: clamp(16px, 2.2vw, 30px); top: clamp(16px, 2.2vw, 30px); z-index: 3; display: flex; }
.deck-build-controls button { display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--ink); border: 0; border-right: 1px solid color-mix(in oklch, var(--white) 25%, transparent); font-size: 1rem; cursor: pointer; }
.deck-build-controls button:last-child { border-right: 0; }
.deck-build-controls button:hover { background: var(--primary-dark); }
.deck-build-controls button:focus-visible { position: relative; z-index: 1; outline: 3px solid var(--focus); outline-offset: -3px; }

.covered-deck-feature { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); max-width: var(--max); margin: var(--section) auto; color: var(--white); background: var(--ink); }
.covered-deck-visual { position: relative; min-width: 0; min-height: 680px; margin: 0; overflow: hidden; }
.covered-deck-visual img { width: 100%; height: 100%; object-position: 56% center; transition: filter 950ms cubic-bezier(.16,1,.3,1), transform 1200ms cubic-bezier(.16,1,.3,1); }
.covered-deck-visual figcaption { position: absolute; right: 18px; bottom: 18px; padding: 7px 10px; color: var(--white); background: color-mix(in oklch, var(--ink) 84%, transparent); font-family: var(--mono); font-size: .62rem; }
.covered-deck-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5.5vw, 82px); }
.covered-deck-copy .plain-label { color: oklch(.85 .07 55); }
.covered-deck-copy h2 { max-width: 8ch; margin-bottom: 28px; scroll-margin-top: 100px; font-size: clamp(3.2rem, 5.2vw, 5rem); }
.covered-deck-copy > p:not(.plain-label) { max-width: 45ch; color: color-mix(in oklch, var(--white) 76%, transparent); }
.covered-deck-scope { margin: 18px 0 30px; border-top: 1px solid color-mix(in oklch, var(--white) 28%, transparent); }
.covered-deck-scope div { display: grid; grid-template-columns: minmax(96px, .35fr) 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid color-mix(in oklch, var(--white) 20%, transparent); }
.covered-deck-scope dt { color: oklch(.85 .07 55); font-family: var(--mono); font-size: .62rem; font-weight: 600; }
.covered-deck-scope dd { margin: 0; color: color-mix(in oklch, var(--white) 72%, transparent); font-size: .82rem; line-height: 1.4; }
.covered-deck-link { color: var(--white); }
.covered-deck-link:hover { color: var(--focus); }
.motion-ready .covered-deck-visual:not(.is-visible) img { filter: saturate(.72); transform: scale(1.035); }
.covered-deck-visual:hover img { filter: saturate(1.04); transform: scale(1.012); }

.project-path { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 9vw, 140px); max-width: var(--max); margin-inline: auto; padding: var(--section) var(--pad) 0; }
.project-path h2 { max-width: 9ch; margin: 0; }
.path-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.path-list li { display: grid; grid-template-columns: 42px .7fr 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.path-list b { color: var(--primary-dark); font-family: var(--mono); font-size: .66rem; }
.path-list strong { font-family: var(--display); font-size: 1.6rem; }
.path-list span { color: var(--muted); }
.path-note { grid-column: 2; margin-top: 18px; color: var(--muted); font-size: .82rem; }

.case-decisions { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 150px); max-width: var(--max); margin-inline: auto; padding: var(--section) var(--pad); }
.case-decisions h2 { max-width: 8ch; margin: 0; }
.decision-list { border-top: 1px solid var(--ink); }
.decision-list article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--ink); }
.decision-list article > span { color: var(--primary-dark); font-family: var(--mono); font-size: .7rem; }
.decision-list h3 { margin: 0 0 8px; font-size: 2.1rem; }
.decision-list p { max-width: 48ch; margin: 0; color: var(--muted); }
.detail-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 2px; max-width: var(--max); margin-inline: auto; padding: 0 var(--pad) var(--section); background: var(--ink); background-clip: content-box; }
.detail-gallery figure { display: grid; min-width: 0; grid-template-rows: auto 1fr; margin: 0; background: var(--bg); }
.detail-gallery img { align-self: start; width: 100%; height: auto; aspect-ratio: 4 / 3; }
.detail-gallery .fig-04 { overflow: visible; }
.detail-gallery .fig-04 > img { height: auto; padding: 14px; object-fit: contain; background: var(--white); }
.detail-gallery .fig-04-svg { display: block; overflow: visible; }
.detail-gallery figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 14px 8px 0; color: var(--muted); font-family: var(--mono); font-size: .65rem; background: var(--bg); }
.detail-gallery figcaption span:last-child { text-align: right; }
.deck-detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.deck-detail-gallery figure { grid-template-rows: minmax(0, 1fr) auto; }
.deck-detail-gallery img { height: clamp(400px, 44vw, 620px); max-height: 620px; object-fit: cover; }
.deck-detail-gallery .fig-04 > img { align-self: center; height: auto; max-height: min(620px, 44vw); }
.service-faq { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(48px, 9vw, 140px); max-width: var(--max); margin-inline: auto; padding: var(--section) var(--pad); }
.service-faq-intro { align-self: start; }
.service-faq-intro h2 { max-width: 9ch; margin-bottom: 28px; }
.service-faq-intro > p:not(.plain-label) { max-width: 44ch; color: var(--muted); }
.service-faq-intro .text-link { margin-top: 10px; }
.service-faq-list { border-top: 1px solid var(--ink); }
.service-faq-list details { border-bottom: 1px solid var(--line); }
.service-faq-list summary { position: relative; display: flex; min-height: 78px; align-items: center; padding: 20px 58px 20px 0; font-family: var(--display); font-size: clamp(1.55rem, 2.25vw, 2.05rem); font-weight: 600; line-height: 1.05; text-wrap: balance; cursor: pointer; list-style: none; }
.service-faq-list summary::-webkit-details-marker { display: none; }
.service-faq-list summary::after { position: absolute; right: 8px; top: 50%; display: grid; width: 36px; height: 36px; place-items: center; color: var(--white); background: var(--accent); border-radius: 50%; content: "+"; font-family: var(--body); font-size: 1.2rem; font-weight: 400; transform: translateY(-50%); transition: background 180ms cubic-bezier(.22,1,.36,1), transform 220ms cubic-bezier(.22,1,.36,1); }
.service-faq-list details[open] summary::after { background: var(--primary-dark); content: "−"; transform: translateY(-50%) rotate(180deg); }
.service-faq-list summary:hover { color: var(--primary-dark); }
.service-faq-list details > div { padding: 0 58px 26px 0; }
.service-faq-list details > div p { max-width: 66ch; margin: 0; color: var(--muted); }
.client-quote { display: grid; grid-template-columns: .45fr 1fr; gap: clamp(45px, 9vw, 140px); padding: var(--section) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); color: var(--white); background: var(--accent); }
.client-quote p:first-child { font-family: var(--mono); font-size: .7rem; }
.client-quote blockquote { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 600; line-height: .98; }
.client-quote cite { display: block; margin-top: 24px; font-family: var(--body); font-size: .9rem; font-style: normal; }
.service-pagination { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: var(--max); margin-inline: auto; padding: 0 var(--pad); }
.service-pagination a { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); min-height: 160px; color: var(--ink); text-decoration: none; }
.service-pagination a + a { border-left: 1px solid var(--line); }
.service-pagination-prev { justify-content: flex-start; padding-right: clamp(20px, 4vw, 60px); }
.service-pagination-next { justify-content: flex-end; padding-left: clamp(20px, 4vw, 60px); text-align: right; }
.service-pagination strong { font-family: var(--display); font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 600; line-height: 1; }
.service-pagination span { flex: 0 0 auto; color: var(--primary-dark); font-family: var(--mono); font-size: clamp(1.2rem, 2vw, 1.75rem); transition: transform 180ms cubic-bezier(.22, 1, .36, 1); }
.service-pagination a:hover strong { color: var(--primary-dark); }
.service-pagination-prev:hover span { transform: translateX(-5px); }
.service-pagination-next:hover span { transform: translateX(5px); }

@media (max-width: 900px) {
  .case-hero { grid-template-columns: 1fr; }
  .case-hero-copy { min-height: 540px; }
  .case-hero-image { min-height: 600px; }
  .case-intro { grid-template-columns: .3fr 1fr; }
  .case-intro-copy { grid-column: 2; }
  .service-fit-head, .service-fit-body { grid-template-columns: 1fr; }
  .service-fit-head { align-items: start; gap: 28px; }
  .service-fit-head h2 { max-width: 12ch; }
  .service-fit-body figure { position: static; }
  .bath-model-head { align-items: flex-start; flex-direction: column; }
  .bath-model-pair { grid-template-columns: 1fr; }
  .bath-model-figure { min-height: 600px; }
  .bath-decision-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bath-answers { grid-template-columns: 1fr; }
  .model-break { grid-template-columns: 1fr; }
  .deck-build-story { grid-template-columns: 1fr; min-height: 0; }
  .deck-build-copy h2 { max-width: 12ch; }
  .covered-deck-feature { grid-template-columns: 1fr; margin-block: var(--section); }
  .covered-deck-visual { min-height: 0; aspect-ratio: 3 / 2; }
  .covered-deck-visual img { height: auto; aspect-ratio: 3 / 2; object-position: center; }
  .covered-deck-copy h2 { max-width: 11ch; }
  .model-break > img { max-height: 560px; }
  .case-assembly-model { min-height: 520px; }
  .project-path, .case-decisions { grid-template-columns: 1fr; }
  .service-faq { grid-template-columns: 1fr; }
  .service-faq-intro h2 { max-width: 12ch; }
  .path-note { grid-column: 1; }
  .client-quote { grid-template-columns: 1fr; }
  .detail-gallery { grid-template-columns: 1fr; }
  .deck-detail-gallery img { height: min(70vw, 520px); }
  .deck-detail-gallery .fig-04 > img { max-height: min(70vw, 520px); }
}

@media (max-width: 560px) {
  .case-hero-copy { min-height: 500px; }
  .case-hero-image { min-height: 450px; }
  .case-meta { grid-template-columns: 1fr; }
  .case-meta div, .case-meta div:nth-child(even), .case-meta .case-meta-note ~ div { border-right: 0; }
  .case-intro { grid-template-columns: 1fr; }
  .case-intro-copy { grid-column: 1; }
  .service-fit-head h2, .service-faq-intro h2 { max-width: 100%; }
  .service-fit-topics article { grid-template-columns: 1fr; gap: 12px; }
  .service-faq-list summary { min-height: 72px; padding-right: 50px; }
  .service-faq-list summary::after { right: 2px; }
  .service-faq-list details > div { padding-right: 0; }
  .case-hero h1, .case-decisions h2, .case-intro h2, .model-break-copy h2, .project-path h2 { max-width: 100%; }
  .bath-model-figure { min-height: 430px; padding: 16px; }
  .bath-model-figure figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .bath-model-figure figcaption span { text-align: left; }
  .bath-decision-legend { grid-template-columns: 1fr; }
  .bath-decision { min-height: 0; }
  .bath-answer-list article { grid-template-columns: 1fr; gap: 8px; }
  .bath-answer-list article > p { padding-top: 0; }
  .answer-tiers { grid-template-columns: 1fr; }
  .answer-tiers div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .answer-tiers div:last-child { border-bottom: 0; }
  .answer-tiers dd { margin: 0; text-align: right; }
  .case-comparison-head { align-items: start; flex-direction: column; }
  .case-comparison .comparison { min-height: 500px; }
  .kitchen-comparison .comparison { min-height: 0; aspect-ratio: 3 / 2; }
  .comparison-tools { align-items: stretch; flex-direction: column; gap: 12px; padding-top: 14px; }
  .comparison-tools p { align-items: flex-start; flex-direction: column; gap: 2px; }
  .fridge-toggle { justify-content: space-between; width: 100%; }
  .model-break { min-height: auto; }
  .deck-build-story { padding-block: var(--section); }
  .covered-deck-feature { margin-block: 0; }
  .covered-deck-copy { padding: 48px var(--pad) 56px; }
  .covered-deck-copy h2 { max-width: 100%; font-size: clamp(3rem, 14vw, 4.2rem); }
  .covered-deck-scope div { grid-template-columns: 1fr; gap: 5px; }
  .deck-build-figure { padding: 12px; }
  .deck-build-figure figcaption { grid-template-columns: 1fr; gap: 5px; min-height: 78px; }
  .deck-build-figure figcaption span { text-align: left; justify-self: start; }
  .deck-build-controls { top: 12px; right: 12px; }
  .deck-build-status { right: 8px; bottom: 8px; }
  .case-assembly-model { min-height: 390px; }
  .path-list li { grid-template-columns: 36px 1fr; }
  .path-list span { grid-column: 2; }
  .decision-list article { grid-template-columns: 42px 1fr; }
  .service-pagination a { min-height: 120px; }
  .service-pagination strong { font-size: clamp(1.7rem, 8vw, 2.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  .service-pagination span { transition: none; }
  .deck-build-frame, .deck-build-step small { transition: none; }
  .service-fit-body figure img, .service-faq-list summary::after { transition: none; }
}
