:root {
  --red: #b20e20;
  --red-bright: #d31b30;
  --red-dark: #820a17;
  --red-soft: rgba(178, 14, 32, .08);
  --ink: #111820;
  --ink-soft: #18232e;
  --panel: #fff;
  --panel-light: #f4f3ef;
  --white: #fff;
  --text: #20262d;
  --muted: #68727c;
  --muted-dark: #88919a;
  --line: rgba(18, 26, 34, .13);
  --line-red: rgba(178, 14, 32, .28);
  --shell: min(1240px, calc(100% - 96px));
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 22px 60px rgba(15, 24, 33, .12);
  --font: "Segoe UI Variable", Aptos, "Segoe UI", Arial, sans-serif;
  --display: Bahnschrift, "Arial Narrow", "Segoe UI", Arial, sans-serif;
}

body {
  color: var(--text);
  background: #f4f3ef;
  font-size: 15px;
  line-height: 1.65;
}

.page-noise { display: none; }
.shell { width: var(--shell); }
::selection { color: #fff; background: var(--red); }

.project-bar {
  min-height: 34px;
  border: 0;
  background: linear-gradient(90deg, #820a17, #a80d1d 55%, #820a17);
}
.project-bar-inner { min-height: 34px; }
.project-bar-inner > span,
.project-bar a { color: rgba(255, 255, 255, .78); }
.project-bar-inner > span i { background: #83e2ac; }
.project-bar a:hover { color: #fff; }

.site-header {
  border-bottom: 1px solid rgba(18, 26, 34, .11);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}
.site-header.scrolled {
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 12px 36px rgba(16, 24, 32, .1);
}
.header-inner { min-height: 88px; gap: 28px; }
.brand { gap: 14px; color: #171d23; }
.brand-logo {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 10px;
  background: #16191d;
  box-shadow: 0 9px 24px rgba(18, 24, 30, .15);
}
.brand-logo img { width: 60px; height: 60px; object-fit: cover; }
.brand b {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.015em;
  text-transform: none;
}
.brand small { margin-top: 7px; color: var(--red); font-size: 9px; letter-spacing: .14em; }
.site-nav a { padding-inline: 15px; color: #5e6872; font-size: 12px; font-weight: 700; }
.site-nav a::after { left: 15px; right: 15px; bottom: 18px; height: 2px; background: var(--red); }
.site-nav a:hover,
.site-nav a.active { color: #161c22; }
.header-cta {
  min-height: 44px;
  padding-inline: 18px;
  border-radius: 8px;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(178, 14, 32, .2);
  font-size: 10px;
}
.header-cta:hover { background: #cc172c; }
.account-pill { border-color: var(--line); color: #1a2026; background: #f3f3f0; }
.account-pill small { color: #7b848d; }
.nav-toggle { border-color: var(--line); color: #171d23; background: #f4f3ef; }
.nav-toggle span { background: #20262d; }

.eyebrow,
.kicker { color: var(--red); font-size: 9px; letter-spacing: .16em; }
.eyebrow i { background: var(--red); }
.button {
  min-height: 49px;
  padding-inline: 21px;
  border-radius: 8px;
  font-size: 10px;
  letter-spacing: .02em;
}
.button-red { background: var(--red); box-shadow: 0 12px 28px rgba(178, 14, 32, .2); }
.button-red:hover { background: #cc172c; }
.button-ghost { border-color: rgba(24, 31, 38, .18); color: #252c33; background: transparent; }
.button-ghost:hover { border-color: var(--red); color: var(--red); background: #fff; }

.home-hero { min-height: 720px; background: #0b1118; }
.hero-photo { background-position: 56% center; transform: none; }
.home-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 10, 16, .96) 0%, rgba(5, 10, 16, .88) 34%, rgba(5, 10, 16, .47) 58%, rgba(5, 10, 16, .05) 82%),
    linear-gradient(180deg, rgba(4, 8, 13, .08), transparent 50%, rgba(4, 8, 13, .62));
}
.home-hero::after { opacity: .2; }
.hero-lines { opacity: .12; background-size: 86px 86px; }
.hero-layout {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding-block: 70px;
}
.hero-copy { width: min(660px, 100%); }
.hero-live {
  margin-bottom: 26px;
  border-color: rgba(255, 255, 255, .19);
  color: rgba(255, 255, 255, .78);
  background: rgba(7, 13, 20, .5);
}
.hero-copy .eyebrow { color: #fff; }
.hero-copy .eyebrow i { background: var(--red-bright); }
.hero-copy h1 {
  max-width: 700px;
  margin: 17px 0 24px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(62px, 6.7vw, 92px);
  line-height: .93;
  font-weight: 800;
  text-transform: none;
  letter-spacing: -.045em;
}
.hero-copy h1 span {
  color: #fff;
  -webkit-text-stroke: 0;
}
.hero-copy > p { max-width: 590px; color: rgba(255, 255, 255, .78); font-size: 16px; line-height: 1.7; }
.home-hero .button-ghost { border-color: rgba(255, 255, 255, .32); color: #fff; background: rgba(5, 10, 16, .18); }
.home-hero .button-ghost:hover { border-color: #fff; color: #111820; background: #fff; }
.hero-scene-card { display: none; }
.hero-stats { border-top: 0; color: #1a2026; background: rgba(255, 255, 255, .97); backdrop-filter: blur(14px); }
.hero-stats-grid { min-height: 100px; }
.hero-stats-grid > div { padding-inline: 31px; border-color: rgba(19, 27, 35, .12); }
.hero-stats-grid strong { color: var(--red); font-size: 30px; }
.hero-stats-grid span { color: #626d77; font-size: 8px; }

.project-alert { border: 0; background: #ece9e3; }
.project-alert-inner { min-height: 76px; }
.project-alert-mark { border-color: rgba(178, 14, 32, .22); color: var(--red); background: #fff; }
.project-alert p { color: #68717a; }
.project-alert p strong { color: #262c33; }
.project-alert a { color: var(--red); }

.section { padding: 104px 0; }
.section-head { gap: 70px; margin-bottom: 48px; }
.section-head h2,
.control-copy h2,
.station-intro h2,
.career-intro-copy h2,
.equipment-note h2 {
  margin-top: 10px;
  font-family: var(--display);
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1;
  font-weight: 750;
  text-transform: none;
  letter-spacing: -.035em;
}
.section-head h2 span,
.control-copy h2 span,
.station-intro h2 span,
.career-intro-copy h2 span { color: var(--red); }
.section-head > p { color: #68727c; font-size: 15px; }

.services-section { color: #20262d; background: #f5f4f0; }
.service-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 58px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.service-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 0 22px;
  padding: 34px 0 36px;
  border-top: 1px solid rgba(20, 28, 36, .18);
  background: transparent;
}
.service-card::after { display: none; }
.service-card:hover { background: transparent; }
.service-number {
  grid-column: 1;
  grid-row: 1;
  margin: 3px 0 0;
  color: var(--red);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 800;
}
.service-card > div { grid-column: 2; }
.service-card h3 {
  margin: 0 0 11px;
  color: #1b2127;
  font-family: var(--font);
  font-size: 23px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: none;
}
.service-card p { grid-column: auto; margin: 0; color: #69737d; font-size: 13px; }
.service-card a {
  grid-column: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 0;
  color: var(--red);
  font-size: 9px;
}
.service-card a span { transition: transform .18s ease; }
.service-card a:hover span { transform: translateX(4px); }

.station-story { overflow: hidden; color: #fff; background: #111c27; }
.station-story::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  right: -180px;
  top: -190px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(255, 255, 255, .018);
}
.station-story-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); align-items: center; gap: 78px; }
.station-story-image {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}
.station-story-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7, 12, 18, .8)); }
.station-story-image img { width: 100%; height: 570px; object-fit: cover; }
.station-story-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; }
.station-story-caption span { padding: 6px 9px; border-radius: 5px; background: var(--red); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.station-story-caption strong { font-size: 11px; }
.station-story .control-copy h2 { color: #fff; }
.station-story .control-copy h2 span { color: #ff5265; }
.station-story .control-copy > p { color: #aeb8c2; }
.station-story .compact-stations a {
  border-color: rgba(255, 255, 255, .13);
  border-radius: 9px;
  background: rgba(255, 255, 255, .045);
}
.station-story .compact-stations a:hover { border-color: rgba(255, 82, 101, .55); }
.station-story .compact-stations a > span { border-radius: 7px; background: var(--red); }
.station-story .compact-stations strong { color: #fff; }
.station-story .compact-stations small { color: #7e8994; }

.news-section { color: #20262d; background: #fff; }
.news-section .section-head > a { border-color: rgba(20, 28, 36, .18); color: #262d34; background: transparent; }
.news-grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(20, 28, 36, .18); }
.news-card,
.news-card-featured {
  min-height: 170px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 150px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px 28px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 28, 36, .18);
  border-radius: 0;
  color: #20262d;
  background: transparent;
  box-shadow: none;
}
.news-card::before { display: none; }
.news-grid .news-meta {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding-left: 17px;
  border-left: 3px solid var(--red);
  color: #7b858e;
}
.news-grid .news-meta span,
.news-card-featured .news-meta span,
.news-card-featured .news-meta { color: var(--red); }
.news-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #1a2026;
  font-family: var(--font);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}
.news-card p,
.news-card-featured p { grid-column: 2; grid-row: 2; margin: 0; color: #68727c; font-size: 13px; }
.news-card > a,
.news-card-featured > a { grid-column: 3; grid-row: 1 / 3; justify-self: end; margin: 0; padding: 0; color: var(--red); }

.career-banner { color: #fff; background: linear-gradient(108deg, #790916, #b80f22 62%, #850a18); }
.career-banner h2 { font-size: clamp(48px, 5vw, 68px); line-height: .98; text-transform: none; letter-spacing: -.035em; }
.career-banner .button-light { border-radius: 8px; }

.subhero {
  min-height: 420px;
  background-image:
    linear-gradient(90deg, rgba(5, 10, 16, .96) 0%, rgba(5, 10, 16, .89) 43%, rgba(5, 10, 16, .43) 73%, rgba(5, 10, 16, .36)),
    linear-gradient(180deg, transparent 45%, rgba(5, 10, 16, .55)),
    url("feuerwehr-hero-v2.webp");
  background-position: center, center, center 57%;
}
.subhero::after { width: 5px; height: 88px; right: max(48px, calc((100% - 1240px) / 2)); background: var(--red-bright); }
.subhero-inner { min-height: 420px; padding-block: 62px; }
.subhero h1 {
  max-width: 900px;
  margin: 15px 0 19px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(54px, 6.2vw, 78px);
  line-height: .96;
  font-weight: 760;
  text-transform: none;
  letter-spacing: -.04em;
}
.subhero h1 span { color: #ff5063; }
.subhero p { color: rgba(255, 255, 255, .72); font-size: 15px; }
.subhero .eyebrow { color: #fff; }
.subhero-number { color: rgba(255, 255, 255, .1); font-size: 150px; }

.article-list-section,
.station-overview,
.station-details,
.fleet-section,
.career-intro,
.career-areas,
.application-process,
.contact-hub,
.faq-section,
.application-section { color: #20262d; background: #f4f3ef; }

.article-list { gap: 0; border-top: 1px solid var(--line); }
.article-row {
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 32px;
  padding: 46px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.article-index { color: var(--red); font-size: 36px; }
.article-content .news-meta { color: #737d87; }
.article-content h2 { margin: 21px 0 13px; color: #192027; font-family: var(--font); font-size: clamp(30px, 3vw, 43px); line-height: 1.08; font-weight: 800; text-transform: none; }
.article-content .article-lead { color: #404951; }
.article-content p { color: #68727c; }

.station-overview { background: #fff; }
.station-overview-grid { gap: 76px; }
.city-map { min-height: 530px; border-color: rgba(20, 28, 36, .14); border-radius: 18px; background: #e7e9e7; box-shadow: 0 22px 65px rgba(18, 27, 36, .1); }
.city-map-grid { opacity: .35; background-image: linear-gradient(rgba(19, 28, 37, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(19, 28, 37, .1) 1px, transparent 1px); }
.map-river { background: linear-gradient(180deg, #b5d4e3, #9fc6d9, #b8d8e5); border-color: rgba(33, 102, 137, .14); }
.map-road { border-color: rgba(20, 28, 36, .12); background: #bcc1c3; }
.map-pin { border-color: rgba(178, 14, 32, .24); color: #1c2329; background: rgba(255, 255, 255, .96); box-shadow: 0 13px 34px rgba(20, 29, 38, .15); }
.map-pin small { color: #77818a; }
.city-map > strong { color: rgba(20, 28, 36, .07); }
.station-intro > p { color: #68727c; }
.check-list li { border-color: var(--line); color: #4e5861; }
.check-list li::before { color: var(--red); }
.station-details { padding-top: 0; }
.station-detail {
  grid-template-columns: 110px minmax(0, 1fr) auto;
  padding: 34px;
  border-color: var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 27, 36, .05);
}
.station-detail-number { border-color: var(--line); }
.station-detail-number span { color: #7f8891; }
.station-detail-number strong { color: var(--red); }
.station-detail-main h2 { color: #1a2026; font-family: var(--font); text-transform: none; }
.station-detail-main p { color: #68727c; }
.tag-list span { border-color: var(--line); color: #5b656e; background: #f5f4f0; }
.station-detail-link { color: var(--red); }

.fleet-section { background: #f4f3ef; }
.fleet-toolbar h2 { color: #192027; font-family: var(--display); font-size: 52px; text-transform: none; }
.fleet-filters { border-color: var(--line); background: #fff; }
.fleet-filters button { color: #68727c; }
.fleet-filters button.active { color: #fff; background: var(--red); }
.fleet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vehicle-card {
  min-height: 300px;
  padding: 24px;
  border-color: var(--line);
  border-radius: 12px;
  color: #20262d;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 27, 36, .05);
}
.vehicle-card-top { color: #7c858e; }
.vehicle-code { margin-top: 66px; color: var(--red); font-size: 43px; }
.vehicle-card h3 { color: #1b2127; font-family: var(--font); font-size: 20px; line-height: 1.15; text-transform: none; }
.vehicle-card h3 { overflow-wrap: anywhere; hyphens: auto; }
.vehicle-card p { color: #737d87; }
.vehicle-stripe { height: 5px; background: var(--red); opacity: 1; }
.equipment-note { color: #fff; background: #f4f3ef; }
.equipment-note-inner { border: 0; border-radius: 14px; background: #17222d; }
.equipment-note .kicker { color: #ff5265; }
.equipment-note h2 { color: #fff; font-size: 38px; }
.equipment-note p { color: #b4bec7; }
.equipment-note .button-ghost { border-color: rgba(255, 255, 255, .25); color: #fff; }

.career-intro { background: #fff; }
.career-intro-copy > p { color: #68727c; }
.requirements-card { border: 0; border-radius: 14px; color: #fff; background: linear-gradient(145deg, #8c0b19, #b81225); box-shadow: 0 22px 60px rgba(114, 10, 22, .2); }
.requirements-card > span { color: #fff; }
.requirements-card .check-list li { border-color: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .82); }
.requirements-card .check-list li::before { color: #fff; }
.career-areas { background: #f4f3ef; }
.career-area-grid { gap: 0; border-top: 1px solid var(--line); }
.career-area {
  min-height: 280px;
  padding: 30px 25px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: #20262d;
  background: transparent;
}
.career-area:last-child { border-right: 0; }
.career-area > span { color: var(--red); font-size: 17px; }
.career-area h3 { margin-top: 74px; color: #1b2127; font-family: var(--font); font-size: 24px; text-transform: none; }
.career-area p { color: #68727c; font-size: 12px; }
.application-process { background: #fff; }
.process-step { border-top-color: var(--red); border-radius: 0; color: #20262d; background: #f4f3ef; }
.process-step b { color: rgba(178, 14, 32, .16); }
.process-step > span { color: #1d242a; font-family: var(--font); font-size: 19px; font-weight: 800; text-transform: none; }
.process-step p { color: #68727c; }
.process-action { border-color: var(--line); border-radius: 10px; color: #20262d; background: #f4f3ef; }

.contact-hub { background: #fff; }
.contact-primary {
  position: relative;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #111d29, #223344);
  box-shadow: 0 24px 65px rgba(17, 29, 41, .18);
}
.contact-primary::after { color: rgba(255, 255, 255, .045); }
.contact-primary h2 { color: #fff; font-family: var(--font); font-size: 40px; text-transform: none; }
.contact-primary small,
.contact-primary b,
.contact-icon { color: #fff; }
.contact-card { border-color: var(--line); border-radius: 12px; color: #20262d; background: #f4f3ef; }
.contact-card > span { color: rgba(178, 14, 32, .17); }
.contact-card h3 { color: #1c2329; font-family: var(--font); font-size: 25px; text-transform: none; }
.contact-card p { color: #68727c; }
.contact-card a { color: var(--red); }
.faq-section { background: #f4f3ef; }
.faq-list details { border-color: var(--line); border-radius: 9px; color: #20262d; background: #fff; }
.faq-list summary span { color: var(--red); }
.faq-list details p { color: #68727c; }

.application-section { background: #f4f3ef; }
.application-sidebar { border: 0; border-radius: 14px; color: #fff; background: #17222d; box-shadow: var(--shadow); }
.application-sidebar h2 { color: #fff; font-family: var(--font); font-size: 32px; text-transform: none; }
.application-sidebar > p { color: #aeb8c1; }
.application-sidebar .kicker { color: #ff5265; }
.application-sidebar .check-list li { border-color: rgba(255, 255, 255, .12); color: #c2cad1; }
.discord-profile { border-color: rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .06); }
.discord-profile small,
.discord-profile span { color: #8f9aa4; }
.application-form {
  border-color: var(--line);
  border-radius: 14px;
  color: #20262d;
  background: #fff;
  box-shadow: 0 18px 55px rgba(18, 27, 36, .08);
}
.form-title { border-color: var(--line); }
.form-title h2 { color: #1a2026; font-family: var(--font); text-transform: none; }
.form-title p { color: #737d87; }
.application-form label { color: #3c454d; }
.application-form input,
.application-form textarea,
.application-form select { border-color: rgba(20, 28, 36, .16); color: #20262d; background: #f6f6f3; }
.application-form select option { color: #20262d; background: #fff; }
.form-check { color: #69737c !important; }
.form-footnote,
.field-counter { color: #7b858e; }
.application-gate,
.application-success {
  border-color: var(--line);
  border-radius: 18px;
  color: #20262d;
  background: #fff;
  box-shadow: 0 22px 60px rgba(18, 27, 36, .09);
}
.application-gate h2,
.application-success h2 { color: #1a2026; font-family: var(--font); text-transform: none; }
.application-gate > p,
.application-success > p { color: #68727c; }
.gate-steps > div { border-color: var(--line); background: #f5f4f0; }
.gate-steps strong { color: #303840; }
.gate-steps small { color: #7b858e; }
.application-gate .button-ghost,
.application-success .button-ghost { color: #252c33; }

.rp-notice { border-color: rgba(156, 105, 21, .2); background: #f1ebdd; }
.rp-notice p { color: #746b59; }
.rp-notice strong { color: #574e3c; }
.site-footer { border-top: 0; background: #101820; }
.footer-brand strong { color: #fff; font-family: var(--font); font-size: 18px; text-transform: none; }
.footer-brand span { color: #7f8a95; }
.footer-nav b { color: #fff; }
.footer-nav a { color: #8d98a3; }
.footer-bottom { border-color: rgba(255, 255, 255, .1); color: #77828d; }

.error-page { color: #20262d; background: #f4f3ef; }
.error-card { border-color: var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.error-code { color: rgba(178, 14, 32, .055); }
.error-card h1 { color: #1a2026; font-family: var(--display); text-transform: none; }
.error-card p { color: #68727c; }

@media (max-width: 1120px) {
  .site-nav a { padding-inline: 10px; }
  .station-story-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .station-story-image,
  .station-story-image img { min-height: 500px; height: 500px; }
  .station-detail { grid-template-columns: 100px minmax(0, 1fr); }
  .station-detail-link { grid-column: 2; }
  .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 44px, 780px); }
  .site-nav { border-color: var(--line); background: rgba(255, 255, 255, .99); }
  .site-nav a { color: #384149; }
  .site-nav a:hover,
  .site-nav a.active { color: var(--red); background: #f4f3ef; }
  .home-hero::before { background: linear-gradient(90deg, rgba(5, 10, 16, .88), rgba(5, 10, 16, .72)), linear-gradient(180deg, rgba(5, 10, 16, .1), transparent 40%, rgba(5, 10, 16, .67)); }
  .hero-photo { background-position: 68% center; }
  .hero-copy { margin-inline: auto; text-align: center; }
  .hero-copy .eyebrow,
  .hero-actions,
  .hero-live { justify-content: center; }
  .hero-live { margin-inline: auto; }
  .station-story-grid,
  .station-overview-grid,
  .career-intro-grid,
  .contact-hub-grid,
  .application-layout { grid-template-columns: 1fr; gap: 44px; }
  .station-story .control-copy,
  .station-intro { order: -1; }
  .news-card,
  .news-card-featured { grid-template-columns: 130px minmax(0, 1fr); }
  .news-card > a,
  .news-card-featured > a { grid-column: 2; grid-row: 3; justify-self: start; padding-top: 10px; }
  .application-sidebar { position: static; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { min-height: 74px; }
  .brand-logo { width: 51px; height: 51px; }
  .brand-logo img { width: 49px; height: 49px; }
  .home-hero { min-height: 660px; }
  .hero-layout { min-height: 540px; padding-block: 60px; }
  .hero-copy h1 { font-size: clamp(49px, 15vw, 67px); }
  .hero-copy > p { font-size: 14px; }
  .hero-live { gap: 8px; font-size: 7px; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats-grid > div { min-height: 78px; padding: 14px !important; }
  .hero-stats-grid strong { font-size: 24px; }
  .project-alert-inner { padding-block: 17px; }
  .section { padding: 76px 0; }
  .section-head h2,
  .control-copy h2,
  .station-intro h2,
  .career-intro-copy h2 { font-size: 39px; overflow-wrap: anywhere; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 42px minmax(0, 1fr); gap: 0 14px; padding-block: 28px; }
  .station-story-image,
  .station-story-image img { min-height: 390px; height: 390px; }
  .station-story-caption { left: 18px; right: 18px; bottom: 16px; }
  .subhero,
  .subhero-inner { min-height: 370px; }
  .subhero h1 { font-size: clamp(46px, 14vw, 62px); overflow-wrap: anywhere; }
  .subhero::after { right: 14px; }
  .news-card,
  .news-card-featured { display: flex; min-height: 0; align-items: flex-start; gap: 0; padding: 29px 0; }
  .news-grid .news-meta { width: 100%; margin-bottom: 19px; padding-left: 12px; }
  .news-card h3 { margin-bottom: 10px; }
  .news-card > a,
  .news-card-featured > a { margin-top: 20px; }
  .article-row { grid-template-columns: 1fr; gap: 12px; padding: 34px 0; }
  .article-index { font-size: 28px; }
  .station-detail { grid-template-columns: 1fr; padding: 25px; }
  .station-detail-number { border-color: var(--line); }
  .station-detail-link { grid-column: auto; }
  .fleet-toolbar h2 { font-size: 42px; }
  .vehicle-card { min-height: 270px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .career-area-grid { grid-template-columns: 1fr; }
  .career-area { min-height: 230px; border-right: 0; }
  .career-area h3 { margin-top: 46px; }
  .contact-primary { padding: 28px; }
  .application-form,
  .application-gate,
  .application-success { padding: 25px; }
  .error-card { padding: 43px 24px; }
}
