/* ============================================================
   FOUNDRY VTT (fv-*)
   ============================================================ */

.fv-page {
  --paper:   var(--parchment-lightest);
  --paper-2: var(--parchment-light);
  --paper-3: var(--parchment);
  --line:    #d6cbb8;
  --ink-2:   #3a3026;
  --ink-3:   #6b5a44;

  --display: var(--font-display);
  --body:    var(--font-body);
  --accent:  var(--font-accent);
  --mono:    var(--font-mono, ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace);

  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  position: relative;
}
.fv-page::before {
  content: ""; position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(120,90,55,0.04), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(120,90,55,0.04), transparent 60%);
}
.fv-page > * { position: relative; z-index: 1; }
:where(.fv-page a) { color: inherit; text-decoration: none; }

/* Hero */
.fv-hero {
  position: relative; overflow: hidden;
  background: var(--ink); color: var(--paper);
}
.fv-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.55) saturate(0.9);
}
.fv-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,16,12,0.55) 0%, rgba(20,16,12,0.65) 50%, rgba(20,16,12,0.95) 100%);
}
.fv-hero__inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
  padding: 110px 40px 110px;
  text-align: center;
}
.fv-hero__kicker {
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  display: inline-flex; align-items: center; gap: 14px;
}
.fv-hero__kicker::before { content: ""; width: 50px; height: 1px; background: var(--gold); }
.fv-hero__kicker::after { content: ""; width: 50px; height: 1px; background: var(--gold); }
.fv-hero__h {
  font-family: var(--display);
  font-size: 76px; line-height: 0.98; letter-spacing: -0.01em;
  font-weight: 500;
  margin: 0 0 22px;
  color: var(--paper);
  text-wrap: balance;
}
.fv-hero__h em { font-family: var(--accent); font-style: italic; color: var(--gold); font-weight: 400; }
.fv-hero__sub {
  font-size: 20px;
  color: rgba(245,240,232,0.94);
  line-height: 1.55;
  margin: 0 auto 32px;
  max-width: 720px;
  font-style: italic;
  text-wrap: pretty;
}
.fv-hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.fv-btn-primary {
  background: var(--paper); color: var(--ink);
  font-family: var(--display); font-size: 12.5px;
  letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  padding: 16px 24px;
  display: inline-flex; align-items: center; gap: 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
.fv-btn-primary:hover { background: var(--gold); color: var(--ink); }
.fv-btn-primary .arrow { font-family: var(--body); font-style: italic; border-left: 1px solid rgba(26,22,18,0.25); padding-left: 14px; }
.fv-btn-pat {
  background: var(--patreon); color: var(--paper);
  font-family: var(--display); font-size: 12.5px;
  letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  padding: 16px 24px;
  display: inline-flex; align-items: center; gap: 14px;
  border: 1px solid var(--patreon);
}
.fv-btn-pat:hover { background: var(--patreon-dark); border-color: var(--patreon-dark); color: var(--paper); }
.fv-hero__note {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(245,240,232,0.7);
  margin: 0; max-width: 540px; margin: 0 auto;
}

/* Content */
.fv-content-wrap { background: var(--paper); }
.fv-content {
  max-width: 780px; margin: 0 auto;
  padding: 80px 40px;
}
.fv-content__body { font-size: 18px; line-height: 1.7; color: var(--ink-2); }
.fv-content__body h2, .fv-content__body h3 {
  font-family: var(--display); color: var(--ink);
  margin: 36px 0 14px; font-weight: 500;
  line-height: 1.2;
}
.fv-content__body h2 { font-size: 32px; }
.fv-content__body h3 { font-size: 24px; }
.fv-content__body p { margin: 16px 0; text-wrap: pretty; }
.fv-content__body a { color: var(--rouge); text-decoration: underline; text-underline-offset: 2px; }
.fv-content__body strong { color: var(--ink); font-weight: 600; }
.fv-content__body ul, .fv-content__body ol { padding-left: 24px; margin: 16px 0; }
.fv-content__body li { padding: 6px 0; }
.fv-content__body img { max-width: 100%; height: auto; display: block; margin: 28px auto; border: 1px solid var(--line); }

/* Pitch / Patreon bridge */
.fv-pitch {
  background: var(--ink); color: var(--paper);
  position: relative; overflow: hidden;
}
.fv-pitch::before {
  content: ""; position: absolute;
  right: -120px; top: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(176,56,56,0.18), transparent 65%);
  pointer-events: none;
}
.fv-pitch__inner {
  position: relative; z-index: 1;
  max-width: 880px; margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}
.fv-pitch__kicker {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--patreon); font-weight: 600;
  margin-bottom: 16px;
  display: inline-flex; align-items: center; gap: 10px;
}
.fv-pitch__kicker::before { content: ""; width: 28px; height: 1px; background: var(--patreon); }
.fv-pitch__h {
  font-family: var(--display); font-size: 40px;
  line-height: 1.08; font-weight: 500;
  margin: 0 0 18px; color: var(--paper);
}
.fv-pitch__h em { font-family: var(--accent); font-style: italic; color: var(--gold); font-weight: 400; }
.fv-pitch__p {
  font-size: 17px; color: rgba(245,240,232,0.85);
  line-height: 1.55;
  margin: 0 auto 28px; max-width: 640px;
  text-wrap: pretty;
}
.fv-pitch__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }

@media (max-width: 700px) {
  .fv-hero__inner { padding: 80px 22px 80px; }
  .fv-hero__h { font-size: 44px; }
  .fv-content { padding: 56px 22px; }
  .fv-pitch__inner { padding: 56px 22px; }
}
