:root{--ink:#111;--muted:#646b76;--line:#e8e8e8;--soft:#f6f5f2;--gold:#c8a64a;--dark:#0b0b0b;--card:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{max-width:1240px;margin:0 auto;padding:0 24px}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:950;font-size:22px;letter-spacing:-.04em}.brand-mark{width:42px;height:42px;border-radius:12px;background:#050505;color:var(--gold);display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:15px}.nav-links{display:flex;gap:24px;font-weight:800;color:#333}.nav-links a:hover{color:#000}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:900;border:1px solid transparent}.btn.primary{background:#25d366;color:#fff}.btn.dark{background:#111;color:#fff}.btn.light{background:#fff;color:#111;border-color:#ddd}.hero{background:linear-gradient(135deg,#0a0a0a 0%,#282214 100%);color:#fff;overflow:hidden}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}.eyebrow{margin:0 0 12px;color:var(--gold);text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:950}.hero h1,.section h2{margin:0;font-size:clamp(40px,6vw,74px);line-height:1.02;letter-spacing:-.06em;font-weight:950}.lead{max-width:700px;margin:22px 0 30px;color:#d7d7d7;font-size:20px;line-height:1.6}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-panel{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel-card{min-height:150px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:26px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.panel-card.wide{grid-column:1/-1}.panel-card span{color:#bbb;font-weight:800}.panel-card strong{font-size:38px;letter-spacing:-.04em}.section{padding:78px 0}.section.soft{background:var(--soft)}.section-head{max-width:760px;margin-bottom:34px}.section-head.inline{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:20px}.section-head h2,.steps h2,.faq h2{font-size:clamp(34px,5vw,56px);color:#111}.section-head p:not(.eyebrow){color:var(--muted);line-height:1.7}.text-link{font-weight:950;color:#111;border-bottom:2px solid var(--gold)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.08)}.category-image{height:180px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover}.category-body{padding:20px}.category-body h3{margin:0 0 8px;font-size:24px}.category-body p{margin:0;color:var(--muted);line-height:1.55}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.2s}.product-image{aspect-ratio:1/1;background:#f7f7f7;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px}.product-title{font-size:17px;font-weight:950;line-height:1.25;margin:0 0 8px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-weight:800}.product-price{color:#111}.sku-strip{display:flex;gap:6px;margin-top:12px;overflow:hidden}.sku-strip img{width:34px;height:34px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}.empty-note{border:1px dashed #ccc;border-radius:18px;padding:24px;color:var(--muted);background:#fff}.steps{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:18px}.step-card{border:1px solid var(--line);border-radius:24px;padding:24px;background:#fff}.step-card strong{font-size:36px;color:var(--gold)}.step-card h3{margin:22px 0 10px}.step-card p{color:var(--muted);line-height:1.65;margin:0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}.faq-list{display:grid;gap:12px}details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}summary{cursor:pointer;font-weight:950}details p{color:var(--muted);line-height:1.65}.footer{background:#0b0b0b;color:#aaa;padding:56px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.footer .brand{color:#fff}.footer h3{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.18em}.footer a{display:block;color:#aaa;margin:10px 0}.footer p{max-width:520px;line-height:1.7}.product-page{padding:110px 0 80px;background:var(--soft);min-height:70vh}.detail-shell{display:grid;grid-template-columns:1fr 1fr;gap:36px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px}.detail-main img{width:100%;border-radius:22px;background:#f3f3f3}.detail-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px}.detail-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.detail-copy h1{font-size:44px;line-height:1.05;margin:0 0 16px;letter-spacing:-.04em}.price{font-size:26px;font-weight:950;color:#111}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.pill{border:1px solid #ddd;border-radius:999px;padding:8px 12px;font-weight:850;background:#fafafa}.source-link{margin-top:20px}.breadcrumb{font-weight:850;color:#555;margin-bottom:20px}@media(max-width:980px){.hero-grid,.detail-shell,.faq{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media(max-width:640px){.container{padding:0 16px}.nav{height:66px}.brand{font-size:18px}.brand-mark{width:36px;height:36px}.hero-grid{min-height:500px}.hero h1{font-size:42px}.lead{font-size:16px}.hero-panel{grid-template-columns:1fr}.section{padding:54px 0}.category-grid,.product-grid,.steps,.footer-grid{grid-template-columns:1fr}.section-head.inline{display:block}.category-image{height:160px}.detail-copy h1{font-size:34px}}

/* Enhanced product detail layout */
.detail-shell{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)}
.detail-main{background:#f6f6f6;border:1px solid var(--line);border-radius:22px;overflow:hidden}
.detail-main img{aspect-ratio:1/1;object-fit:cover;display:block}
.thumb{padding:0;border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;cursor:pointer}
.thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.thumb.selected,.sku-option.selected,.size-option.selected{border-color:#111;box-shadow:0 0 0 2px #111 inset}
.price{font-size:28px;margin:0 0 20px}
.detail-panel{border-top:1px solid var(--line);padding:18px 0}
.detail-panel h3{margin:0 0 12px;font-size:16px;text-transform:uppercase;letter-spacing:.1em}
.detail-panel p{color:var(--muted);line-height:1.7;margin:0}
.sku-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.sku-option{border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px;text-align:left;cursor:pointer;font-weight:850;color:#111}
.sku-option img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:#f6f6f6;display:block;margin-bottom:8px}
.sku-option span{display:block;font-size:13px;line-height:1.25}
.size-grid{display:flex;flex-wrap:wrap;gap:8px}
.size-option{border:1px solid #ddd;border-radius:999px;padding:9px 14px;font-weight:850;background:#fafafa;cursor:pointer}
.buy-panel label{display:block;font-weight:950;margin-bottom:8px}
.buy-panel input{width:110px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;font-size:16px;font-weight:850}
.buy-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.small-note{font-size:13px;color:var(--muted);margin-top:12px}
.register-wrap{max-width:1180px}
.register-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:start}
.register-copy,.register-form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px}
.register-copy h1{font-size:clamp(38px,5vw,62px);line-height:1.02;letter-spacing:-.06em;margin:0 0 18px}
.register-copy p:not(.eyebrow){color:var(--muted);line-height:1.75;font-size:18px}
.register-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.register-points span{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:850;background:#fafafa}
.register-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.register-form label{display:grid;gap:8px;font-weight:950;color:#222}
.register-form input,.register-form select,.register-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;color:#111;background:#fff}
.register-form textarea,.register-actions,.register-form .small-note{grid-column:1/-1}
.register-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.register-form .small-note a{font-weight:950;color:#111;border-bottom:2px solid var(--gold)}
.recommended-products{margin-top:42px}
.recommended-products .section-head{margin-bottom:18px}
.recommended-products .section-head h2{font-size:clamp(28px,4vw,42px)}
.recommended-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:640px){.sku-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.register-layout,.register-form{grid-template-columns:1fr}.register-copy,.register-form{padding:22px}}

/* Static cart */
.cart-link{display:inline-flex;align-items:center;gap:8px}
.cart-count{min-width:22px;height:22px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;padding:0 7px}
.btn .cart-count{background:#fff;color:#111;margin-left:8px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.cart-items{display:grid;gap:14px}
.cart-row{display:grid;grid-template-columns:128px minmax(0,1fr) 210px;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px}
.cart-row>img{width:128px;height:128px;object-fit:cover;border-radius:16px;background:#f6f6f6}
.cart-info h3{margin:0 0 8px;font-size:20px;line-height:1.25}
.cart-info p{margin:5px 0;color:var(--muted);line-height:1.45}
.cart-controls{display:grid;gap:10px;justify-items:end}
.cart-price{font-weight:950;font-size:18px}
.cart-controls label{display:grid;gap:6px;font-weight:950;color:#444}
.cart-controls input{width:88px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;font-weight:850}
.remove-cart{border:0;background:transparent;color:#b3261e;font-weight:950;cursor:pointer}
.cart-summary{position:sticky;top:96px;display:grid;gap:12px}
.summary-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}
.summary-card p{margin:0 0 8px;color:var(--muted);font-weight:850}
.summary-card strong{font-size:30px;line-height:1}
.summary-actions{display:grid;gap:10px}
#cartNotice a{font-weight:950;color:#111;border-bottom:2px solid var(--gold)}
@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-row{grid-template-columns:96px 1fr}.cart-row>img{width:96px;height:96px}.cart-controls{grid-column:1/-1;grid-template-columns:1fr 1fr 1fr;align-items:end;justify-items:start}}
@media(max-width:560px){.cart-row{grid-template-columns:1fr}.cart-row>img{width:100%;height:auto;aspect-ratio:1/1}.cart-controls{grid-template-columns:1fr}.nav .btn.primary{display:none}}

/* Compact two-row category layout */
.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.category-card{border-radius:18px}
.category-image{height:132px;background:#fff}
.category-image img{object-fit:contain;padding:14px}
.category-body{padding:14px;text-align:center}
.category-body h3{font-size:18px;line-height:1.15;margin-bottom:6px}
.category-body p{font-size:13px;line-height:1.35}
.category-body p:first-of-type{display:none}
@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.category-grid{grid-template-columns:repeat(2,1fr)}.category-image{height:120px}.category-body h3{font-size:16px}}

/* Homepage hero after removing the data panel */
.hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center;min-height:440px}
.hero-copy{max-width:960px}
.hero-copy .lead{margin-left:auto;margin-right:auto}
.hero-actions{justify-content:center}
@media(max-width:700px){.hero-grid{min-height:auto;text-align:left;justify-items:start}.hero-copy .lead{margin-left:0;margin-right:0}.hero-actions{justify-content:flex-start}}

/* Brand image logo */
.brand-logo{object-fit:cover;padding:0;background:#050505}

/* SEO keyword and article sections */
.keyword-band{padding:34px 0;background:#fff}
.keyword-wrap{display:flex;align-items:flex-start;gap:22px;border:1px solid var(--line);border-radius:22px;padding:24px;background:#fafafa}
.keyword-wrap h2{font-size:24px;margin:0;white-space:nowrap;letter-spacing:-.03em}
.keyword-list{display:flex;flex-wrap:wrap;gap:10px}
.keyword-pill{display:inline-flex;align-items:center;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:9px 14px;font-size:14px;font-weight:850;color:#253044}
.seo-articles{background:var(--soft);padding:54px 0 68px}
.articles-wrap{max-width:1280px}
.articles-head{text-align:center;margin:0 auto 28px;max-width:900px}
.articles-head h2{margin:0 0 14px;font-size:clamp(36px,5vw,58px);line-height:1.02;letter-spacing:-.05em;text-transform:none}
.articles-head h2 span{color:#9ca3af;font-style:italic;text-transform:uppercase}
.articles-head p{color:var(--muted);line-height:1.65;margin:0}
.articles-grid{display:grid;gap:14px}
.article-link-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.article-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 8px 22px rgba(0,0,0,.035)}
.article-link-card{display:block;transition:.25s}
.article-link-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.08)}
.article-tag{display:inline-flex;align-items:center;margin-bottom:9px;color:var(--gold);font-size:10px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.article-card h3{font-size:17px;line-height:1.18;margin:0 0 10px;font-weight:950;letter-spacing:-.02em}
.article-card p{font-size:13px;line-height:1.55;color:#4b5563;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.read-more{display:inline-flex;margin-top:4px;font-size:13px;font-weight:900;color:#111}
@media(max-width:1100px){.article-link-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.keyword-wrap{display:block}.keyword-wrap h2{margin-bottom:14px;white-space:normal}.keyword-pill{font-size:12px}.article-link-grid{grid-template-columns:1fr}.seo-articles{padding:42px 0 54px}}
