:root {
  --bg: #f8f9fb;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #5b6474;
  --border: #e5e7eb;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  --shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.045);
  --primary: #2f5bea;
  --primary-strong: #2448c7;
  --primary-soft: #e8efff;
  --yellow-soft: #fff4cf;
  --blue-soft: #e4efff;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --page-pad: clamp(18px, 4vw, 40px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #000;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
  color: var(--text);
  background: #000;
  font-family:
    "Pretendard",
    "Noto Sans KR",
    "Apple SD Gothic Neo",
    "Malgun Gothic",
    system-ui,
    sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
}

body::after {
  z-index: -1;
}

body[data-page="home"] {
  background: #06080d;
}

body[data-page="home"]::before {
  background:
    linear-gradient(90deg, rgba(4, 5, 10, 0.24) 0%, rgba(4, 5, 10, 0.14) 34%, rgba(4, 5, 10, 0.03) 64%, rgba(4, 5, 10, 0.06) 100%),
    linear-gradient(180deg, rgba(4, 5, 10, 0.04), rgba(4, 5, 10, 0.10)),
    url("./images/gallery/about-hero-machine.png"),
    radial-gradient(circle at 18% 18%, rgba(92, 123, 255, 0.18), transparent 18%),
    radial-gradient(circle at 80% 22%, rgba(245, 211, 102, 0.12), transparent 16%);
  background-size: cover, cover, cover, cover, cover;
  background-position: 35% center, center, 32% center, center, center;
  background-repeat: no-repeat;
}

body[data-page="home"]::after {
  opacity: 0.95;
  background:
    radial-gradient(circle at 70% 52%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(90deg, transparent 0 58%, rgba(255, 255, 255, 0.055) 58.2%, transparent 58.65%, transparent 100%),
    linear-gradient(90deg, transparent 0 67%, rgba(255, 255, 255, 0.04) 67.2%, transparent 67.55%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%, rgba(4, 5, 10, 0.26));
}

body[data-page="services"] {
  background: #0c1016;
}

body[data-page="services"]::before {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.72) 0%, rgba(6, 8, 12, 0.58) 36%, rgba(6, 8, 12, 0.3) 64%, rgba(6, 8, 12, 0.34) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.18), rgba(6, 8, 12, 0.38)),
    url("./images/gallery/services-hero-samples.png");
  background-size: cover, cover, cover;
  background-position: center, center, 58% center;
}

body[data-page="services"]::after {
  opacity: 0.56;
  background:
    radial-gradient(circle at 16% 22%, rgba(47, 91, 234, 0.12), transparent 16%),
    radial-gradient(circle at 84% 24%, rgba(248, 217, 133, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08));
}

body[data-page="service-detail"] {
  background: #0c1016;
}

body[data-page="service-detail"]::before {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.72) 0%, rgba(6, 8, 12, 0.58) 36%, rgba(6, 8, 12, 0.3) 64%, rgba(6, 8, 12, 0.34) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.18), rgba(6, 8, 12, 0.38)),
    url("./images/gallery/services-hero-samples.png");
  background-size: cover, cover, cover;
  background-position: center, center, 58% center;
}

body[data-page="service-detail"]::after {
  opacity: 0.56;
  background:
    radial-gradient(circle at 16% 22%, rgba(47, 91, 234, 0.12), transparent 16%),
    radial-gradient(circle at 84% 24%, rgba(248, 217, 133, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08));
}

body[data-page="directions"] {
  background: #0d1015;
}

body[data-page="directions"]::before {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.7) 0%, rgba(7, 9, 13, 0.56) 36%, rgba(7, 9, 13, 0.24) 64%, rgba(7, 9, 13, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, 0.14), rgba(7, 9, 13, 0.26)),
    url("./images/gallery/page-bg-brand-tools.png");
  background-size: cover, cover, cover;
  background-position: center, center, 60% center;
}

body[data-page="directions"]::after {
  opacity: 0.2;
  background:
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 82%);
}

body[data-page="contact"] {
  background: #0d1117;
}

body[data-page="contact"]::before {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.74) 0%, rgba(7, 9, 13, 0.62) 34%, rgba(7, 9, 13, 0.3) 60%, rgba(7, 9, 13, 0.26) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, 0.16), rgba(7, 9, 13, 0.3)),
    url("./images/gallery/page-bg-machine-detail.png");
  background-size: cover, cover, cover;
  background-position: center, center, 66% center;
}

body[data-page="contact"]::after {
  opacity: 0.18;
  background:
    repeating-linear-gradient(0deg, rgba(15, 23, 42, 0.018) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.012) 0 1px, transparent 1px 28px);
  mask-image: radial-gradient(circle at center, #000 54%, transparent 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

img[data-protected-media="image"] {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}

video[data-protected-media="video"] {
  -webkit-touch-callout: none;
}

#app {
  min-height: 100vh;
}

.page {
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
  padding: 26px 0 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(28px, 5vw, 54px);
  position: sticky;
  top: 16px;
  z-index: 20;
  padding: 18px 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(100%, 220px);
  object-fit: contain;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(47, 91, 234, 0.1), rgba(248, 217, 133, 0.16)),
    #fff;
  box-shadow: var(--shadow-soft);
  position: relative;
  flex: 0 0 auto;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 245, 255, 0.98));
  transform: rotate(-9deg);
  box-shadow: 0 0 0 1px rgba(229, 231, 235, 0.9);
}

.brand-mark::after {
  inset: 15px 13px 9px 9px;
  transform: rotate(10deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 255, 0.95));
}

.brand-copy strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.brand-copy span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding: 6px 8px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 0 16px;

  border-radius: 12px;
  border: none;

  background: transparent;
  color: rgba(255, 255, 255, 0.88);

  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;

  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.nav-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-link.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-header--dark {
  position: absolute;
  left: 50%;
  top: 16px;
  z-index: 22;
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin: 0;
  padding: 18px 0;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  box-shadow: none;
}

.site-header--dark .brand-copy strong,
.site-header--dark .brand-copy span {
  color: #f8fafc;
}

.site-header--dark .brand-copy span {
  color: rgba(226, 232, 240, 0.72);
}

.site-header--dark .brand-mark {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(97, 132, 255, 0.12)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.site-header--dark .brand-mark::before,
.site-header--dark .brand-mark::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(234, 242, 255, 0.28));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.site-header--dark .nav-link {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  border: none;
  box-shadow: none;
}

.site-header--dark .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.site-header--dark .nav-link.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.site-header--dark .brand-logo {
  opacity: 1;
}

