:root {
    --mh-ink: #0b3034;
    --mh-ink-deep: #08272b;
    --mh-paper: #f8f7f2;
    --mh-white: #ffffff;
    --mh-gold: #c1a05f;
    --mh-gold-dark: #a8894d;
    --mh-muted: #5f6d6f;
    --mh-border: rgba(11, 48, 52, 0.16);
    --mh-radius: 24px;
    --mh-shadow: 0 24px 60px rgba(8, 39, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mh-site-launch-page {
    margin: 0;
    background: var(--mh-paper);
    color: var(--mh-ink);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }

.mh-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.mh-skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 10000;
    padding: 12px 16px;
    background: var(--mh-white);
    border: 2px solid var(--mh-ink);
    border-radius: 10px;
    font-weight: 700;
}
.mh-skip-link:focus { top: 16px; }

.mh-header {
    position: relative !important;
    top: auto !important;
    z-index: 100;
    background: rgba(248, 247, 242, 0.98);
    border-bottom: 1px solid var(--mh-border);
}
.mh-header__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.mh-brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.1;
}
.mh-brand strong { font-size: 20px; letter-spacing: -0.03em; }
.mh-brand span {
    margin-top: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.mh-header__link {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.mh-site-launch-page main {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
}
.mh-site-launch-page .mh-hero {
    position: relative;
    clear: both;
    background: var(--mh-paper);
    padding: clamp(46px, 5vw, 68px) 0 clamp(68px, 7vw, 100px) !important;
    margin: 0 !important;
    overflow: visible;
}
.mh-site-launch-page .mh-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
    align-items: start !important;
    gap: clamp(38px, 4.8vw, 68px);
    margin: 0 !important;
    padding: 0 !important;
}
.mh-site-launch-page .mh-hero__content,
.mh-site-launch-page .mh-hero__visual,
.mh-site-launch-page .mh-photo {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    align-self: start !important;
}
.mh-site-launch-page .mh-hero__visual,
.mh-site-launch-page .mh-photo {
    position: relative;
    isolation: isolate;
    background: transparent !important;
}
.mh-site-launch-page .mh-hero__visual::before,
.mh-site-launch-page .mh-hero__visual::after,
.mh-site-launch-page .mh-photo::before,
.mh-site-launch-page .mh-photo::after {
    content: none !important;
    display: none !important;
}
.mh-eyebrow {
    margin: 0 0 18px;
    color: var(--mh-gold-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.mh-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--mh-ink);
    font-size: clamp(52px, 5.35vw, 78px);
    line-height: .98;
    letter-spacing: -0.058em;
    text-wrap: balance;
}
.mh-hero__intro {
    max-width: 650px;
    margin: 28px 0 0;
    color: #2e484b;
    font-size: clamp(18px, 1.55vw, 21px);
}
.mh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.mh-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mh-button:hover { transform: translateY(-2px); }
.mh-button:focus-visible,
.mh-header__link:focus-visible,
.mh-brand:focus-visible,
.mh-footer a:focus-visible,
.mh-consent a:focus-visible {
    outline: 3px solid var(--mh-gold);
    outline-offset: 4px;
}
.mh-button--primary { background: var(--mh-ink); color: var(--mh-white); box-shadow: 0 12px 28px rgba(8, 39, 43, .16); }
.mh-button--secondary { border-color: var(--mh-border); background: rgba(255,255,255,.55); }
.mh-launch-note { margin: 20px 0 0; color: var(--mh-muted); font-size: 14px; }

.mh-hero__visual {
    display: block;
    width: 100%;
}
.mh-photo {
    width: 100%;
}
.mh-photo__image {
    display: block;
    width: 100%;
    aspect-ratio: 6 / 5;
    min-height: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 45%;
    border-radius: var(--mh-radius);
    box-shadow: var(--mh-shadow);
    overflow: hidden;
}
.mh-photo figcaption {
    max-width: 470px;
    margin: 16px 0 0;
    color: #385154;
    font-size: 14px;
    font-weight: 650;
}

.mh-arrivals {
    padding: clamp(74px, 9vw, 120px) 0;
    background: var(--mh-ink-deep);
    color: var(--mh-white);
}
.mh-arrivals .mh-eyebrow { color: #d6bd87; }
.mh-arrivals h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.055em;
}
.mh-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 58px;
}
.mh-card {
    min-height: 250px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}
