
:root{--navy:#071a33;--gold:#c9a45c;--white:#fff;--bg:#f4f6f9;--ink:#172033;--muted:#667085;--line:#e3e8ef;--green:#277a3c;--amber:#9a6b00}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink)}
.shell{display:grid;grid-template-columns:275px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:var(--navy);color:#fff;padding:22px 17px;overflow:auto}
.brand{display:flex;align-items:center;gap:12px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14)}.crest{width:48px;height:48px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);font-weight:800}
.brand strong,.brand small{display:block}.brand small{color:#bfcbd9;margin-top:3px}nav{display:grid;gap:5px;margin-top:22px}nav a{padding:11px 12px;color:#d8e1ec;text-decoration:none;border-radius:8px;font-size:14px}
nav a:hover,nav a.active{background:rgba(201,164,92,.16);border-left:3px solid var(--gold);color:#fff}.sidebar-summary{display:grid;gap:8px;margin-top:28px;padding:14px;border:1px solid rgba(255,255,255,.14);font-size:12px;color:#c7d2df}
main{min-width:0}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:18px 30px;background:#fff;border-bottom:1px solid var(--line)}.topbar h1{font-size:22px;margin:3px 0 0}
.eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:800}.status{margin-left:auto;background:#eaf7ed;color:var(--green);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}#menuBtn{display:none;background:none;border:0;font-size:22px}
.hero{height:420px;position:relative;overflow:hidden;background:var(--navy)}.hero img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,26,51,.96),rgba(7,26,51,.28))}
.hero-copy{position:absolute;left:45px;top:50%;transform:translateY(-50%);max-width:680px;color:#fff}.hero-copy h2{font-size:43px;line-height:1.05;margin:15px 0}.hero-copy p{font-size:17px;line-height:1.6;color:#e7edf5}
.badge{display:inline-block;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:6px 10px;font-size:12px}.primary{display:inline-block;margin-top:8px;padding:12px 16px;background:var(--gold);color:var(--navy);font-weight:700;text-decoration:none;border-radius:7px}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:24px 30px}.metrics article{background:#fff;border:1px solid var(--line);padding:17px}.metrics small{display:block;color:var(--muted)}.metrics strong{display:block;font-size:29px;color:var(--navy);margin-top:5px}
.panel{background:#fff;border:1px solid var(--line);margin:0 30px 25px;padding:25px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-head h2{margin:5px 0 0;color:var(--navy)}.instruction{font-size:12px;color:var(--muted)}
.planner-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:22px}.landscape-diagram{position:relative;min-height:760px;background:linear-gradient(rgba(255,255,255,.75),rgba(255,255,255,.75)),url('aerial-view.png') center/cover;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.zone{position:absolute;border:2px solid rgba(7,26,51,.42);background:rgba(255,255,255,.95);color:var(--navy);padding:12px;border-radius:9px;cursor:pointer;text-align:left;box-shadow:0 5px 16px rgba(7,26,51,.09)}
.zone:hover,.zone.selected{border-color:var(--gold);background:#fff7e8}.zone b,.zone span{display:block}.zone span{font-size:12px;margin-top:4px;color:var(--muted)}
.alfresco{left:34%;top:5%;width:32%;text-align:center}.pool{left:34%;top:20%;width:32%;height:16%;text-align:center}.lawn{left:34%;top:41%;width:32%;height:15%;text-align:center}.playground{left:4%;top:35%;width:24%}.sports{left:4%;top:56%;width:24%}.orchard{right:4%;top:48%;width:24%}.vegetables{right:4%;top:68%;width:24%}
.reflection{left:4%;top:10%;width:24%}.firepit{right:4%;top:18%;width:24%}.loop{left:34%;bottom:4%;width:32%;text-align:center}
.detail-panel{border-left:5px solid var(--gold);background:#f8fafc;padding:22px}.detail-panel h3{font-size:25px;color:var(--navy);margin:7px 0 10px}.detail-panel p{line-height:1.6}.detail-panel dl{margin-top:20px}.detail-panel dl div{padding:12px 0;border-top:1px solid var(--line)}dt{font-size:12px;color:var(--muted)}dd{margin:5px 0 0;line-height:1.5}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cards article{background:#f8fafc;border:1px solid var(--line);padding:17px}.cards article>span{display:grid;place-items:center;width:32px;height:32px;background:var(--navy);color:var(--gold);font-weight:800}.cards h3{color:var(--navy)}
.hospitality-grid,.lighting-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hospitality-grid article,.lighting-grid article{border-left:4px solid var(--gold);background:#f8fafc;padding:17px}.hospitality-grid h3,.lighting-grid h3{color:var(--navy)}
#searchInput{width:285px;border:1px solid var(--line);padding:10px 12px;border-radius:8px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);white-space:nowrap}th{background:#f6f8fb;color:var(--navy)}
.reflection-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.reflection-layout article{background:#f8fafc;border-top:4px solid var(--gold);padding:17px}.reflection-layout h3{color:var(--navy)}
.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.flow-grid article{border-top:4px solid var(--gold);background:#f8fafc;padding:17px}.flow-grid h3{color:var(--navy)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check-grid label{background:#f8fafc;border:1px solid var(--line);padding:14px}.check-grid input{margin-right:8px}
.decisions{line-height:1.8}.decisions li{margin-bottom:7px}.tag{display:inline-block;background:#eef2f6;padding:5px 8px;border-radius:999px;font-size:11px}.tag.complete{background:#e8f6ec;color:var(--green)}.tag.next{background:#fff4d7;color:var(--amber)}
footer{display:flex;justify-content:space-between;background:var(--navy);color:#fff;padding:25px 30px}
@media(max-width:1000px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-290px;width:275px;z-index:50;transition:.25s}.sidebar.open{left:0}#menuBtn{display:block}.planner-layout{grid-template-columns:1fr}.cards,.flow-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.topbar{padding:14px}.topbar h1{font-size:17px}.status{display:none}.hero{height:410px}.hero-copy{left:24px;right:24px}.hero-copy h2{font-size:31px}.metrics{grid-template-columns:1fr 1fr;padding:18px}.panel{margin:0 18px 20px;padding:18px}.cards,.flow-grid,.check-grid,.hospitality-grid,.lighting-grid,.reflection-layout{grid-template-columns:1fr}.landscape-diagram{min-height:980px}
.alfresco{left:28%;top:2%;width:44%}.pool{left:28%;top:12%;width:44%;height:12%}.lawn{left:28%;top:27%;width:44%;height:11%}.reflection{left:3%;top:42%;width:44%}.firepit{right:3%;top:42%;width:44%}.playground{left:3%;top:57%;width:44%}.sports{right:3%;top:57%;width:44%}.orchard{left:3%;top:72%;width:44%}.vegetables{right:3%;top:72%;width:44%}.loop{left:28%;bottom:2%;width:44%}
#searchInput{width:100%;margin-top:12px}.section-head{align-items:start;flex-direction:column}footer{display:grid;gap:7px}}
