:root{--color-primary:#ff6b35;--color-primary-hover:#e55a2b;--color-bg-dark:#222;--color-bg-darker:#0a0a0a;--color-text-light:rgba(255,255,255,0.87);--color-text-muted:#aaa;--color-text-body:#555;--color-text-subtle:#888;--color-bg-light:#f5f3f0;font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}#about,#mvp,#work-hard{scroll-margin-top:80px}body{min-height:100vh}*,body{margin:0}*{padding:0;box-sizing:border-box}.seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--section-py:100px;--section-py-sm:70px;--container-px:2rem;--container-px-sm:1rem;--container-max:1200px;--container-narrow:900px;--heading-gap:2.5rem;--footer-py:60px}.section{padding:var(--section-py) 0}@media (max-width:768px){.section{padding:var(--section-py-sm) 0}}.basketball-page{line-height:1.6;color:#333}.container{width:100%;padding:0 var(--container-px)}.about-section{background:var(--color-bg-light);color:var(--color-bg-dark);min-height:calc(100vh - 120px);display:flex;align-items:center;position:relative;overflow:hidden;padding:clamp(4rem,8vw,7rem) clamp(2rem,5vw,5rem)}.about-section__bg-ball{position:absolute;right:-8%;top:50%;transform:translateY(-50%);width:clamp(400px,50vw,700px);height:clamp(400px,50vw,700px);background:url(/hero/basketball.png) 50%/contain no-repeat;opacity:.06;pointer-events:none}.about-section__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,8rem);gap:clamp(3rem,6vw,8rem);max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.about-section__left{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.about-section__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:var(--color-primary);margin:0}.about-section__headline{font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin:0}.about-section__tagline{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700;color:var(--color-primary);margin:0;letter-spacing:.02em}.about-section__right{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.about-section__body{font-size:1.05rem;line-height:1.8;color:var(--color-text-body);margin:0}.about-section__body2{font-size:.95rem;line-height:1.8;color:var(--color-text-subtle);margin:0}@media (max-width:768px){.about-section__layout{grid-template-columns:1fr;gap:2.5rem}.about-section__bg-ball{right:-20%;opacity:.04}}@media (max-width:480px){.about-section{padding:3.5rem 1.5rem}}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-content{background:#fff;border:1px solid #e0e0e0;padding:2.5rem;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:popupSlideIn .25s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#999;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.popup-close:hover{color:#1a1a1a}.popup-body{text-align:left}.popup-body h2{font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;color:#1a1a1a}.popup-body>p{font-size:.9375rem;line-height:1.6;color:#666;margin:0 0 1rem}.newsletter-form{gap:1rem}.form-group,.newsletter-form{display:flex;flex-direction:column}.form-group .form-control,.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #d0d0d0;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s}.form-group .form-control:focus,.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary-hover)}.form-group .form-control::placeholder,.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted)}.form-group .form-control,.form-group textarea{resize:vertical;min-height:120px}.subscribe-btn{width:100%;padding:.75rem 2rem;color:#fff;border:2px solid var(--color-primary-hover);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-family:inherit;cursor:pointer;transition:background .2s,border-color .2s;margin-top:.25rem}.subscribe-btn,.subscribe-btn:hover{background:var(--color-primary-hover)}.subscribe-btn:hover{border-color:var(--color-primary-hover)}.subscribe-btn:disabled{opacity:.6;cursor:not-allowed}.form-error{background:#fff5f5;border:1px solid var(--color-primary-hover);color:var(--color-primary-hover);padding:.75rem 1rem;font-size:.875rem;margin:0}@media (max-width:480px){.popup-content{padding:1.75rem 1.5rem;width:calc(100% - 2rem)}}.footer{background:var(--color-bg-dark);color:white;padding:var(--footer-py) 0}.footer-content{display:grid;grid-template-columns:1.4fr 2fr 1.2fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem}.footer-section h4{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#444;margin-bottom:1.25rem}h4.footer-brand-name{color:var(--color-primary);margin-bottom:.75rem}.footer-tagline{font-size:1.25rem;font-weight:500;line-height:1.5;color:#fff;letter-spacing:-.01em}.footer-section>p{color:#666;font-size:.875rem;line-height:1.7;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section a{color:var(--color-text-subtle);text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.quick-links-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 2rem;gap:0 2rem}.links-column ul{list-style:none;padding:0;margin:0}.links-column li{margin-bottom:0}.links-column a{display:block;padding:.35rem 0;color:var(--color-text-subtle);text-decoration:none;font-size:.875rem;text-transform:uppercase;transition:color .2s}.links-column a:hover{color:#fff}.links-column a span{position:relative}.links-column a span:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background:var(--color-primary);transition:width .3s ease}.links-column a:hover span:after{width:100%}.footer-social{display:flex;gap:1rem;margin-top:1.25rem;align-items:center}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-body);text-decoration:none;transition:color .2s}.footer-social-icon:hover{color:var(--color-primary)}.footer-social-icon svg{width:18px;height:18px}.footer-bottom{border-top:1px solid #1e1e1e;padding-top:1.5rem;justify-content:space-between;gap:1rem}.footer-bottom,.legal-links{display:flex;align-items:center;flex-wrap:wrap}.legal-links{gap:1.5rem}.legal-links a{color:#444;text-decoration:none;font-size:.78rem;letter-spacing:.02em;transition:color .2s}.legal-links a:hover{color:var(--color-text-subtle)}.separator{display:none}.copyright{font-size:.78rem;color:#333;letter-spacing:.02em}.copyright p{margin:0}@media (max-width:900px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.quick-links-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.legal-links{gap:1rem}}.hero{color:white;padding:0;text-align:center;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-video{top:50%;min-height:70vh;width:auto;height:auto;z-index:-1;transform:translateX(-50%) translateY(-50%);object-fit:fill;background-color:#000}.hero-content,.hero-video{position:absolute;left:50%}.hero-content{bottom:2.5vh;transform:translateX(-50%);z-index:2;max-width:800px;width:100%;padding:0 20px;display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .5s ease-in;animation:fadeIn 2s ease-in forwards;animation-delay:4s}.hero-content .btn-primary{animation-delay:5s}@keyframes fadeIn{to{opacity:1}}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{border:none;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--color-primary);color:white}.btn-primary:hover{background:var(--color-primary-hover);color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,53,.3)}@media (max-height:880px){.hero{min-height:620px}}.hero-static{position:relative;overflow:hidden;min-height:100vh;margin-top:-130px;display:flex;align-items:center;justify-content:center;color:#fff}.hs-bg{position:absolute;inset:0;z-index:0;isolation:isolate}.hs-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:hsBgZoom 14s ease-out forwards;transform-origin:center center;will-change:transform;transform:translateZ(0)}@keyframes hsBgZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hs-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.2) 40%,rgba(0,0,0,.65))}.hs-content{position:relative;z-index:1;text-align:center;padding:130px 1.5rem 0;display:flex;flex-direction:column;align-items:center;gap:0;will-change:auto;transform:translateZ(0)}.hs-eyebrow{font-size:.85rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--color-primary);margin:0 0 1.5rem;opacity:0;animation:hsFadeUp .8s ease forwards;animation-delay:.4s}.hs-headline{display:flex;flex-direction:column;align-items:center;line-height:.95;margin-bottom:1.75rem}.hs-line{display:block;font-size:clamp(4rem,12vw,9rem);font-weight:800;letter-spacing:-.02em;text-transform:uppercase;opacity:0}.hs-line--1{animation:hsFadeUp .8s ease forwards;animation-delay:.9s}.hs-line--2{animation:hsFadeUp .8s ease forwards;animation-delay:1.3s}.hs-brand{font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:0 0 2.5rem;opacity:0;animation:hsFadeUp .8s ease forwards;animation-delay:1.7s}.hs-actions{opacity:0;animation:hsFadeUp .8s ease forwards;animation-delay:2.1s}@keyframes hsFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-height:700px){.hero-static{min-height:100svh}}@media (max-width:480px){.hs-eyebrow{letter-spacing:.18em}.hs-brand{letter-spacing:.2em}}.ticker-strip{background:var(--color-primary);overflow:hidden;padding:1rem 0;white-space:nowrap}.ticker-track{display:inline-flex;animation:ticker 28s linear infinite}.ticker-content{display:inline-flex;align-items:center;gap:1.5rem;padding-right:1.5rem;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff}.ticker-dot{color:rgba(255,255,255,.5);font-size:1rem}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none}}.more-split{display:grid;grid-template-columns:45% 55%;min-height:calc(100vh - 120px);position:relative;overflow:hidden}.more-split--reverse{grid-template-columns:45% 55%;direction:rtl}.more-split--reverse>*{direction:ltr}.more-split--dark{background:var(--color-bg-dark)}.more-split--light{background:var(--color-bg-light)}.more-split__image-side{display:block;overflow:hidden;background:inherit}.more-split__image{width:100%;height:100%;overflow:hidden}.more-split__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.more-split__image-side:hover .more-split__image img{transform:scale(1.04)}.more-split__content{display:flex;flex-direction:column;justify-content:center;padding:5rem 5rem 5rem 4rem;gap:1.5rem}.more-split--reverse .more-split__content{padding:5rem 4rem 5rem 5rem}.more-split__label{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary)}.more-split__heading{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;line-height:1.15;margin:0;letter-spacing:-.02em}.more-split--dark .more-split__heading{color:#fff}.more-split--light .more-split__heading{color:var(--color-bg-dark)}.more-split__desc{font-size:1rem;line-height:1.75;max-width:38ch;margin:0;white-space:pre-line}.more-split--dark .more-split__desc{color:rgba(255,255,255,.65)}.more-split--light .more-split__desc{color:var(--color-text-body)}.more-split__extra{font-size:.85rem;line-height:1.75;max-width:42ch;margin:.75rem 0 0}.more-split--dark .more-split__extra{color:rgba(255,255,255,.45)}.more-split--light .more-split__extra{color:var(--color-text-subtle)}.more-split__intro{font-size:1.15rem;line-height:1.6;font-weight:500;margin:0}.more-split--dark .more-split__intro{color:rgba(255,255,255,.8)}.more-split--light .more-split__intro{color:var(--color-bg-dark)}.more-split__lines{display:flex;flex-direction:column;gap:.15rem;padding-left:1rem;border-left:3px solid var(--color-primary)}.more-split__lines p{font-size:.95rem;font-weight:600;line-height:1.6;margin:0}.more-split--dark .more-split__lines p{color:rgba(255,255,255,.7)}.more-split--light .more-split__lines p{color:var(--color-bg-dark)}.more-split__highlight{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;margin:0}.more-split--dark .more-split__highlight,.more-split--light .more-split__highlight{color:var(--color-primary)}.more-split__details{display:flex;flex-direction:column;gap:.75rem}.more-split__details p{font-size:.9rem;line-height:1.7;margin:0;max-width:40ch}.more-split--dark .more-split__details p{color:rgba(255,255,255,.6)}.more-split--light .more-split__details p{color:var(--color-text-body)}.more-split__meaning{font-size:.95rem;font-weight:600;font-style:italic;line-height:1.6;margin:0}.more-split--dark .more-split__meaning{color:rgba(255,255,255,.75)}.more-split--light .more-split__meaning{color:var(--color-bg-dark)}.more-split__closing{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:pre-line;line-height:1.8;margin:0}.more-split--dark .more-split__closing{color:rgba(255,255,255,.5)}.more-split--light .more-split__closing{color:var(--color-text-subtle)}.more-split__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:var(--color-primary);border-bottom:2px solid var(--color-primary);padding-bottom:2px;width:-moz-fit-content;width:fit-content;transition:gap .25s ease,color .25s ease}.more-split__cta:hover{gap:.9rem;color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.more-split__arrow{font-size:1.1rem;transition:transform .25s ease}.more-split__cta:hover .more-split__arrow{transform:translateX(4px)}@media (max-width:900px){.more-split,.more-split--reverse{display:flex;flex-direction:column;direction:ltr;height:auto;max-height:none}.more-split__image-side{width:100%;flex-shrink:0}.more-split__image{width:100%;height:auto;aspect-ratio:4/3}.more-split__content{gap:1.25rem}.more-split--reverse .more-split__content,.more-split__content{padding:3rem 2rem 4rem}.more-split__desc,.more-split__details p{max-width:100%}#mvp.more-split--dark{background:var(--color-bg-light)}#mvp.more-split--dark .more-split__heading,#mvp.more-split--dark .more-split__intro{color:var(--color-bg-dark)}#mvp.more-split--dark .more-split__desc,#mvp.more-split--dark .more-split__details p{color:var(--color-text-body)}#mvp.more-split--dark .more-split__meaning{color:var(--color-bg-dark)}#mvp.more-split--dark .more-split__closing{color:var(--color-text-subtle)}#mvp.more-split--dark .more-split__lines p{color:var(--color-bg-dark)}#mvp.more-split--dark .more-split__extra{color:var(--color-text-subtle)}#work-hard.more-split--light{background:var(--color-bg-dark)}#work-hard.more-split--light .more-split__heading{color:#fff}#work-hard.more-split--light .more-split__intro{color:rgba(255,255,255,.8)}#work-hard.more-split--light .more-split__desc{color:rgba(255,255,255,.65)}#work-hard.more-split--light .more-split__details p{color:rgba(255,255,255,.6)}#work-hard.more-split--light .more-split__meaning{color:rgba(255,255,255,.75)}#work-hard.more-split--light .more-split__closing{color:rgba(255,255,255,.5)}#work-hard.more-split--light .more-split__lines p{color:rgba(255,255,255,.7)}#work-hard.more-split--light .more-split__extra{color:rgba(255,255,255,.45)}}@media (max-width:480px){.more-split__image{aspect-ratio:3/2}.more-split__heading{font-size:1.5rem}}#team-uniforms{background:var(--color-bg-dark);padding:3rem clamp(2rem,5vw,5rem)}.tu-layout{display:grid;grid-template-columns:55% 45%;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.tu-text{display:flex;flex-direction:column;justify-content:center;gap:1.25rem}.tu-image-col{display:flex;align-items:center;justify-content:flex-start}.tu-image{height:80%;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.tu-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.tu-heading{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#fff;margin:0}.tu-intro{font-size:1.15rem;line-height:1.6;font-weight:500;color:rgba(255,255,255,.8);margin:0}.tu-desc{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.65);margin:0}.tu-highlight{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:var(--color-primary);margin:0}@media (max-width:900px){.tu-layout{grid-template-columns:1fr}.tu-image-col{order:-1}#team-uniforms{background:#000}.tu-image{height:auto;width:70%}}@media (max-width:480px){.tu-image{width:100%}.tu-heading{font-size:1.5rem}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08)}.header>.navigation{position:relative}.navigation{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem 2rem;grid-gap:2rem;gap:2rem}.nav-start{justify-self:start}.nav-social-icons{position:absolute;top:.5rem;left:1rem;display:flex;align-items:center;gap:.5rem}.nav-social-icon{display:flex;align-items:center;justify-content:center;color:#999;text-decoration:none;transition:color .2s}.nav-social-icon:hover{color:#333}.menu-toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.menu-icon{display:flex;flex-direction:column;gap:5px;width:22px}.menu-icon span{display:block;height:2px;width:100%;background:#333;border-radius:2px;transition:all .3s ease}.menu-icon.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-icon.open span:nth-child(2){opacity:0}.menu-icon.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-logo{justify-self:center}.nav-logo img{height:80px;width:auto}.nav-end{gap:.75rem;justify-self:end}.nav-actions,.nav-end{display:flex;align-items:center}.nav-actions{gap:.5rem}.nav-end .language-switcher{list-style:none;position:absolute;top:.5rem;right:1rem}.nav-end .dropdown-toggle{font-size:.7rem;font-weight:600;letter-spacing:.05em;color:#999;padding:0;background:none;border:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:.3rem;transition:color .2s}.nav-end .dropdown-toggle:hover{color:#333}.nav-end .dropdown-arrow{font-size:.5rem;transition:transform .3s ease}.nav-end .dropdown-arrow.open{transform:rotate(180deg)}.contact-icon,.social-icon,.user-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#333;text-decoration:none;transition:color .2s;position:relative}.contact-icon:hover,.social-icon:hover,.user-icon:hover{color:var(--color-primary)}.contact-icon svg,.social-icon svg,.user-icon svg{width:20px;height:20px}.user-indicator{bottom:4px;right:4px;width:6px;height:6px}.cart-badge,.user-indicator{position:absolute;background:var(--color-primary);border-radius:50%}.cart-badge{top:0;right:0;color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.nav-collections{position:relative;border-top:1px solid #f0f0f0}.nav-collections-bar{display:flex;justify-content:center;gap:0;padding:0 2rem}.nav-col-item,.nav-col-link{position:relative}.nav-col-link{display:block;padding:.5rem 1.25rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-body);text-decoration:none;transition:color .2s}.nav-col-link span{position:relative}.nav-col-link span:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--color-primary);transition:width .25s ease}.nav-col-link.active,.nav-col-link:hover{color:var(--color-bg-dark)}.nav-col-link.active span:after,.nav-col-link:hover span:after{width:100%}.nav-children-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 4px 16px rgba(0,0,0,.06);display:flex;justify-content:center;gap:0;padding:.5rem 2rem 1.5rem;z-index:50;animation:slideDown .2s ease forwards;transform-origin:top center}.nav-children-dropdown.closing{animation:slideUp .35s ease forwards}@keyframes slideUp{0%{opacity:1;max-height:80px;padding-top:.5rem;padding-bottom:1.5rem}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}}.nav-child-link{display:block;padding:.6rem 1.25rem;font-size:.7rem;font-weight:500;letter-spacing:.06em;color:#777;text-decoration:none;transition:color .2s}.nav-child-link:hover{color:var(--color-primary)}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:200}.menu-panel{position:fixed;top:0;left:0;bottom:0;width:360px;max-width:85vw;background:#fff;z-index:300;transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:4px 0 24px rgba(0,0,0,.12)}.menu-panel.open{transform:translateX(0)}.menu-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.menu-panel-title{font-size:1.1rem;font-weight:600;color:#333}.menu-panel-close{background:none;border:none;cursor:pointer;color:#666;padding:4px;display:flex;transition:color .3s}.menu-panel-close:hover{color:#333}.menu-panel-nav{flex:1 1;overflow-y:auto;padding:1.5rem 0}.menu-group{padding:0}.menu-group-label{padding:0 2rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;color:#999;margin-bottom:.75rem}.menu-group-label,.menu-link{display:block;text-transform:uppercase}.menu-link{padding:.6rem 2rem;font-size:1rem;font-weight:500;color:var(--color-text-body);text-decoration:none;transition:color .3s}.menu-link:hover{color:#333}.menu-link span{position:relative}.menu-link span:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:2px;background:var(--color-primary);transition:width .3s ease}.menu-link:hover span:after{width:100%}.menu-divider{height:1px;background:#e0e0e0;margin:1.25rem 2rem}.lang-dropdown-portal{position:fixed;z-index:9999;background:#fff;border:none;border-radius:8px;min-width:150px;box-shadow:0 8px 30px rgba(0,0,0,.12);list-style:none;padding:.35rem;margin:0}.lang-dropdown-portal li{margin:0}.lang-dropdown-portal button{display:block;width:100%;padding:.6rem 1rem;background:none;border:none;border-radius:6px;color:var(--color-text-body);font-size:.82rem;font-weight:500;font-family:inherit;letter-spacing:.02em;text-align:left;cursor:pointer;transition:background .15s,color .15s}.lang-dropdown-portal button:hover{background:#f5f5f5;color:var(--color-bg-dark)}@media (max-width:768px){.navigation{padding:.75rem 1rem}.nav-social-icons{display:none}.nav-logo img{height:60px}.contact-icon,.social-icon,.user-icon{width:32px;height:32px}.nav-collections-bar{padding:0 1rem;overflow-x:auto;scrollbar-width:none;justify-content:flex-start}.nav-collections-bar::-webkit-scrollbar{display:none}.nav-col-link{white-space:nowrap;padding:.5rem .75rem;font-size:.65rem}}@media (max-width:480px){.navigation{gap:.5rem;padding:.5rem .75rem}.nav-logo img{height:50px}.contact-icon{display:none}.social-icon svg,.user-icon svg{width:18px;height:18px}}.about-page{line-height:1.6;color:#333}.about-hero{background-color:black;color:white;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column}.about-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-logo{display:flex;align-items:center;justify-content:center;height:80%;width:80%;max-width:600px}.hero-logo img{width:100%;height:auto;max-height:400px;object-fit:contain}.about-hero-content{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:2;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.about-hero-content .btn-primary.btn-primary{background:var(--color-primary);color:white;opacity:1;visibility:visible}.about-hero-content .btn-primary.btn-primary:hover{background:var(--color-primary-hover);color:white}.about-content{background:#fff}.philosophy-section{text-align:left;max-width:760px;margin:0 auto;padding:0 2rem}.philosophy-section h1{font-family:Bebas Neue,cursive;font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem;font-weight:700;letter-spacing:.5px;text-align:left;color:var(--color-bg-dark)}.content-text{font-size:1.05rem;color:var(--color-text-body);margin-bottom:1.5rem;line-height:1.85;font-weight:400}.content-text b{font-weight:600;color:var(--color-bg-dark)}.content-quote{font-size:1.2rem;color:var(--color-bg-dark);font-style:italic;font-weight:400;margin:2.5rem 0;padding:1.5rem 2rem;border-left:3px solid var(--color-primary);background:transparent;line-height:1.7}.about-page .btn-primary{background:var(--color-primary);color:white;border:none;padding:12px 28px;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border-radius:0}.about-page .btn-primary:hover{background:var(--color-primary-hover)}.about-page .btn-primary svg{transition:transform .2s ease}.about-page .btn-primary:hover svg{transform:translateY(2px)}.video-list-section{background:#fff;border-top:1px solid #e8e8e8}.video-list-section h2{font-family:Bebas Neue,cursive;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--color-bg-dark);text-align:left;margin-bottom:2rem;letter-spacing:.5px}.search-container{max-width:100%;margin:0 0 2.5rem}.search-input{width:100%;padding:.85rem 1rem;font-size:1rem;border:none;border-bottom:1.5px solid #ddd;background:transparent;transition:border-color .2s;outline:none;color:#333;box-sizing:border-box}.search-input:focus{border-color:var(--color-primary)}.search-input::placeholder{color:var(--color-text-muted)}.video-list{max-width:100%;margin:0}.video-item{background:transparent;border-bottom:1px solid #e8e8e8}.video-item:first-child{border-top:1px solid #e8e8e8}.video-title{padding:1.25rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;color:var(--color-bg-dark);transition:color .2s;gap:1rem}.video-title:hover{color:var(--color-primary)}.expand-arrow{font-size:.75rem;color:var(--color-text-muted);transition:transform .25s ease;flex-shrink:0}.expand-arrow.expanded{transform:rotate(180deg);color:var(--color-primary)}.video-details{padding:0 0 1.5rem;animation:slideDown .25s ease}.video-description{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:.75rem}.video-added-by{font-size:.85rem;color:var(--color-text-muted);font-style:italic;margin-bottom:1rem}.youtube-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-primary);text-decoration:none;font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--color-primary);padding-bottom:1px;transition:color .2s,border-color .2s}.youtube-link:hover{color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.no-results{text-align:center;color:var(--color-text-muted);font-size:1rem;padding:3rem 0}.about-subheading{font-family:Bebas Neue,cursive;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;letter-spacing:.5px;color:var(--color-bg-dark);margin:3rem 0 1.5rem}.about-motto{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin:2.5rem 0 2rem;letter-spacing:.02em}.about-sign{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e8e8e8}.about-sign p{font-size:.95rem;color:var(--color-text-body);line-height:1.6;margin:0 0 .25rem}.about-sign b{color:var(--color-bg-dark);font-weight:700}.video-notes-section{background:var(--color-bg-light);border-top:1px solid #e8e8e8}.video-notes{max-width:760px;margin:0 auto}.video-notes p{font-size:.85rem;color:#777;line-height:1.8;margin-bottom:1.25rem}.video-notes b{font-weight:600;color:var(--color-text-body)}.video-notes__sign{margin-top:2rem;font-size:.9rem}.video-notes__sign b{color:var(--color-bg-dark)}@media (max-width:768px){.about-hero{min-height:40vh}.hero-logo{width:90%;max-width:400px}.hero-logo img{max-height:300px}.philosophy-section{padding:0 1.25rem}.philosophy-section h1{font-size:2rem}.content-text{font-size:1rem}.content-quote{font-size:1.05rem;padding:1rem 1.5rem;margin:2rem 0}.video-list-section h2{font-size:1.8rem}.video-title{font-size:.95rem;padding:1rem 0}}.legal-page{line-height:1.6;color:#333}.legal-hero{background:var(--color-bg-dark);color:#fff;text-align:center}.legal-hero-content{max-width:760px;margin:0 auto;padding:0 2rem}.legal-hero h1{font-family:Bebas Neue,cursive;font-size:clamp(2rem,5vw,3.2rem);margin-bottom:0;font-weight:700;letter-spacing:1px}.legal-content{background:#fff}.legal-content .container{max-width:760px;margin:0 auto;padding:0 2rem}.legal-text{font-size:1.05rem;line-height:1.8;color:var(--color-text-body)}.legal-text h1,.legal-text h2{font-family:Bebas Neue,cursive;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--color-bg-dark);margin:2.5rem 0 1rem;letter-spacing:.5px}.legal-text h1:first-child,.legal-text h2:first-child{margin-top:0}.legal-text h3{font-size:1.15rem;margin:1.5rem 0 .5rem;color:#333;font-weight:600}.legal-text p{margin-bottom:1.25rem;color:var(--color-text-body);line-height:1.8}.legal-text p:last-child{margin-bottom:0}.legal-text ol,.legal-text ul{margin:1rem 0 1.5rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.legal-text li{color:var(--color-text-body);line-height:1.7;padding-left:.25rem}.legal-text a{color:var(--color-primary);text-decoration:none;transition:color .2s}.legal-text a:hover{color:var(--color-primary-hover);text-decoration:underline}.legal-text strong{color:#333;font-weight:600}.legal-text table{width:100%;border-collapse:collapse;margin:1.5rem 0}.legal-text td,.legal-text th{padding:.75rem 1rem;border:1px solid #e8e8e8;text-align:left;font-size:.95rem;color:var(--color-text-body)}.legal-text th{background:#f8f9fa;color:#333;font-weight:600}@media (max-width:768px){.legal-content .container,.legal-hero-content{padding:0 1.25rem}}.mvp-page{line-height:1.6;color:#333}.mvp-hero{background-color:black;color:white;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column}.mvp-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-mvp-people{display:flex;align-items:flex-end;justify-content:center;height:80%;width:80%;max-width:600px;z-index:1;position:absolute;bottom:0}.hero-mvp-people img{width:100%;height:auto;max-height:400px;object-fit:contain}.mvp-hero-content{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:2;height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2rem}.mvp-page .hidden{visibility:hidden}.mvp-page h1{font-family:Bebas Neue,cursive;font-size:clamp(2rem,5vw,3.2rem);margin-bottom:1rem;font-weight:700;letter-spacing:.5px;text-align:center}.subtitle{font-size:1.25rem;opacity:.85;text-align:center;font-weight:300}.mvp-page .mvp-content{background:#fff;padding-bottom:1.75rem}.mvp-content .container{max-width:760px;margin:0 auto;padding:0 2rem}.mvp-content p,.mvp-content ul{font-size:1.05rem;line-height:1.8;color:var(--color-text-body);margin-bottom:1.25rem}.mvp-page .mvp-info{background:#fff;padding-top:0}.mvp-info .container{max-width:760px;margin:0 auto;padding:0 2rem}.info-block{padding:3rem 0;border-top:1px solid #e8e8e8}.info-block:last-child{border-bottom:1px solid #e8e8e8}.info-block h2{font-family:Bebas Neue,cursive;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--color-bg-dark);margin:0 0 1.5rem;letter-spacing:.5px}.info-block p{font-size:1.05rem;line-height:1.8;color:var(--color-text-body);margin-bottom:1rem}.info-block p:last-child{margin-bottom:0}.info-block ul{list-style:none;padding:0;margin:1.25rem 0;display:flex;flex-direction:column;gap:.6rem}.info-block li{position:relative;padding-left:1.25rem;font-size:1.05rem;color:var(--color-text-body);line-height:1.7}.info-block li:before{content:"—";position:absolute;left:0;color:var(--color-primary);font-weight:700}.info-block b{color:var(--color-bg-dark);font-weight:600}.story-timeline{margin:2rem 0;display:flex;flex-direction:column;gap:2rem}.story-item{display:flex;align-items:center;gap:2.5rem}.story-item:nth-child(2n){flex-direction:row-reverse}.story-content{flex:1 1}.story-content p{font-size:1.05rem;color:var(--color-text-body);line-height:1.7;margin:0}.story-image{flex:0 0 260px}.story-image img{width:100%;height:auto;object-fit:contain;display:block}.pdf-download-wrapper{margin-top:2rem;display:flex;justify-content:flex-start}.pdf-download-btn{display:inline-flex;align-items:center;gap:.6rem;background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary);padding:.75rem 1.5rem;text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:background .2s,color .2s;cursor:pointer}.pdf-download-btn:hover{background:var(--color-primary);color:white}.pdf-download-btn:visited{color:var(--color-primary)}.pdf-download-btn:hover:visited{color:white}.download-icon{flex-shrink:0}.mvp-signup{background:var(--color-bg-dark);color:white;position:relative}.mvp-signup .container{max-width:600px;margin:0 auto;padding:0 2rem;text-align:center}.mvp-signup h2{font-family:Bebas Neue,cursive;font-size:clamp(2rem,4vw,2.8rem);margin-bottom:1rem;letter-spacing:.5px;color:#fff}.signup-intro{color:rgba(255,255,255,.7);font-size:1rem;margin-bottom:2.5rem;text-align:center}.signup-form{background:white;padding:2.5rem;text-align:left}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{width:100%;padding:.9rem 1rem;border:1.5px solid #ddd;border-radius:0;font-size:1rem;transition:border-color .2s;background:white;color:#333;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted)}.submit-btn{background:var(--color-primary);color:white;border:none;padding:1rem 2rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s;width:100%;text-transform:uppercase;letter-spacing:.08em}.submit-btn:hover{background:var(--color-primary-hover)}.transparency-block{margin-top:2.5rem;padding:2rem;border:1px solid rgba(255,255,255,.15);text-align:left}.transparency-block h3{font-family:Bebas Neue,cursive;font-size:1.4rem;color:white;margin-bottom:.75rem;letter-spacing:.5px}.transparency-block p{color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.7;margin:0}@media (max-width:768px){.mvp-hero{min-height:40vh}.hero-mvp-people{height:50%}.story-item,.story-item:nth-child(2n){flex-direction:column;align-items:flex-start}.story-image{flex:none;width:100%;max-width:280px}.info-block{padding:2.5rem 0}.signup-form{padding:2rem 1.5rem}.mvp-content .container,.mvp-info .container{padding:0 1.25rem}}.court-uniforms-page{line-height:1.6;color:#333}.court-uniforms-hero{background-color:black;color:white;min-height:80vh;display:flex;align-items:flex-end;justify-content:flex-start;position:relative;overflow:hidden}.court-uniforms-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;z-index:1}.court-uniforms-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.1) 60%,transparent);z-index:2}.court-uniforms-hero-content{position:relative;z-index:3;padding:3rem clamp(1.5rem,5vw,5rem);max-width:800px}.court-uniforms-hero-content h1{font-family:Bebas Neue,cursive;font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:.75rem;letter-spacing:.5px;line-height:1.05;color:#fff}.court-uniforms-hero-content p{font-size:1.1rem;font-weight:300;color:rgba(255,255,255,.8)}.sublimation-section{background:#fff}.sublimation-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:5rem;gap:5rem;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.sublimation-image{overflow:hidden}.sublimation-image img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.sublimation-image:hover img{transform:scale(1.03)}.sublimation-text h2{font-family:Bebas Neue,cursive;font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:1.25rem;color:var(--color-bg-dark);letter-spacing:.5px}.sublimation-text p{font-size:1rem;color:var(--color-text-body);margin-bottom:1.25rem;line-height:1.8}.sublimation-text ul{list-style:none;padding:0;margin:1.25rem 0;display:flex;flex-direction:column;gap:.5rem}.sublimation-text ul li{font-size:1rem;color:var(--color-text-body);padding-left:1.25rem;position:relative;line-height:1.6}.sublimation-text ul li:before{content:"—";position:absolute;left:0;color:var(--color-primary);font-weight:700}.game-kits-section{background:var(--color-bg-light)}.game-kits-content{max-width:760px;margin:0 auto;padding:0 2rem;text-align:left}.game-kits-content h2{font-family:Bebas Neue,cursive;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1.5rem;color:var(--color-bg-dark);letter-spacing:.5px}.game-kits-content p{font-size:1rem;color:var(--color-text-body);line-height:1.85;margin-bottom:1rem}.fit-lines-section{background:#fff}.fit-lines-header{text-align:left;max-width:1200px;margin:0 auto 3rem;padding:0 clamp(1.5rem,5vw,4rem)}.fit-lines-header h2{font-family:Bebas Neue,cursive;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:.75rem;color:var(--color-bg-dark);letter-spacing:.5px}.fit-lines-header p{font-size:1rem;color:#666;max-width:600px}.fit-lines-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.fit-line-card{background:transparent;text-decoration:none;color:inherit;display:flex;flex-direction:column}.fit-line-card,.fit-line-image{overflow:hidden;position:relative}.fit-line-image{width:100%;aspect-ratio:1}.fit-line-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.fit-line-card:hover .fit-line-image img{transform:scale(1.04)}.fit-line-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.75));padding:3rem 1.25rem 1.25rem;opacity:0;transition:opacity .3s}.fit-line-card:hover .fit-line-overlay{opacity:1}.fit-line-buttons{display:flex;gap:.75rem;justify-content:center;align-items:center}.size-chart-trigger{position:relative;display:inline-flex;align-items:center}.size-chart-popup{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:10px;background:white;box-shadow:0 8px 40px rgba(0,0,0,.3);padding:8px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:100;max-width:90vw;max-height:70vh}.size-chart-trigger:hover .size-chart-popup{opacity:1;visibility:visible}.size-chart-popup img{display:block;max-width:400px;max-height:60vh;width:auto;height:auto;cursor:zoom-in}@media (max-width:768px){.size-chart-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;margin-bottom:0}.size-chart-popup img{max-width:85vw;max-height:70vh}}.btn-fit-line{padding:.55rem 1.1rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s;text-decoration:none;border:none}.btn-fit-line.primary{background:var(--color-primary);color:white}.btn-fit-line.primary:hover{background:var(--color-primary-hover)}.btn-fit-line.secondary{background:transparent;color:white;border:1.5px solid white}.btn-fit-line.secondary:hover{background:white;color:#333}.fit-line-info{padding:1rem 0 0}.fit-line-info h3{font-family:Bebas Neue,cursive;font-size:1.2rem;margin-bottom:.35rem;color:var(--color-bg-dark);letter-spacing:.5px}.fit-line-info p{font-size:.875rem;color:var(--color-text-subtle);line-height:1.6}.how-to-order-section{background:var(--color-bg-dark);color:white;text-align:center}.how-to-order-content{max-width:600px;margin:0 auto;padding:0 2rem}.how-to-order-content h2{font-family:Bebas Neue,cursive;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem;color:#fff;letter-spacing:.5px}.how-to-order-content p{font-size:1rem;color:rgba(255,255,255,.65);margin-bottom:2rem;line-height:1.8}.btn-contact{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:white;padding:.9rem 2rem;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background .2s;border:none;cursor:pointer}.btn-contact:hover{background:var(--color-primary-hover)}.why-choose-section{background:#fff}.why-choose-content{max-width:760px;margin:0 auto;padding:0 2rem}.why-choose-content h2{font-family:Bebas Neue,cursive;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:2.5rem;color:var(--color-bg-dark);letter-spacing:.5px;text-align:left}.why-choose-list{display:flex;flex-direction:column}.why-choose-item{padding:1.75rem 0;border-top:1px solid #e8e8e8}.why-choose-item:last-child{border-bottom:1px solid #e8e8e8}.why-choose-item h3{font-size:1rem;color:var(--color-bg-dark);margin-bottom:.5rem;font-weight:700}.why-choose-item p{font-size:.95rem;color:#666;line-height:1.75;margin:0}.faq-section{background:var(--color-bg-light)}.faq-content{max-width:760px;margin:0 auto;padding:0 2rem}.faq-content h2{font-family:Bebas Neue,cursive;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:2.5rem;color:var(--color-bg-dark);letter-spacing:.5px;text-align:left}.faq-item{border-top:1px solid #ddd}.faq-item:last-child{border-bottom:1px solid #ddd}.faq-question{padding:1.25rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;font-weight:600;color:var(--color-bg-dark);transition:color .2s}.faq-question:hover{color:var(--color-primary)}.faq-arrow{font-size:.75rem;color:var(--color-text-muted);transition:transform .25s ease;flex-shrink:0}.faq-arrow.expanded{transform:rotate(180deg);color:var(--color-primary)}.faq-answer{padding:0 0 1.5rem;font-size:.95rem;color:var(--color-text-body);line-height:1.8;animation:slideDown .25s ease}.faq-answer p{margin-bottom:.75rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul{margin:.75rem 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.faq-answer ul li{padding-left:1.25rem;position:relative}.faq-answer ul li:before{content:"—";position:absolute;left:0;color:var(--color-primary)}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sticky-contact-btn{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:.5rem;background:var(--color-primary);color:white;padding:.85rem 1.4rem;border:none;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s;z-index:1000}.sticky-contact-btn:hover{background:var(--color-primary-hover)}.sticky-contact-btn svg{flex-shrink:0}@media (max-width:900px){.fit-lines-grid{grid-template-columns:repeat(2,1fr)}.fit-lines-grid .fit-line-card:last-child{grid-column:span 2;max-width:400px;justify-self:center}}@media (max-width:768px){.court-uniforms-hero{min-height:60vh;align-items:flex-end}.sublimation-content{gap:2rem}.fit-lines-grid,.sublimation-content{grid-template-columns:1fr}.fit-lines-grid .fit-line-card:last-child{grid-column:span 1;max-width:100%}.fit-line-overlay{opacity:1}.faq-content,.game-kits-content,.why-choose-content{padding:0 1.25rem}.sticky-contact-btn{bottom:1rem;right:1rem;padding:.75rem 1.1rem;font-size:.8rem}}.teamwear-page{line-height:1.6;color:#333}.teamwear-hero{background-color:black;color:white;min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.teamwear-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;z-index:1}.teamwear-hero-content{position:relative;z-index:2;text-align:center;padding:2rem;background:rgba(0,0,0,.5);max-width:800px}.teamwear-hero-content h1{font-family:Bebas Neue,cursive;font-size:3.5rem;margin-bottom:0;letter-spacing:3px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.teamwear-gallery{padding:2rem 0;background:#f8f9fa}.gallery-thumbnails{display:flex;justify-content:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;flex-wrap:wrap}.gallery-thumb{width:100px;height:100px;border:3px solid transparent;overflow:hidden;cursor:pointer;transition:all .3s;padding:0;background:none}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{border-color:var(--color-primary);transform:scale(1.05)}.gallery-thumb.active{border-color:var(--color-primary);box-shadow:0 4px 16px rgba(255,107,53,.3)}.teamwear-description{background:white}.description-content{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center}.description-content h2{font-family:Bebas Neue,cursive;font-size:2.5rem;margin-bottom:1.5rem;color:#333;letter-spacing:1px}.description-content p{font-size:1.15rem;color:var(--color-text-body);line-height:1.8;margin-bottom:1rem}.description-content .tagline{font-weight:600;color:var(--color-primary);font-size:1.25rem;margin-top:1.5rem}.teamwear-sizing{background:#f8f9fa}.sizing-content{max-width:900px;margin:0 auto;padding:0 2rem}.sizing-content h2{font-family:Bebas Neue,cursive;font-size:2.5rem;margin-bottom:1.5rem;color:#333;letter-spacing:1px;text-align:center}.sizing-content p{font-size:1.15rem;color:var(--color-text-body);line-height:1.8;margin-bottom:1rem;text-align:center}.sizing-content ul{list-style:none;padding:0;margin:1.5rem auto;max-width:600px}.sizing-content ul li{font-size:1.05rem;color:var(--color-text-body);padding:.75rem 0 .75rem 2rem;position:relative;text-align:left}.sizing-content ul li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}.sizing-content .sizing-footer{font-style:italic;color:#666;margin-top:1.5rem}.size-chart-image{max-width:100%;margin-top:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);cursor:zoom-in;transition:transform .3s,box-shadow .3s}.size-chart-image:hover{transform:scale(1.02);box-shadow:0 8px 30px rgba(0,0,0,.15)}.teamwear-other{background:white;text-align:center}.other-content{max-width:700px;margin:0 auto;padding:0 2rem}.other-content h2{font-family:Bebas Neue,cursive;font-size:2rem;margin-bottom:1.5rem;color:#333;letter-spacing:1px}.teamwear-grid{grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto}.teamwear-grid .fit-line-card:last-child{grid-column:auto;max-width:none;justify-self:auto}.teamwear-contact{background:white;text-align:center}.contact-content{max-width:700px;margin:0 auto;padding:0 2rem}.contact-content h2{font-family:Bebas Neue,cursive;font-size:2.5rem;margin-bottom:1rem;color:#333}.contact-content p{font-size:1.15rem;color:var(--color-text-body);margin-bottom:2rem;line-height:1.7}.hero-nav-btn{position:absolute;top:0;bottom:0;z-index:10;background:transparent;border:none;width:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}.hero-nav-btn:hover{background:rgba(0,0,0,.2)}.hero-nav-btn svg{stroke:white;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:transform .2s;width:32px;height:32px}.hero-nav-btn:hover svg{transform:scale(1.2)}.hero-nav-prev{left:0}.hero-nav-next{right:0}@media (max-width:768px){.teamwear-hero{min-height:50vh}.teamwear-hero-content h1{font-size:2.5rem}.gallery-thumb{width:70px;height:70px}.contact-content h2,.description-content h2,.other-content h2,.sizing-content h2{font-size:2rem}.teamwear-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-content p,.description-content p,.sizing-content p{font-size:1rem}.hero-nav-btn{width:60px}.hero-nav-btn svg{width:28px;height:28px}}@media (max-width:480px){.teamwear-hero-content h1{font-size:2rem}.gallery-thumb{width:60px;height:60px}.gallery-thumbnails{gap:.5rem}.hero-nav-btn{width:50px}.hero-nav-btn svg{width:24px;height:24px}.teamwear-grid{grid-template-columns:1fr;gap:1.5rem}}.shop-page{line-height:1.6;color:#333}.shop-hero{text-align:center;padding:60px 20px;background:#f8f9fa;position:relative;overflow:hidden;min-height:45vh;display:flex;align-items:center;justify-content:center}.shop-hero-with-image{padding:0}.shop-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.shop-hero-with-image:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);z-index:2}.shop-hero-content{position:relative;z-index:3}.shop-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.shop-hero p{font-size:1.15rem;color:var(--color-text-body);max-width:600px;margin:0 auto}.shop-hero-with-image h1,.shop-hero-with-image p{color:white;text-shadow:0 2px 8px rgba(0,0,0,.4)}.shop-filters{max-width:1400px;margin:0 auto;padding:30px 40px 20px;border-bottom:1px solid #e0e0e0}.shop-filters-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.shop-filter-btn{padding:.5rem 0;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--color-text-body);background:none;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.shop-filter-btn.active,.shop-filter-btn:hover{color:var(--color-bg-dark)}.shop-filter-btn.active{border-bottom-color:var(--color-primary)}.shop-filters-children-row{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding:.6rem 0 0;border-top:1px solid #f0f0f0;margin-top:.5rem}.shop-filter-child{padding:.4rem 0;font-size:.75rem;font-weight:500;color:#999;text-decoration:none;transition:color .2s;white-space:nowrap}.shop-filter-child:hover{color:#333}.shop-filter-child.active{color:var(--color-bg-dark);font-weight:600}.shop-layout{display:flex;max-width:1400px;margin:0 auto;padding:30px 40px 80px}.shop-sidebar-wrap{width:260px;min-width:260px;overflow:hidden;opacity:1;transition:width .35s ease,min-width .35s ease,opacity .35s ease}.shop-sidebar-wrap--closed{width:0;min-width:0;opacity:0;pointer-events:none}.shop-sidebar{position:-webkit-sticky;position:sticky;width:220px;padding:0 40px 0 .5rem}.shop-products{flex:1 1;min-width:0}.sidebar-clear{display:block;background:none;border:none;font-size:.7rem;font-weight:500;color:var(--color-text-subtle);cursor:pointer;font-family:inherit;padding:0;margin:0 0 .75rem auto;transition:color .2s}.sidebar-clear:hover{color:var(--color-bg-dark)}.filter-group{border-bottom:1px solid #eee}.filter-group:last-child{border-bottom:none}.filter-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 0;background:none;border:none;cursor:pointer;font-family:inherit}.filter-group-toggle:hover .filter-group-label{color:var(--color-bg-dark)}.filter-group-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:var(--color-text-body);transition:color .2s}.filter-count{font-size:.65rem;font-weight:600;color:var(--color-primary)}.filter-chevron{color:#ccc;transition:transform .25s ease;flex-shrink:0}.filter-chevron.open{transform:rotate(180deg)}.filter-options{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:1rem}.filter-option{padding:.4rem .85rem;font-size:.75rem;font-weight:500;font-family:inherit;background:transparent;border:1.5px solid #e0e0e0;color:#666;cursor:pointer;transition:all .2s ease}.filter-option:hover{border-color:#999;color:var(--color-bg-dark);background:#fafafa}.filter-option.active{background:var(--color-bg-dark);color:#fff;border-color:var(--color-bg-dark)}.shop-toolbar-wrap{max-width:1400px;margin:0 auto;padding:0 40px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.shop-toolbar__left{display:flex;align-items:center;gap:1.25rem}.shop-toolbar__count{font-size:.75rem;font-weight:500;color:var(--color-text-subtle);letter-spacing:.02em}.shop-filter-toggle{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;font-family:inherit;font-size:.75rem;font-weight:600;color:var(--color-bg-dark);cursor:pointer;padding:0;transition:color .2s}.shop-filter-toggle:hover{color:var(--color-primary)}.shop-sort{position:relative}.shop-sort-toggle{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;font-family:inherit;font-size:.75rem;font-weight:600;color:var(--color-bg-dark);cursor:pointer;padding:0;transition:color .2s}.shop-sort-toggle:hover{color:var(--color-primary)}.shop-sort-arrow{font-size:.5rem;transition:transform .3s ease}.shop-sort-arrow.open{transform:rotate(180deg)}.shop-sort-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:100;background:#fff;border-radius:8px;min-width:180px;box-shadow:0 8px 30px rgba(0,0,0,.12);list-style:none;padding:.35rem;margin:0}.shop-sort-dropdown li{margin:0}.shop-sort-dropdown button{display:block;width:100%;padding:.6rem 1rem;background:none;border:none;border-radius:6px;color:var(--color-text-body);font-size:.82rem;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s,color .15s}.shop-sort-dropdown button:hover{background:#f5f5f5;color:var(--color-bg-dark)}.shop-sort-dropdown button.active{color:var(--color-bg-dark);font-weight:600}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.shop-card{color:inherit}.shop-card,.shop-card-image-link{text-decoration:none;display:block}.shop-card-image-link{position:relative;overflow:hidden;aspect-ratio:1}.shop-card-image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease}.shop-card:hover .shop-card-image{transform:scale(1.03)}.shop-card-add-wrap{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:.6rem .5rem;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s;z-index:2}.shop-card:hover .shop-card-add-wrap{opacity:1}.shop-card-add{background:transparent;color:white;border:1px solid white;padding:.4rem 1rem;font-size:.72rem;font-weight:600;font-family:inherit;letter-spacing:.05em;border-radius:0;cursor:pointer;transition:border-color .3s,color .3s}.shop-card-add:hover{border-color:transparent;border-bottom-color:var(--color-primary);color:var(--color-primary)}.shop-card-info{padding:1rem .25rem 0;text-decoration:none;color:inherit;display:block}.shop-card-info h3{font-size:.95rem;font-weight:400;color:#333;margin:0 0 4px;letter-spacing:.01em}.shop-card-price{font-size:.95rem;font-weight:500;color:#666;margin:0}.shop-empty{text-align:center;padding:80px 20px;color:#666;font-size:1.1rem}.product-detail{max-width:1300px;margin:0 auto;padding:30px 40px 100px;min-height:calc(100vh - 156px)}.product-breadcrumb{margin-bottom:40px;display:flex;align-items:center;justify-content:space-between}.product-breadcrumb-path{display:flex;align-items:center;flex-wrap:wrap;gap:0}.product-breadcrumb-path span{color:#bbb;font-size:.8rem;letter-spacing:.1em}.product-nav{display:flex;gap:1.5rem}.product-breadcrumb a{color:var(--color-text-subtle);text-decoration:none;font-weight:400;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;transition:color .3s}.product-breadcrumb a:hover{color:var(--color-bg-dark)}.product-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.product-gallery{position:-webkit-sticky;position:sticky;top:140px;overflow:hidden}.product-main-image{width:100%;height:100%;object-fit:contain;display:block;outline:none}.product-main-image-wrap{position:relative;height:calc(100vh - 400px)}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.85);border:none;outline:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:2;color:var(--color-bg-dark);transition:background .2s}.product-gallery-arrow:hover{background:#fff}.product-gallery-arrow--prev{left:12px}.product-gallery-arrow--next{right:12px}.product-thumbs{display:flex;gap:10px;margin-top:16px}.product-thumb{width:72px;height:72px;overflow:hidden;border:1px solid transparent;outline:none;cursor:pointer;padding:0;background:none;opacity:.5;transition:opacity .3s,border-color .3s}.product-thumb.active,.product-thumb:hover{opacity:1;border-color:var(--color-bg-dark)}.product-thumb:focus{outline:none;border-color:var(--color-bg-dark)}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;animation:lightbox-fade-in .25s cubic-bezier(.16,1,.3,1);-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.product-lightbox-topbar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;z-index:3;background:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.product-lightbox-counter{font-size:.85rem;font-weight:500;color:rgba(255,255,255,.7);letter-spacing:.06em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.product-lightbox-close{background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;transition:color .2s,transform .2s;padding:8px;margin-left:auto}.product-lightbox-close:hover{color:#fff;transform:scale(1.15)}.product-lightbox-image{max-width:88vw;max-height:82vh;object-fit:contain;border-radius:2px;cursor:zoom-in;transition:transform .35s cubic-bezier(.16,1,.3,1);will-change:transform}.product-lightbox-image.zoomed{cursor:-webkit-grab;cursor:grab;transition:none}.product-lightbox-image.zoomed:active{cursor:-webkit-grabbing;cursor:grabbing}.product-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.75);cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:2}.product-lightbox-arrow:hover{background:rgba(255,255,255,.18);color:#fff;transform:translateY(-50%) scale(1.08)}.product-lightbox-arrow--prev{left:24px}.product-lightbox-arrow--next{right:24px}.product-lightbox-hint{position:absolute;bottom:84px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.35);font-size:.75rem;letter-spacing:.05em;white-space:nowrap;pointer-events:none;animation:hint-fade 4s ease forwards}@keyframes hint-fade{0%,70%{opacity:1}to{opacity:0}}.product-lightbox-thumbs{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;padding:8px 12px;background:rgba(0,0,0,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.08);z-index:3}.product-lightbox-thumb{width:52px;height:52px;border-radius:6px;overflow:hidden;border:2px solid transparent;padding:0;background:none;cursor:pointer;opacity:.45;transition:all .25s ease}.product-lightbox-thumb:hover{opacity:.8}.product-lightbox-thumb.active{opacity:1;border-color:#fff}.product-lightbox-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.product-lightbox-arrow{display:none}.product-lightbox-image{max-width:96vw;max-height:75vh}.product-lightbox-thumbs{gap:6px;padding:6px 10px;bottom:16px}.product-lightbox-thumb{width:40px;height:40px;border-radius:4px}.product-lightbox-hint{bottom:72px}}.product-info h1{font-size:2.4rem;font-weight:400;letter-spacing:-.02em;margin:0 0 16px}.product-price{font-size:1.2rem;font-weight:400;color:var(--color-bg-dark);margin:0 0 24px}.product-info hr{border:none;border-top:1px solid #e0e0e0;margin:0 0 24px}.product-variants{margin-bottom:20px}.product-variants label{display:block;font-weight:600;margin-bottom:10px;font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:#999}.product-variant-options{display:flex;flex-wrap:wrap;gap:8px}.product-variant-btn{padding:8px 18px;border:1.5px solid #e0e0e0;background:#fff;font-size:.8125rem;font-weight:500;letter-spacing:.02em;cursor:pointer;color:var(--color-text-body);transition:border-color .18s,background .18s,color .18s,box-shadow .18s}.product-variant-btn.active,.product-variant-btn:hover:not(:disabled){border-color:var(--color-bg-dark);color:var(--color-bg-dark)}.product-variant-btn.active{border-width:2px;font-weight:600}.product-variant-btn:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-quantity{margin-bottom:24px}.product-quantity label{display:block;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:#999;margin-bottom:10px}.product-quantity-controls{display:inline-flex;align-items:center;background:#f5f5f5;padding:4px;gap:2px}.product-quantity-btn{width:34px;height:34px;background:transparent;border:none;font-size:1.125rem;cursor:pointer;color:var(--color-bg-dark);display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;line-height:1}.product-quantity-btn:hover{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1)}.product-quantity-value{min-width:36px;text-align:center;font-size:.9375rem;font-weight:600;color:var(--color-bg-dark)}.product-add-to-cart{width:100%;padding:18px;color:#fff;border:none;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .3s;margin-bottom:40px;text-transform:uppercase;letter-spacing:.15em}.product-add-to-cart,.product-add-to-cart:hover{background:var(--color-primary-hover)}.product-add-to-cart:disabled{background:#ccc;cursor:not-allowed}.product-make-wish{width:100%;padding:14px;background:transparent;color:var(--color-text-body);border:1.5px solid #ddd;font-size:.85rem;font-weight:600;letter-spacing:.08em;cursor:pointer;transition:border-color .2s,color .2s;margin-bottom:2rem;font-family:inherit}.product-make-wish:hover{border-color:var(--color-bg-dark);color:var(--color-bg-dark)}.wish-popup{max-width:520px}.wish-title{font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-bg-dark)}.wish-intro{font-size:.95rem;color:var(--color-text-body);line-height:1.7;margin-bottom:.75rem}.wish-intro--accent{color:var(--color-primary);font-style:italic;margin-bottom:1.5rem}.wish-instruction{font-size:.9rem;font-weight:600;color:var(--color-bg-dark);margin-bottom:.5rem}.wish-bullets{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.wish-bullets li{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--color-bg-dark);padding:.3rem .75rem}.product-description-accordion{margin-top:30px;border-top:1px solid #e8e8e8}.accordion-section{border-bottom:1px solid #e8e8e8}.accordion-heading{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-bg-dark);text-align:left;outline:none}.accordion-icon{flex-shrink:0;color:var(--color-text-subtle);transition:transform .2s ease}.accordion-icon.open{transform:rotate(90deg)}.accordion-content{padding-bottom:20px;font-size:.9rem;line-height:1.75;color:var(--color-text-body)}.accordion-content p{margin:0 0 10px}.accordion-content p:last-child{margin-bottom:0}.product-description{font-size:.95rem;line-height:1.8;color:var(--color-text-body);border-top:1px solid #e0e0e0;padding-top:30px}.product-description p{margin:0 0 12px}.product-gallery-dots{display:none}@media (max-width:900px){.product-detail{padding:30px 20px 80px}.product-layout{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}.product-main-image-wrap{touch-action:pan-y}.product-gallery-arrow,.product-thumbs{display:none}.product-gallery-dots{display:flex;justify-content:center;gap:6px;padding:12px 0 0}.product-gallery-dot{width:8px;height:8px;border-radius:50%;background:#d0d0d0;border:none;padding:0;cursor:pointer;transition:background .2s}.product-gallery-dot.active{background:var(--color-primary)}}.product-recommendations{background:var(--color-bg-light);padding:5rem clamp(1.5rem,5vw,5rem)}.product-recommendations h2{font-family:Bebas Neue,cursive;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--color-bg-dark);letter-spacing:.5px;margin:0 0 2.5rem}.rec-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.rec-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem}.rec-image{aspect-ratio:1/1;overflow:hidden;background:#eee}.rec-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.rec-card:hover .rec-image img{transform:scale(1.04)}.rec-title{font-size:.9rem;font-weight:600;color:var(--color-bg-dark);margin:0;line-height:1.3}.rec-price{font-size:.85rem;color:var(--color-text-subtle);margin:0}@media (max-width:900px){.rec-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.rec-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.cart-icon{position:relative;background:none;border:none;cursor:pointer;padding:0;color:#333}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000}.cart-sidebar{position:absolute;right:0;top:0;bottom:0;width:420px;max-width:100vw;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.12)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.cart-header h2{font-size:1.2rem;font-weight:700;margin:0}.cart-close{background:none;border:none;cursor:pointer;padding:4px;color:#333}.cart-body{flex:1 1;overflow-y:auto;padding:20px 24px}.cart-empty{text-align:center;color:#999;padding:40px 0}.cart-items{list-style:none;margin:0;padding:0}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid #f0f0f0;position:relative}.cart-item-image{width:72px;height:72px;object-fit:cover;flex-shrink:0}.cart-item-details{flex:1 1;min-width:0}.cart-item-title{font-weight:600;font-size:.9rem;margin:0 0 4px}.cart-item-variant{font-size:.8rem;color:var(--color-text-subtle);margin:0 0 4px}.cart-item-price{font-weight:400;color:var(--color-bg-dark);font-size:.9rem;margin:0 0 8px}.cart-item-quantity{display:flex;align-items:center;gap:10px}.cart-item-quantity button{width:28px;height:28px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item-quantity button:disabled{opacity:.4;cursor:not-allowed}.cart-item-quantity span{font-weight:600;font-size:.9rem;min-width:20px;text-align:center}.cart-item-remove{position:absolute;top:16px;right:0;background:none;border:none;cursor:pointer;color:#999;padding:4px}.cart-item-remove:hover{color:#333}.cart-footer{padding:20px 24px;border-top:1px solid #eee}.cart-subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:16px}.cart-checkout-btn{display:block;width:100%;padding:14px;background:var(--color-primary);color:#fff;border:none;font-size:1.05rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:background .3s}.cart-checkout-btn:hover{background:var(--color-primary-hover);border-color:transparent}@media (max-width:480px){.cart-sidebar{width:100vw}}@media (max-width:900px){.shop-layout{flex-direction:column;padding:20px 20px 60px;gap:0}.shop-sidebar-wrap{width:100%;min-width:100%;transition:height .35s ease,opacity .35s ease}.shop-sidebar-wrap--closed{width:100%;min-width:100%;height:0;opacity:0;pointer-events:none}.shop-sidebar{position:static;width:100%;padding:0 0 1.25rem;display:flex;flex-wrap:wrap;gap:1.25rem}.filter-group{border-bottom:none}.shop-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:768px){.shop-filters-row{display:none}.shop-filters-children-row{border-top:none;margin-top:0}.shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-hero h1{font-size:1.8rem}.shop-card-add-wrap{opacity:1}}.account-page{min-height:100vh;display:flex;flex-direction:column}.account-auth{flex:1 1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:#fafafa;min-height:calc(100vh - 140px)}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid #e0e0e0;padding:3rem}.auth-title{font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 2rem;color:#1a1a1a}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{background:#fff5f5;border:1px solid var(--color-primary-hover);color:var(--color-primary-hover);padding:.75rem 1rem;font-size:.875rem;margin:0 0 1rem}.auth-description{font-size:.95rem;color:var(--color-text-body);line-height:1.7;margin:0 0 1.5rem}.auth-note{font-size:.8125rem;color:var(--color-text-subtle);margin:1.25rem 0 0;text-align:center;line-height:1.5}.auth-links{margin-top:1.5rem;font-size:.875rem;color:#666;text-align:center}.auth-links a{color:var(--color-primary-hover);text-decoration:none;font-weight:500}.auth-links a:hover{text-decoration:underline}.auth-links p{margin:.5rem 0 0}.form-label{display:flex;flex-direction:column;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d0d0d0;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background:#fff;transition:border-color .2s;outline:none;box-sizing:border-box}.form-input:focus{border-color:var(--color-primary-hover)}.form-input--disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-success{background:#f0faf0;border:1px solid #4caf50;color:#2e7d32;padding:.75rem 1rem;font-size:.875rem;margin:0 0 1rem}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.account-page .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:var(--color-primary-hover);color:#fff;border:2px solid var(--color-primary-hover);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-family:inherit;cursor:pointer;transition:all .2s}.account-page .btn-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.account-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.account-page .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:transparent;color:#1a1a1a;border:2px solid #d0d0d0;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-family:inherit;cursor:pointer;transition:all .2s}.account-page .btn-secondary:hover{border-color:#1a1a1a}.btn-link{background:none;border:none;color:var(--color-primary-hover);font-size:.8125rem;font-weight:500;cursor:pointer;padding:0;font-family:inherit}.btn-link:hover{text-decoration:underline}.btn-link--danger{color:#d32f2f}.account-layout{flex:1 1;display:grid;grid-template-columns:250px 1fr;max-width:1200px;width:100%;margin:0 auto;padding:3rem 2rem;grid-gap:3rem;gap:3rem;min-height:calc(100vh - 140px);align-content:start}.account-title{font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 2rem;color:#1a1a1a}.account-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.account-header-row .account-title{margin-bottom:0}.account-nav{display:flex;flex-direction:column;gap:.25rem;position:-webkit-sticky;position:sticky;top:120px;align-self:start}.account-nav-link{display:block;padding:.625rem 1rem;color:#666;text-decoration:none;font-size:.875rem;font-weight:500;border:none;background:none;text-align:left;cursor:pointer;font-family:inherit;transition:color .2s}.account-nav-link:hover{color:#1a1a1a}.account-nav-link--active{color:var(--color-primary-hover);font-weight:600;border-left:2px solid var(--color-primary-hover)}.account-nav-logout{margin-top:1rem;color:#999}.account-nav-logout:hover{color:#d32f2f}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem}.dashboard-card{display:block;padding:2rem;border:1px solid #e0e0e0;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.dashboard-card:hover{border-color:var(--color-primary-hover);box-shadow:0 2px 12px rgba(0,0,0,.06)}.dashboard-card h3{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;color:#1a1a1a}.dashboard-card p{font-size:.875rem;color:#666;margin:0;line-height:1.5}.profile-form{display:flex;flex-direction:column;gap:1.25rem;max-width:500px}.profile-divider{border:none;border-top:1px solid #eee;margin:2.5rem 0 2rem;max-width:500px}.account-subtitle{font-size:1.1rem;font-weight:600;margin:0 0 1.25rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{border:1px solid #e0e0e0;padding:1.5rem}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.order-number{font-weight:600;font-size:.9375rem;color:#1a1a1a}.order-date{font-size:.8125rem;color:#999}.order-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.order-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .75rem;background:#f5f5f5;color:#666}.order-total{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-left:auto}.order-items{display:flex;gap:1rem;flex-wrap:wrap}.order-item{display:flex;gap:.75rem;align-items:center}.order-item-image{width:48px;height:48px;object-fit:cover;border:1px solid #e0e0e0}.order-item-info{display:flex;flex-direction:column}.order-item-title{font-size:.8125rem;color:#1a1a1a}.order-item-qty{font-size:.75rem;color:#999}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.address-card{border:1px solid #e0e0e0;padding:1.5rem;position:relative}.address-card--default{border-color:var(--color-primary-hover)}.default-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary-hover);position:absolute;top:.75rem;right:.75rem}.address-name{font-weight:600;color:#1a1a1a;margin:0 0 .375rem}.address-card p{margin:.125rem 0;font-size:.875rem;color:#666;line-height:1.5}.address-actions{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.address-form{display:flex;flex-direction:column;gap:1.25rem;max-width:600px;margin-bottom:2rem;padding:2rem;border:1px solid #e0e0e0}.empty-state{color:#999;font-size:.9375rem;padding:3rem 0;text-align:center}.user-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#333;text-decoration:none;transition:all .3s ease}.user-icon:hover{color:var(--color-primary);background-color:#f5f5f5;transform:translateY(-2px)}@media (max-width:900px){.account-layout{grid-template-columns:1fr;padding:2rem 1rem;gap:0}.account-nav{flex-direction:row;overflow-x:auto;gap:0;position:static;border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:0}.account-nav-link{white-space:nowrap;padding:.75rem 1rem;border-left:none}.account-nav-link--active{border-left:none;border-bottom:2px solid var(--color-primary-hover)}.account-nav-logout{margin-top:0;margin-left:auto}}@media (max-width:768px){.auth-card{padding:2rem 1.5rem;border:none;background:transparent}.account-auth{padding:2rem 1rem}.form-row{grid-template-columns:1fr}.order-header{flex-direction:column;align-items:flex-start;gap:.25rem}.addresses-grid,.dashboard-grid{grid-template-columns:1fr}.user-icon{width:32px;height:32px}}