body.vgp-premium-design {
  --vg-ink: #0b1420;
  --vg-ink-2: #101c2b;
  --vg-paper: #f5f6f3;
  --vg-white: #fff;
  --vg-line: #dfe3e5;
  --vg-muted: #5d6874;
  --vg-yellow: #f4bf16;
  --vg-red: #bd3a32;
  --vg-shell: 1240px;
  --vg-radius: 20px;
}

.vgp-site, .vgp-site *, .vgp-site *::before, .vgp-site *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vgp-premium-design {
  margin: 0;
  overflow-x: hidden;
  background: var(--vg-paper);
  color: var(--vg-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.vgp-premium-design.vg-modal-open { overflow: hidden; }
.vgp-site { min-height: 100vh; }
.vgp-site button, .vgp-site input, .vgp-site textarea, .vgp-site select { font: inherit; }
.vgp-site a { color: inherit; text-decoration: none; }
.vgp-site img { display: block; max-width: 100%; height: auto; }
.vg-shell { width: min(calc(100% - 48px), var(--vg-shell)); margin-inline: auto; }
.vg-section { padding: 112px 0; }
.vg-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.vg-skip-link {
  position: fixed; z-index: 99999; top: 12px; left: 12px; padding: 12px 16px;
  border-radius: 8px; background: var(--vg-yellow); color: var(--vg-ink); font-weight: 800;
  transform: translateY(-160%);
}
.vg-skip-link:focus { transform: none; }
.admin-bar .vg-skip-link { top: 44px; }
.vgp-site :focus-visible { outline: 3px solid var(--vg-ink); outline-offset: 3px; box-shadow: 0 0 0 6px var(--vg-yellow); }

/* Header */
.vg-utility { background: #07101a; color: #d8e0e8; font-size: 12px; letter-spacing: .04em; }
.vg-utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.vg-utility-note { color: #8d9bac; }
.vg-header {
  position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(11,20,32,.09);
  background: rgba(245,246,243,.94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.admin-bar .vg-header { top: 32px; }
.vg-header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.vg-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.vg-brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden;
  border-radius: 12px; background: var(--vg-yellow); box-shadow: inset 0 0 0 1px rgba(11,20,32,.1);
}
.vg-brand-mark span {
  width: 13px; height: 25px; background: var(--vg-ink);
  clip-path: polygon(55% 0,100% 0,68% 39%,94% 39%,30% 100%,45% 56%,16% 56%);
}
.vg-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.vg-brand-copy strong { font-size: 19px; font-weight: 850; letter-spacing: -.045em; }
.vg-brand-copy small { margin-top: 5px; color: var(--vg-muted); font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.vg-nav { margin-left: auto; }
.vg-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.vg-menu li { position: relative; }
.vg-menu a { position: relative; display: block; color: #283646; font-size: 14px; font-weight: 680; }
.vg-menu > li > a::after {
  content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px;
  background: var(--vg-yellow); transition: right .2s ease;
}
.vg-menu > li:hover > a::after, .vg-menu > li.current-menu-item > a::after, .vg-menu > li > a:focus-visible::after { right: 0; }
.vg-menu .sub-menu {
  position: absolute; top: calc(100% + 18px); left: -18px; display: none; min-width: 220px; margin: 0;
  padding: 9px; border: 1px solid var(--vg-line); border-radius: 13px; background: #fff;
  box-shadow: 0 18px 45px rgba(20,31,42,.15); list-style: none;
}
.vg-menu li:hover > .sub-menu, .vg-menu li:focus-within > .sub-menu { display: block; }
.vg-menu .sub-menu a { padding: 11px; border-radius: 8px; }
.vg-menu .sub-menu a:hover { background: #f2f3f1; }
.vg-header-actions { display: flex; align-items: center; gap: 10px; }
.vg-search-trigger {
  min-height: 42px; display: flex; align-items: center; gap: 18px; padding: 0 11px 0 16px;
  border: 1px solid #cfd5da; border-radius: 12px; background: rgba(255,255,255,.65);
  color: #344252; font-size: 13px; font-weight: 650; cursor: pointer;
}
.vg-search-trigger:hover { border-color: #aeb7c0; background: #fff; }
.vg-search-trigger kbd { padding: 4px 7px; border: 1px solid #d7dce0; border-radius: 6px; background: #f2f4f4; color: #5d6874; font: 10px inherit; }
.vg-menu-trigger { display: none; }

/* Search */
.vg-search-modal[hidden] { display: none; }
.vg-search-modal { position: fixed; z-index: 2147483000; inset: 0; display: grid; place-items: start center; overflow-y: auto; padding: min(16vh,150px) 16px 24px; }
.vg-search-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,10,17,.76); backdrop-filter: blur(10px); cursor: default; }
.vg-search-dialog { position: relative; width: min(100%,700px); max-height: calc(100dvh - 48px); overflow-y: auto; padding: 30px; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.vg-search-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.vg-search-head span { color: #5d6874; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vg-search-head h2 { margin: 8px 0 0; font-size: 30px; line-height: 1.1; letter-spacing: -.04em; }
.vg-search-head > button { width: 38px; height: 38px; border: 1px solid #d8dde0; border-radius: 10px; background: #f6f7f6; font-size: 24px; cursor: pointer; }
.vg-search-dialog .vg-search-form { margin-top: 32px; }
.vg-search-hint { margin: 15px 0 0; color: #5d6874; font-size: 11px; }
.vg-search-form {
  max-width: 650px; display: flex; align-items: center; gap: 12px; margin-top: 38px; padding: 8px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.22);
}
.vg-search-glyph { position: relative; flex: 0 0 20px; width: 20px; height: 20px; margin-left: 10px; border: 2px solid #687584; border-radius: 50%; }
.vg-search-glyph::after { content: ""; position: absolute; right: -5px; bottom: -2px; width: 7px; height: 2px; background: #687584; transform: rotate(45deg); }
.vg-search-field { min-width: 0; flex: 1; padding: 10px 2px; border: 0; outline: 0; background: transparent; color: var(--vg-ink); font-size: 16px; }
.vg-search-field::placeholder { color: #5d6874; }
.vg-search-form button {
  min-height: 48px; padding: 0 24px; border: 0; border-radius: 11px; background: var(--vg-yellow);
  color: var(--vg-ink); font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.vg-search-form button:hover { background: #ffcc28; transform: translateY(-1px); }

/* Front page hero */
.vg-hero {
  position: relative; overflow: hidden; padding-top: 90px; color: #fff;
  background: linear-gradient(135deg,rgba(7,16,26,.99),rgba(14,31,48,.97));
}
.vg-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(90deg,#000,transparent 70%);
}
.vg-hero-glow { position: absolute; top: -280px; right: -180px; width: 520px; height: 520px; border-radius: 50%; background: rgba(244,191,22,.2); filter: blur(60px); }
.vg-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 74px; align-items: center; }
.vg-eyebrow, .vg-section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #a9b6c5; font-size: 12px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.vg-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--vg-yellow); box-shadow: 0 0 0 5px rgba(244,191,22,.12); }
.vg-hero-copy h1 { max-width: 690px; margin: 0; font-size: clamp(48px,5vw,78px); font-weight: 830; line-height: .99; letter-spacing: -.065em; }
.vg-hero-copy h1 em { color: var(--vg-yellow); font-style: normal; }
.vg-hero-lead { max-width: 650px; margin: 30px 0 0; color: #b9c5d0; font-size: 18px; line-height: 1.72; }
.vg-quick-topics { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 17px; color: #7f90a2; font-size: 12px; }
.vg-quick-topics a { padding: 5px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; background: rgba(255,255,255,.04); color: #b9c5d0; }
.vg-quick-topics a:hover { border-color: rgba(244,191,22,.55); color: #fff; }
.vg-quick-topics .vg-calculator-quick-link { border-color: rgba(244,191,22,.58); background: rgba(244,191,22,.12); color: #ffe18a; font-weight: 800; }
.vg-quick-topics .vg-calculator-quick-link b { margin-left: 3px; }
.vg-hero-feature { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.06); box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.vg-hero-feature > a { display: block; }
.vg-hero-image { position: relative; overflow: hidden; aspect-ratio: 1.42; background: #1c2a37; }
.vg-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(5,12,19,.5)); }
.vg-hero-image img, .vg-hero-image .vg-image-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.vg-hero-feature:hover .vg-hero-image img { transform: scale(1.035); }
.vg-feature-label { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 9px 12px; border-radius: 8px; background: var(--vg-yellow); color: var(--vg-ink); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.vg-feature-content { padding: 25px 28px 29px; }
.vg-feature-content > p { margin: 0 0 11px; color: #8fa0b1; font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.vg-feature-content h2 { margin: 0; color: #fff; font-size: clamp(23px,2.2vw,32px); line-height: 1.17; letter-spacing: -.035em; }
.vg-text-link, .vg-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--vg-yellow); font-size: 13px; font-weight: 790; }
.vg-text-link b, .vg-card-link b { font-size: 16px; transition: transform .2s ease; }
.vg-hero-feature:hover .vg-text-link b, .vg-card:hover .vg-card-link b { transform: translate(2px,-2px); }
.vg-hero-foot { position: relative; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.1); }
.vg-hero-foot > div { display: flex; flex-direction: column; padding: 24px 30px 27px; border-right: 1px solid rgba(255,255,255,.1); }
.vg-hero-foot > div:first-child { padding-left: 0; }
.vg-hero-foot > div:last-child { border-right: 0; }
.vg-hero-foot strong { font-size: 15px; }
.vg-hero-foot span { margin-top: 6px; color: #8293a4; font-size: 12px; }
.vg-safety-ribbon { background: var(--vg-yellow); color: var(--vg-ink); }
.vg-safety-inner { min-height: 68px; display: flex; align-items: center; gap: 17px; }
.vg-safety-icon { flex: 0 0 30px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--vg-ink); color: var(--vg-yellow); font-weight: 900; }
.vg-safety-inner p { margin: 0; font-size: 13px; line-height: 1.5; }
.vg-safety-inner a { margin-left: auto; border-bottom: 1px solid rgba(11,20,32,.3); white-space: nowrap; font-size: 12px; font-weight: 800; }

/* Front page sections */
.vg-front-calculator { padding: 72px 0; background: #e9edeb; }
.vg-calculator-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 54px; align-items: center; overflow: hidden; padding: 42px 46px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: linear-gradient(135deg,#0b1622,#182b3e); color: #fff; box-shadow: 0 24px 60px rgba(11,20,32,.13); }
.vg-calculator-cta .vg-section-kicker { margin-bottom: 12px; color: #a9b8c7; }
.vg-calculator-cta h2 { max-width: 800px; margin: 0; font-size: clamp(32px,4vw,52px); line-height: 1.04; letter-spacing: -.05em; }
.vg-calculator-cta p:not(.vg-section-kicker) { max-width: 720px; margin: 18px 0 0; color: #adbac7; font-size: 15px; line-height: 1.7; }
.vg-calculator-cta ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.vg-calculator-cta li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: rgba(255,255,255,.06); color: #d8e0e7; font-size: 11px; font-weight: 800; }
.vg-calculator-cta .vg-button { min-width: 210px; margin: 0; border-color: var(--vg-yellow); background: var(--vg-yellow); color: var(--vg-ink); box-shadow: 0 12px 30px rgba(244,191,22,.18); }
.vg-calculator-cta .vg-button:hover { border-color: #ffcf36; background: #ffcf36; color: var(--vg-ink); }
.vg-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 44px; }
.vg-section-heading > div { max-width: 730px; }
.vg-section-heading > p { max-width: 440px; margin: 0 0 6px; color: var(--vg-muted); font-size: 15px; line-height: 1.7; }
.vg-section-heading-compact { margin-bottom: 30px; }
.vg-section-kicker { margin-bottom: 15px; color: #5d6874; }
.vg-section-kicker::before { content: ""; width: 18px; height: 3px; background: var(--vg-yellow); }
.vg-section-heading h2, .vg-editorial-grid h2, .vg-decision-copy h2, .vg-related h2 { margin: 0; font-size: clamp(38px,4vw,58px); line-height: 1.04; letter-spacing: -.055em; }
.vg-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.vg-topic-grid > a { min-height: 166px; display: grid; grid-template-columns: 42px 1fr auto; align-items: start; gap: 15px; padding: 27px; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); background: rgba(255,255,255,.64); transition: transform .22s ease,border-color .22s ease,background .22s ease; }
.vg-topic-grid > a:hover { border-color: #b8c0c6; background: #fff; transform: translateY(-4px); }
.vg-topic-code { color: #5d6874; font: 12px ui-monospace,SFMono-Regular,Menlo,monospace; }
.vg-topic-copy { display: flex; flex-direction: column; }
.vg-topic-copy strong { font-size: 18px; letter-spacing: -.02em; }
.vg-topic-copy small { margin-top: 12px; color: var(--vg-muted); font-size: 13px; line-height: 1.55; }
.vg-topic-arrow { font-size: 18px; transition: transform .2s ease; }
.vg-topic-grid > a:hover .vg-topic-arrow { transform: translate(3px,-3px); }
.vg-ad-slot { min-height: 90px; display: grid; place-items: center; padding: 14px; border: 1px dashed #cbd1d5; border-radius: 12px; color: #5d6874; background: rgba(255,255,255,.35); text-align: center; }
.vg-ad-widget { width: 100%; }
.vg-ad-widget > * { max-width: 100%; }
.vg-ad-label { display: block; margin-bottom: 8px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.vg-articles { padding-top: 90px; }
.vg-all-link { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 1px solid #b8c0c6; font-size: 13px; font-weight: 800; }
.vg-all-link span { margin-left: 7px; }
.vg-topic-filter { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 22px; scrollbar-width: none; }
.vg-topic-filter::-webkit-scrollbar { display: none; }
.vg-topic-filter a { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid #d1d6da; border-radius: 99px; color: #53606d; font-size: 12px; font-weight: 720; }
.vg-topic-filter a:hover, .vg-topic-filter a.is-active { border-color: var(--vg-ink); background: var(--vg-ink); color: #fff; }
.vg-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.vg-card { overflow: hidden; min-width: 0; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); background: #fff; transition: transform .25s ease,box-shadow .25s ease; }
.vg-card:hover { box-shadow: 0 18px 40px rgba(28,39,50,.1); transform: translateY(-5px); }
.vg-card > a { height: 100%; display: flex; flex-direction: column; }
.vg-card-image { position: relative; overflow: hidden; aspect-ratio: 1.5; background: #dfe4e4; }
.vg-card-image img, .vg-card-image .vg-image-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.vg-card:hover .vg-card-image img { transform: scale(1.045); }
.vg-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 56%,rgba(5,11,17,.25)); }
.vg-card-image > span { position: absolute; z-index: 2; bottom: 14px; left: 15px; padding: 7px 9px; border-radius: 6px; background: rgba(8,17,27,.9); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vg-image-fallback { position: relative; background: linear-gradient(145deg,#e8ebea,#cfd7d9); }
.vg-image-fallback::before, .vg-image-fallback::after { content: ""; position: absolute; background: rgba(11,20,32,.12); }
.vg-image-fallback::before { top: 22%; bottom: 22%; left: 50%; width: 2px; }
.vg-image-fallback::after { top: 50%; right: 22%; left: 22%; height: 2px; }
.vg-image-fallback > span { position: absolute; top: 50%; left: 50%; width: 34px; height: 58px; background: rgba(11,20,32,.16); clip-path: polygon(55% 0,100% 0,68% 39%,94% 39%,30% 100%,45% 56%,16% 56%); transform: translate(-50%,-50%); }
.vg-card-content { flex: 1; display: flex; flex-direction: column; padding: 23px; }
.vg-card-meta { margin: 0 0 11px!important; color: #5d6874!important; font-size: 10px!important; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.vg-card-content h2, .vg-card-content h3 { margin: 0; font-size: 20px; line-height: 1.22; letter-spacing: -.035em; }
.vg-card-content > p { margin: 14px 0 0; color: var(--vg-muted); font-size: 13px; line-height: 1.63; }
.vg-card-link { margin-top: auto; padding-top: 21px; color: var(--vg-ink); }
.vg-card-lead { grid-column: span 2; }
.vg-card-lead > a { display: grid; grid-template-columns: 1.05fr .95fr; }
.vg-card-lead .vg-card-image { height: 100%; aspect-ratio: auto; }
.vg-card-lead .vg-card-content { padding: 34px; }
.vg-card-lead .vg-card-content h2, .vg-card-lead .vg-card-content h3 { font-size: 31px; }
.vg-ad-slot-feed { margin-top: 36px; }
.vg-decision { background: var(--vg-ink); color: #fff; }
.vg-decision-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.vg-section-kicker-light { color: #8fa0b2; }
.vg-decision-copy > p:last-child { max-width: 500px; margin: 28px 0 0; color: #9aaaba; font-size: 15px; line-height: 1.75; }
.vg-decision-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.vg-decision-list li { display: grid; grid-template-columns: 45px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.vg-decision-list li > span { color: var(--vg-yellow); font: 12px ui-monospace,monospace; }
.vg-decision-list strong { font-size: 18px; }
.vg-decision-list p { margin: 7px 0 0; color: #92a2b1; font-size: 13px; line-height: 1.55; }
.vg-editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.vg-editorial-copy > p { margin: 0; color: #4f5c68; font-size: 18px; line-height: 1.75; }
.vg-editorial-points { margin-top: 44px; border-top: 1px solid var(--vg-line); }
.vg-editorial-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--vg-line); }
.vg-editorial-points span { color: #5d6874; font: 11px ui-monospace,monospace; }
.vg-editorial-points p { margin: 0; color: var(--vg-muted); font-size: 14px; line-height: 1.6; }
.vg-editorial-points strong { color: var(--vg-ink); }

/* Listing pages */
.vg-listing-hero, .vg-page-header { padding: 84px 0 74px; color: #fff; background: var(--vg-ink); }
.vg-listing-hero h1, .vg-page-header h1 { max-width: 920px; margin: 0; overflow-wrap: anywhere; hyphens: auto; font-size: clamp(46px,6vw,78px); line-height: 1; letter-spacing: -.06em; }
.vg-listing-hero > .vg-shell > p:last-child, .vg-archive-description { max-width: 680px; margin: 24px 0 0; color: #9cabb9; font-size: 16px; line-height: 1.7; }
.vg-listing-hero .vg-section-kicker, .vg-page-header .vg-section-kicker { color: #a3b0bc; }
.vg-page-header.vg-page-header--calculator { padding-top: 46px; padding-bottom: 42px; }
.vg-page-header.vg-page-header--calculator h1 { font-size: clamp(38px, 5vw, 58px); }
.vg-listing-content { padding: 76px 0 110px; }
.vg-archive-grid .vg-card { grid-column: auto; }
.vg-result-count { margin-bottom: 22px; color: var(--vg-muted); font-size: 13px; }
.vg-search-hero .vg-search-form { margin-top: 34px; }
.vgp-site .navigation.pagination { margin-top: 48px; }
.vgp-site .nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
.vgp-site .nav-links .page-numbers { min-width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0 13px; border: 1px solid #d1d6da; border-radius: 10px; background: #fff; font-size: 13px; font-weight: 700; }
.vgp-site .nav-links .page-numbers.current, .vgp-site .nav-links .page-numbers:hover { border-color: var(--vg-ink); background: var(--vg-ink); color: #fff; }
.vg-empty-state { max-width: 720px; margin: 0 auto; padding: 64px 30px; border: 1px dashed #c9d0d5; border-radius: var(--vg-radius); background: rgba(255,255,255,.5); text-align: center; }
.vg-empty-state > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 18px; border-radius: 50%; background: var(--vg-yellow); font-size: 24px; font-weight: 900; }
.vg-empty-state h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.vg-empty-state > p { color: var(--vg-muted); line-height: 1.6; }
.vg-empty-state .vg-search-form { margin-inline: auto; border-color: var(--vg-line); box-shadow: none; }

/* Article and standard page */
.vg-article-header { padding: 54px 0 68px; background: var(--vg-ink); color: #fff; }
.vg-article-header-inner { max-width: 1000px; }
.vg-breadcrumb { display: flex; align-items: center; gap: 9px; overflow: hidden; margin-bottom: 48px; color: #8293a4; font-size: 11px; white-space: nowrap; }
.vg-breadcrumb > *:last-child { overflow: hidden; text-overflow: ellipsis; }
.vg-breadcrumb a:hover { color: var(--vg-yellow); }
.vg-article-category { display: inline-block; margin-bottom: 20px; padding: 8px 11px; border-radius: 7px; background: var(--vg-yellow); color: var(--vg-ink); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vg-article-header h1 { max-width: 980px; margin: 0; overflow-wrap: anywhere; font-size: clamp(44px,6vw,76px); line-height: 1.02; letter-spacing: -.06em; }
.vg-article-meta { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 30px; color: #95a5b5; font-size: 12px; }
.vg-article-meta span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 18px 2px 0; border-radius: 50%; background: var(--vg-yellow); }
.vg-article-cover { max-width: 1120px; margin-top: 42px; }
.vg-article-cover img { width: 100%; max-height: 680px; border-radius: 26px; object-fit: cover; }
.vg-article-cover > p { margin: 9px 5px 0; color: #5d6874; font-size: 10px; }
.vg-article-layout { max-width: 1120px; display: grid; grid-template-columns: 260px minmax(0,760px); gap: 76px; align-items: start; padding-top: 70px; padding-bottom: 110px; }
.vg-article-aside { position: sticky; top: 136px; }
.admin-bar .vg-article-aside { top: 168px; }
.vg-toc { padding: 20px; border: 1px solid var(--vg-line); border-radius: 16px; background: rgba(255,255,255,.62); }
.vg-toc[hidden] { display: none; }
.vg-toc > strong { display: block; margin-bottom: 14px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.vg-toc ol { margin: 0; padding: 0; list-style: none; }
.vg-toc li { margin-top: 9px; }
.vg-toc li.is-subheading { padding-left: 12px; }
.vg-toc a { display: block; color: #697580; font-size: 11px; line-height: 1.45; }
.vg-toc a:hover { color: var(--vg-ink); }
.vg-aside-note { display: grid; grid-template-columns: 26px 1fr; gap: 11px; margin-top: 14px; padding: 16px; border-radius: 14px; background: #fff0af; }
.vg-aside-note > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--vg-ink); color: var(--vg-yellow); font-size: 12px; font-weight: 900; }
.vg-aside-note p { margin: 2px 0 0; font-size: 10px; line-height: 1.5; }
.vg-article-body { min-width: 0; color: #2e3945; font-family: Georgia,"Times New Roman",serif; font-size: 18px; line-height: 1.83; }
.vg-article-body > *:first-child { margin-top: 0; }
.vg-article-body h2, .vg-article-body h3, .vg-article-body h4 { scroll-margin-top: 130px; color: var(--vg-ink); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif; letter-spacing: -.04em; }
.vg-article-body h2 { margin: 2.1em 0 .65em; font-size: 38px; line-height: 1.13; }
.vg-article-body h3 { margin: 1.8em 0 .55em; font-size: 27px; line-height: 1.2; }
.vg-article-body h4 { margin: 1.6em 0 .5em; font-size: 21px; }
.vg-article-body p { margin: 0 0 1.4em; }
.vg-article-body a { color: #775c00; text-decoration: underline; text-decoration-color: rgba(119,92,0,.35); text-underline-offset: 3px; }
.vg-article-body a:hover { text-decoration-color: currentColor; }
.vg-article-body ul, .vg-article-body ol { margin: 0 0 1.5em; padding-left: 1.3em; }
.vg-article-body li { margin-bottom: .5em; padding-left: .25em; }
.vg-article-body blockquote { margin: 2em 0; padding: 8px 0 8px 28px; border-left: 4px solid var(--vg-yellow); color: #4c5863; font-size: 20px; line-height: 1.65; }
.vg-article-body figure { margin: 2em 0; }
.vg-article-body img { border-radius: 14px; }
.vg-article-body figcaption { margin-top: 8px; color: #5d6874; font: 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; text-align: center; }
.vg-article-body table { width: 100%; display: block; overflow-x: auto; margin: 2em 0; border-collapse: collapse; font: 14px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-article-body th, .vg-article-body td { min-width: 120px; padding: 13px; border: 1px solid #d7dcdf; text-align: left; }
.vg-article-body th { background: var(--vg-ink); color: #fff; }
.vg-article-body code { padding: 2px 5px; border-radius: 5px; background: #e9ecec; font-size: .88em; }
.vg-summary { margin-bottom: 42px; padding: 24px 26px; border: 1px solid #e8ce66; border-radius: 16px; background: #fff6d2; }
.vg-summary span { display: block; margin-bottom: 10px; color: #755b00; font: 800 10px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.vg-summary p { margin: 0; color: #303a43; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: 15px; line-height: 1.7; }
.vg-ad-slot-article { margin: 42px 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-article-warning { margin: 48px 0 30px; padding: 24px 26px; border-left: 4px solid var(--vg-red); border-radius: 0 14px 14px 0; background: #f7e7e5; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-article-warning strong { color: #8d2822; font-size: 13px; }
.vg-article-warning p { margin: 8px 0 0; color: #5c4644; font-size: 13px; line-height: 1.65; }
.vg-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--vg-line); font: 11px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-tags a { padding: 6px 9px; border: 1px solid var(--vg-line); border-radius: 99px; color: var(--vg-muted); text-decoration: none; }
.vg-related { border-top: 1px solid var(--vg-line); background: #fff; }
.vg-related-grid .vg-card { grid-column: auto; }
.vg-page-layout { max-width: 920px; padding-top: 70px; padding-bottom: 110px; }
.vg-page-layout.vg-page-layout--calculator { padding-top: 20px; }
.vg-page-layout--calculator .vg-calc { margin-top: 28px; }
.vg-page-body { font-size: 17px; }
.vg-calculator-intro { margin: 0 0 26px; padding: 24px 26px; border: 1px solid #e8ce66; border-radius: 16px; background: #fff7d5; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-article-body .vg-calculator-intro h2 { margin: 0 0 12px; font-size: 27px; }
.vg-calculator-intro p { margin: 0 0 10px; color: #4f5860; font-size: 14px; line-height: 1.7; }
.vg-calculator-intro p:last-child { margin-bottom: 0; }
.vg-contact-details { max-width: 820px; overflow: hidden; border: 1px solid var(--vg-line); border-radius: 22px; background: #fff; box-shadow: 0 22px 60px rgba(12,24,36,.08); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-contact-details__head { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: center; padding: 28px 30px; background: linear-gradient(135deg,#0a1521,#17283a); color: #fff; }
.vg-contact-details__head > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: var(--vg-yellow); color: var(--vg-ink); font-size: 22px; font-weight: 900; }
.vg-contact-details__head p { margin: 0 0 5px; color: #aebbc7; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vg-contact-details__head h2 { margin: 0; color: #fff; font-size: 30px; line-height: 1.1; }
.vg-contact-details__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; }
.vg-contact-details__list > div { min-width: 0; padding: 23px 28px; border-bottom: 1px solid var(--vg-line); }
.vg-contact-details__list > div:nth-child(odd) { border-right: 1px solid var(--vg-line); }
.vg-contact-details__list > div:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
.vg-contact-details__list > div:nth-last-child(2):nth-child(odd), .vg-contact-details__list > div:last-child:nth-child(even) { border-bottom: 0; }
.vg-contact-details__list dt { color: var(--vg-muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.vg-contact-details__list dd { margin: 6px 0 0; overflow-wrap: anywhere; color: var(--vg-ink); font-size: 15px; font-weight: 750; line-height: 1.5; }
.vg-contact-details__list address { margin: 0; font: inherit; }
.vg-contact-details__list a { color: #6e5400; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(110,84,0,.32); text-underline-offset: 3px; }
.vg-contact-details__list a:hover { text-decoration-color: currentColor; }
.vg-topic-paths { margin: 44px 0 10px; padding: 25px 26px; border: 1px solid #d9dfe3; border-radius: 18px; background: linear-gradient(135deg,#f9faf9,#f1f4f3); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.vg-topic-paths > p { margin: 0 0 7px; color: #7b6400; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.vg-article-body .vg-topic-paths h2 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.vg-article-body .vg-topic-paths ul { display: grid; gap: 8px; margin: 19px 0 0; padding: 0; list-style: none; }
.vg-article-body .vg-topic-paths li { margin: 0; padding: 0; }
.vg-topic-paths a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 11px 14px; border: 1px solid #dde2e4; border-radius: 11px; background: #fff; color: var(--vg-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.vg-topic-paths a:hover { border-color: var(--vg-yellow); text-decoration: none; }
.vg-topic-paths a span { color: #8b6b00; font-size: 18px; }

/* 404 */
.vg-error-page { min-height: 680px; display: grid; place-items: center; padding: 80px 0; color: #fff; background: var(--vg-ink); text-align: center; }
.vg-error-inner { max-width: 760px; }
.vg-error-inner > span { color: var(--vg-yellow); font: 800 13px/1 ui-monospace,monospace; letter-spacing: .18em; }
.vg-error-inner h1 { margin: 20px 0 0; font-size: clamp(48px,7vw,82px); line-height: 1; letter-spacing: -.065em; }
.vg-error-inner > p { max-width: 600px; margin: 25px auto 0; color: #99a8b6; line-height: 1.7; }
.vg-error-inner .vg-search-form { margin-inline: auto; text-align: left; }
.vg-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; padding: 0 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; font-size: 13px; font-weight: 800; }
.vg-button:hover { border-color: var(--vg-yellow); color: var(--vg-yellow); }

/* Footer */
.vg-footer { background: #07101a; color: #fff; }
.vg-footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding: 70px 0 56px; }
.vg-brand-footer .vg-brand-copy small { color: #8796a6; }
.vg-footer-brand > p { max-width: 320px; margin: 22px 0 0; color: #7f8f9f; font-size: 13px; line-height: 1.65; }
.vg-footer-links { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.vg-footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.vg-footer-links strong { margin-bottom: 7px; color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.vg-footer-links a, .vg-footer-links span { color: #8c9baa; font-size: 13px; line-height: 1.45; }
.vg-footer-links a:hover { color: var(--vg-yellow); }
.vg-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.09); color: #8c9baa; font-size: 10px; letter-spacing: .03em; }

/* WordPress content helpers */
.vgp-site .alignwide { width: min(100vw - 48px,980px); max-width: none; margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.vgp-site .alignfull { width: 100vw; max-width: none; margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.vgp-site .wp-caption, .vgp-site .gallery-caption { max-width: 100%; }
.vgp-site .sticky { position: relative; }
.vgp-site .bypostauthor { position: relative; }

@media (max-width: 1080px) {
  .vg-menu { gap: 20px; }
  .vg-menu a { font-size: 13px; }
  .vg-hero-grid { gap: 42px; }
  .vg-topic-grid { grid-template-columns: repeat(2,1fr); }
  .vg-decision-grid, .vg-editorial-grid { gap: 60px; }
  .vg-article-layout { grid-template-columns: 230px minmax(0,1fr); gap: 50px; }
}

@media (max-width: 900px) {
  .vg-shell { width: min(calc(100% - 36px),var(--vg-shell)); }
  .vg-section { padding: 84px 0; }
  .vg-utility-note { display: none; }
  .vg-header-inner { height: auto; flex-wrap: wrap; padding: 14px 0; }
  .vg-nav { position: static; display: block; width: 100%; order: 4; margin: 0; padding: 10px; border: 1px solid var(--vg-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(20,31,42,.15); }
  .vgp-site[data-vgp-ready="true"] .vg-header-inner { height: 70px; flex-wrap: nowrap; padding: 0; }
  .vgp-site[data-vgp-ready="true"] .vg-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; width: auto; max-height: calc(100dvh - 118px); overflow-y: auto; overscroll-behavior: contain; order: initial; }
  .vgp-site[data-vgp-ready="true"] .vg-nav.is-open { display: block; }
  .vg-menu { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .vg-menu a { padding: 13px 12px; border-radius: 9px; }
  .vg-menu a:hover { background: #f2f3f1; }
  .vg-menu > li > a::after { display: none; }
  .vg-menu .sub-menu { position: static; display: block; margin: 0 0 0 12px; padding: 0; border: 0; box-shadow: none; }
  .vg-menu .sub-menu a { color: #6b7680; }
  .vg-menu-trigger { position: relative; display: none; width: 42px; height: 42px; border: 1px solid #cfd5da; border-radius: 11px; background: transparent; cursor: pointer; }
  .vgp-site[data-vgp-ready="true"] .vg-menu-trigger { display: block; }
  .vg-menu-trigger i { position: absolute; left: 11px; width: 18px; height: 2px; background: var(--vg-ink); transition: transform .2s ease,top .2s ease; }
  .vg-menu-trigger i:first-child { top: 15px; }
  .vg-menu-trigger i:last-child { top: 23px; }
  .vg-menu-trigger.is-open i:first-child { top: 19px; transform: rotate(45deg); }
  .vg-menu-trigger.is-open i:last-child { top: 19px; transform: rotate(-45deg); }
  .vg-hero { padding-top: 68px; }
  .vg-hero-grid { grid-template-columns: 1fr; }
  .vg-hero-copy, .vg-hero-feature { max-width: 740px; }
  .vg-hero-foot { margin-top: 55px; }
  .vg-calculator-cta { grid-template-columns: 1fr; gap: 30px; }
  .vg-calculator-cta .vg-button { justify-self: start; }
  .vg-section-heading { flex-direction: column; align-items: flex-start; gap: 20px; }
  .vg-section-heading > p { max-width: 650px; }
  .vg-article-grid { grid-template-columns: repeat(2,1fr); }
  .vg-card-lead { grid-column: span 2; }
  .vg-decision-grid, .vg-editorial-grid { grid-template-columns: 1fr; gap: 54px; }
  .vg-footer-main { grid-template-columns: 1fr; gap: 50px; }
  .vg-article-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; }
  .vg-article-aside { position: static; }
  .vg-aside-note { max-width: 560px; }
  .vg-toc { max-width: none; }
  .vg-archive-grid { grid-template-columns: repeat(2,1fr); }
  .vg-related-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 782px) {
  .admin-bar .vg-header { top: 46px; }
  .admin-bar .vg-skip-link { top: 58px; }
}

@media (max-width: 640px) {
  .vg-shell { width: min(calc(100% - 28px),var(--vg-shell)); }
  .vg-section { padding: 70px 0; }
  .vg-utility-inner { height: 30px; }
  .vg-utility { font-size: 10px; }
  .vg-brand-mark { width: 38px; height: 38px; border-radius: 10px; }
  .vg-brand-copy strong { font-size: 17px; }
  .vg-brand-copy small { font-size: 8px; }
  .vg-search-trigger { width: 42px; justify-content: center; padding: 0; }
  .vg-search-trigger span, .vg-search-trigger kbd { display: none; }
  .vg-search-trigger::before { content: ""; width: 14px; height: 14px; border: 2px solid #42505d; border-radius: 50%; }
  .vg-search-trigger::after { content: ""; width: 6px; height: 2px; margin-bottom: -14px; margin-left: -17px; background: #42505d; transform: rotate(45deg); }
  .vg-search-dialog { padding: 22px; }
  .vg-search-dialog .vg-search-form, .vg-empty-state .vg-search-form { display: grid; grid-template-columns: auto 1fr; }
  .vg-search-dialog .vg-search-form button, .vg-empty-state .vg-search-form button { grid-column: 1/-1; }
  .vg-hero { padding-top: 50px; }
  .vg-hero-copy h1 { font-size: clamp(43px,13vw,62px); }
  .vg-hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.65; }
  .vg-hero-copy .vg-search-form { display: grid; grid-template-columns: auto 1fr; margin-top: 30px; }
  .vg-hero-copy .vg-search-form button { grid-column: 1/-1; width: 100%; }
  .vg-hero-feature { border-radius: 20px; }
  .vg-feature-content { padding: 20px; }
  .vg-hero-foot { grid-template-columns: 1fr; padding: 13px 0; }
  .vg-hero-foot > div { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .vg-hero-foot > div:last-child { border-bottom: 0; }
  .vg-safety-inner { align-items: flex-start; flex-wrap: wrap; padding: 18px 0; }
  .vg-safety-inner p { flex: 1; }
  .vg-safety-inner a { width: 100%; margin-left: 47px; }
  .vg-section-heading h2, .vg-editorial-grid h2, .vg-decision-copy h2, .vg-related h2 { font-size: 40px; }
  .vg-topic-grid { grid-template-columns: 1fr; }
  .vg-front-calculator { padding: 54px 0; }
  .vg-calculator-cta { padding: 30px 24px; border-radius: 19px; }
  .vg-calculator-cta .vg-button { width: 100%; }
  .vg-topic-grid > a { min-height: 146px; }
  .vg-articles { padding-top: 70px; }
  .vg-article-grid, .vg-archive-grid, .vg-related-grid { grid-template-columns: 1fr; }
  .vg-card-lead { grid-column: auto; }
  .vg-card-lead > a { display: flex; }
  .vg-card-lead .vg-card-image { aspect-ratio: 1.5; }
  .vg-card-lead .vg-card-content { padding: 23px; }
  .vg-card-lead .vg-card-content h2, .vg-card-lead .vg-card-content h3 { font-size: 23px; }
  .vg-decision-list li { gap: 12px; }
  .vg-editorial-copy > p { font-size: 16px; }
  .vg-listing-hero, .vg-page-header { padding: 64px 0 58px; }
  .vg-listing-hero h1, .vg-page-header h1 { font-size: 47px; }
  .vg-listing-content { padding-top: 54px; padding-bottom: 80px; }
  .vg-article-header { padding: 38px 0 50px; }
  .vg-breadcrumb { margin-bottom: 35px; }
  .vg-article-header h1 { font-size: 43px; }
  .vg-article-meta { flex-direction: column; gap: 7px; }
  .vg-article-meta span + span::before { display: none; }
  .vg-article-cover { width: 100%; margin-top: 0; }
  .vg-article-cover img { border-radius: 0; }
  .vg-article-cover > p { padding: 0 14px; }
  .vg-article-layout { padding-top: 38px; padding-bottom: 75px; }
  .vg-article-body { font-size: 17px; line-height: 1.78; }
  .vg-article-body h2 { font-size: 31px; }
  .vg-article-body h3 { font-size: 24px; }
  .vg-summary { padding: 20px; }
  .vg-page-layout { padding-top: 45px; padding-bottom: 75px; }
  .vg-contact-details__head { grid-template-columns: 1fr; padding: 25px 22px; }
  .vg-contact-details__list { grid-template-columns: 1fr; }
  .vg-contact-details__list > div, .vg-contact-details__list > div:nth-child(odd), .vg-contact-details__list > div:nth-last-child(2):nth-child(odd), .vg-contact-details__list > div:last-child:nth-child(even) { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--vg-line); }
  .vg-contact-details__list > div:last-child { border-bottom: 0; }
  .vg-footer-main { padding-top: 54px; }
  .vg-footer-links { grid-template-columns: 1fr; gap: 40px; }
  .vg-footer-bottom { flex-direction: column; gap: 8px; }
  .vgp-site .alignwide { width: calc(100vw - 28px); }
}

@media (max-width: 600px) {
  .admin-bar .vg-header { top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vgp-site *, .vgp-site *::before, .vgp-site *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
