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

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

:root {
  color: #1f2b24;
  background: #f6f2e8;
  font-family: "Manrope", system-ui, sans-serif;
  --paper: #fffdf7;
  --ink: #1f2b24;
  --muted: #666b61;
  --line: #d5d2c7;
  --brand: #536b3b;
  --yellow: #dce779;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #2266cc; outline-offset: 4px; }
.info-header { min-height: 82px; border-bottom: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(18px, 5vw, 72px); }
.info-header > a { text-decoration: none; }
.info-wordmark { display: flex; align-items: center; gap: 8px; font: 900 32px/1 Georgia, serif; letter-spacing: -.04em; }
.info-wordmark img { width: 42px; height: 42px; object-fit: contain; }
.info-back { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-weight: 700; }
.info-main { width: min(980px, calc(100% - 36px)); margin: 0 auto; padding: clamp(54px, 9vw, 110px) 0 90px; }
.info-kicker { color: var(--brand); font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1 { max-width: 780px; margin: 16px 0 24px; font: 500 clamp(48px, 8vw, 88px)/.94 Georgia, serif; letter-spacing: -.055em; }
.info-lead { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(17px, 2.2vw, 21px); line-height: 1.55; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(62px, 10vw, 110px); border-top: 1px solid var(--ink); }
.info-section { padding: 34px 34px 38px 0; border-bottom: 1px solid var(--line); }
.info-section:nth-child(even) { padding-left: 34px; border-left: 1px solid var(--line); }
.info-section h2 { margin: 0 0 14px; font: 500 31px/1.05 Georgia, serif; }
.info-section p, .info-section li { color: var(--muted); line-height: 1.6; }
.info-section ul { padding-left: 20px; }
.info-note { margin-top: 30px; padding: 18px 20px; border: 1px solid var(--ink); background: var(--yellow); font-weight: 750; line-height: 1.5; }
.brand-signature { margin-top: 54px; padding-top: 28px; border-top: 1px solid var(--ink); display: flex; align-items: center; gap: 10px; }
.brand-signature span { color: var(--muted); font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.brand-signature img:first-child { width: 34px; height: 34px; object-fit: contain; }
.brand-signature img:last-child { width: 126px; height: auto; }
.error-code { display: block; color: #a89f8f; font: 500 clamp(90px, 24vw, 220px)/.8 Georgia, serif; letter-spacing: -.08em; }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.error-actions a { border: 1px solid var(--ink); background: var(--paper); padding: 14px 18px; font-weight: 800; text-decoration: none; box-shadow: 0 12px 28px rgb(31 43 36 / 12%); }
.error-actions a:first-child { background: var(--brand); color: white; }

@media (max-width: 680px) {
  .info-header { min-height: 70px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-section, .info-section:nth-child(even) { padding: 28px 0; border-left: 0; }
}
