:root {
  --vrj-navy: #062d52;
  --vrj-deep: #031e37;
  --vrj-ink: #10263b;
  --vrj-blue: #105b86;
  --vrj-lime: #c9dd39;
  --vrj-paper: #f2f4f3;
  --vrj-line: #d8dddf;
  --vrj-muted: #64717c;
}

.vrj { color: var(--vrj-ink); font-family: Montserrat, "Helvetica Neue", Arial, sans-serif; background: #fff; }
.vrj *, .vrj *::before, .vrj *::after { box-sizing: border-box; }
.vrj a { color: inherit; text-decoration: none; }
.vrj img { max-width: 100%; }
.vrj :where(a, button, input, summary):focus-visible { outline: 3px solid var(--vrj-ink); outline-offset: 4px; box-shadow: 0 0 0 6px #fff; }
.vrj-image-fallback { display: flex; flex-direction: column; justify-content: flex-end; width: 100%; height: 100%; padding: 28px; background: linear-gradient(145deg, var(--vrj-navy), #105b86); color: #fff; }
.vrj-image-fallback small { margin-bottom: 8px; color: var(--vrj-lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.vrj-image-fallback strong { max-width: 90%; font-size: clamp(22px, 3vw, 40px); line-height: 1.05; overflow-wrap: anywhere; }
.vrj-eyebrow { margin: 0; color: var(--vrj-blue); font-size: 12px; line-height: 1.55; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vrj-serif-line, .vrj h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; }
.vrj-number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 28px; border: 1px solid var(--vrj-line); border-radius: 50%; color: var(--vrj-muted); font-size: 10px; }

/* Übersicht: Hero */
.vrj-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(430px, .78fr); gap: clamp(55px, 8vw, 145px); min-height: 730px; padding: 42px clamp(24px, 5.4vw, 110px) 65px; background: #fff; }
.vrj-hero__copy { align-self: center; padding-top: 76px; }
.vrj-hero__copy h1 { max-width: 820px; margin: 27px 0 0; font-size: clamp(70px, 6.5vw, 110px); line-height: .94; letter-spacing: -.045em; font-weight: 600; color: var(--vrj-navy); }
.vrj-hero__intro { max-width: 760px; margin: 38px 0 0; color: #626f7a; font-size: 17px; line-height: 1.65; }
.vrj-hero .vrj-serif-line { margin: 27px 0 30px; color: var(--vrj-navy); font-size: 38px; line-height: 1.14; }
.vrj-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vrj-button { display: inline-flex; align-items: center; justify-content: center; min-height: 66px; padding: 0 29px; font-size: 11px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.vrj-button--primary { background: var(--vrj-navy); color: #fff !important; }
.vrj-button--primary:hover { background: var(--vrj-deep); }
.vrj-button--secondary { border: 1px solid var(--vrj-navy); color: var(--vrj-navy) !important; }
.vrj-button--secondary:hover { background: var(--vrj-paper); }
.vrj-hero-card { position: relative; min-height: 590px; overflow: hidden; background: #2524a7; }
.vrj-hero-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: #1719b9; mix-blend-mode: color; opacity: .76; pointer-events: none; }
.vrj-hero-card > img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.14); transition: transform .7s ease; }
.vrj-hero-card > .vrj-image-fallback { position: absolute; inset: 0; }
.vrj-hero-card:hover > img { transform: scale(1.025); }
.vrj-hero-card__overlay { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 26px; display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 23px; background: rgba(255,255,255,.96); color: var(--vrj-navy); }
.vrj-hero-card__overlay small { grid-column: 1 / 3; color: var(--vrj-blue); font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.vrj-hero-card__overlay strong { font-size: 19px; line-height: 1.25; }
.vrj-hero-card__overlay b { align-self: end; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.vrj-archive-head { padding: 110px clamp(24px, 10vw, 170px) 90px; background: var(--vrj-paper); }
.vrj-archive-head .vrj-eyebrow { margin-bottom: 25px; }
.vrj-archive-head h1 { max-width: 1100px; margin: 0; color: var(--vrj-navy); font-size: clamp(54px, 7vw, 96px); line-height: .96; letter-spacing: -.05em; overflow-wrap: anywhere; hyphens: auto; }
.vrj-archive-head h1 em { color: var(--vrj-blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.vrj-archive-head > p:last-child { margin: 30px 0 0; color: var(--vrj-muted); font-size: 14px; }

/* Übersicht: Beiträge */
.vrj-posts { padding: 105px clamp(24px, 7vw, 110px) 124px; background: var(--vrj-paper); scroll-margin-top: 40px; }
.vrj-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; max-width: 1220px; margin: 0 auto 45px; }
.vrj-section-head .vrj-eyebrow { margin-bottom: 20px; }
.vrj-section-head h2, .vrj-principles h2, .vrj-related h2 { margin: 0; color: var(--vrj-ink); font-size: clamp(48px, 5vw, 76px); line-height: .97; letter-spacing: -.048em; font-weight: 600; }
.vrj-section-head h2 em, .vrj-related h2 em { color: var(--vrj-blue); }
.vrj-section-head--compact { align-items: center; }
.vrj-section-head--compact h2 { margin-top: 12px; font-size: clamp(34px, 4vw, 54px); }
.vrj-search { position: relative; display: flex; align-items: center; gap: 12px; width: min(320px, 100%); padding: 11px 0; border-bottom: 1px solid #9ca5aa; }
.vrj-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.vrj-search span { font-size: 24px; line-height: 1; }
.vrj-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--vrj-ink); font: inherit; font-size: 14px; }
.vrj-search:focus-within { border-bottom-color: var(--vrj-navy); outline: 3px solid var(--vrj-ink); outline-offset: 5px; }
.vrj-search input:focus-visible { outline: 0; box-shadow: none; }
.vrj-filters { display: flex; flex-wrap: wrap; gap: 9px; max-width: 1220px; margin: 0 auto 54px; padding-top: 24px; border-top: 1px solid var(--vrj-line); scroll-margin-top: 40px; }
.vrj-filters a { display: inline-flex; align-items: center; min-height: 39px; padding: 0 18px; border: 1px solid #aeb6b9; border-radius: 99px; font-size: 12px; transition: .2s; }
.vrj-filters a:hover, .vrj-filters a.is-active { border-color: var(--vrj-navy); background: var(--vrj-navy); color: #fff; }
.vrj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px 26px; max-width: 1220px; margin: 0 auto; }
.vrj-card { display: flex; flex-direction: column; min-width: 0; }
.vrj-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.28; background: #d5d9d9; }
.vrj-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .55s ease, filter .3s ease; }
.vrj-card__image .vrj-image-fallback { width: 100%; height: 100%; }
.vrj-card:hover .vrj-card__image img { transform: scale(1.035); filter: grayscale(.3); }
.vrj-card__number { position: absolute; left: 0; bottom: 0; min-width: 47px; padding: 10px 11px; background: var(--vrj-lime); color: var(--vrj-ink); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-align: center; }
.vrj-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; margin: 21px 0 16px; color: #727c84; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.vrj-meta strong { color: var(--vrj-blue); }
.vrj-card h3 { margin: 0 0 15px; color: var(--vrj-ink); font-size: 25px; line-height: 1.15; letter-spacing: -.025em; font-weight: 650; overflow-wrap: anywhere; hyphens: auto; }
.vrj-card h3 a:hover { color: var(--vrj-blue); }
.vrj-card > p { margin: 0 0 23px; color: #626e77; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.65; }
.vrj-card__link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid #c6cdcf; color: var(--vrj-ink); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.vrj-empty { max-width: 1220px; margin: 0 auto; padding: 60px 25px; border: 1px solid var(--vrj-line); text-align: center; }
.vrj-empty h3 { margin: 0 0 10px; font-size: 28px; }
.vrj-empty p { margin: 0; color: var(--vrj-muted); }
.vrj-pagination { max-width: 1220px; margin: 70px auto 0; }
.vrj-pagination ul { display: flex; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.vrj-pagination a, .vrj-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; border: 1px solid #b9c0c3; font-size: 11px; }
.vrj-pagination .current { border-color: var(--vrj-navy); background: var(--vrj-navy); color: #fff; }

/* Übersicht: Markenprinzipien */
.vrj-principles { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 180px); align-items: end; padding: 100px clamp(24px, 8vw, 150px); background: var(--vrj-navy); color: #fff; }
.vrj-principles .vrj-number { border-color: rgba(255,255,255,.28); color: rgba(255,255,255,.65); }
.vrj-principles .vrj-eyebrow { margin-bottom: 23px; color: var(--vrj-lime); }
.vrj-principles h2 { color: #fff; }
.vrj-principles h2 em { color: var(--vrj-lime); }
.vrj-principles__list { border-top: 1px solid rgba(255,255,255,.22); }
.vrj-principles__list article { display: grid; grid-template-columns: 45px 160px 1fr; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.vrj-principles__list article > span { color: var(--vrj-lime); font-size: 10px; }
.vrj-principles__list h3 { margin: 0; color: #fff; font-size: 24px; }
.vrj-principles__list p { margin: 0; color: rgba(255,255,255,.68); font-family: Georgia, "Times New Roman", serif; line-height: 1.45; }

/* Beitrag: Kopf */
.vrj-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; height: 3px; pointer-events: none; }
.vrj-progress span { display: block; width: 0; height: 100%; background: var(--vrj-lime); }
.vrj-article-head { padding: 52px clamp(24px, 12vw, 220px) 72px; background: var(--vrj-paper); }
.vrj-breadcrumbs { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 75px; color: #69747c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.vrj-breadcrumbs a:hover { color: var(--vrj-blue); }
.vrj-article-meta { display: flex; flex-wrap: wrap; gap: 12px 19px; margin-bottom: 32px; color: #68747d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.vrj-article-meta span:first-child { color: var(--vrj-blue); font-weight: 800; }
.vrj-article-head h1 { max-width: 1170px; margin: 0; color: var(--vrj-navy); font-size: clamp(48px, 6.2vw, 94px); line-height: .96; letter-spacing: -.055em; font-weight: 600; }
.vrj-article-dek { max-width: 850px; margin: 39px 0 42px; color: #53616c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.55; }
.vrj-author-line { display: flex; align-items: center; gap: 14px; font-size: 12px; }
.vrj-author-line img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.vrj-author-line strong, .vrj-author-line small { display: block; margin-top: 3px; }
.vrj-author-line small { color: #717c84; }
.vrj-article-image { margin: 0; background: #cfd3d4; }
.vrj-article-image img { display: block; width: 100%; max-height: 730px; object-fit: cover; filter: grayscale(1); }

/* Beitrag: Inhalt */
.vrj-article-layout { display: grid; grid-template-columns: 70px minmax(0, 720px) 240px; justify-content: space-between; align-items: start; gap: 56px; max-width: 1280px; margin: 0 auto; padding: 110px 30px 120px; }
.vrj-share, .vrj-toc { position: sticky; top: 35px; }
.vrj-share { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.vrj-share > span { margin-bottom: 8px; color: #7b858d; font-size: 8px; text-transform: uppercase; letter-spacing: .17em; writing-mode: vertical-rl; transform: rotate(180deg); }
.vrj-share a, .vrj-share button { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 0; border: 1px solid #cbd1d3; border-radius: 50%; background: #fff; color: var(--vrj-ink); font: 600 11px Montserrat, Arial, sans-serif; cursor: pointer; }
.vrj-content { min-width: 0; color: #35434e; font-family: Georgia, "Times New Roman", serif; }
.vrj-content__lead { margin: 0 0 58px; color: var(--vrj-ink); font-size: 24px; line-height: 1.55; }
.vrj-entry-content { font-size: 18px; line-height: 1.82; }
.vrj-entry-content > p, .vrj-entry-content > ul, .vrj-entry-content > ol { margin-top: 0; margin-bottom: 27px; }
.vrj-entry-content h2 { margin: 72px 0 24px; color: var(--vrj-ink); font: 650 41px/1.08 Montserrat, Arial, sans-serif; letter-spacing: -.03em; scroll-margin-top: 35px; }
.vrj-entry-content h3 { margin: 43px 0 17px; color: var(--vrj-ink); font: 650 25px/1.2 Montserrat, Arial, sans-serif; }
.vrj-hero-card__overlay strong, .vrj-article-head h1, .vrj-entry-content h2, .vrj-entry-content h3, .vrj-consultation h2, .vrj-author-card h2, .vrj-related strong { overflow-wrap: anywhere; hyphens: auto; }
.vrj-entry-content a { color: var(--vrj-blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.vrj-entry-content ul, .vrj-entry-content ol { padding-left: 25px; }
.vrj-entry-content li { margin-bottom: 10px; }
.vrj-entry-content blockquote { position: relative; margin: 58px -50px; padding: 50px 55px; background: var(--vrj-navy); color: #fff; }
.vrj-entry-content blockquote::before { content: "“"; position: absolute; top: 14px; left: 23px; color: var(--vrj-lime); font: 75px/1 Georgia, serif; }
.vrj-entry-content blockquote p { margin: 0 0 20px; font-size: 28px; line-height: 1.35; }
.vrj-entry-content img { height: auto; }
.vrj-entry-content figure { max-width: 100%; margin: 42px 0; }
.vrj-entry-content figcaption { margin-top: 8px; color: #78838b; font-size: 11px; }
.vrj-consultation { margin: 66px -50px; padding: 51px; background: var(--vrj-navy); color: #fff; }
.vrj-consultation .vrj-eyebrow { margin-bottom: 18px; color: var(--vrj-lime); font-family: Montserrat, Arial, sans-serif; }
.vrj-consultation h2 { margin: 0 0 18px; color: #fff; font: 650 36px/1.05 Montserrat, Arial, sans-serif; letter-spacing: -.03em; }
.vrj-consultation > p:not(.vrj-eyebrow) { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.55; }
.vrj-consultation > a { display: inline-flex; gap: 15px; margin-top: 9px; padding: 14px 18px; background: var(--vrj-lime); color: var(--vrj-ink); font: 800 11px Montserrat, Arial, sans-serif; }
.vrj-toc { padding-top: 24px; border-top: 2px solid var(--vrj-navy); }
.vrj-toc .vrj-eyebrow { margin-bottom: 13px; }
.vrj-toc nav { display: flex; flex-direction: column; }
.vrj-toc nav a { padding: 13px 0; border-bottom: 1px solid var(--vrj-line); color: #56646e; font-size: 12px; line-height: 1.35; }
.vrj-toc > div { margin-top: 35px; padding: 21px; background: var(--vrj-paper); }
.vrj-toc > div strong { display: block; margin-bottom: 12px; font-size: 13px; }
.vrj-toc > div a { color: var(--vrj-blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vrj-mobile-toc { display: none; margin: 0 0 38px; border-top: 2px solid var(--vrj-navy); border-bottom: 1px solid var(--vrj-line); font-family: Montserrat, Arial, sans-serif; }
.vrj-mobile-toc summary { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; color: var(--vrj-navy); font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.vrj-mobile-toc summary::-webkit-details-marker { display: none; }
.vrj-mobile-toc summary span { display: inline-flex; color: var(--vrj-blue); font-size: 21px; transition: transform .2s ease; }
.vrj-mobile-toc[open] summary span { transform: rotate(45deg); }
.vrj-mobile-toc nav { display: flex; flex-direction: column; padding-bottom: 12px; }
.vrj-mobile-toc nav a { padding: 12px 0; border-top: 1px solid var(--vrj-line); color: var(--vrj-blue); font-size: 12px; line-height: 1.4; }
.vrj-author-card { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 31px; margin-top: 75px; padding: 42px 0; border-top: 1px solid var(--vrj-line); border-bottom: 1px solid var(--vrj-line); }
.vrj-author-card > img { width: 190px; height: 190px; object-fit: cover; filter: grayscale(1); }
.vrj-author-card .vrj-eyebrow { margin-bottom: 12px; font-family: Montserrat, Arial, sans-serif; }
.vrj-author-card h2 { margin: 0 0 13px; color: var(--vrj-ink); font: 650 27px Montserrat, Arial, sans-serif; }
.vrj-author-card p:not(.vrj-eyebrow) { margin: 0 0 14px; font-size: 14px; line-height: 1.55; }
.vrj-author-card a { color: var(--vrj-blue); font: 800 10px Montserrat, Arial, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.vrj-disclaimer { margin-top: 19px; color: #7c878f; font-size: 11px; }
.vrj-related { padding: 100px clamp(24px, 8vw, 150px); background: var(--vrj-paper); }
.vrj-related > .vrj-eyebrow { margin-bottom: 25px; }
.vrj-related > div { display: grid; grid-template-columns: 1fr 1fr; max-width: 1220px; margin-top: 55px; border-top: 1px solid #c9d0d2; }
.vrj-related > div > a { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 31px 30px 31px 0; border-bottom: 1px solid #c9d0d2; }
.vrj-related > div > a:nth-child(2) { padding-left: 30px; border-left: 1px solid #c9d0d2; }
.vrj-related a span { grid-column: 1 / 3; color: var(--vrj-blue); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.vrj-related a strong { color: var(--vrj-ink); font-size: 22px; line-height: 1.25; }

@media (max-width: 1120px) {
  .vrj-hero { grid-template-columns: 1fr 340px; gap: 40px; }
  .vrj-hero__copy h1 { font-size: 72px; }
  .vrj-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vrj-principles { grid-template-columns: 1fr; }
  .vrj-article-layout { grid-template-columns: minmax(0, 720px) 220px; justify-content: center; }
  .vrj-share { display: none; }
}

@media (max-width: 780px) {
  .vrj-hero { grid-template-columns: 1fr; gap: 35px; min-height: auto; padding: 0 20px 45px; }
  .vrj-hero__copy { padding-top: 55px; }
  .vrj-hero__copy h1 { font-size: 61px; }
  .vrj-hero__intro { margin-top: 27px; font-size: 15px; }
  .vrj-hero .vrj-serif-line { font-size: 31px; }
  .vrj-button { min-height: 56px; padding: 0 19px; }
  .vrj-hero-card { min-height: 480px; }
  .vrj-section-head { display: block; }
  .vrj-search { margin-top: 35px; }
  .vrj-grid { grid-template-columns: 1fr; gap: 55px; }
  .vrj-archive-head { padding: 72px 22px 58px; }
  .vrj-archive-head h1 { font-size: 49px; }
  .vrj-posts { padding-top: 76px; padding-bottom: 85px; }
  .vrj-principles { padding-top: 75px; padding-bottom: 75px; }
  .vrj-principles__list article { grid-template-columns: 30px 105px 1fr; gap: 12px; }
  .vrj-principles__list h3 { font-size: 19px; }
  .vrj-principles__list p { font-size: 13px; }
  .vrj-article-head { padding: 36px 23px 55px; }
  .vrj-breadcrumbs { margin-bottom: 52px; }
  .vrj-article-head h1 { font-size: 49px; }
  .vrj-article-dek { font-size: 18px; }
  .vrj-article-image img { min-height: 320px; max-height: 65vh; }
  .vrj-article-layout { display: block; padding: 65px 22px 85px; }
  .vrj-toc { display: none; }
  .vrj-mobile-toc { display: block; }
  .vrj-content__lead { font-size: 21px; }
  .vrj-entry-content { font-size: 17px; }
  .vrj-entry-content h2 { margin-top: 58px; font-size: 33px; }
  .vrj-entry-content blockquote, .vrj-consultation { margin-right: -22px; margin-left: -22px; padding: 43px 28px; }
  .vrj-entry-content blockquote p { font-size: 23px; }
  .vrj-author-card { grid-template-columns: 100px 1fr; gap: 20px; }
  .vrj-author-card > img { width: 100px; height: 135px; }
  .vrj-related > div { grid-template-columns: 1fr; }
  .vrj-related > div > a:nth-child(2) { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .vrj *, .vrj *::before, .vrj *::after { scroll-behavior: auto !important; transition: none !important; }
}
