/* Jenks Energy Services — main stylesheet */

:root {
  --black: #0B0B0B;
  --panel: #171719;
  --panel-hover: #1D1D20;
  --line: #232326;
  --line-2: #2C2C30;
  --dim: #4A4A4D;
  --gray: #8A8A8A;
  --light: #D8D9DA;
  --white: #F7F7F7;
  --orange: #F97316;
  --orange-hover: #FB8B3C;
  --on-orange: #1A0F05;
  --stripe: repeating-linear-gradient(122deg, #141416 0 14px, #0F0F11 14px 28px);
  --font: Montserrat, Helvetica, Arial, sans-serif;
  --mono: 'JetBrains Mono', Consolas, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; }

a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-hover); }

input, select, textarea { font-family: var(--font); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--orange);
  color: var(--on-orange);
  font-weight: 700;
  padding: 12px 20px;
  z-index: 200;
}
.skip-link:focus { left: 0; }

.wrap { max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* ---------- Type ---------- */

.kicker {
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.28em;
  color: var(--orange);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.display {
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.005em;
  margin: 0;
  text-transform: uppercase;
  color: var(--white);
}

h1.display { font-size: clamp(38px, 5.4vw, 78px); }
h1.display-xl { font-size: clamp(46px, 7.4vw, 104px); line-height: 0.94; }
h2.display { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.02; }
h2.display-sm { font-size: clamp(28px, 3.4vw, 46px); line-height: 1; }

.lead { font-size: 17px; line-height: 1.7; color: var(--light); max-width: 60ch; text-wrap: pretty; }
.body-copy { font-size: 16px; line-height: 1.7; color: var(--light); max-width: 56ch; text-wrap: pretty; }
.muted { color: var(--gray); }
.mono-num { font-family: var(--mono); font-size: 11px; color: var(--orange); letter-spacing: 0.1em; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  background: var(--orange);
  color: var(--black);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.13em;
  padding: 19px 34px;
  cursor: pointer;
  border: 0;
  font-family: var(--font);
  text-transform: uppercase;
  white-space: nowrap;
}
.btn:hover { background: var(--orange-hover); color: var(--black); }

.btn-ghost {
  display: inline-block;
  border: 1px solid var(--dim);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.13em;
  padding: 18px 33px;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-ghost:hover { border-color: var(--light); background: var(--panel); color: var(--white); }

.btn-dark {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.13em;
  padding: 19px 34px;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-dark:hover { background: var(--panel); color: var(--white); }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--black);
  border-bottom: 1px solid var(--line);
}

.header-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand img { width: 54px; height: 54px; border-radius: 50%; display: block; }
.brand-name { line-height: 1; }
.brand-name .top { font-weight: 800; font-size: 17px; letter-spacing: 0.16em; color: var(--white); }
.brand-name .bottom { font-weight: 600; font-size: 9.5px; letter-spacing: 0.24em; color: var(--gray); margin-top: 5px; }

.main-nav { display: flex; align-items: center; gap: 26px; flex: 1 1 auto; }
.main-nav > a, .main-nav > .has-menu > a {
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--light);
  text-transform: uppercase;
}
.main-nav > a:hover, .main-nav > .has-menu > a:hover { color: var(--orange); }
.main-nav > a[aria-current="page"], .main-nav > .has-menu.active > a { color: var(--orange); }

.header-cta { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.header-phone { font-weight: 800; font-size: 17px; letter-spacing: 0.06em; color: var(--light); white-space: nowrap; }
.header-phone:hover { color: var(--orange); }
.header-cta .btn { padding: 13px 22px; font-size: 12px; letter-spacing: 0.12em; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--dim);
  color: var(--white);
  padding: 10px 14px;
  cursor: pointer;
  font-family: var(--font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.13em;
}

/* Services mega menu (desktop) */
.has-menu { position: relative; }
.has-menu > a .caret { font-size: 9px; color: var(--orange); margin-left: 7px; }

.mega {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 24px);
  width: min(1060px, calc(100vw - 48px));
  background: var(--black);
  border: 1px solid var(--line);
  border-bottom: 2px solid var(--orange);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6);
  padding: 28px;
  z-index: 60;
}
.mega::before { content: ""; position: absolute; top: -25px; left: 0; right: 0; height: 25px; }
.has-menu:hover .mega, .has-menu:focus-within .mega, .has-menu.open .mega { display: block; }

.mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.mega-col { background: var(--black); padding: 22px 20px 26px; }
.mega-col .mono-num { font-size: 10px; }
.mega-col-title {
  display: block;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin: 10px 0 14px;
  line-height: 1.2;
}
.mega-col-title:hover { color: var(--orange); }
.mega-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.mega-col ul a { font-size: 13px; line-height: 1.4; color: var(--gray); font-weight: 500; }
.mega-col ul a:hover { color: var(--orange); }

/* Mobile nav */
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--black);
}
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 15px 24px; font-weight: 600; font-size: 13px; letter-spacing: 0.14em; color: var(--light); text-transform: uppercase; border-bottom: 1px solid var(--line); }
.mobile-nav a:hover { color: var(--orange); }
.mobile-nav a[aria-current="page"] { color: var(--orange); }
.mobile-nav .sub { padding-left: 44px; font-size: 12px; color: var(--gray); text-transform: none; letter-spacing: 0.04em; font-weight: 500; }
.mobile-nav .group-label { padding-left: 34px; }
.mobile-nav .mobile-cta { padding: 20px 24px; display: flex; flex-direction: column; gap: 12px; }
.mobile-nav .mobile-cta .btn { text-align: center; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .header-phone { display: none; }
  .header-cta .btn { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-bar { gap: 16px; }
}

/* ---------- Photo placeholder blocks ---------- */

.media {
  position: relative;
  background: var(--stripe);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 240px;
}
.media-mark { text-align: center; padding: 20px; }
.media-mark .rule { width: 26px; height: 2px; background: var(--orange); margin: 0 auto 14px; }
.media-mark .label {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--dim);
  text-transform: uppercase;
}
.media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  background: var(--stripe);
  border-bottom: 1px solid var(--line);
}
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 11, 11, 0.96) 0%, rgba(11, 11, 11, 0.82) 46%, rgba(11, 11, 11, 0.5) 100%);
}
.hero-inner { position: relative; width: 100%; padding-top: 96px; padding-bottom: 72px; }
.hero .tagline {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.13em;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 36px;
}
.hero .lead { font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; max-width: 56ch; margin: 30px 0 0; }
.hero .btn-row { margin-top: 44px; }

.ticker { background: var(--black); border-bottom: 1px solid var(--line); }
.ticker-inner { padding-top: 24px; padding-bottom: 24px; display: flex; gap: 36px; flex-wrap: wrap; justify-content: space-between; }
.ticker-inner span { font-weight: 600; font-size: 12px; letter-spacing: 0.2em; color: var(--gray); }

/* ---------- Sections ---------- */

.section { padding-top: 110px; padding-bottom: 110px; }
.section-sm { padding-top: 76px; padding-bottom: 76px; }
.section-tint { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-head { border-bottom: 1px solid var(--line); }
.page-head-inner { padding-top: 96px; padding-bottom: 84px; }

.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 64px; align-items: start; }
.two-col.center { align-items: center; }
.two-col.end { align-items: end; }

/* ---------- Cards / grids ---------- */

/* 1px dividing lines via outlines so unfilled grid cells stay invisible */
.grid-line { display: grid; gap: 1px; border: 1px solid var(--line); }
.grid-line > * { outline: 1px solid var(--line); }

.bento { grid-template-columns: repeat(4, 1fr); }
.bento-card { background: var(--panel); display: flex; flex-direction: column; overflow: hidden; color: var(--white); }
.bento-card:hover { background: var(--panel-hover); color: var(--white); }
.bento-card .media { border: 0; border-bottom: 1px solid var(--line); flex: 1 1 auto; min-height: 190px; }
.bento-card .card-body { padding: 30px 28px 32px; flex: 0 0 auto; }
.bento-card h3 { font-weight: 800; font-size: 26px; letter-spacing: 0.03em; margin: 18px 0 12px; text-transform: uppercase; color: var(--white); }
.bento-card p { font-size: 14.5px; line-height: 1.65; color: var(--light); margin: 0; max-width: 52ch; text-wrap: pretty; }
.card-link { font-weight: 700; font-size: 11px; letter-spacing: 0.18em; color: var(--gray); margin-top: 26px; }
.bento-card:hover .card-link { color: var(--orange); }
.span-2 { grid-column: span 2; }
.bento-tall .media { min-height: 300px; }

