/* 7un PREMIUM PASS — 시안 정렬 (#0A0F1E / 글라스 / 골드) */

.site-header {
  background: rgba(10, 15, 30, 0.9);
}

/* ——— Hero ——— */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  background: #0a0f1e;
}
.hero-media {
  left: 32%;
  width: 68%;
}
.hero-media img {
  filter: brightness(0.78) contrast(1.12) saturate(1.08);
  object-position: 60% center;
}
.hero-arch {
  background-image:
    linear-gradient(
      100deg,
      #0a0f1e 0%,
      #0a0f1e 34%,
      rgba(10, 15, 30, 0.88) 48%,
      rgba(10, 15, 30, 0.35) 68%,
      rgba(10, 15, 30, 0.08) 100%
    ),
    repeating-linear-gradient(
      -18deg,
      transparent 0 58px,
      rgba(212, 175, 55, 0.04) 58px 59px
    ),
    linear-gradient(rgba(212, 175, 55, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.028) 1px, transparent 1px);
  background-size: auto, auto, 90px 90px, 90px 90px;
}

.hero-inner {
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  padding: 2rem 0 2.5rem;
}

.hero-eyebrow {
  font-size: 0.92rem;
  letter-spacing: 0.36em;
  margin-bottom: 1.1rem;
}
.hero h1 {
  font-size: clamp(2.9rem, 5.8vw, 4.6rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.45);
}
.hero h1 em { color: #fff; }
.hero-lead {
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  color: rgba(232, 238, 247, 0.72);
  max-width: 28rem;
}

.hero-actions .btn {
  min-height: 52px;
  border-radius: 6px;
  font-size: 0.95rem;
}

.hero-stage {
  grid-template-columns: 1.25fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  min-height: 500px;
  gap: 0.9rem;
}
.hc {
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(10, 15, 30, 0.35);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.hc-main { min-height: 500px; }
.hc-badge {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.hc-price {
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

.stats-bar {
  background: rgba(8, 12, 24, 0.96);
  border-color: rgba(212, 175, 55, 0.2);
}
.stat strong { font-size: 1.55rem; }
.stats-value {
  border-radius: 14px;
  border-color: rgba(212, 175, 55, 0.4);
}

/* 서비스: SVG 카드 (뭉개진 PNG 시트 대신) */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.svc {
  display: grid;
  gap: 0.65rem;
  justify-items: center;
  text-align: center;
  padding: 1.5rem 1rem 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  border-color: rgba(212, 175, 55, 0.55);
}
.svc-ico {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(27, 54, 93, 0.04);
}
.svc-ico svg { width: 56px; height: 56px; }
.svc strong {
  font-size: 1rem;
  color: #0a0f1e;
  font-weight: 800;
}
.svc > span:last-child {
  font-size: 0.82rem;
  color: rgba(15, 23, 41, 0.58);
  line-height: 1.45;
}

.icons-strip { display: none !important; }
.svc-art-wrap { display: none !important; }

.premium-card-media img {
  transition: transform 0.6s var(--ease);
}
.premium-card:hover .premium-card-media img {
  transform: scale(1.05);
}

/* ——— Premium listings row ——— */
.premium-listings-sec {
  background:
    linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px),
    #0a0f1e;
  background-size: 64px 64px, 64px 64px, auto;
}
.premium-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.premium-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(12, 18, 34, 0.72);
  backdrop-filter: blur(8px);
  transition: transform 0.3s var(--ease), border-color 0.25s;
}
.premium-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.65);
}
.premium-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.premium-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premium-card-body {
  padding: 1.1rem 1.15rem 1.25rem;
}
.premium-card-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  color: #fff;
}
.icons-strip {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.icons-strip img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  opacity: 0.96;
}

/* ——— Brand story ——— */
.section { background: transparent; }
.brand-story-sec {
  background:
    linear-gradient(90deg, rgba(10, 15, 30, 0.55), #0a0f1e 55%),
    url("https://images.unsplash.com/photo-1519501025264-65ba15a82390?auto=format&fit=crop&w=1800&q=70") center/cover;
}
.brand-story-page {
  padding-top: 3rem;
  padding-bottom: 4rem;
  min-height: calc(100vh - var(--header-h));
}
.about-portrait {
  border-width: 1.5px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  max-width: 380px;
}
.about-portrait--composed {
  border-width: 0;
  box-shadow: none;
  max-width: 320px;
}
.about-portrait-logo {
  position: absolute;
  top: 1rem;
  left: 1.1rem;
  z-index: 3;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
}
.about-portrait-tag {
  border-radius: 4px;
  left: 50%;
  width: calc(100% - 2rem);
  text-align: center;
  transform: translateX(-50%);
}
.laurel-stats > div {
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-left: 1px solid rgba(212, 175, 55, 0.35);
}
.laurel-stats > div:first-child { border-left: 0; }

/* ——— Listings page ——— */
.listings-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  margin: 0;
  color: #fff;
}
.gold-sub {
  color: var(--gold) !important;
  letter-spacing: 0.08em;
  font-size: 0.95rem !important;
}
.glass-filters {
  background: rgba(12, 18, 34, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.28);
  backdrop-filter: blur(10px);
}
.filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.showcase-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 0.5rem;
}
.showcase-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(12, 18, 34, 0.75);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 13, 26, 0.92) 100%);
}
.showcase-card .badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
}
.showcase-card .price-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38%;
  z-index: 2;
  border-radius: 0;
  text-align: center;
}
.showcase-card > div {
  position: relative;
  z-index: 2;
  padding: 1rem 1.05rem 1.15rem;
}
.showcase-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  color: #fff;
}
.showcase-card p {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 0.85rem;
}
.showcase-card a {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
}

