:root {
  --red: #d7192d;
  --red-bright: #ff3349;
  --red-dark: #8f0b18;
  --red-soft: rgba(215, 25, 45, .12);
  --gold: #f2bd53;
  --ink: #080a0d;
  --ink-soft: #0d1116;
  --panel: #121820;
  --panel-light: #18202a;
  --white: #f5f6f7;
  --text: #f3f5f7;
  --muted: #929ba7;
  --muted-dark: #626d79;
  --line: rgba(255, 255, 255, .095);
  --line-red: rgba(255, 51, 73, .28);
  --shell: min(1220px, calc(100% - 56px));
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .34);
  --font: Inter, Aptos, "Segoe UI", Roboto, Arial, sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { color: #fff; background: var(--red); }

.shell { width: var(--shell); margin-inline: auto; }
.page-noise {
  position: fixed;
  inset: 0;
  z-index: -20;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 5%, rgba(215, 25, 45, .1), transparent 25%),
    radial-gradient(circle at 12% 44%, rgba(215, 25, 45, .045), transparent 28%),
    linear-gradient(180deg, #090c10, #07090d 55%, #090c10);
}
.page-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(#000, transparent 82%);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 9px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid rgba(255, 51, 73, .76); outline-offset: 3px; }

.project-bar { min-height: 34px; border-bottom: 1px solid rgba(255, 255, 255, .05); background: #05070a; }
.project-bar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.project-bar-inner > span { display: inline-flex; align-items: center; gap: 7px; color: #6f7884; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.project-bar-inner > span i { width: 7px; height: 7px; border-radius: 50%; background: #50d691; box-shadow: 0 0 14px rgba(80, 214, 145, .65); }
.project-bar-inner > div { display: flex; align-items: center; gap: 22px; }
.project-bar a { color: #7e8792; font-size: 9px; font-weight: 750; }
.project-bar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid rgba(255, 51, 73, .16); background: rgba(8, 10, 13, .88); backdrop-filter: blur(18px); transition: background .2s ease, box-shadow .2s ease; }
.site-header.scrolled { background: rgba(7, 9, 12, .97); box-shadow: 0 18px 55px rgba(0, 0, 0, .42); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-logo { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #171c23, #0c1015); box-shadow: inset 0 1px rgba(255, 255, 255, .05); }
.brand-logo img { width: 54px; height: 54px; object-fit: contain; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-family: var(--display); font-size: 21px; text-transform: uppercase; letter-spacing: .035em; }
.brand small { margin-top: 6px; color: var(--red-bright); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; }
.site-nav { margin-left: auto; align-self: stretch; display: flex; align-items: stretch; }
.site-nav a { position: relative; display: flex; align-items: center; padding: 0 13px; color: #8e97a2; font-size: 11px; font-weight: 780; }
.site-nav a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 0; height: 2px; background: var(--red-bright); transform: scaleX(0); transition: transform .18s ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; gap: 11px; padding: 0 16px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--red), #b20f20); box-shadow: 0 10px 28px rgba(215, 25, 45, .22); font-size: 10px; font-weight: 900; white-space: nowrap; }
.header-cta:hover { background: var(--red-bright); }
.account-pill { max-width: 180px; display: flex; align-items: center; gap: 9px; padding: 6px 10px 6px 6px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .035); }
.account-pill img { width: 32px; height: 32px; border-radius: 9px; object-fit: cover; }
.account-pill span { min-width: 0; display: flex; flex-direction: column; line-height: 1.15; }
.account-pill small { color: var(--muted-dark); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.account-pill b { overflow: hidden; margin-top: 3px; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.nav-toggle { width: 43px; height: 43px; display: none; place-items: center; gap: 4px; margin-left: auto; padding: 11px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255, 255, 255, .035); }
.nav-toggle span { width: 19px; height: 2px; display: block; border-radius: 2px; background: #fff; transition: transform .18s ease, opacity .18s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--red-bright); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow i { width: 28px; height: 2px; background: linear-gradient(90deg, var(--red-bright), transparent); }
.kicker-light { color: #fff; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .015em; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: linear-gradient(135deg, var(--red-bright), #b40e20); box-shadow: 0 14px 35px rgba(215, 25, 45, .22); }
.button-red:hover { background: var(--red-bright); }
.button-ghost { border-color: var(--line); color: #d6dae0; background: rgba(255, 255, 255, .025); }
.button-ghost:hover { border-color: var(--line-red); color: #fff; background: rgba(255, 255, 255, .05); }
.button-light { color: #8d0c18; background: #fff; box-shadow: 0 14px 35px rgba(0, 0, 0, .18); }
.button-discord { color: #fff; background: #5865f2; box-shadow: 0 14px 35px rgba(88, 101, 242, .24); }

.home-hero { position: relative; min-height: 770px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; background: #080b0f; }
.hero-photo { position: absolute; z-index: -3; inset: 0; background: url("feuerwehr-hero-v2.webp") 52% center / cover no-repeat; transform: scale(1.008); }
.home-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5, 8, 12, .99) 0%, rgba(6, 9, 14, .96) 30%, rgba(6, 10, 15, .72) 52%, rgba(7, 10, 14, .12) 76%), linear-gradient(180deg, rgba(3, 5, 8, .28), transparent 42%, rgba(3, 5, 8, .78)); }
.home-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 74%, rgba(215, 25, 45, .2), transparent 30%); mix-blend-mode: screen; opacity: .42; }
.hero-lines { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-layout { position: relative; z-index: 2; flex: 1; min-height: 685px; display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: center; gap: 80px; padding-block: 72px; }
.hero-copy { max-width: 760px; }
.hero-live { width: fit-content; display: flex; align-items: center; gap: 12px; margin-bottom: 23px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: #cbd1d7; background: rgba(7, 10, 14, .5); backdrop-filter: blur(12px); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.hero-live span { display: inline-flex; align-items: center; gap: 7px; }
.hero-live span::after { content: ""; width: 1px; height: 12px; margin-left: 5px; background: rgba(255, 255, 255, .15); }
.hero-live i, .scene-card-foot i { width: 7px; height: 7px; border-radius: 50%; background: #50d691; box-shadow: 0 0 12px rgba(80, 214, 145, .75); }
.hero-live b { color: #fff; }
.hero-copy h1 { max-width: 760px; margin: 16px 0 23px; font-family: var(--display); font-size: clamp(76px, 8.2vw, 116px); line-height: .82; font-weight: 900; text-transform: uppercase; letter-spacing: -.047em; text-shadow: 0 9px 40px rgba(0, 0, 0, .34); }
.hero-copy h1 span { display: inline-block; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .58); }
.hero-copy > p { max-width: 625px; margin: 0; color: #b5bdc6; font-size: 16px; line-height: 1.75; text-shadow: 0 2px 20px rgba(0, 0, 0, .75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-scene-card { align-self: start; justify-self: end; width: 285px; margin-top: 12px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 19px; background: rgba(7, 10, 14, .7); box-shadow: 0 24px 65px rgba(0, 0, 0, .38); backdrop-filter: blur(16px); }
.scene-card-head, .scene-card-foot { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 15px; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.scene-card-head span { color: var(--red-bright); font-weight: 900; }
.scene-card-head b { color: #9aa3ad; }
.scene-card-brand { display: flex; align-items: center; gap: 13px; padding: 14px 15px; }
.scene-card-brand img { width: 54px; height: 54px; border-radius: 13px; object-fit: cover; }
.scene-card-brand div { display: flex; flex-direction: column; line-height: 1.15; }
.scene-card-brand small { color: #68727e; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.scene-card-brand strong { margin-top: 6px; font-family: var(--display); font-size: 20px; text-transform: uppercase; letter-spacing: .015em; }
.scene-card-foot { min-height: 41px; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 0; color: #7f8994; font-size: 7px; font-weight: 900; }
.scene-card-foot span { display: inline-flex; align-items: center; gap: 7px; color: #afb6bf; }
.scene-card-foot b { color: #68727e; }
.hero-stats { position: relative; z-index: 3; border-top: 1px solid rgba(255, 255, 255, .12); background: rgba(4, 6, 9, .72); backdrop-filter: blur(14px); }
.hero-stats-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-stats-grid > div { display: flex; align-items: center; gap: 14px; padding-inline: 25px; border-right: 1px solid var(--line); }
.hero-stats-grid > div:first-child { padding-left: 0; }
.hero-stats-grid > div:last-child { border-right: 0; }
.hero-stats-grid strong { font-family: var(--display); font-size: 28px; line-height: 1; }
.hero-stats-grid span { color: #89939e; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }

.project-alert { border-bottom: 1px solid rgba(215, 25, 45, .26); background: linear-gradient(90deg, #8c0b17, #d5192e 58%, #930c18); }
.project-alert-inner { min-height: 82px; display: flex; align-items: center; gap: 18px; }
.project-alert-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, .34); border-radius: 12px; font-family: var(--display); font-size: 16px; }
.project-alert p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 11px; line-height: 1.45; }
.project-alert p strong { color: #fff; font-size: 12px; }
.project-alert a { display: inline-flex; align-items: center; gap: 10px; margin-left: auto; color: #fff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }

.section { position: relative; padding: 110px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 45px; }
.section-head h2, .control-copy h2, .station-intro h2, .career-intro-copy h2, .equipment-note h2 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(48px, 6vw, 76px); line-height: .88; text-transform: uppercase; letter-spacing: -.035em; }
.section-head h2 span, .control-copy h2 span, .station-intro h2 span, .career-intro-copy h2 span { color: var(--red-bright); }
.section-head > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); }

.services-section { color: #14181d; background: #f1f1ee; }
.services-section .section-head > p { color: #5e6872; }
.service-cards { overflow: hidden; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid #d8dade; border-radius: 25px; background: #d8dade; box-shadow: 0 25px 75px rgba(25, 32, 40, .08); }
.service-card { position: relative; min-height: 300px; overflow: hidden; display: grid; grid-template-columns: 72px minmax(0, 1fr); grid-template-rows: auto 1fr auto; column-gap: 25px; padding: 31px; background: #fafaf8; transition: background .22s ease; }
.service-card::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--red); transform: scaleY(0); transform-origin: bottom; transition: transform .22s ease; }
.service-card:hover { background: #fff; }
.service-card:hover::after { transform: scaleY(1); }
.service-number { grid-column: 1 / -1; margin-bottom: 38px; color: #9b9fa4; font-family: var(--display); font-size: 17px; }
.service-symbol { width: 62px; height: 62px; display: grid; place-items: center; grid-row: 2 / 4; margin: 0; border: 1px solid rgba(215, 25, 45, .2); border-radius: 18px; color: #b91022; background: rgba(215, 25, 45, .07); font-family: var(--display); font-size: 20px; }
.service-card h3 { align-self: end; margin: 0 0 10px; font-family: var(--display); font-size: 32px; line-height: 1; text-transform: uppercase; }
.service-card p { grid-column: 2; margin: 0; color: #67717b; font-size: 12px; }
.service-card a { grid-column: 2; margin-top: 24px; color: #a90f1e; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.service-card a:hover { color: var(--red); }

.control-section { background: #080b0f; }
.control-layout { display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(0, .95fr); align-items: center; gap: 90px; }
.control-visual { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #111720; box-shadow: var(--shadow); }
.control-grid, .city-map-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px); background-size: 48px 48px; }
.control-route { position: absolute; height: 24px; border-block: 1px solid rgba(255, 255, 255, .07); background: #29313a; box-shadow: 0 0 0 8px rgba(255, 255, 255, .018); }
.route-one { width: 120%; left: -10%; top: 48%; transform: rotate(-17deg); }
.route-two { width: 115%; left: -8%; top: 52%; transform: rotate(53deg); }
.control-pulse { position: absolute; left: 50%; top: 48%; width: 68px; height: 68px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--red); box-shadow: 0 0 0 12px rgba(215, 25, 45, .13), 0 0 45px rgba(215, 25, 45, .42); }
.control-pulse span { position: absolute; inset: -35px; border: 1px solid rgba(255, 51, 73, .26); border-radius: 50%; }
.control-pulse span:nth-child(2) { inset: -80px; border-style: dashed; opacity: .55; }
.control-pulse b { position: relative; z-index: 2; font-family: var(--display); font-size: 24px; }
.control-label { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(8, 11, 15, .92); box-shadow: 0 18px 45px rgba(0, 0, 0, .36); }
.control-label small { color: var(--red-bright); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.control-label strong { margin-top: 4px; font-size: 10px; }
.label-one { left: 13%; bottom: 18%; }
.label-two { right: 13%; top: 19%; }
.control-city { position: absolute; right: 25px; bottom: 16px; color: rgba(255, 255, 255, .045); font-family: var(--display); font-size: 47px; letter-spacing: .08em; }
.control-copy > p { max-width: 560px; color: var(--muted); font-size: 16px; }
.compact-stations { display: grid; gap: 10px; margin-top: 30px; }
.compact-stations a { min-height: 78px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .025); transition: border-color .18s ease, transform .18s ease; }
.compact-stations a:hover { transform: translateX(5px); border-color: var(--line-red); }
.compact-stations a > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--red); font-family: var(--display); font-size: 18px; }
.compact-stations a > div { display: flex; flex-direction: column; }
.compact-stations strong { font-size: 12px; }
.compact-stations small { margin-top: 3px; color: #6f7984; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.compact-stations b { color: var(--red-bright); }

.news-section { color: #14181d; background: #ecece8; }
.news-section .section-head > a { border-color: rgba(20, 24, 29, .16); color: #20262c; background: rgba(255, 255, 255, .45); }
.news-section .section-head > a:hover { border-color: rgba(215, 25, 45, .34); color: #9f0d1c; background: #fff; }
.news-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 14px; }
.news-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #d5d7d9; border-radius: var(--radius); background: #f8f8f6; box-shadow: 0 18px 50px rgba(25, 32, 40, .06); }
.news-card::before { content: ""; position: absolute; left: 28px; right: 28px; top: 68px; height: 1px; background: #e1e2e3; }
.news-card-featured { color: #fff; background: linear-gradient(140deg, #7f0915, #ca1629 58%, #8d0b18); border-color: rgba(128, 9, 21, .3); box-shadow: 0 24px 60px rgba(110, 10, 22, .2); }
.news-card-featured::before { background: rgba(255, 255, 255, .15); }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #737c85; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.news-meta span { color: var(--red-bright); }
.news-card-featured .news-meta span, .news-card-featured .news-meta { color: rgba(255, 255, 255, .7); }
.news-card h3 { margin: 65px 0 13px; font-family: var(--display); font-size: 32px; line-height: .98; text-transform: uppercase; }
.news-card p { margin: 0; color: #67717b; font-size: 12px; }
.news-card-featured p { color: rgba(255, 255, 255, .73); }
.news-card > a { margin-top: auto; padding-top: 25px; color: #9f0d1c; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.news-card-featured > a { color: #fff; }

.career-banner { overflow: hidden; color: #fff; background: linear-gradient(112deg, #8c0b18, #d7192d 58%, #930b18); }
.career-banner-lines { position: absolute; inset: 0; opacity: .24; background: linear-gradient(120deg, transparent 0 63%, rgba(255, 255, 255, .25) 63% 63.2%, transparent 63.2%), radial-gradient(circle at 84% 15%, rgba(255, 255, 255, .35), transparent 22%); }
.career-banner-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.career-banner h2 { margin: 8px 0 13px; font-family: var(--display); font-size: clamp(55px, 6vw, 80px); line-height: .86; text-transform: uppercase; }
.career-banner p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .78); }
.career-banner-actions { min-width: 260px; display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.career-banner-actions > a:last-child { color: rgba(255, 255, 255, .8); font-size: 9px; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .08em; }

.subhero { position: relative; min-height: 470px; overflow: hidden; border-bottom: 1px solid var(--line); background-image: linear-gradient(90deg, rgba(6, 9, 13, .99) 0%, rgba(7, 11, 16, .95) 45%, rgba(7, 11, 16, .58) 68%, rgba(7, 11, 16, .74)), linear-gradient(180deg, transparent 55%, rgba(5, 7, 10, .75)), url("feuerwehr-hero-v2.webp"); background-position: center, center, center 54%; background-size: cover; }
.subhero::after { content: ""; position: absolute; width: 4px; height: 105px; right: max(28px, calc((100% - 1220px) / 2)); bottom: 0; background: var(--red); box-shadow: 0 0 35px rgba(215, 25, 45, .45); }
.subhero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, #000, transparent 86%); }
.subhero-inner { position: relative; z-index: 2; min-height: 470px; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 68px; }
.subhero h1 { max-width: 980px; margin: 14px 0 20px; font-family: var(--display); font-size: clamp(68px, 8.2vw, 108px); line-height: .82; text-transform: uppercase; letter-spacing: -.045em; }
.subhero h1 span { color: var(--red-bright); }
.subhero p { max-width: 690px; margin: 0; color: #9ba4af; font-size: 16px; }
.subhero-number { flex: 0 0 auto; color: rgba(255, 255, 255, .035); font-family: var(--display); font-size: 180px; line-height: 1; }

.article-list-section { background: #0b0f14; }
.article-list { display: grid; gap: 18px; }
.article-row { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 34px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #151c24, #0f141a); }
.article-index { color: rgba(255, 255, 255, .08); font-family: var(--display); font-size: 58px; line-height: 1; }
.article-content { max-width: 860px; }
.article-content h2 { margin: 22px 0 13px; font-family: var(--display); font-size: clamp(36px, 4vw, 52px); line-height: .96; text-transform: uppercase; }
.article-content p { color: #8f99a5; }
.article-content .article-lead { color: #c2c8cf; font-size: 16px; }

.station-overview { background: #0b0f14; }
.station-overview-grid { display: grid; grid-template-columns: minmax(520px, 1.08fr) minmax(0, .92fr); align-items: center; gap: 90px; }
.city-map { position: relative; min-height: 570px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #121922; box-shadow: var(--shadow); }
.map-river { position: absolute; width: 125%; height: 86px; left: -10%; top: 23%; transform: rotate(12deg); background: linear-gradient(180deg, #102a3a, #17394c, #102b3a); border-block: 1px solid rgba(76, 153, 198, .17); }
.map-road { position: absolute; height: 25px; border-block: 1px solid rgba(255, 255, 255, .07); background: #2b333c; box-shadow: 0 0 0 7px rgba(255, 255, 255, .018); }
.map-road-a { width: 120%; left: -10%; top: 49%; transform: rotate(-16deg); }
.map-road-b { width: 115%; left: -5%; top: 55%; transform: rotate(50deg); }
.map-pin { position: absolute; z-index: 3; min-width: 145px; display: grid; grid-template-columns: 39px 1fr; column-gap: 10px; padding: 9px 12px 9px 9px; border: 1px solid rgba(255, 51, 73, .33); border-radius: 13px; background: rgba(7, 10, 14, .93); box-shadow: 0 18px 45px rgba(0, 0, 0, .4); }
.map-pin span { grid-row: 1 / 3; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--red); font-family: var(--display); font-size: 17px; }
.map-pin b { font-size: 10px; line-height: 1.3; }
.map-pin small { color: #6c7681; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.map-pin-one { left: 13%; bottom: 20%; }
.map-pin-two { right: 13%; top: 20%; }
.city-map > strong { position: absolute; right: 22px; bottom: 14px; color: rgba(255, 255, 255, .045); font-family: var(--display); font-size: 48px; letter-spacing: .09em; }
.station-intro > p { color: var(--muted); font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); color: #c1c7ce; font-size: 12px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red-bright); font-weight: 900; }
.station-details { padding-top: 0; background: #0b0f14; }
.station-detail-list { display: grid; gap: 16px; }
.station-detail { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 35px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #151c24, #0f141a); }
.station-detail-number { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-right: 28px; border-right: 1px solid var(--line); }
.station-detail-number span { color: #69737e; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.station-detail-number strong { color: var(--red-bright); font-family: var(--display); font-size: 66px; line-height: 1; }
.station-detail-main h2 { margin: 7px 0 9px; font-family: var(--display); font-size: 35px; line-height: 1; text-transform: uppercase; }
.station-detail-main p { max-width: 720px; margin: 0; color: #8f99a5; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.tag-list span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #adb5bf; background: rgba(255, 255, 255, .025); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.station-detail-link { display: inline-flex; align-items: center; gap: 10px; color: #d9dde2; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }

.fleet-section { background: #0b0f14; }
.fleet-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.fleet-toolbar h2 { margin: 5px 0 0; font-family: var(--display); font-size: 56px; line-height: 1; text-transform: uppercase; }
.fleet-filters { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .025); }
.fleet-filters button { min-height: 36px; padding: 0 13px; border: 0; border-radius: 8px; color: #78828d; background: transparent; cursor: pointer; font-size: 9px; font-weight: 900; }
.fleet-filters button.active { color: #fff; background: var(--red); }
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.vehicle-card { position: relative; min-height: 310px; overflow: hidden; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #171e27, #10151b); }
.vehicle-card-top { display: flex; align-items: center; justify-content: space-between; color: #606a75; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.vehicle-card-top span { font-family: var(--display); font-size: 17px; }
.vehicle-code { margin: 68px 0 17px; color: var(--red-bright); font-family: var(--display); font-size: 48px; line-height: .9; text-transform: uppercase; }
.vehicle-card h3 { margin: 0; font-family: var(--display); font-size: 23px; line-height: 1; text-transform: uppercase; }
.vehicle-card p { margin: 8px 0 0; color: #7e8894; font-size: 10px; }
.vehicle-stripe { position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: repeating-linear-gradient(120deg, var(--red) 0 25px, #fff 25px 40px, var(--red) 40px 65px); opacity: .82; }
.equipment-note { padding-top: 0; background: #0b0f14; }
.equipment-note-inner { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; align-items: center; gap: 35px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(143, 11, 24, .75), rgba(22, 18, 23, .94)); }
.equipment-mark { width: 96px; height: 96px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 25px; font-family: var(--display); font-size: 31px; }
.equipment-note h2 { font-size: 42px; }
.equipment-note p { max-width: 720px; margin: 10px 0 0; color: rgba(255, 255, 255, .67); }

.career-intro { background: #0b0f14; }
.career-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 90px; }
.career-intro-copy > p { max-width: 680px; color: var(--muted); font-size: 16px; }
.career-intro-copy .button { margin-top: 17px; }
.requirements-card { padding: 34px; border: 1px solid var(--line-red); border-radius: var(--radius); background: linear-gradient(145deg, rgba(91, 14, 24, .55), #11161d); box-shadow: var(--shadow); }
.requirements-card > span { color: var(--red-bright); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.requirements-card .check-list { margin-top: 18px; }
.career-areas { background: linear-gradient(180deg, #0e1319, #0a0e13); }
.career-area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.career-area { min-height: 300px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #171e27, #10151b); }
.career-area > span { color: var(--red-bright); font-family: var(--display); font-size: 22px; }
.career-area h3 { margin: 85px 0 12px; font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.career-area p { margin: 0; color: #87919c; font-size: 11px; }
.application-process { background: #090c10; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-step { position: relative; min-height: 235px; padding: 23px; border-top: 2px solid var(--red); border-radius: 0 0 var(--radius-sm) var(--radius-sm); background: rgba(255, 255, 255, .025); }
.process-step b { color: rgba(255, 255, 255, .1); font-family: var(--display); font-size: 45px; }
.process-step > span { display: block; margin-top: 36px; font-family: var(--display); font-size: 23px; text-transform: uppercase; }
.process-step p { color: #7e8894; font-size: 10px; }
.process-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .025); }
.process-action p { margin: 0; font-size: 16px; font-weight: 800; }

.contact-hub { background: #0b0f14; }
.contact-hub-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.contact-primary { min-height: 430px; display: flex; align-items: flex-end; gap: 27px; padding: 38px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius-lg); background: linear-gradient(135deg, #4754da, #5865f2 62%, #3944b8); box-shadow: var(--shadow); }
.contact-primary::after { content: "DISCORD"; position: absolute; right: -20px; top: 20px; color: rgba(255, 255, 255, .07); font-family: var(--display); font-size: 100px; line-height: 1; }
.contact-icon { width: 76px; height: 76px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, .26); border-radius: 22px; background: rgba(255, 255, 255, .1); font-family: var(--display); font-size: 27px; }
.contact-primary small { color: rgba(255, 255, 255, .7); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-primary h2 { margin: 5px 0 8px; font-family: var(--display); font-size: 48px; line-height: 1; text-transform: uppercase; }
.contact-primary p { max-width: 560px; margin: 0; color: rgba(255, 255, 255, .74); }
.contact-primary b { display: block; margin-top: 22px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-side { display: grid; gap: 16px; }
.contact-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #161d26, #10151b); }
.contact-card > span { color: rgba(255, 255, 255, .12); font-family: var(--display); font-size: 39px; line-height: 1; }
.contact-card h3 { margin: 0 0 7px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.contact-card p { margin: 0; color: #84909b; font-size: 11px; }
.contact-card a { display: inline-block; margin-top: 18px; color: var(--red-bright); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.faq-section { background: #090c10; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .025); }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 22px; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red-bright); font-size: 22px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; margin: 0; padding: 0 22px 22px; color: #89939f; }

.application-section { background: #0b0f14; }
.application-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); align-items: start; gap: 22px; }
.application-sidebar { position: sticky; top: 138px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #171e27, #10151b); }
.application-sidebar h2 { margin: 7px 0 10px; font-family: var(--display); font-size: 37px; line-height: .95; text-transform: uppercase; }
.application-sidebar > p { color: #8c96a1; font-size: 11px; }
.discord-profile { display: flex; align-items: center; gap: 12px; margin: 25px 0 5px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 255, 255, .026); }
.discord-profile img { width: 45px; height: 45px; border-radius: 12px; object-fit: cover; }
.discord-profile > div { min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.discord-profile small { color: #69737e; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.discord-profile strong { overflow: hidden; margin-top: 3px; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.discord-profile span { overflow: hidden; margin-top: 2px; color: #7c8692; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.application-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #151c24, #0f141a); box-shadow: var(--shadow); }
.form-title { margin-bottom: 28px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-title > span { color: var(--red-bright); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-title h2 { margin: 5px 0 3px; font-family: var(--display); font-size: 38px; text-transform: uppercase; }
.form-title p { margin: 0; color: #747f8b; font-size: 9px; }
.application-form label { position: relative; display: grid; gap: 8px; margin-bottom: 18px; color: #c8cdd3; font-size: 10px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.application-form input, .application-form textarea, .application-form select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; outline: 0; color: #fff; background: #090d12; transition: border-color .18s ease, box-shadow .18s ease; }
.application-form textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
.application-form select option { color: #fff; background: #090d12; }
.application-form input:focus, .application-form textarea:focus, .application-form select:focus { border-color: rgba(255, 51, 73, .7); box-shadow: 0 0 0 3px rgba(215, 25, 45, .11); }
.field-counter { position: absolute; right: 5px; top: 0; color: #65707b; font-size: 8px; font-weight: 700; }
.form-check { grid-template-columns: 18px minmax(0, 1fr) !important; align-items: start; gap: 10px !important; color: #848e99 !important; font-weight: 500 !important; }
.form-check input { width: 17px; height: 17px; min-height: 0; margin: 2px 0 0; padding: 0; accent-color: var(--red); }
.form-submit { width: 100%; margin-top: 7px; border: 0; }
.form-footnote { margin: 11px 0 0; color: #626d78; font-size: 8px; text-align: center; }
.form-alert { margin: 0 0 22px; padding: 14px 16px; border: 1px solid; border-radius: 11px; font-size: 10px; }
.form-alert ul { margin: 7px 0 0; padding-left: 18px; }
.form-alert.error { color: #ffabb5; border-color: rgba(255, 70, 91, .34); background: rgba(215, 25, 45, .11); }
.form-alert.success { color: #9ce2bd; border-color: rgba(80, 214, 145, .3); background: rgba(80, 214, 145, .09); }
.form-alert.warning { color: #f4d799; border-color: rgba(242, 189, 83, .3); background: rgba(242, 189, 83, .08); }
.application-gate, .application-success { max-width: 760px; margin-inline: auto; padding: 52px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, #171e27, #10151b); box-shadow: var(--shadow); text-align: center; }
.gate-icon, .success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 23px; border: 1px solid var(--line-red); border-radius: 22px; color: var(--red-bright); background: var(--red-soft); font-family: var(--display); font-size: 26px; }
.success-mark { color: #50d691; border-color: rgba(80, 214, 145, .25); background: rgba(80, 214, 145, .08); }
.application-gate h2, .application-success h2 { margin: 8px 0 11px; font-family: var(--display); font-size: 48px; line-height: 1; text-transform: uppercase; }
.application-gate > p, .application-success > p { max-width: 600px; margin: 0 auto 24px; color: #919ba6; }
.application-gate .hero-actions, .application-success .hero-actions { justify-content: center; }
.gate-steps { max-width: 570px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px auto; }
.gate-steps > div { display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .025); text-align: left; }
.gate-steps b { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--red-bright); background: var(--red-soft); font-family: var(--display); }
.gate-steps span { display: flex; flex-direction: column; }
.gate-steps strong { font-size: 9px; }
.gate-steps small { color: #6f7984; font-size: 7px; }
.setup-note { max-width: 560px; display: grid; gap: 5px; margin: 24px auto 0; padding: 14px; border: 1px solid rgba(242, 189, 83, .22); border-radius: 11px; color: #c5a45f; background: rgba(242, 189, 83, .06); text-align: left; }
.setup-note strong { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.setup-note code { overflow-wrap: anywhere; color: #e0c58e; }

.rp-notice { border-block: 1px solid rgba(242, 189, 83, .2); background: #11100c; }
.rp-notice-inner { min-height: 74px; display: flex; align-items: center; gap: 15px; }
.rp-notice-inner > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(242, 189, 83, .28); border-radius: 10px; color: var(--gold); font-family: var(--display); }
.rp-notice p { margin: 0; color: #8f8776; font-size: 9px; }
.rp-notice strong { color: #c7b78f; }
.site-footer { border-top: 1px solid var(--line); background: #05070a; }
.footer-main { display: grid; grid-template-columns: minmax(320px, 1.2fr) minmax(0, 1.8fr); gap: 80px; padding: 62px 0 48px; }
.footer-brand { display: flex; align-items: center; gap: 16px; align-self: start; }
.footer-brand img { width: 80px; height: 80px; object-fit: contain; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--display); font-size: 23px; text-transform: uppercase; }
.footer-brand span { margin-top: 4px; color: #67717c; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.footer-nav > div { display: flex; flex-direction: column; gap: 8px; }
.footer-nav b { margin-bottom: 5px; color: #d5d9de; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.footer-nav a { color: #707a85; font-size: 10px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #535d67; font-size: 9px; }

.error-page { min-height: 660px; display: grid; place-items: center; padding: 80px 0; }
.error-card { position: relative; overflow: hidden; padding: 65px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, #171e27, #10151b); box-shadow: var(--shadow); text-align: center; }
.error-code { position: absolute; right: -15px; top: -25px; color: rgba(255, 255, 255, .03); font-family: var(--display); font-size: 190px; line-height: 1; }
.error-card .eyebrow { justify-content: center; }
.error-card h1 { margin: 13px 0 15px; font-family: var(--display); font-size: clamp(55px, 7vw, 85px); line-height: .86; text-transform: uppercase; }
.error-card h1 span { color: var(--red-bright); }
.error-card p { color: var(--muted); }
.error-card > div { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1120px) {
  .brand > span:last-child { display: none; }
  .site-nav a { padding-inline: 10px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; }
  .fleet-grid, .career-area-grid { grid-template-columns: repeat(2, 1fr); }
  .control-layout, .station-overview-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .station-detail { grid-template-columns: 100px minmax(0, 1fr); }
  .station-detail-link { grid-column: 2; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 38px, 760px); }
  .header-inner { position: relative; min-height: 74px; }
  .brand > span:last-child { display: flex; }
  .nav-toggle { display: grid; }
  .site-nav { position: absolute; left: 0; right: 0; top: calc(100% + 9px); display: grid; gap: 3px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: rgba(8, 11, 15, .985); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { min-height: 45px; padding: 0 13px; border-radius: 9px; font-size: 12px; }
  .site-nav a::after { display: none; }
  .header-cta, .account-pill { margin-left: auto; }
  .home-hero::before { background: linear-gradient(90deg, rgba(5, 8, 12, .94), rgba(5, 8, 12, .82)), linear-gradient(180deg, rgba(3, 5, 8, .2), transparent 45%, rgba(3, 5, 8, .85)); }
  .hero-photo { background-position: 66% center; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; padding: 90px 0 70px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-live { justify-content: center; }
  .hero-live { margin-inline: auto; }
  .hero-scene-card { display: none; }
  .hero-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats-grid > div { min-height: 70px; padding-left: 20px !important; border-bottom: 1px solid var(--line); }
  .hero-stats-grid > div:nth-child(2) { border-right: 0; }
  .section { padding: 88px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 25px; }
  .control-layout, .station-overview-grid, .career-intro-grid, .contact-hub-grid, .application-layout { grid-template-columns: 1fr; gap: 45px; }
  .control-copy, .station-intro { order: -1; }
  .control-visual, .city-map { min-height: 500px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: 1 / -1; }
  .career-banner-inner { align-items: flex-start; flex-direction: column; }
  .career-banner-actions { width: 100%; max-width: 360px; }
  .subhero-inner { min-height: 430px; }
  .subhero-number { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .application-sidebar { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 26px); }
  .project-bar-inner > div a:first-child { display: none; }
  .project-bar-inner > span { font-size: 7px; }
  .project-bar-inner > span i { display: none; }
  .brand-logo { width: 49px; height: 49px; }
  .brand-logo img { width: 46px; height: 46px; }
  .brand > span:last-child { display: none; }
  .header-cta { display: none; }
  .account-pill { max-width: 150px; margin-left: auto; }
  .hero-copy h1 { font-size: clamp(61px, 19vw, 82px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats-grid > div { flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; }
  .project-alert-inner { align-items: flex-start; flex-wrap: wrap; padding-block: 17px; }
  .project-alert a { width: 100%; margin-left: 56px; }
  .section { padding: 72px 0; }
  .section-head h2, .control-copy h2, .station-intro h2, .career-intro-copy h2 { font-size: 48px; }
  .service-cards, .fleet-grid, .career-area-grid, .news-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; grid-template-columns: 58px minmax(0, 1fr); column-gap: 18px; padding: 25px; }
  .service-number { margin-bottom: 30px; }
  .service-symbol { width: 54px; height: 54px; border-radius: 15px; font-size: 18px; }
  .service-card h3 { font-size: 28px; }
  .news-card-featured { grid-column: auto; }
  .control-visual, .city-map { min-height: 400px; }
  .control-city, .city-map > strong { font-size: 31px; }
  .control-pulse { transform: translate(-50%, -50%) scale(.8); }
  .subhero { min-height: 390px; }
  .subhero-inner { min-height: 390px; padding-block: 58px; }
  .subhero h1 { font-size: clamp(56px, 17vw, 77px); }
  .subhero p { font-size: 13px; }
  .article-row { grid-template-columns: 1fr; gap: 15px; padding: 25px; }
  .article-index { font-size: 34px; }
  .station-detail { grid-template-columns: 1fr; gap: 20px; padding: 25px; }
  .station-detail-number { min-height: 70px; flex-direction: row; align-items: center; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .station-detail-number strong { font-size: 49px; }
  .station-detail-link { grid-column: auto; }
  .fleet-toolbar { align-items: flex-start; flex-direction: column; }
  .fleet-filters { width: 100%; }
  .fleet-filters button { flex: 1; }
  .equipment-note-inner { grid-template-columns: 1fr; }
  .equipment-mark { width: 75px; height: 75px; }
  .equipment-note .button { width: 100%; }
  .process-action { align-items: stretch; flex-direction: column; }
  .contact-primary { min-height: 420px; align-items: flex-start; flex-direction: column; padding: 28px; }
  .contact-primary h2 { font-size: 39px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .application-form, .application-gate, .application-success { padding: 26px; }
  .application-gate h2, .application-success h2 { font-size: 39px; }
  .gate-steps { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 17px; }
  .rp-notice-inner { align-items: flex-start; padding-block: 15px; }
  .error-card { padding: 43px 24px; }
  .error-card > div { flex-direction: column; }
}
