/* ===== LOCKRIDGE GSA — bid room war table theme ===== */

:root {
  --oath: #5C7052;
  --oath-hover: #6b8070;
  --slate: #6F7883;
  --navy: #1E2836;
  --desk: #273344;
  --khaki: #E4DCC6;
  --seal: #151C26;
  --ochre: #A9762B;
  --bone: #F0EBDD;
  --mono: 0.74em;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--bone);
  background: var(--navy);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: Georgia, Times, serif;
  color: var(--bone);
  line-height: 1.2;
  margin: 0 0 0.5em;
}

p { margin: 0 0 1em; }

code, .mono {
  font-family: "Courier New", monospace;
  letter-spacing: 0.04em;
  color: var(--ochre);
}

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

/* ===== NAV · binder-bank ===== */

.binderbank {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--desk);
  border-bottom: 1px solid var(--seal);
}

.binderbank .compliance-rail {
  background: var(--seal);
  color: var(--slate);
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.compliance-rail .rail-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.compliance-rail .tick {
  color: var(--ochre);
  padding-right: 2px;
}

.compliance-rail .ochre-tab {
  display: inline-block;
  background: var(--ochre);
  color: var(--seal);
  font-family: "Courier New", monospace;
  font-size: 9px;
  padding: 1px 6px;
  margin-left: 6px;
  letter-spacing: 0.05em;
}

.binderbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
}

.brandblock { display: flex; align-items: center; gap: 14px; }

.brandblock .stamp-glyph {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--oath);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.stamp-glyph .inner-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--seal);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--seal);
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 20px;
}

.brandtext .brand {
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--bone);
  margin: 0;
}

.brandtext .subbrand {
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--slate);
}

