:root {
  --ink: #13231b;
  --paper: #fbf7ed;
  --rust: #c85832;
  --lime: #d7ef68;
  --line: rgba(19, 35, 27, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--paper); }
body { min-height: 100vh; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
::selection { background: var(--lime); color: var(--ink); }

.info-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.info-logo { color: var(--ink); font-size: 20px; font-weight: 700; letter-spacing: -.055em; text-decoration: none; }
.info-logo span { color: var(--rust); }
.home-link { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }

.info-main { width: min(820px, calc(100% - 44px)); margin: 0 auto; padding: clamp(70px, 10vw, 130px) 0 100px; }
.eyebrow { margin: 0 0 20px; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 9vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
h1 em { color: var(--rust); font-weight: 400; }
.intro { max-width: 650px; margin: 36px 0 28px; color: #4f5c55; font-family: var(--serif); font-size: clamp(19px, 2.5vw, 25px); line-height: 1.5; }
.updated { display: inline-block; margin-bottom: 54px; padding: 9px 13px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.info-main section { padding: 34px 0; border-top: 1px solid var(--line); }
.info-main section:last-child { border-bottom: 1px solid var(--line); }
h2 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(25px, 3vw, 34px); font-weight: 400; letter-spacing: -.03em; }
.info-main section p { margin: 0 0 13px; color: #4f5c55; font-size: 16px; line-height: 1.75; }
.info-main section p:last-child { margin-bottom: 0; }
.info-main section a { font-weight: 700; text-underline-offset: 4px; }
.info-footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px clamp(22px, 7vw, 110px); background: var(--ink); color: rgba(255, 255, 255, .65); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }

.not-found { display: grid; grid-template-rows: auto 1fr; background: var(--ink); color: #fff; }
.not-found .info-header { border-bottom-color: rgba(255, 255, 255, .14); }
.not-found .info-logo, .not-found .home-link { color: #fff; }
.error-main { width: min(820px, calc(100% - 44px)); align-self: center; margin: 0 auto; padding: 70px 0 100px; }
.error-code { margin: 0 0 20px; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.error-main > p:not(.error-code):not(.eyebrow) { max-width: 540px; margin: 32px 0; color: rgba(255, 255, 255, .68); font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.primary-link { display: inline-flex; padding: 16px 22px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 640px) {
  .info-header { min-height: 76px; }
  .info-footer { align-items: flex-start; flex-direction: column; }
  .error-main { align-self: start; padding-top: 100px; }
}
