:root {
    --ink: #111111;
    --blue: #96d1fb;
    --sky: #f6f2e9;
    --cream: #fffcf5;
    --aqua: #77d4c9;
    --coral: #da93ac;
    --sand: #eeddc9;
    --muted: #00000099;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--muted);
    background: var(--cream);
    font: 400 16px/1.7 "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.12;
    letter-spacing: -.035em;
}
a { color: var(--ink); }
img { max-width: 100%; height: auto; }
.nhe-shell { width: min(1200px, calc(100% - 40px)); margin: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 9999; padding: 10px 14px; background: #fff; color: #111; }
#scroll-progress { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--blue), var(--aqua), var(--coral)); transform: scaleX(0); transform-origin: left; }

#site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid rgba(17,17,17,.08);
    background: rgba(255,252,245,.94);
    backdrop-filter: blur(18px);
    transition: box-shadow .3s ease;
}
#site-header.scrolled { box-shadow: 0 14px 40px rgba(17,17,17,.1); }
#site-header .nhe-shell { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.nhe-brand { display: flex; align-items: center; gap: 11px; color: var(--ink); font: 800 17px/1 "Plus Jakarta Sans", sans-serif; text-decoration: none; }
.nhe-brand img { width: 52px; height: 52px; object-fit: contain; }
.nhe-brand small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.custom-logo { width: auto; max-width: 205px; max-height: 62px; }
#primary-nav { margin-left: auto; }
.nhe-menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.nhe-menu a { position: relative; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.nhe-menu a::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 2px; background: var(--coral); transition: right .25s ease; }
.nhe-menu a:hover::after, .nhe-menu .current-menu-item a::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 700; text-decoration: none; }
#menu-toggle { display: none; }
.native-page { padding: 70px 0; }

