@import url("./global.css?v=20260427-cachefix-2");

:root {
  --red: #d8161e;
  --red-dark: #b80f19;
  --gold: #ffe8a6;
  --text: #4a1f1f;
  --muted: #8a6761;
  --line: #edd9d7;
  --container: min(1200px, calc(100% - 32px));
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff6f4 0%, #ffffff 340px);
}
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin: 0 auto; }
.hero-tools-desktop-search {
  display: flex;
}
.mobile-top-search {
  display: none;
}
.hero-shell {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(231, 26, 21) 0%, rgb(231, 26, 21) 50%, rgba(236, 79, 70, 0.98) 70%, rgba(245, 171, 164, 0.82) 88%, #ffffff 100%);
}
.hero-shell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  background:
    linear-gradient(156deg, transparent 0%, transparent 20%, rgba(255, 229, 149, 0.16) 23%, rgba(255, 229, 149, 0.03) 24%, transparent 25.2%, transparent 100%),
    linear-gradient(204deg, transparent 0%, transparent 20%, rgba(255, 229, 149, 0.16) 23%, rgba(255, 229, 149, 0.03) 24%, transparent 25.2%, transparent 100%),
    linear-gradient(168deg, transparent 0%, transparent 27%, rgba(255, 240, 194, 0.12) 30%, rgba(255, 240, 194, 0.025) 30.8%, transparent 31.8%, transparent 100%),
    linear-gradient(192deg, transparent 0%, transparent 27%, rgba(255, 240, 194, 0.12) 30%, rgba(255, 240, 194, 0.025) 30.8%, transparent 31.8%, transparent 100%),
    linear-gradient(178deg, transparent 0%, transparent 34%, rgba(255, 221, 131, 0.08) 36%, rgba(255, 221, 131, 0.02) 36.6%, transparent 37.3%, transparent 100%),
    linear-gradient(182deg, transparent 0%, transparent 34%, rgba(255, 221, 131, 0.08) 36%, rgba(255, 221, 131, 0.02) 36.6%, transparent 37.3%, transparent 100%),
    linear-gradient(180deg, rgb(231, 26, 21) 0%, rgb(231, 26, 21) 50%, rgba(236, 79, 70, 0.98) 70%, rgba(245, 171, 164, 0.82) 88%, #ffffff 100%);
  background-blend-mode: screen, screen, screen, screen, screen, screen, normal;
  pointer-events: none;
  z-index: 0;
}
.hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  min-height: 360px;
  color: #fff;
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 424px;
  padding: 34px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 0 0;
}
.hero-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
  gap: 4px;
  text-align: center;
  transform: translateY(-18px);
}
.hero-title {
  display: inline-block;
  margin: 0;
  text-align: center;
  color: #ffe8a6;
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #ffffbf 0%, #ffffa6 24%, #ffff9e 50%, #ffff8e 100%, #ffff7e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-5px 8px 0 rgba(123, 44, 4, 0.2)) drop-shadow(-8px 13px 10px rgba(88, 20, 3, 0.08));
  transform: translateY(-12px);
}
.hero-subtitle {
  margin: -8px 0 0;
  text-align: center;
  color: #ffe8a6;
  font-family: "STXingkai", "STKaiti", "KaiTi", "Kaiti SC", "FangSong", serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.28;
  text-shadow: -1px 1px 0 rgba(255, 247, 216, 0.32), -3px 4px 0 rgba(123, 44, 4, 0.34), -6px 8px 10px rgba(88, 20, 3, 0.2);
}
.hero-tools {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255,245,239,0.96);
  font-size: 14px;
  font-weight: 700;
}
.hero-hosts {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: flex-end;
}
.host-unit {
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  max-width: 100%;
}
.host-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: flex-end;
}
.host-logo {
  width: 114px;
  height: auto;
  display: block;
  filter: drop-shadow(0 5px 14px rgba(106, 20, 8, 0.22));
}
.host-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
.host-primary {
  display: flex;
  align-items: baseline;
  gap: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.host-label {
  flex: 0 0 auto;
  white-space: nowrap;
}
.host-orgs {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}
.host-org-line {
  display: block;
}
.search-box {
  display: flex;
  align-items: center;
  width: min(290px, 100%);
  height: 40px;
  padding-left: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.97);
  border: 1px solid rgba(232, 190, 183, 0.95);
  box-shadow: 0 12px 28px rgba(86, 9, 18, 0.18);
  overflow: hidden;
}
.search-box input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
  font-size: 14px;
}
.search-box button {
  width: 46px;
  height: 40px;
  border: 0;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  background: #ff1512;
}
.site-nav-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff1512;
  overflow: hidden;
  min-height: 52px;
}
.site-nav a {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 15px 10px;
  text-align: center;
  color: rgba(255,255,255,0.96);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid rgba(255,255,255,0.18);
}
.site-nav a:last-child { border-right: 0; }
.site-nav a.active {
  background: #fff;
  color: #ff1512;
}
.main {
  padding: 0px 0 80px;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 42px 36px;
  box-shadow: 0 16px 34px rgba(120, 27, 27, 0.08);
}

