/* ==========================================================================
   Durst Group Newsroom — theme stylesheet
   Tokens measured on durst-group.com (12 Sep 2026). Black/white only.
   ========================================================================== */

:root {
    --black: #000;
    --white: #fff;
    --ink: #000;
    --ink-2: rgba(0, 0, 0, .55);
    --line: rgba(0, 0, 0, .15);
    --line-strong: #000;
    --bg-soft: #f4f4f4;
    --font: "DIN OT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --container: 1340px;
    --gutter: 40px;
    --gap: 37px;
    --header-h: 60px;
    --content-col: 925px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
    font-family: var(--font);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    padding-top: var(--header-h);
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }
ul { list-style: none; padding: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--black); color: var(--white); padding: 8px 12px; z-index: 1000; }
.skip-link:focus { top: 8px; }

.nr-container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }

h1, h2, h3, h4, .nr-hero-title, .nr-card-title, .nr-article-title, .nr-newsletter-title { font-family: var(--font); }

/* --- Type primitives ------------------------------------------------- */
.nr-kicker { font-size: 15px; line-height: 21px; font-weight: 300; letter-spacing: .7px; text-transform: uppercase; }
.nr-dot { margin: 0 8px; opacity: .5; }
.nr-section-title { font-size: 15px; line-height: 21px; font-weight: 300; letter-spacing: .7px; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1px solid var(--line-strong); margin-bottom: var(--gap); }

/* --- Buttons (Durst outline) ----------------------------------------- */
.nr-button {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 220px; height: 60px; padding: 0 24px;
    font-size: 18px; font-weight: 400; letter-spacing: .8px; text-transform: uppercase; line-height: 1;
    color: var(--black); background: transparent; border: 1px solid var(--black); border-radius: 0;
    transition: background .2s var(--ease), color .2s var(--ease);
}
.nr-button:hover { background: var(--black); color: var(--white); }
.nr-button-light { color: var(--white); border-color: var(--white); }
.nr-button-light:hover { background: var(--white); color: var(--black); }

/* --- Header ---------------------------------------------------------- */
.nr-header { position: fixed; top: 0; left: 0; right: 0; height: var(--header-h); background: var(--white); border-bottom: 1px solid var(--line); z-index: 900; }
.nr-header-inner { display: flex; align-items: center; height: var(--header-h); padding-right: var(--gutter); gap: 32px; }
.nr-logo { display: flex; align-items: center; justify-content: center; width: 80px; height: var(--header-h); background: var(--black); flex: 0 0 auto; }
.nr-logo img { width: 60px; height: auto; }
.nr-menu { flex: 1 1 auto; }
.nr-menu-list { display: flex; gap: 32px; }
.nr-menu-list a { display: inline-block; padding: 4px 0; font-size: 14px; line-height: 20px; font-weight: 500; border-bottom: 2px solid transparent; transition: border-color .2s; }
.nr-menu-list a:hover { border-bottom-color: var(--black); }
.nr-header-actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.nr-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; }
.nr-icon-btn svg { width: 20px; height: 20px; }
.nr-corp-link { font-size: 14px; font-weight: 500; white-space: nowrap; }
.nr-corp-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.nr-burger { display: none; }
.nr-burger svg:last-child { display: none; }
.nr-header.is-open .nr-burger svg:first-child { display: none; }
.nr-header.is-open .nr-burger svg:last-child { display: block; }
.nr-mobile { display: none; background: var(--white); border-bottom: 1px solid var(--line); }
.nr-mobile-list { padding: 24px var(--gutter) 32px; display: flex; flex-direction: column; gap: 18px; }
.nr-mobile-list a { font-size: 25px; line-height: 33px; }

