.workshop-purchase-page {
  --wp-surface: #f5f5f7;
  --wp-surface-raised: #ffffff;
  --wp-surface-strong: #e8e8ed;
  --wp-ink: #1d1d1f;
  --wp-muted: #68686d;
  --wp-line: rgba(29, 29, 31, .12);
  --wp-line-strong: rgba(29, 29, 31, .22);
  --wp-accent: #8a6500;
  --wp-action: #f5c518;
  --wp-on-action: #17140a;
  --wp-success: #347454;
  --wp-paper: #fdfcf8;
  --wp-paper-ink: #292720;
  --wp-shadow: 0 24px 80px rgba(29, 29, 31, .1);
  --wp-radius: 1.5rem;
  --wp-ease-out: cubic-bezier(.23, 1, .32, 1);
  --wp-ease-in-out: cubic-bezier(.77, 0, .175, 1);
}

html.dark .workshop-purchase-page {
  --wp-surface: #161619;
  --wp-surface-raised: #1d1d21;
  --wp-surface-strong: #27272c;
  --wp-ink: #f5f5f7;
  --wp-muted: #aaaab0;
  --wp-line: rgba(255, 255, 255, .09);
  --wp-line-strong: rgba(255, 255, 255, .2);
  --wp-accent: #f5c518;
  --wp-success: #7fbd95;
  --wp-paper: #e9e5d9;
  --wp-paper-ink: #25231d;
  --wp-shadow: 0 28px 90px rgba(0, 0, 0, .36);
}

.workshop-purchase-page main {
  overflow: clip;
}

.workshop-hero .protection-switch-hero__inner {
  grid-template-columns: minmax(12rem, .72fr) minmax(19rem, .88fr) minmax(26rem, 1.2fr);
}

.workshop-hero__visual {
  position: relative;
  min-width: 0;
  align-self: center;
  isolation: isolate;
}

.workshop-hero__visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14% -8% -8% 12%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-action) 17%, transparent);
  filter: blur(42px);
}

.workshop-hero__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid color-mix(in srgb, var(--wp-line) 75%, transparent);
  border-radius: var(--wp-radius);
  background: #1c1c1c;
  box-shadow: var(--wp-shadow);
  transform: rotate(-1.5deg);
}

.workshop-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
}

