:root {
  --blue: #126b78;
  --blue-dark: #0b4f5c;
  --yellow: #f2bb4f;
  --red: #c94a3f;
  --ink: #17323b;
  --muted: #5e6b70;
  --paper: #f7f5ef;
  --line: #d8e0dd;
  --white: #fffefa;
  --sky-soft: #e9f4f2;
  --sand-soft: #fbf1da;
  --sun-soft: #fff3d1;
  --coral-soft: #fbe8df;
  --surface: #fffefa;
  --shadow-soft: 0 18px 46px rgba(18, 72, 80, 0.09);
  --radius: 28px;
  font-family:
    "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
body:not(.furigana-on) rt {
  display: none;
}
ruby {
  ruby-position: over;
  ruby-align: center;
}
body.furigana-on rt {
  display: ruby-text;
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: 0;
  color: var(--blue);
  font-weight: 700;
}
button,
input {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
p {
  line-height: 1.9;
}
.content-width {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 245, 239, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23, 50, 59, 0.09);
}
.header-inner {
  width: min(1320px, calc(100% - 40px));
  height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.brand img {
  width: 58px;
  height: 64px;
  object-fit: contain;
}
.brand span {
  display: grid;
  line-height: 1.15;
}
.brand strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.brand small {
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}
.desktop-nav a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.furigana-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.furigana-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toggle-track {
  position: relative;
  width: 40px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #c8c8c5;
  background: #e5e5e2;
  transition: 0.2s ease;
}
.toggle-track span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}
.furigana-toggle input:checked + .toggle-track {
  background: var(--blue);
  border-color: var(--blue);
}
.furigana-toggle input:checked + .toggle-track span {
  transform: translateX(18px);
}
.furigana-toggle input:focus-visible + .toggle-track {
  outline: 3px solid rgba(18, 107, 120, 0.26);
  outline-offset: 3px;
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  color: var(--ink);
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.menu-button[aria-expanded="true"] svg {
  display: none;
}
.menu-button[aria-expanded="true"]::before {
  content: "×";
  font-size: 32px;
  line-height: 1;
}
.mobile-nav {
  display: none;
}

.hero {
  overflow: hidden;
  padding: 24px 0 0;
  background: linear-gradient(125deg, #fffaf0 0%, #f7f5ef 48%, #e9f4f2 100%);
}
.hero-inner {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: 28px;
  align-items: start;
  min-height: 580px;
}
.hero-copy {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.hero-kicker {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.hero-kicker span {
  display: inline-block;
  padding: 5px 11px;
  margin-right: 8px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 999px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(46px, 4.1vw, 58px);
  line-height: 1.32;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.hero-title-line {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.hero h1 em {
  font-style: normal;
  position: relative;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 0;
  bottom: 0.02em;
  height: 0.08em;
  background: var(--yellow);
  border-radius: 100%;
  transform: rotate(-1deg);
  z-index: -1;
}
.hero h1 br:nth-of-type(2) + * {
  color: inherit;
}
.hero-lead {
  margin: 24px 0 20px;
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.85;
}
.election-date {
  margin-top: 22px;
}
.election-date > span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.election-date p {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  line-height: 1;
}
.election-date b {
  font-size: clamp(62px, 7.2vw, 96px);
  line-height: 1;
  font-weight: 900;
}
.election-date small {
  font-size: 24px;
  font-weight: 800;
}
.election-date-context {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 9px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--sky-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.date-red {
  color: var(--red);
}
.venue-info {
  width: min(550px, 100%);
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 12px;
  padding: 11px 14px;
  border: 1px solid rgba(18, 107, 120, 0.14);
  border-radius: 18px;
  background: rgba(255, 254, 250, 0.88);
  box-shadow: 0 10px 26px rgba(18, 72, 80, 0.08);
}
.venue-info__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
}
.venue-info__icon svg {
  width: 20px;
  height: 20px;
}
.venue-info__body {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 16px;
  align-items: center;
}
.venue-info__label {
  display: block;
  grid-column: 1;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.venue-info p {
  grid-column: 1;
  margin: 2px 0 3px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}
.venue-info a {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-items: center;
  gap: 5px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 3px;
}
.venue-info a:hover {
  color: var(--blue-dark);
}
.venue-info a svg {
  width: 14px;
  height: 14px;
}
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.button > svg {
  flex: 0 0 auto;
  margin-left: 22px;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible,
.text-link:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(18, 107, 120, 0.34);
  outline-offset: 4px;
}
.button--primary {
  min-width: 330px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(18, 107, 120, 0.2);
}
.button--primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 15px 34px rgba(11, 79, 92, 0.24);
}
.button--outline {
  min-height: 50px;
  padding: 10px 23px;
  color: var(--blue);
  border: 1.5px solid var(--blue);
  background: #fff;
  font-size: 14px;
}
.button--media {
  min-height: 64px;
  padding: 14px 17px 14px 29px;
  color: #fff;
  border: 2px solid var(--blue);
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(18, 107, 120, 0.24);
  font-size: 16px;
}
.button--media > svg {
  width: 38px;
  height: 38px;
  margin-left: 21px;
  padding: 9px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  transition: transform 0.2s ease;
}
.button--media:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  box-shadow: 0 16px 32px rgba(11, 79, 92, 0.3);
}
.button--media:hover > svg {
  transform: translateX(3px);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 5px 3px;
  color: var(--blue);
  border-bottom: 1.5px solid var(--blue);
  font-weight: 700;
  text-decoration: none;
}
.text-link > svg {
  flex: 0 0 auto;
  margin-left: 18px;
}

.hero-visual {
  position: relative;
  height: 580px;
}
.photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #ddd;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo--workshop {
  top: 0;
  left: 25px;
  width: 355px;
  height: 240px;
  border-radius: 42% 42% 44% 44% / 35% 35% 55% 55%;
}
.photo--workshop img {
  object-position: center 52%;
}
.photo-label {
  position: absolute;
  top: 14px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transform: translateX(-50%);
}
.photo--okinawa {
  top: 190px;
  left: 0;
  width: 430px;
  height: 330px;
  border-radius: 50%;
  border: 8px solid var(--paper);
}
.photo--okinawa img {
  object-position: center 45%;
}
.photo--okinawa::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.34), transparent 45%);
}
.photo--okinawa figcaption {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 42px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(23, 23, 23, 0.62);
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-2deg);
}
.photo--ballot {
  right: 0;
  bottom: 5px;
  width: 230px;
  height: 230px;
  border: 8px solid var(--paper);
  border-radius: 50%;
}
.photo--ballot img {
  object-position: center 48%;
}
.mark {
  position: absolute;
  z-index: 4;
}
.mark--red {
  top: 82px;
  right: -4px;
  color: var(--red);
  transform: rotate(12deg);
}
.mark--arrow {
  right: 58px;
  bottom: 218px;
  color: var(--blue);
  transform: rotate(-28deg);
}

.learning-section {
  padding: 96px 0;
  background: var(--sand-soft);
}
.learning-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 82px;
  align-items: center;
}
.learning-visual-wrap {
  min-width: 0;
}
.learning-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 58px 34px 44px;
  border-radius: 38% 38% 46% 46% / 32% 32% 50% 50%;
  color: var(--yellow);
  background: var(--blue);
  text-align: center;
  transform: rotate(-1deg);
  box-shadow: 0 22px 50px rgba(18, 72, 80, 0.16);
}
.learning-badge {
  position: absolute;
  top: 30px;
  right: -18px;
  padding: 9px 17px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(5deg);
}
.original-book {
  position: relative;
  width: 245px;
  height: 342px;
  filter: drop-shadow(15px 18px 12px rgba(0, 0, 0, 0.22));
  transform: rotate(-4deg);
}
.original-book::before,
.original-book::after {
  content: "";
  position: absolute;
  border-radius: 5px 16px 16px 5px;
  background: #fff;
}
.original-book::before {
  inset: 8px -8px -8px 8px;
}
.original-book::after {
  inset: 4px -4px -4px 4px;
  border: 1px solid #d8d8d0;
}
.original-book-cover {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 28px 20px 18px 26px;
  border: 4px solid var(--ink);
  border-radius: 5px 16px 16px 5px;
  color: var(--ink);
  background: #fff4c8;
  text-align: center;
}
.original-book-cover::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: var(--red);
}
.original-book-kicker {
  padding: 5px 9px;
  border: 1.5px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.original-book-cover strong {
  margin-top: 13px;
  font-size: 34px;
  line-height: 1.07;
  letter-spacing: 0.08em;
}
.original-book-cover strong em {
  color: var(--red);
  font-size: 1.1em;
  font-style: normal;
}
.original-book-candidates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  width: 100%;
  margin-top: 18px;
}
.original-book-candidates span {
  position: relative;
  height: 68px;
  border: 3px solid var(--ink);
  background: #fff;
}
.original-book-candidates span::before,
.original-book-candidates span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.original-book-candidates span::before {
  top: 9px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: currentColor;
}
.original-book-candidates span::after {
  bottom: 7px;
  width: 31px;
  height: 18px;
  border-radius: 18px 18px 5px 5px;
  background: currentColor;
}
.original-book-candidates span:nth-child(1) {
  color: var(--blue);
  transform: rotate(-2deg);
}
.original-book-candidates span:nth-child(2) {
  color: #e59000;
  transform: translateY(-5px) rotate(2deg);
}
.original-book-candidates span:nth-child(3) {
  color: var(--red);
  transform: rotate(-1deg);
}
.original-book-candidates span:nth-child(4) {
  color: #14845c;
  transform: translateY(-3px) rotate(3deg);
}
.original-book-ballot {
  position: relative;
  width: 72px;
  height: 42px;
  margin-top: 15px;
  border: 3px solid var(--ink);
  border-radius: 4px;
  background: #fff;
}
.original-book-ballot::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 13px;
  width: 40px;
  border-top: 4px solid var(--ink);
}
.original-book-ballot span {
  position: absolute;
  top: -25px;
  left: 24px;
  color: var(--red);
  font-size: 32px;
  font-weight: 900;
  transform: rotate(-9deg);
}
.original-book-cover small {
  margin-top: auto;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.learning-copy > p {
  font-weight: 500;
}
.learning-lead {
  margin: 30px 0 0;
}
.learning-book-meta {
  margin: 7px 0 22px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.learning-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 30px 0 28px;
  padding: 0;
  list-style: none;
}
.learning-steps li {
  min-width: 0;
  padding: 18px 14px;
  border: 1px solid rgba(18, 107, 120, 0.18);
  border-radius: 16px;
  background: #fff;
}
.learning-steps li > span {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.learning-steps strong {
  font-size: 17px;
}
.learning-steps small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.65;
}
.learning-question {
  position: relative;
  margin: 34px 0 38px;
  padding: 0 0 18px 50px;
  border: 0;
  background: transparent;
}
.learning-question::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 0;
  color: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-7deg);
}
.learning-question span {
  display: inline-block;
  padding: 5px 12px 4px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(-1deg);
}
.learning-question p {
  position: relative;
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
}
.learning-question p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: min(310px, 82%);
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  transform: rotate(-1deg) skewX(-18deg);
  opacity: 0.88;
}
.learning-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}
.learning-links .text-link {
  font-size: 13px;
}

