/* ============================================================
   BCWInvest - Lakeshore Investment Room
   Light palette shipped for this site only.
   SHORE MIST #F2F1EA / DEEP WATER INK #252B33
   LOON SLATE #46647A accent / DOCK GREY #8E949B
   MIST CARD #FAFAF5 / CHART BONE #EDE8D8 / BOATHOUSE DARK #232A2E
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", Georgia, "Times New Roman", serif;
  background-color: #F2F1EA;
  color: #252B33;
  line-height: 1.7;
}

body, .page-shell { overflow-x: hidden; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", "Segoe UI", Georgia, serif; line-height: 1.2; }

a { color: #46647A; }
a:hover { color: #252B33; }

img { max-width: 100%; }

/* Reveal machinery: hidden only without JS by a CSS class, safe without JS */
.reveal {
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}
.reveal.section-hidden {
  opacity: 0;
  transform: translateY(16px);
  visibility: hidden;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
  visibility: visible;
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* Watermark must be invisible to sighted users but crawlable */
.watermark {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------------- MOORING NAV ---------------- */
.mooring-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #F2F1EA;
}
.mooring-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px 24px;
  border-bottom: 4px solid #8E949B;
}
.brand-plate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #46647A;
  color: #FAFAF5;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}
.brand-plate small { display: block; font-size: 10px; letter-spacing: 2px; color: #EDE8D8; font-weight: 400; }
.mooring-glyph {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #FAFAF5;
  border-radius: 50%;
  position: relative;
}
.mooring-glyph::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 3px;
  background-color: #FAFAF5;
}
.mooring-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chip-link {
  display: inline-block;
  background-color: #FAFAF5;
  color: #46647A;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 16px;
  border-left: 3px solid #46647A;
  border-radius: 3px;
}
.chip-link:hover { background-color: #EDE8D8; color: #252B33; }
.chip-link.active { background-color: #46647A; color: #FAFAF5; }
.cta-chip {
  display: inline-block;
  background-color: #46647A;
  color: #FAFAF5;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 18px;
  border-radius: 3px;
}
.cta-chip:hover { background-color: #252B33; color: #FAFAF5; }
.nav-toggle {
  display: none;
  background-color: #46647A;
  color: #FAFAF5;
  border: 0;
  padding: 8px 14px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
}
.mooring-rail-strip {
  height: 6px;
  background-color: #F2F1EA;
  background-image: repeating-linear-gradient(90deg, #46647A 0 10px, transparent 10px 22px);
  border-top: 1px solid #EDE8D8;
}

/* ---------------- CHART TABLE HERO ---------------- */
.charttable { background-color: #F2F1EA; }
.hero-wall {
  padding: 56px 24px 30px;
  text-align: center;
}
.hero-wall .container { max-width: 1100px; margin: 0 auto; }
.topper-eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #46647A;
  font-weight: 700;
  margin-bottom: 14px;
}
.big-title {
  font-size: 44px;
  margin: 8px auto 8px;
  max-width: 900px;
  color: #252B33;
}
.title-mark-row { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 16px auto; }
.chart-stamp {
  font-family: Georgia, serif;
  background-color: #46647A;
  color: #FAFAF5;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 2px;
  text-transform: uppercase;
}
/* drawn lake contour sheet */
.hero-sheet {
  background-color: #EDE8D8;
  border: 2px solid #46647A;
  border-radius: 12px;
  margin: 28px auto 0;
  padding: 42px 30px 30px;
  max-width: 1000px;
  position: relative;
}
.hero-sheet h4 {
  margin: 0 0 14px;
  color: #252B33;
  font-size: 18px;
}
.contour-box {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  align-items: flex-end;
}
.depth-ring {
  flex: 1 1 280px;
  overflow: hidden;
}
.depth-ring svg {
  width: 100%;
  height: auto;
  display: block;
}
.deep-shelf-ledge {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
  color: #46647A;
}

/* hero lower chart bench */
.chart-bench {
  background-color: #FAFAF5;
  padding: 44px 24px 46px;
}
.bench-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.bench-lead {
  font-size: 21px;
  color: #252B33;
  max-width: 820px;
  margin: 0 auto 26px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.btn-solid {
  display: inline-block;
  background-color: #46647A;
  color: #FAFAF5;
  text-decoration: none;
  padding: 14px 26px;
  font-weight: 700;
  border-radius: 4px;
}
.btn-solid:hover { background-color: #252B33; color: #FAFAF5; }
.btn-outline {
  display: inline-block;
  color: #46647A;
  border: 2px solid #46647A;
  text-decoration: none;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 4px;
}
.btn-outline:hover { background-color: #EDE8D8; color: #252B33; }
.compass-note { margin-left: 6px; color: #8E949B; font-size: 13px; }

/* kick strip stats */
.kick-strip { background-color: #232A2E; padding: 26px 24px; }
.kick-strip .container { max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.kick-stat { flex: 1 1 240px; text-align: center; border-left: 3px solid #46647A; padding: 10px 18px; margin: 6px 0; }
.kick-stat:first-child { border-left: 0; }
.kick-stat strong { display: block; font-size: 40px; color: #FAFAF5; font-family: Georgia, serif; }
.kick-stat span { color: #F2F1EA; }

/* ---------------- SOUNDING ROWS + DEEP CYCLE ---------------- */
.sound-section { padding: 74px 0 30px; background-color: #F2F1EA; }
.section-head { text-align: center; max-width: 860px; margin: 0 auto 54px; padding: 0 24px; }
.section-kicker { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: #46647A; font-weight: 700; }
.section-head h2 { font-size: 36px; color: #252B33; margin: 8px 0 12px; }
.section-head p { color: #252B33; }
.soundrow {
  position: relative;
  background-color: #EDE8D8;
  border-left: 6px solid #46647A;
  padding: 26px 34px 26px 26px;
  margin: 0 auto 16px;
  max-width: 1080px;
  border-radius: 0 8px 8px 0;
}
.soundrow.offset { margin-right: 0; margin-left: 80px; }
.soundrow.straight { margin-right: 0; margin-left: 0; }
.soundrow-row{display:block;}
.sounding-stamphead { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 10px; }
.sounding-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #46647A;
  color: #FAFAF5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-weight: 700;
  flex: 0 0 auto;
}
.class-chip {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #46647A;
  border: 1px solid #46647A;
  border-radius: 20px;
  padding: 3px 12px;
}
.soundrow h3 { margin: 0; font-size: 24px; color: #252B33; }
.soundrow p { color: #252B33; }
.soundrow-link { color: #46647A; font-weight: 700; }

/* statement row on dark */
.statement-row { background-color: #232A2E; padding: 60px 24px; margin-top: 60px; }
.statement-row .container { max-width: 960px; margin: 0 auto; text-align: center; }
.big-figure { font-family: Georgia, serif; font-size: 88px; color: #FAFAF5; line-height: 1; margin: 0 0 10px; }
.figure-cap { color: #EDE8D8; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; }
.pledge-line { font-size: 24px; color: #FAFAF5; max-width: 780px; margin: 18px auto 0; }

/* DEEP CYCLE holding run */
.deep-cycle { background-color: #8E949B; padding: 74px 0; }
.deep-cycle .container { max-width: 1120px; margin: 0 auto; }
.cleat-run { position: relative; padding: 10px 0 30px; }
.deep-cycle-note {
  text-align: center;
  max-width: 760px;
  margin: 6px auto 0;
  color: #252B33;
  font-size: 19px;
  font-weight: 700;
}
.cycle-track { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.cycle-track::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 20px;
  height: 3px;
  border-top: 3px dashed #46647A;
}
.cycle-station {
  position: relative;
  z-index: 2;
  flex: 1 1 160px;
  text-align: center;
  padding: 0 6px;
  max-width: 200px;
  margin-bottom: 24px;
}
.buoy-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background-color: #FAFAF5;
  border: 6px solid #46647A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #252B33;
}
.cycle-station h4 { margin: 0 0 8px; color: #252B33; }
.cycle-station p { font-size: 14px; margin: 0; color: #252B33; }

/* ---------------- CALLOUT STRIP ---------------- */
.booking-band { background-color: #46647A; padding: 40px 24px; }
.booking-band .container { max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.band-stamp {
  display: inline-block;
  border: 2px solid #FAFAF5;
  color: #FAFAF5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 14px;
}
.band-copy { color: #FAFAF5; }
.band-copy h3, .band-copy h4 { margin: 6px 0 4px; color: #FAFAF5; }
.band-copy p { margin: 0; color: #EDE8D8; }
.band-btn {
  display: inline-block;
  background-color: #FAFAF5;
  color: #46647A;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 4px;
}
.band-btn:hover { background-color: #EDE8D8; color: #252B33; }

/* ---------------- FOOTER (BOATHOUSE) ---------------- */
.boathouse-footer { background-color: #232A2E; position: relative; z-index: 1; }
.footer-slip-strip {
  background-color: #232A2E;
  padding: 30px 24px 6px;
  text-align: center;
}
.footer-slip-strip .container { max-width: 1060px; margin: 0 auto; }
.motto { font-size: 15px; letter-spacing: 3px; color: #EDE8D8; text-transform: uppercase; }
.motto-accent { color: #46647A; }
.chart-rack-mark { margin-top: 14px; color: #46647A; font-size: 13px; }
.footer-colwidth { max-width: 1080px; margin: 0 auto; }
.footer-colgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 24px 30px;
}
.footer-col { flex: 1 1 220px; }
.footer-col h4 { color: #FAFAF5; margin: 0 0 16px; font-size: 17px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { color: #EDE8D8; text-decoration: none; }
.footer-col a:hover { color: #FAFAF5; text-decoration: underline; }
.footer-col p { color: #F2F1EA; margin: 0 0 12px; font-size: 14px; }
.dock-plate {
  background-color: #FAFAF5;
  color: #252B33;
  padding: 26px 30px;
  border-top: 5px solid #46647A;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.dock-plate strong { display: block; color: #252B33; }
.dock-plate span, .dock-plate a { display: block; color: #46647A; text-decoration: none; }
.copy-line {
  color: #8E949B;
  font-size: 13px;
  text-align: center;
  padding: 14px 24px 18px;
}

/* ---------------- legal-style light pages (secondary use) ---------------- */
.page-bleed { padding: 20px 24px 10px; }
.page-bleed .container { max-width: 1000px; margin: 0 auto; }
.secondary-head {
  background-color: #FAFAF5;
  border-left: 6px solid #46647A;
  padding: 28px 30px;
  max-width: 1000px;
  margin: 24px auto;
}
.secondary-head .eyebrow { color: #46647A; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; }
.secondary-head h1 { margin: 8px 0 10px; font-size: 38px; color: #252B33; }
.secondary-head p { margin: 0; color: #252B33; }

/* ---------------- shared detail page sections ---------------- */
.detail-tint { background-color: #FAFAF5; padding: 60px 0; }
.detail-row { max-width: 1000px; margin: 0 auto; padding: 10px 0; }
.detail-grid { display: flex; flex-wrap: wrap; gap: 30px; }
.detail-main { flex: 1 1 600px; }
.detail-aside { flex: 1 1 260px; }
.detail-main h2 { font-size: 28px; color: #252B33; }
.detail-main h3 { font-size: 20px; color: #252B33; }
.aside-ledge { background-color: #EDE8D8; border-left: 5px solid #46647A; padding: 18px 20px; margin-bottom: 18px; border-radius: 0 6px 6px 0; }
.aside-ledge h4 { margin: 0 0 10px; color: #252B33; }
.aside-ledge ul { margin: 0; padding-left: 18px; color: #252B33; }
.aside-ledge a { color: #46647A; }

.feature-strip { background-color: #EDE8D8; padding: 60px 0; }
.feature-strip .container { max-width: 1000px; margin: 0 auto; }
.feature-strip h2 { text-align: center; color: #252B33; }
.step-grid { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.step-cell { flex: 1 1 180px; background-color: #FAFAF5; border-top: 5px solid #46647A; padding: 20px; text-align: center; }
.step-cell strong { display: block; color: #46647A; font-size: 30px; font-family: Georgia, serif; }

/* service six rows */
.service-block { background-color: #EDE8D8; border-left: 6px solid #46647A; padding: 26px 28px; margin: 0 auto 18px; max-width: 1000px; border-radius: 0 8px 8px 0; }
.service-block h3 { margin-top: 0; color: #252B33; }
.service-block p { color: #252B33; }
/* pseudo classes used only via classified wrappers */
.first-svc { border-left: 6px solid #252B33; }

/* ---------------- forms ---------------- */
.contact-form { background-color: #FAFAF5; padding: 28px 30px; border-left: 6px solid #46647A; border-radius: 0 8px 8px 0; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 700; color: #252B33; margin-bottom: 6px; font-size: 14px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #8E949B;
  border-radius: 4px;
  background-color: #F2F1EA;
  color: #252B33;
  font-size: 15px;
}
.form-row textarea { min-height: 160px; }
.form-status { margin-top: 14px; padding: 12px 16px; border-radius: 4px; font-weight: 700; display: none; }
.form-status.on { display: block; }
.form-status.ok { background-color: #EDE8D8; color: #46647A; }
.form-status.warn { background-color: #F2F1EA; color: #252B33; border: 2px solid #8E949B; }

/* ---------------- contact accordion FAQ ---------------- */
.faq-panel { max-width: 800px; margin: 26px auto 0; }
.faq-item { background-color: #FAFAF5; border: 1px solid #EDE8D8; border-left: 4px solid #46647A; margin-bottom: 10px; }
.faq-q { width: 100%; text-align: left; background: #FAFAF5; color: #252B33; border: 0; font-weight: 700; font-size: 17px; padding: 16px 18px; cursor: pointer; font-family: inherit; }
.faq-a { padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: #252B33; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 18px; }

/* counters */
.counter { font-family: Georgia, serif; }

/* ---------------- responsive nav ---------------- */
@media (max-width: 860px) {
  .nav-toggle { display: inline-block; }
  .mooring-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 10px 24px 18px;
    gap: 8px;
    background-color: #FAFAF5;
    border-bottom: 4px solid #8E949B;
  }
  .mooring-links.show { display: flex; }
  .mooring-bar { flex-wrap: wrap; }
  .chip-link { border-left: 0; border-top: 3px solid #46647A; text-align: center; }
  .cta-chip { text-align: center; }
  .soundrow:nth-child(even) { margin-left: auto; }
  .soundrow { padding: 22px 20px; }
  .big-title { font-size: 32px; }
  .kick-stat { border-left: 0; }
  .big-figure { font-size: 64px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero-wall, .chart-bench, .sound-section, .deep-cycle { padding-left: 16px; padding-right: 16px; }
  .container, .footer-colgrid, .dock-plate { padding-left: 16px; padding-right: 16px; }
  .big-title { font-size: 27px; }
  .pledge-line { font-size: 19px; }
}

@media (max-width: 900px) {
  .compass-note { display: none; }
}
