:root{color:#f2efe8;background:#090d10;--bg: #090d10;--bg-soft: #0d1215;--ink: #f2efe8;--muted: #bdb7af;--dim: #85817a;--line: rgba(242, 239, 232, .13);--line-strong: rgba(242, 239, 232, .22);--accent: #b8874d;--motion-duration: 1.15s;--motion-ease: cubic-bezier(.22, 1, .36, 1);--motion-scroll: 0;--font-serif-latin: Newsreader, Georgia, "Times New Roman", serif;--font-serif-cjk: "Noto Serif SC", "Source Han Serif SC", "Songti SC", SimSun, serif;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--type-page-title: clamp(68px, 5.55vw, 80px);--type-section-title: clamp(58px, 5vw, 72px);--type-row-title: clamp(34px, 3.8vw, 58px);--type-body: clamp(22px, 2vw, 32px);--type-copy: clamp(22px, 1.6vw, 24px);--type-assistive: 12px;font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:16px}@font-face{font-family:"English Serif Punctuation";font-style:normal;font-weight:400 600;font-display:swap;src:url(/assets/fonts/inter-latin-400-600.woff2) format("woff2");unicode-range:U+002C,U+002E,U+003A,U+003B}@font-face{font-family:Inter;font-style:normal;font-weight:400 600;font-display:swap;src:url(/assets/fonts/inter-latin-400-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:400 500;font-display:swap;src:url(/assets/fonts/newsreader-latin-400-500.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Serif SC";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/noto-serif-sc-400.ttf) format("truetype")}@font-face{font-family:"Noto Serif SC";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/noto-serif-sc-500.ttf) format("truetype")}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);scroll-behavior:smooth}html[lang=zh-CN]{font-family:var(--font-serif-cjk)}html[lang=en]{--font-serif-latin: "English Serif Punctuation", Newsreader, Georgia, "Times New Roman", serif}body{margin:0;overflow-x:hidden;color:var(--ink);background:var(--bg);font-family:var(--font-serif-latin),var(--font-serif-cjk)}body.nav-lock{overflow:hidden}h1,h2,h3,p,figure{margin:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.skip-link{position:fixed;top:0;left:0;z-index:2000;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:1px solid var(--accent);padding:10px 14px;color:var(--ink);background:var(--bg);font-family:var(--font-sans);font-size:var(--type-assistive)}.skip-link:focus,.skip-link:focus-visible{top:16px;left:16px;width:auto;height:auto;overflow:visible;clip-path:none;white-space:normal}#main-content:focus{outline:none}.site,.epoch-site{min-height:100vh;background:var(--bg)}.site-header{position:fixed;top:0;z-index:100;width:100%;color:var(--ink);background:#090d10f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;width:min(1320px,calc(100% - 120px));min-height:90px;margin-inline:auto}.logo{display:inline-flex;align-items:center;color:var(--ink)}.logo-image{width:158px;height:38px;object-fit:contain;filter:grayscale(1) brightness(1.8)}.logo-wordmark{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400;line-height:1;letter-spacing:.44em}.site-nav,.language-switcher{display:flex;align-items:center;color:var(--muted);font-family:var(--font-sans);font-size:var(--type-assistive);line-height:1}.site-nav{gap:clamp(34px,3.3vw,52px);white-space:nowrap}.site-nav a,.language-switcher-current,.language-switcher-link,.language-switcher-divider{color:var(--muted);transition:color var(--motion-duration) var(--motion-ease)}.site-nav a,.language-switcher-current,.language-switcher-link{position:relative;display:inline-flex;align-items:center}.site-nav a:hover,.site-nav a.router-link-active,.language-switcher-current,.language-switcher-link:hover{color:var(--accent)}.site-nav a.router-link-active:after,.language-switcher-current:after{content:"";position:absolute;left:50%;bottom:-14px;transform:translate(-50%);width:38px;height:1px;background:var(--accent)}.language-switcher{gap:11px}.language-switcher:before{content:"";width:1px;height:24px;margin-inline:10px 12px;background:var(--line-strong)}.mobile-menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--line-strong);border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.mobile-menu-toggle span{display:block;width:18px;height:1px;background:currentColor;transition:opacity var(--motion-duration) var(--motion-ease),transform var(--motion-duration) var(--motion-ease)}.site-header.mobile-menu-open .mobile-menu-toggle span:first-child{transform:translateY(6px) rotate(45deg)}.site-header.mobile-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}.site-header.mobile-menu-open .mobile-menu-toggle span:last-child{transform:translateY(-6px) rotate(-45deg)}h1,h2,h3{color:var(--ink);font-family:var(--font-serif-latin),var(--font-serif-cjk);font-weight:400}h1{max-width:810px;font-size:var(--type-page-title);line-height:1.1}h2{font-size:var(--type-section-title);line-height:1.05}.section-kicker,.hero-aside,figcaption,.venture-scope,.quiet-facts,.contact-place{color:var(--muted);font-family:var(--font-sans);font-size:var(--type-assistive);line-height:1.35;letter-spacing:.34em;text-transform:uppercase}.section-kicker{display:flex;align-items:center;gap:20px}.section-kicker:after{content:"";width:76px;height:1px;background:var(--line-strong)}.motion-parallax{will-change:transform}.epoch-section-inner,.origin-hero,.epoch-page-hero,.stewardship-section,.contact-silence,.not-found-hero{width:min(1320px,calc(100% - 120px));margin-inline:auto}.origin-hero{display:grid;grid-template-columns:minmax(0,810px) minmax(420px,500px);justify-content:space-between;gap:42px;min-height:1034px;align-items:center;padding:90px 0 34px}.origin-hero-copy{display:grid;gap:44px;align-self:center;transform:translateY(32px)}.origin-hero-copy>p:not(.section-kicker){max-width:650px;color:var(--ink);font-size:var(--type-copy);line-height:1.42}.quiet-link{display:inline-flex;width:fit-content;align-items:center;gap:18px;padding-bottom:12px;border-bottom:1px solid rgba(184,135,77,.7);color:var(--accent);font-size:22px;line-height:1}.quiet-link:after{content:"→";font-family:var(--font-sans);font-size:.85em}.origin-visual,.group-visual,.venture-visual,.stewardship-visual,.contact-visual{position:relative;overflow:hidden;background:var(--bg-soft)}.origin-visual img,.group-visual img,.venture-visual img,.stewardship-visual img,.contact-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.58) contrast(1.05) brightness(.7)}.origin-visual img{filter:none;object-position:center center}.origin-visual-tall{aspect-ratio:390 / 589;min-height:auto}figcaption{position:absolute;right:30px;bottom:32px;color:#f2efe8b3;letter-spacing:.22em}.group-meditation,.venture-section{border-top:1px solid var(--line)}.origin-passage{padding:0 0 84px}.home-passage-copy{display:grid;gap:42px;border-top:1px solid var(--line);padding-top:76px}.home-passage-copy h2{max-width:1040px}.home-passage-copy h2 span{display:block}.home-namesake-emphasis{font-size:32px;margin-top:clamp(24px,2.2vw,42px)}.home-passage-copy>p:not(.section-kicker){color:var(--muted);font-size:var(--type-copy);line-height:1.42}.epoch-page-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:64px;align-items:end;padding:142px 0 86px;border-bottom:1px solid var(--line)}.epoch-page-hero>div{display:grid;gap:26px}.epoch-page-hero h1{max-width:760px}.epoch-page-hero p:not(.section-kicker,.hero-aside){max-width:740px;color:var(--muted);font-size:clamp(30px,3.9vw,58px);line-height:1.1}.hero-aside{align-self:center;color:var(--dim);letter-spacing:.32em}.hero-aside:after{content:"";display:block;width:42px;height:2px;margin-top:26px;background:var(--accent)}.group-meditation{padding:72px 0 0}.group-layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:clamp(56px,8vw,112px);align-items:start}.group-visual{position:sticky;top:118px;aspect-ratio:.56}.group-copy{display:grid}.meditation-row{display:grid;grid-template-columns:70px minmax(0,1fr);gap:0 34px;padding:58px 0 64px;border-bottom:1px solid var(--line)}.meditation-row>span,.venture-copy>span{color:var(--accent);font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:clamp(18px,1.8vw,26px);line-height:1.1}.meditation-row h2{grid-column:2;font-size:var(--type-row-title)}.meditation-row p{grid-column:2;max-width:720px;margin-top:28px;color:var(--muted);font-size:var(--type-copy);line-height:1.75}.quiet-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(1320px,calc(100% - 120px));margin:0 auto;padding:70px 0 110px;color:var(--ink);letter-spacing:0;text-transform:none}.quiet-facts span{padding:0 48px;border-left:1px solid var(--line);font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:clamp(28px,3.2vw,48px);line-height:1.1}.quiet-facts span:first-child{padding-left:0;border-left:0}.group-v2-page{background:radial-gradient(circle at 50% 20%,rgba(242,239,232,.035),transparent 34%),var(--bg)}.group-v2-main{background:transparent}.group-v2-hero,.group-v2-grid,.group-v2-facts{width:min(1320px,calc(100% - 120px));margin-inline:auto}.group-v2-hero{display:grid;grid-template-columns:minmax(0,1fr);align-items:end;padding:190px 0 92px;border-bottom:1px solid var(--line)}.group-v2-hero-copy{display:grid;gap:18px}.group-v2-kicker,.group-v2-facts p{color:var(--dim);font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:1.7;letter-spacing:.38em}.group-v2-kicker{display:inline-flex;align-items:center;gap:20px;width:fit-content;line-height:1}.group-v2-kicker:after{content:"";width:76px;height:1px;background:var(--line-strong)}.group-v2-hero h1{max-width:none;font-size:120px;line-height:.96;letter-spacing:0}.group-v2-lede{color:#f2efe8a8;font-size:32px;line-height:1.18}.group-v2-content{position:relative;z-index:3;padding:66px 0 0}.group-v2-grid{position:relative;display:grid;grid-template-columns:380px minmax(0,1fr);gap:clamp(94px,8.2vw,118px);align-items:start;padding-bottom:48px}.group-v2-grid:after{content:"";position:absolute;right:0;bottom:-34px;left:0;z-index:3;height:1px;background:var(--line)}.group-v2-visual img{width:100%;aspect-ratio:249 / 691;height:auto;object-fit:cover}.group-v2-principles{display:grid}.group-v2-principle{display:grid;padding:14px 0 60px;border-bottom:1px solid var(--line)}.group-v2-principle:last-child{border-bottom:0}.group-v2-principle+.group-v2-principle{padding-top:55px}.group-v2-principle>span{color:var(--accent);font-family:var(--font-sans);font-size:16px;line-height:1;letter-spacing:.08em}.group-v2-principle h2{margin-top:26px;font-size:52px;line-height:1.04;letter-spacing:0}.group-v2-principle p{max-width:730px;margin-top:34px;color:#f2efe8ad;font-size:24px;line-height:1.45}.group-v2-bottom{position:relative;overflow:hidden;margin-top:0;background:linear-gradient(180deg,var(--bg) 0%,#090d10 42%,#070a0d 100%)}.group-v2-bottom:before{content:"";position:absolute;inset:0 0 auto;z-index:1;height:650px;pointer-events:none;background:linear-gradient(180deg,var(--bg) 0%,rgba(9,13,16,.98) 28%,rgba(9,13,16,.9) 48%,rgba(9,13,16,.58) 72%,rgba(9,13,16,.18) 100%)}.group-v2-facts{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;min-height:345px;padding:0;margin-bottom:-284px}.group-v2-facts article{display:grid;align-content:center;gap:26px;min-width:0;padding-inline:54px;border-left:1px solid var(--line-strong);text-align:center}.group-v2-facts article:first-child{padding-left:8px;border-left:0}.group-v2-facts h3{color:var(--ink);font-size:40px;line-height:1;white-space:nowrap}.group-v2-facts p{color:var(--dim);font-size:14px;line-height:1;text-align:center;white-space:nowrap}.group-v2-landscape{position:relative;z-index:0;overflow:hidden;margin-top:0;background:var(--bg-soft)}.group-v2-landscape img{width:100%;min-height:362px;object-fit:cover;object-position:center bottom}.venture-section{padding:18px 0 88px}.venture-grid{width:min(1320px,calc(100% - 120px));margin-inline:auto}.venture-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.75fr);gap:clamp(48px,7vw,90px);align-items:center;padding:62px 0;border-bottom:1px solid var(--line)}.venture-copy{display:grid;gap:22px}.venture-title{font-size:var(--type-row-title)}.venture-copy p:not(.venture-scope){max-width:620px;color:var(--ink);font-size:clamp(19px,1.45vw,25px);line-height:1.65}.venture-scope{display:grid;gap:10px;max-width:640px;margin-top:10px;color:var(--muted);letter-spacing:0;text-transform:none}.venture-scope span{color:var(--dim);letter-spacing:.28em;text-transform:uppercase}.venture-visual{aspect-ratio:1.78}.ventures-v2-page{background:#090d10}.ventures-v2-hero,.ventures-v2-grid{width:min(1320px,calc(100% - 120px));margin-inline:auto}.ventures-v2-hero{display:grid;grid-template-columns:minmax(0,1fr);align-items:end;min-height:388px;padding:138px 0 46px;border-bottom:1px solid rgba(242,239,232,.13)}.ventures-v2-hero-copy{display:grid;gap:20px}.ventures-v2-kicker{font-family:var(--font-sans);font-size:12px;font-weight:400;letter-spacing:.38em;text-transform:uppercase}.ventures-v2-kicker{display:inline-flex;width:fit-content;align-items:center;gap:20px;color:#85817a;line-height:1}.ventures-v2-kicker:after{content:"";display:block;width:76px;height:1px;background:#f2efe838}.ventures-v2-hero h1{max-width:none;color:#f2efe8;font-size:120px;line-height:.82;letter-spacing:0}.ventures-v2-lede{color:#f2efe8e6;font-size:32px;line-height:1.08}.ventures-v2-sections{padding:0 0 12px}.ventures-v2-card{display:grid;grid-template-columns:minmax(0,570px) minmax(420px,540px);justify-content:space-between;gap:78px;align-items:center;padding:72px 0 76px;border-bottom:1px solid rgba(242,239,232,.15)}.ventures-v2-card:first-child{padding-top:78px}.ventures-v2-card:last-child{border-bottom:0}.ventures-v2-copy{display:grid;align-content:start}.ventures-v2-copy>span:first-child{color:var(--accent);font-family:var(--font-sans);font-size:16px;line-height:1}.ventures-v2-copy h2{margin-top:25px;color:#f2efe8;font-size:52px;line-height:1.06;letter-spacing:0;white-space:nowrap}.ventures-v2-body{max-width:610px;margin-top:27px;color:#f2efe8e6;font-size:24px;line-height:1.35}.ventures-v2-rule{display:block;width:32px;height:1px;margin-top:27px;background:#f2efe8a3}.ventures-v2-scope{margin-top:23px;color:#f2efe8cc;font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:1.28;letter-spacing:0;white-space:nowrap}.ventures-v2-visual{width:100%;aspect-ratio:459 / 259;overflow:hidden;background:#0d1215}.ventures-v2-visual img{width:100%;height:100%;object-fit:cover}.ventures-v2-card:nth-child(2) .ventures-v2-visual{aspect-ratio:459 / 263}.ventures-v2-card:nth-child(3) .ventures-v2-visual{aspect-ratio:459 / 284}.stewardship-page-v2{background:#090d10}.stewardship-section{min-height:0;width:100%;padding:163px 0 102px}.stewardship-copy{display:grid;grid-template-columns:minmax(0,1fr);gap:0;width:min(1320px,calc(100% - 120px));margin-inline:auto}.stewardship-copy>*{min-width:0}.stewardship-copy h1{margin-top:36px;color:#f2efe8f0;font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:120px;font-weight:400;line-height:.96;letter-spacing:0}.stewardship-kicker{color:#f2efe8b3;font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:1;letter-spacing:.31em;text-transform:uppercase}.stewardship-kicker:after{display:none}.stewardship-title-rule{width:67px;height:1px;margin-top:58px;background:#f2efe86b}.stewardship-text{display:grid;gap:28px;max-width:750px;margin-top:59px}.stewardship-page-v2 .stewardship-text p{color:#f2efe8e0;font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:24px;font-weight:400;line-height:1.38;letter-spacing:0}.contact-copy>p:not(.section-kicker,.contact-place),.not-found-hero p{color:var(--ink);font-size:var(--type-copy);line-height:1.75}.stewardship-visual{width:100%;aspect-ratio:929 / 449;margin-top:57px;overflow:visible;background:transparent}.stewardship-page-v2 .stewardship-visual img{width:100%;height:100%;object-fit:cover;filter:none}.stewardship-visual figcaption{position:static;display:flex;justify-content:space-between;gap:24px;padding-top:16px;color:#bdb7afc7;font-family:var(--font-sans);font-size:14px;line-height:1;letter-spacing:.38em;text-transform:uppercase}.contact-silence{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.42fr);gap:clamp(46px,8vw,120px);min-height:calc(100svh - 76px);align-items:center;padding:116px 0 70px}.contact-copy{display:grid;gap:30px}.contact-copy h1{font-size:clamp(66px,8vw,132px)}.contact-copy>p:not(.section-kicker,.contact-place){max-width:690px;color:var(--muted);font-size:clamp(26px,2.7vw,42px);line-height:1.32}.contact-email{width:fit-content;color:var(--accent);font-size:clamp(38px,5vw,72px);line-height:1.02}.contact-place{color:var(--muted);letter-spacing:0;text-transform:none}.contact-visual{aspect-ratio:.72}.contact-v2-page{min-height:100svh;background:#090d10}.contact-v2-page .contact-silence{width:min(1320px,calc(100% - 120px));min-height:calc(100svh - 80px);padding:104px 0 0;grid-template-columns:minmax(0,700px) 410px;gap:92px;justify-content:space-between;align-items:center}.contact-v2-page .contact-copy{gap:32px;transform:none}.contact-v2-page .section-kicker{display:inline-flex;width:fit-content;flex-direction:row;align-items:center;gap:20px;color:#f2efe8;font-size:12px;line-height:1;letter-spacing:.48em;white-space:nowrap}.contact-v2-page .section-kicker:after{width:42px;background:#f2efe894}.contact-v2-page .contact-copy h1{margin-top:34px;max-width:none;color:#f2efe8;font-size:120px;line-height:1;font-weight:400;letter-spacing:0;white-space:nowrap}.contact-v2-page .contact-copy>p:not(.section-kicker,.contact-place){max-width:760px;color:#bdb7af;font-family:var(--font-serif-latin),Georgia,serif;font-size:24px;line-height:1.25;font-weight:400}.contact-v2-page .contact-email{width:fit-content;margin-top:20px;color:#b8874d;font-family:var(--font-serif-latin),Georgia,serif;font-size:32px;line-height:1;white-space:nowrap}.contact-v2-page .contact-place{margin-top:-8px;color:#85817a;font-family:var(--font-serif-latin),Georgia,serif;font-size:16px;line-height:1.2;letter-spacing:0;text-transform:none;white-space:nowrap}.contact-v2-page .contact-visual{width:410px;aspect-ratio:320 / 500;background:#0d1215;box-shadow:0 26px 70px #00000047}.contact-v2-page .contact-visual img{filter:none}.group-v2-hero-copy,.ventures-v2-hero-copy,.contact-v2-page .contact-copy{gap:44px}.group-v2-kicker,.ventures-v2-kicker,.stewardship-kicker,.contact-v2-page .section-kicker{color:var(--muted);font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:1.35;letter-spacing:.34em;text-transform:uppercase}.group-v2-kicker:after,.ventures-v2-kicker:after,.stewardship-kicker:after,.contact-v2-page .section-kicker:after{display:block;width:76px;height:1px;background:var(--line-strong)}.group-v2-hero h1,.ventures-v2-hero h1,.stewardship-copy h1,.contact-v2-page .contact-copy h1{margin-top:0;max-width:810px;color:var(--ink);font-size:var(--type-page-title);font-weight:400;line-height:1.1;letter-spacing:0}.group-v2-lede,.ventures-v2-lede,.stewardship-page-v2 .stewardship-text p,.contact-v2-page .contact-copy>p:not(.section-kicker,.contact-place){max-width:650px;color:var(--ink);font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:var(--type-copy);font-weight:400;line-height:1.42;letter-spacing:0}.contact-v2-page .contact-split-copy{display:grid;gap:4px;width:min(650px,100%)}.contact-v2-page .contact-split-copy span{display:block;justify-self:start;text-align:left}.stewardship-copy h1{margin-top:44px}.stewardship-title-rule{display:none}.stewardship-text{margin-top:44px}.stewardship-page-v2 .stewardship-text{width:100%;max-width:min(100%,1320px)}.stewardship-page-v2 .stewardship-text p{max-width:100%;overflow-wrap:normal;white-space:normal}@media(min-width:861px){.group-v2-hero,.ventures-v2-hero,.stewardship-section{padding-top:140px}.ventures-v2-hero{align-items:start}.stewardship-copy h1{margin-top:0}}.group-v2-lede,.group-v2-principle p,.ventures-v2-lede,.ventures-v2-body,.stewardship-page-v2 .stewardship-text p{line-height:1.6}.group-v2-kicker,.ventures-v2-kicker,.stewardship-kicker{letter-spacing:.24em}.group-v2-facts p,.stewardship-visual figcaption{letter-spacing:.22em}.newsroom-v2-page,.news-detail-v2-page{background:var(--bg)}.newsroom-v2-page .newsroom-hero{display:grid;width:min(1320px,calc(100% - 120px));margin-inline:auto;padding:140px 0 72px;border-bottom:1px solid var(--line)}.newsroom-v2-page .newsroom-hero>div{display:grid;gap:34px}.newsroom-v2-page .newsroom-hero h1{max-width:810px;color:var(--ink);font-size:var(--type-page-title);font-weight:400;line-height:1.1;letter-spacing:0}.newsroom-v2-page .newsroom-hero p{max-width:100%;color:var(--ink);font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:var(--type-copy);line-height:1.6;letter-spacing:0}.newsroom-v2-page .newsroom-list-section{width:min(1320px,calc(100% - 120px));margin-inline:auto;padding:72px 0 116px}.newsroom-v2-page .newsroom-featured-card{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.72fr);gap:clamp(48px,6vw,86px);align-items:start;padding-bottom:72px;border-bottom:1px solid var(--line)}.newsroom-v2-page .newsroom-image-frame,.news-detail-v2-page .news-detail-image-frame,.news-detail-v2-page .news-detail-figure,.news-detail-v2-page .news-detail-related-image{overflow:hidden;width:100%;aspect-ratio:16 / 9;margin:0}.newsroom-v2-page .newsroom-image-frame img,.news-detail-v2-page .news-detail-image-frame img,.news-detail-v2-page .news-detail-figure img,.news-detail-v2-page .news-detail-related-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.02)}.newsroom-v2-page .newsroom-featured-copy,.newsroom-v2-page .newsroom-secondary-copy{display:flex;flex-direction:column;align-items:flex-start}.newsroom-v2-page .newsroom-featured-copy{min-height:100%;padding-top:4px}.newsroom-v2-page .newsroom-featured-copy span,.newsroom-v2-page .newsroom-secondary-copy span,.news-detail-v2-page .news-detail-meta,.news-detail-v2-page .news-detail-share-label{color:var(--accent);font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:1.45;letter-spacing:.18em;text-transform:uppercase}.newsroom-v2-page .newsroom-featured-copy h2{margin-top:24px;color:var(--ink);font-size:30px;font-weight:400;line-height:1.14;letter-spacing:0}.newsroom-v2-page .newsroom-featured-copy p,.newsroom-v2-page .newsroom-secondary-copy p{margin-top:24px;color:#f2efe8c7;font-size:18px;line-height:1.6}.newsroom-v2-page .newsroom-featured-copy a,.newsroom-v2-page .newsroom-secondary-copy a,.news-detail-v2-page .news-detail-back{display:inline-flex;margin-top:auto;padding-top:34px;color:var(--accent);font-family:var(--font-sans);font-size:14px;line-height:1;letter-spacing:.08em;text-transform:uppercase}.newsroom-v2-page .newsroom-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(40px,5vw,72px);margin-top:72px}.newsroom-v2-page .newsroom-secondary-card{display:flex;min-width:0;flex-direction:column}.newsroom-v2-page .newsroom-secondary-copy{flex:1;padding:30px 0 36px}.newsroom-v2-page .newsroom-secondary-copy h2{margin-top:20px;color:var(--ink);font-size:30px;font-weight:400;line-height:1.14;letter-spacing:0}.news-detail-v2-page .news-detail-page{background:var(--bg)}.news-detail-v2-page .news-detail-content{width:min(1320px,calc(100% - 120px));margin-inline:auto;padding:122px 0 116px}.news-detail-v2-page .news-detail-content h1{color:var(--ink);max-width:980px;font-size:clamp(40px,4vw,56px);font-weight:400;line-height:1.12;letter-spacing:0}.news-detail-v2-page .news-detail-meta{display:block;margin-top:34px}.news-detail-v2-page .news-detail-top-divider,.news-detail-v2-page .news-detail-bottom-divider{height:1px;margin-top:34px;background:var(--line)}.news-detail-v2-page .news-detail-intro{margin-top:54px;color:var(--ink);font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:24px;line-height:1.6}.news-detail-v2-page .news-detail-image-frame{margin-top:54px}.news-detail-v2-page .news-detail-body{display:grid;gap:28px;margin-top:54px}.news-detail-v2-page .news-detail-body h2{margin-top:24px;color:var(--ink);font-size:28px;font-weight:400;line-height:1.22}.news-detail-v2-page .news-detail-body p{color:#f2efe8c7;font-size:18px;line-height:1.7}.news-detail-v2-page .news-detail-bottom-divider{margin-top:60px}.news-detail-v2-page .news-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px}.news-detail-v2-page .news-detail-share{display:flex;align-items:center;gap:14px}.news-detail-v2-page .news-detail-share a,.news-detail-v2-page .news-detail-share button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;padding:0;color:var(--ink);background:transparent}.news-detail-v2-page .news-detail-share img,.news-detail-v2-page .news-detail-back img{width:40px;height:40px;filter:none}.news-detail-v2-page .news-detail-back{width:auto;height:40px;align-items:center;justify-content:flex-start;gap:12px;margin-top:0;padding:0;line-height:1}.news-detail-v2-page .news-detail-back span{position:static;width:auto;height:auto;overflow:visible;clip:auto;color:var(--accent);font-family:var(--font-sans);font-size:14px;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.news-detail-v2-page .news-detail-copy-action{position:relative}.news-detail-v2-page .news-detail-copy-status{position:absolute;top:calc(100% + 8px);left:50%;width:max-content;transform:translate(-50%);color:var(--muted);font-size:12px}.news-detail-v2-page .news-detail-related{position:relative;margin-top:90px;padding-top:44px}.news-detail-v2-page .news-detail-related h2{color:var(--ink);font-size:40px;font-weight:400}.news-detail-v2-page .news-detail-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;margin-top:34px}.news-detail-v2-page .news-detail-related-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:center;color:var(--ink)}.news-detail-v2-page .news-detail-related-image{width:180px}.news-detail-v2-page .news-detail-related-card span{font-family:var(--font-serif-latin),var(--font-serif-cjk);font-size:22px;line-height:1.18}@media(max-width:1040px){.newsroom-v2-page .newsroom-hero,.newsroom-v2-page .newsroom-list-section,.news-detail-v2-page .news-detail-content{width:calc(100% - 48px)}.newsroom-v2-page .newsroom-featured-card,.newsroom-v2-page .newsroom-secondary-grid,.news-detail-v2-page .news-detail-related-grid{grid-template-columns:1fr}.news-detail-v2-page .news-detail-related-card{grid-template-columns:150px minmax(0,1fr)}.news-detail-v2-page .news-detail-related-image{width:150px}.newsroom-v2-page .newsroom-featured-copy a,.newsroom-v2-page .newsroom-secondary-copy a{margin-top:0}}@media(max-width:860px){.newsroom-v2-page .newsroom-hero{padding:140px 0 54px}.newsroom-v2-page .newsroom-hero h1{font-size:clamp(50px,15vw,58px);line-height:1.08}.newsroom-v2-page .newsroom-hero p,.news-detail-v2-page .news-detail-intro{font-size:clamp(19px,5.5vw,22px)}.newsroom-v2-page .newsroom-list-section,.news-detail-v2-page .news-detail-content{padding-bottom:72px}.newsroom-v2-page .newsroom-featured-copy h2{font-size:clamp(34px,10vw,44px)}.newsroom-v2-page .newsroom-secondary-copy h2,.news-detail-v2-page .news-detail-related-card span{font-size:18px}.news-detail-v2-page .news-detail-content h1{font-size:clamp(42px,12vw,58px)}.news-detail-v2-page .news-detail-actions{align-items:flex-start;flex-direction:column}.news-detail-v2-page .news-detail-related-card{grid-template-columns:1fr;gap:14px}.news-detail-v2-page .news-detail-related-image{width:100%}.news-detail-v2-page .news-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:var(--bg);font-family:var(--font-sans)}.footer-content{display:flex;justify-content:space-between;gap:24px;width:min(1320px,calc(100% - 120px));margin-inline:auto;padding:30px 0;font-size:var(--type-assistive);line-height:1.6}.not-found-hero{display:grid;min-height:100svh;align-items:center;padding:130px 0 80px}.eyebrow{color:var(--accent);font-family:var(--font-sans);font-size:var(--type-assistive);letter-spacing:.28em;text-transform:uppercase}.not-found-actions{display:flex;gap:24px;margin-top:42px;color:var(--accent);font-family:var(--font-sans);font-size:var(--type-assistive)}.origin-hero-copy,.epoch-section-inner,.epoch-page-hero,.contact-silence>*,.not-found-hero>div,.fade-rise{animation:fade-rise var(--motion-duration) var(--motion-ease) both}@keyframes fade-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(min-width:861px){html[data-motion=enhanced] .motion-parallax{transform:translate3d(0,calc(var(--motion-scroll) * -.012px),0)}}@media(max-width:1040px){.site-header-inner,.origin-hero,.epoch-page-hero,.stewardship-section,.contact-silence,.not-found-hero,.epoch-section-inner,.quiet-facts,.venture-grid{width:calc(100% - 48px);padding-inline:0}.group-v2-hero,.group-v2-grid,.group-v2-facts,.ventures-v2-hero,.ventures-v2-grid{width:calc(100% - 48px)}.group-v2-grid{grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:56px}.group-v2-hero{grid-template-columns:minmax(0,1fr) 170px}.origin-hero,.group-layout,.venture-card,.contact-silence{grid-template-columns:1fr}.origin-visual-tall,.contact-visual{width:min(520px,100%);min-height:auto}.group-visual{position:relative;top:auto;width:min(420px,100%)}.venture-visual{width:min(680px,100%)}.ventures-v2-card{grid-template-columns:1fr;gap:38px}.ventures-v2-visual{width:min(680px,100%)}}@media(max-width:860px){:root{--type-page-title: clamp(48px, 14vw, 76px);--type-section-title: clamp(38px, 11vw, 58px);--type-row-title: clamp(32px, 9vw, 46px);--type-body: clamp(20px, 6vw, 28px);--type-copy: clamp(18px, 5vw, 23px)}.site-header-inner{width:calc(100% - 40px);min-height:70px;padding-inline:0}.logo-image{width:132px}.mobile-menu-toggle{display:inline-flex}.site-nav{position:fixed;inset:70px 0 auto;display:none;flex-direction:column;align-items:flex-start;gap:0;padding:12px 20px 24px;background:#0b0e12fa;border-bottom:1px solid var(--line)}.site-header.mobile-menu-open .site-nav{display:flex}.site-nav a,.language-switcher{width:100%;padding-block:18px}.site-nav a.router-link-active:after,.language-switcher-current:after,.language-switcher:before{display:none}.origin-hero,.epoch-page-hero,.stewardship-section,.contact-silence,.not-found-hero{width:calc(100% - 40px)}.origin-hero{min-height:auto;padding:112px 0 64px;position:relative;isolation:isolate;overflow:hidden;align-items:center}.origin-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#090d10f5,#090d10c2 58%,#090d1047),linear-gradient(180deg,#090d10e0,#090d1047 45%,#090d10e6)}.origin-hero-copy{position:relative;z-index:2;width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px)}.origin-visual-tall{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.origin-hero h1{font-size:clamp(52px,13.8vw,76px);line-height:1.12;overflow-wrap:anywhere}.origin-hero-copy>p:not(.section-kicker){width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);overflow-wrap:anywhere}.origin-passage{padding:72px 0}.epoch-page-hero{grid-template-columns:1fr;min-height:auto;padding:112px 0 56px}.group-v2-hero{grid-template-columns:1fr;padding:140px 0 56px}.group-v2-content{padding-top:0}.ventures-v2-hero,.ventures-v2-grid{width:calc(100% - 40px);max-width:calc(100vw - 40px)}.ventures-v2-page,.ventures-v2-page #main-content{max-width:100vw;overflow-x:clip}.ventures-v2-hero{grid-template-columns:1fr;min-height:auto;padding:140px 0 54px}.ventures-v2-hero-copy{gap:18px}.ventures-v2-hero h1{font-size:clamp(66px,18vw,94px);line-height:1.02}.ventures-v2-lede{font-size:clamp(24px,7vw,32px)}.group-v2-grid{position:relative;isolation:isolate;grid-template-columns:1fr;width:100%;min-height:760px;padding:70px 20px 76px;overflow:hidden;background:linear-gradient(90deg,#090d10ed,#090d10b3 58%,#090d105c),linear-gradient(180deg,#090d10d6,#090d1080 44%,#090d10eb),url(/assets/the-group/v2-layered-rock.png) center / cover no-repeat}.group-v2-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#090d102e;pointer-events:none}.group-v2-grid:after{display:none}.group-v2-visual{display:none}.group-v2-principles{position:relative;z-index:1;width:min(100%,calc(100vw - 40px));margin-inline:auto}.group-v2-principle h2,.group-v2-principle p{max-width:100%}.group-v2-principle p{color:#f2efe8cc}.group-v2-facts{grid-template-columns:1fr}.group-v2-principle,.group-v2-principle+.group-v2-principle{padding:44px 0}.group-v2-facts{gap:0;padding:44px 0 58px}.group-v2-facts article,.group-v2-facts article:first-child{padding:28px 0;border-left:0;border-bottom:1px solid var(--line)}.group-v2-facts article:last-child,.group-v2-page .site-footer{border-bottom:0;border-top:0}.group-v2-landscape img{min-height:220px}.hero-aside{display:none}.group-meditation{padding-top:40px}.meditation-row{grid-template-columns:1fr;gap:18px;padding:44px 0}.meditation-row h2,.meditation-row p{grid-column:auto}.quiet-facts{grid-template-columns:1fr;gap:24px;width:calc(100% - 40px);padding:48px 0 72px}.quiet-facts span{padding:0 0 24px;border-left:0;border-bottom:1px solid var(--line)}.venture-section{padding-bottom:56px}.venture-card{padding:50px 0}.ventures-v2-card,.ventures-v2-card:first-child{min-width:0;max-width:100%;padding:62px 0;overflow:hidden}.ventures-v2-copy{min-width:0;max-width:100%}.ventures-v2-copy h2{white-space:normal;overflow-wrap:anywhere}.ventures-v2-body{max-width:100%;font-size:clamp(18px,5vw,22px);line-height:1.6;overflow-wrap:anywhere}.ventures-v2-scope{max-width:100%;white-space:normal;overflow-wrap:anywhere}.ventures-v2-visual{width:100%;max-width:100%;min-width:0;justify-self:stretch}.ventures-v2-visual img{width:100%;max-width:100%}.stewardship-section{min-height:auto;padding:140px 0 64px}.stewardship-page-v2 .stewardship-copy{width:calc(100% - 40px)}.stewardship-page-v2 .stewardship-copy h1{font-size:clamp(50px,15vw,58px);line-height:1.08;overflow-wrap:anywhere}.stewardship-page-v2 .stewardship-text{max-width:100%}.stewardship-page-v2 .stewardship-text br{display:none}.stewardship-page-v2 .stewardship-text p{font-size:clamp(19px,5.5vw,22px);line-height:1.6}.stewardship-visual{aspect-ratio:1.35;margin-top:40px}.stewardship-visual figcaption{flex-direction:column}.contact-silence{min-height:auto;padding:112px 0 70px}.contact-v2-page .contact-silence{position:relative;isolation:isolate;width:100%;max-width:100vw;min-height:calc(100svh - 70px);padding:116px 20px 76px;grid-template-columns:1fr;gap:0;overflow:hidden;background:linear-gradient(90deg,#090d10f0,#090d10b8 58%,#090d1057),linear-gradient(180deg,#090d10e6,#090d107a 45%,#090d10eb),url(/assets/contact/contact-reference.png) center / cover no-repeat}.contact-v2-page .contact-silence:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#090d1029;pointer-events:none}.contact-v2-page .contact-copy{position:relative;z-index:1;width:min(100%,calc(100vw - 40px));max-width:calc(100vw - 40px);gap:26px;transform:none}.contact-v2-page .contact-copy h1{margin-top:28px;font-size:clamp(68px,20vw,104px)}.contact-v2-page .contact-copy>p:not(.section-kicker,.contact-place){font-size:clamp(28px,8vw,38px)}.contact-v2-page .contact-email{max-width:100%;margin-top:14px;font-size:clamp(40px,12vw,58px);overflow-wrap:normal}.contact-v2-page .contact-visual{display:none}.footer-content{flex-direction:column;width:calc(100% - 48px);padding:24px 0}}@media(max-width:560px){:root{--type-copy: clamp(18px, 4.8vw, 21px)}.origin-hero h1{font-size:clamp(48px,13vw,58px)}.origin-hero-copy,.origin-hero-copy>p:not(.section-kicker){width:min(100%,calc(100vw - 56px));max-width:340px}.section-kicker{align-items:flex-start;letter-spacing:.22em}.section-kicker:after{width:42px}.origin-visual-tall,.group-visual,.contact-visual{width:100%}figcaption{right:18px;bottom:18px}.contact-email{overflow-wrap:anywhere}.contact-v2-page .contact-email{font-size:clamp(32px,10vw,44px);white-space:nowrap}}html[lang=zh-CN] h1{line-height:1.2}html[lang=zh-CN] h2{line-height:1.16}html[lang=zh-CN] .origin-hero-copy>p:not(.section-kicker),html[lang=zh-CN] .home-passage-copy>p:not(.section-kicker),html[lang=zh-CN] .group-v2-lede,html[lang=zh-CN] .ventures-v2-lede,html[lang=zh-CN] .stewardship-page-v2 .stewardship-text p,html[lang=zh-CN] .contact-v2-page .contact-copy>p:not(.section-kicker,.contact-place),html[lang=zh-CN] .not-found-hero p:not(.eyebrow){line-height:1.62}html[lang=zh-CN] .group-v2-principle p,html[lang=zh-CN] .ventures-v2-body,html[lang=zh-CN] .venture-copy p:not(.venture-scope){line-height:1.58}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}.origin-hero-copy,.epoch-section-inner,.epoch-page-hero,.contact-silence>*,.not-found-hero>div,.fade-rise,.motion-parallax{opacity:1!important;transform:none!important;animation:none!important}}
