/* ============================================================
   Reigning Horizon Holding Limited
   Harbour skyline massing plan styling
   Palette:
     HARBOUR-FOG   #F2F1EB  page background
     SKY-DEEP      #23324A  primary text
     LAMP-GOLD     #C9A24D  accent
     CRANE-BLUE    #4E6E8E  secondary
     TIDE-DEEP     #1E2C40  deepest blocks
     MOOR-LINE     #8B8F94  thin cable lines
     TERRACE-LINEN #E4E1D4  raised podium faces
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background-color: #F2F1EB;
  color: #23324A;
  overflow-x: hidden;
}

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

a {
  color: #4E6E8E;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1E2C40;
  text-decoration: underline;
}

/* ---------- Scroll reveal (class based, safe without JS) ---------- */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

.no-js-note {
  display: none;
}

.reveal-pre {
  transition: opacity 600ms ease, transform 600ms ease;
}

/* ---------- SKYLINE INDEX TABS navigation ---------- */

.skylinenav {
  position: relative;
  z-index: 40;
  background-color: #1E2C40;
  padding: 0 0 0 0;
  overflow-x: hidden;
}

.skylinenav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 0 24px;
}

.skylinenav-beaconrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  border-bottom: 1px solid #8B8F94;
  padding-bottom: 14px;
}

.skylinenav-brand {
  display: inline-block;
  background-color: #1E2C40;
  border: 2px solid #C9A24D;
  color: #F2F1EB;
  padding: 10px 20px;
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: bold;
}

.skylinenav-brand:hover,
.skylinenav-brand:focus {
  color: #C9A24D;
  text-decoration: none;
}

.skylinenav-tag {
  color: #F2F1EB;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skylinenav-tagmark {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #C9A24D;
  margin-right: 8px;
}

.skylinenav-tabs {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-top: 14px;
  padding-bottom: 0;
  flex-wrap: wrap;
}

.plot-tab {
  display: block;
  background-color: #E4E1D4;
  border: 1px solid #8B8F94;
  border-bottom: 3px solid #C9A24D;
  color: #23324A;
  padding: 10px 16px 12px 16px;
  min-width: 118px;
}

.plot-tab:hover,
.plot-tab:focus {
  background-color: #C9A24D;
  color: #1E2C40;
  text-decoration: none;
}

.plot-tab-label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4E6E8E;
}

.plot-tab:hover .plot-tab-label,
.plot-tab:focus .plot-tab-label {
  color: #1E2C40;
}

.plot-tab-name {
  display: block;
  font-size: 0.95rem;
  font-weight: bold;
  color: #23324A;
}

.plot-tab-a {
  transform: translateY(-14px);
}

.plot-tab-b {
  transform: translateY(-4px);
}

.plot-tab-c {
  transform: translateY(-20px);
}

.plot-tab-d {
  transform: translateY(-8px);
}

.plot-tab-e {
  transform: translateY(-16px);
}

.skylinenav-toggle {
  display: none;
  background-color: #E4E1D4;
  color: #1E2C40;
  border: 2px solid #C9A24D;
  padding: 9px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.skylinenav-toggle:hover,
.skylinenav-toggle:focus {
  background-color: #C9A24D;
  outline: none;
}

/* ---------- HERO : SKYLINE PANORAMA ---------- */

.skylinehero {
  background-color: #F2F1EB;
  border-bottom: 3px solid #1E2C40;
}

.skylinehero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 64px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: stretch;
}

