.project-modal[aria-hidden="true"] { display: none; }
.project-modal { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; }
.project-modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); }
.project-modal-card { position: relative; z-index: 1; width: min(1000px, 92vw); max-height: 88vh; background: #fff; border-radius: 16px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; overflow: hidden; }
.project-modal-main { display: grid; place-items: center; background: #0f1522; padding: 16px; }
.project-modal-viewport { width: min(680px, 100%); overflow: hidden; touch-action: pan-y; cursor: grab; }
.project-modal-viewport:active { cursor: grabbing; }
.project-modal-track { display: flex; transition: transform 0.28s ease; will-change: transform; }
.project-modal-slide { min-width: 100%; display: grid; place-items: center; }
.project-modal-slide img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 10px; user-select: none; pointer-events: none; }
.project-modal-side { padding: 14px; overflow: auto; }
.project-modal-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, 0.9); cursor: pointer; font-size: 20px; }
.project-modal-thumbs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.project-modal-thumb { border: 1px solid #dde3ef; border-radius: 8px; padding: 0; cursor: pointer; background: #fff; overflow: hidden; }
.project-modal-thumb img { width: 100%; height: 86px; object-fit: cover; display: block; }
.project-modal-thumb.is-active { border-color: #111722; box-shadow: 0 0 0 2px rgba(17, 23, 34, 0.1) inset; }
.home-popup { position: fixed; inset: 0; z-index: 1500; background: rgba(8, 11, 18, 0.7); display: grid; place-items: center; padding: 20px; }
.home-popup-link img { width: auto; height: auto; border-radius: 12px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35); object-fit: contain; }
.home-popup-close { position: absolute; top: 18px; right: 18px; border: 0; width: 38px; height: 38px; border-radius: 50%; background: #fff; cursor: pointer; font-size: 20px; }
.home-popup-hide { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 0.95rem; display: flex; gap: 8px; align-items: center; }
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

:root {
  --bg: #ffffff;
  --surface: #101115;
  --line: rgba(12, 18, 28, 0.14);
  --line-strong: rgba(12, 18, 28, 0.28);
  --text: #0f141c;
  --muted: #4b5563;
  --accent: #ff4242;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
}

.home-page {
  --mx: 50vw;
  --my: 35vh;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(520px 390px at var(--mx) var(--my), rgba(255, 76, 96, 0.18), transparent 68%),
    radial-gradient(760px 560px at 12% 10%, rgba(105, 132, 255, 0.11), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 254, 0.96));
}

.home-fx {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.fx-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.26;
  animation: fxFloat 16s ease-in-out infinite;
}

.fx-blob-a {
  width: 360px;
  height: 360px;
  top: 10%;
  left: -80px;
  background: radial-gradient(circle, rgba(255, 82, 102, 0.45), rgba(255, 82, 102, 0));
}

.fx-blob-b {
  width: 300px;
  height: 300px;
  right: 2%;
  top: 20%;
  background: radial-gradient(circle, rgba(88, 130, 255, 0.4), rgba(88, 130, 255, 0));
  animation-delay: -5s;
}

.fx-blob-c {
  width: 260px;
  height: 260px;
  left: 44%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(111, 230, 201, 0.35), rgba(111, 230, 201, 0));
  animation-delay: -9s;
}

@keyframes fxFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -22px, 0) scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
  .fx-blob {
    animation: none;
  }
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 22%, rgba(15, 20, 28, 0.09), transparent 42%),
    radial-gradient(circle at 72% 28%, rgba(15, 20, 28, 0.07), transparent 48%),
    radial-gradient(circle at 45% 78%, rgba(15, 20, 28, 0.06), transparent 40%),
    repeating-linear-gradient(
      84deg,
      rgba(15, 20, 28, 0.085) 0px,
      rgba(15, 20, 28, 0.085) 1px,
      transparent 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      10deg,
      rgba(15, 20, 28, 0.06) 0px,
      rgba(15, 20, 28, 0.06) 1px,
      transparent 1px,
      transparent 4px
    ),
    repeating-radial-gradient(
      circle at 20% 20%,
      rgba(15, 20, 28, 0.05) 0px,
      rgba(15, 20, 28, 0.05) 1px,
      transparent 1px,
      transparent 4px
    );
  mix-blend-mode: multiply;
}

.halo {
  position: fixed;
  top: -12rem;
  right: -8rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 66, 66, 0.22), transparent 70%);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(12, 18, 28, 0.08);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  height: 40px;
  width: auto;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

nav a {
  text-decoration: none;
  color: #1a2230;
  font-family: "Space Grotesk", "Inter", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, transform 0.2s ease;
}

nav a:hover {
  color: #f20519;
  transform: translateY(-1px);
}

.nav-lang-wrap {
  position: relative;
  flex-shrink: 0;
  margin-left: 0.25rem;
}

.nav-lang-trigger {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(26, 34, 48, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #1a2230;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-lang-globe {
  display: block;
  pointer-events: none;
}

.nav-lang-trigger:hover,
.nav-lang-wrap:hover .nav-lang-trigger,
.nav-lang-wrap:focus-within .nav-lang-trigger {
  color: #f20519;
  border-color: rgba(242, 5, 25, 0.45);
  box-shadow: 0 4px 14px rgba(242, 5, 25, 0.12);
}

.nav-lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 11.5rem;
  padding: 0.4rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(12, 18, 28, 0.1);
  box-shadow: 0 18px 48px rgba(13, 20, 32, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 50;
  pointer-events: none;
}

.nav-lang-wrap:hover .nav-lang-dropdown,
.nav-lang-wrap:focus-within .nav-lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-lang-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.58rem 0.85rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  font-family: "Space Grotesk", "Inter", "Pretendard Variable", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1a2230;
  cursor: default;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-lang-option:hover {
  background: rgba(242, 5, 25, 0.08);
  color: #c90418;
}

.nav-lang-option:active {
  background: rgba(242, 5, 25, 0.12);
}

.quick-menu {
  position: fixed;
  right: max(0.75rem, env(safe-area-inset-right, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.quick-menu-btn {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(26, 34, 48, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #1a2230;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(13, 20, 32, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.quick-menu-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 5, 25, 0.35);
  color: #f20519;
  box-shadow: 0 12px 32px rgba(242, 5, 25, 0.15);
}

.quick-menu-btn img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  display: block;
}

.quick-menu-top svg {
  display: block;
}

.ghost-btn {
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.85rem;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.hero-stage {
  position: relative;
  height: 270vh;
  margin-top: 0;
}

.hero-pin {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.flow-text {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  opacity: 0.22;
}

.flow-row {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.flow-track {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  gap: 3.2rem;
  padding-right: 3.2rem;
}

.flow-track span {
  white-space: nowrap;
  font-size: clamp(3rem, 11vw, 10.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.flow-row-left .flow-track {
  animation: marquee-left 32s linear infinite;
}

.flow-row-right .flow-track {
  animation: marquee-right 30s linear infinite;
}

.flow-row-left .flow-track span {
  color: rgba(15, 20, 28, 0.34);
}

.flow-row-right .flow-track span {
  color: rgba(242, 5, 25, 0.9);
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.hero {
  width: 100vw;
  height: 100vh;
  margin-left: calc(50% - 50vw);
  transform-origin: center center;
  will-change: transform, opacity;
}

.hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: #0a0b0e;
}

.hero-stage.is-animated .hero {
  transform: scale(var(--hero-scale, 1)) translateY(var(--hero-y, 0px));
  opacity: var(--hero-opacity, 1);
}

.hero-stage.is-animated .hero-media {
  border-radius: calc(24px + var(--hero-radius, 0px));
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)),
    linear-gradient(20deg, rgba(255, 66, 66, 0.22), transparent 42%);
}

.section {
  margin-top: 5.2rem;
  width: min(1240px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.stack-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1rem;
}

.company-stage {
  position: relative;
  /* script.js에서 이미지 개수에 맞게 height(vh) 설정 — 초기값만 */
  min-height: 120vh;
  margin-top: 0.5rem;
}

.company-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
}

.company-section {
  width: 100%;
  max-width: none;
  margin-top: 0.35rem;
}

.company-section .section-head {
  width: min(1240px, 92%);
  margin: 0 auto 0.04rem;
  padding-left: 0.35rem;
  position: relative;
  opacity: var(--company-head-opacity, 1);
  transform: translateY(var(--company-head-shift, 0px));
  will-change: opacity, transform;
}

.company-section.head-sticky .section-head {
  position: sticky;
  top: 74px;
  z-index: 8;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background: transparent;
}

.company-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 0;
  background: transparent;
  width: min(1380px, 96vw);
  min-height: 76vh;
  padding: 0 0 18px;
  box-sizing: border-box;
  display: block;
  margin-top: 0;
}


.company-card::after {
  content: "";
  position: absolute;
  inset: -12% auto -12% -35%;
  width: 28%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 42%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.2) 58%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(1.2px);
  transform: translateX(0) skewX(-12deg);
}

.company-card.wipe-active::after {
  opacity: 1;
  animation: glass-wipe 900ms ease-out forwards;
}

@keyframes glass-wipe {
  0% {
    transform: translateX(0) skewX(-12deg);
    opacity: 0;
  }
  12% {
    opacity: 0.85;
  }
  100% {
    transform: translateX(520%) skewX(-12deg);
    opacity: 0;
  }
}

.company-item {
  width: min(40vw, 520px);
  height: min(31vh, 280px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(38, 12, 18, 0.62), rgba(24, 15, 20, 0.52));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.company-loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: linear-gradient(180deg, rgba(38, 12, 18, 0.56), rgba(26, 16, 20, 0.48));
}

.company-loader-shimmer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.02) 8%, rgba(255, 82, 102, 0.28) 18%, rgba(255, 255, 255, 0.02) 33%);
  background-size: 220% 100%;
  background-position: 100% 0;
}

.company-loader-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  border: 2px solid rgba(255, 66, 66, 0.22);
  border-top-color: rgba(255, 66, 66, 0.98);
  box-shadow: 0 0 12px rgba(255, 66, 66, 0.24);
}

.company-item.is-loading .company-loader {
  opacity: 1;
}

.company-item.is-loading .company-loader-shimmer {
  animation: companyCardShimmer 1.25s linear infinite;
}

.company-item.is-loading .company-loader-spinner {
  animation: companyCardSpin 0.9s linear infinite;
}

.company-item.is-loading .company-image {
  opacity: 0;
}

@keyframes companyCardShimmer {
  from {
    background-position: 100% 0, 0 0;
  }
  to {
    background-position: -120% 0, 0 0;
  }
}

@keyframes companyCardSpin {
  from {
    transform: scale(0.9) rotate(0deg);
  }
  to {
    transform: scale(0.9) rotate(360deg);
  }
}

.company-image {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease, filter 0.28s ease, box-shadow 0.28s ease;
}

.company-item:hover .company-image {
  filter: saturate(1.12) contrast(1.04);
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tile {
  min-height: 185px;
  padding: 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.tile:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
}

.tile-xl {
  grid-row: span 2;
  min-height: 390px;
  background:
    linear-gradient(18deg, rgba(255, 66, 66, 0.2), transparent 45%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.kicker {
  display: inline-block;
  color: #cfd4dc;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.95rem;
}

.tile h3 {
  margin: 0;
  font-size: 1.15rem;
}

.tile p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.tile-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #e9edf2;
  font-size: 0.84rem;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.tile-link:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.tile-photo {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0.72)),
    radial-gradient(circle at 25% 25%, rgba(255, 66, 66, 0.27), transparent 45%),
    #111318;
}

.footer {
  width: 100%;
  margin: 4.2rem 0 0;
  padding: 1.15rem 0 1.1rem;
  border-top: 0;
  color: var(--muted);
  font-size: 0.9rem;
  border-radius: 0;
  background: #121821;
  box-shadow: none;
}

.footer-company {
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(160px, 210px) minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 1rem;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
}

.footer-brand-logo {
  width: min(180px, 100%);
  height: auto;
  display: block;
  opacity: 0.96;
}

.footer-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.2rem 0.3rem;
}

.footer-panel h3 {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: #f0f3f8;
}

.footer-panel p {
  margin: 0.18rem 0;
  line-height: 1.58;
  color: #cfd4de;
}

.footer-contact-strong {
  font-weight: 700;
  color: #ffffff !important;
}

@media (max-width: 1100px) {
  .brand-logo {
    height: 34px;
  }

  .hero-stage {
    height: auto;
  }

  .hero-pin {
    position: relative;
    top: 0;
    height: auto;
  }

  .flow-text {
    display: none;
  }

  .hero {
    width: 100%;
    height: 62vh;
    margin-left: 0;
  }

  .hero-media {
    min-height: 62vh;
    border-radius: 14px;
  }

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

  .company-item {
    width: min(56vw, 540px);
    height: 28vh;
  }

  .company-stage {
    min-height: 100vh;
  }

  .company-section .section-head {
    width: min(1240px, 94%);
  }

  .tile-xl {
    grid-row: auto;
    min-height: 200px;
  }

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

  .footer-company {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    justify-content: flex-start;
  }

  .footer-brand-logo {
    width: min(170px, 48vw);
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 0.95rem 1rem;
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .brand-logo {
    height: 30px;
  }

  .stack-grid,
  .split-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .company-media {
    min-height: 58vh;
    margin-top: 0;
  }

  .company-stage {
    min-height: 90vh;
  }

  .company-pin {
    position: relative;
    top: 0;
    height: auto;
  }

  .company-item {
    width: min(84vw, 480px);
    height: 24vh;
  }

}

.about-wrap {
  width: min(1240px, 92%);
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
  font-family: "Pretendard Variable", "Pretendard", "Inter", "Segoe UI", sans-serif;
}

.about-hero {
  position: relative;
  min-height: min(68vh, 620px);
  border-radius: 24px;
  overflow: hidden;
  margin-top: 1rem;
  border: 1px solid rgba(15, 20, 28, 0.1);
  box-shadow: 0 14px 40px rgba(15, 20, 28, 0.1);
}

.about-hero-image {
  width: 100%;
  height: 100%;
  min-height: min(68vh, 620px);
  object-fit: cover;
  display: block;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.3rem, 3.2vw, 2.4rem);
  background:
    linear-gradient(
      180deg,
      rgba(6, 8, 12, 0.24) 0%,
      rgba(6, 8, 12, 0.52) 46%,
      rgba(6, 8, 12, 0.86) 100%
    );
}

.about-hero-overlay h1,
.about-hero-overlay p {
  color: #f8fbff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.about-kicker {
  color: rgba(255, 130, 141, 0.98);
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  margin: 0;
}

.about-hero h1 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.08;
}

