/* Meal landing : menu souple, repas et courses. */

.v2-page {
  position: relative;
  isolation: isolate;
  background: transparent;
}

.v2-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(980px 680px at 18% 4%, rgba(205, 225, 255, 0.86), transparent 66%),
    radial-gradient(920px 620px at 86% 16%, rgba(255, 228, 191, 0.66), transparent 68%),
    radial-gradient(900px 620px at 15% 43%, rgba(221, 236, 255, 0.54), transparent 70%),
    radial-gradient(980px 680px at 88% 63%, rgba(255, 213, 149, 0.56), transparent 72%),
    radial-gradient(780px 560px at 44% 84%, rgba(238, 246, 255, 0.74), transparent 70%),
    linear-gradient(180deg, #eef5ff 0%, #faf7ef 42%, #f7ead7 72%, #ffe3bc 100%);
}

.v2-page .hero::before {
  display: none;
}

.v2-page .site-header {
  top: 10px;
  width: min(calc(100% - (var(--meal-page-px) * 2)), calc(var(--meal-container) + 88px));
  margin-inline: auto;
  border-radius: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 24px 64px rgba(15, 23, 42, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.v2-page .site-header__inner {
  max-width: none;
  height: 72px;
  padding-inline: clamp(24px, 2.9vw, 40px);
}

.v2-page .site-header__brand {
  gap: 12px;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.v2-page .site-header__logo {
  width: 31px;
  height: 31px;
}

.v2-page .site-nav {
  gap: clamp(20px, 2.4vw, 34px);
}

.v2-page .site-nav__link {
  color: rgba(31, 41, 57, 0.74);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.v2-page .site-header__cta.meal-button {
  min-height: 50px;
  padding-inline: 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 720;
  box-shadow: 0 16px 34px rgba(5, 5, 7, 0.24);
}

.v2-hero {
  padding-top: clamp(38px, 5.6vw, 70px);
}

.v2-page section[id] {
  scroll-margin-top: 96px;
}

.v2-hero__copy {
  width: 100%;
  max-width: 760px;
}

.v2-page .hero__title {
  max-width: 12.8ch;
  font-size: clamp(62px, 7.3vw, 112px);
  line-height: 0.94;
  letter-spacing: -0.064em;
}

.v2-page .hero__sub {
  max-width: 43ch;
  font-size: clamp(20px, 1.4vw, 24px);
  line-height: 1.34;
  margin-bottom: clamp(22px, 2.1vw, 32px);
}

.v2-hero .hero__actions {
  gap: clamp(14px, 1.3vw, 20px);
  margin-bottom: clamp(16px, 1.6vw, 24px);
}

.v2-hero .hero__actions .meal-button {
  min-height: clamp(64px, 4.2vw, 76px);
  padding-inline: clamp(28px, 3.1vw, 42px);
  border-radius: 22px;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 760;
  box-shadow: 0 22px 44px rgba(5, 5, 7, 0.16);
}

.v2-hero .hero__actions .app-store-soon {
  min-height: clamp(64px, 4.2vw, 76px);
  gap: clamp(13px, 1vw, 17px);
  padding: clamp(9px, 0.8vw, 12px) clamp(22px, 2vw, 30px) clamp(9px, 0.8vw, 12px) clamp(18px, 1.5vw, 24px);
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(5, 5, 7, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.v2-hero .hero__actions .app-store-soon__mark {
  width: clamp(28px, 1.8vw, 34px);
  height: clamp(33px, 2.1vw, 40px);
}

.v2-hero .hero__actions .app-store-soon__text span {
  font-size: clamp(12px, 0.8vw, 14px);
}

.v2-hero .hero__actions .app-store-soon__text strong {
  font-size: clamp(22px, 1.45vw, 28px);
}

.v2-page .hero__microcopy {
  max-width: 58ch;
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 650;
  line-height: 1.45;
  color: rgba(100, 116, 139, 0.86);
}

.v2-page .hero__title-accent {
  background: var(--meal-grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.v2-page .site-footer {
  background: transparent;
}

.v2-brand-line {
  margin-top: var(--meal-space-20);
  color: var(--meal-text-primary);
  font-size: 15px;
  font-weight: 600;
}

.meal-ready {
  --meal-ready-progress: 1;
  --meal-ready-focus-opacity: 1;
  --meal-ready-motion-opacity: 1;
  --meal-ready-blur: 0px;
  --meal-ready-motion-blur: 0px;
  --meal-ready-y: 0px;
  --meal-ready-x: 0px;
  --meal-ready-skew: 0deg;
  --meal-ready-scale: 1;
  --meal-ready-motion-progress: 1;
  border-block: 0;
  background: transparent;
}

#courses + .meal-ready {
  padding-top: clamp(132px, 15vw, 240px);
}

.meal-ready__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-40);
  align-items: center;
  overflow: clip;
}

.meal-ready__screen {
  display: flex;
  justify-content: center;
}

.meal-ready__screen .phone {
  width: min(100%, 340px);
}

.meal-ready__title {
  max-width: 9.5ch;
  font-size: clamp(62px, 8.2vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.meal-ready__title-part {
  display: block;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  will-change: opacity, filter, transform;
}

.js-scroll-effects .meal-ready__title-part--focus {
  opacity: var(--meal-ready-focus-opacity);
  filter: blur(var(--meal-ready-blur));
  transform: translate3d(0, var(--meal-ready-y), 0);
}

.js-scroll-effects .meal-ready__title-part--motion {
  opacity: var(--meal-ready-motion-opacity);
  filter: blur(var(--meal-ready-motion-blur));
}

.meal-ready .section__lead {
  max-width: 44ch;
  margin-top: clamp(26px, 2.8vw, 42px);
}

.meal-ready__title-motion-inner {
  display: block;
  transform-origin: 8% 70%;
  will-change: transform, filter, opacity;
}

.js-scroll-effects .meal-ready__title-motion-inner {
  opacity: var(--meal-ready-motion-opacity);
  filter: blur(var(--meal-ready-motion-blur));
  transform: translate3d(var(--meal-ready-x), 0, 0) skewX(var(--meal-ready-skew)) scale(var(--meal-ready-scale));
}

.app-store-soon {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 7px 20px 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  background: #050507;
  box-shadow: 0 14px 28px rgba(5, 5, 7, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  font: inherit;
  text-align: left;
  cursor: default;
  -webkit-appearance: none;
          appearance: none;
}

.app-store-soon__mark {
  width: 24px;
  height: 28px;
  flex: 0 0 auto;
}

.app-store-soon__text {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.app-store-soon__text span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.app-store-soon__text strong {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.v2-conversation-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-32);
  align-items: center;
}

.conversation-copy {
  order: -1;
}

.conversation-phone {
  position: relative;
  display: flex;
  justify-content: center;
}

#conversation {
  position: relative;
  --mock-phone-width: clamp(258px, 18vw, 300px);
  --conversation-progress: 0;
  --conversation-after: 0;
  padding-block: clamp(42px, 5.2vw, 72px);
  overflow: hidden;
  border-block: 0;
  background: transparent;
}

.conversation-scroll__sticky {
  position: relative;
}

.js-conversation-scroll #conversation {
  --mock-phone-width: clamp(320px, 25vw, 430px);
  min-height: 194vh;
  padding-block: 0;
  overflow: clip;
}

.js-conversation-scroll .conversation-scroll__sticky {
  position: sticky;
  top: clamp(74px, 9vh, 108px);
  min-height: min(790px, calc(100vh - 104px));
  display: flex;
  align-items: center;
}

.js-conversation-scroll #conversation .v2-conversation-grid {
  width: 100%;
  padding-block: clamp(58px, 8vw, 112px);
}

.js-conversation-scroll #conversation .conversation-phone::before {
  width: min(58vw, 620px);
  height: min(58vw, 620px);
  opacity: 0.86;
  transform: translate(-58%, -50%) scale(1.04);
}

.js-conversation-scroll #conversation .conversation-phone::after {
  width: min(52vw, 520px);
  opacity: 0.84;
}

.js-conversation-scroll #conversation .conversation-phone .phone {
  will-change: transform;
}

.js-conversation-scroll #conversation .mock-screen {
  transition: none;
}

.js-conversation-scroll #conversation .mock-screen[data-mock-screen="avec"] {
  opacity: 0;
}

