/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   SMK Supervisor Team — Public Styles
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.smk-supervisors {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
    color: #172033;
    line-height: 1.55;
}
.smk-supervisors *, .smk-supervisors *::before, .smk-supervisors *::after { box-sizing: border-box; }
.smk-supervisors a { color: inherit; text-decoration: none; }

.smk-wrap { width: min(100%, 1180px); margin: 0 auto; position: relative; z-index: 1; }

/* ━━ Hero ━━ */
.smk-hero {
    position: relative;
    padding: 84px 22px 60px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(8,35,63,.97), rgba(16,58,99,.93)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 80px);
}
.smk-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -58px -10%;
    height: 120px;
    background: #f5f8fc;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.smk-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    margin: 0 0 20px; padding: 8px 16px;
    border: 1px solid rgba(240,199,107,.45); border-radius: 999px;
    color: #f8d989; background: rgba(255,255,255,.08);
    font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.smk-eyebrow::before {
    content: ""; width: 9px; height: 9px; border-radius: 50%;
    background: #f0c76b; box-shadow: 0 0 0 6px rgba(240,199,107,.12);
}

.smk-h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.06; letter-spacing: -.055em; font-weight: 900;
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(8,35,63,.35);
}

/* 히어로 하단: 리드(좌) + 통계 2×2(우) */
.smk-hero-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 36px;
    align-items: center;
}

.smk-lead {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.75;
    padding-right: 8px;
    border-right: 1px solid rgba(255,255,255,.12);
}

/* 통계 — 2×2 그리드 */
.smk-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0;
}
.smk-stat {
    padding: 20px 18px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    transition: background .2s;
}
.smk-stat:hover { background: rgba(255,255,255,.13); }
.smk-stat strong {
    display: block; font-size: 30px; line-height: 1;
    color: #fff; letter-spacing: -.04em; font-weight: 900;
}
.smk-stat span {
    display: block; margin-top: 8px;
    color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
}

/* ━━ Section ━━ */
.smk-section { padding: 78px 22px 50px; }

.smk-section-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 24px; margin-bottom: 32px;
}
.smk-section-title {
    margin: 0; font-size: clamp(26px, 3.2vw, 42px);
    line-height: 1.15; letter-spacing: -.04em; color: #08233f; font-weight: 900;
}
.smk-section-note { max-width: 420px; margin: 0; color: #64748b; font-size: 15px; }

/* ━━ Team Grid ━━ */
.smk-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━
   카드 (샘플 이미지 기준)
   ━━━━━━━━━━━━━━━━━━━━━━━━ */
.smk-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #dde6f0;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(8,35,63,.09);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s, transform .25s;
}
.smk-card:hover {
    box-shadow: 0 16px 44px rgba(8,35,63,.15);
    transform: translateY(-3px);
}

