/* Vedomia premium product shell — shared by every product and authority page.
   It deliberately styles the frame around the product, not exported maps. */
:root{
  --ved-shell-ink:#10211f;
  --ved-shell-soft:#43514e;
  --ved-shell-muted:#586763;
  --ved-shell-paper:#fff;
  --ved-shell-ivory:#faf9f6;
  --ved-shell-mist:#f1f5f3;
  --ved-shell-line:#dfe7e4;
  --ved-shell-teal:#12625f;
  --ved-shell-deep:#082f2d;
  --ved-shell-brass:#86613d;
  --ved-shell-brass-ink:#86613d;
  --ved-shell-sand:#d8c2a2;
  --ved-shell-body:'Open Sans',Arial,sans-serif;
  --ved-shell-display:'Atkinson Hyperlegible Next','Open Sans',Arial,sans-serif;
  --ved-shell-shadow:0 34px 100px rgba(8,47,45,.10);
  --ved-shell-shadow-soft:0 18px 55px rgba(8,47,45,.075);
}

/* Vedomia wordmark: a calm, typographic wordmark with the name written exactly
   as it is read. Keep the final A as a real letter at every size and on every
   surface; the standalone V symbol remains the distinctive graphic mark. */
.vedomia-wordmark{
  display:inline-flex!important;
  align-items:center;
  gap:0!important;
  line-height:1;
  font-weight:700;
  letter-spacing:.07em!important;
  white-space:nowrap;
}

body.ved-page{
  margin:0;
  background:var(--ved-shell-paper);
  color:var(--ved-shell-ink);
  font-family:var(--ved-shell-body);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* Legacy editorial pages used a fixed 60px navigation and compensated with
   body padding.  The premium header participates in normal document flow, so
   the old compensation must not leave a blank strip above the article. */
body.ved-page.ved-editorial{padding-top:0!important}
body.ved-page h1,body.ved-page h2,body.ved-page h3,body.ved-page h4{
  font-family:var(--ved-shell-display);
  text-wrap:balance;
}
body.ved-page :focus-visible{outline:3px solid var(--ved-shell-teal);outline-offset:3px}

/* One unmistakable Vedomia navigation. */
body.ved-page>nav,
body.ved-page>.topbar{
  height:72px;
  min-height:72px;
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(16,33,31,.07);
  -webkit-backdrop-filter:blur(24px);
  backdrop-filter:blur(24px);
}
body.ved-page>nav .nav-inner,
body.ved-page>.topbar .nav{
  width:min(1240px,calc(100% - 48px));
  max-width:1240px;
  min-height:72px;
  height:72px;
  margin:0 auto;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
body.ved-page .nav-logo,
body.ved-page .brand,
body.ved-page .logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--ved-shell-ink);
  font-family:var(--ved-shell-body);
  font-size:15px;
  font-weight:650;
  letter-spacing:-.01em;
  text-decoration:none;
  flex:none;
}
body.ved-page .nav-logo img,
body.ved-page .brand img,
body.ved-page .logo img{
  display:block;
  width:30px;
  height:30px;
  border-radius:8px;
  object-fit:cover;
}
body.ved-page .nav-links,
body.ved-page .links{
  align-items:center;
  gap:25px;
}
body.ved-page .nav-links a,
body.ved-page .links a{
  color:var(--ved-shell-soft);
  font-family:var(--ved-shell-body);
  font-size:12px;
  font-weight:500;
  line-height:1.4;
  text-decoration:none;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}
body.ved-page .nav-links a:hover,
body.ved-page .links a:hover{color:var(--ved-shell-teal)}
body.ved-page .nav-links a.nav-cta,
body.ved-page .links .nav-cta,
body.ved-page .nav-links .studio-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px!important;
  border:1px solid var(--ved-shell-deep)!important;
  border-radius:999px!important;
  background:var(--ved-shell-deep)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  box-shadow:none;
}
body.ved-page .nav-links a.nav-cta:hover,
body.ved-page .links .nav-cta:hover,
body.ved-page .nav-links .studio-link:hover{
  background:var(--ved-shell-teal)!important;
  border-color:var(--ved-shell-teal)!important;
  color:#fff!important;
  transform:translateY(-1px);
}

/* Canonical Vedomia header.
   Page-specific styles used to leave six visibly different navigations in the
   prototype.  These component classes deliberately win over those older
   selectors without changing any destination or product behaviour. */
body.ved-page>.ved-global-header{
  position:sticky;
  top:0;
  z-index:500;
  width:100%;
  height:72px;
  min-height:72px;
  margin:0;
  padding:0;
  background:linear-gradient(180deg,rgba(250,249,246,.96),rgba(250,249,246,.72));
  border:0;
  box-shadow:none;
  -webkit-backdrop-filter:blur(24px) saturate(1.15);
  backdrop-filter:blur(24px) saturate(1.15);
}
body.ved-builder>.ved-global-header{position:fixed;left:0;right:0}
body.ved-page>.ved-global-header .ved-global-nav{
  width:min(1240px,calc(100% - 48px));
  max-width:1240px;
  height:58px;
  min-height:58px;
  margin:7px auto;
  padding:0 8px 0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(16,33,31,.09);
  border-radius:18px;
  background:rgba(255,255,255,.84);
  box-shadow:0 8px 26px rgba(8,47,45,.045),inset 0 1px 0 rgba(255,255,255,.92);
  -webkit-backdrop-filter:blur(30px) saturate(1.18);
  backdrop-filter:blur(30px) saturate(1.18);
  transition:background .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease;
  animation:ved-header-arrival .52s cubic-bezier(.2,.8,.2,1) both;
}
body.ved-page>.ved-global-header.is-scrolled .ved-global-nav{
  border-color:rgba(16,33,31,.12);
  background:rgba(255,255,255,.96);
  box-shadow:0 14px 42px rgba(8,47,45,.10),inset 0 1px 0 #fff;
  transform:translateY(-1px);
}
body.ved-page .ved-global-brand{
  min-width:max-content;
  min-height:44px;
  gap:11px;
  padding:0 8px 0 2px;
  color:var(--ved-shell-ink);
  font-family:var(--ved-shell-body);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  border-radius:12px;
  transition:background .18s ease,color .18s ease;
}
body.ved-page .ved-global-brand:hover{background:var(--ved-shell-mist);color:var(--ved-shell-teal)}
body.ved-page .ved-global-brand img{
  width:32px;
  height:32px;
  border-radius:9px;
  box-shadow:0 0 0 1px rgba(16,33,31,.07),0 6px 16px rgba(8,47,45,.07);
  transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease;
}
body.ved-page .ved-global-brand:hover img{
  transform:translateY(-1px);
  box-shadow:0 0 0 1px rgba(18,98,95,.15),0 9px 20px rgba(8,47,45,.11);
}
body.ved-page .ved-global-brand::after{
  content:'Quality made visible';
  align-self:center;
  margin-left:5px;
  padding:3px 0 3px 16px;
  border-left:1px solid var(--ved-shell-line);
  color:var(--ved-shell-muted);
  font-size:8px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
}
html[lang="sk"] body.ved-page .ved-global-brand::after{content:'Viditeľná kvalita'}
body.ved-page .ved-global-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
  margin:0 0 0 auto;
  padding:0;
  list-style:none;
}
body.ved-page .ved-global-links a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  position:relative;
  padding:0 11px;
  color:var(--ved-shell-soft);
  font-family:var(--ved-shell-body);
  font-size:13px;
  font-weight:550;
  line-height:1.3;
  letter-spacing:-.005em;
  text-decoration:none;
  white-space:nowrap;
  border-radius:10px;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}
body.ved-page .ved-global-links>li>a{padding:0 11px!important}
body.ved-page .ved-global-links a:hover{
  background:var(--ved-shell-mist);
  color:var(--ved-shell-teal);
}
body.ved-page .ved-global-links a[aria-current="page"]{
  background:rgba(241,245,243,.8);
  color:var(--ved-shell-deep);
  font-weight:700;
}
body.ved-page .ved-global-links a[aria-current="page"]::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:4px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--ved-shell-brass);
  box-shadow:0 0 0 3px rgba(155,118,80,.09);
  transform:translateX(-50%);
}
body.ved-page .ved-global-links a.ved-global-cta,
body.ved-page .ved-global-links a.nav-cta,
body.ved-page .ved-global-links a.studio-link{
  min-height:42px;
  gap:10px;
  padding:9px 9px 9px 17px!important;
  border:1px solid var(--ved-shell-deep)!important;
  border-radius:999px!important;
  background:var(--ved-shell-deep)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
  box-shadow:0 7px 18px rgba(8,47,45,.13)!important;
}
body.ved-page .ved-global-links a.ved-global-cta::after,
body.ved-page .ved-global-links a.nav-cta::after,
body.ved-page .ved-global-links a.studio-link::after{
  content:'\2192';
  position:static;
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  line-height:1;
  box-shadow:none;
  transform:none;
  transition:background .18s ease,transform .18s ease;
}
body.ved-page .ved-global-links a.ved-global-cta:hover,
body.ved-page .ved-global-links a.nav-cta:hover,
body.ved-page .ved-global-links a.studio-link:hover{
  border-color:var(--ved-shell-teal)!important;
  background:var(--ved-shell-teal)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(8,47,45,.18)!important;
  transform:translateY(-1px);
}
body.ved-page .ved-global-links a.ved-global-cta:hover::after,
body.ved-page .ved-global-links a.nav-cta:hover::after,
body.ved-page .ved-global-links a.studio-link:hover::after{
  background:rgba(255,255,255,.2);
  transform:translateX(2px);
}
.ved-global-language{
  display:inline-flex;
  min-width:74px;
  min-height:42px;
  margin:0;
  padding:0 12px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid var(--ved-shell-line);
  border-radius:999px;
  background:#fff;
  color:var(--ved-shell-muted);
  font-family:var(--ved-shell-body);
  font-size:12px;
  font-weight:650;
  line-height:1;
  letter-spacing:.02em;
  cursor:pointer;
  box-shadow:0 4px 14px rgba(8,47,45,.04);
}
.ved-global-language:hover{border-color:#b8cbc7;background:var(--ved-shell-mist);color:var(--ved-shell-teal)}
.ved-global-language .lt-active{color:var(--ved-shell-deep);font-weight:800}
.ved-global-language__dot{color:#a7b2af;font-weight:400}
.ved-language-picker{
  position:relative;
  z-index:502;
  flex:0 0 auto;
}
.ved-language-picker details{position:relative}
.ved-language-picker summary{
  display:inline-flex;
  min-width:58px;
  min-height:42px;
  margin:0;
  padding:0 12px;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid var(--ved-shell-line);
  border-radius:999px;
  background:#fff;
  color:var(--ved-shell-deep);
  font-family:var(--ved-shell-body);
  font-size:12px;
  font-weight:800;
  line-height:1;
  letter-spacing:.06em;
  list-style:none;
  cursor:pointer;
  box-shadow:0 4px 14px rgba(8,47,45,.04);
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.ved-language-picker summary::-webkit-details-marker{display:none}
.ved-language-picker summary:hover,
.ved-language-picker details[open] summary{
  border-color:#b8cbc7;
  background:var(--ved-shell-mist);
  color:var(--ved-shell-teal);
}
.ved-language-picker summary:focus-visible{outline:3px solid rgba(18,98,95,.16);outline-offset:2px}
.ved-language-picker summary svg{
  width:17px;
  height:17px;
  flex:0 0 17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.66;
  transition:opacity .18s ease,transform .18s ease;
}
.ved-language-picker details[open] summary svg{opacity:1;transform:scale(1.06)}
.ved-language-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:218px;
  padding:10px;
  border:1px solid var(--ved-shell-line);
  border-radius:16px;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 55px rgba(8,47,45,.14);
  -webkit-backdrop-filter:blur(24px);
  backdrop-filter:blur(24px);
}
.ved-language-menu>small{
  display:block;
  padding:6px 9px 8px;
  color:var(--ved-shell-muted);
  font-family:var(--ved-shell-body);
  font-size:10px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.ved-language-menu a{
  display:flex;
  min-height:44px;
  padding:9px 10px;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-radius:10px;
  color:var(--ved-shell-soft);
  font-family:var(--ved-shell-body);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
}
.ved-language-menu a:hover{background:var(--ved-shell-mist);color:var(--ved-shell-teal)}
.ved-language-menu a[aria-current="page"]{background:#edf4f2;color:var(--ved-shell-deep);font-weight:750}
.ved-language-menu a[aria-current="page"] span::after{content:'\2713';margin-left:8px;color:var(--ved-shell-teal);font-size:12px}
.ved-language-menu a b{color:var(--ved-shell-muted);font-size:11px;letter-spacing:.06em}
.ved-nav-toggle{
  position:relative;
  display:none;
  width:42px;
  height:42px;
  margin:0;
  padding:0;
  flex:0 0 42px;
  align-items:center;
  justify-content:center;
  gap:4px;
  border:1px solid var(--ved-shell-line);
  border-radius:50%;
  background:#fff;
  color:var(--ved-shell-ink);
  cursor:pointer;
  box-shadow:0 4px 14px rgba(8,47,45,.06);
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease;
}
.ved-nav-toggle:hover{border-color:#b8cbc7;background:var(--ved-shell-mist);color:var(--ved-shell-teal);transform:translateY(-1px)}
.ved-nav-toggle span{
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:16px;
  height:1.5px;
  margin:-.75px 0 0 -8px;
  border-radius:2px;
  background:currentColor;
  transition:transform .18s ease,opacity .18s ease;
}
.ved-nav-toggle span:nth-child(1){transform:translateY(-5px)}
.ved-nav-toggle span:nth-child(3){transform:translateY(5px)}
.ved-nav-toggle[aria-expanded="true"] span:nth-child(1){transform:rotate(45deg)}
.ved-nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.ved-nav-toggle[aria-expanded="true"] span:nth-child(3){transform:rotate(-45deg)}
@keyframes ved-header-arrival{
  from{opacity:0;transform:translateY(-8px) scale(.995)}
  to{opacity:1;transform:none}
}
.ved-standard-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:17px 0 0;
  color:var(--ved-shell-muted);
  font-family:var(--ved-shell-body);
  font-size:10px;
  font-weight:600;
  letter-spacing:.055em;
}
.ved-standard-note::before{
  content:'';
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--ved-shell-brass);
  box-shadow:0 0 0 4px rgba(155,118,80,.09);
}
body.ved-builder .ved-standard-note{justify-content:flex-start;margin:15px 0 0;padding-left:3px}

/* Quality & Evidence Report builder — preserve the tool, elevate its entrance. */
body.ved-builder #step1 .rd-hero{
  min-height:calc(100vh - 72px);
  background:
    radial-gradient(circle at 78% 24%,rgba(18,98,95,.08),transparent 31%),
    linear-gradient(155deg,#fff 0%,#faf9f6 62%,#f1f5f3 100%);
  border-bottom:1px solid var(--ved-shell-line);
}
body.ved-builder #step1 .rd-hero-grid{max-width:1240px}
body.ved-builder #step1 .rd-h1{
  color:var(--ved-shell-ink);
  font-weight:400;
  letter-spacing:-.047em;
}
body.ved-builder #step1 .rd-eyebrow{font-size:12px;color:var(--ved-shell-teal)}
body.ved-builder #step1 .rd-hero-pick{
  padding:clamp(1.5rem,3vw,2.15rem);
  border:1px solid var(--ved-shell-line);
  border-radius:25px;
  background:rgba(255,255,255,.94);
  box-shadow:var(--ved-shell-shadow);
}
body.ved-builder #step1 .rd-start{
  border-color:var(--ved-shell-line);
  border-radius:17px;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
body.ved-builder #step1 .rd-start:hover{
  transform:translateY(-3px);
  border-color:#b9cbc7;
  box-shadow:var(--ved-shell-shadow-soft);
}
body.ved-builder #step1 .rd-start--1,
body.ved-builder #step1 #vdPiLibraryCard.rd-start--1{
  background:var(--ved-shell-deep);
  border-color:var(--ved-shell-deep);
}
body.ved-builder #step1 .rd-stage span,
body.ved-builder #step1 .rd-start-t{font-family:var(--ved-shell-display)}
body.ved-builder .rd-proof{background:var(--ved-shell-deep)}

