/* ==========================================================================
   HBI BIOCHIP LIMITED — Lab-on-chip floorplan theme
   Palette:
     bone body      #F4F2EB  (matte lab bench)
     well ink       #26323A  (primary text)
     reagent teal   #2F7D74  (primary accent)
     droplet coral  #C96A54  (secondary accent, chips/droplets only)
     channel grey   #5E6E72  (thin walls)
     podium deep    #223036  (deep well blocks, bone text)
     bench linen    #E7E4D8  (raised pad faces, well-ink text)
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: #223036;
  line-height: 1.22;
  margin: 0 0 0.6em 0;
}

h1 {
  font-size: 2.7rem;
  letter-spacing: -0.4px;
}

h2 {
  font-size: 2.0rem;
  letter-spacing: -0.2px;
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0 0 1.05em 0;
  color: #26323A;
}

a {
  color: #2F7D74;
}

a:hover {
  color: #223036;
}

img {
  max-width: 100%;
}

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

.wrap-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --------------------------------------------------------------------------
   Scroll reveal (class based only, safe without JS)
   -------------------------------------------------------------------------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

/* --------------------------------------------------------------------------
   NAVIGATION — INLET PORT ARRAY
   -------------------------------------------------------------------------- */
.portrow {
  background-color: #223036;
  border-bottom: 4px solid #2F7D74;
  position: relative;
}

.portrow-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px 12px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.chiplabel {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #26323A;
  border: 1px solid #5E6E72;
  border-radius: 6px;
  padding: 10px 16px 10px 12px;
  position: relative;
}

.chiplabel-notch {
  width: 12px;
  height: 12px;
  background-color: #2F7D74;
  border-radius: 3px;
  display: inline-block;
  flex: none;
}

.chiplabel-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  letter-spacing: 2.4px;
  color: #E7E4D8;
  font-weight: bold;
}

.chiplabel-sub {
  display: block;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 2.6px;
  color: #9FB6B3;
  font-weight: normal;
  margin-top: 2px;
}

.portlinks {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portlinks-item {
  display: block;
}

.portlinks-item:nth-child(1) { margin-bottom: 8px; }
.portlinks-item:nth-child(2) { margin-bottom: 0; }
.portlinks-item:nth-child(3) { margin-bottom: 10px; }
.portlinks-item:nth-child(4) { margin-bottom: 3px; }
.portlinks-item:nth-child(5) { margin-bottom: 8px; }

.portlink {
  display: block;
  min-width: 108px;
  text-align: center;
  text-decoration: none;
  background-color: #E7E4D8;
  border: 2px solid #5E6E72;
  border-radius: 5px;
  padding: 7px 12px 5px 12px;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.portlink:hover {
  background-color: #F4F2EB;
  border-color: #2F7D74;
}

.portlink-num {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 2px;
  color: #5E6E72;
  font-weight: bold;
}

.portlink-name {
  display: block;
  font-size: 0.92rem;
  letter-spacing: 0.6px;
  color: #26323A;
  font-weight: bold;
}

.portlink-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2F7D74;
  margin: 4px auto 0 auto;
}

.portlink-current {
  border-color: #2F7D74;
  background-color: #F4F2EB;
}

.portburger {
  display: none;
  background-color: #E7E4D8;
  border: 2px solid #2F7D74;
  border-radius: 5px;
  color: #223036;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  padding: 9px 16px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   HERO — CHIP FLOORPLAN
   -------------------------------------------------------------------------- */
.chipfloor {
  background-color: #F4F2EB;
  border-bottom: 1px solid #D8D4C6;
  padding: 54px 0 60px 0;
}

.chipfloor-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 44px;
  align-items: center;
  flex-wrap: wrap;
}

.chipfloor-copy {
  flex: 1 1 54%;
  min-width: 320px;
}

.chipfloor-art {
  flex: 1 1 40%;
  min-width: 300px;
}

.chipfloor-kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 3px;
  font-weight: bold;
  color: #223036;
  background-color: #E7E4D8;
  border-left: 5px solid #2F7D74;
  padding: 7px 14px;
  margin-bottom: 20px;
}

.chipfloor-title {
  font-size: 3.0rem;
  color: #26323A;
  margin-bottom: 18px;
}

.chipfloor-title .chipfloor-accent {
  color: #2F7D74;
}

.chipfloor-lede {
  font-size: 1.06rem;
  color: #26323A;
  max-width: 620px;
}

