@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=DynaPuff:wght@500;600;700&family=Fredoka:wght@500;600;700&family=Nunito:wght@400;700;800;900&display=swap";:root{--sky: #d9f5ff;--ink: #29204d;--pink: #ff88aa;--mint: #95ebd4;--yellow: #ffe479;--blue: #8fdaf8;--lilac: #d8c7ff;--white: #ffffff;--soft: #f8fcff;--shadow: #29204d;--hero-font: "DynaPuff", "Baloo 2", "Nunito", system-ui, sans-serif;--heading-font: "Baloo 2", "Nunito", system-ui, sans-serif;--radius-lg: 30px;--radius-md: 22px;--max: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#d9f5ffcc,#f2fbfff2 52%,#d9f5ffeb),var(--sky);font-family:Nunito,system-ui,sans-serif;font-size:18px;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main{position:relative;z-index:1}.site-header{position:sticky;top:18px;z-index:20;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:18px;width:min(calc(100% - 28px),var(--max));margin:18px auto 0;padding:10px 14px;border:2px solid var(--ink);border-radius:999px;background:#ffffffeb;box-shadow:0 6px 0 0 var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wordmark{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:clamp(132px,16vw,190px);min-width:132px;padding-bottom:.16rem;font-family:Fredoka,system-ui,sans-serif;font-weight:700;line-height:.95}.wordmark img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 2px 0 rgba(41,32,77,.16))}.wordmark small{margin-top:-2px;color:var(--ink);font-family:Nunito,system-ui,sans-serif;font-size:clamp(.56rem,.95vw,.74rem);font-weight:900;letter-spacing:.1em;line-height:1;text-transform:uppercase}.site-header nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;margin-left:auto;scrollbar-width:none}.site-header nav::-webkit-scrollbar{display:none}.site-header nav a{padding:.55rem 1rem;border-radius:999px;font-weight:900;white-space:nowrap}.site-header nav a:hover,.site-header nav a.active{background:var(--yellow)}.nav-toggle{display:none;place-items:center;width:44px;height:44px;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);color:var(--ink);box-shadow:0 4px 0 0 var(--shadow);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.72rem 1.25rem;border:2px solid var(--ink);border-radius:999px;color:var(--ink);font-weight:900;line-height:1.1;box-shadow:0 5px 0 0 var(--shadow);transform:translateZ(0);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.button:hover{transform:translateY(-3px);box-shadow:0 8px 0 0 var(--shadow);filter:saturate(1.06)}.button:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.button-pink{background:var(--pink)}.button-mint{background:var(--mint)}.button-yellow{background:var(--yellow)}.button-white{background:var(--white)}.lightbox-trigger{position:relative;display:block;width:100%;height:100%;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:0;cursor:zoom-in}.lightbox-trigger img{width:100%;height:100%}.lightbox-cue{position:absolute;right:.7rem;bottom:.7rem;display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);color:var(--ink);box-shadow:0 4px 0 0 var(--shadow);opacity:0;transform:translateY(4px) scale(.94);transition:opacity .18s ease,transform .18s ease}.lightbox-trigger:hover .lightbox-cue,.lightbox-trigger:focus-visible .lightbox-cue{opacity:1;transform:translateY(0) scale(1)}.lightbox-open{overflow:hidden}.lightbox-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:clamp(.8rem,3vw,2rem);background:#29204db8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-panel{position:relative;display:grid;gap:.8rem;width:min(100%,1080px);max-height:calc(100vh - 2rem);padding:clamp(.65rem,2vw,1rem);border:2px solid var(--ink);border-radius:30px;background:var(--white);box-shadow:0 9px 0 0 var(--shadow)}.lightbox-panel img{width:100%;max-height:min(78vh,900px);border:2px solid var(--ink);border-radius:22px;object-fit:contain;background:var(--sky)}.lightbox-panel p{margin:0;padding-inline:.4rem;font-family:var(--heading-font);font-size:clamp(1.15rem,2vw,1.55rem);font-weight:800;line-height:1.1}.lightbox-close{position:absolute;top:-14px;right:-10px;z-index:2;display:grid;place-items:center;width:48px;height:48px;border:2px solid var(--ink);border-radius:50%;background:var(--pink);color:var(--ink);box-shadow:0 5px 0 0 var(--shadow);cursor:pointer}.hero,.page-hero,.section,.visit-cta{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);min-height:calc(100vh - 132px);padding:clamp(3.4rem,8vw,6.8rem) 0 3.2rem}.hero-copy h1,.page-title{width:fit-content;margin:0;max-width:12.5ch;padding:.08em .1em .12em;font-family:var(--hero-font);font-size:clamp(3rem,6.7vw,5.8rem);font-weight:800;line-height:1.02;letter-spacing:0;overflow-wrap:normal;text-wrap:balance;color:var(--pink);background:none;-webkit-text-fill-color:currentColor;-webkit-text-stroke:1.6px var(--ink);paint-order:stroke fill;text-shadow:2px 2px 0 var(--ink),5px 5px 0 rgba(41,32,77,.22)}.hero-copy h1{max-width:min(100%,560px);padding:.08em .1em .02em;font-weight:700;line-height:1.08;background:none;-webkit-text-fill-color:currentColor;-webkit-text-stroke:1px var(--ink);text-shadow:0 3px 0 rgba(41,32,77,.2),0 .08em 0 rgba(255,255,255,.46)}.page-title .highlight{color:#ff76a4;background:none;-webkit-text-fill-color:currentColor;-webkit-text-stroke:1.6px var(--ink);text-shadow:2px 2px 0 var(--ink),5px 5px 0 rgba(41,32,77,.22)}.hero-title-rest{display:block}.hero-logo{display:block;width:min(100%,540px);height:auto;margin-inline:-.2rem auto;filter:drop-shadow(0 5px 0 rgba(41,32,77,.16))}.hero-title-rest{margin-top:.08em;color:var(--ink);font-family:var(--heading-font);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.04;-webkit-text-stroke:0;text-shadow:none}.hero-lead,.page-hero p{max-width:680px;margin:1.6rem 0 0;font-size:clamp(1.08rem,1.8vw,1.32rem);font-weight:800}.walk-in-badge{display:inline-flex;width:fit-content;margin:1.2rem 0 0;padding:.45rem .9rem;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);font-family:var(--heading-font);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;line-height:1.1;box-shadow:0 5px 0 0 var(--shadow)}.booking-reminder{max-width:620px;margin:.75rem 0 0;color:#4b456a;font-size:.98rem;font-weight:900}.hero-highlights{display:none}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.party-contact-actions .button{min-width:12.2rem}.hero-gallery{display:grid;grid-template-columns:1fr .88fr;grid-template-rows:280px 280px;gap:16px;transform:rotate(1.2deg);animation:panel-float 8s ease-in-out infinite}.hero-gallery img,.hero-gallery .lightbox-trigger,.feature-photo,.page-hero .lightbox-trigger,.page-hero img,.visit-cta .lightbox-trigger,.visit-cta img,.zone-card img,.event-card img{width:100%;height:100%;border:2px solid var(--ink);border-radius:var(--radius-lg);object-fit:cover;box-shadow:0 8px 0 0 var(--shadow);overflow:hidden}.lightbox-trigger>img{border:0;border-radius:inherit;box-shadow:none}.hero-gallery .lightbox-trigger,.animal-photos .lightbox-trigger,.feature-photo,.page-hero .lightbox-trigger,.visit-cta .lightbox-trigger{transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}@media(hover:hover){.zone-card:hover,.about-value-grid article:hover,.reason-list article:hover,.event-card:hover,.synced-event-card:hover,.step-card:hover,.crew-card:hover,.calendar-fallback article:hover{transform:translateY(-4px);box-shadow:0 9px 0 0 var(--shadow)}.hero-gallery .lightbox-trigger:hover,.animal-photos .lightbox-trigger:hover,.feature-photo:hover,.page-hero .lightbox-trigger:hover,.visit-cta .lightbox-trigger:hover{transform:translateY(-4px) rotate(.4deg);box-shadow:0 10px 0 0 var(--shadow);filter:saturate(1.05)}}.hero-gallery .lightbox-trigger:first-child{grid-row:span 2}.hero-gallery .lightbox-trigger:nth-child(2) img{object-position:52% 34%}.hero-gallery .lightbox-trigger:nth-child(3) img{object-position:55% 56%}.mascot-layer{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.mascot{position:absolute;display:grid;place-items:center;font-family:Fredoka,system-ui,sans-serif;font-weight:700;color:var(--ink);opacity:.24;filter:drop-shadow(0 5px 0 rgba(41,32,77,.15))}.cloud{color:var(--white);-webkit-text-stroke:2px var(--ink);font-size:clamp(5rem,10vw,8rem)}.star,.sparkle{color:var(--yellow);-webkit-text-stroke:2px var(--ink);font-size:clamp(3.4rem,7vw,5rem)}.cloud-one{top:18%;left:-28px}.cloud-two{right:-26px;bottom:18%}.star-one{top:36%;right:4%}.sparkle-one{left:3%;bottom:5%}.marquee{margin:0 auto 4.2rem;border-block:2px solid var(--ink);background:var(--yellow);overflow:hidden;box-shadow:0 5px 0 0 var(--shadow)}.marquee-track{display:flex;width:max-content;animation:scroll 28s linear infinite}.marquee span{display:inline-flex;align-items:center;gap:.45rem;padding:.85rem 1.3rem;font-family:var(--heading-font);font-size:1.3rem;font-weight:700;white-space:nowrap}.walk-in-panel{width:min(calc(100% - 32px),var(--max));margin:-1rem auto 4rem;padding:clamp(1.35rem,4vw,2rem);border:2px solid var(--ink);border-radius:32px;background:var(--white);box-shadow:0 8px 0 0 var(--shadow)}.walk-in-panel h2{max-width:840px;margin:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1}.walk-in-panel p{max-width:880px;margin:.9rem 0 0;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:900}.walk-in-points{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.walk-in-points span{display:inline-flex;padding:.4rem .75rem;border:2px solid rgba(41,32,77,.22);border-radius:999px;background:var(--soft);font-weight:900}@keyframes scroll{to{transform:translate(-33.333%)}}@keyframes panel-float{0%,to{translate:0 0}50%{translate:0 -9px}}.section{padding:clamp(3.3rem,8vw,6.5rem) 0}.opening-section,.food-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);align-items:center;gap:clamp(2rem,5vw,4rem)}.opening-placeholder,.menu-note,.party-details-grid article,.price-card{border:2px solid var(--ink);border-radius:28px;background:var(--white);box-shadow:0 6px 0 0 var(--shadow)}.opening-placeholder,.menu-note{padding:1.25rem}.opening-placeholder h3,.menu-note h3,.party-details-grid h2,.price-card h2{margin:0;line-height:1}.opening-placeholder p,.menu-note p{margin:.6rem 0 0;font-weight:900}.opening-list{display:grid;gap:.8rem;margin:1rem 0 0}.opening-list div{padding:.9rem;border-radius:18px;background:var(--soft)}.opening-list dd{margin:.15rem 0 0;font-weight:900}.contact-inline{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.contact-inline a{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border:2px solid rgba(41,32,77,.2);border-radius:999px;background:var(--yellow);font-weight:900}.food-section{align-items:start}.menu-summary{display:grid;gap:1rem}.menu-summary article+article{padding-top:1rem;border-top:2px solid rgba(41,32,77,.14)}.menu-summary ul{display:grid;gap:.4rem;margin:.75rem 0 0;padding-left:1.2rem}.menu-summary li{font-weight:900;line-height:1.35}.menu-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.menu-images figure{display:grid;gap:.55rem;min-width:0;margin:0}.menu-images img{width:100%;aspect-ratio:4 / 5.62;border:2px solid var(--ink);border-radius:24px;background:var(--white);object-fit:cover;object-position:top;box-shadow:0 6px 0 0 var(--shadow)}.menu-images span{justify-self:start;padding:.28rem .68rem;border:2px solid var(--ink);border-radius:999px;background:var(--mint);font-weight:900;box-shadow:0 4px 0 0 var(--shadow)}.food-gallery-wrap{grid-column:1 / -1;min-width:0}.animal-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(2rem,5vw,4rem)}.animal-points{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.animal-points span{display:inline-flex;padding:.35rem .75rem;border:2px solid var(--ink);border-radius:999px;background:var(--white);font-weight:900;box-shadow:0 4px 0 0 var(--shadow)}.animal-photos{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:240px 220px;gap:16px}.animal-photos img{width:100%;height:100%;border:2px solid var(--ink);border-radius:var(--radius-lg);object-fit:cover;box-shadow:0 7px 0 0 var(--shadow)}.animal-photos img:first-child{grid-column:1 / -1}.calendar-section{display:grid;gap:1.4rem;scroll-margin-top:128px}.calendar-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem}.calendar-head .section-intro{margin-bottom:0}.calendar-frame,.calendar-fallback,.mobile-calendar-summary{border:2px solid var(--ink);border-radius:32px;background:var(--white);box-shadow:0 7px 0 0 var(--shadow);overflow:hidden}.calendar-frame iframe{display:block;width:100%;min-height:620px;border:0;background:var(--white)}.mobile-calendar-summary{display:none;padding:1rem}.custom-events-summary{display:block}.mobile-calendar-top{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:center;padding:.8rem;border-radius:22px;background:var(--soft)}.mobile-calendar-top svg{color:var(--pink);stroke-width:2.8}.mobile-calendar-top h3,.mobile-calendar-list h4{margin:0;font-family:var(--heading-font);line-height:1}.mobile-calendar-top h3{font-size:1.55rem}.mobile-calendar-top p,.mobile-calendar-list p,.mobile-calendar-empty{margin:.2rem 0 0;font-weight:800}.mobile-calendar-list{display:grid;gap:.7rem;margin-top:.9rem}.mobile-calendar-list article{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;padding:.8rem;border:2px solid rgba(41,32,77,.2);border-radius:20px;background:var(--white)}.mobile-date-chip{display:grid;justify-items:center;align-content:center;min-width:58px;min-height:58px;border:2px solid var(--ink);border-radius:18px;background:var(--yellow);line-height:1}.mobile-date-chip strong{font-family:Fredoka,system-ui,sans-serif;font-size:1.55rem}.mobile-date-chip span{font-size:.78rem;font-weight:900;text-transform:uppercase}.mobile-calendar-empty{padding:1rem}.mobile-calendar-actions{display:grid;gap:.75rem;margin-top:1rem}.calendar-fallback{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.1rem}.calendar-fallback article{min-height:190px;padding:1rem;border:2px solid rgba(41,32,77,.22);border-radius:24px;background:var(--soft)}.calendar-fallback svg{color:var(--pink);stroke-width:2.8}.calendar-fallback h3{margin:.8rem 0 .3rem;font-size:1.5rem;line-height:1}.calendar-fallback p{margin:0}.section-intro{max-width:720px;margin-bottom:2.2rem}.section-intro.center{margin-inline:auto;text-align:center}.mini-label{display:inline-flex;margin-bottom:.65rem;padding:.35rem .8rem;border:2px solid var(--ink);border-radius:999px;background:var(--mint);font-weight:900;box-shadow:0 4px 0 0 var(--shadow)}h2,h3,dt{font-family:var(--heading-font)}.section-intro h2,.visit-cta h2,.event-note h2{margin:0;font-size:clamp(2.25rem,5vw,4.3rem);line-height:1;font-weight:800}.section-intro p,.visit-cta p,.event-note p{margin:1rem 0 0;font-size:1.14rem;font-weight:800}.zone-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.zone-card{display:grid;grid-template-rows:auto 1fr;gap:1rem;padding:18px;border:2px solid var(--ink);border-radius:var(--radius-lg);background:var(--white);box-shadow:0 6px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.zone-card img{aspect-ratio:4 / 3;min-height:0;max-height:260px;box-shadow:none;object-position:center}.zone-card svg,.reason-list svg,.step-card svg{color:var(--pink);stroke-width:2.8}.zone-card h3,.reason-list h3{margin:.6rem 0 .35rem;font-size:1.75rem;line-height:1}.zone-card p,.reason-list p,.step-card p,.event-card p{margin:0}.split-section,.page-hero,.visit-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);align-items:center;gap:clamp(2rem,5vw,4rem)}.reverse{grid-template-columns:minmax(300px,.85fr) minmax(0,1fr)}.feature-photo{aspect-ratio:4 / 5;max-height:640px;object-position:center}.reason-list{display:grid;gap:1rem}.reason-list article{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1rem;border:2px solid var(--ink);border-radius:24px;background:var(--white);box-shadow:0 5px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.crew-section{text-align:center}.crew-section .section-intro{margin-inline:auto}.crew-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.crew-card{padding:clamp(1.4rem,4vw,2rem);border:2px solid var(--ink);border-radius:var(--radius-lg);box-shadow:0 7px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.crew-card span{display:grid;place-items:center;width:92px;height:92px;margin:0 auto 1rem;border:2px solid var(--ink);border-radius:50%;background:var(--white);font-size:3.2rem}.crew-card h3{margin:0;font-size:2rem}.crew-card p{margin:.25rem 0 0;font-weight:900}.crew-card.pink{background:var(--pink)}.crew-card.mint{background:var(--mint)}.crew-card.yellow{background:var(--yellow)}.visit-cta{margin-block:3rem 5rem;padding:clamp(1.3rem,4vw,2rem);border:2px solid var(--ink);border-radius:34px;background:var(--white);box-shadow:0 8px 0 0 var(--shadow)}.visit-cta img{aspect-ratio:1 / 1;box-shadow:none;object-position:center 28%}.page-hero{min-height:calc(100vh - 150px);padding:clamp(3.2rem,7vw,6rem) 0 3rem}.page-hero.compact{min-height:auto;padding:clamp(2.4rem,5vw,4.5rem) 0 clamp(2.4rem,5vw,4rem)}.about-hero{min-height:auto;padding:clamp(2.8rem,6vw,5rem) 0 clamp(2.6rem,5vw,4.4rem)}.about-photo-stack{display:grid;grid-template-columns:1fr .84fr;gap:16px;align-items:end}.about-photo-stack img{width:100%;border:2px solid var(--ink);border-radius:var(--radius-lg);object-fit:cover;box-shadow:0 8px 0 0 var(--shadow)}.about-photo-stack img:first-child{aspect-ratio:4 / 5}.about-photo-stack img:last-child{aspect-ratio:4 / 5;transform:translateY(2.2rem) rotate(1.5deg)}.about-story{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(1.5rem,4vw,3rem);align-items:stretch}.story-panel,.story-note{border:2px solid var(--ink);border-radius:34px;background:var(--white);box-shadow:0 7px 0 0 var(--shadow)}.story-panel{padding:clamp(1.4rem,4vw,2.4rem)}.story-panel h2{margin:0;font-size:clamp(2.2rem,4.4vw,4rem);line-height:.98}.story-panel p{margin:1rem 0 0;font-weight:800}.story-note{display:grid;align-content:center;justify-items:center;padding:2rem;text-align:center;background:radial-gradient(circle at 50% 8%,rgba(255,228,121,.85),transparent 8rem),var(--mint)}.story-note svg{color:var(--pink);stroke-width:2.8}.story-note h3{margin:1rem 0 .55rem;font-family:var(--heading-font);font-size:2rem;line-height:1}.story-note p{max-width:250px;margin:0;font-weight:900}.about-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.about-value-grid article{min-height:270px;padding:1.25rem;border:2px solid var(--ink);border-radius:var(--radius-lg);background:var(--white);box-shadow:0 6px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.about-value-grid svg{color:var(--pink);stroke-width:2.8}.about-value-grid h2{margin:.8rem 0 .5rem;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1}.about-value-grid p{margin:0;font-weight:800}.about-visit{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);gap:clamp(2rem,5vw,4rem);align-items:center}.about-info-list{display:grid;gap:.85rem}.about-info-list a{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;padding:1rem;border:2px solid var(--ink);border-radius:22px;background:var(--white);font-weight:900;box-shadow:0 5px 0 0 var(--shadow)}.page-hero.compact .page-title,.page-hero.party .page-title{max-width:14.5ch;font-size:clamp(3rem,5.5vw,5rem);line-height:1.02}.page-hero img{aspect-ratio:4 / 5;max-height:660px}.event-grid{display:grid;gap:1.4rem}.synced-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.synced-event-card{position:relative;display:grid;grid-template-columns:92px 1fr;gap:1.25rem;min-height:0;padding:1.2rem;border:2px solid var(--ink);border-radius:28px;background:linear-gradient(90deg,rgba(255,228,121,.32),transparent 48%),var(--white);box-shadow:0 6px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.synced-event-card.tone-animal{background:linear-gradient(90deg,rgba(149,235,212,.42),transparent 48%),var(--white)}.synced-event-card.tone-party{background:linear-gradient(90deg,rgba(255,136,170,.3),transparent 48%),var(--white)}.synced-event-card.tone-food{background:linear-gradient(90deg,rgba(255,228,121,.42),transparent 48%),var(--white)}.synced-date-badge{align-self:start;display:grid;justify-items:center;align-content:center;min-height:108px;border:2px solid var(--ink);border-radius:22px;background:var(--yellow);box-shadow:0 5px 0 0 var(--shadow);line-height:1}.synced-date-badge strong{font-family:var(--heading-font);font-size:2.6rem}.synced-date-badge small{margin-top:.25rem;font-weight:900;text-transform:uppercase}.synced-event-body{min-width:0}.synced-event-tag{display:inline-flex;width:fit-content;margin-bottom:.3rem;color:var(--pink);font-size:.82rem;font-weight:900;text-transform:uppercase}.synced-event-card h2,.synced-empty h2{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1}.synced-event-card p,.synced-empty p{margin:.55rem 0 0;font-weight:800}.event-meta-line{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;margin-top:.85rem;font-weight:900}.event-meta-line span{position:relative}.event-meta-line span+span:before{content:"";position:absolute;left:-.64rem;top:.72em;width:4px;height:4px;border-radius:50%;background:var(--ink)}.synced-event-actions{margin-top:1rem}.synced-empty{display:grid;justify-items:center;max-width:760px;margin-inline:auto;padding:clamp(1.4rem,4vw,2.4rem);border:2px solid var(--ink);border-radius:34px;background:var(--white);text-align:center;box-shadow:0 7px 0 0 var(--shadow)}.synced-empty svg{color:var(--pink);stroke-width:2.8}.event-card{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:1.4rem;padding:18px;border:2px solid var(--ink);border-radius:var(--radius-lg);background:var(--white);box-shadow:0 6px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.event-card img{aspect-ratio:4 / 3;box-shadow:none}.event-card span,.pill-list span{display:inline-flex;width:fit-content;padding:.3rem .75rem;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);font-weight:900;line-height:1.1}.event-card h2,.step-card h2{margin:.8rem 0 .45rem;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1}.event-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1rem 0}.event-card dl div{padding:.8rem;border-radius:18px;background:var(--soft)}.event-card dt{font-weight:700}.event-card dd{margin:.15rem 0 0;font-weight:900}.event-card button{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1rem;border:2px solid var(--ink);border-radius:999px;background:var(--mint);color:var(--ink);font:inherit;font-weight:900;box-shadow:0 4px 0 0 var(--shadow);cursor:pointer}.event-note{display:grid;justify-items:center;max-width:760px;margin-bottom:4rem;padding:2rem;border:2px solid var(--ink);border-radius:34px;background:var(--white);text-align:center;box-shadow:0 7px 0 0 var(--shadow)}.carousel{position:relative;min-width:0}.carousel-bottom{display:grid;grid-template-columns:auto minmax(0,max-content) auto;justify-content:center;align-items:center;gap:.55rem;margin-top:.2rem}.carousel-bottom button{display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);color:var(--ink);box-shadow:0 4px 0 0 var(--shadow);cursor:pointer}.carousel-bottom button span{display:block;margin-top:-.08em;font-family:var(--heading-font);font-size:1.75rem;line-height:1}.carousel-track{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-columns:clamp(185px,18vw,250px);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;margin:0;padding:0 0 1rem;scroll-snap-type:inline mandatory;scrollbar-color:var(--ink) rgba(255,255,255,.7);list-style:none}.carousel-track:focus-visible{outline:3px solid var(--yellow);outline-offset:6px}.carousel-track::-webkit-scrollbar{height:12px}.carousel-track::-webkit-scrollbar-track{border:2px solid var(--ink);border-radius:999px;background:#ffffffb3}.carousel-track::-webkit-scrollbar-thumb{border:2px solid var(--ink);border-radius:999px;background:var(--pink)}.carousel-item{min-width:0;scroll-snap-align:start}.carousel-card{height:100%;margin:0;overflow:hidden;border:2px solid var(--ink);border-radius:24px;background:var(--white);box-shadow:0 5px 0 0 var(--shadow)}.carousel-card img{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover}.food-gallery img,.venue-gallery img{aspect-ratio:1 / 1}.carousel-card figcaption{padding:.55rem .75rem .75rem;font-weight:900;line-height:1.2}.carousel-hint{width:fit-content;margin:.2rem 0 0;padding:.28rem .68rem;border:2px solid rgba(41,32,77,.18);border-radius:999px;background:#ffffffb8;font-size:.9rem;font-weight:900}.party-gallery .carousel-track{grid-auto-columns:clamp(205px,18vw,275px)}.party-gallery .carousel-item:last-child img{object-fit:contain;background:#fff8fb}.pricing-grid,.party-details-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.price-card,.party-details-grid article{padding:1.25rem}.price-card span{display:inline-flex;width:fit-content;padding:.3rem .75rem;border:2px solid var(--ink);border-radius:999px;background:var(--mint);font-weight:900}.price-card.highlight{background:var(--yellow)}.price-card h2{margin-top:1rem;font-size:clamp(2.4rem,5vw,4rem)}.price-card p,.party-details-grid dd,.party-details-grid li{font-weight:900}.party-details-grid{align-items:stretch}.party-details-grid article:first-child{grid-column:span 2}.party-details-grid dl{display:grid;gap:.8rem;margin:1rem 0 0}.party-details-grid dl div{padding:.85rem;border-radius:18px;background:var(--soft)}.party-details-grid dd{margin:.2rem 0 0}.party-details-grid ul{margin:1rem 0 0;padding-left:1.2rem}.team-section{position:relative}.team-section .section-intro{margin-inline:auto;text-align:center}.team-board{max-width:880px;margin-inline:auto;padding:clamp(1rem,3vw,1.35rem);border:2px solid var(--ink);border-radius:34px;background:linear-gradient(135deg,rgba(255,228,121,.34),transparent 38%),linear-gradient(315deg,rgba(255,136,170,.2),transparent 42%),var(--white);box-shadow:0 8px 0 0 var(--shadow)}.owner-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.owner-card,.team-badge{border:2px solid var(--ink);background:var(--white);box-shadow:0 5px 0 0 var(--shadow)}.owner-card{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:center;min-height:112px;padding:1rem;border-radius:28px}.owner-card span,.team-badge span{display:grid;place-items:center;border:2px solid var(--ink);border-radius:50%;font-family:var(--heading-font);font-weight:800;line-height:1}.owner-card span{width:72px;height:72px;background:var(--pink);color:var(--white);font-size:2.35rem;text-shadow:0 2px 0 var(--ink)}.owner-card h3,.team-badge h3{margin:0;line-height:1}.owner-card h3{font-size:clamp(1.8rem,4vw,2.6rem)}.owner-card p,.team-badge p{margin:0;font-weight:900}.owner-card p{width:fit-content;margin-bottom:.35rem;padding:.1rem .38rem;border:1.5px solid rgba(41,32,77,.18);border-radius:999px;background:var(--yellow);font-size:.66rem;line-height:1.05;text-transform:uppercase}.team-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.team-badge{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center;min-height:78px;padding:.72rem;border-radius:22px}.team-badge span{width:46px;height:46px;background:var(--yellow);font-size:1.35rem}.team-badge-1 span{background:var(--mint)}.team-badge-2 span{background:var(--lilac)}.team-badge-3 span{background:var(--blue)}.team-badge h3{font-size:1.28rem}.team-badge p{margin-top:.16rem;color:#504870;font-size:.9rem;line-height:1.18}.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.step-card{position:relative;min-height:285px;padding:1.25rem;border:2px solid var(--ink);border-radius:var(--radius-lg);background:var(--white);box-shadow:0 6px 0 0 var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.step-card>span{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);font-family:var(--heading-font);font-weight:700}.pill-list{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.3rem 0 1.6rem}footer{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:2rem;padding:clamp(2rem,6vw,4rem) max(18px,calc((100vw - var(--max)) / 2));border-top:2px solid var(--ink);background:var(--white)}footer p{max-width:360px;margin:1rem 0 0;font-weight:800}footer .site-credit{margin-top:.8rem;font-size:.94rem}footer .site-credit a{display:inline;margin:0;color:var(--pink);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}footer h2{margin:0 0 .8rem;font-size:1.3rem}footer a{display:flex;align-items:center;gap:.45rem;margin:.4rem 0;font-weight:900}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:980px){.site-header{grid-template-columns:1fr auto;border-radius:28px;gap:10px 14px}.site-header nav{grid-column:1 / -1;grid-row:2;order:2;margin-left:0;overflow:hidden;justify-content:space-between;padding-bottom:0;width:100%}.hero,.page-hero,.split-section,.reverse,.visit-cta,.animal-section,.about-story,.about-visit,.opening-section,.food-section{grid-template-columns:1fr}.hero{min-height:auto;padding-top:4rem}.hero-gallery{grid-template-rows:220px 220px}.zone-grid,.crew-grid,.steps-grid,.about-value-grid,.calendar-fallback,.pricing-grid,.party-details-grid{grid-template-columns:1fr 1fr}.party-details-grid article:first-child{grid-column:auto}.calendar-head{align-items:flex-start;flex-direction:column}.calendar-section{scroll-margin-top:182px}footer{grid-template-columns:1fr 1fr}}@media(max-width:760px){.site-header{grid-template-columns:auto 1fr auto auto;border-radius:999px;gap:8px}.site-header .wordmark{grid-column:1}.site-header>.button{grid-column:3;justify-self:end}.site-header .nav-toggle{grid-column:4}.site-header.nav-open{border-radius:28px}.site-header nav{display:none;grid-column:1 / -1;grid-row:2;grid-template-columns:1fr 1fr;gap:8px;margin:.15rem 0 0;padding:.5rem;border:2px solid rgba(41,32,77,.18);border-radius:22px;background:#d9f5ffd1;box-shadow:inset 0 2px #ffffffd9}.site-header.nav-open nav{display:grid}.site-header nav a{display:grid;place-items:center;min-height:42px;padding:.52rem .75rem;border:2px solid transparent;background:#ffffffbd;text-align:center}.site-header nav a:hover,.site-header nav a.active{border-color:#29204d2e;background:var(--yellow)}.nav-toggle{display:grid}.hero{width:min(calc(100% - 28px),var(--max));gap:1.35rem;min-height:auto;padding-top:clamp(1.2rem,4vw,2rem)}.hero-copy{display:grid;justify-items:center;text-align:center}.hero-copy h1{max-width:min(100%,560px);justify-self:center}.hero-title-rest{max-width:11.6em;margin:.16em auto 0;font-size:clamp(1.36rem,5.8vw,2.05rem);line-height:1.04}.hero-lead{max-width:27rem;margin-top:.75rem;color:#3e3765;font-size:clamp(.94rem,3vw,1.04rem);font-weight:800;line-height:1.42}.walk-in-badge{margin-top:.85rem;padding:.38rem .72rem;font-size:clamp(.96rem,3.3vw,1.08rem)}.hero-highlights{display:none;flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:.9rem}.hero-highlights span{display:inline-flex;align-items:center;min-height:30px;padding:.3rem .72rem;border:2px solid rgba(41,32,77,.22);border-radius:999px;background:#ffffffad;color:var(--ink);font-size:clamp(.82rem,2.7vw,.94rem);font-weight:900;line-height:1}.hero .hero-actions{justify-content:center;gap:.75rem;width:100%;margin-top:.95rem}.hero .hero-actions .button{flex:1 1 0;min-width:0;max-width:13.6rem;min-height:44px;padding-inline:.7rem;font-size:clamp(.92rem,3vw,1rem)}.hero-gallery{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);width:calc(100% - 4px);max-width:34.5rem;margin:0 auto;aspect-ratio:16 / 9.6;transform:none;animation:none}.hero-gallery .lightbox-trigger:first-child{grid-row:auto}.hero-gallery .lightbox-trigger:not(:first-child){display:none}.hero-gallery .lightbox-trigger,.hero-gallery img{aspect-ratio:16 / 9.6;border:2px solid var(--ink);border-radius:24px;box-shadow:0 6px 0 0 var(--shadow);object-position:center 42%}}@media(min-width:981px){.hero-copy h1,.page-title{max-width:11.2ch;font-size:clamp(2.85rem,5.7vw,5rem)}}@media(max-width:680px){body{font-size:16px}.site-header{top:8px;width:min(calc(100% - 16px),var(--max));margin-top:10px;padding:8px 9px}.wordmark{min-width:0;align-items:flex-start;width:clamp(112px,32vw,148px);padding-bottom:.12rem}.wordmark img{width:100%}.wordmark small{align-self:center;margin-top:-2px;font-size:clamp(.48rem,2vw,.58rem)}.site-header .button{min-height:40px;padding-inline:.7rem;font-size:.9rem}.nav-toggle{width:40px;height:40px}.hero{width:min(calc(100% - 28px),var(--max));min-height:auto;padding:clamp(1.05rem,4vw,1.6rem) 0 1.75rem}.hero-copy{display:grid;justify-items:center;text-align:center}.site-header nav{gap:7px}.site-header nav a{min-width:0;padding:.5rem .45rem;font-size:clamp(.9rem,3.4vw,1rem);line-height:1;text-align:center}.hero-copy h1,.page-title{max-width:min(100%,16ch);font-size:clamp(2.28rem,10.2vw,3.45rem);line-height:1.1;-webkit-text-stroke-width:1.35px;text-shadow:1.8px 1.8px 0 var(--ink),3.8px 3.8px 0 rgba(41,32,77,.2)}.hero-copy h1{max-width:min(100%,560px);justify-self:center;-webkit-text-stroke-width:.65px;text-shadow:0 2px 0 rgba(41,32,77,.16),0 .07em 0 rgba(255,255,255,.44)}.page-title .highlight{-webkit-text-stroke-width:1.35px;text-shadow:1.8px 1.8px 0 var(--ink),3.8px 3.8px 0 rgba(41,32,77,.2)}.hero-logo{width:min(100%,330px);margin-inline:auto}.hero-title-rest{max-width:11.6em;margin:.08em auto 0;font-size:clamp(1.2rem,6.2vw,1.82rem);line-height:1.04}.hero-lead{max-width:24rem;margin-top:.68rem;color:#3e3765;font-size:clamp(.92rem,3.75vw,1.02rem);font-weight:800;line-height:1.4}.walk-in-badge{margin-top:.75rem;max-width:100%;padding:.34rem .62rem;font-size:clamp(.88rem,3.8vw,.98rem);text-align:center}.hero-highlights{display:none;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:.85rem}.hero-highlights span{min-height:29px;padding:.28rem .62rem;font-size:clamp(.8rem,3.4vw,.9rem)}.hero-actions{justify-content:center;gap:.75rem;width:100%;margin-top:.9rem}.hero-actions .button{flex:1 1 0;min-width:0;max-width:13.6rem;min-height:43px;padding-inline:.7rem;font-size:clamp(.92rem,3.8vw,1rem)}.party-contact-actions .button{flex-basis:100%;max-width:none}.page-hero.compact .page-title,.page-hero.party .page-title{max-width:min(100%,16.5ch);font-size:clamp(2.15rem,9.8vw,3.15rem);line-height:1.06}.hero-gallery{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);width:calc(100% - 4px);max-width:34.5rem;margin:0 auto;aspect-ratio:16 / 9.8;transform:none;animation:none}.hero-gallery .lightbox-trigger:first-child{grid-row:auto}.hero-gallery .lightbox-trigger:not(:first-child){display:none}.hero-gallery .lightbox-trigger,.hero-gallery img{aspect-ratio:16 / 9.8;border:2px solid var(--ink);border-radius:24px;box-shadow:0 6px 0 0 var(--shadow);object-position:center 42%}.zone-grid,.crew-grid,.steps-grid,.about-value-grid,.event-card,.event-card dl,.synced-event-grid,.synced-event-card,.calendar-fallback,.menu-images,.pricing-grid,.party-details-grid,footer{grid-template-columns:1fr}.team-board{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.owner-row{gap:10px}.owner-card{min-height:94px;padding:.8rem;border-radius:24px}.owner-card span{width:56px;height:56px;font-size:1.8rem}.owner-card h3{font-size:1.45rem}.owner-card p{margin-bottom:.22rem;font-size:.72rem}.team-badges{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.team-badge{min-height:70px;gap:.55rem;padding:.68rem;border-radius:20px;box-shadow:0 4px 0 0 var(--shadow)}.team-badge span{width:40px;height:40px;font-size:1.22rem}.team-badge h3{font-size:1.02rem}.team-badge p{font-size:.78rem}footer>div:first-child{display:contents}footer>div:first-child .wordmark,footer>div:first-child>p:not(.site-credit){grid-column:1}footer>div:first-child .site-credit{grid-column:1;order:10;margin-top:.5rem}.about-photo-stack{grid-template-columns:1fr}.about-photo-stack img:last-child{transform:none}.about-value-grid article{min-height:auto}.synced-event-card{padding:1rem}.synced-date-badge{display:flex;align-items:baseline;justify-content:center;gap:.35rem;min-height:0;width:fit-content;padding:.45rem .75rem;border-radius:999px}.synced-date-badge strong{font-size:1.35rem}.synced-date-badge small{margin-top:0}.event-meta-line{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:.95rem}.event-meta-line span{display:flex;align-items:center;min-height:44px;width:100%;padding:.55rem .8rem;border:2px solid rgba(41,32,77,.18);border-radius:18px;background:#ffffffb8;line-height:1.18}.event-meta-line span:before{content:"";flex:0 0 auto;width:10px;height:10px;margin-right:.55rem;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);box-shadow:2px 2px #29204d2e}.event-meta-line span+span:before{position:static;left:auto;top:auto;flex:0 0 auto;width:10px;height:10px;margin-right:.55rem;border:2px solid var(--ink);background:var(--mint);box-shadow:2px 2px #29204d2e}.animal-photos{grid-template-columns:1fr;grid-template-rows:220px 300px}.animal-photos img:first-child{grid-column:auto}.calendar-frame iframe,.calendar-frame{display:none}.mobile-calendar-summary{display:block}.step-card{min-height:auto}.zone-card{grid-template-columns:1fr;padding:12px;border-radius:24px}.zone-card img{height:auto;min-height:0;max-height:none;aspect-ratio:16 / 10}.carousel-track{grid-template-rows:1fr;grid-auto-columns:minmax(240px,82vw);gap:12px;margin-inline:calc((100vw - min(calc(100vw - 32px),var(--max)))/-2);padding-inline:max(16px,calc((100vw - var(--max)) / 2));scroll-padding-inline:max(16px,calc((100vw - var(--max)) / 2))}.carousel-item{scroll-snap-align:center}.carousel-bottom{gap:.45rem;margin-top:.1rem}.carousel-bottom button{width:36px;height:36px}.food-gallery .carousel-card img,.venue-gallery .carousel-card img{aspect-ratio:4 / 3}.party-gallery .carousel-track{grid-auto-columns:minmax(250px,84vw)}.carousel-hint{margin-top:0;margin-inline:auto}.event-card img{aspect-ratio:4 / 5}.mascot{opacity:.24}.sparkle-one{display:none}}.admin-shell{position:relative;z-index:1;width:min(calc(100% - 32px),var(--max));min-height:100vh;margin-inline:auto;padding:clamp(1.4rem,4vw,3rem) 0}.login-shell{display:grid;place-items:center}.admin-login-card,.admin-editor,.admin-list,.admin-topbar{border:2px solid var(--ink);background:var(--white);box-shadow:0 7px 0 0 var(--shadow)}.admin-login-card{width:min(100%,520px);padding:clamp(1.25rem,4vw,2rem);border-radius:32px}.admin-login-card img{width:min(260px,78%);margin:0 auto 1rem}.admin-login-card h1,.admin-topbar h1,.admin-editor h2{margin:0;font-family:var(--heading-font);line-height:1}.admin-login-card h1,.admin-topbar h1{font-size:clamp(2.3rem,6vw,4rem)}.admin-login-card p,.admin-topbar p,.admin-editor p,.admin-footnote{margin:.65rem 0 0;color:#4b456a;font-weight:900}.admin-form{display:grid;gap:1rem;margin-top:1.3rem}.admin-form label,.password-field{display:grid;gap:.35rem;font-weight:900}.admin-form label>span{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-form label small{color:#6b6387;font-weight:900}.admin-form input,.admin-form textarea,.admin-form select{width:100%;min-height:48px;padding:.75rem .85rem;border:2px solid rgba(41,32,77,.24);border-radius:16px;background:var(--soft);color:var(--ink);font:inherit;font-weight:800}.admin-form textarea{resize:vertical}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{border-color:var(--ink);outline:3px solid var(--yellow);outline-offset:2px}.button:focus-visible,.admin-list button:focus-visible,.icon-button:focus-visible,.status-switch button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.admin-topbar{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding:clamp(1rem,3vw,1.45rem);border-radius:32px}.admin-actions{display:flex;flex-wrap:wrap;gap:.8rem}.admin-workspace{display:grid;grid-template-columns:minmax(240px,.34fr) minmax(0,1fr);gap:1.2rem;margin-top:1.4rem}.admin-side{display:grid;align-self:start;gap:1rem}.admin-list{align-self:start;display:grid;gap:.7rem;max-height:calc(100vh - 180px);overflow:auto;padding:.8rem;border-radius:28px}.empty-list{justify-items:start;gap:.55rem}.empty-list h2,.empty-list p{margin:0}.admin-list button{display:grid;gap:.2rem;padding:.85rem;border:2px solid rgba(41,32,77,.2);border-radius:18px;background:var(--soft);color:var(--ink);text-align:left;cursor:pointer}.admin-list button.active,.admin-list button:hover{border-color:var(--ink);background:var(--yellow)}.admin-list .status-pill{width:fit-content;padding:.12rem .45rem;border:2px solid rgba(41,32,77,.18);border-radius:999px;background:var(--white);font-size:.72rem;font-weight:900;text-transform:uppercase}.status-published{background:var(--mint)!important}.admin-list strong{font-family:var(--heading-font);font-size:1.25rem;line-height:1}.admin-list small{font-weight:900}.admin-list em{display:inline-flex;align-items:center;gap:.3rem;color:#4b456a;font-style:normal;font-weight:900}.admin-editor{min-width:0;margin-top:0;padding:clamp(1rem,3vw,1.45rem);border-radius:32px}.admin-editor-head{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;padding:.9rem;border-radius:22px;background:var(--soft)}.status-switch{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.35rem;border:2px solid rgba(41,32,77,.16);border-radius:18px;background:var(--soft)}.status-switch button{min-height:48px;border:2px solid transparent;border-radius:14px;background:transparent;color:var(--ink);font:inherit;font-weight:1000;cursor:pointer}.status-switch button.active{border-color:var(--ink);background:var(--yellow);box-shadow:0 4px 0 0 var(--shadow)}.admin-editor-head svg{color:var(--pink);stroke-width:2.8}.admin-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{align-items:center}.button.danger{color:#7a1230}.danger-fill{background:#ffccd9!important;color:#7a1230!important}.admin-footnote{font-size:.88rem}.field-error,.error-summary{color:#8f1239!important}.error-summary,.privacy-reminder,.security-note{display:flex;gap:.7rem;align-items:flex-start;padding:.8rem;border:2px solid rgba(41,32,77,.16);border-radius:18px;background:var(--soft);font-weight:900}.privacy-reminder svg,.security-note svg{flex:0 0 auto;color:var(--pink)}.password-row{display:grid!important;grid-template-columns:1fr auto;align-items:stretch;gap:.45rem!important}.icon-button{display:inline-grid;place-items:center;min-width:48px;min-height:48px;border:2px solid rgba(41,32,77,.2);border-radius:16px;background:var(--white);color:var(--ink);cursor:pointer}.settings-backdrop{position:fixed;inset:0;z-index:50;display:grid;justify-items:end;background:#1812316b}.settings-panel{width:min(100%,470px);min-height:100%;padding:clamp(1rem,4vw,1.5rem);overflow:auto;border-left:3px solid var(--ink);background:var(--white)}.settings-title,.settings-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.settings-title h2,.settings-card h2,.delete-dialog h2{margin:0;font-family:var(--heading-font);line-height:1}.settings-card,.security-note{margin-top:1rem}.settings-card-head{justify-content:flex-start}.settings-card-head p,.security-note p,.delete-dialog p{margin:.35rem 0 0;color:#4b456a;font-weight:900}.settings-logout{width:100%;margin-top:1rem}.delete-dialog{align-self:center;justify-self:center;width:min(calc(100% - 32px),460px);padding:clamp(1rem,4vw,1.5rem);border:2px solid var(--ink);border-radius:28px;background:var(--white);box-shadow:0 7px 0 0 var(--shadow)}.mobile-savebar{display:none}@media(max-width:820px){.admin-topbar,.admin-workspace,.admin-grid-two{grid-template-columns:1fr}.admin-topbar{display:grid}.admin-list{max-height:none}.admin-shell{width:min(calc(100% - 20px),var(--max));padding-bottom:6rem}.admin-topbar,.admin-login-card,.admin-editor,.admin-list{border-radius:24px}.admin-actions,.admin-actions .button,.quick-create{width:100%}.admin-actions .button,.mobile-savebar .button{justify-content:center}.admin-list{order:2}.admin-editor{order:1}.mobile-savebar{position:fixed;right:.65rem;bottom:.65rem;left:.65rem;z-index:40;display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:.45rem;padding:.55rem;border:2px solid var(--ink);border-radius:22px;background:var(--white);box-shadow:0 7px 0 0 var(--shadow)}.mobile-savebar .button{min-height:46px;padding-inline:.7rem}.settings-backdrop{align-items:end}.settings-panel{width:100%;min-height:auto;max-height:90vh;border-top:3px solid var(--ink);border-left:0;border-radius:26px 26px 0 0}}