.progress-section {
  padding: 40px 0 76px;
  background: #eef6f2;
}
.progress-card {
  width: min(1080px, calc(100% - 48px));
  padding: 30px 34px 28px;
  border: 1px solid #cfe0da;
  border-radius: 24px;
  background: rgba(255, 254, 250, 0.9);
  box-shadow: var(--shadow-soft);
}
.progress-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.progress-heading h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: 0.14em;
}
.progress-heading span {
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
  transform: rotate(60deg);
}
.progress-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.progress-list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 58px;
  left: 10%;
  right: 10%;
  border-top: 2px dashed #aebcb8;
}
.progress-list::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 58px;
  left: 10%;
  width: 20%;
  border-top: 3px solid var(--blue);
}
.progress-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.step-date {
  min-height: 24px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.step-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #68777b;
  background: var(--paper);
  border: 2px solid #aebcb8;
}
.progress-item strong {
  margin-top: 11px;
  font-size: 14px;
}
.progress-item small {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}
.progress-item--done .step-icon {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.progress-item--done .step-date,
.progress-item--current .step-date,
.progress-item--current small {
  color: var(--blue);
}
.progress-item--current .step-icon {
  color: var(--blue);
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 7px rgba(18, 107, 120, 0.1);
}

.section-title h2 {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.45;
  letter-spacing: 0.045em;
  font-weight: 900;
  word-break: auto-phrase;
}
.steps-heading h2 {
  line-break: strict;
}
.section-title h2::after {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--blue);
  transform: rotate(-1deg);
}
.section-title--center {
  text-align: center;
}
.section-title--center h2::after {
  margin-inline: auto;
}

