/* Paperlogy — font/title (타이틀용) */
@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-1Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-2ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-3Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-4Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-5Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-6SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-7Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-8ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("../font/title/Paperlogy-9Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans KR — font/text (본문) */
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/text/NotoSansKR-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0a1628;
  --navy-deep: #050f1a;
  --accent: #152a52;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  --mega-bg: #ffffff;
  --mega-text: #111111;
  --header-nav-gap: clamp(0.65rem, 1.2vw, 1.35rem);
  --header-nav-cluster: min(980px, calc(100vw - 17rem));
  --header-desktop-bottom: 5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.02rem, 0.35vw + 0.98rem, 1.12rem);
  font-weight: 400;
  color: #1a1a1a;
  background: #fff;
}

@media (max-width: 1024px) {
  body {
    background: var(--navy);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}

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

/* ========== Header (PC) ========== */
.header--desktop {
  display: none;
}

@media (min-width: 1025px) {
  .header--desktop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1rem 2rem;
    overflow: visible;
    transition:
      background 0.28s ease,
      box-shadow 0.28s ease;
  }

  .header--desktop.is-scrolled {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 8px 28px rgba(0, 0, 0, 0.06);
  }

  /* 대메뉴 호버 시: 헤더는 흰 배경 + 가는 구분만, 그림자 깊이는 열리는 흰색 패널 쪽에 맡깁니다 */
  .header--desktop:has(.header__nav-item:hover),
  .header--desktop:has(.header__nav-wrap:focus-within) {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }

  .header__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
  }

  .header__logo-text {
    flex-shrink: 0;
    max-width: min(320px, 30vw);
    font-weight: 600;
    font-size: clamp(1.18rem, 1.55vw, 1.48rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    transition: color 0.28s ease, text-shadow 0.28s ease;
    display: inline-flex;
    align-items: center;
    align-self: center;
    padding: 0.55rem 0;
    box-sizing: border-box;
  }

  .header--desktop.is-scrolled .header__logo-text {
    color: var(--navy);
    text-shadow: none;
  }

  .header--desktop:not(.is-scrolled):has(.header__nav-item:hover) .header__logo-text,
  .header--desktop:not(.is-scrolled):has(.header__nav-wrap:focus-within) .header__logo-text {
    color: var(--navy);
    text-shadow: none;
  }

  .header__nav-wrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .header__nav-row {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: var(--header-nav-cluster);
    margin: 0 auto;
  }

  .header__nav {
    width: 100%;
  }

  .header__nav-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: var(--header-nav-gap);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header__nav-item {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .header__nav-link {
    font-size: clamp(1.05rem, 1.2vw, 1.2rem);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    cursor: default;
    text-decoration: none;
    line-height: 1.2;
    padding: 0.55rem 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, text-shadow 0.2s ease;
    box-sizing: border-box;
  }

  a.header__nav-link {
    cursor: pointer;
  }

  .header--desktop:not(.is-scrolled):has(.header__nav-item:hover) .header__nav-link {
    color: var(--navy);
    text-shadow: none;
  }

  .header--desktop:not(.is-scrolled) .header__nav-item:hover .header__nav-link {
    color: var(--navy);
  }

  .header--desktop.is-scrolled .header__nav-link {
    color: var(--navy);
    text-shadow: none;
  }

  .header--desktop.is-scrolled .header__nav-item:hover .header__nav-link {
    color: var(--navy);
  }

  /* PC 메가메뉴: 헤더 밑 흰색 바 (헤더에 겹치지 않게 분리, 그림자는 아래로만) */
  .header__dropdown {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-desktop-bottom, 5rem);
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    color: var(--mega-text);
    border: none;
    border-top: 1px solid rgba(10, 22, 40, 0.05);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 14px 40px rgba(10, 22, 40, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    overflow: visible;
    transform: translate3d(0, -4px, 0);
    transition:
      opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.26s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .header__nav-item:hover .header__dropdown,
  .header__nav-item:focus-within .header__dropdown,
  .header__nav-item.is-mega-open .header__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .header__dropdown-list {
    list-style: none;
    margin: 0 auto;
    padding: 1.15rem clamp(1.25rem, 3vw, 2.5rem) 1.55rem;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.15rem clamp(0.65rem, 1.6vw, 1.35rem);
    row-gap: 0.45rem;
  }

  .header__dropdown-list li {
    margin: 0;
    display: inline-flex;
    align-items: center;
  }

  .header__dropdown-list li:not(:last-child)::after {
    content: "|";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: clamp(0.45rem, 1.1vw, 0.95rem) clamp(0.35rem, 1vw, 0.75rem);
    font-weight: 300;
    font-size: 0.92em;
    color: rgba(10, 22, 40, 0.2);
    line-height: 1;
    user-select: none;
    pointer-events: none;
  }

  .header__dropdown-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.03rem, 0.85vw + 0.88rem, 1.2rem);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: var(--navy);
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    word-break: keep-all;
    text-decoration: none;
    position: relative;
    box-shadow: inset 0 -2px 0 0 transparent;
    transition:
      color 0.2s ease,
      background 0.2s ease,
      box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .header__dropdown-list a:hover,
  .header__dropdown-list a:focus-visible {
    color: var(--accent);
    background: rgba(21, 42, 82, 0.055);
    box-shadow:
      inset 0 0 0 1px rgba(21, 42, 82, 0.08),
      inset 0 -2px 0 0 rgba(21, 42, 82, 0.55);
    outline: none;
  }

  .header__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 0.55rem;
  }

  .header__cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--navy);
    font-weight: 500;
    font-size: 1.05rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, color 0.2s ease;
  }

  .header__interest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    transition:
      background 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      opacity 0.2s ease;
  }

  .header--desktop.is-scrolled .header__interest,
  .header--desktop:has(.header__nav-item:hover) .header__interest,
  .header--desktop:has(.header__nav-wrap:focus-within) .header__interest {
    border-color: var(--accent);
    background: #fff;
    color: var(--accent);
  }

  .header--desktop.is-scrolled .header__cta,
  .header--desktop:has(.header__nav-item:hover) .header__cta,
  .header--desktop:has(.header__nav-wrap:focus-within) .header__cta {
    background: var(--accent);
    color: #fff;
  }

  .header__cta:hover {
    opacity: 0.92;
  }

  .header__interest:hover {
    opacity: 0.92;
  }

  .header__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ========== Header (Mobile) ========== */
.header--mobile {
  display: block;
  position: sticky;
  top: 0;
  z-index: 90;
  border-top: 4px solid var(--navy);
  background: var(--navy);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1025px) {
  .header--mobile {
    display: none;
  }
}

.header-m__inner {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.header-m__menu-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
}

.header-m__menu-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.header-m__menu-icon {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
}

.header-m__logo-text {
  font-weight: 600;
  font-size: clamp(1.02rem, 4vw, 1.18rem);
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: #fff;
  min-width: 0;
  text-align: center;
  justify-self: center;
  padding: 0 0.2rem;
}

.header-m__interest {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.55rem;
  border: none;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(0.78rem, 2.8vw, 0.88rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a.header-m__interest {
  box-sizing: border-box;
}

.header-m__interest:hover {
  filter: brightness(1.06);
}

.header-m__interest:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.inquiry-register-anchor {
  height: 0;
  scroll-margin-top: calc(3.5rem + env(safe-area-inset-top));
}

/* ========== Drawer (mobile) ========== */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
}

.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 320px);
  height: 100%;
  background: #f4f6f9;
  z-index: 210;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.2);
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  background: var(--navy);
  color: #fff;
}

.drawer__title {
  font-weight: 600;
  font-size: 1.08rem;
}

.drawer__close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25rem;
}

.drawer__nav {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem 0;
}

.accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.1rem;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
}

.accordion__chev {
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
  flex-shrink: 0;
}

