:root {
  --bg: #070604;
  --panel: #11100d;
  --panel-soft: #18150f;
  --paper: #fffaf0;
  --paper-soft: #f5ead8;
  --coffee: #2f2418;
  --coffee-muted: #6a5944;
  --gold: #d7b56d;
  --gold-strong: #f1d28a;
  --gold-muted: rgba(215, 181, 109, 0.52);
  --text: #fff7df;
  --muted: rgba(255, 247, 223, 0.7);
  --faint: rgba(255, 247, 223, 0.12);
  --line: rgba(215, 181, 109, 0.24);
  --shadow: rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans", Arial, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(215, 181, 109, 0.18), transparent 32rem),
    radial-gradient(circle at 82% 18%, rgba(241, 210, 138, 0.12), transparent 28rem),
    linear-gradient(180deg, #080705 0%, #0d0b08 48%, #050403 100%);
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 72px;
}

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: end;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(17, 16, 13, 0.92), rgba(7, 6, 4, 0.74)),
    repeating-linear-gradient(90deg, rgba(255, 247, 223, 0.035) 0 1px, transparent 1px 120px);
  padding: 58px;
  box-shadow: 0 30px 90px var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 36%;
  height: 520px;
  border: 1px solid rgba(215, 181, 109, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero__content,
.route-card,
.meeting-map,
.chapter,
.talent,
.division,
.marketing {
  position: relative;
  z-index: 1;
}

.label {
  margin: 0 0 18px;
  color: var(--gold-strong);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
.chapter h2,
.division h2,
.marketing h2 {
  font-family: "Noto Serif TC", "Songti TC", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 32px;
  font-size: clamp(58px, 9vw, 116px);
  line-height: 1.03;
  font-weight: 800;
}

h1 span,
h2 span {
  display: block;
  white-space: nowrap;
}

.hero__summary {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 2.1vw, 25px);
  font-weight: 600;
}

.route-card {
  align-self: end;
  border: 1px solid var(--line);
  background: rgba(7, 6, 4, 0.72);
  padding: 28px;
}

.route-card__title {
  color: var(--gold-strong);
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 18px;
}

.route-line {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-top: 1px solid var(--faint);
  border-bottom: 1px solid var(--faint);
}

.route-line span {
  color: var(--muted);
  font-size: 17px;
}

.route-line strong {
  color: var(--gold-strong);
  font-size: 28px;
  line-height: 1.1;
  word-break: keep-all;
}

.route-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.meeting-map {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  margin: 28px 0;
}

.topic {
  min-height: 280px;
  border: 1px solid rgba(215, 181, 109, 0.36);
  background: var(--paper);
  color: var(--coffee);
  padding: 32px;
}

.topic--active {
  background: linear-gradient(145deg, #fffaf0, #ead8b5);
}

.topic__num {
  color: var(--gold);
  font-weight: 900;
  font-size: 18px;
}

.topic h2 {
  margin: 24px 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.13;
}

.topic p,
.chapter__heading p,
.marketing p {
  color: var(--muted);
  font-weight: 560;
}

.topic p {
  color: var(--coffee-muted);
  font-weight: 720;
}

.focus-card p,
.talent p,
.division p,
.channel-grid p,
.pricing-panel p {
  color: var(--coffee-muted);
  font-weight: 650;
}

.chapter,
.talent,
.division,
.marketing {
  border: 1px solid var(--line);
  background: rgba(10, 9, 7, 0.78);
  padding: 52px;
  margin-top: 28px;
}

.chapter__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.chapter__heading .label {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.chapter__heading h2,
.division h2,
.marketing h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
}

.chapter__heading p {
  margin: 0;
  font-size: 21px;
}

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

.focus-card {
  border: 1px solid rgba(215, 181, 109, 0.38);
  background: var(--paper);
  color: var(--coffee);
  padding: 34px;
}

.focus-card__top {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.focus-card__top span {
  color: var(--gold);
  font-weight: 900;
  font-size: 16px;
}

.focus-card__top strong {
  font-size: 34px;
  line-height: 1.2;
  color: var(--coffee);
}

.focus-card p {
  font-size: 18px;
  margin-bottom: 24px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 14px 0;
  color: var(--coffee);
  border-top: 1px solid rgba(47, 36, 24, 0.16);
  font-weight: 700;
}

.chapter__heading--compact {
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.chapter__heading--compact .label {
  margin-bottom: 0;
}

.talent-grid,
.division-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.talent-grid article,
.division-grid article {
  border: 1px solid rgba(215, 181, 109, 0.38);
  background: var(--paper);
  color: var(--coffee);
  padding: 28px;
  min-height: 230px;
}

.talent-grid span {
  color: var(--gold);
  font-weight: 900;
}

.talent-grid h3,
.division-grid h3 {
  color: #8a6428;
  font-size: 31px;
  line-height: 1.15;
  margin: 18px 0 14px;
}

.division h2 {
  font-size: clamp(38px, 4.4vw, 64px);
  margin-bottom: 34px;
}

.marketing {
  background:
    linear-gradient(135deg, rgba(215, 181, 109, 0.1), rgba(10, 9, 7, 0.8));
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.channel-grid article {
  border: 1px solid rgba(215, 181, 109, 0.38);
  background: var(--paper);
  color: var(--coffee);
  padding: 30px;
  min-height: 210px;
}

.channel-grid span {
  color: #8a6428;
  font-weight: 900;
}

.channel-grid h3 {
  color: var(--coffee);
  font-size: 32px;
  line-height: 1.15;
  margin: 18px 0 14px;
}

.pricing-panel {
  border: 1px solid rgba(215, 181, 109, 0.38);
  background: var(--paper);
  color: var(--coffee);
  padding: 32px;
}

.content-plan {
  border: 1px solid rgba(215, 181, 109, 0.38);
  background: var(--paper);
  color: var(--coffee);
  padding: 32px;
  margin-top: 22px;
}

.pricing-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.pricing-panel__head h3 {
  margin: 0;
  color: var(--coffee);
  font-size: 34px;
  line-height: 1.18;
}

.pricing-panel__head p {
  max-width: 420px;
  margin: 0;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(47, 36, 24, 0.14);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #fffdf8;
}

th,
td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(47, 36, 24, 0.13);
  text-align: left;
  color: var(--coffee);
  font-weight: 780;
  white-space: nowrap;
}

th {
  background: #2f2418;
  color: var(--gold-strong);
  font-size: 15px;
}

td:nth-child(4),
td:nth-child(5) {
  color: #806026;
  font-weight: 900;
}

tr:last-child td {
  border-bottom: 0;
}

.pricing-note {
  margin: 18px 0 0;
  font-size: 22px;
}

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

.content-grid article {
  background: #fffdf8;
  border: 1px solid rgba(47, 36, 24, 0.14);
  padding: 26px;
}

.content-grid span {
  color: #8a6428;
  font-weight: 900;
}

.content-grid h4 {
  margin: 16px 0 12px;
  color: var(--coffee);
  font-size: 27px;
  line-height: 1.18;
}

.content-grid p {
  color: var(--coffee-muted);
  font-weight: 650;
  margin-bottom: 18px;
}

.content-grid strong {
  display: block;
  color: #806026;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 28px, 680px);
    padding: 28px 0 48px;
  }

  .hero,
  .meeting-map,
  .chapter__heading,
  .focus-grid,
  .talent-grid,
  .channel-grid,
  .division-grid,
  .marketing {
    grid-template-columns: 1fr;
  }

  .hero,
  .chapter,
  .talent,
  .division,
  .marketing {
    padding: 28px;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .topic {
    min-height: auto;
  }

  .chapter__heading .label {
    margin-bottom: 0;
  }

  h1 span,
  h2 span {
    white-space: nowrap;
  }

  .topic h2,
  .chapter__heading h2,
  .division h2,
  .marketing h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .focus-card__top strong {
    font-size: 28px;
  }

  .talent-grid h3,
  .division-grid h3,
  .channel-grid h3 {
    font-size: 27px;
  }

  .pricing-panel {
    padding: 22px;
  }

  .content-plan {
    padding: 22px;
  }

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

  .pricing-panel__head {
    display: grid;
    gap: 12px;
  }

  .pricing-panel__head h3 {
    font-size: 28px;
  }

  .content-grid h4 {
    font-size: 24px;
  }

  th,
  td {
    padding: 15px 13px;
  }

  .table-wrap {
    border: 0;
    overflow: visible;
  }

  table,
  thead,
  tbody,
  tr,
  td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  thead {
    display: none;
  }

  tr {
    background: #fffdf8;
    border: 1px solid rgba(47, 36, 24, 0.14);
    margin-bottom: 12px;
    padding: 8px 0;
  }

  td {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(47, 36, 24, 0.1);
    white-space: normal;
  }

  td::before {
    content: attr(data-label);
    color: var(--coffee-muted);
    font-weight: 900;
  }

  tr:last-child {
    margin-bottom: 0;
  }

  tr:last-child td {
    border-bottom: 1px solid rgba(47, 36, 24, 0.1);
  }

  td:last-child,
  tr:last-child td:last-child {
    border-bottom: 0;
  }
}
