/* ==========================================================================
   WEXCEL LIMITED LIABILITY COMPANY
   Satellite Ground Station Operations
   Palette: FROST-CHART #F1F1E9 / DIAL-INK #26292B / UPLINK-PLUM #6E3550
            PIT-CONSOLE #23272B / DISH-BONE #F9F8EF / MAST-STEEL #6A7076
            BEAM-ROSE #C97B8E (signal beams and one azimuth dot ONLY)
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #F1F1E9;
  color: #26292B;
  line-height: 1.65;
  overflow-x: hidden;
}

.wx-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #6E3550;
  color: #F9F8EF;
  padding: 10px 18px;
  z-index: 500;
}

.wx-skip:focus {
  left: 12px;
  top: 12px;
}

/* --------------------------------------------------------------------------
   NAVIGATION : AZIMUTH TICK RAIL
   -------------------------------------------------------------------------- */

.aztick {
  background-color: #23272B;
  padding: 0 0 6px 0;
  border-bottom: 3px solid #6A7076;
}

.aztick-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 24px 10px 24px;
  position: relative;
}

.aztick-ruler {
  position: relative;
  height: 58px;
  border-top: 2px solid #6A7076;
  display: flex;
  align-items: center;
}

.aztick-ticks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-image:
    repeating-linear-gradient(
      to right,
      #6A7076 0,
      #6A7076 1px,
      transparent 1px,
      transparent 34px
    );
}

.aztick-ticks::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-image:
    repeating-linear-gradient(
      to right,
      #6A7076 0,
      #6A7076 2px,
      transparent 2px,
      transparent 170px
    );
}

.aztick-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #26292B;
  border: 2px solid #6A7076;
  border-radius: 3px;
  padding: 8px 16px;
  margin-right: 34px;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

.aztick-dishglyph {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #6E3550;
  border-right-color: transparent;
  transform: rotate(-38deg);
  display: inline-block;
  flex: 0 0 auto;
}

.aztick-brandname {
  color: #F9F8EF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aztick-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  list-style: none;
  position: relative;
  z-index: 3;
}

