/* ============================================================
   Alta Core Teq LLC — Gondola Lift design system
   Palette:
     alpine-night  #1E252B  body background (granite shadow)
     snow-crest    #EEF1EC  primary text
     glacier-noon  #8FB4CE  accent (midday snow light)
     snow-cabin    #F7F9F6  brightest raised faces
     pine-base     #16202A  deepest panels
     cable-steel   #97A3AD  tertiary lines and labels
     haul-seam     #39434D  thin separators
   ============================================================ */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #1E252B;
  color: #EEF1EC;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #8FB4CE;
  text-decoration: none;
}

a:hover {
  color: #F7F9F6;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.2;
  margin-top: 0;
  color: #EEF1EC;
}

p {
  margin-top: 0;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   NAVIGATION — HAUL-ROPE CABIN RAIL
   ============================================================ */

.cableway {
  background-color: #16202A;
  border-bottom: 2px solid #39434D;
  padding: 0 0 26px 0;
  position: relative;
}

.cableway .wrap {
  padding-top: 14px;
}

.rope-span {
  position: relative;
  height: 6px;
  margin: 0 0 4px 0;
}

.rope-span .rope-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #97A3AD;
}

.rope-span .rope-line.second {
  top: 4px;
  background-color: #6E7A85;
}

.rope-rollers {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.rope-rollers .roller-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #8FB4CE;
  border: 1px solid #39434D;
}

.cableway-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.brand-terminal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.bullwheel {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #8FB4CE;
  position: relative;
  background-color: #1E252B;
  flex: 0 0 auto;
}

.bullwheel::before,
.bullwheel::after {
  content: "";
  position: absolute;
  background-color: #8FB4CE;
}

.bullwheel::before {
  left: 50%;
  top: 12%;
  bottom: 12%;
  width: 2px;
  margin-left: -1px;
}

.bullwheel::after {
  top: 50%;
  left: 12%;
  right: 12%;
  height: 2px;
  margin-top: -1px;
}

.bullwheel .spoke-a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 2px;
  margin-left: -17px;
  margin-top: -1px;
  background-color: #8FB4CE;
  transform: rotate(45deg);
}

.bullwheel .spoke-b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 2px;
  margin-left: -17px;
  margin-top: -1px;
  background-color: #8FB4CE;
  transform: rotate(-45deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F7F9F6;
}

.brand-tag {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #97A3AD;
}

.cabin-rail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.cabin-hang {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 0;
}

.cabin-hang .hanger-arm {
  width: 3px;
  height: 22px;
  background-color: #97A3AD;
}

.cabin-hang .grip-head {
  width: 14px;
  height: 8px;
  background-color: #8FB4CE;
  border-radius: 2px;
  margin-bottom: 1px;
}

.cabin-hang.drop-2 .hanger-arm {
  height: 30px;
}

.cabin-hang.drop-3 .hanger-arm {
  height: 16px;
}

.cabin-car {
  display: block;
  background-color: #F7F9F6;
  color: #1E252B;
  border: 2px solid #8FB4CE;
  border-radius: 10px;
  padding: 8px 13px 9px 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  min-width: 66px;
  text-align: center;
}

.cabin-car:hover {
  background-color: #8FB4CE;
  color: #16202A;
}

.cabin-car .cabin-winband {
  display: flex;
  gap: 3px;
  justify-content: center;
  margin-top: 5px;
}

.cabin-car .cabin-winband i {
  display: block;
  width: 8px;
  height: 7px;
  background-color: #1E252B;
  border-radius: 1px;
}

.cabin-hang.is-active .cabin-car {
  background-color: #8FB4CE;
  color: #16202A;
  border-color: #F7F9F6;
}

/* ============================================================
   HERO — SUMMIT TERMINAL BAY
   ============================================================ */

.summitterminal {
  background-color: #1E252B;
  padding: 58px 0 40px 0;
  position: relative;
}

.summitterminal .wrap {
  display: flex;
  gap: 44px;
  align-items: center;
  flex-wrap: wrap;
}

.stb-copy {
  flex: 1 1 55%;
  max-width: 620px;
}

.stb-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8FB4CE;
  border: 1px solid #39434D;
  border-radius: 3px;
  padding: 5px 11px;
  margin-bottom: 20px;
  background-color: #16202A;
}

.stb-headline {
  font-size: 44px;
  font-weight: 700;
  color: #EEF1EC;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.stb-headline .word-summit {
  color: #8FB4CE;
}

