/* Internal editorial shell. Kept under vd-site to isolate the approved homepage. */
body.vd-site{--paper:#FBFCF8;--surface:#fff;--wash:#EEF5EF;--ink:#16211B;--text-mid:#46524B;--brand:#197649;--brand-deep:#0F5A36;--line:rgba(22,33,27,.18);--ease:cubic-bezier(.22,1,.36,1);background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6;margin:0;-webkit-font-smoothing:antialiased}
body.vd-site *,body.vd-site *::before,body.vd-site *::after{box-sizing:border-box}
body.vd-site :where(h1,h2,h3,h4,h5,h6){color:var(--ink);font-family:Fraunces,Georgia,serif;font-weight:400;line-height:1.15;letter-spacing:-.025em}
body.vd-site :where(a){color:var(--brand);text-underline-offset:.22em;text-decoration-thickness:1px}
body.vd-site a:hover{color:var(--brand-deep)}
body.vd-site :where(a,button,input,textarea,select):focus-visible{outline:2px solid var(--brand);outline-offset:5px}
body.vd-site :where(img,video){max-width:100%;height:auto}
body.vd-site [hidden]{display:none!important}
body.vd-site .vd-container{width:min(1200px,calc(100% - 48px));margin-inline:auto}
body.vd-site .vd-meta{font:400 13px/1.6 "IBM Plex Mono",monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--text-mid)}
body.vd-site .vd-skip{position:fixed;left:24px;top:-120px;z-index:1000;background:var(--paper);padding:16px 24px}
body.vd-site .vd-skip:focus{top:12px}
body.vd-site .vd-header{position:relative;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1200px,calc(100% - 48px));margin:16px auto 0;padding:12px 20px;border:1px solid var(--line);border-radius:40px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px)}
body.vd-site .vd-logo{flex-shrink:0;display:block;line-height:1}
body.vd-site .vd-logo img{display:block;width:158px;height:auto}
body.vd-site .vd-navigation{display:flex;align-items:center;gap:24px}
body.vd-site :where(.vd-menu,.vd-languages){display:flex;align-items:center;gap:20px;list-style:none;padding:0;margin:0}
body.vd-site .vd-menu li{position:relative;margin:0;list-style:none}
body.vd-site :where(.vd-menu,.vd-languages) a{display:block;font:400 13px/1.6 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;color:var(--ink);padding:10px 0}
body.vd-site .vd-languages{gap:12px}
body.vd-site :where(.vd-languages a[aria-current],.current-menu-item>a){color:var(--brand);text-decoration:underline;text-underline-offset:6px}
body.vd-site .vd-menu .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:240px;max-width:320px;list-style:none;margin:0;padding:16px 20px;background:var(--paper);border:1px solid var(--line);border-radius:12px}
body.vd-site .vd-menu li:where(:hover,:focus-within)> .sub-menu,body.vd-site .vd-menu li.is-expanded>.sub-menu{display:block}
body.vd-site .vd-menu .sub-menu .sub-menu{position:static;border:0;border-radius:0;padding:0 0 0 16px;min-width:0}
body.vd-site :where(.vd-menu-toggle,.vd-submenu-toggle){background:transparent;color:var(--ink);border:1px solid var(--line);border-radius:24px;min-height:44px;padding:8px 14px;font:400 13px/1.6 "IBM Plex Mono",monospace;cursor:pointer}
body.vd-site .vd-menu-toggle{display:none;align-items:center;gap:16px}
body.vd-site .vd-submenu-toggle{border:0;min-width:36px;padding:4px;margin-left:4px}
body.vd-site .vd-menu li:has(>.vd-submenu-toggle)>a{display:inline-block}
body.vd-site .vd-hero{padding:120px 0;background:var(--paper)}
body.vd-site .vd-hero h1{font-size:clamp(72px,6.4vw,92px);line-height:1.05;font-weight:400;margin:24px 0 0;max-width:19ch;overflow-wrap:anywhere;hyphens:auto;text-wrap:balance}
body.vd-site .vd-hero .vd-meta{margin:0}
body.vd-site .vd-hero-description{max-width:60ch;color:var(--text-mid);margin-top:32px}
body.vd-site .vd-hero-description p:last-child{margin-bottom:0}
body.vd-site .vd-hero--section{background:var(--wash);margin-top:16px}
body.vd-site .vd-hero-inner{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:64px}
body.vd-site .vd-hero--section .vd-hero-inner{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}
body.vd-site .vd-plate{margin:0;align-self:center}
body.vd-site .vd-plate img{display:block;width:100%;max-height:400px;object-fit:contain}
body.vd-site .vd-plate figcaption{margin-top:24px;text-align:center}
body.vd-site .vd-page,body.vd-site .vd-index{padding-bottom:120px}
body.vd-site .vd-page>.vd-content{max-width:74ch;margin-inline:auto}
body.vd-site :where(.vd-page--section,.vd-page--directory)>.vd-content{max-width:none;padding-top:120px}
body.vd-site .vd-content{overflow-wrap:anywhere;color:var(--ink)}
body.vd-site .vd-content :where(p,ul,ol,figure,blockquote,pre,table){margin-block:0 28px}
body.vd-site .vd-content :where(h2,h3,h4,h5,h6){font-size:32px;margin:64px 0 24px;text-wrap:pretty}
body.vd-site .vd-content :where(h3,h4,h5,h6){font-size:26px}
body.vd-site .vd-content :where(ul,ol){padding-inline-start:1.4em}
body.vd-site .vd-content li{margin-bottom:12px}
body.vd-site .vd-content strong{font-weight:600}
body.vd-site .vd-content blockquote{border-left:2px solid var(--brand);padding:16px 0 16px 32px;font-family:Fraunces,Georgia,serif;font-size:32px;color:var(--ink)}
body.vd-site .vd-content blockquote p:last-child{margin-bottom:0}
body.vd-site .vd-content :where(iframe,embed){max-width:100%}
body.vd-site .vd-content pre{overflow:auto;background:var(--wash);padding:24px;font-size:15px}
body.vd-site .vd-content table{width:100%;border-collapse:collapse;line-height:1.6}
body.vd-site .vd-content :where(th,td){padding:16px;text-align:left;vertical-align:top;border:1px solid var(--line);min-width:120px}
body.vd-site .vd-content th{background:var(--wash);font-weight:600}
body.vd-site .vd-content :where(.wp-block-table,.vd-table-scroll){max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:32px}
body.vd-site .vd-content figcaption{font:400 13px/1.6 "IBM Plex Mono",monospace;color:var(--text-mid);margin-top:16px}
body.vd-site .vd-content .alignwide,body.vd-site .vd-content .alignfull{width:100%;max-width:100%;margin-inline:0}
body.vd-site .vd-content .wp-block-image img{display:block;height:auto}
/* Existing WP / Blocksy query output keeps its links, images and copy. */
body.vd-site .vd-content :where(.wp-block-post-template,.entries){display:block!important;list-style:none;padding:0;margin:0}
body.vd-site .vd-content :where(.wp-block-post-template>li,.entries>article){display:grid!important;grid-template-columns:minmax(0,1fr);gap:16px;padding:48px 0!important;margin:0!important;border:0!important;border-top:1px solid var(--line)!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
body.vd-site .vd-content :where(.wp-block-post-title,.entry-title){font-size:32px!important;line-height:1.2!important;font-weight:400!important;margin:0 0 16px!important}
body.vd-site .vd-content :where(.wp-block-post-title,.entry-title) a{color:var(--ink);text-decoration:none}
body.vd-site .vd-content :where(.wp-block-post-title,.entry-title) a:hover{color:var(--brand)}
body.vd-site .vd-content :where(.wp-block-post-featured-image,.ct-media-container){max-width:320px;margin:0 0 16px}
body.vd-site .vd-content :where(.wp-block-post-featured-image img,.ct-media-container img){width:100%;aspect-ratio:4/3;object-fit:cover}
body.vd-site .vd-content :where(.wp-block-post-date,.entry-meta){font:400 13px/1.6 "IBM Plex Mono",monospace;color:var(--text-mid);letter-spacing:.06em}
body.vd-site .vd-content :where(.stk-block,.stk-container){max-width:100%;box-shadow:none!important}
body.vd-site .vd-content :where(.stk-block-heading__text,.stk-block-heading h2,.stk-block-heading h3){font-family:Fraunces,Georgia,serif!important;color:var(--ink)!important;font-weight:400!important}
body.vd-site .vd-content .stk-block-text__text{font-family:Inter,system-ui,sans-serif;font-size:inherit;line-height:1.6}
body.vd-site .vd-index-label{padding-bottom:24px}
body.vd-site .vd-entry{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,8fr) 48px;gap:40px;padding:48px 0;border-top:1px solid var(--line)}
body.vd-site .vd-entry-meta{display:flex;flex-direction:column;gap:16px}
body.vd-site .vd-entry h2{font-size:32px;line-height:1.2;margin:0 0 24px}
body.vd-site .vd-entry h2 a{color:var(--ink);text-decoration:none}
body.vd-site .vd-entry h2 a:hover{color:var(--brand)}
body.vd-site .vd-entry-excerpt{max-width:65ch;color:var(--text-mid)}
body.vd-site .vd-entry-excerpt p:last-child{margin:0}
body.vd-site .vd-entry-open{font-size:32px;line-height:1.4;text-decoration:none;width:48px;height:48px;text-align:center}
body.vd-site .vd-article-byline{display:flex;flex-wrap:wrap;gap:16px 32px;margin-top:40px}
body.vd-site .vd-reading{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,9fr) minmax(0,1fr);gap:24px;padding-bottom:120px}
body.vd-site .vd-reading-mark{padding-top:8px}
body.vd-site .vd-reading-body{min-width:0}
body.vd-site .vd-featured{margin:0 0 64px}
body.vd-site .vd-featured img{display:block;width:100%;height:auto}
body.vd-site .vd-tags{margin-top:48px}
body.vd-site :where(.post-navigation,.pagination,.vd-page-links){border-top:1px solid var(--line);margin-top:64px;padding-top:32px}
body.vd-site .nav-links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}
body.vd-site .post-navigation .nav-links>div{max-width:46%;flex:1}
body.vd-site .post-navigation a{display:flex;flex-direction:column;gap:16px;color:var(--ink);text-decoration:none;font-family:Fraunces,Georgia,serif;font-size:26px}
body.vd-site .page-numbers{padding:8px 12px;color:var(--ink)}
body.vd-site .page-numbers.current{color:var(--brand);text-decoration:underline}
body.vd-site .vd-search{margin-top:40px;max-width:640px}
body.vd-site :where(.search-form,.ct-search-form){display:flex;gap:12px;flex-wrap:wrap}
body.vd-site .search-form label{flex:1;min-width:160px}
body.vd-site :where(input:not([type=checkbox]):not([type=radio]),textarea,select){font:inherit;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--ink);padding:14px 16px;max-width:100%}
body.vd-site :where(input[type=search],.search-field){width:100%}
body.vd-site :where(input[type=submit],button[type=submit]){background:var(--brand);color:var(--surface);border:0;border-radius:4px;font:inherit;padding:14px 24px;cursor:pointer}
body.vd-site .vd-empty{max-width:65ch}
body.vd-site :where(#comments,.comments-area){margin-top:72px;border-top:1px solid var(--line);padding-top:48px}
body.vd-site .comment-list{padding-left:24px}
body.vd-site .vd-footer{background:var(--wash)}
body.vd-site .vd-footer-contact{padding-block:120px}
body.vd-site .vd-footer-contact p{margin:0 0 24px}
body.vd-site .vd-contact-link{font-family:Fraunces,Georgia,serif;font-weight:400;font-size:clamp(72px,6.4vw,92px);line-height:1.05;letter-spacing:-.025em;text-decoration:none;overflow-wrap:anywhere;color:var(--ink)}
body.vd-site .vd-contact-link:hover{text-decoration:underline;text-decoration-thickness:2px}
body.vd-site .vd-footer-base{padding-block:48px;border-top:1px solid var(--line)}
body.vd-site .vd-disclosure{max-width:74ch;color:var(--text-mid);margin:0 0 40px}
body.vd-site .vd-legal{display:flex;flex-wrap:wrap;gap:16px 32px}
body.vd-site .vd-legal a{font:400 13px/1.6 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--ink)}
body.vd-site .vd-footer-last{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-top:64px}
@media(min-width:768px){body.vd-site .vd-content :where(.wp-block-post-template>li,.entries>article):has(.ct-media-container,.wp-block-post-featured-image){grid-template-columns:240px minmax(0,1fr);column-gap:40px}body.vd-site .vd-content :where(.wp-block-post-template>li,.entries>article)>:where(.ct-media-container,.wp-block-post-featured-image){grid-column:1;grid-row:1 / span 5}body.vd-site .vd-content :where(.wp-block-post-template>li,.entries>article)>:not(.ct-media-container):not(.wp-block-post-featured-image){grid-column:2}}
@media(max-width:1199px){body.vd-site .vd-header{flex-wrap:wrap}body.vd-site .vd-navigation{width:100%;flex-direction:column;align-items:stretch;padding:16px 0}body.vd-site .vd-menu{align-items:stretch;flex-direction:column;gap:0}body.vd-site .vd-menu a{padding:12px 8px}body.vd-site .vd-menu .sub-menu{display:block;position:static;min-width:0;max-width:none;border:0;border-left:1px solid var(--line);border-radius:0;margin-left:12px;padding:0 12px}body.vd-site.vd-js .vd-menu-toggle{display:flex}body.vd-site.vd-js .vd-navigation{display:none}body.vd-site.vd-js .vd-header.is-open{border-radius:24px}body.vd-site.vd-js .vd-header.is-open .vd-navigation{display:flex}body.vd-site.vd-js .vd-menu .sub-menu{display:none}body.vd-site.vd-js .vd-menu li.is-expanded>.sub-menu{display:block}body.vd-site .vd-languages{padding-left:8px}body.vd-site .vd-submenu-toggle{float:right}}
@media(max-width:767px){body.vd-site{font-size:17px}body.vd-site .vd-header{padding:8px 12px;gap:8px}body.vd-site .vd-logo img{width:132px}body.vd-site .vd-hero{padding:72px 0}body.vd-site .vd-hero h1{font-size:68px;line-height:1.05;max-width:100%}body.vd-site .vd-hero--section .vd-hero-inner{grid-template-columns:minmax(0,1fr);gap:48px}body.vd-site .vd-plate{width:min(240px,72%);justify-self:end}body.vd-site .vd-plate img{max-height:240px}body.vd-site :where(.vd-page--section,.vd-page--directory)>.vd-content{padding-top:72px}body.vd-site :where(.vd-page,.vd-index,.vd-reading){padding-bottom:72px}body.vd-site .vd-entry{grid-template-columns:minmax(0,1fr) 40px;gap:24px 12px;padding:32px 0}body.vd-site .vd-entry-meta{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;gap:12px 24px}body.vd-site .vd-entry h2{font-size:26px;margin-bottom:16px}body.vd-site .vd-entry-open{width:40px}body.vd-site .vd-reading{grid-template-columns:minmax(0,1fr);gap:32px}body.vd-site .vd-reading-mark{line-height:1.6}body.vd-site .vd-reading-mark br{display:none}body.vd-site .vd-featured{margin-bottom:40px}body.vd-site .vd-content :where(h2,h3,h4,h5,h6){font-size:26px;margin-top:48px}body.vd-site .vd-content blockquote{font-size:26px;padding-left:24px}body.vd-site .vd-content :where(.wp-block-post-title,.entry-title){font-size:26px!important}body.vd-site .vd-footer-contact{padding-block:72px}body.vd-site .vd-contact-link{font-size:68px}body.vd-site .vd-footer-last{align-items:flex-start;flex-direction:column;margin-top:48px}body.vd-site .post-navigation .nav-links>div{max-width:100%;flex-basis:100%}}
@media(prefers-reduced-motion:reduce){body.vd-site *,body.vd-site *::before,body.vd-site *::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
/* Normalize inherited Blocksy sizing without dropping editorial material. */
body.vd-site .vd-content .entries>article{--card-inner-spacing:0;--card-border-radius:0;--card-box-shadow:none;align-content:start}
body.vd-site .vd-content .entries>article>.ct-media-container{margin:0!important;width:100%;align-self:start;border-radius:0}
body.vd-site .vd-content .entries>article>:where(.entry-meta,.entry-excerpt){margin:0!important;padding:0;list-style:none}
body.vd-site .vd-content .entry-meta li{margin:0}
body.vd-site .vd-content .ct-pagination{border-top:1px solid var(--line);padding-top:32px;margin-top:48px}
body.vd-site .vd-content .ct-pagination .page-numbers{background:transparent;color:var(--ink);border-color:var(--line);border-radius:0}
body.vd-site .vd-content .ct-pagination .current{color:var(--brand);text-decoration:underline}
body.vd-site .vd-page--directory .stk-block-columns>.stk-row{display:block!important}
body.vd-site .vd-page--directory .stk-block-columns>.stk-row>.stk-column{width:100%!important;flex-basis:100%!important;border-top:1px solid var(--line);padding:48px 0!important;margin:0!important}
body.vd-site .vd-page--directory :where(.stk-container,.stk-block-image-box){background:transparent!important;border-radius:0!important;box-shadow:none!important;margin:0!important}
body.vd-site .vd-page--directory .stk-block-image-box__content{display:grid!important;grid-template-columns:minmax(0,4fr) minmax(0,8fr);align-items:center;gap:48px}
body.vd-site .vd-page--directory .stk-block-image-box__content>.stk-column{width:100%!important;min-width:0}
body.vd-site .vd-page--directory .stk-block-heading__text{font-size:32px!important;margin:0!important}
body.vd-site .vd-page--directory .stk-block-image :where(figure,.stk-img-wrapper){margin:0;height:auto!important;min-height:0!important}
body.vd-site .vd-page--directory .stk-block-image img{height:auto!important;position:static!important;object-fit:contain;aspect-ratio:9/4}
body.vd-site .vd-page--directory .stk-block-link:focus-visible{outline-offset:4px!important}
@media(min-width:768px){body.vd-site .vd-content :where(.wp-block-post-template>li,.entries>article):not(:has(.ct-media-container,.wp-block-post-featured-image))>*{grid-column:1}}
@media(max-width:767px){body.vd-site .vd-page--directory .stk-block-image-box__content{grid-template-columns:minmax(0,1fr);gap:24px}body.vd-site .vd-page--directory .stk-block-columns>.stk-row>.stk-column{padding:32px 0!important}body.vd-site .vd-page--directory .stk-block-heading__text{font-size:26px!important}}
/* The opening occupies one viewport; the next reading begins below its fold. */
body.vd-site .vd-hero{min-height:calc(100svh - 96px);display:flex;align-items:center}
@media(max-width:767px){body.vd-site .vd-entry-open{font-size:26px}}
/* Blocksy components consume theme tokens even inside the child template. */
body.vd-site{--theme-font-family:Inter,system-ui,sans-serif;--theme-font-size:18px;--theme-line-height:1.6;--theme-text-color:var(--ink);--theme-link-initial-color:var(--brand);--theme-link-hover-color:var(--brand-deep);--theme-headings-color:var(--ink);--theme-palette-color-1:var(--brand);--theme-palette-color-2:var(--brand-deep);--theme-palette-color-3:var(--text-mid);--theme-palette-color-4:var(--ink);--theme-palette-color-5:var(--line);--theme-palette-color-6:var(--wash);--theme-palette-color-7:var(--paper);--theme-palette-color-8:var(--surface)}
body.vd-site .vd-content .entry-excerpt,body.vd-site .vd-content .entry-excerpt p{font-family:Inter,system-ui,sans-serif!important;font-size:18px!important;line-height:1.6!important;color:var(--text-mid)!important}
body.vd-site .vd-hero .vd-article-byline{margin-top:40px}
@media(max-width:767px){body.vd-site{--theme-font-size:17px}body.vd-site .vd-content .entry-excerpt,body.vd-site .vd-content .entry-excerpt p{font-size:17px!important}}
/* Keep continuous prose near 65–70 characters, including proportional glyphs. */
body.vd-site .vd-page:not(.vd-page--section):not(.vd-page--directory)>.vd-content{max-width:60ch}
body.vd-site .vd-reading-body>.vd-content{max-width:60ch}
body.vd-site .vd-search-form{width:100%;margin:0}
body.vd-site .vd-search-form>label{display:block;margin-bottom:16px}
body.vd-site .vd-search-controls{display:flex;align-items:stretch;gap:12px;width:100%}
body.vd-site .vd-search-controls input[type=search]{flex:1;min-width:0;width:100%;min-height:56px;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6}
body.vd-site .vd-search-controls button{flex:0 0 auto;min-width:104px;min-height:56px;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6;padding:12px 24px;background:var(--brand);color:var(--surface);border:0;border-radius:4px;cursor:pointer}
body.vd-site .vd-search-controls button:hover{background:var(--brand-deep)}
@media(max-width:767px){body.vd-site .vd-search-controls{flex-wrap:wrap}body.vd-site .vd-search-controls input[type=search]{font-size:17px;flex-basis:180px}body.vd-site .vd-search-controls button{font-size:17px;flex-grow:1}}
/* Reading-first rhythm: display lead, intact subtitle, then the editorial text. */
body.vd-site .vd-hero{min-height:0;padding-block:120px}
body.vd-site .vd-hero h1{hyphens:none;overflow-wrap:normal;text-wrap:pretty}
body.vd-site .vd-hero h1:has(.vd-heading-lead){max-width:100%;font-size:18px;line-height:1.6;letter-spacing:0}
body.vd-site .vd-heading-lead{display:block;font-family:Fraunces,Georgia,serif;font-size:clamp(72px,6.4vw,92px);line-height:1.05;font-weight:400;letter-spacing:-.025em;text-wrap:balance}
body.vd-site .vd-heading-rest{display:block;margin-top:24px;max-width:60ch;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6;font-weight:400;letter-spacing:0;color:var(--text-mid)}
body.vd-site .vd-entry h2,body.vd-site .vd-entry-open{font-size:18px;line-height:1.6}
body.vd-site .vd-entry h2{font-weight:500;letter-spacing:0;margin-bottom:16px}
body.vd-site .vd-entry-open{display:flex;align-items:flex-start;justify-content:center;min-height:44px}
body.vd-site .vd-content :where(h2,h3,h4,h5,h6){font-size:18px;line-height:1.6;font-weight:600;letter-spacing:0;margin:48px 0 24px}
body.vd-site .vd-content :where(.wp-block-post-title,.entry-title),body.vd-site .vd-page--directory .stk-block-heading__text{font-size:18px!important;line-height:1.6!important;font-weight:500!important;letter-spacing:0}
body.vd-site .vd-content blockquote{font-size:18px;line-height:1.6}
body.vd-site .post-navigation a{font-size:18px;line-height:1.6}
@media(max-width:767px){body.vd-site .vd-hero{padding-block:72px}body.vd-site .vd-hero h1:has(.vd-heading-lead),body.vd-site .vd-heading-rest{font-size:17px}body.vd-site .vd-heading-lead{font-size:68px}body.vd-site .vd-hero--section .vd-hero-inner{gap:32px}body.vd-site .vd-plate{width:180px;max-width:65%}body.vd-site .vd-plate img{max-height:180px}body.vd-site .vd-plate figcaption{margin-top:16px}body.vd-site .vd-entry h2,body.vd-site .vd-entry-open,body.vd-site .vd-content :where(h2,h3,h4,h5,h6),body.vd-site .vd-content blockquote,body.vd-site .post-navigation a{font-size:17px}body.vd-site .vd-content :where(.wp-block-post-title,.entry-title),body.vd-site .vd-page--directory .stk-block-heading__text{font-size:17px!important}}
/* Approved narrow-screen exception: long words remain whole and fit the column. */
@media(max-width:600px){body.vd-site .vd-hero h1 .vd-heading-fit{font-size:min(68px,calc((100vw - 48px) / (var(--vd-word-length,14) * .62)));hyphens:none;overflow-wrap:normal}}
/* Editorial hierarchy takes precedence when a compact opening shares the viewport. */
body.vd-site .vd-entry h2,body.vd-site .vd-content :where(h2,h3,h4,h5,h6),body.vd-site .post-navigation a{font-size:32px;line-height:1.2;font-weight:500;letter-spacing:-.02em}
body.vd-site .vd-content :where(.wp-block-post-title,.entry-title),body.vd-site .vd-page--directory .stk-block-heading__text{font-size:32px!important;line-height:1.2!important;font-weight:500!important;letter-spacing:-.02em}
body.vd-site .vd-entry h2{margin-bottom:24px}
@media(max-width:767px){body.vd-site .vd-entry h2,body.vd-site .vd-content :where(h2,h3,h4,h5,h6),body.vd-site .post-navigation a{font-size:26px}body.vd-site .vd-content :where(.wp-block-post-title,.entry-title),body.vd-site .vd-page--directory .stk-block-heading__text{font-size:26px!important}}
/* Keep the contact address on natural lines on narrow screens. */
@media(max-width:767px){body.vd-site .vd-contact-link{font-size:clamp(28px,9.5vw,68px);overflow-wrap:normal}}

/* Match the approved home navigation geometry; all rules stay internal. */
body.vd-site .vd-header{position:fixed;top:16px;left:50%;transform:translateX(-50%);margin:0;padding:10px 12px 10px 20px;gap:24px;border-radius:999px;border-color:rgba(22,33,27,.08);background:rgba(255,255,255,.62);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);font:400 16px/1.65 Inter,system-ui,sans-serif}
body.vd-site .vd-header .vd-logo img{height:22px;width:auto}
body.vd-site .vd-header .vd-navigation{gap:0}
body.vd-site .vd-header .vd-menu{gap:28px;font:400 16px/1.65 Inter,system-ui,sans-serif}
body.vd-site .vd-header .vd-menu a{display:inline;padding:0;font:400 13px/1.65 "IBM Plex Mono",monospace;letter-spacing:.12em}
body.vd-site .vd-header-cta{flex-shrink:0;font:500 13px/1.65 Inter,system-ui,sans-serif;color:var(--ink);text-decoration:none;padding:10px 18px;border:1px solid var(--line);border-radius:999px;white-space:nowrap}
body.vd-site .vd-navigation-cta{display:none}
body.vd-site .vd-menu-toggle{flex-shrink:0;width:38px;height:38px;min-height:38px;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:999px}
body.vd-site .vd-menu-toggle span{display:block;width:16px;height:1.5px;background:var(--ink);transition:transform 300ms var(--ease)}
body.vd-site .vd-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(2.75px) rotate(45deg)}
body.vd-site .vd-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-2.75px) rotate(-45deg)}
body.vd-site.vd-js #vd-main{padding-top:82px}
body.vd-site:not(.vd-js) .vd-header{position:relative;left:auto;top:0;transform:none;margin:16px auto 0}
@media(max-width:1199px){
 body.vd-site.vd-js .vd-header{flex-wrap:nowrap}
 body.vd-site.vd-js .vd-header.is-open{border-radius:999px}
 body.vd-site.vd-js .vd-header .vd-navigation{position:absolute;top:calc(100% + 8px);left:0;right:0;width:auto;padding:8px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px) saturate(1.4);border:1px solid rgba(22,33,27,.08);border-radius:16px;max-height:calc(100dvh - 100px);overflow-y:auto}
 body.vd-site .vd-header .vd-menu{gap:0}
 body.vd-site .vd-header .vd-menu a,body.vd-site .vd-navigation-cta{display:block;padding:12px 14px;font:400 13px/1.65 "IBM Plex Mono",monospace;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}
 body.vd-site .vd-header-cta{display:none}
}
@media(max-width:767px){body.vd-site .vd-header{padding:8px 8px 8px 16px}body.vd-site .vd-header .vd-logo img{height:18px;width:auto}body.vd-site.vd-js #vd-main{padding-top:78px}}

body.vd-site .vd-hero--section h1{margin-top:0}

body.vd-site .vd-hero h1.vd-whole-title{font-size:clamp(36px,5vw,64px);line-height:1.12;max-width:24ch;text-wrap:balance}

/* Match the home language switcher without changing footer language links. */
body.vd-site .vd-header .vd-menu{gap:22px}
body.vd-site .vd-header-languages{flex-shrink:0}
body.vd-site .vd-header-languages .vd-languages{gap:0;padding:0;margin:0}
body.vd-site .vd-header-languages li{margin:0;padding:0}
body.vd-site .vd-header-languages a{display:flex;align-items:center;justify-content:center;min-width:36px;min-height:44px;padding:0;font:500 12px/1 Inter,sans-serif;letter-spacing:normal;color:var(--text-mid);text-decoration:none;border-radius:999px}
body.vd-site .vd-header-languages a[aria-current="page"]{color:var(--brand-deep);background:var(--wash)}
body.vd-site .vd-header-languages a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
@media(max-width:1199px){body.vd-site .vd-header{gap:8px}body.vd-site .vd-header-languages{margin-left:auto}body.vd-site .vd-header .vd-menu{gap:0}}
@media(max-width:359px){body.vd-site .vd-header{gap:4px;padding-left:12px}body.vd-site .vd-header .vd-logo img{height:16px}}
