:root { color-scheme: light; background: #ff6000; color: #fffbea; }
* { box-sizing: border-box; }
body { margin: 0; }
.poster {
  min-height: 100svh;
  padding: clamp(22px, 3.4svh, 42px) 16px clamp(26px, 4svh, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wordmark {
  margin: 0 0 10px;
  font: 400 clamp(32px, 4.6svh, 60px)/1 Georgia, 'Times New Roman', serif;
  letter-spacing: -0.055em;
}
h1 {
  margin: 0;
  font: 700 min(10.7vw, 14svh, 160px)/0.98 Georgia, 'Times New Roman', serif;
  letter-spacing: -0.055em;
}
h1 span { display: block; white-space: nowrap; }
.goose {
  display: block;
  width: min(45svh, 480px, 78vw);
  aspect-ratio: 500 / 560;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin: 6px 0 16px;
}
.goose img { position: absolute; width: 289.6%; height: auto; max-width: none; left: -96%; top: -69.642857%; }
.coming-soon {
  margin: 0;
  font: 600 clamp(14px, 2.2svh, 24px)/1.4 Arial, sans-serif;
  letter-spacing: 0.23em;
  text-indent: 0.23em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .poster { justify-content: space-evenly; gap: 16px; padding: 28px 14px 32px; }
  .wordmark { margin: 0; font-size: 38px; }
  h1 { font-size: 11.1vw; line-height: 1.05; }
  .goose { width: min(74vw, 340px); margin: 0; }
  .coming-soon { font-size: 15px; }
}
