/* kristal.studio — presentation site (v2, luxury glass)
   Base #06000f · Violet #9b30ff / #c77dff · Gold #c9a84c · Text #ecdeff
   Type: Cinzel (display) · Raleway (body) */

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

  --display: "Cinzel", "Trajan Pro", "Cormorant", Georgia, serif;
  --body: "Raleway", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --max: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --space: clamp(80px, 11vw, 140px);
  --radius: 10px;

  --glow-card: 0 10px 40px rgba(0, 0, 0, .55), 0 0 44px rgba(123, 47, 190, .18);
  --glow-card-hover: 0 16px 50px rgba(0, 0, 0, .6), 0 0 70px rgba(155, 48, 255, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@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: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: .01em;
}
h1 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.12; }
h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.15; text-align: center; }
h3 { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.3; }
p { margin: 0; }
a { color: var(--gold-light); text-decoration: none; }

:focus-visible { outline: 2px solid var(--violet-light); outline-offset: 3px; border-radius: 3px; }

.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 7s linear infinite;
}
@keyframes shimmer { to { background-position: 220% center; } }

/* ornament: line — diamond — line */
.orn {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  width: 100%; height: 12px; margin: 18px auto 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 0.5 11.5 6 6 11.5 0.5 6z' fill='%23f2dfa0'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
}
.orn::before, .orn::after { content: ""; height: 1px; width: min(120px, 30%); }
.orn::before { background: linear-gradient(90deg, transparent, var(--gold)); }
.orn::after { background: linear-gradient(90deg, var(--gold), transparent); }
.orn-left { justify-content: flex-start; background-position: 132px center; }
.orn-left::before { width: 120px; background: linear-gradient(90deg, var(--gold-dim), var(--gold)); }
.orn-left::after { width: 60px; }

/* ---------- ambient background ---------- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-glow {
  position: absolute; inset: -20%;
  background:
    radial-gradient(45% 40% at 72% 18%, rgba(123, 47, 190, .35), transparent 70%),
    radial-gradient(35% 35% at 12% 70%, rgba(123, 47, 190, .22), transparent 70%),
    radial-gradient(30% 30% at 85% 85%, rgba(201, 168, 76, .07), transparent 70%),
    linear-gradient(180deg, #0a0218, var(--ink) 40%, #08011a);
}
.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: 34px; fill: rgba(155, 48, 255, .22); opacity: .8; }
.shard path { stroke: rgba(201, 168, 76, .55); stroke-width: 1; }
.shard .lite { fill: rgba(226, 180, 255, .35); }
.shard-1 { left: 6%; top: 22%; width: 26px; animation: float 14s ease-in-out infinite; }
.shard-2 { left: 88%; top: 60%; width: 40px; animation: float 18s ease-in-out infinite 2s; }
.shard-3 { left: 18%; top: 78%; width: 20px; animation: float 16s ease-in-out infinite 4s; }
.shard-4 { left: 70%; top: 88%; width: 28px; animation: float 20s ease-in-out infinite 1s; }
@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: 16px var(--gutter);
  background: linear-gradient(180deg, rgba(6, 0, 15, .92), rgba(6, 0, 15, .78));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-soft);
}
.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: .5;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-gem { width: 26px; height: 26px; 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: 22px; font-weight: 600; letter-spacing: .06em; color: #fff;
}
.brand-word span { color: var(--gold); font-weight: 400; letter-spacing: .18em; font-size: 12px; margin-left: 8px; }

.nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 32px); }
.nav > a:not(.btn) {
  color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: .08em;
  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;
  padding: 16px 32px; border-radius: 4px;
  font-family: var(--body); font-weight: 600; font-size: 14px; letter-spacing: .08em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s ease, box-shadow .3s ease, border-color .3s, color .3s;
}
.btn-sm { padding: 11px 20px; font-size: 13px; }
.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-ghost {
  color: var(--text); border-color: rgba(199, 125, 255, .5);
  background: rgba(123, 47, 190, .08);
  box-shadow: inset 0 0 24px rgba(155, 48, 255, .12);
}
.btn-ghost:hover { border-color: var(--violet-light); color: #fff; box-shadow: 0 0 30px rgba(155, 48, 255, .35), inset 0 0 24px rgba(155, 48, 255, .2); transform: translateY(-2px); }
.btn.full { width: 100%; }

/* ---------- glass card ---------- */
.card {
  position: relative;
  background: linear-gradient(160deg, rgba(155, 48, 255, .12), rgba(6, 0, 15, .55) 60%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow-card), inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.card::before {
  /* luxury reflex: soft purple light from below, gold light from the top corner */
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(60% 40% at 20% 0%, rgba(242, 223, 160, .10), transparent 70%),
    linear-gradient(to top, rgba(80, 15, 140, .18), rgba(35, 0, 70, .10) 50%, transparent);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--glow-card-hover), inset 0 1px 0 rgba(255, 255, 255, .1); border-color: rgba(242, 223, 160, .55); }
