body {
  background: #050505;
  color: #f5f1e8;
}

.workshops-page {
  background: #050505;
}

.workshops-hero {
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 100px;
  background:
    linear-gradient(rgba(5,5,5,0.68), rgba(5,5,5,0.88)),
    url('/static/images/warm-workshop.jpg');
  background-size: cover;
  background-position: center;
}

.workshops-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #d5a35b;
  font-size: 0.75rem;
  margin-bottom: 18px;
}

.workshops-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  margin-bottom: 28px;
  color: #f5f1e8;
}

.hero-subtext,
.hero-note,
.workshops-section p {
  color: rgba(245,241,232,0.76);
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: 1.08rem;
}

.hero-note {
  color: #d5a35b;
  font-style: italic;
}

.workshops-section {
  padding: 110px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.workshops-section.alt {
  background: #0b0b0b;
  max-width: none;
}

.workshops-section.alt > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.workshops-section h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.08;
  color: #f5f1e8;
  margin-bottom: 28px;
}

.workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1050px;
  margin: 60px auto 0;
}

.workshop-card {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 38px;
}

.workshop-card h3 {
  color: #f5f1e8;
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.price-note {
  color: #d5a35b !important;
  font-weight: 600;
  margin-top: 36px !important;
}

.btn-primary {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #e0b56f, #c99542);
  color: #111 !important;
  text-decoration: none;
  font-weight: 700;
}

.final {
  padding-bottom: 140px;
}

@media (max-width: 900px) {
  .workshop-grid {
    grid-template-columns: 1fr;
  }

  .workshops-hero h1 {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }
}
