html,body{background-color:#f1ede5;overflow-x:hidden;max-width:100vw}.sj-home{--bg: #f1ede5;--bg-card: #ffffff;--bg-dark: #0c0c0c;--ink: #0c0c0c;--ink-muted: #595959;--line: rgba(12, 12, 12, .12);--line-soft: rgba(12, 12, 12, .06);--line-dark: rgba(255, 255, 255, .12);--accent: #ff3b1f;--accent-ink: #ffffff;--display: "Big Shoulders Display", "Arial Narrow", sans-serif;--body: "Manrope", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;--container: 1320px;--gutter: 24px;--radius: 4px;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.sj-home *,.sj-home *:before,.sj-home *:after{box-sizing:border-box}.sj-home img,.sj-home svg{display:block;max-width:100%}.sj-home button{font-family:inherit;cursor:pointer;border:none;background:none}.sj-home a{color:inherit;text-decoration:none}.sj-home .wrap{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.sj-home .announce{background:var(--bg-dark);color:var(--bg);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:10px 16px;text-align:center}.sj-home .announce strong{color:var(--accent);font-weight:500}.sj-home .hero{border-bottom:1px solid var(--line);overflow:hidden}.sj-home .hero-inner{display:grid;grid-template-columns:1.1fr 1fr;min-height:86vh}.sj-home .hero-content{padding:64px var(--gutter) 80px;max-width:720px;margin-left:auto;width:100%;display:flex;flex-direction:column;justify-content:space-between}.sj-home .hero-meta{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted);display:flex;justify-content:space-between;margin-bottom:56px;gap:24px;flex-wrap:wrap}.sj-home .live{display:inline-flex;align-items:center;gap:8px}.sj-home .live-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:sj-pulse 1.6s ease-in-out infinite}@keyframes sj-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.sj-home .hero h1{font-family:var(--display);font-weight:900;font-size:clamp(56px,8.5vw,132px);line-height:.86;letter-spacing:-.025em;margin:0 0 32px;text-transform:uppercase}.sj-home .hero h1 .accent{color:var(--accent);font-style:italic;font-weight:800}.sj-home .hero h1 .outline{-webkit-text-stroke:2px var(--ink);color:transparent}.sj-home .hero h1 span{display:block;opacity:0;transform:translateY(40px);animation:sj-rise .9s cubic-bezier(.2,.8,.2,1) forwards}.sj-home .hero h1 span:nth-child(1){animation-delay:.05s}.sj-home .hero h1 span:nth-child(2){animation-delay:.15s}.sj-home .hero h1 span:nth-child(3){animation-delay:.25s}.sj-home .hero h1 span:nth-child(4){animation-delay:.35s}@keyframes sj-rise{to{opacity:1;transform:translateY(0)}}.sj-home .hero-sub{max-width:480px;font-size:17px;color:var(--ink-muted);line-height:1.55;margin:0 0 32px}.sj-home .hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.sj-home .hero-image{background:var(--bg-dark);background-size:cover;background-position:center;position:relative;min-height:500px}.sj-home .hero-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ff3b1f14,#0000,#0006)}.sj-home .hero-image-tag{position:absolute;top:24px;right:24px;background:var(--accent);color:var(--accent-ink);font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;padding:8px 14px;border-radius:999px;z-index:2}.sj-home .hero-image-caption{position:absolute;bottom:24px;left:24px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;z-index:2}.sj-home .hero-drop-cta{position:absolute;bottom:24px;left:50%;transform:translate(-50%);background:var(--accent);color:#0c0c0c;padding:14px 22px;border-radius:999px;font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;display:inline-flex;align-items:center;gap:10px;z-index:3;text-decoration:none;border:1px solid rgba(0,0,0,.12);transition:background .18s,transform .18s,color .18s}.sj-home .hero-drop-cta:hover{background:#0c0c0c;color:#f1ede5;transform:translate(-50%) translateY(-2px)}.sj-home .hero-drop-cta .dot{width:10px;height:10px;background:#0c0c0c;border-radius:50%;display:inline-block}.sj-home .hero-drop-cta:hover .dot{background:var(--accent)}.sj-home .hero-drop-cta .arrow{width:14px;height:14px;transition:transform .2s}.sj-home .hero-drop-cta:hover .arrow{transform:translate(3px)}@media(max-width:640px){.sj-home .hero-image-caption{display:none}.sj-home .hero-drop-cta{left:24px;right:24px;transform:none;justify-content:center}.sj-home .hero-drop-cta:hover{transform:translateY(-2px)}}.sj-home .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:transform .15s,background .15s,color .15s}.sj-home .btn-primary{background:var(--ink);color:var(--bg)}.sj-home .btn-primary:hover{background:var(--accent)}.sj-home .btn-outline{border:1px solid var(--ink);color:var(--ink)}.sj-home .btn-outline:hover{background:var(--ink);color:var(--bg)}.sj-home .btn-arrow{width:14px;height:14px;transition:transform .2s}.sj-home .btn:hover .btn-arrow{transform:translate(4px)}.sj-home .marquee{background:var(--bg-dark);color:var(--bg);overflow:hidden}.sj-home .marquee-track{display:flex;gap:56px;padding:18px 0;animation:sj-scroll 32s linear infinite;white-space:nowrap;font-family:var(--display);font-weight:800;font-size:28px;letter-spacing:.02em;text-transform:uppercase}.sj-home .marquee-track span{display:inline-flex;align-items:center;gap:56px}.sj-home .marquee-track .dot{color:var(--accent)}@keyframes sj-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sj-home .section{padding:100px 0;border-bottom:1px solid var(--line)}.sj-home .section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px;gap:32px;flex-wrap:wrap}.sj-home .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:12px}.sj-home .section-head h2{font-family:var(--display);font-weight:900;font-size:clamp(40px,6vw,88px);line-height:.92;letter-spacing:-.02em;margin:0;text-transform:uppercase;max-width:800px}.sj-home .section-head p{max-width:360px;color:var(--ink-muted);font-size:15px;margin:0}.sj-home .cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sj-home .cat-card{position:relative;background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s;cursor:pointer;display:flex;flex-direction:column}.sj-home .cat-card:hover{transform:translateY(-4px);border-color:var(--ink)}.sj-home .cat-card-img{aspect-ratio:4 / 3;background:var(--bg);position:relative;overflow:hidden}.sj-home .cat-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.sj-home .cat-card:hover .cat-card-img img{transform:scale(1.05)}.sj-home .cat-card-img .badge{position:absolute;top:20px;left:20px;background:var(--accent);color:var(--accent-ink);padding:6px 12px;border-radius:999px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase}.sj-home .cat-card-img .badge.dark{background:var(--ink);color:var(--bg)}.sj-home .cat-card-body{padding:32px;display:flex;flex-direction:column;gap:20px}.sj-home .cat-card .label{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-muted)}.sj-home .cat-card h3{font-family:var(--display);font-weight:900;font-size:clamp(40px,5vw,72px);line-height:.86;letter-spacing:-.02em;margin:0;text-transform:uppercase}.sj-home .cat-card .cta{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid var(--line);padding-top:20px}.sj-home .cat-card .cta-arrow{width:32px;height:32px;border:1px solid var(--ink);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s,transform .2s}.sj-home .cat-card:hover .cta-arrow{background:var(--ink);color:var(--bg);transform:rotate(-45deg)}.sj-home .featured{background:var(--bg-dark);color:var(--bg);padding:100px 0}.sj-home .featured .eyebrow{color:#f1ede599}.sj-home .featured-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px;gap:32px;flex-wrap:wrap}.sj-home .featured-head h2{font-family:var(--display);font-weight:900;font-size:clamp(48px,7vw,110px);line-height:.9;letter-spacing:-.025em;margin:0;text-transform:uppercase;max-width:900px}.sj-home .featured-head h2 .accent{color:var(--accent);font-style:italic}.sj-home .featured-head p{max-width:380px;color:#f1ede5b3;font-size:15px;margin:0}.sj-home .featured-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:32px}.sj-home .featured-main{aspect-ratio:4 / 5;background:#1a1a1a;border-radius:var(--radius);overflow:hidden;position:relative;cursor:pointer}.sj-home .featured-main img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.sj-home .featured-main:hover img{transform:scale(1.04)}.sj-home .featured-main-overlay{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 100%);color:var(--bg);display:flex;justify-content:space-between;align-items:end;gap:16px}.sj-home .featured-main-overlay h4{font-family:var(--display);font-weight:900;font-size:36px;line-height:.95;letter-spacing:-.02em;margin:0;text-transform:uppercase}.sj-home .featured-main-overlay .meta{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#f1ede5b3;margin-top:6px}.sj-home .featured-main-overlay .price{font-family:var(--display);font-weight:800;font-size:32px;color:var(--accent);line-height:1}.sj-home .featured-main-overlay .price .strike{display:block;font-size:13px;color:#f1ede580;text-decoration:line-through;font-family:var(--mono);font-weight:400;margin-bottom:4px}.sj-home .featured-side{display:grid;grid-template-rows:1fr 1fr 1fr;gap:32px}.sj-home .featured-detail{background-color:#1a1a1a!important;border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;color:#f1ede5}.sj-home .featured-detail img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.sj-home .featured-detail.product img{object-fit:contain;background-color:#fff;padding:16px}.sj-home .featured-detail-text{padding:24px}.sj-home .featured-detail .step-num{font-family:var(--display);font-weight:900;font-size:56px;line-height:1;color:#ff3b1f!important;letter-spacing:-.04em;margin-bottom:8px}.sj-home .featured-detail h5,.sj-home .featured-detail-text h5{font-family:var(--display);font-weight:800;font-size:22px;text-transform:uppercase;margin:0 0 8px;letter-spacing:-.01em;color:#f1ede5!important}.sj-home .featured-detail p,.sj-home .featured-detail-text p{color:#f1ede5d9!important;font-size:13px;line-height:1.5;margin:0}.sj-home .featured-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:56px;border-top:1px solid var(--line-dark);padding-top:32px}.sj-home .spec{border-right:1px solid var(--line-dark);padding-right:24px}.sj-home .spec:last-child{border-right:none}.sj-home .spec-label{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#f1ede580;margin-bottom:10px}.sj-home .spec-value{font-family:var(--display);font-weight:800;font-size:26px;line-height:1.1;text-transform:uppercase;letter-spacing:-.01em}.sj-home .spec-value .pct{color:var(--accent)}.sj-home .featured-cta{display:flex;justify-content:space-between;align-items:center;margin-top:48px;padding-top:32px;border-top:1px solid var(--line-dark);gap:24px;flex-wrap:wrap}.sj-home .featured-cta p{max-width:480px;color:#f1ede599;font-size:14px;margin:0}.sj-home .filter-bar{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.sj-home .filter-btn{padding:8px 16px;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;background:transparent;color:var(--ink);transition:all .15s}.sj-home .filter-btn:hover{border-color:var(--ink)}.sj-home .filter-btn.active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.sj-home .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sj-home .product{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s,border-color .25s;display:flex;flex-direction:column}.sj-home .product[hidden]{display:none}.sj-home .product:hover{transform:translateY(-3px);border-color:var(--ink)}.sj-home .product-img{aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.sj-home .product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.sj-home .product:hover .product-img img{transform:scale(1.06)}.sj-home .product-img svg{width:70%;height:auto;transition:transform .4s}.sj-home .product:hover .product-img svg{transform:scale(1.08)}.sj-home .product-tag{position:absolute;top:12px;left:12px;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;background:var(--accent);color:var(--accent-ink);padding:4px 8px;border-radius:2px}.sj-home .product-tag.dark{background:var(--ink);color:var(--bg)}.sj-home .product-info{padding:20px 20px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.sj-home .product-meta{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}.sj-home .product-name{font-family:var(--display);font-weight:800;font-size:24px;line-height:1;letter-spacing:-.01em;text-transform:uppercase;margin:0}.sj-home .product-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:14px;gap:12px}.sj-home .product-price{font-family:var(--mono);font-size:14px;font-weight:500;min-width:0;line-height:1.2;display:flex;flex-direction:column;align-items:flex-start}.sj-home .product-price .strike{color:var(--ink-muted);text-decoration:line-through;font-size:11px;margin-right:0}.sj-home .swatches{display:flex;gap:6px;margin-top:4px}.sj-home .swatch{width:14px;height:14px;border-radius:50%;border:1px solid var(--line)}.sj-home .add-btn{background:var(--ink);color:var(--bg);width:36px;height:36px;min-width:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,transform .15s;font-size:18px;font-weight:300;flex-shrink:0}.sj-home .add-btn:hover{background:var(--accent);transform:scale(1.08)}.sj-home .add-btn[disabled]{opacity:.4;cursor:not-allowed}.sj-home .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.sj-home .step{border-top:1px solid var(--ink);padding-top:24px}.sj-home .step-num{font-family:var(--display);font-weight:900;font-size:80px;line-height:.9;color:var(--accent);letter-spacing:-.04em}.sj-home .step h4{font-family:var(--display);font-weight:800;font-size:28px;text-transform:uppercase;margin:16px 0 12px;letter-spacing:-.01em}.sj-home .step p{color:var(--ink-muted);font-size:15px;margin:0;max-width:320px}.sj-home .story{padding:120px 0;border-bottom:1px solid var(--line);background:var(--bg-dark);color:var(--bg)}.sj-home .story .eyebrow{color:#f1ede599}.sj-home .story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sj-home .story h2{font-family:var(--display);font-weight:900;font-size:clamp(40px,6vw,96px);line-height:.92;letter-spacing:-.02em;margin:0 0 28px;text-transform:uppercase}.sj-home .story h2 .accent{color:var(--accent);font-style:italic}.sj-home .story p{font-size:17px;line-height:1.6;color:#f1ede5bf;margin:0 0 16px}.sj-home .story .quote{border-left:2px solid var(--accent);padding-left:24px;font-family:var(--display);font-weight:700;font-size:28px;line-height:1.15;color:var(--bg);margin:32px 0;text-transform:uppercase;letter-spacing:-.01em}.sj-home .story .credit{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#f1ede580;margin-top:8px}.sj-home .story-visual{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background-size:cover;background-position:center;position:relative}.sj-home .story-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,59,31,.15),transparent 60%)}.sj-home .story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:64px;border-top:1px solid var(--line-dark);padding-top:32px}.sj-home .stat{border-right:1px solid var(--line-dark);padding-right:24px}.sj-home .stat:last-child{border-right:none}.sj-home .stat .num{font-family:var(--display);font-weight:900;font-size:64px;line-height:1;letter-spacing:-.03em;color:var(--bg)}.sj-home .stat .num .pct{color:var(--accent)}.sj-home .stat .label{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#f1ede599;margin-top:8px}.sj-home .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.sj-home .review{background:var(--bg-card);border:1px solid var(--line);padding:32px;border-radius:var(--radius);display:flex;flex-direction:column;gap:16px}.sj-home .stars{color:var(--accent);letter-spacing:2px;font-size:14px}.sj-home .review-text{font-family:var(--display);font-weight:700;font-size:22px;line-height:1.2;letter-spacing:-.01em;flex:1}.sj-home .review-author{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);border-top:1px solid var(--line);padding-top:14px}.sj-home .newsletter{padding:100px 0;text-align:center;border-bottom:1px solid var(--line)}.sj-home .newsletter h2{font-family:var(--display);font-weight:900;font-size:clamp(48px,8vw,120px);line-height:.9;letter-spacing:-.025em;margin:0 0 16px;text-transform:uppercase}.sj-home .newsletter p{color:var(--ink-muted);font-size:16px;max-width:460px;margin:0 auto 32px}.sj-home .nl-form{display:flex;max-width:520px;margin:0 auto;border:1px solid var(--ink);border-radius:999px;overflow:hidden;background:var(--bg-card)}.sj-home .nl-form input{flex:1;border:none;background:transparent;padding:16px 24px;font-family:var(--body);font-size:15px;outline:none;color:var(--ink)}.sj-home .nl-form input::placeholder{color:var(--ink-muted)}.sj-home .nl-form button{background:var(--ink);color:var(--bg);padding:0 32px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:background .15s;border:none}.sj-home .nl-form button:hover{background:var(--accent)}.sj-home .nl-success{margin-top:16px;font-family:var(--mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.sj-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c0c0cb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .22s ease}.sj-modal-overlay.open{opacity:1;pointer-events:auto}.sj-modal-overlay[hidden]{display:none}.sj-modal{position:relative;background:#f1ede5;color:#0c0c0c;border-radius:6px;width:100%;max-width:520px;padding:48px 40px 36px;transform:translateY(16px) scale(.98);transition:transform .28s cubic-bezier(.2,.8,.2,1);border:1px solid rgba(12,12,12,.1);box-shadow:0 30px 80px #00000059;font-family:Manrope,system-ui,sans-serif}.sj-modal-overlay.open .sj-modal{transform:translateY(0) scale(1)}.sj-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(12,12,12,.2);border-radius:50%;cursor:pointer;color:#0c0c0c;transition:background .15s,color .15s,transform .15s}.sj-modal-close:hover{background:#0c0c0c;color:#f1ede5;transform:rotate(90deg)}.sj-modal-eyebrow{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#ff3b1f;margin-bottom:12px}.sj-modal h2{font-family:Big Shoulders Display,Arial Narrow,sans-serif;font-weight:900;font-size:clamp(40px,6vw,56px);line-height:.92;letter-spacing:-.02em;margin:0 0 12px;text-transform:uppercase;color:#0c0c0c!important}.sj-modal .sj-modal-sub{font-size:14px;line-height:1.5;color:#0c0c0cb3;margin:0 0 24px}.sj-modal-input-row{display:flex;gap:8px;flex-wrap:wrap}.sj-modal-input-stack{flex-direction:column;align-items:stretch}.sj-modal-input-row input[type=email],.sj-modal-input-row input[type=tel]{flex:1;min-width:0;width:100%;border:1px solid rgba(12,12,12,.25);border-radius:999px;padding:14px 20px;font-family:inherit;font-size:15px;outline:none;background:#fff;color:#0c0c0c;transition:border-color .15s}.sj-modal-input-row input[type=email]:focus,.sj-modal-input-row input[type=tel]:focus{border-color:#0c0c0c}.sj-modal-input-row input[type=email]::placeholder,.sj-modal-input-row input[type=tel]::placeholder{color:#0c0c0c66}.sj-modal-input-stack .sj-modal-submit{width:100%;justify-content:center}.sj-home .sj-modal-submit,.sj-modal-submit{display:inline-flex;align-items:center;gap:8px;background:#ff3b1f;color:#0c0c0c;padding:14px 22px;border-radius:999px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;transition:background .18s,transform .18s}.sj-home .sj-modal-submit:hover,.sj-modal-submit:hover{background:transparent;transform:translateY(-2px)}.sj-modal-submit .dot{width:10px;height:10px;background:#0c0c0c;border-radius:50%;display:inline-block}.sj-modal-fineprint{margin-top:20px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#0c0c0c73;line-height:1.5}.sj-modal-error{margin-top:16px;padding:12px 16px;background:#cc000014;border:1px solid rgba(204,0,0,.25);border-radius:4px;font-size:13px;color:#c00}.sj-modal-success{text-align:center;padding:8px 4px}.sj-modal-success-mark{width:56px;height:56px;background:#ff3b1f;color:#0c0c0c;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.sj-modal-success p{font-size:14px;color:#0c0c0cb3;margin:0}@media(max-width:480px){.sj-modal{padding:40px 24px 28px}.sj-modal-input-row{flex-direction:column}.sj-modal-submit{width:100%;justify-content:center}}.sj-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(120%);background:#0c0c0c;color:#f1ede5;padding:14px 22px;border-radius:999px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;z-index:200;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:inline-flex;align-items:center;gap:10px}.sj-toast.show{transform:translate(-50%) translateY(0)}.sj-toast .check{width:16px;height:16px;background:#ff3b1f;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:#0c0c0c}@media(max-width:1024px){.sj-home .hero-inner{grid-template-columns:1fr}.sj-home .hero-content{padding:56px var(--gutter);margin:0;max-width:100%}.sj-home .hero-image{min-height:60vh;order:-1}.sj-home .featured-layout{grid-template-columns:1fr}.sj-home .featured-side{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}.sj-home .featured-specs{grid-template-columns:1fr 1fr;gap:16px}.sj-home .spec:nth-child(2n){border-right:none}.sj-home .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.sj-home .cat-grid,.sj-home .featured-side,.sj-home .featured-detail{grid-template-columns:1fr}.sj-home .featured-detail img{aspect-ratio:4/3}.sj-home .steps{grid-template-columns:1fr;gap:24px}.sj-home .story-grid{grid-template-columns:1fr;gap:40px}.sj-home .reviews-grid{grid-template-columns:1fr}.sj-home .marquee-track{font-size:22px}.sj-home .story-stats{grid-template-columns:1fr;gap:24px}.sj-home .stat{border-right:none;border-bottom:1px solid var(--line-dark);padding-bottom:24px}.sj-home .stat:last-child{border-bottom:none}.sj-home .featured-cta{flex-direction:column;align-items:stretch}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/sj-home.css.map */