.stb-lede {
  font-size: 17px;
  color: #EEF1EC;
  margin-bottom: 26px;
  max-width: 560px;
}

.stb-tickets {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lift-ticket {
  display: inline-block;
  background-color: #8FB4CE;
  color: #16202A;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 24px;
  border-radius: 6px;
  border: 2px dashed #16202A;
  position: relative;
}

.lift-ticket:hover {
  background-color: #F7F9F6;
  color: #16202A;
}

.lift-ticket .ticket-stub {
  font-size: 10px;
  display: block;
  letter-spacing: 2px;
  color: #39434D;
}

.lift-ticket.ticket-ghost {
  background-color: #16202A;
  color: #8FB4CE;
  border: 2px dashed #8FB4CE;
}

.lift-ticket.ticket-ghost .ticket-stub {
  color: #97A3AD;
}

.lift-ticket.ticket-ghost:hover {
  background-color: #39434D;
  color: #F7F9F6;
}

/* CSS gondola line scene */

.gondola-scene {
  flex: 1 1 40%;
  min-width: 320px;
  height: 380px;
  position: relative;
  background-color: #16202A;
  border: 2px solid #39434D;
  border-radius: 10px;
  overflow: hidden;
}

.scene-sky {
  position: absolute;
  inset: 0;
  background-color: #16202A;
}

.ridge-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-color: #1E252B;
  clip-path: polygon(0 100%, 0 60%, 14% 30%, 27% 58%, 40% 18%, 55% 52%, 68% 24%, 82% 56%, 100% 28%, 100% 100%);
}

.ridge-mid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  background-color: #39434D;
  clip-path: polygon(0 100%, 0 70%, 12% 44%, 26% 72%, 42% 34%, 58% 68%, 74% 42%, 88% 70%, 100% 48%, 100% 100%);
}

.ridge-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background-color: #16202A;
  clip-path: polygon(0 100%, 0 66%, 18% 36%, 33% 70%, 50% 30%, 67% 68%, 84% 40%, 100% 64%, 100% 100%);
}

.scene-rope {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 118px;
  height: 3px;
  background-color: #97A3AD;
}

.scene-rope.lower {
  top: 128px;
}

.scene-rollers {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 113px;
  height: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.scene-rollers i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8FB4CE;
}

.pylon {
  position: absolute;
  bottom: 40px;
  width: 14px;
  background-color: #16202A;
  border-left: 2px solid #39434D;
  border-right: 2px solid #39434D;
}

.pylon .pylon-cross {
  position: absolute;
  top: 0;
  left: -22px;
  right: -22px;
  height: 8px;
  background-color: #39434D;
  border-radius: 2px;
}

.pylon .pylon-cross::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 4px;
  right: 4px;
  height: 3px;
  background-color: #97A3AD;
}

.pylon-tall {
  left: 12%;
  height: 128px;
}

.pylon-far {
  right: 12%;
  height: 96px;
}

.scene-cabin {
  position: absolute;
  background-color: #F7F9F6;
  border: 2px solid #8FB4CE;
  border-radius: 8px;
}

.scene-cabin .sc-hanger {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 3px;
  height: 26px;
  margin-left: -2px;
  background-color: #97A3AD;
}

.scene-cabin .sc-grip {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 18px;
  height: 10px;
  margin-left: -9px;
  background-color: #8FB4CE;
  border-radius: 2px;
}

.scene-cabin .sc-window {
  position: absolute;
  top: 12px;
  left: 10px;
  right: 10px;
  bottom: 12px;
  background-color: #1E252B;
  border-radius: 3px;
}

.scene-cabin.cabin-main {
  left: 40%;
  top: 150px;
  width: 84px;
  height: 68px;
}

.scene-cabin.cabin-small {
  right: 8%;
  top: 156px;
  width: 54px;
  height: 44px;
}

.scene-cabin.cabin-small .sc-hanger {
  height: 22px;
  top: -22px;
}

.scene-cabin.cabin-small .sc-grip {
  top: -30px;
}

.slope-chip {
  position: absolute;
  left: 16px;
  bottom: 14px;
  background-color: #8FB4CE;
  color: #16202A;
  border-radius: 4px;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px auto;
}

.section-head .sh-ele {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8FB4CE;
  margin-bottom: 12px;
}

.section-head h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

.section-head p {
  color: #C3CCD1;
  font-size: 16px;
}

/* ============================================================
   STATION PLATFORMS
   ============================================================ */

