:root{--bg:#f7f5f0;--surface:#ffffff;--text:#111111;--muted:#666666;--line:#e6e1d8;--accent:#1f6feb;--accent-2:#0f4aa1;--shadow:0 18px 50px rgba(17,17,17,.08);--radius:22px;--container:1120px;--pad:clamp(1rem,2vw,1.5rem)
  --runtime-color-white: #ffffff;

  --runtime-color-bg-soft: #f8faff;

  --runtime-color-surface-muted: #edf2fb;

  --runtime-color-line-soft: #d9e0ea;

  --runtime-color-ink-strong: #132033;
}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--text);background:linear-gradient(180deg,#fbfaf7 0%,var(--bg) 100%);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header,.site-footer{border-bottom:1px solid var(--line);background:rgba(247,245,240,.78);backdrop-filter:saturate(180%) blur(12px)}.site-footer{border-bottom:0;border-top:1px solid var(--line);margin-top:auto}.shell-inner{max-width:var(--container);margin:0 auto;padding:var(--pad);width:100%}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;letter-spacing:.02em}.brand-mark{width:2.25rem;height:2.25rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),#7dd3fc);box-shadow:var(--shadow)}.brand-name{font-size:1.05rem}.site-nav,.footer-nav{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.nav-link,.footer-link,.locale-switch button{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:.55rem .9rem;border-radius:999px;border:1px solid transparent;color:var(--muted);transition:all .18s ease}.nav-link:hover,.footer-link:hover,.locale-switch button:hover{color:var(--text);background:rgba(255,255,255,.7);border-color:var(--line)}.nav-link[aria-current="page"]{color:var(--text);background:var(--surface);border-color:var(--line);box-shadow:0 8px 24px rgba(17,17,17,.06)}.locale-switch{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72)}.locale-switch button{background:transparent;border-color:transparent;color:var(--muted);min-width:3.2rem}.locale-switch button.is-active{background:var(--text);color:var(--runtime-color-white)}.site-main{flex:1}.page-wrap{max-width:var(--container);margin:0 auto;padding:clamp(1.25rem,3vw,2.5rem) var(--pad) clamp(2.5rem,4vw,4rem)}.section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:1.25rem;align-items:start}.hero,.card,.panel{padding:clamp(1.2rem,2vw,1.7rem)}.hero h1,.hero h2,.section h1,.section h2,.section h3{line-height:1.15;margin:0 0 .75rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--accent-2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.9rem}.muted{color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.7rem 1.05rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--text);box-shadow:0 8px 20px rgba(17,17,17,.04)}.button.primary{background:var(--text);color:var(--runtime-color-white);border-color:var(--text)}.button.primary:hover{background:var(--accent-2);border-color:var(--accent-2)}.button:hover{transform:translateY(-1px)}.stack{display:grid;gap:1rem}.meta-list{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;padding:0;margin:0}.meta-list li{padding:.35rem .7rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.62);color:var(--muted);font-size:.92rem}.footer-copy,.footer-note,.footer-meta{color:var(--muted);font-size:.95rem}.footer-brand{display:grid;gap:.65rem;max-width:42ch}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end}.footer-nav{justify-content:flex-end}.footer-band{display:grid;gap:1rem}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:1rem}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:var(--pad);top:var(--pad);width:auto;height:auto;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--line);border-radius:999px;z-index:1000}@media (max-width:860px){.header-inner,.footer-inner,.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.site-nav,.footer-nav,.footer-links{justify-content:flex-start}.content-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* runtime-nav-single-row-fix */
@media (min-width: 48.001rem) {
  .site-header__bar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(0.5rem, 1.2vw, 0.9rem);
  }

  .site-nav {
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a,
  .site-nav button,
  .locale-toggle {
    flex: 0 0 auto;
    white-space: nowrap;
    padding-inline: 0.85rem;
  }

  .header-utility {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

/* 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;
}
.split-grid--aligned {
  align-items: stretch;
}
.split-grid--aligned > * {
  min-height: 100%;
}
.media-frame--paired {
  display: grid;
  align-self: stretch;
  min-height: clamp(280px, 34vw, 420px);
}
.media-frame--paired img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.media-frame--paired .ph-caption {
  position: relative;
  z-index: 1;
  margin-top: auto;
  max-width: 28ch;
  padding: 0.875rem 1rem;
  border-radius: 0.9rem;
  background: rgba(255,255,255,0.78);
  color: var(--text, #1f1a17);
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: 0.95rem;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(31, 26, 23, 0.08);
}
.article-ledger .blog-card,
.article-ledger .article-card,
.article-ledger .article-item {
  overflow: hidden;
}
.article-card--with-media,
.blog-card--with-media,
.article-item--with-media {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 0;
  padding: 0;
}
.article-card--with-media > img,
.blog-card--with-media > img,
.article-item--with-media > img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.article-card--with-media > .card-copy,
.blog-card--with-media > .card-copy,
.article-item--with-media > .card-copy,
.article-card--with-media > .article-copy,
.blog-card--with-media > .article-copy,
.article-item--with-media > .article-copy,
.article-card--with-media > .article-body,
.blog-card--with-media > .article-body,
.article-item--with-media > .article-body {
  padding: clamp(18px, 2vw, 26px);
  display: grid;
  gap: 12px;
  align-content: start;
}
@media (max-width: 720px) {
  .article-card--with-media,
  .blog-card--with-media,
  .article-item--with-media {
    grid-template-columns: 1fr;
  }
  .media-frame--paired {
    min-height: 240px;
  }
}
.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);
}

/* runtime-blog-card-padding-fix */
.blog-card {
  padding: max(1.25rem, 20px);
  display: grid;
  gap: 0.875rem;
}