/**
 * Eco Hospitality Network — site theme (distinct from legacy template)
 */
:root {
    --ehn-forest: #0f291e;
    --ehn-pine: #1b4332;
    --ehn-moss: #2d6a4f;
    --ehn-leaf: #40916c;
    --ehn-mint: #95d5b2;
    --ehn-mist: #d8f3dc;
    --ehn-cream: #f6f3eb;
    --ehn-paper: #fdfcfa;
    --ehn-bark: #2c2420;
    --ehn-clay: #bc8a5f;
    --ehn-sun: #e9c46a;
    --ehn-font-sans: "Outfit", system-ui, sans-serif;
    --ehn-font-display: "Fraunces", Georgia, serif;
    --ehn-radius: 1rem;
    --ehn-radius-sm: 0.5rem;
    --ehn-shadow: 0 20px 50px rgba(15, 41, 30, 0.12);
    --ehn-shadow-soft: 0 8px 32px rgba(15, 41, 30, 0.08);
    --ehn-space-section: clamp(3.25rem, 8vw, 5.25rem);
    --ehn-space-section-tight: clamp(2.35rem, 5.5vw, 3.75rem);
    --ehn-space-footer-gap: clamp(1.75rem, 4vw, 2.75rem);
    --ehn-safe-inset-bottom: clamp(4.25rem, 11vw, 5.75rem);
}

html {
    scroll-behavior: smooth;
}

body.ehn-site {
    font-family: var(--ehn-font-sans);
    background: var(--ehn-cream);
    color: var(--ehn-bark);
    font-size: 1.05rem;
    line-height: 1.65;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    body.ehn-site {
        padding-bottom: 2.5rem;
    }
}

body.ehn-site h1,
body.ehn-site h2,
body.ehn-site h3,
body.ehn-site h4,
body.ehn-site .ehn-display {
    font-family: var(--ehn-font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ehn-forest);
}

body.ehn-site a {
    color: var(--ehn-moss);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.ehn-site a:hover {
    color: var(--ehn-leaf);
}

/* Header */
.ehn-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(253, 252, 250, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(45, 106, 79, 0.12);
    transition: box-shadow 0.25s ease;
}

.ehn-header.is-scrolled {
    box-shadow: var(--ehn-shadow-soft);
}

.ehn-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0;
}

.ehn-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--ehn-moss), var(--ehn-pine));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ehn-mist);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.ehn-brand-text {
    line-height: 1.1;
}

.ehn-brand-text strong {
    display: block;
    font-family: var(--ehn-font-display);
    font-size: 1.05rem;
    color: var(--ehn-forest);
    font-weight: 600;
}

.ehn-brand-text span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ehn-moss);
}

.ehn-brand--wordmark .ehn-brand-text strong {
    font-size: clamp(1.05rem, 2.4vw, 1.3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ehn-footer-brand--text-only {
    margin-bottom: 0;
}

.ehn-nav .nav-link {
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--ehn-bark) !important;
    padding: 0.5rem 0.85rem !important;
    border-radius: var(--ehn-radius-sm);
}

.ehn-nav .nav-link:hover {
    background: rgba(216, 243, 220, 0.45);
    color: var(--ehn-pine) !important;
}

.ehn-nav .nav-link.active {
    background: var(--ehn-moss) !important;
    color: #fff !important;
}

.ehn-nav .ehn-nav-cta {
    background: var(--ehn-forest);
    color: #fff !important;
    margin-left: 0.25rem;
}

.ehn-nav .ehn-nav-cta:hover {
    background: var(--ehn-pine);
    color: #fff !important;
}

.navbar-toggler.ehn-toggler {
    border: 1px solid rgba(45, 106, 79, 0.25);
    border-radius: var(--ehn-radius-sm);
    padding: 0.45rem 0.6rem;
}

/* Hero */
.ehn-hero {
    position: relative;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ehn-pine);
    padding-bottom: 2.5rem;
}

.ehn-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: var(--ehn-cream);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(1.15);
    z-index: 1;
    pointer-events: none;
}

.ehn-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 40%, rgba(149, 213, 178, 0.25), transparent 55%),
        radial-gradient(ellipse 50% 40% at 90% 20%, rgba(233, 196, 106, 0.12), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L30 60M0 30L60 30' stroke='%2340916c' stroke-opacity='0.07' stroke-width='1'/%3E%3C/svg%3E");
    pointer-events: none;
}

.ehn-hero-inner {
    position: relative;
    z-index: 2;
    padding: clamp(3rem, 6vw, 4rem) 0 clamp(3.5rem, 7vw, 4.75rem);
}

