/* ── Softanova Footer (arc + brand) ── */
.footer {
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding: 0.75rem;
  overflow: hidden;
  background-color: var(--primary);
  color: #0a0a0a;
  font-family: "Onest", sans-serif;
}

.footer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  min-height: calc(100svh - 1.5rem);
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
}

.footer-arc {
  position: absolute;
  top: 2%;
  left: 50%;
  width: max(1200px, 110%);
  max-height: 45%;
  transform: translateX(-50%);
  pointer-events: none;
}

.footer-arc-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: visible;
}

.footer-arc-text {
  font-family: "Brinnan", "Onest", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  fill: #0a0a0a;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
  max-width: 1400px;
  margin: auto auto 0;
  padding: 0.75rem;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-brand {
  text-align: center;
}

.footer-brand-logo {
  display: block;
  width: auto;
  height: clamp(60px, 8vw, 110px);
  max-width: 90vw;
  object-fit: contain;
  margin: 0 auto;
  filter: brightness(0);
}

.footer-brand-sub {
  margin-top: 0.3rem;
  font-family: "Onest", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.65);
}

.footer-newsletter {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.08);
  border: 1px solid rgba(10, 10, 10, 0.15);
}

.footer-newsletter-input {
  min-width: 260px;
  padding: 0 1.15rem;
  height: 46px;
  border: none;
  outline: none;
  font-family: "Onest", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #0a0a0a;
  background: transparent;
}

.footer-newsletter-input::placeholder {
  color: rgba(10, 10, 10, 0.45);
}

.footer-newsletter-btn {
  height: 46px;
  padding: 0 1.4rem;
  border: none;
  background-color: #0a0a0a;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer-newsletter-btn p {
  margin: 0;
  color: var(--primary);
  letter-spacing: 0.2em;
  font-weight: 600;
}

.footer-newsletter-btn:hover {
  background-color: #fff;
}

.footer-newsletter-btn:hover p {
  color: #0a0a0a;
}

.footer-nav-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-nav-left { text-align: left; }
.footer-nav-right { text-align: right; }

.footer-nav-link {
  text-decoration: none;
  color: #0a0a0a;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.footer-nav-link:hover { opacity: 1; }

.footer-nav-link p.mono {
  letter-spacing: 0.2em;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 1rem;
}

.footer-socials {
  display: flex;
  gap: 2rem;
}

.footer-social-link {
  text-decoration: none;
  color: #0a0a0a;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-social-link:hover { opacity: 1; }

.footer-contact-email {
  font-family: "Brinnan", "Onest", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  color: #0a0a0a;
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  font-weight: 400;
}

.footer-contact-email:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 0.75rem;
  border-top: 1px solid rgba(10, 10, 10, 0.18);
}

.footer-bottom-text {
  font-family: "Onest", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.7);
}

@media (max-width: 1000px) {
  .footer {
    padding: 0.5rem 0.5rem 80px;
  }
  .footer-wrapper {
    padding: 1rem 1rem 0;
    min-height: calc(100svh - 120px);
  }
  .footer-content { gap: 1.75rem; padding: 0.5rem; }
  .footer-center { gap: 1.25rem; width: 100%; }
  .footer-brand-logo { height: clamp(52px, 14vw, 90px); }
  .footer-brand-sub { font-size: 0.62rem; letter-spacing: 0.2em; }
  .footer-newsletter { width: 100%; max-width: 380px; }
  .footer-newsletter-input { flex: 1; min-width: 0; font-size: 0.85rem; height: 44px; }
  .footer-newsletter-btn { height: 44px; padding: 0 1.1rem; flex-shrink: 0; }
  .footer-newsletter-btn p { font-size: 0.7rem; }
  .footer-nav-row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(10, 10, 10, 0.12);
    width: 100%;
    max-width: 420px;
  }
  .footer-nav-left, .footer-nav-right { text-align: center; }
  .footer-contact { padding-bottom: 0.5rem; gap: 0.5rem; }
  .footer-socials { gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
  .footer-contact-email { font-size: 1.15rem; }
  .footer-bottom { flex-direction: column; gap: 0.4rem; text-align: center; padding: 0.9rem 0.5rem; }
  .footer-bottom-text { font-size: 0.62rem; letter-spacing: 0.15em; }
}

@media (max-width: 500px) {
  .footer-content { gap: 1.4rem; }
  .footer-brand-logo { height: 56px; }
  .footer-brand-sub { font-size: 0.55rem; }
  .footer-contact-email { font-size: 0.95rem; }
  .footer-socials { gap: 1rem; }
  .footer-socials .mono { font-size: 0.65rem; }
  .footer-nav-row { gap: 1.75rem; }
  .footer-nav .mono { font-size: 0.65rem; }
  .footer-newsletter-input { font-size: 0.78rem; padding: 0 0.9rem; }
  .footer-newsletter-btn { padding: 0 0.9rem; }
  .footer-newsletter-btn p { font-size: 0.62rem; }
  .footer-bottom-text { font-size: 0.58rem; letter-spacing: 0.12em; }
}
