:root {
  color-scheme: light;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #241a16;
  --ink-soft: #5f4c42;
  --brown: #7a4216;
  --brown-deep: #5b2f0d;
  --gold: #b97b2f;
  --gold-soft: #e4c18f;
  --paper: #fbf6ee;
  --paper-solid: #fffaf3;
  --surface: rgba(255, 250, 243, 0.88);
  --surface-strong: #fffdf9;
  --line: rgba(96, 58, 27, 0.2);
  --shadow: 0 18px 55px rgba(76, 42, 17, 0.12);
  --shadow-soft: 0 8px 28px rgba(76, 42, 17, 0.09);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1160px;
  --container-wide: 1380px;
  --section: clamp(4rem, 10vw, 8rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(rgba(251, 246, 238, 0.7), rgba(251, 246, 238, 0.7)), url("./asset/production/marmore-claro.webp");
  background-size: auto, 1100px auto;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: clip;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 500; line-height: 0.98; }
h1 { font-size: clamp(2.65rem, 12vw, 6.8rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.15rem, 8.5vw, 4.6rem); letter-spacing: -0.04em; }
h3 { line-height: 1.18; }

.container, .container-wide { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.container-wide { max-width: var(--container-wide); }
.section { padding-block: var(--section); }
.section-heading { max-width: 760px; margin: 0 auto clamp(2rem, 6vw, 4rem); text-align: center; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:last-child { max-width: 640px; margin-inline: auto; color: var(--ink-soft); }
.section-kicker, .eyebrow {
  margin-bottom: 0.65rem;
  color: var(--brown);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 500; padding: 0.75rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #0d70b7; outline-offset: 3px; }

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--brown);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brown-deep), var(--gold));
  box-shadow: 0 8px 18px rgba(96, 52, 16, 0.2);
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(96, 52, 16, 0.25); filter: saturate(1.08); }
.button--outline { background: rgba(255, 250, 243, 0.82); color: var(--brown-deep); box-shadow: none; }
.button--small { min-height: 44px; padding: 0.65rem 0.8rem; font-size: 0.72rem; }
.text-link { color: var(--brown-deep); font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 70px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.94);
  backdrop-filter: blur(18px);
}
.site-header__inner { min-height: 70px; display: grid; grid-template-columns: 46px minmax(120px, 1fr) auto; align-items: center; gap: 0.6rem; }
.brand { min-width: 0; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: clamp(125px, 38vw, 210px); height: auto; }
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-strong);
  cursor: pointer;
}
.icon-button svg, .carousel-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-links { display: none; }
.header-cta__long { display: none; }
.menu-backdrop { position: fixed; inset: 0; z-index: 190; background: rgba(36, 26, 22, 0.42); opacity: 0; transition: opacity 180ms ease; }
.menu-backdrop.is-open { opacity: 1; }
.menu-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 200;
  width: min(88vw, 380px);
  padding: 1rem;
  overflow-y: auto;
  background: var(--paper-solid);
  box-shadow: -20px 0 60px rgba(35, 21, 12, 0.24);
  transform: translateX(100%);
  transition: transform 180ms ease;
}
.menu-panel.is-open { transform: translateX(0); }
.menu-panel__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; font-family: var(--font-display); font-size: 1.5rem; }
.menu-panel > a:not(.button) { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-weight: 750; text-decoration: none; }
.menu-panel .button { width: 100%; margin-top: 1rem; }

