/* Graphics King shop. Navy foundation; the brand gradient is an accent, not a background. */

html, body {
  background: var(--gk-bg) !important;
  color: var(--gk-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: var(--gk-ink);
}

/* ---------- Focus visibility ---------- */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid #4338ca;
  outline-offset: 2px;
}
.on-dark a:focus-visible,
.on-dark button:focus-visible,
.site-header a:focus-visible,
.site-header button:focus-visible,
.site-footer a:focus-visible,
.gk-drawer a:focus-visible {
  outline-color: #fff;
}

/* ---------- Buttons ---------- */
.btn-primary,
body .gk-btn,
body .btn-gk {
  --bs-btn-bg: var(--gk-purple);
  --bs-btn-border-color: var(--gk-purple);
  --bs-btn-hover-bg: var(--gk-purple-hover);
  --bs-btn-hover-border-color: var(--gk-purple-hover);
  --bs-btn-active-bg: var(--gk-purple-active);
  --bs-btn-color: #fff;
  background: var(--gk-purple) !important;
  border: 2px solid var(--gk-purple) !important;
  color: #fff !important;
  font-weight: 800 !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(76, 29, 149, 0.18) !important;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}
.btn-primary:hover,
body .gk-btn:hover,
body .btn-gk:hover {
  background: var(--gk-purple-hover) !important;
  border-color: var(--gk-purple-hover) !important;
}
.btn-primary:active,
body .gk-btn:active,
body .btn-gk:active {
  background: var(--gk-purple-active) !important;
  border-color: var(--gk-purple-active) !important;
}
.btn-info {
  background: var(--gk-blue) !important;
  border: 2px solid var(--gk-blue) !important;
  color: #fff !important;
  font-weight: 800 !important;
  min-height: 48px;
}
.btn-outline-dark,
body .gk-btn--secondary {
  background: #fff !important;
  color: var(--gk-dark) !important;
  border: 2px solid var(--gk-dark) !important;
  font-weight: 800 !important;
  min-height: 48px;
  transition: background 0.16s ease;
}
.btn-outline-dark:hover,
body .gk-btn--secondary:hover {
  background: #eef2f7 !important;
}

/* Marketing CTAs used on dark bands (hero, race band, final CTA) */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 0 26px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}
.btn-cta:active { transform: translateY(1px); }
.btn-cta--primary {
  background: var(--gk-purple);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
.btn-cta--primary:hover {
  background: var(--gk-purple-hover);
  color: #fff;
}
.btn-cta--outline {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.btn-cta--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

/* ---------- Header ---------- */
.site-header {
  background: var(--gk-dark) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.site-header .navbar {
  background: transparent;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  min-height: 56px;
}
.site-header .navbar .container-xl {
  gap: 12px;
}
.site-header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.site-header .navbar-brand img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 7px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.site-header .navbar-nav {
  gap: 4px;
}
.site-header .nav-item {
  margin: 0;
}
.site-header .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding: 0.4rem 0.7rem !important;
  border-radius: 999px;
  background: transparent;
  transition: background 0.16s ease, color 0.16s ease;
}
.site-header .nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
}
.site-header .nav-link.active {
  color: #fff !important;
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--gk-gold);
  border-radius: 0;
  padding-bottom: 0.35rem !important;
}
.site-header .nav-link.active:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: none;
}
.site-header .navbar-toggler {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}
.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 34px;
  min-height: 34px;
  padding: 0 14px;
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none !important;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.nav-cta--primary {
  background: var(--gk-purple);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.nav-cta--primary:hover {
  background: var(--gk-purple-hover);
  color: #fff;
}
.nav-cta--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.nav-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
@media (max-width: 359.98px) {
  .site-brand-text {
    display: none;
  }
}

/* ---------- Mobile drawer ---------- */
.gk-drawer {
  --bs-offcanvas-bg: #1e1b4b;
  --bs-offcanvas-color: #fff;
  --bs-offcanvas-width: min(20.5rem, 88vw);
  border-left: 3px solid var(--gk-pink);
}
.gk-drawer .offcanvas-header {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.gk-drawer .offcanvas-title {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gk-gold);
  margin: 0;
}
.gk-drawer__nav {
  display: flex;
  flex-direction: column;
}
.gk-drawer__link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gk-drawer__link:hover,
.gk-drawer__link:focus {
  color: #fff;
  background: rgba(109, 40, 217, 0.35);
}
.gk-drawer__link.is-active {
  color: #fff;
  box-shadow: inset 3px 0 0 var(--gk-pink);
  background: rgba(14, 165, 233, 0.22);
}
.gk-drawer__actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.gk-drawer__actions .nav-cta {
  width: 100%;
  height: 44px;
  min-height: 44px;
}
.gk-drawer__ghost {
  background: #fff !important;
  color: var(--gk-dark) !important;
  border: 2px solid #fff !important;
  font-weight: 800 !important;
}

/* ---------- Section scaffolding ---------- */
.section-pad {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767.98px) {
  .section-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-head {
  margin-bottom: 26px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}
.section-sub {
  margin: 8px 0 0;
  max-width: 42rem;
  color: var(--gk-muted);
}
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--gk-purple);
  margin: 0 0 8px;
}
.section-kicker--gold {
  color: var(--gk-gold);
}

