:root {
  --ink: #111b20;
  --slate: #425057;
  --muted: #68757a;
  --paper: #f2f0e8;
  --white: #ffffff;
  --lime: #c9ff3d;
  --cyan: #2cd5ff;
  --blue: #5b9fff;
  --line: #cbd0c7;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); text-rendering: optimizeLegibility; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; }
.shell { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid #111b201a;
  background: #f2f0e8eb;
  box-shadow: 0 0 0 100vmax #f2f0e8eb;
  clip-path: inset(0 -100vmax);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .17em;
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 1px;
  background: var(--ink);
  transform-origin: right center;
}

.brand-mark::before { top: 4px; transform: rotate(23deg); }
.brand-mark::after { bottom: 4px; transform: rotate(-23deg); }
.brand-mark i { position: absolute; right: 0; top: 8px; width: 11px; height: 2px; background: var(--lime); }

.nav-cluster, .nav nav { display: flex; align-items: center; }
.nav-cluster { gap: 28px; }
.nav nav { gap: 24px; }
.nav nav a { position: relative; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nav nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime); transition: right .2s ease; }
.nav nav a:not(.nav-cta):hover::after { right: 0; }
.nav-status { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nav-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px #c9ff3d2c; }
.nav-cta { padding: 13px 17px; background: var(--ink); color: var(--white); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--lime); color: var(--ink); }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: 64px;
  padding-block: 72px 88px;
}

