:root {
  --paper: #f2f2ee;
  --surface: #fbfbf8;
  --ink: #151515;
  --ink-soft: #555551;
  --ink-faint: #666660;
  --line: #c8c8c1;
  --line-dark: #363636;
  --reverse: #1b1b1b;
  --reverse-soft: #d8d8d2;
  --display: "Arial Narrow", "Helvetica Neue Condensed", "PingFang TC", sans-serif;
  --editorial: "Iowan Old Style", Baskerville, "Songti TC", "Times New Roman", serif;
  --body: "Helvetica Neue", "PingFang TC", "Noto Sans TC", sans-serif;
  --utility: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --page: 1440px;
  --gutter: clamp(18px, 3vw, 46px);
}

html:lang(zh-Hant) {
  --display: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  --editorial: "Songti TC", "Noto Serif TC", "PMingLiU", serif;
  --body: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
html:lang(zh-Hant) body { line-height: 1.8; }
img { display: block; max-width: 100%; }
code { font-family: var(--utility); overflow-wrap: anywhere; word-break: break-word; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
::selection { color: var(--paper); background: var(--ink); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 8px 12px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.page-frame {
  width: min(100%, var(--page));
  margin-inline: auto;
  background: var(--surface);
  border-inline: 1px solid var(--line);
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(190px, 1.5fr) minmax(0, 3fr) auto;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
}
.site-header > * { display: flex; align-items: center; }
.brand-mark {
  gap: 12px;
  padding: 0 var(--gutter);
  font-family: var(--display);
  font-size: 19px;
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -.04em;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid var(--line);
}
.brand-mark::before {
  content: "";
  width: 34px;
  height: 18px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px);
  clip-path: polygon(0 42%, 10% 30%, 20% 10%, 30% 24%, 40% 0, 50% 34%, 60% 15%, 70% 38%, 80% 20%, 90% 34%, 100% 43%, 100% 58%, 90% 66%, 80% 80%, 70% 62%, 60% 85%, 50% 66%, 40% 100%, 30% 76%, 20% 90%, 10% 70%, 0 58%);
}
.site-nav { gap: clamp(16px, 2.4vw, 38px); padding: 0 var(--gutter); }
.site-nav a,
.lang-switch {
  min-height: 44px;
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a { display: inline-flex; align-items: center; }
[data-analytics-reset] { min-height: 44px; padding: 8px 12px; border: 1px solid var(--ink); color: var(--ink); background: transparent; cursor: pointer; }
.site-nav a:hover { text-decoration: underline; }
.lang-switch {
  justify-content: center;
  min-width: 92px;
  padding: 0 18px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.eyebrow,
.section-index,
.meta-line,
.article-kicker {
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  min-height: min(760px, calc(100svh - 66px));
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(44px, 7vw, 106px) var(--gutter) clamp(34px, 5vw, 70px);
}
.hero-copy h1 {
  max-width: 10ch;
  margin: 20px 0 30px;
  font-family: var(--display);
  font-size: clamp(58px, 6.7vw, 100px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .96;
  text-wrap: balance;
  text-transform: none;
}
html:lang(zh-Hant) .hero-copy h1 { max-width: 12ch; font-size: clamp(52px, 6vw, 84px); line-height: 1.06; }
.hero-lede {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(260px, 1.5fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: end;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hero-lede p { max-width: 34em; margin: 0; color: var(--ink-soft); }
.hero-proof { font-family: var(--editorial); font-size: clamp(18px, 2vw, 26px); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.media-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--reverse);
  border-left: 1px solid var(--line);
}
.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--reverse);
  filter: grayscale(1) contrast(1.16);
  mix-blend-mode: luminosity;
}
.media-panel::after {
  content: "ONE FAREWELL / NOT DIGITAL IMMORTALITY";
  position: absolute;
  inset: auto 0 0;
  padding: 18px 22px;
  color: var(--surface);
  background: var(--reverse);
  border-top: 1px solid var(--line-dark);
  font-family: var(--utility);
  font-size: 12px;
  letter-spacing: .12em;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease, background 150ms ease;
}

.audience-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}
.audience-entry {
  display: grid;
  min-height: 132px;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--ink);
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}
.audience-entry:hover { color: var(--surface); background: var(--ink); }
.audience-entry b { font-family: var(--editorial); font-size: 20px; line-height: 1.2; }
.audience-entry span { font-family: var(--utility); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}
.trust-item { min-height: 116px; padding: 22px var(--gutter); }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item b { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.trust-item p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.section-cta { margin: 30px 0 0; }
.partner-modes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.partner-mode { min-height: 210px; padding: 26px; }
.partner-mode + .partner-mode { border-left: 1px solid var(--line); }
.partner-mode h3 { margin: 0 0 14px; font-family: var(--editorial); font-size: 24px; }
.partner-mode p { margin: 0; color: var(--ink-soft); }

.form-shell { width: min(100%, 760px); margin-inline: auto; padding: clamp(54px, 8vw, 100px) var(--gutter) 90px; }
.form-shell > header { padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.form-shell h1 { max-width: 15ch; margin: 12px 0 20px; font-family: var(--display); font-size: clamp(48px, 7vw, 82px); line-height: .96; letter-spacing: -.05em; }
.form-shell .sub { max-width: 42em; color: var(--ink-soft); font-family: var(--editorial); font-size: 21px; }
.form-shell form { margin-top: 36px; padding: clamp(22px, 4vw, 38px); }
.form-shell label { display: block; margin: 22px 0 7px; font-weight: 700; }
.form-shell label span { color: var(--ink-faint); font-size: 13px; font-weight: 400; }
.form-shell input,
.form-shell select,
.form-shell textarea { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--ink); }
.form-shell textarea { min-height: 150px; resize: vertical; }
.form-shell .check { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin-top: 24px; color: var(--ink-soft); }
.form-shell .check input { width: 20px; min-height: 20px; margin-top: 3px; }
.form-shell .check label { margin: 0; font-weight: 400; }
.form-shell button { min-height: 48px; margin-top: 28px; padding: 12px 22px; border: 1px solid var(--ink); color: var(--surface); background: var(--ink); cursor: pointer; font-family: var(--utility); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-shell .note { margin-top: 18px; color: var(--ink-faint); font-size: 13px; }

.consent-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  width: min(560px, calc(100% - 36px));
  padding: 18px;
  color: var(--surface);
  background: var(--reverse);
  border: 1px solid var(--line-dark);
  box-shadow: 0 18px 50px rgb(0 0 0 / .22);
}
.consent-banner p { margin: 0; color: var(--reverse-soft); font-size: 13px; }
.consent-banner a { color: var(--surface); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.consent-actions button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--surface); color: var(--surface); background: transparent; cursor: pointer; font-family: var(--utility); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.consent-actions .button-dark { color: var(--ink); background: var(--surface); }

.preview-page { min-height: 100vh; }
.preview-label { position: fixed; right: 12px; bottom: 12px; z-index: 20; padding: 8px 10px; color: var(--surface); background: var(--ink); font: 10px/1.2 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.preview-hero { min-height: 86vh; display: grid; padding: clamp(28px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.preview-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(56px, 11vw, 158px); line-height: .84; letter-spacing: -.07em; }
.preview-hero p { max-width: 34em; font-size: 20px; }
.preview-links { display: flex; flex-wrap: wrap; gap: 10px; align-self: end; }
.preview-human { color: var(--surface); background: var(--reverse); }
.preview-human h1 { font-family: var(--editorial); font-weight: 400; font-style: italic; text-transform: none; }
.preview-human .button { border-color: var(--surface); }
.preview-index { grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: #fff; }
.preview-index h1 { text-transform: uppercase; }
.preview-dual { grid-template-columns: 3fr 2fr; gap: 0; padding: 0; }
.preview-dual > div { display: grid; align-content: space-between; padding: clamp(28px, 5vw, 72px); }
.preview-dual > aside { display: grid; grid-template-rows: 1fr 1fr; color: var(--surface); background: var(--reverse); }
.preview-dual > aside a { display: grid; align-content: space-between; padding: clamp(24px, 4vw, 54px); border-bottom: 1px solid var(--line-dark); color: inherit; text-decoration: none; }
.preview-dual > aside b { font-family: var(--editorial); font-size: clamp(28px, 4vw, 54px); }
.button:hover { color: var(--surface); background: var(--ink); }
.button-dark { color: var(--surface); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }

.section-grid {
  display: grid;
  grid-template-columns: minmax(180px, 3fr) minmax(0, 9fr);
  border-bottom: 1px solid var(--line);
}
.section-side {
  padding: clamp(30px, 4vw, 60px) var(--gutter);
  border-right: 1px solid var(--line);
}
.section-side .section-index { position: sticky; top: 24px; color: var(--ink-faint); }
.section-main { min-width: 0; padding: clamp(42px, 6vw, 88px) var(--gutter); }
.section-main > :first-child { margin-top: 0; }
.section-title {
  max-width: 18ch;
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(38px, 5.4vw, 78px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .96;
  text-transform: uppercase;
  text-wrap: balance;
}
.section-intro {
  max-width: 42em;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--editorial);
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.45;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle b { display: block; margin-bottom: 10px; font-family: var(--editorial); font-size: 19px; line-height: 1.25; }
.principle p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.transcript-band {
  display: grid;
  grid-template-columns: minmax(170px, 3fr) minmax(0, 9fr);
  color: var(--surface);
  background: var(--reverse);
  border-bottom: 1px solid var(--line-dark);
}
.transcript-meta { padding: 30px var(--gutter); border-right: 1px solid var(--line-dark); color: var(--reverse-soft); }
.transcript-copy { padding: clamp(48px, 7vw, 96px) var(--gutter); }
.transcript-copy blockquote {
  max-width: 24ch;
  margin: 0;
  font-family: var(--editorial);
  font-size: clamp(32px, 5.4vw, 76px);
  font-style: italic;
  line-height: 1.05;
  text-wrap: balance;
}
.wave-rule {
  height: 38px;
  margin-top: 42px;
  background: repeating-linear-gradient(90deg, var(--reverse-soft) 0 1px, transparent 1px 6px);
  clip-path: polygon(0 45%, 5% 42%, 10% 10%, 15% 62%, 20% 20%, 25% 80%, 30% 30%, 35% 65%, 40% 42%, 45% 8%, 50% 70%, 55% 20%, 60% 84%, 65% 30%, 70% 58%, 75% 20%, 80% 76%, 85% 38%, 90% 62%, 95% 44%, 100% 48%, 100% 54%, 95% 56%, 90% 70%, 85% 48%, 80% 88%, 75% 30%, 70% 70%, 65% 40%, 60% 94%, 55% 30%, 50% 82%, 45% 18%, 40% 54%, 35% 77%, 30% 40%, 25% 92%, 20% 30%, 15% 72%, 10% 20%, 5% 54%, 0 55%);
  opacity: .68;
}

.pricing-note { margin: 24px 0 14px; color: var(--ink-soft); font-size: 13px; }
.service-list { border-top: 1px solid var(--line); }
.service-row {
  display: grid;
  grid-template-columns: minmax(150px, 2fr) minmax(240px, 5fr) minmax(110px, 1.2fr) minmax(110px, 1.3fr);
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.service-name { font-family: var(--editorial); font-size: 22px; line-height: 1.15; }
.service-desc { color: var(--ink-soft); font-size: 14px; }
.service-price { font-family: var(--display); font-size: 22px; font-weight: 800; }
.service-time { color: var(--ink-faint); font-family: var(--utility); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.steps-list { counter-reset: step; border-top: 1px solid var(--line); }
.step-row {
  counter-increment: step;
  display: grid;
  grid-template-columns: 70px minmax(160px, 2fr) minmax(280px, 4fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.step-row::before { content: "0" counter(step); font-family: var(--utility); font-size: 12px; }
.step-row b { font-family: var(--editorial); font-size: 20px; line-height: 1.2; }
.step-row span { color: var(--ink-soft); font-size: 14px; }

.promise-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.promise-item { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise-item b { display: block; max-width: 20ch; margin-bottom: 18px; font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.promise-item p { max-width: 34em; margin: 0; color: var(--ink-soft); font-size: 14px; }

.article-list { border-top: 1px solid var(--line); }
.article-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 36px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.article-row:hover .article-title { text-decoration: underline; text-underline-offset: .12em; }
.article-meta { color: var(--ink-faint); font-family: var(--utility); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.article-title { font-family: var(--editorial); font-size: clamp(20px, 2.3vw, 30px); line-height: 1.2; }
.article-arrow { font-family: var(--display); font-size: 26px; }

.partner-band {
  display: grid;
  grid-template-columns: minmax(180px, 3fr) minmax(0, 6fr) minmax(170px, 3fr);
  align-items: end;
  color: var(--surface);
  background: var(--reverse);
}
.partner-band > * { min-height: 260px; padding: clamp(34px, 5vw, 66px) var(--gutter); }
.partner-band > * + * { border-left: 1px solid var(--line-dark); }
.partner-band h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 72px); line-height: .95; text-transform: uppercase; }
.partner-band p { margin: 0; color: var(--reverse-soft); }
.partner-band .button { border-color: var(--surface); }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 18px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--editorial);
  font-size: 19px;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--display); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 52em; margin: -4px 0 24px; color: var(--ink-soft); }

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 3fr) minmax(0, 6fr) minmax(170px, 3fr);
  border-top: 1px solid var(--line);
}
.site-footer > * { padding: 28px var(--gutter) 42px; }
.site-footer > * + * { border-left: 1px solid var(--line); }
.site-footer p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 18px; }
.footer-links a { font-family: var(--utility); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--line);
}
.contact-item { min-width: 0; padding: 24px; }
.contact-item + .contact-item { border-left: 1px solid var(--line); }
.contact-item a:not(.button) {
  display: inline-block;
  margin: 10px 0 8px;
  font-family: var(--editorial);
  font-size: clamp(19px, 2vw, 27px);
  overflow-wrap: anywhere;
}
.contact-item p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* Blog index */
.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  border-bottom: 1px solid var(--line);
}
.blog-hero-copy { padding: clamp(54px, 8vw, 112px) var(--gutter); }
.blog-hero h1 {
  max-width: 10ch;
  margin: 18px 0 28px;
  font-family: var(--display);
  font-size: clamp(64px, 10vw, 154px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .78;
  text-transform: uppercase;
}
.blog-hero p { max-width: 38em; color: var(--ink-soft); }
.blog-cadence {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 66px) var(--gutter);
  color: var(--surface);
  background: var(--reverse);
  border-left: 1px solid var(--line-dark);
}
.cadence-number { font-family: var(--display); font-size: clamp(86px, 12vw, 170px); font-weight: 800; letter-spacing: -.08em; line-height: .75; }
.blog-cadence p { color: var(--reverse-soft); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic b { display: block; margin-bottom: 8px; font-family: var(--editorial); font-size: 18px; }
.topic p { margin: 0; color: var(--ink-soft); font-size: 13px; }

/* Long-form pages */
.article-shell,
.legal-shell {
  width: min(100%, 920px);
  margin-inline: auto;
  padding: clamp(54px, 8vw, 108px) var(--gutter) 80px;
}
.article-shell > header { padding: 0 0 38px; border-bottom: 1px solid var(--line); }
.article-shell > header nav { margin: 0 0 22px; color: var(--ink-faint); font-family: var(--utility); font-size: 12px; text-transform: uppercase; }
.article-shell > header h1 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 7vw, 90px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}
.article-shell .byline { max-width: 62em; margin-top: 18px; color: var(--ink-faint); font-family: var(--utility); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.article-shell h2 { max-width: 24ch; margin: 52px 0 14px; font-family: var(--editorial); font-size: clamp(27px, 3vw, 38px); line-height: 1.16; }
.article-shell h3 { margin: 34px 0 10px; font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.article-shell p { max-width: 48em; margin: 0 0 16px; color: var(--ink-soft); }
.article-shell p strong { color: var(--ink); }
.article-shell ul,
.article-shell ol { max-width: 48em; padding-left: 22px; color: var(--ink-soft); }
.article-shell li { margin: 8px 0; }
.article-shell .answer,
.article-shell .stance { margin: 20px 0; padding: 22px 0; border: 0; border-block: 1px solid var(--ink); background: transparent; font-family: var(--editorial); font-size: 20px; }
.article-shell .answer p,
.article-shell .stance p { margin: 0; color: var(--ink); }
.article-shell table { width: 100%; margin: 22px 0 30px; border-collapse: collapse; font-size: 14px; }
.article-shell th,
.article-shell td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-shell th { font-family: var(--utility); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.article-shell .cta { margin: 56px 0 28px; padding: 30px; border: 1px solid var(--ink); border-radius: 0; background: transparent; }
.article-shell .cta .btn { display: inline-flex; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 0; color: var(--surface); background: var(--ink); font-family: var(--utility); font-size: 12px; text-transform: uppercase; }
.article-shell > footer { margin-top: 52px; padding: 28px 0 0; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 12px; }
.article-page .site-header,
.content-page .site-header { position: relative; }
.article-page > header,
.content-page > header {
  padding: clamp(62px, 8vw, 118px) var(--gutter) clamp(44px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
  background: var(--surface) !important;
}
.article-page > header .wrap,
.content-page > header .wrap,
.article-page > section .wrap,
.content-page > section .wrap,
.article-page > footer .wrap,
.content-page > footer .wrap {
  width: min(100%, 900px);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.article-page > header h1,
.content-page > header h1 {
  max-width: 18ch;
  margin: 18px 0 24px;
  font-family: var(--display);
  font-size: clamp(46px, 7vw, 94px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}
.article-page > header .sub,
.content-page > header .sub { max-width: 44em; color: var(--ink-soft); font-family: var(--editorial); font-size: 20px; line-height: 1.5; }
.article-page > header nav,
.content-page > header nav { margin-bottom: 22px; color: var(--ink-faint); font-family: var(--utility); font-size: 12px; text-transform: uppercase; }
.article-page > section,
.content-page > section { padding: 46px var(--gutter); border-bottom: 1px solid var(--line); background: transparent !important; }
.article-page > section h2,
.content-page > section h2 { margin: 0 0 16px; font-family: var(--editorial); font-size: clamp(25px, 3vw, 36px); line-height: 1.2; }
.article-page > section h3,
.content-page > section h3 { margin: 28px 0 10px; font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.article-page > section p,
.content-page > section p { max-width: 46em; color: var(--ink-soft); }
.article-page > section p strong,
.content-page > section p strong { color: var(--ink); }
.article-page table,
.content-page table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
.article-page th,
.article-page td,
.content-page th,
.content-page td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-page th,
.content-page th { font-family: var(--utility); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.article-page .answer,
.article-page .stance,
.content-page .answer,
.content-page .stance { margin: 20px 0; padding: 22px 0; color: var(--ink); background: transparent; border: 0; border-block: 1px solid var(--ink); font-family: var(--editorial); font-size: 20px; }
.article-page > footer,
.content-page > footer { padding: 38px var(--gutter) 60px; border-top: 0; background: transparent !important; }

/* Existing form and utility pages */
.content-page form { border: 1px solid var(--line) !important; border-radius: 0 !important; box-shadow: none !important; background: var(--surface) !important; }
.content-page input,
.content-page select,
.content-page textarea { border: 1px solid var(--line) !important; border-radius: 0 !important; background: var(--surface) !important; }
.content-page button { border-radius: 0 !important; background: var(--ink) !important; }

@media (prefers-reduced-motion: no-preference) {
  .wave-rule { animation: wave-breathe 2.8s ease-in-out infinite alternate; }
  @keyframes wave-breathe { from { opacity: .48; } to { opacity: .78; } }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .brand-mark { border-right: 0; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; overflow-x: auto; padding-block: 12px; border-top: 1px solid var(--line); }
  .lang-switch { grid-column: 2; grid-row: 1; }
  .hero-grid, .blog-hero { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-copy h1 { font-size: clamp(54px, 14vw, 102px); }
  .media-panel { min-height: 52vw; border-top: 1px solid var(--line); border-left: 0; }
  .blog-cadence { min-height: 290px; border-top: 1px solid var(--line-dark); border-left: 0; }
  .service-row { grid-template-columns: minmax(160px, 2fr) minmax(260px, 4fr); }
  .service-price, .service-time { grid-column: auto; }
  .partner-band, .site-footer { grid-template-columns: 1fr 1fr; }
  .partner-band > :last-child, .site-footer > :last-child { grid-column: 1 / -1; border-top: 1px solid var(--line-dark); border-left: 0; }
  .site-footer > :last-child { border-color: var(--line); }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .preview-index, .preview-dual { grid-template-columns: 1fr; }
  .preview-dual > aside { min-height: 520px; }
}

@media (max-width: 650px) {
  .page-frame { border-inline: 0; }
  .site-header { min-height: 58px; }
  .brand-mark { padding: 0 16px; font-size: 16px; }
  .brand-mark::before { width: 27px; }
  .lang-switch { min-width: 72px; padding: 0 12px; }
  .site-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; overflow: visible; padding: 0; }
  .site-nav a { display: grid; min-height: 44px; place-items: center; padding: 7px 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.2; text-align: center; }
  .hero-copy { padding-inline: 18px; }
  .hero-copy h1 { font-size: clamp(50px, 15vw, 58px); line-height: 1.02; }
  html:lang(zh-Hant) .hero-copy h1 { font-size: clamp(46px, 13.5vw, 52px); line-height: 1.08; }
  .hero-lede { grid-template-columns: 1fr; }
  .media-panel { min-height: 40vw; }
  .section-grid, .transcript-band { grid-template-columns: 1fr; }
  .section-side { padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-side .section-index { position: static; }
  .section-main, .transcript-copy, .transcript-meta { padding-inline: 18px; }
  .principles-grid, .promise-list, .topic-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr auto; gap: 6px 14px; padding: 18px 0; }
  .service-name { font-size: 21px; }
  .service-desc { grid-column: 1 / -1; font-size: 13px; line-height: 1.55; }
  .service-time { grid-column: 1 / -1; }
  .step-row { grid-template-columns: 44px 1fr; gap: 10px 12px; }
  .step-row span { grid-column: 2; }
  .article-row { grid-template-columns: 1fr 28px; gap: 12px; }
  .article-meta { grid-column: 1 / -1; }
  .partner-band, .site-footer { grid-template-columns: 1fr; }
  .partner-band > *, .site-footer > * { min-height: auto; border-top: 1px solid var(--line-dark); border-left: 0 !important; }
  .partner-band > :first-child, .site-footer > :first-child { border-top: 0; }
  .site-footer > * { border-color: var(--line); }
  .contact-list { grid-template-columns: 1fr; }
  .contact-item + .contact-item { border-top: 1px solid var(--line); border-left: 0; }
  .audience-entry-grid, .partner-modes { grid-template-columns: 1fr; }
  .audience-entry { min-height: 104px; }
  .partner-mode + .partner-mode { border-top: 1px solid var(--line); border-left: 0; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { min-height: auto; padding: 14px 18px; }
  .trust-item + .trust-item, .trust-item:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .form-shell { padding-inline: 18px; }
  .form-shell h1 { font-size: clamp(44px, 13vw, 56px); }
  .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); }
  .preview-hero { min-height: 100svh; padding: 24px 18px; }
  .preview-hero h1 { font-size: clamp(54px, 19vw, 74px); }
  .blog-hero-copy { padding-inline: 18px; }
  .blog-hero h1 { font-size: clamp(64px, 22vw, 104px); }
  .article-page > header,
  .content-page > header,
  .article-page > section,
  .content-page > section,
  .article-page > footer,
  .content-page > footer { padding-inline: 18px; }
  .article-page > header h1,
  .content-page > header h1 { font-size: clamp(42px, 13vw, 64px); }
  .article-page table,
  .content-page table { display: block; overflow-x: auto; }
  .article-shell { padding-inline: 18px; }
  .article-shell > header h1 { font-size: clamp(42px, 13vw, 62px); }
  .article-shell table { display: block; overflow-x: auto; }
}

@media print {
  .site-header, .site-footer, .button { display: none !important; }
  body, .page-frame { background: #fff; border: 0; }
  a { text-decoration: none; }
}
