/**
 * Atelier — T3 Campaign Landing (seasonal-sale campaign page).
 * Source: design/store-theme/01-atelier-fashion/pages/T3 Campaign Landing.dc.html
 */
.atl-campaign-hero { position: relative; }
.atl-campaign-hero-media { aspect-ratio: 21/7; }
.atl-campaign-hero-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 64px; gap: 16px; }
.atl-campaign-eyebrow { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--atl-accent-2); }
.atl-campaign-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.12; margin: 0; font-size: 56px; text-wrap: balance; }

.atl-campaign-hero-cta { width: fit-content; margin-top: 8px; }

.atl-campaign-grid-section { padding: 48px 40px 0; }
.atl-campaign-grid-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.12; margin: 0 0 22px; font-size: 30px; text-wrap: balance; }

.atl-campaign-story { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 56px; background: var(--atl-surface); border: 1px solid var(--atl-border); }
.atl-campaign-story-media { aspect-ratio: 4/3; }
.atl-campaign-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; gap: 14px; }
.atl-campaign-story-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.12; margin: 0; font-size: 26px; text-wrap: balance; }
.atl-campaign-story-body { font-size: 14.5px; line-height: 1.7; color: var(--atl-text-muted); margin: 0; }

@media (max-width: 767px) {
  .atl-campaign-hero-overlay { padding: 0 24px; }
  .atl-campaign-title { font-size: 32px; }
  .atl-campaign-grid-section { padding: 32px 20px 0; }
  .atl-campaign-story { grid-template-columns: 1fr; }
  .atl-campaign-story-copy { padding: 24px; }
}

/* R11-07/R11-08: the fabricated promo-code block (.atl-campaign-promo) and the
   hardcoded countdown (.atl-campaign-countdown) were removed from the template,
   so their rules are removed here rather than left as dead CSS. */
.atl-campaign-empty { max-width: 620px; margin: 24px auto 0; text-align: center; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.atl-campaign-empty-text { font-size: 15px; line-height: 1.7; color: var(--atl-text-muted); margin: 0; }