.js-conversation-scroll #conversation .conversation-copy .section__title {
  max-width: 10.5ch;
  font-size: clamp(58px, 5.6vw, 104px);
  line-height: 0.92;
}

.js-conversation-scroll #conversation .conversation-copy .section__lead {
  max-width: 34ch;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.42;
}

.conversation-phone::before,
.conversation-phone::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  z-index: 0;
}

.conversation-phone::before {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  left: 50%;
  top: 54%;
  background: radial-gradient(circle, rgba(10, 132, 255, 0.11), transparent 68%);
  filter: blur(8px);
  transform: translate(-58%, -50%);
}

.conversation-phone::after {
  width: min(46vw, 420px);
  height: min(26vw, 220px);
  left: 50%;
  bottom: 1%;
  background: radial-gradient(ellipse, rgba(15, 23, 42, 0.12), transparent 72%);
  filter: blur(18px);
  transform: translateX(-50%);
}

.conversation-phone .phone {
  position: relative;
  width: var(--mock-phone-width);
  max-width: var(--mock-phone-width);
  transform: none;
  z-index: 1;
}

.conversation-phone .phone__screen {
  background: #fbfbfd;
}

.imessage-phone .phone__screen {
  aspect-ratio: 1170 / 2532;
  border-radius: 45.5px;
  background: #fbfbfd;
  clip-path: inset(0 round 45.5px);
  contain: paint;
  isolation: isolate;
}

