/* Site footer — Concept A (marketplace columns) */

.booket-footer {
  background: var(--booket-ink, var(--black, #4C2B08)) !important;
  color: rgba(255, 255, 255, 0.55) !important;
  text-align: left;
  padding: var(--space-lg, 40px) var(--page-gutter, 20px) 110px !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  margin-bottom: 32px;
  text-align: left;
}

.footer-grid:has([data-nav-sell]:not([hidden])) {
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
}

.footer-col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none;
}

.footer-col span {
  display: block;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.55);
}

.footer-logo-link {
  display: inline-block !important;
  line-height: 0;
  margin-bottom: 14px;
}

.footer-logo {
  display: block !important;
  width: auto !important;
  height: clamp(88px, 12vh, 112px) !important;
  max-width: min(100px, 36vw) !important;
  margin: 0 !important;
  object-fit: contain;
  padding: 10px 12px;
  box-sizing: content-box;
  background: var(--cream, #F4EDE6);
  border: none;
  border-radius: 16px;
  box-shadow:
    0 2px 4px rgba(76, 43, 8, 0.06),
    0 8px 20px rgba(76, 43, 8, 0.14);
  opacity: 1 !important;
}

.footer-brand-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
  margin: 0 0 16px;
  max-width: 280px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.footer-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(171, 119, 67, 0.55);
  color: var(--gold2, #C49463) !important;
  background: transparent;
  line-height: 0 !important;
  font-size: 0 !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-social a:hover {
  background: rgba(171, 119, 67, 0.18);
  border-color: var(--gold, #AB7743);
  color: #fff !important;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}

.booket-footer strong { color: var(--gold, #AB7743); }
.booket-footer a { color: rgba(255, 255, 255, 0.75) !important; text-decoration: none; }
.booket-footer a:hover { color: #fff !important; }
.booket-footer .footer-social a:hover { color: #fff !important; }

.footer-tag {
  margin-top: 8px;
  font-size: 10px;
  opacity: 0.45;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .footer-grid,
  .footer-grid:has([data-nav-sell]:not([hidden])) {
    grid-template-columns: 1fr 1fr;
  }
  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .footer-social a {
    width: 44px;
    height: 44px;
  }
}

/* Policy pages */
.policy-page .policy-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 20px 48px;
}

.policy-page .policy-wrap h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--text, #4C2B08);
  margin: 0 0 8px;
}

.policy-page .policy-lead {
  color: var(--muted, #84593D);
  font-size: 14px;
  margin: 0 0 28px;
  line-height: 1.6;
}

.policy-page .policy-wrap h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold, #AB7743);
  margin: 28px 0 10px;
}

.policy-page .policy-wrap p,
.policy-page .policy-wrap li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text, #4C2B08);
}

.policy-page .policy-wrap ul {
  margin: 0 0 12px;
  padding-left: 1.2em;
}

.policy-page .policy-wrap li { margin-bottom: 6px; }

.policy-disclosure {
  margin-top: 36px;
  padding: 20px;
  border: 1px solid var(--border, #E8DDD4);
  background: rgba(171, 119, 67, 0.06);
  border-radius: 12px;
}

.policy-disclosure h2 {
  margin-top: 0 !important;
}

.policy-disclosure p {
  margin: 0 0 8px;
}

.policy-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 24px;
  font-size: 13px;
}

.policy-nav-links a {
  color: var(--gold, #AB7743);
  text-decoration: none;
  font-weight: 600;
}

.policy-nav-links a:hover {
  text-decoration: underline;
}
