:root{--golden-honey:#FFC022;--fresh-water:#BFFFFC;--friendly-blue:#0052BB;--night-purple:#55155D;--orange-peel:#F36F21;--black-bee:#1E1E1E;--hibiscus:#9D0032;--oolong-tea:#19514C;--off-white:#FFFFFF;--lavender:#D0C3FF;--bg:var(--black-bee);--bg-deep:#111111;--ink:#F4EDD4;--ink-muted:rgba(244,237,212,0.76);--brand-gold:var(--golden-honey);--brand-gold-strong:#FFD555;--brand-dark:var(--black-bee);--link:var(--fresh-water);--link-card:var(--friendly-blue);--link-hover:var(--orange-peel);--card:rgba(30,30,30,0.7);--card-line:rgba(255,192,34,0.22);--surface-light:var(--golden-honey);--surface-light-ink:var(--black-bee);--shadow:0 20px 48px rgba(0,0,0,0.33)}@font-face{font-family:"AllRoundGothic-Medium";src:local("AllRoundGothic-Medium"),local("All Round Gothic Medium");font-display:swap}@font-face{font-family:"Right Grotesk";src:local("PP Right Grotesk"),local("Right Grotesk"),local("RightGrotesk");font-display:swap}*{box-sizing:border-box}html{overscroll-behavior-y:contain}html,body{margin:0;padding:0}body{font-family:"AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;font-size:16px;color:var(--ink);background:var(--bg);line-height:1.6}main{overflow-x:clip}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:var(--black-bee);border-bottom:1px solid rgba(255,192,34,0.42);box-shadow:0 10px 26px rgba(0,0,0,0.38),inset 0 -1px 0 rgba(255,192,34,0.24)}.site-header::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,192,34,0),rgba(255,192,34,0.16),rgba(255,192,34,0))}.header-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.8rem 0}.brand{display:inline-flex;align-items:center;gap:0.75rem;color:var(--ink);text-decoration:none}.brand strong{display:block;font-size:1rem}.brand small{display:block;color:var(--ink-muted);font-size:0.8rem}.brand img{filter:drop-shadow(0 2px 7px rgba(255,192,34,0.35))}.site-nav{display:flex;gap:0.35rem;align-items:center}.nav-link{text-decoration:none;color:var(--ink);font-family:"Right Grotesk","AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;font-weight:700;letter-spacing:0.02em;padding:0.48rem 0.9rem;min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;transition:all 220ms ease}.nav-link:hover,.nav-link.is-active{color:var(--black-bee);background:var(--brand-gold);border-color:rgba(255,255,255,0.1);box-shadow:0 4px 12px rgba(255,192,34,0.45)}.menu-btn{display:none;border:1px solid rgba(255,192,34,0.55);background:var(--black-bee);color:var(--ink);font-family:"Right Grotesk","AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;border-radius:999px;padding:0.45rem 0.8rem;min-height:48px;min-width:48px;font-weight:700}.hero-stage{position:relative;min-height:min(100svh,840px);overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;transform:translate3d(0,calc(var(--hero-progress,0) * -45vh),0);opacity:calc(1 - (var(--hero-progress,0) * 0.85));will-change:transform,opacity}.hero-stage__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}.hero-stage__veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,30,30,0.87),rgba(30,30,30,0.53) 42%,rgba(30,30,30,0.25) 70%),linear-gradient(88deg,rgba(30,30,30,0.7),rgba(30,30,30,0.05));z-index:1}.hero-stage__content{position:relative;z-index:2;padding:clamp(8rem,18vh,11rem) 0 clamp(2.2rem,7vh,4.5rem);max-width:48rem}.hero-stage__eyebrow{margin:0;color:var(--golden-honey);font-family:"Right Grotesk","AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;text-transform:uppercase;letter-spacing:0.11em;font-weight:800;animation:heroTextRise 720ms ease forwards;opacity:0;transform:translateY(22px)}.hero-stage__title{margin:0.5rem 0 0;font-size:clamp(2.1rem,5vw,4.4rem);text-transform:uppercase;letter-spacing:0.02em;color:var(--off-white);text-shadow:0 16px 26px rgba(0,0,0,0.45);animation:heroTextRise 900ms ease 120ms forwards;opacity:0;transform:translateY(22px)}.hero-stage__lead{margin-top:1rem;max-width:42rem;color:var(--golden-honey);font-size:clamp(1rem,1.8vw,1.2rem);animation:heroTextRise 900ms ease 220ms forwards;opacity:0;transform:translateY(22px)}.hero-stage__actions{animation:heroTextRise 920ms ease 320ms forwards;opacity:0;transform:translateY(22px)}@keyframes heroTextRise{to{opacity:1;transform:translateY(0)}}.split img,.gallery-grid img,.product-card img,.blog-card img,.team-card img{width:100%;height:auto;border-radius:18px}.kicker{color:var(--brand-gold);font-family:"Right Grotesk","AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;text-transform:uppercase;letter-spacing:0.08em;font-size:0.8rem;font-weight:800}h1,h2,h3{font-family:"AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;line-height:1.15;margin:0 0 0.75rem;color:var(--brand-gold)}h1{font-size:clamp(2rem,5vw,3.3rem)}h2{font-size:clamp(1.4rem,3vw,2.1rem)}.actions{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;cursor:pointer;background:var(--brand-gold);color:var(--black-bee);font-family:"Right Grotesk","AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;border-radius:999px;box-shadow:0 0 0 1px rgba(0,0,0,0.12);padding:0.72rem 1.1rem;min-height:48px;min-width:48px;font-weight:800;transition:transform 160ms ease,box-shadow 220ms ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(255,192,34,0.33)}.btn-ghost{background:transparent;color:var(--ink);border:1px solid rgba(255,192,34,0.56);box-shadow:none}.grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.2rem auto 2.4rem}.card,.cta{background:var(--surface-light);border:1px solid rgba(30,30,30,0.24);border-radius:18px;padding:1rem;box-shadow:var(--shadow);color:var(--surface-light-ink)}.product-card,.blog-card,.team-card,blockquote{background:var(--card);border:1px solid var(--card-line);border-radius:18px;padding:1rem;box-shadow:var(--shadow)}.card h2,.card h3,.cta h2{color:var(--black-bee)}.card p,.card li,.card label,.card small,.cta p{color:rgba(30,30,30,0.86)}.card a,.cta a{color:var(--link-card);text-decoration-color:rgba(0,82,187,0.35)}.card a:hover,.cta a:hover{color:var(--night-purple)}.card .btn,.cta .btn{background:var(--black-bee);color:var(--golden-honey)}.card .btn-ghost,.cta .btn-ghost{border-color:rgba(30,30,30,0.46);color:var(--black-bee)}.product-card .meta,.badge,.tag{font-family:"Right Grotesk","AllRoundGothic-Medium","Trebuchet MS","Segoe UI",sans-serif;font-weight:700;color:var(--brand-gold);margin:0.25rem 0}.section-heading{margin-top:2rem}.home-copy,.prose-block{padding-top:2rem;padding-bottom:0.6rem}.home-copy p,.prose-block p{max-width:72ch}.faq-section{display:grid;gap:0.85rem;margin-bottom:2.6rem}.faq-item{padding:0.85rem 1rem}.faq-item summary{cursor:pointer;font-weight:700;color:var(--golden-honey);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-bottom:0;margin-top:0.55rem}.testimonials{display:grid;gap:0.9rem}blockquote{margin:0;font-style:italic}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.8rem;margin-bottom:2rem}.page-head{padding-top:2.2rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.2rem auto 2.2rem;align-items:start}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.8rem;margin-bottom:2rem}.hours-list{list-style:none;margin:0;padding:0}.hours-list li{display:flex;justify-content:space-between;gap:0.8rem;border-bottom:1px dashed rgba(255,192,34,0.28);padding:0.3rem 0}.contact-form label{display:grid;gap:0.4rem;margin-bottom:0.7rem;font-weight:700}.contact-form input,.contact-form textarea,.newsletter-form input{border-radius:12px;border:1px solid rgba(30,30,30,0.35);padding:0.65rem;font:inherit;background:var(--off-white);color:var(--black-bee)}a{color:var(--link);text-decoration-color:rgba(191,255,252,0.45);text-decoration-thickness:1px;text-underline-offset:0.13em}a:hover,a:focus-visible{color:var(--link-hover)}a.btn,a.nav-link,a.brand{text-decoration:none}.site-footer{border-top:1px solid rgba(255,192,34,0.3);background:rgba(0,0,0,0.26);margin-top:2.4rem}.site-footer h3,.site-footer p{color:var(--ink)}.site-footer a{color:var(--fresh-water)}.site-footer a:hover,.site-footer a:focus-visible{color:var(--orange-peel)}.site-footer h3{color:var(--brand-gold)}.site-footer a{display:inline-flex;align-items:center;min-height:48px;padding:0 0.2rem}.footer-wrap{padding:1rem 0;font-size:0.9rem;color:var(--ink-muted)}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.newsletter{margin-top:1.2rem}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:0.5rem;align-items:end}.newsletter-form label{grid-column:1 / -1;font-weight:700}.age-gate{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,0.76);z-index:20}.age-gate.show{display:grid}.age-gate__card{width:min(430px,calc(100% - 2rem));background:var(--surface-light);color:var(--surface-light-ink);border-radius:16px;border:1px solid rgba(255,192,34,0.42);padding:1.2rem}.reveal{opacity:0;transform:translateY(16px);transition:opacity 500ms ease,transform 500ms ease;will-change:opacity,transform}.reveal.in{opacity:1;transform:translateY(0);will-change:auto}.team-card--name{display:flex;align-items:center;justify-content:center;min-height:110px;text-align:center}.team-card--name h3{margin:0;color:var(--brand-gold)}@media (max-width:980px){.split{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-three,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.hero-stage{min-height:86svh}.hero-stage__content{padding-top:7.8rem;padding-bottom:2.4rem}.hero-stage__title{font-size:clamp(1.8rem,10vw,2.85rem)}.menu-btn{display:inline-block}.site-nav{position:absolute;left:1rem;right:1rem;top:74px;flex-direction:column;background:var(--black-bee);border:1px solid rgba(255,192,34,0.3);border-radius:14px;padding:0.65rem;display:none}.site-nav.open{display:flex}.grid-three,.gallery-grid,.team-grid{grid-template-columns:1fr}.footer-grid,.newsletter-form{grid-template-columns:1fr}.brand img{width:48px;height:48px}.header-wrap{padding:0.6rem 0}}@media (prefers-reduced-motion:reduce){.hero-stage,.reveal,.hero-stage__eyebrow,.hero-stage__title,.hero-stage__lead,.hero-stage__actions{animation:none !important;transition:none !important;transform:none !important;opacity:1 !important}}a,button,.btn,.nav-link,.menu-btn{touch-action:manipulation}
