/* ============================================================
   POUR OVER HOME V2
   Brand-led homepage layer. Keeps shop/product/cart pages intact.
   ============================================================ */

:root {
  --v2-green: #00521f;
  --v2-bright: #30b262;
  --v2-orange: #e15a34;
  --v2-cream: #fff8df;
  --v2-mushroom: #b8a38f;
  --v2-ink: #141414;
  --v2-white: #fffdf4;
  --v2-border: rgba(0, 82, 31, 0.18);
  --v2-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --v2-display: "Fraunces", Georgia, serif;
  --v2-block: "Archivo Black", Impact, sans-serif;
  --v2-sans: "Inter", system-ui, sans-serif;
}

html {
  background: var(--v2-cream);
}

body.home-v2 {
  color: var(--v2-green);
  background:
    radial-gradient(circle at 20% 6%, rgba(1, 178, 98, 0.12), transparent 32rem),
    linear-gradient(180deg, #fff8df 0%, #fff4cf 38%, #fff8df 100%);
}

.home-v2 .grain {
  opacity: 0.18;
  mix-blend-mode: multiply;
}

.home-v2 .scroll-progress {
  height: 3px;
  background: transparent;
}

.home-v2 .scroll-progress span {
  background: var(--v2-orange);
}

.home-v2 .nav {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  padding: 0 clamp(1rem, 3vw, 2rem);
  color: var(--v2-green);
  background: rgba(255, 248, 223, 0.94);
  border-bottom: 1px solid rgba(0, 82, 31, 0.2);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0, 54, 20, 0.08);
}

.home-v2.page-home .nav:not(.is-scrolled) {
  color: var(--v2-green);
}

.home-v2.page-home .nav:not(.is-scrolled) .logo-text {
  fill: var(--v2-green);
}

.home-v2.page-home .nav:not(.is-scrolled) .nav__cart {
  color: var(--v2-cream);
  background: var(--v2-green);
  border-color: var(--v2-green);
}

.home-v2.page-home .nav:not(.is-scrolled) .nav__burger {
  color: var(--v2-green);
  border-color: rgba(0, 82, 31, 0.22);
}

.home-v2.page-home .nav:not(.is-scrolled) .nav__burger span {
  background: var(--v2-green);
}

.home-v2 .nav__links {
  background: rgba(255, 253, 244, 0.7);
  border: 1px solid rgba(0, 82, 31, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
}

.home-v2 .nav__links a {
  font-weight: 700;
}

.home-v2 .nav__cart {
  background: var(--v2-green);
  color: var(--v2-cream);
  border-color: var(--v2-green);
}

.home-v2 main {
  overflow: hidden;
}

.v2-kicker {
  margin: 0;
  font-family: var(--v2-sans);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v2-orange);
}

.v2-button,
.v2-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  font-family: var(--v2-sans);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.35s var(--v2-ease), background 0.35s var(--v2-ease), color 0.35s var(--v2-ease);
}

.v2-button:hover,
.v2-link:hover {
  transform: translateY(-3px);
}

.v2-button--dark {
  background: var(--v2-green);
  color: var(--v2-cream);
}

.v2-button--light {
  background: var(--v2-cream);
  color: var(--v2-green);
}

.v2-link {
  padding-inline: 0;
  color: var(--v2-orange);
}

.v2-link::after {
  content: "";
  width: 1.9rem;
  height: 1px;
  margin-left: 0.7rem;
  background: currentColor;
}

/* Hero */
.v2-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 8rem clamp(1rem, 4vw, 3rem) clamp(1.6rem, 5vh, 3.25rem);
  overflow: hidden;
  isolation: isolate;
  background: var(--v2-green);
}

.v2-hero__video,
.v2-hero__shade,
.v2-hero__pattern {
  position: absolute;
  inset: 0;
}

.v2-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  transform: scale(1.04);
}

.v2-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 39, 15, 0.93), rgba(0, 82, 31, 0.58) 52%, rgba(0, 0, 0, 0.34)),
    linear-gradient(0deg, rgba(0, 39, 15, 0.32), rgba(0, 39, 15, 0.12));
}