.about-hero p {
  color: rgba(240, 244, 251, 0.88);
  line-height: 1.75;
  margin: 0 0 0.8rem;
  max-width: 70ch;
}

.about-sign {
  color: #ffffff !important;
  margin-top: 1.2rem !important;
}

.about-history {
  margin-top: 2.4rem;
}

.history-intro {
  margin: -0.2rem 0 1.1rem;
  color: #5a6473;
  font-size: 0.96rem;
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.history-block {
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    linear-gradient(180deg, rgba(242, 5, 25, 0.05), transparent 36%);
  padding: 1.25rem 1.15rem 1.05rem;
  box-shadow: 0 8px 30px rgba(13, 21, 34, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.history-block:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 5, 25, 0.28);
  box-shadow: 0 14px 34px rgba(13, 21, 34, 0.1);
}

.history-block h3 {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  letter-spacing: 0.06em;
  color: #f20519;
  font-weight: 700;
  padding: 0.3rem 0.62rem;
  border: 1px solid rgba(242, 5, 25, 0.25);
  border-radius: 999px;
  background: rgba(242, 5, 25, 0.05);
}

.history-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-block li {
  position: relative;
  color: #263244;
  line-height: 1.58;
  margin-bottom: 0.42rem;
  font-size: 0.92rem;
  padding: 0.55rem 0.2rem 0.55rem 1.1rem;
  border-bottom: 1px dashed rgba(15, 20, 28, 0.12);
}

.history-block li:last-child {
  border-bottom: 0;
}

.history-block li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 1.03rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #f20519;
  box-shadow: 0 0 0 3px rgba(242, 5, 25, 0.13);
}

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

.business-wrap {
  width: min(1240px, 92%);
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.business-hero {
  border-radius: 26px;
  padding: clamp(1.3rem, 3.3vw, 2.4rem);
  background:
    linear-gradient(140deg, rgba(238, 29, 47, 0.2), rgba(17, 22, 31, 0.04) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(19, 27, 39, 0.08);
  box-shadow: 0 16px 42px rgba(15, 20, 28, 0.09);
}

.business-kicker {
  margin: 0;
  color: #ef2136;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.business-hero h1 {
  margin: 0.8rem 0 0.95rem;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  line-height: 1.06;
}

.business-hero > p {
  margin: 0;
  color: #4c5868;
  line-height: 1.68;
  max-width: 72ch;
}

.business-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.business-pillars span {
  border: 1px solid rgba(239, 33, 54, 0.26);
  background: rgba(239, 33, 54, 0.06);
  color: #b70f20;
  border-radius: 999px;
  padding: 0.44rem 0.78rem;
  font-size: 0.84rem;
  font-weight: 600;
}

.business-services {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}

.business-service-card {
  border-radius: 22px;
  border: 1px solid rgba(15, 20, 28, 0.11);
  background:
    linear-gradient(178deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.83)),
    linear-gradient(0deg, rgba(239, 33, 54, 0.06), rgba(239, 33, 54, 0));
  box-shadow: 0 12px 32px rgba(13, 20, 32, 0.07);
  padding: clamp(1rem, 2.6vw, 1.5rem);
}

.business-index {
  margin: 0 0 0.5rem;
  color: #ef2136;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.business-service-card h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
}

.business-en {
  margin: 0.45rem 0 0.65rem;
  color: #667486;
  font-size: 0.9rem;
  font-weight: 600;
}

.business-service-card p {
  margin: 0;
  color: #2f3b4d;
  line-height: 1.74;
}

.business-vision {
  margin-top: 1.6rem;
}

.business-vision h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
}

.business-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.business-vision-grid article {
  border: 1px solid rgba(239, 33, 54, 0.2);
  background: linear-gradient(180deg, rgba(239, 33, 54, 0.09), rgba(255, 255, 255, 0.74));
  border-radius: 16px;
  padding: 1.05rem 0.9rem;
}

.business-vision-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.business-facts {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.business-fact-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76));
  padding: 1rem 1rem 0.95rem;
}

.business-fact-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.business-fact-card ul {
  margin: 0.65rem 0 0;
  padding-left: 1rem;
}

.business-fact-card li {
  margin: 0.33rem 0;
  line-height: 1.6;
  color: #324054;
}

@media (max-width: 980px) {
  .business-vision-grid,
  .business-facts {
    grid-template-columns: 1fr;
  }
}

/* Business page (from styles2.css) */
.business-page {
  overflow-x: hidden;
}

.business-wrap {
  width: min(1320px, 92%);
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.business-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: stretch;
  min-height: 610px;
  padding: clamp(1.35rem, 4vw, 3.25rem);
  border-radius: 34px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(239, 33, 54, 0.36), transparent 30rem),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.1), transparent 24rem),
    linear-gradient(135deg, rgba(7, 10, 16, 0.98), rgba(18, 24, 33, 0.94));
  box-shadow: 0 28px 90px rgba(15, 20, 28, 0.18);
}

.business-hero::before {
  content: "";
  position: absolute;
  inset: auto -6rem -10rem auto;
  width: 26rem;
  height: 26rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.business-hero::after {
  content: "JOYPOS PLUS";
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.4rem);
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.business-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--accent);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.business-hero .eyebrow {
  color: #ff6672;
}

.business-hero h1 {
  margin: 0.8rem 0 1.05rem;
  color: #fff;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2.6rem, 6vw, 6.15rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.hero-desc {
  max-width: 720px;
  margin: 0;
  color: rgba(246, 248, 252, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.78;
  word-break: keep-all;
}

.business-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
  margin-top: 1.35rem;
}

.business-pillars span {
  padding: 0.54rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 700;
}

.business-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
  margin: 2rem 0 0;
  max-width: 800px;
}

.business-metrics div {
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.business-metrics dt {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.business-metrics dd {
  margin: 0.25rem 0 0;
  color: rgba(246, 248, 252, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.business-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 460px;
  align-self: stretch;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 32px 82px rgba(0, 0, 0, 0.35);
  background: #151923;
}

.business-hero-visual img,
.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-hero-visual img {
  filter: saturate(1.08) contrast(1.05);
}

.business-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.7)),
    linear-gradient(120deg, rgba(239, 33, 54, 0.22), transparent 54%);
}

.visual-caption {
  position: absolute;
  left: 1.15rem;
  bottom: 1.15rem;
  z-index: 1;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(7, 10, 16, 0.45);
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 700;
}

.business-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  column-gap: clamp(1rem, 4vw, 3rem);
  row-gap: 0.15rem; /* 이 값을 줄이면 두 텍스트 사이가 가까워짐 */
  align-items: end;
  margin-top: clamp(2.4rem, 5vw, 4.8rem);
  padding: 0 clamp(0.1rem, 1vw, 0.5rem);
}

.business-intro h2 {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0.1rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2rem, 4.1vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.064em;
  word-break: keep-all;
}

.business-intro > p:last-child {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
  word-break: keep-all;
}

.business-showcase {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: 2rem;
}

.showcase-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: center;
  padding: clamp(0.9rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74));
  box-shadow: 0 18px 58px rgba(15, 20, 28, 0.08);
}

.showcase-card.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.showcase-card.reverse .showcase-image {
  order: 2;
}

.showcase-image {
  position: relative;
  height: clamp(280px, 34vw, 450px);
  overflow: hidden;
  border-radius: 24px;
  background: #111722;
}

