.elementor-91 .elementor-element.elementor-element-ba2650d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-58fbb86 *//*
=============================================================
  WATCH ESTATE — FOOTER CSS
  วิธีใช้: WordPress → Appearance → Additional CSS
=============================================================
*/

/* ── Footer wrapper ──────────────────────────────────────── */
.we-footer {
  background: var(--we-ink2, #100e0c);
  color: var(--we-text, #cbc4b6);
  font-family: 'Raleway', sans-serif;
}

/* ── Quote ───────────────────────────────────────────────── */
.we-ft-quote {
  border-bottom: 1px solid var(--we-line-soft, rgba(255,255,255,.1));
  padding: 80px 60px 72px;
}
.we-ft-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.2vw, 60px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,.9);
  margin: 0 auto;
  max-width: 1200px;
  line-height: 1.2;
  letter-spacing: .01em;
  text-align: center;
}

/* ── Desktop: headers ไม่ interactive ───────────────────── */
@media (min-width: 769px) {
  .we-ft-head {
    pointer-events: none;
    cursor: default;
  }
}

/* ── Desktop: 4-column grid ──────────────────────────────── */
.we-ft-body {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  max-width: 1340px;
  margin: 0 auto;
  padding: 52px 60px 60px;
  gap: 0 48px;
  border-bottom: 1px solid var(--we-line-soft, rgba(255,255,255,.1));
}

/* ── Column ──────────────────────────────────────────────── */
.we-ft-col { }

/* ── Section header ──────────────────────────────────────── */
.we-ft-head,
.we-ft-head:hover,
.we-ft-head:focus,
.we-ft-head:active {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.we-ft-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  text-align: left;
  cursor: default;
}

/* +/− icon — desktop hidden */
.we-ft-icon {
  display: none;
  width: 14px; height: 14px;
  position: relative;
  flex-shrink: 0;
}
.we-ft-icon::before,
.we-ft-icon::after {
  content: '';
  position: absolute;
  background: rgba(255,255,255,.4);
  border-radius: 1px;
  transition: transform .4s cubic-bezier(.16,1,.3,1), opacity .3s;
}
.we-ft-icon::before {
  width: 14px; height: 1px;
  top: 50%; left: 0;
  transform: translateY(-50%);
}
.we-ft-icon::after {
  width: 1px; height: 14px;
  left: 50%; top: 0;
  transform: translateX(-50%);
}
.we-ft-col.open .we-ft-icon::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

/* ── Links ───────────────────────────────────────────────── */
.we-ft-links,
.we-ft-links-inner {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.we-ft-links a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(203,196,182,.72);
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.5;
  transition: color .25s;
}
.we-ft-links a:hover { color: var(--we-gold, #cda349); }

/* ── Brand info block ────────────────────────────────────── */
.we-ft-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.we-ft-info-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 12px;
  padding: 5px 0;
}
.we-ft-info-row dt {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  padding-top: 1px;
}
.we-ft-info-row dd {
  font-size: 13px;
  font-weight: 300;
  color: rgba(203,196,182,.72);
  margin: 0;
}
.we-ft-info-row dd a {
  color: inherit;
  text-decoration: none;
  transition: color .25s;
}
.we-ft-info-row dd a:hover { color: var(--we-gold, #cda349); }
.we-ft-appt {
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--we-gold, #cda349);
  margin: 14px 0 0 0;
}

/* ── Bottom bar ──────────────────────────────────────────── */
.we-ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--we-line-soft, rgba(255,255,255,.1));
  max-width: 1340px;
  margin: 0 auto;
  padding: 22px 60px;
  gap: 16px;
}
.we-ft-copy {
  font-size: 10px;
  letter-spacing: .1em;
  color: rgba(255,255,255,.25);
  margin: 0;
}
.we-ft-pay {
  display: flex;
  align-items: center;
  gap: 8px;
}
.we-ft-pay svg {
  border-radius: 3px;
  opacity: .65;
  transition: opacity .2s;
}
.we-ft-pay svg:hover { opacity: 1; }

/* ── Mobile (≤768px): accordion ──────────────────────────── */
@media (max-width: 768px) {
  .we-ft-quote {
    padding: 52px 20px 44px;
  }

  /* Stack to single column */
  .we-ft-body {
    display: block;
    padding: 0;
    max-width: 100%;
    border-bottom: none;
  }

  /* Each col: border top, full padding */
  .we-ft-col {
    border-top: 1px solid var(--we-line-soft, rgba(255,255,255,.1));
  }
  .we-ft-col:last-child {
    border-bottom: 1px solid var(--we-line-soft, rgba(255,255,255,.1));
  }

  /* Header: clickable, with +/- icon */
  .we-ft-head {
    cursor: pointer;
    padding: 20px 20px;
  }
  .we-ft-icon { display: block; }

  /* Links: collapsed by default */
  .we-ft-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    gap: 0;
    transition: max-height .5s cubic-bezier(.16,1,.3,1),
                padding-bottom .4s ease;
  }
  .we-ft-col.open .we-ft-links {
    max-height: 500px;
    padding: 0 20px 24px;
  }
  .we-ft-links-inner {
    gap: 12px;
  }

  /* info rows: smaller grid */
  .we-ft-info-row {
    grid-template-columns: 70px 1fr;
  }

  /* Bottom bar: stacked, centered */
  .we-ft-bottom {
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
    gap: 12px;
    max-width: 100%;
  }
}/* End custom CSS */