/* ==========================================================================
   ENVIROTECH GROUP — field monitoring station theme
   Palette:
     MIST-SAMPLE      #EEF2EE  body background (mist paper of a field sample log)
     POND-DEEP        #1F4E5F  primary text
     KELP-GREEN       #6E8F3C  accent
     CHIP-RUST        #B45F3C  secondary accent (sample flags, small chips)
     BORE-DEEP        #14262E  deepest blocks
     SILT-LINE        #8B968F  thin survey lines
     CLARIFIER-SAND   #E4DFCE  raised pad faces
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: #1F4E5F;
  text-decoration: none;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #1F4E5F;
}

p {
  margin: 0 0 1em;
}

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

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

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

/* ------------------------------------------------------------ station mast */
.maststrip {
  background-color: #14262E;
  border-bottom: 4px solid #6E8F3C;
  position: relative;
}

.maststrip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background-color: #8B968F;
}

.masttabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 0;
}

.brandplate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin-right: auto;
  padding: 10px 18px;
  border: 2px solid #6E8F3C;
  background-color: #14262E;
  color: #EEF2EE;
}

.brandplate-name {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #EEF2EE;
}

.brandplate-sub {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B45F3C;
}

.masttab {
  display: block;
  min-width: 108px;
  padding: 12px 14px 10px;
  background-color: #E4DFCE;
  border-top: 3px solid #6E8F3C;
  border-left: 1px solid #8B968F;
  border-right: 1px solid #8B968F;
  color: #1F4E5F;
  text-align: center;
}

.masttab-code {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #B45F3C;
  font-weight: 700;
}

.masttab-label {
  display: block;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.masttab-tall {
  padding-top: 26px;
}

.masttab-short {
  padding-top: 8px;
}

.masttab-mid {
  padding-top: 16px;
}

.masttab:hover,
.masttab:focus {
  background-color: #6E8F3C;
  color: #EEF2EE;
}

.masttab:hover .masttab-code,
.masttab:focus .masttab-code {
  color: #EEF2EE;
}

.navtoggle {
  display: none;
  width: 100%;
  margin: 12px 0 0;
  padding: 10px 14px;
  background-color: #E4DFCE;
  border: 1px solid #8B968F;
  color: #1F4E5F;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

@media (max-width: 860px) {
  .navtoggle {
    display: block;
  }
  .masttabs {
    align-items: stretch;
  }
  .masttab {
    width: calc(50% - 6px);
    min-width: 0;
    padding-top: 12px;
  }
  .masttab-tall,
  .masttab-short,
  .masttab-mid {
    padding-top: 12px;
  }
  .brandplate {
    width: 100%;
    margin-bottom: 8px;
  }
  .masttabs .masttab {
    display: none;
  }
  .masttabs.nav-open .masttab {
    display: block;
  }
}

/* ------------------------------------------------------------ station mast hero */
.stationmast {
  position: relative;
  background-color: #EEF2EE;
  border-bottom: 1px solid #8B968F;
  border-top: 1px solid #8B968F;
}

.stationmast-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 60px;
}

.stationmast-copy {
  flex: 1 1 55%;
  min-width: 320px;
}

.stationmast-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  background-color: #14262E;
  color: #EEF2EE;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.stationmast-copy h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.h1-kelp {
  color: #6E8F3C;
}

.stationmast-lead {
  font-size: 1.08rem;
  max-width: 60ch;
}

.flagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.sampleflag {
  display: inline-block;
  padding: 14px 22px 14px 44px;
  background-color: #6E8F3C;
  color: #EEF2EE;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  border: 2px solid #14262E;
}

.sampleflag::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #EEF2EE;
  clip-path: polygon(0 0, 100% 0, 62% 50%, 100% 100%, 0 100%);
}

.sampleflag-code {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #14262E;
}

.sampleflag-rust {
  background-color: #B45F3C;
  color: #EEF2EE;
}

.sampleflag-rust .sampleflag-code {
  color: #14262E;
}

