/** Shopify CDN: Minification failed

Line 72:7 Unexpected "{"
Line 72:16 Expected ":"

**/
/* Hyperion — Premium White with Lavender Glow */
:root{
  --ink:#101012;
  --muted:#6b7280;
  --lav:#b794ff;        /* base lavender */
  --lav-strong:#9f7aea; /* deeper lavender */
  --lav-soft:#efe7ff;   /* light lavender */
  --card:#ffffff;
  --ring: 0 0 0 10px rgba(183,148,255,.12);
  --shadow:0 10px 30px rgba(16,16,18,.06);
  --radius:22px;
}

/* Limit the background treatment to the homepage */
body.template-index{
  background: radial-gradient(800px 300px at 85% 5%, rgba(183,148,255,.18), transparent 60%),
              linear-gradient(180deg, #fff, #fbf6ef 40%, #fff 100%);
}

/* — Header pill --------------------------------------------------------- */
.hyperion-header{position:sticky; top:14px; z-index:40;}
.hyperion-header__inner{
  max-width:1200px; margin:0 auto; padding:10px 16px; display:flex; align-items:center; justify-content:space-between;
  background:#fff; border:1px solid #eee; border-radius:999px; box-shadow:var(--shadow)
}
.hyperion-brand{display:inline-flex; align-items:center; gap:12px; text-decoration:none; color:var(--ink); font-weight:700}
.hyperion-brand .dot{width:26px; height:26px; border-radius:999px; box-shadow:0 0 30px rgba(183,148,255,.45) inset; background:radial-gradient(circle at 30% 30%, var(--lav), #b68dff)}

.hyperion-nav ul{display:flex; gap:22px; list-style:none; margin:0; padding:0}
.hyperion-nav a{color:var(--ink); text-decoration:none}
.hyperion-nav a:hover{color:#3f3f46}

.btn-buy{display:inline-flex; align-items:center; padding:10px 16px; border-radius:999px; font-weight:700; text-decoration:none; color:#fff;
  background:linear-gradient(135deg, var(--lav-strong), #cdb7ff); box-shadow:0 6px 18px rgba(183,148,255,.35)}
.btn-buy:hover{filter:brightness(1.05)}

/* Optional cosmetics */
.h1, .h0, h1.hero-title{letter-spacing:-.02em}
.section{max-width:1200px; margin:0 auto}
.template-index .header, .template-index .shopify-section-group-header-group{background:transparent}

/* Lavender Glow background */
.bg-lavender-glow{
  background:
    radial-gradient(900px 320px at 85% 5%, rgba(183,148,255,.18), transparent 60%),
    linear-gradient(180deg,#fff,#fbf6ef 40%,#fff 100%);
}

/* Utilities that mirror your Next layout */
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h-screen{ min-height: 100vh; }

/* Optional: center a full-height section vertically */
.hero-premium.is-screen{
  min-height:100vh;
  display:flex;
  align-items:center;
}
.hero-premium.is-screen > .wrap{
  min-height:unset; /* since the section itself becomes 100vh */
}

#hero-{{ section.id }} .title {
  color:#b794ff;
  text-shadow: 0 0 18px rgba(183,148,255,.55);
}
