body.support-page {
  --bg-page: #1f1d1b;
  --bg-page-deep: #181511;
  --section-bridge: #252520;
  --section-warm-1: #2a2620;
  --section-warm-2: #322d25;
  --surface-card: #e9dfcf;
  --text-light: var(--brand-cream);
  --accent-warm: #b88245;
  --accent-warm-hover: #c89458;
  --accent-nav: var(--brand-gold);
  --glow-warm: rgba(184, 130, 69, 0.2);
  color: var(--text-light);
  background:
    radial-gradient(circle at 30% 18%, rgba(200, 164, 107, 0.12), transparent 58%),
    radial-gradient(circle at 76% 12%, rgba(79, 125, 122, 0.06), transparent 42%),
    linear-gradient(180deg, var(--bg-page), var(--bg-page-deep));
}

.support-page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  box-sizing: border-box;
  min-height: clamp(390px, 48vh, 500px);
  padding-top: clamp(4.8rem, 7vw, 6.4rem);
  padding-bottom: clamp(2rem, 4vw, 3.4rem);
  color: var(--text-light);
  background:
    radial-gradient(circle at 76% 16%, rgba(200, 164, 107, 0.15), transparent 34%),
    radial-gradient(circle at 60% 10%, rgba(143, 168, 155, 0.05), transparent 32%),
    linear-gradient(90deg, rgba(13, 12, 11, 0.94) 0%, rgba(24, 21, 18, 0.82) 42%, rgba(24, 21, 18, 0.42) 72%, rgba(22, 18, 15, 0.34) 100%),
    var(--cms-support-hero-bg, url("../web/supporthero.webp")) 50% 50% / cover no-repeat;
}

.support-oneoff-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.support-oneoff-section .support-page-wrap {
  position: relative;
  z-index: 1;
}

.support-oneoff-art {
  position: absolute;
  left: clamp(96px, 12vw, 210px);
  top: 50%;
  transform: translateY(-48%);
  z-index: 0;
  width: clamp(210px, 19.5vw, 285px);
  aspect-ratio: 1100 / 1069;
  margin: 0;
  pointer-events: none;
  opacity: 0.42;
}

.support-oneoff-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    sepia(0.16)
    saturate(0.72)
    brightness(0.9)
    contrast(0.98)
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.18));
}

.support-page-hero-copy,
.support-page-wrap {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.support-page-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  max-width: none;
}

.support-page-hero-copy h1,
.support-page-heading h2,
.support-feature-copy h2,
.support-info-card h2 {
  color: #f3ebdd;
}

.support-page-heading h2,
.support-feature-copy h2,
.support-info-card h2,
.support-info-card h3,
.support-shop-showcase .shop-copy h2 {
  color: #f1e6d6;
}

.support-page-hero-copy h1,
.support-page-hero-copy p:not(.eyebrow) {
  max-width: 760px;
}

.support-page-hero-copy h1 {
  max-width: 13.2ch;
}

.support-page-hero-copy p:not(.eyebrow) {
  max-width: 43ch;
  color: #cbbfae;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.6;
}

.support-page-heading p,
.support-feature-copy p,
.support-info-card p {
  color: #d8ccb8;
}

.support-info-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.1;
}

.support-page .eyebrow {
  color: var(--brand-gold);
}

.support-hub-section {
  padding-top: clamp(2.4rem, 4vw, 3.2rem);
  padding-bottom: clamp(2.4rem, 4vw, 3.2rem);
  background: var(--section-warm-1);
}

.support-hub-section-feature {
  background: var(--section-bridge);
}

.support-hub-section-alt {
  background: var(--section-warm-2);
}

