/* Keep the offers area concise rather than screen-filling. */
.offers-showcase{padding:48px 7.5vw 18px}
.offers-intro{display:grid;grid-template-columns:auto 1fr minmax(230px,.75fr) auto;align-items:center;gap:26px;margin-bottom:24px}
.offers-intro p{margin:0;white-space:nowrap}
.offers-intro h2{font-size:38px;line-height:1;margin:0}
.offers-intro>span{font-size:14px;line-height:1.5;max-width:285px}
.offer-controls{grid-column:auto;grid-row:auto;justify-content:flex-end}
.offer-controls button{width:38px;height:38px;font-size:18px}
.offer-stage{min-height:365px}
.offer-slide{padding:34px 7vw}
.offer-content h3{font-size:38px;margin-bottom:22px}
.offer-stats{gap:28px;margin-bottom:22px}
.offer-stats b{font-size:23px}
.offer-slide img{max-height:285px}
@media(max-width:850px){.offers-intro{grid-template-columns:1fr 1fr;gap:16px}.offers-intro>span{max-width:360px}.offer-controls{justify-content:flex-start}.offer-stage{min-height:435px}}
@media(max-width:640px){.offers-showcase{padding:42px 24px 18px}.offers-intro{grid-template-columns:1fr}.offers-intro h2{font-size:35px}.offer-stage{min-height:535px}.offer-slide{padding:32px 25px}.offer-content h3{font-size:35px}}

/* Monthly offer posters: each CMS slot is a complete 16:9 artwork. */
.offer-stage{min-height:clamp(320px,48vw,610px)!important;aspect-ratio:16/9;background:#8d0b20;overflow:hidden}
.offer-slide{display:block;padding:0;clip-path:none;transform:scale(1.015)}
.offer-slide::after{background:linear-gradient(90deg,rgba(35,0,7,.42),transparent 45%,rgba(0,0,0,.12))}
.offer-slide img{width:100%;height:100%;max-height:none;object-fit:cover;filter:none;transform:none!important}
.offer-slide .offer-content{position:absolute;z-index:2;left:7vw;bottom:10%;max-width:42%;text-shadow:0 2px 18px rgba(0,0,0,.45)}
.offer-slide .offer-content h3{font-size:clamp(28px,3.5vw,52px);margin:0 0 18px}.offer-slide .offer-stats{margin-bottom:18px}.offer-slide .offer-content a{padding:13px 20px;background:rgba(0,0,0,.16)}
@media(max-width:640px){.offer-stage{aspect-ratio:4/5}.offer-slide .offer-content{left:25px;right:25px;bottom:8%;max-width:none}.offer-slide .offer-stats{gap:16px}.offer-slide .offer-stats b{font-size:18px}}
