@font-face {
  font-family: "LXGW WenKai TC";
  src: url("./assets/fonts/lxgw-wenkai-tc-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "LXGW WenKai TC";
  src: url("./assets/fonts/lxgw-wenkai-tc-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --paper: #F5F0E6;
  --forest: #2B5948;
  --sage: #91A38B;
  --brick: #B85C61;
  --moveage: #168895;
  --gold: #D7AA4B;
  --ink: #25372F;
  --muted: #64736B;
  --cream: #EAE3D5;
  --white: #FFFCF7;
  --line: rgba(37, 55, 47, .17);
  --line-light: rgba(245, 240, 230, .28);
  --container: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif; font-size: 16px; line-height: 1.75; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 30; padding: 10px 14px; background: var(--forest); color: var(--paper); }
.skip-link:focus { top: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; }
h1, h2, h3 { font-family: "LXGW WenKai TC", "Noto Serif TC", "PMingLiU", "MingLiU", serif; }
h1, h2 { font-weight: 500; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(42px, 6vw, 78px); letter-spacing: -.045em; line-height: 1.18; }
h2 { margin-bottom: 24px; font-size: clamp(32px, 4.5vw, 58px); letter-spacing: -.04em; line-height: 1.25; }
h3 { margin-bottom: 10px; font-size: clamp(20px, 2vw, 27px); letter-spacing: -.025em; line-height: 1.35; }
.section-paper { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-green { background: var(--forest); color: var(--paper); }
.kicker { margin: 0 0 20px; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.kicker::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.kicker-light { color: #DCE7DE; }
.body-copy { max-width: 640px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 48px; align-items: start; margin-bottom: 62px; }
.section-heading h2, .section-heading .body-copy { grid-column: 2; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading .kicker { grid-column: 1; grid-row: 1 / span 3; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(245, 240, 230, .97); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; width: 150px; overflow: hidden; }
.brand img { width: 134px; height: 54px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 14px; transition: color 180ms var(--ease); }
.desktop-nav a:hover { color: var(--forest); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 17px; background: var(--forest); color: var(--paper); font-size: 14px; transition: background 180ms var(--ease), transform 180ms var(--ease); }
.nav-cta:hover, .button-primary:hover { background: #1C4032; transform: translateY(-2px); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { display: grid; gap: 5px; place-content: center; width: 44px; height: 44px; list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 21px; height: 1px; background: var(--ink); }
.mobile-menu[open] nav { display: grid; }
.mobile-menu nav { position: absolute; right: 24px; top: 70px; display: none; min-width: 220px; padding: 14px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 30px rgba(30, 42, 38, .12); }
.mobile-menu nav a { min-height: 44px; display: flex; align-items: center; padding: 0 10px; }
.mobile-menu-cta { margin-top: 8px; justify-content: center; background: var(--forest); color: var(--paper); }

.hero { padding: 84px 0 108px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); align-items: center; gap: clamp(48px, 8vw, 112px); }
.hero-logo { width: 68px; height: 68px; margin-bottom: 24px; border-radius: 17px; box-shadow: 0 10px 22px rgba(34, 48, 42, .13); }
.hero-lead { max-width: 600px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; font-size: 15px; font-weight: 800; white-space: nowrap; transition: background 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease); }
.button-primary { background: var(--forest); color: var(--paper); }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: #FFF; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--muted); font-size: 15px; font-weight: 800; transition: color 180ms var(--ease); }
.text-link:hover { color: var(--forest); }
.text-link span { transition: transform 180ms var(--ease); }
.text-link:hover span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 36px 0 0; color: var(--muted); font-size: 13px; }
.hero-note span { display: inline-block; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.hero-evidence { max-width: 540px; margin-left: auto; }
.hero-image-wrap { position: relative; padding: 16px 16px 0 0; border-top: 1px solid var(--line); }
.hero-image-wrap::after { content: ""; position: absolute; right: 0; top: 16px; width: 1px; height: calc(100% - 16px); background: var(--line); }
.hero-image-wrap picture, .hero-image-wrap img { width: 100%; }
.hero-image-wrap img { aspect-ratio: 1840 / 858; object-fit: cover; object-position: center; border-radius: 18px; box-shadow: 18px 18px 0 var(--cream); }
.evidence-caption { display: grid; gap: 2px; max-width: 370px; margin: 22px 0 0 auto; padding-left: 16px; border-left: 3px solid var(--gold); }
.evidence-caption span { color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.evidence-caption strong { font-family: "LXGW WenKai TC", "Noto Serif TC", "PMingLiU", serif; font-size: 20px; font-weight: 500; }
.evidence-caption small { color: var(--muted); font-size: 11px; }

.today { padding: 112px 0 120px; }
.section-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 48px; margin-bottom: 58px; }
.section-intro .kicker { grid-row: 1 / span 2; }
.section-intro h2 { margin-bottom: 0; }
.daily-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.daily-strip article { padding: 28px 30px 12px 0; border-bottom: 1px solid var(--line); }
.daily-strip article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.daily-strip span { color: var(--forest); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.daily-strip h3 { margin: 12px 0 8px; }
.daily-strip p { max-width: 290px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.about { padding: 116px 0; }
.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 48px; align-items: start; }
.about-grid h2 { max-width: 700px; }
.trust-lines { display: grid; gap: 0; max-width: 700px; margin-top: 34px; border-top: 1px solid var(--line); }
.trust-lines span { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--forest); font-size: 14px; font-weight: 700; }

.moveage { padding: 120px 0 132px; }
.product-proof { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(44px, 7vw, 96px); align-items: center; }
.product-screens { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 14px; }
.product-screens figure { padding: 8px 8px 0 0; border-top: 1px solid var(--line); }
.product-screens figure:nth-child(2) { transform: translateY(-22px); }
.product-screens figure:nth-child(3) { transform: translateY(12px); }
.product-screens img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top; border: 1px solid var(--line); background: var(--cream); }
.proof-copy { display: grid; gap: 0; border-top: 1px solid var(--line); }
.proof-copy > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.proof-copy span { display: block; color: var(--moveage); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.proof-copy strong { display: block; margin: 4px 0; font-family: "LXGW WenKai TC", "Noto Serif TC", "PMingLiU", serif; font-size: 23px; font-weight: 500; }
.proof-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.proof-copy .button { justify-self: start; margin-top: 28px; }

.notes { padding: 116px 0 124px; }
.editorial-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.feature-note, .side-note { display: flex; min-height: 220px; flex-direction: column; justify-content: end; padding: 28px; border-radius: 3px; }
.feature-note { background: linear-gradient(140deg, #D4C19F, #F0E6D5); }
.side-note { background: #D6E3D9; }
.feature-note span, .side-note span { color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-note h3, .side-note h3 { max-width: 480px; margin: 10px 0 8px; font-family: "LXGW WenKai TC", "Noto Serif TC", "PMingLiU", serif; font-size: 25px; font-weight: 500; }
.feature-note small, .side-note small { color: var(--muted); font-size: 12px; }

.social-prescribing { padding: 112px 0 120px; }
.social-prescribing .section-heading { margin-bottom: 46px; }
.social-prescribing .body-copy { color: #DCE7DE; }
.support-path { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.support-path > div { min-height: 150px; padding: 23px 20px 18px 0; }
.support-path > div + div { padding-left: 20px; border-left: 1px solid var(--line-light); }
.support-path span { display: block; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.support-path strong { display: block; margin: 14px 0 3px; font-family: "LXGW WenKai TC", "Noto Serif TC", "PMingLiU", serif; font-size: 21px; font-weight: 500; }
.support-path small { color: #DCE7DE; font-size: 12px; }
.path-caption { margin-top: 24px; color: var(--gold); font-size: 14px; letter-spacing: .1em; text-align: center; }

.projects { padding: 120px 0 132px; }
.project-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.project-list article { border-top: 1px solid var(--line); }
.project-image { display: grid; min-height: 170px; place-items: center; margin: 16px 0 18px; color: var(--paper); background: var(--sage); }
.project-image span { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .68); font-size: 13px; font-weight: 800; }
.project-community { background: linear-gradient(135deg, #A5B29A, #C8A985); }
.project-plan { background: linear-gradient(135deg, #7B9E95, #D3B986); }
.project-product { background: linear-gradient(135deg, #178A96, #91A38B); }
.project-list h3 { margin-bottom: 7px; font-size: 21px; }
.project-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.partnership { padding: 100px 0 108px; }
.partnership-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.partnership h2 { max-width: 760px; margin-bottom: 30px; }
.partnership-list { border-top: 1px solid var(--line-light); }
.partnership-list p { display: grid; grid-template-columns: 44px 1fr; gap: 14px; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line-light); }
.partnership-list span { color: var(--gold); font-size: 12px; font-weight: 800; }
.partnership-list strong { font-size: 15px; }
.final-cta { padding: 108px 0 120px; }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.final-cta h2 { margin-bottom: 0; }

.site-footer { padding: 46px 0 26px; background: #1D392D; color: #DCE7DE; }
.footer-wrap { display: flex; align-items: start; justify-content: space-between; gap: 50px; }
.footer-logo { width: 145px; height: 60px; object-fit: contain; object-position: left center; filter: saturate(.8) brightness(1.12); }
.site-footer p { margin: 10px 0 2px; font-size: 13px; }
.site-footer a { color: #DCE7DE; font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 8px 20px; max-width: 520px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer nav a:hover { color: var(--gold); }
.copyright { margin-top: 36px; padding-top: 16px; border-top: 1px solid var(--line-light); color: #AFC4B8; font-size: 11px; }

@media (max-width: 900px) {
  .hero { padding: 70px 0 88px; }
  .hero-grid, .section-heading, .section-intro, .about-grid, .product-proof, .partnership-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading .kicker, .section-heading h2, .section-heading .body-copy { grid-column: auto; grid-row: auto; }
  .section-heading { margin-bottom: 42px; }
  .hero-evidence { max-width: 680px; margin: 0 0 0 auto; }
  .product-proof { gap: 44px; }
  .partnership-grid { gap: 46px; }
}

@media (max-width: 760px) {
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .daily-strip, .support-path, .project-list { grid-template-columns: 1fr; }
  .daily-strip article, .daily-strip article + article { padding: 22px 0; border-left: 0; }
  .daily-strip article + article { border-top: 1px solid var(--line); }
  .support-path > div, .support-path > div + div { min-height: auto; padding: 20px 0; border-left: 0; }
  .support-path > div + div { border-top: 1px solid var(--line-light); }
  .project-list article + article { margin-top: 26px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .side-note { min-height: 170px; }
  .footer-wrap { flex-direction: column; }
  .site-footer nav { justify-content: start; }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 32px, 1180px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  h2 { font-size: clamp(31px, 10vw, 45px); }
  .nav-wrap { min-height: 72px; }
  .brand { width: 128px; }
  .brand img { width: 116px; height: 48px; }
  .mobile-menu nav { right: 16px; top: 62px; }
  .hero { padding: 54px 0 74px; }
  .hero-logo { width: 58px; height: 58px; margin-bottom: 18px; }
  .hero-lead { font-size: 16px; line-height: 1.85; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-image-wrap { padding: 12px 12px 0 0; }
  .hero-image-wrap img { border-radius: 12px; box-shadow: 12px 12px 0 var(--cream); }
  .evidence-caption { margin-top: 18px; }
  .today, .moveage, .notes, .projects { padding: 78px 0 86px; }
  .about, .social-prescribing { padding: 78px 0 86px; }
  .partnership { padding: 74px 0 84px; }
  .daily-strip p, .project-list p, .proof-copy p { font-size: 15px; }
  .product-screens { gap: 8px; }
  .product-screens figure:nth-child(2) { transform: translateY(-12px); }
  .product-screens figure:nth-child(3) { transform: translateY(7px); }
  .feature-note, .side-note { min-height: 190px; padding: 22px; }
  .feature-note h3, .side-note h3 { font-size: 22px; }
  .partnership h2 { font-size: clamp(29px, 9vw, 42px); }
  .final-cta { padding: 78px 0 86px; }
  .final-cta-inner { align-items: start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-wrap { gap: 30px; }
}

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