/* Hero CTA – Figma 2237:3860; desktop split Web Component Library 3014:10991 */
.container-hero {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 64px;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  min-width: 0;
  align-items: center;
  text-align: center;
}

.hero-copy > .headline,
.hero-copy > .cta,
.hero-copy > .hero-features {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.hero-figure {
  width: 100%;
  min-width: 0;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}

.hero-features-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}

.hero-features-row .strapline-item {
  flex: 1 1 0;
  min-width: 0;
}

.hero-headline-highlight,
.hero-headline-heavy {
  text-align: center;
}

.trustpilot-content--hero {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.trustpilot-content--hero .trustpilot-label,
.trustpilot-content--hero .trustpilot-reviews {
  margin: 0;
}

/* Site header – desktop Web Component Library 2963:8368 */
.site-header-bar--desktop {
  display: none;
}

.site-header-desktop-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  min-height: 74px;
  line-height: 0;
}

.site-header-desktop-logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 64px;
}

.site-header-desktop-link {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  align-self: stretch;
  min-height: 74px;
  box-sizing: border-box;
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: var(--text-body, #333);
  text-decoration: none;
  white-space: nowrap;
}

.site-header-desktop-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header-desktop-cta {
  flex-shrink: 0;
}

/* Sticky header – Figma 2351:14362 */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transform: translateY(-100%);
  opacity: 0;
  transition:
    transform 220ms ease-out,
    opacity 180ms ease-out;
}

.sticky-header--visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  backdrop-filter: blur(24px);
  background: #fff;
}