.aztick-plate {
  display: inline-block;
  text-decoration: none;
  background-color: #F1F1E9;
  color: #26292B;
  border: 2px solid #6A7076;
  border-radius: 2px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

.aztick-plate:hover,
.aztick-plate:focus {
  background-color: #6E3550;
  color: #F9F8EF;
  border-color: #6E3550;
}

.aztick-alt1 {
  transform: translateY(-9px);
}

.aztick-alt2 {
  transform: translateY(11px);
}

.aztick-alt3 {
  transform: translateY(-6px);
}

.aztick-alt4 {
  transform: translateY(9px);
}

.aztick-alt5 {
  transform: translateY(-11px);
}

.aztick-current {
  background-color: #6E3550;
  color: #F9F8EF;
  border-color: #6E3550;
}

.aztick-bearing {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C97B8E;
  display: inline-block;
  position: relative;
  top: -14px;
  margin: 0 2px;
  flex: 0 0 auto;
}

.aztick-toggle {
  display: none;
  position: absolute;
  right: 24px;
  top: 22px;
  background-color: #6E3550;
  color: #F9F8EF;
  border: 2px solid #6A7076;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 9px 14px;
  cursor: pointer;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   HERO : DISH PAD SCENE
   -------------------------------------------------------------------------- */

.dishpad {
  position: relative;
}

.dishpad-night {
  background-color: #23272B;
  background-image:
    radial-gradient(circle at 18% 22%, #3B4147 0, #3B4147 2px, transparent 2px),
    radial-gradient(circle at 72% 15%, #3B4147 0, #3B4147 1px, transparent 1px),
    radial-gradient(circle at 44% 62%, #333A40 0, #333A40 1px, transparent 1px),
    radial-gradient(circle at 88% 48%, #3B4147 0, #3B4147 1px, transparent 1px);
  background-size: 260px 260px, 180px 180px, 220px 220px, 300px 300px;
  padding: 64px 24px 96px 24px;
  position: relative;
  overflow: hidden;
}

.dishpad-stage {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  min-height: 470px;
}

.dishpad-sat {
  position: absolute;
  top: 6px;
  right: 26px;
  width: 92px;
  height: 40px;
  z-index: 4;
}

.dishpad-satbody {
  position: absolute;
  left: 34px;
  top: 9px;
  width: 26px;
  height: 22px;
  background-color: #F9F8EF;
  border: 2px solid #6A7076;
  border-radius: 2px;
}

.dishpad-satwing {
  position: absolute;
  top: 13px;
  width: 30px;
  height: 14px;
  background-color: #6A7076;
  border: 2px solid #F9F8EF;
}

.dishpad-satwing-l {
  left: 0;
}

.dishpad-satwing-r {
  right: 0;
}

.dishpad-dishwrap {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translateX(-64%);
  width: 520px;
  max-width: 82%;
  z-index: 3;
}

.dishpad-dish {
  width: 100%;
  height: 320px;
  background-color: #F9F8EF;
  border: 4px solid #6A7076;
  border-radius: 50% 50% 46% 46% / 58% 58% 42% 42%;
  position: relative;
  transform: rotate(-16deg);
  box-shadow: 0 22px 0 0 #1B1E21;
}

.dishpad-groove {
  position: absolute;
  border: 3px solid #6A7076;
  border-radius: 50% 50% 46% 46% / 58% 58% 42% 42%;
  background: transparent;
}

.dishpad-groove-r1 {
  top: 26px;
  left: 32px;
  right: 32px;
  bottom: 26px;
  border-color: #C4C2B4;
}

.dishpad-groove-r2 {
  top: 58px;
  left: 68px;
  right: 68px;
  bottom: 58px;
  border-color: #D8D6C7;
}

.dishpad-groove-r3 {
  top: 92px;
  left: 106px;
  right: 106px;
  bottom: 92px;
  border-color: #E4E2D3;
}

.dishpad-horn {
  position: absolute;
  right: 46px;
  bottom: 74px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6E3550;
  border: 3px solid #26292B;
  z-index: 6;
}

.dishpad-feedarm {
  position: absolute;
  right: 52px;
  bottom: 88px;
  width: 168px;
  height: 5px;
  background-color: #6A7076;
  transform: rotate(26deg);
  transform-origin: right center;
  border-radius: 3px;
  z-index: 5;
}

.dishpad-beam {
  position: absolute;
  border: 3px dashed #C97B8E;
  border-radius: 50%;
  z-index: 2;
}

.dishpad-beam-a {
  right: 20px;
  bottom: 118px;
  width: 210px;
  height: 120px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-24deg);
}

.dishpad-beam-b {
  right: -34px;
  bottom: 148px;
  width: 250px;
  height: 145px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-20deg);
}

.dishpad-headlines {
  position: absolute;
  left: 50%;
  top: 122px;
  transform: translateX(-64%) rotate(-16deg);
  width: 430px;
  max-width: 70%;
  text-align: center;
  z-index: 7;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.dishpad-line {
  display: block;
  font-size: 40px;
  color: #6E3550;
  text-transform: uppercase;
}

.dishpad-line-mid {
  color: #26292B;
  font-size: 36px;
}

.dishpad-padline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  height: 16px;
  background-color: #33383D;
  border-top: 3px solid #6A7076;
  z-index: 1;
}

.dishpad-padline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: -14px;
  height: 12px;
  background-color: #3C4247;
  border-radius: 6px 6px 0 0;
}

.dishpad-pedestal {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 64px;
  height: 96px;
  background-color: #6A7076;
  z-index: 2;
}

.dishpad-bolt {
  position: absolute;
  bottom: 42px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C97B8E;
  border: 2px solid #26292B;
  z-index: 3;
}

.dishpad-bolt1 { left: calc(50% - 52px); }
.dishpad-bolt2 { left: calc(50% - 24px); }
.dishpad-bolt3 { left: calc(50% + 16px); }
.dishpad-bolt4 { left: calc(50% + 44px); }

.dishpad-plinth {
  background-color: #F1F1E9;
  padding: 46px 24px 54px 24px;
  border-top: 5px solid #23272B;
}

.dishpad-plinth-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  align-items: center;
}

.dishpad-cta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 250px;
}

.dishpad-btn-solid {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #6E3550;
  color: #F9F8EF;
  border: 3px solid #6E3550;
  border-radius: 2px;
  padding: 16px 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
}

.dishpad-btn-solid:hover,
.dishpad-btn-solid:focus {
  background-color: #26292B;
  border-color: #26292B;
}

.dishpad-btn-outline {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #F9F8EF;
  color: #26292B;
  border: 3px solid #6A7076;
  border-radius: 2px;
  padding: 16px 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
}

.dishpad-btn-outline:hover,
.dishpad-btn-outline:focus {
  border-color: #6E3550;
  color: #6E3550;
}

.dishpad-intro {
  flex: 1 1 420px;
  font-size: 17px;
  color: #26292B;
  border-left: 5px solid #6E3550;
  padding-left: 22px;
}

.dishpad-intro strong {
  color: #6E3550;
  font-weight: 800;
}

/* --------------------------------------------------------------------------
   FEED MAST ROWS
   -------------------------------------------------------------------------- */

.feedmast {
  background-color: #F1F1E9;
  background-image:
    repeating-linear-gradient(
      to bottom,
      #E2E1D6 0,
      #E2E1D6 1px,
      transparent 1px,
      transparent 52px
    );
  padding: 72px 24px 84px 24px;
  border-top: 4px solid #6A7076;
}

.feedmast-head {
  max-width: 1240px;
  margin: 0 auto 54px auto;
}

.feedmast-kicker {
  display: inline-block;
  background-color: #26292B;
  color: #F9F8EF;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.feedmast-title {
  font-size: 36px;
  color: #26292B;
  letter-spacing: -0.01em;
  line-height: 1.12;
  max-width: 760px;
  font-weight: 800;
}

.feedmast-title span {
  color: #6E3550;
}

.feedmast-lede {
  max-width: 720px;
  margin-top: 16px;
  font-size: 17px;
}

.feedmast-field {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: end;
  padding-top: 250px;
  border-bottom: 5px solid #6A7076;
}

.feedmast-pad {
  position: relative;
  height: 250px;
}

.feedmast-post {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 150px;
  background-color: #6A7076;
  border-radius: 3px 3px 0 0;
}

.feedmast-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 12px;
  background-color: #26292B;
  border-radius: 3px;
}

