@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root{
  --red:#cf3829;
  --red-bright:#ea4b3b;
  --black:#050505;
  --ink:#09090b;
  --panel:#0d0d10;
  --panel-2:#121216;
  --line:rgba(255,255,255,.09);
  --line-strong:rgba(255,255,255,.15);
  --muted:#9a9aa3;
  --muted-2:#71717a;
  --white:#f7f7f5;
  --radius:18px;
  --shadow:0 24px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000}
body{margin:0;background:#000;color:var(--white);font-family:'Space Grotesk',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.55;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1240px,calc(100% - 48px));margin:auto}
#site-chrome{position:sticky;top:0;z-index:100}
.announcement{height:38px;background:linear-gradient(90deg,#ad2e23,#d53e2e,#ad2e23);display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:center;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;box-shadow:0 1px 0 rgba(255,255,255,.08) inset} .announcement a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 16px;color:#fff;font-size:12.5px;font-weight:800;letter-spacing:.08em;text-decoration:none;animation:announcementTextFlash 2.2s ease-in-out infinite}
.announcement.switching{opacity:1}
@keyframes announcementTextFlash{0%,100%{opacity:1;text-shadow:0 0 8px rgba(255,255,255,.5)}50%{opacity:.70;text-shadow:none}}
@media (prefers-reduced-motion:reduce){.announcement a{animation:none}}
.site-header{background:rgba(2,2,3,.92);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(255,255,255,.07)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.logo{display:flex;align-items:center;flex:none}
.logo img{width:150px;height:38px;object-fit:contain}
.nav{display:flex;gap:27px;align-items:center}
.nav a{font-size:12px;font-weight:600;color:#c5c5ca;letter-spacing:.01em;position:relative;padding:26px 0 24px;transition:color .18s ease}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:1px;background:var(--red-bright);transition:right .2s ease}
.nav a:hover,.nav a.active{color:#fff}
.nav a:hover:after,.nav a.active:after{right:0}
.actions{display:flex;align-items:center;gap:8px}
.icon-btn{border:1px solid rgba(255,255,255,.08);background:#0d0d11;color:#fff;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;position:relative;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.icon-btn:hover{background:#17171c;border-color:rgba(255,255,255,.18);transform:translateY(-1px)}
.icon-btn svg{width:16px;height:16px;stroke-width:1.8}
.badge{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:var(--red);font-size:9px;font-weight:700;display:grid;place-items:center;border:2px solid #050505}
.mobile-menu{display:none}

.hero{min-height:535px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06);display:grid;place-items:center;padding:56px 0;background:#030303}
.hero:before{content:"";position:absolute;inset:-24%;background:radial-gradient(circle at 50% 48%,rgba(207,56,41,.20),transparent 34%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,40px 40px,40px 40px;animation:gridmove 18s linear infinite}
.hero:after{content:"";position:absolute;width:640px;height:300px;background:rgba(207,56,41,.18);filter:blur(120px);border-radius:50%;animation:pulse 6s ease-in-out infinite}
.hero-content{position:relative;z-index:2;max-width:880px;text-align:center}
#heroCopy{transition:opacity .24s ease,transform .24s ease}
#heroCopy.switching{opacity:0;transform:translateY(8px)}
.hero h1{font-size:clamp(38px,5.2vw,68px);font-weight:700;line-height:1.01;margin:0 0 20px;letter-spacing:-.055em;text-wrap:balance}
.gradient-text{display:inline;background:linear-gradient(90deg,#ee5041 0%,#ff8d84 42%,#f5f5f3 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{max-width:650px;margin:0 auto 27px;color:#b7b7bf;font-size:15px;line-height:1.75;font-weight:400}
.hero-actions{display:flex;justify-content:center;gap:11px;flex-wrap:wrap}
.btn{border:1px solid rgba(255,255,255,.13);border-radius:11px;padding:12px 19px;background:#0e0e12;color:#fff;font-weight:650;text-transform:uppercase;letter-spacing:.085em;font-size:10px;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}
.btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.28);background:#16161b}
.btn-primary{background:var(--red);border-color:var(--red);box-shadow:0 10px 30px rgba(207,56,41,.22)}
.btn-primary:hover{background:var(--red-bright);border-color:var(--red-bright);box-shadow:0 14px 36px rgba(207,56,41,.32)}
.hero-dots{display:flex;justify-content:center;gap:7px;margin-top:31px}
.hero-dot{width:6px;height:6px;border:0;border-radius:50%;background:#4a4a52;padding:0;transition:width .18s ease,background .18s ease}
.hero-dot.active{width:22px;border-radius:10px;background:var(--red-bright)}

.section{padding:72px 0}
.section-dark{background:#070709}
.eyebrow{color:#e94a3b;text-transform:uppercase;font-weight:700;letter-spacing:.19em;font-size:10px}
.section h2,.shop-title,.page-content h1{font-size:clamp(29px,3.3vw,45px);font-weight:650;letter-spacing:-.045em;line-height:1.06;margin:9px 0 14px;text-wrap:balance}
.lead{color:#9c9ca5;max-width:720px;font-size:14px;line-height:1.75}
.perks{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#070709}
.perk{padding:22px;text-align:center;border-right:1px solid var(--line)}
.perk:last-child{border:0}
.perk b{display:block;font-size:11px;font-weight:650;letter-spacing:.04em;margin-bottom:4px}
.perk span{font-size:10px;color:#777781}
.colors{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}
.color-card{padding:25px;border-radius:17px;border:1px solid var(--line);background:linear-gradient(145deg,#111114,#09090b);min-height:160px;position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease}
.color-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.16)}
.color-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-38px;top:-40px;filter:blur(38px);opacity:.38}
.color-card.red:before{background:#e53e3e}.color-card.black:before{background:#777}.color-card.white:before{background:#fff}
.color-card h3{font-size:19px;font-weight:650;letter-spacing:-.02em;margin:17px 0 6px}
.color-card p{color:#96969f;font-size:12px;line-height:1.65;max-width:90%}
.dot-color{width:13px;height:13px;border-radius:50%;border:1px solid #666;display:block}

.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}
.product-card{background:#0a0a0d;border:1px solid rgba(255,255,255,.08);border-radius:15px;overflow:hidden;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;position:relative}
.product-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.16);box-shadow:0 24px 60px rgba(0,0,0,.42)}
.product-image{aspect-ratio:1/1;background:#0d0d12;overflow:hidden;display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-info{padding:14px 14px 15px}
.product-name{display:block;font-weight:600;font-size:12px;line-height:1.45;min-height:35px;color:#f3f3f2}
.product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:9px}
.price{font-weight:650;font-size:13px}.old-price{color:#666670;text-decoration:line-through;font-size:10px;margin-left:5px}
.pill{position:absolute;top:10px;left:10px;background:rgba(207,56,41,.95);font-size:8px;font-weight:700;letter-spacing:.07em;padding:5px 7px;border-radius:999px;z-index:2;box-shadow:0 4px 18px rgba(0,0,0,.18)}

.shop-head{padding:46px 0 23px;background:linear-gradient(180deg,#050506 0%,#000 100%);border-bottom:1px solid rgba(255,255,255,.045)}
.shop-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.shop-title{margin:8px 0 8px}
.shop-kicker{color:#8c8c96;font-size:12px;max-width:590px;line-height:1.7}
.shop-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:25px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}
.search-box{width:min(390px,100%);background:#0b0b0e;border:1px solid rgba(255,255,255,.10);border-radius:10px;padding:11px 13px;color:#fff;font-size:12px;outline:none;transition:border-color .18s ease,background .18s ease}
.search-box:focus{border-color:rgba(255,255,255,.24);background:#101014}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filter{border:1px solid rgba(255,255,255,.10);background:#0a0a0d;color:#aaaab2;border-radius:999px;padding:8px 13px;font-size:10px;font-weight:600;transition:.18s ease}
.filter:hover{color:#fff;border-color:rgba(255,255,255,.22)}
.filter.active{background:#f1f1ef;color:#090909;border-color:#f1f1ef}
.collection-count{color:#606069;font-size:10px;letter-spacing:.04em;margin-top:12px}

.product-page{display:grid;grid-template-columns:1.06fr .94fr;gap:52px;padding:50px 0 72px}
.gallery-main{background:#f3f2ef;border-radius:16px;overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}
.gallery-main img{width:100%;height:100%;object-fit:contain}
.thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto}.thumb{width:72px;height:72px;background:#eee;border:1px solid transparent;border-radius:9px;overflow:hidden;flex:none}.thumb.active{border-color:var(--red)}.thumb img{width:100%;height:100%;object-fit:contain}
.product-title{font-size:clamp(28px,3vw,40px);font-weight:650;letter-spacing:-.04em;line-height:1.08;margin:8px 0 12px}.product-price{font-size:22px;font-weight:650;margin-bottom:18px}.option-title{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#85858e;margin:21px 0 10px}.options{display:flex;flex-wrap:wrap;gap:7px}.option{border:1px solid rgba(255,255,255,.12);background:#0d0d10;color:#fff;padding:9px 13px;border-radius:9px;font-size:11px}.option.active{border-color:var(--red);background:rgba(207,56,41,.12)}
.qty{display:flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:9px;overflow:hidden;width:max-content}.qty button,.qty span{width:40px;height:40px;border:0;background:#0f0f13;color:#fff;display:grid;place-items:center}.qty span{background:#08080a}
.cart-row{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.cart-row img{width:92px;height:92px;object-fit:contain;background:#f2f2ef;border-radius:11px}.panel{background:#0b0b0e;border:1px solid var(--line);border-radius:16px;padding:21px}.summary-line{display:flex;justify-content:space-between;margin:9px 0;color:#c3c3ca}.summary-line.total{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:18px;font-weight:650;color:#fff}.two-col{display:grid;grid-template-columns:1fr 380px;gap:32px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-size:11px;color:#b7b7c0}.input{background:#0b0b0e;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:9px;padding:11px 12px;outline:none}.input:focus{border-color:rgba(255,255,255,.28)}
.page-content{padding:72px 0 90px}.prose{max-width:920px;color:#c9c9d0;font-size:15px;line-height:1.9}.prose h2{color:#fff;margin-top:36px;font-size:22px;font-weight:800;letter-spacing:-.02em}.notice{border:1px solid rgba(207,56,41,.35);background:rgba(207,56,41,.08);padding:14px;border-radius:11px;color:#ffd9d4}.empty{text-align:center;padding:70px 20px;color:#8c8c95}
.footer{border-top:1px solid var(--line);background:#050506;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.footer h4{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:650}.footer a{display:block;color:#92929b;font-size:11px;margin:9px 0;transition:color .18s ease}.footer a:hover{color:#fff}.footer-logo{width:155px;margin-bottom:14px}.copyright{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;font-size:9px;letter-spacing:.07em;color:#5f5f68}
.mobile-drawer{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.72);display:none;backdrop-filter:blur(6px)}.mobile-drawer.open{display:block}.mobile-panel{width:min(330px,86vw);height:100%;background:#09090b;border-right:1px solid rgba(255,255,255,.10);padding:22px}.mobile-panel a{display:block;padding:14px 8px;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}.toast{position:fixed;right:18px;bottom:18px;background:#151519;border:1px solid #35353b;border-left:3px solid var(--red);padding:11px 15px;border-radius:9px;z-index:130;box-shadow:var(--shadow);transform:translateY(120px);opacity:0;transition:.25s;font-size:12px}.toast.show{transform:none;opacity:1}.studio-shell{min-height:700px;background:#08080b;border:1px solid var(--line);border-radius:16px;padding:20px}.status-good{color:#69db7c}.status-bad{color:#ff6b6b}

@keyframes pulse{50%{transform:scale(1.08);opacity:.62}}@keyframes gridmove{to{background-position:0 0,40px 40px,40px 40px}}
@media(max-width:980px){.nav{display:none}.mobile-menu{display:grid}.products-grid{grid-template-columns:repeat(3,1fr)}.product-page{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:500px}.hero p{font-size:14px}.shop-controls{align-items:flex-start;flex-direction:column}.search-box{width:100%}}
@media(max-width:700px){.container{width:min(100% - 26px,1240px)}.logo img{width:134px}.header-inner{height:63px}.announcement{font-size:9px;height:29px;padding:0 10px}.actions .search-hide{display:none}.icon-btn{width:36px;height:36px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-info{padding:11px}.product-name{font-size:11px;min-height:33px}.perks{grid-template-columns:1fr}.perk{border-right:0;border-bottom:1px solid var(--line);padding:18px}.colors{grid-template-columns:1fr}.hero{min-height:455px;padding:42px 0}.hero h1{font-size:clamp(34px,10vw,48px);line-height:1.02}.hero p{font-size:13px;line-height:1.65}.btn{width:100%}.hero-actions{width:100%;padding:0 16px}.section{padding:54px 0}.shop-head{padding:35px 0 18px}.shop-heading-row{display:block}.shop-controls{margin-top:20px;padding-top:16px}.filters{gap:6px}.filter{padding:7px 11px}.product-page{padding-top:25px;gap:26px}.product-title{font-size:30px}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.cart-row{grid-template-columns:72px 1fr}.cart-row img{width:72px;height:72px}.cart-row>div:last-child{grid-column:2}.footer-grid{grid-template-columns:1fr}.footer-logo{width:145px}}

/* ===== YH8ME PREMIUM HOMEPAGE V3 ===== */
body.home-premium{position:relative;background-color:#050505!important;background:#050505!important;color:#f5f4f0}
.home-premium .site-header{background:rgba(4,4,4,.94)}
.home-premium .header-inner{height:80px}
.home-premium .nav a{font-size:11px;font-weight:500;letter-spacing:.045em;color:#a8a8ad;padding:30px 0 27px}
.home-premium .nav a:hover,.home-premium .nav a.active{color:#fff}
.home-premium .logo img{width:142px;height:36px}
.home-premium .announcement{height:30px;font-size:9px;letter-spacing:.20em;font-weight:700}

.premium-hero{min-height:600px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:transparent}
.premium-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,#000,transparent 82%);opacity:.3;pointer-events:none}
.premium-hero-glow{position:absolute;width:760px;height:760px;border-radius:50%;right:-180px;top:-260px;background:radial-gradient(circle,rgba(199,48,35,.18),rgba(199,48,35,.05) 40%,transparent 68%);filter:blur(18px);pointer-events:none}
.premium-hero[data-theme="black"] .premium-hero-glow{background:radial-gradient(circle,rgba(255,255,255,.08),rgba(255,255,255,.018) 42%,transparent 68%)}
.premium-hero[data-theme="white"] .premium-hero-glow{background:radial-gradient(circle,rgba(255,255,255,.16),rgba(255,255,255,.03) 44%,transparent 70%)}
.premium-hero-grid{min-height:auto;display:block;width:100%;position:relative;z-index:2;padding:0}
.hero-showcase-frame{display:block;position:relative;width:100%;height:clamp(520px,68vh,640px);aspect-ratio:16/9;border-radius:26px;overflow:hidden;background:#09090c;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 60px rgba(0,0,0,.7);margin:0 auto;transition:transform .25s ease,box-shadow .25s ease}
.hero-showcase-frame:hover{transform:translateY(-2px);box-shadow:0 30px 75px rgba(207,56,41,.25);border-color:rgba(207,56,41,.4)}
.hero-showcase-frame img,.hero-showcase-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:85% center!important;display:block;transition:opacity .22s ease}
.hero-showcase-gradient{position:absolute;inset:0;background:linear-gradient(to right,rgba(5,5,5,.92) 0%,rgba(5,5,5,.75) 38%,rgba(5,5,5,.12) 62%,transparent 85%),linear-gradient(to top,rgba(5,5,5,.85) 0%,transparent 40%);pointer-events:none;z-index:2}
.hero-showcase-badge{position:absolute;top:20px;left:20px;z-index:5;background:rgba(5,5,5,.88);backdrop-filter:blur(8px);padding:6px 14px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.12em;color:var(--red-bright);border:1px solid rgba(255,255,255,.14);text-decoration:none}
.hero-showcase-overlay{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;justify-content:flex-end;padding:50px 48px;pointer-events:none}
.hero-overlay-inner{pointer-events:auto;max-width:520px;display:flex;flex-direction:column;text-align:left}
.premium-hero-progress{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.premium-progress-dot{width:32px;height:4px;border:0;background:rgba(255,255,255,.2);padding:0;position:relative;overflow:hidden;border-radius:2px;cursor:pointer}
.premium-progress-dot span{position:absolute;inset:0 auto 0 0;width:0;background:#d94234;transition:width .2s ease}
.premium-progress-dot.active span{width:100%}
.street-hero-title{font-size:clamp(36px,4.5vw,56px);font-weight:800;line-height:1.02;text-transform:uppercase;letter-spacing:.02em;margin:0 0 12px;text-align:left}
.street-primary{color:#f5f4f0;text-shadow:0 2px 10px rgba(0,0,0,.8)}
.street-accent{font-style:italic;color:#ea4b3b;text-shadow:0 2px 10px rgba(0,0,0,.8)}
.hero-overlay-inner p{font-size:14px;line-height:1.6;color:#cfcfd6;margin:0 0 22px;max-width:480px;text-shadow:0 1px 4px rgba(0,0,0,.8)}
.premium-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}
.premium-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#f1f0ec;color:#080808;border:1px solid #f1f0ec;padding:14px 24px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;transition:.22s ease;border-radius:999px;text-decoration:none}
.premium-button:hover{background:#d63d2f;border-color:#d63d2f;color:#fff;transform:translateY(-2px)}
.premium-secondary{display:inline-flex;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(255,255,255,.35);padding:14px 22px;border-radius:999px;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;background:rgba(10,10,10,.65);backdrop-filter:blur(6px);text-decoration:none;transition:.18s ease}
.premium-secondary:hover{border-color:#fff;color:#fff}

.brand-proof{background:rgba(9,9,9,.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.07)}
.brand-proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.brand-proof-grid>div{padding:28px 32px;border-right:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:start}
.brand-proof-grid>div:first-child{padding-left:0}.brand-proof-grid>div:last-child{border:0;padding-right:0}
.proof-number{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;color:#d44133;font-size:16px;padding-top:1px;grid-row:1/3}
.brand-proof strong{font-size:11px;font-weight:600;letter-spacing:.02em;color:#e8e7e3}
.brand-proof small{font-size:10px;color:#73737b;line-height:1.55;margin-top:5px}

/* 100% Full-Bleed Continuous YH8ME Brand Ribbon Divider (Option 1B Heavyweight 115px) */
.yh8me-section-divider{width:100%!important;height:115px!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#000000!important;background-image:url('/images/branding/yh8me-divider-slice.png')!important;background-repeat:repeat-x!important;background-position:left center!important;background-size:auto 100%!important;margin:44px 0!important;padding:0!important;overflow:hidden!important;position:relative!important;box-sizing:border-box!important}
.yh8me-section-divider .divider-ribbon{height:100%!important;width:auto!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;margin:0 auto!important;pointer-events:none!important;user-select:none!important;filter:none!important}
@media (max-width:768px){
  .yh8me-section-divider{height:58px!important;margin:28px 0!important;padding:0!important}
  .yh8me-section-divider .divider-ribbon{max-width:100%!important}
}

.editorial-section{padding:100px 0;background:rgba(5,5,5,.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.section-topline{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:44px}
.section-topline h2,.color-intro h2,.manifesto-content h2,.closing-grid h2{font-size:clamp(34px,4.2vw,58px);font-weight:800;letter-spacing:-.05em;line-height:1.02;margin:14px 0 0;color:#f2f1ed;text-transform:uppercase}
.section-topline.compact{margin-bottom:30px}
.text-link{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#9a9aa1;border-bottom:1px solid #3a3a3f;padding-bottom:7px;transition:.18s ease}.text-link:hover{color:#fff;border-color:#fff}
.signature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.signature-card{min-width:0}
.signature-image{display:block;position:relative;aspect-ratio:.87/1;background:#ecebe7;overflow:hidden}
.signature-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .48s cubic-bezier(.2,.6,.2,1)}
.signature-card:hover .signature-image img{transform:scale(1.028)}
.signature-index{position:absolute;top:12px;left:12px;color:#141414;font-family:Georgia,serif;font-size:11px;font-style:italic;z-index:2}
.signature-copy{padding:13px 2px 0}
.signature-copy>a{font-size:10px;font-weight:550;color:#e1e0dc;line-height:1.45;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.signature-copy>div{display:flex;justify-content:space-between;gap:10px;margin-top:6px;font-size:9px;color:#65656d;text-transform:uppercase;letter-spacing:.08em}
.signature-copy strong{color:#bdbdc2;font-weight:600}

.manifesto-banner{min-height:610px;position:relative;display:flex;align-items:center;overflow:hidden;background:#0a0a0a}
.manifesto-image{position:absolute;inset:0;background-image:url('/images/banners/banner-choose-love.png');background-size:cover;background-position:center 36%;filter:saturate(.84) contrast(1.04)}
.manifesto-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.80) 35%,rgba(0,0,0,.35) 67%,rgba(0,0,0,.16) 100%)}
.manifesto-content{position:relative;z-index:2;padding-top:80px;padding-bottom:80px}
.manifesto-content h2{max-width:680px;font-size:clamp(44px,5.5vw,76px)}
.manifesto-content p{max-width:620px;color:#d1d0cc;font-size:13px;line-height:1.86;margin:24px 0 28px}

.category-edit{background:rgba(9,9,9,.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.category-editorial-grid{border-top:1px solid rgba(255,255,255,.11)}
.category-editorial-card{display:grid;grid-template-columns:80px 1fr 40px;align-items:center;min-height:100px;border-bottom:1px solid rgba(255,255,255,.09);transition:background .2s ease,padding .2s ease}
.category-editorial-card:hover{background:#0f0f10;padding:0 18px}
.category-editorial-card>span{font-family:Georgia,serif;font-style:italic;color:#d64133;font-size:12px}
.category-editorial-card strong{display:block;font-size:20px;font-weight:500;letter-spacing:-.02em;margin-bottom:5px}
.category-editorial-card small{font-size:10px;color:#6f6f77;letter-spacing:.04em}
.category-editorial-card>b{font-size:17px;font-weight:400;text-align:right;color:#85858d}

.color-philosophy{padding:100px 0;background:rgba(5,5,5,.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.06)}
.color-philosophy-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}
.color-intro p{color:#85858d;font-size:12px;line-height:1.75;max-width:400px;margin-top:20px}
.color-lines{border-top:1px solid rgba(255,255,255,.11)}
.color-lines article{display:grid;grid-template-columns:28px 110px 1fr;align-items:center;gap:16px;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.color-lines strong{font-size:10px;letter-spacing:.12em;font-weight:800}
.color-lines p{font-size:11px;color:#a2a2aa;line-height:1.7;margin:0}
.color-swatch{width:10px;height:10px;border-radius:50%;display:block;border:1px solid rgba(255,255,255,.25)}
.color-swatch.red{background:#d64032}.color-swatch.black{background:#080808}.color-swatch.white{background:#f1f0ec}

.closing-statement{padding:92px 0;background:#d23b2e;color:#fff}
.closing-grid{display:grid;grid-template-columns:140px 1fr auto;align-items:end;gap:30px}
.closing-grid>span{font-size:9px;letter-spacing:.18em;opacity:.75;align-self:start;padding-top:12px}
.closing-grid h2{margin:0;color:#fff;font-size:clamp(44px,5.6vw,78px)}
.closing-grid h2 em{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-style:italic;text-transform:none}
.closing-grid .premium-button{background:#090909;color:#fff;border-color:#090909}

@media(max-width:980px){
  .premium-hero-grid{grid-template-columns:1fr .95fr;gap:22px}.premium-hero{min-height:620px}.premium-hero-grid{min-height:620px}.premium-hero-visual{height:540px}.premium-hero h1{font-size:clamp(44px,6vw,64px)}
  .brand-proof-grid{grid-template-columns:1fr}.brand-proof-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.07);padding:20px 0}.signature-grid{grid-template-columns:repeat(2,1fr)}.color-philosophy-grid{grid-template-columns:1fr;gap:45px}.closing-grid{grid-template-columns:1fr}.closing-grid>span{display:none}
}
@media(max-width:700px){
  .home-premium .header-inner{height:66px}.premium-hero{min-height:auto}.premium-hero-grid{display:block;min-height:0}.premium-hero-copy{padding:56px 0 35px}.premium-hero h1{font-size:clamp(42px,13vw,60px)}.premium-hero-copy-inner>p{font-size:12px}.premium-hero-visual{height:430px;margin:0 -4px 24px}.editorial-frame-main{width:76%;height:78%;right:0}.editorial-frame-float{width:42%;height:38%;left:0}.hero-wordmark{font-size:68px}.premium-hero-progress{margin-top:35px}.brand-proof{display:none}.editorial-section,.color-philosophy{padding:68px 0}.section-topline{align-items:start;flex-direction:column}.section-topline h2,.color-intro h2,.manifesto-content h2,.closing-grid h2{font-size:clamp(36px,11vw,52px)}.signature-grid{grid-template-columns:repeat(2,1fr);gap:10px}.manifesto-banner{min-height:560px}.manifesto-overlay{background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.66))}.category-editorial-card{grid-template-columns:42px 1fr 24px;min-height:92px}.category-editorial-card small{display:block;padding-right:10px}.color-lines article{grid-template-columns:24px 75px 1fr;gap:10px}.closing-statement{padding:70px 0}.premium-button{min-width:160px}.premium-actions{gap:14px}
}


/* ===== YH8ME V5 STREET / PREMIUM TYPE SYSTEM ===== */
h1,h2,h3,.shop-title,.product-title,.page-content h1,.page-content h2,.category-editorial-card strong,.admin-dashboard h1,.admin-dashboard h2,.admin-login-card h1{font-family:'Barlow Condensed',sans-serif}
.eyebrow,.premium-kicker,.hero-eyebrow,.frame-label,.proof-number,.collection-count,.pill,.admin-micro,.admin-live,.filters,.announcement{font-family:'Space Mono',monospace}
.nav a,.product-name,.product-meta,.btn,.premium-button,.premium-secondary{font-family:'Space Grotesk',sans-serif}

/* Header stays refined, not bulky */
.nav a{font-weight:600;letter-spacing:.01em}
.logo img{width:154px;height:40px}
.announcement{font-size:9px;font-weight:700;letter-spacing:.13em}

/* Hero: condensed streetwear display, controlled scale */
.premium-hero h1{font-family:'Barlow Condensed',sans-serif;font-size:clamp(52px,6.3vw,88px);font-weight:800;letter-spacing:-.035em;line-height:.84;max-width:10ch;text-transform:uppercase}
.premium-hero h1 em{font-family:'Barlow Condensed',sans-serif;font-weight:900;font-style:italic;color:#e34738;letter-spacing:-.02em;text-transform:uppercase;display:inline-block;transform:skewX(-3deg);text-shadow:0 10px 40px rgba(207,56,41,.12)}
.hero-eyebrow{letter-spacing:.14em;font-size:9px;font-weight:700}
.premium-hero-copy-inner>p{font-family:'Space Grotesk',sans-serif;font-size:14px;color:#b5b5bd}
.premium-hero:after{content:"";position:absolute;right:-7%;top:0;width:42%;height:100%;background:repeating-linear-gradient(116deg,transparent 0 34px,rgba(255,255,255,.014) 35px 36px,transparent 37px 74px);opacity:.9;pointer-events:none;z-index:1}
.editorial-frame{background:linear-gradient(145deg,#18181b,#08080a);box-shadow:0 40px 100px rgba(0,0,0,.48);border:1px solid rgba(255,255,255,.08)}
.editorial-frame img{object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 26px 38px rgba(0,0,0,.32));padding:28px}
.editorial-frame-float{background:#f1f0ed;border:8px solid #070707}
.editorial-frame-float img{padding:18px;filter:none}
.frame-label{color:#c9c9ce;background:rgba(0,0,0,.36);padding:5px 7px;top:12px;left:12px}
.editorial-frame-float .frame-label{color:#111;background:rgba(255,255,255,.7)}
.hero-wordmark{font-family:'Barlow Condensed',sans-serif;font-style:italic;font-weight:900;letter-spacing:-.025em}

/* Street-edged buttons */
.premium-button,.btn{border-radius:2px}
.premium-button{font-weight:700;letter-spacing:.09em;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px))}
.premium-secondary{font-family:'Space Mono',monospace;font-size:9px;font-weight:700}

/* Site headings */
.section-topline h2,.color-intro h2,.manifesto-content h2,.closing-grid h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(42px,5vw,70px);font-weight:800;letter-spacing:-.03em;line-height:.9;text-transform:uppercase}
.shop-title,.page-content h1{font-family:'Barlow Condensed',sans-serif;font-weight:800;letter-spacing:-.025em;line-height:.92;text-transform:uppercase}
.page-content h1{font-size:clamp(48px,6vw,78px);max-width:17ch}
.prose{font-family:'Space Grotesk',sans-serif;max-width:920px;font-size:15px;line-height:1.9}
.prose h2{font-family:'Barlow Condensed',sans-serif;font-size:30px;font-weight:800;letter-spacing:.01em;text-transform:uppercase}
.category-editorial-card strong{font-size:27px;font-weight:700;text-transform:uppercase;letter-spacing:.01em}
.signature-copy>a{font-family:'Space Grotesk',sans-serif;font-weight:600}
.signature-index{font-family:'Space Mono',monospace;font-style:normal;font-weight:700}
.color-lines strong{font-family:'Barlow Condensed',sans-serif;font-size:18px;font-weight:700;letter-spacing:.03em}
.closing-grid h2 em{font-family:'Barlow Condensed',sans-serif;font-style:italic;font-weight:900;text-transform:uppercase}

/* Search secret admin access */
.global-search-result{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.global-search-result img{width:48px;height:48px;object-fit:contain;background:#f1f0ed;border-radius:6px}
.global-search-result>span{font-size:12px;font-weight:600}.global-search-result small{display:block;color:#777780;font-weight:500;margin-top:2px}
.admin-secret-card{margin-top:8px;padding:20px;border:1px solid rgba(207,56,41,.72);background:linear-gradient(145deg,#111114,#080809);box-shadow:0 0 34px rgba(207,56,41,.13)}
.admin-secret-top{display:flex;justify-content:space-between;align-items:center;color:#e54738;font:700 9px/1 'Space Mono',monospace;letter-spacing:.12em}
.admin-secret-top b{background:#cf3829;color:#fff;padding:5px 7px;font-size:8px}.admin-secret-card h3{font:800 28px/.95 'Barlow Condensed',sans-serif;margin:20px 0 8px;text-transform:uppercase}.admin-secret-card p{color:#9d9da5;font-size:12px}.admin-secret-btn{margin-top:10px;width:100%;border:0;background:#cf3829;color:#fff;padding:13px 16px;font:700 10px/1 'Space Mono',monospace;letter-spacing:.08em;text-align:center}.admin-secret-btn span{margin-left:8px}

/* Admin portal */
.admin-body{min-height:100vh;background:#030303}
.admin-gate-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 46%,rgba(207,56,41,.13),transparent 30%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,38px 38px,38px 38px}
.admin-login-card{width:min(470px,calc(100% - 34px));padding:38px;background:#08080a;border:1px solid rgba(255,255,255,.10);box-shadow:0 35px 100px rgba(0,0,0,.62)}
.admin-login-logo{width:170px;margin:0 0 28px}.admin-micro{display:block;font:700 9px/1.4 'Space Mono',monospace;color:#d34436;letter-spacing:.14em}.admin-login-card h1{font-size:50px;line-height:.9;margin:12px 0 14px;font-weight:800;letter-spacing:.01em}.admin-login-card>p{font-size:12px;color:#8f8f98;line-height:1.7}.admin-login-form{margin-top:26px}.admin-login-form label{display:block;font:700 9px/1 'Space Mono',monospace;text-transform:uppercase;letter-spacing:.1em;color:#9a9aa3;margin-bottom:8px}.admin-login-form input{width:100%;background:#0e0e12;border:1px solid rgba(255,255,255,.11);color:#fff;padding:13px 14px;outline:none}.admin-login-form input:focus{border-color:#cf3829}.admin-login-form button{width:100%;margin-top:12px;background:#cf3829;color:#fff;border:0;padding:14px;font:700 10px/1 'Space Mono',monospace;letter-spacing:.07em}.admin-login-error{color:#ff7a6d;font-size:11px;margin-top:9px}.admin-back{display:inline-block;margin-top:24px;font:700 9px/1 'Space Mono',monospace;letter-spacing:.08em;color:#787881;text-transform:uppercase}
.admin-dashboard{width:100%;min-height:100vh;display:grid;grid-template-columns:250px 1fr}.admin-sidebar{background:#070709;border-right:1px solid rgba(255,255,255,.08);padding:28px 22px;display:flex;flex-direction:column;justify-content:space-between}.admin-side-logo{width:145px;margin-bottom:20px}.admin-sidebar nav{display:grid;gap:5px;margin-top:34px}.admin-sidebar nav a{font:700 10px/1 'Space Mono',monospace;letter-spacing:.07em;text-transform:uppercase;color:#92929b;padding:13px 12px;border-left:2px solid transparent}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:#101014;color:#fff;border-left-color:#cf3829}.admin-logout{background:transparent;border:1px solid rgba(255,255,255,.10);color:#8c8c94;padding:11px;font:700 9px/1 'Space Mono',monospace;text-transform:uppercase}.admin-main{padding:46px 50px}.admin-main-head{display:flex;justify-content:space-between;align-items:end;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-main-head h1{font-size:56px;line-height:.88;margin:10px 0 0}.admin-live{display:flex;align-items:center;gap:7px;color:#7fd5a1;font-size:9px}.admin-live i{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 12px rgba(74,222,128,.6)}.admin-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.admin-metric-grid article,.admin-panel{background:#09090c;border:1px solid rgba(255,255,255,.08);padding:22px}.admin-metric-grid span{font:700 8px/1 'Space Mono',monospace;color:#72727b;letter-spacing:.12em}.admin-metric-grid strong{display:block;font:800 34px/.9 'Barlow Condensed',sans-serif;margin:16px 0 8px}.admin-metric-grid strong.ok{color:#62d98b}.admin-metric-grid strong.warn{color:#e5a04d}.admin-metric-grid small{color:#62626b;font-size:10px}.admin-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.admin-panel h2{font-size:34px;margin:10px 0 8px}.admin-panel p{color:#8f8f98;font-size:12px;line-height:1.7;max-width:520px}.admin-action{display:inline-flex;margin-top:18px;background:#cf3829;color:#fff;padding:12px 14px;font:700 9px/1 'Space Mono',monospace;letter-spacing:.07em}.admin-action.secondary{background:#16161b;border:1px solid rgba(255,255,255,.10)}

@media(max-width:700px){
 .premium-hero h1{font-size:clamp(52px,16vw,68px);line-height:.82}.premium-hero h1 em{display:inline}.page-content h1{font-size:52px}.admin-dashboard{grid-template-columns:1fr}.admin-sidebar{min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar nav{grid-template-columns:1fr 1fr;margin-top:20px}.admin-main{padding:28px 18px}.admin-main-head h1{font-size:44px}.admin-metric-grid,.admin-panel-grid{grid-template-columns:1fr}}

/* ===== YH8ME STREET OVERHAUL V6 ===== */
@font-face{font-family:'YH8ME Street';src:url('/assets/fonts/StreetFilled.ttf') format('truetype');font-display:swap}
@font-face{font-family:'YH8ME Street Raw';src:url('/assets/fonts/Street.ttf') format('truetype');font-display:swap}
@font-face{font-family:'YH8ME Street Hollow';src:url('/assets/fonts/StreetHollow.ttf') format('truetype');font-display:swap}
@font-face{font-family:'YH8ME Barett';src:url('/assets/fonts/Barett Street.ttf') format('truetype');font-display:swap}
@font-face{font-family:'YH8ME Ruler';src:url('/assets/fonts/Street Ruler.ttf') format('truetype');font-display:swap}
@font-face{font-family:'YH8ME Rush';src:url('/assets/fonts/Street Rush.otf') format('opentype');font-display:swap}
@font-face{font-family:'YH8ME DaStreets';src:url('/assets/fonts/Da Streets.ttf') format('truetype');font-display:swap}

:root{
  --street-head:'YH8ME Street', 'Arial Black', Impact, sans-serif;
  --street-accent:'YH8ME Barett', 'YH8ME Street Raw', 'Arial Black', Impact, sans-serif;
  --body-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --yh-red:#d23622;
  --yh-red-2:#ef5a49;
  --yh-black:#050505;
  --yh-white:#f4f0ea;
  --panel:#0a0a0e;
  --line:rgba(255,255,255,.09);
}
body{font-family:var(--body-sans)}
.announcement a,.nav a,.premium-kicker,.hero-eyebrow,.proof-number,.section-topline .text-link,.section-topline h2+.text-link,.color-lines strong,.category-editorial-card strong,.footer h4,.admin-micro,.admin-chip,.admin-overline,.admin-tab-nav button,.admin-side-link{
  letter-spacing:.12em;
  text-transform:uppercase;
}
.nav a{font-size:.84rem;font-weight:700}
.site-header{backdrop-filter:blur(10px)}

/* Street headline treatment */
.street-hero-title,
.premium-hero-copy h1,
.section-topline h2,
.manifesto-content h2,
.color-intro h2,
.closing-grid h2,
.admin-street-title,
.admin-main-head h1,
.admin-card h3,
.about-page h1,
.about-hero h1,
.about-content h1,
.about-main h1,
.about-main h2,
.studio-title{
  font-family:var(--street-head);
  text-transform:uppercase;
  letter-spacing:.02em;
}
.street-hero-title,.premium-hero-copy h1{
  line-height:.88;
  font-size:clamp(3.3rem,8vw,6.8rem);
  margin:0;
}
.street-hero-title .street-primary,
.section-topline h2,
.manifesto-content h2,
.color-intro h2,
.closing-grid h2,
.admin-street-title,
.admin-main-head h1,
.admin-card h3,
.studio-title{
  color:transparent;
  background-image:url('/images/theme/yh8me-street-fill.svg');
  background-size:cover;
  background-position:center;
  -webkit-background-clip:text;
  background-clip:text;
  text-shadow:0 4px 34px rgba(0,0,0,.26);
}
.street-hero-title .street-accent,
.premium-hero-copy h1 em{
  display:inline-block;
  font-style:normal;
  font-family:var(--street-accent);
  font-weight:800;
  color:transparent;
  background-image:url('/images/theme/yh8me-street-dark.svg');
  background-size:cover;
  background-position:center;
  -webkit-background-clip:text;
  background-clip:text;
  text-shadow:0 3px 22px rgba(0,0,0,.3);
}
.premium-hero[data-theme="white"] .street-hero-title .street-accent,
.premium-hero[data-theme="white"] .premium-hero-copy h1 em{background-image:url('/images/theme/yh8me-street-light.svg')}
.premium-hero[data-theme="black"] .street-hero-title .street-primary,
.premium-hero[data-theme="black"] .premium-hero-copy h1{background-image:url('/images/theme/yh8me-street-dark.svg')}

/* Home page polish */
.premium-hero{min-height:calc(100vh - 80px);background:radial-gradient(circle at 50% 12%, rgba(210,54,34,.22), transparent 44%), linear-gradient(180deg,#040404 0%,#070707 100%)}
.premium-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);background-size:54px 54px;opacity:.35;pointer-events:none}
.premium-hero .container,.signature-section .container,.category-edit .container,.color-philosophy .container,.closing-statement .container,.manifesto-content{position:relative;z-index:1}
.premium-hero-copy p{max-width:760px;font-size:1.25rem;line-height:1.6;color:#ddd1ce}
.hero-wordmark{font-family:'YH8ME Street Hollow', 'Arial Black', Impact, sans-serif;letter-spacing:.14em;opacity:.11}
.premium-button,.admin-button{border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.24)}
.premium-secondary{border-radius:16px;font-weight:800;letter-spacing:.08em}
.premium-hero-progress{margin-top:26px}
.premium-progress-dot{border:none;background:none;padding:0 4px;cursor:pointer}
.premium-progress-dot span{display:block;width:48px;height:4px;border-radius:999px;background:rgba(255,255,255,.18);transition:all .2s ease}
.premium-progress-dot.active span{background:var(--yh-red);width:62px}
.brand-proof,.closing-statement{background:#030303}
.brand-proof-grid>div strong{font-family:'YH8ME Rush',var(--street-accent);font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase}
.section-topline h2,.manifesto-content h2,.color-intro h2,.closing-grid h2{font-size:clamp(2.3rem,5vw,4.6rem);line-height:.95;margin-top:12px}
.signature-grid{gap:24px}
.signature-card,.category-editorial-card,.admin-card{border:1px solid rgba(255,255,255,.08);box-shadow:0 15px 40px rgba(0,0,0,.25)}
.signature-copy a{font-family:'YH8ME Rush',var(--street-accent);letter-spacing:.06em;text-transform:uppercase}
.color-lines article{border-color:rgba(255,255,255,.08)}
.closing-grid em{font-family:'YH8ME DaStreets', cursive;font-style:normal;color:#ff8578;font-size:1.1em}
.manifesto-banner{background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.82)), url('/images/banners/banner-choose-love.png') center/cover no-repeat fixed}
.manifesto-image,.manifesto-overlay{display:none}

/* About page polish */
.page-content h1,.page-content h2,.page-content .section-title{font-family:var(--street-head);text-transform:uppercase;letter-spacing:.02em}
.page-content h1,.page-content h2{color:#f2e9e6}
.page-content .eyebrow,.page-content .premium-kicker{font-family:'YH8ME Ruler',var(--street-accent)}

/* Footer */
.footer{background:#050505}
.footer-grid{gap:42px}
.footer h4{font-family:'YH8ME Rush',var(--street-accent);font-size:.95rem}
.footer .lead{color:#c0b8b6}

/* Search secret card */
.admin-secret-card{background:linear-gradient(135deg, rgba(210,54,34,.16), rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.08);padding:24px;border-radius:24px}
.admin-secret-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#f29a8f}
.admin-secret-card h3{font-family:'YH8ME Rush',var(--street-accent);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:1.4rem}
.admin-secret-btn{appearance:none;border:none;background:var(--yh-red);color:#fff;border-radius:12px;padding:14px 18px;font-weight:800;letter-spacing:.08em;cursor:pointer;margin-top:12px}

/* Admin overhaul */
.admin-body{background:radial-gradient(circle at 50% 0%, rgba(210,54,34,.18), transparent 30%), #030303;color:#fff}
.admin-shell-main{min-height:100vh}
.admin-gate-wrap{padding:48px 22px 42px}
.admin-gate-grid{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:stretch}
.admin-gate-copy,.admin-login-card-xl{border:1px solid rgba(255,255,255,.09);border-radius:28px;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));box-shadow:0 20px 60px rgba(0,0,0,.35)}
.admin-gate-copy{padding:46px;position:relative;overflow:hidden}
.admin-gate-copy::before{content:'';position:absolute;inset:0;background:url('/images/theme/yh8me-street-dark.svg') center/cover;opacity:.18}
.admin-gate-copy>*{position:relative;z-index:1}
.admin-overline{display:inline-flex;color:#ff8f80;font-size:.78rem;font-weight:800}
.admin-street-title{font-size:clamp(3rem,6vw,5.8rem);line-height:.92;margin:16px 0 16px}
.admin-gate-copy p{max-width:650px;color:#d7ceca;font-size:1.08rem;line-height:1.7}
.admin-login-card-xl{padding:38px}
.admin-login-card-xl h2{font-family:'YH8ME Rush',var(--street-accent);letter-spacing:.07em;text-transform:uppercase;font-size:2rem;margin:14px 0 10px}
.admin-login-form input,.admin-input{background:#0c0c11;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:14px;padding:15px 16px}
.admin-login-form button,.admin-button{appearance:none;border:none;background:var(--yh-red);color:#fff;padding:15px 18px;border-radius:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.admin-button.secondary{background:#12131a;border:1px solid rgba(255,255,255,.1);color:#f1efed}
.admin-button.ghost{background:transparent;border:1px solid rgba(255,255,255,.12);color:#ddd}
.admin-login-error{background:rgba(210,54,34,.12);border:1px solid rgba(210,54,34,.35);padding:12px 14px;border-radius:12px}
.admin-dashboard-xl{min-height:100vh;display:grid;grid-template-columns:280px 1fr}
.admin-sidebar-xl{padding:30px 24px;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#060606,#0b0b0f);position:sticky;top:0;min-height:100vh;display:flex;flex-direction:column;gap:24px}
.admin-brand-block{padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.07)}
.admin-side-logo{max-width:170px;height:auto}
.admin-tab-nav{display:flex;flex-direction:column;gap:8px}
.admin-tab-nav button{appearance:none;background:transparent;border:1px solid transparent;color:#c8c1bf;padding:14px 15px;border-radius:14px;text-align:left;font-weight:800;cursor:pointer}
.admin-tab-nav button.active,.admin-tab-nav button:hover{background:rgba(210,54,34,.12);border-color:rgba(210,54,34,.25);color:#fff}
.admin-side-footer{margin-top:auto;display:grid;gap:10px}
.admin-side-link{display:block;color:#c6bebb;text-decoration:none;font-size:.8rem}
.admin-logout{appearance:none;background:#141419;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:14px;padding:14px 16px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.admin-main-xl{padding:30px 30px 60px}
.admin-main-head-xl{display:flex;justify-content:space-between;align-items:flex-end;gap:18px}
.admin-main-head h1{font-size:clamp(2.5rem,4vw,4.4rem);line-height:.96;margin:.35rem 0}
.admin-head-copy{max-width:620px;color:#bdb6b3}
.admin-head-status{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px;min-width:min(100%,560px)}
.admin-live-pill{padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015))}
.admin-live-pill small{display:block;color:#a69c9a;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;margin-bottom:4px}
.admin-live-pill strong{font-size:1.1rem}
.metric-live.ok{color:#98f8a9}.metric-live.warn{color:#ffc680}.good{background:rgba(71,167,89,.18);color:#bff2c6;border-color:rgba(71,167,89,.22)}.warn{background:rgba(245,163,73,.18);color:#ffd8aa;border-color:rgba(245,163,73,.22)}.muted{background:rgba(255,255,255,.06);color:#ccc;border-color:rgba(255,255,255,.08)}
.admin-metric-grid-xl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}
.admin-metric-grid-xl article{padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015))}
.admin-metric-grid-xl article span{display:block;color:#bbaead;text-transform:uppercase;font-size:.72rem;letter-spacing:.11em}
.admin-metric-grid-xl article strong{display:block;font-size:2rem;margin:8px 0 2px;font-family:'YH8ME Rush',var(--street-accent)}
.admin-metric-grid-xl article small{color:#9b9491}
.admin-content-stack{display:grid;gap:18px}
.admin-grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.admin-card{padding:24px;border-radius:24px;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));position:relative;overflow:hidden}
.admin-card-glow::after{content:'';position:absolute;top:-80px;right:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle, rgba(210,54,34,.3), transparent 65%)}
.admin-chip{display:inline-flex;margin-bottom:12px;color:#ff998d;font-size:.72rem;font-weight:800}
.admin-chip.subtle{color:#d0d0d0;background:rgba(255,255,255,.06);padding:6px 10px;border-radius:999px}
.admin-card p{color:#c0b8b6;line-height:1.7}
.admin-system-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.admin-system-pills span{border:1px solid rgba(255,255,255,.08);padding:10px 12px;border-radius:999px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.admin-action-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.mini-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}
.mini-stat{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0c0c12}
.mini-stat span{display:block;color:#aa9f9d;text-transform:uppercase;font-size:.72rem;letter-spacing:.1em}
.mini-stat strong{display:block;margin-top:6px;font-size:1.4rem;font-family:'YH8ME Rush',var(--street-accent)}
.admin-recent-list{display:grid;gap:12px}
.admin-recent-row{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:16px;text-decoration:none;color:#fff;background:#09090d}
.admin-recent-row img,.admin-product-card img{width:100%;height:74px;object-fit:cover;border-radius:12px;background:#111}
.admin-recent-row strong,.admin-product-copy h3{font-family:'YH8ME Rush',var(--street-accent);text-transform:uppercase;letter-spacing:.04em}
.admin-recent-row small,.admin-product-copy p{display:block;color:#b8b0ae;margin-top:4px}
.admin-note{margin-top:18px;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#d5cfcd}
.admin-bullet-list{padding-left:18px;color:#d8d0ce;display:grid;gap:10px;line-height:1.6}
.admin-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px;flex-wrap:wrap}
.admin-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.admin-product-card{padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#08080c}
.admin-product-card img{height:220px}
.admin-product-copy{padding:12px 6px 6px}
.admin-dialog{border:none;background:transparent;padding:0}
.admin-dialog::backdrop{background:rgba(0,0,0,.75)}
.admin-dialog-box{width:min(720px,94vw);background:#08080b;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:26px;position:relative;color:#fff}
.admin-dialog-box pre{white-space:pre-wrap;color:#cfc7c5}
.dialog-close{position:absolute;top:10px;right:14px;appearance:none;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}
.table-wrap{overflow:auto;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.admin-table{width:100%;border-collapse:collapse;background:#0a0a0f}
.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}
.admin-table th{text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;color:#a69d9b}
.admin-action-stack{display:grid;gap:12px;margin-top:14px}

/* Studio shell */
.studio-page-body{background:#040404;color:#fff}
.studio-topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 22px;border-bottom:1px solid rgba(255,255,255,.08);background:#060606;position:sticky;top:0;z-index:30}
.studio-topbar a,.studio-topbar span{color:#f1ece8;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}
.studio-page-head{padding:30px 0 6px}
.studio-title{font-size:clamp(2.4rem,5vw,4.8rem);line-height:.96;margin:.45rem 0}
.studio-page-head p{max-width:900px;color:#cbc0bd;font-size:1.06rem}
.street-studio-shell{background:#09090d;border-radius:24px;border:1px solid rgba(255,255,255,.08);padding:18px;box-shadow:0 20px 40px rgba(0,0,0,.25)}

@media (max-width: 1100px){
  .admin-dashboard-xl{grid-template-columns:1fr}
  .admin-sidebar-xl{position:static;min-height:auto}
  .admin-head-status{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}
  .admin-grid.two,.admin-product-grid,.admin-gate-grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .street-hero-title,.premium-hero-copy h1{font-size:clamp(2.4rem,13vw,4.1rem)}
  .premium-hero-copy p{font-size:1rem}
  .admin-main-xl,.admin-gate-wrap{padding:18px}
  .admin-head-status,.admin-metric-grid-xl,.mini-stat-grid{grid-template-columns:1fr 1fr}
  .admin-toolbar{align-items:stretch}
}


/* ===== YH8ME HIGGSFIELD CAMPAIGN V7 ===== */
.premium-hero{min-height:calc(100vh - 82px);isolation:isolate;background:#050505}
.premium-hero::after{content:'';position:absolute;inset:0;z-index:-3;background-image:var(--hero-asset);background-size:cover;background-position:center;filter:saturate(.92) contrast(1.06);transform:scale(1.012)}
.premium-hero::before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.73) 36%,rgba(0,0,0,.20) 64%,rgba(0,0,0,.28) 100%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.45));pointer-events:none}
.premium-hero[data-align="right"]::before{background:linear-gradient(270deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.73) 37%,rgba(0,0,0,.17) 64%,rgba(0,0,0,.28) 100%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.45))}
.premium-hero-grid{min-height:calc(100vh - 82px);grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center}
.premium-hero[data-align="right"] .premium-hero-grid{grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}
.premium-hero[data-align="right"] .premium-hero-copy{grid-column:2;padding-left:6vw}
.premium-hero[data-align="right"] .premium-hero-visual{grid-column:1;grid-row:1}
.premium-hero-visual{display:flex;align-items:center;justify-content:center}
.premium-hero-copy{max-width:760px;padding:82px 0 76px}
.premium-hero-copy-inner>p{color:#e4dcd9;font-size:clamp(1rem,1.3vw,1.2rem);max-width:660px;text-shadow:0 2px 18px rgba(0,0,0,.55)}
.hero-eyebrow,.premium-kicker{text-shadow:0 2px 12px rgba(0,0,0,.7)}
.street-hero-title .street-primary,.street-hero-title .street-accent{filter:drop-shadow(0 9px 18px rgba(0,0,0,.46))}
.premium-actions{gap:14px;align-items:center}
.premium-progress-dot span{background:rgba(255,255,255,.30)}
.premium-progress-dot.active span{background:var(--yh-red)}
.signature-section{position:relative;background:radial-gradient(circle at 78% 4%,rgba(210,54,34,.12),transparent 28%),#050505}
.manifesto-banner{min-height:650px;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.35)),url(https://d8j0ntlcm91z4.cloudfront.net/user_2vhZROpSXE4NzVes2UuBPUGSt5c/hf_20260917_215036_0f4813e9-cd15-423b-ad18-0b6822a1819e.png) center/cover no-repeat;background-attachment:scroll}
.manifesto-content{max-width:760px}
.manifesto-content h2{background-image:url('/images/theme/yh8me-street-fill.svg');-webkit-background-clip:text;background-clip:text;color:transparent}
.category-edit{background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,0)),#050505}
.category-editorial-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#08080b,#111116);min-height:180px}
.category-editorial-card::after{content:'YH8ME';position:absolute;right:-12px;bottom:-24px;font-family:'YH8ME Street Hollow',sans-serif;font-size:4.4rem;color:rgba(255,255,255,.035);transform:rotate(-7deg)}
.color-philosophy{background:radial-gradient(circle at 20% 30%,rgba(210,54,34,.09),transparent 22%),#030303}
.closing-statement{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.88)),url(https://d8j0ntlcm91z4.cloudfront.net/user_2vhZROpSXE4NzVes2UuBPUGSt5c/hf_20260917_215037_a8be6c94-e297-4772-a7ab-f8ef1b361437.png) center/cover no-repeat}
.about-v7{background:#030303;color:#fff}
.about-hero-v7{position:relative;min-height:680px;display:flex;align-items:flex-end;background:linear-gradient(90deg,rgba(0,0,0,.90),rgba(0,0,0,.38)),var(--about-asset) center/cover no-repeat;border-bottom:1px solid rgba(255,255,255,.08)}
.about-hero-v7::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.62))}
.about-hero-v7-inner{position:relative;z-index:1;padding-bottom:76px}
.about-hero-v7 h1{font-family:var(--street-head);font-size:clamp(3.3rem,7vw,7rem);line-height:.89;max-width:1000px;margin:18px 0 14px;color:transparent;background:url('/images/theme/yh8me-street-fill.svg') center/cover;-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 10px 28px rgba(0,0,0,.5))}
.about-hero-v7 h1 em{font-family:var(--street-accent);font-style:normal}
.about-tagline{font-family:'YH8ME Ruler',var(--street-accent);letter-spacing:.13em;text-transform:uppercase;color:#ff9487;font-size:1.15rem}
.about-story-v7,.about-mission-v7,.about-symbol-v7{padding:92px 0}
.about-story-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:70px}
.about-story-label{position:sticky;top:120px;align-self:start;display:grid;gap:10px;font-family:'YH8ME Ruler',var(--street-accent);letter-spacing:.11em;text-transform:uppercase}
.about-story-label span{color:#ff897c}.about-story-label strong{font-size:1.4rem}
.about-story-copy{max-width:900px}.about-story-copy p,.about-mission-grid p{color:#d2cbc8;font-size:clamp(1.05rem,1.45vw,1.25rem);line-height:1.85}
.about-mission-v7{background:linear-gradient(120deg,#f2efe9 0%,#d8d4ce 100%);color:#080808}
.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.about-mission-grid h2{font-family:var(--street-head);font-size:clamp(2.8rem,5vw,5rem);line-height:.92;margin:16px 0 0;color:#080808}.about-mission-grid p{color:#1c1c1c}
.about-symbol-v7{background:#050505}.about-symbol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.about-symbol-grid article{min-height:360px;border-radius:26px;padding:28px;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}
.about-symbol-grid article::after{content:'YH8ME';position:absolute;bottom:-35px;right:-12px;font-family:'YH8ME Street Hollow',sans-serif;font-size:5rem;opacity:.08}
.about-symbol-grid span{font-family:'YH8ME Ruler',var(--street-accent);color:#aaa}.about-symbol-grid h3{font-family:var(--street-head);font-size:4.2rem;margin:42px 0 8px}.about-symbol-grid strong{font-family:'YH8ME Rush',var(--street-accent);letter-spacing:.08em}.about-symbol-grid p{line-height:1.7;max-width:34ch}
.symbol-red{background:linear-gradient(145deg,#1b0705,#d23622);color:#fff}.symbol-black{background:linear-gradient(145deg,#020202,#171717);color:#fff}.symbol-white{background:linear-gradient(145deg,#f6f4ef,#cfcac2);color:#080808}.symbol-white span{color:#4a4a4a}
@media (max-width:900px){.premium-hero-grid,.premium-hero[data-align="right"] .premium-hero-grid{grid-template-columns:1fr}.premium-hero[data-align="right"] .premium-hero-copy{grid-column:1;padding-left:0}.premium-hero-copy{padding:74px 0 90px;max-width:92%}.premium-hero::before,.premium-hero[data-align="right"]::before{background:linear-gradient(180deg,rgba(0,0,0,.50),rgba(0,0,0,.86) 68%,#050505 100%)}.about-story-grid,.about-mission-grid,.about-symbol-grid{grid-template-columns:1fr}.about-story-label{position:static}}

/* ===== YH8ME V8 READABILITY + STABILITY CORRECTION ===== */
@font-face{font-family:'Street Exact';src:url('/assets/fonts/Street.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Street Hollow Exact';src:url('/assets/fonts/StreetHollow.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}

/* keep header dimensions fixed so rotating copy never moves the page */
.announcement{height:34px!important;min-height:34px!important;max-height:34px!important;line-height:34px!important;overflow:hidden!important;white-space:nowrap!important}
.announcement a{height:34px!important;line-height:34px!important;padding:0 16px!important}
.site-header{height:82px!important;min-height:82px!important;max-height:82px!important}
.header-inner{height:82px!important;min-height:82px!important}

/* fixed hero geometry: smooth transition without hiding visual */
.premium-hero{min-height:clamp(560px,calc(100vh - 116px),780px)!important;position:relative!important;background:transparent!important}
.hero-bg-layer{display:none!important}
.premium-hero::after{display:none!important;background:none!important}
.premium-hero::before{display:none!important}
.premium-hero-grid{min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(320px,500px)!important;gap:40px!important;align-items:center!important;position:relative!important;z-index:2!important}
.premium-hero-copy{grid-column:auto!important;padding:48px 0!important;max-width:680px!important;min-width:0!important}
.premium-hero-visual{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}
.premium-hero-copy-inner{transition:opacity .22s ease,transform .22s ease!important}
.premium-hero-copy-inner.is-changing{opacity:.18!important;transform:translateY(3px)!important}
.hero-eyebrow{margin:18px 0 12px!important}
.premium-actions{margin-top:28px!important;display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important}

/* the ACTUAL Street.ttf letterform, with a clean readable YH8ME treatment */
.street-hero-title,.premium-hero-copy h1,
.section-topline h2,.manifesto-content h2,.color-intro h2,.closing-grid h2,
.admin-street-title,.admin-main-head h1,.admin-card h3,.studio-title,
.about-hero-v7 h1,.about-mission-grid h2,.about-symbol-grid h3{
  font-family:'Street Exact',sans-serif!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:.015em!important;
  text-transform:uppercase!important;
}
.street-hero-title{font-size:clamp(4rem,6vw,6.9rem)!important;line-height:.82!important;margin:0!important;min-height:220px!important;display:block!important;max-width:760px!important}
.street-hero-title .street-primary,
.street-hero-title .street-accent{
  font-family:'Street Exact',sans-serif!important;
  font-style:normal!important;
  font-weight:400!important;
  color:transparent!important;
  background-image:linear-gradient(180deg,#f4f1eb 0%,#f4f1eb 42%,#d23622 42%,#d23622 57%,#f4f1eb 57%,#f4f1eb 100%)!important;
  background-size:100% 100%!important;
  background-position:center!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:1px rgba(0,0,0,.82)!important;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.45))!important;
  text-shadow:none!important;
}
.street-hero-title .street-accent{background-image:linear-gradient(180deg,#d23622 0%,#d23622 39%,#f4f1eb 39%,#f4f1eb 60%,#d23622 60%,#d23622 100%)!important}

/* no noisy texture imagery inside any display type */
.section-topline h2,.manifesto-content h2,.color-intro h2,.closing-grid h2,
.admin-street-title,.admin-main-head h1,.admin-card h3,.studio-title,.about-hero-v7 h1{
  color:#f2efe9!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  -webkit-text-stroke:0!important;
  text-shadow:0 7px 22px rgba(0,0,0,.34)!important;
}
.manifesto-content h2,.closing-grid h2,.about-hero-v7 h1{color:#f4f0ea!important}
.closing-grid em,.about-hero-v7 h1 em{font-family:'Street Hollow Exact',sans-serif!important;font-style:normal!important;color:#ef5a49!important}

/* hero text readability and focus */
.premium-hero-copy-inner>p{font-size:clamp(1rem,1.25vw,1.15rem)!important;line-height:1.62!important;color:#f0e9e7!important;max-width:660px!important;margin:0!important;align-self:start!important;text-shadow:0 2px 14px rgba(0,0,0,.72)!important}
.hero-eyebrow{font-family:'Space Mono',monospace!important;font-size:.76rem!important;color:#ff9b8e!important;font-weight:800!important;letter-spacing:.14em!important;text-shadow:0 2px 12px rgba(0,0,0,.8)!important}
.premium-button{background:#f4f0ea!important;color:#080808!important;border-color:#f4f0ea!important}
.premium-secondary{color:#fff!important;border-color:rgba(255,255,255,.45)!important}
.premium-progress-dot span{height:3px!important;width:48px!important;background:rgba(255,255,255,.28)!important}
.premium-progress-dot.active span{width:58px!important;background:#d23622!important}

/* clean Higgsfield campaign imagery only */
.manifesto-banner{background:linear-gradient(90deg,rgba(0,0,0,.89),rgba(0,0,0,.35)),url('https://d8j0ntlcm91z4.cloudfront.net/user_2vhZROpSXE4NzVes2UuBPUGSt5c/hf_20260917_215036_0f4813e9-cd15-423b-ad18-0b6822a1819e.png') center/cover no-repeat!important}
.closing-statement{background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.76)),url('https://d8j0ntlcm91z4.cloudfront.net/user_2vhZROpSXE4NzVes2UuBPUGSt5c/hf_20260917_215037_a8be6c94-e297-4772-a7ab-f8ef1b361437.png') center/cover no-repeat!important}

/* admin keeps Street identity but stays readable */
.admin-main-head h1,.admin-card h3,.admin-street-title,.studio-title{font-family:'Street Exact',sans-serif!important;letter-spacing:.025em!important}
.admin-card h3{font-size:2rem!important;line-height:.92!important}
.admin-tab-nav button,.admin-micro,.admin-chip,.admin-overline{font-family:'Space Mono',monospace!important}

@media(max-width:900px){
  .announcement{font-size:11.5px!important;height:34px!important;min-height:34px!important;letter-spacing:.06em!important}
  .announcement a{font-size:11.5px!important;height:34px!important;line-height:34px!important}
  .premium-hero{height:720px!important;min-height:720px!important;max-height:720px!important}
  .premium-hero-grid{grid-template-columns:1fr!important}
  .premium-hero-copy{padding:54px 0!important;max-width:96%!important}
  .premium-hero::before{background:linear-gradient(180deg,rgba(0,0,0,.50) 0%,rgba(0,0,0,.72) 43%,rgba(0,0,0,.94) 78%,#050505 100%)!important}
  .hero-bg-layer{background-position:center!important}
  .premium-hero-copy-inner{grid-template-rows:24px 208px 104px 64px!important;min-height:410px!important}
  .street-hero-title{font-size:clamp(3.1rem,12vw,5.2rem)!important;min-height:198px!important;max-width:100%!important}
}

/* V8.1 exact STREET font correction: preserve the actual glyph art */
.premium-hero-grid{grid-template-columns:minmax(0,820px) 1fr!important}
.premium-hero-copy{max-width:820px!important}
.premium-hero-copy-inner{grid-template-rows:26px 174px 92px 58px!important;min-height:380px!important}
.street-hero-title{font-family:'Street Exact',sans-serif!important;font-size:clamp(3.2rem,4vw,3.75rem)!important;line-height:.90!important;min-height:168px!important;max-width:820px!important;letter-spacing:.01em!important}
.street-hero-title .street-primary,
.street-hero-title .street-accent{
  font-family:'Street Exact',sans-serif!important;
  font-weight:400!important;
  font-style:normal!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  -webkit-text-stroke:0!important;
  filter:drop-shadow(4px 6px 0 rgba(0,0,0,.72)) drop-shadow(0 10px 24px rgba(0,0,0,.46))!important;
  text-shadow:none!important;
}
.street-hero-title .street-primary{color:#f4f1eb!important}
.street-hero-title .street-accent{color:#d63a2a!important}
.section-topline h2,.manifesto-content h2,.color-intro h2,.closing-grid h2,
.admin-street-title,.admin-main-head h1,.admin-card h3,.studio-title,
.about-hero-v7 h1,.about-mission-grid h2,.about-symbol-grid h3{
  font-family:'Street Exact',sans-serif!important;
  font-weight:400!important;
  font-style:normal!important;
}
.closing-grid em,.about-hero-v7 h1 em{font-family:'Street Hollow Exact',sans-serif!important;color:#d63a2a!important}
.admin-gate-copy::before{background:linear-gradient(135deg,rgba(210,54,34,.12),rgba(255,255,255,.015))!important;opacity:1!important}

@media(max-width:900px){
  .premium-hero-copy-inner{grid-template-rows:24px 184px 104px 64px!important;min-height:400px!important}
  .street-hero-title{font-size:clamp(2.65rem,8.5vw,3.5rem)!important;min-height:178px!important;max-width:100%!important}
}
/* V8 stacking: keep campaign imagery visible without affecting layout */
.premium-hero-glow{display:none!important}
.hero-bg-layer{z-index:0!important}
.premium-hero::before{z-index:1!important}
.premium-hero-grid{position:relative!important;z-index:2!important}


/* ===== YH8ME V9 BRAND SYSTEM + SEO/PERFORMANCE PASS ===== */
:root{
  --yh-brand-pattern:url('/images/branding/yh8me-street-fill-v9.png');
  --yh-official-banner:url('/images/branding/yh8me-official-banner-v9.png');
}

/* Street Ruler is the handwritten brand-accent voice. */
.brand-proof strong,
.premium-kicker,
.hero-eyebrow,
.eyebrow,
.contact-kicker-v9,
.admin-micro,
.admin-chip,
.admin-overline,
.frame-label,
.signature-index,
.proof-number{
  font-family:'YH8ME Ruler','Street Ruler',cursive!important;
  font-weight:400!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.brand-proof strong{
  font-size:clamp(1.25rem,1.65vw,1.65rem)!important;
  line-height:1.05!important;
  color:#f6f1ec!important;
}
.brand-proof small{font-size:.88rem!important;line-height:1.65!important;color:#aaa2a0!important;max-width:35ch!important}
.proof-number{color:#e83d2b!important;font-size:1.2rem!important}

/* Official YH8ME pattern becomes the fill inside the actual STREET display font. */
.street-hero-title .street-primary,
.street-hero-title .street-accent,
.section-topline h2,
.manifesto-content h2,
.color-intro h2,
.closing-grid h2,
.admin-street-title,
.admin-main-head h1,
.studio-title,
.about-hero-v7 h1,
.about-mission-grid h2{
  font-family:'Street Exact','YH8ME Street Raw',sans-serif!important;
  color:transparent!important;
  background-image:linear-gradient(rgba(255,255,255,.04),rgba(255,255,255,.04)),var(--yh-brand-pattern)!important;
  background-size:680px auto!important;
  background-position:center!important;
  background-repeat:repeat!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:1.15px rgba(248,244,240,.95)!important;
  filter:drop-shadow(0 7px 18px rgba(0,0,0,.48))!important;
}
.street-hero-title .street-accent{
  -webkit-text-stroke:1.35px rgba(233,56,38,.98)!important;
}
/* Maintain readability on pale hero photography. */
.premium-hero[data-theme="white"] .street-hero-title .street-primary,
.premium-hero[data-theme="white"] .street-hero-title .street-accent{
  -webkit-text-stroke:1.4px rgba(0,0,0,.82)!important;
  filter:drop-shadow(0 6px 14px rgba(255,255,255,.18)) drop-shadow(0 7px 18px rgba(0,0,0,.34))!important;
}

/* Six hero scenes: fixed geometry, no layout shifts. */
.premium-hero{height:clamp(700px,calc(100vh - 116px),830px)!important;min-height:700px!important;max-height:830px!important}
.premium-hero-grid{height:100%!important;min-height:100%!important;grid-template-columns:minmax(0,840px) 1fr!important}
.premium-hero-copy{max-width:840px!important;padding:62px 0!important}
.premium-hero-copy-inner{grid-template-rows:34px 190px 112px 62px!important;min-height:418px!important}
.street-hero-title{font-size:clamp(3.35rem,4.45vw,4.4rem)!important;line-height:.89!important;min-height:184px!important;max-width:840px!important}
.hero-bg-layer{background-position:center center!important;transition:opacity .28s ease!important}
.premium-hero::before{background:linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.78) 35%,rgba(0,0,0,.34) 59%,rgba(0,0,0,.10) 77%,rgba(0,0,0,.16) 100%)!important}
.premium-hero-copy-inner>p{font-size:clamp(1.03rem,1.25vw,1.18rem)!important;line-height:1.65!important;max-width:700px!important}
.hero-eyebrow{font-size:1.1rem!important;line-height:1!important;color:#ff8173!important}
.premium-kicker{font-size:1rem!important;color:#f17264!important}

/* Official branding art gets a dedicated home on the site. */
.official-brand-signature{background:#030303;padding:72px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.official-brand-frame{overflow:hidden;border-radius:26px;border:1px solid rgba(255,255,255,.10);box-shadow:0 28px 80px rgba(0,0,0,.48);background:#000}
.official-brand-frame img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}

/* Contact is a real brand page, not a tiny utility form. */
.contact-page-v9{background:#030303;color:#fff}
.contact-main-v9{min-height:calc(100vh - 116px);padding:72px 0 92px;background:radial-gradient(circle at 18% 10%,rgba(210,54,34,.16),transparent 28%),#030303}
.contact-grid-v9{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:56px;align-items:start}
.contact-kicker-v9{display:block;color:#ef4c3b;font-size:clamp(1.35rem,2vw,1.8rem)!important;line-height:1.1;margin-bottom:18px}
.contact-intro-v9 h1{font-family:'Street Exact','YH8ME Street Raw',sans-serif;font-size:clamp(4rem,7vw,7.5rem);line-height:.82;margin:0;color:transparent;background-image:var(--yh-brand-pattern);background-size:620px auto;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:1.3px #f7f3ee;filter:drop-shadow(0 7px 22px rgba(0,0,0,.42))}
.contact-intro-v9>p{max-width:580px;font-size:1.08rem;line-height:1.75;color:#c9c1be;margin:28px 0}
.contact-brand-mark-v9{max-width:560px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.09);background:#000}
.contact-brand-mark-v9 img{display:block;width:100%;height:auto}
.contact-form-card-v9{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.09);border-radius:28px;padding:34px;box-shadow:0 28px 70px rgba(0,0,0,.30)}
.contact-form-card-v9 label{font-weight:800;letter-spacing:.07em;text-transform:uppercase;font-size:.78rem;color:#cfc7c4}
.contact-form-card-v9 .input{margin-top:8px;border-radius:14px;background:#0b0b0f;border-color:rgba(255,255,255,.12);min-height:52px}
.contact-form-card-v9 textarea.input{min-height:190px}
.contact-send-v9{margin-top:20px;min-height:52px;display:inline-flex;gap:12px;align-items:center}

/* Keep smaller brand accent copy readable across site. */
.category-editorial-card strong,.signature-copy>a,.footer h4{font-family:'YH8ME Ruler','Street Ruler',cursive!important;font-weight:400!important}
.category-editorial-card strong{font-size:1.4rem!important}
.footer h4{font-size:1.15rem!important}

/* SEO/support: accessible visually-hidden text utility */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:900px){
  .premium-hero{height:735px!important;min-height:735px!important;max-height:735px!important}
  .premium-hero-copy-inner{grid-template-rows:30px 180px 118px 72px!important;min-height:420px!important}
  .street-hero-title{font-size:clamp(2.85rem,9vw,3.65rem)!important;min-height:174px!important}
  .hero-eyebrow{font-size:.92rem!important}
  .premium-kicker{font-size:.88rem!important}
  .contact-grid-v9{grid-template-columns:1fr;gap:30px}
  .contact-main-v9{padding:52px 0 70px}
  .contact-kicker-v9{font-size:1.25rem!important}
  .contact-form-card-v9{padding:22px}
  .official-brand-signature{padding:42px 0}
}


/* ===== YH8ME V10 HERO CLEANUP + CATEGORY HEADER SYSTEM ===== */
/* No rotating eyebrow/label copy above the hero headline. The image + statement carry the slide. */
.hero-eyebrow{display:none!important}

/* Rebalance fixed hero geometry after removing the eyebrow row. */
.premium-hero-copy-inner{
  display:grid!important;
  grid-template-rows:205px 112px 64px!important;
  align-content:center!important;
  min-height:400px!important;
  row-gap:8px!important;
}

/* Stronger copy-safe left field so STREET/pattern lettering remains readable on every campaign image. */
.premium-hero::before{
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.88) 29%,
      rgba(0,0,0,.74) 45%,
      rgba(0,0,0,.40) 59%,
      rgba(0,0,0,.12) 77%,
      rgba(0,0,0,.16) 100%)!important;
}

/* Keep the approved YH8ME pattern fill but give the headline a crisp boundary on pale/dark photography. */
.street-hero-title .street-primary,
.street-hero-title .street-accent{
  background-image:linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),var(--yh-brand-pattern)!important;
  background-size:560px auto!important;
  background-position:center!important;
  background-repeat:repeat!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-stroke:2px rgba(248,245,241,.98)!important;
  filter:drop-shadow(0 7px 1px rgba(0,0,0,.88)) drop-shadow(0 12px 24px rgba(0,0,0,.56))!important;
}
.street-hero-title .street-accent{
  -webkit-text-stroke:2px rgba(232,55,39,.99)!important;
}
.premium-hero[data-theme="white"] .street-hero-title .street-primary,
.premium-hero[data-theme="white"] .street-hero-title .street-accent{
  -webkit-text-stroke:2px rgba(248,245,241,.99)!important;
  filter:drop-shadow(0 7px 1px rgba(0,0,0,.92)) drop-shadow(0 12px 24px rgba(0,0,0,.60))!important;
}
.premium-hero[data-theme="white"] .street-hero-title .street-accent{
  -webkit-text-stroke:2px rgba(232,55,39,.99)!important;
}

/* Category / collection headers now share the homepage YH8ME visual language. */
.shop-head{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  padding:64px 0 32px!important;
  background:#030303!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.shop-head::before{
  content:'';
  position:absolute;
  inset:-14%;
  z-index:-2;
  background-image:var(--yh-official-banner)!important;
  background-size:cover!important;
  background-position:center!important;
  opacity:.18!important;
  filter:saturate(.88) contrast(1.12)!important;
  transform:scale(1.04)!important;
}
.shop-head::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.86) 48%,rgba(0,0,0,.68) 100%),
    radial-gradient(circle at 82% 16%,rgba(210,54,34,.20),transparent 30%)!important;
}
.shop-head .container{position:relative;z-index:1}
.shop-head .eyebrow{
  font-family:'YH8ME Ruler','Street Ruler',cursive!important;
  color:#ef4c3b!important;
  font-size:1rem!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  text-shadow:0 4px 14px rgba(0,0,0,.74)!important;
}
.shop-title{
  font-family:'Street Exact','YH8ME Street Raw',sans-serif!important;
  font-weight:400!important;
  font-size:clamp(3.3rem,6vw,6.7rem)!important;
  line-height:.86!important;
  letter-spacing:.015em!important;
  margin:16px 0 16px!important;
  text-transform:uppercase!important;
  color:transparent!important;
  background-image:linear-gradient(rgba(255,255,255,.06),rgba(255,255,255,.06)),var(--yh-brand-pattern)!important;
  background-size:560px auto!important;
  background-position:center!important;
  background-repeat:repeat!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:1.7px #f5f1ed!important;
  filter:drop-shadow(0 8px 22px rgba(0,0,0,.52))!important;
}
.shop-kicker{
  color:#d3cbc8!important;
  font-size:1rem!important;
  line-height:1.7!important;
  max-width:720px!important;
}
.collection-count{
  font-family:'YH8ME Ruler','Street Ruler',cursive!important;
  color:#ff8779!important;
  font-size:1rem!important;
}
.shop-controls{
  border-top:1px solid rgba(255,255,255,.10)!important;
  margin-top:28px!important;
  padding-top:24px!important;
}
.search-box{
  background:rgba(5,5,7,.86)!important;
  border-color:rgba(255,255,255,.13)!important;
  color:#fff!important;
  backdrop-filter:blur(10px)!important;
}
.filter{
  background:rgba(7,7,10,.82)!important;
  border-color:rgba(255,255,255,.13)!important;
  color:#ddd6d3!important;
}
.filter.active,.filter:hover{
  background:#d23622!important;
  border-color:#d23622!important;
  color:#fff!important;
}

@media(max-width:900px){
  .premium-hero-copy-inner{grid-template-rows:190px 120px 70px!important;min-height:405px!important}
  .premium-hero::before{background:linear-gradient(180deg,rgba(0,0,0,.50) 0%,rgba(0,0,0,.70) 38%,rgba(0,0,0,.93) 72%,#050505 100%)!important}
  .shop-head{padding:48px 0 26px!important}
  .shop-title{font-size:clamp(3rem,13vw,5.2rem)!important}
  .shop-head::before{opacity:.13!important}
}


/* ===== ADMIN VISIBILITY + PRODUCT IMAGE FIX V11 ===== */
[hidden]{display:none!important}
.admin-product-card img{object-fit:contain!important;background:#f4f1ec!important;padding:12px}
.admin-recent-row img{object-fit:contain!important;background:#f4f1ec!important;padding:4px}
.admin-product-card{overflow:hidden}
.admin-product-copy h3{min-height:2.6em}

/* V12 functional visibility guarantee */
[hidden]{display:none!important}

/* ===== YH8ME V13 STOREFRONT + CATALOG CORRECTION ===== */
:root{--v13-red:#d63a2c;--v13-ink:#050505;--v13-paper:#f1eee8;--v13-muted:#a9a5a2}

/* official pattern ribbon makes the brand system unmistakable */
.brand-ribbon-v13{background:#030303;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:0;overflow:hidden}
.brand-ribbon-inner{height:158px;overflow:hidden;position:relative}
.brand-ribbon-inner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

/* Homepage featured products: actual merchandise first */
.signature-section-v13{background:linear-gradient(180deg,rgba(5,5,5,.88) 0%,rgba(8,7,10,.88) 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.signature-section-v13 .section-topline{margin-bottom:34px}
.signature-section-v13 .signature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px;align-items:stretch;max-width:960px;margin:0 auto!important}
.signature-card-v13{background:#09090d;border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.signature-card-v13 .signature-image{background:#ffffff!important;aspect-ratio:1/1!important;display:flex;align-items:center;justify-content:center;padding:22px;position:relative}
.signature-card-v13.signature-lead .signature-image{aspect-ratio:1/1!important;min-height:0!important}
.signature-card-v13 .signature-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply!important}
.signature-card-v13 .signature-index,.signature-index{display:none!important}
.signature-card-v13 .signature-copy{padding:18px 18px 20px;display:grid;gap:8px;flex:1}
.signature-card-v13 .signature-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#8d8885}
.signature-card-v13 .signature-copy>a{font-family:'Space Grotesk',sans-serif!important;font-size:14px!important;line-height:1.3!important;letter-spacing:-.015em!important;text-transform:uppercase!important;color:#fff!important;font-weight:700!important;white-space:normal!important;overflow:visible!important}
.signature-card-v13 .signature-copy>div{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;font-size:10px;color:#b8b3b1;text-transform:uppercase;letter-spacing:.08em}
.signature-card-v13 .signature-copy>div b{font-size:14px;color:#fff;letter-spacing:0}
.signature-card-v13 .signature-copy>div a.signature-view-link{color:#d23622!important;text-decoration:none!important;font-weight:700!important;letter-spacing:.08em!important;cursor:pointer!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important}
.signature-card-v13 .signature-copy>div a.signature-view-link:hover{color:#ffffff!important;text-decoration:underline!important;transform:translateX(2px)!important}

/* Product cards - clean premium retail presentation */
.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card-v13{background:#09090c!important;border-radius:22px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:none!important;transform:none!important}
.product-card-v13:hover{border-color:rgba(214,58,44,.36)!important;box-shadow:0 24px 55px rgba(0,0,0,.28)!important;transform:translateY(-3px)!important}
.product-card-v13 .product-image{background:#ffffff!important;aspect-ratio:4/5!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;overflow:hidden!important;border-bottom:1px solid rgba(255,255,255,.05)!important}
.product-card-v13 .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;mix-blend-mode:multiply!important;transform:none!important}
.product-card-v13:hover .product-image img{transform:scale(1.018)!important}
.product-card-v13 .product-info{padding:16px 16px 17px!important}
.product-category-label{display:block;color:#918b88;font-size:9px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px}
.product-card-v13 .product-name{font-family:'Space Grotesk',sans-serif!important;font-size:13px!important;line-height:1.35!important;min-height:36px!important;text-transform:uppercase!important;letter-spacing:-.01em!important;font-weight:700!important;color:#f4f1ed!important}
.product-card-v13 .product-meta{margin-top:13px!important;padding-top:11px!important;border-top:1px solid rgba(255,255,255,.06)!important}
.product-card-v13 .price{font-size:12px!important;font-weight:700!important}
.product-card-v13 .pill{z-index:3;background:var(--v13-red)!important;color:#fff!important;font-size:9px!important;letter-spacing:.08em!important;border-radius:999px!important;padding:7px 9px!important}

/* Shop collection header now clearly belongs to same system */
.shop-head{padding:64px 0 34px!important;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.74)),url('/images/branding/yh8me-official-pattern-v9.png') center/cover!important;position:relative!important}
.shop-head::before{content:''!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(214,58,44,.08),transparent 55%)!important;opacity:1!important}
.shop-title{font-family:'YH8ME Street Raw','Arial Black',Impact,sans-serif!important;font-size:clamp(3.2rem,7vw,6.5rem)!important;line-height:.9!important;color:#fff!important;letter-spacing:.015em!important;text-transform:uppercase!important;text-shadow:0 8px 35px rgba(0,0,0,.48)!important}
.shop-kicker{max-width:760px!important;color:#d6cfcc!important;font-size:15px!important;line-height:1.65!important}
.collection-count{font-family:'Space Mono',monospace!important;color:#ff8b7e!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.shop-controls{border-top:1px solid rgba(255,255,255,.08)!important;margin-top:30px!important;padding-top:22px!important}
.search-box{border-radius:14px!important;background:rgba(5,5,7,.84)!important;border-color:rgba(255,255,255,.14)!important}
.filter{border-radius:999px!important;background:rgba(255,255,255,.035)!important}
.filter.active{background:var(--v13-red)!important;border-color:var(--v13-red)!important;color:#fff!important}

/* Completely revised product detail page */
.product-page{display:block!important;padding:0!important}
.product-v13-breadcrumb{display:flex;align-items:center;gap:9px;padding:24px 0 14px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#6f6b69;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-v13-breadcrumb a{color:#9f9996}.product-v13-breadcrumb b{color:#d4cfcb;overflow:hidden;text-overflow:ellipsis}
.product-v13-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:34px;padding-bottom:76px;align-items:start}
.product-v13-stage{position:relative;min-height:690px;background:radial-gradient(circle at 50% 40%,#17171d 0%,#09090c 100%)!important;border-radius:28px;display:flex;align-items:center;justify-content:center;padding:52px;overflow:hidden;border:1px solid rgba(255,255,255,.08)!important}
.product-v13-stage::before{display:none!important}
.product-v13-stage::after{display:none!important}
.product-v13-stage img{width:100%;height:100%;max-height:610px;object-fit:contain;position:relative;z-index:1}
.product-v13-frame-label{position:absolute;top:18px;left:20px;z-index:2;color:#888280!important;font-family:'Space Mono',monospace;font-size:9px;letter-spacing:.13em;text-transform:uppercase}
.product-v13-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px}
.product-v13-thumb{appearance:none;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px;background:#0d0d12!important;aspect-ratio:1/1;overflow:hidden;padding:6px;cursor:pointer;transition:.2s ease}
.product-v13-thumb:hover,.product-v13-thumb.active{border-color:var(--v13-red)!important;box-shadow:0 0 0 1px var(--v13-red) inset!important}
.product-v13-thumb img{width:100%;height:100%;object-fit:contain}
.product-v13-info{position:sticky;top:106px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(180deg,#0a090d,#060607);padding:30px;overflow:hidden}
.product-v13-info::before{content:'';position:absolute;inset:0 0 auto 0;height:8px;background:linear-gradient(90deg,#050505 0 34%,var(--v13-red) 34% 66%,#050505 66% 100%)}
.product-v13-brandline{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:4px 0 24px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.07);font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.product-v13-brandline span{font-family:'YH8ME Ruler','Street Ruler',cursive;color:#ff786a;font-size:1.05rem;letter-spacing:.04em;text-transform:none}
.product-v13-brandline b{font-size:9px;color:#7d7774}
.product-v13-category{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#8d8582;margin-bottom:11px}
.product-v13-info h1{font-family:'Space Grotesk',sans-serif!important;font-size:clamp(2.1rem,3.7vw,4rem)!important;line-height:.96!important;letter-spacing:-.045em!important;text-transform:uppercase!important;color:#fff!important;margin:0 0 18px!important}
.product-v13-rating{display:flex;align-items:center;gap:10px;color:#e8ddd9}.product-v13-rating span{letter-spacing:.12em;color:#ff786a;font-size:11px}.product-v13-rating small{color:#89817e}
.product-v13-price{font-size:1.35rem;font-weight:800;margin:22px 0 18px;color:#fff}.product-v13-price span{font-size:.9rem;color:#6f6966;text-decoration:line-through;margin-left:8px}
.product-v13-description{font-size:13px;line-height:1.75;color:#bcb4b1;margin:0 0 26px}
.product-v13-option-block{padding:18px 0;border-top:1px solid rgba(255,255,255,.07)}
.product-v13-option-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.product-v13-option-head span{color:#8f8885}.product-v13-option-head b{color:#fff;font-size:10px}
.product-v13-options{display:flex;flex-wrap:wrap;gap:8px}.product-v13-options .option{background:#101014;border:1px solid rgba(255,255,255,.1);color:#d2ccca;border-radius:999px;padding:9px 12px;font-size:10px;cursor:pointer}.product-v13-options .option.active{background:#fff;color:#080808;border-color:#fff}
.color-picker-group{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.color-picker-btn{display:inline-flex;align-items:center;gap:8px;background:#111116;border:1.5px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 14px 6px 7px;cursor:pointer;transition:all .2s ease;color:#d6cfcb;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.color-picker-btn:hover{border-color:rgba(255,255,255,.4);background:#191922;transform:translateY(-1px)}
.color-picker-btn.active{background:#1c1a1e;border-color:#ea4b3b;color:#fff;box-shadow:0 0 0 2px rgba(234,75,59,.35)}
.swatch-disc{width:20px;height:20px;border-radius:50%;display:inline-block;flex-shrink:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25),0 2px 4px rgba(0,0,0,.6)}
.color-picker-btn[data-color-slug="white"] .swatch-disc,.color-picker-btn[data-color-slug="white-white"] .swatch-disc{box-shadow:inset 0 0 0 1px rgba(0,0,0,.35),0 2px 4px rgba(0,0,0,.3)}
.color-name-tag{line-height:1}
.product-v13-buyrow{display:grid;grid-template-columns:auto 1fr auto;gap:10px;margin-top:21px}.product-v13-buyrow .qty{height:54px;border-radius:14px;background:#0e0e12;border:1px solid rgba(255,255,255,.1)}.product-v13-buyrow .qty button{width:38px}.product-v13-add{appearance:none;border:none;border-radius:14px;background:var(--v13-red);color:#fff;font-weight:900;font-size:10px;letter-spacing:.12em;padding:0 20px;cursor:pointer}.product-v13-add span{margin-left:10px}.product-v13-wish{appearance:none;border:1px solid rgba(255,255,255,.1);background:#0e0e12;color:#fff;border-radius:14px;width:54px;font-size:20px;cursor:pointer}
.product-v13-perks{display:grid;grid-template-columns:1fr;gap:0;margin:24px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.product-v13-perks>div{padding:12px 0}.product-v13-perks>div+div{border-top:1px solid rgba(255,255,255,.05)}.product-v13-perks strong{display:block;font-size:9px;letter-spacing:.11em;color:#eee9e6}.product-v13-perks small{display:block;margin-top:4px;color:#77716f;font-size:10px}
.product-v13-detail{border-bottom:1px solid rgba(255,255,255,.07);padding:15px 0}.product-v13-detail summary{cursor:pointer;list-style:none;font-size:9px;font-weight:800;letter-spacing:.12em;color:#ddd8d5}.product-v13-detail summary::-webkit-details-marker{display:none}.product-v13-detail summary::after{content:'+';float:right;color:#ff7467}.product-v13-detail[open] summary::after{content:'−'}.product-v13-detail p,.product-v13-detail ul{color:#918b88;font-size:11px;line-height:1.7;padding-left:18px}.product-v13-detail p{padding-left:0}
.spec-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:11px}.spec-row:last-child{border-bottom:none}.spec-row span{color:#88827f;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600}.spec-row b{color:#e5deda;text-align:right;font-weight:600}
.product-feature-list{padding-left:18px;margin:6px 0;color:#b5ada9;font-size:11.5px;line-height:1.7}.product-feature-list li{margin-bottom:4px}
.product-v13-related{padding:70px 0 90px;border-top:1px solid rgba(255,255,255,.07)}.product-v13-related-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.product-v13-related-head span{font-family:'YH8ME Ruler','Street Ruler',cursive;color:#ff7769;font-size:1.3rem}.product-v13-related-head a{font-size:9px;letter-spacing:.12em;color:#a39d9a}

/* Admin uses catalog media before artwork registry */
.admin-product-card img{object-fit:contain!important;background:#0d0d12!important;padding:14px!important;height:250px!important}
.admin-recent-row img{object-fit:contain!important;background:#0d0d12!important;padding:5px!important}

@media(max-width:1100px){
  .signature-section-v13 .signature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.signature-card-v13.signature-lead .signature-image{min-height:0;aspect-ratio:1/1!important}
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-v13-shell{grid-template-columns:1fr;gap:20px}.product-v13-info{position:relative;top:auto}.product-v13-stage{min-height:580px}
}
@media(max-width:760px){
  .brand-ribbon-inner{height:96px}
  .signature-section-v13 .signature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.signature-card-v13 .signature-copy{padding:13px}.signature-card-v13 .signature-copy>a{font-size:11px!important}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card-v13{border-radius:16px!important}.product-card-v13 .product-image{padding:8px!important}.product-card-v13 .product-info{padding:11px!important}.product-card-v13 .product-name{font-size:10px!important;min-height:42px!important}.product-category-label{font-size:8px}.product-card-v13 .product-meta{gap:5px}.product-card-v13 .price{font-size:10px!important}
  .shop-head{padding:44px 0 24px!important}.shop-title{font-size:clamp(2.8rem,15vw,4.8rem)!important}.shop-kicker{font-size:12px!important}.filters{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:5px!important;width:100%!important}.filter{white-space:nowrap!important}
  .product-v13-breadcrumb{padding-top:16px}.product-v13-shell{padding-bottom:48px}.product-v13-stage{min-height:430px;padding:28px;border-radius:20px}.product-v13-stage img{max-height:380px}.product-v13-stage::after{font-size:5rem}.product-v13-thumbs{grid-template-columns:repeat(5,1fr);gap:6px}.product-v13-thumb{border-radius:10px}.product-v13-info{padding:22px 18px;border-radius:20px}.product-v13-info h1{font-size:clamp(2rem,10vw,3.1rem)!important}.product-v13-buyrow{grid-template-columns:1fr 1fr}.product-v13-buyrow .qty{grid-column:1}.product-v13-add{grid-column:2}.product-v13-wish{grid-column:1/-1;width:100%;height:48px}.product-v13-related{padding:50px 0}.product-v13-related .products-grid{grid-template-columns:repeat(2,1fr)}
}


/* ===== YH8ME V14 BRAND LAYOUT + BOTTOMS + ADMIN NAV ===== */
/* Sacred Symbolism: centered statement with the three brand colors running west-to-east below it. */
.color-philosophy{padding:104px 0;background:radial-gradient(circle at 50% 0%,rgba(210,54,34,.10),transparent 34%),#030303}
.color-philosophy-grid{display:block!important;max-width:1380px;margin:0 auto}
.color-intro{text-align:center;max-width:900px;margin:0 auto 48px}
.color-intro .premium-kicker{justify-content:center}
.color-intro h2{margin-left:auto;margin-right:auto}
.color-intro p{max-width:760px;margin:18px auto 0;color:#a9a2a0;line-height:1.75}
.color-lines{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border-top:0!important}
.color-lines article{display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:16px!important;min-height:280px;padding:34px 28px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.014));position:relative;overflow:hidden}
.color-lines article::after{content:'YH8ME';position:absolute;right:-10px;bottom:-26px;font-family:'YH8ME Ruler','Street Ruler',cursive;font-size:4.2rem;color:rgba(210,54,34,.08);transform:rotate(-7deg);pointer-events:none}
.color-lines article>div{position:relative;z-index:1}
.color-lines strong{display:block;font-size:1.2rem!important;line-height:1.15;margin:4px auto 12px;max-width:18ch}
.color-lines p{font-size:.94rem!important;line-height:1.72!important;color:#aaa3a1!important;margin:0 auto!important;max-width:32ch}
.color-swatch{width:46px!important;height:46px!important;border-radius:50%;border:2px solid rgba(255,255,255,.28);box-shadow:0 0 0 7px rgba(255,255,255,.025)}
.color-swatch.red{background:#d23622}.color-swatch.black{background:#050505}.color-swatch.white{background:#f4f0ea}

/* About page Sacred Symbolism follows the same centered west-to-east visual order. */
.about-symbol-v7 .section-topline.compact{justify-content:center;text-align:center}
.about-symbol-v7 .section-topline.compact>div{margin:0 auto}
.about-symbol-grid{max-width:1380px;margin:42px auto 0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}

/* Official YH8ME brand signature: show the FULL approved pattern, including little red YH8ME marks and white divider lines. */
.official-brand-signature{padding:76px 0!important;background:#000!important;border-top:2px solid #f4f0ea!important;border-bottom:2px solid #f4f0ea!important}
.official-brand-frame{max-width:1500px;margin:0 auto;border:0!important;border-top:3px solid #fff!important;border-bottom:3px solid #fff!important;border-radius:0!important;background:#000!important;box-shadow:0 26px 80px rgba(0,0,0,.5)!important;overflow:visible!important}
.official-brand-frame img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}

/* Clear, persistent back-to-store control in the authenticated admin area. */
.admin-head-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px;min-width:min(100%,620px)}
.admin-back-store-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.16);border-radius:13px;background:#f3efea;color:#050505!important;text-decoration:none;font-weight:900;font-size:.78rem;letter-spacing:.10em;text-transform:uppercase;transition:.18s ease}
.admin-back-store-btn:hover{background:#fff;transform:translateY(-1px)}

@media(max-width:980px){
  .color-lines,.about-symbol-grid{grid-template-columns:1fr!important}
  .color-lines article{min-height:auto}
  .admin-head-actions{align-items:stretch;min-width:0;width:100%}
  .admin-back-store-btn{align-self:flex-start}
}
@media(max-width:760px){
  .color-philosophy{padding:70px 0}
  .color-intro{margin-bottom:30px}
  .official-brand-signature{padding:36px 0!important}
  .official-brand-frame{border-top-width:2px!important;border-bottom-width:2px!important}
}

/* ===== YH8ME V15 SCOPED VISUAL CORRECTION =====
   Only the two requested areas are changed:
   1) official brand image framing/width
   2) collection/category headline treatment
*/

/* Use ONLY the white divider lines that are already inside the approved image. */
.official-brand-signature{
  padding:58px 0!important;
  background:#000!important;
  border-top:0!important;
  border-bottom:0!important;
}
.official-brand-frame{
  width:min(100%,1120px)!important;
  max-width:1120px!important;
  margin:0 auto!important;
  border:0!important;
  border-top:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:#000!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.official-brand-frame img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Restore category/product collection headers to the SAME YH8ME STREET/pattern language as homepage display headings. */
.shop-title{
  font-family:'Street Exact','YH8ME Street Raw',sans-serif!important;
  font-weight:400!important;
  font-size:clamp(3.3rem,6vw,6.7rem)!important;
  line-height:.90!important;
  letter-spacing:.01em!important;
  text-transform:uppercase!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  background-image:linear-gradient(rgba(255,255,255,.04),rgba(255,255,255,.04)),var(--yh-brand-pattern)!important;
  background-size:680px auto!important;
  background-position:center!important;
  background-repeat:repeat!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:1.15px rgba(248,244,240,.95)!important;
  filter:drop-shadow(0 7px 18px rgba(0,0,0,.48))!important;
  text-shadow:none!important;
}

@media(max-width:760px){
  .official-brand-signature{padding:34px 0!important}
  .official-brand-frame{width:min(100%,680px)!important}
  .shop-title{font-size:clamp(2.8rem,15vw,4.8rem)!important}
}


/* ===== YH8ME V17 — LOWER HOME BRAND SIGNATURE ONLY =====
   Scoped correction requested by user:
   - lower homepage branding composition spans full viewport width
   - much shorter/narrower vertically
   - uses only the white lines built into the approved image
   - no other site sections are changed
*/
.official-brand-signature{
  padding:34px 0!important;
  background:#000!important;
  border:0!important;
  overflow:hidden!important;
}
.official-brand-signature>.container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.official-brand-signature .official-brand-frame{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  background:#000!important;
}
.official-brand-signature .official-brand-frame img{
  display:block!important;
  width:100%!important;
  height:180px!important;
  max-height:180px!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
}
@media(max-width:760px){
  .official-brand-signature{padding:22px 0!important}
  .official-brand-signature .official-brand-frame img{
    height:104px!important;
    max-height:104px!important;
  }
}

/* V18: permanent product delete control */
.admin-button.danger{background:#2a0b09!important;border-color:#7d2119!important;color:#ff9a8d!important}
.admin-button.danger:hover{background:#5a1712!important;border-color:#d33829!important;color:#fff!important}

/* ==========================================================================
   YH8ME V22 COMPLETE MOBILE & TOUCH OPTIMIZATION ENGINE
   ========================================================================== */

/* Global Mobile Foundation & Touch Performance */
html, body {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  /* Form inputs: 16px font prevents iOS automatic viewport zoom */
  input, select, textarea {
    font-size: 16px !important;
  }

  /* Announcement Bar */
  .announcement {
    height: 34px !important;
    min-height: 34px !important;
    font-size: 11.5px !important;
    letter-spacing: .06em !important;
    padding: 0 10px !important;
  }
  .announcement a {
    font-size: 11.5px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  /* Mobile Header */
  .site-header {
    background: rgba(4, 4, 6, 0.96) !important;
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  }
  .header-inner {
    height: 64px !important;
    padding: 0 4px !important;
  }
  .logo img {
    width: 122px !important;
    height: 32px !important;
  }
  .icon-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
  }
  .icon-btn svg {
    width: 18px !important;
    height: 18px !important;
  }
  .badge {
    min-width: 18px !important;
    height: 18px !important;
    font-size: 9px !important;
    right: -3px !important;
    top: -3px !important;
  }

  /* Mobile Navigation Slide-out Drawer */
  .mobile-drawer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000 !important;
    background: rgba(0, 0, 0, 0.78) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.24s ease !important;
    display: block !important;
  }
  .mobile-drawer.open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .mobile-panel {
    width: min(340px, 86vw) !important;
    height: 100% !important;
    background: #09090c !important;
    border-right: 1px solid rgba(255, 255, 255, 0.10) !important;
    padding: 22px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    transform: translateX(-100%) !important;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .mobile-drawer.open .mobile-panel {
    transform: translateX(0) !important;
  }
  .mobile-panel-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin-bottom: 14px !important;
  }
  .mobile-drawer-logo {
    width: 118px !important;
    height: 30px !important;
    object-fit: contain !important;
  }
  .mobile-nav-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    flex: 1 !important;
  }
  .mobile-nav-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 12px !important;
    border-radius: 12px !important;
    color: #c9c9d0 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: background 0.18s ease, color 0.18s ease !important;
  }
  .mobile-nav-links a.active, .mobile-nav-links a:hover {
    background: rgba(207, 56, 41, 0.12) !important;
    color: #fff !important;
  }
  .mobile-nav-links a.active b, .mobile-nav-links a:hover b {
    color: var(--red-bright) !important;
  }
  .mobile-nav-links a b {
    font-size: 14px !important;
    color: #6d6d74 !important;
  }
  .mobile-drawer-footer {
    padding-top: 18px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin-top: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .mobile-drawer-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .mobile-drawer-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 10px !important;
    border-radius: 12px !important;
    background: #121217 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    position: relative !important;
  }
  .mobile-drawer-btn svg {
    width: 15px !important;
    height: 15px !important;
  }
  .mobile-drawer-sublink {
    display: block !important;
    text-align: center !important;
    padding: 9px 0 !important;
    font-size: 11px !important;
    color: #8e8e96 !important;
    letter-spacing: 0.04em !important;
  }
  .mobile-drawer-tagline {
    text-align: center !important;
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
    color: #63636b !important;
    font-weight: 700 !important;
    padding-top: 4px !important;
  }

  /* Search Overlay on Mobile */
  #searchOverlay .mobile-panel {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 0 24px 24px !important;
    height: auto !important;
    max-height: 85vh !important;
    transform: translateY(-100%) !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
  #searchOverlay.open .mobile-panel {
    transform: translateY(0) !important;
  }

  /* Homepage Hero Section (Mobile Overlay Layout) */
  .premium-hero {
    min-height: auto !important;
    padding: 10px 0 24px !important;
    background: transparent !important;
  }
  .premium-hero-grid {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .hero-showcase-frame {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: clamp(450px, 65vh, 520px) !important;
    aspect-ratio: auto !important;
    max-height: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #09090c !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65) !important;
    margin: 0 auto !important;
  }
  .hero-showcase-frame img,
  .hero-showcase-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 85% center !important;
    display: block !important;
    transition: opacity 0.22s ease !important;
  }
  .hero-showcase-gradient {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to right, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.82) 42%, rgba(5, 5, 5, 0.22) 68%, transparent 92%),
                linear-gradient(to top, rgba(5, 5, 5, 0.85) 0%, transparent 40%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }
  .hero-showcase-badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 5 !important;
    background: rgba(5, 5, 5, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    color: var(--red-bright, #ea4b3b) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    text-decoration: none !important;
  }
  .hero-showcase-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 22px 18px !important;
    pointer-events: none !important;
  }
  .hero-overlay-inner {
    pointer-events: auto !important;
    max-width: 62% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
  }
  .premium-hero-progress {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-bottom: 12px !important;
  }
  .premium-progress-dot {
    width: 24px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: rgba(255, 255, 255, 0.22) !important;
  }
  .premium-progress-dot.active span {
    background: #ea4b3b !important;
  }
  .street-hero-title {
    font-size: clamp(20px, 5.8vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.04 !important;
    letter-spacing: 0.02em !important;
    margin: 0 0 8px !important;
    text-align: left !important;
  }
  .street-primary {
    color: #f5f4f0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
  }
  .street-accent {
    font-style: italic !important;
    color: #ea4b3b !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
  }
  .hero-overlay-inner p {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    margin: 0 0 16px !important;
    max-width: 280px !important;
    color: #cfcfd6 !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
  }
  .premium-actions {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .premium-button {
    padding: 10px 18px !important;
    font-size: 10px !important;
    border-radius: 999px !important;
    width: auto !important;
    min-width: auto !important;
    text-decoration: none !important;
  }
  .premium-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 16px !important;
    font-size: 10px !important;
    border-radius: 999px !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    background: rgba(10, 10, 10, 0.65) !important;
    width: auto !important;
    min-width: auto !important;
    text-decoration: none !important;
  }

  /* Brand Proof 3 Numbers */
  .brand-proof {
    display: block !important;
    background: rgba(9, 9, 9, 0.88) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 18px 0 !important;
  }
  .brand-proof-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  .brand-proof-grid > div {
    padding: 14px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    display: grid !important;
    grid-template-columns: 28px 1fr !important;
    gap: 10px !important;
    align-items: start !important;
  }
  .proof-number {
    font-size: 18px !important;
    color: var(--red-bright) !important;
  }
  .brand-proof strong {
    font-size: 12.5px !important;
    color: #fff !important;
  }
  .brand-proof small {
    font-size: 11px !important;
    color: #92929b !important;
    line-height: 1.5 !important;
    display: block !important;
    margin-top: 2px !important;
  }

  /* Section Toplines & Headlines */
  .editorial-section, .color-philosophy {
    padding: 56px 0 !important;
  }
  .section-topline {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
  }
  .section-topline h2, .color-intro h2, .manifesto-content h2, .closing-grid h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem) !important;
    line-height: 1.02 !important;
  }

  /* Homepage Featured Signature Products Grid */
  .signature-section-v13 .signature-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .signature-card-v13 {
    border-radius: 18px !important;
    background: #09090c !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
  }
  .signature-card-v13 .signature-image {
    aspect-ratio: 1/1 !important;
    min-height: 0 !important;
    padding: 12px !important;
    background: #ffffff !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .signature-card-v13 .signature-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    mix-blend-mode: multiply !important;
  }
  .signature-card-v13 .signature-index {
    font-size: 9px !important;
    top: 8px !important;
    left: 8px !important;
    padding: 4px 7px !important;
  }
  .signature-card-v13 .signature-copy {
    padding: 12px 10px 14px !important;
    gap: 4px !important;
  }
  .signature-card-v13 .signature-copy > span {
    font-size: 8.5px !important;
    color: #938d8a !important;
  }
  .signature-card-v13 .signature-copy > a {
    font-size: 11.5px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    min-height: 30px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .signature-card-v13 .signature-copy > div {
    margin-top: 6px !important;
    padding-top: 6px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  .signature-card-v13 .signature-copy > div b {
    font-size: 12px !important;
    color: #fff !important;
  }
  .signature-card-v13 .signature-copy > div span {
    font-size: 8px !important;
    color: #ff786a !important;
  }

  /* Catalog / Shop Products Grid */
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .product-card-v13 {
    border-radius: 18px !important;
    background: #09090c !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  .product-card-v13 .product-image {
    aspect-ratio: 1/1 !important;
    padding: 12px !important;
    background: #ffffff !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .product-card-v13 .product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    mix-blend-mode: multiply !important;
  }
  .product-card-v13 .product-info {
    padding: 12px 10px 14px !important;
  }
  .product-category-label {
    font-size: 8.5px !important;
    margin-bottom: 4px !important;
  }
  .product-card-v13 .product-name {
    font-size: 11.5px !important;
    line-height: 1.3 !important;
    min-height: 30px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .product-card-v13 .product-meta {
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  .product-card-v13 .price {
    font-size: 12px !important;
  }
  .product-card-v13 .pill {
    font-size: 8px !important;
    padding: 4px 7px !important;
    top: 8px !important;
    left: 8px !important;
  }

  /* Purpose & Manifesto Banner */
  .manifesto-banner {
    min-height: auto !important;
    padding: 48px 0 !important;
  }
  .manifesto-content {
    padding: 10px 0 !important;
  }
  .manifesto-content h2 {
    font-size: clamp(1.9rem, 8vw, 2.7rem) !important;
    line-height: 1.04 !important;
  }
  .manifesto-content p {
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin: 16px 0 22px !important;
  }

  /* Category Editorial Cards */
  .category-editorial-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    border-top: none !important;
  }
  .category-editorial-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 16px !important;
    min-height: 72px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #0b0b0e !important;
  }
  .category-editorial-card > span {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--red-bright) !important;
    margin-right: 12px !important;
  }
  .category-editorial-card > div {
    flex: 1 !important;
  }
  .category-editorial-card strong {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }
  .category-editorial-card small {
    font-size: 10px !important;
    color: #8c8c96 !important;
  }
  .category-editorial-card > b {
    font-size: 16px !important;
    color: #85858d !important;
    margin-left: 10px !important;
  }

  /* Sacred Symbolism / Color Philosophy */
  .color-philosophy {
    padding: 56px 0 !important;
  }
  .color-intro {
    margin-bottom: 28px !important;
    text-align: center !important;
  }
  .color-intro p {
    font-size: 13px !important;
    line-height: 1.65 !important;
    margin-top: 12px !important;
  }
  .color-lines {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .color-lines article {
    min-height: auto !important;
    padding: 22px 18px !important;
    border-radius: 18px !important;
    gap: 12px !important;
  }
  .color-swatch {
    width: 38px !important;
    height: 38px !important;
  }
  .color-lines strong {
    font-size: 1.1rem !important;
    margin: 0 0 6px !important;
  }
  .color-lines p {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
  }

  /* Closing Statement */
  .closing-statement {
    padding: 56px 0 !important;
  }
  .closing-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }
  .closing-grid h2 {
    font-size: clamp(2.3rem, 9.5vw, 3.4rem) !important;
    line-height: 0.95 !important;
  }
  .closing-grid .premium-button {
    width: 100% !important;
    max-width: 280px !important;
  }

  /* Shop Page Header, Filter Pills & Search */
  .shop-head {
    padding: 34px 0 20px !important;
  }
  .shop-heading-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  .shop-title {
    font-size: clamp(2.4rem, 10vw, 3.6rem) !important;
    line-height: 0.92 !important;
  }
  .shop-kicker {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  .shop-controls {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin-top: 18px !important;
    padding-top: 16px !important;
  }
  .search-box {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 16px !important;
    border-radius: 14px !important;
  }
  .filters {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
    gap: 8px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .filters::-webkit-scrollbar {
    display: none !important;
  }
  .filter {
    white-space: nowrap !important;
    padding: 10px 18px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
    flex-shrink: 0 !important;
  }

  /* Product Details Page */
  .product-v13-breadcrumb {
    padding: 14px 0 10px !important;
    font-size: 9px !important;
  }
  .product-v13-shell {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding-bottom: 48px !important;
  }
  .product-v13-stage {
    min-height: 350px !important;
    max-height: 400px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }
  .product-v13-stage img {
    max-height: 310px !important;
  }
  .product-v13-thumbs {
    display: flex !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding-bottom: 6px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .product-v13-thumbs::-webkit-scrollbar {
    display: none !important;
  }
  .product-v13-thumb {
    width: 62px !important;
    height: 62px !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
  }
  .product-v13-info {
    padding: 22px 18px !important;
    border-radius: 22px !important;
    position: static !important;
  }
  .product-v13-info h1 {
    font-size: clamp(1.7rem, 7.5vw, 2.5rem) !important;
    line-height: 1.02 !important;
  }
  .product-v13-price {
    font-size: 1.35rem !important;
    margin: 16px 0 14px !important;
  }
  .product-v13-description {
    font-size: 13px !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
  }
  .product-v13-options {
    gap: 8px !important;
  }
  .product-v13-options .option {
    min-height: 42px !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
  }
  .product-v13-buyrow {
    display: grid !important;
    grid-template-columns: 96px 1fr 48px !important;
    gap: 8px !important;
    align-items: stretch !important;
    margin-top: 20px !important;
  }
  .product-v13-buyrow .qty {
    height: 50px !important;
    border-radius: 12px !important;
  }
  .product-v13-buyrow .qty button {
    width: 30px !important;
  }
  .product-v13-buyrow .qty span {
    font-size: 14px !important;
  }
  .product-v13-add {
    min-height: 50px !important;
    font-size: 11px !important;
    border-radius: 12px !important;
    padding: 0 14px !important;
  }
  .product-v13-wish {
    min-height: 50px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
  }
  .product-v13-related {
    padding: 42px 0 60px !important;
  }

  /* Cart & Checkout */
  .two-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .cart-row {
    grid-template-columns: 74px 1fr auto !important;
    gap: 12px !important;
    padding: 14px 0 !important;
  }
  .cart-row img {
    width: 74px !important;
    height: 74px !important;
    border-radius: 12px !important;
  }
  .panel {
    padding: 20px 16px !important;
    border-radius: 20px !important;
  }
  .input {
    min-height: 46px !important;
    font-size: 16px !important;
    border-radius: 12px !important;
  }
  .btn {
    min-height: 48px !important;
    font-size: 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
  }

  /* Mobile Footer */
  .footer {
    padding: 42px 0 24px !important;
  }
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 16px !important;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1 !important;
  }
  .footer-logo {
    width: 130px !important;
  }
  .footer h4 {
    font-size: 11px !important;
    margin-bottom: 12px !important;
    color: #fff !important;
  }
  .footer a {
    font-size: 12px !important;
    margin: 8px 0 !important;
    padding: 3px 0 !important;
  }
  .lead {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
  }
  .copyright {
    margin-top: 26px !important;
    padding-top: 16px !important;
    font-size: 9.5px !important;
    text-align: center !important;
  }
}

