:root {
  --blue: #204198;
  --blue-deep: #152b72;
  --blue-dark: #071943;
  --sky: #edf4ff;
  --sky-2: #f5f8ff;
  --yellow: #16a7df;
  --gold: #78d7ff;
  --ink: #10213a;
  --muted: #64748b;
  --line: #dbe7f5;
  --paper: #ffffff;
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.11);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
  overflow-wrap: break-word;
  background:
    linear-gradient(90deg, rgba(29, 78, 216, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(29, 78, 216, 0.035) 1px, transparent 1px),
    #f8fafc;
  background-size: 34px 34px;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  position: relative;
  padding: 94px 0;
}

.compact {
  padding-top: 76px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  width: min(1120px, calc(100% - 28px));
  min-height: 64px;
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 8px 8px;
  border: 1px solid rgba(219, 231, 245, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  font-weight: 950;
  background: var(--blue);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.14);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.08;
}

.brand strong {
  color: var(--blue-dark);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #183153;
  font-size: 14px;
  font-weight: 900;
}

.site-nav a:hover {
  color: #fff;
  background: var(--blue);
}

.nav-toggle {
  display: none;
}

.hero {
  --hero-x: 62%;
  --hero-y: 32%;
  --tilt-x: 0;
  --tilt-y: 0;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 74px 0 86px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 26%, rgba(22, 167, 223, 0.24), transparent 27rem),
    radial-gradient(circle at 86% 12%, rgba(78, 138, 255, 0.24), transparent 30rem),
    linear-gradient(135deg, #061a45 0%, #1b3c92 54%, #1b82c6 100%);
}

.hero::before {
  content: "務";
  position: absolute;
  z-index: 0;
  right: -36px;
  bottom: -106px;
  color: rgba(255, 255, 255, 0.09);
  font-size: clamp(220px, 30vw, 460px);
  font-weight: 950;
  line-height: 1;
  animation: heroGlyphFloat 12s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(255, 255, 255, 0.24), transparent 12rem),
    radial-gradient(circle at calc(var(--hero-x) - 18%) calc(var(--hero-y) + 18%), rgba(22, 167, 223, 0.2), transparent 10rem);
  opacity: 0.72;
  transition: background 0.16s ease;
}

.hero-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.7), transparent);
  animation: gridDrift 18s linear infinite;
}

.sea-line,
.grid-fade {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 34px 42px;
  align-items: center;
  justify-items: stretch;
  text-align: left;
}

.hero-copy {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  margin: 0;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-lead,
.hero-copy .hero-actions {
  animation: heroRise 0.82s cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.hero-copy h1 {
  animation-delay: 0.1s;
}

.hero-copy .hero-lead {
  animation-delay: 0.2s;
}

.hero-copy .hero-actions {
  animation-delay: 0.3s;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #fff;
  box-shadow: 0 12px 26px rgba(11, 47, 117, 0.14);
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(22, 167, 223, 0.2);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(48px, 8vw, 106px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-shadow: 0 10px 30px rgba(3, 7, 18, 0.2);
}

h1 em {
  display: block;
  color: #dff7ff;
  font-style: normal;
}

.mobile-only {
  display: none;
}

.hero-lead {
  max-width: 770px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 760;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: #fff;
  background: var(--yellow);
  box-shadow: 0 16px 30px rgba(22, 167, 223, 0.22);
  position: relative;
  overflow: hidden;
}

.btn.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 32%, rgba(255, 255, 255, 0.46) 46%, transparent 62% 100%);
  transform: translateX(-110%);
  animation: buttonShine 4.8s ease-in-out infinite;
}

.btn.secondary {
  color: var(--blue);
  background: #fff;
  box-shadow: 0 16px 30px rgba(255, 255, 255, 0.15);
}

.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.btn.full {
  width: 100%;
}

.hero-portrait {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  justify-items: center;
  margin: 0;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 9% 3% 0;
  border-radius: 42% 42% 24px 24px;
  background:
    radial-gradient(circle at 50% 30%, rgba(22, 167, 223, 0.24), transparent 11rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 34px 70px rgba(3, 7, 18, 0.18);
}

.portrait-frame {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  aspect-ratio: 0.78;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(3, 7, 18, 0.24);
  transform: perspective(900px) rotateY(calc(var(--tilt-x) * 1deg)) rotateX(calc(var(--tilt-y) * -1deg));
  transition: transform 0.2s ease;
  animation: portraitFloat 7s ease-in-out infinite;
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 0.45s ease;
}

.hero-portrait:hover .portrait-frame img {
  transform: scale(1.035);
}

.hero-portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 2;
  min-width: 160px;
  padding: 16px 18px;
  border: 1px solid rgba(207, 227, 255, 0.9);
  border-radius: 18px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 20px 42px rgba(3, 7, 18, 0.18);
}

.hero-portrait figcaption span,
.hero-portrait figcaption strong {
  display: block;
}

.hero-portrait figcaption span {
  font-size: 13px;
  font-weight: 900;
  color: var(--muted);
}

.hero-portrait figcaption strong {
  margin-top: 2px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-card {
  grid-column: 1 / -1;
  width: min(940px, 100%);
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(3, 7, 18, 0.2);
  backdrop-filter: blur(16px);
  text-align: left;
  animation: cardBreathe 5.8s ease-in-out infinite;
}

.issue-ticker {
  display: grid;
  align-content: center;
  padding: 18px 20px;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 27, 69, 0.72), rgba(29, 78, 216, 0.42)),
    rgba(7, 27, 69, 0.46);
}

