/* STAFF — vintage collage poster */

.section--staff-poster {
  --st-gold: #E6A700;
  --st-bg: #111111;
  --st-ivory: #F5F0E6;
  --st-ink: #111111;
  --st-red: #B63A2D;
  --st-accent: #F0883E;
  --st-accent-soft: rgba(240, 136, 62, 0.22);
  --st-accent-on: #F5F0E6;
  --st-paper: #F4E8D5;
  --st-paper-warm: #EDE0C8;
  --st-green: #556B2F;
  --st-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --st-fade: 0.35s;
  --st-on-photo: var(--st-ivory);
  --st-on-photo-muted: rgba(245, 240, 230, 0.78);
  --st-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 2px 14px rgba(0, 0, 0, 0.45);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(40px, 10vw, 56px) clamp(48px, 12vw, 72px);
  background-color: transparent;
  color: var(--st-ink);
}

/* Scene — photo only */
.st-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.st-scene__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.6s var(--st-ease), transform 0.6s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-scene__bg {
  filter: blur(6px) brightness(0.85);
  transform: scale(1.06);
}

.st-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(17, 17, 17, 0.28);
  pointer-events: none;
  transition: background 0.6s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-scene::after {
  background: rgba(17, 17, 17, 0.74);
}

.st-scene__paper,
.st-scene__grain,
.st-scene__vignette,
.st-scene__leaves,
.st-scene__ink {
  display: none;
}

.st-wrap {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin-inline: auto;
  --st-wrap-pad: clamp(10px, 3.2vw, 16px);
  padding-inline: var(--st-wrap-pad);
  overflow-x: clip;
}

/* Editorial header — readable on photo bg */
.st-editorial-head {
  position: relative;
  margin-bottom: clamp(20px, 5vw, 32px);
  text-shadow: var(--st-text-shadow);
  transition: opacity 0.6s var(--st-ease), filter 0.6s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-editorial-head {
  opacity: 0.24;
  filter: brightness(0.6) saturate(0.7) blur(2px);
}

.st-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(8px, 2vw, 12px);
  font-family: var(--font-body);
  font-size: clamp(11px, 2.6vw, 13px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f0c24e;
}

.st-eyebrow__star {
  font-size: 0.85em;
  color: var(--st-on-photo);
  opacity: 0.55;
}

.st-title-wrap {
  position: relative;
  display: inline-block;
}

.st-deco--scissors {
  position: absolute;
  top: -4px;
  left: -6px;
  width: 26px;
  height: 26px;
  color: var(--st-on-photo);
  opacity: 0.9;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6));
  transform: rotate(-16deg);
  transform-origin: 70% 80%;
  animation: stScissorsSway 4.5s ease-in-out infinite;
}

.st-deco--scissors svg {
  display: block;
  width: 100%;
  height: 100%;
}

.st-deco--stamp {
  position: absolute;
  top: 6px;
  right: -48px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--st-on-photo);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--st-on-photo);
  background: rgba(0, 0, 0, 0.35);
  transform: rotate(12deg);
  opacity: 0.92;
}

.st-title {
  position: relative;
  margin: 0;
  width: fit-content;
  line-height: 1.05;
  padding-block: 0.1em 0.02em;
}

.st-title__shadow {
  position: absolute;
  inset: -0.06em -0.02em -0.02em -0.02em;
  font-family: var(--font-title);
  font-size: clamp(52px, 15vw, 88px);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(240, 194, 78, 0.35);
  transform: translate(4px, 5px) rotate(-1deg);
  pointer-events: none;
  user-select: none;
}

.st-title__text {
  position: relative;
  display: block;
  font-family: var(--font-title);
  font-size: clamp(52px, 15vw, 88px);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--st-on-photo);
  transform: rotate(-0.6deg);
}

.st-tagline {
  margin: clamp(12px, 3vw, 18px) 0 0;
  padding-left: 2px;
  font-family: "Oswald", var(--font-display);
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--st-on-photo-muted);
}