.sticky-header-hamburger {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sticky-header-hamburger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.sticky-header-hamburger-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.sticky-header-title {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  color: var(--text-body, #333);
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.sticky-header-offer {
  display: none;
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  color: var(--text-body, #333);
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
}

.sticky-header-offer-strong {
  color: var(--text-body, var(--color-text-body, #333));
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  position: relative;
  display: inline-block;
  overflow: visible;
}

.sticky-header-offer-strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-image: url("../assets/img-highlight.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 100%;
  pointer-events: none;
}

.sticky-header-cta {
  height: 32px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-left: 12px;
  padding-right: 0;
  border-radius: 100px;
  background-color: var(--surfaces-highlight-price, #ff4917);
  text-decoration: none;
}

.sticky-header-cta-label {
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-body-inverted, #fff);
}

.sticky-header-cta-label-desktop {
  display: none;
}

.sticky-header-cta-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
}

@media (min-width: 1024px) {
  .sticky-header-title {
    flex: 0 0 auto;
    width: max-content;
    white-space: nowrap;
  }

  .sticky-header-offer {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sticky-header-cta-label-mobile {
    display: none;
  }

  .sticky-header-cta-label-desktop {
    display: inline;
  }

}

/* Mobile nav overlay – Figma 2906:17413 */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 50;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
  visibility: hidden;
  /* Stay visible while panel slides closed so transform transition runs */
  transition: visibility 0s linear 0.32s;
}

.mobile-nav--open {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0s;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.mobile-nav--open .mobile-nav-backdrop {
  opacity: 1;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-raw-greyscale-grey-1, #fafafa);
  box-shadow: 8px 0 40px rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav--open .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 12px 16px;
  background-color: #fff;
  border-bottom: 1px solid var(--color-raw-greyscale-grey-10, #e9e9e9);
}

.mobile-nav-header-side {
  width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.mobile-nav-header-side--spacer {
  pointer-events: none;
}

.mobile-nav-header-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin-left: 12px; /* 12px between close button and logo */
}

.mobile-nav-header-logo img {
  height: 32px;
  width: auto;
  display: block;
}

.mobile-nav-header-offer {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  color: var(--text-body, #333);
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .mobile-nav-header-offer {
    display: block;
  }
}

.mobile-nav-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  color: var(--color-surfaces-dark, #333333);
}

.mobile-nav-close:focus-visible {
  /* iOS shows a red focus ring when the JS focuses the close button */
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-nav-header-cta {
  margin-left: auto; /* right-align within the header */
  flex-shrink: 0;
}

.mobile-nav-header-cta-label {
  text-transform: none; /* override sticky-header-cta uppercase */
}

.mobile-nav-header-cta-label-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .mobile-nav-header-cta-label-mobile {
    display: none;
  }

  .mobile-nav-header-cta-label-desktop {
    display: inline;
  }
}

.mobile-nav-close-icon {
  display: block;
  width: 32px;
  height: 32px;
}

.mobile-nav-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  background-color: var(--color-raw-greyscale-grey-1, #fafafa);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-nav {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* Sections sized by link count so each link row gets equal share of nav height */
.mobile-nav-section {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.mobile-nav-nav > .mobile-nav-section:nth-child(1) {
  flex: 4 1 0;
}

.mobile-nav-nav > .mobile-nav-section:nth-child(2) {
  flex: 1 1 0;
}

.mobile-nav-nav > .mobile-nav-section:nth-child(3) {
  flex: 3 1 0;
}

.mobile-nav-section--social {
  flex: 0 0 auto;
}

/* Each link row grows equally within its section */
.mobile-nav-link {
  flex: 1 1 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  text-decoration: none;
  color: var(--color-text-body, #333);
}

.mobile-nav-link:hover {
  opacity: 0.85;
}

.mobile-nav-link-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--color-surfaces-dark, #333333);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-link-icon svg,
.mobile-nav-link-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.mobile-nav-link-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.mobile-nav-divider {
  flex-shrink: 0;
  border: 0;
  height: 1px;
  margin: 0;
  background-color: var(--color-raw-greyscale-grey-10, #e9e9e9);
  width: 100%;
}

.mobile-nav-section--social .mobile-nav-follow {
  margin: 0;
  padding: 8px 0 0;
}

.mobile-nav-social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 8px 0 4px;
}

.mobile-nav-social-icon img {
  display: block;
}

/* Lock page scroll while drawer is open (html + body; fixed body helps iOS Safari) */
html.mobile-nav-is-open {
  overflow: hidden;
}

body.mobile-nav-is-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav-backdrop,
  .mobile-nav-panel {
    transition: none;
  }
}

.container-meals {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
  min-height: 0;
}

/* Footer – design node 2237:4093 */
.container-footer {
  background-color: var(--color-raw-greyscale-grey-1, #fafafa);
  border-top: 1px solid var(--color-raw-greyscale-grey-10, #e9e9e9);
  width: 100%;
}

.container-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  max-width: 100%;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo-img {
  display: block;
  height: 33px;
  width: auto;
  max-width: 64px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-follow {
  margin: 0;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footer-social-icon {
  color: var(--color-text-body, #333);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.footer-divider {
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid var(--color-raw-greyscale-grey-10, #e9e9e9);
}

.footer-dropdown {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.footer-chevron {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer-chevron svg {
  width: 100%;
  height: 100%;
}

.footer-chevron {
  transition: transform 260ms ease;
}

/* Mobile footer accordions (Quick Links + About us) */
.footer-dropdown-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 280ms ease, opacity 160ms ease;
}

.footer-dropdown.is-open .footer-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
}

.footer-dropdown-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 0 18px;
  text-align: center;
}

.footer-dropdown-link {
  color: inherit;
  text-decoration: none;
}

.footer-dropdown-link:hover {
  text-decoration: underline;
}

.footer-dropdown.is-open .footer-chevron {
  transform: rotate(180deg);
}

.footer-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0 0;
}

.footer-download-title {
  margin: 0;
  text-align: center;
  max-width: 301px;
}

.footer-app-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-app-badge-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.footer-app-badge:hover .footer-app-badge-img {
  opacity: 0.85;
}

.footer-tagline,
.footer-offer {
  margin: 0;
  text-align: center;
  max-width: 367px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links-sep {
  user-select: none;
}

.footer-copyright {
  margin: 0;
  text-align: center;
  line-height: 20px;
}

/* Protein across your day – hero image panel */
.container-protein-day {
  padding: 0 16px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.protein-day-header {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.protein-day-title {
  margin: 0;
}

.protein-day-title-main {
  text-transform: uppercase;
}

.protein-day-title-highlight {
  text-transform: lowercase;
  font-style: italic;
}

.protein-day-subtitle {
  margin: 0;
}

.protein-day-card {
  border-radius: 24px;
  overflow: hidden;
}

.protein-day-image {
  display: block;
  width: 100%;
  height: auto;
}

.protein-day-meals {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.protein-day-meal {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.protein-day-meal-label {
  margin: 0;
}

.protein-day-meal-copy {
  margin: 0;
}

.protein-day-summary {
  margin-top: 16px;
}

.protein-day-summary p {
  margin: 0;
}

/* Made for busy routines – Figma 2285:3759 */
.container-routines {
  padding: 0 16px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.routines-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.routines-card-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.routines-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.routines-card-gradient {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    181.8deg,
    rgba(0, 0, 0, 0) 65.6%,
    #333333 98%
  );
}

.routines-card-heading {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: -4px 4px 8px rgba(153, 153, 153, 0.4);
}

.routines-card-title {
  margin: 0;
  line-height: var(--spacing-48, 48px);
}

.routines-card-subtitle {
  margin: 0;
  font-style: italic;
  text-transform: lowercase;
}

.routines-list {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.routines-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.routines-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 100px;
  background-color: var(--color-surfaces-highlight, #c6fa5f);
  flex-shrink: 0;
}

.routines-icon-media {
  display: block;
  width: 24px;
  height: 24px;
}

.routines-row-copy {
  margin: 0;
}

.routines-row-copy-strong {
  font-weight: 700;
}


/* Sticky inner wrapper for meal animation */
.sticky-meals {
  /* This section is no longer sticky; it should size to its content. */
  position: relative;
  top: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  overflow: visible;
  pointer-events: auto;
}

.sticky-meals * {
  pointer-events: auto !important;
  -webkit-user-select: auto;
  user-select: auto;
}

.sticky-meals .focus-meals {
  flex: 1 1 auto;
}

/* Horizontal carousel for the meals (replaces scroll-locked crossfade) */
.meals-carousel-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.meals-carousel-controls {
  display: none;
}

.meals-carousel {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  /* No snap: allow natural scroll like the testimonials carousel */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 24px;
  align-items: flex-start;
  /* Match the testimonials rail alignment: first item starts 16px in,
     but the scroll viewport extends past the margins so content
     isn't clipped at the edges. */
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  contain: none;
}

/* Fade carousel items as they move off the left/right viewport edges. */
.meals-carousel {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 16px,
    #000 calc(100% - 16px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 16px,
    #000 calc(100% - 16px),
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.meals-carousel::before {
  content: "";
  display: block;
  flex: 0 0 16px;
}

.meals-carousel::after {
  content: "";
  display: block;
  flex: 0 0 16px; /* trailing runway for the last card */
}

/* iOS Safari can undercount the rail's trailing gutter */
@supports (-webkit-touch-callout: none) {
  .meals-carousel::after {
    flex-basis: 48px;
  }
}

.meals-carousel::-webkit-scrollbar {
  display: none;
}

.meals-carousel {
  scrollbar-width: none;
}

.meals-carousel-card {
  /* Give the card a little extra room so the meal image/shadow
     isn't clipped when it reaches the left/right edges while scrolling. */
  flex: 0 0 306px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

/* With no scroll snap, keep the first card visually aligned
   16px from the viewport left edge. */
.meals-carousel-card:first-child {
  transform: translateX(-16px);
}

/* (no extra first-card offset; scroll padding handles alignment) */

.meals-bullets {
  width: 100%;
}

/* Matches Figma 3007:10826: two flex columns, items-start, 24px stack gap */
.meals-bullets .focus-meals-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.meals-bullets .focus-meals-list-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

/* CTA below How it works (offer + button) */
.container-cta {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 64px;
}

/* How it works – Figma 2237:3907 */
.container-how-it-works {
  padding: 0 16px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.how-it-works-header {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.how-it-works-title {
  line-height: 28px;
}

.how-it-works-intro {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.how-it-works-steps {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.how-it-works-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.how-it-works-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 1px;
  margin: 0;
  background: var(--surfaces-border, #E9E9E9);
}

.how-it-works-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: var(--color-surfaces-highlight, #c6fa5f);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* Override headline-3 token sizing for the step number circle (Figma-aligned) */
.how-it-works-step-num.text-mobile-headline-3-heavy.text-style {
  --text-font-size: 14px;
  --text-line-height: 28px;
  --text-font-weight: 700;
  --text-letter-spacing: 0px;
}

.how-it-works-step-with-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.how-it-works-step-image-container {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--spacing-spacing-24, 24px);
  overflow: hidden;
  background-color: lightgray;
  background-image: var(--step2-image-url), var(--step2-image-url);
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.how-it-works-step-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.how-it-works-step-content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.how-it-works-step-content .text-mobile-headline-3-heavy {
  line-height: 28px;
}

.how-it-works-step-content .text-mobile-body {
  line-height: 24px;
}

.title {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.focus-meals {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.focus-meals-dish {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.focus-meals-dish-main {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  align-self: stretch;
}

.focus-meals-label {
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  margin: 0;
}

.focus-meals-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
}

/* Figma Image Container (2237:2128): aspect ratio, shadow, overflow */
.focus-meals-image {
  width: 100%;
  position: relative;
  aspect-ratio: 241 / 241;
  overflow: hidden;
  border-radius: var(--spacing-8, 8px);
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  min-height: 0;
}

/* Shadow from the container’s rounded rect (no fill, so image stays transparent) */
.focus-meals-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}

.focus-meals-image-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
  filter: drop-shadow(4px 4px 4px rgba(126, 126, 126, 0.40));
}

/* Per-meal macros / protein + nutrition tags (Figma 2237:2129–2137) */
.meal-macros {
  position: absolute;
  left: 8px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
  width: max-content;
  max-width: calc(100% - 16px);
  opacity: 0;
  transform: translateY(12px);
}

/* Green protein tag – body-bold, highlight surface */
.meal-macro-tag {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 8px;
  background-color: var(--color-raw-secondary-lime100, #c6fa5f);
  color: var(--color-text-body, #333);
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* Cream nutrition bar – footnote, bullet-separated */
.meal-macro-nutrition {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  border-radius: 8px;
  background-color: var(--color-surfaces-background-light-cream, #fbf8f1);
  color: var(--color-text-body, #333);
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.meal-macro-nutrition span + span::before {
  content: " • ";
  margin-right: 4px;
  color: var(--color-text-body, #333);
}


.focus-meals-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.focus-meals-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: block;
}

.focus-meals-copy {
  flex: 1 0 0;
  min-width: 0;
}

.hero {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

@media (max-width: 639px) {
  .hero-headline-highlight.text-style {
    line-height: 40px;
  }
}

.img-hero {
  margin-left: -16px;
  margin-right: -16px;
}

.img-hero-media {
  display: block;
  width: 100%;
  height: auto;
}

.strapline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 0;
}

.hero-strapline-media {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-strapline-media .img-hero {
  margin-top: 0;
}

.strapline-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  row-gap: 8px;
}

.strapline-item--no-top-padding {
  padding-top: 0;
}

.strapline-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 100px;
  background-color: var(--color-surfaces-highlight, #c6fa5f);
  flex-shrink: 0;
  box-sizing: border-box;
}

.strapline-icon-multi {
  position: relative;
  width: 32px;
  height: 32px;
}

.strapline-icon-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.strapline-icon-media {
  width: 32px;
  height: 32px;
  display: block;
}

.strapline-icon-organic {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  row-gap: 8px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  height: auto;
  padding-left: 48px;
  padding-right: 0;
  border-radius: 100px;
  background-color: var(--color-surfaces-highlight-price);
  text-decoration: none;
}

.cta-copy-link {
  display: block; /* match the original <p> layout */
  text-decoration: none; /* prevent underlines for the upgraded offer copy link */
}

.cta-button-label {
  flex: 0 1 auto;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-body-invert);
}

.cta-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}

/* Body highlight – bold text + lime underline (Figma 2262:2998), Web Mobile/M | body-medium */
.body-highlight {
  color: var(--text-body, var(--color-text-body, #333));
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  --text-font-family: "Jokker", var(--font-jokker);
  --text-font-size: 14px;
  --text-line-height: 24px;
  --text-font-weight: 700;
  position: relative;
  display: inline-block;
  overflow: visible;
}
.body-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  /* Keep the lime squiggle but ensure it covers the full span, even on iOS Safari */
  background-image: url("../assets/img-highlight.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 100%;
  pointer-events: none;
}
/* Fonts – Jokker (Frive) */
@font-face {
  font-family: "Jokker";
  src: url("../fonts/FriveJokker-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jokker";
  src: url("../fonts/FriveJokker-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Jokker";
  src: url("../fonts/FriveJokker-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jokker";
  src: url("../fonts/FriveJokker-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Jokker";
  src: url("../fonts/FriveJokker-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Jokker";
  src: url("../fonts/FriveJokker-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Jokker";
  src: url("../fonts/JokkerTRIAL-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Fonts – Perfectly Nineties */
@font-face {
  font-family: "Perfectly Nineties";
  src: url("../fonts/PerfectlyNineties-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Perfectly Nineties";
  src: url("../fonts/PerfectlyNineties-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

:root {
  --font-jokker: "Jokker", Arial, Helvetica, sans-serif;
  --font-perfectly-nineties: "Perfectly Nineties", Arial, Helvetica, sans-serif;
  --background: var(--color-surfaces-brand);
  --foreground: #171717;

  --color-background: var(--background);
  --color-foreground: var(--foreground);
  /* Master brand color (renamed) */
  --color-raw-primary-kale100: #053827;
  /* Greyscale */
  --color-raw-greyscale-grey80: #333;
  --color-raw-greyscale-grey-1: #FAFAFA;
  --color-raw-greyscale-grey-5: #f2f2f2;
  /* RAW/greyscale tokens from Figma design system */
  --color-raw-greyscale-grey-10: #e9e9e9; /* RAW/greyscale/grey-10 - borders and dividers */
  --color-raw-greyscale-grey-20: #cccccc; /* RAW/greyscale/grey-20 */
  --color-raw-greyscale-grey-40: #999999; /* RAW/greyscale/grey-40 */
  /* Text tokens - using semantic token names from Figma */
  --color-text-muted-inverted: #e9e9e9; /* text.muted-inverted */
  /* Placeholder component styles - using text.muted-inverted for background as per Figma wireframe */
  --color-placeholder-background: var(--color-text-muted-inverted);
  --color-placeholder-border: var(--color-raw-greyscale-grey-20);
  /* Aliases */
  --color-surfaces-brand: var(--color-raw-primary-kale100);
  --color-surfaces-white: #fff;
  --color-surfaces-light-grey: #fafafafa;
  --color-surface-background-light-grey: var(--color-raw-greyscale-grey-5);
  --color-text-header: var(--color-surfaces-brand);
  --color-interactive-primary: var(--color-surfaces-brand);
  --color-interactive-primary-invert: var(--color-surfaces-white);
  --color-text-header-invert: var(--color-surfaces-white);
  --color-text-body-invert: var(--color-surfaces-white);
  --color-text-body: var(--color-raw-greyscale-grey80);
  --font-sans: var(--font-jokker);
  --font-heading: var(--font-jokker);
  /* Secondary colors */
  --color-raw-secondary-lime100: #c6fa5f;
  --color-surfaces-highlight-price: #ff4917;
  --color-surfaces-background-light-cream: #fbf8f1; /* RAW/primary/cream-33 */
  --color-surfaces-dark: #333333; /* surfaces/dark from Figma */
  
  /* Tailwind v4 color mappings - using kebab-case for class names */
  --color-surfaces-brand-rgb: 5 56 39;
  --color-text-header-invert-rgb: 255 255 255;
  --color-text-body-invert-rgb: 255 255 255;
  --color-interactive-primary-rgb: 5 56 39;
  --color-interactive-primary-invert-rgb: 255 255 255;
  --color-text-header-rgb: 5 56 39;
  --color-text-body-rgb: 51 51 51;

  /* Font stacks */
  --font-heading-stack: var(--font-heading), Arial, Helvetica, sans-serif;
  --font-body-stack: var(--font-jokker), Arial, Helvetica, sans-serif;
  --font-highlight-stack: var(--font-perfectly-nineties), Arial, Helvetica, sans-serif;

  /*
   * Viewport tiers (match @media in this file; literals used in queries — var() in @media is unreliable).
   * Mobile: max-width 639px. Tablet: 640px–899px. Desktop layout: min-width 900px.
   * Main site header stays mobile/tablet until min-width 980px (--viewport-header-desktop-min).
   */
  --viewport-tablet-min: 640px;
  --viewport-tablet-max: 899px;
  --viewport-desktop-min: 900px;
  --viewport-header-desktop-min: 980px;
  --viewport-desktop-max-width: 1440px;
  --viewport-desktop-margin-inline: 0;

  /* Desktop hero */
  --text-desktop-hero-1-font-family: var(--font-heading-stack);
  --text-desktop-hero-1-font-size: 64px;
  --text-desktop-hero-1-line-height: 72px;
  --text-desktop-hero-1-font-weight: 700;
  --text-desktop-hero-1-font-style: normal;
  --text-desktop-hero-1-letter-spacing: 0px;
  --text-desktop-hero-1-text-transform: none;

  --text-desktop-hero-1-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-hero-1-highlight-font-size: 68px;
  --text-desktop-hero-1-highlight-line-height: 72px;
  --text-desktop-hero-1-highlight-font-weight: 400;
  --text-desktop-hero-1-highlight-font-style: italic;
  --text-desktop-hero-1-highlight-letter-spacing: 0px;
  --text-desktop-hero-1-highlight-text-transform: none;

  --text-desktop-hero-2-font-family: var(--font-heading-stack);
  --text-desktop-hero-2-font-size: 52px;
  --text-desktop-hero-2-line-height: 60px;
  --text-desktop-hero-2-font-weight: 900;
  --text-desktop-hero-2-font-style: normal;
  --text-desktop-hero-2-letter-spacing: 0px;
  --text-desktop-hero-2-text-transform: uppercase;

  --text-desktop-hero-2-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-hero-2-highlight-font-size: 68px;
  --text-desktop-hero-2-highlight-line-height: 60px;
  --text-desktop-hero-2-highlight-font-weight: 400;
  --text-desktop-hero-2-highlight-font-style: italic;
  --text-desktop-hero-2-highlight-letter-spacing: 0px;
  --text-desktop-hero-2-highlight-text-transform: none;

  /* Desktop headline */
  --text-desktop-headline-1-font-family: var(--font-heading-stack);
  --text-desktop-headline-1-font-size: 48px;
  --text-desktop-headline-1-line-height: 56px;
  --text-desktop-headline-1-font-weight: 500;
  --text-desktop-headline-1-font-style: normal;
  --text-desktop-headline-1-letter-spacing: 0px;
  --text-desktop-headline-1-text-transform: none;

  --text-desktop-headline-1-bold-font-weight: 700;
  --text-desktop-headline-1-heavy-font-weight: 900;
  --text-desktop-headline-1-heavy-text-transform: uppercase;

  --text-desktop-headline-1-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-headline-1-highlight-font-size: 68px;
  --text-desktop-headline-1-highlight-line-height: 56px;
  --text-desktop-headline-1-highlight-font-weight: 400;
  --text-desktop-headline-1-highlight-font-style: italic;
  --text-desktop-headline-1-highlight-letter-spacing: 0px;

  --text-desktop-headline-1-bold-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-headline-1-bold-highlight-font-size: 51px;
  --text-desktop-headline-1-bold-highlight-line-height: 56px;
  --text-desktop-headline-1-bold-highlight-font-weight: 400;
  --text-desktop-headline-1-bold-highlight-font-style: italic;
  --text-desktop-headline-1-bold-highlight-letter-spacing: 0px;

  --text-desktop-headline-2-font-family: var(--font-heading-stack);
  --text-desktop-headline-2-font-size: 32px;
  --text-desktop-headline-2-line-height: 38px;
  --text-desktop-headline-2-font-weight: 500;
  --text-desktop-headline-2-font-style: normal;
  --text-desktop-headline-2-letter-spacing: 0px;
  --text-desktop-headline-2-text-transform: none;

  --text-desktop-headline-2-bold-font-weight: 700;
  --text-desktop-headline-2-heavy-font-weight: 900;
  --text-desktop-headline-2-heavy-text-transform: uppercase;

  --text-desktop-headline-2-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-headline-2-highlight-font-size: 46px;
  --text-desktop-headline-2-highlight-line-height: 38px;
  --text-desktop-headline-2-highlight-font-weight: 400;
  --text-desktop-headline-2-highlight-font-style: italic;
  --text-desktop-headline-2-highlight-letter-spacing: 0px;

  --text-desktop-headline-2-bold-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-headline-2-bold-highlight-font-size: 36px;
  --text-desktop-headline-2-bold-highlight-line-height: 38px;
  --text-desktop-headline-2-bold-highlight-font-weight: 400;
  --text-desktop-headline-2-bold-highlight-font-style: italic;
  --text-desktop-headline-2-bold-highlight-letter-spacing: 0px;

  --text-desktop-headline-3-font-family: var(--font-heading-stack);
  --text-desktop-headline-3-font-size: 24px;
  --text-desktop-headline-3-line-height: 32px;
  --text-desktop-headline-3-font-weight: 500;
  --text-desktop-headline-3-font-style: normal;
  --text-desktop-headline-3-letter-spacing: 0px;
  --text-desktop-headline-3-text-transform: none;

  --text-desktop-headline-3-bold-font-weight: 700;
  --text-desktop-headline-3-heavy-font-weight: 900;
  --text-desktop-headline-3-heavy-text-transform: uppercase;

  --text-desktop-headline-3-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-headline-3-highlight-font-size: 32px;
  --text-desktop-headline-3-highlight-line-height: 34px;
  --text-desktop-headline-3-highlight-font-weight: 400;
  --text-desktop-headline-3-highlight-font-style: italic;
  --text-desktop-headline-3-highlight-letter-spacing: 0px;

  --text-desktop-sub-headline-font-family: var(--font-heading-stack);
  --text-desktop-sub-headline-font-size: 18px;
  --text-desktop-sub-headline-line-height: 28px;
  --text-desktop-sub-headline-font-weight: 500;
  --text-desktop-sub-headline-font-style: normal;
  --text-desktop-sub-headline-letter-spacing: 0px;

  --text-desktop-sub-headline-bold-font-weight: 700;
  --text-desktop-sub-headline-heavy-font-weight: 900;
  --text-desktop-sub-headline-heavy-text-transform: uppercase;

  --text-desktop-sub-headline-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-sub-headline-highlight-font-size: 26px;
  --text-desktop-sub-headline-highlight-line-height: 28px;
  --text-desktop-sub-headline-highlight-font-weight: 400;
  --text-desktop-sub-headline-highlight-font-style: italic;
  --text-desktop-sub-headline-highlight-letter-spacing: 0px;

  --text-desktop-body-font-family: var(--font-body-stack);
  --text-desktop-body-font-size: 16px;
  --text-desktop-body-line-height: 24px;
  --text-desktop-body-font-weight: 400;
  --text-desktop-body-font-style: normal;
  --text-desktop-body-letter-spacing: 0px;

  --text-desktop-body-medium-font-weight: 500;
  --text-desktop-body-bold-font-weight: 700;
  --text-desktop-body-heavy-font-weight: 900;

  --text-desktop-body-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-body-highlight-font-size: 16px;
  --text-desktop-body-highlight-line-height: 24px;
  --text-desktop-body-highlight-font-weight: 400;
  --text-desktop-body-highlight-font-style: italic;
  --text-desktop-body-highlight-letter-spacing: 0px;

  --text-desktop-body-heavy-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-body-heavy-highlight-font-size: 24px;
  --text-desktop-body-heavy-highlight-line-height: 24px;
  --text-desktop-body-heavy-highlight-font-weight: 400;
  --text-desktop-body-heavy-highlight-font-style: italic;
  --text-desktop-body-heavy-highlight-letter-spacing: 0px;

  --text-desktop-callout-font-family: var(--font-body-stack);
  --text-desktop-callout-font-size: 14px;
  --text-desktop-callout-line-height: 20px;
  --text-desktop-callout-font-weight: 400;
  --text-desktop-callout-font-style: normal;
  --text-desktop-callout-letter-spacing: 0px;
  --text-desktop-callout-text-transform: none;

  --text-desktop-callout-medium-font-weight: 500;
  --text-desktop-callout-bold-font-weight: 700;
  --text-desktop-callout-heavy-font-weight: 900;
  --text-desktop-callout-heavy-text-transform: uppercase;

  --text-desktop-callout-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-callout-highlight-font-size: 14px;
  --text-desktop-callout-highlight-line-height: 20px;
  --text-desktop-callout-highlight-font-weight: 400;
  --text-desktop-callout-highlight-font-style: italic;
  --text-desktop-callout-highlight-letter-spacing: 0px;

  --text-desktop-callout-heavy-highlight-font-family: var(--font-highlight-stack);
  --text-desktop-callout-heavy-highlight-font-size: 20px;
  --text-desktop-callout-heavy-highlight-line-height: 20px;
  --text-desktop-callout-heavy-highlight-font-weight: 400;
  --text-desktop-callout-heavy-highlight-font-style: italic;
  --text-desktop-callout-heavy-highlight-letter-spacing: 0px;

  --text-desktop-callout-link-text-decoration: underline;

  --text-desktop-cta-default-font-family: var(--font-body-stack);
  --text-desktop-cta-default-font-size: 16px;
  --text-desktop-cta-default-line-height: 24px;
  --text-desktop-cta-default-font-weight: 700;
  --text-desktop-cta-default-text-transform: none;

  --text-desktop-button-font-family: var(--font-body-stack);
  --text-desktop-button-font-size: 24px;
  --text-desktop-button-line-height: 32px;
  --text-desktop-button-font-weight: 900;
  --text-desktop-button-text-transform: uppercase;

  --text-desktop-menu-link-small-font-family: var(--font-body-stack);
  --text-desktop-menu-link-small-font-size: 14px;
  --text-desktop-menu-link-small-line-height: 24px;
  --text-desktop-menu-link-small-font-weight: 500;

  --text-desktop-footnote-font-family: var(--font-body-stack);
  --text-desktop-footnote-font-size: 12px;
  --text-desktop-footnote-line-height: 16px;
  --text-desktop-footnote-font-weight: 400;

  --text-desktop-footnote-bold-font-weight: 700;
  --text-desktop-footnote-link-text-decoration: underline;

  /* Mobile hero */
  --text-mobile-hero-1-font-family: var(--font-heading-stack);
  --text-mobile-hero-1-font-size: 32px;
  --text-mobile-hero-1-line-height: 40px;
  --text-mobile-hero-1-font-weight: 700;
  --text-mobile-hero-1-font-style: normal;
  --text-mobile-hero-1-letter-spacing: 0px;
  --text-mobile-hero-1-text-transform: none;

  --text-mobile-hero-2-font-family: var(--font-heading-stack);
  --text-mobile-hero-2-font-size: 40px;
  --text-mobile-hero-2-line-height: 48px;
  --text-mobile-hero-2-font-weight: 900;
  --text-mobile-hero-2-font-style: normal;
  --text-mobile-hero-2-letter-spacing: 0px;
  --text-mobile-hero-2-text-transform: uppercase;

  --text-mobile-hero-2-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-hero-2-highlight-font-size: 56px;
  --text-mobile-hero-2-highlight-line-height: 48px;
  --text-mobile-hero-2-highlight-font-weight: 400;
  --text-mobile-hero-2-highlight-font-style: italic;
  --text-mobile-hero-2-highlight-letter-spacing: -1.12px;
  --text-mobile-hero-2-highlight-text-transform: none;

  /* Mobile headline */
  --text-mobile-headline-1-font-family: var(--font-heading-stack);
  --text-mobile-headline-1-font-size: 36px;
  --text-mobile-headline-1-line-height: 44px;
  --text-mobile-headline-1-font-weight: 500;
  --text-mobile-headline-1-font-style: normal;
  --text-mobile-headline-1-letter-spacing: 0px;

  --text-mobile-headline-1-bold-font-weight: 700;
  --text-mobile-headline-1-heavy-font-weight: 900;
  --text-mobile-headline-1-heavy-text-transform: uppercase;

  --text-mobile-headline-1-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-headline-1-highlight-font-size: 48px;
  --text-mobile-headline-1-highlight-line-height: 64px;
  --text-mobile-headline-1-highlight-font-weight: 400;
  --text-mobile-headline-1-highlight-font-style: italic;
  --text-mobile-headline-1-highlight-letter-spacing: 0px;

  --text-mobile-headline-2-font-family: var(--font-heading-stack);
  --text-mobile-headline-2-font-size: 28px;
  --text-mobile-headline-2-line-height: 36px;
  --text-mobile-headline-2-font-weight: 500;
  --text-mobile-headline-2-font-style: normal;
  --text-mobile-headline-2-letter-spacing: 0px;

  --text-mobile-headline-2-bold-font-weight: 700;
  --text-mobile-headline-2-heavy-font-weight: 900;
  --text-mobile-headline-2-heavy-text-transform: uppercase;

  --text-mobile-headline-2-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-headline-2-highlight-font-size: 40px;
  --text-mobile-headline-2-highlight-line-height: 36px;
  --text-mobile-headline-2-highlight-font-weight: 400;
  --text-mobile-headline-2-highlight-font-style: italic;
  --text-mobile-headline-2-highlight-letter-spacing: 0px;

  --text-mobile-headline-2-bold-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-headline-2-bold-highlight-font-size: 30px;
  --text-mobile-headline-2-bold-highlight-line-height: 36px;
  --text-mobile-headline-2-bold-highlight-font-weight: 400;
  --text-mobile-headline-2-bold-highlight-font-style: italic;
  --text-mobile-headline-2-bold-highlight-letter-spacing: 0px;

  --text-mobile-headline-3-font-family: var(--font-heading-stack);
  --text-mobile-headline-3-font-size: 20px;
  --text-mobile-headline-3-line-height: 28px;
  --text-mobile-headline-3-font-weight: 500;

  --text-mobile-headline-3-bold-font-weight: 700;
  --text-mobile-headline-3-heavy-font-weight: 900;
  --text-mobile-headline-3-heavy-text-transform: uppercase;

  --text-mobile-headline-3-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-headline-3-highlight-font-size: 28px;
  --text-mobile-headline-3-highlight-line-height: 28px;
  --text-mobile-headline-3-highlight-font-weight: 400;
  --text-mobile-headline-3-highlight-font-style: italic;

  --text-mobile-sub-headline-font-family: var(--font-heading-stack);
  --text-mobile-sub-headline-font-size: 18px;
  --text-mobile-sub-headline-line-height: 24px;
  --text-mobile-sub-headline-font-weight: 500;

  --text-mobile-sub-headline-bold-font-weight: 700;
  --text-mobile-sub-headline-heavy-font-weight: 900;
  --text-mobile-sub-headline-heavy-text-transform: uppercase;

  --text-mobile-sub-headline-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-sub-headline-highlight-font-size: 26px;
  --text-mobile-sub-headline-highlight-line-height: 24px;
  --text-mobile-sub-headline-highlight-font-weight: 400;
  --text-mobile-sub-headline-highlight-font-style: italic;

  --text-mobile-body-font-family: var(--font-body-stack);
  --text-mobile-body-font-size: 14px;
  --text-mobile-body-line-height: 24px;
  --text-mobile-body-font-weight: 400;

  --text-mobile-body-medium-font-weight: 500;
  --text-mobile-body-bold-font-weight: 700;
  --text-mobile-body-heavy-font-weight: 900;

  --text-mobile-body-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-body-highlight-font-size: 14px;
  --text-mobile-body-highlight-line-height: 24px;
  --text-mobile-body-highlight-font-weight: 400;
  --text-mobile-body-highlight-font-style: italic;

  --text-mobile-body-heavy-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-body-heavy-highlight-font-size: 20px;
  --text-mobile-body-heavy-highlight-line-height: 24px;
  --text-mobile-body-heavy-highlight-font-weight: 400;
  --text-mobile-body-heavy-highlight-font-style: italic;

  --text-mobile-callout-font-family: var(--font-body-stack);
  --text-mobile-callout-font-size: 12px;
  --text-mobile-callout-line-height: 20px;
  --text-mobile-callout-font-weight: 400;

  --text-mobile-callout-medium-font-weight: 500;
  --text-mobile-callout-bold-font-weight: 700;
  --text-mobile-callout-heavy-font-weight: 900;

  --text-mobile-callout-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-callout-highlight-font-size: 12px;
  --text-mobile-callout-highlight-line-height: 20px;
  --text-mobile-callout-highlight-font-weight: 400;
  --text-mobile-callout-highlight-font-style: italic;

  --text-mobile-callout-heavy-highlight-font-family: var(--font-highlight-stack);
  --text-mobile-callout-heavy-highlight-font-size: 16px;
  --text-mobile-callout-heavy-highlight-line-height: 20px;
  --text-mobile-callout-heavy-highlight-font-weight: 400;
  --text-mobile-callout-heavy-highlight-font-style: italic;

  --text-mobile-callout-link-text-decoration: underline;

  --text-mobile-cta-default-font-family: var(--font-body-stack);
  --text-mobile-cta-default-font-size: 16px;
  --text-mobile-cta-default-line-height: 24px;
  --text-mobile-cta-default-font-weight: 700;

  --text-mobile-cta-small-font-family: var(--font-body-stack);
  --text-mobile-cta-small-font-size: 12px;
  --text-mobile-cta-small-line-height: 20px;
  --text-mobile-cta-small-font-weight: 700;

  --text-mobile-button-font-family: var(--font-body-stack);
  --text-mobile-button-font-size: 24px;
  --text-mobile-button-line-height: 32px;
  --text-mobile-button-font-weight: 900;
  --text-mobile-button-text-transform: uppercase;

  --text-mobile-menu-font-family: var(--font-body-stack);
  --text-mobile-menu-font-size: 16px;
  --text-mobile-menu-line-height: 24px;
  --text-mobile-menu-font-weight: 500;

  --text-mobile-menu-link-small-font-family: var(--font-body-stack);
  --text-mobile-menu-link-small-font-size: 14px;
  --text-mobile-menu-link-small-line-height: 24px;
  --text-mobile-menu-link-small-font-weight: 500;

  --text-mobile-footnote-font-family: var(--font-body-stack);
  --text-mobile-footnote-font-size: 10px;
  --text-mobile-footnote-line-height: 16px;
  --text-mobile-footnote-font-weight: 400;

  --text-mobile-footnote-bold-font-weight: 700;
  --text-mobile-footnote-link-text-decoration: underline;
}


body {
  background: var(--color-surfaces-light-grey);
  color: var(--foreground);
  font-family: var(--font-jokker), Arial, Helvetica, sans-serif;
  font-size: 20px;
  overflow-x: hidden;
}

a,
a:visited {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-jokker), Arial, Helvetica, sans-serif;
}

/* Trustpilot container – Figma 2237:3839 (ratings + reviews + Trustpilot) */
.trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.trustpilot-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.trustpilot-logo {
  height: 24px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}
.trustpilot-row {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.trustpilot-row-logo {
  column-gap: 8px;
}
.trustpilot-label {
  margin: 0;
}
.trustpilot-stars {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.trustpilot-caption {
  margin: 0;
}

.trustpilot-reviews {
  margin: 0;
}

/* container-testimonials – Figma 2285:3776 (headline, Trustpilot, testimonial cards, as seen in) */
.container-testimonials {
  padding: 0 16px 64px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 48px;
  width: 100%;
  box-sizing: border-box;
}

.testimonials-header {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  width: 100%;
}

.testimonials-headline {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.testimonials-subheadline {
  font-size: 28px;
  line-height: 28px;
}

.testimonials-trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.testimonials-trustpilot-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.container-testimonials .trustpilot-row {
  column-gap: 8px;
}

.container-testimonials .trustpilot-stars {
  max-width: 107px;
}

.testimonials-carousel-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.testimonials-cards-wrap {
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding-left: 16px;
  padding-right: 32px;
  padding-bottom: 24px;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
}

.testimonials-carousel-controls {
  display: none;
}

.testimonials-carousel-btn {
  border: 1px solid var(--color-raw-greyscale-grey-10, #e9e9e9);
  border-radius: var(--corner-radius-form-field, 4px);
  background: var(--color-surfaces-white, #fff);
  width: 32px;
  height: 32px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

.testimonials-carousel-btn:disabled {
  background: #f2f2f2;
  cursor: default;
}

.testimonials-carousel-icon {
  width: 12px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.testimonials-carousel-icon--right {
  transform: rotate(-90deg);
}

.testimonials-carousel-icon svg {
  width: 12px;
  height: 20px;
  display: block;
}

.testimonials-cards {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  align-items: stretch;
  min-width: min-content;
  height: 326px;
  padding-bottom: 0;
  padding-right: 0;
}

/* Extra trailing space so the last card can fully scroll into view */
.testimonials-cards::after {
  content: "";
  flex: 0 0 16px;
}

/* iOS Safari can undercount the rail's trailing gutter; add extra runway. */
@supports (-webkit-touch-callout: none) {
  .testimonials-cards::after {
    flex-basis: 48px;
  }
}

.testimonial-card {
  flex: 0 0 340px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  padding: 4px;
  border-radius: 24px;
  background-color: var(--color-surfaces-white, #fff);
  box-shadow: -4px 4px 8px 0 rgba(204, 204, 204, 0.4);
  min-height: 321px;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
}

.testimonial-card--double-width {
  flex: 0 0 440px;
  width: 440px;
  min-width: 440px;
  cursor: pointer;
}

.testimonial-card--feature {
  flex: 0 0 440px;
  width: 440px;
  min-width: 440px;
}

.testimonial-card-content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
  justify-content: flex-start;
}

.testimonial-card-title {
  font-size: 0;
  line-height: 0;
}

.testimonial-card-title span:first-child {
  font-size: 26px;
  line-height: 24px;
  text-transform: lowercase;
}

.testimonial-card-title span:last-child {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.testimonial-card-meta {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.testimonial-card-name,
.testimonial-card-role {
  font-size: 12px;
  line-height: 20px;
}

.testimonial-card-quote {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
}

.testimonial-quote-icon {
  flex-shrink: 0;
  display: inline-flex;
  transform: rotate(180deg) scaleY(-1);
}

.testimonial-quote-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.testimonial-card-text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 20px;
}

/* Limit long copy in the double-width testimonial card and allow JS to detect overflow.
   Max-height is set dynamically in JS based on available card height. */
.testimonial-card--double-width .testimonial-card-text {
  overflow: hidden;
}

.testimonial-card-read-more {
  border: none;
  padding: 0;
  margin-left: 4px;
  background: none;
  cursor: pointer;
  font-family: "Frive Jokker", var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  color: #000;
  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.testimonial-card-read-more:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
}

.testimonial-modal--open {
  display: flex;
}

.testimonial-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.testimonial-modal-dialog {
  position: relative;
  z-index: 1;
  max-width: 420px;
  width: calc(100% - 32px);
  padding: 24px 16px;
  border-radius: 12px;
  background-color: var(--color-surfaces-white, #fff);
  box-shadow: none;
}

.testimonial-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-modal-close-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.testimonial-modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-modal-title {
  margin: 0;
  padding-top: 36px;
}

.testimonial-modal-meta {
  row-gap: 4px;
}

.testimonial-modal-rating {
  width: max-content;
}

.testimonial-modal-quote {
  width: 100%;
}

.testimonial-modal-body {
  margin: 0;
  font-style: italic;
}

.testimonial-card-image-wrap {
  flex-shrink: 0;
  width: 113px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.testimonial-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.testimonial-card-image-wrap.testimonial-card-image-placeholder .testimonial-card-image,
.testimonial-card-media-image {
  opacity: 0.6;
  mix-blend-mode: luminosity;
}

.testimonial-card-image-placeholder {
  aspect-ratio: 113 / 303;
}

.testimonial-card .testimonial-card-image-wrap {
  aspect-ratio: 113 / 303;
  align-self: stretch;
}

.testimonial-card--feature .testimonial-card-image-wrap {
  width: 200px;
  min-width: 200px;
  flex: 0 0 200px;
  aspect-ratio: 200 / 318;
}


.testimonial-card-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.testimonial-card-rating-label {
  font-size: 14px;
  line-height: 24px;
}

.testimonial-card-rating-stars {
  width: 107px;
  height: 21px;
  object-fit: contain;
  object-position: left center;
}

.testimonials-as-seen-in {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.testimonials-as-seen-in-label {
  font-size: 14px;
  line-height: 24px;
}

.testimonials-as-seen-in-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.testimonials-logo {
  height: 24px;
  width: auto;
  max-width: 140px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: left center;
}

.testimonials-logo-faded {
  opacity: 0.4;
  filter: grayscale(100%);
}

.testimonials-logo-darker {
  opacity: 0.55;
}

/* container-ceo – Figma 2767:2012 (CEO testimonial card) */
.container-ceo {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceo-inner {
  width: 100%;
  background-color: var(--color-surfaces-white, #fff);
  box-shadow: -4px 4px 8px 0 rgba(204, 204, 204, 0.4); /* elevation-1 */
  border-radius: 24px;
  padding: 4px; /* p-[spacing-4] */
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.ceo-gt {
  width: 100%;
  aspect-ratio: 298 / 245;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.ceo-gt-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 20px;
}

.ceo-gt-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.ceo-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 0 12px 24px;
  box-sizing: border-box;
}

.ceo-title {
  margin: 0;
  width: 100%;
  font-size: 0; /* we use spans for precise sizing */
  line-height: 24px;
  text-transform: uppercase;
  color: var(--text-header, #333);
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif;
  font-weight: 900; /* "Frive Jokker:Heavy" */
  letter-spacing: 0;
}

.ceo-title-no {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  text-transform: uppercase;
}

.ceo-title-compromise {
  font-size: 26px;
  line-height: 24px;
  font-family: var(--font-highlight-stack);
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}

.ceo-quote-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}

.ceo-quote-with-icon {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.ceo-quote-icon {
  width: 32px;
  height: 32px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg) scaleY(-1);
}

.ceo-quote-icon-img {
  width: 32px;
  height: 32px;
  display: block;
}

.ceo-quote-text {
  margin: 0;
  color: var(--color-text-body, #333);
}

/* Ensure callout token utilities can't override the CEO quote italics. */
.ceo-quote-text.text-mobile-callout.text-style {
  --text-font-style: italic !important;
  font-style: italic !important;
}

.ceo-signature-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ceo-signature-image-container {
  width: 100%;
  padding-left: 26px;
  box-sizing: border-box;
}

.ceo-signature-frame {
  width: 203px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.ceo-signature-img {
  position: absolute;
  top: -47.02%;
  left: -10.49%;
  width: 118.88%;
  height: 202.38%;
  max-width: none;
}

.ceo-signature-info {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 20px;
  font-size: 12px;
  color: var(--color-text-body, #333);
  font-style: normal;
  font-family: "Jokker", var(--font-jokker), Arial, Helvetica, sans-serif;
}

.ceo-signature-name {
  margin: 0;
  font-weight: 400;
}

.ceo-signature-role {
  margin: 0;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Typography utilities */
.text-style {
  font-family: var(--text-font-family, var(--font-body-stack));
  font-size: var(--text-font-size, 16px);
  line-height: var(--text-line-height, 24px);
  font-weight: var(--text-font-weight, 400);
  font-style: var(--text-font-style, normal);
  letter-spacing: var(--text-letter-spacing, 0px);
  text-transform: var(--text-text-transform, none);
  text-decoration: var(--text-text-decoration, none);
}

/* Desktop hero */
.text-desktop-hero-1 {
  --text-font-family: var(--text-desktop-hero-1-font-family);
  --text-font-size: var(--text-desktop-hero-1-font-size);
  --text-line-height: var(--text-desktop-hero-1-line-height);
  --text-font-weight: var(--text-desktop-hero-1-font-weight);
  --text-font-style: var(--text-desktop-hero-1-font-style);
  --text-letter-spacing: var(--text-desktop-hero-1-letter-spacing);
  --text-text-transform: var(--text-desktop-hero-1-text-transform);
}

.text-desktop-hero-1-highlight {
  --text-font-family: var(--text-desktop-hero-1-highlight-font-family);
  --text-font-size: var(--text-desktop-hero-1-highlight-font-size);
  --text-line-height: var(--text-desktop-hero-1-highlight-line-height);
  --text-font-weight: var(--text-desktop-hero-1-highlight-font-weight);
  --text-font-style: var(--text-desktop-hero-1-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-hero-1-highlight-letter-spacing);
}

.text-desktop-hero-2 {
  --text-font-family: var(--text-desktop-hero-2-font-family);
  --text-font-size: var(--text-desktop-hero-2-font-size);
  --text-line-height: var(--text-desktop-hero-2-line-height);
  --text-font-weight: var(--text-desktop-hero-2-font-weight);
  --text-font-style: var(--text-desktop-hero-2-font-style);
  --text-letter-spacing: var(--text-desktop-hero-2-letter-spacing);
  --text-text-transform: var(--text-desktop-hero-2-text-transform);
}

.text-desktop-hero-2-highlight {
  --text-font-family: var(--text-desktop-hero-2-highlight-font-family);
  --text-font-size: var(--text-desktop-hero-2-highlight-font-size);
  --text-line-height: var(--text-desktop-hero-2-highlight-line-height);
  --text-font-weight: var(--text-desktop-hero-2-highlight-font-weight);
  --text-font-style: var(--text-desktop-hero-2-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-hero-2-highlight-letter-spacing);
}

/* Desktop headline */
.text-desktop-headline-1 {
  --text-font-family: var(--text-desktop-headline-1-font-family);
  --text-font-size: var(--text-desktop-headline-1-font-size);
  --text-line-height: var(--text-desktop-headline-1-line-height);
  --text-font-weight: var(--text-desktop-headline-1-font-weight);
  --text-font-style: var(--text-desktop-headline-1-font-style);
  --text-letter-spacing: var(--text-desktop-headline-1-letter-spacing);
  --text-text-transform: var(--text-desktop-headline-1-text-transform);
}

.text-desktop-headline-1-bold {
  --text-font-family: var(--text-desktop-headline-1-font-family);
  --text-font-size: var(--text-desktop-headline-1-font-size);
  --text-line-height: var(--text-desktop-headline-1-line-height);
  --text-font-weight: var(--text-desktop-headline-1-bold-font-weight);
  --text-font-style: var(--text-desktop-headline-1-font-style);
  --text-letter-spacing: var(--text-desktop-headline-1-letter-spacing);
}

.text-desktop-headline-1-heavy {
  --text-font-family: var(--text-desktop-headline-1-font-family);
  --text-font-size: var(--text-desktop-headline-1-font-size);
  --text-line-height: var(--text-desktop-headline-1-line-height);
  --text-font-weight: var(--text-desktop-headline-1-heavy-font-weight);
  --text-font-style: var(--text-desktop-headline-1-font-style);
  --text-letter-spacing: var(--text-desktop-headline-1-letter-spacing);
  --text-text-transform: var(--text-desktop-headline-1-heavy-text-transform);
}

.text-desktop-headline-1-highlight {
  --text-font-family: var(--text-desktop-headline-1-highlight-font-family);
  --text-font-size: var(--text-desktop-headline-1-highlight-font-size);
  --text-line-height: var(--text-desktop-headline-1-highlight-line-height);
  --text-font-weight: var(--text-desktop-headline-1-highlight-font-weight);
  --text-font-style: var(--text-desktop-headline-1-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-headline-1-highlight-letter-spacing);
}

.text-desktop-headline-1-bold-highlight {
  --text-font-family: var(--text-desktop-headline-1-bold-highlight-font-family);
  --text-font-size: var(--text-desktop-headline-1-bold-highlight-font-size);
  --text-line-height: var(--text-desktop-headline-1-bold-highlight-line-height);
  --text-font-weight: var(--text-desktop-headline-1-bold-highlight-font-weight);
  --text-font-style: var(--text-desktop-headline-1-bold-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-headline-1-bold-highlight-letter-spacing);
}

.text-desktop-headline-2 {
  --text-font-family: var(--text-desktop-headline-2-font-family);
  --text-font-size: var(--text-desktop-headline-2-font-size);
  --text-line-height: var(--text-desktop-headline-2-line-height);
  --text-font-weight: var(--text-desktop-headline-2-font-weight);
  --text-font-style: var(--text-desktop-headline-2-font-style);
  --text-letter-spacing: var(--text-desktop-headline-2-letter-spacing);
  --text-text-transform: var(--text-desktop-headline-2-text-transform);
}

.text-desktop-headline-2-bold {
  --text-font-family: var(--text-desktop-headline-2-font-family);
  --text-font-size: var(--text-desktop-headline-2-font-size);
  --text-line-height: var(--text-desktop-headline-2-line-height);
  --text-font-weight: var(--text-desktop-headline-2-bold-font-weight);
  --text-font-style: var(--text-desktop-headline-2-font-style);
  --text-letter-spacing: var(--text-desktop-headline-2-letter-spacing);
}

.text-desktop-headline-2-heavy {
  --text-font-family: var(--text-desktop-headline-2-font-family);
  --text-font-size: var(--text-desktop-headline-2-font-size);
  --text-line-height: var(--text-desktop-headline-2-line-height);
  --text-font-weight: var(--text-desktop-headline-2-heavy-font-weight);
  --text-font-style: var(--text-desktop-headline-2-font-style);
  --text-letter-spacing: var(--text-desktop-headline-2-letter-spacing);
  --text-text-transform: var(--text-desktop-headline-2-heavy-text-transform);
}

.text-desktop-headline-2-highlight {
  --text-font-family: var(--text-desktop-headline-2-highlight-font-family);
  --text-font-size: var(--text-desktop-headline-2-highlight-font-size);
  --text-line-height: var(--text-desktop-headline-2-highlight-line-height);
  --text-font-weight: var(--text-desktop-headline-2-highlight-font-weight);
  --text-font-style: var(--text-desktop-headline-2-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-headline-2-highlight-letter-spacing);
}

.text-desktop-headline-2-bold-highlight {
  --text-font-family: var(--text-desktop-headline-2-bold-highlight-font-family);
  --text-font-size: var(--text-desktop-headline-2-bold-highlight-font-size);
  --text-line-height: var(--text-desktop-headline-2-bold-highlight-line-height);
  --text-font-weight: var(--text-desktop-headline-2-bold-highlight-font-weight);
  --text-font-style: var(--text-desktop-headline-2-bold-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-headline-2-bold-highlight-letter-spacing);
}

.text-desktop-headline-3 {
  --text-font-family: var(--text-desktop-headline-3-font-family);
  --text-font-size: var(--text-desktop-headline-3-font-size);
  --text-line-height: var(--text-desktop-headline-3-line-height);
  --text-font-weight: var(--text-desktop-headline-3-font-weight);
  --text-font-style: var(--text-desktop-headline-3-font-style);
  --text-letter-spacing: var(--text-desktop-headline-3-letter-spacing);
  --text-text-transform: var(--text-desktop-headline-3-text-transform);
}

.text-desktop-headline-3-bold {
  --text-font-family: var(--text-desktop-headline-3-font-family);
  --text-font-size: var(--text-desktop-headline-3-font-size);
  --text-line-height: var(--text-desktop-headline-3-line-height);
  --text-font-weight: var(--text-desktop-headline-3-bold-font-weight);
  --text-font-style: var(--text-desktop-headline-3-font-style);
  --text-letter-spacing: var(--text-desktop-headline-3-letter-spacing);
}

.text-desktop-headline-3-heavy {
  --text-font-family: var(--text-desktop-headline-3-font-family);
  --text-font-size: var(--text-desktop-headline-3-font-size);
  --text-line-height: var(--text-desktop-headline-3-line-height);
  --text-font-weight: var(--text-desktop-headline-3-heavy-font-weight);
  --text-font-style: var(--text-desktop-headline-3-font-style);
  --text-letter-spacing: var(--text-desktop-headline-3-letter-spacing);
  --text-text-transform: var(--text-desktop-headline-3-heavy-text-transform);
}

.text-desktop-headline-3-highlight {
  --text-font-family: var(--text-desktop-headline-3-highlight-font-family);
  --text-font-size: var(--text-desktop-headline-3-highlight-font-size);
  --text-line-height: var(--text-desktop-headline-3-highlight-line-height);
  --text-font-weight: var(--text-desktop-headline-3-highlight-font-weight);
  --text-font-style: var(--text-desktop-headline-3-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-headline-3-highlight-letter-spacing);
}

.text-desktop-sub-headline {
  --text-font-family: var(--text-desktop-sub-headline-font-family);
  --text-font-size: var(--text-desktop-sub-headline-font-size);
  --text-line-height: var(--text-desktop-sub-headline-line-height);
  --text-font-weight: var(--text-desktop-sub-headline-font-weight);
  --text-font-style: var(--text-desktop-sub-headline-font-style);
  --text-letter-spacing: var(--text-desktop-sub-headline-letter-spacing);
}

.text-desktop-sub-headline-bold {
  --text-font-family: var(--text-desktop-sub-headline-font-family);
  --text-font-size: var(--text-desktop-sub-headline-font-size);
  --text-line-height: var(--text-desktop-sub-headline-line-height);
  --text-font-weight: var(--text-desktop-sub-headline-bold-font-weight);
  --text-font-style: var(--text-desktop-sub-headline-font-style);
  --text-letter-spacing: var(--text-desktop-sub-headline-letter-spacing);
}

.text-desktop-sub-headline-heavy {
  --text-font-family: var(--text-desktop-sub-headline-font-family);
  --text-font-size: var(--text-desktop-sub-headline-font-size);
  --text-line-height: var(--text-desktop-sub-headline-line-height);
  --text-font-weight: var(--text-desktop-sub-headline-heavy-font-weight);
  --text-font-style: var(--text-desktop-sub-headline-font-style);
  --text-letter-spacing: var(--text-desktop-sub-headline-letter-spacing);
  --text-text-transform: var(--text-desktop-sub-headline-heavy-text-transform);
}

.text-desktop-sub-headline-highlight {
  --text-font-family: var(--text-desktop-sub-headline-highlight-font-family);
  --text-font-size: var(--text-desktop-sub-headline-highlight-font-size);
  --text-line-height: var(--text-desktop-sub-headline-highlight-line-height);
  --text-font-weight: var(--text-desktop-sub-headline-highlight-font-weight);
  --text-font-style: var(--text-desktop-sub-headline-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-sub-headline-highlight-letter-spacing);
}

.text-desktop-body {
  --text-font-family: var(--text-desktop-body-font-family);
  --text-font-size: var(--text-desktop-body-font-size);
  --text-line-height: var(--text-desktop-body-line-height);
  --text-font-weight: var(--text-desktop-body-font-weight);
  --text-font-style: var(--text-desktop-body-font-style);
  --text-letter-spacing: var(--text-desktop-body-letter-spacing);
}

.text-desktop-body-medium {
  --text-font-family: var(--text-desktop-body-font-family);
  --text-font-size: var(--text-desktop-body-font-size);
  --text-line-height: var(--text-desktop-body-line-height);
  --text-font-weight: var(--text-desktop-body-medium-font-weight);
  --text-font-style: var(--text-desktop-body-font-style);
  --text-letter-spacing: var(--text-desktop-body-letter-spacing);
}

.text-desktop-body-bold {
  --text-font-family: var(--text-desktop-body-font-family);
  --text-font-size: var(--text-desktop-body-font-size);
  --text-line-height: var(--text-desktop-body-line-height);
  --text-font-weight: var(--text-desktop-body-bold-font-weight);
  --text-font-style: var(--text-desktop-body-font-style);
  --text-letter-spacing: var(--text-desktop-body-letter-spacing);
}

.text-desktop-body-heavy {
  --text-font-family: var(--text-desktop-body-font-family);
  --text-font-size: var(--text-desktop-body-font-size);
  --text-line-height: var(--text-desktop-body-line-height);
  --text-font-weight: var(--text-desktop-body-heavy-font-weight);
  --text-font-style: var(--text-desktop-body-font-style);
  --text-letter-spacing: var(--text-desktop-body-letter-spacing);
}

.text-desktop-body-highlight {
  --text-font-family: var(--text-desktop-body-highlight-font-family);
  --text-font-size: var(--text-desktop-body-highlight-font-size);
  --text-line-height: var(--text-desktop-body-highlight-line-height);
  --text-font-weight: var(--text-desktop-body-highlight-font-weight);
  --text-font-style: var(--text-desktop-body-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-body-highlight-letter-spacing);
}

.text-desktop-body-heavy-highlight {
  --text-font-family: var(--text-desktop-body-heavy-highlight-font-family);
  --text-font-size: var(--text-desktop-body-heavy-highlight-font-size);
  --text-line-height: var(--text-desktop-body-heavy-highlight-line-height);
  --text-font-weight: var(--text-desktop-body-heavy-highlight-font-weight);
  --text-font-style: var(--text-desktop-body-heavy-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-body-heavy-highlight-letter-spacing);
}

.text-desktop-callout {
  --text-font-family: var(--text-desktop-callout-font-family);
  --text-font-size: var(--text-desktop-callout-font-size);
  --text-line-height: var(--text-desktop-callout-line-height);
  --text-font-weight: var(--text-desktop-callout-font-weight);
  --text-font-style: var(--text-desktop-callout-font-style);
  --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
  --text-text-transform: var(--text-desktop-callout-text-transform);
}

.text-desktop-callout-medium {
  --text-font-family: var(--text-desktop-callout-font-family);
  --text-font-size: var(--text-desktop-callout-font-size);
  --text-line-height: var(--text-desktop-callout-line-height);
  --text-font-weight: var(--text-desktop-callout-medium-font-weight);
  --text-font-style: var(--text-desktop-callout-font-style);
  --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
}

.text-desktop-callout-bold {
  --text-font-family: var(--text-desktop-callout-font-family);
  --text-font-size: var(--text-desktop-callout-font-size);
  --text-line-height: var(--text-desktop-callout-line-height);
  --text-font-weight: var(--text-desktop-callout-bold-font-weight);
  --text-font-style: var(--text-desktop-callout-font-style);
  --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
}

.text-desktop-callout-heavy {
  --text-font-family: var(--text-desktop-callout-font-family);
  --text-font-size: var(--text-desktop-callout-font-size);
  --text-line-height: var(--text-desktop-callout-line-height);
  --text-font-weight: var(--text-desktop-callout-heavy-font-weight);
  --text-font-style: var(--text-desktop-callout-font-style);
  --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
  --text-text-transform: var(--text-desktop-callout-heavy-text-transform);
}

.text-desktop-callout-highlight {
  --text-font-family: var(--text-desktop-callout-highlight-font-family);
  --text-font-size: var(--text-desktop-callout-highlight-font-size);
  --text-line-height: var(--text-desktop-callout-highlight-line-height);
  --text-font-weight: var(--text-desktop-callout-highlight-font-weight);
  --text-font-style: var(--text-desktop-callout-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-callout-highlight-letter-spacing);
}

.text-desktop-callout-heavy-highlight {
  --text-font-family: var(--text-desktop-callout-heavy-highlight-font-family);
  --text-font-size: var(--text-desktop-callout-heavy-highlight-font-size);
  --text-line-height: var(--text-desktop-callout-heavy-highlight-line-height);
  --text-font-weight: var(--text-desktop-callout-heavy-highlight-font-weight);
  --text-font-style: var(--text-desktop-callout-heavy-highlight-font-style);
  --text-letter-spacing: var(--text-desktop-callout-heavy-highlight-letter-spacing);
}

.text-desktop-callout-link {
  --text-font-family: var(--text-desktop-callout-font-family);
  --text-font-size: var(--text-desktop-callout-font-size);
  --text-line-height: var(--text-desktop-callout-line-height);
  --text-font-weight: var(--text-desktop-callout-font-weight);
  --text-font-style: var(--text-desktop-callout-font-style);
  --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
  --text-text-decoration: var(--text-desktop-callout-link-text-decoration);
}

.text-desktop-cta-default {
  --text-font-family: var(--text-desktop-cta-default-font-family);
  --text-font-size: var(--text-desktop-cta-default-font-size);
  --text-line-height: var(--text-desktop-cta-default-line-height);
  --text-font-weight: var(--text-desktop-cta-default-font-weight);
  --text-text-transform: var(--text-desktop-cta-default-text-transform);
}

.text-desktop-button {
  --text-font-family: var(--text-desktop-button-font-family);
  --text-font-size: var(--text-desktop-button-font-size);
  --text-line-height: var(--text-desktop-button-line-height);
  --text-font-weight: var(--text-desktop-button-font-weight);
  --text-text-transform: var(--text-desktop-button-text-transform);
}

.text-desktop-menu-link-small {
  --text-font-family: var(--text-desktop-menu-link-small-font-family);
  --text-font-size: var(--text-desktop-menu-link-small-font-size);
  --text-line-height: var(--text-desktop-menu-link-small-line-height);
  --text-font-weight: var(--text-desktop-menu-link-small-font-weight);
}

.text-desktop-footnote {
  --text-font-family: var(--text-desktop-footnote-font-family);
  --text-font-size: var(--text-desktop-footnote-font-size);
  --text-line-height: var(--text-desktop-footnote-line-height);
  --text-font-weight: var(--text-desktop-footnote-font-weight);
}

.text-desktop-footnote-bold {
  --text-font-family: var(--text-desktop-footnote-font-family);
  --text-font-size: var(--text-desktop-footnote-font-size);
  --text-line-height: var(--text-desktop-footnote-line-height);
  --text-font-weight: var(--text-desktop-footnote-bold-font-weight);
}

.text-desktop-footnote-link {
  --text-font-family: var(--text-desktop-footnote-font-family);
  --text-font-size: var(--text-desktop-footnote-font-size);
  --text-line-height: var(--text-desktop-footnote-line-height);
  --text-font-weight: var(--text-desktop-footnote-bold-font-weight);
  --text-text-decoration: var(--text-desktop-footnote-link-text-decoration);
}

/* Mobile hero */
.text-mobile-hero-1 {
  --text-font-family: var(--text-mobile-hero-1-font-family);
  --text-font-size: var(--text-mobile-hero-1-font-size);
  --text-line-height: var(--text-mobile-hero-1-line-height);
  --text-font-weight: var(--text-mobile-hero-1-font-weight);
  --text-font-style: var(--text-mobile-hero-1-font-style);
  --text-letter-spacing: var(--text-mobile-hero-1-letter-spacing);
  --text-text-transform: var(--text-mobile-hero-1-text-transform);
}

.text-mobile-hero-2 {
  --text-font-family: var(--text-mobile-hero-2-font-family);
  --text-font-size: var(--text-mobile-hero-2-font-size);
  --text-line-height: var(--text-mobile-hero-2-line-height);
  --text-font-weight: var(--text-mobile-hero-2-font-weight);
  --text-font-style: var(--text-mobile-hero-2-font-style);
  --text-letter-spacing: var(--text-mobile-hero-2-letter-spacing);
  --text-text-transform: var(--text-mobile-hero-2-text-transform);
}

.text-mobile-hero-2-highlight {
  --text-font-family: var(--text-mobile-hero-2-highlight-font-family);
  --text-font-size: var(--text-mobile-hero-2-highlight-font-size);
  --text-line-height: var(--text-mobile-hero-2-highlight-line-height);
  --text-font-weight: var(--text-mobile-hero-2-highlight-font-weight);
  --text-font-style: var(--text-mobile-hero-2-highlight-font-style);
  --text-letter-spacing: var(--text-mobile-hero-2-highlight-letter-spacing);
  --text-text-transform: var(--text-mobile-hero-2-highlight-text-transform);
}

/* Mobile headline */
.text-mobile-headline-1 {
  --text-font-family: var(--text-mobile-headline-1-font-family);
  --text-font-size: var(--text-mobile-headline-1-font-size);
  --text-line-height: var(--text-mobile-headline-1-line-height);
  --text-font-weight: var(--text-mobile-headline-1-font-weight);
  --text-font-style: var(--text-mobile-headline-1-font-style);
  --text-letter-spacing: var(--text-mobile-headline-1-letter-spacing);
}

.text-mobile-headline-1-bold {
  --text-font-family: var(--text-mobile-headline-1-font-family);
  --text-font-size: var(--text-mobile-headline-1-font-size);
  --text-line-height: var(--text-mobile-headline-1-line-height);
  --text-font-weight: var(--text-mobile-headline-1-bold-font-weight);
  --text-font-style: var(--text-mobile-headline-1-font-style);
  --text-letter-spacing: var(--text-mobile-headline-1-letter-spacing);
}

.text-mobile-headline-1-heavy {
  --text-font-family: var(--text-mobile-headline-1-font-family);
  --text-font-size: var(--text-mobile-headline-1-font-size);
  --text-line-height: var(--text-mobile-headline-1-line-height);
  --text-font-weight: var(--text-mobile-headline-1-heavy-font-weight);
  --text-font-style: var(--text-mobile-headline-1-font-style);
  --text-letter-spacing: var(--text-mobile-headline-1-letter-spacing);
  --text-text-transform: var(--text-mobile-headline-1-heavy-text-transform);
}

.text-mobile-headline-1-highlight {
  --text-font-family: var(--text-mobile-headline-1-highlight-font-family);
  --text-font-size: var(--text-mobile-headline-1-highlight-font-size);
  --text-line-height: var(--text-mobile-headline-1-highlight-line-height);
  --text-font-weight: var(--text-mobile-headline-1-highlight-font-weight);
  --text-font-style: var(--text-mobile-headline-1-highlight-font-style);
  --text-letter-spacing: var(--text-mobile-headline-1-highlight-letter-spacing);
}

.text-mobile-headline-2 {
  --text-font-family: var(--text-mobile-headline-2-font-family);
  --text-font-size: var(--text-mobile-headline-2-font-size);
  --text-line-height: var(--text-mobile-headline-2-line-height);
  --text-font-weight: var(--text-mobile-headline-2-font-weight);
  --text-font-style: var(--text-mobile-headline-2-font-style);
  --text-letter-spacing: var(--text-mobile-headline-2-letter-spacing);
}

.text-mobile-headline-2-bold {
  --text-font-family: var(--text-mobile-headline-2-font-family);
  --text-font-size: var(--text-mobile-headline-2-font-size);
  --text-line-height: var(--text-mobile-headline-2-line-height);
  --text-font-weight: var(--text-mobile-headline-2-bold-font-weight);
  --text-font-style: var(--text-mobile-headline-2-font-style);
  --text-letter-spacing: var(--text-mobile-headline-2-letter-spacing);
}

.text-mobile-headline-2-heavy {
  --text-font-family: var(--text-mobile-headline-2-font-family);
  --text-font-size: var(--text-mobile-headline-2-font-size);
  --text-line-height: var(--text-mobile-headline-2-line-height);
  --text-font-weight: var(--text-mobile-headline-2-heavy-font-weight);
  --text-font-style: var(--text-mobile-headline-2-font-style);
  --text-letter-spacing: var(--text-mobile-headline-2-letter-spacing);
  --text-text-transform: var(--text-mobile-headline-2-heavy-text-transform);
}

.text-mobile-headline-2-highlight {
  --text-font-family: var(--text-mobile-headline-2-highlight-font-family);
  --text-font-size: var(--text-mobile-headline-2-highlight-font-size);
  --text-line-height: var(--text-mobile-headline-2-highlight-line-height);
  --text-font-weight: var(--text-mobile-headline-2-highlight-font-weight);
  --text-font-style: var(--text-mobile-headline-2-highlight-font-style);
  --text-letter-spacing: var(--text-mobile-headline-2-highlight-letter-spacing);
}

.text-mobile-headline-2-bold-highlight {
  --text-font-family: var(--text-mobile-headline-2-bold-highlight-font-family);
  --text-font-size: var(--text-mobile-headline-2-bold-highlight-font-size);
  --text-line-height: var(--text-mobile-headline-2-bold-highlight-line-height);
  --text-font-weight: var(--text-mobile-headline-2-bold-highlight-font-weight);
  --text-font-style: var(--text-mobile-headline-2-bold-highlight-font-style);
  --text-letter-spacing: var(--text-mobile-headline-2-bold-highlight-letter-spacing);
}

.text-mobile-headline-3 {
  --text-font-family: var(--text-mobile-headline-3-font-family);
  --text-font-size: var(--text-mobile-headline-3-font-size);
  --text-line-height: var(--text-mobile-headline-3-line-height);
  --text-font-weight: var(--text-mobile-headline-3-font-weight);
}

.text-mobile-headline-3-bold {
  --text-font-family: var(--text-mobile-headline-3-font-family);
  --text-font-size: var(--text-mobile-headline-3-font-size);
  --text-line-height: var(--text-mobile-headline-3-line-height);
  --text-font-weight: var(--text-mobile-headline-3-bold-font-weight);
}

.text-mobile-headline-3-heavy {
  --text-font-family: var(--text-mobile-headline-3-font-family);
  --text-font-size: var(--text-mobile-headline-3-font-size);
  --text-line-height: var(--text-mobile-headline-3-line-height);
  --text-font-weight: var(--text-mobile-headline-3-heavy-font-weight);
  --text-text-transform: var(--text-mobile-headline-3-heavy-text-transform);
}

.text-mobile-headline-3-highlight {
  --text-font-family: var(--text-mobile-headline-3-highlight-font-family);
  --text-font-size: var(--text-mobile-headline-3-highlight-font-size);
  --text-line-height: var(--text-mobile-headline-3-highlight-line-height);
  --text-font-weight: var(--text-mobile-headline-3-highlight-font-weight);
  --text-font-style: var(--text-mobile-headline-3-highlight-font-style);
}

.text-mobile-sub-headline {
  --text-font-family: var(--text-mobile-sub-headline-font-family);
  --text-font-size: var(--text-mobile-sub-headline-font-size);
  --text-line-height: var(--text-mobile-sub-headline-line-height);
  --text-font-weight: var(--text-mobile-sub-headline-font-weight);
}

.text-mobile-sub-headline-bold {
  --text-font-family: var(--text-mobile-sub-headline-font-family);
  --text-font-size: var(--text-mobile-sub-headline-font-size);
  --text-line-height: var(--text-mobile-sub-headline-line-height);
  --text-font-weight: var(--text-mobile-sub-headline-bold-font-weight);
}

.text-mobile-sub-headline-heavy {
  --text-font-family: var(--text-mobile-sub-headline-font-family);
  --text-font-size: var(--text-mobile-sub-headline-font-size);
  --text-line-height: var(--text-mobile-sub-headline-line-height);
  --text-font-weight: var(--text-mobile-sub-headline-heavy-font-weight);
  --text-text-transform: var(--text-mobile-sub-headline-heavy-text-transform);
}

.text-mobile-sub-headline-highlight {
  --text-font-family: var(--text-mobile-sub-headline-highlight-font-family);
  --text-font-size: var(--text-mobile-sub-headline-highlight-font-size);
  --text-line-height: var(--text-mobile-sub-headline-highlight-line-height);
  --text-font-weight: var(--text-mobile-sub-headline-highlight-font-weight);
  --text-font-style: var(--text-mobile-sub-headline-highlight-font-style);
}

.text-mobile-body {
  --text-font-family: var(--text-mobile-body-font-family);
  --text-font-size: var(--text-mobile-body-font-size);
  --text-line-height: var(--text-mobile-body-line-height);
  --text-font-weight: var(--text-mobile-body-font-weight);
}

.text-mobile-body-medium {
  --text-font-family: var(--text-mobile-body-font-family);
  --text-font-size: var(--text-mobile-body-font-size);
  --text-line-height: var(--text-mobile-body-line-height);
  --text-font-weight: var(--text-mobile-body-medium-font-weight);
}

.text-mobile-body-bold {
  --text-font-family: var(--text-mobile-body-font-family);
  --text-font-size: var(--text-mobile-body-font-size);
  --text-line-height: var(--text-mobile-body-line-height);
  --text-font-weight: var(--text-mobile-body-bold-font-weight);
}

.text-mobile-body-heavy {
  --text-font-family: var(--text-mobile-body-font-family);
  --text-font-size: var(--text-mobile-body-font-size);
  --text-line-height: var(--text-mobile-body-line-height);
  --text-font-weight: var(--text-mobile-body-heavy-font-weight);
}

.text-mobile-body-highlight {
  --text-font-family: var(--text-mobile-body-highlight-font-family);
  --text-font-size: var(--text-mobile-body-highlight-font-size);
  --text-line-height: var(--text-mobile-body-highlight-line-height);
  --text-font-weight: var(--text-mobile-body-highlight-font-weight);
  --text-font-style: var(--text-mobile-body-highlight-font-style);
}

.text-mobile-body-heavy-highlight {
  --text-font-family: var(--text-mobile-body-heavy-highlight-font-family);
  --text-font-size: var(--text-mobile-body-heavy-highlight-font-size);
  --text-line-height: var(--text-mobile-body-heavy-highlight-line-height);
  --text-font-weight: var(--text-mobile-body-heavy-highlight-font-weight);
  --text-font-style: var(--text-mobile-body-heavy-highlight-font-style);
}

.text-mobile-callout {
  --text-font-family: var(--text-mobile-callout-font-family);
  --text-font-size: var(--text-mobile-callout-font-size);
  --text-line-height: var(--text-mobile-callout-line-height);
  --text-font-weight: var(--text-mobile-callout-font-weight);
}

.text-mobile-callout-medium {
  --text-font-family: var(--text-mobile-callout-font-family);
  --text-font-size: var(--text-mobile-callout-font-size);
  --text-line-height: var(--text-mobile-callout-line-height);
  --text-font-weight: var(--text-mobile-callout-medium-font-weight);
}

.text-mobile-callout-bold {
  --text-font-family: var(--text-mobile-callout-font-family);
  --text-font-size: var(--text-mobile-callout-font-size);
  --text-line-height: var(--text-mobile-callout-line-height);
  --text-font-weight: var(--text-mobile-callout-bold-font-weight);
}

.text-mobile-callout-heavy {
  --text-font-family: var(--text-mobile-callout-font-family);
  --text-font-size: var(--text-mobile-callout-font-size);
  --text-line-height: var(--text-mobile-callout-line-height);
  --text-font-weight: var(--text-mobile-callout-heavy-font-weight);
}

.text-mobile-callout-highlight {
  --text-font-family: var(--text-mobile-callout-highlight-font-family);
  --text-font-size: var(--text-mobile-callout-highlight-font-size);
  --text-line-height: var(--text-mobile-callout-highlight-line-height);
  --text-font-weight: var(--text-mobile-callout-highlight-font-weight);
  --text-font-style: var(--text-mobile-callout-highlight-font-style);
}

.text-mobile-callout-heavy-highlight {
  --text-font-family: var(--text-mobile-callout-heavy-highlight-font-family);
  --text-font-size: var(--text-mobile-callout-heavy-highlight-font-size);
  --text-line-height: var(--text-mobile-callout-heavy-highlight-line-height);
  --text-font-weight: var(--text-mobile-callout-heavy-highlight-font-weight);
  --text-font-style: var(--text-mobile-callout-heavy-highlight-font-style);
}

[class*="text-mobile"][class*="highlight"],
[class*="text-desktop"][class*="highlight"] {
  --text-font-family: var(--font-perfectly-nineties), Arial, Helvetica, sans-serif;
}

[class*="highlight"] {
  font-family: var(--font-perfectly-nineties), Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}

/* Override global highlight lowercase for body-highlight spans in
   meal bullets – these should respect their HTML casing. */
.body-highlight {
  text-transform: none;
}

.text-mobile-callout-link {
  --text-font-family: var(--text-mobile-callout-font-family);
  --text-font-size: var(--text-mobile-callout-font-size);
  --text-line-height: var(--text-mobile-callout-line-height);
  --text-font-weight: var(--text-mobile-callout-font-weight);
  --text-text-decoration: var(--text-mobile-callout-link-text-decoration);
}

.text-mobile-cta-default {
  --text-font-family: var(--text-mobile-cta-default-font-family);
  --text-font-size: var(--text-mobile-cta-default-font-size);
  --text-line-height: var(--text-mobile-cta-default-line-height);
  --text-font-weight: var(--text-mobile-cta-default-font-weight);
}

.text-mobile-cta-small {
  --text-font-family: var(--text-mobile-cta-small-font-family);
  --text-font-size: var(--text-mobile-cta-small-font-size);
  --text-line-height: var(--text-mobile-cta-small-line-height);
  --text-font-weight: var(--text-mobile-cta-small-font-weight);
}

.text-mobile-button {
  --text-font-family: var(--text-mobile-button-font-family);
  --text-font-size: var(--text-mobile-button-font-size);
  --text-line-height: var(--text-mobile-button-line-height);
  --text-font-weight: var(--text-mobile-button-font-weight);
  --text-text-transform: var(--text-mobile-button-text-transform);
}

.text-mobile-menu {
  --text-font-family: var(--text-mobile-menu-font-family);
  --text-font-size: var(--text-mobile-menu-font-size);
  --text-line-height: var(--text-mobile-menu-line-height);
  --text-font-weight: var(--text-mobile-menu-font-weight);
}

.text-mobile-menu-link-small {
  --text-font-family: var(--text-mobile-menu-link-small-font-family);
  --text-font-size: var(--text-mobile-menu-link-small-font-size);
  --text-line-height: var(--text-mobile-menu-link-small-line-height);
  --text-font-weight: var(--text-mobile-menu-link-small-font-weight);
}

.text-mobile-footnote {
  --text-font-family: var(--text-mobile-footnote-font-family);
  --text-font-size: var(--text-mobile-footnote-font-size);
  --text-line-height: var(--text-mobile-footnote-line-height);
  --text-font-weight: var(--text-mobile-footnote-font-weight);
}

.text-mobile-footnote-bold {
  --text-font-family: var(--text-mobile-footnote-font-family);
  --text-font-size: var(--text-mobile-footnote-font-size);
  --text-line-height: var(--text-mobile-footnote-line-height);
  --text-font-weight: var(--text-mobile-footnote-bold-font-weight);
}

.text-mobile-footnote-link {
  --text-font-family: var(--text-mobile-footnote-font-family);
  --text-font-size: var(--text-mobile-footnote-font-size);
  --text-line-height: var(--text-mobile-footnote-line-height);
  --text-font-weight: var(--text-mobile-footnote-bold-font-weight);
  --text-text-decoration: var(--text-mobile-footnote-link-text-decoration);
}

/* Comparison module – simple 4-column scaffold */
.container-comparison {
  padding: 0 16px 64px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .container-comparison {
    padding: 0 0 64px;
    margin: 0 80px;
    width: auto;
  }
}

.comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  box-shadow: none;
}

.comparison-table tbody {
  width: 100%;
  box-sizing: border-box;
}

.comparison-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  background-color: transparent;
  color: var(--color-text-body, #333);
  font-size: var(--text-mobile-callout-font-size, 12px);
  line-height: var(--text-mobile-callout-line-height, 20px);
  font-family: var(--text-mobile-callout-font-family, var(--font-body-stack));
  font-weight: var(--text-mobile-callout-font-weight, 400);
  border: 0;
}

.comparison-table tr {
  display: table-row;
}

.comparison-table td.comparison-cell {
  width: auto;
}

.comparison-table td.comparison-cell:not(.comparison-cell--col1) {
  text-align: center;
}

.comparison-table td.comparison-cell.comparison-cell--col1 {
  width: 33.3333%;
}

.comparison-table td.comparison-cell:nth-child(2),
.comparison-table td.comparison-cell:nth-child(3),
.comparison-table td.comparison-cell:nth-child(4) {
  width: calc((100% - 33.3333%) / 3);
  box-sizing: border-box;
}

.comparison-table td.comparison-cell:nth-child(2) {
  background-color: #ffffff;
}

.comparison-table tr:first-child td.comparison-cell:nth-child(2) {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.comparison-table tr:last-child td.comparison-cell:nth-child(2) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.comparison-cell-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.comparison-cell-logo--competitor img {
  max-width: 100%;
  max-height: 24px;
  height: auto;
  width: auto;
}

.comparison-competitor-label {
  color: var(--selectors-border, #999);
  text-align: center;
  font-family: "Frive Jokker";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

@media (min-width: 900px) {
  .comparison-competitor-label {
    color: var(--selectors-border, #999);
    text-align: center;
    font-family: "Frive Jokker";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
}

.comparison-cell img {
  display: block;
  margin: 0 auto;
}

.comparison-rating-frive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
}

.comparison-rating-score-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.comparison-rating-score {
  margin: 0;
  color: var(--text-body, #333);
  text-align: center;
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.comparison-rating-copy {
  margin: 0;
  color: var(--text-body, #333);
  text-align: center;
  font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.comparison-rating-copy p {
  margin: 0;
}

.comparison-table tr:nth-child(1) .comparison-cell {
  height: 48px;
  text-align: center;
}

.comparison-table tr:nth-child(2) .comparison-cell {
  height: 88px;
}

.comparison-table tr:nth-child(n + 3) .comparison-cell {
  height: 56px;
}

@media (max-width: 639px) {
  .comparison-table {
    display: block;
  }

  .comparison-table tbody {
    display: block;
    width: 100%;
  }
}

.homepage-page {
  --homepage-view: mobile;
  width: 100%;
}

/* Non-mobile: min-width 640px (tablet + desktop shared). Desktop layout tier at 900px below; header uses 980px. */
@media (min-width: 640px) {
  .homepage-page {
    --homepage-view: tablet;
  }


  /* Section headers + strap lines: centre aligned (tablet) */
  .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Hero copy – Figma Web Component Library 2975:9682 (MainHeadline, tablet) */
  .hero-headline-highlight.text-style {
    --text-font-size: 56px;
    --text-line-height: 52px;
    --text-letter-spacing: -1.12px;
  }

  .hero-headline-highlight.text-style > span {
    line-height: 52px;
  }

  .hero-headline-heavy.text-style {
    --text-font-size: 40px;
    --text-line-height: 48px;
  }

  .strapline {
    justify-content: center;
    flex-wrap: wrap;
  }

  .title {
    align-items: center;
    text-align: center;
  }

  .meals-carousel-card .focus-meals-label {
    text-align: center;
    width: 100%;
  }

  .focus-meals-dish-title {
    text-align: center;
  }

  /* Carousel cards: 5/6 of content column (container-meals 16px padding each side) */
  .meals-carousel-card {
    flex: 0 0 calc((100vw - 32px) * 5 / 6);
    box-sizing: border-box;
    min-width: 0;
    scroll-snap-align: center;
  }

  /* Square frame + contain keeps each meal image’s intrinsic aspect ratio */
  .meals-carousel-card .focus-meals-image {
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .meals-carousel-card .focus-meals-image-media {
    object-fit: contain;
    object-position: center;
  }

  .meals-carousel-card:first-child {
    transform: translateX(-16px);
  }

  /* Tablet carousel alignment: scroll snapping + symmetric padding (handles -16px bleed) */
  .meals-carousel {
    scroll-snap-type: x mandatory;
    /* Use base `::before/::after` runways (16px) for edge offsets. */
  }

  .meals-carousel::before,
  .meals-carousel::after {
    display: block;
  }

  /* Nutrition row: match text-mobile-callout (12px / 20px) */
  .meal-macro-nutrition {
    font-family: var(--text-mobile-callout-font-family);
    font-size: var(--text-mobile-callout-font-size);
    line-height: var(--text-mobile-callout-line-height);
    font-weight: var(--text-mobile-callout-font-weight);
  }

  /* Benefits list: side-by-side columns, top-aligned (Figma 3007:10826 — flex + items-start) */
  .meals-bullets .focus-meals-list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
  }

  .meals-bullets .focus-meals-list-col {
    flex: 1 1 0;
    min-width: 0;
  }

  .how-it-works-header,
  .how-it-works-intro {
    align-items: center;
    text-align: center;
  }

  /* Steps: number above copy, block + text centred (all four steps) */
  .how-it-works-steps {
    align-items: center;
  }

  .how-it-works-step {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
  }

  .how-it-works-step-content {
    flex: 0 1 auto;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .how-it-works-step-with-image {
    align-items: center;
    width: 100%;
  }

  .protein-day-header,
  .protein-day-summary {
    text-align: center;
  }

  .protein-day-meals {
    text-align: center;
  }

  .container-comparison > p:first-of-type {
    text-align: center;
  }

  /* Comparison table: centre content in cells (vertical + horizontal); widths unchanged */
  .comparison-table td.comparison-cell {
    vertical-align: middle;
    text-align: center;
  }

  .testimonials-header {
    text-align: center;
    align-items: center;
  }

  .testimonials-as-seen-in-label {
    text-align: center;
    width: 100%;
  }

  .testimonials-as-seen-in-logos {
    justify-content: center;
  }

  .routines-list {
    align-items: center;
    row-gap: 32px;
  }

  .routines-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .routines-row-copy {
    text-align: center;
    width: 100%;
  }

  .routines-card-heading {
    text-align: center;
    align-items: center;
  }

  .ceo-title {
    text-align: center;
  }

  .frive-faq-title {
    text-align: center;
  }
}

/* Desktop main nav header – min-width 980px (mobile/tablet bar below that, even when page uses desktop layout at 900px) */
@media (min-width: 980px) {
  .homepage-page .site-header-bar--mobile {
    display: none !important;
  }

  .homepage-page .site-header-bar--desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 74px;
    padding: 0 80px;
    background-color: var(--color-surfaces-background-white, #fff);
    border-bottom: 1px solid var(--color-raw-greyscale-grey-10, #e9e9e9);
    box-shadow: -4px 4px 8px rgba(204, 204, 204, 0.4);
    position: relative;
    z-index: 2;
  }

  .homepage-page .site-header-desktop-cta {
    align-self: center;
  }

  /* Desktop main header CTA label (only when wide nav bar is shown) */
  .homepage-page .site-header-desktop-cta .sticky-header-cta-label {
    color: var(--text-body-inverted, #fff);
    text-align: center;
    font-family: 'Frive Jokker', var(--font-body-stack, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  }
}

/* Desktop: min-width 900px */
@media (min-width: 900px) {
  .homepage-page {
    --homepage-view: desktop;
  }

  /* Desktop CTAs use larger vertical spacing */
  .cta {
    row-gap: 16px;
  }

  .container-how-it-works {
    padding: 0;
    width: calc(100% - 160px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-protein-day {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    /* 8/12 column width (2/3) on desktop */
    width: calc((100vw - 160px) * 2 / 3);
    max-width: 960px;
  }

  .container-routines {
    /* Remove mobile horizontal padding; match desktop side gutters */
    padding: 0;
    width: calc(100% - 160px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .routines-card {
    /* 8/12 column width (2/3) on desktop */
    width: calc((100vw - 160px) * 2 / 3);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .how-it-works-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 32px;
    align-items: start;
  }

  /* Steps: keep headline/body bottoms aligned across columns.
     When one column headline/body wraps to 2 lines, others reserve the same height. */
  .how-it-works-step-content > p.text-mobile-headline-3-heavy {
    min-height: calc(var(--text-line-height) * 2);
  }

  .how-it-works-step-content > p.text-mobile-body {
    min-height: calc(var(--text-line-height) * 2);
  }

  .how-it-works-steps > .how-it-works-separator {
    display: none;
  }

  .how-it-works-steps > :nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }

  .how-it-works-steps > :nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .how-it-works-steps > :nth-child(6) {
    grid-column: 3;
    grid-row: 1;
  }

  .how-it-works-steps > :nth-child(8) {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }

  .container-meals {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 160px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hero: full-width background image; left-anchored so narrower viewports crop from the right */
  body.homepage-page .container-hero {
    padding: 0;
    margin-left: 80px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('../assets/img-hero-desktop.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    min-height: 520px;
  }

  .homepage-page .hero-layout {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    min-height: 520px;
  }

  .homepage-page .hero-copy {
    width: 520px;
    max-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 48px 0;
  }

  .homepage-page .hero-copy .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .homepage-page .hero-copy .trustpilot {
    align-items: center;
  }

  .homepage-page .trustpilot-content--hero {
    justify-content: center;
  }

  .homepage-page .hero-copy .hero-headline-highlight,
  .homepage-page .hero-copy .hero-headline-heavy {
    text-align: center;
    width: 100%;
  }

  .homepage-page .hero-copy .cta {
    align-items: center;
    width: 100%;
    row-gap: 16px;
  }

  .homepage-page .hero-copy .cta-copy-link {
    text-align: center;
  }

  .homepage-page .hero-figure {
    display: none;
  }

  /* text-mobile-* → desktop design tokens (homepage, min-width 900px) */
  .homepage-page .text-mobile-hero-1 {
    --text-font-family: var(--text-desktop-hero-1-font-family);
    --text-font-size: var(--text-desktop-hero-1-font-size);
    --text-line-height: var(--text-desktop-hero-1-line-height);
    --text-font-weight: var(--text-desktop-hero-1-font-weight);
    --text-font-style: var(--text-desktop-hero-1-font-style);
    --text-letter-spacing: var(--text-desktop-hero-1-letter-spacing);
    --text-text-transform: var(--text-desktop-hero-1-text-transform);
  }
  .homepage-page .text-mobile-hero-2 {
    --text-font-family: var(--text-desktop-hero-2-font-family);
    --text-font-size: var(--text-desktop-hero-2-font-size);
    --text-line-height: var(--text-desktop-hero-2-line-height);
    --text-font-weight: var(--text-desktop-hero-2-font-weight);
    --text-font-style: var(--text-desktop-hero-2-font-style);
    --text-letter-spacing: var(--text-desktop-hero-2-letter-spacing);
    --text-text-transform: var(--text-desktop-hero-2-text-transform);
  }
  .homepage-page .text-mobile-hero-2-highlight {
    --text-font-family: var(--text-desktop-hero-2-highlight-font-family);
    --text-font-size: var(--text-desktop-hero-2-highlight-font-size);
    --text-line-height: var(--text-desktop-hero-2-highlight-line-height);
    --text-font-weight: var(--text-desktop-hero-2-highlight-font-weight);
    --text-font-style: var(--text-desktop-hero-2-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-hero-2-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-headline-1 {
    --text-font-family: var(--text-desktop-headline-1-font-family);
    --text-font-size: var(--text-desktop-headline-1-font-size);
    --text-line-height: var(--text-desktop-headline-1-line-height);
    --text-font-weight: var(--text-desktop-headline-1-font-weight);
    --text-font-style: var(--text-desktop-headline-1-font-style);
    --text-letter-spacing: var(--text-desktop-headline-1-letter-spacing);
    --text-text-transform: var(--text-desktop-headline-1-text-transform);
  }
  .homepage-page .text-mobile-headline-1-bold {
    --text-font-family: var(--text-desktop-headline-1-font-family);
    --text-font-size: var(--text-desktop-headline-1-font-size);
    --text-line-height: var(--text-desktop-headline-1-line-height);
    --text-font-weight: var(--text-desktop-headline-1-bold-font-weight);
    --text-font-style: var(--text-desktop-headline-1-font-style);
    --text-letter-spacing: var(--text-desktop-headline-1-letter-spacing);
  }
  .homepage-page .text-mobile-headline-1-heavy {
    --text-font-family: var(--text-desktop-headline-1-font-family);
    --text-font-size: var(--text-desktop-headline-1-font-size);
    --text-line-height: var(--text-desktop-headline-1-line-height);
    --text-font-weight: var(--text-desktop-headline-1-heavy-font-weight);
    --text-font-style: var(--text-desktop-headline-1-font-style);
    --text-letter-spacing: var(--text-desktop-headline-1-letter-spacing);
    --text-text-transform: var(--text-desktop-headline-1-heavy-text-transform);
  }
  .homepage-page .text-mobile-headline-1-highlight {
    --text-font-family: var(--text-desktop-headline-1-highlight-font-family);
    --text-font-size: var(--text-desktop-headline-1-highlight-font-size);
    --text-line-height: var(--text-desktop-headline-1-highlight-line-height);
    --text-font-weight: var(--text-desktop-headline-1-highlight-font-weight);
    --text-font-style: var(--text-desktop-headline-1-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-headline-1-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-headline-2 {
    --text-font-family: var(--text-desktop-headline-2-font-family);
    --text-font-size: var(--text-desktop-headline-2-font-size);
    --text-line-height: var(--text-desktop-headline-2-line-height);
    --text-font-weight: var(--text-desktop-headline-2-font-weight);
    --text-font-style: var(--text-desktop-headline-2-font-style);
    --text-letter-spacing: var(--text-desktop-headline-2-letter-spacing);
    --text-text-transform: var(--text-desktop-headline-2-text-transform);
  }
  .homepage-page .text-mobile-headline-2-bold {
    --text-font-family: var(--text-desktop-headline-2-font-family);
    --text-font-size: var(--text-desktop-headline-2-font-size);
    --text-line-height: var(--text-desktop-headline-2-line-height);
    --text-font-weight: var(--text-desktop-headline-2-bold-font-weight);
    --text-font-style: var(--text-desktop-headline-2-font-style);
    --text-letter-spacing: var(--text-desktop-headline-2-letter-spacing);
  }
  .homepage-page .text-mobile-headline-2-heavy {
    --text-font-family: var(--text-desktop-headline-2-font-family);
    --text-font-size: var(--text-desktop-headline-2-font-size);
    --text-line-height: var(--text-desktop-headline-2-line-height);
    --text-font-weight: var(--text-desktop-headline-2-heavy-font-weight);
    --text-font-style: var(--text-desktop-headline-2-font-style);
    --text-letter-spacing: var(--text-desktop-headline-2-letter-spacing);
    --text-text-transform: var(--text-desktop-headline-2-heavy-text-transform);
  }
  .homepage-page .text-mobile-headline-2-highlight {
    --text-font-family: var(--text-desktop-headline-2-highlight-font-family);
    --text-font-size: var(--text-desktop-headline-2-highlight-font-size);
    --text-line-height: var(--text-desktop-headline-2-highlight-line-height);
    --text-font-weight: var(--text-desktop-headline-2-highlight-font-weight);
    --text-font-style: var(--text-desktop-headline-2-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-headline-2-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-headline-2-bold-highlight {
    --text-font-family: var(--text-desktop-headline-2-bold-highlight-font-family);
    --text-font-size: var(--text-desktop-headline-2-bold-highlight-font-size);
    --text-line-height: var(--text-desktop-headline-2-bold-highlight-line-height);
    --text-font-weight: var(--text-desktop-headline-2-bold-highlight-font-weight);
    --text-font-style: var(--text-desktop-headline-2-bold-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-headline-2-bold-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-headline-3 {
    --text-font-family: var(--text-desktop-headline-3-font-family);
    --text-font-size: var(--text-desktop-headline-3-font-size);
    --text-line-height: var(--text-desktop-headline-3-line-height);
    --text-font-weight: var(--text-desktop-headline-3-font-weight);
    --text-font-style: var(--text-desktop-headline-3-font-style);
    --text-letter-spacing: var(--text-desktop-headline-3-letter-spacing);
    --text-text-transform: var(--text-desktop-headline-3-text-transform);
  }
  .homepage-page .text-mobile-headline-3-bold {
    --text-font-family: var(--text-desktop-headline-3-font-family);
    --text-font-size: var(--text-desktop-headline-3-font-size);
    --text-line-height: var(--text-desktop-headline-3-line-height);
    --text-font-weight: var(--text-desktop-headline-3-bold-font-weight);
    --text-font-style: var(--text-desktop-headline-3-font-style);
    --text-letter-spacing: var(--text-desktop-headline-3-letter-spacing);
  }
  .homepage-page .text-mobile-headline-3-heavy {
    --text-font-family: var(--text-desktop-headline-3-font-family);
    --text-font-size: var(--text-desktop-headline-3-font-size);
    --text-line-height: var(--text-desktop-headline-3-line-height);
    --text-font-weight: var(--text-desktop-headline-3-heavy-font-weight);
    --text-font-style: var(--text-desktop-headline-3-font-style);
    --text-letter-spacing: var(--text-desktop-headline-3-letter-spacing);
    --text-text-transform: var(--text-desktop-headline-3-heavy-text-transform);
  }
  .homepage-page .text-mobile-headline-3-highlight {
    --text-font-family: var(--text-desktop-headline-3-highlight-font-family);
    --text-font-size: var(--text-desktop-headline-3-highlight-font-size);
    --text-line-height: var(--text-desktop-headline-3-highlight-line-height);
    --text-font-weight: var(--text-desktop-headline-3-highlight-font-weight);
    --text-font-style: var(--text-desktop-headline-3-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-headline-3-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-sub-headline {
    --text-font-family: var(--text-desktop-sub-headline-font-family);
    --text-font-size: var(--text-desktop-sub-headline-font-size);
    --text-line-height: var(--text-desktop-sub-headline-line-height);
    --text-font-weight: var(--text-desktop-sub-headline-font-weight);
    --text-font-style: var(--text-desktop-sub-headline-font-style);
    --text-letter-spacing: var(--text-desktop-sub-headline-letter-spacing);
  }
  .homepage-page .text-mobile-sub-headline-bold {
    --text-font-family: var(--text-desktop-sub-headline-font-family);
    --text-font-size: var(--text-desktop-sub-headline-font-size);
    --text-line-height: var(--text-desktop-sub-headline-line-height);
    --text-font-weight: var(--text-desktop-sub-headline-bold-font-weight);
    --text-font-style: var(--text-desktop-sub-headline-font-style);
    --text-letter-spacing: var(--text-desktop-sub-headline-letter-spacing);
  }
  .homepage-page .text-mobile-sub-headline-heavy {
    --text-font-family: var(--text-desktop-sub-headline-font-family);
    --text-font-size: var(--text-desktop-sub-headline-font-size);
    --text-line-height: var(--text-desktop-sub-headline-line-height);
    --text-font-weight: var(--text-desktop-sub-headline-heavy-font-weight);
    --text-font-style: var(--text-desktop-sub-headline-font-style);
    --text-letter-spacing: var(--text-desktop-sub-headline-letter-spacing);
    --text-text-transform: var(--text-desktop-sub-headline-heavy-text-transform);
  }
  .homepage-page .text-mobile-sub-headline-highlight {
    --text-font-family: var(--text-desktop-sub-headline-highlight-font-family);
    --text-font-size: var(--text-desktop-sub-headline-highlight-font-size);
    --text-line-height: var(--text-desktop-sub-headline-highlight-line-height);
    --text-font-weight: var(--text-desktop-sub-headline-highlight-font-weight);
    --text-font-style: var(--text-desktop-sub-headline-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-sub-headline-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-body {
    --text-font-family: var(--text-desktop-body-font-family);
    --text-font-size: var(--text-desktop-body-font-size);
    --text-line-height: var(--text-desktop-body-line-height);
    --text-font-weight: var(--text-desktop-body-font-weight);
    --text-font-style: var(--text-desktop-body-font-style);
    --text-letter-spacing: var(--text-desktop-body-letter-spacing);
  }
  .homepage-page .text-mobile-body-medium {
    --text-font-family: var(--text-desktop-body-font-family);
    --text-font-size: var(--text-desktop-body-font-size);
    --text-line-height: var(--text-desktop-body-line-height);
    --text-font-weight: var(--text-desktop-body-medium-font-weight);
    --text-font-style: var(--text-desktop-body-font-style);
    --text-letter-spacing: var(--text-desktop-body-letter-spacing);
  }
  .homepage-page .text-mobile-body-bold {
    --text-font-family: var(--text-desktop-body-font-family);
    --text-font-size: var(--text-desktop-body-font-size);
    --text-line-height: var(--text-desktop-body-line-height);
    --text-font-weight: var(--text-desktop-body-bold-font-weight);
    --text-font-style: var(--text-desktop-body-font-style);
    --text-letter-spacing: var(--text-desktop-body-letter-spacing);
  }
  .homepage-page .text-mobile-body-heavy {
    --text-font-family: var(--text-desktop-body-font-family);
    --text-font-size: var(--text-desktop-body-font-size);
    --text-line-height: var(--text-desktop-body-line-height);
    --text-font-weight: var(--text-desktop-body-heavy-font-weight);
    --text-font-style: var(--text-desktop-body-font-style);
    --text-letter-spacing: var(--text-desktop-body-letter-spacing);
  }
  .homepage-page .text-mobile-body-highlight {
    --text-font-family: var(--text-desktop-body-highlight-font-family);
    --text-font-size: var(--text-desktop-body-highlight-font-size);
    --text-line-height: var(--text-desktop-body-highlight-line-height);
    --text-font-weight: var(--text-desktop-body-highlight-font-weight);
    --text-font-style: var(--text-desktop-body-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-body-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-body-heavy-highlight {
    --text-font-family: var(--text-desktop-body-heavy-highlight-font-family);
    --text-font-size: var(--text-desktop-body-heavy-highlight-font-size);
    --text-line-height: var(--text-desktop-body-heavy-highlight-line-height);
    --text-font-weight: var(--text-desktop-body-heavy-highlight-font-weight);
    --text-font-style: var(--text-desktop-body-heavy-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-body-heavy-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-callout {
    --text-font-family: var(--text-desktop-callout-font-family);
    --text-font-size: var(--text-desktop-callout-font-size);
    --text-line-height: var(--text-desktop-callout-line-height);
    --text-font-weight: var(--text-desktop-callout-font-weight);
    --text-font-style: var(--text-desktop-callout-font-style);
    --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
    --text-text-transform: var(--text-desktop-callout-text-transform);
  }
  .homepage-page .text-mobile-callout-medium {
    --text-font-family: var(--text-desktop-callout-font-family);
    --text-font-size: var(--text-desktop-callout-font-size);
    --text-line-height: var(--text-desktop-callout-line-height);
    --text-font-weight: var(--text-desktop-callout-medium-font-weight);
    --text-font-style: var(--text-desktop-callout-font-style);
    --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
  }
  .homepage-page .text-mobile-callout-bold {
    --text-font-family: var(--text-desktop-callout-font-family);
    --text-font-size: var(--text-desktop-callout-font-size);
    --text-line-height: var(--text-desktop-callout-line-height);
    --text-font-weight: var(--text-desktop-callout-bold-font-weight);
    --text-font-style: var(--text-desktop-callout-font-style);
    --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
  }
  .homepage-page .text-mobile-callout-heavy {
    --text-font-family: var(--text-desktop-callout-font-family);
    --text-font-size: var(--text-desktop-callout-font-size);
    --text-line-height: var(--text-desktop-callout-line-height);
    --text-font-weight: var(--text-desktop-callout-heavy-font-weight);
    --text-font-style: var(--text-desktop-callout-font-style);
    --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
    --text-text-transform: var(--text-desktop-callout-heavy-text-transform);
  }
  .homepage-page .text-mobile-callout-highlight {
    --text-font-family: var(--text-desktop-callout-highlight-font-family);
    --text-font-size: var(--text-desktop-callout-highlight-font-size);
    --text-line-height: var(--text-desktop-callout-highlight-line-height);
    --text-font-weight: var(--text-desktop-callout-highlight-font-weight);
    --text-font-style: var(--text-desktop-callout-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-callout-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-callout-heavy-highlight {
    --text-font-family: var(--text-desktop-callout-heavy-highlight-font-family);
    --text-font-size: var(--text-desktop-callout-heavy-highlight-font-size);
    --text-line-height: var(--text-desktop-callout-heavy-highlight-line-height);
    --text-font-weight: var(--text-desktop-callout-heavy-highlight-font-weight);
    --text-font-style: var(--text-desktop-callout-heavy-highlight-font-style);
    --text-letter-spacing: var(--text-desktop-callout-heavy-highlight-letter-spacing);
  }
  .homepage-page .text-mobile-callout-link {
    --text-font-family: var(--text-desktop-callout-font-family);
    --text-font-size: var(--text-desktop-callout-font-size);
    --text-line-height: var(--text-desktop-callout-line-height);
    --text-font-weight: var(--text-desktop-callout-font-weight);
    --text-font-style: var(--text-desktop-callout-font-style);
    --text-letter-spacing: var(--text-desktop-callout-letter-spacing);
    --text-text-decoration: var(--text-desktop-callout-link-text-decoration);
  }
  .homepage-page .text-mobile-cta-default {
    --text-font-family: var(--text-desktop-cta-default-font-family);
    --text-font-size: var(--text-desktop-cta-default-font-size);
    --text-line-height: var(--text-desktop-cta-default-line-height);
    --text-font-weight: var(--text-desktop-cta-default-font-weight);
    --text-text-transform: var(--text-desktop-cta-default-text-transform);
  }
  .homepage-page .text-mobile-cta-small {
    --text-font-family: var(--text-desktop-cta-default-font-family);
    --text-font-size: var(--text-desktop-cta-default-font-size);
    --text-line-height: var(--text-desktop-cta-default-line-height);
    --text-font-weight: var(--text-desktop-cta-default-font-weight);
    --text-text-transform: var(--text-desktop-cta-default-text-transform);
  }
  .homepage-page .text-mobile-button {
    --text-font-family: var(--text-desktop-button-font-family);
    --text-font-size: var(--text-desktop-button-font-size);
    --text-line-height: var(--text-desktop-button-line-height);
    --text-font-weight: var(--text-desktop-button-font-weight);
    --text-text-transform: var(--text-desktop-button-text-transform);
  }
  .homepage-page .text-mobile-menu {
    --text-font-family: var(--text-desktop-menu-link-small-font-family);
    --text-font-size: var(--text-desktop-menu-link-small-font-size);
    --text-line-height: var(--text-desktop-menu-link-small-line-height);
    --text-font-weight: var(--text-desktop-menu-link-small-font-weight);
  }
  .homepage-page .text-mobile-menu-link-small {
    --text-font-family: var(--text-desktop-menu-link-small-font-family);
    --text-font-size: var(--text-desktop-menu-link-small-font-size);
    --text-line-height: var(--text-desktop-menu-link-small-line-height);
    --text-font-weight: var(--text-desktop-menu-link-small-font-weight);
  }
  .homepage-page .text-mobile-footnote {
    --text-font-family: var(--text-desktop-footnote-font-family);
    --text-font-size: var(--text-desktop-footnote-font-size);
    --text-line-height: var(--text-desktop-footnote-line-height);
    --text-font-weight: var(--text-desktop-footnote-font-weight);
  }
  .homepage-page .text-mobile-footnote-bold {
    --text-font-family: var(--text-desktop-footnote-font-family);
    --text-font-size: var(--text-desktop-footnote-font-size);
    --text-line-height: var(--text-desktop-footnote-line-height);
    --text-font-weight: var(--text-desktop-footnote-bold-font-weight);
  }
  .homepage-page .text-mobile-footnote-link {
    --text-font-family: var(--text-desktop-footnote-font-family);
    --text-font-size: var(--text-desktop-footnote-font-size);
    --text-line-height: var(--text-desktop-footnote-line-height);
    --text-font-weight: var(--text-desktop-footnote-bold-font-weight);
    --text-text-decoration: var(--text-desktop-footnote-link-text-decoration);
  }

  main {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .container-footer-inner {
    max-width: var(--viewport-desktop-max-width);
    width: calc(100% - (2 * var(--viewport-desktop-margin-inline)));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  /* Hero – desktop headline scale (design tokens) */
  .hero-headline-highlight.text-style {
    --text-font-size: var(--text-desktop-hero-1-highlight-font-size);
    --text-line-height: var(--text-desktop-hero-1-highlight-line-height);
    --text-letter-spacing: var(--text-desktop-hero-1-highlight-letter-spacing);
  }

  .hero-headline-highlight.text-style > span {
    line-height: var(--text-desktop-hero-1-highlight-line-height);
  }

  .hero-headline-heavy.text-style {
    --text-font-family: var(--text-desktop-hero-2-font-family);
    --text-font-size: var(--text-desktop-hero-2-font-size);
    --text-line-height: var(--text-desktop-hero-2-line-height);
    --text-font-weight: var(--text-desktop-hero-2-font-weight);
    --text-font-style: var(--text-desktop-hero-2-font-style);
    --text-letter-spacing: var(--text-desktop-hero-2-letter-spacing);
    --text-text-transform: var(--text-desktop-hero-2-text-transform);
  }

  /* Meals carousel desktop: 4 equal cards (3/12 each) with 24px gutters. */
  .meals-carousel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    padding-bottom: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .meals-carousel::before,
  .meals-carousel::after {
    content: none;
    display: none;
  }

  .meals-carousel-card {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .meals-carousel-card:first-child {
    transform: none;
  }

  /* Keep meal title blocks equal height so lower content aligns across all cards. */
  .homepage-page .meals-carousel-card .focus-meals-dish-title {
    min-height: calc(3 * var(--text-desktop-headline-3-line-height));
  }

  /* Keep meal label blocks equal height (supports 1-line and 2-line variants). */
  .homepage-page .meals-carousel-card .focus-meals-label {
    min-height: calc(2 * var(--text-desktop-callout-line-height));
  }

  /* Benefits bullets desktop: 3 equal columns with 24px gaps. */
  .meals-bullets .focus-meals-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 48px;
    width: 100%;
    align-items: start;
  }

  /* Flatten the existing wrapper columns so each focus-meals-row becomes a grid item. */
  .meals-bullets .focus-meals-list-col {
    display: contents;
  }

  /* Desktop alignment: stack icon above copy and center as a single block. */
  .homepage-page .meals-bullets .focus-meals-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 8px;
  }

  .homepage-page .meals-bullets .focus-meals-row .focus-meals-copy {
    flex: 0 1 auto;
    width: auto;
    text-align: center;
  }

  /* Gift card section: third column on wide layouts */

  /* Nutrition row: desktop callout */
  .meal-macro-nutrition {
    font-family: var(--text-desktop-callout-font-family);
    font-size: var(--text-desktop-callout-font-size);
    line-height: var(--text-desktop-callout-line-height);
    font-weight: var(--text-desktop-callout-font-weight);
  }

  /* Copy without text-mobile-* utilities → desktop tokens */
  .homepage-page .focus-meals-label {
    font-family: var(--text-desktop-callout-font-family);
    font-size: var(--text-desktop-callout-font-size);
    line-height: var(--text-desktop-callout-line-height);
    font-weight: var(--text-desktop-callout-font-weight);
  }

  .homepage-page .meal-macro-tag {
    font-family: var(--text-desktop-body-font-family);
    font-size: var(--text-desktop-body-font-size);
    line-height: var(--text-desktop-body-line-height);
    font-weight: var(--text-desktop-body-bold-font-weight);
  }

  .homepage-page .cta-button-label {
    font-family: var(--text-desktop-button-font-family);
    font-size: var(--text-desktop-button-font-size);
    line-height: var(--text-desktop-button-line-height);
    font-weight: var(--text-desktop-button-font-weight);
    text-transform: var(--text-desktop-button-text-transform);
  }

  .homepage-page .hero-copy .cta .cta-button-label {
    font-size: 18px;
    line-height: 28px;
  }

  /* Match all section CTAs to hero CTA label size on desktop. */
  .homepage-page .container-cta .cta .cta-button-label {
    font-size: 18px;
    line-height: 28px;
  }

  .homepage-page .sticky-header-title {
    font-family: var(--text-desktop-body-font-family);
    font-size: var(--text-desktop-body-font-size);
    line-height: var(--text-desktop-body-line-height);
    font-weight: var(--text-desktop-body-medium-font-weight);
  }

  .homepage-page .sticky-header-cta-label {
    font-family: var(--text-desktop-button-font-family);
    font-size: var(--text-desktop-button-font-size);
    line-height: var(--text-desktop-button-line-height);
    font-weight: var(--text-desktop-button-font-weight);
    text-transform: var(--text-desktop-button-text-transform);
  }

  /* Match desktop sticky-header CTA labels to hero CTA copy size. */
  .homepage-page #sticky-header .sticky-header-cta-label,
  .homepage-page .site-header-desktop-cta .sticky-header-cta-label,
  .homepage-page .sticky-header-cta-label.mobile-nav-header-cta-label {
    font-size: 18px;
    line-height: 28px;
  }

  /* Overrides mobile !important rules on body highlight spans */
  .homepage-page .body-highlight {
    font-family: var(--text-desktop-body-font-family) !important;
    font-size: var(--text-desktop-body-font-size) !important;
    line-height: var(--text-desktop-body-line-height) !important;
    font-weight: var(--text-desktop-body-bold-font-weight) !important;
    font-style: normal !important;
    --text-font-size: var(--text-desktop-body-font-size);
    --text-line-height: var(--text-desktop-body-line-height);
    --text-font-weight: var(--text-desktop-body-bold-font-weight);
  }

  .homepage-page .comparison-cell {
    font-family: var(--text-desktop-callout-font-family);
    font-size: var(--text-desktop-callout-font-size);
    line-height: var(--text-desktop-callout-line-height);
    font-weight: var(--text-desktop-callout-font-weight);
  }

  .homepage-page .comparison-rating-score {
    font-family: var(--text-desktop-headline-3-font-family);
    font-size: var(--text-desktop-headline-3-font-size);
    line-height: var(--text-desktop-headline-3-line-height);
    font-weight: var(--text-desktop-headline-3-bold-font-weight);
    font-style: normal;
  }

  .homepage-page .comparison-rating-copy {
    font-family: var(--text-desktop-callout-font-family);
    font-size: var(--text-desktop-callout-font-size);
    line-height: var(--text-desktop-callout-line-height);
    font-weight: var(--text-desktop-callout-font-weight);
    font-style: normal;
  }

  .homepage-page .testimonial-card-title span:last-child {
    font-family: var(--text-desktop-sub-headline-font-family);
    font-size: var(--text-desktop-sub-headline-font-size);
    line-height: var(--text-desktop-sub-headline-line-height);
    font-weight: var(--text-desktop-sub-headline-heavy-font-weight);
    text-transform: var(--text-desktop-sub-headline-heavy-text-transform);
  }

}










/* FAQ module – Figma 2030-983, expanded 2049-1196 */
.container-faq {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}

.frive-faq-module {
  padding: 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
}
.frive-faq-title {
  width: 100%;
  font-family: var(--font-heading-stack);
  font-size: var(--text-mobile-headline-3-font-size);
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: var(--color-text-body);
}
.frive-faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}
.frive-faq-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.frive-faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.frive-faq-question-text {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.frive-faq-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
}
.frive-faq-item.is-open .frive-faq-chevron {
  transform: rotate(180deg);
}
.frive-faq-chevron img,
.frive-faq-chevron svg {
  display: block;
  width: 24px;
  height: 24px;
}
.frive-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-out;
}
.frive-faq-item.is-open .frive-faq-panel {
  grid-template-rows: 1fr;
}
.frive-faq-panel-inner {
  overflow: hidden;
}
.frive-faq-answer {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-text-body);
}
.frive-faq-divider {
  height: 1px;
  width: 100%;
  background-color: var(--color-raw-greyscale-grey-10);
  flex-shrink: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.frive-faq-item:last-child .frive-faq-divider {
  display: none;
  margin: 0;
}
.frive-faq-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.frive-faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Hide horizontal scrollbars on mobile (touch scroll still works) */
@media (max-width: 639px) {
  html,
  body {
    overflow-x: hidden;
  }
  .testimonials-cards-wrap,
  .testimonials-as-seen-in-logos,
  .frive-menu-carousel-track {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .testimonials-cards-wrap::-webkit-scrollbar,
  .testimonials-as-seen-in-logos::-webkit-scrollbar,
  .frive-menu-carousel-track::-webkit-scrollbar {
    display: none;
  }
}

/* Hide horizontal scrollbars on tablet (scroll still works) */
@media (min-width: 640px) and (max-width: 899px) {
  .meals-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .testimonials-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .testimonials-cards-wrap,
  .testimonials-as-seen-in-logos {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .testimonials-cards-wrap::-webkit-scrollbar,
  .testimonials-as-seen-in-logos::-webkit-scrollbar {
    display: none;
  }
}

/* Hide horizontal scrollbars on desktop (scroll still works) */
@media (min-width: 900px) {
  .testimonials-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-right: 64px;
    margin-bottom: 0;
  }

  .testimonials-cards-wrap {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .testimonials-cards-wrap::-webkit-scrollbar {
    display: none;
  }

  .container-ceo {
    width: 66.6667%; /* 8/12 */
    padding: 0 0 64px; /* remove horizontal padding on desktop */
    margin-left: auto;
    margin-right: auto;
  }

  /* FAQ module (desktop): remove module padding, centre 6/12 list */
  .container-faq {
    width: auto; /* avoid overflow when using left/right margins */
    margin-left: 80px;
    margin-right: 80px;
  }

  .frive-faq-module {
    padding-left: 0;
    padding-right: 0;
  }

  .frive-faq-list {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  /* CEO testimonial (desktop): image left, content right, 24px gap */
  .ceo-inner {
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
  }

  .ceo-gt {
    /* Always fill vertical height while preserving aspect ratio. */
    width: min(298px, 40%);
    height: auto;
    flex: 0 0 auto;
  }

  .ceo-gt-img {
    /* Prevent non-uniform scaling (skew) when wrapper sizing changes. */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .ceo-content {
    /* Constrain text column so the image can keep its required height/aspect. */
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    padding: 12px;
    justify-content: center;
  }

  .ceo-content .ceo-title {
    text-align: left;
  }

  /* Desktop: give featured/double testimonial copy more horizontal space.
     Image sizes remain fixed via `.testimonial-card-image-wrap` rules. */
  .testimonial-card--feature {
    flex: 0 0 480px;
    width: 480px;
    min-width: 480px;
  }

  .testimonial-card--double-width {
    flex: 0 0 480px;
    width: 480px;
    min-width: 480px;
  }
}

/* Smaller desktop: remove vertical gaps by stretching the CEO image wrapper to full height. */
@media (min-width: 900px) and (max-width: 1099px) {
  .ceo-inner {
    align-items: stretch;
  }

  .ceo-gt {
    /* Keep a non-zero flex-basis/width so the wrapper doesn't collapse. */
    width: min(298px, 40%);
    align-self: stretch;
    height: auto; /* keep height sizing driven by flex stretch + aspect-ratio */
  }
}

/* Desktop 1100px+: keep CEO image wrapper full-height. */
@media (min-width: 1100px) {
  .ceo-inner {
    align-items: stretch;
  }

  .ceo-gt {
    align-self: stretch;
  }
}

/* Meals section redesign (Figma node 3104:1366) */
.homepage-page .container-meals .meals-mobile-tablet-view {
  display: flex;
}

.homepage-page .container-meals .meals-desktop-view {
  display: none;
}

.homepage-page .container-meals .sticky-meals {
  row-gap: 57px;
}

.homepage-page .container-meals .title {
  align-items: center;
  text-align: center;
}

.homepage-page .container-meals .meals-title-main {
  text-transform: uppercase;
}

.homepage-page .container-meals .meals-title-highlight {
  text-transform: lowercase;
  font-style: italic;
}

.homepage-page .container-meals .meals-title-nowrap {
  white-space: nowrap;
}


.homepage-page .container-meals .meals-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.homepage-page .container-meals .meals-carousel-area {
  width: 100%;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}

.homepage-page .container-meals .meals-carousel {
  display: flex;
  gap: 0;
  width: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
  -webkit-mask-image: none;
  mask-image: none;
}

.homepage-page .container-meals .meals-carousel::before,
.homepage-page .container-meals .meals-carousel::after {
  content: none;
  display: none;
}

.homepage-page .container-meals .meals-carousel-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  scroll-snap-align: center;
}

.homepage-page .container-meals .meals-carousel-card:first-child {
  transform: none;
}

.homepage-page .container-meals .focus-meals-label {
  margin-bottom: 16px;
}

.homepage-page .container-meals .focus-meals-dish-main {
  row-gap: 16px;
}

.homepage-page .container-meals .focus-meals-dish-title {
  min-height: calc(2 * var(--text-mobile-headline-3-line-height));
}

.homepage-page .container-meals .focus-meals-image-wrap {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.homepage-page .container-meals .focus-meals-image {
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: visible;
}

.homepage-page .container-meals .focus-meals-image::before {
  box-shadow: none;
}

.homepage-page .container-meals .meal-macros {
  left: -16px;
  bottom: 48px;
  row-gap: 8px;
}

.homepage-page .container-meals .meal-macro-tag {
  font-size: 24px;
  line-height: 32px;
}

.homepage-page .container-meals .meal-macro-nutrition {
  font-size: 16px;
  line-height: 24px;
}

.homepage-page .container-meals .meals-carousel-controls-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.homepage-page .container-meals .meals-carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.homepage-page .container-meals .meals-carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #c4d3cf;
}

.homepage-page .container-meals .meals-carousel-dot.is-active {
  width: 12px;
  background: #053827;
}

.homepage-page .container-meals .meals-bullets {
  width: 100%;
}

.homepage-page .container-meals .meals-bullets .focus-meals-list,
.homepage-page .container-meals .meals-bullets .focus-meals-list-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.homepage-page .container-meals .meals-bullets .focus-meals-row {
  align-items: center;
  gap: 12px;
}

.homepage-page .container-meals .meals-bullets .focus-meals-copy {
  flex: 0 1 auto;
}

.homepage-page .container-meals .meals-copy-underline {
  box-shadow: inset 0 -3px 0 #c6fa5f;
}

@media (min-width: 900px) {
  .homepage-page .container-meals .meals-mobile-tablet-view {
    display: none;
  }

  .homepage-page .container-meals .meals-desktop-view {
    display: flex;
    overflow: visible;
  }

  .homepage-page .container-meals .meals-layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 26px;
    align-items: center;
  }

  .homepage-page .container-meals .meals-carousel-area {
    overflow: visible;
    grid-column: span 5;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .homepage-page .container-meals .meals-bullets {
    grid-column: span 7;
    width: 100%;
    max-width: 100%;
  }

  /* Desktop card copy should hug content and stay centered to the image. */
  .homepage-page .container-meals .meals-desktop-view .meals-carousel-card {
    gap: 16px;
    align-items: center;
    overflow: visible;
  }

  .homepage-page .container-meals .meals-desktop-view .focus-meals-label {
    width: 100%;
    margin: 0;
    text-align: center;
    min-height: 0;
  }

  .homepage-page .container-meals .meals-desktop-view .focus-meals-dish-main {
    row-gap: 16px;
    align-items: center;
    width: 100%;
  }

  .homepage-page .container-meals .meals-desktop-view .focus-meals-dish-title {
    width: 100%;
    margin: 0;
    text-align: center;
    min-height: calc(2 * var(--text-mobile-headline-3-line-height));
  }

  .homepage-page .container-meals .meals-desktop-view .focus-meals-image-wrap {
    position: relative;
    padding-bottom: 96px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
  }

  .homepage-page .container-meals .meals-desktop-view .focus-meals-image {
    overflow: visible;
  }

  /* Shadow is applied directly to the meal cutout image via drop-shadow. */
  .homepage-page .container-meals .meals-desktop-view .focus-meals-image::before {
    content: "";
    box-shadow: none;
  }

  .homepage-page .container-meals .meals-desktop-view .focus-meals-image-media {
    filter: drop-shadow(4px 4px 4px rgba(126, 126, 126, 0.40));
  }

  .homepage-page .container-meals .meals-desktop-view .meal-macros {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    align-items: center;
    max-width: 100%;
  }

  .homepage-page .container-meals .meals-desktop-view .meal-macro-tag {
    color: var(--text-header, #333);
    text-align: center;
    font-family: "Frive Jokker";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  .homepage-page .container-meals .meals-desktop-view .meal-macro-nutrition {
    text-align: center;
  }

  .homepage-page .container-meals .meals-bullets .focus-meals-list,
  .homepage-page .container-meals .meals-bullets .focus-meals-list-col {
    justify-content: center;
    gap: 48px;
  }

  .homepage-page .container-meals .meals-bullets .focus-meals-row {
    justify-content: flex-start;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-copy {
    text-align: left;
  }

  /* If highlight text wraps on desktop bullets, underline the words per-line (not the whole span box). */
  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-copy .body-highlight {
    display: inline;
    text-decoration-line: underline;
    text-decoration-color: var(--color-surfaces-highlight, #c6fa5f);
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-copy .body-highlight::after {
    content: none;
  }

  /* Desktop bullets: 2 columns, first 3 left and next 3 right */
  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-list-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .homepage-page .container-meals .meals-desktop-view .meals-bullets .focus-meals-row:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }

}


/* Keep original mobile/tablet behavior for meals section (<900px). */
@media (max-width: 899.98px) {
  .homepage-page .container-meals .sticky-meals {
    row-gap: 48px;
  }

  .homepage-page .container-meals .title {
    align-items: flex-start;
    text-align: left;
  }

  .homepage-page .container-meals .meals-layout {
    display: block;
  }

  .homepage-page .container-meals .meals-carousel-area {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    gap: 4px;
  }

  .homepage-page .container-meals .meals-carousel {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
    align-items: flex-start;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    box-sizing: content-box;
    position: relative;
    z-index: 2;
    contain: none;
    scroll-snap-type: x mandatory;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 16px,
      #000 calc(100% - 16px),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 16px,
      #000 calc(100% - 16px),
      transparent 100%
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .homepage-page .container-meals .meals-carousel::before {
    content: "";
    display: block;
    flex: 0 0 16px;
  }

  .homepage-page .container-meals .meals-carousel::after {
    content: "";
    display: block;
    flex: 0 0 16px;
  }

  .homepage-page .container-meals .meals-carousel-card {
    flex: 0 0 306px;
    width: auto;
    min-width: 0;
    box-sizing: border-box;
  }

  .homepage-page .container-meals .meals-carousel-card:first-child {
    transform: translateX(-16px);
  }

  .homepage-page .container-meals .focus-meals-label {
    margin-bottom: 0;
  }

  .homepage-page .container-meals .focus-meals-dish-main {
    row-gap: 24px;
  }

  .homepage-page .container-meals .focus-meals-image {
    border-radius: var(--spacing-8, 8px);
  }

  .homepage-page .container-meals .focus-meals-image::before {
    box-shadow: none;
  }

  .homepage-page .container-meals .meal-macros {
    left: 8px;
    bottom: 32px;
    row-gap: 16px;
  }

  .homepage-page .container-meals .meal-macro-tag {
    font-size: 14px;
    line-height: 24px;
  }

  .homepage-page .container-meals .meal-macro-nutrition {
    font-size: 10px;
    line-height: 16px;
  }

  .homepage-page .container-meals .meals-bullets .focus-meals-list,
  .homepage-page .container-meals .meals-bullets .focus-meals-list-col {
    gap: 24px;
  }

  .homepage-page .container-meals .meals-bullets .focus-meals-row {
    justify-content: flex-start;
  }
}

@media (max-width: 639.98px) {
  .homepage-page .container-meals .meals-carousel-controls-wrap {
    display: none;
  }

  .homepage-page .container-meals .focus-meals-image-wrap {
    padding-left: 0;
    padding-right: 8px;
  }
}

@media (min-width: 640px) and (max-width: 899.98px) {
  .homepage-page .container-meals .title {
    align-items: center;
    text-align: center;
  }

  .homepage-page .container-meals .meals-carousel-card {
    flex: 0 0 calc((100vw - 32px) * 5 / 6);
  }

  .homepage-page .container-meals .meals-carousel-controls-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  /* Tablet bullets: 2 columns, first 3 left and next 3 right */
  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-list-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 24px;
  }

  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-row:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-row:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-row:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-row:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-row:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .homepage-page .container-meals .meals-mobile-tablet-view .meals-bullets .focus-meals-row:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
}
