/* ============================================================
   보오미 은거울 · Jasan Glass Color Unified Edition
   Editorial Lifestyle Design with Image-Forward Layout
   ============================================================ */

:root {
  /* PAPER & INK */
  --ink:         #0d2b55;
  --ink-90:      #16375f;
  --ink-70:      #35506f;
  --ink-50:      #6d7882;
  --ink-30:      #9ca7af;
  --ink-15:      rgba(17, 24, 32, 0.15);
  --ink-10:      rgba(17, 24, 32, 0.10);
  --ink-06:      rgba(17, 24, 32, 0.06);

  --paper:       #f5f7f8;
  --paper-warm:  #edf2f4;
  --paper-deep:  #dfe6ea;
  --paper-dark:  #04172d;

  --silver:      #94a3ad;
  --silver-soft: #c7d0d5;
  --silver-dark: #596771;

  --gold:        #0d2b55;
  --gold-mid:    #163f6f;
  --gold-warm:   #8ea7c0;
  --gold-glow:   rgba(36, 90, 120, 0.20);

  /* TYPE */
  --serif:        'Nanum Myeongjo', 'Noto Serif KR', serif;
  --sans:         'Noto Sans KR', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
  --display-lat:  'Cormorant Garamond', 'Nanum Myeongjo', serif;
  --mono:         'IBM Plex Mono', monospace;

  /* MEASURE */
  --container:    1320px;
  --gutter:       clamp(1.5rem, 5vw, 5rem);
  --section-pad:  clamp(5rem, 10vw, 9rem);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--sans);
  font-weight: 400;
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse at 15% 20%, rgba(108, 143, 160, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse at 85% 80%, rgba(88, 112, 126, 0.10) 0%, transparent 55%);
  color: var(--ink);
  line-height: 1.6;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Paper warmth + noise */

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='250' height='250'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.15 0 0 0 0 0.12 0 0 0 0 0.08 0 0 0 0.08 0'/></filter><rect width='250' height='250' filter='url(%23n)'/></svg>");
}

/* ============================================================
   TYPE SYSTEM
   ============================================================ */

.eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow-kr {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--gold);
}

.section-num {
  font-family: var(--display-lat);
  font-size: 0.95rem;
  font-weight: 500;
  font-style: italic;
  color: var(--ink-30);
  letter-spacing: 0.08em;
}

/* ============================================================
   IMAGE PLACEHOLDERS — 교체 가능한 시각 자산 (18장)
   실제 이미지 투입 전까지 이 시스템이 디자인 완성도를 유지한다.
   ============================================================ */

.img-ph {
  position: relative;
  background-color: var(--paper-deep);
  overflow: hidden;
  border: 1px solid var(--ink-10);
}

.img-ph::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(at var(--x, 25%) var(--y, 20%),
      var(--silver-soft) 0%, transparent 55%),
    radial-gradient(at calc(100% - var(--x, 25%)) 85%,
      var(--paper-warm) 0%, transparent 50%),
    linear-gradient(var(--angle, 135deg),
      var(--paper-warm) 0%, var(--paper-deep) 100%);
}

.img-ph::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.15;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.05 0 0 0 0.9 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
}

.img-ph__id {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--ink-50);
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  background: rgba(245, 247, 248, 0.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--ink-10);
}

.img-ph__caption {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 300;
  color: var(--ink-50);
  padding: 0.3rem 0.6rem;
  max-width: 55%;
  text-align: right;
  font-style: italic;
  opacity: 0.75;
}

/* Placeholder variations — different origin for natural variety */
.img-ph.v1 { --x: 30%; --y: 20%; --angle: 135deg; }
.img-ph.v2 { --x: 70%; --y: 25%; --angle: 215deg; }
.img-ph.v3 { --x: 20%; --y: 70%; --angle: 45deg; }
.img-ph.v4 { --x: 75%; --y: 60%; --angle: 315deg; }
.img-ph.v5 { --x: 50%; --y: 15%; --angle: 180deg; }
.img-ph.v6 { --x: 15%; --y: 45%; --angle: 90deg; }