.st-tagline__script {
  display: inline-block;
  margin-left: 0.35em;
  font-family: var(--font-script);
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #f0c24e;
  transform: rotate(-3deg) translateY(2px);
}

@keyframes stScissorsSway {
  0%, 100% { transform: rotate(-16deg); }
  50% { transform: rotate(-10deg); }
}

@keyframes stScriptFloat {
  0%, 100% { transform: rotate(-3deg) translateY(2px); }
  50% { transform: rotate(-1deg) translateY(0); }
}

@media (max-width: 480px) {
  .st-deco--stamp {
    right: 0;
    top: auto;
    bottom: -6px;
  }
}

/* Stage — 65 / 35 */
.st-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  gap: clamp(5px, 1.4vw, 8px);
  align-items: stretch;
  overflow: visible;
}

@media (max-width: 899px) {
  .section--staff-poster .st-wrap {
    overflow-x: visible;
  }

  .st-stage {
    grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  }

  .st-feature {
    grid-column: 2;
    grid-row: 1;
  }

  .st-roster {
    grid-column: 1;
    grid-row: 1;
  }

  .st-roster {
    padding-left: 0;
  }

  .st-roster__list {
    padding-inline: 6px 8px;
    margin-inline: -6px;
  }
}

.st-feature,
.st-roster {
  min-width: 0;
}

.st-roster {
  position: relative;
  padding-left: 8px;
}

.section--staff-poster.is-spotlight .st-roster::before {
  content: "";
  position: absolute;
  inset: clamp(-20px, -6vw, -12px) clamp(-16px, -5vw, -10px);
  z-index: -1;
  border-radius: 24px;
  background: radial-gradient(
    ellipse 125% 95% at 50% 42%,
    rgba(255, 231, 168, 0.42) 0%,
    rgba(255, 231, 168, 0.14) 45%,
    rgba(255, 231, 168, 0) 74%
  );
  opacity: 0;
  animation:
    stSpotlightGlowIn 0.5s var(--st-ease) forwards,
    stSpotlightGlowPulse 1.6s ease-in-out 0.5s infinite;
  pointer-events: none;
}

@keyframes stSpotlightGlowIn {
  to {
    opacity: 1;
  }
}

