/* kristal.studio — v3: centered editorial luxury
   Base #06000f · Violet #9b30ff / #c77dff · Gold #c9a84c · Text #ecdeff
   Type: Cormorant Garamond (display, italics) · Montserrat (body, tracked labels) */

:root {
  --ink: #06000f;
  --violet-deep: #4a1590;
  --violet: #7b2fbe;
  --violet-bright: #9b30ff;
  --violet-light: #c77dff;
  --lavender: #e2b4ff;
  --text: #ecdeff;
  --muted: #b3a1cc;
  --gold: #c9a84c;
  --gold-light: #f2dfa0;
  --gold-dim: #7a6030;
  --line: rgba(201, 168, 76, .32);
  --line-soft: rgba(201, 168, 76, .14);

  --display: "Cormorant Garamond", "Cormorant", "Garamond", Georgia, serif;
  --body: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --max: 1180px;
  --text-max: 760px;
  --gutter: clamp(20px, 5vw, 64px);
  --space: clamp(88px, 12vw, 150px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  text-align: center;
}

h1, h2, h3 { font-family: var(--display); font-weight: 500; color: #fff; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(44px, 6.4vw, 86px); line-height: 1.06; letter-spacing: -.005em; }
h1 em { font-style: italic; font-weight: 500; }
h2 { font-size: clamp(36px, 4.6vw, 60px); line-height: 1.1; }
h3 { font-size: clamp(24px, 2.3vw, 30px); line-height: 1.2; }
p { margin: 0; }
a { color: var(--gold-light); text-decoration: none; }

:focus-visible { outline: 1px solid var(--gold-light); outline-offset: 4px; }

.skip { position: absolute; left: 12px; top: -60px; background: var(--gold); color: var(--ink); padding: 8px 12px; z-index: 100; }
.skip:focus { top: 12px; }

/* gold metallic text */
.gold-text {
  background: linear-gradient(110deg, #f2dfa0 0%, #c9a84c 30%, #fff3c4 50%, #c9a84c 70%, #8a6a2a 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 8s linear infinite;
}
@keyframes shimmer { to { background-position: 220% center; } }

/* tracked label (kicker, chapter, small labels) */
.kicker, .chapter, .label, .ph::after, .nav > a:not(.btn) {
  font-family: var(--body); font-weight: 500; font-size: 11px; letter-spacing: .32em; text-transform: uppercase;
}
.kicker, .chapter, .label { color: var(--gold); }

/* filigree divider */
.filigree { display: block; width: min(260px, 70%); height: 20px; margin: 22px auto 0; color: var(--gold); overflow: visible; }

/* ---------- ambient background ---------- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-glow {
  position: absolute; inset: -20%;
  background:
    radial-gradient(50% 42% at 50% 12%, rgba(123, 47, 190, .38), transparent 70%),
    radial-gradient(35% 35% at 8% 70%, rgba(123, 47, 190, .18), transparent 70%),
    radial-gradient(35% 35% at 92% 60%, rgba(123, 47, 190, .16), transparent 70%),
    radial-gradient(30% 30% at 85% 92%, rgba(201, 168, 76, .07), transparent 70%),
    linear-gradient(180deg, #0a0218, var(--ink) 40%, #08011a);
}
.bg-noise {
  position: absolute; inset: 0; opacity: .055; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.bg-stars {
  position: absolute; inset: 0; opacity: .7;
  background-image:
    radial-gradient(1px 1px at 12px 18px, rgba(242, 223, 160, .8), transparent 2px),
    radial-gradient(1px 1px at 140px 90px, rgba(226, 180, 255, .7), transparent 2px),
    radial-gradient(1.5px 1.5px at 220px 160px, rgba(242, 223, 160, .6), transparent 2px),
    radial-gradient(1px 1px at 60px 210px, rgba(255, 255, 255, .5), transparent 2px),
    radial-gradient(1px 1px at 300px 40px, rgba(226, 180, 255, .55), transparent 2px),
    radial-gradient(1px 1px at 190px 260px, rgba(242, 223, 160, .5), transparent 2px);
  background-size: 340px 300px;
  animation: twinkle 9s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: .45; } to { opacity: .85; } }
.shard { position: absolute; width: 30px; fill: rgba(155, 48, 255, .2); opacity: .8; }
.shard path { stroke: rgba(201, 168, 76, .5); stroke-width: 1; }
.shard .lite { fill: rgba(226, 180, 255, .3); }
.shard-1 { left: 7%; top: 30%; width: 22px; animation: float 16s ease-in-out infinite; }
.shard-2 { left: 90%; top: 55%; width: 34px; animation: float 20s ease-in-out infinite 2s; }
.shard-3 { left: 14%; top: 82%; width: 18px; animation: float 18s ease-in-out infinite 4s; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-28px) rotate(8deg); } }

/* ---------- header ---------- */
.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px var(--gutter);
  background: linear-gradient(180deg, rgba(6, 0, 15, .94), rgba(6, 0, 15, .8));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
}
.top::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent); opacity: .45;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-gem { width: 24px; height: 24px; fill: var(--gold); filter: drop-shadow(0 0 8px rgba(201, 168, 76, .7)); }
.brand-gem .gem-top { fill: var(--gold-light); }
.brand-word { font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: .04em; color: #fff; line-height: 1; }
.brand-word span { font-family: var(--body); font-weight: 500; font-size: 10px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); margin-left: 10px; vertical-align: middle; }

.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.nav > a:not(.btn) { color: var(--muted); position: relative; padding: 6px 0; transition: color .25s; }
.nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .3s ease; }
.nav > a:not(.btn):hover { color: #fff; }
.nav > a:not(.btn):hover::after { transform: scaleX(1); }

.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--gold); margin: 6px 0; transition: transform .25s ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

