:root{--bg:#f7f1e7;--surface:#fffaf2;--ink:#2d2923;--muted:#6f665b;--green:#214d3b;--green-2:#356a50;--gold:#b48645;--line:#ded3c4;--radius:18px;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.55}a{color:var(--green);font-weight:650}h1,h2,h3{font-family:Georgia,serif;line-height:1.12;margin:.2rem 0 1rem}h1{font-size:clamp(2.3rem,6vw,5rem);max-width:850px}h2{font-size:clamp(1.8rem,4vw,3.2rem)}h3{font-size:1.35rem}.site-header{max-width:1180px;margin:auto;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand{font-family:Georgia,serif;font-size:1.4rem;text-decoration:none;color:var(--ink)}.brand span{display:block;font:500 .68rem system-ui;color:var(--muted)}nav{display:flex;gap:1rem;align-items:center}nav a{text-decoration:none;font-size:.92rem}.section-wrap{max-width:1180px;margin:auto;padding:5rem 1.25rem}.hero{min-height:72vh;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-size:.75rem;font-weight:800}.lead{font-size:1.25rem;max-width:680px;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:2rem 0}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--green);color:#fff;padding:.85rem 1.2rem;text-decoration:none;font-weight:750;cursor:pointer;min-height:48px}.button:hover{background:var(--green-2)}.button-quiet{background:transparent;color:var(--green);border:1px solid var(--green)}.button-small{padding:.55rem .9rem}.note{color:var(--muted);font-size:.9rem}.hero-card{min-height:360px;border-radius:var(--radius);background:linear-gradient(145deg,#315c47,#c49b63);padding:2rem;color:white;display:flex;flex-direction:column;justify-content:end;box-shadow:0 20px 50px #604a2e33}.hero-card strong{font:2rem Georgia,serif;margin:.75rem 0}.hero-card small{opacity:.85}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.check-list p{border-bottom:1px solid var(--line);padding:.8rem 0;margin:0}.problem{background:var(--green);color:#fff;max-width:none;padding-left:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem));padding-right:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem))}.problem p:last-child{max-width:760px;font-size:1.15rem;color:#e9e4db}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.cards article,.scope,.faq details,.contact form,.tool-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.section-heading,.preview-promo{display:flex;justify-content:space-between;gap:2rem;align-items:end}.preview-promo{background:#eadfcd;max-width:none;padding-left:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem));padding-right:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem))}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.steps b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#fff}.scope{max-width:900px}.faq{max-width:900px}.faq details{margin:.7rem 0}.faq summary{cursor:pointer;font-weight:750}.contact{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;background:var(--green);color:#fff;max-width:none;padding-left:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem));padding-right:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem))}.contact form{color:var(--ink)}label{display:grid;gap:.35rem;margin-bottom:1rem;font-weight:700}input,textarea,select{font:inherit;border:1px solid #b9afa2;border-radius:10px;padding:.7rem;background:#fff;width:100%}fieldset{border:0;padding:0;margin:0 0 1rem}.choice{display:inline-flex;grid-template-columns:auto 1fr;margin-right:1rem;font-weight:500}.choice input{width:auto}.status{min-height:1.5rem;font-weight:650}.site-footer{max-width:1180px;margin:auto;padding:2rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;color:var(--muted)}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:2}.preview-editor{display:grid;grid-template-columns:320px 1fr;gap:1.5rem}.form-light{display:block;background:var(--surface);color:var(--ink);padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius)}.demo-site{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;min-height:520px}.demo-image{height:180px;border-radius:12px;background:linear-gradient(135deg,#315c47,#c49b63);background-size:cover;background-position:center;margin:1rem 0}.calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.calc-form details{margin:1rem 0}.calc-form{color:var(--ink)}@media(max-width:800px){nav a:not(.button){display:none}.hero,.two-col,.contact,.preview-editor{grid-template-columns:1fr}.hero{padding-top:3rem}.hero-card{min-height:260px}.cards,.steps,.calc-grid{grid-template-columns:1fr}.section-heading,.preview-promo,.site-footer{display:block}.preview-promo .button{margin-top:1rem}.section-wrap{padding-top:3.5rem;padding-bottom:3.5rem}}
.about{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:#eadfcd;max-width:none;padding-left:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem));padding-right:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem))}.demo-site>section{padding:2.5rem 0;border-top:1px solid var(--line)}.demo-hero{min-height:360px;border-radius:14px;padding:2rem;display:flex;flex-direction:column;justify-content:end;color:#fff;background:linear-gradient(135deg,#315c47,#9c7549);background-size:cover;background-position:center}.demo-hero h1{font-size:clamp(2rem,5vw,4rem);margin:.3rem 0}.room-grid,.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.guide-grid{grid-template-columns:repeat(3,1fr)}.room-grid article,.guide-grid article{border:1px solid var(--line);border-radius:14px;padding:1rem}.demo-photo{height:150px;border-radius:10px;background-size:cover;background-position:center}.photo-one{background:linear-gradient(135deg,#a88b6c,#4c6852)}.photo-two{background:linear-gradient(135deg,#d3b98a,#6c7b72)}.photo-three{background:linear-gradient(135deg,#78927b,#c5a679)}.photo-four{background:linear-gradient(135deg,#5b735d,#b69b75)}.photo-five{background:linear-gradient(135deg,#c4a47a,#718a75)}.amenities{display:flex;flex-wrap:wrap;gap:.6rem}.amenities span{background:#eadfcd;border-radius:999px;padding:.5rem .8rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.demo-contact{background:#f2e8d9;padding:1.5rem!important;border-radius:14px}.demo-footer{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;color:var(--muted);font-size:.9rem}.socials{display:flex;gap:.8rem;margin-left:auto}
.about{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:#eadfcd;max-width:none;padding-left:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem));padding-right:max(1.25rem,calc((100% - 1180px)/2 + 1.25rem))}.demo-site>section{padding:2.5rem 0;border-top:1px solid var(--line)}.demo-hero{min-height:360px;border-radius:14px;padding:2rem;display:flex;flex-direction:column;justify-content:end;color:#fff;background:linear-gradient(135deg,#315c47,#9c7549);background-size:cover;background-position:center}.demo-hero h1{font-size:clamp(2rem,5vw,4rem);margin:.3rem 0}.room-grid,.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.guide-grid{grid-template-columns:repeat(3,1fr)}.room-grid article,.guide-grid article{border:1px solid var(--line);border-radius:14px;padding:1rem}.demo-photo{height:150px;border-radius:10px;background-size:cover;background-position:center}.photo-one{background:linear-gradient(135deg,#a88b6c,#4c6852)}.photo-two{background:linear-gradient(135deg,#d3b98a,#6c7b72)}.photo-three{background:linear-gradient(135deg,#78927b,#c5a679)}.photo-four{background:linear-gradient(135deg,#5b735d,#b69b75)}.photo-five{background:linear-gradient(135deg,#c4a47a,#718a75)}.amenities{display:flex;flex-wrap:wrap;gap:.6rem}.amenities span{background:#eadfcd;border-radius:999px;padding:.5rem .8rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.demo-contact{background:#f2e8d9;padding:1.5rem!important;border-radius:14px}.demo-footer{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;color:var(--muted);font-size:.9rem}.socials{display:flex;gap:.8rem;margin-left:auto}@media(max-width:800px){.about{grid-template-columns:1fr}.room-grid,.guide-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.socials{margin-left:0}}