.stationstops {
  padding: 30px 0 70px 0;
  background-color: #1E252B;
}

.station-platform {
  display: flex;
  align-items: stretch;
  margin-bottom: 26px;
  border: 2px solid #39434D;
  border-radius: 10px;
  overflow: hidden;
}

.station-platform.skew-left {
  transform: rotate(-1deg);
}

.station-platform.skew-right {
  transform: rotate(1deg);
}

.station-platform.deck-light {
  background-color: #F7F9F6;
  color: #16202A;
}

.station-platform.deck-dark {
  background-color: #16202A;
  color: #EEF1EC;
}

.elevation-block {
  flex: 0 0 168px;
  background-color: #16202A;
  color: #EEF1EC;
  padding: 24px 18px;
  border-right: 3px solid #8FB4CE;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elevation-block .ele-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #97A3AD;
  margin-bottom: 6px;
}

.elevation-block .ele-value {
  font-size: 26px;
  font-weight: 700;
  color: #F7F9F6;
  margin-bottom: 12px;
}

.station-chip {
  display: inline-block;
  align-self: flex-start;
  background-color: #97A3AD;
  color: #16202A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 10px;
  border-radius: 3px;
}

.service-panel {
  flex: 1 1 auto;
  padding: 26px 30px 30px 30px;
}

.service-panel h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.deck-light .service-panel h3 {
  color: #16202A;
}

.deck-dark .service-panel h3 {
  color: #F7F9F6;
}

.service-panel p {
  margin-bottom: 12px;
  line-height: 1.7;
}

.deck-light .service-panel p {
  color: #2C363F;
}

.deck-dark .service-panel p {
  color: #DCE2E4;
}

.service-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.deck-light .service-link {
  color: #2A6470;
}

.deck-dark .service-link {
  color: #8FB4CE;
}

.platform-rope {
  position: relative;
  height: 26px;
  margin: 0 0 6px 0;
}

.platform-rope .prope-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 2px;
  background-color: #97A3AD;
}

.cabin-glyph {
  position: absolute;
  top: 0;
  width: 30px;
  height: 18px;
  background-color: #8FB4CE;
  border: 2px solid #16202A;
  border-radius: 4px;
}

.cabin-glyph::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background-color: #97A3AD;
}

.cabin-glyph.pos-left { left: 6%; }
.cabin-glyph.pos-center-left { left: 28%; }
.cabin-glyph.pos-center { left: 50%; }
.cabin-glyph.pos-center-right { left: 70%; }
.cabin-glyph.pos-right { left: 88%; }

.platform-rope.rope-light .prope-line { background-color: #39434D; }
.platform-rope.rope-light .cabin-glyph { border-color: #F7F9F6; }

/* ============================================================
   ACCENT STRIP — NIGHT LANTERN
   ============================================================ */

.nightlantern {
  background-color: #8FB4CE;
  color: #16202A;
  padding: 0;
}

.nightlantern .lantern-rule {
  height: 4px;
  background-color: #16202A;
}

.nightlantern .wrap {
  padding: 26px 24px;
  text-align: center;
}

.nightlantern .lantern-text {
  font-size: 18px;
  font-weight: 700;
  color: #16202A;
  margin: 0;
  letter-spacing: 0.3px;
}

.nightlantern .lantern-text .lantern-strong {
  color: #16202A;
  border-bottom: 2px solid #16202A;
  padding-bottom: 1px;
}

/* ============================================================
   SUPPORT SECTIONS (rich content blocks)
   ============================================================ */

.fieldnotes {
  background-color: #16202A;
  padding: 66px 0;
}

.fieldnotes .wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.fieldnotes-copy {
  flex: 1 1 55%;
  min-width: 300px;
}

.fieldnotes-copy h2 {
  font-size: 30px;
  color: #F7F9F6;
  margin-bottom: 16px;
}

.fieldnotes-copy p {
  color: #DCE2E4;
  margin-bottom: 14px;
}

.fieldnotes-side {
  flex: 1 1 35%;
  min-width: 280px;
  background-color: #1E252B;
  border: 2px solid #39434D;
  border-radius: 10px;
  padding: 26px;
}

.fieldnotes-side h3 {
  color: #8FB4CE;
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.ledger-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #39434D;
  font-size: 14px;
}

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

.ledger-row .ledger-key {
  color: #97A3AD;
}

.ledger-row .ledger-val {
  color: #F7F9F6;
  font-weight: 700;
  text-align: right;
}

.counters {
  background-color: #1E252B;
  padding: 60px 0;
}

.counter-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.counter-cell {
  flex: 1 1 200px;
  max-width: 260px;
  background-color: #16202A;
  border: 2px solid #39434D;
  border-top: 4px solid #8FB4CE;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
}

.counter-cell .counter-num {
  font-size: 38px;
  font-weight: 700;
  color: #8FB4CE;
  display: block;
}

.counter-cell .counter-label {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C3CCD1;
  margin-top: 6px;
}

/* Accordion */

.accordion {
  background-color: #16202A;
  padding: 62px 0;
}

.accordion-item {
  border: 2px solid #39434D;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #1E252B;
}

.accordion-trigger {
  width: 100%;
  text-align: left;
  background-color: #1E252B;
  color: #F7F9F6;
  border: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}

.accordion-trigger:hover {
  background-color: #39434D;
}

.accordion-trigger .acc-mark {
  color: #8FB4CE;
  font-size: 20px;
  line-height: 1;
}

.accordion-body {
  padding: 0 22px 18px 22px;
  color: #DCE2E4;
  background-color: #1E252B;
}

/* ============================================================
   FOOTER — VALLEY TERMINAL BASE
   ============================================================ */

.valleybase {
  background-color: #16202A;
  padding: 0 0 0 0;
  border-top: 3px solid #39434D;
}

.valleybase .return-rope {
  position: relative;
  height: 22px;
  border-bottom: 2px solid #39434D;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.valleybase .return-rope .return-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 2px;
  background-color: #97A3AD;
}

.valleybase .return-rope .return-bull {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #8FB4CE;
  background-color: #16202A;
  z-index: 1;
}

.valleybase .return-rope .return-bull::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 2px;
  margin-left: -1px;
  background-color: #8FB4CE;
}

.valleybase .return-rope .return-bull::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 2px;
  margin-top: -1px;
  background-color: #8FB4CE;
}