.spokesperson-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(216, 22, 30, 0.06), transparent 22%),
    linear-gradient(180deg, #fffdfc 0%, #fff8f7 100%);
}

.spokesperson-page-head h1 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  position: relative;
}

.spokesperson-page-head h1::before {
  content: "";
  width: 10px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8161e 0%, #f06a56 100%);
  box-shadow: 0 10px 20px rgba(216, 22, 30, 0.2);
}

.spokesperson-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px 14px;
}

.spokesperson-group-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.spokesperson-group-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.spokesperson-group-head h2 {
  margin: 0;
  flex: none;
  font-size: 20px;
  color: #b2141d;
  letter-spacing: 0.02em;
}

.spokesperson-group-head::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(216, 22, 30, 0.18), rgba(216, 22, 30, 0.02));
}

.spokesperson-page-card {
  position: relative;
  padding: 14px 12px 6px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,250,249,0.98) 100%);
  box-shadow: 0 10px 22px rgba(120, 27, 27, 0.07);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.spokesperson-page-card:hover,
.spokesperson-page-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(216, 22, 30, 0.18);
  box-shadow: 0 14px 28px rgba(120, 27, 27, 0.1);
  outline: none;
}

.spokesperson-page-avatar-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 8px;
  padding: 5px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,244,240,1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(216, 22, 30, 0.08),
    0 8px 18px rgba(120, 27, 27, 0.1);
}

.spokesperson-page-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.spokesperson-page-name {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  min-height: calc(1.3em * 2);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}

.spokesperson-empty {
  padding: 24px;
  text-align: center;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #8a6761;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb a {
  color: #9c3031;
}

.spokesperson-detail-panel {
  position: relative;
  overflow: hidden;
  padding: 28px 30px 108px;
  background:
    radial-gradient(circle at top right, rgba(255, 224, 169, 0.26), transparent 22%),
    radial-gradient(circle at left 18%, rgba(216, 22, 30, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #fff8f6 100%);
}

.spokesperson-detail-panel::before,
.spokesperson-detail-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.spokesperson-detail-panel::before {
  top: -84px;
  right: -56px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 224, 169, 0.38) 0%, rgba(255, 224, 169, 0.02) 68%, transparent 72%);
}

.spokesperson-detail-panel::after {
  left: 28px;
  right: 28px;
  top: 92px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 22, 30, 0), rgba(216, 22, 30, 0.3), rgba(216, 22, 30, 0));
}

.spokesperson-detail-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.spokesperson-detail-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(216, 22, 30, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: #a51d21;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(120, 27, 27, 0.08);
}

.spokesperson-detail-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(156px, 196px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 22px 0 18px;
}

.spokesperson-detail-avatar-stage {
  position: relative;
  min-height: 0;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.spokesperson-detail-avatar-stage::before {
  display: none;
}

.spokesperson-detail-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 228, 167, 0.26);
}

.spokesperson-detail-orbit.orbit-a {
  width: 168px;
  height: 168px;
}

.spokesperson-detail-orbit.orbit-b {
  width: 198px;
  height: 198px;
  border-style: dashed;
  opacity: 0.55;
}

.spokesperson-detail-avatar-ring {
  position: relative;
  z-index: 1;
  width: 166px;
  height: 166px;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 243, 204, 1) 0%, rgba(240, 191, 88, 0.94) 100%);
  box-shadow: 0 18px 34px rgba(64, 10, 12, 0.24);
}

.spokesperson-detail-avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #f3dfd8;
}