/* ---------- buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 34px; border-radius: 0;
  font-family: var(--body); font-weight: 600; font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s ease, box-shadow .3s ease, border-color .3s, color .3s, background .3s;
}
.btn-sm { padding: 12px 20px; font-size: 10.5px; letter-spacing: .22em; }
.btn-gold {
  background: linear-gradient(135deg, #f2dfa0 0%, #c9a84c 45%, #8a6a2a 100%);
  color: #1a1206; border-color: rgba(242, 223, 160, .5);
  box-shadow: 0 4px 24px rgba(201, 168, 76, .35), inset 0 1px 0 rgba(255, 255, 255, .55);
}
.btn-gold::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-20deg); transition: left .6s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(201, 168, 76, .6), inset 0 1px 0 rgba(255, 255, 255, .6); color: #000; }
.btn-gold:hover::after { left: 130%; }
.btn-line { color: var(--gold-light); border-color: var(--line); background: transparent; }
.btn-line:hover { border-color: var(--gold-light); background: rgba(201, 168, 76, .08); box-shadow: 0 0 26px rgba(201, 168, 76, .25); transform: translateY(-2px); }
.btn.full { width: 100%; }
.ico { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; vertical-align: -.2em; }
.btn-ico .ico { width: 17px; height: 17px; }

/* ---------- frame (replaces cards): sharp gold frame, inner hairline, ornamental corners ---------- */
.frame {
  position: relative;
  background: linear-gradient(180deg, rgba(155, 48, 255, .08), rgba(6, 0, 15, .35));
  border: 1px solid var(--line-soft);
  outline: 1px solid rgba(201, 168, 76, .12); outline-offset: -8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .45), 0 0 50px rgba(123, 47, 190, .12);
  transition: border-color .35s ease, box-shadow .35s ease, outline-color .35s ease, transform .35s ease;
}
.frame::before, .frame::after {
  content: ""; position: absolute; width: 22px; height: 22px; border: 0 solid var(--gold);
  transition: width .35s ease, height .35s ease;
}
.frame::before { top: -1px; left: -1px; border-top-width: 1px; border-left-width: 1px; }
.frame::after { bottom: -1px; right: -1px; border-bottom-width: 1px; border-right-width: 1px; }
.frame:hover { border-color: var(--line); outline-color: rgba(201, 168, 76, .28); box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 70px rgba(155, 48, 255, .28); }
.frame:hover::before, .frame:hover::after { width: 44px; height: 44px; }