.workshop-hero__order {
  position: absolute;
  z-index: 2;
  right: -1rem;
  bottom: -2rem;
  width: min(15rem, 58%);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(41, 39, 32, .14);
  border-radius: .9rem;
  background: var(--wp-paper);
  color: var(--wp-paper-ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  transform: rotate(2.5deg);
}

.workshop-hero__order span,
.workshop-hero__order small {
  display: block;
  color: rgba(41, 39, 32, .62);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.workshop-hero__order strong {
  display: block;
  margin: .38rem 0 .3rem;
  font-size: 1rem;
}

.workshop-hero .protection-switch-hero__copy > p {
  max-width: 33rem;
}

.workshop-hero .protection-topic-rail,
.workshop-hero .protection-switch-hero__dock,
.protocol-timeline {
  scrollbar-width: none;
}

.workshop-hero .protection-topic-rail::-webkit-scrollbar,
.workshop-hero .protection-switch-hero__dock::-webkit-scrollbar,
.protocol-timeline::-webkit-scrollbar {
  display: none;
}

.workshop-purchase-page .button,
.workshop-purchase-page .protection-switch-hero__contact,
.workshop-purchase-page .header-cta,
.workshop-purchase-page .context-footer__button,
.workshop-purchase-page .evidence-chain__link,
.workshop-purchase-page .workshop-trust a {
  transition: transform 160ms var(--wp-ease-out), border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.workshop-purchase-page .button:active,
.workshop-purchase-page .protection-switch-hero__contact:active,
.workshop-purchase-page .header-cta:active,
.workshop-purchase-page .context-footer__button:active,
.workshop-purchase-page .evidence-chain__link:active,
.workshop-purchase-page .workshop-trust a:active {
  transform: scale(.97);
}

.workshop-intro {
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1rem, 4vw, 4rem);
  background: var(--background);
}

.workshop-intro__inner {
  width: min(78rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.workshop-intro header {
  position: sticky;
  top: 7rem;
}

.workshop-intro header > span,
.workshop-protocol__header > span,
.evidence-chain header > span {
  display: block;
  margin-bottom: .9rem;
  color: var(--wp-accent);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.workshop-intro h2,
.workshop-conflicts h2,
.evidence-chain h2,
.workshop-legal-context h2 {
  margin: 0;
  color: var(--wp-ink);
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.workshop-intro__copy {
  max-width: 48rem;
  color: var(--wp-muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.76;
}

.workshop-intro__copy p {
  margin: 0;
}

.workshop-intro__copy p + p {
  margin-top: 1.55rem;
}

.workshop-protocol {
  --protocol-progress: 0;
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1rem, 4vw, 4rem);
  background:
    linear-gradient(110deg, transparent 0 68%, color-mix(in srgb, var(--wp-action) 5%, transparent) 68% 100%),
    var(--wp-surface);
  color: var(--wp-ink);
}

.workshop-protocol__inner {
  width: min(86rem, 100%);
  margin: 0 auto;
}

.workshop-protocol__header {
  max-width: 72rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.workshop-protocol__header h2 {
  margin: 0;
  color: var(--wp-ink);
  font-size: clamp(2.55rem, 7vw, 7.5rem);
  line-height: .88;
  letter-spacing: -.07em;
}

.workshop-protocol__header p {
  max-width: 46rem;
  margin: 1.35rem 0 0;
  color: var(--wp-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.workshop-protocol__story {
  min-height: calc(42rem + var(--protocol-scroll-distance, 1480px));
}

.workshop-protocol__sticky {
  position: sticky;
  top: 5.4rem;
  min-height: min(47rem, calc(100svh - 6.4rem));
  display: grid;
  grid-template-columns: minmax(20rem, 1.05fr) minmax(12rem, .48fr) minmax(18rem, .87fr);
  gap: clamp(1rem, 2.7vw, 2.5rem);
  align-items: center;
}

.protocol-file {
  position: relative;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .14));
}

.protocol-file::before,
.protocol-file::after {
  content: "";
  position: absolute;
  inset: .8rem -.45rem -.65rem .75rem;
  border: 1px solid rgba(41, 39, 32, .1);
  border-radius: .8rem;
  background: color-mix(in srgb, var(--wp-paper) 92%, #d2cbb8);
  transform: rotate(1.4deg);
}

.protocol-file::after {
  inset: .25rem .2rem -.25rem .35rem;
  transform: rotate(-.6deg);
}

.protocol-file__cover {
  position: relative;
  z-index: 2;
  min-height: 38rem;
  padding: clamp(1.3rem, 3vw, 2.15rem);
  overflow: hidden;
  border: 1px solid rgba(41, 39, 32, .14);
  border-radius: .8rem;
  background:
    linear-gradient(rgba(41, 39, 32, .035) 1px, transparent 1px) 0 0 / 100% 2rem,
    var(--wp-paper);
  color: var(--wp-paper-ink);
}

.protocol-file__clip {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  width: 5.8rem;
  height: 3rem;
  border: .38rem solid #77756f;
  border-bottom: 0;
  border-radius: 2rem 2rem 0 0;
  transform: translateX(-50%);
}

.protocol-file__cover > header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(41, 39, 32, .78);
  font-size: .7rem;
  letter-spacing: .1em;
}

.protocol-file__identity {
  padding: 1.4rem 0 1.05rem;
}

.protocol-file__identity span {
  color: #6e5b19;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.protocol-file__identity strong {
  display: block;
  margin-top: .55rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.protocol-file__identity p {
  margin: .75rem 0 0;
  color: rgba(41, 39, 32, .72);
  font-size: .86rem;
  line-height: 1.55;
}

.protocol-file dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}

.protocol-file dl div {
  min-height: 3.7rem;
  padding: .7rem .8rem;
  border: 1px solid rgba(41, 39, 32, .12);
  border-radius: .55rem;
  background: rgba(255, 255, 255, .34);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms var(--wp-ease-out);
}

.protocol-file dl div.is-complete {
  border-color: rgba(52, 116, 84, .34);
  background: rgba(52, 116, 84, .08);
}

.protocol-file dl div.is-current {
  border-color: rgba(110, 91, 25, .44);
  background: rgba(245, 197, 24, .15);
  transform: translateY(-2px);
}

.protocol-file dt {
  font-size: .65rem;
  font-weight: 760;
  color: rgba(41, 39, 32, .58);
}

.protocol-file dd {
  margin: .3rem 0 0;
  font-size: .76rem;
  font-weight: 820;
}

.protocol-file__cover > footer {
  margin-top: 1rem;
  padding-top: .95rem;
  border-top: 1px solid rgba(41, 39, 32, .18);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.protocol-file__cover > footer span {
  color: rgba(41, 39, 32, .58);
  font-size: .66rem;
}

.protocol-file__cover > footer strong {
  max-width: 13rem;
  text-align: right;
  font-size: .72rem;
}

.protocol-timeline {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.protocol-timeline__line {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 1rem;
  width: 1px;
  background: var(--wp-line);
}

.protocol-timeline__line span {
  position: absolute;
  inset: 0;
  background: var(--wp-accent);
  transform: scaleY(var(--protocol-progress));
  transform-origin: top;
  transition: transform 180ms var(--wp-ease-in-out);
}

.protocol-timeline ol {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .38rem;
}

.protocol-timeline button {
  width: 100%;
  min-height: 3.2rem;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .65rem;
  align-items: center;
  padding: .5rem .65rem;
  border: 0;
  border-radius: .7rem;
  background: transparent;
  color: var(--wp-muted);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms var(--wp-ease-out), background-color 180ms ease, color 180ms ease;
}

.protocol-timeline button small {
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--wp-line-strong);
  border-radius: 50%;
  background: var(--wp-surface);
  font-size: .64rem;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.protocol-timeline button span {
  font-size: .76rem;
  font-weight: 760;
  line-height: 1.2;
}

.protocol-timeline button[aria-pressed="true"] {
  background: var(--wp-surface-raised);
  color: var(--wp-ink);
  transform: translateX(.2rem);
}

.protocol-timeline button[aria-pressed="true"] small {
  border-color: var(--wp-accent);
  background: var(--wp-action);
  color: var(--wp-on-action);
}

.protocol-timeline button:active {
  transform: scale(.97);
}

.protocol-timeline button:focus-visible,
.workshop-purchase-page a:focus-visible,
.workshop-purchase-page button:focus-visible,
.workshop-purchase-page summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--wp-action) 72%, transparent);
  outline-offset: 3px;
}

.protocol-detail {
  min-height: 24rem;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-radius);
  background: var(--wp-surface-raised);
  box-shadow: var(--wp-shadow);
}

.protocol-detail > span {
  color: var(--wp-accent);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.protocol-detail h3 {
  margin: .8rem 0 0;
  color: var(--wp-ink);
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.protocol-detail > p {
  margin: 1rem 0 0;
  color: var(--wp-muted);
  font-size: .94rem;
  line-height: 1.7;
}

.protocol-detail > div {
  margin-top: 1.7rem;
  padding: 1rem 0 0;
  border-top: 1px solid var(--wp-line);
}

.protocol-detail > div span,
.protocol-detail > div strong {
  display: block;
}

.protocol-detail > div span {
  color: var(--wp-muted);
  font-size: .68rem;
}

.protocol-detail > div strong {
  margin-top: .35rem;
  font-size: .92rem;
}

.protocol-detail > small {
  display: block;
  margin-top: 1.1rem;
  color: var(--wp-muted);
  font-size: .68rem;
  line-height: 1.55;
}

.workshop-protocol__legal {
  max-width: 62rem;
  margin: 2.8rem 0 0 auto;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--wp-action);
  color: var(--wp-muted);
  font-size: .76rem;
  line-height: 1.6;
}

.workshop-conflicts,
.evidence-chain,
.workshop-legal-context {
  padding: clamp(5.5rem, 10vw, 10rem) clamp(1rem, 4vw, 4rem);
  background: var(--background);
}

.workshop-conflicts__inner,
.evidence-chain__inner,
.workshop-legal-context__inner {
  width: min(82rem, 100%);
  margin: 0 auto;
}

.workshop-conflicts__inner > header,
.workshop-legal-context__inner > header {
  max-width: 55rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.workshop-conflicts__inner > header p,
.evidence-chain header p {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: var(--wp-muted);
  line-height: 1.7;
}

.workshop-conflicts__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-template-rows: minmax(17rem, auto) minmax(15rem, auto);
  gap: 1rem;
}

.workshop-conflict {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 2.6vw, 2.2rem);
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-radius);
  background: var(--wp-surface);
  color: var(--wp-ink);
}

.workshop-conflict > span,
.workshop-conflict > div > span {
  color: var(--wp-accent);
  font-size: .68rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.workshop-conflict h3 {
  margin: .65rem 0 0;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.workshop-conflict p {
  margin: .8rem 0 0;
  color: var(--wp-muted);
  font-size: .84rem;
  line-height: 1.6;
}

.workshop-conflict--image {
  grid-row: span 2;
  min-height: 36rem;
  display: flex;
  align-items: flex-end;
  background: #171717;
  color: #f5f5f7;
}

.workshop-conflict--image::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .86));
}

.workshop-conflict--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshop-conflict--image > div {
  position: relative;
  z-index: 1;
}

.workshop-conflict--image p {
  color: rgba(245, 245, 247, .72);
}

.workshop-conflict--order > div {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  display: flex;
  gap: .35rem;
}

.workshop-conflict--order > div i {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--wp-line-strong);
  border-radius: .2rem;
}

.workshop-conflict--order > div i:first-child {
  background: var(--wp-action);
}

.workshop-conflict--invoice {
  grid-column: span 2;
  padding-right: min(42%, 17rem);
}

.workshop-conflict--invoice > strong {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  width: min(34%, 13rem);
  min-height: calc(100% - 2.3rem);
  padding: 1.25rem;
  border: 1px solid rgba(41, 39, 32, .14);
  border-radius: .75rem;
  background: var(--wp-paper);
  color: var(--wp-paper-ink);
  font-size: 1rem;
  line-height: 1.4;
  transform: rotate(1deg);
}

.workshop-conflict--invoice > strong small {
  color: rgba(41, 39, 32, .55);
  font-size: .65rem;
}

.workshop-conflict--dealer {
  background: color-mix(in srgb, var(--wp-action) 10%, var(--wp-surface-raised));
}

.workshop-conflict--leasing {
  background: var(--wp-ink);
  color: var(--background);
}

.workshop-conflict--leasing p {
  color: color-mix(in srgb, var(--background) 68%, transparent);
}

.evidence-chain {
  background: var(--wp-surface);
}

.evidence-chain header {
  max-width: 57rem;
}

.evidence-chain__track {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  counter-reset: evidence;
}

.evidence-chain__track article {
  position: relative;
  min-height: 14rem;
  padding: 1.3rem 1.15rem;
  border-top: 1px solid var(--wp-line-strong);
  color: var(--wp-ink);
}

.evidence-chain__track article::before {
  content: "";
  position: absolute;
  top: -.35rem;
  left: 1.15rem;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: var(--wp-accent);
}

.evidence-chain__track article + article {
  border-left: 1px solid var(--wp-line);
}

.evidence-chain__track small {
  color: var(--wp-accent);
  font-size: .68rem;
  font-weight: 850;
}

.evidence-chain__track strong {
  display: block;
  margin-top: 2.2rem;
  font-size: 1rem;
}

.evidence-chain__track p {
  margin: .65rem 0 0;
  color: var(--wp-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.evidence-chain__link {
  width: fit-content;
  min-height: 3.25rem;
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .8rem 1rem;
  border: 1px solid var(--wp-line-strong);
  border-radius: .75rem;
  color: var(--wp-ink);
  font-size: .82rem;
  font-weight: 760;
  text-decoration: none;
}

.workshop-legal-context__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.workshop-legal-context__layout > article,
.workshop-legal-context__layout > aside {
  min-height: 22rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-radius);
  background: var(--wp-surface);
  color: var(--wp-ink);
}

.workshop-legal-context__layout > article > span {
  color: var(--wp-accent);
  font-size: .7rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.workshop-legal-context__layout h3 {
  max-width: 28rem;
  margin: .8rem 0 0;
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.workshop-legal-context__layout p {
  max-width: 35rem;
  color: var(--wp-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.workshop-legal-context__layout article a {
  display: inline-flex;
  gap: .55rem;
  margin-top: 1rem;
  color: var(--wp-ink);
  font-size: .78rem;
  font-weight: 780;
  text-decoration: none;
}

.workshop-legal-context__layout > aside {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 1.4rem 2.5rem;
  align-items: start;
  background: var(--wp-ink);
  color: var(--background);
}

.workshop-legal-context__layout > aside > strong {
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.workshop-legal-context__layout > aside > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}

.workshop-legal-context__layout > aside a {
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--background) 18%, transparent);
  border-radius: .8rem;
  color: var(--background);
  text-decoration: none;
}

.workshop-legal-context__layout > aside a span,
.workshop-legal-context__layout > aside a small {
  display: block;
}

.workshop-legal-context__layout > aside a span {
  font-size: .85rem;
  font-weight: 780;
}

.workshop-legal-context__layout > aside a small {
  margin-top: .35rem;
  opacity: .62;
  font-size: .68rem;
}

.workshop-legal-context__layout > aside p {
  grid-column: 2;
  margin: 0;
  color: color-mix(in srgb, var(--background) 64%, transparent);
}

.workshop-trust {
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-radius);
  background: var(--wp-surface);
  color: var(--wp-ink);
  display: grid;
  grid-template-columns: .75fr 1.25fr auto;
  gap: 1.4rem;
  align-items: center;
}

.workshop-trust span,
.workshop-trust strong {
  display: block;
}

.workshop-trust span {
  color: var(--wp-accent);
  font-size: .68rem;
  font-weight: 820;
}

.workshop-trust strong {
  margin-top: .35rem;
  font-size: .9rem;
}

.workshop-trust p {
  margin: 0;
  color: var(--wp-muted);
  font-size: .78rem;
  line-height: 1.6;
}

.workshop-trust a {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .75rem 1rem;
  border-radius: .7rem;
  background: var(--wp-action);
  color: var(--wp-on-action);
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .protocol-timeline button:hover {
    background: var(--wp-surface-raised);
    color: var(--wp-ink);
    transform: translateX(.2rem);
  }

  .evidence-chain__link:hover,
  .workshop-purchase-page .protection-switch-hero__contact:hover {
    border-color: var(--wp-accent);
    transform: translateY(-2px);
  }

  .workshop-conflict {
    transition: transform 180ms var(--wp-ease-out), border-color 180ms ease;
  }

  .workshop-conflict:hover {
    border-color: var(--wp-line-strong);
    transform: translateY(-3px);
  }
}

@media (max-width: 74rem) {
  .workshop-hero .protection-switch-hero__inner {
    grid-template-columns: minmax(11rem, .6fr) minmax(19rem, .85fr) minmax(24rem, 1.15fr);
    gap: 1.5rem;
  }

  .workshop-protocol__sticky {
    grid-template-columns: minmax(19rem, 1fr) minmax(11rem, .45fr) minmax(17rem, .75fr);
  }
}

@media (max-width: 64rem) {
  .workshop-hero .protection-switch-hero__inner {
    grid-template-columns: minmax(10rem, .55fr) minmax(0, 1.45fr);
  }

  .workshop-hero__visual {
    display: none;
  }

  .workshop-protocol__story {
    min-height: 0;
  }

  .workshop-protocol__sticky {
    position: relative;
    top: auto;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .protocol-timeline {
    grid-column: 1 / -1;
    order: -1;
    overflow-x: auto;
    padding-bottom: .5rem;
  }

  .protocol-timeline__line {
    display: none;
  }

  .protocol-timeline ol {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(8, minmax(8.5rem, 1fr));
    gap: .5rem;
  }

  .protocol-timeline button {
    min-height: 4.4rem;
  }

  .workshop-conflicts__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .workshop-conflict--image {
    grid-row: span 2;
  }

  .workshop-conflict--invoice {
    grid-column: span 1;
    padding-right: 40%;
  }

  .evidence-chain__track {
    grid-template-columns: repeat(3, 1fr);
  }

  .evidence-chain__track article + article {
    border-left: 0;
  }

  .evidence-chain__track article:nth-child(3n + 2),
  .evidence-chain__track article:nth-child(3n + 3) {
    border-left: 1px solid var(--wp-line);
  }
}

@media (max-width: 48rem) {
  .workshop-hero .protection-switch-hero__inner,
  .workshop-intro__inner,
  .workshop-protocol__sticky,
  .workshop-conflicts__grid,
  .workshop-legal-context__layout,
  .workshop-trust {
    grid-template-columns: 1fr;
  }

  .workshop-hero .protection-topic-rail {
    width: 100%;
  }

  .workshop-intro header {
    position: relative;
    top: auto;
  }

  .workshop-intro h2,
  .workshop-conflicts h2,
  .evidence-chain h2,
  .workshop-legal-context h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .workshop-protocol__header h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    letter-spacing: -.055em;
  }

  .protocol-file {
    order: 1;
  }

  .protocol-detail {
    order: 2;
    min-height: 0;
  }

  .protocol-file__cover {
    min-height: 0;
  }

  .protocol-file dl {
    grid-template-columns: 1fr;
  }

  .workshop-conflict--image,
  .workshop-conflict--invoice,
  .workshop-legal-context__layout > aside {
    grid-column: auto;
    grid-row: auto;
  }

  .workshop-conflict--image {
    min-height: 31rem;
  }

  .workshop-conflict--invoice {
    min-height: 21rem;
    padding-right: 42%;
  }

  .evidence-chain__track {
    grid-template-columns: 1fr;
  }

  .evidence-chain__track article {
    min-height: 0;
    padding-bottom: 2rem;
  }

  .evidence-chain__track article + article,
  .evidence-chain__track article:nth-child(3n + 2),
  .evidence-chain__track article:nth-child(3n + 3) {
    border-left: 0;
  }

  .workshop-legal-context__layout > aside {
    display: block;
  }

  .workshop-legal-context__layout > aside > div {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
  }

  .workshop-legal-context__layout > aside p {
    margin-top: 1rem;
  }

  .workshop-trust {
    align-items: start;
  }

  .workshop-trust a {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 30rem) {
  .workshop-conflict--invoice {
    min-height: 25rem;
    padding-right: 1.35rem;
    padding-bottom: 10rem;
  }

  .workshop-conflict--invoice > strong {
    top: auto;
    right: 1.15rem;
    bottom: 1.15rem;
    left: 1.15rem;
    width: auto;
    min-height: 7rem;
  }

  .protocol-timeline ol {
    grid-template-columns: repeat(8, 8rem);
  }
}

@media (max-height: 35rem) and (orientation: landscape) {
  .workshop-hero {
    min-height: 100svh;
  }

  .workshop-hero .protection-switch-hero__inner {
    min-height: 100svh;
    padding: 4.1rem 1rem 1.25rem;
    grid-template-columns: 1fr;
    gap: .65rem;
    align-content: start;
  }

  .workshop-hero .protection-topic-rail {
    height: 2.35rem;
    min-height: 0;
    max-height: 2.35rem;
    margin: 0;
    overflow-y: hidden;
    align-items: center;
  }

  .workshop-hero .protection-topic-rail__label {
    display: none;
  }

  .workshop-hero .protection-switch-hero__copy {
    width: min(46rem, 100%);
    margin: 0 auto;
  }

  .workshop-hero .protection-switch-hero__badge {
    display: none;
  }

  .workshop-hero .protection-switch-hero__copy h1 {
    max-width: 44rem;
    margin: 0;
    font-size: clamp(2rem, 5vw, 2.65rem);
    line-height: .94;
  }

  .workshop-hero .protection-switch-hero__copy > p {
    max-width: 41rem;
    margin: .65rem 0 0;
    font-size: .78rem;
    line-height: 1.45;
  }

  .workshop-hero .protection-switch-hero__actions {
    margin-top: .75rem;
  }

  .workshop-hero .protection-switch-hero__dock {
    display: none;
  }

  .workshop-protocol__story {
    min-height: 0;
  }

  .workshop-protocol__sticky {
    position: relative;
    top: auto;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workshop-hero__image,
  .workshop-hero__order,
  .protocol-file::before,
  .protocol-file::after,
  .protocol-file dl div,
  .protocol-timeline button,
  .workshop-conflict,
  .workshop-purchase-page .button,
  .workshop-purchase-page a {
    transform: none !important;
  }

  .protocol-timeline__line span,
  .protocol-file dl div,
  .protocol-timeline button,
  .workshop-purchase-page .button,
  .workshop-purchase-page a {
    transition-duration: 1ms !important;
  }

  .workshop-protocol__story {
    min-height: 0;
  }

  .workshop-protocol__sticky {
    position: relative;
    top: auto;
  }
}

/* Existing traffic-subpage bento system, with page-local content treatments only. */
.workshop-purchase-page .cost-bento-card--prototype-info,
.workshop-purchase-page .cost-bento-card--prototype-docs {
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 18, .12);
  background: #f1efe8 !important;
  color: #181816 !important;
}

.workshop-purchase-page .cost-bento-card--prototype-info .bento-card__content,
.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__content {
  position: relative;
  inset: auto;
  z-index: 2;
  min-width: 0;
  height: 100%;
  padding: clamp(1.25rem, 2.1vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: inherit;
  opacity: 1 !important;
  transform: none !important;
}

.workshop-purchase-page .cost-bento-card--prototype-info h3,
.workshop-purchase-page .cost-bento-card--prototype-docs h3 {
  max-width: 18ch;
  color: inherit;
}

.workshop-purchase-page .cost-bento-card--prototype-info p,
.workshop-purchase-page .cost-bento-card--prototype-docs p {
  max-width: 34rem;
  color: rgba(24, 24, 22, .7);
}

.workshop-purchase-page .prototype-info__route {
  width: 100%;
  margin: auto 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
}

.workshop-purchase-page .prototype-info__route span {
  padding-top: .65rem;
  border-top: 1px solid rgba(24, 24, 22, .18);
  color: rgba(24, 24, 22, .56);
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.workshop-purchase-page .prototype-info__route span:first-child {
  border-color: #b49300;
  color: #6f5c00;
}

.workshop-purchase-page .cost-bento-card--prototype-docs {
  min-height: 23rem;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 9rem minmax(0, 1fr);
  background: #e9e7df !important;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-grid__small > .cost-bento-card--prototype-docs {
  min-height: 23rem !important;
}

.workshop-purchase-page .prototype-docs__visual {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  width: min(46%, 10rem);
  height: 8.6rem;
  margin: .9rem .8rem 0 0;
  pointer-events: none;
}

.workshop-purchase-page .prototype-docs__sheet {
  position: absolute;
  top: 0;
  right: 8%;
  width: 58%;
  aspect-ratio: 720 / 1000;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: .25rem;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(27, 24, 12, .16);
  transform: rotate(5deg);
}

.workshop-purchase-page .prototype-docs__sheet:first-child {
  right: 39%;
  transform: translateY(.65rem) rotate(-7deg);
}

.workshop-purchase-page .prototype-docs__sheet img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.workshop-purchase-page .prototype-docs__badge {
  position: absolute;
  z-index: 3;
  top: 1.15rem;
  left: 1.15rem;
  padding: .42rem .65rem;
  border-radius: 999px;
  background: var(--primary-action);
  color: var(--on-primary);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__content {
  grid-column: 1;
  grid-row: 2;
  padding-top: .85rem;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info .bento-card__content,
body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__content {
  position: relative;
  inset: auto;
  border: 0;
  background: transparent;
  opacity: 1 !important;
  pointer-events: auto;
  transform: none !important;
  box-shadow: none;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__content {
  grid-column: 1;
  grid-row: 2;
  padding-top: .85rem;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__action {
  display: flex !important;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info h3,
body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs h3 {
  color: #181816;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info p,
body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs p {
  color: #5f5e58;
}

body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info .bento-card__kicker,
body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__kicker {
  color: #715d00;
}

html.dark .workshop-purchase-page .cost-bento-card--prototype-info,
html.dark .workshop-purchase-page .cost-bento-card--prototype-docs {
  border-color: rgba(255, 255, 255, .12);
  background: #151614 !important;
  color: #f5f4ef !important;
}

html.dark .workshop-purchase-page .cost-bento-card--prototype-info p,
html.dark .workshop-purchase-page .cost-bento-card--prototype-docs p {
  color: rgba(245, 244, 239, .68);
}

html.dark .workshop-purchase-page .prototype-info__route span {
  border-color: rgba(255, 255, 255, .16);
  color: rgba(245, 244, 239, .5);
}

html.dark .workshop-purchase-page .prototype-info__route span:first-child {
  border-color: var(--primary-action);
  color: var(--primary-action);
}

html.dark body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info h3,
html.dark body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs h3 {
  color: #f5f4ef;
}

html.dark body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info p,
html.dark body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs p {
  color: rgba(245, 244, 239, .68);
}

html.dark body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-info .bento-card__kicker,
html.dark body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-card--prototype-docs .bento-card__kicker {
  color: var(--primary-action);
}

@media (max-width: 47.99rem) {
  .workshop-purchase-page .cost-bento-card--prototype-info,
  .workshop-purchase-page .cost-bento-card--prototype-docs {
    min-height: 24rem;
  }

  .workshop-purchase-page .cost-bento-card--prototype-docs {
    min-height: 25rem;
    grid-template-rows: 9.25rem minmax(0, 1fr);
  }

  body.protection-page.protection-subpage.workshop-purchase-page .cost-bento-grid__small > .cost-bento-card--prototype-docs {
    min-height: 25rem !important;
  }
}
