:root {
  --ink: #12342e;
  --forest: #0b4a3c;
  --leaf: #8de05c;
  --cream: #f4f1e8;
  --white: #fff;
  --line: rgba(255, 255, 255, 0.24);
  --shadow: 0 24px 80px rgba(7, 35, 29, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; border-radius: 999px; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 94px; padding: 0 clamp(22px, 4.5vw, 76px); display: flex; align-items: center; justify-content: space-between; color: white; transition: background .3s, height .3s, box-shadow .3s; }
.site-header::after { content: ""; position: absolute; left: clamp(22px, 4.5vw, 76px); right: clamp(22px, 4.5vw, 76px); bottom: 0; height: 1px; background: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; }
.brand-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50% 50% 44% 56%; transform: rotate(-8deg); }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; width: 14px; height: 8px; border-radius: 90% 0 90% 0; background: var(--leaf); }
.brand-mark::before { top: -4px; left: 5px; transform: rotate(-32deg); }
.brand-mark::after { top: -6px; right: 5px; transform: rotate(22deg) scaleX(-1); }
.brand-mark i { top: -10px; left: 15px; transform: rotate(-2deg); }
.brand-mark b { font-size: 17px; font-weight: 700; transform: rotate(8deg); }
.brand-copy { width:86px; display:grid; line-height:1; gap:7px; }
.brand-copy strong { width:100%; display:block; font-size:19px; letter-spacing:.08em; text-align:justify; text-align-last:justify; white-space:nowrap; }
.brand-copy small { width:100%; display:flex; align-items:center; justify-content:space-between; font-size:7px; letter-spacing:.06em; opacity:.68; white-space:nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(25px, 3.1vw, 52px); font-size: 14px; }
.desktop-nav a { position: relative; padding: 37px 0 31px; opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover, .desktop-nav a.is-active { opacity: 1; }
.desktop-nav a.is-active::after { content: ""; position: absolute; bottom: 21px; left: 50%; width: 18px; height: 2px; background: var(--leaf); transform: translateX(-50%); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.admin-link, .member-link { height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(6, 40, 34, .14); color: white; backdrop-filter: blur(14px); font-size: 13px; }
.admin-link span { margin-left: 8px; }
.member-link { border-color: var(--leaf); background: var(--leaf); color: #15392e; cursor: pointer; font-weight: 700; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: white; }

.mobile-nav { display: none; }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: #183b34; color: white; }
.hero-slides, .hero-slide, .hero-slide picture, .hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide img { object-fit: cover; transform: scale(1.035); transition: transform 7s ease; }
.hero-slide.is-active img { transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,31,26,.16) 0%,rgba(4,31,26,.025) 43%,rgba(4,31,26,.08) 70%,rgba(3,26,22,.22) 100%),linear-gradient(90deg,rgba(4,31,26,.18),transparent 24%,transparent 76%,rgba(4,31,26,.12)); }
.hero-content { position: absolute; z-index: 2; left: 50%; top: clamp(112px,16vh,168px); width: min(860px,82vw); padding:clamp(24px,3vw,38px) clamp(22px,4vw,52px); overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:30px; background:linear-gradient(145deg,rgba(3,39,32,.5),rgba(3,30,25,.27)); box-shadow:0 24px 70px rgba(2,24,20,.18),inset 0 1px rgba(255,255,255,.12); -webkit-backdrop-filter:blur(11px) saturate(1.12); backdrop-filter:blur(11px) saturate(1.12); text-align: center; transform: translateX(-50%); }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 19px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; opacity: .88; }
.eyebrow span { width: 38px; height: 1px; background: var(--leaf); }
.hero h1, .hero h2 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: clamp(46px, 4.8vw, 78px); font-weight: 500; line-height: 1.13; letter-spacing: -.045em; text-shadow:0 3px 18px rgba(0,24,20,.42); text-wrap: balance; }
.hero h1 em, .hero h2 em { color: var(--leaf); font-style: normal; }
.hero-lead { max-width: 650px; margin: 22px auto 0; color: rgba(255,255,255,.94); font-size: 16px; line-height: 1.85; letter-spacing: .04em; text-shadow:0 2px 12px rgba(0,23,19,.5); }
.hero-status { position: absolute; z-index: 4; right: clamp(24px, 4.5vw, 76px); top: 125px; display: flex; align-items: center; gap: 11px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(8,45,37,.24); backdrop-filter: blur(12px); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 5px rgba(141,224,92,.15); animation: pulse 2s infinite; }
.hero-status div { display: grid; gap: 2px; }
.hero-status small { font-size: 9px; opacity: .65; }
.hero-status strong { font-size: 10px; letter-spacing: .1em; }
.hero-controls { position: absolute; z-index: 4; right: clamp(24px, 4.5vw, 76px); bottom: 48px; display: flex; align-items: center; gap: 13px; }
.hero-controls p { display: flex; align-items: baseline; gap: 5px; margin: 0; }
.hero-controls p strong { font-size: 24px; font-weight: 500; }
.hero-controls p span { font-size: 11px; opacity: .65; }
.progress-track { width: 110px; height: 1px; margin: 0 8px; background: rgba(255,255,255,.28); overflow: hidden; }
.progress-track i { display: block; width: 0; height: 100%; background: var(--leaf); }
.hero-slide.is-active ~ .hero-controls .progress-track i { width: 100%; }
.hero-controls button { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(5,34,28,.12); color: white; cursor: pointer; backdrop-filter: blur(10px); transition: background .2s; }
.hero-controls button:hover { background: rgba(255,255,255,.2); }
.site-header.is-scrolled { height: 74px; color: var(--ink); background: rgba(244,241,232,.9); box-shadow: 0 8px 34px rgba(12,50,42,.08); backdrop-filter: blur(18px); }
.site-header.is-scrolled::after { background: rgba(18,52,46,.1); }
.site-header.is-scrolled .brand-mark { border-color: rgba(18,52,46,.4); }
.site-header.is-scrolled .desktop-nav a { padding-top: 27px; padding-bottom: 25px; }
.site-header.is-scrolled .desktop-nav a.is-active::after { bottom: 14px; }
.site-header.is-scrolled .admin-link { color: var(--ink); border-color: rgba(18,52,46,.18); background: rgba(255,255,255,.46); }
.site-header.is-scrolled .menu-toggle { background: var(--forest); }
body.menu-open, body.dialog-open, body.service-open { overflow: hidden; }

.floating-logo { position: fixed; z-index: 130; top: max(20px, calc(env(safe-area-inset-top) + 12px)); left: clamp(18px, 3.2vw, 52px); min-width: 0; padding: 0; border: 0; color: white; background: transparent; filter: drop-shadow(0 3px 8px rgba(3,28,23,.48)); transition: transform .2s, filter .2s; }
.floating-logo:hover { transform: translateY(-2px); filter: drop-shadow(0 5px 12px rgba(3,28,23,.58)); }
.floating-logo .brand-mark { width: 42px; height: 42px; border-color: rgba(255,255,255,.72); }
.floating-logo .brand-copy strong { font-size: 17px; }
.floating-logo .brand-copy small { color: rgba(255,255,255,.8); opacity: 1; }
.home-steward-entry { position:fixed; z-index:130; top:max(66px,calc(env(safe-area-inset-top) + 58px)); left:clamp(18px,3.2vw,52px); padding:0; display:inline-flex; align-items:center; gap:10px; border:0; color:white; background:transparent; filter:drop-shadow(0 3px 8px rgba(3,28,23,.48)); cursor:pointer; text-align:left; transition:transform .2s,filter .2s; }
.home-steward-entry:hover,.home-steward-entry:focus-visible { transform:translateY(-2px); outline:2px solid rgba(141,224,92,.42); outline-offset:5px; filter:drop-shadow(0 5px 12px rgba(3,28,23,.62)); }
.home-steward-mark { position:relative; width:34px; height:34px; flex:0 0 auto; display:grid; place-items:center; border:1px solid rgba(255,255,255,.72); border-radius:50% 50% 44% 56%; transform:rotate(-8deg); }
.home-steward-mark::before,.home-steward-mark::after,.home-steward-mark i { content:""; position:absolute; width:11px; height:6px; border-radius:90% 0 90% 0; background:var(--leaf); }
.home-steward-mark::before { top:-4px; left:4px; transform:rotate(-32deg); }
.home-steward-mark::after { top:-5px; right:4px; transform:rotate(22deg) scaleX(-1); }
.home-steward-mark i { top:-8px; left:12px; }
.home-steward-mark b { font-family:"Songti SC",serif; font-size:14px; transform:rotate(8deg); }
.home-steward-copy { width:62px; display:grid; gap:4px; line-height:1; }
.home-steward-copy strong { width:100%; display:block; font-family:"Songti SC",serif; font-size:14px; letter-spacing:.08em; text-align:justify; text-align-last:justify; white-space:nowrap; }
.home-steward-copy small { width:100%; display:block; color:rgba(255,255,255,.72); font-size:6px; letter-spacing:.08em; text-align:justify; text-align-last:justify; white-space:nowrap; }