.page-home {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-home main {
  width: 100%;
}

.page-home .section,
.page-home .footer {
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin-left: auto;
  margin-right: auto;
}

.page-home .section--about {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: clamp(44px, 7vw, 88px) 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.page-home .section--about .section-head {
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
}

.page-home .site-header {
  margin-bottom: 0;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: clamp(100px, 15vh, 162px) 0 48px;
  color: #f8fafc;
  background:
    radial-gradient(circle at 18% 20%, rgba(94, 123, 255, 0.22), transparent 20%),
    radial-gradient(circle at 82% 24%, rgba(245, 211, 102, 0.18), transparent 18%),
    linear-gradient(135deg, #04050a 0%, #070b12 46%, #111826 100%);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
    radial-gradient(circle at 78% 58%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
  opacity: 0.95;
}

.home-hero::after {
  background:
    linear-gradient(90deg, rgba(4, 5, 10, 0.08), rgba(4, 5, 10, 0) 38%),
    linear-gradient(180deg, rgba(4, 5, 10, 0), rgba(4, 5, 10, 0.22));
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  min-height: calc(100svh - clamp(100px, 15vh, 162px) - 48px);
}

.home-hero-copy {
  max-width: 44rem;
}

.home-hero-copy h1 {
  margin: 0;
  font-size: clamp(3.8rem, 8.2vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.home-hero-subtitle {
  margin: 22px 0 0;
  font-size: clamp(1.1rem, 1.8vw, 1.52rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(226, 232, 240, 0.98);
}

.home-hero-body {
  margin: 22px 0 0;
  color: rgba(226, 232, 240, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.92;
  white-space: pre-line;
}

.home-hero-actions {
  margin-top: 30px;
}

.home-hero-visual {
  display: grid;
  place-items: center;
  min-height: 500px;
}

.home-hero-art {
  display: block;
  width: min(100%, 620px);
  height: auto;
  aspect-ratio: 920 / 760;
  filter: drop-shadow(0 42px 80px rgba(0, 0, 0, 0.36));
}

.home-hero-art text {
  font-family: inherit;
}

.hero {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  padding: clamp(34px, 5vw, 60px);
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-compact {
  min-height: 0;
  padding-block: clamp(26px, 4vw, 42px);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.hero-compact .hero-visual {
  min-height: 360px;
}

.hero-compact .hero-art {
  width: min(100%, 360px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(47, 91, 234, 0.05), transparent 17%),
    radial-gradient(circle at 80% 30%, rgba(248, 217, 133, 0.08), transparent 12%);
  pointer-events: none;
}

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

.hero-copy {
  max-width: 44rem;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--primary-strong);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-subtitle {
  margin: 18px 0 0;
  color: var(--text);
  font-size: clamp(1.16rem, 2vw, 1.55rem);
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-body {
  margin: 18px 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: linear-gradient(180deg, var(--primary), var(--primary-strong));
  box-shadow: 0 14px 30px rgba(47, 91, 234, 0.18);
}

.button.secondary {
  color: var(--text);
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.03);
}

.button.ghost {
  color: var(--text);
  border-color: rgba(47, 91, 234, 0.18);
  background: rgba(232, 239, 255, 0.65);
}

.button.secondary:hover,
.button.ghost:hover {
  background: #fff;
  border-color: #cfd5e2;
}

.hero-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
}

.hero-art {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  isolation: isolate;
  filter: drop-shadow(0 34px 64px rgba(15, 23, 42, 0.14));
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border-radius: 44px;
  background: radial-gradient(circle at 50% 46%, rgba(47, 91, 234, 0.08), rgba(255, 255, 255, 0));
  filter: blur(12px);
}

.paper-sheet {
  position: absolute;
  border-radius: 28px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: linear-gradient(180deg, #fff, #f7f8fb);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.paper-sheet--back {
  inset: 16% 14% auto auto;
  width: 54%;
  height: 38%;
  transform: rotate(10deg);
  background:
    linear-gradient(135deg, rgba(47, 91, 234, 0.06), rgba(255, 255, 255, 0.94) 46%),
    linear-gradient(180deg, #fff, #f7f8fb);
}

.paper-sheet--mid {
  inset: 30% auto auto 10%;
  width: 42%;
  height: 28%;
  transform: rotate(-11deg);
  background:
    linear-gradient(135deg, rgba(248, 217, 133, 0.12), rgba(255, 255, 255, 0.96) 50%),
    linear-gradient(180deg, #fff, #f8f9fb);
}

.paper-sheet--front {
  inset: auto 18% 14% auto;
  width: 48%;
  height: 26%;
  transform: rotate(6deg);
  background:
    linear-gradient(180deg, #ffffff, #f3f6fb),
    linear-gradient(135deg, rgba(219, 234, 254, 0.55), rgba(255, 255, 255, 0.92));
}

.paper-sheet--accent {
  inset: auto auto 10% 14%;
  width: 28%;
  height: 14%;
  transform: rotate(-7deg);
  background:
    linear-gradient(180deg, #ffffff, #f6f8fb),
    linear-gradient(90deg, rgba(47, 91, 234, 0.1), rgba(248, 217, 133, 0.14));
}

.paper-sheet--front::before,
.paper-sheet--accent::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 14px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 91, 234, 0.5), rgba(47, 91, 234, 0.06));
}

.paper-sheet--accent::before {
  top: auto;
  bottom: 14px;
  background: linear-gradient(90deg, rgba(248, 217, 133, 0.7), rgba(248, 217, 133, 0.1));
}

.paper-mark {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  box-shadow: 0 10px 16px rgba(15, 23, 42, 0.08);
}

.paper-mark--blue {
  top: 24%;
  right: 12%;
  background: linear-gradient(180deg, #3c6df0, #a8bcff);
}

.paper-mark--yellow {
  bottom: 20%;
  left: 18%;
  background: linear-gradient(180deg, #f8d985, #ffe8a8);
}

.section {
  position: relative;
  overflow: hidden;
  margin-top: clamp(34px, 5vw, 54px);
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.section > * {
  position: relative;
  z-index: 1;
}

.section--about {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 246, 0.9)),
    rgba(255, 255, 255, 0.84);
}

.section--about::before,
.section--about::after,
.section--services::before,
.section--services::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  border: 1px solid rgba(229, 231, 235, 0.88);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
  pointer-events: none;
}

.section--about::before {
  width: 280px;
  height: 188px;
  right: -24px;
  top: 20px;
  transform: rotate(-9deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 242, 247, 0.9));
}

.section--about::after {
  width: 220px;
  height: 148px;
  right: 96px;
  bottom: -26px;
  transform: rotate(7deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 242, 220, 0.72));
}

.section--services {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 252, 248, 0.9)),
    rgba(255, 255, 255, 0.82);
}

.section--services::before {
  width: 260px;
  height: 168px;
  top: -34px;
  right: 24px;
  transform: rotate(8deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 247, 0.86));
}

.section--services::after {
  width: 230px;
  height: 144px;
  bottom: -28px;
  left: -10px;
  transform: rotate(-7deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 243, 202, 0.7));
}

.section--directions-top,
.section--directions-sketch,
.section--directions-info {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.section--contact {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.92);
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.section-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-subtitle {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.72;
}

.section-kicker {
  margin: 0;
  color: var(--primary-strong);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-card,
.info-card,
.preview-card,
.service-card,
.contact-band {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 20px;
  padding: 22px;
}

.about-copy strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.services-grid,
.location-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

.services-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.location-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.contact-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.preview-card,
.service-card,
.info-card {
  padding: 22px;
}

.preview-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.service-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.preview-card h3,
.service-card h3 {
  margin: 0;
  font-size: 1.03rem;
  letter-spacing: -0.03em;
}

.preview-card p,
.service-card p,
.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.preview-card {
  min-height: 170px;
}

.preview-card p {
  margin-top: 10px;
}

.service-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 180px;
}

.info-card {
  display: grid;
  gap: 10px;
}

.info-card--wide {
  grid-column: 1 / -1;
}

.info-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--primary-strong);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-card strong {
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.info-list,
.guide-box {
  display: grid;
  gap: 8px;
}

.guide-box {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.guide-box span,
.info-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(248, 249, 251, 0.9);
  color: var(--muted);
}

.template-box {
  width: 100%;
  min-height: 360px;
  resize: none;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #ffffff;
  color: var(--text);
  line-height: 1.8;
  font-size: 0.97rem;
  font-family: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: auto;
  white-space: pre;
}

.template-box::selection {
  background: rgba(47, 91, 234, 0.16);
}

@media (max-width: 640px) {
  .template-box {
    min-height: 300px;
  }
}

.service-icon {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7f8fb);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.service-icon-sheet {
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: linear-gradient(180deg, #fff, #f7f8fb);
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.06);
}

.service-icon-sheet--one {
  inset: 11px 12px 20px 16px;
  transform: rotate(-8deg);
}

.service-icon-sheet--two {
  inset: 15px 11px 16px 13px;
  transform: rotate(5deg);
}

.service-icon-sheet--three {
  inset: 19px 10px 12px 10px;
  transform: rotate(-3deg);
}

.service-icon.soft-blue .service-icon-sheet--one {
  background: linear-gradient(180deg, #fff, #eff5ff);
}

.service-icon.soft-yellow .service-icon-sheet--two {
  background: linear-gradient(180deg, #fff, #fff6db);
}

.service-icon.soft-gray .service-icon-sheet--three {
  background: linear-gradient(180deg, #fff, #f3f5f8);
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}

.contact-text {
  display: grid;
  gap: 8px;
}

.contact-text strong {
  display: block;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.contact-text span {
  color: var(--muted);
  line-height: 1.7;
}

.contact-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: clamp(28px, 4vw, 44px);
  padding: 30px 4px 36px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  z-index: 0;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.footer-logo {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: 0.94;
}

.footer-info {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.footer-info strong {
  color: #f8fafc;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.footer-info span,
.footer-meta span,
.footer-hours span {
  color: rgba(226, 232, 240, 0.76);
}

.footer-hours {
  display: grid;
  gap: 4px;
  text-align: right;
  flex: 0 0 auto;
}

.footer-hours strong {
  color: #f8fafc;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.footer-phone {
  margin-top: 6px;
  color: #f8fafc;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
  white-space: nowrap;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
}

.footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(3, 5, 8, 0.96), rgba(2, 3, 6, 1));
  z-index: -1;
}

.footer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
  z-index: -1;
}

.map-shell {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: 18px;
}

.map-surface {
  position: relative;
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(248, 249, 251, 0.95), rgba(255, 255, 255, 0.96)),
    #fff;
}

.map-surface::before,
.map-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-surface::before {
  background:
    linear-gradient(0deg, transparent 49%, rgba(229, 231, 235, 0.9) 50%, transparent 51%),
    linear-gradient(90deg, transparent 49%, rgba(229, 231, 235, 0.8) 50%, transparent 51%);
  background-size: 100% 100%, 100% 100%;
  opacity: 0.75;
}

.map-road {
  position: absolute;
  background: rgba(148, 163, 184, 0.28);
  border-radius: 999px;
}

.map-road--horizontal {
  left: 6%;
  right: 6%;
  top: 48%;
  height: 22px;
}

.map-road--vertical {
  top: 8%;
  bottom: 8%;
  left: 52%;
  width: 22px;
}

.map-road--diagonal {
  width: 56%;
  height: 16px;
  left: 22%;
  top: 28%;
  transform: rotate(32deg);
}

.map-marker {
  position: absolute;
  left: 54%;
  top: 46%;
  transform: translate(-50%, -70%);
  display: grid;
  place-items: center;
  gap: 8px;
}

.map-marker-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #3c6df0, #a8bcff);
  box-shadow: 0 0 0 8px rgba(47, 91, 234, 0.12), 0 12px 20px rgba(47, 91, 234, 0.12);
}

.map-marker-label {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.96);
  font-weight: 700;
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.map-street {
  position: absolute;
  font-size: 0.82rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 10px;
}

.map-street--top {
  top: 16px;
  left: 20px;
}

.map-street--side {
  right: 18px;
  bottom: 18px;
}

.service-blog-band {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff, #fafbfe);
  box-shadow: var(--shadow-soft);
}

.service-blog-band div {
  display: grid;
  gap: 6px;
}

.service-blog-band strong {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.service-blog-band span {
  color: var(--muted);
  line-height: 1.7;
}

.services-actions {
  margin-top: 18px;
}

.map-embed-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(12, 16, 22, 0.98), rgba(8, 11, 16, 0.98)),
    rgba(8, 10, 14, 0.96);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  padding: 10px;
}

.map-embed-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 32%, transparent 70%, rgba(255, 255, 255, 0.03));
}

.map-embed {
  display: block;
  width: 100%;
  height: clamp(380px, 58vw, 560px);
  border: 0;
  border-radius: 18px;
  background: #0b0f14;
  filter: saturate(0.9) contrast(1.02) brightness(0.95);
}

.section--directions-top {
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.map-sketch-shell {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.map-sketch {
  display: block;
  width: 100%;
  height: auto;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-email-line {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.contact-phones {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-icon {
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7f8fb);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  --icon-primary: #6a88ff;
  --icon-secondary: #dbe5ff;
  --icon-warm: #f7d77a;
  --icon-shadow: rgba(15, 23, 42, 0.08);
}

.service-icon.soft-blue {
  --icon-primary: #5f82ff;
  --icon-secondary: #dce6ff;
  --icon-warm: #a8bcff;
}

.service-icon.soft-yellow {
  --icon-primary: #f0b93f;
  --icon-secondary: #fff1c7;
  --icon-warm: #f5d479;
}

.service-icon.soft-gray {
  --icon-primary: #9aa7bd;
  --icon-secondary: #eef2f7;
  --icon-warm: #c6cfdd;
}

.service-icon-body,
.service-icon-banner,
.service-icon-card,
.service-icon-panel,
.service-icon-stamp-top,
.service-icon-stamp-body {
  position: absolute;
  border: 1px solid rgba(229, 231, 235, 0.96);
  background: linear-gradient(180deg, #ffffff, #f7f8fb);
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.06);
}

.service-icon-post,
.service-icon-stand,
.service-icon-base,
.service-icon-ruler,
.service-icon-rail {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 245, 249, 0.98));
  border: 1px solid rgba(229, 231, 235, 0.96);
  box-shadow: 0 6px 10px rgba(15, 23, 42, 0.05);
}

.service-icon-dot,
.service-icon-shadow-line {
  position: absolute;
  border-radius: 999px;
}

.service-icon--sign .service-icon-body {
  inset: 12px 12px 18px 14px;
  border-radius: 14px;
  transform: rotate(-8deg);
}

.service-icon--sign .service-icon-post {
  left: 10px;
  bottom: 10px;
  width: 8px;
  height: 24px;
  border-radius: 999px;
  transform: rotate(8deg);
}

.service-icon--sign .service-icon-dot {
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: linear-gradient(180deg, var(--icon-primary), var(--icon-secondary));
  box-shadow: 0 0 0 7px rgba(95, 130, 255, 0.1);
}

.service-icon--banner .service-icon-banner {
  inset: 10px 17px 12px 19px;
  border-radius: 14px;
  transform: rotate(7deg);
}

.service-icon--banner .service-icon-stand {
  left: 18px;
  right: 18px;
  bottom: 9px;
  height: 7px;
  border-radius: 999px;
}

.service-icon--banner .service-icon-shadow-line {
  left: 14px;
  right: 14px;
  top: 24px;
  height: 5px;
  background: linear-gradient(90deg, var(--icon-warm), var(--icon-primary));
  opacity: 0.9;
}

.service-icon--banner .service-icon-stand::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 2px;
  height: 18px;
  background: rgba(148, 163, 184, 0.7);
  transform: translateX(-50%);
}

.service-icon--print .service-icon-sheet {
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(229, 231, 235, 0.95);
  background: linear-gradient(180deg, #fff, #f7f8fb);
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.06);
}

.service-icon--print .service-icon-sheet--one {
  inset: 11px 13px 21px 17px;
  transform: rotate(-8deg);
}

.service-icon--print .service-icon-sheet--two {
  inset: 15px 11px 16px 13px;
  transform: rotate(5deg);
}

.service-icon--print .service-icon-sheet--three {
  inset: 19px 10px 11px 10px;
  transform: rotate(-3deg);
}

.service-icon--print .service-icon-sheet--one,
.service-icon--materials .service-icon-card--one,
.service-icon--materials .service-icon-card--two,
.service-icon--materials .service-icon-card--three {
  background: linear-gradient(180deg, #fff, rgba(250, 251, 253, 0.96));
}

.service-icon--stand .service-icon-banner {
  inset: 9px 18px 16px 17px;
  border-radius: 12px;
  transform: rotate(-4deg);
}

.service-icon--stand .service-icon-stand {
  left: 22px;
  right: 22px;
  bottom: 10px;
  height: 22px;
  border-radius: 999px;
}

.service-icon--stand .service-icon-stand--tall::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 2px;
  height: 18px;
  background: rgba(148, 163, 184, 0.7);
  transform: translateX(-50%);
}

.service-icon--stand .service-icon-base {
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 6px;
  border-radius: 999px;
}

.service-icon--materials .service-icon-card {
  border-radius: 12px;
}

.service-icon--materials .service-icon-card--one {
  inset: 12px 15px 24px 17px;
  transform: rotate(-8deg);
}

.service-icon--materials .service-icon-card--two {
  inset: 15px 12px 18px 14px;
  transform: rotate(4deg);
}

.service-icon--materials .service-icon-card--three {
  inset: 20px 10px 12px 10px;
  transform: rotate(-2deg);
}

.service-icon--stamp .service-icon-stamp-top {
  left: 18px;
  right: 18px;
  top: 10px;
  height: 12px;
  border-radius: 999px 999px 8px 8px;
}

.service-icon--stamp .service-icon-stamp-body {
  inset: 20px 16px 14px 16px;
  border-radius: 12px;
  transform: rotate(-6deg);
}

.service-icon--stamp .service-icon-stamp-base {
  left: 13px;
  right: 13px;
  bottom: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef2f7, #dfe5ef);
  border: 1px solid rgba(229, 231, 235, 0.96);
  box-shadow: 0 6px 10px rgba(15, 23, 42, 0.05);
}

.service-icon--install .service-icon-panel {
  inset: 11px 12px 18px 14px;
  border-radius: 14px;
  transform: rotate(-6deg);
}

.service-icon--install .service-icon-ruler {
  left: 17px;
  right: 16px;
  top: 23px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--icon-primary), var(--icon-secondary));
}

.service-icon--install .service-icon-rail {
  left: 16px;
  right: 16px;
  bottom: 10px;
  height: 7px;
  border-radius: 999px;
}

.hero-home .hero-visual {
  min-height: 520px;
}

.contact-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .section--about::before,
  .section--about::after,
  .section--services::before,
  .section--services::after {
    opacity: 0.7;
  }

  .site-header--dark {
    width: min(100%, calc(100% - (var(--page-pad) * 2)));
  }

  .home-hero {
    padding-top: 96px;
    padding-bottom: 36px;
  }

  .home-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero-visual {
    min-height: 320px;
  }

  .site-header,
  .contact-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header .nav,
  .site-header--dark .nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding: 6px 8px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

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

  .hero-visual {
    min-height: 320px;
  }

  .home-hero-copy h1 {
    font-size: clamp(3.2rem, 14vw, 5rem);
  }

  .about-card {
    grid-template-columns: 1fr;
  }

  .info-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body[data-page="directions"]::after,
  body[data-page="contact"]::after {
    opacity: 0.16;
  }

  body.is-mobile-device[data-page="services"]::before {
    opacity: 0.94;
    background-position: center, center, 62% center;
  }

  .section--about::before,
  .section--services::before {
    width: 180px;
    height: 118px;
    right: -18px;
  }

  .section--about::after,
  .section--services::after {
    width: 152px;
    height: 96px;
    left: auto;
    right: 24px;
    bottom: -20px;
  }

  .page {
    width: min(100% - 28px, 1180px);
    padding-top: 18px;
  }

  .hero,
  .section,
  .contact-band {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-title {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .hero-visual {
    min-height: 260px;
  }

  .hero-art {
    width: min(100%, 360px);
  }

  .home-hero-art {
    width: min(100%, 420px);
  }

  .hero-actions,
  .contact-actions,
  .inline-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .services-grid,
  .location-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding: 6px 8px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

  .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 0 16px;

  border-radius: 12px;
  border: none;

  background: transparent;
  color: rgba(255, 255, 255, 0.88);

  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;

  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

  .service-blog-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-embed {
    height: 360px;
  }

  .footer-main,
  .footer-brand {
    flex-direction: column;
  }

  .footer-hours {
    text-align: left;
  }
}

/* Visual refinement overrides */
.home-hero {
  background:
    linear-gradient(90deg, rgba(4, 6, 10, 0.9) 0%, rgba(4, 6, 10, 0.82) 32%, rgba(4, 6, 10, 0.56) 56%, rgba(4, 6, 10, 0.22) 78%, rgba(4, 6, 10, 0.12) 100%),
    linear-gradient(180deg, rgba(4, 6, 10, 0.26), rgba(4, 6, 10, 0.42)),
    url("./about-hero-machine.png");
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
  background-position: center, center, 72% center;
}

.home-hero::before {
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%, rgba(4, 5, 10, 0.2)),
    radial-gradient(circle at 66% 44%, rgba(91, 120, 255, 0.14), transparent 20%),
    radial-gradient(circle at 78% 50%, rgba(255, 255, 255, 0.08), transparent 18%);
}

.home-hero::after {
  background:
    linear-gradient(90deg, rgba(4, 5, 10, 0.16), rgba(4, 5, 10, 0.02) 40%, rgba(4, 5, 10, 0.28) 100%),
    linear-gradient(180deg, rgba(4, 5, 10, 0.08), rgba(4, 5, 10, 0.28));
}

.home-hero-inner {
  grid-template-columns: 1fr;
}

.home-hero-copy {
  max-width: 36rem;
}

.hero-brand-lockup {
  max-width: 62rem;
  margin: 0;
}

.home-hero-copy .about-brand-korean {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.home-hero-copy .about-brand-name {
  font-size: clamp(3rem, 6.4vw, 7rem);
}

.home-hero-copy .about-brand-tag {
  font-size: clamp(1rem, 1.8vw, 1.7rem);
}

.home-hero-visual {
  display: none;
}

.home-hero-photo-frame {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 0.92;
  margin-left: auto;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(8, 10, 15, 0.1), rgba(8, 10, 15, 0.34));
}

.home-hero-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%, rgba(4, 5, 10, 0.2)),
    radial-gradient(circle at 72% 44%, rgba(234, 180, 84, 0.16), transparent 18%);
  pointer-events: none;
  z-index: 1;
}

.home-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.home-hero-art {
  display: none;
}

.section--about {
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 9, 13, 0.9) 0%, rgba(6, 9, 13, 0.82) 34%, rgba(6, 9, 13, 0.56) 56%, rgba(6, 9, 13, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, 0.18), rgba(7, 9, 13, 0.28)),
    rgba(10, 14, 20, 0.76);
}

