:root {
  --vg-ink: #101417;
  --vg-soft-paper: #f7f4ed;
  --vg-limestone: #e5ded1;
  --vg-river-jade: #0e6f5c;
  --vg-deep-river-blue: #173b56;
  --vg-quiet-gold: #b98739;
  --vg-quiet-gold-text: #765017;
  --vg-clay-coral: #c95f4a;
  --vg-white: #ffffff;
  --vg-border: rgba(16, 20, 23, .14);
  --vg-shadow: 0 28px 80px rgba(16, 20, 23, .12);
  --vg-radius: 8px;
  --vg-content: 760px;
  --vg-wide: 1180px;
}

body {
  color: var(--vg-ink);
  background: var(--vg-soft-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.home .site-content {
  display: block;
}

.home.separate-containers .site-main,
.home.separate-containers .inside-article {
  margin: 0;
}

.home.separate-containers .inside-article {
  padding: 0;
  background: transparent;
}

.home .entry-content {
  margin-top: 0;
}

.home .entry-content > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.vg-display {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.vg-section {
  padding: clamp(56px, 8vw, 112px) 24px;
}

.vg-wrap {
  width: min(100% - 48px, var(--vg-wide));
  margin-inline: auto;
}

.vg-content {
  width: min(100% - 48px, var(--vg-content));
  margin-inline: auto;
}

a.vg-button,
.wp-block-button.vg-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: var(--vg-radius);
  border: 1px solid transparent;
  background: var(--vg-river-jade);
  color: var(--vg-white);
  font-weight: 750;
  text-decoration: none;
}

a.vg-button:hover,
a.vg-button:focus-visible,
.wp-block-button.vg-button .wp-block-button__link:hover,
.wp-block-button.vg-button .wp-block-button__link:focus-visible {
  background: #0a5b4c;
  color: var(--vg-white);
}

a.vg-button:focus-visible,
.wp-block-button.vg-button .wp-block-button__link:focus-visible {
  outline: 3px solid var(--vg-deep-river-blue);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(247, 244, 237, .95);
}

a.vg-button-secondary,
.wp-block-button.vg-button-secondary .wp-block-button__link {
  background: transparent;
  color: var(--vg-ink);
  border-color: rgba(16, 20, 23, .25);
}

a.vg-button-secondary:hover,
a.vg-button-secondary:focus-visible,
.wp-block-button.vg-button-secondary .wp-block-button__link:hover,
.wp-block-button.vg-button-secondary .wp-block-button__link:focus-visible {
  background: var(--vg-ink);
  color: var(--vg-white);
}

a.vg-button-secondary:focus-visible,
.wp-block-button.vg-button-secondary .wp-block-button__link:focus-visible {
  outline: 3px solid var(--vg-deep-river-blue);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .95);
}

.vg-hero .wp-block-button.vg-button-secondary .wp-block-button__link {
  color: var(--vg-white);
  border-color: rgba(255, 255, 255, .5);
}

.vg-hero .wp-block-button.vg-button-secondary .wp-block-button__link:hover,
.vg-hero .wp-block-button.vg-button-secondary .wp-block-button__link:focus-visible {
  background: var(--vg-white);
  color: var(--vg-ink);
}

.vg-kicker {
  color: var(--vg-quiet-gold-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vg-hero {
  min-height: min(760px, 100svh);
  position: relative;
  display: grid;
  align-items: end;
  color: var(--vg-white);
  background:
    linear-gradient(105deg, rgba(16, 20, 23, .96), rgba(23, 59, 86, .78) 58%, rgba(14, 111, 92, .68)),
    linear-gradient(180deg, #173b56 0%, #101417 100%);
  overflow: hidden;
}

.vg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .18) 62%, rgba(0, 0, 0, .42));
}

.vg-hero-media-wrap {
  position: absolute;
  inset: 0;
  margin: 0;
}

.vg-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
}

.vg-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding: 120px 0 72px;
}

.vg-hero-brand {
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 104px);
  line-height: .92;
  font-family: Georgia, "Times New Roman", serif;
}

.vg-hero-copy {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}

.vg-image-credit {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  text-decoration: none;
}

.vg-image-credit:hover,
.vg-image-credit:focus-visible {
  color: var(--vg-white);
  text-decoration: underline;
}

.vg-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vg-quick-verdict,
.vg-source-block,
.vg-at-a-glance,
.vg-recommendation-row {
  border: 1px solid var(--vg-border);
  border-radius: var(--vg-radius);
  background: var(--vg-white);
  padding: 24px;
}

.vg-quick-verdict h2,
.vg-source-block h2,
.vg-at-a-glance h2,
.vg-recommendation-row h2 {
  margin-top: 0;
}

.vg-decision-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--vg-white);
}

.vg-decision-table th,
.vg-decision-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--vg-border);
  text-align: left;
  vertical-align: top;
}

.vg-timeline {
  display: grid;
  gap: 18px;
}

.vg-timeline-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--vg-border);
}

.vg-day {
  color: var(--vg-river-jade);
  font-weight: 850;
}

.site-header {
  border-bottom: 1px solid rgba(16, 20, 23, .1);
  background: rgba(247, 244, 237, .96);
}