.issue-ticker p {
  margin-bottom: 10px;
  color: var(--yellow);
  font-weight: 950;
}

.issue-ticker ul,
.agenda-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.75;
  font-weight: 760;
}

.source-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px;
  border-radius: 18px;
  color: #fff;
  font-weight: 950;
  background: var(--yellow);
}

.visual-record {
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 167, 223, 0.14), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.visual-record::before {
  content: "見";
  position: absolute;
  right: 5vw;
  top: 22px;
  color: rgba(29, 78, 216, 0.055);
  font-size: clamp(160px, 20vw, 280px);
  font-weight: 950;
  line-height: 1;
}

.visual-record .reveal {
  opacity: 1;
  transform: none;
}

.visual-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

.visual-grid .section-head {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.featured-video {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--blue-dark);
  box-shadow: var(--shadow);
}

.featured-video img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 0.88;
  border: 0;
}

.featured-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 69, 0.05), rgba(7, 27, 69, 0.56)),
    radial-gradient(circle at 50% 48%, rgba(22, 167, 223, 0.18), transparent 9rem);
}

.play-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 950;
  background: var(--yellow);
  box-shadow: 0 16px 32px rgba(3, 7, 18, 0.24);
}

.record-card-stack {
  display: grid;
  gap: 14px;
}

.record-card {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--blue-dark);
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.record-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    linear-gradient(135deg, rgba(29, 78, 216, 0.82), transparent 58%),
    radial-gradient(circle at 85% 24%, rgba(22, 167, 223, 0.7), transparent 7rem);
}

.record-card.video-thumb {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 27, 69, 0.82), rgba(29, 78, 216, 0.44)),
    url("https://i.ytimg.com/vi/mLh7_JD7rm0/hqdefault.jpg") center / cover;
}

.record-card.video-thumb::before {
  opacity: 0;
}

.record-card.photo {
  background:
    linear-gradient(135deg, #ffffff 0%, #eaf4ff 70%);
}

.record-card.article {
  background: var(--yellow);
}

.record-card > * {
  position: relative;
  z-index: 1;
}

.record-label {
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.86);
}

.record-card strong {
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.record-card small {
  margin-top: 8px;
  color: inherit;
  font-weight: 850;
  opacity: 0.78;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head h2 {
  color: var(--blue-dark);
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.section-head p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
}

.message,
.quick-issues,
.profile,
.issues,
.proposal {
  background: rgba(255, 255, 255, 0.62);
}

.agenda,
.pledges,
.media,
.news {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
}

.message::before,
.quick-issues::before,
.profile::before,
.agenda::before,
.pledges::before,
.issues::before,
.news::before,
.media::before,
.proposal::before {
  position: absolute;
  z-index: 0;
  color: rgba(29, 78, 216, 0.045);
  font-size: clamp(170px, 22vw, 330px);
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.quick-issues::before {
  content: "民";
  right: 2vw;
  top: 16px;
}

.message::before {
  content: "信";
  right: 2vw;
  top: 12px;
}

.agenda::before,
.pledges::before {
  content: "安";
  left: 1vw;
  bottom: -44px;
}

.issues::before {
  content: "島";
  right: 2vw;
  bottom: -52px;
}

.news::before {
  content: "報";
  left: 2vw;
  top: 24px;
}

.proposal::before {
  content: "聽";
  right: 2vw;
  top: 30px;
}

.section-pad > .container {
  position: relative;
  z-index: 1;
}

.message-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.message-grid .section-head {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}

.message-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.message-card.intro {
  background:
    linear-gradient(135deg, rgba(32, 65, 152, 0.08), rgba(22, 167, 223, 0.08)),
    #fff;
}

.message-card h3 {
  margin-bottom: 16px;
  color: var(--blue-dark);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.message-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.86;
}

.candidate-profile {
  grid-row: span 2;
  display: grid;
  gap: 18px;
  padding: 18px;
  overflow: hidden;
}

.candidate-profile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  background: var(--sky);
}

.candidate-profile .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.candidate-profile .social-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  background: var(--blue);
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.focus-card,
.agenda-card,
.issue-row,
.news-card,
.profile-panel,
.proposal-form,
.media-plan {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.focus-card {
  min-height: 190px;
  padding: 22px;
  border-top: 5px solid var(--blue);
}

.focus-card span,
.agenda-card b,
.issue-index {
  color: var(--blue);
  font-weight: 950;
}

.focus-card h3,
.agenda-card h3,
.issue-row h3,
.news-card h3 {
  color: var(--blue-dark);
}

.focus-card p,
.agenda-card p,
.issue-row p,
.news-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.72;
}

.two-col,
.proposal-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: start;
}

.sticky-head {
  position: sticky;
  top: 110px;
}

.text-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-top: 8px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  background: var(--blue);
}