.image-fallback-dark {
  background:
    radial-gradient(circle at 30% 22%, rgba(239, 33, 54, 0.36), transparent 34%),
    linear-gradient(135deg, #121821, #06080c);
}

.image-fallback-red {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.28), transparent 22%),
    linear-gradient(135deg, #f20519, #151923 62%);
}

.image-fallback-light {
  background:
    radial-gradient(circle at 18% 20%, rgba(239, 33, 54, 0.26), transparent 34%),
    linear-gradient(135deg, #edf1f7, #aeb8c7);
}

.showcase-image img {
  transition: transform 0.55s ease, filter 0.55s ease;
}

.showcase-card:hover .showcase-image img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.04);
}

.showcase-copy {
  padding: clamp(0.35rem, 1.8vw, 1.35rem);
}

.showcase-copy h2 {
  margin: 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.72rem, 3.4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
  word-break: keep-all;
}

.business-en {
  margin: 0.62rem 0 0.8rem;
  color: #6a7381;
  font-size: 0.92rem;
  font-weight: 800;
}

.showcase-copy p:not(.business-index):not(.business-en) {
  margin: 0;
  color: #344155;
  line-height: 1.78;
  word-break: keep-all;
}

.keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 1.25rem;
}

.keyword-row span {
  padding: 0.48rem 0.74rem;
  border-radius: 999px;
  color: #fff;
  background: #111722;
  font-size: 0.78rem;
  font-weight: 800;
}

.business-process {
  margin-top: clamp(2.2rem, 5vw, 4.8rem);
  padding: clamp(1.2rem, 3.2vw, 2rem);
  border-radius: 32px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 20%, rgba(239, 33, 54, 0.3), transparent 32rem),
    linear-gradient(135deg, #111722, #080b10);
  box-shadow: 0 24px 70px rgba(15, 20, 28, 0.16);
}

.process-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.15rem;
}

.process-head .section-label {
  color: #ff6672;
}

.process-head h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-align: right;
  word-break: keep-all;
}

.process-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.process-rail::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2.1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}

.process-rail article {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.process-rail span {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.process-rail h3 {
  margin: 1.05rem 0 0.48rem;
  font-size: 1.05rem;
}

.process-rail p {
  margin: 0;
  color: rgba(246, 248, 252, 0.68);
  font-size: 0.88rem;
  line-height: 1.62;
  word-break: keep-all;
}

.business-vision {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 1.2rem;
  align-items: stretch;
  margin-top: clamp(2rem, 5vw, 4.4rem);
}

.business-vision h2 {
  margin: 0.45rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.business-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.business-vision-grid article {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.05rem;
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 20% 20%, rgba(239, 33, 54, 0.16), transparent 40%);
  box-shadow: 0 14px 36px rgba(13, 20, 32, 0.06);
}

.business-vision-grid article::after {
  content: "";
  position: absolute;
  right: -2.6rem;
  bottom: -2.6rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(239, 33, 54, 0.18);
  border-radius: 50%;
}

.business-vision-grid span {
  color: var(--accent);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.business-vision-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111722;
  font-size: clamp(1.05rem, 1.7vw, 1.36rem);
  line-height: 1.32;
  word-break: keep-all;
}

.business-facts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.35rem;
}

.business-fact-card {
  grid-column: span 3;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
  box-shadow: 0 14px 38px rgba(13, 20, 32, 0.055);
}

.business-fact-card.featured-fact {
  grid-column: span 6;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(9, 12, 18, 0.94), rgba(17, 23, 34, 0.86)),
    radial-gradient(circle at 84% 18%, rgba(239, 33, 54, 0.34), transparent 22rem);
}

.featured-fact .section-label {
  color: #ff6672;
}

.business-fact-card h3 {
  margin: 0;
  color: #111722;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.45;
  word-break: keep-all;
}

.featured-fact h3 {
  max-width: 760px;
  margin-top: 0.45rem;
  color: #fff;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.business-fact-card p {
  max-width: 780px;
  margin: 0.85rem 0 0;
  color: rgba(246, 248, 252, 0.72);
  line-height: 1.75;
  word-break: keep-all;
}

.business-fact-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1rem;
}

.business-fact-card li {
  margin: 0.33rem 0;
  color: #324054;
  line-height: 1.68;
  word-break: keep-all;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .business-hero,
  .showcase-card,
  .showcase-card.reverse,
  .business-vision {
    grid-template-columns: 1fr;
  }

  .showcase-card.reverse .showcase-image {
    order: 0;
  }

  .business-metrics,
  .business-vision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-intro,
  .business-intro > p:last-child {
    display: block;
  }

  .business-intro > p:last-child {
    max-width: 760px;
    margin-top: 1rem;
  }

  .process-head {
    display: block;
  }

  .process-head h2 {
    margin-top: 0.5rem;
    text-align: left;
  }

  .process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-rail::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .business-wrap {
    width: min(100% - 1.4rem, 1320px);
    padding-top: 8.9rem;
  }

  .business-hero {
    min-height: auto;
    border-radius: 26px;
  }

  .business-hero h1 {
    font-size: clamp(2.3rem, 13vw, 4.2rem);
  }

  .business-hero-visual {
    min-height: 320px;
    border-radius: 22px;
  }

  .business-metrics,
  .business-vision-grid,
  .process-rail,
  .business-facts {
    grid-template-columns: 1fr;
  }

  .business-fact-card,
  .business-fact-card.featured-fact {
    grid-column: span 1;
  }

  .showcase-card {
    border-radius: 26px;
  }

  .showcase-image {
    height: 280px;
    border-radius: 20px;
  }

  .business-pillars span {
    font-size: 0.76rem;
  }
}


/* ===== Final index restore: Company / Business / Project ===== */
.company-stage {
  position: relative;
  min-height: 120vh;
  margin-top: 0;
}

.company-pin {
  position: sticky;
  top: 132px;
  height: calc(100vh - 132px);
  display: grid;
  place-items: start center;
  padding-top: 0;
}

.company-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 0;
  background: transparent;
  width: min(1380px, 96vw);
  min-height: 74vh;
  padding: 0 0 18px;
  box-sizing: border-box;
  display: block;
  margin-top: 0;
}

.company-strip-head {
  display: block;
  margin-bottom: 0.8rem;
}

.company-mini-label,
.business-mini-label,
.project-mini-label {
  display: inline-block;
  margin-bottom: 0.36rem;
  color: #ff5a2f;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.company-strip-head h2,
.business-strip-head h2,
.project-strip-head h2 {
  margin: 0;
  color: #111722;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1.15;
}

/* Index business compact section */
#business.business-strip {
  margin-top: 2.4rem;
}

.home-page .business-strip,
.home-page .project-strip {
  position: relative;
}

.home-page .business-strip::before,
.home-page .project-strip::before {
  content: "";
  position: absolute;
  inset: -18px -10px auto;
  height: 130px;
  border-radius: 30px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
}

.business-strip-head {
  margin-bottom: 1rem;
}

.business-compact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 0.95rem;
  min-height: 330px;
}

.business-compact-panel::before {
  content: "";
  position: absolute;
  inset: 1rem -0.6rem -0.6rem 4rem;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 66, 66, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(15, 20, 28, 0.05), rgba(15, 20, 28, 0.015));
}

.business-compact-main,
.business-compact-list a {
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.business-compact-main {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  padding: clamp(1.15rem, 2.4vw, 1.7rem);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 66, 66, 0.38), transparent 28%),
    linear-gradient(135deg, #111722, #070a0f);
  box-shadow: 0 20px 58px rgba(15, 20, 28, 0.18);
}

.business-compact-main::before {
  content: "";
  position: absolute;
  right: -4.2rem;
  bottom: -4.4rem;
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.business-compact-main::after {
  content: "BUSINESS";
  position: absolute;
  right: 1rem;
  bottom: -0.25em;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(3.5rem, 7vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.business-card-label {
  position: relative;
  z-index: 1;
  color: #ff7a84;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.business-compact-main h3 {
  position: relative;
  z-index: 1;
  margin: 1.8rem 0 0;
  color: #fff;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2rem, 4.4vw, 4.15rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.business-compact-main p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 1rem 0 1.25rem;
  color: rgba(246, 248, 252, 0.72);
  font-size: 0.94rem;
  line-height: 1.72;
  word-break: keep-all;
}

.business-compact-main strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0.58rem 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.84rem;
}

.business-compact-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 20, 28, 0.24);
}

.business-compact-list {
  display: grid;
  gap: 0.75rem;
}

.business-compact-list a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 100px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 24px;
  color: #111722;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 94% 12%, rgba(255, 66, 66, 0.11), transparent 38%);
  box-shadow: 0 12px 34px rgba(15, 20, 28, 0.06);
}

.business-compact-list a::after {
  content: "↗";
  position: absolute;
  right: 1.05rem;
  top: 1rem;
  color: rgba(15, 20, 28, 0.28);
  font-size: 0.95rem;
}

.business-compact-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 5, 25, 0.28);
  box-shadow: 0 18px 44px rgba(15, 20, 28, 0.1);
}

.business-compact-list span {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  color: #f20519;
  background: rgba(242, 5, 25, 0.07);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
}

.business-compact-list h3 {
  margin: 0;
  padding-right: 2rem;
  color: #111722;
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  line-height: 1.35;
  word-break: keep-all;
}

.business-compact-list p {
  margin: 0.36rem 0 0;
  color: #5a6473;
  font-size: 0.9rem;
  line-height: 1.55;
  word-break: keep-all;
}

/* Index project refined section */
.project-strip {
  margin-top: clamp(4.2rem, 6.5vw, 6rem);
}

.project-strip-head {
  align-items: flex-end;
  margin-bottom: 1rem;
}

.project-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(15, 20, 28, 0.12);
  border-radius: 999px;
  color: #111722;
  background: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.project-more-link:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 5, 25, 0.28);
  background: #fff;
}

.project-strip .project-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.project-strip .project-category-card {
  --lift-delay: calc(var(--i, 0) * 70ms);
  position: relative;
  min-height: 238px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 20, 28, 0.1);
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.05), rgba(7, 10, 16, 0.78)),
    var(--project-bg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 42px rgba(15, 20, 28, 0.1);
  transform: translateY(14px);
  opacity: 0;
  isolation: isolate;
}

.project-strip.reveal.is-visible .project-category-card,
.project-strip:not(.reveal) .project-category-card {
  animation: projectCardIn 0.72s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
  animation-delay: var(--lift-delay);
}

.project-strip .project-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--project-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.7s ease;
}

.project-strip .project-category-card::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -65%;
  z-index: 2;
  width: 42%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transform: translateX(0) skewX(-14deg);
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.35s ease;
}

.project-strip .project-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 24px 64px rgba(15, 20, 28, 0.24);
}

.project-strip .project-category-card:hover::before {
  transform: scale(1.12);
  filter: saturate(1.12) contrast(1.05);
}

.project-strip .project-category-card:hover::after {
  transform: translateX(440%) skewX(-14deg);
  opacity: 1;
}

