/** Shopify CDN: Minification failed

Line 829:0 Expected "}" to go with "{"

**/


/* ============================================
   Stay Alive Club — Home page UI layer
   Scoped to homepage only (body has `template-index`)
   Palette: black + off-white + ONE accent (electric red)
   ============================================ */

.template-index {
  --sac-bg: #0b0b0d;
  --sac-fg: rgba(255, 255, 255, 0.94);
  --sac-muted: rgba(255, 255, 255, 0.72);
  --sac-dim: rgba(255, 255, 255, 0.55);
  --sac-border: rgba(255, 255, 255, 0.14);
  --sac-border-strong: rgba(255, 255, 255, 0.22);
  --sac-accent: #ff2d2d;
  --sac-radius: 18px;
  --sac-radius-sm: 12px;
  --sac-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.template-index .sac-section {
  background: radial-gradient(1100px 380px at 20% 0%, rgba(255, 45, 45, 0.12), transparent 55%),
    radial-gradient(900px 320px at 100% 10%, rgba(255, 255, 255, 0.05), transparent 50%),
    var(--sac-bg);
  color: var(--sac-fg);
  border-top: 1px solid var(--sac-border);
  padding: clamp(48px, 7vw, 88px) 0;
}

/* Standardized Container Padding to match Hero/Header */
:root {
  --sac-site-padding: max(4vw, 24px); 
}
@media (min-width: 1280px) {
  :root {
    --sac-site-padding: 65px; /* Matches the hero alignment observed */
  }
}

.template-index .sac-container,
.template-page .sac-container {
  max-width: 100%;
  padding-left: var(--sac-site-padding);
  padding-right: var(--sac-site-padding);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .template-index .sac-container,
  .template-page .sac-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.template-index .sac-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sac-dim);
}
.template-index .sac-kicker--small {
  font-size: 11px;
  letter-spacing: 0.16em;
}

.template-index .sac-h1,
.template-index .sac-h2,
.template-index .sac-h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.template-index .sac-h1 {
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.95;
}
.template-index .sac-h2 {
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.05;
}
.template-index .sac-h3 {
  font-size: 20px;
  line-height: 1.15;
}
.template-index .sac-h1--outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
  text-stroke: 1px rgba(255, 255, 255, 0.55);
}

.template-index .sac-body {
  color: var(--sac-muted);
  max-width: 64ch;
}
.template-index .sac-body p {
  margin: 0 0 12px;
}
.template-index .sac-body p:last-child {
  margin-bottom: 0;
}

.template-index .sac-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.template-index .sac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--sac-border-strong);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease,
    box-shadow 160ms ease;
}
.template-index .sac-btn:hover {
  transform: translateY(-1px);
}
.template-index .sac-btn:focus-visible {
  outline: 2px solid var(--sac-accent);
  outline-offset: 3px;
}
.template-index .sac-btn--primary {
  background: var(--sac-accent);
  color: #0b0b0d;
  border-color: rgba(255, 45, 45, 0.55);
  box-shadow: 0 14px 30px rgba(255, 45, 45, 0.18);
}
.template-index .sac-btn--ghost {
  background: transparent;
  color: var(--sac-fg);
}
.template-index .sac-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.34);
}

.template-index .sac-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--sac-fg);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 45, 45, 0.55);
  padding-bottom: 6px;
}

/* Media / placeholders */
.template-index .sac-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--sac-radius);
  border: 1px solid var(--sac-border);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 45, 45, 0.04));
  box-shadow: var(--sac-shadow);
}
.template-index .sac-media--portrait {
  aspect-ratio: 4 / 5;
}
.template-index .sac-media--landscape {
  aspect-ratio: 16 / 9;
}
.template-index .sac-media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.95);
}
.template-index .sac-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 20%, rgba(255, 45, 45, 0.22), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.10), transparent 50%);
  opacity: 0.85;
  pointer-events: none;
}
.template-index .sac-placeholder__inner {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 10px;
}
.template-index .sac-placeholder__title {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}
.template-index .sac-placeholder__meta {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}
.template-index .sac-placeholder__meta strong {
  color: rgba(255, 255, 255, 0.92);
}
.template-index .sac-placeholder__hint {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
.template-index .sac-caption {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sac-dim);
}

/* Marquee */
/* Marquee */
.sac-marquee {
  padding: 0;
  border-top: 0;
  background: #050507;
}
.sac-marquee__inner {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--sac-border);
  border-bottom: 1px solid var(--sac-border);
  padding: 16px 0;
  display: flex;
  user-select: none;
}
.sac-marquee__track {
  display: flex;
  gap: 28px;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: sac-marquee 40s linear infinite;
  flex-shrink: 0;
}
.sac-marquee__item {
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
  flex-shrink: 0;
}
.sac-marquee__dot {
  color: rgba(255, 45, 45, 0.85);
  font-weight: 900;
  font-size: 14px;
  flex-shrink: 0;
}
@keyframes sac-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sac-marquee__inner:hover .sac-marquee__track {
  animation-play-state: paused;
}


