
html { scroll-padding-top: 104px; }
.skip-link {
  position: fixed;
  z-index: 9999;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border: 1px solid var(--color-border-strong);
  border-radius: 8px;
  background: var(--color-background-subtle);
  color: var(--color-text);
  font: 600 14px/1.2 var(--font-body, Inter, system-ui, sans-serif);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.34);
}
.skip-link:focus-visible { transform: translateY(0); outline: 2px solid #ffb635; outline-offset: 2px; }
@media (max-width: 720px) { html { scroll-padding-top: 88px; } }


@media (min-width: 721px) {
  body .header .nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    column-gap: 24px;
    align-items: center;
  }

  body .header .logo-image {
    grid-column: 1;
    justify-self: start;
    margin: 0;
  }

  body .header .navlinks,
  body .header .public-navlinks {
    grid-column: 2;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    margin: 0;
  }

  body .header .navactions,
  body .header .public-actions {
    grid-column: 3;
    justify-self: end;
    margin: 0;
  }

  body .header .desktop-lang,
  body .header .public-desktop-lang {
    grid-column: 4;
    justify-self: end;
    margin: 0;
  }

  body .header .mobile-controls,
  body .header .public-mobile-controls {
    display: none;
  }
}


@media (max-width: 720px) {
  body .header .mobile-controls,
  body .header .public-mobile-controls {
    flex-direction: row;
    align-items: center;
  }
}


body[data-page='index'] .navlinks a.active,
body[data-page='index'] .navlinks a[aria-current='location'] {
  color: var(--color-accent);
}
body[data-page='index'] .navlinks a.active::after,
body[data-page='index'] .navlinks a[aria-current='location']::after {
  transform: scaleX(1);
  background: var(--color-accent);
}
body[data-page='index'] .mobile-bottom-nav a.active,
body[data-page='index'] .mobile-bottom-nav a[aria-current='location'] {
  color: var(--color-accent);
}



@media (min-width: 721px) {
  body .header .navactions,
  body .header .public-actions {
    gap: 8px;
  }

  body .header .navactions .btn,
  body .header .public-actions .btn {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  body .header .navactions .btn.primary,
  body .header .public-actions .btn.primary {
    padding-inline: 16px;
  }
}


:root {
  --guest-type-display-xl: clamp(40px, 3.2vw, 56px);
  --guest-type-display-lg: clamp(36px, 3vw, 50px);
  --guest-type-section: clamp(28px, 2.5vw, 40px);
  --guest-type-legal-section: clamp(22px, 1.8vw, 29px);
  --guest-type-footer: clamp(28px, 2.3vw, 38px);
}


body .hero h1 {
  font-size: var(--guest-type-display-xl);
  line-height: 1.04;
  max-width: 600px;
}
body .public-hero h1,
body .auth-intro h1 {
  font-size: var(--guest-type-display-lg);
  line-height: 1.05;
}
body.mm-error-page .mm-error h1 {
  font-size: var(--guest-type-display-lg);
  line-height: 1.07;
  max-width: 720px;
}


body .section h2 {
  font-size: var(--guest-type-section);
  line-height: 1.08;
}
body .legal-section h2 {
  font-size: var(--guest-type-legal-section);
  line-height: 1.16;
}
body .footer-main h2,
body .public-footer .footer-main h2 {
  font-size: var(--guest-type-footer);
  line-height: 1.08;
  max-width: 620px;
}


body .big { font-size: 31px; }
body .selected-total .price { font-size: 27px; }
body.mm-error-page .mm-error-status strong {
  font-size: clamp(44px, 4.5vw, 62px);
}

@media (max-width: 720px) {
  :root {
    --guest-type-display-xl: clamp(34px, 9.4vw, 40px);
    --guest-type-display-lg: clamp(32px, 8.8vw, 39px);
    --guest-type-section: clamp(27px, 7.4vw, 32px);
    --guest-type-legal-section: clamp(21px, 6vw, 26px);
    --guest-type-footer: clamp(27px, 7.4vw, 32px);
  }

  body .hero h1,
  body .public-hero h1,
  body .auth-intro h1,
  body.mm-error-page .mm-error h1 {
    line-height: 1.07;
  }

  body.mm-error-page .mm-error-status strong { font-size: 48px; }
}



:root {
  
  --color-text-dim: #81837c;
  
  --color-border-interactive: #666861;
}

body.mm-error-page {
  --bg: var(--color-background);
  --text: var(--color-text);
  --text-2: var(--color-text-strong-muted);
  --muted: var(--color-text-muted);
  --muted-2: var(--color-text-tertiary);
  --line: var(--color-border);
  --line-soft: var(--color-border-subtle);
  --cta: var(--color-accent);
  background: var(--color-background);
}


.auth-field input,
.field input,
.field select,
.field textarea,
.btn:not(.primary),
.lang-switch {
  border-color: var(--color-border-interactive);
}


:where(a[href], button, input, select, textarea):focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
  scroll-margin-block: 104px 104px;
}


