/* Jewelry shops — NEWGOLD. Scoped under .ng-shops. */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/xpage/fonts/cormorant-garamond-v21-cyrillic_latin-600italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/xpage/fonts/inter-tight-v9-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/xpage/fonts/inter-tight-v9-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/xpage/fonts/inter-tight-v9-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/xpage/fonts/inter-tight-v9-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/xpage/fonts/inter-tight-v9-cyrillic_latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/xpage/fonts/jetbrains-mono-v24-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/xpage/fonts/jetbrains-mono-v24-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/xpage/fonts/jetbrains-mono-v24-cyrillic_latin-700.woff2') format('woff2');
}

.ng-shops {
  --bg: #f6f2ed;
  --bg-card: #fdfbf7;
  --bg-tint: #faf4ee;
  --bg-deep: #1a1613;
  --ink: #1a1613;
  --ink-2: #3a342e;
  --ink-3: #6b6259;
  --ink-4: #9a9187;
  --ink-5: #c7beb2;
  --rule: #e4ddd1;
  --rule-soft: #efe9dd;
  --rule-strong: #d6ccbd;
  --accent: oklch(0.58 0.11 25);
  --accent-2: oklch(0.52 0.12 25);
  --accent-tint: oklch(0.97 0.012 30);
  --gold: oklch(0.84 0.09 45);
  --gold-2: oklch(0.86 0.1 45);
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --t: 0.24s cubic-bezier(.2,.7,.2,1);
  --shadow-soft: 0 10px 28px -12px rgba(60, 40, 18, 0.30), 0 4px 10px -6px rgba(60, 40, 18, 0.18);
  --shadow-card: 0 22px 48px -18px rgba(60, 40, 18, 0.40), 0 8px 18px -8px rgba(60, 40, 18, 0.24);
}
.ng-shops *, .ng-shops *::before, .ng-shops *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ng-shops {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  background: transparent;
  -webkit-font-smoothing: antialiased;
}
.ng-shops a {
  color: inherit;
  text-decoration: none;
}
.ng-shops em {
  font-style: italic;
}
.ng-shops img, .ng-shops svg {
  display: block;
  max-width: 100%;
}
.ng-shops button {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
}
.ng-shops .page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 28px 80px;
}
.ng-shops .page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.ng-shops .page-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-4);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ng-shops .page-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.ng-shops .page-title em {
  color: var(--accent-2);
  font-weight: 400;
  font-style: italic;
}
.ng-shops .ic {
  width: 22px;
  height: 22px;
  stroke: var(--ink);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.ng-shops .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform var(--t), background var(--t), border-color var(--t), color var(--t), box-shadow var(--t);
}
.ng-shops .btn--main {
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  box-shadow: var(--shadow-soft);
}
.ng-shops .btn--main:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
  transform: translateY(-1px);
}
.ng-shops .btn--route {
  background: var(--bg-card);
  color: var(--ink-2);
  border: 1px solid var(--rule-strong);
}
.ng-shops .btn--route:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}
.ng-shops .btn .ic {
  width: 16px;
  height: 16px;
}
.ng-shops .btn--main .ic {
  stroke: #fff;
}
.ng-shops .btn--route .ic {
  stroke: currentColor;
}
.ng-shops .btn--gold {
  background: var(--gold);
  color: var(--bg-deep);
  border: 1px solid var(--gold);
}
.ng-shops .btn--gold:hover {
  background: var(--gold-2);
  border-color: var(--gold-2);
  transform: translateY(-1px);
}
.ng-shops .btn--gold .ic {
  stroke: var(--bg-deep);
}
.ng-shops .btn--ghost-light {
  background: transparent;
  color: #fdfbf7;
  border: 1px solid rgba(255,255,255,0.22);
}
.ng-shops .btn--ghost-light:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.ng-shops .btn--ghost-light .ic {
  stroke: currentColor;
}
.ng-shops .photo {
  position: relative;
  overflow: hidden;
  background: #211915;
  border-radius: var(--r-md);
}
.ng-shops .photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(1.03) contrast(1.03) saturate(1.03);
}
.ng-shops .photo .ph-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(26,22,19,0.66);
  color: #fff;
  backdrop-filter: blur(4px);
}
.ng-shops .vb-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-deep);
  box-shadow: var(--shadow-card);
}
.ng-shops .vb-row .photo {
  min-height: 420px;
  border-radius: 0;
}
.ng-shops .vb-row .photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 60%, rgba(26,22,19,0.4));
}
.ng-shops .vb-body {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  color: #fdfbf7;
}
.ng-shops .vb-top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.ng-shops .vb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--gold);
}
.ng-shops .vb-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: oklch(0.7 0.12 45);
}
.ng-shops .vb-city {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.ng-shops .vb-name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.014em;
  color: #fdfbf7;
  margin-bottom: 24px;
}
.ng-shops .vb-name em {
  font-style: italic;
  color: var(--gold-2);
  font-weight: 400;
}
.ng-shops .vb-info {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
.ng-shops .vb-info li {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.12);
}
.ng-shops .vb-info li:last-child {
  border-bottom: none;
}
.ng-shops .vb-info .k {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}
.ng-shops .vb-info .v {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  color: #fdfbf7;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.ng-shops .vb-info .v a:hover {
  color: var(--gold-2);
}
.ng-shops .vb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}
.ng-shops .vb-actions .btn--gold {
  min-width: 220px;
  flex: 1 1 220px;
}
.ng-shops .cta-strip {
  margin-top: 28px;
  padding: 28px 34px;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.ng-shops .cta-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.ng-shops .cta-strip .lead {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 25px);
  color: var(--ink);
  line-height: 1.3;
  letter-spacing: -0.005em;
  text-wrap: balance;
}
.ng-shops .cta-strip .lead em {
  color: var(--accent-2);
}
.ng-shops .cta-strip .meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-4);
  text-transform: uppercase;
  margin-top: 8px;
}
.ng-shops .cta-strip .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
.ng-shops .vb-row {
  grid-template-columns: 1fr;
}
.ng-shops .vb-row .photo {
  min-height: 340px;
}
.ng-shops .page {
  padding: 20px 20px 24px;
}
.ng-shops .page-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.ng-shops .vb-body {
  padding: 28px 24px;
}
.ng-shops .cta-strip {
  grid-template-columns: 1fr;
  padding: 24px 20px;
}
}

@media (max-width: 480px) {
.ng-shops .page-title {
  font-size: 36px;
}
.ng-shops .page {
  padding: 14px 16px 16px;
}
.ng-shops .vb-body {
  padding: 24px 18px;
}
.ng-shops .cta-strip {
  padding: 22px 16px;
}
}
