@font-face{font-family:Geist Sans;src:url(/fonts/Geist-Variable.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-Variable.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #ffffff;--color-bg-soft: #f5f5f5;--color-bg-mute: #ebebed;--color-bg-dark: #0a0a0a;--color-bg-dark-2: #141416;--color-ink: #0a0a0a;--color-ink-soft: #2a2a2e;--color-ink-on-dark: #f5f5f5;--color-ink-on-dark-soft: #d4d4d8;--color-muted: #6b6b70;--color-muted-2: #8a8a90;--color-muted-on-dark: #9a9aa0;--color-muted-on-dark-2: #6e6e74;--color-rule: #e5e5e7;--color-rule-soft: #efeff1;--color-rule-on-dark: #2a2a2e;--color-black: #0a0a0a;--color-white: #ffffff;--font-display: "Geist Sans", "PingFang SC", "Microsoft YaHei", sans-serif;--font-body: "Geist Sans", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "Geist Mono", "PingFang SC", monospace;--max: 1280px;--max-narrow: 860px;--max-wide: 1440px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}html,body,#root{height:100%;width:100%}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;background:var(--color-bg);color:var(--color-ink);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,a{font-family:inherit;color:inherit}a{text-decoration:none}::selection{background:var(--color-black);color:var(--color-white)}.app{position:relative;width:100%;background:var(--color-bg);min-height:100vh;display:flex;flex-direction:column}.page{flex:1;display:flex;flex-direction:column}.hero-section{position:relative;min-height:100vh;width:100%;background:var(--color-bg);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.video-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;display:flex;align-items:center;justify-content:center}.video-wrapper video{width:80%;height:80%;object-fit:cover;display:block;transform-origin:center center;filter:grayscale(1) contrast(1.05)}@media(min-width:768px){.video-wrapper video{width:100%;height:100%}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;pointer-events:none;display:flex;align-items:center;justify-content:space-between;padding:16px;transition:background .35s ease,border-color .35s ease,padding .35s ease,box-shadow .35s ease}.navbar>*{pointer-events:auto}.nav-left{display:flex;align-items:center;gap:10px}.brand-logo{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:15px;color:var(--color-black);transition:opacity .2s ease}.brand-logo:hover{opacity:.7}@media(min-width:1024px){.brand-logo{font-size:16px}}.nav-links{display:none;align-items:center;gap:4px;padding:4px;background:#0a0a0a0f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:999px;height:40px}.nav-link{padding:6px 14px;font-size:13px;font-weight:500;color:var(--color-ink);border-radius:999px;transition:background .2s ease,color .2s ease;letter-spacing:-.005em}.nav-link:hover{background:#0a0a0a0f}.nav-link.active{background:var(--color-black);color:var(--color-white)}.nav-cta{display:none;align-items:center;gap:8px;padding:0 16px;background:var(--color-black);color:var(--color-white);font-size:13px;font-weight:500;border:none;border-radius:999px;cursor:pointer;height:40px;letter-spacing:-.005em;transition:background .2s ease,transform .2s ease}.nav-cta:hover{background:var(--color-ink-soft)}.nav-cta:active{transform:scale(.97)}.menu-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 14px 4px 4px;background:var(--color-black);border-radius:999px;border:none;cursor:pointer;height:36px;transition:opacity .2s ease,transform .2s ease}.menu-btn:hover{opacity:.88}.menu-btn:active{transform:scale(.97)}.menu-circle{width:28px;height:28px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-text{color:#fff;font-size:11px;font-weight:500;letter-spacing:.02em;line-height:1}.navbar.on-dark .brand-logo,.navbar.on-dark .nav-link{color:var(--color-white)}.navbar.on-dark .nav-links{background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar.on-dark .nav-link:hover{background:#ffffff1f}.navbar.on-dark .nav-link.active,.navbar.on-dark .nav-cta{background:var(--color-white);color:var(--color-black)}.navbar.on-dark .nav-cta:hover{background:#ffffffe0}.navbar.on-dark .menu-btn{background:var(--color-white)}.navbar.on-dark .menu-circle{background:var(--color-black)}.navbar.on-dark .menu-text{color:var(--color-black)}.navbar.scrolled{background:#ffffffd1;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 24px #0000000a;padding:10px 16px}.navbar.scrolled .brand-logo,.navbar.scrolled .nav-link{color:var(--color-black)}.navbar.scrolled .nav-links{background:#0a0a0a0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.navbar.scrolled .nav-link:hover{background:#0a0a0a0f}.navbar.scrolled .nav-link.active,.navbar.scrolled .nav-cta{background:var(--color-black);color:var(--color-white)}.navbar.scrolled .nav-cta:hover{background:var(--color-ink-soft)}.navbar.scrolled .menu-btn{background:var(--color-black)}.navbar.scrolled .menu-circle{background:var(--color-white)}.navbar.scrolled .menu-text{color:var(--color-white)}@media(min-width:1024px){.navbar.scrolled{padding:12px 32px}}@media(min-width:768px)and (max-width:1023px){.navbar.scrolled{padding:10px 24px}}.moat-wordmark{font-family:var(--font-mono);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-feature-settings:"ss01" on}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:var(--color-bg-dark);display:flex;align-items:center;justify-content:center;padding:80px 24px 40px;overflow-y:auto}.mobile-menu-inner{width:100%;max-width:480px;display:flex;flex-direction:column;gap:4px}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--color-rule-on-dark);color:var(--color-ink-on-dark);font-family:var(--font-display);font-size:2rem;font-weight:600;letter-spacing:-.03em;transition:opacity .2s ease,transform .2s ease}.mobile-menu-link:hover{opacity:.7}.mobile-menu-link.active{opacity:.5}.mobile-menu-label{display:flex;align-items:center;gap:12px}.mobile-menu-footer{margin-top:32px;display:flex;flex-direction:column;gap:20px}.mobile-menu-cta{width:100%;justify-content:center}.mobile-menu-meta{display:flex;flex-direction:column;gap:6px;font-family:var(--font-mono);font-size:.75rem;color:var(--color-muted-on-dark);letter-spacing:.04em}@media(min-width:1024px){.mobile-menu{display:none}}@media(min-width:1024px){.navbar{padding:20px 32px}.nav-links,.nav-cta{display:inline-flex}.menu-btn{display:none}}@media(min-width:768px)and (max-width:1023px){.navbar{padding:16px 24px}}.hero-footer{position:relative;z-index:30;margin-top:auto;padding:110px 16px 24px;background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,.82) 50%,transparent 100%);display:flex;flex-direction:column;gap:28px}.hero-footer-left{display:flex;flex-direction:column;gap:20px;max-width:720px}.subtitle{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;color:#0a0a0a8c;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.subtitle-dot{width:8px;height:8px;border-radius:999px;background:var(--color-black);flex-shrink:0}.heading{font-family:var(--font-display);font-size:clamp(2.6rem,8vw,5.5rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--color-black)}.heading .thin{font-weight:200;font-style:italic}.heading-zh{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.2rem);font-weight:400;color:var(--color-muted);letter-spacing:.02em;margin-top:.5rem}.buttons{display:flex;gap:10px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:var(--color-black);color:#fff;font-size:13px;font-weight:500;border:none;border-radius:999px;cursor:pointer;letter-spacing:-.005em;transition:background .2s ease,transform .2s ease}.btn-primary:hover{background:var(--color-ink-soft)}.btn-primary:active{transform:scale(.97)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:transparent;color:var(--color-black);font-size:13px;font-weight:500;border:1px solid rgba(0,0,0,.35);border-radius:999px;cursor:pointer;letter-spacing:-.005em;transition:background .2s ease,border-color .2s ease,transform .2s ease}.btn-secondary:hover{background:#0a0a0a0f;border-color:var(--color-black)}.btn-secondary:active{transform:scale(.97)}.hero-footer-right{display:flex;gap:8px;flex-wrap:wrap}.tag{padding:8px 14px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:999px;font-family:var(--font-mono);font-size:11px;font-weight:400;color:var(--color-black);letter-spacing:.04em;white-space:nowrap}@media(min-width:768px){.hero-footer{padding:160px 32px 40px;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px}}.section{position:relative;min-height:auto;display:flex;flex-direction:column;justify-content:center;padding:8rem 1.5rem}.section.compact{padding:6rem 1.5rem}.section.surface{background:var(--color-bg-soft)}.section.surface-mute{background:var(--color-bg-mute)}.section.dark{background:var(--color-bg-dark);color:var(--color-ink-on-dark)}.section.dark-2{background:var(--color-bg-dark-2);color:var(--color-ink-on-dark)}.wrap{max-width:var(--max);margin:0 auto;width:100%}.wrap-narrow{max-width:var(--max-narrow);margin:0 auto;width:100%}.wrap-wide{max-width:var(--max-wide);margin:0 auto;width:100%}.display-xxl{font-family:var(--font-display);font-weight:800;font-size:clamp(3.5rem,11vw,8rem);line-height:.95;letter-spacing:-.05em}.display-xl{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,9vw,6.5rem);line-height:1;letter-spacing:-.045em}.display-lg{font-family:var(--font-display);font-weight:700;font-size:clamp(2.4rem,6vw,4.5rem);line-height:1.02;letter-spacing:-.04em}.display-md{font-family:var(--font-display);font-weight:600;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1;letter-spacing:-.03em}.display-sm{font-family:var(--font-display);font-weight:600;font-size:clamp(1.3rem,2.4vw,1.8rem);line-height:1.2;letter-spacing:-.02em}.thin{font-weight:200;font-style:italic;letter-spacing:-.02em}.heavy{font-weight:900;letter-spacing:-.05em}.section.dark .display-xxl,.section.dark .display-xl,.section.dark .display-lg,.section.dark .display-md,.section.dark .display-sm{color:var(--color-ink-on-dark)}.lede{font-size:1.2rem;line-height:1.65;color:var(--color-ink);max-width:60ch;font-weight:400}.section.dark .lede{color:var(--color-ink-on-dark-soft)}.body-text{font-size:1.02rem;line-height:1.75;color:var(--color-ink-soft);max-width:62ch}.section.dark .body-text{color:var(--color-muted-on-dark)}.body-text+.body-text{margin-top:1.2rem}.muted{color:var(--color-muted)}.section.dark .muted{color:var(--color-muted-on-dark)}.mono{font-family:var(--font-mono);font-size:.92em;letter-spacing:-.01em;font-weight:500}.hero-image-block{position:relative;width:100%;height:92vh;min-height:600px;overflow:hidden}.hero-image-block.tall{height:100vh}.hero-image-block.short{height:70vh;min-height:480px}.hero-image-block img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.05)}.hero-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a00,#0a0a0a73 60%,#0a0a0ae0);display:flex;flex-direction:column;justify-content:flex-end;padding:4rem 2rem;color:var(--color-ink-on-dark)}.hero-image-overlay-top{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a8c,#0a0a0a26 35%,#0a0a0a00 65%,#0a0a0a00);display:flex;flex-direction:column;justify-content:flex-start;padding:8rem 2rem 4rem;color:var(--color-ink-on-dark)}.hero-image-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.03em;max-width:22ch}.hero-image-title .thin{font-weight:200;font-style:italic}.hero-image-caption{font-family:var(--font-body);font-size:.92rem;letter-spacing:.01em;color:var(--color-muted-on-dark);margin-bottom:1.2rem;max-width:50ch;line-height:1.6}.brand-stage{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.brand-wordmark{font-family:var(--font-display);font-weight:900;font-size:clamp(5rem,24vw,18rem);line-height:.88;letter-spacing:-.06em;color:var(--color-black);margin:0}.brand-meaning{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted)}.brand-tagline{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,4.5vw,3rem);line-height:1.1;letter-spacing:-.03em;max-width:22ch;margin-top:1rem}.brand-tagline .thin{font-weight:200;font-style:italic}.brand-tagline-zh{font-size:1.05rem;color:var(--color-muted);letter-spacing:.01em;max-width:40ch}.split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.split-image{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-bg-soft)}.split-image.landscape{aspect-ratio:4 / 3}.split-image.square{aspect-ratio:1 / 1}.split-image img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.05)}.split-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:860px){.split{grid-template-columns:1.1fr 1fr;gap:5rem}.split.reverse{grid-template-columns:1fr 1.1fr}.split.reverse .split-image{order:2}.split.reverse .split-content{order:1}}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;margin-top:4rem}.stat-num{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,5.5vw,4.2rem);line-height:1;letter-spacing:-.04em;color:var(--color-ink)}.section.dark .stat-num{color:var(--color-ink-on-dark)}.stat-num .thin{font-weight:200;font-style:italic}.stat-label{font-family:var(--font-body);font-size:.88rem;letter-spacing:.01em;color:var(--color-muted);margin-top:.85rem;line-height:1.5;max-width:22ch}.section.dark .stat-label{color:var(--color-muted-on-dark)}@media(min-width:860px){.stats{grid-template-columns:repeat(4,1fr)}}.pillar-stack{margin-top:4rem;display:flex;flex-direction:column;gap:3.5rem}.pillar-row{display:grid;grid-template-columns:1fr;gap:1.25rem;padding:0;align-items:baseline}.pillar-title{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.035em}.pillar-title .thin{font-weight:200;font-style:italic}.pillar-desc{font-size:1.02rem;color:var(--color-ink-soft);line-height:1.75;max-width:56ch}.section.dark .pillar-desc{color:var(--color-muted-on-dark)}.pillar-keywords{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:1.2rem;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.01em;color:var(--color-muted)}.section.dark .pillar-keywords{color:var(--color-muted-on-dark)}.pillar-keywords span{white-space:nowrap}@media(min-width:860px){.pillar-row{grid-template-columns:1fr 1.4fr;gap:4rem}}.value-stack{margin-top:4rem;display:flex;flex-direction:column;gap:4rem}.value-row{display:grid;grid-template-columns:1fr;gap:1rem;align-items:baseline}.value-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,5.5vw,4rem);line-height:1;letter-spacing:-.045em}.value-title .thin{font-weight:200;font-style:italic}.value-desc{font-size:1.02rem;color:var(--color-ink-soft);line-height:1.7;max-width:48ch}@media(min-width:860px){.value-row{grid-template-columns:1.2fr 1fr;gap:4rem}}.roster{margin-top:4rem;display:flex;flex-direction:column;gap:3rem}.roster-row{display:grid;grid-template-columns:1fr;gap:.6rem;padding:0;align-items:baseline}.roster-name{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.05;letter-spacing:-.03em}.roster-role{font-size:.98rem;color:var(--color-muted-on-dark);line-height:1.5;max-width:48ch}.roster-species{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted-on-dark-2);margin-top:.3rem}@media(min-width:860px){.roster-row{grid-template-columns:1.2fr 1.4fr .5fr;gap:3rem;align-items:baseline}.roster-species{text-align:right}}.path-stack{margin-top:4rem;display:flex;flex-direction:column;gap:4rem}.phase-block{padding:0}.phase-window{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);margin-bottom:1.2rem}.phase-block.active .phase-window{color:var(--color-ink);font-weight:600}.section.dark .phase-block.active .phase-window{color:var(--color-ink-on-dark)}.phase-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,3.6vw,2.8rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:1.2rem}.phase-title .thin{font-weight:200;font-style:italic}.phase-desc{font-size:1.02rem;color:var(--color-ink-soft);line-height:1.75;max-width:58ch}.section.dark .phase-desc{color:var(--color-muted-on-dark)}.manifesto-stage{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.manifesto-line{font-family:var(--font-display);font-weight:700;font-size:clamp(2.2rem,6vw,4.5rem);line-height:1.05;letter-spacing:-.04em;max-width:22ch}.manifesto-line.thin{font-weight:200;font-style:italic}.manifesto-line.zh{font-family:var(--font-body);font-weight:400;font-size:clamp(1.05rem,2vw,1.25rem);color:var(--color-muted-on-dark);max-width:44ch;letter-spacing:.01em;line-height:1.75;margin-top:0}.manifesto-cta{margin-top:2rem;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-on-dark{background:var(--color-white);color:var(--color-black)}.btn-on-dark:hover{background:var(--color-ink-on-dark-soft)}.btn-ghost-on-dark{background:transparent;color:var(--color-ink-on-dark);border:1px solid rgba(255,255,255,.35)}.btn-ghost-on-dark:hover{border-color:var(--color-ink-on-dark);background:#ffffff0f}.subpage-grid{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:1px;background:var(--color-rule);border:1px solid var(--color-rule)}.subpage-card{background:var(--color-bg);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:background .25s ease;cursor:pointer;position:relative;overflow:hidden}.subpage-card:hover{background:var(--color-bg-soft)}.subpage-card-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.03em}.subpage-card-desc{font-size:.95rem;color:var(--color-muted);line-height:1.6;max-width:38ch}.subpage-card-arrow{margin-top:1rem;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-ink);display:flex;align-items:center;gap:.5rem;transition:gap .25s ease,color .25s ease}.subpage-card:hover .subpage-card-arrow{gap:1rem}@media(min-width:768px){.subpage-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.subpage-grid{grid-template-columns:repeat(3,1fr)}}.image-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}.image-grid img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.05)}.image-grid-cell{position:relative;overflow:hidden;background:var(--color-bg-soft);aspect-ratio:4 / 5}.image-grid-cell.wide{aspect-ratio:4 / 3}.image-grid-cell.tall{aspect-ratio:3 / 4}.image-grid-cell.square{aspect-ratio:1 / 1}.image-grid-caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,#0a0a0ad9,#0a0a0a00);color:var(--color-ink-on-dark);font-family:var(--font-body);font-size:.88rem;line-height:1.5;letter-spacing:.01em}@media(min-width:768px){.image-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.image-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.triptych{display:grid;grid-template-columns:1fr;gap:8px;margin-top:4rem}.triptych img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.05);aspect-ratio:3 / 4}@media(min-width:860px){.triptych{grid-template-columns:repeat(3,1fr);gap:12px}.triptych img{aspect-ratio:auto;height:80vh;min-height:540px}}.contact-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.contact-row{display:flex;flex-direction:column;gap:.5rem}.contact-row-label{font-family:var(--font-body);font-size:.82rem;letter-spacing:.01em;color:var(--color-muted)}.contact-row-value{font-family:var(--font-display);font-weight:600;font-size:1.3rem;letter-spacing:-.02em;color:var(--color-ink)}.section.dark .contact-row-value{color:var(--color-ink-on-dark)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-family:var(--font-body);font-size:.82rem;letter-spacing:.01em;color:var(--color-muted)}.form-input,.form-textarea{font-family:var(--font-body);font-size:1rem;padding:14px 16px;background:transparent;border:1px solid var(--color-rule);border-radius:8px;color:var(--color-ink);transition:border-color .2s ease;width:100%}.section.dark .form-input,.section.dark .form-textarea{border-color:var(--color-rule-on-dark);color:var(--color-ink-on-dark);background:#ffffff05}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-black)}.section.dark .form-input:focus,.section.dark .form-textarea:focus{border-color:var(--color-ink-on-dark)}.form-textarea{min-height:140px;resize:vertical}@media(min-width:860px){.contact-grid{grid-template-columns:1fr 1.2fr;gap:5rem}}.page-header{padding:12rem 1.5rem 5rem;background:var(--color-bg)}.page-header.dark{background:var(--color-bg-dark);color:var(--color-ink-on-dark)}.page-header-inner{max-width:var(--max);margin:0 auto;display:flex;flex-direction:column;gap:1.75rem}.page-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.8rem,9vw,6.5rem);line-height:.98;letter-spacing:-.05em;max-width:18ch}.page-title .thin{font-weight:200;font-style:italic}.page-subtitle{font-size:1.18rem;line-height:1.65;color:var(--color-muted);max-width:58ch}.page-header.dark .page-subtitle{color:var(--color-muted-on-dark)}.position-list{margin-top:4rem;display:flex;flex-direction:column;gap:3.5rem}.position-row{display:grid;grid-template-columns:1fr;gap:1.25rem;padding:0;align-items:baseline;transition:opacity .2s ease;cursor:pointer}.position-row:hover{opacity:.7}.position-head{display:flex;flex-direction:column;gap:.6rem}.position-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.03em}.position-meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.position-desc{font-size:.98rem;color:var(--color-ink-soft);line-height:1.7;max-width:62ch}.position-arrow{justify-self:start;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-ink);display:flex;align-items:center;gap:.5rem;transition:gap .25s ease}.position-row:hover .position-arrow{gap:1rem}@media(min-width:860px){.position-row{grid-template-columns:1fr 1.4fr auto;gap:3rem;align-items:baseline}}.pullquote{font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.3;letter-spacing:-.02em;max-width:24ch;color:var(--color-ink)}.section.dark .pullquote{color:var(--color-ink-on-dark)}.pullquote-attribution{font-family:var(--font-body);font-size:.88rem;color:var(--color-muted);margin-top:1.5rem;letter-spacing:.01em}.notfound{min-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1.75rem}.notfound-code{font-family:var(--font-display);font-weight:900;font-size:clamp(7rem,22vw,18rem);line-height:.88;letter-spacing:-.07em;color:var(--color-black)}.notfound-code .thin{font-weight:200;font-style:italic}.notfound-text{font-size:1.15rem;color:var(--color-muted);max-width:40ch}.page-footer{background:var(--color-bg-dark);color:var(--color-muted-on-dark);padding:5rem 1.5rem 2rem}.footer-grid{max-width:var(--max-wide);margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}.footer-brand-block{display:flex;flex-direction:column;gap:.75rem}.footer-brand-logo{display:inline-flex;align-items:center;font-size:clamp(2rem,4vw,2.6rem);color:var(--color-ink-on-dark);margin-bottom:.25rem;transition:opacity .2s ease;align-self:flex-start}.footer-brand-logo:hover{opacity:.7}.footer-tagline{font-family:var(--font-display);font-size:1.05rem;font-weight:500;color:var(--color-ink-on-dark-soft);line-height:1.5;max-width:34ch}.footer-address{font-family:var(--font-mono);font-size:.8rem;color:var(--color-muted-on-dark);line-height:1.8;letter-spacing:.02em}.footer-col{display:flex;flex-direction:column;gap:.85rem}.footer-col-title{font-family:var(--font-display);font-weight:600;font-size:.95rem;letter-spacing:-.01em;color:var(--color-ink-on-dark);margin-bottom:.5rem}.footer-link{font-size:.92rem;color:var(--color-muted-on-dark);transition:color .2s ease}.footer-link:hover{color:var(--color-ink-on-dark)}.footer-bottom{max-width:var(--max-wide);margin:4rem auto 0;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-family:var(--font-body);font-size:.82rem;letter-spacing:.01em;color:var(--color-muted-on-dark-2)}.footer-meta{display:flex;gap:1.5rem;flex-wrap:wrap}@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.reveal{opacity:0}@media(max-width:860px){.section{padding:5rem 1.25rem}.pillar-row{gap:1rem}.value-row{gap:.85rem}.roster-row{gap:.5rem}.stats{grid-template-columns:repeat(2,1fr)}.page-header{padding:9rem 1.25rem 3.5rem}.triptych img{aspect-ratio:4 / 3;height:auto}}.direction-stack{margin-top:4rem;display:flex;flex-direction:column;gap:6rem}.direction-block{display:flex;flex-direction:column;gap:2.5rem}.direction-head{display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-end}.direction-title-wrap{display:flex;flex-direction:column;gap:.6rem}.direction-sub{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.direction-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1;letter-spacing:-.045em;color:var(--color-ink)}.direction-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--color-bg-soft)}.direction-image img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.05)}.direction-body{display:flex;flex-direction:column;gap:1.5rem;max-width:68ch}.direction-desc{font-family:var(--font-display);font-weight:500;font-size:clamp(1.15rem,2vw,1.4rem);line-height:1.5;letter-spacing:-.015em;color:var(--color-ink);max-width:56ch}.direction-detail{font-size:1rem;line-height:1.75;color:var(--color-ink-soft);max-width:64ch}.direction-keywords{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-top:.5rem}.keyword-tag{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);padding:.4rem .85rem;border:1px solid var(--color-rule);border-radius:999px;white-space:nowrap}@media(min-width:860px){.direction-head{grid-template-columns:1fr 1.2fr;gap:4rem}}.business-preview-stack{margin-top:4rem;display:flex;flex-direction:column;gap:3.5rem}.business-row{display:grid;grid-template-columns:1fr;gap:1rem;align-items:baseline}.business-title-wrap{display:flex;flex-direction:column;gap:.4rem}.business-sub{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}.business-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05;letter-spacing:-.035em;color:var(--color-ink)}.business-desc{font-size:1rem;line-height:1.7;color:var(--color-ink-soft);max-width:52ch}@media(min-width:860px){.business-row{grid-template-columns:1fr 1.3fr;gap:4rem}}.vision-stack{margin-top:4rem;display:flex;flex-direction:column;gap:3rem}.vision-block{display:flex;flex-direction:column;gap:.6rem;opacity:.5;transition:opacity .3s ease}.vision-block.active{opacity:1}.vision-window{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted-on-dark)}.vision-block.active .vision-window{color:var(--color-ink-on-dark);font-weight:600}.vision-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05;letter-spacing:-.035em;color:var(--color-ink-on-dark)}@media(min-width:860px){.vision-stack{flex-direction:row;gap:4rem}.vision-block{flex:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
