:root {
  --ink:#1a1e22;
  --navy:#1a4a52;
  --blue:#1f7a84;
  --sky:#d9e6f2;
  --mint:#d7e8de;
  --clay:#c45c55;
  --ochre:#d4a84b;
  --paper:#f6f1e4;
  --stone:#e9d6c6;
  --line:#d5c6b5;
  --white:#fffdfa;
  --mist:#eef4f8;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",sans-serif; line-height:1.55; }
img { display:block; max-width:100%; }
a { color:inherit; }
.wrap { width:min(1180px,calc(100% - 40px)); margin:auto; }
.eyebrow { margin:0 0 14px; color:var(--blue); font-size:12px; font-weight:600; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:"Libre Franklin",sans-serif; letter-spacing:0; line-height:1.08; font-weight:500; }
h1 { max-width:850px; margin-bottom:18px; font-size:clamp(36px,5vw,64px); }
h2 { margin-bottom:18px; font-size:clamp(28px,3.5vw,42px); }
.nav { position:fixed; z-index:30; top:0; width:100%; color:#fff; background:rgba(26,30,34,.92); border-bottom:1px solid rgba(31,122,132,.35); backdrop-filter:blur(12px); }
.nav-inner { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; text-decoration:none; }
.brand img { width:190px; height:52px; object-fit:contain; object-position:left center; }
.links { display:flex; align-items:center; gap:25px; }
.links a { font-size:13px; font-weight:500; text-decoration:none; }
.nav-cta,.btn { display:inline-flex; min-height:46px; align-items:center; justify-content:center; padding:0 20px; text-decoration:none; font-size:13px; font-weight:600; }
.nav-cta { color:var(--ink); background:#fff; }
.menu { display:none; width:44px; height:44px; color:white; background:none; border:1px solid rgba(255,255,255,.4); font-size:22px; }
.page { padding:140px 0 90px; background:var(--paper); }
.lede { max-width:680px; color:#4f5962; font-size:18px; }
.news-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin-top:42px; }
.news-card { overflow:hidden; background:#fff; border:1px solid rgba(16,27,41,.14); text-decoration:none; color:inherit; }
.news-card:hover { border-color:rgba(16,27,41,.28); }
.news-card img { width:100%; height:240px; object-fit:cover; background:var(--navy); }
.news-card-body { padding:24px; }
.news-card time { display:block; margin-bottom:8px; color:var(--blue); font-size:12px; font-weight:600; text-transform:uppercase; }
.news-card h2 { font-size:26px; margin-bottom:10px; }
.news-card p { margin:0; color:#53606c; }
.article { max-width:760px; }
.article time { display:block; margin-bottom:16px; color:var(--blue); font-size:13px; font-weight:600; }
.illustration { margin:0 0 36px; }
.illustration img { width:100%; max-height:520px; object-fit:cover; }
.article-body { font-size:18px; color:#2c3640; }
.article-body p { margin:0 0 1.1em; }
.article-body h2,.article-body h3 { margin:1.4em 0 .5em; color:var(--ink); }
.article-body h2 { font-size:30px; }
.article-body h3 { font-size:22px; }
.article-body ul,.article-body ol { margin:0 0 1.1em; padding-left:1.2em; }
.article-body li { margin:0 0 .4em; }
.article-body a { color:var(--blue); }
.article-body blockquote { margin:0 0 1.2em; padding:4px 0 4px 20px; border-left:3px solid var(--clay); color:#44505a; font-style:italic; }
.article-body img,.article-body figure img { width:100%; margin:8px 0 18px; }
.article-body figcaption { margin:-8px 0 22px; color:#5c6872; font-size:14px; }
.empty { color:#5c6872; }
footer { padding:44px 0; color:#d7e8de; background:var(--ink); }
.footer-grid { display:flex; justify-content:space-between; gap:28px; align-items:flex-end; }
.footer-grid p { margin:0; font-size:13px; }
.footer-links { display:flex; gap:18px; }
.footer-links a { font-size:13px; text-decoration:none; }
.jv-page { background:var(--paper); }
.jv-page section { scroll-margin-top:88px; }
.jv-page .btn { border:1px solid transparent; }
.jv-page .btn-hero { color:var(--ink); background:#fff; border-radius:999px; }
.jv-page .btn-ghost { color:#fff; border-color:rgba(255,255,255,.55); }
.jv-page .btn-dark { color:#fff; background:var(--ink); }
.jv-page .btn-ink { color:#fff; background:var(--ink); border-radius:999px; text-transform:uppercase; letter-spacing:.04em; }
.jv-page .btn-clay { color:#fff; background:var(--clay); }
.jv-page .btn-outline { color:var(--ink); border-color:var(--ink); }
.jv-hero { position:relative; overflow:hidden; min-height:82vh; display:flex; align-items:flex-end; color:#fff; background:var(--ink); }
.jv-hero-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.jv-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(26,30,34,.82) 0%,rgba(26,74,82,.55) 55%,rgba(26,30,34,.28) 100%); pointer-events:none; }
.jv-hero-content { position:relative; z-index:1; padding:160px 0 88px; }
.jv-hero .eyebrow { color:var(--ochre); }
.jv-hero h1 { max-width:920px; margin-bottom:22px; font-size:clamp(42px,6.4vw,84px); }
.jv-hero h1 em { font-family:"Playfair Display",serif; font-style:italic; font-weight:500; color:#c5e4ea; }
.jv-hero-copy { max-width:720px; margin-bottom:28px; color:var(--paper); font-size:18px; text-shadow:0 2px 14px rgba(0,0,0,.28); }
.jv-why { padding:96px 0; background:var(--sky); }
.jv-why h2 { max-width:780px; }
.jv-lede { max-width:760px; margin-bottom:42px; color:#3f4c57; font-size:18px; }
.jv-why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.jv-why-grid article { padding:24px; background:var(--white); border-top:4px solid var(--blue); }
.jv-why-grid h3 { margin-bottom:10px; font-size:20px; }
.jv-why-grid p { margin:0; color:#53606c; font-size:15px; }
.jv-desks { padding:110px 0; background:var(--navy); color:#fff; }
.jv-desks .jv-section-head p { color:#d7e8de; }
.jv-section-head { max-width:760px; margin-bottom:42px; }
.jv-desk-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.jv-desk { display:flex; flex-direction:column; min-height:420px; padding:32px; background:rgba(8,18,22,.45); border:1px solid rgba(255,255,255,.14); }
.jv-desk.featured { border-color:#7eb8c0; box-shadow:inset 0 0 0 1px #7eb8c0; }
.jv-desk p { color:#d8e4e8; }
.jv-desk ul { margin:0 0 28px; padding:0; list-style:none; }
.jv-desk li { padding:8px 0; border-top:1px solid rgba(255,255,255,.16); color:#eef4f8; font-size:14px; }
.jv-desk .btn { margin-top:auto; width:max-content; }
.jv-raises { padding:110px 0; background:var(--mist); }
.jv-raise-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.jv-raise { overflow:hidden; background:#fff; border:1px solid rgba(16,27,41,.12); }
.jv-raise-media { height:240px; overflow:hidden; background:var(--navy); }
.jv-raise-media img { width:100%; height:100%; object-fit:cover; }
.jv-raise-body { padding:28px; }
.jv-raise-sub { color:var(--blue); font-size:13px; font-weight:600; text-transform:uppercase; }
.jv-raise-body p:last-of-type { color:#53606c; }
.jv-flow { padding:110px 0; background:var(--ink); color:#fff; }
.jv-flow h2 { max-width:760px; }
.jv-flow-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:42px; }
.jv-flow-grid article { padding:32px; border:1px solid rgba(255,255,255,.16); }
.jv-flow-grid span { display:block; margin-bottom:18px; color:var(--ochre); font-size:12px; font-weight:600; }
.jv-flow-grid p { margin:0; color:#d8dfe2; }
.jv-banner { padding:88px 0; color:#fff; background:var(--blue); text-align:center; }
.jv-banner h2 { max-width:none; margin-left:auto; margin-right:auto; }
.jv-banner p { max-width:640px; margin:0 auto 28px; }
.jv-banner-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.jv-close { padding:110px 0; background:var(--stone); }
.jv-close-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:start; }
.jv-close-actions { display:flex; flex-wrap:wrap; gap:12px; }
.jv-card { padding:32px; background:var(--ink); color:#d7e8de; }
.jv-card img { width:160px; height:auto; margin-bottom:18px; }
.jv-card a { text-decoration:none; }
.jv-page footer .footer-grid { align-items:flex-start; flex-wrap:wrap; }
.jv-note { max-width:420px; color:#9aa8ae; font-size:12px; }
@media (max-width:900px) {
  .links { display:none; position:absolute; top:72px; left:0; width:100%; padding:24px 20px; flex-direction:column; background:var(--ink); }
  .links.open { display:flex; }
  .menu { display:block; }
  .news-grid { grid-template-columns:1fr; }
  .jv-why-grid,.jv-desk-grid,.jv-raise-grid,.jv-flow-grid,.jv-close-grid { grid-template-columns:1fr; }
  .jv-hero { min-height:auto; }
  .jv-desk { min-height:0; }
}
@media (max-width:620px) {
  .jv-hero-content,.jv-desks,.jv-raises,.jv-flow,.jv-close { padding-top:78px; padding-bottom:78px; }
  .jv-hero-content { padding-top:140px; }
}