/* 상단 골드바 */
.smk-card-topbar {
    height: 5px;
    background: linear-gradient(90deg, #c99a3d, #f0c76b, #fff0b2);
    flex-shrink: 0;
}

/* 카드 헤더 (사진 + 이름) */
.smk-card-header {
    display: flex;
    gap: 16px;
    padding: 20px 20px 16px;
    align-items: flex-start;
}

/* 사진 컬럼 */
.smk-photo-col { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 10px; }

.smk-photo {
    width: 108px; height: 138px;
    border-radius: 14px; overflow: hidden;
    background: linear-gradient(160deg, #dbe6f2, #f0f6fd);
    border: 1px solid #d0dce9;
    box-shadow: 0 6px 18px rgba(8,35,63,.12);
    display: grid; place-items: center;
    color: #8a9ab0; font-weight: 900; font-size: 13px; text-align: center;
}
.smk-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.smk-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 108px; padding: 7px 0;
    border-radius: 999px;
    background: #edf4fb; border: 1px solid #c8ddf0;
    color: #103a63; font-size: 12px; font-weight: 900; letter-spacing: .03em;
}

/* 이름 컬럼 */
.smk-name-col { flex: 1; padding-top: 4px; }

.smk-name {
    margin: 0 0 4px;
    font-size: 24px; line-height: 1.1; font-weight: 900;
    letter-spacing: -.03em; color: #08233f;
}
.smk-name-en {
    margin: 0 0 8px;
    font-size: 12px; font-weight: 800; letter-spacing: .06em;
    text-transform: uppercase; color: #4a6070;
}
.smk-role {
    margin: 0;
    font-size: 13px; font-weight: 700; color: #2b4a62; line-height: 1.4;
}

/* 구분선 */
.smk-card-divider { height: 1px; background: #e8eff7; margin: 0 20px; }

/* 정보 리스트 */
.smk-info {
    margin: 0; padding: 0 20px; list-style: none;
    display: flex; flex-direction: column;
}
.smk-info li {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #edf2f8;
    font-size: 14px;
}
.smk-info li:last-child { border-bottom: none; }

.smk-info b {
    font-size: 11px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .06em;
    color: #8a9ab0;
}
.smk-info span { color: #253a52; font-weight: 600; }

/* 숫자 강조 */
.smk-num {
    font-size: 18px; font-weight: 900; color: #08233f;
    letter-spacing: -.03em; margin-right: 2px;
}

/* Pills */
.smk-years {
    display: flex; gap: 7px; flex-wrap: wrap;
    padding: 14px 20px 18px;
}
.smk-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px; border-radius: 999px;
    font-size: 12px; font-weight: 900;
}
.smk-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

.smk-pill--sea   { background: rgba(8,35,63,.09);  color: #08233f; }
.smk-pill--sea::before { background: #103a63; }

.smk-pill--sup   { background: rgba(201,154,61,.14); color: #6a4a12; }
.smk-pill--sup::before { background: #c99a3d; }

.smk-pill--total { background: rgba(13,110,100,.10); color: #0a5c54; }
.smk-pill--total::before { background: #0d6e64; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   하단 Row 1 — Core Scope + Contact
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.smk-bottom-row1 {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
    margin-top: 32px;
    align-items: stretch;
}

/* 공통 패널 */
.smk-panel {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dde6f0;
    box-shadow: 0 8px 32px rgba(8,35,63,.09);
    padding: 32px;
}

/* 패널 eyebrow 레이블 */
.smk-panel-eyebrow {
    display: inline-block;
    font-size: 11px; font-weight: 800; letter-spacing: .12em;
    text-transform: uppercase; color: #c99a3d;
    margin-bottom: 8px;
}
.smk-eyebrow-light { color: rgba(255,255,255,.55); }

.smk-panel-title {
    margin: 0 0 22px;
    font-size: 22px; font-weight: 900; letter-spacing: -.035em; color: #08233f;
    line-height: 1.2;
}

/* ── Core Scope 리스트 ── */
.smk-scope-panel { display: flex; flex-direction: column; }

.smk-scope-list {
    margin: 0; padding: 0; list-style: none;
    display: flex; flex-direction: column; gap: 0;
}
.smk-scope-list li {
    display: flex; align-items: center; gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #eef3fa;
    font-size: 14px; font-weight: 600; color: #253a52; line-height: 1.45;
}
.smk-scope-list li:last-child { border-bottom: none; }
.smk-scope-icon {
    flex-shrink: 0;
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #f5f8fc, #eaf1fb);
    border: 1px solid #d8e6f3;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
}

/* ── Contact 패널 ── */
.smk-contact-box {
    background: linear-gradient(145deg, #09264a 0%, #103a63 60%, #0d3058 100%);
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.smk-contact-box::before {
    content: "";
    position: absolute; top: -40px; right: -40px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: rgba(201,154,61,.12);
    pointer-events: none;
}

.smk-contact-box .smk-panel-title { color: #fff; margin-bottom: 8px; }

.smk-contact-desc {
    margin: 0 0 22px;
    font-size: 13.5px; color: rgba(255,255,255,.65); line-height: 1.55;
}

.smk-contact-row { display: flex; flex-direction: column; gap: 10px; }

.smk-contact-row a,
.smk-contact-item {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    text-decoration: none;
    transition: background .2s;
}
.smk-contact-row a:hover { background: rgba(255,255,255,.14); }

.smk-contact-label {
    font-size: 11px; font-weight: 800; letter-spacing: .1em;
    text-transform: uppercase; color: #f0c76b; flex-shrink: 0;
}
.smk-contact-val {
    font-size: 14px; font-weight: 700; color: #fff; text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   하단 Row 2 — Beyond Cargo Supervision
   (전체 너비 다크 밴드)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.smk-expertise-band {
    margin-top: 22px;
    border-radius: 24px;
    background:
        radial-gradient(ellipse at top left,  rgba(201,154,61,.18) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(16,58,99,.6) 0%, transparent 60%),
        linear-gradient(145deg, #071e38 0%, #0c2f55 50%, #08233f 100%);
    padding: 48px 44px 44px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 56px rgba(8,35,63,.22);
}

/* 배경 장식 원 */
.smk-expertise-band::before,
.smk-expertise-band::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.smk-expertise-band::before {
    width: 340px; height: 340px;
    top: -120px; right: -80px;
    background: rgba(201,154,61,.07);
    border: 1px solid rgba(201,154,61,.12);
}
.smk-expertise-band::after {
    width: 200px; height: 200px;
    bottom: -60px; left: -40px;
    background: rgba(255,255,255,.03);
}

/* 헤더 영역 */
.smk-expertise-header { margin-bottom: 36px; }

.smk-expertise-label {
    display: inline-block;
    font-size: 11px; font-weight: 800; letter-spacing: .14em;
    text-transform: uppercase; color: #f0c76b;
    margin-bottom: 10px;
}
.smk-expertise-title {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900; letter-spacing: -.04em;
    color: #ffffff; line-height: 1.1;
}
.smk-expertise-sub {
    margin: 0;
    max-width: 680px;
    font-size: 15px; color: rgba(255,255,255,.62);
    font-weight: 500; line-height: 1.65;
}

/* 카드 그리드 — 4열 2행 */
.smk-expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    position: relative; z-index: 1;
}

.smk-exp-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 22px 20px;
    transition: background .2s, border-color .2s, transform .2s;
    backdrop-filter: blur(4px);
}
.smk-exp-card:hover {
    background: rgba(255,255,255,.11);
    border-color: rgba(201,154,61,.35);
    transform: translateY(-2px);
}

.smk-exp-num {
    display: block;
    font-size: 13px; font-weight: 900; letter-spacing: .06em;
    color: #c99a3d; margin-bottom: 12px;
    font-variant-numeric: tabular-nums;
}
.smk-exp-text {
    margin: 0;
    font-size: 13px; color: rgba(255,255,255,.82);
    font-weight: 500; line-height: 1.65;
}

/* ━━ Footer ━━ */
.smk-footer {
    padding: 36px 22px 56px;
    color: #68798e; text-align: center; font-size: 13px;
}

/* ━━━━━━━━━━━━━━━━
   Responsive
   ━━━━━━━━━━━━━━━━ */
@media (max-width: 1040px) {
    .smk-team-grid      { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .smk-bottom-row1    { grid-template-columns: 1fr; }
    .smk-expertise-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .smk-expertise-band { padding: 36px 28px 32px; }
}
@media (max-width: 760px) {
    .smk-hero         { padding: 56px 18px 48px; }
    .smk-section      { padding: 62px 18px 30px; }
    .smk-section-head { display: block; }
    .smk-section-note { margin-top: 12px; }
    .smk-team-grid    { grid-template-columns: 1fr; }
    /* 히어로 하단: 세로 전환 */
    .smk-hero-bottom  { grid-template-columns: 1fr; gap: 28px; }
    .smk-lead         { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding-right: 0; padding-bottom: 24px; }
    .smk-hero-stats   { grid-template-columns: 1fr 1fr; }
    .smk-stat strong  { font-size: 24px; }
    .smk-expertise-band { padding: 28px 20px 24px; }
    .smk-expertise-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}
@media (max-width: 480px) {
    .smk-card-header  { gap: 12px; }
    .smk-photo        { width: 90px; height: 116px; }
    .smk-badge        { width: 90px; font-size: 11px; }
    .smk-name         { font-size: 20px; }
    .smk-info li      { grid-template-columns: 80px 1fr; }
    .smk-hero-stats   { grid-template-columns: 1fr 1fr; }
    .smk-expertise-grid { grid-template-columns: 1fr; }
}