.support-feature-card,
.support-info-card,
.support-option-card,
.support-social-row {
  border: 1px solid rgba(143, 168, 155, 0.18);
  background: rgba(243, 235, 221, 0.08);
  box-shadow:
    0 0 0 1px rgba(79, 125, 122, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.support-feature-card {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
  gap: clamp(1rem, 2.8vw, 2rem);
  align-items: center;
  max-width: 940px;
  margin-inline: auto;
  padding: clamp(1.1rem, 2.7vw, 1.65rem);
  border-radius: 22px;
}

.support-feature-logo {
  width: min(100%, 168px);
  border: 1px solid rgba(62, 74, 97, 0.42);
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(143, 168, 155, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.22);
}

.support-feature-copy {
  max-width: 660px;
}

.support-feature-kicker {
  margin-top: -0.35rem;
  color: var(--brand-gold) !important;
  font-weight: 800;
}

.support-feature-copy .button {
  margin-top: 0.35rem;
  color: var(--button-filled-text);
  border: 0;
  background: var(--button-filled-bg);
}

.support-feature-copy .button:hover,
.support-feature-copy .button:focus-visible {
  color: var(--button-filled-text);
  background: var(--button-filled-bg-hover);
}

.support-page-heading {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(1rem, 2.4vw, 1.45rem);
}

.support-hub-section:not(.support-hub-section-feature):not(.support-hub-section-alt):not(.support-shop-showcase):not(.support-help-section) .support-page-wrap {
  max-width: 1120px;
  margin-inline: auto;
}

.support-hub-section:not(.support-hub-section-feature):not(.support-hub-section-alt):not(.support-shop-showcase):not(.support-help-section) .support-page-heading {
  margin-left: auto;
  margin-right: 0;
}

.support-hub-section:not(.support-hub-section-feature):not(.support-hub-section-alt):not(.support-shop-showcase):not(.support-help-section) .support-option-grid {
  max-width: 760px;
  margin-left: auto;
}

.support-help-section {
  background:
    radial-gradient(circle at 16% 22%, rgba(143, 168, 155, 0.06), transparent 34%),
    var(--section-warm-2);
}

.support-help-section .support-page-wrap {
  width: min(100%, 1120px);
}

.support-help-heading {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.support-help-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(1rem, 2.6vw, 1.6rem);
  align-items: stretch;
}

.support-help-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.55rem;
}

.support-help-card .support-option-grid {
  margin-top: 0.75rem;
}

.support-help-actions {
  grid-template-columns: repeat(2, minmax(0, 13.5rem));
  justify-content: center;
}

.support-review-card {
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
}

.support-shop-showcase {
  background: var(--section-warm-1);
  padding-top: clamp(3rem, 5vw, 4.8rem);
  padding-bottom: clamp(3rem, 5vw, 4.8rem);
}

.support-shop-showcase-grid {
  width: min(100%, 1540px);
  display: grid;
  grid-template-columns: minmax(480px, 0.45fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 3.2vw, 3rem);
  align-items: center;
}

.support-shop-showcase .shop-copy p {
  max-width: 610px;
  color: #d8ccb8;
}

.support-shop-showcase .shop-copy .eyebrow {
  color: var(--brand-gold);
  font-size: 0.78rem;
}

.support-shop-showcase .shop-copy h2 {
  max-width: 700px;
  font-size: var(--section-title-size);
  line-height: 1.05;
  color: #f1e6d6;
}

.support-shop-showcase .shop-copy .button {
  margin-top: 0.7rem;
  color: var(--button-filled-text);
  border: 0;
  background: var(--button-filled-bg);
}

.support-shop-showcase .shop-copy .button:hover,
.support-shop-showcase .shop-copy .button:focus-visible {
  color: var(--button-filled-text);
  background: var(--button-filled-bg-hover);
}

.support-shop-showcase .shop-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(150px, 1fr);
  gap: clamp(0.7rem, 1vw, 0.95rem);
}

.support-shop-showcase .shop-preview a {
  display: block;
  border-radius: 8px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.support-shop-showcase .shop-preview a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.support-shop-showcase .shop-preview a:hover,
.support-shop-showcase .shop-preview a:focus-visible {
  outline: 0;
  box-shadow: 0 18px 44px rgba(10, 9, 8, 0.28);
  transform: translateY(-2px);
}

.support-shop-showcase .shop-preview img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(199, 155, 87, 0.1), rgba(255, 248, 236, 0.05)),
    rgba(31, 29, 27, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 236, 0.08),
    0 18px 42px rgba(10, 9, 8, 0.3);
}

.support-shop-showcase .shop-preview a:first-child img {
  aspect-ratio: auto;
}

.support-option-grid {
  display: grid;
  gap: 0.72rem;
}

.support-option-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-option-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 66px;
  padding: 0.72rem 0.85rem;
  color: #f3ebdd;
  border-radius: 16px;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.support-option-card:hover,
.support-option-card:focus-visible,
.support-social-row a:hover,
.support-social-row a:focus-visible {
  border-color: rgba(208, 165, 107, 0.45);
  background: rgba(243, 235, 221, 0.12);
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 52px rgba(0, 0, 0, 0.22),
    0 0 0 3px rgba(208, 165, 107, 0.24);
  transform: translateY(-1px);
}

.support-option-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
  padding: 0.34rem;
  border: 1px solid rgba(243, 235, 221, 0.14);
  border-radius: 999px;
  background: rgba(243, 235, 221, 0.08);
}

.support-option-card span {
  color: #f3ebdd;
  font-weight: 800;
  line-height: 1.18;
}

.support-review-shop-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 2.4vw, 1.4rem);
  align-items: stretch;
}

.support-review-wrap {
  max-width: 760px;
}

.support-review-wrap .support-info-card {
  text-align: center;
}

.support-review-wrap .support-review-button {
  margin-inline: auto;
}

.support-info-card {
  min-height: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.55rem);
  border-radius: 20px;
}

