/*
Theme Name: Sora Editorial
Theme URI: https://soradou.com/
Author: Sora, Dou?
Description: A light, image-first Japanese editorial theme for travel clothing decisions, human sky observations, and safe broad-area sharing.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sora-editorial
*/

:root {
  --sora-ink: #111820;
  --sora-ink-soft: #56626e;
  --sora-blue: #1769d2;
  --sora-blue-dark: #0f55ad;
  --sora-blue-pale: #eaf3fc;
  --sora-coral: #ee5b43;
  --sora-fog: #f3f7fa;
  --sora-paper: #fff;
  --sora-line: #d8e0e7;
  --sora-line-strong: #bec9d3;
  --sora-safe: #f3f8f0;
  --sora-safe-line: #c9ddbd;
  --sora-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --sora-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  --sora-shadow: 0 20px 60px rgba(30, 54, 78, 0.13);
}

* { box-sizing: border-box; }
html { overflow-x: clip; color: var(--sora-ink); background: var(--sora-fog); scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--sora-ink); background: var(--sora-fog); font-family: var(--sora-sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--sora-paper); background: var(--sora-blue); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; white-space: nowrap; }
.screen-reader-text:focus { position: fixed !important; top: 12px; left: 12px; z-index: 9999; width: auto; height: auto; margin: 0; padding: 12px 16px; clip: auto; color: var(--sora-paper); background: var(--sora-ink); font-size: 14px; font-weight: 700; }

.site-frame {
  width: min(1480px, calc(100% - 32px));
  min-height: calc(100vh - 32px);
  margin: 16px auto;
  overflow: hidden;
  border: 1px solid var(--sora-line);
  border-radius: 18px;
  background: var(--sora-paper);
  box-shadow: 0 8px 30px rgba(30, 54, 78, 0.08);
}

.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 84px;
  padding: 16px 28px 16px 34px;
  border-bottom: 1px solid var(--sora-line);
  background: var(--sora-paper);
}
.brand-lockup { display: flex; min-width: 0; align-items: baseline; gap: 22px; }
.brand-name { font-family: var(--sora-serif); font-size: clamp(29px, 2.4vw, 38px); font-weight: 600; letter-spacing: -0.09em; line-height: 1; text-decoration: none; white-space: nowrap; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-width: 220px; max-height: 52px; object-fit: contain; }
.brand-lockup p { margin: 0; color: var(--sora-ink-soft); font-size: 13px; letter-spacing: 0.04em; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.beta-label { display: inline-flex; align-items: center; gap: 8px; color: var(--sora-ink-soft); font-size: 12px; white-space: nowrap; }
.beta-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--sora-coral); box-shadow: 0 0 0 4px rgba(238, 91, 67, 0.1); }
.map-button, .story-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 15px;
  border: 1px solid var(--sora-line-strong);
  border-radius: 9px;
  color: var(--sora-ink);
  background: var(--sora-paper);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}
.map-button:hover, .map-button:focus-visible, .story-button:hover, .story-button:focus-visible { border-color: var(--sora-blue); color: var(--sora-blue); outline: 0; transform: translateY(-1px); }