.accordion__item.is-open .accordion__chev {
  transform: rotate(225deg);
  margin-top: 4px;
}

.accordion__panel {
  display: none;
  flex-direction: column;
  padding: 0 1.1rem 0.85rem 1.5rem;
  gap: 0.45rem;
}

.accordion__item.is-open .accordion__panel {
  display: flex;
}

.accordion__panel a {
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  padding: 0.3rem 0;
  word-break: keep-all;
}

.accordion__panel a:hover {
  color: var(--accent);
}

.drawer__actions {
  padding: 1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-align: center;
}

.btn--outline {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--accent);
}

.btn--dark {
  background: var(--navy);
  color: #fff;
}

body.drawer-open {
  overflow: hidden;
}

/* ========== Hero + slider ========== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 1.25rem 5rem;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .hero {
    justify-content: flex-end;
    padding: 6rem 3rem 4rem;
  }
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slider__track {
  display: flex;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.hero-slider__slide {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
}

.hero-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider__dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(5, 15, 26, 0.55) 0%,
    rgba(5, 15, 26, 0.25) 45%,
    rgba(5, 15, 26, 0.35) 100%
  );
  pointer-events: none;
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.hero-slider__arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.hero-slider__arrow--prev {
  left: max(12px, env(safe-area-inset-left));
}

.hero-slider__arrow--next {
  right: max(12px, env(safe-area-inset-right));
}

.hero-slider__dots {
  position: absolute;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__dot[aria-current="true"] {
  background: #fff;
  transform: scale(1.15);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .hero__content {
    justify-content: flex-end;
    padding-right: clamp(3.5rem, 11vw, 9rem);
    padding-left: 1.25rem;
  }
}

.hero__card {
  max-width: min(420px, 92vw);
  padding: 1.75rem 1.85rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  box-shadow: var(--shadow);
  text-align: center;
}

@media (min-width: 1025px) {
  .hero__card {
    max-width: min(580px, 46vw);
    padding: 2.45rem 2.65rem;
  }
}

.hero__card-logo {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 72px;
  margin: 0 auto 1rem;
  object-fit: contain;
}

@media (min-width: 1025px) {
  .hero__card-logo {
    max-width: 260px;
    max-height: 96px;
    margin-bottom: 1.2rem;
  }
}

.hero__site-name {
  margin: 0;
  font-size: 1.52rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: var(--navy);
}

@media (min-width: 1025px) {
  .hero__site-name {
    font-size: 2.05rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--navy);
  }
}

/* ========== Footer ========== */
.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.92);
  padding: 2.25rem 0 2.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.1rem;
  display: grid;
  gap: 1.25rem;
}

@media (max-width: 899px) {
  .footer__inner {
    justify-items: center;
    text-align: center;
  }

  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__info {
    text-align: center;
    width: min(100%, 360px);
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  .footer__inner {
    grid-template-columns: 0.9fr 1.4fr;
    align-items: start;
    gap: 1.5rem;
    padding: 0 1.75rem;
  }
}

.footer__logo {
  height: 46px;
  width: auto;
  max-width: min(220px, 88vw);
  object-fit: contain;
  object-position: center;
  /* 컬러 로고를 푸터 톤에 맞게 화이트로 */
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

.footer__logo--color {
  filter: none;
  opacity: 1;
}

@media (min-width: 900px) {
  .footer__logo {
    height: 52px;
  }
}

.footer__brand-sub {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.9rem;
}

.footer__info {
  font-size: 0.94rem;
  line-height: 1.75;
}

.footer__info p {
  margin: 0.2rem 0;
}

@media (max-width: 899px) {
  .footer__info p {
    display: block;
    margin: 0.75rem 0;
    text-align: center;
  }

  .footer__label {
    display: block;
    min-width: 0;
    margin: 0 0 0.15rem;
    text-align: center;
    font-size: 0.84rem;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.65);
  }

  .footer__value {
    display: block;
    font-size: 1.02rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
  }
}

@media (min-width: 900px) {
  .footer__info {
    justify-self: end;
    text-align: right;
  }
}

.footer__label {
  display: inline-block;
  min-width: 4.9rem;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.footer__value {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.footer a {
  color: rgba(255, 255, 255, 0.95);
}

.footer a:hover {
  text-decoration: underline;
}

.footer__value--tbd {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* ========== 서브페이지 (기본정보 등) ========== */
@media (min-width: 1025px) {
  .page-sub .header--desktop {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 8px 28px rgba(0, 0, 0, 0.06);
  }

  .page-sub .header__logo-text {
    color: var(--navy);
    text-shadow: none;
  }

  .page-sub .header__nav-link {
    color: var(--navy);
    text-shadow: none;
  }

  .page-sub .header__cta {
    background: var(--accent);
    color: #fff;
  }

  .page-sub .header__interest {
    border-color: rgba(12, 74, 110, 0.35);
    background: #fff;
    color: var(--navy);
  }

  .page-sub .header__interest:hover {
    border-color: var(--accent);
    color: var(--accent);
  }

  .page-sub .header--desktop:not(.is-scrolled):has(.header__nav-item:hover) .header__logo-text {
    color: var(--navy);
    text-shadow: none;
  }

  .page-sub .header--desktop:not(.is-scrolled):has(.header__nav-item:hover) .header__nav-link {
    color: var(--navy);
    text-shadow: none;
  }

  .page-sub .header--desktop:not(.is-scrolled) .header__nav-item:hover .header__nav-link {
    color: var(--navy);
  }
}

.sub-main {
  padding-top: 5.25rem;
  min-height: 50vh;
  background: #f0f2f6;
}

@media (max-width: 1024px) {
  .sub-main {
    padding-top: 0;
  }
}

.sub-page-head {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
  min-height: 240px;
  color: #fff;
}

.sub-page-head__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--navy);
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(10, 22, 40, 0.78)),
    url("../images/홈/1.png");
  background-size: cover;
  background-position: center;
}

.sub-page-head__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.25rem 2.35rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  box-sizing: border-box;
}

