/** Shopify CDN: Minification failed

Line 18:18 Unexpected "{"
Line 18:27 Expected ":"
Line 18:33 Unexpected ","
Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 28:18 Unexpected "{"
... and 530 more hidden warnings

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

/* ─── Section ────────────────────────────────────────── */
#journi-case-cta-{{ section.id }}.jcct-section {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  overflow: hidden !important;
  position: relative;
  border-top: 1px solid var(--jrn-ink-10) !important;
  padding: 100px 56px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-case-cta-{{ section.id }} .jcct-ghost {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-ghost) !important;
  letter-spacing: -0.06em !important;
  line-height: 1 !important;
  color: rgba(30,27,55,0.035) !important;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

#journi-case-cta-{{ section.id }} .jcct-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}

#journi-case-cta-{{ section.id }} .jcct-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-lg) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.92 !important;
  color: var(--jrn-ink) !important;
  margin: 0 0 24px;
}

#journi-case-cta-{{ section.id }} .jcct-accent {
  color: var(--jrn-accent) !important;
}

#journi-case-cta-{{ section.id }} .jcct-subtitle {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: var(--jrn-ink-75) !important;
  max-width: 480px;
}

#journi-case-cta-{{ section.id }} .jcct-right {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

#journi-case-cta-{{ section.id }} .jcct-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 20px 32px !important;
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border: 2px solid var(--jrn-ink) !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.25s ease;
}

#journi-case-cta-{{ section.id }} .jcct-btn:hover {
  background: var(--jrn-accent) !important;
  border-color: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 var(--jrn-ink) !important;
}

#journi-case-cta-{{ section.id }} .jcct-caption {
  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(--jrn-ink-45) !important;
}

/* ─── Next case ──────────────────────────────────────── */
#journi-case-cta-{{ section.id }} .jcct-next {
  max-width: var(--jrn-max-w);
  margin: 80px auto 0;
  padding-top: 40px;
  border-top: 1px solid var(--jrn-ink-10) !important;
  position: relative;
  z-index: 2;
}

#journi-case-cta-{{ section.id }} .jcct-next-link {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 24px 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

#journi-case-cta-{{ section.id }} .jcct-next-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-ink-45) !important;
}

#journi-case-cta-{{ section.id }} .jcct-next-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-2xs) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  color: var(--jrn-ink) !important;
  transition: color 0.2s ease;
}

#journi-case-cta-{{ section.id }} .jcct-next-link:hover .jcct-next-title {
  color: var(--jrn-accent) !important;
}

#journi-case-cta-{{ section.id }} .jcct-next-arrow {
  width: 56px !important;
  height: 56px !important;
  border: 2px solid var(--jrn-ink-18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--jrn-font-mono) !important;
  font-size: 18px !important;
  color: var(--jrn-ink-45) !important;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
}

#journi-case-cta-{{ section.id }} .jcct-next-link:hover .jcct-next-arrow {
  transform: translateX(6px) !important;
  color: var(--jrn-accent) !important;
  border-color: var(--jrn-accent) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 960px) {
  #journi-case-cta-{{ section.id }} .jcct-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  #journi-case-cta-{{ section.id }} .jcct-right {
    align-items: flex-start !important;
  }
}

@media (max-width: 768px) {
  #journi-case-cta-{{ section.id }}.jcct-section {
    padding: 72px 24px !important;
  }

  #journi-case-cta-{{ section.id }} .jcct-next-link {
    grid-template-columns: 1fr auto !important;
    row-gap: 8px !important;
  }

  #journi-case-cta-{{ section.id }} .jcct-next-label {
    grid-column: 1 / -1 !important;
  }
}
/* END_SECTION:journi-case-cta */
/* START_SECTION:journi-footer (INDEX:45) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-footer-{{ section.id }},
#journi-footer-{{ section.id }} *,
#journi-footer-{{ section.id }} *::before,
#journi-footer-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-footer-{{ section.id }}.jft-section {
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  padding: 56px 56px 32px !important;
  -webkit-font-smoothing: antialiased;
}

/* ─── Wrap ───────────────────────────────────────────── */
#journi-footer-{{ section.id }} .jft-wrap {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
}

/* ─── Top row: brand + nav ───────────────────────────── */
#journi-footer-{{ section.id }} .jft-row {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 28px;
}

/* ─── Brand block ────────────────────────────────────── */
#journi-footer-{{ section.id }} .jft-logo {
  display: block;
  height: 24px !important;
  width: auto !important;
  opacity: 0.85;
  margin-bottom: 14px;
}

#journi-footer-{{ section.id }} .jft-wordmark {
  display: block;
  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;
  margin-bottom: 14px;
}

#journi-footer-{{ section.id }} .jft-tagline {
  font-family: var(--jrn-font-display) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: var(--jrn-white-75) !important;
  max-width: 380px;
}

/* ─── Nav links ──────────────────────────────────────── */
#journi-footer-{{ section.id }} .jft-nav {
  display: flex !important;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
}

#journi-footer-{{ section.id }} .jft-nav-link {
  font-family: var(--jrn-font-display) !important;
  font-size: 15px !important;
  color: var(--jrn-white-75) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

#journi-footer-{{ section.id }} .jft-nav-link:hover {
  color: var(--jrn-white) !important;
  text-decoration: none !important;
}

/* ─── Legal bar ──────────────────────────────────────── */
#journi-footer-{{ section.id }} .jft-legal {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
}

#journi-footer-{{ section.id }} .jft-legal-left {
  display: flex !important;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

#journi-footer-{{ section.id }} .jft-partner-badge {
  height: 48px !important;
  width: auto !important;
  display: block;
}

#journi-footer-{{ section.id }} .jft-copyright {
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  color: var(--jrn-white-45) !important;
}

#journi-footer-{{ section.id }} .jft-legal-links {
  display: flex !important;
  gap: 20px;
}

#journi-footer-{{ section.id }} .jft-legal-link {
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  color: var(--jrn-white-45) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