.v2-hero__pattern {
  display: none;
}

.v2-hero__chrome {
  display: none;
}

.v2-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1400px);
  margin: 0 auto;
}

.v2-hero .v2-kicker {
  color: var(--v2-cream);
  margin-bottom: 1rem;
}

.v2-hero__title {
  margin: 0;
  max-width: 10.5ch;
  color: var(--v2-cream);
  font-family: var(--v2-display);
  font-size: clamp(4rem, 11.5vw, 11.5rem);
  font-weight: 520;
  line-height: 0.82;
  letter-spacing: 0;
  font-variation-settings: "opsz" 144, "SOFT" 85, "WONK" 1;
}

.v2-hero__title span {
  display: block;
  overflow: hidden;
}

.v2-hero__title em {
  color: var(--v2-orange);
  font-family: var(--v2-display);
}

.v2-hero__lower {
  display: grid;
  grid-template-columns: minmax(0, 38ch) auto;
  align-items: end;
  gap: 1.25rem;
  margin-top: clamp(1rem, 3vw, 2rem);
  color: var(--v2-cream);
}

.v2-hero__lower p {
  margin: 0;
  font-family: var(--v2-display);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.v2-hero__badges {
  display: none;
}

.v2-badge {
  position: absolute;
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--v2-orange);
  color: var(--v2-cream);
  font-family: var(--v2-display);
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 760;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.v2-badge--one {
  right: 9vw;
  top: 28vh;
  rotate: 8deg;
}

.v2-badge--two {
  left: 6vw;
  top: 44vh;
  background: var(--v2-bright);
  color: var(--v2-green);
  rotate: -11deg;
}

.v2-badge--three {
  right: 15vw;
  bottom: 13vh;
  background: var(--v2-cream);
  color: var(--v2-green);
  rotate: -5deg;
}

/* Ribbon */
.v2-ribbon {
  position: relative;
  min-height: clamp(520px, 58vw, 760px);
  background: var(--v2-cream);
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 82, 31, 0.1);
}

.v2-ribbon__field {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse at 54% 48%, transparent 0 8%, rgba(0, 82, 31, 0.085) 8.2% 9.2%, transparent 9.4% 16%, rgba(0, 82, 31, 0.065) 16.2% 17%, transparent 17.2% 25%, rgba(0, 82, 31, 0.055) 25.2% 26%, transparent 26.2% 35%),
    repeating-linear-gradient(148deg, rgba(0, 82, 31, 0.06) 0 12px, transparent 12px 72px);
  transform: rotate(-6deg);
}

.v2-ribbon__svg {
  position: absolute;
  inset: -1% -16% auto -16%;
  width: 132%;
  height: min(58vw, 650px);
  overflow: visible;
  will-change: transform;
}

.v2-ribbon__stroke,
.v2-ribbon__shadow {
  fill: none;
  stroke-linecap: round;
  stroke: var(--v2-green);
  stroke-width: 176;
}

.v2-ribbon__shadow {
  stroke: rgba(0, 82, 31, 0.12);
  stroke-width: 212;
  transform: translateY(22px);
}

