
body {
  background: #0f1513;
  color: #eef7f1;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

.site-nav {
  background: rgba(10, 14, 13, 0.94);
  border-bottom: 1px solid rgba(144, 238, 144, 0.2);
}

.site-nav .container {
  gap: 0.5rem;
}

.navbar-brand {
  align-items: center;
  display: flex;
  font-weight: 700;
  white-space: nowrap;
}

.site-links {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.services-menu {
  position: relative;
}

.services-menu-trigger::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 0.35rem;
  opacity: 0.8;
  vertical-align: 0.12em;
}

.services-menu-panel {
  background: #0b1110;
  border: 1px solid rgba(144, 238, 144, 0.36);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.62);
  display: grid;
  gap: 0.1rem;
  left: 50%;
  min-width: 230px;
  opacity: 0;
  padding: 0.45rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  transform: translate(-50%, -4px);
  transition: none;
  z-index: 20;
}

.services-menu-panel::before {
  content: "";
  height: 0.55rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -0.55rem;
}

.services-menu:hover .services-menu-panel,
.services-menu:focus-within .services-menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.services-menu-panel a {
  border-radius: 6px;
  color: #e8f7eb;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.5rem 0.65rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
  text-decoration: none;
  white-space: nowrap;
}

.services-menu-panel a:hover,
.services-menu-panel a:focus {
  background: rgba(94, 224, 139, 0.13);
  color: #ffffff;
  outline: none;
}

.site-brand-mark {
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.site-main {
  padding-top: 72px;
}

.flash-container {
  padding-top: 1rem;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.94) 0%, rgba(8, 16, 13, 0.78) 48%, rgba(8, 16, 13, 0.58) 100%),
    url("../img/commhill_matrix.png") center / cover no-repeat;
  padding: 72px 0 48px;
}

.eyebrow {
  color: #5ee08b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.25rem;
  max-width: 780px;
}