#journi-footer-{{ section.id }} .jft-legal-link:hover {
  color: var(--jrn-white-75) !important;
  text-decoration: none !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-footer-{{ section.id }}.jft-section {
    padding: 40px 24px 32px !important;
  }

  #journi-footer-{{ section.id }} .jft-row {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 32px;
  }

  #journi-footer-{{ section.id }} .jft-nav {
    gap: 16px;
  }

  #journi-footer-{{ section.id }} .jft-legal {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 12px;
  }
}
/* END_SECTION:journi-footer */
/* START_SECTION:journi-nav (INDEX:58) */
/* ─── Reset ─────────────────────────────────────────── */
#journi-nav-{{ section.id }},
#journi-nav-{{ section.id }} *,
#journi-nav-{{ section.id }} *::before,
#journi-nav-{{ section.id }} *::after { box-sizing: border-box; }

/* ─── Header ────────────────────────────────────────── */
#journi-nav-{{ section.id }}.jn-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  background: transparent !important;
  color: var(--jrn-white) !important;
  -webkit-font-smoothing: antialiased;
  z-index: 200;
  margin: 0 !important;
  padding: 0 !important;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

#journi-nav-{{ section.id }}.jn-scrolled {
  background: var(--jrn-ink) !important;
  box-shadow: 0 1px 0 var(--jrn-white-10);
}

/* ─── Nav bar ───────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-nav {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 56px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--jn-nav-max);
  background: transparent !important;
}

/* ─── Logo ──────────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-logo {
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  color: var(--jrn-white) !important;
  flex-shrink: 0;
}
#journi-nav-{{ section.id }} .jn-logo img { height: 26px !important; width: auto !important; display: block; }
#journi-nav-{{ section.id }} .jn-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;
}

/* ─── Links list ────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-links {
  display: flex !important;
  gap: 0; align-items: center;
  list-style: none !important;
  margin: 0 0 0 var(--jn-links-ml, auto) !important;
  padding: 0 !important;
  position: var(--jn-links-position, static);
  left: var(--jn-links-left, auto);
  transform: var(--jn-links-transform, none);
}

#journi-nav-{{ section.id }} .jn-item { position: relative; }

/* ─── Nav link / trigger ────────────────────────────── */
#journi-nav-{{ section.id }} .jn-link {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 8px 14px !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important; font-weight: 500 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  color: var(--jrn-white-75) !important;
  text-decoration: none !important;
  background: none !important; border: none !important; cursor: pointer;
  transition: color 0.2s ease;
}

#journi-nav-{{ section.id }} .jn-link:hover,
#journi-nav-{{ section.id }} .jn-item--has-drop.is-open > .jn-link--trigger {
  color: var(--jrn-white) !important;
}

#journi-nav-{{ section.id }} .jn-item:not(.jn-item--has-drop) .jn-link:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255,255,255,0.4) !important;
}

#journi-nav-{{ section.id }} .jn-chevron { transition: transform 0.25s ease; flex-shrink: 0; }
#journi-nav-{{ section.id }} .jn-item--has-drop.is-open .jn-chevron { transform: rotate(180deg); }

/* ─── Full-width dropdown panel ─────────────────────── */
#journi-nav-{{ section.id }} .jn-drop {
  position: absolute !important;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--jrn-ink) !important;
  border-top: 1px solid var(--jrn-white-10);
  border-bottom: 1px solid var(--jrn-white-10);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.28s cubic-bezier(0.22,1,0.36,1),
              transform 0.28s cubic-bezier(0.22,1,0.36,1);
  z-index: 10;
}

#journi-nav-{{ section.id }} .jn-drop.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#journi-nav-{{ section.id }} .jn-drop-inner {
  max-width: var(--jn-nav-max);
  margin: 0 auto;
  padding: 36px 48px 40px !important;
  display: flex;
  justify-content: center;
  gap: 64px;
}

/* ─── Group column ──────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-drop-group {
  flex: 0 0 220px;
  position: relative;
}
/* small | separator centered in the gap between columns */
#journi-nav-{{ section.id }} .jn-drop-group:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 1px;
  width: 1px;
  height: 18px;
  background: var(--jrn-white-18);
}

