.app-header {
    height: 82px;
}

.main-site-link {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--moss);
    border-radius: 999px;
    background: var(--moss);
    color: #fff;
    padding: 9px 14px;
    text-decoration: none;
    font: 700 12px APTThai, "Segoe UI", sans-serif;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(38, 62, 53, .18);
}

.main-site-link:hover {
    background: var(--moss-2);
}

.identity-card {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image:
        linear-gradient(90deg, rgba(17, 39, 30, .97) 0%, rgba(20, 47, 36, .91) 45%, rgba(20, 47, 36, .42) 100%),
        url("doi-inthanon-hero.webp");
    background-position: center;
    background-size: cover;
}

.identity-card::after {
    display: none;
}

.identity-card .eyebrow,
.identity-card h1,
.identity-card .company-type,
.identity-card .identity-number {
    max-width: 65%;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .34);
}

.verified-mark {
    z-index: 2;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .18);
}

footer {
    justify-content: center;
}

@media (max-width: 560px) {
    .app-header {
        height: 74px;
        gap: 10px;
        padding: 0 12px;
    }

    .app-header > .brand-link {
        width: 108px;
    }

    .header-actions {
        gap: 5px;
    }

    .main-site-link {
        padding: 8px 10px;
        font-size: 11px;
    }

    .identity-card {
        min-height: 330px;
        padding-top: 45px;
        background-image:
            linear-gradient(90deg, rgba(17, 39, 30, .97) 0%, rgba(20, 47, 36, .88) 67%, rgba(20, 47, 36, .56) 100%),
            url("doi-inthanon-hero.webp");
        background-position: 42% center;
    }

    .identity-card .eyebrow,
    .identity-card h1,
    .identity-card .company-type,
    .identity-card .identity-number {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    .app-header > .brand-link {
        width: 94px;
    }

    .main-site-link {
        padding-inline: 9px;
    }

    .language-toggle {
        padding-inline: 7px;
    }
}
