/* =============================================================
   GBD SOUTHWEST — Plymouth Sound Coastal Engineering Station
   LIGHT theme: Hoe-Stone #ECEAE1 body · Channel-Deep #263440 text
   Accents: Thrift-Rose #B76E79 · Citadel-Sage #6A7869 · Gull-Grey #8A9290
   ============================================================= */

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

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

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #263440;
  background-color: #ECEAE1;
}

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

a { color: #B76E79; text-decoration: none; }
a:hover { text-decoration: underline; }

ul, ol { margin: 0; padding: 0; }

strong, b { color: #263440; }

h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0 0 0.7em;
  font-weight: 700;
  color: #263440;
}

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

/* -------------------------------------------------------------
   NAVIGATION — Tide-Tell Nav
   ------------------------------------------------------------- */
.nav-outer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #F1EFE7;
  z-index: 50;
}

.tide-tell-nav {
  position: relative;
  background-color: #F1EFE7;
  border-bottom: 1px solid #E3DECF;
}

/* thin tide-curve band across the very top */
.nav-tide-band {
  height: 20px;
  background: linear-gradient(90deg, transparent 0%, transparent 8%,
    #263440 8%, #263440 12%, transparent 12%, transparent 18%,
    #263440 18%, #263440 23%, transparent 23%, transparent 30%,
    #263440 30%, #263440 35%, transparent 35%, transparent 43%,
    #263440 43%, #263440 52%, transparent 52%, #263440 55%, #263440 58%,
    transparent 58%, #263440 60%, #263440 62%, transparent 62%, transparent 70%,
    #263440 70%, #263440 73%, transparent 73%, transparent 80%,
    #263440 80%, #263440 83%, transparent 83%, transparent 90%,
    #263440 90%, #263440 92%, transparent 92%);
  position: relative;
}
.nav-tide-band::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 3px;
  height: 10px;
  background-color: #B76E79;
  transform: translateX(50%) rotate(12deg);
  border-radius: 2px;
}
.nav-tide-band::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 16px;
  height: 3px;
  background-color: #263440;
  transform: translateX(-50%);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* small lantern glyph */
.lantern {
  width: 30px;
  height: 44px;
  position: relative;
  flex: 0 0 auto;
}
.lantern .l-tower {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 6px;
  height: 30px;
  background-color: #263440;
  box-shadow: 0 0 0 0 #263440, -3px 0 0 -2px #263440, 3px 0 0 -2px #263440;
  clip-path: polygon(25% 100%, 25% 30%, 0% 0%, 100% 0%, 75% 30%, 75% 100%);
}
.lantern .l-ray {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 22px;
  height: 5px;
  background-color: #B76E79;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
  border-radius: 2px;
}

.brand-word {
  display: block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #263440;
}
.brand-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8A9290;
  margin-top: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}
.nav-links a {
  display: block;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8A9290;
  font-weight: 600;
}
.nav-links a:hover { color: #B76E79; text-decoration: none; }
.nav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #B76E79;
  display: inline-block;
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #B76E79;
  color: #263440;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 3px;
}

/* -------------------------------------------------------------
   HERO — Lamp-Gallery Hero (two deck)
   ------------------------------------------------------------- */
