:root{--color-primary:#cb254e;--color-teal:#1a739d;--color-coral:#e68769;--color-yellow:#fcde81;--color-black:#000;--color-white:#fff;--color-gray-bg:#f7f7f7;--color-text:#333;--color-text-muted:#666;--font:"Poppins", system-ui, sans-serif;--header-height:90px;--promo-height:48px;--radius-pill:60px;--shadow-btn:-8px 6px 15px #0000004d;--gradient-pink-yellow:linear-gradient(0deg, #cb254e 0%, #fcde81 100%);--gradient-teal-pink:linear-gradient(0deg, #1a739d 0%, #cb254e 100%);--gradient-btn-warm:linear-gradient(27deg, #ff8f00 0%, #d124b1 100%);--gradient-btn-unlimited:linear-gradient(27deg, #fcde81 0%, #cb254e 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}[id]{scroll-margin-top:calc(var(--header-height) + var(--promo-height) + .5rem)}body{font-family:var(--font);color:var(--color-text);background-color:var(--color-gray-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{font-family:var(--font);letter-spacing:.02em;text-transform:uppercase;border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--shadow-btn);border:2px solid #e1e1e1;justify-content:center;align-items:center;padding:14px 28px;font-size:.875rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.btn:hover{opacity:.95;transform:translateY(-2px)}.btn--sm{padding:10px 20px;font-size:.75rem}.btn--lg{padding:15px 30px;font-size:1rem}.btn--primary{background:var(--color-primary);color:var(--color-white);border-color:#e1e1e1}.btn--teal{background:var(--color-teal);color:var(--color-white);border-color:#e1e1e1}.btn--gradient{background:var(--gradient-btn-warm);color:var(--color-white)}.btn--gradient-teal{background:var(--gradient-btn-unlimited);color:var(--color-white)}.btn--location{background:var(--color-black);color:var(--color-white);border:2px solid var(--color-primary);box-shadow:var(--shadow-btn);width:100%}.btn--block{width:100%}.promo-banner{min-height:var(--promo-height);background:var(--color-black);color:var(--color-white);z-index:110;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.header{z-index:100;background:var(--color-white);position:sticky;top:0;box-shadow:0 1px 8px #00000014}.header__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo__img{width:auto;max-height:80px}.nav__list{align-items:center;gap:.15rem;list-style:none;display:flex}.nav__item{position:relative}.nav__link{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text);border-radius:4px;padding:.5rem .75rem;font-size:.75rem;font-weight:600;display:block}.nav__link:hover,.nav__link--active{color:var(--color-primary)}.nav__dropdown{background:var(--color-white);opacity:0;visibility:hidden;border-radius:8px;min-width:220px;padding:.5rem;list-style:none;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(6px);box-shadow:0 8px 30px #0000001f}.nav__item:hover .nav__dropdown,.nav__item:focus-within .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown a{text-transform:none;color:var(--color-text);border-radius:4px;padding:.6rem .85rem;font-size:.875rem;font-weight:500;display:block}.nav__dropdown a:hover{background:var(--color-gray-bg);color:var(--color-primary)}.header__cta{white-space:nowrap;flex-shrink:0}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;width:40px;height:40px;padding:8px;display:none}.nav-toggle span{background:var(--color-black);border-radius:2px;height:2px;transition:all .3s;display:block}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{align-items:center;min-height:75vh;padding:3rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__bg:after{content:"";background:#ffffff8c;position:absolute;inset:0}.hero__content{z-index:1;max-width:700px;position:relative}.hero__title{color:var(--color-black);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05}.hero__subtitle{color:var(--color-black);max-width:520px;margin-bottom:2rem;font-size:1.25rem;font-weight:700}.promo-strip{background:var(--gradient-pink-yellow);padding:2.5rem 0}.promo-strip__inner{text-align:center}.promo-strip__title{color:var(--color-white);margin-bottom:1.25rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.services__intro{background:var(--gradient-pink-yellow);padding:3rem 0 2rem}.services__title{color:var(--color-white);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.services__desc{color:var(--color-white);max-width:640px;font-size:1.125rem}.services__cards{background:var(--gradient-teal-pink);padding:2rem 0 4rem}.services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{padding:1.5rem 0}.service-card__icon{color:var(--color-white);margin-bottom:1rem;font-size:2.25rem}.service-card__title{color:var(--color-white);margin-bottom:.75rem;font-size:1.375rem;font-weight:700}.service-card__desc{color:#fffffff2;font-size:1rem;line-height:1.5}.section{padding:4.5rem 0}.amenities{background:var(--color-white)}.amenities__layout{grid-template-columns:1fr 1.1fr;align-items:start;gap:2.5rem;display:grid}.amenities__title{color:var(--color-black);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}.amenities__desc{color:var(--color-text-muted);margin-bottom:1.5rem}.amenities__right{flex-direction:column;gap:1.5rem;display:flex}.amenities__list{grid-template-columns:1fr 1fr;gap:1rem;list-style:none;display:grid}.amenity-item{background:var(--color-gray-bg);text-align:center;border:1px solid #ddd;border-radius:8px;padding:1.25rem 1rem}.amenity-item__icon{margin-bottom:.5rem;font-size:1.5rem}.amenity-item__icon--yellow{color:var(--color-yellow)}.amenity-item__icon--coral{color:var(--color-coral)}.amenity-item__icon--pink{color:var(--color-primary)}.amenity-item__text{letter-spacing:.03em;color:var(--color-black);font-size:.8125rem;font-weight:700;line-height:1.3}.amenities__car img{object-fit:cover;border-radius:8px;width:100%}.eyebrow{margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.eyebrow--pink{color:var(--color-primary)}.section-header{max-width:700px;margin-bottom:2.5rem}.section-header--center{text-align:center;margin-left:auto;margin-right:auto}.section-header__title{color:var(--color-black);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.section-header__desc{color:var(--color-text-muted);font-size:1.0625rem}.locations{background:var(--color-gray-bg)}.locations__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.location-card{background:var(--color-white);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014}.location-card__image{background-position:50%;background-size:cover;height:200px}.location-card__body{text-align:center;padding:1.25rem}.location-card__name{color:var(--color-black);margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.location-card__name a{color:inherit}.location-card__name a:hover{color:var(--color-primary)}.location-card__image-link{display:block}.location-card__address{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5}.feel{text-align:center;padding:5rem 0;position:relative}.feel__bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.feel__inner{z-index:1;max-width:700px;margin:0 auto;position:relative}.feel__title{color:var(--color-black);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.feel__desc{color:var(--color-text);margin-bottom:2rem;font-size:1.0625rem}.join-club{text-align:center;background:var(--color-black);padding:5rem 0;position:relative;overflow:hidden}.join-club__overlay{z-index:0;background:linear-gradient(#00000073 0%,#000000e6 100%);position:absolute;inset:0}.join-club__inner{z-index:1;position:relative}.join-club__eyebrow{color:#e1e1e1;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:block}.join-club__title{color:var(--color-white);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.join-club__title span{display:block}.join-club__desc{color:var(--color-white);max-width:520px;margin:0 auto 2rem;font-size:1.0625rem}.unlimited-pass{scroll-margin-top:calc(var(--header-height) + var(--promo-height))}.unlimited-hero{text-align:center;color:var(--color-white);padding:4rem 0;position:relative}.unlimited-hero__bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.unlimited-hero__bg:after{content:"";background:linear-gradient(#1a739d99 0%,#000000bf 100%);position:absolute;inset:0}.unlimited-hero__inner{z-index:1;position:relative}.unlimited-hero__promo{background:var(--color-yellow);color:var(--color-black);border-radius:var(--radius-pill);margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:700;display:inline-block}.unlimited-hero__title{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.unlimited-hero__subtitle{margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600}.unlimited-hero__desc{opacity:.95;max-width:520px;margin:0 auto 2rem}.marquee{background:var(--color-white);border-block:1px solid #eee;padding:1.25rem 0;overflow:hidden}.marquee__track{gap:4rem;width:max-content;animation:22s linear infinite marquee-scroll;display:flex}.marquee__item{letter-spacing:.08em;text-transform:uppercase;color:var(--color-teal);white-space:nowrap;font-size:1.125rem;font-weight:800}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.unlimited-why{background:var(--color-gray-bg)}.unlimited-why__cta{text-align:center;margin-top:2rem}.benefits__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.benefit-card{background:var(--color-white);text-align:center;border-radius:8px;padding:2rem 1.25rem;box-shadow:0 2px 10px #0000000f}.benefit-card__icon{color:var(--color-teal);margin-bottom:1rem;font-size:2rem}.benefit-card__title{color:var(--color-black);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.benefit-card__desc{color:var(--color-text-muted);font-size:.875rem}.unlimited-pricing{background:var(--color-white)}.contact{background:var(--color-white);text-align:center}.contact__title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact__info{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1rem;display:flex}.contact__link{font-size:1.125rem;font-weight:600}.section--alt{background:var(--color-gray-bg)}#careers{padding:3rem 0}.careers-section{max-width:560px;margin:0 auto}.careers-form-wrap{margin-top:1.5rem}.careers-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=520px){.careers-form__row{grid-template-columns:1fr}}.careers-form__field{margin-bottom:1rem}.careers-form__label{color:var(--color-text);margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.careers-form__input{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.careers-form__input:focus{outline:2px solid var(--color-primary);border-color:var(--color-primary)}.careers-form__error{color:#b91c1c;background:#fde8e8;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.careers-form__success{text-align:center;color:#047857;background:#ecfdf5;border-radius:12px;padding:2rem 1rem}.careers-form__success i{margin-bottom:.75rem;font-size:2.5rem}.careers-form__success p{margin:0;font-weight:600}.careers-form__submit{width:100%;margin-top:.5rem}.footer{background:var(--color-black);color:#ffffffbf;text-align:center;padding:2rem 0}.footer__nav{flex-wrap:wrap;justify-content:center;gap:.35rem 1rem;margin-bottom:1.25rem;display:flex}.footer__nav a{color:#ffffffd9;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:500}.footer__nav a:hover{color:var(--color-yellow)}.footer__copy{color:#ffffff80;font-size:.8125rem}.footer__copy a{color:#ffffffb3;margin-left:.5rem}@media (width<=900px){.services__grid,.locations__grid,.benefits__grid,.amenities__layout,.amenities__list{grid-template-columns:1fr}}@media (width<=768px){:root{--header-height:72px}.logo__img{max-height:56px}.nav-toggle{display:flex}.nav{top:calc(var(--header-height) + var(--promo-height));background:var(--color-white);padding:1.5rem;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.nav.is-open{transform:translate(0)}.nav__list{flex-direction:column;align-items:stretch}.nav__link{padding:1rem;font-size:.9375rem}.nav__dropdown{opacity:1;visibility:visible;box-shadow:none;padding-left:1rem;display:none;position:static;transform:none}.nav__item.is-expanded .nav__dropdown{display:block}.header__cta{display:none}.hero__title{font-size:2.25rem}}.fw-page{min-height:60vh}.fw-hero{background:var(--color-black);color:var(--color-white);text-align:center;padding:3rem 0 3.5rem}.fw-hero__eyebrow{opacity:.9;margin-bottom:.5rem;font-size:1rem;font-weight:500}.fw-hero__title{max-width:640px;margin:0 auto .75rem;font-size:clamp(2rem,6vw,3.25rem);font-weight:800;line-height:1.15}.fw-hero__desc{opacity:.9;max-width:520px;margin:0 auto;font-size:1.05rem}.fw-panel{background:var(--color-white);z-index:1;border-radius:12px;max-width:480px;margin:-2rem auto 0;padding:2rem;position:relative;box-shadow:0 8px 32px #0000001a}.fw-section{padding:0 0 4rem}.fw-form__label{color:var(--color-black);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.fw-form__input{width:100%;font-family:var(--font);border:2px solid #e0e0e0;border-radius:8px;margin-bottom:1.25rem;padding:14px 16px;font-size:1.125rem}.fw-form__input:focus{border-color:var(--color-teal);outline:none}.fw-form__hint{color:var(--color-text-muted);margin-top:-.75rem;margin-bottom:1.25rem;font-size:.8125rem}.fw-terms{align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5;display:flex}.fw-terms input{flex-shrink:0;width:18px;height:18px;margin-top:.25rem}.fw-terms a{text-decoration:underline}.fw-form__submit{width:100%}.fw-form__error{color:#9b1c31;background:#fde8ec;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:none}.fw-form__error.is-visible{display:block}.fw-success{text-align:center;display:none}.fw-success.is-visible{display:block}.fw-success__icon{color:var(--color-teal);margin-bottom:1rem;font-size:3rem}.fw-success__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.fw-success__text{color:var(--color-text-muted);margin-bottom:1.5rem}.fw-success__actions{flex-direction:column;gap:.75rem;display:flex}.redeem-page{min-height:70vh;padding:3rem 0 4rem}.redeem-card{background:var(--color-white);text-align:center;border-radius:12px;max-width:420px;margin:0 auto;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000001a}.redeem-card__title{margin-bottom:.35rem;font-size:1.75rem;font-weight:800}.redeem-card__subtitle{color:var(--color-text-muted);margin-bottom:1.5rem}.redeem-barcode-wrap{background:var(--color-white);border:2px dashed #ddd;border-radius:8px;margin-bottom:1rem;padding:1rem}.redeem-barcode-wrap svg{max-width:100%;height:auto}.redeem-code-text{letter-spacing:.08em;margin-bottom:1rem;font-family:ui-monospace,monospace;font-size:1.125rem;font-weight:700}.redeem-instructions{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}.redeem-loading,.redeem-error{text-align:center;padding:3rem 1.5rem}.redeem-error{color:#9b1c31}.redeem-landing{background:var(--color-white);border-radius:12px;max-width:560px;margin:0 auto;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000001a}.redeem-landing__icon{background:linear-gradient(135deg, var(--color-primary), #ff6b8a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:1.75rem;display:flex}.redeem-landing__title{text-align:center;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.redeem-landing__intro{text-align:center;color:var(--color-text-muted);margin-bottom:1.75rem;line-height:1.6}.redeem-steps{flex-direction:column;gap:1rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.redeem-steps__item{align-items:flex-start;gap:1rem;font-size:.95rem;line-height:1.5;display:flex}.redeem-steps__num{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;display:flex}.redeem-locations{background:var(--color-gray-bg);border-radius:10px;margin-bottom:1.75rem;padding:1.25rem 1.5rem}.redeem-locations__title{margin-bottom:1rem;font-size:1rem;font-weight:700}.redeem-locations__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.redeem-locations__link{background:var(--color-white);border:1px solid #e8e8e8;border-radius:8px;padding:.75rem 1rem;transition:border-color .2s;display:block}.redeem-locations__link:hover{border-color:var(--color-primary)}.redeem-locations__link strong{margin-bottom:.2rem;display:block}.redeem-locations__link span{color:var(--color-text-muted);font-size:.85rem}.redeem-locations__all{margin-top:1rem;font-size:.875rem;font-weight:600;display:inline-block}.redeem-landing__actions{flex-direction:column;gap:.75rem;display:flex}.redeem-landing__actions .btn{text-align:center;width:100%}.redeem-back{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:600}.redeem-back:hover{text-decoration:underline}.redeem-card__actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.redeem-card__actions .btn{width:100%}@media (width<=600px){.fw-panel{margin-left:1rem;margin-right:1rem;padding:1.5rem}}.loc-page .promo-banner{display:none}.loc-hero{background:var(--color-black);color:var(--color-white);text-align:center;padding:3.5rem 0 4rem;position:relative}.loc-hero__brand{opacity:.95;margin-bottom:.35rem;font-size:1.125rem;font-weight:500}.loc-hero__name{margin-bottom:2rem;font-size:clamp(3rem,10vw,5.5rem);font-weight:800;line-height:1}.loc-hero__menus{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}.loc-menu-btn{font-family:var(--font);text-transform:uppercase;color:var(--color-white);border-radius:var(--radius-pill);box-shadow:var(--shadow-btn);border:2px solid #ffffff4d;justify-content:center;align-items:center;gap:.65rem;min-width:200px;padding:14px 24px;font-size:.875rem;font-weight:700;transition:transform .2s;display:inline-flex}.loc-menu-btn:hover{color:var(--color-white);transform:translateY(-2px)}.loc-menu-btn--express{background:linear-gradient(27deg,#1a739d 0%,#0d4a6e 100%)}.loc-menu-btn--full{color:var(--color-black);background:linear-gradient(27deg,#fcde81 0%,#e68769 100%)}.loc-menu-btn--detail{background:linear-gradient(27deg,#1a739d 0%,#4ecdc4 100%)}.loc-wave{background:var(--color-white);clip-path:ellipse(55% 100% at 50% 100%);width:100%;height:60px;margin-top:-1px;display:block}.loc-info{background:var(--color-white);padding:3rem 0 4rem}.loc-info__grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.loc-map{border-radius:8px;min-height:420px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.loc-map iframe{border:0;width:100%;height:100%;min-height:420px}.loc-card{background:var(--color-white);border-radius:8px;padding:2rem;box-shadow:0 4px 24px #00000014}.loc-card__title{color:var(--color-black);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.loc-card__row{gap:1rem;margin-bottom:1.5rem;display:flex}.loc-card__row i{color:var(--color-primary);flex-shrink:0;margin-top:.2rem;font-size:1.25rem}.loc-card__row p,.loc-card__row address{color:var(--color-text);font-style:normal;line-height:1.6}.loc-hours{font-size:.9375rem;list-style:none}.loc-hours li{justify-content:space-between;gap:1rem;padding:.2rem 0;display:flex}.loc-social{gap:.75rem;margin-top:1.5rem;display:flex}.loc-social a{background:var(--color-teal);width:40px;height:40px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.loc-social a:hover{background:var(--color-primary);color:var(--color-white)}.loc-menu-section{scroll-margin-top:calc(var(--header-height) + 1rem);padding:4rem 0}.loc-menu-section--dark{background:var(--color-black);color:var(--color-white)}.loc-menu-section--express{background:linear-gradient(#1a1a1a 0%,#2d2d2d 100%)}.loc-menu-section__eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.loc-menu-section__title{text-align:center;margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;line-height:1.2}.loc-menu-section__desc{text-align:center;opacity:.9;max-width:640px;margin:0 auto 2.5rem;font-size:1.0625rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}.price-card{background:var(--color-white);text-align:center;border:10px solid #ffffffe6;border-radius:21px;padding:1.5rem 1.25rem;box-shadow:0 8px 24px #00000026}.price-card--diamond{background:radial-gradient(circle,#fff 0%,#b6d1de 100%)}.price-card--platinum{background:radial-gradient(circle,#fff 0%,#e8e6e0 100%)}.price-card--gold{background:radial-gradient(circle,#fff 0%,#f5e6b8 100%)}.price-card--silver{background:radial-gradient(circle,#fff 0%,#e8e8e8 100%)}.price-card__name{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.price-card__name--diamond{color:#3d5d6b}.price-card__name--platinum{color:#6d6859}.price-card__name--gold{color:#705b1c}.price-card__name--silver{color:#363636}.price-card__unlimited{width:100%;font-family:var(--font);color:var(--color-white);background:var(--gradient-btn-unlimited);border-radius:var(--radius-pill);box-shadow:var(--shadow-btn);cursor:pointer;text-align:center;border:2px solid #e1e1e1;margin-bottom:.75rem;padding:12px 16px;font-size:.8125rem;font-weight:700;line-height:1.3;display:block}.price-card__unlimited small{margin-top:.25rem;font-size:.75rem;font-weight:600;display:block}.price-card__single{margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.price-card__includes{text-transform:uppercase;opacity:.85;margin-bottom:.75rem;font-size:.8125rem;font-weight:700}.price-card__features{text-align:left;color:var(--color-text-muted);font-size:.8125rem;list-style:none}.price-card__features li{padding:.25rem 0 .25rem 1.25rem;position:relative}.price-card__features li:before{content:"+";color:var(--color-teal);font-weight:700;position:absolute;left:0}.loc-menu-section--full .pricing-grid .price-card{color:var(--color-white);background:linear-gradient(#cb254e 0%,#a01d3d 100%);border-color:#ffffff4d}.loc-menu-section--full .price-card__name,.loc-menu-section--full .price-card__single,.loc-menu-section--full .price-card__includes{color:var(--color-white)}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:900px;margin:0 auto;display:grid}.detail-item{background:var(--color-gray-bg);text-align:center;border-radius:8px;padding:1.5rem}.detail-item__name{color:var(--color-black);font-size:1rem;font-weight:700}.detail-item__price{color:var(--color-primary);margin-top:.35rem;font-size:1.5rem;font-weight:800}@media (width<=900px){.loc-info__grid{grid-template-columns:1fr}.loc-map{min-height:300px}}@media (width<=768px){.loc-hero__menus{flex-direction:column;align-items:center}.loc-menu-btn{width:100%;max-width:320px}}.admin-body{font-family:var(--font,"Poppins", sans-serif);background:#f0f2f5;min-height:100vh}.admin-login-wrap{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 8px 32px #00000014}.admin-card--wide{max-width:1100px;margin:0 auto 3rem}.admin-header{color:#fff;background:#000;padding:1rem 0}.admin-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-header h1{font-size:1.25rem;font-weight:700}.admin-main{padding:2rem 1.5rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.admin-stat{text-align:center;background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.admin-stat__num{color:#cb254e;font-size:1.75rem;font-weight:800}.admin-stat__label{text-transform:uppercase;color:#666;margin-top:.25rem;font-size:.75rem}.admin-section{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.admin-section h2{margin-bottom:1rem;font-size:1.125rem}.admin-form__label{margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.admin-form__input,.admin-form__textarea{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:1rem;padding:10px 12px;font-family:inherit}.admin-form__textarea{min-height:120px;font-family:ui-monospace,monospace;font-size:.875rem}.admin-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #eee;padding:.65rem .75rem}.admin-table th{background:#fafafa;font-weight:700}.admin-badge{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.admin-badge--ok{color:#0d6832;background:#e6f7ed}.admin-badge--used{color:#9b1c31;background:#fde8ec}.admin-error{color:#9b1c31;background:#fde8ec;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.admin-success{color:#0d6832;background:#e6f7ed;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.admin-barcode-preview{max-width:120px;height:40px}.admin-barcode-preview svg{max-width:100%;height:auto}