.valley-cards {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  padding: 38px 0 30px 0;
}

.valley-card {
  flex: 1 1 220px;
  background-color: #F7F9F6;
  color: #16202A;
  border: 2px solid #8FB4CE;
  border-radius: 10px;
  padding: 20px 22px;
}

.valley-card h4 {
  color: #16202A;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #8FB4CE;
}

.valley-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.valley-card li {
  margin-bottom: 7px;
}

.valley-card a {
  color: #2A6470;
  font-size: 14px;
  font-weight: 600;
}

.valley-card a:hover {
  color: #16202A;
}

.valley-card p {
  font-size: 14px;
  color: #2C363F;
  margin: 0;
}

.terminal-barn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  background-color: #1E252B;
  border: 2px solid #39434D;
  border-radius: 10px;
  padding: 24px 26px;
  margin-bottom: 26px;
}

.terminal-barn .tb-brand {
  flex: 1 1 240px;
}

.terminal-barn .tb-brand .tb-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F7F9F6;
}

.terminal-barn .tb-brand .tb-sub {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8FB4CE;
  margin-bottom: 10px;
}

.terminal-barn .tb-blurb {
  flex: 1 1 320px;
  color: #DCE2E4;
  font-size: 14px;
}

.valley-foot {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #39434D;
  padding: 20px 0 26px 0;
  font-size: 13px;
  color: #C3CCD1;
}

