/**
 * Phase 1 hub / store / showcase layout (tabs + store access bar).
 */
@import url("site-fluid-layout.css");

.hub-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.hub-tabs:not(.hub-tabs--premium) a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hub-tabs:not(.hub-tabs--premium) a:hover {
  color: #fff;
  border-color: rgba(0, 255, 136, 0.35);
  background: rgba(0, 255, 136, 0.08);
}

.hub-tabs:not(.hub-tabs--premium) a.is-active {
  color: #86efac;
  border-color: rgba(0, 255, 136, 0.45);
  background: rgba(0, 255, 136, 0.12);
}

.hub-tabs:not(.hub-tabs--premium) a.hub-tabs--discord:hover {
  color: #86efac;
  border-color: rgba(0, 255, 136, 0.45);
  background: rgba(0, 255, 136, 0.12);
}

.hub-tabs:not(.hub-tabs--premium) a.hub-tabs--thai:hover {
  color: #5ce8ff;
  border-color: rgba(0, 212, 255, 0.45);
  background: rgba(0, 180, 255, 0.12);
}

.store-access-bar {
  margin: 0 0 28px;
  padding: 16px 18px;
  border-radius: var(--r-lg, 18px);
  border: 1px solid rgba(0, 255, 136, 0.22);
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 0, 0, 0.35));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.store-access-bar h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fafafa;
}

.store-access-bar p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: var(--muted, rgba(255, 255, 255, 0.72));
  max-width: 42rem;
}

.store-access-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  min-width: min(100%, 280px);
}

.store-access-actions .btn {
  width: auto;
  min-width: 0;
  flex-shrink: 0;
}

.store-page-head {
  margin: 8px 0 20px;
}

.store-page-head h1 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.store-page-head p {
  margin: 0;
  color: var(--muted, rgba(255, 255, 255, 0.72));
  max-width: 40rem;
}

@media (max-width: 640px) {
  .store-page-head {
    text-align: center;
  }

  .store-page-head p {
    margin-left: auto;
    margin-right: auto;
  }

  .page-store .store-access-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-store .store-access-bar > div {
    width: 100%;
  }

  .page-store .store-access-bar p {
    margin-left: auto;
    margin-right: auto;
  }

  .page-store .store-access-actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    min-width: 0;
  }

  .page-store .store-access-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .page-store #products .section-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .page-store #products .section-head > div {
    width: 100%;
  }

  .page-store #products .section-head .btn.ghost.sm {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .page-store #products .plans-fee-note {
    text-align: center;
  }
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.showcase-card {
  border-radius: var(--r-lg, 18px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.showcase-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.showcase-card figcaption {
  padding: 12px 14px;
  font-size: 0.85rem;
  color: var(--muted, rgba(255, 255, 255, 0.72));
}

/* Showcase — creator videos from Discord */
/* Reviews — 5-star from Discord */
.reviews-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 20px;
}

.reviews-toolbar p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 36rem;
}

.reviews-status {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reviews-status[hidden] {
  display: none;
}

.reviews-status--error {
  border-color: rgba(255, 120, 120, 0.25);
  color: rgba(255, 200, 200, 0.9);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-inline: auto;
}

@media (min-width: 1100px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

/* Premium review card — base; full styling on .page-reviews in site-premium.css */
.review-card--premium {
  --review-accent: #00e67a;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.review-premium-glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 55%;
  height: 80%;
  background: radial-gradient(circle, color-mix(in srgb, var(--review-accent) 22%, transparent), transparent 70%);
  pointer-events: none;
}

.review-premium-inner {
  position: relative;
  padding: 22px 22px 20px 26px;
}

.review-premium-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.review-premium-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid color-mix(in srgb, var(--review-accent) 45%, rgba(255, 255, 255, 0.12));
  box-shadow: 0 0 20px color-mix(in srgb, var(--review-accent) 25%, transparent);
  background: rgba(0, 0, 0, 0.35);
}

.review-premium-avatar--brand {
  object-fit: contain;
  padding: 7px;
  background: linear-gradient(145deg, rgba(0, 230, 122, 0.12), rgba(0, 0, 0, 0.45));
}

.review-premium-head-text {
  min-width: 0;
}

.review-premium-name {
  margin: 0 0 6px;
  font-family: var(--font-display, "Lexend", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1.2;
}

.review-premium-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.review-premium-star {
  font-size: 0.95rem;
  line-height: 1;
  color: var(--review-accent);
  text-shadow: 0 0 12px color-mix(in srgb, var(--review-accent) 55%, transparent);
}

.review-premium-star-img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.review-premium-quote {
  margin: 0 0 16px;
  padding: 0;
  border: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
}

.review-premium-quote .review-emoji {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 2px;
  vertical-align: -0.2em;
  object-fit: contain;
}

.review-premium-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.review-premium-chip {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--review-accent) 85%, #fff);
  background: color-mix(in srgb, var(--review-accent) 14%, rgba(0, 0, 0, 0.35));
  border: 1px solid color-mix(in srgb, var(--review-accent) 35%, transparent);
}

.review-premium-chip--muted {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.35));
}