/* --- Hero ------------------------------------------------------------ */
.nr-hero { position: relative; padding: 72px 0 40px; }
.nr-hero-inner { position: relative; }
.nr-hero-title { font-size: 40px; line-height: 50px; font-weight: 400; max-width: var(--content-col); margin-top: 12px; }
.nr-hero-text { margin-top: 16px; max-width: 720px; font-size: 20px; line-height: 26px; font-weight: 300; }
.nr-hero.has-image { padding: 140px 0 64px; color: var(--white); min-height: 440px; display: flex; align-items: flex-end; overflow: hidden; }
.nr-hero.has-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.65) 100%); z-index: 1; }
.nr-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.nr-hero.has-image .nr-hero-inner { z-index: 2; }
.nr-hero.has-image .nr-hero-title { font-size: clamp(40px, 4vw, 64px); line-height: 1.1; }
.nr-hero.has-image .nr-hero-text { font-weight: 300; opacity: .92; }
.nr-hero-author .nr-author-head { display: flex; gap: 32px; align-items: flex-start; }
.nr-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.nr-author-links { margin-top: 12px; font-size: 15px; color: var(--ink-2); display: flex; gap: 16px; }
.nr-author-links a:hover { text-decoration: underline; }

/* --- Blog start page (3.1.0) ----------------------------------------- */
/* Opener: one very large title, then intro text and the topic list in the
   right two thirds. The list jumps down the page; nothing here leaves it. */
.nr-hero-blog { padding: 88px 0 0; }
.nr-blog-title { font-size: clamp(56px, 8vw, 128px); line-height: .98; letter-spacing: -.02em; font-weight: 400; }
.nr-blog-by { display: flex; align-items: center; gap: 14px; margin-top: 28px; font-size: 18px; line-height: 24px; font-weight: 300; letter-spacing: .8px; text-transform: uppercase; color: var(--ink-2); }
.nr-blog-by::before { content: ""; width: 30px; height: 1px; background: currentColor; flex: none; }
.nr-intro { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 var(--gap); margin-top: 72px; padding-bottom: 24px; }
.nr-intro-text { grid-column: 1 / 3; max-width: 640px; font-size: 22px; line-height: 32px; font-weight: 300; color: var(--ink-2); }
.nr-topics { grid-column: 3; display: flex; flex-direction: column; border-top: 1px solid var(--line-strong); }
.nr-topics a { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px 0; font-size: 25px; line-height: 33px; font-weight: 400; border-bottom: 1px solid var(--line-strong); }
.nr-topics a span { transition: transform .2s var(--ease); }
.nr-topics a:hover span { transform: translateX(6px); }

/* Blocks: each closes with a full-width rule. */
.nr-block { padding: 0 0 72px; }
.nr-block .nr-container { padding-top: 64px; border-top: 1px solid var(--line-strong); }
.nr-block-title { font-size: 40px; line-height: 50px; font-weight: 400; letter-spacing: -.01em; }
.nr-block-head { max-width: 760px; margin-bottom: 40px; }
.nr-block-latest .nr-block-title { margin-bottom: 40px; }
.nr-block-text { margin-top: 14px; font-size: 20px; line-height: 28px; font-weight: 300; color: var(--ink-2); }
/* Empty category: one dominant line with the rule, no explanation. */
.nr-teaser { padding: 16px 0 0; font-size: 40px; line-height: 50px; font-weight: 400; letter-spacing: -.01em; }
.nr-feed .nr-teaser { padding: 24px 0 64px; }
.nr-block-more { display: flex; justify-content: flex-end; margin-top: 48px; font-size: 20px; line-height: 26px; }
.nr-block-more a { display: inline-flex; align-items: center; gap: 14px; }
.nr-block-more a span { transition: transform .2s var(--ease); }
.nr-block-more a:hover span { transform: translateX(6px); }

/* Lead card on the start page: "Read more →" on its own rule. */
.nr-card-more { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; padding-bottom: 14px; border-bottom: 1px solid var(--line-strong); font-size: 20px; line-height: 26px; font-weight: 400; }
.nr-card-more span { transition: transform .2s var(--ease); }
.nr-card-link:hover .nr-card-more span { transform: translateX(6px); }
.nr-card-lead .nr-card-meta { margin-top: 24px; }

