.gallery-grid img,.video-wrap video{width:100%;box-shadow:0 6px 18px rgba(0,0,0,.1)}:root{--bg:#f4f7f9;--brand:#007b9c;--brand-dark:#005f73;--text:#0f172a;--white:#ffffff;--shadow:0 8px 24px rgba(0,0,0,0.08);--radius:12px}*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--text)}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.site-header{background:var(--brand);color:var(--white)}.site-title{margin:0;font-size:clamp(1.4rem, 2.5vw, 2rem)}.site-subtitle{margin:6px 0 0;opacity:.95}.site-nav{background:var(--brand-dark);position:sticky;top:0;z-index:20}.nav-inner{display:flex;align-items:center;gap:12px;padding:10px 0}.nav-link,.nav-toggle{background:0 0;color:var(--white);padding:10px 12px;font-weight:700}.nav-toggle{display:none;border:1px solid rgba(255,255,255,.35);border-radius:10px;cursor:pointer}.nav-links{display:flex;align-items:center;justify-content:center;gap:10px;flex:1;flex-wrap:wrap}.nav-link{border:0;cursor:pointer;border-radius:10px}.btn-primary,.legal-summary{font-weight:800;cursor:pointer}.nav-link:focus-visible,.nav-link:hover{outline:0;background:rgba(255,255,255,.15)}.nav-link.active{background:rgba(255,255,255,.25)}.site-main{padding:18px 0 24px}.content{min-height:520px;position:relative;z-index:1;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-image .35s ease-in-out;padding:clamp(14px,2vw,22px);background-color:rgba(255,255,255,.92);background-blend-mode:normal}.section-title{color:var(--brand);margin:0 0 10px;font-size:clamp(1.2rem, 2vw, 1.6rem)}.text-block{max-width:70ch;line-height:1.6;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.gallery-grid img{height:220px;object-fit:cover;border-radius:12px}.video-wrap{margin-top:14px}.video-wrap video{height:auto;border-radius:12px}.site-footer{background:var(--brand);color:var(--white);text-align:center;padding:12px 0}.legal,.useful-links{padding:18px 0;text-align:center}.legal{background:#f0f0f0;font-size:14px;line-height:1.6}.legal-summary::marker{display:none}.useful-links{background:#e0e0e0}.useful-title{margin:0 0 10px}.useful-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.useful-list a{color:#003b46;font-weight:700;text-decoration:none}.useful-list a:hover{text-decoration:underline}.sep{opacity:.55}.site-header{background:var(--brand);color:var(--white);padding:24px 0}.site-header .container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.email-link{text-decoration:none;display:inline-block;margin-top:16px}.btn-primary{padding:12px 22px;border-radius:12px;border:none;background:var(--brand);color:#fff;font-size:15px}.btn-primary:hover{background:var(--brand-dark)}@media (max-width:780px){.nav-toggle{display:inline-flex}.nav-links{display:none;width:100%;justify-content:flex-start;flex-direction:column;align-items:stretch;gap:6px;padding:10px 0 0}.nav-links.open{display:flex}.nav-link{text-align:left;width:100%}.content{min-height:480px}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:200px}}.legal-summary::-webkit-details-marker{display:none}