.feedmast-dish {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 68px;
  height: 46px;
  background-color: #F9F8EF;
  border: 3px solid #6A7076;
  border-radius: 50% 50% 42% 42% / 62% 62% 38% 38%;
  transform-origin: 50% 100%;
}

.feedmast-m1 .feedmast-dish { transform: translateX(-50%) rotate(-74deg); }
.feedmast-m2 .feedmast-dish { transform: translateX(-50%) rotate(-56deg); }
.feedmast-m3 .feedmast-dish { transform: translateX(-50%) rotate(-38deg); }
.feedmast-m4 .feedmast-dish { transform: translateX(-50%) rotate(-20deg); }
.feedmast-m5 .feedmast-dish { transform: translateX(-50%) rotate(-4deg); }
.feedmast-m6 .feedmast-dish { transform: translateX(-50%) rotate(12deg); }

.feedmast-horn {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6E3550;
  z-index: 3;
}

.feedmast-glyph {
  position: absolute;
  top: -4px;
  right: 12%;
  color: #6E3550;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  border: 2px solid #6E3550;
  border-radius: 2px;
  padding: 2px 6px;
  background-color: #F9F8EF;
}

.feedmast-glyphdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #C97B8E;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.feedmast-tag {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #23272B;
  color: #F9F8EF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 2px 8px;
  border-radius: 2px;
  z-index: 4;
}

.feedmast-plates {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  padding-top: 30px;
}

.feedmast-plate {
  background-color: #F9F8EF;
  border: 2px solid #6A7076;
  border-top: 5px solid #6E3550;
  border-radius: 2px;
  padding: 20px 18px 22px 18px;
}

.feedmast-plate h3 {
  font-size: 17px;
  color: #26292B;
  margin-bottom: 10px;
  line-height: 1.24;
  font-weight: 800;
}

.feedmast-plate p {
  font-size: 14px;
  line-height: 1.6;
  color: #3A3E42;
}

