:root {
  --lvd-black: #050608;
  --lvd-black-soft: #0c0e12;
  --lvd-white: #f5f7f8;
  --lvd-metal: #b9c0c8;
  --lvd-metal-dark: #6f7882;
  --lvd-blue: #1747ff;
  --lvd-orange: #ff4a16;
  --lvd-line: rgba(255, 255, 255, .2);
  --lvd-muted: rgba(245, 247, 248, .65);
}

html { scroll-behavior: smooth; }

body.lvd-canvas {
  margin: 0;
  overflow-x: hidden;
  color: var(--lvd-white);
  background: var(--lvd-black);
}

.lvd,
.lvd * { box-sizing: border-box; }

.lvd {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: var(--lvd-white);
  background: var(--lvd-black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lvd h1,
.lvd h2,
.lvd h3,
.lvd p,
.lvd figure,
.lvd fieldset { margin: 0; }

.lvd a { color: inherit; }

.lvd-hero {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100svh;
  padding: max(20px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom));
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 50%, rgba(23, 71, 255, .24), transparent 34%),
    linear-gradient(150deg, rgba(4, 5, 7, .86), rgba(4, 5, 7, .98)),
    url("frescura.jpg") center/cover no-repeat;
}

.lvd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .25;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, transparent 0 44px, rgba(255,255,255,.04) 45px 46px);
}

.lvd-hero::after {
  content: "";
  position: absolute;
  right: -16vw;
  bottom: 17%;
  z-index: -1;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: inset 0 0 55px rgba(255,255,255,.06), 0 0 90px rgba(23,71,255,.18);
}

.lvd-hero__wash {
  position: absolute;
  inset: auto -25% 4%;
  z-index: -1;
  height: 48%;
  background: radial-gradient(ellipse at center, rgba(195,235,255,.18), transparent 68%);
  transform: rotate(-7deg);
}

