:root {
    --mhs-navy: #0b2943;
    --mhs-navy-2: #123f63;
    --mhs-blue: #0876cf;
    --mhs-cyan: #1bb8c9;
    --mhs-sky: #eaf8fa;
    --mhs-ink: #15354e;
    --mhs-muted: #607789;
    --mhs-line: #d5e5eb;
    --mhs-white: #fff;
    --mhs-success: #19764a;
    --mhs-danger: #b42318;
    --mhs-gradient: linear-gradient(150deg, #22c3cf 0%, #1197d2 48%, #0868c9 100%);
    --mhs-shadow-sm: 0 10px 28px rgba(6, 53, 92, .10);
    --mhs-shadow: 0 24px 68px rgba(5, 50, 96, .18);
    --mhs-radius-sm: 12px;
    --mhs-radius: 20px;
    --mhs-radius-lg: 30px;
    --mhs-shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
    min-height: 100%;
    scroll-behavior: smooth;
    background: #063d64;
}
body {
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    overflow-x: clip;
    color: var(--mhs-ink);
    background-color: #063d64;
    background-image: var(--mhs-gradient);
    font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.mhs-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
.mhs-main img:not(.avatar) { border-radius: var(--mhs-radius); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(255, 255, 255, .8); outline-offset: 3px; }
.screen-reader-text {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.mhs-skip-link {
    position: fixed; top: 8px; left: 8px; z-index: 100000; padding: 10px 14px;
    transform: translateY(-160%); border-radius: 10px; background: #fff; color: var(--mhs-navy);
}
.mhs-skip-link:focus { transform: none; }

/* Header */
.mhs-site-header {
    position: sticky; top: 0; z-index: 9990;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    background: rgba(8, 105, 170, .88);
    box-shadow: 0 8px 28px rgba(0, 55, 105, .12);
    backdrop-filter: blur(18px) saturate(150%);
}
.admin-bar .mhs-site-header { top: 32px; }
.mhs-header-inner {
    display: grid; grid-template-columns: minmax(190px, 270px) 1fr auto; align-items: center;
    gap: clamp(20px, 3vw, 44px); width: min(calc(100% - 40px), 1320px); min-height: 82px; margin: auto;
}
.mhs-brand { display: block; width: min(100%, 270px); }
.mhs-brand img { width: 100%; max-height: 44px; object-fit: contain; object-position: left center; }
.mhs-brand,.rs-brand-lockup{display:inline-flex;align-items:center;white-space:nowrap;color:#fff;text-decoration:none;gap:7px;max-width:none;width:auto}
.rs-brand-word{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:32px;letter-spacing:-.035em;line-height:1}
.rs-brand-icon{display:inline-block;flex:none;width:69px;height:40px;background-image:var(--rs-icon-source);background-size:269px 40px;background-position:right center;background-repeat:no-repeat}
.mhs-footer-brand .rs-brand-lockup{margin-bottom:18px}
@media(max-width:900px){.mhs-brand .rs-brand-word{font-size:22px}.mhs-brand .rs-brand-icon{width:43px;height:25px;background-size:168px 25px}}
@media(max-width:680px){.mhs-brand .rs-brand-word{font-size:20px}.mhs-brand .rs-brand-icon{width:39px;height:23px;background-size:155px 23px}}
@media(max-width:410px){.mhs-brand .rs-brand-word{font-size:17px}.mhs-brand .rs-brand-icon{width:33px;height:19px;background-size:128px 19px}}
.mhs-nav__list { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.mhs-nav__list a {
    display: flex; align-items: center; min-height: 44px; padding: 9px 13px;
    border-radius: 11px; color: #fff; font-weight: 750; text-decoration: none;
}
.mhs-nav__list a:hover, .mhs-nav__list .current-menu-item > a, .mhs-nav__list .current_page_item > a { background: rgba(255, 255, 255, .14); }
.mhs-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.mhs-icon-button {
    display: grid; place-items: center; width: 44px; height: 44px; padding: 0;
    border: 1px solid rgba(255, 255, 255, .62); border-radius: 50%;
    background: rgba(255, 255, 255, .10); color: #fff;
}
.mhs-icon-button:hover { background: rgba(255, 255, 255, .20); }
.mhs-icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.mhs-menu-toggle { display: none; }
.mhs-login-link {
    display: inline-flex; align-items: center; min-height: 44px; padding: 9px 17px;
    border: 1px solid rgba(255,255,255,.64); border-radius: 999px; background: #fff;
    color: #08739d; font-weight: 800; text-decoration: none;
}
.mhs-login-link svg { display: none; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.mhs-account-menu { position: relative; width: 44px; height: 44px; }
.mhs-account-menu summary { width: 44px; height: 44px; padding: 2px; list-style: none; cursor: pointer; }
.mhs-account-menu summary::-webkit-details-marker { display: none; }
.mhs-account-avatar, .mhs-account-menu .avatar {
    width: 40px !important; height: 40px !important; object-fit: cover; overflow: hidden;
    border: 2px solid #fff; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(0, 48, 90, .16);
}
.mhs-account-dropdown {
    position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: 235px; padding: 12px;
    border: 1px solid rgba(13, 70, 104, .12); border-radius: 16px; background: #fff;
    box-shadow: var(--mhs-shadow); color: var(--mhs-ink);
}
.mhs-account-dropdown::before { content: ""; position: absolute; top: -7px; right: 14px; width: 14px; height: 14px; transform: rotate(45deg); background: #fff; }
.mhs-account-dropdown strong { position: relative; padding: 8px 10px 12px; border-bottom: 1px solid var(--mhs-line); }
.mhs-account-dropdown a { position: relative; padding: 10px; border-radius: 9px; text-decoration: none; }
.mhs-account-dropdown a:hover { background: var(--mhs-sky); }
.mhs-search-panel { border-top: 1px solid rgba(255, 255, 255, .18); }
.mhs-search-panel[hidden] { display: none; }
.mhs-search-panel form { display: flex; gap: 8px; width: min(calc(100% - 32px), 720px); margin: 0 auto; padding: 14px 0 18px; }
.mhs-search-panel input { flex: 1; min-width: 0; height: 48px; padding: 0 16px; border: 1px solid rgba(255,255,255,.9); border-radius: 13px; background: #fff; color: var(--mhs-ink); }
.mhs-search-panel button { min-width: 108px; border: 0; border-radius: 13px; background: var(--mhs-navy); color: #fff; font-weight: 800; }

/* General layout */
.mhs-main { min-height: 56vh; }
.mhs-shell { width: min(calc(100% - 40px), var(--mhs-shell)); margin-inline: auto; padding: clamp(42px, 6vw, 82px) 0; }
.mhs-eyebrow { display: inline-block; margin-left: 8px; color: #087b99; font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.mhs-page-heading { max-width: 760px; margin-bottom: 34px; color: #fff; }
.mhs-page-heading .mhs-eyebrow { color: rgba(255,255,255,.8); }
.mhs-page-heading h1 { margin: 6px 0 8px; font-size: clamp(38px, 6vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.mhs-page-heading p { max-width: 650px; margin: 0; color: rgba(255,255,255,.9); font-size: 18px; }
.mhs-page-content { min-width: 0; }
.mhs-prose {
    padding: clamp(26px, 5vw, 62px); border: 1px solid rgba(255,255,255,.7);
    border-radius: var(--mhs-radius-lg); background: #fff; box-shadow: var(--mhs-shadow);
}
.mhs-prose > :first-child { margin-top: 0; }
.mhs-prose > :last-child { margin-bottom: 0; }
.mhs-prose h1, .mhs-prose h2, .mhs-prose h3 { color: var(--mhs-navy); line-height: 1.2; letter-spacing: -.025em; }
.mhs-prose h2 { margin-top: 2em; padding-bottom: .45em; border-bottom: 1px solid var(--mhs-line); font-size: clamp(24px,3vw,32px); }
.mhs-prose p, .mhs-prose li { color: #385468; }
.mhs-prose a { color: #0876b7; text-underline-offset: 3px; }

/* Home */
.mhs-home { padding-bottom: 72px; }
.mhs-hero {
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); align-items: center;
    gap: clamp(24px, 5vw, 70px); width: min(calc(100% - 40px), 1240px); min-height: 620px; margin: auto;
    padding: clamp(54px, 8vw, 108px) 0;
}
.mhs-hero__copy { color: #fff; }
.mhs-hero__copy .mhs-eyebrow { color: rgba(255,255,255,.8); }
.mhs-hero__copy > .mhs-eyebrow, .mhs-hero__copy > p { margin-left: 8px; }
.mhs-hero h1 { max-width: 760px; margin: 10px 0 20px; font-size: clamp(46px, 6.5vw, 82px); line-height: .98; letter-spacing: -.055em; }
.mhs-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(18px, 2vw, 21px); }
.mhs-hero .mhs-hero__copy > p { margin-left: 8px; }
.mhs-hero__visual { position: relative; }
.mhs-hero__visual::before { content: ""; position: absolute; inset: 10% -4% -3% 12%; border-radius: 50%; background: rgba(255,255,255,.13); filter: blur(2px); }
.mhs-hero__visual img { position: relative; width: 100%; filter: drop-shadow(0 32px 45px rgba(0,45,90,.24)); }
.mhs-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.mhs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; text-decoration: none; }
.mhs-button--light { background: #fff; color: #087498; box-shadow: var(--mhs-shadow-sm); }
.mhs-button--ghost { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(255,255,255,.08); }
.mhs-button--primary { color: #fff; background: linear-gradient(135deg, var(--mhs-cyan), var(--mhs-blue)); box-shadow: 0 12px 28px rgba(8, 111, 190, .22); }
.mhs-trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.mhs-trust-row span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-size: 13px; font-weight: 750; }
.mhs-section { width: min(calc(100% - 40px), var(--mhs-shell)); margin: 0 auto 34px; padding: clamp(30px, 5vw, 60px); border-radius: var(--mhs-radius-lg); }
.mhs-section--light { background: rgba(255,255,255,.97); box-shadow: var(--mhs-shadow); }
.mhs-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.mhs-section-heading h2 { margin: 4px 0 0; color: var(--mhs-navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.mhs-text-link { color: #08769d; font-weight: 800; text-decoration: none; }
.mhs-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mhs-post-card { overflow: hidden; border: 1px solid var(--mhs-line); border-radius: var(--mhs-radius); background: #fff; box-shadow: var(--mhs-shadow-sm); }
.mhs-post-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(140deg, #c8f2f3, #a3d6f2); text-decoration: none; }
.mhs-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mhs-post-card:hover .mhs-post-card__media img { transform: scale(1.035); }
.mhs-post-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(11,41,67,.3); font-size: 42px; font-weight: 900; }
.mhs-post-card__body { padding: 22px; }
.mhs-post-card__meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--mhs-muted); font-size: 13px; }
.mhs-post-card__meta a { color: inherit; text-decoration: none; }
.mhs-post-card h2 { margin: 8px 0; color: var(--mhs-navy); font-size: 23px; line-height: 1.22; }
.mhs-post-card h2 a { text-decoration: none; }
.mhs-post-card p { margin: 0 0 16px; color: var(--mhs-muted); }
.mhs-category-overview { border: 1px solid rgba(255,255,255,.4); background: rgba(5,91,154,.14); }
.mhs-category-overview .mhs-eyebrow, .mhs-category-overview h2 { color: #fff; }
.mhs-category-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.mhs-category-cards a { display: flex; flex-direction: column; min-height: 210px; padding: 25px; border: 1px solid rgba(255,255,255,.55); border-radius: var(--mhs-radius); background: rgba(255,255,255,.94); color: var(--mhs-navy); text-decoration: none; box-shadow: var(--mhs-shadow-sm); transition: transform .2s ease; }
.mhs-category-cards a:hover { transform: translateY(-3px); }
.mhs-category-cards span { color: #087a9f; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.mhs-category-cards strong { margin-top: 10px; font-size: 25px; line-height: 1.2; }
.mhs-category-cards em { margin-top: auto; color: #08769d; font-style: normal; font-weight: 800; }
.mhs-scout-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; width: min(calc(100% - 40px), var(--mhs-shell)); margin: 0 auto; padding: clamp(30px,5vw,58px); border: 1px solid rgba(255,255,255,.38); border-radius: var(--mhs-radius-lg); background: rgba(7,76,131,.18); color: #fff; }
.mhs-scout-cta .mhs-eyebrow { color: rgba(255,255,255,.8); }
.mhs-scout-cta h2 { margin: 4px 0 8px; font-size: clamp(34px,5vw,54px); line-height: 1; letter-spacing: -.04em; }
.mhs-scout-cta p { max-width: 700px; margin: 0; color: rgba(255,255,255,.88); }

/* Authentication */
.mhs-auth-page { width: min(calc(100% - 28px), 1080px); margin: auto; padding: clamp(34px,6vw,80px) 0; }
.mhs-auth-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr); align-items: center; gap: 28px; padding: 24px clamp(8px,3vw,28px) 38px; color: #fff; }
.mhs-auth-intro .mhs-eyebrow, .mhs-auth-heading .mhs-eyebrow { color: rgba(255,255,255,.82); }
.mhs-auth-intro h1, .mhs-auth-heading h1 { margin: 5px 0 12px; font-size: clamp(38px,6vw,62px); line-height: 1.02; letter-spacing: -.045em; }
.mhs-auth-intro p, .mhs-auth-heading p { margin: 0; color: rgba(255,255,255,.9); font-size: 17px; }
.mhs-auth-intro aside { padding: 22px; border: 1px solid rgba(255,255,255,.38); border-radius: var(--mhs-radius); background: rgba(4,78,139,.15); backdrop-filter: blur(8px); }
.mhs-auth-intro aside strong { font-size: 18px; }
.mhs-auth-intro aside p { margin-top: 8px; font-size: 15px; }
.mhs-auth-heading { max-width: 700px; margin: 0 auto 26px; color: #fff; text-align: center; }
.mhs-auth-form { width: min(100%, 650px); margin: auto; padding: clamp(24px,5vw,46px); border-radius: var(--mhs-radius-lg); background: #fff; box-shadow: var(--mhs-shadow); }
.mhs-auth-legal { max-width: 650px; margin: 18px auto 0; color: rgba(255,255,255,.9); font-size: 13px; text-align: center; }
.mhs-auth-legal a { font-weight: 750; }
.mhs-auth-form .um, .mhs-auth-form .um-register, .mhs-auth-form .um-login { max-width: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; }

/* Plugin forms */
.um .um-field-label label, .forminator-ui .forminator-label { color: var(--mhs-ink) !important; font-weight: 800 !important; }
.um input[type=text], .um input[type=email], .um input[type=password], .um select, .um textarea,
.forminator-ui input.forminator-input, .forminator-ui textarea.forminator-textarea, .forminator-ui select {
    min-height: 50px !important; border: 1px solid #cbdde6 !important; border-radius: 12px !important;
    background: #f8fbfc !important; color: var(--mhs-ink) !important; box-shadow: none !important;
}
.um input:focus, .um select:focus, .um textarea:focus, .forminator-ui input:focus, .forminator-ui textarea:focus {
    border-color: var(--mhs-cyan) !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(27,184,201,.13) !important;
}
.um .um-button, .forminator-ui .forminator-button {
    min-height: 48px !important; border: 0 !important; border-radius: 12px !important;
    background: linear-gradient(135deg,var(--mhs-cyan),var(--mhs-blue)) !important;
    color: #fff !important; font-weight: 800 !important; box-shadow: 0 10px 24px rgba(8,112,198,.2) !important;
}
.um .um-button.um-alt { background: #edf5f8 !important; color: var(--mhs-ink) !important; box-shadow: none !important; }
.mhs-plugin-surface { padding: clamp(22px,4vw,46px); border-radius: var(--mhs-radius-lg); background: #fff; box-shadow: var(--mhs-shadow); }
.mhs-form-page { max-width: 1220px; }
.mhs-form-surface #forminator-module-778 { margin: 0 !important; }
.forminator-ui .forminator-pagination-steps { display: none !important; }
.mhs-form-progress { margin: 0 0 34px; padding: 20px clamp(18px,3vw,28px); border: 1px solid #cfe7ee; border-radius: 18px; background: linear-gradient(145deg,#f2fbfc,#eef7ff); }
.mhs-form-progress__count { display: block; color: #087b99; font-size: 13px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.mhs-form-progress__title { margin: 6px 0 15px; color: var(--mhs-navy); font-size: clamp(22px,3vw,30px); line-height: 1.15; letter-spacing: -.025em; }
.mhs-form-progress__track { display: block; overflow: hidden; height: 7px; border-radius: 999px; background: #d8ebf0; }
.mhs-form-progress__bar { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--mhs-cyan),var(--mhs-blue)); transition: width .28s ease; }
/* Ultimate Member profile: one clear surface with its own header */
.mhs-profile-page { width: min(calc(100% - 28px), 1040px); margin: auto; padding: clamp(28px,5vw,64px) 0 76px; }
.mhs-profile-intro { margin-bottom: 22px; padding: 0 6px; color: #fff; }
.mhs-profile-intro .mhs-eyebrow { color: rgba(255,255,255,.8); }
.mhs-profile-intro h1 { max-width: 700px; margin: 5px 0 8px; font-size: clamp(34px,5vw,54px); line-height: 1.04; letter-spacing: -.04em; }
.mhs-profile-intro p { margin: 0; color: rgba(255,255,255,.88); }
.mhs-profile-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: var(--mhs-radius-lg); background: #fff; box-shadow: var(--mhs-shadow); }
.mhs-profile-shell .um, .mhs-profile-shell .um-profile { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.mhs-profile-shell .um-header { display: flex !important; flex-direction: column !important; align-items: center !important; box-sizing: border-box !important; width: 100% !important; height: auto !important; min-height: 270px !important; padding: 36px 24px 28px !important; border: 0 !important; background: linear-gradient(135deg,#1fc0d0,#0c8fd0 55%,#086fd0) !important; }
.mhs-profile-shell .um-cover { min-height: 0 !important; background: transparent !important; }
.mhs-profile-shell .um-profile-edit { top: 18px !important; right: 20px !important; left: auto !important; margin: 0 !important; }
.mhs-profile-shell .um-profile-edit-a { display: grid !important; place-items: center !important; width: 42px !important; height: 42px !important; border: 1px solid rgba(255,255,255,.58) !important; border-radius: 50% !important; background: rgba(7,80,139,.18) !important; color: #fff !important; }
.mhs-profile-shell .um-profile-edit .um-dropdown { right: 0 !important; left: auto !important; }
.mhs-profile-shell .um-profile-edit .um-dropdown-arr { right: 10px !important; left: auto !important; }
.mhs-profile-shell .um-profile-photo { position: relative !important; top: auto !important; left: auto !important; width: 132px !important; height: 132px !important; margin: 6px auto 16px !important; }
.mhs-profile-shell .um-profile-photo a.um-profile-photo-img {
    width: 132px !important; height: 132px !important; overflow: hidden !important;
    border: 5px solid #fff !important; border-radius: 50% !important; box-shadow: 0 12px 30px rgba(0,55,100,.22) !important;
}
.mhs-profile-shell .um-profile-photo a.um-profile-photo-img > img {
    width: 100% !important; height: 100% !important; object-fit: cover !important;
    border: 0 !important; border-radius: 50% !important; box-shadow: none !important;
}
.mhs-profile-shell .um-profile-meta { width: 100% !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; text-align: center !important; }
.mhs-profile-shell .um-name { margin: 0 !important; }
.mhs-profile-shell .um-name a { color: #fff !important; font-size: 28px !important; font-weight: 850 !important; text-shadow: 0 2px 12px rgba(0,50,90,.18); }
.mhs-profile-shell .um-profile-nav { display: flex !important; justify-content: center !important; gap: 7px !important; margin: 0 !important; padding: 12px clamp(14px,4vw,36px) !important; border: 0 !important; border-bottom: 1px solid #d9eaf0 !important; border-radius: 0 !important; background: #eef7fa !important; box-shadow: none !important; }
.mhs-profile-shell .um-profile-nav-item { float: none !important; }
.mhs-profile-shell .um-profile-nav-item a { min-height: 43px !important; padding: 10px 14px !important; border-radius: 10px !important; background: transparent !important; color: #31586c !important; }
.mhs-profile-shell .um-profile-nav-item a > i,
.mhs-profile-shell .um-profile-nav-item a::before { display: none !important; content: none !important; }
.mhs-profile-shell .um-profile-nav-item.active a, .mhs-profile-shell .um-profile-nav-item a:hover { background: linear-gradient(135deg,#0fa9bd,#0878cc) !important; color: #fff !important; }
.mhs-profile-shell .um-profile-body { min-height: 190px !important; max-width: none !important; padding: clamp(28px,4vw,44px) !important; background: #f9fcfd !important; }
.mhs-profile-shell .um-profile-body .um-item { border-color: #dce9ee !important; }
.mhs-profile-actions { display: flex; justify-content: center; margin-top: 22px; }

/* Scout page, categories and empty states */
.mhs-scout-hero { max-width: 780px; margin-bottom: 36px; color: #fff; }
.mhs-scout-hero .mhs-eyebrow { color: rgba(255,255,255,.82); }
.mhs-scout-hero h1 { margin: 5px 0 12px; font-size: clamp(44px,7vw,72px); line-height: 1; }
.mhs-scout-hero p { margin: 0; font-size: 20px; color: rgba(255,255,255,.9); }
.mhs-process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.mhs-process-grid article { padding: 28px; border-radius: var(--mhs-radius); background: #fff; box-shadow: var(--mhs-shadow-sm); }
.mhs-process-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--mhs-sky); color: #08779a; font-weight: 900; }
.mhs-process-grid h2 { margin: 17px 0 8px; color: var(--mhs-navy); font-size: 23px; }
.mhs-process-grid p { margin: 0; color: var(--mhs-muted); }
.mhs-scout-access { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: clamp(26px,4vw,42px); border: 1px solid rgba(255,255,255,.55); border-radius: var(--mhs-radius-lg); background: rgba(255,255,255,.96); box-shadow: var(--mhs-shadow); }
.mhs-scout-access h2 { margin: 4px 0 8px; color: var(--mhs-navy); font-size: clamp(28px,4vw,42px); }
.mhs-scout-access p { margin: 0; color: var(--mhs-muted); }
.mhs-category-page { padding: 0 !important; }
.mhs-category-hero { margin-bottom: 26px; padding: clamp(28px,4vw,48px); border-radius: var(--mhs-radius); background: linear-gradient(145deg,#ecfbfb,#eef7ff); }
.mhs-category-hero h1 { margin: 5px 0 10px; font-size: clamp(34px,5vw,54px); }
.mhs-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.mhs-category-card { padding: 24px; border: 1px solid var(--mhs-line); border-radius: var(--mhs-radius); background: #fafdfe; }
.mhs-category-card h2 { margin-top: 10px; padding: 0; border: 0; font-size: 22px; }
.mhs-empty-state { grid-column: 1/-1; max-width: 760px; margin: 30px auto; padding: clamp(30px,6vw,64px); border-radius: var(--mhs-radius-lg); background: #fff; box-shadow: var(--mhs-shadow); text-align: center; }
.mhs-admin-notice { padding: 16px; border: 1px solid #f5c36b; border-radius: 12px; background: #fff8e8; color: #7a3f10; }
.mhs-contact-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 20px; align-items: start; }
.mhs-contact-form { display: grid; gap: 9px; }
.mhs-contact-form label { color: var(--mhs-ink); font-weight: 800; }
.mhs-contact-form input, .mhs-contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #cbdde6; border-radius: 12px; background: #f8fbfc; color: var(--mhs-ink); }
.mhs-contact-form input:focus, .mhs-contact-form textarea:focus { border-color: var(--mhs-cyan); background: #fff; box-shadow: 0 0 0 4px rgba(27,184,201,.13); outline: 0; }
.mhs-contact-form button { margin-top: 8px; }
.mhs-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.mhs-contact-aside { padding: 28px; border: 1px solid rgba(255,255,255,.48); border-radius: var(--mhs-radius); background: rgba(5,78,137,.16); color: #fff; }
.mhs-contact-aside .mhs-eyebrow { color: rgba(255,255,255,.8); }
.mhs-contact-aside h2 { margin: 5px 0 10px; font-size: 30px; }
.mhs-contact-aside p { margin: 18px 0 5px; color: rgba(255,255,255,.86); }
.mhs-contact-aside a { color: #fff; font-weight: 800; overflow-wrap: anywhere; }
.mhs-form-message { margin-bottom: 18px; padding: 13px 15px; border-radius: 11px; font-weight: 700; }
.mhs-form-message--success { border: 1px solid #a9d9bd; background: #eefaf3; color: #17643d; }
.mhs-form-message--error { border: 1px solid #efb2ad; background: #fff1f0; color: #9e281f; }

/* Single */
.mhs-single { max-width: 940px; }
.mhs-single article { overflow: hidden; border-radius: var(--mhs-radius-lg); background: #fff; box-shadow: var(--mhs-shadow); }
.mhs-single-header { padding: clamp(28px,5vw,58px); }
.mhs-single-header h1 { margin: 12px 0 20px; color: var(--mhs-navy); font-size: clamp(38px,6vw,64px); line-height: 1.04; letter-spacing: -.045em; }
.mhs-author-row { display: flex; align-items: center; gap: 12px; color: var(--mhs-muted); }
.mhs-author-row img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.mhs-single-hero { margin: 0; }
.mhs-single-hero img { width: 100%; max-height: 560px; object-fit: cover; }
.mhs-article-body { padding: clamp(28px,5vw,58px); color: #314f64; font-size: 18px; }
.mhs-article-body h2, .mhs-article-body h3 { color: var(--mhs-navy); }
.sticky-buttons { position: sticky; bottom: 14px; z-index: 100; display: flex; justify-content: center; gap: 10px; width: fit-content; max-width: calc(100% - 24px); margin: 24px auto; padding: 10px; border: 1px solid var(--mhs-line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--mhs-shadow-sm); }
.sticky-buttons button { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 11px; color: #fff; font-weight: 800; }
#publish-button { background: var(--mhs-success); }
#cancel-button { background: var(--mhs-danger); }

/* Footer */
.mhs-site-footer {
    border-top: 1px solid rgba(255,255,255,.2);
    background: #063d64;
    color: rgba(255,255,255,.86);
}
.mhs-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 38px; width: min(calc(100% - 40px), var(--mhs-shell)); margin: auto; padding: 58px 0 42px; }
.mhs-footer-brand img { width: min(100%,280px); margin-bottom: 18px; }
.mhs-footer-brand p { max-width: 340px; margin: 0; }
.mhs-footer-grid h2 { margin: 0 0 14px; color: #fff; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; }
.mhs-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.mhs-footer-grid a { color: inherit; text-decoration: none; }
.mhs-footer-grid a:hover { color: #fff; }
.mhs-footer-bottom {
    display: flex; justify-content: space-between; gap: 20px;
    width: min(calc(100% - 40px), var(--mhs-shell)); margin: auto;
    padding: 20px 0 max(28px, calc(20px + env(safe-area-inset-bottom)));
    border-top: 1px solid rgba(255,255,255,.15); font-size: 13px;
}

@media (max-width: 1000px) {
    .mhs-header-inner { grid-template-columns: minmax(170px,230px) 1fr auto; gap: 14px; }
    .mhs-nav__list a { padding-inline: 9px; font-size: 14px; }
    .mhs-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mhs-footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 24px; }
}

@media (max-width: 900px) {
    .admin-bar .mhs-site-header { top: 46px; }
    .mhs-header-inner { grid-template-columns: minmax(0,1fr) auto; width: calc(100% - 24px); min-height: 70px; }
    .mhs-brand { width: min(100%, 185px); }
    .mhs-nav {
        position: fixed; top: 70px; left: 12px; right: 12px; z-index: 9995; display: none;
        max-height: calc(100dvh - 84px); overflow-y: auto; padding: 10px;
        border: 1px solid rgba(255,255,255,.45); border-radius: 16px;
        background: linear-gradient(150deg,#109fbd,#0872c8); box-shadow: var(--mhs-shadow);
    }
    .admin-bar .mhs-nav { top: 116px; }
    .mhs-nav.is-open { display: block; }
    .mhs-nav__list { display: grid; justify-content: stretch; gap: 3px; }
    .mhs-nav__list a { min-height: 48px; padding: 12px 14px; font-size: 16px; }
    .mhs-menu-toggle { display: grid; }
    .mhs-login-link {
        display: grid; place-items: center; min-width: 40px; min-height: 40px; padding: 0;
        border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.10); color: #fff;
    }
    .mhs-login-link:hover { background: rgba(255,255,255,.20); }
    .mhs-login-link svg { display: block; }
    .mhs-login-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
    .mhs-hero { grid-template-columns: 1fr; min-height: 0; padding: 58px 0; text-align: center; }
    .mhs-hero__copy { display: flex; flex-direction: column; align-items: center; }
    .mhs-hero__visual { width: min(80%,560px); margin: -10px auto 0; }
    .mhs-category-cards, .mhs-process-grid { grid-template-columns: 1fr; }
    .mhs-category-cards a { min-height: 165px; }
    .mhs-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mhs-footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
    .mhs-header-actions { gap: 7px; }
    .mhs-icon-button, .mhs-account-menu, .mhs-account-menu summary, .mhs-login-link { width: 40px; height: 40px; }
    .mhs-account-avatar, .mhs-account-menu .avatar { width: 36px !important; height: 36px !important; }
    .mhs-header-inner { width: calc(100% - 20px); }
    .mhs-brand { width: min(100%, 155px); }
    .mhs-search-panel form { padding-bottom: 14px; }
    .mhs-search-panel button { min-width: 88px; }
    .mhs-shell { width: calc(100% - 24px); padding-block: 34px 54px; }
    .mhs-hero { width: calc(100% - 28px); padding: 44px 0 50px; }
    .mhs-hero h1 { font-size: clamp(42px,13vw,58px); }
    .mhs-hero__visual { width: 100%; }
    .mhs-section, .mhs-scout-cta { width: calc(100% - 24px); padding: 24px 18px; border-radius: 22px; }
    .mhs-section-heading { align-items: flex-start; flex-direction: column; }
    .mhs-post-grid { grid-template-columns: 1fr; }
    .mhs-scout-cta, .mhs-scout-access { align-items: flex-start; flex-direction: column; }
    .mhs-button { width: 100%; }
    .mhs-auth-page { width: calc(100% - 24px); padding-top: 24px; }
    .mhs-auth-intro { grid-template-columns: 1fr; padding: 24px 6px; text-align: center; }
    .mhs-auth-intro .mhs-trust-row { justify-content: center; }
    .mhs-auth-intro aside { text-align: left; }
    .mhs-auth-form { padding: 22px 17px; border-radius: 20px; }
    .mhs-profile-page { width: calc(100% - 24px); padding: 22px 0 52px; }
    .mhs-profile-intro { margin-bottom: 18px; padding: 0 2px; }
    .mhs-profile-actions .mhs-button { width: 100%; }
    .mhs-profile-shell { border-radius: 20px; }
    .mhs-profile-shell .um-header { min-height: 220px !important; padding: 30px 18px 22px !important; }
    .mhs-profile-shell .um-profile-photo { width: 120px !important; height: 120px !important; margin-bottom: 14px !important; }
    .mhs-profile-shell .um-profile .um-profile-photo a.um-profile-photo-img { width: 120px !important; height: 120px !important; }
    .mhs-profile-shell .um-name a { font-size: 23px !important; }
    .mhs-profile-shell .um-profile-nav {
        display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        justify-content: stretch !important; gap: 8px !important; overflow: visible !important;
    }
    .mhs-profile-shell .um-profile-nav::-webkit-scrollbar { display: none; }
    .mhs-profile-shell .um-profile-nav-item { min-width: 0 !important; }
    .mhs-profile-shell .um-profile-nav-item > a.uimob800-show {
        display: flex !important; align-items: center !important; justify-content: center !important;
        width: 100% !important; min-width: 0 !important; padding: 10px 12px !important;
    }
    .mhs-profile-shell .um-profile-nav-item > a.uimob800-hide { display: none !important; }
    .mhs-profile-shell .um-profile-nav-item a .title {
        display: inline !important; font-size: 14px !important; line-height: 1.4 !important;
    }
    .mhs-profile-shell .um-profile-nav .um-clear { display: none !important; }
    .mhs-profile-shell .um-profile-body { padding: 22px 18px 28px !important; }
    .mhs-plugin-surface { padding: 18px 14px; border-radius: 20px; }
    .mhs-form-progress { margin-bottom: 26px; padding: 17px 16px; border-radius: 15px; }
    .mhs-form-progress__title { margin-bottom: 12px; font-size: 22px; }
    .mhs-category-grid { grid-template-columns: 1fr; }
    .mhs-contact-layout { grid-template-columns: 1fr; }
    .mhs-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); width: calc(100% - 36px); padding-top: 44px; }
    .mhs-footer-bottom { flex-direction: column; width: calc(100% - 36px); }
    .mhs-prose { padding: 24px 18px; border-radius: 20px; overflow-wrap: anywhere; }
    .sticky-buttons { width: calc(100% - 24px); }
    .sticky-buttons button { flex: 1; padding-inline: 10px; }
}

@media (max-width: 410px) {
    .mhs-brand { width: 132px; }
    .mhs-header-actions { gap: 5px; }
    .mhs-icon-button, .mhs-account-menu, .mhs-account-menu summary, .mhs-login-link { width: 38px; height: 38px; }
    .mhs-account-avatar, .mhs-account-menu .avatar { width: 34px !important; height: 34px !important; }
    .mhs-footer-grid { grid-template-columns: 1fr; }
    .mhs-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
