:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 2rem;
}

.official-logo-frame {
  width: min(88vw, 32rem);
  aspect-ratio: 285.14 / 96;
  overflow: hidden;
}

.official-logo {
  display: block;
  width: 100%;
  height: auto;
}

.availability {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.75rem, 1.4vw, 0.95rem);
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

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