@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
}

.feature-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.feature-card { background: var(--black); padding: 34px 28px 38px; }
.feature-card .rule { width: 22px; height: 2px; background: var(--orange); margin-bottom: 22px; }
.feature-card h3 { font-weight: 800; font-size: 21px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); margin: 0; }
.feature-card p { font-size: 14px; line-height: 1.6; color: var(--gray); margin: 12px 0 0; }

.value-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.value-card { background: var(--panel); padding: 30px 26px 34px; }
.value-card h3 { font-weight: 800; font-size: 24px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--orange); margin: 0; }
.value-card p { font-size: 14px; line-height: 1.6; color: var(--light); margin: 12px 0 0; }

.safety-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.safety-card { background: var(--black); padding: 36px 30px 40px; }
.safety-card h3 { font-weight: 800; font-size: 22px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); margin: 0; }
.safety-card .mono-num { display: block; margin-bottom: 18px; }
.safety-card p { font-size: 14.5px; line-height: 1.65; color: var(--gray); margin: 14px 0 0; text-wrap: pretty; }

.item-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.item-chip {
  background: var(--panel);
  padding: 22px 20px;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
}
.item-chip:hover { background: var(--panel-hover); color: var(--orange); }
.item-chip .dot { width: 6px; height: 6px; background: var(--orange); flex: 0 0 auto; }

.sub-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.sub-card { background: var(--panel); display: flex; flex-direction: column; color: var(--white); }
.sub-card:hover { background: var(--panel-hover); color: var(--white); }
.sub-card .media { border: 0; border-bottom: 1px solid var(--line); min-height: 150px; }
.sub-card .card-body { padding: 28px 26px 32px; display: flex; flex-direction: column; flex: 1; }
.sub-card h3 { font-weight: 800; font-size: 22px; letter-spacing: 0.04em; text-transform: uppercase; margin: 0; color: var(--white); }
.sub-card p { font-size: 14.5px; line-height: 1.6; color: var(--gray); margin: 12px 0 0; text-wrap: pretty; }
.sub-card .card-link { color: var(--orange); margin-top: 24px; }
.sub-card .spacer { flex: 1; }

/* ---------- Callouts ---------- */

.pullquote { border-left: 2px solid var(--orange); padding: 6px 0 6px 22px; max-width: 56ch; }
.pullquote p { font-size: 16px; line-height: 1.6; color: var(--white); margin: 0; }
.pullquote .pq-title { font-weight: 800; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.2; text-transform: uppercase; color: var(--white); }
.pullquote .pq-title + p { margin-top: 18px; color: var(--light); line-height: 1.7; }

.note-box { background: var(--panel); border: 1px solid var(--line); padding: 38px 34px; }
.note-box p { font-size: 15px; line-height: 1.7; color: var(--light); margin: 0; max-width: 82ch; text-wrap: pretty; }

