:root {
  --vg-ink: #12241c;
  --vg-forest: #1b6b4a;
  --vg-leaf: #2f9e6d;
  --vg-berry: #c2185b;
  --vg-berry-deep: #8e1243;
  --vg-cyan: #00b7a8;
  --vg-cream: #f3faf5;
  --vg-mist: #e4f3ea;
  --vg-paper: #ffffff;
  --vg-muted: #5c7368;
  --vg-line: rgba(27, 107, 74, 0.16);
  --vg-shadow: 0 18px 40px rgba(18, 36, 28, 0.12);
  --vg-radius: 18px;
  --vg-font: "Outfit", sans-serif;
  --vg-display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--vg-font);
  color: var(--vg-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 183, 168, 0.12), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(194, 24, 91, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fcf8 0%, var(--vg-cream) 48%, #eef8f1 100%);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--vg-forest); text-decoration: none; }
a:hover { color: var(--vg-berry); }
h1, h2, h3 {
  font-family: var(--vg-display);
  line-height: 1.2;
  margin: 0 0 0.6em;
}
p { margin: 0 0 1em; }
.vg-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.vg-frame { min-height: 100vh; display: flex; flex-direction: column; }
.vg-main { flex: 1; }

/* Header: brand row + chip nav below (differs from peer sites) */
.vg-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 252, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--vg-line);
}
.vg-top-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0 8px;
}
.vg-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  min-width: 0;
  flex: 1;
}
.vg-brand img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(27, 107, 74, 0.18);
}
.vg-brand-text { display: flex; flex-direction: column; min-width: 0; }
.vg-brand-text strong {
  font-size: clamp(0.95rem, 2.4vw, 1.15rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vg-brand-text em {
  font-style: normal;
  color: var(--vg-muted);
  font-size: 0.82rem;
}
.vg-market-jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vg-berry), #e91e63);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(194, 24, 91, 0.28);
  animation: vgPulse 2.8s ease-in-out infinite;
}
.vg-market-jump.is-current,
.vg-market-jump:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
@keyframes vgPulse {
  0%, 100% { box-shadow: 0 10px 24px rgba(194, 24, 91, 0.28); }
  50% { box-shadow: 0 12px 30px rgba(194, 24, 91, 0.42); }
}
.vg-burger {
  display: none;
  border: 0;
  background: var(--vg-mist);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: var(--vg-forest);
  font-size: 1.1rem;
  cursor: pointer;
}
.vg-chips {
  border-top: 1px dashed var(--vg-line);
  padding: 8px 0 12px;
}
.vg-chips ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vg-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid transparent;
  color: var(--vg-ink);
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.2s ease;
}
.vg-chip:hover { border-color: var(--vg-leaf); color: var(--vg-forest); }
.vg-chip.is-current {
  background: var(--vg-forest);
  color: #fff;
}
.vg-chip-market {
  background: linear-gradient(135deg, #ffe8f0, #fff);
  border-color: rgba(194, 24, 91, 0.25);
  color: var(--vg-berry-deep);
}
.vg-chip-market.is-current {
  background: linear-gradient(135deg, var(--vg-berry), #e91e63);
  color: #fff;
}

/* Page skins for menu differentiation */
.vg-tone-home .vg-chips { background: linear-gradient(90deg, rgba(0,183,168,.08), transparent); }
.vg-tone-firm .vg-chips { background: linear-gradient(90deg, rgba(27,107,74,.1), transparent); }
.vg-tone-orchard .vg-chips { background: linear-gradient(90deg, rgba(194,24,91,.08), transparent); }
.vg-tone-contact .vg-chips { background: linear-gradient(90deg, rgba(47,158,109,.1), transparent); }
.vg-tone-market .vg-chips { background: linear-gradient(90deg, rgba(194,24,91,.12), transparent); }

.vg-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--vg-mist);
  color: var(--vg-forest);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vg-lead { font-size: 1.08rem; color: var(--vg-muted); max-width: 52ch; }
.vg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.vg-btn-leaf { background: var(--vg-forest); color: #fff; }
.vg-btn-berry { background: var(--vg-berry); color: #fff; }
.vg-btn-market {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vg-berry), #e91e63 55%, #ff5a8a);
  color: #fff !important;
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(194, 24, 91, 0.35);
  animation: vgPulse 2.8s ease-in-out infinite;
  flex: 0 0 auto;
  white-space: nowrap;
}
.vg-btn-market:hover {
  filter: brightness(1.06);
  transform: translateY(-2px) scale(1.02);
  color: #fff !important;
}
.vg-btn-market i { font-size: 1.15em; }
.vg-market-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background:
    linear-gradient(120deg, #fff7fa 0%, #ffffff 48%, #fff0f5 100%);
  border-color: rgba(194, 24, 91, 0.28);
}
.vg-market-call-copy { flex: 1; min-width: 0; }
.vg-market-call-copy h2 { color: var(--vg-berry-deep); }
.vg-market-call-copy p { margin-bottom: 0; }
.vg-btn-ghost {
  background: #fff;
  color: var(--vg-forest);
  border: 1px solid var(--vg-line);
}
.vg-playbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.vg-store-badge img {
  height: 52px;
  width: auto;
  transition: transform 0.2s ease;
}
.vg-store-badge:hover img { transform: translateY(-2px) scale(1.03); }

/* Full-bleed landing band */
.vg-landing {
  position: relative;
  min-height: min(78vh, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--vg-line);
}
.vg-landing-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vg-landing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: vgDrift 18s ease-in-out infinite alternate;
}
@keyframes vgDrift {
  from { transform: scale(1.02) translateY(0); }
  to { transform: scale(1.06) translateY(-1.5%); }
}
.vg-landing-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 28, 20, 0.78) 8%, rgba(10, 28, 20, 0.35) 55%, rgba(10, 28, 20, 0.15) 100%),
    linear-gradient(180deg, transparent 35%, rgba(10, 28, 20, 0.55) 100%);
}
.vg-landing-copy {
  position: relative;
  z-index: 1;
  padding: 64px 0 48px;
  color: #fff;
  max-width: 640px;
}
.vg-landing-copy .vg-tag {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
.vg-landing-copy h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 12px;
}
.vg-landing-copy .vg-lead { color: rgba(255,255,255,0.88); }

