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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #11261d;
  color: #f5efe5;
  border-bottom: 1px solid rgba(245, 239, 229, 0.1);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
}

.site-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.site-header__brand-wrapper {
  flex: 1 1 auto
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #f5efe5;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .02em
}

.site-brand svg {
  width: 40px;
  height: 40px;
  fill: #d97706
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px
}

.site-nav__link {
  text-decoration: none;
  color: #f5efe5;
  font-size: 1rem;
  opacity: .9;
  transition: opacity .2s ease, color .2s ease
}

.site-nav__link:hover {
  opacity: 1;
  color: #d97706
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  justify-content: flex-end
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 16px;
  background-color: #d97706;
  color: #11261d;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color .2s ease
}

.site-header__cta:hover {
  background-color: #f5ab35
}

.site-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(245, 239, 229, 0.2);
  border-radius: 12px;
  background: transparent;
  color: #f5efe5;
  cursor: pointer
}

.site-burger__line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 2px
}

.site-footer {
  background-color: #3e2723;
  color: #f5efe5;
  padding: 64px 24px 32px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  border-top: 4px solid #11261d
}

.site-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px
}

.site-footer__brand-col {
  max-width: 400px
}

.site-footer__brand {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #d97706
}

.site-footer__summary {
  font-size: 1rem;
  line-height: 1.6;
  opacity: .8;
  margin: 0 0 24px 0
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.site-footer__contact-link {
  color: #d97706;
  text-decoration: none;
  font-weight: 700
}

.site-footer__contact-link:hover {
  text-decoration: underline
}

.site-footer__heading {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #f5efe5;
  opacity: .9
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.site-footer__link {
  color: #f5efe5;
  text-decoration: none;
  opacity: .8;
  transition: opacity .2s ease
}

.site-footer__link:hover {
  opacity: 1;
  color: #d97706
}

.site-footer__bottom {
  max-width: 1400px;
  margin: 64px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 239, 229, 0.1);
  text-align: center;
  font-size: .875rem;
  opacity: .6
}

.site-mobileNav {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  justify-content: flex-end
}

.site-mobileNav[hidden] {
  display: none
}

.site-mobileNav__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(17, 38, 29, 0.8);
  backdrop-filter: blur(4px)
}

.site-mobileNav__panel {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #11261d;
  color: #f5efe5;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.5);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
}

.site-mobileNav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px
}

.site-mobileNav__brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d97706
}

.site-mobileNav__close {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(245, 239, 229, 0.2);
  border-radius: 12px;
  background: transparent;
  color: #f5efe5;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.site-mobileNav__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: auto
}

.site-mobileNav__link {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f5efe5;
  text-decoration: none;
  opacity: .9
}

.site-mobileNav__link:hover {
  color: #d97706
}

.site-mobileNav__bottom {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 239, 229, 0.1)
}

.site-mobileNav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background-color: #d97706;
  color: #11261d;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem
}

@media (max-width:900px) {
  .site-nav--desktop {
    display: none
  }

  .site-header__cta {
    display: none
  }

  .site-burger {
    display: flex
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

[data-mobile-nav][hidden],
[data-mobile-nav].hidden {
  display: none
}

[data-mobile-nav][data-mobile-open="1"] {
  display: block
}
