/* ==========================================================
   JONEWORLD — Global Air-Mail Sorting Hall Theme
   Palette (locked)
   Sorting Hall Cream #F7F4EB | Ink Navy text #232733
   Cobalt Ink accent #2B4FB8 | Par Avion Red #B5443C (stripes)
   Postmark Grey #8A8D96 | Envelope Kraft #E9DFC8
   Counter Dark #2E3140
   Motif: world mail-sorting hall, globe walls, par-avion bank,
   date stamps, pigeonholes and a mail-bag rack by the door.
   ========================================================== */

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

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #232733;
  background-color: #F7F4EB;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
}

@media (min-width: 640px) {
  body { font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif; }
}

a { color: #2B4FB8; text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }
ul, ol { padding-left: 1.4rem; }

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Reveal-on-scroll (safe without JS; noscript-safe) */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.no-js .reveal, .reveal.visible, .js .visible { opacity: 1; transform: none; }

/* ----------------------------------------------------------
   PAR-AVION BORDER NAV  (.paravion)
   Airmail stripe band on top, cobalt brand plate with a small
   delta-wing glyph, envelope-corner tabs on the right and a
   cobalt DISPATCH DESK chip for the contact call.
   ---------------------------------------------------------- */
nav.paravion {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F7F4EB;
  border-bottom: 1px solid #8A8D96;
  box-shadow: inset 0 -3px 0 #8A8D96;
}

nav.paravion .airmail-edge {
  height: 8px;
  width: 100%;
  background:
    repeating-linear-gradient(135deg, #2B4FB8 0 14px, #B5443C 14px 28px);
}

nav.paravion .nav-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 24px;
  max-width: 1160px;
  margin: 0 auto;
}

nav.paravion .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2B4FB8;
  color: #F7F4EB;
  padding: 9px 16px;
  border-radius: 3px;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  font-family: Georgia, "Times New Roman", serif;
  box-shadow: 0 2px 0 #1d3a8a;
}

nav.paravion .brand:hover { text-decoration: none; }

nav.paravion .delta-wing {
  display: inline-block;
  width: 20px;
  height: 14px;
  position: relative;
}
nav.paravion .delta-wing:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F7F4EB;
  clip-path: polygon(0 38%, 100% 50%, 0 66%, 18% 50%);
}

