:root {
  --paper: #f6f1e8;
  --paper-deep: #ebe2d4;
  --ink: #1c2822;
  --muted: #6f756f;
  --forest: #244f3d;
  --forest-dark: #17372a;
  --line: #e3d8c8;
  --white: #fffdf9;
  --line-green: #06c755;
  --serif: "Noto Serif TC", serif;
  --sans: "Noto Sans TC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
img[data-cms-img] { opacity: 0; }
img[data-cms-img].is-ready { opacity: 1; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; background: rgba(246, 241, 232, .9); border-bottom: 1px solid rgba(36, 79, 61, .12); backdrop-filter: blur(18px); }
.header-inner { width: min(1180px, calc(100% - 40px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; object-position: 50% 28%; border: 2px solid var(--white); background: var(--paper-deep); box-shadow: 0 2px 12px rgba(20, 39, 31, .15); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.35; }
.brand-copy strong { font-family: var(--serif); font-size: 16px; letter-spacing: .05em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: #49564f; font-size: 14px; text-decoration: none; transition: color .2s; }
.site-nav a:hover { color: var(--forest); }
.site-nav .nav-line { padding: 9px 18px; color: var(--forest); border: 1px solid var(--forest); border-radius: 99px; font-weight: 600; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--ink); transition: .25s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; padding: 130px 24px 76px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; top: -170px; right: -170px; background: rgba(189, 162, 121, .18); border-radius: 50%; filter: blur(2px); }
.hero-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.article-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.article-meta span { color: var(--forest); font-weight: 700; }
.article-meta i { width: 34px; height: 1px; background: #b8ad9d; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(38px, 4.45vw, 66px); line-height: 1.42; letter-spacing: -.025em; }
.hero-intro { max-width: 560px; margin-bottom: 34px; color: #59635d; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 10px 24px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--forest-dark); }
.button-line { color: #fff; background: var(--line-green); }
.button-line:hover { box-shadow: 0 10px 30px rgba(6, 199, 85, .2); }
.read-note { margin: 25px 0 0; color: #8b8d88; font-size: 12px; }
.hero-visual { position: relative; margin: 0; background: var(--paper-deep); }
.hero-visual::before { content: ""; position: absolute; inset: 30px -26px -28px 32px; border: 1px solid #bcae98; }
.hero-visual img { position: relative; width: 100%; aspect-ratio: 3 / 4; max-height: 680px; object-fit: cover; object-position: center 26%; filter: saturate(.86) contrast(.97); }
.hero-visual figcaption { position: relative; margin-top: 16px; color: var(--muted); font-family: var(--serif); font-size: 12px; text-align: right; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-decoration: none; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 1px; height: 30px; background: var(--forest); }

.section { padding: 110px 24px; }
.section-heading { width: min(760px, 100%); margin: 0 auto 54px; text-align: center; }
.eyebrow { margin-bottom: 8px; color: #9a7d57; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section h2, .line-cta h2 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.45; }
.section-heading > p:last-child { color: var(--muted); }

.about { background: var(--white); }
.profile-card { width: min(980px, 100%); margin: auto; padding: 54px; border: 1px solid var(--line); background: #fbf8f2; box-shadow: 0 30px 80px rgba(42, 53, 46, .06); }
.profile-intro { position: relative; padding-left: 78px; }
.profile-number { position: absolute; left: 0; top: 4px; font-family: var(--serif); font-size: 34px; color: #b59b77; }
.profile-intro h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 25px; }
.profile-intro p { margin-bottom: 0; color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 40px 0 32px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts div { padding: 0 24px; border-right: 1px solid var(--line); }
.facts div:first-child { padding-left: 0; }
.facts div:last-child { border: 0; }
.facts dt { color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.facts dd { margin: 3px 0 0; font-weight: 600; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; }
.tags span { padding: 5px 14px; border: 1px solid #cfc3b3; border-radius: 99px; color: #59655e; font-size: 12px; }

.story { background: var(--forest-dark); color: #f4f0e8; }
.story-layout { width: min(1020px, 100%); margin: auto; display: grid; grid-template-columns: 300px 1fr; gap: clamp(50px, 9vw, 130px); }
.story-side { position: sticky; top: 120px; align-self: start; }
.story-side h2 { font-size: 35px; }
.story-quote { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #bdc7c0; font-family: var(--serif); }
.story-body { font-size: 16px; color: #cbd2cd; }
.story-body p { margin-bottom: 28px; }
.story-body .lead { color: #fff; font-family: var(--serif); font-size: 24px; }
.story-body blockquote { margin: 42px 0; padding: 24px 30px; border-left: 2px solid #c2a67d; background: rgba(255,255,255,.05); color: #fff; font-family: var(--serif); font-size: 20px; }

.life { background: var(--paper); }
.heading-row { width: min(1100px, 100%); display: flex; align-items: end; justify-content: space-between; text-align: left; }
.heading-row > p { max-width: 300px; margin-bottom: 9px; }
.journal-grid { width: min(1100px, 100%); margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 310px 310px; gap: 18px; }
.journal-card { position: relative; margin: 0; overflow: hidden; background: var(--paper-deep); }
.journal-card.card-tall { grid-row: 1 / 3; }
.journal-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.journal-card:nth-child(1) img { object-position: center 36%; }
.journal-card:nth-child(2) img { object-position: center 32%; }
.journal-card:nth-child(3) img { object-position: center 28%; }
.journal-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8,19,14,.76)); }
.journal-card:hover img { transform: scale(1.035); }
.journal-card figcaption { position: absolute; z-index: 2; inset: auto 28px 24px; color: #fff; }
.journal-card time { display: block; margin-bottom: 3px; color: #dbd4c8; font-size: 10px; letter-spacing: .15em; }
.journal-card strong { font-family: var(--serif); font-size: 17px; }

.conversation { padding-top: 20px; }
.conversation-box { width: min(980px, 100%); margin: auto; padding: 48px 56px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; border-top: 1px solid #cabcaa; border-bottom: 1px solid #cabcaa; }
.conversation-box h2 { margin-bottom: 0; font-size: 28px; }
.conversation-box > p { margin: 0; color: var(--muted); font-size: 14px; }

.line-cta { padding: 110px 24px; background: var(--white); text-align: center; }
.line-card { width: min(760px, 100%); margin: auto; padding: 68px 70px; position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.line-card::before, .line-card::after { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.line-card::before { top: -90px; left: -70px; }
.line-card::after { right: -80px; bottom: -90px; }
.line-mark { width: 60px; height: 60px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 18px; background: var(--line-green); color: white; font-size: 12px; font-weight: 800; }
.line-card h2 { position: relative; font-size: clamp(29px, 4vw, 42px); }
.line-card > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 30px; color: #d1dad5; }
.button-large { position: relative; min-width: 270px; min-height: 58px; font-size: 16px; }
.button-large span { margin-left: 12px; }
.line-card small { display: block; margin-top: 18px; color: #aebdb5; font-size: 10px; letter-spacing: .12em; }

footer { padding: 48px 24px 90px; background: #101c16; color: #849087; text-align: center; font-size: 11px; letter-spacing: .08em; }
.footer-brand { color: #fff; font-family: var(--serif); font-size: 17px; text-decoration: none; }
footer p { margin: 8px 0 18px; letter-spacing: 0; }
.mobile-line { display: none; }

@media (max-width: 800px) {
  html { scroll-padding-top: 74px; }
  .header-inner { width: calc(100% - 28px); height: 70px; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 9px; }
  .menu-toggle { z-index: 3; display: block; }
  .menu-open .site-header { background: var(--paper); backdrop-filter: none; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 70px 0 0; min-height: calc(100svh - 70px); padding: 60px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .menu-open .site-nav { transform: translateX(0); }
  .site-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }
  .site-nav .nav-line { margin-top: 24px; text-align: center; border: 0; background: var(--line-green); color: #fff; font-family: var(--sans); font-size: 15px; }

  .hero { min-height: auto; padding: 112px 20px 76px; }
  .hero-grid { display: flex; flex-direction: column; gap: 38px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; width: calc(100% - 18px); }
  .hero h1 { font-size: clamp(34px, 10vw, 46px); line-height: 1.43; }
  .hero-intro { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 12px; }
  .hero-visual::before { inset: 20px -17px -18px 22px; }
  .hero-visual img { max-height: none; aspect-ratio: 3 / 4; }
  .scroll-cue { display: none; }

  .section { padding: 80px 20px; }
  .section-heading { margin-bottom: 38px; text-align: left; }
  .profile-card { padding: 32px 24px; }
  .profile-intro { padding: 0; }
  .profile-number { position: static; display: block; margin-bottom: 15px; }
  .profile-intro h3 { font-size: 22px; }
  .facts { grid-template-columns: 1fr; }
  .facts div, .facts div:first-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts div:last-child { border-bottom: 0; }

  .story-layout { grid-template-columns: 1fr; gap: 30px; }
  .story-side { position: static; }
  .story-quote { display: none; }
  .story-body .lead { font-size: 21px; }
  .story-body blockquote { margin: 34px 0; padding: 20px; font-size: 18px; }

  .heading-row { display: block; }
  .heading-row > p { max-width: none; }
  .journal-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 430px 290px 290px; }
  .journal-card.card-tall { grid-row: auto; }
  .journal-card figcaption { inset: auto 20px 18px; }
  .conversation { padding-top: 8px; }
  .conversation-box { padding: 34px 4px; grid-template-columns: 1fr; gap: 20px; }
  .conversation-box h2 { font-size: 24px; }

  .line-cta { padding: 70px 16px; }
  .line-card { padding: 50px 24px; }
  .line-card > p:not(.eyebrow) { font-size: 14px; }
  .button-large { width: 100%; min-width: 0; }
  footer { padding-bottom: 120px; }
  .mobile-line { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; background: var(--line-green); box-shadow: 0 12px 32px rgba(0, 0, 0, .2); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(calc(100% + 28px)); transition: opacity .25s, transform .25s, visibility .25s; }
  .mobile-line.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .menu-open .mobile-line { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(calc(100% + 28px)); }
  .mobile-line span { padding: 2px 6px; border: 1px solid rgba(255,255,255,.6); border-radius: 4px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
