.marketing-landing .footer {
  background: #faf8f5;
  padding: 80px 24px 40px;
  border-top: 1px solid #f0ede8;
}
.marketing-landing .footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.marketing-landing .footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid #f0ede8;
}
.marketing-landing .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 280px;
}
.marketing-landing .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
}
.marketing-landing .footer-logo svg {
  width: 29px;
  height: 26px;
}
.marketing-landing .footer-logo-name {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.marketing-landing .footer-tagline {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.marketing-landing .footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.marketing-landing .footer-social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f0ede8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition:
    border-color 0.15s,
    color 0.15s;
}
.marketing-landing .footer-social:hover {
  border-color: #0f2b23;
  color: #0f2b23;
}
.marketing-landing .footer-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.marketing-landing .footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.marketing-landing .footer-col-title {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin-bottom: 2px;
}
/* Unpublished destinations share the typography of links without becoming interactive. */
.marketing-landing .footer-col > :is(a, span) {
  font-size: 13px;
  color: #888;
  text-decoration: none;
  transition: color 0.15s;
}
.marketing-landing .footer-col a:hover {
  color: #0f2b23;
}
.marketing-landing .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.marketing-landing .footer-copy {
  font-size: 12.5px;
  color: #aaa;
}
.marketing-landing .footer-legal {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.marketing-landing .footer-legal > :is(a, span) {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
  transition: color 0.15s;
}
.marketing-landing .footer-legal a:hover {
  color: #666;
}
@media (max-width: 900px) {
  .marketing-landing .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .marketing-landing .footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .marketing-landing .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .marketing-landing .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 820px) {
}
.marketing-landing .footer-legal > :is(a, span) {
  font-size: 13px !important;
  color: #8b857c !important;
}
.marketing-landing .footer-legal a:hover {
  color: #4a453e !important;
}
.marketing-landing .footer-col > :is(a, span) {
  font-size: 13.5px !important;
  color: #6f6a62 !important;
}
.marketing-landing .footer-col a:hover {
  color: #1c1100 !important;
}
.marketing-landing .footer-tagline {
  color: #6f6a62 !important;
}
@media (min-width: 901px) {
  .marketing-landing .footer-top {
    grid-template-columns: 1.5fr 1fr 1.9fr 1fr 1fr !important;
  }
  .marketing-landing .footer-col-pro {
    display: block !important;
    column-count: 2;
    column-gap: 32px;
  }
}
@media (max-width: 900px) {
  .marketing-landing .footer-col-pro {
    grid-column: 1 / -1;
    display: block !important;
    column-count: 3;
    column-gap: 26px;
  }
}
@media (max-width: 600px) {
  .marketing-landing .footer-col-pro {
    column-count: 2;
    column-gap: 18px;
  }
}
.marketing-landing .footer-col-pro .footer-col-title {
  column-span: all;
  -webkit-column-span: all;
  margin-bottom: 14px;
}
.marketing-landing .footer-col-pro > :is(a, span) {
  display: block;
  margin-bottom: 14px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.marketing-landing .footer-col-pro > :is(a, span):last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .marketing-landing .footer {
    padding-top: 70px !important;
  }
}
