.elementor-2504 .elementor-element.elementor-element-178edb7a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2504 .elementor-element.elementor-element-178edb7a{--width:100%;}}/* Start custom CSS */:root {
  --ink: #0a1629;
  --navy: #102541;
  --navy-2: #163453;
  --paper: #f4f0e8;
  --white: #ffffff;
  --red: #b01f2f;
  --red-dark: #8f1725;
  --gold: #d1aa62;
  --muted: #667083;
  --line: #d9d6cf;
  --display-font: "Barlow Condensed", Impact, sans-serif;
  --body-font: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body-font) !important;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: #fff;
  padding: .7rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.mission-bar {
  padding: .55rem 1.5rem;
  text-align: center;
  color: #fff;
  background: var(--red);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header-v2 {
  min-height: 86px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--white);
  border-bottom: 1px solid #e5e5e5;
}

.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--display-font) !important;
  font-size: 1.3rem;
  letter-spacing: .03em;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand b {
  color: var(--red);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

nav a {
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

nav a:hover {
  color: var(--red);
}

.nav-login {
  padding: .65rem 1rem;
  border: 1px solid var(--ink);
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(440px, .94fr);
  background: var(--ink);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
  color: #fff;
}

.eyebrow, .section-kicker {
  color: var(--red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow {
  color: #f0bd66;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.eyebrow span {
  display: block;
  width: 44px;
  height: 2px;
  background: var(--red);
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2, h3 {
  font-family: var(--display-font) !important;
  text-transform: uppercase;
  line-height: .98;
}

h1 {
  max-width: 760px;
  margin: 1.4rem 0 1.6rem;
  font-size: clamp(4.2rem, 7.1vw, 7.5rem);
  letter-spacing: -.025em;
}

h1 em {
  color: #f1c16f;
  font-style: normal;
}

.hero-lede {
  max-width: 690px;
  color: #d6dfeb;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.hero-actions {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}

.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: .85rem 1.35rem;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .07em;
  transition: .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 20px rgba(176,31,47,.2);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-quiet {
  color: #fff;
  border: 1px solid #6d7a8c;
}

.trust-row {
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  border-top: 1px solid #37465a;
  color: #aeb9c7;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.trust-row b {
  margin-right: .25rem;
  color: #fff;
  font-family: var(--display-font) !important;
  font-size: 1.5rem;
}

.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: linear-gradient(135deg, rgba(10,22,41,.08), rgba(10,22,41,.72)), repeating-linear-gradient(90deg, transparent 0 46px, rgba(255,255,255,.035) 47px 48px), var(--navy-2);
}

.cover-grid {
  width: min(560px, 90%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  transform: rotate(-2deg);
}

.cover-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.85) contrast(1.08);
  box-shadow: 0 22px 45px rgba(0,0,0,.4);
  border: 5px solid rgba(255,255,255,.12);
}

.cover-grid img:nth-child(2), .cover-grid img:nth-child(4) {
  transform: translateY(2.8rem);
}

.archive-label {
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: rgba(255,255,255,.64);
  font-family: var(--display-font) !important;
  font-size: .85rem;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.archive-stamp {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: 2rem;
  width: 124px;
  height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  border: 2px solid #e7b45e;
  outline: 7px solid rgba(176,31,47,.55);
  transform: rotate(7deg);
  line-height: 1;
}

.archive-stamp strong {
  font-size: .62rem;
  letter-spacing: .18em;
}

.archive-stamp b {
  font-family: var(--display-font) !important;
  font-size: 2.6rem;
}

.archive-stamp span {
  font-size: .48rem;
  letter-spacing: .08em;
}

.signal-strip {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem 1.8rem;
  color: #f5dfb4;
  background: var(--red);
  font-family: var(--display-font) !important;
  font-size: .9rem;
  letter-spacing: .16em;
}

.signal-strip i {
  opacity: .45;
}

.section {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem);
}

.intro {
  max-width: 1500px;
  margin: auto;
  text-align: center;
}

.section h2, .library-copy h2, .pedia-copy h2, .final-cta h2 {
  margin: .8rem 0 1.3rem;
  font-size: clamp(3rem, 5vw, 5.4rem);
  letter-spacing: -.02em;
}

.section-lede {
  max-width: 820px;
  margin: 0 auto 3.5rem;
  color: #4f5968;
  font-size: 1.07rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  text-align: left;
}

.feature-grid article {
  min-height: 300px;
  padding: 2.25rem;
  background: #fbfaf7;
}

.feature-number {
  color: var(--red);
  font-family: var(--display-font) !important;
  font-size: .8rem;
  letter-spacing: .1em;
}

.feature-grid h3 {
  margin: 4rem 0 1rem;
  font-size: 1.65rem;
}

.feature-grid p {
  margin: 0;
  color: #5d6572;
  font-size: .92rem;
}

.pedia-section {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 10rem);
  color: #fff;
  background: var(--navy);
}

.pedia-window {
  min-height: 420px;
  padding: 0 2.4rem 2.4rem;
  background: #f4f6f9;
  box-shadow: 24px 28px 0 #071426, 0 40px 80px rgba(0,0,0,.35);
  color: var(--ink);
}

.window-bar {
  height: 54px;
  margin: 0 -2.4rem 2.3rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #8691a2;
  background: #dfe3e9;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.window-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b9c0ca;
}

.window-bar span {
  margin-left: auto;
}

.pedia-search {
  min-height: 66px;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 2px solid var(--red);
}

.pedia-search span {
  font-size: 1.7rem;
}

.pedia-search p {
  flex: 1;
  margin: 0;
  color: #8891a0;
  font-size: .82rem;
}

.pedia-search b {
  color: var(--red);
  font-size: .7rem;
  letter-spacing: .1em;
}

.result-lines {
  margin: 2rem 0;
  display: grid;
  gap: .75rem;
}

.result-lines i {
  height: 8px;
  background: #dfe3e8;
}

.result-lines i:nth-child(2) {
  width: 82%
}

.result-lines i:nth-child(3) {
  width: 91%
}

.result-lines i:nth-child(4) {
  width: 66%
}

.result-card {
  padding: 1.4rem;
  border-left: 4px solid var(--gold);
  background: #fff;
}

.result-card small {
  color: var(--red);
  font-weight: 800;
  letter-spacing: .1em
}

.result-card strong {
  display: block;
  margin: .3rem 0;
  font-family: var(--display-font) !important;
  font-size: 1.35rem;
  text-transform: uppercase
}

.result-card p {
  margin: 0;
  color: #7b8492;
  font-size: .76rem
}

.section-kicker.light {
  color: #f1c16f;
}

.pedia-copy p {
  max-width: 620px;
  color: #c8d2df;
}

.pedia-copy ul {
  padding: 0;
  list-style: none;
}

.pedia-copy li {
  position: relative;
  padding: .8rem 0 .8rem 2rem;
  border-bottom: 1px solid #38506b;
}

.pedia-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f1c16f;
  font-weight: 800;
}

.plans-section {
  text-align: center;
  background: #fff;
}

.billing-toggle {
  width: fit-content;
  margin: 0 auto 2.5rem;
  padding: .35rem;
  display: flex;
  gap: .25rem;
  background: #eceae5;
  border-radius: 3px;
}

.billing-toggle button {
  padding: .8rem 1.1rem;
  border: 0;
  color: #556072;
  background: transparent;
  cursor: pointer;
  font-family: var(--body-font) !important;
  font-weight: 700;
}

.billing-toggle button.active {
  color: #fff;
  background: var(--ink);
}

.billing-toggle span {
  display: block;
  color: #b98738;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.billing-toggle button.active span {
  color: #f4c978;
}

.plan-grid {
  max-width: 980px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  background: #f8f7f3;
}

.plan-card.premium {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 24px 60px rgba(10,22,41,.2);
}

.recommend {
  position: absolute;
  right: 0;
  top: 0;
  padding: .55rem 1rem;
  background: var(--red);
  color: #fff;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.plan-top p {
  margin: 0;
  font-family: var(--display-font) !important;
  font-size: 2rem;
  font-weight: 700;
}

.plan-top span {
  color: #727b88;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.premium .plan-top span {
  color: #aeb9c7;
}

.price {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: start;
}

.price sup {
  margin-top: .55rem;
  font-family: var(--display-font) !important;
  font-size: 1.4rem;
}

.price strong {
  font-family: var(--display-font) !important;
  font-size: 4.6rem;
  line-height: .9;
}

.price small {
  align-self: end;
  margin: 0 0 .4rem .7rem;
  color: #747d89;
  font-size: .7rem;
}

.premium .price small {
  color: #aeb9c7;
}

.billing-total {
  color: #787f89;
  font-size: .75rem;
}

.premium .billing-total {
  color: #96a5b8;
}

.rule {
  height: 1px;
  margin: 1.6rem 0;
  background: var(--line);
}

.premium .rule {
  background: #35475e;
}

.access-copy {
  min-height: 52px;
  font-weight: 600;
}

.plan-card ul {
  padding: 0;
  list-style: none;
}

.plan-link {
  margin-top: auto;
}

.plan-card li {
  position: relative;
  padding: .55rem 0 .55rem 1.7rem;
  font-size: .88rem;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.premium li::before {
  color: #f1c16f;
}

.button-outline {
  width: 100%;
  border: 1px solid var(--ink);
}

.premium .button-primary {
  width: 100%;
}

.plan-note {
  margin: 1.5rem 0 0;
  color: #7a818b;
  font-size: .72rem;
}

.library-section {
  padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
  color: #fff;
  background: linear-gradient(115deg,#091321,#142b46);
  overflow: hidden;
}

.library-copy {
  max-width: 760px;
}

.library-copy p {
  color: #c4cfdd;
}

.shelf {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 1.4rem;
}

.shelf img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: 0 20px 36px rgba(0,0,0,.45);
  transition: .25s ease;
}

.shelf img:hover {
  transform: translateY(-10px);
}

.faq {
  max-width: 1100px;
  margin: auto;
}

.faq .section-kicker, .faq h2 {
  text-align: center;
}

.faq-list {
  margin-top: 3rem;
  border-top: 1px solid #ccc8c0;
}

.faq details {
  border-bottom: 1px solid #ccc8c0;
}

.faq summary {
  padding: 1.5rem 3rem 1.5rem 0;
  cursor: pointer;
  font-family: var(--display-font) !important;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-size: 1.6rem;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  max-width: 850px;
  padding: 0 0 1.6rem;
  color: #5d6572;
}

.final-cta {
  padding: clamp(5rem, 9vw, 9rem) 1.5rem;
  text-align: center;
  color: #fff;
  background: var(--red);
}

.final-cta > p {
  margin-bottom: .7rem;
  color: #f5d4d7;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.final-cta h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta .button-primary {
  color: var(--ink);
  background: #fff;
}

.final-cta small {
  display: block;
  margin-top: 1.3rem;
  color: #f5dadd;
}

footer {
  padding: 3rem clamp(1.5rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  color: #d2dae4;
  background: #06101e;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 58px;
}

.footer-brand p {
  margin: 0;
  font-size: .78rem;
}

.footer-brand strong {
  color: #fff;
  font-family: var(--display-font) !important;
  font-size: 1.15rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
}

.footer-links a {
  color: #d2dae4;
  font-size: .72rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.copyright {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid #243247;
  color: #79869a;
  font-size: .68rem;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 620px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pedia-section {
    grid-template-columns: 1fr;
  }

  .shelf {
    grid-template-columns: repeat(3,1fr);
  }

  .shelf img:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 760px) {
  .mission-bar {
    font-size: .63rem;
  }

  .site-header {
    min-height: 72px;
  }

  .brand span {
    font-size: 1rem;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  nav a:not(.nav-login) {
    display: none
  }

  .nav-login {
    font-size: .68rem
  }

  .hero {
    min-height: auto
  }

  .hero-copy {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  h1 {
    font-size: clamp(3.5rem,17vw,5.2rem)
  }

  .hero-art {
    min-height: 470px;
    padding: 3rem 1.5rem
  }

  .archive-stamp {
    width: 92px;
    height: 92px
  }

  .archive-stamp b {
    font-size: 2rem
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .feature-grid,.plan-grid {
    grid-template-columns: 1fr
  }

  .feature-grid article {
    min-height: 240px
  }

  .feature-grid h3 {
    margin-top: 2.5rem
  }

  .billing-toggle {
    width: 100%;
    justify-content: center
  }

  .billing-toggle button {
    padding: .7rem .5rem;
    font-size: .72rem;
    flex: 1
  }

  .pedia-window {
    min-height: 340px;
    padding: 0 1.25rem 1.25rem
  }

  .window-bar {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .shelf {
    gap: .7rem
  }

  footer {
    grid-template-columns: 1fr
  }

  .footer-links {
    gap: .8rem 1.2rem
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}/* End custom CSS */