*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #070E20;
  font-family: 'DM Sans', sans-serif;
  color: #F4EFE6;
}
a { color: inherit; text-decoration: none; }
a:hover { color: #C8601A; }
img { max-width: 100%; }

.vg-container { max-width: 1200px; margin: 0 auto; }

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroBadge {
  from { opacity: 0; transform: translateX(-16px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes lineGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.vg-fade { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease, transform 0.75s ease; }
.vg-fade.visible { opacity: 1; transform: translateY(0); }

/* ═══ NAV ═══ */
#vg-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 64px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.vg-wordmark { display: flex; align-items: baseline; gap: 8px; }
.vg-wordmark-first { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 22px; color: #F4EFE6; letter-spacing: 0.01em; }
.vg-wordmark-last { font-family: 'Cormorant SC', serif; font-weight: 400; font-size: 15px; color: #F4EFE6; letter-spacing: 0.22em; }
.vg-nav-links { display: flex; gap: 40px; align-items: center; }
.vg-nav-links a {
  font-family: 'Cormorant SC', serif; font-size: 10.5px; letter-spacing: 0.22em;
  color: #9B9488; transition: color 0.2s;
}
.vg-nav-links a:hover { color: #F4EFE6; }
.vg-nav-cta {
  padding: 10px 22px; border: 1px solid rgba(200,96,26,0.6); color: #C8601A !important;
  transition: all 0.25s;
}
.vg-nav-cta:hover { background: #C8601A; color: #070E20 !important; border-color: #C8601A; }

/* ═══ HERO ═══ */
.vg-hero {
  min-height: 100vh; background: #070E20;
  display: flex; align-items: center; padding: 120px 64px 80px;
  position: relative; overflow: hidden;
}
.vg-hero-bg {
  position: absolute; top: 0; right: 0; width: 50%; height: 100%;
  background: radial-gradient(ellipse at 80% 40%, rgba(14,27,58,0.8) 0%, transparent 70%);
  pointer-events: none;
}
.vg-hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
  position: relative;
}
.vg-hero-left { display: flex; flex-direction: column; gap: 20px; }
.vg-hero-badge {
  display: flex; align-items: center; gap: 14px;
  animation: heroBadge 0.8s cubic-bezier(0.22,1,0.36,1) both;
}
.vg-hero-badge-line {
  width: 28px; height: 1px; background: #C8601A; transform-origin: left;
  animation: lineGrow 0.6s ease 0.3s both;
}
.vg-hero-badge span { font-family: 'Cormorant SC', serif; font-size: 10.5px; letter-spacing: 0.28em; color: #C8601A; }
.vg-hero-title {
  font-family: 'Cormorant Garamond', serif; line-height: 0.88; letter-spacing: -0.02em; color: #F4EFE6;
  animation: heroFadeUp 1s cubic-bezier(0.22,1,0.36,1) 0.15s both;
}
.vg-hero-title em { display: block; font-style: italic; font-weight: 300; font-size: 100px; }
.vg-hero-title span { display: block; font-family: 'Cormorant SC', serif; font-style: normal; font-weight: 400; font-size: 76px; letter-spacing: 0.06em; }
.vg-hero-rule {
  width: 52px; height: 1px; background: #C8601A;
  animation: lineGrow 0.8s ease 0.5s both; transform-origin: left;
}
.vg-hero-kicker {
  font-family: 'Cormorant SC', serif; font-size: 11.5px; letter-spacing: 0.2em; color: #7A7060; line-height: 2;
  animation: heroFadeUp 0.9s ease 0.35s both;
}
.vg-hero-lede {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 21px;
  color: #B8A88E; line-height: 1.65; max-width: 500px;
  animation: heroFadeUp 0.9s ease 0.5s both;
}
.vg-hero-actions {
  display: flex; gap: 14px; align-items: center; margin-top: 12px;
  animation: heroFadeUp 0.9s ease 0.65s both;
}
.vg-btn {
  font-family: 'Cormorant SC', serif; font-size: 10.5px; letter-spacing: 0.22em;
  padding: 14px 32px; transition: all 0.25s; display: inline-block;
}
.vg-btn-solid { background: #C8601A; color: #F4EFE6; }
.vg-btn-solid:hover { background: #B05218; color: #F4EFE6; }
.vg-btn-outline { border: 1px solid rgba(244,239,230,0.25); color: #F4EFE6; }
.vg-btn-outline:hover { border-color: rgba(244,239,230,0.7); color: #F4EFE6; }

.vg-hero-right {
  display: flex; flex-direction: column; align-items: flex-end; gap: 16px;
  animation: heroFadeUp 1.1s cubic-bezier(0.22,1,0.36,1) 0.4s both;
}
.vg-hero-cover { width: 280px; height: 420px; position: relative; transition: transform 0.3s ease; }
.vg-hero-cover:hover { transform: translateY(-4px); }
.vg-hero-cover-frame {
  position: absolute; top: -10px; left: -10px; right: 10px; bottom: 10px;
  border: 1px solid rgba(200,96,26,0.2); pointer-events: none;
}
.vg-hero-cover img { width: 280px; height: 420px; object-fit: cover; display: block; }
.vg-hero-strip { display: flex; gap: 8px; align-items: flex-end; }
.vg-hero-strip img { width: 52px; height: 78px; object-fit: cover; opacity: 0.6; transition: opacity 0.2s; }
.vg-hero-strip img:hover { opacity: 1; }
.vg-hero-strip span { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.22em; color: #4A4438; align-self: flex-end; padding-bottom: 4px; padding-left: 4px; }

.vg-hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0.4; }
.vg-hero-scroll div { width: 1px; height: 40px; background: linear-gradient(to bottom, transparent, #C8601A); }

/* ═══ shared eyebrow / rules ═══ */
.vg-eyebrow { display: flex; align-items: center; gap: 14px; }
.vg-eyebrow-line { width: 28px; height: 1px; background: #C8601A; }
.vg-eyebrow span { font-family: 'Cormorant SC', serif; font-size: 10.5px; letter-spacing: 0.28em; color: #C8601A; }
.vg-rule-short { width: 40px; height: 1px; background: #C8601A; }
.vg-h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 48px; line-height: 1.1; color: #0E1B3A; letter-spacing: -0.01em; }
.vg-h2-light { color: #F4EFE6; }
.vg-divider { height: 1px; background: rgba(244,239,230,0.07); }

/* ═══ ABOUT ═══ */
.vg-about { background: #F4EFE6; padding: 120px 64px; color: #1A1410; }
.vg-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.vg-about-bio { display: flex; flex-direction: column; gap: 28px; }
.vg-about-bio p { font-size: 16px; line-height: 1.8; color: #3A3228; font-weight: 300; }
.vg-about-work { display: flex; flex-direction: column; gap: 28px; }

.vg-featured-article { border-left: 2px solid #C8601A; padding: 16px 20px; background: rgba(200,96,26,0.04); }
.vg-featured-tag { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.22em; color: #C8601A; margin-bottom: 8px; }
.vg-featured-title { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: #1A1410; line-height: 1.45; font-weight: 400; }
.vg-featured-desc { font-size: 13px; color: #7A6E60; margin-top: 6px; font-weight: 300; line-height: 1.6; }

.vg-article-list { display: flex; flex-direction: column; gap: 0; }
.vg-article { padding: 14px 0; border-top: 1px solid rgba(14,27,58,0.1); }
.vg-article-source { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.2em; color: #9B8870; }
.vg-article-title { font-size: 14px; color: #2A2018; margin-top: 4px; line-height: 1.5; font-weight: 400; }

.vg-education { padding: 20px 0; border-top: 1px solid rgba(14,27,58,0.1); }
.vg-education-tag { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.22em; color: #6B5E50; }
.vg-education-name { font-size: 15px; color: #1A1410; margin-top: 8px; font-weight: 400; }

/* ═══ BOOKS ═══ */
.vg-books { background: #0E1B3A; padding: 120px 64px; color: #F4EFE6; }
.vg-books-inner { display: flex; flex-direction: column; gap: 80px; }

.vg-standalone { display: flex; flex-direction: column; gap: 20px; }
.vg-trilogy-kicker { font-family: 'Cormorant SC', serif; font-size: 9.5px; letter-spacing: 0.25em; }
.vg-trilogy-kicker-blue { color: #5A6B8A; }
.vg-standalone-row { display: flex; gap: 40px; align-items: flex-start; }
.vg-standalone-cover { flex-shrink: 0; width: 180px; height: 270px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.vg-standalone-cover:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.vg-standalone-cover img { width: 180px; height: 270px; object-fit: cover; display: block; }
.vg-standalone-copy { display: flex; flex-direction: column; gap: 14px; padding-top: 8px; max-width: 480px; }
.vg-book-tag { font-family: 'Cormorant SC', serif; font-size: 9.5px; letter-spacing: 0.22em; color: #C8601A; }
.vg-book-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 400; line-height: 1.15; color: #F4EFE6; }
.vg-book-subtitle { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: #8A9DB8; line-height: 1.5; font-weight: 300; }
.vg-book-desc { font-size: 14px; color: #7A8A9C; line-height: 1.7; font-weight: 300; }
.vg-book-link { font-family: 'Cormorant SC', serif; font-size: 10px; letter-spacing: 0.22em; color: #C8601A; margin-top: 8px; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
.vg-book-link:hover { gap: 14px; color: #C8601A; }

.vg-trilogy { display: flex; flex-direction: column; gap: 32px; }
.vg-trilogy-header { display: flex; align-items: center; gap: 20px; }
.vg-trilogy-header div { flex: 1; height: 1px; }
.vg-trilogy-header span { font-family: 'Cormorant SC', serif; font-size: 10px; letter-spacing: 0.3em; white-space: nowrap; }
.vg-trilogy-header-gold div { background: rgba(201,160,48,0.3); }
.vg-trilogy-header-gold span { color: #C9A030; }
.vg-trilogy-header-orange div { background: rgba(200,96,26,0.3); }
.vg-trilogy-header-orange span { color: #C8601A; }

.vg-trilogy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.vg-trilogy-book { display: flex; flex-direction: column; gap: 14px; transition: transform 0.3s ease; }
.vg-trilogy-book:hover { transform: translateY(-4px); }
.vg-trilogy-book img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.vg-trilogy-book img:hover { transform: scale(1.02); }
.vg-book-num { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.22em; }
.vg-gold { color: #C9A030; }
.vg-orange { color: #C8601A; }
.vg-book-title-sm { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; line-height: 1.25; color: #F4EFE6; }
.vg-book-subtitle-sm { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: #6A7D9B; line-height: 1.5; font-weight: 300; }
.vg-book-link-sm { font-family: 'Cormorant SC', serif; font-size: 9.5px; letter-spacing: 0.2em; color: #C8601A; transition: opacity 0.2s; }
.vg-book-link-sm:hover { opacity: 0.7; color: #C8601A; }

/* ═══ FOCUS ═══ */
.vg-focus { background: #F4EFE6; padding: 120px 64px; color: #1A1410; }
.vg-focus-inner { display: flex; flex-direction: column; gap: 64px; }
.vg-focus-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 48px; }
.vg-focus-card { display: flex; flex-direction: column; gap: 20px; padding-top: 8px; border-top: 1px solid rgba(14,27,58,0.12); }
.vg-focus-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #0E1B3A; line-height: 1.2; }
.vg-focus-card p { font-size: 14px; color: #5A4E40; line-height: 1.7; font-weight: 300; }

/* ═══ SPEAKING ═══ */
.vg-speaking { background: #070E20; padding: 120px 64px; color: #F4EFE6; }
.vg-speaking-inner { display: flex; flex-direction: column; gap: 64px; }
.vg-speaking-head { display: flex; align-items: flex-start; justify-content: space-between; }
.vg-speaking-head-left { display: flex; flex-direction: column; gap: 16px; }
.vg-book-talk { border: 1px solid rgba(200,96,26,0.5); color: #C8601A; margin-top: 48px; }
.vg-book-talk:hover { background: #C8601A; color: #070E20; border-color: #C8601A; }

.vg-speaking-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(244,239,230,0.06); }
.vg-speaking-card { background: #070E20; padding: 40px 36px; display: flex; flex-direction: column; gap: 16px; border: 1px dashed rgba(244,239,230,0.1); }
.vg-speaking-card span { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.25em; color: #3A4A62; }
.vg-speaking-card p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: #4A5A74; line-height: 1.5; }

/* ═══ CONTACT ═══ */
.vg-contact { background: #0E1B3A; padding: 100px 64px 80px; color: #F4EFE6; }
.vg-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.vg-contact-h2 { margin-top: 24px; margin-bottom: 24px; }
.vg-contact-lede { font-size: 15px; color: #7A8A9C; line-height: 1.8; font-weight: 300; }
.vg-contact-details { display: flex; flex-direction: column; gap: 32px; padding-top: 8px; }
.vg-contact-item { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(244,239,230,0.1); padding-top: 28px; }
.vg-contact-item span { font-family: 'Cormorant SC', serif; font-size: 9.5px; letter-spacing: 0.22em; color: #4A5A72; }
.vg-contact-item a { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #F4EFE6; transition: color 0.2s; }
.vg-contact-item a:hover { color: #C8601A; }
.vg-contact-item p { font-size: 15px; color: #6A7A8C; font-weight: 300; line-height: 1.7; }

.vg-footer {
  max-width: 1200px; margin: 80px auto 0; padding-top: 40px;
  border-top: 1px solid rgba(244,239,230,0.08);
  display: flex; justify-content: space-between; align-items: center;
}
.vg-footer-wordmark .vg-wordmark-first { font-size: 18px; color: #3A4A62; }
.vg-footer-wordmark .vg-wordmark-last { font-size: 13px; color: #3A4A62; }
.vg-footer-copy { font-family: 'Cormorant SC', serif; font-size: 9px; letter-spacing: 0.2em; color: #2A3A52; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 980px) {
  #vg-nav { padding: 0 24px; }
  .vg-nav-links { gap: 20px; }
  .vg-hero, .vg-about, .vg-books, .vg-focus, .vg-speaking, .vg-contact { padding-left: 24px; padding-right: 24px; }
  .vg-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .vg-hero-right { align-items: flex-start; }
  .vg-hero-title em { font-size: 64px; }
  .vg-hero-title span { font-size: 44px; }
  .vg-about-grid, .vg-contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .vg-focus-grid { grid-template-columns: repeat(2,1fr); }
  .vg-trilogy-grid { grid-template-columns: 1fr; }
  .vg-speaking-grid { grid-template-columns: 1fr; }
  .vg-standalone-row { flex-direction: column; }
}
@media (max-width: 620px) {
  .vg-nav-links a:not(.vg-nav-cta) { display: none; }
  .vg-focus-grid { grid-template-columns: 1fr; }
  .vg-footer { flex-direction: column; gap: 16px; align-items: flex-start; }
}