.img-ph.dark {
  background-color: var(--paper-dark);
}
.img-ph.dark::before {
  background-image:
    radial-gradient(at 30% 20%, rgba(106, 164, 191, 0.28) 0%, transparent 50%),
    radial-gradient(at 80% 85%, rgba(67, 86, 98, 0.5) 0%, transparent 50%),
    linear-gradient(135deg, #24323c 0%, #0b1116 100%);
}
.img-ph.dark .img-ph__id {
  background: rgba(16, 24, 32, 0.74);
  color: var(--silver-soft);
  border-color: rgba(198, 188, 164, 0.15);
}

/* Aspect ratios */
.ratio-3-4   { aspect-ratio: 3 / 4; }
.ratio-4-5   { aspect-ratio: 4 / 5; }
.ratio-16-9  { aspect-ratio: 16 / 9; }
.ratio-16-10 { aspect-ratio: 16 / 10; }
.ratio-1-1   { aspect-ratio: 1 / 1; }

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.1rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.3, 1);
}

.nav.is-scrolled {
  background: rgba(245, 247, 248, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ink-10);
  padding: 0.85rem var(--gutter);
}

.nav__brand { display: flex; align-items: baseline; gap: 0.7rem; text-decoration: none; }

.nav__mark {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.nav__tag {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--silver-dark);
  text-transform: uppercase;
}

.nav__menu {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav__menu a {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--ink-70);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.nav__menu a:hover { color: var(--gold); }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.3, 1);
}

.nav__cta:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 2;
}

section {
  position: relative;
  z-index: 2;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--ink-10);
  margin-bottom: 4rem;
  align-items: end;
}

.section-head__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-head__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-head__meta .line {
  flex: 1;
  height: 1px;
  background: var(--ink-15);
}

.section-head h2 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.section-head h2 em {
  font-style: normal;
  color: var(--gold);
}

/* ============================================================
   01 · HERO
   ============================================================ */

.hero {
  min-height: 100vh;
  padding: 7rem var(--gutter) 4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

.hero__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.hero__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--ink);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hero__title .line {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  animation: rise 1.1s cubic-bezier(0.2, 0.8, 0.3, 1) forwards;
}

.hero__title .line:nth-child(1) { animation-delay: 0.3s; }
.hero__title .line:nth-child(2) { animation-delay: 0.45s; }
.hero__title .line:nth-child(3) { animation-delay: 0.6s; }

.hero__title em {
  font-style: normal;
  color: var(--gold);
}

.hero__title .brand-line {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 0.65em;
  color: var(--gold);
  padding-top: 0.2em;
  letter-spacing: -0.02em;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  opacity: 0;
  animation: rise 1s cubic-bezier(0.2, 0.8, 0.3, 1) 0.9s forwards;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.6rem;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.3, 1);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--ink);
  color: var(--paper-warm);
  border: 1px solid var(--ink);
}

.btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink-30);
}

.btn-ghost:hover {
  border-color: var(--ink);
  background: var(--ink-06);
}

.btn .arrow { transition: transform 0.35s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.hero__visual {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.5s forwards;
  aspect-ratio: 3 / 4;
  max-height: 80vh;
  justify-self: end;
  width: 100%;
}

/* ============================================================
   02 · MOMENTS — 우리 일상 어디에나
   ============================================================ */

.moments {
  padding: var(--section-pad) 0;
}

.moments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.moment {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.moment__visual {
  aspect-ratio: 4 / 5;
  width: 100%;
}

.moment__meta {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-top: 0.5rem;
}

.moment__time {
  font-family: var(--display-lat);
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.moment__caption {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-70);
}

.moments__body {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--ink-10);
}

.moments__body p {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.moments__stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.moments__stats span {
  font-family: var(--mono);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--silver-dark);
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--ink-10);
}

.moments__stats span:last-child { border-bottom: none; }

.moments__stats strong {
  color: var(--ink);
  font-weight: 500;
  margin-right: 0.5rem;
}

/* ============================================================
   03 · QUALITIES — 다섯 가지 일상
   ============================================================ */

.qualities {
  padding: var(--section-pad) 0 calc(var(--section-pad) / 1.5);
  background: var(--paper-warm);
  border-top: 1px solid var(--ink-10);
}

.quality-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  padding: 4rem 0;
}

