/* ============================================================================
   NORTH LIGHT PHOTOGRAPHY — "Gallery Light" identity.
   Loaded only for the photography pack; re-skins the shared UI kit into a refined,
   editorial fine-art-studio product without touching the other packs. Language: warm
   BONE/IVORY field, deep CHARCOAL gallery-wall rail, muted CLAY accent, elegant
   Cormorant Garamond display serif with small-caps labels, thin hairline rules, lots
   of whitespace. Deliberately unlike catering (garnet+gold Playfair) and realestate
   (navy+gold Outfit): warmer, near-monochrome editorial, clay not gold, generous air.
   ============================================================================ */
:root {
    --accent: #a8755b;            /* clay */
    --accent-2: #c99a83;          /* light clay */
    --accent-soft: #f0e6df;       /* warm sand */
    --accent-deep: #8a5c45;       /* deep clay */
    --bg: #f6f1ea;                /* warm bone */
    --panel: #fffdfb;             /* warm white */
    --ink: #2b2520;               /* warm charcoal */
    --ink-soft: #7d7268;
    --line: #e7ddd2;
    --side: #211e1b;              /* charcoal gallery wall */
    --side-ink: #b3a99e;
    --side-ink-bright: #ffffff;
    --pos: #5a7d52;
    --neg: #b5554a;
    --display-font: "Cormorant Garamond", "Georgia", serif;
    --radius: 6px;
    --shadow: 0 1px 2px rgba(43,37,32,.04), 0 14px 34px -24px rgba(43,37,32,.45);
}

body {
    font-family: "Jost", -apple-system, "Segoe UI", sans-serif;
    color: var(--ink);
    background-color: var(--bg);
    background-image: radial-gradient(900px 520px at 100% -10%, rgba(168,117,91,.07), transparent 60%);
    background-attachment: fixed;
    letter-spacing: .1px;
}

/* ---------------- Sidebar: charcoal gallery wall ---------------- */
.side { background: linear-gradient(180deg, #2a2622, #1a1714); border-right: 1px solid #0e0c0a; }
.brand { border-bottom: 1px solid rgba(255,255,255,.08); margin: -2px -6px 14px; padding: 6px 14px 16px; }
.brand-mark {
    background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 3px rgba(168,117,91,.22);
    font-family: var(--display-font); font-weight: 700; color: #fff;
}
.brand-name { font-family: var(--display-font); font-weight: 600; font-size: 18px; letter-spacing: .3px; }
.brand-pack { text-transform: uppercase; letter-spacing: .22em; font-size: 9.5px; color: var(--accent-2); opacity: .95; }
.nav-link {
    border-radius: 4px; font-size: 12.5px; font-weight: 400; letter-spacing: .04em;
    color: #b9aea3; border-left: 2px solid transparent; padding-left: 10px;
}
.nav-link:hover { background: rgba(255,255,255,.05); color: #fff; }
.nav-link.active {
    background: linear-gradient(90deg, rgba(168,117,91,.26), rgba(168,117,91,.04));
    color: #fff; border-left-color: var(--accent);
}
.nav-link.active .nav-ico { color: var(--accent-2); opacity: 1; }
.side-foot { text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }

/* ---------------- Topbar ---------------- */
.topbar { background: var(--panel); border-bottom: 1px solid var(--line); }
.client-id strong { font-family: var(--display-font); font-weight: 600; font-size: 17px; letter-spacing: .3px; }
.client-id .dot { border-radius: 50%; }

/* ---------------- Page header: editorial masthead ---------------- */
.page-head { position: relative; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.page-head h1 { font-family: var(--display-font); font-weight: 600; font-size: 30px; letter-spacing: .2px; }
.page-head .sub { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }

/* display serif on panel titles + big numerals */
.rpanel .panel-h h3 { font-family: var(--display-font); font-weight: 600; font-size: 17px; letter-spacing: .3px; }
.kpi-num, .kpi-val { font-family: var(--display-font); font-weight: 600; }
.kpi-lab, .kpi-label { text-transform: uppercase; letter-spacing: .1em; font-size: 10.5px; }

/* buttons */
.btn-primary { background: var(--accent); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }

/* ---------------- Status badge palette ---------------- */
/* booking sales side */
.badge-inquiry, .badge-proposal, .badge-new, .badge-replied, .badge-consultation,
.badge-sent, .badge-pending, .badge-draft { background: #ece4f3; color: #6a4d8a; }
/* in production / working */
.badge-booked, .badge-shot, .badge-editing, .badge-partial, .badge-proposal-sent,
.badge-contract-sent, .badge-in-production { background: #f3e7da; color: #9a6230; }
/* delivered / done / paid / healthy */
.badge-delivered, .badge-completed, .badge-paid, .badge-signed, .badge-downloaded,
.badge-done, .badge-published, .badge-replied, .badge-shipped { background: #e6efe1; color: #4d6a43; }
/* alerts */
.badge-cancelled, .badge-lost, .badge-overdue, .badge-expired, .badge-declined { background: #f6e1de; color: #a8443a; }
/* session-type / info chips */
.badge-wedding, .badge-engagement, .badge-the-knot, .badge-weddingwire,
.badge-instagram, .badge-archived { background: #f0e6df; color: #8a5c45; }
.badge-portrait, .badge-family, .badge-newborn, .badge-maternity, .badge-branding,
.badge-mini-session, .badge-event { background: #efeae3; color: #6e655c; }

.ph-pos { color: var(--pos); } .ph-neg { color: var(--neg); }
.ph-money { font-variant-numeric: tabular-nums; }
