/** Shopify CDN: Minification failed

Line 17:19 Unexpected "{"
Line 17:28 Expected ":"
Line 17:34 Unexpected ","
Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 27:19 Unexpected "{"
... and 305 more hidden warnings

**/
/* START_SECTION:journi-lead-form (INDEX:48) */
#journi-lead-form-{{ section.id }},
#journi-lead-form-{{ section.id }} *,
#journi-lead-form-{{ section.id }} *::before,
#journi-lead-form-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--jrn-font-display) !important;
}

#journi-lead-form-{{ section.id }}.jlf {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#journi-lead-form-{{ section.id }} .jlf-page { padding: 96px 24px 96px; position: relative; }
#journi-lead-form-{{ section.id }} .jlf-form-outer { display: flex; flex-direction: column; align-items: center; width: 100%; }

/* Indicator */
#journi-lead-form-{{ section.id }} .jlf-indicator {
  display: flex; align-items: center; justify-content: center;
  position: relative; width: 100%; max-width: 520px; margin-bottom: 48px; min-height: 24px;
  transition: opacity 0.3s;
}
#journi-lead-form-{{ section.id }} .jlf-dots { display: flex; gap: 6px; align-items: center; }
#journi-lead-form-{{ section.id }} .jlf-dot { width: 32px; height: 3px; background: var(--jrn-ink-10); transition: background 0.35s cubic-bezier(0.22,1,0.36,1); }
#journi-lead-form-{{ section.id }} .jlf-dot.active { background: var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-dot.done { background: rgba(242,75,31,0.4); }
#journi-lead-form-{{ section.id }} .jlf-back {
  position: absolute; left: 0; display: none; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--jrn-ink-75); cursor: pointer; background: none; border: none; padding: 0; transition: color 0.15s;
}
#journi-lead-form-{{ section.id }} .jlf-back:hover { color: var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-back.visible { display: flex; }

/* Steps */
#journi-lead-form-{{ section.id }} .jlf-wrapper { width: 100%; max-width: 520px; }
#journi-lead-form-{{ section.id }} .jlf-step { display: none; animation: jlf-in-{{ section.id }} 0.4s cubic-bezier(0.22,1,0.36,1) forwards; }
#journi-lead-form-{{ section.id }} .jlf-step.active { display: block; }
@keyframes jlf-in-{{ section.id }} { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }


#journi-lead-form-{{ section.id }} .jlf-step-title {
  font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1;
  letter-spacing: -0.04em; color: var(--jrn-ink); margin-bottom: 12px; text-align: center;
}
#journi-lead-form-{{ section.id }} .jlf-step-sub { font-size: 1rem; color: var(--jrn-ink-75); line-height: 1.55; margin-bottom: 36px; text-align: center; }

/* Fields */
#journi-lead-form-{{ section.id }} .jlf-input-group { margin-bottom: 18px; }
#journi-lead-form-{{ section.id }} .jlf-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#journi-lead-form-{{ section.id }} .jlf-field-row--single { grid-template-columns: 1fr; }
#journi-lead-form-{{ section.id }} label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--jrn-ink-75); margin-bottom: 8px;
}
#journi-lead-form-{{ section.id }}.jlf .jlf-input-group > input {
  width: 100% !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: var(--jrn-white) !important;
  border: 1px solid var(--jrn-ink-18) !important;
  color: var(--jrn-ink) !important;
  font-family: var(--jrn-font-display) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  padding: 15px 16px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s, background 0.2s;
}
#journi-lead-form-{{ section.id }}.jlf .jlf-input-group > input:focus {
  border-color: var(--jrn-accent) !important;
  background: var(--jrn-white) !important;
  box-shadow: none !important;
}
#journi-lead-form-{{ section.id }}.jlf .jlf-input-group > input::placeholder { color: var(--jrn-ink-45) !important; font-weight: 400; opacity: 1; }

