/* ==========================================================================
   Bravada 193 — brand theme
   Palette sampled from the property's own logo (mustard / navy / cream)
   ========================================================================== */

:root {
    --b193-navy: #14213D;
    --b193-navy-deep: #0D1626;
    --b193-mustard: #F2B429;
    --b193-mustard-deep: #D89A12;
    --b193-cream: #FBF5E6;
    --b193-ink: #22242A;
    --b193-muted: #6B7280;
    --b193-radius: 14px;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--b193-ink);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5,
.brand-logo span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--b193-navy);
}

a { color: var(--b193-navy); }
a:hover { color: var(--b193-mustard-deep); }

.uk-container { max-width: 1240px; }

/* ---------- Top utility bar ---------- */
.tour-bar {
    background: var(--b193-navy-deep);
    color: #fff;
    font-size: 0.82rem;
    padding: 8px 0;
}
.tour-bar-phone { color: #fff; font-weight: 600; margin-right: 16px; }
.tour-bar-phone:hover { color: var(--b193-mustard); }
.tour-bar-btn {
    background: var(--b193-mustard);
    color: var(--b193-navy-deep);
    font-weight: 700;
    border-radius: 100px;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
}
.tour-bar-btn:hover { background: #fff; color: var(--b193-navy-deep); }

/* ---------- Navbar ---------- */
.brand-navbar {
    background: #fff;
    box-shadow: 0 2px 18px rgba(20, 33, 61, 0.06);
}
.brand-navbar.uk-navbar-sticky { box-shadow: 0 4px 20px rgba(20, 33, 61, 0.12); }
.brand-logo { display: flex; align-items: center; gap: 10px; }
.brand-logo img { border-radius: 8px; object-fit: cover; }
.brand-logo span { font-size: 1.15rem; color: var(--b193-navy); }
.brand-logo span b { color: var(--b193-mustard-deep); }

.uk-navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--b193-navy);
    text-transform: none;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a:hover { color: var(--b193-mustard-deep); }

.brand-offcanvas { background: var(--b193-navy); }
.brand-offcanvas .brand-logo span,
.brand-offcanvas .uk-nav-default > li > a { color: #fff; }
.brand-offcanvas .uk-nav-header { color: var(--b193-mustard); }
.brand-offcanvas .uk-nav-default > li.uk-active > a,
.brand-offcanvas .uk-nav-default > li > a:hover { color: var(--b193-mustard); }
.brand-offcanvas .uk-offcanvas-close { color: #fff; }

/* ---------- Buttons ---------- */
.uk-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 100px;
    text-transform: none;
    letter-spacing: 0;
}
.uk-button-primary {
    background: var(--b193-mustard);
    color: var(--b193-navy-deep);
}
.uk-button-primary:hover { background: var(--b193-mustard-deep); color: #fff; }
.uk-button-default {
    background: transparent;
    border-color: var(--b193-navy);
    color: var(--b193-navy);
}
.uk-button-default:hover { background: var(--b193-navy); color: #fff; }
.cta-btn-light { background: var(--b193-mustard); color: var(--b193-navy-deep); }
.cta-btn-light:hover { background: #fff; color: var(--b193-navy-deep); }
.cta-btn-outline { color: #fff; border: 2px solid rgba(255,255,255,.5); border-radius: 100px; padding: 0 28px; }
.cta-btn-outline:hover { color: var(--b193-mustard); border-color: var(--b193-mustard); }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(13,22,38,.55) 0%, rgba(13,22,38,.35) 45%, rgba(13,22,38,.85) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(242,180,41,.15);
    border: 1px solid var(--b193-mustard);
    color: var(--b193-mustard);
    font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .78rem;
    letter-spacing: .12em; text-transform: uppercase;
    padding: 6px 16px; border-radius: 100px;
}
.hero h1 {
    color: #fff;
    font-size: clamp(2.3rem, 5.5vw, 4.2rem);
    line-height: 1.05;
    margin: 18px 0 14px;
}
.hero p.lead { color: rgba(255,255,255,.88); font-size: 1.15rem; max-width: 560px; }

.hero-quickfacts {
    position: relative; z-index: 2;
    background: #fff;
    border-radius: var(--b193-radius);
    box-shadow: 0 20px 50px rgba(13,22,38,.25);
    margin-top: -70px;
    padding: 28px;
}
.hero-quickfacts .fact { text-align: center; }
.hero-quickfacts .fact .num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.9rem; color: var(--b193-navy); }
.hero-quickfacts .fact .label { color: var(--b193-muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

/* Page header (non-home hero) */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 150px 0 90px;
    color: #fff;
}
.page-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(13,22,38,.75) 0%, rgba(13,22,38,.6) 100%);
}
.page-hero .uk-container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,.85); max-width: 600px; }
.breadcrumb-eyebrow { color: var(--b193-mustard); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section-cream { background: var(--b193-cream); }
.section-navy { background: var(--b193-navy); color: rgba(255,255,255,.85); }
.section-navy h2, .section-navy h3 { color: #fff; }
.eyebrow {
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .8rem;
    letter-spacing: .14em; text-transform: uppercase; color: var(--b193-mustard-deep);
}
.section-navy .eyebrow { color: var(--b193-mustard); }
.section-lead { color: var(--b193-muted); font-size: 1.05rem; max-width: 620px; }

/* ---------- Cards ---------- */
.card {
    background: #fff;
    border-radius: var(--b193-radius);
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(20,33,61,.08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(20,33,61,.16); }
.card-img { aspect-ratio: 4/3; object-fit: cover; width: 100%; display: block; }
.card-body { padding: 22px; }

.fp-card .card-img { aspect-ratio: 16/11; background: #fff; object-fit: contain; padding: 10px; }
.fp-badge {
    background: var(--b193-navy); color: #fff;
    font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 100px;
}
.fp-badge.is-unavailable { background: var(--b193-muted); }
.fp-price { font-family: 'Poppins', sans-serif; font-weight: 800; color: var(--b193-navy); font-size: 1.4rem; }
.fp-price small { font-family: 'Inter', sans-serif; font-weight: 400; font-size: .8rem; color: var(--b193-muted); }
.fp-specs { color: var(--b193-muted); font-size: .88rem; }

/* Amenity list */
.amenity-list { list-style: none; margin: 0; padding: 0; }
.amenity-list li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(20,33,61,.08);
}
.amenity-list li:last-child { border-bottom: none; }
.amenity-list svg { flex: none; color: var(--b193-mustard-deep); margin-top: 2px; }

/* Gallery */
.gallery-item { border-radius: 10px; overflow: hidden; display: block; position: relative; }
.gallery-item img { aspect-ratio: 1/1; object-fit: cover; width: 100%; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after {
    content: "\2295";
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; color: #fff;
    background: rgba(13,22,38,0);
    transition: background .25s ease;
}
.gallery-item:hover::after { background: rgba(13,22,38,.28); }

/* Neighborhood */
.neigh-card { border-left: 4px solid var(--b193-mustard); padding: 18px 22px; background: #fff; border-radius: 0 var(--b193-radius) var(--b193-radius) 0; box-shadow: 0 6px 24px rgba(20,33,61,.06); height: 100%; }
.neigh-card h4 { margin-bottom: 10px; }
.neigh-card ul { margin: 0; padding-left: 18px; color: var(--b193-muted); }
.neigh-card ul li { margin-bottom: 4px; }

/* Forms */
.form-card { background: #fff; border-radius: var(--b193-radius); box-shadow: 0 10px 40px rgba(20,33,61,.1); padding: 36px; }
.uk-input, .uk-select, .uk-textarea {
    border-radius: 8px;
    border: 1px solid #DADFE6;
    background: #fff;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus { border-color: var(--b193-mustard); box-shadow: 0 0 0 3px rgba(242,180,41,.2); }
.uk-form-label { font-weight: 600; color: var(--b193-navy); font-size: .88rem; }

/* Pet policy table */
.pet-table th { background: var(--b193-navy); color: #fff; font-family: 'Poppins', sans-serif; }
.pet-table td, .pet-table th { padding: 12px 16px; }

/* CTA band */
.cta-band {
    background: var(--b193-navy);
    background-image: radial-gradient(circle at 20% 20%, rgba(242,180,41,.14), transparent 45%);
    color: #fff;
    padding: 80px 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.8); }

/* Footer */
.brand-footer { background: var(--b193-navy-deep); color: rgba(255,255,255,.7); padding: 70px 0 24px; }
.brand-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.brand-footer .footer-logo span { color: #fff; }
.brand-footer .footer-muted { color: rgba(255,255,255,.6); }
.footer-list { }
.footer-list li { margin-bottom: 8px; }
.footer-list a { color: rgba(255,255,255,.7); }
.footer-list a:hover { color: var(--b193-mustard); }
.footer-phone { color: var(--b193-mustard); font-weight: 700; }
.footer-hours { color: rgba(255,255,255,.6); font-size: .86rem; padding: 2px 0; max-width: 260px; }
.footer-social {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.08); color: #fff; margin-right: 8px;
}
.footer-social:hover { background: var(--b193-mustard); color: var(--b193-navy-deep); }
.footer-bottom { color: rgba(255,255,255,.45); font-size: .82rem; }
.footer-credit { font-style: italic; }

hr { border-color: rgba(255,255,255,.1); }
.brand-footer hr { border-top: 1px solid rgba(255,255,255,.1); }

/* Utilities */
.text-mustard { color: var(--b193-mustard-deep); }
.bg-navy { background: var(--b193-navy); }
.tag-pill {
    display: inline-block; background: rgba(242,180,41,.15); color: var(--b193-mustard-deep);
    border-radius: 100px; padding: 4px 14px; font-size: .78rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em;
}

@media (max-width: 959px) {
    .hero { min-height: 80vh; }
    .hero-quickfacts { margin-top: -40px; }
    .section { padding: 60px 0; }
    .page-hero { padding: 130px 0 60px; }
}
