/* LRM Electrical Solutions — production landing
   Dual surface: earth black + cool paper. Live blue from the badge.
   Circles are nodes and the badge only. Controls stay square. */

:root {
  --earth: #07080a;
  --earth-2: #101317;
  --neutral: #f3f5f7;
  --plate: #ffffff;
  --ink: #101317;
  --muted: #5a646e;
  --live: #1c7cc9;
  --live-ink: #176dae;
  --live-bright: #4aa8f0;
  --hairline: #d4dce4;
  --hairline-dark: rgba(255, 255, 255, 0.12);
  --on-live: #ffffff;
  --on-dark: #f4f6f8;
  --on-dark-soft: rgba(244, 246, 248, 0.72);

  --font-display: Outfit, "Segoe UI", sans-serif;
  --font: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --gutter: clamp(1.1rem, 5vw, 2.75rem);
  --max: 76rem;
  --section: clamp(3.25rem, 9vw, 7.25rem);
  --nav-h: 4.35rem;
  --dock-h: calc(3.75rem + env(safe-area-inset-bottom, 0px));
}

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

html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--muted);
  background: var(--earth);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
strong { color: var(--ink); font-weight: 600; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
::selection { background: var(--live); color: #fff; }
input, textarea { caret-color: var(--live-bright); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--earth); }
::-webkit-scrollbar-thumb { background: #2a3138; }
::-webkit-scrollbar-thumb:hover { background: var(--live); }

:focus-visible {
  outline: 2px solid var(--live);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: var(--gutter);
  top: 0.5rem;
  z-index: 80;
  padding: 0.55rem 0.9rem;
  background: var(--live);
  color: var(--on-live);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  transform: translateY(-150%);
}
.skip:focus { transform: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wrap {
  width: min(100% - var(--gutter) * 2, var(--max));
  margin-inline: auto;
}

.zig {
  display: inline-block;
  width: 1.4rem;
  height: 0.85rem;
  margin-right: 0.45rem;
  vertical-align: -0.08em;
}

.divider {
  display: flex;
  align-items: center;
  width: min(16rem, 70vw);
  margin: 1.15rem 0 0;
  color: var(--live);
}
.divider__line {
  flex: 1;
  height: 1px;
  background: currentColor;
}
.divider__node {
  width: 0.55rem;
  height: 0.55rem;
  margin-inline: 0.4rem;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: transparent;
  flex: 0 0 auto;
}

/* —— Nav —— */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--nav-h);
  padding: 0.65rem var(--gutter);
  background: var(--earth);
  color: var(--on-dark);
  border-bottom: 1px solid var(--hairline-dark);
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  z-index: 2;
}
.wordmark-lrm {
  display: block;
  height: clamp(1.9rem, 4.4vw, 2.55rem);
  width: auto;
  flex-shrink: 0;
}
.wordmark-rest {
  font-family: var(--font-display);
  font-size: clamp(0.62rem, 1.65vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 27rem) {
  .wordmark-rest { display: none; }
}

.nav__links {
  display: none;
  gap: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav__links a { color: rgba(244, 246, 248, 0.62); }
.nav__links a:hover,
.nav__links a:focus-visible,
.nav__links a[aria-current="page"] { color: #fff; }

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  z-index: 2;
}

.nav__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--live-bright);
  white-space: nowrap;
}
.nav__call-num { display: none; }
.btn--nav {
  min-height: 2.75rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
}
.btn__full { display: none; }

@media (min-width: 40rem) {
  .nav__call-short { display: none; }
  .nav__call-num { display: inline; }
  .btn__short { display: none; }
  .btn__full { display: inline; }
}

.nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--hairline-dark);
  color: var(--on-dark);
}
.nav__toggle[aria-expanded="true"] { border-color: var(--live); color: var(--live-bright); }

.nav__panel {
  position: absolute;
  inset: var(--nav-h) 0 auto;
  display: grid;
  gap: 0;
  padding: 0.5rem var(--gutter) 1.25rem;
  background: var(--earth);
  border-bottom: 1px solid var(--hairline-dark);
}
.nav__panel[hidden] { display: none; }
.nav__panel a {
  display: block;
  padding: 0.85rem 0;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-dark-soft);
  border-bottom: 1px solid var(--hairline-dark);
}
.nav__panel a:hover { color: #fff; }

@media (min-width: 64rem) {
  .nav__links { display: flex; }
  .nav__toggle,
  .nav__panel { display: none !important; }
}

/* —— Buttons —— */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.7rem 1.3rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.btn--primary {
  background: var(--live);
  color: var(--on-live);
}
.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--live-bright);
  color: var(--earth);
}
.btn--ghost {
  background: transparent;
  color: var(--on-dark);
  border-color: var(--hairline-dark);
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: var(--live);
  color: var(--live-bright);
}
.btn--ghost-ink {
  color: var(--ink);
  border-color: var(--hairline);
}
.btn--ghost-ink:hover {
  border-color: var(--live);
  color: var(--live-ink);
}
.btn--link {
  min-height: 0;
  padding: 0;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--live-ink);
  border: 0;
  background: none;
  text-transform: uppercase;
  font-family: var(--font-mono);
  font-weight: 500;
}
.btn--link:hover { color: var(--ink); }

/* —— Hero —— */
.hero {
  position: relative;
  min-height: clamp(27rem, 55svh, 34rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--on-dark);
  background: var(--earth);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--earth);
}
.hero__media img,
.hero__media .shot {
  width: 100%;
  height: 100%;
}
.shot--hero {
  margin: 0;
  height: 100%;
}
.shot--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 10, 0.28);
}
.hero__traces {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.94;
}

