/* Burke Williams — Footer Styles
   Figma: dark background #1a1712, large decorative wordmark, 3-col links
   Class prefix: bw-footer__*
*/

/* ── Base footer ─────────────────────────────────────────── */
.bw-footer {
  background: #1a1712;
  color: #fffdf8;
  overflow: hidden;
  position: relative;
}

.bw-footer__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
  padding-top: 80px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}

/* ── Decorative script wordmark (watermark) ──────────────── */
.bw-footer__wordmark {
  text-align: center;
  margin-bottom: 64px;
  overflow: hidden;
  line-height: 1;
}

.bw-footer__wordmark-text {
  display: block;
  font-family: 'La Belle Aurore', 'Dancing Script', cursive;
  font-size: clamp(60px, 10vw, 160px);
  font-weight: 400;
  color: rgba(255, 253, 248, 0.06);
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

/* ── Email signup ────────────────────────────────────────── */
.bw-footer__signup {
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.1);
  text-align: center;
}

.bw-footer__signup-label {
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.6);
  margin-bottom: 20px;
}

.bw-footer__signup-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 100px;
  overflow: hidden;
}

.bw-footer__signup-input {
  flex: 1;
  background: #2a2520;
  border: none;
  padding: 14px 24px;
  color: #fffdf8;
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 14px;
  outline: none;
  min-width: 0;
}

.bw-footer__signup-input::placeholder {
  color: rgba(255, 253, 248, 0.35);
}

.bw-footer__signup-btn {
  padding: 14px 28px;
  background: #335d88;
  color: #fffdf8;
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
}

.bw-footer__signup-btn:hover { background: #2a4f77; }

/* ── Link columns ────────────────────────────────────────── */
.bw-footer__links {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 64px;
}

.bw-footer__col {
  flex: 1;
}

.bw-footer__divider {
  font-size: 24px;
  color: rgba(255, 253, 248, 0.15);
  padding: 0 40px;
  padding-top: 4px;
  user-select: none;
  flex-shrink: 0;
}

.bw-footer__col-heading {
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #676767;
  margin-bottom: 20px;
  line-height: 1;
}

.bw-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bw-footer__col-list a,
.bw-footer__col-list li a {
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 253, 248, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.bw-footer__col-list a:hover,
.bw-footer__col-list li a:hover {
  color: #fffdf8;
  text-decoration: none;
}

/* ── Bottom bar ──────────────────────────────────────────── */
.bw-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
}

.bw-footer__copy {
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 12px;
  font-weight: 400;
  color: #676767;
  margin: 0;
  letter-spacing: 0.04em;
}

.bw-footer__legal {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.bw-footer__legal-link {
  font-family: var(--font-body, 'Barlow', sans-serif);
  font-size: 12px;
  font-weight: 400;
  color: #676767;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.bw-footer__legal-link:hover { color: rgba(255, 253, 248, 0.6); text-decoration: none; }

.bw-footer__legal-sep { color: rgba(255, 253, 248, 0.15); font-size: 12px; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1200px) {
  .bw-footer__inner { padding-inline: 64px; }
  .bw-footer__divider { padding: 0 24px; padding-top: 4px; }
}

@media (max-width: 1024px) {
  .bw-footer__inner { padding-inline: 48px; }
  .bw-footer__divider { padding: 0 16px; padding-top: 4px; }
}

@media (max-width: 768px) {
  .bw-footer__inner { padding-inline: 24px; padding-top: 56px; }
  .bw-footer__wordmark { margin-bottom: 40px; }
  .bw-footer__wordmark-text { font-size: clamp(48px, 14vw, 80px); }
  .bw-footer__signup { margin-bottom: 48px; padding-bottom: 48px; }
  .bw-footer__signup-form { flex-direction: column; border-radius: 12px; max-width: 100%; }
  .bw-footer__signup-input { padding: 14px 20px; border-radius: 12px 12px 0 0; }
  .bw-footer__signup-btn { border-radius: 0 0 12px 12px; text-align: center; padding: 14px 20px; }
  .bw-footer__links { flex-direction: column; gap: 40px; }
  .bw-footer__divider { display: none; }
  .bw-footer__bottom { flex-direction: column; align-items: flex-start; }
  .bw-footer__legal { gap: 8px; }
}

@media (max-width: 480px) {
  .bw-footer__inner { padding-inline: 20px; }
  .bw-footer__legal { flex-direction: column; align-items: flex-start; gap: 6px; }
  .bw-footer__legal-sep { display: none; }
}