.skylinehero-copy {
  flex: 1 1 52%;
  max-width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skylinehero-eyebrow {
  display: inline-block;
  align-self: flex-start;
  background-color: #E4E1D4;
  border-left: 5px solid #C9A24D;
  color: #1E2C40;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 7px 14px;
  margin-bottom: 22px;
}

.skylinehero-title {
  margin: 0 0 20px 0;
  font-size: 2.75rem;
  line-height: 1.14;
  color: #23324A;
  letter-spacing: -0.01em;
}

.skylinehero-title-gold {
  color: #C9A24D;
}

.skylinehero-lede {
  margin: 0 0 26px 0;
  font-size: 1.03rem;
  color: #23324A;
  max-width: 40em;
}

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

.beacon-plate {
  display: inline-block;
  background-color: #C9A24D;
  color: #1E2C40;
  border: 2px solid #1E2C40;
  padding: 13px 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.beacon-plate:hover,
.beacon-plate:focus {
  background-color: #1E2C40;
  color: #F2F1EB;
  text-decoration: none;
}

.beacon-plate-ghost {
  background-color: #E4E1D4;
  color: #1E2C40;
  border: 2px solid #4E6E8E;
}

.beacon-plate-ghost:hover,
.beacon-plate-ghost:focus {
  background-color: #4E6E8E;
  color: #F2F1EB;
}

.beacon-plate-tag {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  color: #4E6E8E;
  margin-bottom: 3px;
}

.beacon-plate:hover .beacon-plate-tag,
.beacon-plate:focus .beacon-plate-tag {
  color: #C9A24D;
}

/* ---- The CSS skyline illustration ---- */

.skylinehero-scene {
  flex: 1 1 40%;
  min-width: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.skyscene {
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 420px;
  border: 2px dashed #8B8F94;
  background-color: #E4E1D4;
  padding: 16px;
}

.skyscene-boundary-label {
  position: absolute;
  top: -13px;
  left: 16px;
  background-color: #F2F1EB;
  color: #4E6E8E;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0 8px;
}

.skyscene-north {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid #4E6E8E;
  background-color: #F2F1EB;
  text-align: center;
  line-height: 34px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #1E2C40;
}

.skyscene-north::after {
  content: "\2191";
  margin-left: 2px;
  color: #C9A24D;
}

.skyscene-ground {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 74px;
  height: 2px;
  background-color: #8B8F94;
}

.skyscene-podium {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 42px;
  height: 32px;
  background-color: #23324A;
  border-top: 3px solid #C9A24D;
}

.skyscene-podium-windows {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 9px;
  height: 6px;
  background-image: repeating-linear-gradient(
    to right,
    #C9A24D 0,
    #C9A24D 5px,
    #23324A 5px,
    #23324A 14px
  );
}

.skyscene-water {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  background-color: #1E2C40;
}

.skyscene-pier {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 42px;
  background-color: #8B8F94;
}

.skyscene-pier-1 {
  left: 22%;
}

.skyscene-pier-2 {
  left: 50%;
}

.skyscene-pier-3 {
  left: 77%;
}

.skyscene-waterline {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  height: 2px;
  background-color: #4E6E8E;
}

.tower {
  position: absolute;
  bottom: 74px;
  background-color: #1E2C40;
  border: 1px solid #4E6E8E;
}

.tower-windows {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 8px;
  bottom: 8px;
  background-image: repeating-linear-gradient(
    to bottom,
    #C9A24D 0,
    #C9A24D 3px,
    #1E2C40 3px,
    #1E2C40 12px
  );
}

.tower-windows-plain {
  background-image: repeating-linear-gradient(
    to bottom,
    #C9A24D 0,
    #C9A24D 3px,
    #1E2C40 3px,
    #1E2C40 13px
  );
}

.tower-a {
  left: 4%;
  width: 54px;
  height: 118px;
}

.tower-b {
  left: 19%;
  width: 44px;
  height: 196px;
}

.tower-c {
  left: 33%;
  width: 62px;
  height: 150px;
  background-color: #4E6E8E;
}

.tower-d {
  left: 50%;
  width: 40px;
  height: 250px;
}

.tower-e {
  left: 63%;
  width: 58px;
  height: 132px;
}

.tower-f {
  left: 79%;
  width: 46px;
  height: 210px;
}

.tower-beacon {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 18px;
  background-color: #C9A24D;
}

.crane {
  position: absolute;
  bottom: 74px;
  left: 30%;
  width: 90px;
  height: 170px;
}

.crane-mast {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 150px;
  background-color: #4E6E8E;
}

.crane-jib {
  position: absolute;
  top: 12px;
  left: 0;
  width: 90px;
  height: 5px;
  background-color: #4E6E8E;
}

.crane-cable {
  position: absolute;
  top: 17px;
  left: 66px;
  width: 2px;
  height: 62px;
  background-color: #C9A24D;
}

.crane-hook {
  position: absolute;
  top: 79px;
  left: 61px;
  width: 12px;
  height: 10px;
  background-color: #C9A24D;
}

/* ---------- Section frame helpers ---------- */

.rh-band {
  padding: 58px 24px;
}

.rh-band-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.rh-kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #4E6E8E;
  border-bottom: 2px solid #C9A24D;
  padding-bottom: 5px;
  margin-bottom: 16px;
}

.rh-h2 {
  margin: 0 0 18px 0;
  font-size: 1.95rem;
  line-height: 1.22;
  color: #23324A;
}

.rh-p {
  margin: 0 0 16px 0;
  color: #23324A;
  max-width: 62em;
}

.rh-p-tight {
  margin-bottom: 10px;
}

/* Reading panel used in prose sections */

.holding-panel {
  background-color: #E4E1D4;
  border: 1px solid #8B8F94;
  border-left: 6px solid #C9A24D;
  padding: 26px 28px;
}

.rh-inline-link {
  color: #4E6E8E;
  font-weight: bold;
  border-bottom: 2px solid #C9A24D;
}

.rh-inline-link:hover,
.rh-inline-link:focus {
  color: #1E2C40;
  text-decoration: none;
}

/* ---------- FLOOR ARCHIVE ROWS ---------- */

.floorrows {
  background-color: #F2F1EB;
  padding: 6px 0 0 0;
}

.floorrows-head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 24px 26px 24px;
}

.floor-ledger {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  border-top: 1px solid #8B8F94;
  border-bottom: 1px solid #8B8F94;
  min-height: 178px;
}

.floor-ledger-linen {
  background-color: #E4E1D4;
}

.floor-ledger-linen-deep {
  background-color: #DBD7C7;
}

.floor-ledger-deep {
  background-color: #1E2C40;
}

.ledger-level {
  flex: 0 0 128px;
  background-color: #1E2C40;
  color: #F2F1EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.floor-ledger-deep .ledger-level {
  background-color: #C9A24D;
  color: #1E2C40;
}

.ledger-level-code {
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.ledger-level-word {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 6px;
}

.ledger-level-dot {
  width: 12px;
  height: 12px;
  background-color: #C9A24D;
  margin-top: 12px;
}

.floor-ledger-deep .ledger-level-dot {
  background-color: #1E2C40;
}

.ledger-panel {
  flex: 1 1 0;
  min-width: 280px;
  padding: 22px 28px 26px 28px;
}

.floor-ledger-deep .ledger-panel {
  color: #F2F1EB;
}

.ledger-name {
  margin: 0 0 10px 0;
  font-size: 1.32rem;
  color: #23324A;
}

.floor-ledger-deep .ledger-name {
  color: #F2F1EB;
}

.ledger-name-link {
  color: #23324A;
  border-bottom: 3px solid #C9A24D;
}

.ledger-name-link:hover,
.ledger-name-link:focus {
  color: #C9A24D;
  text-decoration: none;
}

.floor-ledger-deep .ledger-name-link {
  color: #F2F1EB;
  border-bottom-color: #C9A24D;
}

.floor-ledger-deep .ledger-name-link:hover,
.floor-ledger-deep .ledger-name-link:focus {
  color: #C9A24D;
}

.ledger-text {
  margin: 0;
  font-size: 0.97rem;
  max-width: 60em;
}

.floor-ledger-deep .ledger-text {
  color: #E4E1D4;
}

.ledger-riser {
  flex: 0 0 210px;
  min-width: 180px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ledger-riser-line {
  position: relative;
  height: 4px;
  background-color: #8B8F94;
  margin-bottom: 12px;
}

.ledger-riser-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: #C9A24D;
}

.floor-ledger-deep .ledger-riser-line {
  background-color: #4E6E8E;
}

.riser-fill-l1 {
  width: 16%;
}

.riser-fill-l2 {
  width: 32%;
}

.riser-fill-l3 {
  width: 50%;
}

.riser-fill-l4 {
  width: 66%;
}

.riser-fill-l5 {
  width: 83%;
}

.riser-fill-l6 {
  width: 100%;
}

.ledger-riser-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4E6E8E;
}

.floor-ledger-deep .ledger-riser-label {
  color: #C9A24D;
}

.ledger-riser-sf {
  display: block;
  margin-top: 4px;
  font-size: 1.02rem;
  font-weight: bold;
  color: #23324A;
}

.floor-ledger-deep .ledger-riser-sf {
  color: #F2F1EB;
}

.skew-right {
  transform: skewY(-1deg);
}

.skew-left {
  transform: skewY(1deg);
}

.ledger-short {
  min-height: 158px;
}

.ledger-tall {
  min-height: 200px;
}

/* ---------- ACCENT STRIP : HOLDING NOTICE ---------- */

.holdingnotice {
  background-color: #C9A24D;
  color: #1E2C40;
  border-top: 3px solid #1E2C40;
  border-bottom: 3px solid #1E2C40;
  padding: 26px 24px;
}

.holdingnotice-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.holdingnotice-pier {
  flex: 0 0 4px;
  align-self: stretch;
  min-height: 40px;
  background-color: #1E2C40;
}

.holdingnotice-glyph {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background-color: #1E2C40;
  color: #C9A24D;
  text-align: center;
  line-height: 34px;
  font-size: 1.1rem;
  font-weight: bold;
}

.holdingnotice-text {
  flex: 1 1 320px;
  margin: 0;
  font-size: 1.04rem;
  font-weight: bold;
  color: #1E2C40;
}

.holdingnotice-link {
  color: #1E2C40;
  border-bottom: 2px solid #1E2C40;
  font-weight: bold;
}

.holdingnotice-link:hover,
.holdingnotice-link:focus {
  color: #F2F1EB;
  text-decoration: none;
}

/* ---------- Generic content blocks for services / contact ---------- */

.rh-split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.rh-split-main {
  flex: 1 1 62%;
  min-width: 300px;
}

.rh-split-side {
  flex: 1 1 30%;
  min-width: 260px;
}

.rh-side-panel {
  background-color: #1E2C40;
  color: #F2F1EB;
  padding: 24px 26px;
}

.rh-side-panel-title {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  color: #C9A24D;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.rh-side-list li {
  border-bottom: 1px solid #4E6E8E;
  padding: 9px 0;
  color: #F2F1EB;
  font-size: 0.93rem;
}

.rh-side-list a {
  color: #F2F1EB;
}

.rh-side-list a:hover,
.rh-side-list a:focus {
  color: #C9A24D;
}

.service-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-block {
  border-top: 1px solid #8B8F94;
  padding: 26px 0 22px 0;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.service-block:last-child {
  border-bottom: 1px solid #8B8F94;
}

.service-index {
  flex: 0 0 74px;
  height: 74px;
  background-color: #1E2C40;
  color: #C9A24D;
  text-align: center;
  line-height: 74px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 4px solid #C9A24D;
}

.service-body {
  flex: 1 1 0;
  min-width: 260px;
}

.service-title {
  margin: 0 0 8px 0;
  font-size: 1.24rem;
  color: #23324A;
}

.service-text {
  margin: 0 0 10px 0;
  color: #23324A;
  font-size: 0.97rem;
}

.service-meta {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4E6E8E;
}

.process-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.process-step {
  flex: 1 1 200px;
  min-width: 200px;
  background-color: #E4E1D4;
  border-top: 5px solid #C9A24D;
  padding: 18px 20px;
}

.process-step-code {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4E6E8E;
  margin-bottom: 6px;
}

.process-step-title {
  margin: 0 0 8px 0;
  font-size: 1.02rem;
  color: #23324A;
}

.process-step-text {
  margin: 0;
  font-size: 0.9rem;
  color: #23324A;
}

.cta-band {
  background-color: #1E2C40;
  color: #F2F1EB;
  padding: 44px 24px;
}

.cta-band-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-band-title {
  margin: 0 0 8px 0;
  font-size: 1.6rem;
  color: #F2F1EB;
}

.cta-band-text {
  margin: 0;
  color: #E4E1D4;
  max-width: 46em;
}

.cta-band-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---------- Contact form ---------- */

.contact-form {
  background-color: #E4E1D4;
  border: 1px solid #8B8F94;
  border-top: 5px solid #C9A24D;
  padding: 26px 28px;
}

.field-row {
  margin-bottom: 16px;
}

.field-label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4E6E8E;
  margin-bottom: 6px;
}

.field-input,
.field-textarea {
  width: 100%;
  padding: 11px 12px;
  font-size: 0.97rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #23324A;
  background-color: #F2F1EB;
  border: 1px solid #8B8F94;
}

.field-input:focus,
.field-textarea:focus {
  outline: 2px solid #C9A24D;
  border-color: #1E2C40;
}

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

.form-note {
  font-size: 0.82rem;
  color: #4E6E8E;
  margin: 12px 0 0 0;
}

.form-status {
  margin: 14px 0 0 0;
  padding: 10px 12px;
  background-color: #1E2C40;
  color: #F2F1EB;
  font-size: 0.9rem;
}

.contact-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fact-plate {
  background-color: #1E2C40;
  color: #F2F1EB;
  padding: 18px 20px;
  border-left: 5px solid #C9A24D;
}

.fact-plate-title {
  margin: 0 0 6px 0;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9A24D;
}

.fact-plate-value {
  margin: 0;
  font-size: 0.98rem;
  color: #F2F1EB;
}

.fact-plate-value a {
  color: #F2F1EB;
}

.fact-plate-value a:hover,
.fact-plate-value a:focus {
  color: #C9A24D;
}

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

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #4E6E8E;
  padding: 8px 0;
  font-size: 0.92rem;
  color: #F2F1EB;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;
}

