
/* V15: final inside-dumpster pop animation, crown on title, fixed menu */
:root{--ddk-black:#000;--ddk-charcoal:#08080a;--ddk-red:#e1132c;--ddk-red-dark:#980817;--ddk-yellow:#f8dd67;}
html,body,main{background:#000!important;color:#fff!important;}
.topbar{background:rgba(0,0,0,.97)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
.nav{min-height:76px!important;display:flex!important;align-items:center!important;position:relative!important;}
.brand-left{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important;}
.header-socials{display:flex!important;align-items:center!important;gap:8px!important;}
.header-socials a{width:36px!important;height:36px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;}
.header-socials svg{width:18px!important;height:18px!important;fill:currentColor!important;}
.menu{display:none!important;}
.nav-actions .btn-small{display:none!important;}
.mobile-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;min-width:92px!important;padding:0 20px!important;border:0!important;border-radius:999px!important;background:linear-gradient(180deg,#ff304a 0%,var(--ddk-red) 72%,var(--ddk-red-dark) 100%)!important;color:#fff!important;font-weight:1000!important;line-height:1!important;text-align:center!important;box-shadow:0 12px 28px rgba(225,19,44,.26)!important;cursor:pointer!important;}
.nav.open .menu{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;z-index:9999!important;width:min(270px,calc(100vw - 30px))!important;display:grid!important;gap:6px!important;padding:14px!important;background:#08080a!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:20px!important;box-shadow:0 24px 60px rgba(0,0,0,.5)!important;}
.nav.open .menu a{display:flex!important;align-items:center!important;min-height:44px!important;padding:0 12px!important;border-radius:12px!important;}
.nav.open .menu a:hover,.nav.open .menu a.active{background:rgba(225,19,44,.16)!important;color:var(--ddk-yellow)!important;}
.kicker,.section-tag,.eyebrow{display:none!important;}

.hero-home,.ddk-hero,.ddk-hero-v11,.ddk-hero-v12,.ddk-hero-v13,.ddk-hero-v14{display:none!important;}
.ddk-hero-v15{display:block!important;position:relative!important;background:#000!important;padding:clamp(34px,5vw,72px) 0 clamp(46px,6vw,74px)!important;overflow:hidden!important;}
.ddk-hero-v15-grid{display:grid!important;grid-template-columns:minmax(300px,600px) minmax(0,560px)!important;gap:clamp(28px,5vw,74px)!important;align-items:center!important;justify-content:space-between!important;}
.ddk-scene-v15{position:relative!important;width:100%!important;max-width:600px!important;overflow:visible!important;margin:0!important;padding-top:76px!important;}
.ddk-stage-v15{position:relative!important;width:100%!important;aspect-ratio:1103/823!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.ddk-dumpster-v15,.ddk-front-v15,.ddk-king-v15{position:absolute!important;user-select:none!important;-webkit-user-drag:none!important;pointer-events:none!important;max-width:none!important;height:auto!important;}
.ddk-dumpster-v15{left:0!important;bottom:0!important;width:100%!important;z-index:1!important;filter:drop-shadow(0 30px 32px rgba(0,0,0,.65))!important;}

/* Final pose matches the reference: upper body inside dumpster, shirt bottom hidden at the front lip. */
.ddk-king-v15{left:50%!important;bottom:41%!important;width:31%!important;z-index:3!important;opacity:1!important;transform:translateX(-50%) translateY(0)!important;transform-origin:50% 100%!important;animation:ddkKingPopV15 1.05s cubic-bezier(.18,.82,.14,1) .18s both!important;filter:drop-shadow(0 16px 22px rgba(0,0,0,.45))!important;}
.ddk-front-v15{left:0!important;bottom:0!important;width:100%!important;z-index:4!important;}

@keyframes ddkKingPopV15{
  0%{transform:translateX(-50%) translateY(82%);opacity:1}
  68%{transform:translateX(-50%) translateY(-5%);opacity:1}
  100%{transform:translateX(-50%) translateY(0);opacity:1}
}

.ddk-copy-v15{position:relative!important;z-index:3!important;max-width:560px!important;}
.ddk-title-v15{position:relative!important;margin:0 0 18px!important;font-family:Impact,Haettenschweiler,"Arial Black",sans-serif!important;text-transform:uppercase!important;line-height:.86!important;letter-spacing:.01em!important;font-size:clamp(4.2rem,8.2vw,7.2rem)!important;color:#fff!important;}
.ddk-title-v15 span:not(.crown-on-d){color:var(--ddk-red)!important;}
.crown-on-d{position:absolute!important;left:-.05em!important;top:-.42em!important;color:#ffd447!important;font-size:.34em!important;line-height:1!important;text-shadow:0 4px 12px rgba(0,0,0,.55);transform:rotate(-18deg)!important;animation:ddkTitleCrownPop .55s cubic-bezier(.18,.82,.14,1) 1.25s both!important;}
@keyframes ddkTitleCrownPop{0%{opacity:0;transform:translateY(-18px) rotate(-28deg) scale(.8)}100%{opacity:1;transform:translateY(0) rotate(-18deg) scale(1)}}
.ddk-sub-v15{max-width:600px!important;margin:0!important;color:#e8e8ee!important;line-height:1.7!important;font-size:1.12rem!important;}
.ddk-actions-v15{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin:28px 0 22px!important;}
.ddk-features-v15{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;}
.ddk-features-v15 strong{display:block!important;margin-bottom:7px!important;color:var(--ddk-yellow)!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:.82rem!important;}
.ddk-features-v15 p{margin:0!important;color:#c9c9d1!important;line-height:1.55!important;font-size:.94rem!important;}
.section.alt{background:#08080a!important;}

@media(max-width:1050px){.ddk-hero-v15-grid{grid-template-columns:1fr!important;gap:24px!important}.ddk-scene-v15{max-width:min(100%,560px)!important;margin:0 auto!important;padding-top:70px!important}.ddk-copy-v15{max-width:720px!important;margin:0 auto!important}}
@media(max-width:700px){.nav{min-height:72px!important}.brand-left{gap:8px!important}.logo-mark{width:48px!important;height:48px!important;border-radius:14px!important}.logo-text .top{font-size:1.18rem!important}.logo-text .bottom{font-size:.98rem!important}.header-socials{gap:4px!important}.header-socials a{width:29px!important;height:29px!important}.header-socials svg{width:14px!important;height:14px!important}.mobile-toggle{min-width:76px!important;min-height:42px!important;padding:0 13px!important}.ddk-hero-v15{padding-top:20px!important}.ddk-scene-v15{width:min(100%,460px)!important;padding-top:56px!important}.ddk-title-v15{font-size:clamp(3.2rem,16vw,5.2rem)!important}.ddk-sub-v15{font-size:1rem!important}.ddk-actions-v15 .btn{width:100%!important}.ddk-features-v15{grid-template-columns:1fr!important;gap:14px!important}.ddk-king-v15{bottom:40.5%!important;width:32%!important}}
@media(max-width:430px){.header-socials{display:none!important}.ddk-scene-v15{width:calc(100vw - 18px)!important;margin-left:-6px!important}}
