:root {
  --dusk-timber: #26221C;
  --ember-paper: #F2E8D5;
  --flare-orange: #D06B2C;
  --watch-beam: #F0E6CE;
  --cabin-brown: #3A2F24;
  --ridge-deep: #171310;
  --smoke-haze: #4A4238;
  --osage-green: #5F6B3C;
  --ink: #241C14;
  --flare-deep: #A8501E;
  --beam-shadow: #B9AB8E;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, Verdana, sans-serif;
  background-color: #26221C;
  color: #F2E8D5;
  line-height: 1.7;
  overflow-x: hidden;
}

.reveal-item {
  visibility: hidden;
  transform: translateY(26px);
  transition: transform 700ms ease;
}

.reveal-item.beam-lit {
  visibility: visible;
  transform: translateY(0);
}

/* ============ CATWALK RAIL NAVIGATION ============ */

.catwalkrail {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #171310;
  border-bottom: 3px solid #D06B2C;
  box-shadow: 0 10px 26px #0E0B08;
}

.catwalk-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.catwalk-windowband {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background-color: #3A2F24;
  border-left: 6px solid #D06B2C;
  border-right: 6px solid #5F6B3C;
  padding: 12px 18px;
  margin-top: 10px;
}

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

.cab-brand-mark {
  width: 34px;
  height: 34px;
  background-color: #D06B2C;
  border: 3px solid #F0E6CE;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.cab-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.cab-brand-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F2E8D5;
}

.cab-brand-range {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D06B2C;
}

.cab-window-grid {
  display: flex;
  gap: 5px;
  flex: 0 0 auto;
}

.window-pane {
  width: 22px;
  height: 26px;
  background-color: #26221C;
  border: 2px solid #B9AB8E;
}

.catwalk-deck {
  position: relative;
  padding-bottom: 6px;
}

.rail-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  padding: 14px 0 10px;
  list-style: none;
  margin: 0;
}

.rail-post {
  flex: 1 1 120px;
}