.listings-trust-bar {
  margin-top: 2.75rem;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  gap: 1.25rem;
  align-items: center;
  background: rgba(8, 13, 26, 0.85);
}
.ltb-brand .brand-name {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  font-weight: 700;
}
.ltb-brand p {
  margin: 0.2rem 0 0;
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}
.ltb-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ltb-badges span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
}

a.listing {
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(16, 24, 44, 0.75);
  backdrop-filter: blur(6px);
}
.price-tag {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}
.listing-more {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.84rem;
}

/* ——— Contact ——— */
.contact-hero {
  background:
    linear-gradient(180deg, rgba(10, 15, 30, 0.75), rgba(10, 15, 30, 0.92)),
    url("https://images.unsplash.com/photo-1519501025264-65ba15a82390?auto=format&fit=crop&w=1800&q=70") center/cover;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.contact-hero-inner {
  display: grid;
  gap: 1rem;
  text-align: center;
  justify-items: center;
}
.contact-brand-mark .brand-name {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--gold);
  font-weight: 700;
  display: block;
}
.contact-brand-mark small {
  display: block;
  color: var(--gold);
  letter-spacing: 0.28em;
  font-size: 0.72rem;
}
.contact-hero h1 {
  margin: 0.5rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  font-weight: 600;
  color: #fff;
  max-width: 40rem;
}
.contact-hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.contact-hero p {
  max-width: 32rem;
  margin-inline: auto;
}

.consult-card {
  background: rgba(12, 18, 34, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.28);
  backdrop-filter: blur(10px);
}
.consult-card h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.consult-card h2 svg { color: var(--gold); flex-shrink: 0; }
.consult-sub {
  margin: -0.35rem 0 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.form-privacy {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: var(--muted);
}
.contact-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.contact-points li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.65rem;
  align-items: start;
}
.cp-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.45);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  background: rgba(212, 175, 55, 0.08);
}
.contact-points strong {
  display: block;
  color: var(--gold);
  font-size: 0.82rem;
  margin-bottom: 0.15rem;
}
.contact-points p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.45;
}
.map-dark {
  background:
    radial-gradient(circle at 50% 48%, rgba(212, 175, 55, 0.18), transparent 35%),
    linear-gradient(180deg, #121a2e, #0a1020);
  position: relative;
  min-height: 220px;
}
.map-pin {
  display: grid;
  gap: 0.25rem;
  justify-items: center;
}
.map-pin strong {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  color: #0a0f1e;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
}
.map-pin span {
  margin-top: 0.2rem;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
}
.directions-box {
  margin-top: 0.9rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
}
.directions-box strong {
  display: block;
  color: var(--gold);
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}
.directions-box p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.88rem;
  line-height: 1.5;
}

.trust-badge {
  border-color: rgba(212, 175, 55, 0.4);
  background: rgba(12, 18, 34, 0.45);
}

/* ——— Footer ——— */
.footer-news {
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  position: relative;
}
.footer-news::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  background: #080d1a;
  border-right: 1px solid rgba(212, 175, 55, 0.35);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}
.site-footer {
  background: #080d1a;
  border-top-color: rgba(212, 175, 55, 0.25);
}
.footer-cols h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}
.footer-brand .brand-name {
  display: inline-block;
}
.footer-brand p {
  display: inline-block;
  margin-left: 0.85rem;
  padding-left: 0.85rem;
  border-left: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--gold);
}

.hero-search {
  border-width: 1.5px;
  background: rgba(10, 15, 30, 0.88);
}

.qf.is-active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
  .showcase-row { grid-template-columns: repeat(2, 1fr); }
  .listings-trust-bar { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .ltb-badges { justify-content: center; }
}

@media (max-width: 980px) {
  .hero-media {
    left: 0;
    width: 100%;
  }
  .premium-card-row { grid-template-columns: 1fr; }
  .icons-strip { display: none; }
}

@media (max-width: 720px) {
  .hero-media {
    left: 0;
    width: 100%;
  }
  .hero-arch {
    background-image:
      linear-gradient(180deg, rgba(10, 15, 30, 0.25) 0%, rgba(10, 15, 30, 0.55) 45%, rgba(10, 15, 30, 0.96) 100%);
  }
  .hero h1 {
    font-size: clamp(2.4rem, 9.5vw, 3rem);
    color: #fff;
  }
  .hero h1 em { color: #fff; }
  .showcase-row { grid-template-columns: 1fr; }
  .laurel-stats > div { border-left: 0; border-top: 1px solid rgba(212, 175, 55, 0.35); }
  .laurel-stats > div:first-child { border-top: 0; }
}
