:root{
  --green:#004b39;--green-2:#00624b;--green-3:#e7f2ec;--gold:#d7a929;--ink:#14231f;--muted:#6c7873;--paper:#fbfbf8;--white:#fff;--line:#e2e6e1;--soft:#f4f6f2;--danger:#9b2f2f;--shadow:0 10px 30px rgba(16,48,39,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}.section-shell{width:min(1420px,92vw);margin-left:auto;margin-right:auto}
.site-header{height:76px;background:linear-gradient(90deg,#003f31,#005642);color:#fff;display:flex;align-items:center;padding:0 clamp(18px,4vw,58px);gap:26px;position:relative;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand img{width:54px;height:62px;object-fit:contain}.brand strong{display:block;font-size:21px;line-height:1.05;font-weight:900;letter-spacing:.02em}.brand small{display:block;margin-top:4px;font-size:11px;font-weight:700;color:#e0eee9}.site-header nav{display:flex;align-items:center;gap:24px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.site-header nav a{padding:29px 0 23px;border-bottom:3px solid transparent}.site-header nav a:hover,.site-header nav a.active{border-color:#fff}.menu-toggle{display:none;background:transparent;border:1px solid rgba(255,255,255,.45);color:#fff;border-radius:7px;padding:7px 10px;font-size:20px}
.home-hero{position:relative;height:540px;overflow:hidden;background:#123}.home-hero-media,.home-slide{position:absolute;inset:0;margin:0}.home-slide{opacity:0;transition:opacity .55s ease}.home-slide.is-active{opacity:1}.home-slide img{width:100%;height:100%;object-fit:cover}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,27,20,.78) 0%,rgba(0,30,22,.45) 38%,rgba(0,0,0,.10) 70%)}.home-hero-copy{position:relative;z-index:3;color:#fff;width:min(1420px,92vw);margin:auto;padding-top:92px}.home-hero-copy h1{font-size:clamp(50px,6vw,78px);line-height:.95;margin:0 0 8px;font-weight:900;letter-spacing:-.035em}.home-hero-copy h2{font-size:clamp(26px,3vw,40px);font-weight:400;margin:0 0 18px}.home-hero-copy p{max-width:520px;font-size:18px;line-height:1.6;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:7px;padding:0 18px;border:1px solid transparent;font-weight:900;text-transform:uppercase;letter-spacing:.02em;font-size:12px}.btn.solid{background:var(--green);color:#fff}.btn.solid:hover{background:var(--green-2)}.btn.outline{border-color:#fff;color:#fff;background:rgba(255,255,255,.06)}.small-btn{min-height:38px;padding:0 15px}.carousel-arrow{position:absolute;top:50%;z-index:8;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(0,0,0,.22);color:#fff;font-size:28px}.carousel-arrow.prev{left:20px}.carousel-arrow.next{right:20px}.dots{position:absolute;z-index:8;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:7px}.dot{width:10px;height:10px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.55)}.dot.is-active{background:#fff}
.home-hero:after{content:"";position:absolute;z-index:4;left:-3%;right:-3%;bottom:-22px;height:58px;background:var(--paper);border-radius:50% 50% 0 0/60% 60% 0 0}
.home-shortcuts{position:relative;z-index:5;margin-top:-3px;padding:36px 0 22px;display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.home-shortcuts a{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:132px;padding:20px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 5px 18px rgba(15,50,38,.04);transition:.18s}.home-shortcuts a:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.shortcut-icon{font-size:31px;color:var(--green);line-height:1;margin-bottom:13px}.home-shortcuts strong{font-size:14px}.home-shortcuts small{font-size:12px;color:var(--muted);margin-top:4px;line-height:1.35}
.home-section{padding:18px 0 25px}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title-row h2{margin:0;font-size:27px;line-height:1.1}.section-title-row a{color:var(--green);font-size:11px;font-weight:900;text-transform:uppercase}.section-title-row.compact h2{font-size:21px}.event-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.event-card-modern{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(13,45,35,.04);transition:.18s}.event-card-modern:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.event-photo{position:relative;height:185px;overflow:hidden;background:#dfe7e3}.event-photo img{width:100%;height:100%;object-fit:cover}.date-badge{position:absolute;top:10px;left:10px;background:#fff;color:var(--ink);border-radius:7px;min-width:48px;padding:5px;text-align:center;box-shadow:0 3px 9px rgba(0,0,0,.12)}.date-badge b{font-size:23px;line-height:1;display:block}.date-badge small{font-size:9px;font-weight:900;text-transform:uppercase}.event-card-body{padding:14px 15px 16px}.event-card-body h3,.event-card-body h2{font-size:17px;line-height:1.25;margin:0 0 10px}.event-card-body p{font-size:12px;color:var(--muted);margin:4px 0}.pill{display:inline-flex;margin-top:9px;background:var(--green-3);color:var(--green);font-size:9px;font-weight:900;border-radius:4px;padding:4px 7px}.detail-link{color:var(--green);font-size:12px;font-weight:900}
.home-triple{display:grid;grid-template-columns:1fr 1.15fr .72fr;gap:18px;padding:0 0 20px}.home-panel{background:#fff;border:1px solid var(--line);border-radius:11px;padding:16px;min-width:0}.news-list-modern{display:grid}.news-list-modern a{display:grid;grid-template-columns:64px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);align-items:center}.news-list-modern a:last-child{border-bottom:0}.news-list-modern img{width:64px;height:47px;object-fit:cover;border-radius:6px}.news-list-modern strong{font-size:12px;line-height:1.3}.news-list-modern small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.gallery-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gallery-mini-grid a{min-width:0}.gallery-mini-grid img{width:100%;height:76px;object-fit:cover;border-radius:7px}.gallery-mini-grid strong{display:block;font-size:11px;line-height:1.2;margin-top:5px}.gallery-mini-grid small{display:block;font-size:9px;color:var(--muted);margin-top:2px}.poll-home{background:linear-gradient(145deg,#fff,#edf6f0)}.poll-home h3{font-size:15px;line-height:1.4}.poll-preview{display:grid;gap:7px;margin:12px 0 16px;font-size:12px}.empty-copy,.empty-state{color:var(--muted);font-size:13px}.empty-state{grid-column:1/-1;background:#fff;border:1px dashed var(--line);padding:24px;border-radius:10px}
.newsletter{background:linear-gradient(90deg,#eef7f1,#f7faf8);border:1px solid #dce8e0;border-radius:11px;padding:16px 18px;margin-bottom:20px;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:20px}.newsletter>div{display:flex;align-items:center;gap:13px}.newsletter-icon{font-size:29px;color:var(--green)}.newsletter strong{display:block;font-size:17px}.newsletter small{display:block;color:var(--muted);font-size:11px}.newsletter form{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter input[type=email]{border:1px solid #ccd7d1;border-radius:7px;padding:11px 12px;background:#fff}.newsletter-message{grid-column:1/-1;margin:0;font-size:12px}.success-text{color:#26704c}.error-text{color:var(--danger)}
footer{background:linear-gradient(90deg,#004533,#005743);color:#e6f0ec;margin-top:28px}.footer-inner{width:min(1420px,92vw);margin:auto;padding:30px 0 24px;display:grid;grid-template-columns:1.2fr .85fr 1fr 1fr;gap:34px}.footer-inner>div{display:flex;flex-direction:column;gap:7px;font-size:12px}.footer-inner strong{font-size:13px;color:#fff}.footer-inner a:hover{color:#fff}.footer-brand{flex-direction:row!important;align-items:flex-start}.footer-brand img{width:60px;height:70px;object-fit:contain}.footer-brand>div{display:flex;flex-direction:column;gap:4px}.footer-brand>div>strong{font-size:19px}.footer-brand>div>span{font-weight:700}.footer-brand p{font-size:11px;color:#bcd3ca;margin:8px 0 0;max-width:220px}.footer-map-link{margin-top:8px;padding:9px 10px;background:#0e6b52;border-radius:6px;width:max-content;font-weight:800}.footer-bottom{width:min(1420px,92vw);margin:auto;border-top:1px solid rgba(255,255,255,.16);padding:12px 0 16px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#c8ddd5}
.listing-hero{background:#fff;border-bottom:1px solid var(--line);padding:34px 0 28px}.listing-hero h1{font-size:40px;margin:14px 0 5px}.listing-hero p{margin:0;color:var(--muted);max-width:700px}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:11px;color:var(--muted)}.breadcrumbs a{color:var(--green);font-weight:700}.tabs{display:flex;gap:8px;margin-top:22px}.tabs a{padding:8px 13px;border:1px solid var(--line);border-radius:7px;font-size:12px;font-weight:800}.tabs a.active{background:var(--green);color:#fff;border-color:var(--green)}.listing-section{padding:30px 0 50px}.listing-section .event-card-grid{grid-template-columns:repeat(3,1fr)}
.event-detail-page{padding-bottom:30px}.event-detail-head{padding:30px 0 18px}.event-title-row{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:18px}.event-date-large{background:var(--green);color:#fff;border-radius:9px;width:74px;height:74px;display:grid;place-items:center;align-content:center}.event-date-large b{font-size:29px;line-height:1}.event-date-large span{font-size:10px;font-weight:800;margin-top:4px}.event-title-row h1{font-size:38px;margin:0 0 7px}.event-meta{margin:0;color:var(--muted);font-size:13px}.status-badge{background:#dcefe4;color:#276b48;font-size:10px;font-weight:900;border-radius:999px;padding:7px 10px;text-transform:uppercase}.status-badge.past{background:#ecefed;color:#64706c}.event-visual img{width:100%;height:460px;object-fit:cover;border-radius:13px}.event-detail-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);gap:28px;padding-top:26px}.event-copy{max-width:none}.event-sidebar{display:grid;gap:16px;align-content:start}.info-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px}.info-card h3{margin:0 0 13px}.info-card dl{display:grid;grid-template-columns:90px 1fr;gap:8px 12px;margin:0;font-size:12px}.info-card dt{color:var(--muted)}.info-card dd{margin:0;font-weight:700}.map-card iframe{display:block;width:100%;height:220px;border:0;border-radius:7px;margin:10px 0}.map-card p{font-size:11px;color:var(--muted)}.map-card a{font-size:11px;color:var(--green);font-weight:900}.event-gallery-strip{margin-top:30px}.event-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.event-gallery-thumbs img{width:100%;height:100px;object-fit:cover;border-radius:7px}.registration-modern{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.registration-modern form{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.registration-modern label{display:grid;gap:6px;font-size:12px;font-weight:700}.registration-modern input,.registration-modern textarea,.registration-modern select{width:100%;padding:10px;border:1px solid #ccd7d1;border-radius:7px}.registration-modern .btn{width:max-content}
.business-listing-hero{background:linear-gradient(120deg,#f7faf8,#fff)}.business-browser{padding:24px 0 50px}.business-search{display:grid;grid-template-columns:1.4fr .8fr auto;gap:10px;margin-bottom:15px}.business-search input,.business-search select{border:1px solid var(--line);border-radius:7px;padding:11px 12px;background:#fff}.category-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.category-chips a{padding:8px 11px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:11px;font-weight:700}.category-chips a.active{background:var(--green);color:#fff}.category-chips small{opacity:.7}.business-list-modern{display:grid;gap:10px}.business-row-modern{display:grid;grid-template-columns:68px minmax(0,1fr) 180px auto;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px 15px;transition:.18s}.business-row-modern:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.business-logo{width:60px;height:60px;border-radius:50%;object-fit:contain;background:#f4f5f2;padding:5px}.business-logo.placeholder,.business-detail-logo.placeholder{display:grid;place-items:center;background:var(--green-3);color:var(--green);font-weight:900;font-size:24px}.business-main strong{display:block;font-size:15px}.business-main small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.business-contact{font-size:11px;color:var(--muted)}.business-add{margin-top:20px;border:1px solid var(--line);background:#eef6f1;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:13px;font-weight:800}.business-detail-head{padding:30px 0 18px}.business-title-wrap{display:flex;align-items:center;gap:16px;margin-top:16px}.business-detail-logo{width:74px;height:74px;border-radius:14px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:6px}.business-title-wrap h1{font-size:38px;margin:0}.business-detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.6fr);gap:28px;padding-bottom:50px}.business-cover{width:100%;height:390px;object-fit:cover;border-radius:12px;margin-bottom:22px}.business-contact-card{background:#f3f5f2;border-radius:11px;padding:18px;height:max-content}.business-contact-card h3{margin-top:0}.business-contact-card p{display:grid;gap:3px;border-bottom:1px solid #dde3de;padding:10px 0;margin:0;font-size:12px}.business-contact-card p:last-child{border-bottom:0}.business-contact-card span,.business-contact-card a{color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.service-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:13px}.service-card p{font-size:12px;color:var(--muted)}
.subpage-hero{background:linear-gradient(120deg,#f2f7f3,#fff);min-height:230px;display:flex;align-items:end;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.subpage-hero.has-image{min-height:330px;background-image:linear-gradient(90deg,rgba(0,52,39,.78),rgba(0,52,39,.25)),var(--hero);background-size:cover;background-position:center;color:#fff}.subpage-hero-inner{width:min(1420px,92vw);margin:auto;padding:40px 0}.subpage-hero h1{font-size:44px;margin:14px 0 7px}.subpage-hero p{max-width:760px;margin:0;color:inherit;opacity:.92}.subpage-hero time{font-size:12px}.subpage-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px;padding:36px 0 55px}.subpage-content{max-width:920px}.subpage-side{display:grid;align-content:start;gap:8px}.subpage-side>a{background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px}.subpage-side strong{display:block;font-size:13px}.subpage-side small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.rich-content{font-size:16px;line-height:1.78;color:#33453e}.rich-content h2,.rich-content h3{color:var(--ink);line-height:1.25}.rich-content h2{font-size:28px;margin-top:34px}.rich-content h3{font-size:21px;margin-top:27px}.rich-content img{max-width:100%;height:auto;border-radius:11px;margin:18px 0}.rich-content a{color:var(--green);text-decoration:underline}.rich-content blockquote{margin:22px 0;padding:14px 18px;border-left:4px solid var(--green);background:#f1f6f3}
.news-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-card-large{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.news-card-large img{width:100%;height:210px;object-fit:cover}.news-card-large>div{padding:15px}.news-card-large time{font-size:10px;color:var(--muted)}.news-card-large h2{font-size:19px;line-height:1.3}.news-card-large p{font-size:12px;color:var(--muted)}.gallery-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-card-large{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}.gallery-card-large img{width:100%;height:235px;object-fit:cover}.gallery-card-large>div{padding:14px}.gallery-card-large h2{font-size:18px;margin:4px 0}.gallery-card-large time,.gallery-card-large span{font-size:11px;color:var(--muted)}.gallery-public-grid{padding:30px 0 50px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-public-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.gallery-public-grid img{width:100%;height:280px;object-fit:cover}.gallery-public-grid figcaption{padding:10px 12px;font-size:11px;color:var(--muted)}
.public-form,.page-shell{width:min(780px,92vw);margin:42px auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px}.public-form.wide,.page-shell{width:min(1100px,92vw)}.public-form h1{font-size:32px}.public-form form{display:grid;gap:13px}.public-form label{display:grid;gap:6px;font-size:12px;font-weight:700}.public-form input,.public-form textarea,.public-form select{width:100%;padding:10px 11px;border:1px solid #ccd7d1;border-radius:7px}.choice-group{display:flex;gap:12px;flex-wrap:wrap}.choice-group input{width:auto}.poll-option{display:flex!important;align-items:center;gap:8px!important}.poll-option input{width:auto}.alert{padding:11px 13px;border-radius:8px;margin:12px 0}.alert.success{background:#dff3e5;color:#23643b}.alert.error{background:#ffe3e3;color:#8d2020}.hp{position:absolute!important;left:-9999px!important}.related-link a{color:var(--green);font-weight:800}
@media(max-width:1100px){.site-header nav{gap:13px;font-size:10px}.home-shortcuts{grid-template-columns:repeat(3,1fr)}.event-card-grid{grid-template-columns:repeat(2,1fr)}.home-triple{grid-template-columns:1fr 1fr}.poll-home{grid-column:1/-1}.listing-section .event-card-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.business-row-modern{grid-template-columns:68px 1fr auto}.business-contact{display:none}}
@media(max-width:780px){.site-header{height:70px;padding:0 18px}.brand img{width:46px;height:54px}.brand strong{font-size:17px}.menu-toggle{display:block}.site-header nav{position:absolute;left:0;right:0;top:70px;background:#004b39;padding:10px 18px 18px;display:none;flex-direction:column;align-items:stretch;gap:0}.site-header nav.open{display:flex}.site-header nav a{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.12)}.home-hero{height:500px}.home-hero-copy{padding-top:90px}.home-hero-copy h1{font-size:48px}.home-hero-copy h2{font-size:26px}.home-shortcuts{grid-template-columns:repeat(2,1fr);gap:10px}.home-triple,.newsletter{grid-template-columns:1fr}.event-card-grid,.listing-section .event-card-grid,.news-card-grid,.gallery-card-grid{grid-template-columns:1fr}.gallery-mini-grid{grid-template-columns:repeat(2,1fr)}.newsletter form{grid-template-columns:1fr}.event-detail-grid,.business-detail-grid,.subpage-layout{grid-template-columns:1fr}.event-title-row{grid-template-columns:auto 1fr}.status-badge{grid-column:1/-1;width:max-content}.event-visual img{height:300px}.event-gallery-thumbs{grid-template-columns:repeat(2,1fr)}.registration-modern form{grid-template-columns:1fr}.business-search{grid-template-columns:1fr}.business-row-modern{grid-template-columns:58px 1fr}.business-row-modern .detail-link{grid-column:2}.business-logo{width:52px;height:52px}.business-add{align-items:flex-start;flex-direction:column}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.gallery-public-grid{grid-template-columns:1fr}.subpage-hero h1{font-size:36px}.business-title-wrap h1,.event-title-row h1{font-size:31px}.service-grid{grid-template-columns:1fr}}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.qr-card{display:grid;place-items:center;gap:10px;background:#f4f7f5;border:1px solid var(--line);border-radius:11px;padding:18px;margin:18px 0}.qr-card img{width:min(280px,80vw);height:auto}.qr-card code{font-size:10px;word-break:break-all;color:var(--muted)}.poll-results{margin-top:20px;border-top:1px solid var(--line);padding-top:14px}.newsletter-consent{grid-column:1/-1!important;display:flex!important;align-items:flex-start!important;gap:8px!important;font-size:10px!important;color:var(--muted)!important}.newsletter-consent input{width:auto!important;margin-top:2px}@media(max-width:780px){.form-grid{grid-template-columns:1fr}}
.search-link{font-size:20px!important;padding-left:4px!important;padding-right:4px!important}.site-search-form{display:grid;grid-template-columns:1fr auto;gap:9px;max-width:720px;margin-top:20px}.site-search-form input{border:1px solid var(--line);border-radius:7px;padding:11px 12px}.search-results{display:grid;gap:9px}.search-results>a{background:#fff;border:1px solid var(--line);border-radius:9px;padding:14px 15px}.search-results strong{display:block;margin:6px 0;font-size:16px}.search-results small{color:var(--muted)}@media(max-width:780px){.site-search-form{grid-template-columns:1fr}}
