:root{--accent: #57198A;--accent-grey: #A6A6A6;--bg: #ffffff;--text: #1f1f1f;--muted: #6b7280;--border: #e5e7eb;--container: 1200px;--header-h: 72px;--radius: 12px;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 8px 24px rgba(0,0,0,.08);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--h1: clamp(2rem, 5vw + 1rem, 3.5rem);--h2: clamp(1.5rem, 3.5vw + 1rem, 2.25rem);--h3: clamp(1.125rem, 2vw + 1rem, 1.5rem);--lead: clamp(1rem, 1.2vw + 1rem, 1.125rem)}*{box-sizing:border-box}html,body,#root{height:100%}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:linear-gradient(90deg,#d6d6d6,#fff 35% 100%)}p{text-align:justify}img{max-width:100%;display:block}a{color:#111;text-decoration:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--space-5)}.section{padding:clamp(56px,6vw,96px) 0}.section{scroll-margin-top:calc(var(--header-h) + 16px)}.section-header{margin-bottom:var(--space-6)}.section-title{font-size:clamp(1.85rem,2.2vw + 1rem,2.4rem);margin:0 0 var(--space-3);letter-spacing:-.2px}.section-subtitle{font-size:clamp(1.05rem,1.2vw + .9rem,1.25rem);color:var(--muted);margin:var(--space-3) 0 var(--space-2);font-weight:600}.section-subtitle+p{margin-top:0}.lead{font-size:var(--lead);color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:var(--radius);background:var(--accent);color:#fff;border:1px solid transparent;transition:box-shadow .2s,transform .1s}.btn:hover{box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(1px)}.grid{display:flex;flex-direction:column;gap:var(--space-5)}@media(min-width:768px){.grid-2{flex-direction:row}.grid-2>*{flex:1 1 0}}.hr{height:1px;background:var(--border);margin:var(--space-7) 0}footer{border-top:1px solid var(--border);padding:var(--space-6) 0}header.hero{position:relative;display:flex;align-items:center;min-height:clamp(420px,60vh,720px);color:#fff;background:url(/images/main/banner.jpg) center/cover no-repeat;padding-top:var(--header-h)}header.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#0000008c 60%),linear-gradient(90deg,#00000026,#0000 60%),color-mix(in oklab,var(--accent) 25%,transparent)}header.hero .container{position:relative;z-index:1}.hero-title{font-size:var(--h1);margin:0 0 var(--space-3)}.hero-subtitle{font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.35;max-width:46ch;margin:8px 0 var(--space-6);color:#f1f1f1;text-shadow:0 1px 2px rgba(0,0,0,.25)}.hero-cta{display:flex;gap:var(--space-4);flex-wrap:wrap}.hero .btn{background:#ffffff61;color:var(--accent)}.hero .btn:hover{background:#ffffff80}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.3px;color:#fff}.brand-dot{width:10px;height:10px;border-radius:50%;background:#fff;display:inline-block;box-shadow:0 0 0 3px color-mix(in oklab,var(--accent) 65%,transparent)}.section p{margin:0 0 var(--space-4)}.section-accent{padding-left:var(--space-4)}.section-accent li{margin:0 0 8px}.page-top-pad{height:var(--header-h)}.gallery-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.gallery-item{border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;background:#fff;aspect-ratio:4 / 3;border:0;padding:0;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover}.lightbox{position:fixed;inset:0;z-index:100;background:#000000db;display:flex;align-items:center;justify-content:center;padding:18px}.lightbox-inner{position:relative;width:min(1100px,100%);max-height:calc(100vh - 36px);display:grid;align-items:center}.lightbox-img{width:100%;height:auto;max-width:100%;max-height:calc(100vh - 36px);object-fit:contain;border-radius:var(--radius);background:#00000040;box-shadow:var(--shadow-md)}.lightbox-close{position:absolute;top:-10px;right:-10px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#00000073;color:#fff;cursor:pointer}.lightbox-close svg{width:20px;height:20px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#00000059;color:#fff;cursor:pointer}.lightbox-nav svg{width:22px;height:22px}.lightbox-prev{left:10px}.lightbox-next{right:10px}@media(max-width:899px){.lightbox-inner{max-height:calc(100vh - 36px)}.lightbox-prev{left:6px}.lightbox-next{right:6px}}.section-image{border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden;min-height:260px}.section-image img{width:100%;height:100%;object-fit:cover}.footer{color:var(--muted);background:#faf8ff}.footer a{color:var(--text)}.footer .social{display:flex;gap:12px;flex-wrap:wrap}.icon-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.icon-btn:hover{background:#f6f6f6}.reviews-carousel-shell{display:grid;gap:14px}.reviews-carousel{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);padding:clamp(18px,2.5vw,28px)}.review-card{display:grid;gap:14px}.review-text{margin:0;font-style:italic}.review-stars{display:inline-flex;gap:6px;align-items:center}.review-stars img{width:18px;height:18px;display:block}.review-meta{margin:0;color:var(--muted);font-weight:600}.review-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:10px}.review-nav{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:#fff;color:#111;cursor:pointer}.review-nav:hover{background:#f6f6f6}.review-nav svg{width:22px;height:22px}.review-dots{display:flex;align-items:center;justify-content:center;gap:8px}.review-dot{width:8px;height:8px;border-radius:999px;border:0;background:color-mix(in oklab,var(--accent) 25%,#0000);cursor:pointer}.review-dot.is-active{background:var(--accent);width:18px}.para-with-icon{display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center;margin:0 0 var(--space-4)}.para-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);opacity:.95}@media(min-width:900px){#intro .section-content>.grid{flex-wrap:wrap}#intro .para-with-icon{width:calc(33.333% - var(--space-6) * 2 / 3)}}.section-image-lg{min-height:230px}@media(min-width:900px){.grid-2>.section-image-lg{flex:.768 1 0}}@media(max-width:899px){.grid-2{flex-direction:column!important}.grid-2>*{flex:1 1 auto!important}.grid-2 .section-image{order:1}.grid-2 .reveal{order:2}}.cta-link{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:#111;position:relative}.cta-link svg{width:18px;height:18px}.cta-link:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.cta-link:hover:after{transform:scaleX(1)}.cta-link .cta-arrow{margin-left:2px}.site-header{position:fixed;inset:0 0 auto;height:var(--header-h);background:#ffffffd6;-webkit-backdrop-filter:saturate(1.6) blur(8px);backdrop-filter:saturate(1.6) blur(8px);border-bottom:1px solid var(--border);z-index:50}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--text)}.logo img{height:40px;width:auto;display:block}.logo-text{opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease;white-space:nowrap}.show-title .logo-text{opacity:1;transform:none}.logo-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);display:inline-block}.nav{display:none;gap:20px;align-items:center}.nav a{color:#111;font-weight:500;position:relative}.nav a:hover{opacity:.8}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.nav a:hover:after{transform:scaleX(1)}.nav .btn{color:#111;background:transparent;border:0;padding:0;font-weight:600}@media(min-width:900px){.nav{display:flex}}.hamburger{display:inline-flex;flex-direction:column;gap:5px;background:transparent;border:0;padding:8px}.hamburger span{width:22px;height:2px;background:#111;display:block;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:900px){.hamburger{display:none}}.nav-open{display:flex!important;position:absolute;top:var(--header-h);left:0;right:0;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 20px;flex-direction:column;gap:12px;border-bottom:1px solid var(--border)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:none}.img-reveal{opacity:0;transform:scale(.98);transition:opacity .6s ease,transform .6s ease}.img-reveal.in{opacity:1;transform:none}
