:root {
  color-scheme: light;
  --paper: #f2f0e8;
  --white: #fffdf6;
  --ink: #1c1c1a;
  --muted: #66655f;
  --rule: #bdbbb1;
  --accent: #8d3025;
  --measure: 70ch;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip {
  position: absolute;
  top: -100px;
  left: 14px;
  z-index: 50;
  padding: 8px 14px;
  background: var(--ink);
  color: var(--white);
}
.skip:focus { top: 12px; }
.wrap { width: min(1100px, calc(100% - 52px)); margin-inline: auto; }
.mono, .brand-small, nav, .languages, .eyebrow, .section-index, .fact-label, .button, .footer-meta {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  letter-spacing: .045em;
}
.masthead {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.05; }
.brand img { display: block; width: 38px; height: 31px; image-rendering: pixelated; }
.brand strong { font: 700 21px/1 Arial, Helvetica, sans-serif; letter-spacing: -.07em; }
.brand-small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; font-size: 11px; text-transform: uppercase; }
nav a { text-decoration: none; border-bottom: 1px solid transparent; }
nav a:hover, nav a[aria-current="page"] { color: var(--ink); border-color: var(--ink); }
.language-row { display: flex; align-items: center; justify-content: flex-end; gap: 15px; border-bottom: 1px solid var(--rule); padding: 12px 0; }
.language-row > span { margin-right: auto; font: 700 10px/1.4 'Courier New', monospace; color: var(--muted); text-transform: uppercase; letter-spacing: .09em; }
.languages { display: flex; gap: 6px; font-size: 11px; }
.languages a { min-width: 36px; text-align: center; text-decoration: none; border: 1px solid transparent; padding: 5px; }
.languages a[aria-current="page"] { border-color: var(--ink); }
.hero { padding: clamp(54px, 8vw, 112px) 0 70px; }
.eyebrow { color: var(--accent); text-transform: uppercase; font-size: 11px; line-height: 1.5; }
.hero h1 {
  max-width: 960px;
  margin: 24px 0 22px;
  font-weight: 400;
  font-size: clamp(3.1rem, 7.3vw, 7rem);
  line-height: 1.01;
  letter-spacing: -.055em;
  overflow-wrap: break-word;
}
.lead { max-width: 760px; margin: 0; font-size: clamp(20px, 2.1vw, 28px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 54px; padding: 12px 17px; background: var(--ink); color: var(--white); text-decoration: none; font-size: 11px; text-transform: uppercase; transition: transform .15s ease, background .15s ease; }
.button:hover { background: var(--accent); color: var(--white); transform: translateY(-2px); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button.secondary:hover { color: var(--white); background: var(--ink); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fact { padding: 22px 18px 25px; border-right: 1px solid var(--rule); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact-label { display: block; color: var(--muted); font-size: 11px; line-height: 1.4; text-transform: uppercase; }
.fact-value { display: block; margin-top: 9px; font-size: clamp(23px, 3vw, 39px); line-height: 1.15; letter-spacing: -.035em; }
.content { padding: 74px 0 80px; }
.section-title { display: flex; align-items: baseline; gap: 17px; margin: 0 0 44px; font-size: clamp(29px, 3.3vw, 46px); line-height: 1.15; font-weight: 400; letter-spacing: -.04em; }
.section-index { align-self: flex-start; color: var(--accent); font-size: 11px; letter-spacing: 0; line-height: 2; }
.story { display: grid; grid-template-columns: 1fr 2fr; gap: 38px; border-top: 1px solid var(--rule); padding: 27px 0 32px; }
.story h3 { margin: 0; font-size: 25px; line-height: 1.25; letter-spacing: -.03em; font-weight: 400; }
.story-copy { max-width: var(--measure); }
.story-copy p { margin: 0 0 17px; }
.story-copy p:last-child { margin-bottom: 0; }
.note { border-left: 3px solid var(--accent); padding: 4px 0 4px 18px; max-width: 720px; color: var(--muted); font-size: 14px; }
.questions { padding: 55px 0 90px; border-top: 1px solid var(--rule); }
.qa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.qa { background: var(--white); border: 1px solid var(--rule); padding: 27px; }
.qa h3 { font-size: 21px; line-height: 1.3; font-weight: 400; margin: 0 0 14px; }
.qa p { margin: 0; font-size: 15px; }
.visit-strip { background: var(--ink); color: var(--white); }
.visit-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.visit-strip h2 { font-size: clamp(34px, 5vw, 60px); font-weight: 400; letter-spacing: -.05em; line-height: 1.08; margin: 16px 0 18px; }
.visit-strip p { max-width: 590px; margin: 0; }
.visit-strip .eyebrow { color: #e9b4a7; }
.visit-strip .button { border: 1px solid var(--white); }
.visit-strip .button:not(.secondary) { background: var(--white); color: var(--ink); }
.visit-strip .button:hover { background: #e9b4a7; color: var(--ink); }
.visit-strip .button.secondary { color: var(--white); }
.visit-strip .button.secondary:hover { background: var(--white); color: var(--ink); }
.visit-actions { display: grid; gap: 12px; }
.footer { padding: 40px 0 52px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.footer p { margin: 0 0 8px; }
.footer a { display: inline-block; margin-right: 15px; }
.footer-meta { border-top: 1px solid var(--rule); margin-top: 33px; padding-top: 16px; font-size: 10px; color: var(--muted); text-transform: uppercase; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 1100px); }
  .masthead-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 19px; gap: 18px; }
  nav { width: 100%; justify-content: space-between; gap: 8px; }
  .hero { padding: 55px 0 49px; }
  .facts { grid-template-columns: 1fr; }
  .fact, .fact:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .fact:last-child { border-bottom: 0; }
  .fact-value { margin-top: 2px; }
  .content { padding: 57px 0; }
  .story { grid-template-columns: 1fr; gap: 13px; }
  .qa-grid, .visit-inner, .footer-grid { grid-template-columns: 1fr; }
  .questions { padding: 54px 0 64px; }
  .visit-inner { padding-top: 58px; padding-bottom: 59px; gap: 25px; }
  .footer-grid { gap: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