@keyframes stSpotlightGlowPulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* Feature — left */
.st-feature.is-fading [data-st-photo] {
  opacity: 0;
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-feature {
  position: relative;
  z-index: 1;
  transition: opacity 0.6s var(--st-ease), filter 0.6s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-feature {
  opacity: 0.26;
  filter: brightness(0.6) saturate(0.7) blur(3px);
}

.st-polaroid {
  flex-shrink: 0;
  position: relative;
  margin: 0;
  max-width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(-2deg);
}

.st-polaroid__print {
  position: relative;
  padding: clamp(7px, 1.8vw, 9px);
  background: var(--st-paper);
  box-shadow: 4px 6px 0 rgba(17, 17, 17, 0.3);
  clip-path: polygon(
    2% 0%, 6% 3%, 94% 1%, 98% 4%,
    100% 96%, 95% 100%, 5% 98%, 0% 94%
  );
}

.st-polaroid__tape {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: clamp(44px, 12vw, 56px);
  height: 16px;
  transform: translateX(-50%);
  background: rgba(244, 232, 213, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.st-polaroid__tape--top {
  top: -5px;
  transform: translateX(-50%) rotate(-3deg);
}

.st-polaroid__tape--bottom {
  top: auto;
  bottom: 8px;
  transform: translateX(-50%) rotate(2deg);
  opacity: 0.9;
}

.st-polaroid__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.06) saturate(1.08) sepia(0.12);
  transition: opacity var(--st-fade) var(--st-ease);
  clip-path: polygon(
    1% 2%, 4% 0%, 96% 1%, 99% 3%,
    100% 97%, 97% 100%, 3% 99%, 0% 96%
  );
}

/* Memo cue — mobile bridge from photo to intro card */
.st-memo-cue {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  padding-left: 56%;
  margin: clamp(-18px, -4vw, -10px) 0 clamp(-8px, -2vw, -4px);
  min-height: clamp(56px, 16vw, 72px);
  pointer-events: none;
  color: var(--st-accent);
  filter: drop-shadow(0 1px 0 rgba(245, 240, 230, 0.85));
  transition: opacity 0.6s var(--st-ease), filter 0.6s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-memo-cue {
  opacity: 0.2;
  filter: drop-shadow(0 1px 0 rgba(245, 240, 230, 0.85)) blur(2px);
}

.st-memo-cue__cluster {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transform: rotate(6deg);
  animation: stMemoCueBob 2.4s ease-in-out infinite;
}

.st-memo-cue__label {
  font-family: var(--font-script);
  font-size: clamp(32px, 10vw, 44px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #f0c24e;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 0 12px rgba(0, 0, 0, 0.35);
  transform: rotate(-8deg) translateX(6px);
}

.st-memo-cue__svg {
  display: block;
  width: clamp(34px, 9vw, 44px);
  height: auto;
  overflow: visible;
}

.st-memo-cue__shaft {
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
  animation: stMemoCueDraw 1.1s var(--st-ease) 0.45s forwards;
}

.st-memo-cue__head {
  opacity: 0;
  transform-origin: 22px 54px;
  animation: stMemoCueHeadPop 0.45s var(--st-ease) 1.2s forwards;
}

.st-memo-cue__flare {
  opacity: 0;
  animation: stMemoCueFlare 0.5s ease 1.35s forwards;
}

@keyframes stMemoCueBob {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(5px); }
}

@keyframes stMemoCueDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes stMemoCueHeadPop {
  0% { opacity: 0; transform: scale(0.6); }
  70% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes stMemoCueFlare {
  to { opacity: 0.5; }
}

/* Memo — Persona-style profile panel */
.st-memo {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: clamp(-34px, -8vw, -22px);
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  transform: skewX(-1.5deg);
  overflow: visible;
  transition: opacity 0.6s var(--st-ease), filter 0.6s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-memo {
  opacity: 0.26;
  filter: brightness(0.6) saturate(0.7) blur(3px);
}

.st-memo__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 7px;
  background: var(--st-accent);
  clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
  pointer-events: none;
}

.st-memo__slash {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: clamp(30px, 8.5vw, 42px);
  height: 100%;
  background: var(--st-accent);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.st-memo__eyebrow {
  position: absolute;
  top: 7px;
  right: clamp(26px, 7.5vw, 38px);
  z-index: 3;
  font-family: "Oswald", var(--font-display);
  font-size: clamp(7px, 1.9vw, 8px);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(17, 17, 17, 0.32);
  pointer-events: none;
}

.st-memo__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 4.2vw, 22px) clamp(14px, 3.6vw, 18px) clamp(14px, 3.6vw, 16px);
  padding-left: clamp(18px, 4.8vw, 24px);
  background:
    repeating-linear-gradient(
      -24deg,
      transparent,
      transparent 8px,
      rgba(17, 17, 17, 0.025) 8px,
      rgba(17, 17, 17, 0.025) 9px
    ),
    var(--st-paper);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow: 4px 4px 0 var(--st-accent);
}

.st-memo.is-fading [data-st-name],
.st-memo.is-fading [data-st-name-ja],
.st-memo.is-fading [data-st-role],
.st-memo.is-fading [data-st-description],
.st-memo.is-fading [data-st-history],
.st-memo.is-fading [data-st-history-block],
.st-memo.is-fading [data-st-instagram],
.st-memo.is-fading [data-st-instagram-id],
.st-memo.is-fading [data-st-looks],
.st-memo.is-fading [data-st-memo-label] {
  opacity: 0;
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(10px, 2.4vw, 14px);
  margin-bottom: clamp(10px, 2.6vw, 14px);
}

.st-memo__who {
  min-width: 0;
  flex: 0 1 auto;
}

.st-memo__who-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.st-memo__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 8.5vw, 40px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--st-ink);
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__name-ja {
  margin: clamp(4px, 1vw, 6px) 0 0;
  font-family: var(--font-script);
  font-size: clamp(14px, 3.8vw, 17px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--st-accent);
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__meta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  max-width: min(46%, 180px);
  margin-top: 2px;
  padding-left: 10px;
  border-left: 3px solid var(--st-accent);
  text-align: left;
}

.st-memo__role {
  flex-shrink: 0;
  margin: 0;
  padding: 2px 7px;
  font-family: "Oswald", var(--font-display);
  font-size: clamp(7px, 1.8vw, 8px);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: left;
  color: var(--st-accent-on);
  background: var(--st-accent);
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__history {
  display: grid;
  gap: 1px;
  justify-items: start;
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__history[hidden] {
  display: none;
}

.st-memo__history-k {
  font-family: "Oswald", var(--font-display);
  font-size: clamp(8px, 2vw, 9px);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.42);
}

.st-memo__history-v {
  font-family: var(--font-body);
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--st-ink);
}

.st-memo__meta .st-memo__ig {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
  font-family: var(--font-body);
  font-size: clamp(10px, 2.5vw, 11px);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--st-ink);
  text-decoration: none;
  transition:
    color var(--dur-150) var(--ease-out),
    opacity var(--st-fade) var(--st-ease);
}

.st-memo__meta .st-memo__ig[hidden] {
  display: none;
}

.st-memo__meta .st-memo__ig:hover {
  color: var(--st-accent);
}

.st-memo__meta .st-memo__ig:focus-visible {
  outline: 2px solid var(--st-accent);
  outline-offset: 2px;
}

.st-memo__meta .st-memo__ig-id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-memo__meta .st-memo__ig-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.st-memo__specs,
.st-memo__foot {
  display: none;
}

.st-memo__voice {
  margin: 0;
  padding: 0;
  border: none;
}

/* Style looks strip under profile bio */
.st-memo__looks {
  margin-top: clamp(16px, 4vw, 22px);
  min-width: 0;
}

.st-memo__looks[hidden] {
  display: none;
}

.st-memo__looks-label {
  margin: 0 0 clamp(8px, 2vw, 10px);
  font-family: "Oswald", var(--font-display);
  font-size: clamp(11px, 2.8vw, 12px);
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--st-accent);
}