.section--about .section-head {
  max-width: 54rem;
}

.section--about .section-kicker,
.section--about .section-title,
.section--about .section-subtitle {
  color: #f8fafc;
}

.section--about .section-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.section--about .section-subtitle {
  color: rgba(226, 232, 240, 0.84);
}

.about-brand-lockup {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(12px, 2vw, 22px);
  margin: 8px 0 16px;
  color: #f8fafc;
}

.about-brand-korean {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.08em;
  font-weight: 900;
  white-space: nowrap;
}

.about-brand-divider {
  width: 1px;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.78);
}

.about-brand-english {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
}

.about-brand-name {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: clamp(2.3rem, 4.4vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.about-brand-name-text {
  display: inline-block;
}

.about-brand-infinity {
  display: inline-flex;
  align-items: center;
  width: 1.18em;
  height: 0.9em;
  margin: 0 0.018em;
  flex: 0 0 auto;
  vertical-align: middle;
  transform: translate(0.02em, 0.06em);
}

.about-brand-infinity-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.about-brand-tag {
  display: block;
  font-size: clamp(0.95rem, 1.6vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
}

.section--about .section-title {
  max-width: 28rem;
}

.section--about .section-since {
  margin: -2px 0 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.about-media {
  width: 100%;
  max-width: none;
  margin: 22px auto 0;
}

.about-video {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #020305;
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section--about::before,
.section--about::after,
.section--services::before,
.section--services::after {
  display: none;
}

.section--services {
  min-height: 520px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.section--services .section-head {
  max-width: 34rem;
}

.section--services .section-title,
.section--services .section-subtitle {
  color: #f8fafc;
}

.section--services .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.section--services .section-subtitle {
  color: rgba(226, 232, 240, 0.84);
}

.section--services .service-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 251, 0.92)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.section--services .service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
}

.section--services .service-card--soft-blue::before {
  background: linear-gradient(90deg, #2f5bea, rgba(47, 91, 234, 0.15));
}

.section--services .service-card--soft-yellow::before {
  background: linear-gradient(90deg, #eab857, rgba(234, 184, 87, 0.14));
}

.section--services .service-card--soft-gray::before {
  background: linear-gradient(90deg, #94a3b8, rgba(148, 163, 184, 0.14));
}

.section--services .service-card h3 {
  color: #0f172a;
  font-size: 1.08rem;
}

.section--services .service-card p {
  color: #4b5563;
  line-height: 1.72;
}

.section--services .service-icon {
  border-color: rgba(203, 213, 225, 0.9);
  background: linear-gradient(180deg, #ffffff, #eef2f7);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.section--services .services-grid {
  gap: 20px;
}

.section--services .services-actions {
  margin-top: 28px;
}

.section--services .services-video-block {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  margin-top: 28px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.section--services .services-video {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: auto;
  background: #050608;
}

.section--services .service-card {
  padding: 24px 24px 22px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.95)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.section--services .service-card::before {
  left: 24px;
  right: 24px;
  top: 0;
  height: 3px;
  border-radius: 999px;
}

.section--services .service-card-head {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 2px;
}

.section--services .service-card h3 {
  font-size: 1.12rem;
  line-height: 1.34;
}

.section--services .service-card p {
  line-height: 1.82;
}

.section--services .service-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  border-color: rgba(210, 218, 230, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 245, 250, 0.98)),
    #fff;
  box-shadow:
    0 14px 28px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.section--services .service-icon-body,
.section--services .service-icon-banner,
.section--services .service-icon-card,
.section--services .service-icon-panel,
.section--services .service-icon-stamp-top,
.section--services .service-icon-stamp-body {
  border-color: rgba(214, 221, 232, 0.98);
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.section--services .service-icon-post,
.section--services .service-icon-stand,
.section--services .service-icon-base,
.section--services .service-icon-ruler,
.section--services .service-icon-rail {
  border-color: rgba(214, 221, 232, 0.98);
  background: linear-gradient(180deg, #ffffff, #edf2f7);
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.07);
}

.section--services .service-icon.soft-blue {
  --icon-primary: #4d72ff;
  --icon-secondary: #dce5ff;
  --icon-warm: #aec0ff;
}

.section--services .service-icon.soft-yellow {
  --icon-primary: #efb43d;
  --icon-secondary: #fff0c6;
  --icon-warm: #f4cf72;
}

.section--services .service-icon.soft-gray {
  --icon-primary: #90a0bb;
  --icon-secondary: #eef3f8;
  --icon-warm: #c3ccda;
}

.section--services .service-icon--sign .service-icon-body {
  inset: 12px 14px 20px 18px;
  border-radius: 12px;
  transform: rotate(-6deg);
}

.section--services .service-icon--sign .service-icon-body::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 13px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--icon-primary), rgba(255, 255, 255, 0.98));
}

.section--services .service-icon--sign .service-icon-post {
  left: 16px;
  bottom: 9px;
  width: 7px;
  height: 28px;
}

.section--services .service-icon--sign .service-icon-dot {
  right: 11px;
  top: 11px;
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, var(--icon-primary), #b9c9ff);
  box-shadow: 0 0 0 8px rgba(95, 130, 255, 0.1);
}

.section--services .service-icon--banner .service-icon-banner {
  inset: 12px 18px 16px 18px;
  border-radius: 13px 13px 10px 10px;
  transform: none;
}

.section--services .service-icon--banner .service-icon-banner::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 12px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--icon-warm), #fff4d8);
}

.section--services .service-icon--banner .service-icon-shadow-line {
  left: 17px;
  right: 17px;
  top: 23px;
  height: 6px;
  background: linear-gradient(90deg, var(--icon-warm), var(--icon-primary));
}

.section--services .service-icon--banner .service-icon-stand::after {
  top: -16px;
  width: 3px;
  height: 24px;
  background: linear-gradient(180deg, #d6deea, #b9c5d6);
}

.section--services .service-icon--print .service-icon-sheet {
  border-radius: 9px;
}

.section--services .service-icon--print .service-icon-sheet--three::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 10px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8ea8ff, #f6d67d 58%, #dbe6ff);
}

.section--services .service-icon--stand .service-icon-banner {
  inset: 10px 18px 18px 18px;
  border-radius: 11px;
}

.section--services .service-icon--stand .service-icon-banner::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 9px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--icon-primary), rgba(255, 255, 255, 0.92));
}

.section--services .service-icon--stand .service-icon-stand--tall::before {
  top: -20px;
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #d3dbe8, #b7c4d4);
}

.section--services .service-icon--materials .service-icon-card {
  border-radius: 10px;
}

.section--services .service-icon--materials .service-icon-card--one::before,
.section--services .service-icon--materials .service-icon-card--two::before,
.section--services .service-icon--materials .service-icon-card--three::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 48%;
  border-radius: 0 10px 0 10px;
  background: linear-gradient(135deg, var(--icon-primary), var(--icon-warm));
  opacity: 0.88;
}