.profile-panel {
  padding: 28px;
}

.profile-panel dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.profile-panel dl div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.profile-panel dt {
  color: var(--blue);
  font-weight: 950;
}

.profile-panel dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.6;
}

.profile-panel small {
  display: block;
  color: var(--muted);
}

.notice-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 16px;
  color: var(--blue-dark);
  font-weight: 850;
  line-height: 1.68;
  background: #e9f8ff;
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.agenda-card {
  min-height: 270px;
  padding: 24px;
  grid-column: span 2;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.agenda-card b {
  display: inline-flex;
  min-width: 46px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid #cfe3ff;
  border-radius: 999px;
  background: #eef7ff;
}

.agenda-card:nth-child(4),
.agenda-card:nth-child(5) {
  grid-column: span 3;
}

.agenda-card ul {
  color: var(--muted);
}

.issue-list {
  display: grid;
  gap: 14px;
}

.issue-row {
  display: grid;
  grid-template-columns: 210px 92px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
}

.issue-photo {
  width: 100%;
  height: 132px;
  border-radius: 18px;
  object-fit: cover;
  background: #edf4ff;
  box-shadow: 0 14px 30px rgba(10, 32, 72, 0.14);
}

.issue-index {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 12px;
  border-radius: 16px;
  color: #fff;
  background: var(--yellow);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.filter-bar button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #bfd4f4;
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 950;
  background: #fff;
  cursor: pointer;
}

.filter-bar button.active {
  color: #fff;
  border-color: var(--yellow);
  background: var(--yellow);
}

.slider-hint {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.news-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 2px;
  padding: 2px 0 18px;
  scrollbar-width: thin;
}

.news-grid::-webkit-scrollbar {
  height: 8px;
}

.news-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(32, 65, 152, 0.08);
}

.news-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(32, 65, 152, 0.38);
}

.news-card {
  flex: 0 0 calc((100% - 32px) / 3);
  display: flex;
  flex-direction: column;
  min-height: 392px;
  padding: 0;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: rgba(29, 78, 216, 0.3);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.news-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dbeafe;
}

.news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.42s ease;
}

.news-card:hover .news-thumb img {
  transform: scale(1.045);
}

.news-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 27, 69, 0.52));
}

.news-thumb span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  background: var(--yellow);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 22px 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.news-card h3 {
  margin: 0 22px 12px;
  font-size: 22px;
  line-height: 1.28;
}

.news-card p {
  margin: 0 22px 20px;
}

.news-card a {
  margin-top: auto;
  padding: 0 22px 22px;
  color: var(--blue);
  font-weight: 950;
}

.news-card .news-thumb {
  margin-top: 0;
  padding: 0;
}

.media-plan {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.media-plan div {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 15px;
  background: #f8fbff;
  border: 1px solid var(--line);
}

.media-plan b {
  color: var(--blue);
  font-weight: 950;
}

.proposal-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.proposal-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-dark);
  font-weight: 950;
  background: #fff;
  box-shadow: inset 0 -4px 0 rgba(29, 78, 216, 0.08);
}

.proposal-form input,
.proposal-form select,
.proposal-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 15px 16px;
  color: var(--ink);
  background: #fff;
}

.proposal-form textarea {
  resize: vertical;
}

.check {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  align-items: start;
  color: var(--muted) !important;
  font-weight: 780 !important;
  line-height: 1.6;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.6;
}

.site-footer {
  padding: 48px 0;
  color: #dbeafe;
  background: var(--blue-dark);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-grid div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
  justify-content: flex-end;
}

.footer-grid a {
  color: #fff;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 84px 42px, 84px 42px;
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroGlyphFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(-18px, -20px, 0) rotate(2deg);
  }
}

@keyframes portraitFloat {
  0%,
  100% {
    transform: perspective(900px) rotateY(calc(var(--tilt-x) * 1deg)) rotateX(calc(var(--tilt-y) * -1deg)) translateY(0);
  }
  50% {
    transform: perspective(900px) rotateY(calc(var(--tilt-x) * 1deg)) rotateX(calc(var(--tilt-y) * -1deg)) translateY(-10px);
  }
}

@keyframes cardBreathe {
  0%,
  100% {
    box-shadow: 0 24px 60px rgba(3, 7, 18, 0.2);
  }
  50% {
    box-shadow: 0 30px 74px rgba(3, 7, 18, 0.28);
  }
}

@keyframes buttonShine {
  0%,
  64% {
    transform: translateX(-115%);
  }
  82%,
  100% {
    transform: translateX(115%);
  }
}