.fact > button {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--primitive-radius-control);
}
.auth-check input {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-top: 0;
}
.auth-inline > .auth-link,
.auth-footer-links a,
.footer-col a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}


.auth-field input,
.field input,
.field select,
.field textarea { font-size: 16px; }


.field-error {
  margin: 2px 0 0;
  color: #ffb6a6;
  font-size: 13px;
  line-height: 1.45;
}
.auth-check + .field-error { margin: 2px 0 4px 33px; }
[aria-invalid="true"] { border-color: #ff8d78; }
[aria-invalid="true"]:focus-visible { outline-color: #ffb635; }


@media (forced-colors: active) {
  .btn, .lang-switch, .product, .chart-card, .auth-card, .contact-form,
  .auth-field input, .field input, .field select, .field textarea {
    border: 1px solid CanvasText;
  }
  :where(a[href], button, input, select, textarea):focus-visible {
    outline: 3px solid Highlight;
  }
  .navlinks a.active::after,
  .navlinks a[aria-current="location"]::after,
  .navlinks a[aria-current="page"]::after { background: Highlight; }
}

@media (max-width: 720px) {
  :where(a[href], button, input, select, textarea):focus-visible {
    scroll-margin-block: 92px 108px;
  }
}


.public-hero-grid > *,
.document-layout > *,
.contact-layout > *,
.auth-shell > *,
.mm-error-grid > *,
.mm-error-copy,
.mm-error-rail,
.document-toc {
  min-width: 0;
}
.mm-error-status strong,
.public-meta strong {
  overflow-wrap: anywhere;
}
@media (max-width: 720px) {
  .document-toc { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
}


h1, h2, h3 { overflow-wrap: anywhere; }


.chip,
.range button,
.cardio-sport,
.day,
.fact > button {
  border-color: var(--color-border-interactive);
}


.lang-switch button.active {
  box-shadow: inset 0 -2px 0 var(--color-accent);
}


.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.lang-switch button {
  position: relative;
  min-width: 32px;
  min-height: 40px;
  height: 40px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-text-tertiary);
  font-size: 11px;
  font-weight: var(--primitive-font-weight-bold);
  letter-spacing: .02em;
}
.lang-switch button + button { margin-left: 5px; }
.lang-switch button + button::before {
  content: '/';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-52%);
  color: var(--color-text-tertiary);
  font-weight: var(--primitive-font-weight-medium);
  pointer-events: none;
}
.lang-switch button:hover {
  background: transparent;
  color: var(--color-text);
}
.lang-switch button.active {
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
}
.lang-switch button.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: var(--color-accent);
}


.header .logo-image {
  min-width: 96px;
  min-height: 44px;
}