.lamp-gallery-hero {
  background-color: #ECEAE1;
  padding: 64px 0 0;
}
.hero-upper {
  text-align: center;
  padding: 10px 24px 54px;
  max-width: 900px;
  margin: 0 auto;
}
.hero-chip {
  display: inline-block;
  background-color: #B76E79;
  color: #F1EFE7;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.hero-title {
  font-size: 50px;
  font-weight: 800;
  color: #263440;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  line-height: 1.08;
}
.hero-title span {
  color: #B76E79;
}
.hero-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #8A9290;
  max-width: 720px;
  margin: 0 auto 34px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.2s ease;
}
.btn-primary {
  background-color: #B76E79;
  color: #F1EFE7;
  border: 1px solid #B76E79;
}
.btn-primary:hover { background-color: #A55D68; text-decoration: none; color:#F1EFE7; }
.btn-secondary {
  background-color: transparent;
  color: #6A7869;
  border: 1px solid #6A7869;
}
.btn-secondary:hover { background-color: #6A7869; color: #F1EFE7; text-decoration: none; }
.btn-band {
  display: block;
  text-align: center;
  background-color: #B76E79;
  color: #F1EFE7;
  border: 1px solid #B76E79;
  max-width: 300px;
}
.btn-band:hover { background-color: #A55D68; text-decoration:none;color:#F1EFE7; }

/* Lower deck — lamp gallery band */
.lamp-band {
  background-color: #F1EFE7;
  border-top: 1px solid #B76E79;
  border-bottom: 1px solid #B76E79;
  overflow: hidden;
}
.lamp-strip {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.lamp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-height: 150px;
  padding: 8px;
  border-right: 1px dashed #E0D9C8;
}
.lamp-item:last-child { border-right: 0; }

/* Eddystone lighthouse tank */
.eddystone {
  width: 60px;
  height: 120px;
  position: relative;
}
.eddystone .stone {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  height: 76px;
  width: 44px;
  background:
    linear-gradient(90deg, #F1EFE7 0 20%, #E6E1D2 20% 24%, #F1EFE7 24% 46%, #E6E1D2 46% 50%, #F1EFE7 50% 72%, #E6E1D2 72% 76%, #F1EFE7 76% 100%);
  clip-path: polygon(14% 100%, 14% 30%, 0 8%, 100% 8%, 86% 30%, 86% 100%);
}
.eddystone .band {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 10px;
  background-color: #6A7869;
  clip-path: polygon(12% 0, 100% 8%, 92% 100%, 8% 100%, 0 12%);
}
.eddystone .room {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 20px;
  background-color: #263440;
  border-radius: 2px;
}
.room-ring {
  position: absolute;
  top: 5px;
  height: 10px;
  width: 7px;
  background-color: #B76E79;
  border-radius: 50%;
}
.ring-a { left: 7px; }
.ring-b { left: 18px; }
.ring-c { left: 29px; }
.eddystone .rail {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 4px;
  background-color: #263440;
  border-radius: 2px;
}
.l-beam {
  position: absolute;
  top: 76px;
  height: 4px;
  background-color: #E7D6D2;
}
.l-beam.left { left: -60px; width: 58px; clip-path: polygon(100% 0, 100% 100%, 0 50%); }
.l-beam.right { right: -60px; width: 58px; clip-path: polygon(0 0, 0 100%, 100% 50%); }
.eddystone .cup {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 6px;
  background-color: #263440;
  border-radius: 3px 3px 0 0;
}

.lamp-cap {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8A9290;
  text-align: center;
}

/* Mayflower Steps */
.mayflower {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.steps {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 2px;
}
.steps i {
  display: block;
  height: 15px;
  width: 46px;
  background-color: #E3D8C8;
  border-top: 2px solid #263440;
  border-radius: 2px;
  margin-bottom: 2px;
}
.slab-block {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8A9290;
  text-transform: uppercase;
}
harbour-chart .cap, 
.lamp-item .harbour-chart .cd-cap { color: #8A9290; }

/* Harbour chart panel */
.harbour-chart {
  background-color: #ECEAE1;
  border: 2px solid #B76E79;
  border-radius: 4px;
  padding: 12px;
  width: 92px;
  min-height: 104px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.hc-title {
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6A7869;
  margin-bottom: 6px;
}
.sounding { color: #263440; font-size: 10px; font-weight: 700; letter-spacing: 2px; margin: 50px 0 4px; }
.chart-note { font-size: 7px; color: #8A9290; letter-spacing: 0.05em; text-transform: uppercase;}
.dotted-lane {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: repeating-linear-gradient(180deg, #B76E79 0 3px, transparent 3px 6px);
}
.lamp-item .cd-cap { font: inherit; color:#8A9290; }

/* Sounding lead */
.lead-coil {
  width: 40px;
  height: 100px;
  position: relative;
}
.lead-rope {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #6A7869;
}
.lead-coils {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #6A7869;
}
.lead-weight {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 18px;
  background-color: #263440;
  clip-path: polygon(20% 0, 80% 0, 100% 30%, 70% 100%, 30% 100%, 0 30%);
}
.chart-rows { display:flex; flex-direction:column; gap:10px; }

/* Channel buoy */
.buoy {
  width: 60px;
  height: 120px;
  position: relative;
  margin: 0 auto;
}
.buoy .topmark-cone {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #6A7869;
}
.buoy .spar {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 12px;
  background-color: #263440;
}
.buoy .bod {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  border-radius: 50%;
}
.buoy .bod{background:#263440;}
.cl .plate{display:none;}
/* Use two tones via overlay */
.buoy .bcan {
  background-color: #B76E79;
}
.buoy .bcan-sub{
  position:absolute; top:34px; left:50%; transform:translateX(-50%);
  width:8px;height:14px; background:#263440; border-radius:2px;
}
.plate-code{
  position:absolute; bottom:-14px; left:50%; transform:translateX(-50%);
  font-size:7px; color:#6A7869; letter-spacing:0.1em; white-space:nowrap;
}

/* Signal flag locker */
.flag-locker {
  width: 74px;
  height: 100px;
  border: 2px solid #6A7869;
  background-color: #ECEAE1;
  border-radius: 3px;
  padding: 8px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.flag-strip {
  width: 14px;
  height: 40px;
  margin-bottom: 4px;
}
.signal-f1 { background: linear-gradient(180deg, #B76E79 0 33%, #263440 33% 66%, #B76E79 66% 100%); }
.signal-f2 { background: linear-gradient(180deg, #263440 0 33%, #F1EFE7 33% 66%, #B76E79 66% 100%); }
.signal-f3 { background: linear-gradient(180deg, #F1EFE7 0 50%, #B76E79 50% 100%); }
.fl-locker-foot {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8A9290;
  text-align: left;
  background-color: #ECEAE1;
  padding: 4px 6px;
  width: 74px;
  border: 1px solid #E3DECF;
  border-radius: 3px;
}

/* -------------------------------------------------------------
   SECTIONS — Sound-Lead Rows
   ------------------------------------------------------------- */
.sound-lead-rows {
  background-color: #ECEAE1;
  padding: 70px 0;
}
.section-head {
  text-align: left;
  max-width: 760px;
  margin-bottom: 44px;
}
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B76E79;
  font-weight: 700;
  margin-bottom: 12px;
}
.section-title { font-size: 36px; color: #263440; }
.section-blurb { color: #8A9290; font-size: 17px; }

.sound-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  background-color: #F1EFE7;
  border: 1px solid #B76E79;
  border-radius: 4px;
  margin-bottom: 11px;
  overflow: hidden;
}
.sr-lead-col {
  flex: 0 0 96px;
  background-color: #263440;
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sr-lead-col i.coil-rope {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background-color: #F1EFE7;
}
.sr-lead-col i.coil-round {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  border: 2px solid #F1EFE7;
  border-radius: 50%;
}
.sr-lead-col i.lead-bob {
  width: 22px;
  height: 34px;
  background-color: #F1EFE7;
  clip-path: polygon(30% 0, 70% 0, 100% 38%, 60% 100%, 40% 100%, 0 38%);
}
.hang-7 i.lead-bob { margin-bottom: 70px; }
.hang-9 i.lead-bob { margin-bottom: 58px; }
.hang-12 i.lead-bob { margin-bottom: 44px; }
.hang-15 i.lead-bob { margin-bottom: 30px; }
.hang-18 i.lead-bob { margin-bottom: 18px; }
.hang-21 i.lead-bob { margin-bottom: 6px; }

.fathom-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  width: 100%;
  text-align: center;
  color: #E7D6D2;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sr-body {
  flex: 1;
  padding: 26px 30px;
}
.sr-body h3 { font-size: 23px; margin-bottom: 10px; color: #263440; }
.sr-body p { margin: 0; color: #8A9290; font-size: 16px; }
.sr-cast {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background-color: #F3EDE9;
  border-left: 1px solid #E3DECF;
}
.cast-tag {
  background-color: #E7D6D2;
  color: #263440;
  font-family: "Courier New", monospace;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 9px 14px;
  border-radius: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cast-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #B76E79;
  border-radius: 50%;
  display: inline-block;
}
.bearing {
  font-family: "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #6A7869;
}

/* -------------------------------------------------------------
   METRIC BAND
   ------------------------------------------------------------- */
.metric-band {
  background-color: #263440;
  padding: 60px 0;
}
.metric-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.metric-cell {
  flex: 1;
  text-align: center;
  padding: 10px 20px;
}
.metric-num {
  font-size: 46px;
  font-weight: 800;
  color: #F1EFE7;
  line-height: 1;
  margin-bottom: 12px;
}
.metric-lab {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B76E79;
}
.metric-div {
  width: 1px;
  height: 52px;
  background-color: #B76E79;
  flex: 0 0 auto;
}

/* -------------------------------------------------------------
   STATEMENT BAND
   ------------------------------------------------------------- */
.statement-band {
  background-color: #E7D6D2;
  padding: 76px 0;
}
.statement-inner {
  max-width: 820px;
  margin: 0 auto;
}
.statement {
  font-size: 27px;
  line-height: 1.5;
  color: #263440;
  font-weight: 600;
  border-left: 4px solid #B76E79;
  padding-left: 30px;
  margin-bottom: 20px;
}
.statement-sig {
  color: #6A7869;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 34px;
  font-weight: 700;
}

/* -------------------------------------------------------------
   CTA BAND
   ------------------------------------------------------------- */
.cta-band {
  background-color: #ECEAE1;
  padding: 76px 0;
  text-align: center;
}
.cta-band h2 { font-size: 38px; color: #B76E79; }
.cta-band p { color: #8A9290; font-size: 18px; max-width: 620px; margin: 0 auto 34px; }

/* -------------------------------------------------------------
   FOOTER — Pilothouse
   ------------------------------------------------------------- */
.pilothouse-footer {
  background-color: #263440;
  color: #F1EFE7;
  position: relative;
}
.footer-wheel {
  height: 16px;
  border-bottom: 1px solid #B76E79;
  position: relative;
}
.footer-wheel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 15px;
  border-left: 2px solid #B76E79;
  border-right: 2px solid #B76E79;
  background-color: #B76E79;
}
.footer-strip {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 52px 24px 30px;
  position: relative;
  z-index: 1;
}
.fz-left { flex: 1.3; min-width: 240px; }
.fz-center { flex: 1; min-width: 220px; }
.fz-right { flex: 1.2; min-width: 240px; }
.footer-word {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F1EFE7;
  margin: 10px 0 6px;
}
.footer-desc { color: #8A9290; font-size: 14px; }
.footer-col-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B76E79;
  font-weight: 700;
  margin: 0 0 14px;
}
.foot-link-group { margin-bottom: 22px; }
.foot-link-group ul { list-style: none; margin: 0; }
.foot-link-group li { margin-bottom: 8px; }
.footer a { color: #F1EFE7; }
.footer a:hover { color: #B76E79; text-decoration: none; }
.fz-right .fct { font-size: 15px; margin-bottom: 10px; color: #F1EFE7; }
.fz-right .fct a { color: #F1EFE7; }
.fz-right .fsub { color: #8A9290; font-size: 13px; }
.footer-bottom {
  border-top: 1px solid #6A7869;
  padding: 18px 24px;
  text-align: center;
  color: #8A9290;
  font-size: 13px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.03em;
}

/* Gutter anchors to offset sticky header */
.section-anchor { scroll-margin-top: 96px; }

/* Content pages (shared) */
.page-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px;
}
.page-hero-hero {
  background-color: #ECEAE1;
  padding-bottom: 20px;
}

/* secondary content visual hides lamp bands on non-home pages */
.not-home-lamp { display: none; }

/* -------------------------------------------------------------
   CONTACT PAGE
   ------------------------------------------------------------- */
.contact-split {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.contact-split > div { flex: 1; }
.contact-form { margin-top: 8px; }
.form-field { margin-bottom: 18px; }
.form-field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #263440;
  font-weight: 700;
  margin-bottom: 6px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #6A7869;
  border-radius: 4px;
  background-color: #F1EFE7;
  color: #263440;
  font-size: 16px;
  padding: 12px 14px;
  font-family: inherit;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 2px solid #B76E79;
  outline-offset: 0;
  border-color: #B76E79;
}
.form-field textarea { resize: vertical; }
.form-note { margin-top: 10px; font-size: 14px; color: #6A7869; font-weight: 600; }
.form-note.ok { color: #263440; }

.contact-side .c-card {
  background-color: #F1EFE7;
  border: 1px solid #E3DECF;
  border-radius: 4px;
  padding: 16px 18px;
  margin-bottom: 12px;
}
.contact-side .c-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B76E79;
  font-weight: 700;
  margin: 0 0 4px;
}
.contact-side .c-value { margin: 0; color: #263440; }
.contact-blurb {
  margin-top: 18px;
  color: #8A9290;
  font-size: 15px;
  background-color: #E7D6D2;
  border-left: 4px solid #B76E79;
  padding: 16px 18px;
  border-radius: 0 4px 4px 0;
}

/* FAQ */
.faq-inner { max-width: 820px; }
.faq-list { margin-top: 14px; }
.faq-item { border-bottom: 1px solid #E3DECF; }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 6px;
  font-size: 18px;
  font-weight: 700;
  color: #263440;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  font-family: inherit;
}
.faq-q::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-left: 3px solid #B76E79;
  border-bottom: 3px solid #B76E79;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s ease;
}
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(135deg); }
.faq-q:hover { color: #B76E79; }
.faq-a {
  display: none;
  padding: 0 6px 18px 6px;
  color: #6A7869;
}
.faq-item.open .faq-a { display: block; }
.faq-a p { margin: 0; color: #6A7869; }

.contact-area select option { color: #263440; }

/* ----- Responsive ----- */
@media (max-width: 920px) {
  .nav-toggle { display: inline-block; }
  .nav-links {
    display: none;
    /* JS toggles to flex below; base mobile closed */
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 4px;
    padding: 6px 0 14px;
  }
  .nav-links.open li { display: flex; align-items: center; gap: 2px; }
  .light-nav-mobile .nav-row { flex-wrap: wrap; }
  .faq-dots-mobile-ok,
  .nav-links { list-style: none; }
}

@media (max-width: 860px) {
  .hero-title { font-size: 38px; }
  .metric-grid { flex-wrap: wrap; }
  .metric-cell { flex: 1 1 46%; }
  .metric-div { display: none; }
  .lamp-strip { flex-wrap: wrap; }
  .lamp-item { flex: 1 1 30%; border-right: 0; }
  .lamp-item:last-child { flex: 1 1 100%; }
  .sound-row { flex-wrap: wrap; }
  .sr-cast { flex-direction: row; flex: 1 1 100%; justify-content: flex-start; border-left: 0; border-top: 1px solid #E3DECF; }
  .sr-lead-col { flex: 0 0 60px; min-height: 120px; }
}

@media (max-width: 880px) {
  .contact-split { flex-direction: column; gap: 30px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .footer-strip { flex-direction: column; }
  .fz-right, .fz-center, .fz-left { min-width: 100%; }
}
