:root {
  --cream: #fff9ed;
  --paper: #fffdf7;
  --ink: #23312d;
  --muted: #65706b;
  --orange: #f36f45;
  --orange-dark: #dc5832;
  --green: #317f63;
  --green-dark: #245f4b;
  --yellow: #f4c95d;
  --line: #dedbcd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35, 49, 45, .14);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: .08em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50% 50% 48% 44%; font-size: 18px; letter-spacing: 0; transform: rotate(-3deg); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
nav a { position: relative; padding: 12px 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--orange); transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 64px;
  padding: 62px 0 82px;
}
.eyebrow, .kicker { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 10px; letter-spacing: .12em; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { margin: 0; font-size: clamp(58px, 7.2vw, 94px); line-height: .98; letter-spacing: -.065em; font-weight: 900; }
.hero h1 em { position: relative; color: var(--orange); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: 3%; right: -4%; bottom: 3px; height: 16px; background: rgba(244, 201, 93, .55); border-radius: 50%; transform: rotate(-2deg); }
.hero-description { max-width: 590px; margin: 30px 0 34px; color: #59645f; font-size: 17px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-radius: 3px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(49, 127, 99, .18); }
.button-primary:hover { background: var(--green-dark); }
.button-quiet { border: 1px solid var(--line); }

.hero-art { position: relative; height: 470px; border-radius: 49% 51% 45% 55%; background: #f6d982; transform: rotate(1.5deg); }
.hero-art::before { content: ""; position: absolute; inset: 25px; border: 1px dashed rgba(35,49,45,.2); border-radius: inherit; }
.sun { position: absolute; width: 112px; height: 112px; top: 51px; left: 58px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 12px rgba(255,255,255,.18); }
.spark { position: absolute; color: white; font-size: 34px; }
.spark-one { top: 63px; right: 80px; }
.spark-two { top: 135px; right: 48px; font-size: 21px; }
.book { position: absolute; left: 62px; right: 80px; bottom: 76px; height: 150px; transform: rotate(-5deg); filter: drop-shadow(0 18px 15px rgba(68, 64, 39, .18)); }
.book-left, .book-right { position: absolute; bottom: 0; width: 51%; height: 140px; background: var(--paper); border: 3px solid var(--ink); }
.book-left { left: 0; border-radius: 8px 5px 28px 9px; transform: skewY(5deg); }
.book-right { right: 0; border-radius: 5px 8px 9px 28px; transform: skewY(-5deg); }
.book-line { position: absolute; z-index: 2; height: 2px; width: 29%; background: rgba(35,49,45,.28); }
.line-one { left: 11%; bottom: 83px; transform: rotate(5deg); }
.line-two { right: 11%; bottom: 82px; transform: rotate(-5deg); }
.cup { position: absolute; z-index: 3; right: 55px; bottom: 62px; width: 89px; height: 81px; border: 3px solid var(--ink); border-radius: 5px 5px 35px 35px; background: var(--orange); transform: rotate(5deg); }
.handle { position: absolute; right: -27px; top: 15px; width: 29px; height: 37px; border: 3px solid var(--ink); border-left: 0; border-radius: 0 50% 50% 0; }
.steam { position: absolute; top: -46px; left: 28px; color: var(--ink); font-size: 30px; transform: rotate(90deg); }
.plant { position: absolute; z-index: 2; left: 41px; top: 105px; width: 130px; height: 170px; }
.stem { position: absolute; width: 4px; height: 116px; left: 65px; top: 8px; background: var(--green-dark); transform: rotate(-5deg); }
.leaf { position: absolute; z-index: 2; width: 58px; height: 28px; background: var(--green); border: 2px solid var(--ink); border-radius: 90% 5% 90% 5%; }
.leaf-one { left: 9px; top: 22px; transform: rotate(28deg); }
.leaf-two { right: 2px; top: 48px; transform: rotate(-35deg) scaleX(-1); }
.leaf-three { left: 15px; top: 76px; transform: rotate(15deg); }
.pot { position: absolute; bottom: 0; left: 32px; width: 72px; height: 62px; background: #d85b39; border: 3px solid var(--ink); border-radius: 4px 4px 20px 20px; }

.section { padding: 104px max(24px, calc((100% - 1180px)/2)); }
.today { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .about h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); line-height: 1.8; font-size: 15px; }
.inspiration-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inspiration-card { min-height: 390px; padding: 28px 34px 36px; border-right: 1px solid var(--line); }
.inspiration-card:first-child { border-left: 1px solid var(--line); }
.card-meta, .article-meta { display: flex; justify-content: space-between; align-items: center; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.card-meta span:first-child { color: var(--orange); font-size: 24px; font-family: Georgia, serif; font-style: italic; font-weight: 500; }
.inspiration-card h3 { margin: 52px 0 14px; font-size: 23px; letter-spacing: -.02em; }
.pronunciation { margin: 0 0 18px; color: var(--orange-dark); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 12px; font-weight: 700; line-height: 1.65; }
.inspiration-card p, .article-content > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

.reading { background: #f3ead9; }
.section-heading.compact { grid-template-columns: 1fr auto; }
.hand-note { margin-bottom: 6px; color: var(--orange-dark); font-family: "Kaiti SC", KaiTi, serif; font-size: 18px; transform: rotate(-4deg); }
.article-list { border-top: 1px solid rgba(35,49,45,.18); }
.article-row { display: grid; grid-template-columns: 150px 1fr; gap: 40px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(35,49,45,.18); }
.article-shape { width: 126px; height: 100px; display: grid; place-items: center; border: 2px solid var(--ink); font-size: 38px; }
.shape-1 { background: var(--yellow); border-radius: 50%; }
.shape-2 { background: var(--green); color: white; border-radius: 48% 8% 48% 8%; transform: rotate(-3deg); }
.shape-3 { background: var(--orange); color: white; border-radius: 7px 45px 7px 45px; transform: rotate(3deg); }
.article-meta { justify-content: flex-start; gap: 18px; margin-bottom: 10px; }
.article-meta span + span { color: #8a8f89; font-weight: 600; letter-spacing: .04em; }
.article-content h3 { margin: 0 0 10px; font-size: 24px; }
.article-content > p { max-width: 800px; }

.about { position: relative; display: grid; grid-template-columns: .65fr 1.15fr .8fr; gap: 70px; align-items: center; padding: 105px max(24px, calc((100% - 1180px)/2)); color: white; background: var(--green-dark); }
.about::after { content: ""; position: absolute; right: -85px; top: -85px; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.025); }
.about-mark { width: 210px; height: 210px; display: grid; place-items: center; background: var(--orange); border-radius: 50% 50% 45% 53%; box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); transform: rotate(-6deg); }
.about-mark span { font-size: 96px; font-weight: 900; transform: rotate(6deg); }
.kicker.light { color: #f6d982; }
.about-copy > p:last-child { margin: 25px 0 0; color: rgba(255,255,255,.73); font-size: 15px; line-height: 1.95; }
.about-quote { position: relative; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); }
.quote-mark { position: absolute; top: -49px; color: #f6d982; font-family: Georgia, serif; font-size: 70px; }
.about-quote p { margin: 20px 0 0; font-family: "Kaiti SC", KaiTi, serif; font-size: 21px; line-height: 1.8; }

footer { padding: 55px max(24px, calc((100% - 1180px)/2)) 30px; background: var(--paper); }
.footer-brand { margin-bottom: 12px; }
footer > p { margin: 0 0 32px 49px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 28px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-links span { margin-left: auto; color: var(--green); font-weight: 700; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; color: #8b918d; font-size: 12px; }
.footer-legal a:hover { color: var(--green); }
a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; border-radius: 2px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 44px; padding-top: 58px; }
  .hero-copy { max-width: 680px; }
  .hero-art { width: min(560px, 100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .about { grid-template-columns: 210px 1fr; }
  .about-quote { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 36px); height: 72px; }
  nav { gap: 17px; font-size: 12px; }
  nav a:last-child { display: none; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { width: calc(100% - 36px); min-height: 0; padding: 50px 0 64px; }
  .hero h1 { font-size: clamp(53px, 17vw, 72px); }
  .hero-description { font-size: 15px; line-height: 1.85; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-art { height: 365px; }
  .sun { width: 80px; height: 80px; left: 40px; }
  .plant { transform: scale(.78); transform-origin: bottom left; left: 18px; }
  .book { left: 38px; right: 48px; bottom: 62px; height: 125px; }
  .book-left, .book-right { height: 116px; }
  .cup { right: 28px; bottom: 51px; transform: rotate(5deg) scale(.82); }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .inspiration-grid { grid-template-columns: 1fr; }
  .inspiration-card { min-height: 0; padding: 28px 25px 34px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .inspiration-card:last-child { border-bottom: 0; }
  .inspiration-card h3 { margin-top: 34px; }
  .section-heading.compact { grid-template-columns: 1fr; }
  .hand-note { display: none; }
  .article-row { grid-template-columns: 76px 1fr; gap: 18px; align-items: start; }
  .article-shape { width: 70px; height: 70px; font-size: 25px; }
  .article-content h3 { font-size: 20px; }
  .article-content > p { font-size: 13px; }
  .about { grid-template-columns: 1fr; gap: 42px; padding-top: 80px; padding-bottom: 80px; }
  .about-mark { width: 145px; height: 145px; }
  .about-mark span { font-size: 66px; }
  .about-quote { grid-column: auto; }
  footer > p { margin-left: 0; }
  .footer-links { flex-wrap: wrap; gap: 18px 24px; }
  .footer-links span { width: 100%; margin-left: 0; }
  .footer-legal { flex-direction: column; }
}

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