:root {
  --ink: #273044;
  --muted: #667085;
  --paper: #fffaf2;
  --surface: #ffffff;
  --line: rgba(39, 48, 68, .14);
  --mint: #FFC10B;
  --brand: #FF5722;
  --sun: #3ca044;
  --pink: #ec5a9d;
  --sky: #0D94CA;
  --violet: #8164d9;
  --green: #58a65c;
  --radius: 8px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 181, 68, .22), transparent 28rem),
    radial-gradient(circle at 88% 10%, rgba(76, 143, 232, .18), transparent 28rem),
    linear-gradient(180deg, #fff6e5 0%, #fffdf8 42%, #f7fbff 100%);
  line-height: 1.7;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 242, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: grid;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  color: var(--brand);
  font-size: 14px;
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  font-size: 24px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  position: relative;
}

.menu a,
.dropdown-button {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.menu a:hover,
.dropdown-button:hover,
.menu a.active,
.dropdown-button.active {
  background: #fff;
  color: var(--brand);
}

.dropdown-button::after {
  content: "⌄";
  font-size: 16px;
  line-height: 1;
}

.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 220px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(39, 48, 68, .14);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: .18s ease;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  justify-content: space-between;
  min-height: 38px;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy {
  margin: 18px 0 0;
  max-width: 680px;
  color: #4a5568;
  font-size: 20px;
}

.hero-panel {
  min-height: 360px;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(39, 48, 68, .13);
}

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

.wheel-item {
  min-height: 112px;
  padding: 16px;
  border-radius: var(--radius);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 900;
}

.wheel-item small {
  font-weight: 700;
  opacity: .92;
}

.life { --zone: var(--brand); }
.health { --zone: var(--sky); }
.learn { --zone: var(--sun); }
.mind { --zone: var(--pink); }
.play { --zone: var(--mint); }
.future { --zone: var(--violet); }

.wheel-item,
.zone-badge,
.tab.active,
.stat strong {
  background: var(--zone);
}

.main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 78px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.2;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
}

.tab {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 800;
}

.tab.active {
  color: #fff;
  border-color: transparent;
}

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

.zone-card,
.activity-card,
.passport-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 36px rgba(39, 48, 68, .08);
}

.zone-card {
  overflow: hidden;
}

.zone-card-top {
  height: 12px;
  background: var(--zone);
}

.zone-card-body {
  padding: 22px;
}

.zone-card h3,
.activity-card h3,
.passport-step h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
}

.zone-card p,
.activity-card p,
.passport-step p {
  margin: 0;
  color: #fff;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.chip {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(39, 48, 68, .07);
  color: #3f4a60;
  font-size: 14px;
  font-weight: 700;
}

.zone-hero {
  padding-bottom: 22px;
}

.zone-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.meta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.stat {
  padding: 18px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.stat strong {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 8px;
}

.stat span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

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

.activity-card {
  padding: 22px;
}

.activity-card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.activity-card .org {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.booth {
  flex: 0 0 auto;
  min-width: 72px;
  padding: 6px 8px;
  border-radius: var(--radius);
  background: rgba(39, 48, 68, .07);
  text-align: center;
  color: #3f4a60;
  font-size: 13px;
  font-weight: 700;
}

.passport {
  margin-top: 58px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

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

.passport-step {
  padding: 20px;
}

.step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.site-footer {
  background: #263044;
  color: #fff;
  padding: 46px 0;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.footer-inner h2,
.footer-inner h3,
.footer-inner p {
  margin-top: 0;
}

.footer-inner a {
  display: inline-block;
  margin: 0 12px 8px 0;
  color: rgba(255, 255, 255, .82);
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 18px 45px rgba(39, 48, 68, .14);
  }

  .menu.open {
    display: flex;
  }

  .dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
    margin: 6px 0 4px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .has-dropdown.open .dropdown {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .zone-grid,
  .activity-grid,
  .passport-grid,
  .footer-inner,
  .meta-row {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }
}

@media (max-width: 560px) {
  .nav,
  .hero,
  .main,
  .footer-inner {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .zone-wheel {
    grid-template-columns: 1fr;
  }

  .activity-card header {
    display: block;
  }

  .booth {
    display: inline-block;
    margin-top: 10px;
  }
}

.zone-hero-photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}

@media (max-width: 900px) {
  .zone-hero-photo {
    height: 240px;
  }
}