.project-category-number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(7, 10, 16, 0.3);
  backdrop-filter: blur(10px);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.project-strip .project-category-card:hover .project-category-number {
  color: #fff;
  background: rgba(242, 5, 25, 0.82);
  border-color: rgba(242, 5, 25, 0.2);
}

.project-category-copy {
  position: relative;
  z-index: 1;
}

.project-category-copy p {
  margin: 0 0 0.28rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.project-category-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.32rem, 2.25vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

@keyframes projectCardIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1100px) {
  .business-compact-panel {
    grid-template-columns: 1fr;
  }

  .business-compact-main {
    min-height: 280px;
  }

  .project-strip .project-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .business-strip {
    margin-top: 4.4rem;
  }

  .business-strip-head,
  .project-strip-head {
    display: block;
  }

  .business-compact-panel {
    min-height: auto;
  }

  .business-compact-main {
    min-height: 270px;
    border-radius: 22px;
  }

  .business-compact-main h3 {
    font-size: clamp(2.1rem, 11vw, 3.35rem);
  }

  .business-compact-list a {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0.8rem;
    min-height: 94px;
    padding: 0.95rem;
    border-radius: 20px;
  }

  .business-compact-list span {
    width: 2.55rem;
    height: 2.55rem;
  }

  .business-compact-list a::after {
    display: none;
  }

  .company-pin {
    position: relative;
    top: 0;
    height: auto;
  }

  .company-media {
    min-height: 58vh;
    margin-top: 0;
  }

  .project-more-link {
    margin-top: 0.7rem;
  }

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

  .project-strip .project-category-card {
    min-height: 205px;
  }
}

html {
  scroll-behavior: smooth;
}

#asset,
#promotion,
#shop {
  scroll-margin-top: 170px;
}

.project-category-card {
  transition-delay: 0s !important;
  animation-delay: 0s !important;
}

/* ===== Project cards: image and text fade together ===== */
.project-strip .project-category-card {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 20, 28, 0.1);
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 90, 47, 0.16), transparent 34%),
    linear-gradient(135deg, #111722, #070a0f) !important;
  box-shadow: 0 16px 42px rgba(15, 20, 28, 0.1);
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  animation: none !important;
  transition:
    transform 0.34s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.34s ease,
    border-color 0.34s ease;
  isolation: isolate;
}

.project-strip .project-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.04), rgba(7, 10, 16, 0.82)),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.12), transparent 26%);
  transform: none !important;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.project-strip .project-category-card::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -65%;
  z-index: 2;
  width: 42%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transform: translateX(0) skewX(-14deg);
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.35s ease;
  pointer-events: none;
}

.project-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.065);
  filter: saturate(0.92) contrast(0.98);
  transition:
    opacity 0.58s ease,
    transform 0.82s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.82s ease;
}

.project-category-number,
.project-category-copy {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.46s ease,
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.project-category-card.is-loaded {
  animation: projectSoftIn 0.56s cubic-bezier(0.2, 0.75, 0.25, 1) both !important;
  animation-delay: calc(var(--i, 0) * 55ms) !important;
}

.project-category-card.is-loaded .project-card-image {
  opacity: 1;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03);
}

.project-category-card.is-loaded .project-category-number,
.project-category-card.is-loaded .project-category-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--i, 0) * 35ms + 90ms);
}

.project-strip .project-category-card:hover {
  transform: translateY(-6px) scale(1.01) !important;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 24px 64px rgba(15, 20, 28, 0.24);
}

.project-strip .project-category-card:hover .project-card-image {
  transform: scale(1.105);
  filter: saturate(1.14) contrast(1.06);
}

.project-strip .project-category-card:hover::after {
  transform: translateX(440%) skewX(-14deg);
  opacity: 1;
}

.project-category-card.is-loaded .project-category-number {
  display: inline-grid;
}

@keyframes projectSoftIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* ===== Project section: business-like fade-in + image/text synchronized reveal ===== */
.project-strip.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.project-strip.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.project-strip .project-category-card {
  opacity: 0 !important;
  transform: translateY(18px) scale(0.985) !important;
  animation: none !important;
  transition:
    opacity 0.64s ease,
    transform 0.64s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.34s ease,
    border-color 0.34s ease !important;
}

.project-strip .project-category-card .project-card-image,
.project-strip .project-category-card .project-category-number,
.project-strip .project-category-card .project-category-copy {
  opacity: 0;
}

.project-strip.is-visible .project-category-card.is-loaded {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition-delay: calc(var(--i, 0) * 70ms) !important;
}

.project-strip.is-visible .project-category-card.is-loaded .project-card-image {
  opacity: 1;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03);
  transition-delay: calc(var(--i, 0) * 70ms + 80ms);
}

.project-strip.is-visible .project-category-card.is-loaded .project-category-number,
.project-strip.is-visible .project-category-card.is-loaded .project-category-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--i, 0) * 70ms + 150ms);
}

.project-strip.is-visible .project-category-card.is-loaded:hover {
  transform: translateY(-6px) scale(1.01) !important;
}

.project-strip.is-visible .project-category-card.is-loaded:hover .project-card-image {
  transform: scale(1.105);
  filter: saturate(1.14) contrast(1.06);
}


/* ===== B2B Page: Official MD conversion page ===== */
nav a[aria-current="page"] {
  color: #f20519;
}

.b2b-page {
  overflow-x: hidden;
  font-family: "Pretendard Variable", "Pretendard", "Inter", "Segoe UI", sans-serif;
  background:
    radial-gradient(780px 540px at 14% 6%, rgba(255, 66, 66, 0.10), transparent 70%),
    radial-gradient(760px 560px at 92% 12%, rgba(104, 132, 255, 0.10), transparent 70%),
    #f7f8fb;
}

.b2b-wrap {
  width: min(1320px, 92%);
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.b2b-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(1.4rem, 4vw, 3.2rem);
  align-items: stretch;
  min-height: 680px;
  padding: clamp(1.3rem, 4vw, 3.4rem);
  border-radius: 36px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 5, 25, 0.36), transparent 30rem),
    radial-gradient(circle at 96% 8%, rgba(255, 255, 255, 0.12), transparent 22rem),
    linear-gradient(135deg, rgba(7, 10, 16, 0.99), rgba(18, 24, 33, 0.96));
  box-shadow: 0 28px 90px rgba(15, 20, 28, 0.18);
}

.b2b-hero::before {
  content: "B2B";
  position: absolute;
  right: clamp(1rem, 4vw, 3.2rem);
  top: -0.22em;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 800;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.b2b-hero-copy,
.b2b-hero-visual {
  position: relative;
  z-index: 1;
}

.b2b-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b2b-eyebrow,
.b2b-section-label {
  margin: 0;
  color: #ff6672;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.b2b-hero h1 {
  margin: 0.8rem 0 1.1rem;
  color: #fff;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2.7rem, 5.7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
  word-break: keep-all;
}

.b2b-hero-desc {
  max-width: 740px;
  margin: 0;
  color: rgba(246, 248, 252, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.78;
  word-break: keep-all;
}

.b2b-cta-row,
.b2b-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.b2b-primary-cta,
.b2b-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.b2b-primary-cta {
  color: #fff;
  background: #f20519;
  box-shadow: 0 14px 34px rgba(242, 5, 25, 0.28);
}

.b2b-secondary-cta {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.b2b-primary-cta:hover,
.b2b-secondary-cta:hover {
  transform: translateY(-2px);
}

.b2b-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2rem 0 0;
}

.b2b-quick-stats div {
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.b2b-quick-stats dt {
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.b2b-quick-stats dd {
  margin: 0.28rem 0 0;
  color: rgba(246, 248, 252, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.b2b-hero-visual {
  min-height: 520px;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.36);
  background: #111722;
}

.b2b-hero-visual img,
.b2b-solution-card img,
.b2b-process-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.b2b-section {
  margin-top: clamp(2.4rem, 5vw, 4.8rem);
}

.b2b-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  padding: 0 0.3rem;
}

.b2b-intro h2 {
  grid-column: 1 / -1;
  max-width: 1060px;
  margin: 0.45rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.b2b-intro > p:last-child {
  grid-column: 2;
  margin: 0;
  color: #4c5868;
  font-size: 1rem;
  line-height: 1.78;
  word-break: keep-all;
}

.b2b-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 1rem;
}

.b2b-section-head h2,
.b2b-proof h2 {
  margin: 0.45rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.75rem, 3.4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.b2b-section-head > p {
  max-width: 420px;
  margin: 0;
  color: #5a6473;
  line-height: 1.68;
  word-break: keep-all;
}

.b2b-target-grid,
.b2b-service-grid,
.b2b-proof-grid,
.b2b-package-grid,
.b2b-process-detail {
  display: grid;
  gap: 0.95rem;
}

.b2b-target-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b2b-target-grid article,
.b2b-service-grid article,
.b2b-proof-grid article,
.b2b-package-grid article,
.b2b-process-detail article {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  box-shadow: 0 14px 38px rgba(13, 20, 32, 0.055);
}

.b2b-target-grid article::after,
.b2b-service-grid article::after,
.b2b-package-grid article::after {
  content: "";
  position: absolute;
  right: -3.4rem;
  bottom: -3.4rem;
  width: 8.6rem;
  height: 8.6rem;
  border: 1px solid rgba(242, 5, 25, 0.14);
  border-radius: 50%;
}

.b2b-target-grid span,
.b2b-service-grid span {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #fff;
  background: #f20519;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.b2b-target-grid h3,
.b2b-service-grid h3,
.b2b-proof-grid h3,
.b2b-package-grid h3,
.b2b-process-detail h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111722;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.34;
  word-break: keep-all;
}

.b2b-target-grid p,
.b2b-service-grid p,
.b2b-proof-grid p,
.b2b-package-grid p,
.b2b-process-detail p {
  position: relative;
  z-index: 1;
  margin: 0.65rem 0 0;
  color: #4c5868;
  font-size: 0.94rem;
  line-height: 1.7;
  word-break: keep-all;
}

.b2b-problem-solution {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.b2b-problem-card,
.b2b-solution-card {
  padding: clamp(1.1rem, 2.8vw, 1.8rem);
  border-radius: 30px;
  overflow: hidden;
}

.dark-card {
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(242, 5, 25, 0.32), transparent 26rem),
    linear-gradient(135deg, #111722, #070a0f);
  box-shadow: 0 24px 70px rgba(15, 20, 28, 0.16);
}

.b2b-problem-card h2,
.b2b-solution-card h2 {
  margin: 0.5rem 0 1rem;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.b2b-problem-card h2 {
  color: #fff;
}

.b2b-problem-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-problem-card li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(246, 248, 252, 0.74);
  line-height: 1.65;
  word-break: keep-all;
}

.b2b-problem-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.48rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #ff6672;
}

.b2b-solution-card {
  display: grid;
  grid-template-rows: auto auto auto minmax(260px, 1fr);
  border: 1px solid rgba(15, 20, 28, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.74));
  box-shadow: 0 16px 46px rgba(13, 20, 32, 0.07);
}

.b2b-solution-card p:not(.b2b-section-label) {
  margin: 0;
  color: #4c5868;
  line-height: 1.76;
  word-break: keep-all;
}

.b2b-solution-card figure {
  margin: 1.3rem 0 0;
  overflow: hidden;
  border-radius: 24px;
  background: #111722;
}

.b2b-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b2b-process {
  padding: clamp(1.1rem, 3vw, 2rem);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 5, 25, 0.26), transparent 32rem),
    linear-gradient(135deg, #111722, #080b10);
  box-shadow: 0 24px 70px rgba(15, 20, 28, 0.16);
}

.b2b-process .b2b-section-head h2,
.b2b-process .b2b-section-head > p {
  color: #fff;
}

.b2b-process .b2b-section-head > p {
  color: rgba(246, 248, 252, 0.66);
}

.b2b-process-visual {
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 26px;
  background: #f6f8fc;
}

.b2b-process-detail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b2b-process-detail article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.b2b-process-detail h3 {
  color: #fff;
}

.b2b-process-detail p {
  color: rgba(246, 248, 252, 0.68);
}

.b2b-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
}

.b2b-proof-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b2b-proof-grid small {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.85rem;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  color: #b70f20;
  background: rgba(242, 5, 25, 0.07);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.b2b-proof-grid strong {
  display: block;
  margin-top: 1rem;
  color: #111722;
  line-height: 1.52;
}

.b2b-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b2b-package-grid ul {
  position: relative;
  z-index: 1;
  margin: 0.85rem 0 0;
  padding-left: 1.05rem;
}

.b2b-package-grid li {
  color: #324054;
  line-height: 1.65;
  margin: 0.25rem 0;
}

.b2b-contact {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 1rem;
  margin-top: clamp(2.4rem, 5vw, 4.8rem);
  padding: clamp(1.2rem, 3.2vw, 2rem);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 102, 114, 0.24), transparent 28rem),
    linear-gradient(135deg, #111722, #070a0f);
  box-shadow: 0 28px 90px rgba(15, 20, 28, 0.18);
}

.b2b-contact h2 {
  margin: 0.55rem 0 0.85rem;
  color: #fff;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.b2b-contact-copy p:not(.b2b-section-label) {
  max-width: 600px;
  margin: 0;
  color: rgba(246, 248, 252, 0.74);
  line-height: 1.78;
  word-break: keep-all;
}

.b2b-form {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.b2b-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(246, 248, 252, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.b2b-form input,
.b2b-form select,
.b2b-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0.76rem 0.8rem;
  color: #fff;
  background: rgba(7, 10, 16, 0.42);
  font: inherit;
  outline: none;
}

.b2b-form select option {
  color: #111722;
}

.b2b-form input::placeholder,
.b2b-form textarea::placeholder {
  color: rgba(246, 248, 252, 0.36);
}

.b2b-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #f20519;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(242, 5, 25, 0.26);
}

.b2b-inquiry-msg {
  min-height: 1.5em;
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(246, 248, 252, 0.88);
}

.b2b-inquiry-msg.is-ok {
  color: #9ef5c8;
}

.b2b-inquiry-msg.is-err {
  color: #ffb8b8;
}

@media (max-width: 1180px) {
  .b2b-hero,
  .b2b-problem-solution,
  .b2b-contact {
    grid-template-columns: 1fr;
  }

  .b2b-hero-visual {
    min-height: 420px;
  }

  .b2b-target-grid,
  .b2b-proof-grid,
  .b2b-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-service-grid,
  .b2b-process-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .b2b-wrap {
    width: min(100% - 1.4rem, 1320px);
    padding-top: 9rem;
  }

  .b2b-hero,
  .b2b-contact,
  .b2b-process {
    border-radius: 26px;
  }

  .b2b-hero h1 {
    font-size: clamp(2.3rem, 12vw, 4.15rem);
  }

  .b2b-quick-stats,
  .b2b-target-grid,
  .b2b-service-grid,
  .b2b-proof-grid,
  .b2b-package-grid,
  .b2b-process-detail {
    grid-template-columns: 1fr;
  }

  .b2b-intro,
  .b2b-intro > p:last-child {
    display: block;
  }

  .b2b-intro > p:last-child {
    margin-top: 1rem;
  }

  .b2b-section-head {
    display: block;
  }

  .b2b-section-head > p {
    margin-top: 0.8rem;
  }

  .b2b-hero-visual {
    min-height: 310px;
    border-radius: 22px;
  }
}

/* ===== B2B update: animated chart dashboard + icon based All-in-One map ===== */
.b2b-hero-dashboard {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 520px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.9rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 5, 25, 0.28), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(105, 132, 255, 0.24), transparent 26rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.31);
  backdrop-filter: blur(16px);
}

