/* Crystal — ice vault / moonlit object theatre. Not cyber neon, not gold noir. */
.theme-crystal,
body.crystal-preview {
  color-scheme: dark;
  --bg: #07080f;
  --text: #f3eee4;
  --header: #0b0c14;
  --accent: #dce7f5;
  --accent-2: #ead6fb;
  --surface: #12141c;
  --muted: #9aa3b5;
  --line: rgba(220, 231, 245, 0.16);
  --ivory: #f3eee4;
  --platinum: #dce7f5;
  --prism-a: #c9ddff;
  --prism-b: #efd4ff;
  --prism-c: #d4f5ea;
  --ink-on-ice: #0a0b12;
  --font-heading: "Bodoni Moda", "Times New Roman", serif;
  --font-body: Outfit, "Segoe UI", sans-serif;
  --radius-sm: 0;
  --radius-md: 2px;
  --radius-lg: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
}

.theme-crystal:not(.has-pack),
body.crystal-preview {
  background-color: #07080f;
  background-image:
    radial-gradient(900px 520px at 82% 12%, rgba(201, 221, 255, 0.14), transparent 58%),
    radial-gradient(720px 420px at 8% 88%, rgba(239, 212, 255, 0.1), transparent 52%),
    radial-gradient(640px 380px at 50% 40%, rgba(212, 245, 234, 0.06), transparent 60%);
}

body.crystal-preview {
  margin: 0;
  min-height: 100vh;
  line-height: 1.55;
  background: #07080f;
}
body.crystal-preview * { box-sizing: border-box; }
body.crystal-preview img { max-width: 100%; display: block; }
body.crystal-preview a { color: inherit; }
body.crystal-preview h1,
body.crystal-preview h2,
body.crystal-preview h3 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}
body.crystal-preview h1 { font-size: clamp(3.2rem, 8vw, 7.2rem); }
body.crystal-preview h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
body.crystal-preview .wrap {
  width: min(1180px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.theme-crystal:not(.has-pack) .crystal-fx,
body.crystal-preview .crystal-fx {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.crystal-fx { display: none; }
.crystal-fx canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.theme-crystal:not(.has-pack) .perks,
.theme-crystal:not(.has-pack) .announcement,
.theme-crystal:not(.has-pack) .site-header,
.theme-crystal:not(.has-pack) main,
.theme-crystal:not(.has-pack) .site-footer,
body.crystal-preview .perks,
body.crystal-preview .site-header,
body.crystal-preview main,
body.crystal-preview .site-footer {
  position: relative;
  z-index: 1;
}

.theme-crystal:not(.has-pack) .perks,
body.crystal-preview .perks {
  background: transparent;
  border-bottom: 1px solid var(--line);
}
.theme-crystal:not(.has-pack) .perks-inner,
body.crystal-preview .perks-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0;
  padding: 0.55rem 0;
}
.theme-crystal:not(.has-pack) .perk,
body.crystal-preview .perk {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--platinum);
  padding: 0.15rem 1.1rem;
}
.theme-crystal:not(.has-pack) .perk + .perk,
body.crystal-preview .perk + .perk {
  border-left: 1px solid var(--line);
}

.theme-crystal:not(.has-pack) .site-header,
body.crystal-preview .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 8, 15, 0.42);
  backdrop-filter: blur(22px) saturate(1.6);
  border-bottom: 1px solid rgba(220, 231, 245, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.theme-crystal:not(.has-pack) .header-inner,
body.crystal-preview .header-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 4.4rem;
  width: min(1180px, calc(100% - 2.4rem));
  margin-inline: auto;
}
.theme-crystal:not(.has-pack) .brand,
body.crystal-preview .brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  min-width: 0;
}
.theme-crystal:not(.has-pack) .brand img,
body.crystal-preview .brand img {
  height: 28px;
  width: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}