.rail-post a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.azimuth-plate {
  display: block;
  background-color: #F0E6CE;
  color: #241C14;
  border: 2px solid #B9AB8E;
  border-bottom: 4px solid #D06B2C;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 9px 6px;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.rail-post a:hover .azimuth-plate,
.rail-post a:focus .azimuth-plate {
  background-color: #D06B2C;
  color: #171310;
  transform: translateY(-5px);
}

.rail-post:nth-child(1) .azimuth-plate { padding-top: 8px; padding-bottom: 8px; }
.rail-post:nth-child(2) .azimuth-plate { padding-top: 11px; padding-bottom: 11px; }
.rail-post:nth-child(3) .azimuth-plate { padding-top: 7px; padding-bottom: 7px; }
.rail-post:nth-child(4) .azimuth-plate { padding-top: 12px; padding-bottom: 12px; }
.rail-post:nth-child(5) .azimuth-plate { padding-top: 9px; padding-bottom: 9px; }

.rail-bearingline {
  height: 4px;
  background-color: #D06B2C;
  width: 100%;
}

.catwalk-toggle {
  display: none;
  background-color: #D06B2C;
  color: #171310;
  border: 2px solid #F0E6CE;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 9px 14px;
  cursor: pointer;
  font-family: inherit;
}

/* ============ HERO: FIRE FINDER CAB ============ */

.firefinder {
  position: relative;
  background-color: #26221C;
  border-bottom: 3px solid #D06B2C;
  overflow-x: hidden;
}

.ridgeline {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.haze-band {
  position: absolute;
  left: 0;
  right: 0;
  height: 90px;
}

.haze-band.haze-one {
  top: 8%;
  background-color: #3A2F24;
  height: 120px;
}

.haze-band.haze-two {
  top: 34%;
  background-color: #332A20;
  height: 150px;
}

.haze-band.haze-three {
  top: 62%;
  background-color: #2B241C;
  height: 200px;
}

.firefinder-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 62px 24px 66px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.firefinder-copy {
  max-width: 640px;
}

.eyebrow-tag {
  display: inline-block;
  background-color: #5F6B3C;
  color: #F2E8D5;
  border: 2px solid #F0E6CE;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
  margin-bottom: 20px;
}

.firefinder-title {
  font-size: 52px;
  line-height: 1.08;
  margin: 0 0 20px;
  color: #F2E8D5;
  letter-spacing: 1px;
}

.title-flare {
  color: #D06B2C;
  display: block;
}

.firefinder-lead {
  font-size: 17px;
  color: #F0E6CE;
  margin: 0 0 30px;
}

.firefinder-lead a {
  color: #D06B2C;
  font-weight: 700;
  text-decoration: underline;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.shingle-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 26px;
  border: 2px solid #F0E6CE;
  background-color: #F0E6CE;
  color: #171310;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.shingle-btn:hover,
.shingle-btn:focus {
  background-color: #D06B2C;
  color: #171310;
  border-color: #D06B2C;
}

.shingle-btn.outline {
  background-color: #3A2F24;
  color: #F2E8D5;
  border-color: #D06B2C;
}

.shingle-btn.outline:hover,
.shingle-btn.outline:focus {
  background-color: #D06B2C;
  color: #171310;
}

/* Fire finder station illustration */

.finderstation {
  position: relative;
  height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lightning-mast {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 84px;
  background-color: #4A4238;
  transform: translateX(-50%);
}

.copper-tip {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 22px solid #D06B2C;
}

.tower-legs {
  position: absolute;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
}

.leg {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 250px;
  background-color: #4A4238;
}

.leg-left {
  left: 16px;
  transform: skewX(6deg);
  transform-origin: bottom;
}

.leg-right {
  right: 16px;
  transform: skewX(-6deg);
  transform-origin: bottom;
}

.leg-cross {
  position: absolute;
  height: 8px;
  width: 232px;
  left: 9px;
  background-color: #3A2F24;
}

.leg-cross.cross-a { bottom: 70px; transform: rotate(28deg); }
.leg-cross.cross-b { bottom: 70px; transform: rotate(-28deg); }
.leg-cross.cross-c { bottom: 158px; transform: rotate(24deg); }
.leg-cross.cross-d { bottom: 158px; transform: rotate(-24deg); }

.finder-cab {
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translateX(-50%);
  width: 244px;
}

.cab-roof {
  height: 14px;
  background-color: #F0E6CE;
  border: 3px solid #171310;
}

.cab-band {
  display: flex;
  gap: 4px;
  background-color: #3A2F24;
  border: 3px solid #171310;
  border-top: none;
  padding: 8px 8px;
}

.cab-glass {
  flex: 1 1 auto;
  height: 46px;
  background-color: #F2E8D5;
  border: 2px solid #4A4238;
}

.catwalk-rail-band {
  height: 10px;
  background-color: #4A4238;
  border-bottom: 3px solid #D06B2C;
}

.catwalk-pickets {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  height: 16px;
}

.catwalk-pickets span {
  width: 3px;
  height: 16px;
  background-color: #4A4238;
}

.alidade-dial {
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #E8DCBF;
  border: 5px solid #171310;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dial-needle {
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #D06B2C;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  transform: rotate(38deg);
}

.dial-crosswire-h {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background-color: #4A4238;
}

.dial-crosswire-v {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  background-color: #4A4238;
}

.dial-hub {
  position: relative;
  z-index: 3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #171310;
  border: 3px solid #D06B2C;
}

.azimuth-strip {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2px;
  background-color: #171310;
  border: 2px solid #D06B2C;
  padding: 4px;
}

.azimuth-tick {
  width: 20px;
  height: 26px;
  background-color: #F2E8D5;
  border: 1px solid #4A4238;
}

.azimuth-tick.marked {
  background-color: #D06B2C;
}

/* ============ BEARINGS MAP TABLE ============ */

.bearingstable {
  background-color: #171310;
  padding: 74px 24px 86px;
  border-bottom: 3px solid #D06B2C;
}

.bearingstable-head {
  max-width: 1240px;
  margin: 0 auto 54px;
}

.section-eyebrow {
  display: inline-block;
  background-color: #3A2F24;
  color: #D06B2C;
  border-left: 5px solid #D06B2C;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 14px;
  margin-bottom: 18px;
}

.section-title {
  font-size: 40px;
  line-height: 1.12;
  color: #F2E8D5;
  margin: 0 0 16px;
  letter-spacing: 1px;
}

.section-intro {
  font-size: 17px;
  color: #F0E6CE;
  max-width: 820px;
  margin: 0;
}

.sector-row {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 26px;
}

.sector-row.upper {
  grid-template-columns: repeat(3, 1fr);
}

.sector-row.lower {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  margin-left: 120px;
  max-width: 1120px;
}

.sector-panel {
  background-color: #F0E6CE;
  color: #241C14;
  border: 3px solid #B9AB8E;
  border-top: 8px solid #D06B2C;
  padding: 26px 24px 28px;
  position: relative;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.sector-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 0 #3A2F24;
}

.sector-panel.offset-drop {
  margin-top: 30px;
}

.alidade-disc {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #E8DCBF;
  border: 4px solid #171310;
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disc-needle {
  position: absolute;
  width: 28px;
  height: 3px;
  background-color: #D06B2C;
  left: 50%;
  top: 50%;
  transform-origin: left center;
}

.disc-hub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #171310;
  position: relative;
  z-index: 2;
}

.needle-30 { transform: rotate(30deg); }
.needle-m18 { transform: rotate(-18deg); }
.needle-72 { transform: rotate(72deg); }
.needle-118 { transform: rotate(118deg); }
.needle-m64 { transform: rotate(-64deg); }
.needle-154 { transform: rotate(154deg); }

.range-closing {
  margin-top: 22px;
  color: #F0E6CE;
}

.osage-tag {
  display: inline-block;
  background-color: #5F6B3C;
  color: #F2E8D5;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.sighted-chip {
  position: absolute;
  top: -16px;
  right: 20px;
  background-color: #D06B2C;
  color: #171310;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 2px solid #171310;
}

.sector-name {
  font-size: 21px;
  margin: 0 0 10px;
  color: #241C14;
  line-height: 1.2;
}

.sector-name a {
  color: #241C14;
  text-decoration: none;
  border-bottom: 3px solid #D06B2C;
}

.sector-name a:hover,
.sector-name a:focus {
  color: #A8501E;
}

.sector-text {
  font-size: 15px;
  color: #2B2318;
  margin: 0;
}

/* ============ MORNING REPORT STRIP ============ */

.morningreport {
  background-color: #D06B2C;
  color: #26221C;
  padding: 34px 24px;
}

.morningreport-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.morningreport-text {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  max-width: 820px;
  color: #26221C;
}

.morningreport-link {
  display: inline-block;
  background-color: #171310;
  color: #F2E8D5;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 24px;
  border: 2px solid #171310;
}

.morningreport-link:hover,
.morningreport-link:focus {
  background-color: #F0E6CE;
  color: #171310;
}

/* ============ WATCH LOG / CONTENT BLOCKS ============ */

.watchlog {
  background-color: #26221C;
  padding: 76px 24px 84px;
}

.watchlog-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}

.log-column h2 {
  font-size: 30px;
  color: #F2E8D5;
  margin: 0 0 16px;
  border-left: 6px solid #D06B2C;
  padding-left: 16px;
}

.log-column p {
  color: #F0E6CE;
  font-size: 16px;
  margin: 0 0 18px;
}

.log-column a {
  color: #D06B2C;
  font-weight: 700;
}

.log-figures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.log-figure {
  background-color: #3A2F24;
  border-left: 5px solid #D06B2C;
  padding: 18px 18px 20px;
}

.log-figure strong {
  display: block;
  color: #F2E8D5;
  font-size: 17px;
  margin-bottom: 6px;
}

.log-figure span {
  color: #F0E6CE;
  font-size: 14px;
}

.range-rhythm {
  background-color: #3A2F24;
  border: 3px solid #4A4238;
  padding: 30px 28px;
  margin-top: 22px;
}

.range-rhythm h3 {
  color: #D06B2C;
  font-size: 20px;
  margin: 0 0 14px;
  letter-spacing: 1px;
}

.rhythm-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 2px solid #4A4238;
}

.rhythm-item:last-child {
  border-bottom: none;
}

.rhythm-mark {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  background-color: #D06B2C;
  color: #171310;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F0E6CE;
}

.rhythm-copy strong {
  display: block;
  color: #F2E8D5;
  margin-bottom: 4px;
  font-size: 16px;
}

.rhythm-copy span {
  color: #F0E6CE;
  font-size: 14px;
}

/* ============ FINDER TABLE (PROCESS) ============ */

.finder-process {
  background-color: #171310;
  padding: 76px 24px 84px;
  border-top: 3px solid #D06B2C;
  border-bottom: 3px solid #D06B2C;
}

.finder-process-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.azimuth-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  counter-reset: bearing;
}

.azimuth-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 2px solid #4A4238;
  align-items: start;
}