.ehn-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    background: rgba(216, 243, 220, 0.15);
    border: 1px solid rgba(216, 243, 220, 0.35);
    border-radius: 999px;
    color: var(--ehn-mint);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.ehn-hero h1 {
    color: #fff;
    font-size: clamp(2.1rem, 4.5vw, 3.35rem);
    line-height: 1.12;
    margin-bottom: 1.25rem;
}

.ehn-hero h1 .ehn-accent {
    color: var(--ehn-sun);
    font-style: italic;
}

.ehn-hero-lead {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    max-width: 34rem;
    margin-bottom: 2rem;
}

.ehn-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.6rem;
    background: var(--ehn-sun);
    color: var(--ehn-forest) !important;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ehn-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(233, 196, 106, 0.35);
    color: var(--ehn-forest) !important;
}

.ehn-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.6rem;
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    transition: background 0.2s, border-color 0.2s;
}

.ehn-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff !important;
}

.ehn-hero-card {
    background: var(--ehn-paper);
    border-radius: var(--ehn-radius);
    box-shadow: var(--ehn-shadow);
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.1);
}

.ehn-hero-card-img {
    overflow: hidden;
    border-radius: calc(var(--ehn-radius) - 2px) calc(var(--ehn-radius) - 2px) 0 0;
}

.ehn-hero-card-img img {
    width: 100%;
    height: clamp(220px, 36vw, 380px);
    object-fit: cover;
    display: block;
}

.ehn-hero-stat {
    padding: 1.25rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    text-align: center;
    background: linear-gradient(180deg, var(--ehn-mist), transparent);
}

.ehn-hero-stat strong {
    font-family: var(--ehn-font-display);
    font-size: 1.35rem;
    color: var(--ehn-pine);
    display: block;
}

.ehn-hero-stat span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ehn-moss);
}

/* Sections */
.ehn-section {
    padding: var(--ehn-space-section) 0;
}

.ehn-section-alt {
    background: var(--ehn-paper);
}

.ehn-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--ehn-moss);
    margin-bottom: 0.75rem;
}

.ehn-section-title {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-bottom: 1rem;
}

.ehn-section-head--center {
    text-align: center;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.ehn-section-head--center .ehn-section-title {
    margin-bottom: 0.65rem;
}

.ehn-section-head--center .ehn-section-sub {
    margin-left: auto;
    margin-right: auto;
}

.ehn-section-sub {
    color: #5c534e;
    font-size: 1.02rem;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 36rem;
}

.ehn-section-head--split {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(45, 106, 79, 0.1);
}

.ehn-section-head--split .ehn-section-sub {
    margin-top: 0.5rem;
}

.ehn-surface .ehn-section-head--center {
    margin-bottom: clamp(1.5rem, 3vw, 2.35rem);
}

@media (max-width: 575.98px) {
    .ehn-section-head--split .ehn-btn-secondary {
        width: 100%;
    }
}

.ehn-section--last {
    padding-top: var(--ehn-space-section);
    padding-bottom: calc(var(--ehn-space-section) + var(--ehn-space-footer-gap));
}

/* Shared surface panels (homepage sections) */
.ehn-surface {
    background: var(--ehn-paper);
    border-radius: 1.75rem;
    border: 1px solid rgba(45, 106, 79, 0.12);
    box-shadow: var(--ehn-shadow-soft);
    position: relative;
}

.ehn-surface--pad {
    padding: 2rem 1.35rem;
}

@media (min-width: 768px) {
    .ehn-surface--pad {
        padding: 2.75rem 2.75rem;
    }
}

@media (min-width: 992px) {
    .ehn-surface--pad {
        padding: 3rem 3.25rem;
    }
}

.ehn-surface--stat {
    background: linear-gradient(165deg, #fdfcfa 0%, rgba(216, 243, 220, 0.35) 100%);
    box-shadow: var(--ehn-shadow);
}

.ehn-surface--muted {
    background: linear-gradient(180deg, rgba(246, 243, 235, 0.9), var(--ehn-paper));
}

.ehn-surface--gradient {
    background: linear-gradient(115deg, var(--ehn-mist) 0%, rgba(253, 252, 250, 0.95) 45%, rgba(233, 196, 106, 0.18) 100%);
    box-shadow: var(--ehn-shadow-soft);
}

.ehn-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.35rem;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--ehn-pine) !important;
    background: transparent;
    border: 2px solid var(--ehn-moss);
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.ehn-btn-secondary:hover {
    background: var(--ehn-moss);
    color: #fff !important;
}

.ehn-phone-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1.35rem;
    background: var(--ehn-pine);
    color: #fff !important;
    font-weight: 600;
    border-radius: 999px;
    box-shadow: var(--ehn-shadow-soft);
}

.ehn-phone-pill:hover {
    background: var(--ehn-moss);
    color: #fff !important;
}

