:root{--brand-indigo:#4a4d68;--brand-yolk:#f4d35e;--brand-apricot:#f2cc8f;--brand-teal:#81b29a;--brand-eggshell:#f4f1de;--brand-peach:#e07a5f;--brand-yolk-soft:rgba(244,211,94,0.28);--brand-apricot-soft:rgba(242,204,143,0.24);--brand-teal-soft:rgba(129,178,154,0.2);--brand-eggshell-soft:#fffdf8;--brand-peach-soft:rgba(224,122,95,0.18);--brand-indigo-soft:rgba(74,77,104,0.12);--color-sun:var(--brand-yolk);--color-rose:var(--brand-peach);--color-lilac:#b998b3;--color-slate:var(--brand-indigo);--color-ocean:var(--brand-teal);--color-sun-soft:var(--brand-yolk-soft);--color-rose-soft:var(--brand-peach-soft);--color-lilac-soft:rgba(185,152,179,0.2);--color-slate-soft:rgba(74,77,104,0.18);--color-ocean-soft:var(--brand-teal-soft);--bg:#ffffff;--bg-soft:var(--brand-eggshell-soft);--panel:rgba(255,255,255,0.92);--ink:var(--brand-indigo);--muted:rgba(74,77,104,0.76);--line:rgba(74,77,104,0.12);--mint:var(--brand-yolk);--sage:var(--brand-teal-soft);--peach:var(--brand-apricot);--blush:var(--brand-peach-soft);--rose:var(--brand-peach);--teal:var(--brand-teal);--navy:var(--brand-indigo);--shadow:0 20px 60px rgba(36,49,74,0.1);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--font-display:Georgia,"Times New Roman",serif;--font-body:"Aptos","Segoe UI",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--sage) var(--bg-soft)}html::-webkit-scrollbar{width:12px;height:12px}html::-webkit-scrollbar-track{background:var(--bg-soft)}html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--sage),var(--mint));border-radius:999px;border:3px solid var(--bg-soft)}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--peach),var(--sage))}body{margin:0;overflow-x:hidden;color:var(--ink);background:radial-gradient(circle at top left,rgba(242,204,143,.16),transparent 32%),radial-gradient(circle at 85% 10%,rgba(129,178,154,.12),transparent 26%),linear-gradient(180deg,#ffffff,#fdfbf4);font-family:var(--font-body);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,select,textarea{font:inherit}::-moz-selection{background:rgba(74,77,104,.18)}::selection{background:rgba(74,77,104,.18)}.site-shell{min-height:100vh;position:relative}.site-shell__strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));height:16px;width:100%}.site-shell__strip span{display:block}.site-shell:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(36,49,74,.04) 1px,transparent 0),linear-gradient(90deg,rgba(36,49,74,.04) 1px,transparent 0);background-size:42px 42px;opacity:.18;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.35),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.35),transparent 92%)}.container{width:min(1200px,calc(100% - 64px));margin:0 auto}.full-width-section,.page-section{width:100%}.menu-toggle{position:fixed;top:28px;left:16px;z-index:1000;width:40px;height:40px;border:1px solid rgba(36,49,74,.16);background:rgba(255,250,245,.8);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;pointer-events:auto;padding:0;box-shadow:none;line-height:0;transition:left .22s ease,transform .22s ease,background .18s ease}.menu-toggle span{display:block;width:16px;height:2px;background:var(--ink);transition:transform .22s ease,opacity .18s ease}.menu-toggle.is-open{left:min(calc(88vw - 56px),264px);background:rgba(255,250,245,.95)}.menu-toggle.is-open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.drawer-backdrop{position:fixed;inset:0;background:rgba(248,244,238,.96);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:998}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;left:0;z-index:999;width:min(320px,88vw);height:100vh;transform:translateX(-102%);transition:transform .22s ease;background:var(--bg-soft);border-right:1px solid rgba(36,49,74,.12);padding:72px 18px 18px;display:grid;align-content:start;gap:24px}.drawer.is-open{transform:translateX(0)}.drawer__top{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px}.drawer__top strong{display:flex;flex-direction:column;gap:4px;font-family:var(--font-display);font-size:1.75rem;line-height:.92;letter-spacing:-.05em}.drawer__top strong span{font-family:var(--font-body);font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.drawer__nav{display:grid;gap:0}.drawer__nav a{display:block;padding:14px 16px;border:0;background:transparent;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem}.drawer__nav a.is-active,.drawer__nav a:hover{background:rgba(129,178,154,.18);color:var(--teal)}.brand{display:flex;flex-direction:column;gap:2px}.brand strong{font-family:var(--font-display);font-size:1.05rem;letter-spacing:-.02em}.brand span{font-size:.82rem;color:var(--muted)}.nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.nav a{padding:10px 14px;border-radius:999px;border:1px solid transparent;color:var(--muted);transition:transform .16s ease,background .16s ease,border-color .16s ease}.nav a:hover,.nav a[data-active=true]{background:rgba(255,250,245,.8);border-color:rgba(36,49,74,.1);color:var(--ink);transform:translateY(-1px)}.main{padding:0;background:#ffffff}.main:has(.expresso-page){padding-bottom:0}.main:has(.home-page){padding-bottom:0}.home-page{width:100vw;margin-left:calc(50% - 50vw);display:grid;gap:0;background:#ffffff}.home-page__brand{padding:clamp(28px,5vw,64px) 24px clamp(24px,4vw,52px);text-align:center;background:#ffffff}.home-page__brand h1{margin:0;font-family:var(--font-display);font-size:clamp(3rem,7vw,6.8rem);line-height:.88;letter-spacing:-.06em}.home-page__brand p{margin:10px 0 0;font-size:clamp(1rem,2vw,1.35rem);letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.feature-carousel{display:grid;gap:0;background:#ffffff}.feature-carousel__controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 24px}.feature-carousel__buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.feature-carousel__viewport{overflow:hidden}.feature-carousel__slide{display:grid;grid-template-columns:1fr 1fr;min-height:54svh}.feature-carousel__media{position:relative;min-height:320px;background:var(--brand-apricot-soft);overflow:hidden}.feature-carousel__fallback{position:absolute;inset:0;display:grid;place-items:center;padding:24px;text-align:center;font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);line-height:.92;letter-spacing:-.05em}.feature-carousel__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(36,49,74,.03));pointer-events:none}.feature-carousel__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,4vw,48px);background:rgba(129,178,154,.22);border-left:1px solid var(--line)}.feature-carousel__content h3{margin:10px 0 0;padding-left:16px;border-left:3px solid rgba(111,188,132,.65);font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4.5rem);line-height:.92;letter-spacing:-.06em;max-width:9ch}.feature-carousel__content p{margin:16px 0 0;max-width:34ch;line-height:1.7}.feature-carousel__progress{position:relative;height:8px;margin:0;overflow:hidden;border-radius:999px;background:rgba(78,165,111,.16)}.feature-carousel__progress-fill{display:block;width:100%;height:100%;border-radius:inherit;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,#6cbf84,#3f9d63);transition:transform .1s linear;will-change:transform}.feature-carousel--paused .feature-carousel__progress-fill{transition-duration:0s}.cta-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--ink);background:transparent;color:var(--ink);width:-moz-fit-content;width:fit-content}.cta-pill--modal{padding-inline-start:16px}.cta-pill__icon{width:16px;height:16px;flex:0 0 auto}.feature-carousel__buttons .cta-pill{width:40px;min-width:40px;min-height:40px;padding:0;line-height:0;border:1px solid rgba(36,49,74,.18);background:rgba(255,250,245,.92)}.carousel-arrow-icon{width:16px;height:16px;flex:0 0 auto}.home-blog-section{background:#ffffff;padding:clamp(24px,4vw,40px) 0}.home-blog-section__inner{background:#ffffff;padding:clamp(20px,4vw,36px)}.home-blog-section__head{margin-bottom:22px}.home-blog-section__header{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin:0 auto 22px;max-width:46rem;text-align:center}.home-blog-section__eyebrow{margin:0;color:var(--teal);font-size:.86rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.home-blog-section__title{margin:0;color:var(--color-slate);font-family:var(--font-display);font-size:clamp(2rem,4vw,3.4rem);line-height:.96;letter-spacing:-.04em}.home-blog-section__lead{margin:0;color:rgba(36,49,74,.78);font-size:1rem;line-height:1.7}.home-blog-section__cta{display:flex;justify-content:center;margin-top:24px}.not-found-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:24px;align-items:stretch;min-height:68vh;padding:22px;border:1px solid rgba(36,49,74,.08);border-radius:32px;background:radial-gradient(circle at top left,rgba(129,178,154,.24),transparent 28%),radial-gradient(circle at bottom right,rgba(242,204,143,.22),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,251,249,.98));box-shadow:0 18px 40px rgba(36,49,74,.08)}.not-found-page__copy{display:grid;align-content:center;gap:18px;padding:clamp(24px,4vw,56px)}.not-found-page__copy h1{margin:0;max-width:12ch;color:var(--color-slate);font-family:var(--font-display);font-size:clamp(3rem,6vw,5.4rem);line-height:.94;letter-spacing:-.06em}.not-found-page__copy p{margin:0;max-width:54ch;color:var(--muted);line-height:1.8;font-size:1.03rem}.not-found-page__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.not-found-page__panel{position:relative;display:grid;align-content:center;gap:16px;padding:clamp(22px,3.5vw,42px);border-radius:28px;background:linear-gradient(180deg,rgba(129,178,154,.18),rgba(255,255,255,.98));border:1px solid rgba(57,130,88,.12);overflow:hidden}.not-found-page__panel:after,.not-found-page__panel:before{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.32);pointer-events:none}.not-found-page__panel:before{width:200px;height:200px;top:-60px;right:-40px}.not-found-page__panel:after{width:120px;height:120px;bottom:-36px;left:-24px}.not-found-page__badge{position:relative;z-index:1;width:-moz-fit-content;width:fit-content;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.78);color:var(--brand-teal);font-family:var(--font-display);font-size:1rem;letter-spacing:.16em}.not-found-page__card,.not-found-page__code{position:relative;z-index:1;padding:18px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(36,49,74,.08);backdrop-filter:blur(6px)}.not-found-page__card strong{display:block;margin-bottom:8px;color:var(--ink);font-size:1.05rem}.not-found-page__card p{margin:0;color:var(--muted);line-height:1.75}.not-found-page__code{display:grid;gap:8px}.not-found-page__links{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px}.not-found-page__link-pill{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(36,49,74,.1);background:rgba(255,255,255,.8);color:var(--ink);text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.not-found-page__link-pill:hover{transform:translateY(-1px);border-color:rgba(57,130,88,.22);background:rgba(255,255,255,.94)}.not-found-page__code span{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.not-found-page__code code{color:var(--ink);font-size:1rem;word-break:break-all}.not-found-page__tips{position:relative;z-index:1;margin:0;padding-left:18px;color:var(--ink);line-height:1.75}.not-found-page__tips li+li{margin-top:6px}.home-maturity-cta__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.home-blog-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:dense;gap:0;background:#ffffff}.home-blog-grid__item{position:relative;aspect-ratio:1/1;display:block;padding:0;overflow:hidden;cursor:pointer;perspective:1200px;transition:box-shadow .28s ease}.home-blog-grid__item:hover{box-shadow:inset 0 0 0 1px rgba(36,49,74,.1);z-index:1}.home-blog-grid__card{position:absolute;inset:0;transform-style:preserve-3d;transform:rotateY(0deg);transition:transform .72s cubic-bezier(.2,.7,.1,1)}.home-blog-grid__item:focus-visible .home-blog-grid__card,.home-blog-grid__item:hover .home-blog-grid__card{transform:rotateY(180deg)}.home-blog-grid__face{position:absolute;inset:0;display:block;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:inherit}.home-blog-grid__face--front{background:#ffffff;transform:rotateY(0deg)}.home-blog-grid__face--front-image{background:var(--brand-apricot-soft)}.home-blog-grid__face--front-title{background:linear-gradient(180deg,rgba(129,178,154,.14),rgba(129,178,154,.06)),#f4faf4}.home-blog-grid__face--front-image .home-blog-grid__media{transform:scale(1.01);opacity:1;transition:transform .48s ease,opacity .48s ease}.home-blog-grid__item:focus-visible .home-blog-grid__face--front-image .home-blog-grid__media,.home-blog-grid__item:hover .home-blog-grid__face--front-image .home-blog-grid__media{transform:scale(1.05);opacity:0}.home-blog-grid__face--front-title .home-blog-grid__title-only{min-height:100%;place-items:center}.home-blog-grid__item--featured{grid-column:span 2;grid-row:span 2;aspect-ratio:auto;min-height:100%;padding:0}.home-blog-grid__featured-carousel{display:block}.home-blog-grid__featured-carousel-link{position:absolute;inset:0;display:block;color:inherit}.home-blog-grid__featured-carousel-controls{position:absolute;top:14px;right:14px;z-index:2;display:flex;gap:8px;flex-wrap:wrap}.home-blog-grid__featured-carousel-button{display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;min-height:40px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:rgba(255,255,255,.7);cursor:pointer;box-shadow:none;line-height:0;transition:background .2s ease,color .2s ease;backdrop-filter:blur(4px)}.home-blog-grid__featured-carousel-button:hover{background:rgba(255,255,255,.22);color:#ffffff}.home-blog-grid__item h3{margin:0;font-family:var(--font-display);font-size:clamp(.92rem,1.35vw,1.2rem);line-height:1.05;letter-spacing:-.03em;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4}.home-blog-grid__item p{margin:0;color:var(--muted);line-height:1.65}.home-blog-grid__media{position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(74,77,104,.12),transparent 24%),linear-gradient(135deg,rgba(242,204,143,.58),rgba(129,178,154,.48))}.home-blog-grid__media--featured{display:none}.home-blog-grid__back-media{position:absolute;inset:0;opacity:.04;transform:scale(1.05);background-repeat:no-repeat;background-size:cover;background-position:50%;filter:saturate(.85) brightness(1.08)}.home-blog-grid__face--back-image{background:linear-gradient(180deg,rgba(68,106,144,.98),rgba(52,78,114,1))}.home-blog-grid__face--back-title{background:linear-gradient(180deg,rgba(129,178,154,.62),rgba(129,178,154,1))}.home-blog-grid__face--back{display:grid;place-items:center;padding:18px;transform:rotateY(180deg)}.home-blog-grid__back-label{position:relative;z-index:1;color:#ffffff;font-family:var(--font-display);font-size:clamp(1.1rem,2vw,1.8rem);line-height:1;letter-spacing:-.04em;text-transform:none}.home-blog-grid__face--back-image .home-blog-grid__back-label{text-shadow:0 2px 16px rgba(36,49,74,.24)}.home-blog-grid__face--back-title .home-blog-grid__back-label{color:rgba(255,255,255,.98)}.home-blog-grid__overlay{position:absolute;inset:auto 0 0;z-index:1;display:grid;gap:0;justify-items:center;padding:30px 26px 28px;color:#ffffff;text-align:center;background:linear-gradient(180deg,transparent,rgba(74,77,104,.18) 18%,rgba(74,77,104,.62))}.home-blog-grid__overlay h3{color:#ffffff;font-size:clamp(.86rem,1.15vw,1.05rem);line-height:1.02;-webkit-line-clamp:3;font-weight:400}.home-blog-grid__overlay p{margin:10px 0 0;max-width:32ch;color:rgba(255,255,255,.9);line-height:1.55;text-align:center}.home-blog-grid__overlay--featured{inset:auto 0 0;min-height:56%;padding:24px 28px 40px;background:linear-gradient(0deg,rgba(74,77,104,.78) 0,rgba(74,77,104,.36) 60%,transparent);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center}.home-blog-grid__overlay--featured h3{font-size:clamp(1.2rem,2.2vw,2rem);line-height:.98;-webkit-line-clamp:4}@media (min-width:1280px){.home-blog-grid__overlay--featured{min-height:64%;padding:32px 36px 46px}.home-blog-grid__overlay--featured h3{font-size:clamp(1.5rem,1.8vw,2.3rem)}}.home-blog-grid__media--featured{background:var(--blush)}.home-blog-grid__media--featured:after{background:none}.home-blog-grid__title-only{position:relative;display:grid;gap:8px;margin-top:auto;margin-bottom:auto;align-self:stretch;justify-items:center;align-content:center;padding:18px;text-align:center;isolation:isolate;z-index:1;width:100%}.home-blog-grid__title-only h3{position:relative;z-index:1;font-size:clamp(.98rem,1.55vw,1.4rem);font-weight:400}.section{margin-top:24px}.content-panel,.feature-panel,.hero-panel,.login-panel{background:var(--panel);border:1px solid rgba(36,49,74,.1);box-shadow:var(--shadow);border-radius:var(--radius-xl)}.hero-panel{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:0;min-height:620px}.hero-copy{padding:clamp(24px,4vw,52px);display:flex;flex-direction:column;justify-content:space-between;gap:28px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}.hero-title{margin:0;font-family:var(--font-display);font-size:clamp(3rem,8vw,6.9rem);line-height:.9;letter-spacing:-.05em;max-width:10ch}.hero-copy p{margin:0;font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:48ch}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button{background:var(--ink);color:var(--bg-soft)}.button-secondary{background:rgba(255,250,245,.72);border-color:rgba(36,49,74,.12);color:var(--ink)}.button-secondary:hover,.button:hover{transform:translateY(-1px)}.hero-aside{display:grid;grid-template-rows:1fr 1fr;min-height:620px}.hero-image{position:relative;overflow:hidden;background:var(--mint);min-height:320px}.hero-image--text{display:flex;align-items:flex-end;justify-content:flex-start;padding:28px;background:radial-gradient(circle at top right,rgba(74,77,104,.1),transparent 35%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,204,143,.22))}.hero-image-copy{max-width:26rem}.hero-image-copy h2{margin:10px 0;font-family:var(--font-display);font-size:clamp(2.2rem,4.2vw,4rem);line-height:.95;letter-spacing:-.05em}.hero-image-copy p{margin:0;color:var(--muted);line-height:1.7}.hero-tile{padding:28px;display:flex;align-items:flex-end;justify-content:flex-start;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),var(--peach)}.hero-tile h2{margin:0;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4.8rem);line-height:.86;letter-spacing:-.06em;max-width:5ch}.mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.tile{border-radius:var(--radius-xl);min-height:280px;overflow:hidden;border:1px solid rgba(36,49,74,.08);box-shadow:var(--shadow)}.tile.large{min-height:330px}.tile.mint{background:var(--mint)}.tile.blush{background:var(--blush)}.tile.sand{background:#f8ebd7}.tile.white{background:rgba(255,250,245,.84)}.tile-content{padding:28px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.tile-content h3{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,3.2rem);line-height:.95;letter-spacing:-.04em}.tile-content p{margin:0;max-width:36ch;color:var(--muted);line-height:1.7}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{padding:24px;border-radius:var(--radius-lg);background:rgba(255,250,245,.8);border:1px solid rgba(36,49,74,.1);box-shadow:var(--shadow)}.card h3,.card h4{margin:0 0 10px;font-family:var(--font-display);letter-spacing:-.03em}.card p{margin:0;color:var(--muted);line-height:1.7}.badge-row{display:flex;flex-wrap:wrap;gap:8px}.badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(36,49,74,.06);color:var(--ink);font-size:.85rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-head h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.04em;line-height:.95}.section-head p{margin:0;color:var(--muted);max-width:44ch;line-height:1.7}.content-panel{padding:clamp(20px,4vw,36px)}.list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.list-item{display:grid;grid-template-rows:auto auto auto;gap:0;padding:20px;border-radius:var(--radius-md);background:rgba(255,250,245,.7);border:1px solid rgba(36,49,74,.08);height:100%;align-self:stretch;align-content:start}.program-card__media{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:18px;background:rgba(36,49,74,.06);margin-bottom:18px}.program-card__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.list-item header{display:grid;gap:2px;justify-items:center;text-align:center;align-self:start;margin-bottom:4px}.list-item strong{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.03em}.program-card__subtitle{margin:0 auto;color:var(--brand-indigo);font-size:.95rem;line-height:1.5;font-weight:600;max-width:30ch;min-height:0}.list-item>p{margin:0;color:var(--muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;align-self:start}.lab-page__inner{display:grid;gap:22px}.lab-header{width:100%;padding:clamp(24px,5vw,56px) 0 clamp(12px,3vw,24px);background:transparent}.lab-header__inner{display:grid;gap:18px;justify-items:center;text-align:center;width:min(100%,1440px);margin:0 auto}.lab-header__copy{display:grid;gap:10px;max-width:min(72rem,100%);justify-items:center}.lab-header__copy h1{margin:0;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4.6rem);line-height:.94;letter-spacing:-.06em;max-width:14ch}.lab-highlight{color:var(--brand-teal)}.lab-header__copy p{margin:0;max-width:58ch;color:var(--muted);line-height:1.85}.lab-header__filters{display:none}.lab-header__actions{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.lab-header__filter-trigger{min-width:140px}.lab-header__active-tag{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(36,49,74,.12);background:rgba(255,250,245,.88);color:var(--muted);letter-spacing:.02em}.lab-tags-dialog{width:min(760px,calc(100vw - 32px));border:1px solid rgba(36,49,74,.12);border-radius:28px;padding:0;background:rgba(255,255,255,.98);box-shadow:0 28px 70px rgba(36,49,74,.18)}.lab-tags-dialog::backdrop{background:rgba(36,49,74,.28);backdrop-filter:blur(4px)}.lab-tags-dialog__panel{position:relative;display:grid;gap:18px;padding:22px}.lab-tags-dialog__header{display:grid;gap:10px;justify-items:center;text-align:center;padding-top:6px}.lab-tags-dialog__header>div{display:grid;gap:6px}@media (min-width:920px){.lab-header{padding:clamp(28px,5vw,64px) 0 clamp(18px,3vw,28px)}}.lab-tags-dialog__header h3{margin:0;font-family:var(--font-display);font-size:clamp(1.4rem,2.8vw,2rem);line-height:1;letter-spacing:-.05em;color:var(--brand-indigo)}.lab-tags-dialog__header .eyebrow{color:var(--brand-indigo)}.lab-tags-dialog__list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-height:min(56vh,460px);overflow:auto;padding-right:6px;padding-left:6px}.lab-tags-dialog__header .button-secondary{position:absolute;top:18px;right:18px}.lab-filter--dialog{background:rgba(255,250,245,.95)}.lab-filter{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(36,49,74,.12);background:rgba(255,250,245,.9);color:var(--muted);transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.lab-filter.is-active,.lab-filter:focus-visible,.lab-filter:hover{transform:translateY(-1px);border-color:rgba(36,49,74,.2);background:rgba(255,255,255,.98);color:var(--ink)}.lab-filter.is-active{background:linear-gradient(135deg,rgba(129,178,154,.18),rgba(242,204,143,.2))}.lab-filter:focus-visible{outline:2px solid rgba(74,77,104,.28);outline-offset:2px}.lab-content{display:grid;padding:clamp(20px,4vw,44px) 0 clamp(28px,5vw,56px)}.lab-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lab-card{position:relative;display:grid;min-height:100%}.lab-card__surface{min-height:100%;display:grid;align-content:start;grid-template-rows:auto 1fr;border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(36,49,74,.08);background:rgba(255,250,245,.82);color:inherit;box-shadow:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.lab-card__surface:focus-visible,.lab-card__surface:hover{transform:translateY(-2px);border-color:rgba(36,49,74,.14)}.lab-card__surface--page{background:linear-gradient(180deg,rgba(244,249,246,.96),rgba(255,252,248,.98))}.lab-card__surface--card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,244,236,.98))}.lab-card__surface--note{grid-template-rows:1fr;place-items:center;background:radial-gradient(circle at top left,rgba(129,178,154,.24),transparent 28%),radial-gradient(circle at bottom right,rgba(242,204,143,.28),transparent 26%),linear-gradient(180deg,rgba(241,248,243,.99),rgba(235,244,237,.99))}.lab-card__media{position:relative;aspect-ratio:16/10;background-color:rgba(36,49,74,.08);overflow:hidden;border-bottom:1px solid rgba(36,49,74,.06)}.lab-card__media img{-o-object-fit:cover;object-fit:cover}.lab-card__body{display:grid;gap:12px;padding:18px}.lab-card__body--feature{padding:22px 20px 24px}.lab-card__body--feature,.lab-card__body--note{align-content:center;justify-items:center;text-align:center;min-height:100%}.lab-card__body--note{height:100%;gap:12px;padding:28px 22px;width:100%}.lab-card__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.lab-card__meta--feature,.lab-card__meta--note{justify-content:center}.lab-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(36,49,74,.08);color:var(--ink);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.lab-chip--muted{background:rgba(36,49,74,.04);color:var(--muted)}.lab-card h3{margin:0;font-family:var(--font-display);font-size:clamp(1.18rem,1.8vw,1.7rem);line-height:1;letter-spacing:-.04em}.lab-card p{margin:0;color:var(--muted);line-height:1.75}.lab-card__body--feature h3{max-width:15ch;margin-left:auto;margin-right:auto}.lab-card__body--feature p{max-width:24ch;margin-left:auto;margin-right:auto}.lab-card__body--note h3{max-width:15ch;margin-left:auto;margin-right:auto}.lab-card__body--note p{max-width:28ch;margin-left:auto;margin-right:auto}.lab-card--page .lab-card__body h3{font-size:clamp(1.35rem,2.1vw,2.1rem)}.lab-card__modal-trigger{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(36,49,74,.12);background:rgba(255,255,255,.9);color:var(--ink);cursor:pointer}.lab-card__modal-trigger:hover{background:#ffffff}.lab-card__modal-icon{display:inline-flex;width:18px;height:18px}.lab-card__modal-icon svg{width:100%;height:100%;fill:currentColor}.lab-dialog{width:min(760px,calc(100vw - 28px));padding:0;border:0;border-radius:var(--radius-xl);background:transparent}.lab-dialog::backdrop{background:rgba(36,49,74,.34);backdrop-filter:blur(2px)}.lab-dialog__panel{display:grid;gap:20px;padding:clamp(22px,4vw,34px);border:1px solid rgba(36,49,74,.08);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(129,178,154,.08),transparent 28%),rgba(255,252,248,.99);box-shadow:0 24px 60px rgba(36,49,74,.14)}.lab-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.lab-dialog__header>div{display:grid;gap:4px;max-width:54ch}.lab-dialog__header .eyebrow,.lab-dialog__header h3{color:var(--brand-indigo)}.lab-dialog__header h3{margin:0;padding-left:14px;border-left:3px solid rgba(111,188,132,.65);font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;letter-spacing:-.05em}.lab-dialog__badges{margin-top:-2px}.lab-dialog__content{display:grid;gap:16px;color:var(--ink);line-height:1.85}.lab-dialog__content .expresso-section__header-copy{justify-items:start;text-align:left;gap:4px;margin-top:-2px}.lab-dialog__content p{margin:0;max-width:64ch}@media (max-width:960px){.lab-dialog{width:calc(100vw - 20px)}.lab-dialog__panel{gap:16px;padding:18px;border-radius:24px}.lab-dialog__header{gap:12px}.lab-dialog__header>div{gap:6px;max-width:none}.lab-dialog__header h3{padding-left:12px;font-size:clamp(1.45rem,8vw,2rem);line-height:1.02;max-width:11ch}.lab-dialog__content{gap:12px}.lab-dialog__content .expresso-section__header-copy{gap:2px;margin-top:0}.lab-dialog__content p{max-width:none;line-height:1.75}}.lab-dialog__badges .badge{background:rgba(129,178,154,.14);color:var(--brand-indigo);border:1px solid rgba(129,178,154,.18)}.lab-dialog__header .button-secondary{flex:0 0 auto;background:rgba(255,255,255,.92)}.lab-dialog__header .button-secondary:hover{background:rgba(255,255,255,1)}.lab-detail{display:grid;gap:18px;margin-block:clamp(24px,5vw,56px)}.lab-detail__header{display:grid;justify-items:center;text-align:center;gap:16px}.lab-detail__title-block{display:grid;gap:12px;max-width:70ch;justify-items:center}.lab-detail__title-block h1{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4.8vw,4.4rem);line-height:.94;letter-spacing:-.06em;max-width:12ch}.lab-detail__title-block p{margin:0;max-width:54ch;color:var(--muted);line-height:1.85}.lab-detail__title-block .lab-highlight{color:var(--brand-teal)}.lab-detail__title-block--centered{align-items:center}.lab-detail__actions--below{margin-top:4px}.lab-detail__media{width:100%;overflow:hidden;border-radius:var(--radius-lg);border:1px solid rgba(36,49,74,.08);background:rgba(36,49,74,.04)}.lab-detail__media img{display:block;width:100%;height:auto}.lab-detail__tags{margin-top:4px;justify-content:center}.lab-detail__richtext{display:grid;gap:14px;max-width:72ch;color:var(--ink);line-height:1.9}.lab-detail__prose{width:min(100%,72ch);margin:0 auto}.lab-detail__prose>*+*{margin-top:.9em}.lab-detail__richtext h1,.lab-detail__richtext h2,.lab-detail__richtext h3,.lab-detail__richtext h4{margin:0;font-family:var(--font-display);line-height:1.05;letter-spacing:-.04em;color:var(--brand-indigo)}.lab-detail__richtext ol,.lab-detail__richtext ul{margin:0;padding-left:1.25rem;display:grid;gap:10px;list-style-position:outside}.lab-detail__prose p{margin:0;color:var(--ink)}.lab-detail__prose strong{color:var(--brand-indigo);font-weight:700}.lab-detail__prose a{color:var(--brand-teal);text-decoration:underline;text-underline-offset:.18em}.lab-detail__prose blockquote{margin:0;padding:14px 18px;border-left:3px solid rgba(129,178,154,.55);background:rgba(129,178,154,.08);border-radius:0 14px 14px 0;color:var(--muted)}.lab-detail__prose hr{width:100%;margin:8px 0;border:0;border-top:1px solid rgba(36,49,74,.12)}.lab-detail__prose img{display:block;max-width:100%;height:auto;border-radius:18px}.lab-detail__prose figure{margin:0;display:grid;gap:10px}.lab-detail__prose figcaption{line-height:1.5}.lab-detail__prose figcaption,.meta{color:var(--muted);font-size:.92rem}.article-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.blog-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.blog-feature{display:block}.blog-sidebar{display:grid;gap:16px}.blog-page{display:grid;gap:72px;width:100%;padding:56px 0 0;background:#ffffff}.blog-page__section-inner{display:grid;gap:24px}.blog-page__hero{display:block;padding:0;border-radius:0;background:#ffffff;border:0;box-shadow:none}.blog-page__hero-inner{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch;padding-top:12px}.blog-page__hero-copy{display:grid;gap:18px;padding-top:0}.blog-page__title{margin:0;font-family:var(--font-display);font-size:clamp(2.7rem,5.2vw,5.45rem);line-height:.9;letter-spacing:-.06em;max-width:9.5ch;font-weight:700}.blog-highlight{color:var(--color-ocean)}.blog-page__lead{margin:0;max-width:54ch;color:var(--muted);font-size:1.08rem;line-height:1.8}.blog-page__actions{align-items:center}.blog-page__hero-aside{display:grid;gap:16px;align-self:stretch}.blog-page__hero-carousel{min-width:0}.blog-header-carousel{height:100%}.blog-header-carousel__stage{position:relative;height:100%;min-height:clamp(460px,58svh,620px)}.blog-header-carousel__card{display:grid;grid-template-rows:minmax(220px,42%) 1fr;height:100%;min-height:inherit;border-radius:0;overflow:hidden;background:#ffffff;border:1px solid rgba(36,49,74,.08);box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease}.blog-header-carousel__card:hover{transform:translateY(-2px);box-shadow:0 24px 48px rgba(36,49,74,.12)}.blog-header-carousel__media{position:relative;min-height:220px;background:radial-gradient(circle at top right,rgba(242,204,143,.22),transparent 36%),linear-gradient(135deg,rgba(74,77,104,.2),rgba(129,178,154,.18)),#f7f3ea}.blog-header-carousel__fallback{position:absolute;inset:0;display:grid;place-items:center;padding:24px;text-align:center;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.6rem);line-height:.94;letter-spacing:-.05em}.blog-header-carousel__body{display:grid;gap:12px;padding:20px 20px 24px}.blog-header-carousel__meta{display:flex;flex-wrap:wrap;gap:8px}.blog-header-carousel__body h3{font-size:clamp(1.5rem,2.8vw,2.25rem)}.blog-header-carousel__body p{margin:0;color:var(--muted);line-height:1.75;max-width:52ch}.blog-header-carousel__controls{position:absolute;right:14px;bottom:14px;z-index:2;display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:999px;background:rgba(255,250,245,.88);border:1px solid rgba(36,49,74,.12);box-shadow:0 12px 30px rgba(36,49,74,.08);backdrop-filter:blur(6px)}.blog-header-carousel__counter{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.blog-header-carousel__buttons{display:flex;gap:8px}.blog-header-carousel__button{display:inline-flex;align-items:center;justify-content:center;width:38px;min-width:38px;height:38px;border-radius:999px;border:1px solid rgba(36,49,74,.12);background:rgba(255,255,255,.92);color:var(--ink);cursor:pointer;box-shadow:none;line-height:0;transition:transform .16s ease,background .16s ease,color .16s ease}.blog-header-carousel__button:hover{transform:translateY(-1px);background:#ffffff}.blog-header-carousel__button .carousel-arrow-icon{width:18px;height:18px}.blog-page__meta{align-items:center}.blog-page__section{display:grid;gap:18px}.blog-page__section:last-child{padding-bottom:56px}.blog-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.blog-feature-card{min-height:100%}.blog-feature-card h3{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);line-height:.95;letter-spacing:-.05em}.blog-feature-card p{margin:0;color:var(--muted);line-height:1.75;max-width:48ch}.blog-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.blog-feed-card{display:grid;grid-template-rows:180px 1fr;min-height:100%;border-radius:0;overflow:hidden;background:#ffffff;border:1px solid rgba(36,49,74,.08);box-shadow:none;transition:transform .16s ease,box-shadow .16s ease}.blog-feed-card:hover{transform:translateY(-2px);box-shadow:none}.blog-feed-card__media{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(242,204,143,.22),transparent 36%),linear-gradient(135deg,rgba(74,77,104,.18),rgba(129,178,154,.16)),#f7f3ea}.blog-feed-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-feed-card__body{display:grid;gap:12px;padding:18px 18px 20px}.blog-feed-card__meta{display:flex;flex-wrap:wrap;gap:8px}.blog-feed-card__meta .badge{min-height:30px;padding:0 11px;background:rgba(36,49,74,.06);border:1px solid rgba(36,49,74,.06);color:var(--ink);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.blog-feed-card__meta .badge:first-child{background:rgba(129,178,154,.2);border-color:rgba(129,178,154,.18);color:rgba(36,49,74,.92)}.blog-feed-card__meta .badge:last-child{background:rgba(242,204,143,.2);border-color:rgba(242,204,143,.2);color:rgba(36,49,74,.88)}.blog-feed-card__footer .badge{min-height:30px;padding:0 11px;background:rgba(242,204,143,.16);border:1px solid rgba(242,204,143,.18);color:rgba(36,49,74,.82);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.blog-feed-card__body h3{margin:0;font-family:var(--font-display);font-size:clamp(1.08rem,1.55vw,1.38rem);line-height:1.28;letter-spacing:-.03em;font-weight:400}.blog-feed-card__body p{margin:0;color:var(--muted);line-height:1.45}.blog-feed-card__footer{margin-top:4px}.blog-header-carousel__body h3{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:.96;letter-spacing:-.05em}.blog-pagination{display:flex;gap:8px;margin-top:6px}.blog-pagination,.blog-pagination__pages{flex-wrap:wrap;align-items:center;justify-content:center}.blog-pagination__pages{display:inline-flex;gap:5px}.blog-pagination__link{padding:4px 12px;font-size:.88rem}.blog-pagination__link,.blog-pagination__page{min-width:36px;min-height:36px;border-radius:9px}.blog-pagination__page{padding:4px 11px}.blog-pagination__page.is-active{background:rgba(74,77,104,.92);border-color:rgba(74,77,104,.92);color:#ffffff;pointer-events:none}.blog-pagination__ellipsis{min-width:20px;text-align:center;color:var(--muted);font-size:.88rem;letter-spacing:.04em}.blog-pagination__link.is-disabled{opacity:.45;pointer-events:none}.blog-categories-trigger{cursor:pointer}.blog-categories-dialog{width:min(760px,calc(100vw - 32px));border:0;padding:0;background:transparent}.blog-categories-dialog::backdrop{background:rgba(36,49,74,.42);backdrop-filter:blur(4px)}.blog-categories-dialog__panel{padding:24px;border-radius:var(--radius-xl);background:rgba(255,250,245,.98);border:1px solid rgba(36,49,74,.12);box-shadow:var(--shadow)}.blog-categories-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.blog-categories-dialog__header h3{margin:8px 0 0;font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);line-height:.95;letter-spacing:-.05em}.blog-categories-dialog__list{display:flex;flex-wrap:wrap;gap:10px}.blog-category-chip{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(36,49,74,.12);background:rgba(255,250,245,.8);color:var(--ink);transition:transform .16s ease,background .16s ease,color .16s ease}.blog-category-chip:hover{transform:translateY(-1px)}.blog-category-chip strong{font-size:.82rem;letter-spacing:.08em;color:inherit}.blog-category-chip.is-active{background:var(--ink);color:var(--bg-soft)}.blog-sections{display:grid;gap:18px}.blog-category{display:grid;gap:16px;padding-top:4px;border-top:1px solid rgba(36,49,74,.08)}.blog-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.blog-category h3{margin:8px 0 0;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);line-height:1;letter-spacing:-.04em}.article-list--category{grid-template-columns:repeat(2,minmax(0,1fr))}.article-feature{padding:28px;border-radius:var(--radius-xl);background:#ffffff;border:1px solid rgba(74,77,104,.08);box-shadow:var(--shadow)}.article-card,.article-feature{display:block}.article-feature h3{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);line-height:.95;letter-spacing:-.04em}.article-feature p{margin:0;color:var(--muted);max-width:50ch;line-height:1.75}.article-list{display:grid;gap:14px}.article-card{padding:18px;border-radius:var(--radius-lg);background:rgba(255,250,245,.82);border:1px solid rgba(36,49,74,.08)}.article-card h4{margin:0 0 8px;font-size:1.05rem;letter-spacing:-.02em}.article-card p{margin:0;color:var(--muted);line-height:1.65}.article-page,.palette-page{display:grid;gap:24px}.palette-page{padding:16px 0 32px}.palette-page__hero{display:grid;gap:12px;max-width:56rem}.palette-page__title{margin:0;font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5rem);line-height:.92;letter-spacing:-.06em}.palette-page__lead{margin:0;max-width:44rem;font-size:1.08rem;line-height:1.8;color:var(--muted)}.palette-grid{display:grid;gap:16px}.palette-swatch{min-height:140px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(49,56,93,.08)}.palette-swatch__content{min-height:inherit;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:18px}.palette-swatch__name{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,3.6vw,3.2rem);line-height:.95;letter-spacing:-.05em}.palette-swatch__description{margin:10px 0 0;max-width:32ch;line-height:1.7}.palette-swatch__hex{margin:0;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase}.palette-swatch--indigo{background:#4a4d68;color:#f4f1de}.palette-swatch--yolk{background:#f4d35e;color:#4a4d68}.palette-swatch--apricot{background:#f2cc8f;color:#3d405b}.palette-swatch--teal{background:#81b29a;color:#f4f1de}.palette-swatch--eggshell{background:#f4f1de;color:#e07a5f}.palette-swatch--peach{background:#e07a5f;color:#f4f1de}.post-page{display:grid;background:#ffffff;min-height:100vh;width:100%;margin-left:0;position:relative}.reading-progress{position:fixed;top:50%;transform:translateY(-50%);right:clamp(24px,4vw,56px);z-index:45;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.reading-progress__dot{width:18px;height:18px;border-radius:50%;overflow:hidden;position:relative;background:var(--color-rose-soft)}.reading-progress__dot-fill{display:block;height:100%;width:100%;border-radius:inherit;transition:background 90ms linear}.post-page__cover{width:100vw;margin-left:calc(50% - 50vw);height:40vh;min-height:220px;max-height:340px;overflow:hidden;position:relative}.post-page__cover--solid{background:var(--brand-yolk)}.post-page__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.post-page__inner{width:min(1200px,calc(100% - 64px));margin:-160px auto 0;padding:0 0 clamp(48px,6vw,80px);display:grid;gap:0;background:#ffffff;border-radius:32px 32px 0 0;position:relative;z-index:1;overflow:hidden}.post-page__content{width:min(720px,calc(100% - 32px));margin:0 auto;padding:clamp(18px,3vw,28px) 0 0}.post-page__header{margin-bottom:20px;text-align:center}.post-page__title{margin:12px 0 0;font-family:var(--font-display);font-size:clamp(2.1rem,4.8vw,3.9rem);line-height:.95;letter-spacing:-.05em}.post-title-highlight{color:var(--brand-teal)}.post-page__excerpt{margin:20px auto 0;max-width:52ch;font-size:1.1rem;line-height:1.8;color:var(--muted)}@media (min-width:961px){.post-page__title{line-height:1.05}}.post-page__featured-image{margin:28px 0 24px;overflow:hidden;border-radius:16px;background:rgba(74,77,104,.04);border:1px solid rgba(74,77,104,.08)}.post-page__featured-image img{display:block;width:100%;height:auto}.post-page__body{display:grid;gap:18px;text-align:left}.post-page__body p{margin:0;line-height:1.9;color:var(--ink)}.post-page__lead{font-size:1.18rem;line-height:1.9}.post-page__back{margin-top:32px;text-align:center}.post-page__authors{margin-top:36px;padding:28px;background:rgba(244,241,222,.82);border-radius:12px;border:1px solid rgba(74,77,104,.08);display:grid;gap:24px}.post-author{display:flex;align-items:flex-start;gap:18px}.post-author__photo{width:56px;height:56px;min-width:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.post-author__info{display:grid;gap:4px}.post-author__name{font-size:1rem;font-weight:600;color:var(--ink)}.post-author__role{font-size:.85rem;color:var(--muted);letter-spacing:.04em}.post-author__bio{margin:6px 0 0;font-size:.95rem;line-height:1.7;color:var(--muted)}.post-page__ctas{margin-top:32px;display:grid;gap:20px}.post-cta{display:grid;grid-template-columns:1fr;gap:20px;padding:28px;background:rgba(129,178,154,.22);border-radius:12px;text-align:center;align-items:center}.post-cta__image{width:100%;max-height:280px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.post-cta__body{display:flex;flex-direction:column;align-items:center;gap:10px}.post-cta__title{margin:0;font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,2rem);line-height:1;letter-spacing:-.03em}.post-cta__description{margin:0;max-width:48ch;font-size:1rem;line-height:1.7;color:var(--muted)}.post-cta .cta-pill{background:var(--brand-teal);border-color:var(--brand-teal);color:#ffffff}.post-page__body--html{display:block}.post-page__body--html p{margin:0 0 1.35em;font-size:1rem;line-height:1.85;color:var(--ink)}.post-page__body--html blockquote{margin:1.8em 0;padding:28px 30px;border-radius:18px;background:rgba(244,241,222,.78);border:1px solid rgba(74,77,104,.08);color:rgba(74,77,104,.88);font-family:var(--font-display);font-size:1.08rem;font-style:italic;font-weight:400;line-height:1.8}.post-page__body--html blockquote p{margin:0;font:inherit;color:inherit}.post-page__body--html blockquote p+p{margin-top:1em}.post-page__body--html blockquote strong{font-weight:400}.post-page__body--html h2{margin:2em 0 .5em;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);line-height:1;letter-spacing:-.04em}.post-page__body--html h3{margin:1.6em 0 .4em;font-family:var(--font-display);font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.05;letter-spacing:-.03em}.post-page__body--html strong{font-weight:600}.post-page__body--html a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.post-page__body--html ol,.post-page__body--html ul{margin:0 0 1.2em;padding-left:1.4em;font-size:1rem;line-height:1.85}.post-page__body--html li{margin-bottom:.4em;font-size:1rem}.post-page__body--html img{display:block;max-width:100%;height:auto;margin:2em auto;border-radius:8px}.article-page__hero{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;align-items:start}.article-page__title{margin:12px 0 0;font-family:var(--font-display);font-size:clamp(2.6rem,6vw,5.8rem);line-height:.92;letter-spacing:-.06em;max-width:10ch}.article-page__excerpt{margin:16px 0 0;max-width:52ch;font-size:1.08rem;line-height:1.8;color:var(--muted)}.article-page__meta{align-self:end}.article-layout{grid-template-columns:1.2fr .8fr;align-items:start}.article-body,.article-layout{display:grid;gap:18px}.article-body p{margin:0;line-height:1.85;color:var(--ink)}.article-body__lead{font-size:1.2rem;line-height:1.9}.article-aside{display:grid;gap:16px}.program-section{min-height:100svh;display:grid;align-items:stretch;border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(36,49,74,.08);box-shadow:var(--shadow)}.program-section+.program-section{margin-top:18px}.program-grid{display:grid;grid-template-columns:1fr 1fr;min-height:100svh}.program-copy{padding:clamp(24px,5vw,56px);display:flex;flex-direction:column;justify-content:space-between;gap:24px}.program-copy h2{margin:0;font-family:var(--font-display);font-size:clamp(2.8rem,7vw,6rem);line-height:.9;letter-spacing:-.06em;max-width:8ch}.program-copy p{margin:0;max-width:52ch;line-height:1.8;color:var(--muted)}.program-pane{padding:clamp(24px,5vw,56px);display:flex;align-items:flex-end}.program-page__pane{display:grid;align-content:start;gap:18px}.program-page--flat{border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,248,242,.98))}.program-page__layout{gap:28px;padding:clamp(24px,4vw,44px);max-width:1100px;margin-inline:auto}.program-page__copy,.program-page__layout{display:grid;justify-items:center;text-align:center}.program-page__copy h1{margin:0;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4.6rem);line-height:.95;letter-spacing:-.06em;max-width:12ch;margin-inline:auto}.program-page__summary{margin:0;max-width:60ch;line-height:1.85;color:var(--muted);margin-inline:auto}.program-page__subtitle{margin:14px auto 0;max-width:42ch;color:var(--brand-indigo);font-size:clamp(1.12rem,1.8vw,1.4rem);line-height:1.5;font-weight:700;letter-spacing:-.02em}.program-page__badges{margin-top:18px;justify-content:center}.program-page__media{position:relative;width:100%;max-width:920px;min-height:min(58vw,520px);border-radius:22px;overflow:hidden;background:rgba(36,49,74,.04);border:1px solid rgba(36,49,74,.08);box-shadow:none}.program-page__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.program-page__content{display:grid;gap:14px;width:min(100%,920px);color:var(--ink);line-height:1.85;text-align:left;margin-inline:auto;justify-items:start}.program-page__content p{margin:0}.program-page__content h1,.program-page__content h2,.program-page__content h3,.program-page__content h4{margin:0;font-family:var(--font-display);letter-spacing:-.04em;line-height:1.05}.program-page__content>:is(h1,h2,h3,h4){margin-top:1.2em}.program-page__content>:is(h1,h2,h3,h4):first-child{margin-top:0}.program-page__content ol,.program-page__content ul{margin:0;padding-left:1.25rem;display:grid;gap:10px;justify-items:start;list-style-position:outside}.program-page__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.programs-page{border:0;box-shadow:none;background:transparent}.programs-page .section-head{align-items:start}.programs-page .section-head,.programs-page__head{display:grid;justify-items:center;text-align:center;gap:12px}.programs-page__head{grid-template-columns:1fr;max-width:56rem;margin-inline:auto}.programs-page__head>div{display:grid;gap:8px;justify-items:center}.programs-page__head h2{max-width:12ch}.programs-page__head p{max-width:36ch;margin-inline:auto}.programs-page__list{width:min(100%,920px);margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.programs-page__item{border:1px solid rgba(36,49,74,.08);box-shadow:none;background:rgba(255,250,245,.7)}.programs-page__item header{display:grid;gap:2px;align-items:start;min-height:0}.programs-page__item strong{display:block;line-height:1.08}.program-lead-form{width:100%;max-width:980px;margin-inline:auto;padding-top:12px}.program-lead-form__panel{display:grid;gap:22px;padding:clamp(20px,4vw,34px);border-radius:28px;border:1px solid rgba(36,49,74,.08);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,247,241,.98));box-shadow:0 14px 34px rgba(36,49,74,.05);align-items:center;justify-items:center}.program-lead-form__header{display:grid;gap:10px;max-width:56ch;justify-items:center;text-align:center}.program-lead-form__header h2{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.7rem);line-height:.98;letter-spacing:-.05em}.program-lead-form__title{text-wrap:balance}.program-lead-form__title-accent{color:var(--teal)}.program-lead-form__header p{margin:0;color:var(--muted);line-height:1.75}.program-lead-form__form{display:grid;gap:18px;width:min(100%,760px)}.program-lead-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.program-lead-form__actions{display:flex;justify-content:center;width:100%}.program-lead-form__success{display:grid;gap:16px;padding:20px;border-radius:24px;border:1px solid rgba(57,130,88,.14);background:radial-gradient(circle at top left,rgba(129,178,154,.16),transparent 30%),linear-gradient(180deg,rgba(236,248,239,.98),rgba(255,255,255,.98));box-shadow:0 14px 32px rgba(36,49,74,.06)}.program-lead-form__success-copy{display:grid;gap:8px;max-width:60ch}.program-lead-form__success-copy h3{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.3rem);line-height:.98;letter-spacing:-.05em}.program-lead-form__success-copy p{margin:0;color:var(--muted);line-height:1.75}.program-lead-form__success-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.program-lead-form__success-grid div{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(36,49,74,.08)}.program-lead-form__success-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.program-lead-form__success-actions p{margin:0;color:var(--muted);line-height:1.7}@media (max-width:640px){.programs-page__head{margin-inline:auto}.programs-page__head h2,.programs-page__head p{max-width:100%}.programs-page__list{gap:14px;width:100%;grid-template-columns:1fr}.programs-page__item{padding:16px;gap:0}.programs-page__item header{min-height:0}.programs-page__item strong{font-size:1.1rem}.program-card__subtitle{max-width:100%;font-size:.88rem;min-height:0}.program-page__layout{gap:20px;padding:18px}.program-page__copy h1{max-width:100%;font-size:clamp(2.1rem,10vw,3rem)}.program-page__media{min-height:220px;border-radius:18px}.program-page__content{max-width:100%;text-align:center}.program-page__actions{flex-direction:column;align-items:stretch}.program-page__actions .button,.program-page__actions .button-secondary{width:100%}.program-lead-form__grid{grid-template-columns:1fr}.program-lead-form__actions{justify-content:center}.program-lead-form__actions .button{width:100%}}.program-pane .stat{max-width:30ch;font-size:1rem;line-height:1.7;color:var(--muted)}.program-content{margin-top:18px;display:grid;gap:12px;max-width:48ch;color:var(--ink);line-height:1.8}.program-content :first-child{margin-top:0}.program-content p{margin:0}.program-01{background:linear-gradient(135deg,#dceadf,#f6f0e8)}.program-02{background:linear-gradient(135deg,#f3c499,#f8efe3)}.program-03{background:linear-gradient(135deg,#d8e6df,#f1e0d8)}.program-04{background:linear-gradient(135deg,#f0d4a8,#faf5ed)}.contact-page{padding:clamp(24px,5vw,56px) 0}.contact-page__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:start;width:min(100% - 40px,1080px);margin-inline:auto;padding:clamp(22px,4vw,36px);border:1px solid rgba(36,49,74,.08);border-radius:var(--radius-xl);background:radial-gradient(circle at 12% 12%,rgba(242,204,143,.16),transparent 20%),radial-gradient(circle at 88% 10%,rgba(129,178,154,.14),transparent 20%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.88));box-shadow:var(--shadow)}.contact-page__copy{display:grid;gap:16px;align-content:start;padding-right:12px}.contact-page__copy h1{margin:0;font-family:var(--font-display);font-size:clamp(2.6rem,6vw,5rem);line-height:.94;letter-spacing:-.06em;max-width:10ch}.contact-page__title-accent{color:var(--teal)}.contact-page__copy p{margin:0;max-width:42ch;line-height:1.8;color:var(--muted)}.contact-form{display:grid;gap:14px;width:100%;max-width:620px;justify-self:center}.contact-form .login-actions{justify-content:flex-start}.expresso-page{display:grid;gap:0;width:100%;padding:0;background:radial-gradient(circle at 20% 0,rgba(242,204,143,.16),transparent 24%),radial-gradient(circle at 84% 12%,rgba(129,178,154,.14),transparent 20%),linear-gradient(180deg,#ffffff,#fbf8f1)}.expresso-page__container{width:min(100% - 40px,1180px);margin-inline:auto}.expresso-hero,.expresso-split{overflow:hidden}.expresso-hero{background:radial-gradient(circle at 14% 10%,rgba(242,204,143,.34),transparent 34%),radial-gradient(circle at 88% 18%,rgba(129,178,154,.24),transparent 28%),linear-gradient(135deg,#fffaf1,#f4f1de 52%,#eef6f1)}.expresso-hero__layout{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}.expresso-hero__layout:after,.expresso-hero__layout:before{content:"";position:absolute;border-radius:999px;filter:blur(12px);opacity:.6;pointer-events:none}.expresso-hero__layout:before{width:180px;height:180px;top:-48px;right:12%;background:rgba(224,122,95,.16)}.expresso-hero__layout:after{width:260px;height:260px;left:-60px;bottom:-90px;background:rgba(129,178,154,.18)}.expresso-hero__copy{position:relative;z-index:1;padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.expresso-paper-tag{display:inline-grid;gap:6px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:14px 18px 12px;background:#ffffff;box-shadow:0 12px 28px rgba(36,49,74,.08)}.expresso-paper-tag .eyebrow{margin:0;color:var(--muted)}.expresso-paper-tag__title{font-size:clamp(1.8rem,3.2vw,2.8rem);line-height:.96;color:var(--ink)}.expresso-page__title,.expresso-paper-tag__title{font-family:var(--font-display);letter-spacing:-.06em}.expresso-page__title{margin:0;font-size:clamp(2.6rem,6vw,5.4rem);line-height:.92;width:min(100%,14ch);max-width:none}.expresso-page__lead{margin:0;max-width:50ch;font-size:1.08rem;line-height:1.85;color:var(--muted)}.expresso-hero__badges{margin-top:6px}.expresso-hero__aside{position:relative;z-index:1;padding:clamp(28px,4vw,48px);display:grid;align-content:stretch}.expresso-section{padding:clamp(42px,7vw,84px) 0}.expresso-section--soft{background:linear-gradient(180deg,rgba(244,241,222,.42),rgba(255,255,255,.96))}.expresso-section__inner{display:grid;gap:24px}.expresso-section__header{display:grid;justify-items:center;gap:16px;text-align:center}.expresso-section__header--how .eyebrow{color:var(--brand-peach)}.expresso-section__header-copy{display:grid;justify-items:center;gap:8px}.expresso-section__header .eyebrow{color:var(--brand-teal)}.expresso-section__header h2{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4.8vw,4rem);line-height:.94;letter-spacing:-.05em}.expresso-section__header p{max-width:54ch;color:var(--muted);line-height:1.8;margin:0 0 clamp(12px,2vw,24px)}.expresso-highlight{color:var(--brand-teal)}.expresso-philosophy{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.expresso-philosophy__item{display:grid;justify-items:center;text-align:center;gap:12px;padding:26px 22px 24px;border:1px solid rgba(36,49,74,.08);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(244,241,222,.72));box-shadow:0 16px 34px rgba(36,49,74,.06)}.expresso-philosophy__item:first-child{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(224,122,95,.08))}.expresso-philosophy__item:nth-child(2){background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(129,178,154,.12))}.expresso-philosophy__item:nth-child(3){background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(242,204,143,.14))}.expresso-philosophy__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:999px;background:rgba(129,178,154,.16);color:var(--brand-teal)}.expresso-philosophy__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.expresso-philosophy__icon--retention{background:rgba(129,178,154,.18);color:var(--brand-teal)}.expresso-philosophy__icon--attraction{background:rgba(224,122,95,.14);color:var(--brand-peach)}.expresso-philosophy__icon--cuidado{background:rgba(242,204,143,.22);color:var(--brand-indigo)}.expresso-philosophy__item h3{margin:0 0 10px;font-family:var(--font-display);font-size:1.55rem;line-height:1;letter-spacing:-.04em}.expresso-philosophy__item p{margin:0;color:var(--muted);line-height:1.8}.expresso-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.expresso-step{min-height:240px;padding:28px 22px 24px;border:1px solid rgba(36,49,74,.08);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,241,222,.74));box-shadow:0 16px 34px rgba(36,49,74,.06);display:grid;justify-items:center;text-align:center;gap:12px}.expresso-step:first-child{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(129,178,154,.14))}.expresso-step:nth-child(2){background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,204,143,.16))}.expresso-step:nth-child(3){background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(224,122,95,.08))}.expresso-step__icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:999px;background:rgba(129,178,154,.18);color:var(--brand-teal)}.expresso-step__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.expresso-step__icon--map{background:rgba(129,178,154,.18);color:var(--brand-teal)}.expresso-step__icon--plan{background:rgba(242,204,143,.22);color:var(--brand-indigo)}.expresso-step__icon--adjust{background:rgba(224,122,95,.14);color:var(--brand-peach)}.expresso-step h3{margin:0;font-family:var(--font-display);font-size:clamp(1.4rem,2.2vw,2.1rem);line-height:1;letter-spacing:-.04em}.expresso-step p{margin:0;color:var(--muted);line-height:1.8}.expresso-support{display:grid;justify-items:center;padding:clamp(20px,4vw,36px) 0 0}.expresso-support__inner{width:min(100%,760px);display:grid;gap:14px;justify-items:center;text-align:center;padding:clamp(22px,4vw,36px);border:1px solid rgba(36,49,74,.08);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(233,247,238,.9));box-shadow:0 18px 42px rgba(36,49,74,.06)}.expresso-support__inner .eyebrow{color:var(--brand-peach)}.expresso-support__inner h3{margin:0;max-width:18ch;font-family:var(--font-display);font-size:clamp(1.6rem,3.2vw,2.5rem);line-height:.98;letter-spacing:-.05em}.expresso-support__inner p{margin:0;max-width:58ch;line-height:1.8;color:var(--muted)}.expresso-split{color:var(--ink);background:radial-gradient(circle at 18% 16%,rgba(129,178,154,.22),transparent 22%),radial-gradient(circle at 84% 28%,rgba(242,204,143,.18),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.72))}.expresso-split__layout{display:grid;grid-template-columns:1fr .8fr;gap:18px;min-height:420px}.expresso-split__copy{width:100%;padding:clamp(24px,4vw,40px);display:grid;gap:16px}.expresso-split__copy-card{display:grid;gap:14px;padding:clamp(28px,4vw,44px);border:1px solid rgba(36,49,74,.08);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.7));box-shadow:0 18px 42px rgba(36,49,74,.07)}.expresso-split__copy-card .eyebrow{color:var(--brand-teal)}.expresso-split__copy-card h2{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4.8vw,4.6rem);line-height:.92;letter-spacing:-.06em;max-width:10ch}.expresso-split__copy-card p{margin:0;max-width:42ch;line-height:1.85;color:var(--muted)}.expresso-split__note{display:grid;gap:10px;padding:0 8px}.expresso-split__note-label{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-peach)}.expresso-split__pane{padding:clamp(24px,4vw,40px);display:flex;align-items:stretch}.expresso-outcomes{position:relative;width:100%;display:grid;align-content:center;gap:18px;padding:clamp(28px,4vw,44px);color:var(--ink);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(129,178,154,.14));border:1px solid rgba(36,49,74,.08);border-radius:28px;box-shadow:0 18px 42px rgba(36,49,74,.07);overflow:hidden}.expresso-outcomes--modern:before{content:"";position:absolute;inset:18px auto 18px 18px;width:6px;border-radius:999px;background:linear-gradient(180deg,var(--brand-teal),var(--brand-peach),var(--brand-yolk));opacity:.92}.expresso-outcomes__eyebrow{position:relative;z-index:1;padding-left:20px;font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-teal)}.expresso-outcomes h3{font-size:1.55rem}.expresso-outcomes ul{position:relative;z-index:1;margin:0;padding-left:1.4em;display:grid;gap:14px;line-height:1.75}.expresso-cta{padding:clamp(42px,7vw,84px) 0 clamp(84px,10vw,136px);background:radial-gradient(circle at 18% 24%,rgba(129,178,154,.18),transparent 22%),radial-gradient(circle at 82% 16%,rgba(242,204,143,.18),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.82))}.expresso-cta__inner{display:grid;gap:18px;align-items:center;justify-items:center}.expresso-cta h2{margin:10px 0 0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.4rem);line-height:.96;letter-spacing:-.05em;max-width:12ch}.expresso-cta p{margin:14px 0 0;max-width:48ch;line-height:1.8;color:var(--muted)}.expresso-cta__card{display:grid;gap:14px;justify-items:center;text-align:center;padding:clamp(28px,4vw,44px);border:1px solid rgba(36,49,74,.08);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.72));box-shadow:0 18px 42px rgba(36,49,74,.07)}.expresso-cta__card .eyebrow{color:var(--brand-teal)}.expresso-cta__card h2{margin:0;max-width:12ch}.expresso-cta__card p{margin:0;max-width:46ch}.expresso-cta__badges{margin-top:6px;justify-content:center}.expresso-cta__actions{display:grid;justify-items:center;gap:12px;padding:0 6px 4px}.expresso-cta__actions .hero-actions{margin-top:0;justify-content:center}.expresso-cover{position:relative;width:100%;min-height:520px;margin:0;overflow:hidden;border-radius:var(--radius-xl);background:linear-gradient(180deg,rgba(74,77,104,.08),rgba(255,255,255,.2));box-shadow:var(--shadow)}.expresso-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.footer{padding:16px 0 52px;color:rgba(255,255,255,.88);font-size:.98rem;background:var(--brand-indigo)}.footer-inner{display:grid;grid-template-columns:1fr;align-items:center;gap:16px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);justify-items:center;text-align:center}.footer-brand{display:grid;gap:6px}.footer-brand strong{font-family:var(--font-display);font-size:clamp(1.95rem,3vw,2.8rem);color:#ffffff;line-height:.95;letter-spacing:-.04em}.footer-brand span{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.72)}.footer-copy{margin:0;justify-self:center;text-align:center;max-width:54ch;font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.82)}.login-panel{width:min(560px,100%);margin:40px auto 0;padding:clamp(24px,4vw,40px)}.login-form{display:grid;gap:14px}.field{display:grid;gap:8px}.field label{font-size:.92rem;color:var(--muted)}.field input{padding:0 14px}.field input,.field select,.field textarea{width:100%;min-height:48px;border-radius:14px;border:1px solid rgba(36,49,74,.12);background:rgba(255,250,245,.92);color:var(--ink)}.field select,.field textarea{padding:12px 14px}.field textarea{min-height:118px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(129,178,154,.26);outline-offset:2px}.field--full{grid-column:1/-1}.expresso-intake-dialog{width:min(920px,calc(100vw - 24px));border:0;padding:0;background:transparent}.expresso-intake-dialog::backdrop{background:rgba(36,49,74,.5);backdrop-filter:blur(5px)}.expresso-intake-dialog__panel{display:grid;gap:24px;padding:clamp(22px,4vw,34px);border-radius:30px;border:1px solid rgba(36,49,74,.12);background:radial-gradient(circle at 12% 8%,rgba(129,178,154,.16),transparent 18%),radial-gradient(circle at 92% 12%,rgba(242,204,143,.14),transparent 18%),linear-gradient(180deg,rgba(255,250,245,.99),rgba(244,241,222,.94));box-shadow:0 30px 70px rgba(36,49,74,.16)}.expresso-intake-dialog__panel--support{gap:18px}.expresso-intake-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.expresso-intake-dialog__header h3,.expresso-intake-dialog__success h3{margin:10px 0 0;font-family:var(--font-display);font-size:clamp(1.9rem,4vw,3rem);line-height:.96;letter-spacing:-.05em;max-width:12ch;color:var(--brand-indigo)}.expresso-intake-dialog__header h3 .expresso-highlight,.expresso-intake-dialog__success h3 .expresso-highlight{color:var(--brand-teal)}.expresso-intake-dialog__header p,.expresso-intake-dialog__success p{margin:12px 0 0;max-width:56ch;line-height:1.8;color:var(--muted)}.expresso-intake-dialog__form{display:grid;gap:18px}.expresso-intake-dialog__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.expresso-intake-dialog__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.expresso-intake-dialog__success{display:grid;gap:18px}.expresso-intake-dialog__success-copy{display:grid;gap:8px}.expresso-intake-dialog__success-copy p{margin:0;max-width:58ch;color:var(--muted);line-height:1.75}.expresso-intake-dialog__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.expresso-intake-dialog__summary div{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:rgba(255,250,245,.82);border:1px solid rgba(36,49,74,.08)}.expresso-intake-dialog__summary strong{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-teal)}.expresso-intake-dialog__summary span{color:var(--ink);line-height:1.5}.expresso-intake-dialog__next-step{display:grid;gap:8px;padding:16px 18px;border-radius:18px;border:1px solid rgba(57,130,88,.14);background:rgba(129,178,154,.08)}.expresso-intake-dialog__next-step strong{color:var(--brand-teal)}.expresso-intake-dialog__next-step p{margin:0;color:var(--muted);line-height:1.7}.expresso-support-dialog{width:min(760px,calc(100vw - 24px))}.expresso-support-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.expresso-support-dialog__header h3{max-width:14ch}.expresso-support-dialog__body{display:grid;gap:16px}.expresso-support-dialog__list{margin:0;padding-left:1.25em;display:grid;gap:12px;color:var(--ink);line-height:1.75}.expresso-support-dialog__list li::marker{color:var(--brand-peach)}.login-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.alert{padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(253,242,242,.98),rgba(255,255,255,.98));border:1px solid rgba(180,72,72,.16);color:var(--ink);box-shadow:0 10px 24px rgba(36,49,74,.06)}@media (max-width:960px){.home-page__brand h1{font-size:clamp(2.6rem,12vw,4.8rem)}.feature-carousel__slide{grid-template-columns:1fr}.feature-carousel__content{border-left:0;border-top:1px solid rgba(36,49,74,.16);align-items:center;text-align:center;padding:26px 20px 28px}.feature-carousel__controls{padding:14px 18px 10px}.feature-carousel__buttons .cta-pill{border:1px solid rgba(36,49,74,.22);background:rgba(255,250,245,.98)}.feature-carousel__content h3{max-width:11ch;margin-top:0}.feature-carousel__content p{max-width:30ch}.feature-carousel__content .cta-pill{margin-inline:auto}.home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-blog-grid__item--featured{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}.article-grid,.article-layout,.article-page__hero,.blog-hero,.blog-page__hero,.contact-page__inner,.hero-grid,.program-grid{grid-template-columns:1fr}.contact-page__copy{padding-right:0}.expresso-hero__layout,.expresso-split__layout{grid-template-columns:1fr}.expresso-hero__copy{align-items:center;text-align:center}.expresso-hero__aside{border-left:0;border-top:1px solid rgba(36,49,74,.1)}.expresso-split__pane{border-left:0;border-top:0;padding-top:0}.expresso-split__copy{align-items:center;text-align:center}.expresso-outcomes,.expresso-split__copy-card,.expresso-split__note{justify-items:center;text-align:center}.expresso-outcomes ul{width:min(100%,34ch);margin-inline:auto;padding-left:0;list-style-position:inside}.expresso-intake-dialog__grid,.expresso-intake-dialog__summary,.expresso-philosophy,.expresso-timeline{grid-template-columns:1fr}.expresso-intake-dialog__header,.expresso-support-dialog__header{flex-direction:column}.expresso-support-dialog__header .button-secondary{width:100%}.expresso-philosophy__item{padding:22px 18px 20px}.expresso-step{padding:24px 18px 20px}.expresso-outcomes,.expresso-split__copy-card{padding:22px 18px 20px;border-radius:24px}.expresso-split__copy h2,.expresso-split__copy-card h2{max-width:12ch}.hero-aside{min-height:auto}.hero-image,.hero-tile{min-height:280px}.article-list--category,.blog-feature-grid,.grid-3,.mosaic{grid-template-columns:1fr}.blog-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-page{gap:56px}.blog-page__hero-inner{grid-template-columns:1fr;justify-items:center;gap:20px;padding-top:10px;text-align:center}.blog-page__hero-copy{width:min(100%,52rem);justify-items:center}.blog-page__title{max-width:11ch;margin-inline:auto}.blog-page__lead{max-width:42ch;margin-inline:auto}.contact-page__inner{padding:20px}.contact-page__copy h1{max-width:11ch}.blog-page__actions,.blog-page__meta{justify-content:center}.blog-page__hero-aside{width:min(100%,52rem);justify-self:center}.blog-header-carousel__stage{min-height:360px}.blog-header-carousel__body{padding:18px 18px 20px}.blog-header-carousel__body h3{max-width:16ch}.blog-category-head,.section-head{align-items:flex-start;flex-direction:column}.lab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:641px) and (max-width:960px) and (orientation:portrait){.feature-carousel__slide{min-height:auto}.feature-carousel__content{align-items:center;text-align:center;padding:clamp(28px,4vw,52px) clamp(20px,4vw,40px) clamp(30px,5vw,56px)}.feature-carousel__content h3{max-width:12ch;margin-top:0}.feature-carousel__content p{max-width:38ch}.feature-carousel__content .cta-pill{margin-inline:auto}.home-blog-section__inner{padding-inline:clamp(18px,3vw,28px)}.home-blog-section__header{max-width:40rem}.home-blog-grid{width:min(100%,clamp(680px,88vw,840px));margin-inline:auto;grid-template-columns:repeat(3,minmax(0,1fr))}.home-blog-grid__item--featured{grid-column:span 2;grid-row:span 2}.home-blog-grid__overlay--featured{justify-content:flex-end;min-height:48%;padding:28px 30px 36px}.home-blog-grid__overlay--featured h3{font-size:clamp(1.55rem,3.1vw,2.35rem);line-height:.96;max-width:100%;width:min(100%,18ch);-webkit-line-clamp:unset;display:block;text-wrap:balance}.blog-page__hero-inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;justify-items:stretch;gap:22px;text-align:left}.blog-page__hero-copy{width:100%;justify-items:start}.blog-page__title{max-width:13ch;margin-inline:0}.blog-page__lead{max-width:38ch;margin-inline:0}.blog-page__actions,.blog-page__meta{justify-content:flex-start}.blog-page__hero-aside{width:100%;justify-self:stretch}.blog-header-carousel__stage{min-height:420px}.post-page__cover{height:176px;min-height:176px;max-height:176px}.post-page__inner{width:min(100% - 20px,1200px);margin-top:-112px;border-radius:24px 24px 0 0}.post-page__content{width:min(100% - 12px,720px);padding-top:10px;padding-inline:clamp(14px,2vw,20px)}.post-page__header{margin-bottom:10px}.post-page__header .eyebrow{margin-top:8px}.post-page__title{font-size:clamp(1.95rem,5vw,3rem);line-height:1.02}.post-page__excerpt{margin-top:14px;font-size:1rem;line-height:1.72}.post-page__body--html h2{font-size:clamp(2rem,4.8vw,3.1rem);line-height:.98}.post-page__body--html h3{font-size:clamp(1.65rem,3.8vw,2.35rem);line-height:1.02}.post-cta__title{font-size:clamp(1.75rem,4.2vw,2.45rem)}}@media (min-width:768px) and (max-width:960px){.post-page__inner{width:min(100% - 28px,1200px)}.post-page__content{width:min(100% - 4px,720px);padding-inline:clamp(20px,3vw,28px)}}@media (max-width:640px){.expresso-page__container{width:min(100% - 20px,1180px)}.container{width:min(100% - 20px,1200px)}.contact-page__inner{justify-items:center;text-align:center}.contact-page__copy{justify-items:center;padding-right:0}.contact-page__copy h1{max-width:11ch;margin-inline:auto}.contact-page__copy p{max-width:34ch;margin-inline:auto}.contact-page__copy .badge-row{justify-content:center}.contact-form{width:100%}.contact-form .login-actions{justify-content:center}.contact-form .login-actions .button,.contact-form .login-actions .button-secondary{width:100%}.post-page__body--html h2{font-size:clamp(2.1rem,8vw,3.4rem)}.post-page__body--html h3{font-size:clamp(1.7rem,6.2vw,2.5rem)}.post-cta__title{font-size:clamp(1.9rem,7vw,2.7rem)}.main{padding-top:0}.footer{padding-bottom:36px}.footer-inner{justify-items:center;gap:12px;padding-top:18px}.footer-brand strong{font-size:clamp(2.15rem,9vw,3rem)}.footer-brand span{font-size:.72rem;letter-spacing:.12em}.footer-copy{font-size:.98rem}.reading-progress{top:50%;transform:translateY(-50%);right:14px;gap:8px}.reading-progress__dot{width:14px;height:14px}.site-shell__strip span:nth-child(n+4){display:none}.site-shell__strip span:nth-child(3){background-color:#81b29a!important}.feature-carousel__controls{flex-direction:column;align-items:center}.feature-carousel__content{align-items:center;text-align:center;padding:26px 20px 28px}.feature-carousel__content h3{max-width:11ch}.feature-carousel__content p{max-width:30ch}.feature-carousel__content .cta-pill{margin-inline:auto}.home-blog-grid{grid-template-columns:1fr}.home-blog-grid__item--featured{grid-column:auto;grid-row:auto}.home-blog-grid__featured-carousel-controls{top:12px;right:12px}.home-blog-grid__item h3{font-size:1rem;font-weight:400}.home-blog-grid__item--title{background:linear-gradient(180deg,rgba(129,178,154,.18),rgba(129,178,154,.08)),#f4faf4;border:1px solid rgba(129,178,154,.14)}.home-blog-grid__item--title[style]{background-image:none!important}.home-blog-grid__item--image .home-blog-grid__media{opacity:1;filter:none}.home-blog-grid__title-only{padding:38px 28px}.home-blog-grid__title-only h3{font-size:clamp(1.2rem,5.4vw,1.65rem);line-height:1.16}.home-blog-grid__overlay h3{font-size:clamp(1.2rem,5.8vw,1.7rem);line-height:1.16;-webkit-line-clamp:unset;display:block}.home-blog-grid__overlay--featured{justify-content:center;align-items:center;gap:14px;padding:28px 24px 24px}.home-blog-grid__overlay--featured h3{max-width:10ch;text-align:center}.site-shell__strip{grid-template-columns:repeat(3,minmax(0,1fr));height:12px}.home-page__brand{padding:20px 16px 18px}.home-page__brand h1{font-size:clamp(2.4rem,12vw,4.4rem)}.home-blog-section{padding:18px 0}.blog-page{gap:48px;padding-top:40px}.blog-page__hero{padding:20px}.blog-page__hero-inner{justify-items:center;gap:18px;text-align:center}.blog-page__hero-copy{justify-items:center;gap:14px}.blog-page__title{font-size:clamp(2.2rem,11vw,4rem);max-width:11ch;margin-inline:auto}.blog-page__lead{max-width:34ch;margin-inline:auto}.blog-page__actions,.blog-page__meta{justify-content:center}.blog-page__hero-aside{width:100%;justify-self:center}.blog-feed-grid,.list{grid-template-columns:1fr}.blog-page__feed-head{align-items:center;flex-direction:column;text-align:center}.blog-page__feed-head p{max-width:34ch}.blog-feed-card__body{justify-items:center;text-align:center}.blog-feed-card__media{width:100%}.blog-feed-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lab-header{padding:60px 18px 18px}.lab-header__copy h1{font-size:clamp(2.2rem,11vw,4rem)}.lab-grid{grid-template-columns:1fr}.lab-card__body{padding:16px}.lab-card__modal-trigger{top:12px;right:12px;width:36px;height:36px}.lab-dialog{width:min(100vw - 20px,760px)}.lab-detail__header{align-items:center}.lab-detail{margin-block:clamp(20px,4vw,40px)}.lab-detail__title-block h1{font-size:clamp(2.1rem,11vw,4rem)}.blog-feed-card__meta{justify-content:center}.blog-feed-card__body{padding-inline:22px}.blog-feed-card__body h3,.blog-feed-card__body p{max-width:none;width:100%;margin-inline:0}.blog-feed-card__footer{justify-content:center}.blog-header-carousel__stage{min-height:340px}.blog-header-carousel__body{padding:16px 16px 18px;justify-items:center;text-align:center}.blog-header-carousel__meta{justify-content:center}.blog-header-carousel__body h3{max-width:14ch;margin-inline:auto}.blog-header-carousel__body p{max-width:34ch;margin-inline:auto}.blog-page__lead{font-size:1rem}.contact-page{padding:18px 0}.contact-page__inner{padding:18px;border-radius:24px}.main:has(.post-page){padding-top:0}.post-page{margin-top:0}.post-page__cover{height:132px;min-height:132px;max-height:132px}.post-page__inner{width:min(100% - 16px,720px);margin-top:-118px;border-radius:22px 22px 0 0}.post-page__content{width:min(calc(100% - 64px),720px);padding-top:6px;padding-inline:clamp(16px,4vw,22px)}.post-page__body--html li,.post-page__body--html ol,.post-page__body--html p,.post-page__body--html ul{font-size:1.04rem;line-height:1.88}.post-page__body--html blockquote{font-size:1.1rem;line-height:1.86}.post-page__header{margin-bottom:8px;display:grid;justify-items:center;gap:10px}.post-page__header .eyebrow{margin-top:10px}.post-page__title{margin-top:4px;font-size:clamp(1.52rem,7vw,2.05rem);line-height:1.22;max-width:14ch;text-align:center}.blog-page__actions{flex-direction:column;align-items:stretch}.blog-page__actions .button-secondary{width:100%}.blog-categories-dialog{width:calc(100vw - 20px)}.blog-categories-dialog__panel{padding:18px}.blog-categories-dialog__header{flex-direction:column}.blog-header-carousel__controls{right:10px;bottom:10px;gap:8px;padding:6px 8px}.blog-header-carousel__counter{font-size:.68rem}.blog-header-carousel__button{width:34px;min-width:34px;height:34px}.content-panel,.hero-panel,.login-panel{border-radius:24px}.blog-pagination{justify-content:center;gap:6px}.blog-pagination__pages{gap:4px}.blog-pagination__link{min-width:34px;min-height:34px;padding:3px 11px}.blog-pagination__page{min-width:34px;min-height:34px;padding:3px 10px}.expresso-hero__aside,.expresso-hero__copy,.expresso-split__copy,.expresso-split__pane,.hero-copy,.program-copy,.program-pane{padding:20px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button,.hero-actions .button-secondary{width:100%}.expresso-hero__layout:after,.expresso-hero__layout:before{opacity:.22;filter:blur(18px)}.expresso-page__title,.expresso-split__copy h2{width:min(100%,18ch);max-width:none;text-wrap:balance}.expresso-page__lead{max-width:44ch}.expresso-split__copy-card p{max-width:44ch;margin-inline:auto}.expresso-outcomes__eyebrow,.expresso-split__note-label{padding-left:0}.expresso-paper-tag{align-self:center}.expresso-hero__badges,.hero-actions{justify-content:center}.hero-actions{width:100%}.expresso-cta h2,.expresso-section__header h2,.expresso-split__copy-card h2{max-width:11ch}.expresso-cover{min-height:280px}.expresso-cta__inner{gap:14px}.expresso-cta__card{padding:22px 16px 20px}.expresso-cta__actions,.expresso-cta__actions .button{width:100%}.expresso-paper-tag{padding:12px 14px 10px}.expresso-intake-dialog{width:calc(100vw - 12px)}.expresso-intake-dialog__panel{padding:16px;border-radius:20px;gap:18px}.expresso-intake-dialog__header{gap:12px}.expresso-intake-dialog__header h3,.expresso-intake-dialog__success h3{max-width:none;font-size:clamp(1.65rem,8.2vw,2.45rem)}.expresso-intake-dialog__header p,.expresso-intake-dialog__success p{max-width:none}.expresso-intake-dialog__actions{justify-content:stretch}.expresso-intake-dialog__actions .button,.expresso-intake-dialog__actions .button-secondary{width:100%}}.maturity-page{padding:clamp(20px,4vw,48px) 0}.maturity-page__grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:22px;align-items:start}.maturity-page__grid--compact{grid-template-columns:minmax(0,1fr)}.maturity-chat,.maturity-page__hero{border:1px solid rgba(36,49,74,.1);border-radius:var(--radius-xl);box-shadow:var(--shadow);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.88))}.maturity-page__hero{padding:clamp(24px,4vw,40px);display:grid;gap:18px;position:sticky;top:22px}.maturity-page__hero h1{margin:0;font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4.8rem);line-height:.94;letter-spacing:-.06em;max-width:9ch}.maturity-page__hero p{margin:0;color:var(--muted);line-height:1.8;max-width:52ch}.maturity-page__pillars{display:grid;gap:10px;padding:14px 16px;border-radius:20px;background:rgba(255,250,245,.75);border:1px solid rgba(36,49,74,.08)}.maturity-page__pillars .eyebrow{margin:0}.maturity-page__pillars-row .badge{background:rgba(129,178,154,.12);border:1px solid rgba(129,178,154,.16)}.maturity-page__pillars p{margin:0;color:var(--muted);line-height:1.7;max-width:44ch}.maturity-page__steps{display:grid;gap:10px}.maturity-page__steps div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:12px 14px;border-radius:18px;background:rgba(255,250,245,.78);border:1px solid rgba(36,49,74,.08)}.maturity-page__steps strong{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,rgba(129,178,154,.22),rgba(242,204,143,.24));color:var(--ink)}.maturity-page__loading{min-height:520px;display:grid;place-content:center;gap:18px;text-align:center}.maturity-page__loading-lines{display:grid;gap:10px;width:min(380px,100%);margin:0 auto}.maturity-page__loading-lines span{display:block;height:14px;border-radius:999px;background:linear-gradient(90deg,rgba(77,82,120,.08),rgba(129,178,154,.18),rgba(77,82,120,.08));background-size:200% 100%;animation:maturity-loading-shimmer 1.5s linear infinite}.maturity-page__loading-lines span:nth-child(2){width:82%;margin-inline:auto}.maturity-page__loading-lines span:nth-child(3){width:64%;margin-inline:auto}@keyframes maturity-loading-shimmer{0%{background-position:0 50%}to{background-position:200% 50%}}.maturity-page__steps span{color:var(--ink);line-height:1.5}.maturity-page__note{display:grid;gap:8px;padding:16px 18px;border-radius:18px;background:rgba(129,178,154,.12);border:1px solid rgba(129,178,154,.18)}.maturity-page__note strong{color:var(--brand-teal);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.maturity-page__note p{margin:0}.maturity-chat{padding:clamp(18px,3vw,28px);display:grid;gap:18px}@media (min-width:961px){.maturity-chat{margin-top:-24px}}.maturity-chat__progress{display:grid;gap:10px;padding:14px 16px;border-radius:22px;border:1px solid rgba(36,49,74,.08);background:rgba(255,250,245,.94);box-shadow:0 10px 24px rgba(36,49,74,.05)}.maturity-chat__progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.88rem}.maturity-chat__progress-meta strong{color:var(--ink);font-weight:700}.maturity-chat__progress-track{position:relative;width:100%;height:10px;border-radius:999px;background:rgba(74,77,104,.1);overflow:hidden}.maturity-chat__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-teal),var(--brand-yolk));transition:width .26s ease}.maturity-chat__question-stage{display:grid;gap:14px;scroll-margin-top:18px}.maturity-chat__messages{display:grid;gap:12px;max-height:clamp(360px,58vh,720px);overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;scroll-padding-top:18px;padding-right:2px;padding-top:2px}.maturity-chat__bubble{width:min(100%,100%);padding:16px 18px;border-radius:22px;border:1px solid rgba(36,49,74,.08);background:rgba(255,250,245,.9)}.maturity-chat__bubble--assistant{display:flex;align-items:flex-start;gap:12px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(242,204,143,.18));scroll-margin-top:12px}.maturity-chat__bubble--assistant-final{background:#d7ebff;border-color:#d7ebff;box-shadow:none}.maturity-chat__bubble pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:var(--font-body);line-height:1.72}.maturity-chat__bubble--user{margin-left:auto;background:var(--teal);border-color:var(--teal);box-shadow:none}.maturity-chat__bubble--user pre{color:#ffffff}.maturity-chat__bubble--assistant-final pre{color:var(--ink)}.maturity-chat__avatar{position:relative;flex:0 0 auto;width:56px;height:56px;border-radius:18px;overflow:hidden;border:1px solid rgba(36,49,74,.1);box-shadow:0 8px 18px rgba(36,49,74,.08);background:rgba(255,255,255,.9)}.maturity-chat__avatar-image{-o-object-fit:cover;object-fit:cover}.maturity-chat__bubble-content{min-width:0;flex:1 1 auto}.maturity-chat__prompt{display:block;color:var(--ink);line-height:1.65}.maturity-chat__composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:12px;border-radius:24px;border:1px solid rgba(36,49,74,.1);background:rgba(255,250,245,.94);box-shadow:0 12px 28px rgba(36,49,74,.08)}.maturity-chat__messages::-webkit-scrollbar{width:10px}.maturity-chat__messages::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(74,77,104,.18)}.maturity-chat__messages::-webkit-scrollbar-track{background:transparent}.maturity-chat__composer--diagnostic{grid-template-columns:1fr}.contact-chat__composer--last{grid-template-columns:1fr;align-items:stretch}.contact-chat__composer--last .maturity-chat__input{min-height:160px}.contact-chat__composer--last .button{justify-self:end}.contact-chat__whatsapp{display:grid;gap:12px;padding:16px 18px;border-radius:22px;border:1px solid rgba(129,178,154,.24);background:rgba(129,178,154,.1)}.contact-chat__whatsapp p{margin:0;color:var(--ink);line-height:1.6}.contact-chat__whatsapp-button{width:-moz-fit-content;width:fit-content}.contact-chat__success{display:grid;gap:16px;padding:20px;border-radius:24px;border:1px solid rgba(57,130,88,.16);background:radial-gradient(circle at top left,rgba(129,178,154,.18),transparent 30%),linear-gradient(180deg,rgba(238,248,241,.98),rgba(255,255,255,.98));box-shadow:0 14px 32px rgba(36,49,74,.07)}.contact-chat__success-head{display:grid;gap:8px}.contact-chat__success-head h3{margin:0;font-family:var(--font-display);font-size:clamp(1.55rem,3vw,2.4rem);line-height:.98;letter-spacing:-.05em}.contact-chat__success-head p{margin:0;color:var(--muted);line-height:1.7;max-width:58ch}.contact-chat__success-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-chat__success-item{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(36,49,74,.08)}.contact-chat__success-item span,.expresso-intake-dialog__next-step strong,.program-lead-form__success-grid span{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-teal)}.contact-chat__success-item strong,.program-lead-form__success-grid strong{color:var(--ink);line-height:1.45}.maturity-chat__selection-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.9rem}.maturity-chat__input{width:100%;min-height:64px;resize:vertical;border:0;outline:none;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.92);color:var(--ink);box-shadow:inset 0 0 0 1px rgba(36,49,74,.08)}.maturity-chat__input::-moz-placeholder{color:rgba(74,77,104,.56)}.maturity-chat__input::placeholder{color:rgba(74,77,104,.56)}.maturity-question--chat{width:100%}.maturity-form{display:grid;gap:16px}.maturity-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.maturity-form__field--full{grid-column:1/-1}.maturity-form__grid .field span{font-size:.92rem;color:var(--muted)}.maturity-form__diagnostic{display:grid;gap:14px}.maturity-question{margin:0;padding:18px;border-radius:22px;border:1px solid rgba(36,49,74,.08);background:rgba(255,250,245,.9)}.maturity-question legend{padding:0 6px;font-weight:700;letter-spacing:.02em}.maturity-question p{margin:8px 0 14px;color:var(--muted);line-height:1.7}.maturity-question__hint{margin-top:-4px;font-size:.9rem;color:var(--brand-teal)}.maturity-question__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.maturity-question__options--checks{grid-template-columns:1fr}.maturity-option{display:grid;gap:8px;text-align:left;padding:14px;border-radius:18px;border:1px solid rgba(36,49,74,.12);background:rgba(255,255,255,.96);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.maturity-option strong{color:var(--brand-teal);letter-spacing:.1em}.maturity-option span{color:var(--muted);line-height:1.6}.maturity-option--check{position:relative;grid-template-columns:18px minmax(0,1fr);align-items:start;cursor:pointer}.maturity-option--check input{position:absolute;opacity:0;pointer-events:none}.maturity-option__mark{width:18px;height:18px;margin-top:2px;border-radius:6px;border:1px solid rgba(36,49,74,.22);background:rgba(255,255,255,.9);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.maturity-option--check.is-selected .maturity-option__mark{border-color:rgba(74,77,104,.85);background:linear-gradient(135deg,rgba(74,77,104,.95),rgba(129,178,154,.9));box-shadow:inset 0 0 0 2px rgba(255,255,255,.72),0 0 0 1px rgba(74,77,104,.16)}.maturity-option__body{display:grid;gap:6px}.maturity-option.is-selected,.maturity-option:hover{transform:translateY(-1px);border-color:rgba(74,77,104,.3);box-shadow:0 10px 24px rgba(36,49,74,.08)}.maturity-option.is-selected{background:linear-gradient(180deg,rgba(129,178,154,.16),rgba(255,250,245,.98));border-color:rgba(74,77,104,.35);box-shadow:0 12px 28px rgba(36,49,74,.12),inset 0 0 0 1px rgba(129,178,154,.18)}.maturity-option.is-selected strong{color:var(--brand-teal)}.maturity-option.is-selected .maturity-option__body span,.maturity-option.is-selected .maturity-option__body strong{color:var(--ink)}.maturity-result{display:grid;gap:16px}.maturity-result__scorecards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.maturity-result__card{display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid rgba(36,49,74,.08);background:rgba(255,250,245,.94)}.maturity-result__card span{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.maturity-result__card strong{font-family:var(--font-display);font-size:1.9rem;line-height:1;letter-spacing:-.05em}.maturity-result__markdown{display:grid;gap:14px;padding:18px;border-radius:24px;border:1px solid rgba(36,49,74,.08);background:rgba(255,255,255,.92)}.maturity-result__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.maturity-result__header strong{font-family:var(--font-display);font-size:1.4rem;letter-spacing:-.04em}.maturity-result__markdown pre{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.78;color:var(--ink)}.maturity-report{display:grid;gap:18px;padding:clamp(16px,3vw,30px);border:1px solid rgba(36,49,74,.1);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,241,222,.92)),#ffffff;box-shadow:var(--shadow)}.maturity-report__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;padding:22px 24px;border-radius:24px;border:1px solid rgba(36,49,74,.08);background:linear-gradient(135deg,rgba(129,178,154,.14),rgba(242,204,143,.16))}.maturity-report__hero-copy{display:grid;gap:10px}.maturity-report__hero-copy h1{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4.2vw,4rem);line-height:.96;letter-spacing:-.06em}.maturity-report__hero-copy p{margin:0;color:var(--muted);line-height:1.7;max-width:52ch}.maturity-report__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.maturity-report__meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.maturity-report__code-box,.maturity-report__meta-card,.maturity-report__panel,.maturity-report__pillar-card,.maturity-report__score-card{border:1px solid rgba(36,49,74,.08);background:rgba(255,255,255,.95);border-radius:22px;box-shadow:0 10px 24px rgba(36,49,74,.06)}.maturity-report__meta-card{padding:16px 18px;display:grid;gap:8px}.maturity-report__code-box span,.maturity-report__meta-card span,.maturity-report__pillar-head span,.maturity-report__score-card span{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.maturity-report__meta-card strong{font-size:1.02rem;line-height:1.45}.maturity-report__score-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.maturity-report__score-card{padding:18px;display:grid;gap:8px;background:linear-gradient(180deg,rgba(255,250,245,.96),rgba(255,255,255,.98))}.maturity-report__score-card strong{font-family:var(--font-display);font-size:2rem;line-height:1;letter-spacing:-.05em}.maturity-report__panel{padding:22px;display:grid;gap:18px}.maturity-report__section-head{display:grid;gap:6px}.maturity-report__section-note{margin:4px 0 0;max-width:68ch;color:var(--muted);line-height:1.7}.maturity-report__section-head h2{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2.3rem);line-height:1;letter-spacing:-.05em}.maturity-report__summary{display:grid;gap:12px}.maturity-report__panel>p,.maturity-report__summary p{margin:0;color:var(--ink);line-height:1.8;max-width:72ch}.maturity-report__pillars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.maturity-report__pillar-card{padding:18px;display:grid;gap:14px;position:relative;overflow:hidden;isolation:isolate;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.maturity-report__pillar-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,rgba(36,49,74,.14),rgba(36,49,74,.02))}.maturity-report__pillar-card:after{content:"";position:absolute;inset:auto -18% -28% auto;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(242,204,143,.14),transparent 64%);pointer-events:none;z-index:-1}.maturity-report__pillar-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(36,49,74,.09)}.maturity-report__pillar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.maturity-report__pillar-title{display:grid;gap:4px}.maturity-report__pillar-head strong{font-size:1.1rem}.maturity-report__pillar-title span{font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.maturity-report__pillar-score{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(36,49,74,.08);font-family:var(--font-display);font-size:1rem;line-height:1;letter-spacing:-.03em;color:var(--brand-indigo);box-shadow:0 8px 18px rgba(36,49,74,.06)}.maturity-report__pillar-meter{position:relative;height:10px;border-radius:999px;background:rgba(36,49,74,.06);overflow:hidden}.maturity-report__pillar-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-teal),var(--brand-gold));box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.maturity-report__pillar-card--critical:before{background:linear-gradient(90deg,rgba(180,70,70,.95),rgba(242,204,143,.65))}.maturity-report__pillar-card--critical:after{background:radial-gradient(circle,rgba(180,70,70,.12),transparent 64%)}.maturity-report__pillar-card--critical .maturity-report__pillar-score{color:#9d3c3c}.maturity-report__pillar-card--organized:before{background:linear-gradient(90deg,rgba(242,204,143,.95),rgba(129,178,154,.62))}.maturity-report__pillar-card--organized:after{background:radial-gradient(circle,rgba(242,204,143,.16),transparent 64%)}.maturity-report__pillar-card--organized .maturity-report__pillar-score{color:#8a6a20}.maturity-report__pillar-card--scaled:before{background:linear-gradient(90deg,rgba(81,128,116,.95),rgba(129,178,154,.7))}.maturity-report__pillar-card--scaled:after{background:radial-gradient(circle,rgba(81,128,116,.14),transparent 64%)}.maturity-report__pillar-card--scaled .maturity-report__pillar-score{color:#2f6b5f}.maturity-report__pillar-body{display:grid;gap:10px}.maturity-report__pillar-body p{margin:0;color:var(--muted);line-height:1.75}.maturity-report__pillar-actions{display:flex;align-items:center;justify-content:flex-start;margin-top:4px}.maturity-report__pillar-button{width:100%;justify-content:center}.maturity-report__pillar-button--accent{background:linear-gradient(135deg,rgba(36,49,74,.96),rgba(81,128,116,.96));border-color:rgba(36,49,74,.18);color:rgba(255,255,255,.98);box-shadow:0 10px 22px rgba(36,49,74,.12)}.maturity-report__pillar-button--accent:hover{background:linear-gradient(135deg,rgba(36,49,74,1),rgba(81,128,116,1));box-shadow:0 14px 26px rgba(36,49,74,.16)}.maturity-protocol-dialog{width:min(820px,calc(100vw - 28px));padding:0;border:0;border-radius:var(--radius-xl);background:transparent}.maturity-protocol-dialog::backdrop{background:rgba(36,49,74,.34);backdrop-filter:blur(2px)}.maturity-protocol-dialog__panel{display:grid;gap:18px;padding:clamp(22px,4vw,34px);border:1px solid rgba(36,49,74,.08);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(242,204,143,.14),transparent 28%),radial-gradient(circle at bottom left,rgba(129,178,154,.11),transparent 32%),rgba(255,252,248,.99);box-shadow:0 24px 60px rgba(36,49,74,.14)}.maturity-protocol-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.maturity-protocol-dialog__header>div{display:grid;gap:4px}.maturity-protocol-dialog__header .eyebrow{color:var(--brand-indigo)}.maturity-protocol-dialog__header h3{margin:0;padding-left:14px;border-left:3px solid rgba(242,204,143,.9);font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;letter-spacing:-.05em;color:var(--brand-indigo)}.maturity-protocol-dialog__badge-row{display:flex;flex-wrap:wrap;gap:8px}.maturity-protocol-dialog__badge-row .badge{background:rgba(242,204,143,.16);color:var(--brand-indigo);border:1px solid rgba(242,204,143,.22)}.maturity-protocol-dialog__content{display:grid;gap:16px;color:var(--ink)}.maturity-protocol-dialog__lead{margin:0;max-width:68ch;line-height:1.8}.maturity-protocol-dialog__context,.maturity-protocol-dialog__outcome,.maturity-protocol-dialog__steps{display:grid;gap:10px;padding:18px;border-radius:18px;border:1px solid rgba(36,49,74,.08);background:rgba(255,255,255,.78)}.maturity-protocol-dialog__context span,.maturity-protocol-dialog__outcome span,.maturity-protocol-dialog__steps span{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.maturity-protocol-dialog__context p,.maturity-protocol-dialog__outcome p{margin:0;line-height:1.75;color:var(--muted)}.maturity-protocol-dialog__steps h4{margin:0;font-family:var(--font-display);font-size:1.25rem;line-height:1.1;letter-spacing:-.04em;color:var(--brand-indigo)}.maturity-protocol-dialog__steps ol{margin:0;padding-left:20px;display:grid;gap:10px;line-height:1.75;color:var(--ink)}.maturity-protocol-dialog__steps li::marker{color:var(--brand-teal);font-weight:700}.maturity-report__panel--verdict{background:linear-gradient(180deg,rgba(129,178,154,.12),rgba(255,255,255,.96)),rgba(255,255,255,.98)}.maturity-report__whatsapp-cta{background:linear-gradient(180deg,rgba(211,243,221,.95),rgba(245,253,247,.98)),rgba(255,255,255,.98);border-color:rgba(57,130,88,.2);box-shadow:0 14px 30px rgba(57,130,88,.08)}.maturity-report__whatsapp-cta p{margin:0;color:var(--ink);line-height:1.7}.maturity-report__whatsapp-cta-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border-radius:18px;border:1px solid rgba(57,130,88,.16);background:rgba(255,255,255,.72)}.maturity-report__whatsapp-cta-box strong{display:block;margin-bottom:8px;font-size:1rem;color:var(--ink)}.maturity-report__whatsapp-cta-box p{color:var(--muted)}.maturity-report__whatsapp-button{white-space:nowrap}.maturity-report__code-box{padding:18px;display:grid;gap:10px}.maturity-report__code-box strong{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.3rem);letter-spacing:.08em}.maturity-report__code-box p{margin:0;color:var(--muted);line-height:1.7}.maturity-report__share-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.maturity-report__copy-box{display:grid;gap:14px}.maturity-report__copy-box p{margin:0;color:var(--muted);line-height:1.7}.maturity-report__copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.maturity-report__copy-row code{display:block;padding:14px 16px;border-radius:16px;border:1px solid rgba(36,49,74,.1);background:rgba(255,255,255,.94);color:var(--ink);word-break:break-all}.maturity-report__share-card{display:grid;gap:14px;padding:18px;border-radius:20px;border:1px solid rgba(36,49,74,.08);background:linear-gradient(180deg,rgba(255,250,245,.96),rgba(255,255,255,.98))}.maturity-report__share-card strong{font-size:1.05rem}.maturity-report__share-field{display:grid;gap:8px}.maturity-report__share-field span{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.maturity-report__share-field input{width:100%;min-height:48px;border-radius:14px;border:1px solid rgba(36,49,74,.12);padding:0 14px;background:rgba(255,255,255,.95);color:var(--ink)}.maturity-report__share-status{display:grid;gap:12px;padding:18px 20px;border-radius:22px;border:1px solid rgba(36,49,74,.08);box-shadow:0 10px 24px rgba(36,49,74,.06)}.maturity-report__share-status--success{background:radial-gradient(circle at top left,rgba(129,178,154,.18),transparent 32%),linear-gradient(180deg,rgba(236,248,239,.98),rgba(255,255,255,.98));border-color:rgba(57,130,88,.16)}.maturity-report__share-status--error{background:linear-gradient(180deg,rgba(253,242,242,.98),rgba(255,255,255,.98));border-color:rgba(180,72,72,.16)}.maturity-report__share-status-top{display:grid;gap:6px}.maturity-report__share-status-top strong{font-family:var(--font-display);font-size:1.35rem;line-height:1.05;letter-spacing:-.04em;color:var(--ink)}.maturity-report__share-status p{margin:0;color:var(--muted);line-height:1.7}.maturity-report__share-status-list{margin:0;padding-left:18px;display:grid;gap:8px;color:var(--ink);line-height:1.7}.maturity-report__panel--next-steps{background:radial-gradient(circle at top left,rgba(129,178,154,.18),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,249,.98));border-color:rgba(57,130,88,.14)}.maturity-report__panel--next-steps .maturity-report__section-head p{margin:0;color:var(--muted);max-width:62ch;line-height:1.7}.maturity-report__program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.maturity-report__program-card{overflow:hidden;display:grid;grid-template-rows:220px 1fr;border-radius:28px;border:1px solid rgba(36,49,74,.08);background:rgba(255,255,255,.98);box-shadow:0 16px 32px rgba(36,49,74,.08)}.maturity-report__program-card--warm .maturity-report__program-media{background:linear-gradient(135deg,rgba(249,199,152,.25),rgba(255,255,255,.2))}.maturity-report__program-card--cool .maturity-report__program-media{background:linear-gradient(135deg,rgba(129,178,154,.22),rgba(255,255,255,.2))}.maturity-report__program-media{position:relative;min-height:220px}.maturity-report__program-image{-o-object-fit:cover;object-fit:cover}.maturity-report__program-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,22,18,.05),rgba(8,22,18,.36)),linear-gradient(135deg,rgba(255,255,255,.12),transparent 45%);pointer-events:none}.maturity-report__program-copy{display:grid;gap:12px;padding:20px}.maturity-report__program-card h3{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.02;letter-spacing:-.04em}.maturity-report__program-card p{margin:0;color:var(--muted);line-height:1.72}.maturity-report__program-badge{padding:8px 12px;border-radius:999px;background:rgba(129,178,154,.14);color:var(--brand-teal);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.maturity-report__program-badge,.maturity-report__program-link{width:-moz-fit-content;width:fit-content}@media (max-width:960px){.maturity-page__grid{grid-template-columns:1fr}.maturity-page__hero{position:static;justify-items:center;text-align:center}.maturity-page__hero p,.maturity-page__pillars p{margin-inline:auto}.maturity-page__pillars{justify-items:center}.maturity-page__pillars-row{justify-content:center}.maturity-page__steps div{grid-template-columns:1fr;justify-items:center;text-align:center}.maturity-form__grid,.maturity-question__options,.maturity-report__hero,.maturity-report__meta-grid,.maturity-report__pillars,.maturity-report__program-grid,.maturity-report__score-grid,.maturity-report__share-grid,.maturity-report__whatsapp-cta-box,.maturity-result__scorecards{grid-template-columns:1fr}.maturity-report__program-card{grid-template-rows:180px auto}.maturity-protocol-dialog{width:calc(100vw - 20px)}.maturity-protocol-dialog__panel{gap:16px;padding:18px;border-radius:24px}.maturity-protocol-dialog__header{gap:12px}.maturity-protocol-dialog__header h3{padding-left:12px;font-size:clamp(1.45rem,8vw,2rem)}.maturity-protocol-dialog__context,.maturity-protocol-dialog__outcome,.maturity-protocol-dialog__steps{padding:16px}.contact-page__inner{justify-items:center;text-align:center}.contact-page__copy{justify-items:center;padding-right:0}.contact-page__copy h1,.contact-page__copy p{margin-inline:auto}.contact-chat{width:min(100%,720px);justify-self:center}.contact-chat .maturity-chat__progress-meta,.contact-chat .maturity-chat__selection-meta{justify-content:center;text-align:center}.contact-chat__whatsapp{justify-items:center;text-align:center}.contact-chat__whatsapp-button{justify-self:center}.contact-chat__success-grid,.maturity-chat__composer,.program-lead-form__success-actions,.program-lead-form__success-grid{grid-template-columns:1fr}}@media (max-width:640px){.maturity-page{padding:16px 0 20px}.maturity-chat,.maturity-page__hero{border-radius:24px}.maturity-page__hero h1{max-width:11ch;margin-inline:auto}.maturity-result__header{flex-direction:column;align-items:stretch}.maturity-result__header .button-secondary{width:100%}.maturity-chat__bubble--assistant{gap:10px;padding:14px 14px 14px 12px}.maturity-chat__avatar{width:44px;height:44px;border-radius:14px}.maturity-report{padding:12px;border-radius:22px}.maturity-report__hero,.maturity-report__panel{padding:16px;border-radius:18px}.maturity-report__pillar-actions,.maturity-report__pillar-button{width:100%}.maturity-report__actions{width:100%;justify-content:stretch}.maturity-report__actions .button,.maturity-report__actions .button-secondary{width:100%}.maturity-report__copy-row{grid-template-columns:1fr}.maturity-report__program-link,.maturity-report__whatsapp-button{width:100%;justify-content:center}.contact-chat__success,.expresso-intake-dialog__next-step,.program-lead-form__success{padding:16px}.contact-chat__success-grid,.expresso-intake-dialog__summary,.program-lead-form__success-grid{grid-template-columns:1fr}.program-lead-form__success-actions{grid-template-columns:1fr;justify-items:start}.not-found-page{grid-template-columns:1fr}.not-found-page__copy{padding:10px;text-align:center;justify-items:center}.not-found-page__copy h1{max-width:14ch}.not-found-page__actions,.not-found-page__links{justify-content:center}}@media print{.no-print{display:none!important}body{background:#ffffff}.drawer,.drawer-backdrop,.footer,.maturity-chat,.maturity-page__hero,.menu-toggle,.reading-progress,.site-shell:before{display:none!important}.main,.maturity-report{padding:0;background:#ffffff}.maturity-report{box-shadow:none;border:0}.maturity-report__code-box,.maturity-report__hero,.maturity-report__meta-card,.maturity-report__panel,.maturity-report__pillar-card,.maturity-report__score-card{box-shadow:none;border-color:#d8d8d8}.maturity-report__hero{background:#f7f7f7}}