html:has(.journal) { scroll-behavior: smooth; scroll-padding-top: 105px; }
.journal { --purple: #5919c1; --green: #3aaf89; --coral: #f76c6c; --ink: #383838; --muted: #69676b; --line: #e6e1e8; overflow-x: clip; background: #fff; color: var(--ink); font: 16px/1.5 Arial, Helvetica, sans-serif; }
.journal * { box-sizing: border-box; }
.journal a { color: inherit; text-decoration: none; }
.journal button { font: inherit; }
.journal a:focus-visible, .journal button:focus-visible { outline: 3px solid var(--purple); outline-offset: 4px; }
.journal-nav { position: fixed; z-index: 50; top: 22px; left: 50%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(910px, calc(100% - 40px)); min-height: 68px; padding: 7px 10px 7px 22px; transform: translateX(-50%); border: 1px solid #ebe8eb; border-radius: 17px; background: #fffc; box-shadow: 0 12px 32px #28202914; backdrop-filter: blur(16px); }
.journal-nav-brand { display: block; width: 84px; height: 49px; }
.journal-nav-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.journal-nav-links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 32px); white-space: nowrap; }
.journal-nav-links a { position: relative; padding: 10px 0; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.journal-nav-links a:hover, .journal-nav-links a[aria-current] { color: var(--purple); }
.journal-nav-links a[aria-current]::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; border-radius: 2px; background: var(--purple); content: ''; }
.journal-nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 11px; background: var(--ink); color: #fff !important; font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.journal-nav-cta:hover { background: var(--purple); transform: translateY(-2px); }
.journal-nav-menu { display: none; }
.journal-main { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.journal-kicker { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.journal-kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.journal-kicker-line { width: 24px; height: 1px; background: #aba4b0; }
.journal-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(0, .87fr); align-items: center; min-height: min(810px, 100svh); padding: 144px 28px 94px; border-bottom: 1px solid var(--line); }
.journal-hero-copy { position: relative; z-index: 2; }
.journal-hero h1 { max-width: 750px; margin: 26px 0 0; font-size: clamp(55px, 6.2vw, 88px); font-weight: 700; letter-spacing: -.075em; line-height: 1.04; }
.journal-hero h1 em { display: block; color: var(--purple); font-style: normal; }
.journal-hero-intro { max-width: 570px; margin: 27px 0 0; color: #55545a; font-size: clamp(17px, 1.65vw, 21px); line-height: 1.55; }
.journal-scroll-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 39px; font-size: 14px; font-weight: 700; }
.journal-scroll-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; font-size: 22px; transition: transform .25s ease, background .25s ease, color .25s ease; }
.journal-scroll-link:hover .journal-scroll-icon { transform: translateY(5px); background: var(--ink); color: #fff; }
.journal-hero-art-wrap { min-width: 0; }
.journal-hero-art { position: relative; width: 100%; height: 510px; transform: translateY(var(--journal-drift, 0px)); will-change: transform; }
.journal-art-blob { position: absolute; display: block; border-radius: 50%; animation: journal-float 7s ease-in-out infinite alternate; }
.journal-art-blob-green { top: 17%; left: 8%; width: 75%; aspect-ratio: 1; border-radius: 49% 51% 57% 43% / 50% 42% 58% 50%; background: #dbf3e9; }
.journal-art-blob-coral { right: -2%; bottom: 4%; width: 39%; aspect-ratio: 1; background: #fbdcdd; animation-delay: -2s; }
.journal-art-ring { position: absolute; top: 3%; right: 2%; width: 34%; aspect-ratio: 1; border: 1px solid #aa83e2; border-radius: 50%; }
.journal-visual-card { position: absolute; display: flex; flex-direction: column; border: 1px solid #cebedf; border-radius: 16px; background: #fff; box-shadow: 0 22px 50px #2e205630; }
.journal-visual-card-back { top: 14%; right: 5%; width: 47%; height: 49%; padding: 24px; transform: rotate(11deg); color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.journal-visual-card-back i { display: block; width: 76%; height: 10px; margin-top: 22px; border-radius: 10px; background: #e2d6f5; }
.journal-visual-card-back i:nth-of-type(2) { width: 95%; }
.journal-visual-card-back i:nth-of-type(3) { width: 55%; }
.journal-visual-card-front { top: 23%; left: 10%; width: 59%; height: 62%; padding: 30px; transform: rotate(-8deg); animation: journal-card-float 5s ease-in-out infinite alternate; }
.journal-visual-brand { color: var(--ink); font-size: 20px; font-weight: 800; letter-spacing: -.06em; }
.journal-visual-brand span { margin-left: 3px; color: var(--green); font-size: 10px; vertical-align: top; }
.journal-visual-label { margin-top: 31px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.journal-visual-card-front i { display: block; width: 100%; height: 7px; margin-top: 16px; border-radius: 10px; background: #e9e4ef; }
.journal-visual-card-front i:nth-of-type(2) { width: 80%; }
.journal-visual-card-front i:nth-of-type(3) { width: 58%; }
.journal-visual-stamp { position: absolute; right: -16px; bottom: -16px; display: grid; place-items: center; width: 68px; aspect-ratio: 1; border: 5px solid #fff; border-radius: 50%; background: var(--green); color: #fff; font-size: 34px; }
.journal-plane { position: absolute; z-index: 3; top: 3%; left: 3%; width: 82px; transform: rotate(19deg); animation: journal-plane 6s ease-in-out infinite alternate; }
.journal-hero-footer { position: absolute; right: 28px; bottom: 24px; left: 28px; display: flex; justify-content: space-between; gap: 20px; color: #807b83; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.journal-stories { padding: 112px 28px 0; }
.journal-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.journal-section-heading h2 { margin: 10px 0 0; font-size: clamp(36px, 4.2vw, 58px); font-weight: 700; letter-spacing: -.065em; line-height: 1.05; }
.journal-section-heading > p { max-width: 360px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.journal-feature { position: relative; display: grid; grid-template-columns: 1fr .95fr; min-height: 450px; overflow: hidden; border: 1px solid #ded8e5; border-radius: 24px; background: #f8f5fc; transition: box-shadow .35s ease, transform .35s ease; }
.journal-feature:hover { transform: translateY(-6px); box-shadow: 0 24px 55px #35215e20; }
.journal-feature-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: 30px 34px 35px; }
.journal-feature-topline { display: flex; justify-content: space-between; gap: 20px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.journal-story-category { display: block; color: #4e8c75; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journal-feature h3 { max-width: 650px; margin: 14px 0 0; font-size: clamp(38px, 4.1vw, 58px); font-weight: 700; letter-spacing: -.07em; line-height: 1.08; }
.journal-feature-copy p { max-width: 560px; margin: 15px 0 0; color: #57545e; font-size: 17px; line-height: 1.55; }
.journal-read-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 28px; color: var(--purple); font-size: 14px; font-weight: 800; }
.journal-read-link span { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; transition: transform .25s ease; }
.journal-feature:hover .journal-read-link span { transform: translate(3px, -3px); }
.journal-feature-visual { position: relative; overflow: hidden; background: #e6f2ed; }
.journal-feature-orbit { position: absolute; top: -20%; left: 15%; width: 80%; aspect-ratio: 1; border: 1px solid #8bbba9; border-radius: 50%; }
.journal-feature-visual img { position: absolute; right: 0; bottom: 0; width: 100%; max-width: none; height: auto; filter: contrast(1.1); transition: transform .5s ease; }
.journal-feature:hover .journal-feature-visual img { transform: scale(1.04); }
.journal-feature-doc { position: absolute; z-index: 1; top: 18%; left: 28%; display: flex; flex-direction: column; gap: 15px; width: 49%; height: 61%; padding: 30px; border: 1px solid #9c80cc; border-radius: 13px; background: #fff; box-shadow: 18px 18px 0 #d4e9df, 0 18px 40px #384e3c26; transform: rotate(-8deg); transition: transform .5s ease; }
.journal-feature-doc small { color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.journal-feature-doc strong { margin-top: 16px; color: var(--purple); font-size: 17px; letter-spacing: .12em; }
.journal-feature-doc i { display: block; width: 100%; height: 7px; border-radius: 10px; background: #e8e1f3; }
.journal-feature-doc i:nth-of-type(2) { width: 78%; }
.journal-feature-doc i:nth-of-type(3) { width: 58%; }
.journal-feature-doc b { position: absolute; right: -18px; bottom: -18px; display: grid; place-items: center; width: 55px; aspect-ratio: 1; border: 4px solid #fff; border-radius: 50%; background: var(--green); color: #fff; font-size: 27px; }
.journal-feature:hover .journal-feature-doc { transform: translateY(-8px) rotate(-5deg); }
.journal-feature-number { position: absolute; top: 22px; right: 28px; color: #539c7f; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.journal-more-heading { margin-top: 105px; }
.journal-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.journal-post-card { --art-bg: #ebe6fb; --art-ink: #5919c1; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #e5e1e7; border-radius: 22px; background: #fff; transition: box-shadow .35s ease, transform .35s ease; }
.journal-post-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px #2a1b431a; }
.journal-tone-green { --art-bg: #e1f3ec; --art-ink: #278768; }
.journal-tone-coral { --art-bg: #fde7e7; --art-ink: #d96161; }
.journal-card-art { position: relative; height: 225px; overflow: hidden; background: var(--art-bg); }
.journal-card-orbit { position: absolute; top: -52%; right: -2%; width: 70%; aspect-ratio: 1; border: 1px solid var(--art-ink); border-radius: 50%; opacity: .45; }
.journal-card-orbit::after { position: absolute; top: 32%; left: -58%; width: 100%; aspect-ratio: 1; border: 1px solid var(--art-ink); border-radius: 50%; content: ''; }
.journal-card-sheet { position: absolute; top: 23%; left: 42%; display: flex; flex-direction: column; gap: 15px; width: 30%; height: 72%; padding: 35px 22px; border: 1px solid var(--art-ink); border-radius: 13px; background: #fff; box-shadow: 14px 16px 0 #ffffff80; transform: rotate(-12deg); transition: transform .45s ease; }
.journal-post-card:hover .journal-card-sheet { transform: translateY(-8px) rotate(-5deg); }
.journal-card-sheet i { width: 100%; height: 7px; border-radius: 10px; background: var(--art-bg); }
.journal-card-sheet i:nth-child(2) { width: 78%; }
.journal-card-sheet i:nth-child(3) { width: 55%; }
.journal-card-seal { position: absolute; top: 22px; left: 24px; display: grid; place-items: center; width: 40px; aspect-ratio: 1; border-radius: 50%; background: var(--art-ink); color: #fff; font-size: 12px; font-weight: 800; }
.journal-card-content { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.journal-card-content h3 { max-width: 550px; margin: 12px 0 0; font-size: clamp(27px, 2.8vw, 36px); font-weight: 700; letter-spacing: -.055em; line-height: 1.12; }
.journal-card-content > p { max-width: 510px; margin: 13px 0 25px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.journal-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; color: var(--muted); font-size: 13px; font-weight: 700; }
.journal-card-arrow { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-size: 18px; }
.journal-post-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 285px; }
.journal-post-card:last-child .journal-card-art { height: 100%; min-height: 285px; }
.journal-post-card:last-child .journal-card-content { padding: 36px; }
.journal-cta { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 120px 28px 110px; padding: 44px; border-radius: 24px; background: var(--purple); color: #fff; }
.journal-cta .journal-kicker { color: #9ce2c8; }
.journal-cta h2 { max-width: 720px; margin: 16px 0 0; font-size: clamp(36px, 4vw, 56px); letter-spacing: -.06em; line-height: 1.08; }
.journal-cta p:not(.journal-kicker) { max-width: 520px; margin: 17px 0 0; color: #ede4fa; font-size: 16px; line-height: 1.5; }
.journal-cta > a { display: inline-flex; align-items: center; justify-content: center; gap: 18px; flex: 0 0 auto; padding: 15px 20px; border-radius: 50px; background: var(--coral); color: #fff; font-size: 14px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.journal-cta > a:hover { transform: translateY(-4px); background: #ed5e61; }
.journal-footer { padding: 52px max(24px, calc((100% - 1160px) / 2)) 24px; border-top: 1px solid var(--line); background: #f8f7f7; }
.journal-footer-inner { display: flex; justify-content: space-between; gap: 40px; }
.journal-footer-brand { font-size: 30px; font-weight: 800; letter-spacing: -.08em; }
.journal-footer-brand span { margin-left: 3px; color: var(--green); font-size: 9px; vertical-align: top; }
.journal-footer-inner p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.journal-footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 18px 28px; font-size: 14px; font-weight: 700; }
.journal-footer-links a:hover { color: var(--purple); }
.journal-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 66px; padding-top: 18px; border-top: 1px solid #e3e0e4; color: var(--muted); font-size: 12px; }
.journal-article-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 160px 0 110px; }
.journal-back { display: inline-flex; align-items: center; gap: 12px; color: var(--purple) !important; font-size: 14px; font-weight: 800; }
.journal-back span { font-size: 20px; transition: transform .2s ease; }
.journal-back:hover span { transform: translateX(-4px); }
.journal-article-header { max-width: 850px; margin: 54px auto 48px; text-align: center; }
.journal-article-header .journal-kicker { justify-content: center; }
.journal-article-meta { display: flex; justify-content: center; gap: 18px; margin: 25px 0 16px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal-article-meta span + span::before { margin-right: 18px; color: #bab4bb; content: '•'; }
.journal-article-header h1 { margin: 0; font-size: clamp(48px, 6.5vw, 86px); letter-spacing: -.075em; line-height: 1.03; }
.journal-article-header > p:last-child { max-width: 650px; margin: 25px auto 0; color: var(--muted); font-size: 20px; line-height: 1.5; }
.journal-article-cover { --art-bg: #ebe6fb; --art-ink: #5919c1; position: relative; height: 420px; overflow: hidden; border-radius: 24px; background: var(--art-bg); }
.journal-article-cover-orbit { position: absolute; top: -60%; left: 3%; width: 60%; aspect-ratio: 1; border: 2px solid var(--art-ink); border-radius: 50%; opacity: .4; }
.journal-article-cover-orbit::after { position: absolute; top: 36%; left: 90%; width: 100%; aspect-ratio: 1; border: 2px solid var(--art-ink); border-radius: 50%; content: ''; }
.journal-article-cover-paper { position: absolute; top: 16%; left: 41%; display: flex; flex-direction: column; gap: 20px; width: 22%; height: 82%; padding: 55px 38px; border: 2px solid var(--art-ink); border-radius: 16px; background: #fff; box-shadow: 28px 26px 0 #ffffff90; transform: rotate(-11deg); }
.journal-article-cover-paper i { display: block; width: 100%; height: 8px; border-radius: 5px; background: var(--art-bg); }
.journal-article-cover-paper i:nth-child(2) { width: 80%; }
.journal-article-cover-paper i:nth-child(3) { width: 55%; }
.journal-article-cover-label { position: absolute; right: 26px; bottom: 24px; left: 26px; display: flex; justify-content: space-between; color: var(--art-ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.journal-article-cover-label strong { font-size: 22px; }
.journal-article-layout { display: grid; grid-template-columns: 230px minmax(0, 700px); justify-content: center; gap: 86px; padding: 84px 0 60px; }
.journal-article-index { position: sticky; top: 124px; align-self: start; display: flex; flex-direction: column; gap: 15px; border-top: 2px solid var(--purple); padding-top: 18px; }
.journal-article-index > span { margin-bottom: 10px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.journal-article-index a { color: var(--muted); font-size: 13px; line-height: 1.4; }
.journal-article-index a:hover { color: var(--purple); }
.journal-article-body { min-width: 0; }
.journal-article-body .journal-article-lead { margin: 0 0 60px; font-size: clamp(22px, 2.2vw, 29px); font-weight: 600; letter-spacing: -.03em; line-height: 1.45; }
.journal-article-body section { margin-bottom: 55px; scroll-margin-top: 110px; }
.journal-article-body h2 { margin: 0 0 18px; font-size: clamp(29px, 3vw, 40px); letter-spacing: -.055em; line-height: 1.15; }
.journal-article-body section p { margin: 0 0 18px; color: #55545a; font-size: 18px; line-height: 1.75; }
.journal-article-note { margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); color: #817b84; font-size: 13px; }
.journal-next-story { display: flex; flex-direction: column; gap: 14px; max-width: 830px; margin: 0 auto; padding: 36px 40px; border-radius: 22px; background: #e8f4ee; transition: transform .25s ease; }
.journal-next-story:hover { transform: translateY(-4px); }
.journal-next-story > span { display: flex; justify-content: space-between; color: #237454; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.journal-next-story strong { max-width: 700px; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.06em; line-height: 1.13; }
.journal-motion [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.journal-motion [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.journal-motion .journal-post-grid [data-reveal]:nth-child(2n) { transition-delay: .08s; }
@keyframes journal-float { to { transform: translateY(-20px) rotate(5deg); } }
@keyframes journal-card-float { to { transform: translateY(-13px) rotate(-4deg); } }
@keyframes journal-plane { to { transform: translate(22px, -15px) rotate(27deg); } }
@media (max-width: 900px) {
  .journal-hero { grid-template-columns: 1fr .8fr; padding-right: 0; padding-left: 0; }
  .journal-hero h1 { font-size: clamp(52px, 6vw, 70px); }
  .journal-hero-art { height: 420px; }
  .journal-visual-card-front { padding: 22px; }
  .journal-stories { padding-right: 0; padding-left: 0; }
  .journal-cta { margin-right: 0; margin-left: 0; }
  .journal-article-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 45px; }
}
@media (max-width: 760px) {
  .journal-nav { display: flex; justify-content: space-between; width: calc(100% - 30px); min-height: 62px; padding: 5px 11px 5px 17px; }
  .journal-nav-brand { width: 76px; height: 48px; }
  .journal-nav-menu { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 0; border-radius: 9px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }
  .journal-nav-menu span { font-size: 18px; }
  .journal-nav-links { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 18px 35px #2a1b4326; }
  .journal-nav.is-open .journal-nav-links { display: flex; }
  .journal-nav-links a { padding: 12px; }
  .journal-nav-links a[aria-current]::after { right: auto; bottom: 9px; left: 12px; width: 30px; }
  .journal-nav-cta { display: none; }
  .journal-main { width: min(100% - 36px, 600px); }
  .journal-hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 138px 0 70px; }
  .journal-hero h1 { font-size: clamp(48px, 11vw, 70px); }
  .journal-hero-intro { font-size: 17px; }
  .journal-hero-art { width: min(100%, 510px); height: 390px; margin: 20px auto 0; }
  .journal-hero-footer { right: 0; bottom: 20px; left: 0; font-size: 9px; }
  .journal-stories { padding-top: 80px; }
  .journal-section-heading { display: block; }
  .journal-section-heading > p { margin-top: 18px; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature-copy { min-height: 385px; }
  .journal-feature-visual { min-height: 270px; }
  .journal-feature-visual img { right: 0; width: 100%; }
  .journal-post-grid { grid-template-columns: 1fr; }
  .journal-post-card:last-child { grid-column: auto; display: flex; min-height: 0; }
  .journal-post-card:last-child .journal-card-art { height: 225px; min-height: 0; }
  .journal-cta { display: block; margin-top: 80px; margin-bottom: 75px; padding: 32px; }
  .journal-cta > a { margin-top: 30px; }
  .journal-footer-inner { flex-direction: column; }
  .journal-footer-bottom { margin-top: 48px; }
  .journal-article-page { width: min(100% - 36px, 680px); padding-top: 130px; }
  .journal-article-header { margin-top: 38px; }
  .journal-article-header h1 { font-size: clamp(42px, 10vw, 66px); }
  .journal-article-cover { height: 300px; }
  .journal-article-cover-paper { left: 34%; width: 37%; padding: 45px 26px; }
  .journal-article-layout { display: block; padding-top: 55px; }
  .journal-article-index { position: static; margin-bottom: 55px; }
}
@media (max-width: 480px) {
  .journal-kicker { font-size: 10px; letter-spacing: .11em; }
  .journal-hero { padding-top: 118px; }
  .journal-hero h1 { font-size: clamp(45px, 12.4vw, 58px); }
  .journal-hero-art { height: 290px; }
  .journal-visual-card-back { padding: 15px; }
  .journal-visual-card-front { padding: 16px; }
  .journal-visual-brand { font-size: 15px; }
  .journal-visual-label { margin-top: 14px; font-size: 9px; }
  .journal-visual-card-front i { margin-top: 11px; height: 5px; }
  .journal-visual-stamp { width: 43px; border-width: 3px; font-size: 22px; }
  .journal-plane { width: 54px; }
  .journal-hero-footer span:last-child { display: none; }
  .journal-section-heading h2 { font-size: 37px; }
  .journal-feature-copy { min-height: 430px; padding: 24px; }
  .journal-feature h3 { font-size: 41px; }
  .journal-feature-copy p { font-size: 15px; }
  .journal-feature-visual { min-height: 205px; }
  .journal-card-content { padding: 24px; }
  .journal-card-content h3 { font-size: 30px; }
  .journal-cta { padding: 27px; }
  .journal-cta h2 { font-size: 40px; }
  .journal-footer-bottom { display: block; }
  .journal-footer-bottom span { display: block; margin-top: 8px; }
  .journal-article-header > p:last-child { font-size: 17px; }
  .journal-article-cover { height: 240px; }
  .journal-article-cover-paper { top: 18%; left: 32%; width: 38%; height: 79%; padding: 32px 17px; }
  .journal-article-body section p { font-size: 16px; }
  .journal-next-story { padding: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.journal) { scroll-behavior: auto; }
  .journal *, .journal *::before, .journal *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .journal-motion [data-reveal] { opacity: 1 !important; transform: none !important; }
}