.ehn-card {
    background: var(--ehn-paper);
    border-radius: var(--ehn-radius);
    padding: 1.75rem;
    border: 1px solid rgba(45, 106, 79, 0.1);
    box-shadow: var(--ehn-shadow-soft);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ehn-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ehn-shadow);
}

.ehn-card--fill {
    background: var(--ehn-paper);
    border: 1px solid rgba(45, 106, 79, 0.1);
}

.ehn-section-alt .ehn-card--fill {
    background: #fff;
}

.ehn-card-title {
    font-family: var(--ehn-font-display);
    font-size: 1.08rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--ehn-forest);
}

.ehn-card-text {
    font-size: 0.94rem;
    color: #5c534e;
    margin: 0;
    line-height: 1.55;
}

.ehn-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--ehn-mist), rgba(149, 213, 178, 0.35));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ehn-pine);
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

/* Why us — homepage benefit board */
.ehn-why-section .ehn-section-head--center {
    margin-bottom: clamp(1.6rem, 3.5vw, 2.5rem);
}

.ehn-why-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem 1.15rem;
    max-width: 1080px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .ehn-why-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .ehn-why-board {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.ehn-why-tile {
    position: relative;
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid rgba(45, 106, 79, 0.11);
    box-shadow: 0 6px 28px rgba(15, 41, 30, 0.07);
    padding: 1.45rem 1.3rem 1.35rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.ehn-why-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.ehn-why-tile::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--ehn-sun), var(--ehn-moss));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ehn-why-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15, 41, 30, 0.12);
    border-color: rgba(45, 106, 79, 0.2);
}

.ehn-why-tile:hover::before {
    opacity: 1;
}

.ehn-why-index {
    position: absolute;
    top: 0.75rem;
    right: 0.9rem;
    font-family: var(--ehn-font-display);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ehn-pine);
    opacity: 0.07;
    pointer-events: none;
    user-select: none;
}

.ehn-why-tile-inner {
    position: relative;
    z-index: 1;
}

.ehn-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--ehn-pine), var(--ehn-moss));
    color: var(--ehn-mint);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.12rem;
    margin-bottom: 0.95rem;
    box-shadow: 0 8px 22px rgba(27, 67, 50, 0.28);
}

.ehn-why-title {
    font-family: var(--ehn-font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ehn-forest);
    margin: 0 0 0.45rem;
    line-height: 1.28;
    padding-right: 1.75rem;
}

.ehn-why-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.58;
    color: #5a514c;
}

/* Lead tile: full width band, horizontal on wide screens */
.ehn-why-tile--lead {
    grid-column: 1 / -1;
}

@media (min-width: 576px) {
    .ehn-why-tile--lead {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        column-gap: 1.35rem;
        row-gap: 0.35rem;
        align-items: start;
        padding: 1.6rem 1.5rem 1.5rem;
    }

    .ehn-why-tile--lead .ehn-why-index {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        justify-self: end;
    }

    .ehn-why-tile--lead .ehn-why-tile-inner {
        display: contents;
    }

    .ehn-why-tile--lead .ehn-why-icon {
        grid-column: 1;
        grid-row: 1 / span 2;
        margin-bottom: 0;
        align-self: center;
        width: 58px;
        height: 58px;
        font-size: 1.28rem;
    }

    .ehn-why-tile--lead .ehn-why-title {
        grid-column: 2;
        grid-row: 1;
        font-size: clamp(1.2rem, 2.2vw, 1.45rem);
        padding-right: 3rem;
        margin-bottom: 0.35rem;
        align-self: end;
    }

    .ehn-why-tile--lead .ehn-why-text {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.95rem;
        max-width: 38rem;
    }
}

@media (max-width: 575.98px) {
    .ehn-why-tile--lead .ehn-why-index {
        font-size: 2.75rem;
    }
}

.ehn-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.ehn-stat-grid--wide {
    max-width: 820px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 575.98px) {
    .ehn-stat-grid--wide {
        grid-template-columns: 1fr;
    }
}

.ehn-stat-tile {
    background: linear-gradient(145deg, var(--ehn-pine), var(--ehn-moss));
    color: #fff;
    padding: 1.5rem 1.25rem;
    border-radius: var(--ehn-radius);
    text-align: center;
    position: relative;
}