/* ─── Group title ───────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-drop-group-title {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: var(--jrn-white) !important;
  text-decoration: none !important;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}

#journi-nav-{{ section.id }} .jn-drop-group-title:hover { color: var(--jrn-accent) !important; }

/* ─── Drop items ────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-drop-list {
  list-style: none !important; margin: 0 !important; padding: 0 !important;
  display: flex; flex-direction: column; gap: 2px;
}

#journi-nav-{{ section.id }} .jn-drop-item {
  display: block;
  padding: 8px 0 !important;
  font-family: var(--jrn-font-display) !important;
  font-size: 14px !important; font-weight: 500 !important;
  color: var(--jrn-white-75) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#journi-nav-{{ section.id }} .jn-drop-item:hover {
  color: var(--jrn-white) !important;
  border-bottom-color: var(--jrn-white-18);
}

/* ─── CTA button ────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-btn-primary {
  margin-left: 28px !important;
  display: inline-flex !important; align-items: center; gap: 10px;
  padding: 12px 20px !important;
  background: var(--jrn-accent) !important; color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important; font-size: 12px !important;
  font-weight: 700 !important; letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border: 2px solid var(--jrn-accent) !important; border-radius: 0 !important;
  text-decoration: none !important; white-space: nowrap; cursor: pointer; flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease,
              transform 0.25s ease, box-shadow 0.25s ease;
  -webkit-font-smoothing: antialiased;
}
#journi-nav-{{ section.id }} .jn-btn-primary:hover {
  background: var(--jrn-white) !important; border-color: var(--jrn-white) !important;
  color: var(--jrn-ink) !important; transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 var(--jrn-accent); text-decoration: none !important;
}
#journi-nav-{{ section.id }} .jn-btn-primary:active { transform: scale(0.98); box-shadow: none; }

/* ─── CTA link ──────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-cta-link {
  margin-left: 28px !important; display: inline-flex !important; align-items: center; gap: 6px;
  font-family: var(--jrn-font-mono) !important; font-size: 12px !important;
  font-weight: 500 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important;
  color: var(--jrn-white-75) !important; text-decoration: none !important;
  white-space: nowrap; flex-shrink: 0;
  transition: color 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-cta-link-label {
  text-decoration: underline !important;
  text-underline-offset: 4px; text-decoration-color: var(--jrn-white-18) !important;
  transition: text-decoration-color 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-cta-link:hover {
  color: var(--jrn-white) !important;
}
#journi-nav-{{ section.id }} .jn-cta-link:hover .jn-cta-link-label {
  text-decoration-color: var(--jrn-white) !important;
}

/* ─── Burger ────────────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-burger {
  display: none !important; flex-direction: column; gap: 5px;
  background: none !important; border: none !important; cursor: pointer; padding: 4px;
}
#journi-nav-{{ section.id }} .jn-burger span { display: block; height: 2px; background: var(--jrn-white) !important; }
#journi-nav-{{ section.id }} .jn-burger span:nth-child(1) { width: 24px; }
#journi-nav-{{ section.id }} .jn-burger span:nth-child(2) { width: 24px; }
#journi-nav-{{ section.id }} .jn-burger span:nth-child(3) { width: 16px; }

/* ─── Mobile panel ──────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-mob {
  position: fixed !important; top: 0; right: 0;
  height: 100dvh; width: 100%; max-width: 420px;
  background: var(--jrn-ink) !important; color: var(--jrn-white) !important;
  z-index: 300; transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
  display: flex !important; flex-direction: column; overflow-y: auto;
  -webkit-overflow-scrolling: touch; border-left: 1px solid var(--jrn-white-10);
}
#journi-nav-{{ section.id }} .jn-mob.is-open { transform: translateX(0); }

#journi-nav-{{ section.id }} .jn-mob-overlay {
  position: fixed !important; inset: 0; background: rgba(0,0,0,0.6);
  z-index: 299; opacity: 0; pointer-events: none; transition: opacity 0.35s ease;
}
#journi-nav-{{ section.id }} .jn-mob-overlay.is-open { opacity: 1; pointer-events: auto; }

#journi-nav-{{ section.id }} .jn-mob-head {
  display: flex !important; align-items: center; justify-content: space-between;
  padding: 20px 24px !important; border-bottom: 1px solid var(--jrn-white-10); flex-shrink: 0;
}
#journi-nav-{{ section.id }} .jn-mob-logo { display: flex !important; align-items: center; text-decoration: none !important; }
#journi-nav-{{ section.id }} .jn-mob-logo img { height: 26px !important; width: auto !important; display: block; }
#journi-nav-{{ section.id }} .jn-mob-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;
}
#journi-nav-{{ section.id }} .jn-mob-close {
  position: relative; width: 32px; height: 32px;
  background: none !important; border: none !important; cursor: pointer; padding: 0 !important; flex-shrink: 0;
}
#journi-nav-{{ section.id }} .jn-mob-close span {
  position: absolute !important; top: 50%; left: 50%; display: block;
  width: 20px; height: 2px; background: var(--jrn-white) !important; transition: background 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-mob-close span:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
#journi-nav-{{ section.id }} .jn-mob-close span:nth-child(2) { transform: translate(-50%,-50%) rotate(-45deg); }
#journi-nav-{{ section.id }} .jn-mob-close:hover span { background: var(--jrn-accent) !important; }

#journi-nav-{{ section.id }} .jn-mob nav { flex: 1; }
#journi-nav-{{ section.id }} .jn-mob-links { list-style: none !important; margin: 0 !important; padding: 0 !important; }
#journi-nav-{{ section.id }} .jn-mob-item { border-bottom: 1px solid var(--jrn-white-10) !important; }

#journi-nav-{{ section.id }} .jn-mob-link {
  display: flex !important; align-items: center; justify-content: space-between;
  padding: 22px 24px !important; font-family: var(--jrn-font-display) !important;
  font-weight: 700 !important; font-size: 24px !important; letter-spacing: -0.02em !important;
  line-height: 1.1 !important; color: var(--jrn-white) !important;
  text-decoration: none !important; width: 100%;
  background: none !important; border: none !important; cursor: pointer; text-align: left;
  transition: color 0.2s ease, background 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-mob-link:not(.jn-mob-link--toggle)::after {
  content: '→'; font-size: 18px; opacity: 0; transform: translateX(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-mob-link:hover { color: var(--jrn-accent) !important; background: var(--jrn-white-05) !important; }
#journi-nav-{{ section.id }} .jn-mob-link:not(.jn-mob-link--toggle):hover::after { opacity: 1; transform: translateX(0); }

#journi-nav-{{ section.id }} .jn-mob-chevron { transition: transform 0.25s ease; flex-shrink: 0; color: var(--jrn-white-45); }
#journi-nav-{{ section.id }} .jn-mob-link--toggle[aria-expanded="true"] .jn-mob-chevron { transform: rotate(180deg); }
#journi-nav-{{ section.id }} .jn-mob-link--toggle[aria-expanded="true"] { color: var(--jrn-accent) !important; }

#journi-nav-{{ section.id }} .jn-mob-sub {
  overflow: hidden; max-height: 0; background: var(--jrn-white-05);
  transition: max-height 0.35s cubic-bezier(0.22,1,0.36,1);
}
#journi-nav-{{ section.id }} .jn-mob-sub.is-open { max-height: 600px; }

#journi-nav-{{ section.id }} .jn-mob-sub-group { padding: 20px 24px 16px !important; border-top: 1px solid var(--jrn-white-05); }
#journi-nav-{{ section.id }} .jn-mob-sub-heading {
  display: flex !important; align-items: center; justify-content: space-between;
  font-family: var(--jrn-font-display) !important; font-size: 18px !important;
  font-weight: 600 !important; letter-spacing: -0.01em !important; text-transform: none !important;
  color: var(--jrn-white) !important; text-decoration: none !important; margin-bottom: 12px;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s ease, border-color 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-mob-sub-heading:hover,
#journi-nav-{{ section.id }} .jn-mob-sub-heading:active {
  color: var(--jrn-accent) !important;
}
#journi-nav-{{ section.id }} .jn-mob-sub-heading::after {
  content: '→';
  font-size: 14px;
  opacity: 0.5;
}
#journi-nav-{{ section.id }} .jn-mob-sub-list { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex; flex-direction: column; gap: 2px; }
#journi-nav-{{ section.id }} .jn-mob-sub-item {
  display: block; padding: 10px 12px !important;
  font-family: var(--jrn-font-display) !important; font-size: 16px !important; font-weight: 600 !important;
  color: var(--jrn-white-75) !important; text-decoration: none !important;
  border-left: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-mob-sub-item:hover { color: var(--jrn-white) !important; border-left-color: var(--jrn-accent); padding-left: 16px !important; }

/* ─── Mobile footer ─────────────────────────────────── */
#journi-nav-{{ section.id }} .jn-mob-footer {
  padding: 32px 24px calc(32px + env(safe-area-inset-bottom)) !important;
  flex-shrink: 0; border-top: 1px solid var(--jrn-white-10);
  display: flex !important; flex-direction: column; gap: 16px;
}
#journi-nav-{{ section.id }} .jn-mob-footer-heading {
  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(--jrn-white-45) !important; margin: 0 !important; padding: 0 !important;
}
#journi-nav-{{ section.id }} .jn-mob-btn {
  display: flex !important; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 20px !important;
  font-family: var(--jrn-font-mono) !important; font-size: 12px !important;
  font-weight: 700 !important; letter-spacing: 0.10em !important; text-transform: uppercase !important;
  text-decoration: none !important; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  -webkit-font-smoothing: antialiased;
}
#journi-nav-{{ section.id }} .jn-mob-btn--primary { background: var(--jrn-accent) !important; color: var(--jrn-white) !important; border: 2px solid var(--jrn-accent) !important; }
#journi-nav-{{ section.id }} .jn-mob-btn--primary:hover { background: var(--jrn-white) !important; border-color: var(--jrn-white) !important; color: var(--jrn-ink) !important; transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--jrn-accent); }
#journi-nav-{{ section.id }} .jn-mob-btn--ghost { background: transparent !important; color: var(--jrn-white) !important; border: 2px solid var(--jrn-white-45) !important; }
#journi-nav-{{ section.id }} .jn-mob-btn--ghost:hover { border-color: var(--jrn-white) !important; background: var(--jrn-white-10) !important; }
#journi-nav-{{ section.id }} .jn-mob-btn--link { background: transparent !important; color: var(--jrn-white-75) !important; border: none !important; padding-left: 0 !important; padding-right: 0 !important; justify-content: flex-start; text-decoration: underline !important; text-underline-offset: 4px; text-decoration-color: var(--jrn-white-18) !important; width: auto; }
#journi-nav-{{ section.id }} .jn-mob-btn--link:hover { color: var(--jrn-white) !important; text-decoration-color: var(--jrn-white) !important; }
#journi-nav-{{ section.id }} .jn-mob-email {
  display: inline-flex !important; align-items: center;
  font-family: var(--jrn-font-mono) !important; font-size: 13px !important; font-weight: 400 !important;
  letter-spacing: 0.04em !important; color: var(--jrn-white-75) !important;
  text-decoration: underline !important; text-underline-offset: 3px;
  text-decoration-color: var(--jrn-white-18) !important;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
