:root {

    /* ===========================
       HERO
    =========================== */

    --hero-max-width: 1600px;
    --hero-text-width: 460px;

    --hero-logo-size: clamp(42px,4vw,72px);
    --hero-nav-size: clamp(14px,.9vw,17px);
    --hero-kicker-size: clamp(13px,.8vw,16px);
    --hero-intro-size: clamp(16px,1vw,20px);

    --hero-top-space: clamp(30px,4vw,60px);

    /* ===========================
       LAYOUT
    =========================== */

    --site-width: 1440px;
    --nav-height: 76px;

    --ease: .25s ease;
    --shadow: 0 18px 50px rgba(0,0,0,.45);

    /* ===========================
       BACKGROUNDS
    =========================== */

    --bg-top: rgba(10,8,6,.82);
    --bg-top-2: rgba(8,7,5,.96);
    --bg-dropdown: #14110d;

    --tbf-bg: #0a0806;
    --tbf-bg-panel: #14110d;
    --tbf-bg-panel-alt: #1b1611;
    --tbf-bg-row-1: #16120e;
    --tbf-bg-row-2: #1d1712;

    /* ===========================
       LINES / BORDERS
    =========================== */

    --line: rgba(188,154,98,.14);
    --line-strong: rgba(188,154,98,.34);
    --line-accent: rgba(188,154,98,.24);

    --tbf-border: #4a3823;
    --tbf-border-soft: #2b2218;

    /* ===========================
       GOLD
    =========================== */

    --accent: #be9a62;
    --accent-2: rgba(190,154,98,.42);

    --tbf-gold: #be9a62;
    --tbf-gold-bright: #d8b57a;

    /* ===========================
       TEXT
    =========================== */

    --text-main: #f1ece4;
    --text-soft: #d5c6ad;
    --text-muted: #a99779;
    --text-dim: #7f715d;

    --tbf-text: #d5c6ad;
    --tbf-text-muted: #a99779;
    --tbf-text-dim: #7f715d;

    --tbf-link: #caa56a;
    --tbf-link-hover: #e2bf86;

--tbf-bg-card: #211b15;
--tbf-bg-card-hover: #292118;

    --tbf-gap:30px;
    --tbf-card-padding:40px;

    /* ===========================
       SHADOWS
    =========================== */

    --tbf-shadow: rgba(0,0,0,.60);

    /* ===========================
       TYPOGRAPHY
    =========================== */

    --tbf-font-display: "Bodoni Moda SC", "Times New Roman", serif;
    --tbf-font-body: 'Georgia', serif;
	
}