/* ---------- Homepage hero ---------- */
.home-hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 85% -20%, rgba(139, 92, 246, 0.28), transparent 62%),
    radial-gradient(900px 460px at -10% 115%, rgba(14, 165, 233, 0.2), transparent 60%),
    var(--gk-dark);
  color: #fff;
  padding: 56px 0 64px;
}
.home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--gk-gradient);
}
.home-hero__kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--gk-gold);
  margin: 0 0 14px;
}
.home-hero__title {
  color: #fff;
  font-size: clamp(1.9rem, 4.2vw, 2.9rem);
  line-height: 1.12;
  max-width: 24ch;
  margin: 0 0 14px;
}
.home-hero__lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
  max-width: 34rem;
  margin: 0 0 26px;
}
.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.home-hero__assurance {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 22px 0 0;
  padding: 0;
}
.home-hero__assurance li {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  font-size: 0.88rem;
}
.home-hero__assurance li::before {
  content: "✓";
  color: var(--gk-gold);
  font-weight: 800;
  margin-right: 7px;
}

/* Hero showcase tiles */
.hero-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hero-tile {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(6, 4, 32, 0.4);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hero-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(6, 4, 32, 0.5);
}
.hero-tile__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  overflow: hidden;
}
.hero-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  mix-blend-mode: multiply;
  transition: transform 0.25s ease;
}
.hero-tile:hover .hero-tile__media img {
  transform: scale(1.03);
}
.hero-tile__caption {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 10px 14px 12px;
  background: #fff;
  border-top: 1px solid var(--gk-border);
}
.hero-tile__caption strong {
  color: var(--gk-ink);
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}
.hero-tile__caption span {
  color: var(--gk-muted);
  font-size: 0.78rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .hero-showcase {
    gap: 10px;
  }
  .hero-tile__caption span {
    display: none;
  }
}

/* Stylized product mocks (illustrative samples, not customer work) */
.banner-mock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff, #f1f5f9);
  box-shadow: inset 0 0 0 1px #e2e8f0;
}
.banner-mock b {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.02;
  letter-spacing: 0.01em;
  font-size: clamp(1.05rem, 2.4vw, 1.5rem);
  color: var(--gk-dark);
}
.banner-mock b::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin: 7px auto 0;
  border-radius: 2px;
  background: var(--gk-pink);
}
.banner-mock i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f8fafc, #94a3b8);
  box-shadow: inset 0 0 0 1.5px #64748b;
}
.banner-mock i:nth-child(1) { top: 7px; left: 7px; }
.banner-mock i:nth-child(2) { top: 7px; right: 7px; }
.banner-mock i:nth-child(3) { bottom: 7px; left: 7px; }
.banner-mock i:nth-child(4) { bottom: 7px; right: 7px; }