.mh-card span { color: #d6bd87; font-weight: 800; letter-spacing: .12em; }
.mh-card h3 { margin: 52px 0 12px; font-size: 25px; letter-spacing: -0.03em; }
.mh-card p { margin: 0; color: rgba(255,255,255,.73); }

.mh-signup {
    padding: clamp(72px, 9vw, 120px) 0;
    background: #132629;
    color: var(--mh-white);
}
.mh-signup__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: center;
}
.mh-signup h2 {
    margin: 0;
    font-size: clamp(42px, 5.4vw, 72px);
    line-height: 1;
    letter-spacing: -0.055em;
}
.mh-signup__content > p:last-child {
    max-width: 560px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.8);
    font-size: 19px;
}
.mh-form-card {
    padding: clamp(26px, 4vw, 40px);
    border-radius: 26px;
    background: var(--mh-white);
    color: var(--mh-ink);
    box-shadow: 0 26px 60px rgba(0,0,0,.2);
}
.mh-field + .mh-field { margin-top: 18px; }
.mh-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.mh-field input {
    width: 100%;
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid #bcc8c9;
    border-radius: 12px;
    background: #fff;
    color: #092a2e;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.mh-field input:focus {
    border-color: var(--mh-ink);
    box-shadow: 0 0 0 4px rgba(11,48,52,.12);
    outline: none;
}
.mh-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 11px;
    align-items: start;
    margin: 20px 0;
    color: #3c5356;
    font-size: 13px;
    cursor: pointer;
}
.mh-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--mh-ink); }
.mh-consent a { font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mh-submit {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: var(--mh-gold);
    color: #112c30;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.mh-submit:hover { transform: translateY(-1px); background: #c9a968; }
.mh-submit:focus-visible { outline: 3px solid var(--mh-ink); outline-offset: 3px; }
.mh-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.mh-form-status { min-height: 24px; margin-top: 12px; font-size: 14px; font-weight: 700; }
.mh-form-status.is-success { color: #17653d; }
.mh-form-status.is-error { color: #a12626; }
.mh-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.mh-footer { padding: 48px 0 28px; background: #071d20; color: rgba(255,255,255,.8); }
.mh-footer__grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.mh-footer strong { color: var(--mh-white); font-size: 21px; }
.mh-footer p { margin: 6px 0 0; }
.mh-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.mh-footer a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); }
.mh-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
}

@media (max-width: 980px) {
    .mh-site-launch-page .mh-hero {
        padding: 42px 0 76px !important;
    }
    .mh-site-launch-page .mh-hero__grid,
    .mh-signup__grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .mh-site-launch-page .mh-hero__grid {
        gap: 36px;
    }
    .mh-hero__content,
    .mh-hero__visual {
        width: 100%;
        max-width: none;
    }
    .mh-hero h1 {
        max-width: 760px;
        font-size: clamp(52px, 8.2vw, 72px);
    }
    .mh-photo__image {
        aspect-ratio: 16 / 10;
        background-position: center 42%;
    }
    .mh-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .mh-container { width: min(calc(100% - 30px), 1180px); }
    .mh-header__inner {
        min-height: auto;
        padding: 17px 0;
        align-items: center;
        gap: 14px;
    }
    .mh-brand { min-width: 0; }
    .mh-brand strong { font-size: 18px; }
    .mh-brand span {
        margin-top: 5px;
        font-size: 8.5px;
        letter-spacing: .13em;
        white-space: nowrap;
    }
    .mh-header__link {
        flex: 0 0 auto;
        max-width: 132px;
        padding: 5px 0;
        font-size: 11px;
        line-height: 1.25;
        text-align: right;
    }
    .mh-site-launch-page .mh-hero {
        padding: 32px 0 62px !important;
    }
    .mh-site-launch-page .mh-hero__grid { gap: 30px; }
    .mh-eyebrow {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: .145em;
    }
    .mh-hero h1 {
        max-width: 100%;
        font-size: clamp(40px, 11.7vw, 54px);
        line-height: 1;
        letter-spacing: -.048em;
        text-wrap: pretty;
    }
    .mh-hero__intro {
        margin-top: 22px;
        font-size: 18px;
        line-height: 1.55;
    }
    .mh-actions {
        flex-direction: column;
        margin-top: 25px;
    }
    .mh-button {
        width: 100%;
        min-height: 50px;
        padding-inline: 18px;
        text-align: center;
    }
    .mh-launch-note { margin-top: 17px; }
    .mh-photo__image {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
        background-position: center 40%;
    }
    .mh-photo figcaption {
        margin-top: 11px;
        font-size: 12.5px;
        line-height: 1.45;
    }
    .mh-cards { grid-template-columns: 1fr; }
    .mh-card { min-height: 205px; }
    .mh-footer__grid,
    .mh-footer__bottom { flex-direction: column; }
    .mh-footer nav { flex-direction: column; gap: 12px; }
}

@media (max-width: 390px) {
    .mh-container { width: min(calc(100% - 24px), 1180px); }
    .mh-brand strong { font-size: 17px; }
    .mh-brand span { font-size: 7.8px; letter-spacing: .11em; }
    .mh-header__link { max-width: 110px; font-size: 10px; }
    .mh-hero h1 { font-size: clamp(38px, 11.4vw, 46px); }
}

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

/* Versão 1.1 — comunidade, confirmação e mensagens */
.mh-community {
    padding: clamp(70px, 8vw, 108px) 0;
    background: #ecebe5;
    color: var(--mh-ink);
}
.mh-community__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(42px, 8vw, 110px);
    align-items: center;
}
.mh-community h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(40px, 5.2vw, 70px);
    line-height: 1;
    letter-spacing: -0.055em;
}
.mh-community__grid > div:last-child > p {
    margin: 0 0 26px;
    color: #385154;
    font-size: 19px;
}
.mh-system-message {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 750;
}
.mh-system-message.is-success {
    background: #e7f5ec;
    color: #17653d;
}
.mh-system-message.is-error {
    background: #fdeaea;
    color: #a12626;
}
.mh-success-action {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid rgba(11, 48, 52, .18);
    border-radius: 14px;
    background: #f5f5f1;
    color: #385154;
    font-size: 14px;
}
.mh-success-action span {
    display: block;
    margin-bottom: 8px;
}
.mh-success-action a {
    color: var(--mh-ink);
    font-weight: 850;
    text-underline-offset: 3px;
}
@media (max-width: 980px) {
    .mh-community__grid { grid-template-columns: 1fr; }
}