.theme-crystal:not(.has-pack) .brand span,
body.crystal-preview .brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-crystal:not(.has-pack) .brand:not(:has(img))::before,
body.crystal-preview .brand:not(:has(.brand-mark))::before {
  content: "";
  width: 0.85rem;
  height: 1.15rem;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #fff, var(--platinum));
  clip-path: polygon(50% 0, 100% 38%, 50% 100%, 0 38%);
}
.theme-crystal:not(.has-pack) .nav-toggle-icon,
.theme-crystal:not(.has-pack) .nav-toggle-icon::before,
.theme-crystal:not(.has-pack) .nav-toggle-icon::after,
body.crystal-preview .nav-toggle-icon,
body.crystal-preview .nav-toggle-icon::before,
body.crystal-preview .nav-toggle-icon::after {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: currentColor;
}
.theme-crystal:not(.has-pack) .nav-toggle-icon,
body.crystal-preview .nav-toggle-icon {
  position: relative;
  margin: 0 auto;
}
.theme-crystal:not(.has-pack) .nav-toggle-icon::before,
.theme-crystal:not(.has-pack) .nav-toggle-icon::after,
body.crystal-preview .nav-toggle-icon::before,
body.crystal-preview .nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.theme-crystal:not(.has-pack) .nav-toggle-icon::before,
body.crystal-preview .nav-toggle-icon::before { top: -6px; }
.theme-crystal:not(.has-pack) .nav-toggle-icon::after,
body.crystal-preview .nav-toggle-icon::after { top: 6px; }
.crystal-card:has(.thumb img) .crystal-thumb { display: none; }
.theme-crystal:not(.has-pack) .nav,
body.crystal-preview .nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.theme-crystal:not(.has-pack) .nav a,
.theme-crystal:not(.has-pack) .header-actions a,
body.crystal-preview .nav a,
body.crystal-preview .header-actions a {
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory);
}
.theme-crystal:not(.has-pack) .nav a[aria-current="page"],
body.crystal-preview .nav a[aria-current="page"] {
  color: var(--ivory);
  box-shadow: 0 1px 0 var(--platinum);
}
.theme-crystal:not(.has-pack) .header-actions,
body.crystal-preview .header-actions {
  display: flex;
  gap: 1rem;
}
.theme-crystal .crystal-lang,
body.crystal-preview .crystal-lang {
  display: inline-flex;
  align-items: stretch;
  margin: 0;
  clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
  border: 1px solid color-mix(in srgb, var(--platinum) 45%, transparent);
  background: color-mix(in srgb, var(--surface) 82%, #000);
}
.theme-crystal:not(.has-pack) .header-actions .crystal-lang-facet,
body.crystal-preview .header-actions .crystal-lang-facet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.12rem 0.55rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--ivory);
  border-right: 1px solid color-mix(in srgb, var(--platinum) 22%, transparent);
  box-shadow: none;
}
.theme-crystal .crystal-lang-facet:last-child,
body.crystal-preview .crystal-lang-facet:last-child {
  border-right: 0;
}
.theme-crystal:not(.has-pack) .header-actions .crystal-lang-facet.is-current,
.theme-crystal:not(.has-pack) .header-actions .crystal-lang-facet[aria-current="true"],
body.crystal-preview .header-actions .crystal-lang-facet.is-current,
body.crystal-preview .header-actions .crystal-lang-facet[aria-current="true"] {
  color: var(--ink-on-ice);
  background: linear-gradient(180deg, var(--platinum), var(--prism-a));
  box-shadow: none;
}
.theme-crystal .crystal-lang-facet:focus-visible,
body.crystal-preview .crystal-lang-facet:focus-visible {
  outline: 2px solid var(--prism-a);
  outline-offset: 2px;
}
.theme-crystal:not(.has-pack) .nav-toggle,
body.crystal-preview .nav-toggle { display: none; }

.theme-crystal:not(.has-pack) .crystal-home,
body.crystal-preview .crystal-home {
  overflow: visible;
}