.quality-block.is-reversed .quality-block__visual { order: 2; }
.quality-block.is-reversed .quality-block__text   { order: 1; }

.quality-block__visual {
  aspect-ratio: 16 / 10;
  width: 100%;
}

.quality-block__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 36rem;
}

.quality-block.is-reversed .quality-block__text {
  margin-left: auto;
}

.quality-block__num {
  font-family: var(--display-lat);
  font-weight: 300;
  font-style: italic;
  font-size: 3rem;
  line-height: 0.9;
  color: var(--gold);
  letter-spacing: -0.03em;
}

.quality-block__label {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--silver-dark);
  text-transform: uppercase;
}

.quality-block__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.quality-block__body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-70);
}

.quality-block__footnote {
  margin-top: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ink-15);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--silver-dark);
  letter-spacing: 0.01em;
  font-style: italic;
}

/* ============================================================
   04 · HOUSE — 이 집의 거울 지도
   ============================================================ */

.house {
  padding: var(--section-pad) 0;
}

.house__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.house-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.3, 1);
  cursor: default;
}

.house-card:hover {
  transform: translateY(-4px);
}

.house-card__visual {
  aspect-ratio: 3 / 4;
  width: 100%;
}

.house-card__num {
  font-family: var(--display-lat);
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gold);
  margin-top: 0.3rem;
}

.house-card__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.house-card__desc {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ink-70);
  min-height: 3rem;
}

.house-card__spec {
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid var(--ink-10);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--silver-dark);
  text-transform: uppercase;
}

.house__footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ink-10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.house__footer a {
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: var(--ink-70);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.house__footer a:hover { color: var(--gold); }

/* ============================================================
   05 · SILVER — 그리고, 은(銀)
   ============================================================ */

.silver {
  padding: var(--section-pad) 0;
  background: var(--paper-dark);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.silver::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.6;
}

.silver__bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
}

.silver__content {
  position: relative;
  z-index: 2;
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.silver__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-warm);
  margin-bottom: 2rem;
}

.silver__eyebrow::before,
.silver__eyebrow::after {
  content: '';
  width: 2rem;
  height: 1px;
  background: var(--gold-warm);
  opacity: 0.5;
}

.silver__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--paper-warm);
  margin-bottom: 3rem;
}

.silver__title em {
  font-style: normal;
  color: var(--gold-warm);
}

.silver__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.silver__body p {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(245, 247, 248, 0.82);
  letter-spacing: 0.005em;
}

.silver__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 247, 248, 0.15);
  border-bottom: 1px solid rgba(245, 247, 248, 0.15);
}

.silver-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.silver-stat__num {
  font-family: var(--display-lat);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  line-height: 0.9;
  color: var(--gold-warm);
  letter-spacing: -0.03em;
}

.silver-stat__label {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 247, 248, 0.58);
}

.silver__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-warm);
  text-decoration: none;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.silver__link:hover { border-color: var(--gold-warm); }

/* ============================================================
   06 · VOICES
   ============================================================ */

.voices {
  padding: var(--section-pad) 0;
}

.voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 1rem;
  align-items: stretch;
}

.voice {
  padding: 2.8rem 2.2rem;
  background: var(--paper);
  border: 1px solid var(--ink-10);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.3, 1);
  height: 100%;
}

.voice:nth-child(2) {
  margin-top: 0;
  background: var(--ink);
  color: var(--paper-warm);
  border-color: var(--ink);
}

.voice:nth-child(2) .voice__attr { color: rgba(245, 247, 248, 0.58); }
.voice:nth-child(2) .voice__quote { color: var(--paper-warm); }
.voice:nth-child(2) .voice__mark { color: var(--gold-warm); }

.voice:hover {
  transform: translateY(-4px);
  border-color: var(--gold-mid);
}

.voice:nth-child(2):hover { border-color: var(--gold-warm); }

.voice__mark {
  font-family: var(--display-lat);
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  line-height: 0.3;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.voice__quote {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink);
  letter-spacing: -0.005em;
  flex: 1;
}

.voice__divider {
  width: 2rem;
  height: 1px;
  background: var(--silver);
}

.voice__attr {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--ink-50);
}

