/* McPherson Specialty Welding Services, LLC
   Hand-built static site. Red + black industrial.
   Fonts: Oswald (headings) + IBM Plex Sans (body), loaded in index.html <head>. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:   #0c0c0d;
  --panel:   #141416;
  --panel-2: #1a1a1d;
  --panel-3: #202023;
  --line:    rgba(255,255,255,0.09);
  --line-2:  rgba(255,255,255,0.14);
  --text:    #eceae8;
  --muted:   #9b9794;
  --muted-2: #c5c2bf;
  --red:     #c8102e;
  --red-2:   #e01f33;
  --red-deep:#9c0c23;
  --steel:   #b9bec4;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--text);
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

/* visible keyboard focus on dark theme */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 2px;
}

/* thin red hazard rule used as a top accent */
.topbar {
  height: 4px;
  background: linear-gradient(90deg, var(--red-deep), var(--red) 50%, var(--red-deep));
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 2rem;
  background: rgba(12,12,13,0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav-brand img { height: 34px; width: auto; }
.nav-brand .nav-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text);
}
.nav-brand .nav-name b { color: var(--red); font-weight: 600; }
.nav-brand .nav-sub {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.22rem;
  font-weight: 600;
}

.nav-links { display: flex; align-items: center; gap: 1.9rem; }
.nav-links a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  text-decoration: none;
  transition: color 0.18s;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.btn-nav {
  background: var(--red);
  color: #fff;
  padding: 0.72rem 1.4rem;
  border-radius: 3px;
  letter-spacing: 0.07em;
  transition: background 0.18s;
}
.nav-links a.btn-nav:hover { background: var(--red-2); color: #fff; }
.nav-toggle { display: none; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.95rem 2.25rem;
  border-radius: 3px;
  transition: background 0.18s, transform 0.15s;
  border: 1px solid var(--red);
}
.btn-primary:hover { background: var(--red-2); border-color: var(--red-2); transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--text);
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.95rem 2.1rem;
  border-radius: 3px;
  border: 1px solid var(--line-2);
  transition: border-color 0.18s, color 0.18s;
}
.btn-ghost:hover { border-color: var(--red); color: #fff; }

/* ── SECTION BASE ── */
section { padding: 6rem 2rem; }
.container { max-width: 1080px; margin: 0 auto; }
.container-narrow { max-width: 860px; margin: 0 auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1.25rem;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 2px;
  background: var(--red);
  display: inline-block;
}

h1, h2, h3 { font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: 0.01em; }

.section-title {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.04;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.section-title em { font-style: normal; color: var(--red); }
.section-lead {
  color: var(--muted-2);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 3rem;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 2rem 5rem;
  background:
    radial-gradient(1200px 600px at 78% 12%, rgba(200,16,46,0.10), transparent 60%),
    linear-gradient(180deg, #100f10 0%, var(--black) 60%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
/* faint engineering grid */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at 70% 30%, #000 0%, transparent 75%);
  mask-image: radial-gradient(circle at 70% 30%, #000 0%, transparent 75%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 1080px; margin: 0 auto; width: 100%; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3.5rem;
  align-items: center;
}
.hero-mark { display: flex; justify-content: center; }
.hero-mark img {
  width: 100%;
  max-width: 360px;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.6));
}
.hero-shot { width: 100%; justify-self: center; }
.hero-cred {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 1.4rem;
}
.hero-cred span { color: var(--red); padding: 0 0.5rem; }
.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 0.98;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero h1 em { font-style: normal; color: var(--red); }
.hero-sub {
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: var(--muted-2);
  max-width: 560px;
  margin-bottom: 2.3rem;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stamp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2.4rem;
}
.stamp {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--red);
  border-radius: 2px;
  padding: 0.4rem 0.8rem;
  background: rgba(255,255,255,0.015);
}

/* ── HERO real photo (replaces logo mark when a photo is available) ── */
.hero-photo-real {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,0.8);
}
.hero-photo-real img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  filter: contrast(1.06) brightness(0.9) saturate(0.92);
}
.hero-photo-real::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,12,13,0) 45%, rgba(12,12,13,0.72) 100%);
}
.hero-photo-real .ph-tag {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text);
  background: var(--red);
  padding: 0.35rem 0.8rem;
  border-top-right-radius: 4px;
}