.sub-page-head__breadcrumb {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.sub-page-head__breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.sub-page-head__breadcrumb a:hover {
  text-decoration: underline;
}

.sub-page-head__breadcrumb-parent {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
}

.sub-page-head__breadcrumb-sep {
  display: inline-block;
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
}

.sub-page-head__breadcrumb-current {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.sub-page-head__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.sub-page-head__tagline {
  margin: 0 auto;
  max-width: 36em;
  font-size: clamp(0.95rem, 1.5vw, 1.06rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

/* 기본정보 상단: 브레드크럼·제목·태그라인 크게 */
.page-basic-info .sub-page-head__breadcrumb,
.page-location-env .sub-page-head__breadcrumb,
.page-premium .sub-page-head__breadcrumb,
.page-directions .sub-page-head__breadcrumb,
.page-brand .sub-page-head__breadcrumb,
.page-interest-register .sub-page-head__breadcrumb,
.page-biz-overview .sub-page-head__breadcrumb,
.page-brand-intro .sub-page-head__breadcrumb,
.page-stamp-tax .sub-page-head__breadcrumb,
.page-premium-doc .sub-page-head__breadcrumb,
.page-funding-plan .sub-page-head__breadcrumb,
.page-air-quality .sub-page-head__breadcrumb,
.page-site-layout .sub-page-head__breadcrumb,
.page-unit-layout .sub-page-head__breadcrumb,
.page-community-doc .sub-page-head__breadcrumb,
.page-type-plan .sub-page-head__breadcrumb,
.page-e-modelhouse .sub-page-head__breadcrumb,
.page-finish-list .sub-page-head__breadcrumb,
.page-promotion-center .sub-page-head__breadcrumb {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin-bottom: 1.2rem;
}

.page-basic-info .sub-page-head__title,
.page-location-env .sub-page-head__title,
.page-premium .sub-page-head__title,
.page-directions .sub-page-head__title,
.page-brand .sub-page-head__title,
.page-interest-register .sub-page-head__title,
.page-biz-overview .sub-page-head__title,
.page-brand-intro .sub-page-head__title,
.page-stamp-tax .sub-page-head__title,
.page-premium-doc .sub-page-head__title,
.page-funding-plan .sub-page-head__title,
.page-air-quality .sub-page-head__title,
.page-site-layout .sub-page-head__title,
.page-unit-layout .sub-page-head__title,
.page-community-doc .sub-page-head__title,
.page-type-plan .sub-page-head__title,
.page-e-modelhouse .sub-page-head__title,
.page-finish-list .sub-page-head__title,
.page-promotion-center .sub-page-head__title {
  letter-spacing: -0.02em;
  line-height: 1.32;
  font-size: clamp(1.5rem, 5vw, 2.55rem);
  margin-bottom: 1rem;
}

.page-basic-info .sub-page-head__tagline,
.page-location-env .sub-page-head__tagline,
.page-premium .sub-page-head__tagline,
.page-directions .sub-page-head__tagline,
.page-brand .sub-page-head__tagline,
.page-interest-register .sub-page-head__tagline,
.page-biz-overview .sub-page-head__tagline,
.page-brand-intro .sub-page-head__tagline,
.page-stamp-tax .sub-page-head__tagline,
.page-premium-doc .sub-page-head__tagline,
.page-funding-plan .sub-page-head__tagline,
.page-air-quality .sub-page-head__tagline,
.page-site-layout .sub-page-head__tagline,
.page-unit-layout .sub-page-head__tagline,
.page-community-doc .sub-page-head__tagline,
.page-type-plan .sub-page-head__tagline,
.page-e-modelhouse .sub-page-head__tagline,
.page-finish-list .sub-page-head__tagline,
.page-promotion-center .sub-page-head__tagline {
  font-size: clamp(1.05rem, 2.6vw, 1.38rem);
  max-width: 34em;
  line-height: 1.62;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .sub-page-head {
    min-height: 320px;
  }

  .sub-page-head__inner {
    min-height: 320px;
    padding: 2.75rem 2rem 3rem;
  }

  .sub-page-head__breadcrumb {
    font-size: 0.98rem;
    margin-bottom: 1.25rem;
  }

  .page-basic-info .sub-page-head__breadcrumb,
  .page-location-env .sub-page-head__breadcrumb,
  .page-premium .sub-page-head__breadcrumb,
  .page-directions .sub-page-head__breadcrumb,
  .page-brand .sub-page-head__breadcrumb,
  .page-interest-register .sub-page-head__breadcrumb,
  .page-biz-overview .sub-page-head__breadcrumb,
  .page-brand-intro .sub-page-head__breadcrumb,
  .page-stamp-tax .sub-page-head__breadcrumb,
  .page-premium-doc .sub-page-head__breadcrumb,
  .page-funding-plan .sub-page-head__breadcrumb,
  .page-air-quality .sub-page-head__breadcrumb,
  .page-site-layout .sub-page-head__breadcrumb,
  .page-unit-layout .sub-page-head__breadcrumb,
  .page-community-doc .sub-page-head__breadcrumb,
  .page-type-plan .sub-page-head__breadcrumb,
  .page-e-modelhouse .sub-page-head__breadcrumb,
  .page-finish-list .sub-page-head__breadcrumb,
  .page-promotion-center .sub-page-head__breadcrumb {
    font-size: clamp(1.08rem, 1.35vw, 1.32rem);
    margin-bottom: 1.45rem;
  }

  .page-basic-info .sub-page-head__title,
  .page-location-env .sub-page-head__title,
  .page-premium .sub-page-head__title,
  .page-directions .sub-page-head__title,
  .page-brand .sub-page-head__title,
  .page-interest-register .sub-page-head__title,
  .page-biz-overview .sub-page-head__title,
  .page-brand-intro .sub-page-head__title,
  .page-stamp-tax .sub-page-head__title,
  .page-premium-doc .sub-page-head__title,
  .page-funding-plan .sub-page-head__title,
  .page-air-quality .sub-page-head__title,
  .page-site-layout .sub-page-head__title,
  .page-unit-layout .sub-page-head__title,
  .page-community-doc .sub-page-head__title,
  .page-type-plan .sub-page-head__title,
  .page-e-modelhouse .sub-page-head__title,
  .page-finish-list .sub-page-head__title,
  .page-promotion-center .sub-page-head__title {
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
    margin-bottom: 1.1rem;
  }

  .page-basic-info .sub-page-head__tagline,
  .page-location-env .sub-page-head__tagline,
  .page-premium .sub-page-head__tagline,
  .page-directions .sub-page-head__tagline,
  .page-brand .sub-page-head__tagline,
  .page-interest-register .sub-page-head__tagline,
  .page-biz-overview .sub-page-head__tagline,
  .page-brand-intro .sub-page-head__tagline,
  .page-stamp-tax .sub-page-head__tagline,
  .page-premium-doc .sub-page-head__tagline,
  .page-funding-plan .sub-page-head__tagline,
  .page-air-quality .sub-page-head__tagline,
  .page-site-layout .sub-page-head__tagline,
  .page-unit-layout .sub-page-head__tagline,
  .page-community-doc .sub-page-head__tagline,
  .page-type-plan .sub-page-head__tagline,
  .page-e-modelhouse .sub-page-head__tagline,
  .page-finish-list .sub-page-head__tagline,
  .page-promotion-center .sub-page-head__tagline {
    font-size: clamp(1.12rem, 1.65vw, 1.48rem);
    max-width: 38em;
  }
}

.sub-page-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
}

/* 관심고객등록 — 문의하기(화이트 카드) */
.interest-register-wrap {
  max-width: min(36rem, 100%);
  margin: 0 auto;
}

.page-interest-register #inquiry-register {
  scroll-margin-top: calc(5.25rem + env(safe-area-inset-top));
}

.interest-inquiry {
  background: #fff;
  color: var(--navy);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3.5vw, 2rem) clamp(1.65rem, 4vw, 2.35rem);
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.interest-inquiry__head {
  margin-bottom: 1.35rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(10, 22, 40, 0.07);
}

.interest-inquiry__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--navy);
  line-height: 1.25;
}

.interest-inquiry__intro {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(10, 22, 40, 0.62);
  letter-spacing: -0.02em;
}

.interest-inquiry__intro a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(21, 42, 82, 0.35);
  transition: border-color 0.15s ease, color 0.15s ease;
}

.interest-inquiry__intro a:hover {
  color: var(--navy);
  border-bottom-color: var(--navy);
}

.interest-inquiry__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.interest-inquiry__field {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.interest-inquiry__field--full {
  grid-column: 1 / -1;
}

.interest-inquiry__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(10, 22, 40, 0.72);
  letter-spacing: -0.02em;
}

.interest-inquiry__input,
.interest-inquiry__textarea {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(10, 22, 40, 0.12);
  background: #f8f9fb;
  color: var(--navy);
  border-radius: 10px;
  padding: 0.68rem 0.85rem;
  font: inherit;
  font-size: 0.94rem;
  letter-spacing: -0.02em;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.interest-inquiry__textarea {
  min-height: 7.5rem;
  resize: vertical;
  line-height: 1.5;
}

.interest-inquiry__input::placeholder,
.interest-inquiry__textarea::placeholder {
  color: rgba(10, 22, 40, 0.38);
}

.interest-inquiry__input:hover,
.interest-inquiry__textarea:hover {
  border-color: rgba(10, 22, 40, 0.18);
  background: #fff;
}

.interest-inquiry__input:focus,
.interest-inquiry__textarea:focus {
  outline: none;
  border-color: rgba(21, 42, 82, 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(21, 42, 82, 0.08);
}

.interest-inquiry__privacy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding-top: 0.15rem;
}

.interest-inquiry__check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: rgba(10, 22, 40, 0.78);
  line-height: 1.35;
  cursor: pointer;
}