.azimuth-step:last-child {
  border-bottom: none;
}

.azimuth-degree {
  background-color: #D06B2C;
  color: #171310;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 0;
  text-align: center;
  border: 3px solid #F0E6CE;
}

.azimuth-body h3 {
  color: #F2E8D5;
  font-size: 21px;
  margin: 0 0 10px;
}

.azimuth-body p {
  color: #F0E6CE;
  margin: 0 0 12px;
  font-size: 16px;
}

.azimuth-body a {
  color: #D06B2C;
  font-weight: 700;
}

/* ============ CTA BAND ============ */

.ctaband {
  background-color: #3A2F24;
  padding: 66px 24px;
  border-bottom: 3px solid #D06B2C;
}

.ctaband-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 40px;
  align-items: center;
}

.ctaband h2 {
  font-size: 34px;
  color: #F2E8D5;
  margin: 0 0 16px;
  line-height: 1.15;
}

.ctaband p {
  color: #F0E6CE;
  font-size: 16px;
  margin: 0 0 14px;
}

.ctaband-contact {
  background-color: #171310;
  border-left: 6px solid #D06B2C;
  padding: 26px 24px;
}

.ctaband-contact p {
  margin: 0 0 10px;
  font-size: 15px;
  color: #F0E6CE;
}

.ctaband-contact a {
  color: #D06B2C;
  font-weight: 700;
  text-decoration: none;
}