@media (max-width: 900px) {
  .container {
    width: calc(100% - 28px);
    max-width: 620px;
  }

  .section-pad {
    padding: 70px 0;
  }

  .site-header {
    top: 8px;
    border-radius: 22px;
  }

  .nav-toggle {
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--blue);
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 64px;
    overflow-x: hidden;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
  }

  .hero-copy,
  .hero-card,
  .hero-portrait {
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy {
    margin: 0 auto;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .mobile-only {
    display: block;
  }

  .hero-lead,
  .section-head p {
    font-size: 16px;
  }

  .hero-lead {
    max-width: 23ch;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 260px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-portrait {
    min-height: 320px;
    width: min(100%, 310px);
    justify-self: center;
  }

  .hero-portrait::before {
    inset: 14% 0 0;
    border-radius: 38% 38% 22px 22px;
  }

  .portrait-frame {
    width: min(250px, 86%);
    border-radius: 22px;
  }

  .hero-portrait figcaption {
    right: 4px;
    bottom: 22px;
    min-width: 126px;
    padding: 12px 14px;
    border-left-width: 5px;
    text-align: left;
  }

  .hero-portrait figcaption strong {
    font-size: 24px;
  }

  .hero-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .focus-grid,
  .news-grid,
  .visual-grid,
  .message-grid,
  .two-col,
  .proposal-grid {
    grid-template-columns: 1fr;
  }

  .candidate-profile {
    grid-row: auto;
  }

  .news-card {
    flex-basis: min(86vw, 360px);
  }

  .featured-video,
  .featured-video img {
    min-height: 240px;
  }

  .record-card-stack {
    grid-template-columns: 1fr;
  }

  .focus-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .focus-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .agenda-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .agenda-card,
  .agenda-card:nth-child(4),
  .agenda-card:nth-child(5) {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .sticky-head {
    position: static;
  }

  .profile-panel dl div,
  .issue-row,
  .media-plan div {
    grid-template-columns: 1fr;
  }

  .issue-row {
    padding: 22px;
  }

  .issue-photo {
    height: 176px;
    border-radius: 16px;
  }

  .issue-index {
    width: fit-content;
    min-height: 0;
    padding: 10px 14px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-grid div:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .container {
    width: calc(100% - 28px);
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 17px;
  }

  .hero-card,
  .featured-video,
  .record-card,
  .profile-panel,
  .proposal-form {
    padding: 16px;
  }

  .featured-video {
    padding: 0;
    border-radius: 20px;
  }

  .visual-record::before {
    right: -36px;
    top: 36px;
    font-size: 160px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .source-chip {
    width: 100%;
  }
}

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


/* Campaign poster style hero */
.hero {
  min-height: auto;
  padding: clamp(22px, 3vw, 48px) 0 clamp(52px, 6vw, 92px);
  color: var(--blue-dark);
  background: #fff;
}

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

.hero > .container {
  width: min(1880px, calc(100% - 40px));
}

.hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(72px, 8vw, 132px);
  color: #9ca3af;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 850;
}

.hero-breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.hero-breadcrumb span + span::before {
  content: ">";
  color: #b8bec8;
  font-weight: 900;
}

.hero-breadcrumb span:first-child::before {
  content: "⌂";
  margin-right: 2px;
  color: #aeb4bd;
}

.campaign-board {
  position: relative;
  isolation: isolate;
  min-height: clamp(500px, 33vw, 625px);
  overflow: visible;
  border-radius: clamp(58px, 6vw, 92px) clamp(58px, 6vw, 92px) clamp(42px, 4.8vw, 72px) clamp(42px, 4.8vw, 72px);
  background: #082e6b;
  box-shadow: 0 28px 70px rgba(7, 25, 67, 0.2);
}

.campaign-board::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(7, 29, 75, 0.18), transparent 38%, rgba(4, 18, 52, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 46%);
  pointer-events: none;
}

.board-stripes {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: min(48%, 760px);
  border-radius: inherit;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  background:
    linear-gradient(106deg,
      #06265d 0 19%,
      #1c4d9d 19% 38%,
      #0986bf 38% 55%,
      #223263 55% 75%,
      rgba(8, 46, 107, 0) 75% 100%);
}

.candidate-pill {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 38px;
  transform: translateY(-46%);
  margin: 0;
  min-height: clamp(70px, 5vw, 96px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(34px, 4vw, 58px);
  border: 3px solid #082e6b;
  border-radius: 999px;
  color: #082e6b;
  background: #fff;
  font-size: clamp(18px, 1.85vw, 33px);
  font-weight: 950;
  letter-spacing: -0.035em;
  box-shadow: 0 18px 0 rgba(8, 46, 107, 0.1);
}

.campaign-slogan {
  position: absolute;
  z-index: 2;
  left: clamp(72px, 12vw, 300px);
  top: 50%;
  transform: translateY(-48%);
  max-width: 900px;
}

.campaign-title {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.9vw, 112px);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.12;
  letter-spacing: -0.065em;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.18), 0 26px 42px rgba(0, 0, 0, 0.28);
}

.campaign-person {
  position: absolute;
  z-index: 3;
  left: 51%;
  bottom: 0;
  width: auto;
  height: clamp(560px, 45vw, 820px);
  max-width: min(34vw, 520px);
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.24));
  animation: portraitFloat 7s ease-in-out infinite;
}