/* Legacy embed styles (unused) */
.review-card--embed {
  --review-accent: #57f287;
  padding: 0;
  max-width: 432px;
  width: 100%;
  margin-inline: auto;
  border: none;
  border-left: 4px solid var(--review-accent);
  border-radius: 4px;
  background: #2b2d31;
  box-shadow: none;
  overflow: hidden;
}

.review-embed-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 12px;
  padding: 0.75rem 1rem 0.65rem 0.75rem;
}

.review-embed-main {
  min-width: 0;
}

.review-embed-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.35rem;
  min-width: 0;
}

.review-embed-brand-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.review-embed-headline {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #dbdee1;
  font-family: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.review-embed-headline strong {
  font-weight: 600;
  color: #f2f3f5;
}

.review-embed-thumb {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
  background: #1e6f42;
  align-self: start;
  flex-shrink: 0;
}

.review-embed-stars {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  margin: 0 0 0.5rem;
  min-height: 20px;
}

.review-embed-star-img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 4px color-mix(in srgb, var(--review-accent) 70%, transparent));
}

.review-embed-star-fallback {
  font-size: 1rem;
  line-height: 1;
  color: var(--review-accent);
  text-shadow: 0 0 8px color-mix(in srgb, var(--review-accent) 65%, transparent);
}

.review-embed-field {
  margin: 0 0 0.5rem;
}

.review-embed-field-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #f2f3f5;
  margin: 0 0 0.125rem;
  font-family: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.review-embed-field-value {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #dcddde;
  word-break: break-word;
  font-family:
    "gg sans",
    "Noto Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Segoe UI Emoji",
    "Apple Color Emoji",
    sans-serif;
}

.review-embed-field-value .review-emoji {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 1px;
  vertical-align: -0.2em;
  object-fit: contain;
}

.review-embed-footer {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.25rem;
  padding-top: 0;
  border-top: none;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #949ba4;
  font-family: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.review-embed-footer-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-stars {
  display: flex;
  gap: 4px;
}

.review-star {
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
}

.review-card--classic .review-star.is-filled {
  color: #fbbf24;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.35);
}

.review-text {
  font-family:
    var(--font-main, "Plus Jakarta Sans", system-ui, sans-serif),
    "Segoe UI Emoji",
    "Apple Color Emoji",
    sans-serif;
}

@media (max-width: 480px) {
  .review-embed-grid {
    grid-template-columns: 1fr;
  }

  .review-embed-thumb {
    width: 64px;
    height: 64px;
    justify-self: end;
    margin: 0 0 0.5rem;
  }
}

.review-stars {
  display: flex;
  gap: 4px;
}

.review-star {
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
}

.review-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  font-style: normal;
}

.review-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-avatar--placeholder {
  display: block;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.35), rgba(0, 80, 48, 0.4));
}

.review-author-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fafafa;
}

.review-date {
  margin: 2px 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.42);
  font-weight: 600;
}

.review-discord {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(0, 255, 136, 0.9);
  text-decoration: none;
}