.stationmast-figure {
  flex: 1 1 40%;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

/* ----------------------------------------------------- CSS monitoring station */
.mastscene {
  position: relative;
  width: 300px;
  height: 460px;
  background-color: #E4DFCE;
  border: 2px solid #8B968F;
  border-top: 6px solid #14262E;
}

.scene-sky {
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background-color: #EEF2EE;
  border-bottom: 1px solid #8B968F;
}

.scene-mast {
  position: absolute;
  left: 70px;
  top: 26px;
  width: 8px;
  height: 300px;
  background-color: #1F4E5F;
}

.scene-mast-top {
  position: absolute;
  left: 60px;
  top: 20px;
  width: 28px;
  height: 8px;
  background-color: #14262E;
}

.cup {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #6E8F3C;
  border-radius: 50%;
}

.cup-a { left: 36px; top: 24px; }
.cup-b { left: 84px; top: 14px; }
.cup-c { left: 60px; top: 44px; }

.scene-cuparm {
  position: absolute;
  left: 46px;
  top: 32px;
  width: 72px;
  height: 2px;
  background-color: #8B968F;
}

.solarpanel {
  position: absolute;
  left: 96px;
  top: 96px;
  width: 96px;
  height: 46px;
  background-color: #14262E;
  border: 2px solid #6E8F3C;
  transform: rotate(-9deg);
  transform-origin: left center;
}

.solarpanel-cell {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 18px;
  background-color: #1F4E5F;
  border-left: 1px solid #6E8F3C;
}

.solarpanel-cell.c1 { left: 6px; }
.solarpanel-cell.c2 { left: 27px; }
.solarpanel-cell.c3 { left: 48px; }
.solarpanel-cell.c4 { left: 69px; }

.scene-panelarm {
  position: absolute;
  left: 78px;
  top: 128px;
  width: 26px;
  height: 3px;
  background-color: #8B968F;
}

.borepipe {
  position: absolute;
  left: 150px;
  top: 118px;
  width: 26px;
  height: 250px;
  background-color: #14262E;
  border: 2px solid #1F4E5F;
}

.borepipe-tick {
  position: absolute;
  left: 4px;
  width: 18px;
  height: 2px;
  background-color: #8B968F;
}

.borepipe-tick.t1 { top: 34px; }
.borepipe-tick.t2 { top: 74px; }
.borepipe-tick.t3 { top: 114px; }
.borepipe-tick.t4 { top: 154px; }
.borepipe-tick.t5 { top: 194px; }
.borepipe-tick.t6 { top: 230px; }

.borepipe-cap {
  position: absolute;
  left: 144px;
  top: 108px;
  width: 38px;
  height: 12px;
  background-color: #6E8F3C;
}

.readstrip {
  position: absolute;
  left: 190px;
  width: 88px;
  height: 22px;
  background-color: #EEF2EE;
  border: 1px solid #8B968F;
}

.readstrip-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.readstrip-kelp { top: 150px; }
.readstrip-kelp .readstrip-fill { width: 62px; background-color: #6E8F3C; }
.readstrip-rust { top: 182px; }
.readstrip-rust .readstrip-fill { width: 34px; background-color: #B45F3C; }

.loggerbox {
  position: absolute;
  left: 60px;
  bottom: 16px;
  width: 180px;
  height: 74px;
  background-color: #14262E;
  border: 2px solid #8B968F;
}

.loggerbox-screen {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 90px;
  height: 34px;
  background-color: #6E8F3C;
  border: 2px solid #EEF2EE;
}

.loggerbox-line {
  position: absolute;
  left: 18px;
  width: 60px;
  height: 3px;
  background-color: #EEF2EE;
}

.loggerbox-line.l1 { top: 20px; }
.loggerbox-line.l2 { top: 28px; }
.loggerbox-line.l3 { top: 36px; width: 42px; }

.loggerbox-leds {
  position: absolute;
  right: 14px;
  top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.led {
  width: 10px;
  height: 10px;
  background-color: #6E8F3C;
  border: 1px solid #EEF2EE;
}

.led-rust { background-color: #B45F3C; }

.loggerbox-label {
  position: absolute;
  left: 12px;
  bottom: 8px;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #EEF2EE;
}

/* ------------------------------------------------------------- section header */
.bandhead {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px 8px;
}

.bandhead-kicker {
  display: inline-block;
  padding: 4px 10px;
  background-color: #14262E;
  color: #EEF2EE;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bandhead h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.bandhead p {
  max-width: 72ch;
  font-size: 1.02rem;
}

/* --------------------------------------------------------------- readoutrows */
.readoutrows {
  padding: 14px 0 30px;
}

.readoutmodule {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto 26px;
  padding: 0;
  background-color: #E4DFCE;
  border-left: 6px solid #6E8F3C;
  box-shadow: 0 1px 0 #8B968F;
}

.readoutmodule-sand2 {
  background-color: #DBD5C1;
  border-left-color: #B45F3C;
}

.readoutmodule-deep {
  background-color: #14262E;
  border-left-color: #6E8F3C;
}

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

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

.borecol {
  flex: 0 0 118px;
  background-color: #14262E;
  color: #EEF2EE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 10px;
  position: relative;
}

.borecol-code {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #EEF2EE;
}

.borecol-cap {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8B968F;
}

.borecol-dot {
  width: 10px;
  height: 10px;
  margin-top: 12px;
  background-color: #6E8F3C;
  border-radius: 50%;
}

.readoutmodule-deep .borecol {
  background-color: #0D1A20;
}

.findingpanel {
  flex: 1 1 340px;
  padding: 26px 30px 20px;
  min-width: 280px;
}

.readoutmodule-deep .findingpanel h3 {
  color: #EEF2EE;
}

.readoutmodule-deep .findingpanel p {
  color: #D6DED8;
}

.findingpanel h3 {
  font-size: 1.32rem;
  margin-bottom: 8px;
}

.findingpanel p {
  margin-bottom: 12px;
}

.servicelink {
  display: inline-block;
  font-weight: 700;
  color: #6E8F3C;
  border-bottom: 2px solid #6E8F3C;
}

.readoutmodule-deep .servicelink {
  color: #9DBE63;
  border-bottom-color: #9DBE63;
}

.scalerow {
  margin-top: 6px;
}

.scalebar {
  position: relative;
  height: 12px;
  background-color: #EEF2EE;
  border: 1px solid #8B968F;
}

.readoutmodule-deep .scalebar {
  background-color: #1F4E5F;
  border-color: #8B968F;
}

.scalefill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #6E8F3C;
}

.scalefill-trace { width: 22%; }
.scalefill-low { width: 34%; }
.scalefill-moderate { width: 48%; }
.scalefill-elevated { width: 60%; }
.scalefill-high { width: 76%; }
.scalefill-critical { width: 94%; }

.scalefill-rust {
  background-color: #B45F3C;
}

.scalelabel {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1F4E5F;
}

.readoutmodule-deep .scalelabel {
  color: #D6DED8;
}

/* ------------------------------------------------------------ accent strip */
.compliancewindow {
  background-color: #6E8F3C;
  color: #EEF2EE;
  border-top: 2px solid #8B968F;
  border-bottom: 2px solid #8B968F;
}

.compliancewindow-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.complianceflag {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background-color: #EEF2EE;
  clip-path: polygon(0 0, 100% 0, 62% 50%, 100% 100%, 0 100%);
}

.compliancewindow p {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 600;
  color: #EEF2EE;
}

/* ------------------------------------------------------------------- pieces */
.twocol {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 10px;
}

.twocol-main {
  flex: 1 1 58%;
  min-width: 300px;
}

.twocol-side {
  flex: 1 1 34%;
  min-width: 270px;
}

.infopad {
  background-color: #E4DFCE;
  border: 1px solid #8B968F;
  border-top: 5px solid #6E8F3C;
  padding: 22px 24px;
  margin-bottom: 20px;
}

.infopad h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.infopad-deep {
  background-color: #14262E;
  border-top-color: #6E8F3C;
}

.infopad-deep h3 {
  color: #EEF2EE;
}

.infopad-deep p,
.infopad-deep li {
  color: #D6DED8;
}

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

.plainlist li {
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid #8B968F;
}

.plainlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  background-color: #6E8F3C;
}

.chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chip {
  display: inline-block;
  padding: 4px 10px;
  background-color: #B45F3C;
  color: #EEF2EE;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chip-kelp {
  background-color: #6E8F3C;
}

/* ------------------------------------------------------------------- footer */
.loggerbase {
  position: relative;
  background-color: #14262E;
  color: #EEF2EE;
  margin-top: 40px;
  border-top: 3px solid #8B968F;
}

.latchrail {
  position: relative;
  height: 22px;
  background-color: #8B968F;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
}

.latch {
  width: 34px;
  height: 22px;
  background-color: #14262E;
  border-left: 3px solid #6E8F3C;
  border-right: 3px solid #6E8F3C;
  border-bottom: 3px solid #6E8F3C;
}

.loggerbase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 6px;
}

.loggtab {
  display: block;
  padding: 7px 12px;
  background-color: #1F4E5F;
  color: #EEF2EE;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  border-top: 2px solid #6E8F3C;
}

.loggtab:hover,
.loggtab:focus {
  background-color: #6E8F3C;
  color: #EEF2EE;
}

.loggerbase-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 12px;
}

.loggerbase-brand {
  flex: 1 1 46%;
  min-width: 280px;
  border: 2px solid #8B968F;
  padding: 18px 20px;
}

.loggerbase-brand h3 {
  color: #EEF2EE;
  font-size: 1.02rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.loggerbase-brand p {
  color: #C9D4CD;
  margin-bottom: 0;
}

.loggerbase-links {
  flex: 1 1 22%;
  min-width: 180px;
}

.loggerbase-links h4 {
  color: #6E8F3C;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.loggerbase-links a {
  display: block;
  color: #D6DED8;
  padding: 4px 0;
  font-size: 0.92rem;
}

.loggerbase-links a:hover,
.loggerbase-links a:focus {
  color: #9DBE63;
}

.loggerbase-foot {
  border-top: 1px solid #1F4E5F;
}

.loggerbase-footinner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 20px;
  font-size: 0.84rem;
  color: #C9D4CD;
}

.loggerbase-footinner a {
  color: #9DBE63;
}

.batchglyph {
  margin-left: auto;
  padding: 5px 12px;
  border: 1px solid #8B968F;
  color: #EEF2EE;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

/* ------------------------------------------------------------------- forms */
.formgrid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fieldlabel {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #1F4E5F;
}

.infopad-deep .fieldlabel {
  color: #C9D4CD;
}

.fieldinput,
.fieldarea {
  width: 100%;
  padding: 11px 12px;
  font-size: 0.96rem;
  font-family: inherit;
  color: #1F4E5F;
  background-color: #EEF2EE;
  border: 1px solid #8B968F;
}

.fieldarea {
  min-height: 130px;
  resize: vertical;
}

.fieldinput:focus,
.fieldarea:focus {
  outline: 2px solid #6E8F3C;
  outline-offset: 1px;
}

.formsubmit {
  align-self: flex-start;
  padding: 13px 26px;
  background-color: #6E8F3C;
  color: #EEF2EE;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 2px solid #14262E;
  cursor: pointer;
}

.formsubmit:hover,
.formsubmit:focus {
  background-color: #B45F3C;
}

.formnote {
  font-size: 0.82rem;
  color: #1F4E5F;
}

.formstatus {
  margin-top: 12px;
  padding: 10px 12px;
  background-color: #14262E;
  color: #EEF2EE;
  font-size: 0.9rem;
  display: none;
}

.formstatus.is-on {
  display: block;
}

/* ------------------------------------------------------------------ accordion */
.accordion {
  border: 1px solid #8B968F;
  background-color: #E4DFCE;
  margin-bottom: 12px;
}

.accordion-head {
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  background-color: #E4DFCE;
  color: #1F4E5F;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-left: 5px solid #6E8F3C;
  cursor: pointer;
  font-family: inherit;
}

.accordion-head:hover,
.accordion-head:focus {
  background-color: #DBD5C1;
}

.accordion-body {
  display: none;
  padding: 0 18px 16px;
  color: #1F4E5F;
}

.accordion-body.is-open {
  display: block;
}

/* ------------------------------------------------------------------- process */
.processrail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 10px;
}

.processstep {
  position: relative;
  padding: 18px 22px 18px 76px;
  background-color: #E4DFCE;
  border-left: 6px solid #6E8F3C;
  margin-bottom: 14px;
}

.processstep:nth-child(even) {
  border-left-color: #B45F3C;
  background-color: #DBD5C1;
}

.processstep-num {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 42px;
  height: 42px;
  background-color: #14262E;
  color: #EEF2EE;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.processstep h3 {
  font-size: 1.08rem;
  margin-bottom: 4px;
}

/* --------------------------------------------------------------- page header */
.pagehead {
  background-color: #14262E;
  color: #EEF2EE;
}

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

.pagehead-inner h1 {
  color: #EEF2EE;
  font-size: clamp(1.8rem, 3.6vw, 2.5rem);
  margin-bottom: 10px;
}

.pagehead-inner p {
  color: #C9D4CD;
  max-width: 70ch;
  margin-bottom: 0;
}

.pagehead-kicker {
  display: inline-block;
  padding: 4px 12px;
  background-color: #6E8F3C;
  color: #EEF2EE;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* ------------------------------------------------------------------- helpers */
.tagline {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B45F3C;
  font-weight: 700;
  margin-bottom: 10px;
}

.statlines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tagline-spaced {
  margin-top: 14px;
}

.statchip {
  padding: 8px 14px;
  background-color: #14262E;
  color: #EEF2EE;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.statchip strong {
  color: #9DBE63;
}

.sectiongap {
  height: 10px;
}

@media (max-width: 700px) {
  .readoutmodule {
    flex-direction: column;
  }
  .borecol {
    flex-direction: row;
    gap: 14px;
    padding: 14px 16px;
  }
  .borecol-dot {
    margin-top: 0;
  }
  .readout-skew-a,
  .readout-skew-b {
    transform: none;
  }
  .findingpanel {
    padding: 20px 18px;
  }
}
