/* KM Hemsidor & Utveckling – completely isolated fullscreen frontend */
html,body{margin:0!important;padding:0!important;width:100%!important;min-width:0!important;height:100%!important;background:#fff!important}
body{overflow:hidden!important}
/* If the shortcode is used inside a normal WP page, hide the theme/admin chrome and cover it completely. */
#wpadminbar{display:none!important}
#page,#content,.site,.site-content,.wp-site-blocks,.entry-content,.wp-block-post-content,main{max-width:none!important}
#kmhu-fullscreen{position:fixed!important;inset:0!important;z-index:2147483000!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;cursor:pointer!important}
#kmhu-fullscreen .kmhu-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;object-fit:cover!important;object-position:center center!important}
#kmhu-fullscreen .kmhu-hit{position:absolute;inset:0;z-index:2;background:transparent;border:0;padding:0;margin:0;cursor:pointer}
.kmhu-modal{display:none;position:fixed!important;inset:0!important;z-index:2147483647!important;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;cursor:default}
.kmhu-modal.is-open{display:flex}
.kmhu-backdrop{position:absolute;inset:0;background:rgba(10,15,22,.62);backdrop-filter:blur(8px)}
.kmhu-dialog{position:relative;z-index:1;width:min(560px,calc(100vw - 40px));max-height:calc(100dvh - 40px);overflow:auto;background:#fff;border-radius:24px;padding:42px;box-shadow:0 30px 100px rgba(0,0,0,.3);cursor:default}
.kmhu-close{position:absolute;right:18px;top:14px;width:40px;height:40px;border:0;background:none;font-size:32px;line-height:1;color:#64748b;cursor:pointer}
.kmhu-dialog-eyebrow{font-size:11px;letter-spacing:.2em;color:#64748b}
.kmhu-dialog h2{font-size:40px;line-height:1.05;letter-spacing:-.04em;margin:10px 0 8px;color:#18202b}
.kmhu-dialog p{color:#64748b;margin:0 0 24px}
.kmhu-form{display:grid;gap:16px}
.kmhu-form label{font-size:12px;font-weight:700;color:#334155;display:grid;gap:7px}
.kmhu-form input,.kmhu-form textarea{width:100%;border:1px solid #d9e0e7;border-radius:12px;padding:13px 14px;outline:none;background:#fafbfc;font:inherit;box-sizing:border-box}
.kmhu-form input:focus,.kmhu-form textarea:focus{border-color:#475569;box-shadow:0 0 0 3px rgba(71,85,105,.1)}
.kmhu-form textarea{resize:vertical}
.kmhu-form button[type=submit]{border:0;background:#18202b;color:#fff;border-radius:13px;padding:15px 18px;font-weight:700;cursor:pointer;font:inherit}
@media(max-width:650px){.kmhu-dialog{padding:34px 22px;border-radius:20px}.kmhu-dialog h2{font-size:34px}}