.b2b-hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 52% 42%, #000 0%, transparent 74%);
}

.b2b-hero-dashboard::after {
  content: "";
  position: absolute;
  left: -30%;
  top: -40%;
  width: 36%;
  height: 180%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(0) skewX(-14deg);
}

.b2b-hero.is-visible .b2b-hero-dashboard::after {
  animation: b2bDashboardSweep 1.9s ease-out 0.25s forwards;
}

@keyframes b2bDashboardSweep {
  0% { opacity: 0; transform: translateX(0) skewX(-14deg); }
  15% { opacity: 0.9; }
  100% { opacity: 0; transform: translateX(430%) skewX(-14deg); }
}

.b2b-dashboard-top,
.b2b-dashboard-grid,
.b2b-chart-card,
.b2b-dashboard-bottom {
  position: relative;
  z-index: 1;
}

.b2b-dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.b2b-dashboard-top p {
  margin: 0 0 0.32rem;
  color: #ff7a84;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.b2b-dashboard-top strong {
  display: block;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.38rem);
  line-height: 1.24;
  word-break: keep-all;
}

.b2b-dashboard-top > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.66rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(7, 10, 16, 0.28);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.b2b-dashboard-top > span::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #4ff0b2;
  box-shadow: 0 0 0 0 rgba(79, 240, 178, 0.48);
  animation: b2bLivePulse 1.5s ease-out infinite;
}

@keyframes b2bLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(79, 240, 178, 0.48); }
  100% { box-shadow: 0 0 0 9px rgba(79, 240, 178, 0); }
}

.b2b-dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.b2b-stat-tile {
  min-height: 126px;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(14px);
  transform: translateY(14px);
  opacity: 0;
}

.b2b-stat-tile.stat-main {
  background:
    radial-gradient(circle at 85% 12%, rgba(242, 5, 25, 0.32), transparent 38%),
    rgba(255, 255, 255, 0.09);
}

