.identity-home {
    min-height: 100vh;
    margin: 0;
    background: var(--ssm-surface);
    color: var(--ssm-ink-900);
    font-family: var(--ssm-font-sans);
}

.identity-home__masthead {
    display: flex;
    justify-content: center;
    padding: 0.85rem 1rem 0.75rem;
    background: var(--ssm-surface);
}

.identity-home__logo-link {
    display: inline-flex;
    cursor: default;
}

.identity-home__logo {
    width: clamp(12rem, 24vw, 20rem);
    height: auto;
}

.identity-home__hero {
    min-height: calc(100vh - 7.5rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(1.5rem, 7vh, 4.5rem) 1rem 3rem;
    background-image: linear-gradient(rgba(31, 36, 24, 0.02), rgba(31, 36, 24, 0.08)), url('/img/ko/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.identity-home__panel {
    width: min(100%, 43rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(216, 218, 206, 0.92);
    box-shadow: 0 20px 60px rgba(31, 36, 24, 0.14);
    text-align: center;
}

.identity-home__title {
    margin: 0;
    font-family: var(--ssm-font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    line-height: 1.05;
    color: var(--ssm-ink-900);
}

.identity-home__copy,
.identity-home__legal {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--ssm-ink-800);
}

.identity-home .identity-home__visit {
    width: min(100%, 18.75rem);
    padding: 0.72rem 1.2rem;
    border: 1px solid var(--ssm-brand-600);
    border-radius: var(--ssm-radius-ctrl);
    background: var(--ssm-brand-600);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.identity-home .identity-home__visit:hover,
.identity-home .identity-home__visit:focus {
    background: var(--ssm-brand-700);
    border-color: var(--ssm-brand-700);
    color: #fff;
    text-decoration: none;
}

.identity-home .identity-home__visit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.22rem rgba(61, 90, 42, 0.42);
}

.identity-home__legal {
    color: var(--ssm-ink-700);
}