.vinyl-mock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(160deg, #101a30, #1d2b4d 55%, #0d1526);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.06);
}
.vinyl-mock b {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  font-size: clamp(1.1rem, 2.4vw, 1.55rem);
  color: #fff;
}
.vinyl-mock span {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

/* Rigid sign mock: brushed aluminum panel with corner screws */
.sign-mock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(120deg, #e8edf3, #cfd8e3 45%, #eef2f7 70%, #d5dde7);
  box-shadow: inset 0 0 0 1px #b6c2d0, inset 0 0 0 6px rgba(255, 255, 255, 0.35);
}
.sign-mock b {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  color: var(--gk-dark);
}
.sign-mock span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.56rem;
  font-weight: 700;
  color: #64748b;
}
.sign-mock i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f8fafc, #8fa0b3);
  box-shadow: inset 0 0 0 1.5px #5c6b7d;
}
.sign-mock i:nth-child(1) { top: 8px; left: 8px; }
.sign-mock i:nth-child(2) { top: 8px; right: 8px; }
.sign-mock i:nth-child(3) { bottom: 8px; left: 8px; }
.sign-mock i:nth-child(4) { bottom: 8px; right: 8px; }

/* Paper mock: fanned stack of business cards */
.paper-mock {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #eef2f7, #dde5ee);
}
.paper-mock__card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  aspect-ratio: 7 / 4;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18), inset 0 0 0 1px #e2e8f0;
  transform: translate(-54%, -54%) rotate(-8deg);
}
.paper-mock__card:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-2deg);
}
.paper-mock__card--top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1px;
  padding: 7% 9%;
  transform: translate(-46%, -46%) rotate(4deg);
  overflow: hidden;
}
.paper-mock__card--top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--gk-gradient);
}
.paper-mock__card--top b {
  font-size: clamp(0.68rem, 1.6vw, 0.92rem);
  font-weight: 800;
  color: var(--gk-ink);
  letter-spacing: -0.01em;
}
.paper-mock__card--top span {
  font-size: clamp(0.48rem, 1vw, 0.6rem);
  font-weight: 600;
  color: var(--gk-muted);
}

/* Magnet mock: rounded magnet on a vehicle door */
.magnet-mock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: linear-gradient(160deg, #cfd8e3, #aebccc);
}
.magnet-mock::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 58%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25), inset 0 0 0 2px #e2e8f0;
}
.magnet-mock b,
.magnet-mock span {
  position: relative;
}
.magnet-mock b {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(0.8rem, 1.9vw, 1.1rem);
  color: var(--gk-dark);
}
.magnet-mock span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(0.5rem, 1.1vw, 0.62rem);
  font-weight: 800;
  color: var(--gk-purple);
}

/* Apparel mock: printed tee */
.apparel-mock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #eef2f7, #dde5ee);
}
.apparel-mock__tee {
  position: relative;
  width: clamp(110px, 42%, 190px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(30% 13% at 50% 0%, #e6ebf2 96%, transparent 100%), var(--gk-dark);
  border-radius: 8px 8px 12px 12px;
}
.apparel-mock__tee::before,
.apparel-mock__tee::after {
  content: "";
  position: absolute;
  top: 3%;
  width: 36%;
  height: 28%;
  background: var(--gk-dark);
  border-radius: 6px;
}
.apparel-mock__tee::before {
  left: -24%;
  transform: rotate(18deg);
}
.apparel-mock__tee::after {
  right: -24%;
  transform: rotate(-18deg);
}
.apparel-mock__tee b {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  font-size: clamp(0.95rem, 2vw, 1.3rem);
  color: var(--gk-gold);
}

/* ---------- Two-path cards ---------- */
.path-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid var(--gk-border);
  border-radius: 14px;
  padding: 26px 26px 24px;
  box-shadow: var(--gk-shadow-card);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.path-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--gk-shadow-card-hover);
  border-color: rgba(109, 40, 217, 0.35);
  color: inherit;
}
.path-card__kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--gk-purple);
  margin: 0 0 8px;
}
.path-card__title {
  font-size: 1.4rem;
  margin: 0 0 8px;
}
.path-card__copy {
  color: var(--gk-muted);
  margin: 0 0 16px;
}
.path-card__cta {
  font-weight: 800;
  color: var(--gk-purple);
}
.path-card__cta span {
  display: inline-block;
  transition: transform 0.18s ease;
}
.path-card:hover .path-card__cta span {
  transform: translateX(3px);
}
.path-card--consult {
  background:
    radial-gradient(560px 300px at 110% -30%, rgba(236, 72, 153, 0.22), transparent 60%),
    var(--gk-dark);
  border-color: var(--gk-dark);
  color: #fff;
}
.path-card--consult:hover {
  border-color: var(--gk-dark);
  color: #fff;
}
.path-card--consult .path-card__kicker {
  color: var(--gk-gold);
}
.path-card--consult .path-card__title {
  color: #fff;
}
.path-card--consult .path-card__copy {
  color: rgba(255, 255, 255, 0.82);
}
.path-card--consult .path-card__cta {
  color: var(--gk-gold);
}