.feedmast-plate a {
  display: inline-block;
  margin-top: 12px;
  color: #6E3550;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 2px solid #6E3550;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.feedmast-plate a:hover,
.feedmast-plate a:focus {
  color: #26292B;
  border-bottom-color: #26292B;
}

.feedmast-w92 { width: 92%; margin-left: 0; }
.feedmast-w86 { width: 86%; margin-left: 14%; }
.feedmast-w90 { width: 90%; margin-left: 4%; }
.feedmast-w84 { width: 84%; margin-left: 10%; }
.feedmast-w94 { width: 94%; margin-left: 0; }
.feedmast-w88 { width: 88%; margin-left: 8%; }

/* --------------------------------------------------------------------------
   STATION CONTENT BANDS (homepage / services rich copy)
   -------------------------------------------------------------------------- */

.stationband {
  background-color: #F1F1E9;
  padding: 70px 24px;
  border-top: 4px solid #6A7076;
}

.stationband-dark {
  background-color: #26292B;
  border-top: 4px solid #6A7076;
  border-bottom: 4px solid #6A7076;
}

.stationband-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.stationband-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.stationband h2 {
  font-size: 30px;
  color: #26292B;
  margin-bottom: 20px;
  line-height: 1.16;
  font-weight: 800;
}

.stationband-dark h2 {
  color: #F9F8EF;
}

.stationband-dark p {
  color: #F9F8EF;
}

.stationband h2 span {
  color: #6E3550;
}

.stationband-dark h2 span {
  color: #C97B8E;
}

.stationband p {
  margin-bottom: 16px;
  font-size: 16px;
}

.stationband p a {
  color: #6E3550;
  font-weight: 700;
}

.stationband-dark p a {
  color: #F9F8EF;
  font-weight: 700;
  text-decoration: underline;
}

.stationband-list {
  list-style: none;
}

.stationband-list li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #D6D4C6;
  font-size: 16px;
}

.stationband-dark .stationband-list li {
  border-bottom-color: #4B5156;
}

.stationband-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  border: 3px solid #6E3550;
  border-radius: 50%;
}

.stationband-dark .stationband-list li::before {
  border-color: #C97B8E;
}

.stationband-list li strong {
  color: #6E3550;
}

.stationband-dark .stationband-list li strong {
  color: #F9F8EF;
}

/* two-object band: console panel + dish-bone panel */

.stationband-objgrid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: center;
}

.stationband-objdish {
  background-color: #F9F8EF;
  border: 3px solid #6A7076;
  border-radius: 3px;
  padding: 26px 22px 30px 22px;
  text-align: center;
}

.stationband-objdishellipse {
  width: 200px;
  height: 140px;
  margin: 0 auto 18px auto;
  background-color: #F1F1E9;
  border: 4px solid #6E3550;
  border-radius: 50% 50% 44% 44% / 60% 60% 40% 40%;
  transform: rotate(-14deg);
  position: relative;
}

.stationband-objdishellipse::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  bottom: 20px;
  border: 3px solid #C4C2B4;
  border-radius: 50% 50% 44% 44% / 60% 60% 40% 40%;
}

.stationband-objdishellipse::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 48px;
  right: 48px;
  bottom: 40px;
  border: 3px solid #D8D6C7;
  border-radius: 50% 50% 44% 44% / 60% 60% 40% 40%;
}

.stationband-objdishtext {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6E3550;
}

/* pass schedule table-like rows */

.stationband-passes {
  border: 3px solid #6A7076;
  border-radius: 3px;
  overflow: hidden;
}

.stationband-passrow {
  display: grid;
  grid-template-columns: 130px 1fr 150px;
  gap: 0;
  border-bottom: 2px solid #D6D4C6;
  background-color: #F9F8EF;
}

.stationband-passrow:last-child {
  border-bottom: none;
}

.stationband-passrow-head {
  background-color: #23272B;
}

.stationband-passrow-head span {
  color: #F9F8EF;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stationband-passrow span {
  padding: 13px 16px;
  font-size: 14px;
}

.stationband-passid {
  color: #6E3550;
  font-weight: 800;
  border-right: 2px solid #D6D4C6;
}

.stationband-passlabel {
  color: #26292B;
  border-right: 2px solid #D6D4C6;
}

