:root{--navy:#0a1628;--orange:var(--ghost-accent-color,#f6821f);--white:#fff;--off-white:#f8f8f6;--text-primary:#0a1628;--text-secondary:#4a5568;--text-muted:#6b7280;--text-hint:#9ca3af;--text-on-dark:#e8e8e8;--text-on-dark-muted:hsla(0,0%,100%,.7);--text-on-dark-hint:hsla(0,0%,100%,.5);--fin-bg:#edf2f7;--fin-text:#2d5078;--clean-bg:#edf7ed;--clean-text:#2d6b2d;--health-bg:#e0f2f4;--health-text:#1f706d;--ops-bg:#f0f7f0;--ops-text:#2d6b2d;--border-light:rgba(10,22,40,.06);--border-medium:rgba(10,22,40,.08);--border-heavy:rgba(10,22,40,.12);--border-on-dark:hsla(0,0%,100%,.08);--section-padding-desktop:80px 60px;--section-padding-mobile:40px 20px;--section-gap:0;--font-stack:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Helvetica,Arial,sans-serif;--gh-font-heading:var(--font-stack);--gh-font-body:var(--font-stack);--heading-weight:500;--body-weight:400;--line-height-body:1.7;--line-height-heading:1.35;--radius-sm:3px;--radius-md:6px;--radius-lg:10px;--radius-pill:14px;--container-max:1200px;--container-padding:24px}@media (min-width:768px){:root{--container-padding:60px}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--gh-font-body,var(--font-stack));font-weight:var(--body-weight);font-size:16px;line-height:var(--line-height-body);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{margin:0;color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--gh-font-heading,var(--font-stack));font-weight:var(--heading-weight);line-height:var(--line-height-heading)}h1{font-size:clamp(28px,4vw,40px)}h2{font-size:clamp(22px,3vw,28px)}h3{font-size:18px}p{margin:0;color:var(--text-secondary)}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;padding:0;cursor:pointer}::-moz-selection{background:var(--orange);color:#fff}::selection{background:var(--orange);color:#fff}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.section{padding:40px 0;position:relative}@media (min-width:768px){.section{padding:80px 0}}.section.dark{background:var(--navy);color:var(--text-on-dark)}.section.dark p{color:var(--text-on-dark-muted)}.section.dark h1,.section.dark h2,.section.dark h3{color:#fff}.section.white{background:var(--white);color:var(--text-primary)}.section.off-white{background:var(--off-white);color:var(--text-primary)}.section+.section{border-top:.5px solid var(--border-light)}.section+.section.dark,.section.dark+.section{border-top:none}.grid-2{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.grid-2{grid-template-columns:1fr 1fr;gap:24px}}.grid-3{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr);gap:16px}}.label{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);font-weight:600;margin-bottom:8px;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.hidden{display:none!important}@media (max-width:767px){.hide-mobile{display:none!important}}@media (min-width:768px){.hide-desktop{display:none!important}}:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:2px}.section.dark :focus-visible,.site-footer :focus-visible{outline-color:var(--orange);box-shadow:0 0 0 4px hsla(0,0%,100%,.15)}.sr-only:focus,.sr-only:focus-visible{position:fixed;width:auto;height:auto;padding:8px 14px;margin:0;overflow:visible;clip:auto;white-space:normal;top:12px;left:12px;z-index:9999;background:var(--navy);color:#fff;font-size:14px;border-radius:var(--radius-md);text-decoration:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width:767px){.fpill,.nav-item__link,.sub-item{min-height:44px;display:inline-flex;align-items:center}.site-footer__social-link{width:44px;height:44px}.btn-outline{display:inline-flex;align-items:center;min-height:44px}}.btn-orange{display:inline-block;background:var(--orange);color:#fff;padding:12px 24px;border-radius:var(--radius-md);font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:opacity .15s ease,transform .15s ease;transform-origin:center;will-change:transform}.btn-orange:focus-visible,.btn-orange:hover{opacity:.95;transform:scale(1.02)}.btn-orange:active{transform:scale(.99)}.btn-orange:focus-visible{outline:2px solid #fff;outline-offset:2px}.btn-outline{display:inline-block;color:var(--text-primary);font-size:14px;border-bottom:1px solid var(--text-primary);padding-bottom:1px;text-decoration:none}.section.dark .btn-outline{color:var(--text-on-dark);border-bottom-color:var(--text-on-dark)}.nav-bar{background:#fff;border-bottom:.5px solid var(--border-medium);position:sticky;top:0;z-index:50}.nav-bar__inner{display:flex;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px}.nav-logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--text-primary)}.nav-logo__text{font-size:16px;font-weight:600;letter-spacing:.5px}.nav-logo__img{display:block;height:auto;max-height:44px;max-width:220px;width:auto}@media (max-width:767px){.nav-logo__img{max-height:36px;max-width:160px}}.nav-toggle{width:40px;height:40px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer}.nav-toggle__bar{display:block;width:22px;height:2px;background:var(--text-primary);transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(2){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(3){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(4){transform:translateY(-6px) rotate(-45deg)}@media (max-width:767px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:12px 0;border-bottom:.5px solid var(--border-medium);box-shadow:0 8px 16px rgba(10,22,40,.06)}.nav-links[data-open=true]{display:flex}.nav-item{padding:0 var(--container-padding)}.nav-item__link{display:block;padding:12px 0;font-size:15px}.sub-menu{position:static;box-shadow:none;border:none;border-radius:0;padding:4px 0 12px 12px;display:none}.nav-item[data-open=true] .sub-menu{display:block}}@media (min-width:768px){.nav-links{display:flex;gap:28px;align-items:center}.nav-item{position:relative}.nav-item__link{font-size:14px;color:var(--text-secondary);padding:8px 0;display:inline-flex;align-items:center;gap:4px;text-decoration:none;transition:color .15s}.nav-item__link:focus-visible,.nav-item__link:hover{color:var(--orange)}.nav-item.is-active .nav-item__link{color:var(--orange)}.nav-caret{font-size:9px;opacity:.4}.sub-menu{position:absolute;top:calc(100% + 4px);left:-12px;z-index:10;background:#fff;border:.5px solid var(--border-medium);border-radius:8px;padding:8px 0;min-width:220px;box-shadow:0 6px 20px rgba(10,22,40,.1);visibility:hidden;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .12s ease,visibility 0s .12s,transform .12s ease}.sub-menu:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.nav-item--has-submenu:focus-within .sub-menu,.nav-item--has-submenu:hover .sub-menu,.nav-item--has-submenu[data-open=true] .sub-menu{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .12s ease,visibility 0s,transform .12s ease}}.sub-item{display:block;padding:8px 18px;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:background .1s,color .1s}.sub-item:focus-visible,.sub-item:hover{background:var(--off-white);color:var(--text-primary)}.sub-item--bold{font-weight:500;color:var(--text-primary)}.sub-divider{height:.5px;background:var(--border-light);margin:4px 0}.sub-label{padding:8px 18px 4px;font-size:10px;color:var(--text-hint);text-transform:uppercase;letter-spacing:1px}.hero{padding-top:80px;padding-bottom:80px}@media (min-width:768px){.hero{padding-top:140px;padding-bottom:140px}}.hero__triptych{display:flex;gap:15px;height:40vh;margin-bottom:40px;border-radius:var(--radius-lg);overflow:hidden}@media (min-width:768px){.hero__triptych{margin-bottom:56px}}.hero__panel{flex:1;position:relative;background-size:cover;background-position:50%;overflow:hidden}.hero__panel:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,22,40,.35),rgba(10,22,40,.75));pointer-events:none}.hero__panel--1{background-color:#1a3a5c;background-image:linear-gradient(180deg,#1a3a5c,#0d2240)}.hero__panel--2{background-color:#1a2a3c;background-image:linear-gradient(180deg,#1a2a3c,#0d1828)}.hero__panel--3{background-color:#1a2a2c;background-image:linear-gradient(180deg,#1a2a2c,#0d1a18)}.hero__caption{position:absolute;left:0;right:0;bottom:0;height:10%;min-height:28px;display:flex;align-items:center;justify-content:center;padding:0 12px;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-align:center;color:hsla(0,0%,100%,.5);text-shadow:0 1px 2px rgba(0,0,0,.45);z-index:1}@media (min-width:768px){.hero__caption{font-size:11px;letter-spacing:2px}}.hero__content{max-width:760px;margin:0 auto;text-align:center}.hero__headline{font-size:clamp(36px,6vw,56px);line-height:1.15;color:#fff;margin-bottom:16px}.hero__subhead{font-size:18px;line-height:1.55;color:var(--text-on-dark-muted);max-width:580px;margin:0 auto}.hero__actions{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:36px;flex-wrap:wrap}.hero__secondary{font-size:15px;color:var(--text-on-dark-hint);text-decoration:none;transition:color .15s}.hero__secondary:focus-visible,.hero__secondary:hover{color:var(--text-on-dark)}.hero__partner{display:inline-flex;align-items:center;gap:6px;margin-top:40px;font-size:11px;color:var(--text-on-dark-hint);letter-spacing:.5px}.hero__partner svg{width:14px;height:14px;opacity:.6}.hero__partner--badge{margin-top:40px}.hero__partner--badge img{max-height:36px;width:auto;display:block;opacity:.85;margin:0 auto}.insight-card{display:block;padding:20px;border:.5px solid var(--border-medium);border-radius:var(--radius-lg);background:#fff;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.insight-card:focus-visible,.insight-card:hover{border-color:rgba(10,22,40,.15)}.insight-card--featured{border-left:3px solid var(--orange);padding:24px;margin-bottom:20px}.insight-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px}.insight-card__title{font-size:16px;line-height:1.4;color:var(--text-primary);margin-bottom:4px}.insight-card__title--lg{font-size:20px;line-height:1.35}.insight-card__excerpt{font-size:13px;color:var(--text-secondary);margin-top:6px}.insight-card__type{margin-top:8px}.insight-card__meta{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:11px;color:var(--text-muted)}.av-sm{width:22px;height:22px;border-radius:50%;background:var(--orange);color:#fff;font-size:9px;font-weight:500;display:inline-flex;align-items:center;justify-content:center}.card-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:4px}@media (min-width:640px){.card-grid{grid-template-columns:1fr 1fr}}.tag{display:inline-block;font-size:10px;padding:3px 8px;border-radius:var(--radius-sm);font-weight:500;line-height:1.4}.tag--fin{background:var(--fin-bg);color:var(--fin-text)}.tag--clean{background:var(--clean-bg);color:var(--clean-text)}.tag--health{background:var(--health-bg);color:var(--health-text)}.tag--type{background:rgba(246,130,31,.08);color:#c4650f}.tag--event{background:rgba(139,92,246,.08);color:#7c3aed}.tag--all{background:rgba(10,22,40,.05);color:var(--text-secondary);border:.5px dashed rgba(10,22,40,.15)}.gated{display:inline-block;font-size:9px;padding:2px 6px;border-radius:2px;background:rgba(246,130,31,.06);color:#c4650f;border:.5px solid rgba(246,130,31,.15);margin-left:4px}.filter-row{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0 20px}.fpill{display:inline-block;font-size:11px;padding:6px 14px;border-radius:var(--radius-pill);border:.5px solid #d1d5db;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:all .15s}.fpill:focus-visible,.fpill:hover{border-color:#aaa;color:var(--text-primary)}.fpill.is-active{background:var(--navy);color:#fff;border-color:var(--navy)}.fpill--fin{border-color:var(--fin-text);color:var(--fin-text)}.fpill--fin:focus-visible,.fpill--fin:hover{border-color:var(--fin-text);color:var(--fin-text);background:var(--fin-bg)}.fpill--fin.is-active{background:var(--fin-text);border-color:var(--fin-text);color:#fff}.fpill--clean{border-color:var(--clean-text);color:var(--clean-text)}.fpill--clean:focus-visible,.fpill--clean:hover{border-color:var(--clean-text);color:var(--clean-text);background:var(--clean-bg)}.fpill--clean.is-active{background:var(--clean-text);border-color:var(--clean-text);color:#fff}.fpill--health{border-color:var(--health-text);color:var(--health-text)}.fpill--health:focus-visible,.fpill--health:hover{border-color:var(--health-text);color:var(--health-text);background:var(--health-bg)}.fpill--health.is-active{background:var(--health-text);border-color:var(--health-text);color:#fff}.included-pill{display:inline-block;font-size:11px;padding:4px 10px;border-radius:var(--radius-sm);background:#f1f5f9;color:#475569;border:.5px solid var(--border-light);margin:2px}.practice-teaser-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:640px){.practice-teaser-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.practice-teaser-grid{grid-template-columns:repeat(3,1fr)}}.practice-teaser-grid:has(>:first-child:last-child){grid-template-columns:minmax(0,480px);justify-content:center}.practice-teaser-grid:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.practice-teaser{display:block;padding:24px;border-radius:var(--radius-lg);background:#fff;border:.5px solid var(--border-light);text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.practice-teaser:focus-visible,.practice-teaser:hover{border-color:rgba(10,22,40,.15)}.practice-teaser__eyebrow{display:block;font-size:11px;font-weight:600;color:var(--practice-accent,var(--orange));letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.practice-teaser__headline{font-size:16px;margin-bottom:8px}.practice-teaser__body{font-size:13px;color:var(--text-secondary)}.practice-teaser__cta{display:inline-block;margin-top:16px;font-size:12px;font-weight:500;color:var(--practice-accent,var(--orange))}.practice-teaser[data-practice-slug=practice-secure]{--practice-accent:var(--fin-text)}.practice-teaser[data-practice-slug=practice-build]{--practice-accent:var(--orange)}.practice-teaser[data-practice-slug=practice-operationalize]{--practice-accent:var(--ops-text)}.practice-bridge{text-align:center;padding:16px 24px;border-radius:var(--radius-md);border:.5px dashed rgba(10,22,40,.1)}.practice-bridge p{font-size:13px;color:var(--text-muted)}.featured-spotlight__card{display:flex;flex-direction:column;gap:32px}@media (min-width:768px){.featured-spotlight__card{flex-direction:row;align-items:stretch;gap:60px}}.featured-spotlight__intro{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}@media (min-width:768px){.featured-spotlight__intro{flex:0 0 55%}}.featured-spotlight__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.featured-spotlight__title{font-size:clamp(28px,4vw,40px);line-height:1.15;margin:0}.featured-spotlight__body{flex:1;min-width:0}.featured-spotlight__content.prose{max-width:none;margin:0;font-size:16px;color:var(--text-on-dark)}.featured-spotlight__content.prose>:first-child{margin-top:0}.featured-spotlight__content.prose>:last-child{margin-bottom:0}.featured-spotlight__content.prose h2,.featured-spotlight__content.prose h3,.featured-spotlight__content.prose h4{color:#fff}.featured-spotlight__content.prose blockquote{color:#fff;border-left-color:var(--orange)}.featured-spotlight__content.prose code{background:hsla(0,0%,100%,.1);color:var(--text-on-dark)}.event-strip{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:640px){.event-strip{grid-template-columns:1fr 1fr}}.event-mini{display:block;padding:20px;border-radius:var(--radius-md);border:.5px solid var(--border-medium);background:#fff;text-decoration:none;color:inherit;transition:border-color .15s}.event-mini:focus-visible,.event-mini:hover{border-color:rgba(10,22,40,.15)}.event-mini__date-pill{font-size:10px;color:var(--orange);font-weight:600;letter-spacing:1px;text-transform:uppercase}.event-mini__title{font-size:14px;margin-top:8px}.event-mini__body{font-size:12px;color:var(--text-secondary);margin-top:6px}.event-mini__cta{display:inline-block;margin-top:12px;font-size:12px;color:var(--orange)}.event-embed{padding:16px;border-radius:var(--radius-md);border:.5px solid var(--border-medium);background:#fff;margin:10px 0}.stat-strip-section{padding-top:32px;padding-bottom:32px;border-top:.5px solid var(--border-light);border-bottom:.5px solid var(--border-light)}.stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;justify-items:center}.stat-strip .stat{width:100%;max-width:220px}.stat{text-align:center}.stat__num{font-size:28px;font-weight:500;color:var(--text-primary);line-height:1.1}.stat__label{font-size:11px;color:var(--text-hint);margin-top:4px;letter-spacing:.3px}.form-area,.form-field{width:100%;border-radius:var(--radius-md);border:.5px solid var(--border-heavy);background:#fff;padding:0 14px;font-size:14px;color:var(--text-primary);font-family:inherit;transition:border-color .15s,box-shadow .15s}.form-field{height:40px}.form-area{padding:12px 14px;min-height:96px;resize:vertical}.form-area:focus,.form-field:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(246,130,31,.15)}.form-area::-moz-placeholder,.form-field::-moz-placeholder{color:var(--text-hint)}.form-area::placeholder,.form-field::placeholder{color:var(--text-hint)}.newsletter-cta{text-align:left}.newsletter-cta__headline{font-size:16px;margin-bottom:4px}.newsletter-cta__subhead{font-size:12px;color:var(--text-muted)}.newsletter-cta__form{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.newsletter-cta__input{flex:1;min-width:200px;height:40px;border-radius:var(--radius-md);border:.5px solid var(--border-heavy);background:#fff;padding:0 14px;font-size:14px}.section.dark .newsletter-cta__input{background:hsla(0,0%,100%,.06);border-color:var(--border-on-dark);color:#fff}.section.dark .newsletter-cta__input::-moz-placeholder{color:var(--text-on-dark-hint)}.section.dark .newsletter-cta__input::placeholder{color:var(--text-on-dark-hint)}.newsletter-cta__submit{height:40px;white-space:nowrap}.site-footer{background:var(--navy);color:hsla(0,0%,100%,.5);padding:32px 0 20px}.site-footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;font-size:12px}.site-footer__brand-block{display:flex;flex-direction:column;gap:12px}.site-footer__brand{color:hsla(0,0%,100%,.7);font-weight:500;font-size:14px}.site-footer__logo{display:block;height:auto;max-height:44px;max-width:240px;width:auto;opacity:.9}.site-footer__partner{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:hsla(0,0%,100%,.4)}.site-footer__partner svg{width:14px;height:14px;opacity:.6}.site-footer__partner--badge img{max-height:28px;width:auto;display:block;opacity:.85}.site-footer__contact{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.site-footer__social{display:flex;align-items:center;gap:4px;margin-bottom:4px}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:hsla(0,0%,100%,.5);transition:color .15s,background .15s}.site-footer__social-link:focus-visible,.site-footer__social-link:hover{color:var(--orange);background:hsla(0,0%,100%,.04)}.site-footer__social-link svg{display:block}.site-footer__email a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .15s}.site-footer__email a:focus-visible,.site-footer__email a:hover{color:var(--orange)}.site-footer__rights{color:hsla(0,0%,100%,.35);font-size:11px}.site-footer__legal{margin-top:24px;padding-top:16px;border-top:.5px solid hsla(0,0%,100%,.08);justify-content:space-between;gap:16px;font-size:11px}.site-footer__legal,.site-footer__legal-links{display:flex;align-items:center;flex-wrap:wrap}.site-footer__legal-links{gap:18px}.site-footer__cookie-settings,.site-footer__legal-links a{color:hsla(0,0%,100%,.5);text-decoration:none;font-size:11px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;transition:color .15s}.site-footer__cookie-settings:focus-visible,.site-footer__cookie-settings:hover,.site-footer__legal-links a:focus-visible,.site-footer__legal-links a:hover{color:var(--orange)}@media (max-width:559px){.site-footer__contact,.site-footer__legal{align-items:flex-start}.site-footer__legal{flex-direction:column}}.feed{margin-top:16px}.feed-item{display:flex;gap:20px;padding:24px 0;border-top:.5px solid var(--border-light)}.feed-item:first-child{border-top:none;padding-top:8px}.feed-item__date{flex-shrink:0;width:60px;font-size:11px;color:var(--text-hint);text-align:right;padding-top:4px}.feed-item__body{flex:1;min-width:0}.feed-item__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.feed-item__title{font-size:17px;line-height:1.4;margin-bottom:6px}.feed-item__title a{color:var(--text-primary);text-decoration:none}.feed-item__title a:focus-visible,.feed-item__title a:hover{color:var(--orange)}.feed-item__excerpt{font-size:14px;color:var(--text-secondary);margin-bottom:8px}.feed-item__meta{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-muted)}@media (max-width:559px){.feed-item{flex-direction:column;gap:8px}.feed-item__date{width:auto;text-align:left}}.event-embed__date{font-size:10px;color:var(--orange);font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}.event-embed__body{font-size:13px;color:var(--text-secondary);margin-bottom:8px}.event-embed__cta{display:inline-block;font-size:13px;font-weight:500;color:var(--orange);text-decoration:none}.event-embed__cta:focus-visible,.event-embed__cta:hover{text-decoration:underline}.feed-pagination{text-align:center;margin-top:24px;padding-top:24px;border-top:.5px solid var(--border-light)}.channel-header{margin-bottom:8px}.channel-header h1{font-size:clamp(24px,4vw,32px);margin-bottom:8px}.channel-header__intro{font-size:15px;color:var(--text-secondary);max-width:640px}.feed-empty{padding:40px 0;text-align:center;color:var(--text-hint);font-size:13px}.post{padding-top:40px;padding-bottom:40px}@media (min-width:768px){.post{padding-top:64px;padding-bottom:64px}}.post-header{max-width:720px;margin:0 auto 32px}.post-header__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.post-header__title{font-size:clamp(28px,4vw,40px);line-height:1.2;margin-bottom:12px}.post-header__excerpt{font-size:18px;line-height:1.5;color:var(--text-secondary);margin-bottom:20px}.post-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.post-header__author{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.post-header__author:focus-visible,.post-header__author:hover{color:var(--text-primary)}.post-header__avatar{width:28px;height:28px;border-radius:50%}.post-header__dot{opacity:.5}.post-header__gate{display:flex;align-items:center;gap:12px;margin-top:20px;padding:12px 16px;border-radius:var(--radius-md);background:rgba(246,130,31,.06);border:.5px solid rgba(246,130,31,.2);flex-wrap:wrap}.post-header__gate-note{font-size:12px;color:var(--text-muted)}.post-feature{max-width:1080px;margin:32px auto}.post-feature img{width:100%;border-radius:var(--radius-lg)}.post-feature figcaption{margin-top:8px;font-size:12px;color:var(--text-hint);text-align:center}.post-paywall{max-width:720px;margin:40px auto 0;padding:28px;border-radius:var(--radius-lg);background:var(--off-white);border:.5px solid var(--border-medium);text-align:center}.post-paywall h3{margin-bottom:8px}.post-paywall p{margin-bottom:16px;font-size:14px}.practice-section--secure{background:var(--off-white)}.practice-section--build{background:var(--white)}.practice-section--ops{background:var(--off-white)}.practice-section{position:relative;padding:32px;border-radius:var(--radius-lg);background:#fff;border:.5px solid var(--border-light);max-width:920px;margin:0 auto}.practice-section__accent{height:4px;border-radius:2px;margin-bottom:20px}.practice-section--secure .practice-section__accent{background:linear-gradient(90deg,#2d5078,#5b8db8)}.practice-section--build .practice-section__accent{background:linear-gradient(90deg,#f6821f,#f5a623)}.practice-section--ops .practice-section__accent{background:linear-gradient(90deg,#2d6b2d,#61c485)}.practice-section__eyebrow{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px}.practice-section--secure .practice-section__eyebrow{color:var(--fin-text)}.practice-section--build .practice-section__eyebrow{color:#c4650f}.practice-section--ops .practice-section__eyebrow{color:var(--ops-text)}.practice-section__headline{font-size:clamp(20px,3vw,24px);margin-bottom:12px}.practice-section__body{font-size:15px;color:var(--text-secondary);margin-bottom:16px;max-width:640px}.practice-section__buyer{margin-top:16px;font-size:12px;color:var(--text-hint)}.practice-section__content>p{font-size:15px;color:var(--text-secondary);margin-bottom:12px;max-width:640px}.practice-section__content>h3{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--text-hint);margin:20px 0 8px}.practice-section__content>ul{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-wrap:wrap;gap:4px}.practice-section__content>ul>li{display:inline-block;font-size:11px;padding:4px 10px;border-radius:var(--radius-sm);background:#f1f5f9;color:#475569;border:.5px solid var(--border-light);margin:2px}.practice-section__content>ol{list-style:none;counter-reset:flow;padding:0;margin:20px 0 8px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.practice-section__content>ol>li{flex:1;min-width:120px;padding:10px 14px;font-size:12px;text-align:center;border-radius:var(--radius-md);background:var(--off-white);border:.5px solid var(--border-light);color:#475569;position:relative}.practice-section__content>ol>li+li:before{content:"→";position:absolute;left:-12px;top:50%;transform:translateY(-50%);font-size:12px;color:#d1d5db}.practice-section__content>dl{display:grid;grid-template-columns:1fr;gap:8px;margin:0 0 16px}@media (min-width:640px){.practice-section__content>dl{grid-template-columns:repeat(3,1fr)}}.practice-section__content>dl>dt{padding:14px 14px 0;border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--ops-bg);border:.5px solid rgba(45,107,45,.1);border-bottom:0;font-size:12px;font-weight:600;color:var(--ops-text)}.practice-section__content>dl>dd{margin:0;padding:4px 14px 14px;border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--ops-bg);border:.5px solid rgba(45,107,45,.1);border-top:0;font-size:11px;color:var(--text-secondary)}.lifecycle-bar{display:flex;gap:2px;border-radius:var(--radius-md);overflow:hidden;max-width:720px;margin:0 auto}.lifecycle-bar__seg{flex:1;padding:18px 12px;text-align:center}.lifecycle-bar__seg h3{font-size:14px;margin-bottom:2px}.lifecycle-bar__seg p{font-size:11px}.lifecycle-bar__seg--secure{background:var(--fin-bg)}.lifecycle-bar__seg--secure h3{color:var(--fin-text)}.lifecycle-bar__seg--secure p{color:#5b8db8}.lifecycle-bar__seg--build{background:#fef3e2}.lifecycle-bar__seg--build h3{color:#c4650f}.lifecycle-bar__seg--build p{color:var(--orange)}.lifecycle-bar__seg--ops{background:var(--ops-bg)}.lifecycle-bar__seg--ops h3{color:var(--ops-text)}.lifecycle-bar__seg--ops p{color:#61c485}.lifecycle-bar__caption{max-width:560px;margin:16px auto 0;text-align:center;font-size:13px;color:var(--text-secondary)}.q-block{padding:16px 22px;border-left:3px solid var(--orange);margin:12px 0;background:rgba(246,130,31,.02);border-radius:0 var(--radius-md) var(--radius-md) 0;max-width:720px}.q-block p{font-size:16px;font-weight:500;color:var(--text-primary);line-height:1.5}.team-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px}@media (min-width:768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{padding:20px;border:.5px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;display:flex;flex-direction:column}.team-card__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:12px}.team-card__avatar{width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;font-size:18px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-indent:-9999px;overflow:hidden}.team-card__avatar--img{-o-object-fit:cover;object-fit:cover;text-indent:0}.team-card__heading{flex:1;min-width:0}.team-card__name{font-size:15px;margin-bottom:2px}.team-card__role{font-size:11px;color:var(--text-hint)}.team-card__bio{font-size:12px;color:var(--text-secondary);margin-top:6px}.team-card__posts{list-style:none;margin:8px 0 0;padding:0;flex:1}.team-card__posts li{padding:8px 12px;font-size:12px;border-radius:var(--radius-sm);background:var(--off-white);margin-bottom:4px}.team-card__posts a{color:#475569;text-decoration:none}.team-card__posts a:focus-visible,.team-card__posts a:hover{color:var(--text-primary)}.team-card__cta{margin-top:12px;font-size:12px;font-weight:500;color:var(--orange);text-decoration:none}.team-card__cta:focus-visible,.team-card__cta:hover{text-decoration:underline}.team-card__coming-soon{margin-top:12px;padding:8px 12px;font-size:11px;color:var(--text-hint);background:var(--off-white);border:.5px dashed rgba(10,22,40,.12);border-radius:var(--radius-sm);display:inline-block}.team-card__bio>:first-child{margin-top:0}.team-card__bio>:last-child{margin-bottom:0}.contact-details{margin:0 auto 16px;max-width:520px;font-size:14px;line-height:1.6;color:var(--text-secondary)}.contact-details>:last-child{margin-bottom:0}.contact-details a{color:inherit}.author-header{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}.author-header__avatar{width:80px;height:80px;border-radius:50%;background:var(--orange);color:#fff;font-size:28px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-indent:-9999px;overflow:hidden}.author-header__avatar--img{-o-object-fit:cover;object-fit:cover;text-indent:0}.author-header__meta{flex:1;min-width:0}.author-header__name{font-size:clamp(22px,3vw,28px);margin-bottom:2px}.author-header__role{font-size:14px;color:var(--text-muted)}.author-header__bio{margin-top:8px;font-size:15px;color:var(--text-secondary);max-width:560px}.author-header__link{margin-top:6px;font-size:13px}.author-header__link a{color:var(--orange);text-decoration:none}.author-header__link a:focus-visible,.author-header__link a:hover{text-decoration:underline}.prose{max-width:720px;margin:0 auto;font-size:17px;line-height:var(--line-height-body);color:var(--text-secondary)}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-primary);margin-top:2em;margin-bottom:.5em}.prose h2{font-size:1.5em}.prose h3{font-size:1.2em}.prose blockquote,.prose figure,.prose ol,.prose p,.prose pre,.prose ul{margin:1em 0}.prose a{color:var(--orange);text-decoration:underline;text-underline-offset:2px}.prose blockquote{border-left:3px solid var(--orange);padding-left:1em;font-style:italic;color:var(--text-primary)}.prose code{background:var(--off-white);padding:.15em .4em;border-radius:var(--radius-sm);font-size:.9em}.prose pre{background:var(--navy);color:var(--text-on-dark);padding:1em;border-radius:var(--radius-md);overflow-x:auto}.prose pre code{background:transparent;padding:0}.prose figure,.prose img{border-radius:var(--radius-md)}.kg-card{margin:1.5em 0}.kg-bookmark-card,.kg-callout-card{border:.5px solid var(--border-medium);border-radius:var(--radius-md);padding:1em}.kg-width-wide{width:100%;max-width:min(100vw,1080px)}.kg-width-full,.kg-width-wide{position:relative;margin-left:50%;transform:translateX(-50%)}.kg-width-full{width:100vw;border-radius:0}.kg-width-full img{border-radius:0;width:100%}.kg-image-card{margin:1.5em 0}.kg-image-card img{width:100%;height:auto;border-radius:var(--radius-md)}.kg-image-card figcaption{font-size:13px;color:var(--text-hint);text-align:center;margin-top:8px}.kg-gallery-container{display:flex;flex-direction:column;gap:8px;margin:1.5em 0}.kg-gallery-row{display:flex;gap:8px}.kg-gallery-image{flex:1}.kg-gallery-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm)}.kg-card-hascaption figcaption{text-align:center;font-size:13px;color:var(--text-hint);margin-top:8px}.kg-bookmark-card{display:block;text-decoration:none;color:inherit;border:.5px solid var(--border-medium);border-radius:var(--radius-md);margin:1.5em 0;overflow:hidden}.kg-bookmark-container{display:flex;align-items:stretch}.kg-bookmark-content{flex:1;padding:20px}.kg-bookmark-title{font-weight:500;color:var(--text-primary)}.kg-bookmark-description{font-size:13px;color:var(--text-secondary);margin-top:4px}.kg-bookmark-thumbnail img{width:160px;height:100%;-o-object-fit:cover;object-fit:cover}.kg-callout-card{padding:16px 20px;border-radius:var(--radius-md);border-left:3px solid var(--orange);background:rgba(246,130,31,.04);margin:1.5em 0}.kg-toggle-card{border:.5px solid var(--border-medium);border-radius:var(--radius-md);padding:16px 20px;margin:1.5em 0}.kg-toggle-heading{font-weight:500;cursor:pointer}.kg-button-card,.kg-header-card{text-align:center;margin:1.5em 0}.kg-header-card{padding:40px 20px;background:var(--off-white);border-radius:var(--radius-lg)}.kg-product-card{padding:20px;border:.5px solid var(--border-medium);border-radius:var(--radius-md);margin:1.5em 0}