/* ============================================================
   TDXVOICE, LLC — VOICE DISPATCH WORKS
   Console Slate theme : patch cord amber circuits : rack rails
   color lock
   ============================================================ */

:root{
  --slate:#191C1F;
  --talk:#ECEEE8;
  --amber:#D9922E;
  --bay:#7F8587;
  --card:#232729;
  --fawn:#E7E1D2;
  --rack:#2A2E32;
  --line:#3A3F44;
}

*{box-sizing:border-box}

body{
  margin:0;
  background:#191C1F;
  color:#ECEEE8;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.7;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit}

a.under{color:#ECEEE8}

.pagewrap{
  position:relative;
  z-index:1;
}

.serif{font-family:"Courier New",monospace}
.slab{font-family:Georgia,"Times New Roman",serif}

h1,h2,h3,h4{
  margin:0;
  line-height:1.2;
  font-weight:700;
}

p{margin:0}

.small{font-size:13px}

/* ============================================================
   JACK ROW NAV
   ============================================================ */

.jackrow{
  position:sticky;
  position:-webkit-sticky;
  top:0;
  z-index:80;
  background:#191C1F;
}

.jackrow .rowbar{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:72px;
  padding:0 28px;
  position:relative;
}

.jackrow .brandplate{
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  background:#D9922E;
  color:#16191B;
  font-weight:900;
  letter-spacing:0.06em;
  padding:8px 16px;
  border-radius:4px;
  font-family:"Courier New",monospace;
  box-shadow:0 4px 0 #8a5a18;
}

.jackrow .brandplate .big{font-size:24px;line-height:1}

.jackrow .jackglyph{
  display:inline-flex;
  align-items:flex-end;
  gap:4px;
  padding:2px 6px;
  background:#16191B;
  border-radius:3px;
}

.jackrow .jackglyph i{
  width:7px;
  height:16px;
  background:#7F8587;
  display:inline-block;
  border-radius:1px;
}

.jackrow .jackglyph u{
  width:2px;
  height:22px;
  background:#D9922E;
  display:inline-block;
  margin:0 1px;
  border-radius:1px;
  text-decoration:none;
}

.jackrow .navlinks{
  display:flex;
  gap:14px;
  margin-left:auto;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0;
}

.jackrow .navlinks li{margin:0}

.jackrow .channellink{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#232729;
  color:#ECEEE8;
  text-decoration:none;
  font-family:"Courier New",monospace;
  font-weight:700;
  font-size:14px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  padding:10px 18px;
  border-radius:4px;
  border:1px solid #3A3F44;
}

.jackrow .channellink .litdot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#D9922E;
  display:inline-block;
}

.jackrow .patchlink{
  display:inline-block;
  background:#D9922E;
  color:#16191B;
  padding:10px 20px;
  border-radius:4px;
  font-family:"Courier New",monospace;
  font-weight:900;
  letter-spacing:0.06em;
  text-transform:uppercase;
  text-decoration:none;
  font-size:14px;
  box-shadow:0 3px 0 #8a5a18;
}

.jackrow .bayrule{
  height:6px;
  background:
    linear-gradient(to bottom,#7F8587 0 2px,#191C1F 2px 4px,#7F8587 4px 6px);
  position:relative;
}

.jackrow .bayrule span{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:0;
}

.navtoggle{
  display:none;
  margin-left:auto;
  background:#D9922E;
  border:none;
  color:#16191B;
  font-family:"Courier New",monospace;
  font-weight:900;
  padding:10px 14px;
  border-radius:4px;
  cursor:pointer;
  text-transform:uppercase;
}

@media(max-width:820px){
  .navtoggle{display:inline-block}
  .jackrow .navlinks{
    display:none;
    flex-direction:column;
    width:100%;
    background:#191C1F;
    padding:12px 28px 18px;
  }
  .jackrow .navlinks.open{display:flex}
  .jackrow .navlinks li{width:100%}
  .jackrow .channellink,.jackrow .patchlink{width:100%;justify-content:center}
  .jackrow .rowbar{flex-wrap:wrap}
}

/* ============================================================
   PATCH BAY HERO
   ============================================================ */

.patchbay{
  background:#191C1F;
  max-width:1200px;
  margin:0 auto;
  padding:0 0 0;
  overflow-x:hidden;
}

.patchbay .console{
  padding:34px 0 20px;
  margin:0 24px;
  background:
    linear-gradient(to bottom,#232729 0 1px,#1a1e21 1px 99%,#232729 100%);
  border-radius:6px 6px 0 0;
  box-shadow:inset 0 0 40px #0c0e10;
  position:relative;
}

.patchbay .clockutc{
  position:absolute;
  top:16px;
  right:18px;
  background:#16191B;
  border:2px solid #7F8587;
  border-radius:50%;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Courier New",monospace;
  color:#E7E1D2;
  font-size:9px;
  letter-spacing:0.05em;
  text-align:center;
}

.rowsofsocket{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.jackbank{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:30px;
}

.jackbank .banklabel{
  flex-basis:100%;
  text-align:center;
  font-family:"Courier New",monospace;
  color:#7F8587;
  font-size:10px;
  letter-spacing:0.14em;
  text-transform:uppercase;
}

.jackbits{
  display:inline-flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.jackbits em{
  width:12px;
  height:30px;
  background:#7F8587;
  border-radius:2px;
  box-shadow:inset 0 -3px 0 #4f5557;
  display:inline-block;
}

.patchcords{
  position:relative;
  height:96px;
  margin:6px 0;
}

.patchcords b{
  position:absolute;
  height:2px;
  background:#D9922E;
  display:block;
  width:220px;
  left:50%;
  margin-left:-110px;
  border-radius:2px;
}

.patchcords b.c1{top:6px;transform:rotate(-6deg)}
.patchcords b.c2{top:30px;transform:rotate(5deg)}
.patchcords b.c3{top:54px;transform:rotate(-4deg)}
.patchcords b.c4{top:74px;transform:rotate(2deg)}

.patchcords b::before,
.patchcords b::after{
  content:"";
  position:absolute;
  top:-4px;
  width:7px;
  height:10px;
  background:#D9922E;
  border-radius:2px;
}

.patchcords b::before{left:-4px}
.patchcords b::after{right:-4px}

.gooseneck{
  position:absolute;
  bottom:0;
  left:3%;
  width:150px;
  height:70px;
  border:5px solid #7F8587;
  border-top-color:transparent;
  border-left-color:transparent;
  border-bottom:none;
  transform:rotate(-40deg);
  border-radius:0 0 0 40px;
  filter:drop-shadow(0 6px 0 #3a3f44);
}

.gooseneck::before{
  content:"";
  position:absolute;
  top:-14px;
  right:-6px;
  width:26px;
  height:16px;
  background:#232729;
  border:3px solid #7F8587;
  border-radius:3px;
}

.talkboard{
  position:absolute;
  right:18px;
  bottom:16px;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.talkboard .boardtitel{
  text-align:right;
  font-family:"Courier New",monospace;
  font-size:11px;
  letter-spacing:0.1em;
  color:#7F8587;
  text-transform:uppercase;
}

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

.talkboard .tkchip{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#16191B;
  color:#ECEEE8;
  border:1px solid #3A3F44;
  padding:6px 12px;
  font-family:"Courier New",monospace;
  font-size:13px;
  min-width:130px;
  border-radius:3px;
}

.talkboard .tkchip.on{border-color:#D9922E}

.talkboard .tkdot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#31353a;
}

.talkboard .tkchip.on .tkdot{background:#D9922E}

@media(max-width:700px){
  .gooseneck{display:none}
  .talkboard{position:static;margin:0 auto 4px;align-items:center}
  .jackbank{gap:12px}
}

.deskhelf{
  margin:0 24px;
  padding:34px 38px 30px;
  background:#232729;
  border-radius:0 0 6px 6px;
  border-top:4px solid #D9922E;
  position:relative;
  overflow:hidden;
}

.deskhelf .ledlayout{
  max-width:960px;
  margin:0 auto;
  display:flex;
  gap:36px;
  align-items:center;
}

.deskhelf .htext{flex:1}

.eyebrow{
  font-family:"Courier New",monospace;
  letter-spacing:0.22em;
  color:#D9922E;
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  margin-bottom:16px;
}

.eyebrow::before{
  content:"";
  display:inline-block;
  width:26px;
  height:2px;
  background:#D9922E;
  vertical-align:middle;
  margin-right:12px;
}

.htext h1{
  font-size:clamp(34px,5.2vw,64px);
  color:#ECEEE8;
  font-weight:900;
  letter-spacing:-0.01em;
}

.htext h1 .stampwrap{
  display:inline-flex;
  align-items:center;
  gap:16px;
}

.circuitstamp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:50%;
  border:3px solid #D9922E;
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:12px;
  transform:rotate(-12deg);
  text-align:center;
  line-height:1.1;
}

.htext .lead{
  margin-top:20px;
  font-size:19px;
  color:#ECEEE8;
  max-width:56ch;
}

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

.ctasolid{
  display:inline-block;
  background:#D9922E;
  color:#151a1c;
  font-family:"Courier New",monospace;
  font-weight:900;
  letter-spacing:0.06em;
  text-transform:uppercase;
  padding:13px 26px;
  border-radius:4px;
  text-decoration:none;
  box-shadow:0 4px 0 #8a5a18;
}

.ctaoutline{
  display:inline-block;
  background:transparent;
  color:#ECEEE8;
  border:2px solid #ECEEE8;
  font-family:"Courier New",monospace;
  font-weight:900;
  letter-spacing:0.06em;
  text-transform:uppercase;
  padding:11px 24px;
  border-radius:4px;
  text-decoration:none;
}

.clipboard{
  flex:0 0 240px;
  background:#E7E1D2;
  color:#20242a;
  border-radius:4px;
  padding:16px 18px;
  box-shadow:0 8px 0 #16191B;
  transform:rotate(2deg);
  font-family:"Courier New",monospace;
}

.clipboard .clipword{
  font-weight:900;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-size:13px;
  border-bottom:2px solid #20242a;
  padding-bottom:8px;
}

.clipboard ul{
  margin:12px 0 0;
  padding:0 0 0 16px;
  font-size:14px;
  line-height:2;
  color:#20242a;
}

@media(max-width:820px){
  .deskhelf .ledlayout{flex-direction:column;align-items:flex-start}
  .clipboard{flex:none;width:100%;transform:none}
}

.kickstrip{
  margin:22px 24px 0;
  background:#2A2E32;
  border-radius:4px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  padding:20px 24px;
}

.kickstrip .stat{
  text-align:center;
  padding:0 34px;
  position:relative;
}

.kickstrip .stat + .stat::before{
  content:"";
  position:absolute;
  left:0;
  top:8%;
  height:84%;
  width:2px;
  background:#D9922E;
}

.kickstrip .stat b{
  display:block;
  font-family:"Courier New",monospace;
  font-size:30px;
  color:#ECEEE8;
  line-height:1;
}

.kickstrip .stat span{
  display:block;
  margin-top:6px;
  font-family:"Courier New",monospace;
  text-transform:uppercase;
  letter-spacing:0.12em;
  font-size:10px;
  color:#7F8587;
}

@media(max-width:700px){
  .kickstrip{flex-direction:column;gap:18px}
  .kickstrip .stat + .stat::before{display:none}
}

/* ============================================================
   SQUAWK ROWS
   ============================================================ */

.squawkrow{
  background:#232729;
  padding:76px 0 70px;
}

.squawkrow .inner{
  max-width:1150px;
  margin:0 auto;
  padding:0 24px;
}

.squawkrow .blockhead{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:44px;
}

.squawkrow .blockhead .rule{
  flex:1;
  height:3px;
  background:#7F8587;
}

.squawkrow .blockhead h2{
  color:#ECEEE8;
  font-size:clamp(26px,3.4vw,42px);
  letter-spacing:-0.01em;
  font-weight:900;
}

.squawkrow .blockhead .tag{
  font-family:"Courier New",monospace;
  color:#D9922E;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  font-size:12px;
}

.logsheet{
  display:flex;
  align-items:flex-start;
  gap:26px;
  background:#191C1F;
  border:1px solid #3A3F44;
  border-left:6px solid #7F8587;
  border-radius:6px;
  padding:26px 30px;
  margin-bottom:26px;
  position:relative;
  transition:transform .3s ease, border-color .3s ease;
}

.squawkrow .logsheet.alt{margin-left:40px;border-left-color:#D9922E}
.squawkrow .logsheet.even{margin-left:0}

.logsheet:hover{border-color:#D9922E}

.logsheet .timestamp{
  font-family:"Courier New",monospace;
  color:#7F8587;
  font-size:15px;
  padding-top:6px;
  min-width:76px;
}

.logsheet .body{flex:1}

.logsheet .rowtop{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.vxstamp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  border:2px solid #D9922E;
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:10px;
  text-align:center;
  line-height:1.05;
}

.channelplate{
  display:inline-block;
  background:#E7E1D2;
  color:#20242a;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:13px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:4px 14px;
  border-radius:3px;
}

.logsheet h3{
  color:#ECEEE8;
  font-size:22px;
  margin:2px 0 0;
}

.logsheet p{
  color:#C7C6C1;
  margin:10px 0 14px;
  max-width:78ch;
}

.logsheet .detaillink{
  font-family:"Courier New",monospace;
  font-weight:900;
  color:#D9922E;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.1em;
  font-size:13px;
}

.logsheet .detaillink::after{content:" ▸"}

.cordmark{
  flex:0 0 34px;
  align-self:center;
  text-align:center;
  font-size:0;
  position:relative;
  width:34px;
  height:34px;
}

.cordmark::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  border:3px solid #D9922E;
}

.cordmark::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:22px;
  height:3px;
  background:#D9922E;
  transform:translate(-50%,-50%) rotate(-45deg);
  border-radius:2px;
}

.squawkrow .logsheet.alt .cordmark{
  order:-1;
}

@media(max-width:760px){
  .squawkrow .logsheet.alt{margin-left:0}
  .logsheet{flex-wrap:wrap;padding:20px}
  .cordmark{display:none}
  .logsheet .timestamp{min-width:110px}
}

/* ============================================================
   STATEMENT ROW (amber band)
   ============================================================ */

.statementband{
  background:#D9922E;
  color:#16191B;
}

.statementband .inner{
  max-width:1100px;
  margin:0 auto;
  padding:60px 24px;
  text-align:center;
}

.statementband .big24{
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:clamp(64px,12vw,150px);
  line-height:.9;
  letter-spacing:-0.03em;
}

.statementband .pledge{
  font-size:clamp(20px,2.6vw,30px);
  font-weight:900;
  max-width:24ch;
  margin:22px auto 0;
  line-height:1.25;
}

.statementband .pledge small{
  display:block;
  font-size:15px;
  font-weight:700;
  margin-top:10px;
  letter-spacing:0.02em;
}

/* ============================================================
   WATCH ROTATION
   ============================================================ */

.watchrotate{
  background:#7F8587;
}

.watchrotate .inner{
  max-width:1150px;
  margin:0 auto;
  padding:76px 24px;
}

.watchrotate .crest{
  font-family:"Courier New",monospace;
  color:#232a2e;
  font-weight:900;
  letter-spacing:0.28em;
  text-transform:uppercase;
  text-align:center;
  font-size:13px;
  margin-bottom:14px;
}

.watchrotate h2{
  text-align:center;
  color:#14181b;
  font-size:clamp(28px,3.6vw,44px);
  font-weight:900;
  margin-bottom:8px;
}

.watchrotate .shortlead{
  text-align:center;
  color:#232a2e;
  max-width:58ch;
  margin:0 auto 40px;
}

.rotation{
  position:relative;
}

.rotation .cordrail{
  position:absolute;
  top:34px;
  left:5%;
  right:5%;
  border-top:3px dashed #14181b;
  z-index:0;
}

.rotation .railbox{
  display:flex;
  justify-content:space-between;
  gap:16px;
  position:relative;
  z-index:1;
  flex-wrap:nowrap;
}

.station{
  flex:1;
  text-align:center;
  min-width:0;
}

.station .plug{
  width:44px;
  height:44px;
  margin:0 auto;
  background:#191C1F;
  border:3px solid #14181b;
  border-radius:50%;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:13px;
}

.station .stationname{
  display:inline-block;
  margin-top:20px;
  background:#14181b;
  color:#E7E1D2;
  font-family:"Courier New",monospace;
  font-weight:900;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-size:13px;
  padding:8px 16px;
  border-radius:3px;
}

.station .finaltag{
  display:inline-block;
  margin-top:12px;
  background:#D9922E;
  color:#14181b;
  font-family:"Courier New",monospace;
  font-weight:900;
  letter-spacing:0.06em;
  text-transform:uppercase;
  font-size:11px;
  padding:5px 12px;
  border-radius:3px;
}

.station .stationdesc{
  margin-top:12px;
  color:#1c2326;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:760px){
  .rotation .railbox{flex-direction:column}
  .rotation .cordrail{display:none}
  .station .plug{margin:0 auto}
}

/* ============================================================
   BOOKING BAND
   ============================================================ */

.freqband{
  background:#D9922E;
}

.freqband .inner{
  max-width:1150px;
  margin:0 auto;
  padding:60px 24px;
  display:flex;
  align-items:center;
  gap:34px;
  flex-wrap:wrap;
}

.freqstamp{
  flex:0 0 96px;
  width:96px;
  height:96px;
  border-radius:50%;
  border:4px solid #16191B;
  color:#16191B;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  letter-spacing:0.02em;
  line-height:1.3;
  transform:rotate(-10deg);
  margin:0 auto;
}

.freqband .fbtext{flex:1;min-width:250px}

.freqband .fbtext h3{
  color:#14181b;
  font-size:clamp(26px,3.4vw,40px);
  font-weight:900;
}

.freqband .fbtext p{
  color:#341f0e;
  margin-top:12px;
  font-size:17px;
}

.freqband .cardbutton{
  display:inline-block;
  background:#232729;
  color:#ECEEE8;
  font-family:"Courier New",monospace;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0.06em;
  padding:15px 26px;
  border-radius:4px;
  text-decoration:none;
  box-shadow:0 4px 0 #131517;
}

@media(max-width:800px){
  .freqband .inner{flex-direction:column;text-align:center}
}

/* ============================================================
   RACK RAIL FOOTER
   ============================================================ */

.rackrail{background:#2A2E32}

.railtop{
  background:#191C1F;
  height:34px;
  padding:0 28px;
  display:flex;
  align-items:flex-end;
  gap:16px;
}

.railtop .railtrack{
  flex:1;
  height:8px;
  border-bottom:3px solid #7F8587;
  position:relative;
}

.railtop .railtrack::before{
  content:"";
  position:absolute;
  top:-6px;
  width:3px;height:3px;border-radius:50%;
  background:#D9922E;
  box-shadow:18px -2px 0 #7F8587,46px -4px 0 #D9922E,80px 1px 0 #7F8587,120px -3px 0 #D9922E,160px 2px 0 #7F8587,205px -4px 0 #D9922E,245px 0 0 #7F8587,290px -5px 0 #D9922E;
}

.railtop .cordhook{
  align-self:center;
  width:30px;
  height:34px;
}

.railtop .cordhook .coil{
  display:block;
  width:22px;
  height:26px;
  border:4px solid #D9922E;
  border-top:none;
  border-bottom:none;
  border-radius:50%;
  margin:4px auto;
  position:relative;
}

.motto{
  padding:26px 28px 10px;
  text-align:center;
  font-family:"Courier New",monospace;
  font-weight:900;
  color:#7F8587;
  letter-spacing:0.3em;
  font-size:13px;
}

.footcols{
  max-width:1150px;
  margin:0 auto;
  padding:26px 24px 12px;
  display:flex;
  gap:34px;
  flex-wrap:wrap;
  justify-content:space-between;
}

.footcol h4{
  color:#ECEEE8;
  font-family:"Courier New",monospace;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0.12em;
  font-size:14px;
  margin-bottom:14px;
}

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

.footcol li{margin-bottom:9px}

.footcol a{
  color:#C7C6C1;
  text-decoration:none;
  font-size:15px;
}

.footcol a:hover{color:#D9922E}

@media(max-width:760px){
  .footcols{flex-direction:column}
}

.basefaceplate{
  margin:16px 24px 0;
  background:#E7E1D2;
  color:#20242a;
  border-radius:4px;
  padding:26px 30px;
  position:relative;
  box-shadow:inset 0 3px 6px #b9b1a0;
}

.facehead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  border-bottom:2px solid #6b6560;
  padding-bottom:12px;
}

.facehead .firmname{
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:26px;
  letter-spacing:0.04em;
}

.facehead .firmname span{color:#7a5717}

.facetel{
  font-family:"Courier New",monospace;
  font-size:15px;
  font-weight:700;
  color:#4a443e;
}

.facelist{
  display:flex;
  flex-wrap:wrap;
  gap:12px 30px;
  font-size:15px;
  color:#3a352f;
  padding-top:14px;
  font-family:"Courier New",monospace;
}

.facelist dt{font-weight:900;display:inline;color:#20242a}
.facelist dd{display:inline;margin:0}

.copyrightline{
  max-width:1150px;
  margin:0 auto;
  padding:8px 24px 26px;
  text-align:center;
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-size:13px;
  letter-spacing:0.05em;
}

/* ============================================================
   INTERIOR PAGE SHARED PIECES
   ============================================================ */

.pagetonic{
  background:#191C1F;
}

.pagetonic .pagemast{
  background:#232729;
}

.pagemast .headwrap{
  max-width:1150px;
  margin:0 auto;
  padding:70px 24px 64px;
}

.pagemast .htext h1{margin-bottom:16px}

.pageband{
  max-width:1150px;
  margin:0 auto;
  padding:64px 24px;
}

.pagegrid{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.splitaccent{color:#D9922E}

/* services page special row geometry */
.svcunit{
  background:#191C1F;
  border:1px solid #3A3F44;
  border-radius:6px;
  padding:30px 32px;
  display:flex;
  gap:26px;
  align-items:flex-start;
}

.svcno{
  flex:0 0 64px;
  height:64px;
  border-radius:50%;
  border:3px solid #D9922E;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:16px;
  color:#D9922E;
}

.svcunit h3{
  color:#ECEEE8;
  font-size:24px;
  margin-bottom:10px;
}

.svcunit p{color:#C7C6C1;margin-bottom:12px}
.svcunit p + p{margin-top:10px}

@media(max-width:700px){
  .svcunit{flex-direction:column}
  .svcno{flex:none}
}

.processwrap{
  background:#2A2E32;
  border-radius:6px;
  padding:34px;
  margin-top:40px;
}

.processwrap h3{
  color:#ECEEE8;
  font-size:24px;
  margin-bottom:4px;
}

.staplist{
  list-style:none;
  margin:18px 0 0;
  padding:0;
  counter-reset:step;
}

.staplist li{
  counter-increment:step;
  position:relative;
  padding:0 0 20px 60px;
  color:#C7C6C1;
}

.staplist li::before{
  content:counter(step,decimal-leading-zero);
  position:absolute;
  left:0;
  top:-2px;
  width:38px;
  height:38px;
  border-radius:50%;
  border:2px solid #D9922E;
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-weight:900;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.staplist li::after{
  content:"";
  position:absolute;
  left:19px;
  top:36px;
  bottom:0;
  width:2px;
  background:#7F8587;
}

.staplist li b{color:#ECEEE8;display:block;margin-bottom:4px}

/* contact page */
.contactsplit{
  display:flex;
  gap:44px;
  flex-wrap:wrap;
}

.contactcard{
  background:#232729;
  border-radius:8px;
  padding:34px;
  flex:1 1 360px;
}

.contactcard h2{
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0.08em;
  font-size:15px;
  margin-bottom:8px;
}

.fieldline{margin-bottom:20px}

.fieldline label{
  display:block;
  font-family:"Courier New",monospace;
  color:#7F8587;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:0.1em;
  margin-bottom:8px;
}

.fieldline input,.fieldline select,.fieldline textarea{
  width:100%;
  background:#191C1F;
  border:1px solid #3A3F44;
  color:#ECEEE8;
  font-family:Georgia,serif;
  font-size:16px;
  padding:12px 14px;
  border-radius:4px;
}

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

.contactsubmit{
  background:#D9922E;
  border:none;
  color:#16191B;
  font-family:"Courier New",monospace;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0.08em;
  padding:14px 28px;
  border-radius:4px;
  cursor:pointer;
  font-size:15px;
  box-shadow:0 4px 0 #8a5a18;
}

.formok{
  margin-top:16px;
  display:none;
  background:#191C1F;
  border:1px solid #D9922E;
  color:#E7E1D2;
  padding:14px 16px;
  border-radius:4px;
  font-family:"Courier New",monospace;
}

.formok.show{display:block}

.detailslist{list-style:none;margin:20px 0 0;padding:0}

.detailslist li{
  padding:14px 0;
  border-top:1px solid #3A3F44;
  color:#C7C6C1;
}

.detailslist li b{
  display:block;
  color:#D9922E;
  font-family:"Courier New",monospace;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.1em;
  margin-bottom:6px;
}

.hoursgrid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 20px;
  margin-top:14px;
  max-width:320px;
  font-size:15px;
  font-family:"Courier New",monospace;
}

.hoursgrid b{color:#D9922E;font-weight:700}

.faqcard{
  background:#232729;
  border-radius:8px;
  margin-top:20px;
}

.faqhead{padding:22px 28px;cursor:pointer;display:flex;align-items:center;gap:14px}
.faqhead h3{color:#ECEEE8;font-size:20px;flex:1}
.faqhead .ficon{color:#D9922E;font-weight:900;font-size:22px}

.faqbody{
  display:none;
  padding:0 28px 24px;
  color:#C7C6C1;
  max-width:80ch;
}

.faqcard.open .faqhead .ficon{color:#D9922E}
.faqcard.open .faqbody{display:block}
.faqcard.open .faqhead .ficon{transform:rotate(45deg)}

.squawkcard{flex:1 1 360px;background:#191C1F;border:1px solid #3A3F44;border-radius:8px;padding:34px}
.squawkcard.accentborder{border-left:6px solid #D9922E}

/* ============================================================
   REVEAL SYSTEM
   ============================================================ */
.reveal{
  opacity:1;
  transform:none;
  transition:opacity .6s ease, transform .6s ease;
}

@media screen and (min-width:821px){
  .reveal.js-tracked{
    opacity:0;
    transform:translateY(24px);
  }
  .reveal.visible{
    opacity:1;
    transform:none;
  }
}

/* count-up chips support text numbers only (no extra css) */

@media(prefers-reduced-motion:reduce){
  .reveal.js-tracked{opacity:1;transform:none}
}

@media print{
  .jackrow{position:static}
  body{background:#fff;color:#000}
}
