body.site-sunriceAmerica {
  color-scheme: light;
  --sa-magenta: #ec1371;
  --sa-purple: #8e6caf;
  --sa-lime: #c4df00;
  --sa-yellow: #fdde2c;
  --sa-cream: #fcf5e7;
  --sa-paper: #fffdfa;
  --sa-ink: #2d3639;
  --sa-muted: #657074;
  --sa-line: rgba(45, 54, 57, 0.16);
  --sa-shadow: 0 22px 54px rgba(45, 54, 57, 0.16);
  --sa-font-heading: "Space Grotesk", Helvetica, Arial, sans-serif;
  --sa-font-body: "early-sans-variable", "early-sans", Helvetica, Arial, sans-serif;
  margin: 0;
  background: var(--sa-paper);
  color: var(--sa-ink);
  font-family: var(--sa-font-body);
  line-height: 1.5;
}

body.site-sunriceAmerica *,
body.site-sunriceAmerica *::before,
body.site-sunriceAmerica *::after {
  box-sizing: border-box;
}

body.site-sunriceAmerica img,
body.site-sunriceAmerica iframe {
  max-width: 100%;
}

body.site-sunriceAmerica img {
  height: auto;
}

body.site-sunriceAmerica a {
  color: inherit;
}

body.site-sunriceAmerica h1,
body.site-sunriceAmerica h2,
body.site-sunriceAmerica h3,
body.site-sunriceAmerica .brand-card__title,
body.site-sunriceAmerica .sa-product-tile strong,
body.site-sunriceAmerica .sa-recipe-card strong {
  font-family: var(--sa-font-heading);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

body.site-sunriceAmerica h1 {
  margin: 0 0 22px;
  font-size: clamp(4.3rem, 11vw, 9.5rem);
  overflow-wrap: anywhere;
}

body.site-sunriceAmerica h2 {
  margin: 0 0 18px;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

body.site-sunriceAmerica h3,
body.site-sunriceAmerica p {
  margin-top: 0;
}

body.site-sunriceAmerica .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--sa-paper);
  color: var(--sa-ink);
  border-bottom: 3px solid var(--sa-lime);
}

.brand-header__inner {
  width: min(1240px, 100% - 40px);
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
}

.brand-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-header__brand img {
  width: 124px;
  display: block;
}

.brand-header__nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}

.brand-header__nav a,
.brand-mobile-menu a {
  font-family: var(--sa-font-heading);
  font-size: 1.22rem;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-header__nav a:hover,
.brand-mobile-menu a:hover {
  color: var(--sa-magenta);
}

.brand-header__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--sa-cream);
  color: var(--sa-ink);
  cursor: pointer;
  font-size: 1.45rem;
}

.brand-header__menu {
  display: none;
}

.brand-search-panel,
.brand-mobile-menu {
  background: var(--sa-ink);
  color: var(--sa-paper);
}

.brand-search-panel__form {
  width: min(960px, 100% - 40px);
  margin: 0 auto;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
}

.brand-search-panel input,
.brand-search-form input {
  width: 100%;
  min-height: 48px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  font: inherit;
  outline: none;
}

.brand-search-panel input:focus,
.brand-search-form input:focus {
  border-color: var(--sa-lime);
}

.brand-mobile-menu {
  padding: 18px 24px 28px;
}

.brand-mobile-menu a {
  display: block;
  padding: 12px 0;
}

.brand-button,
.sa-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 10px 24px;
  font-family: var(--sa-font-heading);
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

body.site-sunriceAmerica .brand-button--primary,
body.site-sunriceAmerica .sa-button {
  background: var(--sa-magenta);
  color: var(--sa-paper);
}

body.site-sunriceAmerica .brand-button--secondary,
body.site-sunriceAmerica .sa-button--light {
  background: var(--sa-paper);
  color: var(--sa-magenta);
}

