/* Hero */
  .hero {
    position: relative;
    background: linear-gradient(180deg, #F4F8FD 0%, #FFFFFF 100%);
    overflow: hidden;
    padding: 80px 0 120px;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 82, 204, 0.08) 0%, transparent 60%);
    pointer-events: none;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--sky);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 28px;
  }

  .hero-badge-dot {
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  }

  .hero-sub-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FAF4E5 0%, #F3E8C7 100%);
    border: 1px solid #D9C287;
    border-radius: 100px;
    font-size: 13px;
    color: #7A5E1E;
    margin-bottom: 28px;
    margin-left: 10px;
  }

  .hero-sub-badge svg {
    color: #B89E4A;
    flex-shrink: 0;
  }

  .hero-sub-badge strong {
    color: #5E3F00;
    font-weight: 800;
  }

  /* ========== Press / Media Section ========== */
  .press {
    background: linear-gradient(180deg, #FAFBFC 0%, #FFFFFF 100%);
    padding: 120px 0;
    position: relative;
  }

  /* Highlight banner */
  .press-highlight {
    background:
      linear-gradient(135deg, #2D2313 0%, #443520 40%, #5E4625 100%);
    border-radius: 20px;
    padding: 36px 44px;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 56px;
    color: #F5EFE2;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(184, 153, 104, 0.4);
  }

  .press-highlight::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(216, 180, 104, 0.18) 0%, transparent 60%);
    pointer-events: none;
  }

  .press-highlight-star {
    width: 84px;
    height: 84px;
    background: linear-gradient(135deg, #E5C77D 0%, #B89968 100%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #2D2313;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(184, 153, 104, 0.35);
    position: relative;
    z-index: 1;
  }

  .press-highlight-content {
    flex: 1;
    position: relative;
    z-index: 1;
  }

  .press-highlight-label {
    font-size: 11px;
    font-weight: 700;
    color: #D5BF87;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .press-highlight-title {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .press-highlight-title strong {
    color: #F5D787;
  }

  .press-highlight-meta {
    font-size: 13px;
    color: rgba(245, 239, 226, 0.7);
  }

  .press-highlight-meta em {
    font-style: italic;
    color: #E5C77D;
    font-weight: 600;
  }

  .press-highlight-cta {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .press-highlight-cta a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #2D2313;
    background: #E5C77D;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    transition: background 0.2s;
  }

  .press-highlight-cta a:hover {
    background: #F5D787;
  }

  /* Featured In strip */
  .featured-in {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px 32px;
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .featured-in-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    flex-shrink: 0;
    border-right: 1px solid var(--line);
    padding-right: 32px;
  }

  .featured-in-logos {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
  }

  .outlet-logo {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px;
    font-weight: 900;
    color: var(--ink-2);
    line-height: normal;
    letter-spacing: -0.02em;
    transition: color 0.2s;
    cursor: default;
  }

  .outlet-logo:hover {
    color: var(--navy);
  }

  .outlet-logo.variant-2 {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .outlet-logo.variant-3 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: 17px;
  }

  /* Press category tabs */
  .press-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .press-tab {
    padding: 10px 20px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: 15px;
    font-weight: 600;
    color: var(--ink-2);
    cursor: pointer;
    transition: all 0.2s;
  }

  .press-tab:hover {
    border-color: var(--blue);
    color: var(--blue);
  }

  .press-tab.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
  }

  /* Press cards swiper */
  .press-swiper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 1px;
  }

  .press-swiper .swiper-slide {
    height: auto;
    display: flex;
  }

  .press-swiper .press-card {
    flex: 1;
    width: 100%;
    text-decoration: none;
    color: inherit;
  }

  .press-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 24px 22px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .press-card--static {
    cursor: default;
  }

  .press-card--static:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--line);
  }

  .press-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
  }

  .press-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line-2);
  }

  .press-outlet {
    font-family: 'Noto Serif KR', 'Nanum Myeongjo', serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.01em;
  }

  .press-date {
    font-size: 13px;
    color: var(--muted);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
  }

  .press-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.5;
    letter-spacing: -0.015em;
    flex: 1;
    transition: color 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .press-card:hover .press-title {
    color: var(--blue);
  }

  .press-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 4px;
  }

  .press-cat {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.02em;
  }

  .press-cat.nold {
    background: var(--sky);
    color: var(--blue);
  }

  .press-cat.info {
    background: #E6F4EA;
    color: #1B7D3F;
  }

  .press-cat.csr {
    background: #FDF1E3;
    color: #8B5A1F;
  }

  .press-cat.intl {
    background: #EFE9F7;
    color: #5E3F9C;
  }

  .press-cat.surg {
    background: var(--sky);
    color: var(--blue);
  }

  .press-cat.nonsurg {
    background: #E6F4EA;
    color: #1B7D3F;
  }

  .press-cat.joint {
    background: #FDF1E3;
    color: #8B5A1F;
  }

  .press-cat.core {
    background: #EFE9F7;
    color: #5E3F9C;
  }

  .press-cat.gen {
    background: #EEF2F6;
    color: #3D4F63;
  }

  .press-swiper .swiper-slide.press-slide-hidden {
    display: none !important;
  }

  .press-link-arrow {
    font-size: 13px;
    color: var(--muted);
    font-weight: 700;
    transition: transform 0.2s, color 0.2s;
  }

  .press-card:hover .press-link-arrow {
    color: var(--blue);
    transform: translateX(4px);
  }

  .press-more {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }

  .press-legal-notice {
    margin-top: 24px;
    padding: 18px 22px;
    background: rgba(139, 38, 53, 0.04);
    border-left: 3px solid rgba(139, 38, 53, 0.3);
    border-radius: var(--radius);
    font-size: 13px;
    line-height: 1.6;
    color: #5C5048;
  }

  .press-legal-notice__title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    letter-spacing: 0.12em;
    color: #8B2635;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
  }

  /* Notice + health info (simpler) */
  .notice-simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 80px 0 0;
  }

  .notice-col h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.02em;
  }

  @media (max-width: 1024px) {
    .notice-simple {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .press-highlight {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      padding: 32px 28px;
    }

    .featured-in {
      padding: 20px 24px;
      gap: 20px;
    }

    .featured-in-label {
      border-right: none;
      border-bottom: 1px solid var(--line);
      padding-right: 0;
      padding-bottom: 12px;
      width: 100%;
      text-align: center;
    }

    .featured-in-logos {
      justify-content: center;
      gap: 24px;
    }
  }

  @media (max-width: 640px) {
    .press {
      padding: 72px 0;
    }

    .press-highlight-title {
      font-size: 22px;
    }

    .press-highlight-star {
      width: 68px;
      height: 68px;
    }

    .hero-sub-badge {
      margin-left: 0;
      display: flex;
      width: fit-content;
    }

    .outlet-logo {
      font-size: 16px;
    }

    .featured-in-logos {
      gap: 18px;
    }

    .press-tabs {
      gap: 6px;
    }

    .press-tab {
      padding: 8px 14px;
      font-size: 12px;
    }
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 1;
      transform: scale(1);
    }

    50% {
      opacity: 0.5;
      transform: scale(1.3);
    }
  }

  .hero h2 {
    font-size: 58px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.04em;
    line-height: 1.12;
    margin-bottom: 28px;
  }

  .hero h2 .accent {
    background: linear-gradient(90deg, var(--blue) 0%, var(--blue-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-desc {
    font-size: 18px;
    color: var(--ink-2);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 520px;
    word-break: keep-all;
  }

  .hero-cta {
    display: flex;
    gap: 12px;
    margin-bottom: 56px;
    flex-wrap: wrap;
  }

  .btn-lg {
    padding: 16px 32px;
    font-size: 15px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 560px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
  }

  .stat-num {
    font-size: 36px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .stat-num .unit {
    font-size: 18px;
    color: var(--blue);
    margin-left: 2px;
  }

  .stat-label {
    font-size: 13px;
    color: var(--muted);
    margin-top: 8px;
    font-weight: 500;
  }

  .hero-visual {
    position: relative;
    aspect-ratio: 5/6;
    max-height: 620px;
  }

  .hero-visual-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #E8F1FC 0%, #D4E4F7 50%, #B8D1ED 100%);
    border-radius: 20px;
    overflow: hidden;
  }

  .hero-visual-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.6) 0%, transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(0, 82, 204, 0.15) 0%, transparent 50%);
  }

  .hero-visual-illustration {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
  }

  .hero-visual-illustration svg {
    width: 70%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(10, 37, 64, 0.15));
  }

  .hero-float-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .hero-float-card.a {
    top: 8%;
    left: -8%;
    animation: float 4s ease-in-out infinite;
  }

  .hero-float-card.b {
    bottom: 12%;
    right: -6%;
    animation: float 4s ease-in-out infinite 1.5s;
  }

  @keyframes float {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-12px);
    }
  }

  .hero-float-icon {
    width: 44px;
    height: 44px;
    background: var(--sky);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--blue);
    flex-shrink: 0;
  }

  .hero-float-label {
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 2px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
  }

  .hero-float-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
  }

  /* Quick access */
  .quick-access {
    padding: 32px 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
  }

  .quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    border: 1px solid var(--line);
  }

  .quick-item {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-right: 1px solid var(--line-2);
    transition: background 0.2s;
    cursor: pointer;
    position: relative;
  }

  .quick-item:last-child {
    border-right: none;
  }

  .quick-item:hover {
    background: var(--sky-2);
  }

  .quick-item:hover .quick-arrow {
    transform: translateX(4px);
  }

  .quick-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--sky) 0%, #DCE9F7 100%);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--blue);
  }

  .quick-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
  }

  .quick-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
  }

  .quick-arrow {
    position: absolute;
    top: 32px;
    right: 24px;
    color: var(--muted);
    transition: transform 0.2s;
  }

  /* Section base */

  /* Centers (주요 진료센터) */
  .centers {
    background: var(--bg);
  }

  .center-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .center-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    border: 1px solid var(--line);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .center-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--blue-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
  }

  .center-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
  }

  .center-card:hover::before {
    transform: scaleX(1);
  }

  .center-icon {
    width: 64px;
    height: 64px;
    background: var(--sky);
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: var(--blue);
    margin-bottom: 24px;
    transition: all 0.3s;
  }

  .center-card:hover .center-icon {
    background: var(--blue);
    color: #fff;
    transform: scale(1.05);
  }

  .center-num {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }

  .center-name {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .center-desc {
    font-size: 14px;
    color: var(--ink-2);
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .center-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .center-tag {
    font-size: 12px;
    color: var(--ink-2);
    background: var(--sky-2);
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
  }

  /* Departments (진료과 strip) */
  .dept-strip-wrap {
    background: #fff;
    padding: 120px 40px;
    border-top: 1px solid var(--line);
  }

  .dept-strip-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
    gap: 24px;
    flex-wrap: wrap;
  }

  .dept-strip-header h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
  }

  .dept-strip-header p {
    color: var(--muted);
    font-size: 18px;
  }

  .dept-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
  }

  .dept-strip-item {
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-right: 1px solid var(--line);
    transition: background 0.2s;
  }

  .dept-strip-item:last-child {
    border-right: none;
  }

  .dept-strip-ico {
    width: 48px;
    height: 48px;
    background: var(--sky);
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: var(--blue);
    flex-shrink: 0;
  }

  .dept-strip-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
  }

  .dept-strip-sub {
    font-size: 14px;
    color: var(--muted);
    margin-top: 2px;
  }


  /* Features */
  .features {
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .features::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 82, 204, 0.3) 0%, transparent 70%);
    pointer-events: none;
  }

  .features .section-title {
    color: #fff;
  }

  .features .section-subtitle {
    color: rgba(255, 255, 255, 0.75);
  }

  .features .section-eyebrow {
    color: #7BA7DB;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
  }

  .feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 32px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
  }

  a.feature-card:hover {
    background: rgb(44 140 255 / 30%);
    transform: translateY(-4px);
    border-color: rgba(123, 167, 219, 0.4);
  }

  .feature-num {
    font-size: 15px;
    font-weight: 700;
    color: #7BA7DB;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    display: block;
  }

  .feature-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    line-height: 1.3;
  }

  .feature-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
  }

  .feature-highlight {
    background: linear-gradient(135deg, rgba(0, 82, 204, 0.25) 0%, rgba(30, 111, 217, 0.15) 100%);
    border: 1px solid rgba(123, 167, 219, 0.35);
  }

  .feature-tag {
    display: inline-block;
    font-size: 13px;
    background: #7BA7DB;
    color: var(--navy);
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
  }

  .feature-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #B8D1ED;
  }

  /* News */
  .news-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
  }

  .news-col h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--navy);
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.02em;
  }

  .news-more {
    font-size: 24px;
    color: var(--muted);
    font-weight: 300;
    transition: color 0.2s;
  }

  .news-more:hover {
    color: var(--blue);
  }

  .news-item {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid var(--line-2);
    transition: color 0.2s;
  }

  .news-item:hover .news-title {
    color: var(--blue);
  }

  .news-date {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 6px;
    font-weight: 600;
  }

  .news-title {
    font-size: 17px;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.2s;
  }

  .news-tag {
    display: inline-block;
    font-size: 14px;
    padding: 2px 8px;
    background: var(--sky);
    color: var(--blue);
    border-radius: 3px;
    font-weight: 700;
    margin-right: 8px;
    vertical-align: middle;
  }

  /* Visit info */
  .visit-section {
    background: var(--bg);
    scroll-margin-top: 100px;
  }

  .visit-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }

  .visit-info {
    padding: 56px 48px;
  }

  .visit-info h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.03em;
    margin-bottom: 32px;
  }

  .hours-table {
    width: 100%;
    margin-bottom: 28px;
  }

  .hours-table tr {
    border-bottom: 1px solid var(--line-2);
  }

  .hours-table tr:last-child {
    border-bottom: none;
  }

  .hours-table td {
    padding: 14px 0;
    font-size: 15px;
  }

  .hours-day {
    color: var(--ink-2);
    font-weight: 600;
  }

  .hours-time {
    color: var(--navy);
    font-weight: 700;
    text-align: right;
    font-variant-numeric: tabular-nums;
  }

  .hours-closed {
    color: #D14343;
    font-weight: 700;
    text-align: right;
  }

  .hours-note {
    background: var(--sky-2);
    border-left: 3px solid var(--blue);
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    color: var(--ink-2);
    line-height: 1.6;
  }

  .hours-note strong {
    color: var(--navy);
  }

  /* Visit CTA (main page) */
  .visit-cta-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    padding: 80px 0;
    color: #fff;
  }

  .visit-cta-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 48px;
    align-items: center;
    margin: 0 auto;
  }

  .visit-cta-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    margin-bottom: 20px;
  }

  .visit-cta-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .visit-cta-highlight {
    font-style: normal;
    color: #FBD000;
  }

  .visit-cta-desc {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .visit-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .visit-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
  }

  .visit-cta-btn--primary {
    background: #fff;
    color: var(--navy);
    font-weight: 800;
    transition: transform 0.2s;
  }

  .visit-cta-btn--outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
  }

  .visit-cta-btn__arrow {
    font-size: 16px;
  }

  .visit-cta-hours {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 28px;
    backdrop-filter: blur(10px);
  }

  .visit-cta-hours__label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .visit-cta-hours__row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    font-size: 16px;
  }

  .visit-cta-hours__row:last-of-type {
    border-bottom: none;
  }

  .visit-cta-hours__closed {
    color: #FBD000;
  }

  .visit-cta-hours__address {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.6;
  }

  .visit-map {
    background: linear-gradient(135deg, #D4E4F7 0%, #B8D1ED 100%);
    position: relative;
    min-height: 520px;
    overflow: hidden;
  }

  .map-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.4;
  }

  .map-pin {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 3;
    animation: bounce 2s ease-in-out infinite;
  }

  @keyframes bounce {

    0%,
    100% {
      transform: translate(-50%, -100%);
    }

    50% {
      transform: translate(-50%, -110%);
    }
  }

  .map-pin-dot {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 6px;
    background: rgba(10, 37, 64, 0.2);
    border-radius: 50%;
    filter: blur(2px);
  }

  .map-address {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    padding: 24px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
  }

  .map-addr-row {
    display: flex;
    gap: 16px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--line-2);
  }

  .map-addr-row:last-of-type {
    border-bottom: none;
  }

  .map-addr-label {
    flex-shrink: 0;
    width: 64px;
    font-size: 12px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.05em;
    padding-top: 2px;
  }

  .map-addr-val {
    color: var(--navy);
    font-weight: 600;
    line-height: 1.5;
  }

  .map-addr-val strong {
    display: inline-block;
    color: var(--navy);
    font-weight: 700;
  }

  .map-directions {
    margin-top: 14px;
    display: flex;
    gap: 8px;
  }

  .map-btn {
    flex: 1;
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s;
  }

  .map-btn.primary {
    background: var(--blue);
    color: #fff;
  }

  .map-btn.primary:hover {
    background: var(--navy-2);
  }

  .map-btn.ghost {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
  }

  .map-btn.ghost:hover {
    border-color: var(--blue);
    color: var(--blue);
  }

  /* Visit — map embed & transit grid */
  .map-embed-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 16px;
    overflow: hidden;
    background: #EAF1F8;
    box-shadow: var(--shadow-md);
  }

  .map-embed-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  .map-overlay-card {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    padding: 14px 16px;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    max-width: 320px;
    font-size: 13px;
    line-height: 1.5;
  }

  .map-overlay-card .name {
    font-weight: 800;
    color: var(--navy);
    font-size: 14px;
    margin-bottom: 2px;
  }

  .map-overlay-card .addr {
    color: var(--ink-2);
  }

  .transit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
  }

  .transit-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 22px 20px;
  }

  .transit-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  .transit-ico {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
  }

  .transit-ico.subway {
    background: var(--blue);
  }

  .transit-ico.bus {
    background: #2E7D32;
  }

  .transit-ico.car {
    background: #455A64;
  }

  .transit-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.01em;
  }

  .transit-body {
    color: var(--ink-2);
    font-size: 13.5px;
    line-height: 1.7;
  }

  .transit-body strong {
    color: var(--navy);
  }

  .line-badge {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    margin-right: 6px;
    vertical-align: -4px;
  }

  .line-1 {
    background: #0052A4;
  }

  .line-5 {
    background: #996CAC;
  }

  .bus-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-top: 6px;
  }

  .bus-chip {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    background: #F1F5F9;
    color: var(--ink-2);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
  }

  .bus-chip.blue {
    background: #E3EEFB;
    color: #0052A4;
  }

  .bus-chip.green {
    background: #E3F0E3;
    color: #2E7D32;
  }

  .bus-chip.red {
    background: #FCE8E8;
    color: #C62828;
  }

  .bus-chip.yellow {
    background: #FFF4D6;
    color: #8B6F00;
  }

  .parking-strip {
    margin-top: 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(135deg, #F4F8FD 0%, #E8F1FC 100%);
    border-radius: 14px;
    border: 1px solid #D4E4F5;
  }

  .parking-strip .pk-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 800;
  }

  .parking-strip .pk-text {
    font-size: 13.5px;
    color: var(--ink-2);
    line-height: 1.6;
  }

  .parking-strip .pk-text strong {
    color: var(--navy);
  }

  .parking-strip .pk-note {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
  }

  /* Compact visit section for inner pages */
  .visit-compact {
    background: var(--bg);
    padding: 80px 0;
  }

  .visit-compact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: stretch;
  }

  .visit-compact .map-embed-wrap {
    aspect-ratio: 4/3;
  }

  .visit-compact-info {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .vc-row {
    display: flex;
    gap: 14px;
    font-size: 14px;
    line-height: 1.6;
  }

  .vc-row .vc-label {
    flex-shrink: 0;
    width: 56px;
    font-size: 11.5px;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: 0.06em;
    padding-top: 3px;
  }

  .vc-row .vc-val {
    color: var(--ink);
    font-weight: 600;
  }

  .vc-row .vc-val strong {
    color: var(--navy);
    font-weight: 700;
  }

  .vc-row .vc-val .mut {
    color: var(--muted);
    font-weight: 500;
    font-size: 12.5px;
    display: block;
    margin-top: 2px;
  }

  .vc-actions {
    display: flex;
    gap: 8px;
    margin-top: 6px;
  }

  @media (max-width: 900px) {
    .transit-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .parking-strip {
      grid-template-columns: 1fr;
      text-align: left;
      gap: 12px;
      padding: 18px;
    }

    .map-overlay-card {
      position: static;
      margin: 0;
      max-width: none;
      border-radius: 0;
      box-shadow: none;
    }

    .map-embed-wrap {
      aspect-ratio: 4/3;
    }

    .visit-compact-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .visit-compact-info {
      padding: 24px;
    }
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .utility-bar .container {
      padding: 0 20px;
    }

    .site-header .container {
      height: 72px;
      padding: 0 20px;
    }

    .header-cta .btn {
      padding: 10px 16px;
      font-size: 13px;
    }

    .hero h2 {
      font-size: 44px;
    }

    .hero-grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .dept-strip-wrap {
      padding: 80px 0;
    }

    .dept-strip-header {
      flex-direction: column;
      align-items: flex-start;
    }

    .visit-cta-section {
      padding: 64px 0;
    }

    .visit-cta-grid {
      gap: 32px;
    }

    .hero-stats {
      max-width: none;
      gap: 24px;
    }

    .hero-stats .stat-label {
      font-size: 12px;
    }

    .hero-visual {
      max-width: 480px;
      margin: 0 auto;
    }

    .nav-toggle {
      display: flex;
    }

    .main-nav__item.has-dropdown::after {
      display: none;
    }

    .main-nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      display: none;
      padding: 16px 24px 24px;
      background: rgba(255, 255, 255, 0.98);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--line);
      box-shadow: var(--shadow-md);
    }

    .site-header.is-nav-open .main-nav {
      display: block;
    }

    .main-nav__list {
      flex-direction: column;
      align-items: stretch;
      gap: 4px;
      white-space: normal;
    }

    .main-nav__link {
      width: 100%;
      justify-content: space-between;
      padding: 14px 12px;
    }

    .main-nav__link::after {
      display: none;
    }

    .main-nav__dropdown {
      position: static;
      transform: none;
      min-width: 0;
      margin-top: 0;
      padding: 0 0 0 12px;
      background: transparent;
      border: 0;
      border-left: 2px solid var(--line-2);
      border-radius: 0;
      box-shadow: none;
      opacity: 1;
      visibility: hidden;
      max-height: 0;
      overflow: hidden;
      pointer-events: none;
      transition: max-height 0.3s ease, visibility 0.3s, padding 0.3s;
    }

    .main-nav__item:hover>.main-nav__dropdown,
    .main-nav__item:focus-within>.main-nav__dropdown {
      transform: none;
      box-shadow: none;
      visibility: hidden;
      pointer-events: none;
      max-height: 0;
      padding: 0 0 0 12px;
      margin-bottom: 0;
    }

    .main-nav__item.is-open>.main-nav__dropdown {
      visibility: visible;
      pointer-events: auto;
      max-height: 320px;
      padding: 6px 0 10px 12px;
      margin-bottom: 4px;
    }

    .main-nav__dropdown a {
      padding: 10px 12px;
      font-size: 15px;
    }

    .site-header .container {
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
    }

    .logo {
      justify-self: auto;
    }

    .main-nav {
      justify-self: auto;
      width: auto;
    }

    .main-nav__list {
      justify-content: flex-start;
      gap: 4px;
    }

    .header-cta {
      justify-self: auto;
      margin-left: auto;
    }

    .nav-toggle {
      flex-shrink: 0;
    }

    body.nav-open {
      overflow: hidden;
    }

    .quick-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .quick-item:nth-child(2) {
      border-right: none;
    }

    .quick-item:nth-child(1),
    .quick-item:nth-child(2) {
      border-bottom: 1px solid var(--line-2);
    }

    .center-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .dept-strip {
      grid-template-columns: repeat(2, 1fr);
    }

    .dept-strip-item:nth-child(2) {
      border-right: none;
    }

    .dept-strip-item:nth-child(1),
    .dept-strip-item:nth-child(2) {
      border-bottom: 1px solid var(--line);
    }

    .doctors-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .lead-doctor {
      grid-template-columns: 1fr;
    }

    .lead-doctor-visual {
      min-height: 360px;
    }

    .feature-grid {
      grid-template-columns: 1fr;
    }

    .news-grid {
      grid-template-columns: 1fr;
    }

    .visit-grid {
      grid-template-columns: 1fr;
    }

    .footer-top {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }

    .section-title {
      font-size: 34px;
    }

    .lead-doctor-creds {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .utility-right {
      display: none;
    }

    .utility-bar .container {
      height: 36px;
      justify-content: center;
    }

    .utility-left .phone {
      font-size: 12px;
    }

    .site-header .container {
      height: 64px;
    }

    .hero {
      padding: 48px 0 80px;
    }

    .hero h2 {
      font-size: 34px;
    }

    .hero-desc {
      font-size: 16px;
      max-width: none;
    }

    .hero-badge {
      font-size: 12px;
      padding: 6px 12px;
    }

    .hero-cta {
      flex-direction: column;
      margin-bottom: 40px;
    }

    .hero-cta .btn {
      width: 100%;
      justify-content: center;
    }

    .hero-stats {
      gap: 20px;
      max-width: none;
    }

    .stat-num {
      font-size: 24px;
    }

    .stat-label {
      font-size: 12px;
    }

    .hero-paths-swiper .path-card-hero .path-num {
      font-size: 48px;
    }

    .hero-paths-swiper .path-card-hero .path-name-en {
      font-size: 22px;
    }

    .hero-paths-swiper .path-card-hero .path-name-ko {
      font-size: 15px;
    }

    .hero-paths-swiper .path-card-hero .path-desc {
      font-size: 14px;
    }

    .hero-paths-swiper .path-card-hero .path-footer {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }

    .hero-paths-swiper .path-card-hero .path-cta {
      white-space: normal;
    }

    .feature-card {
      padding: 28px 22px;
    }

    .feature-title {
      font-size: 19px;
    }

    .works {
      padding: 72px 0;
    }

    .works-header {
      margin-bottom: 48px;
    }

    .works-note {
      margin-top: 40px;
      padding-top: 32px;
      font-size: 15px;
    }

    .visit-cta-section {
      padding: 56px 0;
    }

    .visit-cta-actions {
      flex-direction: column;
    }

    .visit-cta-actions .visit-cta-btn {
      width: 100%;
      justify-content: center;
    }

    .visit-cta-hours {
      padding: 22px;
    }

    .origin-card-title {
      font-size: 38px;
    }

    .origin-card-tagline {
      font-size: 17px;
    }

    .origins-title {
      font-size: clamp(28px, 8vw, 36px);
    }

    .quick-grid {
      grid-template-columns: 1fr;
    }

    .quick-item {
      border-right: none !important;
      border-bottom: 1px solid var(--line-2);
    }

    .quick-item:last-child {
      border-bottom: none;
    }

    .center-grid {
      grid-template-columns: 1fr;
    }

    .dept-strip {
      grid-template-columns: 1fr;
    }

    .dept-strip-item {
      border-right: none !important;
      border-bottom: 1px solid var(--line);
    }

    .dept-strip-item:last-child {
      border-bottom: none;
    }

    .doctors-grid {
      grid-template-columns: 1fr;
    }

    section {
      padding: 72px 0;
    }

    .section-title {
      font-size: 28px;
    }

    .section-header {
      margin-bottom: 40px;
    }

    .hero-float-card.a,
    .hero-float-card.b {
      display: none;
    }

    .visit-info {
      padding: 36px 28px;
    }

    .lead-doctor-body {
      padding: 36px 28px;
    }

    .lead-doctor-name {
      font-size: 30px;
    }

    .lead-doctor-name span {
      font-size: 18px;
    }

    .footer-top {
      grid-template-columns: 1fr 1fr;
      gap: 28px 20px;
    }

    .footer-brand {
      grid-column: 1 / -1;
    }

    .header-cta .btn-outline {
      display: none;
    }

    .dept-strip-wrap {
      padding: 56px 0;
    }

    .dept-strip-header h3 {
      font-size: 24px;
    }

    .dept-strip-header p {
      font-size: 15px;
    }

    .dept-strip-header .btn {
      width: 100%;
      justify-content: center;
    }

    .dept-strip-item {
      padding: 20px 18px;
    }

    .notice-simple {
      padding-top: 48px;
      gap: 40px;
    }

    .press-legal-notice {
      font-size: 12px;
      padding: 14px 16px;
    }
  }

  /* ========== CCT Section ========== */
  .cct {
    background: linear-gradient(180deg, #FAFBFC 0%, #F0F6FC 100%);
    position: relative;
    overflow: hidden;
  }

  .cct::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(0, 82, 204, 0.04) 0%, transparent 60%);
    pointer-events: none;
  }

  .cct-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 72px;
  }

  .cct-quote {
    margin-top: 48px;
    font-size: 34px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.04em;
    line-height: 1.35;
    position: relative;
    display: inline-block;
  }

  .cct-quote .em {
    color: var(--blue);
    position: relative;
  }

  .cct-quote .em::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 10px;
    background: rgba(0, 82, 204, 0.15);
    z-index: -1;
  }

  .cct-quote-caption {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
    margin-top: 14px;
    letter-spacing: 0.04em;
  }

  .cct-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 80px;
    position: relative;
  }

  .cct-steps::before {
    content: '';
    position: absolute;
    top: 52px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: repeating-linear-gradient(to right, var(--blue) 0, var(--blue) 6px, transparent 6px, transparent 12px);
    opacity: 0.3;
    z-index: 0;
  }

  .cct-step {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px 28px;
    text-align: center;
    border: 1px solid var(--line);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
  }

  .cct-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
  }

  .cct-step-num {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--navy-2) 100%);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0 auto 20px;
    box-shadow: 0 6px 16px rgba(0, 82, 204, 0.25);
    letter-spacing: -0.02em;
  }

  .cct-step-icon {
    width: 52px;
    height: 52px;
    background: var(--sky);
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--blue);
    margin: 0 auto 16px;
  }

  .cct-step-title {
    font-size: 19px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.02em;
    margin-bottom: 6px;
  }

  .cct-step-en {
    font-size: 12px;
    color: var(--blue);
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

  .cct-step-desc {
    font-size: 13.5px;
    color: var(--ink-2);
    line-height: 1.6;
  }

  /* Two wings */
  .cct-wings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 72px;
  }

  .cct-wing {
    background: #fff;
    border-radius: 20px;
    padding: 36px 36px 32px;
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
  }

  .cct-wing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--blue);
  }

  .cct-wing-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .cct-wing-num {
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: var(--blue);
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.08em;
  }

  .cct-wing-en {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .cct-wing-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .cct-wing-desc {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.7;
  }

  /* Book authority banner */
  .cct-book {
    background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 60%, #14406E 100%);
    border-radius: 24px;
    padding: 48px 56px;
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .cct-book::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(123, 167, 219, 0.15) 0%, transparent 60%);
    pointer-events: none;
  }

  .book-cover {
    position: relative;
    aspect-ratio: 5/7;
    transform: rotate(-4deg);
    transition: transform 0.4s;
    z-index: 1;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
  }

  .cct-book:hover .book-cover {
    transform: rotate(-2deg) scale(1.02);
  }

  .book-cover-svg {
    width: 100%;
    height: 100%;
  }

  .cct-book-content {
    position: relative;
    z-index: 1;
  }

  .book-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(123, 167, 219, 0.25);
    border: 1px solid rgba(123, 167, 219, 0.4);
    color: #D5E6F6;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }

  .book-title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .book-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 520px;
  }

  .book-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
  }

  .book-meta span strong {
    color: #fff;
    font-weight: 700;
    margin-right: 6px;
  }

  .book-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
  }

  .book-cta .btn {
    white-space: nowrap;
  }

  .btn-book-primary {
    background: #fff;
    color: var(--navy);
  }

  .btn-book-primary:hover {
    background: var(--sky);
    color: var(--navy);
    transform: translateY(-1px);
  }

  .btn-book-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .btn-book-ghost:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
  }

  @media (max-width: 1024px) {
    .cct-steps {
      grid-template-columns: repeat(2, 1fr);
    }

    .cct-steps::before {
      display: none;
    }

    .cct-wings {
      grid-template-columns: 1fr;
    }

    .cct-book {
      grid-template-columns: 140px 1fr;
      gap: 28px;
      padding: 36px 32px;
    }

    .book-cta {
      grid-column: 1 / -1;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .cct-quote {
      font-size: 26px;
    }
  }

  @media (max-width: 640px) {
    .cct-steps {
      grid-template-columns: 1fr;
    }

    .cct-book {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 32px 24px;
      text-align: center;
    }

    .book-cover {
      max-width: 140px;
      margin: 0 auto;
    }

    .book-cta {
      justify-content: center;
    }

    .book-meta {
      justify-content: center;
      flex-wrap: wrap;
    }

    .cct-quote {
      font-size: 22px;
    }
  }


  /* ============ Interlude — Since 2015 ============ */
  .interlude {
    padding: 112px 0;
    background: linear-gradient(180deg, #FDFCF8 0%, var(--paper) 100%);
    border-top: 1px solid rgba(10, 37, 64, 0.06);
    border-bottom: 1px solid rgba(10, 37, 64, 0.06);
    position: relative;
  }

  .interlude::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: var(--navy);
    opacity: 0.4;
  }

  .interlude-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 64px;
    align-items: center;
  }

  .interlude-marker {
    font-family: 'Fraunces', serif;
    font-size: 11px;
    font-weight: 500;
    color: #9A8A6A;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-style: italic;
  }

  .interlude-marker::before,
  .interlude-marker::after {
    content: '—';
    margin: 0 12px;
    opacity: 0.5;
  }

  .interlude-body {
    font-family: 'Noto Serif KR', 'Fraunces', serif;
    font-size: 20px;
    line-height: 1.85;
    font-weight: 400;
    color: #2B3240;
    letter-spacing: -0.015em;
  }

  .interlude-body p {
    margin-bottom: 20px;
  }

  .interlude-body em {
    font-style: italic;
    color: var(--navy);
    font-family: 'Fraunces', serif;
    font-weight: 500;
  }

  .interlude-attribution {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(10, 37, 64, 0.1);
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 14px;
    color: #6B7280;
    text-align: right;
  }

  .interlude-attribution::before {
    content: '—  ';
    margin-right: 4px;
  }

  .interlude-book {
    flex-shrink: 0;
  }

  .interlude-book img {
    width: 220px;
    height: auto;
    box-shadow: 0 20px 40px -12px rgba(10, 37, 64, 0.25),
      0 6px 16px -6px rgba(10, 37, 64, 0.15);
    border-radius: 3px;
    transition: transform 0.4s ease;
  }

  .interlude-book img:hover {
    transform: rotate(-1deg) translateY(-4px);
    box-shadow: 0 30px 50px -12px rgba(10, 37, 64, 0.3),
      0 10px 20px -6px rgba(10, 37, 64, 0.18);
  }

  .interlude-book-caption {
    margin-top: 16px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
  }

  .interlude-book-caption em {
    display: block;
    font-family: 'Fraunces', serif;
    font-style: italic;
    text-transform: none;
    font-size: 13px;
    color: var(--ink-2);
    letter-spacing: 0;
    margin-top: 4px;
    font-weight: 500;
  }

  @media (max-width: 840px) {
    .interlude {
      padding: 80px 0;
    }

    .interlude-inner {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 0 24px;
    }

    .interlude-body {
      font-size: 17px;
    }

    .interlude-book {
      justify-self: center;
    }

    .interlude-book img {
      width: 180px;
    }
  }


  /* ============ Five Paths of Care ============ */
  .paths {
    padding: 140px 0 120px;
    background: var(--bg, #FDFCF8);
    border-top: 1px solid rgba(10, 37, 64, 0.08);
  }

  .paths-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
  }

  .paths-eyebrow {
    font-family: 'IBM Plex Mono', 'Courier New', monospace;
    font-size: 11px;
    color: #9A8A6A;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .paths-eyebrow::before,
  .paths-eyebrow::after {
    content: '—';
    margin: 0 14px;
    opacity: 0.5;
  }

  .paths-title {
    font-family: 'Fraunces', 'Noto Serif KR', serif;
    font-size: clamp(40px, 5.5vw, 68px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #0A2540;
    margin-bottom: 20px;
    font-variation-settings: "opsz" 144;
  }

  .paths-title em {
    font-style: italic;
    color: #596B4E;
  }

  .paths-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #2B3240;
    max-width: 640px;
    margin: 0 auto;
  }

  .paths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .path-card {
    background: #fff;
    border: 1px solid rgba(10, 37, 64, 0.1);
    border-radius: 12px;
    padding: 52px 44px 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(.2, .9, .3, 1.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .path-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #2B3240;
    transition: height 0.3s;
  }

  .path-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -12px rgba(10, 37, 64, 0.14),
      0 8px 16px -6px rgba(10, 37, 64, 0.08);
  }

  .path-card:hover::before {
    height: 7px;
  }

  .path-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(10, 37, 64, 0.08);
  }

  .path-num {
    font-family: 'Fraunces', serif;
    font-size: 72px;
    font-weight: 200;
    font-style: italic;
    line-height: 0.9;
    letter-spacing: -0.04em;
    font-variation-settings: "opsz" 144;
    color: #2B3240;
  }

  .path-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: rgba(43, 50, 64, 0.08);
    color: #2B3240;
  }

  .path-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #6B7280;
  }

  .path-name-en {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    font-weight: 500;
    color: #0A2540;
    letter-spacing: -0.02em;
    line-height: normal;
    margin-bottom: 10px;
  }

  .path-name-ko {
    font-size: 17px;
    font-weight: 700;
    color: #2B3240;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }

  .path-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #2B3240;
    margin-bottom: 24px;
  }

  .path-desc strong {
    color: #0A2540;
    font-weight: 700;
  }

  .path-desc em {
    font-style: normal;
    font-weight: 600;
    color: #2B3240;
  }

  .path-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .path-tag {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    letter-spacing: -0.01em;
    font-weight: 600;
    background: rgba(43, 50, 64, 0.06);
    color: #2B3240;
  }

  .path-footer {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px dashed rgba(10, 37, 64, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .path-doctor {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }

  .path-doctor-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(43, 50, 64, 0.08);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 15px;
    color: #0A2540;
    flex-shrink: 0;
  }

  .path-doctor-info {
    line-height: 1.3;
  }

  .path-doctor-info strong {
    font-weight: 700;
    color: #0A2540;
    font-size: 15px;
  }

  .path-doctor-info small {
    font-size: 13px;
    color: #6B7280;
    display: block;
    margin-top: 1px;
  }

  .path-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--blue);
    transition: gap 0.2s, color 0.2s;
    white-space: nowrap;
  }

  .path-card:hover .path-cta {
    gap: 10px;
  }

  /* Supporting team strip below */
  .paths-support {
    margin-top: 64px;
    padding: 28px 36px;
    background: rgba(10, 37, 64, 0.03);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
    border-left: 3px solid rgba(10, 37, 64, 0.2);
  }

  .paths-support-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    color: #6B7280;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    flex-shrink: 0;
  }

  .paths-support-people {
    display: flex;
    gap: 32px;
    flex: 1;
    flex-wrap: wrap;
  }

  .support-person {
    font-size: 13px;
    line-height: 1.5;
    color: #2B3240;
  }

  .support-person strong {
    color: #0A2540;
    font-weight: 700;
  }

  .support-person span {
    color: #6B7280;
    font-size: 12px;
    display: block;
    margin-top: 1px;
  }

  @media (max-width: 960px) {
    .paths {
      padding: 96px 0 80px;
    }

    .paths-grid {
      grid-template-columns: 1fr;
    }

    .path-card {
      padding: 40px 32px 32px;
    }

    .path-num {
      font-size: 56px;
    }

    .path-header {
      margin-bottom: 20px;
      padding-bottom: 18px;
    }

    .path-footer {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }

    .paths-support {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 24px 28px;
    }
  }


  /* Path 05 is full-width with dual-column inner layout */
  .path-card-wide {
    grid-column: 1 / -1;
    padding: 48px 52px 44px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 56px;
    align-items: center;
  }

  .path-card-wide .path-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    min-width: 220px;
  }

  .path-card-wide .path-num {
    font-size: 96px;
    margin-bottom: 14px;
  }

  .path-card-wide .path-body {
    border-left: 1px solid rgba(43, 50, 64, 0.15);
    padding-left: 48px;
    max-width: 620px;
  }

  .path-card-wide .path-desc {
    margin-bottom: 18px;
  }

  .path-card-wide .path-tags {
    margin-bottom: 0;
  }

  .path-card-wide .path-footer {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    min-width: 220px;
  }

  .path-card-wide .path-doctor {
    align-self: flex-end;
  }

  @media (max-width: 960px) {
    .path-card-wide {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 40px 32px 32px;
    }

    .path-card-wide .path-body {
      border-left: none;
      padding-left: 0;
    }

    .path-card-wide .path-footer {
      align-items: flex-start;
    }

    .path-card-wide .path-doctor {
      align-self: flex-start;
    }

    .path-card-wide .path-num {
      font-size: 64px;
    }
  }

  /* ============ Origins · 두 번의 '처음' — 하나의 철학 ============ */
  .origins {
    padding: 120px 0;
    background: linear-gradient(180deg, #0A2540 0%, #0F3460 100%);
    color: rgba(255, 255, 255, 0.92);
    position: relative;
    overflow: hidden;
  }

  .origins::before {
    content: '';
    position: absolute;
    top: -220px;
    right: -220px;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(217, 184, 124, 0.09) 0%, transparent 62%);
    pointer-events: none;
  }

  .origins::after {
    content: '';
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(120, 170, 220, 0.06) 0%, transparent 62%);
    pointer-events: none;
  }

  .origins .container {
    position: relative;
    z-index: 1;
  }

  .origins-header {
    max-width: 780px;
    margin: 0 auto 72px;
    text-align: center;
  }

  .origins-eyebrow {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color: #D9B87C;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-weight: 500;
  }

  .origins-eyebrow::before,
  .origins-eyebrow::after {
    content: '—';
    margin: 0 12px;
    opacity: 0.55;
  }

  .origins-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(36px, 4.8vw, 60px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #FAF7EF;
    margin-bottom: 30px;
    font-variation-settings: "opsz" 144;
  }

  .origins-title em {
    font-style: normal;
    color: #D9B87C;
  }

  .origins-divider-line {
    width: 60px;
    height: 1px;
    background: rgba(217, 184, 124, 0.5);
    margin: 0 auto 30px;
    border: none;
  }

  .origins-lede {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(250, 247, 239, 0.82);
    max-width: 680px;
    margin: 0 auto;
  }

  .origins-lede em {
    font-style: normal;
    color: #D9B87C;
    font-weight: 500;
  }

  .origins-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin: 0 auto 64px;
  }

  .origin-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(217, 184, 124, 0.22);
    border-radius: 14px;
    padding: 44px 36px 34px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .origin-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #D9B87C 50%, transparent 100%);
    opacity: 0.55;
  }

  .origin-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(217, 184, 124, 0.42);
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.45);
  }

  .origin-card-label {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D9B87C;
    font-weight: 600;
  }

  .origin-card-title {
    font-family: 'Fraunces', serif;
    font-size: 64px;
    font-weight: 200;
    letter-spacing: -0.02em;
    color: #FAF7EF;
    line-height: normal;
    margin-bottom: 12px;
  }

  .origin-card-title.core {
    font-weight: 400;
  }

  .origin-card-tagline {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #FAF7EF;
    margin-bottom: 22px;
  }

  .origin-card-tagline em {
    font-style: normal;
    color: #D9B87C;
    font-weight: 700;
  }

  .origin-card-desc {
    font-size: 16px;
    line-height: 1.72;
    color: #c5c5c5;
    margin-bottom: 28px;
    flex: 1;
  }

  .origin-card-desc em {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: normal;
    color: #fff;
    font-weight: 500;
  }

  .origin-card-meta {
    padding-top: 22px;
    border-top: 1px dashed rgba(217, 184, 124, 0.25);
    display: flex;
    justify-content: space-between;
    font-style: normal;
    align-items: flex-end;
    gap: 16px;
  }

  .origin-card-cite {
    font-size: 14px;
    color: rgba(250, 247, 239, 0.62);
    line-height: 1.55;
    letter-spacing: -0.02em;
  }

  .origin-card-cite em {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: normal;
    color: #D9B87C;
    font-weight: 500;
  }

  .origin-card-cite span {
    font-size: 13px;
    opacity: 0.85;
    display: block;
    margin-top: 3px;
  }

  .origin-card-cta {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #D9B87C;
    letter-spacing: -0.02em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
    flex-shrink: 0;
  }

  .origins-coda {
    text-align: center;
    margin: 0 auto;
    padding-top: 44px;
    border-top: 1px solid rgba(217, 184, 124, 0.18);
  }

  .origins-coda p {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 1.8;
    color: #f5f5f5;
    margin: 0;
  }

  .origins-coda strong {
    font-style: normal;
    font-weight: 600;
    color: #D9B87C;
  }

  @media (max-width: 960px) {
    .origins {
      padding: 80px 0;
    }

    .origins-header {
      margin-bottom: 52px;
    }

    .origins-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 48px;
    }

    .origin-card {
      padding: 36px 28px 28px;
    }

    .origin-card-title {
      font-size: 46px;
    }

    .origin-card-tagline {
      font-size: 19px;
    }

    .origin-card-meta {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }

    .origins-lede {
      font-size: 16px;
    }

    .origins-coda {
      padding-top: 32px;
    }

    .origins-coda p {
      font-size: 15px;
    }

    .origins-eyebrow::before,
    .origins-eyebrow::after {
      display: none;
    }
  }

  /* ============ Published Work (3-column: books, YouTube, papers) ============ */
  .works {
    padding: 120px 0;
    background: #FDFCF8;
    border-top: 1px solid rgba(10, 37, 64, 0.06);
    position: relative;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  .works .container {
    max-width: 1000px;
  }

  .works-header {
    max-width: 800px;
    margin: 0 auto 72px;
    text-align: center;
  }

  .works-eyebrow {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color: #9A8A6A;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .works-eyebrow::before,
  .works-eyebrow::after {
    content: '—';
    margin: 0 12px;
    opacity: 0.5;
  }

  .works-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #0A2540;
    margin-bottom: 20px;
  }

  .works-title em {
    font-style: normal;
    color: #596B4E;
  }

  .works-sub {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: #4A5465;
    max-width: 620px;
    margin: 0 auto;
    word-break: keep-all;
  }

  .works-sub em {
    font-style: normal;
    font-weight: 500;
  }

  .works-swiper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .works-swiper .swiper-slide {
    height: auto;
    display: flex;
  }

  .works-swiper .work-card {
    flex: 1;
    width: 100%;
  }

  .work-card {
    background: #fff;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 12px;
    padding: 40px 32px 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
  }

  .work-card-static {
    cursor: default;
  }

  .work-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px -12px rgba(10, 37, 64, 0.14);
  }

  .work-card-static:hover {
    transform: none;
    box-shadow: none;
  }

  .work-medium {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .work-card[data-medium="book"] .work-medium {
    color: #8B6A3A;
  }

  .work-card[data-medium="video"] .work-medium {
    color: #C44536;
  }

  .work-card[data-medium="paper"] .work-medium {
    color: #0A2540;
  }

  .work-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin-bottom: 24px;
    background: #f1f1f1;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    min-height: 160px;
  }

  .work-visual img {
    max-height: 180px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    box-shadow: 0 8px 20px -6px rgba(10, 37, 64, 0.2);
    border-radius: 2px;
  }

  .work-card[data-medium="video"] .work-visual {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
  }

  .work-card[data-medium="paper"] .work-visual {
    background: linear-gradient(135deg, #0A2540 0%, #1A3454 100%);
  }

  .work-yt-icon {
    width: 72px;
    height: 72px;
    background: #FF0000;
    border-radius: 18px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px -4px rgba(255, 0, 0, 0.4);
  }

  .work-paper-icon {
    color: #B8D1ED;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .work-paper-icon small {
    display: block;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 10px;
    color: #8FB4D9;
    letter-spacing: 0.3em;
    margin-top: 10px;
  }

  .work-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0A2540;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .work-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #4A5465;
    margin-bottom: 20px;
    flex: 1;
  }

  .work-desc em {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: normal;
    color: #0A2540;
    font-weight: 500;
  }

  .work-meta {
    padding-top: 18px;
    border-top: 1px dashed rgba(10, 37, 64, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    color: #6B7280;
    letter-spacing: 0.05em;
  }

  .work-meta-cta {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s;
  }

  .work-card[data-medium="book"] .work-meta-cta {
    color: #8B6A3A;
  }

  .work-card[data-medium="video"] .work-meta-cta {
    color: #C44536;
  }

  .work-card[data-medium="paper"] .work-meta-cta {
    color: #0A2540;
  }

  .work-card:hover .work-meta-cta {
    gap: 8px;
  }

  .works-note {
    text-align: center;
    margin-top: 64px;
    padding-top: 44px;
    border-top: 1px solid rgba(10, 37, 64, 0.08);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    color: #2d2f35;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }

  @media (max-width: 960px) {
    .works {
      padding: 80px 0;
    }

    .works-swiper .work-card {
      padding: 32px 28px 28px;
    }
  }


  /* Interlude building banner */
  .interlude-banner {
    max-width: 1100px;
    margin: 0 auto 80px;
    padding: 0 48px;
    position: relative;
  }

  .interlude-banner-frame {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 24px 48px -16px rgba(10, 37, 64, 0.25),
      0 8px 20px -6px rgba(10, 37, 64, 0.12);
  }

  .interlude-banner img {
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(0.92) contrast(1.04);
  }

  .interlude-banner-caption {
    margin-top: 16px;
    padding-left: 4px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    color: #9A8A6A;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .interlude-banner-caption em {
    font-family: 'Fraunces', serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    color: #2B3240;
    font-weight: 400;
  }

  @media (max-width: 768px) {
    .interlude-banner {
      margin-bottom: 48px;
      padding: 0 24px;
    }

    .interlude-banner-caption {
      flex-direction: column;
      gap: 4px;
      align-items: flex-start;
    }
  }

  /* Dual book covers */
  .work-visual-duo {
    position: relative;
    overflow: visible;
  }

  .work-visual-duo .work-book {
    position: absolute;
    max-height: 130px;
    width: auto;
    box-shadow: 0 8px 20px -6px rgba(10, 37, 64, 0.25);
    border-radius: 2px;
    transition: transform 0.3s;
  }

  .work-visual-duo .book-1 {
    top: 15px;
    left: 36%;
    transform: rotate(-5deg);
    z-index: 2;
  }

  .work-visual-duo .book-2 {
    top: 15px;
    left: 56%;
    transform: rotate(4deg);
    z-index: 1;
  }

  .work-card:hover .work-visual-duo .book-1 {
    transform: rotate(-7deg) translateY(-3px);
  }

  .work-card:hover .work-visual-duo .book-2 {
    transform: rotate(6deg) translateY(-3px);
  }

  /* YouTube video thumbnail */
  .work-visual-video {
    position: relative;
    height: 160px;
    min-height: 160px;
    padding: 0 !important;
    overflow: hidden;
  }

  .work-visual-video .yt-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.7);
    transition: filter 0.3s, transform 0.3s;
  }

  .work-visual-video .work-yt-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 14px;
    box-shadow: 0 8px 24px -4px rgba(255, 0, 0, 0.5);
    transition: transform 0.3s;
  }

  .work-card:hover .work-visual-video .yt-thumb {
    filter: brightness(0.85);
    transform: scale(1.04);
  }

  .work-card:hover .work-visual-video .work-yt-overlay {
    transform: translate(-50%, -50%) scale(1.08);
  }



  /* Interlude logo anchor — brand philosophy visual bridge */
  .interlude-logo {
    text-align: center;
    margin: 56px auto 72px;
    padding: 32px 0;
    position: relative;
  }

  .interlude-logo::before,
  .interlude-logo::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(10, 37, 64, 0.2), transparent);
  }

  .interlude-logo::before {
    left: calc(50% - 150px);
  }

  .interlude-logo::after {
    right: calc(50% - 150px);
  }

  .interlude-logo img {
    width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 6px 16px rgba(10, 37, 64, 0.15));
  }

  .interlude-logo-caption {
    margin-top: 18px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    color: #9A8A6A;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .interlude-logo-caption em {
    font-family: 'Fraunces', serif;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
    color: #2B3240;
    font-weight: 400;
  }

  @media (max-width: 640px) {
    .interlude-logo {
      margin: 40px auto 48px;
    }

    .interlude-logo img {
      width: 64px;
    }

    .interlude-logo::before,
    .interlude-logo::after {
      width: 40px;
    }

    .interlude-logo::before {
      left: calc(50% - 90px);
    }

    .interlude-logo::after {
      right: calc(50% - 90px);
    }

    .interlude-logo-caption {
      font-size: 10px;
      padding: 0 24px;
    }
  }

  /* ============ Mobile responsiveness audit ============ */

  /* Ensure all grids collapse on mobile */
  @media (max-width: 768px) {

    .paths-grid,
    .doctors-grid {
      grid-template-columns: 1fr !important;
    }

    .path-card-wide {
      grid-template-columns: 1fr !important;
      padding: 32px 24px;
    }

    .path-card-wide .path-num {
      font-size: 56px;
    }

    .path-card-wide .path-body {
      border-left: none;
      padding-left: 0;
      border-top: 1px solid rgba(10, 37, 64, 0.1);
      padding-top: 20px;
    }

    .path-card-wide .path-footer {
      align-items: flex-start;
    }

    /* Tighter section padding on mobile */
    section {
      padding-top: 56px !important;
      padding-bottom: 56px !important;
    }
    .interlude {
      padding: 48px 0 !important;
    }

    /* Shrink oversized typography on mobile */
    .hero-title {
      font-size: clamp(40px, 10vw, 72px) !important;
    }

    .paths-title,
    .works-title,
    .section-title {
      font-size: clamp(28px, 7vw, 40px) !important;
    }

    /* Touch-friendly tap targets */
    .nav-section a,
    .path-cta,
    .work-meta-cta,
    .reservation-btn {
      min-height: 44px;
      padding: 10px 16px;
      display: inline-flex;
      align-items: center;
    }

    /* Navigation burger-ready (future) */
    .masthead-inner {
      padding: 12px 20px;
    }

    .brand-name {
      font-size: 15px;
    }

    /* Doctor cards full-width */
    .doctors-grid {
      gap: 16px;
    }

    .doctor-card {
      padding: 20px !important;
    }

    /* Support strip stack on mobile */
    .paths-support {
      flex-direction: column;
      align-items: flex-start !important;
      gap: 12px !important;
    }
  }

  /* Small mobile (iPhone SE and similar) */
  @media (max-width: 400px) {
    .path-num {
      font-size: 52px !important;
    }

    .paths-title {
      font-size: 30px !important;
    }

    .hero-subtitle-ko,
    .interlude-body {
      font-size: 16px !important;
    }

    .path-tag {
      font-size: 9.5px !important;
      padding: 3px 7px !important;
    }
  }

  /* Tablet — prevent excessive card width */
  @media (min-width: 769px) and (max-width: 1100px) {
    .paths-grid {
      gap: 16px;
    }
  }

  /* ============ Hero panel (paths swiper) ============ */
  .hero-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    min-width: 0;
  }

  .hero-paths-swiper {
    width: 100%;
    overflow: hidden;
  }

  .hero-paths-swiper .swiper-slide {
    height: auto;
    display: flex;
  }

  .hero-paths-swiper .path-card-hero {
    flex: 1;
    width: 100%;
    transition: none;
  }

  .hero-paths-swiper .path-card-hero::before {
    background: linear-gradient(90deg, var(--blue), var(--blue-2));
    transition: none;
  }

  .hero-paths-swiper .path-card-hero .path-num {
    color: var(--blue);
  }

  .hero-paths-swiper .path-card-hero:hover {
    transform: none;
    box-shadow: none;
  }

  .hero-paths-swiper .path-card-hero:hover::before {
    height: 5px;
  }

  .hero-paths-swiper .path-card-hero .path-cta {
    transition: color 0.2s;
  }

  .hero-paths-swiper .path-card-hero:hover .path-cta {
    color: var(--blue);
    gap: 6px;
  }

  .hero-paths-swiper .path-card-hero .path-tag {
    background: #E8EEF7;
    color: #0A2540;
  }

  .hero-paths-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }

  .hero-paths-prev,
  .hero-paths-next {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(10, 37, 64, 0.15);
    border-radius: 50%;
    background: #fff;
    color: #0A2540;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    padding: 0;
  }

  .hero-paths-prev:hover,
  .hero-paths-next:hover {
    border-color: #0A2540;
    background: #0A2540;
    color: #fff;
  }

  .hero-paths-prev.swiper-button-disabled,
  .hero-paths-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
  }

  .hero-paths-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .hero-paths-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(10, 37, 64, 0.2);
    opacity: 1;
    transition: all 0.25s;
  }

  .hero-paths-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: #0A2540;
  }

  /* ============ Works swiper ============ */
  .works-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }

  .works-prev,
  .works-next {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(10, 37, 64, 0.15);
    border-radius: 50%;
    background: #fff;
    color: #0A2540;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    padding: 0;
  }

  .works-prev:hover,
  .works-next:hover {
    border-color: #0A2540;
    background: #0A2540;
    color: #fff;
  }

  .works-prev.swiper-button-disabled,
  .works-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
  }

  .works-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .works-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(10, 37, 64, 0.2);
    opacity: 1;
    transition: all 0.25s;
  }

  .works-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: #0A2540;
  }

  /* ============ Press swiper ============ */
  .press-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }

  .press-prev,
  .press-next {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(10, 37, 64, 0.15);
    border-radius: 50%;
    background: #fff;
    color: #0A2540;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    padding: 0;
  }

  .press-prev:hover,
  .press-next:hover {
    border-color: #0A2540;
    background: #0A2540;
    color: #fff;
  }

  .press-prev.swiper-button-disabled,
  .press-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
  }

  .press-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .press-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(10, 37, 64, 0.2);
    opacity: 1;
    transition: all 0.25s;
  }

  .press-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: #0A2540;
  }

  @media (max-width: 640px) {
    .press-controls {
      margin-top: 24px;
    }

    .press-prev,
    .press-next {
      width: 36px;
      height: 36px;
    }
  }

  @media (max-width: 640px) {
    .works-controls {
      margin-top: 24px;
    }

    .works-prev,
    .works-next {
      width: 36px;
      height: 36px;
    }
  }

  @media (max-width: 1024px) {
    .hero-panel {
      margin-top: 32px;
    }

    .hero-paths-swiper .path-card-hero {
      padding: 36px 28px 28px;
    }
  }

  @media (max-width: 640px) {
    .hero-paths-swiper .path-card-hero {
      padding: 28px 22px 22px;
    }

    .hero-paths-prev,
    .hero-paths-next {
      width: 36px;
      height: 36px;
    }
  }

  /* Legacy hero-card styles (retained for other pages if needed) */
  .hero-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 32px 32px 28px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.35s cubic-bezier(.2, .9, .3, 1.2);
    display: block;
  }

  .hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
  }

  .hero-card-nold::before {
    background: linear-gradient(90deg, var(--navy), var(--blue));
  }

  .hero-card-cct::before {
    background: linear-gradient(90deg, #596B4E, #3E8A7B);
  }

  .hero-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px -12px rgba(10, 37, 64, 0.18);
    border-color: rgba(10, 37, 64, 0.2);
  }

  .hero-card-badge {
    display: inline-block;
    font-family: 'IBM Plex Mono', 'Courier New', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 18px;
  }

  .hero-card-nold .hero-card-badge {
    background: #E8EEF7;
    color: var(--navy);
  }

  .hero-card-cct .hero-card-badge {
    background: #E6EDE0;
    color: #596B4E;
  }

  .hero-card-title {
    font-family: 'Fraunces', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 2px;
    font-variation-settings: "opsz" 144;
  }

  .hero-card-nold .hero-card-title {
    color: var(--navy);
  }

  .hero-card-cct .hero-card-title {
    color: #596B4E;
  }

  .hero-card-subtitle {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }

  .hero-card-ko {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }

  .hero-card-ko strong {
    font-weight: 800;
  }

  .hero-card-nold .hero-card-ko strong {
    color: var(--navy);
  }

  .hero-card-cct .hero-card-ko strong {
    color: #596B4E;
  }

  .hero-card-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--ink-2);
    margin-bottom: 18px;
  }

  .hero-card-desc em {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
  }

  .hero-card-nold .hero-card-desc em {
    color: var(--navy);
  }

  .hero-card-cct .hero-card-desc em {
    color: #596B4E;
  }

  .hero-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: gap 0.2s;
  }

  .hero-card-nold .hero-card-cta {
    color: var(--navy);
  }

  .hero-card-cct .hero-card-cta {
    color: #596B4E;
  }

  .hero-card:hover .hero-card-cta {
    gap: 10px;
  }

  /* Solo variant — when hero panel has only one card, give it more presence */
  .hero-card-solo {
    padding: 44px 44px 36px;
  }

  .hero-card-solo::before {
    height: 6px;
  }

  .hero-card-solo .hero-card-badge {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 24px;
  }

  .hero-card-solo .hero-card-title {
    font-size: 64px;
    margin-bottom: 4px;
  }

  .hero-card-solo .hero-card-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hero-card-solo .hero-card-ko {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .hero-card-solo .hero-card-desc {
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .hero-card-solo .hero-card-cta {
    font-size: 12px;
  }

  /* Remove old hero-visual CSS dependencies */
  .hero-visual,
  .hero-visual-bg,
  .hero-visual-illustration,
  .hero-float-card,
  .hero-float-icon,
  .hero-float-label,
  .hero-float-value {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .hero-panel {
      margin-top: 32px;
    }

    .hero-card {
      padding: 28px 24px 24px;
    }

    .hero-card-title {
      font-size: 40px;
    }

    .hero-card-solo {
      padding: 36px 32px 30px;
    }

    .hero-card-solo .hero-card-title {
      font-size: 52px;
    }

    .hero-card-solo .hero-card-ko {
      font-size: 18px;
    }
  }

  @media (max-width: 640px) {
    .hero-card {
      padding: 24px 20px 20px;
    }

    .hero-card-title {
      font-size: 36px;
    }

    .hero-card-ko {
      font-size: 16px;
    }

    .hero-card-solo {
      padding: 28px 22px 24px;
    }

    .hero-card-solo .hero-card-title {
      font-size: 42px;
    }

    .hero-card-solo .hero-card-ko {
      font-size: 17px;
    }

    .hero-card-solo .hero-card-desc {
      font-size: 13.5px;
    }
  }

  @media (max-width:880px) {
    .visit-cta-grid {
      grid-template-columns: 1fr;
    }
  }