.st-looks {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(72px, 88px);
  gap: clamp(10px, 2.4vw, 14px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 4px 2px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--st-accent) 55%, transparent) transparent;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
}

.st-looks.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.st-looks.is-dragging .st-looks__item {
  pointer-events: none;
}

.st-looks__item {
  position: relative;
  margin: 0;
  padding: 4px 4px 12px;
  border: none;
  border-radius: 1px;
  background: #f5f0e6;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
  scroll-snap-align: start;
  transform: rotate(-1.5deg);
  transition: transform var(--dur-150) var(--ease-out), box-shadow var(--dur-150) var(--ease-out);
}

.st-looks__item:nth-child(even) {
  transform: rotate(1.8deg);
}

.st-looks__item:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.22);
}

.st-looks__item:focus-visible {
  outline: 2px solid var(--st-accent);
  outline-offset: 3px;
}

.st-looks__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1px;
  pointer-events: none;
}

/* Lightbox */
.st-lightbox {
  position: fixed;
  inset: 0;
  width: min(96vw, 920px);
  max-width: 96vw;
  height: min(92vh, 900px);
  max-height: 92vh;
  margin: auto;
  padding: clamp(28px, 5vw, 40px) clamp(16px, 4vw, 28px) clamp(20px, 4vw, 28px);
  border: none;
  border-radius: 2px;
  background: rgba(12, 12, 12, 0.92);
  color: #f5f0e6;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.st-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}

.st-lightbox__frame {
  margin: 0;
  display: grid;
  place-items: center;
  height: calc(100% - 36px);
  min-height: 0;
}

.st-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 760px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 1px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.st-lightbox__close,
.st-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 240, 230, 0.28);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5f0e6;
  cursor: pointer;
  transition:
    border-color var(--dur-150) var(--ease-out),
    background var(--dur-150) var(--ease-out),
    color var(--dur-150) var(--ease-out);
}

