@font-face {
  font-family: 'Cormorant Garamond';
  src: url(//thealignmentarchive.com/wp-content/themes/generatepress_child/assets/fonts/cormorant/CormorantGaramond-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url(//thealignmentarchive.com/wp-content/themes/generatepress_child/assets/fonts/cormorant/CormorantGaramond-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url(//thealignmentarchive.com/wp-content/themes/generatepress_child/assets/fonts/cormorant/CormorantGaramond-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --crypto-black: #020405;
  --crypto-panel: #071015;
  --crypto-panel-2: #091820;
  --crypto-cyan: #66d1ff;
  --crypto-cyan-bright: #2ab8ff;
  --crypto-cyan-soft: #9ad9ff;
  --crypto-blue: #00a9ff;
  --crypto-text: #e9f3ff;
  --crypto-muted: #b9c9d6;
  --crypto-dim: #7892a4;
  --crypto-line: rgba(102,209,255,.22);
  --crypto-ring: rgba(0,169,255,.25);
  --crypto-max: 1480px;
  --crypto-reading: 880px;
}

html,
body {
  background: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  color: var(--crypto-text);
  scroll-behavior: smooth;
}

body .site,
.site-content,
.inside-article,
.entry-content,
.container,
.grid-container,
.separate-containers .inside-article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

.crypto-vault-page,
.crypto-entry-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    radial-gradient(circle at 82% 8%, rgba(0,169,255,.075), transparent 28%),
    radial-gradient(circle at 18% 34%, rgba(102,209,255,.045), transparent 30%),
    radial-gradient(circle at 50% 82%, rgba(0,169,255,.04), transparent 34%),
    linear-gradient(180deg, #020405 0%, #03080c 44%, #000 100%);
  color: var(--crypto-text);
  font-family: "Satoshi", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.crypto-vault-page *,
.crypto-entry-page * {
  box-sizing: border-box;
}

.crypto-container {
  width: 100%;
  max-width: var(--crypto-max);
  margin: 0 auto;
  padding-left: clamp(28px, 5.5vw, 86px);
  padding-right: clamp(28px, 5.5vw, 86px);
}

.crypto-reading {
  max-width: var(--crypto-reading);
  margin-left: auto;
  margin-right: auto;
}

/* ===============================
   HERO
================================ */

.crypto-hero {
  position: relative;
  min-height: calc(76vh - 98px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(72px, 7vw, 118px);
  padding-bottom: clamp(72px, 8vw, 118px);
  background:
    linear-gradient(
      90deg,
      #020405 0%,
      rgba(2,4,5,.98) 25%,
      rgba(2,4,5,.84) 45%,
      rgba(2,4,5,.48) 66%,
      rgba(2,4,5,.12) 100%
    ),
    radial-gradient(circle at 76% 42%, rgba(0,169,255,.14), transparent 28%),
    radial-gradient(circle at 72% 58%, rgba(102,209,255,.08), transparent 34%),
    linear-gradient(135deg, #03080c 0%, #061017 52%, #000 100%);
}

.crypto-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(102,209,255,.05) 0 1px,
      transparent 1px 120px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(102,209,255,.026) 0 1px,
      transparent 1px 92px
    );
  opacity: .42;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
}

.crypto-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,209,255,.36), transparent);
}

.crypto-hero-copy {
  max-width: 980px;
  position: relative;
  z-index: 2;
}

.crypto-kicker,
.crypto-section-label {
  margin: 0 0 18px;
  color: var(--crypto-cyan-soft);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .72rem;
  font-weight: 800;
}

.crypto-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.crypto-breadcrumb a,
.crypto-breadcrumb span {
  color: var(--crypto-cyan-soft);
  text-decoration: none;
}

.crypto-breadcrumb a:hover {
  color: #d8f3ff;
}

.crypto-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-weight: 500;
  font-size: clamp(3.65rem, 7vw, 7.05rem);
  line-height: .9;
  letter-spacing: -.018em;
  color: var(--crypto-cyan);
  text-wrap: balance;
  text-shadow: 0 0 32px rgba(0,169,255,.12);
}