.primary-navigation { min-height: 46px; padding: 0 34px; overflow-x: auto; border-bottom: 1px solid var(--sora-line); background: var(--sora-paper); scrollbar-width: thin; }
.primary-navigation ul { display: flex; min-width: max-content; min-height: 46px; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: inline-flex; min-height: 44px; align-items: center; color: var(--sora-ink-soft); font-size: 12px; font-weight: 700; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { color: var(--sora-blue); outline: 0; }

.site-content { min-width: 0; }
.editorial-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1.18fr);
  grid-template-rows: auto 1fr auto;
  min-height: 430px;
  padding: 58px 58px 42px;
  overflow: hidden;
  border-bottom: 1px solid var(--sora-line);
  background:
    radial-gradient(circle at 84% 18%, rgba(23, 105, 210, 0.13) 0 4px, transparent 5px),
    radial-gradient(circle at 74% 32%, rgba(23, 105, 210, 0.18) 0 3px, transparent 4px),
    radial-gradient(circle at 89% 54%, rgba(238, 91, 67, 0.18) 0 4px, transparent 5px),
    linear-gradient(135deg, #f8fbfd 0%, #edf5fb 100%);
}
.editorial-intro::before, .editorial-intro::after { position: absolute; border: 1px solid rgba(23, 105, 210, 0.14); border-radius: 50%; content: ""; pointer-events: none; }
.editorial-intro::before { top: -300px; right: -180px; width: 760px; height: 620px; transform: rotate(-12deg); }
.editorial-intro::after { right: 9%; bottom: -280px; width: 620px; height: 430px; }
.eyebrow { margin: 0; color: var(--sora-blue); font-size: 10px; font-weight: 900; letter-spacing: 0.16em; line-height: 1.4; }
.editorial-intro > .eyebrow { grid-column: 1; position: relative; z-index: 1; }
.editorial-intro h1 {
  grid-column: 1;
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-family: var(--sora-serif);
  font-size: clamp(58px, 7vw, 100px);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.98;
}
.editorial-intro h1 em { color: var(--sora-blue); font-style: normal; }
.intro-copy { grid-column: 2; grid-row: 2; position: relative; z-index: 1; max-width: 510px; align-self: center; justify-self: end; margin: 0; padding-left: 12%; color: #344452; font-family: var(--sora-serif); font-size: clamp(19px, 1.8vw, 27px); font-weight: 600; letter-spacing: 0.01em; line-height: 1.75; }
.reading-key { grid-column: 1 / -1; position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 44px 0 0; padding: 0; border-top: 1px solid rgba(86, 98, 110, 0.26); list-style: none; }
.reading-key li { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 2px 14px; padding: 18px 20px 0 0; }
.reading-key li + li { padding-left: 24px; border-left: 1px solid rgba(86, 98, 110, 0.18); }
.reading-key span { grid-row: 1 / 3; align-self: start; color: var(--sora-coral); font-family: var(--sora-serif); font-size: 25px; }
.reading-key strong { font-family: var(--sora-serif); font-size: 19px; }
.reading-key small { color: var(--sora-ink-soft); font-size: 10px; }

.lead-story { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.6fr); min-height: 620px; border-bottom: 1px solid var(--sora-line); background: var(--sora-paper); }
.lead-visual { display: flex; min-width: 0; min-height: 620px; align-items: center; justify-content: center; overflow: hidden; background: #edf5fb; text-decoration: none; }
.lead-visual > img { width: 100%; height: 100%; object-fit: contain; transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1); }
.lead-visual:hover > img { transform: scale(1.018); }
.lead-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 56px 48px; border-left: 1px solid var(--sora-line); }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; color: var(--sora-ink-soft); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.story-category { display: inline-flex; min-height: 28px; align-items: center; padding: 0 9px; border-radius: 999px; color: var(--sora-blue); background: var(--sora-blue-pale); font-size: 9px; font-weight: 900; letter-spacing: 0.04em; text-decoration: none; }
.story-category:hover, .story-category:focus-visible { color: var(--sora-paper); background: var(--sora-blue); outline: 0; }
.lead-copy h2 { margin: 24px 0 0; font-family: var(--sora-serif); font-size: clamp(35px, 3.2vw, 54px); font-weight: 600; letter-spacing: -0.065em; line-height: 1.32; }
.lead-copy h2 a { text-decoration: none; }
.lead-copy h2 a:hover, .lead-copy h2 a:focus-visible { color: var(--sora-blue); outline: 0; }
.lead-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--sora-ink-soft); font-size: 14px; line-height: 1.9; }
.lead-copy .story-button { align-self: flex-start; margin-top: 34px; padding-inline: 18px; border-color: var(--sora-ink); color: var(--sora-paper); background: var(--sora-ink); }
.lead-copy .story-button:hover, .lead-copy .story-button:focus-visible { border-color: var(--sora-blue); background: var(--sora-blue); }
.empty-lead .lead-copy h2 { font-size: clamp(32px, 3vw, 48px); }