/* Report workspace — the process is the product, so its chrome stays quiet.
   One global navigation, one compact workspace header, one view choice. */
body.ved-builder{padding-top:72px;background:var(--ved-shell-paper)}
body.ved-builder .nav-links a[aria-current="page"]{color:var(--ved-shell-ink);font-weight:700}
body.ved-builder .nav-links a[aria-current="page"]::after{
  content:'';display:block;width:4px;height:4px;margin:5px auto -9px;border-radius:50%;background:var(--ved-shell-brass)
}

body.ved-builder #pmContinueBanner{
  width:min(1240px,calc(100% - 48px));max-width:1240px;
  min-height:76px;margin:16px auto 0;padding:13px 15px 13px 17px;
  display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:13px;
  border:1px solid var(--ved-shell-line);border-radius:17px;
  background:linear-gradient(105deg,#fff 0%,#faf9f6 72%,#f1f5f3 100%);
  box-shadow:0 13px 38px rgba(8,47,45,.055);color:var(--ved-shell-ink)
}
body.ved-builder #pmContinueBanner .paid-banner-mark{
  display:grid;place-items:center;width:36px;height:36px;border-radius:50%;
  background:#edf4f2;color:var(--ved-shell-teal)
}
body.ved-builder #pmContinueBanner .paid-banner-mark svg{width:19px;height:19px}
body.ved-builder #pmContinueBanner .paid-banner-copy{display:grid;gap:2px;min-width:0}
body.ved-builder #pmContinueBanner .paid-banner-copy strong{
  color:var(--ved-shell-ink);font-family:var(--ved-shell-display);font-size:15px;font-weight:650;line-height:1.3
}
body.ved-builder #pmContinueBanner .paid-banner-copy small{
  overflow:hidden;color:var(--ved-shell-muted);font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap
}
body.ved-builder #pmContinueBanner .paid-banner-actions{display:flex;align-items:center;gap:5px}
body.ved-builder #pmContinueBanner .paid-banner-actions .btn{
  min-height:42px;padding:9px 14px!important;border-radius:999px!important;font-size:12px!important;font-weight:700!important
}
body.ved-builder #pmContinueBanner .paid-banner-actions .btn-primary{
  border-color:var(--ved-shell-deep)!important;background:var(--ved-shell-deep)!important;color:#fff!important
}
body.ved-builder #pmContinueBanner .paid-banner-actions .btn-primary:hover{border-color:var(--ved-shell-teal)!important;background:var(--ved-shell-teal)!important}
body.ved-builder #pmContinueBanner .paid-banner-actions .btn-ghost{color:var(--ved-shell-soft)}