.crypto-hero h1 span {
  color: #f1fbff;
  text-shadow: 0 0 28px rgba(102,209,255,.14);
}

.crypto-hero-tagline {
  margin: 24px 0 0;
  color: var(--crypto-cyan-soft);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: clamp(.72rem, 1.15vw, .86rem);
  font-weight: 900;
}

.crypto-hero-sub {
  max-width: 820px;
  margin: 28px 0 0;
  color: #cfe8ff;
  line-height: 1.85;
  font-size: clamp(1rem, 1.32vw, 1.22rem);
}

.crypto-thesis {
  max-width: 800px;
  margin: 34px 0 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(102,209,255,.22);
  background:
    radial-gradient(circle at 0% 0%, rgba(0,169,255,.10), transparent 35%),
    linear-gradient(90deg, rgba(7,16,21,.86), rgba(2,4,5,.94));
}

.crypto-thesis p {
  margin: 0;
  color: #e9f3ff;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.45rem, 2.65vw, 2.45rem);
  line-height: 1.18;
}

.crypto-thesis strong {
  color: var(--crypto-cyan);
  font-weight: 500;
}

/* ===============================
   BUTTONS / NOTES
================================ */

.crypto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.crypto-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  color: var(--crypto-cyan) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .74rem;
  font-weight: 900;
  border: 1px solid rgba(102,209,255,.36);
  background: rgba(255,255,255,.01);
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.crypto-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(102,209,255,.62);
  background: rgba(102,209,255,.06);
}