/* ============================================================
   07 · CTA
   ============================================================ */

.close {
  padding: var(--section-pad) 0;
  background: var(--paper-dark);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.close__bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  mix-blend-mode: screen;
}

.close::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background: radial-gradient(ellipse, var(--gold-glow) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.close__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 62rem;
  margin: 0 auto;
}

.close__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-warm);
  margin-bottom: 2.5rem;
}

.close__eyebrow::before,
.close__eyebrow::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: var(--gold-warm);
  opacity: 0.6;
}

.close__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--paper-warm);
  margin-bottom: 1.5rem;
}

.close__title em {
  font-style: normal;
  color: var(--gold-warm);
}

.close__tag {
  font-family: var(--display-lat);
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--silver-soft);
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}

.close__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.close-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem 1.5rem;
  background: rgba(8, 18, 26, 0.46);
  border: 1px solid rgba(245, 247, 248, 0.2);
  color: var(--paper-warm);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.3, 1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.close-btn:hover {
  background: rgba(245, 247, 248, 0.08);
  border-color: var(--gold-warm);
  transform: translateY(-4px);
}

.close-btn__num {
  font-family: var(--display-lat);
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--gold-warm);
}

.close-btn__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.close-btn__sub {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(243, 236, 223, 0.5);
  text-transform: uppercase;
}

.close-btn__arrow {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  color: var(--gold-warm);
  transition: transform 0.3s ease;
}

.close-btn:hover .close-btn__arrow { transform: translateX(4px); }

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  background: var(--paper-dark);
  color: var(--paper);
  padding: 3rem var(--gutter);
  border-top: 1px solid rgba(245, 247, 248, 0.1);
}

.footer__grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(245, 247, 248, 0.08);
}

.footer__brand { display: flex; flex-direction: column; gap: 0.6rem; }

.footer__mark {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.footer__sub {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: rgba(245, 247, 248, 0.58);
  text-transform: uppercase;
}

.footer__body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(245, 247, 248, 0.58);
  max-width: 24rem;
  margin-top: 0.6rem;
}

.footer__block h4 {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-warm);
  margin-bottom: 1rem;
}

.footer__block p,
.footer__block a {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.75;
  color: rgba(245, 247, 248, 0.75);
  text-decoration: none;
  display: block;
}

.footer__block a:hover { color: var(--gold-warm); }

.footer__bottom {
  max-width: var(--container);
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: rgba(245, 247, 248, 0.42);
}

/* ============================================================
   ANIMATIONS & REVEAL
   ============================================================ */

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.3, 1),
              transform 0.9s cubic-bezier(0.2, 0.8, 0.3, 1);
}

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

