/** Shopify CDN: Minification failed

Line 720:17 Unexpected "{"
Line 720:26 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:wild-benefits-timeline (INDEX:95) */
.wild-timeline { background: #FFF8FA; color: #cf3a3b; padding: 64px 0; position: relative; overflow: hidden; }
  .wild-timeline__head {
    max-width: 1300px;
    margin: 0 auto 36px;
    padding: 0 56px;
    text-align: center;
  }
  .wild-timeline__eyebrow {
    display: inline-block;
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }
  .wild-timeline__title {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 64px;
    line-height: 0.98;
    margin: 0 0 14px;
    letter-spacing: -0.015em;
    color: #cf3a3b;
  }
  .wild-timeline__sub {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.55;
    color: #cf3a3b;
    opacity: 0.78;
  }
  .wild-timeline__track-wrap {
    position: relative;
  }
  /* Subtle pink scrubbing rail behind the cards */
  .wild-timeline__track-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(207,58,59,0.18) 0, rgba(207,58,59,0.18) 8px, transparent 8px, transparent 16px);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .wild-timeline__track {
    display: flex;
    gap: 18px;
    padding: 12px 56px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
  }
  .wild-timeline__track::-webkit-scrollbar { display: none; }
  .wild-timeline__card {
    flex: 0 0 280px;
    min-width: 280px;
    background: #F9D4D8;
    border-radius: 24px;
    padding: 26px 24px 28px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
  }
  .wild-timeline__head::after {
    content: 'swipe →';
    display: block;
    margin-top: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #cf3a3b;
    opacity: 0.6;
    animation: wildSwipeHintTL 1.8s ease-in-out infinite;
  }
  @keyframes wildSwipeHintTL {
    0%, 100% { transform: translateX(0); opacity: 0.55; }
    50% { transform: translateX(6px); opacity: 0.9; }
  }
  .wild-timeline__marker {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    color: #cf3a3b;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
  }
  .wild-timeline__emoji {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .wild-timeline__h3 {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.05;
    color: #cf3a3b;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .wild-timeline__p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    opacity: 0.82;
    line-height: 1.55;
    margin: 0;
  }
  @media (max-width: 960px) {
    .wild-timeline { padding: 44px 0; }
    .wild-timeline__head { padding: 0 32px; margin-bottom: 24px; }
    .wild-timeline__title { font-size: 42px; }
    .wild-timeline__sub { font-size: 14px; }
    .wild-timeline__track { padding: 8px 32px; gap: 14px; }
    .wild-timeline__card {
      flex: 0 0 76%;
      min-width: 76%;
      padding: 22px 20px 22px;
      border-radius: 20px;
    }
    .wild-timeline__marker { font-size: 30px; }
    .wild-timeline__emoji { font-size: 26px; }
    .wild-timeline__h3 { font-size: 20px; }
    .wild-timeline__p { font-size: 13px; }
  }
/* END_SECTION:wild-benefits-timeline */

/* START_SECTION:wild-flavours (INDEX:96) */
.wild-flavours { background: #F9D4D8; padding: 56px 56px; }
  .wild-flavours__inner { max-width: 1300px; margin: 0 auto; }
  .wild-flavours__head { text-align: center; margin-bottom: 60px; }
  .wild-flavours__eyebrow {
    display: inline-block;
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
  .wild-flavours__title {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 76px;
    line-height: 0.98;
    margin: 0 0 18px;
    letter-spacing: -0.015em;
    color: #cf3a3b;
  }
  .wild-flavours__sub {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6;
    color: #cf3a3b;
    opacity: 0.78;
  }
  .wild-flavours__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .wild-flavours__card {
    background: #FFF8FA;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
  }
  .wild-flavours__card:hover { transform: translateY(-6px); }
  .wild-flavours__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
  }
  .wild-flavours__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .wild-flavours__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-block;
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .wild-flavours__body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .wild-flavours__mini {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #cf3a3b;
    opacity: 0.7;
  }
  .wild-flavours__name {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 38px;
    line-height: 0.98;
    margin: 0;
    color: #cf3a3b;
    letter-spacing: -0.015em;
  }
  .wild-flavours__notes {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #cf3a3b;
    opacity: 0.82;
    margin: 0;
    line-height: 1.55;
  }
  .wild-flavours__cta {
    display: block;
    width: 100%;
    text-align: center;
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 14px 18px;
    border-radius: 100px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: background 0.15s ease;
    box-sizing: border-box;
    margin-top: 8px;
  }
  .wild-flavours__cta:hover { background: #EF0045; }
  @media (max-width: 960px) {
    .wild-flavours { padding: 44px 0; }
    .wild-flavours__inner { padding: 0; }
    .wild-flavours__head { padding: 0 32px; margin-bottom: 28px; }
    .wild-flavours__title { font-size: 52px; }
    .wild-flavours__grid {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 14px;
      padding: 0 32px 12px;
      margin: 0;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .wild-flavours__grid::-webkit-scrollbar { display: none; }
    .wild-flavours__card {
      flex: 0 0 68%;
      min-width: 68%;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
    .wild-flavours__card:first-child { scroll-snap-align: start; }
    .wild-flavours__card:last-child { scroll-snap-align: end; }
    .wild-flavours__head::after {
      content: 'swipe →';
      display: block;
      margin-top: 14px;
      font-family: 'Poppins', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #cf3a3b;
      opacity: 0.6;
      animation: wildSwipeHint 1.8s ease-in-out infinite;
    }
    @keyframes wildSwipeHint {
      0%, 100% { transform: translateX(0); opacity: 0.55; }
      50% { transform: translateX(6px); opacity: 0.9; }
    }
    .wild-flavours__body { padding: 16px 18px 18px; gap: 6px; }
    .wild-flavours__name { font-size: 30px; }
    .wild-flavours__notes { font-size: 13px; }
    .wild-flavours__cta { padding: 12px 14px; font-size: 13px; margin-top: 6px; }
    .wild-flavours__tag { top: 12px; left: 12px; padding: 4px 10px; font-size: 9px; }
  }
/* END_SECTION:wild-flavours */

/* START_SECTION:wild-footer (INDEX:97) */
.wild-footer {
    background: var(--wf-bg, #1A1A1A);
    color: var(--wf-fg, #FFF8FA);
    padding: 0 0 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
  }
  .wild-footer__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 48px 56px 0;
    position: relative;
  }
  .wild-footer__wave {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: block;
    pointer-events: none;
    transform: scaleY(-1);
  }
  .wild-footer__main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
  }
  .wild-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .wild-footer__logo-img {
    height: 44px;
    width: auto;
    filter: brightness(0) invert(1);
  }
  .wild-footer__blurb {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    opacity: 0.78;
    max-width: 320px;
    line-height: 1.55;
  }
  .wild-footer__blurb p { margin: 0; }
  .wild-footer__tagline {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.1;
    color: var(--wf-accent, #F9D4D8);
    margin: 0;
  }
  .wild-footer__cols {
    display: contents;
  }
  .wild-footer__col {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .wild-footer__col-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wf-fg);
    opacity: 0.7;
    margin: 0 0 6px;
  }
  .wild-footer__link {
    font-family: 'Poppins', sans-serif;
    color: var(--wf-fg);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.88;
    transition: color 0.15s, opacity 0.15s;
  }
  .wild-footer__link:hover { color: var(--wf-accent, #F9D4D8); opacity: 1; }
  .wild-footer__socials {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 248, 250, 0.18);
  }
  .wild-footer__social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--wf-fg);
    text-decoration: none;
    opacity: 0.82;
    transition: color 0.15s, opacity 0.15s;
  }
  .wild-footer__social:hover { color: var(--wf-accent, #F9D4D8); opacity: 1; }
  .wild-footer__social svg {
    background: rgba(255, 248, 250, 0.12);
    padding: 6px;
    border-radius: 100px;
    box-sizing: content-box;
    color: var(--wf-fg);
    transition: background 0.15s, color 0.15s;
  }
  .wild-footer__social:hover svg { background: var(--wf-accent, #F9D4D8); color: var(--wf-bg, #1A1A1A); }
  .wild-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    opacity: 0.7;
    flex-wrap: wrap;
    gap: 8px;
  }
  .wild-footer__legal { text-align: right; }
  @media (max-width: 960px) {
    .wild-footer { padding-bottom: 16px; }
    .wild-footer__inner { padding: 36px 24px 0; }
    .wild-footer__wave { height: 40px; }
    .wild-footer__main {
      grid-template-columns: 1fr 1fr;
      gap: 22px 20px;
      margin-bottom: 18px;
    }
    .wild-footer__brand { grid-column: 1 / -1; gap: 8px; }
    .wild-footer__logo-img { height: 36px; }
    .wild-footer__tagline { font-size: 18px; }
    .wild-footer__socials { padding-bottom: 12px; gap: 14px; }
    .wild-footer__bottom { flex-direction: column; align-items: flex-start; padding-top: 10px; }
    .wild-footer__legal { text-align: left; }
  }
/* END_SECTION:wild-footer */

/* START_SECTION:wild-founder (INDEX:98) */
.wild-founder { background: #F9D4D8; padding: 110px 56px; }
  .wild-founder__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .wild-founder__img {
    aspect-ratio: 4/5;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
  }
  .wild-founder__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .wild-founder__tag {
    display: inline-block;
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .wild-founder__h2 {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 60px;
    color: #cf3a3b;
    margin: 0 0 24px;
    line-height: 1.02;
    letter-spacing: -0.015em;
  }
  .wild-founder__body {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #cf3a3b;
    max-width: 540px;
    line-height: 1.6;
  }
  .wild-founder__body p { margin: 0 0 16px; }
  .wild-founder__sig {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    color: #cf3a3b;
    margin: 16px 0 0;
  }
  @media (max-width: 960px) {
    .wild-founder { padding: 80px 24px; }
    .wild-founder__grid { grid-template-columns: 1fr; gap: 40px; }
    .wild-founder__h2 { font-size: 44px; }
  }
/* END_SECTION:wild-founder */

/* START_SECTION:wild-how-it-works (INDEX:99) */
.wild-how {
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 50px 56px 110px;
    position: relative;
    overflow: visible;
  }
  .wild-how__inner { position: relative; z-index: 2; }
  .wild-how__wave {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    display: block;
    pointer-events: none;
    z-index: 1;
  }
  .wild-how__inner { max-width: 1300px; margin: 0 auto; }
  .wild-how__eyebrow {
    display: inline-block;
    background: #FFF8FA;
    color: #cf3a3b;
    padding: 6px 14px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
  .wild-how__title {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 76px;
    line-height: 0.98;
    margin: 0 0 18px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
  }
  .wild-how__sub {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    max-width: 580px;
    opacity: 0.92;
    margin: 0 0 56px;
    line-height: 1.6;
    color: #FFFFFF;
  }
  .wild-how__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
  .wild-how__card {
    background: #FFF8FA;
    color: #cf3a3b;
    border-radius: 28px;
    padding: 40px 32px;
    position: relative;
  }
  .wild-how__num {
    position: absolute;
    top: 24px;
    right: 28px;
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 60px;
    color: #cf3a3b;
    opacity: 0.65;
    line-height: 0.9;
    letter-spacing: -0.02em;
  }
  .wild-how__emoji { font-size: 56px; line-height: 1; margin-bottom: 20px; display: block; }
  .wild-how__h3 {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 8px;
    line-height: 1.05;
    color: #cf3a3b;
    letter-spacing: -0.01em;
  }
  .wild-how__p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
    opacity: 0.82;
    margin: 0;
  }
  @media (max-width: 960px) {
    .wild-how { padding: 32px 20px 48px; }
    .wild-how__wave { height: 50px; top: -32px; }
    .wild-how__inner { padding: 0; }
    .wild-how__eyebrow, .wild-how__title, .wild-how__sub { margin-left: 0; margin-right: 0; }
    .wild-how__sub { margin-bottom: 22px; font-size: 14px; }
    .wild-how__title { font-size: 36px; }
    .wild-how__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
    .wild-how__card { padding: 14px 14px 16px; border-radius: 18px; }
    .wild-how__card:nth-child(3) { grid-column: 1 / -1; padding: 16px 18px 18px; }
    .wild-how__num { font-size: 28px; top: 10px; right: 12px; }
    .wild-how__emoji { font-size: 28px; margin-bottom: 6px; }
    .wild-how__h3 { font-size: 16px; line-height: 1.05; margin-bottom: 4px; }
    .wild-how__p { font-size: 12px; line-height: 1.45; }
  }
/* END_SECTION:wild-how-it-works */

/* START_SECTION:wild-main-product (INDEX:100) */
/* Wild theme lacks a global box-sizing reset — force border-box on every element in our section so padding doesn't blow out widths */
  .wmp, .wmp *, .wmp *::before, .wmp *::after { box-sizing: border-box; }
  .wmp { background: #FFF8FA; font-family: 'Poppins', sans-serif; color: #1A1A1A; }
  .wmp__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 96px; max-width: 1340px; margin: 0 auto; padding: 24px 56px 56px; align-items: flex-start; }
  .wmp__left, .wmp__info { min-width: 0; max-width: 100%; }
  .wmp__left { padding-right: 8px; }
  .wmp__info { padding-left: 8px; }

  /* left column sticky on desktop */
  .wmp__left { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 88px; align-self: start; }
  .wmp__gallery { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 14px; align-items: stretch; max-width: 100%; }
  .wmp__thumbs { display: flex; flex-direction: column; gap: 10px; max-height: 100%; overflow-y: auto; scrollbar-width: thin; }
  .wmp__thumbs::-webkit-scrollbar { width: 4px; }
  .wmp__thumbs::-webkit-scrollbar-thumb { background: rgba(207,58,59,0.2); border-radius: 4px; }
  .wmp__thumb { aspect-ratio: 1/1; width: 84px; flex-shrink: 0; border-radius: 14px; overflow: hidden; cursor: pointer; border: 2px solid transparent; background: #F9D4D8; transition: border-color 0.15s ease; padding: 0; }
  .wmp__thumb.active { border-color: #cf3a3b; }
  .wmp__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .wmp__main-img { aspect-ratio: 1/1; border-radius: 28px; overflow: hidden; background: #F9D4D8; position: relative; }
  .wmp__main-pic { width: 100%; height: 100%; object-fit: cover; display: block; }
  /* mobile-only swipe carousel — hidden on desktop */
  .wmp__slides { display: none; }

  /* quick benefits below gallery — hidden for now (data still in template; toggle via CSS) */
  .wmp__qb { display: none; grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .wmp__qb-box { background: #F9D4D8; border-radius: 18px; padding: 16px 14px; color: #cf3a3b; text-align: center; }
  .wmp__qb-box .ic { font-size: 24px; line-height: 1; margin-bottom: 6px; display: block; }
  .wmp__qb-box h5 { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 17px; line-height: 1.05; margin: 0 0 4px; }
  .wmp__qb-box p { font-size: 11px; opacity: 0.82; line-height: 1.4; margin: 0; }

  /* info column */
  .wmp__info { padding-top: 4px; }
  .wmp__title { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 40px; color: #cf3a3b; line-height: 1.02; letter-spacing: -0.015em; margin: 0 0 10px; }

  /* Star rating link (above title) — scrolls to #looxReviews at bottom of page */
  html { scroll-behavior: smooth; }
  #looxReviews { scroll-margin-top: 100px; }
  .wmp__stars-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #cf3a3b; margin-bottom: 10px; cursor: pointer; }
  .wmp__stars-link:hover { opacity: 0.85; }
  .wmp__stars { display: inline-flex; gap: 2px; }
  .wmp__stars svg { width: 16px; height: 16px; display: block; }
  .wmp__stars-label { font-size: 12px; font-weight: 500; color: #cf3a3b; letter-spacing: 0.01em; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

  /* Payment methods row under ATC */
  .wmp__payments { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 8px; }
  .wmp__payments li { display: flex; align-items: center; }
  .wmp__payments svg { display: block; width: 38px; height: 24px; }

  /* Active people checking out badge */
  .wmp__urgency { position: relative; margin: 14px auto 4px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; background: #FFF8FA; color: #1A1A1A; border-radius: 8px; line-height: 1.2; width: fit-content; box-shadow: 0 2px 8px rgba(207,58,59,0.08); }
  .wmp__urgency-arrow { position: absolute; height: 16px; width: 16px; background: #FFF8FA; top: -8px; left: 50%; transform: translateX(-50%) rotate(45deg); }
  .wmp__urgency-pulse span { position: relative; display: flex; width: 10px; height: 10px; border-radius: 50%; background: #FF3366; margin-right: 8px; animation: wmpUrgencyPulse 2s ease infinite; }
  .wmp__urgency-pulse span::after { content: ''; width: 16px; height: 16px; border: 1px solid #FF3366; border-radius: 50%; position: absolute; left: -3px; top: -3px; }
  .wmp__urgency-text { margin: 0; font-size: 13px; font-weight: 500; text-align: center; }
  /* Center the urgency badge as a block-level row */
  .wmp__form { /* unchanged but make sure the urgency centers */ }
  form#wmp-form-{{ section.id }} .wmp__urgency { display: flex; margin-left: auto; margin-right: auto; }
  @keyframes wmpUrgencyPulse { 0% { transform: scale(0.95); opacity: 1; } 70% { transform: scale(1.5); opacity: 0; } 100% { transform: scale(0.95); opacity: 1; } }

  .wmp__testi { background: #FFF8FA; border: 1px solid rgba(207,58,59,0.18); border-radius: 16px; padding: 16px 18px; display: grid; grid-template-columns: 1fr 72px; gap: 14px; align-items: center; margin-bottom: 14px; position: relative; box-shadow: 0 0 0 3px rgba(248,198,201,0.22), 0 4px 14px rgba(239,0,69,0.08); }
  .wmp__testi::before { content: ''; position: absolute; top: -1px; left: 24px; width: 36px; height: 4px; background: #cf3a3b; border-radius: 0 0 6px 6px; }
  .wmp__testi-quote { font-size: 13px; line-height: 1.45; color: #1A1A1A; margin: 0 0 8px; }
  .wmp__testi-author { font-size: 12px; color: #1A1A1A; opacity: 0.7; font-weight: 500; }
  .wmp__testi-pic img { width: 72px; height: 72px; border-radius: 100px; object-fit: cover; display: block; }

  .wmp__byline { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 22px; line-height: 1.25; color: #1A1A1A; margin: 0 0 16px; letter-spacing: -0.005em; }
  .wmp__byline .pop { color: #cf3a3b; }

  .wmp__bullets { display: flex; flex-direction: column; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
  .wmp__bullets li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; font-size: 14px; color: #1A1A1A; line-height: 1.4; }
  .wmp__bullets .ic { font-size: 18px; line-height: 1.2; }
  .wmp__bullets strong { color: #cf3a3b; font-weight: 600; }

  .wmp__price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; flex-wrap: wrap; }
  .wmp__price-now { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 56px; color: #cf3a3b; line-height: 1; }
  .wmp__price-was { font-size: 16px; color: #1A1A1A; opacity: 0.5; text-decoration: line-through; }
  .wmp__price-save { background: #cf3a3b; color: #FFFFFF; padding: 5px 12px; border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; }

  .wmp__selector { margin-bottom: 18px; }
  .wmp__sel-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
  .wmp__sel-label .left { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #cf3a3b; }
  .wmp__sel-label .right { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 18px; color: #cf3a3b; }

  /* subscribe toggle */
  .wmp__sub-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #FFF8FA; border: 2px solid #cf3a3b; border-radius: 18px; padding: 4px; margin-bottom: 12px; position: relative; }
  .wmp__sub-toggle button { background: transparent; border: 0; padding: 14px 14px; font-family: 'Poppins', sans-serif; font-size: 13px; color: #cf3a3b; cursor: pointer; border-radius: 14px; transition: all 0.15s ease; line-height: 1.3; text-align: center; position: relative; }
  .wmp__sub-toggle button.active { background: #cf3a3b; color: #FFFFFF; }
  .wmp__sub-toggle button strong { display: block; font-weight: 600; font-size: 15px; margin-bottom: 2px; }
  .wmp__sub-toggle button span { display: block; font-size: 11px; opacity: 0.85; }
  .wmp__sub-toggle .save-pill { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #EF0045; color: #FFFFFF; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; padding: 3px 8px; border-radius: 100px; white-space: nowrap; text-transform: uppercase; }

  /* gifts strip */
  .wmp__gifts { background: #F9D4D8; border-radius: 18px; padding: 14px 16px; margin-bottom: 22px; transition: all 0.3s ease; position: relative; }
  .wmp__gifts-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
  .wmp__gifts-tag { background: #EF0045; color: #FFFFFF; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; padding: 3px 8px; border-radius: 100px; text-transform: uppercase; }
  .wmp__gtt-locked { display: none; }
  .wmp__gifts-title { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 18px; color: #cf3a3b; line-height: 1; }
  .wmp__gifts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .wmp__gift { background: #FFF8FA; border-radius: 12px; padding: 8px; text-align: center; position: relative; animation: wmpGiftGlow 3.2s ease-in-out infinite; }
  .wmp__gift:nth-child(2) { animation-delay: 0.4s; }
  .wmp__gift:nth-child(3) { animation-delay: 0.8s; }
  .wmp__gift:nth-child(4) { animation-delay: 1.2s; }
  .wmp__gift img { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; margin-bottom: 4px; position: relative; z-index: 1; }
  .wmp__gift-name { font-size: 9px; font-weight: 600; color: #cf3a3b; line-height: 1.1; position: relative; z-index: 1; }
  .wmp__gift.gift-month3 { background: rgba(255, 248, 250, 0.6); }
  .wmp__gift.gift-month3 img, .wmp__gift.gift-month3 .wmp__gift-name { opacity: 0.55; }
  .wmp__gift-pill { position: absolute; top: 4px; left: 50%; transform: translateX(-50%); background: #cf3a3b; color: #FFFFFF; font-size: 8px; font-weight: 700; letter-spacing: 0.05em; padding: 2px 7px; border-radius: 100px; text-transform: uppercase; white-space: nowrap; z-index: 2; }
  @keyframes wmpGiftGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(239, 0, 69, 0); }
    50% { box-shadow: 0 0 14px 2px rgba(239, 0, 69, 0.45), 0 0 28px 4px rgba(239, 0, 69, 0.18); }
  }
  .wmp__gifts.locked-all { background: rgba(249, 212, 216, 0.5); }
  .wmp__gifts.locked-all .wmp__gift { animation: none; box-shadow: none; }
  .wmp__gifts.locked-all .wmp__gift img,
  .wmp__gifts.locked-all .wmp__gift .wmp__gift-name { opacity: 0.5; filter: grayscale(0.25); }
  .wmp__gifts.locked-all .wmp__gift::after { content: '🔒'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 26px; z-index: 3; opacity: 0.85; text-shadow: 0 0 12px rgba(255,255,255,0.6); pointer-events: none; }
  .wmp__gifts.locked-all .wmp__gtt-default { display: none; }
  .wmp__gifts.locked-all .wmp__gtt-locked { display: inline; }
  .wmp__gifts.locked-all .wmp__gifts-title { opacity: 0.6; }
  @media (prefers-reduced-motion: reduce) { .wmp__gift { animation: none; } }

  /* supply */
  .wmp__supply { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
  .wmp__sp { background: #FFF8FA; border: 2px solid #F9D4D8; border-radius: 18px; padding: 16px; cursor: pointer; transition: all 0.15s ease; position: relative; text-align: left; font-family: 'Poppins', sans-serif; color: #cf3a3b; }
  .wmp__sp.active { border-color: #cf3a3b; background: #F9D4D8; }
  .wmp__sp .label { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 22px; line-height: 1; margin-bottom: 4px; }
  .wmp__sp .desc { font-size: 11px; opacity: 0.7; letter-spacing: 0.02em; }
  .wmp__sp .pp { font-size: 15px; font-weight: 600; margin-top: 8px; }
  .wmp__sp .pp small { font-weight: 400; opacity: 0.7; font-size: 11px; }
  .wmp__sp .tag { position: absolute; top: -10px; right: 12px; background: #cf3a3b; color: #FFFFFF; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; padding: 3px 8px; border-radius: 100px; text-transform: uppercase; }

  /* flavour single */
  .wmp__flavours { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .wmp__fp { background: #FFF8FA; border: 2px solid #F9D4D8; border-radius: 18px; padding: 12px 8px; cursor: pointer; transition: all 0.15s ease; text-align: center; }
  .wmp__fp.active { border-color: #cf3a3b; background: #F9D4D8; }
  .wmp__fp .fp-name { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 16px; color: #cf3a3b; line-height: 1; display: block; }
  .wmp__fp .fp-sub { font-size: 10px; color: #cf3a3b; opacity: 0.6; margin-top: 3px; letter-spacing: 0.05em; display: block; }

  /* bundle */
  .wmp__bundle { background: #FCE5E8; border-radius: 18px; padding: 16px; margin-top: 12px; margin-bottom: 18px; transition: all 0.3s ease; overflow: hidden; }
  .wmp__bundle.hidden { max-height: 0; padding: 0 16px; opacity: 0; margin-top: 0; margin-bottom: 0; }
  .wmp__bundle-head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
  .wmp__bundle-head .ticker { background: #cf3a3b; color: #FFFFFF; width: 22px; height: 22px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
  .wmp__bundle-head h4 { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 18px; color: #cf3a3b; line-height: 1; margin: 0; }
  .wmp__bundle-rows { display: grid; gap: 8px; }
  .wmp__b-row { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; background: #FFF8FA; border-radius: 14px; padding: 10px 12px; }
  .wmp__b-month { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 17px; color: #cf3a3b; }
  .wmp__b-flavours { display: flex; gap: 6px; flex-wrap: wrap; }
  .wmp__b-flavours button { background: transparent; border: 2px solid #F9D4D8; border-radius: 100px; padding: 6px 12px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 500; color: #cf3a3b; cursor: pointer; letter-spacing: 0.02em; transition: all 0.15s ease; }
  .wmp__b-flavours button.active { background: #cf3a3b; color: #FFFFFF; border-color: #cf3a3b; }

  /* atc */
  .wmp__atc { display: block; width: 100%; background: #cf3a3b; color: #FFFFFF; text-align: center; padding: 18px 24px; border-radius: 100px; border: 0; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 0.02em; cursor: pointer; transition: background 0.15s ease; margin-top: 6px; }
  .wmp__atc:hover { background: #EF0045; }
  .wmp__atc-sub { margin: 10px 0 0; text-align: center; font-size: 12px; color: #1A1A1A; opacity: 0.65; }

  /* trust */
  .wmp__trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; padding: 20px 0; border-top: 1px solid rgba(207,58,59,0.12); border-bottom: 1px solid rgba(207,58,59,0.12); }
  .wmp__trust > div { text-align: center; font-size: 11px; color: #cf3a3b; line-height: 1.3; }
  .wmp__trust .ic { font-size: 22px; display: block; margin-bottom: 6px; line-height: 1; }

  @media (max-width: 960px) {
    .wmp__inner { grid-template-columns: 1fr; padding: 14px 20px 36px; gap: 22px; }
    .wmp__left { position: static; top: auto; }
    .wmp__gallery { grid-template-columns: 1fr; gap: 12px; }
    .wmp__main-img { display: none; }
    /* mobile: full-width swipe carousel (one image at a time) */
    .wmp__slides {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      order: 1;
    }
    .wmp__slides::-webkit-scrollbar { display: none; }
    .wmp__slide {
      flex: 0 0 100%;
      aspect-ratio: 1/1;
      border-radius: 24px;
      overflow: hidden;
      background: #F9D4D8;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
    .wmp__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
    /* mobile thumbs row below, syncs with carousel */
    .wmp__thumbs {
      display: flex;
      flex-direction: row;
      order: 2;
      overflow-x: auto;
      gap: 8px;
      max-height: none;
      padding-bottom: 4px;
    }
    .wmp__thumb { flex: 0 0 56px; width: 56px; }
    .wmp__qb { gap: 6px; }
    .wmp__qb-box { padding: 12px 8px; border-radius: 14px; }
    .wmp__qb-box .ic { font-size: 20px; margin-bottom: 4px; }
    .wmp__qb-box h5 { font-size: 14px; }
    .wmp__qb-box p { font-size: 10px; }
    .wmp__title { font-size: 32px; white-space: normal; }
    .wmp__byline { font-size: 17px; }
    .wmp__testi { padding: 14px 14px; grid-template-columns: 1fr 60px; gap: 10px; }
    .wmp__testi-pic img { width: 60px; height: 60px; }
    .wmp__testi-quote { font-size: 12px; }
    .wmp__bullets { gap: 8px; }
    .wmp__bullets li { font-size: 13px; }
    .wmp__bullets .ic { font-size: 16px; }
    .wmp__price-now { font-size: 44px; }
  }
/* END_SECTION:wild-main-product */

/* START_SECTION:wild-pdp-faq (INDEX:101) */
.wpf { background: #FFF8FA; padding: 80px 56px; font-family: 'Poppins', sans-serif; }
  .wpf__inner { max-width: 780px; margin: 0 auto; }
  .wpf__title { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 52px; color: #cf3a3b; text-align: center; line-height: 1; margin: 0 0 32px; letter-spacing: -0.015em; }
  .wpf__list { display: flex; flex-direction: column; gap: 10px; }
  .wpf__item { background: #FFF8FA; border: 1px solid rgba(207,58,59,0.18); border-radius: 16px; }
  .wpf__item summary { padding: 18px 22px; font-weight: 500; font-size: 15px; color: #cf3a3b; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .wpf__item summary::after { content: '+'; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 28px; line-height: 1; color: #cf3a3b; flex-shrink: 0; }
  .wpf__item[open] summary::after { content: '–'; }
  .wpf__answer { padding: 0 22px 18px; font-size: 14px; color: #1A1A1A; opacity: 0.85; line-height: 1.6; }
  .wpf__answer p { margin: 0 0 10px; }
  .wpf__answer p:last-child { margin: 0; }
  @media (max-width: 960px) {
    .wpf { padding: 16px 20px 48px; }
    .wpf__title { font-size: 36px; margin-bottom: 22px; }
  }
/* END_SECTION:wild-pdp-faq */

/* START_SECTION:wild-pdp-howto (INDEX:102) */
.wht { background: #FFF8FA; padding: 80px 56px; font-family: 'Poppins', sans-serif; }
  .wht__inner { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
  .wht__img { aspect-ratio: 1/1; border-radius: 28px; overflow: hidden; }
  .wht__pic { width: 100%; height: 100%; object-fit: cover; display: block; }
  .wht__eyebrow { display: inline-block; background: #cf3a3b; color: #FFFFFF; padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; margin-bottom: 18px; }
  .wht__title { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 60px; color: #cf3a3b; line-height: 0.98; letter-spacing: -0.015em; margin: 0 0 14px; }
  .wht__title .pop { color: #EF0045; margin-left: 8px; }
  .wht__lede { color: #cf3a3b; opacity: 0.85; margin-bottom: 32px; max-width: 480px; line-height: 1.6; }
  .wht__steps { display: grid; gap: 14px; }
  .wht__step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: flex-start; }
  .wht__num { background: #cf3a3b; color: #FFFFFF; width: 48px; height: 48px; border-radius: 100px; display: flex; align-items: center; justify-content: center; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 22px; }
  .wht__h4 { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 22px; color: #cf3a3b; line-height: 1.05; margin: 0 0 4px; }
  .wht__body { font-size: 14px; color: #1A1A1A; opacity: 0.78; line-height: 1.55; margin: 0; }

  @media (max-width: 960px) {
    .wht { padding: 48px 20px; }
    .wht__inner { grid-template-columns: 1fr; gap: 26px; }
    .wht__title { font-size: 40px; }
  }
/* END_SECTION:wild-pdp-howto */

/* START_SECTION:wild-pdp-ingredients (INDEX:103) */
.wpi { background: #F9D4D8; padding: 80px 56px; font-family: 'Poppins', sans-serif; }
  .wpi__inner { max-width: 1340px; margin: 0 auto; }
  .wpi__head { text-align: center; margin-bottom: 36px; }
  .wpi__eyebrow { display: inline-block; background: #cf3a3b; color: #FFFFFF; padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; margin-bottom: 18px; }
  .wpi__title { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 56px; color: #cf3a3b; line-height: 1; letter-spacing: -0.015em; margin: 0 0 12px; }
  .wpi__sub { color: #cf3a3b; opacity: 0.78; max-width: 520px; margin: 0 auto; line-height: 1.55; }
  .wpi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .wpi__card { background: #FFF8FA; border-radius: 18px; overflow: hidden; color: #cf3a3b; display: flex; flex-direction: column; }
  .wpi__pic { aspect-ratio: 16/9; overflow: hidden; }
  .wpi__img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .wpi__body { padding: 14px 16px 16px; position: relative; flex: 1; }
  .wpi__dose { position: absolute; top: 10px; right: 14px; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 30px; color: #cf3a3b; opacity: 0.7; line-height: 0.9; }
  .wpi__h3 { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 18px; line-height: 1.05; margin: 0 0 3px; padding-right: 44px; }
  .wpi__p { font-size: 12px; color: #1A1A1A; opacity: 0.78; line-height: 1.45; margin: 0; }
  @media (max-width: 960px) {
    .wpi { padding: 48px 20px; }
    .wpi__head { margin-bottom: 24px; }
    .wpi__title { font-size: 38px; }
    .wpi__grid { grid-template-columns: 1fr; gap: 12px; }
  }
/* END_SECTION:wild-pdp-ingredients */

/* START_SECTION:wild-pdp-milestone (INDEX:104) */
.wpm { background: #cf3a3b; color: #FFFFFF; padding: 80px 0 100px; position: relative; overflow: hidden; font-family: 'Poppins', sans-serif; }
  .wpm__head { max-width: 1340px; margin: 0 auto 40px; padding: 0 56px; text-align: center; }
  .wpm__eyebrow { display: inline-block; background: #FFF8FA; color: #cf3a3b; padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; margin-bottom: 18px; }
  .wpm__title { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 64px; line-height: 0.98; letter-spacing: -0.015em; margin: 0 0 12px; color: #FFFFFF; }
  .wpm__sub { font-size: 16px; max-width: 540px; margin: 0 auto; opacity: 0.92; line-height: 1.55; color: #FFFFFF; }
  .wpm__marker, .wpm__h3, .wpm__p { color: #FFFFFF; }
  .wpm__rail { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 56px; }
  .wpm__line { position: absolute; left: 80px; right: 80px; top: 32px; height: 2px; background: rgba(255,255,255,0.2); border-radius: 2px; overflow: hidden; }
  .wpm__fill { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #FFFFFF; transition: width 0.6s cubic-bezier(.25,.1,.25,1); }
  .wpm__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; }
  .wpm__node { text-align: center; }
  .wpm__dot { width: 64px; height: 64px; border-radius: 100px; border: 2px solid rgba(255,255,255,0.35); margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; line-height: 1; background: #cf3a3b; position: relative; z-index: 2; transition: all 0.5s cubic-bezier(.25,.1,.25,1); }
  .wpm__node.reached .wpm__dot { border-color: #FFFFFF; background: #FFFFFF; transform: scale(1.05); }
  .wpm__marker { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 28px; line-height: 1; margin-bottom: 8px; opacity: 0.55; transition: opacity 0.5s ease; }
  .wpm__node.reached .wpm__marker { opacity: 1; }
  .wpm__h3 { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 22px; line-height: 1.05; margin-bottom: 6px; opacity: 0.7; transition: opacity 0.5s ease 0.1s; }
  .wpm__node.reached .wpm__h3 { opacity: 1; }
  .wpm__p { font-size: 13px; line-height: 1.5; opacity: 0.6; max-width: 200px; margin: 0 auto; transition: opacity 0.5s ease 0.2s; }
  .wpm__node.reached .wpm__p { opacity: 0.92; }

  @media (max-width: 960px) {
    .wpm { padding: 48px 0 56px; }
    .wpm__head { padding: 0 24px; margin-bottom: 32px; }
    .wpm__title { font-size: 38px; }
    .wpm__sub { font-size: 14px; }
    .wpm__rail { padding: 0 24px; max-width: 480px; margin: 0 auto; }
    .wpm__line { left: 56px; top: 0; bottom: 0; width: 2px; height: auto; right: auto; }
    .wpm__fill { left: 0; top: 0; width: 100%; height: 0; transition: height 0.6s cubic-bezier(.25,.1,.25,1); }
    .wpm__row { display: flex; flex-direction: column; gap: 28px; grid-template-columns: none; }
    .wpm__node { display: grid; grid-template-columns: 64px 1fr; gap: 18px; text-align: left; align-items: start; }
    .wpm__node .wpm__dot { margin: 0; }
    .wpm__marker { font-size: 22px; margin-bottom: 4px; }
    .wpm__h3 { font-size: 20px; margin-bottom: 4px; }
    .wpm__p { max-width: none; font-size: 13px; }
  }
/* END_SECTION:wild-pdp-milestone */

/* START_SECTION:wild-pdp-reviews (INDEX:105) */
.wpr { background: #F9D4D8; padding: 80px 56px; font-family: 'Poppins', sans-serif; }
  .wpr__inner { max-width: 1340px; margin: 0 auto; }
  .wpr__head { text-align: center; margin-bottom: 36px; }
  .wpr__title { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; font-size: 56px; color: #cf3a3b; line-height: 1; margin: 0 0 8px; letter-spacing: -0.015em; }
  .wpr__meta { font-size: 13px; color: #cf3a3b; }
  .wpr__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .wpr__card { background: #FFF8FA; border-radius: 22px; overflow: hidden; color: #cf3a3b; display: flex; flex-direction: column; }
  .wpr__pic { aspect-ratio: 4/5; overflow: hidden; }
  .wpr__img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .wpr__body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
  .wpr__stars { color: #cf3a3b; font-size: 14px; margin-bottom: 8px; letter-spacing: 1px; }
  .wpr__q { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 18px; line-height: 1.35; margin: 0 0 16px; flex: 1; }
  .wpr__who { font-size: 13px; font-weight: 600; }
  .wpr__when { font-size: 11px; opacity: 0.6; margin-top: 2px; }
  @media (max-width: 960px) {
    .wpr { padding: 48px 20px; }
    .wpr__head { margin-bottom: 24px; }
    .wpr__title { font-size: 38px; }
    .wpr__grid { grid-template-columns: 1fr; gap: 14px; }
  }
/* END_SECTION:wild-pdp-reviews */

/* START_SECTION:wild-why-join (INDEX:106) */
.wild-why { background: #FFF8FA; padding: 56px 56px; color: #cf3a3b; }
  .wild-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }
  .wild-why__eyebrow {
    display: inline-block;
    background: #cf3a3b;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
  .wild-why__title {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 70px;
    line-height: 0.98;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
    color: #cf3a3b;
  }
  .wild-why__title .pop { color: #EF0045; }
  .wild-why__intro {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    max-width: 460px;
    line-height: 1.6;
    color: #cf3a3b;
    opacity: 0.88;
  }
  .wild-why__intro p { margin: 0; }
  .wild-why__bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .wild-why__card {
    background: #F9D4D8;
    padding: 28px;
    border-radius: 22px;
  }
  .wild-why__emoji {
    font-size: 38px;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
  }
  .wild-why__h4 {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 6px;
    line-height: 1.1;
    color: #cf3a3b;
    letter-spacing: -0.01em;
  }
  .wild-why__p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #cf3a3b;
    opacity: 0.85;
    line-height: 1.55;
    margin: 0;
  }
  @media (max-width: 960px) {
    .wild-why { padding: 44px 0; }
    .wild-why__grid { grid-template-columns: 1fr; gap: 36px; max-width: none; }
    .wild-why__left { padding: 0 24px; }
    .wild-why__title { font-size: 48px; }
    .wild-why__bullets {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 16px;
      padding: 0 32px 12px;
      margin: 0;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .wild-why__bullets::-webkit-scrollbar { display: none; }
    .wild-why__card {
      flex: 0 0 78%;
      min-width: 78%;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
    .wild-why__card:first-child { scroll-snap-align: start; }
    .wild-why__card:last-child { scroll-snap-align: end; }
    .wild-why__left::after {
      content: 'swipe →';
      display: block;
      margin-top: 14px;
      font-family: 'Poppins', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #cf3a3b;
      opacity: 0.6;
      animation: wildSwipeHintWhy 1.8s ease-in-out infinite;
    }
    @keyframes wildSwipeHintWhy {
      0%, 100% { transform: translateX(0); opacity: 0.55; }
      50% { transform: translateX(6px); opacity: 0.9; }
    }
  }
/* END_SECTION:wild-why-join */