:root {
  --navy: #071b28;
  --ink: #10212a;
  --cream: #f2efe7;
  --paper: #fbfaf6;
  --yellow: #f7d447;
  --muted: #66747a;
  --line: #d9dbd4;
  --display: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 20; padding: 12px; background: white; color: var(--ink); }
.skip-link:focus { top: 12px; }

.nav {
  height: 88px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
  background: var(--navy); color: white; border-bottom: 1px solid #ffffff1a; position: relative; z-index: 5;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 12px; line-height: 1.05; letter-spacing: .18em; }
.brand b { color: var(--yellow); font-weight: 800; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--yellow);
  font-family: var(--display); font-size: 25px; font-weight: 900; transform: skew(-7deg); border-radius: 2px;
}
.nav-links { display: flex; gap: 34px; font-size: 13px; }
.nav-links a { opacity: .78; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-phone { padding: 11px 16px; border: 1px solid #ffffff45; font-size: 13px; border-radius: 2px; }

.hero {
  min-height: 690px; position: relative; color: white; background: var(--navy); overflow: hidden;
  display: grid; grid-template-columns: 58% 42%; padding: 86px 5vw 0;
}
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid #ffffff0c; border-radius: 50%; right: 4%; top: -80px; box-shadow: 0 0 0 80px #ffffff05, 0 0 0 160px #ffffff03; }
.hero-copy { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #ffffffa3; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 26px; height: 2px; background: var(--yellow); }
.hero h1, .section-heading h2, .about h2, .contact h2 {
  font-family: var(--display); letter-spacing: -.055em; font-weight: 800; margin: 26px 0; line-height: .94;
}
.hero h1 { font-size: clamp(64px, 7.2vw, 112px); }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-lead { max-width: 600px; color: #d5dde0; line-height: 1.75; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { border: 0; padding: 16px 21px; display: inline-flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; cursor: pointer; border-radius: 2px; }
.button-primary { background: var(--yellow); color: var(--navy); }
.button-primary:hover { background: #ffe168; }
.button:disabled { opacity: .65; cursor: wait; }
.text-link { border-bottom: 1px solid #ffffff50; padding: 12px 0; font-size: 13px; }
.text-link span { margin-left: 10px; color: var(--yellow); }
.hero-visual { position: relative; z-index: 1; min-height: 440px; }
.voltage { position: absolute; right: 8%; top: 13%; font-family: var(--display); font-size: clamp(100px, 13vw, 210px); font-weight: 900; color: #ffffff0b; letter-spacing: -.08em; transform: rotate(-8deg); }
.voltage span { font-size: .32em; }
.cable { position: absolute; width: 370px; height: 370px; border: 28px solid var(--yellow); border-left-color: transparent; border-radius: 50%; right: 1%; top: 19%; transform: rotate(-33deg); box-shadow: 8px 14px 35px #0005; }
.cable::after { content: ""; position: absolute; width: 35px; height: 85px; background: #1c323e; border: 6px solid #b8c1c3; left: 7px; bottom: -52px; border-radius: 5px; transform: rotate(34deg); }
.cable-two { width: 270px; height: 270px; right: 8%; top: 30%; border-width: 15px; opacity: .35; }
.spark { position: absolute; right: 6%; top: 17%; color: var(--yellow); font-size: 42px; }
.quality-note { position: absolute; z-index: 4; bottom: 42px; left: -6%; background: white; color: var(--ink); padding: 20px 24px; width: 240px; box-shadow: 0 15px 50px #0005; }
.quality-note strong { display: block; font-family: var(--display); font-size: 18px; margin-bottom: 5px; }
.quality-note span { display: block; color: var(--muted); font-size: 11px; line-height: 1.45; }
.hero-proof {
  grid-column: 1 / -1; height: 104px; margin: 54px -5vw 0; padding: 0 5vw; background: #0d2b3d;
  display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid #ffffff10;
}
.hero-proof div { display: flex; align-items: baseline; gap: 12px; border-right: 1px solid #ffffff18; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { color: var(--yellow); font-family: var(--display); font-size: 25px; }
.hero-proof span { color: #c5d0d4; font-size: 12px; }

.services { padding: 115px 5vw; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 5vw; margin-bottom: 60px; }
.eyebrow-dark { color: var(--muted); align-self: start; padding-top: 12px; }
.section-heading h2, .about h2, .contact h2 { font-size: clamp(42px, 5vw, 72px); margin: 0; }
.section-heading > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s, transform .25s; }
.service-card:hover { background: white; transform: translateY(-4px); box-shadow: 0 20px 50px #10212a0d; z-index: 2; }
.service-number { color: #919b9e; font-size: 11px; }
.service-symbol { font-family: var(--display); color: var(--navy); font-size: 45px; margin: 30px 0 22px; }
.service-card h3 { font-family: var(--display); font-size: 20px; margin: 0 0 13px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 300px; }

.about { display: grid; grid-template-columns: 45% 55%; background: var(--navy); color: white; }
.about-portrait { min-height: 690px; background: linear-gradient(140deg, #173b4d, #081a26); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.about-portrait::before { content: ""; width: 380px; height: 380px; border: 2px solid #ffffff16; border-radius: 50%; position: absolute; box-shadow: 0 0 0 70px #ffffff05; }
.portrait-initials { font-family: var(--display); color: var(--yellow); font-size: 150px; font-weight: 900; letter-spacing: -.14em; z-index: 1; transform: translateX(-10px); }
.about-portrait p { position: absolute; bottom: 40px; left: 40px; border-left: 2px solid var(--yellow); padding-left: 15px; font-weight: 700; line-height: 1.4; }
.about-portrait p span { font-weight: 400; color: #ffffff99; font-size: 12px; }
.about-copy { padding: 100px 8vw; }
.about-copy h2 { margin: 24px 0 34px; }
.about-copy > p { color: #aebbc1; line-height: 1.8; font-size: 14px; max-width: 600px; }
.about-copy .about-lead { color: white; font-size: 18px; }
.about-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.about-values span { border: 1px solid #ffffff28; padding: 9px 13px; color: #d4dde0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.process { padding: 90px 5vw; background: var(--cream); }
.process-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 4vw; margin-top: 50px; }
.process-row div { position: relative; padding-left: 58px; }
.process-row b { position: absolute; left: 0; top: 0; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); font-family: var(--display); }
.process-row h3 { font-family: var(--display); margin: 0 0 8px; font-size: 18px; }
.process-row p { color: var(--muted); margin: 0; font-size: 12px; }
.process-row i { color: #98a2a5; font-style: normal; }

.contact { background: var(--navy); color: white; padding: 110px 5vw; display: grid; grid-template-columns: 43% 57%; gap: 7vw; }
.contact-intro > p { color: #aebbc1; line-height: 1.7; max-width: 470px; }
.contact h2 { margin: 25px 0 28px; }
.direct-contact { margin-top: 55px; display: grid; gap: 24px; }
.direct-contact a { display: block; }
.direct-contact small { color: #8fa0a9; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }
.direct-contact strong { font-family: var(--display); font-size: 18px; font-weight: 700; }
.contact-form { background: white; color: var(--ink); padding: 38px; border-radius: 3px; min-height: 430px; }
.contact-form label { display: grid; gap: 9px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; margin-bottom: 22px; }
.contact-form input, .contact-form textarea { width: 100%; background: #f7f6f1; border: 1px solid #e3e2dc; padding: 14px; outline: none; text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 14px; border-radius: 2px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #b69b2c; box-shadow: 0 0 0 3px #f7d44733; }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-footer { display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.form-footer p { max-width: 270px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin: 14px 0 0; min-height: 20px; color: #a92d27; background: #fff0ef; padding: 0; font-size: 12px; }
.form-message:not(:empty) { padding: 10px; }
.form-success { min-height: 350px; display: grid; place-items: center; align-content: center; text-align: center; }
.form-success > span { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); font-size: 28px; }
.form-success h3 { font-family: var(--display); font-size: 28px; margin-bottom: 0; }
.form-success p { color: var(--muted); }
.form-success button { border: 0; background: none; text-decoration: underline; cursor: pointer; }

.map-section { height: 460px; position: relative; background: #d8d5cd; }
.map-section iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }
.map-card { position: absolute; left: 5vw; top: 50%; transform: translateY(-50%); width: 340px; background: white; padding: 26px; display: grid; grid-template-columns: auto 1fr; gap: 16px; box-shadow: 0 20px 50px #0003; }
.map-card strong { font-family: var(--display); font-size: 16px; }
.map-card p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.map-card a { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 15px; font-size: 12px; font-weight: 800; }
footer { min-height: 120px; background: #05131d; color: #ffffff9c; padding: 30px 5vw; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.footer-brand { color: white; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-visual { position: absolute; right: -130px; top: 150px; width: 420px; opacity: .35; }
  .hero-copy { z-index: 3; }
  .hero-lead { max-width: 520px; }
  .hero-proof { position: relative; z-index: 3; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
  .about-portrait { min-height: 500px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .nav { height: 76px; }
  .nav-phone { border: 0; padding: 0; font-size: 11px; }
  .brand { font-size: 10px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; padding-top: 55px; }
  .hero h1 { font-size: 56px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-proof { height: auto; padding-top: 22px; padding-bottom: 22px; gap: 18px; grid-template-columns: 1fr; }
  .hero-proof div { border-right: 0; }
  .services, .process, .contact { padding-top: 75px; padding-bottom: 75px; }
  .section-heading h2, .about h2, .contact h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .about-copy { padding: 75px 5vw; }
  .process-row { grid-template-columns: 1fr; gap: 30px; }
  .process-row i { display: none; }
  .contact-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { justify-content: space-between; }
  .map-card { left: 5vw; width: 90vw; }
  footer { flex-direction: column; gap: 24px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
