:root {
  --paper: #f7f3ec;
  --card: #fffdf9;
  --ink: #24231f;
  --muted: #706c64;
  --line: #ded8ce;
  --terracotta: #a4472f;
  --terracotta-dark: #783221;
  --terracotta-soft: #f4dfd4;
  --green: #245b49;
  --green-soft: #dce9e2;
  --gold: #bd8c3d;
  --shell: 1240px;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(53, 37, 25, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(164,71,47,.08), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.vl-skip { position: fixed; left: 16px; top: -70px; z-index: 100; padding: 10px 16px; color: white; background: var(--terracotta); border-radius: 8px; }
.vl-skip:focus { top: 12px; }

.vl-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(120,50,33,.14); background: rgba(247,243,236,.95); backdrop-filter: blur(16px); }
.vl-header-inner { width: min(var(--shell), calc(100% - 44px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 24px; }
.vl-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.vl-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px 13px 13px 4px; color: #fff; background: linear-gradient(145deg, #bc5a3d, #84331f); box-shadow: 0 8px 20px rgba(132,51,31,.2); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 800; line-height: 1; }
.vl-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.vl-brand b { color: var(--terracotta-dark); font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: 1.28rem; letter-spacing: .14em; }
.vl-brand strong { margin-top: 5px; color: var(--green); font-size: .72rem; font-weight: 750; letter-spacing: .14em; }
.vl-portal-link { margin-left: auto; color: var(--muted); font-size: .875rem; font-weight: 650; }
.vl-portal-link:hover { color: var(--terracotta); }
.vl-lang { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--card); font-size: .78rem; }
.vl-lang span.active { color: var(--terracotta-dark); font-weight: 800; }
.vl-lang i { width: 1px; height: 13px; background: var(--line); }
.vl-nav { border-top: 1px solid rgba(120,50,33,.09); }
.vl-nav > div { width: min(var(--shell), calc(100% - 44px)); margin: auto; display: flex; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.vl-nav > div::-webkit-scrollbar { display: none; }
.vl-nav a { position: relative; flex: 0 0 auto; padding: 12px 0 13px; color: #625d55; font-size: .875rem; font-weight: 650; white-space: nowrap; }
.vl-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: transparent; }
.vl-nav a:hover, .vl-nav a.active { color: var(--terracotta-dark); }
.vl-nav a.active::after { background: var(--terracotta); }

.vl-main, .vl-footer { width: min(var(--shell), calc(100% - 44px)); margin-inline: auto; }
.vl-main { padding: 30px 0 14px; }
.vl-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 24px; padding: 38px 40px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--terracotta); border-radius: 26px; background: var(--card); box-shadow: var(--shadow); }
.vl-hero.has-image { grid-template-columns: minmax(0, 1.02fr) minmax(330px, .98fr); min-height: 420px; }
.vl-hero-copy { align-self: center; position: relative; z-index: 2; }
.vl-eyebrow { margin: 0 0 12px; color: var(--terracotta); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vl-hero h1 { max-width: 800px; margin: 0; font-family: Iowan Old Style, "Noto Serif SC", "Songti SC", Georgia, serif; font-size: clamp(2rem, 4.5vw, 4.1rem); line-height: 1.15; letter-spacing: -.045em; font-weight: 700; }
.vl-hero:not(.has-image) h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
.vl-lead { max-width: 760px; margin: 20px 0 0; color: #5e5a53; font-size: 1.02rem; line-height: 1.8; }
.vl-hero-image { position: relative; min-height: 330px; margin: 0; overflow: hidden; border-radius: 19px 19px 19px 6px; background: linear-gradient(150deg, var(--green-soft), var(--terracotta-soft)); }
.vl-hero-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.vl-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vl-hero-image figcaption { position: absolute; right: 12px; bottom: 10px; padding: 5px 9px; border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(36,35,31,.58); backdrop-filter: blur(6px); font-size: .68rem; }
.vl-now { align-self: center; min-width: 0; padding: 24px; border-left: 1px solid var(--line); }
.vl-hero.has-image .vl-now { position: absolute; left: 40px; bottom: 28px; z-index: 3; width: 250px; padding: 0; border: 0; }
.vl-now > span { display: block; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .12em; }
.vl-now strong { display: block; margin: 4px 0 0; color: var(--green); font-family: Georgia, serif; font-size: 2.2rem; line-height: 1.1; }
.vl-now small { display: block; color: var(--muted); font-size: .8rem; }
.vl-now a { display: inline-flex; margin-top: 14px; padding: 7px 11px; border-radius: 999px; color: var(--terracotta-dark); background: var(--terracotta-soft); font-size: .76rem; font-weight: 750; }

.vl-search { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; max-width: 680px; margin-top: 24px; padding: 5px 5px 5px 14px; border: 1px solid #cec6ba; border-radius: 13px; background: white; box-shadow: 0 8px 25px rgba(66,47,32,.06); }
.vl-search > span { color: var(--terracotta); font-size: 1.35rem; line-height: 1; transform: rotate(-15deg); }
.vl-search input { width: 100%; min-width: 0; padding: 10px 3px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .94rem; }
.vl-search button { padding: 10px 18px; border: 0; border-radius: 9px; color: white; background: var(--terracotta); font-size: .875rem; font-weight: 750; }
.vl-search button:hover { background: var(--terracotta-dark); }
.vl-search-result { min-height: 1.35em; margin: 7px 0 0; color: var(--muted); font-size: .78rem; }

.vl-section { margin-top: 24px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,249,.84); }
.vl-section-head { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 16px; align-items: start; margin-bottom: 23px; }
.vl-section-head > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #d7b9aa; border-radius: 50%; color: var(--terracotta); font-family: Georgia, serif; font-size: .78rem; }
.vl-section-head h2 { margin: 0; font-family: Iowan Old Style, "Noto Serif SC", "Songti SC", Georgia, serif; font-size: clamp(1.35rem, 2.5vw, 2rem); letter-spacing: -.025em; line-height: 1.3; }
.vl-section-head p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; }
.vl-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.vl-card { position: relative; min-height: 160px; padding: 20px 20px 36px; border: 1px solid var(--line); border-radius: 14px 14px 14px 5px; background: var(--card); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
a.vl-card:hover { transform: translateY(-3px); border-color: #c48670; box-shadow: 0 15px 28px rgba(80,48,31,.09); }
.vl-card-badge { display: inline-flex; padding: 3px 8px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: .67rem; font-weight: 800; letter-spacing: .04em; }
.vl-card h3 { margin: 13px 0 5px; font-size: 1rem; line-height: 1.4; }
.vl-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.vl-card-arrow { position: absolute; right: 16px; bottom: 12px; color: var(--terracotta); }
.vl-resource-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.vl-resource-row { display: grid; grid-template-columns: 40px minmax(0,1fr) auto auto; align-items: center; gap: 13px; min-height: 78px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--card); }
.vl-resource-row:hover { border-color: #c48670; background: #fffaf6; }
.vl-resource-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: white; background: var(--green); font-family: Georgia, serif; font-weight: 800; }
.vl-resource-copy { min-width: 0; }
.vl-resource-copy strong { display: block; font-size: .94rem; line-height: 1.35; }
.vl-resource-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: .76rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vl-resource-kind { padding: 4px 7px; border-radius: 999px; color: var(--terracotta-dark); background: var(--terracotta-soft); font-size: .64rem; font-weight: 800; }
.vl-resource-arrow { color: var(--terracotta); }
.vl-step-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px 24px; }
.vl-step { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.vl-step:nth-child(-n+2) { border-top: 0; }
.vl-step > span { color: var(--terracotta); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; }
.vl-step h3 { margin: 0; font-size: .96rem; }
.vl-step p { margin: 5px 0 0; color: var(--muted); font-size: .83rem; }
.vl-notes { display: grid; gap: 10px; }
.vl-note { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 12px; align-items: start; padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 8px; background: #fbf3e3; }
.vl-note > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: white; background: var(--gold); font-family: Georgia, serif; font-weight: 800; }
.vl-note p { margin: 0; color: #5f523f; font-size: .88rem; }
.vl-emergency-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.vl-emergency-card { padding: 21px; border: 1px solid #d7b6a8; border-radius: 14px; background: #fff7f2; }
.vl-emergency-card > strong { display: block; color: var(--terracotta-dark); font-family: Georgia, serif; font-size: 1.55rem; letter-spacing: .03em; }
.vl-emergency-card h3 { margin: 8px 0 4px; font-size: .95rem; }
.vl-emergency-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.vl-contact-list { display: grid; }
.vl-contact-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; align-items: center; padding: 26px; border: 1px solid #d0b4a5; border-radius: 16px; background: linear-gradient(135deg, #fff9f4, #f3e3d9); }
.vl-contact-card > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; color: white; background: var(--terracotta); font-size: 1.5rem; font-weight: 800; }
.vl-contact-card small { display: block; color: var(--muted); }
.vl-contact-card strong { display: block; color: var(--terracotta-dark); font-size: clamp(1.25rem, 3vw, 2rem); overflow-wrap: anywhere; }
.vl-contact-card p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.is-hidden { display: none !important; }

.vl-help { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 24px 28px; border-radius: var(--radius); color: white; background: var(--green); }
.vl-help div { display: flex; flex-direction: column; }
.vl-help span { color: #d9e8e1; font-size: .8rem; }
.vl-help strong { font-size: 1.1rem; }
.vl-help > a { padding: 9px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: .82rem; font-weight: 750; white-space: nowrap; }
.vl-footer { margin-top: 34px; padding: 34px 0 22px; border-top: 1px solid var(--line); }
.vl-footer-top { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 28px; }
.vl-brand.compact .vl-mark { width: 35px; height: 35px; border-radius: 11px 11px 11px 4px; font-size: 1.2rem; }
.vl-brand.compact b { font-size: 1.05rem; }
.vl-brand.compact strong { font-size: .62rem; }
.vl-footer-top p { margin: 0; color: var(--muted); font-size: .82rem; }
.vl-footer-top > a:last-child { color: var(--terracotta); font-size: .88rem; font-weight: 750; }
.vl-footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; }
.vl-footer-bottom a:hover { color: var(--terracotta); }
.vl-disclaimer { margin: 12px 0 0; color: #8a857d; font-size: .72rem; }

@media (max-width: 1050px) {
  .vl-hero.has-image { grid-template-columns: minmax(0,1fr) minmax(300px,.78fr); }
  .vl-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .vl-emergency-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 126px; }
  .vl-header-inner, .vl-nav > div, .vl-main, .vl-footer { width: min(100% - 28px, var(--shell)); }
  .vl-header-inner { min-height: 68px; gap: 13px; }
  .vl-portal-link { display: none; }
  .vl-lang { margin-left: auto; }
  .vl-nav > div { gap: 23px; }
  .vl-main { padding-top: 18px; }
  .vl-hero, .vl-hero.has-image { grid-template-columns: 1fr; padding: 27px 24px; }
  .vl-hero.has-image { min-height: 0; }
  .vl-hero-image { min-height: 280px; order: 3; }
  .vl-now, .vl-hero.has-image .vl-now { position: static; width: auto; padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); }
  .vl-now strong { font-size: 1.8rem; }
  .vl-section { padding: 25px 22px; }
  .vl-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vl-resource-list { grid-template-columns: 1fr; }
  .vl-step-list { grid-template-columns: 1fr; }
  .vl-step:nth-child(2) { border-top: 1px solid var(--line); }
  .vl-footer-top { grid-template-columns: 1fr auto; }
  .vl-footer-top p { grid-column: 1 / -1; order: 3; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .vl-brand { gap: 9px; }
  .vl-mark { width: 36px; height: 36px; font-size: 1.3rem; }
  .vl-brand b { font-size: 1.04rem; }
  .vl-brand strong { font-size: .62rem; }
  .vl-nav a { padding-block: 10px; }
  .vl-hero, .vl-section { border-radius: 16px; }
  .vl-hero { padding: 22px 17px; }
  .vl-hero h1 { font-size: 2rem; }
  .vl-lead { margin-top: 14px; font-size: .94rem; }
  .vl-search { grid-template-columns: auto minmax(0,1fr) auto; margin-top: 18px; padding-left: 10px; }
  .vl-search button { padding-inline: 12px; }
  .vl-hero-image { min-height: 215px; }
  .vl-section { margin-top: 15px; padding: 20px 15px; }
  .vl-section-head { grid-template-columns: 34px minmax(0,1fr); gap: 8px; margin-bottom: 17px; }
  .vl-section-head > span { width: 29px; height: 29px; font-size: .68rem; }
  .vl-section-head h2 { font-size: 1.25rem; }
  .vl-card-grid { grid-template-columns: 1fr; gap: 9px; }
  .vl-card { min-height: 132px; padding: 17px 17px 33px; }
  .vl-resource-row { grid-template-columns: 36px minmax(0,1fr) auto; gap: 10px; }
  .vl-resource-icon { width: 36px; height: 36px; }
  .vl-resource-kind { display: none; }
  .vl-resource-copy small { white-space: normal; }
  .vl-step { grid-template-columns: 43px minmax(0,1fr); gap: 9px; }
  .vl-emergency-grid { grid-template-columns: 1fr; }
  .vl-help { align-items: flex-start; padding: 20px; flex-direction: column; }
  .vl-footer-top { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; }
  .vl-footer-bottom { flex-direction: column; }
  .vl-contact-card { grid-template-columns: 46px minmax(0,1fr); gap: 12px; padding: 20px 15px; }
  .vl-contact-card > span { width: 46px; height: 46px; }
}

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