body.site-sunriceAmerica .brand-button--ghost {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.sa-eyebrow,
.brand-eyebrow,
.sa-card-meta {
  margin: 0 0 10px;
  color: var(--sa-magenta);
  font-family: var(--sa-font-body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sa-rich-text,
.brand-rich-text {
  max-width: 72ch;
  color: inherit;
}

.sa-rich-text > :last-child,
.brand-rich-text > :last-child {
  margin-bottom: 0;
}

.sa-hero {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 56.25vw, 760px);
  overflow: hidden;
  background: var(--sa-purple);
}

.sa-hero__track {
  height: clamp(320px, 56.25vw, 760px);
  display: flex;
}

.sa-hero__slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  background: var(--sa-purple);
  text-decoration: none;
}

.sa-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sa-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.sa-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.sa-hero__dot {
  width: 14px;
  height: 14px;
  border: 2px solid var(--sa-paper);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.sa-hero__dot.is-active {
  background: var(--sa-paper);
}

.sa-section,
.brand-section {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
  padding: clamp(60px, 8vw, 112px) 0;
}

.sa-section__header,
.brand-section__header {
  max-width: 860px;
  margin-bottom: 32px;
}

.sa-section__header--split,
.brand-section__header--split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.sa-text-link,
.brand-section__header a {
  color: var(--sa-magenta);
  font-family: var(--sa-font-heading);
  font-size: 1.18rem;
  text-decoration: none;
  text-transform: uppercase;
}

.sa-product-love {
  width: 100%;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  background: var(--sa-cream);
}

.sa-product-tiles,
.brand-card-grid,
.sa-recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.brand-card-grid,
.sa-recipe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sa-product-tiles--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sa-product-tile {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  background: var(--tile-bg, var(--sa-purple));
  color: var(--sa-paper);
  text-decoration: none;
  box-shadow: var(--sa-shadow);
}

.sa-product-tile__image {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 28px 24px 14px;
}

.sa-product-tile__image img {
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(45, 54, 57, 0.28));
}

.sa-product-tile__copy {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(45, 54, 57, 0.16);
}

.sa-product-tile__copy span {
  font-weight: 800;
  text-transform: uppercase;
}

.sa-product-tile__copy strong {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.sa-video-band {
  width: 100%;
  padding: clamp(56px, 8vw, 100px) max(20px, calc((100vw - 1080px) / 2));
  background: var(--sa-paper);
}

.sa-video-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(45, 54, 57, 0.14), rgba(45, 54, 57, 0.14)),
    var(--video-poster) center / cover no-repeat;
  box-shadow: var(--sa-shadow);
  text-decoration: none;
}

.sa-video-card__play {
  width: clamp(66px, 8vw, 96px);
  height: clamp(66px, 8vw, 96px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--sa-magenta);
  box-shadow: 0 18px 34px rgba(45, 54, 57, 0.28);
  transition: transform 180ms ease, background 180ms ease;
}

.sa-video-card__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid var(--sa-paper);
}

.sa-video-card:hover .sa-video-card__play {
  transform: scale(1.06);
  background: var(--sa-purple);
}

.sa-intro-cta {
  width: 100%;
  padding: clamp(64px, 9vw, 128px) max(20px, calc((100vw - 1180px) / 2));
  background: var(--sa-magenta);
  color: var(--sa-paper);
}

.sa-intro-cta__inner {
  max-width: 980px;
}

.sa-intro-cta .sa-eyebrow {
  color: var(--sa-paper);
}

.sa-intro-cta h2 {
  color: var(--sa-paper);
  font-size: clamp(4rem, 10vw, 10rem);
}

.sa-intro-cta h2 span {
  color: var(--sa-lime);
}

.sa-intro-cta .sa-rich-text {
  max-width: 760px;
  font-size: 1.14rem;
  font-weight: 600;
}

.sa-intro-cta .sa-button {
  margin-top: 26px;
}

.sa-latest {
  background: var(--sa-paper);
}

