:root {
  --journey-ink: #31463a;
  --journey-deep: #0b2015;
  --journey-forest: #17432d;
  --journey-leaf: #52735e;
  --journey-cream: #f7f2e8;
  --journey-paper: #fffdf8;
  --journey-sand: #e9ddca;
  --journey-gold: #bd8b40;
  --journey-gold-dark: #795423;
  --journey-line: #ddd2bf;
  --journey-terracotta: #fff3ea;
  --journey-serif: "Cormorant Garamond", Georgia, serif;
  --journey-sans: "Outfit", system-ui, sans-serif;
  --journey-shadow: 0 18px 44px rgba(26, 58, 39, .09);
}

/* v2 — refinamento tipográfico para leitura longa e responsiva */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  padding-bottom: calc(145px + env(safe-area-inset-bottom));
  overflow-x: hidden;
  color: var(--journey-ink);
  background: var(--journey-paper);
  font: 400 18px/1.78 var(--journey-sans);
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.sr-player-ready { padding-bottom: calc(145px + env(safe-area-inset-bottom)); }
img { max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.j-skip { position: fixed; z-index: 9999; top: -80px; left: 16px; padding: 10px 16px; color: #111; background: white; border-radius: 8px; }
.j-skip:focus { top: 10px; }

/* Shell preservado */
.j-header { position: sticky; z-index: 70; top: 0; color: #f8f1e5; background: rgba(8, 27, 17, .985); border-bottom: 1px solid rgba(189, 139, 62, .26); backdrop-filter: blur(14px); }
.j-nav { width: min(1180px, calc(100% - 32px)); min-height: 72px; margin: auto; display: flex; align-items: center; gap: 20px; }
.j-brand { display: inline-flex; align-items: center; gap: 10px; font: 600 1.5rem/1 var(--journey-serif); text-decoration: none; white-space: nowrap; }
.j-brand img { width: 44px; height: 44px; border: 1px solid rgba(189, 139, 62, .65); border-radius: 50%; object-fit: cover; }
.j-menu { display: flex; align-items: center; gap: 19px; margin-left: auto; }
.j-menu a { color: #e7e1d7; font-size: .82rem; text-decoration: none; }
.j-menu a[aria-current=page], .j-menu a:hover { color: #e5b968; }
.j-help { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 15px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; text-decoration: none; }
.j-toggle { display: none; margin-left: auto; width: 46px; height: 46px; color: white; background: transparent; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; font-size: 0; }
.j-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 4px; }
.journey-shell { width: min(100% - 40px, 1160px); margin-inline: auto; }

/* Abertura */
.journey-hero { position: relative; isolation: isolate; overflow: hidden; padding: 58px 0 54px; color: #f8f2e7; background: linear-gradient(138deg, #0d2d1d 0%, #17452e 65%, #1c5136 100%); }
.journey-hero::after { content: ""; position: absolute; z-index: -1; right: -8rem; bottom: -15rem; width: 34rem; height: 28rem; border: 1px solid rgba(228, 187, 112, .25); border-radius: 50%; transform: rotate(-14deg); }
.journey-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: clamp(36px, 5vw, 72px); }
.journey-kicker { margin: 0 0 10px; color: #e4b768; font-size: .72rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.journey-hero h1 { max-width: 720px; margin: 0 0 22px; color: #fff9ed; font: 600 clamp(4rem, 5vw, 4.4rem)/1.01 var(--journey-serif); letter-spacing: -.032em; text-wrap: balance; }
.journey-welcome { max-width: 700px; color: #e4e9e3; font-size: 1rem; line-height: 1.62; }
.journey-welcome p { margin: .28em 0; }
.journey-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.journey-button, .j-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; color: #102018; background: var(--journey-gold); border: 1px solid var(--journey-gold); border-radius: 14px; font-weight: 720; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.journey-button:hover, .j-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 0, 0, .16); }
.journey-button--secondary { color: #fff8e9; background: transparent; border-color: rgba(255, 255, 255, .47); }
.journey-hero__media { width: min(100%, 420px); aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .23); border-radius: 24px; box-shadow: 0 24px 58px rgba(0, 0, 0, .24); }
.journey-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.journey-welcome-continuation { padding: 32px 0 14px; background: #fffdf8; }
.journey-welcome-continuation .journey-shell { max-width: 740px; }
.journey-welcome-continuation p { margin: .35em 0; color: #44564b; }

.journey-breadcrumb { display: flex; align-items: center; gap: 8px; padding-block: 20px; color: #68776e; font-size: .76rem; }

/* Índice inicial */
.journey-index { padding: 56px 0 66px; background: linear-gradient(180deg, #f8f3e9, #f2eadc); border-block: 1px solid var(--journey-line); }
.journey-index__inner { max-width: 1040px; }
.journey-index h2 { max-width: 720px; margin: 0 0 12px; color: var(--journey-forest); font: 600 clamp(2.8rem, 5vw, 4rem)/1.04 var(--journey-serif); letter-spacing: -.025em; }
.journey-index__intro { max-width: 690px; margin: 0 0 28px; color: #56685d; }
.journey-index__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.journey-index__grid a { min-height: 66px; display: grid; grid-template-columns: 28px minmax(0, 1fr) 20px; align-items: center; gap: 10px; padding: 12px 15px; color: var(--journey-forest); background: rgba(255, 253, 248, .9); border: 1px solid #d8cbb5; border-radius: 15px; font-size: .88rem; font-weight: 650; line-height: 1.35; text-decoration: none; transition: transform .16s ease, border-color .16s ease, background-color .16s ease; }
.journey-index__grid a:hover { transform: translateY(-2px); background: white; border-color: var(--journey-gold); }
.journey-index__grid a > span { color: var(--journey-gold-dark); font-size: .68rem; letter-spacing: .08em; }
.journey-index__grid a > b { font-size: 1rem; font-weight: 500; text-align: right; }

/* Jornada e navegação */
.journey-stage { display: grid; grid-template-columns: 220px minmax(0, 700px); justify-content: center; align-items: start; gap: 64px; padding-top: 56px; }
.journey-sidebar { position: sticky; top: 102px; min-width: 0; max-height: calc(100vh - 130px); }
.journey-sidebar__inner { max-height: calc(100vh - 130px); overflow-y: auto; padding: 18px; background: #f7f2e8; border: 1px solid var(--journey-line); border-radius: 18px; }
.journey-sidebar__inner > p { margin: 0 0 12px; color: var(--journey-gold-dark); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.journey-sidebar nav { display: grid; gap: 3px; }
.journey-sidebar nav a { min-height: 42px; display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 7px; padding: 7px 8px; color: #4b5d52; border-radius: 9px; font-size: .76rem; line-height: 1.28; text-decoration: none; }
.journey-sidebar nav a span { color: #9a7136; font-size: .62rem; }
.journey-sidebar nav a:hover, .journey-sidebar nav a[aria-current="location"] { color: var(--journey-forest); background: white; box-shadow: inset 3px 0 var(--journey-gold); }
.journey-sidebar__top { display: inline-block; margin-top: 14px; color: var(--journey-gold-dark); font-size: .72rem; }
.journey-mobile-nav { display: none; }
.journey-main { width: min(100%, 700px); min-width: 0; }
.jesus-chapter { position: relative; padding: 58px 0 76px; scroll-margin-top: 105px; border-bottom: 1px solid var(--journey-line); }
.chapter-heading { margin-bottom: 26px; }
.chapter-number { margin: 0 0 10px; color: var(--journey-gold-dark); font-size: .75rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.chapter-number span { margin-right: 7px; }
.chapter-heading h2 { max-width: 680px; margin: 0; color: var(--journey-forest); font: 600 clamp(2.85rem, 4.8vw, 3.8rem)/1.08 var(--journey-serif); letter-spacing: -.022em; text-wrap: balance; }
.chapter-intro { margin-bottom: 28px; padding: 24px 26px; color: #384b40; background: linear-gradient(130deg, #f8f2e7, #f4ecde); border-left: 3px solid var(--journey-gold); border-radius: 0 18px 18px 0; font-size: 1.02rem; line-height: 1.74; }
.chapter-intro p { max-width: 66ch; margin: 0 0 .72em; }
.chapter-intro p:last-child { margin-bottom: 0; }
.chapter-body { min-width: 0; color: #304238; font-size: 1rem; line-height: 1.78; }
.chapter-body > .j-section { padding: 46px 0 48px; border-bottom: 1px solid var(--journey-line); scroll-margin-top: 105px; }
.chapter-body > .j-section:last-of-type { border-bottom: 0; }
.chapter-body h3 { max-width: 670px; margin: 0 0 24px; color: var(--journey-forest); font: 600 clamp(2.15rem, 3.7vw, 2.75rem)/1.12 var(--journey-serif); letter-spacing: -.012em; text-wrap: balance; }
.chapter-body h4 { margin: 1.35em 0 .55em; color: var(--journey-forest); font: 600 1.55rem/1.18 var(--journey-serif); }
.chapter-body p { max-width: 68ch; margin: 0 0 .92em; }
.chapter-body p:last-child { margin-bottom: 0; }
.chapter-body .j-short + .j-short { margin-top: -.28em; }
.chapter-body ul, .chapter-body ol { max-width: 66ch; margin: 1.15em 0 1.35em; padding-left: 1.5rem; }
.chapter-body li { margin: .58em 0; padding-left: .16rem; line-height: 1.68; }
.chapter-body li::marker { color: var(--journey-gold-dark); }
.chapter-body a:not(.j-button) { text-decoration-color: rgba(121, 84, 35, .58); }
.j-ref { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--journey-gold-dark); font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.j-ref::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.j-actions, .j-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.j-button.secondary, .j-button.light { color: var(--journey-forest); background: transparent; box-shadow: none; }
.j-prayer { padding: 24px; background: #fbf5e9; border: 1px solid #dcc9a8; border-left: 4px solid var(--journey-gold); border-radius: 18px; }
.j-ecosystem { margin: 32px 0 0; padding: 28px; background: linear-gradient(135deg, #f5efe2, #ece4d6); border: 1px solid var(--journey-line); border-radius: 20px; }
.j-ecosystem h2, .j-ecosystem h3 { margin-top: 0; }
.j-index { margin: 22px 0 36px; padding: 24px; background: #f7f1e5; border: 1px solid var(--journey-line); border-radius: 18px; }
.j-index h3 { font-size: 2rem; }
.j-index ul { columns: 2; gap: 34px; margin-bottom: 0; }

/* Blocos com função editorial */
.chapter-block--scene, .chapter-block--prayer, .chapter-block--safety, .chapter-block--reflection, .chapter-block--practice { margin: 34px 0; padding: 34px 30px !important; border: 1px solid var(--journey-line) !important; border-radius: 22px; }
.chapter-block--scene { background: linear-gradient(145deg, #f6f0e3, #eee4d2); border-left: 4px solid var(--journey-gold) !important; }
.chapter-block--prayer { background: #fbf5e9; }
.chapter-block--safety { background: var(--journey-terracotta); border-color: #d6b196 !important; }
.chapter-block--reflection { background: linear-gradient(120deg, rgba(82, 115, 94, .1), transparent); }
.chapter-block--practice { background: #f8f5ed; }
.chapter-block--conclusion { padding-bottom: 42px !important; }

.jesus-inline-visual { width: min(100%, 480px); aspect-ratio: 4 / 3; margin: 20px auto 56px; overflow: hidden; border-radius: 20px; box-shadow: var(--journey-shadow); }
.jesus-inline-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.chapter-pager { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--journey-line); }
.chapter-pager__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
.chapter-pager__row a { min-height: 54px; display: flex; align-items: center; padding: 12px 15px; color: var(--journey-forest); background: #f8f3e9; border: 1px solid var(--journey-line); border-radius: 13px; font-size: .84rem; font-weight: 650; line-height: 1.35; text-decoration: none; }
.chapter-pager__next { justify-content: flex-end; text-align: right; }
.chapter-pager__index { display: block; width: fit-content; margin: 15px auto 0; color: var(--journey-gold-dark); font-size: .78rem; }

/* Rodapé */
.j-footer { padding: 54px 0 calc(130px + env(safe-area-inset-bottom)); color: #d8d9d2; background: var(--journey-deep); }
.j-footer .j-shell { width: min(100% - 40px, 1160px); margin-inline: auto; }
.j-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.j-footer strong { display: block; margin-bottom: 12px; color: white; font: 600 1.25rem var(--journey-serif); }
.j-footer a:not(.j-brand) { display: block; width: fit-content; margin: 8px 0; color: #c5cbc4; text-decoration-color: rgba(229, 185, 104, .65); }
.j-footer p { max-width: 320px; }

:focus-visible { outline: 3px solid #dba64d; outline-offset: 4px; }

@media (max-width: 1099px) {
  .journey-stage { display: block; max-width: 780px; }
  .journey-sidebar { position: static; display: none; }
  .journey-mobile-nav { position: sticky; z-index: 25; top: 78px; display: block; margin: 0 0 20px; background: rgba(255, 253, 248, .97); border: 1px solid var(--journey-line); border-radius: 14px; box-shadow: 0 9px 24px rgba(26, 58, 39, .09); }
  .journey-mobile-nav summary { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; color: var(--journey-forest); font-weight: 700; cursor: pointer; list-style: none; }
  .journey-mobile-nav summary::-webkit-details-marker { display: none; }
  .journey-mobile-nav[open] summary span { transform: rotate(180deg); }
  .journey-mobile-nav nav { max-height: min(56vh, 420px); display: grid; overflow-y: auto; padding: 3px 10px 12px; }
  .journey-mobile-nav nav a { min-height: 46px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 8px; padding: 8px; border-top: 1px solid #eee4d3; color: #43574b; font-size: .84rem; text-decoration: none; }
  .journey-mobile-nav nav a span { color: var(--journey-gold-dark); font-size: .68rem; }
}

@media (max-width: 860px) {
  .j-toggle { display: block; }
  .j-menu { position: fixed; top: 72px; right: 12px; left: 12px; max-height: calc(100vh - 90px); display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; padding: 12px; background: #102119; border: 1px solid rgba(189, 139, 62, .35); border-radius: 18px; box-shadow: 0 20px 50px rgba(0, 0, 0, .28); }
  .j-menu a { min-height: 48px; display: flex; align-items: center; padding: 10px 12px; }
  .menu-open .j-menu { display: flex; }
  .j-help { display: none; }
  .journey-hero__grid { grid-template-columns: 1fr; }
  .journey-hero__media { width: min(100%, 360px); }
  .journey-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .j-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: calc(140px + env(safe-area-inset-bottom)); font-size: 17.5px; line-height: 1.76; }
  body.sr-player-ready { padding-bottom: calc(140px + env(safe-area-inset-bottom)); }
  .j-nav { width: calc(100% - 24px); min-height: 64px; gap: 10px; }
  .j-brand { font-size: 1.32rem; }
  .j-brand img { width: 39px; height: 39px; }
  .j-toggle { width: 44px; height: 44px; flex: 0 0 44px; }
  .j-menu { top: 64px; }
  .journey-shell { width: min(100% - 44px, 1160px); }
  .journey-hero { padding: 42px 0 48px; }
  .journey-hero__grid { gap: 24px; }
  .journey-hero h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 10.5vw, 2.8rem); line-height: 1.08; letter-spacing: -.02em; }
  .journey-welcome { font-size: 1rem; line-height: 1.72; }
  .journey-welcome p { margin: 0 0 .68em; }
  .journey-welcome p:last-child { margin-bottom: 0; }
  .journey-actions { flex-direction: column; align-items: stretch; margin-top: 19px; }
  .journey-button, .j-button { width: 100%; min-height: 50px; padding-inline: 14px; }
  .journey-hero__media { width: min(100%, 280px); aspect-ratio: 4 / 3; margin-inline: auto; border-radius: 18px; }
  .journey-welcome-continuation { padding: 28px 0 10px; }
  .journey-welcome-continuation p { margin: 0 0 .8em; line-height: 1.72; }
  .journey-welcome-continuation p:last-child { margin-bottom: 0; }
  .journey-breadcrumb { padding-block: 17px; font-size: .72rem; }
  .journey-index { padding: 44px 0 50px; }
  .journey-index h2 { font-size: clamp(2.5rem, 11vw, 3rem); }
  .journey-index__intro { line-height: 1.58; }
  .journey-index__grid { grid-template-columns: 1fr; gap: 9px; }
  .journey-index__grid a { min-height: 54px; padding-block: 9px; }
  .journey-stage { width: min(100% - 40px, 780px); padding-top: 24px; }
  .journey-mobile-nav { top: 72px; }
  .jesus-chapter { padding: 44px 0 62px; scroll-margin-top: 92px; }
  .chapter-heading { margin-bottom: 20px; }
  .chapter-heading h2 { font-size: clamp(2.05rem, 9.2vw, 2.45rem); line-height: 1.12; letter-spacing: -.015em; }
  .chapter-intro { margin-bottom: 24px; padding: 20px; border-radius: 0 15px 15px 0; font-size: 1rem; line-height: 1.72; }
  .chapter-intro p { margin: 0 0 .7em; }
  .chapter-intro p:last-child { margin-bottom: 0; }
  .chapter-body > .j-section { padding: 38px 0 40px; scroll-margin-top: 92px; }
  .chapter-body h3 { margin-bottom: 20px; font-size: clamp(1.82rem, 8.2vw, 2.15rem); line-height: 1.16; }
  .chapter-body h4 { font-size: 1.4rem; }
  .chapter-body { font-size: 1rem; line-height: 1.76; }
  .chapter-body p { margin: 0 0 .96em; }
  .chapter-body p:last-child { margin-bottom: 0; }
  .chapter-body .j-short + .j-short { margin-top: -.3em; }
  .chapter-body ul, .chapter-body ol { margin-top: 1.05em; margin-bottom: 1.3em; }
  .chapter-body li { margin: .62em 0; line-height: 1.65; }
  .j-actions, .j-links { flex-direction: column; align-items: stretch; }
  .j-prayer, .j-ecosystem, .j-index { padding: 20px; border-radius: 17px; }
  .j-index ul { columns: 1; max-height: 380px; overflow-y: auto; padding-right: 7px; }
  .chapter-block--scene, .chapter-block--prayer, .chapter-block--safety, .chapter-block--reflection, .chapter-block--practice { margin: 30px 0; padding: 25px 20px !important; border-radius: 18px; }
  .jesus-inline-visual { width: min(100%, 300px); aspect-ratio: 4 / 3; margin: 28px auto 44px; border-radius: 18px; }
  .chapter-pager__row { grid-template-columns: 1fr; }
  .chapter-pager__row > span { display: none; }
  .chapter-pager__row a { min-height: 50px; }
  .chapter-pager__next { justify-content: flex-start; text-align: left; }
  .j-footer .j-shell { width: min(100% - 30px, 1160px); }
  .j-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .j-footer { padding-top: 44px; }
}

@media (max-width: 370px) {
  .journey-shell { width: min(100% - 36px, 1160px); }
  .journey-stage { width: min(100% - 24px, 780px); }
  body { font-size: 17px; }
  .journey-hero h1 { font-size: 2.32rem; }
  .chapter-heading h2 { font-size: 2.05rem; }
  .chapter-body h3 { font-size: 1.82rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* SonaRaiz language selector — PT/ES */
.j-language{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.06em;white-space:nowrap}
.j-language a{color:#d4dbd5;text-decoration:none;padding:6px 2px;transition:color .2s ease}
.j-language a:hover,.j-language a:focus-visible,.j-language a[aria-current="true"]{color:#e5b968}
.j-language span{color:rgba(255,255,255,.35)}
@media (max-width:860px){.j-language{order:1;margin-left:auto}.j-toggle{order:2;margin-left:0}.j-menu{order:3}}

/* v3 — seletor de idioma claramente visível */
.j-language {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  color: #eef3ee;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(229,185,104,.55);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .015em;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
.j-language__globe {
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  color: #e5b968;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0;
}
.j-language__globe::before,
.j-language__globe::after { content:""; position:absolute; }
.j-language__globe { position:relative; }
.j-language__globe::before { width: 9px; height: 15px; border-inline:1px solid currentColor; border-radius:50%; }
.j-language__globe::after { width: 13px; height: 1px; background:currentColor; }
.j-language a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 3px;
  color: #e4eae5;
  border-radius: 7px;
  text-decoration: none;
}
.j-language a:hover,
.j-language a:focus-visible { color:#fff; background:rgba(255,255,255,.08); }
.j-language a[aria-current="true"] { color:#f1c879; font-weight:750; }
.j-language__divider { color:rgba(255,255,255,.32); }
.j-language__short { display:none; }

@media (max-width: 1040px) {
  .j-language__full { display:none; }
  .j-language__short { display:inline; }
}
@media (max-width: 860px) {
  .j-language { order:1; margin-left:auto; min-height:38px; padding:4px 9px; font-size:.8rem; }
  .j-toggle { order:2; margin-left:0; }
  .j-menu { order:3; }
}
@media (max-width: 390px) {
  .j-nav { gap:7px; }
  .j-brand span { display:none; }
  .j-language { padding-inline:8px; gap:5px; }
}