/* ============ TOWER BASE FOOTER ============ */

.towerbase {
  background-color: #171310;
  padding: 60px 24px 30px;
}

.towerbase-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px repeat(3, 1fr);
  gap: 34px;
  align-items: start;
}

.base-legs {
  position: relative;
  min-height: 210px;
}

.base-leg {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 200px;
  background-color: #4A4238;
}

.base-leg.left {
  left: 10px;
  transform: skewX(5deg);
  transform-origin: bottom;
}

.base-leg.right {
  right: 10px;
  transform: skewX(-5deg);
  transform-origin: bottom;
}

.base-cross {
  position: absolute;
  width: 224px;
  height: 7px;
  left: 18px;
  background-color: #3A2F24;
}

.base-cross.one { bottom: 60px; transform: rotate(26deg); }
.base-cross.two { bottom: 60px; transform: rotate(-26deg); }

.base-brandplate {
  position: absolute;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  background-color: #F0E6CE;
  color: #241C14;
  text-align: center;
  padding: 12px 8px;
  border: 3px solid #D06B2C;
}

.base-brandplate strong {
  display: block;
  letter-spacing: 2px;
  font-size: 16px;
}

.base-brandplate span {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A8501E;
}

.packstrap {
  background-color: #3A2F24;
  border-top: 6px solid #D06B2C;
  padding: 22px 20px 24px;
}

.packstrap h3 {
  color: #F2E8D5;
  font-size: 17px;
  margin: 0 0 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.packstrap li {
  margin-bottom: 10px;
}

.packstrap a {
  color: #F0E6CE;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 2px solid #3A2F24;
}

.packstrap a:hover,
.packstrap a:focus {
  color: #D06B2C;
  border-bottom-color: #D06B2C;
}

.stonefooting {
  max-width: 1240px;
  margin: 44px auto 0;
  padding-top: 22px;
  border-top: 3px solid #4A4238;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.stonefooting p {
  margin: 0;
  color: #F0E6CE;
  font-size: 14px;
}

.stonefooting a {
  color: #D06B2C;
  text-decoration: none;
  font-weight: 700;
}

.alidade-glyph {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #D06B2C;
  position: relative;
  vertical-align: middle;
  margin-left: 8px;
}

.alidade-glyph::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 3px;
  background-color: #D06B2C;
  transform: translateY(-50%);
}

/* ============ INNER PAGE HERO ============ */

.trailhead {
  background-color: #26221C;
  border-bottom: 3px solid #D06B2C;
  padding: 56px 24px 60px;
  position: relative;
  overflow-x: hidden;
}

.trailhead-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.trailhead h1 {
  font-size: 44px;
  color: #F2E8D5;
  margin: 0 0 16px;
  letter-spacing: 1px;
}

.trailhead p {
  color: #F0E6CE;
  font-size: 17px;
  max-width: 820px;
  margin: 0;
}

/* ============ SERVICE DETAIL BLOCKS ============ */

.servicedeck {
  background-color: #171310;
  padding: 70px 24px 80px;
}

.servicedeck-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.servicerow {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 2px solid #4A4238;
  align-items: start;
}

.servicerow:last-child {
  border-bottom: none;
}

.service-badge {
  background-color: #3A2F24;
  border: 3px solid #D06B2C;
  text-align: center;
  padding: 18px 8px;
}