/* ---------- Product cards ---------- */
.gk-product-card.card,
.gk-tutorial-card.card {
  border: 1px solid var(--gk-border) !important;
  border-radius: 14px !important;
  box-shadow: var(--gk-shadow-card);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.gk-product-card.card:hover,
.gk-tutorial-card.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gk-shadow-card-hover);
  border-color: rgba(109, 40, 217, 0.35) !important;
  color: inherit;
}
.gk-product-card__media {
  position: relative; /* contains the absolutely-positioned CSS mocks */
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #f8fafc, #e9eef5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--gk-border);
}
.gk-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  mix-blend-mode: multiply;
  transition: transform 0.25s ease;
}
.gk-product-card.card:hover .gk-product-card__media img {
  transform: scale(1.045);
}
.gk-product-card .card-body {
  background: #fff;
  padding: 18px 20px 20px;
}
.gk-badge {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ede9fe;
  color: #5b21b6;
  margin-bottom: 10px;
}
.gk-badge--race {
  background: #e0f2fe;
  color: #075985;
}
.gk-badge--consult {
  background: #fef3c7;
  color: #92400e;
}
.gk-product-card__media--consult {
  background:
    radial-gradient(420px 240px at 100% -20%, rgba(236, 72, 153, 0.24), transparent 60%),
    var(--gk-dark);
}
.consult-mock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 12px;
}
.consult-mock b {
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.consult-mock span {
  color: var(--gk-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-weight: 800;
}
.gk-product-card__name {
  font-size: 1.08rem;
  margin: 0 0 6px;
  color: var(--gk-ink);
}
.gk-product-card__blurb {
  color: var(--gk-muted);
  font-size: 0.92rem;
  margin: 0 0 14px;
}
.gk-product-card__cta {
  color: var(--gk-purple);
  font-weight: 800;
}
.gk-product-card__cta span {
  display: inline-block;
  transition: transform 0.18s ease;
}
.gk-product-card.card:hover .gk-product-card__cta span {
  transform: translateX(3px);
}

/* ---------- Race band ---------- */
.race-band {
  position: relative;
  background:
    radial-gradient(900px 500px at 110% 0%, rgba(14, 165, 233, 0.16), transparent 60%),
    radial-gradient(700px 420px at -10% 100%, rgba(236, 72, 153, 0.14), transparent 60%),
    var(--gk-dark-2);
  color: #fff;
  padding: 64px 0;
}
.race-band__title {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  margin: 0 0 12px;
}
.race-band__copy {
  color: rgba(255, 255, 255, 0.84);
  max-width: 34rem;
  margin: 0 0 16px;
}
.race-band__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.race-band__list li {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  font-size: 0.95rem;
}
.race-band__list li::before {
  content: "✓";
  color: var(--gk-gold);
  font-weight: 800;
  margin-right: 9px;
}
.race-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.race-band__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.race-band__link:hover {
  color: var(--gk-gold);
}
.race-band__panel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc, #e9eef5);
  box-shadow: 0 22px 48px rgba(4, 2, 24, 0.45);
}
.race-band__panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 50% 55%;
  mix-blend-mode: multiply;
}
.race-band__chip {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(30, 27, 75, 0.88);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 11px;
  border-radius: 999px;
}

/* ---------- Featured work ---------- */
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.work-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--gk-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--gk-shadow-card);
}
.work-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.work-card figcaption {
  padding: 10px 14px 12px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gk-ink);
}
.work-card__tag {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
  font-weight: 800;
  color: var(--gk-purple);
  margin-bottom: 2px;
}