.faq-item {
  background-color: #E4E1D4;
  border: 1px solid #8B8F94;
  border-left: 6px solid #4E6E8E;
  padding: 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  background-color: #E4E1D4;
  border: none;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #23324A;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.faq-question:hover,
.faq-question:focus {
  background-color: #C9A24D;
  color: #1E2C40;
  outline: none;
}

.faq-answer {
  margin: 0;
  padding: 0 20px 16px 20px;
  color: #23324A;
  font-size: 0.95rem;
  background-color: #E4E1D4;
}

.faq-item-closed .faq-answer {
  display: none;
}

.counter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.counter-cell {
  flex: 1 1 150px;
  min-width: 150px;
  background-color: #1E2C40;
  color: #F2F1EB;
  padding: 16px 18px;
  border-bottom: 4px solid #C9A24D;
}

.counter-figure {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #C9A24D;
}

.counter-word {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E4E1D4;
  margin-top: 4px;
}

/* ---------- PLINTH BASE footer ---------- */

.plinthbase {
  background-color: #1E2C40;
  color: #F2F1EB;
  position: relative;
  margin-top: 0;
}

.plinthbase-stringcourse {
  height: 6px;
  background-color: #8B8F94;
  position: relative;
}

.plinthbase-window {
  position: absolute;
  top: -6px;
  width: 22px;
  height: 18px;
  background-color: #C9A24D;
}

.plinthbase-window-1 {
  left: 12%;
}

.plinthbase-window-2 {
  left: 47%;
}

.plinthbase-window-3 {
  left: 82%;
}

.plinthbase-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 26px 24px;
}

