:root {
  --ink: #17321d;
  --muted: #5c6f5a;
  --teal: #2e8b1d;
  --blue: #2e8b1d;
  --green: #2e8b1d;
  --green-dark: #1f6412;
  --lime: #d8e15a;
  --line: #e1e9d8;
  --mist: #f0f6ea;
  --cream: #faf8ee;
  --yellow: #f2c94c;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 18px 40px rgba(23, 50, 29, .1);
  --shadow-lift: 0 22px 46px rgba(23, 50, 29, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button, input, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.5; font-weight: 800; letter-spacing: .02em; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: pointer; }
svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1184px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; background: white; padding: 12px; }
.skip:focus { top: 12px; }

/* Header */
.site-header { background: rgba(250, 248, 238, .96); backdrop-filter: blur(6px); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex-shrink: 0; line-height: 1.4; }
.brand small { display: block; font-size: 12px; letter-spacing: .12em; color: var(--muted); font-weight: 600; }
.brand strong { display: block; font-size: 28px; letter-spacing: .06em; font-weight: 800; color: var(--ink); }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a { font-size: 14px; font-weight: 700; padding: 10px 16px; border-radius: 999px; position: relative; }
.nav a[aria-current=page] { color: var(--green-dark); background: var(--mist); }
.nav a:hover { color: var(--green-dark); background: var(--mist); }
.nav a:last-child { padding: 10px 20px; border: 2px solid var(--green); color: var(--green-dark); font-weight: 800; }
.nav a:last-child:hover { background: var(--green); color: white; }
.menu-toggle { display: none; background: var(--green); color: white; border: none; padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 700; }

/* Shared bits */
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: .16em; font-weight: 800; color: var(--green-dark); margin-bottom: 20px; text-transform: uppercase; }
.eyebrow:before { content: ''; width: 30px; height: 4px; border-radius: 4px; background: var(--lime); }