.hero__trace-map {
  stroke: rgba(74, 168, 240, 0.22);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.hero__trace-map .hero__trace--detail {
  stroke: rgba(74, 168, 240, 0.3);
}
.hero__pulse {
  stroke: var(--live-bright);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-dasharray: 2 168;
  animation: crawl 18s linear infinite;
  will-change: stroke-dashoffset;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 3px rgba(74, 168, 240, 0.45));
}
.hero__pulse--slow { animation-duration: 27s; }
.hero__pulse--reverse { animation-direction: reverse; }
.hero__pulse--drift { animation-duration: 22s; animation-delay: -9s; }

.hero__node {
  fill: var(--earth);
  stroke: rgba(74, 168, 240, 0.68);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}
.hero__node--live {
  animation: node-charge 9s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.hero__node--live:nth-child(3n + 1) { animation-delay: -2.8s; }
.hero__node--live:nth-child(3n + 2) { animation-delay: -5.6s; }

@keyframes crawl {
  to { stroke-dashoffset: -680; }
}
@keyframes node-charge {
  0%, 78%, 100% { fill: var(--earth); filter: none; transform: scale(1); }
  84% { fill: var(--live-bright); filter: drop-shadow(0 0 5px rgba(74, 168, 240, 0.65)); transform: scale(1.35); }
  90% { fill: var(--earth); filter: none; transform: scale(1); }
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - var(--gutter) * 2, 108rem);
  margin: 0 auto;
  padding: clamp(2.4rem, 5vh, 3.5rem) 0;
}

.hero__mark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  color: var(--live-bright);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 9.5vw, 3.75rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  max-width: 15ch;
  color: var(--neutral);
}
.hero__title span,
.hero__title em {
  display: block;
  font-style: normal;
}
.hero__title em {
  color: var(--live-bright);
}

.hero__lede {
  margin: 1.35rem 0 0;
  max-width: 52rem;
  font-size: 1.06rem;
  line-height: 1.5;
  color: var(--on-dark-soft);
}

.hero .cta-row {
  gap: 0.95rem;
  margin-top: 1.85rem;
}
.hero .btn {
  min-height: 3.25rem;
  padding-inline: 1.6rem;
}

