/*
 * MIKIO ACTION ORANGE
 * Shared visual identity for the public campaign pages.
 * Navy and Okinawa blue keep the site trustworthy; orange marks decision,
 * execution and forward movement.
 */
:root {
  --mikio-orange: #f36a16;
  --mikio-orange-deep: #bf4700;
  --mikio-orange-light: #ff9a55;
  --mikio-orange-soft: #fff0e4;
  --mikio-navy: #08284a;
  --mikio-aqua: #65cbd7;
}

::selection {
  color: #fff;
  background: var(--mikio-orange-deep);
}

/* Shared legacy page chrome */
[class*="_header_"] {
  border-bottom: 3px solid transparent !important;
  border-image: linear-gradient(90deg, var(--mikio-orange) 0 24%, var(--mikio-aqua) 24% 34%, rgba(8, 40, 74, .12) 34%) 1 !important;
}

[class*="_brandMark_"] i {
  background: linear-gradient(90deg, var(--mikio-orange-deep), var(--mikio-orange-light)) !important;
}

[class*="_brandType_"] small,
[class*="_eyebrow_"] span,
[class*="_sectionHeading_"] > p,
[class*="_sectionHead_"] > p:first-child {
  color: var(--mikio-orange-deep) !important;
}

[class*="_headerCta_"] {
  color: #fff !important;
  border-color: var(--mikio-orange-deep) !important;
  background: linear-gradient(115deg, var(--mikio-orange-deep), var(--mikio-orange)) !important;
  box-shadow: 0 14px 32px rgba(191, 71, 0, .24);
}

[class*="_headerCta_"]:hover {
  border-color: var(--mikio-navy) !important;
  background: var(--mikio-navy) !important;
}

[class*="_electionBar_"] {
  box-shadow: inset 7px 0 0 var(--mikio-orange);
}

[class*="_electionBar_"] b {
  color: var(--mikio-orange-light) !important;
}

[class*="_pageHero_"] {
  isolation: isolate;
  box-shadow: inset 7px 0 0 var(--mikio-orange);
  background:
    radial-gradient(circle at 92% 14%, rgba(243, 106, 22, .18), transparent 28%),
    radial-gradient(circle at 74% 64%, rgba(101, 203, 215, .18), transparent 35%),
    #f8fcfd !important;
}

[class*="_pageHero_"]::before {
  position: absolute;
  z-index: -1;
  top: clamp(52px, 7vw, 96px);
  right: clamp(28px, 6vw, 94px);
  width: clamp(108px, 14vw, 210px);
  aspect-ratio: 1;
  border: clamp(14px, 2vw, 28px) solid rgba(243, 106, 22, .09);
  border-radius: 50%;
  content: "";
}

[class*="_pageHero_"] h1 em {
  color: var(--mikio-orange-deep) !important;
  font-style: normal;
}

[class*="_heroIndex_"] {
  -webkit-text-stroke-color: rgba(243, 106, 22, .28) !important;
}

[class*="_policyDetail_"],
[class*="_achievementCard_"],
[class*="_factCard_"],
[class*="_statusLegend_"] article {
  border-top: 4px solid var(--mikio-orange) !important;
}

[class*="_policyDetail_"],
[class*="_achievementCard_"],
[class*="_factCard_"] {
  transition: transform .24s ease, box-shadow .24s ease !important;
}

[class*="_policyDetail_"]:hover,
[class*="_achievementCard_"]:hover,
[class*="_factCard_"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(8, 40, 74, .13) !important;
}

[class*="_pageCta_"] {
  border-top: 8px solid var(--mikio-orange);
}

[class*="_pageCta_"] > a,
[class*="_download_"] {
  color: #fff !important;
  border-color: var(--mikio-orange-deep) !important;
  background: linear-gradient(115deg, var(--mikio-orange-deep), var(--mikio-orange)) !important;
  box-shadow: 0 16px 38px rgba(191, 71, 0, .22);
}

[class*="_pageCta_"] > a:hover,
[class*="_download_"]:hover {
  background: var(--mikio-navy) !important;
}