.ehn-stat-tile .stat-ico {
    display: block;
    font-size: 1.35rem;
    color: var(--ehn-sun);
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.ehn-stat-tile:nth-child(2) {
    background: linear-gradient(145deg, var(--ehn-moss), var(--ehn-leaf));
}

.ehn-stat-tile:nth-child(3) {
    background: linear-gradient(145deg, #3d5a47, var(--ehn-moss));
}

.ehn-stat-tile strong {
    font-family: var(--ehn-font-display);
    font-size: 1.75rem;
    color: #fff;
    display: block;
}

.ehn-client-tile {
    background: var(--ehn-paper);
    border-radius: var(--ehn-radius);
    padding: 1.25rem;
    border: 1px solid rgba(45, 106, 79, 0.08);
    text-align: center;
    height: 100%;
    transition: border-color 0.2s;
}

.ehn-client-tile:hover {
    border-color: var(--ehn-mint);
    box-shadow: var(--ehn-shadow-soft);
}

.ehn-client-name {
    font-family: var(--ehn-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ehn-forest);
    margin: 0 0 0.35rem;
}

.ehn-client-meta {
    font-size: 0.88rem;
    color: #5c534e;
    margin: 0;
    line-height: 1.45;
}

.ehn-client-tile .ehn-client-logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.ehn-client-tile img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

.ehn-quote {
    background: var(--ehn-pine);
    color: rgba(255, 255, 255, 0.92);
    border-radius: var(--ehn-radius);
    padding: 2rem;
    position: relative;
    height: 100%;
}

.ehn-quote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 4rem;
    line-height: 0;
    color: var(--ehn-sun);
    opacity: 0.5;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
}

.ehn-quote p {
    position: relative;
    margin: 1.5rem 0 1rem;
    font-style: italic;
}

.ehn-quote footer {
    font-size: 0.9rem;
    color: var(--ehn-mint);
}

.ehn-form-card {
    background: #fff;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 12px 40px rgba(15, 41, 30, 0.06);
}

@media (min-width: 768px) {
    .ehn-form-card {
        padding: 2rem 2rem;
    }
}

.ehn-form-card-title {
    font-family: var(--ehn-font-display);
    font-size: 1.35rem;
    margin: 0 0 1.25rem;
    color: var(--ehn-forest);
}

.ehn-form .form-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ehn-bark);
    margin-bottom: 0.35rem;
}

.ehn-cta-aside {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ehn-phone-block,
.ehn-mail-block {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.1rem;
    border-radius: var(--ehn-radius-sm);
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(45, 106, 79, 0.12);
    color: var(--ehn-forest) !important;
    font-weight: 600;
    max-width: 100%;
}

.ehn-phone-block i,
.ehn-mail-block i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ehn-mist);
    color: var(--ehn-pine);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ehn-mail-block {
    font-size: 0.92rem;
    word-break: break-all;
}

.ehn-inline-logo {
    display: inline-flex;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--ehn-moss), var(--ehn-pine));
    color: var(--ehn-mint);
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.ehn-closing-title {
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    margin: 0 0 0.75rem;
    color: var(--ehn-forest);
}

.ehn-closing-text {
    font-size: 1rem;
    color: #5c534e;
    line-height: 1.65;
    max-width: 52rem;
}

/* Page header inner pages */
.ehn-page-head {
    background: linear-gradient(135deg, var(--ehn-pine) 0%, var(--ehn-forest) 55%, #1a3d2e 100%);
    padding: 4.5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.ehn-page-head::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 48px;
    background: var(--ehn-cream);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(1.2);
}

.ehn-page-head h1 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.ehn-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.ehn-breadcrumb a {
    color: var(--ehn-mint) !important;
}

.ehn-breadcrumb li + li::before {
    content: "/";
    margin-right: 0.5rem;
    color: rgba(255, 255, 255, 0.4);
}

.ehn-breadcrumb .active {
    color: rgba(255, 255, 255, 0.75);
}

/* Contact */
.ehn-contact-card {
    background: var(--ehn-paper);
    border-radius: var(--ehn-radius);
    padding: 1.75rem;
    border: 1px solid rgba(45, 106, 79, 0.1);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 100%;
}

.ehn-contact-card i {
    font-size: 1.75rem;
    color: var(--ehn-moss);
}

.ehn-form .form-control,
.ehn-form .form-select {
    border-radius: var(--ehn-radius-sm);
    border: 1px solid rgba(45, 106, 79, 0.2);
    padding: 0.75rem 1rem;
}

.ehn-form .form-control:focus {
    border-color: var(--ehn-moss);
    box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.15);
}

.ehn-form .btn-submit {
    width: 100%;
    padding: 0.9rem;
    background: var(--ehn-moss);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: var(--ehn-radius-sm);
    transition: background 0.2s;
}

.ehn-form .btn-submit:hover {
    background: var(--ehn-pine);
    color: #fff;
}

/* Footer */
.ehn-footer {
    position: relative;
    background: var(--ehn-forest);
    color: rgba(255, 255, 255, 0.84);
    padding: 0 0 calc(1.75rem + env(safe-area-inset-bottom, 0px));
    margin-top: 0;
    overflow: hidden;
}

