.article_detail{display:grid;gap:60px;grid-template-columns:1fr;margin-bottom:80px;margin-top:30px;overflow:visible}.article_detail h1{color:var(--primary);font-size:44px;line-height:42px}.article_detail h3{margin:20px 0 5px}.article_detail .tag{align-items:center;color:var(--secondary-dark);display:inline-flex;font-size:14px;gap:.45rem;justify-content:flex-end;letter-spacing:.2em;padding:2px 0;text-transform:uppercase}.article_detail .article-category-tag__icon{color:currentColor;flex:0 0 auto;height:1.35em;transform:translateY(-.05em);width:1.35em}.article_detail .article-category-tag__icon use{fill:currentColor;stroke:currentColor}.article_detail img{border-bottom-left-radius:40px;border-top-left-radius:40px;height:auto;width:100%}.article-detail__badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin:.35rem 0 .85rem}.article-level-badge{align-items:center;background-color:hsla(69,29%,91%,.72);border:1px solid rgba(163,183,74,.42);color:var(--secondary-dark);display:inline-flex;font-family:var(--font-title);font-size:10px;justify-content:center;letter-spacing:.08em;line-height:1;min-height:26px;padding:5px 10px 4px;text-transform:uppercase}.article-aside{align-self:start;position:relative;text-align:right;z-index:30}.article-aside h1{font-size:clamp(28px,4vw,38px);margin-bottom:10px;margin-top:0}.article-aside h2{font-size:clamp(24px,3vw,32px)}.article-aside .deco{margin-top:clamp(26px,4vw,44px);overflow:visible;position:relative;z-index:40}.article-aside .deco picture{display:block}.article-intro{font-family:var(--font-title);line-height:28px;margin:0 0 40px}.article-baseline,.article-intro{color:var(--primary);font-size:20px}.article-baseline{line-height:30px;margin:20px 0}.article-reading-progress{align-items:center;display:grid;gap:clamp(12px,1.5vw,18px);grid-template-columns:minmax(0,1fr) auto auto;margin:10px 0 60px auto;overflow:visible;position:relative;z-index:120}.article-aside .deco-bar{background-color:var(--secondary);height:12px;margin:0;pointer-events:none;transform:scaleX(0);transform-origin:right center;width:100%}.article-reading-timer{align-items:baseline;border-left:1px solid rgba(163,183,74,.32);display:inline-flex;font-variant-numeric:tabular-nums;justify-content:flex-end;min-width:44px;padding-left:10px;white-space:nowrap}.article-reading-timer__value{color:var(--primary);font-family:var(--font-title),sans-serif;font-size:12px;line-height:1}.article-toc{--article-toc-panel-width:min(720px,calc(100vw - 520px));--article-toc-panel-height:min(720px,calc(100vh - 168px));--article-toc-panel-available-height:var(--article-toc-panel-height);align-items:center;backdrop-filter:none;background:transparent;border:0;box-shadow:none;display:inline-flex;justify-content:flex-end;margin:0;overflow:visible;padding:0;position:relative;text-align:left;z-index:140}.article-toc[hidden]{display:none}.article-toc:focus-visible{outline:0}.article-toc:focus-visible .article-toc__eyebrow{outline:2px solid rgba(163,183,74,.8);outline-offset:5px}.article-toc:after{content:"";height:calc(100% + 16px + var(--article-toc-panel-available-height));left:0;pointer-events:none;position:absolute;top:0;width:calc(100% + 14px + var(--article-toc-panel-width));z-index:1}.article-toc.is-open:after,.article-toc:focus-within:after{pointer-events:auto}.article-toc.is-closing:after{pointer-events:none}.article-toc__eyebrow{align-items:center;color:var(--primary);cursor:pointer;display:inline-flex;font-family:var(--font-title),sans-serif;font-size:12px;gap:10px;justify-content:flex-end;letter-spacing:.12em;line-height:1;margin:0;padding:4px 0;position:relative;text-transform:uppercase;transition:color .16s ease;white-space:nowrap;z-index:3}.article-toc__eyebrow:before{background:linear-gradient(var(--secondary),var(--secondary)) left 50%/20px 1px no-repeat;border-bottom:1px solid var(--secondary);border-top:1px solid var(--secondary);content:"";display:block;flex:0 0 20px;height:12px;width:20px}.article-toc.is-open .article-toc__eyebrow,.article-toc:focus .article-toc__eyebrow,.article-toc:focus-within .article-toc__eyebrow{color:var(--secondary-dark)}.article-toc__list{background:#fff;border:1px solid rgba(12,26,36,.18);border-radius:14px;box-shadow:0 28px 74px rgba(12,26,36,.16),0 8px 24px rgba(12,26,36,.08);display:block;left:calc(100% + 14px);list-style:none;margin:0;max-height:min(var(--article-toc-panel-height),var(--article-toc-panel-available-height));min-width:540px;opacity:0;overflow-x:visible;overflow-y:auto;padding:10px 0;pointer-events:none;position:absolute;scrollbar-width:none;top:calc(100% + 16px);transform:translate3d(0,5px,0);visibility:hidden;width:var(--article-toc-panel-width);z-index:4;-ms-overflow-style:none;transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s}.article-toc__list::-webkit-scrollbar{display:none}.article-toc.is-open .article-toc__list,.article-toc:focus .article-toc__list,.article-toc:focus-within .article-toc__list{opacity:1;pointer-events:auto;transform:translateZ(0);transition-delay:0s;visibility:visible}.article-toc.is-closing .article-toc__list{opacity:0;pointer-events:none;transform:translate3d(0,5px,0);visibility:hidden}.article-toc__item+.article-toc__item{border-top:1px solid rgba(12,26,36,.08)}.article-toc__link{align-items:center;border:0;border-radius:0;color:rgba(12,26,36,.74);display:grid;font-family:regular,sans-serif;font-size:15px;gap:16px;grid-template-columns:54px minmax(0,1fr);line-height:1.24;min-height:50px;overflow:visible;padding:14px 20px 14px 0;position:relative;text-decoration:none;transition:color .25s ease,background-color .25s ease;width:100%}.article-toc__link.is-active,.article-toc__link:hover{background:rgba(163,183,74,.08);color:var(--primary)}.article-toc__link:focus-visible{outline:2px solid var(--secondary);outline-offset:-2px}.article-toc__index{align-items:center;border-right:1px solid rgba(12,26,36,.12);color:var(--secondary);display:inline-flex;font-family:var(--font-title),sans-serif;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;height:18px;justify-content:center;letter-spacing:.12em;line-height:1;width:54px}.article-toc__index-value{display:inline-block;transform:scale(1);transform-origin:center;transition:color .18s ease,transform .18s ease}.article-toc__link.is-active .article-toc__index-value,.article-toc__link:hover .article-toc__index-value{color:var(--secondary-dark);transform:scale(1.08)}.article-toc__text{max-width:none;min-width:0;opacity:1;overflow:visible;text-overflow:clip;white-space:nowrap}.article-toc__progress,.article-toc__underline{display:none}.article_detail_droite{margin-top:0;min-width:0;position:relative;z-index:1}.article_detail_droite h2{font-size:clamp(24px,4vw,32px)}.article_detail_droite :is(h2,h3)[id]{scroll-margin-top:130px}.article_detail_droite img{border-radius:10px;display:block;height:auto;margin:40px auto;max-width:500px}.blog{border-bottom-left-radius:40px;border-top-left-radius:40px;gap:20px 60px;list-style:none;padding:50px 60px 50px 0}.blog a{display:block;font-family:var(--font-title);font-size:18px;margin-bottom:10px;padding-top:20px;text-decoration:none}.blog a svg{margin-left:10px;transition:.5s}.blog a:hover{color:var(--primary)}.blog a:hover svg{transform:translateX(30px);transition:.5s}.blog-layout-home{align-items:stretch;display:grid;gap:30px 0;grid-template-columns:1fr;justify-content:center;margin:20px 0}.blog-layout-home>aside{padding-right:40px}aside.blog-aside{align-self:start}aside.blog-aside p.h1-like{color:var(--secondary-dark);display:block;font-size:35px}aside.blog-aside h2,aside.blog-aside p{display:inline-block;font-size:28px;margin-bottom:10px;margin-top:0}aside.blog-aside h2 a,aside.blog-aside p a{display:flex;flex-direction:column;text-decoration:none;transition:color .4s}aside.blog-aside h2 a:hover span,aside.blog-aside p a:hover span{background-color:var(--primary);color:var(--primary);width:100%}aside.blog-aside h2.active,aside.blog-aside p.active{color:var(--primary);position:relative;width:100%}aside.blog-aside h2 span,aside.blog-aside p span{background-color:#fff;height:2px;margin-top:0;transition:.4s;width:0}aside.blog-aside .text-courant{font-size:18px;margin-bottom:20px;margin-top:0}aside.blog-aside.insights-index-category{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:clamp(520px,54vw,680px);padding-right:0;text-align:center}.blog-aside.insights-index-category>a{color:var(--primary);text-decoration:none}.blog-aside.insights-index-category h2{color:var(--primary);display:grid;font-family:var(--font-title);font-size:clamp(2.35rem,4.6vw,4.1rem);font-weight:500;gap:clamp(1.6rem,3vw,2.35rem);justify-items:center;letter-spacing:0;line-height:.98;margin:0;max-width:34rem}.blog-aside.insights-index-category .expertise-card__icon{color:var(--primary);height:clamp(5.8rem,10vw,8.4rem);margin:0;width:clamp(5.8rem,10vw,8.4rem)}.blog-aside.insights-index-category .text-courant{color:rgba(12,26,36,.86);font-size:clamp(1.35rem,2.35vw,2rem);line-height:1.55;margin:clamp(2.2rem,4vw,3.4rem) auto 0;max-width:36rem}.insights-index-category__action{display:flex;justify-content:center;margin-top:clamp(2rem,3.2vw,2.8rem);width:100%}.insights-index-category__action .button{--button-min-height:54px;--button-padding-inline:24px;--button-padding-block:14px;--button-gap:12px;--button-font-size:1rem;max-width:100%;min-width:0;width:-moz-fit-content;width:fit-content}#categories>.blog-layout-home>aside.insights-index-category{justify-content:flex-start;min-height:auto;padding-bottom:clamp(3rem,5vw,5.2rem);padding-top:clamp(3rem,5vw,5.2rem)}#categories>.blog-layout-home>aside.insights-index-category h2{align-items:center;display:inline-flex;font-size:clamp(1.65rem,1.9vw,2.08rem);font-weight:800;gap:clamp(.65rem,.9vw,1rem);justify-content:center;line-height:1.08;max-width:min(100%,36rem);text-wrap:balance}#categories>.blog-layout-home>aside.insights-index-category .expertise-card__icon{color:var(--secondary);height:clamp(2.65rem,3vw,3.55rem);width:clamp(2.65rem,3vw,3.55rem)}#categories>.blog-layout-home>aside.insights-index-category .text-courant{font-size:clamp(1.05rem,1.08vw,1.18rem);line-height:1.48;margin-top:clamp(.95rem,1.35vw,1.35rem);max-width:32rem}#categories>.blog-layout-home .insights-index-category__action{margin-top:clamp(1.9rem,2.7vw,2.7rem)}.hero--faq-category,.hero--insight-category{--category-hero-bg:var(--primary,#0c1a24);--category-hero-surface:#f7f7f5;--category-hero-object-position:center 50%;--hero-padding-block:clamp(34px,4.8vw,68px) clamp(76px,6.5vw,104px);background:var(--category-hero-bg);min-height:clamp(380px,48svh,520px);overflow:hidden;z-index:2}.hero--insight-category{--hero-padding-block:clamp(26px,3.4vw,48px) clamp(52px,5vw,76px);min-height:clamp(320px,39svh,430px)}.hero--faq-category .hero__content,.hero--insight-category .hero__content{--category-hero-content-shift:clamp(-3.5rem,-4vw,-2rem);max-width:min(920px,100%);position:relative;transform:translateY(var(--category-hero-content-shift));z-index:3}.hero--faq-category .hero__eyebrow,.hero--faq-category .hero__intro,.hero--faq-category .hero__title,.hero--insight-category .hero__eyebrow,.hero--insight-category .hero__intro,.hero--insight-category .hero__title{text-shadow:0 2px 4px rgba(0,0,0,.28),0 14px 26px rgba(0,0,0,.24)}.category-hero-media{display:block;inset:0;pointer-events:none;position:absolute;z-index:0}.category-hero-media:after,.category-hero-media:before{content:"";inset:0;pointer-events:none;position:absolute}.category-hero-media:before{background:rgba(3,10,20,.42);z-index:1}.category-hero-media:after{background:linear-gradient(90deg,hsla(60,11%,96%,0) 42%,hsla(60,11%,96%,.12) 68%,hsla(60,11%,96%,.24));mix-blend-mode:screen;z-index:2}.category-hero-media__image{display:block;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--category-hero-object-position);object-position:var(--category-hero-object-position);position:absolute;transform:scale(1.015);width:100%}.category-hero-cut{background:var(--category-hero-surface);bottom:-1px;clip-path:polygon(0 90%,100% -8%,100% 100%,0 100%);height:clamp(72px,8vw,118px);left:0;pointer-events:none;position:absolute;right:0;z-index:2}.category-hero-mark{--category-hero-icon-size:clamp(12.5rem,22vw,24.5rem);--category-hero-icon-cut:1px;--category-hero-icon-x:0px;--category-hero-icon-y:clamp(0.9rem,1.2vw,1.4rem);align-items:center;align-self:center;animation:category-hero-mark-in 1.2s cubic-bezier(.16,1,.3,1) .2s forwards;color:var(--secondary,#a3b74a);display:grid;grid-column:2;grid-template-columns:minmax(0,860px) clamp(2rem,5vw,6rem) var(--category-hero-icon-size) minmax(0,1fr);justify-self:stretch;margin-top:clamp(4.2rem,6vw,7rem);opacity:0;pointer-events:none;position:relative;transform:translateX(.85rem) scale(.985)}@keyframes category-hero-mark-in{to{opacity:1;transform:translateX(0) scale(1)}}.category-section{--category-section-accent-color:var(--color-accent-readable,var(--secondary-dark));min-width:0}.category-section__header{margin-bottom:clamp(36px,5vw,70px);max-width:820px}.category-section__eyebrow{align-items:center;color:var(--category-section-accent-color);display:inline-flex;font-size:12px;font-weight:700;gap:12px;letter-spacing:.18em;line-height:1;margin-bottom:24px;text-transform:uppercase}.category-section__eyebrow:before{background-color:currentColor;content:"";display:block;height:1px;width:42px}.category-section__title{color:var(--primary);font-family:var(--font-heading);font-size:clamp(46px,6vw,92px);font-weight:500;letter-spacing:-.065em;line-height:.9;margin:0}.category-section__title span{color:var(--category-section-accent-color)}.category-section__lead{color:var(--primary);font-family:var(--font-heading);font-size:clamp(22px,2.45vw,36px);font-weight:500;letter-spacing:-.025em;line-height:1.08;margin:24px 0 0;max-width:760px}.category-section__text{color:rgba(16,40,69,.72);font-size:clamp(17px,1.5vw,20px);line-height:1.75;margin-top:28px;max-width:720px}.category-section__text p{margin:0}.category-section__text p+p{margin-top:16px}.key-metrics{--metric-bg:var(--primary,#102845);--metric-accent:var(--secondary,#a3b74a);--metric-border:hsla(0,0%,100%,.18);--metric-text-muted:hsla(0,0%,100%,.68);--metric-grid-size:46px;background:radial-gradient(circle at 14% 18%,rgba(163,183,74,.16),transparent 34%),radial-gradient(circle at 88% 16%,rgba(76,194,255,.1),transparent 30%),var(--metric-bg);border-bottom:1px solid var(--metric-border);border-top:1px solid var(--metric-border);box-shadow:0 34px 90px rgba(12,26,36,.18);display:grid;gap:0;grid-template-columns:repeat(2,1fr);isolation:isolate;list-style:none;margin:56px 0 0;overflow:hidden;padding:0;position:relative}.key-metrics:before{background-image:linear-gradient(hsla(0,0%,100%,.08) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.08) 1px,transparent 0);background-size:var(--metric-grid-size) var(--metric-grid-size),var(--metric-grid-size) var(--metric-grid-size);-webkit-mask-image:radial-gradient(circle at center,#000 0,transparent 78%);mask-image:radial-gradient(circle at center,#000 0,transparent 78%);opacity:.28;z-index:1}.key-metrics:after,.key-metrics:before{content:"";inset:0;pointer-events:none;position:absolute}.key-metrics:after{background:linear-gradient(to bottom,var(--metric-border),var(--metric-border)) 50% 0/1px 100% no-repeat;z-index:4}.key-metrics__item{isolation:isolate;min-height:170px;overflow:hidden;padding:34px 30px 32px;position:relative}.key-metrics__item:not(:last-child){border-bottom:1px solid var(--metric-border)}.key-metrics__item:before{background:var(--metric-accent);border-radius:999px;content:"";height:3px;left:30px;opacity:.9;position:absolute;top:32px;transform:scaleX(.42);transform-origin:left center;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .35s ease;width:34px;z-index:3}.key-metrics__item:after{background:radial-gradient(circle at 18% 18%,rgba(163,183,74,.2),rgba(163,183,74,.07) 34%,transparent 68%),linear-gradient(135deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,0));content:"";inset:-1px 0;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease;z-index:2}.key-metrics__value{color:#fff;display:block;font-family:var(--font-title);font-size:clamp(2.5rem,4.8vw,5.4rem);font-variant-numeric:tabular-nums;letter-spacing:-.06em;line-height:.9;margin:34px 0 18px;position:relative;z-index:3}.key-metrics__label{color:var(--metric-text-muted);font-size:clamp(.95rem,1vw,1.05rem);line-height:1.55;margin:0;max-width:250px;position:relative;z-index:3}.project-card{background:#071018;border-radius:var(--project-radius);color:var(--secondary);display:block;height:var(--project-card-height);isolation:isolate;overflow:hidden;position:relative;text-decoration:none;transform:translateZ(0);transition:transform .62s cubic-bezier(.16,1,.3,1),filter .62s cubic-bezier(.16,1,.3,1)}.project-card:after,.project-card:before{border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute}.project-card:before{border:1px solid hsla(0,0%,100%,.24);opacity:.65;z-index:1}.project-card:after{background:linear-gradient(180deg,rgba(7,16,24,.04),rgba(7,16,24,.18) 46%,rgba(7,16,24,.68));z-index:2}.project-card:focus-visible,.project-card:hover{transform:translate3d(0,var(--project-hover-y),0);z-index:6}.project-card:focus-visible .project-card__media img,.project-card:hover .project-card__media img{transform:scale(1.07)}.project-card:focus-visible .project-card__content,.project-card:hover .project-card__content{background:rgba(7,16,24,.58);border-color:hsla(60,11%,96%,.24);transform:translate3d(0,var(--project-content-hover-y),0)}.project-card:focus-visible .project-card__icon,.project-card:hover .project-card__icon{background:hsla(60,11%,96%,.92);transform:scale(1.06)}.project-card:focus-visible .project-card__cta,.project-card:hover .project-card__cta{color:#f7f7f5}.project-card:focus-visible .project-card__cta:before,.project-card:hover .project-card__cta:before{opacity:1;transform:scaleX(1);transform-origin:left center}.project-card:focus-visible .project-card__cta-arrow,.project-card:hover .project-card__cta-arrow{transform:translate3d(8px,-1px,0)}.project-card:focus-visible{outline:2px solid hsla(60,11%,96%,.9);outline-offset:4px}.project-card__media{background:#071018;border-radius:inherit;inset:0;margin:0;overflow:hidden;position:absolute;z-index:-1}.project-card__media img,.project-card__media picture{display:block;height:100%;width:100%}.project-card__media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.01);transition:transform 1s cubic-bezier(.16,1,.3,1)}.project-card__meta{align-items:center;display:flex;gap:18px;justify-content:space-between;left:24px;pointer-events:none;position:absolute;right:24px;top:24px;z-index:4}.project-card__icon{align-items:center;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);background:hsla(60,11%,96%,.2);border:1px solid hsla(60,11%,96%,.18);border-radius:16px;display:inline-flex;flex:0 0 62px;height:62px;justify-content:center;position:relative;transition:transform .42s cubic-bezier(.16,1,.3,1),background-color .3s ease,border-color .3s ease;width:62px}.project-card__icon img{display:block;height:29px;-o-object-fit:contain;object-fit:contain;width:29px}.project-card__status,.project-card__year{align-items:center;display:inline-flex;font-family:var(--font-title);justify-content:center;line-height:1;position:relative;white-space:nowrap}.project-card__year{backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);background:rgba(5,10,15,.3);border:1px solid hsla(60,11%,96%,.16);border-radius:999px;color:hsla(60,11%,96%,.92);font-size:12px;letter-spacing:.12em;min-height:40px;padding-inline:17px}.project-card__content{backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%);background:rgba(7,16,24,.46);border:1px solid hsla(60,11%,96%,.14);border-radius:var(--project-inner-radius);bottom:18px;box-shadow:0 18px 48px rgba(0,0,0,.16);left:18px;padding:28px;position:absolute;right:18px;transform:translateZ(0);transition:transform .52s cubic-bezier(.16,1,.3,1),background-color .3s ease,border-color .3s ease;z-index:4}.project-card__logo{align-items:center;display:flex;justify-content:flex-start;margin-bottom:18px;min-height:44px}.project-card__logo img{display:block;height:auto;max-height:44px;max-width:168px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:auto}.project-card__title{color:var(--secondary);font-family:var(--font-title);font-size:clamp(30px,2.5vw,42px);font-weight:500;letter-spacing:-.035em;line-height:1.02;margin:0 0 12px}.project-card__baseline{color:hsla(60,11%,96%,.86);font-size:16px;line-height:25px;margin:0;max-width:360px}.project-card__footer{align-items:center;border-top:1px solid hsla(60,11%,96%,.18);display:flex;gap:18px;justify-content:space-between;margin-top:26px;padding-top:20px}.project-card__status{background:hsla(60,11%,96%,.08);border:1px solid hsla(60,11%,96%,.12);border-radius:999px;color:hsla(60,11%,96%,.82);font-size:11px;gap:8px;letter-spacing:.08em;min-height:32px;padding-inline:13px;text-transform:uppercase}.project-card__status:before{background:currentColor;border-radius:50%;content:"";height:6px;opacity:.72;width:6px}.project-card__cta{align-items:center;background:transparent!important;border:0;box-shadow:none;color:hsla(60,11%,96%,.94);display:inline-flex;font-family:var(--font-title);font-size:11px;gap:13px;letter-spacing:.14em;line-height:1;margin-left:auto;min-height:34px;outline:0;overflow:visible;padding:0;position:relative;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.project-card__cta:before{background:currentColor;bottom:2px;content:"";height:1px;left:0;opacity:.72;position:absolute;right:31px;transform:scaleX(.34);transform-origin:right center;transition:transform .42s cubic-bezier(.16,1,.3,1),opacity .3s ease}.project-card__cta-arrow{align-items:center;background:transparent!important;border:0;box-shadow:none;color:currentColor;display:inline-flex;height:18px;justify-content:center;position:relative;transition:transform .42s cubic-bezier(.16,1,.3,1);width:28px}.project-card__cta-arrow:before{background:currentColor;content:"";height:1px;left:2px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.project-card__cta-arrow:after{border-right:1px solid;border-top:1px solid;content:"";height:8px;position:absolute;right:4px;top:50%;transform:translateY(-50%) rotate(45deg);width:8px}.project-card--landscape{min-height:440px}.project-card--landscape .project-card__media img{-o-object-position:center top;object-position:center top}.project-card--landscape .project-card__meta{align-items:flex-start}.project-card--landscape .project-card__content{padding:26px}.project-card--landscape .project-card__logo img{max-height:46px;max-width:172px}.project-card--landscape .project-card__baseline{font-size:15px;line-height:24px;max-width:440px}.project-card--landscape .project-card__footer{margin-top:22px}.project-card--landscape .project-card__cta{margin-left:0}.project-card__sr-title{border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);white-space:nowrap}.project-slider{--project-gap:1px;--project-safe-y:58px;--project-hover-y:-30px;--project-content-hover-y:-10px;--project-radius:18px;--project-inner-radius:14px;--project-card-width:clamp(320px,31vw,520px);--project-card-height:clamp(520px,42vw,650px);background:#fff;margin:0;overflow:hidden;padding-block:90px;position:relative;width:100%}.project-slider__header{margin:0 auto 48px;max-width:820px;padding-inline:24px;text-align:center}.project-slider__eyebrow{color:var(--secondary-dark);display:inline-flex;font-family:var(--font-title);font-size:12px;font-weight:500;letter-spacing:.22em;line-height:1;margin-bottom:16px;text-transform:uppercase}.project-slider__title{color:var(--primary);font-family:var(--font-title);font-size:clamp(44px,5.4vw,82px);font-weight:500;letter-spacing:-.045em;line-height:.92;margin:0}.project-slider__intro{color:rgba(12,26,36,.62);font-size:18px;line-height:31px;margin:24px auto 0;max-width:610px}.project-slider__viewport{background:transparent;margin-block:calc(var(--project-safe-y)*-1);max-width:100vw;overflow:hidden;padding-block:var(--project-safe-y);position:relative;width:100%}.project-slider__track{align-items:stretch;display:flex;gap:var(--project-gap);margin:0;padding:0;transform:translateZ(0);width:-moz-max-content;width:max-content;will-change:transform}.project-slider__item{flex:0 0 var(--project-card-width);min-width:0}.service-intro{--service-grid-size:var(--grid-pattern-size,56px);--service-border:hsla(0,0%,100%,.14);background:radial-gradient(circle at 14% 18%,rgba(163,183,74,.14),transparent 34%),radial-gradient(circle at 88% 12%,rgba(76,194,255,.09),transparent 30%),linear-gradient(135deg,#030a14 0,var(--primary,#0c1a24) 48%,#030a14 100%);color:#fff;hyphens:auto;isolation:isolate;overflow:hidden;padding:54px 0 72px;position:relative}.service-intro h2{color:#fff}.service-intro:before{background:linear-gradient(100deg,hsla(0,0%,100%,.07) 1px,transparent 0),linear-gradient(0deg,hsla(0,0%,100%,.14) 1px,transparent 0);background-size:var(--service-grid-size) var(--service-grid-size),var(--service-grid-size) var(--service-grid-size);height:min(42%,260px);inset:auto 0 0;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000);mask-image:linear-gradient(180deg,transparent 0,#000)}.service-intro:after,.service-intro:before{content:"";pointer-events:none;position:absolute;z-index:-1}.service-intro:after{background:linear-gradient(100deg,hsla(0,0%,100%,.11) 1px,transparent 0),linear-gradient(0deg,hsla(0,0%,100%,.16) 1px,transparent 0);background-size:var(--service-grid-size) var(--service-grid-size),var(--service-grid-size) var(--service-grid-size);height:120px;inset:0 0 auto;-webkit-mask-image:linear-gradient(180deg,#000 0,transparent);mask-image:linear-gradient(180deg,#000 0,transparent)}.service-intro__content{padding:0}.service-intro__title{align-items:center;color:#fff;display:flex;font-family:var(--font-title);font-size:clamp(30px,5vw,36px);gap:28px;hyphens:auto;line-height:1.15;margin:20px 0 10px;max-width:800px;padding-bottom:20px}.service-intro__title svg{color:hsla(0,0%,100%,.3);flex-shrink:0;font-size:90px}.service-intro__description{font-size:20px;margin-left:0;width:100%}.transition{height:100px;overflow:hidden;width:100%}.transition svg{display:block;height:100%;width:100%}.editorial-slider{--editorial-slider-visible:3;--editorial-slider-gap:20px;margin-inline:auto;max-width:1396px;padding:80px 0;width:100%}.editorial-slider__header{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px;width:100%}.editorial-slider__heading{flex:1 1 auto;min-width:0}.editorial-slider__title{margin:0}.editorial-slider__title-row{align-items:center;display:flex;gap:8px}.editorial-slider__intro{font-size:18px;line-height:1.5;margin:0}.editorial-slider__icon{color:var(--secondary);flex:0 0 auto;height:24px;width:24px;fill:currentColor}.editorial-slider__controls{align-items:center;display:flex;flex:0 0 auto;gap:10px;justify-content:flex-end;margin-left:auto}.editorial-slider__button{align-items:center;background-color:var(--primary);border:1px solid rgba(12,26,36,.2);border-radius:10px;color:var(--secondary);cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0;transition:transform .35s cubic-bezier(.22,1,.36,1),border-radius .35s ease,background-color .3s ease,opacity .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:44px}.editorial-slider__button:hover:not(:disabled){background-color:var(--primary);border-radius:999px;transform:scale(1.18)}.editorial-slider__button:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.editorial-slider__button:disabled{cursor:not-allowed;opacity:.35;pointer-events:none}.editorial-slider__button-icon{color:currentColor;display:block;height:24px;width:24px;fill:currentColor;pointer-events:none}.editorial-slider__viewport{box-sizing:border-box;margin-inline:auto;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;padding-inline:10px;position:relative;scroll-padding-inline:10px;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;-webkit-overflow-scrolling:touch}.editorial-slider__viewport::-webkit-scrollbar{display:none}.editorial-slider__track{align-items:stretch;display:flex;gap:var(--editorial-slider-gap);transform:none;transition:none;width:100%}.editorial-slider__item{box-sizing:border-box;flex:0 0 calc((100% - (var(--editorial-slider-visible) - 1)*var(--editorial-slider-gap))/var(--editorial-slider-visible));min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.editorial-slider__viewport img{display:block;height:auto;max-width:100%;width:100%}.editorial-slider__action{align-items:center;display:flex;margin-top:clamp(28px,3vw,44px)}.editorial-card--standard{--editorial-card-accent:var(--insight-category-accent,var(--secondary));--editorial-card-accent-dark:var(--insight-category-accent-dark,var(--secondary-dark));--editorial-card-soft:var(--insight-category-soft,rgba(163,183,74,.13));--editorial-card-border:var(--insight-category-border,rgba(12,26,36,.12));--editorial-card-ink:var(--primary);--editorial-card-muted:rgba(12,26,36,.72);--editorial-card-surface:hsla(0,0%,100%,.74);background-color:var(--editorial-card-surface);border:1px solid var(--editorial-card-border);color:var(--editorial-card-ink);display:flex;flex-direction:column;height:100%;min-height:420px;overflow:hidden;position:relative;text-decoration:none;transition:transform .45s cubic-bezier(.22,1,.36,1),background-color .35s ease,border-color .35s ease,box-shadow .35s ease}a[href].editorial-card--standard:hover{background-color:hsla(0,0%,100%,.9);border-color:rgba(12,26,36,.2);box-shadow:0 18px 46px rgba(12,26,36,.1);transform:translateY(-4px)}a[href].editorial-card--standard:hover .editorial-card__image{filter:grayscale(0) contrast(108%) saturate(104%);transform:scale(1.08)}a[href].editorial-card--standard:hover .editorial-card__tag{background-color:var(--editorial-card-accent);color:var(--editorial-card-ink)}a[href].editorial-card--standard:hover .editorial-card__level{background-color:hsla(0,0%,100%,.96);border-color:hsla(0,0%,100%,.76)}a[href].editorial-card--standard:hover .editorial-card__link:after{transform:scaleX(1);transform-origin:left}a[href].editorial-card--standard:hover .editorial-card__arrow{background-color:var(--color-secondary-action,var(--editorial-card-accent-dark));color:var(--color-secondary-action-invert,#fff);transform:translateX(8px)}.editorial-card--standard .editorial-card__media{background-color:rgba(12,26,36,.05);flex:0 0 250px;height:250px;overflow:hidden;position:relative}.editorial-card--standard .editorial-card__media:after{background:linear-gradient(180deg,rgba(12,26,36,.02) 35%,rgba(12,26,36,.38));content:"";inset:0;pointer-events:none;position:absolute}.editorial-card--standard .editorial-card__image{display:block;filter:grayscale(18%) contrast(104%) saturate(92%);height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .8s cubic-bezier(.22,1,.36,1),filter .45s ease;width:100%}.editorial-card--standard .editorial-card__level,.editorial-card--standard .editorial-card__tag{align-items:center;display:inline-flex;font-family:var(--font-title);line-height:1;position:absolute;text-transform:uppercase;white-space:nowrap;z-index:2}.editorial-card--standard .editorial-card__tag{background-color:var(--editorial-card-ink);bottom:18px;color:var(--editorial-card-accent);font-size:11px;left:30px;letter-spacing:.1em;min-height:32px;padding:7px 14px 6px;transition:color .35s ease,background-color .35s ease}.editorial-card--standard .editorial-card__level{background-color:hsla(60,11%,96%,.9);border:1px solid hsla(0,0%,100%,.54);box-shadow:0 10px 26px rgba(12,26,36,.14);color:var(--editorial-card-ink);font-size:10px;max-width:calc(100% - 36px);min-height:30px;overflow:hidden;padding:7px 12px 6px;right:18px;text-overflow:ellipsis;top:18px;transition:background-color .35s ease,border-color .35s ease}.editorial-card--standard .editorial-card__body{display:flex;flex:1;flex-direction:column;padding:24px 34px 22px 30px}.editorial-card--standard .editorial-card__title{color:var(--editorial-card-ink);display:-webkit-box;font-family:var(--font-title);font-size:21px;line-height:29px;margin:0 0 12px;min-height:58px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.editorial-card--standard .editorial-card__excerpt{color:var(--editorial-card-muted);display:-webkit-box;font-size:15px;height:46px;line-height:23px;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.editorial-card--standard .editorial-card__footer{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-top:auto;padding-top:16px}.editorial-card--standard .editorial-card__link{color:var(--editorial-card-ink);font-family:var(--font-title);font-size:14px;letter-spacing:.035em;line-height:1;position:relative}.editorial-card--standard .editorial-card__link:after{background-color:var(--editorial-card-accent);bottom:-7px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .35s ease;width:100%}.editorial-card--standard .editorial-card__arrow{align-items:center;background-color:rgba(12,26,36,.06);color:var(--editorial-card-ink);display:inline-flex;flex:0 0 42px;font-size:22px;height:42px;justify-content:center;line-height:1;transition:transform .35s ease,color .35s ease,background-color .35s ease;width:42px}.insights-featured{--insights-featured-edge:18px;--insights-featured-grid-size:var(--grid-pattern-size,6px);--insights-featured-height:clamp(370px,29vw,440px);isolation:isolate;margin:0;overflow:hidden;padding:0;position:relative;scroll-margin-top:96px}.insights-featured:before{background:linear-gradient(90deg,rgba(12,26,36,.062),rgba(12,26,36,0)),linear-gradient(rgba(12,26,36,.03) 1px,transparent 0),linear-gradient(90deg,rgba(12,26,36,.03) 1px,transparent 0);background-size:auto,var(--insights-featured-grid-size) var(--insights-featured-grid-size),var(--insights-featured-grid-size) var(--insights-featured-grid-size);content:"";inset:0 auto 0 0;mask-image:linear-gradient(90deg,#000,#000 54%,transparent);-webkit-mask-image:linear-gradient(90deg,#000,#000 54%,transparent);pointer-events:none;position:absolute;width:max(12vw,(100vw - 1396px)/2 + 148px);z-index:-1}.insights-featured:after{background:rgba(12,26,36,.24);bottom:0;content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.insights-featured+#categories{margin-top:clamp(48px,6vw,84px)}.insights-featured__card{background:transparent;border:0;color:var(--primary);display:grid;grid-column:2;isolation:isolate;overflow:visible;position:relative;text-decoration:none;transition:opacity .35s ease}.insights-featured__card:before{background:radial-gradient(circle at 82% 18%,rgba(163,183,74,.16),transparent 24%),linear-gradient(135deg,rgba(163,183,74,.12),transparent 34%),linear-gradient(180deg,hsla(0,0%,100%,.985),hsla(60,11%,96%,.985));border:1px solid rgba(12,26,36,.09);box-shadow:0 30px 82px rgba(12,26,36,.11),inset 0 1px 0 hsla(0,0%,100%,.72);content:"";inset:0;pointer-events:none;position:absolute;transition:box-shadow .35s ease,border-color .35s ease,background .35s ease;z-index:-2}.insights-featured__card:after{background-image:linear-gradient(rgba(12,26,36,.026) 1px,transparent 0),linear-gradient(90deg,rgba(12,26,36,.026) 1px,transparent 0);background-size:var(--insights-featured-grid-size) var(--insights-featured-grid-size);content:"";inset:0;mask-image:linear-gradient(90deg,rgba(0,0,0,.62),#000 34%,#000 84%,transparent);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.62),#000 34%,#000 84%,transparent);opacity:.9;pointer-events:none;position:absolute;transition:opacity .35s ease;z-index:-1}.insights-featured__card:hover:before{background:radial-gradient(circle at 82% 18%,rgba(163,183,74,.2),transparent 24%),linear-gradient(135deg,rgba(163,183,74,.16),transparent 34%),linear-gradient(180deg,#fff,#f7f7f5);border-color:rgba(12,26,36,.16);box-shadow:0 30px 82px rgba(12,26,36,.14)}.insights-featured__card:hover:after{opacity:.78}.insights-featured__media{background:var(--primary);box-shadow:18px 0 42px rgba(12,26,36,.14),0 22px 58px rgba(12,26,36,.14);min-height:320px;overflow:hidden;position:relative;z-index:2}.insights-featured__media img,.insights-featured__media picture{display:block;height:100%;width:100%}.insights-featured__media img{filter:grayscale(10%) contrast(105%) saturate(96%);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .8s cubic-bezier(.22,1,.36,1),filter .35s ease}.insights-featured__media:before{background:var(--secondary);content:"";inset:0 auto 0 0;pointer-events:none;position:absolute;transform:scaleY(.72);transform-origin:top;transition:transform .45s cubic-bezier(.22,1,.36,1);width:5px;z-index:2}.insights-featured__media:after{background:linear-gradient(180deg,rgba(12,26,36,.02) 34%,rgba(12,26,36,.52)),linear-gradient(90deg,rgba(12,26,36,.18),transparent 54%);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.insights-featured__card:hover .insights-featured__media:before{transform:scaleY(1)}.insights-featured__card:hover .insights-featured__media img{filter:grayscale(0) contrast(108%) saturate(104%);transform:scale(1.045)}.insights-featured__label{align-items:center;background:var(--secondary);bottom:24px;color:var(--primary);display:inline-flex;font-family:var(--font-title);font-size:12px;left:24px;letter-spacing:0;line-height:1;min-height:38px;padding:10px 15px 9px;position:absolute;text-transform:uppercase;z-index:2}.insights-featured__body{display:flex;flex-direction:column;gap:0;justify-content:center;min-width:0;padding:38px 28px 36px;position:relative;z-index:1}.insights-featured__meta{align-items:center;color:rgba(12,26,36,.64);display:flex;flex-wrap:wrap;font-family:var(--font-title);font-size:11px;gap:10px;letter-spacing:.02em;line-height:1.2;margin-bottom:clamp(22px,2.4vw,32px);text-transform:uppercase}.insights-featured__meta span,.insights-featured__meta time{align-items:center;border-radius:6px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.52);display:inline-flex;min-height:36px;padding:10px 14px 9px;position:relative}.insights-featured__meta span{background:linear-gradient(90deg,var(--secondary) 0 4px,rgba(163,183,74,.14) 4px 100%);border:1px solid rgba(163,183,74,.48);color:var(--primary)}.insights-featured__meta time{background:hsla(0,0%,100%,.56);border:1px solid rgba(12,26,36,.08);color:rgba(12,26,36,.72)}.insights-featured__kicker{align-items:center;border-bottom:1px solid rgba(12,26,36,.12);color:var(--primary);display:inline-flex;font-family:var(--font-title);font-size:14px;gap:14px;letter-spacing:.02em;line-height:1.35;margin:0 0 clamp(16px,1.7vw,22px);padding:0 0 12px;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.insights-featured__kicker:before{background:var(--secondary);box-shadow:16px 0 0 rgba(12,26,36,.12);content:"";flex:0 0 10px;height:10px;width:10px}.insights-featured__title{color:var(--primary);font-family:var(--font-title);font-size:30px;line-height:1.16;margin:0;max-width:760px}.insights-featured__summary{color:rgba(12,26,36,.74);font-size:17px;line-height:1.55;margin:clamp(18px,2vw,24px) 0 0;max-width:720px}.insights-featured__footer{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-top:clamp(28px,3vw,40px)}.insights-featured__cta{color:var(--primary);font-family:var(--font-title);font-size:16px;line-height:1;position:relative}.insights-featured__cta:after{background:var(--secondary);bottom:-8px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .35s ease;width:100%}.insights-featured__arrow{align-items:center;background:rgba(12,26,36,.07);color:var(--primary);display:inline-flex;flex:0 0 48px;font-size:24px;height:48px;justify-content:center;line-height:1;transition:transform .35s ease,color .35s ease,background-color .35s ease;width:48px}.insights-featured__card:hover .insights-featured__cta:after{transform:scaleX(1);transform-origin:left}.insights-featured__card:hover .insights-featured__arrow{background:var(--secondary);color:var(--primary);transform:translateX(8px)}.insight-search{color:var(--primary,#0c1a24);margin-top:clamp(44px,6vw,86px)}.insight-search+#categories{margin-top:clamp(38px,5vw,72px)}.insight-search__inner{background:linear-gradient(135deg,rgba(163,183,74,.1),transparent 34%),linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(60,11%,96%,.94));border:1px solid rgba(12,26,36,.1);border-radius:8px;box-shadow:0 24px 70px rgba(12,26,36,.08);display:grid;gap:clamp(22px,3vw,34px);isolation:isolate;overflow:hidden;padding:clamp(24px,4vw,48px);position:relative}.insight-search__inner:after,.insight-search__inner:before{content:"";pointer-events:none;position:absolute}.insight-search__inner:before{background-image:linear-gradient(rgba(12,26,36,.045) 1px,transparent 0),linear-gradient(90deg,rgba(12,26,36,.045) 1px,transparent 0);background-size:42px 42px;inset:0;mask-image:linear-gradient(90deg,#000,#000 58%,transparent);-webkit-mask-image:linear-gradient(90deg,#000,#000 58%,transparent);opacity:.5;z-index:-2}.insight-search__inner:after{background:var(--secondary,#a3b74a);inset:0 auto 0 0;width:3px;z-index:-1}.insight-search__header{max-width:440px}.insight-search__eyebrow{align-items:center;color:var(--secondary-dark,#657226);display:inline-flex;font-size:.76rem;gap:12px;letter-spacing:.1em;line-height:1.2;margin:0 0 12px;text-transform:uppercase}.insight-search__eyebrow:before{background:var(--secondary,#a3b74a);content:"";flex:0 0 34px;height:2px;width:34px}.insight-search__title{color:var(--primary,#0c1a24);font-family:var(--font-title);font-size:clamp(1.9rem,3vw,3rem);letter-spacing:0;line-height:1.05;margin:0;max-width:420px}.insight-search__intro{color:rgba(12,26,36,.68);font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.58;margin:14px 0 0;max-width:420px}.insight-search__field-wrapper{min-width:0;position:relative}.insight-search__icon{border:2px solid rgba(12,26,36,.48);border-radius:50%;height:18px;left:18px;position:absolute;top:50%;transform:translateY(-50%);transition:border-color .25s ease,transform .25s ease;width:18px;z-index:1}.insight-search__icon:after{background:rgba(12,26,36,.48);border-radius:999px;bottom:-5px;content:"";height:2px;position:absolute;right:-6px;transform:rotate(45deg);transform-origin:left center;transition:background-color .25s ease;width:8px}.insight-search__input{background:hsla(0,0%,100%,.86);border:1px solid rgba(12,26,36,.14);border-radius:8px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 16px 34px rgba(12,26,36,.06);color:var(--primary,#0c1a24);font-family:var(--font-text);font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.2;min-height:64px;outline:0;padding:17px 18px 16px 54px;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease;width:100%}.insight-search__input::-moz-placeholder{color:rgba(12,26,36,.42);opacity:1}.insight-search__input::placeholder{color:rgba(12,26,36,.42);opacity:1}.insight-search__input:focus{background:#fff;border-color:rgba(163,183,74,.78);box-shadow:0 0 0 4px rgba(163,183,74,.18),0 18px 42px rgba(12,26,36,.1)}.insight-search__field-wrapper:focus-within .insight-search__icon{border-color:var(--secondary-dark,#657226);transform:translateY(-50%) scale(1.04)}.insight-search__field-wrapper:focus-within .insight-search__icon:after{background:var(--secondary-dark,#657226)}.insight-search__filters{display:flex;flex-wrap:wrap;gap:8px}.insight-search__filter{align-items:center;background:hsla(0,0%,100%,.62);border:1px solid rgba(12,26,36,.12);border-radius:999px;color:rgba(12,26,36,.72);cursor:pointer;display:inline-flex;font-family:var(--font-text);font-size:.9rem;justify-content:center;line-height:1;min-height:38px;padding:8px 14px;transition:color .22s ease,border-color .22s ease,background-color .22s ease,transform .22s ease}.insight-search__filter:hover{background:#fff;border-color:rgba(12,26,36,.28);color:var(--primary,#0c1a24)}.insight-search__filter:focus-visible{box-shadow:0 0 0 3px rgba(163,183,74,.28);outline:0}.insight-search__filter.is-active{background:var(--primary,#0c1a24);border-color:var(--primary,#0c1a24);color:#fff}.insight-search__status{min-height:28px}.insight-search__count,.insight-search__empty{color:rgba(12,26,36,.64);font-size:.96rem;line-height:1.45;margin:0}.insight-search__empty{color:var(--secondary-dark,#657226)}.insight-search__empty[hidden],[data-insight-card][hidden],[data-insight-group][hidden]{display:none!important}.article-vision{background:radial-gradient(circle at 78% 8%,hsla(69,59%,66%,.16),transparent 34%),radial-gradient(circle at 12% 88%,hsla(0,0%,100%,.055),transparent 36%),linear-gradient(135deg,#0d243b,#07131f 52%,#040b12);color:#fff;isolation:isolate;margin:0;overflow:hidden;padding:72px 20px;position:relative}.article-vision:before{background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,transparent 0);background-size:42px 42px;inset:0;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.22) 72%,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.22) 72%,transparent);opacity:.62;z-index:-3}.article-vision:after,.article-vision:before{content:"";pointer-events:none;position:absolute}.article-vision:after{border:1px solid hsla(0,0%,100%,.105);border-radius:28px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055),0 40px 120px rgba(0,0,0,.18);inset:14px;z-index:-2}.article-vision__inner{align-items:start;display:grid;gap:46px;grid-template-columns:1fr;position:relative;z-index:1}.article-vision__header{max-width:1040px;position:relative}.article-vision__header:after{background:linear-gradient(90deg,hsla(69,59%,66%,.55),hsla(0,0%,100%,.14),transparent);content:"";display:block;height:1px;margin-top:38px;width:min(100%,680px)}.article-vision__eyebrow{align-items:center;color:#cddc76;display:inline-flex;font-size:.72rem;font-weight:850;gap:13px;letter-spacing:.18em;line-height:1;margin-bottom:22px;text-transform:uppercase}.article-vision__eyebrow:before{background:currentColor;content:"";height:1px;opacity:.9;width:38px}.article-vision__title{color:#fff;font-size:clamp(2.05rem,8.6vw,3.25rem);font-weight:780;letter-spacing:.06em;line-height:1.08;margin:0;max-width:940px;text-wrap:balance}.article-vision__lead{color:hsla(0,0%,100%,.82);font-size:1.04rem;font-weight:420;line-height:1.72;margin:26px 0 0;max-width:840px}.article-vision__text{color:hsla(0,0%,100%,.62);font-size:.98rem;line-height:1.86;margin:17px 0 0;max-width:760px}.article-vision__grid{display:grid;gap:18px;grid-template-columns:1fr}.article-vision-card{backdrop-filter:blur(18px);background:linear-gradient(180deg,hsla(0,0%,100%,.105),hsla(0,0%,100%,.04));border:1px solid hsla(0,0%,100%,.095);border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.095);display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:26px;position:relative;transform:translateZ(0);transition:transform .42s cubic-bezier(.22,1,.36,1),border-color .42s ease,background .42s ease,box-shadow .42s ease}.article-vision-card:before{background:radial-gradient(circle at 84% 0,hsla(69,59%,66%,.18),transparent 34%),linear-gradient(135deg,hsla(0,0%,100%,.08),transparent 42%);inset:0;transition:opacity .42s ease}.article-vision-card:after,.article-vision-card:before{content:"";opacity:0;pointer-events:none;position:absolute}.article-vision-card:after{background:linear-gradient(90deg,transparent,hsla(69,59%,66%,.72),transparent);bottom:0;height:1px;left:28px;right:28px;transform:scaleX(.32);transform-origin:center;transition:opacity .42s ease,transform .42s cubic-bezier(.22,1,.36,1)}.article-vision-card:hover{background:linear-gradient(180deg,hsla(0,0%,100%,.13),hsla(0,0%,100%,.048));border-color:hsla(69,59%,66%,.36);box-shadow:0 38px 110px rgba(0,0,0,.34),inset 0 1px 0 hsla(0,0%,100%,.13);transform:translateY(-7px)}.article-vision-card:hover:before{opacity:1}.article-vision-card:hover:after{opacity:1;transform:scaleX(1)}.article-vision-card__top{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:54px;position:relative;z-index:1}.article-vision-card__number{color:#cddc76;display:inline-flex;font-size:.72rem;font-weight:850;letter-spacing:.18em;line-height:1}.article-vision-card__label{align-items:center;background:hsla(69,59%,66%,.075);border:1px solid hsla(69,59%,66%,.25);border-radius:999px;color:hsla(68,67%,73%,.96);display:inline-flex;font-size:.68rem;font-weight:850;height:31px;justify-content:center;letter-spacing:.14em;line-height:1;min-width:52px;padding:0 13px;text-transform:uppercase}.article-vision-card__title{color:#fff;font-size:1.46rem;font-weight:780;letter-spacing:-.02em;line-height:1.08;margin:0;position:relative;z-index:1}.article-vision-card__text{color:hsla(0,0%,100%,.64);font-size:.94rem;line-height:1.75;margin:17px 0 0;max-width:none;position:relative;z-index:1}.insight-action-panel{--insight-panel-primary:var(--article-primary,#0c1a24);--insight-panel-secondary:var(--article-secondary,#a3b74a);--insight-panel-secondary-dark:var(--article-secondary-dark,#657226);--insight-panel-white:var(--article-white,#fff);--insight-panel-cream:var(--article-cream,#f7f7f2);--insight-panel-soft:var(--article-soft,#f1f2ea);--insight-panel-border:var(--article-border,rgba(12,26,36,.12));--insight-panel-border-light:var( --article-border-light,rgba(12,26,36,.08) );--insight-panel-text:var(--article-text,rgba(12,26,36,.78));--insight-panel-muted:var(--article-muted,rgba(12,26,36,.62));--insight-panel-radius-lg:var(--article-radius-lg,1.75rem);--insight-panel-radius-md:var(--article-radius-md,1.15rem);color:var(--insight-panel-primary);margin:0 0 4.2rem}.insight-action-panel__inner{background:radial-gradient(circle at top right,rgba(163,183,74,.2),transparent 17rem),linear-gradient(135deg,rgba(163,183,74,.11),hsla(0,0%,100%,.94)),var(--insight-panel-cream);background-color:#fff;border:1px solid var(--insight-panel-border);border-left:.22rem solid var(--insight-panel-secondary);border-radius:0 var(--insight-panel-radius-lg) var(--insight-panel-radius-lg) 0;box-shadow:0 1.35rem 3.8rem rgba(12,26,36,.07);display:grid;gap:1.25rem;overflow:hidden;padding:1.35rem;position:relative}.insight-action-panel__inner:before{border:1px solid rgba(163,183,74,.34);border-radius:999rem;bottom:-3.5rem;content:"";height:9rem;pointer-events:none;position:absolute;right:-3.5rem;width:9rem}.insight-action-panel__inner:after{background:linear-gradient(90deg,hsla(0,0%,100%,.62),transparent 54%);content:"";inset:0;pointer-events:none;position:absolute}.insight-action-panel__actions,.insight-action-panel__content,.insight-action-panel__feedback,.insight-action-panel__meta{position:relative;z-index:1}.insight-action-panel__content{display:flex;flex-direction:column;height:100%;max-width:46rem}.insight-action-panel__eyebrow{align-items:center;color:var(--insight-panel-secondary-dark);display:inline-flex;font-size:.7rem;font-weight:800;gap:.75rem;letter-spacing:.14em;line-height:1;margin:0 0 .85rem;text-transform:uppercase}.insight-action-panel__eyebrow:before{background:currentColor;content:"";display:block;height:1px;width:1.9rem}.insight-action-panel__title{color:var(--insight-panel-primary);font-family:var(--font-title-accent);font-size:clamp(1.55rem,5vw,2.35rem);font-weight:400;letter-spacing:.01em;line-height:1.08;margin:0;max-width:38rem}.insight-action-panel__text{color:var(--insight-panel-text);font-size:1.02rem;font-weight:400;letter-spacing:.003em;line-height:1.58;margin:.9rem 0 0;max-width:42rem}.insight-action-panel__meta{border-top:1px solid var(--insight-panel-border-light);display:flex;flex:1 1 auto;flex-direction:column;gap:.9rem;margin-top:1.25rem;padding-top:1.35rem}.insight-action-panel__author{align-content:start;color:var(--insight-panel-primary);display:grid;gap:.32rem;text-decoration:none}.insight-action-panel__author span,.insight-action-panel__dates dt,.insight-action-panel__group-label{color:var(--insight-panel-secondary-dark);font-family:var(--font-title);font-size:.68rem;font-weight:800;letter-spacing:.11em;line-height:1;text-transform:uppercase}.insight-action-panel__author strong{color:var(--insight-panel-primary);font-family:var(--font-title);font-size:1.05rem;font-weight:400;line-height:1.18}.insight-action-panel__author small{color:var(--insight-panel-muted);font-size:.82rem;line-height:1.38}.insight-action-panel__audio{background:radial-gradient(circle at right bottom,rgba(163,183,74,.18),transparent 9.5rem),linear-gradient(135deg,hsla(0,0%,100%,.96),hsla(68,24%,93%,.86));border:1px solid rgba(12,26,36,.1);border-radius:.9rem;box-shadow:0 .9rem 2rem rgba(12,26,36,.07);color:var(--insight-panel-primary);display:grid;gap:.95rem;min-width:0;overflow:hidden;padding:1rem;position:relative}.insight-action-panel__audio:before{border:1px solid rgba(163,183,74,.3);border-radius:999rem;content:"";height:11rem;inset:auto -2rem -4.5rem auto;pointer-events:none;position:absolute;width:11rem}.insight-action-panel__audio-controls,.insight-action-panel__audio-heading{position:relative;z-index:1}.insight-action-panel__audio-heading{align-items:center;display:flex;gap:.82rem;min-width:0}.insight-action-panel__audio-picto{background:rgba(163,183,74,.14);border:1px solid rgba(163,183,74,.32);border-radius:.78rem;color:var(--insight-panel-secondary-dark);display:inline-grid;flex:0 0 auto;height:3.05rem;place-items:center;width:3.05rem}.insight-action-panel__audio-picto svg{height:1.75rem;width:1.75rem;fill:currentColor}.insight-action-panel__audio-subtitle,.insight-action-panel__audio-title{margin:0}.insight-action-panel__audio-title{color:var(--insight-panel-primary);font-family:var(--font-title);font-size:1.04rem;font-weight:400;letter-spacing:0;line-height:1.12}.insight-action-panel__audio-title span{color:var(--insight-panel-secondary-dark);font-size:.78em;white-space:nowrap}.insight-action-panel__audio-subtitle{color:var(--insight-panel-muted);font-size:.82rem;line-height:1.35;margin-top:.28rem}.insight-action-panel__audio-controls{display:grid;gap:.78rem;padding-bottom:0}.insight-action-panel__audio-toggle{align-items:center;background:var(--insight-panel-secondary-dark);border:1px solid rgba(101,114,38,.38);border-radius:.6rem;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:.88rem;font-weight:800;gap:.42rem;justify-content:center;line-height:1;min-height:2.75rem;padding:.68rem .9rem;transition:transform .24s ease,background-color .24s ease,box-shadow .24s ease;width:8.25rem}.insight-action-panel__audio-toggle:hover{background:var(--insight-panel-secondary-dark);box-shadow:0 .7rem 1.4rem rgba(12,26,36,.1);transform:translateY(-.12rem)}.insight-action-panel__audio-toggle:focus-visible{outline:3px solid var(--insight-panel-primary);outline-offset:4px}.insight-action-panel__audio-icon{height:1.28rem;width:1.28rem;fill:currentColor}.insight-action-panel__audio-icon--pause,.insight-action-panel__audio.is-playing .insight-action-panel__audio-icon--play{display:none}.insight-action-panel__audio.is-playing .insight-action-panel__audio-icon--pause{display:block}.insight-action-panel__audio-timeline{--audio-progress:0%;display:grid;gap:0;height:2.75rem;min-width:0;position:relative}.insight-action-panel__audio-timeline:before{background:linear-gradient(90deg,var(--insight-panel-secondary) 0 var(--audio-progress),rgba(12,26,36,.14) var(--audio-progress) 100%);border-radius:999rem;content:"";height:.58rem;left:0;pointer-events:none;position:absolute;right:0;top:calc(50% - .29rem)}.insight-action-panel__audio-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:999rem;cursor:pointer;display:block;height:100%;inset:0;margin:0;opacity:0;padding:0;position:absolute;width:100%}.insight-action-panel__audio-progress::-webkit-slider-runnable-track{background:transparent;border-radius:999rem;height:.58rem}.insight-action-panel__audio-progress::-moz-range-track{background:transparent;border-radius:999rem;height:.58rem}.insight-action-panel__audio-progress::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:transparent;border:0;box-shadow:none;height:0;width:0}.insight-action-panel__audio-progress::-moz-range-thumb{background:transparent;border:0;box-shadow:none;height:0;width:0}.insight-action-panel__audio-time{color:var(--insight-panel-muted);display:flex;font-size:.78rem;font-variant-numeric:tabular-nums;gap:.6rem;justify-content:space-between;left:0;line-height:1;position:absolute;right:0;top:calc(50% + .62rem)}.insight-action-panel__dates{display:grid;gap:.55rem;grid-template-columns:1fr;margin:auto 0 0}.insight-action-panel__date-item{background:hsla(0,0%,100%,.62);border:1px solid var(--insight-panel-border-light);border-radius:.55rem;min-width:0;padding:.72rem .78rem}.insight-action-panel__date-item dd,.insight-action-panel__date-item dt{margin:0}.insight-action-panel__date-item dd{color:var(--insight-panel-primary);font-size:.9rem;font-weight:750;line-height:1.25;margin-top:.34rem}.insight-action-panel__actions{align-self:stretch;display:grid;gap:.75rem}.insight-action-panel__action-group{background:hsla(0,0%,100%,.62);border:1px solid var(--insight-panel-border-light);border-radius:.75rem;display:grid;gap:.55rem;min-width:0;padding:.74rem}.insight-action-panel__action-group--primary{background:rgba(163,183,74,.1);border-color:rgba(163,183,74,.34)}.insight-action-panel__group-label{margin:0 0 .1rem}.insight-action-panel__button{align-items:center;backdrop-filter:blur(14px);background:hsla(0,0%,100%,.76);border:1px solid var(--insight-panel-border-light);border-radius:.48rem;color:var(--insight-panel-primary);cursor:pointer;display:inline-flex;font:inherit;font-size:.88rem;font-weight:750;gap:.42rem;justify-content:center;line-height:1.15;min-height:2.7rem;padding:.78rem .92rem;text-align:center;text-decoration:none;transition:transform .24s ease,border-color .24s ease,background-color .24s ease,color .24s ease,box-shadow .24s ease;white-space:normal;width:100%}.insight-action-panel__button:hover{background:var(--insight-panel-white);border-color:rgba(101,114,38,.28);box-shadow:0 .9rem 2rem rgba(12,26,36,.09);transform:translateY(-.16rem)}.insight-action-panel__button:focus-visible{outline:3px solid var(--insight-panel-secondary);outline-offset:4px}.insight-action-panel__button--primary{background:var(--insight-panel-primary);border-color:var(--insight-panel-primary);color:var(--insight-panel-white)}.insight-action-panel__button--primary:hover{background:#132633;border-color:var(--insight-panel-primary);color:var(--insight-panel-white)}.insight-action-panel__button--checklist{background:rgba(163,183,74,.14);border-color:rgba(163,183,74,.55);color:var(--insight-panel-secondary-dark)}.insight-action-panel__button--checklist:hover{background:rgba(163,183,74,.22);border-color:rgba(101,114,38,.38);color:var(--insight-panel-primary)}.insight-action-panel__feedback{color:var(--insight-panel-secondary-dark);font-size:.88rem;font-weight:750;line-height:1.35;margin:0;overflow-wrap:anywhere}.insight-action-panel__feedback[hidden]{display:none}.article-editorial__intro+.insight-action-panel{margin-top:-2.1rem}.insight-category-editorial,.insight-reading-path,.insight-service-bridge{margin-bottom:clamp(2.2rem,5vw,4.5rem)}.insight-category-editorial h3,.insight-reading-path h3,.insight-service-bridge h3{line-height:1.16}.insight-category-editorial{align-items:start;display:grid;gap:clamp(2rem,4vw,4rem);grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr)}.insight-category-editorial__intro,.insight-category-editorial__topics,.insight-reading-card,.insight-service-bridge__content{background:#fff;border:1px solid rgba(12,26,36,.1);border-radius:8px;box-shadow:0 18px 44px rgba(12,26,36,.05);overflow:hidden;padding-block:clamp(1.6rem,3vw,3rem);padding-inline:clamp(1.2rem,2vw,2rem);position:relative}.insight-category-editorial__intro:before,.insight-category-editorial__topics:before,.insight-reading-card:before,.insight-service-bridge__content:before{background:linear-gradient(90deg,var(--secondary,#a3b74a),transparent 46%);content:"";height:2px;inset:0 auto auto 0;position:absolute;width:100%}.insight-category-editorial__intro:after,.insight-service-bridge__content:after{background:linear-gradient(90deg,transparent,rgba(12,26,36,.18));bottom:clamp(1rem,2vw,1.4rem);content:"";height:1px;pointer-events:none;position:absolute;right:clamp(1rem,2vw,1.4rem);width:clamp(3.5rem,8vw,6rem)}.section-eyebrow{color:var(--secondary,#a3b74a);font-size:.78rem;font-weight:700;letter-spacing:.08em;margin:0 0 1rem;text-transform:uppercase}.insight-category-editorial h2,.insight-category-editorial__topics h3,.insight-reading-path h2,.insight-service-bridge h2{font-family:var(--font-title-accent);font-weight:400;letter-spacing:.012em;line-height:1.12;margin:0 0 1.2rem;max-width:760px}.insight-category-editorial p,.insight-reading-path p,.insight-service-bridge p{color:rgba(12,26,36,.72);line-height:1.75;max-width:760px}.insight-category-editorial__topics ul{display:grid;gap:.5rem;list-style:none;margin:0;padding:0}.insight-category-editorial__topics li{color:rgba(12,26,36,.78);line-height:1.42;padding-left:1.4rem;position:relative}.insight-category-editorial__topics li:before{background:var(--secondary,#a3b74a);border-radius:50%;content:"";height:.45rem;left:0;position:absolute;top:.7em;width:.45rem}.insight-reading-path__header{margin-bottom:2rem}.insight-reading-path__grid{display:grid;gap:clamp(1rem,2vw,2rem);grid-template-columns:repeat(3,minmax(0,1fr))}.insight-reading-card{transition:transform .25s ease,box-shadow .25s ease}.insight-reading-card:hover{box-shadow:0 1.4rem 3rem rgba(12,26,36,.08);transform:translateY(-4px)}.insight-reading-card__label{color:var(--secondary,#a3b74a);display:inline-flex;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:1rem;text-transform:uppercase}.insight-reading-card h3{font-family:var(--font-title-accent);font-weight:400;letter-spacing:.012em;line-height:1.16;margin:0 0 .8rem}.insight-reading-card p{line-height:1.5;margin-bottom:0}.insight-service-bridge__content{background:#fff;color:var(--primary,#0c1a24)}.insight-service-bridge__content h2{color:var(--primary,#0c1a24)}.insight-service-bridge__content p{color:rgba(12,26,36,.72)}.insight-service-bridge__content .section-eyebrow{color:var(--secondary,#a3b74a)}.insight-strategy-decisions,.insight-strategy-path{margin-bottom:3rem}.insight-strategy-decisions .section-eyebrow,.insight-strategy-path .section-eyebrow{letter-spacing:0;margin-bottom:1rem}.insight-strategy-path .section-eyebrow{color:var(--secondary,#a3b74a)}.insight-strategy-decisions h2,.insight-strategy-path h2{font-family:var(--font-heading,var(--font-title-accent));font-size:2.45rem;font-weight:500;letter-spacing:0;line-height:.96;margin:0}.insight-strategy-path p{color:hsla(60,24%,96%,.76)}.insight-strategy-decisions{background:linear-gradient(135deg,rgba(163,183,74,.2),transparent 34%),#e8edde;border-radius:8px;color:var(--primary,#0c1a24);display:grid;gap:2rem;padding:1.7rem 1.25rem}.insight-strategy-decisions .section-eyebrow{color:var(--secondary-dark,#657226)}.insight-strategy-decisions h2{color:var(--primary,#0c1a24);max-width:700px}.insight-strategy-decisions__list{display:grid;gap:0;list-style:none;margin:0;padding:0}.insight-strategy-decisions__list li{border-top:1px solid rgba(12,26,36,.16);padding:1.25rem 0}.insight-strategy-decisions__list li:last-child{border-bottom:1px solid rgba(12,26,36,.16)}.insight-strategy-decisions__list span{color:var(--secondary-dark,#657226);display:inline-flex;font-size:.78rem;font-weight:700;line-height:1;margin-bottom:.5rem}.insight-strategy-decisions__list strong{color:var(--primary,#0c1a24);display:block;font-size:1.08rem;line-height:1.24;max-width:620px}.insight-strategy-decisions__list p{color:rgba(12,26,36,.72);line-height:1.55;margin:.55rem 0 0;max-width:650px}.insight-strategy-path{background:linear-gradient(145deg,rgba(163,183,74,.14),transparent 42%),#101820;border-radius:8px;color:#f7f7f2;padding:1.8rem 1.25rem}.insight-strategy-path__header{margin-bottom:2rem;max-width:760px}.insight-strategy-path__header h2{color:#fffdf0}.insight-strategy-path__header p{line-height:1.72;margin-top:1rem}.insight-strategy-path__grid{display:grid;gap:0}.insight-strategy-card{border-top:1px solid hsla(60,24%,96%,.15);padding:1.35rem 0}.insight-strategy-card:last-child{border-bottom:1px solid hsla(60,24%,96%,.15)}.insight-strategy-card span{color:var(--secondary,#a3b74a);display:inline-flex;font-size:.78rem;font-weight:700;line-height:1;margin-bottom:.7rem}.insight-strategy-card h3{color:#fffdf0;font-family:var(--font-heading,var(--font-title-accent));font-size:1.35rem;font-weight:500;letter-spacing:0;line-height:1.08;margin:0}.insight-strategy-card p{line-height:1.5;margin:.85rem 0 1.15rem}.insight-strategy-card a{align-items:center;color:#fffdf0;display:inline-flex;font-weight:700;gap:.65rem;text-decoration-color:rgba(163,183,74,.7);text-underline-offset:.22em}.insight-strategy-card a:after{color:var(--secondary,#a3b74a);content:"→";transition:transform .25s ease}.insight-strategy-card a:hover:after{transform:translateX(4px)}.blog-layout-home.insight-category-page{margin-top:clamp(1.4rem,2.8vw,3rem)}.insight-category-page aside.blog-aside .insight-category-nav-item{padding-bottom:4px}.insight-category-page aside.blog-aside .insight-category-nav-item.text-red{align-items:center;color:var(--secondary-dark,#657226);display:inline-flex;gap:.55rem;justify-content:flex-end;line-height:1.05}.insight-category-page aside.blog-aside .insight-category-nav-item a{align-items:center;-moz-column-gap:.62rem;column-gap:.62rem;display:inline-grid;grid-template-columns:auto auto;justify-content:end;line-height:1.05}.insight-category-page aside.blog-aside .insight-category-nav-icon{align-self:center;color:var(--secondary-dark);display:block;flex:0 0 auto;height:1.6em;transform:translateY(.06em);transition:color .3s ease,transform .3s ease;width:1.6em}.insight-category-page aside.blog-aside .insight-category-nav-item.text-red .insight-category-nav-icon{color:currentColor}.insight-category-page aside.blog-aside .insight-category-nav-line{grid-column:1/-1;justify-self:end;margin-top:2px}.insight-category-page aside.blog-aside .insight-category-nav-item a:hover .insight-category-nav-icon{color:var(--primary);transform:translate(4px,.06em)}.insight-category-overview{margin-bottom:clamp(1.7rem,3.5vw,2.7rem)}.insight-category-overview>:first-child{margin-top:0}.insight-category-overview>:last-child{margin-bottom:0}.insight-category-overview h2,.insight-category-overview h3{color:var(--primary);line-height:1.14;margin-bottom:.85rem;max-width:54rem}.insight-category-overview li,.insight-category-overview p{color:rgba(12,26,36,.74);line-height:1.74}.insight-category-overview a{color:var(--primary);text-decoration-color:rgba(163,183,74,.7);text-underline-offset:.22em}.insight-category-overview ul{display:grid;gap:.55rem;list-style:none;margin:1rem 0 0;padding:0}.insight-category-overview ul li{padding-left:1.1rem;position:relative}.insight-category-overview ul li:before{background:var(--secondary);border-radius:50%;content:"";height:.38rem;left:0;position:absolute;top:.72em;width:.38rem}.insight-category-overview .insight-category-editorial__topics h2,.insight-category-overview .insight-category-editorial__topics h3{font-family:var(--font-title-accent);font-weight:400;letter-spacing:.012em;line-height:1.12}.insight-category-overview .insight-category-editorial__topics ul{gap:.5rem}.insight-category-overview .insight-category-editorial__topics li{line-height:1.42}.insight-category-overview .insight-reading-card h3{font-family:var(--font-title-accent);font-weight:400;letter-spacing:.012em;line-height:1.16}.insight-category-overview .insight-reading-card p{line-height:1.48}.insight-category-closing{background:linear-gradient(135deg,rgba(163,183,74,.08),transparent 36%),#fff;border:1px solid rgba(12,26,36,.1);border-radius:8px;box-shadow:0 20px 52px rgba(12,26,36,.055);isolation:isolate;margin-bottom:clamp(2.5rem,5vw,4.6rem);margin-top:clamp(2.5rem,5vw,4.6rem);overflow:hidden;padding-block:clamp(1.8rem,3.4vw,3.2rem);padding-inline:clamp(1.25rem,3vw,3rem);position:relative}.insight-category-closing:before{background:linear-gradient(90deg,var(--secondary,#a3b74a),transparent 54%);content:"";height:2px;inset:0 auto auto 0;position:absolute;width:100%}.insight-category-closing:after{background:linear-gradient(90deg,transparent,rgba(12,26,36,.18));bottom:clamp(1rem,2vw,1.5rem);content:"";height:1px;pointer-events:none;position:absolute;right:clamp(1rem,2vw,1.5rem);width:clamp(3.5rem,8vw,6.5rem)}.insight-category-closing__icon{color:var(--secondary,#a3b74a);height:clamp(6.5rem,17vw,13rem);opacity:.075;pointer-events:none;position:absolute;right:clamp(.75rem,3vw,2.2rem);top:50%;transform:translateY(-50%);width:clamp(6.5rem,17vw,13rem);z-index:-1}.insight-category-closing__icon,.insight-category-closing__icon use{fill:currentColor;stroke:currentColor}.insight-category-closing__eyebrow{color:var(--secondary-dark,#8ea13c);font-size:.78rem;font-weight:700;margin:0 0 .8rem;text-transform:uppercase}.insight-category-closing__title{color:var(--primary,#0c1a24);font-family:var(--font-title-accent);font-weight:400;line-height:1.1;margin:0 0 clamp(1.1rem,2vw,1.45rem);max-width:760px}.insight-category-closing__body{display:grid;gap:.85rem;max-width:780px}.insight-category-closing__text{color:rgba(12,26,36,.74);line-height:1.66;margin:0}.insight-category-closing__link{align-items:center;color:var(--primary,#0c1a24);display:inline-flex;font-family:var(--font-title);gap:.85rem;line-height:1.2;margin-top:clamp(1.25rem,2.4vw,1.9rem);text-decoration:none}.insight-category-closing__link:after{color:var(--secondary-dark,#657226);content:"→";font-family:var(--font-text);font-size:1.15em;line-height:1;transform-origin:left center;transition:transform .25s ease}.insight-category-closing__link:hover:after{transform:translateX(.25rem)}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:2.35rem;line-height:1}.insight-category-overview .insight-strategy-card h3,.insight-category-overview .insight-strategy-path h2{color:#fffdf0}.insight-category-overview .insight-strategy-card p,.insight-category-overview .insight-strategy-path p{color:hsla(60,24%,96%,.76)}.insight-category-overview .insight-strategy-card span,.insight-category-overview .insight-strategy-path .section-eyebrow{color:var(--secondary,#a3b74a)}.insight-category-overview .insight-strategy-card a{color:#fffdf0}.insight-category-overview .insight-strategy-decisions,.insight-category-overview .insight-strategy-path{background:transparent;border-radius:0;color:var(--primary,#0c1a24);margin-bottom:clamp(3.2rem,6vw,5.5rem);overflow:visible;padding:0}.insight-category-overview .insight-strategy-card h3,.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{color:var(--primary,#0c1a24)}.insight-category-overview .insight-strategy-card p,.insight-category-overview .insight-strategy-path p{color:rgba(12,26,36,.72)}.insight-category-overview .insight-strategy-card span,.insight-category-overview .insight-strategy-decisions .section-eyebrow,.insight-category-overview .insight-strategy-path .section-eyebrow{color:var(--secondary-dark,#657226)}.insight-category-overview .insight-strategy-decisions{display:block}.insight-category-overview .insight-strategy-decisions__header{margin-bottom:clamp(1.5rem,3vw,2.4rem);max-width:740px}.insight-category-overview .insight-strategy-decisions__list{border-top:1px solid rgba(12,26,36,.16)}.insight-category-overview .insight-strategy-decisions__list li{border-top:0;display:block;padding:clamp(1.25rem,2.2vw,1.8rem) 0}.insight-category-overview .insight-strategy-decisions__list li:before{content:none}.insight-category-overview .insight-strategy-decisions__list span{color:var(--secondary-dark,#657226);font-size:.78rem;letter-spacing:0;margin:0 0 .6rem;padding:0;text-transform:uppercase}.insight-category-overview .insight-strategy-decisions__list strong{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.18;max-width:none}.insight-category-overview .insight-strategy-decisions__list p{margin-top:.72rem;max-width:700px}.insight-category-overview .insight-strategy-path{padding-top:clamp(.5rem,1vw,1rem)}.insight-category-overview .insight-strategy-path__header{margin-bottom:clamp(1.6rem,3vw,2.4rem)}.insight-category-overview .insight-strategy-path__grid{border-top:1px solid rgba(12,26,36,.14)}.insight-category-overview .insight-strategy-card,.insight-category-overview .insight-strategy-card:last-child{border-bottom:1px solid rgba(12,26,36,.14)}.insight-category-overview .insight-strategy-decisions,.insight-category-overview .insight-strategy-path{display:block;margin-bottom:5.25rem;max-width:900px;position:relative}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-family:var(--font-heading,var(--font-title-accent));font-size:2.55rem;font-weight:500;letter-spacing:0;line-height:.98;margin-bottom:1.1rem;max-width:820px}.insight-category-overview .insight-strategy-decisions__intro,.insight-category-overview .insight-strategy-path__header p{font-size:1.08rem;line-height:1.72;max-width:740px}.insight-category-overview .insight-strategy-decisions{padding-bottom:.25rem}.insight-category-overview .insight-strategy-decisions__header{margin-bottom:2.1rem;max-width:820px}.insight-category-overview .insight-strategy-decisions__intro{color:rgba(12,26,36,.68);margin-top:1.05rem}.insight-category-overview .insight-strategy-decisions__list{border-top:1px solid rgba(12,26,36,.18);counter-reset:strategy-decision;display:grid;gap:0;list-style:none;margin:0;padding:0}.insight-category-overview .insight-strategy-decisions__list li{border-bottom:1px solid rgba(12,26,36,.16);counter-increment:strategy-decision;display:grid;gap:.7rem;grid-template-columns:minmax(0,1fr);padding:1.55rem 0 1.7rem;position:relative}.insight-category-overview .insight-strategy-decisions__list li:before{align-items:center;background:rgba(163,183,74,.13);border:1px solid rgba(101,114,38,.22);border-radius:50%;color:var(--secondary-dark,#657226);content:"0" counter(strategy-decision);display:inline-flex;font-size:.82rem;font-weight:700;height:2.65rem;justify-content:center;width:2.65rem}.insight-category-overview .insight-strategy-card span,.insight-category-overview .insight-strategy-decisions__list span{align-items:center;background:rgba(163,183,74,.13);border-radius:999px;color:var(--secondary-dark,#657226);display:inline-flex;font-size:.73rem;font-weight:700;gap:.55rem;line-height:1;margin:0;padding:.44rem .66rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.insight-category-overview .insight-strategy-card span:before,.insight-category-overview .insight-strategy-decisions__list span:before{background:currentColor;content:"";height:1px;width:.85rem}.insight-category-overview .insight-strategy-decisions__list h3{color:var(--primary,#0c1a24);font-size:1.38rem;font-weight:700;line-height:1.16;margin:0}.insight-category-overview .insight-strategy-decisions__list p{color:rgba(12,26,36,.68);line-height:1.6;margin:0;max-width:680px}.insight-category-overview .insight-strategy-path{padding-top:0}.insight-category-overview .insight-strategy-path__header{margin-bottom:2.1rem;max-width:760px}.insight-category-overview .insight-strategy-path__grid{border-top:0;display:grid;gap:1.15rem;grid-template-columns:1fr}.insight-category-overview .insight-strategy-card{border-bottom:0;border-right:0;border-top:1px solid rgba(12,26,36,.16);min-height:0;padding:1.25rem 0 1.35rem;position:relative}.insight-category-overview .insight-strategy-card:after{background:var(--secondary,#a3b74a);content:"";height:1px;left:0;position:absolute;top:-1px;width:3.6rem}.insight-category-overview .insight-strategy-card h3{color:var(--primary,#0c1a24);font-size:1.35rem;font-weight:700;line-height:1.13;margin:.9rem 0 0;max-width:340px}.insight-category-overview .insight-strategy-card p{color:rgba(12,26,36,.68);line-height:1.55;margin:.7rem 0 1rem;max-width:420px}.insight-category-overview .insight-strategy-card a{color:var(--primary,#0c1a24);font-weight:700;text-decoration-color:rgba(163,183,74,.7)}.insight-category-overview .insight-strategy-card a:after{color:var(--secondary-dark,#657226)}.insight-category-overview .section-eyebrow--line{align-items:center;display:inline-flex;gap:12px;letter-spacing:.12em;text-transform:uppercase}.insight-category-overview .section-eyebrow--line:before{background-color:currentColor;content:"";display:block;height:1px;width:42px}.insight-category-overview .insight-decision-hub{margin-bottom:clamp(3.2rem,6vw,5.25rem);max-width:900px}.insight-category-overview .insight-decision-hub .faq-hub-frame__title{color:var(--primary,#0c1a24);font-family:var(--font-heading,var(--font-title-accent));font-size:clamp(2.25rem,4.1vw,3.25rem);font-weight:500;letter-spacing:0;line-height:.98;margin:0;max-width:560px}.insight-category-overview .insight-decision-hub .faq-hub-frame__text{color:rgba(16,40,69,.72);font-size:18px;line-height:1.7;margin:20px 0 0;max-width:610px}.insight-category-overview .insight-decision-hub .faq-hub-frame__actions{margin-top:28px}.insight-category-overview .insight-decision-hub .faq-hub-frame__link{text-decoration:none}.insight-category-overview .insight-decision-hub .faq-hub-signal__number{color:var(--secondary-dark,#657226)}.insight-category-overview .insight-decision-hub .faq-hub-signal__title{color:var(--primary,#0c1a24);font-size:18px;font-weight:700;line-height:1.25;margin:0}.insight-category-overview .insight-decision-hub .faq-hub-signal__text{color:rgba(16,40,69,.7);font-size:15px;line-height:1.6;margin:10px 0 0;max-width:none}.insight-category-articles{margin:clamp(3rem,6vw,5.3rem) 0 clamp(2.8rem,5vw,4.8rem);max-width:980px;scroll-margin-top:190px}.insight-category-articles__header{margin-bottom:clamp(1.45rem,3vw,2.35rem);max-width:780px}.insight-category-articles .section-eyebrow--line{align-items:center;color:var(--secondary-dark,#657226);display:inline-flex;font-size:.78rem;font-weight:700;gap:12px;letter-spacing:.12em;line-height:1;margin:0 0 1rem;max-width:none;text-transform:uppercase}.insight-category-articles .section-eyebrow--line:before{background-color:currentColor;content:"";display:block;height:1px;width:42px}.insight-category-articles__title{color:var(--primary,#0c1a24);font-family:var(--font-heading,var(--font-title-accent));font-size:clamp(2.25rem,4vw,3.35rem);font-weight:500;letter-spacing:0;line-height:.98;margin:0;max-width:760px}.insight-category-articles__text{color:rgba(12,26,36,.68);font-size:1.08rem;line-height:1.68;margin:1rem 0 0;max-width:720px}.insight-category-articles__grid{align-items:stretch}.insight-category-overview .section-eyebrow--line{font-size:.78rem;font-weight:700;line-height:1;margin:0 0 1rem;max-width:none}.insight-category-overview .insight-strategy-path__header .section-eyebrow--line{font-size:.78rem;line-height:1}.insight-category-overview .insight-strategy-path__header>p:not(.section-eyebrow){font-size:1.08rem;line-height:1.72;max-width:740px}.insight-category-overview .insight-strategy-path__grid{border-top:1px solid rgba(12,26,36,.16);gap:0}.insight-category-overview .insight-strategy-card{border-bottom:1px solid rgba(12,26,36,.16);border-top:0;padding:clamp(1.35rem,2.4vw,1.9rem) 0}.insight-category-overview .insight-strategy-card:after{content:none}.insight-category-overview .insight-strategy-decisions__list span{justify-content:center;min-height:2rem;min-width:7.5rem;padding:0 .72rem;text-align:center}.insight-category-overview .insight-strategy-decisions__list span:before{content:none}.insight-category-page{--insight-category-accent:var(--secondary,#a3b74a);--insight-category-accent-dark:var(--secondary-dark,#657226);--insight-category-soft:rgba(163,183,74,.13);--insight-category-border:rgba(101,114,38,.22)}.insight-category-page .category-section__eyebrow,.insight-category-page .insight-category-closing__eyebrow,.insight-category-page .insight-category-closing__link:after,.insight-category-page .insight-category-overview .insight-decision-hub .faq-hub-signal__number,.insight-category-page .insight-category-overview .section-eyebrow--line,.insight-category-page aside.blog-aside .insight-category-nav-icon,.insight-category-page aside.blog-aside .insight-category-nav-item.text-red{color:var(--insight-category-accent-dark)}.insight-category-page .insight-category-overview .insight-strategy-card span,.insight-category-page .insight-category-overview .insight-strategy-decisions__list li:before,.insight-category-page .insight-category-overview .insight-strategy-decisions__list span{background:var(--insight-category-soft);border-color:var(--insight-category-border);color:var(--insight-category-accent-dark)}.insight-category-page .insight-category-overview .insight-strategy-card a{text-decoration-color:var(--insight-category-accent)}.insight-category-page .insight-category-overview .insight-strategy-card a:after{color:var(--insight-category-accent-dark)}.insight-category-page .insight-category-closing{background:linear-gradient(135deg,var(--insight-category-soft),transparent 38%),#fff}.insight-category-page .insight-category-closing:before{background:linear-gradient(90deg,var(--insight-category-accent),transparent 58%)}.insight-category-page .article-level-badge,.insight-category-page .editorial-card__level{background-color:var(--insight-category-soft);border-color:var(--insight-category-border);color:var(--insight-category-accent-dark)}.insight-sidebar{align-self:start}.insight-sidebar__inner{background:none;padding-block:0}.insight-sidebar__header{display:grid;gap:.58rem;justify-items:end;margin-bottom:clamp(1.05rem,2vw,1.55rem)}.insight-sidebar__title{color:var(--primary,#0c1a24);font-family:var(--font-heading,var(--font-title-accent));font-size:clamp(2rem,3vw,2.85rem);line-height:.95;margin:0}.insight-sidebar__overview{align-items:center;color:rgba(12,26,36,.62);display:inline-flex;font-family:var(--font-title);font-size:.82rem;gap:.42rem;line-height:1;text-decoration:none}.insight-sidebar__overview:after{color:var(--insight-category-accent-dark);content:"→";font-family:var(--font-text);font-size:1.1em;transition:transform .24s ease}.insight-sidebar__overview:hover:after{transform:translateX(.22rem)}.insight-sidebar__nav{display:grid;gap:.16rem}.insight-sidebar .insight-category-nav-item{border:0;font-size:clamp(1rem,1.18vw,1.16rem);line-height:1.05;margin:0;padding:0;position:relative}.insight-sidebar .insight-category-nav-item:before{content:none}.insight-sidebar .insight-category-nav-item,.insight-sidebar .insight-category-nav-item a{min-height:2.55rem;padding:.56rem 0;width:100%}.insight-sidebar .insight-category-nav-item a,.insight-sidebar .insight-category-nav-item.text-red{align-items:center;display:grid;gap:.58rem;grid-template-columns:minmax(0,auto) auto;justify-content:end}.insight-sidebar .insight-category-nav-item.text-red{color:var(--primary,#0c1a24);font-weight:700}.insight-sidebar .insight-category-nav-item.text-red:after,.insight-sidebar .insight-category-nav-item.text-red:before{content:none}.insight-sidebar .insight-category-nav-item a{color:rgba(12,26,36,.74);text-decoration:none}.insight-sidebar .insight-category-nav-line{display:none}.insight-sidebar .insight-category-nav-item a:hover{color:var(--primary,#0c1a24)}.insight-sidebar .insight-category-nav-item a:hover .insight-category-nav-line{display:none}.insight-sidebar .insight-category-nav-icon{color:currentColor;height:20px;opacity:.9;width:20px}.insight-sidebar .insight-category-nav-item.text-red .insight-category-nav-icon{color:var(--insight-category-accent-dark);opacity:1}.insight-sidebar .insight-category-nav-item a:hover .insight-category-nav-icon{opacity:1}.article-editorial{--article-primary:#0c1a24;--article-secondary:#a3b74a;--article-secondary-dark:#657226;--article-white:#fff;--article-cream:#f7f7f2;--article-soft:#f1f2ea;--article-border:rgba(12,26,36,.12);--article-border-light:rgba(12,26,36,.08);--article-text:rgba(12,26,36,.78);--article-muted:rgba(12,26,36,.62);--article-radius-lg:1.75rem;--article-radius-md:1.15rem;color:var(--article-primary)}.article-editorial h2,.article-editorial h3,.article-editorial h4{color:var(--article-primary);font-family:var(--font-title-accent);font-weight:400;letter-spacing:.01em}.article-editorial p{color:var(--article-text);font-size:1rem;font-weight:400;letter-spacing:.003em;line-height:1.58}.article-editorial ul{margin-top:0}.article-editorial__body{max-width:48rem}.article-editorial__body--wide{max-width:54rem}.article-editorial__body p{font-size:1.04rem;line-height:1.6;margin:0 0 .95rem}.article-editorial__body p:last-child{margin-bottom:0}.article-editorial__intro{background:linear-gradient(135deg,rgba(163,183,74,.11),hsla(0,0%,100%,.9)),var(--article-cream);border-left:.2rem solid var(--article-secondary);border-radius:0 var(--article-radius-lg) var(--article-radius-lg) 0;color:rgba(12,26,36,.76);font-family:inherit;font-size:clamp(1.02rem,3vw,1.18rem);font-weight:400;letter-spacing:.003em;line-height:1.52;margin-bottom:3.8rem;padding:1.35rem 1.35rem 1.35rem 1.45rem;position:relative}.article-editorial .article-intro,.article-editorial__intro b,.article-editorial__intro strong{font-weight:400}.article-editorial__section{margin-bottom:4.4rem;position:relative}.article-editorial__section--closing{margin-bottom:0;padding-bottom:0}.article-editorial__eyebrow{align-items:center;color:var(--article-secondary-dark);display:inline-flex;font-size:.7rem;font-weight:800;gap:.75rem;letter-spacing:.14em;line-height:1;margin:0 0 .9rem;text-transform:uppercase}.article-editorial__eyebrow:before{background:currentColor;content:"";display:block;height:1px;width:1.9rem}.article-editorial__section>h2{font-size:clamp(1.65rem,5.5vw,2.55rem);font-weight:400;line-height:1.1;margin:0 0 1.25rem;max-width:50rem}.article-editorial-feature{background:var(--article-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);display:grid;gap:1.2rem;margin-top:1.8rem;padding:1.45rem}.article-editorial-feature__content{max-width:52rem}.article-editorial-feature__content p{color:var(--article-text);font-size:1.08rem;line-height:1.62;margin:0 0 1rem}.article-editorial-feature__content p:last-child{margin-bottom:0}.article-editorial-feature__aside{align-content:center;background:var(--article-cream);border-radius:var(--article-radius-md);display:grid;gap:.7rem .8rem;grid-template-columns:auto minmax(0,1fr);padding:1rem}.article-editorial-feature__aside span{color:var(--article-secondary-dark);font-size:.7rem;font-weight:800;letter-spacing:.14em}.article-editorial-feature__aside p{color:var(--article-primary);font-size:.92rem;font-weight:700;line-height:1.2;margin:0}.article-editorial__statement{background:var(--article-primary);border-radius:var(--article-radius-lg);color:var(--article-white);margin-top:2rem;overflow:hidden;padding:1.45rem;position:relative}.article-editorial__statement:after{border:1px solid rgba(163,183,74,.3);border-radius:999rem;content:"";height:10rem;position:absolute;right:-4.5rem;top:-4.5rem;width:10rem}.article-editorial__statement span{border:1px solid rgba(163,183,74,.44);border-radius:999rem;color:var(--article-secondary);display:inline-flex;font-size:.7rem;font-weight:800;letter-spacing:.14em;line-height:1;margin-bottom:.9rem;padding:.42rem .68rem;text-transform:uppercase}.article-editorial__statement p{align-items:center;color:var(--article-white);display:flex;font-family:var(--font-title-accent);font-size:clamp(1.35rem,4vw,2rem);font-weight:400;letter-spacing:.01em;line-height:1.24;margin:0;max-width:none;min-height:3.6em;position:relative;z-index:1}.article-editorial__statement--final{margin-bottom:0;margin-top:1.8rem}.article-editorial__statement--final p{line-height:1.38;min-height:3.8em}.article-editorial__cards{display:grid;gap:1rem;margin-top:2.2rem}.article-editorial-card{background:var(--article-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);min-height:12.5rem;min-width:0;padding:1.3rem;position:relative;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.article-editorial-card:after{border-bottom:1px solid rgba(163,183,74,.62);border-right:1px solid rgba(163,183,74,.62);bottom:1.15rem;content:"";height:2rem;position:absolute;right:1.15rem;width:2rem}.article-editorial-card:hover{border-color:rgba(101,114,38,.3);box-shadow:0 1.25rem 3.2rem rgba(12,26,36,.07);transform:translateY(-.25rem)}.article-editorial-card__number{color:var(--article-secondary-dark);display:inline-flex;font-size:.7rem;font-weight:800;letter-spacing:.14em;line-height:1;margin-bottom:1.2rem;width:-moz-fit-content;width:fit-content}.article-editorial-card h3{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:400;hyphens:none;letter-spacing:.01em;line-height:1.16;margin:0 0 .55rem;overflow-wrap:normal;word-break:normal}.article-editorial-card p{color:var(--article-muted);font-size:.92rem;line-height:1.48;margin:0;max-width:23rem}.article-editorial-steps{display:grid;gap:1.35rem;margin-top:2.5rem}.article-editorial-step{display:grid;gap:1rem;position:relative}.article-editorial-step__number{background-color:#fff;border:1px solid rgba(163,183,74,.45);border-radius:999rem;color:var(--article-primary);display:grid;font-family:var(--font-title-accent);font-size:1.45rem;font-weight:400;height:4.2rem;letter-spacing:.02em;line-height:1;place-items:center;width:4.2rem}.article-editorial-step__content{background:linear-gradient(145deg,rgba(163,183,74,.07),transparent 38%),var(--article-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);padding:1.35rem}.article-editorial-step__label{color:var(--article-secondary-dark);display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1;margin:0 0 .7rem;text-transform:uppercase}.article-editorial-step h3{font-size:clamp(1.55rem,4.6vw,2.25rem);font-weight:400;line-height:1.1;margin:0 0 1rem;max-width:44rem}.article-editorial-step__content>p{color:var(--article-text);font-size:1.04rem;line-height:1.58;margin:0 0 1rem;max-width:48rem}.article-editorial-step__content>p:last-child{margin-bottom:0}.article-editorial-list{display:grid;gap:.62rem;list-style:none;margin:1.25rem 0 0;padding:0}.article-editorial-list li{background:rgba(12,26,36,.035);border-radius:.85rem;color:var(--article-primary);font-size:.94rem;line-height:1.42;padding:.68rem .82rem .68rem 2.05rem;position:relative}.article-editorial-list li:before{background:var(--article-secondary-dark);border-radius:999rem;content:"";height:.4rem;left:.9rem;position:absolute;top:1.05rem;width:.4rem}.article-editorial-panels{display:grid;gap:.85rem;margin-top:1.35rem}.article-editorial-panels div{background:var(--article-cream);border:1px solid var(--article-border-light);border-radius:var(--article-radius-md);padding:1.1rem}.article-editorial-panels span{color:var(--article-secondary-dark);display:block;font-size:.95rem;font-weight:800;line-height:1.2;margin-bottom:.5rem}.article-editorial-panels p{color:var(--article-muted);font-size:.92rem;line-height:1.46;margin:0}.article-editorial-schema-example{background:var(--article-primary);border:1px solid rgba(12,26,36,.14);border-radius:var(--article-radius-lg);box-shadow:0 1.4rem 3.4rem rgba(12,26,36,.08);display:grid;margin-top:2.15rem;overflow:hidden}.article-editorial-schema-example__content{border-bottom:1px solid hsla(0,0%,100%,.1);padding:1.35rem}.article-editorial-schema-example__content span{color:var(--article-secondary);display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1;margin-bottom:.85rem;text-transform:uppercase}.article-editorial-schema-example__content p{color:hsla(0,0%,100%,.78);font-size:.94rem;line-height:1.52;margin:0;max-width:24rem}.article-editorial-schema-example pre{background:linear-gradient(145deg,rgba(163,183,74,.08),transparent 34%),#08121a;color:#f7f7f2;font-size:.76rem;line-height:1.55;margin:0;min-width:0;overflow-x:auto;padding:1.15rem;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.article-editorial-schema-example code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;white-space:pre}.article-editorial-schema-table{background:var(--article-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);box-shadow:0 1.15rem 2.8rem rgba(12,26,36,.06);margin-top:2rem;overflow-x:auto}.article-editorial-schema-table table{border-collapse:collapse;min-width:42rem;width:100%}.article-editorial-schema-table caption{background:var(--article-primary);color:var(--article-white);font-family:var(--font-title-accent);font-size:clamp(1.35rem,3vw,1.8rem);font-weight:400;line-height:1.15;padding:1.15rem 1.25rem;text-align:left}.article-editorial-schema-table td,.article-editorial-schema-table th{border-top:1px solid var(--article-border-light);color:var(--article-text);font-size:.92rem;line-height:1.42;padding:1rem 1.15rem;text-align:left;vertical-align:top}.article-editorial-schema-table thead th{background:var(--article-cream);border-top:0;color:var(--article-secondary-dark);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-editorial-schema-table tbody th{color:var(--article-primary);font-weight:800;width:11rem}.article-editorial-schema-table tbody td:nth-child(2){color:var(--article-secondary-dark);font-weight:800}.article-editorial-focus{background:var(--article-cream);border:1px solid var(--article-border-light);border-left:.22rem solid var(--article-secondary);border-radius:0 var(--article-radius-md) var(--article-radius-md) 0;margin-top:1.45rem;padding:1.2rem 1.25rem}.article-editorial-focus+ul{margin-top:1.6rem}.article-editorial-focus__label{color:var(--article-secondary-dark);display:inline-flex;font-size:.7rem;font-weight:800;letter-spacing:.14em;line-height:1;margin-bottom:.65rem;text-transform:uppercase}.article-editorial-focus p{color:var(--article-primary);font-family:var(--font-title-accent);font-size:clamp(1.25rem,3.8vw,1.85rem);font-weight:400;letter-spacing:.01em;line-height:1.28;margin:0;max-width:44rem}.article-editorial-funnel{display:grid;gap:.75rem;margin-top:1.45rem}.article-editorial-funnel div{background:var(--article-cream);border:1px solid var(--article-border-light);border-radius:var(--article-radius-md);min-width:0;padding:1.05rem 1rem;position:relative}.article-editorial-funnel div:not(:last-child):after{bottom:.8rem;color:var(--article-secondary-dark);content:"→";font-weight:800;position:absolute;right:1rem}.article-editorial-funnel span{color:var(--article-primary);display:block;font-size:.94rem;font-weight:800;hyphens:none;line-height:1.2;margin-bottom:.4rem;max-width:calc(100% - 1.35rem);overflow-wrap:normal;word-break:normal}.article-editorial-funnel small{color:var(--article-muted);display:block;font-size:.82rem;line-height:1.3;max-width:calc(100% - 1.35rem)}.article-editorial-score{background:var(--article-primary);border-radius:var(--article-radius-lg);color:var(--article-white);margin-top:2.2rem;overflow:hidden}.article-editorial-score__intro{border-bottom:1px solid hsla(0,0%,100%,.12);padding:1.45rem}.article-editorial-score__intro span{color:var(--article-secondary);display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1;margin-bottom:.75rem;text-transform:uppercase}.article-editorial-score__intro h3{color:var(--article-white);font-size:clamp(1.7rem,5vw,2.75rem);font-weight:400;line-height:1.08;margin:0;max-width:40rem}.article-editorial-score__items{display:grid}.article-editorial-score__items div{border-bottom:1px solid hsla(0,0%,100%,.12);padding:1.35rem}.article-editorial-score__items div:last-child{border-bottom:0;border-right:0}.article-editorial-score__items strong{color:var(--article-white);display:block;font-size:.96rem;line-height:1.25;margin-bottom:.6rem}.article-editorial-score__items p{color:hsla(0,0%,100%,.76);font-size:.91rem;line-height:1.48;margin:0}.article-editorial-signals{align-items:stretch;display:grid;gap:.8rem;margin-top:2rem}.article-editorial-signal{background:var(--article-white);border:1px solid var(--article-border-light);border-radius:var(--article-radius-md);height:100%;min-height:100%;padding:1rem 1rem 1rem 2.45rem;position:relative}.article-editorial-signal span{background:var(--article-secondary-dark);border-radius:999rem;box-shadow:0 0 0 .32rem rgba(163,183,74,.2);height:.52rem;left:1.05rem;position:absolute;top:1.5rem;width:.52rem}.article-editorial-signal p{color:var(--article-primary);font-size:.92rem;line-height:1.46;margin:0}.article-editorial-deliverables{display:grid;gap:1rem;margin-top:2rem}.article-editorial-deliverables article{background:var(--article-white);border:1px solid var(--article-border);border-radius:var(--article-radius-lg);padding:1.3rem}.article-editorial-deliverables span{color:var(--article-secondary-dark);display:inline-flex;font-size:.7rem;font-weight:800;letter-spacing:.14em;line-height:1;margin-bottom:1.25rem;width:-moz-fit-content;width:fit-content}.article-editorial-deliverables h3{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:400;line-height:1.14;margin:0 0 .55rem}.article-editorial-deliverables p{color:var(--article-muted);font-size:.92rem;line-height:1.48;margin:0}.article-editorial__section--closing .article-editorial__body p{margin-bottom:.75rem}.article-editorial__section--closing .article-editorial__body p:last-child,.article-editorial__section--closing .article-editorial__statement{margin-bottom:0}.article-editorial a:focus-visible,.article-editorial button:focus-visible{outline:3px solid var(--article-secondary);outline-offset:4px}.insight-manifesto-field{--insight-field-grid-size:var(--grid-pattern-size,6px);background:linear-gradient(115deg,rgba(163,183,74,.085),transparent 34%),linear-gradient(245deg,rgba(76,194,255,.075),transparent 36%),linear-gradient(142deg,#020710,#071521 54%,#031014);color:#fff;isolation:isolate;overflow:hidden;position:relative}.insight-manifesto-field:after,.insight-manifesto-field:before{content:"";inset:0;pointer-events:none;position:absolute}.insight-manifesto-field:before{background:radial-gradient(ellipse at 22% 34%,rgba(163,183,74,.11),transparent 31%),radial-gradient(ellipse at 52% 58%,hsla(0,0%,100%,.045),transparent 30%),radial-gradient(ellipse at 42% 78%,rgba(163,183,74,.075),transparent 28%),radial-gradient(circle at 86% 24%,rgba(76,194,255,.08),transparent 34%),linear-gradient(180deg,rgba(2,7,16,0),rgba(2,7,16,.18) 58%,rgba(2,7,16,.72));z-index:0}.insight-manifesto-field:after{background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,transparent 0);background-size:var(--insight-field-grid-size) var(--insight-field-grid-size),var(--insight-field-grid-size) var(--insight-field-grid-size);-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.42) 9%,#000 18%,#000 88%,transparent);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.42) 9%,#000 18%,#000 88%,transparent);opacity:.68;z-index:1}.insight-manifesto-field>.hero,.insight-manifesto-field>.insight-manifesto-metrics{position:relative;z-index:2}.hero--insight-manifesto{--hero-min-height:auto;--hero-padding-block:18px 54px;--insight-grid-size:var(--grid-pattern-size,6px);background:transparent;color:#fff}.hero--insight-manifesto:after{content:none}.hero--insight-manifesto .hero__content{max-width:1060px}.hero--insight-manifesto .hero__title{max-width:900px}.hero--insight-category .hero__eyebrow,.hero--insight-manifesto .hero__eyebrow{margin-bottom:0}.hero--insight-category .hero__title,.hero--insight-manifesto .hero__title{margin-top:0}.insight-brand-signature{color:hsla(0,0%,100%,.72);margin-top:8px;width:clamp(142px,16vw,216px)}.insight-brand-signature__logo{aspect-ratio:882.45/81.97;display:block;height:auto;width:100%}.insight-manifesto{margin-top:8px;width:100%}.insight-manifesto__stage{isolation:isolate;min-height:218px;overflow:hidden;padding:16px 0 20px;position:relative}.insight-manifesto__stage:before{animation:insight-line-draw 2.8s cubic-bezier(.16,1,.3,1) 1.35s forwards;background:linear-gradient(90deg,rgba(163,183,74,.78),rgba(117,216,255,.32),transparent);content:"";height:1px;inset:auto 0 58px;opacity:.68;position:absolute;transform:scaleX(0);transform-origin:left center;z-index:-1}.insight-manifesto__stage:after{background:linear-gradient(100deg,hsla(0,0%,100%,.026) 1px,transparent 0),linear-gradient(0deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:var(--insight-grid-size) var(--insight-grid-size);content:"";height:34%;inset:auto 0 0;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000);mask-image:linear-gradient(180deg,transparent 0,#000);opacity:.32;pointer-events:none;position:absolute;z-index:-1}.insight-manifesto__kinetic{color:hsla(0,0%,100%,.7);display:block;font-family:var(--font-title-accent);font-size:1.46rem;letter-spacing:0;line-height:1.04;margin:0;max-width:1000px;position:relative;white-space:normal;z-index:3}.insight-manifesto__kinetic+.insight-manifesto__kinetic{margin-top:.18em}.insight-manifesto__stage.is-enhanced .insight-manifesto__kinetic{display:block;left:0;margin:0;position:absolute;right:0;top:8%;white-space:nowrap}.insight-manifesto__plain{display:inline-block}.insight-manifesto__visual{display:none}.insight-manifesto__stage.is-enhanced .insight-manifesto__plain{opacity:0}.insight-manifesto__stage.is-enhanced .insight-manifesto__visual{align-items:baseline;display:flex;flex-wrap:nowrap;inset:0 auto auto 0;position:absolute}.insight-manifesto__kinetic--second{color:var(--secondary);text-shadow:none}.insight-manifesto__letter{display:inline-block;filter:blur(8px);opacity:0;transform:translateX(-96px);will-change:opacity,transform,filter}.insight-manifesto__letter:before{content:attr(data-char)}.insight-manifesto__letter--space{width:.34em}.insight-manifesto__kinetic--first .insight-manifesto__letter{animation:insight-letter-in 1.25s cubic-bezier(.16,1,.3,1) forwards,insight-letter-out 1.1s cubic-bezier(.7,0,.28,1) forwards;animation-delay:calc(.45s + var(--i)*55ms),calc(3.45s + var(--o)*38ms)}.insight-manifesto__kinetic--second .insight-manifesto__letter{animation:insight-letter-in 1.25s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(4.62s + var(--i)*52ms)}.insight-manifesto__caption{animation:insight-caption-in 1s ease 6.6s forwards;bottom:88px;color:hsla(0,0%,100%,.56);display:flex;flex-wrap:wrap;font-family:var(--font-title-accent);font-size:.96rem;gap:8px 14px;left:0;letter-spacing:0;line-height:1.5;margin:0;max-width:760px;opacity:0;position:absolute;right:0;transform:translateY(10px);z-index:2}.insight-manifesto__caption span{align-items:center;display:inline-flex;gap:14px}.insight-manifesto__caption span:not(:last-child):after{background:rgba(163,183,74,.72);border-radius:999px;content:"";flex:0 0 auto;height:3px;width:3px}.insight-manifesto__scan-line{animation:insight-subtle-scan 6.2s ease-out .5s forwards;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);height:1px;inset:22% auto auto 0;opacity:0;pointer-events:none;position:absolute;transform:translateX(-100%);width:100%;z-index:1}.insight-manifesto-metrics{--metric-grid-size:var(--grid-pattern-size,6px);--service-grid-size:var(--grid-pattern-size,6px);background:linear-gradient(180deg,rgba(2,7,16,0),rgba(2,7,16,.34) 42%,rgba(2,7,16,.58));margin-top:-36px;padding-top:18px}.insight-manifesto-metrics .key-metrics{--metric-grid-size:var(--grid-pattern-size,6px);--reveal-duration:1.45s;margin-top:0}.insight-manifesto-metrics .key-metrics.reveal--y{transform:translateY(36px)}.insight-manifesto-metrics .key-metrics.reveal--y.is-visible{transform:none}.insight-manifesto-metrics .key-metrics__label{hyphens:none;overflow-wrap:normal}.insight-manifesto-metrics:before{background:linear-gradient(100deg,hsla(0,0%,100%,.026) 1px,transparent 0),linear-gradient(0deg,hsla(0,0%,100%,.032) 1px,transparent 0);background-size:var(--service-grid-size) var(--service-grid-size),var(--service-grid-size) var(--service-grid-size);height:min(34%,220px);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 70%,transparent);mask-image:linear-gradient(180deg,transparent 0,#000 70%,transparent);opacity:.5}.insight-manifesto-metrics:after{background:linear-gradient(100deg,hsla(0,0%,100%,.014) 1px,transparent 0),linear-gradient(0deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:var(--service-grid-size) var(--service-grid-size),var(--service-grid-size) var(--service-grid-size);height:230px;-webkit-mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.52) 48%,transparent);mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.52) 48%,transparent);opacity:.22}@keyframes insight-letter-in{0%{filter:blur(8px);opacity:0;transform:translateX(-96px)}68%{filter:blur(0);opacity:1}to{filter:blur(0);opacity:1;transform:translateX(0)}}@keyframes insight-letter-out{0%{filter:blur(0);opacity:1;transform:translateX(0)}to{filter:blur(7px);opacity:0;transform:translateX(118px)}}@keyframes insight-caption-in{to{opacity:1;transform:translateY(0)}}@keyframes insight-line-draw{to{transform:scaleX(1)}}@keyframes insight-subtle-scan{0%{opacity:0;transform:translateX(-100%)}18%,72%{opacity:.32}to{opacity:0;transform:translateX(100%)}}@media (min-width:576px){.project-card__meta{left:16px;right:16px;top:16px}.project-card__icon{border-radius:14px;flex-basis:54px;height:54px;width:54px}.project-card__icon img{height:25px;width:25px}.project-card__year{font-size:11px;min-height:34px;padding-inline:13px}.project-card__content{bottom:12px;left:12px;padding:22px;right:12px}.project-card__logo{margin-bottom:15px;min-height:36px}.project-card__logo img{max-height:36px;max-width:138px}.project-card__title{font-size:30px;line-height:34px}.project-card__baseline{font-size:15px;line-height:23px}.project-card__footer{align-items:flex-start;flex-direction:column;gap:15px;margin-top:22px;padding-top:18px}.project-card__cta{margin-left:0}.project-card--landscape{min-height:500px}.project-card--landscape .project-card__meta{gap:12px;left:14px;right:14px}.project-card--landscape .project-card__status{display:none}.project-card--landscape .project-card__logo img{max-height:38px;max-width:142px}.project-slider{--project-safe-y:34px;--project-hover-y:-14px;--project-content-hover-y:-6px;--project-card-width:84vw;--project-card-height:500px;--project-radius:16px;--project-inner-radius:12px;padding-block:64px}.project-slider__header{margin-bottom:32px;padding-inline:20px;text-align:left}.project-slider__eyebrow{font-size:11px;letter-spacing:.2em;margin-bottom:14px}.project-slider__title{font-size:clamp(40px,13vw,58px);line-height:.95}.project-slider__intro{font-size:16px;line-height:27px;margin-inline:0;margin-top:20px}.editorial-slider{padding:50px 0}.editorial-slider__header{gap:16px;margin-bottom:18px}.editorial-slider__intro{font-size:16px}.editorial-slider__viewport{padding-inline:5px;scroll-padding-inline:5px}.editorial-slider__track{--editorial-slider-gap:14px}.editorial-slider__button{height:40px;width:40px}.article-vision{padding:82px 28px}.article-vision__grid{gap:22px}.article-vision-card{padding:28px}.insight-action-panel__inner{padding:1.5rem}.insight-action-panel__meta{gap:1rem}.insight-action-panel__audio-controls{align-items:center;grid-template-columns:8.25rem minmax(0,1fr)}.insight-action-panel__dates{grid-template-columns:repeat(auto-fit,minmax(8.6rem,1fr))}.insight-action-panel__button{font-size:.9rem;min-height:2.78rem;padding:.82rem 1rem}.insight-manifesto__stage{min-height:246px}.insight-manifesto__kinetic{font-size:2.62rem}.insight-manifesto__caption{font-size:1.04rem;gap:8px 16px}}@media (min-width:760px){.insights-featured__body{padding:44px 46px 42px}.insights-featured__title{font-size:32px;line-height:1.1}}@media (min-width:768px){.key-metrics{--metric-grid-size:58px}.key-metrics__item:not(:last-child){border-bottom:0}.key-metrics__item:nth-child(-n+2){border-bottom:1px solid var(--metric-border)}.project-card__meta{left:20px;right:20px;top:20px}.project-card__icon{border-radius:15px;flex-basis:58px;height:58px;width:58px}.project-card__icon img{height:27px;width:27px}.project-card__content{bottom:16px;left:16px;padding:24px;right:16px}.project-card__logo{min-height:40px}.project-card__logo img{max-height:40px;max-width:150px}.project-card__baseline{font-size:15px;line-height:24px}.project-card--landscape .project-card__logo img{max-height:44px;max-width:165px}.project-card--landscape .project-card__baseline{max-width:520px}.project-slider{--project-safe-y:50px;--project-hover-y:-24px;--project-content-hover-y:-8px;--project-card-width:clamp(340px,42vw,360px);--project-card-height:540px;--project-radius:17px;--project-inner-radius:13px;padding-block:76px}.project-slider__header{margin-bottom:38px;max-width:720px}.service-intro{padding:clamp(64px,7vw,110px) 0 clamp(74px,8vw,120px)}.service-intro__description{margin-left:100px;max-width:800px}.insights-featured{--insights-featured-edge:max(18px,calc(50vw - 384px))}.article-vision{padding:94px 34px}.article-vision:before{background-size:52px 52px}.article-vision:after{border-radius:36px;inset:24px}.article-vision__inner{gap:58px}.article-vision__header:after{margin-top:46px}.article-vision__eyebrow{margin-bottom:28px}.article-vision__eyebrow:before{width:46px}.article-vision__title{line-height:1.18}.article-vision__lead{font-size:1.14rem;margin-top:32px}.article-vision__text{font-size:1.03rem}.article-vision__grid{gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.article-vision-card{border-radius:28px;min-height:315px;padding:30px}.article-vision-card__top{margin-bottom:62px}.article-vision-card__label{height:33px}.article-vision-card__title{font-size:1.58rem}.article-vision-card__text{font-size:.95rem}.insight-action-panel{margin-bottom:5.2rem}.insight-action-panel__inner{gap:1.7rem;padding:1.75rem 2rem}.insight-action-panel__inner:before{bottom:-4.5rem;height:12rem;right:-4.5rem;width:12rem}.insight-action-panel__title{font-size:clamp(1.8rem,3.4vw,2.55rem)}.insight-action-panel__text{font-size:1.06rem}.insight-action-panel__meta{max-width:36rem}.insight-action-panel__actions{grid-template-columns:repeat(3,minmax(0,1fr))}.insight-action-panel__feedback{grid-column:1/-1;text-align:right}.article-editorial__intro+.insight-action-panel{margin-top:-2.8rem}.insight-strategy-decisions,.insight-strategy-path{margin-bottom:4.5rem}.insight-strategy-path{padding:3rem}.insight-strategy-decisions{padding:2.7rem 3rem}.insight-strategy-decisions h2,.insight-strategy-path h2{font-size:3.35rem}.insight-strategy-decisions__list li{-moz-column-gap:1.7rem;column-gap:1.7rem;display:grid;grid-template-columns:minmax(120px,.34fr) minmax(0,1fr)}.insight-strategy-decisions__list span{margin-bottom:0;padding-top:.18rem}.insight-strategy-path__grid{border-top:1px solid hsla(60,24%,96%,.15);grid-template-columns:repeat(2,minmax(0,1fr))}.insight-strategy-card{border-top:0;min-height:15rem;padding:1.7rem}.insight-strategy-card:nth-child(odd){border-right:1px solid hsla(60,24%,96%,.15)}.insight-strategy-card:nth-child(n+3){border-top:1px solid hsla(60,24%,96%,.15)}.insight-strategy-card:last-child{border-bottom:0}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:2.85rem}.insight-category-overview .insight-strategy-decisions__list li{display:block}.insight-category-overview .insight-strategy-decisions__list span{margin-bottom:.5rem;padding-top:0}.insight-category-overview .insight-strategy-path__grid{-moz-column-gap:clamp(1.4rem,3vw,2.2rem);column-gap:clamp(1.4rem,3vw,2.2rem)}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:3.1rem}.insight-category-overview .insight-strategy-decisions__list li{-moz-column-gap:1.2rem;column-gap:1.2rem;grid-template-columns:3.2rem minmax(8rem,.42fr) minmax(0,1fr)}.insight-category-overview .insight-strategy-decisions__list span{grid-column:2}.insight-category-overview .insight-strategy-decisions__list h3,.insight-category-overview .insight-strategy-decisions__list p{grid-column:3}.insight-category-overview .insight-strategy-path__grid{gap:1.45rem 2.2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.insight-category-overview .insight-strategy-card:nth-child(2n),.insight-category-overview .insight-strategy-card:nth-child(odd){border-right:0;padding-left:0;padding-right:0}.insight-category-overview .insight-strategy-path__grid{gap:0}.insight-category-overview .insight-strategy-card:nth-child(odd){border-right:1px solid rgba(12,26,36,.14);padding-right:clamp(1rem,2vw,1.6rem)}.insight-category-overview .insight-strategy-card:nth-child(2n){padding-left:clamp(1rem,2vw,1.6rem)}.insight-category-overview .insight-strategy-decisions__list li{align-items:start;-moz-column-gap:1.15rem;column-gap:1.15rem;grid-template-columns:3.2rem minmax(0,1fr);row-gap:.68rem}.insight-category-overview .insight-strategy-decisions__list li:before{grid-column:1;grid-row:1/span 3}.insight-category-overview .insight-strategy-decisions__list h3,.insight-category-overview .insight-strategy-decisions__list p,.insight-category-overview .insight-strategy-decisions__list span{grid-column:2}.insight-category-overview .insight-strategy-decisions__list span{align-self:start;margin-top:.12rem}.insight-category-overview .insight-strategy-decisions__list p{max-width:760px}.insight-category-overview .insight-strategy-decisions__list li{-moz-column-gap:clamp(.18rem,.34vw,.34rem);column-gap:clamp(.18rem,.34vw,.34rem);grid-template-columns:2.65rem minmax(0,1fr)}.insight-category-overview .insight-strategy-decisions__list li:before{justify-self:start;transform:translateX(.34rem)}.insight-category-overview .insight-strategy-decisions .insight-strategy-decisions__list li{-moz-column-gap:clamp(.85rem,1vw,1.1rem);column-gap:clamp(.85rem,1vw,1.1rem);grid-template-columns:max-content minmax(0,1fr)}.insight-category-overview .insight-strategy-decisions .insight-strategy-decisions__list li:before{grid-column:1;grid-row:1/span 3;justify-self:start;transform:none}.insight-category-overview .insight-strategy-decisions .insight-strategy-decisions__list h3,.insight-category-overview .insight-strategy-decisions .insight-strategy-decisions__list p,.insight-category-overview .insight-strategy-decisions .insight-strategy-decisions__list span{grid-column:2}.article-editorial__body p{font-size:1.06rem}.article-editorial__intro{font-size:1.12rem;margin-bottom:4.8rem;padding:1.75rem 2rem}.article-editorial__section{margin-bottom:5.5rem}.article-editorial__section>h2{font-size:clamp(1.9rem,3.6vw,2.85rem);margin-bottom:1.45rem}.article-editorial-feature{align-items:stretch;grid-template-columns:minmax(0,1fr) 12rem;padding:1.8rem}.article-editorial-feature__content p{font-size:1.12rem}.article-editorial__statement{margin-top:2.45rem;padding:1.9rem}.article-editorial__statement p{font-size:clamp(1.5rem,2.8vw,2.15rem);line-height:1.26}.article-editorial__cards{gap:1.15rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.6rem}.article-editorial-card{padding:1.45rem}.article-editorial-card__number{margin-bottom:1.35rem}.article-editorial-steps{gap:1.85rem;margin-top:3.2rem}.article-editorial-step{gap:1.25rem;grid-template-columns:4.6rem minmax(0,1fr)}.article-editorial-step:not(:last-child):before{background:linear-gradient(180deg,rgba(163,183,74,.58),rgba(12,26,36,.08));content:"";height:calc(100% + 1.85rem);left:2.3rem;position:absolute;top:4.9rem;width:1px}.article-editorial-step__number{font-size:1.55rem;height:4.6rem;position:sticky;top:7rem;width:4.6rem}.article-editorial-step__content{padding:1.7rem}.article-editorial-step h3{font-size:clamp(1.75rem,2.8vw,2.4rem)}.article-editorial-step__content>p{font-size:1.06rem}.article-editorial-panels--auto,.article-editorial-panels--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.article-editorial-panels--featured>div:first-child{grid-column:1/-1}.article-editorial-schema-example__content{padding:1.7rem}.article-editorial-schema-example pre{font-size:.84rem;padding:1.55rem}.article-editorial-focus{padding:1.35rem 1.5rem}.article-editorial-focus p{font-size:clamp(1.35rem,2.3vw,2rem);line-height:1.3}.article-editorial-funnel{grid-template-columns:repeat(2,minmax(0,1fr))}.article-editorial-score__intro{padding:1.95rem}.article-editorial-score__items{grid-template-columns:repeat(2,minmax(0,1fr))}.article-editorial-score__items div{border-right:1px solid hsla(0,0%,100%,.12)}.article-editorial-deliverables,.article-editorial-signals{grid-template-columns:repeat(2,minmax(0,1fr))}.article-editorial-deliverables article{padding:1.5rem}.hero--insight-manifesto{--hero-padding-block:28px 64px}.insight-manifesto__stage{min-height:272px}.insight-manifesto__kinetic{font-size:3.56rem}.insight-manifesto__caption{font-size:1.12rem;gap:8px 18px}.insight-manifesto-metrics{margin-top:-42px;padding-top:28px}}@media (min-width:992px){.article_detail{grid-template-columns:1fr 2fr}.article-aside{max-height:calc(100vh - 140px);overflow:visible;position:sticky;top:120px}.blog-layout-home>div:last-child,.blog-layout-home>section:last-child{border-left:1px solid #ddd;padding-left:40px}.blog-layout-home{grid-template-columns:1fr 2fr}aside.blog-aside{position:sticky;top:120px}.blog-layout-home>aside.insights-index-category{padding-right:clamp(2rem,4vw,4rem)}#categories>.blog-layout-home{-moz-column-gap:0;column-gap:0;grid-template-columns:minmax(0,1fr) minmax(0,2fr)}#categories>.blog-layout-home>aside.insights-index-category{align-items:flex-end;padding-right:40px;padding-top:0;text-align:right;top:88px}#categories>.blog-layout-home>aside.insights-index-category h2{justify-content:flex-end;justify-items:end;text-align:right}#categories>.blog-layout-home>aside.insights-index-category .text-courant{margin-left:0;margin-right:0;max-width:none;text-align:right;width:100%}#categories>.blog-layout-home .insights-index-category__action{justify-content:flex-end}#categories>.blog-layout-home>div:last-child{border-left:1px solid #ddd;padding-left:40px}.insights-featured{--insights-featured-edge:max(18px,calc(50vw - 496px))}.insight-search__inner{align-items:center;grid-template-columns:minmax(260px,.52fr) minmax(0,1fr)}.insight-search__filters,.insight-search__status{grid-column:2}.article-vision{padding:112px 44px}.article-vision:after{border-radius:46px;inset:36px}.article-vision__inner{gap:70px}.article-vision__grid{gap:26px}.article-vision-card{min-height:335px;padding:34px}.article-vision-card:after{left:34px;right:34px}.article-vision-card__top{margin-bottom:70px}.article-vision-card__title{font-size:1.76rem}.insight-action-panel{margin-bottom:5.8rem}.insight-action-panel__inner{align-items:stretch;grid-template-columns:minmax(0,1fr) minmax(18rem,.62fr);padding:2rem 2.25rem}.insight-action-panel__title{font-size:clamp(1.9rem,2.3vw,2.75rem)}.insight-action-panel__actions{align-content:end;grid-template-columns:1fr}.article-editorial__intro+.insight-action-panel{margin-top:-3.2rem}.insight-strategy-decisions h2,.insight-strategy-path h2{font-size:4.05rem}.insight-strategy-decisions{align-items:start;grid-template-columns:minmax(0,.72fr) minmax(0,1fr)}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:3.05rem}.insight-category-overview .insight-strategy-decisions{grid-template-columns:1fr}.article-editorial__intro{margin-bottom:5.4rem;padding:2rem 2.25rem}.article-editorial__section{margin-bottom:6.2rem}.article-editorial__section>h2{font-size:clamp(2rem,2.55vw,3.1rem)}.article-editorial-feature{grid-template-columns:minmax(0,1fr) 14rem;padding:2.15rem}.article-editorial__statement{padding:2.2rem}.article-editorial__statement p{font-size:clamp(1.6rem,1.95vw,2.25rem)}.article-editorial-card{min-height:13.5rem;padding:1.6rem}.article-editorial-steps{gap:2.25rem;margin-top:3.7rem}.article-editorial-step{gap:1.65rem;grid-template-columns:5.2rem minmax(0,1fr)}.article-editorial-step:not(:last-child):before{left:2.6rem;top:5.35rem}.article-editorial-step__number{font-size:1.85rem;height:5.2rem;width:5.2rem}.article-editorial-step__content{padding:2.15rem}.article-editorial-step h3{font-size:clamp(1.85rem,2.15vw,2.55rem)}.article-editorial-schema-example{grid-template-columns:minmax(14rem,.72fr) minmax(0,1.28fr)}.article-editorial-schema-example__content{border-bottom:0;border-right:1px solid hsla(0,0%,100%,.1)}.article-editorial-score__intro{padding:2.3rem}.article-editorial-score__items{grid-template-columns:repeat(4,minmax(0,1fr))}.article-editorial-score__items div{padding:1.65rem}.insight-manifesto__kinetic{font-size:3.86rem}}@media (min-width:1080px){.insights-featured__card{align-items:stretch;grid-template-columns:minmax(0,.98fr) minmax(560px,1.08fr)}.insights-featured__media{align-self:stretch;box-shadow:28px 0 58px rgba(12,26,36,.16),0 22px 58px rgba(12,26,36,.12);height:auto;margin-left:calc(var(--insights-featured-edge)*-1);min-height:var(--insights-featured-height)}.insights-featured__media img{-o-object-position:left center;object-position:left center}.insights-featured__media:after{background:linear-gradient(90deg,rgba(12,26,36,.03),rgba(12,26,36,.03) 58%,rgba(12,26,36,.42)),linear-gradient(180deg,transparent 44%,rgba(12,26,36,.3))}.insights-featured__body{min-height:var(--insights-featured-height);padding:clamp(42px,4vw,58px) clamp(42px,4vw,62px) clamp(40px,3.8vw,56px) 54px}.insights-featured__meta{margin-bottom:clamp(24px,2.4vw,34px)}.insights-featured__kicker{margin-bottom:clamp(18px,1.7vw,24px)}.insights-featured__title{font-size:34px;line-height:1.07}.insights-featured__summary{font-size:16px;line-height:1.5;margin-top:clamp(18px,1.8vw,24px)}.insights-featured__footer{margin-top:clamp(30px,2.8vw,40px)}.insights-featured__arrow{flex-basis:46px;height:46px;width:46px}.insights-featured__card:after,.insights-featured__card:before{inset:0 -100vw 0 calc(var(--insights-featured-edge)*-1)}}@media (min-width:1320px){.insights-featured{--insights-featured-height:clamp(380px,27vw,440px)}.insights-featured__title{font-size:36px;line-height:1.06}}@media (min-width:1396px){.article_detail_droite{margin-top:40px}.key-metrics{grid-template-columns:repeat(4,1fr)}.key-metrics:after{background:linear-gradient(to bottom,var(--metric-border),var(--metric-border)) 25% 0/1px 100% no-repeat,linear-gradient(to bottom,var(--metric-border),var(--metric-border)) 50% 0/1px 100% no-repeat,linear-gradient(to bottom,var(--metric-border),var(--metric-border)) 75% 0/1px 100% no-repeat}.key-metrics__item:nth-child(-n+2){border-bottom:0}.insights-featured{--insights-featured-edge:max(18px,calc(50vw - 698px))}.article-vision{padding:128px 56px}.article-vision__inner{gap:78px}.article-vision__title{max-width:980px}.article-vision__lead{font-size:1.2rem}.article-vision__grid{gap:30px}.article-vision-card{border-radius:32px;min-height:350px;padding:36px}.article-vision-card:after{left:36px;right:36px}.article-vision-card__top{margin-bottom:74px}.article-vision-card__title{font-size:1.95rem}.article-vision-card__text{font-size:.98rem}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:3.35rem}.insight-category-overview .insight-strategy-decisions{grid-template-columns:minmax(0,.72fr) minmax(0,1fr)}.insight-category-overview .insight-strategy-decisions__list li{-moz-column-gap:1.7rem;column-gap:1.7rem;display:grid;grid-template-columns:minmax(120px,.34fr) minmax(0,1fr)}.insight-category-overview .insight-strategy-decisions__list span{margin-bottom:0;padding-top:.18rem}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:3.45rem}.article-editorial-funnel,.article-editorial-panels--auto,.article-editorial__cards{grid-template-columns:repeat(4,minmax(0,1fr))}.article-editorial-funnel div:not(:last-child):after{bottom:auto;right:-.6rem;top:50%;transform:translateY(-50%);z-index:2}}@media (max-width:1023px){.article-reading-progress{grid-template-columns:minmax(0,1fr) auto}.article-reading-timer{display:none}.article-toc{--article-toc-panel-width:min(330px,calc(100vw - 32px));--article-toc-panel-height:min(560px,calc(100vh - 136px))}.article-toc__list{min-width:0}.article-toc:after,.article-toc__list{left:auto;right:0;width:var(--article-toc-panel-width)}.article-toc__text{white-space:normal}}@media (max-width:991px){aside.blog-aside.insights-index-category{min-height:auto;padding:clamp(3rem,12vw,5rem) 0}}@media (max-width:900px){.insight-category-editorial,.insight-reading-path__grid{grid-template-columns:1fr}.insight-sidebar{text-align:left}.insight-sidebar__header{justify-items:start}.insight-sidebar .insight-category-nav-item a,.insight-sidebar .insight-category-nav-item.text-red{justify-content:start}.insight-sidebar .insight-category-nav-line{background:linear-gradient(90deg,rgba(12,26,36,.24),transparent);justify-self:start}}@media (max-width:767px){.insight-category-overview .insight-strategy-decisions,.insight-category-overview .insight-strategy-path{margin-bottom:3.7rem}.insight-category-overview .insight-strategy-decisions h2,.insight-category-overview .insight-strategy-path h2{font-size:2.35rem}}@media (max-width:760px){.hero--faq-category,.hero--insight-category{--hero-padding-block:24px 78px;min-height:clamp(390px,54svh,510px)}.hero--insight-category{--hero-padding-block:20px 62px;min-height:clamp(360px,47svh,440px)}.category-hero-media:before{background:rgba(3,10,20,.42)}.category-hero-mark{--category-hero-icon-size:clamp(10.75rem,58vw,17rem);--category-hero-icon-cut:1px;--category-hero-icon-x:clamp(5.5rem,32vw,8rem);--category-hero-icon-y:clamp(0.9rem,4vw,1.6rem);grid-template-columns:minmax(0,1fr) var(--category-hero-icon-size);margin-top:clamp(1.8rem,8vw,4.2rem)}.hero--faq-category .hero__content,.hero--insight-category .hero__content{--category-hero-content-shift:-1.25rem}.insight-category-closing__icon{bottom:.4rem;height:8.5rem;opacity:.055;right:-1.6rem;top:auto;transform:none;width:8.5rem}}@media (max-width:759px){.editorial-card--standard{min-height:0}.editorial-card--standard .editorial-card__media{aspect-ratio:16/10;flex-basis:auto;height:auto}.editorial-card--standard .editorial-card__body{padding:22px 22px 20px}.editorial-card--standard .editorial-card__tag{bottom:18px;left:22px}.insights-featured:before{display:none}.insights-featured+#categories{margin-top:clamp(44px,12vw,58px)}.insights-featured__card{border:1px solid rgba(12,26,36,.1);box-shadow:0 22px 58px rgba(12,26,36,.1);overflow:hidden}.insights-featured__card:before{border:0;box-shadow:none}.insights-featured__card:after{mask-image:none;-webkit-mask-image:none;opacity:.82}.insights-featured__media{aspect-ratio:16/10;box-shadow:none;height:auto;min-height:0}.insights-featured__media:before{transform:scaleY(1);width:4px}.insights-featured__media img{-o-object-position:center 42%;object-position:center 42%}.insights-featured__label{bottom:18px;font-size:11px;left:22px;min-height:30px;padding:7px 12px 6px}.insights-featured__body{padding:30px 22px 32px}.insights-featured__meta{font-size:10px;gap:8px;margin-bottom:22px}.insights-featured__meta span,.insights-featured__meta time{min-height:34px;padding:9px 11px 8px}.insights-featured__kicker{font-size:13px;gap:12px;margin-bottom:16px;padding-bottom:10px}.insights-featured__kicker:before{flex-basis:9px;height:9px;width:9px}.insights-featured__title{font-size:27px;line-height:1.12}.insights-featured__summary{font-size:16px;line-height:1.52;margin-top:18px}.insights-featured__footer{margin-top:30px}.insights-featured__arrow{flex-basis:44px;height:44px;width:44px}}@media (max-width:575px){.insight-search{margin-top:34px}.insight-search__inner{padding:24px 18px}.insight-search__input{min-height:58px}.insight-search__filter{font-size:.86rem;min-height:36px;padding-inline:12px}}@media (max-width:480px){.editorial-slider__header{align-items:flex-start;flex-wrap:wrap}.editorial-slider__controls{justify-content:flex-start;margin-left:0;width:100%}}@media (hover:hover){.key-metrics__item:hover:before{opacity:1;transform:scaleX(1)}.key-metrics__item:hover:after{opacity:1}.insight-search__filter:hover{transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.category-hero-media__image{transform:none}.category-hero-mark{animation:none;opacity:1;transform:none}.key-metrics__item,.key-metrics__item:after,.key-metrics__item:before,.project-card,.project-card__content,.project-card__cta,.project-card__cta-arrow,.project-card__cta:before,.project-card__icon,.project-card__media img{transition:none}.project-card:focus-visible,.project-card:focus-visible .project-card__content,.project-card:focus-visible .project-card__cta-arrow,.project-card:focus-visible .project-card__icon,.project-card:hover,.project-card:hover .project-card__content,.project-card:hover .project-card__cta-arrow,.project-card:hover .project-card__icon{transform:none}.project-card:focus-visible .project-card__media img,.project-card:hover .project-card__media img{transform:scale(1.01)}.editorial-slider__viewport{scroll-behavior:auto}.article-vision-card,.article-vision-card:after,.article-vision-card:before,.editorial-card--standard,.editorial-card--standard .editorial-card__arrow,.editorial-card--standard .editorial-card__image,.editorial-card--standard .editorial-card__link:after,.editorial-slider__button,.insight-search__filter,.insight-search__icon,.insight-search__icon:after,.insight-search__input,.insights-featured__arrow,.insights-featured__card,.insights-featured__card:after,.insights-featured__card:before,.insights-featured__cta:after,.insights-featured__media img,.insights-featured__media:before{transition:none}.article-vision-card:hover{transform:none}.insight-action-panel__button{transition:none}.insight-action-panel__button:hover{transform:none}.article-editorial-card{transition:none}.article-editorial-card:hover{transform:none}.hero--insight-manifesto:after,.insight-manifesto__caption,.insight-manifesto__letter,.insight-manifesto__scan-line,.insight-manifesto__stage:before{animation:none}.insight-manifesto__kinetic--first{display:none}.insight-manifesto__caption,.insight-manifesto__kinetic--second .insight-manifesto__letter{filter:none;opacity:1;transform:none}.insight-manifesto__scan-line{display:none}}