.review-discord:hover {
  text-decoration: underline;
  color: #b7ffd9;
}


@media (max-width: 720px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

.showcase-videos-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 20px;
}

.showcase-videos-toolbar p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 36rem;
}

.showcase-videos-discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  color: #021208;
  border: 1px solid rgba(0, 255, 136, 0.5);
  background: linear-gradient(135deg, #5dffb0 0%, #00ff88 55%, #00cc6a 100%);
  box-shadow: 0 8px 28px rgba(0, 255, 136, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.showcase-videos-discord-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #7dffc0 0%, #5dffb0 55%, #00ff88 100%);
  border-color: rgba(0, 255, 136, 0.7);
  color: #000;
  box-shadow: 0 10px 32px rgba(0, 255, 136, 0.32);
}

.showcase-videos-status {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-videos-status[hidden] {
  display: none;
}

.showcase-videos-status--error {
  border-color: rgba(255, 120, 120, 0.25);
  color: rgba(255, 200, 200, 0.9);
}

.showcase-videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.showcase-video-card {
  border-radius: var(--r-lg, 18px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.showcase-video-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.showcase-video-player video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.showcase-video-player--yt {
  background-size: cover;
  background-position: center;
}

.showcase-video-player--yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.showcase-video-meta {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.showcase-video-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.showcase-video-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(0, 230, 122, 0.35);
  box-shadow: 0 0 12px rgba(0, 230, 122, 0.15);
}

.showcase-video-avatar--placeholder {
  display: block;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.35), rgba(0, 80, 48, 0.5));
}

.showcase-video-author-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fafafa;
}

.showcase-video-date {
  margin: 2px 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.showcase-video-title {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.showcase-video-discord {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(0, 255, 136, 0.9);
  text-decoration: none;
}

.showcase-video-discord:hover {
  text-decoration: underline;
  color: #b7ffd9;
}

.showcase-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.showcase-load-more-wrap[hidden] {
  display: none;
}

.showcase-load-more-btn {
  appearance: none;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 136, 0.4);
  background: rgba(0, 255, 136, 0.1);
  color: #86efac;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.showcase-load-more-btn:hover:not(:disabled) {
  background: rgba(0, 255, 136, 0.18);
  border-color: rgba(0, 255, 136, 0.65);
  color: #fff;
}

.showcase-load-more-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

@media (max-width: 520px) {
  .showcase-videos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav-center.hub-tabs {
    display: none;
  }
  .hub-tabs--mobile {
    display: flex;
    width: 100%;
    margin-top: 8px;
  }
}

/* —— Site footer: Design B (bento editorial) —— */
.site-footer--bento {
  --ft-accent: #00ff88;
  margin-top: 56px;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: 0 0 max(28px, env(safe-area-inset-bottom, 0px));
  position: relative;
  background:
    linear-gradient(180deg, rgba(0, 255, 136, 0.04) 0%, transparent 28%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 24px,
      rgba(255, 255, 255, 0.015) 24px,
      rgba(255, 255, 255, 0.015) 25px
    ),
    #030504;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer-beam {
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--ft-accent) 35%, #86efac 50%, var(--ft-accent) 65%, transparent 100%);
  opacity: 0.85;
}

.site-footer-shell {
  max-width: var(--site-max, var(--max, 1120px));
  margin: 0 auto;
  padding: 36px max(var(--site-gutter, 18px), env(safe-area-inset-right, 0px)) 0
    max(var(--site-gutter, 18px), env(safe-area-inset-left, 0px));
}

.site-footer-head {
  display: grid;
  grid-template-columns: minmax(200px, 1.1fr) minmax(180px, 1fr) auto;
  gap: 28px 32px;
  align-items: end;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer-head-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}

.site-footer-head-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer-head-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer-head-name {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.site-footer-head-sub {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer-head-quote {
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer-head-quote em {
  font-style: normal;
  color: var(--ft-accent);
}

.site-footer-head-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.site-footer-cta:hover {
  border-color: rgba(0, 255, 136, 0.4);
  background: rgba(0, 255, 136, 0.08);
  color: #fff;
}

.site-footer-cta--fill {
  color: #021208;
  background: var(--ft-accent);
  border-color: rgba(0, 255, 136, 0.5);
}

.site-footer-cta--fill:hover {
  background: #5dffb0;
  color: #000;
}

.site-footer-cta--discord:hover {
  border-color: rgba(0, 255, 136, 0.45);
  background: rgba(0, 255, 136, 0.1);
  color: #fff;
}

.site-footer-cta--thai:hover {
  border-color: rgba(0, 212, 255, 0.55);
  background: rgba(0, 180, 255, 0.12);
  color: #5ce8ff;
}

.showcase-videos-thai-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  color: #5ce8ff;
  border: 1px solid rgba(0, 212, 255, 0.45);
  background: rgba(0, 180, 255, 0.1);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.showcase-videos-thai-btn:hover {
  background: rgba(0, 180, 255, 0.2);
  border-color: rgba(0, 212, 255, 0.65);
  color: #fff;
}

.showcase-videos-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.site-footer-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.site-footer-bento-card {
  padding: 20px 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  min-height: 168px;
}

.site-footer-bento-card--accent {
  border-color: rgba(0, 255, 136, 0.22);
  background: linear-gradient(160deg, rgba(0, 255, 136, 0.1) 0%, rgba(0, 0, 0, 0.2) 55%);
}

.site-footer-bento-label {
  display: block;
  margin-bottom: 14px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 255, 136, 0.75);
}

.site-footer-bento-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-footer-bento-links a {
  display: block;
  padding: 7px 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, padding-left 0.15s ease;
}

.site-footer-bento-links a:hover {
  color: #fff;
  padding-left: 6px;
  border-bottom-color: rgba(0, 255, 136, 0.35);
}

.site-footer-bento-blurb {
  margin: 0 0 14px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.site-footer-bento-cta {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--ft-accent);
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-footer-bento-cta:hover {
  color: #b7ffd9;
}

.site-footer-rise {
  appearance: none;
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 136, 0.45);
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  color: #021208;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 255, 136, 0.2);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.site-footer-bento-card--accent {
  display: flex;
  flex-direction: column;
}

.site-footer-rise:hover {
  background: linear-gradient(135deg, #5dffb0, #00ff88);
  border-color: rgba(0, 255, 136, 0.7);
  color: #000;
  box-shadow: 0 8px 28px rgba(0, 255, 136, 0.32);
  transform: translateY(-1px);
}

.site-footer-rise:active {
  transform: translateY(0);
}

.site-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  text-align: center;
}

.site-footer-meta-copy,
.site-footer-meta-credit {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer-meta-credit a {
  color: rgba(0, 255, 136, 0.92);
  text-decoration: none;
  font-weight: 700;
}

.site-footer-meta-credit a:hover {
  text-decoration: underline;
}

.site-footer-heart {
  display: inline-block;
}

.footer.site-footer--bento {
  padding-top: 0;
}

@media (max-width: 900px) {
  .site-footer-head {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-head-cta {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .site-footer-bento {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer-head {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .site-footer-head-brand {
    justify-content: center;
    width: 100%;
  }

  .site-footer-head-quote {
    font-size: 1.15rem;
    text-align: center;
    justify-self: center;
    max-width: 28ch;
  }

  .site-footer-head-cta {
    justify-content: center;
    width: 100%;
  }

  .site-footer-bento-card {
    text-align: center;
    align-items: center;
  }

  .site-footer-bento-card--accent {
    align-items: center;
  }

  .site-footer-bento-label {
    text-align: center;
  }

  .site-footer-bento-links {
    align-items: center;
  }

  .site-footer-bento-links a {
    text-align: center;
  }

  .site-footer-bento-links a:hover {
    padding-left: 0;
  }

  .site-footer-bento-blurb {
    text-align: center;
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer-bento-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-bento-links a:hover {
    padding-left: 0;
  }

  .site-footer-rise:hover {
    transform: none;
  }
}
