/* ==========================================================================
   CAHM HOLDINGS, LLC — dam concrete theme
   Palette:
     dam-night       #232830  body background (blue-grey concrete at dusk)
     foam-line       #E9ECE8  primary text
     sluice-steel    #5FA3B8  accent (wet steel of the gate hoist)
     gallery-deep    #161B21  wells + footer
     concrete-panel  #2F3742  raised dam panels
     form-tie        #8A8577  tie dots and aggregate flecks
     crest-mark      #D8DCDA  survey marks
     res-teal        #3E7E8C  reservoir water surfaces + gauge tower window ONLY
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #232830;
  color: #E9ECE8;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.7;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

a {
  color: #5FA3B8;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.25;
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.1rem;
}

/* --------------------------------------------------------------------------
   Utility
   -------------------------------------------------------------------------- */

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

.dam-eyebrow {
  font-family: "Courier New", monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: #5FA3B8;
  margin-bottom: 1rem;
  display: block;
}

.dam-h2 {
  font-size: 2rem;
  color: #E9ECE8;
  margin-bottom: 0.6rem;
}

.dam-h2 .dam-h2-tick {
  color: #5FA3B8;
}

.dam-lede {
  color: #D8DCDA;
  max-width: 62ch;
  font-size: 1.05rem;
}

.dam-section {
  padding: 68px 0;
}

.dam-section--well {
  background-color: #161B21;
}

.dam-section--panel {
  background-color: #2F3742;
}

/* ==========================================================================
   GATE BAY HEAD (.gatebay)
   ========================================================================== */

.gatebay {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #2F3742;
  border-bottom: 4px solid #161B21;
  box-shadow: 0 6px 0 0 #161B21;
}

.gatebay-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 24px;
  max-width: 1320px;
  margin: 0 auto;
}

.gatebay-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #161B21;
  padding: 8px 16px;
  border: 1px solid #5FA3B8;
  border-radius: 3px;
}

.gatebay-brand-glyph {
  width: 34px;
  height: 34px;
  position: relative;
  flex: 0 0 34px;
}

.gatebay-brand-glyph::before {
  content: "";
  position: absolute;
  left: 90%;
  bottom: 2px;
  width: 30px;
  height: 30px;
  border: 3px solid #5FA3B8;
  border-radius: 50%;
  transform: translateX(-50%);
}

.gatebay-brand-glyph::after {
  content: "";
  position: absolute;
  left: 90%;
  bottom: 17px;
  width: 15px;
  height: 3px;
  background-color: #5FA3B8;
  transform: translateX(-50%);
}

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

.gatebay-brand-name {
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #E9ECE8;
  font-size: 0.98rem;
}

.gatebay-brand-sub {
  font-family: "Courier New", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: #5FA3B8;
  text-transform: uppercase;
}

.gatebay-plaques {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gatebay-plaque {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232830;
  border: 1px solid #5FA3B8;
  border-top: 3px solid #D8DCDA;
  border-radius: 2px;
  padding: 10px 14px 14px;
  min-width: 84px;
}

.gatebay-plaque:nth-child(even) {
  min-width: 104px;
}

.gatebay-plaque-num {
  position: absolute;
  top: 3px;
  left: 6px;
  font-family: "Courier New", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: #8A8577;
}

.gatebay-plaque a {
  color: #E9ECE8;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.gatebay-plaque a:hover,
.gatebay-plaque a:focus {
  color: #5FA3B8;
  text-decoration: none;
}

.gatebay-plaque-rivets {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  gap: 3px;
}

.gatebay-plaque-rivets span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8A8577;
  display: block;
}

.gatebay-toggle {
  display: none;
  background-color: #161B21;
  color: #E9ECE8;
  border: 1px solid #5FA3B8;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  padding: 12px 16px;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  .gatebay-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .gatebay-toggle {
    display: block;
    width: 100%;
  }
  .gatebay-plaques {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    max-height: 0;
    overflow: hidden;
  }
  .gatebay-plaques.gatebay-open {
    max-height: 420px;
  }
  .gatebay-plaque,
  .gatebay-plaque:nth-child(even) {
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
    padding: 14px 16px 14px 44px;
  }
  .gatebay-brand {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   HERO — DAM FACE SCENE (.damface)
   ========================================================================== */

.damface {
  position: relative;
  background-color: #232830;
  border-bottom: 4px solid #161B21;
  overflow: hidden;
}

.damface-course {
  position: relative;
  min-height: 560px;
  background-color: #232830;
}

/* stepped concrete courses of the dam face */
.damface-course::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, #2F3742 0px, #2F3742 78px, #232830 78px, #232830 86px);
  background-color: #2F3742;
  z-index: 0;
}

.damface-courses {
  position: relative;
  z-index: 1;
  padding: 34px 24px 0;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.damface-courseband {
  height: 66px;
  background-color: #2F3742;
  border-bottom: 4px solid #232830;
  position: relative;
}

/* form-tie dot pairs on every course band */
.damface-courseband::before,
.damface-courseband::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #8A8577;
  transform: translateY(-50%);
}

.damface-courseband::before {
  left: 40px;
}

.damface-courseband::after {
  left: 60px;
}

.damface-courseband--wide::before {
  left: 22%;
}

.damface-courseband--wide::after {
  left: calc(22% + 20px);
}

/* crest survey line */
.damface-crestline {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D8DCDA;
  z-index: 2;
}

.damface-crestline::before,
.damface-crestline::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 2px;
  height: 14px;
  background-color: #D8DCDA;
}