/* Hero (base layout lives here; visual treatment in hero.css) */
.hero { background: linear-gradient(160deg, #eef6e6 0%, #f7f8ee 60%, #eaf3e2 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center; padding-block: 64px 58px; min-height: 710px; }
.hero h1 { font-size: clamp(34px, 3.3vw, 50px); font-weight: 800; letter-spacing: .01em; line-height: 1.55; margin-bottom: 24px; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .accent { color: var(--green-dark); }
.hero h1 .accent em { font-style: normal; background: linear-gradient(transparent 78%, var(--lime) 78%, var(--lime) 94%, transparent 94%); }
.hero-copy { font-size: 17px; line-height: 2; max-width: 39em; color: #33473a; }
.signature { margin-top: 24px; display: flex; align-items: center; gap: 18px; }
.signature small { font-size: 14px; color: var(--muted); }
.signature strong { font-size: 30px; letter-spacing: .1em; font-weight: 800; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* Buttons */
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 15px 26px; border-radius: 999px; background: var(--green); color: white; font-size: 15px; font-weight: 800; line-height: 1.5; border: 2px solid var(--green); min-height: 52px; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 10px 24px rgba(46, 139, 29, .28); }
.button:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(31, 100, 18, .32); }
.button.light { background: white; color: var(--green-dark); border-color: var(--line); box-shadow: none; }
.button.light:hover { background: var(--mist); border-color: #b9d19f; transform: translateY(-2px); box-shadow: var(--shadow); }
.button .arrow { font-size: 18px; font-weight: 400; }

.portrait { min-height: 455px; position: relative; border-radius: 160px 160px 24px 24px; background: var(--mist); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; color: #4c6248; padding: 36px; }
.portrait svg { width: 64px; height: 64px; stroke-width: 1; margin-bottom: 20px; }
.portrait strong { font-size: 16px; font-weight: 700; }
.portrait small { font-size: 13px; letter-spacing: .1em; margin-top: 6px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.photo-caption { font-size: 13px; margin-top: 14px; text-align: right; color: var(--muted); }
.hero-note { border-top: 1px solid var(--line); padding: 16px 0; font-size: 13px; letter-spacing: .08em; color: var(--muted); font-weight: 600; }

.section { padding-block: 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section h2, .page-title { font-size: 34px; letter-spacing: .01em; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 800; color: var(--green-dark); border-bottom: 2px solid var(--lime); padding-bottom: 4px; white-space: nowrap; }
.text-link:hover { border-color: var(--green); }

.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.perspective { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; background: white; transition: box-shadow .2s, transform .2s; }
.perspective:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.perspective .number { font-family: Georgia, serif; font-size: 42px; font-style: italic; color: var(--lime); -webkit-text-stroke: 1.5px var(--green); }
.perspective h3 { font-size: 25px; margin: 8px 0 14px; }
.perspective p, .policy-card p { font-size: 15px; color: var(--muted); }

/* Values: connected flow instead of plain cards */
.section-intro { color: var(--muted); font-size: 16px; margin: -18px 0 34px; max-width: 46em; }
.values-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.values-row::before { content: ''; position: absolute; top: 27px; left: 12.5%; right: 12.5%; height: 3px; background-image: repeating-linear-gradient(90deg, var(--lime) 0 10px, transparent 10px 20px); z-index: 0; }
.values-row .perspective { background: transparent; border: none; border-radius: 0; padding: 0 18px; position: relative; z-index: 1; }
.values-row .perspective:hover { box-shadow: none; transform: none; }
.values-row .perspective:first-child { padding-left: 0; }
.values-row .perspective:last-child { padding-right: 0; }
.values-row .value-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.values-row .perspective .number { font-family: inherit; font-style: normal; -webkit-text-stroke: 0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: white; font-weight: 800; font-size: 20px; box-shadow: 0 12px 22px rgba(46, 139, 29, .32); }
.values-row .perspective .icon-box { width: 44px; height: 44px; border-radius: 12px; }
.values-row .perspective h3 { font-size: 20px; }

/* Profile highlight badges (from campaign flyer) */
.profile-highlights { display: flex; gap: 14px; flex-wrap: wrap; margin: 22px 0; }
.profile-highlight { display: flex; gap: 12px; align-items: flex-start; background: var(--mist); border-radius: 16px; padding: 16px 18px; flex: 1 1 220px; }
.profile-highlight .icon-box { flex-shrink: 0; }
.profile-highlight strong { display: block; font-size: 15px; font-weight: 800; margin-bottom: 4px; }
.profile-highlight small { color: var(--muted); font-size: 13px; line-height: 1.6; }

.policies { background: var(--mist); }
.policy-card { display: block; padding: 30px; background: white; border-radius: var(--radius); border: 1px solid var(--line); transition: border .2s, transform .2s, box-shadow .2s; }
.policy-card:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.policy-top { display: flex; align-items: center; justify-content: space-between; color: var(--green-dark); margin-bottom: 20px; }
.icon-box { background: var(--mist); width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: var(--green-dark); transition: background .2s, color .2s; }
.policy-card:hover .icon-box { background: var(--green); color: white; }
.policy-card h3 { font-size: 20px; margin-bottom: 10px; font-weight: 800; }

/* Policy grid: asymmetric bento layout, first item is the feature tile */
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.two-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.document-card { border-radius: var(--radius); background: var(--mist); padding: 38px; display: flex; flex-direction: column; align-items: flex-start; }
.document-card.manifesto { background: #f3f0e2; }
.document-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 24px; }
.document-top svg { width: 36px; height: 36px; color: var(--green-dark); }
.badge { display: inline-block; color: #4c5c4a; background: white; border: 1px solid var(--line); border-radius: 100px; font-size: 13px; padding: 4px 15px; font-weight: 700; }
.document-card h3 { font-size: 28px; margin-bottom: 14px; }
.document-body { width: 100%; }
.document-body::after { content: ""; display: block; clear: both; }
.document-thumb { float: right; width: 88px; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.12); margin: 0 0 10px 16px; }
.document-card p { color: var(--muted); font-size: 15px; }
.document-card .button { margin-top: 25px; }
.document-formats { display: flex; gap: 16px; font-size: 13px; color: var(--muted); margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); width: 100%; flex-wrap: wrap; }

.activity-section { border-top: 1px solid var(--line); }
.empty { padding: 46px 28px; border: 1px dashed #b8cca8; border-radius: var(--radius); text-align: center; background: var(--mist); }
.empty svg { color: var(--green-dark); margin: 0 auto 12px; }
.empty h3 { font-size: 19px; margin-bottom: 8px; }
.empty p { font-size: 15px; color: var(--muted); }

.profile-section { background: var(--cream); }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.profile-grid .portrait { min-height: 335px; border-radius: 20px; background: var(--mist); }
.profile-text .eyebrow { margin-bottom: 14px; }
.profile-text h2 { font-size: 36px; margin: 8px 0 22px; }
.profile-text h2 small { font-size: 14px; display: block; font-weight: 700; letter-spacing: .06em; margin-bottom: 6px; color: var(--muted); }
.profile-text p { margin-bottom: 25px; }

.contact-band { padding: 68px 0; background: var(--green-dark); color: white; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact-band h2 { font-size: 30px; margin-bottom: 12px; color: white; }
.contact-band p { color: #d9ecd0; font-size: 15px; }
.social { margin-top: 18px; display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.social a { text-decoration: underline; text-underline-offset: 5px; }
.contact-band .social a { color: white; }
.social .pending { color: var(--muted); }
.contact-band .social .pending { color: #b9d5ac; }
.contact-band .button.light { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.contact-band .button.light:hover { background: #c7d24a; }

.site-footer { padding: 56px 0 24px; background: var(--ink); color: #cfe0c8; }
.site-footer .brand strong, .site-footer .brand small { color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-info { font-size: 14px; color: #a9c19e; margin-top: 20px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; font-size: 14px; }
.footer-links a:hover { text-decoration: underline; }
.footer-info + .social a, .footer-grid .social a { color: #cfe0c8; }
.copyright { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: #9db693; font-size: 12px; display: flex; justify-content: space-between; gap: 20px; }

.breadcrumb { padding-top: 24px; font-size: 13px; color: var(--muted); }
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.breadcrumb span { margin-inline: 12px; }
.page-head { background: var(--mist); padding-bottom: 50px; }
.page-head .eyebrow { margin-top: 42px; margin-bottom: 12px; }
.page-head h1 { font-size: 42px; letter-spacing: .01em; }
.page-head p { max-width: 720px; margin-top: 16px; color: var(--muted); }
.page-content { padding-block: 56px 80px; }
.narrow { max-width: 820px; }
.prose p + p { margin-top: 18px; }
.prose h2 { font-size: 27px; margin: 36px 0 18px; }
.prose h3 { font-size: 20px; margin: 24px 0 12px; }

.policy-nav { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 40px; }
.policy-nav a { background: white; border: 1px solid var(--line); padding: 9px 18px; border-radius: 100px; font-size: 14px; font-weight: 700; }
.policy-nav a:hover { border-color: var(--green); color: var(--green-dark); }
.policy-detail { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 24px; scroll-margin-top: 120px; background: white; }
.policy-detail h2 { font-size: 26px; display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.policy-detail dl { margin: 0; }
.policy-detail dt { font-size: 14px; color: var(--green-dark); font-weight: 800; margin-top: 18px; }
.policy-detail dd { margin: 6px 0 0; }
.policy-photo { float: right; width: 240px; margin: 4px 0 16px 28px; }
.policy-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; }
.policy-photo figcaption { margin-top: 8px; font-size: 12px; color: var(--muted); }
.pending-text { color: var(--muted); font-size: 15px; }
.paper-placeholder { min-height: 250px; border: 1px dashed #b8cca8; border-radius: var(--radius); background: var(--mist); display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--muted); gap: 12px; }
.paper-placeholder svg { width: 48px; height: 48px; }
.report-layout { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: start; }
.report-layout h2 { margin-top: 0; }
.report-layout img { border-radius: 14px; }
.info-box { border-left: 4px solid var(--green); background: var(--mist); padding: 24px 28px; margin: 24px 0; border-radius: 0 var(--radius) var(--radius) 0; }
.slots { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; margin: 24px 0; background: white; }
.slots h2 { margin-top: 0; }

.pillar-list { display: grid; gap: 24px; }
.pillar { border: 1px solid var(--line); border-left: 6px solid var(--pillar-accent, var(--green)); border-radius: var(--radius); padding: 30px; }
.pillar-green { --pillar-accent: var(--green); --pillar-tint: var(--mist); }
.pillar-blue { --pillar-accent: #2f6fa0; --pillar-tint: #eaf2f8; }
.pillar-gold { --pillar-accent: #b9861f; --pillar-tint: #faf3e2; }
.pillar-head { display: flex; gap: 18px; align-items: flex-start; }
.pillar-head .icon-box { flex-shrink: 0; background: var(--pillar-tint, var(--mist)); color: var(--pillar-accent, var(--green-dark)); }
.pillar-index { display: block; font-size: 12px; font-weight: 800; letter-spacing: .12em; color: var(--pillar-accent, var(--green-dark)); margin-bottom: 6px; }
.pillar-head h3 { font-size: 22px; margin-bottom: 6px; }
.pillar-subtitle { color: var(--pillar-accent, var(--green-dark)); font-size: 14px; font-weight: 700; }
.pillar-text { color: var(--muted); margin: 16px 0 18px; }
.pillar-actions { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pillar-actions li { position: relative; padding-left: 24px; font-size: 15px; }
.pillar-actions li:before { content: ''; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--pillar-accent, var(--lime)); }

.manifesto-closing { background: var(--green-dark); border-color: transparent; color: white; }
.manifesto-closing h2 { color: white; }
.manifesto-closing p { color: #e3f0da; }
.manifesto-closing p + p { margin-top: 16px; }

.form { display: grid; gap: 24px; margin-top: 32px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 800; }
.required { font-size: 12px; color: var(--green-dark); margin-left: 12px; background: var(--mist); padding: 3px 10px; border-radius: 4px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 14px 16px; color: var(--ink); border: 1px solid #b9cbaf; border-radius: 12px; background: white; }
.field textarea { resize: vertical; min-height: 180px; }
.consent { display: flex; align-items: flex-start; gap: 12px; }
.consent input { margin-top: 8px; width: 20px; height: 20px; accent-color: var(--green); flex-shrink: 0; }
.form .button { justify-self: start; }
.form-status { padding: 18px; background: var(--mist); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 24px; font-weight: 700; }
.form-status-error { background: #fdecec; border-color: #f0b8b8; color: #8a2c2c; }

.article-card { border: 1px solid var(--line); padding: 26px; border-radius: var(--radius); display: block; background: white; transition: box-shadow .2s, transform .2s; }
.article-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.article-card time { font-size: 14px; color: var(--muted); font-weight: 600; }
.article-card h3 { font-size: 20px; margin-top: 12px; }
.article-card img { aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }
.article-meta { display: flex; gap: 20px; align-items: center; margin-bottom: 24px; font-size: 14px; }
.article-image { max-height: 450px; object-fit: cover; border-radius: var(--radius); margin-bottom: 32px; }
.honeypot { display: none; }
.back-link { margin-top: 40px; }
.timeline { list-style: none; padding: 0; }
.timeline li { display: flex; gap: 28px; border-bottom: 1px solid var(--line); padding: 20px 0; }
.timeline time { color: var(--green-dark); font-weight: 800; min-width: 5em; }

.news-list { list-style: none; padding: 0; }
.news-list li { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.news-list li:first-child { padding-top: 0; }
.news-list time { color: var(--green-dark); font-weight: 800; font-size: 14px; min-width: 5.5em; }
.news-thumb { width: 56px; height: 56px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.news-list a { font-weight: 700; font-size: 16px; }
.news-list a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1400px) { .hero h1 { font-size: 50px; } }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 20px; box-shadow: 0 14px 20px rgba(23, 50, 29, .1); flex-direction: column; align-items: stretch; gap: 6px; border-bottom: 1px solid var(--line); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 16px; }
  .header-inner { min-height: 80px; }
  .hero-grid { gap: 24px; min-height: 650px; }
  .hero h1 { font-size: 35px; }
  .portrait { min-height: 410px; }
  .hero-copy { font-size: 15px; }
  .profile-grid { gap: 40px; }
  .three-grid { gap: 16px; }
  .perspective, .policy-card { padding: 26px; }
  .section h2 { font-size: 29px; }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .values-row { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .values-row::before { display: none; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; }
  .brand strong { font-size: 23px; }
  .brand small { font-size: 11px; letter-spacing: .02em; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 38px 30px; gap: 30px; min-height: 0; }
  .hero .eyebrow { font-size: 12px; margin-bottom: 18px; }
  .hero h1 { font-size: clamp(27px, 6.6vw, 42px); letter-spacing: 0; line-height: 1.6; margin-bottom: 18px; }
  .hero-copy { font-size: 15px; line-height: 1.95; }
  .signature { margin-top: 18px; gap: 12px; }
  .signature strong { font-size: 27px; }
  .signature small { font-size: 13px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
  .hero-actions .button:first-child { grid-column: 1 / -1; }
  .hero-actions .button { font-size: 13px; padding: 13px 8px; gap: 8px; min-height: 48px; }
  .portrait { min-height: 280px; border-radius: 100px 100px 18px 18px; }
  .photo-caption { font-size: 12px; }
  .hero-note { font-size: 12px; }
  .section { padding-block: 52px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 24px; }
  .section h2 { font-size: 26px; }
  .eyebrow { font-size: 12px; }
  .three-grid, .two-grid, .policy-grid { grid-template-columns: 1fr; }
  .values-row { grid-template-columns: 1fr; gap: 28px; }
  .values-row::before { display: none; }
  .values-row .perspective { padding: 0; display: grid; grid-template-columns: 56px 1fr; column-gap: 18px; }
  .values-row .value-head { grid-row: 1/3; grid-column: 1; margin-bottom: 0; }
  .values-row .perspective .icon-box { display: none; }
  .values-row .perspective h3 { font-size: 21px; margin: 0 0 8px; grid-column: 2; }
  .values-row .perspective p { grid-column: 2; }
  .perspective { padding: 26px; display: grid; grid-template-columns: 46px 1fr; column-gap: 18px; }
  .perspective .number { grid-row: 1/3; font-size: 34px; }
  .perspective h3 { font-size: 23px; margin: 0 0 10px; }
  .perspective p { grid-column: 2; }
  .policy-card { padding: 24px; }
  .policy-top { margin-bottom: 12px; }
  .policy-card h3 { font-size: 21px; }
  .document-card { padding: 28px; }
  .document-card h3 { font-size: 25px; }
  .profile-grid { grid-template-columns: 1fr; gap: 30px; }
  .profile-grid .portrait { min-height: 280px; }
  .profile-text h2 { font-size: 30px; }
  .contact-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .contact-band { padding: 44px 0; }
  .contact-band h2 { font-size: 25px; }
  .footer-grid { flex-direction: column; gap: 30px; }
  .footer-links { gap: 14px; }
  .copyright { flex-direction: column; gap: 6px; }
  .page-head { padding-bottom: 34px; }
  .page-head .eyebrow { margin-top: 28px; }
  .page-head h1 { font-size: 30px; }
  .page-content { padding-block: 36px 54px; }
  .policy-detail { padding: 24px; }
  .policy-detail h2 { font-size: 22px; }
  .pillar { padding: 22px; }
  .pillar-head { gap: 14px; }
  .pillar-head h3 { font-size: 20px; }
  .policy-photo { float: none; width: 100%; margin: 0 0 20px; }
  .report-layout { grid-template-columns: 1fr; gap: 24px; }
  .paper-placeholder { min-height: 220px; max-width: 320px; width: 100%; margin: auto; }
  .slots { padding: 22px; }
  .page-title { font-size: 28px; }
  .nav { padding: 16px 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* 公式サイトの移行記録を、小さな画面でも読みやすく表示 */
.archive-list { list-style: none; padding: 0; }
.archive-list li { display: grid; grid-template-columns: 7rem 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.archive-list time, .source-note { color: var(--muted); font-size: .9rem; }
.archive-links a, .prose p, .archive-list a { overflow-wrap: anywhere; }
.source-note { margin-top: 24px; }
.portrait img { object-position: center top; }
.profile-section .portrait {
  width: min(340px, 100%);
  min-height: 380px;
  justify-self: center;
  border: 10px solid #fff;
  border-radius: 170px 170px 26px 26px;
  box-shadow: 0 0 0 1px var(--line), 0 18px 34px rgba(23, 50, 29, .18);
}
.profile-section .portrait::after {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 58px;
  height: 58px;
  border-right: 10px solid var(--lime);
  border-bottom: 10px solid var(--lime);
  pointer-events: none;
}
.prose .text-link { white-space: normal; }
.archive-links a, .archive-list a, .source-note a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 480px) { .archive-list li { grid-template-columns: 1fr; gap: 4px; } }
