.cs-home {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.cs-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 12%, rgba(96, 165, 250, .24), transparent 31%),
        linear-gradient(135deg, #eff6ff 0%, #f8fbff 56%, #eef2ff 100%);
}

.cs-home-hero::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -95px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 42px solid rgba(37, 99, 235, .055);
    pointer-events: none;
}

.cs-home-hero__content,
.cs-home-hero__contact {
    position: relative;
    z-index: 1;
}

.cs-home-hero__eyebrow,
.cs-home-section__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.cs-home-hero__title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 900;
    letter-spacing: -.045em;
}

.cs-home-hero__desc {
    max-width: 650px;
    margin: 12px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
}

.cs-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cs-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 850;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cs-home-button:hover {
    transform: translateY(-1px);
}

.cs-home-button--primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .18);
}

.cs-home-button--light {
    border: 1px solid #cbd5e1;
    background: rgba(255, 255, 255, .82);
    color: #0f172a;
}

.cs-home-hero__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 18px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 16px 34px rgba(37, 99, 235, .08);
    backdrop-filter: blur(10px);
}

.cs-home-hero__contact-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.cs-home-hero__phone {
    display: inline-block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.035em;
}

.cs-home-hero__hours {
    margin-top: 14px;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 850;
}

.cs-home-hero__break {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.cs-home-section {
    min-width: 0;
}

.cs-home-section__head,
.cs-home-panel__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.cs-home-section__title,
.cs-home-panel__title {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.035em;
}

.cs-home-section__desc {
    margin: 0 0 1px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

.cs-home-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cs-home-menu-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
    min-height: 126px;
    padding: 19px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cs-home-menu-card:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .09);
}

.cs-home-menu-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #eff6ff;
    color: #2563eb;
}

.cs-home-menu-card__icon--kakao {
    background: #fff8d7;
    color: #3b2f00;
}

.cs-home-menu-card__icon svg {
    width: 24px;
    height: 24px;
}

.cs-home-menu-card__body {
    display: block;
    min-width: 0;
}

.cs-home-menu-card__body strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}

.cs-home-menu-card__body span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.55;
    word-break: keep-all;
}

.cs-home-menu-card__arrow {
    color: #94a3b8;
    font-size: 18px;
    transition: color .18s ease, transform .18s ease;
}

.cs-home-menu-card:hover .cs-home-menu-card__arrow {
    color: #2563eb;
    transform: translateX(2px);
}

.cs-home-lower-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .85fr);
    gap: 14px;
    min-width: 0;
}

.cs-home-panel {
    min-width: 0;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
}

.cs-home-panel--contact {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.cs-home-panel__more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.cs-home-panel__more:hover {
    color: #2563eb;
}

.cs-home-notice-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e2e8f0;
}

.cs-home-notice-list li {
    border-bottom: 1px solid #eef2f7;
}

.cs-home-notice-list li:last-child {
    border-bottom: 0;
}

.cs-home-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 13px 2px;
}

.cs-home-notice:hover .cs-home-notice__subject {
    color: #2563eb;
}

.cs-home-notice__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 23px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10.5px;
    font-weight: 900;
}

.cs-home-notice__tag.is-important {
    background: #eff6ff;
    color: #1d4ed8;
}

.cs-home-notice__subject {
    min-width: 0;
    overflow: hidden;
    color: #334155;
    font-size: 13.5px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .18s ease;
}

.cs-home-notice__date {
    color: #94a3b8;
    font-size: 11.5px;
    white-space: nowrap;
}

.cs-home-notice-empty {
    padding: 30px 10px;
    color: #94a3b8;
    font-size: 13px;
    text-align: center;
}

.cs-home-contact-list {
    display: grid;
    gap: 10px;
}

.cs-home-contact-card {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #fff;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.cs-home-contact-card:hover {
    transform: translateY(-1px);
    border-color: #bfdbfe;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .07);
}

.cs-home-contact-card__label {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.cs-home-contact-card strong {
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.cs-home-contact-card > span:last-child {
    color: #64748b;
    font-size: 12px;
}

.cs-home-contact-note {
    margin-top: 12px;
    padding: 13px 14px;
    border-radius: 13px;
    background: #eff6ff;
    color: #475569;
    font-size: 12px;
    line-height: 1.6;
    word-break: keep-all;
}

@media (max-width: 1120px) {
    .cs-home-hero {
        grid-template-columns: minmax(0, 1fr) 250px;
    }

    .cs-home-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .cs-home {
        gap: 22px;
    }

    .cs-home-hero {
        grid-template-columns: minmax(0, 1fr);
        padding: 24px;
    }

    .cs-home-hero__contact {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 14px;
    }

    .cs-home-hero__phone,
    .cs-home-hero__hours,
    .cs-home-hero__break {
        margin-top: 0;
    }

    .cs-home-hero__phone,
    .cs-home-hero__break {
        text-align: right;
    }

    .cs-home-lower-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .cs-home {
        gap: 20px;
    }

    .cs-home-hero {
        padding: 20px 17px;
        border-radius: 17px;
    }

    .cs-home-hero__title {
        font-size: 25px;
    }

    .cs-home-hero__desc {
        font-size: 13.5px;
    }

    .cs-home-hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
    }

    .cs-home-button {
        min-height: 42px;
        padding: 0 10px;
        font-size: 12.5px;
    }

    .cs-home-hero__contact {
        display: flex;
        padding: 17px;
    }

    .cs-home-hero__phone,
    .cs-home-hero__break {
        text-align: left;
    }

    .cs-home-hero__phone {
        font-size: 24px;
    }

    .cs-home-hero__hours {
        margin-top: 10px;
    }

    .cs-home-section__head,
    .cs-home-panel__head {
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .cs-home-section__desc {
        display: none;
    }

    .cs-home-section__title,
    .cs-home-panel__title {
        font-size: 18px;
    }

    .cs-home-menu-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
    }

    .cs-home-menu-card {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        min-height: 104px;
        padding: 15px;
        border-radius: 15px;
    }

    .cs-home-menu-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .cs-home-menu-card__icon svg {
        width: 21px;
        height: 21px;
    }

    .cs-home-menu-card__body span {
        font-size: 12px;
    }

    .cs-home-panel {
        padding: 17px 15px;
        border-radius: 15px;
    }

    .cs-home-notice {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        padding: 12px 0;
    }

    .cs-home-notice__date {
        grid-column: 2;
        font-size: 11px;
    }

    .cs-home-notice__subject {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cs-home-button,
    .cs-home-menu-card,
    .cs-home-menu-card__arrow,
    .cs-home-contact-card {
        transition: none;
    }
}