.campaign-number {
  position: absolute;
  z-index: 4;
  right: clamp(64px, 7vw, 142px);
  bottom: clamp(70px, 7vw, 128px);
  display: grid;
  gap: 8px;
  color: #fff;
}

.campaign-number span {
  font-size: clamp(22px, 2.6vw, 50px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.campaign-number strong {
  display: flex;
  align-items: flex-end;
  gap: clamp(12px, 1.2vw, 24px);
  font-size: clamp(54px, 6vw, 118px);
  font-weight: 1000;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.campaign-number b {
  color: var(--yellow);
  font-size: clamp(120px, 11vw, 220px);
  font-style: normal;
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.hero-actions-under {
  justify-content: center;
  margin-top: 28px;
}

.hero-actions-under .btn.primary {
  background: #082e6b;
  box-shadow: 0 16px 32px rgba(8, 46, 107, 0.16);
}

.hero-actions-under .btn.secondary {
  color: #082e6b;
  border-color: #b9d7f5;
  background: #eef7ff;
}

.hero-actions-under .btn.ghost {
  color: #082e6b;
  border-color: #c8d9ef;
  background: #fff;
}

@media (max-width: 900px) {
  .hero {
    padding: 18px 0 48px;
  }

  .hero > .container {
    width: calc(100% - 24px);
  }

  .hero-breadcrumb {
    margin-bottom: 28px;
    gap: 8px;
    font-size: 14px;
  }

  .hero-breadcrumb span,
  .hero-breadcrumb span + span::before {
    gap: 8px;
  }

  .campaign-board {
    min-height: 640px;
    overflow: hidden;
    border-radius: 36px;
  }

  .board-stripes {
    width: 74%;
    opacity: 0.9;
    clip-path: polygon(0 0, 94% 0, 62% 100%, 0 100%);
  }

  .candidate-pill {
    top: 18px;
    left: 18px;
    right: auto;
    transform: none;
    min-height: 38px;
    padding: 0 14px;
    border-width: 1.5px;
    font-size: 13px;
    letter-spacing: -0.02em;
    box-shadow: none;
  }

  .campaign-slogan {
    left: 24px;
    right: 18px;
    top: 86px;
    transform: none;
    max-width: none;
  }

  .campaign-title {
    font-size: clamp(35px, 10.8vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.06em;
    text-shadow: 0 6px 0 rgba(0, 0, 0, 0.18), 0 16px 24px rgba(0, 0, 0, 0.18);
  }

  .campaign-person {
    z-index: 1;
    left: auto;
    right: -46px;
    bottom: 104px;
    height: min(380px, 57vh);
    max-width: none;
    transform: none;
  }

  .campaign-number {
    left: 24px;
    right: 24px;
    bottom: 28px;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 12px;
  }

  .campaign-number span {
    grid-column: 2;
    grid-row: 1;
    font-size: 22px;
  }

  .campaign-number strong {
    grid-column: 1 / -1;
    font-size: clamp(52px, 18vw, 76px);
  }

  .campaign-number b {
    font-size: clamp(104px, 34vw, 138px);
  }

  .hero-actions-under {
    width: min(100%, 290px);
  }
}


/* Hero balance pass */
@media (min-width: 901px) {
  .campaign-slogan {
    left: clamp(64px, 11vw, 240px);
    max-width: 720px;
  }

  .campaign-title {
    font-size: clamp(48px, 4.7vw, 90px);
  }

  .campaign-person {
    left: 50.5%;
    height: clamp(540px, 42vw, 760px);
  }

  .candidate-pill {
    right: 18px;
    min-height: clamp(60px, 4.4vw, 82px);
    padding: 0 clamp(24px, 3vw, 42px);
    border-width: 2px;
    font-size: clamp(17px, 1.6vw, 28px);
  }

  .campaign-number {
    right: clamp(34px, 5vw, 96px);
  }
}


/* Hero polish pass */
.hero {
  --hero-x: 62%;
  --hero-y: 32%;
  --tilt-x: 0;
  --tilt-y: 0;
  padding-top: clamp(72px, 7vw, 126px);
  background:
    radial-gradient(circle at 8% 12%, rgba(29, 78, 216, 0.08), transparent 18rem),
    radial-gradient(circle at 96% 18%, rgba(14, 165, 233, 0.09), transparent 19rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hero > .container {
  perspective: 1700px;
}

.campaign-board {
  margin-top: 0;
  transform: rotateX(calc(var(--tilt-y) * -0.28deg)) rotateY(calc(var(--tilt-x) * 0.34deg));
  transform-style: preserve-3d;
  transition: transform 260ms ease, box-shadow 260ms ease;
  box-shadow:
    0 34px 90px rgba(7, 25, 67, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.campaign-board:hover {
  box-shadow:
    0 42px 110px rgba(7, 25, 67, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.campaign-board::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(255, 255, 255, 0.23), transparent 17rem),
    linear-gradient(112deg, transparent 0 37%, rgba(255, 255, 255, 0.16) 45%, transparent 53% 100%);
  background-size: 100% 100%, 220% 100%;
  background-position: center, 180% center;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: boardLightSweep 7.5s ease-in-out infinite;
}

.board-stripes {
  background-size: 118% 100%;
  animation: stripeBreath 8s ease-in-out infinite;
}

.candidate-pill,
.campaign-slogan,
.campaign-person,
.campaign-number {
  transform-style: preserve-3d;
}

.candidate-pill {
  transform: translateY(-46%) translateZ(60px);
}

.campaign-slogan {
  transform: translateY(-48%) translateZ(72px);
}

.campaign-person {
  transform: translateX(-50%) translateZ(92px);
}

.campaign-number {
  transform: translateZ(82px);
}

.campaign-title {
  text-wrap: balance;
}

.campaign-board.in .candidate-pill {
  animation: pillDrop 720ms cubic-bezier(.2,.8,.2,1) both 120ms;
}

.campaign-board.in .campaign-title {
  animation: sloganRise 820ms cubic-bezier(.2,.8,.2,1) both 240ms;
}

.campaign-board.in .campaign-person {
  animation: portraitEnter 960ms cubic-bezier(.2,.8,.2,1) both 300ms, portraitFloat 7s ease-in-out infinite 1.25s;
}

.campaign-board.in .campaign-number {
  animation: numberPop 780ms cubic-bezier(.2,.8,.2,1) both 480ms;
}

.hero-actions-under .btn {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-actions-under .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: transform 520ms ease;
}

.hero-actions-under .btn:hover {
  transform: translateY(-2px);
}

.hero-actions-under .btn:hover::after {
  transform: translateX(120%) skewX(-18deg);
}

@keyframes boardLightSweep {
  0%, 55%, 100% { background-position: center, 180% center; opacity: 0.78; }
  72% { background-position: center, -80% center; opacity: 1; }
}

@keyframes stripeBreath {
  0%, 100% { filter: saturate(1) brightness(1); transform: translateX(0); }
  50% { filter: saturate(1.16) brightness(1.08); transform: translateX(10px); }
}

@keyframes pillDrop {
  from { opacity: 0; transform: translateY(-70%) translateZ(60px) scale(0.96); }
  to { opacity: 1; transform: translateY(-46%) translateZ(60px) scale(1); }
}

@keyframes sloganRise {
  from { opacity: 0; transform: translateY(18px); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes portraitEnter {
  from { opacity: 0; transform: translateX(-46%) translateZ(92px) translateY(34px) scale(0.96); }
  to { opacity: 1; transform: translateX(-50%) translateZ(92px) translateY(0) scale(1); }
}

@keyframes numberPop {
  from { opacity: 0; transform: translateZ(82px) translateY(22px) scale(0.9); }
  to { opacity: 1; transform: translateZ(82px) translateY(0) scale(1); }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 22px;
    background:
      radial-gradient(circle at 100% 8%, rgba(14, 165, 233, 0.13), transparent 12rem),
      linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  }

  .campaign-board {
    transform: none;
    box-shadow: 0 24px 54px rgba(7, 25, 67, 0.2);
  }

  .campaign-board::before {
    background:
      radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.2), transparent 9rem),
      linear-gradient(112deg, transparent 0 35%, rgba(255, 255, 255, 0.13) 46%, transparent 57% 100%);
    background-size: 100% 100%, 230% 100%;
  }

  .candidate-pill {
    transform: none;
  }

  .campaign-slogan,
  .campaign-number {
    transform: none;
  }

  .campaign-person {
    transform: none;
  }

  .campaign-board.in .candidate-pill {
    animation: mobileFadeUp 520ms ease both 100ms;
  }

  .campaign-board.in .campaign-title {
    animation: mobileFadeUp 620ms ease both 180ms;
  }

  .campaign-board.in .campaign-person {
    animation: mobilePortraitIn 780ms cubic-bezier(.2,.8,.2,1) both 260ms;
  }

  .campaign-board.in .campaign-number {
    animation: mobileFadeUp 620ms ease both 380ms;
  }
}

@keyframes mobileFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mobilePortraitIn {
  from { opacity: 0; transform: translateX(18px) translateY(24px); }
  to { opacity: 1; transform: translateX(0) translateY(0); }
}


/* Site-wide quiet interaction polish */
.section-head h2 {
  position: relative;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--yellow));
  opacity: 0.82;
}

.message-card,
.profile-panel,
.agenda-card,
.issue-row,
.news-card,
.proposal-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.issue-photo,
.news-thumb img,
.profile-panel img {
  transition: transform 420ms ease, filter 420ms ease;
}

.agenda-card b,
.issue-index {
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .message-card:hover,
  .profile-panel:hover,
  .agenda-card:hover,
  .issue-row:hover,
  .news-card:hover,
  .proposal-card:hover {
    transform: translateY(-5px);
    border-color: rgba(32, 65, 152, 0.24);
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.13);
  }

  .issue-row:hover .issue-photo,
  .news-card:hover .news-thumb img,
  .profile-panel:hover img {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.03);
  }

  .agenda-card:hover b,
  .issue-row:hover .issue-index {
    transform: translateY(-2px);
    background: #082e6b;
    color: #fff;
  }
}

@media (max-width: 760px) {
  .section-head h2::after {
    width: 42px;
    height: 2px;
    margin-top: 14px;
  }

  .message-card,
  .profile-panel,
  .agenda-card,
  .issue-row,
  .news-card,
  .proposal-card {
    transition-duration: 180ms;
  }
}


/* Assembly official-record section */
.assembly {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(22, 167, 223, 0.12), transparent 17rem),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.assembly-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: stretch;
}

.assembly-lead {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 245, 255, 0.84)),
    radial-gradient(circle at 90% 12%, rgba(32, 65, 152, 0.14), transparent 10rem);
  box-shadow: var(--shadow);
}

.assembly-lead::after {
  content: "12";
  position: absolute;
  right: -12px;
  bottom: -46px;
  color: rgba(32, 65, 152, 0.065);
  font-size: clamp(150px, 19vw, 260px);
  font-weight: 1000;
  line-height: 0.86;
  pointer-events: none;
}

.assembly-lead h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.assembly-lead p {
  position: relative;
  z-index: 1;
  margin: 22px 0 24px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.78;
}

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

.assembly-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.assembly-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 20px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--yellow));
}