/* ── REAL WORK gallery ── */
.work { background: var(--black); border-bottom: 1px solid var(--line); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.gallery-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 3/4;
  background: var(--panel-2);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.05) brightness(0.92) saturate(0.92);
  transition: transform 0.4s ease, filter 0.3s ease;
}
.gallery-item:hover img { transform: scale(1.05); filter: contrast(1.08) brightness(1) saturate(1); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  font-size: 0.78rem; color: var(--text);
  padding: 1.4rem 0.85rem 0.7rem;
  background: linear-gradient(180deg, transparent, rgba(8,8,9,0.85));
  font-weight: 500;
}
.gallery-wide { aspect-ratio: 16/10; }

.work-feature {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  margin-bottom: 1rem;
  box-shadow: 0 24px 50px -28px rgba(0,0,0,0.8);
}
.work-feature img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center 30%;
  filter: contrast(1.05) brightness(0.95) saturate(0.95);
  display: block;
}
.work-feature .cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.04em;
  color: var(--text);
  padding: 2rem 1.1rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(8,8,9,0.85));
}

/* ── HERITAGE / beginnings ── */
.heritage { background: var(--panel); border-bottom: 1px solid var(--line); }
.heritage-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}
.heritage-photos { display: flex; flex-direction: column; gap: 1rem; }
.heritage-photo {
  border-radius: 6px; overflow: hidden;
  border: 1px solid var(--line-2);
  box-shadow: 0 24px 50px -24px rgba(0,0,0,0.8);
  position: relative;
}
.heritage-photo img { width: 100%; display: block; filter: contrast(1.04) saturate(0.95); }
.heritage-photo .ph-tag {
  position: absolute; left: 0; bottom: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: var(--red); padding: 0.35rem 0.8rem; border-top-right-radius: 4px;
}
.heritage-copy p { color: var(--muted-2); line-height: 1.75; margin-bottom: 1rem; }
.heritage-copy p:last-child { margin-bottom: 0; }

/* ── CODE WORK (the heart) ── */
.code { background: var(--panel); border-bottom: 1px solid var(--line); }
.code-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.code-card {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  border-radius: 4px;
  padding: 1.9rem;
}
.code-card h3 {
  font-size: 1.32rem;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
  letter-spacing: 0.02em;
}
.code-card p { color: var(--muted); font-size: 0.97rem; line-height: 1.65; }

.scope {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 2rem 2.2rem;
}
.scope h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.scope-note { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.3rem; }
.fab-lead { margin-bottom: 0; }
.scope-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 2rem;
}
.scope-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.94rem;
  color: var(--muted-2);
  line-height: 1.5;
}
.scope-list li::before {
  content: '';
  position: absolute; left: 0; top: 0.55em;
  width: 8px; height: 8px;
  background: var(--red);
  transform: rotate(45deg);
}

/* ── EMERGENCY callout ── */
.emergency-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  background: linear-gradient(90deg, rgba(156,12,35,0.22), rgba(20,20,22,0.35));
  border: 1px solid var(--line-2);
  border-left: 4px solid var(--red);
  border-radius: 5px;
  padding: 1.8rem 2rem;
  margin: 2.5rem 0;
}
.emergency-tag {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff; background: var(--red); padding: 0.25rem 0.7rem; border-radius: 2px; margin-bottom: 0.7rem;
}
.emergency-copy h3 { font-size: 1.5rem; text-transform: uppercase; margin-bottom: 0.5rem; }
.emergency-copy p { color: var(--muted-2); font-size: 0.97rem; max-width: 600px; }
.emergency-call .btn-primary { flex-shrink: 0; }
@media (max-width: 680px) { .emergency-call { padding: 1.5rem; } }

/* ── CAPABILITIES strip ── */
.caps { background: var(--black); border-bottom: 1px solid var(--line); }
.caps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.cap {
  background: var(--panel);
  padding: 1.8rem 1.4rem;
}
.cap .cap-k {
  font-family: 'Oswald', sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--red);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.cap .cap-t {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.3rem;
}
.cap .cap-d { font-size: 0.84rem; color: var(--muted); line-height: 1.5; }

/* ── INDUSTRIES ── */
.industries { background: var(--panel); border-bottom: 1px solid var(--line); }
.ind-grid { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.6rem; }
.ind {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--text);
  border: 1px solid var(--line-2);
  border-bottom: 3px solid var(--red);
  border-radius: 3px;
  padding: 0.7rem 1.3rem;
  background: var(--panel-2);
}
.ind-area { color: var(--muted); font-size: 0.95rem; max-width: 640px; }

