/*
Theme Name: Transylvania Carpathia (transylvania.fr)
Template: granja-travel
Description: Brand direction 3B "Carpathia — Gothic Legend" for transylvania.fr. Oxblood, antique gold, charcoal, parchment. First dark-themed site in the network — tokens are inverted from the parent's light-theme defaults (e.g. --g-dark and --g-ink hold LIGHT values here, since they drive text color on a dark ground). See design/limassol-transylvania-handoff/README.md for the full spec — colors/type/header/hero are final (hifi); everything below the hero is inherited minimally from the parent until layouts/cards are decided.
Author: Granja
Version: 1.0.1
Text Domain: transylvania-fr-carpathia
*/

:root {
  --g-primary: #7B1E2B;      /* Oxblood */
  --g-dark: #EDE4D0;         /* Parchment — used for headings/wordmark on this dark ground */
  --g-secondary: #1E1915;    /* Panel — submenu hover / disclosure bg, kept dark; gold stays reserved for hairlines */
  --g-bg: #14110F;           /* Charcoal */
  --g-ink: #C9BCA2;          /* Body text on dark */
  --g-muted: #9A8E78;
  --g-nav-text: #B8AC94;
  --g-border: rgba(176, 141, 76, .25); /* Antique-gold hairline */

  --g-hero-overlay-from: transparent;
  --g-hero-overlay-to: rgba(12, 10, 9, .85);
  --g-hero-text: #EDE4D0;
  --g-hero-subtext: #C9BCA2;
  --g-placeholder-a: #241E19;
  --g-placeholder-b: #1A1512;

  --g-font-display: 'Cinzel', serif;
  --g-font-body: 'EB Garamond', serif;
  --g-font-mono: 'JetBrains Mono', monospace;
  --g-heading-weight: 700;
  --g-nav-weight: 500;
}

/* Carved-caps wordmark lockup (header/clean context — the blackletter treatment is reserved for atmospheric hero lockups only, never nav/body, per handoff) */
.g-wordmark {
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-left: .08em;
}

/* Heavier, moodier hero overlay per handoff (radial oxblood glow + linear charcoal fade) */
.g-hero__overlay {
  background:
    radial-gradient(90% 120% at 30% 0%, rgba(123, 30, 43, .4), transparent 55%),
    linear-gradient(180deg, transparent 20%, rgba(12, 10, 9, .85));
}

/* Oxblood submenu hover reads as gold-on-panel, not gold-on-gold; keep CTA legible in Outfit against the gothic serifs */
.g-nav .sub-menu a:hover { color: var(--g-dark); }
.g-cta { font-family: 'Outfit', sans-serif; font-weight: 600; }
