/* ============================================================
   LAVERO — HOMEPAGE STYLES (extracted from index.html inline block)
   Tokens in tokens.css; primitives in base.css. Load after base.css.
   ============================================================ */

      /* Tokens now live in css/tokens.css (:root). */

      * {
        box-sizing: border-box;
      }

      html {
        height: 100%;
        scroll-behavior: smooth;
        overflow-y: scroll;
      }

      body {
        margin: 0;
        min-height: 100%;
        background: var(--cream);
        color: var(--ink);
        font-family: var(--sans);
        line-height: 1.5;
        overflow-x: clip;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      img,
      svg {
        display: block;
      }


.nav {
  align-items: center;
  background: rgba(201, 137, 126, 0.92);
  border-bottom: 1px solid rgba(255, 249, 240, 0.22);
  color: var(--ivory);
        display: grid;
        gap: 1.5rem;
        grid-template-columns: auto 1fr auto;
        padding: 1.1rem 4.5vw;
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 29;
        backdrop-filter: blur(18px);
      }

      .brand {
        display: inline-flex;
        flex-direction: column;
        gap: 0.1rem;
        min-width: max-content;
      }

      .brand strong {
        font-family: var(--serif);
        font-size: 1.55rem;
        font-weight: 500;
        letter-spacing: 0.22em;
        line-height: 1;
      }

      .brand span {
        color: currentColor;
        font-size: 0.55rem;
        font-weight: 800;
        letter-spacing: 0.28em;
        text-transform: uppercase;
      }

      .nav-links {
        display: flex;
        gap: clamp(1rem, 2.3vw, 2rem);
        justify-content: center;
      }

      .nav-links a,
      .nav-actions a {
        color: rgba(255, 249, 240, 0.86);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

.nav-actions {
  align-items: center;
  display: flex;
  gap: 0.95rem;
}

.mobile-menu-btn {
  background: transparent;
  border: 0;
  color: var(--ivory);
  cursor: pointer;
  display: none;
  font-size: 1.65rem;
  line-height: 1;
  padding: 0.35rem;
}

.icon-link {
  background: transparent;
  border: 0;
  color: var(--ivory);
  display: grid;
  height: 2.2rem;
  place-items: center;
  position: relative;
  width: 2.2rem;
}

.cart-badge {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: var(--ivory);
  display: none;
  font-size: 0.65rem;
  font-weight: 800;
  height: 1.05rem;
  justify-content: center;
  min-width: 1.05rem;
  padding: 0 0.25rem;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}

      .button {
        align-items: center;
        border-radius: 6px;
        display: inline-flex;
        font-size: 0.76rem;
        font-weight: 800;
        justify-content: center;
        letter-spacing: 0.14em;
        min-height: 3.05rem;
        padding: 0 1.35rem;
        text-transform: uppercase;
        transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      }

      .button:hover {
        transform: translateY(-1px);
      }

.button.primary {
  background: var(--green);
  box-shadow: 0 14px 28px rgba(23, 60, 52, 0.18);
  color: var(--ivory);
}

.nav-actions .button.primary {
  background: var(--sand);
  box-shadow: 0 14px 28px rgba(64, 54, 50, 0.12);
  color: var(--ink);
}

      .button.secondary {
        background: rgba(255, 249, 240, 0.72);
        border: 1px solid rgba(120, 111, 104, 0.34);
        color: var(--ink);
      }

      /* Hero styles moved canonically to css/sections/home-hero.css */

      .eyebrow {
        color: var(--taupe);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.19em;
        margin: 0 0 1.2rem;
        text-transform: uppercase;
        width: fit-content;
      }

      h1,
      h2,
      h3,
      p {
        margin-top: 0;
      }

      h1 {
        font-family: var(--serif);
        font-size: clamp(2.4rem, 4.8vw, 4rem);
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 1rem;
      }

      h1 em,
      h2 em {
        color: var(--blush);
        font-style: italic;
      }

/* Hero copy (subhead / mechanism / CTA / trust) styles live in
   css/sections/home-hero.css. The old .hero-subclaim and absolute
   .hero-rating-proof rules were removed in the hero rebuild. */

.water-reality {
        background: var(--sand);
        padding: clamp(var(--space-12), 4vw, var(--space-16)) 4.5vw clamp(var(--space-10), 3.2vw, var(--space-12));
      }

.water-reality-grid {
        align-items: stretch;
        display: grid;
        gap: clamp(var(--space-8), 3.2vw, var(--space-16));
        grid-template-columns: 58% 42%;
        margin: 0 auto;
        max-width: var(--container);
      }

.water-reality-copy {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
      }

.water-reality-kicker {
        color: var(--gold);
        display: inline-block;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.18em;
        line-height: 1;
        margin: 0 0 clamp(1.4rem, 2.5vw, 2rem);
        padding-bottom: 0.9rem;
        position: relative;
        text-transform: uppercase;
        width: fit-content;
      }

.water-reality-kicker::after {
        background: var(--gold);
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: min(100%, 20rem);
      }

.water-reality-copy h2 {
        color: var(--ink);
        font-family: var(--serif);
        font-size: clamp(1.65rem, 2.4vw, 2.45rem);
        font-weight: 400;
        line-height: 1.08;
        margin-bottom: clamp(var(--space-6), 2.8vw, var(--space-10));
      }

.water-reality-copy h2 em {
        color: var(--blush);
        font-style: italic;
        font-weight: 700;
      }

.body-accent {
  color: var(--blush);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
}

.water-reality-body {
        color: var(--ink);
        font-size: clamp(1rem, 1.4vw, 1.16rem);
        line-height: 1.6;
        margin-bottom: 0;
        max-width: 36rem;
        text-align: left;
        margin-left: 0;
        margin-right: auto;
      }

.water-reality-body p {
        margin: 0;
        padding: clamp(var(--space-2), 1.1vw, var(--space-4)) 0;
      }

.water-reality-body p:first-child {
        padding-top: 0;
      }

.water-reality-body p:last-child {
        padding-bottom: 0;
      }

.water-reality-closer {
  padding-top: clamp(var(--space-5), 2vw, var(--space-6)) !important;
  border-top: 1px solid var(--line-soft);
  margin-top: clamp(var(--space-3), 1.2vw, var(--space-4));
}
.water-reality-closer em {
  color: var(--blush);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
}

.water-reality-media {
        align-self: stretch;
        aspect-ratio: 4 / 4.4;
        border-radius: 8px;
        border: 1px solid var(--line-soft);
        box-shadow: var(--shadow-lift);
        margin: 0;
        overflow: hidden;
      }

.water-reality-media img {
        height: 100%;
        object-fit: cover;
        object-position: center top;
        width: 100%;
      }

.lead {
        color: rgba(255, 249, 240, 0.88);
        font-size: clamp(1.05rem, 1.45vw, 1.25rem);
        max-width: 34rem;
      }

      .cta-row {
        display: flex;
        flex-wrap: wrap;
        gap: 1.6rem;
        justify-content: center;
        margin: 1.5rem 0 0.8rem;
      }

      .rating {
        align-items: center;
        color: var(--taupe);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.9rem;
        gap: 0.75rem;
      }

      .stars {
        color: var(--gold);
        font-size: 1rem;
        letter-spacing: 0.12em;
      }

      .hero-visual {
        align-self: stretch;
        min-height: 360px;
        position: relative;
      }

      .bath-scene {
        background:
          radial-gradient(circle at 80% 18%, rgba(255, 249, 240, 0.94) 0 10%, transparent 30%),
          linear-gradient(135deg, rgba(232, 200, 184, 0.72), rgba(239, 226, 208, 0.88) 54%, rgba(255, 249, 240, 0.92));
        border: 1px solid rgba(64, 54, 50, 0.08);
        border-radius: 48% 48% 14px 14px;
        box-shadow: var(--shadow);
        height: 100%;
        min-height: 340px;
        overflow: hidden;
        position: relative;
      }

      .bath-scene::before {
        background-image:
          linear-gradient(rgba(255, 249, 240, 0.34) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255, 249, 240, 0.34) 1px, transparent 1px);
        background-size: 82px 82px;
        content: "";
        inset: 0;
        position: absolute;
      }

      .shower-arm {
        background: linear-gradient(90deg, #d8b278, #f4dfbc, #a87d44);
        border-radius: 999px;
        height: 1rem;
        position: absolute;
        right: 18%;
        top: 19%;
        transform: rotate(-8deg);
        width: 13rem;
      }

      .filter {
        background:
          linear-gradient(90deg, rgba(105, 79, 53, 0.08), transparent 18% 82%, rgba(68, 48, 34, 0.16)),
          linear-gradient(180deg, #f1d5a6, #c99a5d 48%, #f4dfbc);
        border: 1px solid rgba(99, 70, 36, 0.25);
        border-radius: 999px;
        box-shadow: 0 22px 38px rgba(99, 70, 36, 0.22), inset 0 0 18px rgba(255, 249, 240, 0.28);
        height: 14rem;
        left: 52%;
        position: absolute;
        top: 23%;
        transform: translateX(-50%);
        width: 5.25rem;
        z-index: 2;
      }

      .filter::before,
      .filter::after {
        background: linear-gradient(180deg, #fff2d7, #bd8545);
        border-radius: 999px;
        content: "";
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 3.3rem;
      }

      .filter::before {
        height: 2rem;
        top: -1.2rem;
      }

      .filter::after {
        bottom: -1.4rem;
        height: 2.4rem;
      }

      .spray {
        border-radius: 50%;
        border-right: 1px solid rgba(255, 249, 240, 0.82);
        height: 18rem;
        left: 52%;
        opacity: 0.78;
        position: absolute;
        top: 48%;
        transform: translateX(-50%) rotate(12deg);
        width: 15rem;
        z-index: 1;
      }

      .spray::before,
      .spray::after {
        border-radius: 50%;
        border-right: 1px solid rgba(255, 249, 240, 0.72);
        content: "";
        inset: 1.3rem;
        position: absolute;
      }

      .spray::after {
        inset: 2.8rem;
      }

      .bottle {
        background: linear-gradient(180deg, var(--ivory), #e9d3bb);
        border: 1px solid rgba(64, 54, 50, 0.09);
        border-radius: 16px 16px 6px 6px;
        bottom: 9%;
        box-shadow: 0 18px 35px rgba(64, 54, 50, 0.12);
        height: 8.4rem;
        position: absolute;
        width: 3.1rem;
      }

      .bottle.one {
        left: 16%;
      }

      .bottle.two {
        bottom: 7%;
        height: 6.6rem;
        left: 24%;
        width: 2.5rem;
      }

      .bottle::before {
        background: var(--gold);
        border-radius: 4px 4px 0 0;
        content: "";
        height: 1.1rem;
        left: 50%;
        position: absolute;
        top: -1rem;
        transform: translateX(-50%);
        width: 1.2rem;
      }

      .plant {
        bottom: 7%;
        height: 15rem;
        position: absolute;
        right: 8%;
        width: 12rem;
      }

      .leaf {
        background: #66856b;
        border-radius: 100% 0 100% 0;
        height: 5rem;
        position: absolute;
        transform-origin: bottom left;
        width: 2.2rem;
      }

      .leaf:nth-child(1) {
        bottom: 3rem;
        left: 4rem;
        transform: rotate(-44deg);
      }

      .leaf:nth-child(2) {
        bottom: 5.3rem;
        left: 5.2rem;
        transform: rotate(-14deg);
      }

      .leaf:nth-child(3) {
        bottom: 4.7rem;
        left: 7rem;
        transform: rotate(30deg);
      }

      .leaf:nth-child(4) {
        bottom: 7rem;
        left: 6.2rem;
        transform: rotate(4deg);
      }

      .flower {
        background: var(--ivory);
        border-radius: 50%;
        bottom: 19%;
        box-shadow: 18px 0 0 var(--ivory), 9px -13px 0 var(--ivory), 9px 13px 0 var(--ivory);
        height: 1.5rem;
        position: absolute;
        right: 31%;
        width: 1.5rem;
      }

      .benefits {
        align-items: center;
        display: flex;
        margin: 0 auto;
        max-width: none;
        padding: clamp(2.5rem, 3.5vw, 4rem) 4.5vw clamp(1.5rem, 2.5vw, 3rem);
        position: relative;
        width: 100%;
        z-index: 3;
      }

      .benefit-bar {
        background: rgba(255, 249, 240, 0.96);
        border: 1px solid var(--line);
        border-radius: 18px;
        box-shadow: 0 24px 70px rgba(64, 54, 50, 0.13);
        display: grid;
        margin: 0 auto;
        max-width: 1060px;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
      }

      .benefit {
        align-items: center;
        border-right: 1px solid var(--line);
        display: flex;
        gap: 0.85rem;
        justify-content: center;
        min-height: 5.2rem;
        padding: 1rem;
      }

      .benefit:last-child {
        border-right: 0;
      }

      .benefit svg,
      .feature svg,
      .step svg,
      .trust-point svg {
        color: var(--gold);
        flex: 0 0 auto;
        stroke-width: 1.55;
      }

      .benefit span,
      .trust-point span {
        font-size: 0.76rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }

section,
.benefits {
  min-height: 0;
}

section {
  display: block;
  padding: var(--section-py) var(--section-px) var(--section-py-b);
  scroll-margin-top: 7.25rem;
}

      section > .section-inner {
        width: 100%;
      }

.reveal-page {
  opacity: 0;
  transform: translateY(22px) scale(0.992);
        transition: opacity 950ms cubic-bezier(0.22, 1, 0.36, 1), transform 950ms cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
      }

      .reveal-page.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
      }

.section-inner {
  max-width: 1080px;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
}

.benefits {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py-b);
}

.comparison-slider {
  max-width: min(100%, 480px);
}

.quote blockquote {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}


/* ── FAQ sticky fix on mobile ── */
.faq-intro { position: sticky; top: 8rem; }
@media (max-width: 980px) {
  .faq-intro { position: static; }
}

/* ── Responsive grid helpers for new sections ── */
.r-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.r-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.r-grid-2 { display: grid; grid-template-columns: 1fr 1fr; }
.r-spec-grid { display: grid; grid-template-columns: 1fr 1fr; }

section {
  overflow-x: clip;
}

main > section:not(.hero) {
  isolation: isolate;
  position: relative;
}

main > section:not(.hero) > * {
  position: relative;
  z-index: 1;
}

.section-inner {
  max-width: min(1180px, 100%);
}

.actual-problem-grid,
.water-top-grid,
.product-top-grid,
.filtration-grid,
.r-grid-2,
.r-grid-3,
.r-grid-4 {
  min-width: 0;
  width: 100%;
}

.actual-problem-grid > *,
.water-top-grid > *,
.product-top-grid > *,
.filtration-grid > *,
.r-grid-2 > *,
.r-grid-3 > *,
.r-grid-4 > * {
  min-width: 0;
}

.actual-problem-img {
  min-height: clamp(14rem, 36svh, 26rem) !important;
}

.actual-problem-img img,
.water-top-grid figure img,
#product-hero-img img,
.filtration-grid figure img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.water-top-grid figure {
  min-height: clamp(12rem, 28svh, 20rem);
}

.product-top-grid {
  align-items: start !important;
  min-height: min(480px, calc(60svh - 4rem));
}

.product-top-grid > div:first-child {
  max-width: 34rem;
}

#product-hero-img {
  align-self: start !important;
  aspect-ratio: 4 / 5;
  background: var(--sand);
  height: clamp(20rem, 42svh, 30rem);
  min-height: 0 !important;
  width: 100%;
}

.filtration-grid {
  align-items: center !important;
}

.filtration-grid figure {
  aspect-ratio: 4 / 5;
  min-height: clamp(14rem, 36svh, 26rem);
}

.before-after-frame {
  aspect-ratio: 4 / 5;
  background: var(--sand);
  width: 100%;
}

.before-after-frame img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.journal-divider-img {
  display: block;
  width: 100%;
  height: auto;
}

.pink-filter-divider-img {
  display: block;
  width: 100%;
  height: auto;
}

.divider-figure {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.final-cta-watermark {
  font-family: var(--serif);
  font-size: clamp(5rem, 18vw, 18rem);
  font-weight: 400;
  color: rgba(64,54,50,0.06);
  letter-spacing: clamp(0.02em, 0.6vw, 0.1em);
  line-height: 1;
  max-width: 94vw;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .r-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .r-grid-2 { grid-template-columns: 1fr; }
  .r-grid-4 > div { border-right: 0 !important; border-bottom: 1px solid rgba(64,54,50,0.14); }
  .r-grid-4 > div:nth-child(odd) { border-right: 1px solid rgba(64,54,50,0.14) !important; }
  .r-grid-4 > div:nth-last-child(-n+2) { border-bottom: 0; }
  .actual-problem-grid,
  .water-top-grid,
  .product-top-grid,
  .filtration-grid {
    grid-template-columns: 1fr !important;
  }
  .product-top-grid {
    min-height: 0;
  }
  .product-top-grid > div:first-child {
    max-width: none;
  }
  #product-hero-img,
  .actual-problem-img,
  .water-top-grid figure,
  .filtration-grid figure {
    height: auto;
    min-height: 0 !important;
  }
  .actual-problem-img img,
  .water-top-grid figure img,
  .filtration-grid figure img {
    aspect-ratio: 4 / 5;
    height: auto !important;
  }
}

@media (max-width: 640px) {
  .r-grid-4 { grid-template-columns: 1fr; }
  .r-grid-4 > div { border-right: 0 !important; border-bottom: 1px solid rgba(64,54,50,0.14) !important; }
  .r-grid-4 > div:last-child { border-bottom: 0 !important; }
  .r-grid-3 { grid-template-columns: 1fr; }
  .r-grid-3 > div { max-width: 20rem; margin-left: auto; margin-right: auto; width: 100%; }
  .r-spec-grid { grid-template-columns: 1fr; }
  .r-spec-grid > div { border-right: 0 !important; }
  .mobile-pad { padding-left: 1rem; padding-right: 1rem; }
  section {
    padding-top: clamp(4rem, 12vw, 5.5rem);
    padding-bottom: clamp(3.5rem, 11vw, 5rem);
  }
  .final-cta-watermark {
    font-size: min(19vw, 5.2rem);
    letter-spacing: 0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {

        html {
          scroll-behavior: auto;
        }

        .reveal-page,
        .hero-copy {
          opacity: 1;
          transform: none;
          transition: none;
        }
      }

      .section-inner {
        margin: 0 auto;
        max-width: 1180px;
      }

      .trust {
        padding-top: 4.4rem;
        text-align: center;
      }

      .trust p {
        color: var(--taupe);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
      }
.comparison-slider {
  --slider-position: 50%;
  margin: 2rem auto 0;
  max-width: min(100%, 540px);
  position: relative;
}

.comparison-frame {
  aspect-ratio: 1122 / 1536;
  background: rgba(255, 249, 240, 0.55);
  border: 1px solid rgba(64, 54, 50, 0.1);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(64, 54, 50, 0.14);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  user-select: none;
}

.comparison-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
}

.comparison-image.top {
  clip-path: inset(0 calc(100% - var(--slider-position)) 0 0);
}

.comparison-divider {
  cursor: ew-resize;
  inset: 0 auto 0 var(--slider-position);
  pointer-events: auto;
  position: absolute;
  touch-action: none;
  transform: translateX(-50%);
  width: 44px;
  z-index: 2;
}

.comparison-divider::before {
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.94), rgba(201, 154, 93, 0.9), rgba(255, 249, 240, 0.94));
  box-shadow: 0 0 0 1px rgba(64, 54, 50, 0.12);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
}

.comparison-handle {
  align-items: center;
  background: rgba(255, 249, 240, 0.96);
  border: 1px solid rgba(64, 54, 50, 0.14);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(64, 54, 50, 0.16);
  color: var(--gold);
  display: inline-flex;
  height: 3.5rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
}

.comparison-handle::before,
.comparison-handle::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 1.1rem;
  width: 2px;
}

.comparison-handle::before {
  transform: translateX(-4px);
}

.comparison-handle::after {
  transform: translateX(4px);
}

.comparison-copy {
  margin: clamp(1.8rem, 4vw, 3rem) auto 0;
  max-width: 760px;
  text-align: center;
}

.comparison-copy h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
}