.crystal-chamber {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 6.2rem);
  width: min(1180px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 2.4rem 0 3.2rem;
}
.crystal-copy {
  position: relative;
  z-index: 2;
  max-width: 36rem;
}
.crystal-object {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.crystal-copy .eyebrow {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--platinum);
}
.theme-crystal:not(.has-pack) .crystal-copy h1,
body.crystal-preview .crystal-copy h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(2.2rem, 5.2vw, 4.6rem);
  font-weight: 500;
  color: var(--ivory, #f3eee4);
  background-image: linear-gradient(
    118deg,
    #b8d4f0 0%,
    #d0e8ff 10%,
    #f7fbff 18%,
    #e8d0f8 32%,
    #f0c8e0 42%,
    #f8ead0 52%,
    #d0f0d8 64%,
    #c8f0f0 74%,
    #d0d8f8 86%,
    #b8d4f0 100%
  );
  background-size: 280% 280%;
  animation: crystal-prism 9s ease-in-out infinite;
  filter: drop-shadow(0 0 28px rgba(220, 231, 245, 0.18));
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .theme-crystal:not(.has-pack) .crystal-copy h1,
  body.crystal-preview .crystal-copy h1 {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media (prefers-contrast: more) {
  .theme-crystal:not(.has-pack) .crystal-copy h1,
  body.crystal-preview .crystal-copy h1 {
    color: var(--ivory, #f3eee4);
    -webkit-text-fill-color: var(--ivory, #f3eee4);
    background-image: none;
    animation: none;
    filter: none;
  }
}
.crystal-facets {
  display: flex;
  gap: 3px;
  margin: 0.4rem 0 1.4rem;
}
.crystal-facets i {
  display: block;
  height: 3px;
  width: 3.4rem;
  background: linear-gradient(90deg, var(--prism-a), var(--prism-b), var(--prism-c), var(--prism-a));
  background-size: 240% 100%;
  animation: crystal-facet 5s linear infinite;
  opacity: 0.8;
}
.crystal-facets i:nth-child(odd) { animation-direction: reverse; }
.crystal-facets i:nth-child(2) { width: 2.4rem; opacity: 0.55; }
.crystal-facets i:nth-child(4) { width: 1.8rem; opacity: 0.4; }
.crystal-copy .lede {
  max-width: 32rem;
  font-size: 1.12rem;
  color: color-mix(in srgb, var(--ivory) 78%, var(--muted));
}
.crystal-copy .lede p { margin: 0 0 0.7rem; }
.crystal-note {
  margin: 0 0 1.4rem;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 34rem;
}
.theme-crystal:not(.has-pack) .btn,
body.crystal-preview .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.4rem;
  padding: 0.95rem 1.55rem;
  border: 0;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
  background: linear-gradient(115deg, #f4f7ff 0%, #dce7f5 38%, #ead6fb 100%);
  color: var(--ink-on-ice);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 12px 40px rgba(201, 221, 255, 0.18);
}
.theme-crystal:not(.has-pack) .btn:hover,
body.crystal-preview .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(220, 231, 245, 0.28);
}
.theme-crystal:not(.has-pack) input,
.theme-crystal:not(.has-pack) select,
.theme-crystal:not(.has-pack) textarea,
body.crystal-preview input,
body.crystal-preview select,
body.crystal-preview textarea {
  background: var(--surface);
  color: var(--text);
  caret-color: var(--text);
  border-color: var(--line);
}
.btn-ghost.crystal-alt {
  margin-left: 0.4rem;
  background: transparent;
  color: var(--ivory);
  box-shadow: inset 0 0 0 1px var(--line);
}

.crystal-object {
  position: relative;
  min-height: min(72vh, 38rem);
  display: grid;
  place-items: center;
}
.crystal-gem {
  --gem-tilt-x: -8deg;
  --gem-tilt-y: 18deg;
  position: relative;
  width: min(100%, 26rem);
  height: min(58vh, 32rem);
  transform: perspective(900px) rotateX(var(--gem-tilt-x)) rotateY(var(--gem-tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.4s ease;
}
.gem-octa {
  position: absolute;
  inset: 18% 18% 12%;
  perspective: 700px;
  opacity: 0.55;
}
.gem-spin {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: gem-turn 18s linear infinite;
}
.gem-spin .f {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 0;
  height: 0;
  margin-left: -54px;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
  border-bottom: 96px solid rgba(220, 231, 245, 0.28);
  transform-origin: 50% 100%;
  filter: drop-shadow(0 0 12px rgba(201, 221, 255, 0.28));
}
.gem-spin .f.u.a { transform: rotateY(0deg) rotateX(28deg) translateZ(18px); border-bottom-color: rgba(248, 251, 255, 0.4); }
.gem-spin .f.u.b { transform: rotateY(90deg) rotateX(28deg) translateZ(18px); border-bottom-color: rgba(201, 221, 255, 0.38); }
.gem-spin .f.u.c { transform: rotateY(180deg) rotateX(28deg) translateZ(18px); border-bottom-color: rgba(239, 212, 255, 0.32); }
.gem-spin .f.u.d { transform: rotateY(270deg) rotateX(28deg) translateZ(18px); border-bottom-color: rgba(212, 245, 234, 0.34); }
.gem-spin .f.d { border-bottom-color: rgba(140, 158, 190, 0.38); }
.gem-spin .f.d.a { transform: rotateY(0deg) rotateX(-28deg) scaleY(-1) translateZ(18px); }
.gem-spin .f.d.b { transform: rotateY(90deg) rotateX(-28deg) scaleY(-1) translateZ(18px); }
.gem-spin .f.d.c { transform: rotateY(180deg) rotateX(-28deg) scaleY(-1) translateZ(18px); }
.gem-spin .f.d.d { transform: rotateY(270deg) rotateX(-28deg) scaleY(-1) translateZ(18px); }

.gem-cut {
  position: absolute;
  inset: 4% 8% 0;
  width: 84%;
  height: auto;
  margin: auto;
  filter: drop-shadow(0 30px 50px rgba(8, 10, 20, 0.55)) drop-shadow(0 0 38px rgba(220, 231, 245, 0.28));
}
.gem-shine {
  transform-box: fill-box;
  animation: gem-shine 4.8s ease-in-out infinite;
}
.crystal-flare {
  position: absolute;
  inset: 18% 22% 28%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent 64%);
  mix-blend-mode: screen;
  animation: crystal-breathe 5.5s ease-in-out infinite;
  pointer-events: none;
}
.crystal-spark {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 8px #fff);
  animation: crystal-twinkle 2.6s ease-in-out infinite;
}
.crystal-spark.s1 { top: 12%; left: 18%; animation-delay: 0s; }
.crystal-spark.s2 { top: 22%; right: 14%; width: 7px; height: 7px; animation-delay: 0.6s; }
.crystal-spark.s3 { bottom: 18%; left: 22%; animation-delay: 1.1s; }
.crystal-spark.s4 { top: 48%; right: 8%; width: 6px; height: 6px; animation-delay: 1.7s; }
.crystal-spark.s5 { bottom: 28%; right: 28%; animation-delay: 2.2s; }

.crystal-quote {
  border-block: 1px solid var(--line);
  padding: 2.4rem 0;
  text-align: center;
}
.crystal-quote p {
  margin: 0 auto;
  max-width: 38rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-style: italic;
  font-weight: 500;
  color: var(--ivory);
}
.crystal-quote span {
  display: block;
  margin-top: 0.9rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}

.crystal-signatures,
.crystal-offers,
.crystal-gratis,
.crystal-faq,
.crystal-close,
.crystal-tiles {
  scroll-margin-top: 5.6rem;
}
.crystal-signatures {
  padding: 4.2rem 0 2rem;
}
.crystal-signatures .section-head,
.crystal-tiles-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.crystal-signatures .eyebrow,
.crystal-tiles-head .eyebrow {
  margin: 0 0 0.35rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--platinum);
}
.crystal-signatures a,
.crystal-tiles-head a {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
}
.crystal-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.9rem;
  min-height: 36rem;
}
.crystal-mosaic.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-template-rows: none;
  min-height: 0;
}
.theme-crystal:not(.has-pack) .crystal-shelf-card .product-option-prices {
  font-size: 0.82rem;
}
.theme-crystal:not(.has-pack) .crystal-shelf-card .product-option-size {
  color: var(--muted);
}
.crystal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 14rem;
  padding: 1.15rem 1.2rem 1.2rem;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(18, 20, 28, 0.55));
}
.crystal-card:first-child {
  grid-row: 1 / span 2;
  min-height: 36rem;
}
.crystal-card .thumb,
.crystal-card .crystal-thumb {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.crystal-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crystal-card .meta {
  position: relative;
  z-index: 1;
}
.crystal-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
}
.crystal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.crystal-thumb {
  background:
    radial-gradient(circle at 62% 22%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(160deg, #1a1d28 0%, #10131c 48%, #1c1730 100%);
}
.crystal-thumb::before,
.crystal-thumb::after {
  content: "";
  position: absolute;
  inset: 18% 22%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(201, 221, 255, 0.08) 42%, rgba(239, 212, 255, 0.2));
  clip-path: polygon(50% 4%, 92% 38%, 50% 100%, 8% 38%);
  opacity: 0.85;
}
.crystal-thumb::after {
  inset: 28% 30%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.9) 50%, transparent 60%);
  background-size: 220% 100%;
  animation: crystal-facet 4.5s linear infinite;
  mix-blend-mode: screen;
}
.crystal-card:nth-child(2) .crystal-thumb::before { transform: rotate(-8deg) scale(0.86); }
.crystal-card:nth-child(3) .crystal-thumb::before { transform: rotate(12deg) scale(0.7); }
.crystal-card:nth-child(4) .crystal-thumb::before { transform: rotate(-18deg) scale(0.64); }
.crystal-card:nth-child(5) .crystal-thumb::before { transform: rotate(6deg) scale(0.78); }

