:root{--bg:#08070b;--panel:#111017;--ink:#f8f5ed;--muted:#b9b0c4;--gold:#d8ad50;--purple:#6d2ec8;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:999;background:#fff;color:#000;padding:.75rem}.hol-header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,56px);position:sticky;top:0;z-index:50;background:rgba(8,7,11,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.hol-wordmark{color:var(--gold);text-decoration:none;font-weight:900;letter-spacing:.12em;font-size:14px}.hol-wordmark span{color:#fff}.hol-nav{display:flex;gap:18px}.hol-nav a,.hol-footer a{color:#ddd;text-decoration:none;font-size:13px}.hol-hero{position:relative;min-height:calc(100svh - 70px);display:grid;align-items:end;overflow:hidden}.hol-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hol-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.25) 38%,rgba(4,2,8,.92) 100%),linear-gradient(90deg,rgba(0,0,0,.55),transparent 65%)}.hol-hero-copy{position:relative;z-index:2;padding:72px clamp(20px,6vw,90px);max-width:760px}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.2em}.hol-hero h1,.hol-intro h2,.hol-story h2,.hol-cta h2{margin:0;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;letter-spacing:.02em}.hol-hero h1{font-size:clamp(58px,12vw,150px);line-height:.82;text-shadow:0 8px 40px #000}.lede{max-width:570px;color:#e8e1eb;font-size:clamp(16px,2vw,20px);line-height:1.6}.hol-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:800;font-size:13px;letter-spacing:.05em}.btn-primary{background:linear-gradient(135deg,#c79a39,#f0d485);color:#130d03;box-shadow:0 10px 30px rgba(216,173,80,.18)}.btn-secondary{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(0,0,0,.25)}.hol-intro{padding:90px 20px 38px;text-align:center;max-width:860px;margin:auto}.hol-intro h2{font-size:clamp(42px,7vw,88px)}.hol-intro>p:last-child{color:var(--muted);line-height:1.7;font-size:17px}.brand-grid{max-width:1500px;margin:0 auto;padding:0 16px 90px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-card{position:relative;min-height:650px;overflow:hidden;border-radius:26px;border:1px solid var(--line);text-decoration:none;color:#fff;isolation:isolate}.brand-card:first-child{grid-column:1/-1;min-height:620px}.brand-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.brand-card:first-child img{object-position:center}.brand-card:hover img{transform:scale(1.035)}.brand-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.92) 100%)}.brand-card:after{content:"";position:absolute;inset:auto 0 0;height:5px;z-index:4}.brand-blue:after{background:#176fe8}.brand-yellow:after{background:#f2c400}.brand-purple:after,.brand-violet:after{background:#752bd1}.brand-red:after{background:#e21b2d}.brand-copy{position:absolute;z-index:3;left:24px;right:24px;bottom:26px;display:flex;flex-direction:column;gap:8px}.brand-copy small{font-size:10px;letter-spacing:.17em;color:#ddd}.brand-copy strong{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(34px,5vw,72px);letter-spacing:.03em}.brand-copy em{font-style:normal;font-size:11px;letter-spacing:.13em;color:#d0c9d4}.brand-copy b{margin-top:10px;font-size:13px}.hol-story{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1260px;margin:0 auto;padding:80px 22px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}.hol-story h2{font-size:clamp(52px,8vw,100px);line-height:.9}.hol-story>p{color:var(--muted);line-height:1.8;font-size:17px;margin:0}.text-link{color:var(--gold);text-decoration:none;font-weight:800}.hol-cta{text-align:center;padding:130px 20px;background:radial-gradient(circle at center,rgba(109,46,200,.24),transparent 42%)}.hol-cta h2{font-size:clamp(60px,10vw,126px);line-height:.88;margin-bottom:28px}.hol-footer{padding:42px clamp(20px,4vw,60px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:18px;color:#999}.hol-footer>div:first-child{display:flex;flex-direction:column;gap:6px}.hol-footer strong{color:var(--gold)}.hol-footer-links{display:flex;gap:18px}.hol-footer small{grid-column:1/-1}@media(max-width:800px){.hol-header{height:62px}.hol-nav a:nth-child(2){display:none}.hol-hero{min-height:82svh}.hol-hero>img{object-position:center top}.hol-hero-copy{padding:42px 20px}.hol-hero h1{font-size:58px}.lede{font-size:15px}.hol-actions .btn{width:100%}.brand-grid{grid-template-columns:1fr}.brand-card,.brand-card:first-child{grid-column:auto;min-height:500px}.brand-card img{object-position:center}.brand-card:first-child{min-height:420px}.hol-story{grid-template-columns:1fr;padding:64px 20px}.hol-footer{grid-template-columns:1fr}.hol-footer small{grid-column:auto}.hol-footer-links{flex-wrap:wrap}}@media(min-width:1100px){.brand-card:nth-child(2),.brand-card:nth-child(5){min-height:760px}}

/* V5 storefront collection + product pages */
.hol-collection-page,.hol-product-page{max-width:1200px;margin:0 auto;padding:48px 24px 80px;color:#fff;background:#07060a;min-height:75vh}
.hol-collection-head{padding:18px 0 36px;text-align:center}
.hol-collection-head h1,.hol-product-details h1{font-size:clamp(36px,7vw,72px);line-height:.95;margin:12px 0 18px;text-transform:uppercase;letter-spacing:-.03em}
.hol-back{display:inline-block;color:#e7c66a;text-decoration:none;font-weight:700;margin-bottom:22px}
.hol-collection-description{max-width:720px;margin:0 auto 12px;color:#c6c1cf}
.hol-count{color:#968f9e}
.hol-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hol-product-card{display:block;color:#fff;text-decoration:none;background:#111016;border:1px solid #27232e;border-radius:20px;overflow:hidden}
.hol-product-media{aspect-ratio:1/1;background:#0b0a0e;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hol-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.hol-product-placeholder{color:#e7c66a;font-weight:900;letter-spacing:.2em}
.hol-product-info{padding:16px}
.hol-product-info h2{font-size:16px;margin:0 0 8px;text-transform:uppercase}
.hol-product-info p{margin:0;color:#e7c66a;font-weight:800}
.hol-empty{text-align:center;padding:70px 20px;border:1px solid #2c2833;border-radius:22px;background:#0e0c12}
.hol-empty h2{font-size:36px;margin:0 0 10px}.hol-empty p{color:#bdb7c6;max-width:560px;margin:0 auto 28px}
.hol-pagination{display:flex;justify-content:center;gap:20px;padding-top:34px}.hol-pagination a{color:#e7c66a}
.hol-product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}
.hol-product-gallery{background:#0d0b10;border-radius:22px;overflow:hidden}.hol-product-gallery img{width:100%;height:auto;display:block}
.hol-product-details{position:sticky;top:100px}.hol-product-price{font-size:24px;color:#e7c66a;font-weight:900}.hol-product-description{color:#c5bfca;line-height:1.6;margin:24px 0}
.hol-product-details select{width:100%;padding:15px;border-radius:12px;background:#111016;color:#fff;border:1px solid #3a3542;margin:8px 0 14px}.hol-add{width:100%;border:0;cursor:pointer}.hol-add[disabled]{opacity:.5;cursor:not-allowed}
@media(min-width:800px){.hol-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.hol-collection-page,.hol-product-page{padding:28px 16px 60px}.hol-product-layout{grid-template-columns:1fr;gap:24px}.hol-product-details{position:static}.hol-product-grid{gap:12px}.hol-product-card{border-radius:14px}.hol-product-info{padding:12px}.hol-product-info h2{font-size:13px}}

/* V6 — six brand worlds */
.hol-collection-page{max-width:none;padding:0;--brand:#d8ad50;--brand2:#f0d485;--brandglow:rgba(216,173,80,.22)}
.hol-collection-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--line)}
.hol-collection-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hol-collection-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,3,7,.08),rgba(4,3,7,.25) 35%,#07060a 96%),linear-gradient(90deg,rgba(0,0,0,.68),transparent 70%)}
.hol-collection-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,transparent,var(--brand),var(--brand2),transparent);box-shadow:0 0 35px var(--brandglow)}
.hol-collection-hero-copy{position:relative;z-index:2;width:min(1200px,100%);margin:0 auto;padding:72px 24px 62px}
.hol-collection-hero-copy h1{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(58px,10vw,132px);line-height:.82;margin:12px 0 18px;text-transform:uppercase;max-width:900px;text-shadow:0 10px 40px #000}
.hol-collection-hero .eyebrow,.hol-collection-hero .hol-back,.hol-empty .eyebrow{color:var(--brand2)}
.hol-brand-tagline{font-weight:900;letter-spacing:.18em;font-size:clamp(11px,1.5vw,16px);max-width:700px;margin:0 0 18px;color:#fff}
.hol-collection-hero .hol-collection-description{margin:0 0 12px;max-width:650px;color:#ddd;line-height:1.6}
.hol-collection-hero .hol-count{margin:0;color:#c7c0cb}
.hol-collection-body{max-width:1200px;margin:0 auto;padding:56px 24px 90px}
.hol-drop-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:0 2px 16px;margin-bottom:22px;color:#aaa;font-size:11px;font-weight:900;letter-spacing:.18em}.hol-drop-head span:first-child{color:var(--brand2)}
.hol-product-card{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.hol-product-card:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:0 18px 50px var(--brandglow)}
.hol-product-info p{color:var(--brand2)}.hol-empty{background:radial-gradient(circle at 50% 0,var(--brandglow),transparent 42%),#0e0c12}.hol-empty h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(44px,7vw,78px);line-height:.9}.hol-empty .btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2))}
.hol-brand-hty{--brand:#e1ad00;--brand2:#ffe06a;--brandglow:rgba(242,196,0,.22)}
.hol-brand-dark{--brand:#54209b;--brand2:#9b65ef;--brandglow:rgba(117,43,209,.25)}
.hol-brand-outsiders{--brand:#6b2ac4;--brand2:#b786ff;--brandglow:rgba(117,43,209,.25)}
.hol-brand-kold{--brand:#c91428;--brand2:#ff5969;--brandglow:rgba(226,27,45,.23)}
.hol-brand-db{--brand:#176fe8;--brand2:#6eb0ff;--brandglow:rgba(23,111,232,.24)}
.hol-brand-main{--brand:#b78a31;--brand2:#f0d485;--brandglow:rgba(216,173,80,.22)}
@media(max-width:700px){.hol-collection-hero{min-height:560px}.hol-collection-hero>img{object-position:center top}.hol-collection-hero-copy{padding:50px 20px 44px}.hol-collection-hero-copy h1{font-size:58px}.hol-collection-body{padding:38px 16px 64px}.hol-brand-tagline{letter-spacing:.12em;line-height:1.5}}