.mock-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, var(--mock-phone-width));
  align-items: center;
  justify-items: center;
}

.mock-showcase .phone {
  width: var(--mock-phone-width);
  max-width: var(--mock-phone-width);
}

.imessage-phone {
  padding: 5.5px;
  border-radius: 51px;
}

.imessage-phone::before {
  inset: 5.5px;
  border-radius: 45.5px;
}

.mock-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  filter: blur(6px) saturate(0.98);
  transform: translate3d(var(--mock-enter-x, 22px), 1.65%, 0) scale(0.952);
  transform-origin: center;
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter, transform;
}

.mock-screen.is-active {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translate3d(0, 1.65%, 0) scale(0.966);
}

.mock-screen.is-exiting {
  opacity: 0;
  filter: blur(4px) saturate(0.98);
  transform: translate3d(var(--mock-exit-x, -16px), 1.65%, 0) scale(0.956);
}

[data-mock-switcher][data-mock-direction="back"] {
  --mock-enter-x: -22px;
  --mock-exit-x: 16px;
}

[data-mock-switcher].is-mock-switching .imessage-phone {
  animation: mockNativePhoneSwitch 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mock-dynamic-island {
  position: absolute;
  left: 50%;
  top: 1.25%;
  width: 29.5%;
  height: 3.75%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 50%, rgba(45, 45, 47, 0.95) 0 4%, transparent 5%),
    #050507;
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.07) inset,
    0 1px 1.5px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 3;
}

.mock-selector {
  width: min(100%, 318px);
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: clamp(22px, 2.4vw, 30px);
  padding: 6px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--meal-shadow-soft);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.mock-selector__option {
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 13px;
  color: var(--meal-text-secondary);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  cursor: pointer;
  transition:
    color var(--meal-dur-short) var(--meal-ease),
    background var(--meal-dur-short) var(--meal-ease),
    box-shadow var(--meal-dur-short) var(--meal-ease);
}