.ehn-footer-accent {
    height: 4px;
    width: 100%;
    background: linear-gradient(
        90deg,
        var(--ehn-sun) 0%,
        var(--ehn-moss) 45%,
        var(--ehn-mint) 100%
    );
}

.ehn-footer .container {
    padding-top: clamp(2.75rem, 5vw, 3.75rem);
}

.ehn-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.ehn-footer-brand .ehn-brand-mark {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    flex-shrink: 0;
}

.ehn-footer-brand-name {
    font-family: var(--ehn-font-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ehn-footer-tagline {
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    max-width: 22rem;
}

.ehn-footer-col-title {
    font-family: var(--ehn-font-display);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 600;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
}

.ehn-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.ehn-footer-nav a {
    color: var(--ehn-mint) !important;
    display: block;
    padding: 0.35rem 0;
    line-height: 1.45;
    font-size: 0.95rem;
    font-weight: 500;
}

.ehn-footer-nav a:hover {
    color: #fff !important;
}

.ehn-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.ehn-footer-contact-row {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.ehn-footer-contact-row i {
    flex-shrink: 0;
    width: 1.1rem;
    margin-top: 0.2rem;
    color: rgba(149, 213, 178, 0.85);
    text-align: center;
}

.ehn-footer-contact-row a {
    color: var(--ehn-mint) !important;
    padding: 0;
    display: inline;
    word-break: break-word;
}

.ehn-footer-contact-row a:hover {
    color: #fff !important;
}

.ehn-footer h5 {
    color: #fff;
    font-family: var(--ehn-font-display);
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
}

.ehn-footer a {
    color: var(--ehn-mint) !important;
    transition: color 0.2s ease;
}

.ehn-footer a:hover {
    color: #fff !important;
}

.ehn-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: clamp(2rem, 4vw, 2.75rem);
    padding-top: 1.35rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 767.98px) {
    .ehn-footer {
        padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
    }
}

/* Floating actions */
.ehn-fab-wrap {
    position: fixed;
    bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
    left: calc(1.25rem + env(safe-area-inset-left, 0px));
    z-index: 1020;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ehn-fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: var(--ehn-shadow);
    transition: transform 0.2s;
}

.ehn-fab:hover {
    transform: scale(1.06);
    color: #fff !important;
}

.ehn-fab.wa {
    background: #25d366;
}

.ehn-fab.call {
    background: var(--ehn-moss);
}

.ehn-fab.install {
    background: var(--ehn-clay);
    display: none;
    border: none;
    cursor: pointer;
}

/* Back to top */
.ehn-back-top {
    position: fixed;
    right: calc(1.25rem + env(safe-area-inset-right, 0px));
    bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ehn-sun);
    color: var(--ehn-forest) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1019;
    box-shadow: var(--ehn-shadow-soft);
}

.ehn-back-top:hover {
    color: var(--ehn-forest) !important;
}

/* Services process list */
.ehn-process-num {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ehn-moss);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ehn-highlight-panel {
    background: linear-gradient(160deg, var(--ehn-pine), var(--ehn-moss));
    color: #fff;
    border-radius: var(--ehn-radius);
    padding: 2.5rem;
    height: 100%;
}

.ehn-highlight-panel h2,
.ehn-highlight-panel h3 {
    color: #fff;
}

/* Utilities */
.ehn-text-muted {
    color: #5c534e !important;
}

/* ========== Intro band — reference layout (who we are) ========== */
.ehn-intro-band {
    --ehn-intro-ink: #2d4f3e;
    --ehn-intro-gold: #e6c275;
    --ehn-intro-tag-bg: #dfe9df;
    --ehn-intro-body: #5a625c;
    position: relative;
    padding: 0 0 var(--ehn-space-section-tight);
    margin-top: clamp(-2.5rem, -5vw, -3rem);
    z-index: 2;
}

.ehn-intro-band-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 0;
    background:
        linear-gradient(180deg, rgba(253, 252, 250, 0) 0%, var(--ehn-cream) 18%),
        radial-gradient(ellipse 90% 55% at 50% 0%, rgba(216, 243, 220, 0.45), transparent 72%);
    pointer-events: none;
    border-radius: 2.5rem 2.5rem 0 0;
}