.v2-ribbon__text {
  fill: rgba(255, 248, 223, 0.82);
  font-family: var(--v2-block);
  font-size: clamp(46px, 7.5vw, 112px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.v2-ribbon__mobile {
  display: none;
}

.v2-ribbon__copy {
  position: absolute;
  left: clamp(1rem, 4vw, 4rem);
  bottom: clamp(2.5rem, 8vw, 5.5rem);
  width: min(620px, calc(100% - 2rem));
  padding-left: 1rem;
  border-left: 4px solid var(--v2-orange);
}

.v2-ribbon__copy span {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--v2-orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.v2-ribbon__copy p {
  margin: 0;
  font-family: var(--v2-display);
  font-size: clamp(1.35rem, 2.5vw, 2.7rem);
  line-height: 1.06;
  font-weight: 560;
}

/* Story */
.v2-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 4rem);
  background: var(--v2-cream);
  align-items: center;
}

.v2-story__text h2,
.v2-lab__sticky h2,
.v2-products__head h2,
.v2-ritual__left h2,
.v2-cafe__copy h2,
.v2-final h2 {
  margin: 0.75rem 0 0;
  font-family: var(--v2-display);
  font-size: clamp(2.6rem, 6vw, 7.2rem);
  font-weight: 560;
  line-height: 0.88;
  letter-spacing: 0;
  font-variation-settings: "opsz" 144, "SOFT" 85, "WONK" 1;
}

.v2-story__text p:last-child,
.v2-lab__sticky p,
.v2-ritual__left p,
.v2-cafe__copy p,
.v2-final p {
  max-width: 54ch;
  margin: 1.4rem 0 0;
  font-family: var(--v2-display);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.4;
}

.v2-story__gallery {
  position: relative;
  min-height: 680px;
}

.v2-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 82, 31, 0.13);
  box-shadow: 0 30px 80px rgba(0, 54, 20, 0.16);
}

.v2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}

.v2-photo--large {
  right: 0;
  top: 0;
  width: min(62%, 440px);
  aspect-ratio: 0.8;
}

.v2-photo--small {
  left: 0;
  top: 18%;
  width: min(43%, 300px);
  aspect-ratio: 0.78;
  rotate: -4deg;
}

.v2-photo--wide {
  left: 20%;
  bottom: 0;
  width: min(58%, 430px);
  aspect-ratio: 1.26;
  rotate: 3deg;
}

/* Lab */
.v2-lab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 4rem);
  background: var(--v2-green);
  color: var(--v2-cream);
}

.v2-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: repeating-linear-gradient(135deg, transparent 0 28px, rgba(255, 248, 223, 0.5) 29px 34px, transparent 35px 64px);
}

.v2-lab__sticky {
  position: sticky;
  top: 108px;
  align-self: start;
  z-index: 1;
}

.v2-lab .v2-kicker,
.v2-lab .v2-link {
  color: var(--v2-orange);
}

.v2-lab__cards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.v2-lab-card {
  min-height: 42vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--v2-cream);
  color: var(--v2-green);
  border-radius: 8px;
  transform-origin: center;
  will-change: transform;
}

.v2-lab-card:nth-child(2) {
  background: var(--v2-orange);
  color: var(--v2-cream);
}

.v2-lab-card:nth-child(3) {
  background: var(--v2-bright);
  color: var(--v2-green);
}

.v2-lab-card span {
  font-family: var(--v2-block);
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: 0.78;
}

.v2-lab-card h3 {
  margin: auto 0 0.75rem;
  font-family: var(--v2-display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.9;
}

.v2-lab-card p {
  max-width: 34ch;
  margin: 0;
  font-family: var(--v2-sans);
  font-weight: 700;
  line-height: 1.35;
}

/* Products */
.v2-products {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--v2-cream);
}

.v2-products__head {
  padding: 0 clamp(1rem, 4vw, 4rem);
}

.v2-products__head h2 {
  max-width: 11ch;
}

.v2-product-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: 0 clamp(1rem, 4vw, 4rem);
}

.v2-product-card {
  min-height: clamp(360px, 43vw, 560px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  border-radius: 8px;
  color: var(--v2-cream);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.v2-product-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -1;
  opacity: 0.2;
  background-image:
    radial-gradient(circle at 50% 50%, transparent 0 14%, currentColor 14.2% 15%, transparent 15.2% 26%, currentColor 26.2% 27%, transparent 27.2%),
    repeating-linear-gradient(130deg, currentColor 0 5px, transparent 5px 24px);
}

.v2-product-card--green { background: var(--v2-green); color: var(--v2-cream); }
.v2-product-card--orange { background: var(--v2-orange); color: var(--v2-cream); }
.v2-product-card--cream { background: var(--v2-mushroom); color: var(--v2-green); }
.v2-product-card--bright { background: var(--v2-bright); color: var(--v2-green); }

.v2-product-card__no {
  font-family: var(--v2-block);
  font-size: 3rem;
  line-height: 1;
}

.v2-product-card h3 {
  margin: auto 0 1rem;
  font-family: var(--v2-display);
  font-size: clamp(2.2rem, 4.7vw, 5rem);
  line-height: 0.86;
}

.v2-product-card p {
  margin: 0;
  font-family: var(--v2-sans);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Ritual */
.v2-ritual {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 4rem);
  background: var(--v2-cream);
}

.v2-ritual__left {
  position: relative;
  top: auto;
  align-self: start;
}

.v2-ritual__meter {
  width: min(100%, 360px);
  height: 4px;
  margin-top: 2rem;
  background: rgba(0, 82, 31, 0.18);
}

.v2-ritual__meter span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--v2-orange);
  transition: width 0.6s var(--v2-ease);
}

