:root {
    --paper: #fbfaf6;
    --sand: #eee9df;
    --sand-deep: #d9cfbe;
    --ink: #242421;
    --muted: #69665f;
    --wood: #a36f3e;
    --wood-dark: #6f4728;
    --green: #1f8f4e;
    --green-dark: #15713b;
    --white: #fff;
    --line: rgba(36, 36, 33, .14);
    --shadow: 0 18px 60px rgba(43, 36, 28, .1);
    --radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.6 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(63,48,33,.18) .5px, transparent .5px); background-size: 6px 6px; z-index: -1; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(100% - 2rem, 1160px); margin-inline: auto; }
.narrow { max-width: 820px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { position: relative; min-height: 3.75rem; display: flex; align-items: center; justify-content: space-between; gap: .4rem; }
.brand { display: inline-flex; flex: 0 0 auto; min-width: 0; align-items: center; color: var(--ink); text-decoration: none; font-size: .84rem; font-weight: 700; line-height: 1.02; }
.brand small { color: var(--muted); font-size: .72rem; font-weight: 500; }
.desktop-nav, .header-phone { display: none; }
.mobile-header-controls { display: flex; min-width: 0; margin-left: auto; align-items: center; gap: .25rem; }
.mobile-header-phone { min-height: 44px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: .35rem; margin-right: .625rem; padding: .3rem .4rem; border: 1px solid var(--line); border-radius: .65rem; background: #f2efe8; color: #45433e; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; }
.mobile-header-phone:hover { background: var(--sand); }
.mobile-header-phone:active { background: var(--sand-deep); }
.header-phone-icon { width: 1.1rem; height: 1.1rem; flex: 0 0 1.1rem; }
.header-phone-number { font-size: 1rem; line-height: 1.1; letter-spacing: -.01em; }
.mobile-header-whatsapp { min-width: 48px; min-height: 48px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .65rem; border-radius: .65rem; background: var(--green); color: var(--white); font-size: 1rem; font-weight: 700; line-height: 1; text-decoration: none; }
.mobile-header-whatsapp .whatsapp-icon { width: 1.5rem; height: 1.5rem; }
.header-whatsapp-label { display: none; }
@media (min-width: 480px) { .header-whatsapp-label { display: inline; } }
.mobile-header-whatsapp:hover { background: var(--green-dark); }
.mobile-header-phone:focus-visible, .mobile-header-whatsapp:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.whatsapp-icon { display: block; width: 1.2rem; height: 1.2rem; }
.header-control { min-height: 2.25rem; display: inline-flex; align-items: center; justify-content: center; padding: .4rem .55rem; border: 1px solid var(--line); border-radius: .6rem; background: var(--white); color: var(--ink); font-size: .875rem; font-weight: 800; line-height: 1; cursor: pointer; }
.menu-toggle { width: 2.4rem; flex: 0 0 2.4rem; flex-direction: column; gap: .22rem; padding-inline: .55rem; }
.menu-toggle span { width: 1.15rem; height: 2px; background: currentColor; }
.header-dropdown { position: absolute; top: calc(100% + .5rem); right: 0; z-index: 25; width: min(19rem, 100%); padding: .75rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--white); box-shadow: var(--shadow); }
.header-dropdown[hidden] { display: none !important; }
.mobile-menu { display: grid; gap: .15rem; }
.mobile-menu a { width: 100%; padding: .7rem .65rem; border: 0; border-radius: .5rem; background: transparent; color: var(--ink); font: 700 1rem/1.2 Arial, sans-serif; text-align: left; text-decoration: none; cursor: pointer; }
.mobile-menu a:hover { background: var(--sand); }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.15rem; border: 0; border-radius: .8rem; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .65; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #000; }
.button-whatsapp { background: var(--green); color: var(--white); }
.button-whatsapp:hover { background: var(--green-dark); }
.button-secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.eyebrow, .section-kicker { display: block; margin-bottom: .7rem; color: var(--wood-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.calculator-section-title { margin-bottom: 1rem; color: var(--ink); font: 700 1.5rem/1.25 Arial, Helvetica, sans-serif; }
@media (min-width: 900px) { .calculator-section-title { font-size: 1.625rem; } }
h1, h2, h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.07; text-wrap: balance; }
h1 { font-size: clamp(2.05rem, 9vw, 5.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.75rem, 7vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.55rem; }
p { margin: 0; }
.hero { padding: 1.4rem 0 .85rem; overflow: hidden; }
.hero-grid { display: grid; gap: 1.35rem; }
.hero-copy > p { max-width: 42rem; margin-top: .85rem; color: var(--muted); font-size: 1rem; }
.hero-note { display: flex; align-items: center; gap: .55rem; margin-top: .9rem; font-weight: 700; }
.hero-note span { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--sand); color: var(--ink); }
.hero-actions { display: grid; gap: .7rem; margin-top: 1rem; }
.hero-actions .button { width: 100%; }
.hero-whatsapp-link { min-height: 3rem; padding: .7rem 1rem; }
.hero-image-wrap { position: relative; display: none; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.hero-image-wrap img { width: 100%; height: 21rem; object-fit: cover; }
.hero-image-wrap figcaption { position: absolute; right: .6rem; bottom: .6rem; padding: .22rem .45rem; border-radius: .35rem; background: rgba(255,255,255,.8); color: #4f4b45; font-size: .75rem; }
.calculator-section { padding: .6rem 0 2.8rem; }
.calculator-card { scroll-margin-top: 5.5rem; padding: 1.1rem; border: 1px solid rgba(163,111,62,.38); border-radius: var(--radius); background: linear-gradient(145deg, #fffdf9, #f5eee3); box-shadow: 0 20px 60px rgba(43,36,28,.14); }
.calculator-card > .section-kicker { margin-bottom: .5rem; color: var(--wood-dark); }
.calculator-card > h2 { max-width: 48rem; font-size: clamp(1.75rem, 6vw, 3rem); }
.calculator-card > p { max-width: 44rem; margin-top: .7rem; color: var(--muted); }
.calculator-form { margin-top: 1rem; }
.calculator-form label { display: block; margin-bottom: .5rem; font-weight: 800; }
.calculator-form label span { color: var(--muted); font-weight: 400; }
.calculator-input-row { display: grid; gap: .65rem; }
.calculator-input-row input { width: 100%; min-height: 3.6rem; padding: .75rem 1rem; border: 1px solid #aaa397; border-radius: .8rem; background: #fff; color: var(--ink); font-size: 1.15rem; }
.calculator-input-row input:focus { outline: 3px solid rgba(163,111,62,.2); border-color: var(--wood); }
.field-hint { margin-top: .5rem; color: var(--muted); font-size: .9rem; }
.calculator-status { margin-top: .9rem; }
.calculator-status:empty { display: none; }
.calculator-status p { padding: .85rem 1rem; border-radius: .7rem; background: var(--sand); }
.calculator-status .button { margin-top: .7rem; }
.status-error p { background: #fff0ed; color: #8a2d21; }
.status-success p { background: var(--sand); color: var(--ink); font-weight: 800; }
.calculator-result-block { scroll-margin-top: 4.5rem; }
.calculator-result-block.results-arriving { animation: results-arrive .8s ease-out; }
.offer-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; margin-top: .8rem; }
.offer-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: .65rem; border: 1px solid var(--line); border-radius: .85rem; background: #fdfcf9; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.offer-card h3 { overflow-wrap: anywhere; font-size: clamp(1rem, 4.4vw, 1.2rem); line-height: 1.12; }
.offer-card.highlighted { border-color: rgba(163,111,62,.6); box-shadow: inset 0 0 0 1px rgba(163,111,62,.14); }
.offer-card.selected { border-color: var(--ink); background: var(--sand); box-shadow: inset 0 0 0 2px rgba(36,36,33,.12); }
.badge { display: inline-block; align-self: flex-start; max-width: 100%; margin-bottom: .4rem; padding: .25rem .4rem; border-radius: 2rem; background: var(--sand); color: var(--ink); font: 800 .75rem/1.2 Arial, sans-serif; letter-spacing: .03em; text-transform: uppercase; }
.demo-label { display: inline-block; margin-top: .6rem; color: #9b552a; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.offer-price { margin-top: .45rem; font: 500 1.35rem/1 Georgia, serif; white-space: nowrap; }
.offer-price span { color: var(--muted); font: 400 .78rem/1 Arial, sans-serif; }
@media (max-width: 400px) {
    .offer-price span { display: block; margin-bottom: .2rem; }
}
.offer-description { display: block; min-height: 1.25rem; margin: .4rem 0 .55rem; color: var(--muted); font-size: .875rem; line-height: 1.4; overflow-wrap: anywhere; }
.offer-card .button { width: 100%; }
.offer-select-button { min-height: 2.35rem; margin-top: auto; padding: .4rem .55rem; font-size: .925rem; }
.offer-card.selected .offer-select-button { border-color: var(--ink); color: var(--white); background: var(--ink); }
.selected-offer-action { margin-top: .85rem; }
.selected-offer-action .button { width: 100%; }
.calculator-terms { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.calculator-terms p { margin-top: .4rem; }
.section { padding: 3.1rem 0; }
.section-heading { max-width: 720px; margin-bottom: 1.35rem; }
.section-heading > p { margin-top: .8rem; color: var(--muted); }
.home-feature-visual { margin-top: -1.25rem; padding: 0 0 1.6rem; }
.home-feature-visual figure { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.home-feature-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.home-feature-visual figcaption { position: absolute; right: .55rem; bottom: .55rem; padding: .25rem .5rem; border-radius: 2rem; background: rgba(20,20,18,.8); color: var(--white); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.comparison { background: var(--sand); }
.comparison-grid { display: grid; gap: .6rem; }
.choice-card { display: grid; min-height: 11rem; grid-template-columns: 5.75rem minmax(0, 1fr); grid-template-areas: 'media content' 'link link'; gap: .65rem; padding: .65rem; border: 1px solid rgba(36,36,33,.22); border-radius: .9rem; background: var(--white); color: inherit; box-shadow: 0 8px 24px rgba(43,36,28,.08); text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.choice-card:hover { border-color: rgba(163,111,62,.65); box-shadow: 0 12px 30px rgba(43,36,28,.13); transform: translateY(-2px); }
.choice-card:active { transform: scale(.99); }
.choice-card:focus-visible { outline: 3px solid rgba(163,111,62,.35); outline-offset: 2px; }
.choice-card-media { position: relative; grid-area: media; min-width: 0; min-height: 7.75rem; overflow: hidden; border-radius: .65rem; background: var(--sand-deep); }
.choice-card-media img { width: 100%; height: 100%; object-fit: cover; }
.choice-card-media small { position: absolute; right: .35rem; bottom: .35rem; padding: .18rem .35rem; border-radius: 2rem; background: rgba(20,20,18,.78); color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .05em; }
.choice-card-content { grid-area: content; min-width: 0; padding: .2rem .05rem .05rem .15rem; }
.choice-card h3 { font-size: 1.3rem; }
.choice-card.featured { background: var(--white); color: var(--ink); }
.choice-card p { display: -webkit-box; margin: .45rem 0 .55rem; overflow: hidden; color: var(--muted); font-size: .925rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.choice-card.featured p { color: var(--muted); }
.card-link-label { grid-area: link; min-height: 2.8rem; display: inline-flex; width: 100%; margin-top: auto; align-items: center; justify-content: center; gap: .35rem; padding: .65rem .8rem; border-radius: .7rem; background: var(--ink); color: var(--white); font-size: .95rem; font-weight: 800; text-align: center; }
.card-link-label span { color: currentColor; }
.process-visual-break { margin-top: -1.55rem; }
.process-visual-break .container { height: clamp(5.75rem, 28vw, 8rem); overflow: hidden; border: 1px solid var(--line); border-radius: .85rem; background: var(--sand-deep); box-shadow: 0 12px 35px rgba(43,36,28,.11); }
.process-visual-break img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.process-visual-break + .process-section { padding-top: 2rem; }

@keyframes results-arrive {
    from { opacity: .55; transform: translateY(.4rem); }
    to { opacity: 1; transform: translateY(0); }
}
.process-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 1.7rem minmax(0, 1fr); gap: 0 .45rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { grid-row: 1 / 3; color: var(--wood); font-size: .85rem; font-weight: 800; }
.process-list strong { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; }
.process-list small { color: var(--muted); font-size: .9rem; line-height: 1.4; white-space: normal; }
.home-realisations { background: #f1eee7; }
.home-realisations-heading { margin-bottom: 1rem; }
.realisation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
.realisation-grid figure { position: relative; min-width: 0; margin: 0; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--line); border-radius: .75rem; background: var(--sand-deep); }
.realisation-grid figure:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.realisation-grid-count-1 figure:first-child { aspect-ratio: 16 / 10; }
.realisation-grid img { width: 100%; height: 100%; object-fit: cover; }
.realisation-grid figcaption { pointer-events: none; }
.realisation-grid figcaption { position: absolute; right: .4rem; bottom: .4rem; max-width: calc(100% - .8rem); overflow-wrap: anywhere; padding: .2rem .4rem; border-radius: 2rem; background: rgba(20,20,18,.78); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.materials-section { background: #f1eee7; }
.product-grid { display: grid; gap: .6rem; }
.materials-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { display: block; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); color: inherit; text-decoration: none; }
.product-visual { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, #d8b98b, #9f7244); }
.product-visual span { display: block; width: 100%; height: 100%; opacity: .55; background: repeating-linear-gradient(95deg, transparent 0 28%, rgba(73,43,19,.4) 28.2% 28.5%, transparent 28.7% 57%); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-image-trigger { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-image-trigger img { transition: transform .2s ease, opacity .2s ease; }
.product-image-trigger:active img { opacity: .88; transform: scale(.985); }
.product-image-trigger:focus-visible { outline: 3px solid var(--wood); outline-offset: -3px; }
.product-image-zoom { position: absolute; right: .45rem; bottom: .45rem; width: auto !important; height: auto !important; padding: .3rem .5rem; border-radius: 2rem; background: rgba(20,20,18,.78) !important; color: var(--white); font: 800 .75rem/1 Arial, sans-serif; opacity: .9 !important; }
.product-content { min-width: 0; padding: .7rem; }
.product-content small { color: var(--wood-dark); font-size: .875rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.product-content h3 { margin-top: .25rem; overflow-wrap: anywhere; font-size: 1.12rem; }
.product-content p { display: -webkit-box; margin-top: .35rem; overflow: hidden; color: var(--muted); font-size: .875rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.demo-notice { margin: -.45rem 0 .9rem; padding: .65rem .8rem; border-left: 3px solid var(--wood); background: #fff7e9; color: var(--wood-dark); font-size: .9rem; }
.service-products { padding: 1rem 0 2rem; background: #f1eee7; }
.service-products .section-heading { margin-bottom: 1rem; }
.decor-direction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: .75rem; }
.decor-direction-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); }
.decor-direction-photo { aspect-ratio: 4 / 5; background: #e6e1d8; }
.decor-direction-photo img { width: 100%; height: 100%; object-fit: cover; }
.decor-direction-image-trigger { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.decor-direction-image-trigger:focus-visible { outline: 3px solid var(--ink); outline-offset: -3px; }
.decor-direction-image-trigger:active { opacity: .88; }
.decor-direction-placeholder { display: flex; height: 100%; align-items: center; justify-content: center; padding: .5rem; color: #625d54; font-size: .875rem; text-align: center; }
.decor-direction-card h3 { padding: .7rem .6rem; font-family: Arial, Helvetica, sans-serif; font-size: 1.0625rem; font-weight: 600; line-height: 1.35; overflow-wrap: anywhere; }
.decor-direction-note { margin-top: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 1.0625rem; line-height: 1.5; font-weight: 500; }
@media (min-width: 680px) {
    .decor-direction-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.service-products .product-card { display: grid; grid-template-columns: 7.25rem minmax(0, 1fr); }
.service-products .product-visual { min-height: 100%; aspect-ratio: auto; }
.service-products .product-content p { -webkit-line-clamp: 2; }
.product-meta { display: block; color: var(--muted) !important; text-transform: none !important; letter-spacing: 0 !important; }
.product-features { margin: .6rem 0 0; padding: .55rem 0 0 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .875rem; line-height: 1.45; }
.product-features li + li { margin-top: .25rem; }
.empty-note { color: var(--muted); }
.service-decor-cta { display: grid; gap: .85rem; margin-top: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--white); }
.service-decor-cta strong, .service-decor-cta span { display: block; }
.service-decor-cta span { margin-top: .15rem; color: var(--muted); font-size: .9rem; }
.service-decor-cta .button { width: 100%; }
.service-benefits { padding-block: 2.8rem; }
.service-benefit-grid { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.service-benefit-grid li { padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); }
.service-benefit-grid strong, .service-benefit-grid span { display: block; }
.service-benefit-grid span { margin-top: .35rem; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.service-process { padding-block: 2.8rem; background: var(--sand); }
.service-process-list { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.service-process-list li { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: .7rem; padding: .8rem 0; border-top: 1px solid var(--line); }
.service-process-list li:last-child { border-bottom: 1px solid var(--line); }
.service-process-list li > span { color: var(--wood-dark); font-size: .82rem; font-weight: 800; }
.service-process-list strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 500; }
.service-process-list p { margin-top: .2rem; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.service-faq { padding-block: 2.8rem; }
.product-lightbox { position: fixed; inset: 0; z-index: 100; width: 100vw; height: 100vh; height: 100dvh; display: grid; place-items: center; overflow: hidden; background: rgba(10,10,9,.96); color: var(--white); overscroll-behavior: none; }
.product-lightbox[hidden] { display: none !important; }
.product-lightbox-stage { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; touch-action: none; }
.product-lightbox-image { display: block; max-width: 100vw; max-height: 100vh; max-height: 100dvh; object-fit: contain; user-select: none; }
.product-lightbox-close { position: absolute; top: max(.65rem, env(safe-area-inset-top)); right: max(.65rem, env(safe-area-inset-right)); z-index: 2; width: 3.25rem; height: 3.25rem; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(10,10,9,.86); color: var(--white); font-size: 2.2rem; font-weight: 300; line-height: 1; cursor: pointer; }
.product-lightbox-close:hover { background: var(--ink); border-color: rgba(255,255,255,.85); }
.product-lightbox-close:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; }
body.lightbox-open { overflow: hidden; touch-action: none; }
.faq-grid { display: grid; gap: 1.25rem; }
.faq-grid > div:first-child p { margin-top: .8rem; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: .9rem 2rem .9rem 0; cursor: pointer; font-size: 1.05rem; font-weight: 800; line-height: 1.45; }
.faq-list details p { padding: 0 0 1.2rem; color: var(--muted); line-height: 1.68; }
.faq-more-link { display: inline-block; margin-top: .45rem; color: var(--wood-dark); font-weight: 800; text-underline-offset: .2rem; }
.final-cta { padding: 2.6rem 0; background: var(--ink); color: var(--white); }
.final-cta-inner { display: grid; gap: 1.5rem; align-items: center; }
.final-cta p { margin-top: .65rem; color: #cfcdc7; }
.service-hero { padding: 2.7rem 0; background: linear-gradient(145deg, #eee6d8, #fbfaf6 60%); }
.service-showcase-hero { padding: 1.15rem 0 .7rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .55rem; color: var(--muted); font-size: .9rem; }
.breadcrumbs a, .back-link { color: var(--wood-dark); text-underline-offset: .18rem; }
.back-link { display: inline-block; margin-bottom: .8rem; font-size: .9rem; font-weight: 700; }
.service-grid, .prose-grid { display: grid; gap: 1.35rem; }
.service-points { display: grid; gap: 1rem; }
.service-points p { padding: .9rem; border-left: 3px solid var(--wood); background: var(--white); }
.prose-grid p { margin-bottom: 1rem; color: var(--muted); line-height: 1.68; }
.legal-page { padding: 4rem 0; }
.legal-page h2 { margin: 2.2rem 0 .7rem; font-size: 1.7rem; }
.legal-page p { color: var(--muted); line-height: 1.68; }
.legal-page .legal-notice { margin: 1.4rem 0; padding: 1rem; border-left: 3px solid #c06b35; background: #fff2e7; color: #704123; }
.legal-page .button { margin-top: 1.5rem; }
.guide-return { background: var(--paper); }
.guide-return .back-link { margin: 0; }
.guide-return-top { padding: .85rem 0 0; }
.guide-hero { padding: 1.15rem 0 2rem; }
.guide-hero h1 { max-width: 48rem; font-size: clamp(2.15rem, 9vw, 4.5rem); }
.guide-hero p { max-width: 46rem; margin-top: 1rem; color: var(--muted); font-size: 1.05rem; }
.guide-article { padding: 0 0 3rem; }
.guide-section { padding: 1.6rem 0; border-top: 1px solid var(--line); }
.guide-section h2 { max-width: 46rem; font-size: clamp(1.6rem, 6.8vw, 2.45rem); }
.guide-section p { max-width: 46rem; margin-top: .75rem; color: var(--muted); line-height: 1.68; }
.guide-section a { color: var(--wood-dark); font-weight: 800; text-underline-offset: .2rem; }
.guide-section .guide-flow { padding: .85rem 1rem; border-left: 3px solid var(--wood); background: var(--sand); color: var(--ink); overflow-wrap: anywhere; }
.guide-cta { margin-top: 1.5rem; padding: 1.25rem; border-radius: var(--radius); background: var(--sand); }
.guide-cta h2 { font-size: clamp(1.65rem, 7vw, 2.6rem); }
.guide-actions { display: grid; gap: .65rem; margin-top: 1rem; }
.guide-actions .button { width: 100%; }
.guide-return-bottom { padding: 0 0 2.5rem; }
.site-footer { padding: 2.2rem 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; gap: 1.25rem; }
.footer-grid strong { color: var(--ink); }
.link-button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; }
.consent-banner { position: fixed; right: .75rem; bottom: .75rem; left: .75rem; z-index: 40; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow); }
.consent-banner p { color: var(--muted); font-size: .9rem; }
.consent-banner p strong { color: var(--ink); }
.consent-banner > div { display: grid; gap: .5rem; margin-top: .8rem; }
.gtm-frame { display: none; visibility: hidden; }

@media (max-width: 679px) {
    :root { --muted: #514f49; }
    body { font-size: 1.1875rem; line-height: 1.55; }
    .header-inner { gap: .3rem; }
    .brand { font-size: .9375rem; }
    .brand small { font-size: .8125rem; }
    .mobile-header-controls { gap: .2rem; }
    .button, .card-link-label, .offer-select-button { font-size: 1.0625rem; line-height: 1.35; }
    .selected-offer-action .button { padding-inline: .5rem; font-size: 1rem; letter-spacing: -.05em; white-space: nowrap; }
    .eyebrow, .section-kicker, .badge, .demo-label, .hero-image-wrap figcaption, .home-feature-visual figcaption, .choice-card-media small, .realisation-grid figcaption, .product-image-zoom { font-size: .8125rem; }
    .offer-price span { font-size: .875rem; }
    .hero-copy > p, .guide-hero p { font-size: 1.1875rem; line-height: 1.55; }
    .calculator-form label { font-size: 1.0625rem; font-weight: 600; }
    .field-hint, .calculator-terms, .demo-notice, .consent-banner p { font-size: 1rem; line-height: 1.5; }
    .offer-description, .choice-card p, .product-content p, .service-decor-cta span, .service-benefit-grid span, .service-process-list p { font-size: 1.125rem; line-height: 1.5; }
    .choice-card .card-link-label { padding-inline: .35rem; font-size: 1rem; letter-spacing: -.02em; }
    .process-list small { font-size: 1.0625rem; line-height: 1.45; }
    .product-features { font-size: 1.0625rem; line-height: 1.5; }
    .breadcrumbs, .back-link, .faq-more-link { font-size: 1.0625rem; }
    .faq-list summary { font-size: 1.1875rem; font-weight: 600; line-height: 1.45; }
    .faq-list details p, .prose-grid p, .legal-page p, .guide-section p { font-size: 1.1875rem; line-height: 1.55; }
}

@media (min-width: 680px) {
    .hero-actions, .calculator-input-row, .consent-banner > div { display: flex; }
    .hero-actions .button { width: auto; }
    .calculator-input-row input { flex: 1; }
    .offer-results, .comparison-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-feature-visual figure { aspect-ratio: 16 / 7; }
    .choice-card { grid-template-columns: 1fr; grid-template-areas: 'media' 'content' 'link'; }
    .choice-card-media { min-height: 0; aspect-ratio: 16 / 8; }
    .choice-card-content { min-height: 11.5rem; padding: .55rem; }
    .realisation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
    .realisation-grid figure:first-child { grid-column: auto; aspect-ratio: 4 / 3; }
    .realisation-grid figure { aspect-ratio: 4 / 3; }
    .realisation-grid-count-1 figure:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 7; }
    .service-products .product-card { display: block; }
    .service-products .product-visual { min-height: 0; aspect-ratio: 4 / 3; }
    .service-decor-cta { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 1.2rem; }
    .service-decor-cta .button { width: auto; }
    .service-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .service-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.25rem; }
    .service-process-list li:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
    .product-lightbox-stage { padding: 1rem 4rem; }
    .product-lightbox-image { max-width: calc(100vw - 8rem); max-height: calc(100vh - 2rem); max-height: calc(100dvh - 2rem); }
    .guide-hero { padding: 1.6rem 0 3rem; }
    .guide-section { padding: 2.1rem 0; }
    .guide-cta { padding: 1.75rem; }
    .guide-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .guide-actions .button-whatsapp { grid-column: 1 / -1; }
    .row-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 2rem; }
    .row-heading > p { max-width: 28rem; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (min-width: 900px) {
    .container { width: min(100% - 4rem, 1160px); }
    .header-inner { min-height: 4.5rem; gap: 1rem; }
    .desktop-nav { display: flex; gap: 1.6rem; }
    .desktop-nav a, .header-phone { text-decoration: none; font-size: .9rem; font-weight: 700; }
    .header-phone { display: inline-flex; align-items: center; gap: .3rem; }
    .mobile-header-controls, .header-dropdown { display: none !important; }
    .brand { font-size: 1rem; }
    .brand small { font-size: .75rem; }
    .hero-whatsapp-link { min-height: 3.25rem; padding: .8rem 1.15rem; }
    .hero { padding: 4rem 0 2rem; }
    .hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; }
    .hero-image-wrap { display: block; }
    .hero-image-wrap img { height: 34rem; }
    .home-feature-visual { display: none; }
    .calculator-card { padding: 2.3rem; }
    .offer-results { grid-template-columns: repeat(4, 1fr); }
    .offer-card { padding: .9rem; border-radius: 1rem; }
    .offer-card h3 { font-size: 1.35rem; }
    .offer-price { font-size: 1.8rem; }
    .offer-price span { font-size: .85rem; }
    .offer-description { min-height: 2.5rem; font-size: .88rem; -webkit-line-clamp: 2; }
    .offer-select-button { min-height: 2.6rem; padding: .5rem .8rem; font-size: 1rem; }
    .section { padding: 6rem 0; }
    .service-products { padding: 2.5rem 0 4rem; }
    .service-benefits, .service-process, .service-faq { padding-block: 4.5rem; }
    .comparison-grid { gap: 1.4rem; }
    .choice-card { min-height: 14rem; grid-template-columns: minmax(10rem, .82fr) minmax(0, 1.18fr); grid-template-areas: 'media content' 'media link'; gap: 1rem; padding: .8rem; }
    .choice-card-media { height: 100%; min-height: 12.4rem; aspect-ratio: auto; }
    .choice-card-content { min-height: 0; padding: .75rem .7rem .7rem .3rem; }
    .choice-card h3 { font-size: 1.55rem; }
    .choice-card p { margin: .8rem 0 1rem; font-size: 1rem; -webkit-line-clamp: 3; }
    .card-link-label { margin-top: auto; }
    .process-visual-break { margin-top: -3.5rem; }
    .process-visual-break .container { height: 10rem; }
    .process-visual-break + .process-section { padding-top: 3.5rem; }
    .process-list { grid-template-columns: repeat(5, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
    .process-list li { min-height: 10rem; display: flex; flex-direction: column; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 0; }
    .process-list li:first-child { padding-left: 0; }
    .process-list li:last-child { border-right: 0; }
    .product-grid { grid-template-columns: repeat(4, 1fr); }
    .home-realisations { padding-block: 4.5rem; }
    .materials-section .product-grid { grid-template-columns: repeat(4, 1fr); }
    .product-content { padding: 1.1rem; }
    .product-content h3 { margin-top: .35rem; font-size: 1.55rem; }
    .product-content p { margin-top: .6rem; font-size: .9rem; -webkit-line-clamp: 2; }
    .product-image-zoom { opacity: 0 !important; transform: translateY(.2rem); transition: opacity .18s ease, transform .18s ease; }
    .product-image-trigger:hover img { transform: scale(1.025); }
    .product-image-trigger:hover .product-image-zoom, .product-image-trigger:focus-visible .product-image-zoom { opacity: .92 !important; transform: translateY(0); }
    .service-process-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
    .service-process-list li { min-height: 9rem; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .service-process-list li:first-child { padding-left: 0; }
    .service-process-list li:last-child { border-right: 0; }
    .faq-grid, .service-grid, .prose-grid { grid-template-columns: .8fr 1.2fr; gap: 5rem; }
    .guide-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .guide-actions .button-whatsapp { grid-column: auto; }
    .final-cta-inner { grid-template-columns: 1fr auto; }
    .consent-banner { right: 1.5rem; bottom: 1.5rem; left: auto; width: 30rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