.b2b-hero.is-visible .b2b-stat-tile {
  animation: b2bMetricIn 0.72s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.b2b-hero.is-visible .b2b-stat-tile:nth-child(1) { animation-delay: 0.08s; }
.b2b-hero.is-visible .b2b-stat-tile:nth-child(2) { animation-delay: 0.16s; }
.b2b-hero.is-visible .b2b-stat-tile:nth-child(3) { animation-delay: 0.24s; }
.b2b-hero.is-visible .b2b-stat-tile:nth-child(4) { animation-delay: 0.32s; }

@keyframes b2bMetricIn {
  to { opacity: 1; transform: translateY(0); }
}

.stat-label {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(246, 248, 252, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.b2b-stat-tile strong {
  display: block;
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.b2b-stat-tile p {
  margin: 0.65rem 0 0;
  color: rgba(246, 248, 252, 0.62);
  font-size: 0.82rem;
  line-height: 1.46;
  word-break: keep-all;
}

.b2b-chart-card {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(7, 10, 16, 0.28);
}

.b2b-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.b2b-chart-head span {
  color: rgba(246, 248, 252, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.b2b-chart-head strong {
  color: #fff;
  font-size: 0.88rem;
}

.b2b-bar-chart {
  display: grid;
  gap: 0.68rem;
}

.b2b-bar-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 0.65rem;
}

.b2b-bar-row span,
.b2b-bar-row b {
  color: rgba(246, 248, 252, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
}

.b2b-bar-row b {
  text-align: right;
  color: #fff;
}

.b2b-bar-row em {
  position: relative;
  height: 0.58rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.b2b-bar-row em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--bar);
  border-radius: inherit;
  background: linear-gradient(90deg, #f20519, #ff8d56);
  transform: scaleX(0);
  transform-origin: left center;
}

.b2b-hero.is-visible .b2b-bar-row em::before {
  animation: b2bBarGrow 1.05s cubic-bezier(0.18, 0.8, 0.25, 1) forwards;
  animation-delay: calc(0.45s + var(--delay));
}

@keyframes b2bBarGrow {
  to { transform: scaleX(1); }
}

.b2b-dashboard-bottom {
  display: grid;
  grid-template-columns: minmax(120px, 0.44fr) minmax(0, 1fr);
  gap: 0.75rem;
}

.b2b-donut {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 138px;
  border-radius: 24px;
  background:
    radial-gradient(circle closest-side, rgba(17, 23, 34, 0.95) 67%, transparent 68% 100%),
    conic-gradient(#f20519 calc(var(--value) * 1%), rgba(255, 255, 255, 0.1) 0);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: scale(0.96);
  opacity: 0;
}

.b2b-hero.is-visible .b2b-donut {
  animation: b2bDonutIn 0.8s cubic-bezier(0.2, 0.75, 0.25, 1) 0.75s forwards, b2bSoftPulse 2.2s ease-in-out 1.55s infinite;
}

@keyframes b2bDonutIn {
  to { opacity: 1; transform: scale(1); }
}

@keyframes b2bSoftPulse {
  50% { filter: drop-shadow(0 0 16px rgba(242, 5, 25, 0.3)); }
}

.b2b-donut span {
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.b2b-donut small {
  position: absolute;
  left: 50%;
  top: calc(50% + 1.35rem);
  transform: translateX(-50%);
  color: rgba(246, 248, 252, 0.56);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.b2b-mini-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.b2b-mini-table div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 138px;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(12px);
  opacity: 0;
}

.b2b-hero.is-visible .b2b-mini-table div {
  animation: b2bMetricIn 0.65s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.b2b-hero.is-visible .b2b-mini-table div:nth-child(1) { animation-delay: 0.84s; }
.b2b-hero.is-visible .b2b-mini-table div:nth-child(2) { animation-delay: 0.96s; }
.b2b-hero.is-visible .b2b-mini-table div:nth-child(3) { animation-delay: 1.08s; }

.b2b-mini-table span {
  color: #ff7a84;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.b2b-mini-table strong {
  margin-top: 0.42rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.32;
  word-break: keep-all;
}

.b2b-flow-visual {
  margin: 1rem 0;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 5, 25, 0.18), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(105, 132, 255, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.045);
}

.b2b-flow-orbit {
  position: relative;
  min-height: 430px;
  padding: 1.2rem;
}

.b2b-flow-orbit::before,
.b2b-flow-orbit::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(58vw, 560px);
  height: min(58vw, 560px);
  max-width: calc(100% - 3rem);
  max-height: calc(100% - 3rem);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.b2b-flow-orbit::after {
  width: min(38vw, 360px);
  height: min(38vw, 360px);
  border-style: solid;
  opacity: 0.28;
}

.b2b-flow-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(235px, 42vw);
  min-height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 10%, rgba(242, 5, 25, 0.36), transparent 32%),
    rgba(7, 10, 16, 0.56);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0;
}

.b2b-process.is-visible .b2b-flow-center {
  animation: b2bCenterPop 0.75s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

@keyframes b2bCenterPop {
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.b2b-flow-center span {
  color: #ff7a84;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.b2b-flow-center strong {
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  letter-spacing: -0.06em;
}

.b2b-flow-center p {
  margin: 0;
  color: rgba(246, 248, 252, 0.62);
  font-size: 0.78rem;
}

.b2b-flow-node {
  position: absolute;
  z-index: 3;
  width: 128px;
  min-height: 116px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(14px) scale(0.92);
}

.b2b-flow-node::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 102, 114, 0.72);
}

.b2b-process.is-visible .b2b-flow-node::before {
  animation: b2bNodePing 2.4s ease-out infinite;
}

@keyframes b2bNodePing {
  0%, 40% { opacity: 0; transform: scale(1); }
  55% { opacity: 0.58; }
  100% { opacity: 0; transform: scale(1.16); }
}

.b2b-process.is-visible .b2b-flow-node {
  animation: b2bNodePop 0.62s cubic-bezier(0.2, 0.75, 0.25, 1) forwards, b2bNodeFloat 3.6s ease-in-out infinite;
}

.b2b-process.is-visible .node-1 { animation-delay: 0.12s, 1.0s; }
.b2b-process.is-visible .node-2 { animation-delay: 0.22s, 1.12s; }
.b2b-process.is-visible .node-3 { animation-delay: 0.32s, 1.24s; }
.b2b-process.is-visible .node-4 { animation-delay: 0.42s, 1.36s; }
.b2b-process.is-visible .node-5 { animation-delay: 0.52s, 1.48s; }
.b2b-process.is-visible .node-6 { animation-delay: 0.62s, 1.6s; }

@keyframes b2bNodePop {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes b2bNodeFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -7px; }
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #f20519, #ff7a3c);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(242, 5, 25, 0.26);
}

.b2b-flow-node h3 {
  margin: 0.58rem 0 0;
  color: #fff;
  font-size: 1rem;
}

.b2b-flow-node p {
  margin: 0.16rem 0 0;
  color: rgba(246, 248, 252, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.node-1 { left: 7%; top: 45%; }
.node-2 { left: 23%; top: 10%; }
.node-3 { right: 23%; top: 10%; }
.node-4 { right: 7%; top: 45%; }
.node-5 { right: 23%; bottom: 10%; }
.node-6 { left: 23%; bottom: 10%; }

.flow-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 114, 0.82), transparent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.b2b-process.is-visible .flow-line {
  animation: b2bLineDraw 0.9s ease-out forwards;
}

@keyframes b2bLineDraw {
  to { opacity: 1; transform: scaleX(1); }
}

.line-1 { left: 17%; top: 38%; width: 18%; transform: rotate(-42deg) scaleX(0); }
.line-2 { left: 35%; top: 22%; width: 30%; transform: scaleX(0); }
.line-3 { right: 17%; top: 38%; width: 18%; transform: rotate(42deg) scaleX(0); transform-origin: right center; }
.line-4 { right: 17%; bottom: 38%; width: 18%; transform: rotate(-42deg) scaleX(0); transform-origin: right center; }
.line-5 { left: 35%; bottom: 22%; width: 30%; transform: scaleX(0); }
.line-6 { left: 17%; bottom: 38%; width: 18%; transform: rotate(42deg) scaleX(0); }

.b2b-process.is-visible .line-1 { animation-delay: 0.22s; }
.b2b-process.is-visible .line-2 { animation-delay: 0.32s; }
.b2b-process.is-visible .line-3 { animation-delay: 0.42s; }
.b2b-process.is-visible .line-4 { animation-delay: 0.52s; }
.b2b-process.is-visible .line-5 { animation-delay: 0.62s; }
.b2b-process.is-visible .line-6 { animation-delay: 0.72s; }

@media (max-width: 1180px) {
  .b2b-hero-dashboard {
    min-height: auto;
  }

  .b2b-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-flow-visual,
  .b2b-flow-orbit {
    min-height: 620px;
  }

  .node-1 { left: 8%; top: 45%; }
  .node-2 { left: 18%; top: 8%; }
  .node-3 { right: 18%; top: 8%; }
  .node-4 { right: 8%; top: 45%; }
  .node-5 { right: 18%; bottom: 8%; }
  .node-6 { left: 18%; bottom: 8%; }
}

@media (max-width: 760px) {
  .b2b-hero-dashboard {
    border-radius: 22px;
    padding: 0.9rem;
  }

  .b2b-dashboard-top {
    display: block;
  }

  .b2b-dashboard-top > span {
    margin-top: 0.75rem;
  }

  .b2b-dashboard-grid,
  .b2b-dashboard-bottom,
  .b2b-mini-table {
    grid-template-columns: 1fr;
  }

  .b2b-bar-row {
    grid-template-columns: 78px minmax(0, 1fr) 38px;
  }

  .b2b-flow-visual,
  .b2b-flow-orbit {
    min-height: auto;
  }

  .b2b-flow-orbit {
    display: grid;
    gap: 0.75rem;
    padding: 0.95rem;
  }

  .b2b-flow-orbit::before,
  .b2b-flow-orbit::after,
  .flow-line {
    display: none;
  }

  .b2b-flow-center,
  .b2b-flow-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 100px;
  }

  .b2b-flow-center {
    width: 100%;
    transform: scale(0.96);
  }

  .b2b-process.is-visible .b2b-flow-center {
    animation-name: b2bCenterPopMobile;
  }

  @keyframes b2bCenterPopMobile {
    to { opacity: 1; transform: scale(1); }
  }
}

/* Fine tune process connector draw so rotated lines keep their angle */
.flow-line {
  background: transparent;
}
.flow-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 114, 0.82), transparent);
  transform: scaleX(0);
  transform-origin: inherit;
}
.b2b-process.is-visible .flow-line {
  animation: b2bLineFade 0.2s ease-out forwards;
}
.b2b-process.is-visible .flow-line::before {
  animation: b2bLineFill 0.9s ease-out forwards;
}
.b2b-process.is-visible .line-1::before { animation-delay: 0.22s; }
.b2b-process.is-visible .line-2::before { animation-delay: 0.32s; }
.b2b-process.is-visible .line-3::before { animation-delay: 0.42s; }
.b2b-process.is-visible .line-4::before { animation-delay: 0.52s; }
.b2b-process.is-visible .line-5::before { animation-delay: 0.62s; }
.b2b-process.is-visible .line-6::before { animation-delay: 0.72s; }
@keyframes b2bLineFade { to { opacity: 1; } }
@keyframes b2bLineFill { to { transform: scaleX(1); } }
.line-1 { transform: rotate(-42deg); }
.line-2 { transform: none; }
.line-3 { transform: rotate(42deg); }
.line-4 { transform: rotate(-42deg); }
.line-5 { transform: none; }
.line-6 { transform: rotate(42deg); }


/* ===== B2B Solution section: animated non-photo design ===== */
.b2b-solution-motion {
  position: relative;
  margin-top: 1.3rem;
  padding: 1rem;
  border: 1px solid rgba(15, 20, 28, 0.08);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(242, 5, 25, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(250, 251, 253, 0.98), rgba(241, 244, 249, 0.88));
}

.b2b-solution-motion::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 48%, transparent 100%);
  transform: translateX(-100%);
  opacity: 0.55;
}

.b2b-problem-solution.is-visible .b2b-solution-motion::before {
  animation: solutionSweep 2.8s ease-in-out infinite;
}

@keyframes solutionSweep {
  0%, 20% { transform: translateX(-100%); }
  55% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

.solution-motion-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.solution-motion-head span {
  color: #f20519;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.solution-motion-head strong {
  color: #111722;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.solution-track {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.72rem;
}

.solution-lane {
  position: relative;
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr) 118px;
  align-items: center;
  gap: 0.88rem;
  padding: 0.86rem 0.92rem;
  border: 1px solid rgba(15, 20, 28, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(13, 20, 32, 0.05);
  opacity: 0;
  transform: translateY(14px);
}

.b2b-problem-solution.is-visible .solution-lane {
  animation: solutionLaneIn 0.62s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
  animation-delay: var(--delay);
}

@keyframes solutionLaneIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.solution-step-badge {
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  padding: 0.52rem 0.38rem;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #f20519, #ff7a3c);
  box-shadow: 0 14px 28px rgba(242, 5, 25, 0.18);
}

.solution-step-badge b {
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
}

.solution-step-badge small {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.solution-copy h3 {
  margin: 0;
  color: #111722;
  font-size: 1rem;
  line-height: 1.34;
}

.solution-copy p {
  margin: 0.38rem 0 0;
  color: #5a6473;
  font-size: 0.87rem;
  line-height: 1.62;
}

.solution-progress {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 23, 34, 0.08);
  overflow: visible;
}

.solution-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--fill);
  border-radius: inherit;
  background: linear-gradient(90deg, #f20519, #ff9a62);
  transform: scaleX(0);
  transform-origin: left center;
}

.solution-progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--fill);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ff6a57;
  box-shadow: 0 0 0 5px rgba(242, 5, 25, 0.09);
  transform: translate(-50%, -50%) scale(0);
}

.b2b-problem-solution.is-visible .solution-progress::before {
  animation: solutionProgressFill 1.05s ease-out forwards;
  animation-delay: calc(var(--delay) + 0.16s);
}

.b2b-problem-solution.is-visible .solution-progress::after {
  animation: solutionProgressDot 0.5s ease-out forwards;
  animation-delay: calc(var(--delay) + 0.72s);
}

@keyframes solutionProgressFill {
  to { transform: scaleX(1); }
}

@keyframes solutionProgressDot {
  to { transform: translate(-50%, -50%) scale(1); }
}

.solution-control-center {
  position: relative;
  z-index: 1;
  margin-top: 0.95rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 102, 114, 0.22), transparent 20rem),
    linear-gradient(135deg, #111722, #070a0f);
}

.solution-control-center::before,
.solution-control-center::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.solution-control-center::before {
  right: -2rem;
  top: -1.6rem;
  width: 8.5rem;
  height: 8.5rem;
}

.solution-control-center::after {
  right: 1.2rem;
  bottom: -2.1rem;
  width: 5.5rem;
  height: 5.5rem;
}

.solution-center-copy {
  position: relative;
  z-index: 1;
}

.solution-center-copy small {
  display: inline-block;
  color: #ff7a84;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.solution-center-copy strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.solution-center-copy p {
  max-width: 700px;
  margin: 0.55rem 0 0;
  color: rgba(246, 248, 252, 0.72);
  line-height: 1.7;
}

.solution-outcomes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.solution-outcomes span {
  padding: 0.48rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
}

