:root{--bg:#f8f5f2;--surface:#fff;--text:#2b1a19;--muted:#6f5853;--brand:#4c1510;--accent:#b94f2d;--line:#ddcfc8;--max-width:1180px}*,:before,:after{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{color:var(--text);background:var(--bg);font-family:Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(var(--max-width), calc(100% - 3rem));margin:0 auto}.site-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.site-header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#f8f5f2e6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:76px;display:flex}.brand{color:var(--brand);letter-spacing:.04em;font-family:Georgia,Times New Roman,serif;font-size:1.9rem;font-weight:700}.main-nav{color:var(--muted);gap:1.35rem;font-size:.95rem;display:flex}.main-nav a.router-link-active{color:var(--brand);font-weight:600}.cta-button,.btn-primary,.btn-dark,.btn-light{border:1px solid #0000;border-radius:2px;padding:.75rem 1.2rem;font-size:.92rem;transition:all .2s;display:inline-block}.cta-button,.btn-dark{background:var(--brand);color:#fff}.btn-primary{color:var(--brand);background:#fff}.btn-light{border-color:var(--brand);color:var(--brand)}.btn-dark:hover,.cta-button:hover{opacity:.9}.home-page section{margin-bottom:4.75rem}.hero-section{place-items:center;min-height:76vh;display:grid;position:relative}.hero-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-section:after{content:"";background:#ffffff70;position:absolute;inset:0}.hero-overlay{z-index:2;text-align:center;max-width:760px;position:relative}.kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.9rem}h1,h2,h3{color:var(--brand);margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;line-height:1.1}h1{font-size:clamp(2rem,4.6vw,4.5rem)}h2{font-size:clamp(1.7rem,3vw,3rem)}.hero-sub{color:var(--muted);max-width:620px;margin:0 auto 1.5rem}.section-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:2rem;display:grid}.content-block p{color:var(--muted);margin-bottom:1.1rem}.image-block{min-height:420px;padding:3.2rem}.accent-bg{background:var(--accent)}.image-block img,.section-image,.projects-image{object-fit:cover;width:100%;display:block}.service-list{gap:1rem;display:grid}.service-item{border-bottom:1px solid var(--line);padding-bottom:.9rem}.service-item p{color:var(--muted);margin:0}.section-heading{max-width:620px;margin-bottom:1.2rem}.projects-image{margin-bottom:1.25rem}.contact-form{margin-top:1rem}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.contact-form input,.contact-form textarea{width:100%;font:inherit;background:0 0;border:none;border-bottom:1px solid #b9a9a2;margin-bottom:.75rem;padding:.8rem .25rem}.full{width:100%}.inner-page{padding:5rem 0 6rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:#fff;padding:1.2rem 0;font-size:.92rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}@media (width<=960px){.main-nav{display:none}.section-grid{grid-template-columns:1fr}.image-block{min-height:auto;padding:1.6rem}.home-page section{margin-bottom:3rem}}@media (width<=640px){.container{width:min(var(--max-width), calc(100% - 1.5rem))}.form-row{grid-template-columns:1fr}.header-inner{min-height:64px}}