/* ── FAB WORK ── */
.fab { background: var(--panel); border-bottom: 1px solid var(--line); }
.fab-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.fab-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin-top: 1.5rem; }
.fab-list li {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  color: var(--muted-2);
}
.fab-list li:first-child { border-top: 1px solid var(--line); }
.fab-list li b {
  font-family: 'Oswald', sans-serif;
  color: var(--red);
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 26px;
}
.fab-cta {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 4px;
  padding: 2.2rem;
}
.fab-cta h3 { font-size: 1.5rem; text-transform: uppercase; margin-bottom: 0.8rem; }
.fab-cta p { color: var(--muted); margin-bottom: 1.6rem; font-size: 0.97rem; }

/* ── WHY / CREDIBILITY ── */
.why { background: var(--black); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.why-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.9rem;
}
.why-num {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--red);
  display: block;
  margin-bottom: 0.9rem;
}
.why-card h3 { font-size: 1.18rem; text-transform: uppercase; margin-bottom: 0.55rem; }
.why-card p { color: var(--muted); font-size: 0.95rem; line-height: 1.65; }

/* ── PROCESS ── */
.process { background: var(--panel); border-bottom: 1px solid var(--line); }
.steps { display: flex; flex-direction: column; }
.step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.6rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}
.step:first-child { border-top: 1px solid var(--line); }
.step-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--red);
  line-height: 0.9;
}
.step-c h3 { font-size: 1.12rem; text-transform: uppercase; margin-bottom: 0.35rem; }
.step-c p { color: var(--muted); font-size: 0.96rem; }

/* ── QUOTE / TRUST BANNER ── */
.banner {
  background:
    linear-gradient(90deg, rgba(156,12,35,0.18), transparent 70%),
    var(--panel-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.banner blockquote {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  line-height: 1.18;
  text-transform: uppercase;
  max-width: 880px;
}
.banner blockquote em { font-style: normal; color: var(--red); }
.banner .attr {
  margin-top: 1.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

/* ── CONTACT ── */
.contact { background: var(--black); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 2.2rem;
}
.contact-row { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: none; }
.contact-row .k {
  font-family: 'Oswald', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.3rem;
}
.contact-row .v { font-size: 1.08rem; color: var(--text); }
.contact-row .v a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--line-2); transition: border-color 0.18s; }
.contact-row .v a:hover { border-color: var(--red); }
.contact-row .v small { display: block; color: var(--muted); font-size: 0.82rem; margin-top: 0.2rem; }

.contact-cta h2 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.contact-cta h2 em { font-style: normal; color: var(--red); }
.contact-cta p { color: var(--muted-2); margin-bottom: 1.8rem; font-size: 1.05rem; line-height: 1.7; }

/* ── FOOTER ── */
footer { background: #090909; border-top: 1px solid var(--line); padding: 3rem 2rem 2.2rem; }
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.footer-brand img { height: 96px; width: auto; margin-bottom: 0.8rem; }
.footer-brand p { color: var(--muted); font-size: 0.88rem; max-width: 320px; }
.footer-col h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.9rem;
  font-weight: 600;
}
.footer-col a, .footer-col span {
  display: block;
  font-size: 0.88rem;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.18s;
}
.footer-col a:hover { color: var(--red); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.6rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.footer-bottom .reg { letter-spacing: 0.04em; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-mark { order: -1; }
  .hero-mark img { max-width: 240px; }
  .hero-copy { order: 1; }
  .hero-shot { order: 2; max-width: 100%; margin: 0 auto; }
  .code-grid { grid-template-columns: 1fr; }
  .caps-grid { grid-template-columns: repeat(2, 1fr); }
  .fab-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .scope-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .heritage-wrap { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 680px) {
  section { padding: 4.2rem 1.25rem; }
  .hero { padding: 7rem 1.25rem 4rem; }
  nav { padding: 0.7rem 1.1rem; }
  .nav-links { gap: 1rem; }
  .nav-links a:not(.btn-nav) { display: none; }
  .nav-links a.btn-nav { padding: 0.85rem 1.6rem; }
  .nav-brand .nav-sub { display: none; }
  .caps-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions a { text-align: center; }
  .footer-top { flex-direction: column; gap: 1.6rem; }
  .step { grid-template-columns: 48px 1fr; gap: 1rem; }
  .step-num { font-size: 2rem; }
}