.navtabs { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.navtabs a.foliotab {
  position: relative;
  background: var(--khaki);
  color: var(--seal);
  padding: 10px 18px 16px;
  font-family: Georgia, serif;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 3px solid #cfc8ab;
}

.navtabs a.foliotab .claspmark {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  width: 14px;
  height: 4px;
  background: var(--slate);
}

.navtabs a.foliotab:hover {
  background: #cfc7ac;
  color: var(--navy);
}

.navtabs a.foliotab.ochre {
  background: var(--ochre);
  color: var(--seal);
}

.navtabs a.foliotab.ochre:hover { background: #c38940; }

.toggler {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: var(--oath);
  border: none;
  padding: 10px;
  cursor: pointer;
}

.toggler span {
  width: 24px;
  height: 3px;
  background: var(--seal);
}

@media (max-width: 840px) {
  .binderbar { flex-wrap: wrap; }
  .toggler { display: flex; }
  .navtabs {
    flex-basis: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
  .navtabs.open { display: flex; }
  .navtabs a.foliotab { text-align: center; padding: 12px; }
}

/* ===== HERO · war table ===== */

.wartable {
  background: var(--navy);
  padding: 0 0 0;
  position: relative;
}

.hero-head {
  text-align: center;
  padding: 70px 20px 34px;
  max-width: 900px;
  margin: 0 auto;
}

.eyebrow {
  font-family: "Courier New", monospace;
  color: var(--oath);
  letter-spacing: 0.35em;
  font-size: 13px;
  margin: 0 0 18px;
}

.hero-head h1 {
  font-size: 58px;
  letter-spacing: -0.01em;
  color: var(--bone);
  margin: 0 auto 20px;
  max-width: 860px;
}

.lead {
  color: var(--bone);
  font-size: 19px;
  max-width: 720px;
  margin: 0 auto;
}

.wartable-band {
  position: relative;
  height: 150px;
  background: linear-gradient(
    var(--desk) 0 2px,
    var(--navy) 2px 100%
  );
  overflow: hidden;
}

/* desk surface line */
.wartable-band .desktop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 44px;
  background: linear-gradient(var(--desk) 0 var(--desk) calc(100% - 1px), var(--seal) calc(100% - 1px));
  border-top: 1px solid var(--bone);
}

/* stacked binder spines left */
.binderstack {
  position: absolute;
  left: 7%;
  bottom: 74px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.binderstack .spine {
  width: 52px;
  height: 12px;
  border-radius: 2px;
  box-shadow: 2px 2px 0 #1a2331;
}

.spine.s1 { background: var(--ochre); }
.spine.s2 { background: var(--slate); }
.spine.s3 { background: var(--slate); }
.spine.s4 { background: #cfc7ac; height: 18px; }

/* center plate */
.center-plate {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 62px;
  width: 330px;
  height: 12px;
  background: var(--slate);
  border-radius: 2px;
}

.center-plate .mini-tab {
  display: inline-block;
  position: absolute;
  top: -14px;
  background: var(--khaki);
  width: 60px;
  height: 16px;
  border-radius: 2px 2px 0 0;
  border: 1px solid var(--slate);
}

.center-plate .mt1 { left: 8%; }
.center-plate .mt2 { left: 42%; }
.center-plate .mt3 { left: 74%; }

/* far book + lamp right */
.farbook {
  position: absolute;
  right: 8%;
  bottom: 72px;
  width: 150px;
  height: 34px;
  background: #cfc7ac;
  border-radius: 4px;
  box-shadow: 3px 3px 0 #162131;
}

.farbook .page {
  position: absolute;
  inset: 2px;
  background: var(--khaki);
  border: 1px dashed var(--ochre);
}

.lamp {
  position: absolute;
  right: 5%;
  bottom: 108px;
  width: 8px;
  height: 70px;
  background: var(--slate);
}

.lamp .shade {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 20px;
  background: var(--oath);
  border-radius: 20px 20px 0 0;
}

/* obligation page + signature stamp */
.obligation {
  position: absolute;
  left: 26%;
  transform: translateX(-50%);
  bottom: 78px;
  width: 150px;
  height: 60px;
  background: var(--seal);
  border: 1px solid var(--seal);
  padding: 6px;
}

.obligation .sheet {
  width: 100%;
  height: 100%;
  background: var(--khaki);
  color: var(--seal);
  font-family: "Courier New", monospace;
  font-size: 8px;
  padding: 4px 6px;
  letter-spacing: 0.02em;
}

.stamp {
  position: absolute;
  left: 66%;
  bottom: 66px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(var(--oath) 0 55%, transparent 56% 70%, var(--oath) 72% 89%, transparent 90%);
  border: 2px dashed var(--oath);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--seal);
  font-size: 8px;
  font-weight: bold;
  font-family: "Courier New", monospace;
}

.kickband {
  background: var(--seal);
  padding: 16px 24px;
}

.kickstats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.kickstats .stat { font-family: Georgia, serif; }

.kickstats .snum {
  font-size: 26px;
  color: var(--bone);
  display: block;
}

.kickstats .slab { font-family: "Courier New", monospace; font-size: 11px; letter-spacing: 0.1em; color: var(--bone); }

.kickstats .sep {
  width: 1px;
  height: 30px;
  background: var(--ochre);
}

/* ===== SOLICIT LEDGER rows ===== */

section.solictab { padding: 64px 0 0; }

section-header .sec-label,
.sec-label {
  font-family: "Courier New", monospace;
  color: var(--oath);
  letter-spacing: 0.3em;
  font-size: 13px;
  margin-bottom: 8px;
}

.sec-head h2 {
  font-size: 34px;
  color: var(--bone);
  margin: 0 0 12px;
}

.sec-head .sec-note {
  max-width: 720px;
  color: var(--bone);
  margin: 0 0 30px;
}

.ledger { padding-top: 10px; }

.ledger-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 22px;
  align-items: start;
  background: var(--desk);
  padding: 26px 26px 22px;
  border-radius: 4px;
  margin-bottom: 14px;
  position: relative;
}

.ledger-row.offset {
  margin-left: 44px;
}

.ledger-row.offset::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 26px;
  width: 20px;
  height: 4px;
  background: var(--ochre);
}

.ledger-row.offset::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 12px;
  width: 8px;
  height: 24px;
  background: var(--oath);
  border-radius: 1px;
}

.rowtabcol { text-align: left; }

.sol-num {
  font-family: "Courier New", monospace;
  color: var(--ochre);
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid var(--ochre);
  padding-bottom: 2px;
}

.tabtag {
  display: inline-block;
  background: var(--khaki);
  color: var(--seal);
  padding: 6px 14px;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  border-bottom: 3px solid #c8bfa2;
}

.rowkind { margin: 0 0 0; }
.rowkind h3 { font-size: 22px; color: var(--bone); margin-bottom: 8px; }
.rowkind p { color: var(--bone); margin-bottom: 12px; }
.detail-link {
  font-family: "Courier New", monospace;
  color: var(--ochre);
  letter-spacing: 0.05em;
  font-size: 13px;
  border-bottom: 1px solid var(--ochre);
}

