 @media only screen and (min-width: 0rem) {.frame {width: 100%;max-width: 80rem;margin: 0 auto;padding: 0 1.25rem;position: relative;z-index: 1;}.flag {display: block;margin: 0 0 1rem;font-family: var(--altFont);font-size: 1.05rem;font-weight: 600;letter-spacing: 0.34em;text-transform: uppercase;line-height: 1.3;color: var(--redDeep);}.flag-lit {color: var(--redLit);}.flag-on-red {color: rgba(255, 255, 255, 0.82);}.head {margin: 0;max-width: 20ch;font-family: var(--altFont);font-weight: 700;font-size: clamp(2.4rem, 8.5vw, 4rem);line-height: 0.98;letter-spacing: 0.005em;text-transform: uppercase;color: var(--ink);}.head-lit {color: var(--paper);}.cut {display: block;color: var(--red);}.body {margin: 1.4rem 0 0;max-width: 38rem;font-size: 1.05rem;line-height: 1.85;color: var(--bodyTextColor);}.body-lit {color: var(--bodyTextLight);}.act {display: inline-flex;align-items: center;justify-content: center;min-height: 3.6rem;padding: 0 2.3rem;font-family: var(--altFont);font-weight: 700;font-size: 1.2rem;letter-spacing: 0.1em;text-transform: uppercase;text-align: center;text-decoration: none;color: var(--white);background-color: var(--red);border: 2px solid var(--red);border-radius: 0.4rem;transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;}.act:hover {background-color: var(--redDeep);border-color: var(--redDeep);transform: translateY(-3px);}.act-line {color: var(--ink);background-color: transparent;border-color: var(--ink);}.act-line:hover {background-color: var(--ink);border-color: var(--ink);color: var(--white);}}@media only screen and (min-width: 48rem) {.frame {padding: 0 2.25rem;}}@media only screen and (prefers-reduced-motion: reduce) {.act:hover {transform: none;}}@media only screen and (min-width: 0rem) {#au-story {background-color: var(--paper);padding: 4.5rem 0;}#au-story .story-frame {display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: center;}#au-story .story-copy {display: flex;flex-direction: column;align-items: center;text-align: center;}#au-story .story-acts {display: flex;flex-direction: column;align-items: center;gap: 0.85rem;width: 100%;max-width: 22rem;margin-top: 2.35rem;}#au-story .story-acts .act {width: 100%;}#au-story .story-shot {position: relative;margin: 0;width: 100%;max-width: 30rem;margin-inline: auto;}#au-story .story-shot::before {content: "";position: absolute;right: -0.9rem;bottom: -0.9rem;width: 58%;height: 58%;background-color: var(--red);border-radius: 0.5rem;z-index: 0;}#au-story .story-shot img {position: relative;z-index: 1;width: 100%;aspect-ratio: 4 / 3;height: auto;object-fit: cover;display: block;border-radius: 0.5rem;}}@media only screen and (min-width: 48rem) {#au-story {padding: 6.5rem 0;}#au-story .story-acts {flex-direction: row;max-width: none;}#au-story .story-acts .act {width: auto;}}@media only screen and (min-width: 64rem) {#au-story .story-frame {grid-template-columns: 1.05fr 0.95fr;gap: 4.5rem;}#au-story .story-shot {max-width: none;}}@media only screen and (min-width: 0rem) {#au-band {background-color: var(--red);background-image: linear-gradient(160deg, var(--redLit) 0%, var(--red) 48%, var(--redDeep) 100%);padding: 3rem 0;}#au-band .band-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 2rem;}#au-band .band-run li {display: flex;flex-direction: column;align-items: center;text-align: center;gap: 0.6rem;}#au-band .band-key {font-family: var(--displayFont);font-size: clamp(2.1rem, 7vw, 2.9rem);font-weight: 800;letter-spacing: -0.04em;line-height: 1;color: var(--white);}#au-band .band-note {font-family: var(--altFont);font-size: 1.1rem;font-weight: 600;letter-spacing: 0.14em;text-transform: uppercase;line-height: 1.4;color: rgba(255, 255, 255, 0.86);max-width: 20ch;}}@media only screen and (min-width: 48rem) {#au-band {padding: 4rem 0;}#au-band .band-run {grid-template-columns: repeat(3, 1fr);gap: 2.5rem;}}@media only screen and (min-width: 0rem) {#au-strip {background-color: var(--coal);}#au-strip .strip-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 0.25rem;}#au-strip .strip-run li {overflow: hidden;line-height: 0;background-color: var(--steel);}#au-strip .strip-run img {width: 100%;aspect-ratio: 4 / 3;height: auto;object-fit: cover;display: block;transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}#au-strip .strip-run li:hover img {transform: scale(1.05);}}@media only screen and (min-width: 48rem) {#au-strip .strip-run {grid-template-columns: repeat(3, 1fr);}}@media only screen and (prefers-reduced-motion: reduce) {#au-strip .strip-run li:hover img {transform: none;}}@media only screen and (min-width: 0rem) {#au-404 {background-color: var(--paper);padding: 5rem 0 5.5rem;}#au-404 .nf-frame {display: flex;flex-direction: column;align-items: center;text-align: center;max-width: 48rem;}#au-404 .nf-code {display: block;margin-bottom: 1.25rem;font-family: var(--displayFont);font-size: clamp(4.5rem, 18vw, 8rem);font-weight: 800;letter-spacing: -0.06em;line-height: 0.85;color: transparent;-webkit-text-stroke: 3px var(--red);}#au-404 .nf-note {margin: 1.4rem auto 0;max-width: 34rem;}#au-404 .nf-acts {display: flex;flex-direction: column;align-items: center;gap: 0.85rem;width: 100%;max-width: 22rem;margin-top: 2.5rem;}#au-404 .nf-acts .act {width: 100%;}}@media only screen and (min-width: 48rem) {#au-404 {padding: 7rem 0 7.5rem;}#au-404 .nf-acts {flex-direction: row;max-width: none;}#au-404 .nf-acts .act {width: auto;}}