.assembly-card b {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.assembly-card h3 {
  margin: 12px 0 10px;
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.assembly-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.66;
}

@media (hover: hover) and (pointer: fine) {
  .assembly-card:hover {
    transform: translateY(-5px);
    border-color: rgba(32, 65, 152, 0.24);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
  }
}

/* Footer campaign message */
.site-footer {
  padding: 52px 0;
  background:
    linear-gradient(135deg, #061842 0%, #092f72 72%, #06235a 100%);
}

.campaign-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1fr) auto;
  align-items: center;
}

.campaign-footer span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 950;
}

.campaign-footer strong {
  display: block;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.campaign-footer p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 820;
}

.footer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footer-points b {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 930;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #071943;
  background: #fff;
  font-size: 13px;
  font-weight: 950;
}

/* Keep campaign portrait smooth after entrance animation */
@keyframes portraitFloat {
  0%, 100% {
    transform: translateX(-50%) translateZ(92px) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateZ(92px) translateY(-10px);
  }
}

@media (max-width: 900px) {
  .assembly-grid {
    grid-template-columns: 1fr;
  }

  .assembly-lead {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .assembly-cards {
    grid-template-columns: 1fr;
  }

  .campaign-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .footer-points,
  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  @keyframes portraitFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
}

/* Hero text/portrait separation pass */
@media (min-width: 901px) {
  .campaign-slogan {
    z-index: 6;
    left: clamp(58px, 9.4vw, 186px);
    max-width: min(46vw, 760px);
  }

  .campaign-title {
    font-size: clamp(46px, 4.42vw, 84px);
    line-height: 1.12;
  }

  .campaign-person {
    z-index: 3;
    left: 53.4%;
    height: clamp(510px, 39vw, 710px);
    max-width: min(27vw, 430px);
  }

  .campaign-number {
    z-index: 7;
    right: clamp(38px, 5.3vw, 104px);
  }

  .campaign-number strong {
    font-size: clamp(52px, 5.55vw, 106px);
  }

  .campaign-number b {
    font-size: clamp(110px, 10vw, 196px);
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .campaign-slogan {
    left: clamp(42px, 6vw, 76px);
    max-width: 48vw;
  }

  .campaign-title {
    font-size: clamp(40px, 4.8vw, 62px);
  }

  .campaign-person {
    left: 55%;
    height: clamp(440px, 43vw, 560px);
    max-width: min(28vw, 360px);
  }

  .campaign-number {
    right: clamp(24px, 3vw, 42px);
  }
}

@media (max-width: 900px) {
  .campaign-slogan,
  .campaign-number {
    z-index: 6;
  }

  .campaign-person {
    z-index: 2;
    right: -28px;
    opacity: 0.92;
  }
}

/* Video showcase */
.video-showcase {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(32, 65, 152, 0.12), transparent 20rem),
    radial-gradient(circle at 90% 20%, rgba(22, 167, 223, 0.13), transparent 22rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 58%, #eef7ff 100%);
}

.video-head {
  max-width: 780px;
}

.video-feature {
  overflow: hidden;
  border: 1px solid rgba(185, 215, 245, 0.9);
  border-radius: 34px;
  background: #071943;
  box-shadow: 0 28px 78px rgba(7, 25, 67, 0.22);
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.4;
  background: #071943;
}


.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-preview {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.video-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 18, 50, 0.48), rgba(5, 18, 50, 0.08) 48%, rgba(5, 18, 50, 0.54)),
    linear-gradient(0deg, rgba(5, 18, 50, 0.55), transparent 46%);
}

