:root{--plum: #340059;--plum-deep: #25003f;--amethyst: #7532a6;--amethyst-soft: #8e6ab3;--lilac: #cf8cff;--lilac-pale: #f1e4fb;--canvas: #fcfafd;--white: #ffffff;--ink: #211b26;--muted: #6d6571;--line: #e8dff0;--green: #70a632;--green-deep: #305900;--green-pale: #c9ff8c;--display: "Urbanist Variable", "Urbanist", sans-serif;--body: "Atkinson Hyperlegible Next Variable", "Atkinson Hyperlegible Next", sans-serif;--ease: cubic-bezier(.22, 1, .36, 1);--container: min(1440px, 91vw)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--plum)}body{min-width:320px;color:var(--ink);background:var(--canvas);font-family:var(--body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}img,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--display);font-weight:650;line-height:.98;letter-spacing:-.048em;text-wrap:balance}p{text-wrap:pretty}::selection{color:var(--white);background:var(--amethyst)}:focus-visible{outline:3px solid var(--lilac);outline-offset:3px;box-shadow:0 0 0 6px var(--plum)}.container{position:relative;width:var(--container);margin-inline:auto}.container--text{max-width:850px}.section{position:relative;padding:clamp(5.5rem,9vw,9rem) 0;overflow:clip}.section--plum{color:var(--white);background:var(--plum)}.section--lilac{color:var(--ink);background:var(--lilac-pale)}.wordmark{width:100%;height:auto;object-fit:contain}.skiplink{position:fixed;top:10px;left:12px;z-index:9999;padding:10px 15px;color:var(--plum);background:var(--white);transform:translateY(-150%);transition:transform .2s}.skiplink:focus{transform:translateY(0)}.progress{position:fixed;inset:0 0 auto;z-index:300;height:3px;pointer-events:none}.progress span{display:block;width:100%;height:100%;background:var(--lilac);transform:scaleX(0);transform-origin:left}.header{position:fixed;inset:0 0 auto;z-index:200;height:92px;color:var(--white);border-bottom:1px solid transparent;transition:height .35s var(--ease),background .35s,color .35s,border-color .35s}.header.is-scrolled{height:72px;color:var(--plum);background:#fcfafdf0;border-color:var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header__inner{height:100%;display:flex;align-items:center;gap:clamp(1rem,2vw,2.3rem)}.header__brand{position:relative;width:174px;height:52px;flex:none;display:grid;place-items:center}.header__logo{position:absolute;width:100%;transition:opacity .25s}.header__logo--dark,.header.is-scrolled .header__logo--light{opacity:0}.header.is-scrolled .header__logo--dark{opacity:1}.header-dark .header:not(.is-scrolled){color:var(--green-deep)}.header-dark .header:not(.is-scrolled) .header__logo--light{opacity:0}.header-dark .header:not(.is-scrolled) .header__logo--dark{opacity:1}.header-dark .header:not(.is-scrolled) .nav a{opacity:.9}.header-dark .header:not(.is-scrolled) .nav a:after{background:var(--green)}.header-dark .header:not(.is-scrolled) .header__cta{color:var(--white);background:var(--green-deep)}.nav{margin-left:auto;display:flex;align-items:center;gap:clamp(.85rem,1.6vw,1.75rem)}.nav a{position:relative;min-height:44px;display:inline-flex;align-items:center;font-family:var(--display);font-size:.72rem;font-weight:650;letter-spacing:.055em;text-transform:uppercase;opacity:.73;transition:opacity .2s}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--lilac);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.header.is-scrolled .nav a:after{background:var(--amethyst)}.nav a:hover,.nav a.active{opacity:1}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.header__cta{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:0 1.12rem;color:var(--plum);background:var(--lilac);border-radius:999px;font-family:var(--display);font-size:.72rem;font-weight:700;letter-spacing:.035em;white-space:nowrap;transition:color .25s,background .25s,transform .3s var(--ease)}.header__cta:hover{color:var(--white);background:var(--amethyst);transform:translateY(-2px)}.nav-toggle{display:none;width:48px;height:48px;border:0;color:inherit;background:transparent;cursor:pointer;place-items:center}.nav-toggle span{display:block;width:27px;height:2px;background:currentColor}.nav-toggle span+span{width:19px;margin:7px 0 0 8px}.navmenu{position:fixed;inset:0;z-index:260;min-height:100dvh;display:flex;flex-direction:column;padding:28px 5.5vw 36px;color:var(--white);background:var(--plum);visibility:hidden;transform:translate(102%);transition:transform .55s var(--ease),visibility .55s;overflow:hidden auto}.navmenu.open{visibility:visible;transform:translate(0)}.navmenu__path{position:absolute;inset:0;opacity:.23;pointer-events:none}.navmenu__path svg{width:100%;height:100%}.navmenu__path path{fill:none;stroke:var(--lilac);stroke-width:14}.navmenu__top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between}.navmenu__top .wordmark{width:180px}.navmenu__close{position:relative;width:50px;height:50px;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:var(--white);background:transparent;cursor:pointer}.navmenu__close span{position:absolute;top:50%;left:50%;width:22px;height:2px;background:currentColor;transform:translate(-50%,-50%) rotate(45deg)}.navmenu__close span+span{transform:translate(-50%,-50%) rotate(-45deg)}.navmenu__links{position:relative;z-index:1;display:flex;flex-direction:column;margin-top:auto}.navmenu__links a{min-height:56px;display:flex;align-items:baseline;gap:1rem;padding:.38rem 0;border-bottom:1px solid rgba(255,255,255,.17);font-family:var(--display);font-size:clamp(2.1rem,min(6.8vw,7.6vh),4.7rem);font-weight:600;line-height:1;letter-spacing:-.05em;transition:color .2s,padding .3s var(--ease)}.navmenu__links a span{width:2rem;color:var(--lilac);font-family:var(--body);font-size:.65rem;font-weight:700;letter-spacing:.12em}.navmenu__links a:hover,.navmenu__links a.active{color:var(--lilac);padding-left:.7rem}.navmenu__foot{position:relative;z-index:1;margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#ffffffa8;font-size:.8rem}.eyebrow{display:inline-flex;align-items:center;gap:.75rem;color:var(--amethyst);font-family:var(--display);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:30px;height:2px;background:currentColor}.eyebrow--light{color:var(--lilac)}.btn-row{display:flex;flex-wrap:wrap;gap:.8rem}.btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:0 1.45rem;border:1px solid transparent;border-radius:999px;font-family:var(--display);font-size:.75rem;font-weight:700;letter-spacing:.035em;transition:color .25s,background .25s,border-color .25s,transform .3s var(--ease)}.btn:hover{transform:translateY(-3px)}.btn--lilac{color:var(--plum);background:var(--lilac)}.btn--lilac:hover{color:var(--white);background:var(--amethyst)}.btn--plum{color:var(--white);background:var(--plum)}.btn--plum:hover{background:var(--amethyst)}.btn--ghost{color:var(--white);border-color:#fff6}.btn--ghost:hover{color:var(--plum);background:var(--white);border-color:var(--white)}.btn--outline{color:var(--plum);border-color:#34005952}.btn--outline:hover{color:var(--white);background:var(--plum)}.text-link{min-height:46px;width:max-content;display:inline-flex;align-items:center;gap:.65rem;padding:.5rem 0 .3rem;border-bottom:2px solid currentColor;color:var(--plum);font-family:var(--display);font-size:.76rem;font-weight:700;letter-spacing:.035em;transition:color .2s,gap .3s var(--ease)}.text-link:hover{color:var(--amethyst);gap:1.05rem}.section-head--split{display:grid;grid-template-columns:minmax(190px,.35fr) 1fr;gap:3rem;align-items:start;margin-bottom:clamp(3rem,6vw,5.8rem)}.section-head--split h2{max-width:1000px;font-size:clamp(2.8rem,5.4vw,6rem)}.section-head--light h2{color:var(--white)}.reveal-word{display:inline-block;overflow:hidden;vertical-align:bottom;padding:.04em .025em .16em;margin:-.04em -.025em -.16em}.reveal-word>span{display:inline-block}.js-anim [data-anim],.js-anim [data-stagger]>*{opacity:0}.js-anim [data-lines]:not(.is-prepared),.js-anim [data-draw]:not(.is-prepared){visibility:hidden}.js-anim [data-lines] .reveal-word>span{transform:translateY(115%)}.hero{position:relative;min-height:100svh;display:flex;align-items:center;padding:132px 0 58px;color:var(--white);background:var(--plum);overflow:hidden}.hero__route{position:absolute;inset:0;opacity:.4;pointer-events:none}.hero__route svg{width:100%;height:100%}.hero__route path{fill:none;stroke:var(--amethyst);stroke-width:34;stroke-linecap:round}.hero__orb{position:absolute;width:min(42vw,650px);aspect-ratio:1;border:1px solid rgba(207,140,255,.22);border-radius:50%;pointer-events:none}.hero__orb--one{top:-21vw;right:-8vw}.hero__grid{z-index:2;display:grid;grid-template-columns:1.08fr .72fr;gap:clamp(2.5rem,7vw,7.5rem);align-items:center}.hero__copy{padding-top:1.5rem}.hero h1{max-width:950px;margin:1.3rem 0 1.8rem;font-size:clamp(3.8rem,7.6vw,8.1rem);line-height:.88}.hero__lead{max-width:57ch;color:#ffffffc7;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.48}.hero .btn-row{margin-top:2rem}.hero__facts{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;margin-top:2.2rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.17)}.hero__facts span{display:flex;align-items:center;gap:.55rem;color:#ffffffb0;font-size:.82rem}.hero__facts span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-pale)}.hero__media{position:relative;height:min(69vh,760px);min-height:520px;border-radius:220px 220px 36px 36px;overflow:hidden;background:var(--amethyst);box-shadow:0 34px 100px #13002166}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(52,0,89,.7),transparent 45%)}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:54% 48%;filter:saturate(.82) contrast(1.03);transition:transform .8s var(--ease)}.hero__media:hover img{transform:scale(1.025)}.hero__media figcaption{position:absolute;z-index:1;left:1.5rem;right:1.5rem;bottom:1.35rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--white);font-size:.78rem}.hero__media figcaption span{color:var(--green-pale);font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero__scroll{position:absolute;z-index:2;left:4.5vw;bottom:24px;display:none;align-items:center;gap:.6rem;color:#ffffff8c;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.hero__scroll span{width:28px;height:1px;background:var(--lilac)}.identity{background:var(--canvas)}.identity__grid{display:grid;grid-template-columns:.3fr 1fr;gap:clamp(3rem,9vw,10rem)}.identity__index{padding-top:.4rem}.identity__index span{display:block;color:var(--amethyst);font-family:var(--display);font-size:3.4rem;font-weight:600;line-height:1}.identity__index p{margin-top:.6rem;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.identity__statement h2{max-width:1000px;margin:1.4rem 0 2.1rem;color:var(--plum);font-size:clamp(3.1rem,6.2vw,7.2rem)}.identity__statement h2>span{display:block}.identity__statement>p{max-width:65ch;color:var(--muted);font-size:clamp(1.08rem,1.5vw,1.28rem)}.identity__statement .text-link{margin-top:2rem}.core:after{content:"";position:absolute;right:-160px;top:13%;width:430px;height:430px;border:1px solid rgba(207,140,255,.16);border-radius:50%}.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.core-card{position:relative;min-height:520px;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(1.6rem,2.6vw,2.5rem);color:var(--white);border:1px solid rgba(255,255,255,.2);border-radius:28px;background:#ffffff0a;overflow:hidden;transition:transform .4s var(--ease),background .3s}.core-card:hover{transform:translateY(-7px);background:#ffffff14}.core-card--green{color:var(--green-deep);background:var(--green-pale);border-color:transparent}.core-card--green:hover{background:#d9ffad}.core-card--lilac{color:var(--plum);background:var(--lilac);border-color:transparent}.core-card--lilac:hover{background:#dbadff}.card-number{color:currentColor;font-family:var(--display);font-size:.72rem;font-weight:700;letter-spacing:.13em;opacity:.72}.card-kicker{margin-bottom:.8rem;font-family:var(--display);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.68}.core-card--green .card-number,.core-card--green .card-kicker,.core-card--lilac .card-number,.core-card--lilac .card-kicker{opacity:1}.core-card h3{max-width:10ch;margin-bottom:1.2rem;font-size:clamp(2.2rem,3.2vw,3.5rem)}.core-card p:last-child{max-width:40ch;color:inherit;opacity:.9}.core-card>a{align-self:flex-end;width:54px;height:54px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;transition:color .25s,background .25s,transform .3s var(--ease)}.core-card>a:hover{color:var(--white);background:var(--amethyst);border-color:var(--amethyst);transform:rotate(-22deg)}.pathfinder{background:var(--white)}.pathfinder__route{position:absolute;right:-7%;top:3%;width:min(38vw,590px);height:85%;opacity:.17;pointer-events:none}.pathfinder__route svg{width:100%;height:100%}.pathfinder__route path{fill:none;stroke:var(--amethyst);stroke-width:13;stroke-linecap:round}.pathfinder__head{display:grid;grid-template-columns:1.05fr .65fr;gap:clamp(2rem,7vw,8rem);align-items:end;margin-bottom:clamp(3rem,6vw,5.5rem)}.pathfinder__head h2{max-width:800px;margin-top:1.2rem;color:var(--plum);font-size:clamp(3rem,5.8vw,6.7rem)}.pathfinder__head>p{max-width:49ch;color:var(--muted);font-size:1.05rem}.pathfinder__body{display:grid;grid-template-columns:.72fr 1.28fr;min-height:570px;border:1px solid var(--line);border-radius:30px;background:var(--canvas);overflow:hidden;box-shadow:0 28px 70px #34005914}.path-tabs{display:flex;flex-direction:column;border-right:1px solid var(--line)}.path-tabs button{flex:1;min-height:92px;display:grid;grid-template-columns:35px 1fr 24px;align-items:center;gap:.9rem;padding:1.25rem 1.45rem;border:0;border-bottom:1px solid var(--line);color:var(--plum);background:transparent;text-align:left;font-family:var(--display);font-weight:650;cursor:pointer;transition:color .25s,background .25s}.path-tabs button:last-child{border-bottom:0}.path-tabs button>span{color:var(--amethyst);font-size:.65rem;letter-spacing:.1em}.path-tabs button svg{justify-self:end;transition:transform .3s var(--ease)}.path-tabs button:hover,.path-tabs button.active{color:var(--white);background:var(--plum)}.path-tabs button:hover>span,.path-tabs button.active>span{color:var(--lilac)}.path-tabs button:hover svg,.path-tabs button.active svg{transform:translate(4px)}.path-panels{min-width:0}.path-panel{height:100%;padding:clamp(2rem,5vw,5rem)}.path-panel[hidden]{display:none}.path-panel__number{color:var(--amethyst);font-family:var(--display);font-size:.7rem;font-weight:700;letter-spacing:.13em}.path-panel h3{max-width:14ch;margin:1.2rem 0 1.5rem;color:var(--plum);font-size:clamp(2.5rem,4.3vw,5rem)}.path-panel>p{max-width:58ch;color:var(--muted);font-size:1.05rem}.path-panel ul{margin:2rem 0;display:grid;gap:.8rem;list-style:none}.path-panel li{display:flex;align-items:center;gap:.75rem;color:var(--ink)}.path-panel li svg{flex:none;color:var(--green-deep)}.method-preview__head{display:grid;grid-template-columns:1.15fr .55fr;gap:clamp(2rem,7vw,8rem);align-items:end;margin-bottom:4rem}.method-preview__head h2{max-width:930px;margin-top:1.2rem;color:var(--plum);font-size:clamp(3rem,5.6vw,6.4rem)}.method-preview__head>p{max-width:46ch;color:var(--muted)}.method-line{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(52,0,89,.22);border-radius:26px;overflow:hidden}.method-line article{position:relative;min-height:300px;padding:1.5rem;border-right:1px solid rgba(52,0,89,.2)}.method-line article:last-child{border-right:0}.method-line article:after{content:"";position:absolute;top:52px;left:0;right:0;height:2px;background:var(--amethyst);opacity:.45}.method-line article:before{content:"";position:absolute;z-index:1;top:45px;left:1.5rem;width:14px;height:14px;border-radius:50%;background:var(--amethyst);box-shadow:0 0 0 7px var(--lilac-pale)}.method-line span{color:var(--amethyst);font-size:.65rem;font-weight:700;letter-spacing:.12em}.method-line h3{margin-top:6rem;color:var(--plum);font-size:1.6rem}.method-line p{margin-top:.75rem;color:var(--muted);font-size:.91rem}.method-preview>.container>.text-link{margin-top:2rem}.science:after{content:"";position:absolute;inset:0;opacity:.1;background-image:radial-gradient(var(--lilac) 1px,transparent 1px);background-size:30px 30px}.science__grid{z-index:1;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(3rem,8vw,8rem)}.science__title h2{max-width:690px;margin-top:1.25rem;font-size:clamp(3.1rem,5.4vw,6rem)}.science__principles{border-top:1px solid rgba(255,255,255,.2)}.science__principles article{display:grid;grid-template-columns:52px 1fr 1.15fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.2);align-items:start}.science__principles span{color:var(--lilac);font-family:var(--display);font-size:.68rem;font-weight:700}.science__principles h3{font-size:1.4rem;letter-spacing:-.035em}.science__principles p{color:#ffffffa3}.collaboration{background:var(--canvas)}.collaboration__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(3rem,8vw,9rem);align-items:center}.collaboration__media{position:relative;min-height:670px;border-radius:34px 180px 34px 34px;overflow:hidden;background:var(--lilac-pale)}.collaboration__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(52,0,89,.55),transparent 50%)}.collaboration__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 44%}.collaboration__media figcaption{position:absolute;z-index:1;left:1.5rem;bottom:1.4rem;color:var(--white);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.collaboration__copy h2{max-width:820px;margin:1.3rem 0 2rem;color:var(--plum);font-size:clamp(3rem,5.2vw,6rem)}.collaboration__copy>p{max-width:61ch;color:var(--muted);font-size:1.05rem}.collaboration__copy>p+p{margin-top:1rem}.collaboration__copy .text-link{margin-top:2rem}.page-hero{position:relative;min-height:70svh;display:flex;align-items:flex-end;padding:170px 0 80px;color:var(--white);background:var(--plum);overflow:hidden}.page-hero--amethyst{background:var(--amethyst)}.page-hero--green{color:var(--green-deep);background:var(--green-pale)}.page-hero__route{position:absolute;inset:0;opacity:.36;pointer-events:none}.page-hero__route svg{width:100%;height:100%}.page-hero__route path{fill:none;stroke:var(--lilac);stroke-width:27;stroke-linecap:round}.page-hero--green .page-hero__route path{stroke:var(--green)}.page-hero__inner{z-index:1;display:grid;grid-template-columns:.33fr 1fr;gap:2rem;align-items:start}.page-hero__inner h1{max-width:1100px;font-size:clamp(3.7rem,7vw,8rem);line-height:.9}.page-hero__inner>p{grid-column:2;max-width:64ch;margin-top:1.4rem;color:#ffffffe6;font-size:clamp(1.05rem,1.5vw,1.3rem)}.page-hero--green .page-hero__inner>p{color:#305900eb}.page-hero--green .eyebrow{color:var(--green-deep)}.page-hero--amethyst .eyebrow{color:var(--white)}.lead{color:var(--plum);font-size:clamp(1.18rem,1.7vw,1.48rem);line-height:1.48}.section--green{color:var(--green-deep);background:var(--green-pale)}.editorial-intro__grid,.manifesto__grid{display:grid;grid-template-columns:.3fr 1fr;gap:clamp(3rem,9vw,10rem);align-items:start}.editorial-intro__aside,.manifesto__label{position:sticky;top:118px;padding-top:.35rem}.editorial-intro__aside span,.manifesto__label span{display:block;color:var(--amethyst);font-family:var(--display);font-size:clamp(3rem,5vw,5.5rem);font-weight:650;line-height:.86;letter-spacing:-.06em}.editorial-intro__aside p,.manifesto__label p{max-width:18ch;margin-top:.8rem;color:var(--muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.editorial-intro__copy,.manifesto__grid>div:last-child{max-width:980px}.editorial-intro__copy h2,.manifesto__grid h2{max-width:920px;margin:1.2rem 0 2rem;color:var(--plum);font-size:clamp(3.1rem,6vw,6.8rem)}.editorial-intro__copy .lead,.manifesto__grid .lead{max-width:65ch}.editorial-intro__copy>p:last-child,.manifesto__grid>div:last-child>p:last-child{max-width:67ch;margin-top:1.35rem;color:var(--muted);font-size:1.05rem}.difference-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(255,255,255,.22);border-radius:28px;overflow:hidden}.difference-grid article{min-height:285px;padding:clamp(1.7rem,3vw,3rem);border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.difference-grid article:nth-child(2n){border-right:0}.difference-grid article:nth-last-child(-n+2){border-bottom:0}.difference-grid span{color:var(--lilac);font-size:.67rem;font-weight:700;letter-spacing:.13em}.difference-grid h3{max-width:14ch;margin:clamp(3.3rem,6vw,6rem) 0 .9rem;font-size:clamp(1.65rem,2.7vw,2.7rem)}.difference-grid p{max-width:48ch;color:#ffffffa3}.goals__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(3rem,8vw,9rem);align-items:center}.goals__media{position:relative;min-height:660px;border-radius:34px 170px 34px 34px;overflow:hidden;background:var(--lilac-pale)}.goals__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(52,0,89,.58),transparent 48%)}.goals__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.goals__media figcaption{position:absolute;z-index:1;left:1.5rem;bottom:1.35rem;color:var(--white);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.goals__copy h2{max-width:760px;margin:1.2rem 0 2.2rem;color:var(--plum);font-size:clamp(3rem,5.4vw,6.1rem)}.check-list{border-top:1px solid var(--line)}.check-list>div{display:grid;grid-template-columns:30px 1fr;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.check-list svg{color:var(--green-deep)}.clinical-note{max-width:67ch;margin-top:1.5rem;padding-left:1rem;color:var(--muted);border-left:3px solid var(--lilac);font-size:.88rem}.starting__grid,.services-index__head,.abbreviations__grid,.measure__grid,.brand-story__grid,.network__grid,.visit__grid{display:grid;grid-template-columns:1fr .75fr;gap:clamp(3rem,9vw,10rem);align-items:start}.starting__grid h2,.services-index__head h2,.abbreviations__grid h2,.measure__grid h2,.brand-story__grid h2,.network__grid h2,.visit__grid h2{max-width:820px;margin-top:1.2rem;font-size:clamp(3rem,5.4vw,6.1rem)}.starting__steps{border-top:1px solid rgba(52,0,89,.2)}.starting__steps article{display:grid;grid-template-columns:44px 1fr;gap:1rem;padding:1.55rem 0;border-bottom:1px solid rgba(52,0,89,.2)}.starting__steps span{color:var(--amethyst);font-size:.7rem;font-weight:700}.starting__steps h3{color:var(--plum);font-size:1.45rem}.starting__steps p{grid-column:2;color:var(--muted)}.services-index__head{align-items:end;margin-bottom:clamp(3rem,6vw,5.5rem)}.services-index__head h2{color:var(--plum)}.services-index__head>p{max-width:50ch;color:var(--muted);font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{position:relative;min-height:390px;display:flex;flex-direction:column;padding:clamp(1.5rem,2.6vw,2.4rem);color:var(--white);border-radius:26px;background:var(--plum);overflow:hidden}.service-card:after{content:"";position:absolute;right:-80px;bottom:-90px;width:220px;height:220px;border:1px solid rgba(207,140,255,.28);border-radius:50%}.service-card--green{color:var(--green-deep);background:var(--green-pale)}.service-card--green:after{border-color:#30590030}.service-card__code{font-family:var(--display);font-size:.7rem;font-weight:700;letter-spacing:.14em}.service-card h3{max-width:13ch;margin:auto 0 1rem;font-size:clamp(2rem,3vw,3rem)}.service-card p{max-width:39ch;opacity:.9}.service-card__number{position:absolute;top:1.55rem;right:1.7rem;font-family:var(--display);font-size:.72rem;font-weight:700;opacity:.8}.service-card--green .service-card__number{opacity:1}.contexts__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(3rem,8vw,9rem)}.contexts__grid>div:first-child h2{max-width:690px;margin:1.25rem 0 1.6rem;font-size:clamp(3rem,5.3vw,6rem)}.contexts__grid>div:first-child>p{max-width:56ch;color:#ffffffa3}.context-list{border-top:1px solid rgba(255,255,255,.2)}.context-list article{display:grid;grid-template-columns:48px .8fr 1.2fr;gap:1.3rem;padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.context-list span{color:var(--lilac);font-size:.67rem;font-weight:700}.context-list h3{font-size:1.3rem}.context-list p{color:#ffffffa1}.abbreviations__grid p,.measure__grid p,.brand-story__grid p,.network__copy p,.visit__grid p{max-width:58ch;color:var(--muted);font-size:1.05rem}.abbreviations__grid p+.text-link,.measure__grid .text-link{margin-top:1.6rem}.measure__grid p{color:#305900f2}.measure__grid p+p{margin-top:1rem}.measure__grid .text-link{color:var(--green-deep)}.network__copy p,.visit__grid p{color:#ffffffa8}.network__copy p+p{margin-top:1rem}.brand-story__grid p+p{margin-top:1rem}.safety__box{display:grid;grid-template-columns:.37fr 1fr;gap:clamp(2.5rem,8vw,8rem);align-items:center;padding:clamp(2rem,5vw,5rem);border:1px solid var(--line);border-radius:32px;background:var(--white);box-shadow:0 30px 80px #34005914}.safety__mark{display:grid;place-items:center;aspect-ratio:1;border-radius:50%;background:var(--lilac-pale);overflow:hidden}.safety__mark img{width:77%;height:77%;object-fit:contain}.safety__box h2{max-width:830px;margin:1.2rem 0 1.5rem;color:var(--plum);font-size:clamp(2.8rem,5vw,5.7rem)}.safety__box p{max-width:68ch;color:var(--muted)}.journey{isolation:isolate}.journey__route,.brand-story__route,.visit__route{position:absolute;inset:0;z-index:-1;opacity:.14;pointer-events:none}.journey__route svg,.brand-story__route svg,.visit__route svg{width:100%;height:100%}.journey__route path,.brand-story__route path,.visit__route path{fill:none;stroke:var(--amethyst);stroke-width:14;stroke-linecap:round}.brand-story__route{opacity:.19}.visit__route{z-index:0;opacity:.2}.visit__route path{stroke:var(--lilac)}.journey__head{display:grid;grid-template-columns:.3fr 1fr .7fr;gap:2rem;align-items:end;margin-bottom:clamp(4rem,8vw,8rem)}.journey__head h2{max-width:700px;color:var(--plum);font-size:clamp(3rem,5.5vw,6.2rem)}.journey__head>p{max-width:48ch;color:var(--muted)}.journey__steps{display:flex;flex-direction:column;gap:1.3rem}.journey-step{width:min(68%,900px);display:grid;grid-template-columns:110px 1fr;gap:2rem;align-items:start;padding:clamp(1.6rem,3vw,2.7rem);color:var(--white);border-radius:26px;background:var(--plum);box-shadow:0 20px 50px #34005921}.journey-step--right{align-self:flex-end;color:var(--green-deep);background:var(--green-pale)}.journey-step__number{color:var(--lilac);font-family:var(--display);font-size:clamp(2.5rem,4vw,4.5rem);font-weight:650;line-height:.9;letter-spacing:-.06em}.journey-step--right .journey-step__number{color:var(--green-deep)}.journey-step h3{margin-bottom:.75rem;font-size:clamp(1.8rem,2.8vw,2.8rem)}.journey-step p{max-width:53ch;opacity:.9}.faq__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(3rem,8vw,9rem);align-items:start}.faq__intro{position:sticky;top:110px}.faq__intro h2{max-width:600px;margin:1.2rem 0 1.5rem;color:var(--plum);font-size:clamp(3rem,5.2vw,5.9rem)}.faq__intro p{max-width:46ch;color:var(--muted)}.faq__list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;min-height:90px;display:grid;grid-template-columns:38px 1fr 28px;gap:1rem;align-items:center;padding:1.25rem 0;color:var(--plum);border:0;background:transparent;text-align:left;cursor:pointer}.faq-item button>span{color:var(--amethyst);font-size:.67rem;font-weight:700}.faq-item button strong{font-family:var(--display);font-size:clamp(1.12rem,1.8vw,1.45rem);line-height:1.2}.faq-item button svg{justify-self:end;transition:transform .3s var(--ease)}.faq-item.open button svg{transform:rotate(45deg)}.faq-item [data-panel]{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .4s var(--ease),visibility .4s}.faq-item [data-panel]>p{min-height:0;overflow:hidden;max-width:65ch;color:var(--muted)}.faq-item.open [data-panel]{grid-template-rows:1fr;visibility:visible}.faq-item.open [data-panel]>p{padding:0 2.7rem 1.7rem 3.4rem}.mission__grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(255,255,255,.2);border-radius:30px;overflow:hidden}.mission__grid article{min-height:500px;display:flex;flex-direction:column;padding:clamp(2rem,4.5vw,4.7rem)}.mission__grid article+article{border-left:1px solid rgba(255,255,255,.2)}.mission__grid article>span{color:var(--lilac);font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.mission__grid h2{max-width:660px;margin:auto 0 1.6rem;font-size:clamp(2.3rem,4vw,4.6rem)}.mission__grid p{max-width:54ch;color:#ffffffa1}.brand-story{isolation:isolate}.brand-story__grid{z-index:1;align-items:center;min-height:430px}.values__head{display:grid;grid-template-columns:.35fr 1fr;gap:2rem;align-items:end;margin-bottom:4rem}.values__head h2{max-width:850px;color:var(--plum);font-size:clamp(3rem,5.5vw,6.2rem)}.values__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:26px;overflow:hidden}.values__grid>div{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;padding:1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.values__grid>div:nth-child(4n){border-right:0}.values__grid>div:nth-last-child(-n+4){border-bottom:0}.values__grid span{color:var(--amethyst);font-size:.65rem;font-weight:700}.values__grid p{color:var(--plum);font-family:var(--display);font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:650;line-height:1.15}.network__grid,.visit__grid{z-index:1}.contact-page__grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:clamp(3rem,8vw,9rem);align-items:start}.contact-page__intro{position:sticky;top:110px}.contact-page__intro h2{max-width:640px;margin:1.2rem 0 1.6rem;color:var(--plum);font-size:clamp(3rem,5.4vw,6.1rem)}.contact-page__intro p{max-width:54ch;color:var(--muted)}.contact-cards{display:grid;gap:.85rem}.contact-card{position:relative;min-height:210px;display:grid;grid-template-columns:62px 1fr;gap:.3rem 1.2rem;align-content:center;padding:clamp(1.5rem,3vw,2.6rem);color:var(--white);border-radius:25px;background:var(--plum);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px #3400592e}.contact-card--lilac{color:var(--plum);background:var(--lilac)}.contact-card--green{color:var(--green-deep);background:var(--green-pale)}.contact-card__icon{grid-row:1 / 4;width:55px;height:55px;display:grid;place-items:center;align-self:start;border:1px solid currentColor;border-radius:50%}.contact-card__label{font-size:.67rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;opacity:.9}.contact-card strong{max-width:34ch;font-family:var(--display);font-size:clamp(1.35rem,2.5vw,2.3rem);line-height:1.12;overflow-wrap:anywhere}.contact-card small{margin-top:.65rem;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.9}.visit{isolation:isolate}.visit__grid{align-items:end}.visit__grid .btn-row{margin-top:1.8rem}.cta-section{color:var(--white);background:var(--amethyst)}.cta-section .eyebrow{color:var(--white)}.cta-section__route{position:absolute;inset:0;opacity:.28;pointer-events:none}.cta-section__route svg{width:100%;height:100%}.cta-section__route path{fill:none;stroke:var(--lilac);stroke-width:22;stroke-linecap:round}.cta-section__inner{z-index:1;display:grid;grid-template-columns:1.15fr .65fr;gap:clamp(3rem,9vw,10rem);align-items:end}.cta-section h2{max-width:900px;margin-top:1.2rem;font-size:clamp(3.3rem,6.3vw,7.2rem)}.cta-section__inner>div:last-child>p{max-width:48ch;color:#ffffffeb;font-size:1.05rem}.cta-section .btn-row{margin-top:1.8rem}.footer{position:relative;padding:6rem 0 1.6rem;color:var(--white);background:var(--plum-deep);overflow:hidden}.footer__route{position:absolute;left:0;right:0;bottom:2rem;opacity:.17;pointer-events:none}.footer__route svg{width:100%;height:280px}.footer__route path{fill:none;stroke:var(--lilac);stroke-width:15;stroke-linecap:round}.footer__top{display:grid;grid-template-columns:1fr .75fr;gap:4rem;align-items:end;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.18)}.footer__brand .wordmark{width:230px}.footer__brand p{max-width:47ch;margin-top:1.4rem;color:#ffffff9e}.footer__cta{justify-self:end}.footer__cta>p{margin-bottom:1rem;font-family:var(--display);font-size:1.35rem;font-weight:600}.footer__grid{display:grid;grid-template-columns:1.2fr 1.2fr .8fr .7fr;gap:3rem;padding:3rem 0}.footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.footer__label{margin-bottom:.4rem;color:var(--lilac);font-family:var(--display);font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.footer__grid a{min-height:44px;display:inline-flex;align-items:center;color:#ffffffc7;transition:color .2s}.footer__grid a:hover{color:var(--white)}.footer__note{position:relative;padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.footer__note p{max-width:95ch;color:#ffffffad;font-size:.8rem}.footer__bottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1.5rem;color:#ffffffb8;font-size:.73rem}@media (max-width: 1180px){.nav,.header__cta{display:none}.nav-toggle{margin-left:auto;display:grid}.hero__grid{grid-template-columns:1fr .62fr;gap:2.5rem}.hero h1{font-size:clamp(3.5rem,8.5vw,7rem)}.method-line{grid-template-columns:repeat(3,1fr)}.method-line article:nth-child(3){border-right:0}.method-line article:nth-child(-n+3){border-bottom:1px solid rgba(52,0,89,.2)}.science__grid{grid-template-columns:1fr}}@media (max-width: 900px){:root{--container: min(92vw, 760px)}.section{padding:5.5rem 0}.header{height:76px}.header.is-scrolled{height:66px}.header__brand{width:154px}.hero{min-height:auto;padding:118px 0 4rem}.hero__grid{grid-template-columns:1fr}.hero__copy{padding-top:0}.hero h1{font-size:clamp(3.6rem,13vw,6.8rem)}.hero__media{height:min(90vw,650px);min-height:480px;border-radius:180px 180px 28px 28px}.hero__route{opacity:.26}.identity__grid{grid-template-columns:1fr;gap:2rem}.identity__index{display:flex;align-items:baseline;gap:1rem}.core-grid{grid-template-columns:1fr}.core-card{min-height:380px}.section-head--split,.pathfinder__head,.method-preview__head,.cta-section__inner{grid-template-columns:1fr;gap:1.5rem}.pathfinder__body{grid-template-columns:1fr}.path-tabs{border-right:0;border-bottom:1px solid var(--line)}.path-tabs button{min-height:72px}.path-panel{min-height:490px}.method-line{grid-template-columns:repeat(2,1fr)}.method-line article,.method-line article:nth-child(3){border-right:1px solid rgba(52,0,89,.2);border-bottom:1px solid rgba(52,0,89,.2)}.method-line article:nth-child(2n){border-right:0}.method-line article:last-child{grid-column:1 / -1;border-right:0;border-bottom:0}.collaboration__grid{grid-template-columns:1fr}.collaboration__media{min-height:560px}.page-hero{min-height:62svh;padding:140px 0 65px}.page-hero__inner{grid-template-columns:1fr;gap:1.2rem}.page-hero__inner>p{grid-column:1}.footer__top{grid-template-columns:1fr;gap:2.5rem}.footer__cta{justify-self:start}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){:root{--container: 90vw}.section{padding:4.7rem 0}.header__brand{width:142px}.navmenu{padding-inline:5vw}.navmenu__top .wordmark{width:150px}.navmenu__links a{font-size:clamp(2rem,10.2vw,3.4rem)}.navmenu__foot{align-items:flex-start;flex-direction:column}.eyebrow{font-size:.62rem;letter-spacing:.11em}.btn-row{flex-direction:column;align-items:stretch}.btn{width:100%}.hero{padding-top:104px}.hero h1{margin-top:1rem;font-size:clamp(3.25rem,16vw,5.2rem)}.hero__lead{font-size:1rem}.hero__facts{flex-direction:column}.hero__media{min-height:430px;height:118vw;max-height:590px;border-radius:120px 120px 24px 24px}.hero__media figcaption{align-items:flex-start;flex-direction:column}.identity__statement h2,.pathfinder__head h2,.method-preview__head h2,.collaboration__copy h2,.science__title h2{font-size:clamp(2.7rem,13vw,4.5rem)}.section-head--split h2{font-size:clamp(2.6rem,12vw,4.2rem)}.core-card{min-height:350px;padding:1.5rem}.pathfinder__head{margin-bottom:2.5rem}.pathfinder__body{border-radius:20px}.path-tabs button{grid-template-columns:28px 1fr 22px;padding:1rem}.path-panel{min-height:500px;padding:1.5rem}.path-panel h3{font-size:clamp(2.4rem,11vw,3.5rem)}.method-line{grid-template-columns:1fr}.method-line article,.method-line article:nth-child(3),.method-line article:nth-child(2n){min-height:240px;border-right:0;border-bottom:1px solid rgba(52,0,89,.2)}.method-line article:last-child{grid-column:auto;border-bottom:0}.method-line h3{margin-top:4.5rem}.science__principles article{grid-template-columns:38px 1fr;gap:1rem}.science__principles article p{grid-column:2}.collaboration__media{min-height:440px;border-radius:26px 105px 26px 26px}.page-hero{min-height:70svh;padding-top:130px}.page-hero__inner h1{font-size:clamp(3.15rem,14vw,5.2rem)}.cta-section h2{font-size:clamp(3rem,14vw,5rem)}.footer{padding-top:4.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-anim],[data-stagger]>*,[data-lines],[data-draw]{opacity:1!important;transform:none!important}}.blog-index{background:var(--canvas)}.blog-index__heading{display:grid;grid-template-columns:minmax(190px,.34fr) 1fr;gap:clamp(2rem,7vw,8rem);align-items:start;margin-bottom:clamp(3rem,6vw,5.5rem)}.blog-index__heading h2{max-width:930px;color:var(--plum);font-size:clamp(3rem,5.5vw,6.2rem)}.blog-index__heading p{max-width:62ch;margin-top:1.4rem;color:var(--muted);font-size:1.05rem}.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.blog-card{position:relative;min-width:0;min-height:390px;display:flex;flex-direction:column;padding:clamp(1.5rem,3vw,2.6rem);border:1px solid var(--line);border-radius:28px;background:var(--white);box-shadow:0 22px 60px #3400590f;transition:transform .4s var(--ease),border-color .3s,box-shadow .3s}.blog-card:hover{border-color:#7532a64d;box-shadow:0 28px 70px #3400591c;transform:translateY(-6px)}.blog-card--featured{grid-column:1 / -1;min-height:430px;background:var(--lilac-pale)}.blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;color:var(--muted);font-size:.76rem}.blog-card__meta span:first-child,.article-hero__meta span:first-child{padding:.4rem .7rem;color:var(--plum);background:var(--lilac);border-radius:999px;font-family:var(--display);font-weight:700}.blog-card h2,.blog-card h3{max-width:19ch;margin:clamp(2rem,4vw,3.4rem) 0 1.25rem;color:var(--plum);font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.02}.blog-card h3{font-size:clamp(1.75rem,2.6vw,2.6rem)}.blog-card h2 a,.blog-card h3 a{transition:color .2s}.blog-card h2 a:hover,.blog-card h3 a:hover{color:var(--amethyst)}.blog-card>p{max-width:62ch;color:var(--muted)}.blog-card .text-link{margin-top:auto;padding-top:2rem}.blog-card--featured h2{max-width:22ch;font-size:clamp(2.8rem,5vw,5.6rem)}.article-hero{position:relative;min-height:78svh;display:flex;align-items:flex-end;padding:160px 0 78px;color:var(--white);background:var(--plum);overflow:hidden}.article-hero__route{position:absolute;inset:0;opacity:.3;pointer-events:none}.article-hero__route svg{width:100%;height:100%}.article-hero__route path{fill:none;stroke:var(--amethyst);stroke-width:30;stroke-linecap:round}.article-hero__inner{z-index:1}.article-back{min-height:44px;width:max-content;display:inline-flex;align-items:center;gap:.55rem;margin-bottom:clamp(2.5rem,6vw,5rem);color:#ffffffb8;border-bottom:1px solid rgba(255,255,255,.35);font-family:var(--display);font-size:.75rem;font-weight:700;transition:color .2s,border-color .2s}.article-back svg{transform:rotate(180deg)}.article-back:hover{color:var(--white);border-color:var(--lilac)}.article-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1.1rem;color:#ffffffa8;font-size:.78rem}.article-hero h1{max-width:1120px;margin:1.35rem 0 1.6rem;font-size:clamp(3.5rem,7vw,7.5rem);line-height:.9}.article-hero__inner>p{max-width:68ch;color:#ffffffbd;font-size:clamp(1.05rem,1.5vw,1.28rem)}.article-body{background:var(--white)}.article-layout{display:grid;grid-template-columns:minmax(190px,270px) minmax(0,820px);gap:clamp(3rem,9vw,10rem);align-items:start;justify-content:center}.article-aside{position:sticky;top:105px}.article-aside nav{display:flex;flex-direction:column;border-top:1px solid var(--line)}.article-aside nav>span{padding:1.1rem 0;color:var(--amethyst);font-family:var(--display);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.article-aside a{min-height:48px;display:flex;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:.86rem;line-height:1.3;transition:color .2s,padding .25s var(--ease)}.article-aside a:hover{padding-left:.45rem;color:var(--plum)}.article-content{min-width:0}.article-lead{padding:clamp(1.5rem,3vw,2.3rem);color:var(--plum);border-left:5px solid var(--amethyst);background:var(--lilac-pale);font-size:clamp(1.18rem,2vw,1.48rem);line-height:1.55}.article-section{padding-top:clamp(3.8rem,7vw,6rem);scroll-margin-top:105px}.article-section__number{color:var(--amethyst);font-family:var(--display);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.article-section h2,.article-sources h2{max-width:18ch;margin:.8rem 0 1.6rem;color:var(--plum);font-size:clamp(2.4rem,4vw,4.25rem);line-height:1}.article-section p{color:var(--ink);font-size:1.06rem;line-height:1.78}.article-section p+p{margin-top:1.2rem}.article-points{display:grid;gap:.8rem;margin-top:1.8rem;list-style:none}.article-points li{position:relative;min-height:48px;display:flex;align-items:center;padding:.75rem 1rem .75rem 3rem;border:1px solid var(--line);border-radius:14px;background:var(--canvas)}.article-points li:before{content:"";position:absolute;left:1rem;width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #70a63224}.article-sources{margin-top:clamp(4rem,8vw,7rem);padding:clamp(1.6rem,4vw,3rem);border-radius:24px;background:var(--plum);color:var(--white);scroll-margin-top:105px}.article-sources .article-section__number{color:var(--lilac)}.article-sources h2{color:var(--white);font-size:clamp(2.2rem,3.6vw,3.6rem)}.article-sources ul{display:grid;gap:.4rem;list-style:none}.article-sources a{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.18);color:#ffffffbf;overflow-wrap:anywhere;transition:color .2s}.article-sources a:hover{color:var(--white)}.article-sources svg{flex:none}.article-note{margin-top:1.35rem;color:var(--muted);font-size:.82rem;line-height:1.55}.related-reading__head{display:grid;grid-template-columns:minmax(190px,.34fr) 1fr;gap:clamp(2rem,7vw,8rem);align-items:start;margin-bottom:clamp(3rem,6vw,5rem)}.related-reading__head h2{max-width:850px;color:var(--plum);font-size:clamp(3rem,5.3vw,5.8rem)}.related-reading__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.blog-card--compact{min-height:350px;box-shadow:none}.legal-page{background:var(--white)}.legal-shell{max-width:960px}.legal-updated{margin-bottom:2rem;color:var(--muted);font-size:.82rem}.legal-card{padding:clamp(1.6rem,5vw,3.5rem);border-radius:26px;background:var(--lilac-pale)}.legal-card h2{margin:1.1rem 0 1.3rem;color:var(--plum);font-size:clamp(2.4rem,4.5vw,4.5rem)}.legal-card>p{max-width:62ch;color:var(--muted)}.legal-card address{margin-top:.85rem;color:var(--muted);font-style:normal;overflow-wrap:anywhere}.legal-card a,.legal-section a{color:var(--amethyst);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.legal-section{padding:clamp(2.6rem,6vw,4.8rem) 0;border-bottom:1px solid var(--line);scroll-margin-top:95px}.legal-section h2{margin-bottom:1.5rem;color:var(--plum);font-size:clamp(2.2rem,4vw,3.8rem)}.legal-section h3{margin:2rem 0 .7rem;color:var(--plum);font-size:1.45rem;letter-spacing:-.025em}.legal-section p,.legal-section li{color:var(--ink);font-size:1.03rem;line-height:1.75}.legal-section p+p{margin-top:1rem}.legal-section ul{display:grid;gap:1rem;padding-left:1.25rem}.not-found{position:relative;min-height:92svh;display:flex;align-items:center;padding:150px 0 80px;color:var(--white);background:var(--plum);overflow:hidden}.not-found__route{position:absolute;inset:0;opacity:.34;pointer-events:none}.not-found__route svg{width:100%;height:100%}.not-found__route path{fill:none;stroke:var(--amethyst);stroke-width:34;stroke-linecap:round}.not-found__inner{z-index:1}.not-found__code{display:block;margin-bottom:1rem;color:var(--lilac);font-family:var(--display);font-size:.78rem;font-weight:700;letter-spacing:.18em}.not-found h1{max-width:1000px;font-size:clamp(4rem,8vw,8.5rem);line-height:.88}.not-found p{max-width:62ch;margin-top:1.8rem;color:#ffffffb8;font-size:clamp(1.05rem,1.5vw,1.25rem)}.not-found .btn-row{margin-top:2rem}@media (max-width: 900px){.blog-index__heading,.related-reading__head{grid-template-columns:1fr;gap:1.3rem}.blog-grid{grid-template-columns:1fr}.blog-card--featured{grid-column:auto}.article-layout{grid-template-columns:1fr;gap:3.5rem}.article-aside{position:static}.article-aside nav{flex-direction:row;flex-wrap:wrap;gap:.55rem;border-top:0}.article-aside nav>span{width:100%;padding-top:0}.article-aside a{min-height:44px;padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px}.article-aside a:hover{padding-left:.8rem}.related-reading__grid{grid-template-columns:1fr}.blog-card--compact{min-height:290px}}@media (max-width: 600px){.blog-index__heading h2,.related-reading__head h2{font-size:clamp(2.7rem,13vw,4.4rem)}.blog-card,.blog-card--featured{min-height:350px;padding:1.4rem;border-radius:21px}.blog-card--featured h2,.blog-card h2{font-size:clamp(2.25rem,10.5vw,3.6rem)}.blog-card__meta,.article-hero__meta{align-items:flex-start;flex-direction:column}.article-hero{min-height:82svh;padding:125px 0 60px}.article-back{margin-bottom:2.4rem}.article-hero h1{font-size:clamp(3rem,13vw,4.9rem)}.article-lead{border-left-width:4px}.article-section h2{font-size:clamp(2.35rem,11vw,3.6rem)}.article-sources{padding:1.4rem;border-radius:20px}.legal-card{border-radius:20px}.legal-section h2{font-size:clamp(2.15rem,10.5vw,3.35rem)}.not-found{min-height:88svh;padding:125px 0 65px}.not-found h1{font-size:clamp(3.4rem,15vw,5.4rem)}}@media (max-width: 1180px){.services-grid,.values__grid{grid-template-columns:repeat(2,1fr)}.values__grid>div:nth-child(4n){border-right:1px solid var(--line)}.values__grid>div:nth-child(2n){border-right:0}.values__grid>div:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.values__grid>div:nth-last-child(-n+2){border-bottom:0}.journey__head{grid-template-columns:.25fr 1fr}.journey__head>p{grid-column:2}}@media (max-width: 900px){.editorial-intro__grid,.manifesto__grid,.goals__grid,.starting__grid,.services-index__head,.contexts__grid,.abbreviations__grid,.measure__grid,.brand-story__grid,.network__grid,.visit__grid,.faq__grid,.contact-page__grid{grid-template-columns:1fr;gap:2.5rem}.editorial-intro__aside,.manifesto__label,.faq__intro,.contact-page__intro{position:static}.editorial-intro__aside,.manifesto__label{display:flex;align-items:baseline;gap:1rem}.editorial-intro__aside p,.manifesto__label p{margin-top:0}.goals__media{min-height:570px}.starting__grid,.abbreviations__grid,.measure__grid,.brand-story__grid,.network__grid,.visit__grid{gap:2rem}.context-list article{grid-template-columns:42px 1fr}.context-list p{grid-column:2}.safety__box{grid-template-columns:.33fr 1fr}.journey__head{grid-template-columns:1fr;gap:1.2rem}.journey__head>p{grid-column:1}.journey-step{width:86%}.mission__grid{grid-template-columns:1fr}.mission__grid article{min-height:410px}.mission__grid article+article{border-top:1px solid rgba(255,255,255,.2);border-left:0}.values__head{grid-template-columns:1fr}}@media (max-width: 600px){.editorial-intro__copy h2,.manifesto__grid h2,.goals__copy h2,.starting__grid h2,.services-index__head h2,.contexts__grid>div:first-child h2,.abbreviations__grid h2,.measure__grid h2,.brand-story__grid h2,.values__head h2,.network__grid h2,.contact-page__intro h2,.visit__grid h2,.faq__intro h2,.journey__head h2{font-size:clamp(2.65rem,13vw,4.35rem)}.difference-grid,.services-grid,.values__grid{grid-template-columns:1fr}.difference-grid article,.difference-grid article:nth-child(2n),.difference-grid article:nth-last-child(-n+2){min-height:245px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.difference-grid article:last-child{border-bottom:0}.difference-grid h3{margin-top:3.2rem}.goals__media{min-height:430px;border-radius:26px 105px 26px 26px}.service-card{min-height:340px}.context-list article{grid-template-columns:34px 1fr;gap:.8rem}.safety__box{grid-template-columns:1fr;padding:1.4rem;border-radius:23px}.safety__mark{width:130px}.safety__box h2{font-size:clamp(2.5rem,12vw,4rem)}.journey-step,.journey-step--right{width:100%;grid-template-columns:1fr;gap:1.1rem}.journey-step__number{font-size:2.4rem}.faq-item button{grid-template-columns:28px 1fr 24px;min-height:78px;gap:.65rem}.faq-item.open [data-panel]>p{padding:0 0 1.4rem 2.25rem}.mission__grid article{min-height:390px}.values__grid>div,.values__grid>div:nth-child(4n),.values__grid>div:nth-child(2n),.values__grid>div:nth-last-child(-n+4),.values__grid>div:nth-last-child(-n+2){min-height:150px;border-right:0;border-bottom:1px solid var(--line)}.values__grid>div:last-child{border-bottom:0}.contact-card{grid-template-columns:50px minmax(0,1fr);min-height:190px;padding:1.3rem}.contact-card__icon{width:46px;height:46px}.contact-card strong{font-size:clamp(1.2rem,6vw,1.7rem)}}@font-face{font-family:Urbanist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/urbanist-latin-ext-wght-normal.Bdxck5Au.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Urbanist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/urbanist-latin-wght-normal.D69JTELx.woff2) format("woff2-variations");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:Atkinson Hyperlegible Next Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/atkinson-hyperlegible-next-latin-ext-wght-normal.C6vrW8VD.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Atkinson Hyperlegible Next Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/atkinson-hyperlegible-next-latin-wght-normal.BcXVPD7q.woff2) format("woff2-variations");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}
