/* ============================================================
   GEMINI CORE — twin-frame erection & construction programme site
   Palette
     POURED SLAB  #EFEFEA   body ground
     REBAR INK    #26282B   text & rules
     BEAM STEEL   #5A6B7D   brand plate, buttons, stamps, beams
     BEAM SURE    #4E5E6E   darker beam face / press
     BEAM LIFT     #6C7D90  hover
     CURE STRAW   #C9B458   cure marks, form-tie chips, caption chip
     CHALK LINE   #D9DAD3   cards / plan sheets / office slab
     TEMP BOARD   #E2E1D6   chips
     POUR DARK    #2B2E31   dark band + footer
     SLAB WHITE   #FFFFFF
   No rgba, no opacity decimals, no gradient-on-text.
   ============================================================ */

:root {
  --slab: #EFEFEA;
  --ink: #26282B;
  --beam: #5A6B7D;
  --beamsure: #4E5E6E;
  --beamlift: #6C7D90;
  --straw: #C9B458;
  --strawhi: #D8C46E;
  --chalk: #D9DAD3;
  --board: #E2E1D6;
  --dark: #2B2E31;
  --white: #FFFFFF;
  --tie: #3A3E42;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;
  background: #EFEFEA;
  color: #26282B;
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: #5A6B7D; text-decoration: none; }
img { max-width: 100%; display: block; }

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

.hidden-whitespace { display: none; }

/* ==========================================================
   SPLICE PLATE NAV  (.spliceplate)
   ========================================================== */
.spliceplate {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #EFEFEA;
}

.spliceplate .plateshell {
  background: #EFEFEA;
  border-bottom: 1px solid #26282B;
  box-shadow: 0 3px 0 #C9B458;
}

.spliceplate .bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  flex-wrap: nowrap;
  max-width: 1280px;
  margin: 0 auto;
}

.spliceplate .brandplate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #5A6B7D;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.02rem;
  padding: 9px 16px 9px 10px;
  box-shadow: 3px 3px 0 #26282B;
  border-radius: 2px;
  flex: 0 0 auto;
}

.spliceplate .spliceglyph {
  display: block;
  width: 34px;
  height: 24px;
  position: relative;
  background: #EFEFEA;
  border: 2px solid #26282B;
  box-shadow: inset 0 0 0 1px #26282B;
}

.spliceplate .spliceglyph i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  background: #5B6C7F;
  border: 1px solid #26282B;
}

.spliceplate .spliceglyph i.pl {
  left: 3px;
}

.spliceplate .spliceglyph i.pr {
  right: 3px;
}

.spliceplate .spliceglyph b {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #26282B;
}

.spliceplate .spliceglyph u {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C9B458;
  top: 2px;
}

.spliceplate .spliceglyph u.o1 { left: 6px; }
.spliceplate .spliceglyph u.i1 { right: 6px; }
.spliceplate .spliceglyph u.o2 { left: 6px; bottom: 2px; top: auto; }
.spliceplate .spliceglyph u.i2 { right: 6px; bottom: 2px; top: auto; }

