: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}}