.ehn-intro-panel {
    background: #fff;
    border-radius: 1.35rem;
    border: 1px solid rgba(45, 79, 62, 0.1);
    box-shadow:
        0 28px 60px -18px rgba(26, 46, 36, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    padding: clamp(1.65rem, 3.5vw, 2.85rem) clamp(1.35rem, 3.5vw, 3rem);
    position: relative;
    overflow: hidden;
}

.ehn-intro-panel-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -120px;
    background: radial-gradient(circle, rgba(230, 194, 117, 0.22) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.ehn-intro-panel .row {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .ehn-intro-panel {
        border-radius: 1.5rem;
        padding: clamp(2.25rem, 4vw, 3.25rem) clamp(2rem, 4vw, 3.5rem);
    }
}

.ehn-intro-visual {
    position: relative;
    padding: 0.35rem 0.65rem 0 0;
}

.ehn-intro-visual-accent {
    position: absolute;
    right: 0;
    top: 10%;
    width: 70%;
    height: 75%;
    border-radius: 1.35rem;
    background: linear-gradient(
        155deg,
        rgba(230, 194, 117, 0.28) 0%,
        rgba(45, 79, 62, 0.08) 100%
    );
    z-index: 0;
}

.ehn-intro-figure {
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 22px 46px rgba(45, 79, 62, 0.14);
}

@media (min-width: 768px) {
    .ehn-intro-figure {
        border-radius: 1.35rem;
    }
}

.ehn-intro-figure-frame {
    display: block;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0;
}

@media (min-width: 768px) {
    .ehn-intro-figure-frame {
        border-radius: 1.35rem 1.35rem 0 0;
    }
}

.ehn-intro-figure img {
    width: 100%;
    height: auto;
    min-height: 260px;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 5;
}

.ehn-intro-caption {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 1.15rem 1.25rem 1.2rem;
    background: linear-gradient(105deg, #2d4f3e 0%, #243d32 100%);
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.45;
    border-radius: 0 0 1.25rem 1.25rem;
}

@media (min-width: 768px) {
    .ehn-intro-caption {
        padding: 1.25rem 1.35rem 1.3rem;
        border-radius: 0 0 1.35rem 1.35rem;
    }
}

.ehn-intro-caption-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(230, 194, 117, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--ehn-intro-gold);
    font-size: 1.05rem;
}

.ehn-intro-caption-text strong {
    display: block;
    font-family: var(--ehn-font-display);
    font-weight: 600;
    font-size: 1.01rem;
    color: #fff;
    letter-spacing: -0.01em;
}

.ehn-intro-caption-text small {
    display: block;
    font-family: var(--ehn-font-sans);
    font-weight: 400;
    opacity: 0.9;
    font-size: 0.81rem;
    margin-top: 0.2rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.ehn-intro-copy {
    padding-left: 0;
    min-height: 100%;
}

@media (min-width: 992px) {
    .ehn-intro-copy {
        padding-left: 0.5rem;
    }
}

.ehn-intro-deco-line {
    width: 48px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ehn-intro-gold), var(--ehn-intro-ink));
    margin-bottom: 1rem;
}

.ehn-intro-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--ehn-intro-ink);
    margin: 0 0 0.7rem;
}

.ehn-intro-title {
    font-family: var(--ehn-font-display);
    font-size: clamp(1.72rem, 3.2vw, 2.38rem);
    line-height: 1.16;
    margin-bottom: 1rem;
    color: #1a2e24;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.ehn-intro-lead {
    font-family: var(--ehn-font-sans);
    font-size: 1.02rem;
    color: var(--ehn-intro-body);
    margin-bottom: 1.4rem;
    max-width: 36rem;
    line-height: 1.65;
}

.ehn-intro-tags-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(45, 79, 62, 0.55);
    margin: 0 0 0.5rem;
}

