.elementor-8 .elementor-element.elementor-element-e9fdff6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-05566ea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-8{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --bg: #07061f;
  --bg-strong: #050419;
  --panel: #14114f;
  --panel-strong: #1a1763;
  --panel-bright: #231f80;
  --text: #f3f4ff;
  --muted: #c7c9ea;
  --accent: #e7f71f;
  --accent-soft: rgba(231, 247, 31, 0.14);
  --line: rgba(231, 247, 31, 0.24);
  --white-line: rgba(255, 255, 255, 0.1);
  --shadow: rgba(0, 0, 0, 0.38);
  --teal: #63f2d1;
}

.lv-home {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(231, 247, 31, 0.05) 0 1px, transparent 1px 36px),
    linear-gradient(180deg, #050419 0%, var(--bg) 38%, #0a0730 100%);
  color: var(--text);
  font-family: "Space Grotesk", "Sora", sans-serif;
}

.lv-home *,
.lv-home *::before,
.lv-home *::after {
  box-sizing: border-box;
}

.lv-home .container {
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 76vh;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 116px 0 34px;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-image: url("https://images.unsplash.com/photo-1497633762265-9d179a990aa6?auto=format&fit=crop&w=1900&q=86");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 4, 25, 0.96) 0%, rgba(7, 6, 31, 0.82) 38%, rgba(7, 6, 31, 0.36) 100%),
    linear-gradient(180deg, rgba(5, 4, 25, 0.18) 0%, rgba(5, 4, 25, 0.98) 100%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 56px;
}

.hero__content {
  width: min(760px, 100%);
  animation: revealUp .75s ease both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.access-copy h2,
.cta-box h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 76px;
  line-height: .98;
}

.hero__lead {
  width: min(680px, 100%);
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.62;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #080620;
  box-shadow: 0 18px 32px rgba(231, 247, 31, 0.2);
}

.btn--ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.btn--ghost:hover {
  border-color: rgba(231, 247, 31, 0.52);
  background: rgba(231, 247, 31, 0.08);
}

.hero__dock {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--white-line);
  border-radius: 8px;
  background: rgba(8, 6, 36, 0.76);
  box-shadow: 0 24px 44px var(--shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  animation: revealUp .75s .12s ease both;
}

.hero__dock div {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--white-line);
}

.hero__dock div:last-child {
  border-right: 0;
}

.hero__dock strong {
  display: block;
  color: var(--accent);
  font-size: 34px;
  line-height: 1;
}

.hero__dock span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.browse-section,
.shelf-section,
.release-section,
.category-section,
.access-section,
.cta-section {
  padding: 74px 0;
}

.section-head {
  margin-bottom: 26px;
}

.section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
}

.section-head h2,
.access-copy h2,
.cta-box h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
}

.browse-search {
  width: min(460px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.browse-search input {
  width: 100%;
  min-height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  padding: 0 10px;
}

.browse-search input::placeholder {
  color: rgba(199, 201, 234, 0.72);
}

.browse-search button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 16px;
  background: var(--accent);
  color: #080620;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.category-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-tile {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  padding: 22px;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(35, 31, 128, 0.92), rgba(15, 12, 67, 0.96)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
  transition: transform .2s ease, border-color .2s ease;
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(231, 247, 31, 0.32);
  transform: rotate(12deg);
}

.category-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(231, 247, 31, 0.42);
}

.category-tile--wide {
  background:
    linear-gradient(145deg, rgba(231, 247, 31, 0.18), rgba(20, 17, 79, 0.98)),
    url("https://images.unsplash.com/photo-1521587760476-6c12a4b040da?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
}

.category-tile span,
.book-meta span,
.release-list span,
.tag,
.access-cards span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.category-tile strong {
  position: relative;
  z-index: 1;
  max-width: 360px;
  font-size: 25px;
  line-height: 1.1;
}

.shelf-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.shelf-controls {
  display: inline-flex;
  gap: 8px;
}

.shelf-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.shelf-arrow:hover {
  background: var(--accent);
  color: #080620;
  transform: translateY(-2px);
}

.shelf-wrap {
  overflow: hidden;
  padding: 2px 0 14px;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.shelf {
  display: flex;
  width: max-content;
  gap: 16px;
}

.book-card {
  width: 244px;
  min-height: 404px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), #0e0b3d);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  transition: transform .2s ease, border-color .2s ease;
}

.book-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 247, 31, 0.42);
}

