/* Class offering on a teacher’s studio room */
.st-room {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #1a140c;
  color: #f6f1e8;
}
.st-room [data-doctor-yoga] { display: none !important; }
.st-room .ys-top.on-dark { position: absolute; left: 0; right: 0; }
.st-room-hero {
  position: relative;
  min-height: 72svh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.st-room-hero .st-still { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.st-room-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  padding: 0 20px 28px;
  padding-left: max(20px, env(safe-area-inset-left));
  padding-right: max(20px, env(safe-area-inset-right));
  text-align: center;
}
.st-room-copy h1 {
  margin: 0 0 8px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.04em;
  font-size: clamp(1.9rem, 7vw, 3rem);
  color: #fffdf8;
  text-shadow: 0 2px 24px rgba(0,0,0,.45);
}
.st-kicker {
  margin: 0 0 10px;
  font: 800 11px/1 Inter, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e4c98a;
}
.st-dana {
  background: #f6f1e8;
  color: #1c1916;
  padding: 22px 18px calc(28px + env(safe-area-inset-bottom));
}
.st-dana-inner { width: min(520px, 100%); margin: 0 auto; text-align: center; }
.st-dana h2 {
  margin: 0 0 8px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-weight: 500;
  font-size: 1.55rem;
}
.st-dana p { margin: 0 0 16px; color: #6b635a; font-size: 15px; }
.st-amt {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
.st-amt button {
  appearance: none;
  border: 1px solid #e4d9c8;
  background: #fffdf8;
  min-height: 52px;
  min-width: 72px;
  padding: 0 16px;
  border-radius: 999px;
  font: 800 15px/1 Inter, system-ui, sans-serif;
  color: #1c1916;
  cursor: pointer;
}
.st-amt button.on {
  border-color: transparent;
  color: #1a1408;
  background: linear-gradient(180deg, #e4c98a, #c4a574);
}
.st-custom {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 0 16px;
}
.st-custom label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.st-custom span { align-self: center; font-weight: 800; color: #9a7b3c; }
.st-custom input {
  width: 120px;
  min-height: 52px;
  border: 1px solid #e4d9c8;
  border-radius: 14px;
  padding: 0 12px;
  font: 700 16px/1 Inter, system-ui, sans-serif;
  background: #fff;
  color: #1c1916;
}
.st-give {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font: 800 15px/1 Inter, system-ui, sans-serif;
  color: #1a1408;
  background: linear-gradient(180deg, #e4c98a, #c4a574);
  cursor: pointer;
  text-decoration: none;
}
.st-give[disabled] { opacity: .5; cursor: wait; }
.st-anyway {
  display: block;
  margin: 16px auto 0;
  color: #9a7b3c;
  font: 650 14px/1 Inter, system-ui, sans-serif;
}
.st-note { margin-top: 14px; font-size: 12px; color: #8a8278; }
.st-thanks { padding: 28px 18px; text-align: center; }
.st-pay {
  max-width: 520px;
  margin: 0 auto;
  padding: 88px 18px 48px;
  color: #1c1916;
  background: #f6f1e8;
  min-height: 100dvh;
}
.st-pay h1 { font-family: "Iowan Old Style", Georgia, serif; font-weight: 500; }
.st-pay .warn {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff4e0;
  color: #3a2a10;
  font-size: 14px;
}
.st-pay .gold {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e4c98a, #c4a574);
  color: #1a1408;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 860px) {
  .st-room-copy { text-align: left; margin-right: auto; padding-left: max(48px, env(safe-area-inset-left)); }
}
