.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 { background-color: #FDFBF7; color: #4A3B32; border-bottom: 1px solid #E8B4B8; position: sticky; top: 0; z-index: 60; font-family: system-ui, -apple-system, sans-serif; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__brand-zone { flex: 1 1 auto; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #4A3B32; font-family: ui-serif, Georgia, serif; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #4A3B32; font-weight: 500; font-size: 0.95rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #E8B4B8; }
.site-header__actions { display: flex; align-items: center; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: 1px solid #E8B4B8; border-radius: 12px; color: #4A3B32; cursor: pointer; }
.site-burger__line { display: block; width: 20px; height: 2px; background: currentColor; margin: 0 auto; border-radius: 2px; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(74, 59, 50, 0.4); backdrop-filter: blur(4px); font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav__panel { width: min(400px, 85vw); height: 100%; background-color: #FDFBF7; color: #4A3B32; display: flex; flex-direction: column; box-shadow: 4px 0 24px rgba(74, 59, 50, 0.15); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid #E8B4B8; }
.site-mobileNav__brand { font-family: ui-serif, Georgia, serif; font-weight: 700; font-size: 1.25rem; }
.site-mobileNav__close { width: 40px; height: 40px; border: 1px solid #E8B4B8; border-radius: 12px; background: transparent; color: #4A3B32; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 40px 24px; gap: 32px; flex-grow: 1; overflow-y: auto; }
.site-mobileNav__link { color: #4A3B32; text-decoration: none; font-size: 1.75rem; font-weight: 600; font-family: ui-serif, Georgia, serif; }
.site-mobileNav__utility { padding: 32px 24px; background-color: #FAF5EE; border-top: 1px solid #E8B4B8; display: flex; flex-direction: column; gap: 12px; }
.site-mobileNav__utilLink { color: #4A3B32; text-decoration: none; font-size: 0.95rem; opacity: 0.8; font-weight: 500; }
.site-footer { background-color: #4A3B32; color: #FDFBF7; padding: 80px 24px 32px; font-family: system-ui, -apple-system, sans-serif; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 48px; border-bottom: 1px solid rgba(232, 180, 184, 0.2); padding-bottom: 48px; }
.site-footer__editorial { display: flex; flex-direction: column; gap: 24px; }
.site-footer__closing { font-family: ui-serif, Georgia, serif; font-size: 2.25rem; font-weight: 400; line-height: 1.2; margin: 0; max-width: 20ch; color: #E8B4B8; }
.site-footer__contact { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.site-footer__contactLink { color: #FDFBF7; text-decoration: none; font-size: 0.95rem; opacity: 0.85; transition: opacity 0.2s, color 0.2s; }
.site-footer__contactLink:hover { opacity: 1; color: #E8B4B8; }
.site-footer__nav { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { color: #FDFBF7; text-decoration: none; font-size: 1.1rem; font-weight: 500; transition: color 0.2s; }
.site-footer__link:hover { color: #E8B4B8; }
.site-footer__legal { max-width: 1200px; margin: 32px auto 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; font-size: 0.85rem; opacity: 0.7; }
.site-footer__legalLinks { display: flex; gap: 24px; }
.site-footer__legalLink { color: inherit; text-decoration: none; }
.site-footer__legalLink:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .site-nav--desktop { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 40px; }
  .site-footer__closing { font-size: 1.75rem; }
  .site-footer__legal { flex-direction: column; align-items: flex-start; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