.video-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.02);
  transition: transform 700ms ease, filter 700ms ease;
}

.video-preview:hover img {
  transform: scale(1.075);
  filter: saturate(1.12) contrast(1.04);
}

.video-play-mark {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: clamp(70px, 8vw, 104px);
  aspect-ratio: 1;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(7, 25, 67, 0.32);
}

.video-play-mark::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid var(--ink);
  transform: translate(-38%, -50%);
}

.video-preview-label {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 32px);
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-weight: 950;
  box-shadow: 0 12px 34px rgba(7, 25, 67, 0.22);
}

.video-preview-label::after {
  content: "↗";
  margin-left: 8px;
}

.video-caption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 18px;
  align-items: center;
  padding: 22px clamp(22px, 3vw, 34px) 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 25, 67, 0.98), rgba(8, 46, 107, 0.92)),
    radial-gradient(circle at 92% 0%, rgba(22, 167, 223, 0.28), transparent 14rem);
}

.video-caption span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(120, 215, 255, 0.36);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 950;
}

.video-caption h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.video-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.65;
}


.video-caption a {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 4px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 920;
}

.video-caption a::after {
  content: "↗";
  margin-left: 7px;
}

@media (max-width: 760px) {
  .video-caption a {
    grid-column: auto;
  }
}