.crypto-btn.cyan,
.crypto-btn--primary {
  color: #031018 !important;
  border-color: transparent;
  background: linear-gradient(135deg, #d9f6ff 0%, #66d1ff 42%, #00a9ff 100%);
  box-shadow: 0 16px 42px rgba(0,0,0,.42);
  -webkit-text-fill-color: #031018 !important;
}

.crypto-btn--secondary {
  color: #e9f3ff !important;
  background: #121923 !important;
  border: 1px solid #263a4a !important;
  -webkit-text-fill-color: #e9f3ff !important;
}

.crypto-btn--secondary:hover,
.crypto-btn--secondary:focus,
.crypto-btn--secondary:active {
  background: #121923 !important;
  border-color: #3bbcff !important;
  color: #e9f3ff !important;
  -webkit-text-fill-color: #e9f3ff !important;
}

.crypto-note,
.crypto-disclaimer {
  margin-top: 26px;
  max-width: 820px;
  padding: 18px 20px;
  border: 1px solid rgba(102,209,255,.16);
  background:
    radial-gradient(circle at 0% 0%, rgba(0,169,255,.055), transparent 36%),
    linear-gradient(90deg, rgba(7,16,21,.78), rgba(2,4,5,.92));
  color: #94aebe;
  font-size: .86rem;
  line-height: 1.65;
}

.crypto-note strong,
.crypto-disclaimer strong {
  color: #d8f3ff;
}

/* ===============================
   THRESHOLD
================================ */

.crypto-threshold {
  position: relative;
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid rgba(102,209,255,.10);
  border-bottom: 1px solid rgba(102,209,255,.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(0,169,255,.055), transparent 36%),
    linear-gradient(180deg, #03080c 0%, #010203 100%);
}

.crypto-threshold-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.crypto-threshold p {
  margin: 0;
  color: #cfe8ff;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 3.1rem);
  line-height: 1.18;
}

.crypto-threshold small {
  display: block;
  margin-top: 22px;
  color: var(--crypto-dim);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .68rem;
}

/* ===============================
   SECTIONS
================================ */

.crypto-section {
  position: relative;
  isolation: isolate;
  padding: clamp(82px, 8vw, 132px) 0;
  border-top: 1px solid rgba(102,209,255,.10);
  background:
    radial-gradient(circle at top center, rgba(0,169,255,.04), transparent 34%),
    linear-gradient(180deg, #020405 0%, #03080c 48%, #000 100%);
  scroll-margin-top: 92px;
}

.crypto-section.alt {
  background:
    radial-gradient(circle at top center, rgba(102,209,255,.045), transparent 36%),
    linear-gradient(180deg, #03080c 0%, #010203 52%, #000 100%);
}

.crypto-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.10), transparent 22%, rgba(0,0,0,.16) 100%);
}

.crypto-section > .crypto-container {
  position: relative;
  z-index: 1;
}

.crypto-section-head {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
}

.crypto-section-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  color: var(--crypto-cyan);
  font-size: clamp(2.7rem, 4.9vw, 5.2rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.025em;
}

.crypto-section-copy {
  margin: 18px auto 0;
  max-width: 740px;
  color: #b9c9d6;
  line-height: 1.8;
  font-size: 1.02rem;
}

/* ===============================
   BODY TYPE
================================ */

.crypto-body h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  color: var(--crypto-cyan);
  font-size: clamp(2.35rem, 4.4vw, 4.3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
}

.crypto-body h3 {
  margin: 42px 0 12px;
  color: var(--crypto-cyan);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  line-height: 1.45;
}

.crypto-body p,
.crypto-body li {
  color: #cfe8ff;
  line-height: 1.86;
  font-size: clamp(1rem, 1.22vw, 1.11rem);
}

.crypto-body p {
  margin: 0 0 20px;
}

.crypto-body strong {
  color: #e9f3ff;
  font-weight: 800;
}

.crypto-body a {
  color: var(--crypto-cyan);
  font-weight: 800;
  text-decoration: none;
}

.crypto-body a:hover {
  text-decoration: underline;
}

/* ===============================
   RULE / BANNERS / LISTS
================================ */

.crypto-rule {
  margin: 42px 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(102,209,255,.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(0,169,255,.065), transparent 36%),
    linear-gradient(90deg, rgba(7,16,21,.86), rgba(2,4,5,.94));
}

.crypto-rule p {
  margin: 0;
  color: #e9f3ff;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.18;
}

.crypto-banner {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(102,209,255,.16);
  background: rgba(2,4,5,.66);
  color: #cfe8ff;
  line-height: 1.7;
}

.crypto-list {
  margin: 22px 0 0;
  padding-left: 1.2rem;
}

.crypto-list li + li {
  margin-top: 10px;
}

/* ===============================
   GRIDS / CARDS
================================ */

.crypto-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.crypto-vault-page .crypto-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crypto-card,
.crypto-info-card,
.crypto-card-box,
.crypto-mistake {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 30px 26px;
  border: 1px solid rgba(102,209,255,.17);
  background:
    radial-gradient(circle at 50% 0%, rgba(0,169,255,.07), transparent 34%),
    linear-gradient(180deg, rgba(7,16,21,.88), rgba(2,4,5,.95));
  color: var(--crypto-text) !important;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.crypto-card {
  min-height: 315px;
}

.crypto-card:hover {
  transform: translateY(-5px);
  border-color: rgba(102,209,255,.42);
  box-shadow: 0 24px 68px rgba(0,0,0,.42);
}

.crypto-mistake {
  border-color: rgba(255, 130, 160, .20);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 80, 120, .08), transparent 34%),
    linear-gradient(180deg, rgba(18,8,13,.88), rgba(2,4,5,.95));
}

.crypto-card::after,
.crypto-info-card::after,
.crypto-card-box::after,
.crypto-mistake::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(102,209,255,.42), transparent);
  opacity: .52;
}

.crypto-mistake::after {
  background: linear-gradient(90deg, rgba(255, 130, 160, .40), transparent);
}

.crypto-card-icon {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  border: 1px solid rgba(102,209,255,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--crypto-cyan);
  font-size: 1.5rem;
  margin-bottom: 22px;
  background: rgba(5,14,19,.58);
}

.crypto-card-label,
.crypto-info-card-label {
  margin: 0 0 10px;
  color: #79cfff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .66rem;
  font-weight: 900;
}