.vg-section { padding: 48px 0; }
.vg-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); }

/* Bento home */
.vg-bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}
.vg-panel {
  background: var(--vg-paper);
  border: 1px solid var(--vg-line);
  border-radius: var(--vg-radius);
  padding: 22px;
  box-shadow: var(--vg-shadow);
}
.vg-panel.wide { grid-column: 1 / -1; }
.vg-panel.tall { min-height: 100%; }
.vg-panel h2, .vg-panel h3 { color: var(--vg-forest); }
.vg-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-top: 8px;
}
.vg-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.vg-gallery img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--vg-shadow);
  transition: transform 0.25s ease;
}
.vg-gallery img:hover { transform: translateY(-4px); }
.vg-quote {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 5px solid var(--vg-cyan);
  background: linear-gradient(90deg, rgba(0,183,168,0.12), transparent);
  border-radius: 0 16px 16px 0;
  color: var(--vg-muted);
  font-size: 1.05rem;
}

/* Firm page: sticky image + stacked narrative */
.vg-firm-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.vg-firm-visual {
  position: sticky;
  top: 140px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--vg-shadow);
}
.vg-firm-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.vg-advantage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0;
}
.vg-advantage article {
  background: var(--vg-mist);
  border-radius: 14px;
  padding: 14px 16px;
}
.vg-advantage h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  color: var(--vg-berry-deep);
}
.vg-culture {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.vg-culture span {
  background: #fff;
  border: 1px solid var(--vg-line);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
}

/* Orchard / game page */
.vg-orchard-top {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}
.vg-game-seal {
  width: 220px;
  height: 220px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--vg-shadow);
  border: 4px solid #fff;
}
.vg-game-seal img { width: 100%; height: 100%; object-fit: cover; }
.vg-feature-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.vg-feature {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--vg-line);
  border-radius: 18px;
  padding: 18px;
  min-height: 180px;
}
.vg-feature i {
  font-size: 1.4rem;
  color: var(--vg-cyan);
  margin-bottom: 10px;
}
.vg-feature h3 { font-size: 1.1rem; color: var(--vg-forest); }
.vg-shot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
.vg-shot-grid img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  border-radius: 16px;
}
.vg-shot-grid img:first-child {
  grid-row: 1 / span 2;
  min-height: 340px;
}

/* Contact */
.vg-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}
.vg-contact-cards {
  display: grid;
  gap: 12px;
}
.vg-contact-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--vg-line);
  border-radius: 16px;
  padding: 16px 18px;
}
.vg-contact-card i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--vg-mist);
  color: var(--vg-forest);
  flex: 0 0 auto;
}
.vg-contact-card h3 { margin: 0 0 4px; font-size: 1rem; }
.vg-contact-photo {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--vg-shadow);
  min-height: 100%;
}
.vg-contact-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