#journi-nav-{{ section.id }} .jn-mob-email:hover { color: var(--jrn-white) !important; text-decoration-color: var(--jrn-white) !important; }
/* END_SECTION:journi-nav */
/* START_SECTION:journi-newsletter (INDEX:59) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-newsletter-{{ section.id }},
#journi-newsletter-{{ section.id }} *,
#journi-newsletter-{{ section.id }} *::before,
#journi-newsletter-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-newsletter-{{ section.id }}.jnl-section {
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 100px 56px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-newsletter-{{ section.id }} .jnl-wrap {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
}

/* ─── Two-col grid ───────────────────────────────────── */
#journi-newsletter-{{ section.id }} .jnl-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-end;
}

/* ─── Left copy ──────────────────────────────────────── */
#journi-newsletter-{{ section.id }} .jnl-label {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 20px;
}

#journi-newsletter-{{ section.id }} .jnl-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

#journi-newsletter-{{ section.id }} .jnl-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-sub) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.0 !important;
  color: var(--jrn-white) !important;
  margin-bottom: 16px;
}

#journi-newsletter-{{ section.id }} .jnl-lead {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: var(--jrn-white-75) !important;
}

/* ─── Right form ─────────────────────────────────────── */
#journi-newsletter-{{ section.id }} .jnl-form-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#journi-newsletter-{{ section.id }} .jnl-caption {
  font-family: var(--jrn-font-display) !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.42) !important;
  margin-bottom: 12px;
}

#journi-newsletter-{{ section.id }} .jnl-input-row {
  display: flex !important;
  height: 58px;
}

#journi-newsletter-{{ section.id }} .jnl-input {
  flex: 1;
  background: var(--jrn-white-05) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-right: none !important;
  padding: 0 22px !important;
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  color: var(--jrn-white) !important;
  outline: none;
  height: 100%;
  -webkit-appearance: none;
}

#journi-newsletter-{{ section.id }} .jnl-input::placeholder {
  color: var(--jrn-white-45) !important;
}

#journi-newsletter-{{ section.id }} .jnl-input:focus {
  border-color: var(--jrn-white-45) !important;
}

#journi-newsletter-{{ section.id }} .jnl-submit {
  height: 100%;
  padding: 0 28px !important;
  background: var(--jrn-accent) !important;
  border: 2px solid var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  -webkit-font-smoothing: antialiased;
}