.st-lightbox__close:hover,
.st-lightbox__nav:hover {
  border-color: var(--st-accent, #e6a700);
  background: color-mix(in srgb, var(--st-accent, #e6a700) 18%, transparent);
  color: var(--st-accent, #e6a700);
}

.st-lightbox__close:focus-visible,
.st-lightbox__nav:focus-visible {
  outline: 2px solid var(--st-accent, #e6a700);
  outline-offset: 2px;
}

.st-lightbox__close {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
}

.st-lightbox__nav {
  top: 50%;
  width: 40px;
  height: 48px;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
}

.st-lightbox__nav--prev {
  left: 8px;
}

.st-lightbox__nav--next {
  right: 8px;
}

.st-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: 12px;
  margin: 0;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(245, 240, 230, 0.72);
}

.st-memo__voice-body {
  display: block;
}

.st-memo__voice-body--sections {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 3.6vw, 18px);
}

.st-memo__voice-section {
  margin: 0;
}

.st-memo__voice-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 clamp(5px, 1.4vw, 7px);
  font-family: "Oswald", var(--font-display);
  font-size: clamp(12px, 3.1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--st-accent);
}

.st-memo__voice-label::before {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 0.95em;
  border-radius: 2px;
  background: var(--st-accent);
}

.st-memo__voice-label--soft {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  color: rgba(17, 17, 17, 0.55);
}

.st-memo__voice-label--soft::before {
  background: var(--st-accent-soft);
}

.st-memo__voice-text {
  margin: 0;
  padding-left: clamp(12px, 3vw, 14px);
  font-family: var(--font-body);
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  white-space: pre-line;
  color: rgba(17, 17, 17, 0.84);
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__voice-plain {
  margin: 0;
  padding-left: clamp(10px, 2.6vw, 12px);
  border-left: 3px solid var(--st-accent);
  font-family: var(--font-body);
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: pre-line;
  color: rgba(17, 17, 17, 0.82);
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__foot {
  display: none;
}

.st-memo__ig {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  font-family: var(--font-body);
  font-size: clamp(11px, 2.9vw, 12px);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--st-ink);
  text-decoration: none;
  transition: color var(--dur-150) var(--ease-out);
}

.st-memo__ig:hover {
  color: var(--st-accent);
}

.st-memo__ig:focus-visible {
  outline: 2px solid var(--st-accent);
  outline-offset: 2px;
}

.st-memo__ig[hidden] {
  display: none;
}

.st-memo__ig-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.st-memo__ig-id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity var(--st-fade) var(--st-ease);
}

.st-memo__profile {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border: none;
  padding: 0;
  font-family: var(--font-script);
  font-size: clamp(13px, 3.4vw, 15px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--st-red);
  background: transparent;
  cursor: pointer;
  transition: gap var(--dur-150) var(--ease-out), opacity var(--dur-150) var(--ease-out);
}

.st-memo__profile:hover {
  gap: 7px;
  opacity: 0.85;
}

.st-memo__profile:focus-visible {
  outline: 2px solid var(--st-red);
  outline-offset: 2px;
}

/* Persona — per-member name voice */
.st-memo--brush .st-memo__name {
  font-family: var(--font-script);
  font-size: clamp(34px, 9vw, 44px);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  transform: rotate(-2deg);
  text-shadow: 2px 0 0 color-mix(in srgb, var(--st-accent) 28%, transparent);
}

.st-memo--varsity .st-memo__name {
  font-family: var(--font-title);
  font-style: italic;
  letter-spacing: 0.08em;
  transform: scaleY(1.12) skewX(-2deg);
}

.st-memo--sharp .st-memo__name {
  font-family: "Anton", var(--font-title);
  text-shadow: 2px 0 0 color-mix(in srgb, var(--st-accent) 35%, transparent);
}

.st-memo--soft .st-memo__name {
  font-family: var(--font-script);
  font-size: clamp(36px, 9.5vw, 46px);
  font-weight: 400;
  text-transform: none;
  color: var(--st-accent);
}

/* Roster — right */
.st-roster__hint {
  margin: 0 0 6px;
  padding-left: 2px;
  display: inline-flex;
  align-items: center;
  gap: 0.24em;
  font-family: "Oswald", var(--font-display);
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 600;
  text-transform: uppercase;
  color: #f6e3a0;
  -webkit-text-stroke: 0.35px rgba(17, 17, 17, 0.35);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.78),
    0 0 10px rgba(0, 0, 0, 0.35);
  transform: rotate(-2deg);
  line-height: 1.1;
  letter-spacing: 0.14em;
  opacity: 0.98;
  animation: stRosterHintFloat 2.6s ease-in-out infinite;
  transition: font-size 0.5s var(--st-ease), color 0.5s var(--st-ease);
}

.section--staff-poster.is-spotlight .st-roster__hint {
  font-size: clamp(19px, 5.4vw, 23px);
  color: #fff1c9;
}

.st-roster__hint::after {
  content: " ↓";
  display: inline-block;
  transform-origin: center;
}

.st-roster__list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.2vw, 18px);
  overflow: visible;
  padding-right: 2px;
}