.main-navigation,
.main-navigation ul ul {
  background: var(--vg-soft-paper);
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle {
  color: var(--vg-ink);
  font-weight: 720;
  letter-spacing: 0;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: var(--vg-river-jade);
  background: transparent;
}

.page:not(.home) .site-content {
  padding: clamp(36px, 5vw, 72px) 24px;
}

.page:not(.home) .inside-article {
  max-width: var(--vg-wide);
  margin-inline: auto;
  background: transparent;
}

.page:not(.home) .entry-title {
  max-width: 760px;
  margin-inline: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.page:not(.home) .entry-content {
  max-width: 100%;
}

.vg-hub-hero {
  max-width: 760px;
  margin: 0 auto clamp(36px, 6vw, 64px);
}

.vg-hub-lede {
  color: rgba(16, 20, 23, .76);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.vg-hub-section {
  width: min(100%, var(--vg-wide));
  margin: clamp(36px, 6vw, 64px) auto 0;
}

.vg-hub-section > h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.vg-hub-section > p {
  max-width: 760px;
  color: rgba(16, 20, 23, .76);
}

.vg-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.vg-hub-grid.vg-hub-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vg-hub-card,
.vg-hub-note,
.vg-next-action {
  border: 1px solid var(--vg-border);
  border-radius: var(--vg-radius);
  background: var(--vg-white);
  padding: 22px;
}

.vg-hub-card h3,
.vg-hub-note h3,
.vg-next-action h2 {
  margin-top: 0;
}

.vg-hub-card p,
.vg-hub-note p,
.vg-next-action p {
  color: rgba(16, 20, 23, .76);
}

.vg-hub-card a,
.vg-next-action a {
  color: var(--vg-river-jade);
  font-weight: 780;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vg-feature-list,
.vg-check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.vg-feature-list li,
.vg-check-list li {
  padding-left: 4px;
}

.vg-hub-note {
  max-width: 760px;
  margin: 28px 0 0;
  border-left: 4px solid var(--vg-quiet-gold);
}

.vg-next-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(36px, 6vw, 64px);
  background: var(--vg-ink);
  color: var(--vg-white);
}

.vg-next-action p {
  color: rgba(255, 255, 255, .78);
}

.vg-next-action a {
  color: var(--vg-white);
}

.site-footer {
  background: var(--vg-ink);
}

.vg-footer {
  color: var(--vg-white);
  background: var(--vg-ink);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.vg-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .7fr));
  gap: clamp(28px, 5vw, 64px);
  width: min(100% - 48px, var(--vg-wide));
  margin-inline: auto;
  padding: clamp(48px, 7vw, 88px) 0 34px;
}

.vg-footer-brand p,
.vg-footer-bottom p {
  color: rgba(255, 255, 255, .76);
}

.vg-footer-logo {
  margin: 0 0 14px;
  color: var(--vg-white) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.vg-footer-brand p:not(.vg-footer-logo) {
  max-width: 420px;
  margin: 0;
  line-height: 1.62;
}

.vg-footer-nav h2 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vg-footer-menu {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vg-footer-menu a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: rgba(255, 255, 255, .74);
  text-decoration: none;
}

.vg-footer-menu a:hover,
.vg-footer-menu a:focus-visible {
  color: var(--vg-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vg-footer-menu a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .86);
  outline-offset: 4px;
}

.vg-footer-bottom {
  width: min(100% - 48px, var(--vg-wide));
  margin-inline: auto;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.vg-footer-bottom p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 900px) {
  .vg-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vg-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .vg-wrap,
  .vg-content,
  .vg-hero-inner {
    width: min(100% - 32px, var(--vg-wide));
  }

  .vg-hero {
    min-height: 640px;
  }

  .vg-image-credit {
    right: 16px;
    bottom: 12px;
  }

  .vg-timeline-item {
    grid-template-columns: 1fr;
  }

  .vg-decision-table,
  .vg-decision-table tbody,
  .vg-decision-table tr,
  .vg-decision-table td {
    display: block;
    width: 100%;
  }

  .vg-decision-table {
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }

  .vg-decision-table thead {
    display: none;
  }

  .vg-decision-table tr {
    overflow: hidden;
    border: 1px solid var(--vg-border);
    border-radius: var(--vg-radius);
    background: var(--vg-white);
  }

  .vg-decision-table tr + tr {
    margin-top: 12px;
  }

  .vg-decision-table td {
    display: grid;
    gap: 6px;
  }

  .vg-decision-table td::before {
    content: attr(data-label);
    color: var(--vg-quiet-gold-text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .vg-decision-table td:last-child {
    border-bottom: 0;
  }

  .page:not(.home) .site-content {
    padding: 24px 16px 48px;
  }

  .page:not(.home) .inside-article {
    background: transparent;
  }

  .vg-hub-grid,
  .vg-hub-grid.vg-hub-grid-two {
    grid-template-columns: 1fr;
  }

  .vg-next-action {
    display: block;
  }

  .vg-footer-inner {
    grid-template-columns: 1fr;
    width: min(100% - 32px, var(--vg-wide));
  }

  .vg-footer-bottom {
    width: min(100% - 32px, var(--vg-wide));
  }
}
