*,*:before,*:after{box-sizing:border-box}html{height:100%;overflow-x:clip}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;min-height:100vh;display:flex;flex-direction:column;background:#2d3736;overflow-x:clip}#root{flex:1;display:flex;flex-direction:column;align-items:center;min-height:0;width:100%}:root{--brand-ink: #283238;--brand-ink-soft: #43545d;--brand-gold: #c8ab6f;--brand-gold-strong: #b9954c;--surface: #f4f5f2;--surface-2: #ecefea;--surface-card: #f8f8f6;--border: #d0d7d1}.page{flex:1;display:flex;flex-direction:column;width:min(1120px,100%);max-width:calc(100% - 2rem);margin:1.2rem auto;padding:1.2rem 2.2rem;border-radius:24px;background:var(--surface);border:1px solid var(--border);box-shadow:0 18px 40px #2832381f}main{flex:1;display:flex;flex-direction:column;min-height:0}main>section.section-block:only-of-type{flex:1}.header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1rem;padding-bottom:.15rem}.brand{display:inline-flex;align-items:center;justify-content:flex-start;font-size:1.1rem;font-weight:700;letter-spacing:.04em;color:var(--brand-ink);text-decoration:none}.brand-text{display:none}.brand-logo{display:block;height:125px;width:auto}.brand:hover{opacity:.9}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.4rem;align-items:stretch}.section-block{margin-top:1.6rem;padding:1.2rem;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,var(--surface-card),var(--surface-2))}main>.section-block:first-child{margin-top:0}.section.section-block{padding-top:.85rem}.hero-content{padding:1rem .75rem;min-width:0}.hero-image{width:100%;max-width:100%;height:100%;max-height:480px;object-fit:cover;border-radius:16px;display:block}.eyebrow{color:var(--brand-gold-strong);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}h1{color:var(--brand-ink);font-size:clamp(2rem,5vw,3.6rem);line-height:1.1;margin:0 0 1.2rem}.hero-text{color:var(--brand-ink-soft);font-size:1.1rem;max-width:60ch}.service-detail .hero-text{max-width:none}.hero-actions{margin-top:1.6rem;display:flex;gap:.8rem;flex-wrap:wrap}.button{text-decoration:none;border-radius:999px;padding:.75rem 1.2rem;font-weight:600;transition:transform .2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(120deg,var(--brand-gold),var(--brand-gold-strong));color:#1f262b}.button.ghost{border:1px solid #aab5ad;color:var(--brand-ink);background:#f1f3ef}h2{color:var(--brand-ink);margin:0 0 1rem}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.card,.gallery-item{background:var(--surface-card);border:1px solid var(--border);border-radius:18px;padding:.85rem}.service-link,.gallery-link{text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.service-link:hover,.gallery-link:hover{transform:translateY(-3px);box-shadow:0 14px 24px #28323824}.card img{width:100%;aspect-ratio:16 / 11;object-fit:cover;border-radius:12px;margin-bottom:.55rem}.card h3{color:var(--brand-ink);margin:0 0 .5rem}.card p,.split p,.footer p,.highlights{color:var(--brand-ink-soft)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem}.material-showcase{margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:0 16px 36px #2832381f;align-self:stretch;min-height:min(52vh,560px);height:100%}.material-showcase img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 30%}.about-content{display:grid;gap:1rem}.highlights-card{background:#f1f3ef;border:1px solid var(--border);border-radius:16px;padding:1rem}.highlights-card h3{margin-top:0;margin-bottom:.8rem;color:var(--brand-ink)}.highlights{margin:.2rem 0 0;padding-left:1rem}.highlights li{margin-bottom:.6rem}.gallery-item img{width:100%;aspect-ratio:16 / 11;border-radius:12px;object-fit:cover}.gallery-item figcaption{margin-top:.8rem;color:var(--brand-ink-soft)}.gallery-title{margin-top:.6rem}.gallery-title-row{display:flex;align-items:stretch;gap:.75rem;flex-wrap:wrap}.gallery-title-text{min-width:0}.gallery-title-row .back-link{flex-shrink:0;align-self:stretch;width:auto;min-width:.85em;padding:0 .42em;justify-content:center;font-size:max(.75rem,.38em);line-height:1;border-radius:999px}.category-gallery{margin-top:1.2rem}.back-link{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;padding:.5rem .85rem;border-radius:999px;border:1px solid #d7c091;background:linear-gradient(120deg,#fff8ea,#f6ebd3);color:#7f6230;text-decoration:none;font-weight:700;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.back-link:hover{transform:translateY(-1px);border-color:#caa561;box-shadow:0 10px 18px #b18d4c38}.back-link:focus-visible{outline:2px solid #caa561;outline-offset:2px}.footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:2rem;align-items:center}.credit{margin-top:1.2rem;text-align:center;color:#5e6d66;font-size:.92rem}.credit a{color:var(--brand-gold-strong);font-weight:600;text-decoration:none}.credit a:hover{text-decoration:underline}@media (max-width: 1200px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.page{width:min(1120px,100%);max-width:calc(100% - .75rem);margin:.5rem auto;padding:.65rem .85rem 1rem;border-radius:18px}.services-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr;gap:0;overflow:hidden}.hero.section-block{padding:.75rem .85rem .85rem}.hero-content{padding:0 0 1rem}.hero-image{width:100%;max-height:none;height:auto;min-height:12rem;aspect-ratio:16 / 10;object-fit:cover;border-radius:0;display:block}.split{grid-template-columns:1fr;gap:1.25rem}.material-showcase{min-height:min(42vh,380px);height:auto}.footer{display:grid}}@media (max-width: 640px){#sobre h2,#gesso-drywall h2{margin:0}.about-content{gap:0}.header,.brand{justify-content:center}.brand-text{display:none}.brand-logo{display:block;height:125px}.services-grid,.gallery-grid{grid-template-columns:1fr}.page{width:min(1120px,100%);max-width:calc(100% - .5rem);margin:.35rem auto;padding:2rem .65rem .85rem;border-radius:14px}.section-block{padding:.95rem;border-radius:16px}.section.section-block{padding-top:.7rem}.hero.section-block{padding:.9rem .9rem 1rem;overflow:hidden}.hero-content{padding:.2rem .15rem 1.15rem}.hero-image{aspect-ratio:4 / 3;min-height:10rem}h1{font-size:clamp(1.5rem,8vw,2.35rem);margin-bottom:1.15rem}.hero-text{font-size:1rem;line-height:1.6;margin-top:.95rem}.eyebrow{font-size:.72rem;letter-spacing:.06em}.hero-actions{margin-top:1.35rem;gap:.7rem;justify-content:center}.about-action{display:flex;justify-content:center}.footer .hero-actions{margin-top:.45rem}.button{padding:.65rem 1rem;font-size:.94rem}.footer{margin-top:2rem;padding-top:1.5rem;gap:1.25rem}.credit{font-size:.85rem;margin-top:1rem}}
