/* ============================================================
   JHR (S) ENGINEERING PTE. LTD. — ladder logic schematic theme
   LIGHT theme. Palette:
   schematic-paper #F6F5EF | ladder-ink #242E2B
   print-blue #3A72B5 | panel-white #FCFBF6
   rail-deep #23486E | copper-line #B98A4A | grid-grey #D9D8CE
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3 {
  font-family: "Consolas", "Courier New", monospace;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #242E2B;
}

p {
  margin: 0 0 1em;
}

a {
  color: #3A72B5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/* ---------------- buttons ---------------- */
.btn {
  display: inline-block;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 26px;
  border: 2px solid #23486E;
  border-radius: 6px;
  background-color: #3A72B5;
  color: #FCFBF6;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 0 #23486E;
}

.btn:hover {
  background-color: #23486E;
  text-decoration: none;
}

.btn--outline {
  background-color: #FCFBF6;
  color: #23486E;
}

.btn--outline:hover {
  background-color: #23486E;
  color: #FCFBF6;
}

.btn--screw {
  position: relative;
}

/* ============================================================
   NAVIGATION — POWER RAIL CONTACTS
   ============================================================ */
.railcontacts {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #FCFBF6;
  border-bottom: 3px solid #23486E;
  padding: 0 0 10px;
}

.railcontacts__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #23486E;
}

.railcontacts__rail--left {
  left: 14px;
}

.railcontacts__rail--right {
  right: 14px;
}

.railcontacts__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 48px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.railcontacts__motorplate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.railcontacts__motorcircle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3A72B5;
  border: 3px solid #23486E;
  color: #FCFBF6;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 1.25rem;
  font-weight: bold;
}

.railcontacts__motortext {
  font-family: "Consolas", "Courier New", monospace;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #242E2B;
}

.railcontacts__toggle {
  display: none;
  font-family: "Consolas", "Courier New", monospace;
  background-color: #3A72B5;
  color: #FCFBF6;
  border: 2px solid #23486E;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 0.9rem;
  cursor: pointer;
}

.railcontacts__rungs {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-left: auto;
  border-top: 2px solid #D9D8CE;
  padding-top: 6px;
  flex-wrap: wrap;
}

.railcontacts__contact {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 12px 8px;
  text-decoration: none;
  border-bottom: 3px solid #D9D8CE;
}

.railcontacts__contact:hover {
  text-decoration: none;
  border-bottom-color: #3A72B5;
}

.railcontacts__contactlabel {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: bold;
  color: #242E2B;
  letter-spacing: 0.04em;
}

.railcontacts__contact:hover .railcontacts__contactlabel {
  color: #3A72B5;
}

.railcontacts__glyph {
  display: inline-flex;
  align-items: center;
  height: 14px;
}

.railcontacts__tickleft,
.railcontacts__tickright {
  width: 2px;
  height: 14px;
  background-color: #23486E;
}

.railcontacts__bar {
  width: 16px;
  height: 2px;
  background-color: #3A72B5;
}

.railcontacts__status {
  align-self: center;
  margin-left: 8px;
  background-color: #3A72B5;
  color: #FCFBF6;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 3px;
}

.railcontacts__lug {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B98A4A;
  border-radius: 2px;
  bottom: -6px;
}

.railcontacts__lug--a {
  left: 11px;
}

.railcontacts__lug--b {
  right: 11px;
}

/* ============================================================
   HERO — MAIN INCOMER RUNG
   ============================================================ */
.incomer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 48px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 32px;
  align-items: center;
}

.incomer__copy {
  padding-right: 12px;
}

.incomer__rungtag {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #23486E;
  background-color: #D9D8CE;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 16px;
}

