.cs-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cs-header { position: sticky; top: 0; z-index: 50; background-color: #f5efe5; color: #172033; border-bottom: 1px solid rgba(23, 32, 51, 0.08); font-family: system-ui, -apple-system, sans-serif; }
.cs-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cs-header__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-weight: 700; font-size: 1.125rem; letter-spacing: -0.01em; }
.cs-header__brand svg { width: 32px; height: 32px; fill: currentColor; }
.cs-header__nav { display: none; align-items: center; gap: 32px; }
.cs-header__nav-link { text-decoration: none; color: #172033; font-weight: 500; font-size: 0.9375rem; transition: color 0.2s ease; }
.cs-header__nav-link:hover { color: #c47b44; }
.cs-header__actions { display: flex; align-items: center; gap: 16px; }
.cs-header__cta { display: none; background-color: #c47b44; color: #ffffff; text-decoration: none; padding: 10px 20px; border-radius: 12px; font-weight: 600; font-size: 0.9375rem; transition: background-color 0.2s ease; }
.cs-header__cta:hover { background-color: #a86635; }
.cs-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: 1px solid rgba(23, 32, 51, 0.15); border-radius: 12px; color: #172033; cursor: pointer; padding: 0 10px; }
.cs-burger__line { display: block; width: 100%; height: 2px; background-color: currentColor; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.cs-mobile-nav { position: fixed; inset: 0; z-index: 60; display: flex; justify-content: flex-end; font-family: system-ui, -apple-system, sans-serif; }
.cs-mobile-nav[hidden] { display: none; }
.cs-mobile-nav__overlay { position: absolute; inset: 0; background-color: rgba(23, 32, 51, 0.4); backdrop-filter: blur(4px); }
.cs-mobile-nav__panel { position: relative; width: 100%; max-width: 400px; background-color: #f5efe5; height: 100%; display: flex; flex-direction: column; box-shadow: -8px 0 24px rgba(23, 32, 51, 0.1); }
.cs-mobile-nav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(23, 32, 51, 0.08); }
.cs-mobile-nav__brand { font-weight: 700; color: #172033; font-size: 1.125rem; }
.cs-mobile-nav__close { background: transparent; border: none; font-size: 28px; color: #172033; cursor: pointer; line-height: 1; padding: 4px; }
.cs-mobile-nav__links { flex: 1; display: flex; flex-direction: column; padding: 32px 24px; gap: 24px; overflow-y: auto; }
.cs-mobile-nav__link { text-decoration: none; color: #172033; font-size: 1.25rem; font-weight: 600; }
.cs-mobile-nav__bottom { padding: 32px 24px; background-color: rgba(23, 32, 51, 0.03); border-top: 1px solid rgba(23, 32, 51, 0.08); display: flex; flex-direction: column; gap: 16px; }
.cs-mobile-nav__cta { background-color: #c47b44; color: #ffffff; text-decoration: none; padding: 14px 20px; border-radius: 12px; font-weight: 600; text-align: center; }
.cs-mobile-nav__email { text-align: center; color: #172033; text-decoration: none; font-size: 0.9375rem; opacity: 0.8; }
.cs-footer { background-color: #172033; color: #f5efe5; font-family: system-ui, -apple-system, sans-serif; padding: 64px 24px 32px; }
.cs-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; }
.cs-footer__brand-col { max-width: 400px; }
.cs-footer__brand { display: block; font-size: 1.25rem; font-weight: 700; margin-bottom: 16px; color: #ffffff; }
.cs-footer__summary { font-size: 0.9375rem; line-height: 1.6; opacity: 0.8; margin: 0 0 24px 0; }
.cs-footer__contact { display: flex; flex-direction: column; gap: 8px; }
.cs-footer__contact-link { color: #c47b44; text-decoration: none; font-weight: 500; overflow-wrap: anywhere; word-break: break-word; }
.cs-footer__contact-link:hover { text-decoration: underline; }
.cs-footer__heading { display: block; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; margin-bottom: 20px; color: rgba(245, 239, 229, 0.5); }
.cs-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.cs-footer__link { color: #f5efe5; text-decoration: none; font-size: 0.9375rem; opacity: 0.8; transition: opacity 0.2s ease; }
.cs-footer__link:hover { opacity: 1; color: #c47b44; }
.cs-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(245, 239, 229, 0.1); font-size: 0.875rem; opacity: 0.6; text-align: center; }
@media (min-width: 768px) { .cs-footer__inner { grid-template-columns: 2fr 1fr 1fr; } .cs-footer__bottom { text-align: left; } }
@media (min-width: 992px) { .cs-header__nav { display: flex; } .cs-header__cta { display: inline-flex; } .cs-burger { display: none; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