/* About */
/* About */
.sac-about__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 4vw, 46px);
  align-items: center;
}
@media (max-width: 900px) {
  .sac-about__grid {
    grid-template-columns: 1fr;
  }
}

/* Values accordion */
.template-index .sac-values__header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.template-index .sac-values__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--sac-border);
  border-radius: var(--sac-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}
.template-index .sac-values__item + .sac-values__item {
  border-top: 1px solid var(--sac-border);
}
.template-index .sac-acc {
  padding: 0;
}
.template-index .sac-acc__summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 18px;
  transition: background 300ms ease, padding 300ms ease;
}
.template-index .sac-acc__summary:hover {
  background: rgba(255, 255, 255, 0.02);
}
.template-index .sac-acc__summary::-webkit-details-marker {
  display: none;
}
.template-index .sac-acc__num {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
  transition: -webkit-text-stroke 300ms ease;
}
.template-index .sac-acc__title {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.template-index .sac-acc__tagline {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--sac-dim);
}
.template-index .sac-acc__toggle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--sac-border);
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}
.template-index .sac-acc__toggle::before,
.template-index .sac-acc__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgba(255, 255, 255, 0.86);
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease, transform 300ms ease, background 300ms ease;
}
.template-index .sac-acc__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.template-index details[open] .sac-acc__summary {
  background: rgba(255, 45, 45, 0.04);
}
.template-index details[open] .sac-acc__num {
  -webkit-text-stroke: 1px rgba(255, 45, 45, 0.65);
}
.template-index details[open] .sac-acc__toggle {
  border-color: rgba(255, 45, 45, 0.55);
  box-shadow: 0 10px 26px rgba(255, 45, 45, 0.14);
  background: rgba(255, 45, 45, 0.08);
}
.template-index details[open] .sac-acc__toggle::before {
  background: var(--sac-accent);
}
.template-index details[open] .sac-acc__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.template-index .sac-acc__body {
  padding: 0 18px 18px;
  color: var(--sac-muted);
  max-width: 80ch;
  animation: sac-accordion-slide-down 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes sac-accordion-slide-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Story grid */
.template-index .sac-story__header {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}
.template-index .sac-story__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1020px) {
  .template-index .sac-story__grid {
    grid-template-columns: 1fr;
  }
}
.template-index .sac-card {
  border: 1px solid var(--sac-border);
  border-radius: var(--sac-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}
.template-index .sac-card__content {
  padding: 16px 16px 18px;
  display: grid;
  gap: 10px;
}
.template-index .sac-quote {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
}

/* Join (newsletter) */
.template-index .sac-join__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 4vw, 40px);
  align-items: center;
}
@media (max-width: 900px) {
  .template-index .sac-join__grid {
    grid-template-columns: 1fr;
  }
}
.template-index .sac-join__form {
  margin-top: 16px;
}
.template-index .sac-join__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--sac-dim);
  letter-spacing: 0.02em;
}
.template-index .sac-join__newsletter .m-newsletter-form__wrapper {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}
.template-index .sac-join__newsletter input.m-newsletter-form__input {
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
}
.template-index .sac-join__newsletter input.m-newsletter-form__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.template-index .sac-join__newsletter .m-newsletter-form__button {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--sac-accent);
  color: #0b0b0d;
  border-left: 1px solid rgba(255, 45, 45, 0.55);
}

/* Light touch: home hero buttons (avoid random green secondary) */
.template-index .m-slider .m-button--secondary {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  transition: all 300ms ease !important;
}
.template-index .m-slider .m-button--secondary:hover {
  border-color: rgba(255, 45, 45, 0.55) !important;
  transform: translateY(-2px);
}
.template-index .m-slider .m-button--white {
  background: var(--sac-accent) !important;
  border-color: rgba(255, 45, 45, 0.55) !important;
  color: #0b0b0d !important;
  transition: all 300ms ease !important;
  box-shadow: 0 14px 30px rgba(255, 45, 45, 0.18) !important;
}
.template-index .m-slider .m-button--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 45, 45, 0.28) !important;
}
.template-index .m-slider .m-slide__content .h1,
.template-index .m-slider .m-slide__content h1 {
  letter-spacing: 0.02em;
}
.template-index .m-slider .m-slide__description {
  max-width: 54ch;
  opacity: 0.92;
}

/* Featured Products Section */
.template-index .m-featured-collection {
  background: radial-gradient(1000px 340px at 80% 0%, rgba(255, 45, 45, 0.08), transparent 50%),
    radial-gradient(850px 300px at 10% 10%, rgba(255, 255, 255, 0.03), transparent 45%),
    var(--sac-bg);
}
.template-index .m-featured-collection .container,
.template-index .m-featured-collection .container-fluid {
  max-width: 100%;
  padding-left: var(--sac-site-padding);
  padding-right: var(--sac-site-padding);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .template-index .m-featured-collection .container,
  .template-index .m-featured-collection .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.template-index .m-featured-collection .m-section--padding {
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
}
.template-index .m-featured-collection__header {
  text-align: left;
  margin-bottom: 32px;
}
.template-index .m-featured-collection__header h2,
.template-index .m-featured-collection__header .h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin: 0;
}
.template-index .m-product-card {
  border: 1px solid var(--sac-border);
  border-radius: var(--sac-radius-sm);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}