.section--services .service-icon--stamp .service-icon-stamp-top {
  left: 19px;
  right: 19px;
  top: 10px;
  height: 11px;
}

.section--services .service-icon--stamp .service-icon-stamp-body {
  inset: 21px 17px 16px 17px;
  transform: none;
}

.section--services .service-icon--stamp .service-icon-stamp-body::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 11px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--icon-primary), rgba(255, 255, 255, 0.98));
}

.section--services .service-icon--install .service-icon-panel {
  inset: 13px 15px 18px 16px;
  border-radius: 13px;
}

.section--services .service-icon--install .service-icon-panel::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 10px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--icon-primary), rgba(255, 255, 255, 0.95));
}

.section--services .service-icon--install .service-icon-ruler {
  left: 17px;
  right: 17px;
  top: 26px;
  height: 6px;
}

.section--services .button.secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.section--services .button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

/* Services: dark gold card redesign */
.section--services .service-card {
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(227, 194, 129, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(24, 24, 27, 0.96), rgba(17, 17, 20, 0.98));
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 236, 191, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.section--services .service-card::before {
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  display: none;
}

.section--services .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 228, 170, 0.08), transparent 36%, transparent 65%, rgba(255, 228, 170, 0.05));
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.section--services .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(255, 255, 255, 0.04);
}