.damface-crestline::before {
  left: 18%;
}

.damface-crestline::after {
  right: 18%;
}

/* the headline engraved on the crest course */
.damface-headline {
  position: relative;
  z-index: 3;
  max-width: 1320px;
  margin: 0 auto;
  padding: 54px 24px 10px;
}

.damface-headline h1 {
  font-size: 3.1rem;
  color: #E9ECE8;
  margin: 0;
  letter-spacing: 0.01em;
  font-weight: normal;
}

.damface-headline h1 span {
  display: block;
}

.damface-headline h1 .damface-hl-accent {
  color: #5FA3B8;
  font-style: italic;
}

/* radial gate arc + trunnion + hoist cables */
.damface-gate {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 190px;
  transform: translateX(-46%);
  width: 220px;
  height: 220px;
  pointer-events: none;
}

.damface-gate-arc {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  border: 16px solid #5FA3B8;
  border-radius: 50%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  box-sizing: border-box;
}

.damface-gate-trunnion {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #D8DCDA;
  border: 6px solid #5FA3B8;
  box-sizing: border-box;
}

.damface-gate-cable {
  position: absolute;
  top: -78px;
  width: 3px;
  height: 78px;
  background-color: #5FA3B8;
}

.damface-gate-cable--a {
  left: 34%;
}

.damface-gate-cable--b {
  left: 66%;
}

.damface-gate-deck {
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 16px;
  background-color: #2F3742;
  border-top: 3px solid #5FA3B8;
}

/* spill streak below the gate */
.damface-spill {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 372px;
  transform: translateX(-50%);
  width: 48px;
  height: 150px;
  background-color: #5FA3B8;
}

.damface-spill::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 120px;
  height: 34px;
  background-color: #3E7E8C;
}

/* gauge tower on the right */
.damface-tower {
  position: absolute;
  z-index: 5;
  right: 8%;
  top: 96px;
  width: 86px;
  height: 360px;
  background-color: #2F3742;
  border-left: 4px solid #161B21;
  border-right: 4px solid #161B21;
}

.damface-tower::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 16px;
  width: 50px;
  height: 190px;
  background-color: #3E7E8C;
  border: 3px solid #161B21;
  box-sizing: border-box;
}

.damface-tower-window {
  position: absolute;
  top: 96px;
  left: 24px;
  width: 34px;
  height: 44px;
  background-color: #3E7E8C;
  border: 2px solid #D8DCDA;
  box-sizing: border-box;
}

.damface-tower-anemometer {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 26px;
}

.damface-tower-anemometer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #D8DCDA;
}

.damface-tower-anemometer::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 54px;
  height: 2px;
  background-color: #D8DCDA;
}

.damface-tower-cups span {
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D8DCDA;
  display: block;
}

.damface-tower-cups span:nth-child(1) {
  left: 6px;
}