/* ---------- Steps ---------- */
.step-card {
  background: #fff;
  border: 1px solid var(--gk-border);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--gk-shadow-card);
}
.step-card__num {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gk-dark);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.step-card__title {
  font-size: 1.05rem;
  margin: 0 0 6px;
}
.step-card__copy {
  color: var(--gk-muted);
  font-size: 0.92rem;
  margin: 0;
}

/* ---------- Trust band ---------- */
.trust-band {
  background: #fff;
  border-top: 1px solid var(--gk-border);
  border-bottom: 1px solid var(--gk-border);
  padding: 48px 0;
}
.trust-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ede9fe;
  color: var(--gk-purple);
}
.trust-item__icon svg {
  width: 22px;
  height: 22px;
}
.trust-item h3 {
  font-size: 1rem;
  margin: 12px 0 6px;
}
.trust-item p {
  color: var(--gk-muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- Final CTA band ---------- */
.cta-band {
  background:
    radial-gradient(900px 420px at 90% -30%, rgba(139, 92, 246, 0.25), transparent 60%),
    var(--gk-dark);
  color: #fff;
  padding: 52px 0;
}
.cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.cta-band__title {
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin: 0 0 6px;
}
.cta-band__copy {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 36rem;
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Tutorials ---------- */
.gk-tutorial-empty {
  margin-top: 1.5rem;
  max-width: 40rem;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--gk-border);
  border-radius: var(--gk-radius);
  box-shadow: var(--gk-shadow-card);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.gk-tutorial-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--gk-dark-2);
  border-bottom: 1px solid var(--gk-border);
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.gk-tutorial-card__media img,
.gk-tutorial-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gk-tutorial-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: var(--gk-purple);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}
.gk-tutorial-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(15, 23, 42, 0.28);
  pointer-events: none;
}
.gk-tutorial-card__play svg {
  width: 56px;
  height: 56px;
  padding: 14px 12px 14px 16px;
  background: var(--gk-purple);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.35);
}
.gk-tutorial-card__media:hover .gk-tutorial-card__play svg {
  filter: brightness(1.08);
}
.gk-tutorial-card .card-body {
  background: #fff;
}
.gk-tutorial-card__cta {
  color: var(--gk-purple);
  font-weight: 800;
  text-decoration: none;
}
.gk-tutorial-card__cta:hover {
  color: var(--gk-purple-hover);
}

.gk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.82);
  cursor: zoom-out;
}
.gk-lightbox.is-open {
  display: flex;
}
.gk-lightbox__inner {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  cursor: default;
}
.gk-lightbox__inner img,
.gk-lightbox__inner video {
  display: block;
  max-width: 92vw;
  max-height: 86vh;
}
.gk-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 44px;
  padding: 0 14px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: var(--gk-dark);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

/* ---------- Product detail ---------- */
.pdp__media {
  position: relative; /* contains the absolutely-positioned CSS mocks */
  background: linear-gradient(180deg, #f8fafc, #e9eef5);
  border: 1px solid var(--gk-border);
  border-radius: var(--gk-radius);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
}
.pdp__media img {
  /* The tile <img> carries fixed width/height attributes; contain it in the
     media box so non-square graphics never stretch or squish. */
  width: 100%;
  height: 280px;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 8px;
}

/* ---------- Builder ---------- */
.builder-layout { display: grid; gap: 24px; }
@media (min-width: 1024px) {
  .builder-layout { grid-template-columns: minmax(0, 720px) minmax(280px, 340px); }
}
.builder-step { display: none; }
.builder-step.is-active { display: block; }
.summary-card {
  position: sticky;
  top: 88px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--gk-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
.summary-card__hero {
  background: #fff;
  color: var(--gk-ink);
  padding: 16px 18px 14px;
  border-bottom: 1px solid var(--gk-border);
}
.summary-card__kicker {
  margin: 0 0 2px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--gk-muted);
}
.summary-card__hero h3 {
  margin: 0;
  color: var(--gk-ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
}
.summary-card__price {
  margin: 8px 0 0;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--gk-ink);
}
.summary-card__deposit {
  margin: 4px 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gk-muted);
  min-height: 0;
}
.summary-card__body {
  padding: 14px 18px 16px;
  background: #fff;
}
.summary-card__board {
  margin-bottom: 12px;
}
.summary-card__shape {
  display: none;
}
.summary-card__size {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gk-ink);
  letter-spacing: 0;
}
.summary-card__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.summary-card__facts li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid var(--gk-border);
}
.summary-card__facts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.summary-card__facts span {
  color: var(--gk-muted);
  font-weight: 500;
}
.summary-card__facts strong {
  color: var(--gk-ink);
  font-weight: 600;
  text-align: right;
}
.summary-card__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}
.summary-card__thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--gk-border);
  background: #f8fafc;
}
.summary-card__note {
  margin: 12px 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--gk-muted);
}