.hero { position: relative; min-height: min(760px, calc(100svh - 70px)); display: grid; align-items: end; overflow: hidden; background: #3e2718; color: white; }
.hero__media, .hero__media img, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 55% center; }
.hero__overlay { background: linear-gradient(180deg, rgba(20, 12, 8, 0.2) 0%, rgba(29, 16, 8, 0.56) 46%, rgba(27, 14, 7, 0.91) 100%); }
.hero__content { position: relative; z-index: 2; padding-block: 5rem 3.5rem; text-align: left; }
.hero .eyebrow { color: #ffe0ae; }
.hero h1 { max-width: 950px; margin-bottom: 1.15rem; text-shadow: 0 4px 28px rgba(0, 0, 0, 0.38); }
.hero__lead { max-width: 630px; margin-bottom: 1.4rem; color: rgba(255, 255, 255, 0.9); font-size: clamp(1rem, 4.5vw, 1.25rem); }
.hero__actions { display: grid; gap: 0.8rem; }
.hero__photo-button { min-height: 44px; border: 1px solid rgba(255,255,255,0.58); border-radius: 10px; background: rgba(0,0,0,0.28); color: white; cursor: pointer; }

.benefits { position: relative; z-index: 4; margin-top: -1.35rem; }
.benefits__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 249, 0.94); box-shadow: var(--shadow); }
.benefit { min-height: 82px; display: flex; align-items: center; gap: 0.7rem; padding: 0.85rem; border-bottom: 1px solid var(--line); font-size: 0.76rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.benefit:nth-child(odd) { border-right: 1px solid var(--line); }
.benefit:nth-last-child(-n+2) { border-bottom: 0; }
.benefit__icon { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--brown); font-family: var(--font-display); font-size: 0.78rem; }

.carousel-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.carousel { grid-column: 1 / -1; display: flex; gap: 1rem; width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.carousel-button { width: 48px; height: 48px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface-strong); color: var(--brown-deep); cursor: pointer; }
.carousel-button:disabled { opacity: 0.35; cursor: default; }
.carousel-button--prev { justify-self: end; }

.before-after { --position: 50%; flex: 0 0 100%; min-width: 0; scroll-snap-align: start; }
.before-after h3 { margin-bottom: 0.8rem; text-align: center; }
.before-after__stage { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #e9dfd1; box-shadow: var(--shadow-soft); }
.before-after__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--before-position, center); }
.before-after__after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--position)); }
.before-after__after img { object-position: var(--after-position, center); }
.before-after__divider { position: absolute; inset-block: 0; left: var(--position); width: 2px; background: white; box-shadow: 0 0 0 1px rgba(0,0,0,0.15); pointer-events: none; }
.before-after__divider span { position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--brown-deep); box-shadow: 0 4px 14px rgba(0,0,0,0.25); transform: translate(-50%, -50%); }
.before-after__range { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.before-after__range:focus-visible { opacity: 1; height: 44px; top: calc(50% - 22px); accent-color: var(--brown); }
.before-after__label { position: absolute; z-index: 3; bottom: 0.8rem; padding: 0.35rem 0.65rem; border-radius: 999px; background: rgba(25, 16, 11, 0.75); color: white; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.before-after__label--before { left: 0.8rem; }
.before-after__label--after { right: 0.8rem; }
.compare-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-top: 0.7rem; }
.media-text-button { min-height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--brown-deep); font-weight: 800; cursor: pointer; }
.section-cta { display: flex; width: min(100%, 360px); margin: 2rem auto 0; }

