/** Shopify CDN: Minification failed

Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 18:34 Unexpected ","
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 21:19 Unexpected "{"
Line 21:28 Expected ":"
Line 28:19 Unexpected "{"
... and 89 more hidden warnings

**/
/* START_SECTION:journi-book-call (INDEX:27) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-book-call-{{ section.id }},
#journi-book-call-{{ section.id }} *,
#journi-book-call-{{ section.id }} *::before,
#journi-book-call-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-book-call-{{ section.id }}.jbc-section {
  background: var(--jbc-bg) !important;
  color: var(--jbc-ink) !important;
  padding: 64px 56px 96px !important;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#journi-book-call-{{ section.id }}.jbc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 8%, rgba(242, 75, 31, 0.05), transparent 50%),
    radial-gradient(circle at 85% 92%, rgba(242, 75, 31, 0.03), transparent 55%);
  pointer-events: none;
}

/* ─── Inner ──────────────────────────────────────────── */
#journi-book-call-{{ section.id }} .jbc-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}

/* ─── Head ───────────────────────────────────────────── */
#journi-book-call-{{ section.id }} .jbc-head {
  text-align: center;
  margin-bottom: 36px;
}

#journi-book-call-{{ section.id }} .jbc-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jbc-accent) !important;
  padding: 8px 14px !important;
  border: 1px solid var(--jbc-accent) !important;
  background: rgba(242, 75, 31, 0.06) !important;
  margin-bottom: 24px;
}

#journi-book-call-{{ section.id }} .jbc-check {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--jbc-accent) !important;
  color: var(--jbc-on-accent) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1;
}

#journi-book-call-{{ section.id }} .jbc-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  color: var(--jbc-ink) !important;
  margin-bottom: 18px;
}

#journi-book-call-{{ section.id }} .jbc-title-accent {
  color: var(--jbc-accent) !important;
  font-style: normal !important;
}

#journi-book-call-{{ section.id }} .jbc-lead {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: var(--jbc-ink-soft) !important;
  max-width: 60ch;
  margin: 0 auto;
}

/* ─── Meta row ───────────────────────────────────────── */
#journi-book-call-{{ section.id }} .jbc-meta {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  margin: 32px 0 48px;
}

#journi-book-call-{{ section.id }} .jbc-meta-item {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 16px !important;
  background: var(--jbc-surface) !important;
  border: 1px solid var(--jbc-border) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--jbc-ink-soft) !important;
}

#journi-book-call-{{ section.id }} .jbc-meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jbc-accent) !important;
  flex-shrink: 0;
}

/* ─── Calendly embed ─────────────────────────────────── */
#journi-book-call-{{ section.id }} .jbc-cal {
  position: relative;
  padding-top: 28px;
  margin-top: 16px;
  border-top: 1px solid var(--jbc-border) !important;
}

#journi-book-call-{{ section.id }} .jbc-cal::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--jbc-accent) 30%, var(--jbc-accent) 70%, transparent);
  z-index: 2;
}

#journi-book-call-{{ section.id }} .jbc-cal-label {
  position: absolute;
  top: -10px;
  left: 0;
  background: var(--jbc-bg) !important;
  padding-right: 14px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  color: var(--jbc-accent) !important;
  z-index: 3;
}

#journi-book-call-{{ section.id }} .calendly-inline-widget {
  width: 100% !important;
  display: block !important;
}

/* ─── Overlay ────────────────────────────────────────── */
.jbc-overlay {
  position: fixed !important;
  inset: 0;
  z-index: 500;
  background: var(--jbc-overlay-bg) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 24px !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.jbc-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.jbc-overlay-card {
  background: var(--jbc-surface) !important;
  border: 1px solid var(--jbc-border) !important;
  padding: 56px 48px !important;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 32px 64px -24px rgba(30, 27, 55, 0.25);
}

.jbc-overlay-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--jbc-accent) !important;
  color: var(--jbc-on-accent) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.jbc-overlay-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  color: var(--jbc-accent) !important;
  margin-bottom: 14px;
}

.jbc-overlay-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 32px !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
  color: var(--jbc-ink) !important;
  margin-bottom: 14px;
}

.jbc-overlay-sub {
  font-family: var(--jrn-font-display) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: var(--jbc-ink-soft) !important;
  margin-bottom: 24px;
}

.jbc-overlay-spin {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid var(--jbc-border);
  border-top-color: var(--jbc-accent) !important;
  border-radius: 50%;
  animation: jbc-spin 0.8s linear infinite;
}

@keyframes jbc-spin {
  to { transform: rotate(360deg); }
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-book-call-{{ section.id }}.jbc-section {
    padding: 48px 24px 72px !important;
  }

  .jbc-overlay-card {
    padding: 40px 24px !important;
  }
}
/* END_SECTION:journi-book-call */
/* START_SECTION:journi-lp-footer (INDEX:52) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }},
#journi-lp-footer-{{ section.id }} *,
#journi-lp-footer-{{ section.id }} *::before,
#journi-lp-footer-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Footer ─────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }}.jlpf-footer {
  background: var(--jrn-ink) !important;
  padding: 28px var(--jrn-section-x) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  -webkit-font-smoothing: antialiased;
}

/* ─── Inner ──────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }} .jlpf-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-45) !important;
}

/* ─── Links ──────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }} .jlpf-links {
  display: flex;
  gap: 28px;
}

#journi-lp-footer-{{ section.id }} .jlpf-link {
  color: var(--jrn-white-45) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

#journi-lp-footer-{{ section.id }} .jlpf-link:hover {
  color: var(--jrn-accent) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 600px) {
  #journi-lp-footer-{{ section.id }}.jlpf-footer {
    padding: 28px var(--jrn-section-x-mobile) !important;
  }

  #journi-lp-footer-{{ section.id }} .jlpf-inner {
    flex-direction: column !important;
    text-align: center;
  }
}
/* END_SECTION:journi-lp-footer */
/* START_SECTION:journi-lp-nav (INDEX:55) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }},
#journi-lp-nav-{{ section.id }} *,
#journi-lp-nav-{{ section.id }} *::before,
#journi-lp-nav-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Header (transparent overlay on hero, non-sticky) ── */
#journi-lp-nav-{{ section.id }}.jlpn-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: transparent !important;
  color: var(--jrn-white) !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
}

/* ─── Nav row ────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-nav {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  max-width: calc(var(--jrn-max-w) + 112px);
  margin: 0 auto;
  padding: 20px 56px;
  gap: 24px;
  background: transparent !important;
}

/* No badge → center the logo */
#journi-lp-nav-{{ section.id }} .jlpn-nav--center {
  justify-content: center !important;
}

/* ─── Logo ───────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-logo {
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  flex-shrink: 0;
}

#journi-lp-nav-{{ section.id }} .jlpn-logo-img {
  height: 26px;
  width: auto;
  display: block;
}

#journi-lp-nav-{{ section.id }} .jlpn-wordmark {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  letter-spacing: -0.03em !important;
  color: var(--jrn-white) !important;
}

/* ─── Badge ──────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-75) !important;
}

/* ─── Pulse dot ──────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-pulse {
  display: inline-block !important;
  width: 8px;
  height: 8px;
  background: var(--jrn-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--jrn-accent-10);
  animation: jlpn-pulse-{{ section.id }} 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-lp-nav-{{ section.id }} .jlpn-nav {
    padding: 16px 24px;
  }

  #journi-lp-nav-{{ section.id }} .jlpn-badge {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }
}
/* END_SECTION:journi-lp-nav */
/* START_SNIPPET:skip-to-content-link (INDEX:275) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