.phase-chip {
  justify-self: end;
  align-self: start;
  min-width: 10px;
  background: var(--seal);
  color: var(--ochre);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  border: 1px solid var(--slate);
}

@media (max-width: 780px) {
  .ledger-row, .ledger-row.offset {
    grid-template-columns: 1fr;
    margin-left: 0;
    gap: 12px;
  }
  .phase-chip { justify-self: start; }
}

/* statement band */
.pledge-band {
  background: var(--oath);
  color: var(--seal);
  text-align: center;
  padding: 48px 24px;
}

.pledge-band .big-figure {
  color: var(--seal);
  font-family: Georgia, serif;
  font-size: 66px;
  line-height: 1;
  margin: 0 0 10px;
}

.pledge-band .pledge-line-1 {
  font-family: Georgia, serif;
  font-size: 24px;
  color: var(--seal);
  margin: 0 auto 4px;
  font-weight: bold;
}

.pledge-band .pledge-line-2 {
  font-family: "Courier New", monospace;
  color: var(--seal);
  letter-spacing: 0.06em;
  font-size: 13px;
  margin: 0;
}

/* ===== OBLIGATION FLOW ===== */

.obligation-flow { padding: 60px 0 20px; }

.flow-desk {
  position: relative;
  border-top: 6px solid var(--slate);
  padding-top: 46px;
  margin-top: 18px;
}

.flow-desk::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: repeating-linear-gradient(90deg, var(--slate) 0 30px, transparent 30px 44px);
  z-index: -1;
}

.moving-stamp {
  position: absolute;
  top: -16px;
  left: 0;
  width: 40px;
  height: 26px;
  background: var(--oath);
  color: var(--seal);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  font-family: "Courier New", monospace;
  animation: stampwalk 8s ease-in-out infinite;
}

@keyframes stampwalk {
  0%,10% { left: 0; } 20%,30% { left: 20%; }
  40%,50% { left: 40%; } 60%,70% { left: 60%; }
  80%,90% { left: 80%; } 100% { left: 0; }
}

.stations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
}

.stop-plate { text-align: center; position: relative; }

.stop-rail {
  width: 100%;
  height: 6px;
  background: var(--slate);
  position: absolute;
  top: -46px;
}

.stop-num {
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
  background: var(--desk);
  border: 2px solid var(--oath);
  border-radius: 50%;
  color: var(--ochre);
  font-family: "Courier New", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.stop-plate h3 {
  font-size: 18px;
  color: var(--bone);
  margin-bottom: 8px;
}

.stop-plate p {
  color: var(--slate);
  font-size: 14px;
  margin: 0;
}

.return-lane {
  margin-top: 26px;
  text-align: center;
  font-family: "Courier New", monospace;
  color: var(--ochre);
  font-size: 13px;
  letter-spacing: 0.1em;
  border-bottom: 2px dashed var(--slate);
  padding-bottom: 26px;
}

@media (max-width: 720px) {
  .stations { grid-template-columns: 1fr; }
}

/* ===== NOTICE band ===== */

.notice {
  background: var(--oath);
  color: var(--seal);
  padding: 34px 24px;
  margin: 40px 0 0;
}

.notice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}

.open-season {
  background: var(--seal);
  color: var(--bone);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  border-radius: 3px;
}

.notice-inner p { color: var(--seal); margin: 0; max-width: 600px; font-family: Georgia, serif; }

.btn-seal, .btn-book {
  display: inline-block;
  background: var(--seal);
  color: var(--bone);
  font-family: "Courier New", monospace;
  letter-spacing: 0.05em;
  padding: 13px 24px;
  border-radius: 3px;
  border: 1px solid var(--seal);
}

.btn-seal:hover, .btn-book:hover {
  background: #23313f;
  color: var(--ochre);
}

/* ===== detail content blocks (services/contact reuse) ===== */

.section-panel { padding: 60px 0 0; }
.section-panel.no-top { padding-top: 0; }

.service-detail-note {
  max-width: 760px;
  color: var(--slate);
  color: #aab3bd;
}