.section--services .service-card:hover::after {
  opacity: 1;
}

.section--services .service-card-head {
  align-items: flex-start;
  gap: 16px;
}

.section--services .service-card h3 {
  color: #e8cb92;
  font-size: 1.14rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.section--services .service-card p {
  color: rgba(241, 230, 205, 0.9);
  line-height: 1.82;
}

.section--services .service-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  border: 2px solid rgba(205, 171, 103, 0.76);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 226, 168, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(40, 39, 43, 0.98), rgba(20, 20, 23, 0.98));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 234, 188, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  --icon-primary: #e6c37d;
  --icon-secondary: #f6e2ae;
  --icon-warm: #c89f54;
  --icon-shadow: rgba(0, 0, 0, 0.22);
}

.section--services .service-card:hover .service-icon {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(234, 201, 136, 0.98);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.34),
    0 0 16px rgba(234, 201, 136, 0.12),
    inset 0 1px 0 rgba(255, 234, 188, 0.12);
}

.section--services .service-icon.soft-blue,
.section--services .service-icon.soft-yellow,
.section--services .service-icon.soft-gray {
  --icon-primary: #e5c27c;
  --icon-secondary: #fff0c6;
  --icon-warm: #c79d50;
}

.section--services .service-icon-body,
.section--services .service-icon-banner,
.section--services .service-icon-card,
.section--services .service-icon-panel,
.section--services .service-icon-stamp-top,
.section--services .service-icon-stamp-body {
  border: 1px solid rgba(198, 165, 100, 0.56);
  background: linear-gradient(180deg, rgba(248, 227, 184, 0.98), rgba(193, 153, 83, 0.92));
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 246, 221, 0.52);
}

.section--services .service-icon-post,
.section--services .service-icon-stand,
.section--services .service-icon-base,
.section--services .service-icon-ruler,
.section--services .service-icon-rail {
  border: 1px solid rgba(198, 165, 100, 0.54);
  background: linear-gradient(180deg, rgba(251, 234, 197, 0.96), rgba(181, 141, 74, 0.92));
  box-shadow:
    0 8px 14px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 244, 214, 0.48);
}

.section--services .service-icon-dot,
.section--services .service-icon-shadow-line {
  background: linear-gradient(180deg, rgba(252, 237, 204, 0.98), rgba(204, 160, 84, 0.96));
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
}

.section--services .service-icon--sign .service-icon-body::before,
.section--services .service-icon--banner .service-icon-banner::before,
.section--services .service-icon--print .service-icon-sheet--three::before,
.section--services .service-icon--stand .service-icon-banner::before,
.section--services .service-icon--stamp .service-icon-stamp-body::before,
.section--services .service-icon--install .service-icon-panel::before {
  background: linear-gradient(90deg, rgba(88, 62, 22, 0.4), rgba(255, 248, 227, 0.9), rgba(164, 126, 58, 0.7));
}

.section--services .service-icon--materials .service-icon-card--one::before,
.section--services .service-icon--materials .service-icon-card--two::before,
.section--services .service-icon--materials .service-icon-card--three::before {
  background: linear-gradient(135deg, rgba(255, 241, 208, 0.98), rgba(210, 169, 92, 0.98));
}

/* Service detail gallery */
.service-detail-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
}

.service-detail-gallery-item {
  display: block;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-detail-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.service-detail-gallery-thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.service-detail-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.service-detail-gallery-item:hover .service-detail-gallery-thumb img {
  transform: scale(1.05);
}

.service-detail-gallery-item figcaption {
  padding: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  text-align: center;
}

.service-detail-gallery-video {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
  background: #000;
}

.service-detail-gallery-video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-detail-video-block {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  margin-top: 42px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.service-detail-video {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: auto;
  background: #050608;
}

/* Services: large icon composition */
.section--services .service-card {
  min-height: 310px;
  padding: 28px 26px 26px;
}

.section--services .service-card-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  max-width: min(58%, 320px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.section--services .service-card-copy h3,
.section--services .service-card-copy p {
  margin: 0;
}

.section--services .service-card-copy h3 {
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.section--services .service-card-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section--services .service-card-list li {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: rgba(241, 230, 205, 0.92);
  font-size: 1rem;
  line-height: 1.45;
}

.section--services .service-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4ddb0, #c89f54);
  box-shadow: 0 0 8px rgba(232, 203, 146, 0.22);
}

.section--services .service-card-link {
  position: relative;
  z-index: 2;
  display: block;
  min-height: inherit;
  color: inherit;
  text-decoration: none;
}

.section--services .service-card-link:focus-visible {
  outline: 2px solid rgba(232, 203, 146, 0.72);
  outline-offset: 4px;
}

.section--service-detail {
  display: grid;
  gap: 28px;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-top: 14px;
}

.section--service-detail .section-head {
  margin: 0;
}

.section--service-detail .section-kicker {
  color: rgba(232, 203, 146, 0.88) !important;
}

.section--service-detail .section-title {
  color: #e8cb92 !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.section--service-detail .section-subtitle {
  color: rgba(241, 230, 205, 0.88) !important;
}

.service-detail-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.service-detail-layout {
  display: grid;
  gap: 22px;
}

.service-detail-card {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(24, 24, 27, 0.92), rgba(17, 17, 20, 0.96));
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 26px;
}

.service-detail-card h2 {
  margin: 0 0 18px;
  color: #f1e6cd;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.service-detail-card--signage {
  position: relative;
  min-height: 304px;
  padding-bottom: 0;
}

.service-detail-icon-cluster {
  display: none;
}

.service-detail-card--signage .service-detail-icon-cluster {
  position: absolute;
  top: 34px;
  bottom: 0;
  right: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0 6px;
  width: min(54%, 388px);
  align-items: stretch;
}

.service-detail-card--signage .service-detail-icon-chip {
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
  padding: 0;
}

.service-detail-card--signage .service-detail-icon-chip img {
  width: 100%;
  max-width: 188px;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
}

.service-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-card--signage .service-detail-list {
  max-width: min(38%, 242px);
}

.service-detail-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(241, 230, 205, 0.92);
  font-size: 1rem;
  line-height: 1.48;
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4ddb0, #c89f54);
  box-shadow: 0 0 8px rgba(232, 203, 146, 0.22);
}

.service-detail-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.service-detail-gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(21, 21, 23, 0.96), rgba(14, 14, 16, 0.98));
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease;
  cursor: zoom-in;
}

