.card-showcase{background:var(--yellow);display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;overflow:hidden}.showcase-copy h2{font-size:clamp(39px,4.3vw,60px);margin-bottom:22px}.showcase-copy>p:not(.eyebrow){line-height:1.7;max-width:440px}.deck-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.deck-stats span{background:#fff7e5;padding:8px 10px;border-radius:2px;font-size:12px;font-weight:600}.deck-stats b{font-family:Fraunces,serif;font-size:18px;margin-right:2px}.card-gallery{height:315px;position:relative}.card-gallery img{width:174px;position:absolute;border:4px solid var(--ink);border-radius:9px;box-shadow:7px 8px 0 rgba(32,37,44,.18);transition:transform .3s}.card-gallery img:nth-child(1){left:2%;top:27px;transform:rotate(-14deg)}.card-gallery img:nth-child(2){left:31%;top:0;z-index:2;transform:rotate(2deg)}.card-gallery img:nth-child(3){right:0;top:37px;transform:rotate(15deg)}.card-gallery img:hover{z-index:5;transform:translateY(-12px) rotate(0)}.cta-button{margin-top:2px}@media(max-width:760px){.card-showcase{grid-template-columns:1fr;gap:33px}.card-gallery{height:280px}.card-gallery img{width:145px}.card-gallery img:nth-child(1){left:0}.card-gallery img:nth-child(2){left:27%}}
