:root{--bg:#0b0b0b;--bg-raise:#141414;--bg-card:#1a1a1a;--gold:#c89640;--gold-soft:rgba(200,150,64,0.16);--gold-line:rgba(200,150,64,0.16);--text:#e5ded4;--text-dim:#928c83;--text-muted:#5d5852;--teal:#2d6b7a}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{margin:0;background:radial-gradient(ellipse at 50% -10%,rgba(200,150,64,.045),transparent 48%),var(--bg);color:var(--text);font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,system-ui,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::selection{background:var(--gold);color:var(--bg)}.navBar{position:fixed;top:0;z-index:100;width:100%;height:88px;justify-content:space-between;padding:0 48px;border-bottom:1px solid rgba(200,150,64,.08);background:linear-gradient(180deg,rgba(11,11,11,.82),rgba(11,11,11,.36));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.navBar{display:flex;align-items:center}.brand{gap:12px;color:var(--gold)}.brand svg{width:62px;height:auto}.brand path{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.brand .star{fill:currentColor;stroke:none}.brand span{font-size:20px;font-weight:600;letter-spacing:.18em}.navBar nav{display:flex;gap:38px}.navBar nav a{position:relative;color:var(--text-dim);font-size:14px;letter-spacing:.12em;transition:color .22s ease}.navBar nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--gold);transition:width .22s ease}.navBar nav a:hover{color:var(--text)}.navBar nav a:hover:after{width:100%}.hero{min-height:100vh;position:relative;display:grid;place-items:center;overflow:hidden;padding:120px 48px 80px}.heroBg{position:absolute;inset:0;background:radial-gradient(ellipse 120% 80% at 50% 30%,rgba(200,150,64,.055),transparent 58%),radial-gradient(ellipse 90% 65% at 85% 82%,rgba(45,107,122,.065),transparent 52%),var(--bg)}.heroBg:after{content:"";position:absolute;left:0;right:0;bottom:14vh;height:1px;background:linear-gradient(90deg,transparent,rgba(200,150,64,.55),transparent)}.particle{position:absolute;border-radius:50%;background:var(--gold);opacity:.075;animation:drift 18s ease-in-out infinite}.particle.one{width:300px;height:300px;top:12%;left:12%}.particle.two{width:210px;height:210px;right:11%;top:48%;animation-delay:-6s}.particle.three{width:150px;height:150px;left:50%;bottom:20%;animation-delay:-12s}@keyframes drift{0%,to{transform:translate(0) scale(1)}30%{transform:translate(32px,-38px) scale(.82)}60%{transform:translate(-24px,24px) scale(1.12)}}.heroContent{position:relative;z-index:2;text-align:center}.heroMega{display:flex;align-items:baseline;justify-content:center;gap:12px;font-size:clamp(120px,17vw,230px);font-weight:800;line-height:.88;letter-spacing:-.045em;color:transparent;background:linear-gradient(180deg,rgba(218,174,91,.95) 18%,rgba(200,150,64,.28));-webkit-background-clip:text;background-clip:text}.heroMega span{margin-bottom:1.15rem;color:var(--text-dim);font-size:clamp(28px,4vw,44px);font-weight:300;letter-spacing:.18em}.hero h1{margin:18px 0 0;font-size:clamp(26px,3vw,40px);font-weight:300;letter-spacing:.24em}.hero p{margin:24px 0 0;color:var(--text-dim);font-size:15px;letter-spacing:.18em}.heroLine{width:1px;height:86px;margin:48px auto 0;background:linear-gradient(180deg,var(--gold),transparent)}section{padding:118px 48px}.statsSection{padding-top:0}.statsBar{display:grid;grid-template-columns:repeat(3,1fr);max-width:980px;margin:0 auto;border:1px solid var(--gold-line);background:var(--gold-line);grid-gap:1px;gap:1px}.statsBar article{padding:46px 32px;text-align:center;background:var(--bg);transition:background .24s ease}.statsBar article:hover{background:var(--bg-raise)}.statsBar strong{display:block;font-size:clamp(42px,6vw,62px);line-height:1;color:transparent;background:linear-gradient(135deg,var(--gold),#e4bd69);-webkit-background-clip:text;background-clip:text}.statsBar span{display:block;margin-top:12px;color:var(--text-dim);font-size:14px;letter-spacing:.12em}.quoteSection{background:var(--bg-raise);text-align:center}.quoteMark{height:64px;color:rgba(200,150,64,.2);font-family:Georgia,serif;font-size:92px;line-height:1}blockquote{margin:0;font-size:clamp(26px,4vw,42px);font-weight:300;line-height:1.7;letter-spacing:.06em}.quoteSection p{margin:30px 0 0;color:var(--text-dim);letter-spacing:.08em}.aboutSection{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 430px;grid-gap:80px;gap:80px;align-items:center}.sectionTag{margin:0 0 18px;color:var(--gold);font-size:12px;letter-spacing:.28em}.aboutText h2,.contactCopy h2,.sectionIntro h2{margin:0 0 26px;font-size:clamp(28px,4vw,44px);font-weight:400;line-height:1.42;letter-spacing:.08em}.aboutText p:not(.sectionTag),.contactCopy p,.sectionIntro p:not(.sectionTag){margin:0 0 18px;color:var(--text-dim);line-height:2}.aboutVisual{position:relative;aspect-ratio:1;display:grid;place-items:center}.ring{position:absolute;border-radius:50%;border:1px solid var(--gold-line);animation:rotateRing 28s linear infinite}.ringOne{width:330px;height:330px}.ringTwo{width:260px;height:260px;animation-direction:reverse;animation-duration:22s}.ringThree{width:190px;height:190px;animation-duration:18s}.aboutVisual strong{position:relative;z-index:1;color:var(--gold);font-size:58px}@keyframes rotateRing{to{transform:rotate(1turn)}}.philosophySection{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);grid-gap:96px;gap:96px;align-items:start;background:radial-gradient(ellipse at 18% 12%,rgba(45,107,122,.16),transparent 42%),radial-gradient(ellipse at 86% 70%,rgba(200,150,64,.055),transparent 38%)}.philosophyIntro{position:-webkit-sticky;position:sticky;top:126px}.philosophyIntro h2{margin:0;max-width:520px;font-size:clamp(40px,5.6vw,72px);font-weight:400;line-height:1.28;letter-spacing:.04em}.philosophyIntro h2 br{display:block}.philosophyIntro h2:first-letter,.philosophyItem strong{color:var(--text)}.philosophyRule{width:90px;height:2px;margin:54px 0 56px;background:linear-gradient(90deg,var(--gold),rgba(200,150,64,0))}.philosophyIntro p:not(.sectionTag){margin:0;max-width:560px;color:var(--text-dim);font-size:20px;line-height:2.1;letter-spacing:.08em}.philosophyList{display:grid;grid-gap:60px;gap:60px;padding-top:24px}.philosophyItem{position:relative;display:grid;grid-template-columns:66px minmax(0,1fr);grid-gap:28px;gap:28px;padding-left:30px}.philosophyItem:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:linear-gradient(180deg,var(--gold),rgba(200,150,64,.18))}.philosophyItem>span{align-self:start;padding-top:10px;color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:18px;letter-spacing:.14em}.philosophyItem h3{margin:0 0 22px;color:var(--text);font-size:clamp(28px,3.2vw,42px);font-weight:400;line-height:1.35;letter-spacing:.04em}.philosophyItem h3 strong{font-size:1.16em;font-weight:600}.philosophyItem h3 em{margin:0 14px;color:var(--gold);font-style:normal;font-weight:300}.philosophyItem p{margin:0;color:var(--text-dim);font-size:18px;line-height:2.12;letter-spacing:.04em}.cooperateSection,.servicesSection{background:var(--bg)}.sectionIntro{max-width:760px;margin:0 auto 72px;text-align:center}.servicesGrid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.servicesGrid article{position:relative;overflow:hidden;min-height:292px;padding:44px 28px;text-align:center;border:1px solid var(--gold-line);background:var(--bg-card);transition:transform .24s ease,border-color .24s ease}.servicesGrid article:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;opacity:0;background:linear-gradient(90deg,transparent,var(--gold),transparent);transition:opacity .24s ease}.servicesGrid article:hover{transform:translateY(-5px);border-color:rgba(200,150,64,.34)}.servicesGrid article:hover:before{opacity:1}.serviceIcon{color:var(--gold);font-size:30px;margin-bottom:20px}.servicesGrid h3{margin:0 0 12px;font-size:20px;font-weight:500;letter-spacing:.1em}.servicesGrid p{margin:0;color:var(--text-dim);font-size:14px;line-height:1.8}.routesSection{background:var(--bg-raise)}.routesGrid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px;gap:30px}.routeCard{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--gold-line);background:var(--bg-card)}.routeCard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.56;filter:saturate(.74) contrast(1.08);transition:transform .7s ease,opacity .7s ease}.routeCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,11,11,.05),rgba(11,11,11,.92))}.routeCard:hover img{transform:scale(1.05);opacity:.72}.routeCard div{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:34px}.routeCard span{color:var(--gold);font-size:12px;letter-spacing:.24em}.routeCard h3{margin:10px 0;font-size:28px;font-weight:400;letter-spacing:.08em}.routeCard p{margin:0;color:var(--text-dim);font-size:14px;line-height:1.75}.cooperateSection{border-top:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line)}.storiesPreviewSection{overflow:hidden;border-bottom:1px solid var(--gold-line);background:linear-gradient(180deg,rgba(200,150,64,.045),transparent 44%),var(--bg)}.storiesHeader{max-width:1120px;margin:0 auto 46px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:80px;gap:80px;align-items:end}.storiesContactBand h2,.storiesHeader h2,.storiesWallIntro h2{margin:0;font-size:clamp(32px,5vw,58px);font-weight:300;letter-spacing:.12em}.storiesContactBand p,.storiesHeader>p,.storiesWallIntro p{margin:0;color:var(--text-dim);line-height:2}.storyRail{width:max-content;display:flex;gap:22px;animation:storyRail 46s linear infinite}.storyRail:hover{animation-play-state:paused}@keyframes storyRail{to{transform:translateX(calc(-50% - 11px))}}.storyCard{width:338px;flex:0 0 auto;padding:16px 16px 24px;border:1px solid rgba(200,150,64,.18);background:linear-gradient(180deg,rgba(238,228,212,.98),rgba(223,209,187,.92));color:#211b14;box-shadow:0 24px 70px rgba(0,0,0,.24)}.chatMock{padding:18px;background:radial-gradient(circle at 80% 18%,rgba(200,150,64,.24),transparent 28%),linear-gradient(135deg,#1a1a1a,#2a241c 58%,#0f171a)}.chatMock,.storyProof{position:relative;min-height:188px;overflow:hidden;border:1px solid rgba(33,27,20,.08)}.storyProof{background:#18130f}.storyProof img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;filter:saturate(.86) contrast(1.04);transition:transform .7s ease,filter .7s ease}.storyCard:hover .storyProof img{transform:scale(1.035);filter:saturate(.96) contrast(1.08)}.chatTop{display:flex;gap:7px;margin-bottom:24px}.chatTop span{width:8px;height:8px;border-radius:50%;background:rgba(238,228,212,.72)}.bubble{height:24px;margin-bottom:12px;border-radius:999px;background:rgba(238,228,212,.82)}.bubble.left{width:72%}.bubble.right{width:58%;margin-left:auto;background:rgba(200,150,64,.74)}.bubble.short{width:46%}.chatContext{position:absolute;left:18px;bottom:16px;max-width:calc(100% - 36px);color:rgba(238,228,212,.74)}.chatContext,.storyTag{font-size:12px;letter-spacing:.12em}.storyTag{display:inline-flex;margin-top:18px;padding:5px 9px;border:1px solid rgba(200,150,64,.38);color:#8b5f1e}.storyCard h3{margin:14px 0 10px;color:#1b1711;font-size:21px;font-weight:500;line-height:1.55;letter-spacing:.04em}.storyCard p{margin:0;color:rgba(33,27,20,.68);font-size:14px;line-height:1.85}.storiesAction{max-width:1120px;margin:42px auto 0;text-align:right}.ghostButton{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid rgba(200,150,64,.42);color:var(--gold);letter-spacing:.08em;transition:background .22s ease,transform .22s ease}.ghostButton:hover{background:var(--gold-soft);transform:translateY(-2px)}.storiesHero{min-height:76vh;position:relative;display:grid;place-items:end start;overflow:hidden;padding:150px 48px 88px}.storiesHeroImage{position:absolute;inset:0;background-position:50%;background-size:cover;filter:saturate(.7) contrast(1.08)}.storiesHeroContent{position:relative;z-index:1;max-width:880px}.storiesHero h1{margin:0 0 22px;font-size:clamp(58px,11vw,138px);font-weight:300;line-height:1;letter-spacing:.16em}.storiesHeroContent>p:not(.sectionTag){margin:0;max-width:620px;color:var(--text-dim);font-size:18px;line-height:2;letter-spacing:.08em}.storiesWallSection{scroll-margin-top:92px;background:radial-gradient(ellipse at 50% 0,rgba(200,150,64,.06),transparent 45%),var(--bg)}.storiesWallIntro{max-width:1120px;margin:0 auto 54px}.storiesWallIntro h2{margin-bottom:18px;font-size:clamp(28px,4vw,44px)}.storiesWall{max-width:1120px;margin:0 auto;columns:300px 3;column-gap:24px}.storyWallCard{width:100%;display:inline-block;margin:0 0 24px;page-break-inside:avoid;break-inside:avoid}.storyWallCard:nth-child(3n+1) .chatMock,.storyWallCard:nth-child(3n+1) .storyProof{min-height:224px}.storyWallCard:nth-child(4n+2) .chatMock,.storyWallCard:nth-child(4n+2) .storyProof{min-height:160px}.storyTone2{background:linear-gradient(180deg,rgba(25,25,25,.98),rgba(15,15,15,.96))}.storyTone2,.storyTone2 h3{color:var(--text)}.storyTone2 p{color:var(--text-dim)}.storyTone2 .storyTag{color:var(--gold)}.storyTone3{background:linear-gradient(180deg,rgba(232,221,202,.96),rgba(185,153,104,.34))}.storiesContactBand{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px;border-top:1px solid var(--gold-line)}.storiesContactBand div{max-width:680px}.contactSection{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:70px;gap:70px;align-items:center}.privacyNotes{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 28px}.privacyNotes span{color:var(--gold);border:1px solid rgba(200,150,64,.32);border-radius:999px;padding:8px 13px;background:var(--gold-soft);font-size:14px}.primaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid var(--gold);background:var(--gold);color:var(--bg);letter-spacing:.08em;transition:transform .22s ease,box-shadow .22s ease}.primaryButton:hover{transform:translateY(-2px);box-shadow:0 10px 36px rgba(200,150,64,.22)}.qrPanel{padding:24px;border:1px solid var(--gold-line);background:var(--bg-card)}.qrFrame{padding:18px;background:#eee4d4}.qrFrame img{display:block;width:100%;aspect-ratio:1}.qrPanel p{margin:18px 0 0;color:var(--text-dim);text-align:center;font-size:13px}@media (max-width:980px){.navBar{padding:0 24px}.navBar nav{gap:20px}section{padding:88px 24px}.aboutSection,.contactSection,.philosophySection,.storiesHeader{grid-template-columns:1fr}.storiesHeader{gap:24px}.aboutVisual{max-width:420px;margin:0 auto;width:100%}.philosophyIntro{position:static}.philosophyList{padding-top:0}.servicesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.routesGrid{grid-template-columns:1fr}.routeCard{min-height:430px}.storiesHero{min-height:62vh;padding-inline:24px}.storiesContactBand{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.navBar nav{display:none}.brand span{font-size:18px}.hero{padding-inline:20px}.heroMega{font-size:clamp(112px,34vw,150px)}.hero h1{letter-spacing:.12em}.servicesGrid,.statsBar{grid-template-columns:1fr}.aboutVisual{display:none}.philosophySection{gap:54px}.philosophyIntro h2{font-size:40px;line-height:1.35}.philosophyRule{margin:36px 0}.philosophyIntro p:not(.sectionTag){font-size:17px;line-height:2}.philosophyList{gap:46px}.philosophyItem{grid-template-columns:38px minmax(0,1fr);gap:18px;padding-left:18px}.philosophyItem>span{font-size:14px}.philosophyItem h3{font-size:28px}.philosophyItem h3 em{margin:0 8px}.philosophyItem p{font-size:16px;line-height:2}.contactSection{gap:38px}.storiesContactBand h2,.storiesHeader h2,.storiesWallIntro h2{font-size:29px;letter-spacing:.04em;line-height:1.55;overflow-wrap:anywhere}.storiesHero h1{font-size:54px;letter-spacing:.08em}.storyRail{width:100%;display:grid;animation:none}.storyRail .storyCard:nth-child(n+7){display:none}.storyCard{width:100%}.storiesAction{text-align:left}.storiesWall{column-count:1}.ghostButton,.primaryButton{width:100%}}