/* Phone */
#journi-lead-form-{{ section.id }} .jlf-phone-wrap {
  display: flex; align-items: stretch; background: var(--jrn-white) !important; border: 1px solid var(--jrn-ink-18);
  position: relative; transition: border-color 0.2s, background 0.2s;
}
#journi-lead-form-{{ section.id }} .jlf-phone-wrap:focus-within { border-color: var(--jrn-accent); background: var(--jrn-white) !important; }
#journi-lead-form-{{ section.id }} .jlf-country { position: relative; flex-shrink: 0; border-right: 1px solid var(--jrn-ink-10); }
#journi-lead-form-{{ section.id }} .jlf-country-btn {
  display: flex; align-items: center; gap: 5px; padding: 0 12px; height: 100%;
  background: transparent; border: none; cursor: pointer; font-size: 1.1rem; min-width: 58px; color: var(--jrn-ink);
}
#journi-lead-form-{{ section.id }} .jlf-picker-arrow { font-size: 0.55rem; color: var(--jrn-ink-45); transition: transform 0.2s; }
#journi-lead-form-{{ section.id }} .jlf-country-btn[aria-expanded="true"] .jlf-picker-arrow { transform: rotate(180deg); }
#journi-lead-form-{{ section.id }} .jlf-country-list {
  display: none; position: absolute; top: calc(100% + 4px); left: 0; z-index: 999;
  background: var(--jrn-white); border: 1px solid var(--jrn-ink-18); box-shadow: 8px 8px 0 var(--jrn-accent-10);
  list-style: none; min-width: 230px; max-height: 280px; overflow-y: auto; padding: 4px 0;
}
#journi-lead-form-{{ section.id }} .jlf-country-list.open { display: block; }
#journi-lead-form-{{ section.id }} .jlf-country-list li {
  display: flex; align-items: center; gap: 10px; padding: 11px 14px; cursor: pointer;
  font-size: 0.92rem; font-weight: 500; color: var(--jrn-ink); transition: background 0.12s; white-space: nowrap;
}
#journi-lead-form-{{ section.id }} .jlf-country-list li:hover { background: var(--jrn-cream); }
#journi-lead-form-{{ section.id }} .jlf-country-list li.selected { background: var(--jrn-accent-10); color: var(--jrn-accent); font-weight: 700; }
#journi-lead-form-{{ section.id }} .jlf-country-list li .li-dial { color: var(--jrn-ink-75); font-size: 0.78rem; font-weight: 600; margin-left: auto; padding-left: 8px; }
#journi-lead-form-{{ section.id }} .jlf-dial { display: flex; align-items: center; padding: 0 10px 0 12px; font-size: 0.9rem; font-weight: 700; color: var(--jrn-ink); white-space: nowrap; flex-shrink: 0; }
#journi-lead-form-{{ section.id }} .jlf-phone-input {
  border: none !important;
  background: transparent !important;
  flex: 1;
  padding: 15px 16px !important;
  font-family: var(--jrn-font-display) !important;
  font-size: 1rem !important;
  color: var(--jrn-ink) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}
#journi-lead-form-{{ section.id }} .jlf-phone-input:focus { background: transparent !important; border-color: transparent !important; }

/* Consent */
#journi-lead-form-{{ section.id }} .jlf-consent { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin-top: 14px; }
#journi-lead-form-{{ section.id }} .jlf-consent input { display: none; }
#journi-lead-form-{{ section.id }} .jlf-checkbox {
  width: 18px; height: 18px; min-width: 18px; border: 1px solid var(--jrn-ink-18); background: var(--jrn-white);
  display: flex; align-items: center; justify-content: center; transition: all 0.2s; margin-top: 2px;
}
#journi-lead-form-{{ section.id }} .jlf-consent input:checked + .jlf-checkbox { background: var(--jrn-accent); border-color: var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-consent input:checked + .jlf-checkbox::after {
  content: ''; display: block; width: 4px; height: 8px; border: 2px solid var(--jrn-white);
  border-top: none; border-left: none; transform: rotate(45deg) translateY(-1px);
}
#journi-lead-form-{{ section.id }} .jlf-consent-text { font-size: 0.72rem; letter-spacing: 0.06em; color: var(--jrn-ink-75); line-height: 1.6; font-weight: 500; }
#journi-lead-form-{{ section.id }} .jlf-consent-text a { color: var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-consent-text a:hover { text-decoration: underline; }
#journi-lead-form-{{ section.id }} .jlf-consent-text p { display: inline; }

