@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

html,
body {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-feature-settings: "cv11", "ss01", "ss03";
}

nav {
  min-height: 104px;
  padding: 20px clamp(20px, 4vw, 64px);
  position: static;
}

nav .brand img {
  width: 64px;
  height: 64px;
}

nav .back {
  padding: 10px 16px;
  border: 1px solid rgba(250, 246, 238, 0.28);
  border-radius: 999px;
  color: rgba(250, 246, 238, 0.8);
}

main {
  max-width: 900px;
  padding: clamp(72px, 8vw, 120px) clamp(20px, 4vw, 64px) clamp(96px, 10vw, 150px);
}

main > .label {
  margin-bottom: 24px;
  color: #f5c518;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

main > h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  color: #faf6ee;
  font-size: clamp(48px, 8vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

main > .meta {
  margin-bottom: 72px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

main section {
  margin: 0;
  padding: 42px 0;
  border-top: 1px solid rgba(250, 246, 238, 0.14);
}

main section h2 {
  margin-bottom: 22px;
  color: #faf6ee;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: none;
}

main section h2 .num {
  display: inline-block;
  width: 44px;
  color: rgba(250, 246, 238, 0.4);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
}

main section p,
main section li {
  color: rgba(250, 246, 238, 0.7);
}

main section p {
  max-width: 70ch;
}

dl {
  margin-top: 24px;
  border-top: 1px solid rgba(250, 246, 238, 0.12);
}

dl div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  border-bottom: 1px solid rgba(250, 246, 238, 0.12);
}

dl dt {
  color: rgba(250, 246, 238, 0.44);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

dl dd {
  color: #faf6ee;
}

.callout {
  margin-bottom: 64px;
  padding: 24px;
  border: 1px solid rgba(250, 246, 238, 0.16);
  border-left: 3px solid #f5c518;
  border-radius: 10px;
  background: transparent;
}

footer {
  padding: 40px clamp(20px, 4vw, 64px) 48px;
}

@media (max-width: 620px) {
  nav {
    min-height: 88px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  nav .brand img {
    width: 56px;
    height: 56px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