#journi-newsletter-{{ section.id }} .jnl-submit:hover {
  background: var(--jrn-white) !important;
  border-color: var(--jrn-white) !important;
  color: var(--jrn-accent) !important;
}

#journi-newsletter-{{ section.id }} .jnl-error {
  font-family: var(--jrn-font-display) !important;
  font-size: 13px !important;
  color: var(--jrn-accent) !important;
  margin-top: 10px;
}

/* ─── Success state ──────────────────────────────────── */
#journi-newsletter-{{ section.id }} .jnl-success-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 8px;
}

#journi-newsletter-{{ section.id }} .jnl-success-body {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  color: var(--jrn-white-75) !important;
}

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

  #journi-newsletter-{{ section.id }} .jnl-grid {
    grid-template-columns: 1fr !important;
    gap: 48px;
  }

}
/* END_SECTION:journi-newsletter */
/* START_SECTION:journi-work-cases (INDEX:80) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-work-filter-{{ section.id }},
#journi-work-filter-{{ section.id }} *,
#journi-work-filter-{{ section.id }} *::before,
#journi-work-filter-{{ section.id }} *::after,
#journi-work-featured-{{ section.id }},
#journi-work-featured-{{ section.id }} *,
#journi-work-featured-{{ section.id }} *::before,
#journi-work-featured-{{ section.id }} *::after,
#journi-work-grid-{{ section.id }},
#journi-work-grid-{{ section.id }} *,
#journi-work-grid-{{ section.id }} *::before,
#journi-work-grid-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Filter bar ─────────────────────────────────────── */
#journi-work-filter-{{ section.id }}.jwc-filter-bar {
  background: var(--jrn-ink) !important;
  position: sticky !important;
  top: 72px;
  z-index: 50;
  padding: 20px 56px !important;
  border-bottom: 1px solid var(--jrn-white-10) !important;
}

#journi-work-filter-{{ section.id }} .jwc-filter-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#journi-work-filter-{{ section.id }} .jwc-filter-inner::-webkit-scrollbar {
  display: none;
}

#journi-work-filter-{{ section.id }} .jwc-filter-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-45) !important;
  margin-right: 8px;
  flex-shrink: 0;
}

#journi-work-filter-{{ section.id }} .jwc-pill {
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-75) !important;
  background: transparent !important;
  border: 1px solid var(--jrn-white-18) !important;
  padding: 10px 18px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  -webkit-tap-highlight-color: transparent;
}

#journi-work-filter-{{ section.id }} .jwc-pill:hover {
  color: var(--jrn-white) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
}

#journi-work-filter-{{ section.id }} .jwc-pill.is-active {
  color: var(--jrn-white) !important;
  background: var(--jrn-accent) !important;
  border-color: var(--jrn-accent) !important;
}

#journi-work-filter-{{ section.id }} .jwc-pill-count {
  font-weight: 500 !important;
  opacity: 0.65;
}

#journi-work-filter-{{ section.id }} .jwc-pill.is-active .jwc-pill-count {
  opacity: 0.85;
}

/* ─── Featured section ───────────────────────────────── */
#journi-work-featured-{{ section.id }}.jwc-featured {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  padding: 56px 56px 0 !important;
  -webkit-font-smoothing: antialiased;
}

#journi-work-featured-{{ section.id }}.jwc-featured.is-hidden {
  display: none !important;
}

#journi-work-featured-{{ section.id }} .jwc-featured-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
}

#journi-work-featured-{{ section.id }} .jwc-featured-label {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 28px;
}

#journi-work-featured-{{ section.id }} .jwc-featured-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

#journi-work-featured-{{ section.id }} .jwc-featured-card {
  position: relative !important;
  display: block !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  color: var(--jrn-white) !important;
  isolation: isolate;
  text-decoration: none !important;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-work-featured-{{ section.id }} .jwc-featured-card:hover {
  transform: translateY(-4px) !important;
}

#journi-work-featured-{{ section.id }} .jwc-featured-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  background-size: cover !important;
  background-position: top center !important;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-work-featured-{{ section.id }} .jwc-featured-card:hover .jwc-featured-bg {
  transform: scale(1.04) !important;
}

#journi-work-featured-{{ section.id }} .jwc-featured-overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(15,13,31,0.88) 0%, rgba(15,13,31,0.50) 45%, rgba(15,13,31,0.10) 100%);
}

#journi-work-featured-{{ section.id }} .jwc-featured-content {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  padding: 48px 56px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

#journi-work-featured-{{ section.id }} .jwc-featured-top {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

#journi-work-featured-{{ section.id }} .jwc-featured-chip {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-88) !important;
  background: var(--jrn-accent) !important;
  padding: 6px 12px !important;
  align-self: flex-start;
}


#journi-work-featured-{{ section.id }} .jwc-featured-card:hover .jwc-featured-cta {
  color: var(--jrn-white) !important;
  text-decoration-color: var(--jrn-white-88) !important;
}

#journi-work-featured-{{ section.id }} .jwc-featured-meta {
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-75) !important;
  margin-bottom: 12px;
}

#journi-work-featured-{{ section.id }} .jwc-featured-brand {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(30px, 5vw, 72px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em !important;
  color: var(--jrn-white) !important;
  margin-bottom: 14px;
  overflow-wrap: anywhere;
}

#journi-work-featured-{{ section.id }} .jwc-featured-headline {
  font-family: var(--jrn-font-display) !important;
  font-weight: 600 !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  color: var(--jrn-white-88) !important;
  max-width: 620px;
  margin-bottom: 24px;
}

#journi-work-featured-{{ section.id }} .jwc-featured-stat-row {
  display: flex !important;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}

#journi-work-featured-{{ section.id }} .jwc-featured-stat {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-sm) !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  color: var(--jrn-accent) !important;
}

#journi-work-featured-{{ section.id }} .jwc-featured-stat-label {
  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(--jrn-white-75) !important;
}

/* ─── Grid section ───────────────────────────────────── */
#journi-work-grid-{{ section.id }}.jwc-grid-section {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  padding: 56px 56px 100px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-work-grid-{{ section.id }} .jwc-grid-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
}

