@font-face {
  font-family: "Atelier Sans";
  src: url("fonts/atelier-sans-book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Atelier Sans";
  src: url("fonts/atelier-sans-demi.woff") format("woff");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

@font-face {
  font-family: "Atelier Editorial";
  src: url("fonts/atelier-serif-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f2efe7;
  --paper-2: #e9e4d9;
  --ink: #20231f;
  --muted: #6f7169;
  --green: #25382d;
  --green-2: #31493a;
  --terra: #b65f3f;
  --line: rgba(32, 35, 31, .16);
  --radius: 1.25rem;
  --font-sans: "Atelier Sans", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Atelier Editorial", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 16px; font-weight: 400; font-synthesis: none; overflow-x: clip; }
main, section, header, footer { max-width: 100%; }
.hero > *, .section-heading > *, .service-card, .before-after > *, .process > *, .contact > *, .expert > * { min-width: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon { display: block; width: 1.15rem; height: 1.15rem; flex: 0 0 auto; overflow: visible; transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.icon-whatsapp { width: 1.2rem; height: 1.2rem; }
em { font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: -.025em; }
.section-pad { padding-left: clamp(1.25rem, 4.2vw, 5.5rem); padding-right: clamp(1.25rem, 4.2vw, 5.5rem); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 5.25rem;
  padding: 0 clamp(1.25rem, 4.2vw, 5.5rem); display: flex; align-items: center;
  background: rgba(242,239,231,.84); border-bottom: 1px solid rgba(32,35,31,.1);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; font-size: .72rem; line-height: 1.08; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 2.65rem; height: 2.65rem; padding: .2rem; overflow: hidden; border-radius: 50%; background: var(--green); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; gap: clamp(1rem, 2vw, 2.25rem); align-items: center; }
.desktop-nav a { position: relative; color: #4f514b; font-size: .84rem; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--terra); transition: right .35s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-wa { margin-left: clamp(1rem, 2.5vw, 2.75rem); display: inline-flex; align-items: center; gap: .55rem; padding: .75rem 1rem; border-radius: 999px; color: white; background: var(--green); font-weight: 700; font-size: .82rem; transition: transform .25s, background .25s; }
.header-wa:hover { transform: translateY(-2px); background: var(--green-2); }
.header-wa:hover .icon-whatsapp, .button:hover .icon-whatsapp, .mobile-wa:hover .icon-whatsapp { transform: scale(1.08) rotate(-4deg); }
.button:hover .icon-phone, .contact-phone:hover .icon-phone, .footer-contact-link:hover .icon-phone { transform: rotate(-8deg); }
.button:hover .icon-arrow, .form-submit:hover .icon-arrow { transform: translate(2px, -2px); }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 100svh; padding-top: 8rem; padding-bottom: 3rem; display: grid; grid-template-columns: minmax(0, .86fr) minmax(34rem, 1.14fr); gap: 4vw; align-items: center; position: relative; }
.hero-copy { max-width: 47rem; position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: .65rem; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 700; color: var(--muted); }
.eyebrow span { width: 2rem; height: 1px; background: var(--terra); }
.hero h1 { margin: 1.8rem 0 1.2rem; font-size: clamp(3.65rem, 6vw, 7.7rem); line-height: .9; letter-spacing: -.052em; font-weight: 700; max-width: 11ch; }
.hero h1 em { color: var(--terra); }
.hero-catalog h1 { max-width: 12.5ch; font-size: clamp(3.25rem, 5.25vw, 6.85rem); }
.hero-lead { max-width: 31rem; margin: 0 0 1rem; font-size: clamp(1.25rem, 1.7vw, 1.65rem); line-height: 1.3; letter-spacing: -.025em; }
.hero-text { max-width: 38rem; color: var(--muted); line-height: 1.7; }
.hero-competence { max-width: 38rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin-top: 1.15rem; }
.hero-competence p { margin: 0; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: .8rem; background: rgba(255,255,255,.34); color: #55574f; font-size: .75rem; line-height: 1.5; }
.hero-competence span { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 3.4rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .9rem 1.25rem; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: .9rem; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button svg { width: 1.1rem; height: 1.1rem; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #7b1b38; color: white; box-shadow: 0 10px 30px rgba(182,95,63,.18); }
.button-primary:hover { background: #661830; box-shadow: 0 14px 36px rgba(182,95,63,.25); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.4); }
.button-quiet:hover { background: white; }
.microcopy { font-size: .78rem; color: var(--muted); margin-top: 1rem; max-width: 34rem; }
.hero-service-note { max-width: 34rem; margin: .75rem 0 0; padding-left: 1rem; border-left: 1px solid var(--line); color: var(--muted); font-size: .74rem; line-height: 1.55; }
.hero-visual { position: relative; min-height: 42rem; margin-top: 1rem; }
.hero-main-image { position: absolute; right: 0; top: 0; width: 88%; height: 86%; margin: 0; overflow: hidden; border-radius: 9rem 1.25rem 1.25rem 1.25rem; box-shadow: 0 25px 70px rgba(30,35,30,.18); }
.hero-main-image img { transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero-main-image:hover img { transform: scale(1.025); }
.hero-detail-image { position: absolute; left: 0; bottom: 0; width: 31%; height: 49%; margin: 0; overflow: hidden; border: .6rem solid var(--paper); border-radius: 7rem 7rem .75rem .75rem; box-shadow: 0 18px 45px rgba(30,35,30,.18); }
.hero-note { position: absolute; right: 4%; bottom: 2%; width: 12.2rem; min-height: 7.2rem; padding: 1rem; display: flex; justify-content: space-between; align-items: flex-end; border-radius: .75rem; background: var(--green); color: white; font-size: .85rem; line-height: 1.35; }
.note-arrow { align-self: flex-start; color: #df9f80; }
.hero-index { position: absolute; left: 1.15rem; bottom: 2.2rem; font-size: .72rem; color: var(--muted); transform: rotate(-90deg); transform-origin: left; }
.hero-index span { margin: 0 .55rem; color: var(--terra); }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 clamp(1.25rem, 4.2vw, 5.5rem); }
.trust-strip div { min-height: 7rem; display: flex; align-items: center; gap: 1rem; padding: 1.5rem clamp(.5rem, 2vw, 2rem); border-right: 1px solid var(--line); font-size: .9rem; line-height: 1.4; }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--terra); font-family: var(--font-serif); font-style: italic; }

.services, .portfolio, .spaces, .faq { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 4rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading h2, .material-copy h2, .process h2, .expert h2, .faq h2, .contact h2 { margin: 1.15rem 0 0; font-size: clamp(2.75rem, 5.2vw, 6.4rem); line-height: .98; letter-spacing: -.045em; }
.section-heading h2 em, .expert h2 em, .faq h2 em { color: var(--terra); }
.section-heading > p { max-width: 30rem; color: var(--muted); line-height: 1.7; margin: 0; padding-bottom: .4rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.service-card,
.service-card.service-wide,
.service-card.service-tall { grid-column: auto; height: 40rem; min-height: 0; background: #e8e3d8; border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.service-card.warm { background: #d9b59b; }
.service-card.dark { background: var(--green); color: white; }
.service-image,
.service-wide .service-image { position: relative; width: 100%; min-width: 0; min-height: 0; height: 23rem; overflow: hidden; flex: 0 0 23rem; }
.service-image img { transition: transform .85s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-image img, .gallery-item:hover img, .space-grid article:hover img { transform: scale(1.045); }
.service-image span { position: absolute; left: 1rem; top: 1rem; width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: rgba(242,239,231,.88); backdrop-filter: blur(8px); color: var(--ink); font-family: var(--font-serif); font-style: italic; font-size: .8rem; }
.service-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.service-body h3 { margin: 0; font-size: clamp(1.55rem, 2.1vw, 2.35rem); letter-spacing: -.045em; }
.service-body p { color: var(--muted); line-height: 1.55; margin: .8rem 0 1.2rem; }
.dark .service-body p { color: rgba(255,255,255,.68); }
.service-body ul { list-style: none; padding: 0; margin: 0 0 1.6rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.service-body li { border: 1px solid currentColor; opacity: .72; border-radius: 999px; padding: .38rem .62rem; font-size: .7rem; }
.text-link { width: fit-content; margin-top: auto; display: inline-flex; align-items: center; gap: .75rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-weight: 700; font-size: .82rem; }
.text-link svg { width: 1rem; transition: transform .25s; }
.text-link:hover svg { transform: translate(3px, -2px); }

/* Product catalog keeps the original three-column card rhythm. */
.catalog .section-heading { margin-bottom: 2rem; }
.installment-note { display: grid; grid-template-columns: minmax(12rem, .7fr) minmax(16rem, 1.3fr) auto; align-items: center; gap: 1.5rem; margin-bottom: 1.25rem; padding: 1.1rem 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(233,228,217,.72); }
.installment-note > div { display: grid; gap: .25rem; }
.installment-note > div span { color: var(--terra); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.installment-note > div strong { font-family: var(--font-serif); font-size: 1.35rem; font-style: italic; font-weight: 400; }
.installment-note p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.installment-note .text-link { margin-top: 0; white-space: nowrap; }
.catalog-grid .product-card { height: 47rem; }
.product-card .service-image { height: 22rem; flex-basis: 22rem; }
.product-card .service-body { padding: 1.35rem 1.5rem 1.5rem; }
.product-card .service-body h3 { font-size: clamp(1.45rem, 1.8vw, 2.15rem); line-height: 1.02; }
.product-subtitle { min-height: 1.2rem; margin-top: .35rem; color: var(--terra); font-family: var(--font-serif); font-size: 1rem; font-style: italic; line-height: 1.2; }
.product-subtitle-long { font-size: .91rem; }
.dark .product-subtitle { color: #e6ad91; }
.product-card .service-body > p:not(.availability-note) { margin: .65rem 0 1rem; font-size: .88rem; line-height: 1.45; }
.product-badge { position: absolute; z-index: 3; top: 1rem; right: 1rem; max-width: calc(100% - 5rem); padding: .55rem .75rem; border-radius: 999px; background: var(--terra); color: white; font-size: .66rem; line-height: 1; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(32,35,31,.15); }
.product-badge-light { background: rgba(242,239,231,.9); color: var(--green); }
.product-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin: 0 0 .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.product-details > div { min-width: 0; display: grid; gap: .2rem; }
.product-details span { color: var(--muted); font-size: .61rem; line-height: 1.2; letter-spacing: .11em; text-transform: uppercase; }
.product-details strong { font-size: .78rem; line-height: 1.3; overflow-wrap: anywhere; }
.price-list { display: grid; margin: 0 0 .8rem; }
.price-list > div, .product-price { min-height: 2rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .3rem 0; border-bottom: 1px solid var(--line); font-size: .76rem; }
.price-list strong, .product-price strong { flex: 0 0 auto; font-family: var(--font-serif); font-size: 1.04rem; font-style: italic; font-weight: 400; white-space: nowrap; }
.product-price { margin-bottom: .8rem; }
.availability-note { width: fit-content; margin: 0 0 .8rem !important; padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: rgba(255,255,255,.82) !important; font-size: .66rem !important; line-height: 1.2 !important; }
.dark .product-details, .dark .price-list > div, .dark .product-price { border-color: rgba(255,255,255,.2); }
.dark .product-details span { color: rgba(255,255,255,.58); }
.product-card .text-link { margin-top: auto; }

.materials { min-height: 56rem; padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; background: var(--green); color: white; }
.material-image { height: 46rem; position: relative; overflow: hidden; border-radius: 12rem .9rem .9rem .9rem; }
.texture-label { position: absolute; bottom: 1rem; left: 1rem; background: rgba(32,35,31,.78); backdrop-filter: blur(8px); padding: .75rem 1rem; border-radius: 999px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.kicker.light { color: rgba(255,255,255,.58); }
.material-copy { max-width: 38rem; }
.material-copy h2 { color: white; }
.material-copy h2 em { color: #e59a74; }
.material-copy > p { color: rgba(255,255,255,.7); line-height: 1.75; }
.check-list { margin: 2rem 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.check-list li { display: flex; align-items: center; gap: .6rem; font-size: .85rem; }
.check-list svg { width: 1rem; color: #e59a74; }
.material-callout { border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); padding: 1.25rem 0; margin: 1rem 0 1.7rem; display: flex; justify-content: space-between; gap: 2rem; }
.material-callout span { color: rgba(255,255,255,.52); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.material-callout strong { font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; font-weight: 400; line-height: 1.35; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: white; }

.section-heading.compact h2 { font-size: clamp(2.9rem, 5vw, 5.8rem); }
.gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; margin: 0; border-radius: 1rem; }
.gallery-item img, .space-grid img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-a, .gallery-b, .gallery-c, .gallery-d, .gallery-e { grid-column: span 2; grid-row: auto; height: 28rem; margin: 0; }
.gallery-d { grid-column: 2 / span 2; }
.gallery-e { grid-column: 4 / span 2; }
.gallery-item figcaption { position: absolute; left: .9rem; right: .9rem; bottom: .9rem; padding: .8rem 1rem; background: rgba(23,28,24,.78); color: white; border-radius: .65rem; backdrop-filter: blur(10px); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.gallery-item figcaption span { color: #e6ad91; text-transform: uppercase; font-size: .62rem; letter-spacing: .13em; }
.gallery-item figcaption strong { font-size: .82rem; }
.before-after { margin-top: 7rem; display: grid; grid-template-columns: .36fr .64fr; gap: 4rem; align-items: center; }
.ba-copy h3 { margin: 1rem 0; font-size: clamp(2rem, 3.2vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.ba-copy p { color: var(--muted); line-height: 1.7; }
.ba-slider { position: relative; height: 36rem; overflow: hidden; border-radius: 1rem 7rem 1rem 1rem; }
.ba-after { position: absolute; inset: 0; }
.ba-before { position: absolute; inset: 0; width: 100%; overflow: hidden; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.ba-before img { position: absolute; inset: 0; width: 100%; max-width: 100%; object-position: center; filter: saturate(.5) contrast(.92); }
.ba-slider input { position: absolute; z-index: 7; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.ba-line { position: absolute; z-index: 5; top: 0; bottom: 0; left: var(--position); width: 2px; transform: translateX(-1px); background: white; pointer-events: none; }
.ba-line span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 3.4rem; height: 3.4rem; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--ink); font-weight: 700; }
.ba-label { position: absolute; top: 1rem; z-index: 8; padding: .48rem .8rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(23,28,24,.88); color: white; box-shadow: 0 5px 18px rgba(0,0,0,.18); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; pointer-events: none; }
.before-label { left: 1rem; } .after-label { right: 1rem; }

.process { padding-top: clamp(6rem, 9vw, 9rem); padding-bottom: clamp(6rem, 9vw, 9rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: #1f2b24; color: white; }
.process-intro { position: sticky; top: 8rem; align-self: start; }
.process h2 { font-size: clamp(3rem, 4.7vw, 5.5rem); }
.process h2 em { color: #d78965; }
.process-intro p { color: rgba(255,255,255,.62); line-height: 1.7; max-width: 30rem; margin: 1.5rem 0 2rem; }
.light-link { color: white; }
.timeline { border-top: 1px solid rgba(255,255,255,.2); }
.timeline article { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.timeline article > span { color: #d78965; font-family: var(--font-serif); font-style: italic; }
.timeline h3 { margin: 0 0 .45rem; font-size: 1.6rem; letter-spacing: -.035em; }
.timeline p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.6; max-width: 34rem; }

.space-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 31rem 31rem; gap: 1.2rem; }
.space-grid article { position: relative; border-radius: 1rem; overflow: hidden; }
.space-grid article:nth-child(2), .space-grid article:nth-child(3) { margin: 0; }
.space-grid article > div { position: absolute; inset: auto 1rem 1rem 1rem; color: white; background: linear-gradient(120deg, rgba(20,25,21,.88), rgba(20,25,21,.58)); padding: 1.2rem; border-radius: .75rem; }
.space-grid h3 { margin: .35rem 0 .25rem; font-size: 1.65rem; }
.space-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .82rem; }
.space-grid span { color: #e29a77; font-family: var(--font-serif); font-style: italic; font-size: .75rem; }

.expert { padding-top: clamp(7rem, 12vw, 12rem); padding-bottom: clamp(7rem, 12vw, 12rem); display: grid; grid-template-columns: .15fr .85fr; position: relative; background: #e7dfd2; }
.expert-number { grid-row: span 2; font-size: clamp(5rem, 10vw, 12rem); font-family: var(--font-serif); font-style: italic; color: rgba(182,95,63,.18); line-height: .7; }
.expert-copy { display: grid; grid-template-columns: 1fr 1.8fr; column-gap: 4rem; align-items: start; }
.expert-copy .kicker { grid-column: 1; }
.expert-copy h2 { grid-column: 1 / -1; max-width: 13ch; margin-bottom: 2rem; }
.expert-copy > p { grid-column: 2; color: var(--muted); line-height: 1.75; max-width: 38rem; }
.expert-grid { grid-column: 2; margin-top: 4rem; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expert-grid > div { min-height: 11rem; padding: 1.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.expert-grid > div > span { display: block; width: .5rem; height: .5rem; background: var(--terra); border-radius: 50%; margin-bottom: 2rem; }
.expert-grid h3 { font-size: 1.1rem; margin: 0 0 .55rem; }
.expert-grid p { margin: 0; color: var(--muted); line-height: 1.5; font-size: .82rem; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq-title { position: sticky; top: 8rem; align-self: start; }
.faq-title p { color: var(--muted); line-height: 1.65; max-width: 24rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-color: var(--line) !important; }
.faq-trigger { min-height: 5.7rem; padding: 1.2rem 0 !important; align-items: center !important; font-size: 1.15rem !important; font-weight: 600 !important; text-decoration: none !important; }
.faq-trigger > span:nth-child(2) { margin-right: auto; }
.faq-trigger svg { width: 1.2rem; height: 1.2rem; color: var(--terra); }
.faq-num { color: var(--terra); font-family: var(--font-serif); font-style: italic; font-size: .72rem; margin-right: 1rem; }
.faq-content { padding: 0 3rem 1.6rem 3rem !important; color: var(--muted); line-height: 1.7; font-size: .95rem; max-width: 46rem; }
.faq-trigger { width: 100%; border: 0; border-radius: 0; background: transparent; color: inherit; cursor: pointer; display: flex; text-align: left; }
.faq-content { display: none; }
.faq-item.open .faq-content { display: block; animation: faq-in .3s ease; }
.faq-chevron { margin-left: auto; color: var(--terra); transition: transform .25s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
@keyframes faq-in { from { opacity: 0; transform: translateY(-.4rem); } to { opacity: 1; transform: none; } }

.contact { background: var(--terra); color: white; padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.contact h2 { max-width: 11ch; color: white; }
.contact h2 em { color: #f4c8b3; }
.contact-copy > p { max-width: 35rem; color: rgba(255,255,255,.78); line-height: 1.7; margin: 1.5rem 0 2rem; }
.button-accent { background: var(--green); color: white; }
.button-accent:hover { background: #18271f; }
.contact-phone { display: inline-flex; align-items: center; gap: .7rem; width: fit-content; margin-top: 1.5rem; font-size: clamp(1.6rem, 2.8vw, 3rem); font-family: var(--font-serif); font-style: italic; border-bottom: 1px solid rgba(255,255,255,.5); }
.contact-phone .icon { width: .72em; height: .72em; }
.lead-form { align-self: center; background: var(--paper); color: var(--ink); padding: clamp(1.35rem, 3vw, 2.5rem); border-radius: 1rem 5rem 1rem 1rem; box-shadow: 0 25px 70px rgba(95,41,25,.18); }
.form-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 2rem; }
.form-head span { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; }
.form-head strong { font-family: var(--font-serif); font-style: italic; font-size: 1.35rem; }
.lead-form label { display: grid; gap: .55rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 1.2rem; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: .55rem 0 .8rem; outline: none; text-transform: none; letter-spacing: 0; resize: vertical; font-size: 1rem; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--terra); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-submit { width: 100%; background: var(--ink); color: white; margin-top: .5rem; }
.lead-form small { display: block; color: var(--muted); line-height: 1.45; font-size: .68rem; margin-top: 1rem; }
.form-feedback { display: none; color: var(--green); font-weight: 700; font-size: .8rem; margin: .8rem 0 0; }
.form-feedback.show { display: block; }

footer { padding: 4rem clamp(1.25rem, 4.2vw, 5.5rem) 1.5rem; background: #18231d; color: white; display: grid; grid-template-columns: 1.5fr 1fr 1fr .6fr; gap: 3rem; }
footer p { color: rgba(255,255,255,.52); line-height: 1.7; font-size: .8rem; }
footer > div:not(.footer-brand):not(.footer-bottom) a { display: block; width: fit-content; margin-bottom: .7rem; font-size: .86rem; }
.footer-contact-link { display: inline-flex !important; align-items: center; gap: .55rem; }
.footer-contact-link .icon { width: 1rem; height: 1rem; color: #df9f80; }
.footer-brand .brand-mark { background: var(--paper); }
.footer-label { display: block; color: #d68a68; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; margin-bottom: 1.2rem; }
.footer-nav a { color: rgba(255,255,255,.72); }
.footer-bottom { grid-column: 1 / -1; padding-top: 1.5rem; margin-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: .72rem; }
.mobile-wa { display: none; }

[data-reveal] { opacity: 0; transform: translateY(2rem); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 1rem; }
  .desktop-nav a:nth-child(4) { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-visual { min-height: 35rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-grid .product-card { height: 46rem; }
  .service-card,
  .service-card.service-wide,
  .service-card.service-tall { grid-column: auto; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-a, .gallery-b, .gallery-c, .gallery-d, .gallery-e { grid-column: auto; width: 100%; height: 25rem; }
  .gallery-e { grid-column: 1 / -1; width: calc(50% - .5rem); justify-self: center; }
}

@media (max-width: 820px) {
  .site-header { height: 4.6rem; }
  .desktop-nav, .header-wa { display: none; }
  .menu-button { margin-left: auto; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; display: grid; place-items: center; }
  .mobile-menu { display: flex; position: fixed; z-index: 60; top: 4.6rem; left: 0; right: 0; padding: 1rem 1.25rem 1.5rem; background: var(--paper); box-shadow: 0 30px 50px rgba(32,35,31,.12); flex-direction: column; opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: .3s ease; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu > a:not(.button) { min-height: 3.2rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-menu svg { width: 1rem; }
  .mobile-menu .button { margin-top: 1rem; }
  .hero { min-height: auto; padding-top: 7rem; grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { font-size: clamp(3.5rem, 13vw, 6.2rem); max-width: 10ch; }
  .hero-catalog h1 { max-width: 11.5ch; font-size: clamp(3.15rem, 11vw, 5.5rem); }
  .hero-visual { min-height: 41rem; }
  .hero-main-image { width: 91%; height: 84%; }
  .hero-detail-image { width: 34%; }
  .hero-note { width: 11rem; }
  .hero-index { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 1.5rem; }
  .installment-note { grid-template-columns: 1fr auto; }
  .installment-note p { grid-column: 1; }
  .installment-note .text-link { grid-column: 2; grid-row: 1 / span 2; }
  .service-card,
  .service-card.service-tall,
  .service-card.service-wide { grid-column: auto; }
  .materials { grid-template-columns: 1fr; }
  .material-image { height: 35rem; }
  .gallery { grid-auto-rows: 8rem; }
  .before-after { grid-template-columns: 1fr; gap: 2rem; }
  .ba-slider { height: 31rem; }
  .process { grid-template-columns: 1fr; gap: 4rem; }
  .process-intro, .faq-title { position: static; }
  .space-grid { grid-template-rows: 26rem 26rem; }
  .expert { grid-template-columns: 1fr; }
  .expert-number { display: none; }
  .expert-copy, .expert-grid { grid-column: 1; }
  .faq { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { padding-bottom: 4.65rem; }
  .section-pad { padding-left: 1rem; padding-right: 1rem; }
  .site-header { padding-left: 1rem; padding-right: 1rem; }
  .hero { padding-top: 6.8rem; padding-bottom: 2.5rem; }
  .eyebrow { font-size: .65rem; }
  .hero h1 { max-width: 100%; font-size: clamp(2.95rem, 14.2vw, 4.05rem); line-height: .9; margin-top: 1.45rem; overflow-wrap: normal; }
  .hero-catalog h1 { max-width: 100%; font-size: clamp(2.55rem, 12.2vw, 3.65rem); overflow-wrap: break-word; }
  .hero-lead { font-size: 1.2rem; }
  .hero-competence { grid-template-columns: 1fr; gap: .5rem; }
  .hero-competence p { padding: .7rem .8rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 3.5rem; }
  .hero-visual { min-height: 29rem; }
  .hero-main-image { width: 92%; height: 83%; border-radius: 5rem .9rem .9rem .9rem; }
  .hero-detail-image { width: 36%; height: 49%; border-width: .35rem; border-radius: 4rem 4rem .6rem .6rem; }
  .hero-note { right: 1%; bottom: 1%; width: 9.7rem; min-height: 5.6rem; padding: .75rem; font-size: .7rem; }
  .trust-strip { padding: 0 1rem; }
  .trust-strip div { min-height: 6rem; padding: 1rem .6rem; font-size: .74rem; gap: .55rem; }
  .section-heading h2, .material-copy h2, .process h2, .expert h2, .faq h2, .contact h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .service-grid { grid-template-columns: 1fr; gap: 1rem; }
  .catalog .section-heading { margin-bottom: 1.25rem; }
  .installment-note { grid-template-columns: 1fr; gap: .8rem; padding: 1rem; }
  .installment-note p, .installment-note .text-link { grid-column: 1; grid-row: auto; }
  .installment-note .text-link { white-space: normal; }
  .service-card, .service-card.service-tall, .service-card.service-wide { grid-column: 1; display: flex; flex-direction: column; min-height: 0; }
  .service-image, .service-wide .service-image { width: 100%; min-width: 0; height: 20rem; flex: none; }
  .service-body { min-height: 18rem; }
  .catalog-grid .product-card { height: auto; min-height: 45rem; }
  .product-card .service-image { height: 19rem; flex-basis: 19rem; }
  .product-card .service-body { min-height: 25rem; }
  .product-card .service-body h3 { font-size: 1.75rem; }
  .product-details { grid-template-columns: 1fr; gap: .45rem; }
  .product-badge { top: .75rem; right: .75rem; }
  .materials { padding-top: 1rem; }
  .material-image { height: 27rem; border-radius: 6rem .75rem .75rem .75rem; }
  .check-list { grid-template-columns: 1fr; }
  .material-callout { flex-direction: column; gap: .8rem; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; gap: .75rem; }
  .gallery-a, .gallery-b, .gallery-c, .gallery-d, .gallery-e { grid-column: 1; grid-row: auto; width: 100%; height: clamp(20rem, 92vw, 25rem); margin: 0; }
  .gallery-item figcaption { inset: auto .5rem .5rem .5rem; padding: .65rem; display: block; }
  .gallery-item figcaption strong { display: block; margin-top: .2rem; }
  .before-after { margin-top: 4rem; }
  .ba-copy h3 br { display: none; }
  .ba-slider { height: clamp(22rem, 110vw, 27rem); border-radius: .75rem 3.2rem .75rem .75rem; isolation: isolate; }
  .ba-label { top: .75rem; }
  .before-label { left: .75rem; }
  .after-label { right: .75rem; }
  .ba-line span { width: 3rem; height: 3rem; }
  .timeline article { grid-template-columns: 2.4rem 1fr; gap: .8rem; }
  .space-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 24rem); }
  .space-grid article:nth-child(2), .space-grid article:nth-child(3) { margin: 0; }
  .expert-copy { display: block; }
  .expert-grid { grid-template-columns: 1fr 1fr; }
  .expert-grid > div { min-height: 12rem; }
  .faq-content { padding-left: 2.2rem !important; padding-right: 1rem !important; }
  .faq-trigger { font-size: 1rem !important; }
  .contact { padding-top: 5rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { border-radius: .8rem 3rem .8rem .8rem; }
  .form-head { display: block; }
  .form-head strong { display: block; margin-top: .5rem; }
  footer { grid-template-columns: 1fr; padding: 3rem 1rem 1.5rem; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .8rem; }
  .mobile-wa { position: fixed; z-index: 45; display: flex; left: .75rem; right: .75rem; bottom: .65rem; min-height: 3.35rem; border-radius: 999px; align-items: center; justify-content: center; gap: .65rem; background: #2cbb61; color: white; font-weight: 700; font-size: .88rem; box-shadow: 0 10px 30px rgba(24,35,29,.28); transition: background .25s ease, transform .25s ease; }
  .mobile-wa:hover { background: #1ebe5d; transform: translateY(-2px); }
  .mobile-wa svg { width: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