.artwork-drop {
  margin-top: 14px;
  padding: 20px 16px;
  border: 3px dashed var(--gk-dark);
  border-radius: var(--gk-radius);
  background: #fff;
  text-align: center;
}
.artwork-drop.is-drag {
  border-color: var(--gk-purple);
  background: #f5f3ff;
}
.artwork-drop__title {
  margin: 0;
  font-weight: 800;
  color: var(--gk-dark);
}
.artwork-drop__hint,
.artwork-drop__count {
  margin: 4px 0 0;
  color: var(--gk-muted);
  font-weight: 600;
  font-size: 0.9rem;
}
.artwork-drop #artwork-browse {
  margin-top: 12px;
}
.artwork-drop__error {
  margin: 8px 0 0;
  color: var(--gk-danger);
  font-weight: 700;
  font-size: 0.85rem;
}
.artwork-drop__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  text-align: left;
}
.artwork-drop__item {
  position: relative;
  aspect-ratio: 1;
  border: 3px solid var(--gk-dark);
  border-radius: 10px;
  overflow: hidden;
  background: #0f172a;
}
.artwork-drop__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.artwork-drop__remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: var(--gk-dark);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.25rem;
}
.builder-actions .btn-next,
.builder-actions #builder-submit {
  flex: 1 1 12rem;
}

.choice-card {
  border: 3px solid var(--gk-dark);
  border-radius: var(--gk-radius);
  padding: 16px;
  cursor: pointer;
  background: #fff;
  display: block;
  width: 100%;
}
.choice-card:has(input:checked) {
  border-color: var(--gk-purple);
  background: #f5f3ff;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 3px solid var(--gk-dark);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 20;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  margin-top: 0;
  padding: 48px 20px 44px;
  background: var(--gk-dark-2) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border-top: 0 !important;
  font-size: 0.92rem;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gk-gradient);
}
.site-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand {
    grid-column: 1 / -1;
  }
}
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 1rem;
}
.site-footer__logo img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}
.site-footer__brand p {
  margin: 12px 0 0;
  max-width: 30ch;
  font-size: 0.9rem;
}
.site-footer__area {
  color: rgba(255, 255, 255, 0.55) !important;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.site-footer__col h2 {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 6px;
}
.site-footer__col a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  padding: 4px 0;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}
.site-footer__col a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* ---------- Misc shared ---------- */
label { font-weight: 700; font-size: 0.9rem; margin-bottom: 6px; display: block; color: var(--gk-dark); }

.form-control,
.form-select,
.page-shell input.form-control,
.page-shell select.form-select,
.page-shell textarea.form-control,
.builder-step .form-control,
.builder-step .form-select {
  background: #fff !important;
  border: 2px solid var(--gk-dark) !important;
  color: var(--gk-dark);
  min-height: 52px;
  border-radius: 8px;
}
.form-control:focus,
.form-select:focus {
  outline: 3px solid var(--gk-blue);
  border-color: var(--gk-dark) !important;
  box-shadow: none;
}

.gk-chip {
  background: #ede9fe;
  color: #5b21b6;
  font-weight: 800;
}

