﻿:root {
  --vhl-bg: #eef4f6;
  --vhl-paper: #f7fbfc;
  --vhl-ink: #1a2530;
  --vhl-muted: #5a6974;
  --vhl-line: #c5d3dc;
  --vhl-accent: #2a7f92;
  --vhl-accent-soft: #d0eaef;
  --vhl-on-accent-soft: #144a54;
  --vhl-surface: #ffffff;
  --vhl-body-grad-start: #eef4f6;
  --vhl-body-grad-end: #e4edf2;
  --vhl-spot-main-start: #f2f8fa;
  --vhl-spot-main-end: #e8f3f6;
  --vhl-spot-aside-start: #f5fafb;
  --vhl-spot-aside-end: #e9f1f5;
  --vhl-footer-bg: #e0eaf0;
  --vhl-footer-meta: #62707a;
  --vhl-overlay: rgba(26, 37, 48, 0.52);
  --vhl-frame-bg: rgba(247, 251, 252, 0.95);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(
    180deg,
    var(--vhl-body-grad-start) 0%,
    var(--vhl-body-grad-end) 100%
  );
  color: var(--vhl-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.vhl-shell {
  min-height: 100vh;
}

.vhl-frame {
  width: min(1160px, calc(100% - 34px));
  margin: 18px auto 0;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid var(--vhl-line);
  background: var(--vhl-frame-bg);
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 12px;
  align-items: center;
  position: sticky;
  top: 12px;
  z-index: 30;
}

.vhl-global-disclaimer-wrap {
  width: min(1160px, calc(100% - 34px));
  margin: 14px auto 0;
}

.vhl-hub-shell .vhl-global-disclaimer-wrap {
  width: min(980px, calc(100% - 34px));
}

.vhl-global-disclaimer {
  margin: 0;
  padding: clamp(18px, 3vw, 28px) clamp(20px, 3vw, 32px);
  border-radius: 20px;
  border: 2px solid var(--vhl-accent);
  background: linear-gradient(
    145deg,
    var(--vhl-accent-soft) 0%,
    var(--vhl-paper) 55%,
    var(--vhl-surface) 100%
  );
  color: var(--vhl-ink);
  font-size: clamp(1.02rem, 2.4vw, 1.28rem);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: 0 6px 28px rgba(26, 37, 48, 0.08);
}

.vhl-global-disclaimer strong {
  font-weight: 800;
  color: var(--vhl-on-accent-soft);
}

.vhl-global-disclaimer strong.vhl-disclaimer-age {
  display: inline-block;
  margin-left: 0.15em;
  margin-right: 0.15em;
  padding: 0.12em 0.45em;
  border-radius: 8px;
  font-size: 0.92em;
  letter-spacing: 0.04em;
  color: var(--vhl-surface);
  background: var(--vhl-ink);
}

.vhl-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.vhl-brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.vhl-brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--vhl-line);
  background: var(--vhl-surface);
}

