/* ===========================================================================
   Get Responsive — Component styles
   Classes consumed by the React primitives in components/core/. Ships through
   styles.css so any consumer linking the global stylesheet gets them.
   =========================================================================== */

/* ---------------- Button ---------------- */
.gr-btn {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: .95rem;
  line-height: 1;
  border: none;
  border-radius: var(--radius-md);
  padding: 13px 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out),
              background var(--dur-fast) var(--ease-out);
}
.gr-btn:hover { transform: translateY(-2px); }
.gr-btn:active { transform: translateY(0); }

.gr-btn--primary { background: var(--gr-yellow); color: var(--gr-black); box-shadow: var(--shadow-btn); }
.gr-btn--primary:hover { box-shadow: var(--shadow-btn-hover); }
.gr-btn--primary:active { box-shadow: 0 2px 0 var(--gr-yellow-deep); }

.gr-btn--dark { background: var(--gr-ink); color: #fff; }
.gr-btn--dark:hover { background: #000; }

.gr-btn--ghost { background: transparent; color: var(--gr-ink); border: 2px solid var(--gr-ink); padding: 11px 22px; }
.gr-btn--ghost:hover { background: var(--gr-ink); color: #fff; }

/* On a dark surface, ghost turns light */
.gr-on-dark .gr-btn--ghost,
.gr-btn--ghost.gr-btn--on-dark { color: #fff; border-color: #fff; }
.gr-on-dark .gr-btn--ghost:hover,
.gr-btn--ghost.gr-btn--on-dark:hover { background: #fff; color: var(--gr-ink); }

.gr-btn--sm { padding: 9px 16px; font-size: .82rem; border-radius: var(--radius-sm); }
.gr-btn--lg { padding: 16px 30px; font-size: 1.05rem; }
.gr-btn[disabled], .gr-btn--disabled { opacity: .45; pointer-events: none; box-shadow: none; }

/* ---------------- Tag / chip ---------------- */
.gr-tag {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: .74rem;
  letter-spacing: var(--ls-tag);
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background: var(--gr-mist);
  color: var(--gr-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.gr-tag--solid { background: var(--gr-yellow); color: var(--gr-black); }
.gr-tag--outline { background: transparent; border: 1.5px solid var(--border-default); }
.gr-tag--beam::before {
  content: ""; width: 0; height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 11px solid currentColor;
}
.gr-on-dark .gr-tag { background: var(--gr-ink-3); color: #fff; }
.gr-on-dark .gr-tag--solid { background: var(--gr-yellow); color: var(--gr-black); }

/* ---------------- Stat circle ---------------- */
.gr-stat {
  width: 118px; height: 118px;
  border-radius: 50%;
  border: 3px solid var(--gr-yellow);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  flex: 0 0 auto;
}
.gr-stat__n { font-family: var(--font-display); font-weight: var(--fw-black); font-size: 1.5rem; line-height: 1; color: inherit; }
.gr-stat__l { font-size: .66rem; color: var(--text-muted); margin-top: 4px; letter-spacing: .04em; }
.gr-on-dark .gr-stat__l { color: var(--text-muted-on-dark); }

/* ---------------- Card ---------------- */
.gr-card {
  border: var(--border-width) solid var(--border-default);
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  padding: var(--space-6);
  color: var(--text-body);
}
.gr-card--dark { background: var(--gr-ink); border-color: var(--gr-ink); color: #fff; }
.gr-card--pad-lg { padding: var(--space-8); }
.gr-card--flush { padding: 0; overflow: hidden; }

/* ---------------- Eyebrow ---------------- */
.gr-eyebrow-lbl {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
}
.gr-eyebrow-lbl__num {
  font-family: var(--font-mono);
  font-weight: var(--fw-bold);
  font-size: var(--fs-eyebrow);
  color: var(--gr-black);
  background: var(--gr-yellow);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  letter-spacing: .05em;
}

/* ---------------- Hexagon badge ---------------- */
.gr-hex-badge {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: var(--gr-yellow);
  color: var(--gr-black);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: var(--fw-black);
}

/* ---------------- Bulb list ---------------- */
.gr-bulb-list { list-style: none; margin: 0; padding: 0; }
.gr-bulb-list li {
  position: relative;
  padding: 9px 0 9px 38px;
  font-size: .98rem;
  border-bottom: 1px dashed var(--border-default);
}
.gr-bulb-list li:last-child { border-bottom: 0; }
.gr-bulb-list li::before {
  content: ""; position: absolute; left: 2px; top: 7px; width: 22px; height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.4a6.6 6.6 0 0 0-4.1 11.8c.75.6 1.1 1.05 1.1 2v.5h6v-.5c0-.95.35-1.4 1.1-2A6.6 6.6 0 0 0 12 2.4Z' fill='%23FDF204' stroke='%23111' stroke-width='1.3'/%3E%3Cpath d='M9.2 17.6h5.6M9.9 20h4.2' stroke='%23111' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.gr-bulb-list--on-dark li { border-bottom-color: var(--border-on-dark); color: #e7e6df; }