.service-detail-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: transparent;
  pointer-events: none;
}

.service-detail-gallery-thumb {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.service-detail-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: rgba(8, 10, 14, 0.92);
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.32s ease;
}

.service-detail-gallery-item figcaption {
  padding: 12px 14px 14px;
  color: rgba(241, 230, 205, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.service-detail-gallery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 203, 146, 0.3);
  box-shadow:
    0 22px 34px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(232, 203, 146, 0.08);
}

.service-detail-gallery-item:hover > .service-detail-gallery-thumb img,
.service-detail-gallery-item:focus-visible > .service-detail-gallery-thumb img {
  transform: scale(1.08);
}

.service-hover-preview {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 1250;
  width: min(34vw, 520px);
  pointer-events: none;
  transform: translateX(-50%);
}

.service-hover-preview[hidden] {
  display: none;
}

.service-hover-preview-figure {
  margin: 0;
  display: grid;
  gap: 10px;
}

.service-hover-preview-image {
  width: 100%;
  max-height: 52vh;
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid rgba(232, 203, 146, 0.24);
  background: rgba(10, 12, 16, 0.98);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(232, 203, 146, 0.1);
}

.service-hover-preview-caption {
  color: rgba(241, 230, 205, 0.92);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.service-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 28px;
}

.service-lightbox[hidden] {
  display: none;
}

.service-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 8, 0.82);
  backdrop-filter: blur(8px);
}

.service-lightbox-figure {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(100%, 1040px);
  display: grid;
  gap: 14px;
}

.service-lightbox-image {
  width: 100%;
  max-height: min(78vh, 920px);
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 16, 0.96);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

.service-lightbox-caption {
  color: rgba(241, 230, 205, 0.94);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
}

.service-lightbox-caption-title {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
  line-height: 1.38;
}

.service-lightbox-caption-description {
  display: block;
  font-size: 0.95rem;
  line-height: 1.62;
  font-weight: 500;
  color: rgba(241, 230, 205, 0.92);
  white-space: pre-line;
}

.service-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(14, 16, 20, 0.82);
  color: #f7f2e5;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

body.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .service-detail-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-detail-card--signage {
    min-height: 0;
  }

  .service-detail-card--signage .service-detail-icon-cluster {
    display: none;
  }

  .service-detail-card--signage .service-detail-list {
    max-width: none;
  }

  .service-lightbox {
    padding: 18px;
  }

  .service-lightbox-close {
    top: 16px;
    right: 16px;
  }
}

.section--services .service-card-visual {
  position: absolute;
  right: 2px;
  top: 18px;
  width: min(54%, 212px);
  height: min(92%, 220px);
  z-index: 1;
  pointer-events: none;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.24));
  transition:
    filter 0.22s ease,
    transform 0.22s ease,
    width 0.22s ease,
    height 0.22s ease,
    right 0.22s ease,
    top 0.22s ease;
}

.section--services .service-card-visual .service-icon {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.section--services .service-illustration {
  display: block;
  width: 100%;
  height: 100%;
}

.section--services .service-illustration-stack {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section--services .service-illustration--image {
  object-fit: contain;
  object-position: center;
  transform: scale(1.34);
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.28))
    saturate(1.02);
}

.section--services .service-card:hover .service-icon {
  transform: none;
  box-shadow: none;
}

.section--services .service-card:hover .service-card-visual {
  filter:
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 18px rgba(232, 203, 146, 0.12));
  right: 50%;
  top: 50%;
  width: min(88%, 340px);
  height: min(126%, 300px);
  transform: translate(50%, -50%);
}

.section--services .service-card:hover .service-card-copy {
  opacity: 0;
  transform: translateY(8px);
}

.section--services .service-card--soft-blue .service-card-visual .service-illustration--image {
  transform: translateX(12px) scale(1.42);
}

.section--services .service-card--soft-yellow .service-card-visual .service-illustration--image {
  transform: translateX(6px) scale(1.36);
}

.section--services .service-icon--sign .service-illustration--image {
  object-fit: contain;
}

.section--services .service-icon--sign .service-illustration-stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 0;
  margin-top: 56px;
  margin-bottom: -12px;
}

.section--services .service-icon--sign .service-illustration--image-back-far,
.section--services .service-icon--sign .service-illustration--image-back {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  max-width: 118px;
  max-height: 118px;
  object-position: center;
  opacity: 1;
}

.section--services .service-icon--sign .service-illustration--image-back-far {
  transform: scale(1.52) !important;
  margin-top: 0;
  margin-left: 14px;
  filter:
    drop-shadow(0 10px 16px rgba(0, 0, 0, 0.2))
    saturate(0.94);
}

.section--services .service-icon--sign .service-illustration--image-back {
  transform: scale(1.52);
  margin-top: 0;
  margin-left: 0;
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22))
    saturate(0.96);
}

.section--services .service-icon--print .service-illustration--image {
  object-position: center 54%;
  transform: translateX(8px) scale(1.62);
}

.section--services .service-icon--stand .service-illustration--image {
  object-position: center 58%;
  transform: translateY(58px) scale(3.35) !important;
}

.section--services .service-icon--materials .service-illustration--image {
  object-position: center;
  transform: translateX(2px) scale(1.18);
}

.section--services .service-icon--stamp .service-illustration--image {
  object-position: center top;
  transform: translateY(10px) scale(1.12);
}

.section--services .service-icon--install .service-illustration--image {
  object-position: center 52%;
  transform: translateX(0) scale(1.08);
}

.section--services .service-card:hover .service-icon--stand .service-illustration--image {
  object-position: center 48%;
  transform: translateX(0) scale(1.14);
}

.section--services .service-card:hover .service-icon--sign .service-illustration--image-back-far {
  transform: translateY(8px) scale(2.3) !important;
  margin-left: 8px;
}

.section--services .service-card:hover .service-icon--sign .service-illustration--image-back {
  transform: translateY(8px) scale(2.3) !important;
}

.section--services .service-card:hover .service-icon--sign .service-illustration-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin-top: 38px;
  margin-bottom: 0;
}

.section--services .service-card:hover .service-icon--sign .service-illustration--image-back-far,
.section--services .service-card:hover .service-icon--sign .service-illustration--image-back {
  max-width: 184px;
  max-height: 184px;
}

.section--services .service-card:hover .service-icon--materials .service-illustration--image {
  object-position: center;
  transform: translateX(2px) scale(1.26);
}

.section--services .service-card:hover .service-icon--stamp .service-illustration--image {
  object-position: center 54%;
  transform: translateX(6px) scale(1.3);
}

.section--services .service-card:hover .service-icon--install .service-illustration--image {
  object-position: center 52%;
  transform: translateX(0) scale(1.16);
}

.section--services .service-icon-body,
.section--services .service-icon-banner,
.section--services .service-icon-card,
.section--services .service-icon-panel,
.section--services .service-icon-stamp-top,
.section--services .service-icon-stamp-body,
.section--services .service-icon-post,
.section--services .service-icon-stand,
.section--services .service-icon-base,
.section--services .service-icon-ruler,
.section--services .service-icon-rail {
  border-radius: 14px;
}

.section--services .service-icon--sign .service-icon-body {
  inset: 12px 18px 26px 22px;
  border-radius: 14px;
}

.section--services .service-icon--sign .service-icon-post {
  left: 22px;
  bottom: 8px;
  width: 8px;
  height: 44px;
}

.section--services .service-icon--sign .service-icon-dot {
  right: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
}

.section--services .service-icon--banner .service-icon-banner {
  inset: 14px 18px 22px 18px;
  border-radius: 15px 15px 12px 12px;
}

.section--services .service-icon--banner .service-icon-stand {
  left: 22px;
  right: 22px;
  bottom: 10px;
  height: 8px;
}

.section--services .service-icon--print .service-icon-sheet--one {
  inset: 18px 18px 30px 22px;
}

.section--services .service-icon--print .service-icon-sheet--two {
  inset: 22px 16px 24px 18px;
}

.section--services .service-icon--print .service-icon-sheet--three {
  inset: 26px 15px 18px 16px;
}

.section--services .service-icon--stand .service-icon-banner {
  inset: 14px 18px 24px 18px;
}

.section--services .service-icon--stand .service-icon-stand {
  left: 24px;
  right: 24px;
  bottom: 12px;
  height: 24px;
}

