*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Nunito Sans",sans-serif;color:#1b1c1a;background:#faf9f5;line-height:1.65}a{color:inherit}.container{width:min(1120px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(250,249,245,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e3e2df}.nav-wrap{height:72px;width:min(1120px,calc(100% - 32px));margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#006a61;font-size:1.55rem;font-weight:800}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#5dbeb1;color:#004a43;font-size:.85rem}.main-nav{display:flex;gap:28px;align-items:center}.main-nav a{text-decoration:none;color:#3e4947;font-weight:700}.main-nav a:hover,.main-nav a.active{color:#006a61}.menu-button{display:none;border:0;background:#e9e8e4;color:#006a61;border-radius:14px;font-size:1.4rem;width:48px;height:48px}.hero{padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;padding:7px 14px;border-radius:999px;background:#d7c6ff;color:#5d5082;font-weight:800;font-size:.86rem}.hero h1,.page-hero h1{font-size:clamp(2.4rem,6vw,4.6rem);line-height:1.08;color:#006a61;margin:18px 0}.hero p{font-size:1.15rem;color:#3e4947;max-width:650px}.hero-photo,.content-photo{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:32px;box-shadow:0 22px 45px rgba(0,106,97,.16)}.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;padding:14px 23px;border-radius:16px;text-decoration:none;font-weight:800}.button-primary{background:#006a61;color:#fff}.button-secondary{background:#e9e8e4;color:#3e4947}.section{padding:70px 0}.section-soft{background:#f0efeb}.section h2{font-size:clamp(1.9rem,4vw,2.8rem);color:#006a61;margin:0 0 14px}.lead{font-size:1.1rem;color:#3e4947;max-width:760px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.card,.article-card,.editable-content{background:#fff;border:1px solid #e3e2df;border-radius:24px;padding:26px;box-shadow:0 10px 26px rgba(27,28,26,.05)}.card h3,.article-card h2{margin-top:0;color:#006a61}.page-hero{padding:58px 0 35px}.page-hero h1{font-size:clamp(2.2rem,5vw,3.8rem)}.content-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.editable-content img{max-width:100%;height:auto;border-radius:20px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{padding:0;overflow:hidden}.article-card img{width:100%;height:220px;object-fit:cover}.article-body{padding:24px}.article-meta{font-size:.86rem;color:#6e7a77}.article-body a{color:#006a61;font-weight:800;text-decoration:none}.article-single{max-width:850px}.article-single .cover{width:100%;max-height:520px;object-fit:cover;border-radius:28px;margin-bottom:28px}.empty{padding:34px;border-radius:22px;background:#efeeea}.contact-box{display:grid;grid-template-columns:1fr;gap:18px;align-content:start}.contact-item{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:start;background:#fff;padding:24px;border-radius:22px;border:1px solid #e3e2df;box-shadow:0 10px 28px rgba(27,28,26,.05)}.contact-item h2{font-size:1.45rem;margin:0 0 6px}.contact-item p{margin:0;overflow-wrap:anywhere}.contact-item a{color:#006a61}.contact-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#dff5f1;color:#006a61;font-size:1.45rem;font-weight:900}.site-footer{background:#e3e2df;padding:48px 0 24px;margin-top:70px}.footer-grid{display:flex;justify-content:space-between;gap:40px}.footer-grid div:last-child{display:flex;flex-direction:column;gap:8px}.copyright{text-align:center;color:#6e7a77;margin:34px 0 0}.alert{padding:14px 18px;border-radius:14px;background:#dcfce7;color:#166534;margin-bottom:20px}
@media(max-width:850px){.contact-layout{grid-template-columns:1fr}.menu-button{display:block}.main-nav{position:fixed;inset:72px 0 auto 0;display:none;flex-direction:column;align-items:stretch;padding:22px;background:#faf9f5;border-bottom:1px solid #e3e2df;box-shadow:0 20px 30px rgba(0,0,0,.08)}.main-nav.open{display:flex}.main-nav a{padding:14px;border-radius:12px}.hero-grid,.content-layout{grid-template-columns:1fr}.hero{padding:42px 0}.hero-photo,.content-photo{min-height:320px}.cards,.news-grid,.contact-box{grid-template-columns:1fr 1fr}.footer-grid{flex-direction:column}}
@media(max-width:560px){.cards,.news-grid,.contact-box{grid-template-columns:1fr}.section{padding:48px 0}.hero h1{font-size:2.5rem}.buttons{flex-direction:column}.button{justify-content:center}.hero-photo{min-height:270px}.article-card img{height:190px}}

.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem}.contact-form{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 15px 45px rgba(32,70,80,.1)}.contact-form label{display:grid;gap:.4rem;margin-bottom:1rem;font-weight:700}.contact-form input,.contact-form textarea{padding:.85rem;border:1px solid #ccd9dc;border-radius:12px;font:inherit}.notice{padding:1rem;border-radius:12px;margin:1rem 0}.notice.success{background:#d9f8e4}.notice.error{background:#ffe1e1}.hp{position:absolute;left:-9999px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.gallery-item{margin:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(32,70,80,.1)}.gallery-item img{width:100%;height:250px;object-fit:cover;display:block}.gallery-item figcaption{padding:1rem;font-weight:700}@media(max-width:800px){.contact-layout,.gallery-grid{grid-template-columns:1fr}}

@media(max-width:560px){.contact-item{grid-template-columns:44px 1fr;padding:20px;gap:14px}.contact-icon{width:44px;height:44px;border-radius:13px;font-size:1.15rem}.contact-form{padding:1.4rem}}
