/** Shopify CDN: Minification failed

Line 623:99 Expected identifier but found whitespace
Line 623:105 Unexpected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Shantell+Sans:wght@500;700&family=Open+Sans:wght@400;600;700&display=swap');

.lf-homepage-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: clip;
}
html:has(.lf-homepage-bleed),
body:has(.lf-homepage-bleed) {
  overflow-x: clip;
}

.shopify-section:has(.lf-homepage-bleed) { margin: 0 !important; }
.shopify-section:has(.lf-homepage-bleed) > div,
.shopify-section:has(.lf-homepage-bleed) [class*="-padding"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ===================================================================
   LIL' FOODEE — COMING SOON HERO
   All selectors namespaced .lf- so nothing collides with your theme.
   Fonts: Fredoka (headings/UI), Shantell Sans (handwriting), Open Sans (body).

 prop  Height model: the hero is a BANNER, not a full-screen page. Its height is
   a clamp, so a taller browser window does not stretch the gingham — the
   next homepage section simply starts underneath. No 100vh anywhere.
   =================================================================== */

/* Real text, kept out of the visual design (labels, hidden headings). */
.lf-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Never allow the signup/success states to flash before their hidden state is applied. */
#lf-hero-state-signup[hidden],
n  { display: none !important; }

.lf-announce,
.lf-main,
.lf-hero,
.lf-trust,
.lf-lilac {
  --lf-licorice:   #261705;
  --lf-strawberry: #e8424f;
  --lf-bubblegum:  #e8a1b5;
  --lf-cream:      #faebd6;
  --lf-white:      #ffffff;
  --lf-gingham-bg: #fffbfc;
}

.lf-hero {
  font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
  color: var(--lf-licorice);
  background: var(--lf-gingham-bg);
}

.lf-announce, .lf-announce *, .lf-announce *::before, .lf-announce *::after,
.lf-hero *, .lf-hero *::before, .lf-hero *::after { box-sizing: border-box; }

.lf-announce { font-family: 'Open Sans', system-ui, -apple-system, sans-serif; }

/* --- Announcement marquee ------------------------------------------ */
.lf-marquee {
  background: var(--lf-strawberry);
  padding: clamp(11px, .9vw, 18px) 0;
  overflow: hidden;
}
.lf-marquee__track {
  display: flex;
  width: max-content;
  animation: lf-marquee 40s linear infinite;
  will-change: transform;
}
.lf-marquee__group {
  display: flex;
  align-items: center;
  gap: clamp(30px, 2.6vw, 54px);
  padding-right: clamp(30px, 2.6vw, 54px);
}
.lf-marquee__star {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(11px, .8vw, 16px);
  line-height: 1;
  color: var(--lf-white);
}
.lf-marquee__text {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  font-size: clamp(11.5px, .82vw, 17px);
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--lf-white);
  white-space: nowrap;
}
@keyframes lf-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .lf-marquee__track { animation: none; }
}

/* --- Gingham field ------------------------------------------------- */
.lf-hero__panel,
.lf-hero__media {
  position: relative;
  overflow: hidden;
  background-color: var(--lf-gingham-bg);
  background-image:
    repeating-linear-gradient(0deg,  rgba(232,161,181,.14) 0 32px, rgba(232,161,181,0) 32px 64px),
    repeating-linear-gradient(90deg, rgba(232,161,181,.14) 0 32px, rgba(232,161,181,0) 32px 64px);
}

/* --- Layout: controlled banner height ----------------------------- */
.lf-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Banner height: grows a little with width, capped so tall windows and
     very wide screens never stretch the gingham. */
  height: clamp(680px, max(72svh, 30vw), 940px);
}
/* Photo is first in the DOM (mobile order) but sits right on desktop. */
.lf-hero__media { grid-column: 2; grid-row: 1; }
.lf-hero__panel {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 40px clamp(28px, 3.2vw, 56px);
}

/* --- Signup card -------------------------------------------------- */
.lf-card {
  position: relative;
  width: 100%;
  max-width: clamp(500px, 36vw, 880px);
  background: var(--lf-white);
  border-radius: clamp(30px, 2.2vw, 48px);
  box-shadow: 0 30px 70px rgba(38,23,5,.13);
  padding: clamp(40px, 3vw, 66px) clamp(40px, 3vw, 66px) clamp(38px, 2.9vw, 64px);
}

