/* Nutra Botanics responsive Mobile V154 campaign-cohesion build.
   Pixel references in mobile-v3/references are the primary source of truth.
   This file loads after the desktop and Mobile V2 foundations. */

.mobile-v3-view-all,
.mobile-service-nav,
.hero-command,
.mobile-v2-sticky,
.runway-progress,
.catalog-cta,
.mobile-goal-outcome {
  display: none;
}

.cookie-consent {
  position: fixed;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: 9999;
  width: min(420px, calc(100% - 24px));
  margin-inline: auto;
  padding: 18px;
  border: 1px solid rgba(213, 175, 87, .34);
  border-radius: 8px;
  background: #073b34;
  box-shadow: 0 18px 44px rgba(4, 32, 28, .3);
  color: #fff;
  opacity: 0;
  transform: translateY(calc(100% + 24px));
  transition: opacity 220ms ease, transform 260ms cubic-bezier(.22, .8, .3, 1);
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent h2 {
  margin: 0 0 7px;
  color: #fff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.cookie-consent p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.5;
}

.cookie-consent p a {
  color: #e2bf69;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px;
}

.cookie-consent-actions button {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  font: 700 11.5px/1 "Instrument Sans", Arial, sans-serif;
  cursor: pointer;
}

.cookie-consent-necessary {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.cookie-consent-accept {
  border-color: #d5af57 !important;
  background: #d5af57;
  color: #073b34;
}

@media (max-width: 767px) {
  .mobile-v3 {
    --font-display: "Newsreader", Georgia, serif;
    --font-sans: "Instrument Sans", Arial, sans-serif;
    --v3-green: #0b453d;
    --v3-ink: #103f38;
    --v3-gold: #b58a2d;
    --v3-ivory: #f8f7f2;
    --v3-eucalyptus: #edf2ee;
    --v3-rule: rgba(11, 69, 61, .15);
    --v3-gutter: 18px;
    --v3-radius: 8px;
    --v3-motion-fast: 180ms;
    --v3-motion: 260ms;
    --v3-ease: cubic-bezier(.22, .8, .3, 1);
    --v3-hero-height: min(390px, 100vw);
    overflow-x: clip;
    background: #fff;
    color: var(--v3-ink);
    font-synthesis: none;
  }

  .mobile-v3 h1,
  .mobile-v3 h2,
  .mobile-v3 .display {
    font-family: var(--font-display);
    font-weight: 600;
    font-optical-sizing: auto;
  }

  .mobile-v3 .container {
    width: min(calc(100% - (var(--v3-gutter) * 2)), var(--max));
  }

  .mobile-v3 .eyebrow {
    margin: 0;
    color: var(--v3-green);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .mobile-v3 .btn {
    min-height: 44px;
    border-radius: 6px;
  }

  .mobile-v3 [data-template-panel] {
    scroll-margin-top: 0;
  }

  /* Store chrome: two trust signals, logo, cart and menu only. */
  .mobile-v3 .announcement,
  .mobile-v3 .announcement .container {
    min-height: 32px;
  }

  .mobile-v3 .announcement .container {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-v3 .announcement-item,
  .mobile-v3 .announcement-item:nth-child(2) {
    display: flex;
    min-width: 0;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
  }

  .mobile-v3 .announcement-item:first-child {
    display: none;
  }

  .mobile-v3 .announcement-item .icon {
    width: 11px;
    height: 11px;
  }

  .mobile-v3 .site-header,
  .mobile-v3 .nav-shell {
    height: 64px;
    min-height: 64px;
  }

  .mobile-v3 .site-header {
    border-bottom-color: rgba(11, 69, 61, .1);
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 5px 16px rgba(7, 48, 42, .035);
  }

  .mobile-v3 .nav-shell {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mobile-v3 .brand {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 106px;
    transform: translate(-50%, -50%);
  }

  .mobile-v3 .nav-actions {
    z-index: 2;
    width: 100%;
    grid-column: 1;
    justify-content: space-between;
    gap: 0;
  }

  .mobile-v3 .nav-actions .nav-shop,
  .mobile-v3 .nav-actions [data-search-open],
  .mobile-v3 .nav-actions [data-account] {
    display: none;
  }

  .mobile-v3 .nav-actions .icon-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .mobile-v3 .nav-actions .menu-toggle {
    order: -1;
  }

  .mobile-v3 .mobile-service-nav {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 14px;
    border-top: 1px solid var(--v3-rule);
  }

  .mobile-v3 .mobile-service-nav a,
  .mobile-v3 .mobile-service-nav button {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--v3-rule);
    background: transparent;
    color: var(--v3-green);
    font: 700 12px/1.2 var(--font-sans);
    text-align: left;
    cursor: pointer;
  }

  .mobile-v3 .mobile-service-nav .icon {
    width: 17px;
    height: 17px;
    color: var(--v3-gold);
  }

  /* Render 01: copy and products share one immersive image plane. */
  .mobile-v3 .hero {
    position: relative;
    display: grid;
    min-height: 0;
    grid-template-rows: var(--v3-hero-height) 70px 70px;
    overflow: hidden;
    background: #e8e7df;
  }

  .mobile-v3 .hero-media {
    position: relative;
    z-index: 0;
    grid-row: 1;
    width: 100%;
    height: var(--v3-hero-height);
    overflow: hidden;
    background: #e8e7df;
  }

  .mobile-v3 .hero-media img,
  .mobile-v3.v100 .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mobile-v3 .hero-inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: var(--v3-hero-height);
    min-height: 0;
    pointer-events: none;
  }

  .mobile-v3 .hero-copy,
  .mobile-v3.v100 .hero-copy {
    position: static;
    max-width: none;
    padding: 0;
  }

  .mobile-v3 .hero-copy .eyebrow,
  .mobile-v3 .hero-copy > p,
  .mobile-v3 .hero-copy > .hero-actions {
    display: none;
  }

  .mobile-v3 .hero-copy h1,
  .mobile-v3.v100 .hero-copy h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .mobile-v3 .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 0;
  }

  .mobile-v3 .hero-command {
    position: relative;
    z-index: 3;
    display: flex;
    grid-row: 2;
    align-items: center;
    border-top: 1px solid rgba(11, 69, 61, .1);
    border-bottom: 1px solid var(--v3-rule);
    background: #fff;
  }

  .mobile-v3 .hero-command .container {
    width: min(calc(100% - (var(--v3-gutter) * 2)), var(--max));
  }

  .mobile-v3 .hero-command .hero-actions {
    opacity: 1;
    transform: none;
  }

  .mobile-v3 .hero-actions .btn-primary {
    position: relative;
    width: 100%;
    min-height: 48px;
    justify-content: center;
    padding-inline: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    box-shadow: 0 6px 16px rgba(7, 48, 42, .16), inset 0 -1px 0 rgba(0, 0, 0, .1);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-v3 .hero-actions .btn-primary .icon {
    position: absolute;
    right: 14px;
    width: 15px;
    height: 15px;
    color: #d6b45d;
  }

  .mobile-v3 .hero-actions .btn-link {
    width: auto;
    min-height: 48px;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--font-sans);
    font-size: 11.5px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .mobile-v3 .hero-proof {
    position: relative;
    z-index: 2;
    grid-row: 3;
    border-top: 1px solid var(--v3-rule);
    border-bottom: 1px solid var(--v3-rule);
    background: rgba(247, 249, 246, .96);
  }

  .mobile-v3 .proof-grid {
    width: 100%;
    min-height: 70px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-v3 .proof-stat {
    min-width: 0;
    padding: 11px 6px;
    text-align: center;
  }

  .mobile-v3 .proof-stat strong {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    font-optical-sizing: auto;
  }

  .mobile-v3 .proof-stat span {
    max-width: 104px;
    margin: 5px auto 0;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.2;
  }

  /* Shared compact editorial rhythm from the reference renders. */
  .mobile-v3 .section,
  .mobile-v3 .section-tight,
  .mobile-v3.v99 .best-sellers,
  .mobile-v3.v99 .reviews,
  .mobile-v3.v99 .lineup,
  .mobile-v3.v99 .faq-journal {
    padding-block: 34px;
  }

  .mobile-v3 .section-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
  }

  .mobile-v3 .best-sellers .section-head > p,
  .mobile-v3 .reviews .section-head > p {
    display: none;
  }

  .mobile-v3 .best-sellers .section-head > div,
  .mobile-v3 .reviews .section-head > div {
    display: grid;
    gap: 4px;
  }

  .mobile-v3 .best-sellers .section-head h2,
  .mobile-v3 .reviews .section-head h2 {
    display: block;
    max-width: 270px;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.02;
  }

  /* Render 02: restrained product runway. */
  .mobile-v3 .best-sellers {
    background: #fff;
  }

  .mobile-v3 .mobile-v3-view-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--v3-green);
    font-size: 11px;
    font-weight: 700;
  }

  .mobile-v3 .mobile-v3-view-all .icon {
    width: 13px;
    height: 13px;
  }

  .mobile-v3 .commerce-grid,
  .mobile-v3.v99 .commerce-grid {
    display: flex;
    gap: 11px;
    margin-right: calc(var(--v3-gutter) * -1);
    padding: 0 var(--v3-gutter) 8px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-v3 .commerce-grid::-webkit-scrollbar {
    display: none;
  }

  .mobile-v3 .commerce-grid .product-card,
  .mobile-v3 .commerce-grid .product-card:first-child,
  .mobile-v3 .commerce-grid .product-card:not(:first-child) {
    display: flex;
    flex: 0 0 min(302px, 82vw);
    height: 360px;
    min-height: 0;
    flex-direction: column;
    border: 1px solid var(--v3-rule);
    border-radius: var(--v3-radius);
    background: #fff;
    box-shadow: 0 8px 20px rgba(12, 54, 47, .05);
    overflow: hidden;
    scroll-snap-align: start;
    transform: scale(.995);
    opacity: .96;
    transition: transform var(--v3-motion) var(--v3-ease), opacity var(--v3-motion) ease, box-shadow var(--v3-motion) ease;
  }

  .mobile-v3 .commerce-grid .product-card.is-runway-active {
    box-shadow: 0 12px 24px rgba(12, 54, 47, .09);
    opacity: 1;
    transform: scale(1);
  }

  .mobile-v3 .commerce-grid .product-media,
  .mobile-v3 .commerce-grid .product-media--lifestyle,
  .mobile-v3 .commerce-grid .product-card:first-child .product-media--lifestyle,
  .mobile-v3 .commerce-grid .product-card:not(:first-child) .product-media--lifestyle {
    width: 100%;
    height: 190px;
    min-height: 190px;
    border: 0;
    border-bottom: 1px solid var(--v3-rule);
  }

  .mobile-v3 .commerce-grid .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-v3 .commerce-grid .product-card:first-child .product-media img {
    object-position: center 38%;
  }

  .mobile-v3 .product-badge {
    display: none;
  }

  .mobile-v3 .commerce-grid .product-format {
    display: -webkit-box;
    min-height: 29px;
    margin: 0;
    overflow: hidden;
    color: #60736e;
    font-size: 10.75px;
    font-weight: 500;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mobile-v3 .commerce-grid .product-card .product-body {
    display: grid;
    min-height: 0;
    grid-template-rows: 35px 29px 17px minmax(48px, 1fr);
    gap: 5px;
    padding: 12px 14px 13px;
  }

  .mobile-v3.v99 .commerce-grid .product-card:first-child .product-body h3,
  .mobile-v3.v99 .commerce-grid .product-card:not(:first-child) .product-body h3,
  .mobile-v3 .commerce-grid .product-card .product-body h3 a {
    display: -webkit-box;
    min-height: 35px;
    margin: 0;
    overflow: hidden;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.16;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mobile-v3 .commerce-grid .product-card .rating {
    min-width: 0;
    margin: 0;
    gap: 5px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    white-space: nowrap;
  }

  .mobile-v3 .commerce-grid .product-card .rating > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-v3 .commerce-grid .product-card .product-footer {
    min-height: 48px;
    align-self: end;
    margin: 0;
    padding-top: 8px;
  }

  .mobile-v3 .product-price strong {
    font-size: 16px;
  }

  .mobile-v3 .product-price span {
    display: block;
    margin-top: 2px;
    color: #8a6a1f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
  }

  .mobile-v3 .commerce-grid .product-footer .btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .mobile-v3 .commerce-grid .product-footer .btn span {
    display: none;
  }

  .mobile-v3 .runway-progress {
    position: relative;
    display: block;
    width: 82px;
    height: 2px;
    margin: 9px auto 0;
    border-radius: 2px;
    background: rgba(11, 69, 61, .13);
    overflow: hidden;
  }

  .mobile-v3 .runway-progress span {
    display: block;
    width: calc(100% / var(--runway-items, 4));
    height: 100%;
    border-radius: inherit;
    background: var(--v3-gold);
    transition: transform 120ms linear;
  }

  .mobile-v3 .catalog-cta {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 58px;
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 0 18px;
    border: 1px solid rgba(200, 162, 76, .5);
    border-radius: 8px;
    background: var(--v3-green);
    box-shadow: 0 10px 22px rgba(7, 59, 52, .16);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform var(--v3-motion) var(--v3-ease), box-shadow var(--v3-motion) ease, background-color var(--v3-motion) ease;
  }

  .mobile-v3 .catalog-cta .icon {
    width: 20px;
    height: 20px;
    color: var(--v3-gold);
    stroke-width: 1.8;
  }

  .mobile-v3 .catalog-cta .catalog-cta-arrow {
    justify-self: end;
  }

  .mobile-v3 .catalog-cta:active {
    background: #06332d;
    box-shadow: 0 6px 14px rgba(7, 59, 52, .18);
    transform: translateY(1px);
  }

  .mobile-v3 .catalog-cta:focus-visible {
    outline: 3px solid rgba(200, 162, 76, .42);
    outline-offset: 3px;
  }

  /* Human proof is a single editorial band, not a second headline section. */
  .mobile-v3 .reviews {
    background: var(--v3-eucalyptus);
  }

  .mobile-v3 .reviews .section-head {
    margin-bottom: 12px;
  }

  .mobile-v3 .reviews-layout,
  .mobile-v3.v99 .reviews-layout {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
    overflow: hidden;
  }

  .mobile-v3 .review-score,
  .mobile-v3.v99 .review-score {
    display: block;
    min-width: 0;
    padding: 4px 0 0;
    border: 0;
  }

  .mobile-v3 .review-score .kicker,
  .mobile-v3 .review-score .btn {
    display: none;
  }

  .mobile-v3 .review-score > strong {
    display: block;
    font-family: var(--font-display);
    font-size: 50px;
    font-weight: 600;
    line-height: .9;
    font-optical-sizing: auto;
  }

  .mobile-v3 .review-score .stars {
    display: block;
    margin-top: 9px;
    font-size: 11px;
  }

  .mobile-v3 .review-score p {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
  }

  .mobile-v3 .review-quotes,
  .mobile-v3.v99 .review-quotes {
    display: flex;
    gap: 9px;
    margin-right: calc(var(--v3-gutter) * -1);
    padding-right: var(--v3-gutter);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-v3 .review-quotes::-webkit-scrollbar {
    display: none;
  }

  .mobile-v3 .review-quote,
  .mobile-v3 .review-quote:first-child,
  .mobile-v3 .review-quote:nth-child(3),
  .mobile-v3.v99 .review-quote,
  .mobile-v3.v99 .review-quote:first-child,
  .mobile-v3.v99 .review-quote:nth-child(3) {
    flex: 0 0 min(238px, 66vw);
    min-height: 166px;
    padding: 15px;
    border: 1px solid var(--v3-rule);
    border-radius: var(--v3-radius);
    background: rgba(255, 255, 255, .82);
    box-shadow: none;
    opacity: .9;
    transform: scale(.995);
    transition: transform var(--v3-motion) var(--v3-ease), opacity var(--v3-motion) ease;
    scroll-snap-align: start;
  }

  .mobile-v3 .review-quote.is-runway-active {
    opacity: 1;
    transform: scale(1);
  }

  .mobile-v3 .runway-progress--reviews {
    width: 62px;
    margin-top: 11px;
  }

  .mobile-v3 .review-product {
    display: none;
  }

  .mobile-v3 .review-quote blockquote,
  .mobile-v3 .review-quote:first-child blockquote {
    margin: 0;
    font-family: var(--font-display);
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.28;
    font-optical-sizing: auto;
  }

  .mobile-v3 .review-quote cite {
    font-size: 10.5px;
    font-weight: 600;
  }

  .mobile-v3 .review-quote.benefit-card .benefit-card-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }

  .mobile-v3 .review-quote.benefit-card h3,
  .mobile-v3 .review-quote.benefit-card:first-child h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.18;
    font-optical-sizing: auto;
  }

  .mobile-v3 .review-quote.benefit-card p {
    margin: 0 0 10px;
    font-size: 11.5px;
    line-height: 1.42;
  }

  .mobile-v3 .review-quote.benefit-card small {
    font-size: 9.5px;
    letter-spacing: 0;
  }

  /* Render 03: compact selector, one native scene, two purchase rows. */
  .mobile-v3.v103 .lineup-scenes {
    padding-block: 34px;
    background: #fff;
  }

  .mobile-v3.v103 .lineup-scenes .lineup-intro {
    display: block;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
  }

  .mobile-v3.v103 .lineup-scenes .lineup-intro::before,
  .mobile-v3.v103 .lineup-scenes .lineup-summary,
  .mobile-v3.v103 .lineup-scenes .goal-context,
  .mobile-v3.v103 .lineup-scenes .lineup-kicker {
    display: none;
  }

  .mobile-v3.v103 .lineup-scenes .lineup-intro h2 {
    max-width: 310px;
    margin: 5px 0 0;
    font-size: 32px;
    font-weight: 600;
    line-height: .98;
  }

  .mobile-v3.v103 .lineup-scenes .lineup-toolbar {
    display: block;
    margin: 0 0 13px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-v3.v103 .lineup-scenes .filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0;
    background: transparent;
  }

  .mobile-v3.v103 .lineup-scenes .filter-tab {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid var(--v3-rule);
    border-radius: 7px;
    background: #fff;
    color: var(--v3-ink);
    font-family: var(--font-sans);
    font-size: 11.5px;
    font-weight: 700;
    transition: border-color var(--v3-motion-fast) ease, background-color var(--v3-motion-fast) ease, color var(--v3-motion-fast) ease, transform var(--v3-motion-fast) ease;
  }

  .mobile-v3.v103 .lineup-scenes .filter-tab[data-filter="all"] {
    display: none;
  }

  .mobile-v3.v103 .lineup-scenes .filter-tab.is-active {
    border-color: var(--v3-green);
    background: var(--v3-green);
    color: #fff;
    box-shadow: inset 0 -2px 0 var(--v3-gold);
    transform: translateY(-1px);
  }

  .mobile-v3.v103 .lineup-scenes .filter-tab .icon {
    width: 16px;
    height: 16px;
    color: var(--v3-gold);
  }

  .mobile-v3.v103 .lineup-scenes .lineup-shelf,
  .mobile-v3.v103 .lineup-scenes .lineup-shelf[data-filtered="true"],
  .mobile-v3.v103 .lineup-scenes .lineup-shelf[data-visible-scenes="1"] {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .mobile-v3 .mobile-goal-outcome {
    display: block;
    min-height: 34px;
    margin: -1px 0 12px;
    padding: 8px 10px 8px 12px;
    border-left: 2px solid var(--v3-gold);
    color: #49625c;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
  }

  .mobile-v3.v103 .collection-scene {
    border: 1px solid var(--v3-rule);
    border-radius: var(--v3-radius);
    background: #fff;
    box-shadow: none;
    overflow: hidden;
  }

  .mobile-v3.v103 .collection-scene-media {
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
    border: 0;
    border-bottom: 1px solid var(--v3-rule);
    border-radius: 0;
  }

  .mobile-v3.v103 .collection-scene-media::after,
  .mobile-v3.v103 .collection-scene-heading,
  .mobile-v3.v103 .scene-summary,
  .mobile-v3.v103 .lineup-scenes .line-goal-badge {
    display: none;
  }

  .mobile-v3.v103 .collection-scene-body {
    padding: 0 14px 2px;
  }

  .mobile-v3.v103 .scene-products {
    display: block;
    margin: 0;
  }

  .mobile-v3.v103 .lineup-scenes .line-product,
  .mobile-v3.v103 .lineup-scenes .line-product:nth-child(n + 3),
  .mobile-v3.v103 .lineup-scenes .line-product:nth-child(n + 5),
  .mobile-v3.v103 .lineup-scenes .line-product + .line-product {
    display: block;
    min-height: 0;
    padding: 7px 0;
    border: 0;
    border-top: 1px solid var(--v3-rule);
  }

  .mobile-v3.v103 .lineup-scenes .line-product > div {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
  }

  .mobile-v3.v103 .lineup-scenes .line-product h4 {
    min-width: 0;
    font-family: var(--font-sans);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.2;
  }

  .mobile-v3.v103 .lineup-scenes .line-product > div > span {
    display: block;
    grid-column: 1;
    grid-row: 2;
    margin-top: 2px;
    color: #60736e;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
  }

  .mobile-v3.v103 .lineup-scenes .line-product-buy {
    grid-column: 2;
    grid-row: 1;
    gap: 8px;
    margin: 0;
  }

  .mobile-v3.v103 .lineup-scenes .line-product-buy > strong {
    font-size: 13.5px;
    font-weight: 700;
  }

  .mobile-v3.v103 .lineup-scenes .line-add {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .mobile-v3.v103 .lineup-scenes .line-add span {
    display: none;
  }

  /* Render 04: benefit copy, native scene, outcome rows, purchase, FAQ. */
  .mobile-v3.v99 .flagship-proof {
    padding: 36px 0 30px;
    background: #fff;
  }

  .mobile-v3.v99 .flagship-proof-grid {
    display: block;
    width: min(calc(100% - (var(--v3-gutter) * 2)), var(--max));
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .mobile-v3.v99 .flagship-proof-copy {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .mobile-v3.v99 .flagship-proof-copy h2 {
    max-width: 350px;
    margin: 8px 0 10px;
    font-size: 35px;
    font-weight: 600;
    line-height: .98;
  }

  .mobile-v3.v99 .flagship-proof-copy > p {
    margin: 0;
    color: #526a64;
    font-size: 13.5px;
    line-height: 1.52;
  }

  .mobile-v3.v99 .flagship-proof-media {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    aspect-ratio: 16 / 10;
    border: 0;
    border-radius: var(--v3-radius);
    overflow: hidden;
  }

  .mobile-v3.v99 .flagship-proof-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45% center;
  }

  .mobile-v3.v99 .proof-metrics {
    display: none;
  }

  .mobile-v3 .proof-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 12px;
    border-top: 1px solid var(--v3-rule);
    border-bottom: 1px solid var(--v3-rule);
  }

  .mobile-v3 .proof-step {
    display: grid;
    min-width: 0;
    min-height: 84px;
    grid-template-columns: 1fr;
    grid-template-rows: 31px auto;
    justify-items: center;
    align-content: center;
    gap: 7px;
    padding: 9px 6px;
    border-right: 1px solid var(--v3-rule);
    border-bottom: 0;
    text-align: center;
  }

  .mobile-v3 .proof-step:last-child {
    border-right: 0;
  }

  .mobile-v3 .proof-step .icon {
    width: 31px;
    height: 31px;
    padding: 7px;
    border: 0;
    border-radius: 50%;
    background: var(--v3-green);
    color: #fff;
  }

  .mobile-v3 .proof-step strong {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.15;
  }

  .mobile-v3 .proof-step span {
    display: none;
  }

  .mobile-v3 .proof-purchase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .mobile-v3 .proof-purchase .nb-toggle-btn {
    min-height: 58px;
    padding: 9px 10px;
    border-radius: 7px;
    font-size: 11.5px;
  }

  .mobile-v3 .proof-purchase .nb-toggle-btn strong {
    font-size: 15px;
  }

  .mobile-v3 .proof-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 8px;
  }

  .mobile-v3 .proof-actions .btn-primary {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .mobile-v3 .proof-actions .btn-link {
    display: none;
  }

  .mobile-v3 .proof-subscribe {
    justify-content: center;
    margin-top: 5px;
    font-size: 10.5px;
    text-align: center;
  }

  .mobile-v3 .faq-journal {
    padding-block: 36px;
    border-top: 1px solid var(--v3-rule);
    background: #fff;
  }

  .mobile-v3 .faq-grid {
    display: block;
  }

  .mobile-v3 .faq-intro {
    margin-bottom: 15px;
  }

  .mobile-v3 .faq-intro .eyebrow,
  .mobile-v3 .faq-intro p {
    display: none;
  }

  .mobile-v3 .faq-intro h2 {
    max-width: 350px;
    font-size: 32px;
    font-weight: 600;
    line-height: .98;
  }

  .mobile-v3 .faq-list {
    display: grid;
    gap: 6px;
  }

  .mobile-v3 .faq-list details {
    border: 1px solid var(--v3-rule);
    border-radius: var(--v3-radius);
    background: #fff;
    overflow: hidden;
  }

  .mobile-v3 .faq-list summary {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
  }

  .mobile-v3 .faq-list details p {
    padding: 0 14px 14px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .mobile-v3 .faq-support {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
  }

  .mobile-v3 .faq-support strong,
  .mobile-v3 .faq-support a {
    font-size: 11px;
    font-weight: 700;
  }

  .mobile-v3 .faq-support span {
    display: none;
  }

  /* Compact two-column branded close from the approved mobile detail. */
  .mobile-v3 .site-footer {
    padding: 34px 0 78px;
    background: var(--v3-green);
  }

  .mobile-v3 .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }

  .mobile-v3 .footer-brand {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 10px 18px;
  }

  .mobile-v3 .footer-brand img {
    width: 118px;
    filter: brightness(0) invert(1);
    opacity: .96;
  }

  .mobile-v3 .footer-brand > p {
    max-width: 145px;
    margin: 0;
    font-size: 10.5px;
    line-height: 1.45;
  }

  .mobile-v3 .newsletter {
    width: 100%;
    height: 42px;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
  }

  .mobile-v3 .newsletter input {
    font-size: 10.5px;
  }

  .mobile-v3 .socials {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    margin: 0;
  }

  .mobile-v3 .socials a {
    width: 31px;
    height: 31px;
    border-color: rgba(181, 138, 45, .78);
    color: #d5af57;
  }

  .mobile-v3 .footer-goals {
    display: none;
  }

  .mobile-v3 .footer-support-links {
    display: block;
  }

  .mobile-v3 .footer-column h3 {
    margin-bottom: 7px;
    font-size: 11.5px;
    font-weight: 700;
  }

  .mobile-v3 .footer-column a {
    min-height: 30px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .mobile-v3 .footer-legal {
    display: block;
    margin-top: 22px;
    padding-top: 16px;
  }

  .mobile-v3 .footer-legal p {
    margin: 0;
    font-size: 10.5px;
    line-height: 1.5;
  }

  .mobile-v3 .footer-legal p br {
    display: none;
  }

  .mobile-v3 .legal-links {
    margin-top: 14px;
    gap: 6px 10px;
  }

  .mobile-v3 .legal-links a {
    min-height: 30px;
    font-size: 10.5px;
  }

  /* Contextual quick add remains outside the locked visual frames. */
  .mobile-v3 .mobile-v2-sticky {
    right: 12px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    min-height: 56px;
    gap: 10px;
    padding: 7px 8px 7px 12px;
    box-shadow: 0 12px 28px rgba(6, 31, 27, .24);
    transition: opacity var(--v3-motion-fast) ease, transform var(--v3-motion) var(--v3-ease), box-shadow var(--v3-motion-fast) ease;
  }

  .mobile-v3.mobile-v2-sticky-visible .mobile-v2-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-v3 .mobile-v2-sticky-product span {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-v3 .mobile-v2-sticky-product strong {
    font-size: 10.5px;
  }

  .mobile-v3 .mobile-v2-sticky-product small {
    display: inline;
    margin-left: 4px;
    color: #c49a3d;
    font-size: 10px;
    font-weight: 700;
  }

  .mobile-v3 .mobile-v2-sticky .btn {
    min-width: 84px;
    min-height: 44px;
    font-size: 11.5px;
  }

  .mobile-v3.cookie-consent-open .mobile-v2-sticky {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
  }

  .mobile-v3 .search-dialog {
    width: min(430px, calc(100% - 24px));
  }

  .mobile-v3 .search-panel {
    padding: 20px;
    border-radius: var(--v3-radius);
  }

  .mobile-v3 .search-panel-head {
    margin-bottom: 14px;
  }

  .mobile-v3 .search-panel-head h2 {
    font-size: 25px;
  }

  .mobile-v3 .search-panel > p {
    font-size: 13px;
    line-height: 1.5;
  }

  .mobile-v3 .quick-search {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mobile-v3 .account-status {
    margin: 12px 0 0;
    color: var(--v3-green);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }

  .mobile-v3 .account-status:empty,
  .mobile-v3 [data-account-error]:empty {
    display: none;
  }

  .mobile-v3 [data-add-product].is-added {
    background: #b58a2d;
    color: #fff;
    animation: v3-added 520ms var(--v3-ease);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .mobile-v3 .hero-media img,
  .mobile-v3.v100 .hero-media img {
    transform: scale(1.025);
    transition: transform 900ms cubic-bezier(.2, .75, .25, 1);
  }

  .mobile-v3.mobile-v3-ready .hero-media img,
  .mobile-v3.mobile-v3-ready.v100 .hero-media img {
    transform: scale(1);
  }

  .mobile-v3 .hero-actions {
    opacity: 0;
    transform: translateY(9px);
    transition: opacity 420ms ease, transform 520ms cubic-bezier(.22, .8, .3, 1);
  }

  .mobile-v3 .hero-actions {
    transition-delay: 90ms;
  }

  .mobile-v3.mobile-v3-ready .hero-actions {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-v3 .reveal-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 360ms ease var(--reveal-delay, 0ms), transform 460ms var(--v3-ease) var(--reveal-delay, 0ms), border-color var(--v3-motion-fast) ease, box-shadow var(--v3-motion-fast) ease;
  }

  .mobile-v3 .reveal-item.reveal-from-left {
    transform: translateX(-10px);
  }

  .mobile-v3 .reveal-item.reveal-from-right {
    transform: translateX(10px);
  }

  .mobile-v3 .reveal-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .mobile-v3.v103 .collection-scene.is-scene-active {
    animation: v3-scene-in 280ms var(--v3-ease);
  }

  .mobile-v3.v103 .line-product.is-entering {
    animation: v3-row-in 260ms var(--v3-ease);
  }
}

@keyframes v3-added {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.08); }
}

@keyframes v3-scene-in {
  from { opacity: .72; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes v3-row-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 350px) {
  .mobile-v3 {
    --v3-gutter: 15px;
  }

  .mobile-v3 .hero-actions {
    width: 100%;
    gap: 8px;
    margin: 0;
  }

  .mobile-v3 .hero-actions .btn-primary {
    font-size: 10.5px;
  }

  .mobile-v3 .hero-actions .btn-link {
    font-size: 10.5px;
  }

  .mobile-v3 .reviews-layout,
  .mobile-v3.v99 .reviews-layout {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 11px;
  }

  .mobile-v3 .review-score > strong {
    font-size: 44px;
  }

  .mobile-v3.v99 .flagship-proof-copy h2,
  .mobile-v3 .faq-intro h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-v3 .mobile-v2-sticky,
  .mobile-v3 .product-card,
  .mobile-v3 .review-quote,
  .mobile-v3 .filter-tab,
  .mobile-v3 .runway-progress span,
  .mobile-v3 .hero-media img,
  .mobile-v3 .collection-scene-media img,
  .mobile-v3 .flagship-proof-media img,
  .mobile-v3 .reveal-item,
  .mobile-v3 [data-add-product] {
    transition: none;
    animation: none;
  }

  .mobile-v3 .hero-media img,
  .mobile-v3 .collection-scene-media img,
  .mobile-v3 .flagship-proof-media img,
  .mobile-v3 .reveal-item {
    opacity: 1;
    transform: none;
  }
}