.hero__contact-line,
.service-hero__contact-line {
  margin: 1.05rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(244, 246, 248, 0.68);
}
.hero__contact-line a,
.service-hero__contact-line a {
  color: var(--live-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero__contact-line a:hover,
.hero__contact-line a:focus-visible,
.service-hero__contact-line a:hover,
.service-hero__contact-line a:focus-visible { color: #fff; }

/* —— Why / credentials —— */
.why {
  background: var(--earth-2);
  border-top: 1px solid var(--hairline-dark);
  border-bottom: 1px solid var(--hairline-dark);
}
.why-grid {
  display: grid;
  gap: 0;
}
@media (min-width: 48rem) {
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 80rem) {
  .why-grid { grid-template-columns: repeat(6, 1fr); }
}

.why-item {
  position: relative;
  padding: 1.4rem var(--gutter);
  color: var(--on-dark-soft);
}
.why-item + .why-item { border-top: 1px solid var(--hairline-dark); }
@media (min-width: 48rem) {
  .why-item {
    padding: 1.55rem 1.35rem 1.6rem 1.5rem;
  }
  .why-item + .why-item {
    border-top: 0;
    border-left: 1px solid var(--hairline-dark);
  }
}

.why-item__node {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.7rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
}
.why-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.why-item span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.92rem;
}

/* —— Paper body —— */
.paper {
  background: var(--neutral);
  color: var(--muted);
}

.section { padding: var(--section) 0; }
.section + .section { border-top: 1px solid var(--hairline); }

.section__head { max-width: 46rem; }

.local-work { background: var(--neutral); }
.local-work__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--live-ink);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.services-section { background: var(--plate); }
.services-section__head { margin-bottom: 0.25rem; }
.services-section .circuit::before { background: var(--plate); }

.services-intro {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
.services-intro__photo {
  margin: 0;
  border: 1px solid var(--hairline);
}
.services-intro__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.services-intro__photo .shot__flag {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  margin: 0;
  padding: 0.42rem 0.65rem;
  background: rgba(7, 8, 10, 0.84);
  color: var(--live-bright);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}
.services-intro__photo .shot__flag a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.services-intro__photo .shot__flag a:hover,
.services-intro__photo .shot__flag a:focus-visible { color: #fff; }
.services-intro__actions { margin-top: 1.35rem; }

@media (min-width: 48rem) {
  .services-intro {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: clamp(2rem, 5vw, 4rem);
  }
}

.section__title {
  margin: 0;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.6vw, 2.95rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: balance;
}

.section__lede {
  margin: 0.85rem 0 0;
  max-width: 46ch;
  font-size: 1.08rem;
}
.section__lede a {
  color: var(--live-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section__lede a:hover,
.section__lede a:focus-visible { color: var(--ink); }

.note {
  margin: 1rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--live-ink);
}

/* —— Services (circuit board) —— */
.board {
  position: relative;
  width: min(100%, 68rem);
  margin: 2.25rem auto 0;
  padding-left: 1.15rem;
}
.board::before {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 1.5px;
  background: rgba(28, 124, 201, 0.45);
}

.circuit {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 2rem 0 2.15rem 0.85rem;
  border-bottom: 1px solid var(--hairline);
}
.circuit::before {
  content: "";
  position: absolute;
  left: -1.06rem;
  top: 2.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
  z-index: 1;
}
.circuit:last-child { border-bottom: 0; }

@media (min-width: 48rem) {
  .circuit {
    grid-template-columns: 1.15fr 0.95fr;
    gap: 1.75rem;
    align-items: center;
    padding: 2.35rem 0 2.5rem 1rem;
  }
}

.circuit__photo {
  display: block;
  overflow: hidden;
  background: var(--earth);
  min-height: 11rem;
}
.circuit__photo .shot {
  margin: 0;
  height: 100%;
}
.circuit__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 500ms ease, filter 500ms ease;
}
.circuit:hover::before,
.circuit:focus-within::before {
  background: var(--live);
}
@media (hover: hover) and (pointer: fine) {
  .circuit:hover .circuit__photo img,
  .circuit:focus-within .circuit__photo img {
    transform: scale(1.03);
  }
}

.circuit__copy h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.circuit__copy h3 .zig {
  color: var(--live);
  margin-right: 0;
  flex-shrink: 0;
}
.circuit__copy > p {
  margin: 0 0 1rem;
  max-width: 36ch;
}
.circuit__copy .btn { margin-top: 1.15rem; }

.runs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}
.runs li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.runs a {
  color: inherit;
  text-underline-offset: 3px;
}
.runs a:hover,
.runs a:focus-visible {
  color: var(--live-ink);
}
.runs li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  flex-shrink: 0;
}

.circuit-pair {
  display: grid;
  gap: 0;
  position: relative;
}
.circuit-pair .circuit {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 48rem) {
  .circuit-pair {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
  .circuit-pair .circuit {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .circuit-pair .circuit--flip .circuit__photo { order: 0; }
  .circuit-pair .circuit:first-child {
    border-bottom: 0;
    border-right: 1px solid var(--hairline);
    padding-right: 2rem;
  }
  .circuit-pair .circuit:last-child {
    padding-left: 0.5rem;
  }
  .circuit-pair .circuit:last-child::before,
  .circuit-pair .circuit:last-child::after {
    display: none;
  }
}
.circuit-pair .circuit:last-child { border-bottom: 0; }
.circuit--compact .circuit__photo { min-height: 10rem; }
.circuit--compact .circuit__photo img { aspect-ratio: 16 / 10; }

/* Keep every service card on one compact left-to-right rail. */
.circuit--compact {
  min-width: 0;
  gap: clamp(1rem, 2.2vw, 1.45rem);
  padding-block: clamp(1.5rem, 2.8vw, 1.9rem);
}
.circuit--compact .circuit__photo {
  height: clamp(12rem, 48vw, 14rem);
  min-height: 0;
  align-self: start;
}
.circuit--compact .circuit__copy h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.28rem, 2.45vw, 1.72rem);
}
.circuit--compact .circuit__copy > p {
  max-width: 40ch;
  margin-bottom: 0.4rem;
}
.circuit--compact .circuit__copy .btn {
  min-height: 2.75rem;
  margin-top: 0.55rem;
  padding: 0.58rem 1.05rem;
  font-size: 0.78rem;
}

@media (min-width: 48rem) {
  .circuit--compact {
    grid-template-columns: 1.08fr 0.92fr;
    gap: clamp(1.2rem, 2.3vw, 1.6rem);
    padding-block: clamp(1.6rem, 2.4vw, 2rem);
  }
  .circuit--compact .circuit__photo {
    height: clamp(13rem, 17vw, 15rem);
    align-self: center;
  }
  /* Alternate the reading direction so the service rail steps diagonally. */
  .board > .circuit--compact:nth-child(even) {
    grid-template-columns: 0.92fr 1.08fr;
    transform: translateX(clamp(0.35rem, 1.4vw, 1rem));
  }
  .board > .circuit--compact:nth-child(even) .circuit__photo { order: 2; }
  .board > .circuit--compact:nth-child(even) .circuit__copy { order: 1; }
}

.why-list {
  list-style: none;
  margin: 2.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}
@media (min-width: 700px) {
  .why-list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1040px) {
  .why-list { grid-template-columns: 1fr 1fr 1fr; }
}
.why-list li {
  background: var(--plate);
  padding: 1.4rem 1.3rem 1.5rem;
}
.why-list strong {
  display: block;
  margin: 0.55rem 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink);
}
.why-list p {
  margin: 0;
  max-width: 32ch;
}
.why-list--compact {
  max-width: 60rem;
}
@media (min-width: 700px) {
  .why-list--compact { grid-template-columns: repeat(3, 1fr); }
}

.spine {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 0;
}
.spine::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 1px;
  background: rgba(28, 124, 201, 0.4);
}
.spine li {
  position: relative;
  min-width: 0;
  padding: 0.8rem 1.15rem 0.85rem 1.85rem;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 600;
  border-bottom: 1px solid var(--hairline);
}
.spine li:last-child { border-bottom: 0; }
.spine li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
}
.spine a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.18rem;
  min-width: 0;
  color: inherit;
  transition: color 0.15s ease;
}
.spine a:hover,
.spine a:focus-visible { color: var(--live-ink); }
.spine strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
.spine a:hover strong,
.spine a:focus-visible strong { color: var(--live-ink); }
.spine span {
  display: block;
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--muted);
  overflow-wrap: break-word;
}
.spine__featured a {
  grid-template-columns: minmax(9rem, 0.58fr) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}
