/*
Theme Name: Mikio Official
Author: NEXT Innovation
Description: 下地ミキオ公式サイト WordPressテーマ
Version: 2.0.0
Text Domain: mikio-official
*/

/* =========================================================
   campaign-recovery.css
   Missing CSS recovery for mikio-official WordPress theme
   Tailwind CSS v4.2.1 complement — do not duplicate index.css
   Design system vars defined in index.css :root
   ========================================================= */

/* ---------------------------------------------------------
   1. SITE PHASE BAR
   --------------------------------------------------------- */

.site-phase-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 3vw, 32px);
  padding: 10px clamp(16px, 5vw, 48px);
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: 1.4;
  flex-wrap: wrap;
}

.site-phase-bar p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-phase-bar p strong {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 1.2vw, 12px);
  letter-spacing: 0.04em;
  padding: 2px 10px;
  border-radius: 2px;
  white-space: nowrap;
}

.site-phase-bar p span {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(10px, 1.15vw, 12px);
}

.site-phase-bar a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  flex-wrap: wrap;
  row-gap: 4px;
}

.site-phase-bar a span {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(10px, 1.15vw, 12px);
  white-space: nowrap;
}

.site-phase-bar a b {
  font-weight: 600;
  font-size: clamp(10px, 1.2vw, 12px);
  color: var(--aqua);
  white-space: nowrap;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}

.site-phase-bar a:hover b {
  color: #fff;
}

.site-phase-bar a b i {
  font-style: normal;
  margin-left: 2px;
}

/* Phase state variants */
.site-phase-bar[data-election-phase="pre-announcement"] p strong {
  background: var(--muted);
}

.site-phase-bar[data-election-phase="campaign"] p strong {
  background: var(--orange);
}

.site-phase-bar[data-election-phase="election-day"] p strong {
  background: #d7263d;
}

@media (max-width: 600px) {
  .site-phase-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 10px 16px;
  }

  .site-phase-bar a {
    gap: 8px;
  }
}


/* ---------------------------------------------------------
   2. HERO SECTION ADDITIONS
   --------------------------------------------------------- */

/* Hero picture / backdrop */
.hero-picture {
  display: contents;
}

.hero-backdrop-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