.lf-eyebrow { margin: 0; display: flex; align-items: center; gap: 12px; }
.lf-eyebrow__rule { display: block; width: clamp(26px, 2vw, 44px); height: 1.5px; background: var(--lf-strawberry); }
.lf-eyebrow__text {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: clamp(11px, .82vw, 16px);
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--lf-strawberry);
}

.lf-headline {
  margin: clamp(18px, 1.5vw, 30px) 0 0;
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 3.05vw, 70px);
  line-height: 1.03;
  letter-spacing: -.028em;
  color: var(--lf-licorice);
}
.lf-headline__line { display: block; }
.lf-headline__accent { color: var(--lf-strawberry); }

.lf-lede {
  margin: clamp(14px, 1.2vw, 24px) 0 0;
  font-size: clamp(16px, 1.16vw, 24px);
  line-height: 1.6;
  color: rgba(38,23,5,.78);
  text-wrap: pretty;
}

/* --- Form --------------------------------------------------------- */
.lf-form {
  margin-top: clamp(22px, 1.9vw, 38px);
  display: flex;
  flex-direction: column;
  gap: clamp(11px, .9vw, 18px);
}
.lf-field {
  height: clamp(54px, 3.9vw, 76px);
  width: 100%;
  border: 1.5px solid rgba(38,23,5,.14);
  border-radius: clamp(14px, 1.05vw, 22px);
  background: #fffdfb;
  padding: 0 clamp(18px, 1.4vw, 30px);
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(16px, 1.05vw, 21px);                 /* 16px stops iOS zooming on focus */
  color: var(--lf-licorice);
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.lf-field::placeholder { color: rgba(38,23,5,.48); }
.lf-field:focus-visible {
  border-color: var(--lf-strawberry);
  box-shadow: 0 0 0 3px rgba(232,66,79,.16);
}
.lf-field.is-invalid {
  border-color: var(--lf-strawberry);
  background: #fff6f6;
}

.lf-error:empty { display: none; }
.lf-error {
  margin: -6px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--lf-strawberry);
}

.lf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(54px, 3.9vw, 76px);
  border: none;
  border-radius: 999px;
  background: var(--lf-strawberry);
  color: var(--lf-white);
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.05vw, 21px);
  letter-spacing: .09em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(232,66,79,.26);
  transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
}
.lf-btn:hover { transform: translateY(-1px); box-shadow: 0 16px 30px rgba(232,66,79,.32); color: var(--lf-white); }
.lf-btn:active { transform: translateY(0); }
.lf-btn[disabled] { opacity: .6; cursor: default; transform: none; }
.lf-btn--link:hover { text-decoration: none; }

.lf-micro {
  margin: 2px 0 0;
  font-size: clamp(12.5px, .88vw, 17px);
  letter-spacing: .03em;
  color: rgba(38,23,5,.45);
}
.lf-micro:empty { display: none; }

.lf-consent {
  margin: 2px 0 0;
  font-size: clamp(11px, .78vw, 15px);
  line-height: 1.5;
  color: rgba(38,23,5,.4);
  text-wrap: pretty;
}

/* --- Success code chip -------------------------------------------- */
.lf-code {
  margin-top: 26px;
  border: 1.5px dashed rgba(38,23,5,.2);
  border-radius: 16px;
  background: #fffdf7;
  padding: 16px 20px;
}
.lf-code__label {
  margin: 0;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(38,23,5,.42);
}
.lf-code__row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lf-code__value {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .06em;
  color: var(--lf-licorice);
}
.lf-code__copy {
  border: 1.5px solid rgba(38,23,5,.18);
  border-radius: 999px;
  background: transparent;
  padding: 8px 16px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lf-licorice);
  cursor: pointer;
}
.lf-code__copy:hover { border-color: var(--lf-strawberry); color: var(--lf-strawberry); }

#lf-hero-state-success .lf-btn { margin-top: 20px; }

