:root {
  color-scheme: light;
  --paper: #f4efe5;
  --paper-deep: #e9ddca;
  --ink: #1b1915;
  --muted: #70695e;
  --line: rgba(27, 25, 21, 0.16);
  --clay: #9a5f42;
  --olive: #5e6a4e;
  --white: #fffaf0;
  --shadow: 0 24px 80px rgba(27, 25, 21, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(27, 25, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 25, 21, 0.03) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  color: var(--ink);
  font-family:
    ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
}

.brand,
.nav-links,
.eyebrow,
.section-kicker,
figcaption,
.button,
.card span {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-family: ui-serif, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 180px);
  padding: 40px 0 48px;
}

.hero-copy {
  max-width: 570px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 0.78rem;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(4rem, 8.8vw, 7rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-text {
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(1.3rem, 2.1vw, 2.05rem);
  line-height: 1.18;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

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

.button.secondary {
  background: rgba(255, 250, 240, 0.34);
}

.hero-visual {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  border: 10px solid rgba(255, 250, 240, 0.36);
  content: "";
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 13px 16px;
  background: rgba(244, 239, 229, 0.9);
  color: var(--muted);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.status-strip article {
  min-height: 160px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.46);
}

.status-strip p,
.copy-block p,
.card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 7vw, 120px);
  padding: 112px 0;
  border-bottom: 1px solid var(--line);
}

h2 {
  max-width: 500px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.copy-block {
  max-width: 620px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 112px;
}

.card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.48);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.card:hover,
.card:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 250, 240, 0.72);
}

.card span {
  color: var(--olive);
  font-size: 0.78rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
  font-weight: 400;
}

.notes {
  padding-top: 0;
  border-bottom: 0;
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 24px, 680px);
  }

  .site-header {
    min-height: 72px;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.7rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 24px;
    padding: 28px 0 34px;
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 6.2rem);
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual img {
    aspect-ratio: 16 / 9;
  }

  .status-strip,
  .content-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .content-grid {
    padding: 76px 0;
  }

  .cards {
    padding-bottom: 76px;
  }
}

@media (max-width: 540px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 24px;
  }

  .button {
    flex: 1 1 150px;
    padding-inline: 14px;
  }

  figcaption {
    gap: 10px;
    padding: 10px 16px;
    font-size: 0.69rem;
  }
}