.vhl-title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.vhl-sub {
  margin: 0;
  font-size: 0.76rem;
  color: var(--vhl-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.vhl-menu {
  justify-self: end;
  display: flex;
  gap: 12px;
  align-items: center;
}

.vhl-menu a {
  color: var(--vhl-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.vhl-menu a:hover {
  color: var(--vhl-ink);
}

.vhl-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--vhl-line);
  background: var(--vhl-surface);
  padding: 7px;
}

.vhl-menu-btn span {
  display: block;
  height: 2px;
  background: var(--vhl-ink);
  margin: 5px 0;
}

.vhl-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
}

.vhl-cta-dark {
  background: var(--vhl-ink);
  color: var(--vhl-surface);
}

.vhl-cta-light {
  border-color: var(--vhl-line);
  color: var(--vhl-ink);
  background: var(--vhl-surface);
}

.vhl-cta:hover {
  transform: translateY(-1px);
}

.vhl-spotlight,
.vhl-activity-band,
.vhl-grid-zone,
.vhl-flow,
.vhl-page-head,
.vhl-contact-grid,
.vhl-legal-stack {
  width: min(1160px, calc(100% - 34px));
  margin-left: auto;
  margin-right: auto;
}

.vhl-spotlight {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.vhl-spotlight-main,
.vhl-spot-aside,
.vhl-activity-card,
.vhl-grid-zone article,
.vhl-flow,
.vhl-contact-form,
.vhl-contact-note,
.vhl-legal-card,
.vhl-hub-intro,
.vhl-hub-item {
  border: 1px solid var(--vhl-line);
  border-radius: 24px;
  background: var(--vhl-paper);
}

.vhl-spotlight-main {
  padding: clamp(20px, 3vw, 34px);
  background: linear-gradient(
    145deg,
    var(--vhl-spot-main-start) 0%,
    var(--vhl-spot-main-end) 100%
  );
}

.vhl-tag {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.73rem;
  color: var(--vhl-accent);
  margin: 0 0 10px;
  font-weight: 800;
}

.vhl-spotlight-main h1,
.vhl-page-head h1,
.vhl-flow h2,
.vhl-hub-intro h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.vhl-spotlight-main h1 {
  font-size: clamp(1.85rem, 4vw, 3rem);
}

.vhl-spotlight-main p {
  color: var(--vhl-muted);
  max-width: 58ch;
}

.vhl-spot-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vhl-spot-aside {
  padding: 20px;
  background: linear-gradient(
    160deg,
    var(--vhl-spot-aside-start) 0%,
    var(--vhl-spot-aside-end) 100%
  );
}

.vhl-spot-aside h2 {
  margin: 0;
  font-family: "Fraunces", serif;
}

.vhl-spot-aside p {
  margin: 10px 0;
  color: var(--vhl-muted);
}

.vhl-spot-aside ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: var(--vhl-muted);
}

.vhl-activity-band {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vhl-activity-card {
  padding: 18px;
}

.vhl-activity-media {
  width: 100%;
  display: block;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid var(--vhl-line);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.vhl-activity-id {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--vhl-accent);
  font-weight: 800;
}

.vhl-activity-card h3 {
  margin: 8px 0;
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
}

.vhl-activity-card p {
  margin: 0 0 12px;
  color: var(--vhl-muted);
}

.vhl-activity-card a {
  color: var(--vhl-accent);
  font-weight: 700;
}

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

.vhl-grid-zone article {
  padding: 16px;
}

.vhl-grid-zone h3 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
}

.vhl-grid-zone p {
  margin: 0;
  color: var(--vhl-muted);
}

.vhl-flow {
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 20px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
}

.vhl-flow-list {
  display: grid;
  gap: 10px;
}

.vhl-flow-list article {
  border: 1px solid var(--vhl-line);
  border-radius: 16px;
  background: var(--vhl-surface);
  padding: 12px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
}

.vhl-flow-list span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: var(--vhl-accent-soft);
  color: var(--vhl-on-accent-soft);
}

.vhl-flow-list p {
  margin: 0;
  color: var(--vhl-muted);
}

.vhl-page-head {
  margin-top: 16px;
  padding: 18px 0 6px;
}

.vhl-page-head p {
  margin-top: 10px;
  color: var(--vhl-muted);
  max-width: 66ch;
}

.vhl-contact-grid {
  margin-top: 10px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
}

.vhl-contact-form,
.vhl-contact-note {
  padding: 18px;
}

.vhl-contact-form {
  display: grid;
  gap: 8px;
}

.vhl-contact-form label {
  font-weight: 700;
  font-size: 0.95rem;
}

.vhl-contact-form input,
.vhl-contact-form textarea {
  width: 100%;
  border: 1px solid var(--vhl-line);
  border-radius: 12px;
  padding: 10px 11px;
  font: inherit;
  color: var(--vhl-ink);
  background: var(--vhl-surface);
}

.vhl-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.vhl-check {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--vhl-muted);
  font-size: 0.92rem;
}

.vhl-check a {
  color: var(--vhl-accent);
}

.vhl-contact-note h2 {
  margin-top: 0;
  font-family: "Fraunces", serif;
}

.vhl-contact-note ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: var(--vhl-muted);
}

.vhl-toast {
  position: fixed;
  inset: 0;
  background: var(--vhl-overlay);
  display: none;
  place-items: center;
  z-index: 90;
  padding: 18px;
}

.vhl-toast.show {
  display: grid;
}

.vhl-toast-box {
  width: min(420px, 100%);
  border-radius: 18px;
  border: 1px solid var(--vhl-line);
  background: var(--vhl-surface);
  padding: 18px;
}