/* --- Product image + founder note --------------------------------- */
figure.lf-hero__media { margin: 0; }
.lf-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  display: block;
}
.lf-note {
  position: absolute;
  left: clamp(30px, 2.6vw, 62px);
  bottom: clamp(30px, 2.6vw, 62px);
  z-index: 3;
  margin: 0;
  background: #fffdf7;
  border-radius: 5px;
  padding: clamp(14px, 1.15vw, 24px) clamp(17px, 1.35vw, 28px) clamp(15px, 1.25vw, 26px);
  box-shadow: 0 16px 34px rgba(38,23,5,.2);
  transform: rotate(-2deg);
}
.lf-note__tape {
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%) rotate(-3deg);
  width: clamp(58px, 4.4vw, 100px);
  height: clamp(17px, 1.3vw, 28px);
  background: rgba(232,161,181,.72);
  display: block;
}
.lf-note__quote {
  margin: 0;
  padding: 0;
  font-family: 'Shantell Sans', cursive;
  font-weight: 500;
  font-size: clamp(15px, 1.1vw, 23px);
  line-height: 1.34;
  max-width: clamp(240px, 17vw, 380px);
  color: var(--lf-licorice);
}
.lf-note__byline {
  margin: clamp(8px, .7vw, 14px) 0 0;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: clamp(9.5px, .68vw, 14px);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(38,23,5,.42);
}

/* ===================================================================
   SHORT DESKTOP WINDOWS — trim padding and type, never clip the form
   =================================================================== */
/* Compact desktop scale: keeps wide and 4K screens from over-enlarging the hero. */
@media (min-width: 861px) {
  .lf-hero__grid { height: clamp(540px, max(60svh, 28vw), 680px); }
  .lf-hero__panel { padding: 28px clamp(24px, 2.4vw, 44px); }
  .lf-card {
    max-width: clamp(460px, 31vw, 600px);
    border-radius: clamp(26px, 1.6vw, 34px);
    padding: clamp(30px, 2vw, 42px);
  }
  .lf-eyebrow__text { font-size: clamp(10.5px, .64vw, 13px); }
  .lf-headline { margin-top: clamp(14px, 1vw, 18px); font-size: clamp(38px, 2.35vw, 50px); }
  .lf-lede { margin-top: clamp(12px, .8vw, 16px); font-size: clamp(15.5px, .92vw, 18px); line-height: 1.5; }
  .lf-form { margin-top: clamp(18px, 1.2vw, 24px); gap: 12px; }
  .lf-field, .lf-btn { height: 54px; }
  .lf-field { font-size: 16px; }
  .lf-btn { font-size: 14px; }
  .lf-note {
    left: clamp(24px, 1.6vw, 34px);
    bottom: clamp(24px, 1.6vw, 34px);
    padding: 12px 15px 14px;
  }
  .lf-note__quote { font-size: clamp(13px, .78vw, 16px); max-width: clamp(210px, 14vw, 290px); }
  .lf-note__byline { margin-top: 7px; font-size: 9.5px; }
}

@media (min-width: 861px) and (max-height: 760px) {
  .lf-hero__grid { height: auto; min-height: 560px; }
  .lf-note { left: 30px; bottom: 26px; padding: 13px 16px 14px; }
  .lf-note__quote { font-size: 14px; max-width: 222px; }
  .lf-note__byline { margin-top: 7px; }
  .lf-hero__panel { padding: 28px clamp(24px, 3vw, 44px); }
  .lf-card { padding: 34px 38px 34px; }
  .lf-headline { margin-top: 16px; font-size: 36px; }
  .lf-lede { margin-top: 13px; font-size: 15.5px; line-height: 1.55; }
  .lf-form { margin-top: 20px; gap: 11px; }
  .lf-field, .lf-btn { height: 50px; }
}

/* ===================================================================
   MOBILE — image, note, gingham, card. Headline arrives fast.
   =================================================================== */
