/* 개혁신당 정당 허브 — 조국혁신당 랜딩과 분리 */
.gaehyuk-hub {
  background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 35%, #fff 100%);
  color: #1c1917;
  padding-bottom: 88px;
}

.gaehyuk-hub__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  background: #ea580c;
  color: #fff;
}
.gaehyuk-hub__nav a {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
}

.gaehyuk-hub .party-hub-notice {
  margin: 8px 16px 0;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #44403c;
}
.gaehyuk-hub .party-hub-notice a {
  color: #ea580c;
  text-decoration: underline;
}

/* 상단 고정 — 박은경 + 슬로건 (롤링과 분리) */
.gaehyuk-hub__top-park {
  display: grid;
  grid-template-columns: 1fr minmax(140px, 42%);
  gap: 12px;
  align-items: end;
  margin: 0;
  padding: 16px 16px 12px;
  text-decoration: none;
  color: #1c1917;
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
  border-bottom: 4px solid #ea580c;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.12);
}
.gaehyuk-hub__top-park-copy {
  padding-bottom: 8px;
}
.gaehyuk-hub__top-park-eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: #ea580c;
  letter-spacing: 0.02em;
}
.gaehyuk-hub__top-park-eyebrow strong {
  font-size: 1.35rem;
  color: #c2410c;
}
.gaehyuk-hub__top-park-slogan {
  font-size: clamp(1.15rem, 5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.03em;
  margin: 10px 0 8px;
  color: #1c1917;
}
.gaehyuk-hub__top-park-name {
  font-size: clamp(1.5rem, 7vw, 2rem);
  font-weight: 900;
  color: #ea580c;
  margin: 0;
}
.gaehyuk-hub__top-park-hash {
  font-size: 12px;
  font-weight: 800;
  color: #c2410c;
  margin-top: 8px;
}
.gaehyuk-hub__top-park-cta {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ea580c;
  color: #fff;
}
.gaehyuk-hub__jeju-roster {
  margin: 0 16px 8px;
  max-width: none;
  padding: 0;
}

.gaehyuk-hub__top-park-photo {
  width: 100%;
  max-height: min(52vw, 280px);
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  border: 3px solid #ea580c;
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.25);
}

.gaehyuk-hub .partyHeroRoll {
  margin: 12px 16px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(234, 88, 12, 0.35);
}

.gaehyuk-hub__policy-nav {
  margin: 16px 16px 0;
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(234, 88, 12, 0.3);
}
.gaehyuk-hub__policy-nav h2 {
  font-size: 1rem;
  font-weight: 900;
  color: #c2410c;
  margin-bottom: 12px;
}
.gaehyuk-hub__policy-cols {
  display: grid;
  gap: 10px;
}
@media (min-width: 520px) {
  .gaehyuk-hub__policy-cols {
    grid-template-columns: 1fr 1fr;
  }
}
.gaehyuk-hub__policy-col {
  padding: 10px 12px;
  background: #fff7ed;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
.gaehyuk-hub__policy-col h3 {
  font-size: 11px;
  color: #ea580c;
  margin-bottom: 6px;
}

.gaehyuk-hub__regions {
  margin: 16px;
}
.gaehyuk-hub__regions h2 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #c2410c;
}
.gaehyuk-hub__regions-lead {
  font-size: 13px;
  line-height: 1.55;
  margin: 8px 0 14px;
  color: #431407;
}
.gaehyuk-region-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 520px) {
  .gaehyuk-region-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.gaehyuk-region-card {
  display: block;
  padding: 14px 16px;
  background: #fff;
  border: 2px solid rgba(234, 88, 12, 0.35);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.1);
}
.gaehyuk-region-card__name {
  font-size: 1rem;
  font-weight: 900;
  color: #ea580c;
}
.gaehyuk-region-card__count {
  font-size: 11px;
  font-weight: 700;
  color: #78716c;
  margin-left: 8px;
}
.gaehyuk-region-card__intro {
  font-size: 12px;
  line-height: 1.45;
  margin-top: 8px;
  font-weight: 600;
}
.gaehyuk-region-card__people {
  font-size: 12px;
  margin-top: 6px;
  color: #57534e;
}
.gaehyuk-region-card__go {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  color: #c2410c;
}

