:root{--bg:#F5EFE6;--surface:#FFF9EF;--panel:#FFFFFF;--text:#261A13;--muted:#6F5B4B;--border:#D8C6AD;--primary:#7A3524;--accent:#B6813B;--primary-rgb:122 53 36;--accent-rgb:182 129 59;--bg-rgb:245 239 230;--surface-rgb:255 249 239;--panel-rgb:255 255 255;--text-rgb:38 26 19;--muted-rgb:111 91 75;--border-rgb:216 198 173;--shadow:0 18px 40px rgba(var(--text-rgb),.08);--shadow-soft:0 10px 24px rgba(var(--text-rgb),.06);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--page-pad:clamp(16px,3vw,32px);--section-gap:clamp(40px,6vw,72px);--content-max:1180px;--measure:72ch;--title-font:'Space Grotesk','IBM Plex Sans',system-ui,sans-serif;--body-font:'IBM Plex Sans','Noto Sans SC',system-ui,sans-serif;--step--1:clamp(.92rem,.88rem + .15vw,.98rem);--step-0:clamp(1rem,.96rem + .18vw,1.08rem);--step-1:clamp(1.1rem,1.02rem + .38vw,1.28rem);--step-2:clamp(1.34rem,1.18rem + .9vw,1.9rem);--step-3:clamp(1.8rem,1.45rem + 1.8vw,2.85rem);--step-4:clamp(2.3rem,1.82rem + 2.8vw,4rem);--line:1.65;--line-tight:1.2}*,:before,:after{box-sizing:border-box}html{font-family:var(--body-font);color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;text-size-adjust:100%;font-synthesis-weight:none}body{margin:0;min-width:320px;background:radial-gradient(circle at top,rgba(var(--accent-rgb),.08),transparent 28%),linear-gradient(180deg,var(--bg),color-mix(in oklab,var(--bg) 86%,var(--surface)));color:var(--text);font-size:var(--step-0);line-height:var(--line);letter-spacing:0;text-rendering:optimizeLegibility}img,svg,video,canvas{display:block;max-width:100%}img{height:auto;border-radius:inherit}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit;letter-spacing:0}button{cursor:pointer}::selection{background:color-mix(in oklab,var(--accent) 30%,transparent);color:var(--text)}.container{width:min(var(--content-max),calc(100% - var(--page-pad)*2));margin-inline:auto}.skip-link{position:absolute;left:var(--page-pad);top:-4rem;z-index:1000;padding:.75rem 1rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.skip-link:focus{top:var(--page-pad)}.site-header{position:sticky;top:0;z-index:30;background:rgba(var(--bg-rgb),.84);backdrop-filter:saturate(150%) blur(14px);border-bottom:1px solid rgba(var(--border-rgb),.8)}.site-header__inner{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:1rem;min-height:82px;width:min(var(--content-max),calc(100% - var(--page-pad)*2));margin-inline:auto;padding:.9rem 0}.brand-wordmark{font-family:var(--title-font);font-size:clamp(1.1rem,1rem + .6vw,1.5rem);font-weight:700;letter-spacing:0;white-space:nowrap}.header-utility{display:inline-flex;align-items:center;justify-self:end;gap:.5rem;padding:.35rem;border-radius:999px;background:color-mix(in oklab,var(--surface) 70%,transparent);border:1px solid var(--border)}.lang-toggle{min-width:2.75rem;padding:.55rem .8rem;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted)}.lang-toggle[aria-pressed=true]{background:var(--surface);border-color:var(--border);color:var(--text);box-shadow:var(--shadow-soft)}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem 1rem;align-items:center;margin-left:auto}.site-nav a{padding:.65rem .8rem;border-radius:999px;color:var(--muted);transition:background .2s ease,color .2s ease,transform .2s ease}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a[aria-current=page]{background:var(--surface);color:var(--text);transform:translateY(-1px)}main{display:block}.section-band{padding-block:var(--section-gap)}.institutional-masthead,.advocacy-lead,.certification-entry,.process-lead,.creation-masthead,.catalog-lead{padding-block:clamp(42px,7vw,84px)}.masthead-grid,.advocacy-grid,.certification-intro,.construction-intro,.creation-grid,.catalog-intro,.ledger-layout,.consultation-grid,.prep-grid,.framework-layout,.transition-grid,.support-grid,.comparison-layout,.index-controls{display:grid;gap:clamp(24px,4vw,40px);align-items:start}.masthead-grid,.advocacy-grid,.certification-intro,.construction-intro,.creation-grid,.catalog-intro{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}.brand-overview,.advocacy-copy,.query-intro,.process-copy,.narrative-lead,.consultation-copy,.ledger-copy,.proof-copy,.framework-copy,.transition-copy,.support-copy,.comparison-copy,.prep-copy{max-width:var(--measure)}.eyebrow{margin:0 0 .8rem;font-size:var(--step--1);font-weight:700;letter-spacing:0;text-transform:uppercase;color:var(--accent)}h1,h2,h3,.section-title,.hero h1{margin:0;font-family:var(--title-font);line-height:var(--line-tight);letter-spacing:0;overflow-wrap:normal;word-break:normal}h1{font-size:var(--step-4);max-width:12ch}h2{font-size:var(--step-3);max-width:14ch}h3{font-size:var(--step-1);max-width:18ch}.lead{margin:1rem 0 0;max-width:var(--measure);font-size:clamp(1.05rem,1rem + .3vw,1.18rem);color:var(--muted)}p{margin:0}.action-stack,.cta-row,.footer-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover,.button:focus-visible{transform:translateY(-1px);box-shadow:var(--shadow)}.button-primary{background:var(--primary);border-color:color-mix(in oklab,var(--primary) 70%,#000);color:var(--surface)}.button-secondary{background:color-mix(in oklab,var(--surface) 90%,var(--bg));color:var(--text)}.media-frame,.proof-figure,.product-media,.products-proof-panel{border-radius:var(--radius-xl)}.proof-figure,.product-media{position:relative;overflow:hidden;background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow)}.proof-figure img,.product-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.proof-figure figcaption{padding:1rem 1.1rem 1.1rem;color:var(--muted);font-size:var(--step--1)}.proof-figure--stacked{display:grid;gap:0}.feature-grid,.network-grid,.roadmap-grid,.architecture-grid,.result-stack,.resource-list,.field-grid,.ledger-list,.support-list,.framework-list,.checklist-list{display:grid;gap:clamp(14px,2.2vw,22px)}.feature-grid,.network-grid,.roadmap-grid,.architecture-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.network-card,.roadmap-card,.architecture-card,.result-card,.resource-card,.checklist-item{padding:clamp(1.1rem,2.2vw,1.4rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.feature-card h3,.network-card h3,.roadmap-card h3,.architecture-card h3,.checklist-item h3{margin-bottom:.55rem}.feature-card p,.network-card p,.roadmap-card p,.architecture-card p,.checklist-item p{color:var(--muted)}.ledger-layout,.framework-layout,.support-grid,.comparison-layout,.prep-grid,.consultation-grid,.transition-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.ledger-list,.support-list,.framework-list,.comparison-table-wrap,.query-controls,.result-stack,.resource-list{min-width:0}.ledger-row,.support-row,.framework-row,.result-card,.resource-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:clamp(1rem,2.4vw,1.35rem);border-radius:var(--radius-lg);background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.ledger-row p,.support-row p,.framework-row p,.result-card p,.resource-card p{color:var(--muted)}.ledger-kicker,.support-kicker,.framework-step,.result-kicker,.resource-meta,.roadmap-kicker,.architecture-kicker,.network-kicker{display:block;margin-bottom:.45rem;font-size:var(--step--1);font-weight:700;color:var(--accent)}.result-tag{display:inline-flex;align-items:center;justify-content:center;align-self:start;padding:.35rem .7rem;border-radius:999px;background:color-mix(in oklab,var(--accent) 14%,var(--surface));color:var(--primary);font-size:var(--step--1);white-space:nowrap}.mini-specs{display:grid;gap:.5rem;margin-top:1rem}.mini-specs div{display:grid;grid-template-columns:auto 1fr;gap:.75rem;padding-top:.65rem;border-top:1px solid var(--border)}.mini-specs dt{color:var(--muted);font-weight:600}.mini-specs dd{margin:0}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-full{grid-column:1/-1}.consultation-form{padding:clamp(1rem,2vw,1.4rem);border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.consultation-form label,.query-controls label{display:grid;gap:.45rem;font-size:var(--step--1);font-weight:600;color:var(--muted)}.consultation-form span,.query-controls span{color:var(--text)}.consultation-form input,.consultation-form textarea,.query-controls input,.query-controls select{width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--panel);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.consultation-form textarea{resize:vertical;min-height:9rem}.query-controls,.query-controls--inline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;padding:clamp(1rem,2vw,1.35rem);border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.index-controls{grid-template-columns:minmax(0,1fr)}.resource-card{grid-template-columns:minmax(0,1fr)}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag-row span{padding:.35rem .7rem;border-radius:999px;background:color-mix(in oklab,var(--accent) 10%,var(--surface));color:var(--muted);font-size:var(--step--1)}.comparison-row,.standards-ledger,.support-proof,.action-framework,.review-prep,.consultation-band,.capability-shelf,.resource-shelf{position:relative}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft)}.responsive-table{width:100%;min-width:560px;border-collapse:collapse}.responsive-table th,.responsive-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.responsive-table th{background:color-mix(in oklab,var(--surface) 72%,var(--bg));font-weight:700}.site-footer{margin-top:var(--section-gap);padding-block:clamp(34px,5vw,56px);background:linear-gradient(180deg,color-mix(in oklab,var(--surface) 72%,var(--bg)),var(--bg));border-top:1px solid var(--border)}.site-footer__inner{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:1.2rem 1.5rem;align-items:start}.footer-brand,.footer-links,.footer-meta,.footer-actions{min-width:0}.footer-title{font-family:var(--title-font);font-size:var(--step-1);font-weight:700;margin-bottom:.6rem}.footer-lead,.footer-meta p,.footer-actions p{color:var(--muted)}.footer-nav,.footer-links{display:grid;gap:.35rem}.footer-nav a,.footer-links a{padding:.15rem 0;color:var(--text)}.footer-nav a:hover,.footer-links a:hover,.footer-nav a:focus-visible,.footer-links a:focus-visible{text-decoration:underline}.footer-meta,.footer-actions{display:grid;gap:.65rem}.footer-actions .button{justify-self:start}.route-intro,.directory-intro,.standards-index-head,.collection-ledger,.query-intro,.catalog-intro,.certification-entry,.resource-index-header{width:100%}.collection-home,.archive-masthead,.issue-map,.institutional-context,.research-index,.resource-shelf,.download-row{display:block}.institutional-proof,.proof-visual{display:block}.hero{display:block}.hero__grid,.hero-grid,.hero-copy,.hero__copy,.hero__body,.hero-panel,.hero__panel,.hero-aside,.aside,.panel{display:contents}.stat-list{display:grid;grid-template-columns:repeat(3,minmax(12rem,1fr));gap:1rem}.stat-card{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.muted{color:var(--muted)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.grid-2,.grid-3,.grid-4{display:grid;gap:clamp(14px,2vw,22px)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.site-header__inner{grid-template-columns:auto 1fr;grid-template-areas:"brand utility" "nav nav"}.brand-wordmark{grid-area:brand}.header-utility{grid-area:utility;justify-self:end}.site-nav{grid-area:nav;justify-content:flex-start;padding-bottom:.55rem;border-top:1px solid rgba(var(--border-rgb),.65);padding-top:.55rem}.masthead-grid,.advocacy-grid,.certification-intro,.construction-intro,.creation-grid,.catalog-intro,.ledger-layout,.framework-layout,.support-grid,.comparison-layout,.prep-grid,.consultation-grid,.transition-grid{grid-template-columns:1fr}.feature-grid,.network-grid,.roadmap-grid,.architecture-grid,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.query-controls,.query-controls--inline{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid{grid-template-columns:1fr}}@media (max-width:720px){:root{--page-pad:14px;--section-gap:40px}.site-header__inner{min-height:unset;padding:.85rem 0}.brand-wordmark{white-space:normal}.site-nav{gap:.2rem .35rem}.site-nav a{padding:.6rem .7rem}.header-utility{order:2}.site-nav{order:3}.feature-grid,.network-grid,.roadmap-grid,.architecture-grid,.grid-2,.grid-3,.grid-4,.site-footer__inner,.query-controls,.query-controls--inline{grid-template-columns:1fr}.ledger-row,.support-row,.framework-row,.result-card,.resource-card{grid-template-columns:1fr}.responsive-table{min-width:100%}.responsive-table th,.responsive-table td{padding:.85rem .9rem}.action-stack,.cta-row,.footer-actions{flex-direction:column;align-items:flex-start}.button{width:auto}.h1-wrap{max-width:none}h1{font-size:var(--step-3)}h2{font-size:var(--step-2)}.lead{font-size:var(--step-0)}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* runtime-stock-media-module */
.shpitto-stock-media {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.shpitto-stock-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.75rem;
}
.shpitto-stock-media figcaption {
  margin: 0;
  color: var(--muted, #52606d);
  font-size: 0.95rem;
  line-height: 1.55;
}
.shpitto-stock-media--enterprise-proof {
  max-width: 42rem;
}
.proof-strip .shpitto-stock-media--enterprise-proof {
  margin-inline: auto;
}
.proof-strip .shpitto-stock-media--enterprise-proof img {
  aspect-ratio: 5 / 3;
  border-radius: 0.5rem;
  border: 1px solid var(--line, #e0e0e0);
}
.proof-strip .shpitto-stock-media--enterprise-proof figcaption {
  max-width: 52ch;
}
.enterprise-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(28rem, 68vh, 44rem);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.enterprise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 27, 54, 0.78) 0%, rgba(7, 27, 54, 0.52) 42%, rgba(7, 27, 54, 0.18) 100%);
  z-index: 1;
}
.enterprise-hero .shell-inner,
.enterprise-hero .masthead-stack,
.enterprise-hero .enterprise-hero__content,
.enterprise-hero .enterprise-proof-row {
  position: relative;
  z-index: 2;
}
.enterprise-hero .enterprise-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  max-width: none;
}
.enterprise-hero .enterprise-hero__media .media-cover,
.enterprise-hero .enterprise-hero__media picture {
  width: 100%;
  height: 100%;
  display: block;
}
.enterprise-hero .enterprise-hero__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  border: 0;
}
.enterprise-hero .enterprise-hero__content {
  max-width: 44rem;
  color: white;
}
.enterprise-hero .enterprise-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.enterprise-hero .enterprise-proof-row > * {
  backdrop-filter: blur(8px);
  background: rgba(7, 27, 54, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
}
.masthead--single-column .masthead-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
}
.masthead--single-column .panel,
.masthead--single-column .proof-panel {
  max-width: 44rem;
}
.detail-layout .shpitto-stock-media,
.detail-grid .shpitto-stock-media {
  max-width: 32rem;
}
@media (max-width: 48rem) {
  .shpitto-stock-media--enterprise-proof,
  .detail-layout .shpitto-stock-media,
  .detail-grid .shpitto-stock-media {
    max-width: 100%;
  }
}
.page-title--measure {
  max-width: 20ch;
}
.proof-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.proof-figure {
  margin: 0;
  overflow: hidden;
}
.proof-figure__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.proof-figure__caption {
  padding: var(--space-4, 1rem);
  color: var(--text-subtle, #525252);
  font-size: 0.95rem;
}
.section-row--capability {
  align-items: end;
  margin-bottom: 1rem;
}
.section-row--cta {
  flex-wrap: wrap;
  align-items: center;
}
.stack--measure {
  max-width: 47.5rem;
}
.cta-surface {
  background: var(--surface);
}
.stack--section-intro {
  margin-bottom: var(--space-5);
}