.incomer__headline {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.incomer__accent {
  color: #3A72B5;
}

.incomer__lede {
  font-size: 1.05rem;
  color: #242E2B;
  margin-bottom: 26px;
}

.incomer__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ---------------- ladder scene ---------------- */
.incomer__scene {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ladder {
  position: relative;
  width: 100%;
  max-width: 380px;
  background-color: #FCFBF6;
  border: 2px solid #23486E;
  border-radius: 6px;
  padding: 42px 30px 36px;
}

.ladder__rail {
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background-color: #23486E;
}

.ladder__rail--left {
  left: 22px;
}

.ladder__rail--right {
  right: 22px;
}

.ladder__rung {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 24px 34px;
}

.ladder__rung--two {
  margin-bottom: 0;
}

.ladder__wire {
  flex: 1;
  height: 2px;
  background-color: #242E2B;
}

.ladder__tie {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B98A4A;
  flex: 0 0 auto;
}

.ladder__label {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #23486E;
}

.ladder__arc {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -18px;
  height: 18px;
  border-left: 2px solid #3A72B5;
  border-right: 2px solid #3A72B5;
  border-bottom: 2px solid #3A72B5;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.ladder__branchcontact {
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -12px;
}

.ladder__lug {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #B98A4A;
  border-radius: 2px;
}

.ladder__lug--tl { top: 12px; left: 19px; }
.ladder__lug--tr { top: 12px; right: 19px; }
.ladder__lug--bl { bottom: 12px; left: 19px; }
.ladder__lug--br { bottom: 12px; right: 19px; }

/* contact symbol pair */
.contact {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.contact__t1,
.contact__t2 {
  width: 2px;
  height: 16px;
  background-color: #23486E;
}

.contact__bar {
  width: 12px;
  height: 2px;
  background-color: #3A72B5;
}

/* TON timer block */
.timer {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #23486E;
  color: #F6F5EF;
  border-radius: 4px;
  padding: 6px 12px;
  flex: 0 0 auto;
}

.timer__name {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.timer__preset {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.95rem;
  font-weight: bold;
  color: #FCFBF6;
}

.timer__rail {
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 2px;
  background-color: #B98A4A;
}

/* coil circle */
.coil {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 38px;
  border: 2px solid #3A72B5;
  border-radius: 50%;
  background-color: #FCFBF6;
  flex: 0 0 auto;
}

.coil__ring {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.68rem;
  font-weight: bold;
  color: #23486E;
}

/* ============================================================
   ACCENT STRIP — COMMISSIONING WINDOW
   ============================================================ */
.commissioning {
  background-color: #23486E;
  color: #F6F5EF;
  padding: 22px 24px;
  text-align: center;
}

.commissioning__line {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.02rem;
  color: #F6F5EF;
}

.commissioning__line strong {
  color: #FCFBF6;
}

/* ============================================================
   SIX RUNG PROGRAM
   ============================================================ */
.rungprogram {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 64px;
}

.rungprogram__intro {
  max-width: 820px;
  margin-bottom: 40px;
}

.rungprogram__eyebrow {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #3A72B5;
  margin-bottom: 10px;
}

.rungprogram__title {
  font-size: 2rem;
  margin-bottom: 14px;
}

.rungprogram__blurb {
  font-size: 1.02rem;
  color: #242E2B;
}

.rung {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr 110px;
  gap: 24px;
  align-items: center;
  background-color: #FCFBF6;
  border: 2px solid #D9D8CE;
  border-left: 6px solid #3A72B5;
  border-radius: 4px;
  padding: 24px 28px;
  margin-bottom: 26px;
}

.rung--skewA {
  transform: skewY(-1deg);
}

.rung--skewB {
  transform: skewY(1deg);
}

.rung--busbar {
  border-top: 6px solid #23486E;
  border-bottom: 6px solid #23486E;
  background-color: #FCFBF6;
}

.rung__glyphs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.rung__glyphlabel {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #B98A4A;
  font-weight: bold;
}

.rung__title {
  font-size: 1.3rem;
  color: #23486E;
  margin-bottom: 10px;
}

.rung__body p {
  color: #242E2B;
  font-size: 0.98rem;
}

.rung__link {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.85rem;
  font-weight: bold;
  color: #3A72B5;
  border-bottom: 2px solid #B98A4A;
}

.rung__number {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3A72B5;
  text-align: right;
}

.rung__brancharc {
  position: absolute;
  top: -14px;
  left: 80px;
  right: 80px;
  height: 12px;
  border-left: 2px solid #B98A4A;
  border-right: 2px solid #B98A4A;
  border-top: 2px solid #B98A4A;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rung__branchcontact {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -13px;
}

/* ============================================================
   PROCESS
   ============================================================ */
.process {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px;
}

.process__head {
  margin-bottom: 28px;
}

.process__eyebrow {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #3A72B5;
  margin-bottom: 10px;
}

.process__title {
  font-size: 1.9rem;
}

.process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process__step {
  background-color: #FCFBF6;
  border: 2px solid #D9D8CE;
  border-top: 5px solid #23486E;
  border-radius: 4px;
  padding: 20px;
}

.process__stepnum {
  display: inline-block;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 1.3rem;
  font-weight: bold;
  color: #3A72B5;
  margin-bottom: 8px;
}

.process__steptitle {
  font-size: 1.05rem;
  color: #23486E;
  margin-bottom: 8px;
}

.process__step p {
  font-size: 0.92rem;
  margin: 0;
}

/* ============================================================
   WHY
   ============================================================ */
.why {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

.why__panel {
  background-color: #FCFBF6;
  border: 2px solid #D9D8CE;
  border-left: 6px solid #3A72B5;
  border-radius: 4px;
  padding: 28px;
}

.why__title {
  font-size: 1.7rem;
  color: #242E2B;
  margin-bottom: 14px;
}

.why__text {
  font-size: 1rem;
}

.why__link {
  font-weight: bold;
  color: #3A72B5;
  border-bottom: 2px solid #B98A4A;
}

.why__plate {
  background-color: #23486E;
  border-radius: 6px;
  padding: 26px;
  text-align: center;
  color: #F6F5EF;
}

.why__platemark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid #F6F5EF;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FCFBF6;
  margin-bottom: 14px;
}

.why__platelabel {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #FCFBF6;
  margin-bottom: 6px;
}

.why__platevalue {
  color: #F6F5EF;
  font-size: 0.95rem;
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  background-color: #23486E;
  padding: 48px 24px;
}

.cta__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.cta__title {
  color: #FCFBF6;
  font-size: 1.9rem;
  margin-bottom: 12px;
}

.cta__text {
  color: #F6F5EF;
  font-size: 1.05rem;
  margin-bottom: 24px;
}

/* ============================================================
   PAGE HERO (services / contact)
   ============================================================ */
.pagehero {
  background-color: #FCFBF6;
  border-bottom: 3px solid #23486E;
  padding: 48px 24px;
}

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

.pagehero__rungtag {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #23486E;
  background-color: #D9D8CE;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 16px;
}

.pagehero__headline {
  font-size: 2.3rem;
  margin-bottom: 16px;
}

.pagehero__lede {
  font-size: 1.05rem;
  max-width: 760px;
}

/* ============================================================
   SERVICE RUNGS
   ============================================================ */
.servicerungs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 24px;
}

.servicerung {
  background-color: #FCFBF6;
  border: 2px solid #D9D8CE;
  border-left: 6px solid #3A72B5;
  border-radius: 4px;
  padding: 26px 30px;
  margin-bottom: 22px;
}

.servicerung__title {
  font-size: 1.35rem;
  color: #23486E;
  margin-bottom: 12px;
}

.servicerung p {
  font-size: 0.98rem;
}

/* ============================================================
   CONTACT ZONE
   ============================================================ */
.contactzone {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}

.contactzone__formwrap,
.contactzone__details {
  background-color: #FCFBF6;
  border: 2px solid #D9D8CE;
  border-top: 5px solid #23486E;
  border-radius: 4px;
  padding: 28px;
}

.contactzone__title {
  font-size: 1.35rem;
  color: #23486E;
  margin-bottom: 18px;
}

.contactform__field {
  display: block;
  margin-bottom: 16px;
}

.contactform__label {
  display: block;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #23486E;
  margin-bottom: 6px;
}

.contactform__input {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 0.98rem;
  color: #242E2B;
  background-color: #F6F5EF;
  border: 2px solid #D9D8CE;
  border-radius: 4px;
  padding: 11px 12px;
}

.contactform__input:focus {
  outline: none;
  border-color: #3A72B5;
}

.contactform__input--area {
  resize: vertical;
}

.contactform__note {
  font-size: 0.85rem;
  color: #23486E;
  margin-top: 14px;
  margin-bottom: 0;
}

.contactdetails {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.contactdetails li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #D9D8CE;
}

.contactdetails__key {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #B98A4A;
  text-transform: uppercase;
}

.contactdetails__val {
  color: #242E2B;
  font-size: 0.97rem;
}

.contactzone__urgent {
  font-size: 0.92rem;
  color: #23486E;
  margin: 0;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

.faq__title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.faq__list {
  display: grid;
  gap: 12px;
}

.faq__item {
  background-color: #FCFBF6;
  border: 2px solid #D9D8CE;
  border-left: 6px solid #B98A4A;
  border-radius: 4px;
  padding: 16px 20px;
}

.faq__q {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 1rem;
  font-weight: bold;
  color: #23486E;
  cursor: pointer;
}

.faq__a {
  margin: 12px 0 0;
  font-size: 0.95rem;
  color: #242E2B;
}

/* ============================================================
   FOOTER — TERMINAL BLOCK STRIP
   ============================================================ */
.terminalstrip {
  background-color: #FCFBF6;
  border-top: 4px solid #23486E;
  padding: 0 24px 28px;
}

.terminalstrip__blocks {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 2px solid #D9D8CE;
}

.terminalstrip__block {
  flex: 0 0 auto;
  min-width: 46px;
  text-align: center;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.68rem;
  font-weight: bold;
  color: #F6F5EF;
  background-color: #23486E;
  border: 2px solid #B98A4A;
  border-radius: 3px;
  padding: 5px 6px;
}

.terminalstrip__ducts {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 8px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  gap: 20px;
}

.terminalstrip__duct {
  border-top: 3px solid #D9D8CE;
  padding-top: 12px;
}

.terminalstrip__ductlabel {
  display: block;
  font-family: "Consolas", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #B98A4A;
  margin-bottom: 10px;
}

.terminalstrip__schedule {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.terminalstrip__coil {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 3px solid #3A72B5;
  border-radius: 50%;
  background-color: #FCFBF6;
}

.terminalstrip__schedule p {
  font-size: 0.88rem;
  margin: 0;
}

.terminalstrip__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terminalstrip__links li {
  margin-bottom: 6px;
}

.terminalstrip__links a {
  font-size: 0.92rem;
  color: #23486E;
  font-weight: bold;
}

.terminalstrip__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terminalstrip__contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: #242E2B;
  margin-bottom: 8px;
}

.terminalstrip__pair {
  flex: 0 0 auto;
  width: 14px;
  height: 10px;
  margin-top: 5px;
  background:
    linear-gradient(#3A72B5, #3A72B5) left center / 2px 10px no-repeat,
    linear-gradient(#3A72B5, #3A72B5) right center / 2px 10px no-repeat,
    linear-gradient(#23486E, #23486E) center / 8px 2px no-repeat;
}

.terminalstrip__copyright {
  max-width: 1180px;
  margin: 14px auto 0;
  padding-top: 14px;
  border-top: 2px solid #D9D8CE;
  font-size: 0.85rem;
  color: #242E2B;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: none;
}

.nojs .reveal,
html.nojs .reveal {
  opacity: 1;
  transform: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .incomer {
    grid-template-columns: 1fr;
  }

  .incomer__scene {
    order: -1;
  }

  .rung {
    grid-template-columns: 1fr;
  }

  .rung__number {
    text-align: left;
  }

  .process__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .why {
    grid-template-columns: 1fr;
  }

  .contactzone {
    grid-template-columns: 1fr;
  }

  .terminalstrip__ducts {
    grid-template-columns: 1fr;
  }

  .railcontacts__toggle {
    display: inline-block;
    margin-left: auto;
  }

  .railcontacts__rungs {
    display: none;
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr 1fr;
    border-top: 2px solid #D9D8CE;
    padding-top: 8px;
  }

  .railcontacts__rungs.open {
    display: grid;
  }

  .railcontacts__contact {
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .incomer__headline,
  .pagehero__headline {
    font-size: 1.8rem;
  }

  .process__steps {
    grid-template-columns: 1fr;
  }

  .railcontacts__inner {
    padding: 12px 44px 0;
  }

  .rung--skewA,
  .rung--skewB {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
