@charset "UTF-8";
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > .site-footer {
  margin-top: auto;
}

img[src=""],
img:not([src]),
img[src*=undefined],
img[src*=null],
img[alt=""][src*=facebook],
img[alt=""][src*=instagram],
img[src*="facebook.svg"],
img[src*="instagram.svg"],
img[onerror],
img[src*=favicon],
img[src*="icon.svg"],
img[src*="icon.png"]:not([src*=logo]):not([src*=badge]) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}

link[rel*=icon][href=""],
link[rel*=icon]:not([href]) {
  display: none !important;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body > .site-footer {
  margin-top: auto;
  flex-shrink: 0;
}

#map-section {
  background-color: #e09f04;
  color: #f4f4f4;
  padding: 50px 0;
}
#map-section .homepage-map-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #map-section .homepage-map-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
#map-section .homepage-map-cards__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0;
  padding: 20px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.14);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
  #map-section .homepage-map-cards__item {
    min-height: 132px;
    padding: 22px 24px;
  }
}
#map-section .homepage-map-cards__item:hover {
  border-color: #ffffff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
#map-section .homepage-map-cards__icon {
  flex-shrink: 0;
  font-size: 1.85rem;
  line-height: 1;
  width: 2.5rem;
  text-align: center;
}
#map-section .homepage-map-cards__body {
  flex: 1;
  min-width: 0;
}
#map-section .homepage-map-cards__title {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: rgb(33, 37, 41);
  line-height: 1.3;
  letter-spacing: 0.01em;
}
#map-section .homepage-map-cards__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #58595b;
}

.site-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.site-footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  color: rgb(33, 37, 41);
  font-size: 1em;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #f8f8f8 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Navigation Components
   ========================================================================== */
