:root {
  color-scheme: dark;
  --black: #020104;
  --ink: #08040d;
  --card: #151119;
  --card-2: #211a27;
  --purple: #7c3aed;
  --purple-hot: #9d5cff;
  --purple-soft: #e6d5ff;
  --white: #f7f4fa;
  --muted: #aaa1b3;
  --line: rgba(230, 213, 255, .17);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  min-width: 300px;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E");
}
button, input { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
#starfield { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; background: radial-gradient(circle at 55% 10%, #160725 0, #050208 38%, #010102 78%); }

.shop-nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(1,0,2,.82), transparent);
  transition: width .45s ease, right .45s ease, top .45s ease, left .45s ease, padding .45s ease, border .35s ease, background .35s ease, border-radius .35s ease;
}
.shop-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.shop-logo strong { display: block; font: italic 700 17px/1.1 Georgia, serif; }
.shop-logo small { display: block; margin-top: 5px; color: #8f8498; font-size: 8px; letter-spacing: .25em; text-transform: uppercase; }
.logo-orbit { position: relative; width: 31px; height: 31px; border: 1px solid rgba(157,92,255,.6); border-radius: 50%; box-shadow: 0 0 16px rgba(124,58,237,.3); }
.logo-orbit::before, .logo-orbit::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.logo-orbit::after { inset: 11px; background: var(--purple-soft); border: 0; box-shadow: 0 0 10px var(--purple-hot); }
.shop-nav nav { display: flex; align-items: center; gap: 28px; }
.shop-nav nav a { position: relative; color: #ddd4e3; text-decoration: none; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.shop-nav nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--purple-hot); transition: right .25s ease; }
.shop-nav nav a:hover::after, .shop-nav nav a.is-active::after { right: 0; }
.shop-nav .systems-link { padding: 9px 13px; border: 1px solid var(--line); border-radius: 7px; }
.shop-nav .systems-link::after { display: none; }
.menu-toggle { display: none; }

@media (min-width: 1000px) {
  .shop-nav.is-side {
    top: 50%;
    left: 20px;
    right: auto;
    width: 190px;
    min-height: 0;
    padding: 18px;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(8,4,13,.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(0,0,0,.45);
  }
  .shop-nav.is-side nav { flex-direction: column; align-items: stretch; gap: 5px; }
  .shop-nav.is-side nav a { padding: 10px 9px; border-radius: 6px; font-size: 10px; }
  .shop-nav.is-side nav a:hover, .shop-nav.is-side nav a.is-active { background: rgba(124,58,237,.13); }
  .shop-nav.is-side nav a::after { display: none; }
  .shop-nav.is-side .shop-logo small { letter-spacing: .13em; }
}

.hero { position: relative; min-height: 780px; height: 100vh; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; inset: -8% 0; transform: translateY(var(--parallax, 0)); will-change: transform; }
.hero-art img { width: 100%; height: 116%; object-fit: cover; opacity: .45; filter: saturate(.7) hue-rotate(222deg) contrast(1.1); }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 44%, rgba(45,10,76,.18), rgba(1,0,2,.68) 65%, #020104 100%), linear-gradient(to bottom, rgba(1,0,2,.15), rgba(1,0,2,.82)); }
.hero-copy { position: relative; z-index: 2; width: min(1000px, calc(100% - 40px)); text-align: center; animation: hero-in 1s ease both .12s; }
.kicker, .product-type, .ethereal-heading > p, .section-intro > p { margin: 0 0 16px; color: #c3a3e9; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 800 clamp(54px, 8.2vw, 118px)/.91 Georgia, serif; letter-spacing: -.055em; text-shadow: 0 6px 60px rgba(0,0,0,.7); }
.hero h1 em { color: var(--purple-soft); font-weight: 700; text-shadow: 0 0 20px rgba(107,0,255,.75), 0 0 75px rgba(107,0,255,.45); }
.hero-copy > p:not(.kicker) { margin: 27px auto 0; color: #d4cbd9; font: 20px/1.5 Georgia, serif; }
.primary-action { display: inline-flex; margin-top: 32px; padding: 14px 33px; border-radius: 8px; color: white; background: #7c3aed; box-shadow: 0 12px 50px rgba(107,0,255,.35); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-action:hover { transform: translateY(-2px); background: #6827d9; }
.scroll-note { position: absolute; z-index: 2; bottom: 27px; color: #817789; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.scroll-note span { display: block; width: 1px; height: 35px; margin: 0 auto 9px; background: linear-gradient(transparent, var(--purple-soft)); animation: pulse-line 1.7s ease-in-out infinite; }

.quick-links { position: relative; z-index: 4; min-height: 48px; display: flex; justify-content: center; gap: clamp(24px, 8vw, 100px); align-items: center; padding: 11px 20px; background: #6e28d9; box-shadow: 0 0 45px rgba(107,0,255,.25); }
.quick-links a { color: white; font-size: 12px; text-decoration: none; }

.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 100px 0; }
.ethereal-heading { position: relative; isolation: isolate; text-align: center; padding: 45px 20px 64px; }
.ethereal-heading::before { content: ""; position: absolute; z-index: -1; width: min(680px, 90vw); height: 190px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(107,0,255,.28); filter: blur(65px); animation: breathe 2.5s ease-in-out infinite; }
.ethereal-heading h2 { margin: 0; color: #ecddff; font: 700 clamp(45px, 7vw, 80px)/1 Georgia, serif; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 0 14px #6b00ff, 0 0 42px #6b00ff; }
.checkout-notice { max-width: 700px; margin: 0 auto 25px; padding: 13px 16px; border: 1px solid rgba(157,92,255,.55); border-radius: 8px; color: var(--purple-soft); text-align: center; background: rgba(124,58,237,.1); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card { position: relative; min-height: 310px; overflow: hidden; display: grid; grid-template-columns: 48% 52%; border: 1px solid rgba(157,92,255,.22); border-radius: 16px; background: #17131b; box-shadow: 0 20px 65px rgba(0,0,0,.25); }
.product-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.94' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); animation: grain .7s steps(2) infinite; }
.product-image { position: relative; min-height: 310px; overflow: hidden; background: radial-gradient(circle, #271435, #09070b 68%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .5s ease, opacity .3s ease; }
.product-card:hover .product-image img { transform: scale(1.035); opacity: 1; }
.product-image--empty { display: grid; place-items: center; }
.empty-sigil { width: 105px; height: 105px; border: 1px solid rgba(157,92,255,.55); border-radius: 50%; box-shadow: 0 0 55px rgba(107,0,255,.3), inset 0 0 25px rgba(107,0,255,.2); }
.empty-sigil::before, .empty-sigil::after { content: ""; position: absolute; width: 72px; height: 1px; left: 50%; top: 50%; background: rgba(230,213,255,.55); transform: translate(-50%,-50%) rotate(45deg); }
.empty-sigil::after { transform: translate(-50%,-50%) rotate(-45deg); }
.badge { position: absolute; top: 15px; left: 15px; padding: 6px 9px; border-radius: 4px; color: white; background: #6b00ff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-copy { position: relative; z-index: 2; display: flex; flex-direction: column; padding: 27px; }
.product-type { margin-bottom: 10px; color: #9e79c7; font-size: 9px; }
.product-copy h3 { margin: 0 0 12px; font: 700 27px/1.08 Georgia, serif; }
.product-copy > p:not(.product-type) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 25px; }
.product-buy strong { color: #b66dff; font-size: 21px; }
.product-buy button { position: relative; z-index: 3; border: 0; border-radius: 6px; padding: 11px 15px; color: white; background: #7c3aed; cursor: pointer; font-size: 12px; font-weight: 750; transition: transform .18s ease, background .18s ease; }
.product-buy button:hover { transform: translateY(-2px); background: #6925d6; }

.featured { padding-top: 60px; }
.section-intro { max-width: 760px; margin-bottom: 32px; }
.section-intro h2, .about h2 { margin: 0 0 15px; font: 700 clamp(44px, 6vw, 76px)/.98 Georgia, serif; letter-spacing: -.04em; }
.section-intro span { color: var(--muted); }
.video-card { position: relative; min-height: 570px; overflow: hidden; display: block; border: 2px solid rgba(124,58,237,.7); border-radius: 17px; background: #0b080d; box-shadow: 0 0 35px rgba(124,58,237,.28); }
.video-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: transform .6s ease, opacity .4s ease; }
.video-card:hover > img { transform: scale(1.025); opacity: .8; }
.video-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(transparent 30%, rgba(0,0,0,.8)); }
.play { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; background: white; box-shadow: 0 0 30px rgba(255,255,255,.23); }
.play::after { content: ""; margin-left: 5px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 17px solid #050505; }
.video-information { position: absolute; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; text-decoration: none; }
.video-information strong { font: 700 clamp(25px,4vw,45px)/1 Georgia, serif; }
.video-information small { color: #d5ccd9; }

.about { padding-bottom: 120px; }
.about-card { position: relative; overflow: hidden; padding: clamp(35px, 6vw, 78px); border: 1px solid var(--line); border-radius: 20px; background: radial-gradient(circle at 100% 0, rgba(124,58,237,.22), transparent 43%), rgba(15,10,18,.88); }
.about-card > p:not(.kicker) { max-width: 800px; color: #b9b0bf; font: 19px/1.65 Georgia, serif; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.trust-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #b8adbf; font-size: 11px; }

footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 45px 0 30px; display: grid; grid-template-columns: 1fr auto; gap: 25px; border-top: 1px solid var(--line); }
footer > div:first-child { display: flex; flex-direction: column; gap: 7px; }
footer strong { font: italic 700 18px Georgia, serif; }
footer span, footer p, footer a { color: #817788; font-size: 11px; }
footer > div:nth-child(2) { display: flex; gap: 20px; }
footer p { grid-column: 1 / -1; margin: 0; }

.checkout-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.82); backdrop-filter: blur(13px); }
.checkout-dialog { position: relative; width: min(540px, 100%); padding: 35px; border: 1px solid rgba(157,92,255,.48); border-radius: 17px; background: radial-gradient(circle at 100% 0, rgba(124,58,237,.2), transparent 40%), #100c13; box-shadow: 0 35px 120px #000; }
.checkout-close { position: absolute; top: 13px; right: 15px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 23px; }
.checkout-dialog h2 { margin: 0; font: 700 39px/1.05 Georgia, serif; }
.selected-product { color: #c8a5ef; }
#checkout-form { display: grid; gap: 12px; margin-top: 24px; }
#checkout-form > label:not(.consent) { color: #d7cedd; font-size: 12px; font-weight: 700; }
#checkout-email { width: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; outline: none; padding: 13px 14px; color: white; background: #08060a; }
#checkout-email:focus { border-color: var(--purple-hot); box-shadow: 0 0 0 3px rgba(124,58,237,.15); }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; color: #988e9e; font-size: 11px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--purple); }
.checkout-submit { border: 0; border-radius: 7px; padding: 14px; color: white; background: var(--purple); cursor: pointer; font-weight: 800; }
.checkout-submit:disabled { opacity: .55; cursor: wait; }
.form-error { min-height: 1.2em; margin: 0; color: #ff8a9c; font-size: 12px; }
#checkout-form small { color: #766c7c; text-align: center; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: translateY(22px); } }
@keyframes pulse-line { 50% { opacity: .35; transform: scaleY(.7); } }
@keyframes breathe { 50% { opacity: .58; transform: translate(-50%,-50%) scale(.88); } }
@keyframes grain { 0% { transform: translate(0); } 25% { transform: translate(1%,-1%); } 50% { transform: translate(-1%,1%); } 75% { transform: translate(1%,1%); } }

@media (max-width: 800px) {
  .shop-nav { min-height: 66px; padding: 0 18px; background: rgba(3,1,5,.92); border-bottom-color: var(--line); }
  .shop-logo small { display: none; }
  .menu-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: 6px; padding: 8px 11px; color: white; background: transparent; }
  .shop-nav nav { position: fixed; top: 0; right: -100%; width: min(330px, 85vw); height: 100vh; padding: 95px 25px 25px; flex-direction: column; align-items: stretch; gap: 4px; background: #0d0910; transition: right .3s ease; box-shadow: -25px 0 80px #000; }
  .shop-nav nav.is-open { right: 0; }
  .shop-nav nav a { padding: 14px 10px; font-size: 13px; }
  .hero { height: 85vh; min-height: 660px; }
  .hero h1 { font-size: clamp(48px, 15vw, 75px); }
  .quick-links { gap: 17px; justify-content: space-around; }
  .quick-links a { font-size: 10px; }
  .section { width: min(100% - 26px, var(--max)); padding: 72px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-image { min-height: 260px; }
  .product-copy { min-height: 260px; }
  .video-card { min-height: 400px; }
  .video-information { flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr; }
  footer p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