.mock-selector__option.is-active {
  color: #fff;
  background: linear-gradient(180deg, var(--meal-ink-hover) 0%, var(--meal-ink-strong) 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.mock-selector__option span {
  display: block;
  white-space: nowrap;
}

@keyframes mockNativePhoneSwitch {
  0% { transform: translateY(0) scale(1); }
  38% { transform: translateY(1px) scale(0.996); }
  100% { transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .mock-screen,
  .mock-screen.is-active,
  .mock-screen.is-exiting {
    filter: none;
    transition: none;
    transform: translate3d(0, 1.65%, 0) scale(0.966);
  }

  [data-mock-switcher].is-mock-switching .imessage-phone {
    animation: none;
  }
}

.imessage-ui--realistic {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #111214;
  background:
    linear-gradient(180deg, #fbfbfd 0%, #fbfbfd 78%, #f5f6f8 100%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.imessage-ui--realistic::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.035)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 36%);
  mix-blend-mode: screen;
  z-index: 4;
}

.imessage-statusbar--reference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 10px 17px 0;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1;
}

.imessage-statusbar__network {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #111214;
  font-size: 12px;
  font-weight: 650;
}

.imessage-reception {
  width: 17px;
  height: 11px;
  display: inline-block;
  background:
    linear-gradient(180deg, transparent 62%, #111214 62% 100%) 0 100% / 3px 4px no-repeat,
    linear-gradient(180deg, transparent 46%, #111214 46% 100%) 4.5px 100% / 3px 6px no-repeat,
    linear-gradient(180deg, transparent 30%, #111214 30% 100%) 9px 100% / 3px 8px no-repeat,
    linear-gradient(180deg, transparent 12%, #111214 12% 100%) 13.5px 100% / 3px 10px no-repeat;
}

.imessage-carrier {
  line-height: 1;
}

.imessage-battery--level {
  position: relative;
  width: 28px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #111214;
  background: linear-gradient(90deg, #f2cc44 0 22%, #e9edf4 22% 100%);
  font-size: 11px;
  font-weight: 700;
}

.imessage-battery--level::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 4px;
  width: 2px;
  height: 7px;
  border-radius: 0 2px 2px 0;
  background: #cfd4dd;
}

.imessage-battery--level i {
  font-style: normal;
}

.imessage-nav {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  min-height: 58px;
  padding: 4px 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(251, 251, 253, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 2;
}

.imessage-nav__back {
  position: relative;
  width: 32px;
  height: 32px;
  color: #0a84ff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.imessage-nav__back::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 13px;
  height: 13px;
  border-left: 2.5px solid #0a84ff;
  border-bottom: 2.5px solid #0a84ff;
  border-radius: 2px;
  transform: rotate(45deg);
}

.imessage-nav__back span {
  position: absolute;
  left: 20px;
  top: 6px;
}

.imessage-nav__contact {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
}

.imessage-nav__avatar {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #aebbe8 0%, #7377bf 100%);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.imessage-nav__name {
  color: #111214;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}

.imessage-nav__meta {
  color: #8f95a0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}

.imessage-nav__video {
  position: relative;
  justify-self: end;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.imessage-nav__video::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 15px;
  height: 10px;
  border: 2px solid #0a84ff;
  border-radius: 4px;
}

.imessage-nav__video::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 12px;
  width: 8px;
  height: 7px;
  border: 2px solid #0a84ff;
  border-left: 0;
  border-radius: 0 6px 6px 0;
}

.imessage-thread {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 15px;
  min-height: 0;
  padding: 18px 16px 24px;
  overflow: hidden;
}

.imessage-thread--realistic {
  justify-content: center;
}

.imessage-thread__date {
  align-self: center;
  color: #8f95a0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 2px 0 5px;
}

.imessage-row {
  display: flex;
  width: 100%;
}

.imessage-row--left {
  justify-content: flex-start;
}

.imessage-row--right {
  justify-content: flex-end;
}

.imessage-row--typing {
  justify-content: flex-start;
}

.imessage-row--group-start {
  margin-top: 0;
}

.imessage-row--left + .imessage-row--left,
.imessage-row--right + .imessage-row--right {
  margin-top: -10px;
}

.imessage-bubble {
  position: relative;
  max-width: 74%;
  margin: 0;
  padding: 7px 12px 8px;
  border-radius: 18px;
  font-size: 15.5px;
  line-height: 1.25;
  letter-spacing: -0.24px;
  box-shadow: none;
  min-height: 32px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.imessage-bubble::after {
  content: none;
}

.imessage-bubble--incoming {
  color: #111214;
  background: #e9e9eb;
}

.imessage-bubble--incoming::after {
  content: none;
}

.imessage-bubble--outgoing {
  color: #fff;
  background: #2076e2;
}

.imessage-bubble--outgoing::after {
  content: none;
}

.imessage-read {
  align-self: flex-end;
  margin: 1px 4px 0 0;
  color: #9aa1ad;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
}

.imessage-bubble--incoming-lg {
  max-width: 230px;
}

.imessage-bubble--outgoing-lg {
  max-width: 238px;
}

.imessage-composer {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 7px 12px 13px;
  margin-top: auto;
  background: rgba(251, 251, 253, 0.88);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0 0 38px 38px;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.imessage-composer__plus,
.imessage-composer__mic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.imessage-composer__plus {
  position: relative;
  background: #fff;
  border: 1px solid rgba(142, 142, 147, 0.28);
}

.imessage-composer__plus::before,
.imessage-composer__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #7d8591;
  transform: translate(-50%, -50%);
}

.imessage-composer__plus::after {
  width: 2px;
  height: 14px;
}

.imessage-composer__field {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 17px;
  color: #b1b5bd;
  background: #fff;
  border: 1px solid rgba(142, 142, 147, 0.22);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.imessage-composer__mic {
  position: relative;
}

.imessage-composer__mic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 8px;
  height: 11px;
  border: 2px solid #9aa1ad;
  border-bottom: 0;
  border-radius: 9px 9px 4px 4px;
  transform: translateX(-50%);
}

.imessage-composer__mic::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 13px;
  height: 7px;
  border-bottom: 2px solid #9aa1ad;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: translateX(-50%);
}

.js-imessage-effects .conversation-phone [data-imessage-step] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(8px);
  transition:
    opacity 640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 640ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 640ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js-imessage-effects .conversation-phone.is-live [data-imessage-step] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.js-imessage-effects .conversation-phone.is-live [data-imessage-step="1"] { transition-delay: 40ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="2"] { transition-delay: 180ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="3"] { transition-delay: 320ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="4"] { transition-delay: 460ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="5"] { transition-delay: 620ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="6"] { transition-delay: 780ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="7"] { transition-delay: 920ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="8"] { transition-delay: 1060ms; }
.js-imessage-effects .conversation-phone.is-live [data-imessage-step="9"] { transition-delay: 1180ms; }

.v2-conclusion,
.v2-statement {
  max-width: 760px;
  margin: var(--meal-space-32) auto 0;
  color: var(--meal-text-primary);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-align: center;
}

.recipe-scroll {
  position: relative;
  padding-block: clamp(56px, 8vw, 96px);
}

.js-recipe-effects .recipe-scroll {
  min-height: 186vh;
  padding-block: 0;
}

.recipe-scroll__sticky {
  min-height: min(760px, calc(100vh - 112px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js-recipe-effects .recipe-scroll__sticky {
  position: sticky;
  top: clamp(74px, 10vh, 104px);
  padding-block: clamp(64px, 8vw, 112px);
}

.recipe-scroll__eyebrow {
  display: block;
  text-align: center;
}

.recipe-scroll__stage {
  position: relative;
  display: grid;
  gap: var(--meal-space-24);
  justify-items: center;
  overflow: visible;
}

.js-recipe-effects .recipe-scroll__stage {
  min-height: clamp(440px, 54vw, 610px);
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.recipe-scroll__title,
.recipe-scroll__answer {
  max-width: 11ch;
  margin: 0 auto;
  text-align: center;
  will-change: opacity, transform, filter;
}

.js-recipe-effects .recipe-scroll__title,
.js-recipe-effects .recipe-scroll__answer {
  grid-area: 1 / 1;
}

.recipe-scroll__title {
  font-size: clamp(58px, 8.6vw, 132px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  z-index: 1;
}

.recipe-scroll__answer {
  max-width: 15ch;
  color: var(--meal-text-primary);
  font-size: clamp(42px, 6.8vw, 104px);
  font-weight: 750;
  line-height: 0.94;
  letter-spacing: -0.065em;
  z-index: 3;
}

.js-recipe-effects .recipe-scroll__answer {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.94);
  filter: blur(16px);
}

.recipe-scroll__cards {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.js-recipe-effects .recipe-scroll__cards {
  display: block;
}

.recipe-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(168px, 15vw, 218px);
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  color: var(--meal-text-primary);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.9) 58%),
    radial-gradient(120px 96px at 24% 18%, rgba(114, 183, 240, 0.42), transparent 64%),
    radial-gradient(150px 110px at 88% 20%, rgba(236, 154, 100, 0.34), transparent 68%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  filter: blur(12px);
  will-change: opacity, transform, filter;
}

.recipe-card::before {
  content: "";
  position: absolute;
  inset: 10px 10px auto;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.9) 0 14px, transparent 15px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.09), rgba(15, 23, 42, 0.03));
}

.recipe-card__tag {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: rgba(15, 23, 42, 0.66);
  background: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.recipe-card strong {
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.recipe-card span:last-child {
  color: var(--meal-text-secondary);
  font-size: 13px;
  font-weight: 600;
}

.recipe-card--1 { margin: -52px 0 0 -72px; }
.recipe-card--2 { margin: -42px 0 0 78px; }
.recipe-card--3 { margin: 58px 0 0 -92px; }
.recipe-card--4 { margin: 70px 0 0 92px; }
.recipe-card--5 { margin: 6px 0 0 0; }

.price-scroll {
  position: relative;
  --price-progress: 0;
  padding-block: clamp(72px, 9vw, 120px);
}

.js-price-scroll .price-scroll {
  min-height: 192vh;
  padding-block: 0;
  overflow: clip;
}

.price-scroll__sticky {
  min-height: min(760px, calc(100vh - 112px));
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-price-scroll .price-scroll__sticky {
  position: sticky;
  top: clamp(74px, 10vh, 104px);
  padding-block: clamp(58px, 8vw, 104px);
}

.price-scroll__stage {
  position: relative;
  width: 100%;
  min-height: clamp(520px, 52vw, 690px);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.price-scroll__title,
.price-scroll__actions {
  grid-area: 1 / 1;
  will-change: opacity, transform, filter;
}

.price-scroll__title {
  max-width: 13ch;
  margin: 0 auto;
  font-size: clamp(58px, 7.2vw, 118px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-align: center;
  z-index: 1;
}

.price-scroll__actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 2vw, 32px);
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 2;
}

.js-price-scroll .price-scroll__actions {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.94);
  filter: blur(16px);
}

.price-scroll__price {
  flex: 0 0 100%;
  display: grid;
  justify-items: center;
  gap: clamp(10px, 1vw, 16px);
  margin: 0 0 clamp(34px, 4vw, 64px);
  color: var(--meal-text-primary);
  text-align: center;
  letter-spacing: -0.06em;
}

.price-scroll__price strong {
  display: block;
  font-size: clamp(76px, 7.6vw, 132px);
  font-weight: 780;
  line-height: 0.88;
}

.price-scroll__price span {
  display: block;
  color: var(--meal-text-secondary);
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.035em;
}

.price-scroll__actions .meal-button {
  min-height: clamp(74px, 5.4vw, 92px);
  padding-inline: clamp(34px, 4.2vw, 64px);
  border-radius: 24px;
  font-size: clamp(19px, 1.45vw, 25px);
  box-shadow: 0 26px 52px rgba(5, 5, 7, 0.22);
}

.price-scroll__store {
  min-height: clamp(74px, 5.4vw, 92px);
  gap: clamp(14px, 1.2vw, 20px);
  padding: clamp(12px, 1.1vw, 16px) clamp(28px, 3.2vw, 48px) clamp(12px, 1.1vw, 16px) clamp(22px, 2.2vw, 34px);
  border-radius: 24px;
  box-shadow: 0 26px 52px rgba(5, 5, 7, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.price-scroll__store .app-store-soon__mark {
  width: clamp(32px, 2.6vw, 42px);
  height: clamp(38px, 3vw, 50px);
}

.price-scroll__store .app-store-soon__text {
  gap: 2px;
}

.price-scroll__store .app-store-soon__text span {
  font-size: clamp(13px, 0.95vw, 16px);
}

.price-scroll__store .app-store-soon__text strong {
  font-size: clamp(24px, 1.9vw, 34px);
}

.v2-benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-16);
  margin-top: var(--meal-space-32);
}

.v2-flex-section {
  border-block: 1px solid var(--meal-stroke-soft);
  background:
    radial-gradient(520px 320px at 18% 24%, rgba(205, 225, 255, 0.44), transparent 70%),
    radial-gradient(620px 420px at 84% 78%, rgba(255, 228, 191, 0.52), transparent 72%),
    rgba(255, 255, 255, 0.22);
}

.v2-flex-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-32);
  align-items: center;
}

.flex-card {
  display: grid;
  gap: var(--meal-space-12);
  padding: var(--meal-space-16);
  border: 1px solid var(--meal-stroke-soft);
  border-radius: var(--meal-radius-22);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--meal-shadow-card);
}

.flex-card__queue {
  padding: var(--meal-space-20);
  border-radius: var(--meal-radius-18);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.flex-card__queue span {
  display: block;
  margin-bottom: var(--meal-space-8);
  color: var(--meal-text-tertiary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flex-card__queue strong {
  display: block;
  color: var(--meal-text-primary);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.flex-card__queue small {
  display: block;
  margin-top: var(--meal-space-8);
  color: var(--meal-text-secondary);
  font-size: 14px;
  line-height: 1.4;
}

.v2-flex-close {
  margin-top: var(--meal-space-12);
  color: var(--meal-text-secondary);
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.benefit-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--meal-space-20);
  padding: var(--meal-space-24);
  border: 1px solid var(--meal-stroke-soft);
  border-radius: var(--meal-radius-22);
  background: var(--meal-card-strong);
  box-shadow: var(--meal-shadow-soft);
}

.benefit-card h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.benefit-card p {
  max-width: 34ch;
  font-size: 16px;
}

.v2-difference {
  border-block: 1px solid var(--meal-stroke-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.v2-difference__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-32);
  align-items: center;
}

.v2-difference__body {
  max-width: 58ch;
  margin-top: var(--meal-space-20);
}

.decision-card {
  display: grid;
  gap: var(--meal-space-12);
  padding: var(--meal-space-16);
  border: 1px solid var(--meal-stroke-soft);
  border-radius: var(--meal-radius-22);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--meal-shadow-card);
}

.decision-card__side {
  padding: var(--meal-space-24);
  border-radius: var(--meal-radius-18);
  background: rgba(15, 23, 42, 0.06);
}

.decision-card__side--good {
  color: #fff;
  background: linear-gradient(180deg, var(--meal-ink-hover) 0%, var(--meal-ink-strong) 100%);
}

.decision-card__side span {
  display: block;
  margin-bottom: var(--meal-space-8);
  color: var(--meal-text-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.decision-card__side--good span {
  color: rgba(255, 255, 255, 0.64);
}

.decision-card__side strong {
  display: block;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.v2-band {
  border-block: 1px solid var(--meal-stroke-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.46) 100%);
}

.v2-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-16);
  margin-top: var(--meal-space-32);
}

.v2-proof--stacked {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-20);
  align-items: end;
}

.proof-scroll {
  position: relative;
  --proof-progress: 0;
}

.proof-scroll__sticky {
  position: relative;
}

.js-proof-scroll .proof-scroll {
  min-height: 214vh;
  padding-block: 0;
  overflow: clip;
}

.js-proof-scroll .proof-scroll__sticky {
  position: sticky;
  top: clamp(104px, 12vh, 132px);
  min-height: min(780px, calc(100vh - 126px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js-proof-scroll #courses .section-intro {
  margin-bottom: clamp(30px, 4vw, 56px);
  will-change: opacity, transform;
}

.js-proof-scroll #courses .section__title {
  font-size: clamp(48px, 4.5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.058em;
}

.js-proof-scroll #courses .v2-proof--stacked {
  gap: clamp(18px, 2.4vw, 34px);
  align-items: end;
  perspective: 1400px;
}

.proof-step {
  position: relative;
  margin: 0;
  padding: var(--meal-space-20);
  border: 1px solid var(--meal-stroke-soft);
  border-radius: var(--meal-radius-22);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--meal-shadow-soft);
}

.js-proof-scroll #courses .proof-step {
  padding: clamp(18px, 1.7vw, 26px);
  border-color: rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.34) 100%),
    rgba(255, 255, 255, 0.26);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  transform-origin: 50% 88%;
  will-change: opacity, filter, transform;
}

.js-proof-scroll #courses .proof-step:nth-child(2) {
  margin-bottom: clamp(10px, 1.4vw, 20px);
}

.proof-step .phone {
  max-width: 210px;
  margin-inline: auto;
}

.js-proof-scroll #courses .proof-step .phone {
  width: min(100%, clamp(204px, 14.8vw, 250px));
  max-width: clamp(204px, 14.8vw, 250px);
  filter: drop-shadow(0 24px 28px rgba(15, 23, 42, 0.14));
}

.proof-step figcaption {
  display: flex;
  align-items: center;
  gap: var(--meal-space-8);
  margin-top: var(--meal-space-16);
  color: var(--meal-text-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.js-proof-scroll #courses .proof-step figcaption {
  margin-top: clamp(14px, 1.4vw, 20px);
  font-size: clamp(15px, 1.05vw, 17px);
}

.proof-step figcaption span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--meal-ink);
  font-size: 13px;
}

.v2-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--meal-space-12);
  margin-top: var(--meal-space-24);
}

.price-editorial__value {
  max-width: 52ch;
  margin: var(--meal-space-20) auto 0;
  color: var(--meal-text-primary);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.price-editorial__value--soft {
  margin-top: var(--meal-space-8);
  color: var(--meal-text-secondary);
  font-weight: 500;
}

@media (min-width: 720px) {
  .v2-conversation-grid {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
    gap: clamp(64px, 8vw, 112px);
    justify-content: center;
  }

  .conversation-copy {
    order: 0;
  }

  .conversation-phone {
    justify-content: flex-end;
  }

  .conversation-copy .section__title {
    max-width: 11ch;
    font-size: clamp(48px, 4.8vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.055em;
  }

  .conversation-copy .section__lead {
    max-width: 38ch;
  }

  .conversation-copy .mock-selector {
    display: grid;
  }

  .js-conversation-scroll #conversation .v2-conversation-grid {
    grid-template-columns: minmax(380px, 0.8fr) minmax(0, 0.92fr);
    gap: clamp(76px, 9vw, 136px);
  }

  .v2-flex-grid {
    grid-template-columns: 0.9fr 1fr;
    gap: var(--meal-space-56);
  }

  .meal-ready__grid {
    grid-template-columns: 0.9fr 1fr;
    gap: var(--meal-space-56);
  }

  .v2-benefit-grid,
  .v2-proof--stacked {
    grid-template-columns: repeat(3, 1fr);
  }

  .v2-feature-grid,
  .v2-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .v2-hero .hero__inner {
    grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.76fr);
    gap: clamp(36px, 4vw, 52px);
  }

  .v2-difference__grid {
    grid-template-columns: 0.95fr 1fr;
    gap: var(--meal-space-56);
  }

  .v2-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .decision-card {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 719px) {
  #conversation {
    --mock-phone-width: min(82vw, 304px);
    padding-block: 42px 56px;
  }

  #courses + .meal-ready {
    padding-top: clamp(76px, 18vw, 112px);
  }

  .js-proof-scroll .proof-scroll {
    min-height: auto;
    padding-block: clamp(54px, 14vw, 76px);
    overflow: visible;
  }

  .js-proof-scroll .proof-scroll__sticky {
    position: relative;
    top: auto;
    min-height: 0;
    display: block;
  }

  .js-proof-scroll #courses .section-intro,
  .js-proof-scroll #courses .proof-step {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .js-conversation-scroll #conversation {
    --mock-phone-width: min(76vw, 286px);
    min-height: 188vh;
    padding-block: 0;
  }

  .js-conversation-scroll .conversation-scroll__sticky {
    top: 72px;
    min-height: min(700px, calc(100vh - 82px));
    align-items: center;
  }

  .js-conversation-scroll #conversation .v2-conversation-grid {
    gap: 24px;
    padding-block: 34px 48px;
  }

  .js-conversation-scroll #conversation .conversation-copy .section__title {
    max-width: 9.4ch;
    font-size: clamp(48px, 13.5vw, 68px);
  }

  .js-conversation-scroll #conversation .conversation-copy .section__lead {
    max-width: 30ch;
    font-size: 16px;
  }

  .js-recipe-effects .recipe-scroll {
    min-height: 182vh;
  }

  .recipe-scroll__sticky {
    min-height: min(650px, calc(100vh - 92px));
  }

  .js-recipe-effects .recipe-scroll__sticky {
    top: 76px;
    padding-block: 42px 64px;
  }

  .js-recipe-effects .recipe-scroll__stage {
    min-height: 540px;
  }

  .recipe-scroll__title {
    max-width: 7.2ch;
    font-size: clamp(54px, 16vw, 68px);
    letter-spacing: -0.06em;
  }

  .recipe-scroll__answer {
    max-width: 8.6ch;
    font-size: clamp(42px, 13.6vw, 58px);
    letter-spacing: -0.06em;
  }

  .js-price-scroll .price-scroll {
    min-height: 170vh;
  }

  .price-scroll__sticky {
    min-height: min(660px, calc(100vh - 92px));
  }

  .js-price-scroll .price-scroll__sticky {
    top: 76px;
    padding-block: 42px 64px;
  }

  .price-scroll__stage {
    min-height: 560px;
  }

  .price-scroll__title {
    max-width: 8.8ch;
    font-size: clamp(48px, 13.8vw, 64px);
    letter-spacing: -0.06em;
  }

  .price-scroll__actions {
    width: min(100%, 350px);
    flex-direction: column;
    gap: 16px;
  }

  .price-scroll__price {
    margin-bottom: 24px;
  }

  .price-scroll__price strong {
    font-size: clamp(60px, 17vw, 76px);
  }

  .price-scroll__price span {
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .price-scroll__actions .meal-button,
  .price-scroll__store {
    width: 100%;
    min-height: 68px;
    justify-content: center;
  }

  .price-scroll__actions .meal-button {
    padding-inline: 24px;
    border-radius: 22px;
    font-size: 17px;
  }

  .price-scroll__store {
    padding-inline: 20px 24px;
    border-radius: 22px;
  }

  .price-scroll__store .app-store-soon__mark {
    width: 28px;
    height: 34px;
  }

  .price-scroll__store .app-store-soon__text span {
    font-size: 12px;
  }

  .price-scroll__store .app-store-soon__text strong {
    font-size: 22px;
  }

  .recipe-card {
    width: min(42vw, 158px);
    min-height: 112px;
    padding: 13px;
    border-radius: 20px;
  }

  .recipe-card strong {
    font-size: 17px;
  }

  .recipe-card span:last-child {
    font-size: 11px;
  }

  .v2-page .site-header {
    width: calc(100% - 16px);
    margin-inline: auto;
    border-radius: 28px;
  }

  .v2-page .site-header__inner {
    height: 66px;
    padding-inline: 20px 12px;
  }

  .v2-page .site-header__brand {
    font-size: 19px;
  }

  .v2-page .site-header__logo {
    width: 30px;
    height: 30px;
  }

  .v2-page .site-header__burger {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }

  .v2-hero {
    padding-bottom: 28px;
  }

  .v2-hero .hero__actions .meal-button {
    width: 100%;
  }

  .v2-hero .hero__actions .app-store-soon {
    width: 100%;
    justify-content: center;
  }

  .v2-page .hero__title {
    font-size: clamp(40px, 11.2vw, 54px);
  }

  .v2-page .hero__sub {
    font-size: 17px;
  }

  .meal-ready__title {
    max-width: min(8.8ch, 100%);
    font-size: clamp(52px, 15.5vw, 76px);
    letter-spacing: -0.055em;
  }

  .conversation-phone .phone {
    width: var(--mock-phone-width);
    max-width: var(--mock-phone-width);
  }

  .mock-showcase {
    grid-template-columns: minmax(0, var(--mock-phone-width));
    justify-items: center;
  }

  .mock-selector {
    width: min(100%, 304px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .mock-selector__option {
    min-width: 0;
    text-align: center;
  }

  .imessage-statusbar--reference {
    min-height: 30px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .imessage-statusbar__network {
    font-size: 11px;
  }

  .imessage-battery--level {
    width: 26px;
    height: 14px;
    font-size: 10px;
  }

  .imessage-nav {
    min-height: 54px;
    padding-inline: 10px;
  }

  .imessage-thread {
    gap: 15px;
    padding: 16px 13px 22px;
  }

  .imessage-thread__date {
    font-size: 10px;
  }

  .imessage-bubble {
    max-width: 74%;
    padding: 7px 10px;
    font-size: 14px;
  }

  .imessage-composer {
    padding: 6px 10px 12px;
  }

  .imessage-composer__field {
    min-height: 30px;
    font-size: 14px;
  }

  .benefit-card {
    min-height: 0;
  }

  .proof-step .phone {
    max-width: 190px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .meal-ready__title-part {
    transition: none;
    animation: none !important;
  }

  .conversation-phone [data-imessage-step] {
    transition: none;
    filter: none;
    transform: none;
    opacity: 1;
  }
}