@media (max-width: 860px) {
  .lf-hero__grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .lf-hero__media {
    grid-column: 1;
    grid-row: 1;
    height: clamp(310px, 82vw, 380px);
  }
  .lf-hero__panel {
    grid-column: 1;
    grid-row: 2;
    padding: 24px 18px 32px;
  }

  .lf-bar { padding: 10px 16px; gap: 14px; }
  .lf-bar__star { font-size: 10px; }
  .lf-bar__text { font-size: 10.5px; letter-spacing: .26em; }

  .lf-hero__photo { object-position: 58% 58%; }

  /* Small handwritten aside, top-right, tilted the other way. */
  .lf-note {
    left: auto;
    right: 14px;
    top: 14px;
    bottom: auto;
    border-radius: 9px;
    padding: 10px 12px 11px;
    box-shadow: 0 10px 22px rgba(38,23,5,.18);
    transform: rotate(2deg);
  }
  .lf-note__tape {
    top: -7px;
    width: 44px;
    height: 13px;
    transform: translateX(-50%) rotate(3deg);
  }
  .lf-note__quote { font-size: 11.2px; line-height: 1.3; max-width: 142px; }
  /* Hidden visually on mobile, still real text for SEO and screen readers. */
  .lf-note__byline {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .lf-card { max-width: none; border-radius: 26px; padding: 26px 22px 28px; box-shadow: 0 20px 46px rgba(38,23,5,.13); }
  .lf-eyebrow__rule { width: 22px; }
  .lf-eyebrow__text { font-size: 10px; letter-spacing: .22em; }
  .lf-headline { margin-top: 14px; font-size: 33px; line-height: 1.02; letter-spacing: -.025em; }
  .lf-lede { margin-top: 14px; font-size: 15.5px; line-height: 1.6; }
  .lf-form { margin-top: 22px; gap: 12px; }
  .lf-field { height: 54px; border-radius: 14px; padding: 0 16px; }
  .lf-btn { height: 54px; font-size: 14px; letter-spacing: .08em; }
  .lf-micro { text-align: center; font-size: 12px; }
  .lf-consent { text-align: center; }
  .lf-code__value { font-size: 22px; }
}

@media (max-width: 400px) {
  .lf-headline { font-size: 30px; }
}

/* ===================================================================
   TRUST BAR — white, lighter than the hero. The wave is a mask on this
   section's own top edge, so it works over any hero content above it.
   =================================================================== */
.lf-trust {
  --lf-t-strawberry: #f04a4f;
  --lf-t-grape:      #bf99de;
  --lf-t-mint:       #66d6bd;
  --lf-t-banana:     #edd92e;
  --lf-t-licorice:   #261705;
  --lf-t-lilac:      #f0e8f8;

  position: relative;
  background: #ffffff;
  font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
  color: var(--lf-t-licorice);
  padding: clamp(30px, 3.6vw, 84px) clamp(20px, 4vw, 90px) calc(clamp(34px, 3.9vw, 92px) + clamp(26px, 3.1vw, 72px));
}
.lf-trust *,
.lf-trust *::before,
.lf-trust *::after { box-sizing: border-box; }

/* Shallow single-crest wave on the BOTTOM edge, painted in the lilac of
   the section below so white flows into purple. */
.lf-trust__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(26px, 3.1vw, 72px);
  background: var(--lf-t-lilac);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'%3E%3Cpath d='M0 6C220 6 356 50 720 50s500-44 720-44v50H0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'%3E%3Cpath d='M0 6C220 6 356 50 720 50s500-44 720-44v50H0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

.lf-trust__inner { max-width: clamp(1180px, 80vw, 1760px); margin: 0 auto; }


.lf-trust__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6vw, 40px);
}

.lf-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.lf-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(58px, 4.8vw, 108px);
  height: clamp(58px, 4.8vw, 108px);
  border-radius: 50%;
  margin-bottom: 12px;
}
/* Approved brand artwork, not drawn icons. */
.lf-trust__art {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}

.lf-trust__icon--strawberry { background: rgba(240,74,79,.12); }
.lf-trust__icon--grape      { background: rgba(191,153,222,.26); }
.lf-trust__icon--mint       { background: rgba(102,214,189,.22); }
.lf-trust__icon--banana     { background: rgba(255,176,74,.20); }

.lf-trust__label {
  margin: 0;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.15vw, 25px);
  letter-spacing: -.01em;
  line-height: 1.25;
  color: var(--lf-t-licorice);
}
.lf-trust__sub {
  margin: 0;
  font-size: clamp(12.5px, .92vw, 19px);
  line-height: 1.5;
  color: rgba(38,23,5,.5);
  max-width: 21ch;
  text-wrap: pretty;
}