.support-review-button {
  display: inline-grid;
  gap: 0.15rem;
  margin-top: 0.35rem;
  width: min(100%, 360px);
  padding: 0.72rem 1rem;
  color: #2e241a;
  border: 1px solid rgba(216, 204, 184, 0.75);
  border-radius: 16px;
  background: #e9dfcf;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.support-review-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
}

.support-review-title img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.support-review-title strong {
  min-width: 0;
  line-height: 1.18;
}

.support-review-button:hover,
.support-review-button:focus-visible {
  background: #f3ebdd;
  border-color: rgba(184, 130, 69, 0.35);
  outline: none;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.14),
    0 0 0 3px rgba(208, 165, 107, 0.24);
}

.support-review-button .support-stars {
  margin: 0;
  color: #b88245;
  letter-spacing: 0.06em;
}

.support-shop-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 190px);
  gap: 1rem;
  align-items: center;
}

.support-shop-card img {
  width: 100%;
  border: 1px solid rgba(143, 168, 155, 0.18);
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.support-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.85rem;
  border-radius: 18px;
}

.support-social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(243, 235, 221, 0.16);
  border-radius: 999px;
  background: rgba(243, 235, 221, 0.08);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.support-social-row img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 760px) {
  body.support-page {
    background: linear-gradient(180deg, var(--bg-page), var(--bg-page-deep));
  }

  .support-page-hero {
    background:
      linear-gradient(90deg, rgba(13, 12, 11, 0.94) 0%, rgba(24, 21, 18, 0.82) 42%, rgba(24, 21, 18, 0.42) 72%, rgba(22, 18, 15, 0.34) 100%),
      var(--cms-support-hero-bg, url("../web/supporthero.webp")) 50% 50% / cover no-repeat;
  }

  .support-help-section {
    background: var(--section-warm-2);
  }

  .support-feature-card,
  .support-review-shop-grid,
  .support-help-grid,
  .support-shop-card,
  .support-option-grid-three,
  .support-shop-showcase-grid {
    grid-template-columns: 1fr;
  }

  .support-help-heading {
    text-align: left;
  }

  .support-help-card {
    gap: 0.42rem;
    padding: 1rem;
    border-radius: 18px;
  }

  .support-help-card h3 {
    margin-bottom: 0.38rem;
    font-size: clamp(1.34rem, 6vw, 1.65rem);
  }

  .support-help-card p {
    margin-bottom: 0.35rem;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .support-help-actions {
    grid-template-columns: 1fr;
    gap: 0.48rem;
    margin-top: 0.45rem;
  }

  .support-feature-card {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    justify-items: stretch;
    gap: 0.85rem;
    width: min(100%, 430px);
    padding: 1rem;
    border-radius: 18px;
  }

  .support-oneoff-art {
    display: none;
  }

  .support-feature-logo {
    width: 92px;
    border-radius: 12px;
  }

  .support-feature-copy {
    display: grid;
    align-content: center;
    max-width: none;
    min-width: 0;
  }

  .support-feature-copy .eyebrow {
    margin-bottom: 0.16rem;
  }

  .support-feature-copy h2 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.45rem, 7vw, 1.75rem);
  }

  .support-feature-kicker {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .support-feature-copy p:not(.eyebrow):not(.support-feature-kicker) {
    margin-bottom: 0.72rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .support-feature-copy .button {
    justify-self: start;
    min-height: 42px;
    padding-inline: 1rem;
  }

  .support-help-actions .support-option-card {
    position: relative;
    justify-content: flex-start;
    min-height: 50px;
    padding: 0.48rem 2.25rem 0.48rem 0.58rem;
    gap: 0.58rem;
    border-radius: 14px;
    text-align: left;
  }

  .support-help-actions .support-option-card::after {
    content: "›";
    position: absolute;
    right: 0.82rem;
    top: 50%;
    transform: translateY(-52%);
    color: rgba(208, 165, 107, 0.86);
    font-size: 1.35rem;
    line-height: 1;
  }

  .support-help-actions .support-option-card img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    padding: 0.25rem;
  }

  .support-help-actions .support-option-card span {
    font-size: 0.94rem;
    line-height: 1.16;
  }

  .support-shop-card img {
    max-width: 240px;
  }

  .support-page-heading {
    margin-inline: 0;
  }

  .support-shop-showcase {
    padding-bottom: 2.85rem;
  }

  .support-shop-showcase-grid {
    gap: 1rem;
    align-items: start;
  }

  .support-shop-showcase .shop-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 0.65rem;
  }

  .support-shop-showcase .shop-preview a:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .support-shop-showcase .shop-preview a:nth-child(n + 5) {
    display: none;
  }

  .support-shop-showcase .shop-preview a:first-child img,
  .support-shop-showcase .shop-preview img,
  .support-shop-showcase .shop-preview a:nth-child(n + 2) img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

@media (max-width: 340px) {
  .support-feature-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .support-feature-copy .button {
    justify-self: center;
  }
}