/* Options */
#journi-lead-form-{{ section.id }} .jlf-opt-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 8px; }
#journi-lead-form-{{ section.id }} .jlf-opt {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: var(--jrn-white);
  border: 1px solid var(--jrn-ink-10); cursor: pointer; color: var(--jrn-ink);
  transition: border-color .2s, background .2s;
}
#journi-lead-form-{{ section.id }} .jlf-opt:hover { border-color: var(--jrn-ink-18); }
#journi-lead-form-{{ section.id }} .jlf-opt:focus-visible { outline: 2px solid var(--jrn-accent); outline-offset: 2px; }
#journi-lead-form-{{ section.id }} .jlf-opt.selected { border-color: var(--jrn-accent); background: var(--jrn-accent-10); }
#journi-lead-form-{{ section.id }} .jlf-opt-label { font-size: 1rem; font-weight: 600; color: var(--jrn-ink); }
#journi-lead-form-{{ section.id }} .jlf-opt.selected .jlf-opt-label { color: var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-opt-box {
  width: 20px; height: 20px; min-width: 20px; border: 1px solid var(--jrn-ink-18); background: var(--jrn-white);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s;
}
#journi-lead-form-{{ section.id }} .jlf-opt.selected .jlf-opt-box { background: var(--jrn-accent); border-color: var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-opt.selected .jlf-opt-box::after {
  content: ''; display: block; width: 5px; height: 9px; border: 2px solid var(--jrn-white);
  border-top: none; border-left: none; transform: rotate(45deg) translateY(-1px);
}
#journi-lead-form-{{ section.id }} .jlf-opt--radio .jlf-opt-box { border-radius: 50%; }
#journi-lead-form-{{ section.id }} .jlf-opt--radio.selected .jlf-opt-box::after {
  width: 8px; height: 8px; border: none; border-radius: 50%; background: var(--jrn-white); transform: none;
}

/* Button */
#journi-lead-form-{{ section.id }} .jlf-btn {
  width: 100%; padding: 18px 28px; background: var(--jrn-accent); color: var(--jrn-white);
  font-weight: 700; font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase;
  border: 2px solid var(--jrn-accent); border-radius: 0; cursor: pointer; margin-top: 10px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  transition: background 0.25s cubic-bezier(0.22,1,0.36,1), border-color 0.25s cubic-bezier(0.22,1,0.36,1), color 0.25s cubic-bezier(0.22,1,0.36,1), transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s cubic-bezier(0.22,1,0.36,1);
}
#journi-lead-form-{{ section.id }} .jlf-btn:hover { background: var(--jrn-ink); border-color: var(--jrn-ink); color: var(--jrn-white); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--jrn-accent); }
#journi-lead-form-{{ section.id }} .jlf-btn:active { transform: translate(0, 0); box-shadow: none; }
#journi-lead-form-{{ section.id }} .jlf-arrow { font-size: 1rem; transition: transform 0.18s; }
#journi-lead-form-{{ section.id }} .jlf-btn:hover .jlf-arrow { transform: translateX(4px); }
#journi-lead-form-{{ section.id }} .jlf-spinner {
  width: 15px; height: 15px; border: 2px solid rgba(255,255,255,0.35); border-top-color: var(--jrn-white);
  border-radius: 50%; animation: jlf-spin-{{ section.id }} 0.6s linear infinite; display: none;
}
#journi-lead-form-{{ section.id }} .jlf-spinner--dark { border-color: rgba(20,18,15,0.12); border-top-color: var(--jrn-accent); width: 22px; height: 22px; display: inline-block; }
@keyframes jlf-spin-{{ section.id }} { to { transform: rotate(360deg); } }
#journi-lead-form-{{ section.id }} .jlf-btn.loading { pointer-events: none; opacity: 0.8; }
#journi-lead-form-{{ section.id }} .jlf-btn.loading .jlf-spinner { display: block; }
#journi-lead-form-{{ section.id }} .jlf-btn.loading .jlf-btn-label,
#journi-lead-form-{{ section.id }} .jlf-btn.loading .jlf-arrow { display: none; }

