/* ============================================================
   Hustlers Crib – Community About Page
   community-about.css  v3
   ============================================================ */

/* Full-width page background for Community About Page
   Use higher-specificity + !important to override global white background */
body.cf-body {
  background-color: #faf7f1 !important;
  min-height: 100vh;
}

/* ── Shell wrapper ── */
.gci-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  color: #16213e;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.gci-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #6f7690;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.gci-back-link svg {
  width: 16px;
  height: 16px;
}

.gci-card {
  background: #faf7f1;
  border-radius: 32px;
}

.gci-hero-media {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(32, 25, 17, 0.08);
}

.gci-hero-image,
.gci-hero-placeholder {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.gci-hero-placeholder {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0)),
    linear-gradient(135deg, #b48652 0%, #efd8b4 52%, #f7ead5 100%);
}

.gci-hero-copy {
  max-width: 700px;
  margin: 0 auto;
  padding: 34px 18px 0;
  text-align: center;
}

.gci-title,
.gci-heading,
.gci-cta-panel h2 {
  font-family: "Cormorant Garamond", serif;
  color: #16213e;
  letter-spacing: -0.03em;
}

.gci-title {
  margin: 0;
  font-size: 62px;
  line-height: 0.96;
  font-weight: 600;
}

.gci-subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  color: #6f7690;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

.gci-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
}

.gci-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f7690;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.gci-meta-item strong,
.gci-price {
  color: #16213e;
  font-weight: 700;
}

.gci-meta-item svg {
  width: 14px;
  height: 14px;
  color: #d69b2f;
  flex-shrink: 0;
}

.gci-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid #ddd7ce;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #6f7690;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gci-price {
  font-size: 13px;
}

.gci-join-wrap {
  margin-top: 22px;
}

.gci-join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 312px;
  min-height: 52px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd55f 0%, #cb8a1c 100%);
  color: #2f220e;
  box-shadow: 0 10px 24px rgba(210, 157, 44, 0.18);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gci-join-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(210, 157, 44, 0.24);
  color: #2f220e;
}

.gci-join-btn-muted {
  background: #e9dfcf;
  color: #6b5a41;
  box-shadow: none;
}

.gci-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 0;
  color: #7c839b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.gci-note svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.gci-section {
  max-width: 820px;
  margin: 46px auto 0;
  padding: 0 18px 34px;
  border-bottom: 1px solid #e9e0d5;
}

.gci-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #d69b2f;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.gci-heading {
  margin: 0;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 600;
}

.gci-body-copy {
  max-width: 680px;
  margin: 16px 0 0;
  color: #4e5876;
  font-size: 15px;
  line-height: 1.95;
  font-weight: 500;
}

.gci-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 42px;
  margin-top: 22px;
}

.gci-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #42506f;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.gci-check {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 999px;
  flex-shrink: 0;
  background:
    radial-gradient(circle at center, #d8a637 0 34%, transparent 35%),
    #fff2d6;
  border: 1px solid #f0ddb3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.gci-host-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #d9d0c5;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(38, 28, 18, 0.08);
}

.gci-host-avatar {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8d79d6 0%, #a99add 100%);
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 700;
  flex-shrink: 0;
}

.gci-host-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gci-host-copy strong {
  display: block;
  color: #16213e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.gci-host-copy span {
  display: block;
  margin-top: 6px;
  color: #6f7690;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.gci-faq-list {
  margin-top: 18px;
}

.gci-faq-item {
  border-top: 1px solid #e9e0d5;
}

.gci-faq-item:last-child {
  border-bottom: 1px solid #e9e0d5;
}

.gci-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border: none;
  background: transparent;
  color: #16213e;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.gci-faq-plus {
  color: #d69b2f;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.gci-faq-trigger[aria-expanded="true"] .gci-faq-plus {
  transform: rotate(45deg);
}

.gci-faq-panel {
  padding: 0 0 18px;
}