.card > * { position: relative; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(48px, 7vw, 96px) max(var(--gutter), calc((100% - var(--max)) / 2)) clamp(48px, 7vw, 96px);
  min-height: calc(100vh - 72px);
}
.hero-kicker {
  font-family: var(--display); font-size: 13px; letter-spacing: .3em; color: var(--gold);
  margin-bottom: 22px;
}
.hero-copy { max-width: 640px; }
.lead { margin-top: 26px; font-size: clamp(17px, 1.35vw, 19px); color: var(--muted); max-width: 54ch; font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-proof {
  list-style: none; margin: 46px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 12px 30px;
  font-size: 14px; letter-spacing: .04em; color: var(--muted);
}
.hero-proof li { display: flex; align-items: center; gap: 10px; }
.hero-proof li::before {
  content: ""; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); flex: none;
  box-shadow: 0 0 10px rgba(201, 168, 76, .8);
}

.hero-art {
  margin: 0; position: relative; display: grid; place-items: center;
  aspect-ratio: 1; max-width: 560px; width: 100%; justify-self: center;
}
.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, .10) 10%, transparent 13%,
    transparent 30%, rgba(201, 168, 76, .08) 32%, transparent 35%,
    transparent 55%, rgba(155, 48, 255, .10) 57%, transparent 60%,
    transparent 80%, rgba(201, 168, 76, .08) 82%, transparent 85%);
  mask: radial-gradient(circle, #000 20%, transparent 70%);
  -webkit-mask: radial-gradient(circle, #000 20%, transparent 70%);
  animation: spin 60s linear infinite;
}
.rings { width: 108%; height: 108%; opacity: .75; animation: spin 90s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.crystal { width: 68%; height: auto; overflow: visible; filter: drop-shadow(0 0 30px rgba(155, 48, 255, .45)); animation: hover 7s 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); }
}
@media (prefers-reduced-motion: reduce) {
  .crystal, .rays, .rings, .shard, .bg-stars, .gold-text { animation: none; }
  .crystal .edges path, .crystal .facets, .crystal .glow, .crystal .spark { animation: none; stroke-dashoffset: 0; opacity: 1; }
  .btn-gold::after { display: none; }
}

/* ---------- sections ---------- */
.section { position: relative; padding: var(--space) var(--gutter); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: clamp(44px, 5vw, 64px); text-align: center; }
.section-head > p { margin: 22px auto 0; color: var(--muted); font-size: 17px; max-width: 60ch; }
.section-head, .grid-4, .tiers, .steps, .gallery, .quotes, .split, .faq, .fine { width: 100%; }
.fine { margin-top: 26px; color: var(--muted); font-size: 13.5px; opacity: .85; }
.fine.center { text-align: center; max-width: 70ch; }