/* 지역 페이지 */
.gaehyuk-region-page__head {
  padding: 12px 16px;
  background: #ea580c;
  color: #fff;
}
.gaehyuk-region-page__head h1 {
  font-size: 1.2rem;
  font-weight: 900;
}
.gaehyuk-region-page__head p {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 4px;
}
.gaehyuk-region-page__main {
  padding: 16px 16px 48px;
  max-width: 640px;
  margin: 0 auto;
}
.gaehyuk-region__lead {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 16px;
  color: #431407;
}
.gaehyuk-region__policies {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #fed7aa;
}
.gaehyuk-region__policies h3 {
  font-size: 13px;
  font-weight: 900;
  color: #ea580c;
  margin-bottom: 8px;
}
.gaehyuk-region__policies ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gaehyuk-region__policies li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 4px 0;
  border-bottom: 1px solid #ffedd5;
}
.gaehyuk-region__policies li:last-child {
  border-bottom: none;
}
.gaehyuk-region__candidates h2 {
  font-size: 1rem;
  font-weight: 900;
  color: #c2410c;
}
.gaehyuk-region__comms-note {
  font-size: 12px;
  margin: 8px 0 12px;
  line-height: 1.5;
}
.gaehyuk-region__candidate {
  display: flex;
  gap: 12px;
  padding: 14px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #fdba74;
}
.gaehyuk-region__candidate--hl {
  border-width: 2px;
  border-color: #ea580c;
}
.gaehyuk-region__photo {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.gaehyuk-region__photo--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  background: #ffedd5;
  color: #ea580c;
}
.gaehyuk-region__seq {
  font-size: 11px;
  font-weight: 700;
  color: #78716c;
}
.gaehyuk-region__name {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 4px 0;
}
.gaehyuk-region__intro {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.gaehyuk-region__cpol {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: #57534e;
}
.gaehyuk-region__cpol li::before {
  content: "· ";
  color: #ea580c;
}
.gaehyuk-region__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.gaehyuk-region__btn {
  font-size: 11px;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  background: #f5f5f4;
  color: #44403c;
}
.gaehyuk-region__btn--contact {
  background: #ea580c;
  color: #fff;
}
.gaehyuk-region__err {
  font-size: 14px;
  padding: 20px;
}

.gaehyuk-hub__hero {
  padding: 20px 16px 16px;
  background: #fff;
  border-bottom: 4px solid #ea580c;
}
.gaehyuk-hub__eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: #ea580c;
  letter-spacing: 0.04em;
}
.gaehyuk-hub__headline {
  font-size: clamp(1.2rem, 5.5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.03em;
  margin-top: 10px;
  color: #1c1917;
}
.gaehyuk-hub__headline em {
  color: #ea580c;
  font-style: normal;
}
.gaehyuk-hub__sub {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  color: #57534e;
  margin-top: 12px;
}

.gaehyuk-hub__grid {
  display: grid;
  gap: 12px;
  padding: 16px;
}
.gaehyuk-hub__candidate {
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.28);
}
.gaehyuk-hub__candidate--featured {
  border: 3px solid #fff;
}
.gaehyuk-hub__candidate img {
  width: 100px;
  height: 128px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}
.gaehyuk-hub__candidate--secondary {
  background: linear-gradient(135deg, #c2410c, #ea580c);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.2);
}
.gaehyuk-hub__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.gaehyuk-hub__seq {
  font-size: 1.15rem;
  font-weight: 900;
}
.gaehyuk-hub__role {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.92;
  margin-top: 4px;
}
.gaehyuk-hub__bio {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.45;
}
.gaehyuk-hub__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
}

.gaehyuk-hub__issues {
  margin: 0 16px 16px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid rgba(234, 88, 12, 0.2);
}
.gaehyuk-hub__issues h2 {
  font-size: 13px;
  font-weight: 900;
  color: #ea580c;
  margin-bottom: 10px;
}
.gaehyuk-hub__issues ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gaehyuk-hub__issues li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 6px 0;
  border-bottom: 1px solid #fed7aa;
}
.gaehyuk-hub__issues li:last-child {
  border-bottom: none;
}

.gaehyuk-hub__flyer {
  margin: 0 16px 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(234, 88, 12, 0.25);
}
.gaehyuk-hub__flyer img {
  width: 100%;
  height: auto;
  display: block;
}

.gaehyuk-hub__comms {
  margin: 0 16px 12px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(234, 88, 12, 0.35);
}
.gaehyuk-hub__comms h2 {
  font-size: 1rem;
  font-weight: 900;
  color: #c2410c;
  margin-bottom: 8px;
}
.gaehyuk-hub__comms p {
  font-size: 13px;
  line-height: 1.55;
  color: #431407;
}

.gaehyuk-hub .eparty-roster {
  margin: 0 16px;
}

.gaehyuk-hub__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 16px 16px;
}
.gaehyuk-hub__btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  padding: 14px;
  border-radius: 14px;
  border: 2px solid #ea580c;
  color: #ea580c;
  background: #fff;
}
.gaehyuk-hub__btn--primary {
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);
}