.crystal-offers,
.crystal-gratis,
.crystal-faq {
  padding: 2.4rem 0 1.2rem;
}
.crystal-offers .section-head,
.crystal-gratis .section-head,
.crystal-faq .section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
.crystal-offers .section-head .eyebrow,
.crystal-gratis .section-head .eyebrow,
.crystal-faq .section-head .eyebrow {
  margin: 0 0 0.35rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--platinum);
}
.crystal-offers .section-head h2,
.crystal-gratis .section-head h2,
.crystal-faq .section-head h2 {
  margin: 0;
}
.crystal-lead {
  margin: 0 0 1.2rem;
  max-width: 40rem;
  color: var(--muted);
}
.crystal-ledger {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.crystal-ledger-row {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem 0 1.25rem;
  border-bottom: 1px solid var(--line);
}
.crystal-ledger-row .eyebrow {
  margin: 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--platinum);
}
.crystal-ledger-row h3 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  grid-column: 2;
  grid-row: 1;
}
.crystal-ledger-row .eyebrow { grid-column: 1; grid-row: 1 / span 2; }
.crystal-ledger-row .price {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--ivory);
  grid-column: 3;
  grid-row: 1 / span 2;
}
.crystal-ledger-row p:last-child {
  margin: 0;
  color: var(--muted);
  grid-column: 2;
  grid-row: 2;
}
.crystal-gratis-row article {
  border: 1px solid var(--line);
  padding: 1.35rem 1.25rem 1.4rem;
  background: rgba(255, 255, 255, 0.03);
}
.crystal-gratis-row .eyebrow {
  margin: 0 0 0.4rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--platinum);
}
.crystal-gratis-row .price {
  margin: 0.45rem 0 0.55rem;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--ivory);
}
.crystal-gratis-row p:last-child {
  margin: 0;
  color: var(--muted);
}
.crystal-gratis-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.crystal-faq-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.crystal-faq-index li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1rem;
  padding: 1.05rem 0 1.15rem;
  border-bottom: 1px solid var(--line);
}
.crystal-faq-index li > span {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--platinum);
}
.crystal-faq-index h3 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
}
.crystal-faq-index p {
  margin: 0;
  color: var(--muted);
}
.crystal-faq-notice {
  display: block;
  margin: 1.35rem 0 0;
  padding: 1.35rem 1.3rem 1.45rem;
  border: 1px solid color-mix(in srgb, var(--platinum) 55%, transparent);
  background:
    linear-gradient(180deg, rgba(220, 231, 245, 0.09), rgba(220, 231, 245, 0.02));
  box-shadow: inset 0 0 0 1px rgba(243, 238, 228, 0.05);
}
.crystal-faq-notice .faq-notice-kicker {
  color: var(--platinum);
  letter-spacing: 0.28em;
}
.crystal-faq-notice h2,
.crystal-faq-notice h3 {
  margin: 0 0 0.45rem;
  font-size: 1.45rem;
  color: var(--ivory);
}
.crystal-faq-notice p {
  margin: 0;
  color: var(--text);
  max-width: 40rem;
}
.theme-crystal .faq-item--notice {
  border-color: color-mix(in srgb, var(--platinum) 55%, transparent);
  background:
    linear-gradient(180deg, rgba(220, 231, 245, 0.09), rgba(220, 231, 245, 0.02));
  box-shadow: inset 0 0 0 1px rgba(243, 238, 228, 0.05);
}
.theme-crystal .faq-item--notice .faq-notice-kicker { color: var(--platinum); }
.theme-crystal .faq-item--notice h2 { color: var(--ivory); }
.crystal-faq .section-head a {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
}

