:root {
  --ink: #14201e;
  --ink-soft: #52605c;
  --forest: #173f3c;
  --forest-deep: #0c2b29;
  --teal: #6cc3bc;
  --teal-bright: #8dd8d1;
  --bone: #f3f0e8;
  --paper: #fbfaf6;
  --white: #fff;
  --line: rgba(20, 32, 30, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.75rem);
  --radius: 2px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button { font: inherit; }
::selection { background: var(--teal); color: var(--forest-deep); }
:focus-visible { outline: 3px solid var(--teal-bright); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: .7rem 1rem;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 94px;
  padding: 1.1rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-height: 48px;
  letter-spacing: -.02em;
}
.brand-mark {
  position: relative;
  width: 48px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--teal-bright);
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 2px;
  background: currentColor;
}
.brand-mark::before { top: 7px; }
.brand-mark::after { bottom: 7px; }
.brand-mark span {
  font-family: var(--sans);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: -.08em;
}
.brand-name { font-family: var(--serif); font-size: 1.3rem; }
.brand-name em { font-size: .78em; font-style: normal; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 2.5vw, 2.8rem); }
.site-nav > a:not(.nav-call) {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.site-nav > a:not(.nav-call)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.4rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}
.site-nav > a:not(.nav-call):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-call {
  min-height: 52px;
  padding: .45rem .65rem .45rem 1rem;
  display: grid;
  grid-template-columns: auto;
  border-left: 1px solid rgba(255,255,255,.35);
  line-height: 1.2;
}
.nav-call span { font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }
.nav-call strong { font-size: .94rem; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  height: min(920px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--forest-deep);
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-electrician.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
  animation: settle 1.2s var(--ease) both;
}
@keyframes settle { from { transform: scale(1.055); opacity: .5; } }
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,34,31,.94) 0%, rgba(10,39,36,.79) 31%, rgba(10,39,36,.1) 66%),
    linear-gradient(0deg, rgba(9,31,29,.56), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 56vw);
  margin-left: var(--gutter);
  padding-top: 5rem;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.8rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 38px; height: 1px; background: var(--teal-bright); }
.eyebrow-dark span { background: var(--forest); }
.hero h1, h2 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .94;
}
.hero h1 { font-size: clamp(4.4rem, 8.8vw, 9rem); }
.hero h1 i, h2 i { font-family: var(--serif); font-weight: 400; }
.hero h1 i { color: var(--teal-bright); }
.hero-intro {
  max-width: 540px;
  margin: 2rem 0 2.2rem;
  color: rgba(255,255,255,.81);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: .85rem 1.25rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}
.button-primary { background: var(--teal-bright); color: var(--forest-deep); }
.button-primary:hover { background: var(--white); }
.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  border-bottom: 1px solid rgba(255,255,255,.5);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-note {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 2.2rem;
  display: flex;
  gap: 1.4rem;
  color: rgba(255,255,255,.84);
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-note span + span::before { content: "·"; margin-right: 1.4rem; color: var(--teal-bright); }
.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: var(--gutter);
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: .8rem;
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scroll-cue i { width: 42px; height: 1px; background: rgba(255,255,255,.5); }

.trust-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--bone);
}
.trust-strip > * { min-height: 174px; padding: 2.1rem var(--gutter); border-right: 1px solid var(--line); }
.trust-strip > p {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.15;
}
.trust-item { position: relative; display: flex; flex-direction: column; justify-content: center; padding-left: 2rem; padding-right: 2rem; }
.trust-item > span { position: absolute; top: 1rem; right: 1.2rem; color: var(--ink-soft); font-size: .64rem; }
.trust-item strong { font-size: .92rem; }
.trust-item small { margin-top: .25rem; color: var(--ink-soft); font-size: .75rem; }