body.elementor-page .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.hoh-section > .elementor-container { gap: 8px; }
.hoh-section .elementor-widget:not(:last-child) { margin-bottom: 18px; }
.hoh-inner { margin-top: 24px; margin-bottom: 18px; }
.hoh-eyebrow {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 30px;
    margin: 0;
    padding: 6px 13px;
    border-radius: 999px;
    background: var(--sand);
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}
.elementor-align-center .hoh-eyebrow, .elementor-widget-text-editor.elementor-align-center .hoh-eyebrow { margin-inline: auto; }
.hoh-rounded-top { border-radius: 34px 34px 0 0; overflow: hidden; }
.hoh-card > .elementor-widget-wrap {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(17,17,17,.06);
    box-shadow: 0 18px 55px rgba(17,17,17,.07);
}
.hoh-image-card > .elementor-widget-wrap { align-content: flex-start; }
.hoh-image-card .elementor-widget-image img, .hoh-blog-card .elementor-widget-image img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; }
.hoh-stat-card > .elementor-widget-wrap { min-height: 145px; align-content: space-between; }
.hoh-testimonial > .elementor-widget-wrap { min-height: 285px; align-content: space-between; }
.hoh-quote { font-weight: 600; line-height: 1.55; }
.hoh-impact-copy > .elementor-widget-wrap { overflow: hidden; border-radius: 28px; }
.hoh-impact-copy .elementor-heading-title { color: #fff !important; }
.hoh-impact-copy .elementor-widget-text-editor { color: rgba(255,255,255,.76) !important; }
.hoh-impact-copy .hoh-eyebrow { background: var(--aqua); color: #111; }
.hoh-cta-card > .elementor-widget-wrap { min-height: 420px; align-content: center; border-radius: 30px; background-image: radial-gradient(circle at 14% 12%, rgba(119,212,201,.25), transparent 30%), radial-gradient(circle at 88% 78%, rgba(218,147,172,.25), transparent 32%); }
.hoh-article > .elementor-widget-wrap { width: min(850px, 100%); margin-inline: auto; }
.hoh-article .elementor-widget-image { margin-block: 24px 34px; }
.hoh-article .elementor-widget-image img { width: 100%; max-height: 600px; object-fit: cover; }
.hoh-post .elementor-widget-heading:not(:first-child) { margin-top: 24px; }
.elementor-button { border-radius: 999px !important; box-shadow: none; }
.elementor-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(17,17,17,.15); }
.elementor-accordion .elementor-accordion-item { margin-bottom: 12px; border: 1px solid rgba(17,17,17,.12) !important; border-radius: 14px; overflow: hidden; }
.elementor-accordion .elementor-tab-title { padding: 20px 22px; }
.elementor-accordion .elementor-tab-content { padding: 0 22px 22px; border-top: 0 !important; }

.nhe-inquiry-form { padding: clamp(22px, 4vw, 38px); border: 1px solid rgba(17,17,17,.09); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(17,17,17,.08); }
.nhe-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nhe-inquiry-form label { display: grid; gap: 8px; color: var(--ink); font-weight: 700; }
.nhe-inquiry-form input, .nhe-inquiry-form select, .nhe-inquiry-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(17,17,17,.18); border-radius: 12px; color: #111; background: var(--cream); font: inherit; }
.nhe-inquiry-form input:focus, .nhe-inquiry-form select:focus, .nhe-inquiry-form textarea:focus { outline: 3px solid rgba(119,212,201,.25); border-color: var(--aqua); }
.nhe-form-wide { grid-column: 1 / -1; }
.nhe-form-note { font-size: 14px; }
.nhe-inquiry-form button { min-height: 50px; padding: 13px 22px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }
.nhe-form-success { margin-bottom: 18px; padding: 15px 18px; border-radius: 12px; color: #111; background: var(--aqua); font-weight: 700; }

.nhe-footer { position: relative; overflow: hidden; padding: 80px 0 26px; color: rgba(255,255,255,.72); background: #111; }
.nhe-footer h2, .nhe-footer h3, .nhe-footer a { color: #fff; }
.nhe-footer h2, .nhe-footer h3 { letter-spacing: -.02em; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; }
.footer-phone { font-size: 1.2rem; font-weight: 700; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 8px; }
.footer-links a { text-decoration: none; }
.footer-signup { display: flex; padding: 5px; border-radius: 999px; background: #fff; }
.footer-signup input { flex: 1; min-width: 0; padding: 10px; border: 0; background: transparent; }
.footer-signup button { padding: 10px 17px; border: 0; border-radius: 999px; color: #111; background: var(--coral); font-weight: 700; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-orb { position: absolute; border-radius: 50%; opacity: .2; filter: blur(1px); }
.orb-one { top: -100px; right: -100px; width: 330px; height: 330px; background: var(--aqua); }
.orb-two { bottom: -100px; left: 8%; width: 180px; height: 180px; background: var(--coral); }

.reveal-ready { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.revealed { opacity: 1; transform: none; }

@media (max-width: 1024px) {
    #site-header .nhe-shell { gap: 16px; }
    .nhe-menu { gap: 16px; }
    .nhe-menu a { font-size: 13px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    #menu-toggle { display: block; margin-left: auto; }
    #primary-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 22px; border-bottom: 1px solid rgba(17,17,17,.1); background: var(--cream); box-shadow: 0 20px 35px rgba(17,17,17,.1); }
    #primary-nav.open { display: block; }
    .nhe-menu { display: grid; gap: 18px; }
    .nav-cta { display: none; }
    .hoh-card > .elementor-widget-wrap { margin-bottom: 8px; }
}

@media (max-width: 767px) {
    .nhe-shell { width: min(100% - 28px, 1200px); }
    #site-header .nhe-shell { min-height: 72px; }
    .nhe-brand img { width: 44px; height: 44px; }
    .hoh-section > .elementor-container { gap: 0; }
    .hoh-inner { margin-top: 15px; }
    .hoh-stat-card > .elementor-widget-wrap, .hoh-testimonial > .elementor-widget-wrap { min-height: 0; }
    .hoh-cta-card > .elementor-widget-wrap { min-height: 360px; }
    .nhe-form-grid { grid-template-columns: 1fr; }
    .nhe-form-wide { grid-column: auto; }
    .nhe-inquiry-form button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal-ready, .revealed { opacity: 1 !important; transform: none !important; transition: none !important; }
}
