:root {
  --sky: #b9dff7;
  --coral: #ff6f79;
  --coral-deep: #ff6670;
  --pink: #f8e0e3;
  --steel: #486b84;
  --teal: #95d6d3;
  --white: #ffffff;
  --text: #44647b;
  --shadow: 0 16px 42px rgba(72, 107, 132, 0.12);
  --gallery-max-width: 1240px;
  --gallery-scale: 1;
  --gallery-card-height: 286px;
  --gallery-card-height-wide: 306px;
  --gallery-gap: 0px;
  --gallery-border-width: 5px;
  --gallery-radius: 0px;
  --gallery-padding: 0px;
  --gallery-image-scale: 1;
  --gallery-top-left-span: 6;
  --gallery-top-rest-span: 3;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", "Noto Sans KR", "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.topbar__inner,
.site-nav__inner,
.section-wrap {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.topbar__inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar__note {
  font-size: 0.95rem;
  color: #3f4f5d;
  font-weight: 600;
}

.topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 8px;
  background: #161616;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.site-nav {
  position: sticky;
  top: 66px;
  z-index: 25;
  background: rgba(185, 223, 247, 0.98);
}

.site-nav__inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-nav__group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.brand {
  color: var(--coral);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--coral);
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--steel);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  position: relative;
  z-index: 2;
  color: var(--steel);
  font-size: 0.9rem;
  font-weight: 700;
}

.lang-switch__button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  opacity: 0.68;
  pointer-events: auto;
}

.lang-switch__button.is-active {
  opacity: 1;
  color: var(--coral);
}