.spine__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--hairline);
}
.spine__body {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  color: inherit;
}
@media (max-width: 43.99rem) {
  .spine span { max-width: 34ch; }
  .spine__featured a { grid-template-columns: 1fr; }
  .spine__thumb { max-width: 24rem; }
}

.spine--wide {
  margin-top: 2rem;
}
@media (min-width: 44rem) {
  .spine--wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
  .spine--wide::before { display: none; }
  .spine--wide li:nth-child(odd) {
    border-right: 1px solid var(--hairline);
    padding-right: 1.5rem;
  }
}

.service-shortcuts {
  margin-top: 1.8rem;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.service-shortcuts__label {
  margin: 0;
  padding: 0.75rem 0;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--live-ink);
}
.service-shortcuts__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
}
.service-shortcuts__links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 3.8rem;
  padding: 0.75rem 1rem 0.75rem 1.2rem;
  font-family: var(--font-display);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
  border-right: 1px solid var(--hairline);
  transition: color 150ms ease, background 150ms ease;
}
.service-shortcuts__links a:last-child { border-right: 0; }
.service-shortcuts__links a::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  width: 0.42rem;
  height: 0.42rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
}
.service-shortcuts__links a:hover,
.service-shortcuts__links a:focus-visible {
  color: var(--live-ink);
  background: var(--plate);
}
.service-shortcuts__links a:hover::before,
.service-shortcuts__links a:focus-visible::before { background: var(--live); }
.service-shortcuts__arrow {
  flex: 0 0 auto;
  color: var(--live);
  font-family: var(--font-mono);
}
@media (max-width: 47.99rem) {
  .service-shortcuts__links { grid-template-columns: 1fr 1fr; }
  .service-shortcuts__links a:nth-child(2) { border-right: 0; }
  .service-shortcuts__links a:nth-child(-n + 2) { border-bottom: 1px solid var(--hairline); }
}
@media (max-width: 21rem) {
  .service-shortcuts__links { grid-template-columns: 1fr; }
  .service-shortcuts__links a { border-right: 0; border-bottom: 1px solid var(--hairline); }
  .service-shortcuts__links a:last-child { border-bottom: 0; }
}

.service-prompt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.35rem 1.4rem 1.4rem 1.8rem;
  background: var(--earth-2);
  border-left: 2px solid var(--live);
  color: var(--on-dark-soft);
}
.service-prompt::before {
  content: "";
  position: absolute;
  left: -0.29rem;
  top: 1.5rem;
  width: 0.48rem;
  height: 0.48rem;
  border: 1.5px solid var(--live-bright);
  border-radius: 50%;
  background: var(--earth-2);
}
.service-prompt__copy { min-width: 0; }
.service-prompt__eyebrow {
  margin: 0 0 0.2rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--live-bright);
}
.service-prompt h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.service-prompt__copy > p:last-child {
  margin: 0.3rem 0 0;
  font-size: 0.96rem;
}
.service-prompt__actions,
.work-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.service-prompt .btn,
.work-cta .btn {
  min-height: 2.75rem;
  padding: 0.6rem 0.85rem;
  font-size: 0.75rem;
}
.service-prompt .btn--ghost-ink { color: var(--on-dark); border-color: var(--hairline-dark); }
.service-prompt .btn--ghost-ink:hover,
.service-prompt .btn--ghost-ink:focus-visible { color: var(--live-bright); border-color: var(--live); }
@media (max-width: 50rem) {
  .service-prompt { align-items: stretch; flex-direction: column; gap: 1rem; }
  .service-prompt__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 30rem) {
  .service-prompt__actions { grid-template-columns: 1fr; }
}

.service-aside {
  margin-top: 1.4rem;
}
.service-aside p {
  margin: 0 0 1rem;
  max-width: 38ch;
}

/* —— Domestic focus —— */
.section--home {
  background: var(--plate);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.home-focus {
  display: grid;
  margin-top: 2.2rem;
  border: 1px solid var(--hairline);
  background: var(--earth-2);
}
.home-focus__photo {
  min-height: 18rem;
  margin: 0;
}
.home-focus__photo img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.home-focus__routes {
  padding: 1.35rem 1.25rem 1.5rem;
  color: var(--on-dark);
}
.home-focus__routes h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.home-focus__routes a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.4rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--hairline-dark);
  color: inherit;
  transition: color 150ms ease, padding 150ms ease;
}
.home-focus__routes a:hover,
.home-focus__routes a:focus-visible {
  padding-left: 0.35rem;
  color: var(--live-bright);
}
.home-focus__node {
  width: 0.55rem;
  height: 0.55rem;
  border: 1.5px solid var(--live-bright);
  border-radius: 50%;
}
.home-focus__routes strong,
.home-focus__routes small { display: block; }
.home-focus__routes strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #fff;
}
.home-focus__routes a:hover strong,
.home-focus__routes a:focus-visible strong { color: var(--live-bright); }
.home-focus__routes small {
  margin-top: 0.15rem;
  color: var(--on-dark-soft);
  font-size: 0.88rem;
}
.home-focus__photo .shot__flag {
  position: absolute;
  inset: auto 0 0;
  margin: 0;
  padding: 0.4rem 0.65rem;
  background: rgba(7, 8, 10, 0.82);
  color: var(--live-bright);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .home-focus { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .home-focus__photo img { aspect-ratio: auto; }
  .home-focus__routes { padding: 1.6rem 1.75rem 1.8rem; }
}

/* —— Work —— */
.work-grid {
  margin-top: 2.2rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .work-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .work-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .work-grid figure:nth-child(1) {
    grid-row: 1 / span 2;
  }
}

.work-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--earth);
}
.work-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  min-height: 100%;
}
.work-grid figure:nth-child(1) img {
  aspect-ratio: auto;
  min-height: 100%;
  height: 100%;
}
.work-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hairline);
}
.work-cta > p {
  margin: 0;
  max-width: 42ch;
  color: var(--ink);
  font-weight: 600;
}
@media (max-width: 47.99rem) {
  .work-cta { align-items: stretch; flex-direction: column; }
  .work-cta__actions { display: grid; grid-template-columns: 1fr; }
}
.work-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.9rem 1rem;
  background: rgba(7, 8, 10, 0.86);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.work-grid .shot__flag {
  color: var(--live-bright);
}

