/* Journey row — light tone (copy + video grid) */
.jrny-row { padding: 88px 0; border-bottom: 1px solid var(--line); }
.jrny-row.jrny-alt { background: var(--paper-3); }
.jrny-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 80px; align-items: center; }
.jrny-grid.jrny-reverse { grid-template-columns: 1fr 1.35fr; }
.jrny-grid.jrny-reverse .jrny-copy { order: 2; }
.jrny-grid.jrny-reverse .jrny-video { order: 1; }
.jrny-copy .eyebrow { color: var(--accent); display: block; }
.jrny-copy h2 { font-family: var(--serif); font-weight: 500; font-size: 44px; line-height: 1.12; letter-spacing: -1px; margin: 14px 0 20px; color: var(--ink); text-wrap: balance; }
.jrny-copy > p { font-size: 17px; line-height: 1.75; color: var(--ink-2); margin: 0 0 18px; max-width: 560px; }
.jrny-num { display: inline-flex; align-items: baseline; gap: 8px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.jrny-num .jn { font-family: var(--serif); font-weight: 500; font-size: 12px; color: var(--accent); opacity: 0.55; letter-spacing: 0; padding-inline-end: 6px; border-inline-end: 1px solid currentColor; }

.jrny-video { display: block; cursor: pointer; text-decoration: none; color: inherit; max-width: 460px; width: 100%; }
button.jrny-video { appearance: none; border: 0; background: transparent; padding: 0; font: inherit; text-align: start; }
.jrny-video--static { cursor: default; }
.jrny-video--unavailable .jrny-play { opacity: 0.85; }
.jrny-grid.jrny-reverse .jrny-video { justify-self: end; }
.jrny-video-thumb { position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 36px rgba(20,12,32,0.18); transition: transform 0.25s, box-shadow 0.25s; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%); }
.jrny-video-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.jrny-video:hover .jrny-video-thumb { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(20,12,32,0.24); }
.jrny-video-thumb::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 280px at 100% 100%, rgba(255,255,255,0.10), transparent 60%); pointer-events: none; }
.jrny-vlabel { position: absolute; left: 22px; right: 22px; bottom: 22px; color: #fff; z-index: 1; }
.jrny-vlabel h3 { font-family: var(--serif); font-weight: 500; font-size: 20px; letter-spacing: -0.3px; line-height: 1.25; margin: 0; max-width: 380px; }
.jrny-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; border-radius: 999px; background: rgba(255,255,255,0.96); color: var(--accent-deep); border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 26px rgba(0,0,0,0.28); transition: transform 0.2s; z-index: 2; padding-left: 3px; }
.jrny-video:hover .jrny-play { transform: translate(-50%,-50%) scale(1.08); }
.jrny-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 700; color: var(--accent); transition: gap 0.15s, color 0.15s; text-decoration: none; }
.jrny-link:hover { gap: 11px; color: var(--accent-deep); }
[dir="rtl"] .jrny-link > svg { transform: scaleX(-1); }

/* Journey row — dark tone (promo card, e.g. "this week") */
.jrny-thisweek-sec { padding: 88px 0 100px; background: var(--paper-3); }
.jrny-tw-card { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 72px rgba(58,27,48,0.30); display: grid; grid-template-columns: 0.85fr 1.15fr; min-height: 360px; background: var(--accent-deep); color: #fff; }
.jrny-tw-cover { position: relative; overflow: visible; min-height: 0; padding: 40px 26px; display: flex; align-items: center; justify-content: center; }
.jrny-tw-gradient { width: 100%; aspect-ratio: 16/9; border-radius: 14px; box-shadow: 0 18px 36px rgba(0,0,0,0.32); background-size: cover; background-position: center; position: relative; overflow: hidden; }
.jrny-tw-gradient::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(420px 240px at 100% 0%, rgba(255,255,255,0.14), transparent 55%); }
.jrny-tw-cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.32);
}
.jrny-tw-art { position: relative; padding: 40px 44px; color: #fff; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; }
.jrny-tw-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(720px 380px at 0% 100%, rgba(255,255,255,0.08), transparent 60%), radial-gradient(480px 280px at 100% 0%, rgba(255,255,255,0.06), transparent 60%); pointer-events: none; border-radius: 28px; }
.jrny-tw-eyebrow { position: relative; z-index: 1; display: inline-block; font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.62); margin-bottom: 16px; }
.jrny-tw-pill { position: relative; z-index: 1; display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,0.18); margin-bottom: 18px; backdrop-filter: blur(6px); }
.jrny-tw-art h2 { position: relative; z-index: 1; font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1.1; letter-spacing: -0.9px; margin: 0 0 14px; max-width: 480px; text-wrap: balance; }
.jrny-tw-body { position: relative; z-index: 1; font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,0.86); margin: 0 0 20px; max-width: 480px; }
.jrny-tw-body p { margin: 0 0 12px; }
.jrny-tw-cta { position: relative; z-index: 1; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: auto; }
.fel-btn-on-dark { background: #fff; color: var(--accent-deep); box-shadow: 0 10px 24px rgba(0,0,0,0.24); }
.fel-btn-on-dark:hover { background: #fff; color: var(--accent); transform: translateY(-1px); box-shadow: 0 14px 32px rgba(0,0,0,0.32); }
.jrny-tw-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: #fff; opacity: 0.92; transition: opacity 0.15s, gap 0.15s; text-decoration: none; }
.jrny-tw-link:hover { opacity: 1; gap: 10px; }

@media (max-width: 860px) {
  .jrny-grid, .jrny-grid.jrny-reverse { grid-template-columns: 1fr; gap: 36px; }
  .jrny-grid.jrny-reverse .jrny-copy { order: 1; }
  .jrny-grid.jrny-reverse .jrny-video { order: 2; }
  .jrny-row { padding: 56px 0; }
  .jrny-copy h2 { font-size: 32px; }
  .jrny-tw-card { grid-template-columns: 1fr; min-height: 0; }
  .jrny-tw-art { padding: 32px 26px; }
  .jrny-tw-art h2 { font-size: 30px; }
}
