*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark: #0B0D10;--bg-light: #F5F6F8;--text-white: #FFFFFF;--text-dark-dim: #B7BEC7;--text-dark-muted: #9AA3AE;--text-dark-tag: #D7DCE2;--text-black: #12151A;--text-light-muted: #5B636E;--blue: #5B9DF0;--blue-hover: #79B0F5;--blue-soft: #7FB0F2;--blue-on-light: #5B7EA8;--border-dark: rgba(255,255,255,.1);--border-light: #E3E6EA;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--r-full: 9999px;--section-py: clamp(5rem, 8vw, 7rem);--container-max: 1320px;--header-height: 64px;--font-display: "Manrope", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-dark-dim);line-height:1.65;overflow-x:hidden}body.nav-open,body.cart-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}.container--narrow{max-width:800px}.container--wide{max-width:1440px}.eyebrow-mono{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.7rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--blue-soft)}.eyebrow-mono--light{color:var(--blue-on-light)}.eyebrow-mono__dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0}.display-heading{font-family:var(--font-display);font-weight:700;letter-spacing:-.018em;line-height:1.1}.display-heading--xl{font-size:clamp(2.4rem,5.5vw,3.75rem)}.display-heading--lg{font-size:clamp(1.9rem,3.5vw,2.75rem)}.h2{font-family:var(--font-display);font-size:clamp(1.6rem,2.8vw,2.5rem);font-weight:700;letter-spacing:-.018em;line-height:1.12}.h3{font-family:var(--font-display);font-size:clamp(1.05rem,1.5vw,1.15rem);font-weight:600;letter-spacing:-.01em;line-height:1.3}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:48px;padding-inline:1.75rem;font-family:var(--font-body);font-size:.95rem;font-weight:500;border-radius:var(--r-sm);transition:all .2s ease;cursor:pointer;border:1px solid transparent;white-space:nowrap;line-height:1}.btn--blue{background:var(--blue);color:var(--bg-dark);border-color:var(--blue);box-shadow:0 18px 36px -16px #5b9df099}.btn--blue:hover{background:var(--blue-hover);box-shadow:0 22px 40px -16px #5b9df0bf}.btn--ghost-dark{background:transparent;color:var(--text-white);border-color:#ffffff26}.btn--ghost-dark:hover{border-color:#ffffff59;background:#ffffff0a}.btn--ghost-light{background:transparent;color:var(--text-black);border-color:var(--border-light)}.btn--ghost-light:hover{border-color:var(--text-black)}.btn--primary{background:var(--text-black);color:#fff;border-color:var(--text-black)}.btn--primary:hover{opacity:.85}.btn--sm{height:38px;padding-inline:1.1rem;font-size:.82rem}.btn--full{width:100%}.btn svg{width:16px;height:16px;flex-shrink:0}.btn[disabled],.btn.loading{opacity:.45;pointer-events:none}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r-sm);transition:background .15s ease;position:relative;flex-shrink:0}.icon-btn:hover{background:#ffffff0f}.icon-btn svg{width:20px;height:20px;stroke:var(--text-dark-dim);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:var(--r-full);font-size:.75rem;border:1px solid var(--border-dark);background:#ffffff0a;color:var(--text-dark-tag);white-space:nowrap}.pill--star{gap:.35rem}.pill__star{color:#f2c230}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#0b0d10d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);transition:box-shadow .26s ease}.site-header.scrolled{box-shadow:0 1px 32px #0006}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem);gap:1rem}.site-header__logo{display:flex;align-items:center;justify-content:center}.site-header__logo img{width:140px;height:auto}.site-header__logo-text{font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-.04em;color:var(--text-white)}.site-header__nav{display:flex;align-items:center;gap:.1rem}.nav-link{padding:.4rem .7rem;font-size:.85rem;font-weight:600;letter-spacing:-.01em;color:#b7bec7d9;border-radius:var(--r-sm);transition:color .15s ease}.nav-link:hover,.nav-link.active{color:var(--text-white)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.cart-count-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 3px;background:var(--blue);color:var(--bg-dark);font-size:.6rem;font-weight:700;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;line-height:1}.mobile-nav-toggle{display:none}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--bg-dark);flex-direction:column;padding:5rem 1.5rem 2rem;gap:.5rem}.mobile-nav.open{display:flex}.mobile-nav .nav-link{font-size:1.1rem;padding:.75rem .5rem}@media(max-width:900px){.site-header__nav{display:none}.mobile-nav-toggle{display:flex}}.announcement-bar{background:var(--blue);color:var(--bg-dark);padding:.55rem 1rem;text-align:center;font-size:.78rem;font-weight:600;letter-spacing:.02em}.hero{position:relative;min-height:clamp(640px,90svh,900px);background:var(--bg-dark);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video,.hero__bg-img{width:100%;height:100%;object-fit:cover;display:block}.hero__gradient-tb{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000000bf,#0000008c,#0b0d10);pointer-events:none}.hero__gradient-lr{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0B0D10 0%,transparent 60%);opacity:.7;pointer-events:none}.hero__content{position:relative;z-index:1;max-width:var(--container-max);margin-inline:auto;width:100%;padding-inline:clamp(1.25rem,5vw,2.5rem);padding-bottom:clamp(3.5rem,7vw,6rem)}.hero__inner{max-width:640px;display:flex;flex-direction:column;gap:0}.hero__brand-tag{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--blue-soft);margin-bottom:1.25rem}.hero__brand-tag-dot{width:4px;height:4px;border-radius:50%;background:var(--blue-soft);flex-shrink:0}.hero__title{font-family:var(--font-display);font-size:clamp(2.2rem,5.5vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;color:var(--text-white);margin-bottom:1.25rem}.hero__subtitle{font-size:1.05rem;line-height:1.7;color:var(--text-dark-dim);max-width:56ch;margin-bottom:1.5rem}.hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.brand-statement{background:var(--bg-light);padding-block:var(--section-py)}.brand-statement__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}.brand-statement__text{display:flex;flex-direction:column;gap:1.25rem}.brand-statement__title{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);font-weight:700;letter-spacing:-.018em;line-height:1.12;color:var(--text-black)}.brand-statement__body{font-size:1rem;line-height:1.75;color:var(--text-light-muted);display:flex;flex-direction:column;gap:1rem}.layered-img{position:relative;overflow:hidden;border-radius:var(--r-xl);border:1px solid var(--border-light);box-shadow:0 24px 64px -24px #0b0d1040}.layered-img--4x3{aspect-ratio:4/3}.layered-img--4x5{aspect-ratio:4/5}.layered-img__blur{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.1);opacity:.6;filter:blur(24px)}.layered-img__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026}.layered-img__sharp{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}@media(max-width:900px){.brand-statement__inner{grid-template-columns:1fr;gap:2.5rem}}.value-props{background:var(--bg-dark);padding-block:var(--section-py)}.value-props__header{max-width:640px;margin-bottom:3rem}.value-props__title{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);font-weight:700;letter-spacing:-.018em;line-height:1.12;color:var(--text-white);margin-top:1.25rem}.value-props__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.value-props__grid{grid-template-columns:1fr}}.glass-card{padding:1.5rem;border-radius:var(--r-lg);border:1px solid var(--border-dark);background:#ffffff08;transition:border-color .26s ease;display:flex;flex-direction:column;gap:0}.glass-card:hover{border-color:#5b9df066}.glass-card__icon{width:20px;height:20px;stroke:var(--blue-soft);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-bottom:1rem}.glass-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--text-white);margin-bottom:.5rem}.glass-card__body{font-size:.88rem;line-height:1.7;color:var(--text-dark-muted)}.image-modes{background:var(--bg-light);padding-block:var(--section-py)}.image-modes__header{max-width:640px;margin-bottom:3rem}.image-modes__title{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);font-weight:700;letter-spacing:-.018em;line-height:1.12;color:var(--text-black);margin-top:1.25rem}.image-modes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:640px){.image-modes__grid{grid-template-columns:1fr}}.why-customers{background:var(--bg-dark);padding-block:var(--section-py)}.why-customers__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}.why-customers__media{align-self:stretch}.why-customers__content{display:flex;flex-direction:column;gap:1.25rem}.why-customers__title{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);font-weight:700;letter-spacing:-.018em;line-height:1.12;color:var(--text-white)}.why-customers__body{font-size:1rem;line-height:1.75;color:var(--text-dark-muted)}.why-customers__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.why-customers__item{display:flex;align-items:flex-start;gap:.75rem;font-size:.88rem;line-height:1.6;color:var(--text-dark-tag)}.why-customers__check{width:16px;height:16px;flex-shrink:0;margin-top:2px;stroke:var(--blue-soft)}@media(max-width:900px){.why-customers__inner{grid-template-columns:1fr}.why-customers__media{order:-1}}.proof-stats{background:#101317;border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding-block:4rem}.proof-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:640px){.proof-stats__grid{grid-template-columns:repeat(2,1fr)}}.proof-stats__label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#7a828c;margin-bottom:.5rem}.proof-stats__value{font-family:var(--font-display);font-size:clamp(1rem,1.6vw,1.25rem);font-weight:600;color:var(--text-white);line-height:1.3}.product-showcase{background:var(--bg-light);padding-block:var(--section-py)}.product-showcase__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.product-showcase__intro{display:flex;flex-direction:column;gap:.75rem}.product-showcase__title{font-family:var(--font-display);font-size:clamp(1.9rem,3vw,2.75rem);font-weight:700;letter-spacing:-.018em;color:var(--text-black)}.product-showcase__desc{font-size:1rem;color:var(--text-light-muted);max-width:52ch;white-space:nowrap}@media(max-width:640px){.product-showcase__desc{white-space:normal}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.cta-section{position:relative;overflow:hidden;background:var(--bg-dark);padding-block:var(--section-py);text-align:center}.cta-section__glow{pointer-events:none;position:absolute;left:50%;top:0;width:900px;height:420px;transform:translate(-50%,-50%);border-radius:50%;background:#5b9df02e;filter:blur(140px)}.cta-section__inner{position:relative;max-width:640px;margin-inline:auto}.cta-section__title{font-family:var(--font-display);font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--text-white);margin-bottom:1.25rem}.cta-section__body{font-size:1.05rem;line-height:1.7;color:var(--text-dark-muted);margin-bottom:2.25rem}.cta-section__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.stats-bar{background:var(--bg-dark);border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding-block:1.25rem}.stats-bar__inner{display:flex;align-items:stretch;flex-wrap:wrap}.stats-bar__item{flex:1;min-width:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.75rem 1.5rem;border-right:1px solid var(--border-dark)}.stats-bar__item:last-child{border-right:none}.stats-bar__value{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-white);white-space:nowrap}.stats-bar__label{font-size:.72rem;font-weight:500;color:var(--text-dark-muted);letter-spacing:.04em;text-align:center}.product-card{background:#fff;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border-light);transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 16px 48px -12px #0b0d1024;transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f8f6;display:block}.product-card__img{width:100%;height:100%;object-fit:contain;transition:transform .42s ease;display:block;padding:1rem}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .65rem;border-radius:var(--r-full);font-family:var(--font-mono);font-size:.62rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;z-index:1}.product-card__badge--sale{background:var(--blue);color:var(--bg-dark)}.product-card__badge--sold-out{background:#0b0d10a6;color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;opacity:0;transform:translateY(6px);transition:all .22s ease}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.2rem;flex:1;border-top:1px solid var(--border-light)}.product-card__vendor{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-on-light);margin-bottom:.1rem}.product-card__title{font-family:var(--font-display);font-size:.92rem;font-weight:600;color:var(--text-black);line-height:1.35}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--blue-on-light)}.product-card__color{font-size:.78rem;color:var(--text-light-muted);margin-top:.1rem}.product-card__price{margin-top:auto;padding-top:.65rem;display:flex;align-items:center;gap:.5rem}.price{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text-black)}.price--sale{color:var(--blue-on-light)}.price--compare{font-weight:400;font-size:.85rem;color:var(--text-light-muted);text-decoration:line-through}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.cart-drawer:not([aria-hidden=true]){pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .3s ease}.cart-drawer:not([aria-hidden=true]) .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,92vw);background:var(--bg-dark);border-left:1px solid var(--border-dark);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart-drawer:not([aria-hidden=true]) .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-dark)}.cart-drawer__title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-white)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer__empty{text-align:center;padding:4rem 1rem;color:var(--text-dark-muted);font-size:.9rem}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-dark)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:var(--text-dark-muted)}.cart-drawer__subtotal-amount{font-family:var(--font-display);font-weight:700;color:var(--text-white);font-size:1.05rem}.cart-line{display:grid;grid-template-columns:64px 1fr;gap:1rem;padding-block:1rem;border-bottom:1px solid var(--border-dark)}.cart-line:last-child{border-bottom:none}.cart-line__img-wrap{border-radius:var(--r-sm);overflow:hidden;background:#ffffff0a;aspect-ratio:1}.cart-line__img{width:100%;height:100%;object-fit:contain}.cart-line__info{display:flex;flex-direction:column;gap:.25rem}.cart-line__title{font-size:.88rem;font-weight:600;color:var(--text-dark-dim);line-height:1.35}.cart-line__variant{font-size:.75rem;color:var(--text-dark-muted)}.cart-line__price{font-size:.88rem;font-weight:700;color:var(--text-white)}.cart-line__actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.qty-selector{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border-dark);border-radius:var(--r-sm);padding:.2rem .5rem}.qty-selector__btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text-dark-muted);border-radius:var(--r-sm);transition:color .15s}.qty-selector__btn:hover{color:var(--text-white)}.qty-selector__count{font-size:.85rem;color:var(--text-dark-dim);min-width:1.25rem;text-align:center}.cart-line__remove{font-size:.72rem;color:var(--text-dark-muted);text-decoration:underline;transition:color .15s}.cart-line__remove:hover{color:var(--text-dark-dim)}.main-product{background:var(--bg-light);padding-block:3rem}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}@media(max-width:900px){.product-layout{grid-template-columns:1fr}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery__main{aspect-ratio:1;overflow:hidden;border-radius:var(--r-xl);background:#fff;border:1px solid var(--border-light)}.product-gallery__main-img{width:100%;height:100%;object-fit:contain;padding:1rem}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto}.product-gallery__thumb{width:72px;height:72px;flex-shrink:0;border-radius:var(--r-sm);overflow:hidden;border:2px solid transparent;background:#fff;cursor:pointer;transition:border-color .15s}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--blue)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-info__title{font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;letter-spacing:-.015em;line-height:1.15;color:var(--text-black)}.product-info__price{display:flex;align-items:center;gap:.75rem}.product-info__price-current{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-black)}.product-info__price-compare{font-size:1rem;color:var(--text-light-muted);text-decoration:line-through}.product-info__variants{display:flex;flex-direction:column;gap:.75rem}.product-info__variants-label{font-size:.85rem;font-weight:600;color:var(--text-black)}.swatch-list{display:flex;flex-wrap:wrap;gap:.5rem}.swatch{width:36px;height:36px;border-radius:50%;border:3px solid transparent;box-shadow:0 0 0 1px var(--border-light);cursor:pointer;transition:box-shadow .15s;overflow:hidden}.swatch:hover,.swatch.active{box-shadow:0 0 0 2px var(--blue)}.swatch img{width:100%;height:100%;object-fit:cover}.product-info__form{display:flex;flex-direction:column;gap:1rem}.add-to-cart-btn{height:52px;font-size:1rem;font-weight:600}.product-accordion{border-top:1px solid var(--border-light)}.product-accordion summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:.9rem;font-weight:600;color:var(--text-black);cursor:pointer;border-bottom:1px solid var(--border-light);list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion__icon{width:16px;height:16px;flex-shrink:0;transition:transform .26s;stroke:var(--text-light-muted);fill:none;stroke-width:2}details[open] .product-accordion__icon{transform:rotate(45deg)}.product-accordion__body{padding:1rem 0 1.25rem;font-size:.88rem;line-height:1.7;color:var(--text-light-muted);border-bottom:1px solid var(--border-light)}.main-collection{background:var(--bg-light);padding-block:3rem}.collection-header{padding-bottom:2rem}.collection-title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:var(--text-black);letter-spacing:-.02em}.collection-description{font-size:1rem;color:var(--text-light-muted);margin-top:.75rem;max-width:60ch}.site-footer{background:var(--bg-dark);border-top:1px solid var(--border-dark);padding-block:4rem 2.5rem}.site-footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem}@media(max-width:768px){.site-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:480px){.site-footer__top{grid-template-columns:1fr}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__brand-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:800;letter-spacing:-.04em;color:var(--text-white)}.site-footer__brand-logo img{width:130px;height:auto;filter:brightness(0) invert(1)}.site-footer__tagline{font-size:.85rem;line-height:1.75;color:#b7bec7bf;max-width:28ch}.site-footer__social{display:flex;gap:.5rem;margin-top:.25rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--r-sm);border:1px solid var(--border-dark);color:var(--text-dark-muted);transition:border-color .15s,color .15s}.social-icon:hover{border-color:var(--blue);color:var(--blue)}.social-icon svg{width:16px;height:16px}.site-footer__col{display:flex;flex-direction:column}.site-footer__col-title{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--blue-soft);margin-bottom:1.25rem;display:flex;align-items:center;gap:.4rem}.site-footer__col-title:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--blue-soft);flex-shrink:0}.site-footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.site-footer__links a{font-size:.875rem;color:#b7bec7cc;transition:color .15s}.site-footer__links a:hover{color:var(--text-white)}.site-footer__bottom{margin-top:3.5rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-footer__copyright{font-size:.78rem;color:#b7bec773}.site-footer__policies{display:flex;flex-wrap:wrap;gap:1.25rem}.site-footer__policies a{font-size:.78rem;color:#b7bec773;transition:color .15s}.site-footer__policies a:hover{color:#b7bec7cc}.animate-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.animate-in.visible{opacity:1;transform:translateY(0)}.main-page{background:var(--bg-dark);padding-block:4rem}.main-page h1{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.75rem);font-weight:700;color:var(--text-white);margin-bottom:1.5rem}.main-page p,.main-page li{color:var(--text-dark-dim);line-height:1.75}.main-404{background:var(--bg-dark);padding-block:8rem;text-align:center}.main-404 h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);font-weight:800;color:var(--text-white);margin-bottom:1rem}.main-404 p{color:var(--text-dark-muted);margin-bottom:2rem}body.template-collection,body.template-product,body.template-cart,body.template-page,body.template-blog,body.template-article,body.template-search{background-color:var(--bg-light);color:var(--text-black)}.email-signup{background:#101317;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding-block:clamp(3.5rem,6vw,5rem)}.email-signup__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.email-signup__inner{grid-template-columns:1fr;gap:2rem}}.email-signup__title{font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,1.85rem);font-weight:700;letter-spacing:-.015em;color:var(--text-white);margin-bottom:.5rem}.email-signup__desc{font-size:.95rem;color:var(--text-dark-muted);line-height:1.7}.email-signup__form{display:flex;gap:.75rem}@media(max-width:480px){.email-signup__form{flex-direction:column}}.email-signup__input{flex:1;height:48px;padding:0 1.1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:var(--r-md);color:var(--text-white);font-size:.9rem;transition:border-color .15s}.email-signup__input::placeholder{color:var(--text-dark-muted)}.email-signup__input:focus{outline:none;border-color:var(--blue)}.collection-header{padding-block:3rem 2rem;border-bottom:1px solid var(--border-light)}.collection-header__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.collection-header__title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:var(--text-black);letter-spacing:-.02em}.collection-header__count{font-size:.85rem;color:var(--text-light-muted);margin-top:.35rem}.collection-sort{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-light-muted);white-space:nowrap}.select-wrapper{position:relative}.select-wrapper select{appearance:none;-webkit-appearance:none;padding:.5rem 2.25rem .5rem .9rem;background:#fff;border:1px solid var(--border-light);border-radius:var(--r-sm);color:var(--text-black);font-size:.85rem;cursor:pointer;transition:border-color .15s}.select-wrapper select:focus{outline:none;border-color:var(--blue)}.select-wrapper:after{content:"";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--text-light-muted);pointer-events:none}.collection-products{padding-block:2.5rem 4rem}.product-page{padding-block:3rem 4rem}.product-page__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}@media(max-width:900px){.product-page__inner{grid-template-columns:1fr}}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:1rem}.product-info__eyebrow{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--blue-on-light)}.product-info__label{font-size:.85rem;font-weight:600;color:var(--text-black);margin-bottom:.5rem}.product-info__divider{height:1px;background:var(--border-light);margin-block:.25rem}.product-info__add-to-cart{display:flex;flex-direction:column;gap:.5rem}.label-tag{display:inline-flex;align-items:center;padding:.2rem .65rem;background:var(--blue-on-light);color:#fff;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--r-full)}.color-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.color-swatch{display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer;transition:opacity .15s}.color-swatch:hover{opacity:.85}.color-swatch__dot{width:32px;height:32px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px var(--border-light);transition:box-shadow .15s}.color-swatch.active .color-swatch__dot,.color-swatch:hover .color-swatch__dot{box-shadow:0 0 0 2px var(--blue)}.color-swatch__dot--sold-out{opacity:.35}.color-swatch__name{font-size:.72rem;color:var(--text-light-muted);text-align:center;max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--border-light);border-radius:var(--r-md);overflow:hidden;background:#fff}.quantity-selector__btn{width:40px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-black);background:transparent;transition:background .12s}.quantity-selector__btn:hover{background:var(--bg-light)}.quantity-selector__input{width:48px;height:44px;text-align:center;border:none;border-left:1px solid var(--border-light);border-right:1px solid var(--border-light);font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--text-black);background:transparent;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-accordions{margin-top:1rem}.accordion{border-top:1px solid var(--border-light)}.accordion:last-child{border-bottom:1px solid var(--border-light)}.accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-size:.9rem;font-weight:600;color:var(--text-black);cursor:pointer;list-style:none;background:none;border:none;text-align:left}.accordion__trigger::-webkit-details-marker{display:none}.accordion__icon{width:16px;height:16px;flex-shrink:0;transition:transform .26s;stroke:var(--text-light-muted);fill:none;stroke-width:2}details[open] .accordion__icon{transform:rotate(45deg)}.accordion__body{padding:0 0 1.25rem;font-size:.88rem;line-height:1.7;color:var(--text-light-muted)}.accordion__body ul{padding-left:1.25rem}.accordion__body li{margin-bottom:.35rem}.cart-page{padding-block:3rem 5rem}.cart-page__empty{text-align:center;padding-block:5rem}.cart-page__empty h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--text-black);margin-bottom:.75rem}.cart-page__empty p{color:var(--text-light-muted)}.cart-page__title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--text-black);letter-spacing:-.015em;margin-bottom:1.5rem}.cart-page__inner{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}@media(max-width:900px){.cart-page__inner{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;align-items:start;padding:1.25rem;background:#fff;border:1px solid var(--border-light);border-radius:var(--r-lg)}.cart-item__img{width:80px;height:80px;object-fit:contain;border-radius:var(--r-sm);background:var(--bg-light)}.cart-item__title{font-family:var(--font-display);font-size:.9rem;font-weight:600;color:var(--text-black);margin-bottom:.25rem}.cart-item__variant{font-size:.8rem;color:var(--text-light-muted);margin-bottom:.35rem}.cart-item__price{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--text-black)}.cart-item__remove{font-size:.78rem;color:var(--text-light-muted);text-decoration:underline;background:none;border:none;cursor:pointer;padding:.25rem 0;transition:color .15s;white-space:nowrap}.cart-item__remove:hover{color:var(--text-black)}.cart-page__summary{background:#fff;border:1px solid var(--border-light);border-radius:var(--r-xl);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 1.5rem)}.cart-page__summary-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-black);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding-block:.6rem;font-size:.88rem;color:var(--text-light-muted);border-bottom:1px solid var(--border-light)}.cart-summary__row--total{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text-black);border-bottom:none;margin-top:.25rem}.cart-page__checkout-note{margin-top:1rem;font-size:.75rem;text-align:center;color:var(--text-light-muted)}.page-header{padding-block:3rem 2rem;border-bottom:1px solid var(--border-light);margin-bottom:3rem}.page-header__title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.75rem);font-weight:700;color:var(--text-black);letter-spacing:-.02em}.page-content{max-width:70ch;padding-bottom:5rem}.page-content p{color:var(--text-light-muted);line-height:1.8;margin-bottom:1rem}.page-content h2,.page-content h3{font-family:var(--font-display);font-weight:700;color:var(--text-black);margin:2rem 0 .75rem}.page-content a{color:var(--blue-on-light);text-decoration:underline}.page-content ul,.page-content ol{padding-left:1.5rem;color:var(--text-light-muted)}.page-content li{margin-bottom:.5rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