.gci-faq-panel p {
  margin: 0;
  color: #5b6481;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.gci-cta-panel {
  max-width: 820px;
  margin: 52px auto 0;
  padding: 48px 24px 44px;
  border-radius: 26px;
  background: #1c2550;
  text-align: center;
  box-shadow: 0 22px 52px rgba(16, 23, 51, 0.16);
}

.gci-cta-panel h2 {
  margin: 0;
  color: #f9f2e7;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
}

.gci-cta-panel p {
  margin: 12px 0 0;
  color: rgba(249, 242, 231, 0.82);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.gci-join-btn-cta {
  margin-top: 24px;
}

.gci-cta-panel small {
  display: block;
  max-width: 420px;
  margin: 16px auto 0;
  color: rgba(225, 229, 245, 0.78);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .gci-title { font-size: 50px; }
  .gci-heading { font-size: 42px; }
  .gci-cta-panel h2 { font-size: 42px; }
  .gci-hero-image,
  .gci-hero-placeholder { height: 360px; }
}

@media (max-width: 767.98px) {
  .gci-shell {
    padding: 18px 14px 42px;
  }

  .gci-card {
    border-radius: 24px;
  }

  .gci-hero-media {
    border-radius: 24px;
  }

  .gci-hero-image,
  .gci-hero-placeholder {
    height: 210px;
  }

  .gci-hero-copy {
    padding: 26px 0 0;
  }

  .gci-title {
    font-size: 36px;
  }

  .gci-subtitle {
    font-size: 14px;
    line-height: 1.75;
  }

  .gci-meta-row {
    justify-content: flex-start;
    gap: 10px;
  }

  .gci-join-wrap {
    text-align: left;
  }

  .gci-join-btn {
    width: 100%;
    min-width: 0;
  }

  .gci-note {
    justify-content: flex-start;
  }

  .gci-section {
    margin-top: 38px;
    padding: 0 0 28px;
  }

  .gci-heading {
    font-size: 28px;
  }

  .gci-body-copy {
    font-size: 14px;
    line-height: 1.9;
  }

  .gci-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gci-host-card {
    align-items: flex-start;
    border-radius: 22px;
  }

  .gci-host-avatar {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 24px;
  }

  .gci-host-copy strong {
    font-size: 16px;
  }

  .gci-faq-trigger {
    padding: 18px 0;
    font-size: 14px;
  }

  .gci-cta-panel {
    margin-top: 38px;
    padding: 34px 18px 30px;
    border-radius: 22px;
  }

  .gci-cta-panel h2 {
    font-size: 36px;
  }
}

.gab-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

/* ================================================================
   HERO — COVER AREA
   ================================================================ */
.gab-cover-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
  line-height: 0;
  border-radius: 0;
}

.gab-hero-banner {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.gab-hero-banner-placeholder {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, #111827 0%, #1e3a5f 60%, #0f3460 100%);
}

/* Cover overlay — shows on hover */
.gab-cover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(0,0,0,0);
  color: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background .2s, color .2s;
}
.gab-cover-overlay svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.gab-cover-wrap:hover .gab-cover-overlay,
.gab-cover-editable:hover .gab-cover-overlay {
  background: rgba(0,0,0,.45);
  color: #ffffff;
}
/* View overlay (member) — smaller icon, no text */
.gab-cover-overlay-view {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 12px 14px;
}
.gab-cover-overlay-view svg {
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,0);
  transition: color .2s;
}
.gab-cover-wrap:hover .gab-cover-overlay-view svg {
  color: #ffffff;
}