/* ---------- Admin chrome (navy, matching the public site header) ---------- */
.admin-chrome {
  background: var(--gk-dark);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.admin-chrome__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "brand current end";
  align-items: center;
  column-gap: 10px;
}
.admin-chrome__brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  min-height: 44px;
}
.admin-chrome__brand img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
}
.admin-chrome__current {
  grid-area: current;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}
.admin-chrome__bar-end {
  grid-area: end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-chrome__toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.admin-chrome__toggle:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}
.admin-chrome__tabs,
.admin-chrome__tools {
  display: none;
}
@media (max-width: 419.98px) {
  .admin-chrome__report-cta { display: none; }
}

@media (min-width: 992px) {
  .admin-chrome__inner {
    padding: 10px 16px 0;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "brand . tools"
      "tabs tabs tabs";
  }
  .admin-chrome__current,
  .admin-chrome__bar-end {
    display: none;
  }
  .admin-chrome__tabs {
    grid-area: tabs;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -8px;
  }
  .admin-chrome__tab {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 48px;
    padding: 8px 14px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    background: transparent;
  }
  .admin-chrome__tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }
  .admin-chrome__tab.is-active {
    color: #fff;
    border-bottom-color: var(--gk-gold);
  }
  .admin-chrome__tools {
    grid-area: tools;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px 16px;
  }
  .admin-chrome__tools a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .admin-chrome__tools a:hover { color: #fff; }
}

/* Admin bug-report launcher (public site + admin) */
.gk-bug-fab {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--gk-purple);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.35);
}
.gk-bug-fab:hover {
  color: #fff;
  filter: brightness(1.06);
}
body.is-bug-popup {
  background: #f8fafc;
}
body.is-bug-popup .container.mt-3 {
  max-width: 720px;
}

/* ---------- Contact / schedule ---------- */
.contact-hero {
  position: relative;
  background:
    radial-gradient(900px 460px at 88% -30%, rgba(139, 92, 246, 0.26), transparent 60%),
    radial-gradient(700px 400px at -10% 120%, rgba(14, 165, 233, 0.18), transparent 60%),
    var(--gk-dark);
  color: #fff;
  padding: 48px 0 40px;
  border-bottom: 0;
}
.contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--gk-gradient);
}
.contact-hero h1 { color: #fff; }
.contact-hero .lead {
  max-width: 38rem;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
}
.contact-card {
  display: block;
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--gk-border);
  border-radius: var(--gk-radius);
  box-shadow: var(--gk-shadow-card);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.contact-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--gk-shadow-card-hover);
  color: inherit;
}
.contact-card--visit {
  background: var(--gk-dark);
  color: #fff;
  border-color: var(--gk-dark);
}
.contact-card--visit:hover {
  color: #fff;
}
.contact-card__kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--gk-purple);
}
.contact-card--visit .contact-card__kicker { color: var(--gk-gold); }
.contact-card h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.contact-card--visit h2 { color: #fff; }
.contact-card p {
  margin: 0 0 18px;
  color: var(--gk-muted);
  font-weight: 600;
}
.contact-card--visit p { color: rgba(255, 255, 255, 0.82); }
.contact-card__cta {
  font-weight: 800;
  color: var(--gk-purple);
}
.contact-card--visit .contact-card__cta { color: var(--gk-gold); }
.contact-meta {
  display: grid;
  gap: 28px;
  margin-top: 40px;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .contact-meta { grid-template-columns: 1fr 1fr; }
}
.contact-meta h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.contact-meta p { color: var(--gk-muted); font-weight: 600; }

.schedule-layout {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .schedule-layout { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: start; }
}
.schedule-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.schedule-slots__day {
  flex: 1 0 100%;
  margin: 12px 0 0;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gk-purple);
}
.schedule-slots__day:first-child { margin-top: 0; }
.schedule-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 2px solid var(--gk-dark);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}
.schedule-slot input { position: absolute; opacity: 0; pointer-events: none; }
.schedule-slot:has(input:checked) {
  background: var(--gk-purple);
  border-color: var(--gk-purple);
  color: #fff;
}
.schedule-form {
  background: #fff;
  border: 1px solid var(--gk-border);
  border-radius: var(--gk-radius);
  box-shadow: var(--gk-shadow-card);
  padding: 24px;
}
