:root {
  --ink: #12263a;
  --ink-soft: #385066;
  --cream: #f5f1e8;
  --paper: #fffdf7;
  --lime: #d7f36a;
  --coral: #ff795f;
  --blue: #a9d9f4;
  --line: rgba(18, 38, 58, .16);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { overflow: hidden; }
.topbar { width: min(1180px, calc(100% - 48px)); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; gap: 11px; align-items: center; font-size: 11px; line-height: 1.35; letter-spacing: .03em; }
.brand b { font-size: 15px; letter-spacing: .03em; }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; height: 30px; padding: 4px; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-10deg); }
.brand-mark span { display: block; width: 4px; background: var(--coral); border-radius: 99px; }
.brand-mark span:nth-child(1) { height: 10px; }.brand-mark span:nth-child(2) { height: 18px; background: var(--lime); }.brand-mark span:nth-child(3) { height: 24px; background: var(--ink); }
.nav { display: flex; gap: 30px; font-size: 13px; color: var(--ink-soft); }.nav a:hover, .text-link:hover { color: var(--coral); }
.nav-cta { font-weight: 800; font-size: 13px; }.nav-cta span, .button span { display: inline-block; transition: transform .2s ease; }.nav-cta:hover span, .button:hover span { transform: translateX(4px); }
.section-pad { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero { min-height: 610px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 30px; align-items: center; padding-top: 52px; padding-bottom: 70px; }
.eyebrow, .section-kicker { color: var(--coral); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }.eyebrow { display: flex; align-items: center; gap: 8px; }.pulse-dot { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,121,95,.15); }
h1, h2, h3, p { margin-top: 0; } h1 { font-size: clamp(48px, 6vw, 82px); line-height: 1.07; letter-spacing: -.06em; margin: 22px 0 24px; font-weight: 900; } h1 em, h2 span { color: var(--coral); font-style: normal; } h1 em { display: inline-block; position: relative; }.hero-copy h1 em::after { content: ""; position: absolute; z-index: -1; left: 2px; right: -6px; bottom: 3px; height: 15px; background: var(--lime); transform: rotate(-1.5deg); }
.hero-lead { max-width: 540px; color: var(--ink-soft); font-size: 16px; line-height: 1.9; }.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 31px; }.button { display: inline-flex; gap: 22px; align-items: center; border: 0; border-radius: 999px; padding: 15px 22px 15px 24px; cursor: pointer; font-weight: 800; font-size: 14px; }.button-primary { color: var(--paper); background: var(--ink); box-shadow: 5px 5px 0 var(--coral); }.button-primary:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--coral); }.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.text-link span { margin-left: 7px; }.hero-note { margin-top: 32px; font-size: 11px; color: var(--ink-soft); }.note-star { color: var(--coral); font-size: 16px; margin-right: 4px; }
.hero-visual { min-height: 480px; position: relative; isolation: isolate; }.hero-visual::before { content: ""; position: absolute; width: 330px; height: 330px; right: 55px; top: 80px; background: var(--blue); border-radius: 48% 52% 58% 42%; transform: rotate(14deg); z-index: -1; }.photo { position: absolute; overflow: hidden; border: 8px solid var(--paper); box-shadow: 0 20px 35px rgba(18,38,58,.12); }.photo img, .gallery img, .photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.88) contrast(1.03); }.photo-a { width: 245px; height: 190px; right: 48px; top: 28px; transform: rotate(5deg); }.photo-b { width: 230px; height: 170px; left: 34px; top: 185px; transform: rotate(-8deg); z-index: 2; }.photo-c { width: 210px; height: 155px; right: 0; bottom: 28px; transform: rotate(-7deg); z-index: 3; }.visual-label { position: absolute; top: 5px; left: 12px; font-size: 12px; font-weight: 900; line-height: 1.25; letter-spacing: .12em; transform: rotate(-10deg); }.visual-label b { color: var(--coral); font-size: 27px; line-height: .8; }.visual-sticker { position: absolute; left: 164px; bottom: 18px; z-index: 4; width: 105px; height: 105px; border-radius: 50%; background: var(--coral); color: var(--paper); display: grid; place-content: center; text-align: center; transform: rotate(12deg); font-size: 13px; line-height: 1.15; box-shadow: 7px 8px 0 var(--ink); }.visual-sticker strong { font-size: 24px; }
.ticker { background: var(--ink); color: var(--lime); overflow: hidden; border-block: 1px solid var(--ink); }.ticker-track { width: max-content; display: flex; align-items: center; gap: 29px; padding: 16px 0; font-size: 13px; font-weight: 800; letter-spacing: .1em; animation: marquee 26s linear infinite; }.ticker-track i { color: var(--coral); font-style: normal; font-size: 18px; }@keyframes marquee { from { transform: translateX(-10%); } to { transform: translateX(-48%); } }
.intro { padding-top: 120px; padding-bottom: 125px; }.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; margin-top: 32px; }.intro h2, .proof h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.16; letter-spacing: -.05em; margin: 0; }.intro h2 span { color: var(--coral); }.intro-body { max-width: 570px; }.large-copy { font-size: 23px; line-height: 1.55; font-weight: 700; letter-spacing: -.03em; }.intro-body > p:not(.large-copy) { color: var(--ink-soft); line-height: 1.9; font-size: 14px; }.mini-points { display: flex; gap: 30px; border-top: 1px solid var(--line); margin-top: 35px; padding-top: 23px; }.mini-points div { display: flex; align-items: center; gap: 10px; }.mini-points b { font-size: 28px; color: var(--coral); }.mini-points span { color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.highlights { padding-bottom: 130px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }.section-heading h2 { font-size: clamp(37px, 4vw, 55px); line-height: 1.15; letter-spacing: -.05em; margin: 15px 0 0; }.section-heading > p { color: var(--ink-soft); font-size: 13px; line-height: 1.8; text-align: right; margin-bottom: 5px; }.activity-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }.activity-card { grid-column: span 2; min-height: 300px; border-radius: var(--radius); padding: 25px; position: relative; overflow: hidden; display: flex; flex-direction: column; }.activity-card.featured { background: var(--paper); }.activity-card.award-card { background: var(--coral); color: var(--paper); }.activity-card.light-card { background: var(--blue); }.activity-card.lime-card { background: var(--lime); }.activity-card.photo-card { padding: 0; min-height: 395px; grid-column: span 2; }.card-top, .card-bottom { display: flex; justify-content: space-between; align-items: center; }.card-number { font-size: 11px; font-weight: 800; letter-spacing: .1em; }.tag { color: var(--coral); border: 1px solid currentColor; border-radius: 999px; padding: 5px 9px; font-size: 10px; font-weight: 700; }.tag.dark { color: var(--ink); }.activity-card h3 { font-size: 25px; line-height: 1.25; letter-spacing: -.04em; margin: 50px 0 15px; }.activity-card p { font-size: 13px; line-height: 1.8; opacity: .8; margin-bottom: 20px; }.card-bottom { margin-top: auto; font-size: 11px; font-weight: 700; opacity: .82; }.arrow { font-size: 24px; }.award-seal { position: absolute; right: 22px; top: 78px; width: 78px; height: 78px; border: 2px dashed rgba(255,253,247,.75); border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: 16px; line-height: 1.05; font-weight: 900; transform: rotate(12deg); }.award-seal small { font-size: 8px; letter-spacing: .04em; }.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,38,58,.04) 20%, rgba(18,38,58,.85) 100%); }.photo-overlay { position: absolute; z-index: 1; inset: auto 24px 24px; color: var(--paper); }.photo-overlay span { font-size: 10px; letter-spacing: .1em; font-weight: 800; }.photo-overlay h3 { font-size: 26px; margin: 12px 0 8px; }.photo-overlay p { margin: 0; font-size: 12px; line-height: 1.6; opacity: .85; }
.proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; background: var(--ink); color: var(--paper); width: 100%; max-width: none; padding: 105px max(24px, calc((100% - 1180px) / 2)); }.proof .section-kicker { color: var(--lime); }.proof-copy p { margin-top: 27px; max-width: 370px; color: rgba(255,253,247,.68); line-height: 1.85; font-size: 13px; }.proof h2 { margin-top: 15px; }.proof h2 span { color: var(--lime); }.proof-list { border-top: 1px solid rgba(255,253,247,.25); }.proof-row { min-height: 115px; border-bottom: 1px solid rgba(255,253,247,.25); display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 18px; }.proof-icon { width: 30px; height: 30px; display: grid; place-content: center; background: var(--coral); color: var(--paper); border-radius: 50%; font-size: 15px; }.proof-row:nth-child(2) .proof-icon { background: var(--lime); color: var(--ink); }.proof-row:nth-child(3) .proof-icon { background: var(--blue); color: var(--ink); }.proof-row h3 { font-size: 18px; margin: 0 0 7px; }.proof-row p { font-size: 12px; color: rgba(255,253,247,.65); margin: 0; }.proof-index { color: rgba(255,253,247,.45); font-size: 11px; font-weight: 800; }
.gallery { padding-top: 120px; padding-bottom: 120px; }.gallery-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }.gallery-head p { color: var(--ink-soft); max-width: 290px; font-size: 13px; line-height: 1.7; margin: 0; text-align: right; }.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 16px; align-items: end; }.gallery figure { margin: 0; }.gallery figure img { height: 235px; border-radius: 18px; }.gallery figure.tall img { height: 315px; }.gallery figcaption { font-size: 11px; color: var(--ink-soft); margin-top: 11px; }
.join { padding-bottom: 100px; }.join-card { min-height: 430px; border-radius: 28px; background: var(--coral); position: relative; overflow: hidden; padding: 58px 65px; }.join-card::after { content: "✦"; position: absolute; right: 45px; top: -45px; color: var(--lime); font-size: 330px; line-height: 1; transform: rotate(12deg); opacity: .85; }.join-noise { position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 12px 12px; mix-blend-mode: multiply; }.join-content { position: relative; z-index: 1; max-width: 620px; }.join .section-kicker { color: var(--ink); }.join h2 { font-size: clamp(42px, 5vw, 67px); line-height: 1.1; letter-spacing: -.06em; margin: 18px 0 22px; }.join h2 em { color: var(--paper); font-style: normal; }.join-content > p { font-size: 15px; line-height: 1.85; max-width: 510px; }.join-actions { margin-top: 32px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }.button-dark { background: var(--ink); color: var(--paper); }.join-tip { font-size: 11px; font-weight: 600; max-width: 200px; line-height: 1.5; }.join-stamp { position: absolute; right: 115px; bottom: 49px; z-index: 2; width: 118px; height: 118px; border: 2px solid var(--ink); color: var(--ink); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-12deg); font-size: 12px; line-height: 1.05; font-weight: 900; }.join-stamp strong { font-size: 26px; }
.footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 11px; line-height: 1.7; color: var(--ink-soft); }.footer b { color: var(--ink); }.footer-right { text-align: right; font-weight: 700; color: var(--ink); }
.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 160%); background: var(--ink); color: var(--paper); padding: 13px 20px; border-radius: 999px; font-size: 13px; box-shadow: 0 10px 35px rgba(18,38,58,.25); transition: transform .35s ease; z-index: 20; white-space: nowrap; }.toast.show { transform: translate(-50%, 0); }
@media (max-width: 850px) { .nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 45px; }.hero-visual { min-height: 420px; max-width: 620px; width: 100%; margin: 0 auto; }.intro-grid, .proof { grid-template-columns: 1fr; gap: 35px; }.proof { padding-block: 78px; }.activity-grid { grid-template-columns: repeat(2, 1fr); }.activity-card, .activity-card.photo-card { grid-column: span 1; }.activity-card.featured, .activity-card.award-card { grid-column: span 2; }.section-heading { align-items: start; flex-direction: column; }.section-heading > p, .gallery-head p { text-align: left; }.gallery-head { align-items: start; flex-direction: column; gap: 16px; }.gallery-grid { grid-template-columns: repeat(2, 1fr); }.gallery figure:first-child { grid-column: span 2; }.join-card { padding: 48px 36px; }.join-stamp { right: 32px; bottom: 32px; }.join-card::after { right: -70px; top: 50px; font-size: 230px; } }
@media (max-width: 540px) { .topbar, .section-pad, .footer { width: min(100% - 32px, 1180px); }.brand b { font-size: 13px; }.nav-cta { font-size: 12px; }.hero { padding-bottom: 48px; }.hero-visual { min-height: 340px; transform: scale(.82); transform-origin: top center; margin-bottom: -55px; }.hero-lead { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.intro, .gallery { padding-top: 80px; padding-bottom: 80px; }.intro-grid { gap: 26px; }.mini-points { gap: 13px; justify-content: space-between; }.mini-points b { font-size: 23px; }.mini-points span { font-size: 10px; }.activity-grid { grid-template-columns: 1fr; }.activity-card, .activity-card.featured, .activity-card.award-card, .activity-card.photo-card { grid-column: span 1; min-height: 300px; }.activity-card.photo-card { min-height: 370px; }.gallery-grid { grid-template-columns: 1fr; }.gallery figure:first-child { grid-column: span 1; }.gallery figure img, .gallery figure.tall img { height: 240px; }.join-card { min-height: 530px; padding: 36px 25px; }.join-stamp { right: 24px; bottom: 27px; width: 90px; height: 90px; }.join-stamp strong { font-size: 20px; }.join-card::after { right: -45px; top: 210px; }.footer { gap: 22px; align-items: flex-start; }.footer-right { font-size: 10px; } }