[class*="_footer_"] {
  border-top: 8px solid var(--mikio-orange);
  background:
    radial-gradient(circle at 88% 14%, rgba(243, 106, 22, .18), transparent 26%),
    linear-gradient(135deg, #04182e, #08284a) !important;
}

[class*="_footerLead_"] p,
[class*="_footerTop_"] [class*="_brandType_"] small {
  color: var(--mikio-orange-light) !important;
}

/* Homepage: orange is the visual language of action. */
.topbar {
  border-bottom: 3px solid transparent !important;
  border-image: linear-gradient(90deg, var(--mikio-orange) 0 24%, var(--mikio-aqua) 24% 34%, rgba(8, 40, 74, .12) 34%) 1 !important;
}

.header-cta {
  color: #fff !important;
  border-color: var(--mikio-orange-deep) !important;
  background: linear-gradient(115deg, var(--mikio-orange-deep), var(--mikio-orange)) !important;
  box-shadow: 0 14px 32px rgba(191, 71, 0, .24);
}

.header-cta:hover {
  border-color: var(--mikio-navy) !important;
  background: var(--mikio-navy) !important;
}

.hero {
  box-shadow: inset 8px 0 0 var(--mikio-orange);
}

.hero::after {
  position: absolute;
  z-index: 1;
  top: -15%;
  right: -7%;
  width: min(35vw, 520px);
  aspect-ratio: 1;
  border: clamp(28px, 4vw, 62px) solid rgba(243, 106, 22, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero h1 > em,
.voter-guide-heading h2 strong {
  color: transparent !important;
  background: linear-gradient(115deg, var(--mikio-orange-light), var(--mikio-orange) 48%, #d54f00);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-eyebrow {
  width: max-content;
  padding: 9px 13px;
  border-left: 4px solid var(--mikio-orange);
  background: rgba(255, 240, 228, .9);
}

.voter-guide-heading {
  border-top: 9px solid var(--mikio-orange);
  background:
    radial-gradient(circle at 10% 14%, rgba(243, 106, 22, .22), transparent 36%),
    radial-gradient(circle at 82% 65%, rgba(101, 203, 215, .14), transparent 34%),
    #061a31 !important;
}

.voter-guide-grid a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--mikio-orange), transparent 76%);
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .24s ease;
}

.voter-guide-grid a:hover::before,
.voter-guide-grid a:focus-visible::before {
  transform: scaleX(1);
}

.proof-strip {
  box-shadow: inset 8px 0 0 var(--mikio-orange);
  background: linear-gradient(108deg, #061a31, #0a3155) !important;
}

.priority-card,
.policy-domain-grid .policy-card,
.indicator-card,
.achievement-card {
  border-top: 4px solid var(--mikio-orange) !important;
}

.priority-card strong,
.policy-domain-grid .policy-card > span,
.indicator-card strong,
.achievement-card > span {
  color: var(--mikio-orange-deep) !important;
}

.priority-section::before {
  height: 8px !important;
  background: linear-gradient(90deg, var(--mikio-orange-deep), var(--mikio-orange), var(--mikio-aqua)) !important;
}

.okinawa-map-section,
.accountability-section,
.footer {
  border-top: 8px solid var(--mikio-orange);
}

.okinawa-map-heading h2 em,
.proof-strip dt strong {
  color: var(--mikio-orange-light) !important;
}

.footer {
  background:
    radial-gradient(circle at 90% 10%, rgba(243, 106, 22, .18), transparent 27%),
    linear-gradient(135deg, #04182e, #08284a) !important;
}

@media (max-width: 760px) {
  [class*="_pageHero_"] {
    box-shadow: inset 5px 0 0 var(--mikio-orange);
  }

  .hero {
    box-shadow: inset 5px 0 0 var(--mikio-orange);
  }

  .hero::after {
    top: 44%;
    right: -28%;
    width: 72vw;
  }

  .voter-guide-heading {
    border-top-width: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voter-guide-grid a::before {
    transition: none;
  }
}

/* 2026-08-07: Okinawa-first narrative, listening posture and senior readability */
body {
  font-size: 18px;
}

.desktop-nav a,
.header-cta,
.button,
.election-notice,
.election-notice strong {
  font-size: 15px;
}

.election-notice b,
.hero-eyebrow,
.section-eyebrow,
.section-title > p,
.achievements-head > p {
  font-size: 11px;
}

.hero {
  min-height: clamp(690px, 52vw, 790px);
}

.hero-copy {
  width: min(850px, 64vw);
  padding-top: clamp(68px, 6.4vw, 104px);
}

.hero h1 {
  font-size: clamp(54px, 5.4vw, 91px);
  line-height: 1.12;
}

.hero-lead {
  max-width: 720px;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 650;
  line-height: 1.9;
}

.hero-disclosure dd {
  font-size: 13px;
  line-height: 1.55;
}

.hero-role {
  font-size: 13px;
}

.voter-guide-heading > p:last-child,
.okinawa-map-heading > p:nth-of-type(2),
.priority-intro > span,
.policy-card p,
.priority-card p,
.indicator-card p,
.accountability-intro p,
.accountability-answer p,
.field-copy > p,
.section-note,
.election-overview > div > p,
.book-copy > p,
.volunteer-lead,
.footer-message {
  font-size: clamp(16px, 1.06vw, 18px);
  line-height: 1.95;
}

.voter-guide-grid strong,
.priority-card h3,
.policy-card h3,
.accountability-question strong {
  line-height: 1.5;
}

.voter-guide-grid small,
.policy-source,
.latest-list small,
.okinawa-region-links small {
  font-size: 11px;
}

.latest-list strong,
.latest-heading > a,
.okinawa-map-heading > a,
.okinawa-vote-route p,
.okinawa-vote-route > a,
.election-source,
.election-dates p {
  font-size: 14px;
}

.okinawa-region-links p {
  font-size: 13px;
}

.okinawa-region-links strong {
  font-size: 26px;
}

.vision-ocean {
  isolation: isolate;
  grid-template-columns: minmax(320px, 0.72fr) minmax(480px, 1.28fr);
  align-items: start;
  gap: clamp(48px, 8vw, 140px);
  min-height: 850px;
  padding: clamp(104px, 10vw, 158px) clamp(28px, 7.8vw, 132px);
  color: #fff;
  background: #061a31 url("/images/ocean-manifesto-bg.webp") center / cover no-repeat;
}

.vision-ocean::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 22, 43, .96) 0 37%, rgba(4, 22, 43, .78) 62%, rgba(4, 22, 43, .42)),
    linear-gradient(180deg, rgba(4, 22, 43, .2), rgba(4, 22, 43, .78));
}

.vision-ocean::after {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 9px;
  content: "";
  background: linear-gradient(180deg, var(--mikio-orange-light), var(--mikio-orange), transparent 86%);
}

.vision-ocean .vision-heading,
.vision-ocean .vision-message {
  position: relative;
  z-index: 2;
  padding: 0;
}

.vision-ocean .section-eyebrow,
.vision-ocean .section-eyebrow span {
  color: var(--mikio-orange-light);
}

.vision-ocean .vision-heading h2 {
  margin: 30px 0 0;
  color: #fff;
  letter-spacing: -.055em;
  font-size: clamp(46px, 4.5vw, 68px);
  line-height: 1.25;
}

.vision-ocean .vision-heading h2 span,
.vision-ocean .vision-heading h2 em {
  display: block;
  white-space: normal;
}

.vision-ocean .vision-heading h2 em {
  color: var(--mikio-orange-light);
  font-style: normal;
}

.vision-ocean .vision-message {
  border-top: 7px solid var(--mikio-orange);
  padding: clamp(32px, 4vw, 54px);
  background: rgba(4, 24, 46, .78);
  box-shadow: 0 28px 74px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.vision-ocean .vision-kicker {
  display: grid;
  gap: 8px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 800;
  line-height: 1.5;
}

.vision-ocean .vision-kicker span {
  color: #fff;
}

.vision-ocean .vision-message > p:not(.vision-kicker) {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(16px, 1.17vw, 19px);
  line-height: 2;
}

.vision-ocean .vision-lead-strong {
  color: #fff !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 760;
  line-height: 1.9 !important;
}

.vision-ocean .vision-link {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
}

.vision-ocean .signature-line {
  color: rgba(255, 255, 255, .68);
}

.resolve-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-left: 1px solid rgba(255, 255, 255, .25);
  list-style: none;
}

.resolve-principles li {
  min-height: 118px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .045);
}

.resolve-principles small {
  display: block;
  color: var(--mikio-orange-light);
  font: 850 12px/1 Arial, sans-serif;
}

