/* Shared public footer: a prominent official signature and clear navigation. */
.site-footer {
  --footer-line: #ffffff24;
  --footer-muted: #b9c0b0;
  --watermark-size: clamp(320px, 32vw, 520px);
  --watermark-position: 18% 32%;
  --watermark-opacity: .025;
  padding: clamp(48px, 5vw, 80px) var(--gutter) 30px;
}
.footer-inner { max-width: 1600px; margin-inline: auto; }
.site-footer .footer-top { padding-bottom: 32px; border-color: var(--footer-line); }
.site-footer .footer-top .eyebrow { font-size: .8125rem; color: var(--footer-muted); }
.site-footer .footer-invitation { font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: 1.7; padding-top: 10px; }
.site-footer .footer-invitation > span { font-size: 2.8rem; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(290px, 1.15fr) minmax(310px, 1.3fr) minmax(190px, .8fr);
  gap: clamp(28px, 4vw, 64px);
  padding-block: 48px 52px;
  align-items: start;
}
.footer-identity { min-width: 0; }
.site-footer .brand.brand-lockup.footer-brand {
  --brand-logo-size: 192px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.site-footer .footer-brand .brand-copy { gap: 11px; }
.site-footer .footer-brand .brand-ar { font-size: clamp(23px, 1.6vw, 27px); line-height: 1.6; }
.site-footer .footer-brand .brand-en { font-size: clamp(13.5px, .9vw, 15.5px); line-height: 1.7; color: var(--gold-light); letter-spacing: .02em; }
.footer-navigation { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; min-width: 0; }
.footer-link-group { min-width: 0; }
.site-footer :is(.footer-link-group, .footer-contact) h2 { font-size: 1rem; line-height: 1.8; font-weight: 700; letter-spacing: 0; color: var(--gold-light); margin-bottom: 16px; }
.site-footer .footer-link-group > a { display: block; width: fit-content; max-width: 100%; min-height: 40px; padding-block: 7px; font-size: .875rem; line-height: 1.9; color: #e4e7dc; }
.site-footer :is(.footer-link-group, .footer-contact, .footer-legal) a { text-underline-offset: 6px; text-decoration-thickness: 1px; }
.site-footer :is(.footer-link-group, .footer-contact, .footer-legal) a:hover { color: var(--gold-light); text-decoration: underline; }
.site-footer .footer-contact { display: grid; gap: 24px; align-items: start; justify-items: start; min-width: 0; }
.site-footer .footer-contact h2 { margin: 0; }
.site-footer .footer-contact > div { display: grid; gap: 5px; max-width: 100%; }
.site-footer .footer-contact > div > span { font-size: .75rem; color: var(--footer-muted); }
.site-footer .footer-contact a { display: inline-flex; min-height: 40px; align-items: center; font-size: clamp(1rem, 1.15vw, 1.125rem); line-height: 1.8; overflow-wrap: anywhere; }
.site-footer .footer-service-directory { gap: 32px; padding: 0 0 26px; border-top: 0; align-items: start; }
.footer-service-group { min-width: 0; border-top: 1px solid var(--footer-line); border-bottom: 1px solid var(--footer-line); }
.footer-service-group summary { display: flex; align-items: center; gap: 14px; min-height: 68px; padding-block: 12px; cursor: pointer; list-style: none; }
.footer-service-group summary::-webkit-details-marker { display: none; }
.footer-service-group summary > span:first-child { font-size: .9375rem; }
.footer-service-group summary > small { color: var(--footer-muted); font-size: .6875rem; }
.footer-group-toggle { font: 24px/1 Arial, sans-serif; color: var(--gold-light); margin-inline-start: auto; transition: transform .2s ease; }
.footer-service-group[open] .footer-group-toggle { transform: rotate(45deg); }
.footer-service-links { display: grid; gap: 4px; padding-bottom: 20px; }
.site-footer .footer-service-directory a { flex-wrap: wrap; column-gap: 12px; row-gap: 3px; font-size: .875rem; line-height: 1.8; padding-block: 6px; }
.site-footer .footer-service-directory a small { font-size: .6875rem; color: var(--footer-muted); }
.site-footer .footer-social { padding-block: 28px 32px; border-color: var(--footer-line); gap: 28px; }
.site-footer .footer-social-intro h2 { font-size: 1.375rem; line-height: 1.7; margin-bottom: 3px; }
.site-footer .footer-social-intro p { font-size: .8125rem; color: var(--footer-muted); }
.site-footer .social-links { gap: 20px; }
.site-footer .social-icon { width: 52px; height: 52px; border-radius: 2px 10px 2px 2px; }
.site-footer .social-label { font-size: .6875rem; color: var(--footer-muted); }
.site-footer .footer-bottom { display: block; padding-top: 20px; border-color: var(--footer-line); color: var(--footer-muted); }
.site-footer .footer-legal { display: flex; flex-wrap: wrap; gap: 6px 26px; }
.site-footer .footer-legal a { font-size: .75rem; min-height: 40px; line-height: 1.8; }
.footer-colophon { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-top: 20px; font-size: .6875rem; line-height: 1.9; }
.site-footer .footer-colophon .latin { width: auto; margin: 0; font-size: .5625rem; letter-spacing: .14em; }
.site-footer :is(a, summary):focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; border-radius: 2px; }
body.footer-in-view:not(.modal-open) :is(.auction-launcher, .digital-launcher, .assistant-launcher, .whatsapp-launcher):not(:focus) { visibility: hidden; pointer-events: none; }

/* Zawaya corners frame the supplied marks; brand artwork stays untouched. */
.footer-payments {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px 28px;
  padding-block: 24px;
  border-bottom: 1px solid var(--footer-line);
}
.footer-payments-heading { display: flex; align-items: center; gap: 10px; }
.footer-payments-symbol { width: 32px; height: 32px; flex: 0 0 32px; stroke: var(--gold-light); stroke-width: 1.2; }
.site-footer .footer-payments h2 { font-size: 1rem; line-height: 1.9; letter-spacing: 0; color: var(--paper); }
.payment-marks { display: grid; grid-template-columns: repeat(10, minmax(0, 88px)); justify-content: end; gap: 8px; list-style: none; padding: 0; margin: 0; }
.payment-mark {
  --payment-cut: 8px;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 44px;
  padding: 9px 10px;
  background: var(--gold-light);
  clip-path: polygon(var(--payment-cut) 0, 100% 0, 100% calc(100% - var(--payment-cut)), calc(100% - var(--payment-cut)) 100%, 0 100%, 0 var(--payment-cut));
}
.payment-mark::before { content: ""; position: absolute; inset: 1px; z-index: -1; background: #fff; clip-path: inherit; }
.payment-mark::after { content: ""; position: absolute; inset-inline-end: 4px; bottom: 4px; width: 3px; height: 3px; border-inline-end: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.payment-mark img { display: block; width: 100%; max-width: 64px; height: 24px; object-fit: contain; }

@media (min-width: 1800px) {
  .site-footer .brand.brand-lockup.footer-brand { --brand-logo-size: 220px; }
}
@media (max-width: 1100px) {
  .footer-payments { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .footer-main { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px 48px; }
  .footer-identity { grid-row: 1; }
  .site-footer .footer-contact { grid-row: 1; padding-top: 18px; }
  .footer-navigation { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; padding-top: 30px; border-top: 1px solid var(--footer-line); }
  .site-footer .footer-link-group > a { min-height: 44px; }
}
@media (max-width: 760px) {
  .footer-payments { padding-block: 20px; gap: 16px; }
  .footer-payments-heading { justify-content: center; gap: 10px; }
  .footer-payments-symbol { width: 28px; height: 28px; flex-basis: 28px; }
  .site-footer .footer-payments h2 { font-size: .9375rem; }
  .payment-marks { grid-template-columns: repeat(5, minmax(0, 68px)); justify-content: center; gap: 8px; }
  .payment-mark { height: 40px; padding: 8px 6px; }
  .payment-mark img { max-width: 52px; height: 22px; }
  .site-footer { padding-top: 42px; padding-bottom: 24px; }
  .site-footer .footer-top { padding-bottom: 24px; }
  .site-footer .footer-invitation { font-size: 2rem; }
  .site-footer .footer-invitation > span { font-size: 2.2rem; }
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 36px; }
  .footer-identity { text-align: center; }
  .site-footer .brand.brand-lockup.footer-brand { --brand-logo-size: 172px; align-items: center; gap: 17px; }
  .site-footer .footer-brand .brand-copy { align-items: center; gap: 8px; }
  .site-footer .footer-brand .brand-ar { font-size: 23px; }
  .site-footer .footer-brand .brand-en { font-size: 13.5px; }
  .site-footer .footer-contact { grid-row: auto; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 18px; row-gap: 12px; padding-block: 24px 0; border-top: 1px solid var(--footer-line); }
  .site-footer .footer-contact h2 { grid-column: 1 / -1; }
  .site-footer .footer-contact a { font-size: .9375rem; }
  .footer-navigation { grid-column: auto; grid-row: 3; padding-top: 25px; gap: 24px; }
  .site-footer .footer-link-group > a { font-size: .8125rem; }
  .site-footer :is(.footer-link-group, .footer-contact) h2 { font-size: .9375rem; }
  .site-footer .footer-service-directory { grid-template-columns: 1fr; gap: 0; padding-bottom: 24px; }
  .footer-service-group + .footer-service-group { border-top: 0; }
  .footer-service-group summary { min-height: 64px; }
  .site-footer .footer-social { align-items: center; text-align: center; gap: 24px; padding-block: 28px; }
  .site-footer .footer-social > .social-links { justify-content: center; gap: 12px; }
  .site-footer .social-link { min-width: 46px; }
  .site-footer .social-icon { width: 46px; height: 46px; }
  .site-footer .social-label { font-size: .625rem; }
  .site-footer .footer-legal { gap: 5px 20px; justify-content: center; }
  .site-footer .footer-legal a { font-size: .6875rem; min-height: 44px; }
  .footer-colophon { flex-direction: column; gap: 12px; text-align: center; padding-top: 18px; }
}
@media (max-width: 350px) {
  .site-footer .footer-brand .brand-ar { font-size: 21px; }
  .site-footer .footer-brand .brand-en { font-size: 12.5px; }
  .site-footer .footer-contact { grid-template-columns: 1fr; row-gap: 18px; }
  .site-footer .footer-social > .social-links { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .footer-group-toggle { transition: none; }
  .site-footer .footer-invitation > span { transition: none; }
  .site-footer .footer-invitation:hover > span { transform: none; }
}
