#joyteeth-clients { color-scheme: light; font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; color: #202020; background: #fff; font-size: 16px; text-align: left; }
#joyteeth-clients, #joyteeth-clients * { box-sizing: border-box; }

#joyteeth-clients a { color: inherit; text-decoration: none; }
#joyteeth-clients .scroll-scene { height: 210.4vh; height: 210.4svh; }
#joyteeth-clients .stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; isolation: isolate; background: #fff; }
#joyteeth-clients .masthead { position: absolute; inset: 0 4.2% auto; height: 90px; display: flex; align-items: center; justify-content: space-between; z-index: 5; }
#joyteeth-clients .wordmark { font-size: 30px; font-weight: 800; letter-spacing: -1.6px; }
#joyteeth-clients .wordmark span { font-size: 12px; vertical-align: top; display: inline-block; margin: 6px 0 0 4px; letter-spacing: 0; }
#joyteeth-clients .discipline { font-size: 14px; color: #666; }
#joyteeth-clients .heading { position: absolute; top: 13%; left: 0; width: 100%; text-align: center; z-index: 3; pointer-events: none; }
#joyteeth-clients .eyebrow { font-size: 14px; color: #888; margin: 0 0 12px; letter-spacing: .12em; }
#joyteeth-clients h1 { margin: 0; font-size: clamp(22px, 2.4vw, 34px); font-weight: 500; letter-spacing: -.04em; }
#joyteeth-clients .logo-field { position: absolute; inset: 0; z-index: 1; }
#joyteeth-clients .client-logo { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; will-change: transform, opacity; transform-origin: center; }
#joyteeth-clients .client-logo img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1); opacity: .88; }
#joyteeth-clients .portrait { position: absolute; bottom: 0; left: 50%; width: min(608px, 63.2vw, 56vh); height: auto; transform: translate(-50%, 45%); will-change: transform; z-index: 2; pointer-events: none; user-select: none; }
#joyteeth-clients .bottom-bar { position: absolute; left: 24%; right: 24%; bottom: 5px; z-index: 4; font-size: 13px; color: #6d6d6d; }
#joyteeth-clients .progress { position: absolute; bottom: 0; left: 24%; right: 24%; height: 2px; z-index: 6; background: #eee; }
#joyteeth-clients .progress i { display: block; height: 100%; width: 100%; background: #444; transform: scaleX(0); transform-origin: center; }
#joyteeth-clients .closing { min-height: 44vh; padding: 90px 24px; text-align: center; display: flex; align-items: center; flex-direction: column; justify-content: center; }
#joyteeth-clients .closing p { margin: 0 0 20px; font-size: clamp(26px, 4vw, 46px); font-weight: 500; letter-spacing: -.05em; }
#joyteeth-clients .closing > span { color: #888; font-size: 14px; }
#joyteeth-clients .replay { margin-top: 35px; font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 5px; }
#joyteeth-clients a:focus-visible { outline: 2px solid #777; outline-offset: 6px; }
@media (max-width: 600px) {
  #joyteeth-clients .masthead { height: 72px; inset-inline: 6%; }
  #joyteeth-clients .wordmark { font-size: 27px; }
  #joyteeth-clients .discipline { font-size: 12px; }
  #joyteeth-clients .heading { top: 15%; }
  #joyteeth-clients .eyebrow { font-size: 12px; }
  #joyteeth-clients .portrait { width: 89.6vw; max-width: none; }
  #joyteeth-clients .bottom-bar { bottom: 19px; font-size: 12px; }
  #joyteeth-clients .bottom-bar > :first-child { visibility: hidden; }
}
@media (prefers-reduced-motion: reduce) {
  #joyteeth-clients .scroll-scene { height: 100svh; }
  #joyteeth-clients .client-logo { will-change: auto; }
}