.resolve-principles strong {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.55;
}

.vision-ocean .vision-watermark {
  right: -40px;
  bottom: -28px;
  color: transparent;
  opacity: .12;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .7);
}

.voices-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(620px, 1.22fr);
  grid-template-areas:
    "message grid"
    "action action";
  color: #fff;
  background: #052442 url("/images/coral-flow-texture.webp") center / cover no-repeat;
  overflow: hidden;
}

.voices-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, rgba(3, 23, 45, .97), rgba(4, 33, 61, .86) 48%, rgba(3, 21, 40, .72));
}

.voices-message {
  grid-area: message;
  padding: clamp(88px, 8vw, 136px) clamp(30px, 5.5vw, 86px);
  border-right: 1px solid rgba(255, 255, 255, .2);
  background: rgba(3, 22, 43, .5);
}

.voices-message > p:first-child {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--mikio-orange-light);
  letter-spacing: .22em;
  font: 850 11px/1 Arial, sans-serif;
}

.voices-message > p:first-child i {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.voices-message h2 {
  margin: 32px 0 26px;
  letter-spacing: -.055em;
  font-size: clamp(43px, 4.5vw, 68px);
  line-height: 1.3;
}

.voices-message h2 span,
.voices-message h2 em {
  display: block;
}

.voices-message h2 em {
  color: var(--mikio-orange-light);
  font-style: normal;
}

.voices-message > p:nth-of-type(2) {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.24vw, 20px);
  line-height: 2;
}

.voices-message > strong {
  display: block;
  margin-top: 34px;
  padding-left: 18px;
  border-left: 5px solid var(--mikio-orange);
  color: #fff;
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.7;
}

.voices-grid {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.voices-grid article {
  min-height: 330px;
  padding: clamp(30px, 3.6vw, 52px);
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: rgba(4, 31, 58, .54);
  backdrop-filter: blur(7px);
}

.voices-grid article > span {
  color: var(--mikio-orange-light);
  font: 850 19px/1 Arial, sans-serif;
}

.voices-grid small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .56);
  letter-spacing: .16em;
  font: 800 11px/1.4 Arial, sans-serif;
}

.voices-grid h3 {
  margin: 48px 0 16px;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.5;
}

.voices-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.9;
}

.voices-action {
  grid-area: action;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 34px clamp(28px, 7.8vw, 132px);
  color: var(--mikio-navy);
  background: var(--mikio-orange);
}

.voices-action p {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin: 0;
}

.voices-action p strong {
  font-size: 22px;
}

.voices-action p span {
  font-size: 15px;
  line-height: 1.7;
}

.voices-action a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 250px;
  min-height: 58px;
  padding: 0 20px;
  color: #fff;
  background: var(--mikio-navy);
  font-size: 15px;
  font-weight: 800;
}

#voices {
  scroll-margin-top: 96px;
}