.reveal[data-delay="1"].is-visible { transition-delay: 0.1s; }
.reveal[data-delay="2"].is-visible { transition-delay: 0.2s; }
.reveal[data-delay="3"].is-visible { transition-delay: 0.3s; }
.reveal[data-delay="4"].is-visible { transition-delay: 0.4s; }
.reveal[data-delay="5"].is-visible { transition-delay: 0.5s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero__visual { max-height: 50vh; justify-self: stretch; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .moments__grid { grid-template-columns: repeat(2, 1fr); }
  .moments__body { grid-template-columns: 1fr; gap: 2rem; }
  .quality-block { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }
  .quality-block.is-reversed .quality-block__visual { order: 1; }
  .quality-block.is-reversed .quality-block__text { order: 2; margin-left: 0; }
  .house__grid { grid-template-columns: repeat(2, 1fr); }
  .silver__stats { grid-template-columns: 1fr; gap: 2rem; }
  .voices__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .voice:nth-child(2) { margin-top: 0; }
  .close__actions { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .nav {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    align-items: center;
  }

  .nav__brand {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.2rem;
    min-width: 0;
    flex: 1 1 auto;
  }

  .nav__mark {
    white-space: nowrap;
    font-size: clamp(1rem, 4.5vw, 1.35rem);
  }

  .nav__tag {
    white-space: nowrap;
    font-size: clamp(0.52rem, 2.1vw, 0.7rem);
    letter-spacing: 0.12em;
  }

  .nav__menu {
    display: flex;
    position: static;
    transform: none;
    width: 100%;
    justify-content: space-between;
    gap: 0.35rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 11rem;
    padding-bottom: clamp(1.52rem, calc(2.1vw + 0.2rem), 0.9rem);
    padding-right: var(--gutter);
  }

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

  .nav__menu a {
    font-size: 0.76rem;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .hero__actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; justify-content: center; }
  .moments__grid { grid-template-columns: 1fr; }
  .house__grid { grid-template-columns: 1fr; }
  .house__footer { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer__bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
}

::selection { background: var(--gold-warm); color: #ffffff; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--silver); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--silver-dark); }


/* 실제 이미지 삽입 */
.img-ph {
  background: var(--paper-deep);
}
.img-ph::before {
  display: none;
}
.img-ph > .slot-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}
.img-ph::after {
  z-index: 1;
  opacity: 0.08;
}
.img-ph.dark > .slot-image {
  filter: brightness(0.58) saturate(0.82);
}
.img-ph__id,
.img-ph__caption {
  z-index: 2;
}

/* ============================================================
   JASAN GLASS EXACT BRAND COLOR MATCH
   Logo navy: #0D2B55 / Closing background: #04172D
   ============================================================ */
.nav__mark,
.nav__menu a,
.nav__cta,
.hero__title,
.section-head h2,
.quality-block__title,
.house-card__title,
.voice__quote {
  color: #0d2b55;
}

.hero__title .brand-line,
.section-head h2 em,
.eyebrow,
.eyebrow-kr,
.moment__time,
.quality-block__num,
.house-card__num,
.house__footer a:hover {
  color: #0d2b55;
}

.btn-primary {
  background: #0d2b55;
  border-color: #0d2b55;
}

.btn-primary:hover {
  background: #163f6f;
  border-color: #163f6f;
}

.close,
.footer {
  background: #04172d;
}

.close::before {
  background: radial-gradient(ellipse, rgba(13, 43, 85, 0.34) 0%, transparent 62%);
}

.close-btn {
  background: rgba(4, 23, 45, 0.58);
  border-color: rgba(255, 255, 255, 0.22);
}

.close-btn:hover {
  background: rgba(13, 43, 85, 0.72);
  border-color: #8ea7c0;
}


/* HERO CTA refinement: single, wider brand-story button */
.hero__actions {
  width: min(100%, 25rem);
}
.hero__actions .btn-ghost {
  width: 100%;
  min-height: 3.75rem;
  justify-content: center;
  padding-inline: 2.5rem;
  border-color: rgba(13, 43, 85, 0.38);
}
.hero__actions .btn-ghost:hover {
  border-color: #0d2b55;
}
@media (max-width: 640px) {
  .hero__actions { width: 100%; }
}


/* 상단 메뉴 중앙 정렬 */
.nav {
  position: fixed;
}
.nav__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


/* 히어로 버튼 옆 보오미 로고 */
.hero__actions {
  align-items: center;
}

.hero__brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(180px, 18vw, 255px);
  padding: 0.35rem 0 0.35rem 1.1rem;
}

.hero__brand-logo {
  display: block;
  width: clamp(170px, 17vw, 240px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .hero__actions {
    align-items: stretch;
  }

  .hero__brand-logo-wrap {
    min-width: 0;
    padding: 0.8rem 0 0;
  }

  .hero__brand-logo {
    width: min(220px, 72vw);
    margin: 0 auto;
  }
}


/* 브랜드 이야기 버튼 가로형 및 화살표 애니메이션 제거 */
.hero__actions .btn-ghost {
  min-width: 280px;
  min-height: 58px;
  padding: 0 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.hero__actions .btn-ghost .arrow,
.hero__actions .btn-ghost:hover .arrow {
  transform: none !important;
  transition: none !important;
}

@media (max-width: 640px) {
  .hero__actions .btn-ghost {
    width: 100%;
    min-width: 0;
  }
}


/* 은 섹션 첫 문단 한 줄 표현 */
.silver__lead {
  white-space: nowrap;
  font-size: clamp(0.84rem, 1.15vw, 1.02rem) !important;
  letter-spacing: -0.015em !important;
}

@media (max-width: 900px) {
  .silver__lead {
    white-space: normal;
  }
}


/* 푸터 위치정보 */
.footer__location h4 {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-warm);
  margin-bottom: 1rem;
}

.footer__location p,
.footer__location a {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.75;
  color: rgba(245, 247, 248, 0.75);
  text-decoration: none;
  display: block;
}

.footer__location a:hover {
  color: var(--gold-warm);
}

@media (min-width: 641px) {
  .footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr);
    gap: clamp(4rem, 10vw, 10rem);
    align-items: start;
  }

  .footer__brand {
    max-width: 34rem;
  }

  .footer__location {
    justify-self: end;
    align-self: start;
    width: min(100%, 22rem);
    margin-top: 0.15rem;
    padding-top: 0;
    border-top: none;
  }
}

@media (max-width: 640px) {
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  .footer__brand {
    max-width: none;
  }

  .footer__location {
    justify-self: start;
    width: 100%;
    margin-top: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(245, 247, 248, 0.12);
  }
}


/* CTA 2개 박스 배치 */
.close__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

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


/* 푸터 본사·공장 제목 흰색 */
.footer__location h4 {
  color: #ffffff !important;
}


/* 마지막 요청 문구 가독성 보완 */
.close__tag {
  font-family: var(--serif);
  font-style: normal;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.7;
  color: var(--paper-warm);
  letter-spacing: -0.01em;
}


/* 일상 섹션 강조 문장 및 통계 정렬 */
.moments__emphasis {
  display: block;
  margin-top: 1.25rem;
  font-weight: 700;
  color: var(--ink);
}

.moments__stats {
  padding-left: clamp(2rem, 5vw, 5.5rem);
}

@media (max-width: 1024px) {
  .moments__stats {
    padding-left: 0;
  }
}


/* 마지막 요청 문구 재적용 */
.close__tag {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.75;
  color: var(--paper-warm);
  letter-spacing: -0.01em;
}


/* ============================================================
   BOMY DEALER CONTACT MODAL
   ============================================================ */
.dealer-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.dealer-modal.is-open {
  display: block;
}

.dealer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 23, 45, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dealer-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  margin: 1rem auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #f5f7f8;
  color: #0d2b55;
  border: 1px solid rgba(13, 43, 85, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.dealer-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(13, 43, 85, 0.22);
  background: transparent;
  color: #0d2b55;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.dealer-modal__header {
  padding-right: 3.5rem;
  margin-bottom: 2rem;
}

.dealer-modal__eyebrow {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #6d7882;
}

.dealer-modal__header h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.dealer-modal__header p {
  color: #35506f;
  font-size: 0.95rem;
}

.dealer-modal__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.dealer-modal__group h3 {
  font-size: 1rem;
  margin-bottom: 0.9rem;
  padding-left: 0.85rem;
  position: relative;
}

.dealer-modal__group h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #163f6f;
}