.video-slider-wrap {
  position: relative;
  margin-top: 22px;
}

.video-slider-wrap::before,
.video-slider-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 12px;
  width: 68px;
  pointer-events: none;
}

.video-slider-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #f7fbff, transparent);
}

.video-slider-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #f7fbff, transparent);
}

.video-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 2px;
  padding: 2px 4px 14px;
  scrollbar-width: thin;
}

.video-card {
  flex: 0 0 min(330px, 78vw);
  min-height: 286px;
  display: grid;
  grid-template-rows: 164px auto auto auto;
  gap: 10px;
  scroll-snap-align: start;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--blue-dark);
  text-align: left;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.09);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.video-card img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  background: #dbeafe;
}

.video-card span,
.video-card strong,
.video-card small {
  margin-inline: 18px;
}

.video-card span {
  justify-self: start;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--blue);
  background: #eaf6ff;
  font-size: 12px;
  font-weight: 950;
}

.video-card strong {
  color: var(--blue-dark);
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: -0.035em;
}

.video-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.video-card.active {
  border-color: rgba(22, 167, 223, 0.72);
  box-shadow: 0 20px 54px rgba(32, 65, 152, 0.16);
}

@media (hover: hover) and (pointer: fine) {
  .video-card:hover {
    transform: translateY(-5px);
    border-color: rgba(32, 65, 152, 0.28);
    box-shadow: 0 24px 62px rgba(15, 23, 42, 0.14);
  }
}

@media (min-width: 1180px) {
  .video-showcase > .container {
    width: min(1320px, calc(100% - 56px));
  }

  .video-frame {
    aspect-ratio: 16 / 7.2;
  }

  .video-card {
    flex-basis: 350px;
  }
}

@media (max-width: 760px) {
  .video-showcase {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .video-showcase > .container {
    width: 100%;
  }

  .video-head {
    width: calc(100% - 28px);
    margin-inline: auto;
  }

  .video-feature {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .video-frame {
    aspect-ratio: 16 / 9;
  }

  .video-caption {
    grid-template-columns: 1fr;
    padding: 18px 18px 20px;
  }

  .video-caption span {
    grid-row: auto;
    width: max-content;
    min-height: 32px;
    padding: 0 11px;
  }

  .video-caption h3 {
    font-size: 24px;
  }

  .video-caption p {
    font-size: 14px;
  }

.video-slider-wrap {
    margin-top: 16px;
  }

  .video-slider-wrap::before,
  .video-slider-wrap::after {
    width: 22px;
  }

  .video-track {
    padding-inline: 14px;
  }

  .video-card {
    flex-basis: min(82vw, 320px);
    min-height: 266px;
    grid-template-rows: 148px auto auto auto;
  }

  .video-card img {
    height: 148px;
  }
}

/* Mobile hero text fit pass */
@media (max-width: 760px) {
  .campaign-slogan {
    left: 22px;
    right: 22px;
    top: 84px;
  }

  .campaign-title {
    font-size: clamp(30px, 8.6vw, 34px);
    line-height: 1.14;
    letter-spacing: -0.052em;
  }

  .campaign-person {
    right: -36px;
    bottom: 106px;
    height: min(350px, 54vh);
  }
}

@media (max-width: 420px) {
  .campaign-title {
    font-size: 31px;
  }
}

/* Video mobile text wrapping pass */
.video-head p,
.video-caption h3,
.video-caption p,
.video-card strong,
.video-card small {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .video-head h2,
  .video-head p,
  .video-caption h3,
  .video-caption p {
    word-break: normal;
  }

  .video-head p {
    font-size: 15px;
    line-height: 1.72;
  }

  .video-caption h3 {
    line-height: 1.25;
  }

  .video-caption p {
    line-height: 1.62;
  }
}

