@charset "UTF-8";
/* ---------- COLORS ---------- */
/* ---------- FONT FAMILIES ---------- */
/* ---------- TYPOGRAPHY ---------- */
/* ---------- CSS CUSTOM PROPERTIES (для runtime-доступа из JS/замеров) ---------- */
:root {
  --c-white: #FFFFFF;
  --c-black: #000000;
  --c-ivory: #F7F1DF;
  --c-light-gray: #FAFAF9;
  --c-gold: #B29261;
  --c-orange: #E60000;
  --ff-display: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  --ff-sans: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  --ff-script: "Shelley-stand", "Imperial Script", "Great Vibes", cursive;
}

.site-footer {
  width: 1440px;
  height: 875px;
  background: #FFFFFF;
  position: relative;
  color: #000000;
}
.site-footer__header {
  position: absolute;
  top: 120px;
  left: 283px;
  width: 874px;
  text-align: center;
}
.site-footer__kicker {
  font-family: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.83em;
  text-transform: uppercase;
  margin: 0;
}
.site-footer__intro {
  /* Figma 512:20620 — Display/H5: Chiswick Text 24/1.3/+2px, UPPERCASE. */
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 24px 0 0;
}
.site-footer__links {
  position: absolute;
  top: 310px;
  left: 284px;
  width: 872px;
  height: 176px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
}
.site-footer__col-title {
  font-family: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.83em;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 500;
}
.site-footer__col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__col-link {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer__col-link:hover {
  opacity: 0.7;
}
.site-footer__socials-row {
  position: absolute;
  top: 542px;
  left: 283px;
  width: 874px;
  height: 63px;
  display: flex;
  justify-content: space-between;
}
.site-footer__socials {
  width: 261px;
  padding-top: 3px;
}
.site-footer__socials-title {
  font-family: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.83em;
  text-transform: uppercase;
  margin: 0;
}
.site-footer__socials-icons {
  margin-top: 21px;
  display: flex;
  gap: 20px;
}
.site-footer__social {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer__social:hover {
  opacity: 0.6;
}
.site-footer__social svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.site-footer__subscribe {
  width: 545px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.site-footer__subscribe-box {
  width: 436px;
}
.site-footer__subscribe-title {
  font-family: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.83em;
  text-transform: uppercase;
  margin: 0;
}
.site-footer__subscribe-input {
  margin-top: 14px;
  width: 436px;
  height: 35px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-size: 14px;
  padding: 0 4px;
  outline: none;
}
.site-footer__subscribe-input:focus {
  border-bottom-color: #000000;
}
.site-footer__subscribe-btn {
  width: 93px;
  height: 30px;
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #000000;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
}
.site-footer__subscribe-btn:hover {
  background: #2a2420;
}
.site-footer__bottom {
  position: absolute;
  top: 661px;
  left: 0;
  width: 1440px;
  height: 174px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer__copy {
  position: absolute;
  top: 160px;
  left: 64px;
  width: 316px;
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.site-footer__crest {
  /* Figma Mono Crest 173×174 — SVG через REST → assets/img/icons/crest.svg.
     Текст "LaB" внутри div скрывается для a11y fallback. */
  position: absolute;
  top: 0;
  left: 633.5px;
  width: 173px;
  height: 174px;
  background: url("../../assets/img/icons/crest.svg") center/contain no-repeat;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.site-footer__footer-menu {
  position: absolute;
  top: 133px;
  left: 1060px;
  width: 316px;
  height: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__footer-link {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.site-footer__footer-link:hover {
  color: #000000;
}
.site-footer {
  /* ───── Responsive overrides ───── */
}
@media (max-width: 1023px) {
  .site-footer {
    width: 100%;
    height: auto;
    padding: 80px 32px 40px;
  }
  .site-footer__header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .site-footer__links {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 720px;
    margin: 56px auto 0;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  .site-footer__socials-row {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 720px;
    margin: 56px auto 0;
    height: auto;
    flex-direction: column;
    gap: 40px;
  }
  .site-footer__socials {
    width: 100%;
  }
  .site-footer__subscribe {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
  .site-footer__subscribe-box {
    width: 100%;
    max-width: 436px;
  }
  .site-footer__subscribe-input {
    width: 100%;
  }
  .site-footer__bottom {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 64px);
    margin: 64px -32px 0;
    height: auto;
    padding: 48px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .site-footer__crest {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    order: 1;
  }
  .site-footer__footer-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    height: auto;
    order: 2;
  }
  .site-footer__copy {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    order: 3;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 60px 20px 32px;
  }
  .site-footer__kicker {
    font-size: 11px;
  }
  .site-footer__intro {
    font-size: 18px;
    margin-top: 20px;
  }
  .site-footer__links {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    margin-top: 40px;
  }
  .site-footer__col-title {
    margin-bottom: 18px;
    font-size: 11px;
  }
  .site-footer__socials-row {
    margin-top: 40px;
    gap: 32px;
  }
  .site-footer__bottom {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 48px;
    padding: 40px 20px 24px;
  }
  .site-footer__crest {
    font-size: 64px;
  }
  .site-footer__footer-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
  .site-footer__footer-link {
    font-size: 12px;
  }
  .site-footer__copy {
    font-size: 12px;
  }
}