:root {
  --ice: #69dcff;
  --ice-bright: #b5f2ff;
  --blue: #5a7cff;
  --violet: #8b67ff;
  --ink: #f5fbff;
  --muted: #91a3b7;
  --page: #040812;
  --panel: #0a111e;
  --panel-2: #0d1727;
  --line: rgba(155, 222, 255, .13);
  --line-strong: rgba(105, 220, 255, .34);
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body.frost-site {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background:
    radial-gradient(900px 540px at 90% 5%, rgba(62, 89, 226, .17), transparent 66%),
    radial-gradient(700px 420px at 5% 22%, rgba(24, 172, 230, .1), transparent 70%),
    var(--page) !important;
}

body.frost-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { transition: color .2s, background-color .2s, border-color .2s, transform .2s, box-shadow .2s; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
p { margin: 0; }
.frost-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.frost-main { min-height: 64vh; }

.frost-rail { border-bottom: 1px solid rgba(255,255,255,.06); background: #070c16; }
.frost-rail-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #8ca0b6; font-size: .72rem; font-weight: 600; }
.frost-rail-inner > span:first-child { display: flex; align-items: center; gap: 8px; color: #dff8ff; letter-spacing: .06em; text-transform: uppercase; }
.frost-rail-inner > span:first-child i { color: var(--ice); }
.frost-rail-inner a { color: #c7d7e6; }
.frost-rail-inner a:hover { color: var(--ice); }

.frost-nav { position: sticky; top: 0; z-index: 50; padding: 18px 0 0; transition:padding .45s cubic-bezier(.22,1,.36,1); }
.frost-nav-inner { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px 0 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(6, 12, 23, .82); box-shadow: 0 18px 70px rgba(0,0,0,.28); backdrop-filter: blur(20px) saturate(150%); transition:min-height .45s cubic-bezier(.22,1,.36,1), border-color .45s, background-color .45s, box-shadow .45s, transform .45s cubic-bezier(.22,1,.36,1); }
.frost-has-scrolled .frost-nav { padding-top: 9px; }
.frost-has-scrolled .frost-nav-inner { min-height: 62px; border-color:rgba(105,220,255,.2); background:rgba(5,11,21,.91); box-shadow:0 18px 55px rgba(0,0,0,.42),0 0 0 1px rgba(105,220,255,.025); }
.frost-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.frost-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(105,220,255,.15); border-radius: 11px; background: #02050a; }
.frost-brand-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.45); }
.frost-brand-name { font-family: "Manrope", sans-serif; font-size: 1.08rem; font-weight: 800; letter-spacing: -.04em; }
.frost-brand-name span { color: var(--ice); }
.frost-nav-links { display: flex; align-items: center; gap: 5px; }
.frost-nav-links a { padding: 10px 13px; border-radius: 9px; color: #9eafc0; font-size: .83rem; font-weight: 700; }
.frost-nav-links a:hover, .frost-nav-links a.is-active { color: var(--ink); background: rgba(105,220,255,.07); }
.frost-nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.frost-account { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; color: #9eafc0; font-size: .8rem; font-weight: 700; background: transparent; border: 0; cursor: pointer; }
.frost-account:hover { color: var(--ink); }
.frost-cart, .frost-menu { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: var(--ice); background: rgba(105,220,255,.05); cursor: pointer; }
.frost-cart:hover, .frost-menu:hover { border-color: var(--line-strong); background: rgba(105,220,255,.1); }
.frost-cart b { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 99px; color: #06111a; background: var(--ice); font-size: .6rem; }
.frost-menu { display: none; }

.frost-home-hero { padding: 74px 0 96px; }
.frost-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.frost-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: #9db0c3; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.frost-eyebrow span { width: 30px; height: 1px; background: var(--ice); box-shadow: 0 0 14px var(--ice); }
.frost-hero-content h1 { max-width: 620px; font-size: clamp(4.2rem, 7.3vw, 7.2rem); font-weight: 700; line-height: .86; letter-spacing: -.08em; }
.frost-hero-content h1 em, .frost-catalog-head h1 em { color: transparent; font-style: normal; background: linear-gradient(105deg, #a8efff, #55c7ff 48%, #876cff); background-clip: text; -webkit-background-clip: text; }
.frost-hero-content > p { max-width: 610px; margin-top: 29px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.frost-hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.frost-primary-cta, .frost-secondary-cta { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 11px; font-size: .83rem; font-weight: 800; }
.frost-primary-cta { color: #061019; border: 1px solid #c7f6ff; background: linear-gradient(110deg, #a6efff, #5acbff 52%, #7b72ff); box-shadow: 0 18px 50px rgba(71,190,255,.22); }
.frost-primary-cta:hover { transform: translateY(-2px); box-shadow: 0 24px 65px rgba(71,190,255,.35); }
.frost-secondary-cta { border: 1px solid var(--line); color: #dcebf6; background: rgba(11,20,35,.7); }
.frost-secondary-cta:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.frost-proof { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; color: #778ca1; font-size: .72rem; font-weight: 700; }
.frost-proof span { display: inline-flex; align-items: center; gap: 6px; }
.frost-proof i { color: var(--ice); font-size: .65rem; }

.frost-client-preview { position: relative; min-height: 560px; display: grid; place-items: center; }
.frost-preview-glow { position: absolute; width: 80%; height: 55%; border-radius: 50%; background: rgba(42,167,255,.18); filter: blur(100px); }
.frost-preview-window { position: relative; z-index: 2; width: 100%; max-width: 620px; overflow: hidden; border: 1px solid rgba(130,214,255,.18); border-radius: 22px; background: rgba(7,13,25,.92); box-shadow: 0 40px 120px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.04); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.frost-preview-bar { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.frost-preview-brand { display: flex; align-items: center; gap: 9px; font-family: "Manrope"; font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.frost-preview-brand img { width: 30px; height: 30px; object-fit: cover; border-radius: 7px; transform: scale(1.25); }
.frost-window-dots { display: flex; gap: 6px; }.frost-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #263445; }.frost-window-dots i:first-child { background: var(--ice); }
.frost-preview-body { min-height: 335px; display: grid; grid-template-columns: 135px 1fr; }
.frost-preview-body aside { display: flex; flex-direction: column; gap: 7px; padding: 24px 14px; border-right: 1px solid rgba(255,255,255,.055); color: #6f8296; font-size: .72rem; font-weight: 700; }
.frost-preview-body aside b { margin-bottom: 12px; color: #c7d6e4; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.frost-preview-body aside span { padding: 10px 12px; border-radius: 8px; }.frost-preview-body aside span.active { color: var(--ice); background: rgba(105,220,255,.08); }
.frost-modules { display: grid; align-content: start; gap: 10px; padding: 24px; background: radial-gradient(400px 220px at 70% 0%, rgba(82,109,255,.09), transparent); }
.frost-modules > div { min-height: 61px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border: 1px solid rgba(255,255,255,.06); border-radius: 11px; background: rgba(255,255,255,.018); }
.frost-modules > div > span { display: flex; align-items: center; gap: 11px; color: #becdda; font-size: .78rem; }.frost-modules i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; color: var(--ice); background: rgba(105,220,255,.07); }
.frost-modules button { min-width: 42px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; color: #526477; background: transparent; font-size: .56rem; font-weight: 800; }.frost-modules button.on { color: #0a1720; border-color: var(--ice); background: var(--ice); }
.frost-preview-status { height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.055); color: #607489; font-size: .63rem; font-weight: 700; }.frost-preview-status span:first-child { display: flex; align-items: center; gap: 7px; color: #8ea1b4; }.frost-preview-status i { width: 7px; height: 7px; border-radius: 50%; background: #58e9a4; box-shadow: 0 0 12px #58e9a4; }
.frost-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(9,17,31,.91); box-shadow: 0 20px 60px rgba(0,0,0,.38); backdrop-filter: blur(15px); }.frost-float-card i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--ice); background: rgba(105,220,255,.08); }.frost-float-card span { display: grid; gap: 1px; color: #72869a; font-size: .62rem; }.frost-float-card b { color: #d8e6f1; font-size: .72rem; }.frost-float-one { left: -8px; bottom: 72px; }.frost-float-two { right: -18px; top: 88px; }

.frost-home-products, .frost-flow { padding: 100px 0; border-top: 1px solid rgba(255,255,255,.045); }
.frost-home-products { background: linear-gradient(180deg, rgba(11,19,34,.42), transparent); }
.frost-section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 42px; }.frost-section-intro > div > span, .frost-catalog-head > span { color: var(--ice); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.frost-section-intro h2 { margin-top: 10px; font-size: clamp(3.2rem, 5.8vw, 5.8rem); font-weight: 700; line-height: .9; letter-spacing: -.075em; }.frost-section-intro > p { max-width: 520px; justify-self: end; color: var(--muted); line-height: 1.75; }.frost-section-intro.compact { margin-bottom: 48px; }
.frost-stock-panel { min-height: 240px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 44px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(120deg, rgba(16,29,51,.88), rgba(7,13,25,.88)); box-shadow: 0 30px 90px rgba(0,0,0,.22); }.frost-stock-panel > div { max-width: 650px; }.frost-stock-status { display: inline-flex; align-items: center; gap: 8px; color: #91a5b9; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.frost-stock-status i { width: 7px; height: 7px; border-radius: 50%; background: #ffd36b; box-shadow: 0 0 12px rgba(255,211,107,.6); }.frost-stock-panel h3 { margin-top: 12px; font-size: clamp(2rem, 4vw, 3.2rem); }.frost-stock-panel p { max-width: 620px; margin-top: 12px; color: var(--muted); line-height: 1.7; }.frost-stock-panel > a { min-width: 190px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 10px; color: #d8e7f2; font-size: .78rem; font-weight: 800; }.frost-stock-panel > a:hover { border-color: var(--line-strong); color: var(--ice); transform: translateY(-2px); }
.frost-flow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.frost-flow-grid article { position: relative; min-height: 270px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: rgba(9,16,29,.66); }.frost-flow-grid article > span { position: absolute; top: 18px; right: 22px; color: rgba(145,190,218,.16); font-family: "Manrope"; font-size: 2.3rem; font-weight: 800; }.frost-flow-grid article > i { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 46px; border: 1px solid var(--line); border-radius: 13px; color: var(--ice); background: rgba(105,220,255,.06); font-size: 1.15rem; }.frost-flow-grid h3 { margin-bottom: 9px; font-size: 1.15rem; }.frost-flow-grid p { color: var(--muted); font-size: .83rem; line-height: 1.7; }

.frost-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; max-width: 940px; margin: 0 auto; }.frost-product-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(9,16,29,.78); box-shadow: 0 24px 70px rgba(0,0,0,.18); }.frost-product-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 30px 90px rgba(21,129,196,.13); }.frost-product-visual { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #07101d; }.frost-product-visual img { width: 100%; height: 100%; object-fit: cover; }.frost-product-placeholder { width: 100%; height: 100%; display: grid; place-content: center; gap: 10px; text-align: center; color: var(--ice); background: radial-gradient(circle at center, rgba(75,188,255,.18), transparent 48%), linear-gradient(135deg,#081321,#060b14); }.frost-product-placeholder i { font-size: 2rem; }.frost-product-placeholder span { font-family: "Manrope"; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }.frost-product-pill { position: absolute; top: 13px; left: 13px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; color: #dcebf6; background: rgba(5,10,18,.72); font-size: .61rem; font-weight: 800; backdrop-filter: blur(12px); }.frost-product-copy { padding: 22px; }.frost-product-copy > div:first-child > span { color: #71869b; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.frost-product-copy h3 { margin-top: 5px; font-size: 1.35rem; }.frost-card-price { margin-top: 20px; color: var(--ice); font-family: "Manrope"; font-size: 1.45rem; font-weight: 800; }.frost-card-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.055); color: #74889c; font-size: .66rem; font-weight: 700; }.frost-card-meta span { display: flex; align-items: center; gap: 6px; }.frost-card-meta span:last-child i { width: 6px; height: 6px; border-radius: 50%; background: #57e6a0; box-shadow: 0 0 9px #57e6a0; }.frost-card-meta span.out i { background: #ff7474; box-shadow: 0 0 9px #ff7474; }.frost-card-action { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-radius: 9px; color: #06121b; background: linear-gradient(105deg,#9decff,#59c7ff 58%,#7b72ff); font-size: .74rem; font-weight: 800; }

.frost-catalog { padding: 92px 0 110px; }.frost-catalog-head { max-width: 850px; margin-bottom: 55px; }.frost-catalog-head h1 { margin-top: 14px; font-size: clamp(4rem,8vw,7.7rem); font-weight: 700; line-height: .86; letter-spacing: -.08em; }.frost-catalog-head > p { max-width: 650px; margin-top: 27px; color: var(--muted); font-size: 1rem; line-height: 1.75; }.frost-payment-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 25px; }.frost-payment-tags b { margin-right: 4px; color: #5f7489; font-size: .61rem; letter-spacing: .15em; }.frost-payment-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: #9eb0c1; background: rgba(10,18,32,.7); font-size: .66rem; font-weight: 800; }.frost-product-grid.catalog { margin: 0; }.frost-stock-panel.catalog-empty { min-height: 280px; }.frost-catalog-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 45px; }.frost-catalog-trust > span { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 19px; border-top: 1px solid var(--line); color: #6e8296; font-size: .68rem; }.frost-catalog-trust i { grid-row: span 2; color: var(--ice); font-size: 1rem; }.frost-catalog-trust b { color: #c7d6e2; font-size: .78rem; }

.frost-product-page { padding: 70px 0 110px; }.frost-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; color: #7d91a5; font-size: .74rem; font-weight: 700; }.frost-back:hover { color: var(--ice); }.frost-product-layout { display: grid; grid-template-columns: minmax(0,1fr) 420px; gap: 36px; align-items: start; }.frost-product-info { min-width: 0; padding: 36px; border: 1px solid var(--line); border-radius: 20px; background: rgba(8,15,28,.62); }.frost-product-kicker { color: var(--ice); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.frost-product-info > h1 { margin-top: 12px; font-size: clamp(3rem,6vw,5.8rem); line-height: .92; }.frost-product-description { margin-top: 24px; color: var(--muted); line-height: 1.75; }.frost-product-description h1,.frost-product-description h2,.frost-product-description h3 { margin: 22px 0 10px; color: var(--ink); }.frost-product-description ul { margin: 14px 0; padding-left: 20px; }.frost-product-image { width: 100%; margin-top: 28px; border: 1px solid var(--line); border-radius: 14px; }.frost-included { display: grid; gap: 12px; margin-top: 32px; }.frost-included h2 { margin-bottom: 6px; font-size: 1.3rem; }.frost-included > div { display: grid; grid-template-columns: 31px 1fr; gap: 11px; padding: 15px; border: 1px solid rgba(255,255,255,.055); border-radius: 10px; background: rgba(255,255,255,.015); }.frost-included > div > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: var(--ice); background: rgba(105,220,255,.07); font-size: .62rem; font-weight: 800; }.frost-included p { color: #73879b; font-size: .76rem; line-height: 1.55; }.frost-included b { display: block; margin-bottom: 2px; color: #cddae5; font-size: .82rem; }.frost-buy-panel { position: sticky; top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,15,28,.9); box-shadow: 0 28px 90px rgba(0,0,0,.27); }.frost-buy-top { padding: 24px; border-bottom: 1px solid var(--line); }.frost-buy-top > span { color: #778ca0; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.frost-buy-top > div { display: grid; margin-top: 7px; }.frost-buy-top b { color: var(--ice); font-family: "Manrope"; font-size: 2.2rem; }.frost-buy-top small { color: #63788d; font-size: .66rem; }.frost-buy-panel form > div { border-color: var(--line) !important; background: transparent !important; }.frost-buy-panel input,.frost-buy-panel select,.frost-buy-panel textarea,.frost-buy-panel button { border-radius: 8px !important; }.frost-buy-panel button[type="submit"] { min-height: 50px; border: 0 !important; color: #05111a !important; background: linear-gradient(105deg,#9decff,#59c7ff 58%,#7b72ff) !important; font-weight: 800 !important; }.frost-buy-security { display: flex; justify-content: space-between; gap: 10px; padding: 16px 20px; border-top: 1px solid var(--line); color: #71869a; font-size: .62rem; font-weight: 700; }.frost-buy-security span { display: flex; align-items: center; gap: 6px; }.frost-buy-security i { color: var(--ice); }

.frost-footer { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.055); background: #040811; }.frost-footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; padding: 68px 0 50px; }.frost-footer-top > div:first-child > p { margin-top: 17px; color: #65798e; font-size: .8rem; line-height: 1.65; }.frost-footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }.frost-footer-links > div { display: grid; align-content: start; gap: 10px; }.frost-footer-links b { margin-bottom: 5px; color: #d9e5ee; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }.frost-footer-links a { color: #6f8397; font-size: .75rem; }.frost-footer-links a:hover { color: var(--ice); }.frost-footer-bottom { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.055); color: #53677b; font-size: .68rem; }

/* SellAuth functional pages */
.frost-main > .components > .component:not(.frost-home-hero):not(.frost-home-products):not(.frost-flow):not(.frost-catalog):not(.frost-product-page) { width: min(calc(100% - 40px), var(--shell)); margin: 60px auto; }.bg-card,.bg-card\/75,.bg-card\/90,[class*="bg-card"] { border-color: var(--line) !important; background-color: rgba(9,16,29,.78) !important; }.border-white\/5 { border-color: var(--line) !important; }input,textarea,select,.choices__inner { border-radius: 9px !important; border-color: var(--line) !important; background-color: rgba(255,255,255,.035) !important; }.text-accent-500,.text-accent-400 { color: var(--ice) !important; }.bg-accent-500 { background-color: var(--ice) !important; }.border-accent-500 { border-color: var(--ice) !important; }
#categories,#stats { display: none !important; }

@media (max-width: 1000px) {
  .frost-nav-inner { grid-template-columns: 1fr auto; }
  .frost-menu { display: grid; }
  .frost-nav-links { position: absolute; top: 84px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(5,11,21,.97); box-shadow: 0 22px 70px rgba(0,0,0,.45); }.frost-nav-links.is-open { display: flex; }.frost-nav-links a { padding: 13px; }.frost-account span { display: none; }
  .frost-hero-grid { grid-template-columns: 1fr; gap: 35px; }.frost-hero-content { text-align: center; }.frost-eyebrow,.frost-hero-buttons,.frost-proof { justify-content: center; }.frost-hero-content h1,.frost-hero-content > p { margin-inline: auto; }.frost-client-preview { min-height: 500px; max-width: 720px; margin: 0 auto; width: 100%; }.frost-float-one { left: 10px; }.frost-float-two { right: 10px; }
  .frost-product-layout { grid-template-columns: 1fr; }.frost-buy-panel { position: relative; top: auto; }
}

@media (max-width: 720px) {
  .frost-shell { width: min(calc(100% - 24px), var(--shell)); }.frost-rail-message { display: none; }.frost-rail-inner { font-size: .64rem; }
  .frost-nav { padding-top: 10px; }.frost-nav-inner { min-height: 64px; padding-inline: 10px; }.frost-brand-mark { width: 38px; height: 38px; }.frost-brand-name { font-size: .95rem; }.frost-account { display: none; }
  .frost-home-hero { padding: 62px 0 75px; }.frost-hero-content h1 { font-size: clamp(3.6rem,17vw,5.4rem); }.frost-hero-buttons { flex-direction: column; }.frost-primary-cta,.frost-secondary-cta { width: 100%; }.frost-proof { gap: 10px 14px; }
  .frost-client-preview { min-height: 400px; }.frost-preview-window { transform: none; }.frost-preview-body { grid-template-columns: 92px 1fr; min-height: 280px; }.frost-preview-body aside { padding: 18px 8px; }.frost-preview-body aside span { padding: 8px; }.frost-modules { padding: 14px; }.frost-modules > div { min-height: 54px; }.frost-float-card { display: none; }
  .frost-home-products,.frost-flow { padding: 72px 0; }.frost-section-intro { grid-template-columns: 1fr; gap: 22px; }.frost-section-intro h2 { font-size: clamp(3.2rem,15vw,4.7rem); }.frost-section-intro > p { justify-self: start; }.frost-stock-panel { align-items: flex-start; flex-direction: column; padding: 28px; }.frost-stock-panel > a { width: 100%; }.frost-flow-grid,.frost-product-grid,.frost-catalog-trust { grid-template-columns: 1fr; }
  .frost-catalog { padding: 65px 0 82px; }.frost-catalog-head h1 { font-size: clamp(3.6rem,16vw,5.3rem); }.frost-product-info { padding: 24px; }.frost-buy-security { flex-direction: column; }
  .frost-footer-top { grid-template-columns: 1fr; gap: 42px; padding-top: 50px; }.frost-footer-links { grid-template-columns: 1fr 1fr; }.frost-footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
}

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

/* Fresh root deployment 263448 */
.frost-start-hero { padding: 92px 0 86px; }
.frost-start-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.frost-start-copy > span { color: var(--ice); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.frost-start-copy h1 { margin-top: 15px; font-size: clamp(4.5rem,8vw,8rem); font-weight: 700; line-height: .84; letter-spacing: -.085em; }
.frost-start-copy h1 em { color: transparent; font-style: normal; background: linear-gradient(105deg,#a8efff,#55c7ff 48%,#876cff); background-clip: text; -webkit-background-clip: text; }
.frost-start-copy > p { max-width: 650px; margin-top: 27px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.frost-start-panel { position: relative; overflow: hidden; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,rgba(15,27,48,.94),rgba(6,12,23,.94)); box-shadow: 0 40px 120px rgba(0,0,0,.38); }
.frost-start-panel::before { content:""; position:absolute; width:420px; height:320px; left:calc(var(--pointer-x,80%) - 210px); top:calc(var(--pointer-y,12%) - 160px); border-radius:50%; background:rgba(74,185,255,.17); filter:blur(75px); pointer-events:none; transition:left .35s ease-out,top .35s ease-out; }
.frost-start-panel-top { position: relative; display:flex; align-items:center; justify-content:space-between; padding:12px 8px 20px; color:#7d91a5; font-size:.64rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.frost-start-panel-top span { display:flex; align-items:center; gap:8px; }.frost-start-panel-top span i { width:7px; height:7px; border-radius:50%; background:#58e8a3; box-shadow:0 0 12px #58e8a3; }.frost-start-panel-top b { color:var(--ice); }
.frost-start-plan { position:relative; min-height:145px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:25px; border:1px solid rgba(255,255,255,.06); border-radius:14px; background:rgba(255,255,255,.018); }.frost-start-plan + .frost-start-plan { margin-top:10px; }.frost-start-plan.featured { border-color:var(--line-strong); background:linear-gradient(115deg,rgba(63,175,235,.12),rgba(112,91,255,.08)); }
.frost-start-plan small { color:#657a8f; font-size:.58rem; font-weight:800; letter-spacing:.14em; }.frost-start-plan h3 { margin-top:7px; font-size:1.45rem; }.frost-start-plan p { margin-top:6px; color:#74889c; font-size:.74rem; }.frost-start-plan > i { width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--line); border-radius:10px; color:var(--ice); }
.frost-start-delivery { display:flex; justify-content:space-between; gap:12px; padding:18px 8px 4px; color:#72869a; font-size:.64rem; font-weight:700; }.frost-start-delivery span { display:flex; align-items:center; gap:7px; }.frost-start-delivery i { color:var(--ice); }

@media (max-width:1000px) {
  .frost-start-grid { grid-template-columns:1fr; gap:42px; }.frost-start-copy { text-align:center; }.frost-start-copy > p { margin-inline:auto; }.frost-start-copy .frost-hero-buttons,.frost-start-copy .frost-payment-tags { justify-content:center; }.frost-start-panel { max-width:680px; width:100%; margin-inline:auto; }
}
@media (max-width:720px) {
  .frost-start-hero { padding:65px 0 70px; }.frost-start-copy h1 { font-size:clamp(3.8rem,17vw,5.5rem); }.frost-start-delivery { flex-direction:column; }.frost-start-plan { min-height:130px; padding:20px; }
}

/* Clean Frost motion system */
@keyframes frost-page-in { from { opacity:0; } to { opacity:1; } }
@keyframes frost-rail-in { from { opacity:0; transform:translateY(-10px); } to { opacity:1; transform:translateY(0); } }
@keyframes frost-nav-in { from { opacity:0; transform:translateY(-16px) scale(.985); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes frost-copy-in { from { opacity:0; transform:translateY(30px); filter:blur(8px); } to { opacity:1; transform:translateY(0); filter:blur(0); } }
@keyframes frost-panel-in { from { opacity:0; transform:translateX(34px) scale(.97); } to { opacity:1; transform:translateX(0) scale(1); } }
@keyframes frost-plan-in { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@keyframes frost-panel-drift { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-7px); } }
@keyframes frost-dot-pulse { 0%,100% { opacity:.65; box-shadow:0 0 8px rgba(88,232,163,.45); } 50% { opacity:1; box-shadow:0 0 18px rgba(88,232,163,.9); } }
@keyframes frost-gradient-shift { 0%,100% { background-position:0% 50%; } 50% { background-position:100% 50%; } }

.frost-scroll-progress { position:fixed; z-index:9999; top:0; left:0; width:100%; height:2px; pointer-events:none; transform:scaleX(0); transform-origin:left center; background:linear-gradient(90deg,var(--ice),#5d9bff 62%,var(--violet)); box-shadow:0 0 16px rgba(105,220,255,.75); }
.frost-motion-ready body.frost-site { animation:frost-page-in .35s ease-out both; }
.frost-motion-ready .frost-rail { animation:frost-rail-in .55s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-nav { animation:frost-nav-in .7s .08s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-copy > span { animation:frost-copy-in .65s .16s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-copy h1 { animation:frost-copy-in .8s .22s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-copy > p { animation:frost-copy-in .75s .31s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-copy .frost-hero-buttons { animation:frost-copy-in .72s .39s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-copy .frost-payment-tags { animation:frost-copy-in .7s .46s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-panel { animation:frost-panel-in .9s .24s cubic-bezier(.22,1,.36,1) both, frost-panel-drift 7s 1.25s ease-in-out infinite; }
.frost-motion-ready .frost-start-plan:not(.featured) { animation:frost-plan-in .65s .52s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-plan.featured { animation:frost-plan-in .65s .62s cubic-bezier(.22,1,.36,1) both; }
.frost-motion-ready .frost-start-panel-top span i,.frost-motion-ready .frost-stock-status i { animation:frost-dot-pulse 2.4s ease-in-out infinite; }

.frost-start-copy h1 em,.frost-catalog-head h1 em,.frost-primary-cta,.frost-card-action {
  background-size:200% 200%;
  animation:frost-gradient-shift 8s ease-in-out infinite;
}

.frost-reveal { opacity:0; transform:translateY(34px) scale(.985); filter:blur(7px); transition:opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1), filter .85s cubic-bezier(.22,1,.36,1); transition-delay:calc(var(--reveal-order,0) * 95ms); }
.frost-reveal[data-reveal="left"] { transform:translate3d(-34px,24px,0) scale(.985); }
.frost-reveal[data-reveal="right"] { transform:translate3d(34px,24px,0) scale(.985); }
.frost-reveal.is-visible { opacity:1; transform:translateY(0); filter:blur(0); }

.frost-start-plan,.frost-flow-grid article,.frost-product-card,.frost-catalog-trust > span { will-change:transform; }
.frost-start-plan { transition:transform .45s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .45s,background-color .35s; }
.frost-start-plan:hover { transform:translateX(7px) scale(1.008); border-color:var(--line-strong); box-shadow:0 18px 55px rgba(24,145,210,.12); }
.frost-flow-grid article,.frost-product-card { transition:transform .5s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .5s; }
.frost-flow-grid article::before,.frost-product-card::before { content:""; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:0; background:radial-gradient(360px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(105,220,255,.11),transparent 58%); transition:opacity .4s; }
.frost-flow-grid article > *,.frost-product-card > * { position:relative; z-index:1; }
.frost-flow-grid article:hover::before,.frost-product-card:hover::before { opacity:1; }
.frost-flow-grid article:hover { transform:translateY(-8px); border-color:var(--line-strong); box-shadow:0 22px 65px rgba(22,134,198,.12); }
.frost-flow-grid article:hover > i { transform:rotate(-5deg) scale(1.08); background:rgba(105,220,255,.11); }
.frost-flow-grid article > i { transition:transform .35s cubic-bezier(.22,1,.36,1), background-color .35s; }
.frost-product-card:hover .frost-product-visual img { transform:scale(1.045); }
.frost-product-card { position:relative; }
.frost-product-visual img { transition:transform .8s cubic-bezier(.22,1,.36,1),filter .8s; }
.frost-product-card:hover .frost-product-visual img { filter:saturate(1.08) brightness(1.04); }
.frost-nav-links a::after { content:""; display:block; width:0; height:1px; margin:4px auto -5px; background:var(--ice); box-shadow:0 0 9px var(--ice); transition:width .25s ease; }
.frost-nav-links a:hover::after,.frost-nav-links a.is-active::after { width:55%; }

.frost-primary-cta,.frost-card-action { position:relative; overflow:hidden; isolation:isolate; }
.frost-primary-cta::before,.frost-card-action::before { content:""; position:absolute; width:120px; height:120px; left:calc(var(--pointer-x,50%) - 60px); top:calc(var(--pointer-y,50%) - 60px); z-index:-1; border-radius:50%; background:rgba(255,255,255,.32); filter:blur(28px); opacity:0; transition:opacity .25s,left .16s ease-out,top .16s ease-out; }
.frost-primary-cta:hover::before,.frost-card-action:hover::before { opacity:1; }

.frost-reduce-motion .frost-reveal,.frost-reduce-motion .frost-reveal.is-visible { opacity:1; transform:none; filter:none; transition:none; }
.frost-reduce-motion * { animation:none !important; scroll-behavior:auto !important; }

/* Refined system direction — restrained color, precise motion, flatter UI */
:root {
  --ice:#78c8df;
  --ice-bright:#c6ebf3;
  --blue:#668ca0;
  --violet:#8293a3;
  --ink:#edf3f6;
  --muted:#84929e;
  --page:#070a0e;
  --panel:#0b1016;
  --panel-2:#0f151c;
  --line:rgba(186,211,223,.11);
  --line-strong:rgba(120,200,223,.3);
  --shell:1160px;
}

body.frost-site { background:var(--page) !important; }
body.frost-site::before {
  opacity:.75;
  background:linear-gradient(90deg,transparent calc(50% - 580px),rgba(255,255,255,.018) calc(50% - 580px),rgba(255,255,255,.018) calc(50% - 579px),transparent calc(50% - 579px),transparent calc(50% + 579px),rgba(255,255,255,.018) calc(50% + 579px),rgba(255,255,255,.018) calc(50% + 580px),transparent calc(50% + 580px));
  background-size:auto;
  mask-image:none;
}

.frost-rail { background:#080c10; }
.frost-nav-inner {
  min-height:68px;
  padding:0 12px 0 14px;
  border-radius:10px;
  background:rgba(9,13,18,.91);
  box-shadow:0 12px 35px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.frost-brand-mark,.frost-cart,.frost-menu { border-radius:7px; }
.frost-brand-mark { width:38px; height:38px; }
.frost-nav-links a { border-radius:6px; }
.frost-nav-links a::after { box-shadow:none; }
.frost-has-scrolled .frost-nav-inner { background:rgba(8,12,16,.96); box-shadow:0 12px 30px rgba(0,0,0,.3); }

.frost-start-hero { padding:88px 0 94px; }
.frost-start-grid { grid-template-columns:1.08fr .92fr; gap:76px; }
.frost-start-copy h1 { max-width:650px; font-size:clamp(3.9rem,6.2vw,6.1rem); line-height:.91; letter-spacing:-.065em; }
.frost-start-copy h1 em,.frost-catalog-head h1 em,.frost-hero-content h1 em { color:var(--ice); background:none; -webkit-background-clip:initial; background-clip:initial; }
.frost-start-copy > p { max-width:590px; }
.frost-primary-cta,.frost-card-action {
  color:#071014;
  border-color:#94d4e5;
  background:var(--ice);
  background-size:auto;
  animation:none;
  box-shadow:none;
}
.frost-primary-cta:hover { background:#8fd4e6; box-shadow:0 10px 24px rgba(0,0,0,.22); }
.frost-primary-cta::before,.frost-card-action::before { display:none; }
.frost-secondary-cta { background:#0b1016; border-radius:8px; }
.frost-payment-tags span { border-radius:5px; background:#0b1016; }

.frost-start-panel {
  padding:12px;
  border-radius:11px;
  background:#0b1016;
  box-shadow:0 24px 55px rgba(0,0,0,.25);
}
.frost-start-panel::before { display:none; }
.frost-start-panel::after {
  content:"";
  position:absolute;
  z-index:3;
  left:12px;
  right:12px;
  top:72px;
  height:1px;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(90deg,transparent,var(--ice),transparent);
  animation:frost-system-scan 6.5s 1.4s cubic-bezier(.4,0,.2,1) infinite;
}
.frost-start-panel-top { padding:10px 8px 18px; }
.frost-start-plan {
  min-height:132px;
  padding:23px;
  border-radius:8px;
  background:#0d131a;
  transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .3s,background-color .3s;
}
.frost-start-plan + .frost-start-plan { margin-top:8px; }
.frost-start-plan.featured { border-color:var(--line-strong); background:#0d171e; box-shadow:inset 3px 0 var(--ice); }
.frost-start-plan:hover { transform:translateX(3px); box-shadow:none; }
.frost-start-plan > i { border-radius:7px; transition:transform .35s cubic-bezier(.22,1,.36,1),color .3s,border-color .3s; }
.frost-start-plan:hover > i { transform:translateX(4px); color:var(--ice-bright); border-color:var(--line-strong); }
.frost-start-delivery { border-top:1px solid rgba(255,255,255,.045); margin-top:10px; padding-top:16px; }

.frost-home-products,.frost-flow { background:none; }
.frost-section-intro h2 { font-size:clamp(3.1rem,4.9vw,4.8rem); line-height:.94; letter-spacing:-.06em; }
.frost-section-intro > div > span,.frost-catalog-head > span,.frost-start-copy > span { letter-spacing:.2em; }
.frost-stock-panel { min-height:230px; padding:40px; border-radius:11px; background:#0b1016; box-shadow:none; }
.frost-stock-panel > a { border-radius:7px; }

.frost-flow-grid { gap:10px; }
.frost-flow-grid article {
  min-height:250px;
  padding:28px;
  border-radius:9px;
  background:#0b1016;
  transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .3s,background-color .3s;
}
.frost-flow-grid article::before { display:none; }
.frost-flow-grid article::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:2px;
  background:var(--ice);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .45s cubic-bezier(.22,1,.36,1);
}
.frost-flow-grid article:hover { transform:translateY(-3px); background:#0d131a; box-shadow:0 14px 30px rgba(0,0,0,.2); }
.frost-flow-grid article:hover::after { transform:scaleX(1); }
.frost-flow-grid article > i { border-radius:8px; }
.frost-flow-grid article:hover > i { transform:translateY(-2px); }
.frost-flow-grid article > span { transition:color .35s,transform .35s; }
.frost-flow-grid article:hover > span { color:rgba(120,200,223,.34); transform:translateY(-2px); }

.frost-product-card { border-radius:10px; background:#0b1016; box-shadow:none; }
.frost-product-card::before { display:none; }
.frost-product-card:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(0,0,0,.22); }
.frost-product-pill,.frost-card-action { border-radius:6px; }
.frost-product-placeholder { background:#091017; }
.frost-card-action i { transition:transform .3s cubic-bezier(.22,1,.36,1); }
.frost-product-card:hover .frost-card-action i { transform:translateX(4px); }

.frost-catalog-head h1 { font-size:clamp(3.8rem,6.4vw,6.2rem); line-height:.92; letter-spacing:-.065em; }
.frost-product-info,.frost-buy-panel { border-radius:11px; background:#0b1016; box-shadow:none; }
.frost-buy-panel button[type="submit"] { background:var(--ice) !important; }
.frost-footer { background:#06090d; }
.frost-scroll-progress { height:2px; background:var(--ice); box-shadow:none; }

@keyframes frost-system-scan {
  0%,72%,100% { opacity:0; transform:translateY(0); }
  77% { opacity:.5; }
  91% { opacity:.12; transform:translateY(270px); }
  92% { opacity:0; transform:translateY(270px); }
}

.frost-motion-ready .frost-start-panel { animation:frost-panel-in .72s .2s cubic-bezier(.22,1,.36,1) both; }
.frost-reveal { opacity:0; transform:translateY(18px); filter:none; transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1); transition-delay:calc(var(--reveal-order,0) * 70ms); }
.frost-reveal[data-reveal="left"],.frost-reveal[data-reveal="right"] { transform:translateY(18px); }
.frost-reveal.is-visible { opacity:1; transform:translateY(0); }

@media (max-width:720px) {
  .frost-start-copy h1 { font-size:clamp(3.5rem,16vw,5rem); }
  .frost-start-panel::after { display:none; }
  .frost-stock-panel { padding:28px; }
}

/* Purposeful type contrast */
h1,h2,h3,h4,h5,h6,
.frost-brand-name,
.frost-card-price,
.frost-preview-brand {
  font-family:"Space Grotesk","DM Sans",sans-serif;
}
.frost-start-copy h1,
.frost-section-intro h2,
.frost-catalog-head h1,
.frost-product-info > h1 {
  font-weight:600;
}
.frost-start-copy > span,
.frost-section-intro > div > span,
.frost-catalog-head > span,
.frost-start-plan small,
.frost-start-panel-top,
.frost-payment-tags,
.frost-stock-status,
.frost-product-kicker,
.frost-product-pill,
.frost-card-meta,
.frost-preview-status,
.frost-rail-inner > span:first-child {
  font-family:"IBM Plex Mono",monospace;
}
.frost-start-copy > span,
.frost-section-intro > div > span,
.frost-catalog-head > span,
.frost-start-plan small {
  font-size:.64rem;
  font-weight:600;
}