/* Error */
#journi-lead-form-{{ section.id }} .jlf-error {
  background: rgba(212,50,30,0.06); border: 1px solid rgba(212,50,30,0.25); color: #B91C1C;
  padding: 12px 16px; font-size: 0.78rem; font-weight: 600; margin-top: 14px; display: none;
}
#journi-lead-form-{{ section.id }} .jlf-error.visible { display: block; }

/* Screens */
#journi-lead-form-{{ section.id }} .jlf-screen { text-align: center; padding: 40px 0; }
#journi-lead-form-{{ section.id }} .jlf-icon {
  width: 64px; height: 64px; border: 2px solid var(--jrn-accent); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 28px; font-size: 1.6rem; color: var(--jrn-accent);
}
#journi-lead-form-{{ section.id }} .jlf-icon--muted { border-color: var(--jrn-ink-18); color: var(--jrn-ink-75); }
#journi-lead-form-{{ section.id }} .jlf-screen .jlf-step-title { font-size: clamp(1.6rem, 4vw, 2.1rem); }
#journi-lead-form-{{ section.id }} .jlf-screen-spin { margin-top: 20px; }

/* Slider */
#journi-lead-form-{{ section.id }} .jlf-slider-wrap { margin-bottom: 28px; }
#journi-lead-form-{{ section.id }} .jlf-slider-display { text-align: center; margin-bottom: 28px; padding: 20px; background: var(--jrn-white); border: 1px solid var(--jrn-ink-10); }
#journi-lead-form-{{ section.id }} .jlf-slider-value { font-weight: 800; font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--jrn-accent); letter-spacing: -0.03em; line-height: 1; }
#journi-lead-form-{{ section.id }} .jlf-slider-value.jlf-is-placeholder { color: var(--jrn-ink-45); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; }
#journi-lead-form-{{ section.id }} .jlf-slider-track { position: relative; height: 6px; margin: 0 0 14px; }
#journi-lead-form-{{ section.id }} .jlf-slider-track::before { content: ''; position: absolute; inset: 0; background: var(--jrn-ink-10); z-index: 0; }
#journi-lead-form-{{ section.id }} .jlf-slider-fill { position: absolute; left: 0; top: 0; height: 100%; background: var(--jrn-accent); z-index: 1; pointer-events: none; transition: width 0.15s ease; width: 0%; }
#journi-lead-form-{{ section.id }} .jlf-slider-input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; z-index: 2; }
#journi-lead-form-{{ section.id }} .jlf-slider-thumb {
  position: absolute; top: 50%; transform: translate(-50%, -50%); width: 22px; height: 22px; border-radius: 50%;
  background: var(--jrn-accent); border: 3px solid var(--jrn-white); box-shadow: 0 2px 8px rgba(20,18,15,0.18);
  z-index: 3; pointer-events: none; transition: left 0.15s ease, transform 0.1s ease;
}
#journi-lead-form-{{ section.id }} .jlf-slider-thumb.is-untouched { background: var(--jrn-white); border-color: var(--jrn-accent); animation: jlf-nudge-{{ section.id }} 2s ease-in-out infinite; }
@keyframes jlf-nudge-{{ section.id }} { 0%,100% { box-shadow: 0 0 0 0 rgba(242,75,31,0.5); } 50% { box-shadow: 0 0 0 8px rgba(242,75,31,0); } }
#journi-lead-form-{{ section.id }} .jlf-slider-thumb.active { transform: translate(-50%, -50%) scale(1.2); }
#journi-lead-form-{{ section.id }} .jlf-slider-ticks { display: flex; justify-content: space-between; margin-top: 10px; }
#journi-lead-form-{{ section.id }} .jlf-slider-ticks span { font-size: 11px; font-weight: 700; color: var(--jrn-ink-75); }