.crypto-mistake .crypto-card-label {
  color: #ffc7d2;
}

.crypto-card h3,
.crypto-info-card h3,
.crypto-card-box h3,
.crypto-mistake h3 {
  margin: 0 0 12px;
  color: var(--crypto-cyan);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .86rem;
  line-height: 1.45;
}

.crypto-mistake h3 {
  color: #ffc7d2;
}

.crypto-card p,
.crypto-info-card p,
.crypto-card-box p,
.crypto-mistake p {
  margin: 0;
  color: #b9c9d6;
  line-height: 1.68;
  font-size: .96rem;
}

.crypto-mistake p {
  color: #ffdbe2;
}

.crypto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.crypto-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(102,209,255,.20);
  border-radius: 999px;
  color: #d7ecff;
  background: rgba(102,209,255,.055);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

/* ===============================
   TABLES / CHECKLISTS
================================ */

.crypto-table {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.crypto-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(102,209,255,.14);
  background: rgba(2,4,5,.68);
  color: #cfe8ff;
  line-height: 1.65;
}

.crypto-row.crypto-head {
  background: rgba(7,16,21,.94);
  border-color: rgba(102,209,255,.26);
  color: #e9f3ff;
  font-weight: 900;
}

.crypto-checklist {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.crypto-check {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(102,209,255,.14);
  background: rgba(2,4,5,.66);
}

.crypto-check-num {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(102,209,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--crypto-cyan);
  font-size: .8rem;
  letter-spacing: .08em;
  font-weight: 900;
}

.crypto-check h3 {
  margin: 0 0 8px;
  color: var(--crypto-cyan);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
}

.crypto-check p {
  margin: 0;
  color: #b9c9d6;
  line-height: 1.68;
  font-size: .96rem;
}

/* ===============================
   LAB / PRINCIPLES / CTA
================================ */

.crypto-lab {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.crypto-panel {
  border: 1px solid rgba(102,209,255,.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(0,169,255,.06), transparent 42%),
    linear-gradient(180deg, rgba(7,16,21,.92), rgba(2,4,5,.96));
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 26px 90px rgba(0,0,0,.38);
}

.crypto-panel h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  color: var(--crypto-cyan);
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  line-height: .98;
  font-weight: 500;
}

.crypto-panel p {
  color: #b9c9d6;
  line-height: 1.8;
  font-size: 1.02rem;
}

.crypto-principles {
  display: grid;
  gap: 18px;
}

.crypto-principle {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(102,209,255,.12);
  background: rgba(2,4,5,.66);
}

.crypto-principle-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 999px;
  border: 1px solid rgba(102,209,255,.24);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--crypto-cyan);
}

.crypto-principle h3 {
  margin: 0 0 6px;
  color: var(--crypto-cyan);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
}

.crypto-principle p {
  margin: 0;
  color: #9fb3c1;
  line-height: 1.58;
  font-size: .92rem;
}

.crypto-wide-cta {
  margin-top: 46px;
  padding: 32px;
  border: 1px solid rgba(102,209,255,.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(0,169,255,.065), transparent 35%),
    linear-gradient(90deg, rgba(7,16,21,.86), rgba(2,4,5,.94));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.crypto-wide-cta h3 {
  margin: 0 0 8px;
  color: var(--crypto-cyan);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.crypto-wide-cta p {
  margin: 0;
  color: #b9c9d6;
  line-height: 1.65;
}

/* ===============================
   OPTIONAL SUBNAV
================================ */

.crypto-subnav {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(102,209,255,.12);
  background: linear-gradient(180deg, rgba(3,8,12,.96), rgba(3,8,12,.90));
}

body.admin-bar .crypto-subnav {
  top: 32px;
}

.crypto-subnav.is-stuck {
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.crypto-subnav-inner {
  display: block;
  white-space: nowrap;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 12px 8px;
  mask-image: linear-gradient(to right, transparent, #000 16px, #000 calc(100% - 16px), transparent);
}

.crypto-subnav a {
  display: inline-block;
  margin: 0 6px;
  white-space: nowrap;
  padding: 11px 14px;
  border: 1px solid rgba(102,209,255,.14);
  border-radius: 999px;
  color: var(--crypto-text);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s, border-color .18s, box-shadow .18s;
}

.crypto-subnav a:hover {
  background: rgba(102,209,255,.06);
  border-color: rgba(102,209,255,.32);
  text-decoration: none;
}

.crypto-subnav a.is-active {
  box-shadow: inset 0 -2px 0 0 rgba(102,209,255,.9);
  border-color: rgba(102,209,255,.32);
}

/* ===============================
   FOOTER / GLYPH / DIVIDERS
================================ */

.crypto-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,209,255,.35), transparent);
  margin: 34px 0;
  border: 0;
}

.crypto-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 34px 0 8px;
}

