/* ==========================================================
   Party Palace — Design System
   Palette:
     --plum       #3B1F3D  deep celebratory plum, primary
     --plum-2     #522A55  primary hover
     --gold       #D6A419  accent / CTAs
     --gold-2     #B8890E  accent hover
     --rose       #B23A5C  urgent / pending tag
     --leaf       #3C8C63  success / approved tag
     --paper      #FBF8F9  page background
     --card       #FFFFFF  card background
     --ink        #241726  primary text
     --ink-soft   #6A5C6C  secondary text
     --mist       #E6DEE3  borders / dividers
   Type: display = 'Sora', body = 'Inter'
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --plum: #3B1F3D;
    --plum-2: #522A55;
    --gold: #D6A419;
    --gold-2: #B8890E;
    --rose: #B23A5C;
    --leaf: #3C8C63;
    --paper: #FBF8F9;
    --card: #FFFFFF;
    --ink: #241726;
    --ink-soft: #6A5C6C;
    --mist: #E6DEE3;
    --radius: 12px;
    --shadow: 0 1px 2px rgba(59,31,61,0.06), 0 6px 20px rgba(59,31,61,0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.55;
}

h1, h2, h3, h4 {
    font-family: 'Sora', system-ui, sans-serif;
    color: var(--plum);
    line-height: 1.2;
    margin: 0 0 .5em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1em; color: var(--ink-soft); }

.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14.5px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .15s ease;
}
.btn-primary { background: var(--gold); color: var(--plum); }
.btn-primary:hover { background: var(--gold-2); }
.btn-outline { border-color: var(--mist); color: var(--plum); background: transparent; }
.btn-outline:hover { border-color: var(--plum); }
.btn-block { width: 100%; text-align: center; }
.btn-sm { padding: 8px 16px; font-size: 13.5px; }
.btn-danger { background: var(--rose); color: #fff; }
.btn-danger:hover { background: #96304c; }

/* ---------- Header / Nav ---------- */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--mist);
    position: sticky;
    top: 0;
    z-index: 50;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    gap: 24px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.logo-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: var(--plum);
    color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.logo-icon svg { width: 20px; height: 20px; }
.logo-text {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: var(--plum);
    line-height: 1.15;
    display: flex;
    flex-direction: column;
}
.logo-text span { color: var(--gold); }
.logo-text small { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.dash-side .logo-text small { color: #C7B6C9; }
.nav-links {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-links a { font-weight: 500; font-size: 14.5px; color: var(--ink); }
.nav-links a:hover { color: var(--gold-2); }
.nav-cta { display: flex; gap: 16px; align-items: center; }
.nav-phone { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--plum); white-space: nowrap; }
.nav-phone svg { width: 17px; height: 17px; color: var(--gold-2); }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--plum); }

@media (max-width: 860px) {
    .nav-links, .nav-cta { display: none; }
    .nav-toggle { display: block; }
    .nav-links.open, .nav-cta.open { display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding: 14px 0 4px; gap: 14px; }
    .nav-cta.open { padding-top: 0; flex-direction: row; align-items: center; }
}

