@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700;900&family=Oswald:wght@500;600;700&display=swap');

:root {
  --navy: #071a3d;
  --navy-soft: #102b5c;
  --blue: #164ca1;
  --red: #d62538;
  --red-dark: #a90f25;
  --cream: #fff9ed;
  --gold: #ffc84a;
  --ink: #111b31;
  --skin: #ef9f5e;
  --skin-light: #ffc181;
  --skin-shadow: #d67542;
  --hair: #f2cf63;
  --hair-light: #ffe99a;
  --hair-shadow: #bd8834;
  --bubble-shadow: 12px 14px 0 rgba(4, 15, 37, .24);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(circle at 17% 19%, rgba(46, 104, 194, .34) 0 1px, transparent 2px),
    radial-gradient(circle at 81% 13%, rgba(255, 255, 255, .2) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 72%, rgba(214, 37, 56, .16), transparent 25rem),
    linear-gradient(137deg, #09204b 0%, #061630 62%, #030d20 100%);
  background-size: 45px 45px, 73px 73px, auto, auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(115deg, transparent 0 90px, rgba(255, 255, 255, .017) 90px 91px);
  content: "";
  pointer-events: none;
}

button,
kbd {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 4px;
}

.page-shell {
  width: min(1440px, 100%);
  min-height: calc(100vh - 42px);
  margin: 0 auto;
  padding: 28px clamp(24px, 5vw, 78px) 58px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--cream);
  text-decoration: none;
  letter-spacing: .055em;
  line-height: 1;
}

.brand-star {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--cream);
  box-shadow: inset 0 0 0 5px var(--red), 0 0 0 2px var(--cream);
  font-size: 15px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Oswald, Impact, sans-serif;
  font-size: 19px;
}

.brand small {
  margin-top: 6px;
  color: #9eb2d6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .32em;
}

.satire-stamp {
  display: flex;
  width: 84px;
  height: 64px;
  transform: rotate(4deg);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px double rgba(255, 249, 237, .72);
  border-radius: 50%;
  color: rgba(255, 249, 237, .82);
  font-family: Oswald, sans-serif;
  line-height: .95;
}

.satire-stamp span {
  font-size: 10px;
  letter-spacing: .15em;
}

.satire-stamp strong {
  font-size: 18px;
  letter-spacing: .06em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(620px, 1.35fr);
  gap: clamp(20px, 4vw, 75px);
  align-items: center;
  min-height: 710px;
}

.intro {
  position: relative;
  z-index: 6;
  padding-bottom: 24px;
}

.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 18px;
  color: #aabadd;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--red);
  font-size: 11px;
}

h1 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(55px, 6.15vw, 92px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .91;
  text-transform: uppercase;
  text-shadow: 5px 6px 0 rgba(1, 8, 20, .35);
}

h1 em {
  color: var(--gold);
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .12);
}

.intro-copy {
  max-width: 480px;
  margin: 28px 0;
  color: #b9c6df;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}

.quote-button {
  position: relative;
  display: inline-flex;
  gap: 25px;
  align-items: center;
  min-height: 58px;
  padding: 0 8px 0 24px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, #ec3247, var(--red));
  box-shadow: 0 7px 0 var(--red-dark), 0 13px 24px rgba(0, 0, 0, .25);
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.quote-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 9px 0 var(--red-dark), 0 16px 28px rgba(0, 0, 0, .3);
}

.quote-button:active {
  transform: translateY(5px);
  box-shadow: 0 2px 0 var(--red-dark), 0 8px 14px rgba(0, 0, 0, .22);
}

.button-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 2px;
  color: var(--red);
  background: #fff;
  font-family: sans-serif;
  font-size: 25px;
  font-weight: 400;
  transition: transform 400ms cubic-bezier(.22, .78, .37, 1.25);
}

.quote-button:hover .button-icon {
  transform: rotate(180deg);
}