.comparison-copy p {
  color: var(--taupe);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 44rem;
  text-transform: none;
}

      .explain {
        background: var(--cream);
      }

      .explain-grid {
        align-items: stretch;
        display: grid;
        gap: 2rem;
        grid-template-columns: 0.95fr 1.05fr;
      }

      .product-still,
      .difference,
      .copy-block {
        border: 1px solid var(--line);
        border-radius: 8px;
      }

      .product-still {
        background: #e9dece;
        min-height: 500px;
        overflow: hidden;
        position: relative;
      }

      .product-still img {
        height: 100%;
        inset: 0;
        object-fit: cover;
        object-position: center;
        position: absolute;
        width: 100%;
      }

      .copy-block {
        background: var(--cream);
        padding: clamp(2rem, 4vw, 3.4rem);
      }

      h2 {
        font-family: var(--serif);
        font-size: clamp(1.6rem, 2.5vw, 2.4rem);
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.1;
        margin-bottom: 1.1rem;
      }

      .copy-block p,
      .section-subtitle {
        color: var(--taupe);
        font-size: 1rem;
      }

      .feature-list {
        display: grid;
        gap: 0.75rem;
        margin-top: 1.7rem;
      }

      .check {
        align-items: center;
        display: flex;
        gap: 0.7rem;
      }

      .check::before {
        background: var(--gold);
        border-radius: 50%;
        color: var(--ivory);
        content: "✓";
        display: grid;
        font-size: 0.72rem;
        height: 1.35rem;
        place-items: center;
        width: 1.35rem;
      }

      .difference {
        background: #f3e7d8;
        padding: 2rem;
      }

      .difference h3 {
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.16em;
        margin-bottom: 1.4rem;
        text-transform: uppercase;
      }