.crystal-tiles {
  padding: 1rem 0 4rem;
}
.crystal-tile-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.crystal-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.4rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}
.crystal-tile span {
  font-family: var(--font-heading);
  font-size: 1.25rem;
}
.crystal-tile i {
  width: 0.7rem;
  height: 0.95rem;
  background: linear-gradient(180deg, #fff, var(--prism-a));
  clip-path: polygon(50% 0, 100% 38%, 50% 100%, 0 38%);
  opacity: 0.85;
}

.crystal-close {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 2.6rem 0 4.5rem;
}
.crystal-close h2 { margin-bottom: 0.6rem; }
.crystal-close p { margin: 0; color: var(--muted); max-width: 36rem; }
.theme-crystal:not(.has-pack) .site-footer,
body.crystal-preview .site-footer {
  border-top: 1px solid var(--line);
  padding: 2.4rem 0 2.8rem;
  background: #06070c;
}
.theme-crystal:not(.has-pack) .footer-grid,
body.crystal-preview .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}
.theme-crystal:not(.has-pack) .footer-grid a,
body.crystal-preview .footer-grid a {
  display: block;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 0.35rem;
}
.theme-crystal:not(.has-pack) .footer-label,
body.crystal-preview .footer-label {
  margin: 0 0 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--platinum);
}
.crystal-preview-flag {
  position: relative;
  z-index: 40;
  padding: 0.45rem 1rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #10131c;
  border-bottom: 1px solid var(--line);
  color: var(--platinum);
}

