:root{--vg_wine:#1e0d18;--vg_line:#3a2030;--vg_radius:8px;--vg_text:#f5ede0;--vg_card:#2a1224;--vg_gold:#c9a96e;--vg_bg:#120a10;--vg_gold2:#b8914e;--vg_light:#c9a96e;--vg_muted:#9a8070}
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body.vg-body{font-family:Georgia,'Times New Roman',serif;line-height:1.7;background:var(--vg_bg);color:var(--vg_text);user-select:auto;outline-offset:0}
.vg-wrap{max-width:1100px;padding:0 24px;margin:0 auto}
.vg-sec__narrow{max-width:760px;padding:0 24px;margin:0 auto}
/* NAV */
.vg-mast{background:rgba(18,10,16,.98);z-index:100;top:0;border-bottom:1px solid var(--vg_line);position:sticky}
.vg-mast__inner{align-items:center;gap:20px;display:flex;height:64px}
.vg-brand{display:flex;align-items:center}
.vg-logo{width:auto;height:36px}
.vg-logo-txt{color:var(--vg_gold);font-family:Georgia,serif;font-size:1.3rem;letter-spacing:.06em;font-weight:700}
.vg-nav{display:flex;justify-content:center;flex:1;gap:8px}
.vg-nav__a{border-radius:4px;color:var(--vg_muted);text-decoration:none;font-size:.85rem;padding:6px 14px;transition:color .2s;font-family:-apple-system,sans-serif}
.vg-nav__a:hover,.vg-nav__a[aria-current]{color:var(--vg_gold)}
.vg-mast__side{gap:8px;display:flex}
.vg-ham{cursor:pointer;flex-direction:column;border:none;padding:8px;background:none;display:none;gap:5px}
.vg-ham span{background:var(--vg_muted);border-radius:1px;width:22px;height:1px;display:block}
.vg-mob-drop{padding:16px 0;border-bottom:1px solid var(--vg_line);background:var(--vg_wine)}
.vg-mob-nav{flex-direction:column;display:flex}
.vg-mob-nav a{padding:12px 0;text-decoration:none;font-size:.92rem;color:var(--vg_text);border-bottom:1px solid var(--vg_line)}
/* BUTTONS */
.vg-btn{white-space:nowrap;letter-spacing:.04em;font-weight:600;align-items:center;justify-content:center;font-size:.88rem;font-family:-apple-system,sans-serif;padding:9px 22px;display:inline-flex;text-decoration:none;transition:all .2s;cursor:pointer;border-radius:var(--vg_radius);border:1px solid transparent}
.vg-btn--gold{background:var(--vg_gold);color:#120a10;border-color:var(--vg_gold)}
.vg-btn--gold:hover{background:var(--vg_gold2);border-color:var(--vg_gold2)}
.vg-btn--ghost{background:transparent;border-color:var(--vg_line);color:var(--vg_gold)}
.vg-btn--ghost:hover{border-color:var(--vg_gold)}
.vg-btn--outline{color:var(--vg_text);border-color:var(--vg_muted);background:transparent}
.vg-btn--outline:hover{border-color:var(--vg_text)}
.vg-btn--outline-gold{background:transparent;color:var(--vg_gold);border-color:var(--vg_gold)}
.vg-btn--outline-gold:hover{background:rgba(201,169,110,.08)}
.vg-btn--lg{font-size:.95rem;padding:12px 28px}
.vg-btn--xl{font-size:1.05rem;padding:15px 36px}
.vg-btn--blk{width:100%;text-align:center;display:block}
/* HERO */
.vg-hero{background:var(--vg_wine);padding:80px 0 70px;border-bottom:1px solid var(--vg_line)}
.vg-hero__center{text-align:center;margin:0 auto;max-width:720px}
.vg-hero__ornament{font-size:2rem;color:var(--vg_gold);margin-bottom:12px;display:block;opacity:.6}
.vg-hero__tagline{font-family:-apple-system,sans-serif;text-transform:uppercase;margin-bottom:16px;display:block;font-size:.8rem;color:var(--vg_gold);letter-spacing:.2em}
.vg-hero__h1{margin-bottom:16px;line-height:1.2;font-weight:700;color:var(--vg_text);font-size:2.8rem}
.vg-hero__sub{font-size:1.05rem;margin-bottom:28px;color:var(--vg_muted)}
.vg-hero__ctas{margin-bottom:24px;gap:14px;display:flex;flex-wrap:wrap;justify-content:center}
.vg-hero__trust{flex-wrap:wrap;display:flex;justify-content:center;gap:20px}
.vg-hero__trust span{color:var(--vg_muted);font-size:.78rem;font-family:-apple-system,sans-serif}
/* SECTIONS */
.vg-sec{padding:72px 0}
.vg-sec--wine{background:var(--vg_wine)}
.vg-sec__hd{margin-bottom:44px;text-align:center}
.vg-eyebrow{margin-bottom:10px;letter-spacing:.18em;font-family:-apple-system,sans-serif;color:var(--vg_gold);font-size:.74rem;display:inline-block;text-transform:uppercase}
.vg-sec__hd h2{font-size:2rem;font-weight:700}
/* ABOUT */
.vg-about-prose{line-height:1.85;text-align:center;font-size:.98rem;color:var(--vg_muted)}
/* MAGAZINE FEATURES */
.vg-mag-features{flex-direction:column;display:flex;gap:0}
.vg-mag-feat{align-items:flex-start;padding:28px 0;border-bottom:1px solid var(--vg_line);display:flex;gap:24px}
.vg-mag-feat:last-child{border-bottom:none}
.vg-mag-feat__num{font-size:3.5rem;min-width:80px;line-height:1;font-family:Georgia,serif;opacity:.25;font-weight:700;color:var(--vg_gold)}
.vg-mag-feat__body h3{margin-bottom:6px;font-size:1.1rem;color:var(--vg_text);font-weight:700}
.vg-mag-feat__body p{line-height:1.7;font-family:-apple-system,sans-serif;font-size:.88rem;color:var(--vg_muted)}
/* GAME SHOWCASE */
.vg-game-showcase{gap:16px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}
.vg-game-fig{border-radius:10px;transition:border-color .2s;text-align:center;background:var(--vg_wine);border:1px solid var(--vg_line);padding:20px 12px}
.vg-game-fig:hover{border-color:var(--vg_gold)}
.vg-game-fig__icon{font-size:2rem;margin-bottom:10px}
.vg-game-fig figcaption{color:var(--vg_muted);font-family:-apple-system,sans-serif;font-size:.78rem}
/* RIBBON CARDS */
.vg-ribbon-grid{grid-template-columns:1.4fr 1fr 1fr;gap:20px;display:grid}
.vg-ribbon-card{overflow:hidden;border:1px solid var(--vg_line);border-radius:12px;padding:28px 24px;position:relative;flex-direction:column;display:flex;background:var(--vg_card)}
.vg-ribbon-card--featured{border-color:var(--vg_gold)}
.vg-ribbon{right:-22px;transform:rotate(35deg);font-weight:700;background:var(--vg_gold);position:absolute;font-size:.68rem;letter-spacing:.08em;font-family:-apple-system,sans-serif;color:#120a10;padding:3px 32px;top:14px}
.vg-ribbon-card__pct{font-weight:700;font-size:2.8rem;line-height:1;font-family:Georgia,serif;margin-bottom:10px;color:var(--vg_gold)}
.vg-ribbon-card h3{margin-bottom:8px;font-size:1rem;font-weight:700}
.vg-ribbon-card p{flex:1;color:var(--vg_muted);line-height:1.6;font-family:-apple-system,sans-serif;font-size:.85rem}
/* VERTICAL LINE STEPS */
.vg-vline-steps{position:relative;padding-left:28px}
.vg-vline-steps::before{background:var(--vg_line);position:absolute;content:'';left:8px;top:10px;width:1px;bottom:10px}
.vg-vline-step{padding-bottom:28px;position:relative}
.vg-vline-step:last-child{padding-bottom:0}
.vg-vline-step__dot{top:4px;position:absolute;border:3px solid var(--vg_bg);border-radius:50%;height:16px;width:16px;background:var(--vg_gold);left:-24px}
.vg-vline-step__body h3{font-weight:700;font-size:.95rem;margin-bottom:4px}
.vg-vline-step__body p{font-family:-apple-system,sans-serif;font-size:.85rem;color:var(--vg_muted)}
/* QUOTE GRID */
.vg-quote-grid{gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}
.vg-quote-fig{padding:28px;border-radius:12px;border:1px solid var(--vg_line);background:var(--vg_card)}
.vg-quote-mark{font-size:3rem;margin-bottom:8px;color:var(--vg_gold);font-family:Georgia,serif;line-height:.8;opacity:.5;display:block}
.vg-quote-fig blockquote{margin-bottom:12px;color:var(--vg_muted);font-size:.9rem;line-height:1.75}
.vg-quote-fig figcaption{font-family:-apple-system,sans-serif;color:var(--vg_text);font-weight:600;font-size:.82rem}
.vg-quote-fig figcaption span{color:var(--vg_muted);margin-left:6px;font-weight:400}
/* PAYMENT LOGO GRID */
.vg-pm-logo-grid{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}
.vg-pm-logo{display:flex;justify-content:center;min-width:90px;padding:14px 20px;align-items:center;border:1px solid var(--vg_line);border-radius:8px;background:var(--vg_wine);min-height:54px}
.vg-pm-logo img{height:26px;filter:brightness(0) invert(1) opacity(.6);width:auto;object-fit:contain}
.vg-pm-logo span{font-size:.8rem;color:var(--vg_muted);font-family:-apple-system,sans-serif}
/* ELEGANT FAQ */
.vg-faq-elegant{flex-direction:column;gap:0;display:flex}
.vg-faq-row{border-bottom:1px solid var(--vg_line);padding:20px 0}
.vg-faq-row:last-child{border-bottom:none}
.vg-faq-row dt{color:var(--vg_text);font-size:.95rem;font-weight:700;margin-bottom:8px}
.vg-faq-row dd{margin:0;font-size:.87rem;color:var(--vg_muted);font-family:-apple-system,sans-serif;line-height:1.7}
/* CURTAIN CTA */
.vg-curtain{background:linear-gradient(135deg,var(--vg_wine) 0%,#2a1224 100%);padding:72px 0;text-align:center;border-top:1px solid var(--vg_line)}
.vg-curtain__inner{display:flex;flex-direction:column;gap:16px;align-items:center}
.vg-curtain__ornament{letter-spacing:.8em;color:var(--vg_gold);font-size:1rem;opacity:.5}
.vg-curtain__inner h2{font-weight:700;font-size:2.2rem;max-width:600px}
.vg-curtain__inner p{color:var(--vg_muted);font-size:.95rem;font-family:-apple-system,sans-serif}
/* FOOTER */
.vg-footer{background:var(--vg_wine);border-top:1px solid var(--vg_line);padding:44px 0 22px}
.vg-footer__grid{margin-bottom:28px;grid-template-columns:2fr 1fr 1fr;display:grid;gap:36px}
.vg-footer__logo{height:30px;margin-bottom:10px;width:auto;display:block}
.vg-footer__tagline{font-size:.85rem;color:var(--vg_muted);line-height:1.7}
.vg-footer__colttl{font-size:.72rem;margin-bottom:10px;font-family:-apple-system,sans-serif;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:var(--vg_gold)}
.vg-footer__links{display:flex;gap:6px;flex-direction:column}
.vg-footer__links a,.vg-footer__email{font-family:-apple-system,sans-serif;text-decoration:none;color:var(--vg_muted);font-size:.83rem}
.vg-footer__links a:hover,.vg-footer__email:hover{color:var(--vg_text)}
.vg-footer__addr{color:var(--vg_muted);display:block;font-size:.8rem;font-family:-apple-system,sans-serif;line-height:1.5;font-style:normal;margin-top:6px}
.vg-footer__bottom{border-top:1px solid var(--vg_line);display:flex;flex-wrap:wrap;padding-top:14px;justify-content:space-between;gap:8px 24px}
.vg-footer__bottom span{font-family:-apple-system,sans-serif;color:var(--vg_muted);font-size:.74rem}
/* STICKY CTA */
.sf-sticky-cta{padding:10px 24px;position:fixed;left:0;align-items:center;background:var(--vg_wine);z-index:200;display:flex;justify-content:space-between;gap:12px;right:0;bottom:0;border-top:1px solid var(--vg_gold)}
.sf-sticky-cta__meta strong{color:var(--vg_text);font-size:.9rem}
.sf-sticky-cta__meta span{font-size:.76rem;color:var(--vg_muted);display:block;font-family:-apple-system,sans-serif}
.sf-sticky-cta__button{text-decoration:none;color:rgba(18,10,16,1);font-family:-apple-system,sans-serif;background:var(--vg_gold);cursor:pointer;border:none;font-weight:600;border-radius:var(--vg_radius);font-size:.88rem;padding:10px 22px}
@media(max-width:880px){.vg-nav,.vg-mast__side{display:none}.vg-ham{display:flex}.vg-ribbon-grid{grid-template-columns:1fr}.vg-footer__grid{grid-template-columns:1fr}}
@media(max-width:540px){.vg-hero__h1{font-size:1.9rem}.vg-mag-feat{gap:0;flex-direction:column}.vg-mag-feat__num{font-size:2.5rem}}
.vg-hero__logo{margin-bottom:16px;display:block;width:auto;height:64px}
