.card-stack{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:0;min-height:450px;padding:24px 8px 0}.card-stack img{width:150%;max-width:none;filter:drop-shadow(0 24px 24px rgba(7,27,53,.28));transition:transform .25s ease}.card-stack img:nth-child(1){transform:translateX(30%) rotate(-8deg);z-index:1}.card-stack img:nth-child(2){transform:translateY(-28px);z-index:3}.card-stack img:nth-child(3){transform:translateX(-30%) rotate(8deg);z-index:2}.card-stack img:hover{transform:translateY(-42px) scale(1.04);z-index:4}.card-gallery{display:flex;align-items:center;justify-content:center;gap:0;overflow:hidden;padding:12px 0}.card-gallery img{width:26%;min-width:150px;margin:0 -5%;filter:drop-shadow(0 18px 17px rgba(0,0,0,.32));transition:transform .25s ease;transform:rotate(-3deg)}.card-gallery img:nth-child(2n){transform:translateY(-18px) rotate(3deg)}.card-gallery img:hover{transform:translateY(-35px) scale(1.06);z-index:2}.real-pack-grid article{background:linear-gradient(135deg,#eaf7ff,#f9fdff);overflow:hidden}.real-pack-grid img{mix-blend-mode:multiply}@media(max-width:900px){.card-stack{max-width:530px;margin:auto;min-height:390px}.card-gallery{justify-content:flex-start;overflow-x:auto;padding:24px 12%}.card-gallery img{flex:0 0 38%;margin:0 -10%}}@media(max-width:620px){.card-stack{min-height:300px}.card-stack img{width:155%}.card-gallery img{flex-basis:54%;margin:0 -14%}}