.valley-foot .vf-contact {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.valley-foot a {
  color: #8FB4CE;
}

.valley-foot .vf-contact span {
  color: #C3CCD1;
}

.slope-glyph {
  display: inline-block;
  border: 2px solid #97A3AD;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #97A3AD;
  background-color: #16202A;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.js-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.js-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

/* noscript-safe default */
.no-js .js-reveal {
  opacity: 1;
  transform: none;
}

/* ============================================================
   INNER PAGE HERO (services / contact)
   ============================================================ */

.innerbay {
  background-color: #16202A;
  padding: 52px 0 44px 0;
  border-bottom: 3px solid #39434D;
}

.innerbay .ib-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8FB4CE;
  border: 1px solid #39434D;
  border-radius: 3px;
  padding: 5px 11px;
  margin-bottom: 18px;
  background-color: #1E252B;
}

.innerbay h1 {
  font-size: 38px;
  color: #F7F9F6;
  margin-bottom: 14px;
}

.innerbay p {
  color: #DCE2E4;
  max-width: 720px;
  font-size: 17px;
}

/* ============================================================
   SERVICE DETAIL CARDS (services page)
   ============================================================ */

.service-detail {
  background-color: #1E252B;
  padding: 60px 0;
}

.sd-item {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  background-color: #16202A;
  border: 2px solid #39434D;
  border-left: 5px solid #8FB4CE;
  border-radius: 10px;
  padding: 26px 28px;
  margin-bottom: 22px;
}

.sd-num {
  flex: 0 0 62px;
  font-size: 30px;
  font-weight: 700;
  color: #8FB4CE;
}

.sd-body {
  flex: 1 1 420px;
}

.sd-body h3 {
  color: #F7F9F6;
  font-size: 22px;
  margin-bottom: 12px;
}

.sd-body p {
  color: #DCE2E4;
  margin-bottom: 12px;
}

.process {
  background-color: #16202A;
  padding: 62px 0;
}

.process-track {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.process-step {
  flex: 1 1 190px;
  background-color: #1E252B;
  border: 2px solid #39434D;
  border-top: 4px solid #8FB4CE;
  border-radius: 8px;
  padding: 22px 20px;
}

.process-step .ps-index {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8FB4CE;
  text-transform: uppercase;
}

.process-step h4 {
  color: #F7F9F6;
  font-size: 17px;
  margin: 8px 0 8px 0;
}

.process-step p {
  color: #C3CCD1;
  font-size: 14px;
  margin: 0;
}

/* CTA band */

.ctaband {
  background-color: #8FB4CE;
  color: #16202A;
  padding: 46px 0;
}

.ctaband .wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ctaband h2 {
  color: #16202A;
  font-size: 26px;
  margin-bottom: 6px;
}

.ctaband p {
  color: #16202A;
  margin: 0;
  max-width: 620px;
}

.cta-button {
  display: inline-block;
  background-color: #16202A;
  color: #F7F9F6;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 28px;
  border-radius: 6px;
  border: 2px solid #16202A;
}

.cta-button:hover {
  background-color: #F7F9F6;
  color: #16202A;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contactbay {
  background-color: #1E252B;
  padding: 58px 0;
}

.contact-grid {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.contact-form-side {
  flex: 1 1 520px;
  background-color: #16202A;
  border: 2px solid #39434D;
  border-radius: 10px;
  padding: 30px;
}

.contact-form-side h2 {
  color: #F7F9F6;
  font-size: 24px;
  margin-bottom: 8px;
}

.contact-form-side .cf-note {
  color: #C3CCD1;
  font-size: 14px;
  margin-bottom: 22px;
}

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

.form-field label {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8FB4CE;
  margin-bottom: 7px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  background-color: #1E252B;
  border: 2px solid #39434D;
  border-radius: 6px;
  color: #F7F9F6;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: #8FB4CE;
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-submit {
  display: inline-block;
  background-color: #8FB4CE;
  color: #16202A;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 30px;
  border-radius: 6px;
  border: 2px solid #8FB4CE;
  font-size: 15px;
  cursor: pointer;
  font-family: inherit;
}

.form-submit:hover {
  background-color: #F7F9F6;
  border-color: #F7F9F6;
}

.form-status {
  margin-top: 16px;
  font-size: 14px;
  color: #8FB4CE;
  min-height: 20px;
}

.contact-info-side {
  flex: 1 1 340px;
}

.info-panel {
  background-color: #16202A;
  border: 2px solid #39434D;
  border-radius: 10px;
  padding: 24px 26px;
  margin-bottom: 22px;
}

.info-panel h3 {
  color: #8FB4CE;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #39434D;
}

.info-panel p {
  color: #DCE2E4;
  margin-bottom: 9px;
  font-size: 15px;
}

.info-panel a {
  color: #8FB4CE;
}

.info-panel .info-strong {
  color: #F7F9F6;
  font-weight: 700;
}

.faq-block {
  background-color: #16202A;
  padding: 60px 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
  .summitterminal .wrap {
    gap: 30px;
  }
  .stb-headline {
    font-size: 36px;
  }
  .gondola-scene {
    min-width: 100%;
  }
}

@media (max-width: 720px) {
  .cableway-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .brand-terminal {
    justify-content: flex-start;
  }
  .cabin-rail {
    justify-content: flex-start;
  }
  .station-platform {
    flex-direction: column;
  }
  .elevation-block {
    flex: 0 0 auto;
    border-right: none;
    border-bottom: 3px solid #8FB4CE;
  }
  .stb-headline {
    font-size: 30px;
  }
  .valley-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .sd-num {
    flex: 0 0 auto;
  }
}
