:root {
  --ink: #102a3a;
  --ink-soft: #486170;
  --navy: #08283d;
  --navy-2: #0d3c57;
  --paper: #f5f7f5;
  --white: #ffffff;
  --line: #d9e1de;
  --mint: #dff5e9;
  --green: #087b50;
  --alert: #c43d2c;
  --alert-bg: #fff0ec;
  --amber: #9a5c05;
  --amber-bg: #fff7df;
  --blue: #136c9b;
  --blue-bg: #e8f5fb;
  --shadow: 0 18px 52px rgba(8, 40, 61, 0.10);
  --shadow-strong: 0 28px 80px rgba(4, 24, 38, 0.20);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.65;
  word-break: keep-all;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, select { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid #59bdf0; outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; padding: 10px 14px; background: #fff; border-radius: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(8, 40, 61, 0.97); backdrop-filter: blur(14px); }
.header-row { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.12rem; font-weight: 850; letter-spacing: -0.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: #7be0ac; font-size: .95rem; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 9px 12px; border-radius: 10px; color: #e8f3f7; text-decoration: none; font-size: .93rem; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.11); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; color: #fff; background: transparent; padding: 8px 11px; }

.status-strip { color: #17382d; background: #c9f0dd; border-bottom: 1px solid #acd9c4; }
.status-strip .wrap { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .9rem; }
.status-strip strong { font-weight: 900; }
.status-strip a { font-weight: 800; text-underline-offset: 3px; }
.status-strip-portal { color: #dbeaf1; background: #0d354d; border-color: rgba(255,255,255,.1); }

.hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 15%, #17638a 0, transparent 34%), linear-gradient(135deg, #08283d 0%, #0b3851 62%, #0b4b59 100%); }
.hero-grid { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); align-items: center; gap: 54px; padding-block: 70px; }
.hero-photo { position: relative; min-height: 650px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(3, 20, 34, .98) 0%, rgba(3, 24, 41, .88) 38%, rgba(3, 25, 43, .36) 68%, rgba(3, 25, 43, .10) 100%), url("/assets/images/strike-portal-hero.webp") center/cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(3, 19, 30, .28)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-block: 88px 54px; }
.hero-content > * { max-width: 680px; }
.eyebrow { margin: 0 0 12px; color: #78e2ad; font-size: .83rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.65rem); line-height: 1.08; letter-spacing: -.065em; }
.hero-lead { max-width: 680px; margin: 22px 0 0; color: #d8e9f0; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-proof { display: flex; gap: 0; margin-top: 60px; color: #d6e6ed; font-size: .82rem; }
.hero-proof span { padding: 0 20px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-proof span:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; color: #fff; font-size: .88rem; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 850; }
.button-primary { color: var(--navy); background: #7be0ac; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.button-dark { color: #fff; background: var(--navy); }
.button-outline { color: var(--navy); border-color: #b8c9d1; background: #fff; }
.button-small { min-height: 38px; padding: 7px 12px; font-size: .88rem; }

.status-card { position: relative; padding: 28px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.status-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; border-radius: 26px 0 0 26px; background: #ef715f; }
.status-kicker { color: var(--alert); font-weight: 900; }
.status-card h2 { margin: 6px 0 2px; font-size: 1.65rem; letter-spacing: -.04em; }
.status-date { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.timeline { margin: 22px 0 0; padding: 0; list-style: none; }
.timeline li { position: relative; padding: 0 0 16px 28px; font-size: .94rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: 3px; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px #dff5e9; }
.timeline li::after { content: ""; position: absolute; left: 7px; top: 1.35em; bottom: 1px; width: 2px; background: #cfe5da; }
.timeline li:last-child::after { display: none; }

.section { padding-block: 76px; }
.section-tight { padding-block: 44px; }
.section-white { background: #fff; }
.section-title { margin: 0; font-size: clamp(1.75rem, 3.5vw, 2.7rem); line-height: 1.2; letter-spacing: -.055em; }
.section-intro { max-width: 720px; margin: 12px 0 30px; color: var(--ink-soft); font-size: 1.04rem; }
.section-heading-row { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr); gap: 48px; align-items: end; margin-bottom: 32px; }
.section-heading-row .section-intro { margin: 0; }
.eyebrow-dark { color: var(--green); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card h2, .card h3 { margin: 8px 0 8px; line-height: 1.3; letter-spacing: -.035em; }
.card p { color: var(--ink-soft); }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--navy); background: var(--mint); font-weight: 950; }
.card-link { display: inline-flex; align-items: center; gap: 4px; color: var(--blue); font-weight: 850; text-decoration: none; }
.card-link:hover { text-decoration: underline; }
.feature-card { display: flex; flex-direction: column; }
.feature-card .card-link { margin-top: auto; }

.category-grid { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)); gap: 14px; }
.category-card { position: relative; min-height: 320px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.category-card h3 { margin: 42px 0 8px; font-size: 1.55rem; letter-spacing: -.045em; }
.category-card p { color: var(--ink-soft); }
.category-card-featured { min-height: 430px; color: #fff; border: 0; box-shadow: var(--shadow-strong); }
.category-card-featured h3 { margin-top: 54px; font-size: 2.25rem; }
.category-card-featured p { color: #d6e7ee; }
.category-card-bg { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,25,41,.12), rgba(4,25,41,.92)), url("/assets/images/bus-category-cover.webp") center/cover no-repeat; transform: scale(1.01); }
.category-card-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.category-card-content .text-link { margin-top: auto; }
.category-card-soon { color: #647581; background: linear-gradient(145deg, #f3f6f5, #e9eeec); }
.category-card-soon::after { content: ""; position: absolute; inset: auto -40px -55px auto; width: 150px; height: 150px; border: 1px solid #d2ddda; border-radius: 50%; box-shadow: 0 0 0 22px rgba(210,221,218,.35), 0 0 0 44px rgba(210,221,218,.18); }
.category-state { display: inline-flex; position: relative; z-index: 1; padding: 5px 9px; color: #64727a; background: #fff; border: 1px solid #d5dfdc; border-radius: 999px; font-size: .74rem; font-weight: 900; }
.category-state-live { color: #043b27; background: #78e2ad; border-color: #78e2ad; }
.category-code { position: relative; z-index: 1; margin: 18px 0 0 !important; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.text-link { display: inline-flex; gap: 6px; align-items: center; color: #075f89; font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link-light { color: #fff; }

.feature-story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 500px; overflow: hidden; background: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.feature-story-image { min-height: 430px; }
.feature-story-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.feature-story-copy { padding: 50px; align-self: center; }
.feature-story-copy h2 { margin: 18px 0; font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.18; letter-spacing: -.055em; }
.feature-story-copy > p { color: var(--ink-soft); }
.feature-story-copy .text-link { margin-top: 24px; }
.story-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--ink-soft); font-size: .82rem; }
.category-label, .region-label { display: inline-flex; padding: 4px 9px; color: #fff; background: var(--navy); border-radius: 6px; font-size: .76rem; font-weight: 900; }

.quick-tools { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(380px, 1fr); gap: 80px; align-items: center; }
.tool-list { border-top: 1px solid var(--line); }
.tool-row { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 18px; padding: 21px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.tool-row:hover { color: var(--blue); }
.tool-row strong, .tool-row small { display: block; }
.tool-row strong { font-size: 1.05rem; }
.tool-row small { color: var(--ink-soft); }
.tool-number { color: var(--green); font-size: .76rem; font-weight: 900; }

.category-hero { position: relative; min-height: 510px; display: grid; align-items: end; color: #fff; overflow: hidden; }
.category-hero-bus { background: linear-gradient(90deg, rgba(3,22,37,.95) 0%, rgba(3,22,37,.67) 56%, rgba(3,22,37,.15) 100%), url("/assets/images/bus-category-cover.webp") center/cover no-repeat; }
.category-hero-content { position: relative; z-index: 1; padding-block: 64px; }
.category-hero h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.065em; }
.category-hero-content > p:last-child { max-width: 700px; margin: 20px 0 0; color: #d7e7ed; font-size: 1.15rem; }
.briefing-row { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.briefing-row h3 { margin: 15px 0 8px; font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -.045em; }
.briefing-row p { margin: 0; color: var(--ink-soft); }
.search-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.search-shortcut { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 22px; color: var(--ink); background: #f6f8f7; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; }
.search-shortcut:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.search-shortcut > span { color: var(--green); font-size: .76rem; font-weight: 900; }
.search-shortcut strong, .search-shortcut small { display: block; }
.search-shortcut small { margin-top: 3px; color: var(--ink-soft); }

.page-hero { color: #fff; background: linear-gradient(135deg, var(--navy), #0d4d68); padding-block: 58px; }
.page-hero-bus { position: relative; background: linear-gradient(90deg, rgba(5,27,43,.98) 0%, rgba(5,32,50,.88) 58%, rgba(5,32,50,.60) 100%), url("/assets/images/bus-category-cover.webp") center 52%/cover no-repeat; }
.page-hero h1 { max-width: 900px; font-size: clamp(2rem, 4.5vw, 3.8rem); }
.page-hero p:last-child { max-width: 760px; margin: 18px 0 0; color: #d6e7ee; font-size: 1.08rem; }
.breadcrumbs { margin: 0 0 16px; color: #b8d0db; font-size: .85rem; }
.breadcrumbs a { text-underline-offset: 3px; }

.notice { padding: 18px 20px; border-radius: 15px; border: 1px solid; }
.notice strong { display: block; margin-bottom: 3px; }
.notice-alert { color: #6e241a; background: var(--alert-bg); border-color: #f0b5aa; }
.notice-info { color: #154b66; background: var(--blue-bg); border-color: #b5dceb; }
.notice-warn { color: #6b4309; background: var(--amber-bg); border-color: #ebd49c; }
.badge { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; padding: 4px 9px; border-radius: 999px; font-size: .78rem; font-weight: 900; }
.badge-alert { color: #8b2d21; background: #ffe1da; }
.badge-green { color: #076a45; background: #d9f3e6; }
.badge-blue { color: #15587a; background: #dff2fb; }
.badge-gray { color: #52626a; background: #edf1ef; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 44px; align-items: start; }
.article { min-width: 0; }
.article h2 { margin: 54px 0 14px; font-size: 1.8rem; line-height: 1.28; letter-spacing: -.045em; }
.article h3 { margin: 30px 0 10px; font-size: 1.26rem; letter-spacing: -.03em; }
.article p, .article li { color: #2d4654; }
.article a { color: #0c668f; text-underline-offset: 3px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 20px 0 28px; color: var(--ink-soft); font-size: .9rem; }
.article-lead { font-size: 1.13rem; }
.article-cover { margin: 0 0 30px; }
.article-cover img { width: 100%; max-height: 460px; display: block; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.article-cover figcaption { margin-top: 8px; color: var(--ink-soft); font-size: .78rem; }
.toc { position: sticky; top: 132px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.toc strong { display: block; margin-bottom: 10px; }
.toc a { display: block; padding: 5px 0; color: var(--ink-soft); text-decoration: none; font-size: .9rem; }
.toc a:hover { color: var(--blue); }
.fact-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .95rem; }
.fact-table th, .fact-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.fact-table th { width: 28%; background: #eef4f1; }
.step-list { padding-left: 1.4rem; }
.step-list li { margin-block: 10px; }
.source-list { padding-left: 1.25rem; }
.source-list li { margin-block: 10px; }

.search-shell { margin-top: -26px; position: relative; z-index: 2; }
.search-panel { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.search-panel-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 22px; }
.search-panel-heading h2 { margin: 2px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.search-panel-heading > p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.search-kicker { margin: 0; color: var(--green); font-size: .76rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 850; }
.field input, .field select { width: 100%; min-height: 49px; padding: 10px 13px; color: var(--ink); background: #fff; border: 1px solid #acbdc5; border-radius: 11px; }
.field input::placeholder { color: #80919a; }
.search-actions { display: flex; align-items: end; }
.search-actions .button { width: 100%; }
.search-bar { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-bar input { min-width: 0; min-height: 54px; padding: 12px 16px; color: var(--ink); background: #fff; border: 1px solid #9caeb7; border-radius: 12px; font: inherit; }
.search-bar .button { min-width: 98px; }
.results { margin-top: 26px; }
.result-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.result-summary h2 { margin: 0; font-size: 1.45rem; letter-spacing: -.035em; }
.result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.result-list { border-top: 1px solid var(--line); }
.result-row { display: grid; grid-template-columns: 100px minmax(260px, 1fr) auto 120px; gap: 20px; align-items: center; padding: 18px 8px; border-bottom: 1px solid var(--line); background: #fff; }
.result-route strong { display: block; font-size: 1.2rem; letter-spacing: -.03em; }
.result-route span { color: var(--ink-soft); font-size: .78rem; }
.result-route-info p { margin: 0; font-size: .94rem; }
.result-route-info small { color: var(--ink-soft); }
.result-links { display: flex; justify-content: flex-end; gap: 12px; }
.result-links a { color: var(--blue); font-size: .86rem; font-weight: 850; text-underline-offset: 3px; }
.compact-result-section { margin-top: 24px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.compact-section-head { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 14px; }
.compact-section-head h3, .compact-section-head p { margin: 0; }
.compact-section-head p { color: var(--ink-soft); font-size: .86rem; }
.alternative-summary { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 16px; padding: 24px 26px; background: #eaf5f2; border-radius: 18px; }
.alternative-summary h3 { margin: 10px 0 4px; }
.alternative-summary p { margin: 0; color: var(--ink-soft); }
.inline-data { padding: 12px 0; color: var(--ink); line-height: 1.8; }
.route-link-list { display: flex; flex-wrap: wrap; gap: 5px 0; margin-top: 12px; line-height: 1.7; }
.route-inline-link { color: #0a628b; text-decoration: underline; text-decoration-color: #b3ceda; text-underline-offset: 3px; font-weight: 800; }
.route-inline-link:not(:last-child)::after { content: "·"; margin: 0 9px; color: #9aabb2; text-decoration: none; display: inline-block; }
.route-inline-link:hover { color: var(--navy); text-decoration-color: var(--navy); }
.route-empty { color: var(--ink-soft); }
.route-directory { margin-bottom: 16px; }
.result-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.result-card h3 { margin: 5px 0 6px; letter-spacing: -.035em; }
.result-card p { margin: 7px 0; color: var(--ink-soft); font-size: .92rem; }
.result-card .button { margin-top: 8px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.chip { display: inline-flex; align-items: center; min-height: 32px; padding: 5px 10px; color: #244657; background: #edf5f7; border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 750; }
a.chip:hover { color: #fff; background: var(--blue); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.filter-button { padding: 7px 12px; border: 1px solid #bdcbd1; border-radius: 999px; color: var(--ink); background: #fff; font-size: .86rem; font-weight: 800; }
.filter-button[aria-pressed="true"] { color: #fff; border-color: var(--navy); background: var(--navy); }
.empty { padding: 34px; text-align: center; color: var(--ink-soft); background: #fff; border: 1px dashed #a9bac1; border-radius: 16px; }
.detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.metric { padding: 16px; background: #eef4f1; border-radius: 14px; }
.metric span { display: block; color: var(--ink-soft); font-size: .8rem; }
.metric strong { display: block; margin-top: 3px; font-size: 1rem; }
.district-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.district-link { padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; font-weight: 800; }
.district-link:hover { border-color: var(--blue); color: var(--blue); }

.phone-card { padding: 20px; color: #fff; background: var(--navy); border-radius: 16px; }
.phone-card-wide { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 30px 34px; }
.phone-card-wide .phone-text { margin: 0; text-align: right; font-size: 1.05rem; }
.phone-card h2, .phone-card h3 { margin: 0 0 7px; }
.phone-card p { margin: 5px 0; color: #d6e7ee; }
.phone-number { font-variant-numeric: tabular-nums; font-weight: 900; }
.phone-call { display: none; min-height: 42px; margin-top: 8px; align-items: center; justify-content: center; padding: 8px 13px; border-radius: 10px; color: var(--navy); background: #7be0ac; text-decoration: none; font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.contact-item { padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.contact-item strong { display: block; }
.contact-item small { display: block; color: var(--ink-soft); }
.contact-item .phone-call { color: #fff; background: var(--navy); }

.data-note { margin-top: 20px; color: var(--ink-soft); font-size: .84rem; }
.site-footer { padding: 48px 0 28px; color: #cfe0e7; background: #061f30; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 34px; }
.footer-title { margin: 0 0 10px; color: #fff; font-size: 1.06rem; }
.footer-links a { display: block; width: fit-content; margin: 5px 0; color: #cfe0e7; text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #9fb6c1; font-size: .8rem; }

@media (max-width: 900px) {
  .card-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card-featured { grid-column: span 2; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-story-image { min-height: 360px; max-height: 440px; }
  .quick-tools { gap: 38px; }
  .search-shortcuts { grid-template-columns: 1fr; }
  .result-row { grid-template-columns: 86px minmax(220px, 1fr) auto; }
  .result-status { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; }
  .district-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body { word-break: normal; }
  .wrap, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .header-row { min-height: 62px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; inset: 62px 0 auto; padding: 10px 14px 16px; flex-direction: column; align-items: stretch; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { text-align: center; }
  .status-strip .wrap { padding-block: 9px; align-items: flex-start; flex-direction: column; gap: 1px; }
  .hero-grid { min-height: auto; padding-block: 52px; }
  .hero-photo { min-height: 610px; background-position: 64% center; }
  .hero-content { padding-block: 66px 38px; }
  .hero-proof { margin-top: 48px; flex-direction: column; gap: 11px; }
  .hero-proof span { padding: 0; border-left: 0; }
  .hero h1, .page-hero h1 { letter-spacing: -.055em; }
  .section { padding-block: 56px; }
  .card-grid, .result-grid, .contact-grid, .footer-grid, .form-grid, .form-grid-three { grid-template-columns: 1fr; }
  .section-heading-row, .quick-tools { grid-template-columns: 1fr; gap: 24px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card-featured { grid-column: auto; min-height: 400px; }
  .category-card-soon { min-height: 230px; }
  .feature-story { border-radius: 20px; }
  .feature-story-image { min-height: 260px; }
  .feature-story-copy { padding: 28px 22px; }
  .category-hero { min-height: 440px; background-position: 58% center; }
  .briefing-row { grid-template-columns: 1fr; gap: 18px; padding: 23px; }
  .search-panel-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .search-bar { grid-template-columns: 1fr; }
  .search-bar .button { width: 100%; }
  .result-row { grid-template-columns: 70px 1fr; gap: 10px 14px; padding: 16px 4px; }
  .result-links { grid-column: 2; justify-content: flex-start; }
  .compact-result-section { padding: 20px 17px; }
  .compact-section-head, .alternative-summary { align-items: flex-start; flex-direction: column; }
  .alternative-summary { gap: 14px; }
  .phone-card-wide { grid-template-columns: 1fr; gap: 10px; padding: 25px; }
  .district-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-text { display: none; }
  .phone-call { display: inline-flex; }
  .phone-card .phone-call, .contact-item .phone-call { width: 100%; }
  .result-summary { align-items: flex-start; flex-direction: column; }
  .fact-table { font-size: .89rem; }
  .fact-table th, .fact-table td { padding: 10px 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Premium editorial redesign · 2026-09 */
:root {
  --ink: #151515;
  --ink-soft: #68645d;
  --navy: #101010;
  --navy-2: #242424;
  --paper: #efede7;
  --white: #fbfaf6;
  --line: #cbc6bc;
  --mint: #ebe6db;
  --green: #786247;
  --alert: #a3392d;
  --alert-bg: #f3e8e3;
  --amber: #6e5530;
  --amber-bg: #eee7db;
  --blue: #34312d;
  --blue-bg: #e9e7e2;
  --shadow: 0 18px 50px rgba(20, 18, 14, .07);
  --shadow-strong: 0 28px 80px rgba(0, 0, 0, .20);
  --radius: 4px;
  --max: 1220px;
}

body { background: var(--paper); color: var(--ink); line-height: 1.72; letter-spacing: -.012em; }
.wrap { width: min(calc(100% - 56px), var(--max)); }
.narrow { width: min(calc(100% - 56px), 860px); }

.site-header { color: #f6f3ec; background: rgba(12, 12, 12, .96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(18px); }
.header-row { min-height: 78px; }
.brand { gap: 12px; font-size: 1.08rem; letter-spacing: -.035em; }
.brand-mark { width: 36px; height: 36px; color: #111; background: #f4f0e7; border-radius: 2px; font-size: .82rem; letter-spacing: -.02em; }
.site-nav { gap: 3px; }
.site-nav a { padding: 10px 13px; color: #bdb9b1; border-radius: 0; font-size: .88rem; letter-spacing: -.02em; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: transparent; box-shadow: inset 0 -1px #fff; }
.nav-toggle { border-color: rgba(255,255,255,.42); border-radius: 2px; }

.status-strip, .status-strip-portal { color: #25231f; background: #f5f2eb; border-bottom: 1px solid #d6d0c5; }
.status-strip .wrap { min-height: 48px; font-size: .84rem; }
.status-strip a { color: #151515; }

.hero-photo { min-height: 720px; background: linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.82) 37%, rgba(5,5,5,.32) 70%, rgba(5,5,5,.15) 100%), url("/assets/images/strike-portal-hero.webp") center/cover no-repeat; }
.hero-photo::after { height: 240px; background: linear-gradient(transparent, rgba(0,0,0,.55)); }
.hero-content { padding-block: 110px 58px; }
.hero-content > * { max-width: 750px; }
.eyebrow { color: #d1b98e; font-size: .72rem; letter-spacing: .18em; }
.eyebrow-dark { color: #6d573a; }
.hero h1, .page-hero h1 { font-size: clamp(2.75rem, 5.6vw, 5.2rem); font-weight: 820; line-height: 1.03; letter-spacing: -.072em; }
.hero-lead { max-width: 670px; color: #e4e0d7; font-size: clamp(1.04rem, 1.8vw, 1.2rem); }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 245px)); gap: 10px; margin-top: 36px; }
.hero .button { width: 100%; color: #111; background: #f6f2e9; border-color: #f6f2e9; }
.hero .button-secondary { color: #fff; background: rgba(8,8,8,.72); border-color: rgba(255,255,255,.55); }
.hero-proof { margin-top: 76px; color: #bdb8af; }
.hero-proof span { padding-inline: 26px; border-color: rgba(255,255,255,.22); }
.hero-proof strong { color: #f8f5ee; font-weight: 760; }

.section { padding-block: 104px; }
.section-tight { padding-block: 58px; }
.section-white { background: var(--white); }
.section-title { font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 800; line-height: 1.08; letter-spacing: -.066em; }
.section-intro { color: var(--ink-soft); }
.section-heading-row { gap: 90px; margin-bottom: 46px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }

.category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.category-card { min-height: 430px; padding: 34px; color: #fff; border: 0; border-radius: 2px; box-shadow: none; }
.category-card-photo::before, .category-card-photo::after { content: ""; position: absolute; inset: 0; }
.category-card-photo::before { background-position: center; background-size: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.category-card-photo::after { background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.84)); }
.category-card-photo:hover::before { transform: scale(1.025); }
.category-card-bus::before { background-image: url("/assets/images/bus-category-cover.webp"); }
.category-card-metro::before { background-image: url("/assets/images/metro-category-v2.webp"); }
.category-card-rail::before { background-image: url("/assets/images/rail-category-v2.webp"); }
.category-card-essential::before { background-image: url("/assets/images/essential-services-category-v2.webp"); }
.category-card-content { position: relative; z-index: 2; justify-content: flex-end; }
.category-card h3, .category-card-featured h3 { margin: 12px 0 8px; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -.06em; }
.category-card p, .category-card-featured p { max-width: 480px; margin: 0 0 12px; color: #d9d5cd; }
.category-code { order: -1; margin: 0 0 18px !important; color: #d0c9bd !important; font-size: .68rem; letter-spacing: .15em; }
.category-state { position: absolute; top: 0; left: 0; color: #fff; background: rgba(0,0,0,.56); border-color: rgba(255,255,255,.55); border-radius: 2px; backdrop-filter: blur(8px); }
.category-state-live { color: #111; background: #f4f0e7; border-color: #f4f0e7; }
.category-card-content .text-link { margin-top: 18px; }
.text-link { color: #25221e; font-size: .91rem; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link-light { color: #fff; }

.feature-story { min-height: 560px; border: 1px solid var(--line); border-radius: 2px; box-shadow: none; }
.feature-story-image { min-height: 520px; filter: saturate(.72) contrast(1.04); }
.feature-story-copy { padding: 58px; }
.feature-story-copy h2 { font-size: clamp(2rem, 3.6vw, 3.45rem); font-weight: 800; line-height: 1.11; letter-spacing: -.065em; }
.category-label, .region-label { color: #fff; background: #171717; border-radius: 2px; }

.card-grid { gap: 10px; }
.card { border: 1px solid var(--line); border-radius: 2px; box-shadow: none; }
.card-icon { color: #171717; background: #e8e3da; border-radius: 2px; }
.notice { border-radius: 2px; }
.badge { border-radius: 2px; font-size: .72rem; letter-spacing: -.01em; }
.badge-alert { color: #7d2b24; background: #efe0db; }
.badge-green { color: #354b3b; background: #dfe6dc; }
.badge-blue { color: #333; background: #e3e1dc; }
.badge-gray { color: #55514a; background: #e8e5df; }

.quick-tools { gap: 110px; }
.tool-list { border-color: #a9a399; }
.tool-row { padding: 25px 4px; border-color: var(--line); }
.tool-row:hover { color: #111; padding-left: 10px; }
.tool-number { color: #725e42; }

.category-hero { min-height: 600px; }
.category-hero-bus { background: linear-gradient(90deg, rgba(5,5,5,.92), rgba(5,5,5,.45)), url("/assets/images/bus-category-cover.webp") center/cover no-repeat; }
.category-hero-content { padding-block: 82px; }
.category-hero h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); font-weight: 820; letter-spacing: -.075em; }
.briefing-row { padding: 38px; border-radius: 2px; box-shadow: none; }
.search-shortcuts { gap: 8px; }
.search-shortcut { padding: 26px; background: transparent; border-radius: 2px; }
.search-shortcut:hover { border-color: #171717; box-shadow: none; }

.page-hero { padding-block: 86px; color: #fff; background: #151515; }
.page-hero-bus { background: linear-gradient(90deg, rgba(7,7,7,.97), rgba(7,7,7,.72)), url("/assets/images/bus-category-cover.webp") center 55%/cover no-repeat; }
.page-hero p:last-child { color: #d6d1c8; }
.breadcrumbs { color: #a8a39b; }

.search-shell { margin-top: -34px; }
.search-panel { padding: 34px; border-radius: 2px; box-shadow: 0 18px 46px rgba(20,18,14,.08); }
.search-panel-heading { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.search-kicker { color: #735e41; letter-spacing: .08em; }
.field input, .field select, .search-bar input { min-height: 56px; border: 1px solid #aaa49a; border-radius: 2px; background: #fff; }
.results { margin-top: 36px; }
.result-list { border-color: #aaa49a; }
.result-row { padding: 21px 8px; border-color: #d5d0c7; }
.compact-result-section { padding: 30px; border-radius: 2px; box-shadow: none; }
.alternative-summary { background: #e6e1d8; border-radius: 2px; }
.empty { border-color: #aaa49a; border-radius: 2px; background: transparent; }
.metric { background: #e7e3db; border-radius: 2px; }
.result-card, .contact-item { border-radius: 2px; }

/* Attached black shortcut pattern is the default body CTA. */
.button { position: relative; min-height: 58px; padding: 16px 58px 16px 24px; border: 0; border-radius: 2px; color: #fff; background: #0b0b0b; box-shadow: 0 7px 18px rgba(0,0,0,.18); font-size: 1.04rem; font-weight: 850; overflow: visible; cursor: pointer; transition: background-color .35s ease, box-shadow .35s ease, transform .2s ease; }
.button:hover { color: #fff; background: #202020; box-shadow: 0 10px 22px rgba(0,0,0,.24); transform: translateY(-1px); }
.button:active { background: #050505; box-shadow: 0 4px 11px rgba(0,0,0,.20); transform: translateY(0); }
.button:not(.button-small)::after { content: ""; position: absolute; z-index: 2; top: 50%; right: 23px; width: 24px; height: 24px; background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3.5v15.2l4.1-4 3.1 6.3 3.1-1.5-3.1-6.1h6.1L5 3.5z' fill='%23fff' stroke='%23fff'/%3E%3C/svg%3E"); transform: translateY(-50%); pointer-events: none; }
.button:not(.button-small)::before { content: ""; position: absolute; z-index: 3; top: 50%; right: 32px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 10px rgba(255,255,255,.5); opacity: 0; transform: translate(50%,-50%) scale(.25); pointer-events: none; }
.button:not(.button-small):hover::after, .button:not(.button-small):focus-visible::after { animation: shortcut-cursor-click .72s ease-in-out 1; }
.button:not(.button-small):hover::before, .button:not(.button-small):focus-visible::before { animation: shortcut-click-ring .72s ease-out 1; }
.article .button:not(.button-small), .search-panel .button:not(.button-small), .card .button:not(.button-small) { width: 100%; margin: 5px 0; }
.button-outline, .button-dark, .button-primary { color: #fff; background: #0b0b0b; border-color: #0b0b0b; }
.button-small { min-height: 38px; padding: 7px 12px; border-radius: 2px; font-size: .83rem; box-shadow: none; }
.hero .button::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3.5v15.2l4.1-4 3.1 6.3 3.1-1.5-3.1-6.1h6.1L5 3.5z' fill='%23111' stroke='%23111'/%3E%3C/svg%3E"); }
.hero .button::before { border-color: #111; box-shadow: 0 0 5px rgba(0,0,0,.7), 0 0 10px rgba(0,0,0,.25); }
.hero .button-secondary::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3.5v15.2l4.1-4 3.1 6.3 3.1-1.5-3.1-6.1h6.1L5 3.5z' fill='%23fff' stroke='%23fff'/%3E%3C/svg%3E"); }
.hero .button-secondary::before { border-color: #fff; box-shadow: 0 0 5px rgba(255,255,255,.8), 0 0 10px rgba(255,255,255,.3); }

@keyframes shortcut-cursor-click {
  0%,30%,74%,100% { transform: translateY(-50%) translate3d(0,0,0) scale(1); }
  48%,55% { transform: translateY(-50%) translate3d(-1px,1.5px,0) scale(.86); }
  64% { transform: translateY(-50%) translate3d(-.5px,.5px,0) scale(1.05); }
}
@keyframes shortcut-click-ring {
  0%,43% { opacity:0; transform:translate(50%,-50%) scale(.25); }
  48% { opacity:1; transform:translate(50%,-50%) scale(.55); }
  58% { opacity:.8; transform:translate(50%,-50%) scale(1.25); }
  78%,100% { opacity:0; transform:translate(50%,-50%) scale(2.5); }
}

.phone-card { background: #111; border-radius: 2px; }
.phone-call { color: #fff; background: #0b0b0b; border: 1px solid rgba(255,255,255,.42); border-radius: 2px; }
.article-cover img { border-radius: 2px; filter: saturate(.75) contrast(1.04); }
.fact-table th { background: #e6e2d9; }
.route-inline-link { color: #34312d; text-decoration-color: #aaa49a; }
.site-footer { padding-top: 64px; color: #bdb8ae; background: #0b0b0b; }
.footer-bottom { color: #858078; }

@media (max-width: 900px) {
  .section-heading-row { gap: 40px; }
  .quick-tools { gap: 48px; }
  .category-card-featured { grid-column: auto; }
}

@media (max-width: 720px) {
  .wrap, .narrow { width: min(calc(100% - 30px), var(--max)); }
  .site-nav { background: #0c0c0c; }
  .hero-photo { min-height: 690px; background-position: 67% center; }
  .hero-content { padding-block: 76px 38px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem, 12vw, 3.9rem); }
  .hero-actions { grid-template-columns: 1fr; max-width: none; }
  .hero-proof { margin-top: 52px; }
  .section { padding-block: 72px; }
  .section-heading-row { padding-bottom: 18px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 390px; padding: 24px; }
  .feature-story-copy { padding: 34px 24px; }
  .category-hero { min-height: 500px; }
  .search-panel { padding: 24px 18px; }
  .button { font-size: 1rem; }
  .button:not(.button-small)::after { width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12V5a2 2 0 0 1 4 0v6'/%3E%3Cpath d='M13 10V8.5a2 2 0 0 1 4 0V12'/%3E%3Cpath d='M17 11a2 2 0 0 1 4 0v4.2c0 3.8-3 6.8-6.8 6.8h-1.7a6.7 6.7 0 0 1-5.2-2.5L4 15.2a1.9 1.9 0 0 1 2.8-2.6L9 14.5V12'/%3E%3C/svg%3E"); }
  .hero .button:not(.button-secondary)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12V5a2 2 0 0 1 4 0v6'/%3E%3Cpath d='M13 10V8.5a2 2 0 0 1 4 0V12'/%3E%3Cpath d='M17 11a2 2 0 0 1 4 0v4.2c0 3.8-3 6.8-6.8 6.8h-1.7a6.7 6.7 0 0 1-5.2-2.5L4 15.2a1.9 1.9 0 0 1 2.8-2.6L9 14.5V12'/%3E%3C/svg%3E"); }
}

@media (prefers-reduced-motion: reduce) {
  .button::before, .button::after, .category-card-photo::before { animation: none !important; transition: none !important; }
}

/* Category navigation, internal-page drawer and sector landing pages · 2026-09-03 */
a[href], button:not(:disabled), select, summary, [role="button"] { cursor: pointer; }
input[type="text"], input[type="search"], textarea { cursor: text; }

body:not([data-page="home"]) > .site-header,
body:not([data-page="home"]) > .status-strip { display: none !important; }

.nav-group { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-parent { display: flex; align-items: center; gap: 6px; min-height: 100%; padding: 10px 13px; color: #bdb9b1; background: transparent; border: 0; font: inherit; font-size: .88rem; font-weight: 700; letter-spacing: -.02em; }
.nav-parent span { display: inline-block; font-size: .94rem; transition: transform .25s ease; }
.nav-group[data-open="true"] .nav-parent, .nav-group:hover .nav-parent, .nav-group:focus-within .nav-parent { color: #fff; box-shadow: inset 0 -1px #fff; }
.nav-group[data-open="true"] .nav-parent span { transform: rotate(45deg); }
.subnav { position: absolute; top: calc(100% - 2px); left: 0; z-index: 40; width: 210px; padding: 9px; visibility: hidden; opacity: 0; color: #171717; background: #f8f5ee; border: 1px solid #d6d0c5; box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.subnav a { display: block; padding: 10px 12px; color: #555049; border-bottom: 1px solid #e1ddd5; font-size: .84rem; text-decoration: none; }
.subnav a:last-child { border-bottom: 0; }
.subnav a:hover, .subnav a:focus-visible { color: #111; background: #ebe6dc; box-shadow: none; }
.nav-group:hover .subnav, .nav-group:focus-within .subnav, .nav-group[data-open="true"] .subnav { visibility: visible; opacity: 1; transform: translateY(0); }

.floating-nav-trigger { position: fixed; z-index: 65; left: 24px; bottom: 24px; display: grid; place-content: center; justify-items: center; width: 82px; aspect-ratio: 1; padding: 10px; color: #f7f3ea; background: #111; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 16px 40px rgba(0,0,0,.28); transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.floating-nav-trigger:hover, .floating-nav-trigger:focus-visible { background: #292929; box-shadow: 0 20px 46px rgba(0,0,0,.36); transform: translateY(-3px); }
.floating-nav-trigger:active { transform: translateY(0) scale(.97); }
.floating-nav-icon { display: grid; gap: 5px; width: 24px; margin-bottom: 5px; }
.floating-nav-icon i { display: block; height: 1px; background: currentColor; transition: transform .25s ease; }
.floating-nav-label { display: block; line-height: 1; text-align: center; }
.floating-nav-label b { display: block; font-size: .78rem; letter-spacing: -.02em; }
.floating-nav-label small { display: none; }

.nav-backdrop { position: fixed; z-index: 68; inset: 0; background: rgba(0,0,0,.57); opacity: 0; backdrop-filter: blur(3px); transition: opacity .32s ease; }
.nav-backdrop.is-open { opacity: 1; }
.nav-drawer { position: fixed; z-index: 70; inset: 0 auto 0 0; width: min(440px, calc(100vw - 36px)); color: #f6f2ea; background: #111; box-shadow: 22px 0 70px rgba(0,0,0,.32); visibility: hidden; transform: translateX(-102%); transition: transform .38s cubic-bezier(.22,.74,.22,1), visibility .38s; }
.nav-drawer.is-open { visibility: visible; transform: translateX(0); }
.drawer-head { display: flex; min-height: 88px; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.drawer-brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.drawer-brand > span:last-child { display: grid; line-height: 1.15; }
.drawer-brand b { font-size: 1rem; letter-spacing: -.04em; }
.drawer-brand small { margin-top: 4px; color: #8f8b84; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.drawer-close { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 1.75rem; font-weight: 200; line-height: 1; transition: background-color .2s ease, transform .2s ease; }
.drawer-close:hover { background: rgba(255,255,255,.12); transform: rotate(8deg); }
.drawer-scroll { max-height: calc(100vh - 88px); padding: 30px 24px 40px; overflow: auto; overscroll-behavior: contain; }
.drawer-kicker { margin: 0 0 15px; color: #a49f96; font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.drawer-categories { border-top: 1px solid rgba(255,255,255,.17); }
.drawer-categories a { display: flex; align-items: center; justify-content: space-between; padding: 18px 2px; color: #d1ccc3; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 1.58rem; font-weight: 780; letter-spacing: -.055em; text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
.drawer-categories a:hover, .drawer-categories a[aria-current="page"] { padding-left: 7px; color: #fff; }
.drawer-categories a span { color: #7f7a73; font-size: 1rem; }
.drawer-submenu { margin-top: 31px; padding: 21px; background: #1b1b1b; border: 1px solid rgba(255,255,255,.1); }
.drawer-submenu p { margin: 0 0 12px; color: #8f8a82; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.drawer-submenu a { display: flex; justify-content: space-between; padding: 8px 0; color: #c8c3bb; font-size: .9rem; text-decoration: none; }
.drawer-submenu a:hover, .drawer-submenu a[aria-current="page"] { color: #fff; }
.drawer-submenu a span { color: #77736d; }
.drawer-home { display: flex; justify-content: space-between; margin-top: 24px; padding: 14px 0; color: #d8b989; border-bottom: 1px solid #6c5c44; font-size: .84rem; text-decoration: none; }
.nav-locked { overflow: hidden; }

.category-hero-metro { background: linear-gradient(90deg, rgba(5,5,5,.93), rgba(5,5,5,.35)), url("/assets/images/metro-category-v2.webp") center/cover no-repeat; }
.category-hero-rail { background: linear-gradient(90deg, rgba(5,5,5,.93), rgba(5,5,5,.35)), url("/assets/images/rail-category-v2.webp") center/cover no-repeat; }
.category-hero-aviation { background: linear-gradient(90deg, rgba(5,5,5,.93), rgba(5,5,5,.35)), url("/assets/images/essential-services-category-v2.webp") center/cover no-repeat; }
.sector-lead { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.sector-lead .section-title { margin-bottom: 0; }
.sector-lead .badge { display: inline-flex; margin-top: 20px; }
.sector-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid #aaa49a; }
.sector-grid article { min-height: 300px; padding: 29px 28px 32px 0; border-bottom: 1px solid #aaa49a; }
.sector-grid article + article { padding-left: 28px; border-left: 1px solid #d4cfc6; }
.sector-grid article > span { color: #836b49; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.sector-grid h2 { margin: 76px 0 10px; font-size: 1.55rem; letter-spacing: -.05em; }
.sector-grid p { margin: 0; color: var(--ink-soft); font-size: .93rem; }
.check-sequence { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid #aaa49a; }
.check-sequence li { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 22px 2px; border-bottom: 1px solid var(--line); }
.check-sequence b { font-size: .95rem; }
.check-sequence span { color: var(--ink-soft); }

@media (max-width: 720px) {
  body:not([data-page="home"]) { padding-bottom: 76px; }
  .site-nav { gap: 0; padding: 10px 14px 18px; }
  .site-nav > a, .nav-parent { width: 100%; min-height: 46px; justify-content: center; text-align: center; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-group { display: block; width: 100%; }
  .nav-parent span { margin-left: auto; }
  .subnav { position: static; display: none; width: 100%; padding: 7px; visibility: visible; opacity: 1; background: #1b1b1b; border: 0; box-shadow: none; transform: none; }
  .nav-group[data-open="true"] .subnav { display: block; }
  .nav-group:hover .subnav:not(:focus-within) { display: none; }
  .nav-group[data-open="true"]:hover .subnav { display: block; }
  .subnav a { color: #c9c4bc; border-color: rgba(255,255,255,.1); }
  .subnav a:hover, .subnav a:focus-visible { color: #fff; background: #252525; }

  .floating-nav-trigger { left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); display: flex; justify-content: center; width: auto; height: 58px; aspect-ratio: auto; padding: 10px 20px; border-radius: 2px; }
  .floating-nav-trigger:hover { transform: none; }
  .floating-nav-icon { width: 25px; margin: 0 15px 0 0; }
  .floating-nav-label { display: flex; align-items: baseline; gap: 7px; }
  .floating-nav-label b { font-size: .92rem; }
  .floating-nav-label small { display: block; color: #a9a49b; font-size: .72rem; }
  .nav-drawer { inset: auto 0 0; width: 100%; max-height: min(88vh, 720px); border-radius: 18px 18px 0 0; transform: translateY(102%); transition: transform .38s cubic-bezier(.22,.74,.22,1), visibility .38s; }
  .nav-drawer.is-open { transform: translateY(0); }
  .drawer-head { min-height: 76px; padding: 14px 18px; }
  .drawer-scroll { max-height: calc(min(88vh, 720px) - 76px); padding: 23px 18px calc(28px + env(safe-area-inset-bottom)); }
  .drawer-categories a { padding-block: 14px; font-size: 1.34rem; }
  .drawer-submenu { margin-top: 23px; padding: 16px 18px; }

  .category-hero-metro, .category-hero-rail, .category-hero-aviation { min-height: 570px; background-position: 60% center; }
  .sector-lead { grid-template-columns: 1fr; gap: 28px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-grid article { min-height: 0; padding: 24px 0 28px; border-left: 0 !important; }
  .sector-grid article + article { padding-left: 0; }
  .sector-grid h2 { margin-top: 36px; }
  .check-sequence li { grid-template-columns: 1fr; gap: 5px; }

  .button:not(.button-small)::after { animation: none; }
  .button:not(.button-small):hover::after, .button:not(.button-small):hover::before { animation: none; }
  .button:not(.button-small):active::after { animation: shortcut-touch-click .48s ease 1; }
  .button:not(.button-small):active::before { animation: shortcut-click-ring .6s ease-out 1; }
}

@keyframes shortcut-touch-click {
  0%, 100% { transform: translateY(-50%) scale(1); }
  42% { transform: translateY(-47%) scale(.82); }
  72% { transform: translateY(-50%) scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  .nav-drawer, .nav-backdrop, .floating-nav-trigger, .subnav { transition: none !important; }
}

/* Corrected page hierarchy: global menu on top, page introduction in a compact drawer. */
body:not([data-page="home"]) > .site-header { display: block !important; }
.nav-parent[aria-current="page"] { color: #fff; box-shadow: inset 0 -1px #fff; }

.page-info-trigger { color: #171717; background: #f6f1e7; border-color: #c9c2b5; box-shadow: 0 15px 42px rgba(0,0,0,.24); }
.page-info-trigger:hover, .page-info-trigger:focus-visible { color: #fff; background: #222; }
.page-info-symbol { display: grid; place-items: center; width: 24px; height: 24px; margin-bottom: 4px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: .9rem; font-style: italic; font-weight: 700; }
.page-info-drawer { width: min(520px, calc(100vw - 36px)); color: #171717; background: #f3f0e8; box-shadow: 22px 0 70px rgba(0,0,0,.3); }
.page-info-drawer .drawer-head { border-color: #cec8bd; }
.page-info-drawer .drawer-close { color: #171717; border-color: #918b81; }
.page-info-drawer .drawer-close:hover { color: #fff; background: #171717; }
.page-info-heading { display: grid; line-height: 1.2; }
.page-info-heading span { color: #8b7452; font-size: .64rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.page-info-heading b { margin-top: 4px; font-size: 1rem; letter-spacing: -.035em; }
.page-info-content { display: flex; min-height: calc(100vh - 88px); flex-direction: column; justify-content: center; padding: 54px 42px; }
.page-info-content .wrap { width: 100%; margin: 0; }
.page-info-content .breadcrumbs { margin-bottom: 28px; color: #746f67; }
.page-info-content .breadcrumbs a { color: #504b45; }
.page-info-content .eyebrow { color: #836a47; }
.page-info-content h1 { max-width: 430px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 820; line-height: 1.04; letter-spacing: -.07em; }
.page-info-content h1 + p, .page-info-content .wrap > p:last-child { max-width: 420px; margin: 23px 0 0; color: #68635c; font-size: 1.02rem; line-height: 1.75; }
body[data-has-page-info="true"] .search-shell { margin-top: 0; padding-top: 58px; }

@media (max-width: 720px) {
  body:not([data-page="home"]) { padding-bottom: 0; }
  body[data-has-page-info="true"] { padding-bottom: 76px; }
  .page-info-trigger { color: #fff; background: #171717; border-color: rgba(255,255,255,.25); }
  .page-info-trigger .page-info-symbol { margin: 0 14px 0 0; }
  .page-info-drawer { width: 100%; max-height: min(82vh, 680px); border-radius: 18px 18px 0 0; }
  .page-info-drawer .drawer-scroll { max-height: calc(min(82vh, 680px) - 76px); }
  .page-info-content { display: block; min-height: 0; padding: 38px 24px calc(38px + env(safe-area-inset-bottom)); }
  .page-info-content h1 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  body[data-has-page-info="true"] .search-shell { padding-top: 34px; }
}

/* Brand, mobile navigation and non-fixed mobile page information · 2026-09-03 */
.brand-mark svg { width: 24px; height: 24px; }
.nav-toggle { width: 46px; height: 42px; align-items: center; justify-content: center; padding: 0; }
.hamburger { display: grid; width: 22px; gap: 5px; }
.hamburger i { display: block; width: 100%; height: 1.5px; background: currentColor; transform-origin: center; transition: transform .22s ease, opacity .22s ease; }
.nav-toggle-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nav-toggle[aria-expanded="true"] .hamburger i:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .hamburger i:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.hero-photo .hero-content h1 { max-width: 760px; font-size: clamp(2.3rem, 4.5vw, 4.3rem); line-height: 1.06; letter-spacing: -.066em; }

@media (max-width: 720px) {
  .nav-parent { position: relative; padding-inline: 48px; }
  .nav-parent span { position: absolute; right: 16px; margin-left: 0; }
  .hero-photo .hero-content h1 { font-size: clamp(1.95rem, 9.2vw, 2.8rem); line-height: 1.1; letter-spacing: -.058em; }

  body[data-has-page-info="true"] { display: flex; min-height: 100vh; flex-direction: column; padding-bottom: 0; }
  body[data-has-page-info="true"] > .site-header { order: 0; }
  body[data-has-page-info="true"] > main { order: 1; }
  body[data-has-page-info="true"] > .site-footer { order: 2; }
  body[data-has-page-info="true"] > .page-info-trigger { position: static; order: 3; align-self: stretch; width: calc(100% - 28px); height: 58px; min-height: 58px; margin: 16px 14px 18px; inset: auto; aspect-ratio: auto; border-radius: 2px; transform: none; }
  body[data-has-page-info="true"] > .page-info-trigger:hover { transform: none; }
  body[data-has-page-info="true"] > .nav-backdrop,
  body[data-has-page-info="true"] > .page-info-drawer { order: 4; }
}

/* Responsive comfort pass and footer-safe page information · 2026-09-03 */
@media (min-width: 721px) {
  body[data-has-page-info="true"] > .page-info-trigger {
    bottom: calc(24px + var(--page-info-footer-lift, 0px));
  }
}

/* Current editorial briefing detail · 2026-09-03 */
.briefing-article-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 54px;
  align-items: start;
}

.briefing-article {
  padding: 0 48px 54px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.briefing-cover {
  position: relative;
  margin: 0 -48px 0;
  background: #171717;
}

.briefing-cover img {
  height: 470px;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(.72) contrast(1.05);
}

.briefing-cover::after {
  content: "";
  position: absolute;
  inset: 0 0 32px;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.72));
  pointer-events: none;
}

.briefing-cover-label {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 55px;
  padding: 7px 10px;
  color: #171717;
  background: #f4f0e7;
  border-radius: 2px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .02em;
}

.briefing-cover figcaption {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 9px 16px 10px;
  color: #9d978d;
  background: #171717;
  font-size: .72rem;
}

.briefing-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 30px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.briefing-meta span {
  padding: 0 16px;
  border-left: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .81rem;
}

.briefing-meta span:first-child {
  padding-left: 0;
  border-left: 0;
}

.briefing-meta b {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: .72rem;
  letter-spacing: .04em;
}

.briefing-article > .notice:first-of-type {
  padding: 22px 23px;
  border-left-width: 4px;
}

.briefing-article .article-lead {
  margin: 31px 0 0;
  color: #35312c;
  font-size: 1.12rem;
  line-height: 1.85;
}

.briefing-article h2 {
  margin: 58px 0 17px;
  padding-top: 48px;
  border-top: 1px solid #aaa49a;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.briefing-article h2::before {
  content: "Briefing";
  display: block;
  margin-bottom: 9px;
  color: #826c4b;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.briefing-article p,
.briefing-article li {
  color: #4f4a43;
}

.briefing-article .fact-table {
  margin: 24px 0 27px;
  border-top: 1px solid #aaa49a;
}

.briefing-article .fact-table th,
.briefing-article .fact-table td {
  padding-block: 15px;
}

.briefing-article .step-list,
.briefing-article .source-list {
  margin: 22px 0 26px;
  padding-left: 1.25rem;
}

.briefing-article .step-list li,
.briefing-article .source-list li {
  margin-block: 12px;
  padding-left: 4px;
}

.article-search-link {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 25px 0 8px;
  padding: 21px 20px;
  color: var(--ink) !important;
  background: #f0ede6;
  border: 1px solid #c9c3b8;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.article-search-link:hover,
.article-search-link:focus-visible {
  background: #e7e2d8;
  border-color: #8e877b;
  transform: translateY(-2px);
}

.article-search-link > span:first-child {
  color: #745f41;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.article-search-link strong,
.article-search-link small {
  display: block;
}

.article-search-link strong {
  font-size: 1.04rem;
}

.article-search-link small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: .8rem;
}

.article-search-link > b {
  font-size: 1.25rem;
  font-weight: 400;
}

.briefing-article .contact-grid {
  gap: 9px;
}

.briefing-article .contact-item {
  padding: 21px;
  background: #f1eee7;
  border-color: #cec8bd;
}

.briefing-toc {
  top: 108px;
  padding: 25px 23px;
  color: #d4cfc6;
  background: #171717;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
}

.briefing-toc strong {
  margin-bottom: 16px;
  color: #f5f1e8;
  font-size: 1rem;
}

.briefing-toc a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 10px 0;
  color: #bdb7ad;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: .86rem;
}

.briefing-toc a:last-child {
  border-bottom: 0;
}

.briefing-toc a:hover,
.briefing-toc a:focus-visible {
  color: #fff;
}

  .briefing-toc a span {
  color: #947b56;
  font-size: .68rem;
  font-weight: 850;
}

@media (max-width: 900px) {
  .briefing-article-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .briefing-toc {
    order: -1;
    position: static;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 18px;
  }

  .briefing-toc strong {
    grid-column: 1 / -1;
  }
}

/* Clear current-location states in the global navigation · 2026-09-03 */
.site-nav > a[aria-current="page"],
.nav-parent[aria-current="page"] {
  color: #d9b77f;
  box-shadow: inset 0 -2px #d9b77f;
}

.subnav a[aria-current="page"] {
  color: #171717;
  background: #ded6c8;
  box-shadow: inset 3px 0 #8d6d3f;
  font-weight: 850;
}

.subnav a[aria-current="page"]:hover,
.subnav a[aria-current="page"]:focus-visible {
  color: #111;
  background: #d5cab8;
}

@media (max-width: 720px) {
  .site-nav > a[aria-current="page"],
  .nav-parent[aria-current="page"] {
    color: #e1bd82;
    background: rgba(225, 189, 130, .08);
  }

  .subnav a[aria-current="page"] {
    color: #171717;
    background: #e9dfcf;
    box-shadow: inset 3px 0 #b28a50;
  }
}

/* Responsive AdSense placements · 2026-09-03 */
.ad-label {
  display: block;
  margin-bottom: 7px;
  color: #8d877d;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-align: center;
}

.ad-horizontal-wrap {
  width: min(calc(100% - 40px), 970px);
  min-height: 130px;
  margin: 34px auto 44px;
  padding: 11px 10px 10px;
  overflow: hidden;
  background: rgba(251, 250, 246, .52);
  border: 1px solid rgba(171, 164, 153, .48);
}

.ad-horizontal-wrap .adsbygoogle {
  width: 100%;
  min-height: 90px;
}

.briefing-article h2 + .ad-horizontal-wrap {
  width: 100%;
  margin: 0 0 28px;
}

.ad-side-rail {
  display: none;
}

@media (min-width: 1280px) and (min-height: 650px) {
  body[data-display-ads="true"] {
    --side-ad-width: clamp(180px, 14vw, 220px);
  }

  body[data-display-ads="true"] .wrap {
    width: min(calc(100% - (var(--side-ad-width) * 2) - 64px), var(--max));
  }

  .ad-side-rail {
    position: fixed;
    z-index: 12;
    top: 96px;
    display: block;
    width: var(--side-ad-width);
    height: min(600px, calc(100vh - 220px));
    min-height: 360px;
    padding: 9px 7px;
    overflow: hidden;
    background: rgba(251, 250, 246, .68);
    border: 1px solid rgba(171, 164, 153, .45);
    opacity: 1;
    visibility: visible;
    transition: opacity .24s ease, visibility .24s ease;
  }

  .ad-side-rail-left {
    left: 18px;
  }

  .ad-side-rail-right {
    right: 18px;
  }

  .ad-side-rail .adsbygoogle {
    width: 100%;
    height: calc(100% - 24px);
    min-height: 330px;
  }

  /* Home side ads wait until the introduction has passed. */
  body[data-page="home"]:not([data-home-side-ads-visible]) .ad-side-rail {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body[data-page="home"]:not([data-home-side-ads-visible]) .hero-photo .wrap,
  body[data-page="home"] .site-header .wrap {
    width: min(calc(100% - 56px), var(--max));
  }
}

@media (max-width: 720px) {
  .ad-horizontal-wrap {
    width: calc(100% - 32px);
    min-height: 118px;
    margin: 24px auto 32px;
    padding: 9px 6px 8px;
    border-radius: 12px;
  }

  .ad-horizontal-wrap .adsbygoogle {
    min-height: 88px;
  }

  .briefing-article h2 + .ad-horizontal-wrap {
    margin-bottom: 23px;
    border-radius: 10px;
  }
}

@media (max-width: 720px) {
  .briefing-article-layout {
    gap: 14px;
    padding-block: 34px 42px;
  }

  .briefing-article {
    padding: 0 18px 34px;
    border-radius: 16px;
  }

  .briefing-cover {
    margin-inline: -18px;
  }

  .briefing-cover img {
    height: 245px;
  }

  .briefing-cover-label {
    left: 16px;
    bottom: 49px;
    border-radius: 7px;
  }

  .briefing-cover figcaption {
    padding-inline: 14px;
    font-size: .68rem;
  }

  .briefing-meta {
    margin-bottom: 22px;
    padding-block: 17px;
  }

  .briefing-meta span {
    padding-inline: 9px;
    font-size: .72rem;
    line-height: 1.45;
  }

  .briefing-meta span:first-child {
    padding-left: 0;
  }

  .briefing-article > .notice:first-of-type {
    padding: 17px 16px;
  }

  .briefing-article .article-lead {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.78;
  }

  .briefing-article h2 {
    margin-top: 40px;
    padding-top: 34px;
    font-size: 1.65rem;
  }

  .briefing-article .fact-table th,
  .briefing-article .fact-table td {
    padding-block: 12px;
  }

  .article-search-link {
    grid-template-columns: 1fr auto;
    gap: 5px 12px;
    margin-top: 21px;
    padding: 17px 16px;
    border-radius: 12px;
  }

  .article-search-link > span:first-child {
    grid-column: 1 / -1;
  }

  .article-search-link strong {
    font-size: .97rem;
  }

  .article-search-link small {
    font-size: .75rem;
    line-height: 1.5;
  }

  .briefing-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    padding: 20px 18px;
    border-radius: 16px;
  }

  .briefing-toc a {
    grid-template-columns: 22px 1fr;
    gap: 6px;
    padding-block: 9px;
    font-size: .79rem;
  }
}

@media (max-width: 720px) {
  body {
    background: #f3f0e9;
    font-size: 15.5px;
    line-height: 1.67;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .wrap,
  .narrow {
    width: min(calc(100% - 32px), var(--max));
  }

  .site-header .wrap {
    width: calc(100% - 24px);
  }

  .header-row {
    min-height: 64px;
    gap: 14px;
  }

  .brand {
    gap: 9px;
    font-size: 1rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .brand-mark svg {
    width: 21px;
    height: 21px;
  }

  .nav-toggle {
    width: 42px;
    height: 40px;
    border-radius: 9px;
  }

  .site-nav {
    inset: 64px 0 auto;
    max-height: calc(100svh - 64px);
    padding: 8px 12px 14px;
    overflow-y: auto;
    background: rgba(12, 12, 12, .985);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .28);
  }

  .site-nav > a,
  .nav-parent {
    min-height: 50px;
    font-size: .94rem;
  }

  .subnav {
    margin: 4px 0 8px;
    padding: 6px;
    border-radius: 10px;
  }

  .subnav a {
    padding: 11px 10px;
    font-size: .88rem;
  }

  .hero-photo {
    min-height: 610px;
    background-position: 64% center;
    background-image: linear-gradient(180deg, rgba(5,5,5,.80) 0%, rgba(5,5,5,.70) 52%, rgba(5,5,5,.92) 100%), url("/assets/images/strike-portal-hero.webp");
  }

  .hero-photo::after {
    height: 150px;
  }

  .hero-content {
    padding-block: 58px 30px;
  }

  .hero-photo .hero-content h1 {
    max-width: 340px;
    font-size: clamp(2rem, 9.6vw, 2.55rem);
    line-height: 1.12;
  }

  .hero-lead {
    margin-top: 17px;
    color: #eee9df;
    font-size: .98rem;
    line-height: 1.68;
  }

  .hero-actions {
    gap: 9px;
    margin-top: 27px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.24);
    font-size: .68rem;
    line-height: 1.45;
  }

  .hero-proof span,
  .hero-proof span:first-child {
    padding: 0 10px;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.18);
  }

  .hero-proof span:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .hero-proof span:last-child {
    padding-right: 0;
  }

  .hero-proof strong {
    margin-bottom: 3px;
    font-size: .77rem;
  }

  .section {
    padding-block: 50px;
  }

  .section-tight {
    padding-block: 34px;
  }

  .section-heading-row {
    gap: 14px;
    margin-bottom: 26px;
    padding-bottom: 18px;
  }

  .section-title {
    font-size: clamp(1.78rem, 8.7vw, 2.3rem);
    line-height: 1.15;
  }

  .section-intro {
    margin: 10px 0 24px;
    font-size: .96rem;
    line-height: 1.68;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: .66rem;
    letter-spacing: .14em;
  }

  .category-grid {
    gap: 12px;
  }

  .category-card,
  .category-card-featured {
    min-height: 320px;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(24, 21, 16, .11);
  }

  .category-card h3,
  .category-card-featured h3 {
    margin: 10px 0 6px;
    font-size: 2.05rem;
  }

  .category-card p,
  .category-card-featured p {
    margin-bottom: 9px;
    font-size: .91rem;
    line-height: 1.58;
  }

  .category-state {
    border-radius: 7px;
  }

  .feature-story {
    min-height: 0;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(24, 21, 16, .08);
  }

  .feature-story-image {
    min-height: 225px;
    max-height: 250px;
  }

  .feature-story-copy {
    padding: 25px 20px 28px;
  }

  .feature-story-copy h2 {
    margin: 15px 0 13px;
    font-size: clamp(1.62rem, 7.7vw, 2rem);
    line-height: 1.2;
  }

  .feature-story-copy .text-link {
    margin-top: 18px;
  }

  .quick-tools {
    gap: 24px;
  }

  .tool-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px 2px;
  }

  .tool-row strong {
    font-size: 1rem;
  }

  .tool-row small {
    font-size: .78rem;
  }

  .category-hero,
  .category-hero-metro,
  .category-hero-rail,
  .category-hero-aviation {
    min-height: 430px;
    background-position: 60% center;
  }

  .category-hero-content {
    padding-block: 48px;
  }

  .category-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
    line-height: 1.04;
  }

  .category-hero-content > p:last-child {
    margin-top: 15px;
    font-size: .96rem;
    line-height: 1.65;
  }

  .briefing-row,
  .search-panel,
  .compact-result-section,
  .result-card,
  .contact-item,
  .card,
  .alternative-summary {
    border-radius: 14px;
  }

  .briefing-row {
    gap: 14px;
    padding: 21px 19px;
  }

  .briefing-row h3 {
    margin-top: 13px;
    font-size: 1.38rem;
    line-height: 1.3;
  }

  .search-shortcuts {
    gap: 10px;
  }

  .search-shortcut {
    padding: 18px 16px;
    border-radius: 14px;
    background: #f7f4ed;
  }

  .search-panel {
    padding: 21px 17px;
    box-shadow: 0 12px 32px rgba(24, 21, 16, .08);
  }

  .search-panel-heading {
    gap: 7px;
    margin-bottom: 18px;
    padding-bottom: 15px;
  }

  .field input,
  .field select,
  .search-bar input {
    min-height: 52px;
    border-radius: 10px;
    font-size: 16px;
  }

  .form-grid,
  .form-grid-three {
    gap: 13px;
  }

  .results {
    margin-top: 27px;
  }

  .result-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 17px 2px;
  }

  .result-route strong {
    font-size: 1.08rem;
  }

  .result-route-info p {
    font-size: .9rem;
  }

  .result-links {
    grid-column: 2;
    gap: 15px;
  }

  .compact-result-section,
  .card,
  .result-card,
  .contact-item {
    padding: 19px 17px;
  }

  .notice {
    padding: 15px 16px;
    border-radius: 12px;
    font-size: .92rem;
  }

  .detail-grid {
    gap: 9px;
  }

  .metric {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .article.section,
  .article .section {
    padding-block: 40px;
  }

  .article h2 {
    margin: 40px 0 12px;
    font-size: 1.55rem;
  }

  .article h3 {
    margin-top: 25px;
  }

  .fact-table {
    font-size: .86rem;
  }

  .fact-table th {
    width: 34%;
  }

  .fact-table th,
  .fact-table td {
    padding: 11px 9px;
  }

  .sector-grid {
    gap: 10px;
    border-top: 0;
  }

  .sector-grid article,
  .sector-grid article + article {
    padding: 20px 18px 22px;
    background: var(--white);
    border: 1px solid var(--line) !important;
    border-radius: 14px;
  }

  .sector-grid h2 {
    margin-top: 26px;
  }

  .check-sequence li {
    gap: 4px;
    padding: 18px 2px;
  }

  .button {
    min-height: 54px;
    padding: 14px 52px 14px 18px;
    border-radius: 12px;
    font-size: .96rem;
  }

  .phone-card,
  .phone-card-wide {
    padding: 22px 19px;
    border-radius: 16px;
  }

  .phone-call {
    min-height: 50px;
    border-radius: 10px;
  }

  .site-footer {
    padding: 44px 0 24px;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-links a {
    margin: 8px 0;
  }

  .footer-bottom {
    margin-top: 30px;
    padding-top: 18px;
    line-height: 1.75;
  }

  .page-info-drawer {
    border-radius: 22px 22px 0 0;
  }

  .page-info-content {
    padding: 32px 20px calc(32px + env(safe-area-inset-bottom));
  }

  .page-info-content h1 {
    font-size: clamp(2rem, 9.8vw, 2.75rem);
    line-height: 1.08;
  }

  body[data-has-page-info="true"] > .page-info-trigger {
    width: calc(100% - 32px);
    margin: 14px 16px 18px;
    border-radius: 12px;
    box-shadow: none;
  }
}

/* Mobile breathing room and polished footer · 2026-09-03 */
@media (max-width: 720px) {
  .wrap,
  .narrow {
    width: min(calc(100% - 40px), var(--max));
  }

  .site-header .wrap {
    width: calc(100% - 28px);
  }

  .ad-horizontal-wrap {
    width: calc(100% - 40px);
  }

  body[data-has-page-info="true"] > .page-info-trigger {
    width: calc(100% - 40px);
    margin: 16px 20px 20px;
  }

  .site-footer {
    position: relative;
    padding: 0 0 calc(24px + env(safe-area-inset-bottom));
    overflow: hidden;
    color: #d8d2c8;
    background:
      radial-gradient(circle at 92% 4%, rgba(199, 163, 105, .14), transparent 34%),
      linear-gradient(180deg, #11110f 0%, #090908 100%);
    border-top: 0;
  }

  .site-footer::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #caa66b 0 24%, #6e8d7c 24% 48%, #d4cdc0 48% 72%, transparent 72%);
  }

  .site-footer .wrap {
    width: calc(100% - 40px);
    padding-top: 36px;
  }

  .footer-grid {
    gap: 12px;
  }

  .footer-grid > div {
    min-width: 0;
    padding: 20px 18px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .035);
  }

  .footer-grid > div:first-child {
    background: linear-gradient(145deg, rgba(202, 166, 107, .13), rgba(255, 255, 255, .035));
    border-color: rgba(202, 166, 107, .22);
  }

  .footer-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 11px;
    color: #fffdf8;
    font-size: .98rem;
    line-height: 1.35;
  }

  .footer-title::before {
    content: "";
    width: 4px;
    height: 16px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #caa66b;
  }

  .site-footer p {
    margin: 0;
    color: #bdb6ab;
    font-size: .86rem;
    line-height: 1.7;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .footer-links .footer-title {
    grid-column: 1 / -1;
  }

  .footer-links a {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 9px 10px;
    color: #e7e1d7;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: .8rem;
    line-height: 1.35;
  }

  .footer-links a:active {
    color: #17130e;
    background: #d7b984;
  }

  .site-footer .phone-call {
    width: 100%;
    min-height: 50px;
    display: flex;
    margin: 13px 0 0;
    color: #17130e;
    background: linear-gradient(135deg, #e1c58f, #c9a364);
    border: 0;
    border-radius: 11px;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .22);
    font-size: .9rem;
  }

  .footer-bottom {
    margin-top: 16px;
    padding: 18px 4px 0;
    color: #918b82;
    border-top-color: rgba(255, 255, 255, .10);
    text-align: center;
    font-size: .73rem;
    line-height: 1.8;
  }

  .footer-bottom > a:not(.phone-call) {
    display: inline-block;
    min-height: 34px;
    padding: 6px 3px;
    color: #d8d1c6;
    text-underline-offset: 3px;
  }

  .site-footer > .wrap > .footer-links {
    padding: 16px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
  }
}
