@font-face {
  font-family: "HangyeolDisplay";
  src: url("./fonts/hangyeol-display.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HangyeolText";
  src: url("./fonts/hangyeol-text.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "HangyeolExtra";
  src: url("./fonts/hangyeol-extra.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color-scheme: only light;
  --blue: #93c6ff;
  --blue-2: #6fa3dc;
  --yellow: #ffcd4a;
  --navy: #10265f;
  --ink: #101828;
  --white: #fff;
  font-family: "HangyeolText";
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { color: var(--ink); }
a { color: inherit; text-decoration: none; }

.screen {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100svh;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-blue-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.screen > :not(.page-blue-background) {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(1180px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 0 0 auto;
}

.mini-brand { font-size: .75rem; font-weight: 900; letter-spacing: .11em; }
.mini-place { padding: .5rem .8rem; border: 2px solid currentColor; border-radius: 999px; font-size: .76rem; font-weight: 900; }

.outlined-title {
  margin: 0;
  font-family: "HangyeolDisplay";
  color: #fff;
  font-weight: 1000;
  letter-spacing: -.065em;
  line-height: 1.02;
  -webkit-text-stroke: clamp(3px, .24vw, 4.5px) #050505;
  paint-order: stroke fill;
  text-shadow: .07em .1em 0 #629add;
}

.outlined-title .yellow { color: var(--yellow); }
.sparkle { color: white; -webkit-text-stroke: 0; text-shadow: none; font-size: .5em; vertical-align: top; }

.cta-set { display: grid; gap: 12px; }
.cta {
  min-height: 72px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .15s ease;
}
.cta:hover { transform: translateY(-2px); }
.cta-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--ink); color: white; font-size: 1.05rem; font-weight: 1000; }
.cta-icon.image-icon { overflow: hidden; background: #fff; }
.cta-icon.image-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.cta strong, .cta small { display: block; }
.cta strong { font-size: 1rem; }
.cta strong { font-family: "HangyeolExtra"; }
.cta small { margin-top: .18rem; color: #667085; font-size: .867rem; line-height: 1.25; }
.cta-arrow { font-size: 1.2rem; font-weight: 1000; }
.cta.talk .cta-icon, .cta.booking .cta-icon { background: #03c75a; }
.cta.blog .cta-icon { background: var(--blue-2); }
.cta .cta-icon.image-icon { background: #fff; }
.contact-card { grid-template-columns: 46px 1fr; }
.contact-body { min-width: 0; }
.contact-links { display: grid; grid-template-columns: 1fr; gap: 3px; margin-top: 5px; }
.contact-links a { min-width: 0; display: flex; justify-content: space-between; gap: 5px; padding: 2px 5px; border: 1.5px solid var(--ink); border-radius: 7px; background: rgba(255,255,255,.72); font-size: .747rem; font-weight: 900; white-space: nowrap; text-align: center; }
.contact-links em { margin-right: 4px; color: #667085; font-size: inherit; font-style: normal; }

.office-line { font-size: .76rem; font-weight: 700; line-height: 1.55; }
.office-line b { font-size: .95rem; }

/* A — 밝은 파트너스형 */
.concept-a {
  background-color: var(--blue);
}
.concept-a .topbar { display: grid; grid-template-columns: 1fr auto 1fr; border-bottom: 2px solid rgba(16,24,40,.25); }
.concept-a .top-title { white-space: nowrap; text-align: center; font-size: clamp(1.3rem, 2.2vw, 2.25rem); letter-spacing: .5px; -webkit-text-stroke: clamp(3.6px, .28vw, 5.1px) #050505; text-shadow: none; }
.mobile-title-image { display: none; }
.concept-a .mini-place { justify-self: end; }
.a-main {
  width: min(1180px, calc(100% - 40px));
  min-height: 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  flex: 1 1 auto;
  padding: 28px 0;
}
.a-copy { position: relative; }
.a-copy .kicker { margin: 0 0 14px; padding: 9px 12px; border: 1.5px solid var(--ink); border-radius: 10px; background: #fff0b8; font-weight: 1000; line-height: 1.65; box-shadow: 3px 3px 0 rgba(16,24,40,.78); }
.a-copy .kicker, .benefit-grid li { font-family: "HangyeolExtra"; }
.mobile-break { display: none; }
.benefit-grid.mobile-benefits { display: none; }
.concept-a .benefit-grid li { font-size: .74rem; }
.a-proof-hero {
  position: relative;
  width: 100%;
  height: clamp(210px, 30vh, 290px);
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: white;
  box-shadow: 8px 8px 0 var(--ink);
}
.a-proof-hero img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.a-proof-hero::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(4,13,31,.92)); }
.a-proof-hero figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 17px; display: flex; align-items: end; justify-content: space-between; gap: 16px; color: white; text-shadow: 0 2px 4px #000; }
.a-proof-hero figcaption b { font-size: clamp(1.35rem, 2.5vw, 2.25rem); }
.a-proof-hero figcaption span { max-width: 250px; text-align: right; font-size: .783rem; font-weight: 800; line-height: 1.5; }
.a-copy .desc { margin: 30px 0 22px; font-size: clamp(.95rem, 1.4vw, 1.18rem); font-weight: 800; line-height: 1.7; }
.promise { margin: 17px 0 13px; padding: 10px 12px; display: grid; gap: 5px; border: 1.5px solid var(--ink); border-radius: 10px; background: #eaf4ff; box-shadow: 3px 3px 0 rgba(16,24,40,.78); font-family: "HangyeolExtra"; }
.promise strong { margin-bottom: 2px; color: #0f2d52; font-size: 1rem; }
.promise span { font-size: .88rem; line-height: 1.35; }
.promise span::before { content: "- "; }
.a-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.a-tags span { padding: .48rem .72rem; border: 1.5px solid var(--ink); border-radius: 999px; background: rgba(255,255,255,.55); font-size: .72rem; font-weight: 900; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.benefit-grid li {
  min-height: 31px;
  display: flex;
  align-items: center;
  padding: 6px 9px;
  border: 1.5px solid var(--ink);
  border-radius: 9px;
  background: rgba(255,255,255,.7);
  font-size: .66rem;
  font-weight: 900;
  line-height: 1.25;
}
.proof-strip {
  width: min(430px, 78%);
  height: 92px;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 15px;
  background: white;
  box-shadow: 4px 4px 0 var(--ink);
}
.proof-strip img { width: 100%; height: 100%; object-fit: cover; }
.proof-strip figcaption { display: flex; flex-direction: column; justify-content: center; padding: 12px 14px; font-size: .72rem; font-weight: 800; line-height: 1.5; }
.proof-strip figcaption b { font-size: .9rem; }
.concept-a .cta-set { grid-template-columns: 1.08fr .92fr; }
.concept-a .cta { min-height: 110px; grid-template-columns: 50px 1fr auto; }
.concept-a .cta strong { white-space: nowrap; }
.concept-a .contact-card { grid-template-columns: 46px minmax(0, 1fr); padding-left: 12px; padding-right: 12px; }
.concept-a .contact-card .cta-icon { width: 44px; height: 44px; background: var(--yellow); color: var(--ink); }
.concept-a .contact-card .contact-links a { width: 100%; }
.a-map-card {
  height: min(53vh, 480px);
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 17px;
  background: white;
  box-shadow: 5px 5px 0 var(--ink);
}
.a-map-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.a-foot { min-height: 52px; padding: 8px 20px; display: grid; grid-template-columns: repeat(7, auto); align-items: center; justify-content: center; gap: 8px 14px; border-top: 2px solid var(--ink); background: var(--yellow); text-align: center; font-size: .69rem; font-weight: 800; }
.a-foot span { white-space: nowrap; }
.a-foot b { margin-right: 3px; }
.a-foot a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

@media (min-width: 761px) {
  .concept-a .promise strong { font-size: 1.083rem; }
  .concept-a .promise span { font-size: .963rem; }
  .concept-a .desktop-benefits li { font-size: .823rem; }
  .concept-a .a-map-card {
    width: calc(100% + 12px);
    height: min(55vh, 500px);
    margin-top: 8px;
    margin-left: -6px;
  }
}

/* B — 다크 히어로형 */
.concept-b {
  color: white;
  background: #10265f;
  position: relative;
}
.concept-b::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(3,14,41,.97), rgba(16,38,95,.85) 48%, rgba(56,107,164,.72)),
    url("./assets/proof-room.jpg") center / cover no-repeat;
}
.concept-b .screen, .concept-b .concept-nav { position: relative; z-index: 1; }
.concept-b .topbar { border-bottom: 1px solid rgba(255,255,255,.22); }
.b-main { min-height: 0; flex: 1 1 auto; display: grid; grid-template-rows: 1fr auto; }
.b-hero { display: grid; place-items: center; text-align: center; padding: 18px 20px; }
.b-brand-logo { width: 118px; height: 92px; margin: 0 auto 8px; display: block; object-fit: contain; filter: drop-shadow(4px 5px 0 rgba(0,0,0,.55)); }
.concept-b .outlined-title { font-size: clamp(2.8rem, 5.4vw, 5.3rem); }
.b-hero p { margin: 20px 0 0; font-size: clamp(.88rem, 1.4vw, 1.08rem); font-weight: 800; letter-spacing: .05em; }
.b-hero p::before, .b-hero p::after { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 14px .28em; background: rgba(255,255,255,.7); }
.b-panel { width: min(1060px, calc(100% - 32px)); margin: 0 auto 20px; padding: 18px; border: 2px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.concept-b .cta-set { grid-template-columns: repeat(4, 1fr); }
.concept-b .benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 11px; gap: 5px; }
.concept-b .benefit-grid li { min-height: 28px; justify-content: center; padding: 5px 6px; border-color: rgba(255,255,255,.65); background: rgba(4,18,49,.48); color: white; text-align: center; font-size: .58rem; }
.concept-b .cta { min-height: 94px; grid-template-columns: 42px 1fr; color: var(--ink); box-shadow: 4px 4px 0 var(--blue); }
.concept-b .cta-arrow { display: none; }
.b-contact { margin: 15px 4px 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 800; }
.b-foot { padding: 8px 20px 12px; text-align: center; color: rgba(255,255,255,.65); font-size: .65rem; }

/* C — 상담 전환 집중형 */
.concept-c { background: #f6f2e9; }
.concept-c .topbar { width: 100%; padding: 0 max(20px, calc((100% - 1180px) / 2)); background: var(--yellow); border-bottom: 3px solid var(--ink); }
.c-main {
  width: min(1180px, calc(100% - 40px));
  min-height: 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: stretch;
  gap: 22px;
  flex: 1 1 auto;
  padding: 24px 0;
}
.c-message, .c-action { border: 3px solid var(--ink); border-radius: 28px; box-shadow: 8px 8px 0 var(--ink); }
.c-message { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(26px, 5vw, 64px); background: var(--blue); overflow: hidden; }
.c-message::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(147,198,255,.86),rgba(147,198,255,.9)), url("./assets/map-guide.png") center / cover no-repeat; }
.c-message::after { content: "H"; position: absolute; right: -18px; bottom: -70px; color: rgba(255,255,255,.22); font-size: 18rem; font-weight: 1000; line-height: 1; }
.concept-c .outlined-title { position: relative; z-index: 1; font-size: clamp(3rem, 5.6vw, 5.6rem); }
.c-message p { position: relative; z-index: 1; margin: 28px 0 0; max-width: 32rem; font-weight: 800; line-height: 1.75; }
.c-message .benefit-grid { position: relative; z-index: 1; }
.c-message .benefit-grid li { background: rgba(255,255,255,.73); }
.c-action { display: flex; flex-direction: column; justify-content: center; padding: clamp(20px, 3vw, 38px); background: white; }
.c-action h2 { margin: 0 0 6px; font-size: clamp(1.4rem, 2.3vw, 2.2rem); letter-spacing: -.05em; }
.c-action > p { margin: 0 0 18px; color: #667085; font-size: .78rem; }
.concept-c .cta-set { grid-template-columns: 1fr 1fr; }
.concept-c .cta { min-height: 88px; }
.concept-c .cta.phone { grid-column: 1 / -1; background: var(--yellow); }
.concept-c .cta.blog { grid-column: 1 / -1; min-height: 70px; }
.c-action .office-line { margin: 16px 3px 0; }
.map-preview {
  min-height: 80px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: #eef7ff;
}
.map-preview img { width: 112px; height: 80px; object-fit: cover; object-position: center 20%; border-right: 2px solid var(--ink); }
.map-preview strong, .map-preview small { display: block; }
.map-preview small { margin-top: 4px; color: #667085; font-size: .67rem; }
.map-preview > b { padding-right: 14px; }

.concept-nav {
  position: fixed;
  z-index: 10;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 6px;
}
.concept-nav a { width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: white; color: var(--ink); font-size: .72rem; font-weight: 1000; box-shadow: 2px 2px 0 var(--ink); }
.concept-nav a[aria-current="page"] { background: var(--yellow); }

@media (max-width: 760px) {
  html, body { height: auto; min-height: 100%; overflow-x: hidden; overflow-y: auto; }
  .screen { height: auto; min-height: 100svh; overflow: visible; }
  .topbar { width: calc(100% - 24px); min-height: 58px; }
  .mini-brand { font-size: .64rem; }
  .mini-place { padding: .4rem .6rem; font-size: .66rem; }
  .cta { min-height: 64px; grid-template-columns: 38px 1fr auto; padding: 9px 10px; border-radius: 13px; }
  .cta-icon { width: 38px; height: 38px; border-radius: 10px; font-size: .88rem; }
  .cta strong { font-size: .82rem; }
  .concept-a .cta small { display: block; font-size: .78rem; line-height: 1.25; }

  .a-main { width: calc(100% - 24px); display: flex; flex-direction: column; align-items: stretch; gap: 22px; padding: 14px 0; }
  .a-side { width: 100%; order: 1; }
  .a-copy { width: 100%; order: 2; }
  .mobile-break { display: initial; }
  .desktop-benefits { display: none; }
  .benefit-grid.mobile-benefits { display: grid; margin: 14px 0 0; }
  .concept-a .topbar { grid-template-columns: 1fr auto 1fr; }
  .concept-a .mini-brand { visibility: hidden; width: 0; }
  .concept-a .top-title {
    grid-column: 2;
    line-height: 1;
    -webkit-text-stroke: 0;
  }
  .concept-a .top-title .title-text { display: none; }
  .concept-a .top-title .mobile-title-image { width: clamp(168px, 52.7vw, 228px); height: auto; display: block; }
  .concept-a .mini-place { grid-column: 3; font-size: 0; padding: .38rem .5rem; }
  .concept-a .mini-place::after { content: "위치 ↗"; font-size: .58rem; }
  .a-copy .kicker { margin-bottom: 9px; font-size: .74rem; }
  .a-copy .kicker { padding: 6px 8px; border-radius: 8px; }
  .a-proof-hero { height: 142px; border-radius: 16px; box-shadow: 5px 5px 0 var(--ink); }
  .a-proof-hero figcaption { left: 12px; right: 12px; bottom: 10px; }
  .a-proof-hero figcaption b { font-size: 1.1rem; }
  .a-proof-hero figcaption span { max-width: 165px; font-size: .593rem; }
  .a-copy .desc { margin: 18px 0 13px; font-size: .84rem; line-height: 1.55; }
  .promise { margin: 10px 0 8px; padding: 6px 8px; gap: 3px; border-radius: 8px; }
  .promise strong { font-size: .76rem; }
  .promise span { font-size: .66rem; }
  .a-tags span { font-size: .6rem; padding: .35rem .52rem; }
  .benefit-grid { margin-top: 10px; gap: 4px; }
  .benefit-grid li { min-height: 26px; padding: 4px 5px; border-radius: 7px; font-size: .53rem; }
  .concept-a .benefit-grid li { font-size: .61rem; }
  .proof-strip { width: 100%; height: 67px; margin-top: 10px; grid-template-columns: 98px 1fr; }
  .proof-strip figcaption { padding: 7px 9px; font-size: .59rem; }
  .proof-strip figcaption b { font-size: .73rem; }
  .concept-a .cta-set { gap: 8px; }
  .concept-a .cta { min-height: 82px; grid-template-columns: 38px 1fr auto; column-gap: 7px; padding-left: 8px; padding-right: 8px; }
  .concept-a .contact-card { grid-template-columns: 38px 1fr; }
  .concept-a .contact-card .cta-icon { width: 38px; height: 38px; }
  .contact-links { gap: 2px; margin-top: 3px; }
  .contact-links a { padding: 2px 4px; font-size: .647rem; }
  .a-map-card { height: min(34vh, 265px); margin-top: 10px; border-radius: 13px; }
  .a-foot { min-height: 72px; padding: 6px 42px 6px 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 8px; text-align: left; font-size: .58rem; }

  .b-brand-logo { width: 82px; height: 64px; margin-bottom: 5px; }
  .concept-b .outlined-title { font-size: clamp(2.15rem, 10.5vw, 3.2rem); }
  .b-hero p { margin-top: 14px; font-size: .69rem; }
  .b-hero p::before, .b-hero p::after { width: 12px; margin: 0 7px .25em; }
  .b-panel { margin-bottom: 10px; padding: 10px; border-radius: 17px; }
  .concept-b .cta-set { grid-template-columns: 1fr 1fr; gap: 8px; }
  .concept-b .benefit-grid { grid-template-columns: 1fr 1fr; margin-bottom: 8px; gap: 4px; }
  .concept-b .benefit-grid li { min-height: 23px; font-size: .48rem; }
  .concept-b .cta { min-height: 64px; grid-template-columns: 38px 1fr; }
  .b-contact { display: block; margin-top: 10px; line-height: 1.55; font-size: .61rem; }
  .b-foot { display: none; }

  .concept-c .topbar { min-height: 58px; padding: 0 12px; }
  .c-main { width: calc(100% - 24px); grid-template-columns: 1fr; grid-template-rows: .72fr 1.28fr; gap: 12px; padding: 12px 0 16px; }
  .c-message, .c-action { border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
  .c-message { padding: 18px; }
  .concept-c .outlined-title { font-size: clamp(2.15rem, 10.6vw, 3rem); }
  .c-message p { margin-top: 12px; font-size: .68rem; line-height: 1.45; }
  .c-message .benefit-grid { margin-top: 9px; }
  .c-message::after { font-size: 10rem; bottom: -40px; }
  .c-action { padding: 14px; }
  .c-action h2 { font-size: 1.25rem; }
  .c-action > p { margin-bottom: 10px; font-size: .65rem; }
  .concept-c .cta-set { gap: 7px; }
  .concept-c .cta { min-height: 58px; }
  .concept-c .cta.blog { min-height: 56px; }
  .c-action .office-line { display: none; }
  .map-preview { display: none; }
}

@media (max-height: 680px) {
  .topbar { min-height: 52px; }
  .a-tags, .proof-strip, .a-side .office-line, .b-contact, .c-action .office-line, .map-preview { display: none; }
  .a-proof-hero { height: 112px; }
  .a-map-card { height: 180px; margin-top: 6px; }
  .benefit-grid { gap: 3px; margin-top: 6px; }
  .benefit-grid li { min-height: 21px; padding: 3px 5px; font-size: .47rem; }
  .concept-a .benefit-grid li { font-size: .55rem; }
  .concept-b .benefit-grid { margin-bottom: 5px; }
  .a-copy .desc { margin: 12px 0; }
  .promise { margin: 5px 0 4px; padding: 4px 6px; gap: 2px; }
  .promise strong { font-size: .66rem; }
  .promise span { font-size: .57rem; }
  .concept-a .cta, .concept-b .cta, .concept-c .cta { min-height: 56px; }
  .b-brand-logo { width: 64px; height: 48px; }
  .b-hero p { margin-top: 8px; }
  .c-main { padding-top: 8px; padding-bottom: 12px; }
}