.spliceplate .brandwords { white-space: nowrap; letter-spacing: 2px; font-size: 1rem; }
.spliceplate .brandsmall { display: block; font-size: 0.6rem; font-weight: 600; letter-spacing: 1px; color: #E2E1D6; }

.spliceplate .navtoggle {
  display: none;
  margin-left: auto;
  background: #EFEFEA;
  border: 2px solid #26282B;
  color: #26282B;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 2px;
  cursor: pointer;
}

.spliceplate .navlinks {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-wrap: nowrap;
}

.spliceplate .navlinks a.beam {
  display: block;
  background: #5A6B7D;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 10px 18px;
  position: relative;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 0 #4E5E6E;
  transition: background 0.15s ease;
}

.spliceplate .navlinks a.beam:hover { background: #6C7D90; }
.spliceplate .navlinks a.beam.active { background: #26282B; }

.spliceplate .net { position: absolute; left: 8px; right: 8px; top: 5px; height: 2px; }

.spliceplate .ctachip {
  display: inline-block;
  background: #C9B458;
  color: #26282B;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.5px;
  padding: 11px 16px;
  border: 2px solid #26282B;
  box-shadow: 3px 3px 0 #26282B;
  white-space: nowrap;
  margin-left: 6px;
}

.spliceplate .ctachip:hover { background: #D8C46E; }

.spliceplate .rebarrule {
  height: 3px;
  background: #26282B;
  background-image: repeating-linear-gradient(90deg, #26282B 0 56px, #C9B458 56px 60px, #26282B 60px 152px, #C9B458 152px 155px, #26282B 155px 240px, #C9B458 240px 243px, #26282B 243px 320px);
  border-bottom: 1px solid #C9B458;
}

/* ==========================================================
   TWIN GANTRY HERO  (.twingantry)
   ========================================================== */
.twingantry { background: #EFEFEA; }

/* upper 55% : the deck with the gantry */
.ts-deck {
  background: #E9E8E1;
  background-image: repeating-linear-gradient(0deg, #E9E8E1 0 22px, #EFEFEA 22px 26px);
  border-bottom: 3px solid #26282B;
  padding: 26px 0 0;
  overflow-x: hidden;
}

.ts-banner { text-align: center; }

.ts-flag {
  display: inline-block;
  background: #C9B458;
  color: #26282B;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 4px 12px;
}

.ts-banner .haul {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 1px;
  color: #26282B;
  line-height: 1.1;
  margin-top: 8px;
}

.ts-banner .haul small {
  display: block;
  font-family: ui-monospace, "Courier New", monospace;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #4E5E6E;
  margin-top: 6px;
}

/* gantry visual composed from divs */
.ganplace {
  position: relative;
  margin: 16px auto 0;
  max-width: 1060px;
  height: 330px;
  padding: 0 18px;
}

.ganfloor {
  border-bottom: 6px solid #26282B;
  height: 290px;
  position: relative;
}

.ganfloor .slabnum {
  position: absolute;
  bottom: 180px;
  left: 3%;
  font-family: ui-monospace, "Courier New", monospace;
  font-size: 0.66rem;
  color: #6C6F6A;
  letter-spacing: 2px;
  writing-mode: horizontal-tb;
  background: #E2E1D6;
  padding: 2px 6px;
}

/* gantry frame: top beam */
.gantbeams {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 22px;
}

.gantbeams span {
  position: absolute;
  height: 18px;
  background: #5A6B7D;
  box-shadow: 0 3px 0 #4E5E6E, inset 0 2px 0 #7C8B9C;
}

.gantbeams span.tl { width: 42%; left: 2%; }
.gantbeams span.tr { width: 42%; right: 2%; }
.gantbeams span.dead { left: 46%; width: 8%; background: #26282B; box-shadow: none; }

/* A legs */
.gantlegs i {
  position: absolute;
  top: 18px;
  width: 18px;
  height: 150px;
  background: #4E5E6E;
  box-shadow: inset 0 2px 0 #7C8B9C;
}

.gantlegs i.l { left: 22%; transform: rotate(14deg); transform-origin: top center; }
.gantlegs i.r { right: 22%; transform: rotate(-14deg); transform-origin: top center; }

/* joint pads */
.gantlegs b.joint {
  position: absolute;
  top: 18px;
  width: 40px;
  height: 20px;
  background: #26282B;
  z-index: 3;
}

.gantlegs b.jl { left: calc(22% - 11px); }
.gantlegs b.jr { right: calc(22% - 11px); }

/* feet */
.gantlegs b.feetl, .gantlegs b.feetr {
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 12px;
  background: #26282B;
}

.gantlegs b.feetl { left: 28%; }
.gantlegs b.feetr { right: 28%; }

/* hook + spreader from beam centre */
.hang {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}

.hang b.stem {
  display: block;
  margin: 0 auto;
  width: 6px;
  height: 60px;
  background: #26282B;
}

.hang i.spreader {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 8px;
  background: #5A6B7D;
  border: 1px solid #26282B;
  position: relative;
}

.hang i.spreader u {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background: #26282B;
}

.hang i.spreader u.m { left: -10px; transform: none; top: 2px; bottom: 2px; height: 6px; }
.hang i.spreader u.ml { left: 40px; top: -6px; height: 12px; }
.hang i.spreader u.mr { right: 40px; top: -6px; right: auto; left: 42px; }

/* two identical steel girders suspended L and R of centre */
.girder {
  position: absolute;
  top: 150px;
  width: 20px;
  height: 240px;
  background: #5A6B7D;
  border: 2px solid #2B2E31;
  background-image: repeating-linear-gradient(0deg, #C9B458 0 7px, transparent 7px 26px);
  background-size: 100% 26px;
  background-position-x: 0;
}

.girder.gL { left: 36%; transform: rotate(6deg); }
.girder.gR { right: 36%; transform: rotate(-6deg); }

.girder u { position: absolute; left: 3px; width: 10px; height: 2px; background: #C9B458; }

/* form-tie boxes as small slab braces at footings */
.tiedots u {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #C9B458;
  border-radius: 1px;
}

.girdeco { position: relative; }

/* poured wall band below deck line w/ chalk marks */
.ts-wall {
  height: 46px;
  background: #D9DDD8;
  border-top: 3px solid #5A6B7D;
  border-bottom: 3px solid #26282B;
  background-image: repeating-linear-gradient(90deg, #D9DDD8 0 32px, #E7EBE5 32px 64px);
  position: relative;
}

.ts-wall .chalkline {
  position: absolute;
  top: 8px;
  left: 4%;
  width: 12%;
  height: 3px;
  background: repeating-linear-gradient(90deg, #94977F 0 4px, transparent 4px 9px);
}

.ts-wall .chalkline.cl2 { left: 20%; width: 8%; top: 14px; }
.ts-wall .chalkline.cl3 { left: 80%; width: 6%; top: 18px; }

/* lift-plan clipboard + sawhorse pinned right */
.planclip {
  position: absolute;
  right: 1.5%;
  top: 12px;
  width: 168px;
  height: 180px;
  background: #D9DAD3;
  border: 2px solid #26282B;
  box-shadow: 7px 7px 0 #B7B8AF;
  transform: rotate(-2deg);
  z-index: 12;
}

.planclip .bar {
  height: 14px;
  background: #5A6B7D;
  border-bottom: 2px solid #26282B;
}

.planclip .line {
  display: flex;
  justify-content: space-between;
  padding: 6px 9px;
  font-family: ui-monospace, "Courier New", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.5px;
  color: #26282B;
  border-bottom: 1px solid #B7B8AF;
}

.planclip .line b { color: #4E5E6E; }
.planclip .stmp {
  margin: 8px auto 6px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 3px solid #5A6B7D;
  background: #C9B458;
  color: #26282B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: ui-monospace, "Courier New", monospace;
  font-weight: 700;
  font-size: 0.6rem;
  line-height: 1.35;
  transform: rotate(-8deg);
}

.sawhorse {
  position: absolute;
  right: 2%;
  top: 198px;
  width: 92px;
  height: 70px;
  z-index: 5;
}

.sawhorse b {
  position: absolute;
  width: 8px;
  height: 46px;
  background: #26282B;
  top: 6px;
}

.sawhorse b.sl { left: 4px; transform: rotate(18deg); }
.sawhorse b.sr { right: 4px; transform: rotate(-18deg); }
.sawhorse i.top { position: absolute; top: 0; left: 0; width: 92px; height: 9px; background: #4E5E6E; border: 1px solid #26282B; }

/* ---- site office lower 45% ---- */
.ts-office {
  background: #D9DAD3;
  border-bottom: 3px solid #26282B;
  padding: 30px 24px 34px;
  position: relative;
}

.ts-office .loff {
  position: absolute;
  left: 3%;
  bottom: 14px;
  width: 120px;
  height: 58px;
  background: transparent;
  border: 2px dashed #8F918A;
  transform: rotate(-5deg);
  visibility: hidden;
}

.ts-office .loff i { position: absolute; left: 6px; width: 90px; height: 4px; background: #9B9D96; top: 8px; }
.ts-office .loff u { position: absolute; left: 12px; top: 20px; height: 22px; width: 2px; background: #9B9D96; }

.h1block {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.h1block .eyebrow {
  display: inline-block;
  background: #C9B458;
  color: #26282B;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.h1row { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

.h1block h1 {
  color: #26282B;
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  line-height: 1.1;
  max-width: 640px;
  letter-spacing: 0.5px;
  text-align: left;
  flex: 1 1 430px;
}

.h1liftstamp {
  flex: 0 0 auto;
  width: 120px;
  height: 104px;
  border: 3px solid #4E5E6E;
  color: #4E5E6E;
  font-family: ui-monospace, "Courier New", monospace;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-6deg);
  padding: 6px;
  background: #D9DAD3;
}

.h1liftstamp b { display: block; font-weight: 800; color: #C9B458; font-size: 1.05rem; }
.h1liftstamp sm { display: block; font-size: 0.68rem; color: #4E5E6E; letter-spacing: 0.5px; font-weight: 600; }

.chalkline { display: block; width: 150px; height: 5px; margin: 10px auto 0; background: #C9B458; }

.lead { max-width: 640px; margin: 12px auto 0; color: #26282B; font-size: 1.08rem; font-weight: 400; }

.ctabar { margin-top: 20px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  font-size: 0.98rem;
  font-weight: 800;
  padding: 13px 22px;
  border-radius: 2px;
  letter-spacing: 0.4px;
}

.btn-solid { background: #5A6B7D; color: #FFFFFF; border: 2px solid #26282B; box-shadow: 3px 3px 0 #26282B; }
.btn-solid:hover { background: #6C7D90; }

.btn-ink { background: #D9DAD3; color: #26282B; border: 2px solid #26282B; box-shadow: 3px 3px 0 #8F918A; }
.btn-ink:hover { background: #E2E1D6; }

/* POUR DARK kick strip w/ three stats */
.tskicks {
  background: #2B2E31;
  padding: 20px 24px;
}

.tskicks .statsin {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.statin { flex: 0 1 250px; text-align: center; padding: 6px 26px; }
.statin + .statin { border-left: 2px solid #5A6B7D; }
.statin .num { display: block; font-family: ui-monospace, "Courier New", monospace; font-size: 1.9rem; font-weight: 800; color: #FFFFFF; }
.statin .lab { display: block; text-transform: uppercase; letter-spacing: 2px; font-size: 0.68rem; color: #FFFFFF; }
.statin b { color: #C9B458; }

/* ==========================================================
   GENERIC SECTION HEADS
   ========================================================== */
.secthead { text-align: center; padding: 16px 0 4px; }
.secthead .tinynum { display: inline-block; font-family: ui-monospace, "Courier New", monospace; color: #C9B458; font-weight: 800; letter-spacing: 2px; background: #26282B; padding: 3px 10px; font-size: 0.7rem; margin-bottom: 10px; }
.secthead h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); color: #26282B; line-height: 1.15; }
.secthead .sub { max-width: 620px; margin: 8px auto 0; color: #40434A; }

.section-label { color: #4E5E6E; }

/* ==========================================================
   LIFT PLAN ROWS + STATEMENT + ERECTION SEQUENCE  (.liftplan)
   ========================================================== */
.lplanbody { background: #EFEFEA; padding: 10px 0 0; }

.lplans-outer { padding: 18px 24px 24px; }

.planlist { max-width: 1140px; margin: 0 auto; }

.lplan {
  background: #D9DAD3;
  border-bottom: 3px solid #26282B;
  border-left: 6px solid #26282B;
  padding: 18px 20px;
  margin-bottom: 22px;
  box-shadow: 4px 4px 0 #B8B9B0;
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 18px;
  align-items: start;
}

.lplan.offset { transform: translateX(52px); }

.lplan .stampcell { text-align: center; }

.lplan .roundstamp {
  background: #5A6B7D;
  color: #FFFFFF;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 3px solid #26282B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, "Courier New", monospace;
  font-weight: 700;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
}

.lplan .roundstamp::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 1px dashed #C9B458;
}
.lplan .roundstamp b { display: block; font-size: 1rem; color: #C9B458; }

.tooload { display: inline-block; background: #C9B458; color: #26282B; font-family: ui-monospace, "Courier New", monospace; font-weight: 700; font-size: 0.7rem; padding: 2px 7px; letter-spacing: 1px; margin-top: 8px; }

.lplan .mid { min-width: 0; }
.lplan .mid .metaline { font-family: ui-monospace, "Courier New", monospace; font-size: 0.72rem; color: #4E5E6E; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.lplan .mid h3 { color: #26282B; font-size: 1.35rem; margin-bottom: 6px; letter-spacing: 0.2px; }
.lplan .mid p { color: #2E3236; margin-bottom: 8px; }
.lplan .mid .chiprow { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; align-items: center; }

.chip { font-family: ui-monospace, "Courier New", monospace; font-size: 0.66rem; font-weight: 700; letter-spacing: 1px; padding: 3px 8px; }
.chip.tenant { background: #E2E1D6; border: 1px dashed #26282B; color: #26282B; }
.chip.splice { background: #5A6B7D; color: #FFFFFF; }

.lplan .dlink { font-weight: 800; color: #3F505F; border-bottom: 2px solid #C9B458; padding-bottom: 1px; display: inline-block; margin-top: 4px; }
.lplan .dlink:hover { color: #26282B; }

.lplan .planchip { background: #C9B458; color: #26282B; text-decoration: none; }

/* STATEMENT BAND */
.statement {
  background: #5A6B7D;
  color: #FFFFFF;
  text-align: center;
  padding: 26px 24px 30px;
}

.statement .plusfront { max-width: 1040px; margin: 0 auto; }
.statement .big { font-family: ui-monospace, "Courier New", monospace; font-size: clamp(4rem, 15vw, 8.5rem); font-weight: 800; line-height: 1; color: #FFFFFF; display: block; }
.statement .big small { font-size: 0.5em; color: #C9B458; letter-spacing: 4px; }
.statement .pledge { display: block; max-width: 720px; margin: 4px auto 0; font-size: 1.28rem; font-weight: 700; color: #FFFFFF; }
.statement .pledge span { color: #C9B458; }
.statement .note { color: #FFFFFF; margin-top: 6px; font-size: 0.95rem; }

/* ERECTION SEQUENCE on POUR DARK */
.sequence { background: #2B2E31; padding: 10px 0 54px; }
.sequence .secthead { padding-top: 28px; }
.sequence .secthead h2 { color: #FFFFFF; }
.sequence .secthead .sub { color: #D9DAD3; }
.sequence .secthead .tinynum { background: #D9DAD3; color: #26282B; }

.trackwrap { max-width: 1080px; margin: 30px auto 0; padding: 0 24px; }
.stations { display: flex; gap: 14px; justify-content: space-between; flex-wrap: wrap; position: relative; }

.stationbeam {
  position: relative;
  flex: 1 1 160px;
  max-width: 196px;
  text-align: center;
  padding-top: 78px;
}

.stationbeam .rail {
  position: absolute;
  top: 8px;
  left: 14px;
  right: 14px;
  height: 4px;
  background: #4A5A6B; /* pre-blended beam against dark band */
  transform: rotate(0deg);
}

.stationbeam .hitch {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -14px;
  background: #5A6B7D;
  color: #C9B458;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.86rem;
  border: 2px solid #C9B458;
  font-family: ui-monospace, "Courier New", monospace;
}

.stationbeam.seal .hitch, .stationbeam.seal .rail { color: #26282B; background: #C9B458; border-color: #FFFFFF; }
.stationbeam.seal .hitch { background-image: none; }
.stationbeam.seal .rail { background-color: #C9B458; }

.stationbeam h3 { color: #FFFFFF; font-size: 1rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 7px; }
.stationbeam p { color: #EFEFEA; font-size: 0.9rem; }
.stationbeam .flag { display: inline-block; margin-top: 6px; background: #C9B458; color: #26282B; font-size: 0.66rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 3px 9px; }

/* ==========================================================
   ACCENT STRIP  (booking band)
   ========================================================== */
.bookband { background: #5A6B7D; color: #FFFFFF; padding: 20px 24px; }
.bookband .inside { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }

.wintermark { background: #C9B458; color: #26282B; font-family: ui-monospace, "Courier New", monospace; font-weight: 800; letter-spacing: 2px; transform: rotate(-3deg); padding: 9px 15px; border: 2px solid #26282B; box-shadow: 3px 3px 0 #2B2E31; }
.bookband .btxt { color: #FFFFFF; font-size: 1.12rem; font-weight: 700; max-width: 560px; }

.chalkbtn { background: #EFEFEA; color: #26282B; font-weight: 800; font-size: 0.96rem; padding: 13px 20px; border: 2px solid #26282B; box-shadow: 3px 3px 0 #2B2E31; display: inline-block; }
.chalkbtn:hover { background: #C9B458; }

/* ==========================================================
   SECONDARY / DETAIL HERO
   ========================================================== */
.detailhero {
  background: #D9DAD3;
  border-top: 3px solid #26282B;
  border-bottom: 3px solid #26282B;
  padding: 34px 24px;
  text-align: center;
}
.detailhero .eyebrow { display: inline-block; background: #C9B458; color: #26282B; font-weight: 800; letter-spacing: 3px; font-size: 0.7rem; text-transform: uppercase; padding: 4px 12px; }
.detailhero h1 { color: #26282B; font-size: clamp(1.9rem, 4.4vw, 3rem); margin-top: 12px; line-height: 1.08; }
.detailhero .leadx { color: #26282B; max-width: 760px; margin: 12px auto 0; font-size: 1.06rem; }
.detailhero .chalkline { margin: 16px auto 0; }

/* ==========================================================
   SERVICE GRID / PAGES
   ========================================================== */
.svcwrap { background: #EFEFEA; padding: 10px 0 40px; }

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

.svcrow {
  background: #D9DAD3;
  border-bottom: 3px solid #26282B;
  border-left: 6px solid #5A6B7D;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 18px 18px;
  margin: 22px 0;
  box-shadow: 4px 4px 0 #B8B9B0;
}

.svcrow .plakette { font-family: ui-monospace, "Courier New", monospace; font-weight: 800; color: #26282B; }
.svcrow .plakette .ttl { background: #C9B458; color: #26282B; padding: 6px 8px; letter-spacing: 1px; font-size: 0.74rem; display: block; }
.svcrow .plakette .code { display: block; margin-top: 6px; color: #5A6B7D; font-size: 1.3rem; border-bottom: 3px dashed #5A6B7D; }

.svcrow h3 { color: #26282B; font-size: 1.4rem; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.svcrow h3 .idx { background: #26282B; color: #C9B458; font-family: ui-monospace, "Courier New", monospace; font-size: 0.8rem; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; }
.svcrow p { color: #26282B; margin: 0 0 8px; font-weight: 400; }
.svcrow p.strong2 { color: #2B2E31; }
.svcrow ul { list-style: none; margin-left: 2px; }
.svcrow ul li { color: #2B2E31; padding-left: 22px; position: relative; margin: 5px 0; }
.svcrow ul li::before { content: "<"; position: absolute; left: 6px; color: #C9B458; font-weight: 800; }

.cta-band2 { margin-top: 10px; background: #5A6B7D; text-align: center; padding: 26px 24px; }
.cta-band2 h2 { color: #FFFFFF; font-size: 1.6rem; margin-bottom: 12px; }
.cta-band2 p { color: #FFFFFF; max-width: 640px; margin: 0 auto 16px; }
.cta-band2 .chalkbtn { font-size: 1rem; }

/* ==========================================================
   CONTACT PAGE
   ========================================================== */
.cpage { display: grid; grid-template-columns: 1.25fr 1fr; gap: 28px; max-width: 1160px; margin: 0 auto; padding: 26px 24px 44px; align-items: start; }

.formpanel { background: #D9DAD3; border: 3px solid #26282B; border-top: 9px solid #5A6B7D; padding: 24px; box-shadow: 5px 5px 0 #B8B9B0; }
.formpanel .cbadge { display: inline-block; background: #C9B458; color: #26282B; font-family: ui-monospace, "Courier New", monospace; font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; padding: 3px 9px; margin-bottom: 10px; }
.formpanel h2 { color: #26282B; font-size: 1.6rem; }

.field { margin-bottom: 15px; display: block; }
.field label { display: block; font-weight: 700; color: #26282B; font-size: 0.88rem; margin-bottom: 4px; letter-spacing: 0.4px; }
.field label .hint { color: #4E5E6E; font-weight: 400; font-size: 0.82rem; }
.field input, .field textarea {
  width: 100%;
  border: 2px solid #5A6B7D;
  background: #FFFFFF;
  color: #26282B;
  font-family: inherit;
  font-size: 1rem;
  padding: 10px 11px;
  box-sizing: border-box;
}
.field input:focus, .field textarea:focus { outline: none; border-color: #26282B; box-shadow: 0 0 0 2px #C9B458; }
.field textarea { min-height: 140px; resize: vertical; }

.field .errtxt { color: #26282B; background: #C9B458; font-size: 0.8rem; font-weight: 700; margin-top: 3px; display: block; padding: 1px 6px; }

.infopanel h2 { color: #26282B; font-size: 1.5rem; }
.infopanel .cdesc { color: #26282B; }

.kv { background: #E2E1D6; border-left: 6px solid #26282B; padding: 12px 15px; margin: 12px 0; box-shadow: 3px 3px 0 #C6C7BE; }
.kv .k { display: block; text-transform: uppercase; letter-spacing: 2px; font-size: 0.68rem; color: #4E5E6E; font-weight: 800; }
.kv .v { color: #26282B; font-weight: 700; font-size: 1.02rem; word-break: break-word; }
.kv .v a { color: #26282B; border-bottom: 2px solid #5A6B7D; }
.kv .v a:hover { color: #5A6B7D; }

.smtick { display: inline-block; background: #2B2E31; margin-left: 10px; color: #C9B458; font-size: 0.86rem; font-weight: 700; }

@media (min-width: 801px) {
  .faqwrap { background: #EFEFEA; border-top: 3px solid #26282B; padding: 26px 24px 44px; }
  .faqlist { max-width: 1040px; margin: 18px auto 0; }
  .faqlist h2 { color: #26282B; font-size: 1.7rem; text-align: center; margin-bottom: 16px; }
  .faq { background: #D9DAD3; border: 2px solid #B8B9B0; margin: 0 0 12px; }
  .faq .fq {
    background: #5A6B7D; color: #FFFFFF; width: 100%; text-align: left; font-family: inherit;
    font-size: 1rem; font-weight: 700; padding: 13px 16px; border: none; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
  }
  .faq .fq .glyph { font-family: ui-monospace, "Courier New", monospace; color: #C9B458; font-size: 1.2rem; }
  .faq .fa { display: none; padding: 12px 18px; color: #26282B; background: #E8E8E1; }
  .faq .fa p { margin: 0; color: #2B2E31; }
  .faq.open .fa { display: block; }
}

/* ==========================================================
   SITE OFFICE FREEFORM
   ========================================================== */
.siteintro { background: #EFEFEA; padding: 34px 24px; text-align: center; }
.siteintro h2 { color: #26282B; font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.siteintro .wide { max-width: 860px; margin: 12px auto 0; color: #2B2E31; }
.siteintro .accent-seq { color: #5A6B7D; font-weight: 700; }

.capw { background: #D9DAD3; border-left: 6px solid #C9B458; padding: 14px 18px; margin: 8px 0; box-shadow: 3px 3px 0 #B8B9B0; }

/* ==========================================================
   FOOTER — FORM TIE  (.formtie)
   ========================================================== */
.formtie { background: #2B2E31; color: #FFFFFF; }

.formtie .walltop { height: 16px; border-top: 3px solid #C9B458; background-image: linear-gradient(45deg, transparent 0 40%, #C9B458 40% 46%, transparent 46%); background-size: 20px 20px; }

.formtie .motto {
  color: #D9DAD3;
  text-align: center;
  letter-spacing: 6px;
  font-family: ui-monospace, "Courier New", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid #4A5A6B;
}

.formtie .columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 24px 22px;
  position: relative;
  z-index: 1;
}

.formtie .formbar {
  height: 4px;
  background: #5A6B7D;
}
.ftcol { min-width: 0; }
.ftcol h4 { color: #C9B458; text-transform: uppercase; letter-spacing: 2px; font-size: 0.86rem; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 2px solid #4A5A6B; }
.ftcol a { display: block; color: #FFFFFF; padding: 4px 0; }
.ftcol a:hover { color: #C9B458; }
.ftcol .desc { color: #D9DAD3; font-size: 0.9rem; }

.fttie-phrase { display: block; max-width: 260px; margin-top: 10px; color: #C9B458; font-family: ui-monospace, "Courier New", monospace; font-size: 0.72rem; }

.formtie .ftbase {
  background: #D9DAD3;
  color: #26282B;
  padding: 24px 0 18px;
  position: relative;
  z-index: 1;
}

.formtie .fstencil { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; gap: 20px 46px; justify-content: space-between; align-items: flex-start; }
.stenchip { color: #26282B; }
.stenchip .co { font-weight: 800; letter-spacing: 1px; font-size: 1.05rem; color: #26282B; }
.stenchip .ad { color: #2B2E31; font-size: 0.92rem; }
.stenchip.ct a { color: #26282B; border-bottom: 2px solid #5A6B7D; font-weight: 700; margin-right: 4px; margin-top:1px;}
.stenchip.ct a:hover { color: #5A6B7D; }

.copyline { text-align: center; color: #4E5E6E; font-size: 0.82rem; padding-top: 0; font-family: ui-monospace, "Courier New", monospace; }
.copyline a { color: #4E5E6E; border-bottom: 1px solid #5A6B7D; }

/* ==========================================================
   SCROLL REVEAL — safe w/o JS
   ========================================================== */
/* Reveal only relies on transform + visibility, NOT opacity,
   so it stays safe whether or not JavaScript runs. */
.no-js .rv, html:not(.js) .rv, .rv.noanim, html.js .rv.visible { transform: none; }

html.js .rv.anim {
  transform: translateY(22px);
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.21, 1);
}
html.js .rv.anim.visible, html.js .rv.anim.always { transform: none; }

/* decorative absolutely-positioned watermark */
.watermark { display: block; position: absolute; visibility: hidden; }

/* ==========================================================
   SUPPLEMENTAL: plan rows / service rows / misc blocks
   ========================================================== */
.loadchip {
  display: inline-block;
  background: #E2E1D6;
  border: 1px solid #5A6B7D;
  color: #26282B;
  font-family: ui-monospace, "Courier New", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 8px;
}

.lplan .gap { height: 0; }

.procbrief { background: #D9DAD3; border-top: 4px solid #5A6B7D; padding: 22px 0 34px; }
.procbrief .pbeads { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: 22px; }
.pbead { background: #EFEFEA; border-top: 6px solid #5A6B7D; border-left: 2px solid #B8B9B0; padding: 16px; box-shadow: 3px 3px 0 #B8B9B0; }
.pbead .bno { display: inline-block; font-family: ui-monospace, "Courier New", monospace; font-weight: 800; letter-spacing: 2px; font-size: 0.72rem; color: #C9B458; background: #26282B; padding: 2px 6px; margin-bottom: 8px; }
.pbead h3 { color: #26282B; font-size: 1.05rem; margin-bottom: 4px; }
.pbead p { color: #2E3236; font-size: 0.92rem; margin: 0; }

.svcrow h3 .idx { display: inline-flex; width: 30px; height: 30px; background: #26282B; color: #C9B458; font-family: ui-monospace, "Courier New", monospace; font-size: 0.8rem; align-items: center; justify-content: center; flex: 0 0 auto; }
.svcrow ul { list-style: none; margin-left: 4px; }
.svcrow ul li { padding-left: 22px; position: relative; margin: 4px 0; }

.tinynum { font-family: ui-monospace, "Courier New", monospace; }

.detailhero .chalkline { width: 150px; height: 5px; background: #C9B458; display: block; margin: 16px auto 0; }

.planchip { background: #C9B458 !important; color: #26282B !important; border: 2px dashed #26282B; font-size: 0.72rem; padding: 8px 10px; display: inline-block; text-align: center; flex: 0 0 auto; align-self: center; text-transform: uppercase; letter-spacing: 1px; }
.planchip:hover { background: #D8C46E !important; }


@media (max-width: 1120px) {
  .lplan { grid-template-columns: 100px 1fr; }
  .lplan .planchip { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 900px) {
  .spliceplate .navtoggle { display: block; margin-left: auto; }
  .spliceplate .navlinks {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    order: 4;
    padding: 4px 0 14px;
  }
  .spliceplate .navlinks.open { display: flex; }
  .spliceplate .navlinks a.beam { text-align: left; }
  .spliceplate .ctachip { display: inline-block; order: 4; margin: 10px 0 0 0; text-align: center; }
  body.menu-open .spliceplate .ctachip { display: none; }

  .svcrow { grid-template-columns: 1fr; }
  .cpage { grid-template-columns: 1fr; }
  .statin { flex-basis: 100%; }
  .statin + .statin { border-left: none; border-top: 2px solid #5A6B7D; }
  .lplan.offset { transform: none; }
  .ganplace { height: 260px; }
  .girder { height: 170px; }
  .planclip { display: none; }
}