.b2b-problem-solution.is-visible .solution-outcomes span {
  animation: solutionTagIn 0.48s ease-out forwards;
}

.b2b-problem-solution.is-visible .solution-outcomes span:nth-child(1) { animation-delay: 0.6s; }
.b2b-problem-solution.is-visible .solution-outcomes span:nth-child(2) { animation-delay: 0.68s; }
.b2b-problem-solution.is-visible .solution-outcomes span:nth-child(3) { animation-delay: 0.76s; }
.b2b-problem-solution.is-visible .solution-outcomes span:nth-child(4) { animation-delay: 0.84s; }
.b2b-problem-solution.is-visible .solution-outcomes span:nth-child(5) { animation-delay: 0.92s; }

@keyframes solutionTagIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .solution-lane {
    grid-template-columns: 3.8rem minmax(0, 1fr);
  }

  .solution-progress {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .solution-motion-head {
    display: block;
  }

  .solution-motion-head strong {
    display: block;
    margin-top: 0.28rem;
  }

  .solution-lane {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .solution-step-badge {
    width: 4.1rem;
  }

  .solution-progress {
    height: 9px;
  }
}


/* ===== Business page alternative style: field / scoreboard / locker ===== */
.business-field {
  position: relative;
  margin-top: clamp(2.2rem, 5vw, 4.8rem);
}

.field-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 1.4rem;
  align-items: end;
  margin-bottom: 1.2rem;
}

.field-head h2,
.scoreboard-title h2,
.locker-head h2 {
  margin: 0.48rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.field-head > p,
.locker-head > p {
  margin: 0;
  color: #566274;
  line-height: 1.8;
  word-break: keep-all;
}

.field-arena {
  position: relative;
  min-height: 620px;
  border-radius: 38px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 18%, rgba(242, 5, 25, 0.28), transparent 24rem),
    radial-gradient(circle at 85% 20%, rgba(255, 133, 70, 0.18), transparent 22rem),
    linear-gradient(135deg, #101720, #172230 48%, #0c1118);
  box-shadow: 0 28px 84px rgba(13, 20, 32, 0.18);
}

.field-arena::before {
  content: "";
  position: absolute;
  inset: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  pointer-events: none;
}

.field-lines {
  position: absolute;
  inset: 1.3rem;
  border-radius: 30px;
  pointer-events: none;
}

.field-lines::before,
.field-lines::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22%;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.field-lines::before {
  left: 0;
  border-left: 0;
  border-radius: 0 22px 22px 0;
}

.field-lines::after {
  right: 0;
  border-right: 0;
  border-radius: 22px 0 0 22px;
}

.field-center {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.field-center::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.field-arc {
  position: absolute;
  top: 50%;
  width: 9rem;
  height: 13rem;
  border: 1px dashed rgba(255, 255, 255, 0.11);
  transform: translateY(-50%);
}

.field-arc-left {
  left: 18%;
  border-radius: 0 999px 999px 0;
  border-left: 0;
}

.field-arc-right {
  right: 18%;
  border-radius: 999px 0 0 999px;
  border-right: 0;
}

.field-route {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 118, 0.88), transparent);
  opacity: 0;
  transform-origin: left center;
}

.business-field.is-visible .field-route {
  animation: fieldRouteIn 1.2s ease-out forwards;
}

@keyframes fieldRouteIn {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.route-1 {
  left: 18%;
  top: 34%;
  width: 26%;
  transform: rotate(-11deg) scaleX(0);
}

.route-2 {
  left: 38%;
  top: 53%;
  width: 26%;
  transform: rotate(14deg) scaleX(0);
  animation-delay: 0.2s !important;
}

.route-3 {
  right: 15%;
  top: 42%;
  width: 25%;
  transform: rotate(-16deg) scaleX(0);
  animation-delay: 0.4s !important;
}

.field-play {
  position: absolute;
  z-index: 3;
  width: min(245px, 30vw);
  padding: 1rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.17);
  opacity: 0;
  transform: translateY(18px);
}

.business-field.is-visible .field-play {
  animation: fieldPlayIn 0.7s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.business-field.is-visible .play-1 { animation-delay: 0.05s; }
.business-field.is-visible .play-2 { animation-delay: 0.17s; }
.business-field.is-visible .play-3 { animation-delay: 0.29s; }
.business-field.is-visible .play-4 { animation-delay: 0.41s; }
.business-field.is-visible .play-5 { animation-delay: 0.53s; }

@keyframes fieldPlayIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.field-play span {
  display: inline-grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #f20519, #ff8e4f);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.field-play h3 {
  margin: 0.8rem 0 0.42rem;
  color: #fff;
  font-size: 1.14rem;
}

.field-play p {
  margin: 0;
  color: rgba(246, 248, 252, 0.7);
  font-size: 0.9rem;
  line-height: 1.62;
  word-break: keep-all;
}

.play-1 { left: 5%; top: 12%; }
.play-2 { left: 28%; top: 8%; }
.play-3 { left: 42%; top: 54%; }
.play-4 { right: 23%; top: 18%; }
.play-5 { right: 5%; bottom: 13%; }

.field-ball {
  position: absolute;
  z-index: 4;
  left: 10%;
  top: 47%;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.13), 0 0 24px rgba(255, 255, 255, 0.58);
  opacity: 0;
}

.business-field.is-visible .field-ball {
  animation: ballMove 5.2s cubic-bezier(0.45, 0.02, 0.25, 1) 0.55s infinite;
}

@keyframes ballMove {
  0% { opacity: 0; transform: translate(0, 0); }
  6% { opacity: 1; }
  24% { transform: translate(210px, -120px); }
  48% { transform: translate(470px, 42px); }
  72% { transform: translate(760px, -42px); }
  92% { opacity: 1; transform: translate(980px, 78px); }
  100% { opacity: 0; transform: translate(980px, 78px); }
}

.field-result {
  position: absolute;
  z-index: 5;
  right: 2rem;
  top: 2rem;
  padding: 0.9rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(7, 10, 16, 0.38);
  backdrop-filter: blur(14px);
}

.field-result span {
  display: block;
  color: #ff7a84;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.field-result strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.business-scoreboard {
  margin-top: clamp(2rem, 5vw, 4.4rem);
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 1.2rem;
  align-items: stretch;
}

.scoreboard-title {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scoreboard-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 34px;
  overflow: hidden;
  background: #111722;
  box-shadow: 0 22px 58px rgba(13, 20, 32, 0.12);
}

.scoreboard-panel article {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 12%, rgba(242, 5, 25, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.scoreboard-panel article:last-child {
  border-right: 0;
}

.score-period {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #ff7a84;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.scoreboard-panel strong {
  position: absolute;
  left: 1rem;
  top: 2.35rem;
  color: rgba(255,255,255,0.075);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.scoreboard-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.35;
  word-break: keep-all;
}

.scoreboard-panel p {
  position: relative;
  z-index: 1;
  margin: 0.62rem 0 0;
  color: rgba(246, 248, 252, 0.66);
  line-height: 1.68;
  word-break: keep-all;
}

.business-locker {
  margin-top: clamp(2rem, 5vw, 4.4rem);
}

.locker-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.2rem;
}

.locker-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
}

.locker-card {
  position: relative;
  grid-column: span 6;
  min-height: 120px;
  padding: 1.2rem;
  border-radius: 30px 30px 22px 22px;
  border: 1px solid rgba(15, 20, 28, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.78));
  box-shadow: 0 16px 38px rgba(13, 20, 32, 0.06);
  overflow: hidden;
}

.locker-card::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 0.85rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f20519, transparent);
  opacity: 0.75;
}

.locker-card-large {
  grid-column: span 12;
  min-height: 200px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 100, 118, 0.25), transparent 22rem),
    linear-gradient(135deg, #111722, #080b10);
}

.locker-number {
  position: absolute;
  right: 1.2rem;
  top: -0.2rem;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.09em;
}

.locker-label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f20519;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.locker-card-large .locker-label {
  color: #ff7a84;
}

.locker-card h3 {
  position: relative;
  z-index: 1;
  margin: 0.65rem 0 0;
  color: #111722;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.42;
  word-break: keep-all;
}

.locker-card-large h3 {
  color: #fff;
  max-width: 780px;
  font-family: "Space Grotesk", "Pretendard Variable", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.locker-card > p:not(.locker-label) {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0.78rem 0 0;
  color: #4c5868;
  line-height: 1.75;
  word-break: keep-all;
}

.locker-card-large > p:not(.locker-label) {
  color: rgba(246, 248, 252, 0.72);
}

.locker-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.48rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.locker-card li {
  position: relative;
  padding-left: 1rem;
  color: #374356;
  line-height: 1.68;
  word-break: keep-all;
}

.locker-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #f20519;
}

@media (max-width: 1120px) {
  .field-head,
  .business-scoreboard,
  .locker-head {
    grid-template-columns: 1fr;
  }

  .field-arena {
    min-height: 760px;
  }

  .field-play {
    width: min(290px, 42vw);
  }

  .play-1 { left: 4%; top: 12%; }
  .play-2 { right: 4%; left: auto; top: 10%; }
  .play-3 { left: 8%; top: 42%; }
  .play-4 { right: 8%; top: 44%; }
  .play-5 { left: 50%; right: auto; bottom: 7%; transform: translateX(-50%) translateY(18px); }

  .business-field.is-visible .play-5 {
    animation-name: fieldPlayCenterIn;
  }

  @keyframes fieldPlayCenterIn {
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
  }

  .scoreboard-panel {
    grid-template-columns: 1fr;
  }

  .scoreboard-panel article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .scoreboard-panel article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .field-arena {
    min-height: auto;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 26px;
  }

  .field-arena::before,
  .field-lines,
  .field-route,
  .field-ball {
    display: none;
  }

  .field-play,
  .play-1,
  .play-2,
  .play-3,
  .play-4,
  .play-5,
  .field-result {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .business-field.is-visible .play-5 {
    animation-name: fieldPlayIn;
  }

  .field-result {
    order: 6;
  }

  .scoreboard-title {
    min-height: auto;
  }

  .locker-card,
  .locker-card-large {
    grid-column: span 12;
    border-radius: 24px;
  }
}


/* ===== Business locker flowing orange line animation ===== */
.business-locker .locker-card {
  isolation: isolate;
}

.business-locker .locker-card::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 0.85rem;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(242, 5, 25, 0.12),
    rgba(255, 132, 62, 0.32),
    rgba(242, 5, 25, 0.12)
  );
  opacity: 1;
}

.business-locker .locker-card::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 0.85rem;
  z-index: 2;
  height: 4px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 138, 54, 0.08) 18%,
    rgba(255, 138, 54, 0.95) 44%,
    rgba(255, 206, 142, 0.92) 50%,
    rgba(255, 138, 54, 0.95) 56%,
    rgba(255, 138, 54, 0.08) 82%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: 120% 0;
  box-shadow: 0 0 16px rgba(255, 126, 44, 0.42);
  animation: lockerOrangeFlow 2.8s linear infinite;
}

