.site-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.site-header { background: #f5efe5; color: #172033; border-bottom: 2px solid #0f172a; font-family: system-ui, serif; }
.site-header__disclaimer { background: #0f172a; color: #f5efe5; font-size: 0.75rem; text-align: center; padding: 8px 16px; font-family: system-ui, sans-serif; letter-spacing: 0.02em; }
.site-header__disclaimer p { margin: 0; }
.site-header__container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.site-header__main { padding: 16px 0; }
.site-header__asymmetric { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-header__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #0f172a; font-weight: 800; font-size: 1.5rem; flex-shrink: 0; }
.site-header__brand svg { width: 40px; height: 40px; fill: #1d6b62; }
.site-header__right { display: flex; align-items: center; gap: 24px; }
.site-header__nav { display: none; }
@media (min-width: 900px) { .site-header__nav { display: flex; gap: 24px; } }
.site-header__link { text-decoration: none; color: #172033; font-weight: 600; font-size: 1rem; transition: color 0.2s; }
.site-header__link:hover { color: #1d6b62; }
.site-header__cta { display: none; background: #1d6b62; color: #f5efe5; text-decoration: none; padding: 10px 20px; font-weight: 700; border-radius: 2px; border: 2px solid #0f172a; box-shadow: 4px 4px 0px #0f172a; transition: transform 0.1s, box-shadow 0.1s; }
.site-header__cta:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0px #0f172a; }
@media (min-width: 900px) { .site-header__cta { display: inline-flex; } }
.site-header__burger { display: flex; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; padding: 8px; }
@media (min-width: 900px) { .site-header__burger { display: none; } }
.site-header__burger-line { width: 24px; height: 2px; background: #0f172a; border-radius: 2px; }
.site-mobile-nav { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-start; font-family: system-ui, serif; }
.site-mobile-nav[hidden] { display: none; }
.site-mobile-nav__overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(4px); }
.site-mobile-nav__panel { position: relative; width: 85%; max-width: 400px; background: #0f172a; color: #f5efe5; height: 100%; display: flex; flex-direction: column; box-shadow: 8px 0 24px rgba(0,0,0,0.3); }
.site-mobile-nav__header { display: flex; justify-content: space-between; align-items: center; padding: 24px; border-bottom: 1px solid rgba(245, 239, 229, 0.1); }
.site-mobile-nav__brand { font-size: 1.5rem; font-weight: 800; color: #f5efe5; }
.site-mobile-nav__close { background: transparent; border: none; color: #f5efe5; font-size: 2rem; cursor: pointer; line-height: 1; padding: 4px; }
.site-mobile-nav__content { padding: 32px 24px; display: flex; flex-direction: column; gap: 48px; flex-grow: 1; overflow-y: auto; }
.site-mobile-nav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobile-nav__link { text-decoration: none; color: #f5efe5; font-size: 1.25rem; font-weight: 600; border-left: 2px solid transparent; padding-left: 0; transition: all 0.2s; }
.site-mobile-nav__link:hover { color: #1d6b62; padding-left: 8px; border-left-color: #1d6b62; }
.site-mobile-nav__action { margin-top: auto; padding-bottom: 24px; }
.site-mobile-nav__cta { display: block; text-align: center; background: #1d6b62; color: #f5efe5; text-decoration: none; padding: 16px; font-weight: 700; font-size: 1.125rem; border-radius: 2px; border: 2px solid #1d6b62; box-shadow: 4px 4px 0px #f5efe5; }
.site-footer { background: #0f172a; color: #f5efe5; font-family: system-ui, serif; padding-top: 64px; border-top: 4px solid #1d6b62; }
.site-footer__container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.site-footer__editorial { margin-bottom: 48px; max-width: 800px; }
.site-footer__closing-line { font-size: 2.5rem; font-weight: 800; margin: 0 0 16px 0; color: #1d6b62; line-height: 1.1; }
.site-footer__summary { font-size: 1.125rem; line-height: 1.6; opacity: 0.9; margin: 0; font-family: system-ui, sans-serif; }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 48px; margin-bottom: 64px; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
.site-footer__title { font-size: 1.25rem; font-weight: 700; margin: 0 0 24px 0; color: #f5efe5; border-bottom: 2px solid rgba(245, 239, 229, 0.1); padding-bottom: 8px; }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #f5efe5; text-decoration: none; opacity: 0.8; transition: opacity 0.2s, color 0.2s; font-family: system-ui, sans-serif; }
.site-footer__link:hover { opacity: 1; color: #1d6b62; }
.site-footer__address { font-style: normal; display: flex; flex-direction: column; gap: 12px; }
.site-footer__address p { margin: 0; }
.site-footer__legal-strip { background: rgba(0,0,0,0.2); padding: 24px 0; border-top: 1px solid rgba(245, 239, 229, 0.05); font-family: system-ui, sans-serif; }
.site-footer__legal-inner { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
@media (min-width: 768px) { .site-footer__legal-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.site-footer__copyright { margin: 0; font-size: 0.875rem; opacity: 0.7; }
.site-footer__legal-links { display: flex; gap: 24px; font-size: 0.875rem; }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
