/* Keep the new desktop page focused; retain the untouched legacy mobile surface.
   Quality/export details already appear in About and the supply benefits.
   Blog cards repeat products; footer utilities have no connected destinations. */
@media (min-width: 901px) {
  :root {
    --rasa-forest: #104534;
    --rasa-ink: #143b35;
    --rasa-teal: #197d61;
    --rasa-yellow: #f9cf16;
    --rasa-yellow-surface: #f7d747;
    --rasa-muted: #506d5e;
    --rasa-rule: #d2e1d8;
    --rasa-control-edge: #748d7e;
    --rasa-section-space: clamp(56px, 4.45vw, 80px);
    --rasa-heading-large: clamp(46px, 4.5vw, 72px);
  }

  body { background: #fff; }
  /* One header offset; section scroll margins previously doubled this gap. */
  html { scroll-padding-top: 96px; }
  main > section[id], #products .rp-benefits { scroll-margin-top: 0; }
  .wa-float { background: #168451; box-shadow: 0 6px 18px #10453424; }
  .wa-float:hover { background: var(--rasa-forest); }
  .wa-float:focus-visible { outline: 3px solid var(--rasa-forest); outline-offset: 4px; }

  main > .mobile-legacy-only,
  .site-footer .mobile-legacy-only {
    display: none;
  }
}
