:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0a1829;background-color:#f4f8ff}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100vh;background-color:#f4f8ff;position:relative}a{color:inherit;text-decoration:none}.app{position:relative;min-height:100vh;background-color:#f4f8ff}.hero{position:relative;display:flex;align-items:flex-start;padding:clamp(1.75rem,3vw,3rem) clamp(1.25rem,4.5vw,4rem);min-height:100vh;min-height:100dvh;overflow:hidden;background:var(--hero-bg) 6% center / cover no-repeat}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(112deg,#fafcffd1,#fafcff5c 38%,#fafcff0f 70%,#fafcff00 88%);z-index:0}.hero:after{content:"";position:absolute;left:0;bottom:-20vh;width:100%;height:40vh;background:linear-gradient(180deg,#f4f8ff00,#f4f8ffbf 70%,#f4f8ff);pointer-events:none;z-index:0}.hero__layer{position:relative;display:flex;flex-direction:column;justify-content:space-between;flex:1;z-index:1}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,3vw,2.5rem);padding:clamp(.5rem,1.5vw,.75rem) clamp(.5rem,2vw,1.5rem)}.hero .site-nav{padding-inline:0}.site-nav__logo img,.hero__logo{width:clamp(40px,5vw,60px);height:auto;filter:drop-shadow(0 6px 22px rgba(28,155,255,.4))}.site-nav__right{display:flex;align-items:center;gap:clamp(1.5rem,4vw,2.5rem)}.site-nav__actions{display:flex;align-items:center;gap:1rem}.site-nav__hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:100}.site-nav__hamburger:focus{outline:none}.site-nav__hamburger-line{width:2rem;height:3px;background:#0a1829eb;border-radius:10px;transition:all .3s ease;transform-origin:1px}.site-nav__hamburger-line.is-open:first-child{transform:rotate(45deg)}.site-nav__hamburger-line.is-open:nth-child(2){opacity:0;transform:translate(20px)}.site-nav__hamburger-line.is-open:nth-child(3){transform:rotate(-45deg)}.site-nav__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:98;display:none}@media (max-width: 640px){.site-nav__overlay{display:block}}.site-nav__list,.hero__nav-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:clamp(1rem,4vw,2.5rem);list-style:none;margin:0;padding:0;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.site-nav__cart{position:relative;display:flex;align-items:center;justify-content:center;color:#0a1829eb;padding:.5rem;transition:transform .2s ease;text-decoration:none}.site-nav__cart svg{width:24px;height:24px}.site-nav__login{display:inline-flex;align-items:center;justify-content:center;font-size:clamp(.75rem,1.8vw,.95rem);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:linear-gradient(120deg,#1e8dff,#69c8ff);padding:.5rem 1.25rem;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #2896ff4d;white-space:nowrap}.site-nav__login:hover,.site-nav__login:focus-visible{transform:translateY(-2px);box-shadow:0 6px 16px #2896ff66}.site-nav__link,.hero__nav-link{position:relative;font-size:clamp(.75rem,1.8vw,.95rem);opacity:.9;transition:opacity .2s ease,transform .2s ease;color:#0a1829eb;text-transform:uppercase;letter-spacing:.08em}.hero .site-nav__link,.page-layout__header .site-nav__link{color:#0a1829eb}.site-nav__link:after,.hero__nav-link:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background:linear-gradient(90deg,#48a1ff00,#48a1ff 60%,#48a1ff00);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.site-nav__link:hover,.site-nav__link:focus-visible,.hero__nav-link:hover,.hero__nav-link:focus-visible{opacity:1;transform:translateY(-2px)}.site-nav__link:hover:after,.site-nav__link:focus-visible:after,.hero__nav-link:hover:after,.hero__nav-link:focus-visible:after{transform:scaleX(1)}.hero__content{display:grid;align-items:start;justify-content:center;gap:clamp(2.5rem,7vw,6rem);margin:clamp(2rem,5vw,3.5rem) auto clamp(2.5rem,9vw,5.5rem);max-width:min(1200px,92vw);width:100%}.hero__copy{max-width:560px;text-align:left;justify-self:start}.hero__cta-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.hero__link{display:inline-flex;align-items:center;gap:.35rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em;color:#fff;background:#1e8dff;padding:1rem 2.25rem;border-radius:999px;font-size:1.1rem;box-shadow:0 4px 15px #1e8dff66;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hero__link:hover,.hero__link:focus-visible{transform:translateY(-3px);background:#0d7eea;box-shadow:0 8px 25px #1e8dff99}.hero__link--secondary{background:#ffffff29;color:#0a1829db}.hero__link--secondary:hover,.hero__link--secondary:focus-visible{background:#ffffff3d}@media (min-width: 960px){.hero__content{grid-template-columns:minmax(360px,520px) minmax(380px,560px);justify-content:center;align-items:start;margin-top:clamp(1.25rem,4vw,3rem)}.hero__copy{text-align:left;justify-self:start}.hero__visual{justify-self:start}}.hero__title{margin:0 0 .75rem;font-size:clamp(3.5rem,8vw,5.5rem);line-height:1.05;color:#0a1829;text-transform:uppercase;letter-spacing:.06em;display:flex;gap:clamp(.4rem,1.5vw,.9rem)}.hero__title-word{display:inline-block;opacity:0;transform:translateY(18px);transition:opacity .4s ease,transform .4s ease}.hero__title.is-visible .hero__title-word:nth-child(1){transition-delay:.05s;opacity:1;transform:translateY(0)}.hero__title.is-visible .hero__title-word:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.hero__title.is-visible .hero__title-word:nth-child(3){transition-delay:.35s;opacity:1;transform:translateY(0)}.hero__title-word--accent{font-style:italic;color:#49baff}.hero__subtitle{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;color:#0a1829;margin:0 0 1rem;letter-spacing:.02em}.hero__description{font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6;color:#0a1829e6;font-weight:600;max-width:520px;margin:0 0 2rem}.hero__visual img{width:min(520px,55vw);filter:drop-shadow(0 24px 60px rgba(18,70,130,.44));transform:translate(clamp(-24px,-8vw,-72px)) rotate(6deg);transform-origin:center}.cta{position:fixed;right:clamp(1.5rem,4vw,2.5rem);bottom:clamp(1.5rem,4vw,2.5rem);display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;border:none;border-radius:999px;padding:.85rem 2.5rem;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;box-shadow:0 12px 30px #2896ff73;transition:transform .2s ease,box-shadow .2s ease;z-index:50}.cta:hover,.cta:focus-visible{transform:translateY(-3px);box-shadow:0 18px 40px #2896ff99}.sections{display:grid;gap:4rem;padding:clamp(6rem,10vw,8rem) clamp(1.5rem,8vw,8rem) clamp(6rem,12vw,10rem);background:#f4f8ff}.sections--home{padding-top:clamp(1rem,2vw,2rem);position:relative;background-color:#f4f8ff}.sections--page{padding-top:clamp(4.5rem,8vw,6rem);width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,4.5rem)}.sections--page>.section--contact{width:100vw!important;max-width:none!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;position:relative!important}.section--page{max-width:min(1400px,96vw);margin:0 auto;text-align:center;display:grid;gap:clamp(2.2rem,5vw,3.2rem);justify-items:center}.page-header{text-align:left;max-width:760px;margin:0 auto clamp(2.5rem,5vw,3.5rem);display:grid;gap:1rem;align-items:center;justify-items:start}.page-header h1{margin-bottom:1rem;font-size:clamp(2.2rem,4vw,2.8rem);font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-columns{display:grid;gap:clamp(1.75rem,4vw,2.5rem)}.page-columns article,.order-card,.value-card,.about-panel{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:clamp(2rem,5vw,3rem);border-radius:24px;box-shadow:0 10px 30px #0a1e320a;border:1px solid rgba(255,255,255,.6);text-align:left;transition:transform .2s ease,box-shadow .2s ease}.page-columns article:hover,.order-card:hover,.value-card:hover,.about-panel:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0a1e3214}.section{width:100%;max-width:min(1400px,92vw);margin:0 auto;text-align:center}.section--athletes h2{margin:0 auto 2.5rem;display:block;width:100%;max-width:1100px;font-size:clamp(2rem,13vw,8.5rem);font-weight:900;letter-spacing:.1em;color:#000;text-transform:uppercase;white-space:normal;overflow:visible;line-height:1.1}.athletes-title{display:flex;justify-content:center;gap:clamp(.1rem,1.5vw,.8rem);flex-wrap:nowrap;width:100%}.athletes-title__letter{display:inline-block;opacity:0;transform:translateY(24px);transition:opacity .45s ease,transform .45s ease}.athletes-title.is-visible .athletes-title__letter{opacity:1;transform:translateY(0)}.section__intro{font-size:clamp(1.2rem,2.5vw,1.5rem);color:#0a1829a6;margin-top:-1rem;margin-bottom:clamp(3rem,6vw,4.5rem);font-weight:500}.athletes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,4vw,2.5rem)}.athlete-card{position:relative;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 12px 32px #0000000f;transition:transform .3s ease}.athlete-card:hover{transform:translateY(-6px)}.athlete-card__photo{aspect-ratio:3 / 4;overflow:hidden;background:#f0f4f8}.athlete-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.athlete-card:hover .athlete-card__photo img{transform:scale(1.05)}.athlete-card__meta{padding:1.5rem;text-align:left}.athlete-card__meta h3{margin:0 0 .35rem;font-size:1.25rem;color:#0a1829}.athlete-card__meta p{margin:0;font-size:.95rem;color:#0a182999;font-weight:500}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;text-align:left}.value-card h2{font-size:1.5rem;margin-bottom:.75rem;color:#1e8dff}.product-spec{text-align:left;max-width:800px;margin:4rem auto 0;background:#fff;padding:3rem;border-radius:24px;box-shadow:0 8px 24px #0000000a}.product-spec h2{margin-top:0;margin-bottom:1.5rem}.product-spec ul{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.product-spec li{padding-left:1.5rem;position:relative;font-size:1.1rem;color:#0a1829cc}.product-spec li:before{content:"•";color:#1e8dff;font-weight:700;position:absolute;left:0}.section--page.section--contact{max-width:none!important;margin:0!important;padding:0!important;text-align:left!important;display:block!important;gap:0!important;justify-items:stretch!important}.contact-form__row{display:grid;gap:clamp(1.2rem,3vw,2rem);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;box-sizing:border-box}.contact-form__full{width:100%;box-sizing:border-box}@media (max-width: 768px){.contact-form__row{grid-template-columns:1fr}}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:clamp(2.4rem,5vw,3.4rem);width:100%}.contact-card{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#fff;border-radius:24px;box-shadow:0 8px 24px #0000000a;text-align:left}.contact-card__heading{display:flex;align-items:center;gap:1rem}.contact-card__icon{font-size:1.5rem;color:#1e8dff;background:#1e8dff1a;padding:.75rem;border-radius:12px;display:flex}.contact-card__detail{font-weight:600;color:#0a1829;font-size:1.1rem}.contact-follow{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-follow__links{display:flex;gap:1.5rem;justify-content:center}.contact-follow__icon{font-size:1.8rem;color:#1e8dff;transition:transform .2s ease,color .2s ease;display:flex}.contact-follow__icon:hover{transform:translateY(-3px);color:#0d7eea}.contact-form{max-width:800px;width:100%;background:#fff;padding:clamp(2rem,5vw,3.5rem);border-radius:32px;box-shadow:0 20px 50px #0a1e3c0f;display:grid;gap:1.5rem;text-align:left;overflow:hidden;box-sizing:border-box}.contact-form label{display:grid;gap:.5rem;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:#0a182999}.contact-form input,.contact-form textarea{background:#f4f8ff99;border:2px solid rgba(73,186,255,.15);border-radius:16px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;color:#0a1829;transition:all .2s ease;width:100%;box-sizing:border-box;min-width:0;max-width:100%}.contact-form textarea{resize:vertical;min-height:120px;max-height:400px;overflow-y:auto;overflow-x:hidden}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#1e8dff;background:#fff;box-shadow:0 0 0 4px #1e8dff1a}.contact-form__submit{justify-self:start;background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;border:none;padding:1rem 3rem;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem}.contact-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #1e8dff4d}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed}.contact-form__error{background-color:#fce8e6;color:#d93025;padding:1rem;border-radius:12px;font-size:.9rem;margin-bottom:1rem;border:1px solid #f5c6cb}.contact-form__success{background-color:#d4edda;color:#155724;padding:1rem;border-radius:12px;font-size:.9rem;margin-bottom:1rem;border:1px solid #c3e6cb}[data-animate]{opacity:0;transition:opacity .6s ease,transform .6s ease}[data-animate=fade]{transform:translateY(32px)}[data-animate=slide-up]{transform:translateY(40px)}[data-animate=slide-down]{transform:translateY(-40px)}[data-animate=slide-left]{transform:translate(40px)}[data-animate=slide-right]{transform:translate(-40px)}.is-revealed{opacity:1;transform:translate(0)}.page-layout__header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(73,186,255,.12)}.page-layout__header .site-nav{padding:clamp(.5rem,1.5vw,.75rem) clamp(2rem,6vw,4rem)}.site-nav__list li.is-active .site-nav__link{opacity:1}@media (max-width: 640px){.hero{padding:1rem .5rem 2rem;align-items:flex-start}.hero__content{max-width:100%;width:100%;padding:0;margin:4.5rem auto 1.5rem}.hero__copy{max-width:100%;width:100%;padding:0 1rem;text-align:center}.hero__title{font-size:clamp(1.8rem,9vw,2.5rem);flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.5rem}.hero__title-word{display:inline-block}.hero__description{max-width:100%;font-size:.95rem;padding:0 .5rem;margin-bottom:1.5rem}.hero__link{padding:.85rem 1.75rem;font-size:1rem}.hero__nav{flex-direction:column;align-items:center;gap:1rem}.hero__nav-list{justify-content:center;gap:1rem}.hero__cta-links{justify-content:center}.page-columns{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.site-nav__hamburger{display:flex;position:relative;z-index:100}.site-nav__logo{position:relative;z-index:100}.site-nav__right{position:fixed;top:0;right:0;height:100vh;width:min(280px,80vw);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5rem 2rem 2rem;gap:2rem;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 20px #0000001a;z-index:99}.site-nav__actions{flex-direction:column;width:100%;gap:1rem}.site-nav__cart{justify-content:flex-start;width:100%;padding:.75rem 0}.site-nav__right.is-open{transform:translate(0)}.site-nav__list{flex-direction:column;width:100%;gap:1.5rem;align-items:flex-start}.site-nav__list li{width:100%}.site-nav__link{font-size:1.1rem;padding:.5rem 0;width:100%;display:block}.site-nav__login{padding:.75rem 1.5rem;font-size:.9rem;width:100%;text-align:center}.section.section--athletes h2{width:100%;font-size:clamp(2rem,12vw,2.8rem);letter-spacing:.05em;white-space:normal;overflow-wrap:break-word;word-wrap:break-word}.athletes-title{gap:clamp(.12rem,1.2vw,.25rem)}.section.section--athletes .section__intro{margin-top:1.4rem;font-size:clamp(1.05rem,3.5vw,1.25rem)}.athlete-card__meta h3{font-size:1.15rem}.sections{gap:3.5rem;padding:clamp(2rem,5vw,4rem) 1rem 5rem}}.about-page{width:100%;max-width:min(1400px,94vw);margin:0 auto;display:flex;flex-direction:column;gap:clamp(4rem,8vw,6rem)}.about-hero-block{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);padding:0 clamp(1rem,4vw,2rem)}.about-hero-block__content h1{font-size:clamp(3rem,6vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.about-hero-block__content p{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;color:#0a1829bf}.about-hero-block__image img{width:100%;max-width:360px;margin:0 auto;display:block;transform:rotate(6deg);filter:drop-shadow(0 20px 50px rgba(10,30,60,.15))}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center;background:#fff;border-radius:32px;padding:clamp(3rem,5vw,4rem);box-shadow:0 20px 60px #0a1e3c0a}.about-story__image{width:100%;aspect-ratio:3/4;border-radius:20px!important;overflow:hidden!important;background:#f0f4f8;box-shadow:0 12px 32px #00000014;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.about-story:hover .about-story__image{transform:translateY(-8px)}.about-story__image:hover img{transform:scale(1.05)}.about-story__lifestyle-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important;transition:transform .5s ease}@media (max-width: 768px){.about-story{grid-template-columns:1fr;gap:2rem;padding:2rem}.about-story__image{margin:0 auto;width:100%;max-width:100%;aspect-ratio:3/4}}.about-story__copy h2{font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:1.5rem}.about-story__copy p{font-size:1.1rem;line-height:1.7;color:#0a1829b3;margin-bottom:1.5rem}.about-story__image img{width:100%;border-radius:20px}.about-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-panel{text-align:center;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;background:#fff9;border-radius:24px}.about-panel__icon{font-size:2.5rem;color:#1e8dff;background:#1e8dff1a;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:1.5rem}.about-panel h3{font-size:1.5rem;margin-bottom:1rem}.about-panel p{color:#0a1829b3;line-height:1.6}.about-priorities{display:flex;flex-direction:column;gap:4rem}.about-priorities__intro{text-align:center;max-width:800px;margin:0 auto}.about-priorities__intro h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem}.about-media{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,5rem)}.about-media--reverse{direction:rtl}.about-media--reverse>*{direction:ltr}.about-media__copy{display:flex;flex-direction:column;gap:1.5rem}.about-priority__heading{display:flex;align-items:center;gap:1rem}.about-priority__icon{font-size:1.8rem;color:#1e8dff}.about-priority__heading h3{font-size:1.8rem;margin:0}.about-media__copy p{font-size:1.15rem;line-height:1.7;color:#0a1829bf}.about-media__image img{width:100%;border-radius:28px;box-shadow:0 22px 48px #03162826}.shop-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f4f8ff,#f4f8ffeb 35%,#f4f8ffd9)}.shop-page__header{padding:clamp(1.5rem,4vw,2.75rem) clamp(1.5rem,6vw,4rem)}.shop-page__main{flex:1;width:min(1100px,92vw);margin:0 auto;padding-bottom:clamp(3rem,8vw,4.5rem)}.shop-page__status{text-align:center;padding:clamp(2rem,6vw,3rem);font-weight:600;color:#0a1829bf}.shop-page__status--error{color:#d93025}.shop-product{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,5rem);align-items:start;padding:clamp(2rem,5vw,3rem) 0;max-width:1200px;margin:0 auto}.shop-product__media{position:sticky;top:2rem}.shop-product__image-wrapper{position:relative;border-radius:16px;box-shadow:0 20px 60px #03162826;background:#fff}.shop-product__ribbon{position:absolute;top:24px;left:-8px;width:auto;background-color:#d93025;color:#fff;text-align:center;padding:8px 16px 8px 12px;transform:none;font-weight:800;font-size:.9rem;letter-spacing:.1em;box-shadow:4px 4px 12px #0003;z-index:10;text-transform:uppercase;pointer-events:none;border-radius:0 4px 4px 0}.shop-product__ribbon:before{content:"";position:absolute;left:0;bottom:-6px;width:0;height:0;border-top:6px solid #902018;border-left:8px solid transparent}.shop-product__media img{width:100%;display:block;border-radius:16px}.shop-product__placeholder{aspect-ratio:1;border-radius:16px;background:#fffc;display:grid;place-items:center;font-weight:600;color:#0a182980;min-height:400px}.shop-product__details{display:grid;gap:1.5rem;text-align:left}.shop-product__header{display:grid;gap:.5rem}.shop-product__title{margin:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shop-product__subtitle{margin:0;font-size:clamp(1rem,2vw,1.1rem);color:#0a1829b3;font-weight:400}.shop-product__rating{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.shop-product__stars{color:orange;font-size:1rem;letter-spacing:.1em}.shop-product__reviews{font-size:.9rem;color:#0a182999}.shop-product__price{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#0a1829;margin:.5rem 0}.shop-product__option{display:grid;gap:.75rem}.shop-product__label{font-size:.95rem;font-weight:600;color:#0a1829cc;text-transform:uppercase;letter-spacing:.05em}.shop-product__select{width:100%;padding:.75rem 1rem;border:2px solid rgba(10,24,41,.15);border-radius:8px;font-size:1rem;background:#fff;color:#0a1829;cursor:pointer;transition:border-color .2s ease}.shop-product__select:hover,.shop-product__select:focus{outline:none;border-color:#1e8dff}.shop-product__select option:disabled{color:#0a182966;font-style:italic}.shop-product__flavors{display:flex;gap:1rem;flex-wrap:wrap}.shop-product__flavor{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:2px solid rgba(10,24,41,.15);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.95rem}.shop-product__flavor:hover:not(.is-disabled){border-color:#1e8dff;transform:translateY(-2px)}.shop-product__flavor.is-selected{border-color:#1e8dff;background:#1e8dff14}.shop-product__flavor.is-disabled{opacity:.5;cursor:not-allowed}.shop-product__flavor-color{width:24px;height:24px;border-radius:50%;border:2px solid rgba(10,24,41,.2);flex-shrink:0}.shop-product__flavor.is-selected .shop-product__flavor-color{border-color:#1e8dff;box-shadow:0 0 0 2px #1e8dff33}.shop-product__flavor-name{font-weight:500;color:#0a1829}.shop-product__delivery{display:grid;gap:.75rem;padding:1rem;background:#f4f8ff99;border-radius:12px}.shop-product__delivery-option{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 1rem;border:2px solid rgba(10,24,41,.15);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.shop-product__delivery-option:hover{border-color:#1e8dff}.shop-product__delivery-option.is-active{border-color:#1e8dff;background:#1e8dff14}.shop-product__delivery-label{font-weight:600;color:#0a1829;font-size:.95rem}.shop-product__delivery-price{font-size:.9rem;color:#0a1829b3}.shop-product__cta{background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #1e8dff4d;margin-top:.5rem}.shop-product__cta:disabled{opacity:.6;cursor:not-allowed}.shop-product__cta:not(:disabled):hover,.shop-product__cta:not(:disabled):focus-visible{transform:translateY(-2px);box-shadow:0 6px 16px #1e8dff66}.shop-product__account{margin:0;font-size:.95rem;color:#0a182999}.shop-product__account a{color:#0d7eea;font-weight:600}@media (max-width: 768px){.shop-product{grid-template-columns:1fr;gap:2rem;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,4vw,2rem)}.shop-product__media{position:static;max-width:400px;margin:0 auto}.shop-product__media img{max-width:100%;width:100%}.shop-product__details{text-align:center;padding:0 clamp(1rem,3vw,1.5rem)}.shop-product__flavors{justify-content:center}.shop-product__delivery-option{text-align:center;align-items:center}.shop-product__option,.shop-product__actions{padding:0}}@media (max-width: 640px){.shop-page__main{width:min(600px,92vw);padding:0 clamp(1rem,3vw,1.5rem)}.shop-product{padding:clamp(1.5rem,4vw,2rem) clamp(1rem,3vw,1.5rem)}.shop-product__media{max-width:350px}.shop-product__details{padding:0}}.scroll-arrow-img{width:280px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.scroll-label-img{width:380px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));display:block}.scroll-label-container{min-width:250px}@media (max-width: 768px){.scroll-arrow-img{width:90px;margin:0!important}.scroll-label-img{width:120px}.scroll-label-container{min-width:auto;padding-top:0!important;padding-bottom:0!important}}.scroll-combined-img{width:450px;height:auto;display:block}@media (max-width: 768px){.scroll-combined-img{width:230px}}.marquee-row{white-space:nowrap;margin-bottom:2vh;display:flex;justify-content:center;width:100%}.marquee-text{font-size:clamp(3rem,12vw,10rem);font-weight:800;color:#fff;text-transform:uppercase;line-height:1.1;letter-spacing:-.02em;display:flex;align-items:center;gap:2rem}.italic-blue{font-style:italic;color:#00bfff}.inline-logo{height:.8em;width:auto;margin-left:1rem}.scroll-combined-img{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);background:transparent!important;box-shadow:none!important;border:none!important;outline:none!important}.cart-page{width:100%;max-width:min(1200px,92vw);margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,2rem)}.cart-page__container h1{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem;color:#000;font-weight:900;letter-spacing:.22em;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-page__empty{text-align:center;padding:4rem 2rem}.cart-page__empty p{font-size:1.2rem;color:#0a1829b3;margin-bottom:2rem}.cart-page__continue-shopping{display:inline-block;background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;padding:.75rem 2rem;border-radius:999px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;transition:transform .2s ease,box-shadow .2s ease}.cart-page__continue-shopping:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1e8dff66}.cart-page__items{display:grid;gap:1.5rem;margin-bottom:3rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000a;align-items:center}.cart-item__image{width:120px;height:120px;border-radius:12px;overflow:hidden;background:#f0f4f8}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#0a182966;font-size:.85rem}.cart-item__details{display:flex;flex-direction:column;gap:.5rem}.cart-item__title{margin:0;font-size:1.1rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-item__variant{margin:0;font-size:.9rem;color:#0a182999}.cart-item__price{margin:0;font-size:.9rem;color:#0a1829b3}.cart-item__quantity{display:flex;flex-direction:column;gap:.5rem}.cart-item__quantity label{font-size:.85rem;font-weight:900;color:#0a1829b3;text-transform:uppercase;letter-spacing:.22em;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-item__quantity select{padding:.5rem;border:2px solid rgba(10,24,41,.15);border-radius:8px;font-size:1rem;background:#fff;cursor:pointer}.cart-item__total{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item__total-price{margin:0;font-size:1.2rem;font-weight:700;color:#0a1829}.cart-item__remove{background:transparent;border:none;color:#d93025;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:0}.cart-item__remove:hover{color:#b52e20}.cart-page__summary{position:sticky;top:2rem}.cart-summary{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #0000000a}.cart-summary__row{display:flex;justify-content:space-between;padding:1rem 0;font-size:1.1rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#000;border-bottom:1px solid rgba(10,24,41,.1);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-summary__note{font-size:.85rem;color:#0a182999;margin:1rem 0;text-align:center}.cart-summary__checkout{width:100%;background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;border:none;padding:1rem 2rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-bottom:1rem}.cart-summary__checkout:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #1e8dff66}.cart-summary__checkout:disabled{opacity:.6;cursor:not-allowed}.cart-summary__continue{display:block;text-align:center;color:#1e8dff;font-weight:600;text-decoration:none}.cart-summary__continue:hover{text-decoration:underline}.shop-product__success{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.shop-product__cta--secondary:hover{background:#1e8dff1a!important}.site-nav__cart{position:relative;display:flex;align-items:center;justify-content:center;color:#0a1829eb;padding:.5rem;transition:transform .2s ease}.site-nav__cart:hover{transform:scale(1.1)}.site-nav__cart-badge{position:absolute;top:-4px;right:-4px;background:#d93025;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .4rem;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}@media (max-width: 640px){.cart-item{grid-template-columns:90px 1fr;gap:1rem;padding:1rem;align-items:start}.cart-item__image{width:90px;height:90px;flex-shrink:0}.cart-item__details{min-width:0;overflow:hidden;padding-right:.5rem;width:100%}.cart-item__title{font-size:.9rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin-bottom:.25rem;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__variant{font-size:.8rem;margin-bottom:.25rem;line-height:1.3}.cart-item__price{font-size:.8rem;line-height:1.3}.cart-item__quantity{grid-column:1 / -1;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:.75rem;gap:.75rem}.cart-item__quantity label{font-size:.8rem;white-space:nowrap}.cart-item__quantity select{min-width:60px;padding:.4rem .5rem;font-size:.9rem}.cart-item__total{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;margin-top:.5rem;width:100%}.cart-item__total-price{font-size:1rem}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:4rem 1.5rem}.auth-container{width:100%;max-width:480px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;text-align:center}.auth-container h1{font-size:clamp(1.8rem,4vw,2.2rem);margin-bottom:.5rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-subtitle{color:#0a182999;margin-bottom:2rem;font-size:1rem}.auth-error{background-color:#fce8e6;color:#d93025;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;text-align:left}.auth-form{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.auth-row{display:flex;gap:1rem}.auth-field{flex:1;display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:.85rem;font-weight:600;color:#0a1829}.auth-field input{padding:.75rem 1rem;border:1px solid rgba(10,24,41,.15);border-radius:8px;font-size:1rem;transition:border-color .2s ease}.auth-field input:focus{outline:none;border-color:#1e8dff}.auth-submit{background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;margin-top:.5rem;transition:transform .2s ease,box-shadow .2s ease;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.05em;text-transform:uppercase}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #1e8dff66}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{margin-top:2rem;font-size:.9rem;color:#0a1829b3}.auth-footer a{color:#1e8dff;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width: 640px){.auth-row{flex-direction:column;gap:1.25rem}}.auth-password-requirements{margin-top:.5rem;font-size:.85rem}.auth-password-strength{margin-bottom:.5rem;font-weight:600}.auth-password-strength-0,.auth-password-strength-1{color:#d93025}.auth-password-strength-2{color:#f57c00}.auth-password-strength-3{color:#fbc02d}.auth-password-strength-4{color:#689f38}.auth-password-strength-5{color:#2e7d32}.auth-password-errors{list-style:none;padding:0;margin:.5rem 0 0}.auth-password-errors li{padding:.25rem 0;color:#0a182999;font-size:.8rem}.auth-password-errors li.auth-requirement-met{color:#2e7d32;text-decoration:line-through}.auth-input-error{border-color:#d93025!important}.auth-field-error{color:#d93025;font-size:.8rem;margin-top:.25rem;display:block}.auth-success{text-align:center}.auth-success__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(120deg,#2e7d32,#4caf50);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700}.auth-success__actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.auth-link-secondary{color:#1e8dff;text-decoration:none;font-weight:600;padding:.75rem;border-radius:8px;transition:background-color .2s ease}.auth-link-secondary:hover{background-color:#1e8dff1a}.account-page{padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,2rem);min-height:60vh}.account-container{max-width:900px;margin:0 auto}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(10,24,41,.1)}.account-header h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.account-signout{background:transparent;border:1px solid rgba(10,24,41,.2);color:#0a1829;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.account-signout:hover{background-color:#0a18290d;border-color:#0a18294d}.account-content{display:flex;flex-direction:column;gap:2rem}.account-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #0000000a}.account-section h2{font-size:1.5rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#000;margin:0 0 1.5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.account-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.account-info-item{display:flex;flex-direction:column;gap:.5rem}.account-info-item label{font-size:.85rem;font-weight:600;color:#0a182999;text-transform:uppercase;letter-spacing:.05em}.account-info-item p{font-size:1.1rem;color:#0a1829;margin:0;font-weight:500;overflow-wrap:anywhere;word-break:break-word}.account-shopify-id{font-family:monospace;font-size:.9rem;color:#0a1829b3}.account-address{line-height:1.8;color:#0a1829}.account-address p{margin:.25rem 0}.account-error{background-color:#fce8e6;color:#d93025;padding:1rem;border-radius:8px;font-size:.9rem}.account-actions{display:flex;gap:1rem;flex-wrap:wrap}.account-action-button{background:linear-gradient(120deg,#1e8dff,#69c8ff);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem}.account-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1e8dff66}.account-action-button--admin{background:linear-gradient(120deg,#6366f1,#8b5cf6);border:none}.account-action-button--admin:hover{background:linear-gradient(120deg,#4f46e5,#7c3aed);box-shadow:0 6px 16px #6366f166}@media (max-width: 640px){.account-header{flex-direction:column;align-items:flex-start;gap:1rem}.account-info-grid{grid-template-columns:1fr}.account-actions{flex-direction:column}.account-action-button{text-align:center}}.contact-page-wrapper{width:100vw;max-width:100%;margin:0;padding:0;position:relative;background:#fff;overflow-x:hidden}.contact-hero-split{display:flex;min-height:100vh;position:relative;overflow:hidden;padding-top:0;width:100%}.contact-hero-left{flex:1;background:#fff;padding:8rem 6rem 4rem 8rem;padding-right:clamp(4rem,10vw,12rem);display:flex;flex-direction:column;justify-content:center;z-index:2}.contact-hero-left .contact-form{box-shadow:none;background:transparent;padding:0;max-width:100%;width:100%;border-radius:0;overflow:visible}.contact-hero-left .page-header{text-align:left;margin-bottom:2rem;max-width:100%;padding-left:0}.contact-hero-left .page-header h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.contact-hero-right{width:25%;min-width:300px;flex:none;background:#d4edff;position:relative;display:flex;align-items:center;justify-content:center}.contact-hero-wave{position:absolute;top:0;bottom:0;left:-148px;width:150px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 1000' preserveAspectRatio='none'%3E%3Cpath d='M150,0 C150,0 100,50 60,120 C20,190 20,250 80,320 C140,390 140,450 80,520 C20,590 20,650 80,720 C140,790 140,850 60,920 C20,960 0,1000 0,1000 L150,1000 L150,0 Z' fill='%23d4edff'/%3E%3Cpath d='M150,0 C150,0 100,50 60,120 C20,190 20,250 80,320 C140,390 140,450 80,520 C20,590 20,650 80,720 C140,790 140,850 60,920 C20,960 0,1000 0,1000' fill='none' stroke='%23ff66c4' stroke-width='3' stroke-linecap='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;background-position:right center;z-index:10;pointer-events:none}.contact-hero-logo{width:60%;max-width:200px;height:auto;object-fit:contain;z-index:4;position:relative}.contact-grid,.contact-follow{max-width:1200px;margin:4rem auto;padding:0 2rem;background:#fff;width:100%}@media (max-width: 900px){.contact-hero-split{flex-direction:column;height:auto;min-height:auto}.contact-hero-right,.contact-hero-wave{display:none}.contact-hero-left{padding:3rem 1.5rem;flex:0 0 100%;max-width:100%}.contact-hero-left .page-header,.contact-hero-left .contact-form{max-width:100%}.contact-form__submit{justify-self:center;width:100%;max-width:300px}}.page-layout{display:flex;flex-direction:column;min-height:100vh}.page-layout .sections--page{flex:1}.home-page{display:flex;flex-direction:column;min-height:100vh}.home-page .sections--home{flex:1}.home-page__wavy-separator{position:relative;width:100%;height:150px;background:#d4edff;overflow:hidden;z-index:1;margin-top:-2px}.home-page__wavy-separator:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M0,0 L1000,0 L1000,50 C950,45 900,50 850,60 C800,40 700,50 550,75 C500,25 350,50 200,75 C150,25 0,50 Z' fill='%23d4edff'/%3E%3Cpath d='M0,50 C150,25 200,75 350,50 C500,25 550,75 700,50 C800,40 850,60 900,50 C950,45 1000,50 L1000,100 L0,100 Z' fill='%23f4f8ff'/%3E%3Cpath d='M0,50 C150,25 200,75 350,50 C500,25 550,75 700,50 C800,40 850,60 900,50 C950,45 1000,50' fill='none' stroke='%23ff66c4' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;background-position:center;pointer-events:none}@media (max-width: 768px){.home-page__wavy-separator{height:80px}}.site-footer{position:relative;background:#000;color:#fff;padding:0;margin-top:auto}.site-footer__top{display:grid;grid-template-columns:1fr 2fr 1fr;gap:3rem;padding:clamp(3rem,5vw,4.5rem) clamp(2rem,6vw,4rem);max-width:1400px;margin:0 auto;width:100%}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__brand img{height:2.5rem;width:auto;max-width:120px;object-fit:contain;filter:brightness(0) invert(1)}.site-footer__brand p{margin:0;font-size:.95rem;color:#fffc;line-height:1.6;max-width:280px}.site-footer__nav-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.site-footer__column{display:flex;flex-direction:column;gap:1rem}.site-footer__column-title{margin:0;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-footer__column-links{display:flex;flex-direction:column;gap:.75rem}.site-footer__column-links a{font-size:.9rem;color:#ffffffb3;transition:color .2s ease;text-decoration:none}.site-footer__column-links a:hover{color:#fff}.site-footer__social{display:flex;flex-direction:column;gap:1rem}.site-footer__social-icons{display:flex;gap:1rem}.site-footer__social .contact-follow__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#ffffffb3;transition:all .2s ease}.site-footer__social .contact-follow__icon:hover{color:#fff;border-color:#fff;background:#ffffff1a}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem clamp(2rem,6vw,4rem);display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;width:100%}.site-footer__logo-text{font-size:2rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-footer__legal{text-align:right;font-size:.85rem;color:#ffffff80}.site-footer__legal p{margin:0}@media (max-width: 1024px){.site-footer__top{grid-template-columns:1fr;gap:2.5rem}.site-footer__nav-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.site-footer__top{padding:2.5rem 1.5rem}.site-footer__brand{text-align:center;align-items:center}.site-footer__brand p{max-width:100%;text-align:center}.site-footer__nav-columns{grid-template-columns:1fr;gap:2rem}.site-footer__social{align-items:center}.site-footer__bottom{flex-direction:column;gap:1.5rem;text-align:center;padding:2rem 1.5rem}.site-footer__logo-text{font-size:1.5rem}.site-footer__legal{text-align:center}}.cart-page__empty{text-align:center;padding:6rem 2rem;min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.cart-page__empty p{font-size:1.5rem;color:#0a1829b3;margin-bottom:2.5rem;font-weight:500}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000a;overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 8px 20px #00000014}.faq-item__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:none;border:none;cursor:pointer;text-align:left}.faq-item__toggle h3{margin:0;font-size:1.1rem;color:#0a1829;font-weight:700}.faq-item__icon{color:#1e8dff;font-size:1.5rem;display:flex;align-items:center}.faq-item__content{transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.faq-item__inner{padding:0 2rem 2rem}.faq-item p{margin:0;color:#0a1829b3;line-height:1.6}.return-policy-page{width:100%;max-width:min(900px,92vw);margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,2rem);min-height:60vh}.return-policy-page__container h1{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2.5rem;color:#000;font-weight:900;letter-spacing:.22em;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.return-policy-page__content{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 12px #0000000a;text-align:left}.return-policy-page__content p{font-size:1.1rem;line-height:1.8;color:#0a1829cc;margin-bottom:1.5rem}.return-policy-page__content p:last-child{margin-bottom:0}.return-policy-page__content a{color:#1e8dff;text-decoration:underline}.return-policy-page__content a:hover{color:#06c}@media (max-width: 640px){.return-policy-page__content{padding:2rem 1.5rem}.return-policy-page__content p{font-size:1rem}}.cookie-consent{position:fixed;bottom:1.5rem;left:1.5rem;z-index:1000;max-width:320px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent__content{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.cookie-consent__text{margin:0;font-size:.9rem;line-height:1.5;color:#0a1829cc}.cookie-consent__button{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s ease,transform .2s ease;text-transform:uppercase;letter-spacing:.05em}.cookie-consent__button:hover{background:#333;transform:translateY(-1px)}.cookie-consent__button:active{transform:translateY(0)}@media (max-width: 640px){.cookie-consent{bottom:1rem;left:1rem;right:1rem;max-width:none}}.newsletter-trigger{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;background:#000;color:#fff;border:1px solid #ffffff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0003}.newsletter-trigger:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.newsletter-trigger:active{transform:translateY(0)}@media (max-width: 640px){.newsletter-trigger{bottom:1rem;right:1rem;padding:.65rem 1.25rem;font-size:.85rem}}.newsletter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.newsletter-popup{background:#1a1a1a;border-radius:16px;max-width:600px;width:100%;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.newsletter-popup__close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;line-height:1;transition:all .2s ease;z-index:10}.newsletter-popup__close:hover{background:#fff3;border-color:#fff6}.newsletter-popup__content{padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.newsletter-popup__title{margin:0;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.4;text-align:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.newsletter-popup__form{display:flex;flex-direction:column;gap:1rem}.newsletter-popup__input{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:border-color .2s ease}.newsletter-popup__input::placeholder{color:#ffffff80}.newsletter-popup__input:focus{outline:none;border-color:#fff;background:#ffffff26}.newsletter-popup__legal{margin:0;font-size:.75rem;line-height:1.6;color:#fff9}.newsletter-popup__message{margin:0;padding:.75rem;border-radius:8px;font-size:.9rem;text-align:center}.newsletter-popup__message--success{background:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.3)}.newsletter-popup__submit{background:#fff;color:#000;border:none;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}.newsletter-popup__submit:hover:not(:disabled){background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.newsletter-popup__submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.newsletter-overlay{padding:1rem}.newsletter-popup__content{padding:2rem 1.5rem}.newsletter-popup__title{font-size:1.25rem}}.athletes-page{width:100%;max-width:100%;margin:0;padding:0;text-align:center}.athletes-hero{width:100%;height:80vh;min-height:500px;position:relative;display:flex;align-items:flex-end;justify-content:flex-start;padding-bottom:clamp(2rem,5vw,4rem);padding-left:clamp(2rem,5vw,4rem);background-size:cover;background-position:center;background-repeat:no-repeat;margin-bottom:clamp(4rem,8vw,6rem)}.athletes-hero__title{font-size:clamp(3rem,10vw,7rem);font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;line-height:1;position:relative;z-index:1;text-shadow:0 4px 12px rgba(0,0,0,.3)}.athletes-profiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(2rem,4vw,3rem);max-width:min(1000px,92vw);margin:0 auto;padding:0 clamp(1.5rem,4vw,2rem)}@media (max-width: 768px){.athletes-profiles-grid{grid-template-columns:1fr}}.athlete-profile-card{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.athlete-profile__image{width:100%;aspect-ratio:3/4;border-radius:20px;overflow:hidden;background:#f0f4f8;box-shadow:0 12px 32px #00000014;transition:transform .3s ease}.athlete-profile-card:hover .athlete-profile__image{transform:translateY(-8px)}.athlete-profile__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.athlete-profile-card:hover .athlete-profile__image img{transform:scale(1.05)}.athlete-profile__info{padding:0 .5rem}.athlete-profile__info h2{font-size:1.8rem;font-weight:800;text-transform:uppercase;margin:0 0 .25rem;color:#000;letter-spacing:.05em;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.athlete-profile__sport{font-size:1rem;color:#0a182999;font-weight:600;text-transform:uppercase;margin:0 0 1.25rem;letter-spacing:.1em}.athlete-profile__link{display:inline-block;padding:.75rem 2rem;background:#000;color:#fff;text-transform:uppercase;font-weight:700;letter-spacing:.1em;border-radius:999px;text-decoration:none;font-size:.9rem;transition:all .2s ease}.athlete-profile__link:hover{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.athletes-join-section{max-width:min(800px,92vw);margin:clamp(4rem,8vw,6rem) auto;padding:clamp(3rem,6vw,5rem) clamp(2rem,4vw,3rem);text-align:center;background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:32px;box-shadow:0 20px 50px #0a1e3c0f}.athletes-join__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.athletes-join__description{font-size:clamp(1.1rem,2.5vw,1.4rem);color:#0a1829b3;margin:0 0 2rem;font-weight:500}.athletes-join__link{display:inline-block;padding:1rem 3rem;background:#000;color:#fff;text-transform:uppercase;font-weight:700;letter-spacing:.1em;border-radius:999px;text-decoration:none;font-size:1rem;transition:all .2s ease}.athletes-join__link:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}@media (max-width: 640px){.athletes-hero{height:50vh;min-height:300px;padding-bottom:clamp(1.5rem,5vw,2.5rem);justify-content:center;padding-left:0}.athletes-hero__title{font-size:clamp(2.5rem,8vw,3.5rem);text-align:center}.athletes-profiles-grid{grid-template-columns:1fr;gap:3rem}.athlete-profile-card{align-items:center;text-align:center}.athletes-join-section{margin:clamp(3rem,6vw,4rem) auto;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,3vw,2rem)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #00000080;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;line-height:1;transition:all .2s ease;z-index:10}.modal-close:hover{background:#0003}.modal-title{margin:2rem 2rem .5rem;font-size:1.5rem;font-weight:700;color:#000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.modal-description{margin:0 2rem 1.5rem;font-size:.95rem;color:#0a1829b3;line-height:1.6}.modal-form{padding:0 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.modal-file-upload{display:flex;flex-direction:column;gap:.5rem}.modal-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed rgba(10,24,41,.2);border-radius:12px;cursor:pointer;transition:all .2s ease;background:#f4f8ff99}.modal-file-label:hover{border-color:#1e8dff;background:#f4f8ffcc}.modal-file-icon{font-size:2rem;margin-bottom:.5rem}.modal-file-text{font-size:.95rem;color:#0a1829b3;font-weight:500}.modal-file-input{display:none}.modal-file-size{font-size:.85rem;color:#0a182980;text-align:center}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-button{padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none;text-transform:uppercase;letter-spacing:.05em}.modal-button--secondary{background:transparent;color:#0a1829b3;border:1px solid rgba(10,24,41,.2)}.modal-button--secondary:hover:not(:disabled){background:#0a18290d;border-color:#0a18294d}.modal-button--primary{background:#000;color:#fff}.modal-button--primary:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.modal-button:disabled{opacity:.6;cursor:not-allowed}.modal-error{background-color:#fce8e6;color:#d93025;padding:.75rem;border-radius:8px;font-size:.9rem;border:1px solid #f5c6cb}.modal-success{padding:2rem;text-align:center;color:#2e7d32;font-weight:600}@media (max-width: 640px){.modal-content{max-width:100%;margin:0;border-radius:16px 16px 0 0}.modal-title,.modal-description,.modal-form{padding-left:1.5rem;padding-right:1.5rem}}.admin-page-wrapper{width:100%;padding:0;margin:0;min-height:100vh;background:#f8f9fa;position:relative}.page-layout .admin-page-wrapper{margin-top:0;padding-top:0}.admin-panel{max-width:75vw;width:100%;margin:0 auto;padding:1.5rem 2.5rem 2rem;background:#f8f9fa;min-height:calc(100vh - 80px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (min-width: 1024px){.admin-panel{padding-top:1rem}}.admin-panel__header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0;background:#fff;padding:1.5rem 2rem;border-radius:4px;box-shadow:0 1px 3px #00000014}.admin-panel__header h1{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em}.admin-panel__tabs{display:flex;gap:0;border-bottom:1px solid #e0e0e0;margin-bottom:2rem;background:#fff;padding:0 1rem;border-radius:4px 4px 0 0;box-shadow:0 1px 3px #00000014}.admin-panel__tab{padding:1rem 2rem;background:none;border:none;border-bottom:2px solid transparent;font-weight:500;font-size:.95rem;cursor:pointer;color:#666;transition:all .15s ease;margin-bottom:-1px}.admin-panel__tab:hover{color:#1a1a1a;background:#f8f9fa}.admin-panel__tab.active{color:#1a1a1a;border-bottom-color:#2563eb;background:#f8f9fa}.admin-panel__content{min-height:400px;background:#fff;padding:2rem;border-radius:4px;box-shadow:0 1px 3px #00000014}.admin-panel__search{margin-bottom:1.5rem}.admin-panel__search-input{width:100%;max-width:400px;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem;transition:all .15s ease;background:#fff}.admin-panel__search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.admin-panel__list{display:flex;flex-direction:column;gap:.75rem}.admin-panel__loading,.admin-panel__empty{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:.9rem}.admin-panel__table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:4px}.admin-panel__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-panel__table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.admin-panel__table th{padding:.875rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.admin-panel__table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s ease}.admin-panel__table tbody tr:hover{background:#f9fafb}.admin-panel__table tbody tr:last-child{border-bottom:none}.admin-panel__table td{padding:1rem;color:#1a1a1a;vertical-align:middle}.admin-panel__badges{display:flex;gap:.5rem;flex-wrap:wrap}.admin-panel__no-badge{color:#9ca3af;font-size:.875rem}.admin-panel__item{background:#fff;padding:1.25rem 1.5rem;border:1px solid #e5e7eb;border-radius:4px;transition:all .15s ease}.admin-panel__item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}.admin-panel__item-info{display:flex;flex-direction:column;gap:.375rem}.admin-panel__item-info strong{font-size:.95rem;font-weight:600;color:#1a1a1a}.admin-panel__item-info span{font-size:.875rem;color:#6b7280}.admin-badge,.tax-exempt-badge{display:inline-block;padding:.25rem .625rem;border-radius:3px;font-size:.75rem;font-weight:500;margin-top:.5rem;width:fit-content}.admin-badge{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.tax-exempt-badge{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.admin-panel__request{background:#fff;padding:1.5rem;border:1px solid #e5e7eb;border-radius:4px;display:flex;flex-direction:column;gap:1rem;transition:all .15s ease}.admin-panel__request:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}.admin-panel__request-info{display:flex;flex-direction:column;gap:.5rem}.admin-panel__request-info strong{font-size:.95rem;font-weight:600;color:#1a1a1a}.admin-panel__request-info span{font-size:.875rem;color:#6b7280}.admin-panel__request-date{font-size:.8125rem;color:#9ca3af}.status-badge{display:inline-block;padding:.25rem .625rem;border-radius:3px;font-size:.75rem;font-weight:500;margin-top:.5rem;width:fit-content}.status-badge--pending{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.status-badge--approved{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.status-badge--disapproved{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.admin-panel__view-certificate{color:#2563eb;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .15s ease}.admin-panel__view-certificate:hover{color:#1d4ed8;text-decoration:underline}.admin-panel__request-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.admin-panel__button{padding:.5rem 1.25rem;border-radius:4px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.admin-panel__button--approve{background:#10b981;color:#fff;border-color:#10b981}.admin-panel__button--approve:hover:not(:disabled){background:#059669;border-color:#059669}.admin-panel__button--disapprove{background:#ef4444;color:#fff;border-color:#ef4444}.admin-panel__button--disapprove:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.admin-panel__button:disabled{opacity:.5;cursor:not-allowed}.admin-panel__error{background-color:#fee2e2;color:#991b1b;padding:.875rem 1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #fecaca;font-size:.875rem}@media (max-width: 1023px){.admin-panel{max-width:100%;padding:1.5rem 1rem}}@media (max-width: 640px){.admin-panel{padding:1.5rem 1rem}.admin-panel__header{padding:1.25rem 1.5rem}.admin-panel__content{padding:1.5rem}.admin-panel__tabs{flex-direction:column;gap:0;padding:0}.admin-panel__tab{border-bottom:1px solid #e5e7eb;border-left:3px solid transparent;border-radius:0;width:100%;text-align:left}.admin-panel__tab.active{border-left-color:#2563eb;border-bottom-color:#e5e7eb;background:#f8f9fa}.admin-panel__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-panel__table{font-size:.8125rem;min-width:600px}.admin-panel__table th,.admin-panel__table td{padding:.75rem .5rem}.admin-panel__request-actions{flex-direction:column}.admin-panel__button{width:100%}}.tax-exemption-page{width:100%;max-width:min(1200px,92vw);margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,2rem)}.tax-exemption__hero{text-align:center;margin-bottom:clamp(3rem,6vw,5rem)}.tax-exemption__hero-icon{font-size:4rem;color:#2563eb;margin-bottom:1.5rem;display:flex;justify-content:center}.tax-exemption__hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0 0 1rem;color:#1a1a1a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tax-exemption__hero-description{font-size:clamp(1.1rem,2vw,1.3rem);color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.tax-exemption__steps{margin-bottom:clamp(3rem,6vw,5rem)}.tax-exemption__steps-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin:0 0 2rem;color:#1a1a1a;text-align:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tax-exemption__steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.tax-exemption__step-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .2s ease;display:flex;flex-direction:column}.tax-exemption__step-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a;transform:translateY(-2px)}.tax-exemption__step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.tax-exemption__step-number{width:2.5rem;height:2.5rem;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.tax-exemption__step-icon{font-size:1.75rem;color:#2563eb;display:flex;align-items:center}.tax-exemption__step-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#1a1a1a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tax-exemption__step-description{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0 0 1.5rem;flex:1}.tax-exemption__step-action{margin-top:auto}.tax-exemption__step-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:600;font-size:.9rem;text-decoration:none;transition:color .2s ease}.tax-exemption__step-link:hover{color:#1d4ed8;text-decoration:underline}.tax-exemption__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:clamp(3rem,6vw,5rem)}.tax-exemption__info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start}.tax-exemption__info-icon{font-size:2rem;color:#2563eb;flex-shrink:0;margin-top:.25rem}.tax-exemption__info-content h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#1a1a1a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tax-exemption__info-content p{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0}.tax-exemption__info-content a{color:#2563eb;text-decoration:none;font-weight:500}.tax-exemption__info-content a:hover{text-decoration:underline}.tax-exemption__cta{text-align:center;padding:3rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.tax-exemption__cta-button{display:inline-block;padding:1rem 2.5rem;background:#2563eb;color:#fff;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;transition:all .2s ease;margin-bottom:1rem}.tax-exemption__cta-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.tax-exemption__cta-note{font-size:.875rem;color:#6b7280;margin:0}@media (max-width: 640px){.tax-exemption__steps-grid{grid-template-columns:1fr;gap:1.5rem}.tax-exemption__info{grid-template-columns:1fr}.tax-exemption__step-card{padding:1.5rem}.tax-exemption__info-card{flex-direction:column;gap:1rem}.tax-exemption__info-icon{margin-top:0}}.sections--full-width{padding:0!important;max-width:100%!important;width:100%!important;gap:0!important;display:block!important}.sections--full-width+.site-footer{margin-top:0}
