.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: #fdfbf7; padding: 16px 24px; }
.site-header__container { max-width: 1400px; margin: 0 auto; border: 1px solid #dca5a5; border-radius: 8px; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; background: #fff; box-shadow: 0 4px 12px rgba(220, 165, 165, 0.1); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #2c2422; font-weight: 800; font-size: 20px; font-family: system-ui, serif; }
.site-brand svg { width: 32px; height: 32px; fill: #c5a059; }
.site-nav { display: flex; gap: 32px; align-items: center; }
.site-nav__link { text-decoration: none; color: #2c2422; font-weight: 700; font-size: 15px; transition: color 0.2s; }
.site-nav__link:hover { color: #c5a059; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 8px; background: #c5a059; color: #fff; text-decoration: none; font-weight: 700; transition: background 0.2s; }
.site-header__cta:hover { background: #b38f48; }
.site-burger { display: none; flex-direction: column; justify-content: space-between; width: 32px; height: 20px; background: transparent; border: none; cursor: pointer; color: #2c2422; padding: 0; }
.site-burger__line { width: 100%; height: 2px; background: currentColor; border-radius: 2px; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(44, 36, 34, 0.4); display: flex; justify-content: flex-end; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { width: min(400px, 85vw); height: 100%; background: #fdf5f6; padding: 32px 24px; display: flex; flex-direction: column; box-shadow: -8px 0 24px rgba(0,0,0,0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; border-bottom: 1px solid #dca5a5; padding-bottom: 16px; }
.site-mobileNav__brand { font-weight: 800; font-size: 20px; color: #2c2422; }
.site-mobileNav__close { background: transparent; border: none; font-size: 32px; line-height: 1; color: #2c2422; cursor: pointer; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { text-decoration: none; color: #2c2422; font-weight: 700; font-size: 18px; }
.site-mobileNav__cta { margin-top: 32px; display: inline-flex; justify-content: center; padding: 14px; border-radius: 8px; background: #c5a059; color: #fff; text-decoration: none; font-weight: 700; }
.site-footer { background: #2c2422; color: #fdfbf7; padding: 64px 24px 32px; margin-top: 64px; }
.site-footer__container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 48px; }
.site-footer__brand { font-size: 24px; font-weight: 800; margin-bottom: 16px; display: block; color: #c5a059; }
.site-footer__summary { font-size: 15px; line-height: 1.6; opacity: 0.8; margin-bottom: 24px; }
.site-footer__title { font-size: 18px; font-weight: 700; margin-bottom: 24px; color: #dca5a5; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__links--mt { margin-top: 16px; }
.site-footer__link { text-decoration: none; color: #fdfbf7; opacity: 0.8; font-size: 15px; transition: opacity 0.2s; }
.site-footer__link:hover { opacity: 1; color: #c5a059; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contact a { color: #fdfbf7; text-decoration: none; opacity: 0.8; transition: opacity 0.2s; }
.site-footer__contact a:hover { opacity: 1; color: #c5a059; }
.site-footer__newsletter form { display: flex; flex-direction: column; gap: 12px; }
.site-footer__newsletter input { padding: 12px 16px; border-radius: 8px; border: 1px solid rgba(253, 251, 247, 0.2); background: rgba(253, 251, 247, 0.05); color: #fff; font-size: 15px; }
.site-footer__newsletter button { padding: 12px 16px; border-radius: 8px; border: none; background: #c5a059; color: #fff; font-weight: 700; cursor: pointer; }
.site-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(253, 251, 247, 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 14px; opacity: 0.6; }
@media (max-width: 992px) { .site-nav { display: none; } .site-header__cta { display: none; } .site-burger { display: flex; } .site-footer__container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px) { .site-header__container { padding: 12px 16px; } .site-footer__container { grid-template-columns: 1fr; gap: 32px; } .site-footer__bottom { flex-direction: column; gap: 16px; text-align: center; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