.book-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.book-meta {
  padding: 16px;
}

.book-meta h3 {
  margin: 9px 0 10px;
  min-height: 58px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.12;
}

.book-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.release-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 18px;
}

.release-feature {
  min-height: 548px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  background: var(--panel);
}

.release-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.release-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 25, 0.94), rgba(5, 4, 25, 0.4)),
    linear-gradient(180deg, transparent, rgba(5, 4, 25, 0.85));
}

.release-feature__content {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  min-height: 548px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 6, 36, 0.62);
}

.release-feature h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1;
}

.release-feature p {
  margin: 16px 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.inline-link {
  width: fit-content;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(231, 247, 31, 0.44);
}

.release-list {
  display: grid;
  gap: 12px;
}

.release-list article {
  min-height: 170px;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(26, 23, 99, 0.94), rgba(10, 7, 48, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 22px);
}

.release-list h3 {
  margin: 10px 0 8px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.08;
}

.release-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--white-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  padding: 0 16px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.chips a:hover {
  border-color: rgba(231, 247, 31, 0.44);
  background: var(--accent-soft);
  color: var(--accent);
}

.access-section {
  background: linear-gradient(180deg, rgba(231, 247, 31, 0.04), rgba(255, 255, 255, 0));
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.access-copy {
  position: sticky;
  top: 112px;
}

.access-copy p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.access-cards {
  display: grid;
  gap: 12px;
}

.access-cards article {
  min-height: 166px;
  border: 1px solid var(--white-line);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(26, 23, 99, 0.98), rgba(9, 7, 39, 0.98));
}

.access-cards h3 {
  margin: 12px 0 8px;
  font-size: 25px;
  line-height: 1.1;
}

.access-cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.cta-section {
  padding-top: 28px;
}

.cta-box {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 44px;
  background:
    linear-gradient(135deg, rgba(231, 247, 31, 0.16), rgba(35, 31, 128, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 24px);
}

.cta-box h2 {
  width: min(760px, 100%);
  margin-bottom: 24px;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 64px;
  }

  .category-grid,
  .release-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .category-tile--wide {
    min-height: 240px;
  }

  .access-copy {
    position: static;
  }
}

@media (max-width: 820px) {
  .lv-home .container {
    width: min(100% - 36px, 1220px);
  }

  .hero {
    min-height: 78vh;
    padding: 92px 0 28px;
  }

  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(5, 4, 25, 0.97), rgba(5, 4, 25, 0.62)),
      linear-gradient(180deg, rgba(5, 4, 25, 0.16), rgba(5, 4, 25, 0.98));
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__dock {
    grid-template-columns: 1fr;
  }

  .hero__dock div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--white-line);
  }

  .hero__dock div:last-child {
    border-bottom: 0;
  }

  .section-head--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-head h2,
  .access-copy h2,
  .cta-box h2 {
    font-size: 34px;
  }

  .browse-search {
    width: 100%;
  }

  .category-grid {
    gap: 10px;
  }

  .category-tile {
    min-height: 158px;
  }

  .release-feature,
  .release-feature__content {
    min-height: 480px;
  }

  .release-feature__content {
    padding: 24px;
  }

  .release-feature h3 {
    font-size: 34px;
  }

  .book-card {
    width: 220px;
  }
}

@media (max-width: 560px) {
  .browse-section,
  .shelf-section,
  .release-section,
  .category-section,
  .access-section,
  .cta-section {
    padding: 54px 0;
  }

  .hero {
    min-height: 82vh;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero__actions,
  .browse-search {
    grid-template-columns: 1fr;
  }

  .btn,
  .browse-search button {
    width: 100%;
  }

  .hero__dock strong {
    font-size: 28px;
  }

  .section-head h2,
  .access-copy h2,
  .cta-box h2 {
    font-size: 30px;
  }

  .shelf-wrap {
    mask-image: none;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .shelf-wrap::-webkit-scrollbar {
    display: none;
  }

  .release-list article,
  .access-cards article,
  .cta-box {
    padding: 20px;
  }

  .cta-box {
    text-align: left;
  }
}/* End custom CSS */