:root{--ink:#14201d;--muted:#687570;--paper:#f7f8f3;--line:#dde1d9;--lime:#d9ff58;--forest:#123e33}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.topbar{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:#f7f8f3ed;backdrop-filter:blur(12px);z-index:9}.brand{display:flex;align-items:center;gap:12px}.brand span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--ink);color:var(--lime);font-weight:900}.topbar nav{display:flex;gap:32px;font-size:14px;font-weight:700}.pill{border-radius:99px;background:var(--ink);color:#fff;padding:13px 20px;font-size:13px;font-weight:800}.hero{min-height:620px;padding:80px 7vw;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:8vw}.eyebrow,.section-title small,.about>small,.calendar-page>small{font-size:11px;letter-spacing:.17em;font-weight:900;color:#688935}.hero h1{font-size:clamp(48px,5.5vw,82px);line-height:.99;letter-spacing:-.055em;margin:24px 0}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#587a30}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:680px}.hero-btn{display:inline-block;margin-top:22px;padding:16px 22px}.hero-art{height:410px;display:grid;place-items:center;position:relative}.hero-art:before{content:"";position:absolute;width:390px;height:390px;border:1px solid #ccd3c7;border-radius:50%}.metric{width:260px;height:320px;background:var(--forest);border-radius:30px;color:#fff;padding:30px;display:flex;flex-direction:column;transform:rotate(-4deg);box-shadow:0 30px 60px #163f2c30}.metric small{letter-spacing:.15em;color:#b8cbc4}.metric b{font-size:100px;color:var(--lime);margin-top:40px}.metric span{color:#c6d6d0}.floating{position:absolute;background:#fff;border-radius:16px;padding:18px;bottom:40px;right:0;font-weight:800;box-shadow:0 20px 50px #0002}.numbers{display:grid;grid-template-columns:repeat(4,1fr);padding:0 7vw;border-block:1px solid var(--line)}.numbers div{padding:28px 0;border-right:1px solid var(--line);display:flex;align-items:baseline;gap:12px}.numbers div:last-child{border:0}.numbers b{font-size:25px}.numbers span{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.1em}.section{padding:100px 7vw}.section-title{display:flex;justify-content:space-between;align-items:end;gap:30px}.section h2{font-size:52px;letter-spacing:-.045em;margin:12px 0}.section-title p,.about p,.calendar-page>p{color:var(--muted)}.search{display:flex;background:#fff;border:1px solid var(--line);border-radius:99px;overflow:hidden}.search input{border:0;padding:13px 18px;outline:0}.search button{border:0;background:var(--ink);color:#fff;padding:0 18px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:35px 0}.filters a{border:1px solid var(--line);padding:9px 15px;border-radius:99px;font-size:12px;font-weight:800}.filters a.active,.filters a:hover{background:var(--ink);color:#fff}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;transition:.25s}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #0001}.cover{height:200px;border-radius:17px;background:var(--accent);display:grid;place-items:center;overflow:hidden}.cover img{width:100%;height:100%;object-fit:cover}.cover>span{font-size:52px;background:#ffffffb8;border-radius:20px;padding:18px 24px}.meta{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:20px;font-weight:800}.meta mark{border-radius:99px;padding:4px 7px}.live{background:#e3f6d3}.inprogress{background:#fff0c7}.planning{background:#e9e5fa}.project-card h3{font-size:21px;margin:14px 0 8px}.project-card p{color:var(--muted);font-size:14px;line-height:1.6;min-height:45px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.tags span{background:#f0f2ed;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:800}.project-card strong{font-size:12px}.about{background:#e9ecdf}.about p{font-size:18px;line-height:1.7;max-width:700px}.detail{padding:70px 7vw 110px;max-width:1400px;margin:auto}.back{font-size:13px;font-weight:800;color:#5d762e}.detail-head{display:grid;grid-template-columns:1fr 270px;gap:60px;align-items:end;margin:50px 0}.category{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#6f9234;font-weight:900}.detail h1{font-size:clamp(45px,6vw,82px);line-height:1;margin:18px 0}.detail-head p{font-size:19px;color:var(--muted);line-height:1.6}.detail dl{border-top:1px solid var(--line)}.detail dl div{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted);font-size:12px}dd{margin:0;font-weight:800;font-size:12px}.detail-cover{width:100%;max-height:650px;object-fit:cover;border-radius:28px}.detail-body{max-width:800px;margin:70px auto}.rich-content{font-size:17px;line-height:1.8}.rich-content h2{font-size:36px;margin-top:50px}.rich-content img{max-width:100%}.gallery{margin-top:70px}.gallery>div{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gallery figure{margin:0}.gallery img{width:100%;height:420px;object-fit:cover;border-radius:20px}.gallery figcaption{font-size:12px;color:var(--muted);margin-top:8px}.calendar-page{max-width:1400px;margin:auto}.calendar-page h1{font-size:64px;margin:12px 0}.cal-head{display:flex;align-items:center;justify-content:center;gap:20px;background:var(--forest);color:#fff;padding:20px;border-radius:22px 22px 0 0}.cal-head h2{font-size:22px;width:230px;text-align:center;margin:0}.cal-head button{background:#ffffff18;color:#fff;border:1px solid #ffffff30;border-radius:8px;width:36px;height:36px;font-size:22px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid var(--line)}.dow,.day{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px}.dow{background:#fff;font-size:11px}.day{min-height:130px;background:#fff;font-size:11px}.day.blank{background:#f0f1ed}.event{display:block;padding:7px;border-left:3px solid #729a32;margin-top:7px;font-weight:800;font-size:10px}.event small{display:block;margin-top:4px;font-weight:400}footer{margin:0 6vw;border-top:1px solid var(--line);padding:35px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}footer .brand{color:var(--ink)}footer .brand span{width:32px;height:32px;font-size:11px}.empty{padding:60px;text-align:center;background:#fff;border-radius:20px;color:var(--muted)}
.release-section{background:#123b32;color:#fff}.release-section .section-title p{color:#b9cbc5}.release-section .section-title small{color:var(--lime)}.calendar-split{display:grid;grid-template-columns:minmax(430px,.9fr) minmax(480px,1.1fr);gap:18px;margin-top:36px}.calendar-card,.timeline-card{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:22px;overflow:hidden}.calendar-card .cal-head{border-radius:0;padding:16px}.cal-head h3{font-size:17px;width:190px;text-align:center;margin:0}.cal-grid.compact .dow{padding:9px;text-align:center;font-size:9px}.cal-grid.compact .day{min-height:62px;padding:8px;background:#fff}.cal-grid.compact .day.blank{background:#f1f3ee}.cal-grid.compact .day>span{font-size:10px;font-weight:700}.cal-dots{display:flex;gap:4px;flex-wrap:wrap;margin-top:8px}.cal-dot{width:8px;height:8px;border-radius:50%;background:#769c36}.cal-dot.inprogress{background:#e9ac32}.cal-dot.planning{background:#8f81d3}.timeline-head{min-height:76px;padding:16px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.timeline-head small{font-size:9px;letter-spacing:.14em;color:#77923f;font-weight:900}.timeline-head h3{margin:5px 0 0;font-size:18px}.timeline-head>span{background:#eef2e8;border-radius:99px;padding:7px 10px;font-size:10px;font-weight:800;color:var(--muted)}.timeline-table{width:100%;border-collapse:collapse}.timeline-table th{text-align:left;padding:11px 16px;border-bottom:1px solid var(--line);background:#f5f7f2;color:#7b8581;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.timeline-table td{padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:middle;font-size:12px}.timeline-table tr:last-child td{border-bottom:0}.timeline-table time{display:flex;align-items:baseline;gap:5px}.timeline-table time b{font-size:18px}.timeline-table time span{font-size:9px;color:var(--muted);text-transform:uppercase}.timeline-table td>a b,.timeline-table td>a small{display:block}.timeline-table td>a small{margin-top:4px;color:var(--muted);font-size:10px}.timeline-table mark{white-space:nowrap;border-radius:99px;padding:5px 8px;font-size:9px;font-weight:800}.timeline-empty{text-align:center;color:var(--muted);padding:50px 20px!important}.calendar-page .calendar-split{margin-top:36px}.calendar-page>p{margin-bottom:0}
@media(max-width:1050px){.calendar-split{grid-template-columns:1fr}.timeline-table-wrap{overflow:auto}}
@media(max-width:900px){.hero{grid-template-columns:1fr}.project-grid{grid-template-columns:repeat(2,1fr)}.detail-head{grid-template-columns:1fr}.gallery>div{grid-template-columns:1fr}}
@media(max-width:620px){.topbar{padding:0 18px}.topbar nav{display:none}.hero,.section,.detail{padding:60px 20px}.hero h1{font-size:46px}.hero-art{transform:scale(.85)}.section-title{display:block}.search{margin-top:25px}.project-grid{grid-template-columns:1fr}.section h2,.calendar-page h1{font-size:40px}.calendar-split{grid-template-columns:1fr}.calendar-card{overflow-x:auto}.cal-grid.compact{min-width:420px}.timeline-table{min-width:460px}footer{display:grid;gap:15px;margin:0 20px}}
.hero-image{margin:0;position:relative;z-index:1;max-width:600px;justify-self:center}.hero-image:before{content:"";position:absolute;inset:8% -5% -4% 8%;border-radius:42% 58% 48% 52%;background:#dffb75;transform:rotate(-5deg);z-index:-1;opacity:.65}.hero-image img{display:block;width:100%;max-height:560px;object-fit:cover;object-position:center;border-radius:34px;box-shadow:0 28px 70px #183b2925}
@media(max-width:620px){.hero-image{margin-top:20px}.hero-image img{max-height:430px;border-radius:25px}}
.project-gallery{margin:30px 0 0;padding:24px 0;border-bottom:1px solid var(--line)}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.gallery-heading small{font-size:9px;letter-spacing:.14em;color:#769338;font-weight:900}.gallery-heading h2{font-size:22px;margin:5px 0 0;letter-spacing:-.02em}.gallery-heading>span{font-size:10px;color:var(--muted)}.gallery-strip{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#aab4a7 #edf0e9}.gallery-thumb{position:relative;flex:0 0 180px;height:112px;padding:0;border:0;border-radius:13px;overflow:hidden;background:#edf0e9;cursor:pointer;scroll-snap-align:start}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.gallery-thumb:hover img,.gallery-thumb:focus img{transform:scale(1.05)}.gallery-thumb:focus{outline:3px solid #9fc44e;outline-offset:2px}.gallery-thumb>span{position:absolute;inset:auto 6px 6px;background:#10201bca;color:#fff;padding:5px 7px;border-radius:6px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-open{overflow:hidden}.gallery-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:#07110de8;padding:65px 90px 50px;backdrop-filter:blur(8px)}.gallery-modal.open{display:flex}.gallery-modal figure{margin:0;max-width:min(1100px,82vw);max-height:86vh;text-align:center;color:#fff;position:relative}.gallery-modal figure img{display:block;max-width:100%;max-height:74vh;object-fit:contain;border-radius:15px;box-shadow:0 25px 80px #0008;margin:auto}.gallery-modal figcaption{margin-top:13px;font-size:13px}.gallery-modal figure small{display:block;margin-top:6px;color:#aebbb6;font-size:10px}.gallery-close,.gallery-nav{position:absolute;border:0;background:#ffffff17;color:#fff;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(5px)}.gallery-close{right:24px;top:20px;width:44px;height:44px;border-radius:50%;font-size:28px}.gallery-nav{top:50%;transform:translateY(-50%);width:52px;height:70px;border-radius:14px;font-size:43px}.gallery-prev{left:22px}.gallery-next{right:22px}.gallery-close:hover,.gallery-nav:hover{background:#d9ff58;color:#14201d}
@media(max-width:620px){.project-gallery{margin-top:18px;padding-top:18px}.gallery-heading{align-items:start}.gallery-heading>span{display:none}.gallery-thumb{flex-basis:135px;height:86px}.gallery-modal{padding:70px 15px 80px}.gallery-modal figure{max-width:100%}.gallery-modal figure img{max-height:68vh}.gallery-nav{top:auto;bottom:18px;transform:none;width:48px;height:48px;border-radius:50%}.gallery-prev{left:calc(50% - 58px)}.gallery-next{right:calc(50% - 58px)}.gallery-close{right:14px;top:14px}}
.cal-grid .dow.weekend{background:#ffe5e5;color:#bb3030}.cal-grid .day.weekend{background:#fff3f3}.cal-grid .day.weekend>span{color:#c23b3b}.cal-grid .day.holiday{background:#ffe8e8;box-shadow:inset 0 0 0 1px #ffcaca}.cal-grid .day.holiday>span{font-weight:900;color:#b82020}.cal-dot.publicholiday{background:#dc3a3a;width:9px;height:9px}.timeline-table mark.publicholiday{background:#ffe1e1;color:#a91f1f}.public-event-row{background:#fff8f8}.public-event-name b,.public-event-name small{display:block}.public-event-name small{margin-top:4px;color:#b34a4a;font-size:10px}.public-event-row time b{color:#bd2929}