/* Mobile: 2 x 2, roomier. */
@media (max-width: 860px) {
  .lf-trust { padding: 26px 20px calc(34px + 26px); }
  .lf-trust__list { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .lf-trust__icon { width: 58px; height: 58px; margin-bottom: 10px; }
  .lf-trust__label { font-size: 14.5px; }
  .lf-trust__sub { font-size: 12px; max-width: 18ch; }
  .lf-main { display: block; }
}
@media (max-width: 380px) {
  .lf-trust__label { font-size: 13.5px; }
  .lf-trust__sub { font-size: 11.5px; max-width: 17ch; }
}

/* --- Lilac section under the wave --------------------------------- */
/* Final desktop refinement: compact rhythm with a visible lilac landing wave. */
  .section-header .header__heading-logo {
    width: 170px !important;
    height: auto;
  }

  .lf-marquee { padding: 8px 0; }  .section-header .header__heading-logo {
    width: 170px !important;
    height: auto;
  }

  /* Desktop-only contained hero on a soft lilac section field. */
  .lf-hero {
    background: #f4e8fb;
    padding: clamp(28px, 2.2vw, 44px) clamp(28px, 4.5vw, 96px);
  }
  .lf-hero__grid {
    width: 100%;
    max-width: 1500px;
    height: clamp(540px, 30vw, 600px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: clamp(24px, 1.6vw, 32px);
    box-shadow: 0 18px 48px rgba(38, 23, 5, .10);
  }

  .lf-marquee { padding: 8px 0; }.section-header .header__heading-logoheader__heading-logo display: block;
}

/* Dawn hides empty divs globally; these empty elements are intentional artwork. */
div.lf-trust__wave { display: block; }

@media (min-width: 861px) {
  .section-header .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-header .header__heading-logo {
    width: 170px !important;
    height: auto;
  }

  /* Desktop-only contained hero on a soft lilac section field. */
  .lf-hero {
    background: #f4e8fb;
    padding: clamp(28px, 2.2vw, 44px) clamp(28px, 4.5vw, 96px);
  }
  .lf-hero__grid {
    width: 100%;
    max-width: 1500px;
    height: clamp(540px, 30vw, 600px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: clamp(24px, 1.6vw, 32px);
    box-shadow: 0 18px 48px rgba(38, 23, 5, .10);
  }

  .lf-marquee { padding: 8px 0; }
  .lf-marquee__group {
    gap: clamp(24px, 2vw, 38px);
    padding-right: clamp(24px, 2vw, 38px);
  }
  .lf-marquee__star { font-size: clamp(9px, .55vw, 12px); }
  .lf-marquee__text {
    font-size: clamp(10px, .82vw, 13px);
    letter-spacing: .24em;
  }

  .lf-card {
    padding: clamp(28px, 1.7vw, 34px) clamp(32px, 2.2vw, 44px);
  }
  .lf-headline {
    margin-top: 16px;
    font-size: clamp(38px, 2.2vw, 48px);
  }
  .lf-lede {
    margin-top: 14px;
    font-size: clamp(15.5px, .88vw, 17px);
    line-height: 1.45;
  }
  .lf-form {
    margin-top: clamp(18px, 1.1vw, 22px);
    gap: 12px;
  }
  .lf-field,
  .lf-btn { height: 54px; }
  .lf-micro { font-size: 12px; }
  .lf-consent {
    font-size: 11px;
    line-height: 1.4;
  }

  .lf-trust {
    --lf-t-lilac: #eadcf6;
    padding: clamp(24px, 1.7vw, 34px) clamp(24px, 3vw, 64px) calc(clamp(28px, 2vw, 40px) + 48px);
  }
  .lf-trust__wave {
    display: block;
    z-index: 2;
    height: 48px;
  }
  .lf-trust__inner { max-width: 1500px; }
  .lf-trust__list { gap: clamp(18px, 2vw, 32px); }
  .lf-trust__icon {
    width: clamp(62px, 3.6vw, 78px);
    height: clamp(62px, 3.6vw, 78px);
    margin-bottom: 8px;
  }
  .lf-trust__label { font-size: clamp(15px, .9vw, 19px); }
  .lf-trust__sub {
    font-size: clamp(12.5px, .72vw, 15px);
    line-height: 1.4;
  }
}

@media (max-width: 860px) {
  /* Authoritative mobile reset: desktop containment must never leak here. */
  .lf-hero {
      position: relative;
  isolation: isolate;
  z-index: 0;
background: var(--lf-gingham-bg);
    padding: 0;
  }
  .lf-hero__grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }

  .lf-marquee { padding: 8px 0; }
  .lf-marquee__group {
    gap: 24px;
    padding-right: 24px;
  }
  .lf-marquee__star { font-size: 9px; }
  .lf-marquee__text {
    font-size: 10px;
    letter-spacing: .22em;
  }
  .lf-lilac {
    background: #eadcf6;
    height: 24px;
  }
}
