body#index .etp-promos{
  box-sizing:border-box;
  width:100%;
  max-width:1480px;
  margin:30px auto 34px;
  padding:0 24px;
  --etp-orange:#ef7300;
  --etp-wine:#2d1718;
  --etp-cream:#f6f1ea;
  --etp-text:#1d1b1a;
  --etp-muted:#68625e;
}
body#index .etp-promos *,
body#index .etp-promos *:before,
body#index .etp-promos *:after{box-sizing:border-box}
body#index .etp-promos__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
body#index .etp-promos__card{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  min-width:0;
  min-height:318px;
  overflow:hidden;
  border:1px solid rgba(25,20,18,.075);
  border-radius:16px;
  background:#fff;
  box-shadow:0 9px 26px rgba(20,16,14,.045);
}
body#index .etp-promos--count-1 .etp-promos__card,
body#index .etp-promos--count-3 .etp-promos__card.is-featured{
  grid-column:1/-1;
  min-height:390px;
  grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
}
body#index .etp-promos--count-1 .etp-promos__title,
body#index .etp-promos--count-3 .etp-promos__card.is-featured .etp-promos__title{
  font-size:clamp(38px,3.2vw,58px);
  max-width:650px;
}
body#index .etp-promos__card--image-right .etp-promos__media{grid-column:2;grid-row:1}
body#index .etp-promos__card--image-right .etp-promos__content{grid-column:1;grid-row:1}
body#index .etp-promos__media{position:relative;min-width:0;min-height:100%;background:#e8e3dd;overflow:hidden}
body#index .etp-promos__media img{display:block;width:100%;height:100%;min-height:318px;object-fit:cover;transition:transform .45s ease}
body#index .etp-promos--count-1 .etp-promos__media img,
body#index .etp-promos--count-3 .etp-promos__card.is-featured .etp-promos__media img{min-height:390px}
body#index .etp-promos__media--left img{object-position:left center}
body#index .etp-promos__media--center img{object-position:center center}
body#index .etp-promos__media--right img{object-position:right center}
body#index .etp-promos__card:hover .etp-promos__media img{transform:scale(1.012)}
body#index .etp-promos__content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
  padding:34px 34px 32px;
  background:var(--etp-cream);
  color:var(--etp-text);
}
body#index .etp-promos__card--dark .etp-promos__content{background:var(--etp-wine);color:#fff}
body#index .etp-promos__eyebrow{
  margin:0 0 14px;
  color:var(--etp-orange);
  font-size:11px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
body#index .etp-promos__title{
  margin:0;
  max-width:440px;
  color:inherit;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(28px,2.35vw,40px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.025em;
}
body#index .etp-promos__text{
  margin:18px 0 0;
  max-width:440px;
  color:var(--etp-muted);
  font-size:15px;
  line-height:1.55;
}
body#index .etp-promos__card--dark .etp-promos__text{color:rgba(255,255,255,.78)}
body#index .etp-promos__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:48px;
  margin-top:26px;
  padding:12px 24px;
  border:0;
  border-radius:999px;
  background:var(--etp-orange);
  color:#fff!important;
  font-size:14px;
  line-height:1;
  font-weight:700;
  text-decoration:none!important;
  transition:transform .18s ease,filter .18s ease;
}
body#index a.etp-promos__cta:hover{transform:translateY(-1px);filter:brightness(.96)}
body#index .etp-promos__cta.is-disabled{opacity:.72;cursor:default}
body#index .etp-promos__placeholder{
  width:100%;height:100%;min-height:318px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;
  color:#8a827c;background:linear-gradient(135deg,#eee9e3,#ddd5cc);
}
body#index .etp-promos__placeholder svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2}
body#index .etp-promos__placeholder span{font-size:12px;letter-spacing:.12em;text-transform:uppercase}
body#index .etp-promos__dots{display:none}

@media(max-width:1199px){
  body#index .etp-promos__grid{grid-template-columns:1fr}
  body#index .etp-promos__card,
  body#index .etp-promos--count-1 .etp-promos__card,
  body#index .etp-promos--count-3 .etp-promos__card.is-featured{
    grid-column:auto;
    grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);
    min-height:330px;
  }
  body#index .etp-promos__media img,
  body#index .etp-promos--count-1 .etp-promos__media img,
  body#index .etp-promos--count-3 .etp-promos__card.is-featured .etp-promos__media img{min-height:330px}
  body#index .etp-promos--count-1 .etp-promos__title,
  body#index .etp-promos--count-3 .etp-promos__card.is-featured .etp-promos__title{font-size:clamp(34px,4vw,48px)}
}

@media(max-width:767px){
  body#index .etp-promos{margin:22px auto 28px;padding:0 12px;overflow:hidden}
  body#index .etp-promos__grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding-right:10%;
  }
  body#index .etp-promos__grid::-webkit-scrollbar{display:none}
  body#index .etp-promos__card,
  body#index .etp-promos--count-1 .etp-promos__card,
  body#index .etp-promos--count-3 .etp-promos__card.is-featured{
    display:flex;
    flex-direction:column;
    flex:0 0 88%;
    min-height:0;
    grid-template-columns:none;
    scroll-snap-align:start;
    border-radius:14px;
  }
  body#index .etp-promos__media,
  body#index .etp-promos__card--image-right .etp-promos__media{order:1;grid-column:auto;grid-row:auto;height:210px;min-height:210px}
  body#index .etp-promos__content,
  body#index .etp-promos__card--image-right .etp-promos__content{order:2;grid-column:auto;grid-row:auto;padding:25px 23px 24px;min-height:250px;justify-content:flex-start}
  body#index .etp-promos__media img,
  body#index .etp-promos--count-1 .etp-promos__media img,
  body#index .etp-promos--count-3 .etp-promos__card.is-featured .etp-promos__media img{height:210px;min-height:210px}
  body#index .etp-promos__placeholder{min-height:210px}
  body#index .etp-promos__eyebrow{font-size:10px;margin-bottom:11px}
  body#index .etp-promos__title,
  body#index .etp-promos--count-1 .etp-promos__title,
  body#index .etp-promos--count-3 .etp-promos__card.is-featured .etp-promos__title{font-size:30px;line-height:1.04}
  body#index .etp-promos__text{font-size:14px;line-height:1.5;margin-top:14px}
  body#index .etp-promos__cta{min-height:44px;margin-top:auto;padding:12px 20px;font-size:13px}
  body#index .etp-promos__dots{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px}
  body#index .etp-promos__dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d2cbc5;transition:transform .2s ease,background .2s ease}
  body#index .etp-promos__dot.is-active{background:var(--etp-orange);transform:scale(1.2)}
}

@media(prefers-reduced-motion:reduce){
  body#index .etp-promos__grid{scroll-behavior:auto}
  body#index .etp-promos__media img,
  body#index .etp-promos__cta{transition:none}
}