.sa-recipe-card,
.brand-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sa-cream);
  color: var(--sa-ink);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(45, 54, 57, 0.12);
}

.sa-recipe-card__image,
.brand-card__media {
  display: grid;
  place-items: center;
  min-height: 250px;
  background: var(--tile-bg, var(--sa-lime));
  overflow: hidden;
}

.sa-recipe-card__image img,
.brand-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-card--product .brand-card__image {
  width: auto;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(45, 54, 57, 0.24));
}

.brand-card--product .brand-card__media {
  background: var(--sa-purple);
}

.sa-recipe-card__body,
.brand-card__body {
  flex: 1;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
}

.brand-card--no-image .brand-card__body {
  min-height: 180px;
  align-content: center;
}

.sa-recipe-card strong,
.brand-card__title {
  color: var(--sa-ink);
  font-size: clamp(2rem, 4vw, 3rem);
}

.brand-card__text,
.sa-recipe-card__body > span:not(.sa-card-meta) {
  color: var(--sa-muted);
  font-size: 0.96rem;
}

.brand-listing-hero,
.sa-listing-hero,
.brand-page-hero {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0 clamp(44px, 6vw, 84px);
}

.brand-listing-hero,
.sa-listing-hero {
  text-align: center;
}

.brand-listing-hero h1,
.sa-listing-hero h1 {
  color: var(--sa-magenta);
}

.brand-listing-hero p,
.sa-listing-hero p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.brand-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.brand-chip {
  border: 1px solid var(--sa-line);
  border-radius: 999px;
  padding: 8px 16px;
  background: var(--sa-cream);
  font-weight: 800;
  text-decoration: none;
}

.brand-detail__hero,
.sa-simple-recipe__hero,
.brand-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.brand-detail__hero,
.sa-simple-recipe__hero {
  width: 100%;
  margin: 0;
  padding: clamp(68px, 9vw, 120px) max(20px, calc((100vw - 1180px) / 2));
  background: var(--sa-magenta);
  color: var(--sa-paper);
}

.brand-detail__hero h1,
.sa-simple-recipe__hero h1 {
  color: var(--sa-paper);
  font-size: clamp(4rem, 9vw, 8.5rem);
}

body.site-sunriceAmerica .sa-simple-recipe__hero h1 {
  font-size: clamp(4rem, 6vw, 6.75rem);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
}

.brand-detail__lead {
  max-width: 680px;
  font-size: 1.18rem;
  font-weight: 700;
}

.brand-detail__hero figure,
.sa-simple-recipe__hero figure {
  display: grid;
  place-items: center;
  margin: 0;
}

.brand-detail__image,
.sa-simple-recipe__image {
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(45, 54, 57, 0.28));
}

.brand-meta-row,
.sa-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.brand-meta-row div,
.sa-meta-row div {
  min-width: 110px;
  border: 1px solid rgba(255, 253, 250, 0.36);
  border-radius: 8px;
  padding: 12px 16px;
}

.brand-meta-row dt,
.sa-meta-row dt {
  color: var(--sa-lime);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-meta-row dd,
.sa-meta-row dd {
  margin: 0;
  font-weight: 800;
}

.brand-section--specs,
.brand-section--content,
.brand-recipe-body,
.sa-simple-recipe__body {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) 0;
}

.brand-section--specs,
.brand-recipe-body,
.sa-simple-recipe__body {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
}

body.site-sunriceAmerica .brand-recipe-body h2,
body.site-sunriceAmerica .sa-simple-recipe__body h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
}

.brand-pill-list,
.brand-ingredient-list,
.brand-method-list {
  margin: 0;
  padding-left: 1.2rem;
}

.brand-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.brand-pill-list li {
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--sa-cream);
  font-weight: 800;
}

.sa-simple-recipe {
  --recipe-accent: var(--sa-magenta);
}

.sa-simple-recipe__hero {
  background: var(--recipe-accent);
}

