.workshop-page {
  --ws-bg: var(--bg);
  --ws-panel: var(--surface-soft);
  --ws-ink: var(--ink);
  --ws-muted: var(--muted);
  --ws-copper: var(--bronze);
  --ws-line: var(--line);
  min-height: 100dvh;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--ws-bg);
  color: var(--ws-ink);
  color-scheme: light;
}

.workshop-page button,
.workshop-page input,
.workshop-page select,
.workshop-page textarea { font: inherit; }

.workshop-nav {
  width: min(calc(100% - 48px), 1480px);
  min-height: 86px;
  margin: 22px auto 0;
  padding: 8px 24px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--ws-line);
  border-radius: 44px;
  background: color-mix(in srgb, var(--ws-panel) 89%, transparent);
  backdrop-filter: blur(18px);
}

.workshop-nav a,
.workshop-nav img { display: block; }
.workshop-nav img { width: 96px; height: auto; }
.workshop-nav nav { display: flex; align-items: center; gap: 28px; }
.workshop-nav nav a { font-size: 11px; font-weight: 650; }
.workshop-home-link { min-height: 42px; padding: 0 18px; display: inline-flex !important; align-items: center; border: 1px solid var(--ws-line); border-radius: 999px; font-size: 10px; font-weight: 750; }

.workshop-hero {
  width: min(calc(100% - 48px), 1480px);
  min-height: calc(100dvh - 130px);
  margin: 14px auto 0;
  padding: clamp(34px, 5vw, 76px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr);
  align-items: end;
  gap: 64px;
  overflow: hidden;
  border-radius: 42px;
  color: #fffaf3;
  isolation: isolate;
}

.workshop-hero-media,
.workshop-hero-shade { position: absolute; inset: 0; z-index: -2; }
.workshop-hero-media img { object-fit: cover; object-position: 50% 48%; transform: scale(1.015); animation: workshop-breathe 12s ease-in-out infinite alternate; }
.workshop-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(22, 15, 11, .72) 0%, rgba(22, 15, 11, .23) 64%, rgba(22, 15, 11, .5) 100%), linear-gradient(0deg, rgba(22, 15, 11, .46), transparent 56%); }

.workshop-kicker,
.workshop-form-intro > p,
.workshop-event > div:first-child > p,
.event-hero-copy > p:first-child {
  margin: 0 0 28px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.workshop-hero-copy h1,
.workshop-form-intro h2,
.workshop-event h2,
.event-hero h1,
.workshop-success h3 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.055em;
}
.workshop-hero-copy h1 { max-width: 980px; }
.workshop-title-primary,
.workshop-title-secondary { display: block; }
.workshop-title-primary { max-width: 940px; font-size: clamp(62px, 7.6vw, 122px); }
.workshop-title-secondary { max-width: 880px; margin-top: 22px; font-size: clamp(32px, 4.1vw, 64px); line-height: .98; letter-spacing: -.045em; }
.workshop-hero-copy > p:last-child { max-width: 670px; margin: 32px 0 0; font-size: clamp(14px, 1.4vw, 19px); line-height: 1.6; color: rgba(255, 250, 243, .82); }

.workshop-choices { display: grid; gap: 10px; }
.workshop-choices button {
  min-height: 150px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 22px;
  text-align: left;
  color: #fffaf3;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 28px;
  background: rgba(28, 21, 17, .42);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform .45s cubic-bezier(.2,.75,.25,1), background .35s ease, border-color .35s ease;
}
.workshop-choices button:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.48); background: rgba(58, 43, 33, .62); }
.workshop-choices span { grid-column: 1 / -1; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; opacity: .72; }
.workshop-choices strong { max-width: 340px; align-self: end; font-family: var(--font-display), Georgia, serif; font-size: clamp(26px, 2.3vw, 37px); font-weight: 500; line-height: 1; letter-spacing: -.03em; }
.workshop-choices i { align-self: end; font-size: 22px; font-style: normal; }

.workshop-event,
.workshop-form-section {
  width: min(calc(100% - 48px), 1380px);
  margin: 120px auto;
}