.cta-band { background: var(--orange); color: var(--on-orange); }
.cta-band-inner { padding-top: 76px; padding-bottom: 76px; display: flex; gap: 40px; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.cta-band h2 { font-weight: 800; font-size: clamp(32px, 4vw, 54px); line-height: 1; margin: 0; text-transform: uppercase; color: var(--black); }
.cta-band p { font-size: 16px; line-height: 1.65; margin: 18px 0 0; color: var(--on-orange); max-width: 60ch; text-wrap: pretty; }
.cta-band .btn-outline-dark {
  display: inline-block;
  border: 1px solid var(--black);
  color: var(--black);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.13em;
  padding: 19px 34px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cta-band .btn-outline-dark:hover { background: var(--black); color: var(--white); }

.cta-card { background: var(--orange); color: var(--on-orange); padding: clamp(36px, 4.5vw, 58px); display: flex; gap: 32px; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.cta-card .cta-title { font-weight: 800; font-size: clamp(28px, 3.4vw, 46px); line-height: 1; text-transform: uppercase; color: var(--black); }
.cta-card p { font-size: 15.5px; line-height: 1.6; margin: 14px 0 0; color: var(--on-orange); max-width: 52ch; }

.statement-band { background: var(--orange); color: var(--black); padding: clamp(40px, 5vw, 64px); }
.statement-band .statement { font-weight: 800; font-size: clamp(28px, 3.8vw, 52px); line-height: 1.05; text-transform: uppercase; max-width: 20ch; }

/* ---------- Breadcrumbs ---------- */

.crumbs {
  padding-top: 34px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--dim);
  flex-wrap: wrap;
  text-transform: uppercase;
}
.crumbs a { color: var(--gray); }
.crumbs a:hover { color: var(--orange); }
.crumbs .current { color: var(--orange); }

/* ---------- Services index rows ---------- */

.svc-row {
  border-bottom: 1px solid var(--line);
  padding: 76px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: start;
}
.svc-row h2 a { color: var(--white); }
.svc-row h2 a:hover { color: var(--orange); }
.svc-row .apps-label { font-weight: 600; font-size: 12px; letter-spacing: 0.16em; color: var(--gray); margin-top: 32px; text-transform: uppercase; }
.svc-row .apps { font-size: 14.5px; line-height: 1.6; color: var(--gray); margin: 10px 0 0; max-width: 48ch; }
.svc-row .btn-row { margin-top: 30px; }
.svc-row .btn { font-size: 12.5px; padding: 16px 28px; }
.svc-row .btn-ghost { font-size: 12.5px; padding: 15px 27px; }

/* ---------- Detail pages ---------- */

.detail-label { font-weight: 700; font-size: 11.5px; letter-spacing: 0.24em; color: var(--orange); margin-bottom: 14px; text-transform: uppercase; }
.detail-stack { display: flex; flex-direction: column; gap: 36px; }
.hr { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Forms ---------- */

.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-weight: 600; font-size: 11px; letter-spacing: 0.16em; color: var(--gray); text-transform: uppercase; }
.field input, .field select, .field textarea {
  background: var(--panel);
  border: 1px solid var(--line-2);
  color: var(--white);
  font-size: 15px;
  padding: 15px 14px;
  outline: none;
  min-height: 52px;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); }
.field input::placeholder, .field textarea::placeholder { color: var(--dim); }
.field select:invalid { color: var(--dim); }
.field.full { margin-top: 18px; }
.field .req { color: var(--orange); }

.file-field {
  margin-top: 18px;
  border: 1px dashed var(--line-2);
  background: #141416;
  padding: 22px;
}
.file-field label { display: block; font-weight: 600; font-size: 11px; letter-spacing: 0.16em; color: var(--gray); text-transform: uppercase; margin-bottom: 12px; }
.file-field input { color: var(--gray); font-size: 13px; width: 100%; }

.form-error { display: none; margin-top: 18px; border: 1px solid #B4231F; background: #1C0E0D; color: #F5B5B2; padding: 14px 16px; font-size: 14px; }
.form-error.show { display: block; }

.side-panel { background: var(--panel); border: 1px solid var(--line); padding: 38px 32px; }
.step-list { margin-top: 26px; display: flex; flex-direction: column; gap: 1px; background: var(--line); }
.step { background: var(--panel); padding: 16px 2px; display: flex; gap: 16px; align-items: baseline; }
.step .num { font-family: var(--mono); font-size: 11px; color: var(--gray); flex: 0 0 auto; }
.step .text { font-size: 14.5px; line-height: 1.6; color: var(--light); }

.success-box { border: 1px solid var(--orange); background: var(--panel); padding: 40px 34px; }
.success-box h2 { font-weight: 800; font-size: 28px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); margin: 0; }
.success-box p { font-size: 15px; line-height: 1.7; color: var(--light); margin: 16px 0 0; }

/* ---------- Answer capsule / steps / FAQ / service area ---------- */

.answer-capsule {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 2px solid var(--orange);
  padding: 34px 32px;
}
.answer-capsule p { font-size: 16.5px; line-height: 1.75; color: var(--white); margin: 0; max-width: 78ch; text-wrap: pretty; }

.steps-block { padding-top: 88px; padding-bottom: 88px; }
.job-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
}
.job-steps li {
  background: var(--black);
  outline: 1px solid var(--line);
  padding: 30px 26px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--light);
}

