:root{--paper:#f3eee2;--paper-deep:#e7ddca;--ink:#172821;--muted:#667069;--red:#922d22;--gold:#b88a43;--line:rgba(23,40,33,.2);color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);background:linear-gradient(90deg,rgba(30,47,40,.025) 1px,transparent 1px),linear-gradient(rgba(30,47,40,.025) 1px,transparent 1px),var(--paper);background-size:28px 28px;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Noto Sans SC",sans-serif}a{color:inherit}.site-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;max-width:1320px;margin:auto;padding:26px 42px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{border-radius:10px}.brand span{display:flex;flex-direction:column}.brand strong{font:700 19px "Songti SC","STSong",serif;letter-spacing:.12em}.brand small{margin-top:2px;font:600 8px ui-monospace,SFMono-Regular,monospace;letter-spacing:.18em;color:var(--muted)}nav{display:flex;gap:34px}nav a{font-size:14px;text-decoration:none}nav a:hover{color:var(--red)}main{overflow:hidden}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);min-height:760px;max-width:1320px;margin:auto;padding:86px 42px 70px}.hero-copy{position:relative;z-index:2;padding-top:28px}.seal,.chapter,.section-heading p,.download>p{color:var(--red);font:700 13px ui-monospace,SFMono-Regular,monospace;letter-spacing:.2em}.hero h1{margin:28px 0 30px;font:700 clamp(54px,6vw,88px)/1.08 "Songti SC","STSong",serif;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:var(--red)}.lead{max-width:650px;color:var(--muted);font-size:18px;line-height:1.85}.hero-actions{display:flex;gap:13px;margin:38px 0}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 27px;border:1px solid var(--ink);font-size:15px;font-weight:650;text-decoration:none;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--red);border-color:var(--red)}.button.secondary{background:rgba(255,255,255,.25)}.hero-stats{display:flex;gap:36px;margin:54px 0 0}.hero-stats div{min-width:92px;padding-left:13px;border-left:2px solid var(--gold)}.hero-stats dt{font:700 24px ui-monospace,SFMono-Regular,monospace}.hero-stats dd{margin:5px 0 0;color:var(--muted);font-size:12px}.hero-visual{position:relative;min-height:610px}.sun-disc{position:absolute;width:430px;height:430px;right:10px;top:38px;border-radius:50%;background:var(--red);box-shadow:0 0 0 28px rgba(146,45,34,.06)}.phone{position:absolute;width:250px;border:7px solid #17201d;border-radius:34px;box-shadow:0 35px 80px rgba(25,28,23,.28)}.phone-main{right:225px;top:30px;transform:rotate(-4deg)}.phone-side{right:4px;top:124px;transform:rotate(5deg)}.axis{position:absolute;font:600 10px ui-monospace,SFMono-Regular,monospace;letter-spacing:.16em;color:var(--muted)}.axis-one{left:24px;bottom:48px;writing-mode:vertical-rl}.axis-two{right:5px;bottom:26px}.marquee{display:flex;justify-content:center;align-items:center;gap:30px;padding:22px 40px;color:#eee5d4;background:var(--ink);font:500 14px "Songti SC","STSong",serif;letter-spacing:.14em;white-space:nowrap}.marquee i{width:5px;height:5px;border-radius:50%;background:var(--gold)}.features{max-width:1320px;margin:auto;padding:120px 42px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-heading h2,.atlas h2,.download h2{margin:0;font:700 clamp(38px,5vw,64px)/1.2 "Songti SC","STSong",serif;letter-spacing:-.035em}.feature-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:18px}.feature{position:relative;min-height:265px;padding:34px;border:1px solid var(--line);background:rgba(250,247,239,.72);overflow:hidden}.feature-large{grid-row:1/3;min-height:550px}.feature-index{font:600 12px ui-monospace,SFMono-Regular,monospace;color:var(--red)}.feature h3{margin:18px 0 12px;font:700 29px "Songti SC","STSong",serif}.feature p{max-width:430px;color:var(--muted);line-height:1.8}.feature-large img{position:absolute;width:70%;right:-8%;bottom:-15%;filter:drop-shadow(0 30px 22px rgba(27,36,31,.18))}.feature.dark{color:#f4ecdd;background:var(--ink)}.feature.dark p{color:#b9c1bc}.feature.dark .feature-index{color:#d8a85e}.atlas{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:9vw;padding:110px max(42px,calc((100vw - 1236px)/2));background:var(--paper-deep)}.atlas-visual{position:relative;padding:40px 0;text-align:center}.atlas-visual:before{content:"";position:absolute;inset:8% 5% 12%;border-radius:50%;background:rgba(146,45,34,.1)}.atlas-visual img{position:relative;width:min(330px,78%);border:7px solid #17201d;border-radius:38px;box-shadow:0 35px 70px rgba(31,34,28,.25);transform:rotate(-2deg)}.atlas-copy>p:not(.chapter){max-width:620px;color:var(--muted);font-size:17px;line-height:1.85}.atlas-copy ul{list-style:none;margin:36px 0 0;padding:0;border-top:1px solid var(--line)}.atlas-copy li{display:flex;justify-content:space-between;gap:24px;padding:17px 0;border-bottom:1px solid var(--line)}.atlas-copy li span{color:var(--muted);font-size:14px}.download{padding:128px 30px;text-align:center}.download-icon{width:112px;border-radius:24px;box-shadow:0 22px 45px rgba(30,35,31,.16)}.download>p:first-of-type{margin-top:28px}.download h2{margin:20px 0}.download-copy{max-width:620px;margin:0 auto 34px;color:var(--muted);line-height:1.8}footer{display:flex;justify-content:space-between;gap:24px;max-width:1320px;margin:auto;padding:32px 42px 42px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.footer-brand{display:flex;gap:18px}.footer-brand strong{color:var(--ink);font-family:"Songti SC","STSong",serif}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px}.footer-links a{text-underline-offset:3px}@media(max-width:920px){.site-header{padding:20px 22px}.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding:48px 22px 68px}.hero h1{font-size:clamp(48px,13vw,72px)}.hero-visual{min-height:580px;margin-top:38px}.phone{width:220px}.phone-main{left:calc(50% - 190px);right:auto}.phone-side{right:calc(50% - 190px)}.sun-disc{left:50%;right:auto;transform:translateX(-50%);width:360px;height:360px}.marquee{justify-content:flex-start;overflow:hidden}.features{padding:90px 22px}.section-heading{display:block}.feature-grid{grid-template-columns:1fr;grid-template-rows:auto}.feature-large{grid-row:auto;min-height:500px}.atlas{grid-template-columns:1fr;padding:80px 22px}.atlas-visual{order:2}.atlas-copy li{display:block}.atlas-copy li span{display:block;margin-top:5px}.download{padding:90px 22px}footer{display:block;padding:28px 22px}.footer-brand{display:block}.footer-brand span{display:block;margin-top:7px}.footer-links{justify-content:flex-start;margin-top:22px}}@media(max-width:520px){.hero-stats{gap:13px}.hero-stats div{min-width:0;flex:1}.phone{width:185px;border-width:5px;border-radius:27px}.phone-main{left:0}.phone-side{right:0}.hero-visual{min-height:500px}.sun-disc{width:300px;height:300px}.feature-large{min-height:430px}.feature-large img{width:88%}}
