*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}:root{--ink: #000000;--ink-muted: #5c5c5c;--surface: #ffffff;--maxw: 80rem;--ease: cubic-bezier(.22, 1, .36, 1)}html,body{overflow-x:hidden}body{margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,p,ul,ol,dl,dd,figure{margin:0}ul,ol{padding:0;list-style:none}:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:#000;color:#fff;padding:.75rem 1.25rem}.skip-link:focus{left:1rem;top:1rem}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:var(--ink-muted)}.eyebrow--ink{color:var(--ink)}.eyebrow--light{color:#ffffff80}.eyebrow--light-60{color:#fff9}.hero-text-glow{text-shadow:0 0 40px rgba(255,255,255,.1)}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;cursor:pointer;border-radius:9999px;font-size:13px;font-weight:500;letter-spacing:.12em;padding:.875rem 2rem;transition:all .3s var(--ease)}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-ghost{background:#0000000a;color:var(--ink)}.btn-ghost:hover{background:#00000014;transform:translateY(-1px)}.btn-on-dark{color:#fff!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)}.btn-on-dark:hover{background:#fff3!important}.btn-invert{background:#fff!important;color:var(--ink)!important}.btn-invert:hover{background:#ffffffe6!important}.btn-block{width:100%}.btn-tall{padding-top:1rem;padding-bottom:1rem;font-weight:600;text-transform:uppercase}.btn-outline-ink{border:1px solid rgba(0,0,0,.1);background:#0000000a}.btn-pill-white{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;border:0;cursor:pointer;border-radius:9999px;font-weight:600;background:#fff;color:var(--ink);padding:1rem 2rem;font-size:16px;box-shadow:0 8px 32px #0003;transition:all .3s ease-out}.btn-pill-white:hover{box-shadow:0 8px 32px #0000002e;transform:translateY(-2px)}.btn-pill-white:active{transform:translateY(0) scale(.98)}.btn-pill-outline-white{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;border:1px solid #fff;background:transparent;color:#fff;cursor:pointer;border-radius:9999px;font-weight:600;padding:.75rem 2rem;font-size:15px;transition:all .3s ease-out}.btn-pill-outline-white:hover{background:#fff;color:#000}.link-underline{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--ink-muted);border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:.25rem;transition:color .2s,border-color .2s}.link-underline:hover{color:var(--ink);border-color:var(--ink)}.site-header{width:100%;z-index:40;border-bottom:1px solid}.site-header--overlay{position:absolute;top:0;left:0;background:transparent;border-color:#ffffff1a}.site-header--dark{background:#000;border-color:#ffffff1a}.site-header--light{background:#fff;border-color:#0000001a}.site-header--borderless{border-bottom:0!important}.site-header__inner{display:flex;align-items:center;height:5rem;max-width:var(--maxw);margin:0 auto;width:100%;padding:1.25rem 1.5rem 0;justify-content:center}.site-header__logo{font-size:1.125rem;font-weight:600;letter-spacing:.025em;color:#fff}.site-header__logo img{max-height:44px;width:auto}.site-header--light .site-header__logo{color:#000}@media(min-width:768px){.site-header__inner{height:6rem;padding-top:1.75rem}.site-header__inner--left{justify-content:flex-start}.site-header__logo{font-size:1.5rem}}.site-footer{background:#000;color:#fff;padding:5rem 1.5rem}.site-footer__grid{max-width:var(--maxw);margin:0 auto 4rem;display:grid;gap:3rem}.site-footer h2{font-size:1.5rem;font-weight:600;letter-spacing:.025em;margin-bottom:1.5rem}.site-footer p,.site-footer li{font-size:.875rem;line-height:1.7}.site-footer__about{color:#ffffffb3;max-width:24rem}.site-footer__col ul{display:flex;flex-direction:column;gap:.75rem;color:#fffc}.site-footer__col a{transition:color .2s}.site-footer__col a:hover{color:#fff}.site-footer__muted{color:#ffffff80;display:block;margin-top:.5rem}.site-footer__bottom{max-width:var(--maxw);margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;font-size:.75rem;color:#ffffff80}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.floating-cta{position:fixed;bottom:2rem;left:0;right:0;z-index:50;display:flex;justify-content:center;padding:0 1rem;pointer-events:none;opacity:0;transform:translateY(20px);transition:opacity .35s var(--ease),transform .35s var(--ease)}.floating-cta.is-visible{opacity:1;transform:translateY(0)}.floating-cta a{pointer-events:auto;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;font-weight:500;padding:.875rem 2rem;border-radius:9999px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s var(--ease)}.floating-cta a:hover{background:#0009;border-color:#fff6;transform:scale(1.05)}.home-hero{position:relative;overflow:hidden;background:#000;padding:4rem 0}.home-hero__inner{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;justify-content:center;min-height:40vh}.home-hero__content{position:relative;z-index:10;max-width:42rem}.home-hero h1{font-weight:600;font-size:clamp(1.875rem,6vw,3.75rem);color:#fff;letter-spacing:-.025em;line-height:1.1}.home-hero p{margin-top:1rem;font-size:1rem;color:#fffc;line-height:1.7}.home-hero__actions{margin-top:2.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media(min-width:768px){.home-hero{padding:8rem 0}.home-hero__inner{min-height:50vh}.home-hero p{margin-top:1.5rem;font-size:1.125rem}}.brand-ticker-wrap{overflow:hidden;background:#fff;padding:2.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.brand-ticker{display:flex;width:max-content;animation:ticker-scroll 45s linear infinite}.brand-ticker:hover{animation-play-state:paused}.brand-ticker__group{display:flex;align-items:center}.brand-ticker-item{padding:0 3rem;font-size:1.25rem;font-weight:500;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;opacity:.62;filter:grayscale(100%);transition:opacity .25s ease}.brand-ticker-item:hover{opacity:.85}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.shadow-card{box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a}.icon{width:1.5rem;height:1.5rem;flex-shrink:0}.chip-icon{width:1rem;height:1rem;flex-shrink:0}.compare-value .chip-icon{margin-top:.125rem}.cm-modal__check .icon{width:2rem;height:2rem;color:#16a34a}.section{max-width:var(--maxw);margin:0 auto;padding:4rem 1.5rem}@media(min-width:768px){.section{padding:6rem 1.5rem}}.panel{background:var(--surface);border-radius:2rem;padding:2rem}@media(min-width:768px){.panel{padding:5rem}}.panel__head{margin-bottom:2rem}.panel__head h2{font-size:1.5rem;font-weight:600}@media(min-width:768px){.panel__head{margin-bottom:4rem}.panel__head h2{font-size:2.25rem}}.grid-3{display:grid;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.trust-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a;transition:transform .3s var(--ease)}.trust-card:hover{transform:translateY(-.5rem)}.trust-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.trust-card p{color:var(--ink-muted);line-height:1.7}.trust-card .icon{width:2rem;height:2rem;margin-bottom:1.5rem}.why h2{font-size:clamp(1.5rem,5vw,3rem);font-weight:500;line-height:1.15;max-width:42rem;margin-bottom:2.5rem}@media(min-width:768px){.why h2{margin-bottom:4rem}}.soft-card{background:var(--surface);border-radius:1rem;padding:2rem;border:1px solid rgba(0,0,0,.05)}.soft-card h3{font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.soft-card p{color:var(--ink-muted);line-height:1.7}.soft-card .icon{width:1.5rem;height:1.5rem;margin-bottom:1.5rem}.grid-2{display:grid;gap:1.5rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.split-card{background:var(--surface);border-radius:1rem;padding:2rem;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:space-between}.split-card h3{font-size:1.125rem;font-weight:500;margin-bottom:1rem}.split-card p{color:var(--ink-muted);line-height:1.7}@media(min-width:768px){.split-card{padding:2.5rem}.split-card h3{font-size:1.5rem}}.chip-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.chip{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:#0000000d;padding:.5rem 1rem;font-size:.75rem;font-weight:500}.split-card__link{margin-top:3rem;display:inline-flex;width:100%;justify-content:center;border-radius:9999px;border:1px solid rgba(0,0,0,.1);padding:.875rem 0;font-size:.875rem;font-weight:500;transition:background .2s}.split-card__link:hover{background:#0000000d}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--catalog{gap:1.5rem 1.5rem;row-gap:2.5rem}@media(min-width:1280px){.product-grid--catalog{grid-template-columns:repeat(4,1fr)}}.pcard{display:flex;flex-direction:column;height:100%}.pcard__media{aspect-ratio:4 / 5;position:relative;padding:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%;max-width:280px}.pcard__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:darken;transition:transform .5s var(--ease)}.pcard:hover .pcard__media img{transform:scale(1.05)}.pcard__placeholder{font-size:.75rem;color:#0000004d;text-transform:uppercase;letter-spacing:.1em;text-align:center}.pcard__body{padding:1.25rem;display:flex;flex-direction:column;flex:1;border-radius:1rem;margin-top:.5rem;background:#fff6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 24px #00000008;transition:all .3s var(--ease)}.pcard:hover .pcard__body{box-shadow:0 8px 32px #0000000f;background:#fff9}.pcard__brand{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted);margin-bottom:.5rem}.pcard__title{font-size:.875rem;font-weight:500;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcard__meta{font-size:.75rem;color:var(--ink-muted);margin-bottom:1rem;flex:1}.pcard__meta span{display:block}.pcard__price-row{padding-top:1rem;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;margin-top:auto}.pcard__price{font-size:.875rem;font-weight:500}@media(min-width:640px){.pcard__media{padding:1.5rem;max-width:none}}.featured{background:var(--surface);padding:6rem 0}.featured__head{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.featured__head h2{font-size:1.5rem;font-weight:600}@media(min-width:768px){.featured__head{flex-direction:row;align-items:flex-end;gap:1.5rem;margin-bottom:3rem}.featured__head h2{font-size:2.25rem}}.featured__more{margin-top:3rem;display:flex;justify-content:center}@media(min-width:1024px){.featured__more{display:none}}.dark-cta{background:linear-gradient(to bottom right,#18181b,#000,#18181b);border-radius:2.5rem;padding:4rem 1.5rem;text-align:center}.dark-cta__badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;color:#fffc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.dark-cta h2{font-size:clamp(1.5rem,5vw,3rem);font-weight:600;color:#fff;letter-spacing:-.025em;line-height:1.15;margin-bottom:1.5rem}.dark-cta p{color:#ffffffb3;max-width:32rem;margin:0 auto 2.5rem;line-height:1.7;font-size:1rem}@media(min-width:768px){.dark-cta{padding:6rem 1.5rem}.dark-cta p{font-size:1.125rem}}.quote-section{padding:4rem 1.5rem;background:var(--surface)}@media(min-width:768px){.quote-section{padding:6rem 1.5rem}}.quote{border-radius:2rem;background:var(--surface);padding:3.5rem 1.5rem;max-width:var(--maxw);margin:0 auto;width:100%}.quote__grid{display:grid;gap:3rem}.quote h2{font-size:clamp(28px,3.4vw,38px);font-weight:600}.quote__meta{margin-top:2rem;font-size:14px;color:var(--ink-muted)}.quote__meta p+p{margin-top:.375rem}.quote__meta strong{color:var(--ink);font-weight:600}.quote__card{border-radius:1.5rem;background:#fff;padding:1.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a}.field-grid{display:grid;gap:1.25rem}.field-grid+.field-grid{margin-top:1.25rem}.field{display:block}.field+.field{margin-top:1.25rem}.field .eyebrow{display:block;margin-bottom:.5rem}.field input,.field select{width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:.75rem 1rem;font-size:15px;color:var(--ink);font-family:inherit;transition:all .2s}.field input:focus,.field select:focus{outline:none;border-color:#0006;box-shadow:0 0 0 3px #00000014}.quote__actions{margin-top:1.75rem;display:flex;flex-direction:column;gap:1rem}.quote__submit{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;border:0;cursor:pointer;border-radius:9999px;background:var(--ink);padding:.875rem 2rem;font-size:15px;font-weight:600;color:#fff;transition:all .3s var(--ease);width:100%}.quote__submit:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.quote__note{font-size:13px;color:var(--ink-muted);text-align:center}@media(min-width:640px){.field-grid{grid-template-columns:repeat(2,1fr)}.quote__actions{flex-direction:row;align-items:center}.quote__submit{width:auto}.quote__note{text-align:left}}@media(min-width:768px){.quote{padding:5rem 2.5rem}.quote__card{padding:2.5rem}}@media(min-width:1024px){.quote__grid{grid-template-columns:1fr 1.2fr;align-items:start}}.catalog{background:var(--surface);min-height:100vh}.catalog__hero{position:relative;width:100%;height:40vh;min-height:350px;overflow:hidden}.catalog__hero img{width:100%;height:100%;object-fit:cover;object-position:center;animation:hero-zoom 1.5s ease-out both}@keyframes hero-zoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.catalog__hero:after{content:"";position:absolute;inset:0 0 auto 0;height:8rem;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent);z-index:10;pointer-events:none}.catalog__tabs{position:absolute;inset:auto 0 1.5rem 0;z-index:20;display:flex;justify-content:center;padding:0 1rem}.catalog__tabs-inner{display:flex;align-items:center;gap:.75rem;overflow-x:auto;padding:.5rem;scrollbar-width:none}.catalog__tabs-inner::-webkit-scrollbar{display:none}.tab{padding:.625rem 1.5rem;border-radius:9999px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;white-space:nowrap;transition:all .3s;border:1px solid rgba(0,0,0,.1);background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--ink);box-shadow:0 1px 2px #0000000d}.tab:hover{background:#fff}.tab.is-active{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 4px 6px #0000001a}.catalog__body{max-width:var(--maxw);margin:0 auto;padding:3rem 1.5rem 6rem}.catalog__intro{text-align:center;margin-bottom:3rem}.catalog__intro h1{font-size:clamp(1.875rem,5vw,3rem);font-weight:600;letter-spacing:-.025em;margin-bottom:1rem}.catalog__intro p{color:var(--ink-muted);font-size:1rem;max-width:42rem;margin:0 auto}@media(min-width:768px){.catalog__intro p{font-size:1.125rem}}.selection-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3rem}.selection-btn{padding:.625rem 1.25rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--ink-muted);transition:all .3s}.selection-btn:hover{border-color:#0000004d;color:var(--ink)}.selection-btn.is-active{background:var(--ink);color:#fff;border-color:var(--ink);transform:scale(1.05)}.catalog__layout{display:flex;flex-direction:column;gap:2.5rem;align-items:flex-start}.catalog__sidebar{width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.catalog__results{flex:1;min-width:0;width:100%}@media(min-width:768px){.catalog__layout{flex-direction:row}.catalog__sidebar{width:16rem}}.search-field{position:relative;width:100%}.search-field svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--ink-muted)}.search-field input{width:100%;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:9999px;padding:.75rem 1rem .75rem 2.75rem;font-size:.875rem;font-family:inherit;transition:border-color .2s}.search-field input:focus{outline:none;border-color:#0000004d}.filter-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:9999px;padding:.75rem;cursor:pointer;font-size:.875rem}@media(min-width:768px){.filter-toggle{display:none}}.filters{display:none;flex-direction:column;gap:2rem}.filters.is-open{display:flex}@media(min-width:768px){.filters{display:flex}}.filter h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted);font-weight:500;margin-bottom:1rem}.filter select{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem;font-size:.875rem;font-family:inherit;cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:0}.filter select:focus{outline:none;border-color:#0000004d}.results-count{margin-bottom:1.5rem;font-size:.875rem;color:var(--ink-muted)}.empty-state{padding:5rem 1.5rem;text-align:center;border:1px solid rgba(0,0,0,.1);border-radius:1.5rem;background:var(--surface)}.empty-state p{color:var(--ink-muted)}.empty-state button{margin-top:1rem;font-size:.875rem;background:none;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.pagination{margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.pagination button,.pagination a{width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid rgba(0,0,0,.1);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.pagination button:hover:not(:disabled),.pagination a:hover{background:#0000000d}.pagination button:disabled{opacity:.3;cursor:default}.pagination__label{font-size:.875rem;color:var(--ink-muted);padding:0 .5rem}.catalog-skeleton{padding:5rem 0;text-align:center;color:var(--ink-muted);font-size:.875rem}.pdp{background:#fff;min-height:100vh}.pdp__bar{max-width:var(--maxw);margin:0 auto;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between}.pdp__back{display:inline-flex;align-items:center;gap:.5rem;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.pdp__back:hover{color:#000000b3}.pdp__crumbs{font-size:13px;color:var(--ink-muted);display:none}.pdp__crumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.pdp__crumbs li{display:flex;align-items:center;gap:.375rem}.pdp__crumbs a:hover{color:var(--ink)}.pdp__crumbs .current{color:var(--ink);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.pdp__crumbs{display:block}}.pdp__main{max-width:var(--maxw);margin:0 auto;padding:2.5rem 1.5rem}.pdp__cols{display:grid;gap:2.5rem}@media(min-width:1024px){.pdp__main{padding:3.5rem 1.5rem}.pdp__cols{grid-template-columns:repeat(2,1fr);gap:4rem}}.pdp__gallery{display:flex;flex-direction:column;gap:1rem}.pdp__stage{position:relative;aspect-ratio:1 / 1;max-height:640px;border-radius:1rem;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;align-items:center;justify-content:center}.pdp__stage img{width:100%;height:100%;object-fit:contain;mix-blend-mode:darken}.pdp__zoom-hint{pointer-events:none;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:10;border-radius:9999px;background:#000000bf;padding:.25rem .75rem;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#fff;display:none}@media(min-width:1024px){.pdp__stage{aspect-ratio:4 / 5;cursor:crosshair}.pdp__zoom-hint{display:block}}.pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.pdp__thumb{position:relative;aspect-ratio:1 / 1;border-radius:.75rem;overflow:hidden;border:1px solid rgba(0,0,0,.05);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .2s;padding:0}.pdp__thumb:hover{opacity:1;border-color:#0003}.pdp__thumb.is-active{opacity:1;border-color:#0006;box-shadow:0 1px 2px #0000000d}.pdp__thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:darken;padding:.5rem}@media(min-width:640px){.pdp__thumbs{gap:1rem}}.pdp__ref{font-size:13px;color:var(--ink-muted);margin-bottom:.5rem}.pdp__title{font-size:1.5rem;line-height:1.2;font-weight:500;letter-spacing:-.025em}@media(min-width:768px){.pdp__title{font-size:32px}}.pdp__price{margin-top:1.25rem;font-size:1.25rem;font-weight:400}@media(min-width:768px){.pdp__price{font-size:1.5rem}}.pdp__rate{margin-top:.25rem;font-size:9px;color:#5c5c5cb3;text-transform:uppercase;letter-spacing:.1em}.pdp__badge{margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted)}.pdp__desc{margin-top:2rem;font-size:14px;line-height:1.7;color:var(--ink-muted)}.pdp__desc p+p{margin-top:1rem}.pdp__actions{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.pdp__disclaimer{margin-top:1rem;text-align:center;font-size:13px;color:var(--ink-muted)}.pdp__specs{margin-top:3rem;border-top:1px solid rgba(0,0,0,.05);padding-top:2rem}.pdp__specs h2{font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.pdp__specs dl{display:grid;grid-template-columns:1fr;gap:0 2rem}@media(min-width:768px){.pdp__specs dl{grid-template-columns:repeat(2,1fr);gap:1rem 2rem}}.spec-row{display:flex;flex-direction:column;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}@media(min-width:768px){.spec-row{border-bottom:0;padding:.25rem 0}}.spec-row dt{color:var(--ink-muted);font-size:13px;letter-spacing:.025em;text-transform:uppercase}.spec-row dd{font-weight:500;margin-top:.25rem}.cm-hero{position:relative;overflow:hidden;background:#000}.cm-hero__glow{pointer-events:none;position:absolute;left:50%;top:33%;height:520px;width:520px;transform:translate(-50%);border-radius:9999px;background:#ffffff0a;filter:blur(120px)}.cm-hero__inner{max-width:var(--maxw);margin:0 auto;padding:3rem 1.5rem;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.cm-hero__copy{width:100%;max-width:520px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;text-align:center}.cm-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;padding:.25rem .875rem;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1rem}.cm-hero h1{margin-bottom:1rem;max-width:540px;font-size:clamp(34px,5.4vw,56px);font-weight:600;line-height:1.08;letter-spacing:-.025em;color:#fff}.cm-hero__lead{margin-bottom:2rem;max-width:480px;font-size:16px;line-height:1.7;color:#fff}.cm-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn-pill--sm{padding:.75rem 1.5rem!important;font-size:14px!important}.cm-hero__card{width:100%;max-width:400px;flex-shrink:0}@media(min-width:768px){.cm-hero__inner{padding:4rem 1.5rem}.cm-hero__lead{font-size:17px}}@media(min-width:1024px){.cm-hero__inner{flex-direction:row;align-items:center;justify-content:center;gap:2rem}.cm-hero__copy{align-items:flex-start;text-align:left}.cm-hero__actions{justify-content:flex-start}.cm-hero__card{max-width:420px}}.chat-card{position:relative;z-index:10;width:100%;max-width:420px;margin:0 auto;border-radius:1.5rem;background:#1a1a1a;padding:1rem;box-shadow:0 24px 64px #0009}.chat-card__head{margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem;padding-left:.25rem}.chat-card__avatar{height:2.5rem;width:2.5rem;flex-shrink:0;border-radius:9999px;background:#000;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.1)}.chat-card__name{font-size:15px;font-weight:600;color:#fff;line-height:1.2}.chat-card__role{font-size:12.5px;color:#ffffff80;font-weight:500}.chat-card__bubble{position:relative;border-radius:.25rem 1rem 1rem;background:#2d2d2d;padding:.375rem .375rem .5rem;color:#fff;overflow:hidden;z-index:10}.chat-card__photo{position:relative;margin-bottom:.625rem;aspect-ratio:3 / 4;overflow:hidden;border-radius:.75rem;background:#000}.chat-card__photo img{height:100%;width:100%;object-fit:cover}.chat-card__text{padding:0 .5rem;font-size:14px;line-height:1.35}.chat-card__text>div+div{margin-top:1rem}.chat-card__list>div{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.chat-card__list a{text-decoration:underline;text-underline-offset:2px}.chat-card__time{margin-top:.5rem;padding:0 .5rem .25rem;display:flex;align-items:center;justify-content:flex-end;gap:.25rem;font-size:11px;color:#ffffff80}.chat-card__replies{position:relative;z-index:20;margin:-.875rem 0 0 .75rem;display:flex}.chat-card__replies span{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;background:#2d2d2d;padding:.375rem .875rem;font-size:13px;font-weight:500;color:#b0b0b0;border:3px solid #1a1a1a}.cm-section{padding:4rem 0}@media(min-width:768px){.cm-section{padding:6rem 0}}.cm-head{max-width:640px;margin:0 auto;text-align:center}.cm-head h2{font-size:clamp(28px,3.4vw,38px);font-weight:600}.cm-head--sm h2{font-size:clamp(24px,3vw,32px)}.cm-head .eyebrow{margin-bottom:.75rem}.step-card{border-radius:20px;border:1px solid rgba(0,0,0,.06);background:var(--surface);padding:1.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a;transition:transform .3s var(--ease)}.step-card:hover{transform:translateY(-4px)}.step-card__num{margin-bottom:.875rem;font-size:13px;font-weight:600;letter-spacing:.12em}.step-card h3{margin-bottom:.5rem;font-size:20px;font-weight:600}.step-card p{font-size:15px;line-height:1.7;color:var(--ink-muted)}.compare-panel{border-radius:2rem;background:var(--surface);padding:3.5rem 1.5rem}@media(min-width:768px){.compare-panel{padding:5rem 2.5rem}}.compare-grid{margin-top:2.5rem;display:grid;gap:1.25rem}@media(min-width:1024px){.compare-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.compare-card{display:flex;flex-direction:column;border-radius:1.5rem;background:#fff;padding:1.75rem;border:1px solid rgba(0,0,0,.08)}.compare-card--primary{border-color:#0003;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a}.compare-card--muted{background:#fff6}.compare-card__head{margin-bottom:1.5rem;display:flex;align-items:center;gap:.625rem;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:1.25rem}.compare-card__head strong{font-size:15px;font-weight:600}.compare-card__head .muted{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#5c5c5cb3}.compare-card ul{display:flex;flex-direction:column;gap:1.25rem;flex:1}.compare-label{margin-bottom:.375rem;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.compare-label--muted{color:#5c5c5c99}.compare-value{display:flex;align-items:flex-start;gap:.75rem}.compare-value span{font-size:16px;font-weight:500;line-height:1.35}.compare-plain{font-size:15px;line-height:1.35;color:var(--ink-muted);display:block;margin-top:.25rem}@media(min-width:768px){.compare-card{padding:2rem}}.stats{position:relative;overflow:hidden;background:#000;padding:4rem 0 3rem}.stats__grid{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;position:relative;z-index:10;display:grid;grid-template-columns:repeat(2,1fr);gap:2.25rem;text-align:center}@media(min-width:768px){.stats__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stats__top{font-size:clamp(26px,3.4vw,38px);font-weight:600;letter-spacing:-.025em;color:#fff}.stats__bottom{margin-top:.375rem;font-size:12.5px;text-transform:uppercase;letter-spacing:.08em;color:#fff9}.checklist-card{border-radius:20px;border:1px solid rgba(0,0,0,.06);background:var(--surface);padding:1.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a}.checklist-card h3{margin-bottom:1rem;font-size:19px;font-weight:600}.checklist-card li{display:flex;gap:.625rem;font-size:14.5px;line-height:1.7;color:var(--ink-muted)}.checklist-card li+li{margin-top:.625rem}.checklist-card li b{flex-shrink:0;font-weight:600;color:var(--ink)}@media(min-width:768px){.checklist-card{padding:2rem}}.wanted-panel{border-radius:2rem;background:#000;color:#fff;padding:3.5rem 1.5rem}@media(min-width:768px){.wanted-panel{padding:5rem 2.5rem}}.wanted-panel h2{font-size:clamp(28px,3.4vw,38px);font-weight:600;color:#fff}.wanted-panel .lead{margin:.75rem auto 0;max-width:520px;color:#fffc}.wanted-grid{margin-top:2.75rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.wanted-grid{gap:1.25rem}}@media(min-width:1024px){.wanted-grid{grid-template-columns:repeat(4,1fr)}}.wanted-card{border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#fff;padding:1rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a;transition:transform .3s var(--ease)}.wanted-card:hover{transform:translateY(-4px)}.wanted-card__media{position:relative;margin-bottom:1rem;height:150px;overflow:hidden;border-radius:1rem;background:var(--surface)}.wanted-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover;mix-blend-mode:multiply}.wanted-card__tag{position:absolute;left:.625rem;top:.625rem;z-index:10;border-radius:9999px;background:var(--ink);padding:.25rem .625rem;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff}.wanted-card h3{font-size:15.5px;font-weight:500;color:var(--ink)}.wanted-card__ref{font-size:12.5px;color:var(--ink-muted);margin-top:.25rem}.wanted-card__note{margin-top:.5rem;font-size:12px;font-weight:500;color:var(--ink)}@media(min-width:768px){.wanted-card{padding:1.25rem}}.faq{margin:0 auto;max-width:720px}.faq__item{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:1.25rem}.faq__item+.faq__item{margin-top:1.5rem}.faq__item summary{display:flex;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;font-size:17px;font-weight:600}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary span{margin-left:1rem;flex-shrink:0;font-size:20px;font-weight:400;transition:transform .2s}.faq__item[open] summary span{transform:rotate(45deg)}.faq__item p{padding-top:.75rem;font-size:15px;line-height:1.7;color:var(--ink-muted)}.cm-final{position:relative;margin-top:4rem;overflow:hidden;background:#000;padding:5rem 0}@media(min-width:768px){.cm-final{padding:7rem 0}}.cm-final__inner{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;position:relative;z-index:10;text-align:center}.cm-final h2{margin-bottom:1rem;font-size:clamp(30px,4vw,44px);font-weight:600;color:#fff}.cm-final p{margin-bottom:2rem;color:#ffffffb3}.cm-final__actions{display:flex;flex-direction:column;align-items:center;gap:.875rem}.cm-final__note{margin-top:.5rem;font-size:13px;color:#fffc}.cm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:none;align-items:center;justify-content:center;padding:1rem}.cm-modal.is-open{display:flex}.cm-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:0;padding:0;cursor:pointer}.cm-modal__panel{position:relative;width:100%;max-width:32rem;background:#fff;border-radius:1.5rem;box-shadow:0 32px 64px #0003;overflow:hidden;display:flex;flex-direction:column;animation:modal-in .3s var(--ease) both}@keyframes modal-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:none}}.cm-modal__close{position:absolute;top:1.5rem;right:1.5rem;padding:.5rem;border-radius:9999px;border:0;background:transparent;cursor:pointer;z-index:10;transition:background .2s}.cm-modal__close:hover{background:#0000000d}.cm-modal__body{padding:2rem;min-height:400px;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.cm-modal__body{padding:3rem}}.cm-modal__step{font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--ink-muted);text-transform:uppercase;margin-bottom:1rem}.cm-modal h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.cm-modal__options{display:flex;flex-direction:column;gap:.75rem}.cm-modal__option{padding:1rem 1.5rem;border-radius:.75rem;border:1px solid rgba(0,0,0,.1);text-align:left;background:#fff;cursor:pointer;color:var(--ink-muted);font-family:inherit;font-size:.9375rem;transition:all .2s}.cm-modal__option:hover{border-color:#0000004d}.cm-modal__option.is-selected{border-color:var(--ink);background:#0000000d;color:var(--ink);font-weight:500}.cm-modal__center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cm-modal__spinner{width:3rem;height:3rem;margin-bottom:1.5rem;border-radius:9999px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--ink);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cm-modal__check{width:4rem;height:4rem;border-radius:9999px;background:#22c55e1a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cm-modal__link{font-size:13px;color:var(--ink-muted);text-decoration:underline;text-underline-offset:4px}.page-hero{background:#000;color:#fff;padding:4rem 0 3rem}.page-hero h1{font-size:clamp(1.875rem,5vw,3rem);font-weight:600;letter-spacing:-.025em}.page-hero p{margin-top:1rem;color:#ffffffb3;max-width:42rem}.rte{line-height:1.8;color:var(--ink-muted)}.rte h2{font-size:1.5rem;font-weight:600;color:var(--ink);margin:2rem 0 1rem}.rte h3{font-size:1.125rem;font-weight:600;color:var(--ink);margin:1.5rem 0 .75rem}.rte p{margin-bottom:1rem}.rte ul{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.rte a{text-decoration:underline;text-underline-offset:3px;color:var(--ink)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:var(--ink-muted);font-weight:500;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.cart-table td{padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05);vertical-align:middle}.cart-table img{width:80px;height:80px;object-fit:contain;mix-blend-mode:darken}.cart-row__title{font-size:.9375rem;font-weight:500}.cart-row__meta{font-size:.75rem;color:var(--ink-muted);margin-top:.25rem}.cart-foot{margin-top:2.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-total{font-size:1.25rem;font-weight:500}.form-note{font-size:.8125rem;color:var(--ink-muted)}.auth-card{max-width:28rem;margin:0 auto;background:var(--surface);border:1px solid rgba(0,0,0,.05);border-radius:1.5rem;padding:2.5rem}.auth-card h1{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.errors{color:#b91c1c;font-size:.875rem;margin-bottom:1rem}.reveal{opacity:0;transform:translateY(20px)}.reveal.is-in{opacity:1;transform:none;transition:opacity .6s var(--ease),transform .6s var(--ease)}.fade-in{animation:fade-in .8s var(--ease) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.rise-in{animation:rise-in .8s var(--ease) both}@keyframes rise-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}.pdp__cols--enter>*{animation:pdp-enter .7s var(--ease) both}.pdp__cols--enter>*:nth-child(2){animation-delay:.12s}@keyframes pdp-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(min-width:1024px){.pdp__gallery{position:sticky;top:2rem;align-self:start}}.pdp__stage{background:linear-gradient(180deg,#fafafa,#fff)}.pdp__stage img{transition:transform .45s var(--ease),opacity .3s ease;will-change:transform}.pdp__stage img.is-swapping{opacity:0}.pdp__stage.is-zoomed{cursor:zoom-in}.pdp__stage.is-zoomed img{transform:scale(2)}.pdp__stage.is-zoomed .pdp__zoom-hint{opacity:0}.pdp__zoom-hint{transition:opacity .2s ease}.pdp__gallery:not([data-zoom]) .pdp__zoom-hint{display:none}.pdp__thumb:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:var(--ink);transform:translate(-50%);transition:width .3s var(--ease)}.pdp__thumb.is-active:after{width:40%}.pdp__ref{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:var(--ink-muted)}.pdp__title{font-weight:500;letter-spacing:-.02em}.pdp__price{letter-spacing:.01em;font-weight:400}.pdp__badge{letter-spacing:.08em}.pdp__about{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.pdp__about-label{margin-bottom:1.125rem}.pdp__desc{margin-top:0;font-size:15px;line-height:1.9;color:#3d3d3d}.pdp__desc p+p{margin-top:1.125rem}.pdp__desc .pdp__lead{font-size:16.5px;line-height:1.75;color:var(--ink);font-weight:400}.pdp__desc .pdp__note{font-size:12.5px;line-height:1.6;color:var(--ink-muted);padding-left:.875rem;border-left:2px solid rgba(0,0,0,.12);margin-top:1.5rem}.pdp__desc table{width:100%;border-collapse:collapse;font-size:14px}.pdp__desc table td,.pdp__desc table th{padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05);text-align:left}.pdp__cta{position:relative;overflow:hidden}.pdp__cta>span{position:relative;z-index:1}.pdp__cta:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.18),transparent);transform:skew(-18deg);transition:left .7s var(--ease)}.pdp__cta:hover:after{left:120%}.pdp__assurances{margin-top:2.5rem;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column}.pdp__assurances li{display:flex;gap:.875rem;align-items:flex-start;padding:1.125rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.pdp__assurances strong{display:block;font-size:13px;font-weight:600;letter-spacing:.02em}.pdp__assurances span{display:block;font-size:13px;line-height:1.6;color:var(--ink-muted);margin-top:.125rem}.pdp__assurances .chip-icon{margin-top:.1875rem;opacity:.75}.pdp__specs{margin-top:3rem}.pdp__specs h2{font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:var(--ink-muted);font-weight:500;margin-bottom:1.25rem}.pdp__specs dl.spec-list{display:block;grid-template-columns:none;gap:0}.spec-list .spec-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:.875rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.spec-list .spec-row:first-child{border-top:1px solid rgba(0,0,0,.06)}.spec-list dt{flex:0 0 auto;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted);font-weight:500}.spec-list dd{margin:0;text-align:right;font-size:14px;font-weight:500;color:var(--ink);line-height:1.5}@media(min-width:768px){.pdp__specs dl.spec-list{display:block}.spec-list .spec-row{border-bottom:1px solid rgba(0,0,0,.06);padding:.875rem 0}}.pcard--enter{animation:pcard-in .55s var(--ease) both}@keyframes pcard-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.skeleton-card{display:flex;flex-direction:column}.skeleton-card__media{aspect-ratio:4 / 5;border-radius:1rem;margin:0 auto;width:100%;max-width:280px}.skeleton-card__body{margin-top:.5rem;padding:1.25rem;border-radius:1rem;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.625rem}.skeleton-line{display:block;height:10px;border-radius:4px}.skeleton-line--xs{width:35%;height:8px}.skeleton-line--sm{width:55%}.skeleton-line--price{width:45%;margin-top:.75rem}.skeleton-card__media,.skeleton-line{background:linear-gradient(100deg,#f2f2f2 30%,#e9e9e9,#f2f2f2 70%);background-size:220% 100%;animation:skeleton-sweep 1.4s ease-in-out infinite}@keyframes skeleton-sweep{0%{background-position:180% 0}to{background-position:-20% 0}}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4375rem .875rem;border-radius:9999px;cursor:pointer;border:1px solid rgba(0,0,0,.12);background:#fff;font-family:inherit;font-size:12.5px;color:var(--ink);transition:all .2s var(--ease)}.filter-chip:hover{border-color:var(--ink);background:#00000008}.filter-chip span[aria-hidden]{font-size:15px;line-height:1;color:var(--ink-muted)}.filter-chip:hover span[aria-hidden]{color:var(--ink)}.filter-chip--clear{border-style:dashed;color:var(--ink-muted)}.catalog__loading-more{display:none;margin-top:2rem;text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-muted)}.is-loading-more .catalog__loading-more{display:block;animation:pulse-soft 1.6s ease-in-out infinite}@keyframes pulse-soft{0%,to{opacity:.45}50%{opacity:1}}@media(min-width:768px){.catalog__sidebar{position:sticky;top:2rem}}.pcard__media img{transition:transform .6s var(--ease)}.pcard:hover .pcard__body{transform:translateY(-2px)}.pcard__body{transition:all .35s var(--ease)}.sticky-bar{position:fixed;top:0;left:0;right:0;z-index:45;background:#000000b8;-webkit-backdrop-filter:saturate(160%) blur(18px);backdrop-filter:saturate(160%) blur(18px);border-bottom:1px solid rgba(255,255,255,.08);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .4s var(--ease),opacity .3s var(--ease)}.sticky-bar.is-visible{transform:none;opacity:1;pointer-events:auto}.sticky-bar__inner{max-width:var(--maxw);margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.sticky-bar__logo{font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff}.sticky-bar__logo img{max-height:24px;width:auto}.sticky-bar__nav{display:flex;align-items:center;gap:1.5rem}.sticky-bar__nav a{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb8;transition:color .2s;padding:.25rem 0;border-bottom:1px solid transparent}.sticky-bar__nav a:hover{color:#fff;border-color:#ffffff80}.pdp__counter{position:absolute;top:.875rem;right:.875rem;z-index:5;font-size:11px;letter-spacing:.1em;color:var(--ink-muted);background:#ffffffd1;border-radius:9999px;padding:.25rem .625rem;transition:opacity .2s}.pdp__stage.is-zoomed .pdp__counter{opacity:0}.pdp__gallery:focus-visible{outline:2px solid var(--ink);outline-offset:6px}.pdp-bar{position:fixed;left:0;right:0;bottom:0;z-index:48;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(0,0,0,.08);transform:translateY(110%);transition:transform .35s var(--ease)}.pdp-bar.is-visible{transform:none}.pdp-bar__info{flex:1;min-width:0}.pdp-bar__title{display:block;font-size:11px;color:var(--ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-bar__price{display:block;font-size:14px;font-weight:500;margin-top:.125rem}.pdp-bar__cta{flex-shrink:0;background:var(--ink);color:#fff;border-radius:9999px;padding:.8125rem 1.5rem;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}@media(min-width:768px){.pdp-bar{display:none}}.template-product .floating-cta{display:none}.product-grid--catalog{grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:2rem}@media(min-width:640px){.product-grid--catalog{grid-template-columns:repeat(3,1fr);gap:1.25rem;row-gap:2.5rem}}@media(min-width:1024px){.product-grid--catalog{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.product-grid--catalog{grid-template-columns:repeat(4,1fr);gap:1.5rem;row-gap:3rem}}.product-grid--catalog .pcard__media{max-width:none;padding:.75rem;background:#fafafa;border-radius:.875rem}.product-grid--catalog .pcard__body{margin-top:.875rem;padding:.875rem 0 0;background:none;border:0;border-top:1px solid rgba(0,0,0,.1);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border-radius:0}.product-grid--catalog .pcard:hover .pcard__body{background:none;box-shadow:none;transform:none;border-top-color:var(--ink)}.product-grid--catalog .pcard__brand{font-size:9.5px;letter-spacing:.16em;margin-bottom:.375rem}.product-grid--catalog .pcard__title{font-size:13px;line-height:1.45;font-weight:400;margin-bottom:.375rem;transition:color .2s}.product-grid--catalog .pcard__meta{font-size:11px;margin-bottom:.75rem;color:#5c5c5cd9}.product-grid--catalog .pcard__price-row{border-top:0;padding-top:0}.product-grid--catalog .pcard__price{font-size:13.5px;font-weight:500;letter-spacing:.01em}.product-grid--catalog .pcard:hover .pcard__media{background:#f4f4f4}@media(min-width:768px){.product-grid--catalog .pcard__media{padding:1.25rem}.product-grid--catalog .pcard__title{font-size:13.5px}}.catalog-notice{display:flex;align-items:flex-start;gap:.75rem;border:1px solid rgba(0,0,0,.1);border-radius:1rem;padding:1rem 1.25rem;margin-bottom:2rem;background:#fafafa}.catalog-notice p{font-size:13.5px;line-height:1.6;color:var(--ink-muted)}.catalog-notice .chip-icon{margin-top:.1875rem;flex-shrink:0;opacity:.6}.catalog-notice--daily{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:4rem 2rem;margin:0;border-style:dashed;background:transparent}.catalog-notice--daily p{font-size:15px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink);max-width:30rem}.quick-filters{display:flex;gap:.5rem;margin-bottom:1.25rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.quick-filters::-webkit-scrollbar{display:none}.quick-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.4375rem;padding:.5rem .875rem;border-radius:9999px;cursor:pointer;border:1px solid rgba(0,0,0,.12);background:#fff;font-family:inherit;font-size:12px;letter-spacing:.02em;color:var(--ink-muted);transition:all .2s var(--ease);white-space:nowrap}.quick-pill em{font-style:normal;font-size:10px;opacity:.55}.quick-pill:hover{border-color:var(--ink);color:var(--ink)}.quick-pill.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.quick-pill.is-active em{opacity:.7}.select-wrap{position:relative}.select-wrap:after{content:"";position:absolute;right:2px;top:45%;width:6px;height:6px;border-right:1.5px solid var(--ink-muted);border-bottom:1.5px solid var(--ink-muted);transform:translateY(-50%) rotate(45deg);pointer-events:none}.filter select{padding-right:1.5rem}.pagination{gap:.75rem}.pagination__label{letter-spacing:.04em}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
