/* SiheungTemplate — independent layout, not a color overlay of Ganghwa */
:root {
  --sh-bg: #eef8ff;
  --sh-ink: #123246;
  --sh-accent: #12a4c4;
  --sh-deep: #0b3a4d;
  --sh-muted: #547289;
  --sh-card: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.theme-siheung {
  margin: 0;
  color: var(--sh-ink);
  background:
    radial-gradient(900px 420px at 80% -10%, #c6efff 0%, transparent 60%),
    linear-gradient(180deg, #d9f3ff 0%, var(--sh-bg) 28%, #f7fcff);
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 100%;
}
.sh-topbar {
  position: sticky; top: 0; z-index: 40;
}
.sh-mark { font-weight: 800; letter-spacing: -.03em; text-decoration: none; color: var(--sh-deep); font-size: 18px; }
.sh-top-actions, .sh-hero-ctas, .sh-final-actions, .sh-float { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.sh-cta-phone, .sh-cta-kakao, .sh-link-phone, .sh-link-kakao {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px;
  border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px;
}
.sh-cta-phone { background: var(--sh-accent); color: #fff; }
.sh-cta-kakao { background: #fff; color: var(--sh-deep); border: 1px solid #b7e6f3; }
.sh-featured {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 10px; justify-content: center;
}
.sh-featured span {
  padding: 6px 12px; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 800;
  border: 1px solid #d7eef6; color: var(--sh-deep);
}
.sh-hero-stage {
  display: grid; grid-template-columns: 1fr;
  justify-items: center; gap: 28px;
  padding: 28px 5vw 48px; text-align: center;
}
.sh-glass-panel {
  max-width: 760px; width: 100%;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 32px;
  padding: 40px 32px;
  box-shadow: 0 24px 50px rgba(18,50,70,.08);
}
.sh-badge { margin: 0; color: var(--sh-accent); font-weight: 800; letter-spacing: .12em; font-size: 12px; text-transform: uppercase; }
.sh-hero-stage h1 { font-size: clamp(36px, 5.6vw, 58px); letter-spacing: -.04em; margin: 10px 0 12px; line-height: 1.12; max-width: 100%; overflow: visible; white-space: normal; word-break: keep-all; overflow-wrap: normal; }
.sh-h1-brand { color: var(--sh-accent); font-weight: 700; }
.sh-hero-sub { font-size: 20px; margin: 0 0 10px; }
.sh-hero-desc { color: var(--sh-muted); margin: 0 0 18px; }
.sh-hero-frame { width: min(920px, 100%); }
.sh-hero-photo, .sh-hero-frame .visual-fallback { width: 100%; border-radius: 28px; min-height: 0; object-fit: cover; display: block; }
.sh-hero-ctas { justify-content: center; }
.sh-block-head { margin-bottom: 20px; }
.sh-kicker { margin: 0 0 6px; color: var(--sh-accent); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.sh-usecase-photos, .sh-intro-band, .sh-area-timeline, .sh-course-pills, .sh-faq-split { padding: 8px 5vw 48px; }
.sh-usecase-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.sh-usecase-card { background: var(--sh-card); border-radius: 22px; overflow: hidden; box-shadow: 0 12px 30px rgba(18,50,70,.06); }
.sh-usecase-img, .sh-usecase-card .visual-fallback { width: 100%; height: 168px; object-fit: cover; display: block; }
.sh-usecase-copy { padding: 16px; }
.sh-intro-band { max-width: 880px; }
.sh-timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.sh-timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-left: 2px solid #c5e8f4; margin-left: 18px; padding-left: 18px; position: relative; }
.sh-time-dot {
  position: absolute; left: -13px; top: 22px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--sh-accent); color: #fff; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.sh-time-photo, .sh-time-body .visual-fallback { width: min(420px, 100%); border-radius: 16px; margin-top: 10px; object-fit: cover; min-height: 140px; display: block; }
.sh-pill-wrap { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.sh-pill { border: 0; background: #fff; border-radius: 999px; padding: 10px 18px; font-weight: 800; color: var(--sh-deep); }
.sh-pill-note { width: 100%; color: var(--sh-muted); margin: 0 0 8px; font-size: 14px; }
.sh-faq-split { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
.sh-faq-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sh-faq-card { background: #fff; border-radius: 16px; padding: 16px 18px; }
.sh-faq-card h3 { margin: 0 0 8px; font-size: 16px; }
.sh-final-bar {
  margin: 12px 5vw 32px; padding: 32px 36px; border-radius: 24px;
  background:
    radial-gradient(520px 180px at 92% 0%, rgba(18,164,196,.55), transparent 62%),
    linear-gradient(160deg, #0b1c33, #12324a);
  color: #fff;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
  box-shadow: 0 18px 40px rgba(11,28,51,.28);
}
.sh-faq-card { padding: 0; overflow: hidden; }
.sh-faq-card summary {
  list-style: none; cursor: pointer; display: flex; gap: 10px; align-items: flex-start;
  padding: 16px 18px; font-weight: 800;
}
.sh-faq-card summary::-webkit-details-marker { display: none; }
.sh-faq-no { color: var(--sh-accent); font-size: 12px; letter-spacing: .08em; margin-top: 4px; }
.sh-faq-card p { padding: 0 18px 16px; margin: 0; color: var(--sh-muted); }
.sh-faq-card[open] { box-shadow: 0 12px 24px rgba(16,35,58,.08); }
.sh-course-pill-item { display: grid; gap: 6px; min-width: 220px; flex: 1 1 240px; }
.sh-pill { display: inline-flex; }
.sh-final-bar h2, .sh-final-bar p { color: #fff; margin: 0 0 6px; }
.sh-foot { display: block; color: var(--sh-muted); }
.sh-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 30;
  background: #fff; padding: 8px; border-radius: 999px; box-shadow: 0 10px 30px rgba(18,50,70,.16);
}
.visual-fallback { position: relative; overflow: hidden; background: linear-gradient(135deg, #c9ecf6, #f3fbff); min-height: 160px; }
.visual-fallback .orb { position: absolute; border-radius: 50%; }
.orb-a { width: 140px; height: 140px; right: 8%; top: 10%; background: rgba(255,255,255,.6); }
.orb-b { width: 80px; height: 80px; left: 12%; bottom: 12%; background: rgba(18,164,196,.25); }
.orb-c { width: 36px; height: 36px; left: 46%; top: 36%; background: #fff; }
.visual-label { position: absolute; left: 16px; bottom: 12px; font-weight: 700; font-size: 13px; }
.sh-topbar { min-height: 72px; }
.sh-mark em { font-style: normal; color: var(--sh-accent); font-size: 12px; margin-left: 6px; }
.sh-menu { display: flex; align-items: center; gap: 2px; font-size: 14px; font-weight: 700; }
.sh-menu > a { color: var(--sh-deep); text-decoration: none; padding: 8px 10px; }
.sh-menu-btn, .sh-phone-mini, .sh-nav-cta { display: none; }
.sh-cta-phone, .sh-cta-kakao { gap: 6px; font-weight: 800; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.sh-cta-phone { background: #12a4c4; color: #fff; box-shadow: 0 10px 18px rgba(18,164,196,.32); }
.sh-cta-kakao { background: #fee500; color: #191600; border: 0; box-shadow: 0 8px 16px rgba(254,229,0,.3); }
.sh-cta-phone:hover, .sh-cta-kakao:hover { transform: translateY(-2px); }
.sh-hero-ctas .sh-cta-phone, .sh-hero-ctas .sh-cta-kakao,
.sh-final-actions .sh-cta-phone, .sh-final-actions .sh-cta-kakao {
  min-height: 52px; padding: 0 22px; font-size: 16px; border-radius: 16px;
}
.cta-ico { display: inline-flex; }
.sh-hero-stage {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch; justify-items: stretch; text-align: left; gap: 32px;
  max-width: 1360px; width: calc(100% - 48px); margin: 0 auto; padding: 20px 0 40px;
}
.sh-glass-panel { max-width: none; padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
.sh-hero-ctas { justify-content: flex-start; }
.sh-h1-brand { display: block; font-size: .42em; margin-top: 6px; }
.sh-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 16px 0; text-align: left; }
.sh-facts li { background: rgba(255,255,255,.9); border-radius: 14px; padding: 14px 16px; }
.sh-facts strong { display: block; font-size: 16px; }
.sh-featured { justify-content: flex-start; }
.sh-hero-frame {
  width: 100%; height: auto; max-height: min(calc(100vh - 120px), 820px);
  position: relative; overflow: hidden; border-radius: 28px;
  box-shadow: 0 24px 40px rgba(18,50,70,.16);
  aspect-ratio: 2 / 3; align-self: center;
}
.sh-hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; max-height: none;
  object-fit: cover; object-position: center 20%; display: block;
}
.sh-intro-band { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(220px,.65fr); gap: 22px; max-width: 1360px; margin-left: auto; margin-right: auto; }
.sh-side-panel { background: #fff; border-radius: 18px; padding: 18px; }
.sh-usecase-visual { padding: 16px 16px 0; }
.sh-howto ol { list-style: none; padding: 0; display: grid; gap: 10px; }
.sh-howto li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; background: #fff; padding: 14px; border-radius: 16px; }
.sh-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; background: #fff; border: 1px solid #d7eef6; }
.sh-price { border-right: 1px solid #d7eef6; }
.sh-price:last-child { border-right: 0; }
.sh-price-head { display: flex; justify-content: space-between; padding: 14px 16px; background: var(--sh-deep); color: #fff; }
.sh-price table { width: 100%; border-collapse: collapse; }
.sh-price td { padding: 10px 16px; border-top: 1px solid #d7eef6; }
.sh-price td:last-child { text-align: right; font-weight: 800; color: var(--sh-accent); }
.sh-foot { display: block; }
.site-foot-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.site-foot-nav a { text-decoration: none; color: inherit; font-weight: 700; }
#service, #courses, #areas, #guide, #faq { scroll-margin-top: 84px; }
@media (max-width: 1023px) {
  .sh-menu-btn, .sh-phone-mini { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 12px; border-radius: 999px; font-weight: 800; }
  .sh-phone-mini { background: #12a4c4; color: #fff; text-decoration: none; }
  .sh-menu-btn { border: 1px solid #b7e6f3; background: #fff; }
  .sh-top-actions { display: none; }
  .sh-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: #fff; padding: 8px 5vw 16px;
  }
  .sh-menu.is-open { display: flex; }
  .sh-nav-cta { display: flex; margin-top: 10px; gap: 8px; }
}
@media (min-width: 901px) {
  .sh-hero-stage { grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr); }
  .sh-hero-stage h1 { font-size: clamp(52px, 3.6vw, 68px); }
  .sh-hero-sub { font-size: 22px; }
  .sh-hero-desc { font-size: 17px; line-height: 1.75; color: var(--sh-muted); }
  .sh-menu { font-size: 15px; }
  .sh-cta-phone, .sh-cta-kakao { min-height: 44px; }
  .sh-hero-ctas .sh-cta-phone, .sh-hero-ctas .sh-cta-kakao,
  .sh-final-actions .sh-cta-phone, .sh-final-actions .sh-cta-kakao {
    min-height: 54px; padding: 0 26px; font-size: 16px; font-weight: 800;
  }
  .sh-usecase-photos, .sh-course-pills, .sh-faq-split, .sh-howto {
    max-width: 1360px; margin-left: auto; margin-right: auto; width: 100%;
  }
  .sh-howto ol { grid-template-columns: 1fr 1fr; }
  .sh-howto li { padding: 18px 20px; }
  .sh-pill { font-size: 20px; padding: 14px 22px; }
  .sh-course-pill-item { padding: 18px 20px; background: #fff; border-radius: 20px; }
  .sh-pill-note { font-size: 16px; }
  .sh-faq-card summary { font-size: 17px; min-height: 52px; padding: 18px 20px; align-items: center; }
  .sh-faq-card p { font-size: 16px; line-height: 1.75; }
  .sh-article p { font-size: 17px; line-height: 1.8; }
  .sh-final-bar { max-width: 1360px; margin: 24px auto 40px; padding: 40px 44px; }
}
@media (max-width: 900px) {
  .sh-usecase-row, .sh-faq-split, .sh-faq-cards, .sh-final-bar, .sh-hero-stage, .sh-intro-band, .sh-price-grid, .sh-howto ol { grid-template-columns: 1fr; }
  .sh-glass-panel { padding: 28px 18px; max-width: none; }
  .sh-hero-copy, .sh-glass-panel { order: 1; }
  .sh-hero-frame { order: 2; position: relative; height: auto; max-height: min(56vh, 460px); aspect-ratio: 3 / 4; overflow: hidden; }
  .sh-hero-photo { position: absolute; inset: 0; height: 100%; min-height: 0; max-height: none; object-fit: cover; object-position: center 18%; }
  .sh-featured { justify-content: flex-start; }
  .sh-hero-ctas { flex-direction: column; }
  .sh-hero-ctas a { width: 100%; justify-content: center; min-height: 46px; }
}

/* Siheung premium — Navy / Cyan Urban */
.sh-topbar {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 72px;
  padding: 0;
  background: linear-gradient(180deg, rgba(201,236,255,.5), rgba(238,248,255,.32));
  backdrop-filter: blur(18px) saturate(1.12);
  border-bottom: 1px solid rgba(18,164,196,.18);
  box-shadow: 0 8px 20px rgba(11,58,77,.06), inset 0 1px 0 rgba(255,255,255,.72);
  position: sticky;
  top: 0;
  z-index: 40;
}
.sh-header-inner {
  max-width: 1280px;
  margin-inline: auto;
  width: calc(100% - 48px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.sh-brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex: 0 0 auto;
  min-width: min-content;
  flex-wrap: nowrap;
  text-decoration: none;
  color: var(--sh-deep);
}
.sh-brand-name { font-size: 19px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.sh-brand-dot { color: rgba(11,58,77,.35); font-weight: 700; }
.sh-brand-service { font-size: 15px; font-weight: 700; color: var(--sh-accent); white-space: nowrap; }
.sh-menu {
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 6px 8px;
  margin-left: 0;
  font-size: 15px;
}
.sh-menu > a:hover { color: var(--sh-accent); }
.sh-top-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; flex: 0 0 auto; }
@media (min-width: 1024px) {
  .sh-menu { display: flex; }
}
@media (max-width: 1023px) {
  .sh-top-actions { display: none; }
}
.sh-top-actions .sh-cta-phone,
.sh-top-actions .sh-cta-kakao,
.sh-nav-cta .sh-cta-phone,
.sh-nav-cta .sh-cta-kakao {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  gap: 8px;
}
.cta-ico { display: inline-flex; align-items: center; }
.sh-glass-panel {
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(18,164,196,.28);
  box-shadow: 0 24px 48px rgba(11,58,77,.14), inset 0 1px 0 #fff, 0 0 0 1px rgba(18,164,196,.08);
}
.sh-cta-phone {
  background: linear-gradient(180deg, #1ac0e0, #0f7fa0);
  color: #fff; min-height: 56px; padding: 0 24px; font-weight: 800;
  box-shadow: 0 12px 22px rgba(18,164,196,.34), inset 0 1px 0 rgba(255,255,255,.3);
}
.sh-cta-kakao {
  background: linear-gradient(180deg, #ffe75a, #fee500);
  color: #191600; min-height: 56px; padding: 0 24px; font-weight: 800; border: 0;
  box-shadow: 0 10px 20px rgba(254,229,0,.36), inset 0 1px 0 rgba(255,255,255,.55);
}
.sh-cta-phone:hover, .sh-cta-kakao:hover { transform: translateY(-2px); }
.sh-hero-ctas .sh-cta-phone:hover, .sh-top-actions .sh-cta-phone:hover,
.sh-final-actions .sh-cta-phone:hover, .sh-nav-cta .sh-cta-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(18,164,196,.46), inset 0 1px 0 rgba(255,255,255,.3);
}
.sh-hero-ctas .sh-cta-kakao:hover, .sh-top-actions .sh-cta-kakao:hover,
.sh-final-actions .sh-cta-kakao:hover, .sh-nav-cta .sh-cta-kakao:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(254,229,0,.5), inset 0 1px 0 rgba(255,255,255,.55);
}
.sh-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 0 0 20px; text-align: left; }
.sh-fact {
  padding: 10px 12px; border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(18,164,196,.18);
  border-top: 3px solid #12a4c4;
  box-shadow: 0 8px 16px rgba(11,58,77,.08), inset 0 1px 0 #fff;
  transition: transform .18s ease;
}
.sh-fact .iso { width: 32px; height: 32px; display: block; margin-bottom: 4px; }
.sh-fact em { display: block; font-size: 11px; letter-spacing: .14em; color: #12a4c4; font-style: normal; font-weight: 800; }
.sh-fact strong { display: block; font-size: 15px; color: #0b3a4d; }
.sh-fact span { color: var(--sh-muted); font-size: 13px; }
.sh-fact:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(11,58,77,.14), inset 0 1px 0 #fff, 0 0 22px rgba(18,164,196,.18);
  border-color: rgba(18,164,196,.38);
}
.sh-usecase-photos, .sh-course-pills, .sh-faq-split, .sh-howto, .sh-intro-band, .sh-final-bar {
  max-width: 1360px; margin-left: auto; margin-right: auto; width: calc(100% - 48px);
}
.sh-course-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; align-items: start; }
.sh-course-card {
  position: relative; overflow: hidden; border-radius: 22px;
  background: #fff; border: 1px solid rgba(18,164,196,.22);
  box-shadow: 0 16px 32px rgba(11,58,77,.12);
}
.sh-course-card.is-featured { transform: translateY(-10px); box-shadow: 0 22px 40px rgba(18,164,196,.22), 0 0 0 1px rgba(18,164,196,.35); }
.sh-course-head { display: flex; gap: 10px; align-items: center; padding: 16px 18px; background: linear-gradient(90deg, #0b3a4d, #12324a); color: #fff; }
.sh-course-head h3 { margin: 0; color: #fff; }
.sh-course-eye { display: block; font-size: 11px; letter-spacing: .12em; color: #9be7ff; font-weight: 800; }
.sh-course-badge { position: absolute; top: 12px; right: 12px; z-index: 2; padding: 4px 10px; border-radius: 999px; background: #12a4c4; color: #fff; font-size: 12px; font-weight: 800; }
.sh-course-lead { margin: 12px 18px 0; color: var(--sh-muted); font-size: 13px; }
.sh-course-card table { width: 100%; border-collapse: collapse; }
.sh-course-card td { padding: 12px 18px; border-top: 1px solid #e4f3f8; font-variant-numeric: tabular-nums; }
.sh-course-card td:last-child { text-align: right; font-weight: 800; color: #12a4c4; }
.sh-course-card td b { font-weight: 800; }
.sh-course-card td small { font-size: 11px; margin-left: 2px; opacity: .8; }
.sh-howto ol { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px 16px; list-style: none; padding: 18px 0 0; }
.sh-howto li, .sh-step {
  display: flex; flex-direction: column; gap: 8px;
  position: relative; padding: 36px 18px 20px; border-radius: 20px; background: #fff;
  border: 1px solid rgba(18,164,196,.2);
  box-shadow: 0 14px 28px rgba(11,58,77,.1), inset 0 1px 0 #fff;
}
.sh-step-badge {
  position: absolute; top: -14px; left: 18px;
  width: 42px; height: 42px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #12324a, #0b3a4d); color: #9be7ff; font-style: normal; font-weight: 800;
  box-shadow: 0 8px 16px rgba(11,58,77,.28), inset 0 1px 0 rgba(155,231,255,.25);
}
.sh-step-ico { width: 48px; height: 48px; }
.sh-howto li strong { display: block; font-size: 16px; }
.sh-howto li p { margin: 0; color: var(--sh-muted); font-size: 14px; }
.sh-faq-card {
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(18,164,196,.18);
  box-shadow: 0 12px 24px rgba(11,58,77,.08);
}
.sh-faq-card summary { min-height: 56px; padding: 16px 18px; font-weight: 800; display: flex; gap: 10px; align-items: center; cursor: pointer; }
.sh-faq-qtext { flex: 1; }
.sh-faq-plus { margin-left: auto; color: #12a4c4; font-weight: 800; }
.sh-faq-card[open] { box-shadow: inset 0 8px 16px rgba(11,58,77,.05), 0 12px 24px rgba(11,58,77,.08); }
.sh-faq-card[open] .sh-faq-plus { transform: rotate(45deg); }
.sh-usecase-card {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(18,164,196,.2);
  box-shadow: 0 16px 32px rgba(11,58,77,.1), inset 0 1px 0 #fff;
}
.sh-faq-card[open] p {
  margin: 0 12px 14px; padding: 12px 14px; border-radius: 14px;
  background: #f4fbfd;
}
.sh-side-panel, .sh-summary-card {
  position: relative; overflow: hidden;
  background: rgba(255,255,255,.8); backdrop-filter: blur(14px);
  border-radius: 22px; padding: 22px; border: 1px solid rgba(18,164,196,.22);
  box-shadow: 0 16px 32px rgba(11,58,77,.1), inset 0 1px 0 #fff;
}
.sh-summary-orb {
  position: absolute; right: -20px; top: -24px;
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(18,164,196,.35), transparent 70%);
  pointer-events: none;
}
.sh-summary-rows { list-style: none; padding: 0; margin: 12px 0 0; }
.sh-summary-rows li {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0; border-top: 1px solid #e4f3f8; font-weight: 700;
}
.sh-summary-rows li:first-child { border-top: 0; }
.sh-summary-rows .iso { width: 40px; height: 40px; }
.sh-final-bar {
  display: grid; grid-template-columns: 1.4fr auto; gap: 18px; align-items: center;
  background: linear-gradient(145deg, #071422, #0b3a4d 48%, #12324a);
  border-radius: 32px; padding: 40px 44px; color: #fff;
  box-shadow: 0 24px 48px rgba(7,20,34,.35), 0 0 32px rgba(18,164,196,.22);
}
.sh-final-bar h2, .sh-final-bar p { color: #fff; }
.sh-cta-deco { display: flex; gap: 8px; align-items: center; }
.sh-cta-deco .iso { width: 52px; height: 52px; }
.sh-orb { width: 70px; height: 70px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #9be7ff, rgba(18,164,196,.1)); opacity: .55; }
.sh-foot {
  display: block;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #0b1c33, #10263f);
  color: #c7e7f3;
  box-shadow: none;
  border-top: 1px solid rgba(155,231,255,.18);
}
.sh-foot-inner {
  max-width: 1280px;
  margin-inline: auto;
  width: calc(100% - 48px);
  min-height: 180px;
  padding: 36px 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 28px;
  align-items: start;
}
.sh-foot-name { margin: 0; font-size: 20px; font-weight: 800; color: #fff; white-space: nowrap; }
.sh-foot-service { margin: 4px 0 12px; font-size: 15px; font-weight: 700; color: #9be7ff; }
.sh-foot-meta { margin: 0 0 4px; font-size: 14px; color: #c7e7f3; }
.sh-foot-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.sh-foot-heading { margin: 0; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #9be7ff; }
.sh-foot-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.sh-foot-nav a { text-decoration: none; color: #e8f7fc; font-size: 14px; font-weight: 700; }
.sh-foot a { color: #e8f7fc; }
.sh-foot-col h3 { margin: 0 0 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #9be7ff; }

@keyframes sh-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes sh-slide {
  from { opacity: 0; transform: translateX(22px); }
  to { opacity: 1; transform: none; }
}
.sh-glass-panel { animation: sh-rise .72s cubic-bezier(.22,.7,.28,1) both; }
.sh-hero-frame { animation: sh-slide .78s cubic-bezier(.22,.7,.28,1) both; }
.sh-fact { animation: sh-rise .62s cubic-bezier(.22,.7,.28,1) both; }
.sh-fact:nth-child(1) { animation-delay: .08s; }
.sh-fact:nth-child(2) { animation-delay: .18s; }
.sh-fact:nth-child(3) { animation-delay: .28s; }
.sh-fact:nth-child(4) { animation-delay: .38s; }
.sh-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.22,.7,.28,1), transform .7s cubic-bezier(.22,.7,.28,1);
}
.sh-reveal.is-in { opacity: 1; transform: none; }
.sh-featured span {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(18,164,196,.22);
  box-shadow: inset 0 1px 0 #fff, 0 6px 12px rgba(18,164,196,.08);
}
@media (prefers-reduced-motion: reduce) {
  .sh-glass-panel, .sh-hero-frame, .sh-fact, .sh-reveal {
    animation: none !important; opacity: 1; transform: none;
  }
}
@media (max-width: 1023px) {
  .sh-header-inner { width: calc(100% - 48px); padding-inline: 0; flex-wrap: nowrap; }
  .sh-brand { flex: 1 1 auto; flex-direction: column; align-items: flex-start; gap: 2px; white-space: normal; }
  .sh-brand-dot { display: none; }
  .sh-brand-name { font-size: 17px; }
  .sh-brand-service { font-size: 13px; }
}
@media (max-width: 900px) {
  .sh-howto ol, .sh-course-grid, .sh-facts, .sh-final-bar, .sh-foot-inner { grid-template-columns: 1fr; }
  .sh-course-card.is-featured { transform: none; }
  .sh-cta-deco { display: none; }
}

/* MASTER LOCK — HEADER / HERO text / FOOTER layout. Do not redesign. */
@media (min-width: 901px) {
  .sh-hero-stage {
    display: flex !important;
    max-width: 1280px !important;
    width: calc(100% - 48px) !important;
    padding-inline: 0 !important;
    box-sizing: border-box;
    margin: 0 auto !important;
    justify-content: flex-start !important;
    align-items: center;
    gap: 48px !important;
    grid-template-columns: none !important;
  }
  .sh-glass-panel {
    flex: 1 1 auto !important;
    max-width: 640px !important;
    min-width: 0;
    padding: 32px 36px;
    text-align: left;
  }
  .sh-hero-frame {
    flex: 0 0 auto !important;
    width: min(420px, 40%) !important;
    max-width: 420px !important;
  }
}
.sh-badge { margin: 0 0 12px; }
.sh-hero-stage h1 { margin: 0 0 8px; }
.sh-hero-brand {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sh-accent);
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.sh-hero-sub { margin: 0 0 14px; }
.sh-featured { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.sh-hero-desc { margin: 0 0 22px; }
.sh-glass-panel > * { text-align: left; }
.sh-hero-sub { margin: 0 0 14px; }
.sh-featured { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.sh-hero-desc { margin: 0 0 22px; }

html { scroll-behavior: smooth; }
.la-guide {
  --la-accent: #f55768;
  --la-ink: #2a2220;
  --la-muted: #7a6a66;
  --la-line: #f0dcd6;
  --la-card: #ffffff;
  --la-soft: #fff7f4;
  --la-chip: #ffffff;
  --la-tint-2: #fff9f7;
  --la-tint-3: #fff5f2;
  padding: 8px 0 48px;
  width: calc(100% - 48px);
  overflow-x: hidden;
  color: var(--la-ink);
}
.la-guide--bucheon {
  --la-accent: #f55768;
  --la-ink: #2a2220;
  --la-muted: #7a6a66;
  --la-line: #f0dcd6;
  --la-soft: #fff4f1;
  --la-tint-2: #fff9f7;
  --la-tint-3: #fff5f2;
}
.la-guide--yeongjong {
  --la-accent: #2a9b8f;
  --la-ink: #16324a;
  --la-muted: #5b7383;
  --la-line: #cfe4df;
  --la-soft: #eef8f6;
  --la-card: rgba(255,255,255,.82);
  --la-chip: rgba(255,255,255,.9);
  --la-tint-2: #f4fbf9;
  --la-tint-3: #eef6fb;
}
.la-guide--siheung {
  --la-accent: #1b6b8a;
  --la-ink: #10233a;
  --la-muted: #5d6f7e;
  --la-line: #d5e0e6;
  --la-soft: #eef3f6;
  --la-tint-2: #f7fafb;
  --la-tint-3: #eef4f7;
}
.la-guide--ganghwa {
  --la-accent: #f55768;
  --la-ink: #2a2220;
  --la-muted: #7a6a66;
  --la-line: rgba(245, 87, 104, .18);
  --la-soft: #fff4f2;
  --la-tint-2: #fff9f7;
  --la-tint-3: #fff5f2;
}
.la-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: 16px 24px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto 22px;
  padding: 22px 24px;
  min-height: 0;
  border: 1px solid var(--la-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, var(--la-soft));
  box-shadow: 0 10px 24px rgba(20, 16, 24, .05);
}
.la-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--la-accent);
}
.la-summary-copy h2,
.la-summary h2 {
  margin: 0 0 6px;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -.03em;
  line-height: 1.25;
}
.la-summary-line { margin: 0 0 10px; color: var(--la-muted); font-size: 16px; }
.la-jump { margin: 0; }
.la-guide { max-width: 1360px; margin-left: auto; margin-right: auto; }
.la-stats {
  display: flex;
  gap: 18px;
  align-items: stretch;
}
.la-stats p {
  margin: 0;
  min-width: 84px;
  text-align: center;
}
.la-stats strong {
  display: block;
  font-size: 28px;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.la-stats span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--la-muted);
}
.la-jump-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: var(--la-muted);
}
.la-jump-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.la-jump-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--la-line);
  background: var(--la-chip);
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 0 var(--la-soft);
}
.la-jump-chip:hover { border-color: var(--la-accent); }
.la-district {
  margin: 0 0 28px;
  scroll-margin-top: 84px;
}
.la-district-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--la-line);
}
.la-district-head h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -.03em;
}
.la-district-head p {
  margin: 0;
  color: var(--la-muted);
  font-size: 13px;
  font-weight: 700;
}
.container .la-guide,
.section .la-guide,
.bc-magazine .la-guide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.la-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  grid-auto-rows: min-content;
}
.la-grid[data-count="1"],
.la-grid[data-count="2"],
.la-grid[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.la-card {
  position: relative;
  align-self: start;
  height: auto;
  padding: 22px 22px 20px;
  border: 1px solid var(--la-line);
  border-radius: 20px;
  background: var(--la-card);
  box-shadow: 0 12px 22px rgba(20, 16, 24, .05);
  overflow: hidden;
}
.la-card--2 { background: linear-gradient(180deg, var(--la-card), var(--la-tint-2)); }
.la-card--3 { background: linear-gradient(180deg, var(--la-card), var(--la-tint-3)); }
.la-card-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  opacity: .9;
}
.la-card-icon .iso { width: 46px; height: 46px; }
.la-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--la-accent);
}
.la-card-title {
  margin: 0 48px 8px 0;
  font-size: 22px;
  letter-spacing: -.03em;
  line-height: 1.3;
}
.la-card-desc {
  margin: 0 0 12px;
  color: var(--la-muted);
  font-size: 15px;
  line-height: 1.65;
}
.la-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.la-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--la-line);
  background: var(--la-chip);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
}
.la-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: 16px 24px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto 28px;
  padding: 24px 26px;
  min-height: 0;
  border-radius: 28px;
}
.la-district-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
}
.la-district-eye {
  margin: 0;
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 800;
}
.la-stat {
  position: relative;
  overflow: hidden;
  min-width: 108px;
  padding: 14px 14px 12px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--la-line);
  box-shadow: 0 12px 24px rgba(20,16,24,.08), inset 0 1px 0 #fff;
}
.la-stat::after {
  content: "";
  position: absolute;
  right: -12px;
  top: -14px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--la-accent) 40%, white), transparent 72%);
  pointer-events: none;
}
.la-stat .iso { width: 40px; height: 40px; margin: 0 auto 4px; position: relative; z-index: 1; }
.la-stat strong, .la-stat span { position: relative; z-index: 1; }
.la-card {
  position: relative;
  align-self: start;
  height: auto;
  padding: 22px 22px 20px;
  border-radius: 26px;
  overflow: hidden;
}
.la-card:hover { transform: translateY(-3px); }
.la-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 4px 10px rgba(20,16,24,.05);
}
.la-guide--bucheon .la-summary,
.la-guide--bucheon .la-card {
  background: linear-gradient(180deg, #fff, #fff4f1);
  border: 1px solid rgba(245,87,104,.16);
  box-shadow: 0 18px 36px rgba(245,87,104,.12), inset 0 1px 0 #fff;
}
.la-guide--bucheon .la-district-head {
  background: linear-gradient(180deg, #fff, #ffe8e4);
  box-shadow: 0 8px 18px rgba(245,87,104,.12);
  color: #f55768;
}
.la-guide--bucheon .la-stat { background: #fff5f2; box-shadow: inset 0 1px 0 #fff; }
.la-guide--bucheon .la-chip { background: #fff7f4; border: 1px solid rgba(245,87,104,.18); }
.la-guide--yeongjong .la-summary,
.la-guide--yeongjong .la-card {
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(124,196,255,.4);
  border-radius: 26px;
  box-shadow: 0 16px 34px rgba(47,125,225,.12), inset 0 1px 0 #fff;
}
.la-guide--yeongjong .la-district-head {
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(42,155,143,.3);
  color: #2a9b8f;
}
.la-guide--yeongjong .la-stat { background: rgba(255,255,255,.7); }
.la-guide--yeongjong .la-chip { background: rgba(255,255,255,.9); border: 1px solid #cfe8ff; }
.la-guide--siheung .la-summary,
.la-guide--siheung .la-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(18,164,196,.2);
  border-top: 3px solid #12a4c4;
  box-shadow: 0 16px 32px rgba(11,58,77,.1);
}
.la-guide--siheung .la-district-head {
  background: #0b3a4d;
  color: #9be7ff;
  border-radius: 14px;
}
.la-guide--siheung .la-district-head h3 { color: #fff; }
.la-guide--siheung .la-stat { background: #f4fbfd; border-top: 2px solid #12a4c4; }
.la-guide--siheung .la-chip { background: #f4fafc; border: 1px solid #cfe4ec; }
.la-guide--ganghwa .la-summary,
.la-guide--ganghwa .la-card {
  background: linear-gradient(180deg, #fff, #fff6f2);
  border: 1px solid rgba(245,87,104,.18);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(245,87,104,.1), inset 0 1px 0 #fff;
}
.la-guide--ganghwa .la-district-head {
  background: #fff4f0;
  border: 1px solid rgba(245,87,104,.2);
  color: #f55768;
  border-radius: 18px;
}
.la-guide--ganghwa .la-stat { background: #fff8f5; }
.la-guide--ganghwa .la-chip { background: #fff8f5; border: 1px solid rgba(245,87,104,.16); }
.la-board {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 22px 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), var(--la-soft));
  border: 1px solid var(--la-line);
  box-shadow: 0 22px 40px rgba(20,16,24,.08), inset 0 1px 0 #fff;
}
.la-board::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--la-accent) 55%, white), rgba(255,255,255,.2), color-mix(in srgb, var(--la-accent) 28%, white));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.la-zones {
  display: grid;
  gap: 12px;
}
.la-zones--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.la-zones--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.la-zones--3, .la-zones-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.la-zones--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.la-zone {
  padding: 12px 12px 10px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--la-soft) 70%, white);
  border: 1px solid var(--la-line);
  box-shadow: 0 8px 16px rgba(20,16,24,.04), inset 0 1px 0 #fff;
  min-height: 0;
}
.la-zone-eye {
  margin: 0 0 4px;
  font-size: 10px;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--la-accent);
}
.la-zone h3 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -.03em;
}
.la-district-block { margin: 0 0 14px; }
.la-district-block:last-child { margin-bottom: 0; }
.la-adjacent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--la-line);
}
.la-adjacent > span {
  font-size: 12px;
  font-weight: 800;
  color: var(--la-muted);
}
.la-guide--compact .la-chip {
  padding: 7px 11px;
  font-size: 13px;
}
.la-guide--compact { padding-bottom: 28px; }
.la-guide--bucheon .la-board,
.la-guide--ganghwa .la-board {
  background: linear-gradient(180deg, #fff, #fff4f1);
  box-shadow: 0 22px 40px rgba(245,87,104,.12), inset 0 1px 0 #fff;
}
.la-guide--yeongjong .la-board {
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(16px);
}
.la-guide--siheung .la-board {
  background: #fff;
  border-top: 3px solid #12a4c4;
}
.iso { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; }
.iso svg { width: 56px !important; height: 56px !important; max-width: 56px; max-height: 56px; display: block; }
.la-chip-sub {
  font-size: 13px;
  font-weight: 650;
  color: var(--la-muted);
  background: transparent;
}
.la-sub-label {
  margin: 12px 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--la-muted);
}
@media (min-width: 1100px) {
  .la-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .la-grid[data-count="1"],
  .la-grid[data-count="2"],
  .la-grid[data-count="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .la-card { min-width: 0; }
}
@media (max-width: 1023px) {
  .la-guide { padding-left: 5vw; padding-right: 5vw; }
  .la-grid,
  .la-grid[data-count="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .la-zones--5, .la-zones--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .la-guide { padding: 8px 5vw 36px; }
  .la-summary { grid-template-columns: 1fr; }
  .la-stats { justify-content: flex-start; }
  .la-grid,
  .la-grid[data-count="4"],
  .la-zones,
  .la-zones--5,
  .la-zones--4,
  .la-zones--3,
  .la-zones-3,
  .la-zones--2 { grid-template-columns: 1fr; }
  .la-card-title { margin-right: 44px; font-size: 18px; }
  .la-jump-chip, .la-chip { min-height: 36px; }
  .la-board { padding: 16px 14px; overflow-x: hidden; }
}

/* Preview-safe constraints: never let icons/SVG fill the viewport when a stylesheet is missing. */
.iso,
.iso svg,
.la-card-icon,
.la-card-icon svg,
.sh-usecase-visual svg,
.yj-sky-visual svg,
.bc-stack-visual svg,
.bc-cta-deco svg,
.yj-cta-deco svg,
.sh-cta-deco svg,
.bc-price-ico svg,
.yj-course-ico svg,
.sh-course-ico svg,
.bc-step-ico svg,
.yj-step-ico svg,
.sh-step-ico svg,
.bc-rail-ico svg,
.la-stat svg,
.gh-life-visual svg {
  max-width: 72px !important;
  max-height: 72px !important;
  width: 48px;
  height: 48px;
}
.iso { display: inline-flex !important; width: 56px; height: 56px; }
.iso svg { display: block; width: 56px !important; height: 56px !important; }
.la-card-icon { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; }
.la-card-icon .iso,
.la-card-icon svg { width: 44px !important; height: 44px !important; max-width: 44px !important; max-height: 44px !important; }
img.sh-hero-photo, img.yj-hero-visual, img.bc-bleed-img {
  max-width: 100%;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Shared HERO H1 Title Fit — all 4 MASTERs. Do not clip long keywords. */

.hero-copy,
.yj-hero-copy-col,
.sh-glass-panel,
#hero .hero-copy,
#hero .hero-content {
  min-width: 0;
  max-width: 100%;
}

.hero-title-fit,
.hero-title-fit .h1-brand {
  max-width: 100%;
  overflow: visible !important;
  white-space: normal !important;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1.12;
  box-sizing: border-box;
}

.hero-title-fit .h1-brand {
  display: block;
}

.yj-hero-split h1.hero-title-fit {
  display: block;
}

/* Bucheon: give the title column more of the hero than the photo. */
@media (min-width: 981px) {
  .hero__grid {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  }
}

/* Siheung desktop: text ~60%, image ~40%. */
@media (min-width: 901px) {
  .sh-hero-stage {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
}

/* Ganghwa left rail: long keywords need more than ~37vw. */
@media (min-width: 901px) {
  #hero .hero-content,
  #hero .hero-content.container,
  .hero-content {
    --hero-rail: clamp(28rem, 52vw, 46rem);
    width: min(100% - 2rem, var(--hero-rail));
    max-width: var(--hero-rail);
  }
}

/* Yeongjong copy can use the remaining row after the 40% photo. */
@media (min-width: 901px) {
  .yj-hero-copy-col {
    max-width: min(760px, 100%) !important;
  }
}

/* Length buckets — short keeps each MASTER's existing large size. */

.hero-copy h1.hero-title-fit--medium {
  font-size: clamp(2.15rem, 5.4vw, 3.85rem);
}
.hero-copy h1.hero-title-fit--long {
  font-size: clamp(1.9rem, 4.7vw, 3.15rem);
}
.hero-copy h1.hero-title-fit--xlong {
  font-size: clamp(1.65rem, 4.1vw, 2.65rem);
}

.yj-hero-split h1.hero-title-fit--medium {
  font-size: clamp(30px, 2.85vw, 48px);
}
.yj-hero-split h1.hero-title-fit--long {
  font-size: clamp(26px, 2.5vw, 40px);
}
.yj-hero-split h1.hero-title-fit--xlong {
  font-size: clamp(22px, 2.2vw, 34px);
}

.sh-hero-stage h1.hero-title-fit--medium {
  font-size: clamp(32px, 4.4vw, 46px);
}
.sh-hero-stage h1.hero-title-fit--long {
  font-size: clamp(28px, 3.8vw, 40px);
}
.sh-hero-stage h1.hero-title-fit--xlong {
  font-size: clamp(24px, 3.3vw, 34px);
}

@media (min-width: 901px) {
  .yj-hero-split h1.hero-title-fit--medium {
    font-size: clamp(36px, 2.7vw, 50px);
  }
  .yj-hero-split h1.hero-title-fit--long {
    font-size: clamp(30px, 2.35vw, 42px);
  }
  .yj-hero-split h1.hero-title-fit--xlong {
    font-size: clamp(26px, 2.1vw, 36px);
  }
  .sh-hero-stage h1.hero-title-fit--medium {
    font-size: clamp(40px, 2.9vw, 52px);
  }
  .sh-hero-stage h1.hero-title-fit--long {
    font-size: clamp(34px, 2.5vw, 44px);
  }
  .sh-hero-stage h1.hero-title-fit--xlong {
    font-size: clamp(28px, 2.2vw, 38px);
  }
}

#hero.hero h1.hero-title-fit--medium,
#hero.hero h1.hero-title-fit--medium .h1-brand {
  font-size: clamp(2rem, 3.1vw, 3rem) !important;
}
#hero.hero h1.hero-title-fit--long,
#hero.hero h1.hero-title-fit--long .h1-brand {
  font-size: clamp(1.75rem, 2.7vw, 2.55rem) !important;
}
#hero.hero h1.hero-title-fit--xlong,
#hero.hero h1.hero-title-fit--xlong .h1-brand {
  font-size: clamp(1.5rem, 2.35vw, 2.2rem) !important;
}

@media (max-width: 900px) {
  .hero-copy h1.hero-title-fit--medium {
    font-size: clamp(1.85rem, 9.5vw, 2.55rem);
  }
  .hero-copy h1.hero-title-fit--long,
  .hero-copy h1.hero-title-fit--xlong {
    font-size: clamp(1.55rem, 8.2vw, 2.2rem);
  }
  .yj-hero-split h1.hero-title-fit--medium,
  .sh-hero-stage h1.hero-title-fit--medium {
    font-size: clamp(1.7rem, 7.4vw, 2.3rem);
  }
  .yj-hero-split h1.hero-title-fit--long,
  .yj-hero-split h1.hero-title-fit--xlong,
  .sh-hero-stage h1.hero-title-fit--long,
  .sh-hero-stage h1.hero-title-fit--xlong {
    font-size: clamp(1.45rem, 6.6vw, 2rem);
  }
  #hero.hero h1.hero-title-fit--medium,
  #hero.hero h1.hero-title-fit--medium .h1-brand,
  #hero.hero h1.hero-title-fit--long,
  #hero.hero h1.hero-title-fit--long .h1-brand,
  #hero.hero h1.hero-title-fit--xlong,
  #hero.hero h1.hero-title-fit--xlong .h1-brand {
    font-size: clamp(1.55rem, 7.2vw, 2.15rem) !important;
  }
}

