:root{--ink:#1f2937;--muted:#6b7280;--soft:#f7f3ec;--accent:#9a6b3f;--accent-dark:#6f4829;--line:#e5e7eb;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}.container{max-width:1120px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav{height:68px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;letter-spacing:-.02em}.phone{color:var(--accent-dark);font-weight:800;text-decoration:none}.hero{position:relative;min-height:680px;display:flex;align-items:end;background:#111;overflow:hidden}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),url('images/hero-patio.jpg') center/cover no-repeat}.hero-content{position:relative;color:#fff;padding-bottom:88px}.eyebrow{display:inline-block;margin-bottom:14px;color:#f7d8b6;font-weight:700}.hero h1{max-width:850px;margin:0;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em}.hero p{max-width:690px;font-size:20px;color:#f3f4f6;margin:22px 0}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-block;padding:13px 18px;border-radius:999px;text-decoration:none;font-weight:800}.primary{background:var(--accent);color:#fff}.primary:hover{background:var(--accent-dark)}.secondary{background:#fff;color:var(--ink)}section{padding:64px 0}h2{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.04em;margin:0 0 22px}h3{margin:0 0 10px;font-size:21px}.intro-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:28px;align-items:start}.intro-grid p{font-size:19px;color:var(--muted)}.highlight-card,.card,.notice{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px;box-shadow:0 10px 28px rgba(0,0,0,.04)}.highlight-card{background:var(--soft)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards.four{grid-template-columns:repeat(4,1fr)}.card p{color:var(--muted);margin:0}.gallery-section{padding-top:20px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px;border:1px solid var(--line)}.gallery img:first-child{grid-column:span 2;grid-row:span 2;height:452px}.features{background:var(--soft)}.feature-columns{display:grid;grid-template-columns:1fr 1fr;gap:42px}.checklist{list-style:none;margin:0;padding:0}.checklist li{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.08)}.checklist li:before{content:'✓';color:var(--accent-dark);font-weight:900;margin-right:10px}.notice{background:#fff8ed}.notice p{margin:0 0 10px;color:var(--muted);font-size:18px}.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:800;font-size:18px}.faq p{color:var(--muted);margin:10px 0 0}.cta{background:#1f2937;color:#fff;text-align:center}.cta p{max-width:720px;margin:0 auto 24px;color:#e5e7eb;font-size:19px}footer{background:#111827;color:#d1d5db}.footer-inner{padding:26px 20px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:14px}@media(max-width:850px){.hero{min-height:620px}.hero-content{padding-bottom:52px}.intro-grid,.feature-columns{grid-template-columns:1fr}.cards,.cards.four{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img,.gallery img:first-child{grid-column:auto;grid-row:auto;height:230px}.nav{height:auto;padding:14px 0;gap:10px;align-items:flex-start;flex-direction:column}}@media(max-width:520px){.gallery{grid-template-columns:1fr}.hero h1{font-size:40px}.hero p{font-size:18px}section{padding:48px 0}}