.template-index .m-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
.template-index .m-product-card__title {
  color: var(--sac-fg);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
}
.template-index .m-product-card__price {
  color: var(--sac-muted);
  font-weight: 900;
}

/* ===== ABOUT PAGE STYLES ===== */

/* About Hero */
.template-page.about .sac-about-hero {
  padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 9vw, 120px);
  background: radial-gradient(1200px 420px at 50% 0%, rgba(255, 45, 45, 0.15), transparent 60%),
    radial-gradient(900px 350px at 20% 20%, rgba(255, 255, 255, 0.04), transparent 50%),
    var(--sac-bg);
  border-top: 1px solid var(--sac-border);
  text-align: center;
}
.template-page.about .sac-about-hero__inner {
  max-width: 900px;
  margin: 0 auto;
}
.template-page.about .sac-about-hero__title {
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 0 clamp(20px, 3vw, 32px);
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.template-page.about .sac-about-hero__subtitle {
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
}

/* Story Section */
.template-page.about .sac-story {
  padding: clamp(60px, 9vw, 120px) 0;
  background: radial-gradient(1000px 380px at 80% 20%, rgba(255, 45, 45, 0.08), transparent 55%),
    var(--sac-bg);
  border-top: 1px solid var(--sac-border);
}
.template-page.about .sac-story__inner {
  max-width: 820px;
  margin: 0 auto;
}
.template-page.about .sac-story__heading {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 clamp(32px, 5vw, 56px);
  color: var(--sac-fg);
  text-align: center;
}
.template-page.about .sac-story__content {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 36px);
}
.template-page.about .sac-story__paragraph {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}
.template-page.about .sac-story__paragraph strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}
.template-page.about .sac-story__paragraph p {
  margin: 0;
}
.template-page.about .sac-story__highlight {
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  margin-top: clamp(16px, 3vw, 24px);
  padding: clamp(24px, 4vw, 40px) 0;
  border-top: 1px solid rgba(255, 45, 45, 0.3);
  border-bottom: 1px solid rgba(255, 45, 45, 0.3);
}
.template-page.about .sac-story__highlight p {
  margin: 0;
}
.template-page.about .sac-story__highlight strong {
  color: #fff;
}

/* Slogan Block */
.template-page.about .sac-slogan {
  padding: clamp(80px, 12vw, 160px) 0;
  background: radial-gradient(1100px 400px at 30% 50%, rgba(255, 45, 45, 0.12), transparent 60%),
    radial-gradient(950px 360px at 90% 40%, rgba(255, 255, 255, 0.05), transparent 50%),
    var(--sac-bg);
  border-top: 1px solid var(--sac-border);
  text-align: center;
}
.template-page.about .sac-slogan__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.template-page.about .sac-slogan__text {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(32px, 5vw, 48px);
}
.template-page.about .sac-slogan__line {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 45, 45, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: sac-slogan-fade-in 0.8s ease-out backwards;
}
.template-page.about .sac-slogan__line:nth-child(1) {
  animation-delay: 0.1s;
}
.template-page.about .sac-slogan__line:nth-child(2) {
  animation-delay: 0.2s;
}
.template-page.about .sac-slogan__line:nth-child(3) {
  animation-delay: 0.3s;
}
.template-page.about .sac-slogan__btn {
  margin-top: clamp(20px, 3vw, 32px);
}

@keyframes sac-slogan-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Shared Components (Page Agnostic) */

/* Story Grid */
.sac-story-grid {
  padding: clamp(60px, 9vw, 120px) 0;
  background: radial-gradient(1000px 400px at 20% 10%, rgba(255, 45, 45, 0.08), transparent 55%),
    var(--sac-bg);
  border-top: 1px solid var(--sac-border);
}
.sac-story-grid__inner {
  max-width: 100%;
  margin: 0 auto;
}
.sac-story-grid__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto clamp(48px, 6vw, 80px);
}
.sac-story-grid__heading {
  font-size: clamp(36px, 6vw, 64px);
  margin-bottom: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}
.sac-story-grid__desc {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.sac-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(24px, 4vw, 48px);
}
@media (min-width: 768px) {
  .sac-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sac-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sac-card__media {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 2px;
  background: #111;
  position: relative;
}
.sac-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sac-card:hover .sac-card__img {
  transform: scale(1.05);
}
.sac-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sac-card__kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--sac-primary);
  text-transform: uppercase;
}
.sac-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.sac-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

/* Accordion / Values (Shared) */
.sac-values,
.sac-accordion {
  padding: clamp(60px, 9vw, 120px) 0;
  background: var(--sac-bg);
  border-top: 1px solid var(--sac-border);
}
.sac-values {
   background: radial-gradient(1050px 360px at 15% 30%, rgba(255, 45, 45, 0.09), transparent 55%),
    radial-gradient(900px 320px at 95% 20%, rgba(255, 255, 255, 0.04), transparent 50%),
    var(--sac-bg);