.keyboard-hint {
  margin: 19px 0 0 3px;
  color: #778db5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

kbd {
  padding: 2px 5px;
  border: 1px solid #5f7499;
  border-radius: 3px;
  color: #aebddd;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 2px 0 #20365d;
  font-size: 10px;
}

.stage {
  position: relative;
  align-self: end;
  height: 695px;
  isolation: isolate;
}

.stage::before {
  position: absolute;
  right: 0;
  bottom: 65px;
  left: 3%;
  z-index: -2;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(32, 85, 166, .52), rgba(7, 26, 61, 0) 67%);
  content: "";
}

.flag {
  position: absolute;
  top: 49px;
  right: -38px;
  z-index: -1;
  width: 322px;
  height: 187px;
  transform: rotate(7deg);
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, .78);
  background: repeating-linear-gradient(to bottom, #cf263b 0 14px, #fffaf0 14px 28px);
  box-shadow: 14px 17px 0 rgba(0, 0, 0, .18);
  opacity: .88;
}

.flag::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .24) 30%, transparent 51%, rgba(0, 0, 0, .14) 70%, transparent);
  content: "";
}

.flag-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 105px;
  padding: 7px 10px;
  color: white;
  background: #153b80;
  font-size: 16px;
  letter-spacing: 9px;
  line-height: 30px;
}

.floating-star {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, .8);
  text-shadow: 0 4px 0 rgba(0, 0, 0, .2);
  animation: star-float 4s ease-in-out infinite;
}

.star-one {
  top: 265px;
  right: 15px;
  color: var(--gold);
  font-size: 26px;
}

.star-two {
  top: 353px;
  left: 5px;
  font-size: 17px;
  animation-delay: -1.4s;
}

.star-three {
  top: 421px;
  right: 18px;
  color: var(--red);
  font-size: 15px;
  animation-delay: -2.7s;
}

@keyframes star-float {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-12px) rotate(8deg); }
}

.speech-bubble {
  position: absolute;
  top: 21px;
  left: -1%;
  z-index: 12;
  width: min(410px, 61%);
  min-height: 184px;
  padding: 27px 30px 31px;
  transform: rotate(-1.5deg);
  border: 5px solid var(--ink);
  border-radius: 31px 31px 31px 7px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--bubble-shadow);
}

.speech-bubble::before {
  position: absolute;
  right: -36px;
  bottom: -34px;
  width: 83px;
  height: 78px;
  transform: rotate(-18deg);
  border-bottom: 5px solid var(--ink);
  border-left: 5px solid var(--ink);
  background: var(--cream);
  clip-path: polygon(0 0, 100% 100%, 24% 73%);
  content: "";
}

.bubble-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--red);
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.quote-visible {
  display: inline;
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.22;
}

.speech-bubble[data-length="medium"] .quote-visible {
  font-size: clamp(19px, 1.72vw, 24px);
}

.speech-bubble[data-length="long"] .quote-visible {
  font-size: clamp(17px, 1.48vw, 21px);
  line-height: 1.25;
}

.typing-caret {
  display: inline-block;
  width: 4px;
  height: 1.05em;
  margin-left: 3px;
  transform: translateY(3px);
  background: var(--red);
  animation: caret-blink 680ms step-end infinite;
}

.speech-bubble.finished .typing-caret {
  animation-iteration-count: 4;
}

@keyframes caret-blink {
  50% { opacity: 0; }
}

.caricature {
  position: absolute;
  right: 8%;
  bottom: 89px;
  z-index: 4;
  width: 405px;
  height: 510px;
  filter: drop-shadow(17px 18px 0 rgba(0, 0, 0, .16));
  animation: enter-head 750ms cubic-bezier(.2, .78, .34, 1.12) both;
}

