:root { --ska-teal: #02aed6; }
.ska-nav { background: #111; }
.ska-logo {
  height: 40px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.ska-heading { color: var(--ska-teal); }
.ska-svc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ska-svc-list::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  bottom: 1.5rem;
  border-left: 1px dashed #2a2a2a;
}
.ska-svc-item {
  display: flex;
  gap: 1.1rem;
  position: relative;
  padding-bottom: 1.85rem;
}
.ska-svc-item:last-child { padding-bottom: 0; }
.ska-svc-mark {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #6699cc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.ska-svc-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.15rem 0 0.35rem;
  color: #111;
}
.ska-svc-text {
  margin: 0;
  color: #444;
  line-height: 1.55;
}
.ska-svc-text a { font-weight: 600; }
.hero-skyline {
  background: #02aed6 url("/uploads/home/houston-1631453faded.jpg") center / cover no-repeat;
  min-height: 11rem;
  display: flex;
  align-items: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.ska-footer { background: #111; position: relative; }
.ska-footer-avetta {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}
.ska-slide {
  height: 420px;
  object-fit: cover;
  filter: brightness(0.72);
}
.ska-hero-caption {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 18%;
  z-index: 3;
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0,0,0,.7);
  pointer-events: none;
}
.ska-hero-caption h1 {
  font-size: clamp(2.4rem, 6.2vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
}
.ska-hero-caption p {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0;
}
.card-img-top { height: 160px; object-fit: cover; }
.btn-primary {
  --bs-btn-bg: #02aed6;
  --bs-btn-border-color: #02aed6;
  --bs-btn-hover-bg: #0299bc;
  --bs-btn-hover-border-color: #0299bc;
}
.ska-btn {
  display: inline-block;
  color: #fff;
  background: #02aed6;
  border: 1px solid #282b2d;
  border-radius: 4px;
  padding: 0.58em 1.2em 0.84em;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25em 0 0 #141516, 0 4px 9px rgba(0, 0, 0, 0.75);
  margin-bottom: 0.25em;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
}
.ska-btn:hover,
.ska-btn:focus {
  color: #fff;
  background: #141516;
  border-color: #141516;
  box-shadow: 0 0.25em 0 0 #000, 0 4px 9px rgba(0, 0, 0, 0.75);
}
.ska-btn:active {
  transform: translateY(2px);
  box-shadow: 0 0.12em 0 0 #000, 0 2px 5px rgba(0, 0, 0, 0.6);
}
.ska-btn-dark {
  background: #343434;
}
.ska-btn-square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6.75rem;
  height: 100%;
  padding: 1rem 0.85rem;
  border-radius: 0;
  font-size: 1rem;
}
.ska-btn-square .ska-btn-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
}
.ska-btn-square .ska-btn-blurb {
  margin: 0.4rem 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.85;
  text-shadow: none;
}
.ska-parallax {
  position: relative;
  background-color: transparent;
  background-image: var(--ska-parallax-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  isolation: isolate;
}
.ska-parallax > * {
  position: relative;
  z-index: 1;
}
.ska-services {
  background-color: transparent;
  --ska-parallax-image: url("/uploads/home/pipeline.jpg");
}
.ska-services h2 {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}
.ska-parallax-band {
  min-height: 320px;
  --ska-parallax-image: url("/uploads/home/equipment.jpg");
}
@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  .ska-parallax {
    background-attachment: scroll;
  }
}
a { color: var(--ska-teal); }
.ska-project-feature-link {
  display: inline-block;
  max-width: 220px;
  text-decoration: none;
}
.ska-project-feature {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  cursor: zoom-in;
}
.ska-project-feature-link:hover .ska-project-feature {
  outline: 2px solid var(--ska-teal);
  outline-offset: 2px;
}
.ska-lightbox-img {
  max-height: 90vh;
  width: auto;
  max-width: 100%;
}
.ska-job .accordion-button {
  font-weight: 600;
  color: #123;
}
.ska-job .accordion-button:not(.collapsed) {
  color: #0299bc;
  background: #f4fbfd;
  box-shadow: none;
}
.ska-job .accordion-button:focus { box-shadow: none; border-color: var(--ska-teal); }
.ska-map iframe { width: 100%; height: 100%; border: 0; }
.ska-bios {
  max-width: 48rem;
  font-size: 1.125rem;
  line-height: 1.75;
}
.ska-bios h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin: 2.4rem 0 1rem;
}
.ska-bios h4:first-child { margin-top: 0; }
.ska-bios p { margin-bottom: 1.15rem; }
.ska-bios hr {
  margin: 2.6rem 0;
  opacity: 0.2;
}
.ska-person { text-align: center; }
.ska-person-photo {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: #d6d6d6;
  object-fit: cover;
}
.ska-person h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: #111;
}
.ska-person p {
  margin: 0;
  color: #555;
}
.ska-about-panels-a {
  background: #24282b url("/uploads/home/middle3cropped-and-faded.jpg") center / cover no-repeat;
}
.ska-about-panels-b {
  background: #24282b url("/uploads/home/middle3.jpg") center / cover no-repeat;
}
.ska-about-panel {
  padding: 5.5rem 8%;
  min-height: 22rem;
  color: #fff;
}
.ska-about-panel h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: #fff;
}
.ska-about-panel p { margin-bottom: 0.75rem; }
.ska-about-panel-dark { background: rgba(0, 0, 0, 0.53); }
.ska-about-panel-solid { background: #262a2d; }
.ska-about-panel-mid { background: #3f4042; }
.ska-about-panel-end { text-align: right; }
.ska-about-panel-muted p { color: rgba(255, 255, 255, 0.72); }
.ska-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 3.2rem 2.5rem;
  background: #02aed6;
  color: #fff;
  font-size: clamp(1.6rem, 3.6vw, 2.7rem);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}
.ska-cta:hover,
.ska-cta:focus {
  background: #141516;
  color: #fff;
}
.ska-cta-arrow { font-size: 1.35em; line-height: 1; }
body.ska-has-recaptcha-v3 { position: relative; }
body.ska-has-recaptcha-v3 .grecaptcha-badge {
  position: absolute !important;
  left: 1.25rem !important;
  right: auto !important;
  bottom: 0.85rem !important;
  z-index: 5 !important;
}
.ska-service-kicker {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.ska-service-kicker a { text-decoration: none; }
.ska-service-kicker a:hover { text-decoration: underline; }
.ska-service-has-img {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.5rem 2.25rem;
  align-items: start;
}
.ska-service-feat { margin: 0; }
.ska-service-feat img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}
.ska-service-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  max-width: 48rem;
}
.ska-service-has-img .ska-service-body { max-width: none; }
.ska-service-body p { margin-bottom: 1.1rem; }
.ska-service-body h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.5rem 0 0.6rem;
  color: #111;
}
.ska-service-body ul,
.ska-service-body ol {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}
.ska-service-body li { margin: 0.4rem 0; }
.ska-service-body li::marker { color: var(--ska-teal); }
.ska-service-body ul ul {
  margin: 0.25rem 0 0.5rem;
}
.ska-docs-table th {
  border-bottom: 2px solid var(--ska-teal);
  font-weight: 700;
  white-space: nowrap;
}
.ska-docs-table td { vertical-align: top; }
@media (max-width: 767px) {
  .ska-slide { height: 240px; }
  .ska-service-has-img { grid-template-columns: 1fr; }

  .ska-footer-avetta {
    position: static;
    display: block;
    margin: 1rem auto 0;
  }
  .ska-about-panel {
    min-height: 0;
    padding: 2.75rem 1.5rem;
  }
  .ska-about-panel-end { text-align: left; }
  .ska-cta { padding: 2rem 1.25rem; }
}