/* Loading spinner over cover */
.gab-cover-loader {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

/* ================================================================
   HERO META BAR  (logo + name + badges + actions)
   ================================================================ */
.gab-hero-meta {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  padding: 0 4px 10px;
  margin-top: -40px;        /* pull logo up over cover */
  position: relative;
  flex-wrap: wrap;
}

/* ── Logo wrapper ── */
.gab-hero-logo-wrap {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.gab-hero-logo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 3px 14px rgba(0,0,0,.18);
  display: block;
  transition: filter .2s;
}

/* Logo overlay — is itself the clickable label (admin) or button (member) */
.gab-logo-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.gab-logo-overlay svg {
  width: 22px;
  height: 22px;
  color: transparent;
  transition: color .2s;
}
.gab-hero-logo-wrap:hover .gab-hero-logo { filter: brightness(.8); }
.gab-hero-logo-wrap:hover .gab-logo-overlay { background: rgba(0,0,0,.35); }
.gab-hero-logo-wrap:hover .gab-logo-overlay svg { color: #ffffff; }

/* Logo loading spinner */
.gab-logo-loader {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

/* ── Name + badges — standalone row below the cover/meta bar ── */
.gab-hero-info {
  display: flex;
  align-items: center;
  padding: 4px 4px 18px;
}

.gab-hero-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.gab-hero-name {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.gab-hero-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gab-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: #f4f2ef;
  border: 1px solid #e0dedd;
  border-radius: 20px;
  padding: 4px 11px;
}
.gab-badge svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* ── Hero action buttons ── */
.gab-hero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  flex-shrink: 0;
  margin-left: auto;
}

.gab-btn-exit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  border: 1.5px solid #d1d5db;
  background: #fff;
  color: #374151;
  cursor: pointer;
  transition: background .18s, border-color .18s, color .18s;
  white-space: nowrap;
}
.gab-btn-exit svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.gab-btn-exit:hover {
  background: #fef2f2;
  border-color: #ef4444;
  color: #dc2626;
}

/* ================================================================
   SPINNERS
   ================================================================ */
.gab-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255,255,255,.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: gabSpin .7s linear infinite;
}
.gab-spinner-sm {
  width: 22px;
  height: 22px;
  border-width: 2.5px;
}
@keyframes gabSpin { to { transform: rotate(360deg); } }

/* Hidden file inputs */
.gab-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.gab-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.gab-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

