@font-face { font-family: 'Code Pro Black'; src: url('/static/site-fonts/Code-Pro-Black.woff') format('woff'); font-display: swap; }
@font-face { font-family: 'Myriad Pro'; src: url('/static/site-fonts/MyriadProRegular.woff') format('woff'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Myriad Pro'; src: url('/static/site-fonts/MyriadProBold.woff') format('woff'); font-weight: 700; font-display: swap; }

.legacy-question-legacy { min-height: 570px; padding: 0 0 50px; overflow: hidden; color: #fff; background: #2f2e42; font-family: 'Myriad Pro', Arial, sans-serif; }.legacy-question-legacy__frame { position: relative; min-height: 520px; padding: 80px 150px 0; }.legacy-question-legacy__frame::before, .legacy-question-legacy__frame::after { position: absolute; z-index: 0; content: ''; background: center / contain no-repeat; pointer-events: none; }.legacy-question-legacy__frame::before { top: 30px; left: -50px; width: 250px; height: 500px; background-image: url('/static/site-assets/legacy-question-bg-left.png'); }.legacy-question-legacy__frame::after { top: 50px; right: -30px; width: 200px; height: 400px; background-image: url('/static/site-assets/legacy-question-bg-right.png'); }.legacy-question-legacy h2 { position: absolute; z-index: 2; top: 48px; left: 150px; margin: 0; padding: 0 75px; color: #fff; font-family: 'Code Pro Black', 'Arial Black', sans-serif; font-size: clamp(32px, 3.4vw, 43px); font-weight: 400; letter-spacing: 0; line-height: .84; text-transform: uppercase; }.legacy-question-legacy h2 span { display: block; }.legacy-question-legacy__cards { position: relative; z-index: 1; }.legacy-question-legacy__card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 400px; min-height: 400px; align-items: center; }.legacy-question-legacy__card[hidden] { display: none; }.legacy-question-legacy__paper { position: relative; display: flex; min-height: 250px; margin: 60px 200px 0 50px; padding: 73px 30px 20px; flex-direction: column; justify-content: space-between; background: #fff; color: #2f2e42; }.legacy-question-legacy__category { position: absolute; top: 20px; right: -70px; left: 0; height: 40px; margin: 0; padding: 10px 30px 0; color: #fff; background: #e83f19; font-family: 'Myriad Pro', Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 1; text-transform: uppercase; }.legacy-question-legacy__type { margin: 0 0 20px; color: #2f2e42; font-family: 'Myriad Pro', Arial, sans-serif; font-size: 13px; font-weight: 400; }.legacy-question-legacy__text { min-height: 88px; margin-right: 150px; color: #3a3851; font-family: 'Myriad Pro', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.35; }.legacy-question-legacy__text > :first-child { margin-top: 0; }.legacy-question-legacy__text > :last-child { margin-bottom: 0; }.legacy-question-legacy__answer { display: flex; align-items: baseline; gap: 10px; margin-top: 15px; color: #4d4c4c; font-family: 'Myriad Pro', Arial, sans-serif; font-size: 14px; font-weight: 700; }.legacy-question-legacy__answer button { padding: 0; border: 0; background: transparent; color: #f9b115; font: inherit; font-weight: 700; text-transform: uppercase; cursor: pointer; }.legacy-question-legacy__answer button:hover, .legacy-question-legacy__answer button:focus-visible { color: #e20913; outline: none; }.legacy-question-legacy__image { position: absolute; right: 0; top: 50%; display: flex; width: 400px; height: 400px; align-items: flex-end; justify-content: center; overflow: hidden; border-radius: 50%; background: #2f2e42 center / cover no-repeat; transform: translateY(-50%); }.legacy-question-legacy__image::before { position: absolute; inset: -32px; z-index: -1; content: ''; background: center / contain no-repeat url('/static/site-assets/legacy-question-photo-bg.png'); }.legacy-question-legacy__image span { margin: 0 0 25px; padding: 5px 10px; border-radius: 3px; color: #2f2e42; background: rgba(255,255,255,.82); font-size: 10px; }.legacy-question-legacy__tags { position: absolute; z-index: 3; top: 120px; right: 35px; display: grid; gap: 10px; }.legacy-question-legacy__tags button { display: grid; justify-items: center; gap: 2px; width: 76px; padding: 0; border: 0; background: transparent; color: #fff; opacity: .4; cursor: pointer; transition: opacity .2s ease, transform .2s ease; }.legacy-question-legacy__tags button:nth-child(2) { margin-left: 20px; }.legacy-question-legacy__tags button:nth-child(3) { margin-left: 30px; }.legacy-question-legacy__tags button:nth-child(4) { margin-left: 15px; }.legacy-question-legacy__tags button:hover, .legacy-question-legacy__tags button:focus-visible, .legacy-question-legacy__tags button.is-active { opacity: 1; transform: scale(1.06); outline: none; }.legacy-question-legacy__tags img { height: 60px; max-width: 100%; object-fit: contain; }.legacy-question-legacy__tags span { max-width: 94px; overflow: hidden; font-size: 9px; font-weight: 700; line-height: 1.05; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.legacy-question-legacy__actions { position: relative; z-index: 2; display: flex; gap: 10px; margin: 12px 50px 0; }.legacy-question-legacy__actions button { padding: 0; border: 0; background: transparent; color: #fff; font: inherit; font-size: 14px; font-weight: 500; opacity: .8; cursor: pointer; }.legacy-question-legacy__actions button:hover, .legacy-question-legacy__actions button:focus-visible { opacity: 1; outline: none; text-decoration: underline; }
@media (max-width: 1050px) { .legacy-question-legacy__frame { padding-right: 90px; padding-left: 60px; }.legacy-question-legacy h2 { left: 60px; }.legacy-question-legacy__card { grid-template-columns: minmax(0, 1fr) 310px; }.legacy-question-legacy__paper { margin-right: 115px; }.legacy-question-legacy__image { width: 310px; height: 310px; }.legacy-question-legacy__tags { right: -8px; }.legacy-question-legacy__text { margin-right: 80px; } }
@media (max-width: 700px) { .legacy-question-legacy { min-height: 0; padding: 30px 0 42px; }.legacy-question-legacy__frame { min-height: 0; padding: 0; }.legacy-question-legacy__frame::before, .legacy-question-legacy__frame::after { display: none; }.legacy-question-legacy h2 { position: static; padding: 0; margin: 0 0 28px; font-size: 34px; }.legacy-question-legacy__card { display: block; min-height: 0; }.legacy-question-legacy__paper { min-height: 0; margin: 0; padding: 74px 22px 23px; }.legacy-question-legacy__category { right: 0; padding-left: 22px; }.legacy-question-legacy__text { min-height: 0; margin-right: 0; font-size: 15px; }.legacy-question-legacy__image { position: relative; right: auto; top: auto; width: min(250px, 72vw); height: min(250px, 72vw); margin: 24px auto 0; transform: none; }.legacy-question-legacy__tags { position: static; display: flex; justify-content: center; gap: 4px; margin: 23px auto 0; }.legacy-question-legacy__tags button, .legacy-question-legacy__tags button:nth-child(n) { width: 58px; margin: 0; }.legacy-question-legacy__tags img { height: 45px; }.legacy-question-legacy__tags span { display: none; }.legacy-question-legacy__actions { justify-content: space-between; margin: 25px 0 0; }.legacy-question-legacy__actions button { font-size: 12px; } }

@media (max-width: 700px) {
  .legacy-home-v1 .legacy-question-legacy__card { display: flex; flex-direction: column; }
  .legacy-home-v1 .legacy-question-legacy__card[hidden] { display: none; }
  .legacy-home-v1 .legacy-question-legacy__image { order: 1; }
  .legacy-home-v1 .legacy-question-legacy h2 { width: 220px; margin-left: 70px; }
  .legacy-home-v1 .legacy-question-legacy__image { width: min(250px, 72vw); height: min(250px, 72vw); margin-right: auto; margin-left: 10px; }
  .legacy-home-v1 .legacy-question-legacy__paper { order: 3; width: 100%; box-sizing: border-box; }
  .legacy-home-v1 .legacy-question-legacy__paper { width: calc(100% - 18px); margin-right: 9px; margin-left: 9px; }
  .legacy-home-v1 .legacy-question-legacy__category { background: #e83f19; }
  .legacy-home-v1 .legacy-question-legacy__actions { order: 4; }
  .legacy-home-v1 .legacy-question-legacy__tags { position: absolute; top: 92px; right: 4px; display: grid; margin: 0; }
  .legacy-home-v1 .legacy-question-legacy__tags button,
  .legacy-home-v1 .legacy-question-legacy__tags button:nth-child(n) { width: 58px; margin: 0; }
}

/* Production .quest uses an absolutely positioned photo.  Its question
   column therefore owns the whole available width, with a 200px right
   margin; the former FastAPI grid spent a separate 400px column on the photo
   and narrowed the white paper by the same amount. */
@media (min-width: 701px) {
  .legacy-question-legacy__cards { margin: 0 50px; }
  .legacy-question-legacy__card { display: block; min-height: 400px; }
  .legacy-question-legacy__paper { box-sizing: border-box; min-height: 250px; margin: 60px 200px 0 0; }
  .legacy-question-legacy__image { position: absolute; top: 50%; right: 0; width: 400px; height: 400px; transform: translateY(-50%); }
}
@media (min-width: 701px) and (max-width: 1050px) {
  .legacy-question-legacy__paper { margin-right: 115px; }
  .legacy-question-legacy__image { width: 310px; height: 310px; }
}
