@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/literata-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/literata-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

body.vision-legacy-shell {
  --ink: #1d1b1a;
  --muted: #5b5552;
  --line: #e3dcda;
  --paper: #ffffff;
  --soft: #f8f2f0;
  --accent: #d9795c;
  --accent-dark: #00625d;
  --teal: #00625d;
  min-height: 100svh;
  padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  color: var(--ink);
  background: #fef8f6;
  font-family: "Work Sans", "Segoe UI", Arial, sans-serif;
}

.vision-legacy-shell h1,
.vision-legacy-shell h2,
.vision-legacy-shell h3 {
  color: #1d1b1a;
  font-family: "Literata", Georgia, serif;
}

.vision-legacy-shell > .site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  max-width: none;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 9px 16px;
  border-bottom: 1px solid rgba(44, 42, 41, 0.1);
  background: rgba(254, 248, 246, 0.96);
  backdrop-filter: blur(14px);
}

.vision-legacy-shell .brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #00625d;
  font-family: "Work Sans", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.vision-legacy-shell .brand-mark {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  flex: 0 0 36px;
  border-radius: 8px;
  background: #fff;
}

.vision-legacy-shell .brand > span:last-child {
  display: inline;
}

.vision-legacy-shell .brand-mark img {
  position: absolute;
  top: -2px;
  left: -8px;
  width: 52px;
  height: 52px;
  max-width: none;
}

.vision-legacy-shell .header-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vision-legacy-shell .header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 8px 13px;
  color: #fff;
  background: #00625d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.vision-legacy-shell .menu-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #e3dcda;
  border-radius: 7px;
  color: #00625d;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}

.vision-legacy-shell .menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: max-content;
  min-width: 138px;
  max-width: calc(100vw - 24px);
  padding: 6px;
  border: 1px solid #e3dcda;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(44, 42, 41, 0.14);
}

.vision-legacy-shell .menu-panel[hidden] {
  display: none !important;
}

.vision-legacy-shell .menu-panel a {
  min-height: 36px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 7px 10px;
  color: #1d1b1a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.vision-legacy-shell .menu-panel a:hover,
.vision-legacy-shell .menu-panel a:focus-visible {
  color: #00625d;
  background: #f8f2f0;
}

.vision-legacy-shell .blog-hero,
.vision-legacy-shell .release-hero,
.vision-legacy-shell .beijing-hero {
  border-color: #e3dcda;
  background: #f8f2f0;
}

.vision-legacy-shell .eyebrow,
.vision-legacy-shell .release-step strong,
.vision-legacy-shell .blog-search label {
  color: #00625d;
}

.vision-legacy-shell .article-service-cta {
  display: grid;
  gap: 7px;
  margin: 22px 0;
  border: 1px solid rgba(0, 98, 93, 0.28);
  border-left: 5px solid #00625d;
  border-radius: 8px;
  padding: 16px;
  color: #1d1b1a;
  background: #f4faf8;
  font-family: "Work Sans", "Segoe UI", Arial, sans-serif;
  text-align: left;
}

.vision-legacy-shell .article-service-cta-final {
  border-left-color: #d9795c;
  background: #fff8f6;
}

.vision-legacy-shell .article-service-cta span {
  color: #d9795c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vision-legacy-shell .article-service-cta strong {
  color: #004b47;
  font-family: "Literata", Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
}

.vision-legacy-shell .article-service-cta p {
  margin: 0;
  color: #5b5552;
  font-size: 13px;
}

.vision-legacy-shell .article-service-cta a {
  width: fit-content;
  border-radius: 7px;
  padding: 9px 12px;
  color: #fff;
  background: #00625d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.vision-legacy-shell > .site-footer {
  display: none;
}

.vision-legacy-shell .bottom-bar {
  position: fixed;
  right: 8px;
  bottom: calc(7px + env(safe-area-inset-bottom, 0px));
  left: 8px;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
  border: 1px solid rgba(44, 42, 41, 0.12);
  border-radius: 10px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(44, 42, 41, 0.16);
  backdrop-filter: blur(14px);
}

.vision-legacy-shell .bottom-bar a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #5b5552;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.vision-legacy-shell .bottom-bar a[aria-current="page"] {
  color: #004b47;
  background: #e7f0ef;
}

.vision-legacy-shell .bottom-bar a.help-link {
  color: #fff;
  background: #00625d;
}

.vision-legacy-shell .footer-inner {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.vision-legacy-shell .footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.vision-legacy-shell .footer-links a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.vision-legacy-shell .footer-brand {
  color: #fff;
  font-weight: 700;
}

.vision-legacy-shell .footer-meta {
  margin: 0;
  font-size: 12px;
}

@media (min-width: 720px) {
  body.vision-legacy-shell {
    padding-bottom: 0;
  }

  .vision-legacy-shell > .site-header {
    padding-inline: 28px;
  }

  .vision-legacy-shell > .site-footer {
    display: block;
    margin-top: 32px;
    padding: 28px;
    color: rgba(255, 255, 255, 0.75);
    background: #004b47;
  }

  .vision-legacy-shell .bottom-bar {
    display: none;
  }
}

@media (max-width: 380px) {
  .vision-legacy-shell .brand {
    font-size: 16px;
  }

  .vision-legacy-shell .header-cta {
    padding-inline: 10px;
  }
}