.v2-ritual__count {
  display: block;
  margin-top: 1rem;
  font-family: var(--v2-sans);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.v2-ritual__steps {
  display: grid;
  gap: clamp(4rem, 12vh, 8rem);
  padding-bottom: 24vh;
}

.v2-ritual__steps article {
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-top: 1px solid var(--v2-green);
  padding-top: 1rem;
  opacity: 0.42;
  transition: opacity 0.4s var(--v2-ease), transform 0.4s var(--v2-ease);
}

.v2-ritual__steps article.is-active {
  opacity: 1;
  transform: translateX(-0.8rem);
}

.v2-ritual__steps span {
  color: var(--v2-orange);
  font-family: var(--v2-block);
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.8;
}

.v2-ritual__steps h3 {
  margin: 1rem 0 0.65rem;
  font-family: var(--v2-display);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.92;
}

.v2-ritual__steps p {
  max-width: 46ch;
  margin: 0;
  font-family: var(--v2-sans);
  font-weight: 700;
  line-height: 1.4;
}

/* Cafe */
.v2-cafe {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  min-height: 100vh;
  background: var(--v2-green);
  color: var(--v2-cream);
}

.v2-cafe__media {
  overflow: hidden;
  min-height: 100vh;
}

.v2-cafe__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.02);
}

.v2-cafe__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
}

.v2-cafe__copy::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 248, 223, 0.2);
  border-radius: 8px;
  pointer-events: none;
}

.v2-cafe__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 2rem 0;
}

.v2-cafe__locations span {
  border: 1px solid rgba(255, 248, 223, 0.28);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Social */
.v2-social {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--v2-cream);
}

.v2-social .v2-kicker {
  padding: 0 clamp(1rem, 4vw, 4rem);
}

.v2-social__rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.2vw, 1rem);
  margin-top: 1rem;
  padding: 0 clamp(1rem, 4vw, 4rem);
}

.v2-social__rail img {
  width: 100%;
  max-height: min(34vh, 310px);
  aspect-ratio: 0.86;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0, 82, 31, 0.12);
}

/* Final */
.v2-final {
  min-height: 90vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem);
  background: var(--v2-orange);
  color: var(--v2-cream);
  position: relative;
  overflow: hidden;
}

.v2-final::before {
  content: "";
  position: absolute;
  inset: -10%;
  opacity: 0.18;
  background-image: repeating-linear-gradient(128deg, rgba(255, 248, 223, 0.9) 0 6px, transparent 6px 34px);
}

.v2-final__mark {
  position: absolute;
  inset: auto auto 50% 50%;
  translate: -50% 50%;
  width: min(76vw, 780px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--v2-green);
  color: var(--v2-bright);
  clip-path: polygon(22% 8%, 78% 8%, 58% 50%, 78% 92%, 22% 92%, 42% 50%);
  font-family: var(--v2-display);
  font-size: clamp(8rem, 26vw, 22rem);
  font-weight: 760;
  opacity: 0.26;
  pointer-events: none;
}

.v2-final h2,
.v2-final p,
.v2-final a {
  position: relative;
  z-index: 1;
}

.v2-final h2 {
  width: min(10ch, 100%);
  margin-inline: auto;
}

.v2-final p {
  margin-inline: auto;
}

