
/* ===== SLIDER CORE ===== */
.mw-slider { position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; opacity: 1 !important; }
.mw-slides { display: flex; transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.mw-slide { min-width: 100%; position: relative; height: 0; padding-bottom: 42%; background-size: cover; background-position: center; background-color: #1a1a1a; }
a.mw-slide-link { display: block; text-decoration: none; color: inherit; cursor: pointer; }
a.mw-slide-link:hover { text-decoration: none; color: inherit; }
a.mw-slide-link:hover .mw-cta { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.3); }

/* Inner content max-width so text doesn't stretch on big screens */

/* Fade-in animation for slide content */
@keyframes mwFadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.mw-slide .mw-text-block { opacity: 1; }
.mw-slide.active .mw-text-block { animation: mwFadeInUp 0.6s ease forwards; }

/* Nav arrows */
.mw-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: rgba(200,40,40,0.8); border: none; border-radius: 50%; color: #fff; font-size: 18px; cursor: pointer; z-index: 10; transition: background 0.2s; }
.mw-nav:hover { background: rgba(200,40,40,1); }
.mw-nav.prev { left: 12px; }
.mw-nav.next { right: 12px; }

/* Dots */
.mw-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.mw-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; cursor: pointer; transition: background 0.3s; }
.mw-dot.active { background: #fff; }

/* Content overlay */
.mw-content { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1400px; display: flex; padding: 50px 80px; z-index: 5; }
.mw-text-block { max-width: 500px; display: flex; flex-direction: column; }

/* Shared badge style */
.mw-badge { filter: drop-shadow(0 3px 8px rgba(0,0,0,0.5)); }

/* ================================================================
   SLIDE 1 (MAY) — AUNTY'S PUDDINGS
   Background: rustic kitchen scene with the 6 puddings centre-right.
   Empty space: LEFT zone for headline + body + CTA.
   Vibe: Warm, British, heritage. Playfair Display headline + Montserrat eyebrow/CTA.
   Asset paths use `preview/assets/...` relative to this file so the local preview
   resolves them. Replace with `https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-auntys-...` before SCP'ing to prod.
   ================================================================ */
.slide-auntys {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-auntys-desktop-1.jpg');
  background-position: center center;
}
/* Cream gradient on LEFT for text legibility — brand cream (#F2EBDC) fades into the product area */
.slide-auntys::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 50%;
  background: linear-gradient(to right,
    rgba(242,235,220,0.94) 0%,
    rgba(242,235,220,0.7) 55%,
    rgba(242,235,220,0.3) 85%,
    transparent 100%);
  z-index: 2;
}
.slide-auntys .mw-content {
  /* Override the default centered absolute container.
     Anchor a small block to the LEFT zone, vertically centered. */
  top: 50%;
  left: 5.5%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
  max-width: 30%;
  padding: 0;
  display: block;
  z-index: 3;
}
.slide-auntys .mw-text-block {
  max-width: 100%;
  display: block;
}
.slide-auntys .mw-eyebrow {
  margin: 0 0 22px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 24px);
  color: #8B5A2B;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
}
.slide-auntys .mw-headline {
  margin: 0 0 36px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(56px, 6vw, 110px);
  line-height: 1.05;
  color: #2A2421;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}
.slide-auntys .mw-subheading {
  margin: 0 0 24px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 28px);
  line-height: 1.4;
  color: rgba(42,36,33,0.85);
}
.slide-auntys .mw-bottom-row {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.slide-auntys .mw-cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 18px);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F2EBDC;
  background: #6B4423;
  padding: 16px 106px 16px 56px;
  border: 6px double #F2EBDC;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(60,40,20,0.18);
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.slide-auntys .mw-cta:hover {
  background: #503320;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(60,40,20,0.22);
}
.slide-auntys .mw-cta-d { display: inline-block; }
.slide-auntys .mw-cta-m { display: none; }
.slide-auntys .mw-badge-inline {
  position: absolute;
  left: 100%;
  top: 50%;
  width: clamp(160px, 12vw, 220px);
  height: auto;
  transform: translate(-45px, -50%);
  z-index: 2;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.3));
}
.slide-auntys .mw-badge-mobile { display: none; }
.slide-auntys .mw-logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 12%;
  max-width: 240px;
  height: auto;
  z-index: 4;
}

/* ================================================================
   SLIDE 2 (MAY) — BORDER BISCUITS
   Background: products LEFT, empty wood/wall area RIGHT.
   Text block: RIGHT zone, right-aligned, two-line headline.
   Logo bottom-LEFT, CTA + badge bottom-RIGHT (badge overlaps CTA's LEFT edge).
   Asset paths use `preview/assets/...` for local preview. Replace with
   `https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-border-...` before SCP'ing to prod.
   ================================================================ */