/* A candid, approachable portrait balances the campaign's forceful voice. */
.profile-photo-listening {
  border-top: 8px solid var(--mikio-orange);
  background: linear-gradient(145deg, #fffaf4, #dff4f6);
  box-shadow: 0 32px 72px rgba(8, 40, 74, .16);
}

.profile-photo-listening::before {
  background:
    linear-gradient(180deg, rgba(8, 40, 74, 0) 52%, rgba(8, 40, 74, .9) 100%),
    linear-gradient(110deg, rgba(243, 106, 22, .12), transparent 42%);
}

.profile-photo-listening img {
  object-position: center 12%;
  filter: saturate(.98) contrast(1.02);
}

.profile-photo-promise {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 28px;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 16px 19px 17px;
  border-left: 6px solid var(--mikio-orange);
  color: #fff;
  background: rgba(8, 40, 74, .9);
  box-shadow: 0 16px 38px rgba(8, 40, 74, .2);
  backdrop-filter: blur(10px);
}

.profile-photo-promise small {
  color: var(--mikio-orange-light);
  letter-spacing: .2em;
  font: 850 10px/1 Arial, sans-serif;
}

.profile-photo-promise strong {
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
}

/* Legacy/static lower pages share this file: enlarge explanatory copy without
   disturbing display typography or factual labels. */
[class*="_heroLead_"],
[class*="_sectionHead_"] > p:last-child,
[class*="_policySummary_"],
[class*="_qaAnswer_"] > p,
[class*="_evidenceNote_"] p,
[class*="_notice_"] p,
[class*="_statementBody_"] > p {
  font-size: clamp(16px, 1.08vw, 18px) !important;
  line-height: 2 !important;
}

[class*="_policySchema_"] dd,
[class*="_achievementCard_"] dd,
[class*="_materialKey_"] dd,
[class*="_timeline_"] p,
[class*="_methodSteps_"] p,
[class*="_sources_"] small,
[class*="_updateHistory_"] p,
[class*="_footerNav_"] a,
[class*="_footerBottom_"] address {
  font-size: 14px !important;
  line-height: 1.85 !important;
}

[class*="_header_"] nav a,
[class*="_homeLink_"] {
  font-size: 14px !important;
}

@media (max-width: 1160px) {
  .voices-section {
    grid-template-columns: 1fr;
    grid-template-areas: "message" "grid" "action";
  }

  .voices-message {
    border-right: 0;
  }

  .vision-ocean {
    grid-template-columns: 1fr;
  }

  .vision-ocean .vision-heading {
    max-width: 820px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .hero {
    min-height: 840px;
  }

  .hero-backdrop {
    background-position: 69% top;
  }

  .hero-copy {
    width: 100%;
    padding: 46px 20px 34px;
  }

  .hero h1 {
    font-size: clamp(42px, 12.3vw, 57px);
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.85;
  }

  .hero-disclosure dd {
    font-size: 12px;
  }

  .voter-guide-heading > p:last-child,
  .priority-card p,
  .policy-card p,
  .indicator-card p,
  .accountability-intro p,
  .accountability-answer p,
  .field-copy > p,
  .section-note,
  .footer-message {
    font-size: 16px;
  }

  .vision-ocean {
    min-height: 0;
    padding: 82px 20px;
    background-position: 64% center;
  }

  .vision-ocean::before {
    background: linear-gradient(180deg, rgba(4, 22, 43, .95), rgba(4, 22, 43, .72));
  }

  .vision-ocean .vision-heading h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .vision-ocean .vision-message {
    padding: 28px 20px;
  }

  .resolve-principles {
    grid-template-columns: 1fr;
  }

  .resolve-principles li {
    min-height: 0;
  }

  .voices-message {
    padding: 76px 20px 66px;
  }

  .voices-message h2 {
    font-size: clamp(40px, 11.4vw, 54px);
  }

  .voices-grid {
    grid-template-columns: 1fr;
  }

  .voices-grid article {
    min-height: 0;
    padding: 34px 22px;
  }

  .voices-grid h3 {
    margin-top: 32px;
  }

  .voices-action {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }

  .voices-action p {
    display: grid;
    gap: 8px;
  }

  .voices-action a {
    width: 100%;
    min-width: 0;
  }

  .profile-photo-promise {
    top: 20px;
    left: 20px;
    padding: 13px 15px 14px;
  }

  .section-title h2 span {
    white-space: normal;
  }

  [class*="_heroLead_"],
  [class*="_sectionHead_"] > p:last-child,
  [class*="_policySummary_"],
  [class*="_qaAnswer_"] > p,
  [class*="_statementBody_"] > p {
    font-size: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voices-grid article,
  .vision-ocean,
  .voices-section {
    background-attachment: scroll;
  }
}

/* Final readability pass: every decision, explanation and action remains easy
   to read without enlarging purely decorative English labels excessively. */
.hero-disclosure dt,
.voter-guide-grid small,
.latest-list small,
.okinawa-region-links small,
.profile-photo-promise small {
  font-size: 12px;
}

.hero-disclosure dd,
.hero-role,
.election-dates p,
.latest-list strong,
.latest-heading > a,
.election-source,
.okinawa-vote-route p,
.okinawa-vote-route > a {
  font-size: 15px;
  line-height: 1.75;
}

.latest-list time,
.okinawa-region-links p,
.policy-source,
.indicator-source,
.volunteer-note,
.accountability-status {
  font-size: 13px;
  line-height: 1.75;
}

.vision-ocean .vision-message > p:not(.vision-kicker),
.voices-message > p:nth-of-type(2),
.voices-grid p,
.footer-message {
  color: rgba(255, 255, 255, .88);
}

.voices-grid small,
.vision-ocean .signature-line {
  color: rgba(255, 255, 255, .76);
}

[class*="_breadcrumb_"],
[class*="_heroMeta_"] dt,
[class*="_heroMeta_"] dd,
[class*="_notice_"] time,
[class*="_statusBadge_"],
[class*="_policyTitle_"] small,
[class*="_policySchema_"] dt,
[class*="_achievementCard_"] dt,
[class*="_sourceType_"],
[class*="_sources_"] small,
[class*="_updateHistory_"] small {
  font-size: 12px !important;
  line-height: 1.65 !important;
}

[class*="_qaSources_"] a,
[class*="_downloadNote_"],
[class*="_methodSteps_"] p,
[class*="_timeline_"] p,
[class*="_policyFoot_"] {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

@media (max-width: 760px) {
  .hero-disclosure dd,
  .hero-role,
  .election-dates p,
  .latest-list strong,
  .election-source,
  .okinawa-vote-route p,
  .okinawa-vote-route > a {
    font-size: 14px;
  }

  .profile-photo-promise {
    max-width: calc(100% - 40px);
  }
}

/* 2026 final campaign-wide pass: stronger hierarchy, varied Okinawa imagery,
   senior-friendly copy and calm modern motion. */
html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
}

:where(a, button, summary, input):focus-visible {
  outline: 4px solid #ffd25f !important;
  outline-offset: 4px;
}

body:not(.home) [class*="_header_"] nav a {
  min-height: 48px;
  font-size: 15px !important;
}

body:not(.home) [class*="_mobileMenu_"] summary,
body:not(.home) [class*="_mobileMenu_"] nav a {
  font-size: 15px !important;
}

body:not(.home):not(.policy-page-original) [class*="_pageHero_"] {
  min-height: clamp(500px, 44vw, 620px);
  background:
    linear-gradient(92deg, rgba(248, 252, 253, .99) 0 48%, rgba(248, 252, 253, .9) 66%, rgba(248, 252, 253, .58)),
    url("/images/okinawa-civic-texture.webp") center / cover no-repeat !important;
}

body.page-id-12894 [class*="_pageHero_"] {
  background:
    linear-gradient(92deg, rgba(248, 252, 253, 1) 0 48%, rgba(248, 252, 253, .92) 66%, rgba(248, 252, 253, .48)),
    url("/images/mikio-smile-orange-tie.jpg") right 10% top 18% / clamp(300px, 31vw, 470px) auto no-repeat,
    linear-gradient(135deg, #eff9fb, #fff2e9) !important;
}

body.page-id-89 [class*="_pageHero_"],
body.page-id-16251 [class*="_pageHero_"],
body.page-id-16266 [class*="_pageHero_"] {
  background:
    linear-gradient(92deg, rgba(248, 252, 253, .99) 0 49%, rgba(248, 252, 253, .9) 68%, rgba(248, 252, 253, .66)),
    url("/images/coral-flow-texture.webp") center / cover no-repeat !important;
}

body.page-id-16261 [class*="_pageHero_"],
body.page-id-16264 [class*="_pageHero_"],
body.page-id-16163 [class*="_pageHero_"],
body.page-id-16282 [class*="_pageHero_"] {
  background:
    linear-gradient(92deg, rgba(248, 252, 253, .99) 0 48%, rgba(248, 252, 253, .9) 66%, rgba(248, 252, 253, .55)),
    url("/images/ocean-manifesto-bg.webp") center / cover no-repeat !important;
}

body.policy-page-original .hero {
  background:
    linear-gradient(112deg, rgba(4, 22, 43, .97), rgba(7, 54, 91, .79)),
    url("/images/okinawa-civic-texture.webp") center / cover no-repeat !important;
}

body.policy-page-original .hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, .92) !important;
  background: none !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.policy-page-original .hero-copy::before {
  display: none !important;
}

body.policy-page-original .hero-status strong,
body.policy-page-original .page-nav a {
  font-size: 15px;
}

body.policy-page-original .section-lead,
body.policy-page-original .detail-body,
body.policy-page-original .project-grid p,
body.policy-page-original .program-grid li,
body.policy-page-original .source-grid p,
body.policy-page-original .rail-note p {
  font-size: clamp(16px, 1.08vw, 18px) !important;
  line-height: 1.95 !important;
}

body:not(.home) [class*="_heroLead_"] {
  max-width: 42em;
  color: #203f5b !important;
  font-size: clamp(17px, 1.22vw, 20px) !important;
  font-weight: 650;
  line-height: 2 !important;
}

body:not(.home) [class*="_content_"] :where(p, li, dd),
body:not(.home) [class*="_sources_"] :where(a, small),
body:not(.home) [class*="_updateHistory_"] :where(p, strong),
body:not(.home) [class*="_footer_"] :where(a, address) {
  font-size: 15px !important;
  line-height: 1.9 !important;
}

body:not(.home) [class*="_content_"] > [class*="_sectionHeading_"],
body:not(.home) [class*="_content_"] > [class*="_sectionHead_"] {
  margin-bottom: clamp(38px, 4.6vw, 62px);
}

body:not(.home) [class*="_policyDetail_"],
body:not(.home) [class*="_achievementCard_"],
body:not(.home) [class*="_mediaCard_"],
body:not(.home) [class*="_factCard_"] {
  border-radius: 2px;
  box-shadow: 0 14px 38px rgba(8, 40, 74, .07);
}

.readability-dock {
  position: fixed;
  z-index: 120;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(8, 40, 74, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(8, 40, 74, .18);
  backdrop-filter: blur(14px);
}

.readability-dock button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: var(--mikio-navy);
  background: transparent;
  font: 800 13px/1.2 "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  cursor: pointer;
}

.readability-dock button:hover,
.readability-dock button[aria-pressed="true"] {
  color: #fff;
  background: var(--mikio-navy);
}

.readability-dock .reader-aa {
  color: var(--mikio-orange-deep);
  font: 900 15px/1 Arial, sans-serif;
}

.readability-dock .back-top {
  width: 42px;
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--mikio-orange-deep), var(--mikio-orange));
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.readability-dock .back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

html.reader-large body:not(.home) main p:not([class*="eyebrow"]):not([class*="label"]):not([class*="code"]),
html.reader-large body:not(.home) main :where(li, dd, summary strong),
html.reader-large body.home :where(.hero-lead, .vision-message p, .voices-section p, .priority-card p, .policy-card p, .accountability-section p, .field-section p, .profile-section p) {
  font-size: 19px !important;
  line-height: 2 !important;
}

[data-reveal] {
  transition: opacity .62s cubic-bezier(.2,.7,.2,1), transform .62s cubic-bezier(.2,.7,.2,1), box-shadow .24s ease;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal]:not(.is-visible) {
    opacity: .01;
    transform: translateY(24px);
  }
}

@media (max-width: 760px) {
  body:not(.home):not(.policy-page-original) [class*="_pageHero_"] {
    min-height: 500px;
    background:
      linear-gradient(180deg, rgba(248, 252, 253, .98), rgba(248, 252, 253, .84)),
      url("/images/coral-flow-texture.webp") center / cover no-repeat !important;
  }

  body.page-id-12894 [class*="_pageHero_"] {
    background:
      linear-gradient(180deg, rgba(248, 252, 253, .96), rgba(248, 252, 253, .8)),
      url("/images/mikio-smile-orange-tie.jpg") center 22% / cover no-repeat !important;
  }

  body:not(.home) [class*="_content_"] :where(p, li, dd),
  body:not(.home) [class*="_sources_"] :where(a, small),
  body:not(.home) [class*="_updateHistory_"] :where(p, strong) {
    font-size: 16px !important;
  }

  .readability-dock {
    right: 10px;
    bottom: 10px;
  }

  .readability-dock button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }
}