.dealer-card {
  display: grid;
  grid-template-columns: minmax(110px, 0.65fr) 1.35fr;
  border: 1px solid rgba(13, 43, 85, 0.12);
  background: #ffffff;
  margin-bottom: 0.55rem;
}

.dealer-card__region {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4rem;
  padding: 1rem;
  background: #edf2f4;
  font-weight: 700;
  text-align: center;
}

.dealer-card__body {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.95fr;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
}

.dealer-card__body strong {
  font-size: 0.95rem;
}

.dealer-card__body a {
  color: #35506f;
  text-decoration: none;
  word-break: break-word;
}

.dealer-card__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  background: #0d2b55;
  color: #ffffff !important;
  white-space: nowrap;
}

body.modal-open {
  overflow: hidden;
}

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

@media (max-width: 640px) {
  .dealer-modal__dialog {
    width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
    margin: 0;
    border: none;
    padding: 1.25rem;
  }

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

  .dealer-card__region {
    min-height: auto;
    justify-content: flex-start;
  }

  .dealer-card__body {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .dealer-card__call {
    margin-top: 0.3rem;
  }
}


/* ============================================================
   BOMY CONTACT MODAL — TABLE EDITION
   ============================================================ */
@media (min-width: 641px) {
  .dealer-modal__dialog {
    width: min(1080px, calc(100vw - 2rem));
  }
}

.dealer-modal__header {
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(13, 43, 85, 0.15);
}

.dealer-modal__main-phone {
  display: inline-flex;
  align-items: baseline;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 0.9rem 1.2rem;
  background: #0d2b55;
  color: #ffffff;
  text-decoration: none;
}

.dealer-modal__main-phone span {
  font-size: 0.86rem;
  font-weight: 400;
  opacity: 0.82;
}

.dealer-modal__main-phone strong {
  font-family: var(--mono);
  font-size: 1.18rem;
  letter-spacing: 0.04em;
}

.dealer-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(13, 43, 85, 0.14);
  background: #ffffff;
}