@keyframes crystal-prism {
  0%, 100% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
}
@keyframes crystal-facet {
  from { background-position: 0% 50%; }
  to { background-position: 200% 50%; }
}
@keyframes gem-turn {
  from { transform: rotateY(0deg) rotateX(-12deg); }
  to { transform: rotateY(360deg) rotateX(-12deg); }
}
@keyframes gem-shine {
  from { transform: translateX(-40px); }
  to { transform: translateX(420px); }
}
@keyframes crystal-twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.7) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
}
@keyframes crystal-breathe {
  0%, 100% { opacity: 0.35; transform: scale(0.92); }
  50% { opacity: 0.7; transform: scale(1.04); }
}

@media (min-width: 801px) {
  .crystal-copy { max-width: 34rem; }
  .crystal-gem {
    width: min(52vw, 30rem);
    height: min(56vh, 32rem);
  }
}
@media (max-width: 800px) {
  .crystal-mosaic {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }
  .crystal-mosaic.product-grid {
    grid-template-columns: 1fr;
  }
  .crystal-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 22rem;
  }
  .crystal-tile-row,
  .crystal-gratis-row,
  .crystal-close,
  .theme-crystal:not(.has-pack) .footer-grid,
  body.crystal-preview .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .theme-crystal:not(.has-pack) .nav-toggle,
  body.crystal-preview .nav-toggle {
    display: block;
    margin-left: auto;
    background: transparent;
    color: inherit;
    border: 1px solid var(--line);
    min-height: 44px;
    min-width: 44px;
  }
  .theme-crystal:not(.has-pack) .nav,
  body.crystal-preview .nav {
    display: none;
  }
  .theme-crystal:not(.has-pack) .nav.is-open,
  body.crystal-preview .nav.is-open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    padding: 1rem 1.2rem 1.2rem;
    background: rgba(7, 8, 15, 0.94);
    border-bottom: 1px solid var(--line);
  }
  .btn-ghost.crystal-alt { margin-left: 0; display: inline-flex; }
  .crystal-tile-row,
  .crystal-gratis-row { grid-template-columns: 1fr; }
  .crystal-ledger-row,
  .crystal-faq-index li {
    grid-template-columns: 1fr;
  }
  .crystal-ledger-row .eyebrow,
  .crystal-ledger-row h3,
  .crystal-ledger-row .price,
  .crystal-ledger-row p:last-child {
    grid-column: auto;
    grid-row: auto;
  }
  .theme-crystal .crystal-lang,
  body.crystal-preview .crystal-lang {
    clip-path: none;
  }
}
@media (max-width: 640px) {
  .crystal-mosaic,
  .crystal-close,
  .crystal-gratis-row,
  .theme-crystal:not(.has-pack) .footer-grid,
  body.crystal-preview .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-crystal:not(.has-pack) .crystal-copy h1,
  .crystal-facets i,
  .gem-spin,
  .gem-shine,
  .crystal-spark,
  .crystal-flare,
  .crystal-thumb::after,
  body.crystal-preview .crystal-copy h1 {
    animation: none;
  }
  .crystal-gem { transform: none; }
}

