:root {
	--paper: #f7f6f1;
	--white: #ffffff;
	--ink: #14251f;
	--forest: #173f34;
	--green: #27715c;
	--muted: #66736d;
	--line: #d7dfdb;
	--accent: #d24c3d;
	--sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	--serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
	--shell: min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open { overflow: hidden; }

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--green);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

a:hover { color: var(--forest); }

button,
input,
textarea,
select { font: inherit; }

h1,
h2,
h3,
h4 {
	font-family: var(--serif);
	font-weight: 600;
	line-height: 1.35;
	text-wrap: pretty;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 10000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	color: var(--forest);
	background: var(--white);
	border: 2px solid var(--forest);
}

.goal-ribbon {
	height: 5px;
	background: linear-gradient(90deg,#e5243b 0 5.88%,#dda63a 5.88% 11.76%,#4c9f38 11.76% 17.64%,#c5192d 17.64% 23.52%,#ff3a21 23.52% 29.4%,#26bde2 29.4% 35.28%,#fcc30b 35.28% 41.16%,#a21942 41.16% 47.04%,#fd6925 47.04% 52.92%,#dd1367 52.92% 58.8%,#fd9d24 58.8% 64.68%,#bf8b2e 64.68% 70.56%,#3f7e44 70.56% 76.44%,#0a97d9 76.44% 82.32%,#56c02b 82.32% 88.2%,#00689d 88.2% 94.08%,#19486a 94.08% 100%);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: color-mix(in srgb, var(--white) 94%, transparent);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.site-header__inner {
	width: var(--shell);
	height: 78px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 34px;
}

.site-branding { flex: 0 0 auto; }

.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 42px; }

.wordmark {
	display: inline-block;
	color: var(--forest);
	font-family: var(--sans);
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.06em;
	text-decoration: none;
}

.wordmark span { color: var(--accent); }

.primary-navigation { flex: 1; }

.site-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-menu {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2vw, 28px);
}

.site-menu a {
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.site-menu a:hover,
.site-menu .current-menu-item > a { color: var(--green); }

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.menu-toggle > span[aria-hidden="true"] {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--forest);
	transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.site-search { position: relative; }
.site-search summary {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid #b8c5bf;
	border-radius: 50%;
	list-style: none;
	cursor: pointer;
}
.site-search summary::-webkit-details-marker { display: none; }
.site-search__panel {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	width: min(360px, calc(100vw - 32px));
	padding: 18px;
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: 0 18px 48px rgba(20, 37, 31, .14);
}

.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field {
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #aab8b1;
	background: var(--white);
}
.search-submit {
	min-height: 44px;
	padding: 8px 16px;
	color: var(--white);
	background: var(--forest);
	border: 0;
	cursor: pointer;
}

.site-main { width: var(--shell); margin-inline: auto; }
.home-shell { padding: 62px 0 82px; }

.eyebrow {
	margin: 0 0 8px;
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.home-intro { margin-bottom: 34px; }
.home-intro h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(2.5rem, 6vw, 5rem);
	line-height: 1.12;
	letter-spacing: -.055em;
}

.lead-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
	grid-template-rows: 1fr 1fr;
	gap: 18px;
}

.lead-story,
.lead-side-story {
	position: relative;
	min-height: 245px;
	overflow: hidden;
	background: var(--forest);
}

.lead-story { grid-row: 1 / span 2; min-height: 508px; }
.lead-story__media,
.lead-story__media img,
.lead-story__media .story-card__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; }
.lead-story__media img { object-fit: cover; }
.lead-story__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 20%, rgba(10, 28, 22, .88));
}

.lead-story__overlay {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	padding: clamp(22px, 4vw, 44px);
	color: var(--white);
}

.lead-side-story .lead-story__overlay { padding: 22px; }
.lead-story__overlay h2 { margin: 12px 0 10px; font-size: clamp(1.8rem, 4vw, 3.3rem); line-height: 1.28; }
.lead-side-story .lead-story__overlay h2 { font-size: clamp(1.25rem, 2.1vw, 1.7rem); }
.lead-story__overlay h2,
.lead-story__overlay h2 a { color: var(--white); }
.lead-story__overlay h2 a { text-decoration: none; }
.lead-story__overlay time { font-size: 12px; opacity: .86; }

.goal-chip,
.story-card__section {
	display: inline-block;
	width: fit-content;
	padding: 5px 9px;
	color: var(--white);
	background: var(--green);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.home-section { margin-top: 76px; }
.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--forest);
}
.section-heading h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.section-heading > a { font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }

