:root {
  --ink: #151515;
  --muted: #5f625d;
  --soft: #f4f0e8;
  --paper: #fffaf0;
  --line: #ddd4c5;
  --accent: #b84d2d;
  --accent-dark: #7b2e1e;
  --green: #385d4b;
  --gold: #c8942d;
  --shadow: 0 18px 60px rgba(42, 31, 19, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #eee6d8;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 240, 0.92);
  border-bottom: 1px solid rgba(93, 75, 52, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.topbar nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.topbar nav {
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.topbar nav a {
  text-decoration: none;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 620px;
  padding: clamp(56px, 7vw, 104px) clamp(18px, 5vw, 72px) 48px;
  background:
    linear-gradient(120deg, rgba(21, 21, 21, 0.08), transparent 40%),
    radial-gradient(circle at 86% 18%, rgba(184, 77, 45, 0.18), transparent 28%),
    linear-gradient(135deg, #f9f0df 0%, #e8dcc8 100%);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.15;
}

.hero-text {
  max-width: 620px;
  color: #34332f;
  font-size: clamp(18px, 2vw, 22px);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

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

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

.hero-panel {
  padding: 28px;
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid rgba(93, 75, 52, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.status-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--accent-dark);
  font-weight: 900;
}

.status-dot {
  width: 11px;
  height: 11px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(184, 77, 45, 0.16);
}

.quick-specs {
  display: grid;
  gap: 18px;
  margin: 0;
}

.quick-specs div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.quick-specs dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-specs dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.quick-specs dd span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.summary-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(93, 75, 52, 0.16);
  background: var(--ink);
  color: #fff;
}

.summary-band div {
  min-height: 120px;
  padding: 24px clamp(18px, 4vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.summary-band strong,
.summary-band span {
  display: block;
}

.summary-band strong {
  margin-bottom: 8px;
  color: #f7c16d;
}

.summary-band span {
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.section:nth-of-type(even) {
  background: var(--soft);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.two-column > div:first-child p:not(.eyebrow),
.section-heading p {
  max-width: 650px;
  color: var(--muted);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-card,
.issue,
.timeline-item,
.checklist-grid label {
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-card {
  min-height: 190px;
  padding: 22px;
}

.info-card p,
.issue p,
.timeline-item p,
.timeline-item li {
  color: var(--muted);
}

.info-card.muted,
.issue.muted,
.timeline-item.empty {
  background: rgba(255, 250, 240, 0.46);
}

.icon {
  display: inline-grid;
  min-width: 42px;
  height: 30px;
  place-items: center;
  margin-bottom: 28px;
  padding: 0 8px;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

code {
  font-size: 0.95em;
  font-weight: 800;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 22px;
}

.timeline-item time {
  color: var(--accent-dark);
  font-weight: 900;
}

.timeline-item.current {
  border-color: rgba(184, 77, 45, 0.42);
  box-shadow: 0 14px 44px rgba(184, 77, 45, 0.11);
}

.timeline-item.warning {
  border-color: rgba(200, 148, 45, 0.46);
}

.timeline-item ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.issue-list {
  display: grid;
  gap: 14px;
}

.issue {
  padding: 20px;
}

.issue div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.issue span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.issue.critical {
  border-color: rgba(184, 77, 45, 0.5);
  background: #fff4eb;
}

.repair-section {
  background: #161513;
  color: #fff;
}

.repair-section .eyebrow,
.repair-section .section-heading p {
  color: #f7c16d;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checklist-grid label {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.checklist-grid input {
  width: 18px;
  height: 18px;
  accent-color: #f7c16d;
  flex: 0 0 auto;
}

@media (max-width: 880px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero,
  .two-column,
  .summary-band,
  .card-grid,
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-panel {
    padding: 22px;
  }

  .summary-band div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .issue div {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .topbar {
    position: static;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section,
  .hero {
    padding-inline: 16px;
  }
}