.interest-inquiry__check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--accent);
  flex-shrink: 0;
}

.interest-inquiry__privacy-btn {
  flex-shrink: 0;
  margin-left: auto;
  border: 1px solid rgba(10, 22, 40, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--accent);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 0.38rem 0.65rem;
  line-height: 1;
  min-width: 3rem;
  text-align: center;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.interest-inquiry__privacy-btn:hover,
.interest-inquiry__privacy-btn:focus-visible {
  background: rgba(21, 42, 82, 0.06);
  border-color: rgba(21, 42, 82, 0.28);
  outline: none;
}

.interest-inquiry__submit {
  margin-top: 0.25rem;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 0.82rem 1rem;
  cursor: pointer;
  transition:
    background 0.18s ease,
    transform 0.12s ease;
}

.interest-inquiry__submit:hover {
  background: #0f2244;
}

.interest-inquiry__submit:active {
  transform: scale(0.99);
}

.interest-inquiry__footnote {
  margin: 1.15rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(10, 22, 40, 0.06);
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(10, 22, 40, 0.48);
  letter-spacing: -0.01em;
}

.sub-page-media {
  position: relative;
}

.sub-page-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  width: 100%;
}

.sub-page-tabs__btn {
  flex: 1 1 auto;
  min-width: 6.5rem;
  padding: 0.55rem 0.85rem;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 22, 40, 0.2);
  border-radius: 6px;
  cursor: default;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.sub-page-tabs__btn.is-active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 4px 16px rgba(10, 22, 40, 0.2);
  font-weight: 600;
}

@media (min-width: 1025px) {
  .sub-page-tabs__btn {
    font-size: 0.92rem;
    padding: 0.58rem 1.1rem;
    min-width: 7rem;
  }
}

.sub-page-panels {
  width: 100%;
}

.sub-page-panel[hidden] {
  display: none !important;
}

.sub-page-media__deco {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.sub-page-media__plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 280px);
  padding: 0.85rem 1.75rem;
  border: 1px solid rgba(10, 22, 40, 0.18);
  border-top: 3px solid var(--navy);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 55%, #eef1f6 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 36px rgba(10, 22, 40, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

.sub-page-media__plate--with-tabs {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: min(100%, 640px);
  padding: 1rem 1.15rem 1.05rem;
}

@media (min-width: 1025px) {
  .sub-page-media__deco {
    margin-bottom: 2rem;
  }

  .sub-page-media__plate {
    min-width: 320px;
    padding: 1rem 2.5rem 1.05rem;
    border-top-width: 4px;
  }

  .sub-page-media__plate--with-tabs {
    min-width: min(100%, 720px);
    padding: 1.1rem 1.5rem 1.1rem;
  }
}

.sub-page-figure {
  margin: 0 0 1.5rem;
  padding: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(10, 22, 40, 0.08);
}

.sub-page-figure:last-child {
  margin-bottom: 0;
}

.sub-page-figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* 기본정보: 탭 플레이트 */
.page-basic-info .sub-page-media__plate--with-tabs,
.page-location-env .sub-page-media__plate--with-tabs,
.page-premium .sub-page-media__plate--with-tabs,
.page-premium-doc .sub-page-media__plate--with-tabs,
.page-directions .sub-page-media__plate--with-tabs,
.page-brand .sub-page-media__plate--with-tabs {
  text-align: center;
}

.page-basic-info .sub-page-tabs,
.page-location-env .sub-page-tabs,
.page-premium .sub-page-tabs,
.page-premium-doc .sub-page-tabs,
.page-directions .sub-page-tabs,
.page-brand .sub-page-tabs {
  justify-content: center;
}

.page-basic-info .sub-page-tabs__btn,
.page-location-env .sub-page-tabs__btn,
.page-premium .sub-page-tabs__btn,
.page-premium-doc .sub-page-tabs__btn,
.page-directions .sub-page-tabs__btn,
.page-brand .sub-page-tabs__btn {
  color: var(--navy);
  border-color: rgba(10, 22, 40, 0.35);
  background: rgba(255, 255, 255, 0.96);
}

.page-basic-info .sub-page-tabs__btn.is-active,
.page-location-env .sub-page-tabs__btn.is-active,
.page-premium .sub-page-tabs__btn.is-active,
.page-premium-doc .sub-page-tabs__btn.is-active,
.page-directions .sub-page-tabs__btn.is-active,
.page-brand .sub-page-tabs__btn.is-active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 4px 18px rgba(10, 22, 40, 0.25);
}

/* 솔로 탭: 진한 네이비 바 + 화이트 큰 타이포 */
.page-basic-info .sub-page-tabs--solo,
.page-location-env .sub-page-tabs--solo,
.page-premium .sub-page-tabs--solo,
.page-premium-doc .sub-page-tabs--solo,
.page-directions .sub-page-tabs--solo,
.page-brand .sub-page-tabs--solo {
  width: 100%;
  background: var(--navy);
  border-radius: 8px;
  padding: 0.85rem 1.15rem;
  box-sizing: border-box;
  box-shadow: 0 6px 24px rgba(10, 22, 40, 0.22);
}

.page-basic-info .sub-page-tabs--solo .sub-page-tabs__btn,
.page-basic-info .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
.page-location-env .sub-page-tabs--solo .sub-page-tabs__btn,
.page-location-env .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
.page-premium .sub-page-tabs--solo .sub-page-tabs__btn,
.page-premium .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
.page-premium-doc .sub-page-tabs--solo .sub-page-tabs__btn,
.page-premium-doc .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
.page-directions .sub-page-tabs--solo .sub-page-tabs__btn,
.page-directions .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
.page-brand .sub-page-tabs--solo .sub-page-tabs__btn,
.page-brand .sub-page-tabs--solo .sub-page-tabs__btn.is-active {
  background: transparent;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
  cursor: default;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0.35rem 0.65rem;
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (min-width: 1025px) {
  .page-basic-info .sub-page-tabs--solo,
  .page-location-env .sub-page-tabs--solo,
  .page-premium .sub-page-tabs--solo,
  .page-premium-doc .sub-page-tabs--solo,
  .page-directions .sub-page-tabs--solo,
  .page-brand .sub-page-tabs--solo {
    padding: 1rem 1.5rem;
    border-radius: 10px;
  }

  .page-basic-info .sub-page-tabs--solo .sub-page-tabs__btn,
  .page-basic-info .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
  .page-location-env .sub-page-tabs--solo .sub-page-tabs__btn,
  .page-location-env .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
  .page-premium .sub-page-tabs--solo .sub-page-tabs__btn,
  .page-premium .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
  .page-premium-doc .sub-page-tabs--solo .sub-page-tabs__btn,
  .page-premium-doc .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
  .page-directions .sub-page-tabs--solo .sub-page-tabs__btn,
  .page-directions .sub-page-tabs--solo .sub-page-tabs__btn.is-active,
  .page-brand .sub-page-tabs--solo .sub-page-tabs__btn,
  .page-brand .sub-page-tabs--solo .sub-page-tabs__btn.is-active {
    font-size: clamp(1.12rem, 1.5vw, 1.42rem);
    padding: 0.4rem 0.85rem;
  }
}

a.sub-page-tabs__btn {
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

a.sub-page-tabs__btn:not(.is-active):hover {
  background: #fff;
  border-color: rgba(10, 22, 40, 0.42);
  box-shadow: 0 2px 14px rgba(10, 22, 40, 0.08);
}

/* 기본정보: 한 장 크게 + 아래 썸네일로 전환 */
.basic-info-viewer {
  max-width: 960px;
  margin: 0 auto 2rem;
  padding: 0 0.25rem;
}

.basic-info-viewer__stage {
  border-radius: 12px;
  overflow: hidden;
  background: #0a1628;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  line-height: 0;
}

.basic-info-viewer__main {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1025px) {
  .basic-info-viewer {
    max-width: 1100px;
  }
}

.basic-info-viewer__lead {
  margin: 0.75rem 0 0.5rem;
  text-align: center;
  font-size: 0.88rem;
  color: #5c6370;
  font-weight: 400;
}

.basic-info-viewer__thumbs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.85rem;
  margin-top: 0.35rem;
  flex-wrap: wrap;
}

.basic-info-viewer__thumb {
  position: relative;
  padding: 0;
  border: 3px solid rgba(10, 22, 40, 0.12);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  width: min(42vw, 180px);
  max-width: 200px;
  line-height: 0;
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.basic-info-viewer__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  background: #e8ecf2;
}

.basic-info-viewer__thumb.is-active {
  border-color: var(--navy);
  box-shadow: 0 6px 22px rgba(10, 22, 40, 0.22);
}

.basic-info-viewer__thumb:hover {
  transform: translateY(-2px);
}

.basic-info-viewer__thumb:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}

