:root {
  --paper: #f7f5f0;
  --ink: #161a1d;
  --muted: #697077;
  --line: #d7d4cc;
  --accent: #a64728;
  --accent-dark: #7a2d1b;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}

a { color: inherit; }

.site-header, .section, .site-footer {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 44px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .86;
  text-decoration: none;
}

.wordmark span { display: block; font-size: .66em; letter-spacing: .03em; }

.header-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.header-link span { margin-left: 6px; }

.section { padding-top: 72px; padding-bottom: 72px; }
.section-rule { border-top: 1px solid var(--line); }

.eyebrow-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.eyebrow, .section-label, .capability-number {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow, .section-label, .capability-number { color: var(--muted); }
.hero-location { font-size: 15px; color: var(--ink); letter-spacing: .1em; }
.status { display: flex; flex-direction: column; gap: 3px; padding: 8px 11px; color: var(--accent-dark); border: 1px solid currentColor; border-radius: 2px; font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.1; text-align: right; text-transform: uppercase; }
.status strong { font-size: 12px; }
.status span { color: var(--muted); font-size: 12px; letter-spacing: .04em; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.06em; line-height: .98; }

h1 { max-width: 850px; margin: 44px 0 22px; font-size: clamp(54px, 15vw, 128px); font-weight: 700; }
.hero-tagline { margin: 0 0 26px; color: var(--ink); font-family: var(--display); font-size: clamp(31px, 6vw, 56px); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.hero-tagline em { color: var(--accent); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 9vw, 74px); font-weight: 600; }
h3 { margin-bottom: 26px; font-size: 26px; font-weight: 600; }

.hero { min-height: calc(100vh - 76px); display: flex; flex-direction: column; justify-content: center; }
.hero-copy { max-width: 590px; margin-bottom: 32px; color: #3b4349; font-size: 19px; line-height: 1.45; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; width: fit-content; padding: 12px 18px; background: var(--accent); color: white; font-size: 15px; font-weight: 600; text-decoration: none; }
.button:hover, .button:focus-visible { background: var(--accent-dark); }
.button span, .contact-email span { margin-left: 10px; }
.launch-note { max-width: 430px; margin: 26px 0 0; color: var(--muted); font-size: 14px; }

.statement h2 { max-width: 1000px; }
.statement p:not(.section-label), .advantage-copy, .contact > p:not(.section-label) { max-width: 640px; font-size: 18px; }

.section-intro { max-width: 750px; }
.capability-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px; margin-top: 52px; }
.capability { padding-top: 16px; border-top: 3px solid var(--ink); }
.capability ul { margin: 0; padding: 0; list-style: none; }
.capability li { padding: 11px 0; border-bottom: 1px solid var(--line); }

.advantage { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.advantage-copy p { margin-bottom: 18px; }

.equipment { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.equipment-placeholder { min-height: 360px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--accent); color: white; }
.equipment-placeholder span { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.equipment-placeholder strong { font-family: var(--display); font-size: clamp(56px, 16vw, 120px); letter-spacing: -.09em; line-height: .72; }
.equipment-subtitle { color: var(--muted); font-size: 18px; }
.spec-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.spec-list li { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-list span { color: var(--muted); }
.spec-list strong { font-weight: 600; text-align: right; }
.materials { margin-top: 34px; }
.materials .section-label { margin-bottom: 12px; }
.materials ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.materials li { padding: 7px 10px; border: 1px solid var(--ink); font-size: 13px; }

.industry-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; }
.industry-list li { padding: 10px 13px; border: 1px solid var(--ink); font-size: 14px; }

.contact-band { background: var(--ink); color: var(--paper); }
.contact { padding-top: 96px; padding-bottom: 96px; }
.contact .section-label { color: #c4c6c2; }
.contact h2 { margin-top: 38px; }
.contact > p:not(.section-label) { color: #e2e0db; }
.contact-email { display: inline-flex; flex-wrap: wrap; align-items: center; min-height: 44px; overflow-wrap: anywhere; margin-top: 22px; color: #ff8c61; font-family: var(--display); font-size: clamp(22px, 5vw, 36px); font-weight: 600; letter-spacing: -.05em; text-decoration-thickness: 1px; text-underline-offset: 6px; }

.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; padding-top: 28px; padding-bottom: 28px; color: var(--muted); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer p:last-child { grid-column: 1 / -1; }

@media (min-width: 720px) {
  .site-header, .section, .site-footer { padding-left: 48px; padding-right: 48px; }
  .section { padding-top: 112px; padding-bottom: 112px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .advantage { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 72px; }
  .equipment { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 80px; }
  .equipment-placeholder { min-height: 500px; }
  .contact { padding-top: 128px; padding-bottom: 128px; }
  .site-footer { grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; }
  .site-footer p:last-child { grid-column: auto; }
}

@media (max-width: 360px) {
  .site-header, .section, .site-footer { padding-left: 18px; padding-right: 18px; }
  .header-link { font-size: 12px; }
}