.plinthbase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.plinth-tab {
  flex: 1 1 190px;
  min-width: 190px;
  background-color: #E4E1D4;
  color: #23324A;
  padding: 16px 18px;
  border-bottom: 4px solid #C9A24D;
}

.plinth-tab-title {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4E6E8E;
  margin-bottom: 8px;
}

.plinth-tab a {
  display: block;
  color: #23324A;
  font-size: 0.94rem;
  padding: 3px 0;
}

.plinth-tab a:hover,
.plinth-tab a:focus {
  color: #C9A24D;
}

.plinthbase-body {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.plinthbase-brandplate {
  flex: 1 1 46%;
  min-width: 280px;
  background-color: #23324A;
  border: 1px solid #4E6E8E;
  border-left: 6px solid #C9A24D;
  padding: 22px 24px;
}

.plinthbase-brandname {
  margin: 0 0 10px 0;
  font-size: 1.18rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F2F1EB;
}

.plinthbase-blurb {
  margin: 0;
  color: #E4E1D4;
  font-size: 0.93rem;
}

.plinthbase-contact {
  flex: 1 1 40%;
  min-width: 260px;
}

.plinthbase-contact-line {
  margin: 0 0 8px 0;
  color: #F2F1EB;
  font-size: 0.93rem;
}

.plinthbase-contact-line a {
  color: #F2F1EB;
}

.plinthbase-contact-line a:hover,
.plinthbase-contact-line a:focus {
  color: #C9A24D;
}

.plinthbase-baseedge {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 22px 24px;
  border-top: 1px solid #4E6E8E;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.plinthbase-legal {
  font-size: 0.82rem;
  color: #E4E1D4;
}

.plinthbase-north {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C9A24D;
}

.plinthbase-north-glyph {
  width: 26px;
  height: 26px;
  border: 1px solid #C9A24D;
  text-align: center;
  line-height: 26px;
  color: #C9A24D;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .skylinenav-toggle {
    display: inline-block;
  }

  .skylinenav-tabs {
    display: none;
  }

  .skylinenav-tabs.skylinenav-tabs-open {
    display: flex;
  }

  .skylinehero-copy {
    max-width: 100%;
    flex-basis: 100%;
  }

  .skylinehero-title {
    font-size: 2.15rem;
  }

  .plot-tab-a,
  .plot-tab-b,
  .plot-tab-c,
  .plot-tab-d,
  .plot-tab-e {
    transform: none;
  }

  .skew-right,
  .skew-left {
    transform: none;
  }

  .ledger-riser {
    flex-basis: 100%;
  }
}

@media (max-width: 620px) {
  .skylinenav-tabs {
    gap: 8px;
  }

  .plot-tab {
    flex: 1 1 44%;
    min-width: 0;
  }

  .skylinehero-title {
    font-size: 1.75rem;
  }

  .skyscene {
    height: 340px;
  }

  .rh-h2 {
    font-size: 1.5rem;
  }

  .ledger-level {
    flex-basis: 100%;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    padding: 14px 18px;
  }

  .ledger-level-code {
    font-size: 1.4rem;
  }

  .ledger-level-dot {
    margin-top: 0;
  }

  .service-index {
    flex-basis: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
  }
}