/* Back link on category, tag, author and paged lists. */
.nr-back-wrap { padding: 8px 0 0; }
.nr-back { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; line-height: 21px; font-weight: 300; letter-spacing: .7px; text-transform: uppercase; color: var(--ink-2); }
.nr-back:hover { color: var(--black); }

/* Inline rule before a title. Only the first line carries it; wrapped lines
   hang under the text, not under the rule. */
.nr-dashed { display: flex; align-items: flex-start; gap: 14px; }
.nr-dashed::before { content: ""; flex: 0 0 30px; height: 1px; background: currentColor; align-self: flex-start; margin-top: .62em; }

/* --- Cards & feed ---------------------------------------------------- */
.nr-feed { padding: 56px 0 72px; }
.nr-feed-title { margin-top: 8px; }
.nr-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px var(--gap); }
.nr-card { position: relative; }
.nr-card-link { display: block; }
.nr-card-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-soft); }
.nr-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.nr-card-link:hover .nr-card-image img { transform: scale(1.03); }
.nr-card-noimage { display: block; width: 100%; height: 100%; background: var(--bg-soft); }
.nr-card-body { padding-top: 22px; }
.nr-card-title { margin-top: 12px; font-size: 25px; line-height: 33px; font-weight: 400; }
.nr-card-link:hover .nr-card-title { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.nr-card-excerpt { margin-top: 14px; font-size: 20px; line-height: 26px; font-weight: 300; }
.nr-card-meta { margin-top: 14px; font-size: 15px; line-height: 21px; color: var(--ink-2); }

/* No rule under the lead card: the "Articles" heading below carries its own. */
.nr-card-lead { margin-bottom: 64px; }
.nr-card-lead .nr-card-link { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: var(--gap); align-items: start; }
.nr-card-lead .nr-card-body { padding-top: 6px; }
.nr-card-lead .nr-card-title { font-size: 40px; line-height: 50px; margin-top: 16px; }
.nr-empty { padding: 96px 0 104px; text-align: center; border-top: 1px solid var(--line); }
.nr-empty-title { margin-top: 0; font-size: 25px; line-height: 33px; font-weight: 400; }
.nr-empty-actions { margin-top: 32px; }
.nr-loadmore { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 40px 0; font-size: 15px; letter-spacing: .7px; text-transform: uppercase; color: var(--ink-2); }
.nr-loadmore-spinner { width: 18px; height: 18px; border: 2px solid var(--line); border-top-color: var(--black); border-radius: 50%; animation: nr-spin .8s linear infinite; }
@keyframes nr-spin { to { transform: rotate(360deg); } }
.nr-pagination { padding: 32px 0 0; }
.nr-pagination .pagination { display: flex; justify-content: space-between; font-size: 15px; letter-spacing: .7px; text-transform: uppercase; }
.nr-pagination .page-number { display: none; }
.nr-pagination a:hover { text-decoration: underline; }
.has-loadmore .nr-pagination { display: none; }

/* --- Article (Medium/Palantir anatomy, Durst tokens) --------------- */
.nr-progress { position: fixed; top: var(--header-h); left: 0; right: 0; height: 2px; background: transparent; z-index: 890; }
.nr-progress span { display: block; height: 100%; width: 0; background: var(--black); transition: width .1s linear; }
.nr-article-col { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }
.nr-article-head { padding-top: 56px; }


.nr-article-title.nr-dashed { display: flex; }
.nr-article-title { margin-top: 28px; font-size: clamp(34px, 3.4vw, 46px); line-height: 1.15; font-weight: 500; letter-spacing: -.01em; }
.nr-article-excerpt { margin-top: 18px; font-size: 22px; line-height: 31px; font-weight: 300; color: var(--ink-2); }

.nr-byline { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.nr-byline-avatar { display: block; width: 48px; height: 48px; border-radius: 50%; overflow: hidden; background: var(--bg-soft); flex: 0 0 auto; }
.nr-byline-avatar img, .nr-author-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.nr-byline-initial { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e9e9e9, #cfcfcf); }
.nr-byline-text { display: flex; flex-direction: column; gap: 2px; }
.nr-byline-names { display: flex; align-items: center; gap: 12px; font-size: 16px; line-height: 22px; font-weight: 500; }
.nr-byline-meta { font-size: 15px; line-height: 21px; color: var(--ink-2); }
.nr-follow { display: inline-flex; align-items: center; height: 26px; padding: 0 12px; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; font-weight: 500; border: 1px solid var(--black); border-radius: 999px; transition: background .2s, color .2s; }
.nr-follow:hover { background: var(--black); color: var(--white); }
.nr-follow-lg { height: 40px; padding: 0 20px; font-size: 14px; flex: 0 0 auto; }

.nr-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nr-actions-left, .nr-actions-right { display: flex; align-items: center; gap: 6px; }
.nr-action { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 10px; font-size: 15px; color: var(--ink-2); transition: color .2s, background .2s; }
.nr-action:hover { color: var(--black); background: var(--bg-soft); }
.nr-action svg { width: 22px; height: 22px; flex: 0 0 auto; }
.nr-action.is-copied { color: var(--black); }
.nr-like { gap: 7px; }
.nr-like svg { transition: transform .18s var(--ease); }
.nr-like:hover svg { transform: scale(1.12); }
.nr-like.is-liked { color: var(--black); }
.nr-like.is-liked svg { fill: currentColor; }
.nr-like-count { font-size: 15px; font-variant-numeric: tabular-nums; }
.nr-like[hidden] { display: none !important; }
.nr-actions-end { margin-top: 32px; }

.nr-article-figure { margin-top: 48px; }
.nr-article-image { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.nr-article-caption { margin-top: 12px; font-size: 15px; line-height: 21px; color: var(--ink-2); text-align: center; }

.nr-content { padding: 48px 0 0; font-size: 20px; line-height: 32px; }
.nr-content > * + * { margin-top: 28px; }
.nr-content > h2 { font-size: 30px; line-height: 38px; font-weight: 500; letter-spacing: -.01em; margin-top: 56px; }
.nr-content > h3 { font-size: 22px; line-height: 30px; font-weight: 500; margin-top: 44px; }
.nr-content > h4 { font-size: 20px; line-height: 28px; font-weight: 700; margin-top: 36px; }
.nr-content > h2 + *, .nr-content > h3 + *, .nr-content > h4 + * { margin-top: 14px; }
.nr-content > p:first-of-type { font-size: 22px; line-height: 34px; }
.nr-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.nr-content strong { font-weight: 700; }
.nr-content ul, .nr-content ol { padding-left: 28px; }
.nr-content ul { list-style: none; padding-left: 24px; }
.nr-content ul > li { position: relative; }
.nr-content ul > li::before { content: ">"; position: absolute; left: -24px; font-weight: 300; }
.nr-content ol { list-style: decimal; }
.nr-content li + li { margin-top: 10px; }
.nr-content blockquote { padding-left: 28px; border-left: 3px solid var(--black); font-weight: 300; font-size: 26px; line-height: 36px; }
.nr-content blockquote.kg-blockquote-alt { border: 0; padding: 0; text-align: center; font-size: 30px; line-height: 40px; }
.nr-content hr { border: 0; height: 1px; background: var(--line); margin: 56px 0; }
.nr-content figcaption { margin-top: 12px; font-size: 15px; line-height: 21px; color: var(--ink-2); text-align: center; }
.nr-content pre { padding: 20px; background: var(--bg-soft); overflow: auto; font-size: 15px; line-height: 22px; }
.nr-content code { font-size: .9em; background: var(--bg-soft); padding: .1em .35em; }
.nr-content pre code { background: none; padding: 0; }
.nr-content .kg-width-wide { width: 100%; max-width: none; margin-left: 0; transform: none; }
.nr-content .kg-width-full { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.nr-content .kg-callout-card { border-radius: 0; }
.nr-content .kg-button-card .kg-btn { border-radius: 0; }
.nr-content .kg-bookmark-container { border-radius: 0; }
.nr-content .kg-image-card img, .nr-content .kg-gallery-image img { border-radius: 0; }
.nr-content .kg-image-card img { cursor: zoom-in; }
.nr-content table { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 22px; }
.nr-content th, .nr-content td { text-align: left; padding: 10px 12px 9px; border-bottom: 1px solid var(--line); vertical-align: top; }
.nr-content th { font-weight: 500; letter-spacing: .5px; text-transform: uppercase; font-size: 12px; }

.nr-inline-subscribe { margin: 40px 0; padding: 28px 28px 32px; border: 1px solid var(--black); }
.nr-inline-subscribe-title { font-size: 22px; line-height: 30px; font-weight: 500; }
.nr-inline-subscribe-text { margin-top: 6px; font-size: 16px; line-height: 24px; color: var(--ink-2); }
.nr-form-compact { margin-top: 18px; height: 52px; }
.nr-form-compact .nr-input { font-size: 16px; }
.nr-form-compact .nr-button { min-width: 140px; font-size: 15px; }

.nr-article-footer { padding: 40px 0 0; }
.nr-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.nr-tag { display: inline-block; padding: 9px 14px 8px; font-size: 15px; line-height: 17px; font-weight: 400; letter-spacing: .3px; border: 1px solid var(--line); color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.nr-tag:hover { border-color: var(--black); background: var(--black); color: var(--white); }
.nr-authors-box { padding-top: 40px; display: flex; flex-direction: column; gap: 32px; }
.nr-author-card { display: flex; gap: 20px; align-items: flex-start; }
.nr-author-card-avatar { display: block; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: var(--bg-soft); flex: 0 0 auto; }
.nr-author-card-body { flex: 1 1 auto; }
.nr-author-card-name { margin-top: 4px; font-size: 22px; line-height: 30px; font-weight: 500; }
.nr-author-card-name a:hover { text-decoration: underline; }
.nr-author-card-bio { margin-top: 8px; font-size: 17px; line-height: 26px; color: var(--ink-2); }
.nr-author-card-links { margin-top: 10px; display: flex; gap: 18px; font-size: 15px; }
.nr-author-card-links a:hover { text-decoration: underline; }
.nr-comments { padding-top: 56px; }

.nr-related { padding: 96px 0 72px; }
.nr-grid-related { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px var(--gap); }
.nr-card-excerpt-short { margin-top: 10px; font-size: 17px; line-height: 25px; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* --- Newsletter ------------------------------------------------------ */
.nr-newsletter { padding: 0 0 80px; }
.nr-newsletter-inner { padding-top: 64px; border-top: 1px solid var(--line-strong); }
.nr-newsletter-inner { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: var(--gap); align-items: center; }
.nr-newsletter-title { font-size: 40px; line-height: 50px; font-weight: 400; }
.nr-newsletter-copy { margin-top: 14px; font-weight: 300; max-width: 560px; }
.nr-form { position: relative; display: flex; gap: 0; border: 1px solid var(--black); height: 60px; }
.nr-input { flex: 1 1 auto; min-width: 0; height: 100%; padding: 0 20px; font: inherit; font-size: 18px; border: 0; outline: none; background: transparent; }
.nr-input::placeholder { color: var(--ink-2); }
.nr-form .nr-button { border: 0; border-left: 1px solid var(--black); min-width: 180px; height: 100%; }
.nr-form-success, .nr-form-error { position: absolute; top: calc(100% + 10px); left: 0; font-size: 15px; line-height: 21px; display: none; }
.nr-form.success .nr-form-success { display: block; }
.nr-form.success .nr-input, .nr-form.success .nr-button { opacity: .4; pointer-events: none; }
.nr-form.error .nr-form-error { display: block; }

/* --- Footer ---------------------------------------------------------- */
.nr-footer { background: var(--black); color: var(--white); padding: 72px 0 40px; font-size: 20px; line-height: 26px; }
.nr-footer a:hover { text-decoration: underline; text-underline-offset: 3px; }
.nr-footer-social { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 56px; font-weight: 300; }
.nr-social { display: flex; gap: 22px; }
.nr-social a { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; }
.nr-social svg { width: 20px; height: 20px; fill: currentColor; }
.nr-social a:hover { opacity: .6; text-decoration: none; }
.nr-footer-main { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding: 56px 0; border-top: 1px solid rgba(255,255,255,.2); }
.nr-footer-company { font-weight: 500; margin-bottom: 8px; }
.nr-footer-address { font-size: 15px; line-height: 21px; font-weight: 300; }
.nr-footer-address .nr-footer-company { font-size: 20px; line-height: 26px; }
.nr-footer-buttons { display: flex; gap: 20px; flex-wrap: wrap; }
.nr-footer-buttons .nr-button { min-width: 300px; }
.nr-footer-corp { font-size: 15px; line-height: 21px; color: var(--white); border-bottom: 1px solid transparent; transition: border-color .2s; }
.nr-footer-corp:hover { border-bottom-color: var(--white); }
.nr-footer-bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); font-size: 15px; line-height: 21px; font-weight: 300; }
.nr-footer-nav { display: flex; align-items: center; gap: 24px; }
.nr-footer-nav .nav { display: flex; gap: 24px; }
.nr-footer-nav .nav li { display: inline; }

/* --- Responsive ------------------------------------------------------ */
@media (max-width: 1199px) {
    .nr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nr-card-lead .nr-card-title { font-size: 32px; line-height: 40px; }
}
@media (max-width: 991px) {
    .nr-intro { grid-template-columns: 1fr 1fr; }
    .nr-intro-text { grid-column: 1; }
    .nr-topics { grid-column: 2; }
    :root { --gutter: 24px; }
    .nr-menu, .nr-corp-link { display: none; }
    .nr-burger { display: inline-flex; }
    .nr-header.is-open .nr-mobile { display: block; }
    .nr-card-lead .nr-card-link { grid-template-columns: 1fr; }
    .nr-newsletter-inner { grid-template-columns: 1fr; }
    .nr-footer-main { flex-direction: column; align-items: flex-start; }
    .nr-footer-social { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
    body { font-size: 18px; line-height: 24px; }
    .nr-hero { padding-top: 48px; }
    .nr-hero-title, .nr-newsletter-title, .nr-card-lead .nr-card-title { font-size: 30px; line-height: 38px; }
    .nr-article-title { font-size: 30px; }
    .nr-content { font-size: 18px; line-height: 29px; }
    .nr-content > p:first-of-type { font-size: 19px; line-height: 30px; }
    .nr-author-card { flex-wrap: wrap; }
    .nr-hero.has-image { min-height: 360px; padding-top: 96px; }
    .nr-grid, .nr-grid-related { grid-template-columns: 1fr; gap: 44px; }
    .nr-hero-blog { padding-top: 56px; }
    .nr-blog-title { font-size: 44px; line-height: 1.02; }
    .nr-blog-by { font-size: 15px; margin-top: 16px; }
    .nr-intro { grid-template-columns: 1fr; margin-top: 48px; padding-bottom: 16px; }
    .nr-intro-text { grid-column: 1; font-size: 19px; line-height: 28px; }
    .nr-topics { grid-column: 1; margin-top: 40px; }
    .nr-topics a { font-size: 20px; line-height: 27px; padding: 14px 0; }
    .nr-block { padding-bottom: 56px; }
    .nr-block .nr-container { padding-top: 48px; }
    .nr-block-title { font-size: 30px; line-height: 38px; }
    .nr-teaser { font-size: 28px; line-height: 36px; }
    .nr-block-more { font-size: 18px; }
    .nr-card-title { font-size: 22px; line-height: 29px; }
    .nr-article-excerpt { font-size: 19px; line-height: 27px; }
    .nr-footer-buttons .nr-button { min-width: 0; width: 100%; }
    .nr-footer-bar { flex-direction: column; align-items: flex-start; gap: 12px; }
    .nr-form { flex-direction: column; height: auto; border: 0; gap: 12px; }
    .nr-input { border: 1px solid var(--black); height: 56px; }
    .nr-form .nr-button { border: 1px solid var(--black); height: 56px; }
}