.service-badge .bearing-code {
  display: block;
  color: #D06B2C;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

.service-badge .bearing-word {
  display: block;
  color: #F0E6CE;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
}

.service-body h2 {
  color: #F2E8D5;
  font-size: 27px;
  margin: 0 0 14px;
}

.service-body p {
  color: #F0E6CE;
  font-size: 16px;
  margin: 0 0 14px;
}

.service-body a {
  color: #D06B2C;
  font-weight: 700;
}

/* ============ CONTACT ============ */

.contactgrid {
  background-color: #171310;
  padding: 70px 24px 80px;
}

.contactgrid-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 40px;
  align-items: start;
}

.contactform {
  background-color: #3A2F24;
  border-top: 8px solid #D06B2C;
  padding: 32px 30px 36px;
}

.contactform h2 {
  color: #F2E8D5;
  font-size: 26px;
  margin: 0 0 8px;
}

.contactform p.hint {
  color: #F0E6CE;
  font-size: 14px;
  margin: 0 0 22px;
}

.field-row {
  margin-bottom: 18px;
}

.field-row label {
  display: block;
  color: #F0E6CE;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}

.field-row input,
.field-row textarea {
  width: 100%;
  background-color: #F2E8D5;
  color: #241C14;
  border: 3px solid #4A4238;
  padding: 12px 13px;
  font-size: 15px;
  font-family: inherit;
}

.field-row input:focus,
.field-row textarea:focus {
  outline: none;
  border-color: #D06B2C;
}

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

.form-status {
  margin-top: 14px;
  color: #F2E8D5;
  background-color: #171310;
  border-left: 5px solid #D06B2C;
  padding: 10px 14px;
  font-size: 14px;
  display: none;
}

.form-status.shown {
  display: block;
}

.contactaside {
  display: grid;
  gap: 22px;
}

.infoboard {
  background-color: #F0E6CE;
  color: #241C14;
  border: 3px solid #B9AB8E;
  border-left: 8px solid #D06B2C;
  padding: 24px 22px;
}

.infoboard h3 {
  color: #241C14;
  font-size: 19px;
  margin: 0 0 12px;
  letter-spacing: 1px;
}

.infoboard p {
  color: #2B2318;
  font-size: 15px;
  margin: 0 0 10px;
}

.infoboard a {
  color: #A8501E;
  font-weight: 700;
  text-decoration: none;
}

.hoursline {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #B9AB8E;
  padding: 9px 0;
  font-size: 15px;
  color: #2B2318;
}

.hoursline:last-child {
  border-bottom: none;
}

.faqstack {
  background-color: #171310;
  padding: 70px 24px 80px;
  border-top: 3px solid #D06B2C;
}

.faqstack-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faqstack h2 {
  color: #F2E8D5;
  font-size: 34px;
  margin: 0 0 26px;
}

.faq-card {
  background-color: #3A2F24;
  border-left: 6px solid #D06B2C;
  margin-bottom: 16px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background-color: #3A2F24;
  color: #F2E8D5;
  border: none;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 20px;
  cursor: pointer;
}

.faq-question:hover,
.faq-question:focus {
  color: #D06B2C;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}

.faq-answer p {
  color: #F0E6CE;
  font-size: 15px;
  margin: 0;
  padding: 0 20px 20px;
}

.faq-card.open .faq-answer {
  max-height: 400px;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 980px) {
  .firefinder-inner {
    grid-template-columns: 1fr;
  }

  .finderstation {
    height: 400px;
  }

  .sector-row.upper,
  .sector-row.lower {
    grid-template-columns: 1fr 1fr;
  }

  .sector-row.lower {
    margin-left: 0;
    max-width: 1240px;
  }

  .watchlog-inner {
    grid-template-columns: 1fr;
  }

  .ctaband-inner {
    grid-template-columns: 1fr;
  }

  .towerbase-inner {
    grid-template-columns: 1fr 1fr;
  }

  .contactgrid-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .catwalk-toggle {
    display: inline-block;
  }

  .rail-posts {
    display: none;
  }

  .rail-posts.open {
    display: flex;
  }

  .rail-post {
    flex: 1 1 44%;
  }

  .firefinder-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 30px;
  }

  .trailhead h1 {
    font-size: 32px;
  }

  .sector-row.upper,
  .sector-row.lower {
    grid-template-columns: 1fr;
  }

  .towerbase-inner {
    grid-template-columns: 1fr;
  }

  .servicerow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .azimuth-step {
    grid-template-columns: 70px 1fr;
    gap: 16px;
  }

  .log-figures {
    grid-template-columns: 1fr;
  }
}
