body.workshop-page {
  --workshop-ink: var(--text);
  --workshop-line: var(--border);
  --workshop-soft: #f8fafc;
  color: var(--workshop-ink);
  text-align: left;
  background:
    linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 14px 14px,
    linear-gradient(90deg, var(--grid) 1px, transparent 1px) 0 0 / 14px 14px,
    var(--bg);
}

.workshop-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workshop-site-header {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.workshop-dm-cta {
  gap: 8px;
}

.workshop-dm-cta img {
  display: block;
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
}

.workshop-main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 52px);
}

.workshop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.workshop-eyebrow {
  margin: 0 0 9px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.workshop-hero__title {
  margin: 0 0 14px;
  max-width: 640px;
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
}

.workshop-hero__lede {
  margin: 0 0 12px;
  max-width: 520px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.workshop-hero__price {
  margin: 0 0 20px;
  max-width: 520px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 600;
}

.included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 15px;
  height: 8px;
  border-left: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(-45deg);
}

.workshop-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.workshop-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.workshop-hero__visual img {
  width: 100%;
  max-width: 560px;
  height: auto;
  filter: drop-shadow(0 14px 30px rgba(15, 23, 42, 0.06));
}

.workshop-band {
  padding: 0;
}

/* Banded section surfaces — mirror the landing page rhythm */

.workshop-band--soft,
.workshop-band--card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: clamp(14px, 2vw, 20px);
}

.workshop-band--soft {
  background: rgba(248, 250, 252, 0.7);
}

.workshop-band--card {
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: start;
  margin-bottom: 14px;
}

.section-heading h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-wrap: balance;
}

.fit-card {
  background: #fff;
  border: 1px solid var(--workshop-line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.fit-card h3,
.learn-list h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.workshop-problem {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
}

.workshop-problem__intro h2 {
  margin: 6px 0 0;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.workshop-problem__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.workshop-problem__list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.workshop-problem__list strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.workshop-problem__list p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.workshop-problem__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--workshop-line);
  color: var(--brand);
}

.workshop-problem__glyph svg {
  width: 18px;
  height: 18px;
}

.build-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  align-items: stretch;
}

.build-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.build-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.build-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.build-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.build-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--workshop-line);
  border-radius: 10px;
  background: #0b0f1a;
}

.build-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* The Inputs screenshot is landscape; keep the geometry sliders in view */
.build-card:first-child .build-card__media img {
  object-position: left center;
}

.build-card__caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

/* Connector chevrons in the gaps between cards */
.build-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--brand);
  border-right: 2px solid var(--brand);
  transform: translate(calc(50% + clamp(6px, 0.8vw, 10px)), -50%)
    rotate(45deg);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fit-card {
  padding-left: 20px;
}

.fit-card--good h3 {
  color: var(--brand);
}

.fit-card ul,
.learn-list ul,
.instructor-stats,
.included-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.fit-card li,
.learn-list li {
  margin: 7px 0;
  color: var(--workshop-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.fit-card ul.fit-list {
  list-style: none;
  padding-left: 0;
}

.fit-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.fit-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--brand-soft);
  color: var(--brand);
}

.fit-list__icon--no {
  background: rgba(100, 116, 139, 0.12);
  color: var(--muted);
}

.fit-list__icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

.agenda-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.agenda-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.agenda-list li {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--workshop-line);
}

.agenda-list li:last-child {
  border-bottom: 0;
}

.agenda-time {
  flex: 0 0 48px;
  color: var(--brand);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 14px;
}

.agenda-topic {
  color: var(--workshop-ink);
  font-weight: 500;
  font-size: 15px;
}

.learn-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(0px, 4vw, 42px);
  border-left: 1px solid var(--workshop-line);
}

.learn-list ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  padding-left: 0;
}

.learn-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.learn-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid var(--workshop-line);
  color: var(--brand);
}

.learn-list__icon svg {
  width: 17px;
  height: 17px;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: clamp(20px, 3vw, 28px);
  align-items: stretch;
}

.instructor-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--workshop-line);
  border-radius: 14px;
  padding: clamp(18px, 2.4vw, 26px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.instructor-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--workshop-line);
  border-radius: 50%;
  background: var(--workshop-soft);
}

.instructor-card h2 {
  margin: 0 0 9px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.instructor-card p:not(.workshop-eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.instructor-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.instructor-stats li {
  padding: 8px 10px;
  border: 1px solid var(--workshop-line);
  border-radius: 10px;
  background: #fff;
  color: var(--workshop-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.faq-block {
  background: #fff;
  border: 1px solid var(--workshop-line);
  border-radius: 14px;
  padding: clamp(18px, 2.4vw, 26px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.faq-block .workshop-eyebrow {
  margin-bottom: 14px;
}

.faq-block details {
  border-top: 1px solid var(--workshop-line);
}

.faq-block details:first-of-type {
  border-top: 0;
}

.faq-block summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 14px 0;
  color: var(--workshop-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  transition: color 0.15s ease;
}

.faq-block summary::-webkit-details-marker {
  display: none;
}

.faq-block summary:hover {
  color: var(--brand);
}

.faq-block summary::after {
  content: "";
  flex: none;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  color: var(--muted);
}

.faq-block details[open] summary {
  color: var(--brand);
}

.faq-block details[open] summary::after {
  transform: rotate(-135deg);
  color: var(--brand);
}

.faq-block summary:focus-visible {
  outline: 3px solid rgba(63, 139, 164, 0.24);
  outline-offset: 2px;
  border-radius: 4px;
}

.faq-block details p {
  margin: 0;
  padding: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.register-band {
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  background: rgba(248, 250, 252, 0.85);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.register-band h2 {
  margin: 0;
  color: var(--workshop-ink);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-wrap: balance;
}

.register-band__lede {
  margin: 12px 0 0;
  max-width: 44ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.register-band__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.register-band__price {
  color: var(--brand);
  font-size: clamp(30px, 3.6vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.included-list li {
  position: relative;
  padding-left: 24px;
  color: var(--workshop-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.included-list li::before {
  width: 12px;
  height: 7px;
}

@media (max-width: 1040px) {
  .workshop-hero,
  .proof-band,
  .register-band {
    grid-template-columns: 1fr;
  }

  .workshop-hero__visual {
    order: -1;
  }

  /* Cards wrap, so the inline connector chevrons no longer line up */
  .build-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .build-card::after {
    display: none;
  }
}

@media (max-width: 860px) {
  .workshop-hero {
    padding-top: 12px;
  }

  .section-heading,
  .agenda-grid,
  .audience-grid,
  .workshop-problem {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 4px;
  }

  .build-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .learn-list {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .workshop-hero__title {
    font-size: clamp(28px, 10vw, 38px);
  }

  .included-list {
    grid-template-columns: 1fr;
  }

  .workshop-problem__list {
    grid-template-columns: 1fr;
  }

  .workshop-problem__list li {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .instructor-card {
    grid-template-columns: 1fr;
  }

  .instructor-card img {
    width: 96px;
    height: 96px;
  }

  .workshop-dm-cta {
    width: 100%;
  }
}
