:root {
  --v15-wine: #87334d;
  --v15-wine-dark: #642238;
  --v15-rose: #c77d8e;
  --v15-gold: #b78a50;
  --v15-gold-soft: #e4cda8;
  --v15-green: #557866;
  --v15-ink: #272228;
  --v15-muted: #6e666b;
  --v15-cream: #fbf8f3;
  --v15-cream-2: #f5eee7;
  --v15-blush: #f7eef0;
  --v15-line: #e7dbd3;
  --v15-white: #fff;
  --v15-shadow: 0 24px 65px rgba(82, 53, 52, .12);
  --v15-shadow-soft: 0 15px 40px rgba(82, 53, 52, .08);
  --v15-radius-lg: 32px;
  --v15-radius: 22px;
  --v15-radius-sm: 14px;
}

html { scroll-padding-top: 112px; }
body {
  background: var(--v15-cream);
  color: var(--v15-ink);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 10%, rgba(199,125,142,.09), transparent 25%),
    radial-gradient(circle at 95% 35%, rgba(183,138,80,.08), transparent 24%),
    linear-gradient(180deg, #fff 0, var(--v15-cream) 40%, #fff 100%);
}

::selection { color: #fff; background: var(--v15-wine); }
:focus-visible { outline: 3px solid rgba(135,51,77,.35); outline-offset: 3px; }

/* Header */
.v15-header {
  border-bottom: 1px solid rgba(231,219,211,.82);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 28px rgba(77,49,48,.055);
}
.v15-header .header-inner { min-height: 88px; }
.v15-header .brand-text strong { color: #342c31; letter-spacing: -.04em; }
.v15-header .brand-text small { color: #8b7c81; }
.v15-header .brand-mark {
  background: linear-gradient(145deg, rgba(135,51,77,.12), rgba(183,138,80,.1));
  box-shadow: inset 0 0 0 1px rgba(135,51,77,.12);
}
.v15-header .nav-parent,
.v15-header .nav-single { color: #433a3f; }
.v15-header .nav-group:hover .nav-parent,
.v15-header .nav-group.is-active .nav-parent,
.v15-header .nav-single.is-active { color: var(--v15-wine); }
.v15-header .dropdown-menu {
  border: 1px solid var(--v15-line);
  border-radius: 18px;
  box-shadow: var(--v15-shadow-soft);
  background: rgba(255,255,255,.985);
  overflow: hidden;
}
.v15-header .dropdown-menu a { border-radius: 10px; }
.v15-header .dropdown-menu a:hover,
.v15-header .dropdown-menu a.is-active { color: var(--v15-wine); background: var(--v15-blush); }
.v15-header .nav-consult {
  border: 0;
  background: linear-gradient(135deg, var(--v15-wine), #a94e68);
  box-shadow: 0 12px 26px rgba(135,51,77,.23);
}

/* Core */
.v15-section { position: relative; padding: 112px 0; }
.v15-soft-section { background: linear-gradient(180deg, rgba(245,238,231,.78), rgba(251,248,243,.9)); }
.v15-eyebrow,
.v15-section-heading > span,
.v15-section-heading > div > span,
.v15-location-copy > span,
.v15-service-intro > div > span,
.v15-cta-section span {
  display: inline-block;
  color: var(--v15-wine);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.v15-section-heading { margin-bottom: 44px; }
.v15-section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.v15-section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.v15-section-heading h2 {
  margin: 10px 0 12px;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.3;
  letter-spacing: -.055em;
  color: #30282d;
}
.v15-section-heading p { margin: 0; color: var(--v15-muted); font-size: 17px; }
.v15-section-heading a,
.v15-inline-link { color: var(--v15-wine); font-weight: 800; }
.v15-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  color: var(--v15-wine);
  border-radius: 15px;
  background: linear-gradient(145deg, #fff, var(--v15-blush));
  box-shadow: inset 0 0 0 1px rgba(135,51,77,.1);
}
.v15-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

/* Hero */
.v15-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 82px 0 66px;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 16%, rgba(250,240,231,.96), transparent 39%),
    linear-gradient(110deg, #fff 0%, #fcf8f3 52%, #f1e9e3 100%);
}
.v15-hero::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -220px;
  bottom: -250px;
  border: 1px solid rgba(135,51,77,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(135,51,77,.025), 0 0 0 140px rgba(183,138,80,.018);
}
.v15-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 68px; align-items: center; }
.v15-hero-copy { position: relative; z-index: 2; }
.v15-hero-copy .v15-eyebrow { margin: 0 0 15px; color: var(--v15-gold); }
.v15-hero .hero-animated-text {
  min-height: 176px;
  justify-content: flex-start;
  color: #6a5360;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(37px, 4.4vw, 66px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.18;
}
.v15-hero #hero-animated-text .hero-animation-line:first-child,
.v15-hero #hero-animated-text .hero-typing-line:first-child {
  color: #6b5c63;
  font-family: "Noto Sans KR", sans-serif;
  font-size: .59em;
  font-weight: 700;
  letter-spacing: -.035em;
}
.v15-hero #hero-animated-text .hero-animation-line:last-child,
.v15-hero #hero-animated-text .hero-typing-line:last-child { margin-top: 10px; }
.v15-hero #hero-animated-text .hero-animation-line:last-child .hero-animation-word,
.v15-hero #hero-animated-text .hero-typing-line:last-child,
.v15-hero #hero-animated-text .hero-typing-line:last-child span {
  color: transparent !important;
  background: linear-gradient(125deg, #7b3048 0%, #a85a6e 46%, #a87942 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}
.v15-hero #hero-animated-text .hero-animation-line:last-child .hero-animation-word::after,
.v15-hero #hero-animated-text .hero-typing-line:last-child span::after { display: none !important; }
.v15-hero-description {
  max-width: 660px;
  margin: 26px 0 0;
  color: #61585d;
  font-size: 17px;
  line-height: 1.9;
  white-space: pre-line;
}
.v15-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.v15-hero-actions .button { min-width: 148px; border-radius: 999px; }
.v15-hero-actions .v15-inline-link { padding: 14px 7px; }
.v15-hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.v15-hero-points a {
  min-width: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(135,51,77,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.v15-hero-points a:hover { transform: translateY(-3px); box-shadow: var(--v15-shadow-soft); }
.v15-hero-points b { color: var(--v15-wine); font-size: 16px; }
.v15-hero-points span { color: #51474c; font-size: 14px; font-weight: 700; }
.v15-hero-media { position: relative; min-width: 0; }
.v15-hero-slider {
  position: relative;
  min-height: 570px !important;
  overflow: visible !important;
  border-radius: 48% 26px 30% 26px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.v15-hero-slider::before {
  content: "";
  position: absolute;
  inset: 8% -5% -7% 16%;
  z-index: -1;
  border-radius: 44% 20% 42% 18%;
  background: linear-gradient(145deg, rgba(199,125,142,.2), rgba(183,138,80,.13));
  filter: blur(26px);
}
.v15-hero-slider .slide { overflow: hidden; border-radius: inherit; }
.v15-hero-slider .slide img {
  -webkit-mask-image: radial-gradient(ellipse at 56% 48%, #000 58%, rgba(0,0,0,.92) 72%, transparent 100%) !important;
  mask-image: radial-gradient(ellipse at 56% 48%, #000 58%, rgba(0,0,0,.92) 72%, transparent 100%) !important;
  transform: scale(1.045);
}
.v15-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 999px;
  background: rgba(42,31,35,.52);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}
.v15-slider-controls .slider-dots { position: static; display: flex; gap: 7px; }
.v15-slider-controls .slider-dot { width: 8px; height: 8px; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.v15-slider-controls .slider-dot.active { width: 24px; border-radius: 999px; background: #fff; }
.v15-slider-toggle { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: rgba(255,255,255,.15); cursor: pointer; }
.v15-contact-ribbon {
  position: absolute;
  right: 16px;
  bottom: -30px;
  z-index: 11;
  min-width: 290px;
  padding: 18px 24px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--v15-shadow);
  backdrop-filter: blur(14px);
}
.v15-contact-ribbon span,
.v15-contact-ribbon small { display: block; }
.v15-contact-ribbon span { color: var(--v15-muted); font-size: 12px; font-weight: 800; }
.v15-contact-ribbon a { display: block; margin: 3px 0 2px; color: var(--v15-wine); font-family: "Noto Serif KR", serif; font-size: 24px; font-weight: 800; }
.v15-contact-ribbon small { color: #887c81; }

/* Shortcuts */
.v15-shortcuts { position: relative; z-index: 5; padding: 0 0 40px; margin-top: -18px; }
.v15-shortcut-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.v15-shortcut-card {
  position: relative;
  min-height: 250px;
  padding: 29px;
  border: 1px solid var(--v15-line);
  border-radius: var(--v15-radius);
  background: rgba(255,255,255,.96);
  box-shadow: var(--v15-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.v15-shortcut-card:hover { transform: translateY(-7px); border-color: rgba(135,51,77,.28); box-shadow: var(--v15-shadow); }
.v15-shortcut-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--v15-wine-dark), var(--v15-wine)); }
.v15-shortcut-card.featured .v15-icon { color: #fff; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.v15-shortcut-card small { position: absolute; right: 24px; top: 25px; color: var(--v15-gold); font-weight: 900; }
.v15-shortcut-card h2 { margin: 20px 0 9px; font-family: "Noto Serif KR", serif; font-size: 26px; letter-spacing: -.045em; }
.v15-shortcut-card p { margin: 0 0 22px; color: var(--v15-muted); font-size: 15px; line-height: 1.75; }
.v15-shortcut-card.featured p { color: rgba(255,255,255,.8); }
.v15-shortcut-card b { color: var(--v15-wine); font-size: 14px; }
.v15-shortcut-card.featured b { color: var(--v15-gold-soft); }

/* Stats */
.v15-stats-section { padding-top: 90px; }
.v15-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.v15-stat-card {
  position: relative;
  padding: 31px 24px;
  text-align: center;
  border: 1px solid var(--v15-line);
  border-radius: var(--v15-radius);
  background: rgba(255,255,255,.8);
}
.v15-stat-card::before { content: ""; position: absolute; left: 50%; top: 0; width: 46px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--v15-wine), var(--v15-gold)); transform: translateX(-50%); }
.v15-stat-card strong { display: block; color: var(--v15-wine); font-family: "Noto Serif KR", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.15; }
.v15-stat-card b { display: block; margin-top: 9px; font-size: 17px; }
.v15-stat-card small { display: block; margin-top: 4px; color: var(--v15-muted); }
.v15-admin-note { margin: 18px 0 0; color: #978a8f; font-size: 13px; text-align: center; }

/* Difference */
.v15-difference-section { background: linear-gradient(120deg, #fff, #f8f2ee); }
.v15-difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.v15-difference-grid article {
  padding: 30px 25px;
  border: 1px solid var(--v15-line);
  border-radius: var(--v15-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(82,53,52,.045);
}
.v15-difference-grid h3 { margin: 20px 0 9px; font-size: 20px; }
.v15-difference-grid p { margin: 0; color: var(--v15-muted); font-size: 15px; }

/* Program preview */
.v15-program-section { background: #fff; }
.v15-program-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.v15-program-preview-card { overflow: hidden; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: #fff; box-shadow: var(--v15-shadow-soft); }
.v15-program-preview-card .image { height: 220px; overflow: hidden; background: var(--v15-cream-2); }
.v15-program-preview-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.v15-program-preview-card:hover img { transform: scale(1.045); }
.v15-program-preview-card .copy { padding: 22px; }
.v15-program-preview-card small { color: var(--v15-wine); font-weight: 800; }
.v15-program-preview-card h3 { margin: 7px 0 8px; font-size: 19px; }
.v15-program-preview-card p { margin: 0; color: var(--v15-muted); font-size: 14px; }

/* Facility */
.v15-facility-section { background: linear-gradient(180deg, var(--v15-cream), #fff); }
.v15-facility-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.v15-facility-card { position: relative; min-height: 210px; overflow: hidden; border-radius: 20px; background: #e7dfda; cursor: zoom-in; }
.v15-facility-card:nth-child(1), .v15-facility-card:nth-child(6) { grid-column: span 2; }
.v15-facility-card img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.v15-facility-card:hover img { transform: scale(1.045); filter: brightness(.82); }
.v15-facility-card span { position: absolute; inset: auto 0 0; padding: 32px 17px 15px; color: #fff; font-size: 15px; font-weight: 800; background: linear-gradient(transparent, rgba(24,17,20,.8)); }
.v15-image-modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 6vw; background: rgba(20,15,17,.86); backdrop-filter: blur(10px); }
.v15-image-modal[hidden] { display: none; }
.v15-image-modal img { max-width: min(1100px, 90vw); max-height: 76vh; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.v15-image-modal p { color: #fff; font-weight: 800; }
.v15-image-modal button { position: absolute; right: 28px; top: 20px; width: 48px; height: 48px; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 29px; cursor: pointer; }

/* Guide */
.v15-guide-section { background: linear-gradient(135deg, #f6ecee, #f7f1e9); }
.v15-guide-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 42px; align-items: start; }
.v15-tab-buttons { display: inline-flex; gap: 5px; padding: 5px; margin-bottom: 26px; border-radius: 999px; background: rgba(255,255,255,.82); }
.v15-tab-buttons button { padding: 11px 22px; color: #6b5f65; border: 0; border-radius: 999px; background: transparent; font-weight: 800; cursor: pointer; }
.v15-tab-buttons button.active { color: #fff; background: var(--v15-wine); box-shadow: 0 8px 18px rgba(135,51,77,.2); }
.v15-step-list { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.v15-step-list li { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 15px; background: rgba(255,255,255,.84); }
.v15-step-list b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--v15-wine); border-radius: 50%; background: var(--v15-blush); }
.v15-step-list span { font-weight: 700; }
.v15-document-card { padding: 31px; border: 1px solid rgba(255,255,255,.78); border-radius: var(--v15-radius-lg); background: rgba(255,255,255,.84); box-shadow: var(--v15-shadow-soft); }
.v15-document-card h3 { margin: 20px 0 14px; font-family: "Noto Serif KR", serif; font-size: 24px; }
.v15-document-card ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.v15-document-card li { position: relative; padding-left: 19px; color: #4c4348; }
.v15-document-card li::before { content: ""; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; border-radius: 50%; background: var(--v15-wine); }
.v15-document-card > p { margin: 22px 0 0; padding-top: 18px; color: var(--v15-muted); border-top: 1px solid var(--v15-line); font-size: 13px; }

/* FAQ */
.v15-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.v15-faq-list { display: grid; gap: 10px; }
.v15-faq-item { overflow: hidden; border: 1px solid var(--v15-line); border-radius: 16px; background: #fff; }
.v15-faq-item button { width: 100%; display: grid; grid-template-columns: 34px 1fr 28px; gap: 10px; align-items: center; padding: 18px 20px; color: var(--v15-ink); border: 0; background: transparent; text-align: left; cursor: pointer; }
.v15-faq-item button b { color: var(--v15-wine); }
.v15-faq-item button span { font-weight: 800; }
.v15-faq-item button i { font-style: normal; font-size: 22px; text-align: center; transition: transform .2s ease; }
.v15-faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.v15-faq-answer { padding: 0 62px 20px; color: var(--v15-muted); }
.v15-faq-answer[hidden] { display: none; }
.v15-faq-list.wide { max-width: 960px; margin: 0 auto; }

/* News */
.v15-news-section { background: #fff; }
.v15-news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.v15-notice-preview, .v15-latest-preview { min-height: 320px; padding: 27px; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: var(--v15-white); box-shadow: var(--v15-shadow-soft); }
.v15-preview-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.v15-preview-title h3 { margin: 0; font-family: "Noto Serif KR", serif; font-size: 24px; }
.v15-preview-title a { color: var(--v15-wine); font-weight: 800; font-size: 13px; }
.v15-news-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 14px; align-items: center; padding: 15px 0; border-top: 1px solid var(--v15-line); }
.v15-news-item:first-of-type { border-top: 0; }
.v15-news-item span { color: var(--v15-wine); font-size: 12px; font-weight: 900; }
.v15-news-item strong { display: block; font-size: 15px; }
.v15-news-item small, .v15-news-item time { color: #9a8f94; font-size: 12px; }
.v15-latest-card { display: grid; grid-template-columns: 108px 1fr; gap: 17px; align-items: center; padding: 13px 0; border-top: 1px solid var(--v15-line); }
.v15-latest-card:first-of-type { border-top: 0; }
.v15-latest-card img { width: 108px; height: 76px; object-fit: cover; border-radius: 12px; }
.v15-latest-card b { display: block; margin-bottom: 3px; }
.v15-latest-card small { color: var(--v15-muted); }
.v15-empty-preview { height: 220px; display: grid; place-items: center; color: #9a8f94; text-align: center; }

/* Location */
.v15-location-section { padding-top: 82px; padding-bottom: 122px; }
.v15-location-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 390px; overflow: hidden; border: 1px solid var(--v15-line); border-radius: var(--v15-radius-lg); background: #fff; box-shadow: var(--v15-shadow); }
.v15-location-copy { padding: 52px; }
.v15-location-copy h2 { margin: 10px 0 10px; font-family: "Noto Serif KR", serif; font-size: 38px; }
.v15-location-copy > p { color: var(--v15-muted); }
.v15-location-links { display: flex; gap: 10px; margin: 25px 0; }
.v15-location-copy dl { display: grid; gap: 9px; margin: 0; }
.v15-location-copy dl div { display: grid; grid-template-columns: 85px 1fr; gap: 12px; }
.v15-location-copy dt { color: #91868b; }
.v15-location-copy dd { margin: 0; font-weight: 700; }
.v15-map-preview { position: relative; min-height: 390px; overflow: hidden; background: #e8e4df; }
.v15-map-preview img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.v15-map-preview span { position: absolute; right: 24px; bottom: 22px; padding: 11px 15px; color: #fff; border-radius: 999px; background: rgba(52,42,47,.82); font-weight: 800; }

/* Sub hero */
.v15-sub-hero { position: relative; padding: 105px 0 86px; overflow: hidden; background: linear-gradient(120deg, #fbf6f0, #f4e8e9); }
.v15-sub-hero::after { content: ""; position: absolute; right: -110px; top: -180px; width: 450px; height: 450px; border-radius: 50%; border: 1px solid rgba(135,51,77,.12); box-shadow: 0 0 0 70px rgba(135,51,77,.025), 0 0 0 140px rgba(183,138,80,.018); }
.v15-sub-hero-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.v15-sub-hero h1 { margin: 10px 0 15px; font-family: "Noto Serif KR", serif; font-size: clamp(46px, 5vw, 70px); letter-spacing: -.06em; }
.v15-sub-hero p { max-width: 740px; margin: 0; color: var(--v15-muted); font-size: 18px; }
.v15-sub-hero-badge { min-width: 146px; min-height: 146px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, var(--v15-wine), #a75a6d); box-shadow: var(--v15-shadow); text-align: center; font-family: "Noto Serif KR", serif; font-size: 23px; font-weight: 800; line-height: 1.45; }
.v15-anchor-nav { position: sticky; top: 88px; z-index: 30; border-bottom: 1px solid var(--v15-line); background: rgba(255,255,255,.93); backdrop-filter: blur(12px); }
.v15-anchor-nav .container { display: flex; justify-content: center; gap: 6px; padding: 12px 0; }
.v15-anchor-nav a { padding: 9px 16px; border-radius: 999px; color: #62575c; font-weight: 700; }
.v15-anchor-nav a:hover { color: var(--v15-wine); background: var(--v15-blush); }

/* Service pages */
.v15-service-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.v15-service-intro h2 { margin: 10px 0 17px; font-family: "Noto Serif KR", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.4; letter-spacing: -.055em; }
.v15-service-intro > div > p { color: var(--v15-muted); font-size: 17px; }
.v15-service-intro aside { padding: 30px; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: linear-gradient(145deg, #fff, var(--v15-blush)); box-shadow: var(--v15-shadow-soft); }
.v15-service-intro aside b { display: block; margin-bottom: 10px; color: var(--v15-wine); font-size: 20px; }
.v15-service-intro aside p { color: var(--v15-muted); }
.v15-service-intro aside a { color: var(--v15-wine); font-weight: 800; }
.v15-check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.v15-check-list li { position: relative; padding: 12px 14px 12px 39px; border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(82,53,52,.05); }
.v15-check-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--v15-wine); font-weight: 900; }
.v15-service-card-grid { display: grid; gap: 17px; }
.v15-service-card-grid.six { grid-template-columns: repeat(3, 1fr); }
.v15-service-card-grid article { min-height: 245px; padding: 28px; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: #fff; box-shadow: 0 9px 25px rgba(82,53,52,.055); }
.v15-service-card-grid h3 { margin: 20px 0 9px; font-size: 20px; }
.v15-service-card-grid p { margin: 0; color: var(--v15-muted); font-size: 15px; }

/* Process and documents */
.v15-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.v15-process-grid li { position: relative; min-height: 155px; padding: 27px 20px 20px; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: #fff; text-align: center; }
.v15-process-grid li::before { counter-increment: process; content: counter(process, decimal-leading-zero); display: block; margin-bottom: 13px; color: var(--v15-wine); font-family: "Noto Serif KR", serif; font-size: 28px; font-weight: 800; }
.v15-process-grid li:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 50%; z-index: 2; color: var(--v15-gold); font-weight: 900; transform: translateY(-50%); }
.v15-process-grid.compact li { min-height: 140px; }
.v15-document-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; align-items: start; }
.v15-document-list { padding: 35px; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: #fff; box-shadow: var(--v15-shadow-soft); }
.v15-document-list ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; margin: 0; padding: 0; list-style: none; }
.v15-document-list li { position: relative; padding: 12px 14px 12px 36px; border-radius: 12px; background: var(--v15-cream); }
.v15-document-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--v15-wine); font-weight: 900; }
.v15-document-alert { margin-top: 24px; padding: 20px; border-radius: 15px; background: var(--v15-blush); }
.v15-document-alert b { color: var(--v15-wine); }
.v15-document-alert p { margin: 5px 0 0; color: var(--v15-muted); }
.v15-schedule-table { overflow: hidden; border: 1px solid var(--v15-line); border-radius: var(--v15-radius); background: #fff; box-shadow: var(--v15-shadow-soft); }
.v15-schedule-row { display: grid; grid-template-columns: 130px 220px 1fr; border-top: 1px solid var(--v15-line); }
.v15-schedule-row:first-child { border-top: 0; }
.v15-schedule-row > * { padding: 16px 20px; }
.v15-schedule-row time { color: var(--v15-wine); font-weight: 900; background: var(--v15-blush); }
.v15-schedule-row b { border-right: 1px solid var(--v15-line); }
.v15-schedule-row span { color: var(--v15-muted); }
.v15-editable-badge { padding: 7px 12px; color: var(--v15-green); border: 1px solid rgba(85,120,102,.25); border-radius: 999px; background: rgba(85,120,102,.08); font-size: 12px; font-weight: 800; }

/* CTA */
.v15-cta-section { padding: 78px 0; color: #fff; background: linear-gradient(135deg, #63253a, #91445c 62%, #a8784b); }
.v15-cta-section .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.v15-cta-section span { color: var(--v15-gold-soft); }
.v15-cta-section h2 { margin: 8px 0 8px; font-family: "Noto Serif KR", serif; font-size: clamp(30px, 3.5vw, 46px); }
.v15-cta-section p { margin: 0; color: rgba(255,255,255,.78); }
.v15-cta-section .container > div:last-child { display: flex; gap: 10px; flex-shrink: 0; }
.v15-cta-section .button.primary { color: var(--v15-wine); background: #fff; }
.v15-cta-section .button.secondary { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }

/* Existing sub-pages refinement */
body:has(main[data-current-group="organization"]),
body:has(main[data-current-group="services"]),
body:has(main[data-current-group="community"]),
body:has(main[data-current-group="contact"]),
body:has(main[data-current-group="admission"]) { background: #fff; }
.sub-hero { background: linear-gradient(120deg, #fbf6f0, #f4e8e9) !important; }
.sub-hero h1 { font-family: "Noto Serif KR", serif; color: #352c31; }
.sub-hero-badge { background: linear-gradient(145deg, var(--v15-wine), #a75a6d) !important; }
.content-card,
.managed-content-card,
.managed-meal-card { border-color: var(--v15-line) !important; border-radius: var(--v15-radius) !important; box-shadow: var(--v15-shadow-soft) !important; }
.button.primary { background: linear-gradient(135deg, var(--v15-wine-dark), var(--v15-wine)) !important; }
.button.secondary { border-color: #cabbb2 !important; }

/* Admin */
.admin-hero { background: linear-gradient(120deg, #f8f1ec, #f3e6e9) !important; }
.admin-box { border-color: var(--v15-line) !important; border-radius: var(--v15-radius) !important; box-shadow: var(--v15-shadow-soft) !important; }
.admin-special-tabs { flex-wrap: wrap; }
.admin-special-tabs button.active { background: var(--v15-wine) !important; border-color: var(--v15-wine) !important; }
.v15-admin-panel-note { margin: 0 0 20px; color: var(--v15-muted); }
.v15-guide-admin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.v15-guide-admin-grid .full { grid-column: 1 / -1; }
.v15-faq-admin-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.v15-admin-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v15-admin-image-manager { padding: 14px; border: 1px solid var(--v15-line); border-radius: 16px; background: var(--v15-cream); }
.v15-admin-image-manager img { width: 100%; height: 150px; object-fit: cover; border-radius: 11px; background: #e9e3df; }
.v15-admin-image-manager strong { display: block; margin: 10px 0 7px; }
.v15-admin-image-manager label { display: block; }
.v15-admin-image-manager input { width: 100%; }
.v15-admin-image-actions { display: flex; gap: 8px; margin-top: 8px; }
.v15-admin-image-actions button { min-height: 38px; padding: 8px 11px; font-size: 12px; }
.v15-upload-hint { margin: 12px 0 0; color: #998e92; font-size: 12px; }

/* Footer / mobile */
.v15-footer { background: #30272c !important; }
.v15-footer a:hover { color: var(--v15-gold-soft); }
.mobile-action-bar { display: none; }

/* Responsive */
@media (max-width: 1180px) {
  .v15-header .nav-single { width: 100%; padding: 14px 10px; border-bottom: 1px solid var(--v15-line); }
  .v15-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .v15-hero { padding-top: 65px; }
  .v15-hero-copy { max-width: 800px; }
  .v15-hero-slider { min-height: 520px !important; }
  .v15-contact-ribbon { right: 24px; bottom: -22px; }
  .v15-difference-grid { grid-template-columns: repeat(2, 1fr); }
  .v15-program-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .v15-guide-layout, .v15-faq-layout, .v15-document-layout { grid-template-columns: 1fr; }
  .v15-faq-layout { gap: 20px; }
  .v15-service-intro { grid-template-columns: 1fr; gap: 30px; }
  .v15-process-grid { grid-template-columns: repeat(3, 1fr); }
  .v15-process-grid li:not(:last-child)::after { display: none; }
  .v15-service-card-grid.six { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 78px; }
  .v15-section { padding: 80px 0; }
  .v15-shortcut-grid, .v15-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .v15-shortcut-card.featured { grid-column: 1 / -1; }
  .v15-facility-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .v15-facility-card:nth-child(1), .v15-facility-card:nth-child(6) { grid-column: span 1; }
  .v15-news-grid, .v15-location-card { grid-template-columns: 1fr; }
  .v15-map-preview { min-height: 300px; }
  .v15-sub-hero { padding: 82px 0 65px; }
  .v15-anchor-nav { top: 70px; overflow-x: auto; }
  .v15-anchor-nav .container { width: max-content; min-width: 100%; justify-content: flex-start; padding-inline: 20px; }
  .v15-schedule-row { grid-template-columns: 105px 160px 1fr; }
  .v15-admin-image-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .v15-section { padding: 68px 0; }
  .v15-section-heading.split { align-items: flex-start; flex-direction: column; gap: 10px; }
  .v15-section-heading h2 { font-size: 34px; }
  .v15-hero { min-height: auto; padding: 48px 0 70px; }
  .v15-hero .hero-animated-text { min-height: 150px; font-size: 38px; }
  .v15-hero #hero-animated-text .hero-animation-line:first-child,
  .v15-hero #hero-animated-text .hero-typing-line:first-child { font-size: .55em; }
  .v15-hero-description { font-size: 15px; }
  .v15-hero-actions { align-items: stretch; flex-direction: column; }
  .v15-hero-actions .button { width: 100%; }
  .v15-hero-actions .v15-inline-link { text-align: center; }
  .v15-hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .v15-hero-points a { min-width: 0; align-items: flex-start; flex-direction: column; gap: 2px; padding: 10px; }
  .v15-hero-slider { min-height: 360px !important; }
  .v15-contact-ribbon { position: relative; right: auto; bottom: auto; min-width: 0; margin: -8px 12px 0; }
  .v15-shortcuts { margin-top: 0; padding-top: 28px; }
  .v15-shortcut-grid, .v15-stat-grid, .v15-difference-grid, .v15-program-preview-grid, .v15-service-card-grid.six { grid-template-columns: 1fr; }
  .v15-shortcut-card.featured { grid-column: auto; }
  .v15-facility-preview-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .v15-facility-card, .v15-facility-card img { min-height: 150px; }
  .v15-guide-layout { gap: 24px; }
  .v15-document-card { padding: 25px; }
  .v15-faq-item button { grid-template-columns: 27px 1fr 23px; padding: 16px; }
  .v15-faq-answer { padding: 0 48px 18px; }
  .v15-location-copy { padding: 31px 24px; }
  .v15-location-links { flex-direction: column; }
  .v15-sub-hero-inner { align-items: flex-start; flex-direction: column; }
  .v15-sub-hero-badge { min-width: 110px; min-height: 110px; font-size: 19px; }
  .v15-check-list, .v15-document-list ul { grid-template-columns: 1fr; }
  .v15-process-grid { grid-template-columns: 1fr; }
  .v15-process-grid li { min-height: 0; display: grid; grid-template-columns: 55px 1fr; align-items: center; text-align: left; }
  .v15-process-grid li::before { margin: 0; }
  .v15-schedule-row { grid-template-columns: 88px 1fr; }
  .v15-schedule-row span { grid-column: 1 / -1; padding-top: 0; }
  .v15-cta-section .container { align-items: flex-start; flex-direction: column; }
  .v15-cta-section .container > div:last-child { width: 100%; flex-direction: column; }
  .v15-admin-image-grid, .v15-guide-admin-grid, .v15-faq-admin-fields { grid-template-columns: 1fr; }
  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 9px;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 40px rgba(54,35,42,.22);
    backdrop-filter: blur(15px);
  }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 13px 6px; color: #52464c; border-left: 1px solid var(--v15-line); font-size: 12px; font-weight: 800; }
  .mobile-action-bar a:first-child { color: #fff; border-left: 0; background: var(--v15-wine); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Life photo slider */
.v15-life-section { background: linear-gradient(135deg, #34292f 0%, #4c353f 58%, #72513e 100%); color: #fff; overflow: hidden; }
.v15-life-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 56px; align-items: center; }
.v15-life-copy .v15-section-heading span { color: var(--v15-gold-soft); }
.v15-life-copy .v15-section-heading h2 { color: #fff; }
.v15-life-copy .v15-section-heading p { color: rgba(255,255,255,.68); }
.v15-life-copy .v15-inline-link { color: var(--v15-gold-soft); }
.v15-life-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 28px; }
.v15-life-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; }
.v15-life-slider { position: relative; min-height: 500px; overflow: hidden; border-radius: 34px 34px 100px 34px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.v15-life-slider .program-life-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.v15-life-slider .program-life-slide.active { opacity: 1; }
.v15-life-slider img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1000px) { .v15-life-layout { grid-template-columns: 1fr; } .v15-life-slider { min-height: 480px; } }
@media (max-width: 680px) { .v15-life-slider { min-height: 340px; border-radius: 24px 24px 60px 24px; } }

/* Managed content admin enhancements */
.managed-publish-toggle { display: flex !important; align-items: center; gap: 9px; padding: 13px 15px; border: 1px solid var(--v15-line); border-radius: 13px; background: var(--v15-cream); font-weight: 800; }
.managed-publish-toggle input { width: 18px !important; height: 18px; margin: 0; }
.managed-image-preview-wrap { margin: -4px 0 15px; }
.managed-image-preview-wrap img { width: 100%; max-width: 420px; height: 220px; object-fit: cover; border-radius: 15px; border: 1px solid var(--v15-line); background: #eee7e2; }
.v15-managed-admin-row { gap: 16px; }
.v15-managed-admin-row small.is-hidden { color: #b54d5f; }
.v15-managed-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.v15-managed-actions .button { min-height: 38px; padding: 7px 11px; font-size: 12px; }
.v15-managed-actions .button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.v15-admin-empty { margin: 0; padding: 24px; color: #91868b; border: 1px dashed var(--v15-line); border-radius: 14px; text-align: center; }
.v15-facility-card { border: 0; padding: 0; text-align: left; font: inherit; }

/* Institution status refinement */
.status-table-wrap { overflow-x: auto; border: 1px solid var(--v15-line) !important; border-radius: var(--v15-radius) !important; box-shadow: var(--v15-shadow-soft); }
.status-table th { color: #5a4d53; background: var(--v15-cream-2) !important; }
.status-table td { background: #fff; }
.status-table tr[hidden] { display: none; }
.admin-privacy-notice { margin-top: 22px; padding: 15px 18px; color: #6f5d45; border: 1px solid #ead9b9; border-radius: 14px; background: #fff8e9; font-size: 14px; font-weight: 700; }

/* Desktop header fit for the expanded navigation */
@media (min-width: 1181px) {
  .v15-header > .container.header-inner {
    width: min(calc(100% - 52px), 1500px);
  }
  .v15-header .header-inner {
    min-height: 88px;
    display: grid;
    grid-template-columns: minmax(285px, 355px) minmax(0, 1fr);
    column-gap: 24px;
  }
  .v15-header .main-nav {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
  }
  .v15-header .main-nav > .nav-group,
  .v15-header .main-nav > .nav-single,
  .v15-header .main-nav > .nav-consult { width: auto; flex: 0 0 auto; }
  .v15-header .nav-parent,
  .v15-header .nav-single {
    width: auto;
    min-height: 88px;
    padding-inline: 12px;
    font-size: 15px;
    white-space: nowrap;
  }
  .v15-header .nav-consult {
    width: auto;
    min-height: 48px;
    margin-left: 8px;
    padding: 0 22px;
    font-size: 15px;
    white-space: nowrap;
  }
  .v15-header .brand-text strong { font-size: 22px; }
  .v15-header .brand-mark { width: 58px; height: 58px; }
}
@media (min-width: 1181px) and (max-width: 1320px) {
  .v15-header .header-inner { grid-template-columns: minmax(250px, 300px) minmax(0,1fr); column-gap: 10px; }
  .v15-header .brand-text strong { font-size: 19px; }
  .v15-header .brand-text small { font-size: 10px; }
  .v15-header .nav-parent, .v15-header .nav-single { padding-inline: 8px; font-size: 14px; }
  .v15-header .nav-consult { padding-inline: 16px; }
}


/* ==========================================================
   V16 front-page header, hero, community and social refinements
   ========================================================== */

/* Red Alpha/Omega mark and a more balanced, readable header */
.v15-header .brand-mark {
  border: 1px solid rgba(181, 31, 60, .22) !important;
  color: #b51f3c !important;
  background: linear-gradient(145deg, #fffdfd, #f9ecef) !important;
  box-shadow: 0 10px 25px rgba(181, 31, 60, .12), inset 0 0 0 5px rgba(255,255,255,.72) !important;
}
.v15-header .brand-alpha,
.v15-header .brand-omega {
  color: #b51f3c !important;
  text-shadow: 0 2px 10px rgba(181,31,60,.12);
}
.v15-header .brand-text strong {
  color: #30282d;
  font-family: "Noto Serif KR", serif;
  font-weight: 800;
  letter-spacing: -.055em;
}
.v15-header .brand-text small { font-size: 12px; letter-spacing: .015em; }
.v15-header .nav-parent,
.v15-header .nav-single,
.v15-header .nav-consult { font-weight: 800; letter-spacing: -.025em; }

@media (min-width: 1401px) {
  .v15-header > .container.header-inner { width: min(calc(100% - 48px), 1650px); }
  .v15-header .header-inner {
    grid-template-columns: minmax(370px, 430px) minmax(0, 1fr);
    column-gap: 22px;
  }
  .v15-header .brand-mark { width: 66px; height: 66px; }
  .v15-header .brand-alpha,
  .v15-header .brand-omega { font-size: 22px; }
  .v15-header .brand-text strong { font-size: 25px; }
  .v15-header .brand-text small { font-size: 12px; }
  .v15-header .nav-parent,
  .v15-header .nav-single { padding-inline: 14px; font-size: 16.5px; }
  .v15-header .nav-consult { min-height: 50px; padding-inline: 23px; font-size: 16px; }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .v15-header > .container.header-inner { width: min(calc(100% - 28px), 1380px); }
  .v15-header .header-inner { grid-template-columns: minmax(300px, 335px) minmax(0, 1fr); column-gap: 8px; }
  .v15-header .brand-mark { width: 60px; height: 60px; }
  .v15-header .brand-text strong { font-size: 21px; }
  .v15-header .brand-text small { font-size: 10.5px; }
  .v15-header .nav-parent,
  .v15-header .nav-single { padding-inline: 8px; font-size: 14.5px; }
  .v15-header .nav-consult { margin-left: 5px; padding-inline: 15px; font-size: 14.5px; }
}

/* Explicit red + white animated institution name */
.v15-hero #hero-animated-text .hero-animation-line:last-child {
  align-items: center;
  gap: .12em;
}
.v15-hero #hero-animated-text .hero-animation-line:last-child .hero-animation-word.hero-brand-prefix,
.v15-hero #hero-animated-text .hero-typing-brand-prefix {
  display: inline-block;
  color: #b51f3c !important;
  background: none !important;
  -webkit-text-fill-color: #b51f3c !important;
  text-shadow: 0 7px 22px rgba(181,31,60,.16) !important;
}
.v15-hero #hero-animated-text .hero-animation-line:last-child .hero-animation-word.hero-brand-suffix,
.v15-hero #hero-animated-text .hero-typing-brand-suffix {
  display: inline-block;
  margin-left: .08em;
  padding: .06em .22em .12em;
  color: #fff !important;
  border-radius: .22em;
  background: linear-gradient(135deg, #721d36, #a92f4e) !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 12px 30px rgba(114,29,54,.22);
  text-shadow: 0 1px 5px rgba(52,10,24,.22) !important;
}
.v15-hero #hero-animated-text .hero-typing-line:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .08em;
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
}

/* Consultation card moved to the copy column, no overlap with the hero image */
.v15-contact-ribbon.v16-consult-card {
  position: static;
  width: min(100%, 550px);
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto minmax(150px, 1fr);
  align-items: center;
  gap: 8px 17px;
  margin: 22px 0 0;
  padding: 14px 18px;
  border: 1px solid rgba(135,51,77,.15);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(82,53,52,.08);
  backdrop-filter: blur(12px);
}
.v15-contact-ribbon.v16-consult-card span { grid-column: 1; font-size: 13px; }
.v15-contact-ribbon.v16-consult-card a {
  grid-column: 2;
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 21px;
  white-space: nowrap;
}
.v15-contact-ribbon.v16-consult-card small { grid-column: 3; font-size: 12px; line-height: 1.55; }

/* Direct links to every Community sub-section */
.v16-community-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: -12px 0 28px;
}
.v16-community-link {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--v15-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,244,241,.96));
  box-shadow: 0 12px 30px rgba(82,53,52,.07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.v16-community-link:hover,
.v16-community-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(135,51,77,.28);
  box-shadow: 0 18px 38px rgba(82,53,52,.11);
}
.v16-community-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 12px;
  background: var(--v15-wine);
  font-size: 12px;
  font-weight: 900;
}
.v16-community-copy strong { display: block; color: #362d32; font-size: 16px; }
.v16-community-copy small { display: block; margin-top: 5px; color: #8a7f84; font-size: 12px; line-height: 1.55; }
.v16-community-link b { color: var(--v15-wine); font-size: 20px; }

/* Naver channel section */
.v16-social-section {
  padding: 88px 0;
  background: linear-gradient(130deg, #f4ede8, #faf6f2);
}
.v16-social-section .social-connect-copy h2 {
  color: #342b30;
  font-family: "Noto Serif KR", serif;
  letter-spacing: -.055em;
}
.v16-social-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--v15-wine);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}
.v16-social-section .social-connect-card {
  border-color: var(--v15-line);
  box-shadow: var(--v15-shadow-soft);
}
.v16-social-section .social-connect-card:hover { box-shadow: var(--v15-shadow); }

@media (max-width: 1000px) {
  .v16-community-links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .v15-contact-ribbon.v16-consult-card {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3px;
    margin: 20px 0 0;
  }
  .v15-contact-ribbon.v16-consult-card span,
  .v15-contact-ribbon.v16-consult-card a,
  .v15-contact-ribbon.v16-consult-card small { grid-column: 1; }
  .v15-contact-ribbon.v16-consult-card a { font-size: 22px; }
  .v16-community-links { grid-template-columns: 1fr; }
  .v16-community-link { min-height: 96px; }
  .v15-hero #hero-animated-text .hero-animation-line:last-child .hero-animation-word.hero-brand-suffix,
  .v15-hero #hero-animated-text .hero-typing-brand-suffix { padding-inline: .16em; }
}
