.toonhub-section{
  --toon-bg:#f4845f;
  --toon-panel:#f79b7f;
  --toon-ink:#ffffff;
  position:relative;
  min-height:clamp(560px,72vh,820px);
  margin:72px 0 96px;
  overflow:hidden;
  isolation:isolate;
  background:var(--toon-bg);
  color:var(--toon-ink);
  transition:background-color 650ms cubic-bezier(.4,0,.2,1);
}
.toonhub-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 16% 14%,rgba(255,255,255,.24),transparent 26%),
    radial-gradient(circle at 84% 12%,rgba(255,255,255,.18),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.05));
  pointer-events:none;
}
.toonhub-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.28;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  background-size:180px 180px;
}
.toonhub-shell{
  position:relative;
  z-index:3;
  width:min(100%,1440px);
  min-height:inherit;
  margin:0 auto;
}
.toonhub-ghost{
  position:absolute;
  top:16%;
  left:50%;
  z-index:1;
  transform:translateX(-50%);
  width:max-content;
  max-width:none;
  color:rgba(255,255,255,.92);
  font-family:"Clash Display",Satoshi,sans-serif;
  font-size:clamp(76px,18vw,270px);
  font-weight:900;
  line-height:.85;
  letter-spacing:-.04em;
  text-transform:uppercase;
  white-space:nowrap;
  pointer-events:none;
  user-select:none;
}
.toonhub-label{
  position:absolute;
  top:28px;
  left:clamp(18px,5vw,76px);
  z-index:8;
  max-width:min(44vw,440px);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.2em;
  text-transform:uppercase;
  opacity:.92;
}
.toonhub-panel{
  position:absolute;
  right:clamp(14px,7vw,120px);
  bottom:0;
  z-index:2;
  width:clamp(260px,38vw,560px);
  height:clamp(330px,58vh,640px);
  border-radius:44% 44% 0 0;
  background:var(--toon-panel);
  opacity:.8;
  filter:saturate(1.06);
  transition:background-color 650ms cubic-bezier(.4,0,.2,1),transform 650ms cubic-bezier(.4,0,.2,1);
}
.toonhub-art{
  position:absolute;
  right:clamp(-28px,5vw,78px);
  bottom:-3%;
  z-index:5;
  width:clamp(310px,44vw,660px);
  height:clamp(390px,70vh,760px);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  pointer-events:none;
  transition:transform 650ms cubic-bezier(.4,0,.2,1),filter 650ms cubic-bezier(.4,0,.2,1);
  transform:translateX(var(--toon-shift,0)) scale(var(--toon-scale,1));
  filter:drop-shadow(0 34px 52px rgba(0,0,0,.38));
}
.toonhub-art img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom center;
}
.toonhub-copy{
  position:absolute;
  left:clamp(18px,6vw,92px);
  bottom:clamp(24px,9vh,96px);
  z-index:9;
  width:min(420px,calc(100% - 36px));
}
.toonhub-title{
  margin:0 0 12px;
  color:#fff;
  font-family:"Clash Display",Satoshi,sans-serif;
  font-size:clamp(1.35rem,3vw,2.65rem);
  line-height:.98;
  letter-spacing:-.03em;
}
.toonhub-text{
  max-width:360px;
  margin:0 0 22px;
  color:rgba(255,255,255,.86);
  font-size:.98rem;
  line-height:1.65;
}
.toonhub-controls{
  display:flex;
  align-items:center;
  gap:14px;
}
.toonhub-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:2px solid rgba(255,255,255,.86);
  border-radius:999px;
  color:#fff;
  background:transparent;
  transition:transform 150ms ease,background-color 150ms ease;
}
.toonhub-button:hover,
.toonhub-button:focus-visible{
  transform:scale(1.08);
  background:rgba(255,255,255,.14);
  outline:none;
}
.toonhub-button svg{
  width:25px;
  height:25px;
  stroke-width:2.25;
}
.toonhub-dots{
  display:flex;
  align-items:center;
  gap:8px;
}
.toonhub-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.46);
  transition:width 250ms ease,background-color 250ms ease;
}
.toonhub-dot.is-active{
  width:28px;
  background:#fff;
}
.toonhub-dot:focus-visible{
  outline:2px solid rgba(255,255,255,.92);
  outline-offset:4px;
}
.toonhub-link{
  position:absolute;
  right:clamp(18px,5vw,82px);
  bottom:clamp(22px,9vh,86px);
  z-index:9;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-family:"Clash Display",Satoshi,sans-serif;
  font-size:clamp(1.35rem,4vw,3.6rem);
  line-height:.95;
  letter-spacing:-.03em;
  text-transform:uppercase;
  opacity:.95;
  transition:opacity 200ms ease,transform 200ms ease;
}
.toonhub-link:hover,
.toonhub-link:focus-visible{
  opacity:1;
  transform:translateX(4px);
  outline:none;
}
.toonhub-link svg{
  width:clamp(20px,3vw,34px);
  height:clamp(20px,3vw,34px);
  stroke-width:2.25;
}
@media(max-width:760px){
  .toonhub-section{
    min-height:690px;
    margin:52px 0 72px;
  }
  .toonhub-ghost{
    display:none;
  }
  .toonhub-label{
    left:18px;
    max-width:calc(100% - 36px);
  }
  .toonhub-panel{
    right:50%;
    bottom:16%;
    width:min(74vw,330px);
    height:360px;
    transform:translateX(50%);
  }
  .toonhub-art{
    right:50%;
    bottom:18%;
    width:min(92vw,430px);
    height:420px;
    transform:translateX(50%) translateX(var(--toon-shift,0)) scale(var(--toon-scale,1));
  }
  .toonhub-copy{
    left:18px;
    right:18px;
    bottom:22px;
    width:auto;
    text-shadow:0 2px 18px rgba(0,0,0,.24);
  }
  .toonhub-title{
    max-width:340px;
    font-size:clamp(1.18rem,7vw,1.85rem);
    line-height:1.05;
  }
  .toonhub-text{
    display:none;
  }
  .toonhub-link{
    display:none;
  }
  .toonhub-button{
    width:50px;
    height:50px;
  }
}
@media(prefers-reduced-motion:reduce){
  .toonhub-section,
  .toonhub-panel,
  .toonhub-art,
  .toonhub-dot,
  .toonhub-link,
  .toonhub-button{
    transition:none;
  }
}
