@font-face {
  font-family: "Libre Bodoni";
  src: url("../fonts/libre-bodoni-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #071113;
  --ink-soft: #0d1a1c;
  --paper: #e8ddc8;
  --paper-muted: #c9bfad;
  --rust: #873f32;
  --rust-hover: #9a4a3a;
  --line: rgba(232, 221, 200, 0.34);

  --sans: "Source Sans 3", Arial, Helvetica, sans-serif;
  --serif: "Libre Bodoni", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 35%, rgba(232, 221, 200, 0.13), transparent 21rem),
    linear-gradient(112deg, #101e20 0%, #071113 48%, #0b1719 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.hero-media__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.12), transparent 31%),
    linear-gradient(to top, rgba(0, 0, 0, 0.44), transparent 38%),
    linear-gradient(to left, rgba(4, 10, 11, 0.08), transparent 58%);
  pointer-events: none;
}

.brand,\n.entry,\n.legal-links,\n.site-footer {
  z-index: 2;
}

.brand {
  position: absolute;
  top: clamp(2rem, 7vh, 6rem);
  left: 49%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 10rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
  white-space: nowrap;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.entry {
  position: absolute;
  right: clamp(2rem, 8vw, 10rem);
  bottom: clamp(7rem, 14vh, 11rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  text-align: center;
}

.claim {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.35vw, 1.65rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.issue-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.95rem 2.35rem;
  border: 1px solid rgba(232, 221, 200, 0.22);
  background: var(--rust);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.issue-button:hover {
  background: var(--rust-hover);
  border-color: rgba(232, 221, 200, 0.5);
}

.issue-button:focus-visible,\n.legal-links a:focus-visible,\n.text-link:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

.legal-links {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: 4.35rem;
  display: flex;
  gap: 1rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.legal-links a {
  text-decoration: none;
}

.legal-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.legal-page__links .text-link {
  margin-top: 0;
}

.site-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 3.2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0.8rem clamp(1.25rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  background: rgba(5, 12, 13, 0.9);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__brand {
  text-transform: none;
}

.site-footer__privacy {
  color: var(--paper-muted);
  text-align: right;
}

.simple-page {
  min-height: 100svh;
  max-width: 54rem;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}

.simple-page__brand {
  margin: 0 0 4rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.simple-page h1 {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  font-weight: 400;
}

.simple-page p {
  max-width: 42rem;
  color: var(--paper-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.legal-page__intro {
  margin-bottom: 3.5rem;
}

.legal-section {
  max-width: 42rem;
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 1.1rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 400;
}

.legal-section address,
.legal-section p {
  margin: 0.7rem 0 0;
  color: var(--paper-muted);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.7;
}

.legal-section strong {
  color: var(--paper);
  font-weight: 600;
}

.legal-section a {
  text-underline-offset: 0.16em;
}

.text-link {
  display: inline-block;
  margin-top: 2rem;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-aspect-ratio: 21/9) {
  .brand {
    left: 55%;
  }

  .entry {
    right: 9vw;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .brand {
    left: 45%;
    font-size: clamp(4rem, 9vw, 7rem);
  }

  .entry {
    right: 5vw;
    bottom: clamp(7rem, 12vh, 9rem);
  }
}

@media (max-width: 700px) {
  .hero-media__image {
    object-position: center center;
  }

  .brand {
    top: 6vh;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(3.2rem, 16vw, 5.5rem);
  }

  .entry {
    right: 1.5rem;
    bottom: 8.5rem;
    left: 1.5rem;
  }

  .claim {
    font-size: 1.05rem;
  }

  .legal-links {
    right: 1.25rem;
    bottom: 5.8rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .site-footer__privacy {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