.difference-section {
  background: var(--cream);
}

.difference-section .section-inner {
  padding-top: clamp(3rem, 7vw, 5.5rem);
}

.difference-section .difference {
  margin: 0 auto;
  padding: clamp(2.3rem, 5vw, 4rem);
}

      .feature {
        border-top: 1px solid var(--line);
        display: grid;
        gap: 0.75rem;
        grid-template-columns: auto 1fr;
        padding: 1.15rem 0;
      }

      .feature strong {
        display: block;
        font-size: 0.95rem;
      }

      .feature p {
        color: var(--taupe);
        font-size: 0.88rem;
        margin: 0;
      }

      .testimonials {
        background: linear-gradient(135deg, #b97870, var(--blush), #dfa89a);
        color: var(--ivory);
      }

.testimonial-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.quote {
  border-bottom: 1px solid rgba(255, 249, 240, 0.28);
  border-right: 1px solid rgba(255, 249, 240, 0.34);
  padding: clamp(1.8rem, 4vw, 3.4rem);
}

.quote:nth-child(2n) {
  border-right: 0;
}

.quote:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.avatar {
  border: 2px solid rgba(255, 249, 240, 0.72);
  border-radius: 50%;
  height: 4.6rem;
  margin: 0 auto 1rem;
  object-fit: cover;
  object-position: center;
  width: 4.6rem;
}

      .quote .stars {
        color: #fff2d7;
      }

      .quote blockquote {
        font-family: var(--serif);
        font-size: clamp(1.05rem, 1.75vw, 1.45rem);
        line-height: 1.18;
        margin: 1rem 0;
      }

      .quote cite {
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .process {
        background: var(--cream);
        text-align: center;
      }

      .steps {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 2.6rem;
        text-align: left;
      }

      .step {
        background: var(--ivory);
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 2rem;
        position: relative;
      }

      .number {
        align-items: center;
        background: var(--gold);
        border-radius: 50%;
        color: var(--ivory);
        display: inline-flex;
        font-family: var(--serif);
        font-size: 1.3rem;
        height: 2.8rem;
        justify-content: center;
        margin-bottom: 1.4rem;
        width: 2.8rem;
      }

      .step h3 {
        font-size: 1.05rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .step p {
        color: var(--taupe);
      }


      .cta-band {
        align-items: center;
        background:
          radial-gradient(circle at 18% 85%, rgba(201, 154, 93, 0.18), transparent 24%),
          linear-gradient(105deg, var(--cream), #efd7cb);
        border: 1px solid var(--line);
        border-radius: 8px;
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr 0.7fr;
        overflow: hidden;
        padding: clamp(2rem, 5vw, 4.5rem);
      }

      .trust-points {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin: 1.6rem 0 2rem;
      }

      .trust-point {
        align-items: center;
        display: flex;
        gap: 0.55rem;
      }

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
  }

  .mobile-menu-btn {
    display: grid;
    place-items: center;
  }

  .brand {
    align-items: center;
    justify-self: center;
    text-align: center;
  }

  .nav-links {
    background: var(--ivory);
    box-shadow: 0 18px 44px rgba(64, 54, 50, 0.16);
    color: var(--ink);
    display: none;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    justify-self: stretch;
    margin: 0 -1rem -1rem;
    padding: 0.75rem 1rem 1rem;
    top: 100% !important;
    transform: translateY(0);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    padding: 0.95rem 0;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }
        .explain-grid,
        .cta-band {
          grid-template-columns: 1fr;
        }


        .benefit-bar,
        .testimonial-grid,
        .steps {
          grid-template-columns: repeat(2, 1fr);
        }

        .quote:nth-child(2) {
          border-right: 0;
        }
      }

      @media (max-width: 640px) {

.nav {
  grid-template-columns: auto 1fr auto;
  padding: 0.85rem 1rem;
}

        .nav-actions .button {
          display: none;
        }

        .brand strong {
          font-size: 1.25rem;
        }

/* Hero mobile (≤640): the stacked layout (photo on top, sand copy below),
   background, and copy padding all come from the mobile-first base rules.
   No black bg, no absolute image, no dark overlay here anymore. */

h1 {
  font-size: clamp(1.35rem, 5.8vw, 1.65rem);
  line-height: 1.05;
  margin-bottom: 1.6rem;
}


.water-reality {
  padding: clamp(var(--space-12), 10vw, var(--space-20)) 1.1rem clamp(var(--space-10), 8vw, var(--space-16));
}

.water-reality-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.water-reality-copy {
  text-align: center;
}

.water-reality-kicker {
  margin-inline: auto;
}

.water-reality-kicker::after {
  width: 100%;
}

.water-reality-copy h2 {
  font-size: clamp(1.8rem, 8.2vw, 2.35rem);
}

.water-reality-body {
  font-size: 1rem;
  line-height: 1.65;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.water-reality-body p {
  padding: clamp(var(--space-2), 3vw, var(--space-3)) 0;
}

.water-reality-media {
  aspect-ratio: 4 / 4.4;
  min-height: 0;
  width: min(100%, 21rem);
  margin-inline: auto;
}

.water-reality-media img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

        .benefit-bar,
        .testimonial-grid,
        .steps {
          grid-template-columns: 1fr;
        }

.benefit,
.quote {
  border-right: 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.quote {
  border-bottom-color: rgba(255, 249, 240, 0.34);
}

.quote:last-child {
  border-bottom: 0;
}

        .button {
          width: 100%;
        }

        .cta-row {
          flex-direction: column;
        }

section {
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-comparison {
  aspect-ratio: 2 / 1;
}

.comparison-table-shell table th[scope="row"] {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
      }
    .filter-comparison {
      --position: 50%;
      position: relative;
      overflow: hidden;
      aspect-ratio: 40 / 9;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
    }
    .filter-comparison .fc-img {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: contain;
    }
    .filter-comparison .fc-after { z-index: 1; }
    .filter-comparison .fc-before {
      z-index: 2;
      clip-path: inset(0 calc(100% - var(--position)) 0 0);
    }
    .filter-comparison .fc-slider {
      position: absolute;
      inset: 0;
      cursor: ew-resize;
      opacity: 0;
      z-index: 4;
      width: 100%; height: 100%;
      margin: 0;
    }
    .filter-comparison .fc-line {
      position: absolute;
      top: 0; bottom: 0;
      left: var(--position);
      width: 3px;
      background: var(--gold);
      transform: translateX(-50%);
      z-index: 3;
      pointer-events: none;
    }
    .filter-comparison .fc-button {
      position: absolute;
      top: 50%;
      left: var(--position);
      transform: translate(-50%, -50%);
      width: 3rem; height: 3rem;
      background: rgba(255,249,240,0.96);
      border: 1px solid rgba(64,54,50,0.14);
      border-radius: 50%;
      display: grid;
      place-items: center;
      box-shadow: 0 10px 24px rgba(64,54,50,0.18);
      z-index: 3;
      pointer-events: none;
      font-weight: 900;
      font-size: 0.8rem;
      letter-spacing: -1px;
      color: var(--gold);
    }

    .comparison-col-head {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.9rem 0;
      text-align: center;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    .comparison-table-shell {
      width: 100%;
    }

    .comparison-col-labels {
      display: grid;
      grid-template-columns: 28% 36% 36%;
      width: 100%;
      margin-bottom: 0.3rem;
    }

    .comparison-col-head--lavero {
      color: var(--gold);
    }

    .comparison-col-head--other {
      color: var(--taupe);
      letter-spacing: 0.16em;
    }

    .comparison-icon-cell {
      padding: 1.1rem 0;
      text-align: center;
      vertical-align: middle;
    }

    .comparison-icon-cell--lavero {
      background: rgba(201,154,93,0.06);
      border-left: 2px solid var(--gold);
    }

    .comparison-icon-cell--other {
      border-left: 1px solid var(--line);
    }

    .comparison-icon-wrap {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      width: 100%;
    }

    /* Responsive alignment: left on mobile, center on desktop */
    .c-d { text-align: left; }
    @media (min-width: 800px) {
      .c-d { text-align: center; }
    }

    /* ── Screen-reader-only utility ───────────────────────────── */
    .sr-only {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px;
    }

    /* ── Accessible focus styles ────────────────────────────── */
    :focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
      border-radius: 3px;
    }
    /* Suppress focus ring for mouse/touch users; keep it for keyboard */
    :focus:not(:focus-visible) {
      outline: none;
    }
    
