﻿:root {
    --ps-dark: #171717;
    --ps-muted: #6b7280;
    --ps-light: #f7f7f8;
    --ps-border: #e5e7eb;
    --ps-accent: #ffb703;
    --ps-radius: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: white;
    color: var(--ps-dark);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

.navbar-brand {
    font-weight: bold;
    color: #473615;
    font-family: Arial, sans-serif;
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: #ba9e69;
    }

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-size: 14px;
}

.nav-link {
    color: #444;
}

.nav-link:hover {
    color: #000;
}

.site-footer {
    padding: 55px 0 30px;
    background: #2f2300;
    color: white;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffffba;
}

    .footer-links a:hover {
        color: #ba9e69;
    }

.validation-summary-errors {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #f1aeb5;
    border-radius: 10px;
    background: #f8d7da;
    color: #842029;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

.field-validation-error {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #dc3545;
}

.input-validation-error {
    border-color: #dc3545 !important;
}

.form-control,
.form-select {
    min-height: 46px;
}

.form-control:focus,
.form-select:focus {
    border-color: #111;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .08);
}

.btn-dark {
    border-color: #70531a !important;
    background: #70531a !important;
}

    .btn-dark:hover {
        background: #5f4512 !important;
    }

.object-cover {
    object-fit: cover;
}

.ft {
    color: #ba9e69;
}

.ftt {
    color: #ffffffba !important; 
}

.btn:first-child:active {
    background: #95763b !important;
    border-color: #95763b !important;
    color: #fff;
}