/* Hero disclosure — 4つの最優先策 */
.hero-disclosure {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hero-disclosure > div {
  background: rgba(8, 33, 63, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: clamp(14px, 2vw, 22px) clamp(12px, 1.8vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-disclosure dt {
  font-size: clamp(9px, 1.05vw, 11px);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0;
}

.hero-disclosure dd {
  margin: 0;
}

.hero-disclosure dd span {
  display: inline-block;
  font-size: clamp(13px, 1.5vw, 17px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

@media (max-width: 760px) {
  .hero-disclosure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .hero-disclosure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-disclosure > div {
    padding: 12px 14px;
  }

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

/* Hero negotiation line */
.hero-negotiation {
  position: relative;
  z-index: 2;
  font-size: clamp(13px, 1.6vw, 17px);
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.08em;
  margin: 0;
  font-weight: 400;
}

/* Hero role / candidate title */
.hero-role {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.hero-role-line {
  display: block;
  font-size: clamp(10px, 1.2vw, 13px);
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}

.hero-role-line:first-child {
  color: var(--aqua);
  font-weight: 500;
}


/* ---------------------------------------------------------
   3. VOTER GUIDE SECTION
   --------------------------------------------------------- */

.voter-guide-section {
  background: var(--paper);
  padding: clamp(80px, 8vw, 128px) clamp(28px, 7.8vw, 132px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(48px, 6vw, 80px);
}

.voter-guide-heading {
  display: grid;
  gap: 16px;
  max-width: 640px;
}

.voter-guide-heading > p:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.voter-guide-heading > p:first-child span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--orange);
  text-transform: uppercase;
}

.voter-guide-heading > p:first-child i {
  display: block;
  flex: 1;
  height: 1px;
  background: var(--line);
  font-style: normal;
  max-width: 48px;
}

.voter-guide-heading h2 {
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}

.voter-guide-heading h2 strong {
  color: var(--orange);
}

.voter-guide-heading > p:last-child {
  font-size: clamp(13px, 1.4vw, 15px);
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

/* Voter guide grid — 4 cards */
.voter-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.voter-guide-grid a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px);
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--navy);
  transition: background 0.18s, color 0.18s;
  position: relative;
  overflow: hidden;
}

.voter-guide-grid a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.voter-guide-grid a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.voter-guide-grid a:hover::after {
  transform: scaleX(1);
}

.voter-guide-grid a > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
}

.voter-guide-grid a:hover > span {
  color: var(--aqua);
}

.voter-guide-grid a small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: -4px;
}

.voter-guide-grid a:hover small {
  color: rgba(255, 255, 255, 0.55);
}

.voter-guide-grid a strong {
  font-size: clamp(14px, 1.6vw, 17px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  flex: 1;
}

.voter-guide-grid a > i {
  font-style: normal;
  font-size: 16px;
  color: var(--orange);
  margin-top: auto;
  align-self: flex-end;
}

.voter-guide-grid a:hover > i {
  color: var(--aqua);
}

@media (max-width: 900px) {
  .voter-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .voter-guide-section {
    padding: 64px 20px;
  }

  .voter-guide-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1px;
  }

  .voter-guide-grid a {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 20px 20px;
  }

  .voter-guide-grid a strong {
    font-size: 14px;
    flex: 1;
  }

  .voter-guide-grid a > i {
    margin-top: 0;
    align-self: auto;
  }
}


/* ---------------------------------------------------------
   4. VISION SECTION ADDITIONS
   --------------------------------------------------------- */

.vision-section {
  position: relative;
  overflow: hidden;
}

/* Ocean / water variant */
.vision-ocean {
  background: linear-gradient(160deg, var(--navy) 0%, #0a3258 55%, #0e4a6a 100%);
  color: #fff;
}

/* Large background watermark */
.vision-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(80px, 18vw, 220px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.035);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

/* Vision heading — reuses .vision-heading from index.css but ensure i separator */
.vision-heading > div > p:first-child,
.vision-heading > p:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}

.vision-heading > div > p:first-child span,
.vision-heading > p:first-child span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--aqua);
  text-transform: uppercase;
}

.vision-heading > div > p:first-child i,
.vision-heading > p:first-child i {
  display: block;
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  font-style: normal;
  max-width: 48px;
}

/* Vision message / lead */
.vision-message {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  position: relative;
  z-index: 1;
}

.vision-lead-strong {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
  letter-spacing: 0.01em;
}

/* Resolve principles list */
.resolve-principles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.resolve-principles li {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 32px);
  padding: clamp(16px, 2.2vw, 24px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.resolve-principles li small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--aqua);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.resolve-principles li strong {
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}


/* ---------------------------------------------------------
   5. VOICES SECTION
   --------------------------------------------------------- */

.voices-section {
  background: #fff;
  padding: clamp(80px, 8vw, 128px) clamp(28px, 7.8vw, 132px);
  display: grid;
  gap: clamp(56px, 7vw, 96px);
}

/* Voices intro message */
.voices-message {
  display: grid;
  gap: 20px;
  max-width: 680px;
}

.voices-message > p:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.voices-message > p:first-child span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--orange);
  text-transform: uppercase;
}

.voices-message > p:first-child i {
  display: block;
  flex: 1;
  height: 1px;
  background: var(--line);
  font-style: normal;
  max-width: 48px;
}

.voices-message h2 {
  font-size: clamp(26px, 3.8vw, 48px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}

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

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

.voices-message > p:nth-child(3) {
  font-size: clamp(13px, 1.4vw, 15px);
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.voices-message strong {
  font-size: clamp(14px, 1.6vw, 17px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
}

/* Voices grid — 4 articles */
.voices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.voices-grid article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(28px, 3.5vw, 40px) clamp(20px, 2.5vw, 28px);
  background: var(--paper);
  border: 1px solid var(--line);
  position: relative;
}

.voices-grid article > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
}

.voices-grid article small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: -4px;
}