.basic-info-viewer__thumb-label {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  background: rgba(10, 22, 40, 0.62);
  padding: 0.12rem 0.42rem;
  border-radius: 4px;
  pointer-events: none;
}

.basic-info-viewer--single .basic-info-viewer__lead,
.basic-info-viewer--single .basic-info-viewer__thumbs {
  display: none;
}

.basic-info-viewer--single {
  margin-bottom: 2.5rem;
}

/* 평면안내·마감재: 텍스트 탭(㎡) — 버튼 위·크게 */
.basic-info-viewer--text-tabs .basic-info-viewer__thumbs {
  gap: 0.65rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}

.basic-info-viewer--tabs-top .basic-info-viewer__thumbs {
  margin-bottom: 0.45rem;
}

.basic-info-viewer--tabs-top .basic-info-viewer__lead {
  margin-top: 0;
  margin-bottom: 1rem;
}

.basic-info-viewer__thumb--text {
  width: auto;
  min-width: 5.85rem;
  padding: 0.85rem 1.45rem;
  aspect-ratio: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
}

.basic-info-viewer__thumb--text .basic-info-viewer__thumb-label {
  position: static;
  background: transparent;
  color: var(--navy);
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}

.basic-info-viewer__thumb--text.is-active {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 6px 22px rgba(10, 22, 40, 0.25);
}

.basic-info-viewer__thumb--text.is-active .basic-info-viewer__thumb-label {
  color: #fff;
}

.basic-info-viewer__thumb--text:hover:not(.is-active) {
  border-color: rgba(10, 22, 40, 0.38);
}

.basic-info-viewer__tab-footers {
  margin-top: 1.1rem;
}

.basic-info-viewer__tab-footer[hidden] {
  display: none !important;
}

.basic-info-viewer__tab-footer .basic-info-disclaimer:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .basic-info-viewer__thumb--text {
    min-width: 6.75rem;
    padding: 0.95rem 1.85rem;
  }

  .basic-info-viewer__thumb--text .basic-info-viewer__thumb-label {
    font-size: 1.14rem;
  }

  .basic-info-viewer--text-tabs .basic-info-viewer__thumbs {
    gap: 0.85rem;
  }
}

/* 입지환경: 하이라이트 카드 */
.location-highlight {
  max-width: 800px;
  margin: 0 auto 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.location-card {
  position: relative;
  margin: 0;
  padding: 1.65rem 1.5rem 1.7rem 1.65rem;
  border-radius: 14px;
  border: 1px solid rgba(10, 22, 40, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, #f8f9fc 42%, #eef1f7 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 40px rgba(10, 22, 40, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.location-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--accent) 100%);
  border-radius: 14px 0 0 14px;
}

.location-card__inner {
  position: relative;
  z-index: 1;
  padding-left: 0.35rem;
}

.location-card__num {
  display: block;
  margin-bottom: 0.45rem;
  font-size: clamp(1.65rem, 4vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1;
  color: rgba(10, 22, 40, 0.38);
  font-variant-numeric: tabular-nums;
}

.location-card__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--navy);
}

.location-card__text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.75;
  color: #3a4049;
}

.location-card__text + .location-card__text {
  margin-top: 0.65rem;
}

.premium-card .location-card__num {
  margin-bottom: 0.2rem;
}

.premium-card__tag {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(10, 22, 40, 0.42);
}

.premium-card__note {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  line-height: 1.62;
  color: #6a717d;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .location-highlight {
    max-width: 880px;
    gap: 1.35rem;
  }

  .location-card {
    padding: 2rem 2.25rem 2.05rem 2.15rem;
  }
}

.location-notes {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.75rem 1.35rem 0.25rem;
  border-top: 1px solid rgba(10, 22, 40, 0.1);
}

.location-notes__item {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  line-height: 1.68;
  color: #6a717d;
  font-weight: 400;
}

.location-notes__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .location-notes {
    max-width: 880px;
    padding: 2rem 1.75rem 0.35rem;
  }

  .location-notes__item {
    font-size: 0.82rem;
  }
}

.basic-info-facts {
  max-width: 720px;
  margin: 0 auto 1.25rem;
}

.basic-info-facts__row {
  display: grid;
  grid-template-columns: minmax(0, 7.75rem) minmax(0, 1fr);
  gap: 0.35rem 1.25rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(10, 22, 40, 0.1);
  align-items: baseline;
}

.basic-info-facts__row:last-of-type {
  border-bottom: none;
}

@media (max-width: 520px) {
  .basic-info-facts__row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

.basic-info-facts__label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
}

.basic-info-facts__value {
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.55;
  color: #2a2f38;
}

.basic-info-facts__value a {
  color: var(--navy);
  font-weight: 500;
}

.basic-info-facts__value a:hover {
  text-decoration: underline;
}

.basic-info-facts + .basic-info-disclaimer {
  margin-top: 1.1rem;
}

.basic-info-disclaimer + .basic-info-disclaimer {
  margin-top: 0.45rem;
  padding-top: 0;
}

.basic-info-disclaimer {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 0.25rem;
  font-size: 0.84rem;
  line-height: 1.65;
  color: #5c6370;
  text-align: left;
}

/* 오시는길 */
.directions-intro {
  max-width: 860px;
  margin: 0 auto 1.8rem;
  text-align: center;
  padding: 1.2rem 1rem 1.35rem;
}

.directions-intro__title {
  margin: 0 0 0.8rem;
  font-size: clamp(1.25rem, 3.6vw, 1.8rem);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.directions-intro__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #3a4049;
}

.directions-intro__actions {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: center;
}

.directions-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}

.directions-card {
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(10, 22, 40, 0.1);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 34px rgba(10, 22, 40, 0.08);
}

.directions-card__figure {
  margin: 0;
}

.directions-card__figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.directions-card__body {
  padding: 1.2rem 1.1rem 1.25rem;
}

.directions-card__title {
  margin: 0 0 0.55rem;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--navy);
}

.directions-card__address {
  margin: 0;
  font-size: 0.98rem;
  color: #3a4049;
  line-height: 1.6;
}

.directions-card__map-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.directions-card__map-actions .btn {
  min-width: 7.5rem;
  padding: 0.62rem 0.85rem;
}

@media (min-width: 1025px) {
  .directions-intro {
    margin-bottom: 2.2rem;
  }

  .directions-list {
    gap: 1.5rem;
  }

  .directions-card__body {
    padding: 1.35rem 1.4rem 1.4rem;
  }
}

/* 브랜드 페이지 */
.page-brand .sub-page-head::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 90% at 50% 0%, rgba(201, 162, 39, 0.2), transparent 58%);
}