.stationband-passstate {
  color: #26292B;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   SIGNAL STRENGTH ACCENT STRIP
   -------------------------------------------------------------------------- */

.sigstrip {
  background-color: #23272B;
  border-top: 4px solid #6A7076;
  border-bottom: 4px solid #6A7076;
  padding: 20px 24px;
}

.sigstrip-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.sigstrip-meter {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}

.sigstrip-bar {
  width: 14px;
  background-color: #6E3550;
  border-radius: 2px 2px 0 0;
}

.sigstrip-bar-off {
  width: 14px;
  background-color: #23272B;
  border: 2px solid #6A7076;
  border-radius: 2px 2px 0 0;
}

.sigstrip-bar-1 { height: 14px; }
.sigstrip-bar-2 { height: 22px; }
.sigstrip-bar-3 { height: 32px; }
.sigstrip-bar-4 { height: 32px; }
.sigstrip-bar-5 { height: 32px; }

.sigstrip-note {
  color: #F9F8EF;
  font-size: 15px;
  font-weight: 600;
  flex: 1 1 380px;
}

.sigstrip-note a {
  color: #C97B8E;
  font-weight: 800;
  text-decoration: underline;
}

.sigstrip-badge {
  flex: 0 0 auto;
  border: 2px solid #6A7076;
  border-radius: 2px;
  color: #F9F8EF;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px;
}

/* --------------------------------------------------------------------------
   TRENCH BASE FOOTER
   -------------------------------------------------------------------------- */

.trenchbase {
  background-color: #23272B;
  border-top: 6px solid #6A7076;
  padding: 0;
}

.trenchbase-trench {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 24px 30px 24px;
  border-bottom: 3px solid #6A7076;
}

.trenchbase-cables {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 24px;
}

.trenchbase-run {
  height: 4px;
  background-color: #6A7076;
  border-radius: 2px;
}

.trenchbase-run-2 {
  width: 82%;
}

.trenchbase-slab {
  position: absolute;
  top: 4px;
  width: 96px;
  height: 9px;
  background-color: #4B5156;
  border: 2px solid #6A7076;
  border-radius: 2px;
}

.trenchbase-slab1 { left: 12%; }
.trenchbase-slab2 { left: 62%; }

.trenchbase-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 36px;
  align-items: start;
}

.trenchbase-plate {
  border: 2px solid #6A7076;
  border-radius: 3px;
  padding: 20px 22px;
}

.trenchbase-name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F9F8EF;
  margin-bottom: 12px;
}

.trenchbase-blurb {
  color: #F9F8EF;
  font-size: 14px;
  line-height: 1.6;
}

.trenchbase-lugs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.trenchbase-lug {
  display: inline-block;
  text-decoration: none;
  background-color: #F9F8EF;
  color: #26292B;
  border: 2px solid #6A7076;
  border-radius: 2px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trenchbase-lug:hover,
.trenchbase-lug:focus {
  background-color: #6E3550;
  color: #F9F8EF;
  border-color: #6E3550;
}

.trenchbase-plinth {
  background-color: #6A7076;
  padding: 16px 24px;
}

.trenchbase-plinth-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  align-items: center;
  color: #F9F8EF;
  font-size: 13px;
  font-weight: 600;
}

.trenchbase-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #C97B8E;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.trenchbase-plinth a {
  color: #F9F8EF;
  font-weight: 800;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   PAGE INTRO BANNER (secondary pages) : DUAL ROW
   -------------------------------------------------------------------------- */

.pagelead {
  background-color: #23272B;
  padding: 54px 24px 58px 24px;
  border-bottom: 5px solid #6A7076;
}

.pagelead-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding-left: 26px;
}

.pagelead-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 6px;
  background-color: #C97B8E;
}

.pagelead-kicker {
  color: #F9F8EF;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pagelead h1 {
  color: #F9F8EF;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
  max-width: 820px;
}

.pagelead h1 span {
  color: #C97B8E;
}

.pagelead p {
  color: #F9F8EF;
  max-width: 760px;
  margin-top: 16px;
  font-size: 17px;
}

/* --------------------------------------------------------------------------
   SERVICE DETAIL SECTIONS
   -------------------------------------------------------------------------- */

.svcdetail {
  background-color: #F1F1E9;
  padding: 64px 24px;
  border-top: 4px solid #6A7076;
}

.svcdetail-alt {
  background-color: #F9F8EF;
}

.svcdetail-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: start;
}

.svcdetail-flag {
  background-color: #26292B;
  border-radius: 3px;
  padding: 26px 22px;
  border-bottom: 6px solid #6E3550;
}