/* Versão 1.1.4 — correção definitiva de margens e altura da primeira seção */
html body.mh-site-launch-page main#conteudo > section.mh-hero {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding-top: 56px !important;
    padding-bottom: 52px !important;
    overflow: visible !important;
}

html body.mh-site-launch-page main#conteudo > section.mh-hero > .mh-container.mh-hero__grid {
    box-sizing: border-box !important;
    width: min(1240px, calc(100% - 96px)) !important;
    max-width: 1240px !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
}

html body.mh-site-launch-page .mh-hero__content,
html body.mh-site-launch-page .mh-hero__visual,
html body.mh-site-launch-page .mh-photo,
html body.mh-site-launch-page .mh-photo__image {
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

html body.mh-site-launch-page .mh-hero__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html body.mh-site-launch-page .mh-launch-note {
    margin-bottom: 0 !important;
}

@media (max-width: 980px) {
    html body.mh-site-launch-page main#conteudo > section.mh-hero {
        padding-top: 44px !important;
        padding-bottom: 48px !important;
    }
    html body.mh-site-launch-page main#conteudo > section.mh-hero > .mh-container.mh-hero__grid {
        width: calc(100% - 48px) !important;
        max-width: 760px !important;
    }
}

@media (max-width: 640px) {
    html body.mh-site-launch-page main#conteudo > section.mh-hero {
        padding-top: 32px !important;
        padding-bottom: 42px !important;
    }
    html body.mh-site-launch-page main#conteudo > section.mh-hero > .mh-container.mh-hero__grid {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }
}

@media (max-width: 390px) {
    html body.mh-site-launch-page main#conteudo > section.mh-hero > .mh-container.mh-hero__grid {
        width: calc(100% - 28px) !important;
    }
}


/* Versão 1.1.5 — ritmo vertical e cartões compactos */
html body.mh-site-launch-page main#conteudo > section.mh-hero {
    padding-bottom: 26px !important;
}