.voices-grid article h3 {
  font-size: clamp(14px, 1.6vw, 17px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
  margin: 0;
  letter-spacing: -0.01em;
}

.voices-grid article p {
  font-size: clamp(12px, 1.2vw, 13px);
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

/* Voices action CTA */
.voices-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  border-top: 1px solid var(--line);
  padding-top: clamp(32px, 4vw, 48px);
  flex-wrap: wrap;
}

.voices-action p {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.voices-action p strong {
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
  color: var(--navy);
}

.voices-action p span {
  font-size: clamp(12px, 1.3vw, 14px);
  color: var(--muted);
  line-height: 1.6;
}

.voices-action a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: clamp(14px, 1.8vw, 18px) clamp(24px, 3vw, 36px);
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}

.voices-action a:hover {
  background: var(--orange-dark);
}

@media (max-width: 960px) {
  .voices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .voices-section {
    padding: 64px 20px;
  }

  .voices-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .voices-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .voices-action a {
    width: 100%;
    justify-content: center;
  }
}


/* ---------------------------------------------------------
   6. OKINAWA MAP SECTION
   --------------------------------------------------------- */

.okinawa-map-section {
  background: var(--navy);
  color: #fff;
  padding: clamp(80px, 8vw, 128px) clamp(28px, 7.8vw, 132px);
  display: grid;
  grid-template-columns: 1fr minmax(0, 380px);
  grid-template-rows: auto auto;
  gap: clamp(40px, 5vw, 72px) clamp(48px, 6vw, 96px);
  align-items: start;
}

/* Heading column */
.okinawa-map-heading {
  display: grid;
  gap: 20px;
  align-content: start;
}

.okinawa-map-heading > p:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.okinawa-map-heading > p:first-child span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--aqua);
  text-transform: uppercase;
}

.okinawa-map-heading > p:first-child i {
  display: block;
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  font-style: normal;
  max-width: 48px;
}

.okinawa-map-heading h2 {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}

.okinawa-map-heading h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-size: 0.8em;
}

.okinawa-map-heading h2 em {
  font-style: normal;
  color: #fff;
}

.okinawa-map-heading > p:nth-child(3) {
  font-size: clamp(12px, 1.35vw, 14px);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin: 0;
}

.okinawa-map-heading a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--aqua);
  text-decoration: none;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  align-self: flex-start;
}

.okinawa-map-heading a:hover {
  color: #fff;
}

/* SVG map visual */
.okinawa-map-visual {
  grid-row: 1 / 3;
  grid-column: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.okinawa-map-visual svg {
  width: 100%;
  max-width: 340px;
  height: auto;
}

/* Map path fills */
.map-north {
  fill: var(--aqua);
  opacity: 0.85;
}

.map-central {
  fill: var(--aqua-text);
  opacity: 0.8;
}

.map-south {
  fill: var(--orange);
  opacity: 0.75;
}

.map-islands {
  fill: rgba(255, 255, 255, 0.3);
}

.map-miyako {
  fill: #66a8c9;
  opacity: 0.8;
}

.map-yaeyama {
  fill: #4a8fb0;
  opacity: 0.75;
}

.map-route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
  stroke-dasharray: 4 4;
}

.map-labels text {
  fill: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Region links list */
.okinawa-region-links {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.okinawa-region-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.okinawa-region-links a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Vote route */
.okinawa-vote-route {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: clamp(28px, 3.5vw, 40px);
  display: grid;
  gap: 16px;
}

@media (max-width: 900px) {
  .okinawa-map-section {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .okinawa-map-visual {
    grid-row: auto;
    grid-column: auto;
    max-height: 420px;
    overflow: hidden;
  }

  .okinawa-map-visual svg {
    max-width: 260px;
  }

  .okinawa-vote-route {
    grid-column: 1;
  }
}

@media (max-width: 560px) {
  .okinawa-map-section {
    padding: 64px 20px;
  }
}


/* ---------------------------------------------------------
   7. POLICY DOMAIN GRID
   --------------------------------------------------------- */

.policy-grid {
  display: grid;
  gap: 2px;
}

.policy-domain-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
}

.policy-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(24px, 3vw, 32px) clamp(20px, 2.5vw, 26px);
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--navy);
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  position: relative;
  overflow: hidden;
}

.policy-card:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* Aqua accent variant */
.policy-aqua {
  border-top: 3px solid var(--aqua);
}