.megamenu {
  border: none;
  border-radius: 0;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%), #211f1f;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-top: 10px;
  min-width: 100%;
  animation: megamenuFadeIn 0.3s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 4px solid #ea148d;
}
.megamenu .row {
  margin: 0 auto;
  padding: 25px 15px;
}
.megamenu .megamenu-outer {
  height: 100%;
}
.megamenu .col-megamenu {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.megamenu .col-megamenu:hover {
  transform: translateY(-4px);
}
.megamenu .col-megamenu:hover .title {
  color: var(--mega-accent, #ea148d);
}
.megamenu .title {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.megamenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.megamenu li {
  margin-bottom: 2px;
  padding-left: 0;
  position: relative;
}
.megamenu a {
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
  padding: 8px 12px;
  transition: all 0.2s ease;
  border-radius: 4px;
  position: relative;
  word-wrap: break-word;
  hyphens: auto;
}
.megamenu a:visited {
  color: rgba(255, 255, 255, 0.88);
}
.megamenu a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.megamenu a:active {
  background-color: rgba(255, 255, 255, 0.14);
}
.megamenu h1,
.megamenu h2,
.megamenu h3,
.megamenu h4,
.megamenu h5,
.megamenu h6 {
  text-decoration: none;
}

.megamenu .col-megamenu--jts {
  --mega-accent: #2191e0;
}
.megamenu .col-megamenu--jts .title {
  color: #2191e0;
}
.megamenu .col-megamenu--jts ul a {
  color: rgba(255, 255, 255, 0.94);
}
.megamenu .col-megamenu--jts ul a:visited {
  color: rgba(255, 255, 255, 0.88);
}
.megamenu .col-megamenu--jts ul a:hover {
  color: #2191e0;
  background-color: color-mix(in srgb, #2191e0 22%, transparent);
}
.megamenu .col-megamenu--jts ul a:active {
  background-color: color-mix(in srgb, #2191e0 32%, transparent);
}

.megamenu .col-megamenu--sb {
  --mega-accent: #e09f04;
}
.megamenu .col-megamenu--sb .title {
  color: #e09f04;
}
.megamenu .col-megamenu--sb ul a {
  color: rgba(255, 255, 255, 0.94);
}
.megamenu .col-megamenu--sb ul a:visited {
  color: rgba(255, 255, 255, 0.88);
}
.megamenu .col-megamenu--sb ul a:hover {
  color: #e09f04;
  background-color: color-mix(in srgb, #e09f04 22%, transparent);
}
.megamenu .col-megamenu--sb ul a:active {
  background-color: color-mix(in srgb, #e09f04 32%, transparent);
}

.megamenu .col-megamenu--nobull {
  --mega-accent: #ea148d;
}
.megamenu .col-megamenu--nobull .title {
  color: #ea148d;
}
.megamenu .col-megamenu--nobull ul a {
  color: rgba(255, 255, 255, 0.94);
}
.megamenu .col-megamenu--nobull ul a:visited {
  color: rgba(255, 255, 255, 0.88);
}
.megamenu .col-megamenu--nobull ul a:hover {
  color: #ea148d;
  background-color: color-mix(in srgb, #ea148d 22%, transparent);
}
.megamenu .col-megamenu--nobull ul a:active {
  background-color: color-mix(in srgb, #ea148d 32%, transparent);
}

.megamenu .col-megamenu--desserts {
  --mega-accent: #cfff3a;
}
.megamenu .col-megamenu--desserts .title {
  color: #cfff3a;
}
.megamenu .col-megamenu--desserts ul a {
  color: rgba(255, 255, 255, 0.94);
}
.megamenu .col-megamenu--desserts ul a:visited {
  color: rgba(255, 255, 255, 0.88);
}
.megamenu .col-megamenu--desserts ul a:hover {
  color: #cfff3a;
  background-color: color-mix(in srgb, #cfff3a 22%, transparent);
}
.megamenu .col-megamenu--desserts ul a:active {
  background-color: color-mix(in srgb, #cfff3a 32%, transparent);
}

@keyframes megamenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar .megamenu {
  padding: 0;
}

.navbar-nav .dropdown-toggle {
  position: relative;
  transition: color 0.3s ease;
}
.navbar-nav .dropdown-toggle::after {
  transition: transform 0.3s ease;
}
.navbar-nav .dropdown-toggle:hover, .navbar-nav .dropdown-toggle.show {
  color: #ea148d !important;
}
.navbar-nav .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.navbar-nav .dropdown.show > .dropdown-toggle {
  background-color: rgba(234, 20, 141, 0.05);
  border-radius: 4px;
}

.navbar-nav .nav-link {
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: clamp(0.7rem, 2.4vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #ea148d !important;
}

.navbar-nav .nav-link--whats-new {
  color: #ea148d !important;
}
.navbar-nav .nav-link--whats-new:hover, .navbar-nav .nav-link--whats-new:focus-visible {
  color: color-mix(in srgb, #ea148d 82%, #000) !important;
}

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0.375rem;
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar-toggler:focus {
  outline: 2px solid rgb(33, 37, 41);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}
.navbar-toggler:hover {
  background-color: rgba(33, 37, 41, 0.05);
}
.navbar-toggler .navbar-toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: rgb(33, 37, 41);
  background-image: none;
  position: relative;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon::before, .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: rgb(33, 37, 41);
  left: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}
.navbar-toggler .navbar-toggler-icon::after {
  bottom: -8px;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.megamenu-wrapper {
  display: flex;
  justify-content: center;
}

.megamenu-container {
  text-align: center;
}
.megamenu-container .megamenu-column {
  display: inline-block;
  text-align: left;
}

/* ==========================================================================
   Header Component
   ========================================================================== */
.site-header {
  background-color: #f8f8f8;
  padding: 10px 0;
  color: rgb(33, 37, 41);
}
.site-header.container {
  max-width: 100%;
}
.site-header > .row.site-header__row {
  display: flex;
  align-items: flex-start !important;
  justify-content: space-between;
}
.site-header .header-logo {
  text-align: left;
  flex-shrink: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-header .header-logo a {
  display: inline-block;
  line-height: 0;
}
.site-header .header-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 2.475rem;
  max-width: 100%;
  transition: filter 0.3s ease;
}
.site-header .header-logo a {
  transition: filter 0.3s ease;
}
.site-header .header-logo a:hover .header-logo-img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(5000%) hue-rotate(310deg) brightness(0.9) contrast(1);
}
.site-header .header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 1.35rem;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
  color: inherit;
  white-space: nowrap;
}
.site-header .header-phone svg {
  flex-shrink: 0;
  display: block;
}
.site-header .header-phone:hover, .site-header .header-phone:focus-visible {
  color: #ea148d;
}
.site-header .header-phone:focus-visible {
  outline: 2px solid #ea148d;
  outline-offset: 2px;
}
.site-header .header-cta {
  text-align: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
  margin-top: 0;
  padding-top: 0;
  max-width: 100%;
}
.site-header .header-cta .homepage-hero-cta {
  padding: 10px 22px;
  line-height: 1.2;
  flex-shrink: 0;
}
.site-header .min-width-0 {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .site-header + div .navbar {
    --bs-navbar-padding-y: 0.35rem;
  }
}

.site-header + div .navbar .navbar-brand:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================================
   Section Styles
   ========================================================================== */
.section-light,
.white-section {
  color: rgb(33, 37, 41);
  background-color: #f8f8f8;
  padding: 50px 0;
}
.section-light .container .row,
.white-section .container .row {
  margin-bottom: 30px;
}
.section-light .container .row:last-child,
.white-section .container .row:last-child {
  margin-bottom: 0;
}
.section-light .container .row h1,
.white-section .container .row h1 {
  margin-bottom: 30px;
  text-align: center;
}
.section-light .container h1,
.section-light .container h2,
.section-light .container h3,
.white-section .container h1,
.white-section .container h2,
.white-section .container h3 {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}
.section-light .container h3,
.white-section .container h3 {
  font-size: 1.75rem;
}
.section-light .container p,
.white-section .container p {
  margin-bottom: 18px;
  line-height: 1.7;
}
.section-light .container p:last-child,
.white-section .container p:last-child {
  margin-bottom: 0;
}
.section-light .container p b,
.white-section .container p b {
  font-weight: 600;
}
.section-light h1,
.white-section h1 {
  text-align: center;
}

.about-page {
  font-family: "Roboto", sans-serif;
  background-color: #211f1f;
  padding: clamp(2.75rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 4.5rem);
  position: relative;
}
.about-page .container {
  position: relative;
}
.about-page .homepage-hero-cta {
  color: #211f1f;
  background-color: #e09f04;
  border-color: #e09f04;
}
.about-page .homepage-hero-cta:hover {
  background-color: #c28a03;
  border-color: #c28a03;
  color: #211f1f;
}
.about-page .homepage-hero-cta:focus-visible {
  outline-color: #ffffff;
}
.about-page__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  padding: 0 0.75rem;
}
.about-page__headline {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 5vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f4f4f4;
}
.about-page__headline-line {
  display: block;
}
.about-page__headline-line:first-of-type {
  white-space: nowrap;
}
.about-page__headline-line--accent {
  color: #e09f04;
  margin-top: 0.12em;
  font-size: clamp(1.15rem, 3.5vw, 1.95rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.about-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .about-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .about-page__card--full-width {
    grid-column: 1/-1;
  }
}
.about-page__card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%), #211f1f;
  margin: 0;
  padding: 1.35rem 1.25rem 1.45rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 992px) {
  .about-page__card {
    padding: 1.5rem 1.4rem 1.55rem;
  }
}
.about-page__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(234, 20, 141, 0.12);
}
.about-page__card-body {
  min-width: 0;
}
.about-page__card-title {
  margin: 0 0 0.5rem;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-weight: 700;
  color: #e09f04;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.about-page__card-text {
  margin: 0;
  font-size: clamp(0.9rem, 1.9vw, 0.98rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}
.about-page__card-text sup {
  font-size: 0.65em;
}
.about-page__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  justify-content: center;
  align-items: center;
  margin-top: clamp(2rem, 4vw, 2.5rem);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.about-page__cta-secondary {
  display: inline-block;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 28px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background: transparent;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.about-page__cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}
.about-page__cta-secondary:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .about-page {
    padding: 2.25rem 0 2.75rem;
  }
  .about-page__headline {
    font-size: clamp(1.05rem, 3.5vw, 2.35rem);
  }
  .about-page__headline-line--accent {
    font-size: clamp(0.95rem, 4vw, 1.45rem);
  }
  .about-page__cta-row {
    flex-direction: column;
  }
  .about-page__cta-secondary {
    width: 100%;
    max-width: 16rem;
    text-align: center;
  }
}

.newcustomer-page {
  background-image: url("../img/backgrounds/bg-purple.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
}
.newcustomer-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.3));
  z-index: 0;
}
.newcustomer-page .container {
  position: relative;
  z-index: 1;
}
.newcustomer-page .form-shell {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.contact-page {
  font-family: "Roboto", sans-serif;
  background-color: #211f1f;
  background-image: url("../img/backgrounds/bg-brown.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  min-height: calc(100vh - 200px);
}
.contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35));
  z-index: 0;
  pointer-events: none;
}
.contact-page .container {
  position: relative;
  z-index: 1;
}
.contact-page .contact-content-box {
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.38) 100%), rgba(33, 31, 31, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
@media (max-width: 767px) {
  .contact-page .contact-content-box {
    padding: 1.35rem 1.15rem;
  }
}
.contact-page .contact-content-box .contact-form {
  background: transparent;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
}
.contact-page .contact-header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  text-align: center;
}
.contact-page .contact-header h1 {
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
.contact-page .contact-header .contact-intro {
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1.5rem;
  color: rgba(230, 230, 232, 0.88);
}
.contact-page .contact-header .contact-info {
  background: rgba(0, 0, 0, 0.4);
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-page .contact-header .contact-info p {
  margin-bottom: 0.85rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.contact-page .contact-header .contact-info p:last-child {
  margin-bottom: 0;
}
.contact-page .contact-header .contact-info p strong {
  font-weight: 700;
  color: #e09f04;
  display: inline-block;
  min-width: 80px;
}
.contact-page .contact-header .contact-info p a {
  color: #ffffff;
  text-decoration: none;
}
.contact-page .contact-header .contact-info p a:hover {
  color: #e09f04;
  text-decoration: underline;
}
.contact-page .contact-header .contact-note {
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.88rem, 2vw, 0.95rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}
.contact-page .contact-header .contact-note a {
  color: #e09f04;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-page .contact-header .contact-note a:hover {
  color: #ffffff;
  text-decoration: none;
}
.contact-page .contact-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
.contact-page .contact-form .form-group {
  margin-bottom: 1.35rem;
}
.contact-page .contact-form .form-group label {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e09f04;
}
.contact-page .contact-form .form-group label .required {
  color: #ff8cc8;
  margin-left: 3px;
}
.contact-page .contact-form .form-group .form-control {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-page .contact-form .form-group .form-control:focus {
  outline: 0;
  border-color: color-mix(in srgb, #e09f04 70%, #ffffff);
  box-shadow: 0 0 0 3px rgba(224, 159, 4, 0.2);
}
.contact-page .contact-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.contact-page .contact-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contact-page .contact-form .form-actions {
  display: flex;
  gap: 0.85rem 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.contact-page .contact-form .form-actions .btn {
  padding: 12px 28px;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  flex: 1;
  min-width: 140px;
  box-sizing: border-box;
}
.contact-page .contact-form .form-actions .btn.btn-primary {
  background-color: #ea148d;
  color: #ffffff;
  border: 2px solid #ea148d;
}
.contact-page .contact-form .form-actions .btn.btn-primary:hover {
  background-color: #c01275;
  border-color: #c01275;
  color: #ffffff;
}
.contact-page .contact-form .form-actions .btn.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.contact-page .contact-form .form-actions .btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact-page .contact-header {
    margin-bottom: 1.25rem;
  }
  .contact-page .contact-header h1 {
    font-size: clamp(1.75rem, 7vw, 2.35rem);
  }
  .contact-page .contact-header .contact-intro {
    font-size: clamp(0.9rem, 2.5vw, 1.05rem);
  }
  .contact-page .contact-header .contact-info {
    padding: 1.1rem 1.15rem;
  }
  .contact-page .contact-header .contact-info p strong {
    min-width: 70px;
  }
  .contact-page .contact-form .form-group {
    margin-bottom: 1.1rem;
  }
  .contact-page .contact-form .form-actions {
    flex-direction: column;
  }
  .contact-page .contact-form .form-actions .btn {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-form .form-actions .btn {
    min-width: 160px;
  }
}

.section-dark {
  color: rgb(33, 37, 41);
  background-color: #f8f8f8;
  padding: 0;
  overflow: hidden;
}
.section-dark .banner-full-width {
  width: 100%;
  margin: 0;
  display: block;
}
.section-dark .banner-full-width img {
  width: 100%;
  height: auto;
  display: block;
}
.section-dark .container {
  padding: 25px 15px 30px 15px;
}
.section-dark p,
.section-dark a,
.section-dark ul,
.section-dark li {
  color: rgb(33, 37, 41);
}
.section-dark h1 {
  text-align: center;
}

.section-footer {
  color: #f4f4f4;
}
.section-footer p,
.section-footer a,
.section-footer ul,
.section-footer li {
  color: #f4f4f4;
}
.section-footer h1 {
  text-align: center;
}

.section-footer {
  background-color: #211f1f;
}

.section-dark-bg {
  padding: 50px 0 50px 0;
  background-color: #bb1071;
  color: #f4f4f4;
  position: relative;
  z-index: 1;
}
.section-dark-bg .container .row {
  margin-bottom: 30px;
}
.section-dark-bg .container .row:last-child {
  margin-bottom: 0;
}
.section-dark-bg > .container > .row:first-child {
  margin-bottom: 30px;
}
.section-dark-bg > .container > .row:first-child h2,
.section-dark-bg > .container > .row:first-child h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #f4f4f4;
}
.section-dark-bg .container > .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .section-dark-bg .container > .row > .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.section-dark-bg .container > .row > .col-lg-6 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  padding: 0;
  margin-bottom: 0;
}
.section-dark-bg .container > .row > .col-lg-6 h4 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  margin-top: 0;
}
.section-dark-bg p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
.section-dark-bg p:last-child {
  margin-bottom: 0;
}
.section-dark-bg h4 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.section-dark-bg img {
  padding: 0;
  margin-bottom: 0;
}

.site-footer {
  background-color: #211f1f;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.site-footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.site-footer img {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}
.site-footer .footer-social-icons,
.site-footer .footer-social {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}
.site-footer {
  position: relative;
}
.site-footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.site-footer .footer-content {
  padding: 40px 0 20px 0;
}
.site-footer h5 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.site-footer .footer-newsletter {
  text-align: right;
}
.site-footer .footer-newsletter p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-footer .footer-newsletter .mc-field-group {
  display: flex;
  gap: 8px;
  align-items: stretch;
  max-width: 400px;
  margin-left: auto;
}
.site-footer .footer-newsletter .mc-field-group input[type=email] {
  flex: 1;
  padding: 10px 15px;
  font-size: 0.95rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s ease;
  min-width: 0;
}
.site-footer .footer-newsletter .mc-field-group input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-newsletter .mc-field-group input[type=email]:focus {
  outline: none;
  border-color: #ea148d;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(234, 20, 141, 0.2);
}
.site-footer .footer-newsletter .mc-field-group input[type=submit] {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ea148d;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-footer .footer-newsletter .mc-field-group input[type=submit]:hover {
  background-color: #c01275;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 20, 141, 0.4);
}
.site-footer .footer-newsletter .mc-field-group input[type=submit]:active {
  transform: translateY(0);
}
.site-footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin: 0;
  clear: both;
}
.site-footer .footer-copyright p {
  margin: 0;
  font-size: 0.9rem;
}
.site-footer::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-footer .nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .nav-link:hover, .site-footer .nav-link:focus {
  color: #ea148d !important;
  text-decoration: none !important;
}
.site-footer .nav-link:visited {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer a:hover, .site-footer a:focus {
  color: #ea148d !important;
  text-decoration: none !important;
}
.site-footer a:visited {
  color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   Product Styles (products.php — homepage banner, dark intro, glass grid cards)
   ========================================================================== */
body.products-page {
  --products-accent: #e09f04;
}
body.products-page.products-page--brand-jts {
  --products-accent: #2191e0;
}
body.products-page.products-page--brand-sb {
  --products-accent: #e09f04;
}
body.products-page.products-page--brand-nobull {
  --products-accent: #ea148d;
}
body.products-page.products-page--brand-desserts {
  --products-accent: #cfff3a;
}
body.products-page .products-page-intro .homepage-hero-cta {
  background-color: var(--products-accent);
  border-color: var(--products-accent);
  color: #ffffff;
}
body.products-page .products-page-intro .homepage-hero-cta:hover {
  color: #ffffff;
  filter: brightness(0.92);
}
body.products-page .products-page-intro .homepage-hero-cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
body.products-page.products-page--brand-desserts .products-page-intro .homepage-hero-cta {
  color: #211f1f;
}
body.products-page.products-page--brand-desserts .products-page-intro .homepage-hero-cta:hover {
  color: #211f1f;
  filter: brightness(0.94);
}

.products-page-intro {
  background-color: #211f1f;
  padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(2rem, 4vw, 2.75rem);
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #f4f4f4;
}
.products-page-intro .container {
  position: relative;
}
.products-page-intro__header {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  padding: 0 0.75rem;
  text-align: center;
}
.products-page-intro__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
}
.products-page-intro__eyebrow-rule {
  flex: 1 1 0;
  max-width: 4rem;
  min-width: 1.5rem;
  height: 2px;
  background-color: var(--products-accent, #e09f04);
  border-radius: 1px;
  opacity: 0.95;
}
.products-page-intro__eyebrow-text {
  flex: 0 0 auto;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(0.62rem, 1.6vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--products-accent, #e09f04);
  line-height: 1.2;
}
.products-page-intro__title {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(0.58rem, 2.35vw + 0.42rem, 3.25rem);
  line-height: 1.02;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: var(--products-accent, #e09f04);
  white-space: nowrap;
}
.products-page-intro__lede {
  margin: 0 auto 1.25rem;
  max-width: 42rem;
  padding: 0 0.75rem;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(230, 230, 232, 0.9);
}
.products-page-intro__lede a {
  color: var(--products-accent, #e09f04);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.products-page-intro__lede a:hover {
  color: #ffffff;
  text-decoration: none;
}
.products-page-intro__badges-row {
  margin-bottom: 0;
}
.products-page-intro__badges {
  margin: 0.5rem 0 0;
  padding: 0.35rem 0;
}
.products-page-intro__badges img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: clamp(34px, 6.5vw, 44px);
  object-fit: contain;
}
.products-page-intro__actions-row {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.products-page-intro__actions {
  margin-top: 0.5rem;
  padding-bottom: 0.15rem;
}

.product-card,
.product {
  color: rgb(33, 37, 41);
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.product-card a,
.product a {
  color: rgb(33, 37, 41);
  text-decoration: underline;
}
.product-card a:hover,
.product a:hover {
  text-decoration: none;
}
.product-card img,
.product img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  border-radius: 24px;
}
.product-card .product-nutrition,
.product-card .nutrition,
.product .product-nutrition,
.product .nutrition {
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
.product-card .product-nutrition a,
.product-card .nutrition a,
.product .product-nutrition a,
.product .nutrition a {
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-card .product-flavor,
.product-card .flavor,
.product .product-flavor,
.product .flavor {
  color: rgb(33, 37, 41);
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.12;
  margin: 0;
}
.product-card .description,
.product .description {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.9rem, 1.9vw, 1rem);
  line-height: 1.4;
}
.product-card .description p,
.product .description p {
  margin: 0;
}
.product-card .item-number,
.product .item-number {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #58595b;
}

.container + .container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.products-page-grid {
  background-color: #211f1f;
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  font-family: "Roboto", sans-serif;
}
.products-page-grid [class*=col-] {
  display: flex;
}
.products-page-grid .product {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%), #211f1f;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1.1rem 1.1rem 1.35rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.products-page-grid .product a {
  color: var(--products-accent, #e09f04);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.products-page-grid .product a:hover {
  color: #ffffff;
  text-decoration: none;
}
.products-page-grid .product:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--products-accent, #e09f04) 42%, rgba(255, 255, 255, 0.14));
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.42), 0 0 0 1px color-mix(in srgb, var(--products-accent, #e09f04) 32%, transparent);
}
.products-page-grid .product img {
  border-radius: 16px;
}
.products-page-grid .product .flavor {
  color: var(--products-accent, #e09f04);
}
.products-page-grid .product .description {
  color: rgba(255, 255, 255, 0.88);
}
.products-page-grid .product .item-number {
  color: rgba(255, 255, 255, 0.55);
}

/* ==========================================================================
   Homepage Styles
   ========================================================================== */
.homepage-banner {
  background-color: #000000;
  padding: 10px 0;
  text-align: center;
}
.homepage-banner .banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 3vw, 1.5rem);
  width: 100%;
}
.homepage-banner .banner-line {
  flex: 0 0 auto;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.homepage-banner .banner-text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.65rem, 1.8vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .homepage-banner {
    padding: 8px 0;
  }
  .homepage-banner .banner-inner {
    gap: 0.5rem;
  }
  .homepage-banner .banner-line {
    width: 28px;
  }
  .homepage-banner .banner-text {
    letter-spacing: 0.1em;
    font-size: 0.55rem;
  }
}
.homepage-hero {
  padding: clamp(2.5rem, 8vw, 4.5rem) 0;
  margin-bottom: 0;
  background-image: url("../img/backgrounds/bg-home.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: clamp(320px, 55vh, 520px);
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.homepage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 0;
  pointer-events: none;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.homepage-hero .homepage-hero-headline {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 900;
  line-height: 0.92;
}
.homepage-hero .homepage-hero-line {
  display: block;
  font-size: clamp(2.25rem, 10vw, 4.75rem);
  letter-spacing: 0.02em;
}
.homepage-hero .homepage-hero-line--white {
  color: #ffffff;
  text-shadow: 0 0.04em 0.08em rgba(0, 0, 0, 0.85), 0 0.12em 0.25em rgba(0, 0, 0, 0.55), 0 0.35em 0.65em rgba(0, 0, 0, 0.35);
}
.homepage-hero .homepage-hero-line--accent {
  color: #ea148d;
  margin-top: 0.06em;
  text-shadow: 0 0.04em 0.08em rgba(0, 0, 0, 0.75), 0 0.1em 0.22em rgba(0, 0, 0, 0.55), 0 0.25em 0.5em rgba(0, 0, 0, 0.4);
}
.homepage-hero .homepage-hero-tagline {
  margin: clamp(0.75rem, 2.5vw, 1.25rem) 0 0;
  padding: 0;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: clamp(0.7rem, 2.4vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0.06em 0.1em rgba(0, 0, 0, 0.78), 0 0.12em 0.28em rgba(0, 0, 0, 0.48), 0 0.22em 0.45em rgba(0, 0, 0, 0.32);
}
.homepage-hero .homepage-hero-sub {
  text-align: center;
  text-transform: none;
  margin-top: clamp(1.25rem, 4vw, 2rem);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.homepage-hero .homepage-hero-intro {
  margin: 0 0 1rem;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55), 0 2px 12px rgba(0, 0, 0, 0.35);
}
.homepage-hero .homepage-hero-intro strong {
  font-weight: 700;
  color: #ffffff;
}
.homepage-hero .homepage-hero-intro:last-of-type {
  margin-bottom: 0;
}
.homepage-hero .homepage-hero-sub .homepage-hero-intro + .homepage-hero-cta {
  margin-top: 1.35rem;
}

.homepage-hero-cta {
  display: inline-block;
  padding: 14px 32px;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #ea148d;
  border: 2px solid #ea148d;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}
.homepage-hero-cta:hover {
  background-color: #c01275;
  border-color: #c01275;
  color: #ffffff;
}
.homepage-hero-cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.homepage-customers .section-light .container .row:first-child h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: rgb(33, 37, 41);
  line-height: 1.2;
}

.homepage-brands {
  background-color: #211f1f;
  padding: 40px 0 40px 0;
  margin-bottom: 0;
}
.homepage-brands .container .row {
  margin-bottom: 30px;
}
.homepage-brands .container .row:last-child {
  margin-bottom: 0;
}
.homepage-brands .container .brand-cards-row {
  align-items: stretch;
}
.homepage-brands .container .brand-cards-row > [class*=col-] {
  display: flex;
}
.homepage-brands .container .brand-cards-row .brand-card {
  width: 100%;
}
.homepage-brands__heading {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  padding: 0 0.5rem;
}
.homepage-brands__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
}
.homepage-brands__eyebrow-rule {
  flex: 1 1 0;
  max-width: 4rem;
  min-width: 1.5rem;
  height: 2px;
  background-color: #e09f04;
  border-radius: 1px;
  opacity: 0.95;
}
.homepage-brands__eyebrow-text {
  flex: 0 0 auto;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(0.62rem, 1.6vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #e09f04;
  line-height: 1.2;
}
.homepage-brands__title {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 7vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.homepage-brands__title-line {
  display: block;
}
.homepage-brands__title-line--accent {
  color: #e09f04;
  margin-top: 0.12em;
  white-space: nowrap;
  font-size: clamp(1.05rem, 4.5vw, 2.65rem);
  letter-spacing: 0.045em;
}

.homepage-featured {
  padding: 50px 0;
  width: 100%;
  background-color: #211f1f;
}
.homepage-featured .container .row {
  margin-bottom: 0;
}
.homepage-featured .homepage-featured__panel {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%), #211f1f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .homepage-featured .homepage-featured__panel {
    padding: 1.85rem 1.6rem;
  }
}
.homepage-featured .homepage-featured__panel .homepage-proof__headline {
  text-align: center;
  align-items: center;
}
.homepage-featured .homepage-featured__panel .homepage-proof__lede {
  max-width: none;
  width: 100%;
  text-align: left;
  text-wrap: pretty;
}
.homepage-featured .homepage-featured__panel .homepage-proof__stats {
  max-width: none;
}
.homepage-featured .homepage-proof__headline {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  margin: 0 0 1.25rem;
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.homepage-featured .homepage-proof__headline-line {
  display: block;
  color: #f4f4f4;
}
.homepage-featured .homepage-proof__accent {
  color: #ea148d;
}
.homepage-featured .homepage-proof__headline-line--plain {
  color: #f4f4f4;
}
.homepage-featured .homepage-proof__lede {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 34rem;
}
.homepage-featured .homepage-proof__lede--tight {
  margin-bottom: 1.5rem;
}
.homepage-featured .homepage-proof__lede strong {
  color: #ffffff;
  font-weight: 700;
}
.homepage-featured .homepage-proof__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 420px;
}
.homepage-featured .homepage-proof__stat {
  background-color: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.homepage-featured .homepage-proof__stat-num {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: #ea148d;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.homepage-featured .homepage-proof__stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.3;
}
.homepage-featured .homepage-featured__map-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-featured .homepage-featured__map {
  width: 100%;
  height: auto;
  display: block;
}

.brand-card {
  --brand-accent: #ea148d;
  height: 100%;
  margin: 0;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.brand-card--jts {
  --brand-accent: #2191e0;
  --brand-badge-fg: #2191e0;
}
.brand-card--sb {
  --brand-accent: #e09f04;
  --brand-badge-fg: #e09f04;
}
.brand-card--nobull {
  --brand-accent: #ea148d;
  --brand-badge-fg: #ea148d;
}
.brand-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 1.35rem 1.25rem 1.5rem;
  box-sizing: border-box;
  text-align: center;
}
.brand-card__link:focus-visible {
  outline: 2px solid var(--brand-accent);
  outline-offset: 3px;
  border-radius: 18px;
}
.brand-card__badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-badge-fg, var(--brand-accent));
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  max-width: 100%;
}
.brand-card__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.75rem;
  margin-bottom: 0.65rem;
  width: 100%;
}
.brand-card__logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 6.25rem;
  max-width: min(11.5rem, 100%);
  object-fit: contain;
  transition: transform 0.35s ease;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}
.brand-card__logo--jts {
  max-width: min(10rem, 100%);
  max-height: 6.25rem;
}
.brand-card__logo--wide {
  max-width: min(15rem, 100%);
  max-height: 5rem;
}
.brand-card__logo--nobull {
  max-width: min(11.5rem, 100%);
  max-height: 6.25rem;
}
.brand-card__title {
  margin: 0 0 0.35rem;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-accent);
}
.brand-card__title sup {
  font-size: 0.45em;
  font-weight: 700;
  vertical-align: super;
  margin-left: 0.05em;
}
.brand-card__tagline {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(200, 200, 202, 0.95);
}
.brand-card__desc {
  margin: 0 0 1.1rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(230, 230, 232, 0.88);
  text-align: center;
  width: 100%;
  flex-grow: 1;
}
.brand-card__pills {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.brand-card__pills li {
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.15;
  white-space: nowrap;
}
.brand-card__cta {
  margin-top: auto;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand-accent);
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}
.brand-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--brand-accent) 45%, rgba(255, 255, 255, 0.15));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px color-mix(in srgb, var(--brand-accent) 25%, transparent);
}
.brand-card:hover .brand-card__logo {
  transform: scale(1.04);
}
.brand-card:hover .brand-card__cta {
  color: #ffffff;
  letter-spacing: 0.14em;
}
.brand-card:active {
  transform: translateY(-3px);
}

.featured-card {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid #d1d3d4;
  border-radius: 48px;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.featured-card {
  padding: 30px;
}

.category-button {
  margin: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ccc;
  border-radius: 20px;
  text-align: center;
  padding: 1rem 0.5rem;
  min-height: 80px;
  font-size: 0.9rem;
  font-weight: bold;
  color: rgb(33, 37, 41);
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

a:hover .category-button,
a:focus .category-button {
  transform: translateY(-6px) scale(1.02);
  background-color: rgb(255, 255, 255);
  border-color: #ea148d;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(234, 20, 141, 0.1);
  color: rgb(33, 37, 41);
}

a:active .category-button {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

a .category-button,
a:has(.category-button),
a:has(.category-button):hover,
a:has(.category-button):focus,
a:has(.category-button):visited,
.section-dark a,
.section-dark a:hover,
.section-dark a:focus,
.section-dark a:visited {
  text-decoration: none !important;
}

/* ==========================================================================
   Customer Logo Links
   ========================================================================== */
.customer-logo-link {
  display: inline-block;
  position: relative;
}
.customer-logo-link img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.customer-logo-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
  pointer-events: none;
}
.customer-logo-link:hover::before {
  opacity: 1;
}

/* ==========================================================================
   Social Media Feed
   ========================================================================== */
.social-feed {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  padding: 20px 10px 20px 10px;
  scroll-behavior: smooth;
  margin: 0 -10px;
  margin-bottom: 0;
  /* Scrollbar styling */
}
.social-feed::-webkit-scrollbar {
  height: 10px;
}
.social-feed::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.social-feed::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  transition: background 0.3s ease;
}
.social-feed::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}
.social-feed {
  /* Firefox scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.15);
}

.social-post-card {
  flex: 0 0 auto;
  width: 350px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.social-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.social-post-card iframe {
  display: block;
  border: none;
  border-radius: 12px;
}

.tagembed-widget {
  min-height: 400px;
}
.tagembed-widget .tagembed-item,
.tagembed-widget .tagembed-post {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin: 0 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tagembed-widget .tagembed-item:hover,
.tagembed-widget .tagembed-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.tagembed-widget .tagembed-share-button,
.tagembed-widget .tagembed-add-button,
.tagembed-widget button[class*=share],
.tagembed-widget button[class*=add],
.tagembed-widget a[class*=share],
.tagembed-widget a[class*=add],
.tagembed-widget .tagembed-footer,
.tagembed-widget .tagembed-header button,
.tagembed-widget .tagembed-header a,
.tagembed-widget [class*=tagembed][class*=share],
.tagembed-widget [class*=tagembed][class*=add],
.tagembed-widget [id*=share],
.tagembed-widget [id*=add],
.tagembed-widget .tb_onsite_upload_btn_wrap {
  display: none !important;
}

/* ==========================================================================
   Carousel Component
   ========================================================================== */
#testimonial-carousel {
  background-color: #bb1071;
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #f4f4f4;
  font-size: 1rem;
}
#testimonial-carousel .carousel-indicators .active {
  color: black !important;
}
#testimonial-carousel .carousel-indicators button {
  display: none;
  border: none !important;
  font-size: 24px;
  background-color: #f8f8f8;
  color: gray;
  margin-bottom: 20px;
  width: 15px !important;
  outline: none;
}
#testimonial-carousel h1 {
  font-size: 1.2rem;
  text-align: center;
}
#testimonial-carousel .carousel-text-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/* ==========================================================================
   Info Modal Styles
   ========================================================================== */
.info-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.info-modal.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .info-modal.active {
    align-items: flex-start;
    padding: 20px 0 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.info-modal .info-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.info-modal .info-modal-container {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 100%;
  max-height: calc(90vh - 40px);
  margin: auto;
  display: flex;
  flex-direction: column;
  animation: modalFadeIn 0.3s ease-out;
}
@media (max-width: 767px) {
  .info-modal .info-modal-container {
    max-width: 100%;
    max-height: calc(85vh - 20px);
    height: auto;
    border-radius: 20px;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalSlideDown 0.3s ease-out;
    overflow: hidden;
  }
}
.info-modal .info-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #f8f8f8;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .info-modal .info-modal-header {
    padding: 20px;
    border-radius: 20px 20px 0 0;
    flex-shrink: 0;
  }
}
.info-modal .info-modal-header h2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(33, 37, 41);
}
@media (max-width: 767px) {
  .info-modal .info-modal-header h2 {
    font-size: 1.5rem;
  }
}
.info-modal .info-modal-header .info-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  position: relative;
}
.info-modal .info-modal-header .info-modal-close .close-icon {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}
.info-modal .info-modal-header .info-modal-close .close-icon::before, .info-modal .info-modal-header .info-modal-close .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background-color: #666;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}
.info-modal .info-modal-header .info-modal-close .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.info-modal .info-modal-header .info-modal-close .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.info-modal .info-modal-header .info-modal-close:hover {
  background-color: #e0e0e0;
}
.info-modal .info-modal-header .info-modal-close:hover .close-icon::before, .info-modal .info-modal-header .info-modal-close:hover .close-icon::after {
  background-color: #333;
}
.info-modal .info-modal-header .info-modal-close:active {
  transform: scale(0.95);
}
.info-modal .info-modal-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .info-modal .info-modal-body {
    padding: 20px;
    padding-bottom: 24px;
    overflow-y: auto;
    max-height: none;
  }
}
.info-modal .info-modal-body .mailchimp-subscribe-form {
  margin-top: 0;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group {
  margin-bottom: 20px;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgb(33, 37, 41);
  font-size: 1rem;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group .form-control:focus {
  outline: none;
  border-color: #ea148d;
  box-shadow: 0 0 0 4px rgba(234, 20, 141, 0.1);
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-group .form-control::placeholder {
  color: #999;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions {
  margin-top: 24px;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary {
  background-color: #ea148d;
  color: #ffffff;
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary:hover {
  background-color: #c01275;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(234, 20, 141, 0.3);
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary:active {
  transform: translateY(0);
}
.info-modal .info-modal-body .mailchimp-subscribe-form .form-actions .btn.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(234, 20, 141, 0.2), 0 4px 8px rgba(234, 20, 141, 0.3);
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses {
  margin-top: 16px;
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses .response {
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses .response#mce-error-response {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.info-modal .info-modal-body .mailchimp-subscribe-form #mce-responses .response#mce-success-response {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.info-modal .info-modal-body h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(33, 37, 41);
}
@media (max-width: 767px) {
  .info-modal .info-modal-body h1 {
    font-size: 1.75rem;
  }
}
.info-modal .info-modal-body h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: rgb(33, 37, 41);
}
@media (max-width: 767px) {
  .info-modal .info-modal-body h2 {
    font-size: 1.25rem;
  }
}
.info-modal .info-modal-body p {
  margin-bottom: 18px;
  line-height: 1.7;
  color: rgb(33, 37, 41);
}
.info-modal .info-modal-body p:last-child {
  margin-bottom: 0;
}
.info-modal .info-modal-body p strong {
  font-weight: 600;
  color: rgb(33, 37, 41);
}
.info-modal .info-modal-body ul, .info-modal .info-modal-body ol {
  margin-bottom: 18px;
  padding-left: 25px;
}
.info-modal .info-modal-body ul li, .info-modal .info-modal-body ol li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: rgb(33, 37, 41);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalSlideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Mailchimp Subscribe Form in Modal
   ========================================================================== */
.modal-trigger {
  cursor: pointer;
  text-decoration: none;
}
.modal-trigger:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
/* Mobile view */
@media (max-width: 767px) {
  .site-header {
    padding: 8px 0;
  }
  .site-header .row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header .header-logo {
    margin-left: 15px;
    margin-bottom: 6px;
  }
  .site-header .header-logo-img {
    max-height: 2.3125rem;
  }
  .site-header .header-cta {
    margin-right: 15px;
    width: auto;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header .header-phone {
    font-size: 0.95rem;
    margin-top: 0;
  }
  .site-header .header-cta .homepage-hero-cta {
    padding: 10px 14px;
    font-size: 0.65rem;
    letter-spacing: 0.09em;
    white-space: normal;
    text-align: center;
    max-width: 11rem;
    line-height: 1.25;
  }
  .navbar-toggler {
    width: auto;
    max-width: 50px;
  }
  .navbar-collapse {
    width: 100%;
    max-width: 100%;
  }
  .section-dark .container {
    padding: 15px 15px 20px 15px;
  }
  .category-button {
    font-size: 0.75rem;
    padding: 0.75rem 0.5rem;
    min-height: 70px;
    margin: 12px 5px;
  }
  .products-page-intro {
    padding: 1.65rem 0 1.35rem;
  }
  .products-page-grid {
    padding: 1.25rem 0 2rem;
  }
  .product-card,
  .product {
    padding: 15px;
    margin-bottom: 15px;
  }
  .container + .container {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .homepage-hero {
    padding: 2rem 0 2.25rem;
    background-size: cover;
    background-position: center center;
    min-height: 280px;
  }
  .homepage-brands {
    padding: 28px 0 30px;
  }
  .homepage-brands .homepage-brands__title {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }
  .homepage-brands .homepage-brands__title-line--accent {
    font-size: clamp(0.88rem, 3.35vw, 1.55rem);
    letter-spacing: 0.05em;
  }
  .homepage-brands .homepage-brands__heading {
    margin-bottom: 1.35rem;
  }
  .homepage-featured {
    padding: 35px 0;
  }
  .section-dark-bg {
    padding: 35px 0;
  }
  .section-dark-bg .container .row {
    margin-bottom: 20px;
    gap: 30px;
  }
  .section-dark-bg > .container > .row:first-child h2,
  .section-dark-bg > .container > .row:first-child h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .section-dark-bg .container > .row .col-12 h4 {
    font-size: 1.35rem;
  }
  .social-feed {
    gap: 16px;
    padding: 15px 5px 30px 5px;
    margin: 0 -5px;
  }
  .social-post-card {
    width: 300px;
  }
  .social-post-card:hover {
    transform: translateY(-2px);
  }
  .white-section,
  .section-light {
    padding: 30px 0;
  }
  .white-section .container h3,
  .section-light .container h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .white-section .container p,
  .section-light .container p {
    margin-bottom: 15px;
  }
  .white-section .container .row,
  .section-light .container .row {
    margin-bottom: 20px;
  }
  .site-footer .footer-content {
    padding: 35px 15px 20px 15px;
  }
  .site-footer .footer-content .row {
    flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-content .row > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-footer .footer-content .row > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .site-footer .footer-content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(234, 20, 141, 0.3);
  }
  .site-footer .footer-content .nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-content .nav .nav-item {
    margin-bottom: 0;
  }
  .site-footer .footer-content .nav .nav-item .nav-link {
    padding: 10px 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
  }
  .site-footer .footer-content .nav .nav-item .nav-link:last-child {
    border-bottom: none;
  }
  .site-footer .footer-content .nav .nav-item .nav-link:hover, .site-footer .footer-content .nav .nav-item .nav-link:focus {
    color: #ea148d;
    padding-left: 8px;
    background-color: rgba(234, 20, 141, 0.05);
    border-radius: 4px;
  }
  .site-footer .footer-newsletter {
    text-align: left;
    margin-top: 0;
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 20px;
    margin: 0 -5px;
  }
  .site-footer .footer-newsletter p {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .site-footer .footer-newsletter .mc-field-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .site-footer .footer-newsletter .mc-field-group input[type=email] {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
  }
  .site-footer .footer-newsletter .mc-field-group input[type=email]::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .site-footer .footer-newsletter .mc-field-group input[type=email]:focus {
    outline: none;
    border-color: #ea148d;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(234, 20, 141, 0.2);
  }
  .site-footer .footer-newsletter .mc-field-group input[type=submit] {
    width: 100%;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #ea148d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .site-footer .footer-newsletter .mc-field-group input[type=submit]:hover {
    background-color: #c01275;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 20, 141, 0.4);
  }
  .site-footer .footer-newsletter .mc-field-group input[type=submit]:active {
    transform: translateY(0);
  }
  .site-footer .footer-copyright {
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
  .site-footer .footer-copyright p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
  }
}
/* Tablet view */
@media (min-width: 768px) and (max-width: 991px) {
  .site-header {
    padding: 12px 0;
  }
  .site-header .header-logo {
    margin-left: 20px;
  }
  .site-header .header-logo-img {
    max-height: 2.614rem;
  }
  .site-header .header-cta {
    margin-right: 20px;
  }
  .site-header .header-phone {
    font-size: 1.15rem;
  }
  .site-header .header-cta .homepage-hero-cta {
    padding: 12px 20px;
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .section-dark .container {
    padding: 20px 15px 25px 15px;
  }
  .category-button {
    font-size: 0.9rem;
    padding: 0.9rem 0.5rem;
    min-height: 75px;
    margin: 15px 8px;
  }
  .products-page-intro {
    padding: 1.85rem 0 1.6rem;
  }
  .products-page-grid {
    padding: 1.35rem 0 2.25rem;
  }
  .product-card,
  .product {
    margin-bottom: 18px;
  }
  .container + .container {
    padding-top: 10px;
    padding-bottom: 18px;
  }
  .homepage-hero {
    padding: 2.5rem 0 3rem;
    background-size: cover;
    background-position: center center;
    min-height: 320px;
  }
  .homepage-brands {
    padding: 36px 0 40px;
  }
  .homepage-featured {
    padding: 45px 0;
  }
  .section-dark-bg {
    padding: 45px 0;
  }
  .section-dark-bg > .container > .row:first-child h2,
  .section-dark-bg > .container > .row:first-child h3 {
    font-size: 1.85rem;
  }
  .section-dark-bg .container > .row {
    gap: 35px;
  }
  .social-feed {
    gap: 20px;
  }
  .social-post-card {
    width: 320px;
  }
  .white-section,
  .section-light {
    padding: 40px 0;
  }
  .white-section .container h3,
  .section-light .container h3 {
    font-size: 1.65rem;
  }
  .site-footer .footer-content {
    padding: 35px 0 18px 0;
  }
  .site-footer .footer-copyright {
    padding: 18px 0;
  }
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* Desktop view */
@media all and (min-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }
  .navbar-toggler {
    display: none !important;
  }
  .site-header {
    padding: 12px 0;
  }
  .site-header .header-logo {
    margin-left: 30px;
  }
  .site-header .header-cta {
    margin-right: 30px;
  }
  .section-dark .container {
    padding: 25px 15px 30px 15px;
  }
  .category-button {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    min-height: 80px;
    margin: 15px 10px;
  }
  .products-page-intro {
    padding: 2.25rem 0 2rem;
  }
  .products-page-grid {
    padding: 1.5rem 0 2.75rem;
  }
  .container + .container {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .homepage-hero {
    padding: 3.5rem 0 4.5rem;
    background-size: cover;
    background-position: center center;
    min-height: 420px;
  }
  .homepage-brands {
    padding: 45px 0 50px;
  }
  .homepage-featured {
    padding: 50px 0;
  }
  .section-dark-bg {
    padding: 50px 0;
  }
  .section-dark-bg .container > .row {
    gap: 50px;
  }
  .white-section,
  .section-light {
    padding: 50px 0;
  }
  .site-footer .footer-content {
    padding: 40px 0 20px 0;
  }
  .site-footer .footer-copyright {
    padding: 20px 0;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  .navbar .megamenu .row {
    padding: 20px 15px;
  }
  .navbar .megamenu .col-megamenu {
    padding: 10px;
    margin-bottom: 15px;
  }
  .navbar .megamenu .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .navbar .megamenu ul a {
    font-size: 0.9rem;
    padding: 6px 0;
  }
}
@media all and (min-width: 1400px) {
  h1 {
    font-size: 3rem;
  }
  .brand-card__logo {
    max-height: 6.75rem;
    max-width: min(12.5rem, 100%);
  }
  .brand-card__logo--jts {
    max-height: 6.75rem;
    max-width: min(10.5rem, 100%);
  }
  .brand-card__logo--wide {
    max-height: 5.35rem;
    max-width: min(17rem, 100%);
  }
  .brand-card__logo--nobull {
    max-height: 6.75rem;
    max-width: min(12.5rem, 100%);
  }
  .site-header {
    padding: 14px 0;
  }
  .site-header .header-phone {
    font-size: 1.45rem;
  }
  .section-dark .container {
    padding: 30px 15px 35px 15px;
  }
  .category-button {
    font-size: 1.1rem;
    padding: 1.1rem 0.5rem;
    min-height: 85px;
    margin: 18px 12px;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
body.whatsnew-page {
  background-color: #211f1f;
  color: #ffffff;
}
body.whatsnew-page .whatsnew-page__main {
  flex: 1 0 auto;
  margin-top: 0;
}
body.whatsnew-page .homepage-banner + .whatsnew-page__main {
  margin-top: 0;
}
body.whatsnew-page .site-header + div {
  background-color: #f8f8f8;
}
body.whatsnew-page .site-header + div .navbar.navbar-light {
  background-color: #f8f8f8;
}

.whatsnew-innovation {
  background-color: #211f1f;
  color: #ffffff;
}

.whatsnew-innovation__intro {
  box-sizing: border-box;
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
}

.whatsnew-innovation__title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-size: clamp(1.75rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f29f05;
  text-wrap: balance;
}

.whatsnew-innovation__lede {
  box-sizing: border-box;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.98rem, 0.92rem + 0.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-wrap: pretty;
}

.whatsnew-innovation__cards {
  padding: 0 0 clamp(2.5rem, 6vw, 4rem);
}

.whatsnew-innovation__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 992px) {
  .whatsnew-innovation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.5vw, 2.25rem);
  }
}

.whatsnew-flavor-card {
  background-color: #211f1f;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  --products-accent: #e09f04;
}
.whatsnew-flavor-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--products-accent, #e09f04) 42%, rgba(255, 255, 255, 0.14));
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.42), 0 0 0 1px color-mix(in srgb, var(--products-accent, #e09f04) 32%, transparent);
}

.whatsnew-flavor-card__visual {
  box-sizing: border-box;
  margin: 0;
  padding: 1.1rem 1.1rem clamp(0.65rem, 1.5vw, 0.85rem);
  line-height: 0;
  background: transparent;
}

.whatsnew-flavor-card__image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 16px;
}

.whatsnew-flavor-card__body {
  box-sizing: border-box;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: clamp(1.35rem, 3.2vw, 1.85rem) clamp(1.15rem, 3vw, 1.65rem) clamp(1.5rem, 3.5vw, 1.9rem);
  background: transparent;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.whatsnew-flavor-card__callout {
  margin: 0 0 clamp(1rem, 2.5vw, 1.35rem);
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ea148d;
  text-wrap: pretty;
}

.whatsnew-flavor-card__copy {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.95rem, 2vw, 1.2rem);
}
.whatsnew-flavor-card__copy p {
  margin: 0;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.015em;
  color: #ffffff;
  text-wrap: pretty;
}
.whatsnew-flavor-card__copy--tight {
  gap: 0.75rem;
}

.whatsnew-flavor-card__highlights {
  margin: 0 0 clamp(0.85rem, 2vw, 1.1rem);
  padding: 0;
  list-style: none;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(1rem, 1.85vw, 1.12rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #ea148d;
}
.whatsnew-flavor-card__highlights li {
  margin: 0.35rem 0;
}

.whatsnew-flavor-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: clamp(1.1rem, 2.75vw, 1.5rem);
  width: 100%;
}

.whatsnew-flavor-card__meta {
  margin: 0;
  font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.whatsnew-flavor-card__nutrition {
  margin: 0;
  padding: 0;
}
.whatsnew-flavor-card__nutrition a {
  display: inline-block;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(0.82rem, 0.78rem + 0.15vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--products-accent, #e09f04);
}
.whatsnew-flavor-card__nutrition a:hover, .whatsnew-flavor-card__nutrition a:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

body.brand-hub-page {
  --brand-accent: #2191e0;
  background-color: #211f1f;
  color: rgba(255, 255, 255, 0.92);
}
body.brand-hub-page.brand-hub-page--jts {
  --brand-accent: #2191e0;
}
body.brand-hub-page.brand-hub-page--sb {
  --brand-accent: #e09f04;
}
body.brand-hub-page.brand-hub-page--nobull {
  --brand-accent: #ea148d;
}
body.brand-hub-page .site-header + div {
  background-color: #f8f8f8;
}
body.brand-hub-page .site-header + div .navbar.navbar-light {
  background-color: #f8f8f8;
}
body.brand-hub-page .brand-hub-page__main {
  flex: 1 0 auto;
}
body.brand-hub-page .banner-full-width {
  width: 100%;
  margin: 0;
  line-height: 0;
  border-bottom: 3px solid var(--brand-accent);
}
body.brand-hub-page .banner-full-width img {
  width: 100%;
  height: auto;
  display: block;
}
body.brand-hub-page .brand-hub-page__main .container {
  padding: clamp(1.5rem, 4vw, 2.5rem) 15px clamp(2rem, 5vw, 3rem);
}
body.brand-hub-page .brand-hub-page__main .row.g-4 {
  --bs-gutter-y: 1.25rem;
}
body.brand-hub-page .brand-hub-page__main .row.g-4 [class*=col-] {
  display: flex;
}
body.brand-hub-page .brand-hub-page__main .container .row > [class*=col-] > a {
  display: flex;
  width: 100%;
  text-decoration: none !important;
  color: inherit;
}
body.brand-hub-page .brand-hub-page__main .container .row > [class*=col-] > a:hover, body.brand-hub-page .brand-hub-page__main .container .row > [class*=col-] > a:focus, body.brand-hub-page .brand-hub-page__main .container .row > [class*=col-] > a:visited {
  text-decoration: none !important;
  color: inherit;
}
body.brand-hub-page .category-button {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  align-self: stretch;
  box-sizing: border-box;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.15) 100%), #211f1f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.38);
  color: rgba(255, 255, 255, 0.94);
  font-family: "Roboto Condensed", "Roboto", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: clamp(0.72rem, 1.85vw, 0.95rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  white-space: normal;
  padding: 1rem 0.65rem;
  min-height: 4.75rem;
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.2s ease;
}
body.brand-hub-page a:hover .category-button,
body.brand-hub-page a:focus .category-button {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--brand-accent) 58%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px color-mix(in srgb, var(--brand-accent) 38%, transparent);
  color: #ffffff;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 45%, rgba(0, 0, 0, 0.12) 100%), #211f1f;
}
body.brand-hub-page a:active .category-button {
  transform: translateY(-2px);
}
body.brand-hub-page a:focus-visible .category-button {
  outline: 2px solid var(--brand-accent);
  outline-offset: 3px;
}
@media (max-width: 480px) {
  body.brand-hub-page .category-button {
    font-size: 0.7rem;
    padding: 0.8rem 0.45rem;
    min-height: 4.25rem;
    letter-spacing: 0.055em;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  body.brand-hub-page .category-button {
    font-size: 0.82rem;
    min-height: 4.5rem;
  }
}
@media (min-width: 992px) {
  body.brand-hub-page .category-button {
    font-size: 0.92rem;
    min-height: 5rem;
    padding: 1.05rem 0.75rem;
  }
}
@media (min-width: 1400px) {
  body.brand-hub-page .category-button {
    font-size: 1rem;
    min-height: 5.25rem;
  }
}

/*# sourceMappingURL=style.css.map */