.vhl-toast-box h3 {
  margin: 0;
  font-family: "Fraunces", serif;
}

.vhl-toast-box p {
  margin: 8px 0 14px;
  color: var(--vhl-muted);
}

.vhl-legal-stack {
  margin-top: 10px;
  margin-bottom: 26px;
  display: grid;
  gap: 10px;
}

.vhl-legal-card {
  padding: 16px;
}

.vhl-legal-card h2 {
  margin-top: 0;
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
}

.vhl-legal-card p {
  margin-bottom: 0;
  color: var(--vhl-muted);
}

.vhl-footer {
  margin-top: 26px;
  border-top: 1px solid var(--vhl-line);
  background: var(--vhl-footer-bg);
}

.vhl-footer-main,
.vhl-footer-disc-wrap {
  width: min(1160px, calc(100% - 34px));
  margin-left: auto;
  margin-right: auto;
}

.vhl-footer-main {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 12px;
}

.vhl-footer-main h3,
.vhl-footer-col h4 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
}

.vhl-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vhl-footer-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid var(--vhl-line);
  background: var(--vhl-surface);
}

.vhl-footer-main p {
  margin: 0;
  color: var(--vhl-muted);
}

.vhl-footer-col {
  display: grid;
  gap: 6px;
}

.vhl-footer-col a {
  color: var(--vhl-muted);
}

.vhl-footer-col a:hover {
  color: var(--vhl-ink);
}

.vhl-footer-disc-wrap {
  border-top: 1px solid var(--vhl-line);
  padding: 10px 0 18px;
  display: grid;
  gap: 8px;
}

.vhl-footer-disc-wrap .lh-footer-disc {
  margin: 0;
  color: var(--vhl-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.vhl-footer-disc-wrap .lh-footer-disc a {
  color: var(--vhl-accent);
}

.vhl-footer-copy {
  color: var(--vhl-footer-meta);
  font-size: 0.84rem;
}

.vhl-hub-shell {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.vhl-hub-head,
.vhl-hub-main,
.vhl-hub-foot {
  width: min(980px, calc(100% - 34px));
  margin-left: auto;
  margin-right: auto;
}

.vhl-hub-head {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.vhl-hub-main {
  padding: 22px 0;
}

.vhl-hub-intro,
.vhl-hub-item {
  padding: 18px;
}

.vhl-hub-intro p,
.vhl-hub-item p {
  color: var(--vhl-muted);
}

.vhl-hub-list {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.vhl-hub-item h2 {
  margin-top: 0;
  font-family: "Fraunces", serif;
}

.vhl-hub-thumb {
  width: 100%;
  display: block;
  border-radius: 14px;
  margin-bottom: 12px;
  border: 1px solid var(--vhl-line);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.vhl-hub-foot {
  border-top: 1px solid var(--vhl-line);
  padding: 16px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vhl-hub-foot a {
  color: var(--vhl-muted);
}

.vhl-hub-foot a:hover {
  color: var(--vhl-ink);
}

@media (max-width: 1000px) {
  .vhl-spotlight,
  .vhl-activity-band,
  .vhl-grid-zone,
  .vhl-flow,
  .vhl-contact-grid,
  .vhl-footer-main {
    grid-template-columns: 1fr;
  }

  .vhl-frame {
    grid-template-columns: 1fr auto auto;
  }

  .vhl-frame > .vhl-cta {
    justify-self: start;
  }
}

@media (max-width: 780px) {
  .vhl-frame {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand menu-toggle"
      "deck deck";
    row-gap: 10px;
    top: 8px;
    border-radius: 18px;
  }

  .vhl-title-wrap {
    grid-area: brand;
  }

  .vhl-menu-btn {
    display: inline-block;
    grid-area: menu-toggle;
    justify-self: end;
  }

  .vhl-menu {
    display: none;
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    background: var(--vhl-surface);
    border: 1px solid var(--vhl-line);
    border-radius: 16px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .vhl-menu.open {
    display: flex;
  }

  .vhl-frame > .vhl-cta {
    grid-area: deck;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }

  .vhl-brand-mark {
    width: 48px;
    height: 48px;
  }

  .vhl-title {
    font-size: 1.02rem;
  }

  .vhl-sub {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
}