.policy-aqua:hover {
  border-top-color: var(--aqua);
}

/* Orange accent variant */
.policy-orange {
  border-top: 3px solid var(--orange);
}

/* General card inner elements */
.policy-card .policy-number {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--aqua-text);
}

.policy-card:hover .policy-number {
  color: var(--aqua);
}

.policy-card .policy-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.policy-card:hover .policy-label {
  color: rgba(255, 255, 255, 0.55);
}

.policy-card h3,
.policy-card strong {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.policy-card p {
  font-size: clamp(11px, 1.15vw, 13px);
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.policy-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.policy-card .policy-arrow {
  font-style: normal;
  font-size: 15px;
  color: var(--orange);
  align-self: flex-end;
  margin-top: auto;
}

.policy-card:hover .policy-arrow {
  color: var(--aqua);
}


/* ---------------------------------------------------------
   8. PROFILE PHOTO ELEMENTS
   --------------------------------------------------------- */

.profile-photo {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--navy-2);
}

.profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Sky / gradient background layer */
.profile-photo-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #b8d8e8 0%,
    #d4ecf4 30%,
    #e8f6f9 60%,
    #f2f9fb 100%
  );
  z-index: 0;
}

.profile-photo img {
  position: relative;
  z-index: 1;
}

/* Listening variant */
.profile-photo-listening {
  aspect-ratio: 3 / 4;
  min-height: 0;
}

/* Promise caption overlay */
.profile-photo-promise {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(8, 33, 63, 0.88) 0%, transparent 100%);
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 26px) clamp(20px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.profile-photo-promise small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--aqua);
  text-transform: uppercase;
}

.profile-photo-promise strong {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.01em;
}


/* ---------------------------------------------------------
   9. MOBILE ACTION BAR (bottom fixed nav)
   --------------------------------------------------------- */

.mobile-action-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* Safe area for iPhone home bar */
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.mobile-action-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 12px 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s, background 0.15s;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}

.mobile-action-bar a:last-child {
  border-right: none;
}

.mobile-action-bar a:hover,
.mobile-action-bar a:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* Middle item — highlight */
.mobile-action-bar a:nth-child(2) {
  background: var(--orange);
  color: #fff;
}

.mobile-action-bar a:nth-child(2):hover,
.mobile-action-bar a:nth-child(2):active {
  background: var(--orange-dark);
}

.mobile-action-bar small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.65;
}

.mobile-action-bar a:nth-child(2) small {
  opacity: 0.8;
}

.mobile-action-bar strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

/* Show on mobile */
@media (max-width: 760px) {
  .mobile-action-bar {
    display: grid;
  }

  /* Push page content above the bar */
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
}


/* ---------------------------------------------------------
   10. SHARED UTILITY / SECTION EYEBROW PATTERN
       (used across voter-guide, voices, okinawa, vision)
   --------------------------------------------------------- */

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
}

.section-eyebrow span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-eyebrow i {
  display: block;
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  font-style: normal;
  max-width: 48px;
}

/* On light backgrounds */
.section-eyebrow--orange span { color: var(--orange); }
/* On dark backgrounds */
.section-eyebrow--aqua span { color: var(--aqua); }


/* ---------------------------------------------------------
   11. CONTENT SECTION BASE
       (.content-section referenced in vision-section HTML)
   --------------------------------------------------------- */

.content-section {
  padding: clamp(80px, 8vw, 128px) clamp(28px, 7.8vw, 132px);
  position: relative;
}

@media (max-width: 560px) {
  .content-section {
    padding: 64px 20px;
  }
}


/* ---------------------------------------------------------
   12. FOCUS / ACCESSIBILITY ENHANCEMENTS
   --------------------------------------------------------- */

.voter-guide-grid a:focus-visible,
.voices-action a:focus-visible,
.okinawa-map-heading a:focus-visible,
.mobile-action-bar a:focus-visible,
.site-phase-bar a:focus-visible,
.policy-card:focus-visible,
.okinawa-region-links a:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 2px;
}


/* ---------------------------------------------------------
   13. PRINT — hide UI-only elements
   --------------------------------------------------------- */

@media print {
  .site-phase-bar,
  .mobile-action-bar {
    display: none !important;
  }
}