.teaser-grid, .services__grid, .products-preview__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
.card, .service-card, .product-card, .teaser-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); }
.media-zoom { width: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.media-zoom img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.media-zoom:hover img { transform: scale(1.018); }
.teaser-card .media-zoom, .service-card .media-zoom { aspect-ratio: 4 / 3; }
.teaser-card__body, .service-card__body, .product-card__body { padding: 0.9rem; }
.teaser-card h3, .service-card h3, .product-card h3 { margin-bottom: 0.45rem; font-family: var(--font-display); font-size: clamp(1.15rem, 5vw, 1.55rem); font-weight: 600; }
.teaser-card p, .service-card p, .product-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 0.9rem; }
.section-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-top: 1.6rem; }
.products-preview__grid { display: flex; gap: 0.85rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 0.5rem; }
.product-card { flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
.product-card .media-zoom { aspect-ratio: 1 / 1; background: #fff; }
.product-card .media-zoom img { object-fit: contain; padding: 0.75rem; }
.price { display: block; margin-top: 0.75rem; color: var(--brown-deep); font-weight: 900; }

.differentials__panel { position: relative; padding: 2rem 1rem 1rem; border: 1px solid var(--gold-soft); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,253,249,0.94), rgba(244,227,201,0.84)); box-shadow: var(--shadow); }
.differentials__panel > h2 { margin-bottom: 1.5rem; text-align: center; }
.differentials__grid { display: grid; gap: 0.75rem; }
.differentials__grid article { padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.58); }
.differentials__grid article > span { display: inline-grid; width: 36px; height: 36px; place-items: center; margin-bottom: 0.8rem; border-radius: 50%; background: var(--brown); color: white; font-family: var(--font-display); }
.differentials__grid h3 { margin-bottom: 0.4rem; }
.differentials__grid p { margin-bottom: 0; color: var(--ink-soft); }

