:root{--background:0 0% 100%;--foreground:0 0% 6%;--primary:0 0% 6%;--primary-foreground:0 0% 100%;--secondary:0 0% 96%;--secondary-foreground:0 0% 6%;--muted:0 0% 94%;--muted-foreground:0 0% 38%;--accent:58 100% 55%;--accent-foreground:0 0% 6%;--border:0 0% 90%;--input:0 0% 90%;--ring:58 100% 55%;--ink:0 0% 6%;--ink-foreground:0 0% 100%;--ink-muted:0 0% 65%;--ink-border:0 0% 18%;--radius:.25rem;--shadow-accent:0 20px 60px -20px hsl(58 100% 55%/.55);--shadow-ink:0 30px 80px -30px hsl(0 0% 0%/.6)}*{box-sizing:border-box;border-color:hsl(var(--border))}html{scroll-behavior:smooth}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,.font-display{font-family:Anton,'Bebas Neue',Impact,sans-serif;letter-spacing:.01em;font-weight:400}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.bg-ink{background:hsl(var(--ink))}.text-accent{color:hsl(var(--accent))}.text-stroke{-webkit-text-stroke:1.5px hsl(var(--ink-foreground));color:transparent}.text-stroke-dark{-webkit-text-stroke:1.5px hsl(var(--ink));color:transparent}.section{padding:6rem 0}.eyebrow{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--muted-foreground));margin-bottom:1rem}.eyebrow.accent{color:hsl(var(--accent))}.heading-xl{margin:0;font-size:clamp(3rem,8vw,6rem);line-height:1;text-transform:uppercase}.heading-lg{margin:0;font-size:clamp(3rem,7vw,4.5rem);line-height:1;text-transform:uppercase}.lead{font-size:1.125rem;line-height:1.75rem;color:hsl(var(--muted-foreground))}.lead-light{font-size:1.125rem;line-height:1.75rem;color:hsl(var(--ink-muted))}.icon{display:inline-block;width:1.5rem;height:1.5rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.25rem;height:1.25rem}.icon-lg{width:2.5rem;height:2.5rem}.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}.skip-link{position:absolute;left:1rem;top:-3rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:.75rem 1rem;z-index:200;border-radius:var(--radius);transition:top .2s}.skip-link:focus{top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;font-weight:600;transition:.2s;border:1px solid transparent;height:2.25rem;padding:.5rem 1rem;min-height:44px}.btn svg{width:1rem;height:1rem}.btn-lg{height:2.75rem;padding:.75rem 2rem;font-size:1rem}.btn-xl{height:3.5rem;padding:1rem 2rem;font-size:1rem;text-transform:uppercase;letter-spacing:.06em}.btn-accent,.btn-hero{background:hsl(var(--accent));color:hsl(var(--accent-foreground));box-shadow:var(--shadow-accent)}.btn-accent:hover{background:hsl(var(--accent)/.9)}.btn-hero:hover{transform:translateY(-1px)}.btn-outline-light{border-color:hsl(var(--ink-border));color:hsl(var(--ink-foreground));background:transparent}.btn-outline-light:hover{background:hsl(var(--ink-foreground));color:hsl(var(--ink))}.btn-ink{background:hsl(var(--ink));color:hsl(var(--ink-foreground))}.btn-ink:hover{background:hsl(var(--ink)/.9)}.btn-full{width:100%}.btn[disabled]{pointer-events:none;opacity:.5}
.navbar{position:fixed;inset:0 0 auto 0;z-index:50;background:hsl(var(--ink)/.8);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--ink-border))}.nav-inner{height:4rem;display:flex;align-items:center;justify-content:space-between}.logo{color:hsl(var(--ink-foreground))}.logo-mark-link,.footer-logo-link{display:inline-flex;align-items:center;justify-content:center}.brand-mark{width:48px;height:48px;display:block}.brand-mark-footer{width:64px;height:64px}.nav-links{display:none;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;color:hsl(var(--ink-foreground)/.8);transition:.2s;min-height:44px;display:inline-flex;align-items:center}.nav-links a:hover{color:hsl(var(--accent))}.nav-cta{display:none}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--ink-foreground));background:transparent;border:0;padding:.5rem;min-width:44px;min-height:44px}.mobile-menu{display:none;border-top:1px solid hsl(var(--ink-border));background:hsl(var(--ink))}.mobile-menu.open{display:block}.mobile-menu .container{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem}.mobile-menu a{min-height:44px;display:flex;align-items:center}.mobile-menu a:not(.btn){color:hsl(var(--ink-foreground)/.9);font-weight:500}.hero{position:relative;min-height:100vh;background:hsl(var(--ink));color:hsl(var(--ink-foreground));overflow:hidden;padding-top:4rem}.hero-bg,.hero-bg img,.overlay{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.5}.overlay-r{background:linear-gradient(to right,hsl(var(--ink)),hsl(var(--ink)/.7),transparent)}.overlay-t{background:linear-gradient(to top,hsl(var(--ink)),transparent,transparent)}.hero-content{position:relative;min-height:calc(100vh - 4rem);display:flex;flex-direction:column;justify-content:center;padding:5rem 0}.hero-copy{max-width:48rem}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid hsl(var(--ink-border));border-radius:9999px;margin-bottom:2rem}.pulse{width:.5rem;height:.5rem;border-radius:9999px;background:hsl(var(--accent));animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.pill span:last-child{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--ink-muted))}.hero-title{margin:0;font-size:clamp(3.75rem,12vw,8rem);line-height:.9;text-transform:uppercase}.hero-text{margin:2rem 0 0;font-size:1.125rem;line-height:1.75rem;color:hsl(var(--ink-muted));max-width:36rem}.hero-actions{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-stats{margin-top:4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:36rem;gap:1.5rem}.stat-number{font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:clamp(2.25rem,5vw,3rem);line-height:1;color:hsl(var(--accent))}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--ink-muted));margin-top:.25rem}.marquee-bar{position:absolute;bottom:0;left:0;right:0;border-top:1px solid hsl(var(--ink-border));background:hsl(var(--ink)/.8);backdrop-filter:blur(8px);overflow:hidden}.marquee-track{display:flex;white-space:nowrap;padding:1rem 0;animation:marquee 30s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.marquee-line{display:flex;align-items:center;gap:3rem;padding:0 1.5rem;font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:1.5rem;text-transform:uppercase;color:hsl(var(--ink-foreground)/.4);flex-shrink:0}.marquee-line .dot{color:hsl(var(--accent))}.about-grid{display:grid;gap:4rem;align-items:center}.about-media{position:relative}.about-photo{aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius)}.about-photo img{width:100%;height:100%;object-fit:cover}.years-badge{position:absolute;right:-1rem;bottom:-2rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));padding:1.5rem;max-width:16rem;box-shadow:var(--shadow-accent)}.years-badge .num{font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:3rem;line-height:1}.years-badge .label{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem;font-weight:600}.feature-grid{display:grid;gap:1.5rem;margin-top:2.5rem}.feature{border-left:2px solid hsl(var(--accent));padding-left:1rem}.feature svg{color:hsl(var(--accent));margin-bottom:.75rem}.feature-title{font-weight:700;font-size:1.125rem}.feature-text{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.section-head,.pricing-head,.schedule-head{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.section-head p{margin:0;max-width:28rem;color:hsl(var(--ink-muted))}
.program-grid{display:grid;gap:1px;background:hsl(var(--ink-border))}.program-card{position:relative;background:hsl(var(--ink));color:hsl(var(--ink-foreground));padding:2rem;transition:.3s;cursor:pointer}.program-card:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.program-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:3rem}.program-num{font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:1.25rem;color:hsl(var(--ink-muted))}.program-card:hover .program-num{color:hsl(var(--accent-foreground)/.6)}.program-card .arrow{color:hsl(var(--ink-muted));transition:.3s}.program-card:hover .arrow{color:hsl(var(--accent-foreground));transform:rotate(45deg)}.program-icon{width:2.5rem;height:2.5rem;margin-bottom:1.5rem;color:hsl(var(--accent))}.program-card:hover .program-icon{color:hsl(var(--accent-foreground))}.program-card h3{margin:0 0 .75rem;font-size:1.875rem;text-transform:uppercase}.program-card p{margin:0 0 1.5rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--ink-muted))}.program-card:hover p{color:hsl(var(--accent-foreground)/.8)}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border:1px solid hsl(var(--ink-border))}.program-card:hover .tag{border-color:hsl(var(--accent-foreground)/.4)}.trainer-head,.testimonial-head{text-align:center;margin-bottom:4rem}.trainer-grid,.testimonial-grid,.pricing-grid{display:grid;gap:1.5rem}.trainer-card{position:relative;overflow:hidden;background:hsl(var(--ink))}.trainer-image{aspect-ratio:4/5;overflow:hidden}.trainer-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:.5s}.trainer-card:hover img{filter:grayscale(0);transform:scale(1.05)}.trainer-overlay{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;background:linear-gradient(to top,hsl(var(--ink)),hsl(var(--ink)/.8),transparent)}.trainer-role{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--accent));margin-bottom:.5rem}.trainer-name-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.trainer-name-row h3{margin:0;font-size:1.5rem;text-transform:uppercase;color:hsl(var(--ink-foreground))}.trainer-name-row svg{color:hsl(var(--ink-foreground)/.6);flex-shrink:0}.trainer-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.trainer-tag{font-size:10px;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .5rem;border:1px solid hsl(var(--ink-border));color:hsl(var(--ink-muted))}.pricing-head p{margin:0;color:hsl(var(--muted-foreground));max-width:24rem}.price-card{position:relative;padding:2rem;border:2px solid hsl(var(--border));display:flex;flex-direction:column;transition:.2s;background:hsl(var(--background))}.price-card:not(.featured):hover{border-color:hsl(var(--ink))}.price-card.featured{background:hsl(var(--ink));color:hsl(var(--ink-foreground));border-color:hsl(var(--accent));box-shadow:var(--shadow-ink)}.badge{position:absolute;top:-.75rem;left:2rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;font-weight:700;padding:.25rem .75rem}.plan-name{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem;opacity:.7}.plan-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.5rem}.plan-price .amount{font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:3.75rem;line-height:1}.plan-price .period{font-size:.875rem;opacity:.6}.plan-desc{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 2rem}.featured .plan-desc{color:hsl(var(--ink-muted))}.plan-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem}.plan-features svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem;color:hsl(var(--ink))}.featured .plan-features svg{color:hsl(var(--accent))}.testimonial{border:1px solid hsl(var(--ink-border));padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:.2s}.testimonial:hover{border-color:hsl(var(--accent))}.stars{display:flex;gap:.25rem;color:hsl(var(--accent))}.stars svg{fill:hsl(var(--accent))}.testimonial blockquote{margin:0;font-size:1.125rem;line-height:1.625;flex:1}.testimonial figcaption{border-top:1px solid hsl(var(--ink-border));padding-top:1rem}.testimonial .name{font-weight:700}.testimonial .role{font-size:.875rem;color:hsl(var(--ink-muted))}
.schedule-head{margin-bottom:3rem}.legend{display:flex;gap:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;flex-wrap:wrap}.legend span{display:inline-flex;align-items:center;gap:.5rem}.legend i{display:inline-block;width:.75rem;height:.75rem}.legend .strength{background:hsl(var(--ink))}.legend .cardio{background:hsl(var(--accent))}.legend .other{background:hsl(var(--secondary));border:1px solid hsl(var(--border))}.scroll-hint{margin:-1rem 0 1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.schedule-scroll{overflow-x:auto;margin:0 -1rem;padding:0 1rem;-webkit-overflow-scrolling:touch}.schedule-grid{min-width:720px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;background:hsl(var(--border));border:1px solid hsl(var(--border))}.schedule-cell{background:hsl(var(--background));padding:1rem}.schedule-head-cell{font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:.875rem;text-transform:uppercase}.schedule-day{text-align:center}.schedule-time{font-family:Anton,'Bebas Neue',Impact,sans-serif;font-size:1.125rem}.class-cell{padding:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;text-align:center}.class-strength{background:hsl(var(--ink));color:hsl(var(--ink-foreground))}.class-cardio{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.class-other{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.class-empty{background:hsl(var(--background));color:hsl(var(--muted-foreground)/.4)}.contact-grid{display:grid;gap:3rem}.contact-info .lead-light{max-width:28rem;margin-bottom:2.5rem}.contact-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;background:hsl(var(--ink-border));color:hsl(var(--accent));flex-shrink:0}.contact-text-link{font-size:.875rem;color:hsl(var(--ink-foreground)/.9)}.contact-text-link:hover{color:hsl(var(--accent))}.map{aspect-ratio:16/9;overflow:hidden;border:1px solid hsl(var(--ink-border))}.map iframe{width:100%;height:100%;border:0;filter:grayscale(1) invert(1)}.contact-form{background:hsl(var(--background));color:hsl(var(--foreground));padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.contact-form h3{margin:0;font-size:1.875rem;text-transform:uppercase}.contact-form p{margin:.25rem 0 0;font-size:.875rem;color:hsl(var(--muted-foreground))}.form-grid{display:grid;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}label{font-size:.875rem;line-height:1;font-weight:500}.input,.textarea{width:100%;border:1px solid hsl(var(--input));background:hsl(var(--background));color:hsl(var(--foreground));border-radius:calc(var(--radius) - 2px);padding:.5rem .75rem;outline:none;transition:.2s}.input{height:2.75rem}.textarea{min-height:6rem;resize:vertical}.input::placeholder,.textarea::placeholder{color:hsl(var(--muted-foreground))}.input:focus-visible,.textarea:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.35)}.footer{background:hsl(var(--ink));color:hsl(var(--ink-foreground));border-top:1px solid hsl(var(--ink-border))}.footer-inner{padding:4rem 0}.footer-grid{display:grid;gap:2.5rem;margin-bottom:3rem}.footer-logo{margin-bottom:1rem}.footer p{color:hsl(var(--ink-muted));max-width:24rem;font-size:.875rem;line-height:1.25rem;margin:0}.socials{display:flex;gap:.75rem;margin-top:1.5rem}.socials a{width:2.75rem;height:2.75rem;display:grid;place-items:center;border:1px solid hsl(var(--ink-border));transition:.2s}.socials a:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent))}.footer-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--accent));margin-bottom:1rem}.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:hsl(var(--ink-muted))}.footer a:hover{color:hsl(var(--ink-foreground))}.footer-bottom{border-top:1px solid hsl(var(--ink-border));padding-top:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;font-size:.75rem;color:hsl(var(--ink-muted));text-transform:uppercase;letter-spacing:.05em}.footer-links{display:flex;gap:1.5rem}.toast-wrap{position:fixed;bottom:1rem;right:1rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;max-width:calc(100vw - 2rem)}.toast{width:356px;max-width:100%;border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 10px 30px hsl(0 0% 0%/.12);padding:1rem;transform:translateY(12px);opacity:0;transition:.2s}.toast.show{transform:translateY(0);opacity:1}.toast-title{font-weight:600;font-size:.875rem}.toast-desc{color:hsl(var(--muted-foreground));font-size:.875rem;margin-top:.25rem}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:hsl(var(--muted));text-align:center;padding:2rem}.not-found h1{margin:0 0 1rem;font-size:2.25rem;font-weight:700}.not-found p{margin:0 0 1rem;font-size:1.25rem;color:hsl(var(--muted-foreground))}.not-found a{color:hsl(var(--primary));text-decoration:underline}@media(min-width:640px){.feature-grid,.program-grid,.trainer-grid,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.section{padding:8rem 0}.nav-links,.nav-cta{display:flex}.nav-toggle{display:none}.hero-title{font-size:clamp(6rem,10vw,8rem)}.hero-text{font-size:1.25rem}.years-badge{right:-2rem;padding:2rem}.heading-lg,.heading-xl{font-size:4.5rem}.section-head,.pricing-head,.schedule-head{flex-direction:row;align-items:flex-end;justify-content:space-between}.testimonial-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.price-card.featured{transform:translateY(-1rem)}.contact-form{padding:2.5rem}.contact-item span{font-size:1rem}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-brand{grid-column:span 2/span 2}.footer-bottom{flex-direction:row;align-items:center}}@media(min-width:1024px){.about-grid,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-grid,.trainer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767.98px){.container{padding:0 1.5rem}.brand-mark{width:44px;height:44px}.brand-mark-footer{width:56px;height:56px}.hero-stats{gap:1rem}.btn-xl{width:100%}.hero-actions{width:100%}.years-badge{max-width:14rem;right:0}.scroll-hint{display:block}.footer-links{flex-wrap:wrap;gap:1rem 1.25rem}}
@media(min-width:768px){.scroll-hint{display:none}}

.logo-mark-link,.footer-logo-link{background:transparent}
.brand-mark,.brand-mark-footer{background:transparent}
.powered-by{display:inline-flex;align-items:center;gap:.35rem;color:hsl(var(--ink-muted));font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.brendigo-text-link{color:hsl(var(--accent));font-weight:700;text-decoration:none;transition:.2s}
.brendigo-text-link:hover{color:hsl(var(--ink-foreground));text-decoration:underline;text-underline-offset:4px}
.footer-bottom{align-items:center}
@media(max-width:767.98px){
  .footer-bottom{align-items:flex-start}
  .powered-by{white-space:normal;line-height:1.5}
}
