:root {
  --ink: #1f2954;
  --paper: #fffdf7;
  --cream: #fff5d6;
  --yellow: #ffcc46;
  --orange: #ff875d;
  --pink: #f6a9bb;
  --blue: #a8d7ed;
  --mint: #a8e1c5;
  --purple: #8d75d5;
  --line: #1f2954;
  --muted: #637095;
  --shadow: 5px 5px 0 var(--line);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  width: min(1160px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: .02em; }
.brand-mark {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  color: var(--ink); background: var(--yellow);
  border: 2px solid var(--line); border-radius: 50%;
  transform: rotate(-8deg);
}
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.desktop-nav > a:not(.nav-cta):hover { color: var(--purple); }
.nav-cta { border: 2px solid var(--line); padding: 8px 13px; border-radius: 99px; background: var(--mint); }

.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hero {
  position: relative; min-height: 520px; overflow: hidden;
  margin-top: 10px; padding: 76px 6.7% 56px;
  border: 2.5px solid var(--line); border-radius: 32px;
  background: var(--cream);
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
}
.hero::after { content: ""; position: absolute; inset: auto -30px -65px auto; width: 290px; height: 180px; border-radius: 50%; background: #b3dfbf; transform: rotate(-10deg); }
.hero-copy { position: relative; z-index: 1; max-width: 570px; }
.eyebrow { margin: 0 0 8px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 19px; font-size: clamp(38px, 5vw, 65px); line-height: 1.08; letter-spacing: -.055em; }
h1 em { color: var(--purple); font-style: normal; }
.hero-text { max-width: 500px; margin-bottom: 28px; color: #526087; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 47px; padding: 11px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  border: 2px solid var(--line); border-radius: 12px; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--line); }
.button-primary { background: var(--yellow); }
.button-soft { background: #fffdf7; }
.button-dark { color: #fffdf7; background: var(--ink); }
.button-ai { color: #fffdf7; background: var(--purple); }
.microcopy { margin-top: 22px; color: var(--muted); font-size: 12px; }
.microcopy span { color: #39ae77; }

.hero-illustration { position: relative; z-index: 1; height: 360px; min-width: 300px; }
.sun { position: absolute; top: 12px; right: 65px; width: 75px; height: 75px; display: grid; place-items: center; font-size: 45px; color: #ffbd31; }
.campus-building { position: absolute; right: 36px; bottom: 53px; width: 280px; height: 196px; padding: 35px 27px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border: 2.5px solid var(--line); border-radius: 85px 85px 10px 10px; background: #ffc8a4; box-shadow: 7px 7px 0 #e77f5f; }
.campus-building::before { content: ""; position: absolute; inset: 15px 17px auto; height: 17px; border: 2px solid var(--line); border-radius: 99px; background: var(--yellow); }
.campus-building i { width: 35px; height: 32px; border: 2px solid var(--line); border-radius: 8px 8px 2px 2px; background: var(--blue); }
.campus-building b { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); font-size: 13px; }
.student { position: absolute; z-index: 2; font-size: 69px; filter: drop-shadow(2px 3px 0 var(--line)); }
.student-a { bottom: 22px; left: 45px; transform: rotate(-6deg); }
.student-b { bottom: 13px; right: 3px; transform: scaleX(-1) rotate(-7deg); }
.grass { position: absolute; bottom: 26px; width: 87px; height: 42px; border: 2px solid var(--line); border-radius: 100% 0 0; background: var(--mint); }
.grass-a { left: -5px; }.grass-b { right: 84px; transform: rotate(17deg); }
.speech-bubble { position: absolute; top: 73px; left: 20px; padding: 10px 14px; border: 2px solid var(--line); border-radius: 15px 15px 15px 3px; background: #fffdf7; font-weight: 800; transform: rotate(-5deg); }
.float-shape { position: absolute; z-index: 2; font-size: 30px; font-weight: 900; }.shape-star { top: 90px; right: 1px; color: var(--orange); }.shape-heart { top: 38px; left: 110px; color: var(--pink); }.shape-dot { left: 8px; bottom: 101px; color: var(--purple); }

.notice-wrap { margin-top: 21px; }
.notice { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 2px solid var(--line); border-radius: 14px; background: #fff1b7; font-size: 13px; }
.notice p { flex: 1; margin: 0; }.notice-icon { font-size: 22px; }.text-link { font-weight: 900; text-decoration: underline; white-space: nowrap; }

.categories-section { padding-top: 92px; padding-bottom: 94px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2, .benefit-copy h2, .question-card h2 { margin-bottom: 0; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.15; letter-spacing: -.04em; }
.section-heading > p { max-width: 295px; margin-bottom: 3px; color: var(--muted); font-size: 14px; text-align: right; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { position: relative; min-height: 235px; overflow: hidden; padding: 21px 19px; border: 2px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translate(-4px, -5px) rotate(-.5deg); box-shadow: var(--shadow); }
.card-yellow { background: #ffe082; }.card-blue { background: var(--blue); }.card-pink { background: #f9bbcc; }.card-mint { background: var(--mint); }
.card-no { font-family: ui-monospace, monospace; font-size: 12px; font-weight: 800; }.category-icon { display: block; margin: 23px 0 11px; font-size: 48px; }.category-card h3 { margin-bottom: 3px; font-size: 22px; }.category-card p { color: #46537d; font-size: 13px; }.card-arrow { position: absolute; right: 18px; bottom: 11px; font-size: 28px; font-weight: 900; }

.benefit-section { padding: 72px 0; border-block: 2px solid var(--line); background: var(--pink); }
.benefit-layout { display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: 60px; }
.gift-box { position: relative; width: 255px; height: 218px; margin: auto; }.gift-body { position: absolute; bottom: 8px; left: 25px; width: 205px; height: 145px; display: grid; place-items: center; border: 2.5px solid var(--line); border-radius: 8px; background: var(--yellow); font-size: 25px; line-height: 1.05; text-align: center; transform: rotate(-4deg); }.gift-body::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 27px; border-inline: 2px solid var(--line); background: var(--orange); transform: translateX(-50%); }.gift-body b { position: relative; z-index: 1; }.gift-lid { position: absolute; z-index: 2; top: 47px; left: 17px; width: 223px; height: 53px; border: 2.5px solid var(--line); border-radius: 8px; background: #ffaf91; transform: rotate(5deg); }.gift-lid::before { content: "🎀"; position: absolute; top: -37px; left: 75px; font-size: 60px; }.gift-spark { position: absolute; z-index: 3; color: #fffdf7; font-size: 30px; }.spark-one { top: 0; right: 7px; }.spark-two { bottom: 0; left: 0; }
.benefit-copy > p:not(.eyebrow) { margin: 15px 0 17px; max-width: 570px; font-size: 16px; }.perk-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }.perk-list span { padding: 5px 11px; border: 1.5px solid var(--line); border-radius: 99px; background: #fff5df; font-size: 13px; font-weight: 800; }

.question-section { padding: 90px 0; }.question-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px 42px; border: 2.5px solid var(--line); border-radius: var(--radius); background: var(--blue); box-shadow: 6px 6px 0 var(--line); }.question-card p:not(.eyebrow) { max-width: 680px; margin: 12px 0 0; color: #46537d; }.question-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }.question-actions .button { flex: 0 0 auto; }

.site-footer { padding: 30px max(20px, calc((100% - 1160px) / 2)); border-top: 2px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fff6df; font-size: 12px; }.site-footer p { margin: 0; color: var(--muted); text-align: right; }

.contact-modal { position: fixed; z-index: 20; inset: 0; display: none; place-items: center; padding: 20px; background: rgb(31 41 84 / .48); }.contact-modal.is-open { display: grid; }.modal-panel { position: relative; width: min(410px, 100%); padding: 41px 30px 25px; text-align: center; border: 2.5px solid var(--line); border-radius: 22px; background: #fffdf7; box-shadow: 8px 8px 0 var(--line); }.modal-close { position: absolute; top: 11px; right: 13px; width: 33px; height: 33px; border: 2px solid var(--line); border-radius: 50%; background: var(--pink); font-size: 24px; line-height: 1; cursor: pointer; }.modal-sticker { position: absolute; top: -18px; left: 17px; padding: 5px 11px; border: 2px solid var(--line); border-radius: 9px; background: var(--yellow); font-size: 13px; font-weight: 900; transform: rotate(-5deg); }.qr-placeholder { position: relative; width: 180px; height: 180px; display: grid; place-items: center; margin: 0 auto 17px; overflow: hidden; border: 8px solid #fff; outline: 2px solid var(--line); background: #fff; }.qr-placeholder img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; }.modal-panel h2 { margin-bottom: 7px; font-size: 24px; }.modal-panel > p:not(.modal-tip) { margin-bottom: 18px; color: var(--muted); font-size: 14px; }.modal-tip { margin: 15px 0 0; color: #9a633c; font-size: 11px; }

/* 校园 AI：浮动入口与聊天面板 */
.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; }
.ai-widget { position: fixed; z-index: 19; right: max(22px, calc((100vw - 1200px) / 2)); bottom: 24px; }
.ai-fab { min-height: 52px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 17px 10px 12px; border: 2px solid var(--line); border-radius: 99px; color: #fffdf7; background: var(--purple); box-shadow: 4px 4px 0 var(--line); font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.ai-fab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--line); }.ai-fab-icon { display: grid; width: 29px; height: 29px; place-items: center; border: 1.5px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--yellow); }
.ai-panel { position: absolute; right: 0; bottom: 67px; width: min(390px, calc(100vw - 28px)); overflow: hidden; border: 2.5px solid var(--line); border-radius: 22px; background: #fffdf7; box-shadow: 7px 7px 0 var(--line); visibility: hidden; opacity: 0; transform: translateY(12px) scale(.98); transform-origin: right bottom; transition: opacity .16s ease, transform .16s ease, visibility .16s ease; pointer-events: none; }
.ai-panel.is-open { visibility: visible; opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.ai-panel-head { display: flex; align-items: center; gap: 10px; padding: 14px 15px; border-bottom: 2px solid var(--line); background: #d8c9fa; }.ai-avatar { display: grid; flex: 0 0 39px; width: 39px; height: 39px; place-items: center; border: 2px solid var(--line); border-radius: 13px; background: var(--yellow); font-size: 22px; }.ai-panel-head p { margin: 0; font-size: 15px; font-weight: 900; }.ai-panel-head span { display: block; margin-top: 1px; color: #586386; font-size: 10px; font-weight: 800; }.ai-panel-head i { display: inline-block; width: 7px; height: 7px; margin-right: 3px; border-radius: 50%; background: #2faa70; }.ai-close { width: 31px; height: 31px; margin-left: auto; border: 2px solid var(--line); border-radius: 50%; color: var(--ink); background: #fffdf7; font-size: 23px; line-height: 1; cursor: pointer; }
.ai-disclaimer { padding: 9px 14px; border-bottom: 1.5px solid #d8deea; color: #745c39; background: #fff3c9; font-size: 10px; line-height: 1.45; }.ai-messages { max-height: min(42vh, 350px); min-height: 184px; padding: 13px 13px 7px; overflow-y: auto; background: #fffdf7; }.ai-message { display: flex; margin-bottom: 9px; }.ai-message-user { justify-content: flex-end; }.ai-bubble { max-width: 87%; padding: 9px 11px; border: 1.5px solid var(--line); border-radius: 13px 13px 13px 4px; background: #f0edff; color: var(--ink); font-size: 13px; line-height: 1.55; white-space: pre-wrap; word-break: break-word; }.ai-message-user .ai-bubble { border-radius: 13px 13px 4px 13px; background: #ffe688; }.ai-message.is-loading .ai-bubble { color: var(--muted); font-size: 12px; }.ai-message.is-loading .ai-bubble::after { content: ""; display: inline-block; width: 5px; height: 5px; margin-left: 5px; border-radius: 50%; background: var(--purple); animation: ai-pulse .8s ease-in-out infinite alternate; } @keyframes ai-pulse { to { transform: scale(1.65); opacity: .45; } }
.ai-suggestions { display: flex; gap: 6px; padding: 6px 12px 9px; overflow-x: auto; background: #fffdf7; }.ai-suggestions button { flex: 0 0 auto; padding: 5px 8px; border: 1.5px solid var(--line); border-radius: 99px; color: var(--ink); background: #d9f0e3; font-size: 10px; font-weight: 800; cursor: pointer; }
.ai-form { display: flex; align-items: flex-end; gap: 8px; padding: 10px 12px; border-top: 1.5px solid #d8deea; background: #fff; }.ai-form textarea { width: 100%; min-height: 42px; max-height: 88px; resize: vertical; padding: 9px 10px; border: 1.5px solid var(--line); border-radius: 11px; color: var(--ink); background: #fffdf7; font: inherit; font-size: 12px; line-height: 1.4; }.ai-form textarea:focus { outline: 3px solid rgb(141 117 213 / .26); }.ai-form button { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border: 2px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--yellow); font-size: 21px; font-weight: 900; cursor: pointer; }.ai-form button:disabled, .ai-form textarea:disabled { opacity: .65; cursor: wait; }.ai-support-row { display: flex; justify-content: space-between; gap: 8px; padding: 0 13px 12px; color: var(--muted); font-size: 11px; }.ai-support-row a { color: var(--purple); font-weight: 900; text-decoration: underline; }

/* 内页 */
.inner-main { padding-bottom: 76px; }
.page-hero { position: relative; min-height: 310px; overflow: hidden; margin-top: 16px; padding: 52px 7%; border: 2.5px solid var(--line); border-radius: 30px; }.page-hero-yellow { background: #ffe084; }.page-hero-blue { background: var(--blue); }.page-hero-pink { background: #f7bdcf; }.page-hero-mint { background: var(--mint); }.page-hero h1 { margin: 8px 0 13px; font-size: clamp(37px, 5vw, 58px); }.page-hero > div { position: relative; z-index: 1; max-width: 680px; }.page-hero > div > p:last-child { margin-bottom: 0; color: #47547b; }.breadcrumb { display: inline-block; margin-bottom: 22px; font-size: 13px; font-weight: 900; text-decoration: underline; }.page-emoji { position: absolute; right: 9%; bottom: 28px; font-size: clamp(90px, 15vw, 160px); filter: drop-shadow(5px 5px 0 rgb(31 41 84 / .18)); transform: rotate(-9deg); }
.content-section { padding-top: 52px; }.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.info-card, .steps-card, .map-card, .rules-card, .mini-faq { border: 2px solid var(--line); border-radius: var(--radius); background: #fff; }.info-card { padding: 25px 22px; }.info-icon { display: block; margin-bottom: 14px; font-size: 39px; }.tag { margin-bottom: 5px; color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .1em; }.info-card h2, .steps-card h2, .map-card h2, .rules-card h2, .mini-faq h2, .qr-copy h2, .service-rules h2 { margin-bottom: 7px; font-size: 25px; line-height: 1.2; }.lead { color: var(--muted); font-size: 14px; }.info-card details, .mini-faq details { border-top: 1.5px solid #d8deea; }.info-card details:first-of-type { margin-top: 17px; }.info-card summary, .mini-faq summary { padding: 14px 0; font-size: 14px; font-weight: 900; cursor: pointer; }.info-card details p, .mini-faq details p { margin: 0 0 14px; color: #596587; font-size: 13px; } mark { padding: 1px 4px; background: #ffe486; color: inherit; }.compact-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 36px; padding: 22px 26px; border: 2px solid var(--line); border-radius: 16px; background: #fff1ba; }.compact-cta strong, .compact-cta span { display: block; }.compact-cta span { color: var(--muted); font-size: 13px; }
.two-column { display: grid; grid-template-columns: 1fr 1.05fr; gap: 20px; }.steps-card, .map-card { padding: 28px; }.timeline { padding: 0; margin: 26px 0 20px; list-style: none; }.timeline li { position: relative; display: flex; gap: 14px; padding-bottom: 21px; }.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 15px; top: 32px; bottom: 0; border-left: 2px dashed var(--purple); }.timeline li > span { position: relative; z-index: 1; flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: #ffdf7c; font-size: 13px; font-weight: 900; }.timeline strong { font-size: 14px; }.timeline p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }.example-note { margin: 0; padding: 11px; border-radius: 10px; background: #fff2d0; color: #805f2b; font-size: 12px; }.map-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }.map-topline span { padding: 3px 8px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; font-weight: 800; }.illustrated-map { position: relative; height: 265px; margin: 20px 0 14px; overflow: hidden; border: 2px solid var(--line); border-radius: 15px; background: #bde6d1; }.map-road { position: absolute; background: #fffdf7; border: 2px solid var(--line); }.road-horizontal { top: 113px; left: -10px; width: 110%; height: 37px; transform: rotate(-8deg); }.road-vertical { top: -5px; left: 52%; width: 38px; height: 110%; transform: rotate(8deg); }.map-pin { position: absolute; z-index: 2; padding: 5px 7px; border: 2px solid var(--line); border-radius: 8px; background: #fffdf7; font-size: 11px; font-weight: 900; }.pin-a { top: 35px; left: 43px; background: var(--yellow); }.pin-b { top: 52px; right: 38px; background: #ffc6d4; }.pin-c { bottom: 37px; left: 56px; background: var(--blue); }.pin-d { right: 35px; bottom: 48px; background: #ffc19d; }.map-tree { position: absolute; color: #479c73; font-size: 50px; }.tree-a { left: 10px; bottom: -8px; }.tree-b { right: 3px; top: 3px; }.tree-c { left: 41%; top: 50%; font-size: 30px; }.map-gate { position: absolute; z-index: 2; top: 125px; left: 50%; padding: 4px; border: 2px solid var(--line); border-radius: 5px; background: #ffc7a7; font-size: 10px; transform: translate(-50%, -50%); }.map-card > p { margin: 0; color: var(--muted); font-size: 12px; }.safety-strip, .travel-note { display: flex; gap: 13px; align-items: center; margin-top: 25px; padding: 16px 19px; border: 2px solid var(--line); border-radius: 14px; background: #e6f3ff; }.safety-strip span, .travel-note span { font-size: 27px; }.safety-strip p, .travel-note p { margin: 0; font-size: 13px; }
.community-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.group-card { min-height: 234px; padding: 22px 17px; display: flex; flex-direction: column; border: 2px solid var(--line); border-radius: 19px; }.group-card > span { font-size: 40px; }.group-card h2 { margin: 16px 0 7px; font-size: 20px; }.group-card p { margin-bottom: 15px; color: #425078; font-size: 13px; }.group-qr { margin-top: auto; }.group-qr img { display: none; width: min(120px, 100%); margin: 0 auto 8px; border: 1.5px solid var(--line); background: #fff; }.group-qr.has-image img { display: block; }.group-card b { display: block; padding: 8px; border: 1.5px dashed var(--line); border-radius: 8px; background: rgb(255 253 247 / .75); text-align: center; font-size: 11px; }.group-yellow { background: #ffe387; }.group-blue { background: #b9dff0; }.group-mint { background: #bce8d1; }.group-purple { background: #cabeea; }.rules-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; margin-top: 34px; padding: 29px; background: #fff4d9; }.rules-card ol { margin: 0; padding-left: 20px; }.rules-card li { margin-bottom: 9px; font-size: 14px; }.rules-card li:last-child { margin-bottom: 0; }
.spot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.spot-card { overflow: hidden; border: 2px solid var(--line); border-radius: 20px; background: #fff; }.spot-art { height: 140px; display: grid; place-items: center; border-bottom: 2px solid var(--line); font-size: 67px; }.spot-card > div:last-child { padding: 19px; }.spot-card h2 { margin: 4px 0 8px; font-size: 22px; }.spot-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }.spot-sun .spot-art { background: #ffc88e; }.spot-leaf .spot-art { background: #b6e5c9; }.spot-night .spot-art { background: #c5b8e8; }.travel-note { background: #d7f0e2; }
.media-section { padding-top: 49px; }.media-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 23px; }.media-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 33px); letter-spacing: -.035em; }.media-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }.photo-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.photo-card { margin: 0; overflow: hidden; border: 2px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 3px 3px 0 rgb(31 41 84 / .12); }.photo-card img { display: block; width: 100%; aspect-ratio: 4 / 3; border-bottom: 2px solid var(--line); object-fit: cover; background: #ffe9a4; }.photo-card figcaption { padding: 13px 15px 15px; }.photo-card strong, .photo-card span { display: block; }.photo-card strong { margin-bottom: 3px; font-size: 14px; }.photo-card span { color: var(--muted); font-size: 12px; }

/* 联系页 */
.contact-page { padding-bottom: 78px; }.contact-hero { position: relative; min-height: 354px; overflow: hidden; margin-top: 16px; padding: 55px 7%; border: 2.5px solid var(--line); border-radius: 30px; background: #d7c8fa; }.contact-copy { position: relative; z-index: 1; max-width: 650px; }.contact-copy h1 { margin: 10px 0 14px; font-size: clamp(37px, 5vw, 58px); }.contact-copy > p:not(.eyebrow) { max-width: 630px; margin-bottom: 20px; color: #47547b; }.contact-highlights { display: flex; flex-wrap: wrap; gap: 9px; }.contact-highlights span { padding: 6px 11px; border: 2px solid var(--line); border-radius: 99px; background: #fffdf7; font-size: 13px; font-weight: 850; }.contact-doodle { position: absolute; right: 8%; bottom: 24px; width: 225px; height: 245px; }.contact-doodle span { position: absolute; top: 0; right: 10px; color: #ffdc52; font-size: 53px; }.contact-doodle b { position: absolute; top: 57px; left: 5px; padding: 8px 11px; border: 2px solid var(--line); border-radius: 14px 14px 14px 2px; background: #fffdf7; transform: rotate(-6deg); }.contact-doodle i { position: absolute; bottom: 1px; right: 23px; font-size: 142px; font-style: normal; filter: drop-shadow(4px 4px 0 var(--line)); }.contact-doodle em { position: absolute; bottom: 6px; left: 15px; font-size: 59px; font-style: normal; transform: rotate(-15deg); }
.qr-section { padding-top: 48px; }.qr-card { display: grid; grid-template-columns: 285px 1fr; align-items: center; gap: 45px; max-width: 860px; margin: auto; padding: 32px; border: 2.5px solid var(--line); border-radius: 23px; background: #fff0b8; box-shadow: var(--shadow); }.qr-visual { position: relative; width: 235px; padding: 10px; margin: auto; border: 2px solid var(--line); background: #fff; }.qr-visual img { display: block; width: 100%; height: auto; }.replace-label { position: absolute; right: -22px; bottom: 17px; padding: 4px 8px; border: 1.5px solid var(--line); border-radius: 6px; background: var(--pink); font-size: 11px; font-weight: 900; transform: rotate(-5deg); }.qr-copy > p:not(.eyebrow) { margin: 11px 0 17px; color: var(--muted); font-size: 14px; }.copy-chip { display: inline-block; padding: 9px 11px; border: 1.5px dashed var(--line); border-radius: 8px; background: #fffdf7; color: #526087; font-size: 12px; }.contact-perks { padding-top: 74px; }.perk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.perk-grid article { padding: 21px; border: 2px solid var(--line); border-radius: 17px; background: #fff; }.perk-grid span { font-size: 35px; }.perk-grid h3 { margin: 12px 0 5px; font-size: 19px; }.perk-grid p { margin: 0; color: var(--muted); font-size: 13px; }.service-rules { margin-top: 44px; padding: 30px; border: 2.5px solid var(--line); border-radius: 22px; background: #bde4f3; }.rules-title { display: flex; gap: 14px; align-items: center; }.rules-title > span { display: grid; width: 55px; height: 55px; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--yellow); font-size: 28px; }.rules-title h2 { margin-bottom: 0; }.rule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 25px 0 14px; }.rule-grid p { min-height: 102px; margin: 0; padding: 13px; border: 2px solid var(--line); border-radius: 12px; background: #fffdf7; }.rule-grid strong, .rule-grid span { display: block; }.rule-grid strong { margin-bottom: 7px; font-size: 13px; }.rule-grid span { color: var(--muted); font-size: 12px; }.rules-footnote { margin: 0; color: #46537d; font-size: 12px; }.mini-faq { margin-top: 43px; padding: 27px 29px; }.mini-faq h2 { margin-bottom: 14px; }

@media (max-width: 850px) {
  .page-hero { min-height: 280px; }.page-emoji { right: 6%; font-size: 115px; }
  .content-grid, .spot-grid, .perk-grid { grid-template-columns: 1fr; }.two-column, .rules-card { grid-template-columns: 1fr; }.community-grid { grid-template-columns: repeat(2, 1fr); }.question-actions { justify-content: flex-start; }
  .photo-gallery { grid-template-columns: repeat(3, 1fr); }
  .qr-card { grid-template-columns: 1fr; gap: 26px; max-width: 520px; }.qr-copy { text-align: center; }.rule-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-doodle { right: 4%; transform: scale(.77); transform-origin: right bottom; }
}

@media (max-width: 560px) {
  .inner-main, .contact-page { padding-bottom: 52px; }.page-hero { min-height: auto; padding: 38px 8%; border-radius: 23px; }.page-hero > div { max-width: none; }.page-hero > div > p:last-child { font-size: 14px; }.page-emoji { display: none; }
  .content-section { padding-top: 34px; }.compact-cta { align-items: stretch; flex-direction: column; padding: 20px; }.compact-cta .button { width: 100%; }.steps-card, .map-card { padding: 21px; }.rules-card { gap: 20px; padding: 22px; }.community-grid { grid-template-columns: 1fr; }.group-card { min-height: 185px; }.spot-art { height: 118px; }.safety-strip, .travel-note { align-items: flex-start; }
  .media-section { padding-top: 34px; }.media-heading { align-items: flex-start; flex-direction: column; gap: 8px; }.media-heading > p { text-align: left; }.photo-gallery { grid-template-columns: 1fr; gap: 14px; }.photo-card figcaption { padding: 11px 13px 13px; }
  .contact-hero { min-height: 440px; padding: 38px 8%; border-radius: 23px; }.contact-copy { max-width: none; }.contact-copy > p:not(.eyebrow) { max-width: 100%; padding-right: 0; font-size: 14px; }.contact-copy h1 { max-width: 290px; }.contact-doodle { right: -5px; bottom: -9px; transform: scale(.57); transform-origin: right bottom; opacity: .93; }.contact-highlights { max-width: 240px; }.contact-highlights span { font-size: 11px; }.ai-widget { right: 13px; bottom: 14px; }.ai-fab { min-height: 47px; padding-right: 14px; }.ai-panel { bottom: 60px; }.ai-messages { max-height: min(44vh, 310px); }.question-actions { width: 100%; }.question-actions .button { width: 100%; }
  .qr-section { padding-top: 35px; }.qr-card { padding: 23px 16px; box-shadow: 4px 4px 0 var(--line); }.qr-visual { width: 210px; }.replace-label { right: -5px; }.contact-perks { padding-top: 56px; }.service-rules { margin-top: 31px; padding: 21px; }.rules-title { align-items: flex-start; }.rules-title h2 { font-size: 22px; }.rules-title > span { flex: 0 0 48px; width: 48px; height: 48px; font-size: 24px; }.rule-grid { grid-template-columns: 1fr; margin-top: 20px; }.rule-grid p { min-height: auto; }.mini-faq { margin-top: 31px; padding: 22px; }
}

@media (max-width: 850px) { .hero { grid-template-columns: 1fr; padding: 55px 8% 28px; }.hero-illustration { height: 280px; max-width: 390px; width: 100%; margin: 6px auto 0; }.category-grid { grid-template-columns: repeat(2, 1fr); }.benefit-layout { grid-template-columns: 1fr; gap: 20px; }.gift-box { transform: scale(.84); margin-bottom: -18px; }.benefit-copy { text-align: center; }.perk-list { justify-content: center; }.question-card { align-items: flex-start; flex-direction: column; }.site-footer { align-items: flex-start; flex-direction: column; }.site-footer p { text-align: left; } }
@media (max-width: 560px) { .site-header { min-height: 70px; width: min(100% - 26px, 1160px); }.brand { font-size: 13px; }.brand-mark { width: 31px; height: 31px; }.desktop-nav > a:not(.nav-cta) { display: none; }.desktop-nav { gap: 0; }.nav-cta { font-size: 12px; }.section-shell { width: min(100% - 26px, 1160px); }.hero { min-height: auto; border-radius: 23px; }.hero-text { font-size: 15px; }.hero-illustration { transform: scale(.93); transform-origin: center bottom; margin: -2px auto -16px; }.notice { align-items: flex-start; font-size: 12px; }.notice .text-link { display: none; }.categories-section { padding: 64px 0; }.section-heading { align-items: flex-start; flex-direction: column; }.section-heading > p { text-align: left; }.category-grid { gap: 13px; }.category-card { min-height: 202px; padding: 16px 14px; border-radius: 17px; }.category-icon { margin: 18px 0 7px; font-size: 39px; }.category-card h3 { font-size: 18px; }.category-card p { font-size: 11px; }.benefit-section { padding: 52px 0; }.question-section { padding: 63px 0; }.question-card { padding: 28px 22px; }.question-card .button { width: 100%; }.hero-actions .button { width: 100%; }.modal-panel { padding-inline: 22px; } }