.business-locker .locker-card:nth-child(2)::after { animation-delay: 0.18s; }
.business-locker .locker-card:nth-child(3)::after { animation-delay: 0.36s; }
.business-locker .locker-card:nth-child(4)::after { animation-delay: 0.54s; }
.business-locker .locker-card:nth-child(5)::after { animation-delay: 0.72s; }

.business-locker .locker-card-large::before,
.business-locker .locker-card-large::after {
  left: 1.25rem;
  right: 1.25rem;
  top: 1rem;
  height: 5px;
}

.business-locker .locker-card-large::after {
  animation-duration: 3.15s;
}

@keyframes lockerOrangeFlow {
  0% {
    background-position: 120% 0;
    opacity: 0.45;
  }
  12% {
    opacity: 1;
  }
  50% {
    background-position: 0% 0;
    opacity: 1;
  }
  100% {
    background-position: -120% 0;
    opacity: 0.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .business-locker .locker-card::after {
    animation: none;
    background-position: 50% 0;
  }
}


/* ===== Fix: prevent white flicker on field cards while ball/route animation runs ===== */
/* 
  기존 현상 원인:
  - field-route의 밝은 gradient 선과 field-ball의 box-shadow가
    backdrop-filter가 적용된 field-play 카드 위/아래 레이어와 겹치면서
    브라우저 합성 과정에서 카드 중앙에 흰 선처럼 깜빡여 보임.
  - 카드 배경을 더 안정적인 레이어로 만들고, 루트 선/공을 카드 아래 레이어에 고정해 해결.
*/

.field-arena {
  isolation: isolate;
}

.field-lines {
  z-index: 1;
}

.field-route {
  z-index: 1;
  height: 2px;
  opacity: 0;
  filter: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 106, 118, 0.18) 18%,
    rgba(255, 106, 118, 0.7) 50%,
    rgba(255, 106, 118, 0.18) 82%,
    transparent 100%
  );
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.field-play {
  z-index: 5;
  overflow: hidden;
  background: rgba(18, 25, 36, 0.86);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translate3d(0, 18px, 0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.business-field.is-visible .field-play {
  animation-name: fieldPlayInStable;
}

@keyframes fieldPlayInStable {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.field-play::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 16%, rgba(242, 5, 25, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.field-ball {
  z-index: 4;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12), 0 0 18px rgba(255, 255, 255, 0.42);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* 1120px 이하에서 5번 카드 중앙 정렬 애니메이션도 안정화 */
.business-field.is-visible .play-5 {
  animation-name: fieldPlayCenterInStable;
}

@keyframes fieldPlayCenterInStable {
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1121px) {
  .business-field.is-visible .play-5 {
    animation-name: fieldPlayInStable;
  }
}

@media (max-width: 760px) {
  .field-play,
  .play-1,
  .play-2,
  .play-3,
  .play-4,
  .play-5 {
    transform: none;
  }

  .business-field.is-visible .field-play,
  .business-field.is-visible .play-5 {
    animation-name: fieldPlayMobileStable;
  }

  @keyframes fieldPlayMobileStable {
    to {
      opacity: 1;
      transform: none;
    }
  }
}

/*
 * Home: 아주 짧은 스크롤 리듬만 (sticky 미사용 — 패널이 길게 붙었다가 다음 섹션에 밀리는 느낌 방지)
 * proximity 스냅은 스크롤을 세게 묶지 않으면서 구간 시작에서 살짝 스며드는 정도만 줍니다.
 */
html:has(body.home-page) {
  scroll-snap-type: y proximity;
  scroll-padding-top: 88px;
}

body.home-page #business.business-strip,
body.home-page #project.project-strip {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.home-page) {
    scroll-snap-type: none;
    scroll-padding-top: 0;
  }
}

/* ===== Project page layout restore ===== */
.project-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.project-page .project-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 108px auto 56px;
  display: block;
  flex: 1 0 auto;
}

.project-page .project-board {
  position: relative;
  overflow: hidden;
  padding: clamp(1.05rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(15, 20, 28, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 72px rgba(15, 20, 28, 0.075);
  backdrop-filter: blur(20px);
}

.project-page .project-board::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 170px;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 5, 25, 0.11), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.project-page .project-board-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 0.85rem;
}

.project-page .project-section-label {
  margin: 0;
  color: #f20519;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.project-page .project-board-head h2 {
  margin: 0.32rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.85rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.project-page .project-filter {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin: 1rem 0 1.25rem;
}

.project-page .project-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.6rem;
  padding: 0.66rem 0.86rem;
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 999px;
  color: #3f4856;
  background: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(15, 20, 28, 0.045);
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.project-page .project-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 5, 25, 0.26);
  box-shadow: 0 15px 34px rgba(15, 20, 28, 0.075);
}

.project-page .project-chip.is-active {
  color: #fff;
  background: #111722;
  border-color: #111722;
  box-shadow: 0 15px 38px rgba(17, 23, 34, 0.18);
}

.project-page .project-gallery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.08rem);
  min-height: 260px;
}

.project-page .project-gallery-loading,
.project-page .project-gallery-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 3rem 1rem;
  border: 1px dashed rgba(15, 20, 28, 0.16);
  border-radius: 24px;
  color: #667085;
  background: rgba(255, 255, 255, 0.66);
  text-align: center;
  line-height: 1.7;
}

.project-page .project-gallery-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(15, 20, 28, 0.085);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 20, 28, 0.085);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.project-page .project-gallery-item:hover,
.project-page .project-gallery-item:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(242, 5, 25, 0.24);
  box-shadow: 0 26px 70px rgba(15, 20, 28, 0.16);
  outline: none;
}

.project-page .project-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3.15;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.72s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.project-page .project-gallery-item:hover img,
.project-page .project-gallery-item:focus-visible img {
  transform: scale(1.08);
}

.project-page .project-gallery-caption {
  display: grid;
  gap: 0.44rem;
  padding: 0.94rem 1rem 1.05rem;
}

.project-page .project-gallery-caption small {
  color: #f20519;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.project-page .project-gallery-caption h3 {
  margin: 0;
  color: #111722;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.32;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.project-page .footer {
  margin-top: auto;
}

@media (max-width: 960px) {
  .project-page .project-board-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-page .project-board-head h2 {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  .project-page .project-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .project-page .project-wrap {
    width: min(1160px, calc(100% - 24px));
    margin-top: 94px;
    margin-bottom: 42px;
  }

  .project-page .project-gallery-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Shop Page: official store links only ===== */
.shop-page {
  overflow-x: hidden;
  font-family: "Pretendard Variable", "Pretendard", "Inter", "Segoe UI", sans-serif;
  background:
    radial-gradient(820px 580px at 12% 4%, rgba(242, 5, 25, 0.12), transparent 70%),
    radial-gradient(760px 560px at 92% 12%, rgba(105, 132, 255, 0.11), transparent 70%),
    linear-gradient(180deg, #f8f9fc 0%, #ffffff 46%, #f6f8fb 100%);
}

.shop-wrap {
  width: min(1320px, 92%);
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.shop-wrap-simple {
  min-height: calc(100vh - 220px);
}

.shop-stores-only {
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.shop-section-label {
  margin: 0;
  color: #ff6672;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.shop-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 1.15rem;
  padding: 0 0.25rem;
}

.shop-section-head h1 {
  margin: 0.45rem 0 0;
  color: #111722;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  word-break: keep-all;
}

.shop-section-head > p {
  max-width: 420px;
  margin: 0;
  color: #5a6473;
  line-height: 1.68;
  word-break: keep-all;
}

.shop-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-store-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(15, 20, 28, 0.1);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  box-shadow: 0 16px 46px rgba(13, 20, 32, 0.09);
  transform: translateY(0);
  transition: transform 0.34s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.34s ease, border-color 0.34s ease;
}

.shop-card-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  transform: scale(1.015);
  filter: saturate(1.04) contrast(1.04);
  transition: transform 0.72s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.72s ease, opacity 0.72s ease;
  pointer-events: none;
}

.shop-store-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 10, 16, 0.78) 0%, rgba(7, 10, 16, 0.52) 48%, rgba(7, 10, 16, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 10, 16, 0.08), rgba(7, 10, 16, 0.78)),
    var(--shop-card-overlay);
  transition: opacity 0.48s ease;
}

.shop-store-card::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -65%;
  z-index: 2;
  width: 42%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(0) skewX(-14deg);
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.35s ease;
}

.card-sk {
  --shop-card-overlay:
    radial-gradient(circle at 14% 16%, rgba(242, 5, 25, 0.35), transparent 36%),
    linear-gradient(135deg, rgba(223, 7, 26, 0.34), rgba(7, 10, 15, 0.24));
}

.card-gangneung {
  --shop-card-overlay:
    radial-gradient(circle at 14% 18%, rgba(0, 168, 168, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(0, 96, 122, 0.26), rgba(7, 10, 15, 0.34));
}

.card-kpc {
  --shop-card-overlay:
    radial-gradient(circle at 14% 18%, rgba(18, 50, 168, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(7, 10, 15, 0.34));
}

.card-hleague {
  --shop-card-overlay:
    radial-gradient(circle at 16% 18%, rgba(255, 114, 32, 0.26), transparent 36%),
    linear-gradient(135deg, rgba(0, 33, 110, 0.18), rgba(7, 10, 15, 0.34));
}

.shop-store-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 76px rgba(15, 20, 28, 0.22);
}

.shop-store-card:hover .shop-card-bg-image {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.08);
}

.shop-store-card:hover::before {
  opacity: 0.92;
}

.shop-store-card:hover::after {
  transform: translateX(445%) skewX(-14deg);
  opacity: 1;
}

.shop-card-number,
.shop-card-topline,
.shop-card-title,
.shop-card-bottom {
  position: relative;
  z-index: 3;
}

.shop-card-number {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 10, 16, 0.34);
  backdrop-filter: blur(10px);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.shop-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}

.shop-card-topline small {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.shop-card-topline span {
  padding: 0.38rem 0.64rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
}

.shop-card-title {
  margin-top: 1rem;
}

.shop-card-title h3 {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Pretendard Variable", "Inter", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.shop-card-title p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.shop-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.shop-card-bottom strong {
  color: #fff;
  font-size: 0.95rem;
}

.shop-card-bottom span {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  color: #111722;
  background: #fff;
  font-weight: 800;
  transition: transform 0.24s ease;
}

.shop-store-card:hover .shop-card-bottom span {
  transform: translate(4px, -4px);
}

@media (max-width: 1180px) {
  .shop-store-grid {
    grid-template-columns: 1fr;
  }

  .shop-store-card {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .shop-wrap {
    width: min(100% - 1.4rem, 1320px);
    padding-top: 9rem;
  }

  .shop-section-head {
    display: block;
  }

  .shop-section-head > p {
    margin-top: 0.75rem;
  }

  .shop-store-card {
    min-height: 315px;
    border-radius: 24px;
  }

  .shop-card-topline {
    display: block;
  }

  .shop-card-topline span {
    display: inline-flex;
    margin-top: 0.55rem;
  }
}