/* Roster card — transparent logo button */
.st-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(72px, 20vw, 88px);
  padding: 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  overflow: visible;
  opacity: 0.72;
  filter: saturate(0.85) brightness(0.92);
  transform: scale(0.96);
  transition:
    transform var(--dur-240) var(--st-ease),
    filter var(--dur-240) var(--st-ease),
    opacity var(--dur-240) var(--st-ease);
}

.st-card:hover {
  opacity: 0.9;
  filter: saturate(1) brightness(1.02);
  transform: scale(1);
}

.st-card.is-active {
  z-index: 2;
  opacity: 1;
  filter: none;
  transform: scale(1.06);
}

.st-card:focus-visible {
  outline: 2px solid var(--st-accent);
  outline-offset: 4px;
}

.st-card__logo-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: clamp(68px, 19vw, 86px);
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

/* Stagger */
.section--staff-poster .st-stagger {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(4px);
  transition:
    opacity 0.55s var(--st-ease),
    transform 0.55s var(--st-ease),
    filter 0.55s var(--st-ease);
  transition-delay: var(--st-stagger-delay, 0ms);
}

.section--staff-poster.is-revealed .st-stagger {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.section--staff-poster.is-revealed .st-card.st-stagger {
  transform: scale(0.96);
  opacity: 0.72;
  filter: saturate(0.85) brightness(0.92);
}

.section--staff-poster.is-revealed .st-card.is-active.st-stagger {
  transform: scale(1.06);
  opacity: 1;
  filter: none;
}

.section--staff-poster.is-revealed .st-card:hover.st-stagger:not(.is-active) {
  transform: scale(1);
  opacity: 0.9;
  filter: saturate(1) brightness(1.02);
}

.section--staff-poster.is-spotlight .st-card {
  opacity: 1;
  filter: none;
  transform: scale(1.03);
}

.section--staff-poster.is-spotlight .st-card.is-active {
  transform: scale(1.1);
}

@keyframes stRosterHintFloat {
  0%,
  100% {
    opacity: 0.98;
    transform: rotate(-2deg) translateY(0);
  }

  50% {
    opacity: 1;
    transform: rotate(-2deg) translateY(-5px);
  }
}

/* Bottom collage */
.st-collage {
  position: relative;
  margin-top: clamp(28px, 7vw, 40px);
  min-height: clamp(100px, 26vw, 130px);
  pointer-events: none;
}

.st-collage__record {
  position: absolute;
  left: -4px;
  bottom: 4px;
  width: clamp(70px, 18vw, 86px);
  height: clamp(70px, 18vw, 86px);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--st-ink) 10%, transparent 11%),
    repeating-radial-gradient(circle at center, var(--st-ink) 0 1px, transparent 1px 3px);
  border: 3px solid var(--st-ink);
  opacity: 0.62;
  transform: rotate(-8deg);
}

