:root {
  --paper: #f3f0e9;
  --paper-deep: #e7e1d6;
  --white: #fbfaf7;
  --ink: #1c1c19;
  --muted: #6f6b63;
  --line: rgba(28, 28, 25, 0.16);
  --oak: #ad8a62;
  --oak-light: #d0b18b;
  --stone: #d8d4cc;
  --serif: "Manrope", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --container: min(1240px, calc(100vw - 96px));
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
figure, h1, h2, h3, p { margin-top: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .75rem 1rem; color: #fff; background: var(--ink); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--oak); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); padding: 0 max(48px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(243, 240, 233, .78); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: background .4s ease, border-color .4s ease, transform .4s var(--ease); }
.site-header.is-scrolled, .site-header.header-solid { background: rgba(243, 240, 233, .94); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 14px; font-size: .73rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.brand img { width: 34px; height: 34px; border-radius: 50%; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { position: relative; font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.site-nav a:hover::after, .site-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 20px; color: var(--white); background: var(--ink); }
.menu-button { display: none; }

.button { display: inline-flex; min-height: 48px; padding: 0 26px; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .69rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: color .35s ease, background .35s ease, transform .35s var(--ease), border-color .35s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.65); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px, -2px); }
.section-pad { width: var(--container); margin-inline: auto; padding-block: 140px; }
.section-index, .kicker { margin-bottom: 26px; color: var(--muted); font-size: .66rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }

/* Scroll-built hero */
.assembly { position: relative; height: 460vh; background: var(--paper); }
.assembly-sticky { position: sticky; top: 0; height: 100vh; min-height: 650px; overflow: hidden; display: grid; grid-template-columns: 42% 58%; }
.assembly-copy { position: relative; z-index: 10; padding: calc(var(--header-h) + 7vh) 3vw 5vh max(48px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.assembly-copy h1 { max-width: 620px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(4rem, 6vw, 7.4rem); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.assembly-copy h1 em { color: var(--oak); font-weight: 400; }
.assembly-lede { max-width: 510px; margin-bottom: 36px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.assembly-chapters { position: absolute; left: max(48px, calc((100vw - 1240px) / 2)); right: 3vw; bottom: 25px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.assembly-chapters span { padding-top: 11px; border-top: 1px solid var(--line); color: #99958d; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; transition: color .3s ease, border-color .3s ease; }
.assembly-chapters span.is-active { color: var(--ink); border-color: var(--ink); }
.assembly-stage { position: relative; display: grid; place-items: center; padding: calc(var(--header-h) + 3vh) max(48px, calc((100vw - 1240px) / 2)) 5vh 1vw; }
.kitchen-scene { --progress: 0; position: relative; width: min(790px, 54vw); aspect-ratio: 1.12 / 1; overflow: hidden; background: #e9e5dc; box-shadow: 0 30px 90px rgba(60, 51, 42, .1); isolation: isolate; }
.scene-sun { position: absolute; z-index: 1; top: 2%; right: -20%; width: 80%; height: 80%; background: radial-gradient(circle, rgba(255,247,217,.95) 0, rgba(255,247,217,.18) 38%, transparent 70%); opacity: calc(.28 + var(--progress) * .72); }
.scene-room, .scene-layer, .scene-final { position: absolute; inset: 0; }
.scene-wall { position: absolute; inset: 0 0 24%; background: linear-gradient(125deg, #ede9e0, #ded8ce); }
.scene-wall::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: rgba(90,78,63,.12); }
.scene-floor { position: absolute; inset: 72% 0 0; background: repeating-linear-gradient(102deg, #c8b39a 0 12%, #bca58c 12.3% 12.7%, #cab69f 13% 26%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: perspective(400px) rotateX(18deg); transform-origin: bottom; }
.scene-window { position: absolute; top: 12%; right: 8%; width: 27%; height: 40%; border: 8px solid #f4f1e9; background: linear-gradient(160deg, #d8e1dc, #aebcb5); box-shadow: 0 18px 35px rgba(67,78,72,.13); }
.scene-window span:first-child { position: absolute; left: 49%; top: 0; width: 2px; height: 100%; background: #f4f1e9; }
.scene-window span:last-child { position: absolute; top: 49%; left: 0; height: 2px; width: 100%; background: #f4f1e9; }
.scene-layer { z-index: 2; pointer-events: none; }
.layer-bases { opacity: clamp(0, calc((var(--progress) - .1) * 7), 1); transform: translateY(calc((1 - clamp(0, calc((var(--progress) - .1) * 7), 1)) * 50px)); }
.cabinet { position: absolute; background: #af8d68; border: 1px solid rgba(68,49,30,.12); box-shadow: inset -1px 0 rgba(255,255,255,.24); }
.base-one { left: 7%; bottom: 24%; width: 15%; height: 29%; }
.base-two { left: 22%; bottom: 24%; width: 16%; height: 29%; }
.base-three { left: 38%; bottom: 24%; width: 15%; height: 29%; }
.tall-one { left: 53%; bottom: 24%; width: 13%; height: 63%; background: #9d7a58; }
.layer-uppers { opacity: clamp(0, calc((var(--progress) - .3) * 7), 1); transform: translateY(calc((1 - clamp(0, calc((var(--progress) - .3) * 7), 1)) * -35px)); }
.upper-one, .upper-two, .upper-three { top: 13%; height: 20%; }
.upper-one { left: 7%; width: 15%; }
.upper-two { left: 22%; width: 16%; }
.upper-three { left: 38%; width: 15%; }
.layer-surfaces { opacity: clamp(0, calc((var(--progress) - .5) * 7), 1); transform: translateY(calc((1 - clamp(0, calc((var(--progress) - .5) * 7), 1)) * 35px)); }
.counter { position: absolute; background: #e6dfd3; box-shadow: 0 7px 13px rgba(50,40,30,.12); }
.back-counter { left: 6%; bottom: 52%; width: 61%; height: 2.8%; }
.island { position: absolute; z-index: 4; left: 35%; bottom: 9%; width: 48%; height: 24%; filter: drop-shadow(0 24px 17px rgba(71,54,38,.18)); }
.island-front { position: absolute; inset: 15% 5% 0; background: #c2a17d; clip-path: polygon(8% 0, 100% 0, 90% 100%, 0 100%); }
.island-top { position: absolute; inset: 0; height: 22%; background: #eee8de; clip-path: polygon(8% 0, 100% 0, 93% 100%, 0 100%); }
.sink { position: absolute; left: 27%; bottom: 52%; width: 10%; height: 2.5%; border: 2px solid #7d7770; background: #afa9a0; }
.tap { position: absolute; left: 31%; bottom: 55%; width: 2%; height: 10%; border-left: 3px solid #57534e; border-top: 3px solid #57534e; border-radius: 8px 0 0; }
.layer-details { opacity: clamp(0, calc((var(--progress) - .68) * 8), 1); }
.pendant { position: absolute; top: 0; width: 2px; height: 24%; background: #5d554d; }
.pendant::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 34px; height: 18px; border-radius: 50% 50% 25% 25%; background: #786b5e; transform: translateX(-50%); box-shadow: 0 8px 26px rgba(255,235,181,.8); }
.pendant-one { left: 47%; }.pendant-two { left: 64%; height: 20%; }
.stool { position: absolute; z-index: 5; bottom: 2%; width: 9%; height: 20%; border-top: 9px solid #4b4037; border-radius: 50%; }
.stool::before, .stool::after { content: ""; position: absolute; top: 2px; width: 2px; height: 90%; background: #4b4037; }
.stool::before { left: 17%; transform: rotate(6deg); }.stool::after { right: 17%; transform: rotate(-6deg); }
.stool-one { left: 48%; }.stool-two { left: 67%; }
.plant { position: absolute; left: 44%; bottom: 56%; width: 6%; height: 12%; border-bottom: 18px solid #7d6952; border-left: 6px solid transparent; border-right: 6px solid transparent; }
.plant::before, .plant::after, .plant span { content: ""; position: absolute; bottom: 9px; width: 20px; height: 35px; background: #75806b; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.plant::before { left: 2px; transform: rotate(-35deg); }.plant::after { right: 0; transform: rotate(35deg) scaleX(-1); }.plant span { left: 10px; height: 42px; }
.scene-final { z-index: 8; width: 100%; height: 100%; object-fit: cover; opacity: clamp(0, calc((var(--progress) - .84) * 7), 1); transform: scale(calc(1.05 - var(--progress) * .05)); filter: brightness(1.08) saturate(.8); }
.scene-final::after { content: ""; position: absolute; inset: 0; }
.scene-caption { position: absolute; z-index: 10; left: 24px; right: 24px; bottom: 20px; color: #fff; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 1px 15px rgba(0,0,0,.5); opacity: calc(.5 + var(--progress) * .5); }
.scene-photo { position: absolute; inset: 0; z-index: 5; margin: 0; opacity: 0; overflow: hidden; will-change: opacity, transform; }
.scene-photo:first-child { opacity: 1; }
.scene-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) brightness(1.03); transform: scale(1.045); }
.scene-photo:nth-child(1) img, .scene-photo:nth-child(2) img, .scene-photo:nth-child(3) img, .scene-photo:nth-child(4) img { object-position: center 45%; }
.kitchen-scene::after { content: ""; position: absolute; inset: 0; z-index: 8; pointer-events: none; background: linear-gradient(180deg, rgba(20,18,15,.03) 50%, rgba(20,18,15,.52)); }
.scene-number { position: absolute; z-index: 10; right: 24px; top: 20px; padding: 7px 10px; color: #fff; border: 1px solid rgba(255,255,255,.45); background: rgba(20,18,15,.16); backdrop-filter: blur(8px); font-size: .56rem; letter-spacing: .13em; }
.scroll-cue { position: absolute; right: max(48px, calc((100vw - 1240px) / 2)); bottom: 26px; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 34px; height: 1px; background: var(--muted); animation: cue 1.8s ease-in-out infinite; transform-origin: left; }
@keyframes cue { 0%,100% { transform: scaleX(.4); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }

/* Home editorial sections */
.reveal-section { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-section.is-visible { opacity: 1; transform: none; }
.manifesto { border-bottom: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.55fr .55fr; gap: 12vw; align-items: end; }
.manifesto h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.3rem); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.manifesto h2 em { color: var(--oak); font-weight: 400; }
.manifesto-grid > div p { margin-bottom: 34px; color: var(--muted); line-height: 1.8; }
.section-heading { position: relative; margin-bottom: 65px; }
.section-heading h2 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.4rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.section-heading .desktop-link { position: absolute; right: 0; bottom: 5px; }
.editorial-projects { display: grid; grid-template-columns: repeat(12, 1fr); gap: 7vw 28px; }
.project-card figure { margin: 0; }
.project-card-large { grid-column: 1 / 8; }
.project-card-wide { grid-column: 8 / 13; margin-top: 18vh; }
.project-card-small { grid-column: 3 / 8; }
.project-card figure { position: relative; overflow: hidden; }
.project-card img { width: 100%; height: 70vh; min-height: 520px; object-fit: cover; filter: saturate(.75); transition: transform 1.3s var(--ease), filter .7s ease; }
.project-card-wide img { height: 58vh; min-height: 440px; }
.project-card-small img { height: 62vh; min-height: 500px; }
.project-card figcaption { position: absolute; inset: auto 0 0; padding: 80px 28px 26px; display: grid; grid-template-columns: 1fr auto; gap: 5px; color: #fff; background: linear-gradient(transparent, rgba(15,13,11,.74)); }
.project-card figcaption span, .project-card figcaption small { font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.project-card figcaption strong { grid-column: 1; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.project-card figcaption small { grid-column: 2; grid-row: 1 / 3; align-self: end; }
.project-card:hover img { transform: scale(1.025); filter: saturate(1); }
.mobile-link { display: none; }

.material-lab { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; }
.material-copy h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.7rem); font-weight: 400; line-height: 1.02; }
.material-copy > p:not(.section-index) { max-width: 460px; color: var(--muted); }
.material-options { margin-top: 44px; display: grid; border-top: 1px solid var(--line); }
.material-option { display: grid; grid-template-columns: 24px 1fr; gap: 15px; align-items: center; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; opacity: .52; transition: opacity .3s ease, padding .3s ease; }
.material-option:hover, .material-option.is-active { opacity: 1; padding-left: 8px; }
.swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); }
.swatch-natural { background: #b59069; }.swatch-mineral { background: #d9d6d0; }.swatch-contrast { background: #2b2926; }
.material-preview { --mat-front: #b38e67; --mat-upper: #d7c1a3; --mat-counter: #e7e2d9; position: relative; aspect-ratio: 1.12 / 1; overflow: hidden; background: #e2ddd3; transition: background .6s ease; }
.material-preview[data-palette-preview="mineral"] { --mat-front: #c5c5c1; --mat-upper: #e3e1db; --mat-counter: #9d9c97; background: #eeece7; }
.material-preview[data-palette-preview="contrast"] { --mat-front: #3b3934; --mat-upper: #5a5149; --mat-counter: #d6d0c5; background: #d9d0c4; }
.material-wall { position: absolute; inset: 0 0 22%; background: linear-gradient(140deg, rgba(255,255,255,.45), transparent); }
.material-wall::after { content: ""; position: absolute; left: 67%; top: 8%; width: 24%; height: 50%; background: #cbd5cf; border: 9px solid rgba(255,255,255,.7); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.material-upper, .material-lower { position: absolute; left: 7%; display: grid; grid-template-columns: repeat(3, 1fr); width: 56%; }
.material-upper { top: 14%; height: 23%; }.material-lower { bottom: 22%; height: 28%; }
.material-upper span, .material-lower span { background: var(--mat-upper); border-right: 1px solid rgba(255,255,255,.25); transition: background .6s ease; }
.material-lower span { background: var(--mat-front); }
.material-counter { position: absolute; z-index: 2; left: 6%; bottom: 49%; width: 59%; height: 3%; background: var(--mat-counter); box-shadow: 0 8px 14px rgba(0,0,0,.09); transition: background .6s ease; }
.material-island { position: absolute; z-index: 3; left: 35%; bottom: 7%; width: 48%; height: 25%; background: var(--mat-front); clip-path: polygon(5% 8%, 100% 0, 92% 100%, 0 100%); box-shadow: inset 0 8px var(--mat-counter); transition: background .6s ease, box-shadow .6s ease; }
.material-label { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; color: #fff; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; mix-blend-mode: difference; }
.material-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.03); filter: saturate(.72); transition: opacity .7s ease, transform 1.2s var(--ease), filter .7s ease; }
.material-photo.is-active { opacity: 1; transform: scale(1); filter: saturate(.9); }

.process-strip { border-top: 1px solid var(--line); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list li { min-height: 240px; padding: 26px 30px 24px 0; border-top: 1px solid var(--ink); border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 30px; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--oak); font-size: .66rem; }
.process-list strong { display: block; margin: 50px 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.process-list p { max-width: 220px; color: var(--muted); font-size: .86rem; }
.quote-invitation { min-height: 780px; display: grid; grid-template-columns: 1.12fr .88fr; background: #25241f; color: #fff; }
.quote-image { min-height: 700px; background: linear-gradient(90deg, transparent 55%, #25241f), url("../assets/images/hero_contacto.jpg") center/cover no-repeat; filter: saturate(.6) brightness(.95); }
.quote-copy { padding: 11vw 8vw 9vw 5vw; align-self: center; }
.quote-copy .section-index { color: #bdb6a9; }
.quote-copy h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.6rem); font-weight: 400; line-height: .96; }
.quote-copy p { max-width: 500px; margin-bottom: 34px; color: #c7c1b6; }
.quote-copy small { display: block; margin-top: 18px; color: #8e887e; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

/* Footer */
.site-footer { padding: 90px max(48px, calc((100vw - 1240px) / 2)) 28px; background: var(--white); }
.footer-main { display: flex; flex-direction: column; align-items: flex-start; gap: 25px; }
.brand-footer { margin-bottom: 12px; }
.footer-main > p { max-width: 360px; color: var(--muted); }
.footer-mail { padding-bottom: 4px; border-bottom: 1px solid; font-family: var(--serif); font-size: 1.35rem; }
.site-footer:not(.compact-footer) { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links span { margin-bottom: 13px; color: var(--muted); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links p { margin: 0; font-size: .82rem; }
.footer-bottom { grid-column: 1 / -1; margin-top: 70px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.compact-footer { display: grid; grid-template-columns: 1fr; }
.compact-footer .footer-main { flex-direction: row; justify-content: space-between; align-items: center; }

/* Inner pages */
.page-intro { padding-top: calc(var(--header-h) + 110px); padding-bottom: 100px; }
.page-intro h1 { max-width: 1050px; margin-bottom: 36px; font-family: var(--serif); font-size: clamp(4rem, 7.7vw, 8rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.page-intro h1 em { color: var(--oak); font-weight: 400; }
.page-intro > p:last-child { max-width: 550px; margin-left: auto; color: var(--muted); font-size: 1rem; }
.case-study { width: 100%; padding-inline: max(48px, calc((100vw - 1240px) / 2)); border-top: 1px solid var(--line); }
.case-meta { margin-bottom: 55px; display: grid; grid-template-columns: 60px 1fr 1fr; gap: 30px; align-items: end; }
.case-meta > span { align-self: start; color: var(--oak); font-size: .66rem; }
.case-meta p { margin-bottom: 9px; color: var(--muted); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.case-meta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 400; line-height: 1; }
.case-meta dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.case-meta dl div { border-top: 1px solid var(--line); padding-top: 12px; }
.case-meta dt { color: var(--muted); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.case-meta dd { margin: 5px 0 0; font-size: .8rem; }
.case-gallery { display: grid; grid-template-columns: 1.45fr .55fr; grid-template-rows: repeat(2, minmax(320px, 42vw)); gap: 18px; }
.case-gallery figure { margin: 0; overflow: hidden; background: var(--paper-deep); }
.case-gallery .case-main { grid-row: 1 / 3; }
.case-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform 1s var(--ease), filter .5s ease; }
.case-gallery figure:hover img { transform: scale(1.02); filter: saturate(1); }
.landscape-gallery { grid-template-columns: 1.4fr .6fr; grid-template-rows: repeat(2, 28vw); }
.case-note { max-width: 850px; margin: 80px auto 0; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.case-note p { margin: 0; font-family: var(--serif); font-size: 1.8rem; line-height: 1.35; }
.case-dark { color: #f8f6f0; background: #24231f; border-color: rgba(255,255,255,.15); }
.case-dark .case-meta p, .case-dark .case-meta dt, .case-dark .case-note p { color: #c9c3b8; }
.case-dark .case-meta dl div { border-color: rgba(255,255,255,.18); }
.next-step { text-align: center; }
.next-step h2 { max-width: 900px; margin: 0 auto 40px; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 400; line-height: 1; }

.method-intro { padding-bottom: 70px; }
.method-hero { width: calc(100% - 96px); height: 70vh; min-height: 570px; margin: 0 auto; position: relative; overflow: hidden; }
.method-hero img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.9); }
.method-hero p { position: absolute; left: 38px; bottom: 24px; margin: 0; color: #fff; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.method-steps { padding-bottom: 80px; }
.method-step { display: grid; grid-template-columns: 80px 1fr 260px; gap: 50px; padding: 70px 0; border-top: 1px solid var(--line); }
.method-step > span { color: var(--oak); font-size: .72rem; }
.method-step h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(2.5rem, 4.4vw, 4.7rem); font-weight: 400; line-height: 1; }
.method-step div > p:last-child { max-width: 660px; color: var(--muted); }
.method-step > small { align-self: end; color: var(--muted); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.service-summary, .coverage { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; border-top: 1px solid var(--line); }
.service-summary h2, .coverage h2 { font-family: var(--serif); font-size: clamp(2.7rem, 4.5vw, 5rem); font-weight: 400; line-height: 1; }
.service-summary ul { margin: 0; padding: 0; list-style: none; }
.service-summary li { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: .83rem; text-transform: uppercase; letter-spacing: .07em; }
.service-summary li::before { content: "↳"; margin-right: 18px; color: var(--oak); }
.studio-hero { min-height: 100vh; position: relative; display: flex; align-items: end; padding: calc(var(--header-h) + 10vh) max(48px, calc((100vw - 1240px) / 2)) 10vh; color: #fff; overflow: hidden; }
.studio-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(18,17,14,.72), rgba(18,17,14,.05)); }
.studio-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.6); }
.studio-hero > div { position: relative; z-index: 2; max-width: 950px; }
.studio-hero .section-index { color: #d6d0c5; }
.studio-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.6rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.studio-hero h1 em { color: #d1ae84; font-weight: 400; }
.studio-statement { display: grid; grid-template-columns: 160px 1.1fr .6fr; gap: 6vw; }
.studio-statement h2 { font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.6rem); font-weight: 400; line-height: 1; }
.studio-statement > div { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.values-grid article { min-height: 350px; padding: 28px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--oak); font-size: .65rem; }
.values-grid h3 { margin: 120px 0 15px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.values-grid p { color: var(--muted); font-size: .84rem; }
.coverage > p { align-self: end; max-width: 520px; color: var(--muted); }

/* Configurator */
.quote-page { background: #ece8df; }
.close-config { display: flex; gap: 14px; align-items: center; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.close-config span { font-size: 1.5rem; font-weight: 300; line-height: 1; }
.configurator { min-height: 100vh; padding-top: var(--header-h); display: grid; grid-template-columns: 56% 44%; }
.configurator-panel { min-height: calc(100vh - var(--header-h)); padding: 56px clamp(40px, 6vw, 100px) 40px max(48px, calc((100vw - 1240px) / 2)); background: var(--white); }
.config-progress { display: flex; gap: 20px; align-items: center; margin-bottom: 48px; color: var(--muted); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.config-progress > div { width: 150px; height: 1px; background: var(--line); }
.config-progress i { display: block; width: 20%; height: 1px; background: var(--ink); transition: width .5s var(--ease); }
.config-form { min-height: calc(100vh - var(--header-h) - 145px); display: flex; flex-direction: column; }
.config-step { margin: 0; padding: 0; border: 0; animation: stepIn .55s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }
.config-step legend { width: 100%; margin-bottom: 14px; font-family: var(--serif); font-size: clamp(2.45rem, 4vw, 4.4rem); line-height: .98; }
.config-step legend small { display: block; margin-bottom: 18px; color: var(--oak); font-family: var(--sans); font-size: .61rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.step-intro { margin-bottom: 35px; color: var(--muted); }
.choice-grid { display: grid; gap: 14px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-grid-layouts { grid-template-columns: repeat(4, 1fr); }
.choice-card { position: relative; min-height: 195px; padding: 18px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); cursor: pointer; transition: border .3s ease, background .3s ease, transform .3s var(--ease); }
.choice-card:hover { transform: translateY(-3px); border-color: var(--oak); }
.choice-card:has(input:checked) { border-color: var(--ink); background: #f0ece4; box-shadow: inset 0 0 0 1px var(--ink); }
.choice-card input, .style-card input, .finish-options input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card:has(input:focus-visible), .style-card:has(input:focus-visible), .finish-options label:has(input:focus-visible), .toggle-option:has(input:focus-visible) { outline: 2px solid var(--oak); outline-offset: 3px; }
.choice-card strong { margin-bottom: 5px; font-size: .81rem; font-weight: 500; }
.choice-card small { color: var(--muted); font-size: .66rem; line-height: 1.5; }
.choice-visual { position: absolute; inset: 22px 20px auto; height: 75px; display: flex; align-items: end; gap: 4px; }
.choice-visual i { display: block; width: 30%; background: #c4a581; border: 1px solid rgba(0,0,0,.08); }
.choice-visual i:nth-child(1) { height: 54%; }.choice-visual i:nth-child(2) { height: 86%; }.choice-visual i:nth-child(3) { height: 68%; }
.icon-renovation i { background: #c7c4bc; }.icon-renovation i:nth-child(2) { transform: translateY(-7px); }
.icon-furniture i { background: #65584b; }.icon-furniture i:first-child { height: 75%; }.icon-furniture i:last-child { height: 40%; }
.choice-card.compact { min-height: 128px; justify-content: end; }
.layout-icon { position: absolute; top: 20px; left: 20px; width: 43px; height: 43px; border: 5px solid var(--oak); opacity: .8; }
.layout-linear { border-width: 0 0 5px; }
.layout-l { border-width: 0 0 5px 5px; }
.layout-u { border-width: 0 5px 5px; }
.layout-island { border-width: 0 0 5px; }
.layout-island::after { content: ""; position: absolute; width: 22px; height: 5px; left: 8px; top: 17px; background: var(--oak); }
.measurements { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.measurements label > span, .lead-grid label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.measurements label > div { display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.measurements input { width: 100%; padding: 12px 0; border: 0; background: transparent; font-family: var(--serif); font-size: 1.8rem; outline: 0; }
.measurements em { font-style: normal; color: var(--muted); }
.style-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.style-card { position: relative; border: 1px solid transparent; cursor: pointer; transition: border .3s ease, transform .3s var(--ease); }
.style-card:hover { transform: translateY(-3px); }
.style-card:has(input:checked) { border-color: var(--ink); }
.style-card img { width: 100%; aspect-ratio: .85; object-fit: cover; filter: saturate(.65); }
.style-card span { display: block; padding: 14px; background: var(--paper); }
.style-card strong, .style-card small { display: block; }
.style-card strong { font-size: .8rem; }.style-card small { margin-top: 4px; color: var(--muted); font-size: .61rem; }
.finish-section { margin-bottom: 30px; }
.finish-section h3, .lead-section h3 { margin-bottom: 14px; font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.finish-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.finish-options label { position: relative; padding: 14px; display: flex; gap: 10px; align-items: center; border: 1px solid var(--line); cursor: pointer; }
.finish-options label:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.finish-options strong { font-size: .68rem; font-weight: 400; }
.finish-dot { flex: 0 0 25px; height: 25px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); }
.finish-laminate { background: #d5c3aa; }.finish-wood { background: repeating-linear-gradient(80deg,#b28860 0 4px,#c39c72 5px 8px); }.finish-lacquer { background: #e8e5df; }.counter-quartz { background: #e6e1d8; }.counter-granite { background: radial-gradient(#6d6a65 15%, #a6a29b 17%); background-size: 6px 6px; }.counter-stone { background: #c3bbb0; }
.toggle-option { padding: 17px; display: flex; gap: 14px; align-items: center; border: 1px solid var(--line); cursor: pointer; }
.toggle-option input { position: absolute; opacity: 0; }
.toggle-option > span { position: relative; flex: 0 0 38px; height: 20px; border-radius: 20px; background: #cfcac1; transition: background .3s ease; }
.toggle-option > span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: transform .3s ease; }
.toggle-option:has(input:checked) > span { background: var(--ink); }.toggle-option:has(input:checked) > span::after { transform: translateX(18px); }
.toggle-option strong, .toggle-option small { display: block; }.toggle-option strong { font-size: .72rem; }.toggle-option small { color: var(--muted); font-size: .62rem; }
.config-actions { margin-top: auto; padding-top: 38px; display: flex; align-items: center; justify-content: space-between; }
.config-back { padding: 14px 0; border: 0; background: transparent; font-size: .7rem; cursor: pointer; }
.config-back:disabled { opacity: 0; pointer-events: none; }
.config-result-step legend { margin-bottom: 24px; }
.estimate-card { padding: 22px; color: #fff; background: var(--ink); }
.estimate-card > span { display: block; color: #a9a49b; font-size: .59rem; letter-spacing: .1em; text-transform: uppercase; }
.estimate-card strong { display: block; margin: 8px 0 7px; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 3rem); font-weight: 400; }
.estimate-card p { margin: 0; color: #aaa59c; font-size: .6rem; }
.selection-summary { padding: 17px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; border-bottom: 1px solid var(--line); }
.selection-summary span { color: var(--muted); font-size: .57rem; text-transform: uppercase; }
.selection-summary strong { display: block; margin-top: 3px; font-size: .68rem; font-weight: 500; }
.lead-section { margin-top: 28px; }
.lead-section > p { margin-bottom: 18px; color: var(--muted); font-size: .77rem; }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.lead-grid input, .lead-grid select { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; outline: none; }
.lead-grid input:focus, .lead-grid select:focus { border-color: var(--ink); }
.submit-quote { width: 100%; margin-top: 24px; }
.form-feedback { margin-top: 10px; color: #8e3b2f; font-size: .7rem; }

.configurator-preview { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); padding: 34px clamp(28px, 4vw, 65px) 28px; align-self: start; display: flex; flex-direction: column; background: #dcd5c9; }
.preview-header { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.preview-header small { color: var(--muted); }
.quote-scene { --cabinet: #b38d65; --upper: #d7b994; --counter: #e6dfd3; position: relative; flex: 1; min-height: 380px; overflow: hidden; background: #e7e1d6; transition: background .5s ease; }
.quote-scene.style-mineral { --cabinet: #bcbab5; --upper: #e0ded8; --counter: #85837f; background: #efede8; }
.quote-scene.style-contrast { --cabinet: #36342f; --upper: #554c43; --counter: #d9d2c8; background: #d8d0c4; }
.quote-light { position: absolute; inset: -15% -30% 30% 20%; background: radial-gradient(circle, rgba(255,252,230,.95), transparent 68%); }
.quote-wall { position: absolute; inset: 0 0 23%; background: linear-gradient(145deg, rgba(255,255,255,.32), transparent); }
.quote-floor { position: absolute; inset: 74% 0 0; background: repeating-linear-gradient(100deg, #c2ac91 0 12%, #b1987d 12.2% 12.8%, #c6b298 13% 26%); }
.quote-window { position: absolute; right: 7%; top: 9%; width: 25%; height: 40%; border: 8px solid rgba(255,255,255,.7); background: #b8c6c0; }
.quote-window i:first-child { position: absolute; left: 50%; height: 100%; border-left: 2px solid rgba(255,255,255,.7); }.quote-window i:last-child { position: absolute; top: 50%; width: 100%; border-top: 2px solid rgba(255,255,255,.7); }
.quote-kitchen { position: absolute; inset: 0; transition: transform .5s var(--ease); }
.quote-upper { position: absolute; top: 14%; left: 7%; width: 52%; height: 22%; display: grid; grid-template-columns: repeat(3, 1fr); }
.quote-upper i { background: var(--upper); border-right: 1px solid rgba(255,255,255,.25); transition: background .5s ease; }
.quote-backsplash { position: absolute; left: 7%; bottom: 47%; width: 52%; height: 16%; background: rgba(245,242,234,.62); }
.quote-counter { position: absolute; z-index: 2; left: 6%; bottom: 46%; width: 55%; height: 3%; background: var(--counter); box-shadow: 0 8px 13px rgba(0,0,0,.1); transition: background .5s ease; }
.quote-lower { position: absolute; left: 7%; bottom: 23%; width: 52%; height: 23%; display: grid; grid-template-columns: repeat(4, 1fr); }
.quote-lower i { background: var(--cabinet); border-right: 1px solid rgba(255,255,255,.2); transition: background .5s ease; }
.quote-tall { position: absolute; left: 59%; bottom: 23%; width: 12%; height: 64%; background: var(--cabinet); transition: background .5s ease; }
.quote-island { position: absolute; z-index: 3; left: 35%; bottom: 7%; width: 48%; height: 25%; background: var(--cabinet); clip-path: polygon(7% 10%,100% 0,92% 100%,0 100%); box-shadow: inset 0 10px var(--counter); opacity: 0; transform: translateY(30px); transition: opacity .5s ease, transform .5s var(--ease), background .5s ease, box-shadow .5s ease; }
.quote-sink { position: absolute; z-index: 3; left: 25%; bottom: 48%; width: 9%; height: 2%; background: #716e68; }.quote-faucet { position: absolute; z-index: 3; left: 28%; bottom: 50%; width: 2%; height: 9%; border-left: 3px solid #57544f; border-top: 3px solid #57544f; border-radius: 7px 0 0; }
.quote-scene.layout-en-l .quote-kitchen { transform: perspective(800px) rotateY(-3deg); }.quote-scene.layout-en-l .quote-island { width: 34%; left: 53%; opacity: .65; transform: translateY(10px); }
.quote-scene.layout-en-u .quote-island { width: 54%; left: 30%; opacity: .78; transform: translateY(6px); }
.quote-scene.layout-con-isla .quote-island { opacity: 1; transform: none; }
.quote-scene { margin: 0; isolation: isolate; }
.quote-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(1.02); transform: scale(1.01); transition: opacity .35s ease, filter .45s ease, transform .7s var(--ease); }
.quote-scene.style-mineral > img { filter: saturate(.55) brightness(1.08); }
.quote-scene.style-contrast > img { filter: saturate(.78) contrast(1.05); }
.quote-scene figcaption { position: absolute; z-index: 3; inset: auto 0 0; padding: 75px 22px 20px; color: #fff; background: linear-gradient(transparent, rgba(14,13,11,.72)); }
.quote-scene figcaption span, .quote-scene figcaption strong { display: block; }
.quote-scene figcaption span { margin-bottom: 5px; font-size: .54rem; letter-spacing: .13em; text-transform: uppercase; }
.quote-scene figcaption strong { font-size: .75rem; font-weight: 400; }
.preview-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 20px; }
.preview-specs div { padding-top: 10px; border-top: 1px solid rgba(0,0,0,.2); }
.preview-specs span, .preview-specs strong { display: block; }.preview-specs span { color: var(--muted); font-size: .57rem; text-transform: uppercase; }.preview-specs strong { margin-top: 3px; font-size: .73rem; font-weight: 500; }
.configurator-preview > p { margin: 17px 0 0; color: var(--muted); font-size: .58rem; }
.thank-you { min-height: 100vh; padding: 46px max(48px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 80% 20%, #e4d8c7, transparent 40%), var(--paper); }
.thank-you > div { max-width: 900px; margin-block: 8vh; }
.thank-you h1 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.2rem); font-weight: 400; line-height: .9; }.thank-you h1 em { color: var(--oak); font-weight: 400; }.thank-you > div > p:not(.section-index) { max-width: 550px; margin-bottom: 35px; color: var(--muted); }.thank-you > small { color: var(--muted); font-size: .6rem; }

/* Typography: original Manrope family, refined with lighter weights */
.assembly-copy h1, .manifesto h2, .section-heading h2, .material-copy h2, .process-list strong, .quote-copy h2, .footer-mail, .page-intro h1, .case-meta h2, .case-note p, .next-step h2, .method-step h2, .service-summary h2, .coverage h2, .studio-hero h1, .studio-statement h2, .values-grid h3, .config-step legend, .measurements input, .estimate-card strong, .thank-you h1 { font-family: var(--sans); font-weight: 300; letter-spacing: -.045em; }
.assembly-copy h1 em, .manifesto h2 em, .page-intro h1 em, .studio-hero h1 em, .thank-you h1 em { font-style: normal; font-weight: 200; }

@media (max-width: 1050px) {
  :root { --container: min(100% - 48px, 920px); }
  .site-header { padding-inline: 24px; }
  .menu-button { position: relative; z-index: 102; width: 34px; height: 34px; padding: 6px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform .3s ease; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; padding: 18vh 24px 8vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .35s ease, transform .35s var(--ease), visibility .35s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 2.8rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-nav .nav-cta { margin-top: 15px; font-family: var(--sans); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
  .assembly-sticky { grid-template-columns: 45% 55%; }.assembly-copy { padding-left: 24px; }.assembly-copy h1 { font-size: 4.6rem; }.assembly-chapters { left: 24px; }.assembly-stage { padding-right: 24px; }.scroll-cue { right: 24px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 45px; }.manifesto-grid > div { max-width: 520px; margin-left: auto; }
  .material-lab { gap: 5vw; }
  .case-study { padding-inline: 24px; }.case-meta { grid-template-columns: 40px 1.3fr 1fr; }.case-gallery { grid-template-rows: repeat(2, minmax(250px, 45vw)); }
  .configurator { grid-template-columns: 58% 42%; }.configurator-panel { padding-inline: 32px; }.choice-grid-three { grid-template-columns: 1fr; }.choice-card { min-height: 110px; padding-left: 120px; }.choice-visual { inset: 20px auto 20px 18px; width: 78px; height: auto; }.choice-grid-layouts { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 36px); --header-h: 72px; }
  .site-header { height: var(--header-h); padding-inline: 18px; }.brand { font-size: .62rem; gap: 10px; }.brand img { width: 30px; height: 30px; }
  .section-pad { padding-block: 90px; }
  .assembly { height: 400vh; }.assembly-sticky { min-height: 620px; display: block; }.assembly-copy { position: absolute; inset: 0; z-index: 12; padding: calc(var(--header-h) + 35px) 18px 24px; display: block; pointer-events: none; }.assembly-copy .kicker { margin-bottom: 12px; }.assembly-copy h1 { max-width: 370px; margin-bottom: 18px; font-size: clamp(3.25rem, 15.5vw, 4.8rem); line-height: .88; }.assembly-lede { max-width: 340px; font-size: .82rem; line-height: 1.55; }.hero-actions { pointer-events: auto; }.hero-actions .button { min-height: 44px; padding: 0 17px; }.hero-actions .text-link { display: none; }
  .assembly-stage { position: absolute; inset: 31% 0 0; padding: 0 18px 58px; align-items: end; }.kitchen-scene { width: 100%; max-height: 52vh; }.assembly-chapters { left: 18px; right: 18px; bottom: 20px; }.assembly-chapters span { font-size: 0; }.assembly-chapters span::before { content: attr(data-short); font-size: .52rem; }.scroll-cue { display: none; }
  .manifesto-grid { gap: 35px; }.manifesto h2, .section-heading h2 { font-size: 2.8rem; }.manifesto-grid > div { margin: 0; }
  .section-heading .desktop-link { display: none; }.mobile-link { display: inline-flex; margin-top: 38px; }.editorial-projects { display: block; }.project-card { display: block; margin: 0 0 22px; }.project-card img, .project-card-wide img, .project-card-small img { height: 65vh; min-height: 420px; }.project-card figcaption { grid-template-columns: 1fr; }.project-card figcaption small { grid-column: 1; grid-row: auto; }
  .material-lab { display: block; }.material-copy { margin-bottom: 45px; }.material-copy h2 { font-size: 2.8rem; }.material-preview { aspect-ratio: .9; }
  .process-list { grid-template-columns: 1fr 1fr; }.process-list li, .process-list li + li { min-height: 220px; padding: 20px; border-right: 1px solid var(--line); }.process-list li:nth-child(2n) { border-right: 0; }.process-list strong { margin-top: 30px; }
  .quote-invitation { display: block; min-height: 0; }.quote-image { min-height: 55vh; background: linear-gradient(0deg,#25241f,transparent 50%), url("../assets/images/hero_contacto.jpg") center/cover; }.quote-copy { padding: 65px 24px 80px; }.quote-copy h2 { font-size: 3.5rem; }
  .site-footer, .site-footer:not(.compact-footer) { padding: 65px 24px 25px; display: block; }.footer-links { margin-top: 60px; grid-template-columns: 1fr 1fr; }.footer-links div:last-child { margin-top: 20px; }.footer-bottom { margin-top: 55px; gap: 20px; }.compact-footer .footer-main { flex-direction: column; align-items: flex-start; }.compact-footer .footer-bottom { display: flex; }
  .page-intro { padding-top: calc(var(--header-h) + 80px); }.page-intro h1 { font-size: 4rem; }.page-intro > p:last-child { margin: 0; }.case-study { padding-inline: 18px; }.case-meta { grid-template-columns: 30px 1fr; }.case-meta dl { grid-column: 2; }.case-gallery, .landscape-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 68vh 40vh; gap: 8px; }.case-gallery .case-main { grid-column: 1 / 3; grid-row: 1; }.case-note { margin-top: 45px; display: block; }.case-note p { margin-bottom: 28px; font-size: 1.45rem; }
  .method-hero { width: calc(100% - 36px); min-height: 450px; }.method-step { grid-template-columns: 40px 1fr; gap: 25px; }.method-step > small { grid-column: 2; }.service-summary, .coverage { grid-template-columns: 1fr; gap: 35px; }.studio-hero { padding-inline: 18px; }.studio-hero h1 { font-size: 4.3rem; }.studio-statement { grid-template-columns: 1fr; gap: 22px; }.values-grid { grid-template-columns: 1fr 1fr; }.values-grid article:nth-child(2) { border-right: 0; }.values-grid article { min-height: 280px; padding: 18px; border-bottom: 1px solid var(--line); }.values-grid h3 { margin-top: 70px; }
  .close-config { font-size: 0; }.close-config span { font-size: 1.5rem; }.configurator { display: block; padding-top: var(--header-h); }.configurator-panel { min-height: calc(100vh - var(--header-h)); padding: 28px 18px 24px; }.config-progress { margin-bottom: 30px; }.config-form { min-height: calc(100vh - var(--header-h) - 90px); }.config-step legend { font-size: 2.5rem; }.step-intro { margin-bottom: 24px; font-size: .82rem; }.choice-grid-three { grid-template-columns: 1fr; }.choice-card { min-height: 98px; padding: 14px 12px 14px 105px; }.choice-visual { width: 68px; }.choice-grid-layouts { grid-template-columns: 1fr 1fr; }.choice-card.compact { min-height: 105px; padding: 12px; }.style-choices { gap: 7px; }.style-card img { aspect-ratio: .75; }.style-card span { padding: 9px; }.style-card small { display: none; }.finish-options { grid-template-columns: 1fr; }.finish-options label { padding: 10px; }.selection-summary { grid-template-columns: 1fr 1fr; }.lead-grid { grid-template-columns: 1fr; }.config-actions { padding-top: 24px; }.configurator-preview { position: relative; top: 0; height: auto; min-height: 520px; padding: 26px 18px; }.quote-scene { min-height: 390px; }.config-result-step .lead-section { padding-bottom: 20px; }
  .thank-you { padding: 28px 18px; }.thank-you h1 { font-size: 4rem; }
}

@media (max-width: 430px) {
  .assembly-copy h1 { font-size: 3.4rem; }.assembly-lede { max-width: 300px; }.assembly-stage { inset: 37% 0 0; }.kitchen-scene { aspect-ratio: .94; }
  .page-intro h1 { font-size: 3.45rem; }.project-card img, .project-card-wide img, .project-card-small img { min-height: 360px; }
  .process-list { display: block; }.process-list li, .process-list li + li { min-height: 170px; padding: 20px 0; border-right: 0; }.process-list strong { margin-top: 20px; }
  .footer-links { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; }.case-meta dl { grid-template-columns: 1fr; }.case-gallery, .landscape-gallery { grid-template-rows: 58vh 32vh; }
  .measurements { grid-template-columns: 1fr 1fr; }.style-card strong { font-size: .66rem; }.config-step legend { font-size: 2.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; }
  .assembly { height: 100vh; min-height: 680px; }
  .kitchen-scene { --progress: 1 !important; }
  .reveal-section { opacity: 1; transform: none; }
}