/* —— Reviews (honest empty) —— */
.reviews-wait {
  margin-top: 2.2rem;
  padding: 2.25rem 1.6rem 2rem;
  border: 1px solid var(--hairline);
  background: var(--plate);
  max-width: 44rem;
}
.reviews-wait__label {
  margin: 0 0 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--live-ink);
}
.reviews-wait p {
  margin: 0;
  max-width: 42ch;
  color: var(--ink);
}
.reviews-wait p + p {
  margin-top: 0.75rem;
  color: var(--muted);
}

/* —— About —— */
#about.section {
  padding-block: clamp(2.4rem, 6.2vw, 5.1rem);
}
.about {
  display: grid;
  gap: 1.25rem;
  margin-top: 0;
  align-items: start;
  width: 100%;
  min-width: 0;
}
@media (min-width: 48rem) {
  .about {
    grid-template-columns: minmax(16.75rem, 0.78fr) minmax(0, 1.22fr);
    gap: 0 1.85rem;
    align-items: stretch;
  }
}
@media (min-width: 64rem) {
  .about {
    grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  }
}

.about__photo {
  position: relative;
  overflow: hidden;
  background: var(--earth);
  min-height: 14.5rem;
}
.about__photo::before,
.about__photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.about__photo::before {
  top: 0.95rem;
  left: 0.95rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
}
.about__photo::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--live);
}
.about__photo .shot {
  margin: 0;
  height: 100%;
}
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
#about .shot--empty .shot__empty {
  min-height: 14.5rem;
  height: 100%;
  aspect-ratio: 4 / 5;
  max-height: 22rem;
}
@media (min-width: 48rem) {
  .about__photo {
    min-height: 100%;
  }
  .about__photo::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 2px;
    height: auto;
  }
  #about .shot--empty .shot__empty {
    aspect-ratio: auto;
    min-height: 100%;
    max-height: none;
  }
}

.about__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.about.about--compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  max-width: none;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.about--compact .about__copy {
  max-width: none;
  padding: 2.25rem 0;
}
@media (min-width: 48rem) {
  .about.about--compact {
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
  }
  .about--compact .about__copy {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(2.5rem, 5vw, 4.5rem) clamp(2.5rem, 5vw, 4rem) 0;
  }
}
.about__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--live-ink);
}
.about__eyebrow .zig {
  color: var(--live);
  margin: 0;
}
.about__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.05rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  max-width: 18ch;
}
.about__title em {
  font-style: normal;
  color: var(--live);
}
.about__lede {
  margin: 0 0 0.62rem;
  width: 100%;
  max-width: 46ch;
  min-width: 0;
  color: var(--muted);
  overflow-wrap: break-word;
}
.about__lede:last-of-type { margin-bottom: 0; }

.about__actions {
  margin-top: 1.35rem;
}

.about__proof {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.8rem, 4vw, 3rem);
  border-top: 2px solid var(--live);
  background: transparent;
  color: var(--ink);
}
.about__proof::before {
  content: "";
  position: absolute;
  top: -0.32rem;
  left: clamp(1.8rem, 4vw, 3rem);
  width: 0.5rem;
  height: 0.5rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
}
.about__proof-label {
  margin: 0;
  color: var(--live-ink);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about__expectations {
  position: relative;
  display: grid;
  gap: 0;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}
.about__expectations::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  bottom: 0.85rem;
  left: 0.27rem;
  width: 1px;
  background: rgba(74, 168, 240, 0.38);
}
.about__expectations li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.6rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.58rem 0;
}
.about__expectation-node {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
}
.about__expectations strong {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.25;
}
@media (min-width: 48rem) {
  .about__proof { justify-content: flex-start; }
  .about__expectations {
    flex: 1;
    grid-template-rows: repeat(4, minmax(2.75rem, 1fr));
    margin-top: 1.4rem;
  }
  .about__expectations::before {
    top: 1.35rem;
    bottom: 1.35rem;
  }
  .about__expectations li { padding: 0.85rem 0; }
}

.spec {
  display: grid;
  margin: 0;
  padding: 0;
  min-width: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.spec div {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: baseline;
  margin: 0;
  padding: 0.52rem 0;
  border-bottom: 1px solid var(--hairline);
  transition: border-color 0.18s ease;
}
.spec div:last-child { border-bottom: 0; }
.spec dt {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--live-ink);
}
.spec dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.spec a {
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 transparent;
  transition: color 0.15s ease, box-shadow 0.15s ease;
}
.spec a:hover,
.spec a:focus-visible {
  color: var(--live-ink);
  box-shadow: inset 0 -1px 0 var(--live);
}