#journi-work-grid-{{ section.id }} .jwc-grid-header {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 32px;
}

#journi-work-grid-{{ section.id }} .jwc-grid-label {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
}

#journi-work-grid-{{ section.id }} .jwc-grid-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

#journi-work-grid-{{ section.id }} .jwc-grid-count {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-ink-45) !important;
}

#journi-work-grid-{{ section.id }} .jwc-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ─── Card ───────────────────────────────────────────── */
#journi-work-grid-{{ section.id }} .jwc-card {
  display: flex !important;
  flex-direction: column;
  color: var(--jrn-white) !important;
  text-decoration: none !important;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-work-grid-{{ section.id }} .jwc-card[hidden] {
  display: none !important;
}

#journi-work-grid-{{ section.id }} .jwc-card-frame {
  position: relative !important;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--jrn-deeper) !important;
  isolation: isolate;
}

#journi-work-grid-{{ section.id }} .jwc-card-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  background-size: cover !important;
  background-position: top center !important;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-work-grid-{{ section.id }} .jwc-card:hover .jwc-card-bg {
  transform: scale(1.04) !important;
}

#journi-work-grid-{{ section.id }} .jwc-card-overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(15,13,31,0.75) 100%);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-work-grid-{{ section.id }} .jwc-card:hover .jwc-card-overlay {
  background: linear-gradient(180deg, rgba(15,13,31,0.20) 0%, rgba(15,13,31,0.55) 50%, rgba(15,13,31,0.92) 100%) !important;
}

#journi-work-grid-{{ section.id }} .jwc-card-stat-badge {
  position: absolute !important;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  color: var(--jrn-accent) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}

#journi-work-grid-{{ section.id }} .jwc-card-stat-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.80) !important;
  margin-top: 4px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

#journi-work-grid-{{ section.id }} .jwc-card-content {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

#journi-work-grid-{{ section.id }} .jwc-card-brand {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  color: var(--jrn-white) !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
  overflow-wrap: anywhere;
}

#journi-work-grid-{{ section.id }} .jwc-card-services {
  display: flex !important;
  gap: 6px;
  flex-wrap: wrap;
}

#journi-work-grid-{{ section.id }} .jwc-card-service {
  font-family: var(--jrn-font-mono) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-88) !important;
  background: rgba(0,0,0,0.32) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 4px 8px !important;
  border: 1px solid var(--jrn-white-18) !important;
  white-space: nowrap;
}

#journi-work-grid-{{ section.id }} .jwc-card-meta {
  margin-top: 16px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#journi-work-grid-{{ section.id }} .jwc-card-headline {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: var(--jrn-ink-75) !important;
  flex: 1;
}

#journi-work-grid-{{ section.id }} .jwc-card-arrow {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--jrn-ink-18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--jrn-font-mono) !important;
  font-size: 16px !important;
  color: var(--jrn-ink-75) !important;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-work-grid-{{ section.id }} .jwc-card:hover .jwc-card-arrow {
  border-color: var(--jrn-accent) !important;
  background: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  transform: translateX(3px) !important;
}

/* ─── Empty state ────────────────────────────────────── */
#journi-work-grid-{{ section.id }} .jwc-empty {
  display: none !important;
  padding: 80px 24px;
  text-align: center;
  border: 1px dashed var(--jrn-ink-18) !important;
}

#journi-work-grid-{{ section.id }} .jwc-empty.is-visible {
  display: block !important;
}

#journi-work-grid-{{ section.id }} .jwc-empty-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-xs) !important;
  letter-spacing: -0.02em !important;
  color: var(--jrn-ink) !important;
  margin-bottom: 12px;
}

#journi-work-grid-{{ section.id }} .jwc-empty-body {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--jrn-ink-75) !important;
  max-width: 420px;
  margin: 0 auto 24px;
}

#journi-work-grid-{{ section.id }} .jwc-empty-reset {
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  background: none !important;
  border: none !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer !important;
}

#journi-work-grid-{{ section.id }} .jwc-empty-reset:hover {
  color: var(--jrn-ink) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 960px) {
  #journi-work-featured-{{ section.id }} .jwc-featured-card {
    aspect-ratio: 4 / 3;
  }

  #journi-work-featured-{{ section.id }} .jwc-featured-content {
    padding: 32px !important;
  }

  #journi-work-grid-{{ section.id }} .jwc-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  #journi-work-filter-{{ section.id }}.jwc-filter-bar {
    top: 58px;
    padding: 16px 0 !important;
    overflow: hidden;
  }

  #journi-work-filter-{{ section.id }} .jwc-filter-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 10px;
    padding: 0 24px !important;
  }

  #journi-work-filter-{{ section.id }} .jwc-filter-inner::-webkit-scrollbar {
    display: none;
  }

  #journi-work-filter-{{ section.id }} .jwc-filter-label {
    flex-shrink: 0;
  }

  #journi-work-featured-{{ section.id }}.jwc-featured {
    padding: 40px 0 0 !important;
  }

  #journi-work-featured-{{ section.id }} .jwc-featured-inner {
    padding: 0 24px;
  }

  #journi-work-featured-{{ section.id }} .jwc-featured-card {
    aspect-ratio: 3 / 4;
  }

  #journi-work-featured-{{ section.id }} .jwc-featured-content {
    padding: 24px !important;
  }

  #journi-work-featured-{{ section.id }} .jwc-featured-top {
    flex-direction: column !important;
    gap: 16px !important;
  }

  #journi-work-grid-{{ section.id }}.jwc-grid-section {
    padding: 40px 24px 60px !important;
  }

  #journi-work-grid-{{ section.id }} .jwc-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  #journi-work-grid-{{ section.id }} .jwc-grid-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  #journi-work-grid-{{ section.id }} .jwc-card-services {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  #journi-work-grid-{{ section.id }} .jwc-card-content {
    padding: 16px !important;
  }

  #journi-work-grid-{{ section.id }} .jwc-card-brand {
    font-size: 20px !important;
  }
}
/* END_SECTION:journi-work-cases */
/* START_SECTION:journi-work-hero (INDEX:81) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-work-hero-{{ section.id }},
#journi-work-hero-{{ section.id }} *,
#journi-work-hero-{{ section.id }} *::before,
#journi-work-hero-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-work-hero-{{ section.id }}.jwh-section {
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  padding: 132px 56px 0 !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
}

#journi-work-hero-{{ section.id }} .jwh-glow {
  position: absolute !important;
  top: -200px;
  left: -100px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(242,75,31,0.20), transparent 60%);
  z-index: 0;
  pointer-events: none;
}

#journi-work-hero-{{ section.id }} .jwh-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
}

/* ─── Eyebrow ────────────────────────────────────────── */
#journi-work-hero-{{ section.id }} .jwh-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 16px;
}