.ehn-intro-tags {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.ehn-intro-tags li {
    font-family: var(--ehn-font-sans);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: var(--ehn-intro-tag-bg);
    color: var(--ehn-intro-ink);
    border: 1px solid rgba(45, 79, 62, 0.22);
}

.ehn-intro-value-grid {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

@media (min-width: 576px) {
    .ehn-intro-value-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

.ehn-intro-value-card {
    background: linear-gradient(165deg, rgba(223, 233, 223, 0.45) 0%, rgba(255, 255, 255, 0.96) 100%);
    border: 1px solid rgba(45, 79, 62, 0.12);
    border-radius: 1rem;
    padding: 1.1rem 1rem 1.15rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ehn-intro-value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(45, 79, 62, 0.1);
    border-color: rgba(45, 79, 62, 0.2);
}

.ehn-intro-value-card .ehn-intro-value-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--ehn-intro-ink);
    color: var(--ehn-intro-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 6px 18px rgba(45, 79, 62, 0.2);
}

.ehn-intro-value-card .ehn-intro-value-title {
    font-family: var(--ehn-font-display);
    font-size: 0.98rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    color: #1a2e24;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.ehn-intro-value-card p {
    margin: 0;
    font-family: var(--ehn-font-sans);
    font-size: 0.82rem;
    color: var(--ehn-intro-body);
    line-height: 1.52;
}

.ehn-intro-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-top: 0.15rem;
}

.ehn-intro-band .ehn-btn-primary {
    background: var(--ehn-intro-gold);
    color: #1a2e24 !important;
    font-weight: 600;
    padding: 0.82rem 1.65rem;
    box-shadow: 0 10px 28px rgba(230, 194, 117, 0.35);
}

.ehn-intro-band .ehn-btn-primary:hover {
    color: #1a2e24 !important;
    box-shadow: 0 14px 32px rgba(230, 194, 117, 0.42);
}

.ehn-intro-cta-link {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ehn-intro-ink) !important;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ehn-intro-cta-link:hover {
    color: #1a2e24 !important;
}

.ehn-intro-cta-link .fa-arrow-right {
    transition: transform 0.2s ease;
}

.ehn-intro-cta-link:hover .fa-arrow-right {
    transform: translateX(4px);
}

/* Impact — homepage stats board */
.ehn-impact-section {
    --ih-ink: #2d4f3e;
    --ih-gold: #e6c275;
}

.ehn-impact-board {
    border-radius: 1.35rem;
    overflow: hidden;
    border: 1px solid rgba(45, 79, 62, 0.12);
    box-shadow:
        0 24px 56px -20px rgba(26, 46, 36, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.85) inset;
    background: #fff;
}

.ehn-impact-head {
    background: linear-gradient(118deg, #2d4f3e 0%, #1e3a2f 55%, #243d32 100%);
    color: #fffaf3;
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.35rem, 3vw, 2.75rem);
    text-align: center;
    position: relative;
}

.ehn-impact-head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, transparent, var(--ih-gold), transparent);
    opacity: 0.55;
}

.ehn-impact-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(230, 194, 117, 0.95);
    margin: 0 0 0.55rem;
}

.ehn-impact-title {
    font-family: var(--ehn-font-display);
    font-size: clamp(1.55rem, 2.8vw, 2.05rem);
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.55rem;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.ehn-impact-lead {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 0.96rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.ehn-impact-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 767.98px) {
    .ehn-impact-stats {
        grid-template-columns: 1fr;
    }
}

.ehn-impact-stat {
    padding: 1.5rem 1.25rem 1.6rem;
    text-align: center;
    border-right: 1px solid rgba(45, 79, 62, 0.08);
    background: linear-gradient(180deg, #fbfbf9 0%, #fff 45%);
    transition: background 0.25s ease;
}

.ehn-impact-stat:last-child {
    border-right: none;
}

.ehn-impact-stat:hover {
    background: linear-gradient(180deg, rgba(223, 233, 223, 0.35) 0%, #fff 50%);
}

@media (max-width: 767.98px) {
    .ehn-impact-stat {
        border-right: none;
        border-bottom: 1px solid rgba(45, 79, 62, 0.08);
    }

    .ehn-impact-stat:last-child {
        border-bottom: none;
    }
}

.ehn-impact-stat-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background: var(--ih-ink);
    color: var(--ih-gold);
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.ehn-impact-stat-value {
    display: block;
    font-family: var(--ehn-font-display);
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 700;
    color: #1a2e24;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.ehn-impact-stat-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(45, 79, 62, 0.62);
}

.ehn-impact-foot {
    padding: 1.15rem 1.25rem 1.35rem;
    text-align: center;
    background: rgba(223, 233, 223, 0.28);
    border-top: 1px solid rgba(45, 79, 62, 0.08);
}

.ehn-impact-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.68rem 1.4rem;
    background: var(--ih-ink);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.94rem;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(45, 79, 62, 0.22);
    transition: transform 0.2s ease, background 0.2s ease;
}

.ehn-impact-phone:hover {
    background: #243d32;
    color: #fff !important;
    transform: translateY(-2px);
}

.ehn-impact-phone i {
    color: var(--ih-gold);
    font-size: 0.95rem;
}

@media (max-width: 991.98px) {
    .ehn-hero-card {
        margin-top: 2rem;
    }

    .ehn-nav {
        padding: 1rem 0;
    }

    .ehn-intro-band {
        margin-top: -1.35rem;
    }

    .ehn-intro-figure img {
        aspect-ratio: 16 / 10;
        min-height: 200px;
    }

    .ehn-intro-figure-frame {
        border-radius: 1.15rem 1.15rem 0 0;
    }

    .ehn-intro-caption {
        border-radius: 0 0 1.15rem 1.15rem;
    }
}

/* -------- Login hub (minimal public home) -------- */

.ehn-hub {
    padding: clamp(2.75rem, 7vw, 4.5rem) 0 clamp(3rem, 9vw, 5rem);
    min-height: 58vh;
}

.ehn-hub-head {
    margin-bottom: clamp(2rem, 5vw, 2.75rem);
}

.ehn-hub-title {
    margin: 0 0 0.4rem;
    font-family: var(--ehn-font-display);
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--ehn-forest);
}

.ehn-hub-lead {
    margin: 0;
    font-size: 1.05rem;
    color: rgba(45, 79, 62, 0.72);
}

.ehn-hub-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 980px;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    .ehn-hub-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

.ehn-hub-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1.35rem 1.4rem;
    border-radius: var(--ehn-radius);
    border: 1px solid rgba(45, 79, 62, 0.1);
    background: var(--ehn-paper);
    box-shadow: var(--ehn-shadow-soft);
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ehn-hub-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ehn-shadow);
    border-color: rgba(45, 79, 62, 0.16);
    color: inherit;
}