.damface-tower-cups span:nth-child(2) {
  left: 31px;
}

.damface-tower-cups span:nth-child(3) {
  left: 56px;
}

/* control booth on the crest, lower left */
.damface-booth {
  position: relative;
  z-index: 6;
  max-width: 1320px;
  margin: 26px auto 0;
  padding: 0 24px 40px;
  display: flex;
  justify-content: flex-start;
}

.damface-booth-card {
  background-color: #161B21;
  border: 1px solid #5FA3B8;
  border-left: 6px solid #5FA3B8;
  border-radius: 3px;
  padding: 26px 28px;
  max-width: 560px;
}

.damface-booth-card p {
  color: #E9ECE8;
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.damface-booth-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.damface-hoist {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #5FA3B8;
  color: #161B21;
  font-weight: bold;
  padding: 12px 20px 12px 12px;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.damface-hoist:hover,
.damface-hoist:focus {
  background-color: #D8DCDA;
  color: #161B21;
  text-decoration: none;
}

.damface-hoist-wheel {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 4px solid #161B21;
  position: relative;
  flex: 0 0 26px;
}

.damface-hoist-wheel::before,
.damface-hoist-wheel::after {
  content: "";
  position: absolute;
  background-color: #161B21;
}

.damface-hoist-wheel::before {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 3px;
  transform: translateX(-50%);
}

.damface-hoist-wheel::after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 3px;
  transform: translateY(-50%);
}

.damface-textlink {
  color: #5FA3B8;
  font-family: "Courier New", monospace;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .damface-headline h1 {
    font-size: 2.2rem;
  }
  .damface-tower {
    right: 4%;
    width: 66px;
  }
  .damface-gate {
    width: 160px;
    height: 160px;
  }
  .damface-gate-arc {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 620px) {
  .damface-headline h1 {
    font-size: 1.8rem;
  }
  .damface-tower {
    display: none;
  }
  .damface-gate {
    top: 150px;
  }
}

/* ==========================================================================
   SPILLWAY ARCHES (.spillarch)
   ========================================================================== */

.spillarch {
  position: relative;
  background-color: #232830;
  padding: 72px 0 80px;
}

.spillarch-head {
  max-width: 1180px;
  margin: 0 auto 40px;
  padding: 0 24px;
}

.spillarch-course {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 26px;
}

.spillarch-course--upper {
  justify-content: flex-start;
  margin-bottom: 34px;
}

.spillarch-course--lower {
  justify-content: flex-end;
  padding-left: 96px;
}

.spillarch-bay {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.spillarch-opening {
  position: relative;
  height: 150px;
  background-color: #2F3742;
  border: 6px solid #232830;
  border-bottom: none;
  border-radius: 999px 999px 0 0;
  overflow: hidden;
  box-shadow: inset 0 -30px 0 0 #161B21;
}

.spillarch-water {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3E7E8C;
}

.spillarch-water--third {
  height: 50px;
}

.spillarch-water--half {
  height: 75px;
}

.spillarch-water--twothirds {
  height: 100px;
}

.spillarch-water--quarter {
  height: 38px;
}

.spillarch-water--low {
  height: 22px;
}

.spillarch-water--crest {
  height: 132px;
}

.spillarch-chip {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #D8DCDA;
  color: #161B21;
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 2px;
}

.spillarch-apron {
  height: 8px;
  background-color: #161B21;
}

.spillarch-card {
  background-color: #161B21;
  border: 1px solid #5FA3B8;
  border-top: none;
  padding: 20px 18px 22px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.spillarch-card h3 {
  color: #E9ECE8;
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

.spillarch-card p {
  color: #D8DCDA;
  font-size: 0.92rem;
  margin-bottom: 0.8rem;
}

.spillarch-card-link {
  margin-top: auto;
  font-family: "Courier New", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5FA3B8;
}

.spillarch-card--stamp {
  border-color: #D8DCDA;
  border-width: 2px;
}

.spillarch-stamp {
  display: inline-block;
  margin-top: 10px;
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #D8DCDA;
  border: 2px solid #D8DCDA;
  padding: 3px 8px;
  transform: rotate(-2deg);
  text-transform: uppercase;
  align-self: flex-start;
}

@media (max-width: 880px) {
  .spillarch-course {
    flex-direction: column;
  }
  .spillarch-course--lower {
    padding-left: 24px;
  }
  .spillarch-opening {
    height: 120px;
  }
}

/* ==========================================================================
   FLOW BAND (.flowband)
   ========================================================================== */

.flowband {
  background-color: #161B21;
  border-top: 3px solid #5FA3B8;
  border-bottom: 3px solid #5FA3B8;
  padding: 26px 0;
}

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

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

.flowband-step {
  width: 34px;
  background-color: #D8DCDA;
}

.flowband-step--1 {
  height: 12px;
}

.flowband-step--2 {
  height: 26px;
}

.flowband-step--3 {
  height: 42px;
}

.flowband-step--4 {
  height: 60px;
}

.flowband-ticks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  margin-left: 6px;
}

.flowband-ticks span {
  font-family: "Courier New", monospace;
  font-size: 0.6rem;
  color: #8A8577;
  line-height: 1;
}

.flowband-note {
  color: #E9ECE8;
  font-size: 1rem;
  margin: 0;
  flex: 1 1 320px;
  min-width: 0;
}

.flowband-note strong {
  color: #5FA3B8;
}

/* ==========================================================================
   GALLERY CORRIDOR FOOTER (.galleryrun)
   ========================================================================== */

.galleryrun {
  background-color: #161B21;
  border-top: 6px solid #2F3742;
  position: relative;
}

.galleryrun-piperun {
  height: 40px;
  background-color: #232830;
  border-bottom: 3px solid #161B21;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 24px;
}

.galleryrun-wheel {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 4px solid #5FA3B8;
  position: relative;
  flex: 0 0 26px;
}

.galleryrun-wheel::before,
.galleryrun-wheel::after {
  content: "";
  position: absolute;
  background-color: #5FA3B8;
}

.galleryrun-wheel::before {
  left: 50%;
  top: 3px;
  bottom: 3px;
  width: 3px;
  transform: translateX(-50%);
}

.galleryrun-wheel::after {
  top: 50%;
  left: 3px;
  right: 3px;
  height: 3px;
  transform: translateY(-50%);
}

.galleryrun-center {
  background-color: #2F3742;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 30px;
  text-align: center;
  border-left: 4px solid #5FA3B8;
  border-right: 4px solid #5FA3B8;
}

.galleryrun-brand {
  color: #E9ECE8;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
}

.galleryrun-blurb {
  color: #D8DCDA;
  max-width: 62ch;
  margin: 0 auto 1.4rem;
  font-size: 0.95rem;
}

.galleryrun-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.galleryrun-link {
  background-color: #232830;
  border: 1px solid #5FA3B8;
  border-top: 3px solid #D8DCDA;
  color: #E9ECE8;
  padding: 9px 16px;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 2px;
}

.galleryrun-link:hover,
.galleryrun-link:focus {
  color: #5FA3B8;
  text-decoration: none;
}

.galleryrun-plinth {
  background-color: #2F3742;
  border-top: 3px solid #161B21;
  padding: 18px 0;
}

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

.galleryrun-plinth p {
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  color: #D8DCDA;
  letter-spacing: 0.04em;
}

.galleryrun-gate-glyph {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #5FA3B8;
  margin-right: 8px;
  vertical-align: middle;
}

/* ==========================================================================
   Generic content pieces for secondary pages
   ========================================================================== */

.dam-pagehead {
  background-color: #2F3742;
  border-bottom: 6px solid #161B21;
  padding: 56px 0 44px;
}

.dam-pagehead h1 {
  font-size: 2.4rem;
  color: #E9ECE8;
  margin-bottom: 0.5rem;
}

.dam-pagehead p {
  color: #D8DCDA;
  max-width: 68ch;
  margin: 0;
}

.dam-prose {
  max-width: 76ch;
}

.dam-prose h2 {
  color: #E9ECE8;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 0.6rem;
}

.dam-prose h3 {
  color: #5FA3B8;
  font-size: 1.15rem;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
}

.dam-prose p,
.dam-prose li {
  color: #E9ECE8;
}

.dam-prose ul {
  padding-left: 1.2rem;
}

.dam-prose a {
  color: #5FA3B8;
}

/* service detail rows used on services page */
.svcrow {
  background-color: #2F3742;
  border: 1px solid #5FA3B8;
  border-left: 6px solid #5FA3B8;
  padding: 30px 32px;
  margin-bottom: 24px;
  border-radius: 3px;
}

.svcrow h2 {
  color: #E9ECE8;
  font-size: 1.45rem;
  margin-bottom: 0.6rem;
}

.svcrow p {
  color: #E9ECE8;
  margin-bottom: 0.8rem;
}

.svcrow-tag {
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: #5FA3B8;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.7rem;
}

/* process overview */
.procstep {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background-color: #161B21;
  border: 1px solid #5FA3B8;
  padding: 22px 26px;
  margin-bottom: 16px;
  border-radius: 3px;
}

.procstep-num {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #5FA3B8;
  color: #161B21;
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.procstep-body h3 {
  color: #E9ECE8;
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.procstep-body p {
  color: #D8DCDA;
  margin: 0;
}

/* call to action panel */
.dam-cta {
  background-color: #2F3742;
  border: 2px solid #5FA3B8;
  border-radius: 4px;
  padding: 38px 36px;
  text-align: center;
}

.dam-cta h2 {
  color: #E9ECE8;
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}

.dam-cta p {
  color: #D8DCDA;
  max-width: 60ch;
  margin: 0 auto 1.4rem;
}

.dam-btn {
  display: inline-block;
  background-color: #5FA3B8;
  color: #161B21;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
}

.dam-btn:hover,
.dam-btn:focus {
  background-color: #D8DCDA;
  color: #161B21;
  text-decoration: none;
}

.dam-btn--ghost {
  background-color: transparent;
  color: #5FA3B8;
  border: 2px solid #5FA3B8;
}

.dam-btn--ghost:hover,
.dam-btn--ghost:focus {
  background-color: #5FA3B8;
  color: #161B21;
}

.dam-btnrow {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* contact page */
.contact-grid {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-form {
  flex: 1 1 380px;
  min-width: 0;
  background-color: #2F3742;
  border: 1px solid #5FA3B8;
  border-radius: 3px;
  padding: 30px 30px 32px;
}

.contact-form label {
  display: block;
  color: #E9ECE8;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background-color: #161B21;
  border: 1px solid #5FA3B8;
  border-radius: 2px;
  color: #E9ECE8;
  font-size: 1rem;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-family: "Georgia", serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #D8DCDA;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  background-color: #5FA3B8;
  color: #161B21;
  border: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 14px 26px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1rem;
}

.contact-form button:hover,
.contact-form button:focus {
  background-color: #D8DCDA;
}

.contact-form-status {
  color: #D8DCDA;
  font-size: 0.9rem;
  margin-top: 12px;
  display: block;
}

.contact-info {
  flex: 1 1 320px;
  min-width: 0;
}

.contact-info h3 {
  color: #E9ECE8;
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.contact-info p {
  color: #D8DCDA;
  margin-bottom: 0.6rem;
}

.contact-info block {
  display: block;
  background-color: #161B21;
  border-left: 5px solid #5FA3B8;
  padding: 20px 22px;
  margin-bottom: 20px;
  border-radius: 3px;
}

/* FAQ accordion */
.faq-item {
  background-color: #2F3742;
  border: 1px solid #5FA3B8;
  border-radius: 3px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #2F3742;
  color: #E9ECE8;
  border: none;
  font-family: "Georgia", serif;
  font-size: 1.02rem;
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.faq-q:hover,
.faq-q:focus {
  color: #5FA3B8;
}

.faq-q-mark {
  color: #5FA3B8;
  font-family: "Courier New", monospace;
  flex: 0 0 auto;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  background-color: #161B21;
}

.faq-a.faq-open {
  max-height: 400px;
}

.faq-a p {
  color: #D8DCDA;
  padding: 18px 22px;
  margin: 0;
}

/* reveal-on-scroll — visibility based, no transparency */
.reveal {
  visibility: hidden;
  transform: translateY(26px);
  transition: transform 600ms ease;
}

.reveal.is-revealed {
  visibility: visible;
  transform: translateY(0);
}

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