:root {
  --yellow: #cbbbe3;
  --yellow-soft: #f1edf7;
  --coral: #f0907a;
  --coral-dark: #b85e70;
  --ink: #443952;
  --ink-soft: #655a70;
  --muted: #81768d;
  --paper: #ffffff;
  --canvas: #ffffff;
  --canvas-warm: #ffffff;
  --line: #e7e0ef;
  --blue: #d9cff0;
  --green: #8cc9aa;
  --max: 1180px;
  --shadow: 0 16px 38px rgba(74, 53, 112, .08);
  /* 字級四級制｜2026-07-03 定案 */
  --fs-base: 18.5px;
  --fs-xs: 14.5px;
  --fs-m: 22px;
  --fs-l: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas-warm);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: var(--fs-base);
  font-weight: 500;
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
/* 中文換行規則：標題配平、內文避孤字；line-breaks.js 再把斷點限制在詞界。 */
h1, h2, h3 { overflow-wrap: break-word; line-break: strict; text-wrap: balance; }
p, li, summary, dt, dd { overflow-wrap: break-word; line-break: strict; text-wrap: pretty; }
html.zh-word-break h1, html.zh-word-break h2, html.zh-word-break h3,
html.zh-word-break p, html.zh-word-break li, html.zh-word-break summary,
html.zh-word-break dt, html.zh-word-break dd { word-break: keep-all; }
.nb, .no-break { white-space: nowrap; }
.clause { display: inline-block; }   /* 標題／金句子句成塊，只在標點換行；過長時句內折行（比照台灣前進主站 .nb） */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  overflow: hidden;
  color: var(--ink);
  background: #4a3570 url("/life/assets/school-aid-purple.png") center / cover no-repeat;
  isolation: isolate;
}
.intro-seen .site-intro, .site-intro.is-closed { display: none; }
.site-intro::before { position: absolute; inset: 0; z-index: -1; content: ""; background: rgba(57, 35, 88, .62); }
.site-intro::after { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at center, transparent 0 26%, rgba(45, 26, 72, .34) 78%, rgba(38, 21, 62, .72) 100%); }
.intro-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  background: #fff;
  animation: intro-loader-out .75s cubic-bezier(.76, 0, .24, 1) 1s forwards;
}
.intro-loader span, .intro-brand span {
  display: grid;
  width: 74px;
  height: 58px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 30px 8px 30px 8px;
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 900;
  transform: skewX(-8deg);
}
.intro-frame { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-height: 100%; padding: 0 4.5vw; opacity: 0; animation: intro-stage-in .8s ease 1.42s forwards; }
.intro-header, .intro-footer { display: flex; align-items: center; justify-content: space-between; min-height: 80px; border-color: rgba(255, 255, 255, .18); border-style: solid; border-width: 0 0 1px; }
.intro-footer { min-height: 64px; border-width: 1px 0 0; }
.intro-brand { display: flex; gap: 13px; align-items: center; color: #fff; }
.intro-brand span { width: 35px; height: 28px; border-radius: 14px 4px 14px 4px; font-size: var(--fs-xs); }
.intro-brand b { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .18em; }
.intro-header p, .intro-footer p { margin: 0; color: rgba(255, 255, 255, .78); font-size: var(--fs-xs); font-weight: 700; letter-spacing: .25em; }
.intro-header p span { margin-left: 18px; color: var(--coral); }
.intro-center { position: relative; display: grid; align-content: center; justify-items: center; min-height: 0; padding: 32px 0; text-align: center; }
.intro-center > p { margin: 0 0 24px; color: rgba(255, 255, 255, .76); font-size: var(--fs-xs); font-weight: 600; letter-spacing: .22em; }
.intro-center h1 { position: relative; display: flex; gap: clamp(20px, 4.8vw, 74px); margin: 0; color: #fffdf4; font-size: clamp(54px, 7.2vw, 106px); font-weight: 900; line-height: 1; text-shadow: 0 3px 24px rgba(0, 0, 0, .22); }
.intro-center h1::after { position: absolute; bottom: -35px; left: 50%; width: 48px; height: 3px; content: ""; background: var(--coral); transform: translateX(-50%); }
.intro-enter { display: grid; justify-items: center; padding: 0; margin-top: 62px; color: rgba(255, 255, 255, .76); background: transparent; border: 0; cursor: pointer; }
.intro-enter i { position: relative; display: block; width: 21px; height: 21px; margin-bottom: 29px; background: #fff6df; border: 3px solid rgba(255, 255, 255, .75); border-radius: 50%; box-shadow: 0 0 0 9px rgba(255, 255, 255, .08), 0 0 0 1px rgba(255, 255, 255, .28); transition: box-shadow .25s, transform .25s; }
.intro-enter i::after { position: absolute; inset: -15px; content: ""; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; animation: intro-pulse 2s ease-in-out infinite; }
.intro-enter span { font-size: var(--fs-xs); font-weight: 500; letter-spacing: .24em; }
.intro-enter:hover i { box-shadow: 0 0 0 13px rgba(246, 223, 59, .13), 0 0 0 1px rgba(255, 255, 255, .45); transform: scale(1.12); }
.intro-skip { position: absolute; right: 4.5vw; bottom: 82px; padding: 10px 14px; color: rgba(255, 255, 255, .74); background: transparent; border: 1px solid rgba(255, 255, 255, .3); border-radius: 99px; cursor: pointer; font-size: var(--fs-xs); letter-spacing: .12em; }
.intro-skip span { margin-left: 8px; }
.site-intro.is-closing { animation: intro-close .68s cubic-bezier(.76, 0, .24, 1) forwards; }
body.intro-open { overflow: hidden; }
@keyframes intro-loader-out { 0% { opacity: 1; } 100% { visibility: hidden; opacity: 0; } }
@keyframes intro-stage-in { to { opacity: 1; } }
@keyframes intro-pulse { 0%, 100% { opacity: .55; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes intro-close { 0% { opacity: 1; clip-path: inset(0); } 100% { opacity: 0; clip-path: inset(0 0 100% 0); } }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: #ffffff;
  border-bottom: 3px solid var(--yellow);
}
.brand { display: inline-flex; gap: 12px; align-items: center; width: max-content; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 35px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 18px 5px 18px 5px;
  font-size: var(--fs-base);
  font-weight: 900;
  transform: skewX(-8deg);
}
.brand-copy { display: grid; gap: 0; }
.brand-copy b { font-size: var(--fs-base); font-weight: 800; letter-spacing: .08em; }
.brand-copy small { color: var(--muted); font-size: var(--fs-xs); font-weight: 800; letter-spacing: .2em; }
.site-header nav { display: flex; align-items: center; }
.site-header nav a { padding: 34px 15px; color: var(--ink-soft); font-size: var(--fs-xs); font-weight: 600; transition: color .2s, background .2s; }
.site-header nav a:hover { color: var(--ink); background: rgba(246, 223, 59, .25); }
.site-header nav a.active { color: var(--ink); background: var(--yellow-soft); box-shadow: inset 0 -4px 0 var(--yellow); }
/* 回台灣前進：飛魚＋文字的輕量連結；手機只留圖示 */
.header-actions { display: flex; gap: 10px; align-items: center; justify-self: end; }
.header-actions .nl-mini input[type="email"] { width: clamp(140px, 14vw, 190px); min-height: 48px; }
.header-actions .nl-mini button { min-height: 48px; }
.header-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 8px 6px;
  color: #654994;
  white-space: nowrap;
  background: transparent;
  border: 0;
  font-size: var(--fs-xs);
  font-weight: 800;
  transition: color .2s, transform .2s;
}
.header-back img { display: block; width: 26px; height: 17px; }
.header-back:hover { color: #4b326f; transform: translateX(-2px); }
.footer-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 6px 2px;
  color: #654994;
  background: transparent;
  border: 0;
  font-size: var(--fs-xs);
  font-weight: 800;
  transition: color .2s, transform .2s;
}
.footer-back img { display: block; width: 24px; height: 16px; }
.footer-back:hover { color: #4b326f; transform: translateX(-2px); }
.header-back:focus-visible, .footer-back:focus-visible { outline: 2px solid #654994; outline-offset: 4px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  gap: 72px;
  align-items: center;
  width: 100%;
  min-height: 660px;
  padding: 76px max(24px, calc((100vw - var(--max)) / 2)) 88px;
  overflow: hidden;
  background: #ffffff;
}
.hero::before {
  position: absolute;
  top: -170px;
  right: -120px;
  width: 500px;
  height: 500px;
  content: "";
  background: var(--yellow-soft);
  border-radius: 50%;
}
.hero::after {
  position: absolute;
  bottom: -245px;
  left: -190px;
  width: 520px;
  height: 520px;
  content: "";
  background: var(--yellow-soft);
  border-radius: 50%;
}
.hero-copy { position: relative; z-index: 3; max-width: 660px; }
.eyebrow { margin: 0 0 22px; color: var(--ink-soft); font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em; }
.eyebrow::before { display: inline-block; width: 33px; height: 4px; margin: 0 11px 3px 0; content: ""; background: var(--yellow); }
.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(49px, 5.35vw, 76px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1.14;
}
.hero h1 span:not(.clause) { position: relative; z-index: 1; white-space: nowrap; }   /* 黃底線只給原本的強調 span，不套子句塊 */
.hero h1 span:not(.clause)::before { position: absolute; right: -.04em; bottom: .03em; left: -.04em; z-index: -1; height: .23em; content: ""; background: var(--yellow); }
.hero-lede { max-width: 610px; margin: 25px 0 30px; color: var(--ink-soft); font-size: var(--fs-base); font-weight: 500; line-height: 1.9; }
.subscribe-form { width: min(100%, 650px); }
.form-row {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) 130px auto;
  background: var(--paper);
  border: 1px solid #cfcfcb;
  box-shadow: 0 10px 25px rgba(35, 37, 40, .08);
}
.form-row label { min-width: 0; }
.form-row input, .form-row select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: var(--fs-xs);
  font-weight: 600;
}
.form-row select { border-left: 1px solid var(--line); }
.form-row input:focus, .form-row select:focus { box-shadow: inset 0 -3px 0 var(--yellow); }
.form-row button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  color: #fff;
  background: var(--yellow);
  border: 0;
  cursor: pointer;
  font-size: var(--fs-xs);
  font-weight: 900;
  white-space: nowrap;
}
.form-row button:hover { background: #4a3570; }
.form-row button:disabled { cursor: wait; opacity: .65; }
.form-note { min-height: 24px; padding: 9px 1px 0; margin: 0; color: var(--muted); font-size: var(--fs-xs); font-weight: 600; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.form-note.success { color: #317149; }
.form-note.error { color: #a34131; }
.reader-note { margin: 3px 0 0; color: var(--muted); font-size: var(--fs-xs); }

.hero-visual { position: relative; z-index: 2; min-height: 520px; }
.scene-cloud { position: absolute; z-index: 0; background: var(--yellow); border-radius: 50%; }
.scene-cloud::before, .scene-cloud::after { display: none; }
.cloud-one { top: -15px; right: -70px; width: 210px; height: 210px; }
.cloud-two { bottom: 15px; left: -80px; width: 160px; height: 160px; background: #dededb; }
.island-ground {
  position: absolute;
  right: -20px;
  bottom: 2px;
  width: 420px;
  height: 128px;
  overflow: hidden;
  background: var(--yellow);
  border-radius: 50% 50% 0 0;
}
.island-ground::before, .island-ground::after, .island-ground span { display: none; }
.newsletter-preview {
  position: absolute;
  top: 24px;
  right: 38px;
  z-index: 3;
  width: 405px;
  min-height: 480px;
  padding: 32px;
  background: var(--paper);
  border-top: 8px solid var(--yellow);
  box-shadow: 0 24px 60px rgba(30, 32, 36, .16);
}
.newsletter-preview::before { position: absolute; top: 0; right: 0; width: 72px; height: 72px; content: ""; background: linear-gradient(135deg, transparent 49%, #f2f2ef 50%); pointer-events: none; }
.preview-pin { display: none; }
.preview-topline, .preview-footer { display: flex; align-items: center; justify-content: space-between; font-size: var(--fs-xs); font-weight: 800; letter-spacing: .13em; }
.preview-topline { position: relative; z-index: 1; gap: 14px; min-height: 52px; padding: 3px 78px 14px 0; border-bottom: 1px solid var(--ink); }
.preview-topline span { white-space: nowrap; }
.preview-date { margin: 26px 0 0; color: var(--coral-dark); font-size: var(--fs-xs); font-weight: 800; letter-spacing: .13em; }
.newsletter-preview h2 { margin: 8px 0 22px; color: var(--ink); font-size: var(--fs-l); font-weight: 900; letter-spacing: -.045em; line-height: 1.3; }
.preview-story { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: center; min-height: 60px; padding: 10px; margin: 0 -10px; border-bottom: 1px solid var(--line); font-size: var(--fs-xs); font-weight: 800; }
.preview-story b { color: var(--coral-dark); font-size: var(--fs-xs); }
.preview-story.featured { padding: 12px 10px; }   /* 2026-08-19 拿掉預設底色，三條靜態時一致；僅 hover 才上色 */
.preview-story small { display: block; margin-bottom: 3px; color: var(--muted); font-size: var(--fs-xs); }
.preview-footer { padding-top: 18px; color: var(--muted); font-size: var(--fs-xs); }
/* 2026-08-19 卡片可點擊：標題與三條重點各自連到專題頁對應區段 */
.newsletter-preview h2 a { color: inherit; text-decoration: none; }
.newsletter-preview h2 a:hover { color: var(--coral-dark); }
a.preview-story { color: var(--ink); text-decoration: none; transition: background .2s, transform .2s; }
a.preview-story:hover, a.preview-story:focus-visible { background: var(--yellow-soft); transform: translateX(3px); }
a.preview-story:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.verified-note {
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 4;
  display: grid;
  width: 160px;
  padding: 18px 20px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 15px 35px rgba(30, 32, 36, .18);
}
.verified-note strong { margin-bottom: 8px; color: var(--yellow); font-size: var(--fs-xs); }
.verified-note span { position: relative; padding-left: 14px; font-size: var(--fs-xs); font-weight: 600; line-height: 1.9; }
.verified-note span::before { position: absolute; left: 0; content: "—"; color: var(--yellow); }

.section { width: min(var(--max), calc(100% - 48px)); margin: auto; }
.today { padding: 110px 0 120px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 42px; }
.section-heading h2, .calculator-copy h2, .final-cta h2 { margin: 0; color: var(--ink); font-size: var(--fs-l); font-weight: 900; letter-spacing: -.055em; line-height: 1.2; }
.section-heading > p { margin: 0; color: var(--muted); font-size: var(--fs-xs); font-weight: 600; line-height: 1.7; text-align: right; }
.kicker { display: block; margin: 0 0 12px; color: var(--coral-dark); font-size: var(--fs-xs); font-weight: 800; letter-spacing: .14em; }
.kicker::before { display: inline-block; width: 30px; height: 3px; margin: 0 10px 3px 0; content: ""; background: currentColor; }
.kicker.light { color: var(--yellow); }
.story-grid.single-topic { display: grid; grid-template-columns: 1fr; }
.story-grid.issue-archive { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.story-card[hidden] { display: none !important; }
.story-card {
  position: relative;
  display: flex;
  min-height: 350px;
  padding: 46px min(35%, 400px) 38px 46px;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.story-card::before {
  position: absolute;
  top: -110px;
  right: -85px;
  width: 360px;
  height: 360px;
  content: "";
  background: var(--yellow);
  border-radius: 50%;
}
.story-card::after { position: absolute; right: 85px; bottom: 44px; width: 145px; height: 145px; content: "住"; color: var(--ink); font-size: 76px; font-weight: 900; text-align: center; }
.story-card:hover { box-shadow: 0 25px 55px rgba(34, 36, 40, .14); transform: translateY(-5px); }
.story-number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 45px; color: var(--muted); font-size: var(--fs-xs); font-weight: 800; letter-spacing: .12em; }
.story-number span { display: none; }
.story-card small { color: var(--coral-dark); font-weight: 800; letter-spacing: .1em; }
.story-card h3 { max-width: 670px; margin: 10px 0 15px; color: var(--ink); font-size: var(--fs-l); font-weight: 900; letter-spacing: -.045em; line-height: 1.35; }
.story-card p { max-width: 680px; margin: 0; color: var(--ink-soft); font-size: var(--fs-xs); line-height: 1.85; }
.story-card footer { display: flex; align-items: center; justify-content: space-between; padding-top: 19px; margin-top: auto; border-top: 1px solid var(--line); font-size: var(--fs-xs); font-weight: 800; }
.story-card footer b { font-size: var(--fs-base); }
.topic-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 30%);
  gap: 28px;
  min-height: 430px;
  padding: 35px;
  background: #ffffff;
  border: 2px solid var(--line);
  box-shadow: 9px 9px 0 var(--yellow-soft);
}
.topic-story::before { top: -95px; right: -80px; width: 285px; height: 285px; background: #d7c8eb; opacity: .92; }
.topic-story::after { display: none; }
.topic-story:nth-child(2) { background: #ffffff; border-color: var(--line); box-shadow: 9px 9px 0 var(--yellow-soft); }
.topic-story:nth-child(2)::before { background: #b7dec9; }
.topic-story:nth-child(3) { background: #ffffff; border-color: var(--line); box-shadow: 9px 9px 0 #f8edf2; }
.topic-story:nth-child(3)::before { background: #d8c9eb; }
.topic-story:nth-child(4) { background: #ffffff; border-color: var(--line); box-shadow: 9px 9px 0 #edf7f1; }
.topic-story:nth-child(4)::before { background: #bda9db; }
.topic-story:nth-child(5) { background: #ffffff; border-color: var(--line); box-shadow: 9px 9px 0 var(--yellow-soft); }
.topic-story:nth-child(5)::before { background: #f3ad9d; }
.topic-story.featured-story { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(240px, 34%); min-height: 390px; }
.story-copy { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; }
.topic-story .story-number { position: relative; z-index: 2; margin-bottom: 55px; color: #38475c; }
.topic-story .story-number span { display: inline; }
.topic-story small, .topic-story h3, .topic-story p, .topic-story footer { position: relative; z-index: 2; }
.topic-story h3 { max-width: 560px; font-size: var(--fs-l); }
.topic-story p { max-width: 560px; }
.topic-story footer { border-color: rgba(36, 58, 87, .22); }
.topic-art { position: relative; z-index: 1; display: grid; width: 100%; max-width: 220px; aspect-ratio: 1; place-items: center; align-self: center; justify-self: center; overflow: hidden; grid-column: 2; grid-row: 1; background: #d9caed; border: 5px solid rgba(255, 255, 255, .92); border-radius: 38% 62% 46% 54% / 48% 42% 58% 52%; box-shadow: 0 13px 0 rgba(74, 53, 112, .12); transform: rotate(2deg); }
.topic-art::before { display: none; }
.topic-art img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.featured-story .topic-art { width: 100%; max-width: 285px; }

.calculator-wrap { padding-bottom: 120px; }
.calculator-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; padding: 70px; color: var(--ink); background: #ffffff; border: 1px solid var(--line); border-top: 8px solid var(--yellow); box-shadow: var(--shadow); }
.calculator-copy { align-self: center; }
.calculator-copy h2 { color: var(--ink); }
.calculator-copy > p:not(.kicker) { margin: 21px 0; color: var(--ink-soft); font-size: var(--fs-xs); line-height: 1.85; }
.calculator-copy a { display: inline-block; padding: 11px 15px; color: var(--ink); background: var(--yellow); font-size: var(--fs-xs); font-weight: 800; }
.calculator-panel { padding: 30px; color: var(--ink); background: var(--paper); }
.segmented { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; border: 1px solid var(--line); }
.segmented button { min-height: 43px; color: var(--muted); background: #f3f3f1; border: 0; cursor: pointer; font-size: var(--fs-xs); font-weight: 800; }
.segmented button.active { color: var(--ink); background: var(--yellow); }
.calculator-panel label { display: block; margin-top: 21px; color: var(--ink-soft); font-size: var(--fs-xs); font-weight: 700; }
.money-input { display: flex; align-items: center; margin-top: 8px; background: #f5f5f3; border-bottom: 2px solid var(--ink); }
.money-input b { padding-left: 14px; color: var(--muted); font-size: var(--fs-xs); }
.money-input input { width: 100%; padding: 13px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: var(--fs-base); font-weight: 900; }
.range-row { display: grid; grid-template-columns: 1fr 75px; gap: 15px; align-items: center; margin-top: 15px; }
.range-row input { accent-color: var(--coral); }
.range-row output { text-align: right; font-size: var(--fs-xs); font-weight: 900; }
.calculator-result { display: grid; padding: 23px; margin-top: 25px; color: var(--ink); background: var(--yellow-soft); border-left: 6px solid var(--yellow); }
.calculator-result span, .calculator-result small { font-size: var(--fs-xs); font-weight: 700; }
.calculator-result strong { margin: 4px 0; color: var(--ink); font-size: var(--fs-l); font-weight: 900; letter-spacing: -.04em; }

.topics { padding: 10px 0 120px; }
.section-heading.centered { justify-content: center; text-align: center; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-grid article { min-height: 220px; padding: 30px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s; }
.topic-grid article:hover { background: var(--yellow-soft); }
.topic-icon { --icon-color: #df7d68; --icon-bg: #f5f0fa; position: relative; display: block; width: 58px; height: 58px; color: var(--icon-color); background: var(--icon-bg); border: 1px solid rgba(68, 57, 82, .06); border-radius: 17px; box-shadow: 0 9px 24px rgba(68, 57, 82, .08), inset 0 1px 0 rgba(255, 255, 255, .9); }
.topic-grid article:nth-child(2) .topic-icon { --icon-bg: #edf7f2; }
.topic-grid article:nth-child(3) .topic-icon { --icon-bg: #fff0ec; }
.topic-grid article:nth-child(4) .topic-icon { --icon-bg: #f1edf7; }
.topic-icon::before, .topic-icon::after, .topic-icon i, .topic-icon i::before, .topic-icon i::after { position: absolute; display: block; box-sizing: border-box; content: ""; }
.topic-icon-wallet i { top: 19px; left: 13px; width: 31px; height: 22px; border: 3px solid currentColor; border-radius: 6px; }
.topic-icon-wallet i::before { top: 5px; right: -5px; width: 15px; height: 10px; background: var(--icon-bg); border: 3px solid currentColor; border-radius: 4px; }
.topic-icon-wallet i::after { top: 9px; right: 1px; width: 3px; height: 3px; background: currentColor; border-radius: 50%; }
.topic-icon-home::before { top: 13px; left: 17px; width: 25px; height: 25px; border-color: currentColor transparent transparent currentColor; border-style: solid; border-width: 3px; border-radius: 3px; transform: rotate(45deg); }
.topic-icon-home i { top: 25px; left: 15px; width: 28px; height: 21px; background: var(--icon-bg); border: 3px solid currentColor; border-top: 0; border-radius: 0 0 5px 5px; }
.topic-icon-home i::after { right: 7px; bottom: 0; width: 7px; height: 12px; border: 3px solid currentColor; border-bottom: 0; border-radius: 3px 3px 0 0; }
.topic-icon-work i { top: 20px; left: 12px; width: 34px; height: 24px; border: 3px solid currentColor; border-radius: 6px; }
.topic-icon-work i::before { top: -10px; left: 7px; width: 14px; height: 9px; border: 3px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; }
.topic-icon-work i::after { top: 7px; left: 0; width: 28px; height: 3px; background: currentColor; }
.topic-icon-work::after { top: 28px; left: 20px; width: 3px; height: 7px; background: var(--icon-bg); border: 1px solid currentColor; border-radius: 2px; box-shadow: 12px 0 0 -1px var(--icon-bg), 12px 0 0 0 currentColor; }
.topic-icon-family::before { top: 13px; left: 16px; width: 10px; height: 10px; background: currentColor; border-radius: 50%; box-shadow: 17px 2px 0 -1px currentColor; }
.topic-icon-family i { top: 27px; left: 11px; width: 36px; height: 18px; border: 3px solid currentColor; border-bottom: 0; border-radius: 20px 20px 0 0; }
.topic-icon-family i::before { top: 5px; left: 7px; width: 16px; height: 13px; background: var(--icon-bg); border: 3px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; }
.topic-icon-family i::after { top: -4px; left: 11px; width: 8px; height: 8px; background: currentColor; border-radius: 50%; }
.topic-grid h3 { margin: 24px 0 8px; color: var(--ink); font-size: var(--fs-base); }
.topic-grid p { margin: 0; color: var(--muted); font-size: var(--fs-xs); line-height: 1.75; }
.editor-note { display: grid; grid-template-columns: 100px 1fr; gap: 30px; align-items: center; max-width: 820px; padding: 38px; margin: 65px auto 0; background: #ffffff; border: 1px solid var(--line); border-left: 8px solid var(--yellow); }
.stamp { display: grid; width: 88px; height: 88px; place-items: center; color: var(--ink); background: var(--yellow); font-size: var(--fs-base); font-weight: 900; line-height: 1.2; text-align: center; }
.editor-note small { color: var(--coral-dark); font-weight: 800; }
.editor-note h3 { margin: 5px 0 8px; color: var(--ink); font-size: var(--fs-m); }
.editor-note p { margin: 0; color: var(--muted); font-size: var(--fs-xs); line-height: 1.8; }

.final-cta { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; width: min(var(--max), calc(100% - 48px)); padding: 70px; margin: 0 auto 85px; overflow: hidden; color: var(--ink); background: #ffffff; border: 1px solid var(--line); border-top: 8px solid var(--yellow); }
.final-cta h2, .final-cta p { color: var(--ink); }
.final-cta::before { position: absolute; top: -95px; right: -70px; width: 280px; height: 280px; content: ""; border: 55px solid rgba(255, 255, 255, .38); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { color: var(--ink); }
.final-cta .kicker.light { color: var(--ink-soft); }
.final-cta > div > p:last-child { color: var(--ink-soft); font-size: var(--fs-xs); }
.final-cta .form-row { grid-template-columns: 1fr auto; border: 0; }
.final-cta .form-row button { color: #fff; background: var(--coral); }
.final-cta .form-note { color: var(--ink-soft); }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; width: min(var(--max), calc(100% - 48px)); padding: 34px 0 45px; margin: auto; border-top: 1px solid var(--line); }
.site-footer > p { grid-column: 1; margin: 0; color: var(--muted); font-size: var(--fs-xs); }
.site-footer > div { display: flex; grid-row: 1 / 3; grid-column: 2; gap: 20px; align-items: center; color: var(--muted); font-size: var(--fs-xs); }
.site-footer > div a { font-weight: 800; }
.empty-game-page { min-height: calc(100vh - 244px); background: #ffffff; }

@media (max-width: 1100px) {
  .header-back { min-width: 44px; justify-content: center; padding: 8px; }
  .header-back span { display: none; }
}

@media (max-width: 560px) {
  /* 手機：頂端放得下「好」標＋飛魚＋Email 欄＋訂閱；品牌文字收掉 */
  .brand-copy { display: none; }
  .header-actions { gap: 6px; }
  .header-actions .nl-mini input[type="email"] { width: clamp(110px, 34vw, 150px); }
}

@media (max-width: 940px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { width: min(100%, 520px); margin: auto; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-card, .final-cta { grid-template-columns: 1fr; }
  .story-grid.issue-archive { grid-template-columns: 1fr; }
  .topic-story.featured-story { grid-column: auto; }
}

@media (max-width: 620px) {
  .intro-frame { padding-inline: 18px; }
  .intro-header { min-height: 70px; }
  .intro-header p { display: none; }
  .intro-center { padding-bottom: 74px; }
  .intro-center > p { max-width: 270px; font-size: var(--fs-xs); line-height: 1.9; }
  .intro-center h1 { gap: 11px; font-size: clamp(42px, 14vw, 66px); }
  .intro-center h1::after { bottom: -28px; }
  .intro-enter { margin-top: 55px; }
  .intro-footer { align-items: flex-start; min-height: 78px; padding-top: 18px; }
  .intro-footer p { max-width: 190px; font-size: var(--fs-xs); line-height: 1.8; }
  .intro-footer p:last-child { text-align: right; }
  .intro-skip { right: 18px; bottom: 95px; }
  .site-header { min-height: 76px; padding-inline: 16px; }
  .brand-copy small { display: none; }
  .hero { gap: 28px; min-height: auto; padding: 58px 16px 70px; }
  .hero::before { top: -170px; right: -240px; }
  .hero::after { bottom: -330px; left: -330px; }
  .hero h1 { font-size: 44px; }
  .hero-lede { font-size: var(--fs-base); }
  .form-row { grid-template-columns: 1fr; }
  .form-row select { border-top: 1px solid var(--line); border-left: 0; }
  .form-row button { width: 100%; }
  .hero-visual { min-height: 500px; }
  .newsletter-preview { right: 4px; width: calc(100% - 8px); padding: 25px; }
  .island-ground { right: -110px; }
  .verified-note { right: 0; }
  .section, .final-cta, .site-footer { width: calc(100% - 28px); }
  .today { padding: 76px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-heading > p { text-align: left; }
  .story-card { min-height: 420px; padding: 32px 25px; }
  .story-card::before { top: auto; right: -100px; bottom: -125px; width: 280px; height: 280px; }
  .story-card::after { right: 26px; bottom: 23px; font-size: 54px; }
  .story-card footer { max-width: calc(100% - 90px); }
  .story-grid.issue-archive { grid-template-columns: 1fr; gap: 18px; }
  .topic-story, .topic-story.featured-story { grid-template-columns: 1fr; grid-column: auto; gap: 14px; min-height: 0; padding: 28px 24px; }
  .topic-story .story-number { margin-bottom: 22px; }
  .topic-art, .featured-story .topic-art { width: 180px; max-width: 62vw; grid-row: 1; grid-column: 1; transform: rotate(2deg); }
  .story-copy { grid-row: 2; grid-column: 1; }
  .topic-story footer { max-width: none; }
  .calculator-card { gap: 38px; padding: 42px 20px; }
  .calculator-panel { padding: 22px 18px; }
  .topic-grid { grid-template-columns: 1fr; }
  .editor-note { grid-template-columns: 1fr; padding: 28px 24px; }
  .final-cta { gap: 36px; padding: 45px 20px; margin-bottom: 55px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div { grid-row: auto; grid-column: 1; align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-card, .nl-mini button, .header-back, .footer-back { transition: none; }
  .intro-loader { display: none; }
  .intro-frame { opacity: 1; animation: none; }
  .intro-enter i::after { animation: none; }
  .site-intro.is-closing { animation-duration: .01ms; }
}

/*
  全站字級只使用 l / m / base / xs 四級。
  xs 只限圖說、日期、標籤與輔助文字；主視覺標題為規範例外，固定 34px 以上。
  手機版不得覆寫 --fs-base，確保所有裝置的內文皆為 18.5px。
*/
.intro-brand b,
.intro-header p,
.intro-footer p,
.intro-center > p,
.intro-enter span,
.intro-skip,
.brand-copy small,
.form-note,
.reader-note,
.preview-topline,
.preview-date,
.preview-story small,
.preview-footer,
.verified-note span,
.section-heading > p,
.kicker,
.story-number,
.story-card footer,
.calculator-result span,
.calculator-result small,
.site-footer > p,
.site-footer > div { font-size: var(--fs-xs); }

.brand-mark,
.brand-copy b,
.site-header nav a,
.eyebrow,
.hero-lede,
.form-row input,
.form-row select,
.form-row button,
.preview-story,
.preview-story b,
.verified-note strong,
.story-card p,
.calculator-copy > p:not(.kicker),
.calculator-copy a,
.segmented button,
.calculator-panel label,
.money-input b,
.range-row output,
.topic-grid b,
.topic-grid p,
.stamp,
.editor-note p,
.final-cta > div > p:last-child { font-size: var(--fs-base); }

.topic-grid h3,
.editor-note h3 { font-size: var(--fs-m); }

.newsletter-preview h2,
.section-heading h2,
.calculator-copy h2,
.final-cta h2,
.story-card h3,
.topic-story h3,
.calculator-result strong { font-size: var(--fs-l); }

.hero-lede,
.story-card p,
.calculator-copy > p:not(.kicker),
.topic-grid p,
.editor-note p,
.final-cta > div > p:last-child { font-weight: 500; line-height: 1.75; }

.intro-center h1 { font-size: clamp(54px, 7.2vw, 106px); }
.hero h1 { font-size: clamp(49px, 5.35vw, 76px); }

@media (max-width: 620px) {
  .intro-center > p,
  .intro-footer p,
  .hero-lede { font-size: var(--fs-base); }
  .intro-center h1 { font-size: clamp(42px, 14vw, 66px); }
  .hero h1 { font-size: 44px; }
}

/* 生活首頁：第一屏直接進入題目，降低首頁到內容的距離。 */
.life-direct-home .site-header {
  min-height: 76px;
  height: auto;
  padding: 12px max(22px, calc((100vw - 1080px) / 2));
}
.life-direct-home .site-header nav { gap: 22px; }
.life-direct-home .site-header nav a { font-size: var(--fs-xs); }
.life-direct-home .header-actions { min-width: auto; }
.life-direct-home main { width: min(1080px, calc(100% - 44px)); margin: auto; }
.life-direct-home .direct-hero {
  display: block;
  min-height: 0;
  padding: 52px 0 32px;
  background: none;
}
.life-direct-home .direct-hero::before,
.life-direct-home .direct-hero::after { display: none; }
.life-direct-home .direct-hero .hero-copy { max-width: 760px; }
.life-direct-home .direct-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -.055em;
  line-height: 1.16;
}
.life-direct-home .direct-hero .hero-lede {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: var(--fs-base);
  line-height: 1.75;
}
.life-direct-home .today {
  width: 100%;
  padding: 22px 0 40px;
}
.life-direct-home .section-heading {
  align-items: flex-end;
  padding-top: 22px;
  margin-bottom: 18px;
  border-top: 2px dashed #d8cfdf;
}
.life-direct-home .section-heading h2 { font-size: 26px; }
.life-direct-home .section-heading > p { max-width: none; margin: 0; }
.life-direct-home .story-grid.issue-archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.life-direct-home .topic-story,
.life-direct-home .topic-story.featured-story {
  display: flex;
  grid-column: auto;
  min-width: 0;
  min-height: 310px;
  padding: 22px;
  overflow: hidden;
  flex-direction: column;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: none;
  transform: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.life-direct-home .topic-story::before,
.life-direct-home .topic-story::after { display: none; }
.life-direct-home .topic-story:hover {
  border-color: var(--yellow);
  box-shadow: 0 14px 32px rgba(68, 57, 82, .1);
  transform: translateY(-3px);
}
.life-direct-home .topic-story.featured-story {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 30px;
  align-items: center;
  min-height: 265px;
  padding: 34px 38px;
  background: #fffdf4;
  border: 6px solid #fff;
  box-shadow: 0 8px 0 #d8cae8;
}
.life-direct-home .topic-art,
.life-direct-home .featured-story .topic-art {
  display: grid;
  width: auto;
  height: 126px;
  margin: -4px -4px 17px;
  overflow: hidden;
  place-items: center;
  background: var(--yellow-soft);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  transform: none;
}
.life-direct-home .topic-art img { width: 138px; height: 138px; object-fit: cover; }
.life-direct-home .featured-story .topic-art {
  grid-column: 2;
  grid-row: 1;
  width: 210px;
  height: 210px;
  margin: 0;
  justify-self: end;
  border-radius: 50%;
}
.life-direct-home .featured-story .topic-art img { width: 210px; height: 210px; }
.life-direct-home .topic-story .story-copy {
  display: flex;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}
.life-direct-home .featured-story .story-copy { grid-column: 1; grid-row: 1; }
.life-direct-home .topic-story small {
  display: block;
  margin-bottom: 7px;
  color: #9b87b8;
  font-size: var(--fs-xs);
  font-weight: 900;
  letter-spacing: .07em;
}
.life-direct-home .topic-story h3 {
  margin: 0 0 8px;
  font-size: var(--fs-m);
  line-height: 1.45;
  letter-spacing: -.035em;
}
.life-direct-home .featured-story h3 { max-width: 620px; font-size: 34px; line-height: 1.35; }
.life-direct-home .topic-story p { margin: 0 0 17px; color: var(--ink-soft); font-size: var(--fs-xs); line-height: 1.7; }
.life-direct-home .topic-story footer {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: #654994;
  font-size: var(--fs-xs);
  font-weight: 900;
}
.life-direct-home .topic-story footer b { font-size: 20px; }
.life-direct-home .final-cta {
  display: grid;
  grid-template-columns: 1fr minmax(360px, .8fr);
  gap: 28px;
  align-items: center;
  width: 100%;
  padding: 30px 34px;
  margin: 34px 0 18px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 22px;
}
.life-direct-home .final-cta::before { display: none; }
.life-direct-home .final-cta h2 { margin: 5px 0 0; color: #fff; font-size: var(--fs-m); line-height: 1.45; }
.life-direct-home .final-cta .kicker.light { margin: 0; color: var(--yellow); }
.life-direct-home .final-cta .form-row { display: flex; gap: 7px; background: transparent; }
.life-direct-home .final-cta .form-row label { min-width: 0; flex: 1; }
.life-direct-home .final-cta .form-row input {
  min-height: 48px;
  padding: 0 16px;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 999px;
}
.life-direct-home .final-cta .form-row button {
  width: auto;
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: var(--coral);
  border-radius: 999px;
  white-space: nowrap;
}
.life-direct-home .final-cta .form-note { color: var(--yellow-soft); }
.life-direct-home .direct-principle {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 25px 0 45px;
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-xs);
  text-align: center;
}
.life-direct-home .direct-principle b { color: var(--ink); }

@media (max-width: 760px) {
  .life-direct-home .site-header { min-height: 64px; padding: 10px 16px; }
  .life-direct-home .brand-copy { display: grid; }
  .life-direct-home .brand-copy small,
  .life-direct-home .site-header nav { display: none; }
  .life-direct-home .header-back { min-width: 0; padding: 8px 10px; }
  .life-direct-home .header-back span { display: inline; }
  .life-direct-home main { width: calc(100% - 28px); }
  .life-direct-home .direct-hero { padding: 32px 0 24px; }
  .life-direct-home .direct-hero h1 { font-size: 38px; }
  .life-direct-home .section-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .life-direct-home .story-grid.issue-archive { grid-template-columns: 1fr; }
  .life-direct-home .topic-story,
  .life-direct-home .topic-story.featured-story {
    grid-column: auto;
    display: flex;
    min-height: 0;
    padding: 22px;
  }
  .life-direct-home .featured-story .topic-art {
    order: -1;
    width: 100%;
    height: 150px;
    margin: 0 0 17px;
    border-radius: 16px;
  }
  .life-direct-home .featured-story .topic-art img { width: 160px; height: 160px; }
  .life-direct-home .featured-story h3 { font-size: 26px; }
  .life-direct-home .final-cta { grid-template-columns: 1fr; padding: 25px 22px; }
  .life-direct-home .final-cta .form-row { flex-direction: column; }
  .life-direct-home .final-cta .form-row button { width: 100%; }
  .life-direct-home .direct-principle { align-items: flex-start; flex-direction: column; gap: 4px; text-align: left; }
}
