/* ── Footer ──────────────────────────────────────────────────────── */
footer { background: #050407; border-top: 1px solid rgba(201, 151, 58, 0.1); padding: 4rem 3rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top   { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(201, 151, 58, 0.08); }

.footer-logo-name { font-family: var(--decor); font-size: 2rem; background: linear-gradient(180deg, var(--gold-l), var(--gold-d)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 0.5rem; }
.footer-tagline   { font-family: var(--fell); font-style: italic; font-size: 0.9rem; color: rgba(242, 235, 217, 0.3); line-height: 1.8; max-width: 260px; margin-bottom: 1.5rem; }
.footer-col-title { font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242, 235, 217, 0.25); margin-bottom: 1.25rem; }
.footer-links     { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a   { font-family: var(--fell); font-size: 0.9rem; color: rgba(242, 235, 217, 0.42); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }

.social-row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.soc-link   { width: 36px; height: 36px; border: 1px solid rgba(201, 151, 58, 0.2); display: flex; align-items: center; justify-content: center; font-family: var(--body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; color: rgba(242, 235, 217, 0.35); text-decoration: none; transition: all 0.2s; }
.soc-link:hover { border-color: var(--gold); color: var(--gold); background: rgba(201, 151, 58, 0.06); }

.footer-seal   { font-size: 3rem; opacity: 0.15; display: block; margin-bottom: 0.75rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-legal  { font-family: var(--fell); font-size: 0.8rem; color: rgba(242, 235, 217, 0.2); }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }
.footer-age    { font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242, 235, 217, 0.15); }
