/* TakaraTomy review: keep originals unchanged and crop only their display. */
.portfolio-beyblade,.portfolio-zoids{aspect-ratio:16/9;overflow:hidden;position:relative;display:block}
.portfolio-beyblade>img,.portfolio-zoids>img{width:100%;height:100%;object-fit:cover;object-position:center}
.archive-game-link{display:inline-flex;align-items:center;gap:18px;min-height:44px;font-size:11px;text-decoration:none;border-bottom:1px solid currentColor;margin-top:6px}
.home-brands{border-top:1px solid var(--line);padding-block:80px 96px}
.home-brands .portfolio-heading{margin-bottom:42px}
.home-brands .portfolio-heading .eyebrow{margin-bottom:20px}
.home-brands .portfolio-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px}
.home-brands .portfolio-project-copy{padding-top:24px}
.home-brands h3{font-size:clamp(22px,2.3vw,34px);margin-bottom:17px}
.home-brands .portfolio-credit{font-size:14px;color:var(--muted);line-height:1.9}
.home-brands .portfolio-project-copy>p{font-size:14px}
.home-brands .portfolio-inline-metric{margin-top:20px}
.home-brands .portfolio-inline-metric strong{font-size:34px;font-family:Arial,sans-serif;font-weight:400;letter-spacing:-.035em;margin-inline:8px}
.home-brands .text-link{margin-top:20px;font-size:12px}
.home-brands .portfolio-project-copy .copyright{font-size:9px}
#works .work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
#works .work h3{font-size:clamp(20px,2vw,27px)}
@media(max-width:900px){#works .work-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){#works .work-grid{grid-template-columns:1fr}.home-brands{padding-block:48px 60px}.home-brands .portfolio-pair{grid-template-columns:1fr;gap:42px}.home-brands h2{font-size:31px}.home-brands h3{font-size:23px}.home-brands .portfolio-heading{margin-bottom:30px}.home-brands .portfolio-project-copy{padding-top:22px}}

/* User-provided official logo, preserved at its original aspect ratio. */
.portfolio-beyblade>img.beyblade-logo{position:absolute;top:5%;right:4%;width:43%;height:auto;object-fit:contain;background:transparent;filter:drop-shadow(0 1px 3px rgba(0,0,0,.7))}