@media (max-width: 480px) {
  #journi-lead-form-{{ section.id }} .jlf-page { padding: 76px 20px 64px; }
  #journi-lead-form-{{ section.id }} .jlf-indicator { margin-bottom: 36px; }
  #journi-lead-form-{{ section.id }} .jlf-consent-text { font-size: 0.65rem; }
}
/* END_SECTION:journi-lead-form */
/* START_SECTION:journi-logos (INDEX:49) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-logos-{{ section.id }},
#journi-logos-{{ section.id }} *,
#journi-logos-{{ section.id }} *::before,
#journi-logos-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Color scheme tokens ────────────────────────────── */

/* Scheme 1 — Dark Navy (default) */
#journi-logos-{{ section.id }} {
  --jl-bg:         var(--jrn-ink);
  --jl-text:       var(--jrn-white-45);
  --jl-line:       var(--jrn-white-10);
  --jl-logo-filter: brightness(0) invert(1);
  --jl-logo-opacity: 0.55;
  --jl-logo-hover:   0.90;
}

/* Scheme 2 — White */
#journi-logos-{{ section.id }}[data-color-scheme="scheme-2"] {
  --jl-bg:          var(--jrn-white);
  --jl-text:        var(--jrn-ink-75);
  --jl-line:        var(--jrn-ink-10);
  --jl-logo-filter: brightness(0);
  --jl-logo-opacity: 0.55;
  --jl-logo-hover:   1;
}

/* Scheme 3 — Charcoal */
#journi-logos-{{ section.id }}[data-color-scheme="scheme-3"] {
  --jl-bg:           var(--jrn-deep);
  --jl-text:         var(--jrn-white-45);
  --jl-line:         var(--jrn-white-10);
  --jl-logo-filter:  brightness(0) invert(1);
  --jl-logo-opacity: 0.50;
  --jl-logo-hover:   0.90;
}

/* Scheme 4 — Warm cream */
#journi-logos-{{ section.id }}[data-color-scheme="scheme-4"] {
  --jl-bg:           #FFF8F5;
  --jl-text:         var(--jrn-ink-75);
  --jl-line:         var(--jrn-ink-10);
  --jl-logo-filter:  brightness(0);
  --jl-logo-opacity: 0.55;
  --jl-logo-hover:   1;
}

/* ─── Section shell ──────────────────────────────────── */
#journi-logos-{{ section.id }}.jl-section {
  background: var(--jl-bg) !important;
  padding: 64px 0 56px !important;
  border-top: 1px solid var(--jl-line);
  overflow: hidden;
  position: relative;
}

/* ─── Label ──────────────────────────────────────────── */
#journi-logos-{{ section.id }} .jl-label {
  text-align: center;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--jl-text) !important;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#journi-logos-{{ section.id }} .jl-label::before,
#journi-logos-{{ section.id }} .jl-label::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--jl-line);
  display: block;
  flex-shrink: 0;
}

/* ─── Marquee ────────────────────────────────────────── */
#journi-logos-{{ section.id }} .jl-marquee {
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

#journi-logos-{{ section.id }} .jl-track {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-shrink: 0;
  padding-right: 80px;
  animation: jl-marquee-scroll var(--jl-speed, 40s) linear infinite;
}

@keyframes jl-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── Logo items ─────────────────────────────────────── */
#journi-logos-{{ section.id }} .jl-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#journi-logos-{{ section.id }} .jl-logo-wrap img {
  height: 38px !important;
  width: auto !important;
  max-width: 160px;
  object-fit: contain;
  filter: var(--jl-logo-filter) !important;
  opacity: var(--jl-logo-opacity) !important;
  transition: opacity 0.3s ease;
  display: block;
  user-select: none;
}

#journi-logos-{{ section.id }} .jl-logo-wrap img:hover {
  opacity: var(--jl-logo-hover) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-logos-{{ section.id }}.jl-section {
    padding: 48px 0 40px !important;
  }

  #journi-logos-{{ section.id }} .jl-label {
    font-size: 10px !important;
    letter-spacing: 0.20em !important;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  #journi-logos-{{ section.id }} .jl-logo-wrap img {
    height: 28px !important;
  }

  #journi-logos-{{ section.id }} .jl-track {
    gap: 48px;
    padding-right: 48px;
  }
}
/* END_SECTION:journi-logos */
/* 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 */