.page-brand .sub-page-head__inner {
  position: relative;
  z-index: 1;
}

@keyframes brandHeroIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

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

@keyframes brandDividerIn {
  from {
    opacity: 0;
    transform: scaleX(0.15);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes brandGoldShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.brand-hero {
  margin: 0 auto 2.35rem;
  max-width: 920px;
  padding: 2.35rem 1.35rem 2.65rem;
  text-align: center;
  border-radius: 16px;
  background:
    radial-gradient(ellipse 95% 120% at 50% 0%, rgba(201, 162, 39, 0.14), transparent 52%),
    linear-gradient(168deg, #040810 0%, #0a1628 42%, #102a4a 100%);
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 52px rgba(0, 0, 0, 0.22);
}

.brand-hero__hillstate {
  margin: 0 0 0.35rem;
  font-size: clamp(0.78rem, 2vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.72);
}

.brand-hero__brandword {
  margin: 0 0 0.45rem;
  font-size: clamp(2.4rem, 9vw, 3.75rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.05;
  background: linear-gradient(
    105deg,
    #8a6b1b 0%,
    #d4af37 18%,
    #fcf6ba 38%,
    #e8d48b 52%,
    #c9a227 72%,
    #fbf5b7 88%,
    #aa771c 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-hero__lead {
  margin: 0 0 0.2rem;
  font-size: clamp(0.92rem, 2.4vw, 1.08rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.82);
  font-style: italic;
}

.brand-hero__divider {
  height: 1px;
  width: min(240px, 78%);
  margin: 1.35rem auto 1.25rem;
  background: linear-gradient(90deg, transparent, rgba(232, 212, 139, 0.95), transparent);
  transform-origin: center;
}

.brand-hero__korname {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 4vw, 1.95rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #fff;
}

.brand-hero__kortext {
  margin: 0;
  font-size: clamp(0.98rem, 2.4vw, 1.12rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 400;
}

.brand-hero [data-brand-hero-line]:not(.brand-hero__divider) {
  opacity: 0;
  animation: brandHeroIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.brand-hero__hillstate[data-brand-hero-line] {
  animation-delay: 0.08s;
}

.brand-hero__brandword[data-brand-hero-line] {
  animation:
    brandHeroIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards,
    brandGoldShimmer 5.5s ease-in-out 1.15s infinite;
}

.brand-hero__lead[data-brand-hero-line] {
  animation-delay: 0.28s;
}

.brand-hero__korname[data-brand-hero-line] {
  animation-delay: 0.46s;
}

.brand-hero__kortext[data-brand-hero-line] {
  animation-delay: 0.56s;
}

.brand-hero__divider[data-brand-hero-line] {
  opacity: 0;
  animation: brandDividerIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.34s forwards;
}

.brand-sections {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.brand-card {
  position: relative;
  margin: 0;
  padding: 1.45rem 1.35rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.22);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, #f3f5fa 55%, #e9edf5 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 40px rgba(10, 22, 40, 0.08);
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.brand-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #d4af37 0%, rgba(201, 162, 39, 0.35) 100%);
}

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

.brand-card:hover {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 48px rgba(10, 22, 40, 0.12);
}

.brand-sections .brand-card:nth-child(1) {
  transition-delay: 0.04s;
}

.brand-sections .brand-card:nth-child(2) {
  transition-delay: 0.1s;
}

.brand-sections .brand-card:nth-child(3) {
  transition-delay: 0.16s;
}

.brand-sections .brand-card:nth-child(4) {
  transition-delay: 0.22s;
}

.brand-sections .brand-card:nth-child(5) {
  transition-delay: 0.28s;
}

.brand-sections .brand-card:nth-child(6) {
  transition-delay: 0.34s;
}

.brand-card__title {
  margin: 0 0 0.55rem;
  padding-left: 0.35rem;
  font-size: clamp(1.02rem, 2.4vw, 1.22rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.brand-card__title-sub {
  font-weight: 500;
  font-size: 0.88em;
  color: rgba(10, 22, 40, 0.55);
}

.brand-card__highlight {
  margin: 0 0 0.65rem;
  padding-left: 0.35rem;
  font-size: clamp(1.08rem, 2.6vw, 1.32rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(95deg, #8a6b1b, #c9a227, #e8d48b, #c9a227, #8a6b1b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-card__text {
  margin: 0 0 0.45rem;
  padding-left: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.68;
  color: #3a4049;
}

.brand-card__text:last-of-type {
  margin-bottom: 0;
}

.brand-card__source {
  margin: 0.75rem 0 0;
  padding-left: 0.35rem;
  font-size: 0.82rem;
  color: rgba(10, 22, 40, 0.55);
  letter-spacing: 0.02em;
}

.brand-page-note {
  max-width: 880px;
  margin: 1.75rem auto 0;
  padding: 0 0.35rem;
  font-size: 0.8rem;
  line-height: 1.65;
  color: #6a717d;
  text-align: center;
}

@media (min-width: 1025px) {
  .brand-hero {
    padding: 3rem 2.25rem 3.1rem;
  }

  .brand-sections {
    gap: 1.25rem;
  }

  .brand-card {
    padding: 1.65rem 1.55rem 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-hero__brandword[data-brand-hero-line] {
    animation: none;
    background: linear-gradient(105deg, #c9a227, #e8d48b, #c9a227);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .brand-hero [data-brand-hero-line],
  .brand-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .smart-pill--accent {
    animation: none !important;
  }

  .smart-closing-banner[data-brand-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --- 스마트시스템 페이지 --- */
.page-smart-system .smart-system-hero {
  margin-bottom: 1.75rem;
}

.smart-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 0 auto 1.85rem;
  max-width: 920px;
  padding: 0 0.35rem;
}

.smart-pill {
  flex: 1 1 200px;
  max-width: 360px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 22, 40, 0.14);
  background: linear-gradient(160deg, #fff, #f4f6fa);
  box-shadow: 0 10px 28px rgba(10, 22, 40, 0.06);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.smart-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(10, 22, 40, 0.1);
}

.smart-pill--accent {
  border-color: rgba(201, 162, 39, 0.42);
  background: linear-gradient(150deg, #fffdf5, #f6efe0);
  animation: smartPillGlow 4.2s ease-in-out infinite;
}

.smart-pill__label {
  display: block;
  font-size: clamp(0.82rem, 2vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--navy);
}

.smart-pill__desc {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: rgba(10, 22, 40, 0.62);
}

@keyframes smartPillGlow {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(10, 22, 40, 0.06), 0 0 0 0 rgba(201, 162, 39, 0);
  }

  50% {
    box-shadow:
      0 12px 34px rgba(10, 22, 40, 0.09),
      0 0 0 1px rgba(201, 162, 39, 0.22);
  }
}

.smart-feature-grid {
  max-width: 960px;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.05rem;
  padding: 0 0.35rem;
}

@media (min-width: 720px) {
  .smart-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-feature-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
}

.smart-closing-banner {
  max-width: 920px;
  margin: 0 auto 1.75rem;
  padding: 1.85rem 1.25rem;
  text-align: center;
  border-radius: 16px;
  background:
    radial-gradient(ellipse 90% 100% at 50% 0%, rgba(201, 162, 39, 0.18), transparent 55%),
    linear-gradient(168deg, #040810 0%, #0a1628 38%, #132c52 100%);
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.smart-closing-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.smart-closing-banner__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0.35em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.smart-closing-banner__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 3.2vw, 1.65rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.smart-closing-banner__lead {
  margin: 0;
  font-size: clamp(0.95rem, 2.1vw, 1.05rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.smart-list-grid {
  max-width: 1080px;
  margin: 0 auto 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  padding: 0 0.35rem;
}

@media (min-width: 900px) {
  .smart-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.smart-list-col {
  padding: 1.1rem 1.05rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(10, 22, 40, 0.1);
  background: #fafbfc;
}

.smart-list-col__title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(201, 162, 39, 0.45);
}

.smart-list-col__list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: #3a4149;
}

.smart-list-col__list li + li {
  margin-top: 0.25rem;
}

.smart-system-notes {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

/* --- 타입안내: 상단 버튼 선택형 --- */
.page-type-guide .basic-info-viewer__thumbs {
  display: none;
}

.type-guide-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin: 0 auto 0.9rem;
}

.type-guide-picker__btn.basic-info-viewer__thumb {
  width: auto;
  max-width: none;
  min-width: 118px;
  line-height: 1;
  padding: 0.58rem 0.95rem 0.62rem;
  border-width: 2px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2f3a4c;
  background: #fff;
}

.type-guide-picker__btn.basic-info-viewer__thumb.is-active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 8px 20px rgba(10, 22, 40, 0.26);
}

.type-guide-picker__name,
.type-guide-picker__meta {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.type-guide-picker__name {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.type-guide-picker__meta {
  margin-top: 0.26rem;
  font-size: 0.73rem;
  font-weight: 500;
  opacity: 0.86;
}

/* --- 홍보영상 페이지 --- */
.promo-video-wrap {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 14px 40px rgba(10, 22, 40, 0.22);
}

.promo-video-player {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 860px);
}

/* --- 모바일 홈(인덱스) --- */
.mobile-home {
  display: none;
}

.mobile-home__stack img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-home__type-row {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mobile-home__type-fade {
  width: 100%;
  max-width: 100%;
}

.mobile-home__type-fade-inner {
  display: grid;
  grid-template-areas: "type-stack";
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: #0a1628;
}

.mobile-home__type-img {
  grid-area: type-stack;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.mobile-home__type-img.is-active {
  opacity: 1;
}

.mobile-home__stack > .mobile-home__inquiry {
  margin-top: 0.35rem;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-home__type-img {
    transition: none;
  }
}

.mobile-home__inquiry {
  background: #0a1628;
  color: #fff;
  padding: 1.15rem 0.95rem 1.25rem;
}

.mobile-home__inquiry-title {
  margin: 0 0 0.8rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.mobile-home__inquiry-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.mobile-home__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mobile-home__field span {
  font-size: 0.8rem;
  opacity: 0.95;
}

.mobile-home__field input,
.mobile-home__field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  border-radius: 8px;
  padding: 0.62rem 0.7rem;
  font: inherit;
  font-size: 0.88rem;
}

.mobile-home__field input::placeholder,
.mobile-home__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-home__field--full {
  grid-column: auto;
}

.mobile-home__check {
  grid-column: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}

.mobile-home__privacy-row {
  grid-column: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.75rem;
}

.mobile-home__privacy-view {
  flex-shrink: 0;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0.32rem 0.55rem;
  line-height: 1;
  min-width: 3.1rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.mobile-home__privacy-view:hover,
.mobile-home__privacy-view:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.65);
  outline: none;
}

/* 개인정보 모달 (모바일 홈 문의) */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.privacy-modal[hidden] {
  display: none !important;
}

.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 20, 0.55);
  backdrop-filter: blur(2px);
}

.privacy-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  max-height: min(85vh, 560px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff 0%, #f3f5fa 100%);
  border: 1px solid rgba(10, 22, 40, 0.14);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.privacy-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 8px;
  background: rgba(10, 22, 40, 0.08);
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.privacy-modal__close:hover {
  background: rgba(10, 22, 40, 0.15);
}

.privacy-modal__title {
  margin: 0;
  padding: 1.25rem 2.75rem 0.75rem 1.25rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
  border-bottom: 1px solid rgba(10, 22, 40, 0.1);
}

.privacy-modal__body {
  padding: 1rem 1.25rem 1.35rem;
  overflow-y: auto;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #333;
}

.privacy-modal__lead {
  margin: 0 0 1rem;
  color: #444;
}

.privacy-modal__section {
  margin-bottom: 1.1rem;
}

.privacy-modal__section:last-child {
  margin-bottom: 0;
}

.privacy-modal__h {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
}

.privacy-modal__list {
  margin: 0;
  padding-left: 1.15rem;
}

.privacy-modal__list li {
  margin-bottom: 0.25rem;
}

body.modal-open {
  overflow: hidden;
}

.mobile-home__submit {
  grid-column: auto;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #e8edf7);
  color: #081528;
  font: inherit;
  font-weight: 700;
  padding: 0.72rem 0.85rem;
}

.mobile-home-slider {
  overflow: hidden;
}

.mobile-home-slider__viewport {
  overflow: hidden;
}

.mobile-home-slider__track {
  display: flex;
  width: 600%;
  transform: translateX(0);
  transition: transform 0.45s ease;
}

.mobile-home-slider__slide {
  flex: 0 0 calc(100% / 6);
}

.mobile-home-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.drawer__direct-link {
  display: block;
  margin: 0.7rem 1.1rem 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
}

/* 모바일 하단 고정 띠지 — 데스크탑에서는 숨김 */
.m-fixed-banner {
  display: none;
}

@media (max-width: 1024px) {
  .hero {
    display: none;
  }

  .mobile-home {
    display: block;
  }

  /* 모바일 하단 고정 띠지 (m-banner.png, main.js에서 삽입) */
  .m-fixed-banner {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 180;
    line-height: 0;
    background: var(--navy-deep);
    box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.28);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .m-fixed-banner img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  body.drawer-open .m-fixed-banner,
  body.modal-open .m-fixed-banner {
    display: none;
  }

  html.has-m-fixed-banner body {
    padding-bottom: calc(min(22vw, 100px) + env(safe-area-inset-bottom, 0px));
  }
}

/* 문의 접수 결과 모달 (main.js에서 동적 생성) */
.inquiry-result-modal {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.inquiry-result-modal[hidden] {
  display: none !important;
}

.inquiry-result-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 26, 0.65);
  backdrop-filter: blur(3px);
}

.inquiry-result-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
  border: 1px solid rgba(21, 42, 82, 0.18);
  border-radius: 16px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.inquiry-result-modal__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.inquiry-result-modal__icon--success {
  background: linear-gradient(145deg, #1e5a8a 0%, var(--accent) 100%);
  box-shadow: 0 8px 20px rgba(21, 42, 82, 0.35);
}

.inquiry-result-modal__icon--error {
  background: linear-gradient(145deg, #b94a48 0%, #8b3331 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.inquiry-result-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.inquiry-result-modal__msg {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #333;
  white-space: pre-line;
}

.inquiry-result-modal__btn {
  width: 100%;
  max-width: 200px;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.inquiry-result-modal__btn:hover {
  filter: brightness(1.08);
}

/* 타이틀: Paperlogy (본문은 body의 Noto Sans KR) */
.hero__site-name,
.header__logo-text,
.header-m__logo-text,
.mobile-home__inquiry-title,
.drawer__title,
.privacy-modal__title,
.privacy-modal__h,
.footer__brand-sub,
.inquiry-result-modal__title,
.sub-page-head__title,
.sub-page-tabs__btn,
.interest-inquiry__title {
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
}

/* 이미지형 서브페이지 본문 */
.sub-page-image-stack {
  max-width: 100%;
  margin: 0;
  padding: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sub-page-image-stack img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.sub-page-image-stack--empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
  background: rgba(10, 22, 40, 0.04);
  border-radius: 12px;
  border: 1px dashed rgba(10, 22, 40, 0.18);
}

.sub-page-image-stack__empty-msg {
  margin: 0;
  font-size: 0.98rem;
  color: #444;
  line-height: 1.6;
}

.sub-page-image-stack__empty-hint {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #666;
}

/* --- 브랜드소개: BRAND 헤더 + 지그재그 카드 --- */
.page-brand-intro .brand-intro-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 0.5rem;
}

.page-brand-intro .brand-intro-hero {
  text-align: center;
  padding: 0.5rem 0 1.75rem;
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-brand-intro .brand-intro-hero.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-brand-intro .brand-intro-hero__row {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 2vw, 1.1rem);
  max-width: 100%;
}

.page-brand-intro .brand-intro-hero__wing {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 4px 14px rgba(201, 162, 39, 0.35));
}

.page-brand-intro .brand-intro-hero__wing--right {
  transform: scaleX(-1);
}

.page-brand-intro .brand-intro-hero__wing-svg {
  display: block;
  vertical-align: middle;
}

.page-brand-intro .brand-intro-hero__title {
  margin: 0;
  padding: 0 0.15em;
  line-height: 1;
  border: none;
}

.page-brand-intro .brand-intro-hero__title-text {
  display: inline-block;
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
  font-size: clamp(2.15rem, 7vw, 3.35rem);
  font-weight: 800;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  line-height: 1.05;
  background: linear-gradient(
    165deg,
    #fff9e6 0%,
    #f2dc8f 22%,
    #d4af37 45%,
    #a67c00 68%,
    #e8d19a 88%,
    #8b6914 100%
  );
  background-size: 100% 160%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 2px 12px rgba(201, 162, 39, 0.45));
}

.page-brand-intro .brand-intro-zigzag {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1rem, 3vw, 1.65rem);
  margin-top: 0.25rem;
}

.page-brand-intro .brand-intro-zigzag__card {
  width: min(100%, 720px);
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-brand-intro .brand-intro-zigzag__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-brand-intro .brand-intro-zigzag__card--a {
  align-self: flex-start;
}

.page-brand-intro .brand-intro-zigzag__card--b {
  align-self: flex-end;
}

.page-brand-intro .brand-intro-zigzag__card--c {
  align-self: flex-start;
}

.page-brand-intro .brand-intro-zigzag__frame {
  margin: 0;
  padding: clamp(0.65rem, 2vw, 1rem);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.88)),
    radial-gradient(120% 80% at 50% 0%, rgba(201, 162, 39, 0.12), transparent 55%);
  border: 1px solid rgba(10, 22, 40, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 36px rgba(10, 22, 40, 0.08);
  min-height: clamp(200px, 42vw, 320px);
  max-height: min(72vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-brand-intro .brand-intro-zigzag__frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: min(64vh, 520px);
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}

@media (min-width: 900px) {
  .page-brand-intro .brand-intro-zigzag__card--a,
  .page-brand-intro .brand-intro-zigzag__card--c {
    margin-right: 4%;
  }

  .page-brand-intro .brand-intro-zigzag__card--b {
    margin-left: 4%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-brand-intro .brand-intro-hero,
  .page-brand-intro .brand-intro-zigzag__card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --- 오시는길: 현장·분양 보조 블록 --- */
.page-directions .directions-extra {
  max-width: 720px;
  margin: 1.5rem auto 0;
  padding: 1.5rem clamp(1rem, 3vw, 1.5rem);
  border-radius: 18px;
  background: linear-gradient(165deg, #fafbfd 0%, #f0f3f8 100%);
  border: 1px solid rgba(10, 22, 40, 0.1);
  box-shadow: 0 12px 32px rgba(10, 22, 40, 0.06);
}

.page-directions .directions-extra__project {
  margin: 0 0 0.35rem;
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
  font-size: clamp(1.25rem, 3.5vw, 1.55rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  letter-spacing: -0.02em;
}

.page-directions .directions-extra__hook {
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  font-weight: 600;
  color: #2a3548;
}

.page-directions .directions-extra__lead {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a5568;
}

.page-directions .directions-extra__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.page-directions .directions-extra__card {
  padding: 1rem 1rem 1.05rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(10, 22, 40, 0.08);
  box-shadow: 0 4px 16px rgba(10, 22, 40, 0.04);
}

.page-directions .directions-extra__card--wide {
  grid-column: 1 / -1;
}

.page-directions .directions-extra__h {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(10, 22, 40, 0.55);
}

.page-directions .directions-extra__value {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
}

.page-directions .directions-extra__value--tbd {
  color: #6b7280;
  font-weight: 500;
}

.page-directions .directions-extra__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #1e3a5f);
  border: 1px solid rgba(10, 22, 40, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.page-directions .directions-extra__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(10, 22, 40, 0.18);
}

.page-directions .directions-extra__addr {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #374151;
}

.page-directions .directions-extra__map-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.page-directions .directions-extra__map-btn {
  flex: 1 1 140px;
  text-align: center;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--navy);
  background: #fff;
  border: 2px solid rgba(10, 22, 40, 0.15);
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}

.page-directions .directions-extra__map-btn:hover {
  border-color: var(--navy);
  background: rgba(10, 22, 40, 0.04);
}

@media (max-width: 520px) {
  .page-directions .directions-extra__grid {
    grid-template-columns: 1fr;
  }
}

/* --- 프리미엄: 2열 카드 --- */
.page-premium-doc .premium-stack {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0.25rem 1rem;
}

.page-premium-doc .premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.page-premium-doc .premium-card {
  position: relative;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  border-radius: 20px;
  background: linear-gradient(155deg, #ffffff 0%, #f6f8fc 55%, #eef2f9 100%);
  border: 1px solid rgba(10, 22, 40, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 40px rgba(10, 22, 40, 0.07);
  overflow: hidden;
}

.page-premium-doc .premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a227, #f0e6b8, #8b6914);
  opacity: 0.95;
}

.page-premium-doc .premium-card__top {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.page-premium-doc .premium-card__num {
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(10, 22, 40, 0.12);
}

.page-premium-doc .premium-card__code {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #9a7b2c;
}

.page-premium-doc .premium-card__title {
  margin: 0 0 0.55rem;
  font-family: "Paperlogy", "Noto Sans KR", sans-serif;
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  font-weight: 700;
  line-height: 1.38;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.page-premium-doc .premium-card__body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
  color: #4b5568;
  white-space: pre-line;
}

.page-premium-doc .premium-stack__notes {
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 22, 40, 0.08);
}

.page-premium-doc .premium-stack__ref {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #5c6370;
}

.page-premium-doc .premium-stack__notes .basic-info-disclaimer {
  text-align: left;
}

@media (max-width: 640px) {
  .page-premium-doc .premium-grid {
    grid-template-columns: 1fr;
  }
}

.promotion-hub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.promotion-hub--solo {
  align-items: center;
  padding: 2rem 1rem 3rem;
}

.promotion-hub__link {
  display: block;
  padding: 1.1rem 1.25rem;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent), #0d2244);
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.promotion-hub__link:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.promotion-hub__muted {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.72);
  background: rgba(10, 22, 40, 0.06);
}

/* E-견본주택 — 가상투어 iframe */
.page-e-modelhouse .sub-page-body {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.page-e-modelhouse .sub-page-media {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1025px) {
  .page-e-modelhouse .sub-page-media {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.e-modelhouse-tour {
  width: 100%;
  margin-top: 0.35rem;
}

.e-modelhouse-tour__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: min(70vh, 560px);
  max-height: 100dvh;
  background: #0a1628;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.e-modelhouse-tour__frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(70vh, 560px);
  border: 0;
  vertical-align: top;
}

.e-modelhouse-tour__fallback {
  margin: 0.5rem auto 0;
  padding: 0 1rem;
  text-align: center;
}

.e-modelhouse-tour__fallback-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.e-modelhouse-tour__fallback-link:hover {
  color: #1e3a5f;
}

.e-modelhouse-tour__note {
  margin: 0 auto;
  padding: 0.75rem 1.25rem 1.25rem;
  max-width: 44rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #5c6370;
  text-align: center;
}

.e-modelhouse-tour__note code {
  font-size: 0.78em;
  word-break: break-all;
}
