.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; left: 0; right: 0; width: 100%; z-index: 60; background: #ffffff; color: #111111; border-bottom: 1px solid #eaeaea; transition: background 0.3s ease; }
.site-header__inner { max-width: 1440px; margin: 0 auto; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; }
.site-header__brand-col { flex: 1; display: flex; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #111111; font-family: ui-serif, Georgia, serif; font-size: 22px; font-weight: 600; letter-spacing: 0.02em; }
.site-brand svg { width: 32px; height: 32px; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 40px; margin-right: 48px; }
.site-nav__link { text-decoration: none; color: #444444; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; transition: color 0.3s ease; }
.site-nav__link:hover { color: #c8a97e; }
.site-header__actions { flex-shrink: 0; display: flex; align-items: center; gap: 24px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; background: #111111; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.3s ease; border: 1px solid #111111; border-radius: 0; }
.site-header__cta:hover { background: #c8a97e; border-color: #c8a97e; color: #ffffff; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 40px; height: 40px; background: transparent; border: none; color: #111111; cursor: pointer; padding: 0; }
.site-burger__line { display: block; width: 28px; height: 2px; background: currentColor; transition: transform 0.3s ease, opacity 0.3s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(17, 17, 17, 0.6); backdrop-filter: blur(4px); opacity: 0; transition: opacity 0.4s ease; }
.site-mobileNav.is-open .site-mobileNav__overlay { opacity: 1; }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 85vw); background: #ffffff; color: #111111; display: flex; flex-direction: column; padding: 40px 32px; box-shadow: -10px 0 40px rgba(0,0,0,0.1); overflow-y: auto; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.site-mobileNav.is-open .site-mobileNav__panel { transform: translateX(0); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 64px; border-bottom: 1px solid #eaeaea; padding-bottom: 24px; }
.site-mobileNav__brand { font-family: ui-serif, Georgia, serif; font-size: 22px; font-weight: 600; color: #111111; }
.site-mobileNav__close { width: 40px; height: 40px; background: transparent; border: none; font-size: 36px; font-weight: 300; color: #111111; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 32px; flex: 1; }
.site-mobileNav__link { font-size: 28px; font-weight: 400; color: #111111; text-decoration: none; transition: color 0.3s ease; font-family: ui-serif, Georgia, serif; }
.site-mobileNav__link:hover { color: #c8a97e; }
.site-mobileNav__footer { margin-top: 64px; display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__cta { display: inline-flex; align-items: center; justify-content: center; padding: 16px 24px; background: #111111; color: #ffffff; text-decoration: none; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; text-align: center; border: 1px solid #111111; border-radius: 0; transition: all 0.3s ease; }
.site-mobileNav__cta:hover { background: #c8a97e; border-color: #c8a97e; }
.site-mobileNav__email { font-size: 15px; color: #666666; text-decoration: none; transition: color 0.3s ease; text-align: center; }
.site-mobileNav__email:hover { color: #c8a97e; }
.site-footer { background: #111111; color: #ffffff; padding: 100px 32px 40px; }
.site-footer__inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 64px; }
.site-footer__brand { display: block; font-family: ui-serif, Georgia, serif; font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #ffffff; }
.site-footer__summary { font-size: 15px; line-height: 1.6; color: #999999; max-width: 320px; margin: 0; }
.site-footer__heading { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #666666; margin-bottom: 32px; }
.site-footer__links { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { color: #cccccc; text-decoration: none; font-size: 15px; transition: color 0.3s ease; }
.site-footer__link:hover { color: #c8a97e; }
.site-footer__contactLink { color: #c8a97e; text-decoration: none; font-size: 15px; transition: opacity 0.3s ease; }
.site-footer__contactLink:hover { opacity: 0.8; }
.site-footer__bottom { max-width: 1440px; margin: 100px auto 0; padding-top: 32px; border-top: 1px solid #222222; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: #666666; }
@media (max-width: 1024px) {
  .site-nav { gap: 24px; margin-right: 32px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .site-header__inner { padding: 16px 24px; }
  .site-nav--desktop { display: none; }
  .site-header__actions { margin-left: auto; gap: 16px; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer { padding: 80px 24px 32px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 48px; }
  .site-footer__bottom { margin-top: 64px; 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}
