@font-face {
  font-family: "Canela Condensed Trial";
  src: url("fonts/CanelaCondensed-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("fonts/Brandon-Grotesque-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  font-family: "Brandon Grotesque", system-ui, sans-serif;
  color: rgba(255, 255, 255, 0.92);
  background-color: #111827;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(59, 130, 246, 0.15), transparent 55%),
    linear-gradient(165deg, #0f172a 0%, #1e293b 45%, #111827 100%);
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.content {
  text-align: center;
  max-width: 36rem;
}

.pathfinder-title {
  font-family: "Canela Condensed Trial", "Playfair Display", Georgia, serif;
  font-size: clamp(3.75rem, 12vw, 7.25rem);
  line-height: 1.1;
  font-weight: 400;
  color: #f3c047;
  margin: 0;
  padding: 0 16px;
  text-transform: none;
}

.subtitle {
  margin: 1.5rem 0 0;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.domain-note {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  opacity: 0.75;
}

@media (min-width: 768px) {
  .pathfinder-title {
    padding: 0 24px;
  }

  .subtitle {
    font-size: 1.35rem;
  }
}
