.sgr-branches-hero {
    padding-top: 62px;
    padding-bottom: 42px;
}

.sgr-branches-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 30px;
    align-items: stretch;
}

.sgr-branches-hero-copy,
.sgr-branches-hero-visual,
.sgr-branches-card,
.sgr-branches-cta-band,
.sgr-branches-mobile-panel {
    border: var(--sgr-branches-border);
    box-shadow: var(--sgr-branches-shadow);
    position: relative;
}

.sgr-branches-hero-copy {
    padding: 36px 32px 32px;
    background:
        linear-gradient(90deg, rgba(23, 33, 63, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
        linear-gradient(rgba(23, 33, 63, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
        linear-gradient(180deg, #f7f2e7 0%, #ece2d2 100%);
    color: var(--sgr-branches-ink);
}

.sgr-branches-hero-copy::after,
.sgr-branches-hero-visual::before,
.sgr-branches-card::before,
.sgr-branches-cta-band::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 52px;
    height: 16px;
    background: radial-gradient(circle, rgba(23, 33, 63, 0.14) 0 5px, transparent 6px) 0 0 / 26px 16px;
}

.sgr-branches-title {
    margin-top: 18px;
    font-size: clamp(2.8rem, 6vw, 5rem);
}

.sgr-branches-hero-body {
    margin: 22px 0 0;
    font-size: 1.12rem;
    line-height: 1.82;
    color: var(--sgr-branches-ink-soft);
    max-width: 720px;
}

.sgr-branches-tags {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sgr-branches-tags li {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: var(--sgr-branches-border);
    background: rgba(255, 255, 255, 0.72);
    color: var(--sgr-branches-ink);
    font-size: 0.52rem;
    line-height: 1.8;
}

.sgr-branches-hero-support {
    margin: 22px 0 0;
    color: var(--sgr-branches-ink-soft);
    line-height: 1.78;
}

.sgr-branches-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sgr-branches-hero-visual {
    padding: 26px 22px 22px;
    background: linear-gradient(180deg, rgba(37, 61, 115, 0.95) 0%, rgba(18, 28, 56, 0.98) 100%);
    color: #eff5ff;
}

.sgr-branches-hero-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.sgr-branches-hero-shot {
    margin: 0;
    padding: 10px;
    border: 4px solid rgba(255, 255, 255, 0.18);
    background: rgba(11, 18, 36, 0.48);
}

.sgr-branches-hero-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sgr-branches-hero-shot figcaption {
    margin-top: 10px;
    font-family: "Do Hyeon", "Noto Sans KR", sans-serif;
    font-size: 1.04rem;
}

.sgr-branches-hero-meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 148px;
    padding: 18px;
    border: 4px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgba(11, 18, 36, 0.72) 0%, rgba(24, 37, 73, 0.84) 100%);
    color: #eff5ff;
}

.sgr-branches-hero-meta strong {
    display: block;
    font-family: "Do Hyeon", "Noto Sans KR", sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    line-height: 1;
}

.sgr-branches-hero-meta span {
    margin-top: 12px;
    color: rgba(239, 245, 255, 0.82);
    line-height: 1.65;
}
