@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/outfit-400.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/outfit-500.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/outfit-600.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/syne-700.woff2") format("woff2");
}

:root {
  --ink: #101010;
  --paper: #f4f0e8;
  --paper-2: #ebe6dc;
  --mute: #5c574f;
  --line: color-mix(in srgb, var(--ink) 12%, transparent);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --measure: 62ch;
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 12% -10%, color-mix(in srgb, var(--paper-2) 80%, white), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, color-mix(in srgb, var(--ink) 6%, transparent), transparent 55%),
    var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--ink);
  color: var(--paper);
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.wrap {
  width: min(1080px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  display: block;
}

.brand-name {
  font-family: "Syne", "Outfit", sans-serif;
  font-size: 1.15rem;
}

.nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.95rem;
  color: var(--mute);
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  gap: 1.25rem;
  padding: 3.5rem 0 4.5rem;
  max-width: 44rem;
}

.hero h1 {
  margin: 0;
  font-family: "Syne", "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.hero-lead {
  margin: 0;
  max-width: var(--measure);
  color: var(--mute);
  font-size: 1.125rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  padding-top: 0.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  transition: transform 160ms var(--ease-out), background-color 200ms ease, color 200ms ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--ink);
  color: var(--paper);
}

.btn-primary:hover {
  background: color-mix(in srgb, var(--ink) 88%, white);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost:hover {
  background: color-mix(in srgb, var(--ink) 5%, transparent);
}

.hero-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--mute);
}

.shots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 0 0 4.5rem;
  align-items: end;
}

.shot {
  margin: 0;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
}

.shot img {
  width: 100%;
  height: auto;
  max-width: 22rem;
  border-radius: 1.35rem;
  border: 1px solid var(--line);
  background: var(--ink);
  box-shadow: 0 22px 50px color-mix(in srgb, var(--ink) 18%, transparent);
}

.shot figcaption {
  font-size: 0.92rem;
  color: var(--mute);
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .shots {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .shot img {
    max-width: 18rem;
  }
}

.section {
  padding: 4.5rem 0;
  border-top: 1px solid var(--line);
}

.section h2 {
  margin: 0 0 0.85rem;
  font-family: "Syne", "Outfit", sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  max-width: 18ch;
}

.section p {
  margin: 0;
  max-width: var(--measure);
  color: var(--mute);
}

.section p + p {
  margin-top: 0.9rem;
}

.steps {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.35rem;
}

.steps li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.9rem;
  align-items: start;
  max-width: 46rem;
}

.step-index {
  font-family: "Syne", "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--ink);
}

.steps strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink);
  font-weight: 600;
}

.rules {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  max-width: 40rem;
}

.rules li {
  padding: 0.95rem 0;
  border-top: 1px solid var(--line);
  color: var(--mute);
}

.rules li:last-child {
  border-bottom: 1px solid var(--line);
}

.rules strong {
  color: var(--ink);
  font-weight: 600;
}

.final {
  display: grid;
  gap: 1rem;
  padding-bottom: 5rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2.5rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: baseline;
}

.site-footer a {
  color: var(--ink);
}

.prose {
  padding: 2.5rem 0 5rem;
  max-width: 42rem;
}

.prose h1 {
  margin: 0 0 1rem;
  font-family: "Syne", "Outfit", sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.prose h2 {
  margin: 2.2rem 0 0.65rem;
  font-size: 1.2rem;
  letter-spacing: -0.015em;
}

.prose p,
.prose li {
  color: var(--mute);
}

.prose ul {
  padding-left: 1.15rem;
}

.prose a {
  color: var(--ink);
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    animation: rise 650ms var(--ease-out) both;
  }

  .reveal-delay {
    animation-delay: 80ms;
  }

  .reveal-delay-2 {
    animation-delay: 140ms;
  }

  @keyframes rise {
    from {
      transform: translateY(10px);
    }
    to {
      transform: translateY(0);
    }
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(1080px, calc(100% - 1.5rem));
  }

  .hero {
    padding-top: 2.4rem;
  }

  .nav {
    gap: 0.9rem;
  }
}