.section--services .service-icon--materials .service-icon-card--one {
  inset: 16px 18px 32px 22px;
}

.section--services .service-icon--materials .service-icon-card--two {
  inset: 22px 16px 24px 18px;
}

.section--services .service-icon--materials .service-icon-card--three {
  inset: 28px 14px 16px 16px;
}

.section--services .service-icon--stamp .service-icon-stamp-top {
  left: 24px;
  right: 24px;
  top: 12px;
}

.section--services .service-icon--stamp .service-icon-stamp-body {
  inset: 25px 20px 20px 20px;
}

.section--services .service-icon--stamp .service-icon-stamp-base {
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 9px;
}

.section--services .service-icon--install .service-icon-panel {
  inset: 16px 18px 24px 20px;
}

.section--services .service-icon--install .service-icon-ruler {
  left: 22px;
  right: 22px;
  top: 34px;
  height: 7px;
}

.section--services .service-icon--install .service-icon-rail {
  left: 20px;
  right: 20px;
  bottom: 10px;
  height: 8px;
}

@media (max-width: 980px) {
  .section--services .service-card-copy {
    max-width: min(62%, 300px);
  }
}

@media (max-width: 640px) {
  body.is-mobile-device .section--services .service-card {
    min-height: 276px;
    padding: 24px 22px 22px;
  }

  body.is-mobile-device .section--services .service-card-copy {
    max-width: min(72%, 280px);
    gap: 12px;
  }

  body.is-mobile-device .section--services .service-card-copy h3 {
    font-size: 1rem;
  }

  body.is-mobile-device .section--services .service-card-list {
    gap: 8px;
  }

  body.is-mobile-device .section--services .service-card-list li {
    font-size: 0.92rem;
  }

  body.is-mobile-device .section--services .service-card-visual {
    right: -2px;
    top: 16px;
    width: min(50%, 152px);
    height: min(86%, 176px);
  }

  body.is-mobile-device .section--services .service-card:hover .service-card-visual {
    right: 50%;
    top: 50%;
    width: min(82%, 228px);
    height: min(116%, 228px);
    transform: translate(50%, -50%);
  }
}

.section--directions-info {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding-left: 0;
  padding-right: 0;
}

.section--directions-info .section-kicker,
.section--directions-info .section-title,
.section--directions-info .section-subtitle {
  color: #f8fafc;
}

.section--directions-info .section-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.section--directions-info .section-subtitle {
  color: rgba(226, 232, 240, 0.82);
}

.section--directions-info .section-head {
  padding-left: 12px;
  padding-right: 12px;
}

.section--directions-info .info-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.94), rgba(10, 14, 20, 0.92)),
    rgba(10, 14, 20, 0.94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.section--directions-info .info-card strong,
.section--directions-info .info-card p,
.section--directions-info .info-card span {
  color: #f8fafc;
}

.section--directions-info .info-card .info-phone {
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
  white-space: nowrap;
}

.section--directions-info .info-card .info-label {
  color: rgba(255, 255, 255, 0.72);
}

.section--directions-info .button.secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.section--directions-info .button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.section--contact {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.94), rgba(10, 14, 20, 0.92)),
    rgba(10, 14, 20, 0.93);
  backdrop-filter: blur(10px);
}

.section--contact .section-title,
.section--contact .section-subtitle {
  color: #f8fafc;
}

.section--contact .section-subtitle {
  color: rgba(226, 232, 240, 0.84);
}

.section--contact .info-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 22, 29, 0.98), rgba(12, 15, 22, 0.98)),
    rgba(12, 15, 22, 0.96);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.section--contact .contact-phones {
  color: #f8fafc;
}

.section--contact .contact-copy-note {
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.95rem;
}

.section--contact .contact-email-line {
  color: rgba(226, 232, 240, 0.8);
}