.slide-border {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-border-desktop-1.jpg');
  background-position: center center;
}
/* White gradient on RIGHT for text readability — mirror of Bottlegreen's left-side gradient */
.slide-border::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 64%;
  background: linear-gradient(to left, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0.3) 85%, transparent 100%);
  z-index: 2;
}
.slide-border .mw-content {
  top: 50%;
  right: 5.5%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
  max-width: 40%;
  padding: 0;
  display: block;
  z-index: 3;
  text-align: left;
}
.slide-border .mw-text-block {
  max-width: 100%;
  display: block;
  text-align: left;
}
.slide-border .mw-headline {
  margin: 0;
  line-height: 1.05;
}
.slide-border .mw-headline-1,
.slide-border .mw-headline-2 { display: block; }
.slide-border .mw-headline-1 {
  font-family: 'Bree Serif', 'Playfair Display', serif;  /* Recoleta Bold proxy */
  font-weight: 400;  /* Bree Serif ships at 400; visually heavy/squarish, matches BORDER wordmark */
  font-size: clamp(48px, 5vw, 96px);
  line-height: 1.05;
  color: #2B1810;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}
.slide-border .mw-headline-2 {
  font-family: 'Yellowtail', 'Playfair Display', cursive;  /* Allison Script / Caveat proxy — script callback to "Beautifully Crafted Biscuits" */
  font-weight: 400;
  font-style: normal;  /* Yellowtail is inherently italic-feel */
  font-size: clamp(42px, 4.6vw, 84px);
  line-height: 1.0;
  color: #6B2D5C;
  margin-top: 4px;
}
.slide-border .mw-subheading {
  margin: 28px 0 64px 0;
  font-family: 'Lora', 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(16px, 1.35vw, 24px);
  line-height: 1.45;
  color: rgba(43,24,16,0.85);
}
.slide-border .mw-bottom-row {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.slide-border .mw-cta {
  display: inline-block;
  font-family: 'Nunito', 'Montserrat', sans-serif;  /* Brandon Grotesque proxy — warm rounded sans matching pkg flavour-names */
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 18px);
  letter-spacing: 1.5px;
  color: #F2EBDC;
  background: #6B2D5C;
  padding: 20px 110px 20px 60px;
  border-radius: 14px 0 0 0;  /* only top-left rounded; bottom-left squared for leaf accent, right side flat into the badge */
  box-shadow: 0 6px 18px rgba(60,30,50,0.25);
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
/* Cream leaf accent in bottom-left — mirrors the same detail on the Border badge */
.slide-border .mw-cta::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #F2EBDC;
  border-radius: 0 14px 0 0;
  pointer-events: none;
}
.slide-border .mw-cta:hover {
  background: #4F1F44;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(60,30,50,0.25);
}
.slide-border .mw-cta-d { display: inline-block; }
.slide-border .mw-cta-m { display: none; }
.slide-border .mw-badge-inline {
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  width: clamp(160px, 12vw, 220px);
  height: auto;
  transform: translate(-45px, -50%);
  z-index: 2;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.3));
}
.slide-border .mw-badge-mobile { display: none; }
.slide-border .mw-logo {
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 72px;
  right: auto;
  width: 12%;
  max-width: 240px;
  height: auto;
  z-index: 4;
}

/* ================================================================
   SLIDE 3 (MAY) — ROBINSONS SQUASH (REVISED v2)
   Background: bottles + glass on garden table, sunny outdoor scene.
   Composition: top-band centred — headline + CTA in the upper 30% only.
                Bottles fill the middle/lower portion of the baked image.
                NO body line on desktop.
   Cream-to-transparent gradient on top 32% for text legibility.
   Logo bottom-LEFT (small), badge top-RIGHT corner.
   ================================================================ */
