:root{--ink:#14251f;--muted:#607069;--paper:#f7f5ef;--card:#fff;--accent:#bd7b32;--green:#1d5a43;--line:#dce3de;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,Arial,sans-serif;line-height:1.75}a{color:inherit}.site-header{height:72px;padding:0 clamp(20px,6vw,88px);display:flex;align-items:center;justify-content:space-between;background:rgba(247,245,239,.94);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.brand{text-decoration:none;font-weight:800;font-size:1.15rem}.site-header nav{display:flex;gap:24px}.site-header nav a{text-decoration:none;color:var(--muted);font-size:.94rem}.hero{min-height:680px;display:grid;place-items:end center;padding:clamp(32px,6vw,88px);position:relative;background:var(--green) var(--hero) center/cover no-repeat;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,34,25,.3),rgba(10,34,25,.83))}.hero-content{position:relative;width:min(1120px,100%)}.hero h1{font-size:clamp(2.6rem,8vw,6.8rem);line-height:1.05;margin:.05em 0 .18em;max-width:900px}.hero-content>p:not(.eyebrow){max-width:650px;font-size:1.12rem}.eyebrow{color:var(--accent);font-weight:800;letter-spacing:.04em;margin:0 0 8px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 24px;border-radius:999px;text-decoration:none;font-weight:800;transition:transform .2s,filter .2s}.button:hover{transform:translateY(-2px);filter:brightness(1.05)}.button.primary{background:var(--accent);color:#fff}.button.whatsapp{background:#1fac5b;color:#fff}.button.light{background:#fff;color:var(--green)}.section{padding:100px clamp(20px,6vw,88px);max-width:1280px;margin:auto}.section h2,.contact h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.2;margin:0 0 28px}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.about>p{font-size:1.18rem;color:var(--muted);margin:0}.services{max-width:none;background:#e9eee9}.services>p,.services>h2,.service-grid{max-width:1104px;margin-left:auto;margin-right:auto}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:var(--card);padding:28px;border-radius:var(--radius);border:1px solid var(--line)}.service-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f3e2cf;color:var(--accent);font-weight:900}.service-card h3{margin:18px 0 4px}.service-card p{color:var(--muted);margin:0}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:260px;gap:14px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.gallery img:first-child{grid-row:span 2}.contact{margin:30px clamp(20px,6vw,88px);padding:60px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--green);color:#fff;border-radius:32px}.contact p{margin:0}.map{padding:40px clamp(20px,6vw,88px) 90px}.map iframe{width:100%;height:400px;border:0;border-radius:var(--radius)}footer{padding:30px clamp(20px,6vw,88px);display:flex;justify-content:space-between;color:var(--muted);border-top:1px solid var(--line)}@media(max-width:760px){.site-header{height:62px}.site-header nav{display:none}.hero{min-height:610px}.about{grid-template-columns:1fr;gap:20px}.section{padding-top:72px;padding-bottom:72px}.service-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.gallery img:first-child{grid-column:span 2;grid-row:auto}.contact{padding:34px 24px;align-items:flex-start;flex-direction:column}.contact .actions{width:100%}.contact .button{width:100%}footer{flex-direction:column;gap:6px}}
