@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #e9f2ff;--surface: #ffffff;--panel: #d9e9ff;--highlight: #cfe4ff;--accent: #7fb8ff;--accent-strong: #4b7ed6;--gold-text: #d4af37;--button: #5aa3ff;--text: #0b1d3a;--text-muted: #2f466a}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;font-family:Poppins,system-ui,sans-serif;background:radial-gradient(circle at top right,rgba(127,184,255,.35),transparent 50%),var(--bg);color:var(--text)}#root{min-height:100vh}.page{max-width:1100px;margin:0 auto;padding:3rem 1.25rem 4rem;display:flex;flex-direction:column;gap:2.5rem}@media(max-width:768px){.page{padding:2.5rem 1rem 3rem}}.site-header{border-radius:28px;border:1px solid rgba(127,184,255,.25);background:linear-gradient(120deg,#fffffff2,#ddecffe6),var(--panel);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 18px 40px #0f1b1526}.header__brand p{margin:0;font-size:.9rem;color:var(--text-muted)}.header__brand .eyebrow{color:var(--gold-text)}.header__nav{display:flex;gap:1rem}.header__nav a{color:var(--text);text-decoration:none;font-weight:500;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;border-bottom:1px solid transparent;padding-bottom:.1rem}.header__nav a:hover{border-color:var(--accent)}.header__cta{padding:.65rem 1.2rem}.site-header nav,.header__cta{flex-shrink:0}@media(max-width:768px){.site-header{flex-direction:column;align-items:flex-start}.header__cta{align-self:stretch;text-align:center}.header__nav{flex-wrap:wrap;gap:.5rem}}.hero{background:linear-gradient(135deg,#ffffffd9,#7fb8ff40),var(--surface);border:1px solid rgba(75,126,214,.2);border-radius:24px;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:center;box-shadow:0 35px 60px #0f1b1526}.hero__media{height:420px;overflow:hidden;border-radius:18px}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:18px;border:1px solid rgba(255,255,255,.05)}.hero__info h1{margin:.25rem 0;font-size:clamp(2.4rem,4vw,3rem);color:var(--gold-text)}.hero__lead{color:var(--text-muted);line-height:1.7}.eyebrow{margin:0;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin:1.25rem 0;font-size:.95rem}.contact dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.contact dd{margin:.1rem 0 0;font-weight:600}.cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.4rem;border-radius:999px;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff8c4259}.description,.benefits,.gallery{background:var(--panel);border-radius:24px;border:1px solid rgba(42,124,68,.15);padding:2rem;box-shadow:0 25px 45px #0f1b1526}.description h2,.benefits h2,.gallery h2,.contact-card h2{margin-top:0;margin-bottom:1rem;font-size:1.6rem;color:var(--accent-strong)}.description p{margin:0;color:var(--text-muted);line-height:1.75}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-card{background:var(--surface-muted);border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.04)}.info-card h3{margin-top:0;margin-bottom:.75rem;font-size:1.2rem}.info-card p{margin:0;color:var(--text-muted);line-height:1.6}.benefits ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.benefits li{padding:.75rem 1rem;border-radius:14px;border:1px solid rgba(42,124,68,.2);background:linear-gradient(150deg,#ffffffe6,#fffde8b3);color:var(--text)}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.15rem}.gallery__item{border-radius:16px;overflow:hidden;background:transparent;border:none;display:flex;flex-direction:column}.gallery__item img{width:100%;height:auto;object-fit:contain;display:block}.gallery__item figcaption{margin:0;padding:.75rem .85rem;font-size:.85rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.carousel{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--panel);border-radius:22px;padding:1.2rem;border:1px solid rgba(255,255,255,.15);box-shadow:0 25px 40px #00000080}.carousel__stage{flex:1;display:flex;justify-content:center;align-items:center}.carousel__main{flex:2;display:flex;justify-content:center;align-items:center}.carousel__stage img{max-width:100%;max-height:360px;border-radius:18px;border:1px solid rgba(255,255,255,.2);object-fit:contain}.carousel__side{flex:0 0 110px;background:var(--panel);border-radius:14px;border:1px solid rgba(93,162,119,.4);padding:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.carousel__side img{width:100%;height:auto;object-fit:cover;border-radius:10px;max-height:110px}@media(max-width:768px){.carousel{flex-direction:column;padding:.8rem}.carousel__stage{flex-direction:column;gap:.5rem}.carousel__side{flex:0 0 auto;width:80%}.carousel__main img{max-height:220px}.carousel__button{width:36px;height:36px}}.carousel__button{width:44px;height:44px;border-radius:999px;border:none;background:var(--accent);color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.carousel__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000059}.contact-card{background:var(--surface);border-radius:22px;padding:2rem;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 45px #0000008c;display:flex;flex-direction:column;gap:.8rem}.contact-card h2{margin:0}.contact-card__hours{margin:0;font-weight:600;color:var(--text)}@media(max-width:600px){.hero,.description,.benefits,.gallery{padding:1.5rem}}@media(max-width:900px){.site-header{flex-direction:column;align-items:flex-start}.header__nav{flex-wrap:wrap;gap:.75rem}}.gallery__cta-row{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.gallery__cta-row p{margin:0;color:var(--text-muted);font-weight:500}.gallery__cta{background:var(--accent-strong)}.gallery-page{min-height:100vh;padding:2.5rem 1.25rem 4rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.gallery-page__content{display:flex;flex-direction:column;gap:1.5rem}.site-header.gallery-header{border-radius:28px;border:1px solid rgba(127,184,255,.4);background:linear-gradient(120deg,#ffffffe6,#ddecfff2),var(--panel);box-shadow:0 25px 45px #0f1b152e}.gallery-intro{background:var(--panel);border-radius:26px;border:1px solid rgba(42,124,68,.2);padding:2rem;box-shadow:0 20px 45px #0f1b151f}.gallery-intro h1{margin-top:.5rem;color:var(--gold-text);font-size:clamp(2rem,3vw,2.6rem)}.gallery-intro p{margin:.85rem 0 1.2rem;line-height:1.8;color:var(--text-muted)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.gallery-grid__item{border-radius:18px;overflow:hidden;border:1px solid rgba(75,126,214,.2);background:var(--surface);box-shadow:0 15px 30px #0f1b151a}.gallery-grid__item img{width:100%;height:200px;object-fit:cover;display:block}.gallery-lightbox{position:fixed;inset:0;background:#050810bf;z-index:60;display:flex;justify-content:center;align-items:center;padding:1.5rem}.gallery-lightbox img{max-width:90%;max-height:90%;border-radius:18px;box-shadow:0 40px 80px #0009}.gallery-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:#000000a6;border:none;width:40px;height:40px;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 10px 20px #0006}.header__nav .is-active{font-weight:600;border-bottom-color:var(--accent)}@media(max-width:768px){.gallery-page{padding:2rem 1rem 3rem}.gallery-grid__item img{height:180px}}