.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
.story-card { min-width: 0; background: var(--white); border-bottom: 1px solid #aebbb5; }
.story-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #dfe6e2; }
.story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card__media:hover img { transform: scale(1.025); }
.story-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#c8d5cf,#759685 48%,#dcc695); }
.story-card__body { min-height: 180px; padding: 16px 2px 18px; display: flex; flex-direction: column; justify-content: space-between; }
.story-card__title { margin: 9px 0 14px; font-size: 1.2rem; }
.story-card__title a { color: var(--ink); text-decoration: none; }
.story-card__title a:hover { color: var(--green); }
.story-card__date { color: var(--muted); font-size: 12px; }
.story-card__excerpt { margin: 0; color: var(--muted); font-size: 14px; }

.goal-grid { display: grid; grid-template-columns: repeat(17, minmax(0,1fr)); gap: 5px; }
.goal-tile {
	aspect-ratio: 1;
	display: grid;
	place-content: center;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, filter .2s ease;
}
.goal-tile:hover { color: var(--white); transform: translateY(-3px); filter: brightness(.94); }
.goal-tile span { font-size: 18px; font-weight: 900; line-height: 1; }
.goal-tile small { display: none; }
.goal-tile--1{background:#e5243b}.goal-tile--2{background:#dda63a}.goal-tile--3{background:#4c9f38}.goal-tile--4{background:#c5192d}.goal-tile--5{background:#ff3a21}.goal-tile--6{background:#26bde2}.goal-tile--7{background:#fcc30b}.goal-tile--8{background:#a21942}.goal-tile--9{background:#fd6925}.goal-tile--10{background:#dd1367}.goal-tile--11{background:#fd9d24}.goal-tile--12{background:#bf8b2e}.goal-tile--13{background:#3f7e44}.goal-tile--14{background:#0a97d9}.goal-tile--15{background:#56c02b}.goal-tile--16{background:#00689d}.goal-tile--17{background:#19486a}

.guide-promo {
	display: grid;
	grid-template-columns: 160px minmax(0, 680px);
	justify-content: center;
	align-items: center;
	gap: 58px;
	padding: clamp(36px, 6vw, 72px);
	background: var(--white);
	border: 1px solid var(--line);
}
.guide-promo h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
.guide-promo p:not(.eyebrow) { color: var(--muted); }
.text-link { font-weight: 800; text-decoration: none; }

.sdg-wheel {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	background: conic-gradient(#e5243b 0 21deg,#dda63a 21deg 42deg,#4c9f38 42deg 63deg,#c5192d 63deg 84deg,#ff3a21 84deg 105deg,#26bde2 105deg 126deg,#fcc30b 126deg 147deg,#a21942 147deg 168deg,#fd6925 168deg 189deg,#dd1367 189deg 210deg,#fd9d24 210deg 231deg,#bf8b2e 231deg 252deg,#3f7e44 252deg 273deg,#0a97d9 273deg 294deg,#56c02b 294deg 315deg,#00689d 315deg 336deg,#19486a 336deg 360deg);
	position: relative;
}
.sdg-wheel::after { content: ""; position: absolute; inset: 35px; border-radius: 50%; background: var(--paper); }
.guide-promo .sdg-wheel::after { background: var(--white); }

.archive-shell { padding: 64px 0 84px; }
.archive-header { max-width: 820px; margin-bottom: 38px; }
.archive-header--goal { max-width: none; }
.archive-header--goal .archive-title {
	max-width: 1180px;
	line-break: strict;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
	word-break: auto-phrase;
}
.archive-title,
.page-header h1,
.error-shell h1 { margin: 0; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.15; letter-spacing: -.045em; }
.archive-description { max-width: 680px; margin-top: 20px; color: var(--muted); }

.story-list { border-top: 2px solid var(--forest); }
.story-card--row {
	display: grid;
	grid-template-columns: 220px minmax(0,1fr);
	gap: 26px;
	padding: 22px 0;
	background: transparent;
	border-bottom: 1px solid #c8d1cc;
}
.story-card--row .story-card__media { aspect-ratio: 16 / 10; }
.story-card--row .story-card__body { min-height: 0; padding: 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.story-card--row .story-card__title { max-width: 720px; margin: 8px 0; font-size: clamp(1.25rem, 2.4vw, 1.75rem); }
.story-card--row .story-card__date { white-space: nowrap; }

.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 7px; flex-wrap: wrap; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 6px 10px; color: var(--forest); background: var(--white); border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { color: var(--white); background: var(--forest); }

.koshien-shell { padding: 42px 0 96px; }
.koshien-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(34px, 6vw, 84px);
	align-items: end;
	padding: clamp(38px, 6vw, 72px);
	color: var(--white);
	background:
		linear-gradient(135deg, rgba(23,63,52,.97), rgba(39,113,92,.91)),
		linear-gradient(45deg, #173f34, #27715c);
	border-radius: 0 0 28px 0;
	overflow: hidden;
}
.koshien-hero .eyebrow { color: #b8e2d4; }
.koshien-hero h1 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.08; letter-spacing: -.055em; }
.koshien-hero h1 span { display: block; margin-bottom: 12px; color: #f4c249; font-family: var(--sans); font-size: .28em; font-weight: 900; letter-spacing: .14em; }
.koshien-hero__copy > p:last-child { max-width: 690px; margin: 28px 0 0; color: #e0ebe6; font-size: 1.05rem; line-height: 1.9; }
.koshien-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; background: rgba(255,255,255,.24); border: 1px solid rgba(255,255,255,.24); }
.koshien-stats div { min-width: 0; padding: 18px 10px; text-align: center; background: rgba(12,32,26,.38); }
.koshien-stats dt { color: #f4c249; font: 700 clamp(1.8rem, 4vw, 2.7rem)/1 var(--serif); }
.koshien-stats dd { margin: 9px 0 0; color: #dce9e3; font-size: 11px; font-weight: 700; line-height: 1.4; }
.koshien-index { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; padding: 22px; background: var(--white); border: 1px solid var(--line); border-top: 0; }
.koshien-index a { padding: 8px 14px; color: var(--forest); border: 1px solid #b8c5bf; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }
.koshien-index a:hover { color: var(--white); background: var(--forest); border-color: var(--forest); }
.koshien-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	gap: clamp(30px, 5vw, 68px);
	align-items: center;
	margin-top: 72px;
	padding: clamp(28px, 5vw, 58px);
	background: var(--white);
	border: 1px solid var(--line);
}
.koshien-overview__media { aspect-ratio: 16 / 9; overflow: hidden; background: #dfe6e2; }
.koshien-overview__media a,
.koshien-overview__media img,
.koshien-overview__media .story-card__placeholder { display: block; width: 100%; height: 100%; }
.koshien-overview__media img { object-fit: cover; }
.koshien-overview__body h2 { margin: 0 0 16px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.35; }
.koshien-overview__body > p:not(.eyebrow) { color: var(--muted); }
.koshien-section { margin-top: 84px; scroll-margin-top: 110px; }
.koshien-section .section-heading { align-items: end; }
.koshien-section .section-heading .eyebrow { margin-bottom: 5px; }
.koshien-section__heading > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; }
.koshien-report-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.koshien-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
.koshien-report-grid .story-card__title { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
.koshien-team-grid .story-card__title { font-size: 1.08rem; line-height: 1.55; }
.koshien-note { max-width: 760px; margin: 76px auto 0; padding: 24px 28px; color: var(--muted); background: var(--white); border: 1px solid var(--line); font-size: 13px; }
.koshien-note p { margin: 0; }
.koshien-note p + p { margin-top: 6px; }
.koshien-note strong { color: var(--forest); }

.article-shell { padding: 42px 0 92px; }
.article { max-width: 1120px; margin-inline: auto; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; max-width: 100%; margin-bottom: 44px; color: var(--muted); font-size: 11px; white-space: nowrap; overflow: hidden; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs [aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
.article-header { max-width: 920px; }
.article-header,
.page-header {
	position: relative;
	padding-top: clamp(22px, 3.2vw, 36px);
	border-top: 3px solid var(--forest);
}
.article-header::before,
.page-header::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: clamp(58px, 8vw, 88px);
	height: 3px;
	background: var(--accent);
}
.article-header h1 {
	max-width: 880px;
	margin: 18px 0 20px;
	color: var(--forest);
	font-size: clamp(2.35rem, 5.2vw, 4.35rem);
	line-height: 1.22;
	letter-spacing: -.045em;
}
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: 12px; }
.article-deck { max-width: 760px; margin: 30px 0 0; padding-left: 20px; color: #425149; border-left: 3px solid var(--green); font-size: 1.1rem; line-height: 1.9; }
.article-hero { margin: 42px 0; }
.article-hero img { width: 100%; max-height: 760px; object-fit: cover; }
.article-hero figcaption { padding-top: 9px; color: var(--muted); font-size: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 240px; justify-content: space-between; gap: 64px; align-items: start; }
.article-layout--single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.article-content { font-family: var(--serif); font-size: clamp(1rem, 1.5vw, 1.1rem); line-height: 2; }
.article-content > * { max-width: 720px; }
.article-content > .alignwide { max-width: 960px; margin-left: 0; }
.article-content > .alignfull { max-width: none; width: calc(100vw - 48px); margin-left: calc((1120px - 100vw + 48px) / 2); }
.entry-content {
	color: #20352d;
	overflow-wrap: anywhere;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	position: relative;
	color: var(--forest);
	scroll-margin-top: 110px;
}
.entry-content h2 {
	margin: 2.8em 0 .95em;
	padding: .9em 0 .7em;
	border-top: 3px solid var(--forest);
	border-bottom: 1px solid var(--line);
	font-size: clamp(1.65rem, 3vw, 2.3rem);
	line-height: 1.42;
	letter-spacing: -.025em;
}
.entry-content h2::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 64px;
	height: 3px;
	background: var(--accent);
}
.entry-content h3 {
	margin: 2.25em 0 .8em;
	padding: .28em 0 .32em 18px;
	border: 0;
	border-left: 4px solid var(--green);
	border-left-color: var(--green) !important;
	font-size: clamp(1.3rem, 2.4vw, 1.72rem);
	line-height: 1.5;
	letter-spacing: -.015em;
}
.entry-content h4 {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 1.9em 0 .7em;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	line-height: 1.55;
}
.entry-content h4::before {
	content: "";
	width: 22px;
	height: 3px;
	flex: 0 0 22px;
	background: var(--accent);
	transform: translateY(-.2em);
}
.entry-content h5,
.entry-content h6 {
	margin: 1.7em 0 .6em;
	font-family: var(--sans);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .02em;
}
.entry-content h5 { padding-bottom: .45em; border-bottom: 1px dashed #aebbb5; }
.entry-content p { margin: 0 0 1.65em; }
.entry-content ul,
.entry-content ol { margin: 0 0 1.8em; padding-left: 1.55em; }
.entry-content li { margin-block: .38em; padding-left: .25em; }
.entry-content li::marker { color: var(--green); font-weight: 800; }
.entry-content blockquote {
	position: relative;
	margin: 2.2em 0;
	padding: 24px 28px 22px 34px;
	color: #405047;
	background: var(--white);
	border: 1px solid var(--line);
	border-left: 5px solid var(--green);
	box-shadow: 0 12px 34px rgba(20, 37, 31, .06);
}
.entry-content blockquote::before {
	content: "“";
	position: absolute;
	top: 7px;
	left: 11px;
	color: color-mix(in srgb, var(--green) 35%, transparent);
	font: 700 2rem/1 var(--serif);
}
.entry-content blockquote > :last-child { margin-bottom: 0; }
.entry-content hr { margin: 3.2em 0; border: 0; border-top: 1px solid var(--line); }
.entry-content strong { color: var(--forest); font-weight: 700; }
.entry-content code {
	padding: .12em .35em;
	background: #e8eeeb;
	border-radius: 4px;
	font-size: .9em;
}
.entry-content pre {
	max-width: 100%;
	padding: 20px;
	overflow-x: auto;
	color: #eef5f1;
	background: var(--forest);
	border-radius: 8px;
}
.entry-content pre code { padding: 0; color: inherit; background: transparent; }
.entry-content figure { margin-block: 2.2em; }
.entry-content figure img,
.entry-content > img,
.entry-content p > img { border-radius: 8px; }
.entry-content figcaption,
.entry-content .wp-caption-text {
	margin-top: 9px;
	color: var(--muted);
	font-family: var(--sans);
	font-size: 12px;
	line-height: 1.65;
	text-align: left;
}
.entry-content .aligncenter { margin-right: auto; margin-left: auto; }
.entry-content .alignleft { float: left; margin: .5em 1.5em 1em 0; }
.entry-content .alignright { float: right; margin: .5em 0 1em 1.5em; }
.entry-content table {
	display: block;
	width: 100%;
	margin: 2em 0;
	overflow-x: auto;
	border-collapse: collapse;
	font-family: var(--sans);
	font-size: .92em;
}
.entry-content th,
.entry-content td { min-width: 120px; padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { color: var(--white); background: var(--forest); font-weight: 700; }
.entry-content tbody tr:nth-child(even) { background: rgba(255,255,255,.58); }
.entry-content .wp-block-button__link {
	padding: .8em 1.3em;
	color: var(--white);
	background: var(--forest);
	border-radius: 999px;
	font-family: var(--sans);
	font-weight: 800;
	text-decoration: none;
}
.entry-content .wp-block-button__link:hover { color: var(--white); background: var(--green); }
.article-content > .wp-block-embed,
.article-content > .wp-block-video,
.article-content > .ytube { max-width: 760px; }
.entry-content .wp-block-embed,
.entry-content .wp-block-embed__wrapper,
.entry-content .wp-block-video,
.entry-content .ytube { width: 100%; }
.entry-content iframe { max-width: 100%; border: 0; }
.entry-content iframe[src*="youtube.com"],
.entry-content iframe[src*="youtube-nocookie.com"],
.entry-content iframe[src*="youtu.be"],
.entry-content iframe[src*="player.vimeo.com"] {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	background: #0c1713;
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(20, 37, 31, .14);
}
.article-content :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible { outline: 3px solid #f5b400; outline-offset: 3px; }

.article-context { position: sticky; top: 116px; padding-top: 18px; border-top: 2px solid var(--forest); }
.article-context .sdg-wheel { width: 88px; height: 88px; margin-bottom: 18px; }
.article-context .sdg-wheel::after { inset: 24px; }
.article-context h2 { margin: 0 0 12px; font-family: var(--sans); font-size: 14px; }
.article-context ul { list-style: none; margin: 0; padding: 0; }
.article-context li { padding: 8px 0; border-top: 1px solid var(--line); font-size: 13px; }
.article-context a { text-decoration: none; }

.article-trust { max-width: 720px; margin-top: 64px; padding: 24px; font-family: var(--sans); font-size: 13px; background: var(--white); border: 1px solid var(--line); }
.article-trust h2 { margin: 0 0 12px; padding: 0; border: 0; font-family: var(--sans); font-size: 16px; }
.article-trust p { margin-bottom: 10px; }
.related-stories { margin-top: 84px; }

.page-shell { max-width: 900px; padding: 64px 0 88px; }
.page-header { margin-bottom: 52px; }
.page-header h1 {
	max-width: 820px;
	color: var(--forest);
	font-size: clamp(2.35rem, 5.2vw, 4.35rem);
	line-height: 1.18;
	letter-spacing: -.045em;
}
.page-article .entry-content {
	max-width: 760px;
	margin-inline: auto;
	font-family: var(--serif);
	font-size: clamp(1rem, 1.5vw, 1.08rem);
	line-height: 2;
}

/* Contact Form 7 / inquiry page */
.page-id-310 .page-shell { max-width: 1040px; }
.page-id-310 .page-article .entry-content { max-width: 840px; font-family: var(--sans); line-height: 1.75; }
.contact-page-lead {
	max-width: 720px;
	margin: 0 0 34px;
	padding-left: 22px;
	border-left: 3px solid var(--green);
}
.contact-page-lead p { margin-bottom: .55em; }
.contact-page-lead__eyebrow {
	color: var(--green);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
}
.sdgs-contact {
	position: relative;
	padding: clamp(28px, 5vw, 54px);
	background: var(--white);
	border: 1px solid #cbd5d0;
	border-top: 4px solid var(--forest);
	box-shadow: 0 24px 60px rgba(19, 48, 37, .09);
	overflow: hidden;
}
.sdgs-contact::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 92px;
	height: 4px;
	background: var(--accent);
}
.sdgs-contact__progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: clamp(34px, 5vw, 52px);
	font-size: 12px;
	font-weight: 800;
}
.sdgs-contact__progress > div {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-bottom: 12px;
	color: #7c8a84;
	border-bottom: 2px solid #dce3df;
}
.sdgs-contact__progress span {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	color: var(--muted);
	background: #edf1ef;
	border-radius: 50%;
	font-size: 11px;
}
.sdgs-contact__progress > .is-current { color: var(--forest); border-color: var(--green); }
.sdgs-contact__progress > .is-current span { color: var(--white); background: var(--green); }
.sdgs-contact__intro { max-width: 650px; margin-bottom: 34px; }
.sdgs-contact__eyebrow {
	margin: 0 0 8px !important;
	color: var(--green);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
}
.entry-content .sdgs-contact h2 {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	font-size: clamp(1.65rem, 3.3vw, 2.35rem);
	line-height: 1.35;
	letter-spacing: -.025em;
}
.entry-content .sdgs-contact h2::before { display: none; }
.sdgs-contact__intro > p:not(.sdgs-contact__eyebrow) { margin-bottom: 8px; color: var(--muted); }
.sdgs-contact__notice {
	margin-top: 18px !important;
	padding: 12px 15px;
	color: #315143 !important;
	background: #eff6f2;
	border-left: 3px solid var(--green);
	font-size: 13px;
}
.sdgs-contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sdgs-contact__field { margin-bottom: 25px; }
.sdgs-contact__field--full { width: 100%; }
.sdgs-contact__field label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--forest);
	font-size: 14px;
	font-weight: 800;
}
.sdgs-contact__required,
.sdgs-contact__optional {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 2px 7px;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .06em;
}
.sdgs-contact__required { color: #8b3029; background: #fae8e5; }
.sdgs-contact__optional { color: #617069; background: #edf1ef; }
.sdgs-contact .wpcf7-form-control-wrap { display: block; width: 100%; }
.sdgs-contact input[type="text"],
.sdgs-contact input[type="email"],
.sdgs-contact input[type="tel"],
.sdgs-contact select,
.sdgs-contact textarea {
	width: 100%;
	color: #183129;
	background: #fbfcfb;
	border: 1px solid #b8c5bf;
	border-radius: 0;
	font: 500 16px/1.55 var(--sans);
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.sdgs-contact input[type="text"],
.sdgs-contact input[type="email"],
.sdgs-contact input[type="tel"],
.sdgs-contact select { min-height: 54px; padding: 12px 15px; }
.sdgs-contact textarea { min-height: 240px; padding: 15px; resize: vertical; }
.sdgs-contact input::placeholder,
.sdgs-contact textarea::placeholder { color: #8a9791; opacity: 1; }
.sdgs-contact input:focus,
.sdgs-contact select:focus,
.sdgs-contact textarea:focus {
	background: var(--white);
	border-color: var(--green);
	box-shadow: 0 0 0 4px rgba(34, 125, 96, .13);
	outline: 0;
}
.sdgs-contact input.is-invalid,
.sdgs-contact select.is-invalid,
.sdgs-contact textarea.is-invalid,
.sdgs-contact .wpcf7-not-valid { border-color: #bd4a40; background: #fff8f7; }
.sdgs-contact__field small {
	display: block;
	margin-top: 6px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.6;
	text-align: right;
}
.sdgs-contact .wpcf7-not-valid-tip { margin-top: 6px; color: #a1352c; font-size: 12px; }
.sdgs-contact__privacy { margin: 5px 0 28px; padding: 16px 18px; background: #f5f6f4; border: 1px solid #dbe1de; }
.sdgs-contact__privacy p { margin: 0; color: var(--muted); font-size: 12px; }
.sdgs-contact__errors {
	margin: 0 0 24px;
	padding: 15px 17px;
	color: #842d26;
	background: #fff2f0;
	border: 1px solid #e9b5b0;
	font-size: 13px;
	font-weight: 700;
}
.sdgs-contact__actions { display: flex; justify-content: flex-end; gap: 12px; }
.sdgs-contact .sdgs-contact__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	min-height: 56px;
	margin: 0;
	padding: 14px 24px;
	border: 1px solid var(--forest);
	border-radius: 0;
	font: 800 14px/1.2 var(--sans);
	letter-spacing: .02em;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.sdgs-contact .sdgs-contact__button:hover { transform: translateY(-2px); }
.sdgs-contact .sdgs-contact__button--primary { color: var(--white); background: var(--forest); }
.sdgs-contact .sdgs-contact__button--primary:hover { background: var(--green); }
.sdgs-contact .sdgs-contact__button--secondary { color: var(--forest); background: transparent; }
.sdgs-contact .sdgs-contact__button--secondary:hover { background: #eef3f0; }
.sdgs-contact .wpcf7-spinner { margin: 0 10px; }
.sdgs-contact__confirm-heading { margin-bottom: 28px; }
.sdgs-contact__confirm-heading > p:last-child { margin: 0; color: var(--muted); }
.sdgs-contact__summary { margin: 0 0 30px; border-top: 2px solid var(--forest); }
.sdgs-contact__summary > div {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	margin: 0;
	border-bottom: 1px solid #d6dfda;
}
.sdgs-contact__summary dt,
.sdgs-contact__summary dd { margin: 0; padding: 16px 18px; }
.sdgs-contact__summary dt { color: var(--forest); background: #f0f4f2; font-size: 12px; font-weight: 800; }
.sdgs-contact__summary dd { color: #263b33; font-size: 14px; overflow-wrap: anywhere; }
.sdgs-contact__summary-message dd { min-height: 150px; white-space: pre-wrap; }
.sdgs-contact__actions--confirm { justify-content: space-between; }
.sdgs-contact__sending-note { margin: 16px 0 0 !important; color: var(--muted); font-size: 11px; text-align: right; }
.sdgs-contact__complete { padding: clamp(26px, 5vw, 48px); text-align: center; background: #f0f7f3; border: 1px solid #bfd5ca; }
.sdgs-contact__complete p { margin: 0 0 8px; color: var(--muted); }
.sdgs-contact__noscript { padding: 14px; color: #842d26; background: #fff2f0; }
.page-id-310 .wpcf7 form .wpcf7-response-output { margin: 22px 0 0; padding: 14px 17px; border: 1px solid #d6a72a; font: 700 13px/1.6 var(--sans); }
.page-id-310 .wpcf7 form.sent .wpcf7-response-output { color: #175b44; background: #edf7f2; border-color: #77ad99; }

/* About / operator page */
.page-id-162 .page-shell { max-width: 1180px; }
.page-id-162 .page-article .entry-content { max-width: 1040px; font-family: var(--sans); line-height: 1.8; }
.about-navi { display: grid; gap: clamp(64px, 9vw, 104px); }
.about-navi p { color: var(--muted); }
.about-navi__eyebrow {
	margin: 0 0 10px !important;
	color: #2f8a6b !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
}
.entry-content .about-navi h2,
.entry-content .about-navi h3 {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: -.025em;
}
.entry-content .about-navi h2::before,
.entry-content .about-navi h3::before { display: none; }
.about-navi__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: clamp(36px, 7vw, 88px);
	align-items: center;
	padding: clamp(38px, 6vw, 72px);
	color: var(--white);
	background: var(--forest);
	box-shadow: 0 28px 70px rgba(14, 39, 29, .14);
}
.about-navi__hero .about-navi__eyebrow { color: #77d1ad !important; }
.entry-content .about-navi__hero h2 {
	max-width: 720px;
	margin-bottom: 24px;
	color: var(--white);
	font-family: var(--serif);
	font-size: clamp(2.1rem, 4.6vw, 4rem);
	line-height: 1.34;
	text-wrap: balance;
}
.about-navi__hero p { max-width: 690px; color: #dce8e3; }
.about-navi__hero-copy > p:last-child { margin-bottom: 0; }
.about-navi__lead { margin-bottom: 12px !important; color: var(--white) !important; font-size: clamp(1rem, 1.7vw, 1.12rem); }
.about-navi__symbol { display: grid; justify-items: center; gap: 20px; }
.about-navi__symbol .sdg-wheel { width: 164px; height: 164px; }
.about-navi__symbol .sdg-wheel::after { inset: 44px; background: var(--forest); }
.about-navi__symbol > p { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--white); line-height: 1.2; }
.about-navi__symbol strong { font-family: var(--serif); font-size: 3.25rem; font-weight: 500; }
.about-navi__symbol span { color: #b9cec5; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.about-navi__section-heading { max-width: 720px; margin-bottom: 34px; }
.entry-content .about-navi__section-heading h2,
.entry-content .about-navi__sdgs h2,
.entry-content .about-navi__company h2,
.entry-content .about-navi__contact h2 {
	margin-bottom: 14px;
	color: var(--forest);
	font-family: var(--serif);
	font-size: clamp(1.85rem, 3.7vw, 3rem);
	line-height: 1.35;
}
.about-navi__section-heading > p:last-child { margin-bottom: 0; }
.about-navi__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-navi__cards article {
	min-height: 280px;
	padding: 28px;
	background: var(--white);
	border: 1px solid #cbd5d0;
	box-shadow: 0 16px 36px rgba(21, 46, 36, .05);
}
.about-navi__cards article > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 32px;
	color: var(--white);
	background: var(--green);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 900;
}
.entry-content .about-navi__cards h3 {
	margin-bottom: 12px;
	color: var(--forest);
	font-family: var(--serif);
	font-size: 1.55rem;
	line-height: 1.4;
}
.about-navi__cards p { margin: 0; font-size: 14px; }
.about-navi__editorial {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 1.5fr);
	gap: clamp(34px, 7vw, 76px);
	padding: clamp(34px, 6vw, 62px);
	background: #edf4f0;
	border-top: 3px solid var(--forest);
}
.about-navi__editorial .about-navi__section-heading { margin: 0; }
.about-navi__editorial ol { list-style: none; margin: 0; padding: 0; }
.about-navi__editorial li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid #c8d8d0; }
.about-navi__editorial li:first-child { padding-top: 0; border-top: 0; }
.about-navi__editorial li > span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.entry-content .about-navi__editorial h3 { margin-bottom: 6px; color: var(--forest); font-family: var(--sans); font-size: 1.05rem; font-weight: 900; }
.about-navi__editorial li p { margin: 0; font-size: 13px; }
.about-navi__sdgs {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: end;
	padding-bottom: 40px;
	border-bottom: 1px solid #bfcbc5;
}
.about-navi__sdgs > div { max-width: 760px; }
.about-navi__sdgs p:last-child { margin-bottom: 0; }
.about-navi__text-link,
.about-navi__company-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--forest);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}
.about-navi__text-link span,
.about-navi__company-link span { color: var(--green); font-size: 1.25em; }
.about-navi__company {
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(0, 1.35fr);
	gap: clamp(42px, 8vw, 92px);
	align-items: start;
}
.about-navi__company-intro { position: sticky; top: 120px; }
.about-navi__company-intro > p:not(.about-navi__eyebrow) { margin-bottom: 24px; }
.about-navi__company-data { margin: 0; border-top: 2px solid var(--forest); }
.about-navi__company-data > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); margin: 0; border-bottom: 1px solid #d2dbd6; }
.about-navi__company-data dt,
.about-navi__company-data dd { margin: 0; padding: 17px 14px; }
.about-navi__company-data dt { color: var(--forest); background: #f0f4f2; font-size: 11px; font-weight: 900; }
.about-navi__company-data dd { color: #30473e; font-size: 14px; }
.about-navi__company-data a { color: inherit; }
.about-navi__contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
	padding: clamp(32px, 5vw, 52px);
	color: var(--white);
	background: var(--forest);
}
.about-navi__contact .about-navi__eyebrow { color: #76cba9 !important; }
.entry-content .about-navi__contact h2 { color: var(--white); }
.about-navi__contact p:not(.about-navi__eyebrow) { max-width: 680px; margin-bottom: 0; color: #d7e5df; }
.about-navi__contact > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 240px;
	min-height: 56px;
	padding: 14px 22px;
	color: var(--forest);
	background: var(--white);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}
.about-navi__contact > a:hover { background: #eaf4ef; transform: translateY(-2px); }

@media (max-width: 900px) {
	.about-navi__hero { grid-template-columns: 1fr; }
	.about-navi__symbol { grid-template-columns: auto auto; justify-content: start; align-items: center; }
	.about-navi__symbol .sdg-wheel { width: 120px; height: 120px; }
	.about-navi__symbol .sdg-wheel::after { inset: 33px; }
	.about-navi__cards { grid-template-columns: 1fr; }
	.about-navi__cards article { min-height: 0; }
	.about-navi__editorial,
	.about-navi__company { grid-template-columns: 1fr; }
	.about-navi__company-intro { position: static; }
	.about-navi__contact { grid-template-columns: 1fr; }
}

.ranking-shell { padding: 64px 0 96px; }
.ranking-header { max-width: 820px; margin-bottom: 38px; }
.ranking-header h1 { margin: 0; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.12; letter-spacing: -.045em; }
.ranking-header > p:last-child { max-width: 640px; margin: 20px 0 0; color: var(--muted); }
.ranking-tabs__list { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 2px solid var(--forest); }
.ranking-tabs__list button {
	min-height: 52px;
	padding: 12px 18px;
	color: var(--muted);
	background: transparent;
	border: 0;
	border-right: 1px solid var(--line);
	font: 800 14px/1 var(--sans);
	cursor: pointer;
}
.ranking-tabs__list button:first-child { border-left: 1px solid var(--line); }
.ranking-tabs__list button[aria-selected="true"] { color: var(--white); background: var(--forest); }
.ranking-tabs__list button:focus-visible { outline: 3px solid #f5b400; outline-offset: 3px; }
.ranking-panel[hidden] { display: none; }
.ranking-list { margin: 0; padding: 0; list-style: none; }
.ranking-item {
	display: grid;
	grid-template-columns: 76px 220px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #c8d1cc;
}
.ranking-item__number { color: var(--green); font: 800 clamp(1.8rem, 4vw, 3.2rem)/1 var(--serif); letter-spacing: -.05em; }
.ranking-item__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #dfe6e2; }
.ranking-item__media img,
.ranking-item__media .story-card__placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ranking-item__media:hover img { transform: scale(1.025); }
.ranking-item__body h3 { max-width: 760px; margin: 8px 0 14px; font-size: clamp(1.25rem, 2.5vw, 1.8rem); line-height: 1.5; }
.ranking-item__body h3 a { color: var(--ink); text-decoration: none; }
.ranking-item__body h3 a:hover { color: var(--green); }
.ranking-item__body time { color: var(--muted); font-size: 12px; }
.ranking-empty { padding: 44px 0; color: var(--muted); }

.error-shell { max-width: 760px; padding: 100px 0 120px; }
.error-shell .search-form { max-width: 560px; margin: 34px 0; }

.site-footer { color: #dce7e2; background: var(--forest); }
.site-footer__inner { width: var(--shell); margin-inline: auto; padding: 48px 0; display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; align-items: start; }
.wordmark--footer { color: var(--white); }
.site-footer p { margin: 9px 0 0; font-size: 12px; }
.footer-menu { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-menu a { color: #dce7e2; font-size: 12px; text-decoration: none; }
.site-footer__legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }

@media (max-width: 980px) {
	:root { --shell: min(100% - 36px, 900px); }
	.site-header__inner { height: 68px; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 10;
		display: none;
		padding: 28px 18px;
		background: var(--paper);
		box-shadow: 0 18px 36px rgba(20, 37, 31, .12);
		max-height: calc(100vh - 73px);
		overflow: auto;
	}
	.primary-navigation.is-open { display: block; }
	.site-menu { display: block; }
	.site-menu li { border-bottom: 1px solid var(--line); }
	.site-menu a { display: block; padding: 16px 4px; font-size: 17px; }
	.site-search { order: 2; }
	.menu-toggle { order: 3; }
	.lead-grid { grid-template-columns: minmax(0,1.4fr) minmax(260px,.8fr); }
	.goal-grid { grid-template-columns: repeat(9, minmax(0,1fr)); }
	.koshien-hero { grid-template-columns: 1fr; }
	.koshien-stats { max-width: 480px; }
	.koshien-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.article-layout { grid-template-columns: minmax(0, 760px); }
	.article-context { position: static; display: grid; grid-template-columns: auto 1fr; gap: 12px 22px; margin-top: 20px; }
	.article-context .sdg-wheel { grid-row: 1 / span 2; }
	.article-context h2 { align-self: end; }
	.article-context ul { display: flex; gap: 10px; flex-wrap: wrap; }
	.article-context li { border: 0; padding: 0; }
}

@media (max-width: 720px) {
	:root { --shell: calc(100% - 28px); }
	body { font-size: 15px; }
	.site-header__inner { gap: 8px; }
	.site-search summary { width: 36px; height: 36px; }
	.home-shell { padding: 40px 0 62px; }
	.home-intro { margin-bottom: 24px; }
	.home-intro h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
	.archive-header--goal .archive-title { font-size: clamp(2.25rem, 10vw, 3.25rem); }
	.lead-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
	.lead-story { grid-row: auto; min-height: 470px; }
	.lead-side-story { min-height: 270px; }
	.lead-side-story .lead-story__overlay h2 { font-size: 1.6rem; }
	.home-section { margin-top: 58px; }
	.story-grid { grid-template-columns: 1fr; gap: 28px; }
	.story-card__body { min-height: 150px; }
	.goal-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
	.guide-promo { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
	.guide-promo .sdg-wheel { width: 96px; height: 96px; }
	.guide-promo .sdg-wheel::after { inset: 26px; }
	.story-card--row { grid-template-columns: 116px minmax(0,1fr); gap: 14px; }
	.story-card--row .story-card__body { display: block; }
	.story-card--row .story-card__title { font-size: 1.15rem; }
	.story-card--row .story-card__excerpt { display: none; }
	.koshien-shell { padding-top: 20px; }
	.koshien-hero { gap: 28px; padding: 34px 24px; border-radius: 0 0 18px 0; }
	.koshien-hero h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
	.koshien-hero__copy > p:last-child { margin-top: 22px; font-size: .95rem; }
	.koshien-stats { width: 100%; }
	.koshien-stats div { padding: 15px 5px; }
	.koshien-stats dd { font-size: 10px; }
	.koshien-index { justify-content: flex-start; padding: 16px; overflow-x: auto; flex-wrap: nowrap; }
	.koshien-index a { flex: 0 0 auto; }
	.koshien-overview { grid-template-columns: 1fr; margin-top: 54px; padding: 24px; }
	.koshien-section { margin-top: 62px; }
	.koshien-report-grid,
	.koshien-team-grid { grid-template-columns: 1fr; gap: 28px; }
	.koshien-note { margin-top: 58px; padding: 20px; }
	.ranking-shell { padding-top: 42px; }
	.ranking-tabs__list button { min-height: 48px; padding: 10px 6px; }
	.ranking-item { grid-template-columns: 42px 104px minmax(0, 1fr); gap: 12px; padding: 18px 0; }
	.ranking-item__body h3 { margin: 5px 0 8px; font-size: 1rem; line-height: 1.5; }
	.ranking-item__body .story-card__section { font-size: 10px; }
	.article-shell { padding-top: 28px; }
	.breadcrumbs { margin-bottom: 28px; }
	.article-header h1 { font-size: clamp(2.25rem, 11vw, 3.6rem); }
	.article-header,
	.page-header { padding-top: 20px; }
	.page-header { margin-bottom: 36px; }
	.article-deck { padding-left: 14px; font-size: 1rem; }
	.page-id-310 .page-header { margin-bottom: 28px; }
	.contact-page-lead { margin-bottom: 26px; padding-left: 15px; }
	.sdgs-contact { margin-inline: -14px; padding: 28px 18px; }
	.sdgs-contact__progress { gap: 5px; margin-bottom: 34px; }
	.sdgs-contact__progress > div { gap: 6px; font-size: 10px; }
	.sdgs-contact__progress span { width: 24px; height: 24px; }
	.sdgs-contact__grid { grid-template-columns: 1fr; gap: 0; }
	.sdgs-contact__field { margin-bottom: 21px; }
	.sdgs-contact textarea { min-height: 210px; }
	.sdgs-contact__actions,
	.sdgs-contact__actions--confirm { flex-direction: column-reverse; }
	.sdgs-contact .sdgs-contact__button { width: 100%; min-width: 0; }
	.sdgs-contact__summary > div { grid-template-columns: 1fr; }
	.sdgs-contact__summary dt { padding-bottom: 8px; }
	.sdgs-contact__summary dd { padding-top: 8px; }
	.sdgs-contact__sending-note { text-align: left; }
	.page-id-162 .page-header { margin-bottom: 30px; }
	.page-id-162 .page-article .entry-content { width: calc(100% + 28px); margin-left: -14px; }
	.about-navi { gap: 62px; }
	.about-navi__hero { gap: 30px; padding: 34px 20px; }
	.entry-content .about-navi__hero h2 { font-size: clamp(2rem, 10.5vw, 3rem); }
	.about-navi__symbol { grid-template-columns: 92px 1fr; gap: 15px; }
	.about-navi__symbol .sdg-wheel { width: 92px; height: 92px; }
	.about-navi__symbol .sdg-wheel::after { inset: 25px; }
	.about-navi__symbol strong { font-size: 2.55rem; }
	.about-navi__section,
	.about-navi__sdgs,
	.about-navi__company { padding-inline: 14px; }
	.about-navi__section-heading { margin-bottom: 24px; }
	.about-navi__cards { gap: 12px; }
	.about-navi__cards article { padding: 24px; }
	.about-navi__cards article > span { margin-bottom: 22px; }
	.about-navi__editorial { gap: 26px; padding: 30px 20px; }
	.about-navi__sdgs { grid-template-columns: 1fr; gap: 18px; padding-bottom: 30px; }
	.about-navi__text-link { white-space: normal; }
	.about-navi__company { gap: 30px; }
	.about-navi__company-data > div { grid-template-columns: 90px minmax(0, 1fr); }
	.about-navi__company-data dt,
	.about-navi__company-data dd { padding: 14px 10px; }
	.about-navi__contact { gap: 24px; padding: 30px 20px; }
	.about-navi__contact > a { width: 100%; min-width: 0; }
	.article-hero { width: calc(100% + 28px); margin-left: -14px; }
	.article-content { line-height: 1.95; }
	.article-content > .alignfull { width: calc(100vw - 28px); margin-left: 0; }
	.entry-content h2 { margin-top: 2.35em; padding: .75em 0 .62em; font-size: clamp(1.5rem, 7vw, 1.9rem); }
	.entry-content h3 { margin-top: 2em; padding-left: 14px; font-size: clamp(1.25rem, 6vw, 1.55rem); }
	.entry-content h4 { font-size: 1.12rem; }
	.entry-content blockquote { padding: 20px 18px 18px 28px; }
	.entry-content .alignleft,
	.entry-content .alignright { float: none; margin: 1.5em auto; }
	.entry-content iframe[src*="youtube.com"],
	.entry-content iframe[src*="youtube-nocookie.com"],
	.entry-content iframe[src*="youtu.be"],
	.entry-content iframe[src*="player.vimeo.com"] { border-radius: 6px; }
	.article-context { grid-template-columns: 76px 1fr; }
	.article-context .sdg-wheel { width: 72px; height: 72px; }
	.article-context .sdg-wheel::after { inset: 20px; }
	.site-footer__inner { grid-template-columns: 1fr; }
	.site-footer__legal { grid-column: auto; }
}

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

/* SDGs goal evergreen guides */
.sdgs-goal-page .page-shell { max-width: 1200px; }
.sdgs-goal-page .page-header { max-width: 1040px; margin-inline: auto; }
.sdgs-goal-page .page-header h1 { max-width: 980px; font-size: clamp(3rem, 6.4vw, 5.8rem); }
.sdgs-goal-page .page-article .entry-content {
	max-width: 1080px;
	font-family: var(--sans);
	color: #31473f;
	font-size: 16px;
	line-height: 1.9;
}
.sdg-guide { --goal-soft: #f2f6f4; display: grid; gap: 88px; }
.sdg-guide * { box-sizing: border-box; }
.sdg-guide__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
	align-items: stretch;
	min-height: 600px;
	color: #fff;
	background: var(--forest);
	overflow: hidden;
}
.sdg-guide__hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 76px); }
.sdg-guide__eyebrow,
.sdg-guide__heading > p {
	margin: 0 0 18px;
	color: var(--goal-color);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .19em;
	line-height: 1.4;
}
.entry-content .sdg-guide__hero h2 {
	margin: 0 0 28px;
	padding: 0;
	border: 0;
	color: #fff;
	font-family: var(--serif);
	font-size: clamp(2.2rem, 4.4vw, 4.2rem);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.32;
}
.entry-content .sdg-guide__hero h2::before,
.entry-content .sdg-guide__hero h2::after { display: none; }
.sdg-guide__lead { margin: 0; color: #d5e2dc; font-size: 15px; line-height: 2; }
.sdg-guide__identity { display: flex; align-items: center; gap: 15px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.sdg-guide__identity > span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	color: #fff;
	background: var(--goal-color);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}
.sdg-guide__identity p { display: grid; gap: 2px; margin: 0; }
.sdg-guide__identity strong { color: #fff; font-size: 14px; }
.sdg-guide__identity small { color: #aebfb7; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.sdg-guide__hero figure { position: relative; margin: 0; min-height: 100%; background: #dce4e0; }
.sdg-guide__hero-image { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; }
.sdg-guide__hero figcaption {
	position: absolute;
	right: 14px;
	bottom: 12px;
	left: 14px;
	padding: 8px 10px;
	color: #fff;
	background: rgba(10,35,26,.72);
	font-size: 10px;
	line-height: 1.5;
	backdrop-filter: blur(6px);
}
.sdg-guide__toc {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	padding: 24px 28px;
	border-top: 2px solid var(--forest);
	border-bottom: 1px solid #ced9d3;
}
.sdg-guide__toc > p { margin: 0; color: var(--goal-color); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.sdg-guide__toc ol { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.sdg-guide__toc li { counter-increment: toc; }
.sdg-guide__toc a { color: #30473e; font-size: 12px; font-weight: 800; text-decoration: none; }
.sdg-guide__toc a::before { content: counter(toc, decimal-leading-zero) ". "; color: #95a69e; }
.sdg-guide__toc a:hover { color: var(--goal-color); }
.sdg-guide__section { scroll-margin-top: 120px; }
.sdg-guide__heading { max-width: 760px; margin-bottom: 34px; }
.entry-content .sdg-guide__heading h2,
.entry-content .sdg-guide__section h2 {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	color: var(--forest);
	font-family: var(--serif);
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.35;
}
.entry-content .sdg-guide__section h2::before,
.entry-content .sdg-guide__section h2::after { display: none; }
.sdg-guide__heading > div { color: #66766f; font-size: 14px; line-height: 1.85; }
.sdg-guide__basics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #d4ddd8; border: 1px solid #d4ddd8; }
.sdg-guide__basics article { position: relative; padding: 30px; background: #fff; }
.sdg-guide__basics article > span { color: var(--goal-color); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.entry-content .sdg-guide__basics h3,
.entry-content .sdg-guide__target-grid h3,
.entry-content .sdg-guide__perspective-grid h3,
.entry-content .sdg-guide__japan-grid h3,
.entry-content .sdg-guide__action-grid h3 {
	margin: 14px 0 10px;
	padding: 0;
	border: 0;
	color: var(--forest);
	font-family: var(--sans);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.55;
}
.entry-content .sdg-guide h3::before { display: none; }
.sdg-guide__basics p,
.sdg-guide__target-grid p,
.sdg-guide__perspective-grid p,
.sdg-guide__japan-grid p { margin: 0; color: #65756e; font-size: 13px; line-height: 1.8; }
.sdg-guide__basics p strong { color: var(--forest); }
.sdg-guide__fact { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; align-items: center; gap: 22px; margin-top: 18px; padding: 24px 28px; color: #fff; background: var(--forest); }
.sdg-guide__fact > span { color: var(--goal-color); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.sdg-guide__fact p { margin: 0; color: #fff; font-family: var(--serif); font-size: 1.12rem; line-height: 1.7; }
.sdg-guide__fact a { color: #fff; font-size: 11px; font-weight: 800; line-height: 1.6; text-decoration-color: var(--goal-color); text-underline-offset: 4px; }
.sdg-guide__section--tint { margin-inline: calc(50% - 50vw); padding: 82px max(24px, calc((100vw - 1080px) / 2)); background: #eef3f0; }
.sdg-guide__target-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sdg-guide__target-grid article { padding: 30px; background: #fff; border-top: 4px solid var(--goal-color); }
.sdg-guide__codes { color: var(--goal-color) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; }
.sdg-guide__perspective-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sdg-guide__perspective-grid article { padding: 26px 0 0; border-top: 2px solid var(--goal-color); }
.sdg-guide__connection { display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: center; gap: 20px; margin-top: 44px; padding: 26px 30px; border: 1px solid #d4ddd8; }
.sdg-guide__connection > span { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--goal-color); border-radius: 50%; font-size: 22px; }
.sdg-guide__connection p { margin: 0; color: #607169; font-size: 13px; }
.sdg-guide__connection strong { color: var(--forest); }
.sdg-guide__section--dark { margin-inline: calc(50% - 50vw); padding: 84px max(24px, calc((100vw - 1080px) / 2)); color: #fff; background: var(--forest); }
.sdg-guide__section--dark .sdg-guide__heading h2 { color: #fff; }
.sdg-guide__section--dark .sdg-guide__heading > div { color: #bdccc5; }
.sdg-guide__japan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); }
.sdg-guide__japan-grid article { padding: 30px; background: #183f32; }
.entry-content .sdg-guide__japan-grid h3 { color: #fff; }
.sdg-guide__japan-grid p { color: #c5d2cc; }
.sdg-guide__action-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sdg-guide__action-grid section { padding: 30px; border: 1px solid #d4ddd8; box-shadow: 0 14px 38px rgba(16,55,42,.06); }
.entry-content .sdg-guide__action-grid h3 { margin-top: 0; padding-bottom: 18px; border-bottom: 2px solid var(--goal-color); }
.sdg-guide__action-grid ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.sdg-guide__action-grid li { position: relative; padding-left: 20px; color: #5d6f67; font-size: 13px; line-height: 1.75; }
.sdg-guide__action-grid li::before { content: ""; position: absolute; top: .7em; left: 0; width: 7px; height: 7px; background: var(--goal-color); border-radius: 50%; }
.sdg-guide__related { padding-top: 6px; }
.sdg-guide__related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sdg-guide__related-links a { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; min-height: 74px; padding: 13px 16px; color: var(--forest); border: 1px solid #d4ddd8; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.sdg-guide__related-links a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16,55,42,.08); }
.sdg-guide__related-links span { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--related-color); font-weight: 900; }
.sdg-guide__related-links strong { font-size: 12px; line-height: 1.5; }
.sdg-guide__faq { max-width: 900px; margin-inline: auto; }
.sdg-guide__faq-list { border-top: 2px solid var(--forest); }
.sdg-guide__faq details { border-bottom: 1px solid #d2dcd7; }
.sdg-guide__faq summary { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 14px; padding: 22px 8px; color: var(--forest); font-weight: 900; cursor: pointer; list-style: none; }
.sdg-guide__faq summary::-webkit-details-marker { display: none; }
.sdg-guide__faq summary::after { content: "+"; grid-column: 3; color: var(--goal-color); font-size: 24px; font-weight: 400; }
.sdg-guide__faq details[open] summary::after { content: "−"; }
.sdg-guide__faq summary > span,
.sdg-guide__faq details > div > span { color: var(--goal-color); font-size: 12px; font-weight: 900; }
.sdg-guide__faq details > div { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 0 44px 24px 8px; }
.sdg-guide__faq details > div p { margin: 0; color: #65756e; font-size: 14px; }
.sdg-guide__sources { padding: 38px 40px; background: #edf2ef; }
.sdg-guide__sources .sdg-guide__heading { margin-bottom: 18px; }
.entry-content .sdg-guide__sources h2 { font-size: clamp(1.65rem, 3vw, 2.45rem); }
.sdg-guide__sources > p { color: #5f7068; font-size: 13px; }
.sdg-guide__sources ul { display: grid; gap: 8px; margin: 20px 0; padding-left: 20px; }
.sdg-guide__sources li { font-size: 12px; }
.sdg-guide__sources a { color: var(--forest); text-decoration-color: var(--goal-color); text-underline-offset: 4px; }
.sdg-guide__reviewed { margin-bottom: 0 !important; color: #819088 !important; font-size: 11px !important; }
.sdg-guide__pager { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #315347; }
.sdg-guide__pager a { display: grid; gap: 8px; min-height: 118px; padding: 28px 32px; color: #fff; background: var(--forest); text-decoration: none; }
.sdg-guide__pager a:last-child { text-align: right; }
.sdg-guide__pager span { color: var(--goal-color); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.sdg-guide__pager strong { font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; }

@media (min-width: 1101px) {
	.sdg-guide__hero-copy { padding: 50px; }
	.entry-content .sdg-guide__hero h2 { font-size: clamp(2.2rem, 3vw, 2.7rem); }
	.sdg-guide__lead { font-size: 14px; line-height: 1.85; }
	.sdg-guide__hero-image { min-height: 760px; }
}

@media (max-width: 1100px) {
	.sdg-guide__hero { grid-template-columns: 1fr; }
	.sdg-guide__hero-image { height: 430px; min-height: 430px; }
	.sdg-guide__hero figure { height: 430px; min-height: 430px; }
}

@media (max-width: 900px) {
	.sdg-guide { gap: 70px; }
	.sdg-guide__fact { grid-template-columns: 100px minmax(0, 1fr); }
	.sdg-guide__fact a { grid-column: 2; }
	.sdg-guide__perspective-grid,
	.sdg-guide__japan-grid,
	.sdg-guide__action-grid { grid-template-columns: 1fr; }
	.sdg-guide__japan-grid { gap: 12px; background: transparent; }
	.sdg-guide__related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
	.sdgs-goal-page .page-header { margin-bottom: 28px; }
	.sdgs-goal-page .page-header h1 { font-size: clamp(2.25rem, 10.5vw, 3.2rem); }
	.sdgs-goal-page .page-article .entry-content { width: calc(100% + 28px); margin-left: -14px; }
	.sdg-guide { gap: 58px; }
	.sdg-guide__hero { min-height: 0; }
	.sdg-guide__hero-copy { padding: 34px 20px 38px; }
	.entry-content .sdg-guide__hero h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
	.sdg-guide__lead { font-size: 14px; }
	.sdg-guide__hero figure,
	.sdg-guide__hero-image { height: 300px; min-height: 300px; }
	.sdg-guide__hero-image { aspect-ratio: 4 / 3; }
	.sdg-guide__toc { grid-template-columns: 1fr; gap: 12px; padding: 22px 18px; }
	.sdg-guide__toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
	.sdg-guide__section:not(.sdg-guide__section--tint):not(.sdg-guide__section--dark) { padding-inline: 14px; }
	.sdg-guide__heading { margin-bottom: 25px; }
	.entry-content .sdg-guide__heading h2,
	.entry-content .sdg-guide__section h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
	.sdg-guide__basics,
	.sdg-guide__target-grid { grid-template-columns: 1fr; }
	.sdg-guide__basics article,
	.sdg-guide__target-grid article,
	.sdg-guide__japan-grid article,
	.sdg-guide__action-grid section { padding: 24px 20px; }
	.sdg-guide__fact { grid-template-columns: 1fr; gap: 12px; padding: 24px 20px; }
	.sdg-guide__fact a { grid-column: auto; }
	.sdg-guide__section--tint,
	.sdg-guide__section--dark { padding: 58px 18px; }
	.sdg-guide__perspective-grid { gap: 28px; }
	.sdg-guide__connection { grid-template-columns: 44px minmax(0, 1fr); padding: 22px 18px; }
	.sdg-guide__connection > span { width: 42px; height: 42px; }
	.sdg-guide__related-links { grid-template-columns: 1fr; }
	.sdg-guide__faq details > div { padding-right: 8px; }
	.sdg-guide__sources { padding: 30px 20px !important; }
	.sdg-guide__pager { grid-template-columns: 1fr; }
	.sdg-guide__pager a { min-height: 96px; padding: 24px 20px; }
	.sdg-guide__pager a:last-child { text-align: left; }
}
