:root {
    /* ===== 2026 CRAFT BREWERY PALETTE ===== */

    /* Brand Colors - warmer, richer */
    --color-rust: #a55141;
    --color-rust-light: #c06a58;
    --color-rust-dark: #8a3d30;
    --color-teal: #6eb8b3;
    --color-teal-light: #8ecec9;
    --color-teal-dark: #4e9994;
    --color-gold: #c8a24e;
    --color-gold-light: #d4af5a;
    --color-gold-dark: #a8883e;
    --color-amber: #d4752e;
    --color-dark: #2a221c;
    --color-dark-lighter: #3a3028;
    --color-dark-card: #322a22;
    --color-cream: #f5f0e8;
    --color-cream-dark: #e0d5c4;

    /* Text Colors - warm off-whites */
    --text-primary: #f5f0e8;
    --text-secondary: #c0b5a6;
    --text-muted: #8a7f72;
    --text-dark: #1a1410;

    /* Backgrounds - LIGHTENED warm dark surfaces */
    --bg-primary: #241e18;
    --bg-secondary: #2c2520;
    --bg-tertiary: #342c24;
    --bg-card: rgba(255, 255, 255, 0.05);
    --bg-card-solid: #302820;
    --bg-overlay: rgba(36, 30, 24, 0.88);

    /* Glass effects */
    --glass-bg: rgba(255, 255, 255, 0.06);
    --glass-border: rgba(255, 255, 255, 0.10);
    --glass-bg-hover: rgba(255, 255, 255, 0.10);
    --glass-border-hover: rgba(200, 162, 78, 0.25);

    /* Fonts */
    --font-heading: 'Barlow Condensed', sans-serif;
    --font-body: 'Merriweather', serif;
    --font-accent: 'Satisfy', cursive;

    /* Spacing */
    --section-padding: 100px 0;
    --container-width: 1200px;
    --gap: 30px;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.6s ease;

    /* Border */
    --border-color: rgba(255, 255, 255, 0.10);
    --border-radius: 8px;

    /* Header */
    --header-height: 80px;
}
