.static-modal-open { overflow: hidden; }
.static-contact-modal[hidden] { display: none !important; }
.static-contact-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 20px; font-family: inherit; }
.static-contact-backdrop { position: absolute; inset: 0; background: rgba(17, 17, 17, .72); backdrop-filter: blur(7px); }
.static-contact-dialog { position: relative; width: min(560px, 100%); padding: clamp(28px, 6vw, 52px); border: 1px solid rgba(17, 17, 17, .12); border-radius: 30px; background: #f4f3ef; color: #111; box-shadow: 0 28px 90px rgba(0, 0, 0, .34); outline: 0; }
.static-contact-dialog h2 { max-width: 430px; margin: 0 36px 14px 0; font: inherit; font-size: clamp(30px, 5vw, 48px); font-weight: 600; line-height: 1.02; letter-spacing: -.035em; }
.static-contact-eyebrow { margin: 0 0 16px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.static-contact-copy { margin: 0 0 28px; color: rgba(17, 17, 17, .62); font-size: 16px; line-height: 1.4; }
.static-contact-close { position: absolute; top: 16px; right: 18px; width: 42px; height: 42px; border: 0; background: transparent; color: #111; font-size: 36px; line-height: 1; cursor: pointer; }
.static-contact-links { display: grid; gap: 10px; }
.static-contact-links a { display: grid; grid-template-columns: 46px 1fr; min-height: 70px; align-items: center; gap: 14px; padding: 10px 18px 10px 12px; border: 1px solid rgba(17, 17, 17, .15); border-radius: 18px; background: #fff; color: #111; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.static-contact-links a:hover { background: #111; color: #fff; transform: translateY(-1px); }
.static-contact-links strong, .static-contact-links small { display: block; }
.static-contact-links strong { font-size: 16px; line-height: 1.2; }
.static-contact-links small { margin-top: 4px; color: currentColor; font-size: 13px; font-weight: 400; opacity: .62; }
.static-contact-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #111; color: #fff; }
.static-contact-links a:hover .static-contact-icon { background: #fff; color: #111; }
.static-contact-icon svg { width: 21px; height: 21px; fill: currentColor; }
.static-contact-trigger { cursor: pointer; }
.static-max-button { position: fixed; right: 18px; bottom: 18px; z-index: 9998; display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: #111; color: #fff !important; box-shadow: 0 12px 32px rgba(0, 0, 0, .28); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.static-max-button:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 16px 38px rgba(0, 0, 0, .34); }
.static-max-button svg { width: 30px; height: 30px; fill: currentColor; }
.static-max-button:focus-visible, .static-contact-links a:focus-visible, .static-contact-close:focus-visible { outline: 3px solid #8de2d6; outline-offset: 3px; }
.static-404 { min-height: 65vh; display: grid; place-content: center; justify-items: center; gap: 18px; padding: 80px 20px; text-align: center; }
.static-404 h1 { margin: 0; font-size: clamp(96px, 22vw, 280px); line-height: .8; }
.static-404 p { margin: 0; font-size: clamp(24px, 4vw, 48px); }
@media (max-width: 480px) { .static-contact-modal { padding: 12px; } .static-contact-dialog { border-radius: 24px; padding: 28px 20px 22px; } .static-contact-links a { min-height: 66px; } .static-max-button { right: 12px; bottom: 12px; width: 56px; height: 56px; } .static-max-button svg { width: 26px; height: 26px; } }