#journi-work-hero-{{ section.id }} .jwh-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

/* ─── Title row ──────────────────────────────────────── */
#journi-work-hero-{{ section.id }} .jwh-title-row {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--jrn-white-10) !important;
  margin-bottom: 16px;
}

#journi-work-hero-{{ section.id }} .jwh-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(48px, 7vw, 96px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.04em !important;
  color: var(--jrn-white) !important;
  margin-bottom: 12px;
}

#journi-work-hero-{{ section.id }} .jwh-subtitle {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--jrn-white-75) !important;
  max-width: 560px;
}

/* ─── Meta bar ───────────────────────────────────────── */
#journi-work-hero-{{ section.id }} .jwh-meta {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}

#journi-work-hero-{{ section.id }} .jwh-meta-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-45) !important;
}

#journi-work-hero-{{ section.id }} .jwh-meta-count {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white) !important;
}

#journi-work-hero-{{ section.id }} .jwh-count-visible {
  color: var(--jrn-accent) !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-work-hero-{{ section.id }}.jwh-section {
    padding: 116px 24px 0 !important;
  }

  #journi-work-hero-{{ section.id }} .jwh-inner {
    padding-bottom: 40px;
  }

  #journi-work-hero-{{ section.id }} .jwh-title-row {
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
}
/* END_SECTION:journi-work-hero */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:258) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

  media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
    /* Needed for safari to stretch to full grid height */
    height: 100%;
  }

  @media screen and (min-width: 750px) {
    .media-gallery--two-column .media-gallery__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Display grid view as a carousel on mobile, grid on desktop */
    media-gallery:is(.media-gallery--grid) slideshow-component {
      display: none;
    }

    media-gallery:where(.media-gallery--grid) .media-gallery__grid {
      display: grid;
    }
  }

  .product-media-container__zoom-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: var(--layer-flat);
    cursor: zoom-in;
    background-color: transparent;

    &:hover {
      background-color: transparent;
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }
/* END_SNIPPET:product-media-gallery-content-styles */
/* START_SNIPPET:quick-add-modal-styles (INDEX:262) */
#quick-add-dialog {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal {
      width: var(--quick-add-modal-width);
      height: var(--quick-add-modal-height);
      max-width: none;
    }
  }

  .quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    overflow: hidden;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 749px) {
      position: fixed;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
      overflow: clip;
      height: fit-content;
    }
  }

  .quick-add-modal[open] {
    @media screen and (max-width: 750px) {
      border-top-left-radius: var(--style-border-radius-popover);
      border-top-right-radius: var(--style-border-radius-popover);
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
    overflow: visible;
    transform-origin: center;
  }

  .quick-add-modal__close:active {
    transform: scale(0.99) translateY(1px);
  }

  .quick-add-modal__close {
    &:focus-visible {
      outline: none;
    }

    &:focus-visible::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: calc(var(--style-border-radius-popover) - var(--margin-2xs));
      outline: var(--focus-outline-width) solid currentColor;
    }
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    flex-grow: 1;

    @media screen and (max-width: 749px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
      .product-media-container:nth-of-type(odd)
      .product-media > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media > *,
        /* Carousel */
      .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 749px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    position: relative;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 749px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      max-height: 100%;
      height: 100%;
    }
  }

  @property --quick-add-modal-mask-start {
    syntax: '<length>';
    initial-value: 0px;
    inherits: false;
  }

  @property --quick-add-modal-mask-end {
    syntax: '<length>';
    initial-value: 0px;
    inherits: true;
  }

  @keyframes detect-scroll {
    from,
    to {
      --can-scroll: ;
    }
  }

  @supports (animation-timeline: scroll(self)) {
    dialog[open] .quick-add-modal__content .product-details {
      mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--quick-add-modal-mask-start), #000 100%);
      animation: 0.3s var(--animation-timing-fade-in) 0.1s both fadeSlideIn, scrollStart 1s linear both,
        scrollEnd 1s linear both, detect-scroll 1ms linear none;
      animation-timeline: auto, scroll(self), scroll(self), scroll(self);
      animation-range: normal, 0px 48px, calc(100% - 48px) 100%, 0% 100%;
    }
  }

  @keyframes scrollStart {
    from {
      --quick-add-modal-mask-start: 0px;
    }
    to {
      --quick-add-modal-mask-start: 48px;
    }
  }

  @keyframes scrollEnd {
    from {
      --quick-add-modal-mask-end: 0px;
    }
    to {
      --quick-add-modal-mask-end: 48px;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    flex-grow: 1;
    width: auto;
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }
  .quick-add-modal__content .product-details :is(.buy-buttons-block) {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding-bottom: var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) {
    position: static;
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) > product-form-component {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)::before {
    display: none;
  }

  .quick-add-modal__content .product-details .buy-buttons-block__bar {
    display: block;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    padding-block: var(--gap-md) var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  @supports (animation-timeline: scroll(self)) {
    .quick-add-modal__content .product-details :is(.buy-buttons-block)::before,
    .quick-add-modal__content .product-details .buy-buttons-block__bar::before {
      --mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);
      --mask-if-no-scroll: 48px;
      --quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));
      height: calc(var(--gap-2xs) + 48px);
    }
  }

  .quick-add-modal__content .product-details .variant-picker {
    flex: 0 0 auto;

    padding-block: min(var(--gap-2xl), var(--gap));
    margin-block-end: calc(var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    margin-block-end: 12px;

    /* Prevent overlap between title and close button */
    padding-inline-end: calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2));
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .product-details product-price {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price.text-block--align-center {
    margin-inline: 0;
  }

  .quick-add-modal__content .product-details product-price.text-center {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price > * {
    text-align: left;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: 0;
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding-block: var(--padding-3xl) 0;
  }

  .quick-add-modal__content :where(.product-details > .group-block > .group-block-content > *) {
    padding-inline: var(--padding-3xl);
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      width: var(--quick-add-modal-gallery-width);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media :is(slideshow-controls, slideshow-controls[thumbnails]) {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */
/* START_SNIPPET:search-modal (INDEX:271) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;
    border: var(--style-border-popover);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  .dialog-modal
    .predictive-search-form__header:has(
      .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
    )::before {
    content: '';
    position: absolute;
    right: calc(var(--padding-sm) + var(--minimum-touch-target));
    top: 0;
    bottom: 0;
    width: var(--border-width-sm);
    background-color: var(--color-border);
  }

  .dialog-modal
    .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))
    > .predictive-search__close-modal-button {
    &::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      right: calc(var(--padding-2xl) * 2);
    }
  }

  predictive-search-component {
    --resource-card-corner-radius: var(--product-corner-radius);

    display: flex;
    width: 100%;
    position: relative;
    margin-inline: auto;
    align-items: center;
    background-color: var(--color-background);
    z-index: var(--layer-heightened);
  }

  .predictive-search-form__footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    @media screen and (min-width: 750px) {
      --to-top-gradient-background: linear-gradient(
        to top,
        rgb(var(--color-background-rgb) / var(--opacity-90)),
        rgb(var(--color-background-rgb) / var(--opacity-80)),
        rgb(var(--color-background-rgb) / var(--opacity-40)),
        transparent
      );

      padding-block: var(--padding-xs) var(--padding-lg);
      background-image: var(--to-top-gradient-background);
    }
  }

  predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    .predictive-search-form__footer {
    display: block;
  }

  .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: flex-start;
  }

  .predictive-search-form__content {
    max-height: 50dvh;
    overflow-y: auto;
    background-color: var(--color-background);

    /* Firefox */
    scrollbar-width: none;

    /* Webkit browsers */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    will-change: transform, opacity;
    overflow: hidden;

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }

    @media screen and (min-width: 750px) {
      max-height: var(--modal-max-height);
    }
  }

  /* Add new rule to apply bottom padding only when search button exists */
  .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    > .predictive-search-form__content {
    padding-block-end: var(--padding-6xl);
  }

  .predictive-search-form__header-inner {
    background: var(--color-background);
    border: var(--search-border-width) solid var(--color-border);
    color: var(--color-foreground);
    border-radius: var(--style-border-radius-popover);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
      border: none;
    }
  }

  .predictive-search-form__header-inner:focus-within {
    outline-offset: var(--focus-outline-offset);

    @media screen and (min-width: 750px) {
      outline: var(--focus-outline-width) solid var(--color-primary);
    }
  }

  .predictive-search-form__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    align-items: center;
    background-color: var(--color-input-background);
    border: var(--search-border-width) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);

    @media screen and (max-width: 749px) {
      padding: var(--padding-2xs) var(--padding-sm);
    }
  }

  .predictive-search-form__header:focus-within,
  .predictive-search-form__header-inner:focus-within,
  .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
    outline: none;
    box-shadow: none;
    /* stylelint-disable-next-line declaration-no-important */
    border-color: var(--color-border) !important;
  }

  input.search-input {
    border-radius: var(--style-border-radius-inputs);
    padding-block: var(--padding-sm);
    font-size: var(--font-size--md);
    width: 100%;
    color: var(--color-foreground);
    padding-inline: calc(var(--margin-lg) + var(--icon-size-lg)) 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: 0;
  }

  .search-input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .search-input,
  .search-input:is(:focus, :focus-visible, :focus-within),
  .predictive-search-form__header *:is(:focus, :focus-visible) {
    outline: none;
    box-shadow: none;
  }

  .search-input:hover {
    background-color: transparent;
  }

  .predictive-search__icon {
    position: absolute;
    left: var(--margin-xl);
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));

    @media screen and (min-width: 750px) {
      left: var(--margin-md);
    }
  }

  .predictive-search__icon > svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    padding: 0;
    margin-inline-end: var(--margin-md);
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-out),
      visibility var(--animation-speed-medium) var(--animation-timing-fade-out);

    &:hover {
      color: var(--color-foreground);
    }

    &:active {
      transform: scale(0.9);
      transition: transform 100ms var(--animation-timing-active);
    }

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .predictive-search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .predictive-search__reset-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: background-color var(--animation-speed-medium) ease-in-out,
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    border-radius: 50%;

    &:hover {
      background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
    }
  }

  .predictive-search__reset-button:active .predictive-search__reset-button-icon {
    transform: scale(0.85);
    transition-timing-function: var(--animation-timing-active);
    transition-duration: 100ms;
  }

  .predictive-search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button-text {
    display: none;
  }

  .predictive-search__search-button {
    margin: auto;
    z-index: var(--layer-raised);
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce),
      box-shadow var(--animation-speed-medium) var(--animation-timing-hover);
    transform-origin: center;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgb(0 0 0 / var(--opacity-5));
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
      box-shadow: none;
    }
  }

  .predictive-search__close-modal-button {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    margin-inline-start: var(--margin-sm);
    padding: 0;
    box-shadow: none;

    &:active {
      transform: scale(0.8);
      transition: transform 100ms var(--animation-timing-active);
    }

    .svg-wrapper,
    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* 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 */