html body.mh-site-launch-page main#conteudo > section.mh-arrivals {
    padding-top: 44px !important;
    padding-bottom: 76px !important;
    margin-top: 0 !important;
}

html body.mh-site-launch-page .mh-arrivals .mh-cards {
    margin-top: 36px !important;
    gap: 16px !important;
}

html body.mh-site-launch-page .mh-arrivals article.mh-card {
    min-height: 184px !important;
    height: auto !important;
    padding: 24px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.20) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    color: var(--mh-ink) !important;
    box-shadow: none !important;
}

html body.mh-site-launch-page .mh-arrivals article.mh-card > span {
    display: block !important;
    margin: 0 !important;
    color: var(--mh-gold) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

html body.mh-site-launch-page .mh-arrivals article.mh-card > h3 {
    margin: 28px 0 8px !important;
    color: var(--mh-ink) !important;
    font-size: 23px !important;
    line-height: 1.15 !important;
}

html body.mh-site-launch-page .mh-arrivals article.mh-card > p {
    display: block !important;
    margin: 0 !important;
    color: #496164 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    opacity: 1 !important;
}

@media (max-width: 980px) {
    html body.mh-site-launch-page main#conteudo > section.mh-hero {
        padding-bottom: 28px !important;
    }
    html body.mh-site-launch-page main#conteudo > section.mh-arrivals {
        padding-top: 42px !important;
        padding-bottom: 66px !important;
    }
    html body.mh-site-launch-page .mh-arrivals .mh-cards {
        margin-top: 32px !important;
    }
}

@media (max-width: 640px) {
    html body.mh-site-launch-page main#conteudo > section.mh-hero {
        padding-bottom: 24px !important;
    }
    html body.mh-site-launch-page main#conteudo > section.mh-arrivals {
        padding-top: 38px !important;
        padding-bottom: 54px !important;
    }
    html body.mh-site-launch-page .mh-arrivals .mh-cards {
        margin-top: 28px !important;
        gap: 12px !important;
    }
    html body.mh-site-launch-page .mh-arrivals article.mh-card {
        min-height: 0 !important;
        padding: 22px !important;
    }
    html body.mh-site-launch-page .mh-arrivals article.mh-card > h3 {
        margin-top: 20px !important;
        font-size: 21px !important;
    }
}


/* Política de Privacidade — v1.2.0 */
.mh-privacy-main {
    padding: clamp(56px, 7vw, 96px) 0 clamp(72px, 8vw, 110px);
    background: var(--mh-paper);
}
.mh-privacy-layout {
    max-width: 960px;
}
.mh-privacy-hero {
    max-width: 790px;
    margin-bottom: 34px;
}
.mh-privacy-hero h1 {
    margin: 0;
    color: var(--mh-ink);
    font-size: clamp(46px, 6vw, 76px);
    line-height: 1;
    letter-spacing: -0.055em;
}
.mh-privacy-hero > p:last-child {
    max-width: 720px;
    margin: 24px 0 0;
    color: #3d5558;
    font-size: clamp(17px, 1.7vw, 21px);
}
.mh-privacy-card {
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid var(--mh-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(8, 39, 43, .07);
}
.mh-privacy-card > *:first-child { margin-top: 0; }
.mh-privacy-card > *:last-child { margin-bottom: 0; }
.mh-privacy-card h2 {
    margin: 42px 0 12px;
    color: var(--mh-ink);
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.15;
    letter-spacing: -0.035em;
}
.mh-privacy-card p,
.mh-privacy-card li {
    color: #314b4e;
    font-size: 17px;
    line-height: 1.75;
}
.mh-privacy-card a {
    color: var(--mh-ink);
    font-weight: 750;
    text-underline-offset: 3px;
}
.mh-privacy-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: 20px;
    background: var(--mh-ink-deep);
    color: #fff;
}
.mh-privacy-contact h2 {
    margin: 0 0 6px;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.mh-privacy-contact p { margin: 0; color: rgba(255,255,255,.76); }
.mh-privacy-contact .mh-button--primary { background: var(--mh-gold); color: var(--mh-ink-deep); }

@media (max-width: 720px) {
    .mh-privacy-main { padding-top: 42px; }
    .mh-privacy-card { border-radius: 18px; }
    .mh-privacy-contact { align-items: stretch; flex-direction: column; padding: 24px; }
    .mh-privacy-contact .mh-button { width: 100%; }
}