/* ---------- hero ---------- */
.hero {
  position: relative; display: grid; place-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(40px, 6vw, 80px) var(--gutter) clamp(56px, 7vw, 96px);
  isolation: isolate; overflow: hidden;
}
.hero > * { grid-area: 1 / 1; max-width: 100%; }
.hero-art {
  margin: 0; width: min(100%, 640px); aspect-ratio: 1; display: grid; place-items: center;
  opacity: .55; pointer-events: none; z-index: 0; transform: translateY(-2%);
}
.hero-art > * { grid-area: 1 / 1; }
.rays {
  width: 100%; height: 100%; border-radius: 50%;
  background: conic-gradient(from 0deg,
    transparent 0 8%, rgba(155, 48, 255, .12) 10%, transparent 13%,
    transparent 30%, rgba(201, 168, 76, .1) 32%, transparent 35%,
    transparent 55%, rgba(155, 48, 255, .12) 57%, transparent 60%,
    transparent 80%, rgba(201, 168, 76, .1) 82%, transparent 85%);
  mask: radial-gradient(circle, #000 20%, transparent 70%);
  -webkit-mask: radial-gradient(circle, #000 20%, transparent 70%);
  animation: spin 70s linear infinite;
}
.rings { width: 110%; height: 110%; opacity: .8; animation: spin 100s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.crystal { width: 58%; height: auto; overflow: visible; filter: drop-shadow(0 0 40px rgba(155, 48, 255, .5)); animation: hover 8s ease-in-out infinite; }
@keyframes hover { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.crystal .edges path { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw 2.2s cubic-bezier(.6, 0, .2, 1) forwards; }
.crystal .edges path:nth-child(2) { animation-delay: .25s; }
.crystal .edges path:nth-child(3) { animation-delay: .4s; }
.crystal .edges path:nth-child(4) { animation-delay: .55s; }
.crystal .edges path:nth-child(5) { animation-delay: .65s; }
.crystal .edges path:nth-child(6) { animation-delay: .8s; }
.crystal .facets { opacity: 0; animation: fade 1.4s ease .9s forwards; }
.crystal .glow { opacity: 0; animation: fade 2s ease .4s forwards; }
.crystal .spark { opacity: 0; animation: sparkle 3.4s ease-in-out 2.2s infinite; transform-origin: center; transform-box: fill-box; }
.crystal .spark-2 { animation-delay: 3s; }
.crystal .spark-3 { animation-delay: 4.1s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }
@keyframes sparkle { 0%, 100% { opacity: 0; transform: scale(.4) rotate(0); } 15%, 35% { opacity: 1; transform: scale(1.1) rotate(20deg); } 50% { opacity: 0; transform: scale(.4) rotate(45deg); } }

.hero-copy { position: relative; z-index: 1; width: 100%; max-width: 860px; margin: 0 auto; }
.hero-copy .kicker { margin-bottom: 26px; }
.hero-copy h1 { text-shadow: 0 6px 40px rgba(6, 0, 15, .8); }
.lead { margin: 30px auto 0; font-size: clamp(16px, 1.3vw, 18px); color: var(--muted); max-width: 62ch; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 40px; }
.hero-proof {
  list-style: none; margin: 48px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 34px;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.hero-proof li { display: flex; align-items: center; gap: 12px; }
.hero-proof li::before { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex: none; box-shadow: 0 0 10px rgba(201, 168, 76, .8); }

/* ---------- sections ---------- */
.section { position: relative; padding: var(--space) var(--gutter) 0; }
.section:last-of-type { padding-bottom: var(--space); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.head { max-width: var(--text-max); margin-bottom: clamp(44px, 5vw, 64px); }
.head .chapter { display: block; margin-bottom: 20px; }
.head > p { margin: 28px auto 0; color: var(--muted); font-size: clamp(16px, 1.25vw, 17.5px); max-width: 66ch; }

.prose { max-width: var(--text-max); display: grid; gap: 22px; }
.prose p { color: var(--muted); font-size: clamp(16px, 1.25vw, 17.5px); }
.prose .statement {
  font-family: var(--display); font-weight: 500; font-style: italic; color: #fff;
  font-size: clamp(26px, 3vw, 40px); line-height: 1.35; margin-bottom: 8px;
}
.closing { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(26px, 2.8vw, 36px); line-height: 1.3; max-width: 30ch; margin: 44px auto 0; }
.tagline { margin: 34px auto 26px; font-family: var(--display); font-style: italic; font-size: clamp(22px, 2.2vw, 30px); color: #fff; }
.fine { color: var(--muted); font-size: 12.5px; opacity: .85; letter-spacing: .02em; }

/* earnings range: typographic statement */
.range { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px, 5vw, 72px); max-width: 900px; }
.range-end { display: grid; gap: 6px; }
.range-end .big { font-family: var(--display); font-weight: 500; font-size: clamp(88px, 12vw, 170px); line-height: .9; }
.range-end .big i { font-style: normal; font-size: .38em; margin-left: 4px; vertical-align: .55em; }
.range-bar { position: relative; height: 1px; background: linear-gradient(90deg, var(--gold-dim), var(--gold) 50%, var(--gold-light)); box-shadow: 0 0 16px rgba(201, 168, 76, .5); }
.range-bar::before, .range-bar::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; background: var(--gold); transform: translate(-50%, -50%) rotate(45deg); }
.range-bar::before { left: 0; }
.range-bar::after { left: 100%; background: var(--gold-light); }
.range-marker {
  position: absolute; top: 50%; left: 4%; width: 12px; height: 12px; background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 16px rgba(242, 223, 160, 1), 0 0 30px rgba(201, 168, 76, .7);
  animation: slide 7s ease-in-out infinite alternate;
}
@keyframes slide { from { left: 4%; } to { left: 96%; } }

/* benefits grid */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-3 .frame { padding: 44px 32px 40px; }
.num { display: block; font-family: var(--display); font-style: italic; font-size: 30px; color: var(--gold); line-height: 1; margin-bottom: 18px; }
.grid-3 h3 { margin-bottom: 14px; }
.hook { font-family: var(--display); font-style: italic; font-size: 20px; line-height: 1.4; color: var(--lavender); margin-bottom: 14px; }
.grid-3 p:not(.hook) { color: var(--muted); font-size: 15px; }

/* panels (housing, safety) */
.panel { max-width: 820px; padding: 40px clamp(24px, 4vw, 48px) 36px; }
.panel h3 { margin-bottom: 18px; }
.panel > p { margin-top: 22px; color: var(--muted); font-size: 15.5px; }
.list-diamond { list-style: none; margin: 0; padding: 0; display: grid; text-align: left; }
.list-diamond li { display: flex; gap: 16px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 15.5px; }
.list-diamond li:last-child { border-bottom: 0; }
.list-diamond li::before { content: ""; flex: none; margin-top: 10px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 10px rgba(201, 168, 76, .8); }
.list-diamond.two-col { grid-template-columns: 1fr 1fr; column-gap: 40px; }
.list-diamond.two-col li:nth-last-child(2) { border-bottom: 0; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 36px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 12%, var(--gold) 88%, transparent); opacity: .5; }
.steps li { position: relative; }
.step-n {
  position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px;
  border-radius: 50%; font-family: var(--display); font-style: italic; font-size: 28px; color: var(--gold-light);
  background: radial-gradient(circle at 40% 35%, #2a0d55, #0d0420 70%); border: 1px solid var(--gold);
  box-shadow: 0 0 0 8px var(--ink), 0 0 28px rgba(155, 48, 255, .45), inset 0 0 18px rgba(155, 48, 255, .25);
}
.steps h3 { margin-bottom: 10px; }
.steps p { color: var(--muted); font-size: 15px; max-width: 30ch; margin: 0 auto; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 220px; gap: 16px; }
.ph {
  margin: 0; position: relative; overflow: hidden;
  background: radial-gradient(70% 60% at 30% 20%, rgba(155, 48, 255, .28), transparent 70%), linear-gradient(160deg, #1a0838, #06000f 80%);
  border: 1px solid var(--line-soft); outline: 1px solid rgba(201, 168, 76, .14); outline-offset: -8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
  transition: border-color .35s, box-shadow .35s;
}
.ph::after { content: "Foto în curând"; position: absolute; top: 20px; right: 22px; color: var(--muted); opacity: .8; font-size: 10px; }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ph:hover { border-color: var(--line); box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 60px rgba(155, 48, 255, .25); }
.ph:hover img { transform: scale(1.04); }
.ph figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 48px 24px 20px;
  font-family: var(--display); font-style: italic; font-size: 24px; color: #fff;
  background: linear-gradient(to top, rgba(6, 0, 15, .88), transparent);
}
.ph-a { grid-column: span 4; grid-row: span 2; }
.ph-b, .ph-c { grid-column: span 2; }
.ph-d, .ph-e { grid-column: span 3; }

/* quotes */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quotes .frame { margin: 0; padding: 56px 32px 34px; }
.quotes .frame p { font-family: var(--display); font-style: italic; font-size: 21px; line-height: 1.5; color: #fff; }
.quotes .frame p::before { content: "\201C"; display: block; font-size: 72px; line-height: .4; color: var(--gold); opacity: .8; margin-bottom: 18px; font-style: normal; }
.quotes footer { margin-top: 24px; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-light); }
.quotes footer span { display: block; font-size: 11px; letter-spacing: .1em; text-transform: none; color: var(--muted); margin-top: 6px; }

/* faq */
.faq { max-width: 820px; display: grid; }
.faq details { border-top: 1px solid var(--line-soft); text-align: left; }
.faq details:last-child { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--display); font-size: 24px; color: #fff; transition: color .25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-light); }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px;
  border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold);
  transform: translateY(-70%) rotate(45deg); transition: transform .25s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details p { padding: 0 0 24px; color: var(--muted); max-width: 66ch; font-size: 15.5px; }

/* contact */
.contacts { list-style: none; margin: 40px auto 34px; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.contact-link {
  display: inline-flex; align-items: center; gap: 10px; padding: 13px 24px; border: 1px solid var(--line-soft);
  color: var(--text); font-weight: 500; font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  background: rgba(123, 47, 190, .06); transition: border-color .3s, box-shadow .3s, color .3s;
}
.contact-link .ico { width: 18px; height: 18px; color: var(--gold); transition: color .3s, transform .3s; }
.contact-link:hover .ico { transform: scale(1.08); }
.ch-whatsapp:hover { border-color: #25d366; color: #fff; box-shadow: 0 0 26px rgba(37, 211, 102, .35); }
.ch-whatsapp:hover .ico { color: #25d366; }
.ch-telegram:hover { border-color: #2aabee; color: #fff; box-shadow: 0 0 26px rgba(42, 171, 238, .35); }
.ch-telegram:hover .ico { color: #2aabee; }
.ch-phone:hover { border-color: var(--gold-light); color: var(--gold-light); }
.contact-meta { margin-top: 28px; color: var(--muted); font-size: 13px; letter-spacing: .06em; }

.form { max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 40px clamp(22px, 4vw, 44px) 36px; text-align: left; }
.form:hover { transform: none; }
.form-intro { grid-column: 1 / -1; text-align: center; color: var(--muted); font-size: 15px; margin-bottom: 6px; }
.form label { display: grid; gap: 8px; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  width: 100%; padding: 14px; border-radius: 0;
  background: rgba(6, 0, 15, .65); border: 1px solid var(--line-soft); color: #fff;
  font-family: var(--body); font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none;
  transition: border-color .25s, box-shadow .25s;
}
.form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(201, 168, 76, .15), 0 0 20px rgba(155, 48, 255, .2); }
.form textarea { resize: vertical; min-height: 90px; }
.form-error { grid-column: 1 / -1; color: #f0b4c4; font-size: 14px; }
.form .fine { grid-column: 1 / -1; text-align: center; }

/* footer */
.foot { padding: 80px var(--gutter) 44px; display: grid; justify-items: center; gap: 14px; color: var(--muted); font-size: 12.5px; }
.foot .filigree { margin: 0 0 24px; }
.foot > p { max-width: 44ch; }
.socials { list-style: none; margin: 10px 0 6px; padding: 0; display: flex; gap: 12px; }
.socials a {
  display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-soft); color: var(--gold);
  background: rgba(123, 47, 190, .06); transition: border-color .3s, box-shadow .3s, color .3s, transform .3s;
}
.socials a .ico { width: 17px; height: 17px; }
.socials a:hover { border-color: var(--gold-light); color: var(--gold-light); box-shadow: 0 0 22px rgba(201, 168, 76, .35); transform: translateY(-2px); }
.foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 26px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.foot-links a { color: var(--muted); transition: color .25s; }
.foot-links a:hover { color: var(--gold-light); }
.foot-copy { opacity: .7; }

/* floating WhatsApp */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: 999px;
  background: linear-gradient(135deg, #2fe27a, #25d366 55%, #1da851); color: #062b14;
  font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 8px 30px rgba(37, 211, 102, .45), 0 4px 14px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .5);
  transition: transform .25s ease, box-shadow .3s ease;
}
.wa-float .ico { width: 24px; height: 24px; }
.wa-float:hover { transform: translateY(-3px); color: #04220f; box-shadow: 0 12px 40px rgba(37, 211, 102, .6), 0 4px 14px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .5); }

/* ---------- motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  .crystal, .rays, .rings, .shard, .bg-stars, .gold-text, .range-marker { animation: none; }
  .crystal .edges path, .crystal .facets, .crystal .glow, .crystal .spark { animation: none; stroke-dashoffset: 0; opacity: 1; }
  .btn-gold::after { display: none; }
  .range-marker { left: 60%; }
}

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .nav { gap: 14px; }
  .nav > a:not(.btn) { letter-spacing: .2em; }
}
@media (max-width: 960px) {
  .steps { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .steps::before { display: none; }
  .quotes { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .ph-a { grid-column: span 2; }
  .ph-b, .ph-c, .ph-d, .ph-e { grid-column: span 1; }
  .list-diamond.two-col { grid-template-columns: 1fr; }
  .list-diamond.two-col li:nth-last-child(2) { border-bottom: 1px solid var(--line-soft); }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 2px;
    padding: 12px var(--gutter) 20px; background: rgba(6, 0, 15, .97); border-bottom: 1px solid var(--line); display: none;
    text-align: center;
  }
  .nav.open { display: flex; }
  .nav > a:not(.btn) { padding: 12px 0; font-size: 12px; }
  .nav .btn { margin-top: 10px; }
  .hero-art { width: 100%; opacity: .4; }
  .hero { min-height: auto; padding-top: 48px; }
  h1 { font-size: clamp(38px, 11vw, 46px); }
  h2 { font-size: clamp(30px, 9vw, 38px); }
  .range-end .big { font-size: clamp(76px, 24vw, 100px); }
  .section { padding-top: 72px; }
  .grid-3 { grid-template-columns: 1fr; }
  .range { grid-template-columns: 1fr; gap: 18px; }
  .range-bar { width: 70%; margin: 0 auto; }
  .steps { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; padding: 28px 20px; }
  .gallery { grid-template-columns: 1fr; }
  .ph-a, .ph-b, .ph-c, .ph-d, .ph-e { grid-column: span 1; grid-row: span 1; }
  .wa-float { right: 14px; bottom: 14px; padding: 12px; }
  .wa-float span { display: none; }
  .wa-float .ico { width: 28px; height: 28px; }
}