/* benefits */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-4 .card { padding: 34px 28px 32px; }
.card-icon {
  width: 44px; height: 44px; margin-bottom: 22px;
  fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(201, 168, 76, .45));
}
.grid-4 h3 { margin-bottom: 12px; }
.grid-4 p { color: var(--muted); font-size: 15.5px; }

/* tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.tier { padding: 40px 30px 36px; text-align: center; display: grid; gap: 8px; align-content: start; }
.tier-mid {
  transform: translateY(-10px) scale(1.03);
  border-color: rgba(242, 223, 160, .55);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .6), 0 0 70px rgba(155, 48, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .1);
}
.tier-mid:hover { transform: translateY(-14px) scale(1.03); }
.tier-tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  padding: 6px 14px; border-radius: 999px;
  background: linear-gradient(135deg, #f2dfa0, #c9a84c); color: #1a1206;
  font-size: 11px; font-weight: 600; letter-spacing: .14em; white-space: nowrap;
  box-shadow: 0 4px 18px rgba(201, 168, 76, .5);
}
.tier-name { font-family: var(--display); font-size: 15px; letter-spacing: .22em; color: var(--lavender); }
.tier-pct { font-family: var(--display); font-weight: 600; font-size: clamp(60px, 6.5vw, 88px); line-height: 1; margin: 6px 0 4px; }
.tier-pct i { font-style: normal; font-size: .42em; margin-left: 2px; }
.tier-note { color: var(--muted); font-size: 15px; max-width: 26ch; margin: 0 auto; }

/* steps: gold timeline */
.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: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 12%, var(--gold) 88%, transparent);
  opacity: .55;
}
.steps li { position: relative; text-align: center; }
.step-n {
  position: relative; z-index: 1;
  display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px;
  border-radius: 50%; font-family: var(--display); font-size: 26px; font-weight: 600; color: var(--gold-light);
  background: radial-gradient(circle at 40% 35%, #2a0d55, #0d0420 70%);
  border: 1px solid var(--gold);
  box-shadow: 0 0 0 6px 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: 15.5px; max-width: 30ch; margin: 0 auto; }

/* gallery: framed placeholders until photos arrive */
.gallery { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 210px; gap: 14px; }
.ph {
  margin: 0; position: relative; overflow: hidden; border-radius: var(--radius);
  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);
  box-shadow: var(--glow-card);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.ph::before {
  content: ""; position: absolute; inset: 8px; border: 1px solid rgba(201, 168, 76, .22); border-radius: 6px; pointer-events: none;
}
.ph::after {
  content: "Foto în curând"; position: absolute; top: 18px; right: 20px;
  font-size: 11px; letter-spacing: .14em; color: var(--muted); opacity: .8;
}
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ph:hover { transform: translateY(-4px); box-shadow: var(--glow-card-hover); border-color: rgba(242, 223, 160, .55); }
.ph:hover img { transform: scale(1.04); }
.ph figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 24px 18px;
  font-family: var(--display); font-size: 18px; letter-spacing: .06em; color: #fff;
  background: linear-gradient(to top, rgba(6, 0, 15, .85), transparent);
}
.ph-a { grid-column: span 4; grid-row: span 2; }
.ph-b { grid-column: span 2; }
.ph-c { grid-column: span 2; }
.ph-d { grid-column: span 3; }
.ph-e { grid-column: span 3; }

/* quotes */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quotes .card { margin: 0; padding: 30px 30px 30px; }
.quotes .card::after {
  content: "\201C"; position: absolute; top: 10px; left: 24px;
  font-family: var(--display); font-size: 64px; line-height: 1; color: var(--gold); opacity: .4;
}
.quotes p { padding-top: 34px; }
.quotes p { font-size: 16.5px; line-height: 1.7; font-style: italic; color: var(--text); }
.quotes footer { margin-top: 22px; font-family: var(--display); font-size: 14px; letter-spacing: .1em; color: var(--gold-light); }
.quotes footer span { display: block; font-family: var(--body); font-size: 13px; letter-spacing: .04em; color: var(--muted); margin-top: 4px; }

