.ak-footer {
  background: linear-gradient(180deg, #241614 0%, #1b1110 100%);
  color: #f5e8d9;
  border-top: 1px solid rgba(200, 107, 62, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.ak-footer-main {
  max-width: 1489px;
  margin: 0 auto;
  padding: 56px 24px;
}
.ak-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.ak-footer a {
  color: #f5e8d9;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.ak-footer a:hover {
  color: #d8a15f;
  opacity: 1;
}
.ak-footer-logo {
  display: inline-block;
  margin-bottom: 14px;
}
.ak-footer-logo img {
  display: block;
  height: 78px;
  width: auto;
}
.ak-footer-brand p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #dbc8b8;
  max-width: 300px;
  margin: 0;
}
.ak-footer-links,
.ak-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}
.ak-footer-links i {
  width: 20px;
  margin-right: 7px;
  color: #d8a15f;
}
.ak-footer-contact p {
  margin: 0;
  color: #e7d5c3;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}
.ak-footer-contact a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}
.ak-footer-contact-title {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1;
  color: #f1d4ae;
  font-weight: 600;
}
.ak-footer-brochure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 1px solid #c86b3e;
  background: #c86b3e;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 12px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.ak-footer-brochure:hover {
  background: transparent;
  color: #f1d4ae !important;
}
.ak-footer-bottom {
  background: #140d0c;
  border-top: 1px solid rgba(216, 161, 95, 0.3);
}
.ak-footer-bottom-inner {
  max-width: 1489px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  color: #d7c4b1;
}
.ak-footer-bottom-inner p { margin: 0; }
.ak-footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .ak-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .ak-footer-main { padding: 46px 20px; }
  .ak-footer-grid { grid-template-columns: 1fr; }
  .ak-footer-logo { font-size: 23px; }
  .ak-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