.theme-crystal:not(.has-pack) .crystal-shelf-card,
body.crystal-preview .crystal-shelf-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(7.5rem, 42%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--platinum) 6%, #0c0e16);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  text-decoration: none;
  color: inherit;
}
.theme-crystal:not(.has-pack) .crystal-shelf-facet {
  position: absolute;
  inset: 0 auto auto 0;
  width: 2.4rem;
  height: 2.4rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--prism-a) 55%, transparent), transparent 70%);
  pointer-events: none;
}
.theme-crystal:not(.has-pack) .crystal-shelf-card .thumb {
  aspect-ratio: 1;
  margin: 0;
  border: 0;
  border-right: 1px solid var(--line);
}
.theme-crystal:not(.has-pack) .crystal-shelf-card .meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
}
.theme-crystal:not(.has-pack) .crystal-shelf-card h3 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.theme-crystal:not(.has-pack) .checkout.crystal-kasa {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 1.4rem;
  align-items: start;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--prism-a) 5%, #0b0d16);
  padding: 1.3rem 1.2rem;
}
.theme-crystal:not(.has-pack) .crystal-kasa-head h1,
.theme-crystal:not(.has-pack) .crystal-pay-head h1,
.theme-crystal:not(.has-pack) .crystal-order-head h1,
.theme-crystal:not(.has-pack) .crystal-cart-head h1,
.theme-crystal:not(.has-pack) .crystal-catalog-head h1 {
  font-family: var(--font-heading);
  font-weight: 500;
}
.theme-crystal:not(.has-pack) .crystal-kasa .step-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  list-style: none;
}
.theme-crystal:not(.has-pack) .crystal-kasa .step-nav button {
  font-family: var(--font-heading);
  letter-spacing: 0.04em;
  background: transparent;
  border: 1px solid var(--line);
  min-height: 2.5rem;
  padding: 0 0.9rem;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.theme-crystal:not(.has-pack) .crystal-kasa .step-nav li.on button {
  border-color: var(--platinum);
  color: var(--ivory);
}
.theme-crystal:not(.has-pack) .crystal-pay {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.theme-crystal:not(.has-pack) .crystal-pay-head,
.theme-crystal:not(.has-pack) .crystal-order-head {
  margin: 0 0 0.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.theme-crystal:not(.has-pack) .crystal-pay-facet {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 32rem;
}
.theme-crystal:not(.has-pack) .crystal-pay-qr {
  width: min(18rem, 100%);
  margin: 0 auto;
  padding: 0.7rem;
  background: #fff;
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}
.theme-crystal:not(.has-pack) .crystal-pay-qr img {
  width: 100%;
  height: auto;
  display: block;
}
.theme-crystal:not(.has-pack) .crystal-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.4rem 1.8rem;
}
.theme-crystal:not(.has-pack) .crystal-order-head,
.theme-crystal:not(.has-pack) .crystal-order > p:first-of-type {
  grid-column: 1 / -1;
}
.theme-crystal:not(.has-pack) .crystal-cart .cart-table {
  border: 1px solid var(--line);
  background: #0b0d16;
}
.theme-crystal:not(.has-pack) .crystal-catalog-shell .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  gap: 1.1rem;
}
.theme-crystal:not(.has-pack) .crystal-product .buy h1 {
  font-family: var(--font-heading);
  font-weight: 500;
}

.theme-crystal:not(.has-pack) .crystal-notes .shop-notes-head h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
}
.theme-crystal:not(.has-pack) .crystal-notes .shop-note,
.theme-crystal:not(.has-pack) .crystal-notes .shop-notes-gate {
  background: color-mix(in srgb, var(--platinum) 6%, #10121a);
  border-color: var(--line);
}
.theme-crystal:not(.has-pack) .crystal-notes .shop-note-mark {
  background: color-mix(in srgb, var(--prism-a) 22%, #12141c);
  color: var(--ivory);
}
.theme-crystal:not(.has-pack) .crystal-notes .shop-notes-progress i {
  background: linear-gradient(90deg, var(--prism-a), var(--prism-b));
}
.theme-crystal:not(.has-pack) .crystal-notes .shop-notes-actions a {
  color: var(--platinum);
  text-underline-offset: 0.18em;
}

@media (max-width: 860px) {
  .theme-crystal:not(.has-pack) .checkout.crystal-kasa,
  .theme-crystal:not(.has-pack) .crystal-order,
  .theme-crystal:not(.has-pack) .crystal-shelf-card {
    grid-template-columns: 1fr;
  }
  .theme-crystal:not(.has-pack) .crystal-shelf-card .thumb {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