.svcdetail-code {
  color: #C97B8E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.svcdetail-flag h2 {
  color: #F9F8EF;
  font-size: 21px;
  line-height: 1.24;
  font-weight: 800;
}

.svcdetail-flag .svcicon {
  margin-top: 20px;
  height: 54px;
  position: relative;
}

.svcdetail-arc {
  width: 54px;
  height: 54px;
  border: 3px solid #6A7076;
  border-top-color: #C97B8E;
  border-radius: 50%;
}

.svcdetail-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 54px;
}

.svcdetail-bars i {
  display: block;
  width: 9px;
  background-color: #6A7076;
}

.svcdetail-bars i.on {
  background-color: #C97B8E;
}

.svcdetail-bars .b1 { height: 16px; }
.svcdetail-bars .b2 { height: 26px; }
.svcdetail-bars .b3 { height: 36px; }
.svcdetail-bars .b4 { height: 46px; }
.svcdetail-bars .b5 { height: 54px; }

.svcdetail-body h3 {
  font-size: 22px;
  color: #26292B;
  margin-bottom: 12px;
  font-weight: 800;
}

.svcdetail-body p {
  margin-bottom: 16px;
  font-size: 16px;
}

.svcdetail-body p a {
  color: #6E3550;
  font-weight: 700;
}

.svcdetail-checks {
  list-style: none;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
}

.svcdetail-checks li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  color: #3A3E42;
}

.svcdetail-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #6E3550;
  border-radius: 2px;
}

/* process overview */

.procgrid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.procstep {
  background-color: #F9F8EF;
  border: 2px solid #6A7076;
  border-radius: 3px;
  padding: 24px 20px;
  position: relative;
}

.procstep-num {
  display: inline-block;
  background-color: #6E3550;
  color: #F9F8EF;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 11px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.procstep h3 {
  font-size: 17px;
  color: #26292B;
  margin-bottom: 8px;
  font-weight: 800;
}

.procstep p {
  font-size: 14px;
  color: #3A3E42;
}

/* --------------------------------------------------------------------------
   CONTACT
   -------------------------------------------------------------------------- */

.contactwrap {
  background-color: #F1F1E9;
  padding: 64px 24px;
  border-top: 4px solid #6A7076;
}

.contactwrap-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 46px;
  align-items: start;
}

.contactform h2 {
  font-size: 26px;
  color: #26292B;
  margin-bottom: 8px;
  font-weight: 800;
}

.contactform-lede {
  margin-bottom: 24px;
  font-size: 15px;
}

.wx-field {
  margin-bottom: 18px;
}

.wx-field label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6E3550;
  margin-bottom: 7px;
}

.wx-field input,
.wx-field select,
.wx-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: #26292B;
  background-color: #F9F8EF;
  border: 2px solid #6A7076;
  border-radius: 2px;
  padding: 12px 14px;
}

.wx-field input:focus,
.wx-field select:focus,
.wx-field textarea:focus {
  outline: none;
  border-color: #6E3550;
}

.wx-field textarea {
  min-height: 148px;
  resize: vertical;
}