.lvd-brandbar {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.lvd-brandbar__name {
  color: var(--lvd-white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(31px, 9vw, 46px);
  line-height: .86;
  letter-spacing: -.08em;
  text-decoration: none;
}

.lvd-brandbar__descriptor {
  color: var(--lvd-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.lvd-hero__copy {
  position: relative;
  z-index: 3;
  padding-top: clamp(48px, 9vh, 84px);
}

.lvd-kicker,
.lvd-eyebrow {
  color: var(--lvd-orange);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lvd-hero h1,
.lvd-preorder h2,
.lvd-selector legend,
.lvd-delivery h3 {
  font-family: "Archivo Black", Impact, sans-serif;
  text-transform: uppercase;
}

.lvd-hero h1 {
  margin-top: 10px;
  color: var(--lvd-white);
  font-size: clamp(52px, 15.8vw, 84px);
  line-height: .84;
  letter-spacing: -.075em;
}

.lvd-hero h1 span { display: block; }
.lvd-hero h1 span:last-child { color: var(--lvd-orange); }

.lvd-product {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 40svh;
  margin: -2vh 0 -1vh;
  place-items: center;
}

.lvd-product::before {
  content: "";
  position: absolute;
  width: min(78vw, 365px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 24%, rgba(255,255,255,.48), rgba(135,220,255,.13) 22%, rgba(23,71,255,.14) 52%, transparent 70%);
  box-shadow: inset -18px -22px 50px rgba(23,71,255,.15), 0 30px 90px rgba(0,0,0,.55);
}

.lvd-product::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 8%;
  width: min(48vw, 220px);
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .72);
  filter: blur(12px);
}

.lvd-product img {
  position: relative;
  z-index: 2;
  width: min(54vw, 252px);
  max-height: 53svh;
  object-fit: contain;
  transform: rotate(1.4deg);
  filter: contrast(1.08) saturate(1.03) drop-shadow(0 34px 28px rgba(0,0,0,.52));
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}

.lvd-bubble {
  position: absolute;
  z-index: 3;
  display: block;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(180,228,255,.12);
  box-shadow: inset 5px 6px 12px rgba(255,255,255,.28), 0 12px 26px rgba(0,0,0,.22);
  backdrop-filter: blur(3px);
}

.lvd-bubble--one { top: 16%; right: 7%; width: 54px; height: 54px; }
.lvd-bubble--two { bottom: 18%; left: 11%; width: 23px; height: 23px; }

.lvd-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 16px 18px;
  font: 800 13px/1.15 Inter, sans-serif;
  letter-spacing: .055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.lvd-button:hover { transform: translateY(-2px); }
.lvd-button:focus-visible { outline: 3px solid var(--lvd-orange); outline-offset: 4px; }

.lvd-button--primary {
  position: relative;
  z-index: 5;
  color: #fff !important;
  background: var(--lvd-blue);
  box-shadow: 8px 8px 0 var(--lvd-orange);
}

.lvd-button--primary span { font-size: 18px; }

.lvd-preorder {
  position: relative;
  display: grid;
  gap: 34px;
  padding: 76px 18px 88px;
  border-top: 1px solid var(--lvd-line);
  isolation: isolate;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    var(--lvd-black-soft);
  background-size: 32px 32px;
}

.lvd-preorder::before {
  content: "01";
  position: absolute;
  top: 6px;
  right: -8px;
  z-index: -1;
  color: rgba(255,255,255,.035);
  font: 900 128px/1 "Archivo Black", Impact, sans-serif;
  letter-spacing: -.08em;
}

.lvd-preorder__intro { max-width: 760px; }

.lvd-preorder h2 {
  margin-top: 12px;
  color: var(--lvd-white);
  font-size: clamp(42px, 12vw, 74px);
  line-height: .9;
  letter-spacing: -.065em;
}

.lvd-preorder__lead {
  max-width: 44rem;
  margin-top: 22px !important;
  color: var(--lvd-muted);
  font-size: 16px;
  line-height: 1.55;
}

.lvd-preorder__access {
  display: inline-flex;
  margin-top: 22px !important;
  border: 1px solid var(--lvd-orange);
  padding: 9px 11px;
  color: var(--lvd-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.lvd-preorder__visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  background: #dfe3e7;
  box-shadow: 12px 12px 0 var(--lvd-blue);
}

.lvd-preorder__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), inset 0 -45px 70px rgba(0,0,0,.12);
}

.lvd-preorder__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition: opacity .18s ease, transform .18s ease;
}

.lvd-preorder__visual img.is-switching {
  opacity: .15;
  transform: scale(.985);
}

.lvd-checkout {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.lvd-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.lvd-selector {
  display: grid;
  gap: 14px;
  min-width: 0;
  border: 0;
  padding: 0;
}

.lvd-selector legend,
.lvd-delivery h3 {
  width: 100%;
  margin-bottom: 18px;
  color: var(--lvd-white);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.045em;
}

.lvd-pack-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.lvd-pack-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lvd-pack-card__body {
  position: relative;
  display: grid;
  gap: 11px;
  min-height: 190px;
  border: 1px solid rgba(255,255,255,.28);
  padding: 22px 18px 20px;
  background: rgba(255,255,255,.035);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.lvd-pack-card:hover .lvd-pack-card__body { transform: translateY(-2px); }
.lvd-pack-card > input:focus-visible + .lvd-pack-card__body { outline: 3px solid var(--lvd-orange); outline-offset: 4px; }
.lvd-pack-card > input:checked + .lvd-pack-card__body {
  border-color: var(--lvd-orange);
  background: linear-gradient(135deg, rgba(255,74,22,.14), rgba(255,255,255,.035));
  box-shadow: inset 6px 0 0 var(--lvd-orange);
}

.lvd-pack-card--featured .lvd-pack-card__body { padding-top: 39px; }

.lvd-pack-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  color: #fff;
  background: var(--lvd-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.lvd-pack-card__topline {
  color: var(--lvd-white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.lvd-pack-card__price {
  color: var(--lvd-white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 37px;
  line-height: 1;
  letter-spacing: -.055em;
}

.lvd-pack-card__price small {
  display: block;
  margin-top: 8px;
  color: var(--lvd-muted);
  font: 700 12px/1.35 Inter, sans-serif;
  letter-spacing: 0;
}

.lvd-pack-card__price b { color: var(--lvd-orange); }
.lvd-pack-card__copy { color: var(--lvd-muted); font-size: 14px; line-height: 1.4; }

.lvd-pack-card__total {
  align-self: end;
  color: var(--lvd-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.lvd-delivery {
  display: grid;
  gap: 17px;
  border-top: 1px solid var(--lvd-line);
  padding-top: 29px;
}

.lvd-delivery label { display: grid; gap: 8px; }

.lvd-delivery label > span {
  color: var(--lvd-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.lvd-delivery label small {
  display: block;
  margin-top: 4px;
  color: var(--lvd-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.lvd-delivery input,
.lvd-delivery textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 0;
  padding: 14px;
  color: var(--lvd-white);
  background: #07090c;
  box-shadow: none;
  font: 600 16px/1.3 Inter, sans-serif;
  resize: vertical;
}

.lvd-delivery input:focus,
.lvd-delivery textarea:focus {
  border-color: var(--lvd-orange);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255,74,22,.18);
}

.lvd-data-note {
  margin: -2px 0 0 !important;
  color: var(--lvd-muted);
  font-size: 11px;
  line-height: 1.55;
}

.lvd-data-note a {
  color: var(--lvd-white);
  text-decoration: underline;
  text-decoration-color: var(--lvd-orange);
  text-underline-offset: 3px;
}

.lvd-button--checkout {
  color: #fff;
  background: var(--lvd-orange);
  box-shadow: 8px 8px 0 var(--lvd-blue);
}

.lvd-button--checkout:disabled {
  opacity: .55;
  cursor: not-allowed;
  filter: grayscale(.25);
  transform: none;
}

.lvd-checkout__error {
  border: 1px solid var(--lvd-orange);
  padding: 13px;
  color: var(--lvd-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.lvd-checkout__error a { color: inherit; }

.lvd-guarantee {
  border-left: 4px solid var(--lvd-blue);
  padding: 2px 0 2px 15px;
}

.lvd-guarantee strong {
  color: var(--lvd-white);
  font: 800 12px/1 Inter, sans-serif;
  letter-spacing: .11em;
}

.lvd-guarantee p {
  margin-top: 8px !important;
  color: var(--lvd-muted);
  font-size: 12px;
  line-height: 1.55;
}

.lvd-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--lvd-line);
  padding: 25px 18px max(25px, env(safe-area-inset-bottom));
  color: rgba(255,255,255,.5);
  background: #020304;
}

.lvd-footer span {
  color: #fff;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 21px;
  letter-spacing: -.06em;
}

.lvd-footer p {
  margin: 0 !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: right;
}

.lvd-footer__meta {
  display: grid;
  justify-items: end;
  max-width: min(74vw, 660px);
}

.lvd-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1);
}

.lvd-reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 760px) {
  .lvd-hero {
    grid-template-columns: minmax(320px, 1fr) minmax(300px, .85fr);
    grid-template-rows: auto 1fr auto;
    min-height: 900px;
    padding: 36px clamp(36px, 6vw, 90px) 45px;
  }

  .lvd-brandbar { grid-column: 1 / -1; }
  .lvd-hero__copy { align-self: center; padding: 0 0 74px; }
  .lvd-hero h1 { font-size: clamp(74px, 8vw, 130px); }
  .lvd-product { grid-column: 2; grid-row: 2 / 4; min-height: 720px; margin: 0; }
  .lvd-product img { width: min(30vw, 330px); max-height: 720px; }
  .lvd-button--primary { grid-column: 1; max-width: 420px; }

  .lvd-preorder {
    grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr);
    gap: 52px clamp(54px, 7vw, 110px);
    padding: 120px clamp(36px, 8vw, 140px);
  }

  .lvd-preorder__intro { grid-column: 1 / -1; }
  .lvd-preorder__visual { align-self: start; position: sticky; top: 30px; }
  .lvd-selector { grid-template-columns: 1fr 1fr; }
  .lvd-selector legend { grid-column: 1 / -1; }
  .lvd-pack-card__body { height: 100%; }
}

@media (min-width: 1180px) {
  .lvd-preorder h2 { font-size: 82px; }
}

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