.v2-final a {
  margin-top: 2rem;
}

/* Footer tune */
.home-v2 .footer {
  background: var(--v2-green);
  color: var(--v2-cream);
}

/* Responsive */
@media (max-width: 1100px) {
  .v2-product-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }

  .v2-product-card {
    flex: 0 0 min(78vw, 420px);
    scroll-snap-align: start;
  }
}

@media (max-width: 900px) {
  .home-v2 .nav {
    height: 66px;
  }

  .v2-hero {
    min-height: 92svh;
    padding-top: 6rem;
  }

  .v2-hero__chrome {
    display: none;
  }

  .v2-hero__title {
    font-size: clamp(4rem, 19vw, 7.2rem);
    line-height: 0.82;
  }

  .v2-hero__lower,
  .v2-story,
  .v2-lab,
  .v2-ritual,
  .v2-cafe {
    grid-template-columns: 1fr;
  }

  .v2-hero__lower {
    gap: 1rem;
  }

  .v2-hero__actions {
    justify-content: flex-start;
  }

  .v2-badge {
    display: none;
  }

  .v2-ribbon {
    min-height: 480px;
  }

  .v2-ribbon__svg {
    display: none;
  }

  .v2-ribbon__mobile {
    position: absolute;
    left: 50%;
    top: 30%;
    display: flex;
    align-items: center;
    width: 118vw;
    height: 88px;
    padding: 0 9vw;
    background: var(--v2-green);
    color: rgba(255, 248, 223, 0.82);
    border-radius: 999px;
    transform: translateX(-50%) rotate(9deg);
    box-shadow: 18px 22px 0 rgba(0, 82, 31, 0.12);
    overflow: hidden;
  }

  .v2-ribbon__mobile span {
    white-space: nowrap;
    font-family: var(--v2-block);
    font-size: clamp(1.5rem, 8vw, 3rem);
    line-height: 1;
    animation: v2-mobile-ribbon 18s linear infinite;
  }

  .v2-ribbon__copy {
    bottom: 2rem;
  }

  .v2-story__gallery {
    min-height: 620px;
  }

  .v2-lab__sticky,
  .v2-ritual__left {
    position: relative;
    top: auto;
  }

  .v2-lab-card {
    min-height: 320px;
  }

  .v2-ritual__steps {
    gap: 2rem;
    padding-bottom: 0;
  }

  .v2-ritual__steps article {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .v2-cafe__media {
    min-height: 58vh;
  }

  .v2-social__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .v2-social__rail img {
    max-height: 240px;
  }
}

@media (max-width: 600px) {
  .v2-hero {
    padding: 5.5rem 1rem 1.1rem;
  }

  .v2-hero__title {
    font-size: clamp(3.55rem, 18vw, 5.6rem);
  }

  .v2-button {
    width: 100%;
  }

  .v2-ribbon {
    min-height: 420px;
  }

  .v2-ribbon__mobile {
    top: 28%;
    width: 128vw;
    height: 70px;
    transform: translateX(-50%) rotate(9deg);
  }

  .v2-ribbon__copy p {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .v2-story,
  .v2-lab,
  .v2-ritual,
  .v2-cafe__copy,
  .v2-final {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .v2-story__text h2,
  .v2-lab__sticky h2,
  .v2-products__head h2,
  .v2-ritual__left h2,
  .v2-cafe__copy h2,
  .v2-final h2 {
    font-size: clamp(2.75rem, 14vw, 4.6rem);
  }

  .v2-story__gallery {
    min-height: 500px;
  }

  .v2-photo--large {
    width: 62%;
  }

  .v2-photo--small {
    width: 50%;
  }

  .v2-photo--wide {
    left: 7%;
    width: 78%;
  }

  .v2-product-card {
    flex-basis: 82vw;
  }

  .v2-product-card h3 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .v2-social {
    padding-block: 3rem;
  }

  .v2-social__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .v2-social__rail img {
    aspect-ratio: 1.05;
    max-height: 180px;
  }
}

@keyframes v2-mobile-ribbon {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