.slide-robinsons {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-robinsons-desktop-1.jpg');
  background-position: center center;
}
/* Cream gradient on LEFT side — fades into bottles in the middle */
.slide-robinsons::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 52%;
  background: linear-gradient(to right, rgba(255,251,240,0.97) 0%, rgba(255,251,240,0.85) 50%, rgba(255,251,240,0.45) 80%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
/* Cream gradient on RIGHT side — fades into bottles in the middle */
.slide-robinsons::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 48%;
  background: linear-gradient(to left, rgba(255,251,240,0.97) 0%, rgba(255,251,240,0.8) 50%, rgba(255,251,240,0.4) 80%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.slide-robinsons .mw-content {
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: none;
  padding: 0 5.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  text-align: left;
}
.slide-robinsons .mw-text-block {
  display: block;
  height: auto;
  flex: 0 0 auto;
}
.slide-robinsons .mw-text-left {
  text-align: right;
  flex: 0 0 36%;
  max-width: 36%;
}
.slide-robinsons .mw-text-right {
  text-align: left;
  flex: 0 0 38%;
  max-width: 38%;
  padding-left: 50px;
}
.slide-robinsons .mw-headline {
  margin: 0;
  font-family: 'Fredoka', 'Bowlby One', sans-serif;  /* Doughy-Regular proxy — chunky friendly rounded */
  font-weight: 700;
  font-size: clamp(60px, 5.8vw, 108px);
  line-height: 0.95;
  letter-spacing: -1px;
  color: #1F5E2E;
}
.slide-robinsons .mw-headline-1,
.slide-robinsons .mw-headline-2 { display: block; }
.slide-robinsons .mw-headline-2 { margin-top: 4px; }
.slide-robinsons .mw-subheading {
  margin: 18px 0 0 0;
  max-width: 100%;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(16px, 1.45vw, 24px);
  line-height: 1.45;
  color: #1F5E2E;
}
.slide-robinsons .mw-bottom-row {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.slide-robinsons .mw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(13px, 1.1vw, 17px);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #F2EBDC;
  background: #1F5E2E;
  padding: 14px 68px 14px 34px;  /* tightened by 2px each side to absorb border thickness */
  min-width: 240px;
  min-height: 52px;
  border: 2px solid #8AC53F;     /* apple green from the badge */
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(31,94,46,0.25);
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.slide-robinsons .mw-cta:hover {
  background: #154821;
  transform: scale(1.02);
}
.slide-robinsons .mw-cta-d { display: inline-flex; }
.slide-robinsons .mw-cta-m { display: none; }
.slide-robinsons .mw-badge-inline {
  display: block;
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  width: clamp(100px, 8vw, 140px);
  height: auto;
  transform: translate(-40px, -50%);
  z-index: 2;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.3));
}
.slide-robinsons .mw-badge-mobile { display: none; }
.slide-robinsons .mw-logo {
  position: absolute;
  top: 32px;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
  width: clamp(140px, 8%, 240px);
  max-width: none;
  height: auto;
  z-index: 4;
}

/* ================================================================
   SLIDE 1 — BOTTLEGREEN
   Background: Garden scene. Products center-right (bottles on table).
   Empty space: LEFT side, from top to bottom-left.
   Text: Left-aligned, vertically centered.
   Vibe: Fresh, springy, elegant. Playfair Display = classic British garden party.
   ================================================================ */
.slide-bottlegreen {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/03/april-bottlegreen-desktop-1-2048x954.jpg');
  background-position: 60% center;
}
/* Dark gradient on left side for text readability */
.slide-bottlegreen::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 55%;
  background: linear-gradient(to right, rgba(15,40,15,0.7) 0%, rgba(15,40,15,0.4) 60%, transparent 100%);
  z-index: 2;
}
.slide-bottlegreen .mw-content {
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}
.slide-bottlegreen .mw-text-block { max-width: 580px; }
.slide-bottlegreen .mw-logo {
  width: 130px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}
.slide-bottlegreen .mw-headline {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(56px, 5vw, 86px);
  line-height: 1.05;
  color: #fff;
  text-shadow: 2px 3px 20px rgba(0,0,0,0.5);
  margin-bottom: 16px;
}
.slide-bottlegreen .mw-subheading {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(17px, 1.4vw, 24px);
  color: #FFF8F0;
  text-shadow: 1px 2px 12px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.3);
  margin-bottom: 28px;
  line-height: 1.6;
}
.slide-bottlegreen .mw-bottom-row {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
.slide-bottlegreen .mw-badge { width: clamp(140px, 10vw, 180px); height: clamp(140px, 10vw, 180px); position: relative; z-index: 2; margin-left: -90px; }
.slide-bottlegreen .mw-cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 1vw, 16px);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #fff;
  background: #2D5A27;
  padding: 16px 80px 16px 45px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.slide-bottlegreen .mw-cta:hover { background: #1e4019; transform: translateY(-1px); box-shadow: 0 6px 25px rgba(0,0,0,0.4); }

/* ================================================================
   SLIDE 2 — TAVENERS
   Background: Dark Victorian sweet shop. Products center-left (tins on counter).
   Empty space: RIGHT side, dark shelves behind = great contrast.
   Text: Right-aligned, vertically centered.
   Vibe: Warm, nostalgic, heritage British. Abril Fatface = old-world charm.
   ================================================================ */
.slide-taveners {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/03/april-taveners-desktop-1-2048x958.jpg');
  background-position: 30% center;
}
/* Warm dark gradient from right for text area */
.slide-taveners::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 55%;
  background: linear-gradient(to left, rgba(20,12,5,0.75) 0%, rgba(20,12,5,0.4) 60%, transparent 100%);
  z-index: 2;
}
.slide-taveners .mw-content {
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
  padding-right: 120px;
}
.slide-taveners .mw-text-block { text-align: left; max-width: 700px; margin-right: 20px; padding-left: 150px; }
.slide-taveners .mw-logo {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 80px;
  z-index: 5;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}