body[data-page='index'] .section-product-led .product-led-head {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--mm-grid-gap);
  align-items: end;
  margin-bottom: 28px;
}
body[data-page='index'] .section-product-led .product-led-head > :first-child {
  grid-column: 1 / 7;
}
body[data-page='index'] .section-product-led .product-led-intro {
  grid-column: 8 / 13;
  max-width: 52ch;
  margin: 0;
  align-self: end;
  color: var(--color-text-muted);
  line-height: 1.65;
}
body[data-page='index'] .section-product-led .feature-browser {
  grid-column: 1 / 13;
  min-width: 0;
}
body[data-page='index'] .section-product-led .feature-browser .feature-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  width: auto;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
body[data-page='index'] .section-product-led .feature-browser .feature-tabs::-webkit-scrollbar {
  display: none;
}
body[data-page='index'] .section-product-led .feature-browser .feature-tab {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text-secondary);
  text-align: left;
  box-shadow: none;
}
body[data-page='index'] .section-product-led .feature-browser .feature-tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left center;
}
body[data-page='index'] .section-product-led .feature-browser .feature-tab:hover {
  color: var(--color-text);
}
body[data-page='index'] .section-product-led .feature-browser .feature-tab.active {
  border: 0;
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
}
body[data-page='index'] .section-product-led .feature-browser .feature-tab.active::after {
  transform: scaleX(1);
}
body[data-page='index'] .section-product-led .feature-stage {
  width: 100%;
  margin: 0;
  border-radius: var(--primitive-radius-card);
  min-height: 0;
}
body[data-page='index'] .section-product-led #feature-body {
  padding: 18px;
}
body[data-page='index'] .section-product-led #feature-body > .big:first-child {
  margin: 0 0 2px;
}
body[data-page='index'] .section-product-led #feature-body > .copy:nth-child(2) {
  margin: 0 0 18px;
}
body[data-page='index'] .section-product-led #feature-body > .meal:first-of-type {
  border-top: 1px solid var(--color-border-hairline);
}
body[data-page='index'] .section-product-led .feature-caption {
  max-width: 78ch;
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: var(--type-size-body-sm);
  line-height: 1.65;
}
body[data-page='index'] .section-product-led .feature-caption #copy-b::before {
  content: ' ';
}

@media (max-width: 1080px) {
  body[data-page='index'] .section-product-led .product-led-head > :first-child,
  body[data-page='index'] .section-product-led .product-led-intro {
    grid-column: 1 / 13;
  }
  body[data-page='index'] .section-product-led .product-led-head {
    row-gap: 12px;
  }
  body[data-page='index'] .section-product-led .product-led-intro {
    max-width: 68ch;
  }
}
@media (max-width: 620px) {
  body[data-page='index'] .section-product-led .feature-browser .feature-tabs {
    gap: 20px;
    margin-bottom: 10px;
  }
  body[data-page='index'] .section-product-led .feature-browser .feature-tab {
    min-height: 40px;
    height: 40px;
    padding: 0;
  }
  body[data-page='index'] .section-product-led #feature-body {
    padding: 16px;
  }
}


body[data-page='index'] .section-product-led .feature-browser .feature-tabs {
  background: transparent;
}
@media (max-width: 620px) {
  body[data-page='index'] .section-product-led .feature-browser .feature-tabs {
    gap: 16px;
    background: transparent;
  }
}


:root {
  --guest-leading-display: 1.12;
  --guest-leading-section: 1.16;
  --guest-leading-subheading: 1.24;
  --guest-leading-minor-heading: 1.30;
}

body .hero h1,
body .public-hero h1,
body .auth-intro h1,
body.mm-error-page .mm-error h1,
body.mm-error-page .mm-error-copy h1 {
  line-height: var(--guest-leading-display);
}

body .section h2,
body .legal-section h2,
body .footer-main h2,
body .public-footer .footer-main h2,
body .auth-card-head h2 {
  line-height: var(--guest-leading-section);
}

body h3 {
  line-height: var(--guest-leading-subheading);
}

body h4,
body h5,
body h6 {
  line-height: var(--guest-leading-minor-heading);
}



@media (max-width:720px){
  body .header .desktop-lang,
  body .header .public-desktop-lang{display:none;}
}


body.mm-error-page .mm-error{background:var(--color-background);border-bottom-color:var(--color-border-subtle);}
body.mm-error-page .mm-error-rail{border-color:var(--color-border);}
body.mm-error-page .mm-error-status,
body.mm-error-page .mm-error-row{border-color:var(--color-border-subtle);}
body.mm-error-page .mm-error-kicker,
body.mm-error-page .mm-error-row p,
body.mm-error-page .mm-error-privacy{color:var(--color-text-tertiary);}
body.mm-error-page .mm-error-lead{color:var(--color-text-muted);}
body.mm-error-page .mm-error-row span{color:var(--color-text-strong-muted);}
