/* ===== Skewered Up! — game detail page ===== */

/* ===== Game hero ===== */
.game-hero {
  padding-top: clamp(7rem, 12vw, 10rem);
}
.back-link {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 2rem;
  transition: color 0.2s ease;
}
.back-link:hover {
  color: var(--orange);
}
.game-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 3.4rem;
  align-items: center;
}
.game-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--orange);
  margin-bottom: 0.9rem;
}
.game-tagline {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.game-hero-lede {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 54ch;
}
.game-hero-art {
  margin: 0;
}
.game-hero-art img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--orange);
  border-radius: 16px;
}

/* ===== Fact sheet ===== */
.factsheet {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  margin-top: 4rem;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.fact-label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.5rem;
}
.fact-value {
  font-size: 0.98rem;
  color: var(--white);
  line-height: 1.45;
}

/* ===== Hook / USPs ===== */
.hook-section {
  background: var(--bg-soft);
}
.usp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.usp-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 2rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.usp-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
}
.usp-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.9rem;
}
.usp-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}
.usp-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* ===== Gameplay loop ===== */
.loop-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.loop-step {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}
.loop-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
}
.loop-body h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.loop-body p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.loop-art {
  margin: 3.4rem 0 0;
}
.loop-art img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--orange);
  border-radius: 16px;
}
.loop-art figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

/* ===== Design pillars ===== */
.pillars-section {
  background: var(--bg-soft);
}
.pillar-list {
  margin-top: 2.8rem;
  border-top: 1px solid var(--border);
}
.pillar-row {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 2rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}
.pillar-row h3 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--orange);
}
.pillar-row p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

/* ===== Market ===== */
.comp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: 3rem;
}
.comp-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.7rem 1.5rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.comp-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
}
.comp-card h3 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.12rem;
  margin-bottom: 0.8rem;
}
.comp-take {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.5rem;
}
.comp-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}
.audience-block {
  margin-top: 3.2rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--border);
}
.audience-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.audience-tags {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

/* ===== Media ===== */
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
.media-shot {
  margin: 0;
}
.media-shot.wide {
  grid-column: 1 / -1;
}
.media-shot img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--orange);
  border-radius: 14px;
  transition: transform 0.35s ease;
}
.media-shot:hover img {
  transform: translateY(-6px);
}
.media-shot figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

/* ===== Pitch ===== */
.pitch-section {
  background: var(--bg-soft);
  text-align: center;
}
.pitch-section .section-lede {
  margin: 0 auto;
}
.pitch-note {
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.98rem;
}
.pitch-note a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .factsheet { grid-template-columns: repeat(3, 1fr); }
  .comp-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .game-hero-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .usp-grid { grid-template-columns: 1fr; }
  .loop-steps { grid-template-columns: 1fr; gap: 1.6rem; }
  .pillar-row { grid-template-columns: 1fr; gap: 0.5rem; }
  .media-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .factsheet { grid-template-columns: repeat(2, 1fr); }
  .comp-grid { grid-template-columns: 1fr; }
}
