/*! @brand/cidade-jardim v1.0.0 — Cidade Jardim / AL'DORA — verde-floresta + dourado-champanhe */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

[data-brand="cidade-jardim"] {
  /* Colors */
  --primary: #1B3A2E;            /* verde-floresta profundo */
  --primary-hover: #14291F;
  --on-primary: #F5F1E8;
  --accent: #C9A66B;             /* dourado-champanhe */
  --accent-hover: #B08F55;
  --on-accent: #1A1A1A;
  --cta: #1B3A2E;
  --cta-hover: #14291F;
  --on-cta: #F5F1E8;

  --bg: #F5F1E8;                  /* off-white quente */
  --surface: #FFFFFF;
  --surface-hover: #EDE7D8;
  --surface-glass: rgba(255,255,255,0.7);
  --fg: #1A1A1A;                  /* carvão */
  --fg-muted: #5C5C56;
  --fg-subtle: #9A9A92;
  --border: #E5DFD0;
  --border-strong: #CFC8B5;
  --input-bg: #FFFFFF;

  --success: #4A7C59;
  --warning: #C9A66B;
  --danger:  #8B2E2E;
  --focus-ring: rgba(201,166,107,0.45);

  /* Typography — editorial */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', SFMono-Regular, monospace;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-display: 600;
  --leading-display: 1.1;
  --leading-body: 1.65;

  --text-xs:  12px;
  --text-sm:  14px;
  --text-base:16px;
  --text-lg:  19px;
  --text-xl:  22px;
  --text-2xl: 28px;
  --text-3xl: 36px;
  --text-4xl: 48px;
  --text-6xl: 72px;

  /* Spacing — generoso (1.5x) */
  --space-1: 6px;
  --space-2: 12px;
  --space-3: 18px;
  --space-4: 24px;
  --space-5: 30px;
  --space-6: 36px;
  --space-8: 48px;
  --space-12: 72px;
  --space-16: 96px;
  --space-20: 120px;

  /* Radii — austero */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-card: 6px;
  --radius-btn: 2px;
  --radius-input: 4px;
  --radius-full: 9999px;

  --btn-px: 28px;
  --btn-py: 14px;
  --btn-tracking: 0.08em;
  --input-px: 16px;
  --input-py: 14px;
  --card-padding: 36px;

  /* Motion — slow & elegant */
  --motion-fast: 250ms;
  --motion-base: 380ms;
  --motion-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* Shadows — quase ausentes */
  --shadow-card:       0 1px 2px rgba(27,58,46,0.04);
  --shadow-card-hover: 0 4px 16px rgba(27,58,46,0.08);
  --shadow-md: 0 2px 4px rgba(27,58,46,0.05);
  --shadow-lg: 0 8px 24px rgba(27,58,46,0.08);
  --shadow-xl: 0 16px 48px rgba(27,58,46,0.10);

  --hero-py: 140px;
  --hero-align: left;
  color-scheme: light;
}

/* Refinamentos editoriais específicos */
[data-brand="cidade-jardim"] .b-btn { text-transform: uppercase; font-size: 13px; }
[data-brand="cidade-jardim"] h1, [data-brand="cidade-jardim"] h2 { letter-spacing: -0.01em; font-weight: 500; }
[data-brand="cidade-jardim"] .b-hero__eyebrow { letter-spacing: 0.25em; color: var(--accent); }
