/* ============================================================
   ABUNDANT ASCENT LLC — dawn launch field stylesheet
   Palette:
   FIELD-FOG   #F0F2EE  body background (pale morning fog)
   HORIZON-BLUE#24425E  primary text
   BURNER-FLAME#D9752E  accent (propane flame at dawn)
   GORE-SAND   #E3D3B4  raised panel faces (blue text)
   TETHER-GREY #8C9296  thin tether lines
   MEADOW-DEEP #22394A  deepest pre-dawn blocks (fog text)
   WICKER-BROWN#7A5A38  sparing secondary (woven basket chips)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  color: #24425E;
  background-color: #F0F2EE;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: #24425E; text-decoration: underline; text-decoration-color: #D9752E; text-underline-offset: 3px; }
a:hover { color: #D9752E; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; line-height: 1.2; letter-spacing: 0.2px; }
p { margin: 0 0 1.05em; }

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

/* ---------- scroll reveal (class based only) ---------- */
html.js .reveal-pre { opacity: 0; transform: translateY(14px); transition: opacity 620ms ease, transform 620ms ease; }
html.js .reveal-pre.is-shown { opacity: 1; transform: none; }

/* ============================================================
   CREW BRIEFING TABS  (.crewtabs)
   ============================================================ */
.crewtabs {
  background-color: #22394A;
  border-bottom: 4px solid #D9752E;
  padding: 14px 0 10px;
}
.crewtabs-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.crewtabs-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 16px 8px 14px;
  border: 2px solid #D9752E;
  border-radius: 3px;
  background-color: #1B2E3C;
  margin-right: auto;
}
.crewtabs-brand b {
  font-family: Georgia, serif;
  font-size: 1.18rem;
  letter-spacing: 2.6px;
  color: #F0F2EE;
  text-transform: uppercase;
}
.crewtabs-brand span {
  font-size: 0.66rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E3D3B4;
}
.crewtabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.crewtabs-list li { margin: 0; }
.crewtabs-list li:nth-child(1) { transform: rotate(-1.1deg); }
.crewtabs-list li:nth-child(2) { transform: rotate(0.9deg); }
.crewtabs-list li:nth-child(3) { transform: rotate(-0.7deg); }
.crewtabs-list li:nth-child(4) { transform: rotate(1.2deg); }
.crewtabs-list li:nth-child(5) { transform: rotate(-0.5deg); }
.crewtabs-link {
  display: block;
  position: relative;
  background-color: #E3D3B4;
  color: #24425E;
  text-decoration: none;
  padding: 7px 14px 6px 20px;
  border-radius: 2px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 0 #8C9296;
}
.crewtabs-link::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 8px;
  border-radius: 50%;
  background-color: #8C9296;
}
.crewtabs-link:hover { background-color: #F0F2EE; color: #D9752E; }
.crewtabs-link i {
  display: block;
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 1.4px;
  color: #7A5A38;
  font-weight: 700;
}

/* ============================================================
   HERO — INFLATION LINE (.inflate)
   ============================================================ */
.inflate {
  background-color: #F0F2EE;
  border-bottom: 1px solid #8C9296;
  padding: 52px 0 60px;
}
.inflate-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 40px;
  align-items: center;
}
.inflate-kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7A5A38;
  border-left: 4px solid #D9752E;
  padding-left: 10px;
  margin-bottom: 16px;
}
.inflate-copy h1 {
  font-size: 2.55rem;
  margin: 0 0 18px;
  color: #24425E;
}
.inflate-copy h1 em {
  font-style: normal;
  color: #D9752E;
  border-bottom: 6px solid #E3D3B4;
}
.inflate-copy p.lede {
  font-size: 1.06rem;
  max-width: 46ch;
  margin-bottom: 22px;
}
.inflate-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.burnerkey {
  display: inline-block;
  position: relative;
  background-color: #D9752E;
  color: #F0F2EE;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 13px 22px 12px 50px;
  border-radius: 3px;
  border-bottom: 4px solid #7A5A38;
}
.burnerkey b {
  position: absolute;
  left: 12px;
  top: 12px;
  font-family: Georgia, serif;
  font-size: 0.66rem;
  letter-spacing: 1px;
  color: #22394A;
  background-color: #E3D3B4;
  padding: 2px 5px;
  border-radius: 2px;
}
.burnerkey:hover { background-color: #24425E; color: #F0F2EE; }
.burnerkey.is-ghost {
  background-color: #22394A;
  color: #F0F2EE;
}
.burnerkey.is-ghost b { color: #F0F2EE; background-color: #D9752E; }
.burnerkey.is-ghost:hover { background-color: #D9752E; }

/* --- LAUNCH LINE scene (pure CSS, static elements, no fixed positioning) --- */
.launchline {
  position: relative;
  height: 400px;
  background-color: #22394A;
  border: 3px solid #24425E;
  border-radius: 4px;
  overflow: hidden;
}
.launchline-sky {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 210px;
  background-color: #2C4A60;
}
.launchline-field {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background-color: #E3D3B4;
  border-top: 3px solid #8C9296;
}
.launchline-sun {
  position: absolute;
  left: 24px;
  top: 26px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #D9752E;
  border: 4px solid #E3D3B4;
}
/* balloon placeholder base */
.balloon { position: absolute; }
.envelope {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 46% 46%;
  overflow: hidden;
  border: 2px solid #24425E;
}
.gore {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
}
.gore.g1 { left: 0;    background-color: #D9752E; }
.gore.g2 { left: 20%;  background-color: #E3D3B4; }
.gore.g3 { left: 40%;  background-color: #D9752E; }
.gore.g4 { left: 60%;  background-color: #E3D3B4; }
.gore.g5 { left: 80%;  background-color: #D9752E; }
.gore.gm { position: absolute; left: 42%; bottom: 0; width: 16%; height: 26%; background-color: #24425E; }

/* flat — still spreading on the field */
.b-flat { left: 16px; bottom: 74px; width: 118px; height: 74px; }
.b-flat .envelope { border-radius: 50% 50% 30% 30%; }

/* half inflated, rising */
.b-half { left: 168px; bottom: 118px; width: 104px; height: 112px; }
.b-half .envelope { transform: scaleX(0.88); }

/* fully crowned with basket + rigging */
.b-full { left: 286px; bottom: 128px; width: 128px; height: 142px; }
.b-full .envelope { border-radius: 50% 50% 44% 44%; }

.basket {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 30px;
  background-color: #7A5A38;
  border: 2px solid #24425E;
  border-radius: 0 0 5px 5px;
}
.basket::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 8px;
  height: 2px;
  background-color: #E3D3B4;
}
.basket::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 18px;
  height: 2px;
  background-color: #E3D3B4;
}
.rigging {
  position: absolute;
  left: 50%;
  margin-left: -27px;
  width: 54px;
  height: 34px;
  border-left: 2px solid #24425E;
  border-right: 2px solid #24425E;
  border-top: 2px solid #24425E;
  border-radius: 8px 8px 0 0;
}
.b-flat .basket, .b-flat .rigging,
.b-half .basket, .b-half .rigging { display: none; }
.b-full .rigging { bottom: 30px; }
.b-full .basket { bottom: 0; }

/* burner flame wedge */
.burnerwedge {
  position: absolute;
  left: 268px;
  bottom: 84px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 22px solid #D9752E;
}
.burnerwedge::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 22px;
  width: 8px;
  height: 10px;
  background-color: #E3D3B4;
  border-radius: 50%;
}

/* tether lines to ground rings */
.tether {
  position: absolute;
  width: 2px;
  background-color: #8C9296;
}
.tether.t1 { left: 200px; bottom: 46px; height: 108px; transform: rotate(9deg); }
.tether.t2 { left: 350px; bottom: 46px; height: 124px; transform: rotate(-8deg); }
.groundring {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #7A5A38;
  border-radius: 50%;
  bottom: 40px;
}
.groundring.r1 { left: 192px; }
.groundring.r2 { left: 344px; }

/* wind sock on a pole */
.windsockpole {
  position: absolute;
  left: 470px;
  bottom: 74px;
  width: 3px;
  height: 92px;
  background-color: #24425E;
}
.windsock {
  position: absolute;
  left: 470px;
  bottom: 152px;
  width: 40px;
  height: 16px;
  background-color: #D9752E;
  border: 2px solid #24425E;
  clip-path: polygon(0 0, 100% 26%, 100% 74%, 0 100%);
}
.windsock-polecap {
  position: absolute;
  left: 466px;
  bottom: 164px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #7A5A38;
}

/* crew flag */
.crewflagpole {
  position: absolute;
  left: 40px;
  bottom: 74px;
  width: 3px;
  height: 74px;
  background-color: #24425E;
}
.crewflag {
  position: absolute;
  left: 43px;
  bottom: 116px;
  width: 30px;
  height: 20px;
  background-color: #D9752E;
  clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%);
}
.crewflag::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 16px;
  height: 3px;
  background-color: #F0F2EE;
}

/* chase van silhouette */
.chasevan {
  position: absolute;
  right: 26px;
  bottom: 62px;
  width: 84px;
  height: 40px;
}
.chasevan-body {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 84px;
  height: 24px;
  background-color: #24425E;
  border-radius: 4px 8px 2px 2px;
}
.chasevan-cab {
  position: absolute;
  left: 60px;
  bottom: 8px;
  width: 24px;
  height: 18px;
  background-color: #24425E;
  border-radius: 2px 6px 2px 2px;
}
.chasevan-window {
  position: absolute;
  left: 65px;
  bottom: 19px;
  width: 14px;
  height: 6px;
  background-color: #E3D3B4;
}
.chasevan-wheel {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 14px;
  background-color: #7A5A38;
  border: 2px solid #24425E;
  border-radius: 50%;
}
.chasevan-wheel.w1 { left: 12px; }
.chasevan-wheel.w2 { left: 58px; }
.launchline-label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-size: 0.62rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7A5A38;
}

/* ============================================================
   FLIGHT PLAN ROWS (.flightrows)
   ============================================================ */
.flightrows { background-color: #F0F2EE; padding: 0 0 8px; }
.flightrows-head {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 26px;
}
.flightrows-head h2 {
  font-size: 1.9rem;
  color: #24425E;
  margin: 0 0 10px;
}
.flightrows-head p { max-width: 68ch; }

.flightband {
  position: relative;
  border-top: 2px solid #8C9296;
  border-bottom: 2px solid #8C9296;
}
.flightband-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 0;
}
.flightband.is-sand { background-color: #E3D3B4; }
.flightband.is-sanddeep { background-color: #D8C6A2; transform: skewY(-1deg); }
.flightband.is-sanddeep .flightband-inner { transform: skewY(1deg); }
.flightband.is-deep { background-color: #22394A; transform: skewY(1deg); border-color: #D9752E; }
.flightband.is-deep .flightband-inner { transform: skewY(-1deg); }

.stagecol {
  background-color: #22394A;
  color: #F0F2EE;
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-right: 3px solid #D9752E;
}
.flightband.is-deep .stagecol { background-color: #16242F; }
.stagecol b {
  font-family: Georgia, serif;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.flamedrop {
  width: 12px;
  height: 18px;
  background-color: #D9752E;
  border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%;
  transform: rotate(45deg) scaleY(1.1);
}
.stagecol span {
  font-size: 0.6rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #E3D3B4;
  text-align: center;
}
.routepanel { padding: 24px 0 20px 26px; }
.routepanel h3 {
  font-size: 1.32rem;
  margin: 0 0 8px;
  color: #24425E;
}
.routepanel h3 a { color: #24425E; text-decoration: none; }
.routepanel h3 a:hover { color: #D9752E; }
.routepanel p { margin: 0 0 14px; max-width: 74ch; }
.flightband.is-deep .routepanel h3,
.flightband.is-deep .routepanel h3 a { color: #F0F2EE; }
.flightband.is-deep .routepanel p { color: #E3D3B4; }

.flightmeasure {
  position: relative;
  height: 8px;
  background-color: #8C9296;
  border-radius: 4px;
  max-width: 560px;
}
.flightfill {
  height: 8px;
  background-color: #D9752E;
  border-radius: 4px;
}
.fill-f1 { width: 8%; }
.fill-f2 { width: 22%; }
.fill-f3 { width: 38%; }
.fill-f4 { width: 58%; }
.fill-f5 { width: 78%; }
.fill-f6 { width: 98%; }
.altlabel {
  display: block;
  margin-top: 5px;
  font-size: 0.66rem;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #7A5A38;
}
.flightband.is-deep .altlabel { color: #E3D3B4; }

/* ============================================================
   ACCENT STRIP — DAWN WINDOW (.dawnwindow)
   ============================================================ */
.dawnwindow {
  background-color: #D9752E;
  color: #F0F2EE;
  padding: 34px 0;
  position: relative;
}
.dawnwindow-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dawnwindow p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.18rem;
  color: #F0F2EE;
}
.dawnwindow p b { color: #22394A; }
.dawnwindow .flameglyph {
  flex: 0 0 auto;
  width: 22px;
  height: 30px;
  background-color: #22394A;
  border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%;
  transform: rotate(45deg);
}
.dawnwindow .rope {
  flex: 1 1 40px;
  height: 2px;
  min-width: 30px;
  background-color: #F0F2EE;
}

/* ============================================================
   FLIGHT FIELD BREAK / intro block (.fieldbreak)
   ============================================================ */
.fieldbreak { background-color: #22394A; color: #F0F2EE; padding: 52px 0; }
.fieldbreak-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.fieldbreak h2 { color: #F0F2EE; font-size: 1.7rem; margin-top: 0; }
.fieldbreak p { color: #E3D3B4; }
.fieldbreak-list { list-style: none; margin: 0; padding: 0; }
.fieldbreak-list li {
  border-left: 4px solid #D9752E;
  padding: 6px 0 6px 14px;
  margin-bottom: 12px;
  color: #E3D3B4;
}
.fieldbreak-list li b { color: #F0F2EE; }

.credlights {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.credchip {
  background-color: #E3D3B4;
  color: #24425E;
  border-radius: 3px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 2px 0 #D9752E;
}

/* ============================================================
   CTA BAND (.launchcta)
   ============================================================ */
.launchcta {
  background-color: #E3D3B4;
  border-top: 4px solid #D9752E;
  border-bottom: 4px solid #24425E;
  padding: 44px 0;
}
.launchcta-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.launchcta h2 { margin: 0 0 8px; font-size: 1.6rem; color: #24425E; }
.launchcta p { margin: 0; max-width: 60ch; }

/* ============================================================
   FOOTER — CHASE VAN BASE (.chasebase)
   ============================================================ */
.chasebase {
  background-color: #22394A;
  color: #E3D3B4;
  padding: 0 0 26px;
}
.chasebase-rail {
  height: 12px;
  background-color: #8C9296;
  position: relative;
  margin-bottom: 30px;
}
.chasebase-ring {
  position: absolute;
  top: -5px;
  width: 22px;
  height: 22px;
  border: 4px solid #D9752E;
  border-radius: 50%;
  background-color: #22394A;
}
.chasebase-ring.r1 { left: 12%; }
.chasebase-ring.r2 { left: 50%; margin-left: -11px; }
.chasebase-ring.r3 { right: 12%; }

.chasebase-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}
.chasebase-brand {
  border: 2px solid #D9752E;
  border-radius: 3px;
  padding: 14px 16px;
  background-color: #1B2E3C;
}
.chasebase-brand b {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  letter-spacing: 2.4px;
  color: #F0F2EE;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.chasebase-brand p { color: #E3D3B4; font-size: 0.9rem; margin: 0; }
.chasebase-col h4 {
  color: #F0F2EE;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.chasebase-col ul { list-style: none; margin: 0; padding: 0; }
.chasebase-col li { margin-bottom: 7px; }
.chasebase-col a { color: #E3D3B4; text-decoration: none; font-size: 0.9rem; }
.chasebase-col a:hover { color: #D9752E; text-decoration: underline; }
.chasebase-col p { font-size: 0.9rem; margin: 0 0 6px; color: #E3D3B4; }
.chasebase-base {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 18px 24px 0;
  border-top: 1px solid #8C9296;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.chasebase-base p { margin: 0; font-size: 0.84rem; color: #E3D3B4; }
.flightnum {
  font-family: Georgia, serif;
  font-size: 0.84rem;
  letter-spacing: 2px;
  color: #F0F2EE;
  border: 1px solid #D9752E;
  border-radius: 3px;
  padding: 3px 10px;
}

/* ============================================================
   INNER PAGE shared blocks (services / contact)
   ============================================================ */
.innerhead {
  background-color: #E3D3B4;
  border-bottom: 3px solid #D9752E;
  padding: 40px 0 34px;
}
.innerhead h1 { font-size: 2.1rem; margin: 0 0 10px; color: #24425E; }
.innerhead p { margin: 0; max-width: 72ch; }

.section-block { padding: 46px 0; }
.section-block h2 { font-size: 1.7rem; color: #24425E; margin: 0 0 12px; }
.section-block.is-tint { background-color: #E3D3B4; }
.section-block.is-deep { background-color: #22394A; }
.section-block.is-deep h2, .section-block.is-deep h3 { color: #F0F2EE; }
.section-block.is-deep p { color: #E3D3B4; }

/* service detail rows (non-uniform alternating) */
.servicerow {
  border-top: 2px solid #8C9296;
  padding: 26px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
}
.servicerow:nth-child(even) { padding-left: 26px; background-color: #E9DEC5; }
.servicerow:nth-child(odd) { padding-right: 26px; }
.servicerow .sindex {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  color: #F0F2EE;
  background-color: #22394A;
  border-bottom: 4px solid #D9752E;
  border-radius: 3px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicerow h3 { margin: 0 0 8px; font-size: 1.28rem; color: #24425E; }
.servicerow p { max-width: 78ch; }

/* process steps */
.processsteps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}
.pstep {
  flex: 1 1 210px;
  background-color: #F0F2EE;
  border-left: 5px solid #D9752E;
  padding: 16px 18px;
  box-shadow: 0 2px 0 #8C9296;
}
.pstep b { display: block; font-family: Georgia, serif; color: #D9752E; margin-bottom: 6px; }
.pstep p { margin: 0; font-size: 0.92rem; }

/* contact layout */
.contactgrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}
.contactform { background-color: #E3D3B4; padding: 26px; border-top: 5px solid #D9752E; }
.fieldrow { margin-bottom: 16px; }
.fieldrow label {
  display: block;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #24425E;
  margin-bottom: 6px;
}
.fieldrow input, .fieldrow textarea {
  width: 100%;
  font: inherit;
  color: #24425E;
  background-color: #F0F2EE;
  border: 2px solid #8C9296;
  border-radius: 3px;
  padding: 10px 12px;
}
.fieldrow input:focus, .fieldrow textarea:focus { border-color: #D9752E; outline: none; }
.fieldrow textarea { min-height: 130px; resize: vertical; }
.formstatus { margin-top: 10px; font-size: 0.88rem; color: #24425E; font-weight: 700; }

.contactcard {
  background-color: #22394A;
  color: #F0F2EE;
  padding: 26px;
  border-top: 5px solid #D9752E;
}
.contactcard h3 { color: #F0F2EE; margin-top: 0; }
.contactcard p { color: #E3D3B4; }
.contactcard a { color: #E3D3B4; }
.contactcard a:hover { color: #D9752E; }
.hourlist { list-style: none; margin: 14px 0 0; padding: 0; }
.hourlist li { border-bottom: 1px solid #8C9296; padding: 7px 0; font-size: 0.9rem; color: #E3D3B4; }

.faqitem { border-top: 2px solid #8C9296; padding: 16px 0; }
.faqitem h3 { margin: 0 0 8px; font-size: 1.06rem; color: #24425E; }
.faqitem p { margin: 0; }

/* small helper */
.mapchip {
  display: inline-block;
  background-color: #7A5A38;
  color: #F0F2EE;
  font-size: 0.72rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 2px;
  margin-bottom: 10px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .inflate-grid { grid-template-columns: 1fr; }
  .launchline { height: 360px; max-width: 560px; }
  .fieldbreak-grid { grid-template-columns: 1fr; }
  .chasebase-grid { grid-template-columns: 1fr 1fr; }
  .contactgrid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .crewtabs-list { width: 100%; }
  .crewtabs-list li { flex: 1 1 44%; }
  .crewtabs-list li:nth-child(n) { transform: none; }
  .crewtabs-link { text-align: center; padding: 7px 10px; }
  .crewtabs-link::before { display: none; }
  .inflate-copy h1 { font-size: 1.95rem; }
  .flightband-inner { grid-template-columns: 100px 1fr; }
  .routepanel { padding-left: 16px; }
  .servicerow { grid-template-columns: 64px 1fr; gap: 14px; }
  .chasebase-grid { grid-template-columns: 1fr; }
  .dawnwindow-inner { flex-wrap: wrap; }
}