.crypto-footer-logo img {
  height: clamp(96px, 10vw, 120px);
  width: auto;
  opacity: .95;
}

.crypto-glyph {
  text-align: center;
  color: var(--crypto-muted);
  font-size: 20px;
  letter-spacing: .08em;
  opacity: .85;
  transition: opacity .18s ease, text-shadow .22s ease, transform .18s ease;
}

.crypto-glyph span {
  display: inline-block;
  transform: translateY(0);
}

.crypto-glyph:hover {
  opacity: 1;
  text-shadow: 0 0 10px var(--crypto-ring);
  transform: translateY(-1px);
}

/* ===============================
   REVEAL
================================ */

@keyframes cryptoFadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html.js-enabled .crypto-reveal {
  opacity: 0;
  transform: translateY(14px);
}

html.js-enabled .crypto-reveal.in {
  animation: cryptoFadeInUp .55s ease-out forwards;
}

.crypto-delay-1 { animation-delay: .10s; }
.crypto-delay-2 { animation-delay: .20s; }
.crypto-delay-3 { animation-delay: .30s; }

/* ===============================
   MENU / SCRIM
================================ */

.scroll-scrim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #000;
  z-index: 19;
  pointer-events: none;
  transition: height .2s ease;
}

.site-header,
.inside-header {
  margin: 0 !important;
  padding: 0 !important;
}

.crypto-vault-cyan nav a,
.crypto-vault-cyan .global-menu a,
.crypto-vault-cyan .menu a,
.crypto-vault-cyan .main-menu-mobile a {
  color: #9ad9ff !important;
  position: relative;
  text-decoration: none;
}

.crypto-vault-cyan nav a::after,
.crypto-vault-cyan .global-menu a::after,
.crypto-vault-cyan .menu a::after,
.crypto-vault-cyan .main-menu-mobile a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(110,177,214,.75), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.crypto-vault-cyan nav a:hover::after,
.crypto-vault-cyan .global-menu a:hover::after,
.crypto-vault-cyan .menu a:hover::after,
.crypto-vault-cyan .main-menu-mobile a:hover::after,
.crypto-vault-cyan .current-menu-item > a::after,
.crypto-vault-cyan .current_page_item > a::after {
  transform: scaleX(1);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1280px) {
  .crypto-vault-page .crypto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .crypto-lab {
    grid-template-columns: 1fr;
  }
}

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

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

  .crypto-row.crypto-head {
    display: none;
  }
}

@media (max-width: 760px) {
  .crypto-hero {
    min-height: auto;
    padding-top: clamp(78px, 16vw, 112px);
    padding-bottom: clamp(68px, 12vw, 96px);
  }

  .crypto-hero h1 {
    font-size: clamp(3.25rem, 14vw, 5.2rem);
  }

  .crypto-actions .crypto-btn {
    width: 100%;
  }

  .crypto-thesis p,
  .crypto-rule p {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
  }

  .crypto-check {
    grid-template-columns: 1fr;
  }

  .crypto-wide-cta {
    display: block;
  }

  .crypto-wide-cta .crypto-btn {
    margin-top: 22px;
    width: 100%;
  }

  .crypto-glyph {
    font-size: 18px;
  }
}