:root {
  --ink: #173630;
  --ink-deep: #0b2823;
  --muted: #647873;
  --cream: #f4f0e6;
  --cream-light: #fbfaf6;
  --paper: #fffefb;
  --green: #126b5b;
  --green-bright: #1c8a75;
  --green-soft: #dcebe5;
  --orange: #f0a760;
  --coral: #e87d6f;
  --line: rgba(20, 67, 58, .13);
  --shadow: 0 30px 80px rgba(24, 63, 54, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream-light);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 9px;
  color: #fff;
  background: var(--ink-deep);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1240px, calc(100% - 64px));
  height: 94px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}
.brand { display: inline-flex; gap: 11px; align-items: center; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { position: relative; display: inline-block; width: 38px; height: 38px; border-radius: 13px; background: var(--green); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-mark i, .brand-mark b { position: absolute; display: block; border-radius: 50%; }
.brand-mark i { width: 14px; height: 14px; left: 10px; top: 16px; background: var(--orange); }
.brand-mark b { width: 8px; height: 8px; left: 23px; top: 9px; background: var(--coral); }
.site-nav { display: flex; gap: 34px; align-items: center; color: #435d57; font-size: 14px; font-weight: 600; }
.site-nav a { transition: color .2s, transform .2s; }
.site-nav a:hover { color: var(--green); transform: translateY(-1px); }
.site-nav .nav-cta { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.45); }
.menu-button { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 860px;
  padding: 148px max(32px, calc((100vw - 1240px) / 2)) 90px;
  grid-template-columns: .92fr 1.08fr;
  gap: 40px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,.94), transparent 26%),
    linear-gradient(120deg, #f7f3e9 0%, #f1eee5 55%, #e3ede7 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { display: flex; margin: 0 0 24px; gap: 10px; align-items: center; color: var(--green-bright); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow span { width: 22px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; color: var(--ink-deep); font-family: Georgia, "Songti SC", "STSong", serif; font-size: clamp(49px, 5.5vw, 79px); font-weight: 500; line-height: 1.13; letter-spacing: -.055em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; margin-top: 38px; gap: 27px; align-items: center; }
.button { display: inline-flex; min-height: 50px; gap: 27px; align-items: center; justify-content: center; font-size: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { padding: 0 22px; border-radius: 13px; color: #fff; background: var(--green); box-shadow: 0 13px 30px rgba(18,107,91,.18); }
.button.primary:hover { background: #0c5b4d; box-shadow: 0 17px 35px rgba(18,107,91,.23); }
.button.text { color: var(--green); }
.hero-note { display: flex; margin-top: 54px; gap: 14px; align-items: center; }
.hero-note p { margin: 0; }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-size: 13px; }
.hero-note small { margin-top: 5px; color: #7d8e89; font-size: 11px; }
.mini-pin { position: relative; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.52); }
.mini-pin::before { content: ""; position: absolute; width: 9px; height: 9px; left: 12px; top: 9px; border: 2px solid var(--coral); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }

.hero-visual { position: relative; min-height: 640px; }
.sun-orbit { position: absolute; width: 510px; height: 510px; border: 1px solid rgba(18,107,91,.11); border-radius: 50%; right: 2%; top: 8%; }
.sun-orbit::before, .sun-orbit::after { content: ""; position: absolute; border: 1px solid rgba(18,107,91,.08); border-radius: 50%; }
.sun-orbit::before { inset: 58px; }
.sun-orbit::after { inset: 128px; }
.phone-shell { position: absolute; z-index: 2; width: 340px; height: 670px; top: -7px; left: 48%; overflow: hidden; border: 9px solid #143c34; border-radius: 47px; background: #f8faf8; box-shadow: 0 42px 90px rgba(16,55,47,.24); transform: translateX(-50%) rotate(2.6deg); }
.phone-shell::before { content: ""; position: absolute; z-index: 5; width: 92px; height: 24px; left: 50%; top: 8px; border-radius: 20px; background: #143c34; transform: translateX(-50%); }
.phone-top { display: flex; height: 47px; padding: 15px 17px 0; align-items: flex-start; justify-content: space-between; color: #1e3933; font-size: 10px; font-weight: 800; }
.phone-top i { width: 12px; height: 7px; margin-left: auto; margin-right: 8px; border-radius: 5px 5px 2px 2px; background: #1e3933; opacity: .8; }
.phone-top b { width: 17px; height: 8px; border: 1px solid #1e3933; border-radius: 3px; }
.phone-heading { padding: 5px 20px 16px; }
.phone-heading small, .phone-heading strong { display: block; }
.phone-heading small { color: #78908a; font-size: 10px; }
.phone-heading strong { margin-top: 4px; font-family: Georgia, "Songti SC", serif; font-size: 19px; font-weight: 600; }
.map-card { position: relative; height: 478px; overflow: hidden; margin: 0 12px; border-radius: 27px; background: #dce9e2; box-shadow: inset 0 0 0 1px rgba(27,79,68,.06); }
.map-card::before, .map-card::after { content: ""; position: absolute; border-radius: 48%; background: rgba(255,255,255,.48); transform: rotate(-22deg); }
.map-card::before { width: 240px; height: 140px; left: -78px; top: 54px; }
.map-card::after { width: 260px; height: 180px; right: -130px; bottom: 74px; }
.map-lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(65,111,101,.21); stroke-width: 7; }
.map-lines path:nth-child(2) { stroke-width: 4; }
.map-lines path:nth-child(3) { stroke-width: 2; stroke-dasharray: 6 8; }
.map-label { position: absolute; z-index: 2; color: #668179; font-size: 9px; font-weight: 650; }
.label-one { left: 38px; top: 70px; }.label-two { right: 39px; top: 154px; }.label-three { left: 126px; bottom: 142px; }
.map-marker { position: absolute; z-index: 3; display: grid; width: 34px; height: 34px; border: 4px solid rgba(255,255,255,.86); border-radius: 50% 50% 50% 5px; background: var(--green); box-shadow: 0 7px 14px rgba(17,82,69,.19); transform: rotate(-45deg); place-items: center; }
.map-marker i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.marker-one { left: 58px; top: 105px; }.marker-two { right: 64px; top: 185px; }.marker-three { left: 154px; bottom: 176px; }
.moment-preview { position: absolute; z-index: 4; left: 17px; right: 17px; bottom: 17px; padding: 9px; border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: 0 16px 32px rgba(32,67,59,.16); backdrop-filter: blur(14px); }
.moment-photo { position: relative; height: 112px; overflow: hidden; border-radius: 14px; background: linear-gradient(#87bdc1 0 52%, #d8c995 53%); }
.moment-photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 38px; background: #678571; }
.mountain { position: absolute; z-index: 1; bottom: 25px; width: 0; height: 0; border-left: 80px solid transparent; border-right: 80px solid transparent; border-bottom: 75px solid #55796e; }
.m-one { left: -17px; }.m-two { right: -22px; border-left-width: 100px; border-right-width: 100px; border-bottom-color: #355f57; }
.moment-sun { position: absolute; width: 22px; height: 22px; right: 34px; top: 21px; border-radius: 50%; background: #f6cf7e; }
.live-badge { position: absolute; z-index: 4; left: 9px; top: 9px; padding: 4px 7px; border-radius: 999px; color: #fff; background: rgba(10,44,38,.65); font-size: 7px; letter-spacing: .12em; }
.moment-caption { padding: 9px 3px 2px; }
.moment-caption strong, .moment-caption small { display: block; }
.moment-caption strong { font-size: 11px; }.moment-caption small { margin-top: 4px; color: #81908c; font-size: 8px; }
.phone-tabs { display: flex; height: 67px; padding: 11px 18px 9px; justify-content: space-between; color: #80908c; font-size: 15px; }
.phone-tabs span { display: flex; min-width: 35px; flex-direction: column; align-items: center; }
.phone-tabs small { margin-top: 3px; font-size: 7px; }
.phone-tabs .active { width: 35px; height: 35px; border-radius: 50%; color: #fff; background: var(--green); font-size: 22px; line-height: 32px; box-shadow: 0 8px 18px rgba(18,107,91,.25); }
.floating-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.72); border-radius: 17px; background: rgba(255,255,255,.82); box-shadow: 0 22px 55px rgba(24,63,54,.14); backdrop-filter: blur(16px); }
.time-card { right: -4px; top: 105px; width: 168px; padding: 17px; transform: rotate(-3deg); }
.time-card small, .time-card strong, .time-card span { display: block; }
.time-card small { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.time-card strong { margin-top: 5px; font-size: 13px; }.time-card span { margin-top: 13px; color: var(--green); font-size: 9px; font-weight: 700; }
.live-card { display: flex; left: -4px; bottom: 100px; padding: 13px 16px; gap: 11px; align-items: center; transform: rotate(2deg); }
.live-card > i { position: relative; width: 30px; height: 30px; border: 2px solid var(--green-bright); border-radius: 50%; }
.live-card > i::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--green-bright); border-radius: 50%; }
.live-card strong, .live-card small { display: block; }.live-card strong { font-size: 11px; }.live-card small { margin-top: 3px; color: #82918d; font-size: 8px; }

.section-shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.story-section { padding: 132px 0 142px; }
.section-kicker { display: flex; margin-bottom: 64px; gap: 22px; align-items: flex-start; }
.section-kicker span { display: inline-grid; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 11px; font-weight: 800; place-items: center; }
.section-kicker p { margin: 2px 0 0; color: #80908c; font-size: 11px; font-weight: 700; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: center; }
.story-copy h2, .section-title h2, .safety-copy h2, .experience-copy h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(37px, 4.2vw, 57px); font-weight: 500; line-height: 1.25; letter-spacing: -.04em; }
.story-copy > p { max-width: 500px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.timeline-art { position: relative; min-height: 390px; padding: 40px 0; }
.timeline-line { position: absolute; width: 1px; left: 122px; top: 20px; bottom: 20px; background: linear-gradient(transparent, var(--green-bright) 15%, var(--green-bright) 85%, transparent); }
.year { position: relative; display: grid; min-height: 135px; grid-template-columns: 82px 35px 1fr; align-items: center; }
.year b { color: var(--green); font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.year > i { position: relative; z-index: 2; width: 14px; height: 14px; border: 4px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--green-bright); }
.year p { margin: 0; padding: 25px 29px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 16px 45px rgba(24,63,54,.06); font-size: 15px; font-weight: 700; }
.year small { display: block; margin-top: 8px; color: #81908c; font-size: 11px; font-weight: 500; }
.y-two { margin-top: 30px; }.y-two > i { background: var(--coral); }
.comparison-pill { position: absolute; right: -6px; bottom: 4px; padding: 10px 14px; border-radius: 999px; color: #fff; background: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .08em; }

.features-section { padding: 130px 0 142px; background: #e7eee9; }
.section-title { display: flex; margin-bottom: 62px; align-items: flex-end; justify-content: space-between; }
.section-title .eyebrow { align-self: flex-start; margin-right: 80px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 400px; overflow: hidden; padding: 38px; border: 1px solid rgba(24,81,69,.1); border-radius: 28px; background: rgba(255,255,255,.68); box-shadow: 0 20px 55px rgba(24,63,54,.055); }
.feature-card h3 { margin: 25px 0 12px; font-family: Georgia, "Songti SC", serif; font-size: 30px; font-weight: 600; }
.feature-card > p { position: relative; z-index: 2; max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.feature-index { position: absolute; right: 31px; top: 28px; color: #96a9a4; font: 12px Georgia, serif; }
.feature-icon { display: grid; width: 53px; height: 53px; border-radius: 17px; background: var(--green-soft); place-items: center; }
.pin-icon { width: 18px; height: 18px; border: 2px solid var(--green); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.card-map { position: absolute; width: 290px; height: 135px; right: -24px; bottom: -20px; border-radius: 50% 0 0; background: #d7e6df; transform: rotate(-5deg); }
.card-map::after { content: ""; position: absolute; width: 220px; height: 100px; left: 30px; top: 22px; border: 2px dashed rgba(18,107,91,.29); border-radius: 50%; }
.card-map i { position: absolute; z-index: 2; width: 17px; height: 17px; border: 4px solid #fff; border-radius: 50%; background: var(--coral); box-shadow: 0 4px 9px rgba(24,63,54,.15); }
.card-map i:nth-child(1) { left: 53px; top: 56px; }.card-map i:nth-child(2) { left: 156px; top: 36px; }.card-map i:nth-child(3) { right: 36px; top: 78px; }
.live-icon i { width: 25px; height: 25px; border: 2px solid var(--green); border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(28,138,117,.13); }
.live-rings { position: absolute; width: 190px; height: 190px; right: 29px; bottom: -29px; }
.live-rings i { position: absolute; border: 1px solid rgba(18,107,91,.17); border-radius: 50%; }
.live-rings i:nth-child(1) { inset: 0; }.live-rings i:nth-child(2) { inset: 24px; }.live-rings i:nth-child(3) { inset: 49px; background: rgba(28,138,117,.08); }
.live-rings b { position: absolute; left: 50%; top: 50%; color: var(--green); font-size: 10px; letter-spacing: .14em; transform: translate(-50%, -50%); }
.route-icon { position: relative; width: 27px; height: 27px; border-left: 2px dashed var(--green); border-bottom: 2px dashed var(--green); border-radius: 0 0 0 15px; }
.route-icon::before, .route-icon::after { content: ""; position: absolute; width: 7px; height: 7px; border: 2px solid var(--green); border-radius: 50%; background: var(--green-soft); }
.route-icon::before { left: -5px; top: -3px; }.route-icon::after { right: -4px; bottom: -5px; }
.journey-stamps { position: absolute; right: 30px; bottom: 30px; display: grid; gap: 9px; transform: rotate(-5deg); }
.journey-stamps span { padding: 8px 13px; border: 1px solid rgba(18,107,91,.23); border-radius: 7px; color: var(--green); background: rgba(255,255,255,.68); font: 10px Georgia, serif; letter-spacing: .08em; }
.journey-stamps span:nth-child(2) { transform: translateX(-32px) rotate(7deg); }.journey-stamps span:nth-child(3) { transform: translateX(12px) rotate(-2deg); }
.people-icon { position: relative; width: 34px; height: 26px; }
.people-icon i, .people-icon b { position: absolute; border-radius: 50% 50% 42% 42%; background: var(--green); }
.people-icon i { width: 19px; height: 19px; left: 0; top: 0; }.people-icon b { width: 14px; height: 14px; right: 0; bottom: 0; opacity: .45; }
.avatar-row { position: absolute; right: 35px; bottom: 35px; display: flex; }
.avatar-row i, .avatar-row b { display: grid; width: 52px; height: 52px; margin-left: -10px; border: 4px solid #f7f9f7; border-radius: 50%; color: #fff; background: #d18b6f; font-size: 12px; font-style: normal; place-items: center; }
.avatar-row i:nth-child(2) { background: #6e9990; }.avatar-row i:nth-child(3) { background: #a99a70; }.avatar-row b { color: var(--green); background: var(--green-soft); }

.safety-section { padding: 132px 0; }
.safety-panel { display: grid; min-height: 490px; overflow: hidden; padding: 74px 78px; border-radius: 34px; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(54,150,130,.45), transparent 30%), linear-gradient(135deg, #0d4037, #0b2b26); box-shadow: var(--shadow); }
.eyebrow.light { color: #8fc9bc; }
.safety-copy h2 { color: #fff; }
.safety-copy > p:not(.eyebrow) { max-width: 530px; margin: 27px 0 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.95; }
.safety-links { display: flex; margin-top: 36px; gap: 30px; color: #b9dfd6; font-size: 13px; font-weight: 700; }
.privacy-control { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.09); box-shadow: 0 25px 60px rgba(0,0,0,.13); backdrop-filter: blur(14px); }
.control-head { display: flex; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); gap: 14px; align-items: center; }
.control-head small, .control-head strong { display: block; }.control-head small { color: rgba(255,255,255,.55); font-size: 10px; }.control-head strong { margin-top: 5px; font-size: 15px; }
.lock-shape { position: relative; width: 37px; height: 34px; border-radius: 10px; background: var(--orange); }
.lock-shape::before { content: ""; position: absolute; width: 15px; height: 13px; left: 9px; top: -8px; border: 3px solid var(--orange); border-bottom: 0; border-radius: 10px 10px 0 0; }
.toggle-row { display: flex; padding: 22px 0 5px; align-items: center; justify-content: space-between; font-size: 12px; }
.toggle-row span { display: flex; gap: 9px; align-items: center; }.toggle-row span i { width: 7px; height: 7px; border-radius: 50%; background: #7bd4c0; }
.toggle-row > b { position: relative; width: 37px; height: 21px; border-radius: 999px; background: #51ad98; }
.toggle-row > b::after { content: ""; position: absolute; width: 15px; height: 15px; right: 3px; top: 3px; border-radius: 50%; background: #fff; }
.muted-row { color: rgba(255,255,255,.47); }.muted-row > b { background: rgba(255,255,255,.13); }.muted-row > b::after { left: 3px; right: auto; }.muted-row span i { background: rgba(255,255,255,.28); }
.privacy-control > p { margin: 24px 0 0; color: rgba(255,255,255,.43); font-size: 9px; text-align: right; }

.experience-section { padding: 130px 0; background: var(--cream); }
.experience-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.experience-copy > p:not(.eyebrow) { max-width: 530px; margin: 27px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.platform-list { border-top: 1px solid var(--line); }
.platform-list > div { display: grid; min-height: 94px; border-bottom: 1px solid var(--line); grid-template-columns: 46px 1fr auto; gap: 15px; align-items: center; }
.platform-icon { display: grid; width: 39px; height: 39px; border-radius: 12px; color: #fff; background: var(--ink-deep); font-size: 18px; place-items: center; }
.platform-icon.wechat { background: var(--green-bright); }.platform-icon.android { color: var(--green); background: var(--green-soft); }
.platform-list p { margin: 0; }.platform-list strong, .platform-list small { display: block; }.platform-list strong { font-size: 13px; }.platform-list small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.platform-list em { padding: 6px 9px; border-radius: 999px; color: var(--green); background: rgba(18,107,91,.08); font-size: 9px; font-style: normal; }

.site-footer { padding: 62px max(32px, calc((100vw - 1160px) / 2)) 25px; color: #d6e5e1; background: #09251f; }
.footer-main { display: grid; padding-bottom: 55px; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.brand.inverse { color: #fff; }.brand.inverse .brand-mark { background: rgba(255,255,255,.12); }
.footer-main > p { margin: 0; color: #77988f; font-family: Georgia, "Songti SC", serif; font-size: 17px; }
.footer-main nav { display: flex; gap: 25px; color: #a7bfba; font-size: 11px; }
.footer-main nav a:hover { color: #fff; }
.footer-compliance { display: flex; padding-bottom: 20px; gap: 40px; align-items: flex-end; justify-content: space-between; color: #77988f; font-size: 11px; line-height: 1.8; }
.footer-compliance p { max-width: 620px; margin: 0; }
.footer-compliance strong, .footer-compliance span { display: block; }
.footer-compliance strong { color: #a7bfba; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.footer-compliance address { display: flex; flex-shrink: 0; flex-direction: column; font-style: normal; text-align: right; }
.footer-compliance a:hover, .footer-compliance a:focus-visible { color: #d6e5e1; }
.footer-legal { display: flex; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); justify-content: space-between; color: #587a71; font-size: 10px; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #a7bfba; }

.legal-page { background: #f7f5ef; }
.legal-header { position: static; left: auto; width: min(980px, calc(100% - 48px)); transform: none; }
.legal-header .site-nav { display: flex; }
.legal-main { width: min(850px, calc(100% - 48px)); min-height: 70vh; margin: 0 auto; padding: 90px 0 120px; }
.legal-title { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-title h1 { margin: 12px 0 15px; font-family: Georgia, "Songti SC", serif; font-size: clamp(42px, 6vw, 64px); font-weight: 500; letter-spacing: -.04em; }
.legal-title p { margin: 0; color: var(--muted); font-size: 13px; }
.legal-content { padding-top: 25px; }
.legal-content section { padding: 27px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 14px; font-size: 18px; }
.legal-content p, .legal-content li { color: #586d67; font-size: 14px; line-height: 1.9; }
.legal-content ul { margin: 10px 0; padding-left: 22px; }
.legal-notice { padding: 16px 19px; border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; background: #fffaf0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .site-nav a { transition: none; }
}

@media (max-width: 1040px) {
  .hero { min-height: 790px; grid-template-columns: 1fr 1fr; }
  .phone-shell { left: 44%; transform: translateX(-50%) rotate(2deg) scale(.88); }
  .floating-card { display: none; }
  .story-grid { gap: 60px; }
  .safety-panel { padding: 60px 52px; gap: 45px; }
}

@media (max-width: 800px) {
  .site-header { width: calc(100% - 36px); height: 74px; }
  .menu-button { display: grid; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.7); place-content: center; gap: 6px; }
  .menu-button > span:not(.sr-only) { display: block; width: 17px; height: 1px; background: var(--ink); }
  .site-nav { position: absolute; top: 66px; right: 0; display: none; width: 210px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; gap: 4px; align-items: stretch; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 10px; }.site-nav .nav-cta { border: 0; border-radius: 9px; color: #fff; background: var(--green); }
  .hero { min-height: auto; padding: 125px 24px 80px; grid-template-columns: 1fr; }
  .hero-copy { margin: 0 auto; text-align: center; }
  .hero .eyebrow, .hero-actions, .hero-note { justify-content: center; }
  .hero-visual { min-height: 650px; margin-top: 20px; }
  .phone-shell { left: 50%; transform: translateX(-50%) rotate(1deg) scale(.9); transform-origin: top center; }
  .section-shell { width: calc(100% - 40px); }
  .story-section, .features-section, .safety-section, .experience-section { padding: 88px 0; }
  .story-grid, .experience-grid { grid-template-columns: 1fr; gap: 54px; }
  .timeline-art { width: min(560px, 100%); }
  .section-title { display: block; }.section-title .eyebrow { margin-right: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .safety-panel { padding: 49px 34px; grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .legal-header .site-nav { position: static; display: flex; width: auto; padding: 0; border: 0; box-shadow: none; background: none; }
}

@media (max-width: 520px) {
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 45px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-visual { min-height: 590px; }
  .sun-orbit { width: 380px; height: 380px; right: 50%; transform: translateX(50%); }
  .phone-shell { transform: translateX(-50%) rotate(1deg) scale(.79); }
  .section-kicker { margin-bottom: 42px; }
  .story-copy h2, .section-title h2, .safety-copy h2, .experience-copy h2 { font-size: 36px; }
  .timeline-line { left: 76px; }.year { grid-template-columns: 51px 35px 1fr; }.year p { padding: 20px 18px; }.year b { font-size: 14px; }
  .comparison-pill { right: 0; }
  .feature-card { min-height: 410px; padding: 29px; }
  .feature-card > p { max-width: 280px; }
  .safety-panel { margin-left: -4px; margin-right: -4px; padding: 44px 25px; border-radius: 27px; }
  .safety-links { gap: 19px; }
  .privacy-control { padding: 24px 20px; }
  .platform-list > div { grid-template-columns: 43px 1fr auto; }
  .site-footer { padding-left: 24px; padding-right: 24px; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-compliance { flex-direction: column; gap: 12px; align-items: flex-start; }.footer-compliance address { text-align: left; }
  .footer-legal { flex-direction: column; gap: 8px; }
  .legal-header { width: calc(100% - 36px); }
  .legal-header .site-nav { display: none; }
  .legal-main { width: calc(100% - 38px); padding-top: 65px; }
}