@media print {
  .readability-dock { display: none !important; }
}

/* 2026-08-07: desktop composition pass for long-form campaign sections.
   Keep the copy comfortably readable while preventing the right-hand panels
   from feeling cropped or the left-hand columns from carrying dead space. */
@media (min-width: 1161px) {
  .vision-ocean {
    grid-template-columns: minmax(330px, .75fr) minmax(580px, 1.25fr);
    align-items: start;
    gap: clamp(52px, 5vw, 84px);
    min-height: 0;
    padding: clamp(84px, 7vw, 112px) clamp(40px, 6vw, 96px);
  }

  .vision-ocean .vision-message {
    width: 100%;
    max-width: none;
    padding: clamp(34px, 3vw, 44px);
  }

  .vision-ocean .vision-kicker {
    gap: 6px;
    margin-bottom: 20px;
    font-size: clamp(20px, 1.65vw, 27px);
    line-height: 1.42;
  }

  .vision-ocean .vision-message > p:not(.vision-kicker) {
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.85;
  }

  .vision-ocean .vision-lead-strong {
    font-size: clamp(18px, 1.28vw, 21px) !important;
    line-height: 1.78 !important;
  }

  .resolve-principles {
    margin-top: 24px;
  }

  .resolve-principles li {
    min-height: 92px;
    padding: 16px;
  }

  .resolve-principles strong {
    margin-top: 12px;
    font-size: 15px;
  }

  .accountability-section {
    padding: clamp(88px, 7vw, 112px) clamp(40px, 6vw, 96px);
  }

  .accountability-section .section-title {
    grid-template-columns: minmax(150px, .28fr) minmax(480px, 1fr) minmax(260px, .56fr);
    align-items: start;
    gap: clamp(34px, 4vw, 62px);
    margin-bottom: clamp(42px, 4vw, 56px);
  }

  .accountability-section .section-title h2 {
    margin-top: -8px;
    font-size: clamp(50px, 4.15vw, 66px);
    line-height: 1.32;
  }

  .accountability-section .section-note {
    padding-top: 2px;
    font-size: clamp(16px, 1.02vw, 17px);
    line-height: 1.85;
  }

  .accountability-layout {
    grid-template-columns: minmax(330px, .72fr) minmax(580px, 1.28fr);
    gap: clamp(50px, 5vw, 82px);
    margin-top: 0;
  }

  .accountability-intro {
    padding-top: 0;
  }

  .accountability-intro h3 {
    margin: 18px 0 16px;
    font-size: clamp(35px, 3vw, 44px);
    line-height: 1.45;
  }

  .accountability-intro p,
  .accountability-answer p {
    line-height: 1.85;
  }

  .accountability-intro .accountability-empathy {
    margin-top: 12px;
  }

  .accountability-principles {
    margin-top: 16px;
  }

  .accountability-principles li {
    min-height: 38px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .accountability-status {
    margin-top: 16px;
  }

  .accountability-list summary {
    grid-template-columns: 112px minmax(0, 1fr) 30px;
    gap: 18px;
    min-height: 104px;
    padding: 17px 0;
  }

  .accountability-feedback {
    gap: 20px;
    padding: 18px 20px;
  }

  .accountability-more {
    margin-top: 30px;
  }
}

@media (min-width: 761px) and (max-width: 1160px) {
  .vision-ocean {
    gap: 48px;
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .vision-ocean .vision-message {
    padding: clamp(32px, 5vw, 46px);
  }
}

/* Full-site completion: stronger first-view contrast and consistent actions. */
body.home .hero h1 > span,
body.home .hero h1 > strong { color: #061f3b !important; }
body.home .hero h1 > em { background-image: linear-gradient(115deg, #a93e00, #db5608 50%, #f36a16) !important; }
body.home .hero-lead,
body.home .hero-role { color: #1f405e !important; }
body.home .hero-copy { border-left: 5px solid var(--mikio-orange); }

.campaign-next-actions { display: grid; grid-template-columns: minmax(260px,.62fr) minmax(0,1.38fr); gap: clamp(36px,6vw,92px); padding: clamp(72px,8vw,116px) clamp(28px,8vw,132px); color: #fff; border-top: 8px solid var(--mikio-orange); background: linear-gradient(115deg,rgba(4,21,41,.96),rgba(8,49,87,.82)),url("/images/ocean-manifesto-bg.webp") center/cover no-repeat; }
.campaign-next-actions > div > p { margin: 0; color: var(--mikio-orange-light); letter-spacing: .22em; font: 850 12px/1.4 Arial,sans-serif; }
.campaign-next-actions h2 { max-width: 12ch; margin: 22px 0 0; color: #fff; letter-spacing: -.045em; font-size: clamp(36px,4.5vw,64px); line-height: 1.35; }
.campaign-next-actions nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.campaign-next-actions nav a { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 26px 12px; min-height: 190px; padding: 26px; color: #fff; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.04); transition: transform .2s ease,background .2s ease; }
.campaign-next-actions nav a:hover { z-index: 1; transform: translateY(-4px); background: rgba(255,255,255,.11); }
.campaign-next-actions nav small { grid-column: 1/-1; color: var(--mikio-orange-light); letter-spacing: .18em; font: 850 11px/1 Arial,sans-serif; }
.campaign-next-actions nav strong { align-self: end; font-size: clamp(16px,1.35vw,20px); line-height: 1.55; }
.campaign-next-actions nav span { align-self: end; color: var(--mikio-orange-light); font-size: 21px; }
.campaign-mobile-actions { display: none; }

.static-form-redirect { max-width: 900px; margin: 0 auto; padding: clamp(28px,5vw,54px); border-top: 7px solid var(--mikio-orange); color: var(--mikio-navy); background: #fff; box-shadow: 0 24px 60px rgba(8,40,74,.11); }
.static-form-redirect h3 { margin: 0; font-size: clamp(24px,3vw,38px); line-height: 1.5; }
.static-form-redirect p { margin: 18px 0 0; font-size: 16px !important; line-height: 1.9 !important; }
.static-form-redirect .form-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.static-form-redirect .form-contact-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 20px; border: 1px solid var(--mikio-navy); font-size: 15px; font-weight: 800; }
.static-form-redirect .form-contact-actions a:first-child { color: #fff; border-color: var(--mikio-orange-deep); background: linear-gradient(115deg,var(--mikio-orange-deep),var(--mikio-orange)); }
.static-form-redirect small { display: block; margin-top: 18px; color: #526478; font-size: 13px; line-height: 1.7; }

@media (max-width: 860px) {
  .campaign-next-actions { grid-template-columns: 1fr; }
  .campaign-next-actions h2 { max-width: none; }
  .campaign-next-actions nav { grid-template-columns: 1fr; }
  .campaign-next-actions nav a { min-height: 116px; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  body.home .hero-copy { border-left-width: 4px; }
  .campaign-mobile-actions { position: fixed; z-index: 140; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); min-height: calc(68px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(8,33,63,.15); background: rgba(251,250,246,.97); box-shadow: 0 -14px 38px rgba(8,33,63,.16); backdrop-filter: blur(18px); }
  .campaign-mobile-actions a { display: grid; place-content: center; gap: 5px; min-width: 0; color: var(--mikio-navy); border-right: 1px solid rgba(8,33,63,.13); text-align: center; }
  .campaign-mobile-actions a:last-child { color: #fff; border-right: 0; background: linear-gradient(135deg,var(--mikio-orange-deep),var(--mikio-orange)); }
  .campaign-mobile-actions small { color: var(--mikio-orange-deep); letter-spacing: .16em; font: 850 10px/1 Arial,sans-serif; }
  .campaign-mobile-actions a:last-child small { color: rgba(255,255,255,.76); }
  .campaign-mobile-actions strong { font-size: 15px; }
  .readability-dock { bottom: calc(78px + env(safe-area-inset-bottom)); }
  .campaign-next-actions { padding-right: 20px; padding-left: 20px; }
  .campaign-next-actions nav a { min-height: 104px; padding: 20px; }
  .static-form-redirect .form-contact-actions { display: grid; grid-template-columns: 1fr; }
}

@media print { .campaign-mobile-actions,.campaign-next-actions { display: none !important; } }

/* Keep assistive controls useful without covering campaign copy on phones. */
@media (max-width: 760px) {
  body.home .hero-copy { border-left: 0; }

  .readability-dock {
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    gap: 4px;
    padding: 4px;
    border-radius: 18px;
  }

  .readability-dock button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 11px;
  }

  .readability-dock .reader-aa { font-size: 13px; }
  .readability-dock .back-top { width: 38px; }

  html.reader-large body:not(.home) main p:not([class*="eyebrow"]):not([class*="label"]):not([class*="code"]),
  html.reader-large body:not(.home) main :where(li, dd, summary strong),
  html.reader-large body.home :where(.hero-lead, .vision-message p, .voices-section p, .priority-card p, .policy-card p, .accountability-section p, .field-section p, .profile-section p) {
    font-size: 17px !important;
    line-height: 1.95 !important;
  }
}

/* 2026-08-07: smartphone-first repair.
   The portrait area and the copy area must size independently. This prevents
   the landscape hero asset from being stretched to a tall section, which had
   pushed the subject out of the first viewport and created a large blank band. */
@media (max-width: 760px) {
  html {
    scroll-padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  body.full-site-optimized main :where(h1, h2, h3, p, li, dd, strong) {
    overflow-wrap: normal;
    word-break: auto-phrase;
    text-wrap: pretty;
  }

  body.home .hero {
    min-height: 0;
    padding: 0;
    background: #f4f8f8;
    overflow: clip;
  }

  body.home .hero-backdrop {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: clamp(430px, 124vw, 500px);
    background-color: #eaf3f4;
    background-position: 64% top;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  body.home .hero-backdrop::before {
    background:
      linear-gradient(90deg, rgba(252, 254, 255, .96) 0 34%, rgba(252, 254, 255, .73) 49%, rgba(252, 254, 255, .12) 64%, transparent 75%),
      linear-gradient(180deg, transparent 0 68%, rgba(244, 248, 248, .74) 83%, #f4f8f8 100%);
  }

  body.home .hero-backdrop::after,
  body.home .scroll-cue {
    display: none;
  }

  body.home .hero-copy {
    width: 100%;
    min-height: 0;
    padding: 24px 18px 38px;
    border-left: 0;
    background: transparent;
  }

  body.home .hero-eyebrow {
    width: fit-content;
    max-width: 58%;
    margin: 0 0 12px;
    padding: 7px 9px;
    border-left-width: 3px;
    letter-spacing: .1em;
    font-size: 8px;
    line-height: 1.55;
  }

  body.home .hero h1 {
    width: 59%;
    min-width: 0;
    max-width: 238px;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.16;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .98);
  }

  body.home .hero h1 > span {
    margin-bottom: 5px;
    font-size: .45em;
    line-height: 1.45;
  }

  body.home .hero h1 > strong,
  body.home .hero h1 > em {
    white-space: nowrap;
  }

  body.home .hero-lead {
    max-width: none;
    margin-top: clamp(258px, 73vw, 302px);
    padding-top: 20px;
    border-top: 1px solid rgba(8, 33, 63, .14);
    letter-spacing: .01em;
    font-size: 14px;
    line-height: 1.9;
  }

  body.home .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  body.home .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 12px;
    white-space: normal;
    font-size: 11px;
    line-height: 1.4;
  }

  body.home .hero-disclosure {
    margin-top: 22px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: none;
  }

  body.home .hero-role {
    margin-top: 16px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 1.7;
  }

  body.home :where(.vision-ocean, .voices-section, .field-section, .field-copy, .profile-section, .profile-layout, .accountability-section, .achievements-section) {
    min-height: 0;
  }

  body.home :where(.content-section, .media-section, .achievements-section) {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.home :where(.section-title h2 span, .field-copy h2 > span, .field-copy h2 > em) {
    white-space: normal;
  }

  body.home .voter-guide-heading {
    min-height: 0;
    padding-top: 58px;
    padding-bottom: 54px;
  }

  body.home .vision-ocean {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.home .field-photo {
    min-height: clamp(290px, 76vw, 430px);
  }

  body.home .field-copy {
    padding: 58px 20px 64px;
  }

  body.home .field-copy h2 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  body.home .profile-photo {
    min-height: clamp(420px, 108vw, 620px);
  }

  body.home :where(.voter-guide-grid strong, .priority-card h3, .policy-card h3) br,
  body.home .desktop-break {
    display: none;
  }

  .mobile-action-bar,
  .campaign-mobile-actions {
    min-height: calc(58px + env(safe-area-inset-bottom));
  }

  .mobile-action-bar strong,
  .campaign-mobile-actions strong {
    font-size: 11px;
  }

  body.home #mobile-menu {
    position: fixed;
    z-index: 190;
    top: 76px;
    right: 0;
    bottom: calc(58px + env(safe-area-inset-bottom));
    left: 0;
    height: calc(100dvh - 134px - env(safe-area-inset-bottom));
    max-height: none;
    background: #08213f;
    box-shadow: none;
  }

  body > .readability-dock {
    display: none;
  }

  [aria-label="モバイルナビゲーション"] > .readability-dock {
    position: static;
    z-index: auto;
    right: auto;
    bottom: auto;
    display: flex;
    width: 100%;
    margin: 12px 0 4px;
    padding: 6px;
    border-radius: 3px;
    background: #eef5f6;
    box-shadow: none;
    backdrop-filter: none;
  }

  [aria-label="モバイルナビゲーション"] > .readability-dock button:first-child {
    flex: 1;
    justify-content: flex-start;
  }
}

@media (max-width: 350px) {
  body.home .hero h1 {
    width: 62%;
    font-size: 24px;
  }

  body.home .hero-actions {
    grid-template-columns: 1fr;
  }
}

/* The mobile hero uses a real image element so the candidate cannot disappear
   when WebKit recalculates a tall background layer during scroll. */
.hero-backdrop-image {
  display: none;
}

@media (max-width: 760px) {
  body.home .hero {
    background: #f4f8f8;
  }

  body.home .hero-backdrop {
    height: clamp(410px, 112vw, 470px);
    background: #eaf3f4;
  }

  body.home .hero-backdrop-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 55% top;
  }

  body.home .hero-backdrop::before {
    z-index: 2;
    background:
      linear-gradient(90deg, rgba(252, 254, 255, .98) 0 34%, rgba(252, 254, 255, .76) 48%, rgba(252, 254, 255, .16) 63%, transparent 76%),
      linear-gradient(180deg, transparent 0 72%, rgba(244, 248, 248, .78) 87%, #f4f8f8 100%);
  }

  body.home .hero-copy {
    padding-bottom: 32px;
  }

  body.home .hero-lead {
    margin-top: clamp(245px, 66vw, 284px);
  }

  body.home .hero-disclosure {
    margin-top: 20px;
  }

  body.home .hero-role {
    margin-bottom: 0;
  }

  body.home .hero + .voter-guide-section,
  body.home .hero + nav {
    margin-top: 0;
  }
}

@media (max-width: 350px) {
  body.home .hero-backdrop {
    height: 402px;
  }

  body.home .hero-lead {
    margin-top: 238px;
  }
}

/* 2026-08-07: iPhone horizontal-position repair.
   The mobile voter-guide grid was using an intrinsic 1fr track wider than the
   visual viewport. WebKit could therefore restore the page about 30px to the
   right, making every normal-flow section look shifted left. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  @supports (overflow: clip) {
    html,
    body {
      overflow-x: clip;
    }
  }

  body.home :where(.topbar, .site-shell, .election-notice, .mobile-action-bar) {
    width: 100%;
    max-width: 100%;
  }

  body.home .voter-guide-heading {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  body.home .voter-guide-heading > * {
    min-width: 0;
    max-width: 100%;
  }

  body.home .mobile-action-bar {
    inset-inline: 0;
    transform: none;
  }
}

/* 2026-08-07: mobile typography balance.
   Keep the portrait-first hero and horizontal-position repairs intact while
   making the campaign hierarchy fit real iPhone widths without clipped copy. */
@media (max-width: 760px) {
  body.home .hero-lead,
  body.home .voter-guide-heading > p:last-child {
    font-size: clamp(15px, 4.1vw, 16px);
    line-height: 1.9;
  }

  body.home .hero-actions .button {
    font-size: 12px;
  }

  body.home .hero-role {
    font-size: 12px;
    line-height: 1.75;
  }

  body.home .voter-guide-heading {
    padding: 54px 18px 50px;
  }

  body.home .voter-guide-heading h2 {
    max-width: 100%;
    margin-top: 24px;
    letter-spacing: -.045em;
    font-size: clamp(31px, 9.8vw, 41px);
    line-height: 1.18;
  }

  body.home .voter-guide-heading h2 strong {
    margin-top: 5px;
  }

  body.home .voter-guide-heading > p:last-child {
    max-width: 34em;
    margin-top: 24px;
  }

  body.home .voter-guide-grid a {
    min-height: 142px;
    padding: 22px 18px;
  }

  body.home .voter-guide-grid strong {
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1.55;
  }

  body.home .mobile-action-bar strong,
  body.home .campaign-mobile-actions strong {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  body.home .voter-guide-heading {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.home .voter-guide-heading h2 {
    font-size: 30px;
  }
}

/* 2026-08-07: keep the "Listen to Okinawa" statement inside real iPhone
   viewports. The approved sentence is split only at its natural phrase break. */
@media (max-width: 760px) {
  body.home .voices-message {
    padding: 70px 20px 62px;
  }

  body.home .voices-message h2 {
    width: 100%;
    max-width: 100%;
    margin: 28px 0 26px;
    letter-spacing: -.045em;
    font-size: clamp(34px, 9.7vw, 40px);
    line-height: 1.3;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  body.home .voices-message h2 em > span {
    display: block;
  }

  body.home .voices-message > p:nth-of-type(2) {
    max-width: 36em;
    letter-spacing: .01em;
    font-size: clamp(15px, 4.1vw, 16px);
    line-height: 2;
  }

  body.home .voices-message > strong {
    margin-top: 30px;
    font-size: clamp(19px, 5.3vw, 22px);
    line-height: 1.65;
  }
}

@media (max-width: 350px) {
  body.home .voices-message {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.home .voices-message h2 {
    font-size: 33px;
  }
}

/* 2026-08-07: use compact navigation before labels collide on tablets and
   small desktops. The same information remains available in the menu. */
@media (min-width: 761px) and (max-width: 1440px) {
  body.home .topbar {
    grid-template-columns: 1fr auto;
  }

  body.home .desktop-nav,
  body.home .header-cta {
    display: none;
  }

  body.home .menu-toggle {
    display: grid;
    place-content: center;
    justify-self: end;
    gap: 7px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--mikio-navy);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  body.home .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: transform .2s ease;
  }

  body.home .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  body.home .menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }

  body.home .mobile-menu {
    position: absolute;
    top: 92px;
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100dvh - 92px);
    padding: 24px clamp(28px, 5vw, 72px) 34px;
    overflow: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    background: rgba(8, 33, 63, .985);
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  body.home .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body.home .mobile-menu a {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  body.home .mobile-menu a span {
    color: var(--mikio-orange-light);
    letter-spacing: .15em;
    font: 700 9px/1 Arial, sans-serif;
  }
}

@media (min-width: 981px) and (max-width: 1380px) {
  body:not(.home) header[class*="_header_"] {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  body:not(.home) header[class*="_header_"] > nav[class*="_desktopNav_"],
  body:not(.home) header[class*="_header_"] > a[class*="_headerCta_"] {
    display: none;
  }

  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"] {
    position: relative;
    display: block;
    justify-self: end;
  }

  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"] summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 108px;
    min-height: 44px;
    border: 1px solid var(--mikio-navy);
    cursor: pointer;
    list-style: none;
    letter-spacing: .18em;
    font: 800 9px/1 Arial, sans-serif;
  }

  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"] summary::-webkit-details-marker { display: none; }
  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"] summary span { color: var(--mikio-orange-deep); font-size: 20px; transition: transform .2s ease; }
  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"][open] summary span { transform: rotate(45deg); }

  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"] nav {
    position: fixed;
    z-index: 90;
    top: 76px;
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100dvh - 76px);
    padding: 14px clamp(18px, 5vw, 48px) 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid rgba(8, 40, 74, .12);
    border-bottom: 1px solid rgba(8, 40, 74, .12);
    background: rgba(251, 250, 246, .99);
    box-shadow: 0 24px 50px rgba(8, 40, 74, .14);
  }

  body:not(.home) header[class*="_header_"] > details[class*="_mobileMenu_"] nav a {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    min-height: 50px;
    border-bottom: 1px solid rgba(8, 40, 74, .12);
    font-size: 13px;
    font-weight: 750;
  }
}

/* Keep the utility controls accessible without covering footer links. */
@media (min-width: 761px) {
  body > .readability-dock {
    top: 112px;
    right: 12px;
    bottom: auto;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
    border-radius: 24px;
  }

  body > .readability-dock button {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  body > .readability-dock button span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  body:not(.home) [class*="_breadcrumb_"] [aria-current="page"],
  body:not(.home) [class*="_eyebrow_"] span {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    letter-spacing: .12em;
    font-size: 8px;
  }
}
