:root {
  --ink: #243a36;
  --muted: #647570;
  --cream: #fffaf0;
  --paper: #ffffff;
  --coral: #f46f45;
  --coral-dark: #d95631;
  --green: #2f755f;
  --green-dark: #174d40;
  --mint: #d9eee6;
  --yellow: #f7c85b;
  --sky: #a9d8df;
  --line: rgba(36, 58, 54, .12);
  --shadow: 0 24px 70px rgba(69, 67, 50, .13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

* { 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;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  color: white; background: var(--green-dark); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; z-index: 100; top: 0; background: rgba(255, 250, 240, .88);
  border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(36,58,54,.06); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center; color: white;
  background: var(--coral); border-radius: 15px 15px 15px 5px; transform: rotate(-2deg);
}
.brand-mark svg { width: 33px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linejoin: round; stroke-linecap: round; }
.brand strong { display: block; font-size: 19px; letter-spacing: .12em; line-height: 1.25; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 36px); font-size: 15px; font-weight: 600; }
.site-nav > a:not(.nav-action) { position: relative; padding: 30px 0; }
.site-nav > a:not(.nav-action)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px;
  background: var(--coral); transition: right .25s ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-action { padding: 11px 19px; color: white; background: var(--green); border-radius: 999px; }
.nav-action:hover { background: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; transition: .25s; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(135deg, #fffaf0 0%, #fff6e6 56%, #f6efe0 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 42px; padding-top: 30px; padding-bottom: 52px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 10px; }
.eyebrow { margin: 0 0 16px; color: var(--coral-dark); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.eyebrow span { display: inline-block; width: 26px; height: 3px; margin: 0 9px 3px 0; background: var(--coral); border-radius: 2px; }
.hero h1 { margin: 0; font-size: clamp(54px, 6vw, 82px); line-height: 1.11; letter-spacing: -.045em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 540px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px;
  padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; transition: .25s ease;
}
.button-primary { color: white; background: var(--coral); box-shadow: 0 12px 26px rgba(244, 111, 69, .25); }
.button-primary:hover { background: var(--coral-dark); transform: translateY(-2px); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: var(--green); color: var(--green); background: white; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--muted); font-size: 13px; }
.hero-note strong { color: var(--green); }
.status-dot { width: 9px; height: 9px; background: #4caa78; border-radius: 50%; box-shadow: 0 0 0 5px rgba(76,170,120,.14); }
.hero-visual { position: relative; z-index: 2; min-width: 0; }
.community-art { width: 100%; filter: drop-shadow(0 22px 35px rgba(77,76,55,.08)); }
.sun { position: absolute; top: 4%; right: 4%; width: 90px; height: 90px; background: var(--yellow); border-radius: 50%; opacity: .18; }
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px 12px 11px;
  background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 16px;
  box-shadow: 0 15px 35px rgba(56,68,57,.14); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite;
}
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.mini-icon { width: 39px; height: 39px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 12px; font-weight: 900; }
.mini-icon.mint { color: var(--green-dark); background: var(--mint); }
.card-neighbor { top: 15%; left: -1%; }
.card-service { right: -1%; bottom: 10%; animation-delay: -2.5s; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .35; }
.hero-blob-one { width: 330px; height: 330px; right: -160px; top: 20%; background: var(--mint); }
.hero-blob-two { width: 220px; height: 220px; left: -110px; bottom: -110px; background: #ffdbaa; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }

.notice-strip { color: white; background: var(--green-dark); }
.notice-inner { min-height: 68px; display: flex; align-items: center; gap: 22px; }
.notice-label { flex: none; padding: 5px 12px; color: var(--green-dark); background: var(--yellow); border-radius: 999px; font-size: 12px; font-weight: 900; }
.notice-inner p { flex: 1; margin: 0; color: rgba(255,255,255,.82); font-size: 14px; }
.notice-inner a { flex: none; color: #ffe7a5; font-size: 13px; font-weight: 800; }

.section { padding: 112px 0; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4.5vw, 56px); line-height: 1.25; letter-spacing: -.04em; }
.section-heading.light h2, .eyebrow.light, .section-intro.light { color: white; }
.section-intro { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 46px; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.about-grid .section-heading { grid-column: span 3; }
.about-copy { grid-column: span 3; padding: 8px 0 0 44px; border-left: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.about-copy p { margin: 0 0 16px; }
.value-card { position: relative; grid-column: span 2; min-height: 240px; padding: 34px; overflow: hidden; border-radius: var(--radius-lg); }
.value-card h3 { margin: 38px 0 10px; font-size: 25px; }
.value-card p { max-width: 220px; margin: 0; color: rgba(36,58,54,.72); }
.value-number { position: absolute; top: 22px; right: 28px; color: rgba(36,58,54,.23); font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.value-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 150px; height: 150px; border: 34px solid rgba(255,255,255,.42); border-radius: 50%; }
.value-orange { background: #ffd9ca; }
.value-green { background: var(--mint); }
.value-yellow { background: #ffe8a8; }

.news-section { background: var(--cream); }
.news-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.feature-news { overflow: hidden; background: white; border-radius: var(--radius-lg); box-shadow: 0 20px 55px rgba(71,68,51,.07); }
.news-illustration { position: relative; height: 275px; overflow: hidden; background: linear-gradient(135deg, #f27049, #f5a156); }
.news-illustration::before, .news-illustration::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.14); }
.news-illustration::before { width: 240px; height: 240px; left: -60px; top: -80px; }
.news-illustration::after { width: 190px; height: 190px; right: -40px; bottom: -100px; }
.paper { position: absolute; width: 135px; height: 175px; background: #fffaf0; border-radius: 7px; box-shadow: 0 14px 30px rgba(111,58,38,.18); }
.paper::before { content: ""; position: absolute; left: 20px; top: 32px; width: 65px; height: 8px; background: #f4aa86; box-shadow: 0 24px 0 #cbded7, 0 48px 0 #cbded7, 0 72px 0 #cbded7; border-radius: 5px; }
.paper-one { left: 21%; top: 55px; transform: rotate(-11deg); }
.paper-two { right: 20%; top: 38px; transform: rotate(8deg); }
.megaphone { position: absolute; z-index: 2; left: 50%; top: 50%; font-size: 70px; transform: translate(-50%,-38%) rotate(-7deg); filter: drop-shadow(0 10px 10px rgba(84,42,28,.18)); }
.feature-news-copy { padding: 32px 34px 36px; }
.feature-news-copy time { float: right; color: var(--muted); font-size: 12px; }
.news-type { display: inline-flex; padding: 4px 10px; color: var(--coral-dark); background: #fff0e9; border-radius: 999px; font-size: 11px; font-weight: 800; }
.news-type.green { color: var(--green); background: var(--mint); }
.news-type.yellow { color: #8a650c; background: #fff0bd; }
.news-type.blue { color: #286577; background: #dbf0f4; }
.feature-news h3 { margin: 16px 0 10px; font-size: 27px; }
.feature-news p { margin: 0 0 20px; color: var(--muted); }
.text-link { color: var(--green); font-size: 13px; font-weight: 900; }
.news-list { display: flex; flex-direction: column; gap: 14px; }
.news-item { display: grid; grid-template-columns: 73px 1fr; gap: 20px; flex: 1; padding: 24px; background: white; border: 1px solid rgba(36,58,54,.07); border-radius: var(--radius-md); transition: .25s; }
.news-item:hover { transform: translateX(4px); box-shadow: 0 15px 36px rgba(71,68,51,.07); }
.news-item time { padding-right: 18px; border-right: 1px solid var(--line); text-align: center; }
.news-item time strong, .news-item time span { display: block; }
.news-item time strong { color: var(--coral); font-family: Georgia, serif; font-size: 32px; line-height: 1; }
.news-item time span { margin-top: 7px; color: var(--muted); font-size: 10px; }
.news-item h3 { margin: 9px 0 5px; font-size: 17px; }
.news-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.services-section { position: relative; overflow: hidden; background: var(--green-dark); }
.services-section::before { content: "和"; position: absolute; right: -50px; bottom: -195px; color: rgba(255,255,255,.025); font-family: serif; font-size: 480px; line-height: 1; }
.services-section .eyebrow { color: #ffbb8f; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { min-height: 290px; padding: 27px; color: white; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; transition: .3s ease; }
.service-card:hover { background: rgba(255,255,255,.13); transform: translateY(-5px); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green-dark); background: var(--mint); border-radius: 18px; font-size: 20px; font-weight: 900; }
.service-icon.coral { background: #ffc9b8; }
.service-icon.yellow { background: #ffe49d; }
.service-icon.blue { background: #c8e8ed; }
.service-card h3 { margin: 32px 0 10px; font-size: 23px; }
.service-card p { min-height: 58px; margin: 0 0 25px; color: rgba(255,255,255,.66); font-size: 14px; }
.service-card > span:last-child { display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 12px; }
.service-card i { font-style: normal; }

.activities-section { background: white; }
.activities-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 76px; }
.activity-copy > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.activity-copy h2 { margin: 0; font-size: clamp(40px,5vw,62px); line-height: 1.22; letter-spacing: -.045em; }
.activity-collage { position: relative; min-height: 520px; }
.collage-card { position: absolute; overflow: hidden; background: var(--cream); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.collage-main { left: 0; top: 48px; width: 68%; height: 425px; padding: 26px; background: #ffe6ce; transform: rotate(-2deg); }
.collage-main h3 { margin: 8px 0 0; font-size: 24px; }
.collage-tag { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.collage-art { position: relative; height: 300px; margin-bottom: 17px; overflow: hidden; background: linear-gradient(#b9e1df 0 58%, #7bb487 58%); border-radius: 20px; }
.collage-art::before { content: ""; position: absolute; width: 75px; height: 75px; right: 31px; top: 25px; background: #ffcd61; border-radius: 50%; }
.leaf { position: absolute; bottom: -24px; width: 95px; height: 155px; background: #438268; border-radius: 80% 0 80% 0; transform-origin: bottom; }
.l1 { left: -15px; transform: rotate(18deg); }.l2 { left: 52px; background: #5c9b70; transform: rotate(-12deg); }.l3 { right: -15px; transform: rotate(-28deg); }
.person { position: absolute; bottom: 36px; width: 44px; height: 95px; background: var(--coral); border-radius: 24px 24px 10px 10px; }
.person::before { content: ""; position: absolute; left: 9px; top: -28px; width: 26px; height: 26px; background: #efb08e; border-radius: 50%; }
.p1 { left: 38%; }.p2 { left: 55%; height: 75px; background: var(--yellow); }.p3 { left: 70%; height: 105px; background: var(--green-dark); }
.collage-small { right: 0; width: 34%; height: 185px; padding: 27px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; text-align: center; }
.collage-small.top { top: 0; background: var(--mint); transform: rotate(4deg); }
.collage-small.bottom { bottom: 12px; background: #fff0b6; transform: rotate(-3deg); }
.round-icon { width: 70px; height: 70px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50%; font-family: serif; font-size: 27px; font-weight: 900; }
.round-icon.green { background: var(--green); }

.contact-section { padding: 22px 0 96px; background: white; }
.contact-card { position: relative; min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 52px 58px; overflow: hidden; color: white; background: linear-gradient(125deg, var(--coral-dark), var(--coral)); border-radius: 34px; }
.contact-card > div:first-child { position: relative; z-index: 2; max-width: 650px; }
.contact-card .eyebrow { color: #ffe0b2; }
.contact-card h2 { margin: 0 0 12px; font-size: clamp(32px,4vw,46px); }
.contact-card p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.76); }
.button-light { position: relative; z-index: 2; flex: none; color: var(--coral-dark); background: white; }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(90,37,24,.22); }
.contact-decoration { position: absolute; right: 11%; bottom: -20px; width: 330px; height: 180px; opacity: .12; }
.house { position: absolute; bottom: 0; width: 90px; height: 90px; background: white; }
.house::before { content: ""; position: absolute; left: -12px; top: -45px; border-left: 57px solid transparent; border-right: 57px solid transparent; border-bottom: 48px solid white; }
.h1 { left: 0; }.h2 { left: 120px; width: 110px; height: 125px; }
.tree { position: absolute; right: 0; bottom: 0; width: 18px; height: 90px; background: white; }
.tree::before { content: ""; position: absolute; left: -37px; top: -65px; width: 92px; height: 92px; background: white; border-radius: 50%; }

.site-footer { padding: 70px 0 25px; color: white; background: #142f29; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; padding-bottom: 48px; }
.brand-light .brand-mark { background: rgba(255,255,255,.1); }.brand-light small { color: rgba(255,255,255,.55); }
.footer-brand > p { margin: 20px 0 0; color: rgba(255,255,255,.54); font-size: 13px; letter-spacing: .1em; }
.footer-links, .footer-note { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links strong, .footer-note strong { margin-bottom: 6px; color: #ffd18b; font-size: 13px; }
.footer-links a, .footer-note p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-links a:hover { color: white; }
.copyright { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }.site-nav > a:not(.nav-action) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.hero h1 { font-size: 56px; }
  .about-copy { padding-left: 22px; }
  .news-grid { grid-template-columns: 1fr; }.news-list { display: grid; grid-template-columns: repeat(3,1fr); }
  .news-item { grid-template-columns: 1fr; }.news-item time { display: flex; align-items: baseline; gap: 5px; padding: 0; border: 0; text-align: left; }
  .news-item time strong { font-size: 23px; }.news-item time span { margin: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .activities-grid { gap: 35px; }.activity-collage { min-height: 450px; }.collage-main { height: 380px; }.collage-art { height: 260px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; }.brand strong { font-size: 17px; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .site-nav {
    position: absolute; top: 72px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }.site-nav > a:not(.nav-action) { display: block; padding: 11px 12px; }
  .site-nav > a:not(.nav-action)::after { display: none; }.nav-action { margin-top: 6px; text-align: center; }
  .menu-toggle.active span:nth-child(2) { transform: translateY(7px) rotate(45deg); }.menu-toggle.active span:nth-child(3) { opacity: 0; }.menu-toggle.active span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-grid { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 50px; }
  .hero-copy { text-align: center; }.hero .eyebrow { justify-content: center; }.hero h1 { font-size: clamp(46px,13vw,62px); }
  .hero-lead { margin: 22px auto 28px; font-size: 16px; }.hero-actions { justify-content: center; }.hero-note { justify-content: center; }
  .hero-visual { max-width: 570px; margin: -5px auto 0; }.floating-card { transform: scale(.9); }.card-neighbor { left: 0; }.card-service { right: 0; }
  .notice-inner { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; padding: 16px 0; }.notice-inner p { flex-basis: calc(100% - 100px); line-height: 1.6; }.notice-inner a { margin-left: 92px; }
  .section { padding: 80px 0; }.section-topline { display: block; }.section-intro { margin-top: 18px; }
  .about-grid { grid-template-columns: 1fr; }.about-grid .section-heading, .about-copy, .value-card { grid-column: auto; }.about-copy { padding: 0; border: 0; }.value-card { min-height: 200px; }
  .news-list { grid-template-columns: 1fr; }.news-item { grid-template-columns: 70px 1fr; }.news-item time { display: block; padding-right: 14px; border-right: 1px solid var(--line); text-align: center; }.news-item time span { margin-top: 6px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 260px; }
  .activities-grid { grid-template-columns: 1fr; }.activity-collage { margin-top: 12px; min-height: 470px; }
  .contact-card { display: block; padding: 42px 30px; }.contact-card .button { margin-top: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }
}

@media (max-width: 520px) {
  .hero-grid { padding-top: 48px; }.hero h1 { font-size: 47px; }.hero-actions .button { width: 100%; }
  .community-art { margin-top: 10px; }.floating-card { padding: 8px 10px; }.floating-card small { display: none; }.mini-icon { width: 32px; height: 32px; }.card-neighbor { top: 10%; }.card-service { bottom: 5%; }
  .section-heading h2 { font-size: 37px; }.section { padding: 68px 0; }
  .feature-news-copy { padding: 26px; }.news-illustration { height: 230px; }
  .news-item { grid-template-columns: 55px 1fr; padding: 20px 17px; gap: 14px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.service-card p { min-height: auto; }
  .activity-copy h2 { font-size: 42px; }.activity-collage { min-height: 400px; }.collage-main { width: 75%; height: 345px; padding: 18px; }.collage-art { height: 232px; }.collage-small { width: 31%; height: 150px; padding: 15px; }.round-icon { width: 54px; height: 54px; }.collage-small strong { font-size: 13px; }
  .contact-section { padding-bottom: 70px; }.contact-card { border-radius: 25px; }.contact-card h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-brand { grid-column: auto; }.copyright { display: block; }.copyright span { display: block; margin-top: 6px; }
}

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