.faq-block { padding-top: 88px; padding-bottom: 48px; }
.faq-list { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.faq { background: var(--panel); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 {
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: 0.02em;
  color: var(--white);
  margin: 0;
  line-height: 1.4;
}
.faq summary:hover h3 { color: var(--orange); }
.faq .faq-mark { font-weight: 700; font-size: 20px; color: var(--orange); flex: 0 0 auto; line-height: 1; }
.faq[open] .faq-mark { transform: rotate(45deg); }
.faq > p { margin: 0; padding: 0 26px 26px; font-size: 15px; line-height: 1.7; color: var(--light); max-width: 78ch; }

.area-strip { background: var(--panel); border: 1px solid var(--line); padding: 30px 32px; }
.area-strip p { font-size: 14.5px; line-height: 1.7; color: var(--light); margin: 0; max-width: 90ch; }

/* ---------- NAP reference (internal page) ---------- */

.nap-table { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.nap-row { background: var(--panel); display: grid; grid-template-columns: minmax(220px, 340px) 1fr; gap: 20px; padding: 18px 22px; }
.nap-label { font-weight: 600; font-size: 12px; letter-spacing: 0.1em; color: var(--gray); text-transform: uppercase; line-height: 1.5; padding-top: 2px; }
.nap-value { font-size: 15px; line-height: 1.65; color: var(--white); cursor: copy; overflow-wrap: anywhere; }
.nap-value.mono { font-family: var(--mono); font-size: 14px; }
.nap-value:hover { color: var(--orange); }
.nap-value.copied { color: var(--orange); }
.nap-value.copied::after { content: " — copied"; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 700px) { .nap-row { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- Founders ---------- */

.founder-card { background: var(--black); border: 1px solid var(--line); display: flex; flex-wrap: wrap; }
.founder-card .media { flex: 1 1 160px; min-height: 240px; border: 0; }
.founder-card .founder-body { flex: 1 1 200px; padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
.founder-card .founder-name { font-weight: 800; font-size: 28px; letter-spacing: 0.03em; text-transform: uppercase; color: var(--white); }
.founder-card .founder-role { font-weight: 600; font-size: 12px; letter-spacing: 0.18em; color: var(--orange); margin-top: 10px; }
.founder-card p { font-size: 14.5px; line-height: 1.65; color: var(--gray); margin: 20px 0 0; }

/* ---------- Footer ---------- */

.site-footer { background: var(--black); border-top: 1px solid var(--line); }
.footer-grid {
  padding-top: 72px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px;
}
.site-footer img { width: 82px; height: 82px; border-radius: 50%; display: block; }
.footer-tagline { font-weight: 800; font-size: 15px; letter-spacing: 0.13em; color: var(--light); margin-top: 20px; text-transform: uppercase; }
.footer-blurb { font-size: 13.5px; line-height: 1.7; color: var(--gray); margin-top: 14px; max-width: 36ch; }
.footer-col-title { font-weight: 700; font-size: 11px; letter-spacing: 0.2em; color: var(--orange); margin-bottom: 18px; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 14px; color: var(--light); }
.footer-links a:hover { color: var(--orange); }
.footer-phone { font-weight: 800; font-size: 24px; letter-spacing: 0.05em; color: var(--white); display: block; }
.footer-phone:hover { color: var(--orange); }
.footer-contact-lines { font-size: 13.5px; line-height: 1.8; color: var(--gray); margin-top: 14px; }
.site-footer .btn { margin-top: 22px; padding: 15px 24px; font-size: 12px; letter-spacing: 0.12em; }
.footer-legal {
  border-top: 1px solid var(--line);
  padding: 26px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--dim);
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .section { padding-top: 72px; padding-bottom: 72px; }
  .page-head-inner { padding-top: 64px; padding-bottom: 56px; }
  .hero { min-height: 520px; }
  .two-col { gap: 44px; }
  .svc-row { padding: 56px 0; gap: 40px; }
}