.hero-content { padding-right: 10px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--lime); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 720px; margin: 24px 0; font-size: clamp(56px, 7vw, 96px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: var(--slate); font-weight: 400; }
.hero-copy { max-width: 620px; margin-bottom: 0; color: var(--slate); font-size: 18px; line-height: 1.68; }
.site-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.site-tags span { padding: 8px 10px; border: 1px solid #111b2026; background: #ffffff4f; color: var(--slate); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; gap: 22px; padding: 15px 19px; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: var(--white); }
.button.primary:hover { background: #243139; }
.button.secondary { background: #ffffff33; }

.capacity-card {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  padding: 46px;
  border: 1px solid #2d3a40;
  background: linear-gradient(145deg, #17242a, #0d161a 72%);
  color: var(--white);
  box-shadow: 0 28px 60px #111b2021;
}

.capacity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff09 1px, transparent 1px), linear-gradient(#ffffff09 1px, transparent 1px);
  background-size: 34px 34px;
}

.capacity-card > * { position: relative; }
.card-index { position: absolute; top: 20px; right: 22px; color: #aeb8bb; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.capacity-label { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.capacity-card strong { display: block; margin-top: 25px; font-family: Georgia, serif; font-size: clamp(70px, 9vw, 108px); font-weight: 400; letter-spacing: -.075em; line-height: 1; }
.capacity-card strong small { font: 700 18px Arial, sans-serif; letter-spacing: .04em; }
.capacity-card p { max-width: 33ch; color: #c4cccf; line-height: 1.55; }
.energized-line { position: absolute; z-index: 0; left: 46px; right: 46px; top: 282px; height: 2px; background: var(--lime); box-shadow: 0 0 18px #c9ff3d; }
.energized-line::after { content: ""; position: absolute; right: -4px; top: -5px; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); }
.capacity-status { position: absolute !important; left: 46px; right: 46px; top: 312px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.capacity-status b, .capacity-status span { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 0 13px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.capacity-status b { justify-content: flex-start; gap: 8px; background: var(--lime); color: var(--ink); }
.capacity-status b i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px #111b2015; }
.capacity-status span { border: 1px solid #ffffff42; color: var(--white); }
.capacity-status em { color: var(--lime); font-size: 14px; font-style: normal; }
.availability { position: absolute; left: 46px; right: 46px; bottom: 40px; padding: 18px 20px; border: 1px solid #ffffff42; background: #ffffff0b; backdrop-filter: blur(6px); }
.availability span, .availability b { display: block; }
.availability span { margin-bottom: 7px; color: #aeb8bb; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.availability b { font-size: 13px; letter-spacing: .05em; }

.proof { position: relative; background: var(--ink); color: var(--white); }
.proof::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #ffffff05 50%, transparent); pointer-events: none; }
.proof-shell { display: grid; grid-template-columns: 230px 1fr; }
.proof-head { position: relative; z-index: 1; display: flex; justify-content: center; flex-direction: column; padding: 30px 28px 30px 0; border-right: 1px solid #ffffff20; }
.proof-head span { margin-bottom: 9px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.proof-head h2 { margin: 0; font-size: 25px; line-height: 1.05; letter-spacing: -.025em; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid div { position: relative; padding: 27px 24px; border-right: 1px solid #ffffff20; border-bottom: 1px solid #ffffff18; }
.proof-grid div::before { content: ""; position: absolute; left: 0; top: 0; width: 38px; height: 2px; background: var(--lime); opacity: .75; }
.proof-grid div:nth-child(3n) { border-right: 0; }
.proof-grid div:nth-last-child(-n + 3) { border-bottom: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 8px; color: var(--lime); font-size: 22px; }
.proof-grid span { color: #c4cccf; font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

.site-system { padding-block: 128px 136px; }
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 72px; margin-bottom: 50px; }
.section-kicker { display: flex; align-items: center; gap: 12px; padding-top: 12px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); color: var(--ink); font-size: 9px; }
.section-kicker.inverse { color: #aeb8bb; }
.section-kicker.inverse span { border-color: #ffffff2d; color: var(--lime); }
.section-head h2 { max-width: 880px; margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -.045em; }

.site-diagram {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid #2d3a40;
  background: radial-gradient(circle at 80% 15%, #2cd5ff12, transparent 30%), linear-gradient(135deg, #214f59, #102f37 72%);
  color: var(--white);
  box-shadow: 0 24px 60px #111b201a;
}

.grid-lines { position: absolute; inset: 0; background: linear-gradient(90deg, #ffffff10 1px, transparent 1px), linear-gradient(#ffffff10 1px, transparent 1px); background-size: 44px 44px; }
.diagram-legend { position: absolute; z-index: 3; top: 25px; right: 28px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.diagram-legend span { display: inline-flex; align-items: center; gap: 7px; color: #c4cccf; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.diagram-legend span::before { content: ""; width: 18px; height: 2px; background: currentColor; }
.legend-power { color: var(--lime) !important; }
.legend-a { color: var(--cyan) !important; }
.legend-b { color: var(--blue) !important; }
.utility { position: absolute; z-index: 2; left: 53%; top: 40%; width: 168px; padding: 18px; border: 1px solid #ffffff50; background: #111b20f2; box-shadow: 0 14px 30px #07101466; }
.utility::before, .utility::after { content: ""; position: absolute; left: 50%; width: 2px; background: var(--lime); box-shadow: 0 0 10px #c9ff3d; }
.utility::before { top: -40px; height: 40px; }
.utility::after { bottom: -18px; height: 18px; }
.utility span, .bess span, .compute-pad span { display: block; margin-bottom: 7px; color: #aeb8bb; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.utility strong { color: var(--lime); font-size: 23px; }
.power-bus { position: absolute; left: 11%; top: 34%; width: 51%; height: 2px; background: var(--lime); box-shadow: 0 0 14px #c9ff3d; }
.power-bus::before, .power-bus::after { content: ""; position: absolute; width: 2px; background: var(--lime); }
.power-bus::before { left: 31%; top: 0; height: 150px; }
.power-bus::after { right: 4%; top: 0; height: 170px; }
.bess, .compute-pad { position: absolute; top: 54%; bottom: 11%; padding: 24px; border: 1px solid #ffffff52; background: #111b20e3; box-shadow: 0 18px 34px #06101442; }
.bess { left: 6%; width: 34%; }
.compute-pad { left: 46%; right: 8%; border-color: #c9ff3d88; background: #c9ff3d0d; }
.bess strong, .compute-pad strong { display: block; font-size: clamp(22px, 4vw, 38px); }
.compute-pad strong { color: var(--lime); }
.bess-spec { display: block; margin-top: 4px; color: var(--lime); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.bess-yard { display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: stretch; margin-top: 13px; }
.service-poles { position: relative; display: flex; align-items: flex-end; justify-content: space-around; min-height: 76px; border-right: 1px solid #ffffff24; }
.service-poles::before, .service-poles::after { content: ""; position: absolute; left: 5px; right: -10px; height: 1px; background: var(--lime); transform: skewY(-8deg); }
.service-poles::before { top: 18px; }
.service-poles::after { top: 28px; opacity: .55; }
.service-poles i { position: relative; width: 3px; height: 63px; background: #c4cccf; box-shadow: 0 0 0 1px #ffffff18; }
.service-poles i::before { content: ""; position: absolute; left: -7px; top: 8px; width: 17px; height: 2px; background: #c4cccf; }
.service-poles i::after { content: ""; position: absolute; left: -5px; top: 4px; width: 3px; height: 3px; border-radius: 50%; background: var(--lime); box-shadow: 10px 0 0 var(--lime); }
.battery-rows { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.battery-rows i { position: relative; min-width: 0; height: 22px; border: 1px solid #ffffff70; background: linear-gradient(180deg, #dfe7e5 0 25%, #314248 25% 100%); }
.battery-rows i::after { content: ""; position: absolute; left: 3px; right: 3px; bottom: 4px; height: 2px; background: var(--lime); box-shadow: 0 -4px 0 #ffffff28; }
.compute-layout { display: grid; grid-template-columns: minmax(86px, .34fr) 1fr; gap: 13px; margin-top: 14px; }
.compute-layout span { margin-bottom: 5px; color: #c4cccf; font-size: 7px; letter-spacing: .1em; }
.electrical-yard { position: relative; min-width: 0; padding-right: 11px; border-right: 1px solid #c9ff3d50; }
.electrical-yard::after { content: ""; position: absolute; right: -7px; top: 35px; width: 13px; height: 2px; background: var(--lime); box-shadow: 0 12px 0 #c9ff3d70; }
.transformers { display: flex; gap: 5px; margin-bottom: 7px; }
.transformers i { position: relative; width: 24px; height: 25px; border: 1px solid #ffffff75; border-radius: 4px; background: #314248; }
.transformers i::before { content: ""; position: absolute; left: 50%; top: 4px; width: 10px; height: 10px; border: 1px solid var(--lime); border-radius: 50%; transform: translateX(-50%); }
.transformers i::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 4px; height: 2px; background: #ffffff45; }
.switchgear { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
.switchgear i { position: relative; height: 20px; border: 1px solid #ffffff65; background: #dfe7e520; }
.switchgear i::after { content: ""; position: absolute; left: 3px; bottom: 3px; width: 3px; height: 3px; background: var(--lime); }
.module-field { min-width: 0; }
.module-rows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.module-rows i { position: relative; min-width: 0; height: 32px; border: 1px solid #c9ff3d80; background: linear-gradient(180deg, #dfe7e52b 0 25%, #c9ff3d09 25% 100%); }
.module-rows i::before { content: ""; position: absolute; left: 5px; right: 5px; top: 13px; height: 2px; background: #ffffff42; box-shadow: 0 6px 0 #ffffff22; }
.module-rows i::after { content: ""; position: absolute; right: 4px; top: 4px; width: 3px; height: 3px; background: var(--lime); }
.fiber { position: absolute; right: 0; width: 50%; height: 2px; box-shadow: 0 0 10px currentColor; }
.fiber::before { position: absolute; right: 18px; bottom: 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.fiber-a { top: 24%; color: var(--cyan); background: var(--cyan); }
.fiber-a::before { content: "DIVERSE FIBER PATH A"; color: var(--cyan); }
.fiber-b { top: 33%; color: var(--blue); background: var(--blue); }
.fiber-b::before { content: "DIVERSE FIBER PATH B"; color: var(--blue); }
.fiber-drop { position: absolute; right: 11%; top: 24%; height: 49%; width: 2px; background: linear-gradient(var(--cyan) 0 18%, transparent 18% 19%, var(--blue) 19%); }

.why { position: relative; overflow: hidden; padding-block: 128px; background: var(--ink); color: var(--white); }
.why::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 460px; height: 460px; border: 1px solid #c9ff3d1c; border-radius: 50%; box-shadow: 0 0 0 80px #c9ff3d08, 0 0 0 160px #c9ff3d05; }
.why-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 72px; }
.why-title, .why-copy { position: relative; z-index: 1; }
.why h2 { margin: 28px 0 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.why-copy { color: #c4cccf; font-size: 19px; line-height: 1.7; }
.why-copy p:first-child { margin-top: 0; }
.why-copy strong { color: var(--white); }

.pathway { padding-block: 130px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step { position: relative; min-height: 270px; padding: 30px; border: 1px solid var(--line); background: #ffffff54; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.step:hover { transform: translateY(-4px); border-color: #111b2050; background: #ffffff80; }
.step::after { content: ""; position: absolute; left: 30px; right: 30px; bottom: 0; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.step:hover::after { transform: scaleX(1); }
.step + .step { padding-left: 30px; }
.step span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.step h3 { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.step p { color: var(--slate); line-height: 1.65; }

.faq { padding-block: 120px 135px; display: grid; grid-template-columns: 1fr 2fr; gap: 72px; }
.faq-title { position: sticky; top: 118px; align-self: start; }
.faq h2 { margin: 28px 0 0; font-size: clamp(42px, 5vw, 65px); line-height: 1; letter-spacing: -.04em; }
.faq details { padding: 24px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; display: grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border: 1px solid var(--line); font-weight: 400; }
.faq details[open] summary::after { content: "−"; background: var(--ink); color: var(--white); }
.faq p { color: var(--slate); line-height: 1.65; }

.contact { position: relative; overflow: hidden; padding-block: 112px; background: var(--lime); }
.contact::after { content: "DV"; position: absolute; right: -10px; bottom: -52px; color: #111b200d; font-family: Georgia, serif; font-size: 260px; line-height: 1; letter-spacing: -.12em; pointer-events: none; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 72px; }
.contact-grid > * { position: relative; z-index: 1; }
.contact h2 { margin: 14px 0 0; font-size: clamp(48px, 7vw, 86px); line-height: .98; letter-spacing: -.05em; }
.contact-copy { color: #263238; font-size: 18px; line-height: 1.65; }
.contact .button { margin-top: 18px; }

.footer { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #111b2014; color: var(--slate); font-size: 11px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { text-underline-offset: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .proof-shell { grid-template-columns: 1fr; }
  .proof-head { padding: 26px 0 24px; border-right: 0; border-bottom: 1px solid #ffffff20; }
  .section-head, .why-grid, .faq, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 28px; }
  .faq-title { position: static; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 30px), 1180px); }
  .nav { min-height: 70px; gap: 10px; }
  .brand { gap: 8px; font-size: 11px; letter-spacing: .12em; }
  .brand-mark { width: 26px; }
  .nav-cluster { gap: 0; }
  .nav-status { display: none; }
  .nav nav { display: none; }
  .hero { padding-block: 52px 68px; gap: 48px; }
  h1 { max-width: 6.5em; font-size: clamp(46px, 13vw, 60px); }
  .hero-copy { font-size: 17px; }
  .actions { align-items: stretch; flex-direction: column; }
  .capacity-card { min-height: 500px; padding: 28px; }
  .energized-line { top: 282px; bottom: auto; left: 28px; right: 28px; }
  .capacity-status { left: 28px; right: 28px; top: 306px; }
  .capacity-status b, .capacity-status span { min-height: 41px; padding-inline: 10px; font-size: 8px; }
  .availability { left: 28px; right: 28px; bottom: 28px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(3n) { border-right: 1px solid #ffffff20; }
  .proof-grid div:nth-last-child(-n + 3) { border-bottom: 1px solid #ffffff18; }
  .proof-grid div:nth-child(2n) { border-right: 0; }
  .proof-grid div:nth-last-child(-n + 2) { border-bottom: 0; }
  .site-system, .why, .pathway, .faq { padding-block: 78px; }
  .section-head { margin-bottom: 36px; }
  .site-diagram { min-height: 760px; }
  .diagram-legend { left: 7%; right: 7%; top: 20px; justify-content: flex-start; gap: 9px 14px; }
  .utility { left: 7%; top: 21%; width: 145px; }
  .utility::before { top: -28px; height: 28px; }
  .utility::after { bottom: -18px; height: 18px; }
  .power-bus { width: 70%; }
  .bess { left: 7%; top: 43%; bottom: auto; width: 86%; height: 175px; }
  .compute-pad { left: 7%; right: 7%; top: 72%; bottom: 5%; }
  .bess-yard { grid-template-columns: 72px 1fr; }
  .battery-rows { grid-template-columns: repeat(6, 1fr); }
  .fiber { width: 58%; }
  .fiber-drop { right: 10%; height: 61%; }
  .compute-layout { grid-template-columns: minmax(92px, .34fr) 1fr; }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 28px; }
}

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