.about__creds {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0.75rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--live-ink);
  line-height: 1.7;
}
.about__creds span {
  flex: 0 0 auto;
  white-space: nowrap;
}
.about__creds span:not(:last-child)::after {
  content: "·";
  margin: 0 0.55rem;
  color: var(--hairline);
}
.about__coverage {
  margin: 1.05rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--hairline);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
  color: var(--live-ink);
}

/* —— Coverage —— */
.route {
  margin-top: 2rem;
  padding: 1.7rem 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.route__line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4.2vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.15;
}
.route__node {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.55rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  vertical-align: 0.2em;
}
.route__live { color: var(--live); }
.route__note {
  margin: 0.95rem 0 0;
  max-width: 44ch;
}
.route__note a {
  color: var(--live-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.route__note a:hover,
.route__note a:focus-visible { color: var(--ink); }

/* —— FAQs —— */
.faqs {
  margin: 2rem 0 0;
  border-top: 1px solid var(--hairline);
}
.faqs details { border-bottom: 1px solid var(--hairline); }
.faqs summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 1.5rem 1.05rem 1.85rem;
  font-weight: 700;
  color: var(--ink);
  font-size: 1.08rem;
}
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
}
.faqs details[open] summary::before { background: var(--live); }
.faqs p {
  margin: 0 0 1.15rem;
  padding: 0 0 0 1.85rem;
  max-width: 52ch;
}

/* —— Contact —— */
.contact {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--earth);
  color: var(--on-dark-soft);
}
.contact__traces {
  position: absolute;
  inset: 0;
  opacity: 0.94;
  pointer-events: none;
}
.contact__traces svg { width: 100%; height: 100%; }
.contact__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 6vw, 4.5rem);
}
@media (min-width: 56rem) {
  .contact__inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
  }
}

.contact__copy { max-width: 31rem; }
.contact .section__title { color: #fff; max-width: 16ch; }
.contact .section__lede { max-width: 48ch; color: var(--on-dark-soft); }
.contact .divider { color: var(--live); }

.contact__phone {
  display: inline-block;
  margin: 1.2rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--live-bright);
  line-height: 1;
}
.contact__phone:hover { color: #fff; }

.contact__mail {
  display: inline-block;
  margin-top: 0.7rem;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  color: rgba(244, 246, 248, 0.62);
  word-break: break-all;
}
.contact__mail:hover { color: #fff; }

.form {
  background: var(--earth-2);
  border: 1px solid var(--hairline-dark);
  padding: clamp(1.4rem, 3vw, 2.1rem);
}
.form h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.form__lede {
  max-width: 58ch;
  margin: 0 0 1.35rem;
  font-family: var(--font);
  font-size: 0.98rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--on-dark-soft);
}
.form__selection {
  margin: -0.35rem 0 1rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(74, 168, 240, 0.35);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--live-bright);
}
.form__fields {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 40rem) {
  .form__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form__field--wide { grid-column: 1 / -1; }
}
.form label {
  display: block;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--live-bright);
}
.form input,
.form textarea,
.form select {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  min-height: 3rem;
  padding: 0.85rem 0.9rem;
  font-family: var(--font);
  font-size: 16px;
  color: #fff;
  background: var(--earth);
  border: 1px solid var(--hairline-dark);
  border-radius: 0;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: var(--live);
  box-shadow: inset 0 0 0 1px var(--live);
}
.form select option {
  color: var(--ink);
  background: var(--plate);
}
.form input::placeholder,
.form textarea::placeholder { color: rgba(244, 246, 248, 0.4); }
.form textarea { min-height: 7rem; resize: vertical; }
.form .btn { width: 100%; margin-top: 0.35rem; }
.form a { color: var(--live-bright); text-decoration: underline; text-underline-offset: 3px; }
.form__alternate {
  margin: 0.8rem 0 0;
  font-size: 0.9rem;
  color: var(--on-dark-soft);
}
.form__note {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
}

/* —— Footer —— */
.footer {
  padding: 2.25rem 0 1.85rem;
  background: var(--earth);
  border-top: 1px solid var(--hairline-dark);
  font-size: 0.9rem;
  color: rgba(244, 246, 248, 0.55);
}
.footer__grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 52rem) {
  .footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 2rem;
  }
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.7rem;
}
.footer__brand img {
  width: 1.85rem;
  height: 1.85rem;
}
.footer h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--live-bright);
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li { margin: 0.25rem 0; }
.footer a:hover { color: var(--live-bright); }
.footer__legal {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hairline-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
}
.footer__nap {
  margin: 0.55rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(244, 246, 248, 0.62);
}
.footer__nap a { color: var(--live-bright); }

/* —— Photo slots —— */
.shot {
  position: relative;
  margin: 0;
  display: block;
  overflow: hidden;
  background: var(--earth);
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shot--empty .shot__empty {
  display: grid;
  place-content: center;
  gap: 0.45rem;
  min-height: 18rem;
  aspect-ratio: 4 / 5;
  background: var(--earth);
  color: var(--on-dark-soft);
  text-align: center;
  padding: 1.5rem;
}
.shot--empty strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.circuit .shot__flag,
.shot--hero .shot__flag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 0.4rem 0.65rem;
  background: rgba(7, 8, 10, 0.82);
  color: var(--live-bright);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shot--empty .shot__flag {
  color: var(--live-bright);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* —— Floating WhatsApp contact —— */
.whatsapp-tab {
  position: fixed;
  z-index: 70;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.5rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--live);
  box-shadow: 0 0.8rem 2.2rem rgba(0, 0, 0, 0.3);
  color: var(--on-live);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.whatsapp-tab svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  fill: currentColor;
}
.whatsapp-tab:hover {
  background: var(--live-ink);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.38);
  transform: translateY(-2px);
}
.whatsapp-tab:focus-visible {
  outline-color: var(--live-bright);
  outline-offset: 4px;
}

