.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #0f2922;
  color: #f5efe5;
  border-bottom: 2px solid #d4af37;
  font-family: system-ui, sans-serif;
}

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

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #d4af37;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-brand svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

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

.site-nav__link {
  text-decoration: none;
  color: #f5efe5;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.site-nav__link:hover {
  color: #d4af37;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #d4af37;
  color: #0f2922;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-header__cta:hover {
  background-color: #e6c555;
  transform: translateY(-1px);
}

.site-burger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #d4af37;
}

.site-burger__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: all 0.3s linear;
}

.site-mobileNav {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  font-family: system-ui, sans-serif;
}

.site-mobileNav[data-mobile-open="1"] {
  visibility: visible;
  opacity: 1;
}

.site-mobileNav__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(28, 34, 36, 0.8);
}

.site-mobileNav__panel {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 100%;
  background-color: #0f2922;
  border-left: 2px solid #d4af37;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.5);
}

.site-mobileNav[data-mobile-open="1"] .site-mobileNav__panel {
  transform: translateX(0);
}

.site-mobileNav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.site-mobileNav__brand {
  color: #d4af37;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.site-mobileNav__close {
  background: transparent;
  border: none;
  color: #f5efe5;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.site-mobileNav__links {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 20px;
}

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

.site-mobileNav__actions {
  padding: 0 24px 24px;
  margin-top: auto;
}

.site-mobileNav__cta {
  display: flex;
  justify-content: center;
  padding: 14px;
  background-color: #d4af37;
  color: #0f2922;
  text-decoration: none;
  font-weight: 800;
  border-radius: 8px;
  font-size: 1.1rem;
}

.site-footer {
  background-color: #1c2224;
  color: #f5efe5;
  padding: 64px 24px 24px;
  font-family: system-ui, sans-serif;
  border-top: 4px solid #0f2922;
}

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

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

.site-footer__brand {
  color: #d4af37;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer__summary {
  line-height: 1.6;
  color: #a0aab2;
  margin: 0;
}

.site-footer__rg {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.site-footer__age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #d4af37;
  border-radius: 50%;
  font-weight: 800;
  color: #d4af37;
}

.site-footer__rg a {
  color: #a0aab2;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

.site-footer__rg a:hover {
  color: #f5efe5;
}

.site-footer__title {
  display: block;
  color: #f5efe5;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-footer__contact,
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__contactLink,
.site-footer__link {
  color: #a0aab2;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.site-footer__contactLink:hover,
.site-footer__link:hover {
  color: #d4af37;
}

.site-footer__disclaimer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid rgba(245, 239, 229, 0.1);
  text-align: center;
}

.site-footer__disclaimer p {
  margin: 0;
  color: #a0aab2;
  font-size: 0.85rem;
  line-height: 1.6;
}

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

.site-footer__bottom p {
  margin: 0;
}

@media (max-width: 1024px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .site-header__cta {
    display: none;
  }

  .site-burger {
    display: flex;
  }

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

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

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

.mb-4 {
  margin-bottom: 1rem;
}
