@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/satisfy-latin.ttf') format('truetype');
}

* { box-sizing: border-box; }
html { color-scheme: light; background: #fff; }
body { margin: 0; background: #fff; color: #073247; }
main {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vh, 56px) 20px;
}
h1 { margin: 0; width: min(100%, 600px, 70svh); font-size: 1rem; }
img { display: block; width: 100%; height: auto; }
p {
  margin: 8px 0 0;
  padding: 0 8px;
  max-width: 100%;
  font-family: 'Satisfy', 'Snell Roundhand', 'Brush Script MT', cursive;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 480px) {
  main { padding-inline: 16px; }
  h1 { width: 100%; }
  p { margin-top: 16px; }
}

a { color: inherit; text-underline-offset: 0.22em; }
a:hover { color: #147292; }
a:focus-visible { outline: 2px solid #147292; outline-offset: 5px; border-radius: 2px; }
.page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.55rem;
  margin-top: 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
}
.page-links a { padding-block: 10px; }
.details { gap: 18px; }
.details-title {
  width: auto;
  font-family: 'Satisfy', 'Snell Roundhand', 'Brush Script MT', cursive;
  font-size: clamp(3rem, 7vw, 4.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.details-image { width: min(100%, 480px, 55svh); }
.details-copy {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1.65;
  text-wrap: pretty;
}
.details-copy a { font-weight: 700; white-space: nowrap; }
@media (max-width: 380px) {
  .page-links { column-gap: 0.4rem; font-size: 0.875rem; }
}