.st-collage__record-label {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: var(--st-red);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 4px;
  letter-spacing: 0.04em;
  color: var(--st-paper);
  text-align: center;
  line-height: 1.1;
}

.st-collage__torn {
  position: absolute;
  left: 22%;
  bottom: 12px;
  padding: 6px 10px;
  background: var(--st-paper);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(-2deg);
  clip-path: polygon(2% 0%, 98% 3%, 100% 97%, 0% 100%);
}

.st-collage__brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(11px, 3vw, 13px);
  letter-spacing: 0.06em;
  color: var(--st-red);
  line-height: 1.1;
}

.st-collage__tagline {
  margin: 2px 0 0;
  font-family: var(--font-script);
  font-size: clamp(9px, 2.4vw, 11px);
  color: var(--st-ink);
}

.st-collage__type {
  position: absolute;
  right: 0;
  bottom: 8px;
  max-width: 42%;
  padding: 6px 8px;
  background: rgba(237, 224, 200, 0.85);
  font-family: "Oswald", var(--font-display);
  font-size: 7px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.55);
  transform: rotate(1deg);
}

.st-collage__welcome {
  position: absolute;
  right: 6%;
  bottom: 2px;
  font-family: var(--font-script);
  font-size: clamp(13px, 3.4vw, 15px);
  color: #f5d76e;
  text-shadow: 1px 1px 0 rgba(17, 17, 17, 0.55);
  transform: rotate(-3deg);
  z-index: 2;
}

.st-collage__leaf {
  position: absolute;
  font-size: clamp(32px, 9vw, 42px);
  opacity: 0.35;
  filter: brightness(0.35) saturate(1.2);
}

.st-collage__leaf--bl { bottom: -4px; left: 28%; transform: rotate(-25deg); }
.st-collage__leaf--br { bottom: -2px; right: -2px; transform: rotate(20deg) scaleX(-1); }

