/* Smile V2 — Footer (handoff smile_footer).
   Classes are .sfft-* to avoid colliding with legacy .footer-* in smile-v2-tokens.css. */

.sfft {
  background: #1E1A18;
  color: #D8CFC6;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ===== Top region ===== */
.sfft-top {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 40px 44px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 48px;
}

/* ===== Brand col ===== */
.sfft-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 34px;
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}
.sfft-brand .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B8924F;
  display: inline-block;
}
.sfft-tagline {
  font-size: 14px;
  line-height: 1.65;
  color: #9A8F86;
  margin: 16px 0 0;
  max-width: 34ch;
}
.sfft-social {
  display: flex;
  gap: 11px;
  margin: 22px 0 24px;
}
.sfft-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(250, 247, 242, .07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D8CFC6;
  text-decoration: none;
  transition: background .2s;
}
.sfft-social a:hover { background: rgba(250, 247, 242, .14); color: #fff; }
.sfft-social a svg { width: 19px; height: 19px; }

.sfft-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #1FA855;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s;
}
.sfft-wa:hover { background: #178D45; color: #fff; text-decoration: none; }
.sfft-wa svg { width: 17px; height: 17px; }

/* ===== Link cols (desktop: opened, no chevron) ===== */
.sfft-acc-h {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  color: inherit;
  text-align: left;
  font-family: inherit;
}
.sfft-acc-h:focus { outline: none; }
.sfft-acc-h:focus-visible { outline: 2px solid #B8924F; outline-offset: 4px; border-radius: 2px; }
.sfft-acc-h .t {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  letter-spacing: .01em;
  line-height: 1.2;
}
.sfft-acc-h .chev { display: none; }
.sfft-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sfft-col li a {
  display: block;
  padding: 7px 0;
  color: #9A8F86;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s;
}
.sfft-col li a:hover { color: #fff; text-decoration: none; }

/* ===== Visit col ===== */
.sfft-vaddr {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #9A8F86;
}
.sfft-vhours {
  margin: 16px 0 0;
  border-top: 1px solid rgba(250, 247, 242, .12);
}
.sfft-vhours > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(250, 247, 242, .12);
}
.sfft-vhours span {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9A8F86;
}
.sfft-vhours b {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.sfft-vline {
  display: block;
  margin-top: 13px;
  color: #CDAE78;
  text-decoration: none;
  font-size: 14px;
}
.sfft-vline:first-of-type { margin-top: 16px; }
.sfft-vline:hover { color: #fff; text-decoration: none; }

/* ===== Bottom bar ===== */
.sfft-bottom { border-top: 1px solid rgba(250, 247, 242, .12); }
.sfft-bottom-in {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sfft-pays {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sfft-pays .pay {
  height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  background: rgba(250, 247, 242, .92);
  display: inline-flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: .02em;
}
.sfft-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sfft-legal a {
  color: #9A8F86;
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
}
.sfft-legal a:hover { color: #fff; text-decoration: none; }
.sfft-copy {
  font-size: 12px;
  color: #6E655D;
}

/* ===== Mobile (≤960px): one-column, accordion via .is-open class ===== */
@media (max-width: 960px) {
  .sfft-top {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 38px 22px 8px;
  }
  .sfft-brand-col { padding-bottom: 8px; }
  .sfft-wa {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }

  .sfft-col {
    border-top: 1px solid rgba(250, 247, 242, .12);
  }
  .sfft-acc-h {
    padding: 18px 2px;
    margin: 0;
    cursor: pointer;
    min-height: 44px;
  }
  .sfft-acc-h .chev {
    display: inline-flex;
    color: #9A8F86;
    transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .sfft-col.is-open .sfft-acc-h .chev { transform: rotate(180deg); }
  /* Hidden by default on mobile, shown when .is-open */
  .sfft-acc-b {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .sfft-col.is-open .sfft-acc-b {
    max-height: 600px;
    padding: 0 2px 14px;
  }
  .sfft-col li a {
    padding: 9px 0;
    min-height: 44px;
    box-sizing: border-box;
    line-height: 1.4;
  }

  .sfft-bottom-in {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 22px 30px;
    gap: 14px;
  }
  .sfft-pays { justify-content: center; }
  .sfft-legal { justify-content: center; gap: 6px 16px; }
}

/* ===== Suppress legacy FAB (whatsapp-fab); WhatsApp now lives inline in the footer ===== */
.whatsapp-fab { display: none !important; }
