/* Magia Flory offers experience — editorial, calm, responsive. */
:root {
  --offers-ink: #263a2b;
  --offers-deep: #29452f;
  --offers-green: #3f6042;
  --offers-sage: #dfe7d6;
  --offers-sage-soft: #edf1e6;
  --offers-paper: #f7f1e7;
  --offers-cream: #fbf7ef;
  --offers-white: #fffdf8;
  --offers-clay: #a96f53;
  --offers-line: rgba(43, 70, 48, .15);
  --offers-shadow: 0 22px 70px rgba(34, 57, 39, .10);
}

/* A permanent, calm entry point next to Catalog. */
.desktop-nav .nav-link--offers {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(63, 96, 66, .12);
  border-radius: 999px;
  background: rgba(223, 231, 214, .52);
  color: var(--offers-deep);
}
.desktop-nav .nav-link--offers:hover,
.desktop-nav .nav-link--offers.is-active {
  border-color: rgba(63, 96, 66, .3);
  background: var(--offers-sage);
}
.nav-offer-mark {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--offers-deep);
  color: #fff;
  font: 700 11px/1 system-ui, sans-serif;
}
.mobile-drawer__offer {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 5px 0 10px;
  min-height: 52px;
  padding: 12px 14px !important;
  border: 1px solid rgba(63, 96, 66, .18);
  border-radius: 13px;
  background: linear-gradient(115deg, #e7eddf, #f4efe4);
  color: var(--offers-deep) !important;
}
.mobile-drawer__offer span { font-weight: 700; }
.mobile-drawer__offer small {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--offers-deep);
  color: #fff;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Shared editorial language. */
.storefront-offers,
.page-offers { color: var(--offers-ink); }
.offers-kicker,
.offers-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--offers-green);
  font: 700 11px/1.2 system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.offers-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: .55;
}
.offers-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}
.offers-section-head > div { max-width: 790px; }
.offers-section-head h2 {
  margin: 12px 0 10px;
  color: var(--offers-ink);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.offers-section-head h2 em {
  color: var(--offers-green);
  font-weight: 400;
}
.offers-section-head p {
  max-width: 660px;
  margin: 0;
  color: rgba(38, 58, 43, .72);
  font-size: 15px;
  line-height: 1.65;
}
.offers-all-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  white-space: nowrap;
  color: var(--offers-deep);
  font-weight: 650;
  text-decoration: none;
}
.offers-all-link span { transition: transform .2s ease; }
.offers-all-link:hover span { transform: translateX(4px); }