.about-section {
  padding: 88px 0 56px;
  background: #eef6f2;
}
.about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.about-steps {
  margin-top: 72px;
  padding-top: 64px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.steps-heading {
  margin-bottom: 44px;
}
.about-copy {
  font-size: 18px;
  font-weight: 500;
}
.about-copy p:first-child {
  margin-top: 0;
}
.about-facts {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.about-facts .about-national-note {
  margin: 0 0 20px;
  color: var(--blue);
  font-weight: 800;
}
.about-facts .about-awards-title {
  margin: 0 0 12px;
  font-weight: 800;
}
.about-awards-list {
  margin: 0 0 20px;
  padding-left: 1.4em;
  font-size: 13px;
  line-height: 1.8;
}
.about-awards-list li + li {
  margin-top: 4px;
}
.three-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 25px;
  align-items: center;
}
.three-steps article {
  text-align: center;
  position: relative;
}
.number {
  position: absolute;
  left: calc(50% - 62px);
  top: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.number--blue {
  background: var(--blue);
}
.number--yellow {
  background: var(--yellow);
  color: var(--ink);
}
.number--red {
  background: var(--red);
}
.step-art {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #d5e4de;
  background: var(--surface);
}
.step-art--blue {
  color: var(--blue);
}
.step-art--yellow {
  color: #b47705;
}
.step-art--red {
  color: var(--red);
}
.three-steps h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: 0.12em;
}
.three-steps p {
  margin: 12px auto 0;
  max-width: 260px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.step-arrow {
  color: var(--blue);
}

.report-section {
  padding: 96px 0 88px;
  overflow: hidden;
  background: var(--surface);
}
.report-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 66px;
  align-items: center;
}
.report-copy > p {
  font-weight: 500;
}
.report-copy .button {
  margin-top: 18px;
}
.report-gallery {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 14px;
  align-items: stretch;
}
.report-photo {
  margin: 0;
  position: relative;
  min-width: 0;
}
.report-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-photo--discussion img {
  aspect-ratio: 4/3;
  border-radius: 28px 28px 28px 70px;
  object-position: center 50%;
}
.report-photo--closeup img {
  aspect-ratio: 3/4;
  border-radius: 28px 70px 28px 28px;
  object-position: center 42%;
}
.report-photo--presentation {
  grid-column: 1 / -1;
}
.report-photo--presentation img {
  aspect-ratio: 3.25 / 1;
  border-radius: 28px 28px 70px 28px;
  object-position: center 48%;
}
.report-photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 50, 59, 0.76);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.workshop-voices {
  margin-top: 70px;
  padding-top: 55px;
  border-top: 1px solid var(--line);
}
.workshop-voices-heading {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: end;
}
.workshop-voices-heading h3 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.45;
}
.workshop-voices-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}
.questions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 32px;
  position: relative;
  z-index: 3;
}
.sticky {
  margin: 0;
  min-height: 188px;
  display: block;
  align-content: center;
  padding: 24px;
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.7;
  font-weight: 700;
  text-align: left;
  box-shadow: 0 13px 23px rgba(23, 50, 59, 0.11);
}
.sticky > span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.sticky--yellow {
  background: #ffefb9;
  transform: rotate(-3deg);
}
.sticky--blue {
  background: #d5efec;
  transform: rotate(1.5deg);
}
.sticky--pink {
  background: #f8d9d0;
  transform: rotate(-1.5deg);
}
.sticky--green {
  background: #ddefdf;
  transform: rotate(1deg);
}

