:root {
    --bg: #0a0f1f;
    --bg-soft: #10172b;
    --surface: rgba(19, 27, 49, .82);
    --surface-solid: #151d34;
    --text: #f7f8fc;
    --muted: #aeb7cc;
    --line: rgba(255, 255, 255, .1);
    --accent: #7c8cff;
    --accent-2: #55d6be;
    --shadow: 0 24px 80px rgba(0, 0, 0, .32);
    --radius: 28px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 31%), radial-gradient(circle at 90% 20%, color-mix(in srgb, var(--accent-2) 12%, transparent), transparent 30%), linear-gradient(180deg, #0c1122 0%, #090d1a 100%); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); z-index: 1000; background: white; color: #111; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { transform: none; }
.announcement { background: linear-gradient(90deg, var(--accent), var(--accent-2)); color: #07101b; font-weight: 750; font-size: .9rem; }
.announcement .container { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.announcement button { border: 0; background: transparent; color: inherit; font-size: 1.3rem; cursor: pointer; }
.site-header { position: sticky; top: 0; z-index: 50; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(9, 13, 27, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #09111d; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 10px 28px color-mix(in srgb, var(--accent) 26%, transparent); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: .96rem; letter-spacing: .02em; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2.2vw, 31px); color: #dce2f1; font-size: .9rem; font-weight: 650; }
.site-nav a { position: relative; transition: color .2s ease; }
.site-nav a:not(.language-switch)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent-2); transition: right .2s ease; }
.site-nav a:hover { color: white; }
.site-nav a:hover::after { right: 0; }
.language-switch { min-width: 42px; height: 36px; border: 1px solid var(--line); border-radius: 999px; display: grid; place-items: center; background: rgba(255,255,255,.04); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 3px; }
.hero { min-height: calc(100vh - 84px); min-height: 760px; position: relative; display: grid; align-items: center; overflow: hidden; padding: 82px 0 110px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); gap: clamp(50px, 8vw, 115px); align-items: center; }
.hero-copy h1 { max-width: 780px; margin: 17px 0 24px; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--accent-2); font-size: .78rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.hero-intro { max-width: 680px; color: #c5cde0; font-size: clamp(1.06rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; font-size: .93rem; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #08101c; border: 0; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 14px 36px color-mix(in srgb, var(--accent) 21%, transparent); }
.button.ghost { background: rgba(255,255,255,.04); }
.button.ghost:hover { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.button.light { background: white; color: #0b1221; border-color: white; }
.hero blockquote { margin: 45px 0 0; padding-left: 20px; border-left: 2px solid var(--accent); max-width: 640px; color: var(--muted); font-style: italic; }
.portrait-card { position: relative; border-radius: 45% 45% 26px 26px; padding: 14px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.portrait-card::before { content: ""; position: absolute; inset: 35px -24px -24px 36px; z-index: -1; border-radius: inherit; border: 1px solid color-mix(in srgb, var(--accent-2) 42%, transparent); }
.portrait-card img { width: 100%; aspect-ratio: .83; object-fit: cover; object-position: center; border-radius: 43% 43% 18px 18px; filter: saturate(.92) contrast(1.02); }
.portrait-glow { position: absolute; inset: -12%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 29%, transparent), transparent 62%); filter: blur(18px); }
.portrait-label { position: absolute; left: -28px; bottom: 30px; display: flex; align-items: center; gap: 12px; min-width: 175px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(11,17,32,.82); backdrop-filter: blur(15px); box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.portrait-label div { display: grid; line-height: 1.15; }
.portrait-label small { color: var(--muted); }
.portrait-label strong { margin-top: 4px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent-2) 15%, transparent); }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.orb-one { width: 420px; height: 420px; right: -230px; top: 5%; }
.orb-two { width: 240px; height: 240px; left: -150px; bottom: 10%; }
.section { padding: clamp(90px, 11vw, 150px) 0; }
.section-heading h2, .section-top h2 { margin: 13px 0 0; font-size: clamp(2.4rem, 5vw, 4.9rem); line-height: 1; letter-spacing: -.055em; }
.section-top { display: grid; grid-template-columns: 1fr minmax(260px, 440px); align-items: end; gap: 50px; margin-bottom: 60px; }
.section-top > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.about-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.about-grid { display: grid; grid-template-columns: .65fr .9fr 1.15fr; gap: clamp(28px, 4vw, 62px); align-items: center; }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; inset: -14px 22px 22px -14px; border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent); border-radius: var(--radius); z-index: -1; }
.about-image img { width: 100%; aspect-ratio: .86; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-copy .lead { margin: 0 0 34px; color: #d9deeb; font-size: clamp(1.12rem, 1.65vw, 1.4rem); }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mini-cards > div { min-height: 135px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); display: flex; flex-direction: column; }
.mini-cards span { color: var(--accent-2); font-size: 1.3rem; }
.mini-cards strong { margin-top: auto; font-size: .93rem; }
.mini-cards small { color: var(--muted); }
.experience-section { background: #0c1223; border-block: 1px solid var(--line); }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 31px; top: 30px; bottom: 30px; width: 1px; background: linear-gradient(var(--accent), var(--accent-2), transparent); }
.timeline-item { display: grid; grid-template-columns: 64px 150px 1fr; gap: 30px; align-items: start; padding: 27px 0; border-bottom: 1px solid var(--line); }
.timeline-marker { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: #10182c; color: var(--accent-2); font-size: .75rem; font-weight: 850; }
.timeline-period { padding-top: 18px; color: var(--accent); font-weight: 800; }
.timeline-content { padding-top: 10px; max-width: 760px; }
.timeline-content h3 { margin: 0 0 5px; font-size: clamp(1.2rem, 2.2vw, 1.72rem); letter-spacing: -.02em; }
.timeline-content strong { color: #c8d0e4; font-size: .95rem; }
.timeline-content p { margin: 11px 0 0; color: var(--muted); }
.skills-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.skill-card { min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); transition: transform .25s ease, border-color .25s ease; }
.skill-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--accent) 48%, transparent); }
.skill-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: color-mix(in srgb, var(--accent) 15%, transparent); color: var(--accent-2); font-weight: 850; }
.skill-card h3 { margin: 66px 0 12px; font-size: 1.22rem; }
.skill-card p { margin: 0; color: var(--muted); }
.articles-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.018)); }
.articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.article-image { position: relative; display: block; overflow: hidden; }
.article-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s ease; }
.article-card:hover .article-image img { transform: scale(1.035); }
.article-image span { position: absolute; left: 18px; bottom: 18px; padding: 7px 11px; border-radius: 999px; background: rgba(8,13,26,.8); backdrop-filter: blur(10px); font-size: .78rem; }
.article-body { padding: 28px; }
.article-body h3 { margin: 0 0 12px; font-size: clamp(1.4rem, 2.5vw, 2rem); letter-spacing: -.03em; }
.article-body p { margin: 0 0 20px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-2); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.contact-section { padding-top: 40px; }
.contact-card { min-height: 330px; padding: clamp(35px, 6vw, 78px); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; border-radius: 34px; color: #0a1120; background: linear-gradient(125deg, var(--accent), var(--accent-2)); box-shadow: 0 28px 90px color-mix(in srgb, var(--accent) 20%, transparent); }
.contact-card .eyebrow { color: #132036; }
.contact-card h2 { max-width: 740px; margin: 14px 0 13px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.contact-card p { max-width: 650px; margin: 0; font-weight: 560; }
.contact-actions { min-width: 260px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.light-link { color: #0b1527; }
.site-footer { padding: 80px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding-bottom: 50px; }
.footer-brand { font-size: 1.2rem; font-weight: 850; }
.footer-grid p { color: var(--muted); }
.footer-links, .footer-social { display: grid; align-content: start; gap: 10px; color: #d2d8e7; }
.footer-links a:hover, .footer-social a:hover { color: var(--accent-2); }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: .86rem; }
.article-hero, .legal-hero { padding: 110px 0 70px; }
.back-link { display: inline-block; margin-bottom: 52px; color: var(--accent-2); font-weight: 750; }
.article-meta { color: var(--accent); font-weight: 800; }
.article-hero h1, .legal-hero h1 { margin: 15px 0 22px; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .98; letter-spacing: -.065em; }
.article-deck { margin: 0; color: #c5cde0; font-size: clamp(1.12rem, 2vw, 1.4rem); }
.article-cover { margin-bottom: 75px; }
.article-cover img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0, 800px) 160px; gap: 80px; justify-content: center; padding-bottom: 110px; }
.article-content { font-size: 1.08rem; color: #dce1ec; }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.45em; }
.article-content h2, .article-content h3 { margin: 2.1em 0 .7em; line-height: 1.15; letter-spacing: -.03em; color: white; }
.article-content h2 { font-size: 2.1rem; }
.article-content h3 { font-size: 1.5rem; }
.article-content a { color: var(--accent-2); text-decoration: underline; text-underline-offset: 4px; }
.article-content ul, .article-content ol { padding-left: 1.35em; }
.article-content blockquote { margin: 2em 0; padding: 22px 26px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.035); color: #cbd3e5; }
.video-embed { position: relative; margin: 40px 0; padding-top: 56.25%; overflow: hidden; border-radius: 22px; background: #000; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-aside { position: sticky; top: 120px; align-self: start; display: grid; gap: 10px; padding-left: 24px; border-left: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.article-aside span { color: white; font-weight: 800; margin-bottom: 5px; }
.article-aside a:hover { color: var(--accent-2); }
.legal-content { padding-bottom: 110px; }
.legal-card { padding: clamp(30px, 6vw, 65px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.legal-card h2 { margin-top: 0; font-size: 2rem; }
.legal-card h3 { margin-top: 35px; }
.legal-card a { color: var(--accent-2); }
.legal-note { margin-top: 45px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; color: var(--muted); font-size: .9rem; }
.not-found { min-height: 70vh; display: grid; align-items: center; }
.not-found h1 { font-size: clamp(3rem,8vw,7rem); letter-spacing: -.06em; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
    .nav-toggle { display: block; cursor: pointer; }
    .site-nav { position: fixed; top: 76px; left: 20px; right: 20px; padding: 24px; display: grid; gap: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(10,15,31,.96); backdrop-filter: blur(18px); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s ease; }
    .site-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
    .language-switch { width: 48px; }
    .hero-grid { grid-template-columns: 1fr .65fr; gap: 40px; }
    .hero-copy h1 { font-size: clamp(3.1rem, 8vw, 5.6rem); }
    .about-grid { grid-template-columns: .7fr 1fr; }
    .about-grid .section-heading { grid-column: 1 / -1; }
    .skills-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-card { grid-template-columns: 1fr; }
    .contact-actions { align-items: flex-start; }
}
@media (max-width: 720px) {
    .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
    .brand-copy small { display: none; }
    .hero { min-height: auto; padding: 55px 0 100px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
    .hero-visual { width: min(88%, 410px); margin: 20px auto 0; }
    .portrait-label { left: -12px; }
    .section { padding: 90px 0; }
    .section-top { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
    .about-grid { grid-template-columns: 1fr; }
    .about-image { width: min(90%, 430px); }
    .mini-cards { grid-template-columns: 1fr; }
    .mini-cards > div { min-height: 105px; }
    .timeline-item { grid-template-columns: 48px 1fr; gap: 18px; }
    .timeline::before { left: 23px; }
    .timeline-marker { width: 48px; height: 48px; }
    .timeline-period { padding-top: 10px; }
    .timeline-content { grid-column: 2; padding-top: 0; }
    .skills-grid, .articles-grid { grid-template-columns: 1fr; }
    .skill-card { min-height: 240px; }
    .skill-card h3 { margin-top: 42px; }
    .contact-card { padding: 35px 25px; }
    .contact-actions, .contact-actions .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
    .article-hero { padding-top: 75px; }
    .back-link { margin-bottom: 35px; }
    .article-layout { grid-template-columns: 1fr; gap: 45px; }
    .article-aside { position: static; padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(3, auto); justify-content: start; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* 2026 Update 1 */
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent-2) 85%, white); outline-offset: 4px; }
.role-label { min-width: min(330px, calc(100% + 25px)); }
.role-label strong { font-size: .88rem; line-height: 1.25; }
.role-label small:last-child { margin-top: 3px; font-size: .68rem; }
.projects-section { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); }
.projects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.project-card { overflow: hidden; display: grid; grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); min-height: 370px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.project-image { min-height: 100%; overflow: hidden; background: #10172b; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-placeholder { display: grid; place-items: center; background: radial-gradient(circle at 25% 20%, color-mix(in srgb, var(--accent) 35%, transparent), transparent 40%), linear-gradient(140deg, #111a31, #0d1428); }
.project-placeholder span { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 25px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #08101c; font-size: 1.55rem; font-weight: 950; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.project-body { padding: 30px; display: flex; flex-direction: column; }
.project-topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: var(--accent-2); font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.project-body h3 { margin: 24px 0 13px; font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.08; letter-spacing: -.04em; }
.project-body > p { margin: 0 0 22px; color: var(--muted); }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 24px; }
.project-tags span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #c9d1e3; font-size: .72rem; }
.section-empty { padding: 35px; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); text-align: center; }
.article-card-meta { margin-bottom: 10px; color: var(--accent); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.reading-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1000; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.article-meta-row { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--accent); font-size: .86rem; font-weight: 800; }
.article-meta-row span:not(:last-child)::after { content: "·"; margin-left: 20px; color: var(--muted); }
.share-button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-align: left; font-size: inherit; }
.share-button:hover { color: var(--accent-2); }
.article-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 110px; }
.article-navigation a { min-height: 150px; padding: 24px; display: grid; align-content: center; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); transition: transform .2s ease, border-color .2s ease; }
.article-navigation a:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent) 45%, transparent); }
.article-navigation a.next { text-align: right; }
.article-navigation small { color: var(--accent-2); font-weight: 800; }
.article-navigation strong { margin-top: 8px; font-size: 1.1rem; }
@media (max-width: 980px) {
    .projects-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .project-card { grid-template-columns: 1fr; }
    .project-image { min-height: 230px; }
    .role-label { min-width: min(300px, calc(100% + 10px)); }
    .article-meta-row { gap: 6px 12px; }
    .article-meta-row span:not(:last-child)::after { margin-left: 12px; }
    .article-navigation { grid-template-columns: 1fr; }
    .article-navigation a.next { text-align: left; }
}
