/*
Theme Name: Ibiza4All Azulejo (ibiza4all.com)
Template: granja-travel
Description: Brand direction 6A "Azulejo — Mediterranean Tile" for ibiza4all.com. Cobalt, azure, bougainvillea and gold on whitewash — bold, sunlit, hand-crafted, evoking Mediterranean tilework. First multi-language site in the network (Catalan/Spanish/English/Dutch via Polylang). See design/ibiza4all-handoff/README.md — colors/type/header/hero are final (hifi); everything below the hero is inherited minimally from the parent until layouts/cards are decided. Wordmark rendered in the "solid" cobalt variant (one of the brand's own sanctioned variants) rather than the two-tone "Ibiza[pink period]" lockup, since the parent theme's shared header markup renders the site name as a single plain text node with no per-character styling hook — changing that would mean editing shared markup for one brand's cosmetic detail.
Author: Granja
Version: 1.0.0
Text Domain: ibiza4all-azulejo
*/

:root {
  --g-primary: #D6417B;      /* Bougainvillea */
  --g-dark: #17539E;         /* Cobalt */
  --g-secondary: #F4C84A;    /* Gold */
  --g-bg: #F6F1E7;           /* Whitewash */
  --g-ink: #655F52;
  --g-muted: #7C7566;
  --g-nav-text: #3C4A5E;
  --g-border: rgba(23, 83, 158, .1);

  --g-hero-overlay-from: transparent;
  --g-hero-overlay-to: rgba(15, 44, 82, .55);
  --g-hero-text: #F6F1E7;
  --g-hero-subtext: #E4EDF4;
  --g-placeholder-a: #DCE6EC;
  --g-placeholder-b: #EAD9E2;

  --g-font-display: 'DM Serif Display', serif;
  --g-font-body: 'Figtree', sans-serif;
  --g-font-mono: 'DM Mono', monospace;
  --g-heading-weight: 400;
  --g-nav-weight: 600;
}

/* Heavier hero wash per the hifi spec: azure glow top-left + cobalt-navy fade to the bottom */
.g-hero__overlay {
  background:
    radial-gradient(90% 120% at 12% -10%, rgba(42, 166, 196, .5), transparent 52%),
    linear-gradient(180deg, transparent 34%, rgba(15, 44, 82, .55));
}