.candidates-section {
  padding: 0 0 72px;
  background: var(--surface);
}
.coming-soon-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 50px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid #d2e2de;
  border-radius: 24px;
  background: #f0f7f4;
  box-shadow: var(--shadow-soft);
}
.coming-copy {
  padding: 20px 12px 18px 18px;
}
.coming-copy h2 {
  margin: 0;
  font-size: clamp(32px, 3.7vw, 48px);
  text-decoration-line: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 5px;
  text-underline-offset: 9px;
}
.coming-lead {
  margin: 30px 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.75;
}
.coming-copy > p:last-of-type {
  color: var(--muted);
  font-size: 14px;
}
.status-chip {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--blue);
  background: #dcefeb;
  font-size: 12px;
  font-weight: 700;
}
.video-placeholder {
  min-height: 310px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(135deg, #f5f3ec, #dfe9e6);
  color: #55666b;
}
.lock-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #777;
  background: #fff;
}
.video-placeholder p {
  margin: 16px 20px 22px;
  font-weight: 700;
  text-align: center;
}
.fake-controls {
  width: calc(100% - 52px);
  display: flex;
  align-items: center;
  gap: 9px;
}
.fake-controls span {
  display: block;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #aaa;
}

.vote-section {
  padding: 96px 0;
  border-top: 0;
  background: var(--sky-soft);
  overflow: hidden;
}
.vote-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 55px;
}
.vote-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.4;
  letter-spacing: 0.03em;
  word-break: auto-phrase;
}
.vote-copy h2 span {
  font-size: 1.25em;
}
.vote-copy > p {
  max-width: 540px;
  font-weight: 500;
}
.vote-copy .vote-real-date {
  width: max-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 254, 250, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}