.section { padding: clamp(5rem, 9vw, 9rem) var(--gutter); }
.section-heading {
  display: grid;
  grid-template-columns: .8fr 1.55fr .75fr;
  gap: 3vw;
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
}
.section-heading .eyebrow { align-self: start; margin-top: .5rem; }
.section-heading h2, .approach h2, .about h2, .contact h2 {
  font-size: clamp(3rem, 5.8vw, 6.4rem);
}
.section-heading > p:last-child {
  margin: 0 0 .35rem;
  color: var(--ink-soft);
  font-size: .93rem;
}
.service-list { border-top: 1px solid var(--line); }
.service {
  display: grid;
  grid-template-columns: .35fr 1.55fr .7fr;
  gap: 2rem;
  align-items: center;
  min-height: 160px;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, padding .25s var(--ease);
}
.service:hover { background: var(--bone); padding-left: 1rem; padding-right: 1rem; }
.service-no { color: var(--ink-soft); font-family: var(--serif); font-size: .75rem; }
.service h3 { margin: 0 0 .55rem; font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.035em; }
.service p { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.service-tag { justify-self: end; color: var(--forest); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.inline-cta {
  width: min(760px, 100%);
  min-height: 106px;
  margin: 3rem 0 0 auto;
  padding: 1.25rem 0 1.25rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-left: 2px solid var(--teal);
  background: var(--bone);
}
.inline-cta span, .inline-cta strong { grid-column: 1; }
.inline-cta span { color: var(--ink-soft); font-size: .72rem; }
.inline-cta strong { font-size: 1.05rem; }
.inline-cta i { grid-column: 2; grid-row: 1 / 3; padding: 0 2rem; font-style: normal; font-size: 1.5rem; }

.approach {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--bone);
}
.approach-visual { position: relative; min-height: 660px; }
.brand-art {
  position: absolute;
  inset: 0 12% 13% 0;
  overflow: hidden;
  background: var(--teal);
}
.brand-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(.93); }
.detail-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(330px, 76%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(14,45,42,.18);
}
.detail-card span { margin-bottom: 1.3rem; color: var(--teal-bright); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.detail-card strong { padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.approach-copy { align-self: center; }
.approach-copy > p:not(.eyebrow) { max-width: 530px; margin: 2rem 0; color: var(--ink-soft); }
.process { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--forest); font-family: var(--serif); font-size: .72rem; }
.process div { display: flex; flex-direction: column; }
.process small { color: var(--ink-soft); }

.about {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(3rem, 10vw, 10rem);
  align-items: center;
  color: var(--white);
  background: var(--forest-deep);
}
.about h2 i { color: var(--teal-bright); }
.about blockquote {
  max-width: 650px;
  margin: 3rem 0 0;
  padding-left: 1.5rem;
  border-left: 1px solid var(--teal);
  color: rgba(255,255,255,.62);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-style: italic;
}
.owner-card {
  min-height: 420px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  background: var(--teal-bright);
  box-shadow: 18px 18px 0 rgba(255,255,255,.07);
}
.owner-top { display: flex; justify-content: space-between; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.owner-top p { margin: 0; font-weight: 800; }
.owner-name { display: flex; flex-direction: column; }
.owner-name small { margin-bottom: .4rem; color: var(--forest); text-transform: uppercase; letter-spacing: .12em; }
.owner-name strong { font-family: var(--serif); font-size: clamp(2.8rem, 4vw, 4.6rem); font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.owner-name span { margin-top: .65rem; font-weight: 700; }
.owner-card > a { min-height: 48px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(20,32,30,.35); font-weight: 800; }

.contact { position: relative; overflow: hidden; color: var(--white); background: #184e4a; }
.contact-inner { position: relative; z-index: 2; }
.contact h2 { max-width: 900px; }
.contact h2 i { color: var(--teal-bright); }
.contact-inner > p:not(.eyebrow) { max-width: 500px; margin: 2rem 0; color: rgba(255,255,255,.72); }
.contact-actions { margin-top: 2.5rem; display: flex; align-items: center; gap: 2rem; }
.button-light { background: var(--white); color: var(--forest-deep); }
.button-light:hover { background: var(--teal-bright); }
.email-link { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .85rem; }
.circuit-orbit {
  position: absolute;
  right: -6vw;
  top: 50%;
  width: min(42vw, 580px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(141,216,209,.25);
  border-radius: 50%;
  transform: translateY(-50%);
}
.circuit-orbit::before, .circuit-orbit::after { content: ""; position: absolute; border: 1px solid rgba(141,216,209,.18); border-radius: 50%; }
.circuit-orbit::before { inset: 12%; }
.circuit-orbit::after { inset: 28%; background: rgba(12,43,41,.22); }
.circuit-orbit span { position: relative; z-index: 1; font-size: clamp(2rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.12em; }

footer {
  padding: 3rem var(--gutter) 2.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  background: var(--paper);
}
.brand-footer { color: var(--forest); }
footer > p { justify-self: center; color: var(--ink-soft); font-size: .72rem; }
footer > div { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; font-size: .72rem; }
footer > div a { min-height: 44px; display: flex; align-items: center; gap: .35rem; font-weight: 700; }
footer > small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .65rem; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { gap: 1.2rem; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > * { min-height: 140px; }
  .approach { grid-template-columns: 1fr; }
  .approach-visual { min-height: 560px; }
  .about { gap: 3rem; }
  .owner-card { min-height: 350px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .site-header { min-height: 76px; }
  .brand-name { font-size: 1.12rem; }
  .brand-mark { width: 40px; height: 34px; }
  .menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    padding: 8rem var(--gutter) 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    background: var(--forest-deep);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .site-nav > a:not(.nav-call) { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; letter-spacing: -.04em; text-transform: none; }
  .nav-call { margin-top: 1.5rem; border-left-color: var(--teal); }
  .nav-call strong { font-size: 1.2rem; }

  .hero { min-height: 720px; height: 100svh; align-items: flex-end; padding-bottom: 7.5rem; }
  .hero-photo { background-position: 62% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(7,31,29,.98) 0%, rgba(8,33,31,.82) 52%, rgba(8,33,31,.14) 86%); }
  .hero-content { width: auto; margin: 0 var(--gutter); padding: 0; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.8rem); }
  .hero-intro { margin: 1.4rem 0 1.7rem; line-height: 1.6; }
  .hero-actions { gap: 1rem; flex-wrap: wrap; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-actions .text-link { display: none; }
  .hero-note, .scroll-cue { display: none; }
  .eyebrow { margin-bottom: 1.15rem; }

  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > * { min-height: 112px; padding: 1.4rem var(--gutter); border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > p { min-height: 140px; }
  .trust-item { padding-left: calc(var(--gutter) + 3.4rem); }
  .trust-item > span { top: 50%; left: var(--gutter); right: auto; transform: translateY(-50%); }

  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading { display: block; margin-bottom: 3rem; }
  .section-heading h2, .approach h2, .about h2, .contact h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .section-heading > p:last-child { margin-top: 1.5rem; }
  .service { grid-template-columns: 38px 1fr; gap: 1rem; min-height: auto; padding: 1.75rem 0; }
  .service-tag { grid-column: 2; justify-self: start; }
  .service:hover { padding-left: 0; padding-right: 0; }
  .inline-cta { margin-top: 2rem; padding-left: 1.25rem; }
  .inline-cta i { padding: 0 1.2rem; }

  .approach { gap: 4rem; }
  .approach-visual { min-height: 430px; }
  .brand-art { inset: 0 6% 16% 0; }
  .detail-card { width: 82%; padding: 1.4rem; }
  .approach-copy > p:not(.eyebrow) { margin-top: 1.5rem; }

  .about { grid-template-columns: 1fr; }
  .about blockquote { margin-top: 2rem; }
  .owner-card { min-height: 330px; box-shadow: 10px 10px 0 rgba(255,255,255,.07); }

  .contact { padding-bottom: 6rem; }
  .contact h2 br { display: none; }
  .contact-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .contact-actions .button { justify-content: space-between; }
  .email-link { width: fit-content; }
  .circuit-orbit { right: -35vw; top: 28%; width: 88vw; opacity: .55; }

  footer { grid-template-columns: 1fr; padding-bottom: 3rem; }
  footer > p, footer > div { justify-self: start; align-items: flex-start; }
  footer > small { grid-column: auto; }
  .mobile-call {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 74px;
    padding: .65rem 1rem max(.65rem, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--white);
    background: var(--forest-deep);
    box-shadow: 0 -8px 24px rgba(12,43,41,.18);
  }
  .mobile-call > span { color: rgba(255,255,255,.58); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-call a { min-height: 48px; padding: .35rem .8rem; display: flex; flex-direction: column; justify-content: center; background: var(--teal-bright); color: var(--forest-deep); line-height: 1.05; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-call strong { font-size: .88rem; letter-spacing: 0; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 3.55rem; }
  .hero-intro { font-size: .94rem; }
  .owner-top { flex-direction: column; gap: .35rem; }
  .owner-name strong { font-size: 2.7rem; }
  .mobile-call > span { display: none; }
  .mobile-call a { width: 100%; align-items: center; }
}

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