/* —— Mobile dock —— */
.dock { display: none; }

/* —— Mobile-first layout —— */
@media (max-width: 63.99rem) {
  .btn--nav { display: none; }
  .dock {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0.5rem;
    padding: 0.5rem var(--gutter) calc(0.5rem + env(safe-area-inset-bottom, 0px));
    background: var(--earth);
    border-top: 1px solid var(--hairline-dark);
  }
  .dock a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
  }
  .dock__call {
    color: var(--live-bright);
    border: 1px solid var(--hairline-dark);
  }
  .dock__quote {
    background: var(--live);
    color: var(--on-live);
  }
  body:has(.dock) { padding-bottom: var(--dock-h); }
  html:has(.dock) { scroll-padding-bottom: calc(var(--dock-h) + 0.75rem); }
  .whatsapp-tab {
    right: var(--gutter);
    bottom: 0.75rem;
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
  }
  body:has(.dock) .whatsapp-tab { bottom: calc(var(--dock-h) + 0.75rem); }
}

@media (max-width: 47.99rem) {
  .hero {
    min-height: 0;
    display: block;
  }
  .hero__media {
    position: absolute;
    height: auto;
    min-height: 0;
  }
  .hero__content {
    padding: 2.15rem 0 2.35rem;
  }
  .hero .cta-row,
  .contact .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
    margin-top: 1.25rem;
  }
  .hero .btn,
  .contact .cta-row .btn,
  .circuit__copy .btn {
    width: 100%;
  }
  .hero__pulse { animation-duration: 30s; }
  .hero__traces,
  .contact__traces { opacity: 0.58; }
  .hero__trace--detail,
  .hero__node--detail { display: none; }

  .why-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .why-grid::-webkit-scrollbar { display: none; }
  .why-item {
    flex: 0 0 min(78vw, 17rem);
    scroll-snap-align: start;
    padding: 1.25rem var(--gutter);
  }
  .why-item + .why-item {
    border-top: 0;
    border-left: 1px solid var(--hairline-dark);
  }

  .board { margin-top: 1.75rem; padding-left: 1rem; }
  .circuit {
    gap: 1rem;
    padding: 1.45rem 0 1.55rem 0.7rem;
  }
  .circuit::before { top: 1.7rem; }
  .circuit__copy h3 {
    font-size: 1.35rem;
    letter-spacing: 0;
  }
  .runs a {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.15rem 0;
  }
  .section__title { max-width: 18ch; }
  .section__lede { font-size: 1.02rem; }
  .form { padding: 1.25rem 1.05rem 1.35rem; }
  .contact__phone { font-size: clamp(1.85rem, 10vw, 2.6rem); }
  .spec div {
    grid-template-columns: 1fr;
    gap: 0.16rem;
    padding: 0.58rem 0;
  }
  .about__title { max-width: 18ch; }
  .about__lede { padding-right: 0.75rem; }
  .about__creds {
    display: grid;
    gap: 0.18rem;
    letter-spacing: 0.08em;
  }
  .about__creds span { white-space: normal; }
  .about__creds span:not(:last-child)::after { content: none; }
  #about .shot--empty .shot__empty {
    aspect-ratio: 4 / 3;
    min-height: 12.5rem;
    max-height: 16.25rem;
  }
  .work-grid figure:nth-child(1) img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }
  .faqs summary {
    padding: 1.15rem 0.25rem 1.15rem 1.75rem;
    font-size: 1.05rem;
  }
  .nav__panel a { padding: 1rem 0; }
}

@media (min-width: 48rem) {
  .hero .cta-row { margin-top: 1.6rem; }
  .hero__lede { font-size: 1.125rem; }
}

@media (min-width: 64rem) {
  .hero__mark,
  .hero__title,
  .hero__lede,
  .hero .cta-row,
  .hero__contact-line {
    width: min(64%, 74rem);
  }
  .hero__title {
    width: 100%;
    max-width: none;
    font-size: clamp(3.6rem, 4.6vw, 5.4rem);
    line-height: 0.91;
  }
  .hero__title span,
  .hero__title em { white-space: nowrap; }
  .hero__lede {
    max-width: 54rem;
    font-size: clamp(1.08rem, 1.15vw, 1.22rem);
  }
}

