/* The studio homepage. Builds on landing.css — only what the shelf needs. */

.hub-hero { padding: 84px 0 72px; text-align: center; }
.hub-hero-inner { max-width: 820px; }
.hub-hero .eyebrow { justify-content: center; }
.hub-hero h1 {
  font-size: clamp(42px, 6.6vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 18px 0 20px;
}
.hub-hero .lede { max-width: 640px; margin: 0 auto 30px; font-size: 17.5px; }
.hub-hero .hero-actions { justify-content: center; margin-bottom: 42px; }

.hero-facts {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 46px;
}
.hero-facts li { display: flex; flex-direction: column; gap: 2px; }
.hero-facts b {
  font-size: 30px; letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-facts span { font-size: 12.5px; color: var(--muted); }

/* ------------------------------------------------------------- the shelf */
.product-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
/* The one you can buy gets the wide slot at the top of the shelf. */
.product-grid > :first-child { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .product-grid > :first-child { display: grid; grid-template-columns: 300px 1fr; align-items: center; }
  .product-grid > :first-child .pcard-art { height: 100%; min-height: 210px; }
}

.pcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; text-decoration: none; color: inherit;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
a.pcard:hover {
  transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  box-shadow: 0 16px 40px rgba(0, 0, 0, .38);
}
.pcard.is-building { opacity: .82; }

.pcard-art {
  width: 100%; height: 168px; display: block;
  background: radial-gradient(120% 130% at 30% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%), var(--panel-2);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 900px) {
  .product-grid > :first-child .pcard-art { border-bottom: none; border-right: 1px solid var(--line); }
}
.pcard-art .plate { fill: none; stroke: color-mix(in srgb, var(--accent) 70%, transparent); stroke-width: 2.4; }
.pcard-art .ink { fill: none; stroke: var(--accent); stroke-width: 2.2; stroke-linejoin: round; stroke-linecap: round; }
.pcard-art .ink rect { fill: color-mix(in srgb, var(--accent) 26%, transparent); }
.pcard-art .ink .solid { fill: var(--accent); stroke: none; }
.pcard-art .ink .dash { stroke-dasharray: 5 4; opacity: .75; }
.pcard-art .ink .faint { opacity: .3; stroke-width: 1.6; }
.pcard-art .ink .tarmac { stroke: color-mix(in srgb, var(--accent) 55%, transparent); }
.pcard-art .bars rect { fill: var(--accent); stroke: none; opacity: .9; }

.pcard-body { padding: 22px 24px 24px; }
.pcard-kicker {
  margin: 0 0 6px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  color: color-mix(in srgb, var(--accent) 78%, var(--muted));
}
.pcard-body h3 {
  margin: 0 0 10px; font-size: 22px; letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.pcard-tag {
  font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted);
}
.pcard-tag.is-live { color: #0d1a10; background: var(--ok); border-color: transparent; }
.pcard-tag.is-soon { color: var(--accent-2); border-color: color-mix(in srgb, var(--accent) 45%, transparent); }
.pcard-blurb { margin: 0 0 12px; color: var(--muted); line-height: 1.6; max-width: 56ch; }
.pcard-made { margin: 0; font-size: 12px; color: #6f7789; }
.pcard-go {
  padding: 0 24px 22px; font-size: 13.5px; font-weight: 600; color: var(--accent-2);
  margin-top: auto;
}
.pcard-go.muted { color: #6f7789; font-weight: 500; }
@media (min-width: 900px) {
  .product-grid > :first-child .pcard-go { grid-column: 2; padding-top: 0; }
}

/* ------------------------------------------------------------- the steps */
.hub-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  counter-reset: step;
}
.hub-steps li {
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px;
}
.hub-steps .n {
  display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), #ff5f6d); color: #1a1004;
  font-weight: 700; margin-bottom: 14px;
}
.hub-steps h3 { margin: 0 0 8px; font-size: 18px; }
.hub-steps p { margin: 0; color: var(--muted); line-height: 1.65; }

/* ------------------------------------------------------------- the craft */
.craft-grid {
  display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.craft-grid article {
  padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel);
}
.craft-grid h3 { margin: 0 0 10px; font-size: 17px; }
.craft-grid h3::before {
  content: ''; display: block; width: 26px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), transparent); margin-bottom: 12px;
}
.craft-grid p { margin: 0; color: var(--muted); line-height: 1.68; }