.map-placeholder { position: relative; display: block; width: 100%; height: 100%; min-height: 220px; overflow: hidden; background: linear-gradient(145deg, #edf5fb, #dcecf7); }
.map-placeholder::before, .map-placeholder::after { position: absolute; border: 1px solid rgba(23, 105, 210, 0.2); border-radius: 50%; content: ""; }
.map-placeholder::before { top: 8%; left: 8%; width: 82%; height: 72%; transform: rotate(-8deg); }
.map-placeholder::after { right: -12%; bottom: -42%; width: 70%; height: 70%; }
.map-placeholder i { position: absolute; z-index: 1; width: 12px; height: 12px; border: 3px solid var(--sora-paper); border-radius: 50%; background: var(--sora-blue); box-shadow: 0 0 0 1px var(--sora-blue); }
.map-placeholder i:nth-child(1) { top: 33%; left: 25%; }
.map-placeholder i:nth-child(2) { top: 41%; left: 48%; }
.map-placeholder i:nth-child(3) { top: 47%; left: 77%; background: var(--sora-coral); box-shadow: 0 0 0 1px var(--sora-coral); }
.map-placeholder i:nth-child(4) { top: 67%; left: 62%; }
.map-placeholder-large { min-height: 620px; }

.story-section { padding: 68px 48px 76px; border-bottom: 1px solid var(--sora-line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.section-heading h2 { margin: 8px 0 0; font-family: var(--sora-serif); font-size: clamp(30px, 3vw, 44px); font-weight: 600; letter-spacing: -0.06em; }
.section-heading > a { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--sora-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.section-heading > a:hover, .section-heading > a:focus-visible { color: var(--sora-blue-dark); outline: 0; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 26px; row-gap: 42px; }
.story-card { min-width: 0; border-top: 1px solid var(--sora-ink); }
.story-card-image { display: block; height: 250px; overflow: hidden; background: #e8f0f6; text-decoration: none; }
.story-card-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1); }
.story-card-image:hover > img { transform: scale(1.025); }
.story-card-copy { padding-top: 18px; }
.story-card h2 { margin: 14px 0 0; font-family: var(--sora-serif); font-size: clamp(21px, 2vw, 28px); font-weight: 600; letter-spacing: -0.045em; line-height: 1.45; }
.story-card h2 a { text-decoration: none; }
.story-card h2 a:hover, .story-card h2 a:focus-visible { color: var(--sora-blue); outline: 0; }
.story-card-copy > p { margin: 13px 0 0; color: var(--sora-ink-soft); font-size: 12px; line-height: 1.75; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; margin-top: 9px; color: var(--sora-blue); font-size: 11px; font-weight: 800; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { color: var(--sora-blue-dark); outline: 0; }

.service-bridge { display: grid; grid-template-columns: 0.8fr 1.15fr auto; align-items: center; gap: 42px; padding: 52px 56px; color: var(--sora-paper); background: var(--sora-ink); }
.service-bridge .eyebrow { color: #9ccaff; }
.service-bridge h2 { margin: 10px 0 0; font-family: var(--sora-serif); font-size: clamp(30px, 3vw, 46px); font-weight: 500; letter-spacing: -0.055em; line-height: 1.35; }
.service-bridge > p { margin: 0; color: #c7d0d8; font-size: 13px; line-height: 1.9; }
.map-button-inverse { border-color: rgba(255, 255, 255, 0.48); color: var(--sora-paper); background: transparent; white-space: nowrap; }
.map-button-inverse:hover, .map-button-inverse:focus-visible { border-color: var(--sora-paper); color: var(--sora-ink); background: var(--sora-paper); }

.site-footer { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 34px; align-items: start; padding: 38px 42px 28px; border-top: 1px solid var(--sora-line); background: var(--sora-paper); }
.footer-brand strong { font-family: var(--sora-serif); font-size: 24px; letter-spacing: -0.06em; }
.footer-brand p, .footer-safety p { margin: 9px 0 0; color: var(--sora-ink-soft); font-size: 11px; line-height: 1.7; }
.footer-safety { padding-left: 22px; border-left: 1px solid var(--sora-line); }
.footer-safety > span { color: #52674b; font-size: 9px; font-weight: 900; letter-spacing: 0.13em; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; color: var(--sora-ink-soft); font-size: 11px; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--sora-blue); outline: 0; }
.footer-note { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 18px; border-top: 1px solid var(--sora-line); color: var(--sora-ink-soft); font-size: 10px; }

.archive-layout { padding: 64px 48px 80px; }
.archive-header { display: grid; grid-template-columns: minmax(260px, 0.75fr) minmax(300px, 1.25fr); gap: 30px; align-items: end; margin-bottom: 52px; padding-bottom: 34px; border-bottom: 1px solid var(--sora-line-strong); }
.archive-header .eyebrow { grid-column: 1 / -1; }
.archive-header h1 { margin: 12px 0 0; font-family: var(--sora-serif); font-size: clamp(45px, 6vw, 82px); font-weight: 500; letter-spacing: -0.08em; line-height: 1.1; }
.archive-header > p:not(.eyebrow), .archive-description { max-width: 620px; justify-self: end; margin: 0; color: var(--sora-ink-soft); font-family: var(--sora-serif); font-size: 18px; line-height: 1.8; }
.archive-grid { row-gap: 52px; }
.empty-message { min-height: 260px; margin: 0; padding: 80px 20px; border: 1px dashed var(--sora-line-strong); color: var(--sora-ink-soft); background: var(--sora-fog); text-align: center; }
.navigation.pagination { margin-top: 58px; }
.nav-links { display: flex; justify-content: center; gap: 7px; }
.page-numbers { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; border: 1px solid var(--sora-line); color: var(--sora-ink-soft); text-decoration: none; }
.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus-visible { border-color: var(--sora-ink); color: var(--sora-paper); background: var(--sora-ink); outline: 0; }

.article-shell { padding-bottom: 82px; }
.article-header { max-width: 1040px; margin: 0 auto; padding: 58px 48px 44px; text-align: center; }
.back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 26px; color: var(--sora-ink-soft); font-size: 11px; font-weight: 700; text-decoration: none; }
.back-link:hover, .back-link:focus-visible { color: var(--sora-blue); outline: 0; }
.article-header .story-meta { justify-content: center; }
.article-header h1 { max-width: 920px; margin: 24px auto 0; font-family: var(--sora-serif); font-size: clamp(42px, 6vw, 78px); font-weight: 500; letter-spacing: -0.075em; line-height: 1.22; }
.article-deck { max-width: 720px; margin: 26px auto 0; color: var(--sora-ink-soft); font-family: var(--sora-serif); font-size: clamp(17px, 1.8vw, 23px); line-height: 1.8; }
.article-hero { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.article-hero img { width: 100%; max-height: 760px; object-fit: cover; }
.article-hero figcaption { margin-top: 10px; color: var(--sora-ink-soft); font-size: 10px; line-height: 1.6; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 220px; justify-content: center; gap: 74px; padding: 68px 44px 0; }
.entry-content { min-width: 0; color: #25323d; font-family: var(--sora-serif); font-size: 18px; line-height: 2; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content p { margin: 0 0 1.55em; }
.entry-content h2 { margin: 2.35em 0 0.8em; padding-top: 0.8em; border-top: 1px solid var(--sora-line); color: var(--sora-ink); font-family: var(--sora-serif); font-size: clamp(27px, 3vw, 38px); font-weight: 600; letter-spacing: -0.045em; line-height: 1.45; }
.entry-content h3 { margin: 2em 0 0.7em; color: var(--sora-ink); font-size: 24px; line-height: 1.5; }
.entry-content a { color: var(--sora-blue); }
.entry-content a:hover, .entry-content a:focus-visible { color: var(--sora-blue-dark); outline: 0; }
.entry-content ul, .entry-content ol { margin: 1.4em 0; padding-left: 1.6em; }
.entry-content li + li { margin-top: 0.55em; }
.entry-content blockquote { margin: 2em 0; padding: 6px 0 6px 24px; border-left: 3px solid var(--sora-blue); color: var(--sora-ink); font-size: 1.08em; }
.entry-content figure { margin: 2.2em 0; }
.entry-content figcaption { margin-top: 8px; color: var(--sora-ink-soft); font-family: var(--sora-sans); font-size: 10px; line-height: 1.6; }
.entry-content .sora-dou-cta, .entry-content .wp-block-button { margin: 2.4em 0; }
.entry-content .sora-dou-cta a, .entry-content .wp-block-button__link { display: flex; min-height: 54px; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 8px; color: var(--sora-paper); background: var(--sora-blue); font-family: var(--sora-sans); font-size: 14px; font-weight: 800; text-decoration: none; }
.entry-content .sora-dou-cta a:hover, .entry-content .sora-dou-cta a:focus-visible, .entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:focus-visible { background: var(--sora-blue-dark); outline: 3px solid rgba(23, 105, 210, 0.18); outline-offset: 2px; }
.article-aside { align-self: start; position: sticky; top: 24px; padding: 22px 0; border-top: 1px solid var(--sora-ink); border-bottom: 1px solid var(--sora-line); }
.article-aside h2 { margin: 10px 0 18px; font-family: var(--sora-serif); font-size: 22px; letter-spacing: -0.04em; }
.article-aside ol { margin: 0; padding: 0; list-style: none; }
.article-aside li { display: flex; flex-direction: column; gap: 2px; padding: 12px 0; border-top: 1px solid var(--sora-line); }
.article-aside li strong { font-family: var(--sora-serif); font-size: 14px; }
.article-aside li span, .aside-note { color: var(--sora-ink-soft); font-size: 10px; line-height: 1.6; }
.aside-note { margin: 18px 0 0; padding: 13px; border: 1px solid var(--sora-safe-line); background: var(--sora-safe); }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; width: min(980px, calc(100% - 64px)); margin: 72px auto 0; border-top: 1px solid var(--sora-line-strong); border-bottom: 1px solid var(--sora-line); }
.post-navigation > div:last-child { border-left: 1px solid var(--sora-line); text-align: right; }
.post-navigation a { display: flex; min-height: 110px; flex-direction: column; justify-content: center; gap: 6px; padding: 18px 24px; text-decoration: none; }
.post-navigation small { color: var(--sora-ink-soft); font-size: 9px; font-weight: 800; letter-spacing: 0.06em; }
.post-navigation span { font-family: var(--sora-serif); font-size: 15px; line-height: 1.55; }
.post-navigation a:hover, .post-navigation a:focus-visible { color: var(--sora-blue); background: var(--sora-fog); outline: 0; }
.page-header { padding-bottom: 24px; }
.page-content { max-width: 760px; margin: 0 auto; padding: 30px 36px 0; }

.not-found { min-height: 620px; padding: 90px 52px; background: radial-gradient(circle at 75% 30%, rgba(23, 105, 210, 0.16), transparent 28%), var(--sora-fog); }
.not-found h1 { max-width: 760px; margin: 20px 0 0; font-family: var(--sora-serif); font-size: clamp(54px, 8vw, 104px); font-weight: 500; letter-spacing: -0.09em; line-height: 1.03; }
.not-found > p:not(.eyebrow) { margin: 30px 0 0; color: var(--sora-ink-soft); }
.not-found .story-button { margin-top: 30px; border-color: var(--sora-ink); color: var(--sora-paper); background: var(--sora-ink); }

body.wp-admin .editor-styles-wrapper { color: var(--sora-ink); font-family: var(--sora-serif); }

@media (max-width: 1050px) {
  .editorial-intro { grid-template-columns: 1fr 1fr; padding: 48px 38px 36px; }
  .lead-story { grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr); min-height: 560px; }
  .lead-visual, .map-placeholder-large { min-height: 560px; }
  .lead-copy { padding: 42px 34px; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-bridge { grid-template-columns: 1fr 1.15fr; }
  .service-bridge .map-button { grid-column: 2; justify-self: start; }
  .article-layout { grid-template-columns: minmax(0, 700px) 190px; gap: 42px; }
}

@media (max-width: 760px) {
  .site-frame { width: 100%; min-height: 100vh; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
  .site-header { min-height: 70px; padding: 12px 16px; }
  .brand-lockup { display: block; }
  .brand-name { font-size: 27px; }
  .brand-lockup p { margin-top: 5px; font-size: 9px; }
  .header-actions { gap: 8px; }
  .beta-label { display: none; }
  .map-button { padding-inline: 12px; font-size: 11px; }
  .primary-navigation { padding-inline: 16px; }
  .editorial-intro { display: block; min-height: auto; padding: 38px 20px 28px; }
  .editorial-intro h1 { margin-top: 16px; font-size: clamp(53px, 17vw, 74px); }
  .intro-copy { max-width: 560px; margin: 34px 0 0; padding: 0; font-size: 17px; }
  .reading-key { margin-top: 34px; }
  .reading-key li { grid-template-columns: 1fr; gap: 4px; padding: 14px 8px 0 0; }
  .reading-key li + li { padding-left: 10px; }
  .reading-key span { grid-row: auto; font-size: 17px; }
  .reading-key strong { font-size: 13px; }
  .reading-key small { font-size: 8px; }
  .lead-story { display: block; min-height: 0; }
  .lead-visual, .map-placeholder-large { min-height: 220px; height: 220px; }
  .lead-copy { padding: 30px 20px 36px; border-top: 1px solid var(--sora-line); border-left: 0; }
  .lead-copy h2 { margin-top: 18px; font-size: 35px; }
  .lead-copy > p:not(.eyebrow) { margin-top: 18px; }
  .lead-copy .story-button { margin-top: 24px; }
  .story-section { padding: 44px 20px 54px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading h2 { font-size: 29px; }
  .section-heading > a { justify-content: flex-end; margin-top: 8px; }
  .story-grid { grid-template-columns: 1fr; row-gap: 36px; }
  .story-card { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 16px; padding-top: 14px; }
  .story-card-image { height: 132px; }
  .story-card-image .map-placeholder { min-height: 132px; }
  .story-card-copy { padding-top: 0; }
  .story-card .story-meta { gap: 6px; }
  .story-card h2 { margin-top: 9px; font-size: 19px; }
  .story-card-copy > p { display: none; }
  .text-link { margin-top: 2px; }
  .service-bridge { grid-template-columns: 1fr; gap: 24px; padding: 38px 22px; }
  .service-bridge .map-button { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; padding: 32px 20px 24px; }
  .footer-safety { padding: 20px 0 0; border-top: 1px solid var(--sora-line); border-left: 0; }
  .footer-links { flex-direction: row; flex-wrap: wrap; gap: 4px 20px; }
  .archive-layout { padding: 44px 20px 58px; }
  .archive-header { display: block; margin-bottom: 34px; padding-bottom: 24px; }
  .archive-header h1 { font-size: 48px; }
  .archive-header > p:not(.eyebrow), .archive-description { margin-top: 20px; font-size: 15px; }
  .archive-grid .story-card { grid-template-columns: 116px minmax(0, 1fr); }
  .article-shell { padding-bottom: 54px; }
  .article-header { padding: 34px 20px 28px; }
  .back-link { margin-bottom: 18px; }
  .article-header h1 { margin-top: 18px; font-size: 40px; }
  .article-deck { margin-top: 20px; font-size: 16px; }
  .article-hero { width: 100%; }
  .article-hero img { max-height: 460px; }
  .article-hero figcaption { padding-inline: 16px; }
  .article-layout { display: flex; flex-direction: column; gap: 44px; padding: 42px 20px 0; }
  .entry-content { font-size: 17px; line-height: 1.95; }
  .entry-content h2 { font-size: 28px; }
  .article-aside { position: static; }
  .post-navigation { width: calc(100% - 40px); margin-top: 52px; }
  .post-navigation a { min-height: 96px; padding: 14px; }
  .post-navigation span { font-size: 12px; }
  .page-content { padding-inline: 20px; }
  .not-found { min-height: 560px; padding: 72px 22px; }
}

@media (max-width: 380px) {
  .brand-lockup p { display: none; }
  .brand-name { font-size: 25px; }
  .map-button { padding-inline: 10px; }
  .editorial-intro { padding-inline: 16px; }
  .reading-key small { display: none; }
  .lead-copy, .story-section { padding-inline: 16px; }
  .story-card { grid-template-columns: 106px minmax(0, 1fr); gap: 12px; }
  .story-card-image { height: 116px; }
  .story-card-image .map-placeholder { min-height: 116px; }
  .story-card h2 { font-size: 17px; }
  .story-category { min-height: 24px; padding-inline: 7px; }
  .article-header, .article-layout { padding-inline: 16px; }
  .article-header h1 { font-size: 36px; }
}

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