:root {
	--kt-red: #c72f3f;
	--kt-red-dark: #972434;
	--kt-orange: #ef7f3f;
	--kt-green: #3f7964;
	--kt-green-dark: #204f3f;
	--kt-green-soft: #dcebe2;
	--kt-cream: #f6f0e7;
	--kt-paper: #fffdf9;
	--kt-ink: #20231f;
	--kt-copy: #4f534d;
	--kt-muted: #73776f;
	--kt-line: #ded8ce;
	--kt-yellow: #f0d04b;
	--kt-radius: 28px;
	--kt-shadow: 0 24px 70px rgba(47, 42, 33, 0.12);
	--kt-font: "BIZ UDPGothic", "Yu Gothic UI", "Hiragino Sans", "Meiryo", sans-serif;
}

html {
	scroll-behavior: smooth;
}

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

.kodaira-committee-front *,
.kodaira-committee-front *::before,
.kodaira-committee-front *::after {
	box-sizing: border-box;
}

.kodaira-committee-front img {
	display: block;
	max-width: 100%;
}

.kodaira-committee-front a {
	color: inherit;
	text-decoration: none;
}

.kodaira-committee-front button,
.kodaira-committee-front input,
.kodaira-committee-front textarea {
	font: inherit;
}

.kodaira-committee-front :focus-visible {
	outline: 3px solid var(--kt-yellow);
	outline-offset: 4px;
}

.site-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	color: #111;
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

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

[id] {
	scroll-margin-top: 94px;
}

/* Header */
.site-nav {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1000;
	background: rgba(255, 253, 249, 0.95);
	border-bottom: 1px solid rgba(32, 35, 31, 0.08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-nav.is-scrolled {
	box-shadow: 0 10px 30px rgba(32, 35, 31, 0.08);
	background: rgba(255, 253, 249, 0.99);
}

.nav-inner {
	display: flex;
	align-items: center;
	min-height: 76px;
	gap: 24px;
}

.brand-lockup {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 12px;
}

.brand-lockup img {
	width: 142px;
	height: auto;
}

.brand-name {
	display: flex;
	flex-direction: column;
	padding-left: 12px;
	border-left: 1px solid var(--kt-line);
	line-height: 1.2;
}

.brand-name strong {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.015em;
}

.brand-name small {
	margin-top: 4px;
	color: var(--kt-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 1.5vw, 26px);
	flex: 1 1 auto;
}

.desktop-nav a {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.desktop-nav a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	background: var(--kt-red);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
	transform: scaleX(1);
}

.nav-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--kt-orange);
	box-shadow: 0 8px 22px rgba(239, 127, 63, 0.26);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-contact:hover {
	box-shadow: 0 12px 26px rgba(239, 127, 63, 0.36);
	transform: translateY(-2px);
}

.nav-toggle,
.mobile-nav {
	display: none;
}

/* Hero */
.hero {
	position: relative;
	min-height: 780px;
	overflow: hidden;
	padding: 150px 0 88px;
	background: #243f36;
	color: #fff;
}

.hero-photo,
.hero-shade {
	position: absolute;
	inset: 0;
}

.hero-photo {
	background-image: url("../img/hero-kodaira.jpeg");
	background-position: 56% 48%;
	background-size: cover;
	transform: scale(1.02);
}

.hero-shade {
	background:
		linear-gradient(90deg, rgba(15, 38, 31, 0.9) 0%, rgba(15, 38, 31, 0.76) 43%, rgba(15, 38, 31, 0.28) 72%, rgba(15, 38, 31, 0.17) 100%),
		linear-gradient(0deg, rgba(14, 32, 27, 0.42), rgba(14, 32, 27, 0.04) 58%);
}

.hero::before {
	position: absolute;
	top: 118px;
	right: -80px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	content: "";
}

.hero::after {
	content: none;
}

.hero-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.72fr);
	align-items: end;
	gap: clamp(56px, 8vw, 112px);
}