.ehn-hub-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(140deg, rgba(45, 79, 62, 0.08), rgba(200, 161, 74, 0.14));
    color: var(--ehn-forest);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.ehn-hub-card-title {
    margin: 0 0 0.45rem;
    font-family: var(--ehn-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ehn-forest);
}

.ehn-hub-card-text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(45, 79, 62, 0.72);
}

.ehn-hub-card-go {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.1rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ehn-clay);
}

.ehn-hub-card:hover .ehn-hub-card-go {
    color: var(--ehn-forest);
}

/* Minimal footer (hub shell) */

.ehn-footer--minimal .ehn-footer-brand {
    margin-bottom: 0;
}

.ehn-footer--minimal .ehn-footer-bottom {
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(45, 79, 62, 0.08);
}

.ehn-footer-minimal-nav a {
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(45, 79, 62, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ehn-footer-minimal-nav a:hover {
    color: var(--ehn-forest);
}

/* -------- Auth / login (shared portal shell) -------- */

.ehn-auth {
    padding: clamp(2rem, 6vw, 3.5rem) 0 clamp(2.5rem, 7vw, 4rem);
    min-height: calc(100vh - 200px);
}

.ehn-auth-card {
    max-width: 440px;
    margin-inline: auto;
}

.ehn-auth-head {
    margin-bottom: 1.5rem;
}

.ehn-auth-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(140deg, rgba(45, 106, 79, 0.12), rgba(233, 196, 106, 0.22));
    color: var(--ehn-forest);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.ehn-auth-title {
    font-family: var(--ehn-font-display);
    font-size: clamp(1.35rem, 3vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ehn-forest);
    margin: 0 0 0.35rem;
}

.ehn-auth-lead {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(44, 36, 32, 0.72);
    line-height: 1.5;
}

.ehn-auth-alert {
    border-radius: var(--ehn-radius-sm);
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
    border: 1px solid transparent;
}

.ehn-auth-alert--success {
    background: rgba(149, 213, 178, 0.22);
    border-color: rgba(45, 106, 79, 0.2);
    color: var(--ehn-pine);
}

.ehn-auth-alert--danger {
    background: rgba(230, 57, 70, 0.08);
    border-color: rgba(230, 57, 70, 0.22);
    color: #9d2233;
}

.ehn-auth-form .ehn-auth-row-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ehn-auth-form a.small-auth-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ehn-moss);
}

.ehn-auth-form a.small-auth-link:hover {
    color: var(--ehn-pine);
}

.ehn-password-group .form-control {
    border-right: 0;
}

.ehn-password-group .ehn-password-toggle {
    border: 1px solid rgba(45, 106, 79, 0.2);
    border-left: 0;
    background: var(--ehn-paper);
    color: var(--ehn-moss);
    padding: 0 0.9rem;
    border-radius: 0 var(--ehn-radius-sm) var(--ehn-radius-sm) 0;
    transition: background 0.2s, color 0.2s;
}

.ehn-password-group .form-control:focus {
    border-color: var(--ehn-moss);
    box-shadow: none;
}

.ehn-password-group:focus-within .form-control,
.ehn-password-group:focus-within .ehn-password-toggle {
    border-color: var(--ehn-moss);
}

.ehn-password-group:focus-within .ehn-password-toggle {
    box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.12);
}

.ehn-password-toggle:hover {
    background: rgba(216, 243, 220, 0.45);
    color: var(--ehn-pine);
}

.ehn-auth-submit {
    width: 100%;
    margin-top: 0.25rem;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.ehn-auth-back {
    margin-top: 1.25rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(45, 106, 79, 0.1);
    font-size: 0.88rem;
}

.ehn-auth-back a {
    font-weight: 600;
    color: var(--ehn-moss);
}

.ehn-auth-back a:hover {
    color: var(--ehn-pine);
}

body.ehn-site .ehn-auth .form-check-input:checked {
    background-color: var(--ehn-moss);
    border-color: var(--ehn-moss);
}