.spokesperson-detail-type-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  max-width: calc(100% - 48px);
  border-radius: 18px 0 18px 0;
  border: 1px solid rgba(255, 247, 219, 0.82);
  background: linear-gradient(180deg, #fff6d1 0%, #ffd96e 46%, #f1a919 100%);
  color: #7f4300;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 18px rgba(110, 56, 1, 0.2);
}

.spokesperson-detail-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spokesperson-detail-kicker {
  color: #b2141d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

section.panel.spokesperson-detail-panel .spokesperson-detail-copy h1 {
  margin: 44px 0 0;
  font-size: clamp(20px, 2.5vw, 42px);
  line-height: 1.08;
  color: #8c1118;
}

.spokesperson-detail-subtitle {
  width: 100%;
  max-width: none;
  font-size: 17px;
  line-height: 1.9;
  color: #101010;
}

.spokesperson-detail-phone {
  color: #8c1118;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.spokesperson-detail-subtitle p {
  margin: 0;
  text-indent: 2em;
}

.spokesperson-detail-subtitle p + p {
  margin-top: 14px;
}

.spokesperson-detail-welcome-row {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.spokesperson-detail-welcome-card {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 22px 24px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 233, 0.96) 100%);
  border: 1px solid rgba(242, 214, 166, 0.9);
  box-shadow: 0 18px 34px rgba(120, 27, 27, 0.08);
}

.spokesperson-detail-section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(216, 22, 30, 0.08);
  color: #b2141d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

section.panel.spokesperson-detail-panel .spokesperson-detail-welcome-card p {
  margin: 0;
  font-size: clamp(23px, 3vw, 38px);
  line-height: 1.2;
  color: #101010;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "STXingkai", "华文行楷", "STXinwei", "华文新魏", "LiSu", "隶书", "FZShuTi", "方正舒体", "STKaiti", "KaiTi", "楷体", serif;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.32), 3px 6px 14px rgba(0, 0, 0, 0.18);
}

.spokesperson-detail-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spokesperson-detail-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(216, 22, 30, 0.12);
  color: #8c1118;
  font-size: 13px;
  font-weight: 800;
}

.spokesperson-detail-content-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  gap: 22px;
  margin-top: 18px;
}

.spokesperson-detail-side-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.spokesperson-detail-content-card {
  position: relative;
  padding: 24px 24px 26px;
  border-radius: 24px;
  border: 1px solid #efdfdc;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,250,248,0.98) 100%);
  box-shadow: 0 18px 34px rgba(120, 27, 27, 0.07);
}

.spokesperson-detail-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.spokesperson-detail-card-head.compact {
  margin-bottom: 14px;
}

.spokesperson-detail-card-head h2 {
  margin: 0;
  font-size: 24px;
  color: #9d151b;
}

.spokesperson-detail-card-head p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.75;
}

.spokesperson-detail-card-index {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(180deg, #d91d22 0%, #ab1118 100%);
  color: #fff3dc;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 20px rgba(171, 17, 24, 0.2);
}

.spokesperson-detail-intro {
  font-size: 16px;
  line-height: 2;
  color: #6e4b46;
}

.spokesperson-detail-intro p + p {
  margin-top: 16px;
}

.spokesperson-detail-quote-card {
  background:
    radial-gradient(circle at top right, rgba(255, 226, 166, 0.26), transparent 26%),
    linear-gradient(180deg, #fffefa 0%, #fff8f0 100%);
}

.spokesperson-detail-quote-text {
  font-size: 18px;
  line-height: 1.95;
  color: #7d473a;
}

.spokesperson-detail-action-card {
  background: linear-gradient(180deg, #fffefe 0%, #fff7f4 100%);
}

.spokesperson-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spokesperson-detail-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
}

.spokesperson-detail-action.primary {
  background: linear-gradient(180deg, #d91d22 0%, #ab1118 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(171, 17, 24, 0.18);
}

.spokesperson-detail-action.secondary {
  background: #fff;
  color: #9c3031;
  border: 1px solid rgba(216, 22, 30, 0.14);
}

.spokesperson-message-fab {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #ff1512;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 18px 30px rgba(170, 17, 21, 0.28);
}

.spokesperson-message-fab:hover {
  background: var(--red);
}

.spokesperson-message-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(66, 10, 15, 0.42);
  backdrop-filter: blur(8px);
}

.spokesperson-message-panel {
  width: min(560px, 100%);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f4 100%);
  border: 1px solid rgba(241, 222, 218, 0.98);
  box-shadow: 0 24px 42px rgba(77, 15, 15, 0.24);
}

.spokesperson-message-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.spokesperson-message-head h2 {
  margin: 0;
  font-size: 24px;
  color: #9d151b;
}

.spokesperson-message-close {
  border: 0;
  background: rgba(216, 22, 30, 0.08);
  color: #9c3031;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
}

.spokesperson-message-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spokesperson-message-field span {
  color: #8c1118;
  font-size: 14px;
  font-weight: 800;
}

.spokesperson-message-field textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
  border-radius: 18px;
  border: 1px solid rgba(216, 22, 30, 0.14);
  padding: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.92);
  color: #5f403d;
  font-size: 15px;
  line-height: 1.8;
}