/* ---------- Eyebrow labels ---------- */
.eyebrow {
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
}
.eyebrow-center { display: block; text-align: center; }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    background: radial-gradient(1100px 520px at 85% -10%, rgba(214,164,25,0.16), transparent 60%),
                linear-gradient(135deg, var(--plum) 0%, #2a1330 60%, var(--plum-2) 100%);
    color: #fff;
    padding: 64px 0 90px;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(2px 2px at 12% 22%, rgba(214,164,25,.55), transparent),
        radial-gradient(2px 2px at 28% 68%, rgba(255,255,255,.35), transparent),
        radial-gradient(3px 3px at 45% 30%, rgba(214,164,25,.4), transparent),
        radial-gradient(2px 2px at 65% 78%, rgba(255,255,255,.3), transparent),
        radial-gradient(2px 2px at 80% 18%, rgba(214,164,25,.45), transparent),
        radial-gradient(2px 2px at 92% 55%, rgba(255,255,255,.3), transparent);
    background-size: 100% 100%;
    pointer-events: none;
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
}
.hero-copy .eyebrow { display: flex; align-items: center; gap: 6px; }
.hero h1 { color: #fff; font-size: 44px; margin: 0 0 .35em; line-height: 1.15; }
.hero h1 span { color: var(--gold); }
.hero-copy p { color: #E9DCEA; font-size: 16.5px; max-width: 480px; margin: 0 0 28px; }
.hero-features { display: flex; gap: 26px; flex-wrap: wrap; }
.hero-feature { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: #EFE3F0; }
.hero-feature-icon {
    width: 34px; height: 34px; border-radius: 9px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.hero-feature-icon svg { width: 17px; height: 17px; }

/* ---------- Booking widget (hero quick-book card) ---------- */
.booking-widget {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.booking-widget h3 { font-size: 18px; margin-bottom: 18px; }
.qb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.qb-field { margin-bottom: 14px; }
.qb-field label { display: block; font-size: 12.5px; font-weight: 600; margin-bottom: 6px; color: var(--plum); }
.qb-field input, .qb-field select {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--mist);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: var(--ink);
}
.qb-note { font-size: 12px; color: var(--ink-soft); text-align: center; margin: 10px 0 0; }

.search-box {
    background: #fff;
    border-radius: var(--radius);
    padding: 18px;
    max-width: 640px;
    margin: 30px auto 0;
    box-shadow: var(--shadow);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.search-box input, .search-box select {
    flex: 1;
    min-width: 140px;
    padding: 11px 14px;
    border: 1px solid var(--mist);
    border-radius: 8px;
    font-size: 14.5px;
    font-family: inherit;
}

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 34px; }
    .hero-copy p { max-width: none; }
    .booking-widget { max-width: 460px; }
}
@media (max-width: 600px) {
    .hero { padding: 44px 0 60px; }
    .hero h1 { font-size: 28px; }
    .qb-row { grid-template-columns: 1fr; }
    .hero-features { gap: 16px; }
}

/* ---------- Section headings ---------- */
.section { padding: 60px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.section-head h2 { font-size: 30px; }

/* ---------- Cards / Grid ---------- */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 24px;
}
.hall-card {
    background: var(--card);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--mist);
    transition: transform .15s ease;
}
.hall-card:hover { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(59,31,61,0.1), 0 14px 32px rgba(59,31,61,0.14); }
.hall-card .thumb { position: relative; height: 170px; background: var(--mist) center/cover no-repeat; }
.hall-card .body { padding: 18px 20px; }
.hall-card h3 { font-size: 18px; margin-bottom: 6px; }
.hall-card .meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink-soft); margin-bottom: 14px; }
.hall-card .meta .ic { width: 14px; height: 14px; flex-shrink: 0; color: var(--gold-2); }
.hall-card .price { color: var(--gold-2); font-weight: 700; font-size: 15px; }
.hall-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hall-card-foot .btn { pointer-events: none; }
.ribbon {
    position: absolute; top: 12px; left: 12px;
    background: var(--gold); color: var(--plum);
    font-size: 11.5px; font-weight: 700;
    padding: 5px 12px; border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.pkg-card .ribbon { top: -13px; left: 50%; transform: translateX(-50%); }
.tag-strip { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.tag {
    font-size: 11.5px;
    background: #F4EDE8;
    color: var(--plum);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--mist);
}

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { text-align: center; padding: 10px; }
.step .num {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--gold); color: var(--plum); font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; font-family: 'Sora', sans-serif;
}
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Features bar (Easy Booking / Best Price / 24-7 / Custom) ---------- */
.features-bar { background: #F4EDE8; padding: 50px 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.feature-item { text-align: center; }
.feature-icon {
    width: 54px; height: 54px; border-radius: 50%;
    background: #fff; color: var(--gold-2);
    border: 1px solid var(--mist);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-item h4 { font-size: 16px; margin-bottom: 6px; }
.feature-item p { font-size: 13.5px; margin: 0; }
@media (max-width: 760px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } }

/* ---------- Packages ---------- */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.pkg-card {
    position: relative;
    background: var(--card);
    border: 1px solid var(--mist);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}
.pkg-card.featured { border-color: var(--gold); box-shadow: 0 2px 4px rgba(59,31,61,.08), 0 16px 34px rgba(214,164,25,.22); transform: translateY(-6px); }
.pkg-card h3 { font-size: 19px; margin-bottom: 6px; }
.pkg-price { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 24px; color: var(--gold-2); margin-bottom: 18px; }
.pkg-price span { font-size: 12.5px; font-weight: 500; color: var(--ink-soft); }
.pkg-card ul { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.pkg-card li { font-size: 14px; color: var(--ink-soft); padding: 8px 0 8px 26px; border-bottom: 1px solid var(--mist); position: relative; }
.pkg-card li:last-child { border-bottom: none; }
.pkg-card li::before { content: ''; position: absolute; left: 0; top: 13px; width: 14px; height: 14px; border-radius: 50%; background: #E1F3E8; }
.pkg-card li::after { content: ''; position: absolute; left: 4px; top: 16px; width: 6px; height: 3px; border-left: 2px solid var(--leaf); border-bottom: 2px solid var(--leaf); transform: rotate(-45deg); }
@media (max-width: 900px) { .pkg-grid { grid-template-columns: 1fr; } .pkg-card.featured { transform: none; } }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.gallery-item {
    position: relative;
    height: 200px;
    border-radius: var(--radius);
    background: var(--mist) center/cover no-repeat;
    overflow: hidden;
    display: flex; align-items: flex-end;
    box-shadow: var(--shadow);
}
.gallery-item span {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 14.5px;
    background: linear-gradient(to top, rgba(36,23,38,.85), transparent);
}

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: center; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-stat { background: var(--card); border: 1px solid var(--mist); border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: var(--shadow); }
.about-stat .num { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 700; color: var(--plum); }
.about-stat .label { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }

/* ---------- Stats bar (above footer) ---------- */
.stats-bar { background: #fff; border-top: 1px solid var(--mist); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat-item { display: flex; align-items: center; justify-content: center; gap: 14px; }
.stat-icon { width: 48px; height: 48px; border-radius: 50%; background: #F4EDE8; color: var(--gold-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stat-icon svg { width: 22px; height: 22px; }
.stat-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: var(--plum); }
.stat-label { font-size: 12.5px; color: var(--ink-soft); display: block; }
.stat-item { flex-direction: row; }
@media (max-width: 700px) { .stats-grid { grid-template-columns: 1fr; gap: 22px; } }

/* ---------- Password visibility toggle ---------- */
.password-field { position: relative; }
.password-field input { padding-right: 42px !important; }
.pw-toggle {
    position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    width: 34px; height: 34px;
    background: none; border: none; cursor: pointer;
    color: var(--ink-soft);
    display: flex; align-items: center; justify-content: center;
    border-radius: 6px;
}
.pw-toggle:hover { color: var(--plum); background: #F4EDE8; }
.pw-toggle svg { width: 19px; height: 19px; }
.field-hint { font-size: 12px; color: var(--ink-soft); margin-top: 5px; }

/* ---------- Admin settings ---------- */
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 900px) { .settings-grid { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */
.form-wrap {
    max-width: 460px;
    margin: 60px auto;
    background: var(--card);
    border: 1px solid var(--mist);
    border-radius: var(--radius);
    padding: 34px 32px;
    box-shadow: var(--shadow);
}
.form-wrap.wide { max-width: 640px; }
.form-sub { font-size: 14px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; color: var(--plum); }
.field input, .field select, .field textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--mist);
    border-radius: 8px;
    font-size: 14.5px;
    font-family: inherit;
    background: #fff;
}
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-foot { text-align: center; margin-top: 18px; font-size: 13.5px; color: var(--ink-soft); }
.form-foot a { color: var(--gold-2); font-weight: 600; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }

.alert { padding: 12px 16px; border-radius: 8px; font-size: 14px; margin-bottom: 18px; }
.alert-error { background: #FCE9EC; color: #96304c; border: 1px solid #F3C6D0; }
.alert-success { background: #E6F4EC; color: #276847; border: 1px solid #BFE4CF; }
.alert-info { background: #EFEAF6; color: var(--plum-2); border: 1px solid #DCD0EA; }

/* ---------- Detail page ---------- */
.detail-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: start; }
.detail-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); height: 340px; background: var(--mist) center/cover no-repeat; }
.booking-card { background: var(--card); border: 1px solid var(--mist); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: sticky; top: 90px; }
@media (max-width: 860px) { .detail-grid { grid-template-columns: 1fr; } .booking-card { position: static; } }

/* ---------- Badges ---------- */
.badge { font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; display: inline-block; text-transform: capitalize; }
.badge-pending   { background: #FCF2D9; color: #8A6D0B; }
.badge-approved  { background: #E1F3E8; color: #276847; }
.badge-rejected  { background: #FCE9EC; color: #96304c; }
.badge-cancelled { background: #EDEDED; color: #666; }

/* ---------- Dashboard layout (admin + customer) ---------- */
.dash-wrap { display: flex; min-height: calc(100vh - 0px); }
.dash-side {
    width: 230px;
    background: var(--plum);
    color: #E9DCEA;
    padding: 24px 18px;
    flex-shrink: 0;
}
.dash-side .logo { color: #fff; }
.dash-side .logo span { color: var(--gold); }
.dash-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 26px; }
.dash-nav a { padding: 10px 12px; border-radius: 8px; font-size: 14.5px; color: #E9DCEA; }
.dash-nav a:hover { background: rgba(255,255,255,.08); }
.dash-nav a.active { background: var(--gold); color: var(--plum); font-weight: 600; }
.dash-side-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,.3); color: #fff; padding: 8px 12px; border-radius: 8px; margin-top: 14px; width: 100%; }
.dash-main { flex: 1; padding: 34px 40px; max-width: 1100px; }
.dash-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; flex-wrap: wrap; gap: 12px; }
.dash-topbar h1 { font-size: 24px; margin: 0; }

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; margin-bottom: 30px; }
.stat-card { background: var(--card); border: 1px solid var(--mist); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.stat-card .num { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 700; color: var(--plum); }
.stat-card .label { font-size: 13px; color: var(--ink-soft); margin-top: 2px; }

@media (max-width: 860px) {
    .dash-wrap { flex-direction: column; }
    .dash-side { width: 100%; }
    .dash-side-toggle { display: block; }
    .dash-nav { display: none; }
    .dash-nav.open { display: flex; }
    .dash-main { padding: 24px 18px; }
}

/* ---------- Tables ---------- */
.table-wrap { background: var(--card); border: 1px solid var(--mist); border-radius: var(--radius); overflow-x: auto; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { text-align: left; padding: 13px 16px; font-size: 14px; border-bottom: 1px solid var(--mist); white-space: nowrap; }
th { color: var(--ink-soft); font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: .03em; background: #FAF6F7; }
tr:last-child td { border-bottom: none; }
.empty-state { text-align: center; padding: 50px 20px; color: var(--ink-soft); }

.action-links { display: flex; gap: 10px; }
.action-links a, .action-links button { font-size: 13px; font-weight: 600; color: var(--plum-2); background: none; border: none; cursor: pointer; padding: 0; }
.action-links .danger { color: var(--rose); }

/* ---------- Footer ---------- */
.site-footer { background: var(--plum); color: #D8CBDA; padding: 50px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 30px; padding-bottom: 30px; }
.footer-grid h4 { color: #fff; font-size: 14.5px; margin-bottom: 12px; }
.footer-grid a { display: block; color: #C7B6C9; font-size: 13.5px; margin-bottom: 8px; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand h4 { font-size: 20px; font-family: 'Sora', sans-serif; font-weight: 800; }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    display: flex; align-items: center; justify-content: center;
    color: #fff; margin: 0;
}
.social-row a:hover { background: var(--gold); border-color: var(--gold); color: var(--plum); }
.social-row svg { width: 16px; height: 16px; }
.newsletter-form { display: flex; gap: 8px; flex-wrap: wrap; }
.newsletter-form input {
    flex: 1; min-width: 140px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 13.5px;
    font-family: inherit;
}
.newsletter-form input::placeholder { color: #C7B6C9; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 18px;
    font-size: 12.5px; color: #B7A6B9;
    display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;
}
.footer-legal a { color: #B7A6B9; }
.footer-legal a:hover { color: var(--gold); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* ---------- Misc ---------- */
.pill-nav { display: flex; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.pill-nav a { padding: 7px 16px; border-radius: 999px; border: 1px solid var(--mist); font-size: 13.5px; }
.pill-nav a.active { background: var(--plum); color: #fff; border-color: var(--plum); }