/* split (safety, contact) */
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split-copy h2 { text-align: left; }
.split-copy > p { margin-top: 22px; color: var(--muted); font-size: 17px; max-width: 46ch; }
.checks { list-style: none; margin: 0; padding: 30px 32px; display: grid; gap: 0; }
.checks li {
  display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 15.5px;
}
.checks li:last-child { border-bottom: 0; }
.checks li::before {
  content: ""; flex: none; margin-top: 9px; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(201, 168, 76, .8);
}

/* faq */
.faq { max-width: 860px; display: grid; gap: 12px; }
.faq details { padding: 0 26px; }
.faq details:hover { transform: none; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 40px 20px 0; position: relative;
  font-family: var(--display); font-size: 17px; letter-spacing: .02em; color: #fff;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 4px; 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[open] { border-color: rgba(242, 223, 160, .5); }
.faq details p { padding: 0 0 22px; color: var(--muted); max-width: 64ch; }

/* contact */
.contacts { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.contact-link {
  display: inline-flex; padding: 12px 22px; border: 1px solid var(--line); border-radius: 4px;
  color: var(--text); font-weight: 500; font-size: 14px; letter-spacing: .06em;
  background: rgba(123, 47, 190, .08); transition: border-color .3s, box-shadow .3s, color .3s;
}
.contact-link:hover { border-color: var(--gold); color: var(--gold-light); box-shadow: 0 0 24px rgba(201, 168, 76, .25); }
.contact-meta { margin-top: 28px; color: var(--muted); }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px 32px; }
.form:hover { transform: none; }
.form label { display: grid; gap: 8px; font-size: 12.5px; letter-spacing: .1em; color: var(--muted); }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  width: 100%; padding: 13px 14px; border-radius: 4px;
  background: rgba(6, 0, 15, .65); border: 1px solid var(--line-soft); color: #fff;
  font-family: var(--body); font-size: 16px; font-weight: 400;
  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: 15px; }
.form .fine { grid-column: 1 / -1; margin-top: 0; text-align: center; }

/* footer */
.foot { padding: 40px var(--gutter) 40px; }
.foot .orn { max-width: var(--max); }
.foot-row {
  max-width: var(--max); margin: 36px auto 0;
  display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 32px; align-items: start;
  color: var(--muted); font-size: 14px;
}
.foot-brand p { margin-top: 12px; max-width: 40ch; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot-links a { color: var(--muted); letter-spacing: .04em; transition: color .25s; }
.foot-links a:hover { color: var(--gold-light); }
.foot-copy { text-align: right; }

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .lead { margin-left: auto; margin-right: auto; }
  .hero-art { order: -1; max-width: 360px; }
  .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; }
  .split { grid-template-columns: 1fr; }
  .split-copy h2 { text-align: center; }
  .split-copy > p { margin-left: auto; margin-right: auto; text-align: center; }
  .orn-left { justify-content: center; background-position: center; }
  .orn-left::before, .orn-left::after { width: min(120px, 30%); }
  .orn-left::before { background: linear-gradient(90deg, transparent, var(--gold)); }
  .contacts { justify-content: center; }
  .contact-meta { text-align: center; }
  .foot-row { grid-template-columns: 1fr; }
  .foot-copy { text-align: left; }
}
@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;
  }
  .nav.open { display: flex; }
  .nav > a:not(.btn) { padding: 12px 0; font-size: 16px; }
  .nav .btn { margin-top: 10px; }
  .grid-4 { grid-template-columns: 1fr; }
  .tiers { grid-template-columns: 1fr; gap: 26px; }
  .tier-mid { transform: none; }
  .tier-mid:hover { transform: translateY(-4px); }
  .steps { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; padding: 26px 20px; }
  .gallery { grid-template-columns: 1fr; }
  .ph-a, .ph-b, .ph-c, .ph-d, .ph-e { grid-column: span 1; grid-row: span 1; }
  .checks { padding: 20px 20px; }
}