.section-shell { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.section-kicker { margin: 0 0 26px; color: #55766e; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2, .scenes-heading h2, .cycle-copy h2, .platform-copy h2 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: clamp(42px, 5vw, 76px); font-weight: 500; line-height: 1.23; letter-spacing: -.045em; }
.noscript-notice { position: fixed; z-index: 120; left: 0; right: 0; top: 0; padding: 10px 18px; color: white; background: #8b4a2c; text-align: center; font-size: 12px; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.home-city-route { position: relative; overflow: hidden; color: white; background: #082e27; }
.route-journey { position: relative; }
.route-chapter { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #183d33; }
.route-chapter::before { content: ""; position: absolute; z-index: 0; inset: -2%; background-image: url("city-journey/guilin-route-desktop-v1.webp?v=20260828-route30"); background-size: cover; background-position: center; transform: scale(1.035); }
.route-chapter--even::before { transform: scaleX(-1) scale(1.035); }
.route-chapter--three::before { background-position: center 42%; filter: saturate(.88) hue-rotate(8deg); }
.route-chapter--four::before { background-position: center 58%; filter: saturate(.78) brightness(.87); }
.route-chapter--five::before { background-position: center 70%; filter: saturate(.86) hue-rotate(-8deg); }
.route-chapter--six::before { background-position: center 88%; filter: saturate(.75) brightness(.76); }
.route-chapter-overlay { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(2,30,25,.58),transparent 27%,transparent 73%,rgba(2,30,25,.58)),linear-gradient(0deg,rgba(2,31,25,.74),transparent 32%,rgba(3,30,25,.3)); }
.route-chapter--one .route-chapter-overlay { background: linear-gradient(90deg,rgba(2,30,25,.52),transparent 30%,transparent 70%,rgba(2,30,25,.52)),linear-gradient(0deg,rgba(2,31,25,.62),transparent 44%,rgba(3,30,25,.48)); }
.route-chapter + .route-chapter { border-top: 1px solid rgba(242,216,142,.28); }
.route-intro { position: absolute; z-index: 6; top: max(44px, 5.5vh); left: 50%; width: min(760px, calc(100% - 48px)); text-align: center; transform: translateX(-50%); text-shadow: 0 4px 22px rgba(0,26,22,.48); }
.route-intro p { margin: 0 0 9px; color: #e8ce86; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.route-intro h3 { margin: 0; font-family: "Songti SC","STSong",serif; font-size: clamp(34px,4.5vw,64px); font-weight: 500; line-height: 1.08; }
.route-intro span { display: block; margin-top: 11px; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .18em; }
.route-chapter-title { position: absolute; z-index: 6; top: max(26px,3.5vh); left: 50%; margin: 0; display: grid; gap: 2px; text-align: center; transform: translateX(-50%); text-shadow: 0 3px 16px rgba(0,26,22,.5); }
.route-chapter-title small { color: #e9d08b; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.route-chapter-title strong { font-family: "Songti SC",serif; font-size: clamp(27px,3vw,42px); font-weight: 500; white-space: nowrap; }
.route-chapter-title span { color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
.route-line { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; pointer-events: none; filter: drop-shadow(0 3px 5px rgba(4,42,33,.55)); }
.route-line path { fill: none; stroke: rgba(242,211,126,.82); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 4 13; animation: routeFlow 20s linear infinite; }
.route-stop { position: absolute; z-index: 5; left: var(--x); top: var(--y); width: 82px; height: 82px; border-radius: 50%; transform: translate(-50%,-50%); transition: z-index .01s, transform .25s, filter .25s; }
.route-stop:hover,.route-stop:focus-visible { z-index: 9; outline: none; transform: translate(-50%,-50%) scale(1.08); filter: drop-shadow(0 14px 22px rgba(1,31,25,.55)); }
.route-emblem { position: absolute; inset: 5px; display: grid; place-items: center; overflow: hidden; border: 3px solid #f2d989; border-radius: 50%; color: #f8edc8; background: #0a4b3e; box-shadow: 0 0 0 3px rgba(7,57,47,.9),0 0 22px rgba(239,205,111,.5),0 12px 28px rgba(0,30,25,.45); }
.route-emblem img { width: 100%; height: 100%; display: block; object-fit: cover; }
.route-glyph { font-family: "Songti SC",serif; font-size: 31px; background: radial-gradient(circle at 34% 25%,rgba(151,225,111,.55),transparent 25%),linear-gradient(145deg,#276956,#062f28); }
.route-copy { position: absolute; top: 50%; width: 174px; min-height: 62px; padding: 9px 13px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(242,218,147,.5); border-radius: 14px; color: #153c33; background: rgba(249,244,222,.93); box-shadow: 0 12px 32px rgba(0,35,28,.34); backdrop-filter: blur(9px); transform: translateY(-50%); }
.stop-left .route-copy { left: calc(100% + 13px); }
.stop-right .route-copy { right: calc(100% + 13px); text-align: right; }
.route-copy small { color: #61766e; font-size: 8px; font-weight: 800; }
.route-copy strong { margin-top: 1px; font-family: "Songti SC",serif; font-size: 23px; font-weight: 700; line-height: 1.08; }
.route-copy span { margin-top: 2px; color: #5b6f68; font-size: 9px; white-space: nowrap; }
.route-stop > b { position: absolute; z-index: 3; right: -2px; bottom: 0; width: 27px; height: 27px; display: grid; place-items: center; border: 2px solid #f4dc94; border-radius: 50%; color: #f7ebc4; background: #093f35; font-family: Georgia,serif; font-size: 8px; box-shadow: 0 5px 12px rgba(0,30,24,.4); }
.is-concept .route-copy { border-style: dashed; }
.route-stop-final .route-emblem { animation: finalBeacon 2.6s ease-in-out infinite; }
.route-stop-final .route-copy { color: #f8ebbd; background: rgba(7,54,44,.92); }
.route-stop-final .route-copy small,.route-stop-final .route-copy span { color: rgba(255,255,255,.72); }
.route-screen-index { position: absolute; z-index: 6; right: clamp(108px,9vw,150px); bottom: clamp(22px,4vh,46px); font-family: Georgia,serif; font-size: 24px; text-shadow: 0 3px 14px rgba(0,24,20,.55); }
.route-screen-index i { margin-left: 4px; color: rgba(255,255,255,.55); font-size: 10px; font-style: normal; }
.route-complete { position: absolute; z-index: 7; right: clamp(70px,9vw,150px); bottom: clamp(20px,3.5vh,42px); min-width: 196px; height: 46px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(242,216,142,.6); border-radius: 999px; color: #153b32; background: rgba(248,235,191,.92); font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
@keyframes routeFlow { to { stroke-dashoffset: -170; } }
@keyframes finalBeacon { 50% { box-shadow: 0 0 0 3px rgba(7,57,47,.9),0 0 36px rgba(244,208,105,.95),0 14px 30px rgba(0,30,25,.5); } }

.seven-systems { padding: clamp(82px, 9vw, 130px) 0; color: white; background: radial-gradient(circle at 82% 12%, rgba(147,228,94,.16), transparent 30%), #062b25; }
.seven-systems-shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.seven-systems-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px 7vw; align-items: end; }
.seven-systems-head .section-kicker { grid-column: 1 / -1; margin-bottom: 0; color: var(--leaf); }
.seven-systems-head h2 { margin: 0; font-family: "Songti SC", serif; font-size: clamp(42px, 5.4vw, 72px); font-weight: 500; line-height: 1.16; }
.seven-systems-head > p:last-child { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.9; }
.seven-systems-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.seven-systems-grid a { position: relative; min-height: 225px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 21px; background: rgba(255,255,255,.06); transition: transform .25s, border-color .25s, background .25s; }
.seven-systems-grid a:hover { transform: translateY(-5px); border-color: rgba(147,228,94,.68); background: rgba(255,255,255,.1); }
.seven-systems-grid a > span { color: rgba(255,255,255,.42); font-family: Georgia, serif; font-size: 11px; }
.seven-systems-grid a > b { width: 58px; height: 58px; margin-top: 25px; display: grid; place-items: center; border-radius: 50%; color: #12382f; background: var(--leaf); font-family: "Songti SC", serif; font-size: 25px; }
.seven-systems-grid strong { margin-top: auto; font-family: "Songti SC", serif; font-size: 25px; font-weight: 500; }
.seven-systems-grid small { margin-top: 7px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; }

.vision-section { padding: clamp(100px, 12vw, 180px) 0; background: var(--cream); }
.vision-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); column-gap: 10vw; row-gap: 90px; }
.vision-copy { align-self: end; padding-bottom: 6px; }
.lead-copy { margin: 0; color: #49665f; font-size: 17px; line-height: 2; }
.ink-link { display: inline-flex; align-items: center; gap: 55px; margin-top: 30px; padding-bottom: 9px; border-bottom: 1px solid rgba(18,52,46,.35); font-size: 13px; font-weight: 700; }
.vision-principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(18,52,46,.17); border-bottom: 1px solid rgba(18,52,46,.17); }
.vision-principles article { min-height: 210px; padding: 27px 28px 30px; border-right: 1px solid rgba(18,52,46,.17); }
.vision-principles article:last-child { border-right: 0; }
.vision-principles span { display: block; color: #739087; font-size: 10px; }
.vision-principles strong { display: block; margin-top: 48px; font-family: "Songti SC", serif; font-size: 25px; font-weight: 600; }
.vision-principles p { margin: 12px 0 0; color: #678078; font-size: 13px; line-height: 1.75; }

.panorama-section { position: relative; min-height: 88svh; overflow: hidden; color: white; }
.panorama-section picture, .panorama-section img { position: absolute; inset: 0; width: 100%; height: 100%; }
.panorama-section img { object-fit: cover; }
.panorama-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,38,32,.76), rgba(6,35,29,.08) 74%), linear-gradient(0deg, rgba(7,34,29,.44), transparent 53%); }
.panorama-content { position: relative; z-index: 1; min-height: 88svh; padding: 12vh max(7vw, 28px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.panorama-content > p { margin: 0 0 27px; font-size: 11px; letter-spacing: .2em; opacity: .78; }
.panorama-content h2 { margin: 0; font-family: "Songti SC", serif; font-size: clamp(54px, 6vw, 92px); font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.panorama-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.panorama-tags span { padding: 9px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(6,42,34,.12); font-size: 11px; backdrop-filter: blur(8px); }

.scenes-section { padding: clamp(100px, 12vw, 178px) 0; color: white; background: #0c342d; }
.scenes-section .section-kicker { color: #8fb0a6; }
.scenes-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 11vw; margin-bottom: 72px; }
.scenes-heading > p { margin: 0 0 8px; color: #9bb4ad; font-size: 14px; line-height: 1.95; }
.scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.scene-card { position: relative; min-height: 390px; padding: 30px 30px 32px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); overflow: hidden; transition: background .3s, transform .3s; }
.scene-card:hover { z-index: 2; background: rgba(255,255,255,.055); transform: translateY(-3px); }
.scene-card-featured { background: #124b3e; }
.scene-card-accent { color: #143b31; background: var(--leaf); }
.scene-index { display: flex; align-items: baseline; justify-content: space-between; }
.scene-index span { font-size: 12px; opacity: .65; }
.scene-index small { font-size: 8px; letter-spacing: .15em; opacity: .55; }
.scene-icon { width: 64px; height: 64px; margin-top: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 48% 52% 44% 56%; font-family: "Songti SC", serif; font-size: 22px; transform: rotate(-6deg); }
.scene-card-accent .scene-icon { border-color: rgba(18,52,46,.25); }
.scene-card h3 { margin: 28px 0 0; font-family: "Songti SC", serif; font-size: 30px; font-weight: 600; }
.scene-card > p { min-height: 70px; margin: 12px 0 28px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; }
.scene-card-accent > p { color: rgba(18,52,46,.72); }
.scene-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 0; list-style: none; }
.scene-card li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 10px; }
.scene-card-accent li { color: var(--ink); border-color: rgba(18,52,46,.2); }

.cycle-section { padding: clamp(105px, 12vw, 180px) 0; background: #e5ebdc; }
.cycle-layout { display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: 7vw; }
.cycle-copy > p:last-child { max-width: 500px; margin: 30px 0 0; color: #5a746d; font-size: 15px; line-height: 1.95; }
.cycle-map { position: relative; width: min(620px, 100%); aspect-ratio: 1; margin-left: auto; border: 1px solid rgba(18,52,46,.17); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.62), rgba(255,255,255,0) 62%); }
.cycle-map::before, .cycle-map::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(18,52,46,.2); border-radius: 50%; }
.cycle-map::after { inset: 32%; border-style: solid; }
.cycle-center { position: absolute; z-index: 2; inset: 38%; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; color: white; background: var(--forest); box-shadow: 0 20px 50px rgba(13,71,58,.23); }
.cycle-center small { font-size: 8px; letter-spacing: .2em; opacity: .58; }
.cycle-center strong { margin-top: 5px; font-family: "Songti SC", serif; font-size: 21px; }
.cycle-center span { margin-top: 4px; font-size: 9px; color: var(--leaf); }
.cycle-node { position: absolute; z-index: 2; width: 168px; min-height: 112px; padding: 18px; display: grid; align-content: center; border: 1px solid rgba(18,52,46,.16); border-radius: 18px; background: rgba(247,247,239,.85); box-shadow: 0 16px 45px rgba(36,73,63,.09); backdrop-filter: blur(10px); }
.cycle-node b { font-size: 9px; color: #789089; }
.cycle-node strong { margin-top: 5px; font-family: "Songti SC", serif; font-size: 22px; }
.cycle-node small { margin-top: 5px; color: #6a827b; font-size: 9px; }
.node-farm { left: 4%; top: 19%; }
.node-service { right: 1%; top: 21%; }
.node-home { right: 3%; bottom: 17%; }
.node-eco { left: 5%; bottom: 15%; }
.orbit { position: absolute; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 8px rgba(141,224,92,.14); }
.orbit-one { width: 10px; height: 10px; top: 12%; left: 47%; }
.orbit-two { width: 7px; height: 7px; bottom: 9%; left: 48%; }

.platform-section { padding: clamp(105px, 12vw, 180px) 0; background: #f7f5ef; }
.platform-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 8vw; }
.platform-board { overflow: hidden; border: 1px solid rgba(18,52,46,.16); border-radius: 28px; color: white; background: #0a3029; box-shadow: 0 34px 80px rgba(12,52,44,.2); }
.platform-board > header { min-height: 70px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.platform-board > header div { display: flex; align-items: center; gap: 12px; }
.platform-board > header strong { font-size: 13px; }
.platform-board > header small { color: #82a399; font-size: 8px; letter-spacing: .15em; }
.board-main { min-height: 440px; padding: 40px; display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 35px; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 28px 28px; }
.board-radar { position: relative; aspect-ratio: 1; border: 1px solid rgba(141,224,92,.22); border-radius: 50%; background: radial-gradient(circle, rgba(141,224,92,.11), transparent 63%); }
.board-radar::before, .board-radar::after, .board-radar i { content: ""; position: absolute; inset: 17%; border: 1px solid rgba(141,224,92,.18); border-radius: 50%; }
.board-radar::after { inset: 34%; }
.board-radar i:nth-child(1) { inset: 50% auto auto 50%; width: 1px; height: 50%; border: 0; border-radius: 0; background: rgba(141,224,92,.24); transform-origin: top; animation: radar 5s linear infinite; }
.board-radar i:nth-child(2), .board-radar i:nth-child(3) { width: 7px; height: 7px; inset: auto; border: 0; background: var(--leaf); box-shadow: 0 0 0 7px rgba(141,224,92,.08); }
.board-radar i:nth-child(2) { left: 26%; top: 34%; }
.board-radar i:nth-child(3) { right: 23%; bottom: 27%; }
.board-radar span { position: absolute; inset: 37%; display: grid; place-content: center; place-items: center; border-radius: 50%; background: rgba(7,39,33,.92); }
.board-radar b { font-family: "Songti SC", serif; font-size: 20px; }
.board-radar small { margin-top: 3px; color: var(--leaf); font-size: 7px; letter-spacing: .12em; }
.board-stream { display: grid; gap: 12px; }
.board-stream article { min-height: 92px; padding: 16px 18px; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-content: center; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.04); }
.board-stream article > span { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--leaf); background: rgba(141,224,92,.09); font-size: 9px; }
.board-stream strong { align-self: end; font-size: 13px; }
.board-stream small { align-self: start; margin-top: 5px; color: #809c94; font-size: 9px; }
.platform-board > footer { height: 58px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 15px; border-top: 1px solid rgba(255,255,255,.12); color: #8aa49d; font-size: 9px; }
.platform-board > footer i { width: 46px; height: 1px; background: rgba(141,224,92,.28); }
.platform-copy > p:not(.section-kicker) { margin: 28px 0 0; color: #5d746e; font-size: 15px; line-height: 1.9; }
.role-list { margin-top: 32px; border-top: 1px solid rgba(18,52,46,.14); }
.role-list article { padding: 15px 0; display: grid; grid-template-columns: 76px 1fr; align-items: center; border-bottom: 1px solid rgba(18,52,46,.14); }
.role-list span { font-family: "Songti SC", serif; font-size: 18px; font-weight: 600; }
.role-list p { margin: 0; color: #71847f; font-size: 12px; }
.dark-button { min-width: 190px; height: 52px; margin-top: 34px; padding: 0 20px; display: inline-flex; justify-content: space-between; align-items: center; border: 0; border-radius: 999px; color: white; background: var(--forest); font-size: 13px; cursor: pointer; }

.blueprint-section { position: relative; min-height: 90svh; overflow: hidden; color: white; }
.blueprint-section picture, .blueprint-section img { position: absolute; inset: 0; width: 100%; height: 100%; }
.blueprint-section img { object-fit: cover; }
.blueprint-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,34,29,.83), rgba(5,34,29,.12) 73%), linear-gradient(0deg, rgba(4,31,26,.54), transparent 58%); }
.blueprint-content { position: relative; z-index: 1; min-height: 90svh; padding: 12vh max(8vw, 28px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.phase-label { padding: 9px 14px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; font-size: 9px; letter-spacing: .16em; background: rgba(5,34,29,.16); backdrop-filter: blur(9px); }
.blueprint-content h2 { max-width: 850px; margin: 28px 0 0; font-family: "Songti SC", serif; font-size: clamp(50px, 6vw, 88px); font-weight: 500; line-height: 1.15; letter-spacing: -.05em; }
.blueprint-content > p { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.9; }
.blueprint-content > div { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.blueprint-content > div > a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 12px; }
.blueprint-content > div > a span { margin-left: 20px; }

.site-footer { padding: 64px max(4.5vw, 24px) 27px; color: white; background: #082922; }
.footer-top { min-height: 180px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-top > p { margin: 8px 0 0; font-family: "Songti SC", serif; font-size: clamp(24px, 2.3vw, 38px); }
.footer-manager { min-width: 150px; height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; background: transparent; }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #77958c; font-size: 10px; }
.footer-bottom nav { display: flex; gap: 27px; }
.footer-bottom p { margin: 0; }

.service-backdrop { position: fixed; z-index: 124; inset: 0; background: radial-gradient(circle at calc(100% - 42px) calc(100% - 42px), rgba(147,228,94,.08), transparent 38%), rgba(2,24,20,.56); opacity: 0; backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); transition: opacity .3s; }
.service-backdrop[hidden] { display: none; }
.service-backdrop.is-open { opacity: 1; }
.service-dock { position: fixed; z-index: 130; right: max(24px, calc(env(safe-area-inset-right) + 16px)); bottom: max(24px, calc(env(safe-area-inset-bottom) + 16px)); width: 66px; height: 66px; }
.service-trigger { position: relative; z-index: 3; width: 66px; height: 66px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(18,52,46,.14); border-radius: 50%; color: #153d32; background: var(--leaf); box-shadow: 0 15px 42px rgba(7,43,35,.32); cursor: pointer; transition: transform .25s, box-shadow .25s, color .25s, background .25s; }
.service-trigger:hover { transform: translateY(-3px) scale(1.03); background: #a3ef70; box-shadow: 0 22px 58px rgba(7,43,35,.38); }
.service-trigger > span { display: grid; gap: 2px; text-align: center; }
.service-trigger strong { font-family: "Songti SC", serif; font-size: 15px; letter-spacing: .08em; }
.service-trigger small { font-size: 6px; letter-spacing: .12em; opacity: .55; }
.service-dock.is-open .service-trigger { color: white; border-color: rgba(255,255,255,.3); background: #0b4a3c; transform: rotate(-8deg); box-shadow: 0 18px 55px rgba(0,0,0,.32); }
.service-panel { position: absolute; z-index: 2; right: 0; bottom: 0; width: 66px; height: 66px; overflow: visible; opacity: 0; pointer-events: none; transition: opacity .18s; }
.service-panel[hidden] { display: none; }
.service-panel.is-open { opacity: 1; pointer-events: auto; }
.service-panel > nav { position: relative; width: 100%; height: 100%; }
.service-orb { position: absolute; right: -7px; bottom: -7px; width: var(--size); height: var(--size); padding: 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; isolation: isolate; border: 2px solid #f4cf72; border-radius: 50%; color: white; background: radial-gradient(circle at 30% 22%, rgba(255,255,255,.32), transparent 24%), linear-gradient(145deg, var(--orb-color,#176b57), var(--orb-shade,#063129)); box-shadow: 0 14px 35px rgba(0,0,0,.28), 0 0 0 2px rgba(123,82,13,.48), 0 0 18px var(--orb-glow,rgba(244,207,114,.48)), inset 0 1px 0 rgba(255,255,255,.32); opacity: 0; transform: translate(0,0) scale(.2); transition: transform .48s cubic-bezier(.2,.86,.3,1.18), opacity .24s, filter .2s, box-shadow .2s; transition-delay: 0ms; cursor: pointer; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.48); }
.service-orb::before { content:""; position:absolute; z-index:-1; inset:-6px; border:1px solid rgba(255,218,126,.72); border-radius:inherit; box-shadow:0 0 8px rgba(255,206,99,.62),0 0 18px var(--orb-glow,rgba(255,206,99,.42)); opacity:.72; animation:serviceOrbGlow 1.85s ease-in-out infinite; animation-delay:var(--delay); }
.service-panel.is-open .service-orb { opacity: 1; transform: translate(var(--x), var(--y)) scale(1); transition-delay: var(--delay); }
.service-orb:hover, .service-orb:focus-visible, .service-orb.is-active { color: white; border-color:#ffe7a3; filter:brightness(1.12) saturate(1.08); box-shadow:0 20px 46px rgba(0,0,0,.34),0 0 0 3px rgba(255,213,111,.36),0 0 30px var(--orb-glow,rgba(255,206,99,.58)); outline:none; }
.service-orb b { font-family: "Songti SC", serif; font-size: 22px; line-height: 1; }
.service-orb span { max-width: 68px; font-size: 10px; font-weight: 700; line-height: 1.15; white-space: nowrap; }

.hero-controls { right: max(176px, 11vw); }

.dialog-backdrop { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(3,25,21,.76); backdrop-filter: blur(12px); opacity: 0; transition: opacity .25s; }
.dialog-backdrop[hidden] { display: none; }
.dialog-backdrop.is-open { opacity: 1; }
.member-dialog { position: relative; width: min(1040px, 96vw); max-height: min(820px, 92svh); display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: 28px; color: var(--ink); background: #f8f6f0; box-shadow: 0 36px 100px rgba(0,0,0,.32); }
.dialog-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.74); font-size: 26px; cursor: pointer; }
.member-aside { min-height: 650px; padding: 70px 48px; display: flex; flex-direction: column; color: white; background: linear-gradient(150deg, rgba(10,61,50,.94), rgba(7,38,32,.98)), url('../1%20电脑版%20首页图片/1.webp?v=20260826-plan5') center / cover; }
.member-aside > small { font-size: 8px; letter-spacing: .19em; color: var(--leaf); }
.member-aside h2 { margin: 23px 0 0; font-family: "Songti SC", serif; font-size: 48px; font-weight: 500; line-height: 1.17; }
.member-aside > p { margin: 25px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; }
.member-aside > div { margin-top: auto; display: flex; flex-wrap: wrap; gap: 7px; }
.member-aside > div span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 9px; }
.member-portal { max-height: 92svh; padding: 62px 58px 45px; overflow-y: auto; }
.member-portal > div > header p { margin: 0; color: #70827d; font-size: 11px; }
.member-portal > div > header h3 { margin: 8px 0 0; font-family: "Songti SC", serif; font-size: 31px; }
.auth-tabs { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(18,52,46,.15); }
.auth-tabs button { padding: 11px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #7c8d88; cursor: pointer; }
.auth-tabs button.is-active { border-color: var(--forest); color: var(--ink); font-weight: 700; }
.auth-form { display: none; margin-top: 24px; }
.auth-form.is-active { display: grid; gap: 15px; }
.auth-form label { display: grid; gap: 7px; }
.auth-form label span { font-size: 11px; color: #5c736c; }
.auth-form input, .auth-form select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(18,52,46,.16); border-radius: 11px; outline: none; color: var(--ink); background: white; }
.auth-form input:focus, .auth-form select:focus { border-color: #63a750; box-shadow: 0 0 0 3px rgba(99,167,80,.11); }
.phone-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.phone-field legend { margin-bottom: 7px; color: #5c736c; font-size: 11px; }
.phone-field > div { display: grid; grid-template-columns: minmax(132px,.78fr) minmax(0,1.22fr); gap: 8px; }
.phone-field select { padding-right: 30px; font-size: 12px; }
.phone-field > small { display: block; margin-top: 7px; color: #70857e; font-size: 10px; }
.auth-form > button { height: 51px; margin-top: 5px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 999px; color: white; background: var(--forest); cursor: pointer; }
.auth-form > button:disabled { cursor: wait; opacity: .55; }
.portal-status { min-height: 22px; margin: 16px 0 0; color: #9a4e43; font-size: 11px; line-height: 1.6; }
.portal-status.is-success { color: #367c4a; }
.member-dashboard > header small { color: #6d8d83; font-size: 8px; letter-spacing: .18em; }
.member-dashboard > header h3 { margin: 8px 0 0; font-family: "Songti SC", serif; font-size: 34px; }
.member-dashboard > header p { margin: 6px 0 0; color: #71847e; font-size: 11px; }
.member-meta { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.member-meta article { padding: 15px; border: 1px solid rgba(18,52,46,.12); border-radius: 13px; background: white; }
.member-meta span { display: block; color: #80918c; font-size: 9px; }
.member-meta strong { display: block; margin-top: 5px; font-size: 13px; overflow-wrap: anywhere; }
.dashboard-nav { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.dashboard-nav button { padding: 7px 10px; border: 1px solid rgba(18,52,46,.15); border-radius: 999px; background: transparent; font-size: 10px; cursor: pointer; }
.dashboard-nav button:hover { background: #e8eee4; }
.dashboard-card { margin-top: 20px; padding: 22px; border-radius: 16px; color: white; background: var(--forest); }
.dashboard-card small { font-size: 8px; color: var(--leaf); letter-spacing: .16em; }
.dashboard-card h4 { margin: 10px 0 0; font-family: "Songti SC", serif; font-size: 23px; }
.dashboard-card p { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.7; }
.dashboard-card span { display: block; margin-top: 13px; color: var(--leaf); font-size: 9px; }
.logout-button { margin-top: 18px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(18,52,46,.32); background: transparent; font-size: 10px; cursor: pointer; }

.city-gateway { position: relative; min-height: 88svh; overflow: hidden; color: white; background: var(--deep); }
.city-gateway > picture, .city-gateway > picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.city-gateway > picture img { object-fit: cover; }
.city-gateway-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,31,25,.9) 0%, rgba(3,31,25,.46) 52%, rgba(3,31,25,.08) 78%), linear-gradient(0deg, rgba(3,31,25,.7), transparent 45%); }
.city-gateway-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); min-height: 88svh; margin: 0 auto; padding: 110px 0 72px; display: flex; flex-direction: column; justify-content: flex-end; }
.city-gateway-content > p { margin: 0; color: var(--leaf); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.city-gateway-content > span { width: fit-content; margin-top: 18px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.74); background: rgba(5,47,39,.22); font-size: 10px; }
.city-gateway-content h2 { max-width: 830px; margin: 21px 0 0; font-family: "Songti SC", serif; font-size: clamp(56px, 7vw, 94px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.city-gateway-copy { max-width: 720px; margin-top: 27px; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; }
.city-gateway-copy p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.9; }
.city-gateway-copy a { min-width: 210px; height: 55px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; border-radius: 999px; color: #11392f; background: var(--leaf); font-size: 13px; font-weight: 800; }

@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(141,224,92,0); } }
@keyframes serviceOrbGlow { 0%,100% { opacity:.55; transform:scale(.96); } 50% { opacity:1; transform:scale(1.055); box-shadow:0 0 13px rgba(255,215,126,.92),0 0 28px var(--orb-glow,rgba(255,206,99,.65)); } }
@keyframes slideProgress { from { width: 0; } to { width: 100%; } }
@keyframes radar { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .home-city-route-shell { grid-template-columns: 1fr; }
  .vision-layout { column-gap: 6vw; }
  .scene-grid { grid-template-columns: repeat(2, 1fr); }
  .cycle-layout { grid-template-columns: .72fr 1fr; gap: 3vw; }
  .cycle-node { width: 150px; }
  .platform-layout { grid-template-columns: 1fr; }
  .platform-board { max-width: 760px; }
  .platform-copy { max-width: 680px; }
}

@media (max-width: 860px) {
  .home-city-route-shell { width: min(100% - 36px, 720px); grid-template-columns: 1fr; }
  .home-level-map { width: 100%; justify-self: center; }
  .site-header { height: 78px; padding: 0 20px; }
  .site-header::after { left: 20px; right: 20px; }
  .brand-copy strong { font-size: 17px; }
  .desktop-nav, .admin-link, .member-link { display: none; }
  .menu-toggle { display: block; cursor: pointer; }
  .mobile-nav { position: fixed; z-index: 45; top: 0; right: 0; bottom: 0; width: min(86vw, 380px); padding: 112px 32px 40px; display: flex; flex-direction: column; background: #0d3e34; color: white; transform: translateX(102%); transition: transform .35s ease; box-shadow: -20px 0 70px rgba(0,0,0,.25); }
  .mobile-nav.is-open { transform: translateX(0); }
  .mobile-nav a { display: flex; gap: 18px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: "Songti SC", serif; font-size: 26px; }
  .mobile-nav a span { font-family: system-ui, sans-serif; font-size: 10px; opacity: .5; }
  .mobile-nav button { margin-top: auto; height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 999px; background: var(--leaf); color: var(--ink); font-weight: 700; }
  .hero-content { left: 50%; right: auto; top: clamp(104px,15vh,142px); bottom: auto; width: min(720px,calc(100% - 46px)); transform: translateX(-50%); }
  .hero h1, .hero h2 { font-size: clamp(36px, 10vw, 50px); line-height: 1.14; }
  .hero-lead { max-width: 94%; margin-top: 20px; font-size: 14px; line-height: 1.75; }
  .hero-status { top: 96px; right: 18px; }
  .hero-controls { right: 20px; bottom: 27px; }
  .progress-track { width: 62px; }
  .section-shell { width: min(100% - 36px, 720px); }
  .vision-layout, .scenes-heading, .cycle-layout { grid-template-columns: 1fr; row-gap: 42px; }
  .vision-copy { max-width: 620px; }
  .vision-principles { grid-template-columns: 1fr 1fr; }
  .vision-principles article:nth-child(2) { border-right: 0; }
  .vision-principles article:nth-child(-n+2) { border-bottom: 1px solid rgba(18,52,46,.17); }
  .panorama-section, .panorama-content { min-height: 78svh; }
  .panorama-content { justify-content: flex-end; padding-bottom: 70px; }
  .scenes-heading { gap: 24px; }
  .scene-card { min-height: 360px; }
  .cycle-map { margin: 20px auto 0; }
  .board-main { min-height: 390px; padding: 30px; }
  .blueprint-section, .blueprint-content { min-height: 82svh; }
  .blueprint-content { justify-content: flex-end; padding-bottom: 72px; }
  .footer-top { grid-template-columns: 1fr auto; row-gap: 30px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .member-dialog { grid-template-columns: 1fr; overflow-y: auto; }
  .member-aside { min-height: 210px; padding: 48px 32px 28px; }
  .member-aside h2 { font-size: 36px; }
  .member-aside > p { max-width: 550px; }
  .member-aside > div { margin-top: 25px; }
  .member-portal { max-height: none; padding: 38px 32px 36px; overflow: visible; }
}

@media (max-width: 520px) {
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy small { font-size: 8px; }
  .hero-overlay { background:linear-gradient(180deg,rgba(4,31,25,.14) 0%,rgba(4,31,25,.02) 44%,rgba(4,31,25,.08) 70%,rgba(3,27,22,.28) 100%); }
  .hero-status { padding: 9px 13px; }
  .hero-status small { display: none; }
  .hero-content { top: clamp(104px,16vh,136px); bottom: auto; padding:22px 16px 24px; border-radius:22px; background:linear-gradient(155deg,rgba(3,42,34,.54),rgba(3,30,25,.3)); -webkit-backdrop-filter:blur(8px) saturate(1.08); backdrop-filter:blur(8px) saturate(1.08); }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  .hero-lead { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .hero-controls button { width: 39px; height: 39px; }
  .section-shell { width: calc(100% - 30px); }
  .section-heading h2, .scenes-heading h2, .cycle-copy h2, .platform-copy h2 { font-size: 39px; }
  .vision-section, .scenes-section, .cycle-section, .platform-section { padding: 92px 0; }
  .vision-principles { grid-template-columns: 1fr; }
  .vision-principles article { min-height: 170px; border-right: 0; border-bottom: 1px solid rgba(18,52,46,.17); }
  .vision-principles article:nth-child(3) { border-bottom: 1px solid rgba(18,52,46,.17); }
  .vision-principles article:last-child { border-bottom: 0; }
  .vision-principles strong { margin-top: 28px; }
  .panorama-content h2 { font-size: 46px; }
  .scene-grid { grid-template-columns: 1fr; }
  .scene-card { min-height: 345px; padding: 26px 25px 28px; }
  .cycle-map { transform: scale(.96); }
  .cycle-node { width: 123px; min-height: 90px; padding: 12px; border-radius: 14px; }
  .cycle-node strong { font-size: 18px; }
  .cycle-node small { font-size: 7px; }
  .cycle-center strong { font-size: 16px; }
  .board-main { grid-template-columns: 1fr; padding: 24px; }
  .board-radar { width: min(260px, 82%); margin: 0 auto; }
  .platform-board > header { padding: 0 18px; }
  .platform-board > header small { display: none; }
  .blueprint-content h2 { font-size: 44px; }
  .blueprint-content > div { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-manager { grid-row: 3; width: 100%; }
  .footer-bottom nav { flex-wrap: wrap; gap: 16px 24px; }
  .dialog-backdrop { padding: 10px; }
  .member-dialog { width: 100%; max-height: 95svh; border-radius: 22px; }
  .member-aside { min-height: 188px; padding: 43px 24px 24px; }
  .member-aside h2 { margin-top: 16px; font-size: 31px; }
  .member-aside > p { display: none; }
  .member-portal { padding: 31px 22px 28px; }
  .auth-tabs button { font-size: 12px; }
}

@media (max-width: 700px) {
  .floating-logo { top: max(14px, calc(env(safe-area-inset-top) + 8px)); left: 14px; padding: 0; box-shadow: none; }
  .floating-logo .brand-mark { width: 38px; height: 38px; }
  .floating-logo .brand-copy strong { font-size: 15px; }
  .floating-logo .brand-copy small { font-size: 7px; }
  .home-steward-entry { top: max(56px, calc(env(safe-area-inset-top) + 50px)); left: 14px; }
  .hero-content { left: 50%; top: max(104px,16vh); bottom: auto; width: calc(100% - 36px); transform: translateX(-50%); }
  .service-backdrop { background: radial-gradient(circle at calc(100% - 36px) calc(100% - 36px), rgba(147,228,94,.1), transparent 48%), rgba(2,24,20,.64); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  .service-dock { right: max(12px, calc(env(safe-area-inset-right) + 8px)); bottom: max(13px, calc(env(safe-area-inset-bottom) + 9px)); width: 58px; height: 58px; }
  .service-trigger, .service-panel { width: 58px; height: 58px; }
  .service-trigger strong { font-size: 14px; }
  .service-trigger small { font-size: 5px; }
  .service-orb { right: -7px; bottom: -7px; }
  .service-panel.is-open .service-orb { transform: translate(var(--mx), var(--my)) scale(.84); }
  .service-orb b { font-size: 21px; }
  .service-orb span { font-size: 10px; }
  .hero-controls { left: 20px; right: auto; bottom: 26px; }
  .route-chapter { min-height: 100svh; }
  .route-chapter::before { inset: -1%; background-image: url("city-journey/guilin-route-mobile-v1.webp?v=20260828-route30"); background-position: center; transform: scale(1.025); }
  .route-chapter--even::before { transform: scaleX(-1) scale(1.025); }
  .route-chapter--three::before { background-position: center 30%; }
  .route-chapter--four::before { background-position: center 50%; }
  .route-chapter--five::before { background-position: center 70%; }
  .route-chapter--six::before { background-position: center 88%; }
  .route-chapter-overlay,.route-chapter--one .route-chapter-overlay { background: linear-gradient(90deg,rgba(2,28,23,.42),transparent 28%,transparent 72%,rgba(2,28,23,.42)),linear-gradient(0deg,rgba(2,30,24,.72),transparent 28%,rgba(2,30,24,.46)); }
  .route-intro { top: max(27px,4vh); width: calc(100% - 30px); }
  .route-intro p { margin-bottom: 6px; font-size: 7px; }
  .route-intro h3 { font-size: clamp(30px,8.4vw,38px); line-height: 1.06; }
  .route-intro span { margin-top: 6px; font-size: 7px; }
  .route-chapter-title { top: max(17px,2.5vh); }
  .route-chapter-title small { font-size: 6px; }
  .route-chapter-title strong { font-size: 24px; }
  .route-chapter-title span { font-size: 7px; }
  .route-line path { stroke-width: 6; }
  .route-stop { top: calc(var(--y) + 1%); width: 64px; height: 64px; }
  .route-emblem { inset: 4px; border-width: 2px; box-shadow: 0 0 0 2px rgba(7,57,47,.9),0 0 16px rgba(239,205,111,.54),0 9px 20px rgba(0,30,25,.42); }
  .route-glyph { font-size: 24px; }
  .route-copy { width: 132px; min-height: 52px; padding: 7px 9px; border-radius: 11px; }
  .stop-left .route-copy { left: calc(100% + 7px); }
  .stop-right .route-copy { right: calc(100% + 7px); }
  .route-copy small { font-size: 6px; }
  .route-copy strong { font-size: 18px; }
  .route-copy span { font-size: 7px; }
  .route-stop > b { width: 22px; height: 22px; border-width: 1px; font-size: 7px; }
  .route-screen-index { right: 82px; bottom: max(18px,calc(env(safe-area-inset-bottom) + 12px)); font-size: 19px; }
  .route-complete { display: none; }
  .home-city-route { padding: 0; }
  .home-city-route-shell { width: calc(100% - 16px); }
  .home-city-route-head h2 { font-size: 42px; }
  .home-level-map { width: 100%; border-radius: 24px; }
  .home-level-stage { width: 76px; height: 76px; }
  .home-level-emblem { inset: 5px; border-width: 3px; box-shadow: 0 0 0 2px rgba(21,75,60,.82),0 8px 18px rgba(5,42,34,.34); }
  .home-level-copy { width: 132px; min-height: 57px; padding: 7px 9px; border-radius: 12px; }
  .home-level-stage.stage-left .home-level-copy { left: calc(100% + 8px); }
  .home-level-stage.stage-right .home-level-copy { right: calc(100% + 8px); }
  .home-level-copy small { font-size: 7px; }
  .home-level-copy strong { font-size: 20px; }
  .home-level-copy span { font-size: 9px; }
  .home-level-stage > b { width: 24px; height: 24px; border-width: 1px; }
  .city-gateway, .city-gateway-content { min-height: 100svh; }
  .city-gateway-overlay { background: linear-gradient(0deg, rgba(3,31,25,.95) 0%, rgba(3,31,25,.62) 39%, rgba(3,31,25,.06) 75%); }
  .city-gateway-content { width: calc(100% - 30px); padding: 100px 0 max(58px, calc(42px + env(safe-area-inset-bottom))); }
  .city-gateway-content h2 { font-size: clamp(46px, 13vw, 63px); }
  .city-gateway-copy { grid-template-columns: 1fr; gap: 22px; }
  .city-gateway-copy a { width: 100%; min-width: 0; }
  .seven-systems-shell { width: calc(100% - 30px); }
  .seven-systems-head { grid-template-columns: 1fr; }
  .seven-systems-head .section-kicker { grid-column: auto; }
  .seven-systems-head h2 { font-size: 42px; }
  .seven-systems-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .seven-systems-grid a { min-height: 188px; padding: 19px; }
  .seven-systems-grid a > b { width: 49px; height: 49px; margin-top: 18px; font-size: 22px; }
  .seven-systems-grid strong { font-size: 21px; }
}

@media (max-width: 390px) {
  .route-copy { width: 120px; }
  .route-stop { width: 59px; height: 59px; }
  .route-copy strong { font-size: 16px; }
  .route-copy span { font-size: 6px; }
  .home-level-stage { width: 70px; height: 70px; }
  .home-level-copy { width: 120px; }
  .home-level-copy strong { font-size: 18px; }
  .home-level-copy span { font-size: 8px; }
  .orb-homeland { --mx: -94px !important; }
  .orb-manor { --mx: -174px !important; }
  .orb-city { --mx: -82px !important; }
  .orb-hall { --mx: -151px !important; }
  .orb-farm { --mx: -204px !important; }
  .orb-ranch { --mx: -232px !important; }
  .orb-pond { --mx: -246px !important; }
}

@media (max-width: 700px) and (max-height: 720px) {
  .hero-content { top: max(88px,13vh); bottom: auto; }
  .route-stop { width: 56px; height: 56px; }
  .route-copy { width: 116px; min-height: 46px; padding: 5px 7px; }
  .route-copy strong { font-size: 15px; }
  .route-copy span { display: none; }
  .service-panel.is-open .service-orb { transform: translate(var(--mx), var(--my)) scale(.76); }
  .orb-homeland { --my: -348px !important; }
  .orb-manor { --my: -300px !important; }
  .orb-city { --my: -262px !important; }
  .orb-hall { --my: -208px !important; }
  .orb-farm { --my: -148px !important; }
  .orb-ranch { --my: -86px !important; }
  .orb-pond { --my: -22px !important; }
}

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

/* Keep the two top-left brand entries perfectly aligned and equally scaled. */
.floating-logo,
.home-steward-entry {
  left: clamp(18px, 3.2vw, 52px);
  width: 136px;
  min-width: 0;
  min-height: 42px;
  display: grid;
  grid-template-columns: 42px 82px;
  align-items: center;
  gap: 12px;
}
.floating-logo { top: max(20px, calc(env(safe-area-inset-top) + 12px)); }
.home-steward-entry { top: max(74px, calc(env(safe-area-inset-top) + 66px)); }
.floating-logo .brand-mark,
.home-steward-mark { width: 42px; height: 42px; border-radius: 50%; transform: none; }
.home-steward-mark::before,
.home-steward-mark::after,
.home-steward-mark i { width: 14px; height: 8px; }
.home-steward-mark::before { top: -4px; left: 5px; }
.home-steward-mark::after { top: -6px; right: 5px; }
.home-steward-mark i { top: -10px; left: 15px; transform: rotate(-2deg); }
.floating-logo .brand-mark b,
.home-steward-mark b { font-size: 17px; font-weight: 700; transform: none; }
.floating-logo .brand-copy,
.home-steward-copy { width: 82px; display: grid; gap: 5px; line-height: 1; }
.floating-logo .brand-copy strong,
.home-steward-copy strong { width: 100%; font-size: 17px; }
.floating-logo .brand-copy small,
.home-steward-copy small { width: 100%; color: rgba(255,255,255,.8); font-size: 6.5px; letter-spacing: .04em; }

/* City name remains dominant; station/status and landmark note form two side rows. */
.route-copy {
  width: 232px;
  min-height: 68px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: minmax(72px,.85fr) minmax(112px,1.15fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 3px 13px;
}
.route-copy strong { grid-column: 1; grid-row: 1 / 3; margin: 0; font-size: 26px; white-space: nowrap; }
.route-copy small { grid-column: 2; grid-row: 1; align-self: end; font-size: 9px; white-space: nowrap; }
.route-copy span { grid-column: 2; grid-row: 2; align-self: start; margin: 0; font-size: 10px; white-space: nowrap; }
.stop-right .route-copy { grid-template-columns: minmax(112px,1.15fr) minmax(72px,.85fr); }
.stop-right .route-copy strong { grid-column: 2; text-align: right; }
.stop-right .route-copy small,
.stop-right .route-copy span { grid-column: 1; text-align: right; }

@media (max-width: 700px) {
  .floating-logo,
  .home-steward-entry {
    left: 14px;
    width: 124px;
    min-height: 38px;
    grid-template-columns: 38px 74px;
    gap: 12px;
  }
  .floating-logo { top: max(14px, calc(env(safe-area-inset-top) + 8px)); }
  .home-steward-entry { top: max(62px, calc(env(safe-area-inset-top) + 56px)); }
  .floating-logo .brand-mark,
  .home-steward-mark { width: 38px; height: 38px; }
  .floating-logo .brand-copy,
  .home-steward-copy { width: 74px; gap: 4px; }
  .floating-logo .brand-copy strong,
  .home-steward-copy strong { font-size: 15px; }
  .floating-logo .brand-copy small,
  .home-steward-copy small { font-size: 6px; }
  .route-copy {
    width: 174px;
    min-height: 58px;
    padding: 8px 10px;
    grid-template-columns: minmax(57px,.8fr) minmax(92px,1.2fr);
    gap: 2px 8px;
  }
  .route-copy strong { font-size: 19px; }
  .route-copy small { font-size: 7px; }
  .route-copy span { display: block; font-size: 8px; }
  .stop-right .route-copy { grid-template-columns: minmax(92px,1.2fr) minmax(57px,.8fr); }
}

@media (max-width: 390px) {
  .route-copy { width: 166px; grid-template-columns: 55px 87px; }
  .stop-right .route-copy { grid-template-columns: 87px 55px; }
  .route-copy strong { font-size: 18px; }
}

@media (max-width: 700px) and (max-height: 720px) {
  .route-copy { width: 160px; min-height: 52px; grid-template-columns: 52px 84px; }
  .stop-right .route-copy { grid-template-columns: 84px 52px; }
  .route-copy span { display: block; font-size: 6px; }
}

/* Lift the seven-orb mobile service navigation slightly toward the upper-right. */
.seven-systems-grid a {
  align-items: center;
  text-align: center;
}
.seven-systems-grid a > span,
.seven-systems-grid strong,
.seven-systems-grid small { width: 100%; text-align: center; }

@media (max-width: 700px) {
  .service-panel.is-open .service-orb {
    transform: translate(calc(var(--mx) + 16px), calc(var(--my) - 36px)) scale(.84);
  }
  .seven-systems-grid a:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 9px) / 2);
    justify-self: center;
  }
}

@media (max-width: 700px) and (max-height: 720px) {
  .service-panel.is-open .service-orb {
    transform: translate(calc(var(--mx) + 16px), calc(var(--my) - 30px)) scale(.76);
  }
}

/* 2026-08-31：30站名称与圆形城市标统一留白，左右卡片不再贴边或互相遮挡。 */
.route-stop { --route-card-gap:24px; }
.route-copy {
  box-sizing:border-box;
  width:222px;
  min-height:66px;
  padding:10px 12px;
  display:grid;
  grid-template-columns:minmax(88px,.92fr) minmax(98px,1.08fr);
  grid-template-rows:auto auto;
  align-content:center;
  column-gap:12px;
  row-gap:3px;
}
.stop-left .route-copy { left:calc(100% + var(--route-card-gap)); right:auto; text-align:left; }
.stop-right .route-copy { right:calc(100% + var(--route-card-gap)); left:auto; grid-template-columns:minmax(98px,1.08fr) minmax(88px,.92fr); text-align:right; }
.route-copy strong { font-size:22px; line-height:1; }
.route-copy small { font-size:8.5px; line-height:1.25; }
.route-copy span { font-size:9.5px; line-height:1.25; }
@media (min-width:901px) and (max-width:1100px) {
  .route-stop { --route-card-gap:20px; }
  .route-copy { width:196px; grid-template-columns:minmax(78px,.9fr) minmax(90px,1.1fr); column-gap:10px; }
  .stop-right .route-copy { grid-template-columns:minmax(90px,1.1fr) minmax(78px,.9fr); }
  .route-copy strong { font-size:20px; }
}
@media (min-width:701px) and (max-width:900px) {
  .route-stop { --route-card-gap:16px; }
  .route-copy { width:174px; min-height:62px; padding:9px 10px; grid-template-columns:minmax(68px,.9fr) minmax(78px,1.1fr); column-gap:8px; }
  .stop-right .route-copy { grid-template-columns:minmax(78px,1.1fr) minmax(68px,.9fr); }
  .route-copy strong { font-size:18px; }
  .route-copy small { font-size:7.5px; }
  .route-copy span { font-size:8.5px; }
}
@media (max-width:700px) {
  .route-stop { --route-card-gap:12px; }
  .route-copy { width:150px; min-height:58px; padding:8px 9px; grid-template-columns:minmax(60px,.92fr) minmax(64px,1.08fr); column-gap:7px; row-gap:2px; }
  .stop-right .route-copy { grid-template-columns:minmax(64px,1.08fr) minmax(60px,.92fr); }
  .route-copy strong { font-size:16px; }
  .route-copy small { font-size:6.5px; }
  .route-copy span { display:block; font-size:7px; }
}
@media (max-width:390px) {
  .route-copy { width:142px; grid-template-columns:minmax(56px,.92fr) minmax(60px,1.08fr); column-gap:6px; }
  .stop-right .route-copy { grid-template-columns:minmax(60px,1.08fr) minmax(56px,.92fr); }
}

/* 2026-09-01：首屏只保留轻边框，文字使用局部底色，避免整块玻璃遮住主视觉。 */
.hero-content {
  padding:clamp(18px,2vw,26px);
  overflow:visible;
  border-color:rgba(255,255,255,.34);
  background:transparent;
  box-shadow:none;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.hero-content .eyebrow,
.hero-content h1,
.hero-content h2,
.hero-content .hero-lead {
  width:fit-content;
  padding:7px 13px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(3,28,23,.43);
  box-shadow:0 6px 20px rgba(0,20,16,.12);
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}
.hero-content .eyebrow { margin:0 auto 12px; }
.hero-content h1,.hero-content h2 { margin:0 auto; font-size:clamp(38px,4.1vw,64px); }
.hero-content .hero-lead { margin:13px auto 0; }
@media(max-width:700px){
  .hero-content { width:calc(100% - 28px); padding:12px; border-radius:18px; }
  .hero-content h1,.hero-content h2 { padding:7px 9px; font-size:clamp(29px,8.5vw,38px); line-height:1.2; }
  .hero-content .eyebrow { padding:6px 9px; font-size:9px; }
  .hero-content .hero-lead { padding:7px 10px; font-size:13px; line-height:1.7; }
}

/* AZ369_BEIDOU_START — scoped to the existing seven-service navigation. */
:is(.service-backdrop,.system-service-backdrop) {
  background: radial-gradient(ellipse at 78% 48%,rgba(27,80,75,.30),transparent 65%),rgba(2,15,21,.82);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
:is(.service-panel,.system-service-panel) {
  position: fixed; inset: auto 24px 92px auto;
  width: min(460px,calc(100vw - 40px));
  height: min(570px,calc(100dvh - 120px));
  margin: 0; padding: 0; border: 0; border-radius: 0;
  background: transparent; box-shadow: none;
}
:is(.service-panel,.system-service-panel) > nav {
  position: relative; display: block; width: 100%; height: 100%;
  margin: 0; padding: 0; isolation: isolate;
}
:is(.service-panel,.system-service-panel) > nav::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M42 16 L84 10 L80 37 L40 40 Z M40 40 L25 58 L35 75 L62 88' fill='none' stroke='%23e9d59e' stroke-opacity='.55' stroke-width='.32' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  opacity: 0; transition: opacity .45s .12s;
}
:is(.service-panel,.system-service-panel).is-open > nav::before { opacity: 1; }
:is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) {
  position: absolute; left: var(--star-x); top: var(--star-y); right: auto; bottom: auto;
  width: 78px; height: 78px; padding: 6px; box-sizing: border-box;
  gap: 5px; border: 1px solid rgba(242,220,165,.86); border-radius: 50%;
  background: radial-gradient(circle at 32% 20%,rgba(255,255,255,.25),transparent 48%),linear-gradient(150deg,var(--orb-color),var(--orb-shade));
  box-shadow: 0 10px 30px rgba(0,0,0,.28),0 0 24px var(--orb-glow),inset 0 0 0 4px rgba(9,23,29,.14);
  transform: translate(-50%,-50%) scale(.6); opacity: 0;
  transition: opacity .25s,transform .38s cubic-bezier(.2,.8,.2,1),filter .2s,box-shadow .2s;
  text-decoration: none;
}
:is(.service-panel,.system-service-panel).is-open :is(.service-orb,.system-service-orb) {
  opacity: 1; transform: translate(-50%,-50%) scale(1);
  transition-delay: var(--delay,0ms);
}
:is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb)::before {
  inset: -5px; border: 1px solid rgba(242,220,165,.25);
  box-shadow: none; opacity: 1; animation: none;
}
:is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) b {
  font-size: 25px; font-weight: 600; line-height: 1;
}
:is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) span {
  font-size: 11px; font-weight: 500; line-height: 1.2; letter-spacing: .02em;
  white-space: nowrap; max-width: none;
}
:is(.service-panel,.system-service-panel) .orb-homeland { --star-x:42%; --star-y:16%; }
:is(.service-panel,.system-service-panel) .orb-manor { --star-x:84%; --star-y:10%; }
:is(.service-panel,.system-service-panel) .orb-city { --star-x:80%; --star-y:37%; }
:is(.service-panel,.system-service-panel) .orb-hall { --star-x:40%; --star-y:40%; }
:is(.service-panel,.system-service-panel) .orb-farm { --star-x:25%; --star-y:58%; }
:is(.service-panel,.system-service-panel) .orb-ranch { --star-x:35%; --star-y:75%; }
:is(.service-panel,.system-service-panel) .orb-pond { --star-x:62%; --star-y:88%; }
:is(.service-panel,.system-service-panel).is-open :is(.service-orb,.system-service-orb):hover {
  transform: translate(-50%,-50%) scale(1.07); filter: brightness(1.12);
}
:is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb):focus-visible {
  outline: 2px solid #fff5d8; outline-offset: 8px;
}
@media (max-width:700px) {
  :is(.service-panel,.system-service-panel) {
    right: max(16px,env(safe-area-inset-right));
    bottom: max(88px,calc(env(safe-area-inset-bottom) + 76px));
    width: min(380px,calc(100vw - 32px));
    height: min(520px,calc(100dvh - 122px - env(safe-area-inset-bottom)));
  }
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) { width: 64px; height: 64px; gap: 4px; }
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) b { font-size: 22px; }
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) span { font-size: 10px; }
}
/* On short landscape screens, rotate the geometry, never the labels. */
@media (max-height:500px) and (min-width:400px) {
  :is(.service-panel,.system-service-panel) { right: 88px; bottom: 16px; width: min(620px,calc(100vw - 112px)); height: calc(100dvh - 32px); }
  :is(.service-panel,.system-service-panel) > nav::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M16 58 L10 16 L37 20 L40 60 Z M40 60 L58 75 L75 65 L88 38' fill='none' stroke='%23e9d59e' stroke-opacity='.55' stroke-width='.32' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  :is(.service-panel,.system-service-panel) .orb-homeland { --star-x:16%; --star-y:58%; }
  :is(.service-panel,.system-service-panel) .orb-manor { --star-x:10%; --star-y:16%; }
  :is(.service-panel,.system-service-panel) .orb-city { --star-x:37%; --star-y:20%; }
  :is(.service-panel,.system-service-panel) .orb-hall { --star-x:40%; --star-y:60%; }
  :is(.service-panel,.system-service-panel) .orb-farm { --star-x:58%; --star-y:75%; }
  :is(.service-panel,.system-service-panel) .orb-ranch { --star-x:75%; --star-y:65%; }
  :is(.service-panel,.system-service-panel) .orb-pond { --star-x:88%; --star-y:38%; }
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) { width: 62px; height: 62px; }
}
@media (max-height:360px) and (min-width:400px) {
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) { width:48px; height:48px; gap:2px; padding:3px; }
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) b { font-size:18px; }
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) span { font-size:8px; }
}
@media (prefers-reduced-motion:reduce) {
  :is(.service-panel,.system-service-panel) > nav::before,
  :is(.service-panel,.system-service-panel) :is(.service-orb,.system-service-orb) { transition: none; }
}
/* AZ369_BEIDOU_END */
