/* =========================
   FOOTER
   ========================= */

.alynore-site-footer {
  margin-top: 94px;
  border-top: 0;
  background: #15110f;
}

.alynore-footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 42px 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.5fr) minmax(420px, 0.95fr);
  gap: 68px;
  align-items: start;
}

.alynore-footer-left,
.alynore-footer-center,
.alynore-footer-right {
  min-width: 0;
}

.alynore-footer-column-title {
  margin: 0 0 10px;
  color: #f0e4d4;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.alynore-footer-brand {
  margin: 0 0 20px;
  color: #f5ede1;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.alynore-footer-desc {
  max-width: 400px;
  margin: 0 0 26px;
  color: #d0c0ac;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  line-height: 1.52;
}

.alynore-footer-entity {
  max-width: 420px;
  margin: -8px 0 24px;
  color: rgba(240, 228, 212, 0.66);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alynore-footer-socials {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 0 0 60px;
}

.alynore-footer-socials a {
  color: #f4ede2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: transform 0.22s ease, color 0.22s ease;
}

.alynore-footer-socials a:hover {
  color: #d0b17f;
  transform: translateY(-1px);
}

.alynore-footer-socials svg {
  width: 100%;
  height: 100%;
  display: block;
}

.alynore-footer-copy {
  color: #f1e6d8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}

.alynore-footer-legal {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.alynore-footer-legal a,
.alynore-footer-contact {
  color: #d0c0ac;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 11px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.alynore-footer-contact {
  display: inline-block;
  color: #f3e7d8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.alynore-footer-signup {
  background: #101012;
  border-radius: 20px;
  padding: 20px 20px 20px;
  max-width: 520px;
  min-height: 304px;
}

.alynore-footer-signup__text {
  margin: 0 0 16px;
  color: #e1d2bf;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  line-height: 1.55;
  max-width: 430px;
}

.alynore-footer-signup__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.alynore-footer-signup__form input {
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  border: 1px solid rgba(240, 228, 212, 0.7);
  background: #101012;
  color: #f6eee2;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.alynore-footer-signup__form input::placeholder {
  color: #84786b;
}

.alynore-footer-signup__form input:focus {
  outline: none;
  border-color: rgba(209, 176, 125, 0.82);
  box-shadow: 0 0 0 4px rgba(209, 176, 125, 0.1);
  transform: translateY(-1px);
}

.alynore-footer-signup__form button {
  min-height: 48px;
  padding: 0 34px;
  width: auto;
  min-width: 336px;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid #1d1713;
  background: #d1b07d;
  color: #201712;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.alynore-footer-signup__form button:hover {
  background: #c5a16d;
  color: #201712;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(36, 26, 20, 0.14);
}

.alynore-footer-signup__form button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(209, 176, 125, 0.16);
}

.alynore-footer-signup__notice {
  margin: 14px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.alynore-footer-signup__notice--success,
.alynore-footer-signup__notice--info {
  color: #d8c4a0;
}

.alynore-footer-signup__notice--error {
  color: #f0c1b8;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .alynore-site-footer {
    margin-top: 68px;
  }

  .alynore-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    text-align: left;
  }

  .alynore-footer-socials {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .alynore-site-footer {
    margin-top: 48px;
  }

  .alynore-footer-inner {
    padding: 34px 16px 28px;
    gap: 18px;
  }

  .alynore-footer-brand {
    font-size: 18px;
  }

  .alynore-footer-desc {
    font-size: 13px;
    line-height: 1.5;
  }

  .alynore-footer-column-title {
    font-size: 16px;
  }

  .alynore-footer-legal a,
  .alynore-footer-contact,
  .alynore-footer-signup__text,
  .alynore-footer-copy {
    font-size: 13px;
  }

  .alynore-footer-signup {
    padding: 18px 16px 16px;
    border-radius: 18px;
    min-height: auto;
  }

  .alynore-footer-signup__text {
    margin-bottom: 14px;
    line-height: 1.55;
  }

  .alynore-footer-signup__form input {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .alynore-footer-signup__form button {
    min-width: 0;
    width: 100%;
    min-height: 46px;
    padding: 0 20px;
    font-size: 13px;
  }
}