.specialists__grid { display: grid; gap: 1.5rem; }
.specialists__visual { margin: 0; border-radius: var(--radius-lg); background: rgba(255,255,255,0.48); box-shadow: var(--shadow); }
.specialists__visual .media-zoom { border-radius: inherit; }
.specialists__visual img { width: 100%; height: auto; object-fit: contain; border-radius: inherit; }
.specialists__content h2 { margin-bottom: 1rem; }
.signature { color: var(--brown); font-family: var(--font-display); font-size: 1.45rem; font-style: italic; }
.specialists__emphasis { padding-left: 1rem; border-left: 3px solid var(--gold); font-weight: 700; }
.specialists blockquote { margin: 1.5rem 0 0; padding: 1.2rem; border-radius: var(--radius); background: rgba(255,255,255,0.58); font-family: var(--font-display); font-size: 1.2rem; font-style: italic; }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.75rem; }
.stat { min-height: 140px; display: grid; align-content: center; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.stat strong { color: var(--brown); font-family: var(--font-display); font-size: clamp(2.4rem, 12vw, 4rem); line-height: 1; }
.stat span { font-size: 0.8rem; }

.review-card { flex: 0 0 100%; min-height: 330px; display: flex; flex-direction: column; padding: 1.25rem; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-strong); box-shadow: var(--shadow-soft); }
.rating { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.rating span { color: #a86514; letter-spacing: 0.13em; }
.rating strong { font-size: 0.95rem; }
.review-card h3 { margin-bottom: 0.75rem; font-size: 1.05rem; }
.review-card details { margin-bottom: 1rem; }
.review-card summary { min-height: 44px; display: flex; align-items: center; color: var(--brown-deep); font-weight: 800; cursor: pointer; }
.review-card blockquote { margin: 0.75rem 0 0; color: var(--ink-soft); font-size: 0.93rem; }
.review-card footer { display: grid; gap: 0.35rem; margin-top: auto; }
.review-card footer a { color: var(--brown-deep); font-weight: 800; }
.review-note { font-size: 0.78rem; color: var(--ink-soft); }

.space-preview { display: grid; gap: 1.5rem; }
.space-preview__gallery, .inspiration__gallery { display: flex; gap: 0.75rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 0.5rem; }
.space-preview__gallery .media-zoom, .inspiration__gallery .media-zoom { flex: 0 0 clamp(145px, 43vw, 220px); aspect-ratio: 3 / 4; scroll-snap-align: start; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.space-preview__gallery img, .inspiration__gallery img { object-fit: cover; }

.faq-list { display: grid; gap: 0.75rem; max-width: 900px; margin-inline: auto; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-strong); }
.faq-item summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem 1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--brown); font-size: 1.5rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item__answer { padding: 0 1rem 1rem; color: var(--ink-soft); }
.faq-item__answer p:last-child, .faq-item__answer ul:last-child { margin-bottom: 0; }

.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.map-card__content { padding: 1.25rem; }
.map-frame { position: relative; aspect-ratio: 4 / 3; background: #eadfce; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.final-cta { display: grid; gap: 1.3rem; padding: clamp(1.5rem, 6vw, 3rem); border-radius: var(--radius-lg); background: linear-gradient(135deg, #3f220e, #8b521d); box-shadow: var(--shadow); color: white; }
.final-cta h2 { margin-bottom: 0.8rem; }
.final-cta p { color: rgba(255,255,255,0.82); }
.final-cta .button { align-self: center; background: #f6cf8f; color: #45250f; }

.site-footer { margin-top: var(--section); padding-block: 2.5rem 1.5rem; border-top: 1px solid var(--line); background: rgba(255,250,243,0.84); }
.site-footer__grid { display: grid; gap: 1rem; }
.site-footer__grid > div { display: grid; gap: 0.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.site-footer__grid a { color: var(--brown-deep); font-weight: 800; }
.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.site-footer__bottom img { width: 170px; height: auto; }
.site-footer__bottom p { margin: 0; color: var(--ink-soft); font-size: 0.84rem; }

.subpage-hero { padding-block: clamp(4rem, 11vw, 7rem) 3rem; text-align: center; }
.subpage-hero h1 { margin-bottom: 1rem; color: var(--ink); }
.subpage-hero > p:not(.section-kicker) { max-width: 720px; margin-inline: auto; color: var(--ink-soft); }
.subpage-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; }
.category-list, .catalog-sections { display: grid; gap: 1rem; }
.category-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); }
.category-panel summary { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 0.85rem; min-height: 108px; padding: 0.65rem; cursor: pointer; list-style: none; }
.category-panel summary::-webkit-details-marker { display: none; }
.category-panel summary img { width: 92px; height: 92px; object-fit: cover; border-radius: var(--radius-sm); }
.category-panel summary strong { font-family: var(--font-display); font-size: 1.35rem; }
.category-panel summary::after { content: "+"; color: var(--brown); font-size: 1.7rem; }
.category-panel[open] summary::after { content: "−"; }
.category-panel__body { padding: 0 1rem 1.25rem; }
.price-list { display: grid; gap: 0; margin: 0 0 1rem; }
.price-list > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
.price-list dt { font-weight: 700; }
.price-list dd { margin: 0; color: var(--brown-deep); font-weight: 900; text-align: right; }
.catalog-grid { display: grid; gap: 1rem; }
.catalog-grid .product-card { display: flex; flex-direction: column; }
.catalog-grid .product-card__body { display: flex; flex: 1; flex-direction: column; }
.catalog-grid .product-card .button { margin-top: 1rem; }
.source-link { display: inline-block; margin-top: 0.65rem; color: var(--brown-deep); font-size: 0.78rem; font-weight: 800; }
.space-guide { display: grid; gap: var(--section); }
.space-guide__group h2 { margin-bottom: 1.5rem; }
.space-guide__grid { display: grid; gap: 1rem; }
.space-guide figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-soft); }
.space-guide figure .media-zoom { background: #eee4d7; }
.space-guide figure img { width: 100%; height: auto; max-height: 820px; object-fit: contain; }
.space-guide figcaption { padding: 0.8rem 1rem; color: var(--ink-soft); font-size: 0.88rem; }

.lightbox { width: min(96vw, 1180px); max-width: none; max-height: 94svh; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; background: #17100c; color: white; box-shadow: 0 30px 100px rgba(0,0,0,0.5); }
.lightbox::backdrop { background: rgba(20, 12, 8, 0.82); backdrop-filter: blur(8px); }
.lightbox__stage { min-height: min(72svh, 820px); display: grid; place-items: center; padding: 3.5rem 0.5rem 4rem; }
.lightbox__stage img { max-width: 100%; max-height: 72svh; width: auto; height: auto; object-fit: contain; }
.lightbox__close { position: absolute; top: 0.65rem; right: 0.65rem; z-index: 2; background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.35); color: white; }
.lightbox__nav { position: absolute; inset: 50% auto auto 0.5rem; transform: translateY(-50%); }
.lightbox__nav--next { left: auto; right: 0.5rem; }
.lightbox__meta { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 1rem; padding: 0.85rem 1rem; background: linear-gradient(transparent, rgba(0,0,0,0.78)); font-size: 0.82rem; }

.has-reveal [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 440ms ease, transform 440ms ease; }
.has-reveal [data-reveal].is-visible { opacity: 1; transform: none; }

@media (min-width: 600px) {
  .container, .container-wide { width: min(100% - 3rem, var(--container)); }
  .header-cta__short { display: none; }
  .header-cta__long { display: inline; }
  .hero { min-height: 690px; }
  .hero__content { padding-bottom: 5rem; }
  .hero__actions { grid-template-columns: max-content max-content; }
  .before-after { flex-basis: calc((100% - 1rem) / 2); }
  .teaser-grid, .services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .differentials__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .specialists__grid { grid-template-columns: minmax(0, 44%) minmax(0, 56%); align-items: start; }
  .stats { grid-column: 1 / -1; }
  .review-card { flex-basis: calc((100% - 1rem) / 2); }
  .space-preview { grid-template-columns: 38% minmax(0, 1fr); align-items: center; }
  .space-preview__gallery .media-zoom { flex-basis: 200px; }
  .map-card { display: grid; grid-template-columns: 38% minmax(0, 1fr); }
  .map-frame { aspect-ratio: auto; min-height: 420px; }
  .final-cta { grid-template-columns: minmax(0, 1fr) minmax(250px, 34%); align-items: center; }
  .site-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer__grid > div { border-bottom: 0; padding-bottom: 0; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .space-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
}

@media (min-width: 1024px) {
  .site-header__inner { grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.25rem; }
  .menu-toggle { display: none; }
  .header-links { display: flex; align-items: center; justify-content: center; gap: clamp(0.75rem, 1.45vw, 1.45rem); }
  .header-links a { font-size: 0.75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
  .hero { min-height: 720px; align-items: center; }
  .hero__media img { object-position: center 48%; }
  .hero__overlay { background: linear-gradient(90deg, rgba(22,12,7,0.9) 0%, rgba(31,16,8,0.68) 43%, rgba(31,16,8,0.18) 75%, rgba(31,16,8,0.32) 100%); }
  .hero__content { width: min(100% - 4rem, var(--container)); padding-block: 6rem; }
  .hero h1 { max-width: 820px; }
  .benefits { margin-top: -2.25rem; }
  .benefits__grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .benefit { min-height: 86px; justify-content: center; border-bottom: 0; }
  .benefit:nth-child(odd) { border-right: 0; }
  .benefit + .benefit { border-left: 1px solid var(--line); }
  .carousel-shell { grid-template-columns: 52px minmax(0,1fr) 52px; align-items: center; }
  .carousel { grid-column: 2; grid-row: 1; }
  .carousel-button { grid-row: 1; justify-self: center; }
  .carousel-button--prev { grid-column: 1; }
  .carousel-button--next { grid-column: 3; }
  .before-after { flex-basis: calc((100% - 2rem) / 3); }
  .teaser-grid, .services__grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .differentials__panel { padding: 3.5rem 2rem 2rem; }
  .differentials__grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .specialists__grid { grid-template-columns: minmax(0, 38%) minmax(0, 43%) minmax(180px, 19%); gap: 2rem; }
  .stats { grid-column: auto; grid-template-columns: 1fr; }
  .review-card { flex-basis: calc((100% - 2rem) / 3); }
  .inspiration__gallery { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); overflow: visible; }
  .inspiration__gallery .media-zoom { width: 100%; min-width: 0; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-list { grid-template-columns: repeat(2, minmax(0,1fr)); align-items: start; }
  .space-guide__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

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