.social-rail {
  position: fixed;
  left: 3rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.social-rail--left {
  top: 280px;
}

.social-rail a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.95;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-rail a:hover {
  opacity: 1;
  transform: translateX(2px);
}

.social-rail svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

/* ── Contact social row (mobile-first, shown below desktop) ── */
.contact-social-row {
  display: none; /* Hidden on desktop — sidebar rail is visible */
  flex-direction: row;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}

.contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d0d0d0;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.contact-social-link:focus-visible {
  outline: 2px solid var(--coral, #ff6f79);
  outline-offset: 2px;
}

/* ── Turnstile ── */
.contact-form__turnstile {
  margin: 0.6rem 0 0.8rem;
  min-height: 65px;
}

.chat-fab {
  position: fixed;
  right: 2.8rem;
  bottom: 2rem;
  z-index: 35;
  min-width: 134px;
  height: 62px;
  border: 0;
  border-radius: 22px;
  background: var(--coral);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(255, 111, 121, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-fab:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(255, 111, 121, 0.34);
}

.chat-widget {
  position: fixed;
  right: 2.8rem;
  bottom: 5.9rem;
  z-index: 34;
  width: 350px;
  height: 560px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.chat-widget.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.chat-widget__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.2rem 0.9rem;
  background: #fff;
  color: #444;
}

.chat-widget__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.chat-widget__status {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: #666;
}

.chat-widget__status span:first-child {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5ac83f;
  flex: 0 0 auto;
}

.chat-widget__close {
  border: 0;
  background: transparent;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.chat-widget__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: calc(100% - 150px);
  padding: 1rem 1rem 0.8rem;
  overflow-y: auto;
  background: #efefef;
}

.chat-widget__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: end;
  padding: 0.9rem 1rem 1rem;
  min-height: 88px;
  color: #555;
  font-size: 0.9rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.chat-widget__message {
  max-width: 88%;
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  line-height: 1.45;
  word-break: break-word;
}

.chat-widget__message--system {
  align-self: flex-start;
  background: #ffffff;
  color: #47657a;
}

.chat-widget__message--user {
  align-self: flex-end;
  background: #ff6f79;
  color: #fff;
}

.chat-widget__message a {
  color: inherit;
  text-decoration: underline;
}

.chat-widget__composer {
  display: block;
}

.chat-widget__input {
  display: block;
  width: 100%;
  min-height: 52px;
  max-height: 120px;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(72, 107, 132, 0.16);
  border-radius: 16px;
  background: #f8fafc;
  color: #35546d;
  resize: none;
  pointer-events: auto;
}

.chat-widget__input:focus {
  border-color: rgba(72, 107, 132, 0.35);
}

.chat-widget__send {
  min-width: 86px;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero,
.services,
.story,
.gallery,
.contact,
.map-section {
  position: relative;
}

.hero {
  min-height: calc(100vh - 170px);
  background: var(--sky);
  padding: 11rem 0 8.5rem;
  overflow: hidden;
}

.hero__visual {
  position: absolute;
  inset: 0;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: none;
}

.hero__visual-overlay {
  position: absolute;
  inset: 0;
  background: var(--sky);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding-left: 180px;
}

.hero__description {
  max-width: 560px;
  margin: 1.3rem 0 0;
  color: rgba(68, 100, 123, 0.92);
  font-size: 1.02rem;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.hero__eyebrow {
  margin: 0 0 1.2rem;
  color: rgba(72, 107, 132, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--coral);
  font-size: clamp(4rem, 6.4vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 1.75rem;
  padding: 0.75rem 1.4rem;
  border: 2px solid var(--coral);
  color: var(--coral);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.outline-button:hover {
  background: var(--coral);
  color: #fff;
}

.outline-button--blue {
  border-color: var(--steel);
  color: var(--steel);
}

.outline-button--blue:hover {
  background: var(--steel);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(740px, 100%);
  margin-top: 5.7rem;
}

.stat-item {
  padding-bottom: 1.15rem;
  border-bottom: 3px solid var(--coral);
}

.stat-item__value {
  color: var(--coral);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.stat-item__label {
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero-burst-svg {
  position: absolute;
  right: 20%;
  top: 246px;
  width: 160px;
  height: 160px;
  display: block;
  overflow: visible;
}

.services {
  background: var(--coral);
  color: #fff;
  padding: 6rem 0 7rem;
}

.services h2,
.story h2,
.gallery__heading,
.contact__heading {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5rem 4.5rem;
  margin-top: 4.5rem;
  width: min(920px, 100%);
}

.service-card h3 {
  margin: 0;
  font-size: 1.13rem;
  line-height: 1.14;
  font-weight: 700;
}

.service-card__rule,
.contact-rule {
  width: 44px;
  height: 2px;
  margin: 1rem 0 0.95rem;
  background: currentColor;
}

.service-card p {
  margin: 0;
  max-width: 210px;
  font-size: 0.96rem;
  line-height: 1.35;
}

.story {
  background: var(--pink);
  padding: 6.2rem 0 7rem;
}

.story__grid {
  display: grid;
  grid-template-columns: minmax(0, 600px) 1fr;
  gap: 4rem;
  align-items: center;
}

.story h2 {
  color: var(--steel);
  margin-bottom: 2.7rem;
}

.story p {
  margin: 0 0 1.35rem;
  color: #6b8192;
  font-size: 1rem;
  line-height: 1.55;
  max-width: 640px;
}

.story__intro {
  font-size: 1.16rem;
  font-weight: 700;
  color: var(--steel);
}

.story__principles {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 2.3rem;
  padding: 0;
  list-style: none;
}

.story__principles li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--steel);
  font-size: 0.98rem;
  font-weight: 700;
}

.story__principles li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.story__burst {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-burst-svg {
  width: 290px;
  height: 290px;
  display: block;
  overflow: visible;
  animation: spinReverse 16s linear infinite;
}

.brand-heading {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--coral);
  margin: 0 0 1.8rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(980px, 78%);
  margin: 0 auto 1.6rem;
  padding: 16px;
  background: #f2a3aa;
}

.brand-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.brand-card img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-card span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.brand-card--musinsa {
  grid-column: span 1;
}

.brand-card--standard {
  grid-column: span 1;
}

.brand-card--gangnam {
  grid-column: span 1;
}

.brand-card--baemin {
  grid-column: span 1;
}

.brand-card--samsung {
  grid-column: span 1;
}

.brand-card--skhynix {
  grid-column: span 1;
}

.brand__preview-note {
  text-align: center;
  color: rgba(72, 107, 132, 0.6);
  font-size: 0.7rem;
  margin: 0 0 3rem;
}

.gallery {
  background: #f3d8d7;
  padding: 5rem 0 3rem;
}

.reach {
  background: #f7ece6;
  color: var(--steel);
  padding: 5.6rem 0 6rem;
}

.reach__header {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 700px) minmax(0, 1fr);
  align-items: end;
}

.reach__eyebrow {
  margin: 0 0 1rem;
  color: var(--coral);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.reach__heading {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.reach__description {
  margin: 0;
  max-width: 420px;
  color: #6b8192;
  font-size: 1rem;
  line-height: 1.6;
}

.reach__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.reach-metric,
.reach-card {
  border: 1px solid rgba(72, 107, 132, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(72, 107, 132, 0.08);
}

.reach-metric {
  padding: 1.4rem 1.35rem;
}

.reach-metric strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: var(--coral);
}

.reach-metric span {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.reach__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.reach-card {
  padding: 1.35rem 1.25rem 1.45rem;
}

.reach-card__city {
  margin: 0 0 0.85rem;
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.reach-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.reach-card p:last-child {
  margin: 0.8rem 0 0;
  color: #6b8192;
  font-size: 0.94rem;
  line-height: 1.5;
}

.section-wrap--gallery {
  width: min(1320px, calc(100% - 72px));
}

.gallery__heading {
  margin-bottom: 2.2rem;
  color: var(--coral);
  font-size: clamp(2.55rem, 4.25vw, 3.74rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gallery-gap);
  width: min(980px, 78%);
  margin: 0 auto;
  padding: var(--gallery-padding);
  background: #f2a3aa;
  transform: scale(var(--gallery-scale));
  transform-origin: top center;
}

.gallery-card {
  position: relative;
  min-height: var(--gallery-card-height);
  overflow: hidden;
  border: var(--gallery-border-width) solid #f2a3aa;
  border-radius: var(--gallery-radius);
  grid-column: span 4;
  background: #f2a3aa;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(var(--gallery-image-scale));
  transition: transform 0.45s ease;
}

.gallery-card:hover img {
  transform: scale(calc(var(--gallery-image-scale) + 0.05));
}

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.4rem;
  text-align: center;
  color: #fff;
  background: rgba(130, 122, 118, 0.72);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.gallery-card:hover .gallery-card__overlay {
  opacity: 1;
}

.gallery-card__overlay h3 {
  margin: 0 0 1rem;
  font-size: 2.2rem;
}

.gallery-card__overlay p {
  margin: 0;
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.5;
}

.gallery-card__badge {
  position: absolute;
  left: 1.8rem;
  bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1;
}

.gallery-card--top-left {
  grid-column: span var(--gallery-top-left-span);
}

.gallery-card--top-center,
.gallery-card--top-right {
  grid-column: span var(--gallery-top-rest-span);
}

.gallery-card--bottom-left,
.gallery-card--bottom-center,
.gallery-card--bottom-right {
  grid-column: span 4;
  min-height: var(--gallery-card-height-wide);
}

.gallery-card--top-left img {
  object-position: center 42%;
}

.gallery-card--top-center img {
  object-position: 36% 22%;
}

.gallery-card--top-right img {
  object-position: center 44%;
}

.gallery-card--bottom-left img {
  object-position: center 48%;
}

.gallery-card--bottom-center img {
  object-position: center 50%;
}

.gallery-card--bottom-right img {
  object-position: center 52%;
}

.contact {
  background: var(--steel);
  color: #ffe7e7;
  padding: 5.8rem 0 0;
}

.contact-badges {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
  margin-bottom: 2rem;
  padding-left: 22rem;
  color: rgba(255, 255, 255, 0.66);
}

.contact-badge {
  display: inline-block;
  font-size: 1.2rem;
}

.contact-badge:nth-child(1) { transform: translateY(0); }
.contact-badge:nth-child(2) { transform: translateY(16px); }
.contact-badge:nth-child(3) { transform: translateY(-10px); }
.contact-badge:nth-child(4) { transform: translateY(12px); }
.contact-badge:nth-child(5) { transform: translateY(-6px); }

.contact__heading {
  margin-bottom: 6rem;
}

.contact__body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4.5rem;
}

.contact__info {
  padding-left: 1rem;
}

.contact__intro {
  margin: 0 0 1.3rem;
  color: rgba(255, 231, 231, 0.92);
  font-size: 1rem;
  line-height: 1.6;
}

.contact-trust {
  display: grid;
  gap: 0.9rem;
  margin: 0 0 2.2rem;
  padding: 0;
  list-style: none;
}

.contact-trust li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(255, 231, 231, 0.92);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6fbce9;
}

.contact-block {
  margin-bottom: 4rem;
}

.contact-block h3 {
  margin: 0 0 0.8rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-block p {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.contact-form {
  padding-bottom: 5rem;
}

.contact-form label {
  display: block;
  color: #f6e6e6;
  font-size: 1rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 0.95rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0.15rem 0 0.65rem;
  background: transparent;
  color: #fff;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.phone-field {
  position: relative;
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 1rem;
  align-items: end;
}

.dial-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0.15rem 0 0.65rem;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.dial-flag {
  font-size: 1rem;
}

.dial-code {
  margin-right: auto;
  margin-left: 0.2rem;
}

.dial-arrow {
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}

.dial-trigger.is-open .dial-arrow {
  transform: rotate(180deg);
}

.dial-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 5;
  width: 260px;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(72, 107, 132, 0.96);
  box-shadow: var(--shadow);
}

.dial-search {
  position: sticky;
  top: 0;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(72, 107, 132, 0.98);
  color: #fff;
}

.dial-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 0.95rem 1rem;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.dial-option:hover {
  background: rgba(255, 255, 255, 0.12);
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.9rem;
  margin-bottom: 2rem;
}

.contact-form__message {
  margin-top: 1rem;
}

.submit-button {
  min-width: 188px;
  min-height: 52px;
  margin-top: 1.9rem;
  border: 0;
  background: #6fbce9;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.submit-button:hover {
  filter: brightness(1.05);
}

.contact-form__status {
  min-height: 2.8rem;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.5;
}

.contact-form__actions {
  display: grid;
  gap: 1rem;
  align-items: start;
  margin-top: 1.9rem;
}

.contact-form__status a {
  color: #fff;
  text-decoration: underline;
}

.contact-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form__status.is-submitting {
  opacity: 0.85;
}

.contact-form__status.is-success {
  color: #b9f5c8;
}

.contact-form__status.is-error {
  color: #ffd0d4;
}

.contact-form__status.is-info {
  color: #ffe9a8;
}

.contact-form__status.is-hint {
  color: #fff;
  opacity: 0.85;
}

.submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.map-section {
  height: 520px;
  background: #f4d3d8;
}

.map-shell {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eaf0f4;
  overflow: hidden;
}

.office-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.office-map .leaflet-container {
  width: 100%;
  height: 100%;
  background: #dfe7ee;
  font-family: "Montserrat", "Noto Sans KR", "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

.office-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 450;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(248, 224, 227, 0.12) 0%, rgba(248, 224, 227, 0.04) 100%);
}

.office-map-overlay__label {
  position: absolute;
  color: rgba(72, 107, 132, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.map-card {
  position: relative;
  z-index: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  width: 300px;
  min-height: 276px;
  padding: 1.5rem 1.35rem;
  margin: 2rem 2.4rem 2rem auto;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 38px rgba(60, 72, 88, 0.12);
  border: 1px solid rgba(99, 114, 130, 0.1);
}

.map-card__eyebrow {
  margin: 0;
  color: #5f7688;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-card h3 {
  margin: 0;
  color: #35546d;
  font-size: 1.3rem;
  line-height: 1.08;
}

.map-card p {
  margin: 0;
  color: #5d7488;
  font-size: 0.92rem;
  line-height: 1.5;
}

.map-card__meta {
  font-size: 0.88rem;
  color: #72889b;
}

.map-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 0.35rem;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: #486b84;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.map-card__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.office-map-marker {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffb6a6;
  border: 3px solid #fff;
  box-shadow: 0 0 0 5px rgba(255, 182, 166, 0.24), 0 0 18px rgba(255, 182, 166, 0.65);
  animation: officeMapPulse 1.9s ease-in-out infinite;
}

.office-map-marker.is-hovered {
  transform: scale(1.14);
  box-shadow: 0 0 0 6px rgba(255, 182, 166, 0.28), 0 0 22px rgba(255, 182, 166, 0.78);
}

.office-map-popup .leaflet-popup-content-wrapper {
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 14px 28px rgba(60, 72, 88, 0.16);
}

.office-map-popup .leaflet-popup-content {
  margin: 0;
}

.office-map-popup .leaflet-popup-tip {
  background: #fff;
}

.office-map-popup__body {
  width: 214px;
  padding: 0.9rem 1rem;
  color: #45627a;
}

.office-map-popup__title {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 800;
  color: #35546d;
}

.office-map-popup__meta,
.office-map-popup__coords {
  margin: 0.35rem 0 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: #70879a;
}

.office-map-popup__coords {
  font-family: monospace;
  letter-spacing: 0.02em;
}

.office-map-popup__address {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.office-map .leaflet-control-zoom {
  border: 1px solid rgba(72, 107, 132, 0.14);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(72, 107, 132, 0.12);
}

.office-map .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #45627a;
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(72, 107, 132, 0.1);
}

.office-map .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.84);
  color: #6f8597;
  font-size: 10px;
}

.office-map-overlay__label--district {
  left: 13%;
  top: 21%;
}

.office-map-overlay__label--hq {
  left: 54%;
  top: 49%;
}

.footer {
  background: var(--steel);
  color: #fff;
  text-align: center;
  padding: 1.15rem 1rem 1.4rem;
  font-size: 0.95rem;
}

.footer p {
  margin: 0;
  opacity: 0.9;
}

/* ── Legal company footer ── */
.legal-footer {
  background: #181818;
  color: #b0b0b0;
  padding: 3.2rem 0 2.6rem;
  font-size: 0.88rem;
  line-height: 1.75;
}

.legal-footer__inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.legal-footer__brand {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin-bottom: 1.1rem;
}

.legal-footer__info p {
  margin: 0.1rem 0;
  color: #a0a0a0;
}

.legal-footer__info a {
  color: #c0c0c0;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.legal-footer__info a:hover {
  color: #ffffff;
}

.legal-footer__bottom {
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #808080;
  font-size: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.legal-footer__privacy {
  white-space: nowrap;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes officeMapPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(255, 182, 166, 0.24), 0 0 18px rgba(255, 182, 166, 0.65);
  }
  50% {
    transform: scale(1.18);
    box-shadow: 0 0 0 8px rgba(255, 182, 166, 0.15), 0 0 24px rgba(255, 182, 166, 0.82);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(255, 182, 166, 0.24), 0 0 18px rgba(255, 182, 166, 0.65);
  }
}

@media (max-width: 1180px) {
  .hero__content {
    padding-left: 120px;
  }

  .site-nav__group {
    gap: 1.4rem;
  }

  .nav-links {
    gap: 1rem 1.2rem;
  }

  .services-grid,
  .reach__metrics,
  .reach__grid,
  .contact__body {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .topbar__inner,
  .site-nav__inner,
  .section-wrap,
  .hero__content,
  .section-wrap--gallery {
    width: min(100% - 36px, 1320px);
  }

  .topbar__inner {
    gap: 1rem;
  }

  .topbar__note {
    font-size: 0.86rem;
  }

  .site-nav__inner,
  .story__grid,
  .contact__body {
    grid-template-columns: 1fr;
  }

  .site-nav__inner {
    display: block;
    padding: 1rem 0 1.2rem;
  }

  .site-nav__group {
    display: block;
  }

  .brand {
    display: block;
    margin-bottom: 1rem;
  }

  .nav-links {
    gap: 0.9rem 1.2rem;
    justify-content: flex-start;
  }

  .lang-switch {
    margin-top: 1rem;
  }

  .hero {
    min-height: auto;
    padding: 6.5rem 0 5rem;
  }

  .hero__content {
    padding-left: 0;
  }

  .hero__actions,
  .reach__header {
    grid-template-columns: 1fr;
  }

  .hero-burst-svg {
    position: relative;
    right: auto;
    top: auto;
    margin: 2rem auto 0;
  }

  .hero-stats,
  .services-grid,
  .reach__metrics,
  .reach__grid,
  .contact-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery {
    padding-top: 4.4rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    background: transparent;
    transform: none;
  }

  .gallery-card,
  .gallery-card--top-left,
  .gallery-card--top-center,
  .gallery-card--top-right,
  .gallery-card--bottom-left,
  .gallery-card--bottom-center,
  .gallery-card--bottom-right {
    grid-column: auto;
    min-height: 0;
    border: 0;
    background: #fff;
  }

  .gallery-card img,
  .gallery-card--bottom-left img,
  .gallery-card--bottom-center img,
  .gallery-card--bottom-right img {
    height: auto;
    transform: none;
    object-fit: contain;
    background: #f2a3aa;
  }

  .gallery-card:hover img {
    transform: none;
  }

  .gallery-card__overlay {
    position: static;
    opacity: 1;
    align-items: flex-start;
    text-align: left;
    color: var(--steel);
    background: #fff;
    padding: 1rem 1rem 1.2rem;
  }

  .gallery-card:hover .gallery-card__overlay {
    opacity: 1;
  }

  .gallery-card__overlay h3 {
    font-size: 1.3rem;
    line-height: 1.15;
  }

  .gallery-card__overlay p {
    font-size: 0.95rem;
  }

  .gallery-card__badge {
    display: none;
  }

  .contact-badges {
    padding-left: 0;
    gap: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .social-rail {
    left: 1rem;
    top: auto;
    bottom: 7rem;
  }

  .contact__info {
    padding-left: 0;
  }

  .map-section {
    height: auto;
  }

  .map-card {
    width: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: none;
    backdrop-filter: none;
  }

  .map-shell {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .office-map {
    position: relative;
    min-height: 340px;
  }

  .office-map-overlay {
    bottom: auto;
    height: 340px;
  }
}

@media (max-width: 640px) {
  .topbar__inner {
    min-height: 58px;
  }

  .topbar__cta {
    min-width: 118px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 0.86rem;
  }

  .site-nav {
    top: 58px;
  }

  .site-nav__inner {
    min-height: auto;
  }

  .services,
  .story,
  .contact {
    padding-top: 4.4rem;
  }

  .services-grid,
  .reach__metrics,
  .reach__grid,
  .hero-stats,
  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 94%;
  }

  .brand-card--musinsa {
    grid-column: span 1;
  }

  .brand-card--baemin {
    grid-column: span 1;
  }

  .hero h1,
  .services h2,
  .story h2,
  .reach__heading,
  .gallery__heading,
  .contact__heading {
    overflow-wrap: anywhere;
  }

  .map-section {
    height: auto;
  }

  .map-card {
    width: 100%;
    margin: 0;
  }

  .office-map-overlay__label--district {
    left: 10%;
    top: 18%;
  }

  .office-map-overlay__label--hq {
    left: 58%;
    top: 52%;
  }

  .phone-field {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .dial-menu {
    width: 100%;
  }

  .contact__heading {
    margin-bottom: 3.2rem;
  }

  .chat-widget {
    right: 1rem;
    bottom: 1rem;
    width: calc(100vw - 2rem);
    max-width: 350px;
    height: min(560px, calc(100vh - 2rem));
  }

  .chat-fab {
    right: 1rem;
    bottom: 1rem;
    min-width: 124px;
    height: 54px;
    border-radius: 18px;
  }

  .social-rail {
    display: none;
  }

  .contact-social-row {
    display: flex;
  }

  .chat-widget__footer {
    grid-template-columns: 1fr;
  }

  .chat-widget__send {
    width: 100%;
  }

  .office-map {
    min-height: 300px;
  }

  .office-map-overlay {
    height: 300px;
  }
}

body.chat-open .chat-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

@media (max-width: 980px) {
  .legal-footer {
    padding: 2.6rem 0 2.2rem;
    font-size: 0.84rem;
  }

  .legal-footer__inner {
    width: min(100% - 36px, 1320px);
  }

  .legal-footer__brand {
    font-size: 1.25rem;
  }

  .legal-footer__info p {
    margin: 0.2rem 0;
  }
}

@media (max-width: 640px) {
  .legal-footer {
    padding: 2.2rem 0 2rem;
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .legal-footer__inner {
    width: min(100% - 32px, 1320px);
  }

  .legal-footer__brand {
    font-size: 1.15rem;
    margin-bottom: 0.9rem;
  }

  .legal-footer__info p {
    margin: 0.25rem 0;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .legal-footer__bottom {
    flex-direction: column;
    gap: 0.4rem;
  }
}
