:root{color-scheme:light;--vh-text:#1f2933;--vh-muted:#52606d;--vh-accent:#05668d;--vh-bg:#f7f9fb;--vh-card:#ffffff;--vh-border:#d9e2ec;--vh-radius:10px;--vh-shadow:0 24px 48px rgba(15, 23, 42, 0.12)}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background:var(--vh-bg);color:var(--vh-text);line-height:1.7}a{color:inherit;text-decoration:none}a:hover{color:var(--vh-accent)}.vh-blog a:hover{text-decoration:underline}.vh-menu>a:hover,.vh-menu-item .vh-menu-parent:hover{text-decoration:none}.vh-site{min-height:100vh;display:flex;flex-direction:column}.vh-header{background:var(--vh-bg);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,6%)}.vh-header__inner{margin:0 auto;max-width:1280px;padding:1.5rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.vh-brand{font-weight:700;font-size:1.3rem;letter-spacing:.02em;color:var(--vh-text)}.vh-menu{display:flex;align-items:center;gap:1.25rem;font-weight:500;font-size:.95rem}.vh-menu-toggle{display:none;flex-direction:column;gap:4px;background:0 0;border:none;padding:0}.vh-menu-toggle__line{width:20px;height:2px;background:var(--vh-text)}.vh-submenu-toggle{display:none}.vh-menu>a,.vh-menu-item{color:var(--vh-muted);position:relative}.vh-menu>a,.vh-menu-parent{padding-bottom:.25rem;position:relative}.vh-menu>a::after,.vh-menu-item>a::after,.vh-menu-parent::after{content:"";position:absolute;left:0;bottom:-.35rem;width:100%;height:2px;background:0 0;transform:scaleX(0);transform-origin:left;transition:transform .1s ease,background .1s ease}.vh-menu>a:hover::after,.vh-menu>a[aria-current=page]::after,.vh-menu-item>a[aria-current=page]::after,.vh-menu-parent:hover::after,.vh-menu-parent[aria-current=page]::after,.vh-menu-item:hover .vh-menu-parent::after{background:var(--vh-accent);transform:scaleX(1)}.vh-menu>a[aria-current=page],.vh-menu-item>a[aria-current=page],.vh-menu-parent[aria-current=page]{color:var(--vh-accent);font-weight:600}.vh-menu-item{position:relative}.vh-submenu{position:absolute;top:100%;left:0;margin-top:1rem;background:var(--vh-card);border-radius:var(--vh-radius);box-shadow:var(--vh-shadow);min-width:180px;padding:.75rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.vh-menu-item:hover .vh-submenu{opacity:1;visibility:visible;transform:translateY(0)}.vh-submenu a{display:block;padding:.65rem 1.5rem;color:var(--vh-text);white-space:nowrap;transition:background .15s ease,color .15s ease}.vh-submenu a:hover{background:var(--vh-bg);color:var(--vh-accent)}.vh-submenu a[aria-current=page]{color:var(--vh-accent);font-weight:600}.vh-main{flex:1}.vh-full-bleed{width:100%;overflow:hidden}.vh-full-bleed img{width:100%;height:auto;display:block}@media(max-width:720px){.vh-full-bleed img{height:20vh;object-fit:cover;object-position:center}}.vh-container{max-width:1280px;padding:3rem 1.75rem 5rem;margin:0 auto}.vh-breadcrumbs{display:flex;gap:.35rem;align-items:center;font-size:.9rem;color:var(--vh-muted);margin-bottom:1rem}.vh-breadcrumbs a{color:inherit}.vh-breadcrumbs .vh-crumb-sep{opacity:.5}.vh-photo-strip{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;margin-bottom:2rem;padding-bottom:.5rem}.vh-photo-strip::-webkit-scrollbar{height:6px}.vh-photo-strip::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.vh-photo-strip__item{flex:none;height:220px;scroll-snap-align:center}.vh-photo-strip__item img{display:block;height:100%;width:auto}.vh-hero{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;margin-bottom:4rem}.vh-hero__title{font-size:clamp(2.5rem,5vw,3.6rem);line-height:1.1;margin-bottom:1.25rem}.vh-hero__tagline{font-size:1.1rem;color:var(--vh-muted);margin-bottom:2rem}.vh-hero__photo{position:relative;border-radius:0;overflow:hidden;box-shadow:var(--vh-shadow);transform:rotate(-2deg)}.vh-hero__photo img{display:block;width:100%;height:auto}.vh-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.vh-card{background:var(--vh-card);border-radius:var(--vh-radius);padding:2rem;box-shadow:var(--vh-shadow);transition:transform .2s ease,box-shadow .2s ease}.vh-card:hover{transform:translateY(-6px);box-shadow:0 32px 48px rgba(15,23,42,.14)}.vh-card__kicker{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--vh-accent)}.vh-card__title{margin-top:0;font-size:1.35rem;font-weight:600}.vh-card__meta{font-size:.9rem;color:var(--vh-muted)}.vh-list{display:flex;flex-direction:column;gap:1.5rem}.vh-list__item h3{margin:0;font-size:1.4rem}.vh-list__item{background:var(--vh-card);border-radius:var(--vh-radius);box-shadow:var(--vh-shadow);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.vh-list__item:hover{transform:translateY(-6px);box-shadow:0 32px 48px rgba(15,23,42,.14)}.vh-list__item h3 a{color:inherit}.vh-list__item p{margin:.35rem 0 0}.vh-section{margin-top:5rem}.vh-section__header{margin-bottom:1.5rem}.vh-section__header p{color:var(--vh-muted);margin-top:.35rem}.vh-section__title{font-size:2rem;margin-bottom:1.5rem}.vh-gallery{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center}.vh-gallery__item{border-radius:0;overflow:hidden;background:radial-gradient(circle at top,rgba(255,255,255,.9),rgba(229,236,246,.8));position:relative;cursor:zoom-in;aspect-ratio:1/1;width:100%}.vh-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;border-radius:0}.vh-gallery__item a{display:block}.vh-gallery__meta{padding:.5rem;text-align:center}.vh-gallery__meta-title{font-weight:600;font-size:.95rem}.vh-gallery__meta-caption{font-size:.85rem;color:var(--vh-muted)}.vh-gallery__item:hover img{transform:scale(1.05)}.vh-gallery__group{grid-column:1/-1;font-weight:700;color:var(--vh-text);margin:1rem 0 .25rem;text-align:center}.vh-gallery__caption{position:absolute;inset:auto 0 0 0;padding:1.1rem 1.3rem;background:linear-gradient(180deg,transparent,rgba(15,23,42,.75));color:#f7fafc;font-weight:600;letter-spacing:.02em}.vh-albums{display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.vh-album-card{background:var(--vh-card);border-radius:0;overflow:hidden;box-shadow:var(--vh-shadow);display:flex;flex-direction:column}.vh-album-card__cover{display:block;overflow:hidden;aspect-ratio:4/2}.vh-album-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;border-radius:0}.vh-album-card:hover .vh-album-card__cover img{transform:scale(1.06)}.vh-album-card__body{padding:1.75rem;display:flex;flex-direction:column}.vh-album-card__title{font-size:1.35rem;font-weight:600}.vh-album-card__meta{color:var(--vh-muted);font-size:.9rem}@media(max-width:1200px){.vh-albums{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.vh-albums{grid-template-columns:repeat(2,minmax(0,1fr))}}.vh-footer{padding:2.5rem 1.75rem;background:#101828;color:rgba(255,255,255,.72);text-align:center;font-size:.9rem}.vh-prose{max-width:68ch;margin:0 auto;font-size:1.05rem}.vh-prose h1,.vh-prose h2,.vh-prose h3{line-height:1.15;margin-top:3rem;margin-bottom:1rem}.vh-prose h1:first-child{margin-top:0}.vh-prose p{margin-bottom:1.15rem}.vh-prose a{color:var(--vh-accent);font-weight:500}.vh-prose img{max-width:100%;height:auto;margin:2rem 0}.vh-prose a img{height:1em;width:auto;vertical-align:middle;margin:0}.vh-prose .vh-full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.vh-prose .vh-band{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);padding-top:.1rem;padding-bottom:2rem;background-color:var(--vh-band-bg,var(--vh-muted))}.vh-prose .vh-columns{display:grid;grid-template-columns:1fr 1fr;gap:var(--vh-columns-gap,2rem)}.vh-prose pre{overflow-x:auto;background:#d8d8d8;padding:1rem;border-radius:.5rem;font-size:.8rem}.vh-contact-form{max-width:600px;margin:2rem auto}.vh-contact-form__field{margin-bottom:1.5rem}.vh-contact-form__field label{display:block;margin-bottom:.5rem;color:#636363}.vh-contact-form__field input,.vh-contact-form__field textarea{width:100%;padding:9px 16px;border:1px solid rgba(99,99,99,.2);background:#fff;color:#636363;font-size:1rem}.vh-contact-form__field textarea{resize:vertical}.vh-contact-form__submit{padding:12px 32px;background:var(--vh-accent);color:#fff;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s}.vh-contact-form__submit:hover{opacity:.9}@media(max-width:720px){.vh-prose .vh-full-bleed{width:100%;margin-left:0;margin-right:0}.vh-prose .vh-band{width:100%;margin-left:0;margin-right:0;padding-left:1rem;padding-right:1rem}.vh-prose .vh-columns{grid-template-columns:1fr}.vh-prose .vh-full-bleed #chart{padding:10px}.vh-prose pre{font-size:.7rem;padding:.75rem}.vh-header__inner{flex-wrap:wrap;gap:.75rem}.vh-menu-toggle{display:flex;margin-left:auto}.vh-menu{display:none;flex-direction:column;align-items:stretch;width:100%;gap:0;margin-top:.75rem;max-height:calc(100vh - 100px);overflow-y:auto;background:var(--vh-bg);border-top:1px solid var(--vh-border)}.vh-menu.is-open{display:flex}.vh-menu-item{border-bottom:1px solid var(--vh-border)}.vh-menu-item>a{display:block;padding:1rem 0;font-size:1.1rem}.vh-menu-parent-row{display:flex;align-items:center;justify-content:space-between}.vh-menu-parent-row .vh-menu-parent{flex:1;padding:1rem 0;font-size:1.1rem}.vh-menu>a::after,.vh-menu-parent::after{display:none}.vh-submenu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:0 0;border:none;cursor:pointer;color:var(--vh-muted);transition:color .2s ease,transform .2s ease}.vh-submenu-toggle:hover{color:var(--vh-accent)}.vh-submenu-toggle__icon{transition:transform .25s ease}.vh-submenu-toggle[aria-expanded=true] .vh-submenu-toggle__icon{transform:rotate(180deg)}.vh-submenu{position:static;margin:0;box-shadow:none;background:rgba(0,0,0,3%);padding:0;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.vh-submenu.is-expanded{max-height:500px;padding:.5rem 0}.vh-submenu a{padding:.75rem 1.25rem;font-size:1rem;border-bottom:none}.vh-submenu a:last-child{border-bottom:none}.vh-container{padding:2.5rem 1.25rem 4rem}.vh-card{padding:1.75rem}}