/* —— Inner page —— */
.page {
  background: var(--neutral);
  color: var(--muted);
  min-height: 70vh;
  padding: var(--section) 0;
}
.page h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.page h2 {
  margin: 2rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.page p { max-width: 62ch; }
.page a { color: var(--live-ink); text-decoration: underline; text-underline-offset: 3px; }

/* —— Service detail pages —— */
.service-page {
  background: var(--neutral);
  color: var(--muted);
}
.service-hero {
  display: grid;
  min-height: min(44rem, calc(100vh - var(--nav-h)));
  background: var(--earth);
  color: var(--on-dark-soft);
}
.service-hero__media {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
}
.service-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}
.service-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 10, 0.34);
}
.service-hero__media .shot__flag {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  margin: 0;
  padding: 0.45rem var(--gutter);
  background: rgba(7, 8, 10, 0.86);
  color: var(--live-bright);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-hero__content {
  align-self: center;
  width: min(100% - var(--gutter) * 2, 42rem);
  margin-inline: auto;
  padding-block: 2.2rem 2.6rem;
}
.service-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--live-bright);
}
.service-breadcrumb:hover,
.service-breadcrumb:focus-visible { color: #fff; }
.service-hero__eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--live-bright);
}
.service-hero h1 {
  margin: 0;
  max-width: 13ch;
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 8vw, 5.25rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #fff;
}
.service-hero__lede {
  max-width: 42ch;
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.55;
}
.service-proof {
  background: var(--earth-2);
  border-top: 1px solid var(--hairline-dark);
  border-bottom: 1px solid var(--hairline-dark);
}
.service-proof__grid {
  display: grid;
  grid-template-columns: 1fr;
}
.service-proof__grid span {
  display: grid;
  align-content: center;
  min-height: 3.75rem;
  padding: 0.85rem var(--gutter);
  border-right: 0;
  border-bottom: 1px solid var(--hairline-dark);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-dark-soft);
}
.service-proof__grid span:last-child { border-bottom: 0; }
.service-detail {
  padding: var(--section) 0;
}
.service-detail--white { background: var(--plate); }
.service-detail__grid {
  display: grid;
  gap: 2rem;
}
.service-detail__intro h2,
.service-process h2,
.service-process h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--ink);
}
.service-detail__intro p {
  max-width: 48ch;
  margin: 0;
  font-size: 1.06rem;
}
.service-checklist {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.7rem;
}
.service-checklist::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  inset-block: 0.8rem;
  width: 1px;
  background: rgba(28, 124, 201, 0.48);
}
.service-checklist li {
  position: relative;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}
.service-checklist li:last-child { border-bottom: 0; }
.service-checklist li::before {
  content: "";
  position: absolute;
  left: -1.7rem;
  top: 1.35rem;
  width: 0.58rem;
  height: 0.58rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
  background: var(--neutral);
}
.service-detail--white .service-checklist li::before { background: var(--plate); }
.service-note {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--live);
  background: rgba(28, 124, 201, 0.07);
  color: var(--ink);
}
.service-process__steps {
  display: grid;
  gap: 1px;
  margin-top: 1.8rem;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}
.service-process__step {
  position: relative;
  padding: 1.35rem 1.25rem 1.5rem;
  background: var(--plate);
}
.service-process__step::before {
  content: "";
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  margin-bottom: 1rem;
  border: 1.5px solid var(--live);
  border-radius: 50%;
}
.service-process__step strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--ink);
}
.service-process__step p {
  margin: 0.4rem 0 0;
}
.service-details-inline {
  margin: 1.6rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--hairline);
  max-width: 72ch;
  color: var(--muted);
}
.service-details-inline strong {
  font-family: var(--font-display);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
.service-page .faqs { margin-top: 1.4rem; }
.service-quote {
  position: relative;
  padding: var(--section) 0;
  background: var(--earth);
  color: var(--on-dark-soft);
  overflow: hidden;
}
.service-quote__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}
.service-quote__copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.4rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #fff;
}
.service-quote__copy > p {
  max-width: 42ch;
  margin: 1rem 0 0;
}
@media (min-width: 48rem) {
  .service-hero { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
  .service-hero__media { order: 2; }
  .service-proof__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-proof__grid span { border-bottom: 0; }
  .service-proof__grid span { border-right: 1px solid var(--hairline-dark); }
  .service-proof__grid span:last-child { border-right: 0; }
  .service-detail__grid { grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); }
  .service-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-quote__grid { grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
}
@media (max-width: 47.99rem) {
  .service-hero .cta-row { display: grid; }
  .service-hero .btn { width: 100%; }
  .service-quote .form { padding: 1.25rem 1.05rem 1.35rem; }
}

.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(0.55rem);
    transition: opacity 420ms ease, transform 420ms ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero__pulse,
  .hero__node--live {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .circuit__photo img,
  .circuit:hover .circuit__photo img,
  .circuit:focus-within .circuit__photo img {
    transform: none;
    transition: none;
  }
}

/* Final conversion and accessibility polish — existing LRM visual system retained. */
.nav__panel {
  max-height: calc(100dvh - var(--nav-h));
  overflow-y: auto;
  overscroll-behavior: contain;
}
body.menu-open { overflow: hidden; }
#quote { scroll-margin-top: calc(var(--nav-h) + 1rem); }
.form label > span {
  color: rgba(244, 246, 248, 0.58);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.form__status {
  display: grid;
  gap: 0.25rem;
  margin: 0.2rem 0 0.35rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--live-bright);
  background: rgba(74, 168, 240, 0.1);
  color: var(--on-dark);
  font-size: 0.96rem;
  line-height: 1.45;
}
.form__status[hidden] { display: none; }
.form__status strong { color: #fff; }
.form__status span { display: block; color: var(--on-dark-soft); }
.form__status--success { border-left-color: #68d391; background: rgba(104, 211, 145, 0.09); }
.form__status--error { border-left-color: #ffb65c; background: rgba(255, 182, 92, 0.09); }
.form__status a { color: var(--live-bright); }
.form .btn:disabled { cursor: wait; opacity: 0.68; }
.form input:user-invalid,
.form textarea:user-invalid,
.form select:user-invalid { border-color: #ffb65c; }
.circuit__copy p { text-wrap: pretty; }
.section__lede,
.hero__lede,
.service-hero__lede,
.about__lede { text-wrap: pretty; }
@media (max-width: 23.75rem) {
  .hero__title { font-size: clamp(2.2rem, 11vw, 3rem); }
  .contact__mail { font-size: 0.86rem; overflow-wrap: anywhere; }
}