.spokesperson-message-field textarea:focus {
  border-color: rgba(216, 22, 30, 0.32);
  box-shadow: 0 0 0 4px rgba(216, 22, 30, 0.08);
}

.spokesperson-message-foot {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.spokesperson-message-count {
  color: #8a6761;
  font-size: 13px;
  font-weight: 700;
}

.spokesperson-message-feedback {
  margin-top: 10px;
  color: #b2141d;
  font-size: 13px;
  font-weight: 700;
}
.panel h1 {
  margin: 0 0 12px;
  font-size: 34px;
  color: #b2141d;
}
.panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}
.panel-tiered-release {
  padding: 24px 30px 30px;
}
.panel-heading {
  margin-bottom: 24px;
}
.panel-heading h1 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.panel-heading h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dd2b2a, #b3111d);
  box-shadow: 0 4px 10px rgba(179, 17, 29, 0.18);
}
.tiered-error {
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff4f2;
  color: #b2141d;
  font-size: 15px;
  font-weight: 700;
}
.tiered-page-layout {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.tiered-side-nav {
  position: sticky;
  top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid #efddda;
  background: linear-gradient(180deg, #fffdfd 0%, #fff7f5 100%);
  box-shadow: 0 14px 28px rgba(109, 31, 31, 0.06);
}
.tiered-side-nav-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #f1dfdc;
  color: #b2141d;
  font-size: 18px;
  font-weight: 800;
}
.tiered-side-nav-link {
  display: block;
  padding: 11px 14px;
  border-radius: 12px;
  color: #6b3a35;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #f0e1de;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.tiered-side-nav-link:hover,
.tiered-side-nav-link.active {
  color: #fff;
  background: linear-gradient(180deg, #df312e, #b1121d);
  border-color: #be2023;
  transform: translateX(2px);
}
.tiered-content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.tiered-category-section {
  scroll-margin-top: 136px;
  position: relative;
  padding: 16px 24px 22px;
  border-top: 4px solid rgba(212, 39, 38, 0.12);
  border-radius: 20px;
  border: 1px solid #efddda;
  background: linear-gradient(180deg, #fffefe 0%, #fff8f7 100%);
  box-shadow: 0 18px 34px rgba(109, 31, 31, 0.08);
}
.tiered-category-section::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: -17px;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 22, 30, 0), rgba(216, 22, 30, 0.32), rgba(216, 22, 30, 0));
}
.tiered-category-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 0 12px 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f0e1de;
}
.tiered-category-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 10px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dd2b2a, #b3111d);
}
.tiered-category-head h2 {
  margin: 0;
  color: #b2141d;
  font-size: 26px;
  line-height: 1.2;
}
.tiered-more-link {
  flex: 0 0 auto;
  color: #b2141d;
  font-size: 15px;
  font-weight: 700;
}
.tiered-release-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tiered-release-item {
  min-width: 0;
}
.tiered-release-link {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f0e1de;
  box-shadow: 0 10px 22px rgba(120, 27, 27, 0.05);
}
.tiered-release-cover-wrap {
  aspect-ratio: 1.77;
  overflow: hidden;
  border-radius: 14px;
  background: #ead6d3;
}
.tiered-release-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiered-release-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding-top: 20px;
}
.tiered-release-title {
  display: -webkit-box;
  color: #2a2020;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  min-height: calc(1.45em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}
.tiered-release-date {
  margin: 0;
  margin-top: auto;
  align-self: flex-end;
  text-align: right;
  color: #8a6761;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .hero-shell::after {
    height: 360px;
  }
  .hero {
    min-height: 280px;
  }
  .hero-inner {
    min-height: 320px;
  }
  .hero-title {
    font-size: clamp(34px, 5vw, 56px);
  }
  .hero-subtitle {
    font-size: clamp(20px, 2.6vw, 28px);
  }
  .host-orgs {
    gap: 8px;
    flex-wrap: wrap;
  }
  .tiered-page-layout {
    grid-template-columns: 1fr;
  }
  .tiered-side-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tiered-side-nav-title {
    width: 100%;
  }
  .tiered-side-nav-link {
    width: calc(50% - 5px);
    text-align: center;
  }
  .tiered-category-section {
    scroll-margin-top: 116px;
  }
  .spokesperson-detail-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .spokesperson-detail-hero {
    grid-template-columns: 1fr;
  }
  .spokesperson-detail-avatar-stage {
    min-height: 236px;
  }
}
@media (max-width: 720px) {
  .mobile-top-search {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #e5d3d0;
  }
  .mobile-top-search .search-box {
    display: flex;
    width: 100%;
    min-width: 100%;
    height: 40px;
    padding-left: 12px;
    border-radius: 0;
    border: 2px solid #cf3a34;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
  }
  .mobile-top-search .search-box button {
    width: 42px;
    height: 40px;
  }
  .hero-tools-desktop-search {
    display: none;
  }
  .hero-shell {
    background: linear-gradient(180deg, rgb(231, 26, 21) 0%, rgb(231, 26, 21) 50%, rgba(236, 92, 81, 0.88) 68%, rgba(241, 144, 137, 0.7) 84%, rgba(246, 190, 186, 0.58) 100%);
  }
  .hero-shell::after {
    height: 324px;
    background:
      linear-gradient(156deg, transparent 0%, transparent 21%, rgba(255, 229, 149, 0.1) 24%, rgba(255, 229, 149, 0.02) 25%, transparent 26.2%, transparent 100%),
      linear-gradient(204deg, transparent 0%, transparent 21%, rgba(255, 229, 149, 0.1) 24%, rgba(255, 229, 149, 0.02) 25%, transparent 26.2%, transparent 100%),
      linear-gradient(168deg, transparent 0%, transparent 29%, rgba(255, 240, 194, 0.08) 32%, rgba(255, 240, 194, 0.015) 32.8%, transparent 33.8%, transparent 100%),
      linear-gradient(192deg, transparent 0%, transparent 29%, rgba(255, 240, 194, 0.08) 32%, rgba(255, 240, 194, 0.015) 32.8%, transparent 33.8%, transparent 100%);
    background-blend-mode: screen, screen, screen, screen;
    opacity: 0.9;
  }
  .hero {
    min-height: 171px;
  }
  .hero-inner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 171px;
    padding: 14px 0 10px;
  }
  .hero-body {
    position: relative;
    flex: 1;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 171px;
    padding: 0;
    align-items: stretch;
    justify-items: stretch;
  }
  .hero-title-group {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center !important;
    transform: translate(-50%, -86%) !important;
  }
  .hero-title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: auto;
    transform: none;
    text-align: center !important;
    font-size: 34px;
  }
  .hero-subtitle {
    margin-top: -4px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center !important;
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  .hero-tools {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-self: stretch;
  }
  .hero-hosts {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: auto;
    max-width: calc(100vw - 40px);
    margin: 0;
    font-size: 10px;
    line-height: 1.55;
    order: 1;
    display: flex;
    justify-content: flex-start;
    padding-right: 0;
  }
  .host-unit {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    width: auto;
    max-width: calc(100vw - 40px);
    margin-left: 0;
  }
  .host-logo-badge {
    align-self: start;
    display: inline-flex;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .host-logo {
    width: auto;
    height: 18px;
    filter: none;
    transform: translateY(6px);
  }
  .host-meta {
    gap: 3px;
    padding-top: 0;
    min-height: 0;
    justify-content: flex-end;
    align-self: start;
    align-items: flex-start;
    text-align: left;
  }
  .host-primary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0 3px;
    font-size: 10px;
    line-height: 1.4;
    color: rgba(255,255,255,0.96);
    white-space: nowrap;
  }
  .host-label {
    font-size: 13px;
    line-height: 1.45;
    align-self: start;
    transform: translateY(4px);
  }
  .host-orgs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
    min-width: 0;
  }
  .host-org-line {
    white-space: normal;
  }
  .site-nav-wrap {
    display: none;
  }
  .main {
    padding-bottom: 42px;
  }
  .main > .container {
    width: 100%;
    max-width: none;
  }
  .panel {
    padding: 28px 20px;
    border-radius: 16px;
  }
  .panel h1 { font-size: 28px; }
  .panel p { font-size: 15px; }
  .panel-tiered-release {
    padding: 0 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  .panel-heading {
    margin: 0 18px 18px;
  }
  .panel-tiered-release > .panel-heading {
    display: none;
  }
  .tiered-side-nav {
    display: none;
  }
  .tiered-page-layout {
    display: block;
  }
  .tiered-content {
    gap: 18px;
  }
  .tiered-category-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 18px 16px 16px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .tiered-category-section::before {
    display: none;
  }
  .tiered-category-head {
    align-items: flex-end;
    padding-bottom: 12px;
  }
  .tiered-category-head h2 {
    font-size: 22px;
  }
  .tiered-more-link {
    font-size: 14px;
  }
  .tiered-release-link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }
  .tiered-release-cover-wrap {
    width: 100%;
  }
  .tiered-release-title {
    font-size: 16px;
    line-height: 1.45;
    min-height: calc(1.45em * 2);
  }
  .tiered-release-copy {
    padding-top: 0;
    gap: 8px;
  }
  .tiered-release-date {
    align-self: flex-start;
    text-align: left;
    font-size: 13px;
  }
  .spokesperson-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .spokesperson-page-card {
    min-width: 0;
    padding: 12px 8px 6px;
    border-radius: 14px;
  }
  .spokesperson-page-avatar-wrap {
    width: min(22vw, 84px);
    height: min(22vw, 84px);
    margin-bottom: 6px;
    padding: 4px;
  }
  .spokesperson-page-name {
    font-size: 14px;
    line-height: 1.28;
    min-height: calc(1.28em * 2);
  }
  .spokesperson-detail-panel {
    padding: 22px 18px 86px;
  }
  .spokesperson-detail-panel::after {
    left: 18px;
    right: 18px;
    top: 96px;
  }
  .spokesperson-detail-topbar {
    margin-bottom: 14px;
  }
  .spokesperson-detail-breadcrumb {
    display: none;
  }
  .spokesperson-detail-back-link {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
  .spokesperson-detail-topbar .spokesperson-detail-back-link {
    display: none;
  }
  .spokesperson-detail-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding: 10px 0 14px;
  }
  .spokesperson-detail-avatar-stage {
    min-height: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .spokesperson-detail-orbit {
    display: none;
  }
  .spokesperson-detail-avatar-ring {
    width: 110px;
    height: 110px;
    padding: 4px;
    box-shadow: 0 10px 20px rgba(64, 10, 12, 0.18);
  }
  .spokesperson-detail-copy {
    gap: 8px;
    align-items: center;
    text-align: center;
  }
  section.panel.spokesperson-detail-panel .spokesperson-detail-copy h1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .spokesperson-detail-subtitle {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .spokesperson-detail-welcome-row {
    margin-top: 10px;
  }
  .spokesperson-detail-welcome-card {
    padding: 16px 14px;
  }
  section.panel.spokesperson-detail-panel .spokesperson-detail-welcome-card p {
    font-size: 21px;
    line-height: 1.24;
  }
  .spokesperson-message-panel {
    width: min(100%, 100%);
    border-radius: 20px;
    padding: 18px 14px 16px;
  }
  .spokesperson-message-fab {
    right: 16px;
    bottom: 18px;
    min-width: 84px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 15px;
  }
  .spokesperson-message-head {
    position: relative;
    align-items: flex-start;
    margin-bottom: 14px;
    padding-right: 72px;
  }
  .spokesperson-message-head h2 {
    font-size: 20px;
    line-height: 1.25;
  }
  .spokesperson-message-close {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
  .spokesperson-message-field {
    gap: 8px;
  }
  .spokesperson-message-field textarea {
    min-height: 148px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
  .spokesperson-message-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .spokesperson-message-count {
    align-self: flex-end;
  }
  .spokesperson-message-foot .spokesperson-detail-action.primary {
    width: 100%;
    min-height: 44px;
  }
}