.hero-lede {
  color: #cde2d3;
  font-size: 1.18rem;
  line-height: 1.7;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.hero-media {
  position: relative;
}

.hero-image {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  width: 100%;
}

.hero-image-sunset {
  filter: saturate(0.92) contrast(1.08) brightness(0.88);
}

.hero-media::after {
  background: linear-gradient(135deg, rgba(94, 224, 139, 0.2), rgba(9, 16, 13, 0));
  border-radius: 8px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-image-inset {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(144, 238, 144, 0.28);
  border-radius: 6px;
  bottom: -18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
  max-width: 38%;
  object-fit: cover;
  position: absolute;
  right: 18px;
  width: 180px;
}

.service-section {
  padding: 56px 0 24px;
}

.section-heading {
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.section-heading h2,
.local-proof h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.service-card {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.35rem;
}

.service-buff {
  background-image: url("../img/service-icons/service-buffs.png");
  background-repeat: no-repeat;
  background-size: 256px 128px;
  display: block;
  height: 64px;
  image-rendering: auto;
  margin-bottom: 0.9rem;
  width: 64px;
}

.service-buff-home-theater {
  background-position: 0 0;
}

.service-buff-wifi {
  background-position: -64px 0;
}

.service-buff-computer {
  background-position: -128px 0;
}

.service-buff-camera {
  background-position: -192px 0;
}

.service-buff-business {
  background-position: 0 -64px;
}

.service-buff-automation {
  background-position: -64px -64px;
}

.service-buff-visibility {
  background-position: -128px -64px;
}

.service-buff-pc {
  background-image: url("../img/service-icons/custom-pc.svg");
  background-position: center;
  background-size: 64px 64px;
}

.service-card h3 {
  color: #90ee90;
  font-size: 1.15rem;
  font-weight: 700;
  min-height: 2.8rem;
  margin-bottom: 0.75rem;
}

.service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.service-card h3 a:hover {
  color: #b6ffb6;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.service-card p {
  color: #c7d9cc;
  flex: 1 1 auto;
  line-height: 1.6;
  min-height: 6.2rem;
  margin: 0;
}

.service-card-media {
  background-color: #07100d;
  border: 1px solid rgba(144, 238, 144, 0.14);
  border-radius: 7px;
  display: block;
  flex: 0 0 auto;
  height: 170px;
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.service-card-media::before {
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(10px) saturate(0.82) brightness(0.54);
  inset: -14px;
  opacity: 0.78;
  position: absolute;
  transform: scale(1.05);
}

.service-card-media:hover,
.service-card-media:focus {
  border-color: rgba(144, 238, 144, 0.42);
  filter: brightness(1.08);
  outline: none;
  transform: translateY(-1px);
}

.service-card-media img {
  display: block;
  filter: saturate(0.94) contrast(1.03) brightness(0.95);
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.service-card-media-wifi::before {
  background-image: url("../img/service-visuals/wifi-networking.png");
}

.service-card-media-devices::before {
  background-image: url("../img/service-visuals/computers-devices-workdesk.png");
}

.service-card-media-camera::before {
  background-image: url("../img/service-visuals/camera-security.png");
}

.service-card-media-theater::before {
  background-image: url("../img/service-visuals/home-theater-living-room.png");
}

.service-card-media-business::before {
  background-image: url("../img/service-visuals/small-business-real-bar.png");
}

.service-card-media-ai::before {
  background-image: url("../img/service-visuals/ai-ranch-future.png");
}

.service-card-media-pc::before {
  background-image: url("../img/service-visuals/custom-pc.png");
}

.service-card-media-gears {
  background: #070d0b;
}

.service-card-media-gears .automation-gears-scene {
  height: 100%;
}

.service-card-featured {
  background: linear-gradient(135deg, rgba(22, 45, 34, 0.96), rgba(14, 22, 20, 0.96));
  border-color: rgba(94, 224, 139, 0.38);
}

.home-theater-card {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 1fr);
  overflow: hidden;
}

.service-card-featured h3 {
  font-size: 1.35rem;
}

.service-card-featured p {
  font-size: 1.05rem;
}

.home-theater-copy {
  align-self: center;
}

.home-theater-copy .service-buff {
  height: 76px;
  width: 76px;
  background-size: 304px 152px;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.service-points span {
  background: rgba(144, 238, 144, 0.09);
  border: 1px solid rgba(144, 238, 144, 0.18);
  border-radius: 999px;
  color: #dbeee0;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
}

.home-theater-visual {
  display: grid;
  gap: 0.65rem;
}

.home-theater-visual img {
  background: #edf0ee;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: block;
  filter: saturate(0.85) contrast(1.05);
  object-fit: cover;
  width: 100%;
}

.home-theater-main {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

.home-theater-strip {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, 1fr);
}

.home-theater-strip img {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}

.about-section,
.process-section {
  background: #101815;
  border-bottom: 1px solid rgba(144, 238, 144, 0.12);
  border-top: 1px solid rgba(144, 238, 144, 0.12);
  margin-top: 40px;
  padding: 56px 0;
}

.about-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-layout h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.about-copy p {
  color: #c7d9cc;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.local-proof {
  align-items: center;
  background: #121b18;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 48px;
  margin-top: 24px;
  padding: 1.5rem;
}

.contact-line {
  color: #c7d9cc;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.contact-line a,
.site-footer a {
  color: #90ee90;
}

.process-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.process-heading-row {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  margin-bottom: 1.5rem;
}

.process-heading-row .section-heading {
  margin-bottom: 0;
}

.process-list > div {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  padding: 1.2rem;
}

.process-list span {
  color: #5ee08b;
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.process-list strong {
  color: #ffffff;
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}

.process-list p {
  color: #c7d9cc;
  line-height: 1.55;
  margin: 0;
}

.btn-success {
  background: #1e8f3f;
  border-color: #1e8f3f;
}

.btn-success:hover {
  background: #2abf59;
  border-color: #2abf59;
}

.request-hero {
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.95) 0%, rgba(8, 16, 13, 0.72) 100%),
    url("../img/commhill_matrix.png") center / cover no-repeat;
  padding: 64px 0 40px;
}

.request-hero h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1rem;
  max-width: 820px;
}

.request-hero p:not(.eyebrow) {
  color: #cde2d3;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 720px;
}

.request-section {
  padding: 40px 0 56px;
}

.service-hero .hero-actions {
  margin-top: 1.25rem;
}

.service-detail-section {
  padding: 48px 0 56px;
}

.service-detail-layout {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.service-detail-main,
.service-detail-aside {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  color: #c7d9cc;
  padding: 1.5rem;
}

.service-detail-main {
  padding: 0;
}

.service-detail-aside {
  display: grid;
  gap: 1rem;
}

.service-detail-main h2,
.service-detail-aside h2 {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.service-detail-main p,
.service-detail-aside p {
  line-height: 1.65;
}

.service-visual {
  background: #0d1412;
  border: 1px solid rgba(94, 224, 139, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.service-visual-large {
  height: 100%;
}

.service-visual-large .visual-stage {
  min-height: 390px;
}

.service-points-detail {
  margin: 0;
}

.visual-header {
  align-items: center;
  border-bottom: 1px solid rgba(144, 238, 144, 0.12);
  color: #dbeee0;
  display: flex;
  gap: 0.55rem;
  padding: 0.7rem 0.8rem;
}

.visual-header span {
  background: #f05f4f;
  border-radius: 999px;
  box-shadow: 12px 0 0 #f2c94c, 24px 0 0 #5ee08b;
  height: 8px;
  margin-right: 24px;
  width: 8px;
}

.visual-stage {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(90deg, rgba(144, 238, 144, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(144, 238, 144, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 24% 18%, rgba(94, 224, 139, 0.12), transparent 24%),
    #101815;
  background-size: 24px 24px, 24px 24px, auto, auto;
  min-height: 190px;
  overflow: hidden;
  position: relative;
}

.visual-stage span {
  position: absolute;
}

.visual-stage-image {
  background: #070d0b;
}

.visual-stage-animated {
  background: #070d0b;
  display: flex;
}

.service-visual-image {
  display: block;
  filter: saturate(0.95) contrast(1.06) brightness(0.88);
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}

.service-visual-ai .service-visual-image,
.service-visual-automation .service-visual-image,
.service-visual-business .service-visual-image {
  object-position: center;
}

.service-visual-devices .service-visual-image,
.service-visual-pc .service-visual-image {
  object-position: center 54%;
}

.service-visual-camera .service-visual-image,
.service-visual-wifi .service-visual-image {
  object-position: center 50%;
}

.automation-gears-scene {
  background:
    radial-gradient(circle at 50% 46%, rgba(94, 224, 139, 0.11), transparent 34%),
    linear-gradient(180deg, #07100d, #040806);
  display: grid;
  min-height: 100%;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}

.automation-terminal-stream {
  color: rgba(161, 255, 185, 0.58);
  display: flex;
  flex-direction: column;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.72rem;
  gap: 0.24rem;
  justify-content: flex-end;
  height: 72%;
  left: 1rem;
  line-height: 1.2;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  text-shadow: 0 0 8px rgba(94, 224, 139, 0.28);
  top: 0.75rem;
  z-index: 1;
}

.automation-terminal-stream span {
  color: inherit;
  position: static;
  white-space: nowrap;
}

.automation-terminal-line {
  animation: terminalLineEnter 420ms ease-out both;
  opacity: 0.72;
  transform: translateY(0);
}

.automation-gears-scene svg {
  display: block;
  height: 100%;
  min-height: 240px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.service-card-media-gears .automation-gears-scene svg {
  min-height: 0;
}

.gear {
  filter: drop-shadow(0 0 18px rgba(94, 224, 139, 0.22));
  transform-box: fill-box;
  transform-origin: center;
}

.gear-body,
.gear circle {
  fill: url("#gearMetal");
  stroke: rgba(144, 238, 144, 0.58);
  stroke-width: 2;
}

.gear-inner {
  fill: #09110e !important;
  stroke: rgba(94, 224, 139, 0.72) !important;
}

.gear-core {
  fill: #5ee08b !important;
  filter: url("#gearSoftGlow");
  stroke: rgba(213, 255, 224, 0.72) !important;
}

.gear-large {
  animation: gearRotateClockwise 36s linear infinite;
}

.gear-small {
  animation: gearRotateCounter 18s linear infinite;
}

.gear-medium {
  animation: gearRotateCounter 24s linear infinite;
}

@keyframes gearRotateClockwise {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gearRotateCounter {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes terminalLineEnter {
  from {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  to {
    opacity: 0.72;
    transform: translateY(0);
  }
}

.visual-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.75rem;
}

.visual-pills span {
  background: rgba(144, 238, 144, 0.09);
  border: 1px solid rgba(144, 238, 144, 0.18);
  border-radius: 999px;
  color: #dbeee0;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.55rem;
}

.wifi-router {
  background: #17211d;
  border: 2px solid #5ee08b;
  border-radius: 10px;
  bottom: 32%;
  box-shadow: 0 0 24px rgba(94, 224, 139, 0.28);
  height: 46px;
  left: 38%;
  width: 76px;
}

.wifi-router::before,
.wifi-router::after {
  background: #5ee08b;
  border-radius: 2px;
  content: "";
  height: 18px;
  position: absolute;
  top: -15px;
  width: 4px;
}

.wifi-router::before {
  left: 18px;
  transform: rotate(-22deg);
}

.wifi-router::after {
  right: 18px;
  transform: rotate(22deg);
}

.wifi-ring {
  border: 2px solid rgba(94, 224, 139, 0.25);
  border-radius: 999px;
  inset: 24%;
}

.wifi-ring-two {
  inset: 11%;
}

.wifi-node {
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.5rem;
}

.wifi-node-good {
  background: #1e8f3f;
  right: 16%;
  top: 28%;
}

.wifi-node-weak {
  background: #7a4b22;
  bottom: 18%;
  left: 12%;
}

.device-screen {
  background: linear-gradient(160deg, #15241f, #050807);
  border: 2px solid rgba(144, 238, 144, 0.34);
  border-radius: 8px;
  height: 78px;
  top: 33%;
  width: 92px;
}

.device-screen::after {
  background: #5ee08b;
  border-radius: 999px;
  bottom: 14px;
  content: "";
  height: 5px;
  left: 16px;
  position: absolute;
  width: 48px;
}

.device-old {
  left: 9%;
}

.device-new {
  right: 9%;
}

.device-cloud {
  align-items: center;
  background: rgba(94, 224, 139, 0.15);
  border: 1px solid rgba(144, 238, 144, 0.32);
  border-radius: 999px;
  color: #dbeee0;
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  left: 39%;
  top: 22%;
  width: 86px;
}

.device-arrow {
  border-top: 3px solid #5ee08b;
  left: 28%;
  right: 28%;
  top: 55%;
}

.device-arrow::after {
  border-bottom: 7px solid transparent;
  border-left: 10px solid #5ee08b;
  border-top: 7px solid transparent;
  content: "";
  position: absolute;
  right: -2px;
  top: -8px;
}

.service-visual-camera .visual-stage {
  background:
    linear-gradient(rgba(6, 13, 10, 0.15), rgba(6, 13, 10, 0.58)),
    linear-gradient(160deg, #415b5a 0 34%, #22352d 34% 60%, #333628 60% 100%);
}

.camera-sky {
  background: rgba(190, 240, 220, 0.12);
  height: 34%;
  inset: 0 0 auto;
}

.camera-driveway {
  background: rgba(210, 210, 190, 0.2);
  bottom: -18%;
  height: 52%;
  left: 42%;
  transform: skewX(-18deg);
  width: 44%;
}

.camera-person {
  background: #101815;
  border-radius: 999px 999px 8px 8px;
  bottom: 26%;
  height: 52px;
  left: 54%;
  width: 22px;
}

.camera-person::before {
  background: #101815;
  border-radius: 999px;
  content: "";
  height: 20px;
  left: 1px;
  position: absolute;
  top: -18px;
  width: 20px;
}

.camera-box {
  border: 2px solid #5ee08b;
  bottom: 22%;
  color: #5ee08b;
  font-size: 0.7rem;
  font-weight: 700;
  height: 86px;
  left: 49%;
  padding: 0.1rem 0.25rem;
  width: 76px;
}

.camera-zone {
  border: 2px dashed rgba(94, 224, 139, 0.8);
  bottom: 18%;
  color: #dbeee0;
  font-size: 0.7rem;
  left: 12%;
  padding: 0.3rem;
  top: 44%;
  width: 34%;
}

.camera-rec {
  color: #ff6e5f;
  font-size: 0.78rem;
  font-weight: 800;
  right: 24px;
  top: 10px;
}

.theater-screen {
  background: linear-gradient(160deg, #dceae2, #8fbba4);
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(94, 224, 139, 0.24);
  height: 44px;
  left: 31%;
  top: 14%;
  width: 38%;
}

.theater-seat {
  background: #2f3632;
  border-radius: 12px 12px 4px 4px;
  bottom: 16%;
  height: 44px;
  left: 35%;
  width: 30%;
}

.speaker {
  background: #101815;
  border: 2px solid rgba(144, 238, 144, 0.34);
  border-radius: 6px;
  height: 34px;
  width: 24px;
}

.speaker-fl {
  left: 20%;
  top: 30%;
}

.speaker-fr {
  right: 20%;
  top: 30%;
}

.speaker-sub {
  bottom: 18%;
  right: 20%;
}

.biz-node,
.flow-box,
.ai-card,
.ai-decision {
  align-items: center;
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.24);
  border-radius: 8px;
  color: #dbeee0;
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 0.35rem 0.5rem;
}

.biz-node::before,
.flow-box::before {
  background: rgba(94, 224, 139, 0.35);
  content: "";
  height: 2px;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 40px;
}

.biz-email {
  left: 10%;
  top: 18%;
}

.biz-files {
  right: 12%;
  top: 18%;
}

.biz-backup {
  bottom: 18%;
  left: 12%;
}

.biz-vendor {
  bottom: 18%;
  right: 10%;
}

.flow-one {
  left: 8%;
  top: 42%;
}

.flow-two {
  left: 37%;
  top: 42%;
}

.flow-three {
  right: 7%;
  top: 42%;
}

.ai-card {
  background: linear-gradient(160deg, rgba(94, 224, 139, 0.18), rgba(20, 30, 27, 0.96));
  min-width: 92px;
}

.ai-chat {
  left: 8%;
  top: 18%;
}

.ai-claude {
  right: 10%;
  top: 18%;
}

.ai-mythos {
  left: 16%;
  top: 52%;
}

.ai-decision {
  background: #1e8f3f;
  bottom: 18%;
  right: 8%;
}

.pc-case {
  background: linear-gradient(160deg, #1e2624, #070b0a);
  border: 2px solid rgba(144, 238, 144, 0.32);
  border-radius: 10px;
  box-shadow:
    inset 0 0 24px rgba(94, 224, 139, 0.1),
    0 0 22px rgba(47, 197, 255, 0.14);
  height: 112px;
  left: 13%;
  top: 20%;
  width: 82px;
}

.pc-case::after {
  background: linear-gradient(180deg, #5ee08b, #38bdf8, #d946ef);
  border-radius: 999px;
  content: "";
  height: 78px;
  position: absolute;
  right: 9px;
  top: 16px;
  width: 4px;
}

.pc-gpu {
  background: linear-gradient(90deg, #202927, #12251f);
  border: 2px solid #38bdf8;
  border-radius: 5px;
  color: #bff7ff;
  font-size: 0.76rem;
  font-weight: 800;
  left: 20%;
  padding: 0.15rem 0.4rem;
  top: 50%;
}

.pc-fan {
  border: 2px solid rgba(56, 189, 248, 0.7);
  border-radius: 999px;
  height: 22px;
  left: 19%;
  width: 22px;
}

.pc-fan-one {
  top: 29%;
}

.pc-fan-two {
  top: 39%;
}

.pc-monitor {
  background: linear-gradient(160deg, #24352f, #0b0f0e);
  border: 2px solid rgba(217, 70, 239, 0.48);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(217, 70, 239, 0.12);
  height: 72px;
  right: 12%;
  top: 22%;
  width: 112px;
}

.pc-monitor::after {
  background: linear-gradient(90deg, #5ee08b, #38bdf8, #d946ef);
  bottom: 14px;
  content: "";
  height: 4px;
  left: 18px;
  position: absolute;
  width: 66px;
}

.pc-mouse {
  background: #151d1a;
  border: 2px solid rgba(94, 224, 139, 0.45);
  border-radius: 999px 999px 14px 14px;
  bottom: 12%;
  height: 54px;
  right: 35%;
  width: 34px;
}

.pc-mouse::after {
  background: #38bdf8;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 4px;
  width: 2px;
}

.request-layout {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.message-form input,
.message-form select,
.message-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 1rem;
  background-color: #111;
  color: #90ee90;
  border: 1px solid #444;
  border-radius: 5px;
  font-family: monospace;
  font-size: 1rem;
}

.message-form input::placeholder,
.message-form textarea::placeholder {
  color: #4f8b4f;
}

.message-form label {
  color: #dbeee0;
  display: block;
  font-weight: 700;
}

.message-form label span {
  display: block;
  margin-bottom: 0.45rem;
}

.form-errors,
.errorlist {
  background: rgba(157, 57, 40, 0.18);
  border: 1px solid rgba(245, 118, 92, 0.45);
  border-radius: 6px;
  color: #ffd7ce;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
}

.form-errors p,
.errorlist li {
  margin: 0;
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.privacy-note {
  background: rgba(94, 224, 139, 0.08);
  border: 1px solid rgba(144, 238, 144, 0.18);
  border-radius: 6px;
  color: #c7d9cc;
  line-height: 1.55;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

.message-form button {
  background-color: #1e8f3f;
  color: #f0fff0;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1rem;
  font-family: monospace;
  cursor: pointer;
  transition: background 0.3s ease;
}

.message-form button:hover {
  background-color: #2ad35c;
}

.board-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background-color: #181818;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 255, 128, 0.05);
}

.request-section .message-form {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  padding: 1.5rem;
}

.request-aside {
  background: #101815;
  border: 1px solid rgba(144, 238, 144, 0.14);
  border-radius: 8px;
  color: #c7d9cc;
  padding: 1.25rem;
}

.request-aside-brand {
  align-items: center;
  border-bottom: 1px solid rgba(144, 238, 144, 0.14);
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.request-logo {
  aspect-ratio: 1;
  border: 1px solid rgba(144, 238, 144, 0.22);
  border-radius: 8px;
  flex: 0 0 72px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.request-aside-brand span {
  color: #ffffff;
  font-weight: 700;
}

.request-aside h2 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
}

.request-aside ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.request-aside li {
  margin-bottom: 0.55rem;
}

.request-aside p {
  border-top: 1px solid rgba(144, 238, 144, 0.14);
  color: #a9c2af;
  line-height: 1.55;
  margin: 1rem 0 0;
  padding-top: 1rem;
}

.board-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #90ee90;
  text-align: center;
}

.message-card {
  background-color: #202020;
  border-left: 4px solid #2ad35c;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 1rem;
  color: #c2f0c2;
  box-shadow: 0 0 10px rgba(0, 255, 128, 0.1);
}

.message-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #6f6;
  margin-bottom: 0.5rem;
}

.message-header .name {
  font-weight: bold;
}

.message-header .timestamp {
  font-style: italic;
}

.no-messages {
  text-align: center;
  color: #555;
}

.site-footer {
  background: #0b100e;
  border-top: 1px solid rgba(144, 238, 144, 0.16);
  color: #a9c2af;
  padding: 1.25rem 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.repair-vignette {
  align-self: center;
  height: 140px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transform: translateY(12px);
  will-change: opacity, transform;
  width: 100%;
  z-index: 2;
}

.repair-vignette.is-running {
  animation: repairScene 7.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.repairman-sprite {
  background-image: url("../img/itguy-sprite-clean.png");
  background-position: 0 -26px;
  background-repeat: no-repeat;
  background-size: 360px 180px;
  bottom: 0;
  filter: drop-shadow(0 9px 10px rgba(0, 0, 0, 0.35));
  height: 126px;
  image-rendering: auto;
  left: 72px;
  position: absolute;
  transform: translateX(-64px);
  will-change: background-position, transform;
  width: 120px;
}

.repair-vignette.is-running .repairman-sprite {
  animation: repairmanPath 7.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.repair-printer {
  background: #18211e;
  border: 2px solid #6f8378;
  border-radius: 7px;
  bottom: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
  height: 50px;
  position: absolute;
  right: 100px;
  transform: rotate(-5deg);
  width: 78px;
}

.repair-printer::before {
  background: #26332e;
  border: 2px solid #789083;
  border-radius: 5px 5px 2px 2px;
  content: "";
  height: 22px;
  left: 12px;
  position: absolute;
  top: -18px;
  transform: rotate(7deg);
  width: 50px;
}

.repair-printer::after {
  background: #0d1412;
  border-radius: 2px;
  content: "";
  height: 6px;
  left: 12px;
  position: absolute;
  top: 14px;
  width: 54px;
}

.repair-vignette.is-running .repair-printer {
  animation: printerFixed 7.2s ease forwards;
}

.repair-printer-paper {
  background: #d9efe1;
  border-radius: 2px;
  height: 20px;
  left: 24px;
  position: absolute;
  top: -28px;
  transform: rotate(-13deg);
  width: 28px;
}

.repair-printer-light {
  background: #f06d54;
  border-radius: 50%;
  bottom: 9px;
  box-shadow: 0 0 8px rgba(240, 109, 84, 0.8);
  height: 8px;
  position: absolute;
  right: 10px;
  width: 8px;
}

.repair-vignette.is-running .repair-printer-light {
  animation: printerLightFixed 7.2s ease forwards;
}

.repair-wrench {
  background: linear-gradient(180deg, #d8eadf, #7d9188);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(144, 238, 144, 0.28);
  height: 7px;
  opacity: 0;
  position: absolute;
  right: 66px;
  top: 42px;
  transform: rotate(-8deg);
  transform-origin: 50% 50%;
  width: 62px;
}

.repair-wrench::before {
  background:
    linear-gradient(#111917, #111917) 0 50% / 11px 10px no-repeat,
    radial-gradient(circle, transparent 0 6px, #d8eadf 6.5px 10px, transparent 10.5px);
  content: "";
  height: 22px;
  left: -9px;
  position: absolute;
  top: -8px;
  transform: rotate(13deg);
  width: 22px;
}

.repair-wrench::after {
  background:
    linear-gradient(#111917, #111917) 100% 50% / 11px 10px no-repeat,
    radial-gradient(circle, transparent 0 6px, #d8eadf 6.5px 10px, transparent 10.5px);
  content: "";
  height: 22px;
  position: absolute;
  right: -9px;
  top: -8px;
  transform: rotate(13deg);
  width: 22px;
}

.repair-vignette.is-running .repair-wrench {
  animation: repairWrench 0.34s ease-in-out 2.75s 10 alternate;
}

@keyframes repairScene {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  12%,
  84% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}

@keyframes repairmanPath {
  0% {
    transform: translate3d(-72px, 0, 0) rotate(0deg);
  }
  30% {
    transform: translate3d(92px, 0, 0) rotate(0deg);
  }
  62% {
    transform: translate3d(92px, 0, 0) rotate(0deg);
  }
  82% {
    transform: translate3d(104px, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(128px, 0, 0) rotate(0deg);
  }
}

@keyframes printerFixed {
  0%,
  48% {
    border-color: #6f8378;
    transform: rotate(-5deg);
  }
  58%,
  100% {
    border-color: rgba(144, 238, 144, 0.58);
    transform: rotate(0deg);
  }
}

@keyframes printerLightFixed {
  0%,
  48% {
    background: #f06d54;
    box-shadow: 0 0 8px rgba(240, 109, 84, 0.8);
  }
  58%,
  100% {
    background: #90ee90;
    box-shadow: 0 0 10px rgba(144, 238, 144, 0.9);
  }
}

@keyframes repairWrench {
  0% {
    opacity: 0.95;
    transform: translate3d(0, 0, 0) rotate(-15deg);
  }
  50% {
    opacity: 1;
    transform: translate3d(1px, -3px, 0) rotate(15deg);
  }
  100% {
    opacity: 0.95;
    transform: translate3d(-1px, 2px, 0) rotate(-12deg);
  }
}

@media (max-width: 767px) {
  .site-main {
    padding-top: 112px;
  }

  .home-hero h1 {
    font-size: 2.45rem;
  }

  .section-heading h2,
  .local-proof h2 {
    font-size: 1.75rem;
  }

  .home-hero {
    padding: 48px 0 36px;
  }

  .hero-image-inset {
    bottom: 12px;
    max-width: 34%;
    right: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .local-proof {
    align-items: stretch;
    flex-direction: column;
  }

  .about-layout,
  .form-grid,
  .home-theater-card,
  .process-heading-row,
  .process-list,
  .service-detail-layout,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .home-theater-strip {
    grid-template-columns: 1fr;
  }

  .service-card h3,
  .service-card p {
    min-height: 0;
  }

  .service-card-media {
    height: 132px;
  }

  .service-detail-section {
    overflow-x: clip;
  }

  .service-detail-main,
  .service-detail-aside,
  .service-visual {
    min-width: 0;
    width: 100%;
  }

  .service-visual-large .visual-stage,
  .service-visual-image {
    min-height: 240px;
  }

  .request-hero h1 {
    font-size: 2.25rem;
  }

  .site-links {
    font-size: 0.9rem;
    gap: 0.65rem !important;
    justify-content: flex-start;
    width: 100%;
  }

  .services-menu-panel {
    left: auto;
    max-width: calc(100vw - 1.5rem);
    min-width: 210px;
    right: 0;
    transform: translateY(-4px);
  }

  .services-menu:hover .services-menu-panel,
  .services-menu:focus-within .services-menu-panel {
    transform: translateY(0);
  }
}

@media (max-width: 899px), (prefers-reduced-motion: reduce) {
  .repair-vignette {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gear {
    animation: none;
  }
}