@keyframes enter-head {
  from { opacity: 0; transform: translateY(50px) rotate(2deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

.shoulders {
  position: absolute;
  right: -25px;
  bottom: -42px;
  left: -23px;
  height: 186px;
  overflow: hidden;
}

.jacket {
  position: absolute;
  bottom: -45px;
  width: 248px;
  height: 203px;
  border: 4px solid #071329;
  background: linear-gradient(115deg, #173d75, #071b3d 55%, #040e22);
}

.jacket-left {
  left: 0;
  transform: rotate(5deg);
  border-radius: 90% 20% 0 0;
}

.jacket-right {
  right: 0;
  transform: rotate(-4deg);
  border-radius: 20% 90% 0 0;
  background: linear-gradient(245deg, #173d75, #071b3d 55%, #040e22);
}

.shirt {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 128px;
  height: 170px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d9e1e8, #fff 50%, #cdd6df);
  clip-path: polygon(10% 0, 90% 0, 80% 100%, 20% 100%);
}

.collar {
  position: absolute;
  top: 15px;
  z-index: 5;
  width: 91px;
  height: 76px;
  border: 3px solid #a9b9ca;
  background: #f6f8f9;
}

.collar-left {
  left: 117px;
  transform: rotate(15deg);
  clip-path: polygon(0 0, 100% 22%, 78% 100%, 0 40%);
}

.collar-right {
  right: 117px;
  transform: rotate(-15deg);
  clip-path: polygon(0 22%, 100% 0, 100% 40%, 22% 100%);
}

.tie-knot {
  position: absolute;
  top: 59px;
  left: 50%;
  z-index: 6;
  width: 43px;
  height: 40px;
  transform: translateX(-50%);
  background: #d52037;
  clip-path: polygon(18% 0, 82% 0, 100% 68%, 50% 100%, 0 68%);
}

.tie {
  position: absolute;
  top: 87px;
  left: 50%;
  z-index: 5;
  width: 52px;
  height: 112px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #aa0c22, #e12e43 48%, #a00820);
  clip-path: polygon(50% 0, 83% 16%, 75% 82%, 50% 100%, 25% 82%, 17% 16%);
}

.flag-pin {
  position: absolute;
  top: 91px;
  right: 78px;
  z-index: 8;
  width: 21px;
  height: 15px;
  transform: rotate(-3deg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .6);
  background: #fff;
}

.flag-pin i {
  display: block;
  height: 5px;
  background: var(--red);
}

.flag-pin i:nth-child(2) {
  background: #fff;
}

.flag-pin::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #174184;
  content: "";
}

.neck {
  position: absolute;
  bottom: 123px;
  left: 50%;
  z-index: 1;
  width: 144px;
  height: 110px;
  transform: translateX(-50%);
  border: 4px solid #bd6338;
  border-radius: 25% 25% 45% 45%;
  background: linear-gradient(90deg, #d77a46, var(--skin) 50%, #cf6e3d);
}

.face {
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 4;
  width: 270px;
  height: 325px;
  transform: translateX(-50%) rotate(-1deg);
  border: 4px solid #9f4d2c;
  border-radius: 45% 46% 48% 47% / 35% 37% 60% 61%;
  background:
    radial-gradient(circle at 34% 35%, rgba(255, 215, 163, .55), transparent 15%),
    radial-gradient(circle at 67% 57%, rgba(215, 100, 51, .27), transparent 24%),
    linear-gradient(92deg, #d77b48 0%, var(--skin-light) 25%, #f0a262 57%, #d67542 100%);
  box-shadow: inset -14px -3px 0 rgba(155, 72, 39, .18), inset 9px 0 0 rgba(255, 213, 158, .18);
}

.temple-shade {
  position: absolute;
  top: 31px;
  right: 7px;
  width: 45px;
  height: 139px;
  border-radius: 50%;
  box-shadow: inset -11px 0 0 rgba(151, 66, 35, .15);
}

.ear {
  position: absolute;
  top: 177px;
  z-index: 2;
  width: 62px;
  height: 93px;
  border: 4px solid #9f4d2c;
  background: #e38a50;
}

.ear-left {
  left: 48px;
  transform: rotate(-7deg);
  border-radius: 58% 22% 41% 56%;
}

.ear-right {
  right: 48px;
  transform: rotate(9deg);
  border-radius: 22% 58% 56% 41%;
}

.ear span {
  position: absolute;
  top: 23px;
  width: 31px;
  height: 42px;
  border: 4px solid rgba(145, 65, 35, .44);
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ear-left span { right: 9px; transform: rotate(-14deg); }
.ear-right span { left: 9px; transform: rotate(14deg); }

.cheek {
  position: absolute;
  top: 150px;
  width: 76px;
  height: 70px;
  border-radius: 50%;
  background: rgba(205, 89, 50, .24);
  filter: blur(1px);
}

.cheek-left { left: 13px; }
.cheek-right { right: 13px; }

.brow {
  position: absolute;
  top: 102px;
  z-index: 4;
  width: 81px;
  height: 20px;
  border-top: 9px solid #a66f32;
  border-radius: 50%;
}

.brow-left { left: 36px; transform: rotate(7deg); }
.brow-right { right: 33px; transform: rotate(-10deg); }

.eye {
  position: absolute;
  top: 122px;
  z-index: 3;
  width: 67px;
  height: 31px;
  overflow: hidden;
  border: 3px solid #994c2e;
  border-top-width: 5px;
  border-radius: 50%;
  background: #f7e5ce;
}

.eye-left { left: 42px; transform: rotate(4deg); }
.eye-right { right: 39px; transform: rotate(-5deg); }

.eye span {
  position: absolute;
  top: 6px;
  width: 14px;
  height: 14px;
  border: 4px solid #7d9aa4;
  border-radius: 50%;
  background: #162535;
}

.eye-left span { right: 16px; }
.eye-right span { left: 16px; }

.eye-bag {
  position: absolute;
  top: 149px;
  width: 71px;
  height: 22px;
  border-bottom: 4px solid rgba(154, 65, 34, .39);
  border-radius: 50%;
}

.eye-bag-left { left: 39px; transform: rotate(5deg); }
.eye-bag-right { right: 36px; transform: rotate(-5deg); }

.nose {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 5;
  width: 65px;
  height: 105px;
  transform: translateX(-50%);
  border-right: 5px solid rgba(154, 66, 34, .42);
  border-bottom: 5px solid #aa512d;
  border-radius: 28% 48% 52% 48%;
  box-shadow: 5px 6px 0 rgba(165, 75, 38, .13);
}

.nose span {
  position: absolute;
  right: 4px;
  bottom: -8px;
  width: 30px;
  height: 14px;
  border-bottom: 4px solid rgba(122, 53, 31, .48);
  border-radius: 50%;
}

.nose-shadow {
  position: absolute;
  top: 135px;
  left: 105px;
  width: 20px;
  height: 68px;
  transform: rotate(8deg);
  border-radius: 50%;
  background: rgba(255, 215, 165, .35);
}

.mouth-shadow {
  position: absolute;
  right: 56px;
  bottom: 68px;
  left: 55px;
  height: 48px;
  border-radius: 50%;
  background: rgba(182, 73, 38, .24);
}

.mouth {
  position: absolute;
  bottom: 87px;
  left: 50%;
  z-index: 6;
  width: 105px;
  height: 34px;
  transform: translateX(-50%) rotate(-2deg);
  border: 4px solid #953c2e;
  border-radius: 42% 52% 48% 44%;
  background: #783128;
  box-shadow: 0 -5px 0 rgba(255, 183, 129, .36);
}

.mouth span {
  position: absolute;
  top: 4px;
  right: 8px;
  left: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f9ddd0;
}

.chin-line {
  position: absolute;
  bottom: 38px;
  left: 50%;
  width: 91px;
  height: 27px;
  transform: translateX(-50%);
  border-bottom: 4px solid rgba(156, 65, 35, .28);
  border-radius: 50%;
}

.hair {
  position: absolute;
  z-index: 8;
  background: linear-gradient(145deg, var(--hair-light), var(--hair) 52%, var(--hair-shadow));
  filter: drop-shadow(1px 4px 0 #995b27);
}

.hair-back {
  top: 50px;
  left: 69px;
  width: 269px;
  height: 99px;
  transform: rotate(-3deg);
  border-radius: 65% 44% 18% 26%;
  clip-path: polygon(5% 36%, 23% 8%, 57% 0, 89% 17%, 100% 62%, 88% 92%, 63% 67%, 29% 76%, 0 100%);
}

.hair-crown {
  top: 31px;
  left: 92px;
  width: 235px;
  height: 98px;
  transform: rotate(2deg);
  clip-path: polygon(0 55%, 10% 24%, 35% 6%, 66% 0, 97% 27%, 100% 72%, 66% 51%, 36% 63%);
}

.hair-swoop {
  top: 55px;
  left: 76px;
  width: 235px;
  height: 88px;
  transform: rotate(-7deg);
  border-radius: 80% 12% 77% 15%;
  clip-path: polygon(0 35%, 18% 8%, 56% 0, 100% 19%, 90% 56%, 51% 69%, 11% 100%, 24% 61%);
  background: linear-gradient(169deg, #ffefa4 6%, #e6be54 66%, #ad752c);
}

.hair-wing {
  top: 94px;
  right: 57px;
  width: 91px;
  height: 109px;
  transform: rotate(3deg);
  border-radius: 10% 70% 52% 27%;
  clip-path: polygon(0 0, 83% 12%, 100% 62%, 54% 100%, 54% 48%);
}

.hair-strand {
  position: absolute;
  z-index: 9;
  height: 7px;
  border-radius: 50%;
  border-top: 3px solid rgba(151, 97, 31, .55);
}

.strand-one { top: 80px; left: 119px; width: 144px; transform: rotate(-9deg); }
.strand-two { top: 98px; left: 139px; width: 130px; transform: rotate(-11deg); }
.strand-three { top: 65px; left: 159px; width: 98px; transform: rotate(-5deg); }

.podium {
  position: absolute;
  right: -1%;
  bottom: 0;
  left: 25%;
  z-index: 10;
  height: 156px;
}

.podium-top {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 3;
  height: 35px;
  transform: perspective(120px) rotateX(5deg);
  border: 4px solid #030a18;
  background: linear-gradient(#234d84, #0a234c);
  box-shadow: 0 6px 0 rgba(0, 0, 0, .28);
}

.podium-front {
  position: absolute;
  top: 48px;
  right: 21px;
  bottom: 0;
  left: 21px;
  border: 4px solid #030a18;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .07), transparent 15% 85%, rgba(0, 0, 0, .2)),
    #0d3268;
}

.podium-seal {
  position: absolute;
  top: 16px;
  left: 50%;
  display: flex;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 4px solid #f4d47a;
  border-radius: 50%;
  color: var(--cream);
  background: #092555;
  box-shadow: inset 0 0 0 4px #164b91;
  font-family: Oswald, sans-serif;
}

.podium-seal span {
  color: var(--gold);
  font-size: 17px;
  line-height: 1;
}

.podium-seal strong {
  font-size: 19px;
  letter-spacing: .1em;
}

.podium-seal small {
  color: #9ebbe3;
  font-size: 7px;
  letter-spacing: .09em;
}

.microphone {
  position: absolute;
  top: -45px;
  z-index: 2;
  width: 8px;
  height: 78px;
  transform-origin: bottom;
  border-radius: 6px;
  background: #17202d;
}

.microphone::before {
  position: absolute;
  top: -13px;
  left: -7px;
  width: 22px;
  height: 31px;
  border: 3px solid #050a12;
  border-radius: 50%;
  background: #303946;
  content: "";
}

.microphone-left { left: 35%; transform: rotate(-16deg); }
.microphone-right { right: 35%; transform: rotate(16deg); }

.site-footer {
  display: flex;
  position: relative;
  z-index: 20;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #7489ad;
  font-size: 10px;
  letter-spacing: .055em;
  line-height: 1.6;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 720px;
  margin: 0;
}

.site-footer strong {
  color: #aebddd;
}

.made-with {
  text-align: right;
  white-space: nowrap;
}

.news-ticker {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  height: 42px;
  overflow: hidden;
  border-top: 4px solid #fff;
  color: white;
  background: var(--red);
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 38px;
  text-transform: uppercase;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 33s linear infinite;
}

.ticker-track span {
  margin-left: 68px;
}

.ticker-track b {
  margin-left: 68px;
  color: var(--gold);
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .page-shell { padding-inline: 28px; }

  .hero {
    grid-template-columns: minmax(290px, .75fr) minmax(550px, 1.25fr);
    gap: 10px;
  }

  .caricature { right: 2%; transform-origin: bottom right; }
  .speech-bubble { left: 0; width: 59%; }
  .podium { left: 19%; }
}

@media (max-width: 860px) {
  .page-shell {
    padding-inline: 22px;
    padding-bottom: 67px;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .intro {
    max-width: 630px;
    padding: 65px 0 25px;
  }

  h1 { font-size: clamp(59px, 12vw, 91px); }
  .intro-copy { max-width: 580px; }

  .stage {
    width: min(700px, 100%);
    height: 710px;
    margin: 0 auto;
  }

  .speech-bubble { left: 0; width: min(400px, 62%); }
  .caricature { right: 6%; }
  .podium { left: 20%; }
  .flag { right: -20px; }
}

@media (max-width: 580px) {
  .page-shell { padding-inline: 16px; }
  .site-header { min-height: 67px; }
  .brand-star { width: 36px; height: 36px; }
  .brand strong { font-size: 16px; }
  .satire-stamp { width: 66px; height: 52px; }
  .satire-stamp strong { font-size: 14px; }

  .intro { padding-top: 46px; }
  h1 { font-size: clamp(49px, 15vw, 74px); }
  .keyboard-hint { display: none; }

  .stage {
    height: 650px;
    margin-top: 18px;
  }

  .speech-bubble {
    top: 0;
    left: 0;
    width: calc(100% - 13px);
    min-height: 150px;
    padding: 22px 23px 25px;
    border-width: 4px;
    border-radius: 25px 25px 25px 7px;
  }

  .speech-bubble::before {
    right: 42px;
    bottom: -29px;
    width: 67px;
    height: 62px;
    border-width: 4px;
  }

  .quote-visible { font-size: clamp(20px, 6vw, 26px); }

  .speech-bubble[data-length="medium"] .quote-visible {
    font-size: clamp(18px, 5.25vw, 22px);
  }

  .speech-bubble[data-length="long"] .quote-visible {
    font-size: clamp(16px, 4.75vw, 19px);
  }

  .flag {
    top: 188px;
    right: -50px;
    width: 232px;
    height: 143px;
    opacity: .72;
  }

  .flag-stars { width: 96px; height: 78px; padding: 3px 5px; font-size: 10px; line-height: 22px; }

  .caricature {
    right: 50%;
    bottom: 72px;
    transform: translateX(50%) scale(.83);
    transform-origin: bottom center;
    animation-name: enter-head-mobile;
  }

  @keyframes enter-head-mobile {
    from { opacity: 0; transform: translateX(50%) translateY(45px) scale(.83); }
    to { opacity: 1; transform: translateX(50%) translateY(0) scale(.83); }
  }

  .podium { right: -7%; left: -7%; }
  .star-two { display: none; }

  .site-footer {
    display: block;
    padding-bottom: 10px;
  }

  .made-with { display: none; }
}

@media (max-width: 390px) {
  .caricature { transform: translateX(50%) scale(.75); }

  @keyframes enter-head-mobile {
    from { opacity: 0; transform: translateX(50%) translateY(45px) scale(.75); }
    to { opacity: 1; transform: translateX(50%) translateY(0) scale(.75); }
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