body.ved-builder .pm-topbar{
  position:relative;top:auto;z-index:2;
  width:min(1240px,calc(100% - 48px));max-width:1240px;margin:16px auto 30px;
  overflow:visible;border:1px solid var(--ved-shell-line);border-radius:18px;
  background:#fff;box-shadow:0 18px 55px rgba(8,47,45,.065);
  -webkit-backdrop-filter:none;backdrop-filter:none
}
body.ved-builder .pm-tb-row1{
  max-width:none;min-height:104px;margin:0;padding:18px 18px 16px 20px;
  display:flex;align-items:flex-start;gap:24px
}
body.ved-builder .pm-workspace-identity{display:grid;gap:6px;min-width:0;min-height:78px;flex:1 1 auto}
body.ved-builder .pm-workspace-kicker{
  color:var(--ved-shell-teal);font-size:9px;font-weight:750;letter-spacing:.16em;line-height:1.2;text-transform:uppercase
}
body.ved-builder .pm-title{
  display:block!important;max-width:min(570px,48vw)!important;min-width:150px!important;min-height:26px;margin:0!important;padding:0!important;
  border:0!important;border-radius:5px!important;color:var(--ved-shell-ink)!important;
  font-family:var(--ved-shell-display)!important;font-size:20px!important;font-weight:600!important;line-height:1.3!important;
  letter-spacing:-.018em!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important
}
body.ved-builder .pm-title:hover{background:var(--ved-shell-mist)!important;box-shadow:0 0 0 4px var(--ved-shell-mist)}
body.ved-builder .pm-title:focus{background:#fff!important;box-shadow:0 0 0 3px rgba(18,98,95,.14)}
body.ved-builder .pm-workspace-purpose{display:grid;min-width:0;max-width:720px;gap:0}
body.ved-builder .pm-workspace-purpose-row{
  display:grid!important;grid-template-columns:64px minmax(0,1fr);align-items:baseline;gap:10px;
  min-height:40px;margin:0!important;padding:8px 11px!important;border:1px solid #dfe8e5;border-radius:10px;
  background:linear-gradient(90deg,#f3f7f5 0%,#f8faf9 100%);color:var(--ved-shell-ink)!important
}
body.ved-builder .pm-workspace-purpose-row .mh-lab{
  color:var(--ved-shell-teal);font-family:var(--ved-shell-body);font-size:9.5px;font-weight:750;
  letter-spacing:.065em;line-height:1.5;text-transform:uppercase
}
body.ved-builder .pm-workspace-purpose-value{
  display:block;min-width:0;max-width:none;min-height:22px;margin:0;padding:0!important;
  border-radius:4px;color:var(--ved-shell-soft);font-family:var(--ved-shell-body);font-size:14px;
  font-weight:520;line-height:1.55;overflow-wrap:anywhere
}
body.ved-builder .pm-workspace-purpose-value:empty{
  padding:0!important;background:transparent!important;box-shadow:none!important
}
body.ved-builder .pm-workspace-purpose-value:empty::before{color:#74837f;font-weight:500}
body.ved-builder .pm-workspace-purpose-value:focus{
  outline:2px solid rgba(18,98,95,.45);outline-offset:3px;background:#fff!important;box-shadow:none!important
}
body.ved-builder .pm-workspace-purpose-hint{
  max-width:62ch;margin:5px 0 2px 76px;padding:0;border:0;border-radius:0;background:transparent;
  color:var(--ved-shell-muted);font-family:var(--ved-shell-body);font-size:11.5px;line-height:1.5
}
body.ved-builder .pm-workspace-purpose-hint:empty{display:none}
body.ved-builder .pm-workspace-purpose>.vd-pi-chip{justify-self:start;margin:5px 0 1px 76px}
body.ved-builder .pm-workspace-details{display:flex;align-items:center;gap:12px;min-width:0;min-height:36px}
body.ved-builder .pm-workspace-facts{display:flex;align-items:center;gap:7px;min-width:0;flex:0 0 auto}
body.ved-builder .pm-workspace-field{
  display:grid;gap:0;width:165px;min-width:0;min-height:36px;padding:4px 8px;flex:0 0 auto;
  border:1px solid transparent;border-radius:9px;background:var(--ved-shell-mist);
  cursor:text;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease
}
body.ved-builder .pm-workspace-field--owner{width:155px}
body.ved-builder .pm-workspace-field>span{
  overflow:hidden;color:var(--ved-shell-muted);font-size:8px;font-weight:750;letter-spacing:.09em;
  line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap
}
body.ved-builder .pm-workspace-field input{
  width:100%;min-width:0;height:18px;margin:0;padding:0;border:0;outline:0;background:transparent;
  color:var(--ved-shell-ink);font-family:var(--ved-shell-body);font-size:11px;font-weight:650;line-height:18px;
  text-overflow:ellipsis
}
body.ved-builder .pm-workspace-field input::placeholder{color:var(--ved-shell-muted);font-weight:500;opacity:.82}
body.ved-builder .pm-workspace-field:hover{border-color:#cfdad7;background:#f7f9f8}
body.ved-builder .pm-workspace-field:focus-within{
  border-color:var(--ved-shell-teal);background:#fff;box-shadow:0 0 0 3px rgba(18,98,95,.10)
}
body.ved-builder .pm-workspace-context{display:flex;align-items:center;gap:11px;min-width:0;min-height:24px}
body.ved-builder .pm-onerec-save,
body.ved-builder .pm-money-btn{
  min-height:24px;margin:0;padding:0;border:0;border-radius:0;background:transparent;
  color:var(--ved-shell-muted);font-family:var(--ved-shell-body);font-size:11px;font-weight:600;line-height:1.35
}
body.ved-builder .pm-onerec-save{flex:0 0 142px;width:142px;gap:4px;overflow:hidden;white-space:nowrap}
body.ved-builder .pm-onerec-save>span{overflow:hidden;text-overflow:ellipsis}
body.ved-builder .pm-onerec-save svg{width:11px;height:11px;color:var(--ved-shell-teal)}
body.ved-builder .pm-onerec-save.is-saving{background:transparent;color:var(--ved-shell-brass)}
body.ved-builder .pm-money-btn{color:var(--ved-shell-teal);text-decoration:underline;text-decoration-color:rgba(18,98,95,.28);text-underline-offset:3px}
body.ved-builder .pm-money-btn{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.ved-builder .pm-money-btn:hover{background:transparent;border:0;color:var(--ved-shell-deep);text-decoration-color:currentColor}

body.ved-builder .pm-topbar-actions{margin:18px 0 0 auto;display:flex;align-items:center;gap:7px;flex:0 0 auto}
body.ved-builder .pm-ready-pill{
  min-height:32px;max-width:220px;padding:5px 10px;border-color:var(--ved-shell-line);background:var(--ved-shell-ivory);
  color:var(--ved-shell-soft);font-size:10px;font-weight:650
}
body.ved-builder .pm-ready-pill.pulse{animation:none;box-shadow:0 0 0 3px rgba(18,98,95,.08)}
body.ved-builder .pm-topbar #pmReadyBar{
  position:absolute;left:18px;right:12px;bottom:-1px;width:auto;max-width:none;height:4px;margin:0;padding:0;
  pointer-events:none
}
@media(min-width:1051px){
  body.ved-builder .pm-ready-pill{flex:0 0 198px;width:198px;max-width:198px}
  body.ved-builder .pm-ready-pill[hidden]{display:inline-flex!important;visibility:hidden}
}
body.ved-builder .pm-workspace-share,
body.ved-builder .pm-exp-toggle,
body.ved-builder .pm-lens-dd>summary,
body.ved-builder .pm-startover{
  min-height:42px;border-radius:999px;font-family:var(--ved-shell-body);font-size:12px;font-weight:700;line-height:1;white-space:nowrap
}
body.ved-builder .pm-workspace-share{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 15px;
  border:1px solid var(--ved-shell-deep);background:var(--ved-shell-deep);color:#fff;cursor:pointer
}
body.ved-builder .pm-workspace-share:hover{border-color:var(--ved-shell-teal);background:var(--ved-shell-teal)}
body.ved-builder .pm-export{position:relative}
body.ved-builder .pm-exp-toggle{
  display:inline-flex;padding:9px 13px;border:1px solid var(--ved-shell-line);background:#fff;color:var(--ved-shell-soft)
}
body.ved-builder .pm-exp-toggle:hover,
body.ved-builder .pm-export.open .pm-exp-toggle{border-color:#bccbc7;background:var(--ved-shell-mist);color:var(--ved-shell-deep)}
body.ved-builder .pm-exp-caret{margin-left:1px;color:var(--ved-shell-muted);font-size:10px}
body.ved-builder .pm-export-menu{
  display:none;position:absolute;top:calc(100% + 8px);right:0;left:auto;z-index:1200;
  width:min(390px,calc(100vw - 28px));min-width:330px;padding:9px;flex-direction:column;align-items:stretch;gap:2px;
  border:1px solid var(--ved-shell-line);border-radius:14px;background:#fff;box-shadow:var(--ved-shell-shadow-soft)
}
body.ved-builder .pm-export.open .pm-export-menu{display:flex}
body.ved-builder .pm-export-menu .pm-menu-item{
  display:flex;width:100%;min-height:48px;padding:9px 11px;border:0;border-radius:9px;
  color:var(--ved-shell-soft);font-size:12px;font-weight:600;text-align:left;white-space:normal
}
body.ved-builder .pm-export-menu .pm-menu-item:hover{background:var(--ved-shell-mist);color:var(--ved-shell-deep)}
body.ved-builder .pm-export-intro{padding:8px 11px 10px;color:var(--ved-shell-muted);font:500 12px/1.55 var(--ved-shell-body)}
body.ved-builder .pm-export-intro strong{color:var(--ved-shell-deep);font-size:13px}
body.ved-builder .pm-export-group{padding:10px 11px 4px;border-top:1px solid var(--ved-shell-line);color:var(--ved-shell-teal);font:750 10px/1.4 var(--ved-shell-body);letter-spacing:.08em}
body.ved-builder .pm-menu-item .pm-mi-copy b{font:700 13px/1.35 var(--ved-shell-body);color:var(--ved-shell-deep)}
body.ved-builder .pm-menu-item .pm-mi-copy small{font:500 11px/1.45 var(--ved-shell-body);color:var(--ved-shell-muted)}
body.ved-builder .pm-lens-dd>summary{
  padding:9px 13px;border:1px solid var(--ved-shell-line);background:#fff;color:var(--ved-shell-soft)
}
body.ved-builder .pm-lens-dd>summary:hover,
body.ved-builder .pm-lens-dd[open]>summary{border-color:#bccbc7;background:var(--ved-shell-mist);color:var(--ved-shell-deep)}
body.ved-builder .pm-lens-dd[open] .pm-lenses{top:calc(100% + 8px);border-color:var(--ved-shell-line);box-shadow:var(--ved-shell-shadow-soft)}
body.ved-builder .pm-startover{margin:0;padding:9px 8px;border:0;background:transparent;color:var(--ved-shell-muted)}
body.ved-builder .pm-startover::before{display:none}
body.ved-builder .pm-startover:hover{background:var(--ved-shell-mist);color:var(--ved-shell-deep)}

body.ved-builder .pm-tb-row2{
  max-width:none;min-height:58px;margin:0;padding:8px 12px 8px 18px;
  display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:15px;
  border-top:1px solid var(--ved-shell-line)
}
body.ved-builder .pm-swlabel{
  margin:0;color:var(--ved-shell-muted);font-size:9px;font-weight:750;letter-spacing:.13em
}
body.ved-builder .pm-views{
  display:inline-flex;width:auto;gap:3px;padding:3px;border:0;border-radius:11px;
  background:var(--ved-shell-mist);box-shadow:none
}
body.ved-builder .pm-view-btn{
  min-height:36px;padding:7px 14px;border-radius:8px;color:var(--ved-shell-soft);font-size:12px;font-weight:650
}
body.ved-builder .pm-view-btn:hover{background:rgba(255,255,255,.8);color:var(--ved-shell-deep)}
body.ved-builder .pm-view-btn.active,
body.ved-builder .pm-view-btn.active:hover{background:#fff;color:var(--ved-shell-deep);box-shadow:0 3px 12px rgba(8,47,45,.10)}

@media(max-width:1050px){
  body.ved-builder .pm-tb-row1{align-items:flex-start;flex-wrap:wrap;gap:10px 18px}
  body.ved-builder .pm-workspace-identity{flex:1 1 430px}
  body.ved-builder .pm-title{max-width:min(640px,74vw)!important}
  body.ved-builder .pm-workspace-details{align-items:flex-start;flex-wrap:wrap}
  body.ved-builder .pm-topbar-actions{flex:1 1 auto;margin-top:0;justify-content:flex-end}
  body.ved-builder .pm-ready-pill{display:none!important}
}

/* Ready-made Process Library. */
body.ved-process-library{background:var(--ved-shell-ivory)}
body.ved-process-library>.topbar{position:sticky;top:0;z-index:40}
body.ved-process-library .wrap{width:min(1240px,calc(100% - 48px));max-width:1240px}
body.ved-process-library .hero{
  padding:105px 0 64px;
  background:
    radial-gradient(circle at 50% 20%,rgba(18,98,95,.07),transparent 34%),
    linear-gradient(180deg,#fff 0%,#faf9f6 100%);
  text-align:center;
}
body.ved-process-library .hero .eyebrow{
  margin-bottom:18px;
  color:var(--ved-shell-teal);
  font-size:9px;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
}
body.ved-process-library .hero h1{
  max-width:980px;
  margin:0 auto 25px;
  font-size:clamp(52px,6.5vw,86px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.048em;
}
body.ved-process-library .hero>div>p:not(.eyebrow){max-width:760px;font-size:17px;line-height:1.72}
body.ved-process-library .search{
  max-width:760px;
  border-radius:18px;
  box-shadow:var(--ved-shell-shadow-soft);
}
body.ved-process-library .library{padding-top:52px;background:var(--ved-shell-ivory)}
body.ved-process-library .filter{border-color:var(--ved-shell-line);border-radius:999px}
body.ved-process-library .filter.active{background:var(--ved-shell-deep);border-color:var(--ved-shell-deep)}
body.ved-process-library .grid{gap:16px}
body.ved-process-library .card{
  min-height:320px;
  padding:28px;
  border-color:var(--ved-shell-line);
  border-radius:20px;
  background:#fff;
}
body.ved-process-library .card.featured{background:var(--ved-shell-deep);border-color:var(--ved-shell-deep)}
body.ved-process-library .card:hover,
body.ved-process-library .card:focus-visible{box-shadow:var(--ved-shell-shadow-soft)}
body.ved-process-library .card h2{font-weight:400;letter-spacing:-.025em}
body.ved-process-library .source-strip{
  margin-top:70px;
  padding:38px 0;
  border-top-color:var(--ved-shell-ink);
  border-bottom-color:var(--ved-shell-line);
}
body.ved-process-library footer{background:#fff}

/* European Programme Library — retain the dense source material but make the
   first view calm, generous and clearly part of the same premium product. */
body.ved-programme-library{
  --l-bg:#faf9f6;
  --l-surface:#fff;
  --l-panel:#f1f5f3;
  --l-ink:#10211f;
  --l-ink-2:#43514e;
  --l-ink-3:#586763;
  --l-rule:#dfe7e4;
  --l-accent:#12625f;
  color-scheme:light;
  background:var(--ved-shell-ivory)!important;
}
body.ved-programme-library>nav{position:sticky;top:0;z-index:100}
body.ved-programme-library .lw{max-width:1240px;padding:0 24px 110px}
body.ved-programme-library .lh{
  width:100vw;
  margin:0 calc(50% - 50vw) 48px;
  padding:94px max(24px,calc((100vw - 1192px)/2)) 62px;
  background:
    radial-gradient(circle at 74% 26%,rgba(18,98,95,.075),transparent 31%),
    linear-gradient(180deg,#fff 0%,#faf9f6 100%);
  border-bottom:1px solid var(--ved-shell-line);
}
body.ved-programme-library .lh-kick{
  font-family:var(--ved-shell-body);
  font-size:9px;
  font-weight:700;
  letter-spacing:.17em;
  color:var(--ved-shell-teal);
}
body.ved-programme-library .lh-h1{
  max-width:15ch;
  margin:16px 0 22px;
  font-family:var(--ved-shell-display);
  font-size:clamp(52px,6.4vw,86px);
  font-weight:400;
  line-height:.99;
  letter-spacing:-.048em;
}
body.ved-programme-library .lh-sub{max-width:750px;font-size:17px;line-height:1.72;color:var(--ved-shell-soft)}
body.ved-programme-library .lh-stats{gap:0;margin-top:38px;padding-top:0;border-top:1px solid var(--ved-shell-ink);max-width:920px}
body.ved-programme-library .lh-stat{min-width:0;flex:1;padding:23px 28px 0 0;margin-right:28px;border-right:1px solid var(--ved-shell-line)}
body.ved-programme-library .lh-stat:last-child{margin-right:0;border-right:0}
body.ved-programme-library .lh-stat b{font-family:var(--ved-shell-display);font-size:30px;font-weight:400;color:var(--ved-shell-teal)}
body.ved-programme-library .lh-stat span{display:block;margin-top:5px;font-size:12px;line-height:1.5}
body.ved-programme-library .cty-tabs{gap:8px;margin-bottom:42px}
body.ved-programme-library .cty-search-shell{
  display:grid;
  grid-template-columns:minmax(0,760px) auto;
  align-items:end;
  gap:18px;
  margin:-4px 0 18px;
}
body.ved-programme-library .cty-search-label{
  display:grid;
  gap:8px;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.035em;
  color:var(--ved-shell-soft);
}
body.ved-programme-library .cty-search-field{
  position:relative;
  display:flex;
  align-items:center;
}
body.ved-programme-library .cty-search-field::before{
  content:'⌕';
  position:absolute;
  left:17px;
  color:var(--ved-shell-brass);
  font-size:21px;
  line-height:1;
  pointer-events:none;
}
body.ved-programme-library .cty-search-field input{
  width:100%;
  min-height:54px;
  padding:13px 18px 13px 49px;
  border:1px solid var(--ved-shell-line);
  border-radius:15px;
  background:#fff;
  color:var(--ved-shell-ink);
  font:500 16px/1.5 var(--ved-shell-body);
  box-shadow:0 14px 40px rgba(8,47,45,.045);
}
body.ved-programme-library .cty-search-field input:focus{
  border-color:var(--ved-shell-teal);
  outline:3px solid rgba(18,98,95,.14);
  outline-offset:2px;
}
body.ved-programme-library .cty-search-status{
  min-height:24px;
  padding-bottom:15px;
  color:var(--ved-shell-muted);
  font-size:13px;
  white-space:nowrap;
}
body.ved-programme-library [hidden]{display:none!important}
body.ved-programme-library .cty-tabs label{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:9px 16px;
  border-color:var(--ved-shell-line);
  font-size:13px;
}
body.ved-programme-library #cty-all:checked~.cty-tabs label[for="cty-all"],
body.ved-programme-library #cty-ie:checked~.cty-tabs label[for="cty-ie"],
body.ved-programme-library #cty-sk:checked~.cty-tabs label[for="cty-sk"]{
  background:var(--ved-shell-deep);border-color:var(--ved-shell-deep);color:#fff;
}
body.ved-programme-library .cb{margin-bottom:70px}
body.ved-programme-library .cb-head{margin-bottom:18px;padding-bottom:15px;border-bottom:1px solid var(--ved-shell-ink)}
body.ved-programme-library .cb-name{font-family:var(--ved-shell-display);font-size:25px;font-weight:400}
body.ved-programme-library .cb-count{font-family:var(--ved-shell-body);font-size:12px}
body.ved-programme-library .rows{gap:10px}
body.ved-programme-library details.row{
  border-color:var(--ved-shell-line);
  border-radius:18px;
  box-shadow:0 5px 20px rgba(8,47,45,.025);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
body.ved-programme-library details.row:hover{
  transform:translateY(-2px);
  border-color:#bdccc8;
  box-shadow:0 16px 42px rgba(8,47,45,.07);
}
body.ved-programme-library details.row[open]{transform:none;box-shadow:var(--ved-shell-shadow-soft)}
body.ved-programme-library details.row>summary{gap:17px;padding:18px 20px}
body.ved-programme-library .r-bar{width:3px;height:45px}
body.ved-programme-library .r-title{font-family:var(--ved-shell-display);font-size:18px;font-weight:600}
body.ved-programme-library .r-meta{
  max-width:95ch;
  margin-top:3px;
  font-family:var(--ved-shell-body);
  font-size:13px;
  line-height:1.55;
  color:var(--ved-shell-muted);
}
body.ved-programme-library .r-go{font-family:var(--ved-shell-body);font-size:10px;letter-spacing:.08em}
body.ved-programme-library .r-body{padding:8px 24px 28px}
body.ved-programme-library .split{gap:35px 55px;padding-top:26px}
body.ved-programme-library .col-label{font-family:var(--ved-shell-body);font-size:10px;letter-spacing:.13em;color:var(--ved-shell-teal)}
body.ved-programme-library .tl-name,
body.ved-programme-library .pm-name{font-size:14px;line-height:1.45}
body.ved-programme-library .tl-sub,
body.ved-programme-library .pm-role{font-size:12px;line-height:1.55}
body.ved-programme-library .pmb{
  margin-bottom:16px;
  padding:19px 20px;
  border:1px solid var(--ved-shell-line);
  border-radius:15px;
  background:var(--ved-shell-ivory);
}
body.ved-programme-library .pmb-name{font-family:var(--ved-shell-display);font-size:16px;font-weight:600}
body.ved-programme-library .pmb-open{font-size:12px}
body.ved-programme-library .r-src{font-size:12px;line-height:1.65}

/* Authority pages: same calm shell, with their definitions treated as premium
   product knowledge rather than a separate editorial microsite. */
body.ved-authority .wrap{width:min(1240px,calc(100% - 48px));max-width:1240px}
body.ved-authority>.topbar{position:sticky;top:0;z-index:40}
body.ved-authority .hero{
  padding:115px 0 92px;
  background:
    radial-gradient(circle at 72% 25%,rgba(18,98,95,.075),transparent 32%),
    linear-gradient(180deg,#fff 0%,#faf9f6 100%);
}
body.ved-authority .hero h1{font-weight:400;letter-spacing:-.052em}
body.ved-authority .answer{
  max-width:960px;
  padding:30px 32px;
  border:1px solid var(--ved-shell-line);
  border-left:3px solid var(--ved-shell-teal);
  border-radius:0 18px 18px 0;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 48px rgba(8,47,45,.055);
}
body.ved-authority .card{border-radius:20px}
body.ved-authority .verified{border-radius:22px;background:var(--ved-shell-deep)}
body.ved-authority .cta{background:var(--ved-shell-deep)}

@media(min-width:901px){
  body.ved-page .ved-global-links{display:flex!important}
  body.ved-page .ved-nav-toggle{display:none!important}
}
@media(max-width:1120px){
  body.ved-page .ved-global-brand::after{display:none}
}
@media(max-width:900px){
  body.ved-page>nav .nav-inner,
  body.ved-page>.topbar .nav{width:min(100% - 32px,1240px)}
  body.ved-programme-library .lh{padding-top:72px}
  body.ved-programme-library .lh-stats{flex-direction:column;border-top:1px solid var(--ved-shell-line)}
  body.ved-programme-library .lh-stat{padding:16px 0;margin:0;border-right:0;border-bottom:1px solid var(--ved-shell-line)}
  body.ved-programme-library .lh-stat:last-child{border-bottom:0}
  body.ved-page>.ved-global-header .ved-global-nav{width:min(calc(100% - 32px),1240px);gap:10px}
  body.ved-page .ved-global-links{
    display:none!important;
    position:fixed;
    top:78px;
    left:16px;
    right:16px;
    z-index:499;
    max-height:calc(100vh - 72px);
    margin:0;
    padding:14px 16px 18px;
    overflow:auto;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
    background:rgba(255,255,255,.98);
    border:1px solid var(--ved-shell-line);
    border-radius:18px;
    box-shadow:0 22px 55px rgba(8,47,45,.11);
    -webkit-backdrop-filter:blur(24px);
    backdrop-filter:blur(24px);
  }
  body.ved-page .ved-global-links.open{display:flex!important}
  body.ved-page .ved-global-links.open>a,
  body.ved-page .ved-global-links.open>li>a{
    display:flex!important;
    width:100%;
    min-height:48px;
    padding:8px 12px!important;
    border-radius:10px;
    font-size:14px!important;
  }
  body.ved-page .ved-global-links.open>a:hover,
  body.ved-page .ved-global-links.open>li>a:hover{background:var(--ved-shell-mist)}
  body.ved-page .ved-global-links a[aria-current="page"]::after{display:none}
  body.ved-page .ved-global-links.open a.ved-global-cta,
  body.ved-page .ved-global-links.open a.nav-cta,
  body.ved-page .ved-global-links.open a.studio-link{
    justify-content:center;
    width:100%;
    margin-top:5px;
  }
  body.ved-page .ved-nav-toggle{display:flex!important;flex-direction:column}
  body.ved-page .lang-toggle{margin-left:auto}
  body.ved-page .ved-language-picker{margin-left:auto}
}
@media(max-width:680px){
  body.ved-page>nav,body.ved-page>.topbar{height:64px;min-height:64px}
  body.ved-page>nav .nav-inner,body.ved-page>.topbar .nav{min-height:64px;height:64px;width:min(100% - 28px,1240px)}
  body.ved-page>.ved-global-header{height:64px;min-height:64px}
  body.ved-page>.ved-global-header .ved-global-nav{
    width:min(calc(100% - 16px),1240px);
    height:52px;
    min-height:52px;
    margin:6px auto;
    padding:0 6px 0 7px;
    border-radius:16px;
  }
  body.ved-page .ved-global-brand{min-height:40px;padding-right:5px;font-size:13px}
  body.ved-page .ved-global-brand img{width:29px;height:29px;border-radius:8px}
  body.ved-page .ved-nav-toggle{width:38px;height:38px;flex-basis:38px}
  body.ved-page .ved-language-picker summary{min-width:52px;min-height:38px;padding:0 10px}
  body.ved-page .ved-language-menu{position:fixed;top:70px;right:8px;width:min(260px,calc(100vw - 16px))}
  body.ved-page .ved-global-links{top:70px;left:8px;right:8px;max-height:calc(100vh - 78px)}
  body.ved-builder{padding-top:64px}
  body.ved-builder .nav-links{top:64px}
  body.ved-builder .nav-links a[aria-current="page"]::after{display:none}
  body.ved-builder #pmContinueBanner{
    width:calc(100% - 28px);min-height:0;margin:12px auto 0;padding:13px;
    grid-template-columns:34px minmax(0,1fr);gap:10px;border-radius:15px
  }
  body.ved-builder #pmContinueBanner .paid-banner-mark{width:34px;height:34px}
  body.ved-builder #pmContinueBanner .paid-banner-copy small{white-space:normal}
  body.ved-builder #pmContinueBanner .paid-banner-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%;margin-top:2px}
  body.ved-builder #pmContinueBanner .paid-banner-actions .btn{width:100%}
  body.ved-builder .pm-topbar{
    position:relative;top:auto;width:100%;margin:10px 0 22px;border-radius:16px;box-shadow:0 13px 36px rgba(8,47,45,.07)
  }
  body.ved-builder .pm-tb-row1{display:flex;padding:14px;gap:12px}
  body.ved-builder .pm-workspace-identity{flex:1 1 100%;width:100%}
  body.ved-builder .pm-title{display:block!important;max-width:100%!important;font-size:18px!important}
  body.ved-builder .pm-workspace-purpose{max-width:none;width:100%}
  body.ved-builder .pm-workspace-purpose-row{
    grid-template-columns:minmax(0,1fr);align-items:start;gap:2px;min-height:54px;padding:8px 10px!important;overflow:hidden
  }
  body.ved-builder .pm-workspace-purpose-row .mh-lab{font-size:10px}
  body.ved-builder .pm-workspace-purpose-value{min-height:25px;font-size:16px;line-height:1.5}
  body.ved-builder .pm-workspace-purpose-hint{margin:6px 2px 0;font-size:13px;line-height:1.55}
  body.ved-builder .pm-workspace-purpose>.vd-pi-chip{margin:6px 0 0}
  body.ved-builder .pm-workspace-details{display:grid;width:100%;gap:8px}
  body.ved-builder .pm-workspace-facts{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px}
  body.ved-builder .pm-workspace-field,body.ved-builder .pm-workspace-field--owner{width:100%}
  body.ved-builder .pm-workspace-context{gap:9px;flex-wrap:wrap}
  body.ved-builder .pm-onerec-save{flex:0 1 auto;width:auto;max-width:190px}
  body.ved-builder .pm-money-btn span{display:inline}
  body.ved-builder .pm-money-btn::after{display:none}
  body.ved-builder .pm-topbar-actions{
    width:100%;margin:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;justify-content:stretch
  }
  body.ved-builder .pm-ready-pill{display:none!important}
  body.ved-builder .pm-workspace-share{grid-column:1/-1;width:100%}
  body.ved-builder .pm-export,body.ved-builder .pm-lens-dd{width:100%;justify-self:stretch}
  body.ved-builder .pm-exp-toggle,body.ved-builder .pm-lens-dd>summary{width:100%;justify-content:center}
  body.ved-builder .pm-export-menu{right:0;left:auto}
  body.ved-builder .pm-startover{grid-column:1/-1;justify-self:start;min-height:36px;padding:6px 4px}
  body.ved-builder .pm-tb-row2{padding:8px;border-top:1px solid var(--ved-shell-line)}
  body.ved-builder .pm-swlabel{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  body.ved-builder .pm-views{display:flex;width:100%}
  body.ved-builder .pm-view-btn{flex:1;min-width:0;padding:7px 5px;font-size:11px}
  body.ved-process-library .wrap,body.ved-authority .wrap{width:min(100% - 28px,1240px)}
  body.ved-process-library .hero{padding:72px 0 46px}
  body.ved-process-library .hero h1{font-size:45px}
  body.ved-programme-library .lw{padding-left:14px;padding-right:14px}
  body.ved-programme-library .lh{padding:66px 14px 44px;margin-bottom:30px}
  body.ved-programme-library .lh-h1{font-size:46px}
  body.ved-programme-library .lh-sub{font-size:16px}
  body.ved-programme-library details.row>summary{padding:15px 14px}
  body.ved-programme-library .r-body{padding:5px 15px 22px}
  body.ved-programme-library .r-go{font-size:0}
  body.ved-programme-library .r-go svg{width:13px;height:8px}
  body.ved-programme-library .pmb{padding:16px}
  body.ved-authority .hero{padding:78px 0 66px}
  body.ved-authority .answer{padding:24px 22px}
  .ved-standard-note{font-size:9px;line-height:1.5}
}
@media(prefers-reduced-motion:reduce){
  body.ved-page *{scroll-behavior:auto!important;transition-duration:.001ms!important}
  body.ved-page .ved-global-nav{animation:none!important}
}


/* --------------------------------------------------------------------------
   Vedomia editorial rhythm
   Final source of truth for type, readable measures and vertical spacing.
   Keep this layer last: individual pages may own their diagrams, but the
   reading experience must feel like one calm, exact product everywhere.
   -------------------------------------------------------------------------- */
:root{
  --ved-space-1:8px;
  --ved-space-2:12px;
  --ved-space-3:16px;
  --ved-space-4:24px;
  --ved-space-5:32px;
  --ved-space-6:48px;
  --ved-space-7:72px;
  --ved-space-8:104px;
  --ved-measure:68ch;
  --ved-measure-narrow:54ch;
  --ved-leading-body:1.7;
  --ved-leading-tight:1.08;
  --ved-tracking-label:.065em;
}

body.ved-page{
  --muted:var(--ved-shell-muted);
  --brass:var(--ved-shell-brass-ink);
  font-size:16px;
  line-height:var(--ved-leading-body);
  letter-spacing:0;
  font-kerning:normal;
  font-variant-ligatures:common-ligatures;
  font-synthesis:none;
}
body.ved-page h1,
body.ved-page h2,
body.ved-page h3,
body.ved-page h4{
  line-height:var(--ved-leading-tight);
  letter-spacing:-.022em;
  text-wrap:balance;
  hyphens:none;
}
body.ved-page p,
body.ved-page li,
body.ved-page blockquote{
  text-wrap:pretty;
  widows:2;
  orphans:2;
}
body.ved-page p,
body.ved-page li{hyphens:none}
body.ved-page input,
body.ved-page textarea,
body.ved-page button,
body.ved-page select{letter-spacing:0}

/* Labels guide the eye. They are never decorative micro-text. */
body.ved-page .eyebrow,
body.ved-page .lh-kick,
body.ved-page .rd-eyebrow,
body.ved-page .pm-workspace-kicker,
body.ved-page .pm-swlabel,
body.ved-page .detail-top span,
body.ved-page .detail-fact small,
body.ved-page .view-summary small,
body.ved-page .view-copy small,
body.ved-page .view-value b,
body.ved-page .col-label,
body.ved-page .r-go,
body.ved-page .identity-card-head small,
body.ved-page .identity-card-head em,
body.ved-page .identity-card-foot span{
  letter-spacing:var(--ved-tracking-label);
}

/* The header uses the same comfortable density on every route. */
body.ved-page .ved-global-brand::after{
  font-size:9px;
  line-height:1.3;
  letter-spacing:.085em;
}
body.ved-page .ved-global-links a{
  font-size:13px;
  line-height:1.35;
}
body.ved-page .ved-global-links .nav-cta{
  font-size:12.5px!important;
}

/* Homepage — one message, one reading path, generous but purposeful space. */
body.ved-homepage .hero{
  min-height:calc(100vh - 64px);
  padding:clamp(88px,9vw,120px) 0 clamp(76px,8vw,104px);
}
body.ved-homepage .eyebrow{
  margin-bottom:20px;
  font-size:11px;
  line-height:1.45;
  letter-spacing:var(--ved-tracking-label);
}
body.ved-homepage .hero h1{
  max-width:1060px;
  margin-bottom:30px;
  font-size:clamp(54px,6.7vw,94px);
  line-height:1.02;
  letter-spacing:-.026em;
}
body.ved-homepage .hero .lead{
  max-width:760px;
  font-size:18px;
  line-height:1.72;
}
body.ved-homepage .hero-actions{margin-top:38px}
body.ved-homepage .hero-assurance{margin-top:22px}
body.ved-homepage .answer-block{
  max-width:920px;
  grid-template-columns:180px minmax(0,1fr);
  gap:32px;
  margin-top:48px;
  padding-top:28px;
}
body.ved-homepage .answer-block strong{
  font-size:11px;
  line-height:1.55;
  letter-spacing:var(--ved-tracking-label);
}
body.ved-homepage .answer-block p{
  max-width:var(--ved-measure);
  font-size:15px;
  line-height:1.76;
}

body.ved-homepage .cycle{padding:clamp(96px,9vw,128px) 0}
body.ved-homepage .cycle-head{
  max-width:1040px;
  gap:64px;
  margin-bottom:64px;
}
body.ved-homepage .cycle h2{
  max-width:820px;
  font-size:clamp(44px,4.7vw,64px);
  line-height:1.08;
  letter-spacing:-.022em;
}
body.ved-homepage .cycle-story{max-width:780px;gap:16px}
body.ved-homepage .cycle-story p{
  max-width:var(--ved-measure);
  font-size:17px;
  line-height:1.75;
}
body.ved-homepage .cycle-instruction{
  font-size:11px;
  line-height:1.5;
  letter-spacing:var(--ved-tracking-label);
}
body.ved-homepage .orbit-bubble strong{font-size:21px;line-height:1.22}
body.ved-homepage .orbit-bubble p{font-size:13px;line-height:1.62}
body.ved-homepage .bubble-top span,
body.ved-homepage .bubble-top b{font-size:10px;letter-spacing:var(--ved-tracking-label)}
body.ved-homepage .orbit-centre small{font-size:10px;line-height:1.45;letter-spacing:var(--ved-tracking-label)}
body.ved-homepage .orbit-centre strong{font-size:27px;line-height:1.1}
body.ved-homepage .orbit-centre span{font-size:11px;line-height:1.5}
body.ved-homepage .orbit-centre span{color:rgba(255,255,255,.68)}
body.ved-homepage .cycle-node b{font-size:10px;line-height:1.35;letter-spacing:.055em}
body.ved-homepage .detail-top span,
body.ved-homepage .detail-fact small{font-size:10px;line-height:1.5}
body.ved-homepage .cycle-detail h3{line-height:1.1;letter-spacing:-.02em}
body.ved-homepage .detail-explain{font-size:15px;line-height:1.72}
body.ved-homepage .detail-fact b{font-size:13px;line-height:1.65}
body.ved-homepage .report-note{margin-top:64px;padding:32px 0}
body.ved-homepage .report-note small{font-size:10px;letter-spacing:var(--ved-tracking-label)}
body.ved-homepage .report-note h3{font-size:31px;line-height:1.16}
body.ved-homepage .report-note p{font-size:15px;line-height:1.75}

body.ved-homepage .views,
body.ved-homepage .identity,
body.ved-homepage .founder,
body.ved-homepage .offer{padding:clamp(88px,9vw,116px) 0}
body.ved-homepage .journal{padding:clamp(80px,8vw,104px) 0}
body.ved-homepage .views-head{
  max-width:880px;
  margin-bottom:48px;
}
body.ved-homepage .views h2,
body.ved-homepage .identity-copy h2,
body.ved-homepage .journal-intro h2,
body.ved-homepage .founder h2,
body.ved-homepage .offer h2{
  line-height:1.08;
  letter-spacing:-.022em;
}
body.ved-homepage .views h2{font-size:clamp(44px,5.2vw,68px)}
body.ved-homepage .views-head>p:last-child{
  max-width:620px;
  font-size:16px;
  line-height:1.72;
}
body.ved-homepage .view-summary article{min-height:250px;padding-top:32px;padding-bottom:30px}
body.ved-homepage .view-summary small{font-size:11px;line-height:1.45}
body.ved-homepage .view-summary h3{margin:34px 0 14px;font-size:26px;line-height:1.14}
body.ved-homepage .view-summary p{max-width:36ch;font-size:15px;line-height:1.7}
body.ved-homepage .view-summary span{font-size:12.5px;line-height:1.5}
body.ved-homepage .identity-shell{gap:clamp(54px,7vw,92px)}
body.ved-homepage .identity-copy>p{max-width:var(--ved-measure-narrow);font-size:16px;line-height:1.76}
body.ved-homepage .identity-card-head small,
body.ved-homepage .identity-card-head em{font-size:11px;line-height:1.5}
body.ved-homepage .identity-card-foot span{font-size:11px;line-height:1.5}
body.ved-homepage .journal-intro>p:last-of-type{max-width:var(--ved-measure-narrow);font-size:15px;line-height:1.72}
body.ved-homepage .journal-item small{font-size:11px;letter-spacing:var(--ved-tracking-label)}
body.ved-homepage .journal-item strong{font-size:17px;line-height:1.4}
body.ved-homepage .founder-grid{gap:clamp(58px,7vw,88px)}
body.ved-homepage .founder blockquote{max-width:610px;font-size:23px;line-height:1.55}
body.ved-homepage .founder-copy>p{max-width:var(--ved-measure-narrow);font-size:15px;line-height:1.78}
body.ved-homepage .founder-image::after{font-size:10px;letter-spacing:var(--ved-tracking-label)}
body.ved-homepage .signature{font-size:11px;line-height:1.65;letter-spacing:.055em}
body.ved-homepage .offer-grid{gap:clamp(58px,7vw,82px)}
body.ved-homepage .offer-price h3{font-size:29px;line-height:1.2}
body.ved-homepage .offer-price small{font-size:10px;letter-spacing:var(--ved-tracking-label)}
body.ved-homepage .offer-price small{color:rgba(255,255,255,.68)}
body.ved-homepage .included{gap:15px;margin:30px 0}
body.ved-homepage .included span{font-size:14px;line-height:1.62}
body.ved-homepage .offer-button{font-size:13px}
body.ved-homepage .offer-demo,
body.ved-homepage .offer-note{font-size:12px;line-height:1.55;color:rgba(255,255,255,.62)}
body.ved-homepage footer{font-size:11px;line-height:1.6}
body.ved-homepage .footer-identity span,
body.ved-homepage .footer-tools{font-size:10.5px;line-height:1.55}

/* Ready-made process library — editorial cards, never a dense catalogue. */
body.ved-process-library .hero{padding:96px 0 62px}
body.ved-process-library .hero .eyebrow{font-size:11px;letter-spacing:var(--ved-tracking-label)}
body.ved-process-library .hero h1{
  max-width:900px;
  font-size:clamp(50px,6vw,78px);
  line-height:1.06;
  letter-spacing:-.024em;
}
body.ved-process-library .hero>div>p:not(.eyebrow){
  max-width:var(--ved-measure);
  font-size:17px;
  line-height:1.72;
}
body.ved-process-library .hero-proof{margin-top:26px}
body.ved-process-library .grid{gap:18px}
body.ved-process-library .card{padding:30px;min-height:320px}
body.ved-process-library .card small{font-size:11px;letter-spacing:var(--ved-tracking-label)}
body.ved-process-library .card h2{margin-top:34px;font-size:26px;line-height:1.2;letter-spacing:-.018em}
body.ved-process-library .card p{font-size:15px;line-height:1.7}
body.ved-process-library .card strong{font-size:13px;line-height:1.5}
body.ved-process-library .source-strip h2,
body.ved-process-library .source-strip h3{line-height:1.18;letter-spacing:-.018em}
body.ved-process-library .source-strip p{max-width:var(--ved-measure);font-size:15px;line-height:1.7}

/* European Programme Library — detailed information with a calm scan path. */
body.ved-programme-library .lh{padding-top:88px;padding-bottom:60px}
body.ved-programme-library .lh-kick{font-size:11px;line-height:1.5;letter-spacing:var(--ved-tracking-label)}
body.ved-programme-library .lh-h1{
  max-width:15ch;
  margin:18px 0 24px;
  font-size:clamp(50px,6vw,78px);
  line-height:1.05;
  letter-spacing:-.024em;
}
body.ved-programme-library .lh-sub{max-width:var(--ved-measure);font-size:17px;line-height:1.72}
body.ved-programme-library .lh-stats{margin-top:40px}
body.ved-programme-library .lh-stat{padding-top:24px}
body.ved-programme-library .lh-stat span{font-size:13px;line-height:1.55}
body.ved-programme-library .cb{margin-bottom:64px}
body.ved-programme-library .cb-head{margin-bottom:20px;padding-bottom:16px}
body.ved-programme-library .cb-name{font-size:27px;line-height:1.2;letter-spacing:-.018em}
body.ved-programme-library .cb-count{font-size:13px;line-height:1.5}
body.ved-programme-library details.row>summary{padding:20px 22px}
body.ved-programme-library .r-title{font-size:19px;line-height:1.3;letter-spacing:-.012em}
body.ved-programme-library .r-meta{max-width:88ch;font-size:13.5px;line-height:1.62}
body.ved-programme-library .r-go{font-size:11px;letter-spacing:.055em}
body.ved-programme-library .r-body{padding:10px 26px 30px}
body.ved-programme-library .split{gap:38px 60px;padding-top:28px}
body.ved-programme-library .col-label{font-size:11px;line-height:1.5;letter-spacing:var(--ved-tracking-label)}
body.ved-programme-library .tl-name,
body.ved-programme-library .pm-name{font-size:14px;line-height:1.5}
body.ved-programme-library .tl-sub,
body.ved-programme-library .pm-role{font-size:12.5px;line-height:1.64}
body.ved-programme-library .pmb-name{font-size:17px;line-height:1.35}
body.ved-programme-library .pmb-open,
body.ved-programme-library .r-src{font-size:12.5px;line-height:1.65}

/* Method and problem pages — long-form authority without long-looking text. */
body.ved-authority .hero{padding:104px 0 84px}
body.ved-authority .hero .eyebrow{font-size:11px;letter-spacing:var(--ved-tracking-label)}
body.ved-authority .hero h1{
  max-width:900px;
  font-size:clamp(54px,7vw,90px);
  line-height:1.02;
  letter-spacing:-.026em;
}
body.ved-authority .hero .lead{
  max-width:760px;
  margin-top:30px;
  font-size:clamp(19px,2vw,23px);
  line-height:1.62;
}
body.ved-authority .answer{max-width:900px;margin-top:46px;padding:30px 32px}
body.ved-authority .answer small{font-size:11px;letter-spacing:var(--ved-tracking-label)}
body.ved-authority .answer p{max-width:var(--ved-measure);font-size:18px;line-height:1.72}
body.ved-authority .proof{padding-bottom:96px}
body.ved-authority .proof article{min-height:235px;padding-top:30px}
body.ved-authority .proof span{font-size:15px;line-height:1.65}
body.ved-authority .proof a{font-size:13px;line-height:1.5}
body.ved-authority .section{padding:96px 0}
body.ved-authority .section-head{gap:64px;margin-bottom:48px}
body.ved-authority .section h2{font-size:clamp(40px,4.8vw,64px);line-height:1.08;letter-spacing:-.022em}
body.ved-authority .section-intro{max-width:var(--ved-measure);font-size:17px;line-height:1.72}
body.ved-authority .card p{font-size:15px;line-height:1.72}
body.ved-authority .input span{font-size:13px;line-height:1.55}
body.ved-authority .verified p{font-size:15px;line-height:1.7}
body.ved-authority .step p{font-size:15px;line-height:1.72}
body.ved-authority .source-note{max-width:var(--ved-measure);font-size:13px;line-height:1.65}

/* Report builder — clear entry, then compact professional workspace chrome. */
body.ved-builder #step1 .rd-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(500px,1.05fr);
  gap:clamp(52px,5.2vw,76px);
}
body.ved-builder #step1 .rd-h1{
  max-width:17ch;
  font-size:clamp(45px,4.6vw,64px);
  line-height:1.06;
  letter-spacing:-.024em;
}
body.ved-builder #step1 .rd-eyebrow{font-size:12px;line-height:1.5;letter-spacing:.045em}
body.ved-builder #step1 .rd-sub{max-width:44ch;font-size:18px;line-height:1.7}
body.ved-builder #step1 .rd-stage span{font-size:19px;line-height:1.4}
body.ved-builder #step1 .rd-stage small{font-size:14px;line-height:1.55}
body.ved-builder #step1 .rd-start-t{font-size:16.5px;line-height:1.4}
body.ved-builder #step1 .rd-start-d{font-size:14px;line-height:1.55}
body.ved-builder .rd-proof h2{font-size:clamp(28px,3vw,38px);line-height:1.16;letter-spacing:-.018em}
body.ved-builder .rd-proof-item b{font-size:16px;line-height:1.4}
body.ved-builder .rd-proof-item span{font-size:14px;line-height:1.6}
body.ved-builder .pm-workspace-kicker{font-size:10px;line-height:1.3;letter-spacing:.07em}
body.ved-builder .pm-workspace-field>span{font-size:9.5px;line-height:1.25;letter-spacing:.055em}
body.ved-builder .pm-workspace-field input{font-size:12px;line-height:18px}
body.ved-builder .pm-onerec-save,
body.ved-builder .pm-money-btn{font-size:11.5px;line-height:1.4}
body.ved-builder .pm-ready-pill{font-size:10.5px;line-height:1.4}
body.ved-builder .pm-swlabel{font-size:10px;line-height:1.4;letter-spacing:.06em}
body.ved-builder .pm-view-btn{font-size:12.5px;line-height:1.3}

@media(max-width:900px){
  body.ved-homepage .hero,
  body.ved-process-library .hero,
  body.ved-authority .hero{padding-top:76px}
  body.ved-homepage .cycle-head{gap:32px}
  body.ved-programme-library .lh{padding-top:68px;padding-bottom:46px}
  body.ved-programme-library .lh-h1{font-size:46px;line-height:1.07}
  body.ved-authority .section-head{gap:28px}
  body.ved-builder #step1 .rd-hero-grid{grid-template-columns:1fr}
}

@media(max-width:760px){
  :root{
    --ved-space-7:64px;
    --ved-space-8:80px;
    --ved-leading-body:1.68;
  }
  body.ved-page{font-size:16px}
  body.ved-page .eyebrow{font-size:10.5px;line-height:1.5}
  body.ved-homepage .hero{min-height:auto;padding:76px 0 68px}
  body.ved-homepage .hero h1{
    max-width:13ch;
    font-size:clamp(42px,11.2vw,54px);
    line-height:1.06;
    letter-spacing:-.018em;
  }
  body.ved-homepage .hero .lead{max-width:34ch;font-size:17px;line-height:1.7}
  body.ved-homepage .answer-block{grid-template-columns:1fr;gap:10px;margin-top:40px;padding-top:24px}
  body.ved-homepage .answer-block p{font-size:14px;line-height:1.72}
  body.ved-homepage .cycle,
  body.ved-homepage .views,
  body.ved-homepage .identity,
  body.ved-homepage .journal,
  body.ved-homepage .founder,
  body.ved-homepage .offer{padding:76px 0}
  body.ved-homepage .cycle h2{font-size:36px;line-height:1.1}
  body.ved-homepage .cycle-story p{font-size:16px;line-height:1.72}
  body.ved-homepage .orbit-bubble strong{font-size:19px}
  body.ved-homepage .orbit-bubble p{font-size:12.5px}
  body.ved-homepage .bubble-top span,
  body.ved-homepage .bubble-top b{font-size:9.5px}
  body.ved-homepage .orbit-centre small{max-width:120px;font-size:8px;line-height:1.35}
  body.ved-homepage .orbit-centre strong{font-size:19px;line-height:1.08}
  body.ved-homepage .orbit-centre span{max-width:125px;font-size:9px;line-height:1.38}
  body.ved-homepage .cycle-node b{font-size:9.5px;line-height:1.3}
  body.ved-homepage .view-summary article{min-height:0;padding:28px 0}
  body.ved-homepage .view-summary h3{margin-top:24px}
  body.ved-homepage .founder-grid{gap:48px}
  body.ved-homepage .founder blockquote{font-size:21px;line-height:1.55}
  body.ved-homepage .founder-image::after{right:12px;bottom:18px;font-size:9px}

  body.ved-process-library .hero{padding:70px 0 46px}
  body.ved-process-library .hero h1{font-size:42px;line-height:1.08}
  body.ved-process-library .hero>div>p:not(.eyebrow){font-size:16px;line-height:1.7}
  body.ved-process-library .card{min-height:0;padding:26px}

  body.ved-programme-library .lh{padding:62px 16px 44px}
  body.ved-programme-library .lh-h1{font-size:42px;line-height:1.08}
  body.ved-programme-library .lh-sub{font-size:16px;line-height:1.7}
  body.ved-programme-library .lh-stat span{font-size:13px}
  body.ved-programme-library details.row>summary{padding:16px 14px}
  body.ved-programme-library .r-title{font-size:17px;line-height:1.35}
  body.ved-programme-library .r-meta{font-size:12.5px;line-height:1.62}
  body.ved-programme-library .r-body{padding:6px 16px 24px}

  body.ved-authority .hero{padding:74px 0 66px}
  body.ved-authority .hero h1{font-size:44px;line-height:1.06;letter-spacing:-.02em}
  body.ved-authority .hero .lead{font-size:18px;line-height:1.65}
  body.ved-authority .answer{margin-top:38px;padding:24px 22px}
  body.ved-authority .answer p{font-size:16px;line-height:1.72}
  body.ved-authority .section{padding:74px 0}
  body.ved-authority .section h2{font-size:36px;line-height:1.1}

  body.ved-builder #step1 .rd-h1{font-size:clamp(40px,11vw,54px);line-height:1.07}
  body.ved-builder #step1 .rd-sub{font-size:17px;line-height:1.68}
  body.ved-builder .pm-workspace-field>span{font-size:10px}
  body.ved-builder .pm-view-btn{font-size:11.5px}
}

/* Final premium audit: one readable shell across marketing, library and workspace. */
body.ved-page .vedomia-wordmark,
body.ved-page .nav-logo .vedomia-wordmark,
body.ved-page .nav-logo>span.vedomia-wordmark{
  font-family:var(--ved-shell-body)!important;
  font-size:14px!important;
  font-weight:750!important;
  line-height:1!important;
  letter-spacing:.105em!important;
}
body.ved-page>footer{
  background:#fff!important;
  border-top:1px solid var(--ved-shell-line)!important;
  color:var(--ved-shell-muted)!important;
  font-family:var(--ved-shell-body)!important;
  font-size:12px!important;
  line-height:1.65!important;
}
body.ved-page>footer a{
  color:var(--ved-shell-soft)!important;
  text-underline-offset:4px;
}
body.ved-page>footer a:hover{color:var(--ved-shell-teal)!important}
body.ved-builder>footer{
  padding:34px max(24px,calc((100vw - 1192px)/2))!important;
  text-align:center!important;
}
body.ved-programme-library>footer{padding:34px 24px!important}
body.ved-programme-library>footer .footer-inner{max-width:1192px;gap:24px}
body.ved-programme-library>footer .footer-copy{font-size:12px;line-height:1.65}
body.ved-process-library>footer,
body.ved-authority>footer{padding:34px 0!important}
body.ved-builder .pm-workspace-field{min-height:42px;padding:5px 9px}
body.ved-builder .pm-workspace-field>span{font-size:10px;line-height:1.3;letter-spacing:.045em}
body.ved-builder .pm-workspace-field input{height:21px;font-size:15px;line-height:21px}
body.ved-builder .pm-view-btn{min-height:44px;font-size:13px;line-height:1.35}
body.ved-builder .pm-swlabel{font-size:12px}
body.ved-programme-library .r-meta{font-size:14px;line-height:1.62}
body.ved-programme-library .r-go{min-width:44px;min-height:44px}
body.ved-authority .section{padding:88px 0}
body.ved-homepage .identity-copy h2,
body.ved-homepage .journal-intro h2,
body.ved-homepage .founder h2,
body.ved-homepage .offer h2{font-size:clamp(44px,4.8vw,64px);line-height:1.08}

@media(max-width:760px){
  body.ved-page .ved-nav-toggle{width:44px;height:44px;flex-basis:44px}
  body.ved-page .ved-global-links.open{background:#fff;box-shadow:0 20px 55px rgba(8,47,45,.14)}
  body.ved-homepage .orbit-centre{padding:16px}
  body.ved-homepage .orbit-centre small,
  body.ved-homepage .orbit-centre #centreText{display:none}
  body.ved-homepage .orbit-centre strong{max-width:180px;margin:0 auto;font-size:18px;line-height:1.16}
  body.ved-homepage .orbit-centre em{margin-top:9px;font-size:10px;line-height:1.25;letter-spacing:.08em}
  body.ved-homepage .cycle-node b{font-size:10px;line-height:1.35;letter-spacing:.035em}
  body.ved-builder .pm-workspace-field{min-height:48px;padding:6px 10px}
  body.ved-builder .pm-workspace-field>span{font-size:11px}
  body.ved-builder .pm-workspace-field input{font-size:16px}
  body.ved-builder .pm-view-btn{min-height:46px;font-size:13px}
  body.ved-programme-library .r-meta{font-size:14px;line-height:1.62}
  body.ved-programme-library .r-go{font-size:13px!important}
  body.ved-programme-library .cty-search-shell{grid-template-columns:1fr;gap:7px;margin-bottom:18px}
  body.ved-programme-library .cty-search-status{padding-bottom:0;white-space:normal}
  body.ved-programme-library .cty-tabs{margin-bottom:32px}
  body.ved-programme-library>footer .footer-inner{align-items:flex-start;flex-direction:column}
  body.ved-page>footer{font-size:12px!important}
  body.ved-authority .section{padding:62px 0}
  body.ved-authority .eyebrow{font-size:12px;letter-spacing:.055em}
  body.ved-homepage .identity-copy h2,
  body.ved-homepage .journal-intro h2,
  body.ved-homepage .founder h2,
  body.ved-homepage .offer h2{font-size:clamp(36px,9.8vw,44px);line-height:1.12}
}

/* 2026-09-11 release-hardening layer: semantic contrast, report assurance,
   mobile time-to-value and one consistent interaction scale. */
:root{
  --ved-shell-muted:#586763;
  --ved-shell-brass:#86613d;
  --ved-control-min:44px;
  --ved-caption:12px;
  --ved-status-expected:#765633;
  --ved-status-stated:#315d66;
  --ved-status-confirmed:#176665;
}
body.ved-page .lang-toggle,
body.ved-page button:not(.cycle-node):not(.orbit-restart),
body.ved-page a.btn,
body.ved-page .pm-money-btn,
body.ved-page .pm-startover{min-height:var(--ved-control-min)}
body.ved-builder .pm-modal{z-index:2200!important;padding:16px!important}
body.ved-builder .pm-modal-panel{max-height:calc(100dvh - 32px);overflow:auto;overscroll-behavior:contain}
body.ved-builder .sm-field select{width:100%;min-height:46px;border:1px solid #bdcbc7;border-radius:10px;background:#fff;color:#17312f;font:600 15px/1.4 var(--ved-font-body);padding:9px 38px 9px 12px}
body.ved-builder .sm-evidence-status small{display:block;margin-top:7px;color:#586763;font-size:12px;line-height:1.55}
body.ved-builder .pm-details-toggle{display:none;align-items:center;justify-content:center;min-height:44px;padding:8px 13px;border:1px solid #cbd7d3;border-radius:999px;background:#fff;color:#176665;font:700 13px/1.2 var(--ved-font-body)}
body.ved-builder .pm-view-truth{flex:1 1 100%;margin:5px 0 0;text-align:center;color:#586763;font-size:12px;line-height:1.45}
body.ved-builder .pm-assurance-summary{display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(360px,.85fr);gap:28px;max-width:1192px;margin:22px auto 18px;padding:28px 30px;border:1px solid #d9e2df;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fbfdfc 66%,#f2f7f5 100%);box-shadow:0 18px 50px rgba(10,54,51,.06)}
body.ved-builder .pm-assurance-summary-copy{max-width:650px}
body.ved-builder .pm-assurance-eyebrow{margin:0 0 7px;color:#176665;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.ved-builder .pm-assurance-summary h2{margin:0;color:#102827;font:600 clamp(28px,3vw,42px)/1.08 var(--ved-shell-display);letter-spacing:-.025em;max-width:18ch}
body.ved-builder .pm-assurance-summary-copy>p:last-child{max-width:60ch;margin:13px 0 0;color:#4d5f5b;font-size:16px;line-height:1.65}
body.ved-builder .pm-assurance-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;align-content:start}
body.ved-builder .pm-assurance-stat{min-height:84px!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:13px 15px;border:1px solid #dce5e1;border-radius:15px;background:#fff;color:#17312f;text-align:left;font-family:var(--ved-font-body)}
body.ved-builder button.pm-assurance-stat{cursor:pointer}
body.ved-builder button.pm-assurance-stat:hover{border-color:#82aaa4;box-shadow:0 9px 22px rgba(16,72,67,.08)}
body.ved-builder .pm-assurance-stat b{font-size:25px;line-height:1;color:#176665}
body.ved-builder .pm-assurance-stat span{margin-top:7px;font-size:12px;line-height:1.35;color:#586763}
body.ved-builder .pm-evidence-key{grid-column:1/-1;display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:-4px;color:#586763;font-size:12px}
body.ved-builder .pm-evidence-key>span{font-weight:700;color:#29413e}
body.ved-builder .pm-evidence-key i{padding:5px 8px;border:1px solid currentColor;border-radius:999px;font-style:normal;font-weight:700}
body.ved-builder .pm-evidence-key .is-expected{color:var(--ved-status-expected);background:#fbf7ef}
body.ved-builder .pm-evidence-key .is-stated{color:var(--ved-status-stated);background:#eef5f5}
body.ved-builder .pm-evidence-key .is-confirmed{color:var(--ved-status-confirmed);background:#eaf4f1}
body.ved-builder .pm-evidence-key button{margin-left:auto;border:0;background:transparent;color:#176665;font:700 12px var(--ved-font-body);text-decoration:underline;text-underline-offset:4px;cursor:pointer}
body.ved-builder .pm-provenance{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:2px 0 0;padding-top:17px;border-top:1px solid #dce5e1}
body.ved-builder .pm-provenance>div{min-width:0;padding:0 12px;border-right:1px solid #e1e8e5}
body.ved-builder .pm-provenance>div:first-child{padding-left:0}
body.ved-builder .pm-provenance>div:last-child{border-right:0}
body.ved-builder .pm-provenance dt{color:#667571;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
body.ved-builder .pm-provenance dd{overflow:hidden;margin:5px 0 0;color:#29413e;font-size:12px;font-weight:650;line-height:1.35;text-overflow:ellipsis}
body.ved-builder .pm-template-note{grid-column:1/-1;margin:0!important;padding:11px 14px;border-radius:11px;background:#f7f3ea;color:#654b30!important;font-size:13px!important;line-height:1.5!important}
body.ved-builder .dg-canvas-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;max-width:1192px;margin:0 auto 8px;color:#586763;font-size:12px}
body.ved-builder .dg-canvas-tools .dg-expand{position:static!important;min-height:44px}
body.ved-builder:not([data-pmview]) #diagramView .dg-expand,
body.ved-builder[data-pmview="assurance"] #diagramView .dg-expand{display:inline-flex;align-items:center}
body.ved-builder #diagramView,
body.ved-builder #pmHumanView,
body.ved-builder #pmTeamView{scroll-margin-top:96px}
@media(min-width:901px){
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas:not(.dg-fit) .dg-sheet,
  body.ved-builder[data-pmview="assurance"] #diagramView .dg-canvas:not(.dg-fit) .dg-sheet{min-width:min(860px,calc(100% - 48px));max-width:none}
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas:not(.dg-fit) .dg-sheet>svg,
  body.ved-builder[data-pmview="assurance"] #diagramView .dg-canvas:not(.dg-fit) .dg-sheet>svg{min-width:828px;max-width:none}
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas.dg-fit .dg-sheet,
  body.ved-builder[data-pmview="assurance"] #diagramView .dg-canvas.dg-fit .dg-sheet{min-width:0;max-width:calc(100% - 24px)}
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas.dg-fit .dg-sheet>svg,
  body.ved-builder[data-pmview="assurance"] #diagramView .dg-canvas.dg-fit .dg-sheet>svg{min-width:0;max-width:100%}
}
body.ved-builder .risk-fix-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;min-height:44px;padding:9px 13px;border:1px solid #176665;border-radius:999px;background:#fff;color:#176665;font:700 13px/1.2 var(--ved-font-body);cursor:pointer}
body.ved-builder .pack-scope{margin:0 0 18px;padding:11px 13px;border-radius:10px;background:#f1f5f3;color:#40534f;font-size:12px;line-height:1.55}
body.ved-builder .vd-pi-fallback{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
body.ved-builder .vd-pi-fallback[hidden]{display:none}
body.ved-builder .dg-org-name strong{display:block;font-size:inherit;line-height:inherit}
body.ved-builder .pmx-shell{margin-top:18px!important}
body.ved-builder .pmx-hero{padding:18px 22px!important;min-height:0!important}
body.ved-builder .pmx-hero h2{font-size:clamp(25px,2.4vw,34px)!important;max-width:24ch!important}
body.ved-builder .pmx-route-wrap{padding-top:10px!important}
body.ved-builder .pmx-waypoint-mark{width:50px!important;height:50px!important;border:1px solid #a9c2bb!important;box-shadow:0 0 0 6px #fff,0 9px 22px rgba(15,74,74,.12)!important}
body.ved-builder .pmx-waypoint[aria-current="step"] .pmx-waypoint-mark{box-shadow:0 0 0 6px #fff,0 12px 28px rgba(134,97,61,.25)!important}
body.ved-builder .pmx-community-feedback{margin:18px 0 0;padding:13px 15px;border-left:3px solid #176665;border-radius:0 10px 10px 0;background:#f2f7f5;color:#40534f;font-size:14px;line-height:1.6}
body.ved-builder .pmx-review-note{margin:8px 0 0;text-align:center;color:#586763;font-size:12px;line-height:1.5}
body.ved-builder .pmx-record-status{display:block;margin-top:7px;color:#586763;font-size:12px;line-height:1.45}
body.ved-process-library{--muted:#586763;--brass:#86613d}
body.ved-programme-library .r-go,
body.ved-programme-library .pmb-open{color:#176665!important}

@media(max-width:900px){
  body.ved-builder:not([data-pmview]) #diagramView .dg-sheet{min-width:980px;max-width:none;margin-left:12px;margin-right:12px}
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas svg{min-width:948px;max-width:none}
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas.dg-fit .dg-sheet{min-width:0;max-width:100%;margin-left:auto;margin-right:auto}
  body.ved-builder:not([data-pmview]) #diagramView .dg-canvas.dg-fit svg{min-width:0;max-width:100%}
  body.ved-builder .pm-assurance-summary{grid-template-columns:1fr;margin:16px 14px;padding:22px 20px;gap:20px}
  body.ved-builder .pm-evidence-key button{margin-left:0}
  body.ved-builder .pm-provenance{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:16px}
  body.ved-builder .pm-provenance>div:nth-child(3n){border-right:0}
}
@media(max-width:760px){
  body.ved-builder #diagramView,
  body.ved-builder #pmHumanView,
  body.ved-builder #pmTeamView{scroll-margin-top:138px}
  body.ved-builder .pm-details-toggle{display:inline-flex}
  body.ved-builder:not(.pm-details-open) .pm-workspace-purpose,
  body.ved-builder:not(.pm-details-open) .pm-workspace-details{display:none!important}
  body.ved-builder .pm-tb-row1{padding-bottom:8px!important}
  body.ved-builder .pm-tb-row2{position:sticky;top:64px;z-index:55;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid #e2e9e6}
  body.ved-builder .pm-view-btn .vw-s{display:none!important}
  body.ved-builder .pm-view-btn .vw-l{display:inline!important}
  body.ved-builder .pm-view-btn{padding-inline:7px!important;font-size:12px!important}
  body.ved-builder .pm-view-truth{font-size:12px;padding:0 8px}
  body.ved-builder .pm-assurance-summary{border-radius:19px}
  body.ved-builder .pm-assurance-summary h2{font-size:30px}
  body.ved-builder .pm-assurance-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ved-builder .pm-assurance-stat{min-height:76px!important}
  body.ved-builder .pm-provenance{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ved-builder .pm-provenance>div:nth-child(3n){border-right:1px solid #e1e8e5}
  body.ved-builder .pm-provenance>div:nth-child(2n){border-right:0}
  body.ved-builder .dg-canvas-tools{justify-content:space-between;padding:0 14px}
  body.ved-builder .dg-canvas{padding-top:8px!important}
  body.ved-builder .vd-pi-fallback>*{width:100%}
  body.ved-builder .pmx-shell{padding:0 10px!important}
  body.ved-builder .pmx-hero{padding:14px 15px!important}
  body.ved-builder .pmx-hero-actions{grid-template-columns:1fr!important}
  body.ved-builder .pmx-route{grid-template-columns:repeat(var(--pmx-count),minmax(104px,1fr))!important;min-width:max(100%,calc(var(--pmx-count) * 104px))!important}
  body.ved-builder .pmx-waypoint-mark{width:48px!important;height:48px!important}
  body.ved-programme-library .lh{padding-bottom:28px!important}
  body.ved-programme-library .lh .cty-search-shell{margin:26px 0 16px!important}
  body.ved-programme-library .lh-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:0!important;margin:10px 0 0!important;border:1px solid var(--ved-shell-line)!important;border-radius:14px;overflow:hidden}
  body.ved-programme-library .lh-stat{min-width:0!important;padding:12px 8px!important;border:0!important;border-right:1px solid var(--ved-shell-line)!important;text-align:center}
  body.ved-programme-library .lh-stat:last-child{border-right:0!important}
  body.ved-programme-library .lh-stat b{font-size:18px!important}
  body.ved-programme-library .lh-stat span{font-size:10px!important;line-height:1.35!important}
}

/* Release polish: keep the workspace operable and the libraries easy to scan
   on the smallest supported screens. */
body.ved-builder .sm-overlay.drawer .sm-panel{
  box-sizing:border-box;
  height:calc(100dvh - 60px);
  max-height:calc(100dvh - 60px);
  overflow:hidden;
}
body.ved-builder .sm-overlay.drawer{overflow:hidden}
body.ved-builder .sm-overlay.drawer.open .sm-panel{transform:translate3d(0,0,0)}
body.ved-builder.pm-inspector-open #vd-privacy{visibility:hidden;pointer-events:none}
body.ved-builder .sm-overlay.drawer .sm-body{
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));
}
body.ved-builder .sm-overlay.drawer .sm-close{
  min-width:44px;
  min-height:44px;
  display:grid;
  place-items:center;
}
body.ved-builder .pm-approval-attestation{
  margin-top:4px;
  padding:16px 17px;
  border:1px solid #cddbd7;
  border-radius:14px;
  background:#f5f9f7;
}
body.ved-builder .pm-approval-check{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:0!important;
  color:#17312f;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.45;
  letter-spacing:0!important;
  text-transform:none!important;
  cursor:pointer;
}
body.ved-builder .pm-approval-check input{
  flex:0 0 auto;
  width:20px;
  height:20px;
  margin:1px 0 0;
  accent-color:#176665;
}
body.ved-builder .pm-approval-attestation small{
  display:block;
  margin:8px 0 0 31px;
  color:#586763;
  font-size:13px;
  line-height:1.5;
}

@media(max-width:760px){
  body.ved-builder .pm-view-btn .vw-s{display:inline!important}
  body.ved-builder .pm-view-btn .vw-l{display:none!important}
  body.ved-builder .pm-views{align-items:stretch;width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  body.ved-builder .pm-view-btn{
    min-width:0;
    min-height:54px!important;
    padding:8px 6px!important;
    white-space:normal!important;
    line-height:1.18!important;
    font-size:13px!important;
    overflow-wrap:anywhere;
  }
  body.ved-builder .pm-startover{
    width:100%;
    min-height:44px!important;
    padding:8px 12px;
    border:1px solid var(--ved-shell-line);
    border-radius:999px;
    text-align:center;
  }
  body.ved-builder .sm-overlay.drawer .sm-panel{
    top:0;
    height:100dvh;
    max-height:100dvh;
    border-radius:0;
  }
  body.ved-builder .sm-overlay.drawer .sm-panel::before{display:none}
  body.ved-builder .sm-overlay.drawer .sm-head{flex:0 0 auto;padding-top:calc(10px + env(safe-area-inset-top,0px))}
  body.ved-builder .sm-overlay.drawer{background:rgba(10,10,10,0);transition:background .2s ease}
  body.ved-builder .sm-overlay.drawer.open{background:rgba(10,10,10,.35)}

  body.ved-process-library .hero{padding:20px 0 12px!important}
  body.ved-process-library .hero h1{font-size:32px!important;line-height:1.08!important;margin-bottom:12px!important}
  body.ved-process-library .hero>div>p:not(.eyebrow){font-size:15px!important;line-height:1.5!important}
  body.ved-process-library .hero-proof{display:none!important}
  body.ved-process-library .search{margin-top:12px!important}
  body.ved-process-library .library{padding-top:8px!important}
  body.ved-process-library .library-head{gap:8px!important;margin-bottom:10px!important}
  body.ved-process-library .filters{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
  body.ved-process-library .filter{flex:0 0 auto;font-size:14px!important}
  body.ved-programme-library .lh-stats{display:none!important}
  body.ved-programme-library .cty-tabs{margin-bottom:22px!important}
}

@media(min-width:1200px){
  body.ved-builder #step4{transition:margin-right .25s ease}
  body.ved-builder.pm-inspector-open #step4{margin-right:380px}
}

@media(prefers-reduced-motion:reduce){
  body.ved-builder .sm-overlay.drawer,
  body.ved-builder .sm-overlay.drawer .sm-panel,
  body.ved-builder #step4{transition:none!important}
}

/* Decision-confidence pass: keep the map first, make every control honest and
   give small-screen users one calm action menu instead of a control wall. */
body.ved-builder .pm-actions-toggle{display:none}
body.ved-builder .pm-workspace-share{border-color:#cbd7d3;background:#fff;color:var(--ved-shell-deep)}
body.ved-builder .pm-workspace-share:hover{border-color:var(--ved-shell-teal);background:var(--ved-shell-mist);color:var(--ved-shell-deep)}
body.ved-builder .pm-workspace-field>span{font-size:11px;line-height:1.35;letter-spacing:.04em;text-transform:none}
body.ved-builder .pm-workspace-field input{font-size:13px}
body.ved-builder .pm-assurance-eyebrow{letter-spacing:.06em}
body.ved-builder .pm-provenance dt{font-size:12px;line-height:1.45;letter-spacing:.04em}
body.ved-builder .dg-canvas:focus-visible{outline:3px solid rgba(23,102,101,.45);outline-offset:-3px}
body.ved-builder .pmend-fine a{color:#0f5c5c;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}

@media(max-width:760px){
  body.ved-builder .pm-onerec,
  body.ved-builder .pm-view-truth{display:none!important}
  body.ved-builder .pm-topbar-actions{display:flex;justify-content:flex-end;width:100%;margin:0}
  body.ved-builder .pm-actions-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:118px;min-height:44px;padding:9px 14px;border:1px solid var(--ved-shell-line);border-radius:999px;background:#fff;color:var(--ved-shell-deep);font:700 13px/1 var(--ved-shell-body);cursor:pointer}
  body.ved-builder .pm-topbar-actions:not(.is-open)>:not(.pm-actions-toggle){display:none!important}
  body.ved-builder .pm-topbar-actions.is-open{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;padding:12px;border:1px solid var(--ved-shell-line);border-radius:14px;background:var(--ved-shell-ivory)}
  body.ved-builder .pm-topbar-actions.is-open .pm-actions-toggle{grid-column:1/-1;justify-self:end}
  body.ved-builder .pm-topbar-actions.is-open .pm-workspace-share{grid-column:1/-1;width:100%}
  body.ved-builder .pm-topbar-actions.is-open .pm-export{grid-column:1/-1;width:100%}
  body.ved-builder .pm-topbar-actions.is-open .pm-export-menu{position:static;width:100%;min-width:0;margin-top:8px;box-shadow:none}
  body.ved-builder .pm-topbar-actions.is-open .pm-startover{grid-column:1/-1;width:100%}
  body.ved-builder .pm-tb-row2{position:relative;top:auto}
}

/* Heading rhythm: reveal the hierarchy before a reader has to decode the
   words. Component spacing stays intact; multi-line headings share one calm
   reading cadence across marketing, library and workspace screens. */
body.ved-page main h1,
body.ved-page main h2{
  line-height:var(--ved-leading-display,1.1);
}
body.ved-page main h3,
body.ved-page main h4{
  line-height:var(--ved-leading-card,1.24);
}
body.ved-page main .eyebrow,
body.ved-page main .commerce-kicker,
body.ved-page main .lh-kick,
body.ved-page main .rd-eyebrow{
  margin-bottom:var(--ved-heading-label-gap,20px);
}
body.ved-homepage .hero h1,
body.ved-authority .hero h1,
body.ved-process-library .hero h1,
body.ved-programme-library .lh-h1,
body.ved-builder #step1 .rd-h1{
  line-height:var(--ved-leading-display,1.1);
  letter-spacing:-.022em;
}
body.ved-homepage .cycle h2,
body.ved-homepage .views h2,
body.ved-homepage .identity-copy h2,
body.ved-homepage .journal-intro h2,
body.ved-homepage .founder h2,
body.ved-homepage .offer h2,
body.ved-authority .section h2{
  line-height:var(--ved-leading-display,1.1);
}
body.ved-builder .pm-assurance-summary h2,
body.ved-builder .pmx-hero h2,
body.ved-builder .pmv-h1,
body.ved-builder .map-header-left h2{
  line-height:var(--ved-leading-heading,1.18)!important;
}

@media(max-width:760px){
  body.ved-page main h1,
  body.ved-page main h2{line-height:1.12}
  body.ved-page main h3,
  body.ved-page main h4{line-height:1.26}
  body.ved-page main .eyebrow,
  body.ved-page main .commerce-kicker,
  body.ved-page main .lh-kick,
  body.ved-page main .rd-eyebrow{margin-bottom:16px}
}
