@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@700&family=Inter:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-black:#000;--color-white:#fff;--color-accent:#fff;--color-muted:#fff9;--color-border:#ffffff1a;--color-surface:#111;--color-surface-2:#1a1a1a;--font-inter:"Inter", sans-serif;--font-bricolage:"Bricolage Grotesque", sans-serif;--font-body:var(--font-inter);--font-accent:var(--font-bricolage);--radius-sm:4px;--radius-md:12px;--radius-lg:20px;--radius-pill:50px;--transition:.2s ease-in-out;--transition-slow:.4s ease-in-out;--theme-transition:.5s cubic-bezier(.4, 0, .2, 1);--header-height:72px;--max-w:1320px}[data-theme=winter]{--color-black:#0f172a;--color-white:#f1f5f9;--color-accent:#38bdf8;--color-muted:#94a3b8;--color-border:#38bdf833;--color-surface:#ffffff0d;--color-surface-2:#ffffff14;--frosted-blur:blur(12px);--theme-bg-image:url(/themes/winter.png);--theme-overlay:#0f172a99;--theme-contrast:1.1;--theme-brightness:.9}[data-theme=summer]{--color-black:#5d2b63;--color-white:#fff;--color-accent:#ffb367;--color-muted:#ffffffbf;--color-border:#ffffff40;--color-surface:#00000059;--color-surface-2:#0000008c;--theme-bg-image:url(/themes/summer.png);--theme-overlay:#0003;--theme-contrast:1.05;--theme-brightness:.95}body:before{content:"";background-image:var(--theme-bg-image);z-index:-2;transition:opacity var(--theme-transition);opacity:0;background-position:50%;background-size:cover;position:fixed;inset:0}[data-theme=winter] body:before,[data-theme=summer] body:before{opacity:1}body:after{content:"";background:var(--theme-overlay,transparent);z-index:-1;pointer-events:none;-webkit-backdrop-filter:brightness(var(--theme-brightness,1)) contrast(var(--theme-contrast,1));backdrop-filter:brightness(var(--theme-brightness,1)) contrast(var(--theme-contrast,1));transition:background var(--theme-transition);position:fixed;inset:0}[data-theme=winter] .snow-overlay{pointer-events:none;z-index:0;opacity:.4;background-image:radial-gradient(circle at 10% 10%,#fff 1px,#0000 1px),radial-gradient(circle at 20% 40%,#fff 1.5px,#0000 1.5px),radial-gradient(circle at 30% 20%,#fff 1px,#0000 1px),radial-gradient(circle,#fff 2px,#0000 2px),radial-gradient(circle at 65% 15%,#fff 1px,#0000 1px),radial-gradient(circle at 80% 60%,#fff 1.5px,#0000 1.5px),radial-gradient(circle at 90% 30%,#fff 1px,#0000 1px);background-size:400px 400px;animation:20s linear infinite snow;position:fixed;inset:0}@keyframes snow{0%{background-position:0 0}to{background-position:400px 800px}}[data-theme=summer] .sun-flare{filter:blur(60px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#f59e0b26 0%,#0000 70%);width:60%;height:60%;animation:8s ease-in-out infinite pulse-flare;position:fixed;top:-10%;right:-10%}@keyframes pulse-flare{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}body{background-color:var(--color-black);color:var(--color-white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;transition:background-color var(--theme-transition), color var(--theme-transition);font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.header{z-index:100;height:var(--header-height);transition:background var(--transition-slow), backdrop-filter var(--transition-slow), border-color var(--transition-slow);-webkit-backdrop-filter:var(--frosted-blur,none);backdrop-filter:var(--frosted-blur,none);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--color-border);background:#000000d9}.header__inner{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:2rem;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo{align-items:center;display:flex}.header__logo-text{font-family:var(--font-accent);letter-spacing:.02em;color:var(--color-white);transition:opacity var(--transition);font-size:1.5rem;font-weight:700}.header__logo:hover .header__logo-text{opacity:.75}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__nav-link{letter-spacing:.12em;color:var(--color-muted);transition:color var(--transition);font-size:.8rem;font-weight:500;position:relative}.header__nav-link:after{content:"";background:var(--color-white);transform-origin:0;height:1px;transition:transform var(--transition);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.header__nav-link:hover{color:var(--color-white)}.header__nav-link:hover:after{transform:scaleX(1)}.header__actions{align-items:center;gap:1rem;display:flex}.header__icon-btn{color:var(--color-muted);transition:color var(--transition);justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.header__icon-btn:hover{color:var(--color-white)}.header__cart-count{background:var(--color-white);color:var(--color-black);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.account-layout{min-height:100vh;padding:2rem 1rem}.account-container{grid-template-columns:240px 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.account-sidebar{background:var(--color-gray-100);border-radius:8px;padding:1.5rem}.account-sidebar__header{border-bottom:1px solid var(--color-gray-200);margin-bottom:1.5rem;padding-bottom:1rem}.account-sidebar__header h2{margin-bottom:.25rem;font-size:1.25rem}.account-sidebar__header p{color:var(--color-gray-500);font-size:.85rem}.account-sidebar__nav{flex-direction:column;gap:.5rem;display:flex}.account-sidebar__link{color:var(--color-black);transition:background var(--transition);border-radius:6px;padding:.75rem 1rem}.account-sidebar__link:hover{background:var(--color-gray-200)}.account-main{flex-direction:column;gap:1.5rem;display:flex}.account-header{justify-content:flex-end;display:flex}.account-header__user{position:relative}.account-header__user-btn{background:var(--color-gray-100);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.account-header__avatar{background:var(--color-black);width:36px;height:36px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.account-header__name{font-weight:500}.account-header__dropdown{background:var(--color-white);z-index:100;border-radius:8px;width:160px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.account-header__dropdown-item{text-align:left;width:100%;color:var(--color-black);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.9rem;display:block}.account-header__dropdown-item:hover{background:var(--color-gray-100)}.account-header__dropdown-logout{color:var(--color-red-500)}.account-content{flex:1}.account-dashboard h1{margin-bottom:1.5rem;font-size:1.5rem}.account-dashboard__stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.account-dashboard__stat{background:var(--color-gray-100);text-align:center;border-radius:8px;padding:1.5rem}.account-dashboard__stat-value{font-size:1.5rem;font-weight:700}.account-dashboard__stat-label{color:var(--color-gray-500);font-size:.85rem}.account-dashboard__section{background:var(--color-gray-100);border-radius:8px;padding:1.5rem}.account-dashboard__section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.account-dashboard__section-header h2{font-size:1.1rem}.account-dashboard__view-all{color:var(--color-black);font-size:.85rem;text-decoration:underline}.account-dashboard__table{border-collapse:collapse;width:100%}.account-dashboard__table th,.account-dashboard__table td{text-align:left;border-bottom:1px solid var(--color-gray-200);padding:.75rem}.account-dashboard__table th{text-transform:uppercase;color:var(--color-gray-500);font-size:.75rem;font-weight:600}.account-dashboard__status{text-transform:capitalize;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.account-dashboard__status--delivered{color:#166534;background:#dcfce7}.account-dashboard__status--shipped{color:#1e40af;background:#dbeafe}.account-dashboard__status--processing{color:#92400e;background:#fef3c7}.account-dashboard__view-btn{background:var(--color-black);color:var(--color-white);cursor:pointer;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.8rem}@media (max-width:768px){.account-container,.account-dashboard__stats{grid-template-columns:1fr}}.account-orders h1{margin-bottom:1.5rem;font-size:1.5rem}.account-orders__list{flex-direction:column;gap:1rem;display:flex}.account-orders__card{background:var(--color-gray-100);border-radius:8px;padding:1.5rem}.account-orders__card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.account-orders__order-id{font-weight:600}.account-orders__date{color:var(--color-gray-500);font-size:.85rem}.account-orders__status{text-transform:capitalize;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.account-orders__status--delivered{color:#166534;background:#dcfce7}.account-orders__status--shipped{color:#1e40af;background:#dbeafe}.account-orders__status--processing{color:#92400e;background:#fef3c7}.account-orders__items{border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200);margin-bottom:1rem;padding:1rem 0}.account-orders__item{justify-content:space-between;padding:.5rem 0;display:flex}.account-orders__card-footer{justify-content:space-between;display:flex}.account-orders__address{color:var(--color-gray-500);font-size:.85rem}.account-orders__total{gap:1rem;font-weight:600;display:flex}.header__menu-btn{color:var(--color-white);flex-direction:column;gap:5px;padding:6px;display:none}.header__menu-btn span{width:22px;height:1.5px;transition:transform var(--transition);background:currentColor;border-radius:2px;display:block}.mobile-drawer{z-index:200;pointer-events:none;position:fixed;inset:0}.mobile-drawer--open{pointer-events:all}.mobile-drawer__backdrop{opacity:0;transition:opacity var(--transition-slow);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;position:absolute;inset:0}.mobile-drawer--open .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{background:var(--color-surface);width:min(380px,90vw);transition:transform var(--transition-slow);border-right:1px solid var(--color-border);flex-direction:column;padding:2rem 2rem 3rem;display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-drawer--open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__close{color:var(--color-muted);transition:color var(--transition);align-self:flex-end;margin-bottom:2rem;padding:4px}.mobile-drawer__close:hover{color:var(--color-white)}.mobile-drawer__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.mobile-drawer__link{font-size:2rem;font-family:var(--font-accent);color:var(--color-white);letter-spacing:.02em;transition:color var(--transition);border-bottom:1px solid var(--color-border);padding:.5rem 0;font-weight:700;line-height:1.2}.mobile-drawer__link:hover{color:var(--color-muted)}.mobile-drawer__footer{margin-top:2rem}.mobile-drawer__tagline{color:var(--color-muted);font-size:.85rem;font-style:italic;line-height:1.6}.hero{background:var(--color-black);min-height:100svh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{background:radial-gradient(at 20%,#ffffff08 0%,#0000 60%),radial-gradient(at 80% 20%,#ffffff05 0%,#0000 50%);position:absolute;inset:0}.hero__noise{opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__content{z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:4rem 1.5rem;animation:.9s forwards fadeInUp;position:relative}.hero__eyebrow{letter-spacing:.3em;color:var(--color-muted);text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero__eyebrow:before,.hero__eyebrow:after{content:"";background:var(--color-muted);width:32px;height:1px;display:block}.hero__title{font-family:var(--font-accent);letter-spacing:-.02em;background:linear-gradient(135deg, var(--color-white) 0%, var(--color-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:700;line-height:.95}.hero__subtitle{color:var(--color-muted);max-width:480px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}.hero__cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero__scroll-hint{color:var(--color-muted);letter-spacing:.15em;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.hero__scroll-hint svg{width:15px;height:15px}.btn{letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-md);transition:all var(--transition);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.8rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-white);color:var(--color-black);border:2px solid var(--color-white)}.btn-primary:hover{color:var(--color-white);background:0 0}.btn-secondary{color:var(--color-white);background:0 0;border:2px solid #ffffff4d}.btn-secondary:hover{border-color:var(--color-white);background:#ffffff0d}.btn-dark{background:var(--color-black);color:var(--color-white);border:2px solid var(--color-black)}.btn-dark:hover{background:#222;border-color:#222}.marquee-strip{background:var(--color-white);color:var(--color-black);white-space:nowrap;padding:1rem 0;overflow:hidden}.marquee-track{animation:20s linear infinite marquee;display:inline-flex}.marquee-item{letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:1.5rem;padding:0 2.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.marquee-dot{background:var(--color-black);opacity:.4;border-radius:50%;width:5px;height:5px}.section{max-width:var(--max-w);margin:0 auto;padding:6rem 1.5rem}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.section-title{font-family:var(--font-accent);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.section-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.75rem;font-size:.7rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--color-surface);border-radius:var(--radius-md);transition:transform var(--transition), box-shadow var(--transition);border:1px solid var(--color-border);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #00000080}.product-card__image-wrapper{aspect-ratio:4/5;background:var(--color-surface-2);position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{background:var(--color-white);color:var(--color-black);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);padding:4px 10px;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.product-card__overlay{opacity:0;transition:opacity var(--transition-slow);background:#00000080;justify-content:center;align-items:flex-end;padding-bottom:1.25rem;display:flex;position:absolute;inset:0}.product-card:hover .product-card__overlay{opacity:1}.product-card__quick-view{background:var(--color-white);color:var(--color-black);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);transition:transform var(--transition);padding:10px 24px;font-size:.75rem;font-weight:700;transform:translateY(8px)}.product-card:hover .product-card__quick-view{transform:translateY(0)}.product-card__info{justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem 1.25rem;display:flex}.product-card__name{flex:1;font-size:.9rem;font-weight:600;line-height:1.3}.product-card__price{color:var(--color-muted);white-space:nowrap;font-size:.9rem;font-weight:700}.feature-strip{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.feature-strip__inner{max-width:var(--max-w);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;padding:0 1.5rem;display:grid}.feature-strip__item{border-right:1px solid var(--color-border);align-items:center;gap:1rem;padding:2rem 1.5rem;display:flex}.feature-strip__item:last-child{border-right:none}.feature-strip__icon{flex-shrink:0;font-size:1.75rem}.feature-strip__label{margin-bottom:.2rem;font-size:.85rem;font-weight:600}.feature-strip__desc{color:var(--color-muted);font-size:.75rem}.about-strip{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.about-strip__inner{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;padding:5rem 1.5rem;display:grid}.about-strip__text-block .section-eyebrow{margin-bottom:1rem}.about-strip__title{font-family:var(--font-accent);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.05}.about-strip__body{color:var(--color-muted);margin-bottom:2rem;font-size:1rem;line-height:1.75}.about-strip__image{border-radius:var(--radius-lg);aspect-ratio:3/4;background:var(--color-surface-2);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.about-strip__img{object-fit:cover;width:100%;height:100%}.product-detail{padding-top:calc(var(--header-height) + 3rem);max-width:var(--max-w);margin:0 auto;padding-bottom:6rem;padding-left:1.5rem;padding-right:1.5rem}.product-detail__grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.product-detail__gallery{top:calc(var(--header-height) + 2rem);position:sticky}.product-detail__main-img{border-radius:var(--radius-lg);aspect-ratio:4/5;background:var(--color-surface);margin-bottom:1rem;position:relative;overflow:hidden}.product-detail__main-img img{object-fit:cover;width:100%;height:100%}.product-detail__thumbnails{flex-wrap:wrap;gap:.75rem;display:flex}.product-detail__thumb{border-radius:var(--radius-sm);cursor:pointer;width:72px;height:72px;transition:border-color var(--transition);background:var(--color-surface);border:2px solid #0000;overflow:hidden}.product-detail__thumb--active{border-color:var(--color-white)}.product-detail__thumb img{object-fit:cover;width:100%;height:100%}.product-detail__breadcrumb{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;display:flex}.product-detail__breadcrumb a:hover{color:var(--color-white)}.product-detail__breadcrumb span{opacity:.4}.product-detail__badge{background:var(--color-white);color:var(--color-black);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill);margin-bottom:1rem;padding:4px 10px;font-size:.65rem;font-weight:700;display:inline-block}.product-detail__name{font-family:var(--font-accent);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;line-height:1.1}.product-detail__price{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.product-detail__desc{color:var(--color-muted);border-top:1px solid var(--color-border);margin-bottom:2rem;padding-top:1.5rem;font-size:.95rem;line-height:1.75}.product-detail__size-label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.product-detail__sizes{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.size-btn{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-width:48px;height:48px;color:var(--color-white);transition:all var(--transition);background:0 0;padding:0 1rem;font-size:.85rem;font-weight:600}.size-btn:hover{border-color:var(--color-white);background:#ffffff0d}.size-btn--selected{background:var(--color-white);color:var(--color-black);border-color:var(--color-white)}.size-btn--oos{opacity:.3;cursor:not-allowed;text-decoration:line-through}.product-detail__add-btn{background:var(--color-white);width:100%;color:var(--color-black);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-md);transition:all var(--transition);margin-bottom:1rem;padding:1.1rem 2rem;font-size:.85rem;font-weight:700}.product-detail__add-btn:hover{background:#e8e8e8}.product-detail__meta{border-top:1px solid var(--color-border);color:var(--color-muted);flex-direction:column;gap:.5rem;padding-top:1.5rem;font-size:.8rem;display:flex}.collections-page{padding-top:calc(var(--header-height) + 3rem);padding-bottom:6rem}.collections-page__hero{text-align:center;border-bottom:1px solid var(--color-border);margin-bottom:3rem;padding:4rem 1.5rem 3rem}.collections-page__title{font-family:var(--font-accent);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:700}.collections-page__sub{color:var(--color-muted);max-width:500px;margin:0 auto;font-size:1rem}.filter-bar{max-width:var(--max-w);flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:0 1.5rem;display:flex}.filter-btn{border:1px solid var(--color-border);border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);transition:all var(--transition);background:0 0;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600}.filter-btn:hover{color:var(--color-white);border-color:#fff6}.filter-btn--active{background:var(--color-white);color:var(--color-black);border-color:var(--color-white)}.about-page{padding-top:calc(var(--header-height) + 4rem);padding-bottom:6rem}.about-page__hero{text-align:center;border-bottom:1px solid var(--color-border);max-width:760px;margin:0 auto;padding:0 1.5rem 5rem}.about-page__hero-title{font-family:var(--font-accent);margin-bottom:1.5rem;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:1}.about-page__hero-body{color:var(--color-muted);font-size:1.1rem;line-height:1.75}.about-values{max-width:var(--max-w);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin:0 auto;padding:5rem 1.5rem;display:grid}.value-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:transform var(--transition), box-shadow var(--transition);padding:2rem}.value-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0006}.value-card__icon{margin-bottom:1rem;font-size:2rem}.value-card__title{margin-bottom:.5rem;font-size:1rem;font-weight:700}.value-card__desc{color:var(--color-muted);font-size:.85rem;line-height:1.6}.contact-page{padding-top:calc(var(--header-height) + 4rem);max-width:640px;margin:0 auto;padding-bottom:6rem;padding-left:1.5rem;padding-right:1.5rem}.contact-page__title{font-family:var(--font-accent);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1}.contact-page__sub{color:var(--color-muted);margin-bottom:3rem;line-height:1.7}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);font-size:.8rem;font-weight:600}.form-input{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-white);font-size:.95rem;font-family:var(--font-body);transition:border-color var(--transition);width:100%;padding:.85rem 1rem}.form-input::placeholder{color:var(--color-muted)}.form-input:focus{border-color:#fff6;outline:none}textarea.form-input{resize:vertical;min-height:150px}.auth-page{min-height:100svh;padding-top:calc(var(--header-height) + 3rem);justify-content:center;align-items:flex-start;padding-bottom:6rem;padding-left:1.5rem;padding-right:1.5rem;display:flex}.auth-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:520px;padding:2rem;box-shadow:0 24px 60px #00000059}.auth-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.85rem;font-size:.72rem}.auth-title{font-family:var(--font-accent);margin-bottom:.6rem;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.1}.auth-subtitle{color:var(--color-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.auth-form{flex-direction:column;gap:.8rem;display:flex}.auth-label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);font-size:.72rem;font-weight:600}.auth-input{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-white);font-family:var(--font-body);transition:border-color var(--transition), background-color var(--transition);margin-bottom:.55rem;padding:.85rem 1rem;font-size:.95rem}.auth-input:focus{background:#ffffff0a;border-color:#ffffff73;outline:none}.auth-submit{border-radius:var(--radius-md);border:2px solid var(--color-white);background:var(--color-white);width:100%;color:var(--color-black);letter-spacing:.1em;text-transform:uppercase;transition:all var(--transition);margin-top:.5rem;padding:.95rem 1rem;font-size:.8rem;font-weight:700}.auth-submit:hover{color:var(--color-white);background:0 0}.auth-links{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-top:1.25rem;display:flex}.auth-links a{color:var(--color-muted);text-underline-offset:3px;transition:color var(--transition);font-size:.82rem;text-decoration:underline}.auth-links a:hover{color:var(--color-white)}.footer{background:var(--color-surface);border-top:1px solid var(--color-border)}.footer__inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.footer__top{border-bottom:1px solid var(--color-border);grid-template-columns:1fr 2fr;gap:4rem;padding:4rem 0;display:grid}.footer__logo{font-family:var(--font-accent);margin-bottom:.75rem;font-size:2rem;font-weight:700}.footer__tagline{color:var(--color-muted);font-size:.9rem;font-style:italic;line-height:1.7}.footer__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer__col{flex-direction:column;gap:.75rem;display:flex}.footer__col-heading{letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.footer__link{color:var(--color-muted);transition:color var(--transition);font-size:.875rem}.footer__link:hover{color:var(--color-white)}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer__copy{color:var(--color-muted);font-size:.8rem}.footer__payment-icons{align-items:center;gap:.5rem;display:flex}.payment-icon{border:1px solid var(--color-border);letter-spacing:.05em;color:var(--color-muted);background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:700}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:2rem;display:flex}.not-found__code{font-family:var(--font-accent);opacity:.08;margin-bottom:-2rem;font-size:clamp(6rem,20vw,14rem);font-weight:700;line-height:.9}.not-found__title{font-family:var(--font-accent);margin-bottom:1rem;font-size:2rem;font-weight:700}.not-found__body{color:var(--color-muted);margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:900px){.header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:0;display:grid}.header__nav{display:none}.header__menu-btn{justify-self:start;display:flex}.header__logo{justify-self:center}.header__actions{justify-self:end}.about-strip__inner{grid-template-columns:1fr}.about-strip__image{display:none}.footer__top{grid-template-columns:1fr;gap:2rem}.footer__links{grid-template-columns:repeat(2,1fr)}.product-detail__grid{grid-template-columns:1fr;gap:2rem}.product-detail__gallery{position:static}}@media (max-width:600px){.hero__title{font-size:clamp(2.75rem,12vw,5rem)}.section{padding:4rem 1.5rem}.footer__links,.feature-strip__inner{grid-template-columns:1fr 1fr}.feature-strip__item{border-right:none;border-bottom:1px solid var(--color-border)}.feature-strip__item:nth-child(odd){border-right:1px solid var(--color-border)}.feature-strip__item:last-child{border-bottom:none}}.app-loader-overlay{z-index:9999;background:#000;place-items:center;display:grid;position:fixed;inset:0}.loader{aspect-ratio:1;border:4px solid #0000;border-right-color:#fff;border-radius:50%;width:50px;animation:1s linear infinite l15;display:grid}.loader:before,.loader:after{content:"";border:inherit;border-radius:50%;grid-area:1/1;margin:2px;animation:2s infinite l15}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}.account-page{background:#f8f9fa;min-height:100svh;padding:2rem 1rem}.account-page__loading{min-height:50vh;color:var(--color-gray-500);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.account-page__spinner{aspect-ratio:1;border:3px solid var(--color-gray-200);border-top-color:var(--color-black);border-radius:50%;width:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(1turn)}}.account-page__container{grid-template-columns:260px 1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.account-page__sidebar{background:var(--color-white);border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:1rem;box-shadow:0 1px 3px #00000014}.account-page__sidebar-header{border-bottom:1px solid var(--color-gray-100);margin-bottom:1.25rem;padding-bottom:1.25rem}.account-page__user-info{align-items:center;gap:.75rem;display:flex}.account-page__avatar{background:var(--color-black);width:44px;height:44px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.account-page__user-info h2{margin-bottom:.1rem;font-size:.95rem;font-weight:600}.account-page__user-info p{color:var(--color-gray-500);font-size:.75rem}.account-page__nav{flex-direction:column;gap:.25rem;display:flex}.account-page__nav-item{color:var(--color-gray-600);border-radius:8px;align-items:center;gap:.75rem;padding:.7rem .85rem;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.account-page__nav-item:hover{background:var(--color-gray-50);color:var(--color-black)}.account-page__nav-item svg{width:18px;height:18px}.account-page__main{flex-direction:column;gap:1.25rem;display:flex}.account-page__header{justify-content:space-between;align-items:center;display:flex}.account-page__header h1{font-size:1.5rem;font-weight:600}.account-page__header-right{position:relative}.account-page__user-btn{background:var(--color-white);border:1px solid var(--color-gray-200);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.9rem;transition:all .15s;display:flex}.account-page__user-btn:hover{border-color:var(--color-gray-300)}.account-page__avatar-small{background:var(--color-black);width:28px;height:28px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:flex}.account-page__dropdown{background:var(--color-white);z-index:50;border-radius:8px;width:160px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 4px 16px #0000001f}.account-page__dropdown-item{width:100%;color:var(--color-gray-700);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.65rem .9rem;font-size:.85rem;text-decoration:none;display:flex}.account-page__dropdown-item:hover{background:var(--color-gray-50)}.account-page__dropdown-logout{color:#dc2626}.account-page__dropdown-logout:hover{background:#fef2f2}.account-page__content{background:var(--color-white);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.dashboard-page__welcome{margin-bottom:1.5rem}.dashboard-page__welcome h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.dashboard-page__welcome p{color:var(--color-gray-500);font-size:.9rem}.dashboard-page__stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard-page__stat-card{background:var(--color-gray-50);border-radius:10px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.dashboard-page__stat-icon{background:var(--color-black);width:40px;height:40px;color:var(--color-white);border-radius:8px;justify-content:center;align-items:center;display:flex}.dashboard-page__stat-icon svg{width:20px;height:20px}.dashboard-page__stat-value{font-size:1.25rem;font-weight:700}.dashboard-page__stat-label{color:var(--color-gray-500);font-size:.8rem}.dashboard-page__section{background:var(--color-gray-50);border-radius:10px;padding:1.25rem}.dashboard-page__section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-page__section-header h2{font-size:1rem;font-weight:600}.dashboard-page__view-all{color:var(--color-black);font-size:.8rem;text-decoration:underline}.dashboard-page__table-wrapper{overflow-x:auto}.dashboard-page__table{border-collapse:collapse;width:100%}.dashboard-page__table th,.dashboard-page__table td{text-align:left;padding:.75rem;font-size:.85rem}.dashboard-page__table th{color:var(--color-gray-500);border-bottom:1px solid var(--color-gray-200);font-weight:500}.dashboard-page__table td{border-bottom:1px solid var(--color-gray-100)}.dashboard-page__order-id{color:var(--color-black);font-weight:600}.dashboard-page__status{text-transform:capitalize;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.dashboard-page__status--delivered{color:#166534;background:#dcfce7}.dashboard-page__status--shipped{color:#1e40af;background:#dbeafe}.dashboard-page__status--processing{color:#92400e;background:#fef3c7}.dashboard-page__total{font-weight:600}.dashboard-page__btn-view{background:var(--color-black);color:var(--color-white);border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;text-decoration:none}.dashboard-page__btn-view:hover{opacity:.85}@media (max-width:768px){.account-page__container{grid-template-columns:1fr}.account-page__sidebar{position:static}.dashboard-page__stats{grid-template-columns:1fr}}.orders-page__loading{justify-content:center;padding:4rem 0;display:flex}.orders-page__spinner{aspect-ratio:1;border:3px solid var(--color-gray-200);border-top-color:var(--color-black);border-radius:50%;width:32px;animation:.8s linear infinite spin}.orders-page__header{margin-bottom:1.5rem}.orders-page__header h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.orders-page__header p{color:var(--color-gray-500);font-size:.9rem}.orders-page__list{flex-direction:column;gap:1rem;display:flex}.orders-page__card{background:var(--color-gray-50);border-radius:10px;overflow:hidden}.orders-page__card-header{background:var(--color-white);border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding:1rem;display:flex}.orders-page__card-info{flex-direction:column;gap:.2rem;display:flex}.orders-page__order-id{font-size:.9rem;font-weight:600}.orders-page__date{color:var(--color-gray-500);font-size:.8rem}.orders-page__status{text-transform:capitalize;border-radius:6px;padding:.3rem .65rem;font-size:.7rem;font-weight:600}.orders-page__status--delivered{color:#166534;background:#dcfce7}.orders-page__status--shipped{color:#1e40af;background:#dbeafe}.orders-page__status--processing{color:#92400e;background:#fef3c7}.orders-page__card-body{padding:1rem}.orders-page__items{border-bottom:1px solid var(--color-gray-200);flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.orders-page__item{justify-content:space-between;align-items:center;display:flex}.orders-page__item-info{gap:1rem;display:flex}.orders-page__item-name{font-size:.85rem;font-weight:500}.orders-page__item-qty{color:var(--color-gray-500);font-size:.8rem}.orders-page__item-price{font-size:.85rem;font-weight:600}.orders-page__card-footer{justify-content:space-between;display:flex}.orders-page__shipping{color:var(--color-gray-500);font-size:.8rem}.orders-page__tracking{color:var(--color-black);font-weight:500}.orders-page__total{gap:1rem;font-size:.95rem;font-weight:700;display:flex}.orders-page__card-actions{background:var(--color-gray-50);border-top:1px solid var(--color-gray-100);gap:.75rem;padding:1rem;display:flex}.orders-page__btn{background:var(--color-black);color:var(--color-white);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:opacity .15s}.orders-page__btn:hover{opacity:.85}.orders-page__btn--outline{border:1px solid var(--color-black);color:var(--color-black);background:0 0}.billing-input{box-sizing:border-box;width:100%;color:var(--color-white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.65rem .8rem;font-size:.85rem;transition:all .2s}.billing-input:focus{background:#ffffff14;border-color:#ffffff4d;box-shadow:0 0 0 2px #ffffff0d}.billing-input::placeholder{color:#fff6}.newsletter-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out forwards modalFadeIn;display:flex;position:fixed;inset:0}.newsletter-modal{color:#000;text-align:center;width:100%;max-width:500px;font-family:var(--font-inter), sans-serif;background:#fff;border-radius:20px;padding:3rem 2rem 2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards modalSlideUp;position:relative;box-shadow:0 25px 50px -12px #00000080}.newsletter-close{cursor:pointer;color:#000;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:opacity .2s;display:flex;position:absolute;top:20px;right:20px}.newsletter-close:hover{opacity:1}.newsletter-title{font-family:var(--font-bricolage), sans-serif;letter-spacing:-.02em;color:#000;margin-bottom:.75rem;font-size:2.2rem;font-weight:700;line-height:1.1}.newsletter-subtitle{letter-spacing:.08em;text-transform:uppercase;color:#000;margin-bottom:2rem;padding:0 .5rem;font-size:.85rem;font-weight:700;line-height:1.4}.newsletter-form{flex-direction:column;gap:1rem;width:100%;display:flex}.newsletter-input-wrapper{width:100%;position:relative}.newsletter-input{color:#000;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:1.1rem 1.2rem;font-size:1rem;transition:all .2s}.newsletter-input::placeholder{color:#9ca3af}.newsletter-input:focus{border:2px solid #b91c1c;padding:calc(1.1rem - 1px) calc(1.2rem - 1px)}.newsletter-button{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1rem;font-weight:600;transition:all .2s}.newsletter-button:hover:not(:disabled){background:#000;transform:translateY(-1px)}.newsletter-button:active:not(:disabled){transform:translateY(0)}.newsletter-button:disabled{cursor:not-allowed;background:#9ca3af}.newsletter-error{color:#b91c1c;text-align:left;margin-top:-.5rem;padding-left:.5rem;font-size:.85rem}.newsletter-disclaimer{color:#4b5563;margin-top:1.5rem;padding:0 1rem;font-size:.75rem;line-height:1.5}.newsletter-disclaimer a{color:#000;font-weight:500;text-decoration:underline}.newsletter-success{padding:1rem 0}.newsletter-success-icon{margin-bottom:1rem;font-size:3rem}.newsletter-coupon-box{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;margin:1.5rem 0;padding:1.25rem;position:relative}.newsletter-coupon-label{text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.newsletter-coupon-code{font-family:var(--font-bricolage), sans-serif;letter-spacing:.05em;color:#1a1a1a;-webkit-user-select:all;user-select:all;font-size:1.8rem;font-weight:700}.newsletter-success-msg{color:#4b5563;font-size:.95rem;line-height:1.6}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}