.hero-kicker,
.eyebrow {
	margin: 0 0 18px;
	color: var(--kt-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hero-kicker {
	color: #f6e485;
}

.hero-copy h1 {
	margin: 0;
	color: #18324b;
	font-size: clamp(50px, 6.2vw, 84px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.28;
	text-wrap: balance;
}

.hero-copy h1 .hero-marker,
.volunteer-layout h2 .volunteer-marker,
.voice-intro h2 .voice-marker {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 0.01em 0.13em 0.045em;
	color: #18324b;
	isolation: isolate;
	white-space: nowrap;
}

.hero-copy h1 .hero-marker::before,
.volunteer-layout h2 .volunteer-marker::before,
.voice-intro h2 .voice-marker::before {
	position: absolute;
	z-index: -1;
	inset: 7% 0 8%;
	background: rgba(255, 255, 255, 0.98);
	content: "";
	transform: scaleX(1);
	transform-origin: left center;
}

.is-motion-ready [data-marker-reveal] .hero-marker::before,
.is-motion-ready [data-marker-reveal] .volunteer-marker::before,
.is-motion-ready [data-marker-reveal] .voice-marker::before {
	transform: scaleX(0);
}

.is-motion-ready [data-marker-reveal].is-in-view .hero-marker::before,
.is-motion-ready [data-marker-reveal].is-in-view .volunteer-marker::before,
.is-motion-ready [data-marker-reveal].is-in-view .voice-marker::before {
	animation: kt-marker-sweep 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: var(--marker-delay, 0ms);
}

.hero-marker:nth-of-type(2),
.volunteer-marker:nth-of-type(2),
.voice-marker:nth-of-type(2) {
	--marker-delay: 110ms;
}

.hero-marker:nth-of-type(3),
.volunteer-marker:nth-of-type(3) {
	--marker-delay: 220ms;
}

@keyframes kt-marker-sweep {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

.hero-copy h1 em {
	color: inherit;
	font-style: normal;
	font-weight: inherit;
}

.hero-copy h1 em::after {
	content: none;
}

.hero-lead {
	margin: 30px 0 12px;
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 800;
	line-height: 1.65;
}

.hero-body {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.95;
}

.hero-actions {
	display: grid;
	gap: 12px;
}

.action-card {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 19px 64px 18px 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 36px rgba(17, 31, 26, 0.2);
	color: var(--kt-ink) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.action-card:hover {
	box-shadow: 0 20px 45px rgba(17, 31, 26, 0.3);
	transform: translateX(-6px);
}

.action-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 7px;
	background: var(--kt-red);
	content: "";
}

.action-nishi::before {
	background: var(--kt-green);
}

.action-contact::before {
	background: var(--kt-orange);
}

.action-card .action-label {
	grid-column: 1 / 2;
	color: var(--kt-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
}

.action-card strong {
	grid-column: 1 / 2;
	margin-top: 3px;
	font-size: 18px;
	line-height: 1.4;
}

.action-card strong + span {
	grid-column: 1 / 2;
	color: var(--kt-copy);
	font-size: 11px;
}

.action-card b {
	position: absolute;
	top: 50%;
	right: 18px;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: var(--kt-ink);
	color: #fff;
	font-size: 16px;
	transform: translateY(-50%);
}

.hero-scroll {
	position: absolute;
	bottom: 28px;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
	transform: translateX(-50%);
}

.hero-scroll i {
	position: relative;
	display: block;
	width: 1px;
	height: 38px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.28);
}

.hero-scroll i::after {
	position: absolute;
	top: -40px;
	left: 0;
	width: 1px;
	height: 28px;
	background: #fff;
	content: "";
	animation: kt-scroll 1.8s ease-in-out infinite;
}

@keyframes kt-scroll {
	0% { transform: translateY(0); }
	100% { transform: translateY(78px); }
}

/* Shared sections */
.event-strip,
.city-section,
.support-section,
.news-section,
.contact-section {
	padding: clamp(78px, 9vw, 124px) 0;
}

.section-intro {
	max-width: 780px;
	margin-bottom: 48px;
}

.section-intro.centered {
	margin-inline: auto;
	text-align: center;
}

.section-intro h2 {
	margin: 0;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.34;
	text-wrap: balance;
}

.section-intro h2 span {
	color: var(--kt-red);
}

.section-intro > p:last-child {
	max-width: 680px;
	margin: 20px 0 0;
	color: var(--kt-copy);
	font-size: 15px;
	line-height: 1.9;
}

.section-intro.centered > p:last-child {
	margin-inline: auto;
}

/* Event */
.event-strip {
	position: relative;
	overflow: hidden;
	background: var(--kt-cream);
}

.event-strip::after {
	position: absolute;
	right: -160px;
	bottom: -210px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(63, 121, 100, 0.24);
	border-radius: 50%;
	content: "";
}

.event-intro {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	column-gap: 54px;
	align-items: end;
	max-width: none;
}

.event-intro .eyebrow {
	grid-column: 1 / -1;
}

.event-intro h2 {
	font-size: clamp(46px, 7vw, 94px);
	line-height: 1;
}

.event-intro h2 span {
	display: block;
	margin-top: 10px;
	color: var(--kt-green-dark);
	font-size: 0.4em;
	letter-spacing: 0.08em;
}

.event-intro > p:last-child {
	margin: 0 0 4px;
}

.event-banner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	overflow: hidden;
	border-radius: var(--kt-radius);
	background: var(--kt-green-dark);
	box-shadow: var(--kt-shadow);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.event-banner:hover {
	box-shadow: 0 32px 80px rgba(47, 42, 33, 0.2);
	transform: translateY(-5px);
}

.event-banner img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.event-banner > span {
	display: flex;
	width: 220px;
	min-height: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 26px;
	background: var(--kt-green-dark);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
}

.event-banner b {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--kt-yellow);
	color: var(--kt-green-dark);
}

/* City cards */
.city-section {
	background: var(--kt-paper);
}

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

.city-card {
	overflow: hidden;
	border: 1px solid var(--kt-line);
	border-radius: var(--kt-radius);
	background: #fff;
	box-shadow: 0 14px 48px rgba(46, 42, 34, 0.08);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.city-card:hover {
	box-shadow: var(--kt-shadow);
	transform: translateY(-7px);
}

.city-image {
	position: relative;
	display: block;
	height: 340px;
	overflow: hidden;
	background: var(--kt-green-soft);
}

.city-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.city-card:hover .city-image > img {
	transform: scale(1.025);
}

.kodaira-members {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: #e8e3da;
}

.kodaira-members > img {
	object-position: 50% 17%;
}

.kodaira-members > img:nth-child(2) {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.city-stamp {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 12px 18px;
	border-radius: 14px;
	background: rgba(255, 253, 249, 0.94);
	box-shadow: 0 8px 24px rgba(20, 30, 26, 0.16);
	color: var(--kt-ink);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.1;
}

.city-stamp small {
	display: block;
	margin-bottom: 5px;
	color: var(--kt-red);
	font-size: 8px;
	letter-spacing: 0.16em;
}

.city-nishi .city-stamp small {
	color: var(--kt-green);
}

.city-content {
	padding: 32px 34px 34px;
}

.city-label {
	margin: 0 0 8px;
	color: var(--kt-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.city-nishi .city-label {
	color: var(--kt-green);
}

.city-content h3 {
	margin: 0;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.4;
}

.city-content > p:not(.city-label) {
	margin: 14px 0 26px;
	color: var(--kt-copy);
	font-size: 14px;
	line-height: 1.85;
}

.city-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid var(--kt-line);
	padding-top: 22px;
}

.city-links a {
	font-size: 12px;
	font-weight: 800;
}

.city-links .city-primary {
	color: var(--kt-red);
	font-size: 14px;
}

.city-nishi .city-links .city-primary {
	color: var(--kt-green);
}

.city-links a:last-child {
	color: var(--kt-muted);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Support */
.support-section {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.support-section::before {
	position: absolute;
	top: -140px;
	left: -160px;
	width: 390px;
	height: 390px;
	border-radius: 50%;
	background: var(--kt-green-soft);
	content: "";
	opacity: 0.6;
}

.support-section .site-shell {
	position: relative;
}

.support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.support-card {
	position: relative;
	display: flex;
	min-height: 430px;
	flex-direction: column;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--kt-line);
	border-radius: 24px;
	background: var(--kt-paper);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.support-card:hover {
	border-color: rgba(199, 47, 63, 0.4);
	box-shadow: 0 20px 50px rgba(47, 42, 33, 0.1);
	transform: translateY(-5px);
}

.support-number {
	position: absolute;
	top: 18px;
	right: 22px;
	color: #e6dfd4;
	font-size: 58px;
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 1;
}

.support-icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 50%;
	background: var(--kt-green-soft);
	color: var(--kt-green-dark);
	font-size: 30px;
}

.support-card:nth-child(2) .support-icon {
	background: #f6e6c5;
	color: #b9652d;
}

.support-card:nth-child(3) .support-icon {
	background: #f5dce0;
	color: var(--kt-red);
}

.support-icon i {
	line-height: 1;
}

.support-card h3 {
	margin: 0;
	font-size: 25px;
	line-height: 1.5;
}

.support-card p {
	margin: 15px 0 26px;
	color: var(--kt-copy);
	font-size: 14px;
	line-height: 1.9;
}

.support-card strong {
	margin-top: auto;
	color: var(--kt-red);
	font-size: 13px;
}

/* News */
.news-section {
	background: var(--kt-cream);
}

.news-heading {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 36px;
}

.news-heading .section-intro {
	margin-bottom: 30px;
}

.news-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 34px;
}

.news-tabs button {
	min-width: 66px;
	padding: 9px 15px;
	border: 1px solid var(--kt-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.56);
	color: var(--kt-copy);
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	transition: background 160ms ease, color 160ms ease;
}

.news-tabs button.is-active,
.news-tabs button:hover {
	border-color: var(--kt-ink);
	background: var(--kt-ink);
	color: #fff;
}

.news-list {
	border-top: 1px solid var(--kt-ink);
}

.news-row {
	display: grid;
	grid-template-columns: 112px 88px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 16px;
	min-height: 82px;
	border-bottom: 1px solid var(--kt-line);
	transition: background-color 160ms ease, padding 160ms ease;
}

.news-row:hover {
	padding-inline: 14px;
	background: rgba(255, 255, 255, 0.58);
}

.news-row[hidden] {
	display: none;
}

.news-row time {
	color: var(--kt-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.news-badge {
	display: inline-flex;
	width: fit-content;
	min-width: 66px;
	justify-content: center;
	padding: 4px 9px;
	border-radius: 999px;
	background: #f2d7dc;
	color: var(--kt-red-dark);
	font-size: 10px;
	font-weight: 800;
}

.badge-kodaira {
	background: #f7e2c9;
	color: #9b581f;
}

.badge-nishitokyo {
	background: var(--kt-green-soft);
	color: var(--kt-green-dark);
}

.news-row strong {
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-row > b {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	font-size: 12px;
}

.news-empty {
	padding: 36px 0;
	color: var(--kt-muted);
	text-align: center;
}

/* Volunteer */
.volunteer-section {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background: var(--kt-green-dark);
	color: #fff;
}

.volunteer-photo,
.volunteer-color {
	position: absolute;
	inset: 0;
}

.volunteer-photo {
	background-image: url("../img/volunteer-kodaira.jpeg");
	background-position: center 42%;
	background-size: cover;
}

.volunteer-color {
	background:
		linear-gradient(270deg, rgba(26, 70, 56, 0.96) 0%, rgba(26, 70, 56, 0.82) 48%, rgba(26, 70, 56, 0.12) 100%),
		linear-gradient(0deg, rgba(18, 45, 37, 0.12), rgba(18, 45, 37, 0.12));
}

.volunteer-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: end;
	min-height: 650px;
	padding-block: 90px;
}

.volunteer-content {
	width: min(68%, 840px);
}

.eyebrow.light {
	color: #f6e485;
}

.volunteer-layout h2 {
	margin: 0;
	color: #18324b;
	font-size: clamp(36px, 3.7vw, 50px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.38;
}

.volunteer-heading-mobile {
	display: none;
}

.volunteer-layout h2 + p {
	max-width: 700px;
	margin: 24px 0 26px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	line-height: 1.95;
}

.volunteer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

.volunteer-tags span {
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 11px;
	font-weight: 700;
}

.volunteer-button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--kt-yellow);
	box-shadow: 0 12px 30px rgba(11, 34, 27, 0.25);
	color: var(--kt-green-dark) !important;
	font-size: 14px;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.volunteer-button:hover {
	box-shadow: 0 16px 34px rgba(11, 34, 27, 0.34);
	transform: translateY(-3px);
}

/* Entry motion */
.is-motion-ready [data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 620ms ease var(--reveal-delay, 0ms),
		transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.is-motion-ready [data-reveal].is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.action-card:nth-child(2),
.support-card:nth-child(2) {
	--reveal-delay: 90ms;
}

.action-card:nth-child(3),
.support-card:nth-child(3) {
	--reveal-delay: 180ms;
}

.is-motion-ready .action-card.is-in-view:hover,
.is-motion-ready .support-card.is-in-view:hover {
	transform: translateY(-5px);
}

/* Contact */
.contact-section {
	background: var(--kt-paper);
}

.contact-intro {
	margin-bottom: 52px;
}

.contact-layout {
	display: grid;
	grid-template-columns: 0.62fr 1.38fr;
	align-items: start;
	gap: 28px;
	max-width: 1020px;
	margin-inline: auto;
}

.contact-aside {
	padding: 34px;
	border-radius: 24px;
	background: var(--kt-green-dark);
	color: #fff;
}

.contact-aside-label {
	margin: 0 0 10px;
	color: #bdd6ca;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.contact-aside > a {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.contact-aside > p:not(.contact-aside-label) {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	line-height: 1.8;
}

.contact-aside ul {
	margin: 28px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
}

.contact-aside li {
	position: relative;
	padding-left: 23px;
	font-size: 13px;
}

.contact-aside li + li {
	margin-top: 8px;
}

.contact-aside li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--kt-yellow);
	content: "●";
	font-size: 8px;
}

.contact-form-wrap {
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid var(--kt-line);
	border-radius: var(--kt-radius);
	background: #fff;
	box-shadow: 0 18px 58px rgba(47, 42, 33, 0.08);
}

.form-notice {
	margin-bottom: 26px;
	padding: 14px 17px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 700;
}

.form-notice.is-success {
	background: var(--kt-green-soft);
	color: var(--kt-green-dark);
}

.form-notice.is-error {
	background: #f8dfe3;
	color: var(--kt-red-dark);
}

.contact-form {
	display: grid;
	gap: 24px;
}

.honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-field {
	display: grid;
	gap: 9px;
}

.form-field > span,
.region-field legend {
	color: var(--kt-ink);
	font-size: 13px;
	font-weight: 800;
}

.form-field small {
	margin-left: 8px;
	color: var(--kt-muted);
	font-size: 10px;
	font-weight: 700;
}

.form-field input,
.form-field textarea {
	width: 100%;
	border: 1px solid var(--kt-line);
	border-radius: 13px;
	background: var(--kt-paper);
	color: var(--kt-ink);
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-field input {
	min-height: 54px;
	padding: 0 16px;
}

.form-field textarea {
	min-height: 160px;
	padding: 14px 16px;
	resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: var(--kt-green);
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(63, 121, 100, 0.12);
}

.region-field {
	margin: 0;
	padding: 0;
	border: 0;
}

.region-field > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
	margin-top: 10px;
}

.region-field label {
	cursor: pointer;
}

.region-field input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.region-field label span {
	display: grid;
	min-height: 48px;
	place-items: center;
	border: 1px solid var(--kt-line);
	border-radius: 12px;
	background: var(--kt-paper);
	font-size: 13px;
	font-weight: 700;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.region-field input:checked + span {
	border-color: var(--kt-green);
	background: var(--kt-green);
	color: #fff;
}

.region-field input:focus-visible + span {
	outline: 3px solid var(--kt-yellow);
	outline-offset: 3px;
}

.privacy-note {
	margin: -6px 0 0;
	color: var(--kt-muted);
	font-size: 10px;
	line-height: 1.7;
}

.submit-button {
	display: flex;
	width: 100%;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: var(--kt-red);
	box-shadow: 0 12px 28px rgba(199, 47, 63, 0.22);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.submit-button:hover {
	background: var(--kt-red-dark);
	box-shadow: 0 16px 32px rgba(199, 47, 63, 0.3);
	transform: translateY(-2px);
}

.submit-button:disabled {
	cursor: wait;
	opacity: 0.7;
	transform: none;
}

.submit-button span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
}

/* Footer */
.site-footer {
	padding: 74px 0 28px;
	background: #171c19;
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr 0.65fr;
	gap: 64px;
	padding-bottom: 54px;
}

.footer-brand img {
	filter: brightness(0) invert(1);
}

.footer-brand .brand-name {
	border-left-color: rgba(255, 255, 255, 0.18);
}

.footer-brand .brand-name small {
	color: rgba(255, 255, 255, 0.55);
}

.footer-office address {
	margin-top: 27px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-style: normal;
	line-height: 1.9;
}

.footer-office address strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
	font-size: 12px;
}

.footer-office address a {
	color: #fff;
	font-weight: 800;
}

.map-link {
	display: inline-block;
	margin-top: 16px;
	color: var(--kt-yellow) !important;
	font-size: 12px;
	font-weight: 800;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-links h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.06em;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.64) !important;
	font-size: 12px;
	transition: color 160ms ease, transform 160ms ease;
}

.footer-links a:hover {
	color: #fff !important;
	transform: translateX(4px);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.42);
	font-size: 10px;
	letter-spacing: 0.04em;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.68) !important;
	font-weight: 700;
}

/* Responsive */
@media (max-width: 1120px) {
	.desktop-nav {
		display: none;
	}

	.nav-inner {
		justify-content: space-between;
	}

	.nav-contact {
		margin-left: auto;
	}

	.nav-toggle {
		display: grid;
		width: 44px;
		height: 44px;
		place-content: center;
		gap: 5px;
		border: 1px solid var(--kt-line);
		border-radius: 50%;
		background: #fff;
		cursor: pointer;
	}

	.nav-toggle > span:not(.screen-reader-text) {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 2px;
		background: var(--kt-ink);
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.nav-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.nav-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.mobile-nav {
		position: fixed;
		top: 76px;
		right: 0;
		left: 0;
		display: grid;
		gap: 0;
		padding: 12px max(24px, calc((100vw - 1180px) / 2));
		border-bottom: 1px solid var(--kt-line);
		background: #fff;
		box-shadow: 0 20px 40px rgba(32, 35, 31, 0.12);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.mobile-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.mobile-nav a {
		padding: 12px 8px;
		border-bottom: 1px solid var(--kt-line);
		font-size: 13px;
		font-weight: 700;
	}

	.mobile-nav .mobile-contact {
		margin-top: 8px;
		border: 0;
		border-radius: 12px;
		background: var(--kt-orange);
		color: #fff;
		text-align: center;
	}

	.hero-layout {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.68fr);
		gap: 46px;
	}
}

@media (max-width: 860px) {
	.site-shell {
		width: min(100% - 34px, 720px);
	}

	.nav-contact {
		display: none;
	}

	.hero {
		min-height: auto;
		padding: 132px 0 80px;
	}

	.hero-photo {
		background-position: 68% 50%;
	}

	.hero-shade {
		background: linear-gradient(90deg, rgba(15, 38, 31, 0.94) 0%, rgba(15, 38, 31, 0.75) 66%, rgba(15, 38, 31, 0.4) 100%);
	}

	.hero-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.hero-copy {
		max-width: 650px;
	}

	.hero-actions {
		max-width: 540px;
	}

	.hero-scroll {
		display: none;
	}

	.event-intro {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.event-intro .eyebrow {
		grid-column: 1;
	}

	.event-intro > p:last-child {
		margin: 0;
	}

	.event-banner {
		grid-template-columns: 1fr;
	}

	.event-banner > span {
		width: auto;
		min-height: 72px;
	}

	.city-grid,
	.support-grid {
		grid-template-columns: 1fr;
	}

	.city-card {
		max-width: 680px;
		margin-inline: auto;
	}

	.support-card {
		min-height: 0;
	}

	.news-heading {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.news-tabs {
		justify-content: flex-start;
		margin: 0 0 26px;
	}

	.volunteer-layout {
		grid-template-columns: 1fr;
	}

	.volunteer-content {
		width: min(74%, 680px);
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-aside {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 24px;
	}

	.contact-aside-label,
	.contact-aside > a {
		grid-column: 1;
	}

	.contact-aside > p:not(.contact-aside-label),
	.contact-aside ul {
		grid-column: 2;
	}

	.contact-aside > p:not(.contact-aside-label) {
		grid-row: 1 / span 2;
	}

	.contact-aside ul {
		margin-top: 20px;
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.8fr;
		gap: 44px;
	}

	.footer-links:last-child {
		grid-column: 2;
	}
}

@media (max-width: 580px) {
	body.kodaira-committee-front {
		font-size: 15px;
	}

	.site-shell {
		width: min(100% - 28px, 520px);
	}

	.nav-inner {
		min-height: 68px;
		gap: 10px;
	}

	.brand-lockup {
		gap: 8px;
	}

	.brand-lockup img {
		width: 112px;
	}

	.brand-name {
		padding-left: 8px;
	}

	.brand-name strong {
		font-size: 11px;
	}

	.brand-name small {
		font-size: 8px;
	}

	.mobile-nav {
		top: 68px;
	}

	.hero {
		padding: 116px 0 58px;
	}

	.hero::before,
	.hero::after {
		display: none;
	}

	.hero-photo {
		background-position: 64% 50%;
	}

	.hero-shade {
		background:
			linear-gradient(180deg, rgba(15, 38, 31, 0.78) 0%, rgba(15, 38, 31, 0.91) 55%, rgba(15, 38, 31, 0.98) 100%);
	}

	.hero-copy h1 {
		font-size: clamp(38px, 10.8vw, 43px);
		line-height: 1.34;
	}

	.hero-lead {
		font-size: 18px;
	}

	.hero-body {
		font-size: 13px;
		line-height: 1.85;
	}

	.hero-actions {
		gap: 9px;
	}

	.action-card {
		padding: 16px 58px 15px 18px;
		border-radius: 15px;
	}

	.action-card strong {
		font-size: 16px;
	}

	.event-strip,
	.city-section,
	.support-section,
	.news-section,
	.contact-section {
		padding: 68px 0;
	}

	.section-intro {
		margin-bottom: 34px;
	}

	.section-intro h2 {
		font-size: clamp(30px, 9.7vw, 42px);
	}

	.section-intro > p:last-child {
		font-size: 13px;
	}

	.event-intro h2 {
		font-size: clamp(48px, 17vw, 74px);
	}

	.event-banner {
		border-radius: 20px;
	}

	.event-banner > span {
		min-height: 62px;
		padding: 16px 18px;
		font-size: 13px;
	}

	.city-card {
		border-radius: 20px;
	}

	.city-image {
		height: 254px;
	}

	.city-content {
		padding: 24px 22px 25px;
	}

	.city-content h3 {
		font-size: 26px;
	}

	.city-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.support-card {
		padding: 24px;
	}

	.support-card h3 {
		font-size: 22px;
	}

	.news-tabs {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
	}

	.news-tabs button {
		min-width: 0;
		padding-inline: 8px;
	}

	.news-row {
		grid-template-columns: 82px 78px minmax(0, 1fr);
		grid-template-rows: auto auto;
		gap: 8px 10px;
		min-height: 96px;
		padding-block: 15px;
	}

	.news-row time {
		grid-column: 1;
	}

	.news-badge {
		grid-column: 2;
	}

	.news-row strong {
		grid-column: 1 / -1;
		grid-row: 2;
		line-height: 1.65;
		white-space: normal;
	}

	.news-row > b {
		display: none;
	}

	.volunteer-section,
	.volunteer-layout {
		min-height: auto;
	}

	.volunteer-photo {
		background-position: 66% center;
	}

	.volunteer-color {
		background: linear-gradient(180deg, rgba(26, 70, 56, 0.72) 0%, rgba(26, 70, 56, 0.96) 55%, rgba(26, 70, 56, 1) 100%);
	}

	.volunteer-layout {
		justify-items: stretch;
		padding-block: 70px;
	}

	.volunteer-content {
		width: 100%;
	}

	.volunteer-layout h2 {
		font-size: 30px;
		line-height: 1.46;
	}

	.volunteer-heading-desktop {
		display: none;
	}

	.volunteer-heading-mobile {
		display: inline;
	}

	.volunteer-button {
		width: 100%;
		min-height: 60px;
		justify-content: center;
		padding-inline: 14px;
		text-align: center;
	}

	.contact-aside {
		display: block;
	}

	.contact-aside > p:not(.contact-aside-label) {
		margin-top: 0;
	}

	.region-field > div {
		grid-template-columns: 1fr;
	}

	.contact-form-wrap {
		border-radius: 20px;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px 24px;
	}

	.footer-office {
		grid-column: 1 / -1;
	}

	.footer-links:last-child {
		grid-column: 2;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.kodaira-committee-front *,
	.kodaira-committee-front *::before,
	.kodaira-committee-front *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* =========================================================
   Kodaira municipal movement site
   ========================================================= */
:root {
	--kt-red: #b92f3f;
	--kt-red-dark: #8d2331;
	--kt-orange: #e7793e;
	--kt-green: #347966;
	--kt-green-dark: #184c3e;
	--kt-green-soft: #dcece2;
	--kt-cream: #f5efe4;
	--kt-paper: #fffdf9;
	--kt-ink: #172f43;
	--kt-copy: #49545a;
	--kt-muted: #6e7778;
	--kt-line: #ddd8ce;
	--kt-yellow: #f2d452;
}

.kodaira-committee-front .site-nav {
	border-top: 4px solid var(--kt-red);
}

.kodaira-committee-front .brand-name strong {
	font-size: 15px;
	letter-spacing: 0.035em;
}

.kodaira-committee-front .brand-name small {
	color: #677276;
	font-size: 8px;
	letter-spacing: 0.08em;
}

.kodaira-committee-front .eyebrow {
	letter-spacing: 0.12em;
}

.kodaira-committee-front .nav-contact {
	background: var(--kt-green);
	box-shadow: none;
}

.kodaira-committee-front .nav-contact:hover {
	background: var(--kt-green-dark);
	box-shadow: none;
}

.kodaira-hero {
	min-height: 790px;
	background: #1d463b;
}

.kodaira-hero .hero-photo {
	background-position: 50% 48%;
	filter: saturate(0.92) brightness(1.04);
}

.kodaira-hero .hero-shade {
	background:
		linear-gradient(90deg, rgba(17, 52, 44, 0.9) 0%, rgba(17, 52, 44, 0.72) 43%, rgba(17, 52, 44, 0.14) 73%, rgba(17, 52, 44, 0.05) 100%),
		linear-gradient(0deg, rgba(17, 38, 32, 0.34), rgba(17, 38, 32, 0.02) 56%);
}

.kodaira-hero::before {
	right: -45px;
	border-color: rgba(255, 255, 255, 0.32);
}

.kodaira-hero::after {
	position: absolute;
	right: 72px;
	bottom: 96px;
	display: block;
	width: 128px;
	height: 18px;
	background: var(--kt-yellow);
	content: "";
	opacity: 0.92;
	transform: rotate(-5deg);
}

.kodaira-hero .hero-layout {
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.65fr);
	gap: clamp(48px, 7vw, 96px);
}

.kodaira-hero .hero-copy h1 {
	font-size: clamp(50px, 5.5vw, 82px);
	line-height: 1.31;
}

.kodaira-hero .hero-copy h1 .hero-marker {
	padding-inline: 0.12em;
}

.kodaira-hero .hero-lead {
	margin-top: 32px;
}

.kodaira-hero .hero-body {
	max-width: 610px;
}

.kodaira-hero .action-kodaira::before {
	background: var(--kt-red);
}

.kodaira-hero .action-nishi::before {
	background: var(--kt-green);
}

.kodaira-hero .action-card {
	box-shadow: 0 12px 30px rgba(14, 35, 29, 0.16);
}

.issue-section,
.members-section,
.voice-section {
	padding: clamp(82px, 9vw, 126px) 0;
}

/* Current issues */
.issue-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 93% 7%, rgba(242, 212, 82, 0.2) 0 150px, transparent 151px),
		var(--kt-cream);
}

.issue-section::before {
	position: absolute;
	top: 0;
	left: clamp(20px, 5vw, 84px);
	width: 1px;
	height: 100%;
	background: rgba(23, 47, 67, 0.1);
	content: "";
}

.issue-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
	align-items: end;
	gap: clamp(40px, 8vw, 104px);
	margin-bottom: 52px;
}

.issue-heading .section-intro {
	margin-bottom: 0;
}

.issue-heading > p {
	margin: 0 0 6px;
	color: var(--kt-copy);
	font-size: 14px;
	line-height: 1.95;
}

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

.issue-card {
	position: relative;
	display: grid;
	min-height: 310px;
	padding: 34px 34px 30px;
	overflow: hidden;
	border: 1px solid rgba(23, 47, 67, 0.12);
	border-radius: 24px;
	background: rgba(255, 253, 249, 0.93);
	transition: border-color 200ms ease, transform 220ms ease, background-color 200ms ease;
}

.issue-card::after {
	position: absolute;
	right: -44px;
	bottom: -70px;
	width: 160px;
	height: 160px;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
	opacity: 0.11;
	transition: transform 300ms ease;
}

.issue-card:hover {
	border-color: rgba(23, 47, 67, 0.3);
	background: #fff;
	transform: translateY(-5px);
}

.issue-card:hover::after {
	transform: scale(1.14);
}

.issue-icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 26px;
	place-items: center;
	border-radius: 18px;
	background: #f4dde0;
	color: var(--kt-red);
	font-size: 23px;
}

.issue-index {
	position: absolute;
	top: 26px;
	right: 30px;
	color: rgba(23, 47, 67, 0.28);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.issue-card > p {
	margin: 0 0 6px;
	color: var(--kt-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.issue-card h3 {
	margin: 0;
	color: var(--kt-ink);
	font-size: clamp(25px, 2.7vw, 35px);
	letter-spacing: -0.035em;
	line-height: 1.45;
}

.issue-note {
	margin-top: 14px;
	color: var(--kt-muted);
	font-size: 11px;
	font-weight: 700;
}

.issue-card strong {
	margin-top: auto;
	padding-top: 20px;
	color: var(--kt-ink);
	font-size: 12px;
}

.issue-life .issue-icon {
	background: #f7e3c9;
	color: #a95829;
}

.issue-life > p {
	color: #a95829;
}

.issue-water .issue-icon {
	background: #d7e9ed;
	color: #257187;
}

.issue-water > p {
	color: #257187;
}

.issue-station .issue-icon {
	background: var(--kt-green-soft);
	color: var(--kt-green);
}

.issue-station > p {
	color: var(--kt-green);
}

/* Councillors */
.members-section {
	position: relative;
	overflow: hidden;
	background: var(--kt-paper);
}

.members-section::before {
	position: absolute;
	top: 26%;
	right: -150px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(52, 121, 102, 0.18);
	border-radius: 50%;
	content: "";
}

.members-section .site-shell {
	position: relative;
}

.member-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.member-card {
	overflow: hidden;
	border: 1px solid var(--kt-line);
	border-radius: 24px;
	background: #fff;
	transition: border-color 200ms ease, transform 220ms ease;
}

.member-card:hover {
	border-color: rgba(52, 121, 102, 0.45);
	transform: translateY(-6px);
}

.member-photo {
	position: relative;
	display: block;
	height: 390px;
	overflow: hidden;
	background: #e8e4db;
}

.member-photo::after {
	position: absolute;
	inset: auto 0 0;
	height: 36%;
	background: linear-gradient(0deg, rgba(16, 43, 36, 0.35), transparent);
	content: "";
}

.member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 18%;
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.member-card:hover .member-photo img {
	transform: scale(1.035);
}

.member-photo > span {
	position: absolute;
	right: 16px;
	bottom: 15px;
	z-index: 1;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.94);
	color: var(--kt-green-dark);
	font-size: 10px;
	font-weight: 800;
}

.member-copy {
	padding: 25px 26px 28px;
}

.member-copy > p {
	margin: 0 0 4px;
	color: var(--kt-red);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.member-copy h3 {
	margin: 0;
	color: var(--kt-ink);
	font-size: 30px;
	letter-spacing: -0.035em;
	line-height: 1.35;
}

.member-copy > span {
	display: block;
	margin-top: 3px;
	color: var(--kt-muted);
	font-size: 11px;
}

.member-copy > a {
	display: inline-block;
	margin-top: 21px;
	color: var(--kt-green-dark);
	font-size: 12px;
	font-weight: 800;
}

.council-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 30px;
	padding: 26px 30px;
	border-radius: 20px;
	background: var(--kt-green-dark);
	color: #fff;
}

.council-link p {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.council-link p strong {
	font-size: 17px;
}

.council-link p span {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 11px;
}

.council-link > a {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 800;
}

.council-link b {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: var(--kt-yellow);
	color: var(--kt-green-dark);
}

/* Voice-to-policy flow */
.voice-section {
	position: relative;
	overflow: hidden;
	background: var(--kt-green-dark);
	color: #fff;
}

.voice-section::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, transparent 0 63%, rgba(255, 255, 255, 0.035) 63% 72%, transparent 72%),
		radial-gradient(circle at 5% 92%, rgba(242, 212, 82, 0.2), transparent 27%);
	content: "";
}

.voice-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
	align-items: center;
	gap: clamp(58px, 9vw, 118px);
}

.voice-intro h2 {
	margin: 0;
	font-size: clamp(40px, 4.5vw, 60px);
	letter-spacing: -0.04em;
	line-height: 1.38;
}

.voice-intro h2 .voice-marker {
	padding-inline: 0.1em;
}

.voice-intro > p:not(.eyebrow) {
	margin: 24px 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.95;
}

.voice-intro > a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	padding: 0 20px;
	border-radius: 999px;
	background: var(--kt-yellow);
	color: var(--kt-green-dark);
	font-size: 12px;
	font-weight: 800;
}

.voice-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.voice-steps li {
	position: relative;
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	min-height: 170px;
	padding: 28px 24px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.075);
}

.voice-steps li > span {
	position: absolute;
	top: 14px;
	right: 17px;
	color: rgba(255, 255, 255, 0.24);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.voice-steps li > i {
	color: var(--kt-yellow);
	font-size: 23px;
}

.voice-steps strong {
	font-size: 22px;
}

.voice-steps p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 11px;
	line-height: 1.65;
}

/* Existing shared blocks, tuned for Kodaira */
.kodaira-committee-front .support-section {
	background: #fff;
}

.kodaira-committee-front .support-section::before {
	background: #d9ece7;
}

.kodaira-committee-front .support-card {
	background: var(--kt-paper);
}

.kodaira-committee-front .support-card:nth-child(3) .support-icon {
	background: #d9ece7;
	color: var(--kt-green);
}

.kodaira-committee-front .news-section {
	background: #f3f0e9;
}

.badge-committee {
	background: #f2d7dc;
	color: var(--kt-red-dark);
}

.badge-council {
	background: var(--kt-green-soft);
	color: var(--kt-green-dark);
}

.badge-district {
	background: #f5e3bd;
	color: #8b5c16;
}

.kodaira-committee-front .volunteer-photo {
	background-position: center 46%;
	filter: saturate(0.88) brightness(1.04);
}

.kodaira-committee-front .volunteer-color {
	background:
		linear-gradient(270deg, rgba(24, 76, 62, 0.94) 0%, rgba(24, 76, 62, 0.76) 48%, rgba(24, 76, 62, 0.08) 100%),
		linear-gradient(0deg, rgba(15, 43, 35, 0.08), rgba(15, 43, 35, 0.08));
}

.kodaira-committee-front .contact-aside {
	background: var(--kt-green-dark);
}

.contact-mobile-break {
	display: none;
}

.kodaira-committee-front .region-field > div {
	grid-template-columns: repeat(2, 1fr);
}

.kodaira-committee-front .site-footer {
	background: #12251f;
}

.footer-office .district-contact {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.district-map-link {
	margin-top: 12px;
}

/* Staggered motion */
.issue-card:nth-child(2),
.member-card:nth-child(2),
.voice-steps li:nth-child(2) {
	--reveal-delay: 80ms;
}

.issue-card:nth-child(3),
.member-card:nth-child(3),
.voice-steps li:nth-child(3) {
	--reveal-delay: 160ms;
}

.issue-card:nth-child(4),
.voice-steps li:nth-child(4) {
	--reveal-delay: 240ms;
}

.is-motion-ready .issue-card.is-in-view:hover,
.is-motion-ready .member-card.is-in-view:hover {
	transform: translateY(-6px);
}

@media (max-width: 980px) {
	.kodaira-hero .hero-layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
		gap: 38px;
	}

	.issue-heading {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
		gap: 44px;
	}

	.voice-layout {
		grid-template-columns: 1fr;
	}

	.voice-intro {
		max-width: 680px;
	}
}

@media (max-width: 860px) {
	.kodaira-hero .hero-photo {
		background-position: 50% 48%;
	}

	.kodaira-hero .hero-shade {
		background: linear-gradient(90deg, rgba(17, 52, 44, 0.92) 0%, rgba(17, 52, 44, 0.7) 64%, rgba(17, 52, 44, 0.24) 100%);
	}

	.kodaira-hero .hero-layout,
	.issue-heading {
		grid-template-columns: 1fr;
	}

	.issue-heading {
		gap: 20px;
	}

	.issue-heading > p {
		max-width: 650px;
	}

	.member-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.member-photo {
		height: 310px;
	}

	.member-copy {
		padding: 20px 18px 23px;
	}

	.member-copy h3 {
		font-size: 24px;
	}
}

@media (max-width: 680px) {
	.issue-grid,
	.member-grid,
	.voice-steps {
		grid-template-columns: 1fr;
	}

	.member-card {
		display: grid;
		grid-template-columns: 46% 54%;
	}

	.member-photo {
		height: 310px;
	}

	.member-copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.council-link {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 580px) {
	.kodaira-committee-front .brand-name strong {
		font-size: 12px;
	}

	.kodaira-committee-front .brand-name small {
		font-size: 6px;
	}

	.kodaira-hero {
		padding-top: 118px;
	}

	.kodaira-hero .hero-photo {
		background-position: 62% 48%;
	}

	.kodaira-hero .hero-shade {
		background:
			linear-gradient(180deg, rgba(17, 52, 44, 0.66) 0%, rgba(17, 52, 44, 0.86) 50%, rgba(17, 52, 44, 0.98) 100%);
	}

	.kodaira-hero .hero-copy h1 {
		font-size: clamp(35px, 10.5vw, 42px);
		line-height: 1.38;
	}

	.kodaira-hero::after {
		display: none;
	}

	.issue-section,
	.members-section,
	.voice-section {
		padding: 70px 0;
	}

	.issue-section::before {
		display: none;
	}

	.issue-card {
		min-height: 292px;
		padding: 28px 25px 25px;
	}

	.issue-card h3 {
		font-size: 27px;
	}

	.member-card {
		grid-template-columns: 45% 55%;
		border-radius: 18px;
	}

	.member-photo {
		height: 250px;
	}

	.member-copy {
		padding: 18px 14px 18px 17px;
	}

	.member-copy > p {
		font-size: 7px;
	}

	.member-copy h3 {
		font-size: 21px;
	}

	.member-copy > a {
		font-size: 10px;
		line-height: 1.6;
	}

	.council-link {
		padding: 23px 22px;
	}

	.council-link > a {
		width: 100%;
		justify-content: space-between;
	}

	.voice-intro h2 {
		font-size: 31px;
	}

	.voice-steps li {
		min-height: 130px;
	}

	.kodaira-committee-front .news-tabs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.kodaira-committee-front .news-tabs button {
		font-size: 10px;
	}

	.kodaira-committee-front .volunteer-color {
		background: linear-gradient(180deg, rgba(24, 76, 62, 0.62) 0%, rgba(24, 76, 62, 0.94) 54%, rgba(24, 76, 62, 1) 100%);
	}

	.kodaira-committee-front .region-field > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-mobile-break {
		display: block;
	}
}
