@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0a0a0a;--white:#fff;--off-white:#f5f5f3;--gray-light:#ebebeb;--gray:#999;--gray-dark:#444;--accent:#1a56ff;--font:"Jost", sans-serif;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--nav-height:64px;--bar-height:40px}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}[data-reveal]{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translateY(32px)}[data-reveal].revealed{opacity:1;transform:none}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}[data-reveal-delay="3"]{transition-delay:.3s}[data-reveal-delay="4"]{transition-delay:.4s}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 5%}.bar{height:var(--bar-height);background:var(--black);color:var(--white);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;font-size:.75rem;font-weight:500;display:flex}.bar a{opacity:.7;text-decoration:underline;transition:opacity .2s}.bar a:hover{opacity:1}.site-header{z-index:200;flex-direction:column;width:100%;display:flex;position:fixed;top:0;left:0}.navbar{height:var(--nav-height);transition:background .4s var(--ease-out), border-color .4s var(--ease-out);background:0 0;border-bottom:1px solid #0000;align-items:center;display:flex}.navbar.solid{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--gray-light);background:#fffffff7}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:0 5%;display:flex}.nav-logo{letter-spacing:.12em;text-transform:uppercase;color:var(--white);font-size:1.5rem;font-weight:600;transition:color .3s}.navbar.solid .nav-logo{color:var(--black)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s,opacity .2s}.navbar.solid .nav-links a{color:var(--gray-dark)}.nav-links a:hover{opacity:.55}.nav-actions{align-items:center;gap:1.25rem;display:flex}.nav-icon-btn{width:36px;height:36px;color:var(--white);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-family:inherit;transition:opacity .2s;display:flex}.navbar.solid .nav-icon-btn{color:var(--black)}.nav-icon-btn:hover{opacity:.55}.nav-hamburger{cursor:pointer;color:var(--white);background:0 0;border:none;padding:4px;display:none}.navbar.solid .nav-hamburger{color:var(--black)}.hamburger-lines{flex-direction:column;gap:5px;width:22px;display:flex}.hamburger-lines span{transform-origin:50%;background:currentColor;height:1.5px;transition:transform .3s,opacity .3s;display:block}.hamburger-lines.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.hamburger-lines.open span:nth-child(2){opacity:0}.hamburger-lines.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-menu{top:var(--nav-height);background:var(--white);border-bottom:1px solid var(--gray-light);animation:slideDown .25s var(--ease-out);z-index:199;flex-direction:column;gap:1.25rem;padding:1.5rem 5%;display:flex;position:fixed;left:0;right:0;box-shadow:0 8px 32px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.mobile-menu a{letter-spacing:.06em;text-transform:uppercase;color:var(--black);padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none}@media (width<=768px){.nav-links{display:none}.nav-hamburger{display:flex}}.site-footer{background:var(--black);color:var(--white);padding:6rem 0 3rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.footer-logo{letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem;font-size:2rem;font-weight:600}.footer-desc{color:var(--gray);max-width:280px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-trust{color:#ffffff59;letter-spacing:.04em;flex-direction:column;gap:.5rem;font-size:.78rem;display:flex}.footer-col h4{letter-spacing:.18em;text-transform:uppercase;color:var(--gray);margin-bottom:1.5rem;font-size:.7rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.85rem;list-style:none;display:flex}.footer-col a{color:#ffffff8c;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{letter-spacing:.06em;color:var(--gray);text-transform:uppercase;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2.5rem;font-size:.75rem;font-weight:500;display:flex}.footer-socials{gap:2rem;display:flex}.footer-socials a{color:var(--gray);text-decoration:none;transition:color .2s}.footer-socials a:hover{color:var(--white)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.maint-page{color:#fff;background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.maint-orb{filter:blur(80px);opacity:.18;border-radius:50%;animation:8s ease-in-out infinite orbFloat;position:absolute}.maint-orb-1{background:#1a56ff;width:500px;height:500px;animation-delay:0s;top:-150px;left:-100px}.maint-orb-2{background:#6b8fff;width:350px;height:350px;animation-delay:-3s;bottom:-100px;right:-80px}.maint-orb-3{opacity:.1;background:#1a56ff;width:250px;height:250px;animation-delay:-5s;top:50%;left:60%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-40px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.97)}}.maint-body{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:520px;display:flex;position:relative}.maint-logo-wrap{flex-direction:column;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.maint-drop{width:48px;height:56px;animation:2.4s ease-in-out infinite dropPulse;position:relative}.maint-drop-inner{background:linear-gradient(160deg,#4a7aff 0%,#1a56ff 60%,#0a2db3 100%);border-radius:50%/60% 60% 40% 40%;width:100%;height:100%;transform:rotate(-35deg);box-shadow:0 0 32px #1a56ff80}@keyframes dropPulse{0%,to{filter:drop-shadow(0 0 12px #1a56ff66);transform:scale(1)}50%{filter:drop-shadow(0 0 28px #1a56ffb3);transform:scale(1.08)}}.maint-logo{font-family:var(--font);letter-spacing:.18em;text-transform:uppercase;color:#fff;font-size:1.6rem;font-weight:600}.maint-kicker{letter-spacing:.25em;text-transform:uppercase;color:#1a56ff;font-size:.7rem;font-weight:600}.maint-title{letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:300;line-height:1.1}.maint-title em{color:#fff9;font-style:italic;font-weight:200}.maint-sub{color:#ffffff73;font-size:1rem;line-height:1.7}.maint-progress-track{background:#ffffff14;border-radius:2px;width:100%;max-width:280px;height:2px;overflow:hidden}.maint-progress-bar{background:linear-gradient(90deg,#0000,#1a56ff,#0000);border-radius:2px;width:40%;height:100%;animation:2s ease-in-out infinite progressSlide}@keyframes progressSlide{0%{transform:translate(-200%)}to{transform:translate(350%)}}.maint-form{gap:0;width:100%;max-width:380px;margin-top:.5rem;display:flex}.maint-input{color:#fff;font-family:var(--font);background:#ffffff0f;border:1px solid #ffffff1f;border-right:none;outline:none;flex:1;padding:.875rem 1.1rem;font-size:.85rem;transition:border-color .2s,background .2s}.maint-input::placeholder{color:#ffffff4d}.maint-input:focus{background:#1a56ff14;border-color:#1a56ff99}.maint-btn{color:#fff;font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#1a56ff;border:none;padding:.875rem 1.4rem;font-size:.75rem;font-weight:600;transition:background .2s}.maint-btn:hover{background:#0f3ecc}.maint-footer{color:#ffffff40;font-size:.78rem}.maint-footer a{color:#ffffff73;text-decoration:underline;transition:color .2s}.maint-footer a:hover{color:#fff}@media (width<=480px){.maint-form{flex-direction:column}.maint-input{border-bottom:none;border-right:1px solid #ffffff1f}.maint-btn{width:100%}}.nl-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;animation:nlFadeIn .4s var(--ease-out) forwards;background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}@keyframes nlFadeIn{0%{opacity:0}to{opacity:1}}.nl-card{background:var(--white);width:100%;max-width:520px;animation:nlSlideUp .5s .1s var(--ease-out) both;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 32px 80px #0000004d}@keyframes nlSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.nl-img{background:var(--black);min-height:320px;overflow:hidden}.nl-img img{object-fit:cover;opacity:.75;width:100%;height:100%}.nl-body{flex-direction:column;justify-content:center;padding:2.5rem 2rem;display:flex}.nl-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:1rem;font-size:.65rem;font-weight:700}.nl-body h3{margin-bottom:.75rem;font-size:1.35rem;font-weight:400;line-height:1.3}.nl-body h3 em{font-style:italic;font-weight:200}.nl-body p{color:var(--gray);margin-bottom:1.5rem;font-size:.82rem;line-height:1.6}.nl-form{flex-direction:column;gap:.75rem;display:flex}.nl-input{border:1.5px solid var(--gray-light);font-family:var(--font);background:var(--off-white);outline:none;padding:.875rem 1rem;font-size:.85rem;transition:border-color .2s}.nl-input:focus{border-color:var(--black);background:var(--white)}.nl-submit{background:var(--black);color:var(--white);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;padding:.875rem 1rem;font-size:.75rem;font-weight:600;transition:background .2s}.nl-submit:hover{background:#222}.nl-close{width:36px;height:36px;color:var(--white);cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.nl-close:hover{background:#ffffff4d}.nl-skip{text-align:center;color:var(--gray);cursor:pointer;font-size:.75rem;font-family:var(--font);background:0 0;border:none;margin-top:.5rem;text-decoration:underline}@media (width<=540px){.nl-card{grid-template-columns:1fr}.nl-img{display:none}}.btn{letter-spacing:.1em;text-transform:uppercase;transition:all .3s var(--ease-out);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font);border:none;align-items:center;gap:.5rem;padding:1rem 2.25rem;text-decoration:none;display:inline-flex}.btn-dark{background:var(--black);color:var(--white);border:1.5px solid var(--black)}.btn-dark:hover{color:var(--black);background:0 0}.btn-light{background:var(--white);color:var(--black);border:1.5px solid var(--white)}.btn-light:hover{color:var(--white);background:0 0}.btn-outline-light{color:var(--white);background:0 0;border:1.5px solid #fff9}.btn-outline-light:hover{background:var(--white);color:var(--black)}.btn-accent{background:var(--accent);color:var(--white);border:1.5px solid var(--accent)}.btn-accent:hover{background:#0f3ecc;border-color:#0f3ecc}.trust-strip{background:var(--off-white);letter-spacing:.04em;color:var(--gray-dark);border-bottom:1px solid var(--gray-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:1rem 5%;font-size:.78rem;display:flex}.trust-sep{color:var(--gray-light)}.hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;animation:heroZoom 20s var(--ease-in-out) forwards;position:absolute;inset:0;transform:scale(1.03)}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero-overlay{background:linear-gradient(#00000040 0%,#00000073 60%,#000000bf 100%);position:absolute;inset:0}.hero-body{z-index:2;text-align:center;color:var(--white);max-width:900px;margin:0 auto;padding:0 5%;position:relative}.hero-kicker{letter-spacing:.2em;text-transform:uppercase;color:#ffffffa6;opacity:0;animation:fadeUp 1s .2s var(--ease-out) forwards;margin-bottom:1.5rem;font-size:.72rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.01em;opacity:0;animation:fadeUp 1s .4s var(--ease-out) forwards;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,6rem);font-weight:300;line-height:1.05}.hero-title em{font-style:italic;font-weight:200}.hero-sub{color:#ffffffbf;opacity:0;max-width:520px;animation:fadeUp 1s .6s var(--ease-out) forwards;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;font-weight:300;line-height:1.6}.hero-cta{opacity:0;animation:fadeUp 1s .8s var(--ease-out) forwards;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-scroll{z-index:2;color:#ffffff80;letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-line{width:1px;height:48px;animation:scrollPulse 2s var(--ease-in-out) infinite;transform-origin:top;background:#ffffff4d}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.4)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.stats-strip{background:var(--black);color:var(--white);padding:4rem 0}.stats-inner{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-block{border-right:1px solid #ffffff14;padding:0 2rem}.stat-block:last-child{border:none}.stat-number{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:200;line-height:1}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--gray);font-size:.75rem;font-weight:500}.split{grid-template-columns:1fr 1fr;min-height:85vh;display:grid}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}.split-img{background:var(--gray-light);position:relative;overflow:hidden}.split-img img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform 1.4s var(--ease-out)}.split:hover .split-img img{transform:scale(1.04)}.split-copy{background:var(--white);flex-direction:column;justify-content:center;padding:6rem 7%;display:flex}.split-copy.dark{background:var(--black);color:var(--white)}.split-copy.dark .split-tag,.split-copy.dark p{color:#ffffff8c}.split-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:1.5rem;font-size:.7rem;font-weight:600}.split-copy h2{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.1}.split-copy h2 em{font-style:italic;font-weight:200}.split-copy p{color:var(--gray-dark);max-width:420px;margin-bottom:3rem;font-size:1rem;line-height:1.75}.split-copy .btn{align-self:flex-start}.features-strip{background:var(--off-white);padding:7rem 0}.features-header{text-align:center;margin-bottom:5rem}.features-header h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.features-header h2 em{font-style:italic;font-weight:200}.features-header p{color:var(--gray);max-width:480px;margin:0 auto;font-size:1.05rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.feature-card{background:var(--white);padding:3.5rem 3rem;transition:background .3s}.feature-card:hover{background:var(--black);color:var(--white)}.feature-card:hover .feature-icon{color:#fff6}.feature-card:hover p{color:#ffffff8c}.feature-icon{color:var(--gray-light);margin-bottom:2rem;font-size:1.5rem;transition:color .3s}.feature-card h3{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.25rem;font-weight:500}.feature-card p{color:var(--gray);font-size:.9rem;line-height:1.7;transition:color .3s}.reviews-strip{background:var(--white);padding:7rem 0}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-header h2{letter-spacing:-.01em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.reviews-header h2 em{font-style:italic;font-weight:200}.reviews-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.review-card{background:var(--off-white);flex-direction:column;gap:1rem;padding:2rem;display:flex}.review-stars{color:#f59e0b;letter-spacing:.1em;font-size:.9rem}.review-text{color:var(--gray-dark);flex:1;font-size:.9rem;font-style:italic;line-height:1.7}.review-author{align-items:center;gap:.75rem;display:flex}.review-avatar{background:var(--black);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.review-author strong{font-size:.85rem;font-weight:600;display:block}.review-author span{color:var(--gray);letter-spacing:.04em;font-size:.75rem}.cta-banner{align-items:center;height:70vh;min-height:480px;display:flex;position:relative;overflow:hidden}.cta-banner-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;transition:transform 1.4s var(--ease-out);position:absolute;inset:0}.cta-banner:hover .cta-banner-img{transform:scale(1.03)}.cta-banner-overlay{background:linear-gradient(90deg,#000000b3 0%,#0000001a 100%);position:absolute;inset:0}.cta-banner-body{z-index:2;color:var(--white);max-width:560px;position:relative}.cta-stock{letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;margin-bottom:1rem;font-size:.75rem;font-weight:700}.cta-banner-body h2{margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:300;line-height:1.1}.cta-banner-body p{color:#ffffffb3;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}@media (width<=1024px){.split{grid-template-columns:1fr;min-height:auto}.split.reverse{direction:ltr}.split-img{height:60vw;min-height:400px}.split-copy{padding:4rem 5%}.features-grid{grid-template-columns:1fr;gap:2px}.stats-inner{grid-template-columns:1fr;gap:3rem}.stat-block{border:none;border-bottom:1px solid #ffffff14;padding-bottom:3rem}.stat-block:last-child{border:none;padding-bottom:0}.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}.cta-banner{height:auto;padding:5rem 0}.cta-banner-body h2{font-size:2rem}.reviews-grid{grid-template-columns:1fr}.trust-strip{gap:.75rem;font-size:.72rem}.trust-sep{display:none}}.products-page{padding-top:calc(var(--nav-height) + var(--bar-height));min-height:100vh}.catalog-hero{max-width:1440px;margin:0 auto;padding:7rem 5% 5rem}.catalog-hero-inner{max-width:720px}.catalog-kicker{letter-spacing:.25em;text-transform:uppercase;color:var(--gray);margin-bottom:1.5rem;font-size:.7rem;font-weight:600}.catalog-hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.05}.catalog-hero h1 em{font-style:italic;font-weight:200}.catalog-sub{color:var(--gray);max-width:520px;font-size:1.1rem;line-height:1.65}.catalog-hero-line{background:var(--gray-light);height:1px;margin-top:5rem}.catalog-featured{padding:5rem 0}.featured-card{background:var(--off-white);min-height:520px;color:inherit;transition:box-shadow .4s var(--ease-out);grid-template-columns:1fr 1fr;text-decoration:none;display:grid;overflow:hidden}.featured-card:hover{box-shadow:0 24px 64px #0000001f}.featured-img{justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.featured-img img{object-fit:contain;width:auto;height:75%;max-height:360px;transition:transform .8s var(--ease-out)}.featured-card:hover .featured-img img{transform:scale(1.06)}.featured-badges{flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1.5rem;left:1.5rem}.featured-copy{background:var(--white);flex-direction:column;justify-content:center;padding:4rem;display:flex}.catalog-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--gray);margin-bottom:1rem;font-size:.68rem;font-weight:600}.featured-copy h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:300;line-height:1.1}.featured-desc{color:var(--gray-dark);max-width:400px;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.featured-highlights{flex-direction:column;gap:.6rem;margin-bottom:2.5rem;display:flex}.highlight-row{color:var(--gray-dark);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.highlight-row svg{color:#059669;flex-shrink:0}.featured-footer{border-top:1px solid var(--gray-light);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.featured-price{align-items:baseline;gap:.75rem;display:flex}.price-main{letter-spacing:-.02em;font-size:2rem;font-weight:300}.price-old{color:var(--gray);font-size:1rem;text-decoration:line-through}.featured-cta{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;transition:gap .2s;display:flex}.featured-card:hover .featured-cta{gap:.9rem}.catalog-badge,.featured-badge{letter-spacing:.12em;text-transform:uppercase;padding:.35rem .7rem;font-size:.65rem;font-weight:700;display:inline-block}.badge-dark{background:var(--black);color:var(--white)}.badge-accent{background:var(--accent);color:var(--white)}.badge-green{color:var(--white);background:#059669}.catalog-grid-section{padding:0 0 7rem}.catalog-section-header{align-items:baseline;gap:1.5rem;margin-bottom:3.5rem;display:flex}.catalog-section-header h2{letter-spacing:-.01em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300}.catalog-section-header p{color:var(--gray);font-size:.9rem}.catalog-grid{background:var(--gray-light);grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid}.catalog-card{background:var(--white);color:inherit;flex-direction:column;text-decoration:none;transition:box-shadow .3s;display:flex;position:relative}.catalog-card:hover{z-index:2;box-shadow:0 12px 40px #0000001a}.catalog-card-img{aspect-ratio:3/4;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.catalog-card-img img{object-fit:contain;width:auto;max-width:70%;height:70%;transition:transform .7s var(--ease-out)}.catalog-card:hover .catalog-card-img img{transform:scale(1.06)}.catalog-badge{position:absolute;top:1rem;left:1rem}.catalog-stock-warning{color:var(--white);letter-spacing:.1em;text-transform:uppercase;text-align:center;background:#000000bf;padding:.4rem .75rem;font-size:.65rem;font-weight:700;position:absolute;bottom:1rem;left:1rem;right:1rem}.catalog-card-overlay{opacity:0;background:#00000059;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.catalog-card:hover .catalog-card-overlay{opacity:1}.catalog-view-btn{color:var(--white);letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1.5px solid #ffffffb3;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.78rem;font-weight:600;display:flex}.catalog-card-body{flex-direction:column;flex:1;gap:1.5rem;padding:1.75rem;display:flex}.catalog-card-top{flex:1}.catalog-card-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gray);margin-bottom:.4rem;font-size:.65rem;font-weight:600}.catalog-card-body h3{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.15rem;font-weight:500}.catalog-card-desc{color:var(--gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.82rem;line-height:1.6;display:-webkit-box;overflow:hidden}.catalog-swatches{gap:.5rem;display:flex}.catalog-swatch{cursor:default;border:1.5px solid #0000001a;border-radius:50%;width:18px;height:18px;transition:transform .2s}.catalog-card-footer{border-top:1px solid var(--gray-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.catalog-card-price{align-items:baseline;gap:.5rem;display:flex}.catalog-price{letter-spacing:-.01em;font-size:1.2rem;font-weight:300}.catalog-price-old{color:var(--gray);font-size:.85rem;text-decoration:line-through}.catalog-quick-add{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;background:var(--black);color:var(--white);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.7rem;font-weight:600;transition:background .2s;display:flex}.catalog-quick-add:hover{background:#222}.catalog-quick-add.added{background:#059669}.catalog-reassurance{background:var(--black);color:var(--white);padding:4rem 0}.reassurance-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.reassurance-item{border-right:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.5rem;padding:0 1rem;display:flex}.reassurance-item:last-child{border:none}.reassurance-icon{margin-bottom:.25rem;font-size:1.5rem}.reassurance-item strong{font-size:.9rem;font-weight:600}.reassurance-item span{color:var(--gray);font-size:.78rem}@media (width<=1024px){.featured-card{grid-template-columns:1fr}.featured-img{min-height:300px}.featured-copy{padding:3rem 5%}.catalog-grid{grid-template-columns:repeat(2,1fr)}.reassurance-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.reassurance-item{border:none}}@media (width<=640px){.catalog-hero{padding:4rem 5% 3rem}.catalog-grid{grid-template-columns:1fr}.catalog-section-header{flex-direction:column;gap:.25rem}.reassurance-grid{grid-template-columns:1fr 1fr}}.product-page{padding-top:calc(var(--nav-height) + var(--bar-height));min-height:100vh}.breadcrumb{border-bottom:1px solid var(--gray-light);padding:1rem 0}.breadcrumb .container{letter-spacing:.06em;color:var(--gray);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.breadcrumb a{color:var(--gray);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--black)}.product-main{grid-template-columns:1fr 1fr;gap:5%;max-width:1440px;min-height:90vh;margin:0 auto;padding:3rem 5% 5rem;display:grid}.product-gallery{top:calc(var(--nav-height) + 2rem);height:calc(100vh - var(--nav-height) - 4rem);align-self:start;gap:1rem;display:flex;position:sticky}.gallery-thumbs{flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}.thumb-btn{cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;width:72px;height:72px;padding:4px;transition:border-color .2s;display:flex;overflow:hidden}.thumb-btn img{object-fit:contain;width:100%;height:100%}.thumb-btn:hover{border-color:var(--gray)}.thumb-btn.active{border-color:var(--black)}.gallery-main{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.gallery-active-img{object-fit:contain;width:80%;max-height:80%;animation:imgFadeIn .35s var(--ease-out)}@keyframes imgFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.gallery-badge{background:var(--black);color:var(--white);letter-spacing:.15em;text-transform:uppercase;padding:.4rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.product-info{padding-top:.5rem}.product-info-inner{max-width:520px}.product-brand{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:.75rem;font-size:.7rem;font-weight:600}.product-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.05}.product-tagline{color:var(--gray);margin-bottom:1.25rem;font-size:.95rem;font-style:italic}.product-rating{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.stars-row{color:#f59e0b;gap:2px;display:inline-flex}.rating-count{color:var(--gray-dark);font-size:.82rem;font-weight:500}.rating-link{color:var(--gray);font-size:.82rem;text-decoration:underline}.product-price-row{align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.product-price{letter-spacing:-.02em;font-size:2rem;font-weight:300}.product-price-old{color:var(--gray);font-size:1.1rem;text-decoration:line-through}.product-promo-badge{color:#059669;letter-spacing:.06em;background:#ecfdf5;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.product-stock{color:var(--gray-dark);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.8rem;display:flex}.stock-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:7px;height:7px}.product-variants{margin-bottom:2rem}.variants-label{letter-spacing:.04em;color:var(--gray-dark);margin-bottom:.75rem;font-size:.78rem}.variants-list{gap:.75rem;display:flex}.variant-swatch{cursor:pointer;outline-offset:3px;border:2px solid #0000;border-radius:50%;outline:2px solid #0000;width:36px;height:36px;transition:border-color .2s,transform .2s;position:relative}.variant-swatch.active{outline-color:var(--black)}.variant-swatch:hover{transform:scale(1.1)}.swatch-check{color:var(--white);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-actions{align-items:stretch;gap:1rem;margin-bottom:.75rem;display:flex}.qty-control{border:1.5px solid var(--gray-light);flex-shrink:0;align-items:center;gap:0;display:flex}.qty-control button{cursor:pointer;width:40px;height:52px;color:var(--black);background:0 0;border:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.qty-control button:hover{background:var(--off-white)}.qty-control span{text-align:center;border-left:1.5px solid var(--gray-light);border-right:1.5px solid var(--gray-light);width:40px;font-size:.95rem;font-weight:500}.btn-add-cart{background:var(--black);height:52px;color:var(--white);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;transition:background .2s;display:flex}.btn-add-cart:hover{background:#222}.btn-add-cart.btn-added{background:#059669}.btn-buy-now{width:100%;height:52px;color:var(--black);border:1.5px solid var(--black);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.78rem;font-weight:600;transition:background .2s,color .2s;display:flex}.btn-buy-now:hover{background:var(--black);color:var(--white)}.trust-badges{background:var(--off-white);grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem;padding:1.5rem;display:grid}.trust-badge{color:var(--gray-dark);align-items:center;gap:.5rem;font-size:.78rem;line-height:1.35;display:flex}.trust-icon{flex-shrink:0;font-size:1rem}.product-accordion{border-top:1px solid var(--gray-light)}.accordion-item{border-bottom:1px solid var(--gray-light)}.accordion-trigger{cursor:pointer;width:100%;font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--black);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.85rem;font-weight:600;display:flex}.accordion-body{color:var(--gray-dark);animation:accordionOpen .25s var(--ease-out);padding-bottom:1.5rem;font-size:.9rem;line-height:1.75}@keyframes accordionOpen{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.specs-table{border-collapse:collapse;width:100%}.specs-table td{padding:.5rem 0;font-size:.85rem}.specs-table td:first-child{color:var(--gray);width:50%;font-weight:500}.specs-table tr{border-bottom:1px solid var(--gray-light)}.specs-table tr:last-child{border:none}.faq-list{flex-direction:column;gap:1.25rem;display:flex}.faq-list strong{margin-bottom:.4rem;font-weight:600;display:block}.faq-list p{color:var(--gray-dark)}.sticky-mobile-cta{z-index:150;background:var(--white);border-top:1px solid var(--gray-light);padding:.875rem 5%;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000014}.sticky-cta-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:640px;margin:0 auto;display:flex}.sticky-name{font-size:.85rem;font-weight:600;display:block}.sticky-price{color:var(--gray);font-size:.85rem}.sticky-btn-add{background:var(--black);color:var(--white);font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;flex-shrink:0;padding:.875rem 1.75rem;font-size:.78rem;font-weight:600}.product-reviews{background:var(--off-white);padding:7rem 0}.reviews-summary{border-bottom:1px solid var(--gray-light);grid-template-columns:auto 1fr;align-items:center;gap:5rem;margin-bottom:5rem;padding-bottom:4rem;display:grid}.reviews-score{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.score-big{letter-spacing:-.04em;font-size:5rem;font-weight:200;line-height:1}.score-count{color:var(--gray);letter-spacing:.04em;font-size:.78rem}.score-bars{flex-direction:column;gap:.6rem;max-width:400px;display:flex}.score-bar-row{color:var(--gray-dark);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.score-bar-track{background:var(--gray-light);border-radius:2px;flex:1;height:4px;overflow:hidden}.score-bar-fill{background:var(--black);border-radius:2px;height:100%}.score-pct{text-align:right;width:30px;color:var(--gray);font-size:.75rem}.reviews-list{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.review-item{background:var(--white);padding:2rem}.review-item-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.review-avatar-lg{background:var(--black);width:42px;height:42px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.review-item-header strong{font-size:.9rem;display:block}.review-item-header span{color:var(--gray);letter-spacing:.02em;font-size:.75rem}.review-item-header .stars-row{margin-left:auto}.review-item-text{color:var(--gray-dark);font-size:.9rem;font-style:italic;line-height:1.75}.cross-sell{padding:6rem 0}.cross-sell h2{letter-spacing:-.01em;margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.cross-sell h2 em{font-style:italic;font-weight:200}.cross-sell-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cross-card{background:var(--off-white);transition:transform .4s var(--ease-out);color:inherit;text-decoration:none;display:block}.cross-card:hover{transform:translateY(-6px)}.cross-img{background:var(--white);justify-content:center;align-items:center;height:220px;padding:2rem;display:flex}.cross-img img{object-fit:contain;height:100%}.cross-body{padding:1.5rem}.cross-body h3{margin-bottom:.4rem;font-size:1rem;font-weight:600}.cross-body p{color:var(--gray);margin-bottom:.75rem;font-size:.85rem;line-height:1.5}.cross-price{font-size:1.1rem;font-weight:300}.desc-highlights{flex-direction:column;gap:.6rem;margin-top:1.25rem;list-style:none;display:flex}.desc-highlights li{color:var(--gray-dark);align-items:center;gap:.6rem;font-size:.88rem;display:flex}.desc-highlights li svg{color:#059669;flex-shrink:0}.gallery-badge{letter-spacing:.15em;text-transform:uppercase;padding:.4rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.gallery-badge.badge-dark{background:var(--black);color:var(--white)}.gallery-badge.badge-accent{background:var(--accent);color:var(--white)}.gallery-badge.badge-green{color:var(--white);background:#059669}@media (width<=1024px){.product-main{grid-template-columns:1fr;gap:3rem}.product-gallery{flex-direction:column-reverse;height:auto;position:static}.gallery-thumbs{flex-direction:row}.gallery-main{height:70vw;max-height:500px}.product-info-inner{max-width:100%}.reviews-summary{text-align:center;grid-template-columns:1fr;gap:2rem}.score-bars{max-width:100%;margin:0 auto}.reviews-list{grid-template-columns:1fr}.cross-sell-grid{grid-template-columns:1fr;max-width:400px}}@media (width<=768px){.product-page{padding-top:var(--nav-height)}.sticky-mobile-cta{display:block}.trust-badges{grid-template-columns:1fr}.product-actions{flex-wrap:wrap}.btn-add-cart{min-width:100%}}.cart-page{padding-top:calc(var(--nav-height) + var(--bar-height) + 3rem);min-height:80vh;padding-bottom:6rem}.cart-empty{text-align:center;align-items:center;display:flex}.cart-empty .container{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.cart-empty h1{font-size:clamp(2rem,4vw,3rem);font-weight:300}.cart-empty p{color:var(--gray);font-size:1rem}.btn-cart-empty{background:var(--black);color:var(--white);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 2.25rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-cart-empty:hover{background:#222}.cart-header{border-bottom:1px solid var(--gray-light);margin-bottom:3rem;padding-bottom:1.5rem}.cart-header h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300}.cart-header h1 span{color:var(--gray);font-weight:300}.cart-layout{grid-template-columns:1fr 380px;align-items:start;gap:4rem;display:grid}.cart-items{flex-direction:column;gap:0;display:flex}.cart-item{border-bottom:1px solid var(--gray-light);grid-template-columns:80px 1fr auto auto 36px;align-items:center;gap:1.5rem;padding:1.5rem 0;display:grid}.cart-item-img{background:var(--off-white);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;padding:8px;display:flex}.cart-item-img img{object-fit:contain;width:100%;height:100%}.cart-item-info h3{margin-bottom:.35rem;font-size:.9rem;font-weight:500;line-height:1.35}.cart-item-price{color:var(--gray);font-size:.82rem}.cart-item-qty{border:1.5px solid var(--gray-light);align-items:center;display:flex}.cart-item-qty button{cursor:pointer;width:34px;height:34px;color:var(--black);background:0 0;border:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.cart-item-qty button:hover{background:var(--off-white)}.cart-item-qty span{text-align:center;border-left:1.5px solid var(--gray-light);border-right:1.5px solid var(--gray-light);width:34px;font-size:.85rem}.cart-item-subtotal{text-align:right;min-width:60px;font-size:.95rem;font-weight:500}.cart-item-remove{cursor:pointer;width:36px;height:36px;color:var(--gray);background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.cart-item-remove:hover{color:var(--black)}.cart-summary{background:var(--off-white);top:calc(var(--nav-height) + 2rem);padding:2rem;position:sticky}.cart-summary h2{letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--gray-light);margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:1rem;font-weight:600}.summary-rows{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.summary-row{color:var(--gray-dark);justify-content:space-between;font-size:.9rem;display:flex}.summary-row .free{color:#059669;font-weight:600}.shipping-nudge{color:var(--gray);background:var(--white);border-left:3px solid var(--accent);margin-top:.25rem;padding:.625rem .875rem;font-size:.8rem}.summary-total{border-top:1.5px solid var(--black);border-bottom:1px solid var(--gray-light);justify-content:space-between;margin-bottom:1.25rem;padding:1.25rem 0;font-size:1.1rem;font-weight:600;display:flex}.promo-row{gap:0;margin-bottom:1.25rem;display:flex}.promo-input{border:1.5px solid var(--gray-light);font-family:var(--font);background:var(--white);outline:none;flex:1;padding:.75rem 1rem;font-size:.82rem}.promo-input:focus{border-color:var(--black)}.promo-apply{background:var(--black);color:var(--white);font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.btn-checkout{background:var(--black);width:100%;color:var(--white);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1.1rem;font-size:.82rem;font-weight:600;transition:background .2s;display:flex}.btn-checkout:hover{background:#222}.cart-trust{color:var(--gray);text-align:center;border-top:1px solid var(--gray-light);letter-spacing:.04em;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:1rem;padding:1rem 0;font-size:.72rem;display:flex}.cart-continue{text-align:center;color:var(--gray);letter-spacing:.04em;font-size:.78rem;text-decoration:none;transition:color .2s;display:block}.cart-continue:hover{color:var(--black)}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item{grid-template-rows:auto auto;grid-template-columns:64px 1fr 36px;gap:1rem}.cart-item-qty{grid-column:1/3}.cart-item-subtotal{display:none}.cart-item-remove{grid-area:1/3}}.auth-panel{min-height:100vh;padding:calc(var(--nav-height) + 3rem) 5% 3rem;background:var(--off-white);justify-content:center;align-items:center;display:flex}.auth-card{background:var(--white);width:100%;max-width:440px;padding:3rem 2.5rem;box-shadow:0 24px 64px #00000012}.auth-header{text-align:center;margin-bottom:2rem}.auth-brand{letter-spacing:.15em;text-transform:uppercase;color:var(--gray);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.auth-header h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:300}.auth-sub{color:var(--gray);font-size:.85rem;line-height:1.5}.btn-google{border:1.5px solid var(--gray-light);background:var(--white);width:100%;font-family:var(--font);cursor:pointer;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.875rem;font-size:.85rem;font-weight:500;transition:border-color .2s,background .2s;display:flex}.btn-google:hover{border-color:var(--black);background:var(--off-white)}.auth-divider{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--gray-light);flex:1;height:1px}.auth-divider span{color:var(--gray);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-dark);font-size:.72rem;font-weight:600}.form-field input{border:1.5px solid var(--gray-light);font-family:var(--font);background:var(--off-white);outline:none;padding:.875rem 1rem;font-size:.9rem;transition:border-color .2s}.form-field input:focus{border-color:var(--black);background:var(--white)}.form-field input:disabled{opacity:.5;cursor:not-allowed}.auth-error{color:#dc2626;background:#fef2f2;border-left:3px solid #dc2626;padding:.625rem .875rem;font-size:.82rem}.auth-forgot{color:var(--gray);align-self:flex-end;margin-top:-.5rem;font-size:.78rem;text-decoration:underline}.btn-auth-submit{background:var(--black);color:var(--white);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:.78rem;font-weight:600;transition:background .2s;display:flex}.btn-auth-submit:hover:not(:disabled){background:#222}.btn-auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-switch{text-align:center;color:var(--gray);margin-top:1.5rem;font-size:.82rem}.auth-switch button{cursor:pointer;font-family:var(--font);color:var(--black);background:0 0;border:none;font-size:.82rem;font-weight:600;text-decoration:underline}.account-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:2px solid var(--gray-light);border-top-color:var(--black);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{padding-top:calc(var(--nav-height) + var(--bar-height) + 3rem);min-height:100vh;padding-bottom:6rem}.dash-header{border-bottom:1px solid var(--gray-light);flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:flex}.dash-avatar{background:var(--black);width:56px;height:56px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex;overflow:hidden}.dash-avatar img{object-fit:cover;width:100%;height:100%}.dash-header h1{font-size:1.75rem;font-weight:300}.dash-header h1 em{font-style:italic;font-weight:200}.dash-email{color:var(--gray);margin-top:.25rem;font-size:.85rem}.btn-logout{border:1.5px solid var(--gray-light);font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;margin-left:auto;padding:.75rem 1.5rem;font-size:.75rem;font-weight:600;transition:border-color .2s,color .2s}.btn-logout:hover{border-color:var(--black)}.dash-tabs{border-bottom:1px solid var(--gray-light);gap:0;margin-bottom:3rem;display:flex}.dash-tab{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:var(--gray);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.875rem 1.75rem;font-size:.78rem;font-weight:600;transition:color .2s,border-color .2s}.dash-tab:hover{color:var(--black)}.dash-tab.active{color:var(--black);border-bottom-color:var(--black)}.tab-content{min-height:300px}.orders-empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:5rem 0;display:flex}.orders-empty-icon{color:var(--gray-light);margin-bottom:.5rem;font-size:3rem}.orders-empty h2{font-size:1.5rem;font-weight:300}.orders-empty p{color:var(--gray);font-size:.9rem}.btn-order-cta{background:var(--black);color:var(--white);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 2rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-order-cta:hover{background:#222}.profile-form{max-width:600px}.profile-form h2{margin-bottom:2rem;font-size:1.25rem;font-weight:400}.profile-fields{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-save{background:var(--black);color:var(--white);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;padding:1rem 2.5rem;font-size:.78rem;font-weight:600;transition:background .2s}.btn-save:hover{background:#222}.loyalty-card{background:var(--off-white);max-width:560px;padding:3rem}.loyalty-header{margin-bottom:2rem}.loyalty-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.loyalty-header h2{font-size:2rem;font-weight:300}.loyalty-header h2 em{font-style:italic;font-weight:200}.loyalty-points{border-bottom:1px solid var(--gray-light);align-items:baseline;gap:.75rem;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.points-big{letter-spacing:-.04em;font-size:4rem;font-weight:200;line-height:1}.points-label{color:var(--gray);font-size:.85rem}.loyalty-perks{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.perk{align-items:flex-start;gap:1rem;display:flex}.perk-icon{color:var(--gray);flex-shrink:0;margin-top:2px;font-size:1.1rem}.perk strong{font-size:.9rem;font-weight:600;display:block}.perk span{color:var(--gray);font-size:.82rem}.loyalty-note{color:var(--gray);border-top:1px solid var(--gray-light);padding-top:1.5rem;font-size:.78rem;line-height:1.6}@media (width<=640px){.auth-card{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.dash-header{gap:1rem}.btn-logout{width:100%;margin-left:0}.dash-tabs{overflow-x:auto}.dash-tab{white-space:nowrap;padding:.75rem 1.25rem}}