.workshop-event {
  min-height: 760px;
  padding: clamp(38px, 6vw, 84px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
  gap: 70px;
  border-radius: 42px;
  background: var(--surface-soft);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.workshop-event { scroll-margin-top: 28px; }
.workshop-event h2 { max-width: 900px; font-size: clamp(58px, 7.6vw, 112px); }
.workshop-event-title { position: sticky; top: 28px; }
.workshop-event-title > span { margin-top: 38px; display: block; color: var(--muted); font-size: 12px; line-height: 1.7; }
.workshop-event-copy { max-width: 560px; }
.workshop-event-copy .workshop-event-lead { margin: 0 0 40px; font-size: 18px; line-height: 1.7; color: var(--muted); }
.workshop-event-program { border-top: 1px solid var(--line); }
.workshop-event-program article { padding: 24px 0; display: grid; grid-template-columns: 44px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.workshop-event-program article > span { padding-top: 3px; color: var(--bronze); font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.workshop-event-program h3 { margin: 0 0 9px; font-family: var(--font-display), Georgia, serif; font-size: 28px; font-weight: 500; letter-spacing: -.03em; }
.workshop-event-program p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.workshop-event-outcome { margin: 32px 0; padding-left: 24px; border-left: 1px solid var(--bronze); color: var(--ink); font-family: var(--font-display), Georgia, serif; font-size: 24px; line-height: 1.25; }
.workshop-event-copy button,
.event-hero-copy button,
.workshop-submit {
  min-height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 27px;
  background: var(--ws-copper);
  color: #fffaf5;
  font-weight: 750;
  cursor: pointer;
  transition: transform .3s ease, filter .3s ease;
}
.workshop-event-copy button:hover,
.event-hero-copy button:hover,
.workshop-submit:hover { transform: translateY(-2px); filter: brightness(1.08); }

.workshop-host {
  width: min(calc(100% - 48px), 1380px);
  min-height: 760px;
  margin: -64px auto 120px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  border-radius: 42px;
  background: #1d1815;
  color: #fffaf3;
  box-shadow: var(--shadow);
}
.workshop-host-media { min-height: 760px; position: relative; }
.workshop-host-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 68%, rgba(29,24,21,.54)); }
.workshop-host-media img { object-fit: cover; object-position: 50% 44%; }
.workshop-host-copy { padding: clamp(44px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.workshop-host-copy > p:first-child { margin: 0 0 28px; color: #d7b79f; font-size: 10px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
.workshop-host-copy h2 { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(64px, 7vw, 104px); font-weight: 500; line-height: .88; letter-spacing: -.055em; }
.workshop-host-copy strong { max-width: 560px; margin-top: 38px; font-family: var(--font-display), Georgia, serif; font-size: clamp(22px, 2.1vw, 30px); font-weight: 500; line-height: 1.25; }
.workshop-host-copy > p:not(:first-child) { max-width: 580px; margin: 22px 0 0; color: rgba(255,250,243,.7); font-size: 13px; line-height: 1.75; }
.workshop-host-copy button { align-self: flex-start; min-height: 54px; margin-top: 34px; padding: 0 26px; border: 1px solid rgba(255,250,243,.3); border-radius: 27px; background: transparent; color: #fffaf3; font-weight: 750; cursor: pointer; transition: background .3s ease, color .3s ease, transform .3s ease; }
.workshop-host-copy button:hover { transform: translateY(-2px); background: #fffaf3; color: #1d1815; }

.workshop-form-section {
  scroll-margin-top: 28px;
  padding: clamp(32px, 6vw, 80px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  align-items: start;
  border-radius: 42px;
  background: var(--ws-panel);
  box-shadow: 0 34px 90px rgba(82, 60, 44, .12);
}
.workshop-form-intro { position: sticky; top: 30px; }
.workshop-form-intro > p { color: var(--ws-copper); }
.workshop-form-intro h2 { max-width: 570px; font-size: clamp(58px, 6vw, 88px); }
.workshop-form-intro > span { max-width: 490px; margin-top: 32px; display: block; color: var(--ws-muted); line-height: 1.7; }
.workshop-back { margin-top: 38px; padding: 0; border: 0; background: none; color: var(--ws-muted); cursor: pointer; text-decoration: underline; text-underline-offset: 5px; }

.workshop-form { display: grid; gap: 20px; }
.workshop-form > label:not(.workshop-check) { display: grid; gap: 9px; }
.workshop-form label > span { font-size: 11px; font-weight: 700; }
.workshop-form input,
.workshop-form select,
.workshop-form textarea {
  width: 100%;
  min-height: 55px;
  padding: 15px 16px;
  border: 1px solid var(--ws-line);
  border-radius: 16px;
  outline: none;
  background: #fffaf4;
  color: var(--ws-ink);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.workshop-form textarea { min-height: 100px; resize: vertical; }
.workshop-form input:focus,
.workshop-form select:focus,
.workshop-form textarea:focus { border-color: var(--ws-copper); box-shadow: 0 0 0 4px rgba(155, 107, 73, .12); }
.workshop-form-note { margin: -2px 0 4px; padding: 16px; border: 1px solid var(--ws-line); border-radius: 16px; color: var(--ws-muted); font-size: 12px; line-height: 1.6; }
.workshop-consents { margin-top: 8px; padding-top: 22px; display: grid; gap: 15px; border-top: 1px solid var(--ws-line); }
.workshop-check { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 12px; color: var(--ws-muted); line-height: 1.5; }
.workshop-check input { width: 18px; min-height: 18px; margin-top: 1px; padding: 0; accent-color: var(--ws-copper); }
.workshop-check a { color: var(--ws-ink); text-decoration: underline; text-underline-offset: 3px; }
.workshop-submit { justify-self: start; min-width: 230px; margin-top: 6px; }
.workshop-submit:disabled { opacity: .62; cursor: wait; transform: none; }
.workshop-message { min-height: 22px; margin: 0; color: var(--ws-muted); font-size: 12px; }
.workshop-message.is-error { color: #963a32; }

.workshop-success { min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.workshop-success > span { color: var(--ws-copper); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.workshop-success h3 { margin-top: 30px; font-size: clamp(60px, 6.5vw, 96px); }
.workshop-success p { max-width: 600px; margin: 28px 0; color: var(--ws-muted); line-height: 1.7; }
.workshop-success a { font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.event-hero {
  width: min(calc(100% - 48px), 1480px);
  min-height: calc(100dvh - 130px);
  margin: 14px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  overflow: hidden;
  border-radius: 42px;
  background: var(--surface-soft);
  color: var(--ink);
}
.event-hero-media { position: relative; min-height: 760px; }
.event-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, var(--surface-soft) 100%); }
.event-hero-media img { object-fit: cover; object-position: center; }
.event-hero-copy { padding: clamp(40px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.event-hero h1 { font-size: clamp(68px, 6.5vw, 102px); white-space: nowrap; }
.event-hero dl { margin: 48px 0 34px; display: grid; gap: 18px; }
.event-hero dl > div { padding-top: 14px; display: grid; grid-template-columns: 90px 1fr; border-top: 1px solid var(--line); }
.event-hero dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.event-hero dd { margin: 0; font-size: 13px; line-height: 1.6; }
.event-hero-note { max-width: 500px; margin: 0 0 32px; color: var(--muted); line-height: 1.7; }
.event-hero-copy button { align-self: flex-start; }

.studio-walkthrough {
  width: min(calc(100% - 48px), 1480px);
  margin: 120px auto;
  position: relative;
}
.studio-walkthrough-stage {
  width: 100%;
  height: calc(100dvh - 44px);
  min-height: 680px;
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  background: #1d1815;
  color: #fffaf3;
  isolation: isolate;
  box-shadow: var(--shadow);
}
.studio-walkthrough-media,
.studio-film-scene,
.studio-walkthrough-shade { position: absolute; inset: 0; }
.studio-walkthrough-media {
  overflow: hidden;
  background: #4d443c;
  perspective: 1200px;
}
.studio-film-scene {
  inset: -7%;
  opacity: 0;
  transform-origin: 50% 52%;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.studio-film-scene img { object-fit: cover; filter: saturate(.78) contrast(1.045); }
.studio-film-entry { opacity: 1; animation: studio-film-entry 14s infinite cubic-bezier(.45, 0, .18, 1); }
.studio-film-reception { animation: studio-film-reception 14s infinite cubic-bezier(.45, 0, .18, 1); }
.studio-film-threshold { animation: studio-film-threshold 14s infinite cubic-bezier(.45, 0, .18, 1); }
.studio-film-hall { animation: studio-film-hall 14s infinite cubic-bezier(.45, 0, .18, 1); }
.studio-film-entry img { object-position: center 48%; }
.studio-film-reception img { object-position: center 46%; }
.studio-film-threshold img { object-position: center 48%; }
.studio-film-hall img { object-position: center 46%; }

@keyframes studio-film-entry {
  0% { opacity: 1; transform: translate3d(2.5%, 1.5%, 0) scale(1.01) rotate(.15deg); }
  18% { opacity: 1; transform: translate3d(-1.5%, -1%, 120px) scale(1.16) rotate(-.35deg); }
  25% { opacity: 0; transform: translate3d(-4%, -2%, 210px) scale(1.31) rotate(-.55deg); }
  93% { opacity: 0; transform: translate3d(2.5%, 1.5%, 0) scale(1.01); }
  100% { opacity: 1; transform: translate3d(2.5%, 1.5%, 0) scale(1.01) rotate(.15deg); }
}
@keyframes studio-film-reception {
  0%, 15% { opacity: 0; transform: translate3d(4%, 2%, 0) scale(.99) rotate(.4deg); }
  22% { opacity: 1; transform: translate3d(2%, 1%, 30px) scale(1.04) rotate(.15deg); }
  42% { opacity: 1; transform: translate3d(-1.5%, -3%, 170px) scale(1.27) rotate(-.25deg); }
  50%, 100% { opacity: 0; transform: translate3d(-4%, -5%, 260px) scale(1.43) rotate(-.5deg); }
}
@keyframes studio-film-threshold {
  0%, 40% { opacity: 0; transform: translate3d(-3%, 2%, 0) scale(1.02) rotate(-.35deg); }
  48% { opacity: 1; transform: translate3d(-1%, 1%, 25px) scale(1.06) rotate(-.15deg); }
  67% { opacity: 1; transform: translate3d(1.5%, -2%, 160px) scale(1.23) rotate(.3deg); }
  75%, 100% { opacity: 0; transform: translate3d(3%, -4%, 240px) scale(1.37) rotate(.55deg); }
}
@keyframes studio-film-hall {
  0%, 64% { opacity: 0; transform: translate3d(2%, 1%, 0) scale(1.01) rotate(.25deg); }
  72% { opacity: 1; transform: translate3d(1%, .5%, 18px) scale(1.04) rotate(.1deg); }
  94% { opacity: 1; transform: translate3d(-1.5%, -1.5%, 115px) scale(1.16) rotate(-.15deg); }
  100% { opacity: 0; transform: translate3d(-2.5%, -2%, 150px) scale(1.21) rotate(-.25deg); }
}
.studio-film-depth {
  position: absolute;
  z-index: 2;
  inset: -16%;
  opacity: 0;
  background: radial-gradient(circle at center, transparent 28%, rgba(27, 20, 16, .52) 72%);
  animation: studio-film-depth 14s infinite ease-in-out;
  pointer-events: none;
}
@keyframes studio-film-depth {
  0%, 14%, 28%, 39%, 53%, 63%, 78%, 91%, 100% { opacity: 0; transform: scale(1.08); }
  20%, 46%, 70%, 96% { opacity: .5; transform: scale(.88); }
}
.studio-film-door {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  width: 51%;
  background: linear-gradient(90deg, #5a4b3f, #857265);
  box-shadow: 0 0 70px rgba(18, 13, 10, .5);
  animation: studio-film-door 1.35s .12s cubic-bezier(.25, 1, .5, 1) both;
}
.studio-film-door-left { left: 0; transform-origin: left center; }
.studio-film-door-right { right: 0; transform-origin: right center; background: linear-gradient(90deg, #857265, #5a4b3f); }
@keyframes studio-film-door { to { transform: scaleX(0); } }
.studio-film-intro {
  position: absolute;
  z-index: 7;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(25, 19, 15, .18);
  animation: studio-film-intro 1.9s .15s cubic-bezier(.25, 1, .5, 1) both;
  pointer-events: none;
}
.studio-film-intro img { width: min(260px, 42vw); height: auto; object-fit: contain; filter: brightness(1.4) saturate(.7); }
@keyframes studio-film-intro {
  0%, 38% { opacity: 1; transform: scale(.92); }
  100% { opacity: 0; transform: scale(1.18); }
}
.studio-film.is-paused * { animation-play-state: paused !important; }
.studio-walkthrough-shade { z-index: 1; background: linear-gradient(0deg, rgba(16,12,10,.76) 0%, rgba(16,12,10,.08) 64%, rgba(16,12,10,.2) 100%); }
.studio-walkthrough-copy {
  max-width: 980px;
  padding: clamp(32px, 6vw, 86px);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  will-change: transform, opacity;
}
.studio-walkthrough-copy > p {
  margin: 0 0 26px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,250,243,.72);
}
.studio-walkthrough-copy h2 {
  max-width: 930px;
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(68px, 8.3vw, 132px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.055em;
}
.studio-walkthrough-copy span {
  max-width: 560px;
  margin-top: 28px;
  display: block;
  color: rgba(255,250,243,.78);
  font-size: clamp(14px, 1.4vw, 19px);
  line-height: 1.6;
}
.studio-walkthrough-note {
  margin: 0;
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 28px;
  color: rgba(255,250,243,.58);
  font-size: 9px;
  letter-spacing: .08em;
}
.studio-film-control {
  min-height: 38px;
  padding: 0 15px;
  position: absolute;
  z-index: 8;
  top: 24px;
  right: 24px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(24,18,14,.32);
  color: rgba(255,249,241,.9);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .3s ease, transform .2s ease;
}
.studio-film-control:hover { background: rgba(24,18,14,.6); }
.studio-walkthrough-skip {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  z-index: 8;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.studio-walkthrough-skip:focus {
  width: auto;
  height: auto;
  padding: 12px 18px;
  top: 18px;
  left: 18px;
  clip: auto;
  border-radius: 999px;
  background: #fffaf3;
  color: #1d1815;
  font-size: 11px;
  font-weight: 750;
}

.workshop-footer {
  width: min(calc(100% - 48px), 1380px);
  margin: 0 auto;
  padding: 44px 0 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 30px;
  border-top: 1px solid var(--ws-line);
  color: var(--ws-muted);
  font-size: 11px;
}
.workshop-footer p { margin: 0; }
.workshop-footer nav { display: flex; gap: 22px; }
.workshop-footer a { text-decoration: underline; text-underline-offset: 4px; }
.workshop-footer small { grid-column: 1 / -1; }

@keyframes workshop-breathe { to { transform: scale(1.055); } }

@media (max-width: 980px) {
  .workshop-hero { grid-template-columns: 1fr; align-content: end; }
  .workshop-choices { grid-template-columns: 1fr 1fr; }
  .workshop-event,
  .workshop-form-section,
  .event-hero,
  .workshop-host { grid-template-columns: 1fr; }
  .workshop-event { gap: 70px; }
  .workshop-event-title { position: static; }
  .workshop-form-intro { position: static; }
  .workshop-host-media { min-height: 680px; }
  .workshop-host-media::after { background: linear-gradient(0deg, #1d1815 0%, transparent 28%); }
  .event-hero-media { min-height: 580px; }
  .event-hero-media::after { background: linear-gradient(0deg, var(--surface-soft) 0%, transparent 32%); }
  .studio-walkthrough-copy { max-width: 800px; }
}

@media (max-width: 620px) {
  .workshop-nav { width: calc(100% - 20px); min-height: 64px; margin-top: 10px; padding: 6px 14px; }
  .workshop-nav img { width: 76px; }
  .workshop-nav nav { display: none; }
  .workshop-home-link { min-height: 36px; padding: 0 13px; font-size: 9px; }
  .workshop-hero { width: calc(100% - 20px); min-height: calc(100dvh - 88px); margin-top: 8px; padding: 24px 18px 18px; gap: 28px; border-radius: 28px; }
  .workshop-hero-media img { object-position: 56% center; }
  .workshop-hero-shade { background: linear-gradient(0deg, rgba(20,14,10,.86) 0%, rgba(20,14,10,.35) 69%, rgba(20,14,10,.17) 100%); }
  .workshop-kicker { margin-bottom: 14px; font-size: 8px; }
  .workshop-title-primary { font-size: clamp(52px, 15vw, 68px); }
  .workshop-title-secondary { margin-top: 14px; font-size: clamp(30px, 9.6vw, 42px); line-height: 1; }
  .workshop-hero-copy > p:last-child { margin-top: 18px; font-size: 12px; line-height: 1.55; }
  .workshop-choices { grid-template-columns: 1fr; gap: 7px; }
  .workshop-choices button { min-height: 102px; padding: 16px 17px; gap: 10px; border-radius: 20px; }
  .workshop-choices strong { max-width: 250px; font-size: 25px; }
  .workshop-event,
  .workshop-form-section { width: calc(100% - 20px); margin: 74px auto; border-radius: 28px; }
  .workshop-event { min-height: 620px; padding: 34px 22px; gap: 62px; }
  .workshop-event h2 { font-size: clamp(48px, 14vw, 63px); }
  .workshop-event-copy > p { font-size: 15px; }
  .workshop-event-copy button { width: 100%; }
  .workshop-event-program h3 { font-size: 25px; }
  .workshop-event-outcome { font-size: 22px; }
  .workshop-host { width: calc(100% - 20px); min-height: 0; margin: -38px auto 74px; border-radius: 28px; }
  .workshop-host-media { min-height: 510px; }
  .workshop-host-copy { padding: 38px 22px 48px; }
  .workshop-host-copy h2 { font-size: clamp(58px, 17vw, 74px); }
  .workshop-host-copy button { width: 100%; }
  .workshop-form-section { padding: 34px 20px; gap: 54px; }
  .workshop-form-intro h2 { font-size: clamp(52px, 15vw, 70px); }
  .workshop-form-intro > span { margin-top: 22px; font-size: 14px; }
  .workshop-form { gap: 17px; }
  .workshop-submit { width: 100%; }
  .workshop-success { min-height: 420px; }
  .workshop-success h3 { font-size: clamp(54px, 16vw, 72px); }
  .event-hero { width: calc(100% - 20px); min-height: 0; margin-top: 8px; border-radius: 28px; }
  .event-hero-media { min-height: 430px; }
  .event-hero-copy { padding: 38px 22px 46px; }
  .event-hero h1 { font-size: clamp(50px, 14vw, 55px); letter-spacing: -.07em; white-space: nowrap; }
  .event-hero dl { margin: 34px 0 26px; }
  .event-hero-copy button { width: 100%; }
  .studio-walkthrough { width: calc(100% - 20px); margin: 74px auto; }
  .studio-walkthrough-stage { height: min(720px, calc(100dvh - 20px)); min-height: 620px; position: relative !important; top: auto !important; border-radius: 28px; }
  .studio-film-scene { inset: -5%; }
  .studio-film-entry img { object-position: 62% center; }
  .studio-film-reception img { object-position: 63% center; }
  .studio-film-threshold img { object-position: 60% center; }
  .studio-film-hall img { object-position: 57% center; }
  .studio-walkthrough-copy { padding: 28px 20px 70px; }
  .studio-walkthrough-copy > p { margin-bottom: 16px; font-size: 8px; }
  .studio-walkthrough-copy h2 { font-size: clamp(54px, 16vw, 72px); }
  .studio-walkthrough-copy span { max-width: 320px; margin-top: 18px; font-size: 13px; }
  .studio-walkthrough-note { display: none; }
  .studio-film-control { top: 18px; right: 18px; min-height: 34px; padding-inline: 12px; }
  .workshop-footer { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .workshop-footer nav { flex-direction: column; gap: 12px; }
  .workshop-footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .workshop-hero-media img { animation: none; transform: none; }
  .studio-walkthrough { margin: 74px auto; }
  .studio-walkthrough-stage { height: min(780px, 82dvh); }
  .studio-film-scene { opacity: 0; transform: none; animation: none; }
  .studio-film-hall { opacity: 1; }
  .studio-film-door, .studio-film-intro, .studio-film-depth { display: none; }
  .studio-film-control { display: none; }
  .workshop-page * { scroll-behavior: auto !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .workshop-nav { background: var(--ws-panel); backdrop-filter: none; }
  .workshop-choices button { background: rgba(28, 21, 17, .9); backdrop-filter: none; }
}