.dealer-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.dealer-table th,
.dealer-table td {
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(13, 43, 85, 0.10);
  border-bottom: 1px solid rgba(13, 43, 85, 0.10);
  text-align: left;
  vertical-align: middle;
}

.dealer-table th:last-child,
.dealer-table td:last-child {
  border-right: 0;
}

.dealer-table tbody tr:last-child td {
  border-bottom: 0;
}

.dealer-table thead th {
  background: #edf2f4;
  color: #0d2b55;
  font-size: 0.82rem;
  font-weight: 700;
}

.dealer-table tbody td {
  color: #35506f;
  font-size: 0.9rem;
}

.dealer-table tbody td:first-child strong {
  color: #0d2b55;
}

.dealer-table a {
  color: #35506f;
  text-decoration: none;
}

.dealer-table a:hover {
  color: #0d2b55;
  text-decoration: underline;
}

.dealer-table__phone {
  display: inline-flex;
  justify-content: center;
  min-width: 9.5rem;
  padding: 0.55rem 0.75rem;
  background: #0d2b55;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .dealer-modal__main-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
  }
}


/* 연락처 표 중앙 정렬 */
.dealer-table th,
.dealer-table td {
  text-align: center;
}

.dealer-table__phone {
  margin-left: auto;
  margin-right: auto;
}

/* Dealer modal header layout */
.dealer-modal__header {
  display: block;
}

.dealer-modal__top-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 260px);
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin: 0 2.5rem 1.5rem 0;
}

.dealer-modal__left-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  min-width: 0;
}

.dealer-modal__title-group {
  min-width: 0;
}

.dealer-modal__title-singleline {
  font-size: clamp(1.35rem, 3.2vw, 2.2rem);
  line-height: 1.2;
  word-break: keep-all;
}

.dealer-modal__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealer-modal__logo img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  max-height: 140px;
  object-fit: contain;
}

.dealer-modal__main-phone {
  margin-top: 0;
  width: fit-content;
  max-width: 100%;
}

@media (max-width: 640px) {
  .dealer-modal__dialog {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    margin: 0;
    border: none;
    padding: 1.25rem;
    box-sizing: border-box;
  }

  .dealer-modal__header {
    padding-right: 2.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
  }

  .dealer-modal__top-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0 0 1rem;
  }

  .dealer-modal__logo {
    justify-content: flex-start;
  }

  .dealer-modal__logo img {
    width: 130px;
    max-height: none;
  }

  .dealer-modal__title-singleline {
    font-size: 1.35rem;
    white-space: normal;
  }

  .dealer-modal__main-phone {
    width: 100%;
  }

  .dealer-table-wrap {
    overflow-x: visible;
    border: none;
    background: transparent;
  }

  .dealer-table {
    min-width: 0;
    display: block;
  }

  .dealer-table thead {
    display: none;
  }

  .dealer-table tbody {
    display: block;
  }

  .dealer-table tr {
    display: block;
    margin-bottom: 0.75rem;
    padding: 0.75rem 1rem;
    background: #ffffff;
    border: 1px solid rgba(13, 43, 85, 0.14);
  }

  .dealer-table td {
    display: grid;
    grid-template-columns: 5.2rem 1fr;
    gap: 0.35rem 0.75rem;
    padding: 0.45rem 0;
    border: none;
    text-align: left;
    font-size: 0.85rem;
  }

  .dealer-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #0d2b55;
    font-size: 0.72rem;
  }

  .dealer-table__phone {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}
