.shop-landing{--sovereign:#D4AF37;--sovereign-dark:#B8963B;--obsidian:#020B13;--obsidian-light:#0a1520;--text-primary:rgba(255, 255, 255, 0.95);--text-secondary:rgba(255, 255, 255, 0.6);--text-muted:rgba(255, 255, 255, 0.4);--border-subtle:rgba(212, 175, 55, 0.2);--border-accent:rgba(212, 175, 55, 0.4);background:var(--obsidian);color:var(--text-primary)}.shop-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;padding:5rem 2rem 4rem;align-items:center}.shop-hero-content .hero-eyebrow{display:inline-block;font-family:'Playfair Display',serif;font-size:.95rem;font-style:italic;color:var(--sovereign);margin-bottom:1.5rem;letter-spacing:.02em}.shop-hero-content .hero-title{font-family:'Playfair Display',serif;font-size:clamp(2.5rem, 5vw, 3.8rem);font-weight:400;line-height:1.1;color:var(--text-primary);margin:0 0 1.5rem 0}.shop-hero-content .hero-description{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin:0 0 2.5rem 0;max-width:520px}.shop-category-nav{display:flex;gap:1rem}.category-nav-item{display:flex;flex-direction:column;align-items:center;padding:1.2rem 1.5rem;background:var(--obsidian-light);border:1px solid var(--border-subtle);border-radius:4px;text-decoration:none;transition:all 0.3s ease;flex:1}.category-nav-item:hover{border-color:var(--sovereign);background:rgb(212 175 55 / .05);transform:translateY(-2px)}.category-nav-item .nav-icon{font-size:1.5rem;margin-bottom:.5rem}.category-nav-item .nav-label{font-family:'Inter',sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary)}.category-nav-item .nav-count{font-family:'JetBrains Mono',monospace;font-size:.55rem;color:var(--text-muted);margin-top:.25rem}.hero-image-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.75rem;height:400px}.collage-img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid var(--border-subtle)}.collage-img-1{grid-row:1 / 3}.shop-promo-bar{background:linear-gradient(135deg,rgb(212 175 55 / .15) 0%,rgb(212 175 55 / .05) 100%);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.promo-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.promo-badge{font-family:'JetBrains Mono',monospace;font-size:.55rem;font-weight:700;letter-spacing:.2em;color:var(--obsidian);background:var(--sovereign);padding:.25rem .6rem}.promo-content p{font-family:'Playfair Display',serif;font-style:italic;font-size:.9rem;color:var(--text-secondary);margin:0}.promo-link{font-family:'JetBrains Mono',monospace;font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sovereign);text-decoration:none;transition:opacity 0.3s ease}.promo-link:hover{opacity:.8}.shop-section{max-width:1200px;margin:0 auto;padding:4rem 2rem;border-bottom:1px solid var(--border-subtle)}.section-header-shop{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.section-header-shop.centered{flex-direction:column;align-items:center;text-align:center}.section-title-wrap{display:flex;flex-direction:column;gap:.3rem}.section-icon{font-size:1.3rem;margin-bottom:.25rem}.section-title-wrap h2{font-family:'Playfair Display',serif;font-size:2rem;font-weight:400;color:var(--text-primary);margin:0}.section-title-wrap p{font-size:.9rem;color:var(--text-secondary);margin:0}.btn-view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-family:'JetBrains Mono',monospace;font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sovereign);text-decoration:none;border:1px solid var(--border-accent);transition:all 0.3s ease;white-space:nowrap}.btn-view-all:hover{background:var(--sovereign);color:var(--obsidian)}.shop-subcategories{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.subcategory-card{position:relative;display:flex;align-items:flex-end;height:200px;border-radius:4px;overflow:hidden;text-decoration:none;border:1px solid var(--border-subtle);transition:border-color 0.3s ease,transform 0.3s ease}.subcategory-card:hover{border-color:var(--sovereign);transform:translateY(-3px)}.subcategory-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.subcategory-card:hover img{transform:scale(1.08)}.subcategory-card span{position:relative;z-index:1;display:block;width:100%;padding:1rem;background:linear-gradient(transparent,rgb(2 11 19 / .9));font-family:'Inter',sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary)}.featured-items-grid{margin-top:2rem}.featured-heading{font-family:'JetBrains Mono',monospace;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--sovereign);margin:0 0 1.5rem 0}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.ward-price-tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.price-tier{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:var(--obsidian-light);border:1px solid var(--border-subtle);border-radius:4px;text-decoration:none;transition:all 0.3s ease}.price-tier:hover{border-color:var(--sovereign);transform:translateY(-4px);background:rgb(212 175 55 / .05)}.tier-label{font-family:'JetBrains Mono',monospace;font-size:.55rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--sovereign);margin-bottom:.5rem}.tier-price{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:400;color:var(--text-primary);margin-bottom:.5rem}.tier-desc{font-size:.8rem;color:var(--text-muted);line-height:1.5;font-style:italic}.tier-sale{border-color:rgb(255 75 75 / .3)}.tier-sale .tier-label{color:#ff4b4b}.tier-sale:hover{border-color:#ff4b4b}.shop-by-wife{border-bottom:none}.wife-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.wife-shop-card{position:relative;display:flex;flex-direction:column;background:var(--obsidian-light);border:1px solid var(--border-subtle);border-radius:4px;overflow:hidden;text-decoration:none;transition:all 0.3s ease}.wife-shop-card:hover{border-color:var(--sovereign);transform:translateY(-4px)}.wife-shop-card img{width:100%;height:250px;object-fit:cover;transition:transform 0.6s ease}.wife-shop-card:hover img{transform:scale(1.05)}.wife-shop-info{padding:1.25rem}.wife-shop-info h4{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:400;color:var(--text-primary);margin:0 0 .3rem 0}.wife-franchise{display:block;font-family:'JetBrains Mono',monospace;font-size:.55rem;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem}.shop-cta{font-family:'JetBrains Mono',monospace;font-size:.6rem;font-weight:600;letter-spacing:.1em;color:var(--sovereign)}.shop-newsletter-cta{padding:5rem 2rem;text-align:center;background:linear-gradient(135deg,rgb(212 175 55 / .08) 0%,transparent 50%,rgb(212 175 55 / .05) 100%);border-top:1px solid var(--border-subtle)}.newsletter-cta-content{max-width:550px;margin:0 auto}.newsletter-cta-content h2{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:400;color:var(--text-primary);margin:0 0 1rem 0}.newsletter-cta-content>p{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin:0 0 2rem 0}.newsletter-disclaimer{font-family:'Playfair Display',serif;font-style:italic;font-size:.8rem;color:var(--text-muted);margin-top:1rem!important}.shop-landing .inline-newsletter{display:flex;gap:0;max-width:450px;margin:0 auto}.shop-landing .inline-newsletter input[type="email"]{flex:1;padding:.9rem 1.2rem;background:var(--obsidian-light);border:1px solid var(--border-subtle);border-right:none;color:var(--text-primary);font-family:'Inter',sans-serif;font-size:.85rem;outline:none;transition:border-color 0.3s ease}.shop-landing .inline-newsletter input[type="email"]:focus{border-color:var(--sovereign)}.shop-landing .inline-newsletter button{padding:.9rem 1.5rem;background:var(--sovereign);color:var(--obsidian);border:1px solid var(--sovereign);font-family:'JetBrains Mono',monospace;font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease}.shop-landing .inline-newsletter button:hover{background:#fff0;color:var(--sovereign)}.shop-promo-card{padding:1.5rem;background:linear-gradient(135deg,rgb(212 175 55 / .1) 0%,rgb(212 175 55 / .03) 100%);border:1px solid var(--border-accent);border-radius:4px}.shop-promo-card .promo-label{font-family:'JetBrains Mono',monospace;font-size:.5rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--sovereign)}.shop-promo-card h5{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:400;color:var(--text-primary);margin:.5rem 0}.shop-promo-card p{font-size:.8rem;color:var(--text-secondary);margin:0 0 1rem 0}.shop-promo-card .promo-cta{font-family:'JetBrains Mono',monospace;font-size:.6rem;font-weight:600;letter-spacing:.1em;color:var(--sovereign);text-decoration:none}@media (max-width:1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}.ward-price-tiers{grid-template-columns:repeat(2,1fr)}.wife-shop-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shop-hero{grid-template-columns:1fr;padding:4rem 1.5rem 3rem;gap:2rem}.shop-category-nav{flex-direction:column}.hero-image-collage{height:250px}.shop-section{padding:3rem 1.5rem}.section-header-shop{flex-direction:column}.shop-subcategories{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:1fr}.ward-price-tiers{grid-template-columns:1fr 1fr}.wife-shop-grid{grid-template-columns:1fr}.promo-content{flex-direction:column;text-align:center}.shop-landing .inline-newsletter{flex-direction:column}.shop-landing .inline-newsletter input[type="email"]{border-right:1px solid var(--border-subtle);border-bottom:none}}.shop-hero-drama .shop-hero-inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.shop-hero-subnav{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:2rem}.shop-hero-nav-pill{padding:.5rem 1.1rem;border:1px solid rgb(212 175 55 / .35);border-radius:2rem;font-family:'JetBrains Mono',monospace;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(212 175 55 / .85);text-decoration:none;transition:background .2s,color .2s,border-color .2s}.shop-hero-nav-pill:hover{background:rgb(212 175 55 / .12);color:#D4AF37;border-color:#D4AF37}.wse-shop-section{padding:3rem 0;border-bottom:1px solid rgb(212 175 55 / .1)}.wse-shop-section:last-of-type{border-bottom:none}.wse-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.wse-section-header.centered{flex-direction:column;align-items:center;text-align:center}.wse-view-all{font-family:'JetBrains Mono',monospace;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--sovereign);text-decoration:none;white-space:nowrap;border-bottom:1px solid rgb(212 175 55 / .35);padding-bottom:.1rem}.wse-view-all:hover{color:#fff;border-color:rgb(255 255 255 / .4)}.wse-archetype-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.wse-archetype-card{display:flex;flex-direction:column;gap:.5rem;background:#0d1a27;border:1px solid rgb(212 175 55 / .15);border-radius:6px;padding:1.5rem 1.25rem;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s}.wse-archetype-card:hover{border-color:rgb(212 175 55 / .45);transform:translateY(-3px);box-shadow:0 10px 28px rgb(0 0 0 / .35)}.wse-archetype-card-icon{font-size:1.6rem;line-height:1;display:block;margin-bottom:.25rem}.wse-archetype-card-name{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:400;color:rgb(255 255 255 / .93);margin:0}.wse-archetype-card-desc{font-size:.82rem;color:rgb(255 255 255 / .55);font-style:italic;line-height:1.5;margin:0;flex:1}.wse-archetype-card-cta{font-family:'JetBrains Mono',monospace;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:#D4AF37;margin-top:auto}.wse-wear-subcats{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.wse-subcat-pill{padding:.4rem 1rem;border:1px solid rgb(212 175 55 / .25);border-radius:2rem;font-size:.78rem;color:rgb(255 255 255 / .65);text-decoration:none;transition:border-color .2s,color .2s}.wse-subcat-pill:hover{border-color:#D4AF37;color:#D4AF37}.wse-wife-shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.wse-wife-shop-card{position:relative;overflow:hidden;border-radius:6px;text-decoration:none;display:flex;flex-direction:column;background:#0d1a27;border:1px solid rgb(212 175 55 / .12);transition:border-color .25s,transform .25s}.wse-wife-shop-card:hover{border-color:rgb(212 175 55 / .4);transform:translateY(-3px)}.wse-wife-shop-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.wse-wife-shop-card-placeholder{width:100%;aspect-ratio:3/4;background:#111820}.wse-wife-shop-card-info{padding:1rem;display:flex;flex-direction:column;gap:.3rem}.wse-wife-shop-name{font-family:'Playfair Display',serif;font-size:1rem;color:rgb(255 255 255 / .92)}.wse-wife-shop-franchise{font-size:.75rem;color:rgb(255 255 255 / .45);font-family:'JetBrains Mono',monospace;text-transform:uppercase;letter-spacing:.05em}.wse-wife-shop-cta{font-size:.75rem;color:#D4AF37;margin-top:.35rem;font-family:'JetBrains Mono',monospace;letter-spacing:.04em}.wse-franchise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.wse-franchise-card{display:flex;flex-direction:column;gap:.35rem;background:#0d1a27;border:1px solid rgb(212 175 55 / .12);border-radius:6px;padding:1.25rem;text-decoration:none;transition:border-color .2s,transform .2s}.wse-franchise-card:hover{border-color:rgb(212 175 55 / .4);transform:translateY(-2px)}.wse-franchise-name{font-family:'Playfair Display',serif;font-size:1.05rem;color:rgb(255 255 255 / .9)}.wse-franchise-meta{font-family:'JetBrains Mono',monospace;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:rgb(255 255 255 / .4)}.wse-franchise-cta{font-family:'JetBrains Mono',monospace;font-size:.7rem;color:#D4AF37;margin-top:auto}.wse-shop-page-footer{border-top:1px solid rgb(212 175 55 / .1);padding-top:2rem;margin-top:3rem}.wse-section-empty{padding:2.5rem;text-align:center;color:rgb(255 255 255 / .5);font-style:italic;background:rgb(212 175 55 / .03);border:1px solid rgb(212 175 55 / .1);border-radius:4px}@media (max-width:1100px){.wse-archetype-card-grid{grid-template-columns:repeat(3,1fr)}.wse-wife-shop-grid{grid-template-columns:repeat(3,1fr)}.wse-franchise-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.wse-archetype-card-grid{grid-template-columns:repeat(2,1fr)}.wse-wife-shop-grid{grid-template-columns:repeat(2,1fr)}.wse-franchise-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.wse-archetype-card-grid,.wse-wife-shop-grid,.wse-franchise-grid{grid-template-columns:1fr}.shop-hero-subnav{flex-direction:column;align-items:center}}