.cta-ports {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.cta-port {
  display: inline-block;
  text-decoration: none;
  background-color: #2F7D74;
  color: #F4F2EB;
  border-radius: 6px;
  border-bottom: 5px solid #223036;
  padding: 14px 26px 12px 26px;
  min-width: 190px;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.cta-port:hover {
  background-color: #223036;
  color: #F4F2EB;
  border-bottom-color: #2F7D74;
}

.cta-port-code {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 2.6px;
  font-weight: bold;
  color: #CFE3DF;
}

.cta-port-label {
  display: block;
  font-size: 1.02rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.cta-port-alt {
  background-color: #E7E4D8;
  color: #26323A;
  border-bottom-color: #2F7D74;
}

.cta-port-alt:hover {
  background-color: #223036;
  color: #F4F2EB;
}

.cta-port-alt .cta-port-code {
  color: #5E6E72;
}

.cta-port-alt:hover .cta-port-code {
  color: #CFE3DF;
}

/* ---- CSS chip plate ---- */
.chipplate {
  background-color: #E7E4D8;
  border: 4px solid #223036;
  border-radius: 22px;
  padding: 22px;
  position: relative;
  box-shadow: 14px 14px 0 #D8D4C6;
}

.chipplate-inner {
  background-color: #F4F2EB;
  border: 2px solid #5E6E72;
  border-radius: 14px;
  padding: 20px 18px;
  position: relative;
}

.chipplate-label {
  position: absolute;
  top: -1px;
  left: 16px;
  background-color: #2F7D74;
  color: #F4F2EB;
  font-size: 0.6rem;
  letter-spacing: 2.4px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 0 0 5px 5px;
}

.inletrow {
  display: flex;
  gap: 8px;
  margin: 12px 0 20px 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #5E6E72;
  flex-wrap: wrap;
}

.inletport {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background-color: #223036;
  border: 2px solid #5E6E72;
  position: relative;
}

.inletport-mark {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background-color: #2F7D74;
}

.inletport-coral .inletport-mark {
  background-color: #C96A54;
}

.channeltree {
  position: relative;
  height: 210px;
  border: 1px dashed #5E6E72;
  border-radius: 8px;
  background-color: #F4F2EB;
  overflow: hidden;
}

.chan {
  position: absolute;
  background-color: #2F7D74;
  border-radius: 2px;
}

.chan-h1 { top: 40px; left: 0; width: 46%; height: 5px; }
.chan-v1 { top: 40px; left: 44%; width: 5px; height: 70px; }
.chan-h2 { top: 105px; left: 44%; width: 40%; height: 5px; }
.chan-v2 { top: 60px; left: 68%; width: 5px; height: 105px; }
.chan-v3 { top: 160px; left: 18%; width: 5px; height: 40px; }
.chan-h3 { top: 84px; left: 18%; width: 28%; height: 5px; }
.chan-h4 { top: 196px; left: 18%; width: 62%; height: 5px; }
.chan-v4 { top: 105px; left: 84%; width: 5px; height: 91px; }

.well {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #5E6E72;
  background-color: #F4F2EB;
}

.well-a { width: 62px; height: 62px; top: 12px; left: 46%; background-color: #2F7D74; border-color: #223036; }
.well-b { width: 44px; height: 44px; top: 88px; left: 74%; background-color: #2F7D74; border-color: #223036; }
.well-c { width: 52px; height: 52px; top: 160px; left: 8%; background-color: #C96A54; border-color: #223036; }
.well-d { width: 34px; height: 34px; top: 128px; left: 38%; background-color: #F4F2EB; border-color: #5E6E72; }

.well-ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid #F4F2EB;
}

.droplet {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #C96A54;
  border: 2px solid #223036;
}

.droplet-1 { top: 34px; left: 22%; }
.droplet-2 { top: 100px; left: 60%; }
.droplet-3 { top: 190px; left: 52%; }

.valvesq {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #223036;
  border: 2px solid #2F7D74;
  border-radius: 2px;
}

.valvesq-1 { top: 36px; left: 32%; }
.valvesq-2 { top: 101px; left: 50%; }
.valvesq-3 { top: 156px; left: 30%; }

.wastetrough {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 70px;
  height: 26px;
  background-color: #223036;
  border: 2px solid #5E6E72;
  border-radius: 4px;
}

.wastetrough-arrow {
  position: absolute;
  right: 84px;
  bottom: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #2F7D74;
}

.chipplate-caption {
  font-size: 0.74rem;
  letter-spacing: 1.6px;
  color: #5E6E72;
  text-align: right;
  margin: 12px 0 0 0;
  font-weight: bold;
}

/* --------------------------------------------------------------------------
   SAMPLE INJECTION ACCENT STRIP
   -------------------------------------------------------------------------- */
.injection {
  background-color: #2F7D74;
  color: #F4F2EB;
  padding: 26px 0;
}

.injection-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.inject-line {
  flex: 1 1 80px;
  height: 4px;
  background-color: #F4F2EB;
  border-radius: 2px;
  min-width: 60px;
}

.inject-text {
  flex: 0 1 auto;
  margin: 0;
  font-size: 1.05rem;
  color: #F4F2EB;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.inject-text strong {
  color: #F4F2EB;
  text-decoration: underline;
  text-decoration-color: #223036;
  text-decoration-thickness: 3px;
}

.inject-glyph {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C96A54;
  border: 3px solid #F4F2EB;
  flex: none;
}

/* --------------------------------------------------------------------------
   SECTION SHELL
   -------------------------------------------------------------------------- */
.zone {
  padding: 62px 0;
}

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

.zone-kicker {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 3px;
  font-weight: bold;
  color: #2F7D74;
  border-bottom: 3px solid #C96A54;
  padding-bottom: 5px;
  margin-bottom: 16px;
}

.zone-title {
  font-size: 2.1rem;
  color: #26323A;
}

.zone-lede {
  max-width: 760px;
  font-size: 1.03rem;
  color: #26323A;
}

.zone-linen {
  background-color: #E7E4D8;
}

.zone-deep {
  background-color: #223036;
}

.zone-deep .zone-title,
.zone-deep h2,
.zone-deep h3 {
  color: #E7E4D8;
}

.zone-deep p {
  color: #E7E4D8;
}

/* --------------------------------------------------------------------------
   WELL ROWS — six service modules
   -------------------------------------------------------------------------- */
.wellrows {
  padding: 0 0 20px 0;
}

.wellmod {
  border-top: 1px solid #D2CEBF;
  border-bottom: 1px solid #D2CEBF;
}

.wellmod-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  gap: 34px;
  align-items: stretch;
  flex-wrap: wrap;
}

.wellmod-tint {
  background-color: #EFECDF;
}

.wellmod-deep {
  background-color: #223036;
  border-top: 1px solid #2F7D74;
  border-bottom: 1px solid #2F7D74;
}

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

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

.wellcol {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.wellblock {
  width: 128px;
  height: 128px;
  border-radius: 50% 50% 46% 46% / 58% 58% 42% 42%;
  background-color: #223036;
  border: 5px solid #5E6E72;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wellmod-deep .wellblock {
  border-color: #2F7D74;
}

.wellblock-code {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #E7E4D8;
  letter-spacing: 1px;
}

.wellblock-fill {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 10px;
  border-radius: 5px;
  background-color: #2F7D74;
}

.wellblock-fill-coral {
  background-color: #C96A54;
}

.wellcol-note {
  font-size: 0.64rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #5E6E72;
  text-align: center;
  margin: 0;
}

.wellmod-deep .wellcol-note {
  color: #9FB6B3;
}

.protocol {
  flex: 1 1 60%;
  min-width: 290px;
}

.protocol-title {
  font-size: 1.42rem;
  color: #26323A;
  margin-bottom: 10px;
}

.wellmod-deep .protocol-title {
  color: #E7E4D8;
}

.protocol-text {
  margin-bottom: 16px;
}

.wellmod-deep .protocol-text {
  color: #DDE5E4;
}

.protocol-link {
  display: inline-block;
  font-weight: bold;
  font-size: 0.86rem;
  letter-spacing: 1px;
  color: #2F7D74;
  text-decoration: none;
  border-bottom: 2px solid #C96A54;
  padding-bottom: 2px;
}

.protocol-link:hover {
  color: #223036;
}

.wellmod-deep .protocol-link {
  color: #7FC3BA;
}

.wellmod-deep .protocol-link:hover {
  color: #F4F2EB;
}

.capline {
  position: relative;
  height: 10px;
  background-color: #5E6E72;
  border-radius: 5px;
  margin-top: 20px;
}

.capline-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border-radius: 5px;
  background-color: #2F7D74;
}

.cap-5 { width: 8%; }
.cap-10 { width: 18%; }
.cap-20 { width: 34%; }
.cap-50 { width: 56%; }
.cap-100 { width: 78%; }
.cap-200 { width: 96%; }

.capline-tag {
  display: block;
  margin-top: 8px;
  font-size: 0.66rem;
  letter-spacing: 2.2px;
  font-weight: bold;
  color: #5E6E72;
}

.wellmod-deep .capline-tag {
  color: #9FB6B3;
}

/* --------------------------------------------------------------------------
   TEXT BLOCKS / SPLITS
   -------------------------------------------------------------------------- */
.split {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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

.padcard {
  background-color: #E7E4D8;
  border: 2px solid #5E6E72;
  border-radius: 10px;
  padding: 24px 22px;
  margin-bottom: 20px;
}

.padcard-deep {
  background-color: #223036;
  border-color: #2F7D74;
}

.padcard-deep h3,
.padcard-deep p,
.padcard-deep li {
  color: #E7E4D8;
}

.padcard-code {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 2.4px;
  font-weight: bold;
  color: #2F7D74;
  margin-bottom: 10px;
}

.padcard h3 {
  margin-bottom: 8px;
}

.padlist {
  margin: 0;
  padding: 0 0 0 20px;
}

.padlist li {
  margin-bottom: 8px;
  color: #26323A;
}

.deflist {
  margin: 0;
  padding: 0;
}

.deflist-item {
  padding: 14px 0;
  border-bottom: 1px solid #D2CEBF;
}

.deflist-term {
  font-weight: bold;
  color: #223036;
  display: block;
  font-size: 0.82rem;
  letter-spacing: 1.4px;
  margin-bottom: 4px;
}

.deflist-desc {
  margin: 0;
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   FOOTER — WASTE TROUGH BASE
   -------------------------------------------------------------------------- */
.troughbase {
  background-color: #223036;
  color: #E7E4D8;
  position: relative;
}

.troughrail {
  height: 10px;
  background-color: #5E6E72;
  position: relative;
}

.trougharrow {
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #2F7D74;
}

.trougharrow-1 { left: 14%; }
.trougharrow-2 { left: 48%; }
.trougharrow-3 { left: 82%; }

.troughports {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 6px 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.troughport {
  background-color: #26323A;
  border: 2px solid #5E6E72;
  border-radius: 6px;
  padding: 12px 16px;
  min-width: 150px;
}

.troughport-code {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 2.2px;
  font-weight: bold;
  color: #2F7D74;
  margin-bottom: 6px;
}

.troughport-link {
  display: block;
  color: #E7E4D8;
  text-decoration: none;
  font-size: 0.92rem;
  padding: 3px 0;
}

.troughport-link:hover {
  color: #7FC3BA;
}

.troughmain {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 0 24px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.troughplate {
  flex: 1 1 44%;
  min-width: 280px;
  background-color: #26323A;
  border: 2px solid #5E6E72;
  border-radius: 10px;
  padding: 20px 20px;
}

.troughplate-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  letter-spacing: 2.4px;
  color: #E7E4D8;
  margin: 0 0 10px 0;
}

.troughplate-text {
  color: #CFD8D7;
  font-size: 0.92rem;
  margin: 0;
}

.troughcontact {
  flex: 1 1 44%;
  min-width: 280px;
}

.troughcontact-row {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #E7E4D8;
}

.troughcontact-row a {
  color: #7FC3BA;
  text-decoration: none;
}

.troughcontact-row a:hover {
  color: #F4F2EB;
}

.troughcontact-key {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 2.4px;
  font-weight: bold;
  color: #5E6E72;
  margin-bottom: 2px;
}

.troughbase-edge {
  max-width: 1180px;
  margin: 26px auto 0 auto;
  padding: 16px 24px 22px 24px;
  border-top: 1px solid #5E6E72;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.troughbase-copy {
  margin: 0;
  font-size: 0.82rem;
  color: #9FB6B3;
}

.batchcode {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #26323A;
  border: 2px solid #5E6E72;
  border-radius: 5px;
  padding: 6px 12px;
}

.batchcode-bars {
  display: inline-block;
  width: 26px;
  height: 14px;
  background-image: repeating-linear-gradient(90deg, #E7E4D8 0 2px, #26323A 2px 5px, #E7E4D8 5px 6px, #26323A 6px 9px);
}

.batchcode-text {
  font-size: 0.68rem;
  letter-spacing: 2.4px;
  font-weight: bold;
  color: #E7E4D8;
}

/* --------------------------------------------------------------------------
   SERVICES / CONTACT PAGE PIECES
   -------------------------------------------------------------------------- */
.prose-block {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.prose-block h2 {
  margin-top: 38px;
}

.prose-block h3 {
  margin-top: 26px;
}

.prose-list {
  margin: 0 0 18px 0;
  padding: 0 0 0 22px;
}

.prose-list li {
  margin-bottom: 9px;
}

.process-track {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.process-step {
  flex: 1 1 200px;
  min-width: 200px;
  background-color: #E7E4D8;
  border: 2px solid #5E6E72;
  border-top: 6px solid #2F7D74;
  border-radius: 8px;
  padding: 20px 18px;
}

.process-step:nth-child(2) {
  border-top-color: #C96A54;
}

.process-step:nth-child(4) {
  border-top-color: #C96A54;
}

.process-num {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  color: #2F7D74;
  font-weight: bold;
  margin-bottom: 6px;
}

.process-step h3 {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

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

.ctaband {
  background-color: #2F7D74;
  padding: 46px 0;
  border-top: 6px solid #223036;
  border-bottom: 6px solid #C96A54;
}

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

.ctaband-copy {
  flex: 1 1 58%;
  min-width: 280px;
}

.ctaband-title {
  color: #F4F2EB;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.ctaband-text {
  color: #E7E4D8;
  margin: 0;
}

.ctaband-btn {
  display: inline-block;
  background-color: #223036;
  color: #F4F2EB;
  text-decoration: none;
  border-radius: 6px;
  border-bottom: 5px solid #C96A54;
  padding: 15px 28px;
  font-weight: bold;
  letter-spacing: 0.6px;
}

.ctaband-btn:hover {
  background-color: #E7E4D8;
  color: #223036;
}

.formgrid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px;
}

.formrow {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.formlabel {
  font-size: 0.76rem;
  letter-spacing: 1.8px;
  font-weight: bold;
  color: #223036;
}

.forminput,
.formtextarea {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  color: #26323A;
  background-color: #F4F2EB;
  border: 2px solid #5E6E72;
  border-radius: 6px;
  padding: 11px 13px;
}

.forminput:focus,
.formtextarea:focus {
  outline: none;
  border-color: #2F7D74;
}

.formtextarea {
  min-height: 150px;
  resize: vertical;
}

.formbtn {
  align-self: flex-start;
  background-color: #2F7D74;
  color: #F4F2EB;
  border: none;
  border-radius: 6px;
  border-bottom: 5px solid #223036;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.formbtn:hover {
  background-color: #223036;
}

.formstatus {
  margin: 14px 0 0 0;
  font-weight: bold;
  color: #2F7D74;
  min-height: 22px;
}

.faqitem {
  border: 2px solid #5E6E72;
  border-radius: 8px;
  background-color: #E7E4D8;
  margin-bottom: 14px;
  overflow: hidden;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #E7E4D8;
  border: none;
  color: #223036;
  font-size: 1rem;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", serif;
  padding: 16px 18px;
  cursor: pointer;
}

.faqq:hover {
  background-color: #F4F2EB;
}

.faqa {
  padding: 0 18px 18px 18px;
  margin: 0;
  color: #26323A;
  display: none;
}

.faqitem.is-open .faqa {
  display: block;
}

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

.hourslist li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #D2CEBF;
  font-size: 0.94rem;
}

.hoursday {
  font-weight: bold;
  color: #223036;
}

.hourstime {
  color: #26323A;
}

.counters {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.counter {
  flex: 1 1 190px;
  background-color: #E7E4D8;
  border: 2px solid #5E6E72;
  border-left: 8px solid #2F7D74;
  border-radius: 8px;
  padding: 20px 18px;
}

.counter-value {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.0rem;
  font-weight: bold;
  color: #2F7D74;
}

.counter-label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 1px;
  color: #26323A;
  margin-top: 4px;
}

.skipnote {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.tinynote {
  font-size: 0.86rem;
  color: #5E6E72;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  .chipfloor-title {
    font-size: 2.3rem;
  }
  .chipfloor-grid {
    gap: 30px;
  }
  .inletrow {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .portburger {
    display: block;
    margin-left: auto;
  }
  .portlinks {
    display: none;
    width: 100%;
    justify-content: flex-start;
  }
  .portlinks.is-open {
    display: flex;
  }
  .portlinks-item {
    margin-bottom: 4px !important;
  }
  .chipfloor-title {
    font-size: 1.95rem;
  }
  h1 {
    font-size: 2.0rem;
  }
  h2, .zone-title {
    font-size: 1.6rem;
  }
  .wellmod-inner {
    gap: 20px;
  }
  .wellcol {
    flex: 0 0 120px;
  }
  .wellblock {
    width: 100px;
    height: 100px;
  }
  .ctaband-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