.slide-taveners .mw-headline {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(56px, 5vw, 86px);
  line-height: 1.08;
  color: #FFF5E1;
  text-shadow: 3px 4px 20px rgba(0,0,0,0.6);
  margin-bottom: 14px;
}
.slide-taveners .mw-subheading {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: clamp(17px, 1.4vw, 24px);
  color: rgba(255,248,230,0.9);
  text-shadow: 1px 2px 14px rgba(0,0,0,0.7), 0 0 24px rgba(0,0,0,0.4);
  margin-bottom: 28px;
  line-height: 1.6;
}
.slide-taveners .mw-bottom-row {
  display: flex;
  align-items: center;
  gap: 0;
}
.slide-taveners .mw-badge { width: clamp(140px, 10vw, 180px); height: clamp(140px, 10vw, 180px); position: relative; z-index: 2; margin-right: -90px; }
.slide-taveners .mw-cta {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1vw, 16px);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #fff;
  background: #B91C1C;
  padding: 16px 65px 16px 80px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.slide-taveners .mw-cta { white-space: nowrap; }
.slide-taveners .mw-cta:hover { background: #8b1515; transform: translateY(-1px); box-shadow: 0 6px 25px rgba(0,0,0,0.5); }

/* ================================================================
   SLIDE 3 — MAIZENA
   Background: Bright modern kitchen. Product dead center (yellow box).
   Text: Bottom center, spread wide. "NEW" stands out in Maizena yellow.
   Vibe: Bold, warm, welcoming. Dark gradient at bottom for contrast.
   ================================================================ */
.slide-maizena {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/03/april-maizena-desktop-1-2048x951.jpg');
  background-position: center 25%;
}
.slide-maizena::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 48%;
  background: linear-gradient(to right, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.65) 65%, transparent 100%);
  z-index: 2;
}
.slide-maizena::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 30%;
  background: linear-gradient(to left, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
  z-index: 2;
}
.slide-maizena .mw-content {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 45%;
  z-index: 3;
}
.slide-maizena .mw-text-block { text-align: left; max-width: 420px; }
.slide-maizena .mw-headline {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: clamp(46px, 4vw, 72px);
  line-height: 1.1;
  color: #6B1A1A;
  margin-bottom: 12px;
}
.slide-maizena .mw-headline .mw-new {
  font-family: 'DM Serif Display', serif;
  color: #D4A010;
  font-size: clamp(52px, 4.5vw, 80px);
}
.slide-maizena .mw-subheading {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  margin-bottom: 28px;
  line-height: 1.6;
}
.slide-maizena .mw-bottom-row {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
  margin-top: 20px;
}
.slide-maizena .mw-badge { width: clamp(140px, 10vw, 180px); height: clamp(140px, 10vw, 180px); position: relative; z-index: 2; margin-right: -70px; }
.slide-maizena .mw-cta {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1vw, 16px);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #6B1A1A;
  background: #F5C518;
  padding: 16px 55px 16px 75px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.slide-maizena .mw-cta:hover { background: #d4a910; transform: translateY(-1px); box-shadow: 0 6px 25px rgba(0,0,0,0.4); }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mw-slide { height: 70vh; padding-bottom: 0 !important; }
  .mw-content { padding: 60px 20px 20px 20px !important; align-items: flex-start !important; justify-content: center !important; }
  .mw-text-block { max-width: 100% !important; text-align: center !important; display: flex; flex-direction: column; height: 100%; }
  .mw-nav { width: 30px; height: 30px; font-size: 14px; }

  /* Mobile backgrounds */
  .slide-auntys { background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-auntys-mobile-1.jpg'); background-position: center top; }
  .slide-border { background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-border-mobile-1.jpg'); background-position: center top; }
  .slide-robinsons { background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/04/may-robinsons-mobile-1.jpg'); background-position: center top; }
  .slide-bottlegreen { background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/03/april-bottlegreen-mobile-1-857x1536.jpg'); background-position: center top; }
  .slide-taveners { background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/03/april-taveners-mobile-1-857x1536.jpg'); background-position: center top; }
  .slide-maizena { background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/03/april-maizena-mobile-1-857x1536.jpg'); background-position: center top; }

  /* Kill desktop gradients on mobile */
  .slide-auntys::before,
  .slide-taveners::before,
  .slide-maizena::before,
  .slide-border::before,
  .slide-robinsons::before,
  .slide-robinsons::after { display: none; }

  /* Aunty's mobile — logo at top, then eyebrow + headline, badge floating, CTA anchored bottom */
  .slide-auntys .mw-content {
    position: absolute !important;
    top: 16% !important;
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center;
    display: block !important;
  }
  .slide-auntys .mw-text-block {
    text-align: center !important;
    display: block !important;
    height: auto !important;
  }
  .slide-auntys .mw-eyebrow { font-size: 12px; letter-spacing: 2px; margin: 0 0 8px 0; }
  .slide-auntys .mw-headline { font-size: 36px; line-height: 1.05; margin: 0; text-shadow: none; }
  .slide-auntys .mw-subheading { display: none; }
  .slide-auntys .mw-bottom-row { display: none; }
  .slide-auntys .mw-cta-d { display: none; }
  .slide-auntys .mw-cta-m {
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 80px;
    width: auto;
    font-size: 16px;
    padding: 16px 24px;
    min-height: 52px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .slide-auntys .mw-badge-mobile {
    display: block;
    position: absolute;
    top: auto;
    bottom: 4px;
    right: 12px;
    left: auto;
    transform: none;
    height: auto;
    width: 120px;
    max-width: 30%;
    z-index: 2;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.3));
  }
  .slide-auntys .mw-logo {
    display: block;
    top: 4%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 160px;
    max-width: 45%;
    height: auto;
    z-index: 4;
  }

  /* Border mobile — same shape as Aunty's: logo top, headline centred, CTA bottom-left, badge bottom-right overlapping CTA. */
  .slide-border .mw-content {
    position: absolute !important;
    top: 16% !important;
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center;
    display: block !important;
  }
  .slide-border .mw-text-block {
    text-align: center !important;
    display: block !important;
    height: auto !important;
  }
  .slide-border .mw-headline-1 {
    font-size: 46px;
    line-height: 1.0;
    margin: 0;
    text-shadow: none;
  }
  .slide-border .mw-headline-2 {
    font-size: 38px;
    line-height: 1.0;
    margin-top: 6px;
  }
  .slide-border .mw-subheading { display: none; }
  /* Show the in-flow bottom-row under the headlines on mobile (badge LEFT of CTA).
     Using flex-direction: row-reverse so DOM order stays CTA-then-badge but visually
     the badge sits on the left. Negative margin handles the overlap. */
  .slide-border .mw-bottom-row {
    display: inline-flex !important;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    margin-top: 28px;
  }
  .slide-border .mw-cta-d {
    display: inline-block;
    font-size: 16px;
    padding: 14px 28px 14px 60px;
    letter-spacing: 1px;
    min-height: auto;
    border-radius: 8px;
    position: relative;
    z-index: 1;
  }
  .slide-border .mw-cta-d::before { display: none; }
  .slide-border .mw-badge-inline {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 110px;
    height: auto;
    margin-right: -42px;
    z-index: 2;
  }
  /* Hide the bottom-anchored mobile CTA + corner badge — using inline pair instead */
  .slide-border .mw-cta-m { display: none; }
  .slide-border .mw-badge-mobile { display: none; }
  .slide-border .mw-logo {
    display: block;
    position: absolute;
    top: 8%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 160px;
    max-width: 45%;
    height: auto;
    z-index: 4;
  }

  /* Robinsons mobile — UPDATED: logo top-center, headline below, inline CTA + badge pair under headline, no corner badge */
  .slide-robinsons .mw-content {
    position: absolute !important;
    top: 22% !important;          /* push down so the top-centered logo has room above */
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    display: block !important;
    text-align: center;
    justify-content: initial;
    align-items: initial;
  }
  .slide-robinsons .mw-text-block,
  .slide-robinsons .mw-text-left,
  .slide-robinsons .mw-text-right {
    text-align: center !important;
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
  }
  .slide-robinsons .mw-headline {
    font-size: clamp(34px, 8vw, 46px);
    line-height: 1.05;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(255,255,255,0.7);
  }
  .slide-robinsons .mw-headline-1,
  .slide-robinsons .mw-headline-2 { display: block; }
  .slide-robinsons .mw-headline-2 { margin-left: 0; margin-top: 2px; }
  .slide-robinsons .mw-subheading { display: none; }
  /* Inline CTA + badge pair beneath the headline — badge sits LEFT of CTA, overlapping.
     Shift the cluster left by ~half the badge protrusion so the CTA's center sits on the slide center. */
  .slide-robinsons .mw-bottom-row {
    display: inline-flex !important;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    margin-top: 24px;
    transform: translateX(-32px);
  }
  .slide-robinsons .mw-cta-d {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 12px 26px 12px 56px;  /* extra left padding so badge has room to overlap */
    letter-spacing: 1px;
    min-width: auto;
    min-height: 46px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
  }
  .slide-robinsons .mw-badge-inline {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 78px;
    height: auto;
    margin-right: -36px;  /* negative margin pulls the badge over the CTA's left side */
    z-index: 2;
  }
  /* Hide the bottom-anchored CTA + corner badge — using the inline pair instead */
  .slide-robinsons .mw-cta-m { display: none; }
  .slide-robinsons .mw-badge-mobile { display: none; }
  /* Logo: top-center (was bottom-right) */
  .slide-robinsons .mw-logo {
    display: block;
    position: absolute;
    top: 4%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 180px;
    max-width: 50%;
    height: auto;
    z-index: 4;
  }

  /* Bottlegreen mobile */
  .slide-bottlegreen .mw-logo { width: auto; height: 30px; margin: 0 auto 10px auto; display: block; position: static; }
  .slide-bottlegreen .mw-headline { font-size: 38px; text-align: center; margin-bottom: 8px; }
  .slide-bottlegreen .mw-subheading { font-size: 15px; text-align: center; margin-bottom: 0; }

  /* Taveners mobile — text at top, button at bottom */
  .slide-taveners .mw-content { padding: 90px 20px 20px 20px !important; }
  .slide-taveners .mw-text-block { text-align: center !important; margin-right: 0 !important; }
  .slide-taveners .mw-logo { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 80px; z-index: 6; display: block; }
  .slide-taveners .mw-headline { font-size: 42px; text-shadow: 2px 3px 15px rgba(0,0,0,0.8); margin-bottom: 10px; }
  .slide-taveners .mw-subheading { font-size: 15px; text-shadow: 1px 2px 10px rgba(0,0,0,0.7); margin-bottom: 20px; }
  .slide-taveners .mw-bottom-row { margin-top: 0 !important; padding-bottom: 0 !important; }

  /* Maizena mobile — text below top area, then product, button at bottom */
  .slide-maizena .mw-content { padding: 80px 20px 20px 20px !important; align-items: flex-start !important; justify-content: flex-start !important; }
  .slide-maizena .mw-text-block { text-align: center !important; }
  .slide-maizena .mw-headline { font-size: 42px; color: #6B1A1A; text-shadow: 1px 2px 8px rgba(255,255,255,0.8); margin-bottom: 12px; }
  .slide-maizena .mw-headline .mw-new { font-size: 48px; color: #D4A010; }
  .slide-maizena .mw-subheading { font-size: 16px; color: #333; text-shadow: 1px 1px 6px rgba(255,255,255,0.7); margin-bottom: 0; line-height: 1.5; }

  /* Push button to bottom */
  .mw-bottom-row { justify-content: center !important; position: static !important; transform: none !important; left: auto !important; margin-top: auto !important; padding-bottom: 40px; }
  .mw-badge { width: 90px !important; height: 90px !important; margin: 0 -45px 0 0 !important; }
  .slide-bottlegreen .mw-badge { margin: 0 0 0 -45px !important; }

  .slide-bottlegreen .mw-cta,
  .slide-taveners .mw-cta,
  .slide-maizena .mw-cta { font-size: 12px; padding: 14px 30px 14px 55px; white-space: nowrap; }
  .slide-bottlegreen .mw-cta { padding: 14px 55px 14px 30px; }
}

/* ============================================================
   JUNE 2026 hero slides (Fry's + Lea & Perrins) — staged on /hero-check/
   via render() (.mw-slider, no -test class). Scoped so they can never
   paint the live homepage wrapper (.mw-slider.mw-slider-test = May).
   ============================================================ */

/* ===== JUNE .slide-frys — Fry's Turkish Delight (scoped to .mw-slider:not(.mw-slider-test)) ===== */
.mw-slider:not(.mw-slider-test) .slide-frys {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/06/june-frys-desktop-1.jpg');
  background-position: center center;
  background-size: cover;
}
/* aubergine gradient in from the RIGHT (mirrors the text side) */
.mw-slider:not(.mw-slider-test) .slide-frys::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 60%;
  background: linear-gradient(to left,
    rgba(30,10,46,0.92) 0%,
    rgba(30,10,46,0.72) 50%,
    rgba(30,10,46,0.32) 82%,
    transparent 100%);
  z-index: 2;
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-content {
  top: 54%;
  right: 5.5%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
  max-width: 44%;
  padding: 0;
  display: block;
  z-index: 3;
  text-align: left;
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-text-block {
  max-width: 100%;
  display: block;
  text-align: left;
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-headline {
  margin: 0 0 28px 0;
  text-wrap: balance;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.1;
  color: #F8F0E3;
  text-shadow: 1px 2px 14px rgba(0,0,0,0.45);
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-stockline {
  margin: 16px 0 0 2px;           /* sit under the button's left edge (seal is now on the right) */
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-bottom-row {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 18px);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F0C98A;
  background: #470A68;
  box-sizing: border-box;
  min-width: 408px;                /* longer bar so the seal clears the headline's last word */
  text-align: center;
  padding: 18px 60px;
  border: 2px solid #C9A227;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(20,6,34,0.4);
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-cta:hover {
  background: #36064E;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(20,6,34,0.5);
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-cta-d { display: inline-block; }
.mw-slider:not(.mw-slider-test) .slide-frys .mw-cta-m { display: none; }
/* gold wax-seal overlapping the CTA's RIGHT edge, peeking out into the aubergine */
.mw-slider:not(.mw-slider-test) .slide-frys .mw-badge-inline {
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  width: clamp(138px, 10vw, 180px);
  height: auto;
  transform: translate(-64px, -50%);
  z-index: 2;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.45));
}
.mw-slider:not(.mw-slider-test) .slide-frys .mw-badge-mobile { display: none; }
.mw-slider:not(.mw-slider-test) .slide-frys .mw-logo {
  position: absolute;
  top: 46px;
  right: 64px;
  left: auto;
  bottom: auto;
  width: 14%;
  max-width: 240px;
  height: auto;
  z-index: 4;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {
  .mw-slider:not(.mw-slider-test) .slide-frys {
    background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/06/june-frys-mobile-1.jpg');
    background-position: center top;
  }
  .mw-slider:not(.mw-slider-test) .slide-frys::before { display: none; }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-content {
    position: absolute !important;
    top: 21% !important;
    left: 5% !important;
    right: 5% !important;
    bottom: 0 !important;           /* span to slide bottom so the stockline can pin down under the plate */
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center;
    display: block !important;
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-text-block {
    animation: none !important;    /* the mwFadeInUp animation's translateY is the only transform on this block, and a transform makes it the containing block for the absolute stockline below — kill it so the stockline anchors to .mw-content (the slide bottom). opacity:1 base rule keeps it visible without the fade-in. */
    transform: none !important;
    text-align: center !important;
    display: block !important;
    height: auto !important;
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-headline {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.12;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-stockline {
    position: absolute;             /* pin in the dark-marble band under the plate (in-flow it rode up onto the bar) */
    left: 0; right: 0;
    bottom: 46px;                   /* px, not %, so it always clears the nav dots (fixed at bottom:18px) regardless of slide height */
    margin: 0;
    padding-left: 0;
    text-align: center;
    font-size: 12px;
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-bottom-row {
    display: inline-flex !important;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    margin-top: 14px !important;    /* !important: base mobile rule zeroes the row margin otherwise. Drops the CTA down off the headline toward the product */
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-cta-d {
    display: inline-block;
    min-width: 0;                  /* reset the desktop min-width so it doesn't overflow mobile */
    font-size: 15px;
    padding: 14px 28px 14px 58px;
    letter-spacing: 1px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-badge-inline {
    display: block;
    position: relative;
    left: auto; right: auto; top: auto;
    transform: none;
    width: 92px;
    height: auto;
    margin-right: -36px;
    z-index: 2;
  }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-cta-m { display: none; }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-badge-mobile { display: none; }
  .mw-slider:not(.mw-slider-test) .slide-frys .mw-logo {
    display: block;
    position: absolute;
    top: 7%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 170px;
    max-width: 46%;
    height: auto;
    z-index: 4;
  }
}

/* ===== JUNE .slide-lp — Lea & Perrins Worcester (scoped to .mw-slider:not(.mw-slider-test)) ===== */
.mw-slider:not(.mw-slider-test) .slide-lp {
  background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/06/june-lp-desktop-1.jpg');
  background-position: center center;
  background-size: cover;
}
/* warm-cream veil on the LEFT — fades into the centered bottle */
.mw-slider:not(.mw-slider-test) .slide-lp::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 50%;
  background: linear-gradient(to right,
    rgba(255,250,239,0.97) 0%,
    rgba(255,250,239,0.88) 44%,
    rgba(255,250,239,0.45) 74%,
    transparent 100%);
  pointer-events: none;
  z-index: 2;
}
/* warm-cream veil on the RIGHT — fades into the centered bottle */
.mw-slider:not(.mw-slider-test) .slide-lp::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  background: linear-gradient(to left,
    rgba(255,250,239,0.97) 0%,
    rgba(255,250,239,0.85) 46%,
    rgba(255,250,239,0.42) 76%,
    transparent 100%);
  pointer-events: none;
  z-index: 2;
}
/* full-width row: headline LEFT, CTA cluster RIGHT, bottle clear between */
.mw-slider:not(.mw-slider-test) .slide-lp .mw-content {
  top: 50%;
  left: 0; right: 0;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 0 5.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  text-align: left;
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-text-left {
  text-align: right;
  flex: 0 0 35%;
  max-width: 35%;
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-text-right {
  text-align: left;
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 0;                 /* hug the inner edge so it mirrors the headline */
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-headline {
  margin: 0;
  text-wrap: balance;
  font-family: 'Oswald', 'Montserrat', sans-serif;  /* bold condensed grotesque, matches the L&P wordmark */
  font-weight: 600;
  font-size: clamp(30px, 3.3vw, 54px);
  line-height: 1.08;
  letter-spacing: 0.3px;
  color: #321C0A;                  /* deep brown-black, reads on the cream veil */
  text-shadow: 0 1px 1px rgba(255,255,255,0.55);
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-bottom-row {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-cta {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 18px);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F2C98C;                  /* warm gold, matches the seal */
  background: #2A1D0F;             /* deep espresso */
  box-sizing: border-box;
  text-align: center;
  padding: 18px 54px;
  border: 2px solid #C9A227;       /* gold border, same as the set */
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(20,10,2,0.28);
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-cta:hover {
  background: #19110A;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(20,10,2,0.4);
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-cta-d { display: inline-block; }
.mw-slider:not(.mw-slider-test) .slide-lp .mw-cta-m { display: none; }
/* 20% gold seal overlapping the CTA's RIGHT edge, peeking into the right veil */
.mw-slider:not(.mw-slider-test) .slide-lp .mw-badge-inline {
  display: block;
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  width: clamp(118px, 9vw, 152px);
  height: auto;
  transform: translate(-46px, -50%);
  z-index: 2;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.32));
}
.mw-slider:not(.mw-slider-test) .slide-lp .mw-badge-mobile { display: none; }
.mw-slider:not(.mw-slider-test) .slide-lp .mw-stockline {
  margin: 16px 0 0 2px;            /* sit under the button's left edge */
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #5A3D1F;                  /* warm brown, reads on cream */
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
/* Lea & Perrins logo — corner stamp, top-left */
.mw-slider:not(.mw-slider-test) .slide-lp .mw-logo {
  position: absolute;
  top: 8%;
  left: 5.5%;
  right: auto;
  bottom: auto;
  width: clamp(150px, 14%, 220px);
  max-width: none;
  height: auto;
  z-index: 4;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.16));
}

/* ---------------- MOBILE ----------------
   Portrait scene crop (june-lp-mobile-1.jpg): bottle lower + smaller,
   headroom top, clear table bottom. Headline pinned TOP, CTA + seal + date
   pinned BOTTOM, strong cream veils top + bottom.
   `!important` is needed to beat the plugin's base mobile rules. */
@media (max-width: 768px) {
  .mw-slider:not(.mw-slider-test) .slide-lp {
    background-image: url('https://www.morganwilliams.ca/wp-content/uploads/2026/06/june-lp-mobile-1.jpg');
    background-position: center center;
  }
  /* stack the slide: strong cream veil TOP + BOTTOM so dark text reads */
  .mw-slider:not(.mw-slider-test) .slide-lp::before {
    top: 0; left: 0; right: 0; bottom: auto;
    width: 100%; height: 50%;
    background: linear-gradient(to bottom,
      rgba(255,250,239,0.97) 0%,
      rgba(255,250,239,0.85) 40%,
      rgba(255,250,239,0.40) 75%,
      transparent 100%);
  }
  .mw-slider:not(.mw-slider-test) .slide-lp::after {
    top: auto; left: 0; right: 0; bottom: 0;
    width: 100%; height: 48%;
    background: linear-gradient(to top,
      rgba(255,250,239,0.97) 0%,
      rgba(255,250,239,0.86) 42%,
      rgba(255,250,239,0.45) 78%,
      transparent 100%);
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-content {
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    transform: none !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 104px 6% 8% !important;   /* fixed top clears the absolute logo (avoids %-of-width collapsing onto it) */
    text-align: center;
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-text-left,
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-text-right {
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-headline {
    max-width: 94%;
    margin: 0 auto;
    font-size: clamp(25px, 6.4vw, 36px);
    line-height: 1.14;
    text-shadow: 0 1px 3px rgba(255,250,239,0.85);
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-bottom-row {
    display: inline-flex !important;
    flex-direction: row-reverse;       /* seal inline, to the LEFT of the CTA */
    align-items: center;
    justify-content: center;
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-cta-d {
    font-size: 15px;
    padding: 14px 30px 14px 56px;       /* room for the overlapping seal */
    letter-spacing: 1px;
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-badge-inline {
    position: relative;
    left: auto; right: auto; top: auto;
    transform: none;
    width: 96px;
    margin-right: -38px;                /* overlap the CTA's left edge */
    z-index: 2;
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-stockline {
    text-align: center;
    margin: 12px 0 0;
    font-size: 12px;
    text-shadow: 0 1px 3px rgba(255,250,239,0.85);
  }
  .mw-slider:not(.mw-slider-test) .slide-lp .mw-logo {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 148px;
  }
}