.wx-submit {
  display: inline-block;
  background-color: #6E3550;
  color: #F9F8EF;
  border: 3px solid #6E3550;
  border-radius: 2px;
  padding: 15px 34px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.wx-submit:hover,
.wx-submit:focus {
  background-color: #26292B;
  border-color: #26292B;
}

.wx-formnote {
  margin-top: 16px;
  font-size: 14px;
  color: #3A3E42;
}

.contactcard {
  background-color: #23272B;
  border-radius: 3px;
  padding: 30px 26px;
  border-bottom: 6px solid #6E3550;
}

.contactcard h2 {
  color: #F9F8EF;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contactcard-row {
  border-bottom: 1px solid #4B5156;
  padding: 14px 0;
}

.contactcard-row:last-child {
  border-bottom: none;
}

.contactcard-label {
  color: #C97B8E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contactcard-value {
  color: #F9F8EF;
  font-size: 15px;
}

.contactcard-value a {
  color: #F9F8EF;
  font-weight: 700;
  text-decoration: underline;
}

.faqblock {
  background-color: #F9F8EF;
  padding: 64px 24px;
  border-top: 4px solid #6A7076;
}

.faqblock-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faqblock h2 {
  font-size: 28px;
  color: #26292B;
  margin-bottom: 26px;
  font-weight: 800;
}

.faqitem {
  border: 2px solid #6A7076;
  border-radius: 3px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #F1F1E9;
  color: #26292B;
  border: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  padding: 18px 20px;
  cursor: pointer;
}

.faqq:hover,
.faqq:focus {
  background-color: #6E3550;
  color: #F9F8EF;
}

.faqa {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease, padding 220ms ease;
  background-color: #F9F8EF;
}

.faqitem-open .faqa {
  padding: 18px 20px;
  max-height: 400px;
}

.faqa p {
  font-size: 15px;
  color: #3A3E42;
}

/* --------------------------------------------------------------------------
   SCROLL REVEAL
   -------------------------------------------------------------------------- */

.wx-reveal {
  transition: transform 600ms ease;
}

.wx-reveal-pending {
  transform: translateY(26px);
  visibility: hidden;
}

.wx-visible {
  transform: none;
  visibility: visible;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 1080px) {
  .feedmast-field,
  .feedmast-plates {
    grid-template-columns: repeat(3, 1fr);
  }
  .feedmast-field {
    padding-top: 190px;
  }
  .feedmast-pad {
    height: 190px;
  }
  .feedmast-post {
    height: 110px;
  }
  .feedmast-plate,
  .feedmast-w92,
  .feedmast-w86,
  .feedmast-w90,
  .feedmast-w84,
  .feedmast-w94,
  .feedmast-w88 {
    width: 100%;
    margin-left: 0;
  }
  .procgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stationband-objgrid {
    grid-template-columns: 1fr;
  }
  .trenchbase-grid {
    grid-template-columns: 1fr;
  }
  .svcdetail-inner {
    grid-template-columns: 1fr;
  }
  .contactwrap-inner {
    grid-template-columns: 1fr;
  }
  .stationband-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .aztick-toggle {
    display: block;
  }
  .aztick-ruler {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding-top: 66px;
    border-top: none;
  }
  .aztick-brand {
    margin: 0 0 14px 0;
    width: 100%;
  }
  .aztick-ticks {
    display: none;
  }
  .aztick-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .aztick-links-open {
    display: flex;
  }
  .aztick-plate,
  .aztick-alt1,
  .aztick-alt2,
  .aztick-alt3,
  .aztick-alt4,
  .aztick-alt5 {
    transform: none;
    display: block;
    text-align: center;
  }
  .aztick-bearing {
    display: none;
  }
  .feedmast-field,
  .feedmast-plates {
    grid-template-columns: 1fr 1fr;
  }
  .feedmast-field {
    padding-top: 160px;
  }
  .feedmast-pad {
    height: 160px;
  }
  .feedmast-post {
    height: 90px;
  }
  .feedmast-dish {
    width: 52px;
    height: 36px;
  }
  .dishpad-stage {
    min-height: 380px;
  }
  .dishpad-dishwrap {
    width: 340px;
    transform: translateX(-56%);
  }
  .dishpad-dish {
    height: 220px;
  }
  .dishpad-headlines {
    top: 92px;
    transform: translateX(-56%) rotate(-16deg);
  }
  .dishpad-line {
    font-size: 26px;
  }
  .dishpad-line-mid {
    font-size: 22px;
  }
  .dishpad-sat {
    right: 0;
    transform: scale(0.8);
  }
  .sigstrip-inner {
    gap: 16px;
  }
  .stationband-passrow {
    grid-template-columns: 90px 1fr;
  }
  .stationband-passstate {
    grid-column: 1 / -1;
  }
  .stationband-passrow .stationband-passlabel {
    border-right: none;
  }
  .svcdetail-checks {
    grid-template-columns: 1fr;
  }
  .feedmast-title {
    font-size: 28px;
  }
  .pagelead h1 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .feedmast-field,
  .feedmast-plates,
  .procgrid {
    grid-template-columns: 1fr;
  }
  .dishpad-dishwrap {
    width: 280px;
    transform: translateX(-50%);
  }
  .dishpad-headlines {
    transform: translateX(-50%) rotate(-16deg);
    width: 260px;
  }
  .dishpad-line {
    font-size: 22px;
  }
  .dishpad-line-mid {
    font-size: 18px;
  }
}
