
/* V13: self-contained hero animation + cache-busted menu behavior */
: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;}
.nav.open .menu{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;z-index:999!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{display:none!important;}
.ddk-hero-v13{display:block!important;position:relative!important;background:#000!important;padding:clamp(38px,5vw,72px) 0 clamp(46px,6vw,74px)!important;overflow:hidden!important;}
.ddk-hero-v13-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-v13{position:relative!important;width:100%!important;max-width:600px!important;overflow:visible!important;margin:0!important;padding-top:42px!important;}
.ddk-stage-v13{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-v13,.ddk-front-v13,.ddk-king-v13,.ddk-crown-v13{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-v13{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;}

/* Guy is guaranteed visible in the final state. Animation starts lower and rises up. */
.ddk-king-v13{left:50%!important;bottom:29%!important;width:42%!important;z-index:6!important;opacity:1!important;transform:translateX(-50%) translateY(0)!important;transform-origin:50% 100%!important;animation:ddkKingVisibleV13 1.05s cubic-bezier(.18,.82,.14,1) .2s both!important;filter:drop-shadow(0 18px 24px rgba(0,0,0,.45))!important;}

/* Crown is also guaranteed visible in the final state, sitting on the ball/head. */
.ddk-crown-v13{left:50%!important;bottom:77%!important;width:15%!important;z-index:7!important;opacity:1!important;transform:translateX(-47%) translateY(0) rotate(-20deg) scale(1)!important;transform-origin:50% 82%!important;animation:ddkCrownVisibleV13 .92s cubic-bezier(.15,.9,.18,1) 1.15s both!important;filter:drop-shadow(0 12px 16px rgba(0,0,0,.52))!important;}
.ddk-front-v13{left:0!important;bottom:0!important;width:100%!important;z-index:4!important;}

@keyframes ddkKingVisibleV13{0%{transform:translateX(-50%) translateY(82%);opacity:1}68%{transform:translateX(-50%) translateY(-7%);opacity:1}100%{transform:translateX(-50%) translateY(0);opacity:1}}
@keyframes ddkCrownVisibleV13{0%{transform:translateX(-47%) translateY(-190%) rotate(-34deg) scale(.95);opacity:1}72%{transform:translateX(-47%) translateY(8%) rotate(-14deg) scale(1.03);opacity:1}100%{transform:translateX(-47%) translateY(0) rotate(-20deg) scale(1);opacity:1}}

.ddk-copy-v13{position:relative!important;z-index:3!important;max-width:560px!important;}
.ddk-title-v13{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-v13 span{color:var(--ddk-red)!important;}
.ddk-sub-v13{max-width:600px!important;margin:0!important;color:#e8e8ee!important;line-height:1.7!important;font-size:1.12rem!important;}
.ddk-actions-v13{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin:28px 0 22px!important;}
.ddk-features-v13{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;}
.ddk-features-v13 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-v13 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-v13-grid{grid-template-columns:1fr!important;gap:24px!important}.ddk-scene-v13{max-width:min(100%,560px)!important;margin:0 auto!important}.ddk-copy-v13{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-v13{padding-top:22px!important}.ddk-scene-v13{width:min(100%,460px)!important;padding-top:40px!important}.ddk-title-v13{font-size:clamp(3.2rem,16vw,5.2rem)!important}.ddk-sub-v13{font-size:1rem!important}.ddk-actions-v13 .btn{width:100%!important}.ddk-features-v13{grid-template-columns:1fr!important;gap:14px!important}}
@media(max-width:430px){.header-socials{display:none!important}.ddk-scene-v13{width:calc(100vw - 18px)!important;margin-left:-6px!important}}
