:root{--p:#164e63;--a:#f59e0b;--bg:#f5f7fb;--text:#172033}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--p);text-decoration:none}.site-header{height:78px;background:white;display:flex;align-items:center;justify-content:space-between;padding:10px 5%;position:sticky;top:0;z-index:20;box-shadow:0 2px 12px #0001}.brand{display:flex;align-items:center;gap:10px}.brand img{width:54px;height:54px;object-fit:contain}.brand h1{font-size:1.25rem;margin:0}.desktop-nav{display:flex;gap:20px}.menu-btn{display:none;border:0;background:none;font-size:28px}.container{max-width:1120px;margin:auto;padding:24px 18px 90px}.hero{min-height:360px;border-radius:24px;padding:52px;display:flex;align-items:center;background:linear-gradient(120deg,#cffafe,#fff7ed);margin-bottom:28px}.hero h2{font-size:clamp(2rem,5vw,4rem);max-width:700px;margin:12px 0}.badge{background:#fff;padding:7px 12px;border-radius:20px}.btn,.button{display:inline-block;background:var(--p);color:white;padding:11px 18px;border-radius:9px;border:0}.small{padding:8px 12px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card,.form-card{background:white;padding:20px;border-radius:16px;box-shadow:0 5px 18px #0000000a}.section-head{display:flex;justify-content:space-between;align-items:center}.date{font-size:.8rem;color:#667}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.gallery-card{background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.gallery-card img{width:100%;height:190px;object-fit:cover}.gallery-card strong{padding:12px}.form-card{max-width:650px;margin:auto}label{display:block;margin:12px 0}input,select,textarea{width:100%;padding:12px;border:1px solid #d4d9e2;border-radius:8px;margin-top:6px}textarea{min-height:120px}footer{text-align:center;padding:30px;background:#0f2f3a;color:white}.drawer,.overlay,.bottom-nav{display:none}.alert{padding:12px;border-radius:8px}.success{background:#dcfce7}.error{background:#fee2e2}@media(max-width:780px){.desktop-nav{display:none}.menu-btn{display:block}.site-header{height:68px;padding:8px 14px}.brand h1{font-size:1rem}.brand small{font-size:.7rem}.brand img{width:44px;height:44px}.hero{min-height:300px;padding:28px 20px}.grid,.gallery-grid{grid-template-columns:1fr 1fr}.drawer{display:flex;position:fixed;z-index:50;left:-85%;top:0;bottom:0;width:82%;background:#fff;flex-direction:column;padding:20px;transition:.25s}.drawer.open{left:0}.drawer a{padding:14px;border-bottom:1px solid #eee}.drawer-head{display:flex;justify-content:space-between;padding-bottom:15px}.drawer-head button{font-size:28px;border:0;background:none}.overlay{position:fixed;inset:0;background:#0007;z-index:40}.overlay.show{display:block}.bottom-nav{display:flex;position:fixed;z-index:30;left:0;right:0;bottom:0;background:white;box-shadow:0 -2px 15px #0002;justify-content:space-around;padding:7px 4px calc(7px + env(safe-area-inset-bottom))}.bottom-nav a{display:flex;flex-direction:column;align-items:center;min-width:58px;color:#334}.bottom-nav span{font-size:20px}.bottom-nav small{font-size:.7rem}.container{padding:18px 12px 90px}}@media(max-width:480px){.grid,.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:210px}}