.textpage p { color: #d9d2bf; }
.textpage ul { color: #d9d2bf; padding-left: 20px; }
.textpage h3 { color: var(--bone); font-size: 20px; margin-top: 28px; }

.intro-rule {
  border-top: 2px solid var(--ochre);
  max-width: 80px;
  margin: 0 auto 30px;
}

.cta-band {
  background: var(--desk);
  border-top: 1px solid var(--slate);
  border-bottom: 1px solid var(--seal);
  padding: 54px 24px;
  margin-top: 40px;
  text-align: center;
}

.cta-band h3 { font-size: 30px; margin-bottom: 10px; }
.cta-band p { color: var(--bone); max-width: 620px; margin: 0 auto 22px; }

.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
}

@media (max-width: 800px) { .contact-layout { grid-template-columns: 1fr; } }

.form-panel { background: var(--desk); padding: 28px; border: 1px solid var(--seal); border-radius: 4px; }

.form-panel label {
  display: block;
  font-family: "Courier New", monospace;
  color: var(--ochre);
  letter-spacing: 0.08em;
  font-size: 12px;
  margin: 0 0 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  background: var(--navy);
  border: 1px solid var(--slate);
  color: var(--bone);
  padding: 11px 12px;
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: 15px;
}

.form-panel textarea { min-height: 130px; resize: vertical; }

.btn-submit {
  background: var(--oath);
  border: none;
  color: var(--seal);
  font-family: Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 14px 30px;
  font-size: 15px;
  cursor: pointer;
}
.btn-submit:hover { background: var(--oath-hover); }

.form-status { margin-top: 14px; font-family: "Courier New", monospace; color: var(--ochre); }

.desk-panel { background: var(--desk); padding: 26px; border: 1px solid var(--seal); border-radius: 4px; }
.desk-panel h3 { font-size: 20px; margin-bottom: 14px; }

.meta-line {
  color: var(--slate);
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}
.meta-line strong { color: var(--bone); font-family: Georgia, serif; }

.faq-item { margin: 0 0 20px; }
.faq-item h4 { color: var(--ochre); font-size: 16px; margin-bottom: 6px; }
.faq-item p { margin: 0; color: #d9d2bf; }

/* ===== accordion (counters) ===== */
.acc { background: var(--desk); border: 1px solid var(--seal); margin-bottom: 10px; border-radius: 4px; }
.acc-head {
  width: 100%;
  background: none;
  border: none;
  color: var(--bone);
  font-family: Georgia, serif;
  font-size: 17px;
  text-align: left;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acc-head .chev { color: var(--ochre); }
.acc-panel { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.acc-panel p { color: #d9d2bf; }
.acc.open .acc-panel { max-height: 600px; }

/* ===== scroll reveal (safe without js, uses visibility + transform, no opacity) ===== */
.sr {
  visibility: visible;
  will-change: transform;
}
.sr.sr-hidden {
  visibility: hidden;
  transform: translateY(20px);
}
.sr.sr-visible {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.7s ease, visibility 0.7s ease;
}

/* ===== FOOTER · spine shelf ===== */

.spineshelf {
  background: var(--seal);
  margin-top: 60px;
  position: relative;
}

.spine-rail {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 0 24px;
  max-width: 1160px;
  margin: 0 auto;
  height: 60px;
  border-bottom: 3px solid var(--slate);
}

.spineshelf .spine {
  width: 52px;
  height: 44px;
  background: var(--ochre);
  border-radius: 3px 3px 0 0;
  transform: translateY(0);
}
.spineshelf .spine.bone-spine { background: #cfc7ac; height: 38px; }
.spineshelf .spine.slate-spine { background: var(--slate); height: 34px; }

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 24px 20px;
}

.footer-cols h4 { font-size: 15px; color: var(--ochre); margin-bottom: 12px; letter-spacing: 0.03em; }

.footer-cols ul { list-style: none; margin: 0; padding: 0; }
.footer-cols li { margin-bottom: 8px; }
.footer-cols a {
  color: var(--bone);
  font-family: Georgia, serif;
  font-size: 15px;
}
.footer-cols a:hover { color: var(--ochre); }

.footer-base {
  background: var(--oath);
  padding: 18px 24px;
}

.footer-base .base-col {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.footer-base .co-name {
  color: var(--seal);
  font-family: Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 18px;
}

.footer-base .co-line {
  color: var(--seal);
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.footer-base .cright {
  color: var(--seal);
  font-family: "Courier New", monospace;
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 760px) {
  .footer-cols { grid-template-columns: 1fr; }
  .hero-head h1 { font-size: 38px; }
  .kickstats .sep { display: none; }
  .binderstack, .center-plate, .farbook, .obligation, .stamp, .lamp { display: none; }
  .wartable-band { height: 60px; }
}