nav.paravion .nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a.tab {
  display: inline-block;
  padding: 10px 16px;
  background-color: #E9DFC8;
  color: #232733;
  border-radius: 3px;
  position: relative;
  font-weight: 700;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.nav-links a.tab:hover { background-color: #DDD3B8; text-decoration: none; }

.nav-links a.dispatch {
  background-color: #2B4FB8;
  color: #F7F4EB;
  clip-path: none;
  border-radius: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.nav-links a.dispatch:hover { background-color: #26459f; }

.nav-toggle { display: none; }

@media (max-width: 860px) {
  nav.paravion .nav-inner { flex-wrap: wrap; }
  nav.paravion .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; }
  nav.paravion .nav-links.open { display: flex; }
  .nav-links a.tab { clip-path: none; }
  .nav-toggle {
    display: inline-block;
    margin-left: auto;
    background-color: #2B4FB8;
    color: #F7F4EB;
    border: 0;
    border-radius: 3px;
    padding: 10px 14px;
    font-weight: 700;
    cursor: pointer;
  }
}

/* ----------------------------------------------------------
   HERO  (.globeplot)  globe routes hero, two stacked decks
   ---------------------------------------------------------- */
.globeplot { background-color: #F7F4EB; }

.globeplot .route-band { overflow-x: hidden; }

.globeplot .route-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  align-items: center;
}

.globe {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 3px solid #8A8D96;
  position: relative;
  margin: 0 auto;
  background-color: #FBF8F0;
  box-shadow: inset 0 0 0 1px #232733;
}
.globe .meridian,
.globe .meridian2,
.globe .meridian3,
.globe .parallel { position: absolute; background-color: #c9ccd6; }
.globe .meridian { left: 50%; top: 4px; bottom: 4px; width: 3px; border-radius: 4px; }
.globe .parallel { left: 4px; right: 4px; height: 3px; top: 34%; border-radius: 4px; }
.globe .parallel.p2 { top: 62%; }
.globe .parallel.p3 { top: 48%; }
.globe .meridian2 { left: 24%; top: 4px; bottom: 4px; width: 3px; border-radius: 4px; transform: skewX(0deg); }
.globe .meridian3 { right: 24%; top: 4px; bottom: 4px; width: 3px; border-radius: 4px; transform: skewX(0deg); }
.globe .continent {
  position: absolute;
  background-color: #2B4FB8;
  border-radius: 42% 58% 55% 45% / 50% 46% 54% 50%;
  opacity: 1;
}
.globe .c-am { width: 74px; height: 66px; top: 30px; left: 56px; }
.globe .c-af { width: 44px; height: 66px; top: 84px; right: 82px; }
.globe .c-eu { width: 42px; height: 34px; top: 56px; right: 116px; }
.globe .c-as { width: 88px; height: 64px; top: 70px; right: 28px; border-radius: 40% 60% 55% 45%; }
.globe .c-au { width: 58px; height: 40px; bottom: 40px; left: 128px; }
.globe .c-sa { width: 42px; height: 54px; bottom: 34px; left: 88px; }

.globe .port { position: absolute; width: 11px; height: 11px; background-color: #B5443C; border: 2px solid #F7F4EB; border-radius: 50%; }
.globe .port.p1 { top: 40px; left: 96px; }
.globe .port.p2 { top: 66px; right: 66px; }
.globe .port.p3 { bottom: 88px; right: 92px; }
.globe .port.p4 { bottom: 56px; left: 108px; }

.route-arc { position: absolute; border: 3px solid #2B4FB8; border-radius: 50%; opacity: 1; z-index: 2; }
.route-arc.arc1 { width: 150px; height: 150px; left: 52px; top: 20px; border-top-color: transparent; border-left-color: transparent; transform: rotate(24deg); }
.route-arc.arc2 { width: 200px; height: 200px; left: 6px; top: 60px; border-bottom-color: transparent; border-right-color: transparent; transform: rotate(-16deg); }
.route-arc.arc3 { width: 120px; height: 120px; right: 12px; bottom: 30px; border-top: none; }

.route-arc .plane-dot { position: absolute; width: 6px; height: 6px; background-color: #B5443C; border-radius: 50%; }

.globe-routes-side { text-align: center; color: #232733; }
.globe-routes-side .globetitle { font-family: Georgia, "Times New Roman", serif; color: #2B4FB8; font-size: 1.5rem; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 8px; }
.globe-routes-side p { max-width: 420px; margin: 0 auto 14px auto; }
.globe-routes-side .stampline { color: #8A8D96; display: inline-block; border: 2px solid #8A8D96; border-radius: 8px; padding: 6px 14px; letter-spacing: 0.25em; font-size: 0.85rem; text-transform: uppercase; }

.sorter-shield {
  background-color: #E9DFC8;
  border: 1px solid #c9bfa4;
  border-radius: 6px;
  padding: 16px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.sorter-shield span { display: block; color: #8A8D96; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; }
.sorter-shield b { font-family: Georgia, "Times New Roman", serif; color: #232733; font-size: 1.15rem; display: block; margin-top: 2px; }

.hero-deck { background-color: #E9DFC8; }
.hero-deck .hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  color: #2B4FB8;
  font-weight: 700;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 1px solid #2B4FB8;
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.hero-right .eyebrow { display: inline-block; }

h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.08;
  color: #232733;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
h1 .datestamp {
  flex: 0 0 auto;
  font-size: 0.9rem;
  text-align: center;
  color: #8A8D96;
  background: #F7F4EB;
  border: 3px solid #8A8D96;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-8deg);
}
h1 .datestamp cite { font-style: normal; font-size: 0.62rem; letter-spacing: 0.08em; }
h1 .datestamp em { font-style: normal; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; color: #2B4FB8; }

.hero-deck p.lead { font-size: 1.18rem; color: #3a3f52; max-width: 640px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: Georgia, "Times New Roman", serif;
  border: 2px solid transparent;
  transition: transform 0.15s ease;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn.btn-primary { background-color: #2B4FB8; color: #F7F4EB; }
.btn.btn-primary:hover { background-color: #26459f; }
.btn.btn-ghost { background-color: transparent; color: #232733; border-color: #232733; }
.btn.btn-ghost:hover { background-color: #232733; color: #F7F4EB; }
.btn.btn-light { background-color: #F7F4EB; color: #2E3140; }
.btn.btn-light:hover { background-color: #efe9d6; }
.btn.btn-kraft { background-color: #E9DFC8; color: #232733; border-color: #8A8D96; }
.btn.btn-kraft:hover { background-color: #DDD3B8; }

.kick-strip {
  background-color: #2E3140;
  color: #F7F4EB;
}
.kick-strip .kick-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.kick-stat { display: flex; align-items: baseline; gap: 12px; }
.kick-stat .num { font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; color: #F7F4EB; padding-right: 12px; border-right: 2px solid #2B4FB8; }
.kick-stat .lab { color: #d9dbe0; font-size: 0.95rem; }
.kick-stat .lab small { display: block; color: #8A8D96; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.7rem; }
@media (max-width: 720px) {
  .kick-inner { grid-template-columns: 1fr; }
  .route-strip { grid-template-columns: 1fr; }
  .hero-deck .hero-inner { grid-template-columns: 1fr; }
  .hero-right { text-align: left; }
}

/* ----------------------------------------------------------
   SECTION SHARED
   Manifest rows on cream, statement band on dark, port band grey
   ---------------------------------------------------------- */
.section { padding: 56px 0; }
.section-tight { padding: 24px 0; }

.manifestrail { padding: 26px 0 6px 0; }

.section-head { max-width: 800px; margin: 0 auto 34px auto; text-align: center; }
.section-head h2 { color: #232733; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 10px; }
.section-head h2 .rule-ink { color: #2B4FB8; }
.section-head p { color: #3f4557; }

/* statement row — huge figure + two-line pledge on dark */
.statement {
  background-color: #2E3140;
  color: #F7F4EB;
  position: relative;
}
.statement .statement-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}
.statement .bigfig {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: 0.9;
  color: #F7F4EB;
  padding-right: 40px;
  border-right: 3px solid #2B4FB8;
}
.statement .bigfig small { display: block; font-size: 1rem; letter-spacing: 0.22em; color: #8A8D96; text-transform: uppercase; margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; }
.statement .pledge p { color: #d9dbe0; font-size: 1.15rem; max-width: 640px; }
.statement .pledge p + p { margin-top: 10px; }
.statement .pledge b { color: #F7F4EB; }
@media (max-width: 760px) {
  .statement .statement-inner { grid-template-columns: 1fr; }
  .statement .bigfig { border-right: 0; border-bottom: 3px solid #2B4FB8; padding-right: 0; padding-bottom: 20px; }
}

/* MANIFEST ROWS — full width sheets fanned on the counter */
.manifest-row {
  background-color: #E9DFC8;
  border: 1px solid #d2c6a7;
  border-radius: 4px;
  position: relative;
  padding: 24px;
  margin-bottom: 22px;
  overflow-x: hidden;
  box-shadow: inset 0 -4px 0 #2B4FB8;
}
.manifest-row:before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 6px;
  background:
    repeating-linear-gradient(135deg, #2B4FB8 0 14px, #B5443C 14px 28px);
}
.manifest-row.offset-r { margin-left: 40px; }
.manifest-row.offset-l { margin-right: 40px; }
@media (max-width: 760px) {
  .manifest-row.offset-r { margin-left: 8px; }
  .manifest-row.offset-l { margin-right: 8px; }
}

.manifest-row .row-head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.manifest-row .stamp {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px dashed #8A8D96;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2B4FB8;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  background-color: #F7F4EB;
}
.manifest-row .stamp b { font-size: 1.05rem; letter-spacing: 0.05em; }
.manifest-row .stamp span { font-size: 0.6rem; color: #8A8D96; letter-spacing: 0.28em; text-transform: uppercase; }

.manifest-row .row-title { flex: 1 1 auto; }
.manifest-row .row-title h3 { color: #232733; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.manifest-row .row-title .code { color: #8A8D96; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; }
.manifest-row .service-chip {
  flex: 0 0 auto;
  border: 2px solid #2B4FB8;
  color: #2B4FB8;
  border-radius: 3px;
  padding: 5px 12px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.06em;
}
.manifest-row .service-chip.alt { border-color: #B5443C; color: #B5443C; }

.manifest-row p { margin: 12px 0 14px 0; color: #383d4d; max-width: 70ch; }
.manifest-row .details-link { font-weight: 700; color: #2B4FB8; }
.details-link:hover { text-decoration: underline; }

/* PORTS-OF-CALL RUN on a postmark grey band */
.portrun {
  background-color: #8A8D96;
  padding: 40px 0;
  overflow-x: hidden;
}
.portrun .run-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.portrun .run-head { text-align: center; color: #232733; margin-bottom: 26px; }
.portrun .run-head h2 { font-family: Georgia, "Times New Roman", serif; color: #232733; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.portrun .run-head p { color: #232733; }

.port-route {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  margin-top: 10px;
}
.port-route:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 26px;
  height: 3px;
  border-top: 3px dashed #232733;
}
.port-stop {
  flex: 1 1 150px;
  max-width: 210px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.port-stop .chip {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px auto;
  background-color: #F7F4EB;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #232733;
  border: 2px solid #2B4FB8;
  position: relative;
}
.port-stop .chip:after {
  content: "";
  position: absolute;
  width: 10px; height: 10px;
  background-color: #2B4FB8;
  transform: rotate(45deg);
  top: -5px; left: 20px;
}
.port-stop b { display: block; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.9rem; color: #232733; }
.port-stop p { font-size: 0.85rem; color: #2a2d38; line-height: 1.4; }
.port-stop.deliver .chip { background-color: #2B4FB8; color: #F7F4EB; border-color: #B5443C; }
.port-stop.deliver .chip:after { background-color: #B5443C; }

/* DISPATCH BAND accent — cobalt with cream text */
.dispatch {
  background-color: #2B4FB8;
  color: #F7F4EB;
}
.dispatch .dispatch-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.dispatch .mark {
  flex: 0 0 auto;
  border: 3px solid #F7F4EB;
  border-radius: 8px;
  padding: 10px 16px;
  color: #F7F4EB;
  font-family: Georgia, "Times New Roman", serif;
  display: inline-block;
  transform: rotate(-3deg);
}
.dispatch .mark b { letter-spacing: 0.18em; text-transform: uppercase; font-size: 1rem; display: block; }
.dispatch .mark span { font-size: 0.7rem; letter-spacing: 0.24em; display: block; text-align: center; }
.dispatch .copy { flex: 1 1 300px; }
.dispatch .copy p { color: #eaf0fd; font-size: 1.1rem; }
.dispatch .copy p b { color: #F7F4EB; }

/* ----------------------------------------------------------
   FOOTER — MAIL BAG RACK (.mailbag)
   ---------------------------------------------------------- */
footer.mailbag { background-color: #2E3140; position: relative; }
footer.mailbag .footer-top {
  border-bottom: 1px solid #4a4e61;
  background-color: #2E3140;
  position: relative;
  z-index: 1;
}
footer.mailbag .bag-shelf {
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  align-items: flex-end;
  gap: 26px;
  flex-wrap: wrap;
}
.bag-shelf .sacks { display: flex; align-items: flex-end; gap: 6px; }
.bag-shelf .sack {
  background-color: #B5443C;
  border-radius: 20px 20px 6px 6px;
  width: 74px;
  height: 78px;
  border-top: 14px solid #3a1010;
  position: relative;
}
.bag-shelf .sack:after {
  content: "";
  position: absolute;
  left: 24px; right: 24px; bottom: 8px;
  border: 2px dashed #F7F4EB;
  border-radius: 4px;
}
.bag-shelf .sack.kraft { background-color: #8a5a3b; }
.bag-shelf .sack.blue { background-color: #3a5cc0; border-right: 3px solid #2E3140; }
.bag-shelf .sack.small { width: 56px; height: 60px; }
.bag-shelf .sack.large { width: 88px; height: 90px; }

.bag-shelf .motto {
  margin-left: auto;
  text-align: right;
  color: #F7F4EB;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-right: 4px solid #2B4FB8;
  padding-right: 18px;
  line-height: 1.5;
}
.bag-shelf .motto b { display: block; font-size: 1.15rem; }

footer.mailbag .footer-cols {
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}
.footer-cols h4 { color: #F7F4EB; font-family: Georgia, "Times New Roman", serif; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.95rem; margin-bottom: 12px; }
.footer-cols ul { list-style: none; padding-left: 0; }
.footer-cols li { margin-bottom: 7px; }
.footer-cols a { color: #c9cbd6; }
.footer-cols a:hover { color: #F7F4EB; text-decoration: underline; }

footer.mailbag .license-plate {
  background-color: #E9DFC8;
  color: #232733;
  position: relative;
  z-index: 1;
  border-top: 2px solid #2B4FB8;
}
footer.mailbag .license-plate .plate-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
  font-size: 0.92rem;
}
footer.mailbag .license-plate .plate-inner b { font-family: Georgia, "Times New Roman", serif; color: #2B4FB8; }
footer.mailbag .license-plate .plate-inner a { color: #2B4FB8; font-weight: 700; }
footer.mailbag .copyright {
  border-top: 1px solid #4a4e61;
}
footer.mailbag .copyright .copy-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 16px 24px;
  color: #2B4FB8;
  text-align: center;
  font-size: 0.85rem;
}
@media (max-width: 760px) {
  .footer-cols { grid-template-columns: 1fr; }
  .bag-shelf .motto { margin-left: 0; text-align: left; margin-top: 12px; }
}

/* page hero for secondary pages */
.page-hero { background-color: #2E3140; color: #F7F4EB; border-bottom: 6px solid #E9DFC8; }
.page-hero .ph-inner { max-width: 1160px; margin: 0 auto; padding: 46px 24px; }
.page-hero h1 { color: #F7F4EB; font-size: clamp(2rem, 4vw, 2.8rem); }
.page-hero h1 .datestamp { border-color: #B5443C; background-color: #F7F4EB; color: #232733; }
.page-hero p.lede { color: #d9dbe0; max-width: 720px; font-size: 1.1rem; margin-top: 10px; }
.page-hero .eyebrow { border-color: #8A8D96; color: #8A8D96; }

.section.section-band { background-color: #E9DFC8; }
.section.section-band-alt { background-color: #dbd1b6; }

/* contact & form styles ------------------------------------------------- */
.form-shell { background-color: #E9DFC8; border: 1px solid #d2c6a7; border-radius: 4px; padding: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; color: #232733; font-weight: 700; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 12px;
  border: 2px solid #8A8D96;
  border-radius: 3px;
  background-color: #F7F4EB;
  color: #232733;
  font-family: inherit;
  font-size: 1rem;
}
.field input:focus, .field textarea:focus { outline: none; border-color: #2B4FB8; }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { color: #8A8D96; font-size: 0.85rem; margin-top: 10px; }
.form-status { margin-top: 14px; font-weight: 700; color: #232733; }
.form-status.ok { color: #2B4FB8; }
.form-status.bad { color: #B5443C; }

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

/* contact page layout rows */
.contact-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 30px; align-items: start; }
.sidecard { background-color: #E9DFC8; border: 1px solid #d2c6a7; border-radius: 6px; padding: 22px; }
.sidecard h3 { font-family: Georgia, "Times New Roman", serif; color: #232733; margin-bottom: 8px; }
.sidecard p, .sidecard li { color: #3a3f52; }
.sidecard .datelabel { display: block; color: #2B4FB8; margin-bottom: 6px; font-weight: 700; }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }

/* services page extra */
.service-band { background-color: #F7F4EB; border-left: 6px solid #2B4FB8; padding: 22px; margin-bottom: 22px; border-radius: 2px; }
.service-band.offset { background-color: #E9DFC8; border-left-color: #B5443C; }
.service-band h3 { color: #232733; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; margin-bottom: 8px; }
.service-band h3 .mcode { color: #8A8D96; font-size: 0.85rem; letter-spacing: 0.2em; margin-right: 10px; }
.service-band ul { margin-top: 10px; }
.service-band li { margin-bottom: 6px; }
.two-col { columns: 2; column-gap: 48px; column-rule: 1px solid #d2c6a7; }
@media (max-width: 760px) { .two-col { columns: 1; } }

/* misc spacing util */
.mt-1 { margin-top: 12px; }
.mt-2 { margin-top: 24px; }
.mt-3 { margin-top: 40px; }
.mb-2 { margin-bottom: 24px; }

/* route watermark absolutely positioned decorative must be hidden */
.watermark { position: absolute; visibility: hidden; }