.section--contact .template-box {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 11, 16, 0.98), rgba(10, 13, 19, 0.98)),
    rgba(8, 11, 16, 0.96);
  color: rgba(248, 250, 252, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.section--contact .template-box::selection {
  background: rgba(232, 203, 146, 0.22);
}

.section--contact .button.secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.section--contact .button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

body[data-page="home"] .footer,
body[data-page="services"] .footer,
body[data-page="directions"] .footer,
body[data-page="contact"] .footer {
  color: rgba(226, 232, 240, 0.78);
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
}

.service-icon-body,
.service-icon-banner,
.service-icon-card,
.service-icon-panel,
.service-icon-stamp-top,
.service-icon-stamp-body {
  border-radius: 10px;
}

.service-icon-sheet,
.service-icon-card {
  border-radius: 8px;
}

@media (max-width: 980px) {
  .home-hero {
    background-position: center, center, 68% center;
  }

  .home-hero-photo-frame {
    width: min(100%, 540px);
    aspect-ratio: 1.14;
    margin-left: 0;
  }

  .section--about {
    min-height: 0;
  }

  .section--services {
    min-height: 460px;
  }

  .page-home .section--about {
    padding-block: clamp(38px, 6vw, 62px);
  }

  .about-video {
    max-width: 100%;
  }

  .about-brand-lockup {
    grid-template-columns: auto 1px minmax(0, 1fr);
  }

  .home-hero-copy .about-brand-korean {
    font-size: clamp(2.4rem, 8vw, 4rem);
  }

  .home-hero-copy .about-brand-name {
    font-size: clamp(2.7rem, 10vw, 5.6rem);
  }

}

@media (max-width: 640px) {
  .home-hero {
    background-position: center, center, 64% center;
  }

  .home-hero-visual {
    min-height: 300px;
  }

  .home-hero-photo-frame {
    width: min(100%, 420px);
    aspect-ratio: 1.06;
    border-radius: 24px;
  }

  .section--about {
    min-height: 0;
  }

  .section--services {
    min-height: 0;
  }

  .page-home .section--about {
    padding-block: 34px;
  }

  .about-media {
    margin-top: 18px;
  }

  .about-video {
    border-radius: 18px;
  }

  .about-brand-lockup {
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 14px;
    align-items: stretch;
  }

  .about-brand-divider {
    display: block;
  }

  .about-brand-korean {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
    line-height: 1.02;
  }

  .about-brand-name {
    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: 0.92;
    white-space: nowrap;
  }

  .about-brand-tag {
    font-size: 0.76rem;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
}

/* Responsive optimization: tablet + mobile */
@media (max-width: 900px) {
  :root {
    --page-pad: 16px;
  }

  .page {
    width: min(100% - 24px, 1180px);
    padding-top: 18px;
  }

  .site-header,
  .site-header--dark {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-bottom: 18px;
    padding-top: 0;
    gap: 14px;
  }

  .brand-logo {
    height: 34px;
    max-width: 180px;
  }

  .nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding: 6px 8px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 0 16px;

  border-radius: 12px;
  border: none;

  background: transparent;
  color: rgba(255, 255, 255, 0.88);

  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;

  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

  .home-hero {
    min-height: auto;
    padding: 110px 0 28px;
  }

  .home-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    align-items: start;
  }

  .home-hero-copy {
    max-width: 100%;
  }

  .home-hero-body {
    max-width: 22rem;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .home-hero-visual {
    min-height: auto;
  }

  .home-hero-photo-frame {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1.18;
    border-radius: 22px;
  }

  .section {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .section-head {
    gap: 8px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .section-subtitle {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .page-home .section,
  .page-home .footer {
    width: min(100% - 24px, 1180px);
  }

  .page-home .section--about {
    padding-block: 34px;
  }

  .about-media {
    width: 100%;
    margin-top: 18px;
  }

  .about-video {
    max-width: 100%;
    border-radius: 18px;
  }

  .services-grid,
  .location-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section--services .services-actions {
    margin-top: 20px;
  }

  .section--services .services-video-block {
    margin-top: 20px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }

  .section--services .services-video {
    min-height: auto;
  }

  .map-embed {
    height: 340px;
    border-radius: 16px;
  }

  .section--directions-info .section-head {
    padding-left: 0;
    padding-right: 0;
  }

  .section--directions-info .info-card {
    padding: 18px;
  }

  .section--directions-info .info-card .info-phone {
    font-size: clamp(1.1rem, 5.2vw, 1.45rem);
    letter-spacing: -0.03em;
  }

  .contact-actions,
  .inline-actions {
    width: 100%;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .contact-stack {
    gap: 14px;
  }

  .contact-phones {
    gap: 10px;
    font-size: 1rem;
  }

  .template-box {
    min-height: 280px;
    padding: 16px 18px;
  }

  .footer {
    margin-top: 24px;
    padding: 18px 0 26px;
  }

  .footer-main,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-hours {
    text-align: left;
    gap: 6px;
  }

  .footer-phone {
    font-size: clamp(1rem, 4.4vw, 1.25rem);
  }

  .footer-meta {
    gap: 8px 14px;
  }
}

/* Mobile-first service layout */
@media (max-width: 768px) {
  body.is-mobile-device .section--services .service-card {
    min-height: auto;
    padding: 20px 18px 18px;
  }

  body.is-mobile-device .section--services .service-card-visual,
  body.is-mobile-device .section--services .service-card:hover .service-card-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 180px;
    margin: 0 0 10px;
    transform: none !important;
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.22));
  }

  body.is-mobile-device .section--services .service-icon--stamp {
    position: relative;
    width: 100%;
    height: 100%;
  }

  body.is-mobile-device .section--services .service-card-copy,
  body.is-mobile-device .section--services .service-card:hover .service-card-copy {
    max-width: 100% !important;
    opacity: 1 !important;
    transform: none !important;
    gap: 12px;
  }

  body.is-mobile-device .section--services .service-card-copy h3 {
    white-space: normal;
  }

  body.is-mobile-device .section--services .service-card-list {
    gap: 8px;
  }

  body.is-mobile-device .section--services .service-card-list li {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  body.is-mobile-device .section--services .service-icon--sign .service-illustration-stack,
  body.is-mobile-device .section--services .service-card:hover .service-icon--sign .service-illustration-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  body.is-mobile-device .section--services .service-icon--sign .service-illustration--image-back-far,
  body.is-mobile-device .section--services .service-icon--sign .service-illustration--image-back,
  body.is-mobile-device .section--services .service-card:hover .service-icon--sign .service-illustration--image-back-far,
  body.is-mobile-device .section--services .service-card:hover .service-icon--sign .service-illustration--image-back {
    max-width: 132px;
    max-height: 132px;
    margin-left: 0;
    margin-top: 0;
  }

  body.is-mobile-device .section--services .service-icon--sign .service-illustration--image-back-far,
  body.is-mobile-device .section--services .service-card:hover .service-icon--sign .service-illustration--image-back-far {
    transform: scale(1.34) !important;
  }

  body.is-mobile-device .section--services .service-icon--sign .service-illustration--image-back,
  body.is-mobile-device .section--services .service-card:hover .service-icon--sign .service-illustration--image-back {
    transform: scale(1.34) !important;
  }

  body.is-mobile-device .section--services .service-icon--stamp .service-illustration--image,
  body.is-mobile-device .section--services .service-card:hover .service-icon--stamp .service-illustration--image {
    position: absolute;
    top: -10px;
    left: 50%;
    width: clamp(156px, 50vw, 198px);
    height: auto !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding-top: 100px;
    padding-bottom: 22px;
  }

  .brand-logo {
    height: 30px;
  }

  .home-hero-copy .about-brand-korean {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.06;
  }

  .home-hero-copy .about-brand-name {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }

  .home-hero-copy .about-brand-tag {
    font-size: 0.86rem;
    letter-spacing: 0.08em;
  }

  .home-hero-body {
    max-width: 18rem;
    font-size: 0.92rem;
  }

  .map-embed {
    height: 300px;
  }

  .section--services .services-video {
    min-height: 180px;
  }

  .service-detail-video {
    min-height: 180px;
  }

  body.is-mobile-device .section--services .service-icon--stamp .service-illustration--image,
  body.is-mobile-device .section--services .service-card:hover .service-icon--stamp .service-illustration--image {
    top: -16px;
    width: clamp(142px, 54vw, 176px);
    transform: translateX(-50%) !important;
  }

  .template-box {
    min-height: 250px;
  }

  .footer-meta {
    display: grid;
    gap: 6px;
  }
}
/* ===== Services page video refinement ===== */

.section--services .services-video-block {
  width: min(900px, 100%);
  max-width: 900px;
  margin: 42px auto 0;
  padding: 0 12px;

  position: static;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;

  border-radius: 24px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.section--services .services-video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #050608;
}

/* 모바일에서도 풀폭 방지 */
@media (max-width: 640px) {
  .section--services .services-video-block {
    width: min(100%, 720px);
    max-width: 100%;
    margin: 24px auto 0;
    padding: 0;
    border-radius: 18px;

    position: static;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== SERVICES VIDEO WIDTH FIX (wider) ===== */
.section--services .services-video-block {
  width: min(1100px, 100%);
  max-width: 1100px;
  margin: 42px auto 0;
  padding: 0 12px;

  position: static;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;

  border-radius: 24px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.section--services .services-video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  .section--services .services-video-block {
    width: min(100%, 720px);
    max-width: 100%;
    margin: 24px auto 0;
    padding: 0;
    border-radius: 18px;
  }
}

/* ===== Mobile fix: service icons stay side-by-side in 업무안내 section ===== */
@media (max-width: 768px) {

  /* 아이콘 + 텍스트 좌우 정렬 */
  body.is-mobile-device .section--services .service-card-head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
  }

  /* 간판/외부광고 아이콘 좌우 배치 */
  body.is-mobile-device .section--services .service-icon--sign .service-illustration-stack,
  body.is-mobile-device .section--services .service-card:hover .service-icon--sign .service-illustration-stack {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: 1fr !important;
    gap: 10px !important;
    align-items: center !important;
    justify-items: center !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}



/* ===== Mobile UI Balance Upgrade (아이콘 크기 + 정렬 통일) ===== */
@media (max-width: 768px) {

  /* 카드 헤드 정렬 (아이콘 + 텍스트) */
  body.is-mobile-device .section--services .service-card-head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
  }

  /* 간판/외부광고 → 좌우 */
  body.is-mobile-device .section--services .service-icon--sign .service-illustration-stack {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }

  /* 전체 아이콘 기본 크기 통일 */
  body.is-mobile-device .section--services .service-illustration--image {
    transform: scale(1.15) !important;
  }

  /* 인쇄물 아이콘 */
  body.is-mobile-device .section--services .service-icon--print .service-illustration--image {
    transform: scale(1.15) !important;
  }

  /* 홍보물 아이콘 */
  body.is-mobile-device .section--services .service-icon--materials .service-illustration--image {
    transform: scale(1.1) !important;
  }

  /* 스탬프 아이콘 */
  body.is-mobile-device .section--services .service-icon--stamp .service-illustration--image {
    transform: scale(1.1) !important;
  }

  /* 설치 아이콘 */
  body.is-mobile-device .section--services .service-icon--install .service-illustration--image {
    transform: scale(1.1) !important;
  }

}
@media (max-width: 768px) {

  /* 도장 아이콘 중앙 정렬 */
  body.is-mobile-device .section--services .service-icon--stamp .service-illustration--image {
    left: 50% !important;
    transform: translateX(-50%) scale(1.1) !important;
  }

}
 /* 마우스를 따라다니는 친구 */
.cursor-friend {
  position: fixed;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  pointer-events: none;
  z-index: 9999;
  transform: translate3d(-999px, -999px, 0);
  opacity: 0;
  transition: opacity 0.25s ease;
  will-change: transform;
}

.cursor-friend.is-visible {
  opacity: 1;
}

.cursor-friend img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

/* 모바일에서는 끄기 */
@media (hover: none), (pointer: coarse) {
  .cursor-friend {
    display: none !important;
  }
}

/* ===== mobile service-detail polish ===== */
.service-detail-gallery-item,
.service-detail-gallery-thumb,
.service-detail-gallery-thumb img,
.service-detail-gallery-item figcaption {
  cursor: pointer;
}

.service-detail-gallery-thumb,
.service-detail-gallery-thumb img {
  pointer-events: auto;
}

.service-lightbox-caption,
.service-lightbox-caption-title,
.service-lightbox-caption-description {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .service-lightbox {
    padding: 14px;
  }

  .service-lightbox-backdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(5, 6, 8, 0.92);
  }

  .service-lightbox-figure {
    gap: 10px;
    width: min(100%, 720px);
  }

  .service-lightbox-image {
    border-radius: 18px;
    max-height: 66vh;
    object-fit: contain;
  }

  .service-lightbox-caption {
    padding: 0 8px 10px;
    text-align: center;
  }

  .service-lightbox-caption-title {
    display: block;
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 8px;
    word-break: keep-all;
  }

  .service-lightbox-caption-description {
    display: block;
    font-size: 0.92rem;
    line-height: 1.52;
    color: rgba(241, 230, 205, 0.92);
    word-break: keep-all;
  }

  .service-detail-gallery-item,
  .service-detail-gallery-item:hover {
    transform: none;
  }

  .service-detail-gallery-thumb img,
  .service-detail-gallery-item:hover .service-detail-gallery-thumb img {
    transform: none;
    transition: none;
  }

  .service-detail-gallery-item figcaption {
    font-size: 0.86rem;
    line-height: 1.35;
    padding: 10px 12px 12px;
    word-break: keep-all;
  }
}