/* Homepage — deliberately not a carousel. */
.storefront-offers--home {
  position: relative;
  overflow: hidden;
  padding: 88px 0 94px;
  background:
    radial-gradient(circle at 88% 5%, rgba(103, 132, 87, .13), transparent 28%),
    linear-gradient(180deg, #fbf7ef 0%, #f7f1e7 100%);
}
.storefront-offers--home::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 280px;
  height: 330px;
  content: "";
  opacity: .13;
  background: url('/assets/images/home-identity/asset-eucalyptus.png') center/contain no-repeat;
  pointer-events: none;
}
.offers-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, .88fr);
  gap: 18px;
}
.offers-feature {
  position: relative;
  display: grid;
  min-height: 490px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
  overflow: hidden;
  border: 1px solid rgba(63, 96, 66, .13);
  border-radius: 28px;
  background: linear-gradient(124deg, #f8f3e9 0%, #eef2e6 55%, #dbe4d1 100%);
  box-shadow: var(--offers-shadow);
  color: inherit;
  text-decoration: none;
}
.offers-feature__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 4vw, 58px);
}
.offers-feature h3 {
  max-width: 590px;
  margin: 18px 0 16px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.offers-feature h3 em { color: var(--offers-green); font-weight: 400; }
.offers-feature__copy > p {
  max-width: 520px;
  margin: 0;
  color: rgba(38, 58, 43, .72);
  font-size: 15px;
  line-height: 1.65;
}
.offers-feature__price {
  display: flex;
  align-items: end;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}
.offers-feature__price > strong {
  color: var(--offers-deep);
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: .85;
}
.offers-feature__price > span { display: grid; gap: 3px; color: rgba(38,58,43,.7); }
.offers-feature__price b { color: var(--offers-ink); font-size: 18px; }
.offers-feature__price del { opacity: .58; font-size: 14px; }
.offers-feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--offers-deep);
  color: #fff;
  font: 650 13px/1 system-ui, sans-serif;
}
.offers-feature__cta i { font-style: normal; }
.offers-feature__visual { position: relative; min-width: 0; overflow: hidden; }
.offers-feature__visual::before {
  position: absolute;
  inset: 9% 7% 8% -12%;
  content: "";
  border-radius: 50% 45% 50% 44%;
  background: rgba(255,255,255,.46);
}
.offers-feature__visual > img:first-child {
  position: absolute;
  width: 112%;
  height: 100%;
  inset: 0 -6% 0 auto;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.offers-feature__visual .offers-feature__bottle {
  position: absolute;
  z-index: 2;
  right: 11%;
  bottom: 6%;
  width: min(54%, 220px);
  height: 73%;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(33, 47, 32, .20));
}
.offers-mini-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.offers-mini {
  position: relative;
  display: flex;
  min-height: 235px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 28px 30px;
  border: 1px solid rgba(63, 96, 66, .12);
  border-radius: 24px;
  color: var(--offers-ink);
  text-decoration: none;
}
.offers-mini--sage { background: linear-gradient(120deg, #dfe7d6, #ecf0e6); }
.offers-mini--paper { background: linear-gradient(120deg, #f4ecdf, #faf5ec); }
.offers-mini > strong {
  margin: 14px 0 6px;
  color: var(--offers-green);
  font-family: var(--font-display, Georgia, serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}
.offers-mini h3 { max-width: 240px; margin: 0 0 7px; font-family: var(--font-display, Georgia, serif); font-size: 24px; font-weight: 400; line-height: 1.05; }
.offers-mini p { max-width: 245px; margin: 0; color: rgba(38,58,43,.7); font-size: 13px; line-height: 1.48; }
.offers-mini__link { margin-top: auto; padding-top: 12px; font-size: 12px; }
.offers-mini > img { position: absolute; right: -30px; bottom: -30px; width: 170px; max-height: 180px; object-fit: contain; opacity: .42; transform: rotate(-7deg); }
.offers-products-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin: 50px 0 20px; }
.offers-products-head h3 { margin: 7px 0 0; font-family: var(--font-display, Georgia, serif); font-size: clamp(28px, 3vw, 38px); font-weight: 400; }
.offers-products-head > span { color: rgba(38,58,43,.55); font-size: 12px; }
.offers-home-footer { display: flex; justify-content: center; margin-top: 28px; }
.offers-home-footer a { display: inline-flex; min-height: 46px; align-items: center; gap: 14px; padding: 0 21px; border: 1px solid rgba(43,70,48,.28); border-radius: 999px; color: var(--offers-deep); font-weight: 650; text-decoration: none; }

/* Actual sale product cards. */
.offer-product-grid { display: grid; gap: 16px; }
.offer-product-grid--home { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-product-grid--page { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(43, 70, 48, .12);
  border-radius: 20px;
  background: rgba(255,253,248,.94);
  box-shadow: 0 12px 35px rgba(38,58,43,.06);
}
.offer-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / .92;
  overflow: hidden;
  background: linear-gradient(150deg, #edf1e7, #f8f2e8);
}
.offer-product-card__badge {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  display: grid;
  min-width: 48px;
  min-height: 32px;
  place-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--offers-deep);
  color: #fff;
  font: 700 12px/1 system-ui, sans-serif;
}
.offer-product-card__art { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.offer-product-card__bottle { position: absolute; right: 8%; bottom: 6%; width: 38%; height: 76%; object-fit: contain; filter: drop-shadow(0 14px 15px rgba(31,44,31,.18)); transition: transform .35s ease; }
.offer-product-card:hover .offer-product-card__art { transform: scale(1.025); }
.offer-product-card:hover .offer-product-card__bottle { transform: translateY(-5px); }
.offer-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.offer-product-card__copy a { color: inherit; text-decoration: none; }
.offer-product-card__copy h3 { margin: 0 0 4px; font-family: var(--font-display, Georgia, serif); font-size: 20px; font-weight: 400; line-height: 1.1; }
.offer-product-card__copy p { margin: 0 0 4px; color: rgba(38,58,43,.58); font-size: 12px; font-style: italic; }
.offer-product-card__copy small { color: rgba(38,58,43,.58); font-size: 11px; }
.offer-product-card__price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; padding-top: 18px; }
.offer-product-card__price strong { color: var(--offers-deep); font-size: 19px; }
.offer-product-card__price del { color: rgba(38,58,43,.42); font-size: 13px; }
.offer-product-card__until { margin: 7px 0 0; color: rgba(38,58,43,.56); font-size: 10px; }
.offer-product-card__buy { margin: 14px 0 0; }
.offer-product-card__buy button,
a.offer-product-card__buy {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  background: var(--offers-deep);
  color: #fff;
  font: 650 12px/1 system-ui, sans-serif;
  cursor: pointer;
  text-decoration: none;
}
a.offer-product-card__buy--muted { background: #e7ebdf; color: var(--offers-deep); }

/* Full offers hub. */
.page-offers { background: var(--offers-cream); }
.offers-page-hero { position: relative; overflow: hidden; padding: 70px 0 72px; background: linear-gradient(125deg, #f7f1e7 0%, #eef2e7 100%); }
.offers-page-hero::after { position: absolute; right: -70px; top: -45px; width: 320px; height: 360px; content: ""; opacity: .10; background: url('/assets/images/home-identity/deco-lavender.png') center/contain no-repeat; pointer-events: none; }
.offers-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .76fr); align-items: center; gap: clamp(40px, 6vw, 90px); }
.offers-page-hero .breadcrumbs { margin-bottom: 35px; }
.offers-page-hero__copy h1 { max-width: 760px; margin: 15px 0 20px; font-family: var(--font-display, Georgia, serif); font-size: clamp(54px, 7vw, 92px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.offers-page-hero__copy h1 em { display: block; color: var(--offers-green); font-weight: 400; }
.offers-page-hero__copy > p { max-width: 680px; margin: 0; color: rgba(38,58,43,.72); font-size: 17px; line-height: 1.65; }
.offers-page-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.offers-page-hero__chips a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; border: 1px solid rgba(43,70,48,.17); border-radius: 999px; background: rgba(255,255,255,.43); color: var(--offers-deep); font-size: 12px; font-weight: 650; text-decoration: none; }
.offers-hero-product { position: relative; display: flex; min-height: 470px; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 36px; border: 1px solid rgba(43,70,48,.13); border-radius: 30px; background: #e4eadb; box-shadow: var(--offers-shadow); color: var(--offers-ink); text-decoration: none; }
.offers-hero-product::before { position: absolute; inset: 0; content: ""; background: linear-gradient(155deg, rgba(255,255,255,.74), transparent 55%); z-index: 1; pointer-events: none; }
.offers-hero-product > * { position: relative; z-index: 2; }
.offers-hero-product h2 { max-width: 300px; margin: 16px 0 5px; font-family: var(--font-display, Georgia, serif); font-size: 31px; font-weight: 400; line-height: 1.03; }
.offers-hero-product > p { max-width: 290px; margin: 0; color: rgba(38,58,43,.62); font-size: 12px; }
.offers-hero-product__badge { display: inline-grid; min-height: 34px; place-items: center; align-self: flex-end; padding: 0 12px; border-radius: 999px; background: var(--offers-deep); color: #fff; font-weight: 750; }
.offers-hero-product__prices { display: flex; align-items: baseline; gap: 10px; margin-top: 15px; }
.offers-hero-product__prices strong { font-size: 22px; }
.offers-hero-product__prices del { opacity: .48; }
.offers-hero-product > img:not(.offers-hero-product__bottle) { position: absolute; z-index: 0; width: 72%; height: 60%; right: -5%; bottom: 0; object-fit: cover; border-radius: 45% 0 0 0; opacity: .9; }
.offers-hero-product__bottle { position: absolute; z-index: 3 !important; right: 10%; bottom: 4%; width: 31% !important; height: 55% !important; object-fit: contain !important; filter: drop-shadow(0 18px 18px rgba(32,50,33,.2)); }
.offers-hero-product > b,
.offers-hero-product--fallback > a { margin-top: auto; color: var(--offers-deep); font-size: 12px; font-weight: 700; text-decoration: none; }
.offers-page-section { padding: 88px 0; }
.offers-page-section--sage { background: var(--offers-deep); color: #fff; }
.offers-section-head--light h2,
.offers-section-head--light .offers-kicker { color: #fff; }
.offers-section-head--light p { color: rgba(255,255,255,.67); }
.offers-program-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.offers-program-card { position: relative; display: flex; min-height: 325px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); }
.offers-program-card--feature { background: var(--offers-paper); color: var(--offers-ink); }
.offers-program-card__number { display: block; font-family: var(--font-display, Georgia, serif); font-size: clamp(50px, 5vw, 72px); font-weight: 400; line-height: .9; }
.offers-program-card:not(.offers-program-card--feature) .offers-program-card__number { color: #e4eadb; }
.offers-program-card:not(.offers-program-card--feature) .offers-card-kicker { color: rgba(255,255,255,.64); }
.offers-program-card h3 { margin: 10px 0 8px; font-family: var(--font-display, Georgia, serif); font-size: 27px; font-weight: 400; }
.offers-program-card p { margin: 0 0 18px; color: inherit; opacity: .72; font-size: 13px; line-height: 1.55; }
.offers-program-card a { color: inherit; font-size: 12px; font-weight: 700; text-decoration: none; }
.offers-loyalty__levels { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--offers-line); border-radius: 24px; overflow: hidden; background: var(--offers-white); }
.offers-loyalty__levels article { position: relative; min-height: 250px; padding: 30px; border-right: 1px solid var(--offers-line); }
.offers-loyalty__levels article:last-child { border-right: 0; }
.offers-loyalty__levels article > span { color: rgba(38,58,43,.38); font: 700 11px/1 system-ui, sans-serif; letter-spacing: .12em; }
.offers-loyalty__levels strong { display: block; margin: 34px 0 8px; color: var(--offers-green); font-family: var(--font-display, Georgia, serif); font-size: 58px; font-weight: 400; line-height: .8; }
.offers-loyalty__levels h3 { margin: 0 0 8px; font-family: var(--font-display, Georgia, serif); font-size: 25px; font-weight: 400; }
.offers-loyalty__levels p { margin: 0; color: rgba(38,58,43,.62); font-size: 13px; line-height: 1.5; }
.offers-review { padding: 20px 0 88px; background: var(--offers-cream); }
.offers-review__grid { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 430px; overflow: hidden; border-radius: 28px; background: #e6ebdd; }
.offers-review__media img { width: 100%; height: 100%; object-fit: cover; }
.offers-review__copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 75px); }
.offers-review__number { position: absolute; right: 9%; top: 10%; color: rgba(63,96,66,.16); font-family: var(--font-display, Georgia, serif); font-size: clamp(80px, 12vw, 150px); line-height: 1; }
.offers-review__copy h2 { position: relative; margin: 12px 0 15px; font-family: var(--font-display, Georgia, serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: .95; }
.offers-review__copy p { position: relative; max-width: 590px; margin: 0; color: rgba(38,58,43,.7); line-height: 1.65; }
.offers-review__copy a { position: relative; display: inline-flex; align-self: flex-start; gap: 12px; margin-top: 24px; color: var(--offers-deep); font-weight: 700; text-decoration: none; }
.offers-faq { background: #f6efe4; }
.offers-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.offers-faq__grid > div:first-child h2 { margin: 12px 0; font-family: var(--font-display, Georgia, serif); font-size: 46px; font-weight: 400; }
.offers-faq__grid > div:first-child p { color: rgba(38,58,43,.64); line-height: 1.6; }
.offers-empty-state { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 38px; border: 1px solid var(--offers-line); border-radius: 22px; background: var(--offers-white); }
.offers-empty-state h3 { margin: 10px 0; font-family: var(--font-display, Georgia, serif); font-size: 30px; font-weight: 400; }
.offers-empty-state p { max-width: 650px; margin: 0; color: rgba(38,58,43,.65); }
.offers-empty-state > a { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; white-space: nowrap; color: var(--offers-deep); font-weight: 700; text-decoration: none; }

@media (max-width: 1180px) {
  .offers-editorial-grid { grid-template-columns: minmax(0, 1.45fr) minmax(275px, .8fr); }
  .offers-feature { min-height: 450px; grid-template-columns: 1.12fr .88fr; }
  .offer-product-grid--home,
  .offer-product-grid--page { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .offers-program-grid { grid-template-columns: 1fr 1fr; }
  .offers-program-card--feature { grid-column: span 2; min-height: 270px; }
}

@media (max-width: 940px) {
  .storefront-offers--home,
  .offers-page-section { padding-top: 68px; padding-bottom: 72px; }
  .offers-editorial-grid { grid-template-columns: 1fr; }
  .offers-feature { min-height: 430px; }
  .offers-mini-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .offers-page-hero__grid { grid-template-columns: 1fr; }
  .offers-page-hero__visual { max-width: 650px; }
  .offers-hero-product { min-height: 400px; }
  .offers-loyalty__levels { grid-template-columns: 1fr; }
  .offers-loyalty__levels article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--offers-line); }
  .offers-loyalty__levels article:last-child { border-bottom: 0; }
  .offers-loyalty__levels strong { margin-top: 20px; }
  .offers-review__grid { grid-template-columns: 1fr 1fr; }
  .offers-faq__grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 720px) {
  .offers-section-head { display: block; margin-bottom: 25px; }
  .offers-section-head h2 { font-size: clamp(34px, 10vw, 46px); }
  .offers-all-link { margin-top: 14px; }
  .storefront-offers--home { padding: 52px 0 58px; }
  .offers-feature { min-height: 570px; grid-template-columns: 1fr; }
  .offers-feature__copy { padding: 30px; }
  .offers-feature h3 { font-size: clamp(38px, 11vw, 50px); }
  .offers-feature__visual { position: absolute; right: 0; bottom: 0; width: 52%; height: 46%; opacity: .88; }
  .offers-feature__price { margin-top: 30px; }
  .offers-mini-stack { grid-template-columns: 1fr; }
  .offers-mini { min-height: 220px; }
  .offer-product-grid--home,
  .offer-product-grid--page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offers-products-head { align-items: start; }
  .offers-products-head > span { display: none; }
  .offers-page-hero { padding: 44px 0 54px; }
  .offers-page-hero .breadcrumbs { margin-bottom: 24px; }
  .offers-page-hero__copy h1 { font-size: clamp(50px, 16vw, 70px); }
  .offers-page-hero__copy > p { font-size: 15px; }
  .offers-page-hero__chips { flex-wrap: nowrap; margin-right: calc(var(--container-pad, 20px) * -1); padding-right: 20px; overflow-x: auto; scrollbar-width: none; }
  .offers-page-hero__chips::-webkit-scrollbar { display: none; }
  .offers-page-hero__chips a { flex: 0 0 auto; }
  .offers-hero-product { min-height: 390px; padding: 28px; }
  .offers-program-grid { grid-template-columns: 1fr; }
  .offers-program-card--feature { grid-column: auto; }
  .offers-program-card { min-height: 280px; }
  .offers-review__grid { grid-template-columns: 1fr; }
  .offers-review__media { height: 280px; }
  .offers-review__copy { padding: 36px 28px 42px; }
  .offers-empty-state { display: block; padding: 28px; }
  .offers-empty-state > a { margin-top: 22px; }
}

@media (max-width: 480px) {
  .nav-offer-mark { width: 19px; height: 19px; }
  .offers-card-kicker,
  .offers-kicker { font-size: 10px; }
  .offers-feature { min-height: 535px; border-radius: 22px; }
  .offers-feature__copy { padding: 25px 23px; }
  .offers-feature__visual { width: 56%; height: 40%; }
  .offers-feature__price { display: grid; gap: 8px; }
  .offers-feature__price > strong { font-size: 52px; }
  .offers-feature__cta { width: 100%; justify-content: space-between; }
  .offers-mini { padding: 24px; border-radius: 19px; }
  .offer-product-grid--home,
  .offer-product-grid--page { grid-template-columns: 1fr; }
  .offer-product-card { display: grid; grid-template-columns: 42% 58%; border-radius: 16px; }
  .offer-product-card__media { height: 100%; min-height: 230px; aspect-ratio: auto; }
  .offer-product-card__body { min-width: 0; padding: 15px; }
  .offer-product-card__copy h3 { font-size: 18px; }
  .offer-product-card__badge { top: 10px; left: 10px; min-width: 43px; min-height: 28px; }
  .offer-product-card__price { display: grid; gap: 1px; }
  .offers-page-hero__copy h1 { font-size: 51px; }
  .offers-hero-product { min-height: 355px; border-radius: 22px; }
  .offers-hero-product h2 { font-size: 27px; }
  .offers-hero-product > img:not(.offers-hero-product__bottle) { width: 76%; height: 53%; }
  .offers-page-section { padding: 58px 0; }
  .offers-program-card { min-height: 260px; padding: 25px; }
  .offers-loyalty__levels { border-radius: 18px; }
  .offers-loyalty__levels article { padding: 25px; }
  .offers-review__media { height: 230px; }
  .offers-faq__grid > div:first-child h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .offer-product-card__art,
  .offer-product-card__bottle,
  .offers-all-link span { transition: none !important; }
}