.vote-copy .button {
  margin-top: 16px;
}
.vote-message {
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px;
  border-radius: 48% 48% 42% 42% / 44% 44% 56% 56%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 22px 52px rgba(18, 72, 80, 0.18);
  text-align: center;
  transform: rotate(1deg);
}
.vote-message-icon {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
}
.vote-message p {
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: 700;
}
.vote-message strong {
  margin-top: 4px;
  color: var(--yellow);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.35;
}
.vote-message small {
  margin-top: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.news-section {
  padding: 56px 0 76px;
  background: #fffaf0;
}
.news-list {
  margin-top: 38px;
  overflow: hidden;
  padding: 0 24px;
  border: 1px solid #e3dfd2;
  border-radius: 22px;
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 0 14px 36px rgba(65, 61, 45, 0.06);
}
.news-list a {
  display: grid;
  grid-template-columns: 120px 90px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 82px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background 0.2s ease;
}
.news-list time {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.news-list span {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--sky-soft);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.news-list strong {
  font-size: 15px;
}
.news-list a:hover strong {
  color: var(--blue);
}
.news-list a:hover {
  background: rgba(233, 244, 242, 0.72);
}

.news-detail {
  padding: 72px 0 110px;
}
.news-detail-inner {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}
.news-breadcrumb {
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.news-breadcrumb a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.news-detail-header {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}
.news-detail-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.news-detail-meta time {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.news-detail-category {
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--blue);
  background: #e9edff;
  font-size: 11px;
  font-weight: 800;
}
.news-detail h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.45;
  letter-spacing: 0.035em;
}
.news-detail-body {
  padding-top: 44px;
  font-size: 17px;
}
.news-detail-body > p:first-child {
  margin-top: 0;
  font-size: 19px;
  font-weight: 700;
}
.news-detail-body h2 {
  margin: 52px 0 18px;
  font-size: clamp(25px, 3.4vw, 34px);
  line-height: 1.5;
}
.news-detail-body figure {
  margin: 42px 0;
}
.news-detail-body figure img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 26px;
}
.news-detail-body figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.news-detail-gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 12px;
  margin: 42px 0;
}
.news-detail-gallery figure {
  margin: 0;
}
.news-detail-gallery figure:first-child img {
  aspect-ratio: 4 / 3;
}
.news-detail-gallery figure:last-child img {
  aspect-ratio: 3 / 4;
}
.news-info {
  margin: 34px 0;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.news-info dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin: 0;
}
.news-info dt,
.news-info dd {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.8;
}
.news-info dt {
  font-weight: 800;
}
.news-info dd {
  margin: 0;
}
.news-info dt:last-of-type,
.news-info dd:last-of-type {
  border-bottom: 0;
}
.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}
.news-detail-back {
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.news-detail-back a {
  color: var(--blue);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.faq-section {
  padding: 96px 0;
  background: var(--sun-soft);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.66fr 1.34fr;
  gap: 80px;
}
.faq-list {
  overflow: hidden;
  border: 1px solid #e5d6a9;
  border-radius: 22px;
  background: rgba(255, 254, 250, 0.74);
}
.faq-item {
  border-bottom: 1px solid rgba(23, 50, 59, 0.16);
}
.faq-item h3 {
  margin: 0;
}
.faq-item button {
  width: 100%;
  min-height: 82px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 14px;
  border: 0;
  background: none;
  color: var(--ink);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.faq-item button svg {
  transition: transform 0.2s ease;
}
.faq-item.is-open button svg {
  transform: rotate(180deg);
}
.faq-letter {
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}
.faq-answer {
  padding: 0 24px 26px 68px;
  position: relative;
}
.faq-answer .faq-letter {
  position: absolute;
  left: 8px;
  top: 2px;
  color: var(--red);
}
.faq-answer p {
  margin: 0;
  color: #4d5f64;
}

.committee-section {
  padding: 96px 0;
  background: var(--surface);
}
.committee-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  align-items: center;
}
.committee-mark {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 36px;
  border-radius: 42% 42% 48% 48% / 36% 36% 50% 50%;
  border: 1px solid #d1e3dd;
  background: #e7f3ef;
  box-shadow: var(--shadow-soft);
}
.committee-mark img {
  width: 210px;
  height: auto;
}
.committee-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.45;
  word-break: auto-phrase;
}
.committee-copy > p {
  margin: 24px 0 30px;
  font-size: 17px;
  font-weight: 500;
}
.committee-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.committee-points article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f7f4eb;
}
.committee-points strong {
  color: var(--blue);
  font-size: 15px;
}
.committee-points p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}
.instagram-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 158px;
  gap: 42px;
  align-items: center;
  margin-top: 64px;
  padding: 32px 38px;
  border: 1px solid #d4e3df;
  border-radius: 28px;
  background: linear-gradient(110deg, #eaf5f2 0%, #fff5df 100%);
}
.instagram-copy h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.45;
}
.instagram-copy > p {
  margin: 12px 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.instagram-account-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.instagram-account-link span:last-child {
  font-size: 18px;
}
.instagram-account-link:hover span:nth-child(2) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.instagram-qr {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.instagram-qr img {
  width: 142px;
  height: 142px;
  padding: 7px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 23, 23, 0.08);
}

.committee-network-copy {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.committee-network-lead {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.committee-network-lead strong {
  color: var(--blue);
  font-weight: 900;
}
.committee-policy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.committee-policy-list li {
  position: relative;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
.committee-policy-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--blue);
}
.committee-network-copy .text-link {
  font-size: 13px;
}
.founder-message {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  margin-top: 72px;
  overflow: hidden;
  border: 1px solid #d2e3de;
  border-radius: 32px;
  background: linear-gradient(120deg, #eaf5f2 0%, #fff5df 100%);
  box-shadow: var(--shadow-soft);
}
.founder-portrait {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d6e7e2;
}
.founder-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.founder-portrait figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 20px rgba(23, 23, 23, 0.12);
  font-size: 11px;
  font-weight: 800;
}
.founder-portrait figcaption a {
  color: var(--ink);
  text-decoration: none;
}
.founder-portrait figcaption a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.founder-copy {
  position: relative;
  padding: 48px 54px 50px;
}
.founder-copy::before {
  content: "“";
  position: absolute;
  top: 24px;
  right: 34px;
  color: rgba(18, 107, 120, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 132px;
  font-weight: 700;
  line-height: 1;
}
.founder-role {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.founder-copy h3 {
  position: relative;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.founder-copy h3 span {
  margin-right: 6px;
  font-size: clamp(28px, 3.3vw, 40px);
  font-weight: 900;
  letter-spacing: 0.04em;
}
.founder-message-lead {
  position: relative;
  margin: 24px 0 20px;
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 31px);
  font-weight: 900;
  line-height: 1.65;
}
.founder-copy > p:not(.founder-role):not(.founder-message-lead) {
  margin: 0;
  color: #4d5f64;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.founder-copy > p + p:not(.founder-message-lead) {
  margin-top: 12px;
}

.site-footer {
  padding: 68px 0 32px;
  background: #12343d;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-brand img {
  width: 100px;
  height: 124px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}
.footer-brand strong {
  font-size: 20px;
}
.footer-brand p {
  margin: 5px 0 0;
  color: #aaa;
  font-size: 13px;
}
.footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 28px;
}
.footer-grid nav a {
  color: #ddd;
  font-size: 13px;
  text-decoration: none;
}
.footer-grid nav a:hover {
  color: var(--yellow);
}
.footer-meta {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid #444;
  color: #929292;
  font-size: 11px;
  text-align: right;
}

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

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 12px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-inner {
    min-height: 500px;
  }
  .hero-visual {
    height: 500px;
    transform: scale(0.78);
    transform-origin: center right;
  }
  .report-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
  }
  .report-copy .section-title h2 {
    font-size: 32px;
  }
  .questions {
    margin-top: 54px;
  }
  .coming-soon-card {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
  }
  .coming-copy h2 {
    font-size: 27px;
  }
  .coming-copy {
    padding: 8px 4px;
  }
  .coming-lead {
    margin: 20px 0 6px;
    font-size: 18px;
  }
  .video-placeholder {
    min-height: 230px;
  }
}

@media (max-width: 850px) {
  .header-inner {
    height: 76px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-button {
    display: grid;
    place-items: center;
  }
  .mobile-nav {
    display: block;
    position: fixed;
    inset: 76px 0 auto;
    max-height: 0;
    overflow: hidden;
    background: var(--paper);
    opacity: 0;
    transition:
      max-height 0.3s ease,
      opacity 0.2s ease;
  }
  .mobile-nav.is-open {
    max-height: calc(100vh - 76px);
    opacity: 1;
    border-top: 1px solid var(--line);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  }
  .mobile-nav nav {
    padding: 20px 24px 28px;
  }
  .mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-nav-label {
    min-width: 0;
  }
  .hero {
    padding-top: 48px;
  }
  .hero-inner {
    display: block;
    min-height: auto;
  }
  .hero-copy {
    width: min(620px, 100%);
  }
  .hero h1 {
    font-size: clamp(40px, 7vw, 52px);
  }
  .hero-visual {
    width: 560px;
    max-width: 100%;
    margin: 22px auto 0;
    transform: none;
  }
  .progress-section {
    padding: 40px 0 64px;
  }
  .progress-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 8px;
  }
  .progress-list::before {
    top: 22px;
    bottom: 35px;
    left: 61px;
    right: auto;
    height: auto;
    border-top: 0;
    border-left: 2px dashed #aaa;
  }
  .progress-list::after {
    top: 22px;
    left: 61px;
    right: auto;
    width: auto;
    height: 74px;
    border-top: 0;
    border-left: 3px solid var(--blue);
  }
  .progress-item {
    display: grid;
    grid-template-columns: 82px 58px 1fr auto;
    gap: 12px;
    min-height: 78px;
    text-align: left;
  }
  .step-date {
    min-height: 0;
    text-align: right;
  }
  .step-icon {
    width: 48px;
    height: 48px;
  }
  .progress-item strong {
    margin: 0;
  }
  .progress-item small {
    margin: 0;
  }
  .about-intro,
  .learning-grid,
  .report-grid,
  .vote-grid,
  .faq-grid,
  .committee-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }
  .learning-visual {
    width: min(430px, 88%);
    min-height: 440px;
    margin-inline: auto;
  }
  .about-copy {
    font-size: 16px;
  }
  .report-copy {
    max-width: 650px;
  }
  .report-gallery {
    max-width: 680px;
  }
  .questions {
    margin-top: 28px;
  }
  .coming-soon-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .faq-grid {
    gap: 48px;
  }
  .committee-mark {
    width: min(430px, 88%);
    min-height: 430px;
    margin-inline: auto;
  }
  .instagram-panel {
    margin-top: 52px;
  }
  .founder-message {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }
  .founder-copy {
    padding: 40px 36px 42px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .content-width,
  .hero-inner {
    width: min(calc(100% - 32px), 1160px);
  }
  html {
    scroll-padding-top: 76px;
  }
  .brand img {
    width: 46px;
    height: 52px;
  }
  .brand strong {
    font-size: 10px;
    letter-spacing: 0;
  }
  .brand small {
    font-size: 10px;
  }
  .header-inner {
    width: calc(100% - 24px);
    gap: 8px;
  }
  .furigana-toggle > span:first-child {
    display: none;
  }
  .hero {
    padding-top: 34px;
  }
  .hero-kicker {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: clamp(29px, 8.5vw, 37px);
    line-height: 1.42;
    letter-spacing: 0;
  }
  .hero-lead {
    font-size: 15px;
    margin-top: 18px;
  }
  .election-date b {
    font-size: 65px;
  }
  .election-date small {
    font-size: 19px;
  }
  .venue-info__body {
    grid-template-columns: 1fr;
  }
  .venue-info a {
    grid-column: 1;
    grid-row: auto;
    margin-top: 3px;
  }
  .button--primary {
    min-width: 0;
    width: 100%;
  }
  .hero-visual {
    height: 440px;
    margin-top: 40px;
  }
  .photo--workshop {
    left: 6%;
    width: 67%;
    height: 175px;
  }
  .photo--okinawa {
    top: 138px;
    left: 0;
    width: 78%;
    height: 245px;
    border-width: 5px;
  }
  .photo--ballot {
    width: 39%;
    height: 150px;
    border-width: 5px;
    bottom: 2px;
  }
  .photo--okinawa figcaption {
    left: 50%;
    bottom: 32px;
    font-size: 12px;
  }
  .mark--red {
    top: 50px;
    right: 0;
  }
  .mark--arrow {
    right: 18px;
    bottom: 125px;
  }
  .progress-section {
    padding: 32px 0 60px;
  }
  .progress-card {
    width: calc(100% - 24px);
    padding: 24px 14px;
  }
  .progress-heading {
    gap: 8px;
  }
  .progress-heading h2 {
    font-size: 19px;
    letter-spacing: 0.08em;
  }
  .progress-item {
    grid-template-columns: 66px 50px minmax(0, 1fr);
    gap: 9px;
  }
  .progress-item small {
    grid-column: 3;
    margin-top: -21px;
    justify-self: start;
    font-size: 10px;
  }
  .progress-list::before,
  .progress-list::after {
    left: 55px;
  }
  .learning-section,
  .report-section,
  .vote-section,
  .faq-section,
  .committee-section {
    padding: 72px 0;
  }
  .news-section {
    padding: 56px 0 68px;
  }
  .about-section {
    padding: 68px 0 44px;
  }
  .learning-grid {
    gap: 50px;
  }
  .learning-visual {
    width: calc(100% - 18px);
    min-height: 370px;
    padding: 48px 24px 34px;
  }
  .learning-badge {
    top: 20px;
    right: -8px;
  }
  .original-book {
    width: 213px;
    height: 298px;
  }
  .original-book-cover {
    padding: 23px 16px 14px 22px;
  }
  .original-book-cover strong {
    font-size: 29px;
  }
  .original-book-candidates {
    gap: 5px;
    margin-top: 14px;
  }
  .original-book-candidates span {
    height: 57px;
  }
  .original-book-candidates span::before {
    width: 21px;
    height: 21px;
  }
  .original-book-candidates span::after {
    width: 26px;
    height: 15px;
  }
  .original-book-ballot {
    margin-top: 11px;
  }
  .learning-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .learning-steps {
    grid-template-columns: 1fr;
  }
  .learning-steps li {
    display: grid;
    grid-template-columns: 28px 62px 1fr;
    align-items: center;
    gap: 8px;
  }
  .learning-steps li > span {
    margin: 0;
  }
  .learning-steps small {
    margin: 0;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .about-steps {
    margin-top: 48px;
    padding-top: 44px;
  }
  .steps-heading {
    margin-bottom: 42px;
  }
  .steps-heading h2 {
    font-size: clamp(25px, 7.7vw, 34px);
  }
  .three-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
  }
  .step-arrow {
    transform: rotate(90deg);
    margin-inline: auto;
  }
  .report-grid {
    gap: 32px;
  }
  .report-gallery {
    grid-template-columns: 1.18fr 0.82fr;
    gap: 8px;
  }
  .report-photo--discussion img {
    border-radius: 18px 18px 18px 42px;
  }
  .report-photo--closeup img {
    border-radius: 18px 42px 18px 18px;
  }
  .report-photo--presentation img {
    aspect-ratio: 16 / 9;
    border-radius: 18px 18px 42px 18px;
    object-position: center;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .workshop-voices {
    margin-top: 52px;
    padding-top: 42px;
  }
  .workshop-voices-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sticky {
    min-height: 150px;
    font-size: 15px;
  }
  .sticky--yellow {
    transform: rotate(-1deg);
  }
  .sticky--blue {
    transform: rotate(1deg);
  }
  .sticky--pink {
    transform: rotate(-0.5deg);
  }
  .sticky--green {
    transform: rotate(0.5deg);
  }
  .candidates-section {
    padding-bottom: 78px;
  }
  .coming-soon-card {
    width: calc(100% - 24px);
    padding: 18px;
    gap: 24px;
  }
  .coming-copy {
    padding: 8px 2px;
  }
  .video-placeholder {
    min-height: 230px;
  }
  .vote-copy h2 {
    font-size: 36px;
  }
  .vote-message {
    min-height: 350px;
    padding: 34px 24px;
  }
  .news-list a {
    grid-template-columns: 95px 75px auto;
    gap: 8px 12px;
    padding: 18px 2px;
  }
  .news-list strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .news-list svg {
    grid-column: 3;
    grid-row: 1;
  }
  .news-detail {
    padding: 46px 0 78px;
  }
  .news-detail-inner {
    width: calc(100% - 32px);
  }
  .news-breadcrumb {
    margin-bottom: 32px;
  }
  .news-detail-header {
    padding-bottom: 28px;
  }
  .news-detail h1 {
    font-size: 31px;
  }
  .news-detail-body {
    padding-top: 32px;
    font-size: 16px;
  }
  .news-detail-body > p:first-child {
    font-size: 17px;
  }
  .news-detail-gallery {
    grid-template-columns: 1fr;
  }
  .news-detail-gallery figure:last-child img {
    aspect-ratio: 4 / 3;
  }
  .news-info {
    padding: 18px;
  }
  .news-info dl {
    grid-template-columns: 1fr;
  }
  .news-info dt {
    padding-bottom: 2px;
    border-bottom: 0;
  }
  .news-info dd {
    padding-top: 0;
  }
  .news-detail-actions .button {
    width: 100%;
  }
  .faq-item button {
    min-height: 72px;
    padding-inline: 2px;
    grid-template-columns: 30px 1fr auto;
    gap: 8px;
    font-size: 14px;
  }
  .faq-answer {
    padding-left: 42px;
    font-size: 14px;
  }
  .committee-mark {
    width: calc(100% - 18px);
    min-height: 390px;
    padding: 28px;
  }
  .committee-mark img {
    width: 190px;
  }
  .committee-copy h2 {
    font-size: 33px;
    word-break: normal;
  }
  .committee-points {
    grid-template-columns: 1fr;
  }
  .instagram-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
  .instagram-qr {
    display: flex;
    align-items: center;
    justify-self: stretch;
    gap: 16px;
    text-align: left;
  }
  .instagram-qr img {
    width: 108px;
    height: 108px;
    flex: 0 0 auto;
  }
  .committee-policy-list {
    grid-template-columns: 1fr;
  }
  .founder-message {
    grid-template-columns: 1fr;
    margin-top: 52px;
    border-radius: 24px;
  }
  .founder-portrait img {
    height: auto;
    aspect-ratio: auto;
  }
  .founder-copy {
    padding: 32px 22px 34px;
  }
  .founder-copy::before {
    top: 20px;
    right: 18px;
    font-size: 96px;
  }
  .founder-copy h3 span {
    font-size: 30px;
  }
  .founder-message-lead {
    font-size: 23px;
  }
  .footer-grid nav {
    grid-template-columns: 1fr;
  }
  .footer-meta {
    text-align: left;
  }
}