/* Market */
.vg-market-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 20px;
}
.vg-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff1f4;
  border: 1px solid rgba(194, 24, 91, 0.25);
  color: var(--vg-berry-deep);
  margin-bottom: 16px;
}
.vg-currency {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 12px 0 18px;
}
.vg-currency-btn {
  border: 1px solid var(--vg-line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.vg-currency-btn.is-on {
  background: var(--vg-forest);
  color: #fff;
  border-color: var(--vg-forest);
}
.vg-coin-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.vg-coin {
  background: linear-gradient(180deg, #fff, #f4fff8);
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: var(--vg-shadow);
}
.vg-coin:hover { transform: translateY(-3px); }
.vg-coin.is-on {
  border-color: var(--vg-berry);
  background: linear-gradient(180deg, #fff7fa, #fff);
}
.vg-coin img {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.vg-coin-title { font-weight: 800; margin-bottom: 4px; }
.vg-coin-price { color: var(--vg-berry-deep); font-weight: 700; }
.vg-order-desk {
  background: #12241c;
  color: #eaf7ef;
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--vg-shadow);
}
.vg-order-desk h2 { color: #fff; }
.vg-field { margin-bottom: 14px; }
.vg-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.92rem;
}
.vg-field input[type="text"],
.vg-field input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font: inherit;
}
.vg-field input[readonly] { opacity: 0.85; }
.vg-picked {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0,183,168,0.16);
  font-weight: 700;
}
.vg-pay-list { display: grid; gap: 8px; }
.vg-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid transparent;
  cursor: pointer;
}
.vg-pay.is-on {
  border-color: var(--vg-cyan);
  background: rgba(0,183,168,0.18);
}
.vg-pay.is-show { opacity: 0.55; cursor: default; }
.vg-pay input { accent-color: var(--vg-cyan); }
.vg-agree {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.92rem;
}
.vg-agree a { color: #9af0e4; }
.vg-err { color: #ffb4c8; font-size: 0.85rem; min-height: 1.1em; display: block; margin-top: 4px; }
.vg-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.vg-load, .vg-empty {
  padding: 28px;
  text-align: center;
  color: var(--vg-muted);
  background: #fff;
  border-radius: 16px;
  border: 1px dashed var(--vg-line);
}
.vg-order-desk .vg-btn { width: 100%; margin-top: 8px; }

/* Confirm / result pages */
.vg-stub {
  max-width: 640px;
  margin: 40px auto;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--vg-shadow);
  border: 1px solid var(--vg-line);
}
.vg-stub-top {
  padding: 22px;
  background: linear-gradient(135deg, var(--vg-forest), #146049);
  color: #fff;
}
.vg-stub table {
  width: 100%;
  border-collapse: collapse;
}
.vg-stub th, .vg-stub td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--vg-line);
  text-align: left;
}
.vg-stub th { width: 38%; color: var(--vg-muted); font-weight: 600; }
.vg-total { color: var(--vg-berry-deep); font-weight: 800; font-size: 1.1rem; }
.vg-count {
  font-family: var(--vg-display);
  font-size: 2.4rem;
  color: var(--vg-forest);
  margin: 8px 0 14px;
}
.vg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.vg-result {
  max-width: 620px;
  margin: 48px auto;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  padding: 36px 24px;
  box-shadow: var(--vg-shadow);
}
.vg-result i { font-size: 3rem; margin-bottom: 12px; }
.vg-result.ok i { color: var(--vg-leaf); }
.vg-result.bad i { color: var(--vg-berry); }
.vg-result .vg-actions { justify-content: center; }

/* Footer ribbon (4 zones) */
.vg-foot {
  margin-top: 40px;
  background: #0f1f18;
  color: #d7ebe1;
  padding: 36px 0 18px;
}
.vg-foot a { color: #b7e0cf; }
.vg-foot a:hover { color: #fff; }
.vg-foot-ribbon {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr 0.9fr;
  gap: 22px;
}
.vg-foot-zone h2 {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8fbfab;
  margin-bottom: 12px;
}
.vg-foot-zone ul { list-style: none; margin: 0; padding: 0; }
.vg-foot-zone li { margin-bottom: 8px; }
.vg-foot-brand img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  margin-bottom: 10px;
  background: #fff;
}
.vg-foot-brand p { margin: 0; font-weight: 700; color: #fff; }
.vg-foot-brand span { color: #8fbfab; font-size: 0.9rem; }
.vg-foot-reach li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.vg-foot-reach i { margin-top: 4px; color: var(--vg-cyan); }
.vg-foot-market {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--vg-berry);
  color: #fff !important;
  font-weight: 700;
}
.vg-foot-bar {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.9rem;
  color: #8fbfab;
}

@media (max-width: 960px) {
  .vg-bento,
  .vg-firm-layout,
  .vg-orchard-top,
  .vg-contact-grid,
  .vg-foot-ribbon,
  .vg-shot-grid {
    grid-template-columns: 1fr;
  }
  .vg-firm-visual { position: static; }
  .vg-gallery { grid-template-columns: repeat(2, 1fr); }
  .vg-shot-grid img:first-child {
    grid-row: auto;
    min-height: 220px;
  }
  .vg-game-seal { width: 140px; height: 140px; border-radius: 28px; }
  .vg-orchard-top { grid-template-columns: 140px 1fr; }
}

@media (max-width: 760px) {
  .vg-market-call {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .vg-btn-market {
    width: 100%;
    padding: 16px 20px;
    font-size: 1.05rem;
  }
  .vg-burger { display: inline-grid; place-items: center; }
  .vg-chips {
    display: none;
    padding-bottom: 14px;
  }
  .vg-chips.is-open { display: block; }
  .vg-chips ul { flex-direction: column; }
  .vg-chip { width: 100%; justify-content: flex-start; }
  .vg-landing { min-height: 70vh; }
  .vg-landing-shade {
    background:
      linear-gradient(180deg, rgba(10, 28, 20, 0.35) 0%, rgba(10, 28, 20, 0.82) 100%);
  }
  .vg-advantage { grid-template-columns: 1fr; }
  .vg-brand-text strong { font-size: 0.92rem; }
}
