@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600&display=swap";@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--cream:#f5f1e8;--paper:#fbf8f1;--forest:#173f34;--ink:#243139;--muted:#59645f;--line:#d8d0c2;--gold:#b68a36;--soft-gold:#d4bd87;--sage:#95a28c;--blue:#60768b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}p{text-wrap:pretty}h1,h2,h3{text-wrap:balance}.skip-link{z-index:100;color:#fff;background:var(--forest);border-radius:6px;padding:11px 15px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f1e8f0;justify-content:space-between;align-items:center;gap:32px;min-height:84px;padding:18px clamp(24px,5vw,76px);display:flex;position:sticky;top:0}.wordmark{color:var(--forest);text-transform:uppercase;letter-spacing:.18em;white-space:nowrap;align-items:center;gap:14px;font:600 20px Cormorant Garamond,Georgia,serif;display:flex}.monogram{letter-spacing:.02em;border:1px solid #b9a272;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font:600 12px Cormorant Garamond,Georgia,serif;display:grid}nav{align-items:center;gap:clamp(18px,2.5vw,38px);font-size:14px;display:flex}nav a{white-space:nowrap;position:relative}nav a:after{content:"";background:var(--forest);height:1px;transition:right .2s;position:absolute;bottom:-8px;left:0;right:100%}nav a:hover:after,nav a:focus-visible:after,nav a[aria-current=page]:after{right:0}.hero{grid-template-columns:1.03fr .97fr;align-items:center;gap:7vw;min-height:750px;padding:clamp(62px,8vw,112px) clamp(24px,5vw,76px) 70px;display:grid;overflow:hidden}.eyebrow{color:#7b6330;text-transform:uppercase;letter-spacing:.19em;margin:0 0 20px;font-size:12px;font-weight:600}h1,h2,h3{color:var(--forest);font-family:Cormorant Garamond,Georgia,serif;font-weight:600}h1{letter-spacing:-.035em;max-width:820px;margin:0;font-size:clamp(52px,5.5vw,86px);line-height:.96}.hero-text{color:#45545b;max-width:690px;margin:28px 0 32px;font-size:18px;line-height:1.7}.button-row{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.primary-button,.secondary-button{border-radius:7px;justify-content:center;align-items:center;gap:18px;padding:17px 23px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.primary-button{color:#fff;background:var(--forest);box-shadow:0 8px 24px #173f3429}.secondary-button{color:var(--forest);background:var(--cream);white-space:nowrap}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.text-link{color:var(--forest);border-bottom:1px solid #173f3447;align-items:center;gap:9px;padding-bottom:5px;font-size:14px;font-weight:600;display:inline-flex}.text-link:hover{border-bottom-color:var(--forest)}.hero-art{min-height:520px;position:relative}.shape{background:var(--paper);border:1px solid #43524926;position:absolute;box-shadow:0 14px 34px #25302b1a}.shape-one{width:62%;height:68%;top:0;right:5%}.shape-two{background:#b4bfad;width:59%;height:54%;top:27%;left:0}.shape-three{background:var(--forest);width:50%;height:56%;bottom:0;left:14%}.shape-four{width:35%;height:36%;bottom:7%;right:0}.art-arc{aspect-ratio:1;border:1px solid #b68a36a6;border-color:#b68a36a6 #b68a36a6 #0000 #0000;border-radius:50%;width:70%;position:absolute;top:18%;right:-12%}.art-lines{background:repeating-linear-gradient(#0000 0 11px,#4c544e40 11px 12px);width:42%;height:90px;position:absolute;bottom:16%;right:-5%}.hero-art>span{color:#ffffff1f;letter-spacing:-.07em;font:600 105px Cormorant Garamond,Georgia,serif;position:absolute;bottom:14%;left:22%}.companies-section{border-top:1px solid var(--line);background:#f0ebdf;padding:110px clamp(24px,5vw,76px)}.section-heading{grid-template-columns:.65fr 1.15fr .8fr;align-items:start;gap:50px;margin-bottom:50px;display:grid}.section-heading h2,.thesis-intro h2,.founder-copy h2,.trust-section h2,.contact-section h2,.story-section h2,.route-intro h2,.notice-panel h2,.page-cta h2{letter-spacing:-.025em;margin:0;font-size:clamp(42px,4vw,64px);line-height:1}.section-heading>p:last-child,.thesis-intro>p,.story-section .prose,.notice-panel>div:last-child{color:var(--muted);margin:0;line-height:1.75}.company-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.company-card{--accent:var(--forest);border:1px solid var(--line);border-left:8px solid var(--accent);background:#ffffff9e;border-radius:8px;min-height:325px;padding:28px 30px 30px;transition:transform .22s,box-shadow .22s;box-shadow:0 8px 24px #1f2d280f}.company-card:hover,.company-card:focus-visible{transform:translateY(-4px);box-shadow:0 16px 36px #1f2d281c}.company-card:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.company-card.blue{--accent:var(--blue)}.company-card.gold{--accent:var(--gold)}.company-card.sage{--accent:#75816e}.card-top{color:var(--accent);justify-content:space-between;display:flex}.card-number{font:600 14px Cormorant Garamond,Georgia,serif}.card-arrow{font-size:25px;transition:transform .2s}.company-card:hover .card-arrow{transform:translate(3px,-3px)}.stage-label{color:var(--accent);background:var(--accent);margin-top:20px;padding:6px 9px;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.stage-label{background:color-mix(in srgb, var(--accent) 9%, white)}}.stage-label{border:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.stage-label{border:1px solid color-mix(in srgb, var(--accent) 25%, transparent)}}.stage-label{text-transform:uppercase;letter-spacing:.1em;border-radius:999px;font-size:9px;font-weight:600}.card-category{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin:17px 0 10px;font-size:11px;font-weight:600}.company-card h3{margin:0;font-size:36px;line-height:1.08}.card-description{color:#5b6560;max-width:560px;margin:18px 0 28px;line-height:1.65}.brand-link{color:var(--accent);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.ecosystem-section{color:#e8ede8;background:var(--forest);padding:120px clamp(24px,7vw,112px);scroll-margin-top:84px}.ecosystem-intro{grid-template-columns:.82fr 1.18fr;align-items:end;column-gap:8vw;display:grid}.ecosystem-intro .eyebrow{color:var(--soft-gold);grid-column:1/-1}.ecosystem-intro h2{color:#fff;letter-spacing:-.025em;margin:0;font-size:clamp(42px,4vw,64px);line-height:1}.ecosystem-intro>p:last-child{color:#cbd5cf;margin:0;line-height:1.75}.ecosystem-map{border:1px solid #ffffff29;grid-template-columns:.67fr 1.33fr;margin-top:62px;display:grid}.ecosystem-hub{background:radial-gradient(circle at 90% 8%,#d4bd8733,#0000 36%),#ffffff0d;border-right:1px solid #ffffff29;flex-direction:column;justify-content:space-between;min-height:410px;padding:42px;display:flex}.ecosystem-hub>span{color:#ffffff29;letter-spacing:-.08em;font:600 clamp(72px,9vw,130px)/.8 Cormorant Garamond,Georgia,serif}.ecosystem-hub h3,.ecosystem-roles h3{color:#fff}.ecosystem-hub h3{margin:0;font-size:31px}.ecosystem-hub p{color:var(--soft-gold);letter-spacing:.04em;margin:8px 0 0;font-size:12px}.ecosystem-roles{grid-template-columns:1fr 1fr;display:grid}.ecosystem-roles article{border-bottom:1px solid #ffffff21;border-right:1px solid #ffffff21;grid-template-columns:38px 1fr;gap:14px;min-height:205px;padding:30px;display:grid}.ecosystem-roles article:nth-child(2n){border-right:0}.ecosystem-roles article:nth-last-child(-n+2){border-bottom:0}.ecosystem-roles article>span{color:var(--soft-gold);font:600 14px Cormorant Garamond,Georgia,serif}.ecosystem-roles h3{margin:0 0 11px;font-size:26px}.ecosystem-roles p{color:#bfcac3;margin:0;font-size:13px;line-height:1.65}.thesis-section{padding:120px clamp(24px,7vw,112px)}.thesis-intro{grid-template-columns:1fr .82fr;align-items:end;gap:9vw;display:grid}.principle-grid{border:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:68px;display:grid}.principle-card{border-right:1px solid var(--line);background:#ffffff47;min-height:285px;padding:34px}.principle-card:last-child{border-right:0}.principle-card>span{color:var(--gold);font:600 15px Cormorant Garamond,Georgia,serif}.principle-card h3{margin:72px 0 14px;font-size:31px;line-height:1.05}.principle-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.founder-section{background:var(--forest);color:#e8ede8;grid-template-columns:.78fr 1.22fr;min-height:640px;display:grid}.founder-mark{color:#f5f1e821;letter-spacing:-.1em;background:linear-gradient(135deg,#ffffff0a,#0000 62%),repeating-linear-gradient(90deg,#0000 0 70px,#ffffff09 70px 71px);border-right:1px solid #ffffff21;place-items:center;font:600 clamp(130px,18vw,260px) Cormorant Garamond,Georgia,serif;display:grid;overflow:hidden}.founder-copy{align-self:center;max-width:780px;padding:80px clamp(34px,7vw,105px)}.founder-copy .eyebrow{color:var(--soft-gold)}.founder-copy h2{color:#fff}.founder-copy p{color:#cbd5cf;line-height:1.75}.founder-copy .founder-lead{color:#fff;margin-top:28px;font-size:18px}.founder-copy .text-link{color:#fff;border-bottom-color:#ffffff4d;margin-top:14px}.values-section{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:0 clamp(24px,5vw,76px);display:grid}.values-section span{text-align:center;color:var(--forest);border-right:1px solid var(--line);padding:34px 12px;font:600 26px Cormorant Garamond,Georgia,serif}.values-section span:last-child{border-right:0}.trust-section{grid-template-columns:1.1fr .9fr;gap:8vw;padding:110px clamp(24px,7vw,112px);display:grid}.trust-links{border-top:1px solid var(--line)}.trust-links a{color:var(--forest);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:20px 4px;font-weight:600;display:flex}.trust-links a:hover{padding-left:10px}.contact-section,.page-cta{color:#fff;background:var(--forest);justify-content:space-between;align-items:end;gap:40px;margin:0 4vw 70px;padding:70px;display:flex}.contact-section .eyebrow,.page-cta .eyebrow{color:var(--soft-gold)}.contact-section h2,.page-cta h2{color:#fff;max-width:760px}.page-hero{background:var(--paper);border-bottom:1px solid var(--line);padding:clamp(72px,9vw,132px) clamp(24px,9vw,145px) clamp(70px,8vw,112px)}.page-hero h1{max-width:1040px;font-size:clamp(50px,6vw,92px)}.page-hero>p:last-child{max-width:820px;color:var(--muted);margin:30px 0 0;font-size:18px;line-height:1.75}.contact-hero{background:#eef0ea}.story-section{grid-template-columns:.82fr 1.18fr;gap:10vw;padding:120px clamp(24px,9vw,145px);display:grid}.story-section .prose{max-width:720px}.story-section .prose p{margin:0}.story-section .prose p+p{margin-top:22px}.thesis-panel{text-align:center;background:#e8e2d5;padding:90px clamp(24px,12vw,190px)}.thesis-panel blockquote{max-width:1050px;color:var(--forest);letter-spacing:-.02em;margin:0 auto;font:600 clamp(38px,4.5vw,68px)/1.08 Cormorant Garamond,Georgia,serif}.thesis-panel>p:last-child{max-width:690px;color:var(--muted);margin:28px auto 0;line-height:1.75}.standards-section{padding:120px clamp(24px,7vw,112px)}.section-heading.compact{grid-template-columns:.55fr 1fr .8fr}.standard-list{border-top:1px solid var(--line)}.standard-list article{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr 1.2fr;align-items:center;gap:32px;padding:27px 4px;display:grid}.standard-list span{color:var(--gold);font:600 14px Cormorant Garamond,Georgia,serif}.standard-list h3{margin:0;font-size:29px}.standard-list p{color:var(--muted);margin:0;line-height:1.65}.route-section{grid-template-columns:.7fr 1.3fr;gap:8vw;padding:110px clamp(24px,7vw,112px);display:grid}.route-list{border-top:1px solid var(--line)}.route-list>a{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr auto;align-items:center;gap:22px;padding:27px 4px;transition:padding .2s,background .2s;display:grid}.route-list>a:hover,.route-list>a:focus-visible{background:#ffffff57;padding-left:12px}.route-list span{color:var(--gold);font:600 14px Cormorant Garamond,Georgia,serif}.route-list h3{margin:0;font-size:29px}.route-list p{color:var(--muted);margin:5px 0 0;font-size:14px;line-height:1.55}.route-list strong{color:var(--forest);font-size:22px}.notice-panel{background:#e8e2d5;grid-template-columns:1fr 1fr;gap:9vw;margin:0 4vw 70px;padding:75px clamp(28px,6vw,90px);display:grid}.notice-panel p{margin-top:0}.notice-panel p+p{margin-top:20px}.legal-hero{background:var(--forest);color:#fff;padding:92px clamp(24px,12vw,190px) 70px}.legal-hero .eyebrow{color:var(--soft-gold)}.legal-hero h1{color:#fff}.legal-hero>p:last-child{color:#cbd5cf;margin:24px 0 0;font-size:14px}.legal-content{max-width:900px;margin:0 auto;padding:90px 28px 120px}.legal-content section{border-bottom:1px solid var(--line);padding:0 0 35px}.legal-content section+section{padding-top:35px}.legal-content h2{margin:0 0 15px;font-size:32px}.legal-content p{color:var(--muted);margin:0;line-height:1.8}.legal-content p+p{margin-top:16px}.legal-content a{color:var(--forest);text-underline-offset:3px;font-weight:600;text-decoration:underline}.legal-content code{border:1px solid var(--line);background:var(--paper);border-radius:4px;padding:2px 5px;font-size:.9em}footer{color:#65706a;border-top:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;padding:34px clamp(24px,5vw,76px);font-size:12px;display:grid}.footer-brand{color:var(--forest);align-items:center;gap:12px;display:flex}.footer-brand strong,.footer-brand small{display:block}.footer-brand strong{font:600 18px Cormorant Garamond,Georgia,serif}.footer-brand small{color:#778078;margin-top:2px}.footer-links{align-items:center;gap:22px;display:flex}.footer-links a:hover,.footer-links a[aria-current=page]{color:var(--forest);text-underline-offset:4px;text-decoration:underline}.footer-meta{text-align:right;justify-self:end}.footer-meta p{margin:7px 0 0}.visitor-count{color:#68746d;letter-spacing:.02em;justify-content:flex-end;align-items:center;gap:8px;display:flex}.visitor-count strong{color:var(--forest);margin-right:4px;font-size:13px}.pulse-dot{background:var(--gold);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #b68a361f}a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:4px}@media (width<=980px){.hero{grid-template-columns:1fr;padding-top:72px}.hero-art{min-height:420px}.section-heading,.section-heading.compact{grid-template-columns:1fr;gap:13px}.thesis-intro,.story-section,.route-section,.notice-panel,.ecosystem-intro{grid-template-columns:1fr;gap:48px}.ecosystem-intro .eyebrow{grid-column:auto;margin-bottom:-30px}.ecosystem-map{grid-template-columns:1fr}.ecosystem-hub{border-bottom:1px solid #ffffff29;border-right:0;min-height:300px}.principle-grid{grid-template-columns:1fr}.principle-card{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.principle-card:last-child{border-bottom:0}.principle-card h3{margin-top:35px}.founder-section{grid-template-columns:1fr}.founder-mark{border-bottom:1px solid #ffffff21;border-right:0;min-height:280px}.trust-section{grid-template-columns:1fr;gap:50px}footer{grid-template-columns:1fr 1fr}.footer-links{justify-self:end}.footer-meta{text-align:left;grid-column:1/-1;justify-content:space-between;justify-self:auto;align-items:center;display:flex}.footer-meta p{margin:0}}@media (width<=760px){.site-header{gap:18px;min-height:70px;padding-top:13px;padding-bottom:13px}.wordmark>span:last-child{display:none}nav{justify-content:flex-end;gap:18px;width:100%;font-size:13px}nav a:nth-child(2){display:none}.hero{min-height:auto}.hero-art{min-height:320px}h1{font-size:49px}.company-grid{grid-template-columns:1fr}.company-card{min-height:auto}.values-section{grid-template-columns:1fr 1fr}.values-section span:nth-child(2){border-right:0}.values-section span:nth-child(-n+2){border-bottom:1px solid var(--line)}.contact-section,.page-cta{flex-direction:column;align-items:flex-start;margin:0;padding:55px 24px}.standard-list article{grid-template-columns:45px 1fr;gap:16px}.standard-list p{grid-column:2}.route-section,.story-section,.standards-section,.thesis-section,.ecosystem-section{padding-top:82px;padding-bottom:82px}.ecosystem-roles{grid-template-columns:1fr}.ecosystem-roles article,.ecosystem-roles article:nth-child(2n),.ecosystem-roles article:nth-last-child(-n+2){border-bottom:1px solid #ffffff21;border-right:0}.ecosystem-roles article:last-child{border-bottom:0}.notice-panel{margin:0}footer{grid-template-columns:1fr;align-items:flex-start}.footer-links{flex-wrap:wrap;justify-self:auto}.footer-meta{grid-column:auto;display:block}.footer-meta p{margin-top:9px}.visitor-count{justify-content:flex-start}}@media (width<=470px){nav{gap:13px}nav a{font-size:12px}.hero-art{min-height:270px}.hero-art>span{font-size:88px}.shape-three{width:58%}.company-card{padding:25px 24px}.contact-section h2,.page-cta h2,.trust-section h2,.story-section h2,.route-intro h2,.notice-panel h2{font-size:40px}.route-list>a{grid-template-columns:38px 1fr auto;gap:12px}.route-list h3{font-size:26px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
