/* JASE INTELLECTUAL PROPERTIES, LLC - field survey chart theme */

:root {
  --chart-slate: #20262B;
  --map-bone: #EFE8D6;
  --seism-vermilion: #C2492F;
  --instrument-steel: #8D979E;
  --plot-paper: #F2EDDD;
  --magma-pit: #171C20;
  --traverse-teal: #2E6E68;
  --peak-clay: #B98436;
  --ink: #22282C;
  --bone-deep: #E3D9BF;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #20262B;
  color: #EFE8D6;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.72;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.22;
  margin: 0 0 0.6em 0;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1.05em 0;
}

a {
  color: #C2492F;
  text-decoration: none;
  border-bottom: 1px solid #8D979E;
}

a:hover {
  color: #EFE8D6;
  border-bottom-color: #C2492F;
}

img {
  max-width: 100%;
}

/* ============ GRATICULE RULE NAV ============ */

.graticule {
  background-color: #171C20;
  border-bottom: 3px double #8D979E;
  padding: 0 0 0 0;
  position: relative;
}

.graticule-rule {
  height: 12px;
  border-bottom: 1px solid #8D979E;
  background-image: repeating-linear-gradient(90deg, #8D979E 0, #8D979E 1px, #171C20 1px, #171C20 26px);
  background-size: 26px 100%;
}

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

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

.grat-plate {
  background-color: #2A3136;
  border: 1px solid #8D979E;
  border-left: 5px solid #C2492F;
  padding: 8px 16px 8px 14px;
}

.grat-brand-name {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: bold;
  color: #EFE8D6;
  letter-spacing: 0.06em;
  display: block;
}

.grat-brand-sub {
  font-size: 0.7rem;
  color: #8D979E;
  letter-spacing: 0.18em;
  display: block;
  margin-top: 2px;
}

.grat-dot {
  width: 11px;
  height: 11px;
  background-color: #C2492F;
  border: 2px solid #EFE8D6;
  border-radius: 50%;
  flex: 0 0 auto;
}

.grat-toggle {
  display: none;
  background-color: #2A3136;
  border: 1px solid #8D979E;
  color: #EFE8D6;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  padding: 9px 14px;
  cursor: pointer;
}

.grat-toggle:hover {
  background-color: #C2492F;
}

.grat-plaques {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.grat-plaque {
  background-color: #F2EDDD;
  color: #22282C;
  border: 1px solid #8D979E;
  border-bottom: 3px solid #C2492F;
  padding: 7px 14px 6px 14px;
  display: block;
  text-decoration: none;
  border-radius: 0;
}

.grat-plaque:hover {
  background-color: #C2492F;
  color: #EFE8D6;
  border-color: #C2492F;
}

.grat-plaque-wide {
  min-width: 132px;
}

.grat-plaque-narrow {
  min-width: 96px;
}

.grat-plaque-mid {
  min-width: 114px;
}

.grat-plaque-label {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0.04em;
}

.grat-plaque-coord {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: #2E6E68;
  display: block;
  margin-top: 2px;
}

.grat-plaque:hover .grat-plaque-coord {
  color: #EFE8D6;
}

/* ============ EPICENTER FIELD SCENE ============ */

.epicenter {
  background-color: #20262B;
  border-bottom: 1px solid #8D979E;
  position: relative;
  padding: 54px 0 58px 0;
}

.epicenter-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.epi-copy {
  flex: 1 1 480px;
  max-width: 55%;
}

.epi-eyebrow {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: #8D979E;
  border-left: 3px solid #C2492F;
  padding-left: 10px;
  margin-bottom: 18px;
  display: block;
}

.epi-head {
  font-size: 2.85rem;
  color: #EFE8D6;
  margin-bottom: 22px;
}

.epi-head-line {
  display: block;
}

.epi-verm {
  color: #C2492F;
}

.epi-text {
  font-size: 1.04rem;
  color: #EFE8D6;
  max-width: 560px;
}

.epi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn-verm {
  background-color: #C2492F;
  color: #EFE8D6;
  border: 2px solid #C2492F;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 13px 22px;
  display: inline-block;
  text-decoration: none;
}

.btn-verm:hover {
  background-color: #EFE8D6;
  color: #20262B;
  border-color: #EFE8D6;
}

.btn-steel {
  background-color: #20262B;
  color: #EFE8D6;
  border: 2px solid #8D979E;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 13px 22px;
  display: inline-block;
  text-decoration: none;
}

.btn-steel:hover {
  background-color: #2E6E68;
  border-color: #2E6E68;
  color: #EFE8D6;
}

.btn-stamp {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  display: block;
  margin-top: 4px;
}

/* ============ ISOSEISMAL MAP PANEL ============ */

.epi-map-wrap {
  flex: 1 1 380px;
  max-width: 45%;
}

.iso-panel {
  background-color: #171C20;
  border: 1px solid #8D979E;
  padding: 18px;
  position: relative;
}

.iso-grid {
  position: relative;
  height: 400px;
  background-color: #1B2126;
  background-image:
    repeating-linear-gradient(90deg, #3A4248 0, #3A4248 1px, #1B2126 1px, #1B2126 40px),
    repeating-linear-gradient(0deg, #3A4248 0, #3A4248 1px, #1B2126 1px, #1B2126 40px);
  background-size: 40px 40px;
  overflow: hidden;
}

.iso-rose {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 52px;
  height: 52px;
  border: 1px solid #8D979E;
  border-radius: 50%;
  background-color: #20262B;
  z-index: 4;
}

.iso-rose::before {
  content: "N";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.6rem;
  color: #EFE8D6;
}

.iso-rose::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 18px solid #C2492F;
}

.iso-ring {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.iso-ring-1 {
  width: 90px;
  height: 90px;
  border: 8px solid #C2492F;
  background-color: #2A1E1A;
}

.iso-ring-2 {
  width: 172px;
  height: 172px;
  border: 6px solid #2E6E68;
  background-color: #1C2B29;
}

.iso-ring-3 {
  width: 262px;
  height: 262px;
  border: 6px solid #C2492F;
  background-color: #241E1B;
}

.iso-ring-4 {
  width: 358px;
  height: 358px;
  border: 6px solid #2E6E68;
  background-color: #1B2321;
}

.iso-epi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #C2492F;
  border: 3px solid #EFE8D6;
  border-radius: 50%;
  z-index: 5;
}

.iso-flag {
  position: absolute;
  background-color: #F2EDDD;
  color: #22282C;
  border: 1px solid #8D979E;
  border-left: 4px solid #C2492F;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px 9px;
  z-index: 6;
  letter-spacing: 0.06em;
}

.iso-flag-a {
  top: 24%;
  left: 62%;
}

.iso-flag-b {
  top: 55%;
  left: 16%;
}

.iso-flag-c {
  top: 76%;
  left: 58%;
}

.iso-trace {
  margin-top: 12px;
  height: 44px;
  background-color: #12161A;
  border: 1px solid #8D979E;
  position: relative;
  overflow: hidden;
}

.iso-trace-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  height: 2px;
  background-color: #C2492F;
  clip-path: polygon(0 50%, 2% 50%, 3% 8%, 4% 92%, 5% 30%, 6% 70%, 7% 50%, 12% 50%, 13% 4%, 14% 96%, 15% 44%, 16% 56%, 17% 50%, 24% 50%, 25% 12%, 26% 88%, 27% 38%, 28% 62%, 29% 50%, 38% 50%, 39% 2%, 40% 98%, 41% 34%, 42% 66%, 43% 50%, 54% 50%, 55% 16%, 56% 84%, 57% 40%, 58% 60%, 59% 50%, 70% 50%, 71% 6%, 72% 94%, 73% 30%, 74% 70%, 75% 50%, 88% 50%, 89% 14%, 90% 86%, 91% 42%, 92% 58%, 93% 50%, 100% 50%);
}

.iso-caption {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #8D979E;
  margin-top: 8px;
  display: block;
}

/* ============ INTENSITY BAND ROWS ============ */

.isobands {
  padding: 56px 0 30px 0;
  background-color: #20262B;
}

.isobands-head {
  max-width: 1240px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
}

.isobands-kicker {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: #8D979E;
  display: block;
  margin-bottom: 10px;
}

.isobands-title {
  font-size: 2rem;
  color: #EFE8D6;
}

.isobands-lead {
  max-width: 760px;
  color: #EFE8D6;
}

.band {
  max-width: 1240px;
  margin: 0 auto 20px auto;
  padding: 0 24px;
}

.band-strip {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #8D979E;
  background-color: #F2EDDD;
}

.band-alt .band-strip {
  background-color: #E3D9BF;
}

.band-invert .band-strip {
  background-color: #C2492F;
  border-color: #EFE8D6;
}

.band-tilt-a .band-strip {
  transform: skewY(-1deg);
}

.band-tilt-b .band-strip {
  transform: skewY(1deg);
}

.band-graticule {
  flex: 0 0 200px;
  background-color: #2E6E68;
  color: #EFE8D6;
  padding: 22px 20px;
  background-image:
    repeating-linear-gradient(90deg, #3F837C 0, #3F837C 1px, #2E6E68 1px, #2E6E68 28px),
    repeating-linear-gradient(0deg, #3F837C 0, #3F837C 1px, #2E6E68 1px, #2E6E68 28px);
  background-size: 28px 28px;
}

.band-invert .band-graticule {
  background-color: #171C20;
  background-image:
    repeating-linear-gradient(90deg, #3A4248 0, #3A4248 1px, #171C20 1px, #171C20 28px),
    repeating-linear-gradient(0deg, #3A4248 0, #3A4248 1px, #171C20 1px, #171C20 28px);
}

.band-numeral {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  color: #F2EDDD;
  line-height: 1;
}

.band-glyph {
  display: block;
  width: 26px;
  height: 26px;
  border: 3px solid #F2EDDD;
  border-radius: 50%;
  margin-top: 12px;
}

.band-glyph::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #C2492F;
  border-radius: 50%;
  margin: 6px auto 0 auto;
}

.band-tag {
  display: block;
  margin-top: 14px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  color: #F2EDDD;
}

.band-counsel {
  flex: 1 1 460px;
  padding: 24px 28px;
}

.band-invert .band-counsel {
  color: #EFE8D6;
}

.band-name {
  font-size: 1.32rem;
  color: #22282C;
  margin-bottom: 10px;
}

.band-invert .band-name {
  color: #EFE8D6;
}

.band-invert .band-name a {
  color: #EFE8D6;
}

.band-text {
  color: #22282C;
  font-size: 0.98rem;
}

.band-invert .band-text {
  color: #EFE8D6;
}

.band-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.band-chip {
  border: 1px solid #8D979E;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  color: #22282C;
  background-color: #F2EDDD;
}

.band-invert .band-chip {
  color: #EFE8D6;
  background-color: #A43B24;
  border-color: #EFE8D6;
}

.band-rule {
  margin-top: 16px;
  height: 8px;
  background-color: #CFC6AB;
  position: relative;
  overflow: hidden;
}

.band-rule-fill {
  height: 8px;
  background-color: #C2492F;
}

.band-invert .band-rule {
  background-color: #A43B24;
}

.band-invert .band-rule-fill {
  background-color: #EFE8D6;
}

.band-rule-fill-p1 { width: 34%; }
.band-rule-fill-p2 { width: 46%; }
.band-rule-fill-p3 { width: 55%; }
.band-rule-fill-p4 { width: 68%; }
.band-rule-fill-p5 { width: 82%; }
.band-rule-fill-p6 { width: 94%; }

.band-ref {
  display: block;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  color: #2E6E68;
  margin-top: 8px;
}

.band-invert .band-ref {
  color: #EFE8D6;
}

/* ============ FIELD SEASON ACCENT STRIP ============ */

.season {
  background-color: #C2492F;
  border-top: 2px solid #8D979E;
  border-bottom: 2px solid #8D979E;
  padding: 26px 24px;
  margin: 34px 0 0 0;
}

.season-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.season-stud {
  width: 16px;
  height: 16px;
  background-color: #EFE8D6;
  border: 4px solid #171C20;
  border-radius: 50%;
  flex: 0 0 auto;
}

.season-text {
  color: #EFE8D6;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0;
  flex: 1 1 400px;
}

.season-link {
  color: #EFE8D6;
  border: 2px solid #EFE8D6;
  padding: 9px 18px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}

.season-link:hover {
  background-color: #EFE8D6;
  color: #C2492F;
}

/* ============ SEISMOGRAPH DRUM MOTIF ============ */

.drum-rig {
  background-color: #171C20;
  border-top: 1px solid #8D979E;
  border-bottom: 1px solid #8D979E;
  padding: 48px 24px 40px 24px;
  margin-top: 40px;
}

.drum-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.drum-copy {
  flex: 1 1 420px;
}

.drum-title {
  color: #EFE8D6;
  font-size: 1.7rem;
}

.drum-text {
  color: #EFE8D6;
  max-width: 540px;
}

.drum-stage {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 250px;
}

.drum-stylus-arm {
  width: 170px;
  height: 10px;
  background-color: #8D979E;
  border: 1px solid #EFE8D6;
  transform: rotate(-11deg);
  transform-origin: right center;
  position: relative;
  margin-bottom: -4px;
  margin-left: -40px;
}

.drum-stylus-pivot {
  position: absolute;
  right: -12px;
  top: -6px;
  width: 22px;
  height: 22px;
  background-color: #C2492F;
  border: 3px solid #EFE8D6;
  border-radius: 50%;
}

.drum-stylus-tip {
  position: absolute;
  left: -6px;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #C2492F;
  border: 2px solid #EFE8D6;
  transform: rotate(45deg);
}

.drum-body {
  width: 240px;
  height: 150px;
  border-radius: 20px;
  background-color: #2A3136;
  border: 2px solid #8D979E;
  position: relative;
  overflow: hidden;
  box-shadow: inset 14px 0 0 0 #3A4248, inset -14px 0 0 0 #1B2126;
}

.drum-paper {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  background-color: #F2EDDD;
  background-image: repeating-linear-gradient(0deg, #CFC6AB 0, #CFC6AB 1px, #F2EDDD 1px, #F2EDDD 26px);
  background-size: 100% 26px;
}

.drum-trace {
  position: absolute;
  left: 0;
  right: 0;
  top: 74px;
  height: 2px;
  background-color: #22282C;
  clip-path: polygon(0 50%, 4% 50%, 5% 12%, 6% 88%, 7% 38%, 8% 62%, 9% 50%, 18% 50%, 19% 6%, 20% 94%, 21% 30%, 22% 70%, 23% 50%, 33% 50%, 34% 18%, 35% 82%, 36% 44%, 37% 56%, 38% 50%, 48% 50%, 49% 8%, 50% 92%, 51% 26%, 52% 74%, 53% 50%, 63% 50%, 64% 22%, 65% 78%, 66% 40%, 67% 60%, 68% 50%, 78% 50%, 79% 4%, 80% 96%, 81% 32%, 82% 68%, 83% 50%, 92% 50%, 93% 16%, 94% 84%, 95% 46%, 96% 54%, 97% 50%, 100% 50%);
}

.drum-tripod {
  width: 200px;
  height: 66px;
  position: relative;
}

.drum-leg {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 66px;
  background-color: #B98436;
}

.drum-leg-l {
  left: 14px;
  transform: rotate(15deg);
  transform-origin: top center;
}

.drum-leg-r {
  right: 14px;
  transform: rotate(-15deg);
  transform-origin: top center;
}

.drum-leg-c {
  left: 97px;
}

.drum-base {
  width: 210px;
  height: 8px;
  background-color: #8D979E;
  border: 1px solid #EFE8D6;
}

.drum-timegrid {
  width: 100%;
  max-width: 420px;
  border-top: 2px solid #EFE8D6;
  margin-top: 18px;
  display: flex;
}

.drum-tick {
  flex: 1 1 auto;
  border-left: 1px solid #8D979E;
  height: 12px;
}

.drum-tick-tall {
  height: 20px;
  border-left: 2px solid #C2492F;
}

/* ============ BEDROCK STRIP FOOTER ============ */

.bedrock {
  background-color: #171C20;
  border-top: 1px solid #8D979E;
}

.bedrock-scale {
  height: 16px;
  display: flex;
  background-color: #20262B;
}

.bedrock-scale-seg {
  flex: 1 1 auto;
  border-right: 1px solid #8D979E;
}

.bedrock-scale-seg-alt {
  flex: 1 1 auto;
  border-right: 1px solid #8D979E;
  background-color: #3A4248;
}

.bedrock-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 24px 24px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: space-between;
}

.bedrock-block {
  flex: 1 1 220px;
}

.bedrock-plaques {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.bedrock-plaque {
  background-color: #F2EDDD;
  color: #22282C;
  border: 1px solid #8D979E;
  border-bottom: 3px solid #2E6E68;
  padding: 6px 12px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.bedrock-plaque:hover {
  background-color: #C2492F;
  color: #EFE8D6;
  border-color: #C2492F;
  border-bottom-color: #EFE8D6;
}

.bedrock-plate {
  background-color: #2A3136;
  border: 1px solid #8D979E;
  border-left: 5px solid #C2492F;
  padding: 16px 18px;
}

.bedrock-brand {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #EFE8D6;
  letter-spacing: 0.05em;
  display: block;
}

.bedrock-blurb {
  color: #EFE8D6;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.bedrock-contact {
  color: #EFE8D6;
  font-size: 0.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bedrock-contact li {
  margin-bottom: 8px;
}

.bedrock-contact a {
  color: #EFE8D6;
  border-bottom: 1px solid #8D979E;
}

.bedrock-contact a:hover {
  color: #C2492F;
}

.bedrock-base {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px 26px 24px;
  border-top: 1px solid #8D979E;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.bedrock-copy {
  color: #8D979E;
  font-size: 0.8rem;
  margin: 0;
  flex: 1 1 320px;
}

.bedrock-drumglyph {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #EFE8D6;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

.drum-lil {
  width: 26px;
  height: 16px;
  border-radius: 4px;
  background-color: #2A3136;
  border: 1px solid #8D979E;
  position: relative;
}

.drum-lil::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 7px;
  height: 2px;
  background-color: #C2492F;
}

/* ============ SUBPAGE HEADERS ============ */

.subhead {
  background-color: #171C20;
  border-bottom: 3px double #8D979E;
  padding: 40px 24px 34px 24px;
}

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

.subhead-kicker {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: #8D979E;
  display: block;
  margin-bottom: 12px;
}

.subhead-title {
  font-size: 2.2rem;
  color: #EFE8D6;
  margin-bottom: 12px;
}

.subhead-lead {
  color: #EFE8D6;
  max-width: 760px;
  margin: 0;
}

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

.svc-section {
  padding: 48px 0 20px 0;
}

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

.svc-intro {
  background-color: #F2EDDD;
  border: 1px solid #8D979E;
  border-left: 8px solid #C2492F;
  padding: 26px 28px;
  margin-bottom: 34px;
}

.svc-intro-title {
  color: #22282C;
  font-size: 1.5rem;
}

.svc-intro-text {
  color: #22282C;
  margin-bottom: 0;
}

.svc-block {
  background-color: #F2EDDD;
  border: 1px solid #8D979E;
  padding: 26px 28px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.svc-block-alt {
  background-color: #E3D9BF;
}

.svc-block-code {
  flex: 0 0 96px;
  background-color: #2E6E68;
  color: #EFE8D6;
  padding: 14px 12px;
  text-align: center;
}

.svc-block-code span {
  display: block;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}

.svc-block-code em {
  display: block;
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  margin-top: 6px;
  color: #EFE8D6;
}

.svc-block-body {
  flex: 1 1 480px;
}

.svc-block-title {
  color: #22282C;
  font-size: 1.26rem;
}

.svc-block-text {
  color: #22282C;
  font-size: 0.98rem;
}

.svc-block-text a {
  color: #A43B24;
  border-bottom: 1px solid #2E6E68;
}

.svc-block-text a:hover {
  color: #171C20;
}

/* ============ PROCESS OVERVIEW ============ */

.process {
  background-color: #171C20;
  border-top: 1px solid #8D979E;
  border-bottom: 1px solid #8D979E;
  padding: 46px 24px;
  margin-top: 26px;
}

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

.process-title {
  color: #EFE8D6;
  font-size: 1.7rem;
}

.process-lead {
  color: #EFE8D6;
  max-width: 780px;
}

.process-track {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.process-step {
  flex: 1 1 200px;
  background-color: #20262B;
  border: 1px solid #8D979E;
  border-top: 5px solid #C2492F;
  padding: 18px;
}

.process-step-num {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: #8D979E;
  display: block;
  margin-bottom: 8px;
}

.process-step-title {
  color: #EFE8D6;
  font-size: 1.04rem;
  margin-bottom: 8px;
}

.process-step-text {
  color: #EFE8D6;
  font-size: 0.9rem;
  margin: 0;
}

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

.cta-band {
  background-color: #C2492F;
  border-top: 2px solid #8D979E;
  border-bottom: 2px solid #8D979E;
  padding: 40px 24px;
}

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

.cta-band-title {
  color: #EFE8D6;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.cta-band-text {
  color: #EFE8D6;
  margin: 0;
  max-width: 660px;
}

.cta-band-btn {
  background-color: #EFE8D6;
  color: #C2492F;
  border: 2px solid #EFE8D6;
  padding: 13px 24px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  flex: 0 0 auto;
}

.cta-band-btn:hover {
  background-color: #171C20;
  color: #EFE8D6;
  border-color: #171C20;
}

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

.contact-section {
  padding: 48px 0 30px 0;
}

.contact-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.contact-form-col {
  flex: 1 1 500px;
}

.contact-side-col {
  flex: 1 1 360px;
}

.contact-panel {
  background-color: #F2EDDD;
  border: 1px solid #8D979E;
  border-top: 6px solid #C2492F;
  padding: 26px 28px;
}

.contact-panel-title {
  color: #22282C;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.field-group {
  margin-bottom: 16px;
}

.field-label {
  display: block;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #22282C;
  margin-bottom: 6px;
}

.field-input,
.field-textarea,
.field-select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #8D979E;
  background-color: #FBF7EC;
  color: #22282C;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.96rem;
}

.field-input:focus,
.field-textarea:focus,
.field-select:focus {
  outline: 2px solid #C2492F;
  border-color: #C2492F;
}

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

.field-submit {
  background-color: #C2492F;
  color: #EFE8D6;
  border: 2px solid #C2492F;
  padding: 13px 26px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.field-submit:hover {
  background-color: #171C20;
  border-color: #171C20;
  color: #EFE8D6;
}

.field-note {
  font-size: 0.84rem;
  color: #3A4248;
  margin-top: 12px;
}

.contact-info-panel {
  background-color: #171C20;
  border: 1px solid #8D979E;
  padding: 24px 26px;
  margin-bottom: 20px;
}

.contact-info-title {
  color: #EFE8D6;
  font-size: 1.24rem;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #EFE8D6;
}

.contact-info-list li {
  padding: 12px 0;
  border-bottom: 1px solid #3A4248;
  font-size: 0.94rem;
}

.contact-info-list li:last-child {
  border-bottom: none;
}

.contact-info-list a {
  color: #EFE8D6;
  border-bottom: 1px solid #8D979E;
}

.contact-info-list a:hover {
  color: #C2492F;
}

.contact-info-label {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #8D979E;
  display: block;
  margin-bottom: 4px;
}

.hours-panel {
  background-color: #2E6E68;
  border: 1px solid #8D979E;
  padding: 22px 24px;
}

.hours-title {
  color: #EFE8D6;
  font-size: 1.16rem;
  margin-bottom: 12px;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #EFE8D6;
  font-size: 0.92rem;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #4A8B84;
}

.hours-list li:last-child {
  border-bottom: none;
}

.faq-section {
  background-color: #20262B;
  padding: 46px 24px;
  border-top: 1px solid #8D979E;
}

.faq-inner {
  max-width: 980px;
  margin: 0 auto;
}

.faq-title {
  color: #EFE8D6;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #F2EDDD;
  border: 1px solid #8D979E;
  border-left: 6px solid #2E6E68;
  margin-bottom: 14px;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #F2EDDD;
  border: none;
  border-bottom: 1px solid #8D979E;
  color: #22282C;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 16px 18px;
  cursor: pointer;
}

.faq-q:hover {
  background-color: #E3D9BF;
  color: #A43B24;
}

.faq-a {
  padding: 4px 18px 16px 18px;
  color: #22282C;
  font-size: 0.96rem;
  display: none;
}

.faq-item.is-open .faq-a {
  display: block;
}

.faq-item.is-open .faq-q {
  color: #A43B24;
}

/* ============ GENERIC CONTENT BLOCK ============ */

.copy-block {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 24px;
}

.copy-title {
  color: #EFE8D6;
  font-size: 1.5rem;
}

.copy-text {
  color: #EFE8D6;
}

.copy-panel {
  background-color: #F2EDDD;
  border: 1px solid #8D979E;
  border-left: 6px solid #C2492F;
  padding: 22px 26px;
  margin: 20px 0;
}

.copy-panel p {
  color: #22282C;
  margin-bottom: 0;
}

/* ============ SCROLL REVEAL ============ */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

.reveal-pre {
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@media (max-width: 900px) {
  .grat-toggle {
    display: block;
  }
  .grat-plaques {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .grat-plaques.is-open {
    display: flex;
  }
  .grat-plaque {
    width: 100%;
    min-width: 0;
  }
  .epi-copy,
  .epi-map-wrap {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .epi-head {
    font-size: 2.1rem;
  }
  .band-graticule {
    flex: 1 1 100%;
  }
  .band-counsel {
    flex: 1 1 100%;
  }
}

@media (max-width: 560px) {
  .epi-head {
    font-size: 1.7rem;
  }
  .subhead-title {
    font-size: 1.7rem;
  }
  .iso-grid {
    height: 320px;
  }
  .iso-ring-4 {
    width: 290px;
    height: 290px;
  }
  .iso-ring-3 {
    width: 212px;
    height: 212px;
  }
}
