:root{--off-white:#f2f0ef;--shadow-grey:#292628;--tiger-flame:#f26222;--burnt-orange:#cc5500;--cream:#faffd7;--bg:#292628;--text:#f2f0ef;--muted:rgba(242,240,239,.72);--line:rgba(242,240,239,.13);--card:rgba(242,240,239,.06);--radius-lg:28px;--radius-md:18px;--shadow:0 24px 80px rgba(0,0,0,.32);--header-h:118px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;overflow-x:clip}body{margin:0;max-width:100%;overflow-x:hidden;overflow-x:clip;font-family:Barlow,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.section{padding:98px 0;position:relative}section[id],main[id]{scroll-margin-top:calc(var(--header-h) + 14px)}.site-header{position:fixed;inset:0 0 auto 0;z-index:100;backdrop-filter:blur(18px);background:rgba(41,38,40,.86);border-bottom:1px solid var(--line)}.nav{width:min(1180px,calc(100% - 32px));height:var(--header-h);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo img{width:104px;height:104px;border-radius:50%;display:block}.nav-links{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.nav-links a:hover{color:var(--off-white)}.nav-cta{padding:16px 28px;border-radius:999px;background:var(--tiger-flame);color:#111!important}.nav-toggle{display:none;background:transparent;border:0;color:white;font-size:34px}.section.hero{padding-top:calc(var(--header-h) + 58px);min-height:100vh;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(242,98,34,.25),transparent 29%),linear-gradient(135deg,#292628 0%,#111 56%,#292628 100%)}.hero-bg:after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(242,240,239,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(242,240,239,.04) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 82%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{color:var(--tiger-flame);text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:12px;margin:0 0 18px}h1,h2,h3{font-family:Anton,Impact,sans-serif;text-transform:uppercase;line-height:.92;letter-spacing:.005em;margin:0;font-weight:400;overflow-wrap:break-word;word-wrap:break-word}h1{font-size:clamp(58px,9vw,126px);max-width:880px}h2{font-size:clamp(42px,6vw,82px)}h3{font-size:43px}.hero-text{font-size:clamp(19px,2vw,25px);color:var(--muted);max-width:660px;margin:28px 0 36px;font-weight:700}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-weight:900;letter-spacing:.03em}.btn-primary{background:var(--tiger-flame);color:#111}.btn-secondary{border:1px solid var(--line);color:var(--off-white);background:rgba(242,240,239,.04)}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:36px}.hero-facts div{padding:16px;background:rgba(242,240,239,.06);border:1px solid var(--line);border-radius:var(--radius-md)}.hero-facts strong{display:block;font-size:15px;text-transform:uppercase}.hero-facts span{color:var(--muted);font-size:14px}.hero-media{min-height:520px;border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(135deg,rgba(242,98,34,.20),rgba(242,240,239,.04));display:grid;place-items:center;box-shadow:var(--shadow)}.media-card{text-align:center}.media-card img{width:220px;height:220px}.media-card span{display:block;margin-top:24px;font-weight:900;letter-spacing:.12em;color:var(--muted)}.split,.hybrid-grid,.location-grid,.faq-grid,.discover-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.lead p,.section-copy p,.location-copy p,.section-heading p{color:var(--muted);font-size:20px;margin:0 0 18px;font-weight:600}.schedule-section,.discover-section{background:var(--off-white);color:var(--shadow-grey)}.schedule-section .eyebrow,.discover-section .eyebrow,.pricing-section .eyebrow{color:var(--burnt-orange)}.schedule-section p,.discover-section p{color:rgba(41,38,40,.72)}.center{text-align:center;max-width:780px;margin:0 auto 42px}.schedule-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.schedule-card,.pricing-card{min-height:230px;background:white;color:var(--shadow-grey);border:1px solid rgba(41,38,40,.08);border-radius:var(--radius-lg);padding:28px;box-shadow:0 20px 60px rgba(41,38,40,.08)}.schedule-card span,.pricing-card span{font-weight:900;text-transform:uppercase;color:var(--burnt-orange);letter-spacing:.14em;font-size:12px}.schedule-card h3,.pricing-card h3{margin:20px 0}.schedule-card p,.pricing-card p{font-size:17px;color:rgba(41,38,40,.72);font-weight:600}.hybrid-section,.pricing-section,.why-section,.faq-section{background:var(--shadow-grey)}.feature-list{display:grid;gap:16px}.feature-list div,.benefit,details{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-md);padding:24px}.feature-list span{color:var(--tiger-flame);font-weight:900;display:block;margin-bottom:12px}.feature-list strong,.benefit strong{font-size:21px;display:block;margin-bottom:8px}.feature-list p,.benefit p,details p{color:var(--muted);margin:0;font-weight:600}.highlight{outline:2px solid var(--tiger-flame)}.location-section{background:linear-gradient(180deg,#292628,#171717)}.address{color:white!important;font-weight:900;font-size:22px!important}.location-list{color:var(--muted);font-weight:700;padding-left:20px}.map-wrap{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);min-height:440px;background:var(--card);box-shadow:var(--shadow)}.map-wrap iframe{width:100%;height:440px;border:0;display:block;filter:grayscale(1) contrast(1.1)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-list{display:grid;gap:14px}summary{cursor:pointer;font-weight:900;font-size:19px}.cta-card{text-align:center;padding:64px 36px;border-radius:36px;background:linear-gradient(135deg,var(--cream),var(--off-white));color:var(--shadow-grey)}.cta-card img{width:168px;height:168px;margin-bottom:22px}.cta-card .eyebrow{color:var(--burnt-orange)}.cta-card p{color:rgba(41,38,40,.78);max-width:720px;margin:20px auto 28px;font-weight:700}.center-actions{justify-content:center}.cta-card .btn-secondary{color:var(--shadow-grey);border-color:rgba(242,98,34,.42);background:rgba(242,98,34,.07)}.footer{border-top:1px solid var(--line);padding:56px 0 22px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.footer strong{color:white}.footer-logo img{width:88px;height:88px}.legal{margin-top:44px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:13px}.mobile-sticky-signup{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.active{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}@media(max-width:900px){:root{--header-h:94px}.logo img{width:74px;height:74px}.nav-toggle{display:block}.nav-links{position:absolute;top:calc(var(--header-h) + 1px);left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;padding:18px;background:#292628;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.45)}.nav-links.open{display:flex}.section.hero{padding-top:calc(var(--header-h) + 40px);min-height:auto}.hero-grid,.split,.hybrid-grid,.location-grid,.faq-grid,.discover-grid{grid-template-columns:1fr;gap:32px}.hero-media{min-height:360px}.media-card img{width:160px;height:160px}.hero-facts,.schedule-grid,.pricing-grid,.benefits-grid,.footer-grid{grid-template-columns:1fr}.schedule-section{padding:54px 0}.schedule-card,.pricing-card{min-height:auto;padding:18px 20px;border-radius:18px}.schedule-card h3,.pricing-card h3{font-size:42px;margin:10px 0}.schedule-card p,.pricing-card p{font-size:15px}.section{padding:76px 0}.mobile-sticky-signup{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:200;min-height:54px;align-items:center;justify-content:center;border-radius:999px;background:var(--tiger-flame);color:#111;font-weight:900;box-shadow:0 20px 60px rgba(0,0,0,.35)}body{padding-bottom:72px}.legal{flex-direction:column}}@media(max-width:520px){:root{--header-h:76px}.container{width:min(100% - 28px,1120px)}.logo img{width:58px;height:58px}.nav-toggle{font-size:30px}.section.hero{padding-top:calc(var(--header-h) + 28px)}h1{font-size:clamp(38px,12.5vw,70px)}h2{font-size:clamp(30px,9vw,42px)}.hero-text{font-size:18px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-facts{gap:10px}.cta-card{padding:44px 18px;border-radius:28px}.cta-card img{width:132px;height:132px}.schedule-section{padding:42px 0}.schedule-card h3,.pricing-card h3{font-size:38px}}

/* v9 media restore: hero video + gallery from SharePoint folder */
.hero-video { position: relative; overflow: hidden; padding: 0; background: #111; }
.hero-video video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:contrast(1.04) saturate(.95); }
.hero-video:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.5)); }
.hero-video-label { position:absolute; left:24px; right:24px; bottom:24px; z-index:2; padding:18px 20px; border-radius:20px; background:rgba(41,38,40,.78); border:1px solid var(--line); backdrop-filter:blur(12px); }
.hero-video-label span { color:var(--tiger-flame); font-weight:900; letter-spacing:.15em; font-size:12px; }
.hero-video-label strong { display:block; margin-top:5px; font-size:20px; }
.gallery-section { background:#171717; }
.gallery-carousel { position:relative; }
.gallery-track { display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding-bottom:6px; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.gallery-track::-webkit-scrollbar { display:none; }
.gallery-track img { flex:0 0 min(320px,78%); width:min(320px,78%); aspect-ratio:4/5; object-fit:cover; border-radius:22px; border:1px solid var(--line); filter:contrast(1.03) saturate(.92); background:#111; scroll-snap-align:center; }
.gallery-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:2; width:52px; height:52px; border-radius:50%; border:1px solid var(--line); background:rgba(41,38,40,.78); backdrop-filter:blur(12px); color:var(--off-white); font-size:20px; display:grid; place-items:center; cursor:pointer; }
.gallery-arrow:hover { background:var(--tiger-flame); color:#111; border-color:var(--tiger-flame); }
.gallery-prev { left:-8px; }
.gallery-next { right:-8px; }
.gallery-dots { display:flex; justify-content:center; gap:8px; margin-top:20px; }
.gallery-dots button { width:9px; height:9px; padding:0; border-radius:50%; border:0; background:var(--line); cursor:pointer; }
.gallery-dots button.active { background:var(--tiger-flame); width:22px; border-radius:5px; }
@media(max-width:900px){ .hero-video{min-height:72vh;min-height:72svh;} .gallery-track img{flex-basis:70%;width:70%;} .gallery-arrow{width:44px;height:44px;} }
@media(max-width:520px){ .hero-video{min-height:72vh;min-height:72svh;} .gallery-track img{flex-basis:84%;width:84%;} .gallery-arrow{display:none;} }