.sa-simple-recipe__ingredients {
  display: grid;
  gap: 28px;
}

.sa-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--sa-line);
}

.sa-step:first-of-type {
  border-top: 0;
}

.sa-step__icon {
  display: grid;
  place-items: center;
}

.sa-step__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.sa-step h3 {
  margin: 0 0 8px;
  color: var(--recipe-accent);
  font-size: 2.4rem;
}

.brand-footer {
  background: var(--sa-ink);
  color: var(--sa-paper);
  padding: clamp(58px, 8vw, 96px) max(20px, calc((100vw - 1180px) / 2)) 34px;
}

.brand-footer__brand {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-bottom: 42px;
  text-align: center;
}

.brand-footer__brand img {
  width: 136px;
}

.brand-footer__brand p {
  color: rgba(255, 253, 250, 0.72);
}

.brand-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding: 38px 0;
  border-top: 1px solid rgba(255, 253, 250, 0.2);
  border-bottom: 1px solid rgba(255, 253, 250, 0.2);
}

body.site-sunriceAmerica .brand-footer__nav h2 {
  margin: 0 0 16px;
  color: var(--sa-paper);
  font-size: 1.55rem;
  line-height: 1;
}

.brand-footer__nav a,
.brand-footer__cookie,
.brand-footer__socials a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 253, 250, 0.86);
  font-size: 0.95rem;
  text-decoration: none;
}

.brand-footer__nav a:hover,
.brand-footer__cookie:hover,
.brand-footer__socials a:hover {
  color: var(--sa-lime);
}

.brand-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.brand-footer__cookie {
  margin-top: 18px;
}

.search-page__results {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  text-align: left;
}

.search-page__results a {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: var(--sa-cream);
  text-decoration: none;
}

.search-page__results img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .brand-header__inner {
    min-height: 64px;
    grid-template-columns: auto 1fr auto auto;
    gap: 12px;
  }

  .brand-header__nav {
    display: none;
  }

  .brand-header__menu {
    display: grid;
  }

  .sa-product-tiles,
  .brand-card-grid,
  .sa-recipe-grid,
  .brand-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-detail__hero,
  .sa-simple-recipe__hero,
  .brand-page-hero,
  .brand-section--specs,
  .brand-recipe-body,
  .sa-simple-recipe__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .brand-header__inner {
    width: min(100% - 24px, 1240px);
  }

  .brand-header__brand img {
    width: 92px;
  }

  .brand-header__icon {
    width: 38px;
    height: 38px;
  }

  .brand-search-panel__form {
    grid-template-columns: 1fr;
  }

  .sa-hero,
  .sa-hero__track {
    min-height: 260px;
    height: 260px;
  }

  .sa-section,
  .brand-section,
  .brand-listing-hero,
  .sa-listing-hero,
  .brand-page-hero {
    width: min(100% - 28px, 1180px);
  }

  .sa-product-tiles,
  .sa-product-tiles--compact,
  .brand-card-grid,
  .sa-recipe-grid,
  .brand-footer__nav {
    grid-template-columns: 1fr;
  }

  .sa-product-tile,
  .sa-recipe-card,
  .brand-card {
    min-height: 0;
  }

  .sa-section__header--split,
  .brand-section__header--split {
    display: grid;
  }

  .sa-simple-recipe__hero,
  .brand-detail__hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.site-sunriceAmerica h1 {
    font-size: clamp(3.1rem, 17vw, 4.7rem);
  }

  .brand-detail__hero h1,
  .sa-simple-recipe__hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  body.site-sunriceAmerica .brand-recipe-body h2,
  body.site-sunriceAmerica .sa-simple-recipe__body h2 {
    font-size: clamp(2.7rem, 14vw, 3.6rem);
  }

  body.site-sunriceAmerica .brand-footer__nav h2 {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }

  .sa-step {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .sa-step__icon img {
    width: 48px;
    height: 48px;
  }
}