.st-collage__border {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -12px;
  height: 16px;
  background: linear-gradient(90deg, var(--st-green), #1a2a10);
  clip-path: polygon(0% 40%, 5% 0%, 12% 50%, 20% 10%, 30% 45%, 40% 5%, 50% 40%, 60% 0%, 70% 45%, 80% 8%, 90% 42%, 100% 15%, 100% 100%, 0% 100%);
  opacity: 0.5;
}

/* Desktop — wider editorial layout */
@media (min-width: 900px) {
  .st-memo-cue {
    display: none;
  }

  .section--staff-poster {
    padding-block: clamp(64px, 7vw, 96px) clamp(72px, 8vw, 104px);
  }

  .st-scene__bg {
    object-position: center 28%;
  }

  .st-wrap {
    max-width: min(1080px, 94vw);
    padding-inline: clamp(24px, 4vw, 40px);
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    column-gap: clamp(36px, 5vw, 56px);
    row-gap: clamp(20px, 2.5vw, 28px);
    align-items: start;
  }

  .st-editorial-head {
    grid-column: 1 / -1;
    margin-bottom: clamp(12px, 2vw, 20px);
  }

  .st-title__shadow,
  .st-title__text {
    font-size: clamp(72px, 7.5vw, 104px);
  }

  .st-deco--stamp {
    right: -56px;
    width: 48px;
    height: 48px;
    font-size: 8px;
  }

  .st-stage {
    display: contents;
  }

  .st-feature {
    grid-column: 1;
    grid-row: 2 / span 2;
    position: sticky;
    top: calc(20px + env(safe-area-inset-top, 0px));
  }

  .st-polaroid {
    max-width: 380px;
    transform: rotate(-1.5deg);
  }

  .st-polaroid__img {
    aspect-ratio: 4 / 5;
    max-height: min(70vh, 640px);
  }

  .st-roster {
    grid-column: 2;
    grid-row: 2;
    padding-left: 0;
  }

  .st-roster__hint {
    display: none;
  }

  .st-roster__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .st-card {
    min-height: 96px;
  }

  .st-card__logo-img {
    max-height: 92px;
  }

  .st-card.is-active {
    transform: scale(1.08);
  }

  .section--staff-poster.is-revealed .st-card.is-active.st-stagger {
    transform: scale(1.08);
  }

  .st-memo {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
    transform: skewX(-1deg);
  }

  .st-memo__panel {
    padding: clamp(22px, 2.8vw, 30px) clamp(20px, 2.5vw, 28px);
    padding-left: clamp(26px, 3vw, 32px);
  }

  .st-memo__name {
    font-size: clamp(36px, 3.6vw, 48px);
  }

  .st-memo__voice-plain,
  .st-memo__voice-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .st-memo__spec-v {
    font-size: 14px;
  }

  .st-memo__spec-v--hi {
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .st-roster__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .section--staff-poster .st-stagger {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .st-feature.is-fading [data-st-photo],
  .st-memo.is-fading [data-st-name],
  .st-memo.is-fading [data-st-name-ja],
  .st-memo.is-fading [data-st-role],
  .st-memo.is-fading [data-st-description],
  .st-memo.is-fading [data-st-history],
  .st-memo.is-fading [data-st-history-block],
  .st-memo.is-fading [data-st-instagram],
  .st-memo.is-fading [data-st-instagram-id],
  .st-memo.is-fading [data-st-looks],
  .st-memo.is-fading [data-st-memo-label],
  .st-polaroid__img {
    transition: none;
  }

  .st-card:hover,
  .st-card.is-active,
  .st-card:nth-child(odd),
  .st-card:nth-child(even),
  .st-card:nth-child(3),
  .section--staff-poster.is-revealed .st-card.is-active.st-stagger,
  .section--staff-poster.is-revealed .st-card.st-stagger,
  .section--staff-poster.is-revealed .st-card:hover.st-stagger:not(.is-active) {
    transform: none;
  }

  .st-card:not(.is-active),
  .section--staff-poster.is-revealed .st-card.st-stagger:not(.is-active) {
    opacity: 0.72;
    filter: saturate(0.85) brightness(0.92);
  }

  .st-card.is-active,
  .section--staff-poster.is-revealed .st-card.is-active.st-stagger {
    opacity: 1;
    filter: none;
  }

  .st-deco--scissors,
  .st-tagline__script,
  .st-memo-cue__cluster,
  .st-memo-cue__shaft,
  .st-memo-cue__head,
  .st-memo-cue__flare {
    animation: none;
  }

  .st-roster__hint,
  .st-roster__hint::after {
    animation: none;
  }

  .section--staff-poster.is-spotlight .st-scene::after {
    background: rgba(17, 17, 17, 0.28);
  }

  .section--staff-poster.is-spotlight .st-scene__bg {
    filter: none;
    transform: none;
  }

  .section--staff-poster.is-spotlight .st-editorial-head,
  .section--staff-poster.is-spotlight .st-feature,
  .section--staff-poster.is-spotlight .st-memo-cue,
  .section--staff-poster.is-spotlight .st-memo {
    opacity: 1;
    filter: none;
  }

  .section--staff-poster.is-spotlight .st-roster::before {
    display: none;
  }

  .st-memo-cue__shaft {
    stroke-dashoffset: 0;
  }

  .st-memo-cue__head,
  .st-memo-cue__flare {
    opacity: 1;
  }

  .st-looks__item,
  .st-looks__item:nth-child(even),
  .st-looks__item:hover {
    transform: none;
  }
}

.st-memo__voice-plain,
.st-memo__voice-text {
  white-space: pre-line;
}