.gab-btn-primary  { background: #e6b541; color: #1a1a1a; border-color: #e6b541; }
.gab-btn-primary:hover { background: #d4a434; border-color: #d4a434; box-shadow: 0 3px 10px rgba(230,181,65,.3); }

.gab-btn-outline  { background: #ffffff; color: #1a1a1a; border-color: #e0dedd; }
.gab-btn-outline:hover { border-color: #e6b541; color: #c49330; }

.gab-btn-ghost    { background: transparent; color: #555; border-color: #e0dedd; }
.gab-btn-ghost:hover { background: #f4f2ef; color: #1a1a1a; }

/* ================================================================
   TWO-COLUMN BODY
   ================================================================ */
.gab-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: flex-start;
  padding-top: 10px;
}

/* ================================================================
   GENERIC CARD
   ================================================================ */
.gab-card {
  background: #ffffff;
  border: 1px solid #e0dedd;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gab-card:last-child { margin-bottom: 0; }

.gab-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 0;
}
.gab-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

/* ================================================================
   ABOUT CARD
   ================================================================ */
.gab-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: #f4f2ef;
  border: 1px solid #e0dedd;
  border-radius: 6px;
  padding: 5px 12px;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}
.gab-edit-btn:hover { border-color: #e6b541; color: #c49330; }
.gab-edit-btn svg { width: 13px; height: 13px; }

.gab-desc-text {
  font-size: 14px;
  color: #444;
  line-height: 1.78;
  padding: 14px 20px 0;
  margin: 0;
}
.gab-desc-empty { color: #aaa; font-style: italic; }

.gab-desc-form { padding: 14px 20px 0; }

.gab-desc-toolbar { display: flex; gap: 4px; margin-bottom: 8px; }
.gab-toolbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e0dedd;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  font-size: 13px;
  color: #444;
  transition: border-color .15s, background .15s;
}
.gab-toolbar-btn:hover { border-color: #e6b541; background: #fffbf0; }
.gab-toolbar-btn svg { width: 14px; height: 14px; }

.gab-desc-editor {
  min-height: 100px;
  padding: 12px 14px;
  border: 1.5px solid #e0dedd;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.78;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  background: #fafafa;
}
.gab-desc-editor:focus {
  border-color: #e6b541;
  box-shadow: 0 0 0 3px rgba(230,181,65,.12);
  background: #ffffff;
}
.gab-desc-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.gab-meta-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #f0eeeb;
}
.gab-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.gab-meta-item svg { width: 16px; height: 16px; color: #e6b541; flex-shrink: 0; margin-top: 1px; }
.gab-meta-item strong { color: #1a1a1a; }
.gab-link { color: #e6b541; text-decoration: none; word-break: break-all; }
.gab-link:hover { text-decoration: underline; }

/* ================================================================
   GALLERY CARD
   ================================================================ */
.gab-gallery-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: #1a1a1a;
  border-radius: 6px;
  padding: 6px 14px;
  cursor: pointer;
  transition: background .15s, transform .1s;
  white-space: nowrap;
}
.gab-gallery-add-btn:hover { background: #333; transform: translateY(-1px); }
.gab-gallery-add-btn svg { width: 14px; height: 14px; }

.gab-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 4px;
  padding: 16px;
}
.gab-gallery-item {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f4f2ef;
}
.gab-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s, opacity .22s;
}
.gab-gallery-item:hover img { transform: scale(1.06); opacity: .88; }

.gab-gallery-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
  color: #bbb;
  font-size: 14px;
  text-align: center;
}
.gab-gallery-empty svg { width: 40px; height: 40px; color: #ddd; }
.gab-see-more { grid-column: 1 / -1; margin: 8px 0 0; }

.gab-upload-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 14px;
  font-size: 12px;
  color: #555;
}
.gab-upload-bar { flex: 1; height: 4px; background: #e0dedd; border-radius: 2px; overflow: hidden; }
.gab-upload-fill { height: 100%; background: #e6b541; border-radius: 2px; transition: width .2s; width: 0%; }

/* ================================================================
   SIDEBAR
   ================================================================ */
.gab-sidebar { position: sticky; top: 120px; }

.gab-sidebar-card { padding: 0; }
.gab-sidebar-cover-wrap { line-height: 0; }
.gab-sidebar-cover {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.gab-sidebar-cover-placeholder {
  width: 100%;
  height: 120px;
  background: linear-gradient(135deg, #111827 0%, #0f3460 100%);
}
.gab-sidebar-body { padding: 16px; }
.gab-sidebar-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.gab-sidebar-url  { font-size: 11px; color: #aaa; margin: 0 0 10px; word-break: break-all; }
.gab-sidebar-tagline { font-size: 13px; color: #555; line-height: 1.6; margin: 0 0 14px; }

.gab-sidebar-stats {
  display: flex;
  border: 1px solid #e0dedd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.gab-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 6px;
  border-right: 1px solid #e0dedd;
}
.gab-stat:last-child { border-right: none; }
.gab-stat strong { font-size: 16px; font-weight: 800; color: #1a1a1a; line-height: 1.2; }
.gab-stat span   { font-size: 10px; color: #888; margin-top: 2px; text-transform: uppercase; letter-spacing: .03em; }

.gab-member-preview { display: flex; margin-bottom: 14px; }
.gab-member-preview img {
  width: 32px; height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  margin-right: -8px;
  flex-shrink: 0;
}
.gab-member-preview img:last-child { margin-right: 0; }

.gab-cta {
  display: block; width: 100%; text-align: center;
  padding: 10px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s;
  border: 1.5px solid transparent;
  letter-spacing: .01em;
}
.gab-cta-primary { background: #e6b541; color: #1a1a1a; border-color: #e6b541; }
.gab-cta-primary:hover { background: #d4a434; border-color: #d4a434; }
.gab-cta-outline  { background: #ffffff; color: #1a1a1a; border-color: #e0dedd; }
.gab-cta-outline:hover { border-color: #e6b541; color: #c49330; }

.gab-suggested-card .gab-card-head { padding-bottom: 8px; }
.gab-suggested-list { list-style: none; margin: 0; padding: 0 16px 16px; display: flex; flex-direction: column; gap: 12px; }
.gab-suggested-item { display: flex; align-items: center; gap: 10px; }
.gab-suggested-thumb { flex-shrink: 0; }
.gab-suggested-thumb img {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; border: 1.5px solid #e0dedd;
  transition: border-color .15s;
}
.gab-suggested-thumb:hover img { border-color: #e6b541; }
.gab-suggested-info { flex: 1; min-width: 0; }
.gab-suggested-name {
  display: block; font-size: 13px; font-weight: 600; color: #1a1a1a;
  text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: color .15s;
}
.gab-suggested-name:hover { color: #e6b541; }
.gab-suggested-members { font-size: 11px; color: #aaa; }

/* ================================================================
   LIGHTBOX
   ================================================================ */
.gab-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: gabFadeIn .18s ease;
}
@keyframes gabFadeIn { from { opacity: 0; } to { opacity: 1; } }

.gab-lightbox-img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(0,0,0,.6);
  cursor: default;
  animation: gabScaleIn .18s ease;
}
@keyframes gabScaleIn { from { transform: scale(.94); } to { transform: scale(1); } }

.gab-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background .15s;
}
.gab-lightbox-close:hover { background: rgba(255,255,255,.25); }
.gab-lightbox-close svg { width: 20px; height: 20px; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .gab-body {
    grid-template-columns: 1fr;
  }
  .gab-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    align-items: flex-start;
  }
  .gab-sidebar .gab-card { margin-bottom: 0; }
}

@media (max-width: 768px) {
  .gab-hero-banner,
  .gab-hero-banner-placeholder { height: 200px; }

  .gab-hero-meta {
    margin-top: -34px;
    gap: 12px;
    padding-bottom: 8px;
  }

  .gab-hero-logo { width: 76px; height: 76px; }
  .gab-hero-name { font-size: 18px; }
  .gab-hero-info { padding: 2px 4px 14px; }

  .gab-hero-actions { width: 100%; order: 3; }

  .gab-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .gab-sidebar { grid-template-columns: 1fr; }

  .gab-sidebar-cover,
  .gab-sidebar-cover-placeholder { height: 100px; }
}

@media (max-width: 480px) {
  .gab-shell { padding: 0 12px 32px; }

  .gab-hero-banner,
  .gab-hero-banner-placeholder { height: 160px; }

  .gab-hero-meta { margin-top: -28px; gap: 10px; padding-bottom: 6px; }
  .gab-hero-logo { width: 64px; height: 64px; border-width: 3px; }
  .gab-hero-name { font-size: 15px; white-space: normal; }
  .gab-hero-info { padding: 2px 4px 12px; }
  .gab-hero-name-row { gap: 8px; }

  .gab-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    padding: 10px;
  }
}

/* ================================================================
   SUBSCRIPTION JOIN MODAL
   ================================================================ */
.gab-join-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: gabFadeIn .18s ease;
}

.gab-join-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, .52);
  cursor: pointer;
}

.gab-join-modal__dialog {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .22);
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: gabScaleIn .18s ease;
  -webkit-overflow-scrolling: touch;
}

.gab-join-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: none;
  background: #f4f2ef;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: background .15s, color .15s;
}
.gab-join-modal__close:hover { background: #e0dedd; color: #1a1a1a; }
.gab-join-modal__close svg { width: 16px; height: 16px; }

.gab-join-modal__logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
  margin-bottom: 12px;
}

.gab-join-modal__title {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 20px;
  text-align: center;
}

.gab-join-modal__section {
  width: 100%;
  margin-bottom: 18px;
}

.gab-join-modal__label {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
}

/* ── Billing options ── */
.gab-join-billing-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #e0dedd;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.gab-join-billing-opt:last-child { margin-bottom: 0; }
.gab-join-billing-opt.is-selected {
  border-color: #e6b541;
  background: #fffbf0;
}
.gab-join-billing-opt input[type="radio"] { display: none; }

.gab-join-billing-opt__radio {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s;
}
.gab-join-billing-opt.is-selected .gab-join-billing-opt__radio {
  border-color: #e6b541;
}
.gab-join-billing-radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background .15s;
}
.gab-join-billing-opt.is-selected .gab-join-billing-radio-dot { background: #e6b541; }

.gab-join-billing-opt__body {
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
}
.gab-join-billing-opt__name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 6px;
}
.gab-join-billing-opt__price {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.gab-join-billing-opt__note {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  flex-shrink: 0;
}
.gab-join-billing-opt__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  background: #16a34a;
  color: #ffffff;
  padding: 2px 7px;
  border-radius: 20px;
  letter-spacing: .02em;
  vertical-align: middle;
}

/* ── Payment method ── */
.gab-join-payment-method {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #e0dedd;
  border-radius: 10px;
  padding: 12px 14px;
  cursor: default;
}
.gab-join-card-icon { width: 38px; height: 24px; flex-shrink: 0; border-radius: 4px; }
.gab-join-card-info { flex: 1; font-size: 13px; color: #1a1a1a; font-weight: 500; letter-spacing: .02em; }
.gab-join-card-chevron { width: 16px; height: 16px; color: #aaa; flex-shrink: 0; }

.gab-join-paymethod {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1.5px solid #e0dedd;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.gab-join-paymethod.is-selected {
  border-color: #e6b541;
  background: #fffbf0;
}
.gab-join-paymethod input[type="radio"] { display: none; }
.gab-join-paymethod__radio {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s;
}
.gab-join-paymethod.is-selected .gab-join-paymethod__radio {
  border-color: #e6b541;
}
.gab-join-paymethod__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.gab-join-paymethod__name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.gab-join-paymethod__note {
  font-size: 12px;
  color: #666;
}
.gab-join-demo-card {
  margin-top: 12px;
  border: 1px solid #ebe7df;
  border-radius: 12px;
  padding: 14px;
  background: #faf8f4;
}
.gab-join-demo-hint {
  margin: 0 0 6px;
  font-size: 12px;
  color: #444;
}
.gab-join-demo-example {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  color: #6b7280;
  font-size: 12px;
}
.gab-join-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.gab-join-field:last-child {
  margin-bottom: 0;
}
.gab-join-field span {
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
}
.gab-join-field input {
  width: 100%;
  border: 1px solid #d8d3c8;
  border-radius: 9px;
  padding: 11px 12px;
  font-size: 14px;
  color: #111827;
  background: #fff;
}
.gab-join-field input:focus {
  outline: none;
  border-color: #e6b541;
  box-shadow: 0 0 0 3px rgba(230, 181, 65, .18);
}
.gab-join-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

/* ── Summary row ── */
.gab-join-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
  margin-bottom: 18px;
  padding: 0 2px;
}
.gab-join-summary strong { font-weight: 700; color: #1a1a1a; }

/* ── CTA button ── */
.gab-join-modal__cta {
  width: 100%;
  padding: 13px 16px;
  background: #e6b541;
  color: #1a1a1a;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .15s, transform .1s, box-shadow .15s;
}
.gab-join-modal__cta:hover:not(:disabled) {
  background: #d4a434;
  box-shadow: 0 4px 14px rgba(230, 181, 65, .35);
}
.gab-join-modal__cta:disabled {
  opacity: .65;
  cursor: not-allowed;
}

/* ── Error message ── */
.gab-join-modal__error {
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff1f2;
  color: #b42318;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 480px) {
  .gab-join-modal {
    align-items: flex-end;
    padding: 0;
  }
  .gab-join-modal__dialog {
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    max-height: 90vh;
    padding: 22px 18px 28px;
  }
  .gab-join-field-row { grid-template-columns: 1fr; }
}

.gci-video-card {
  padding: 18px;
  border: 1px solid #eadfce;
  border-radius: 18px;
  background: #fff;
}

.gci-video {
  width: 100%;
  border-radius: 14px;
  background: #111827;
}

.gci-video-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f3a8a;
  font-weight: 700;
  text-decoration: none;
}
