:root {
  --ink: #071426;
  --muted: #4d5560;
  --blue: #0758d9;
  --blue-dark: #0647ad;
  --line: #dce3ec;
  --paper: #fffefa;
  --soft: #f7faff;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.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; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: 100%;
  height: 76px;
  padding-inline: max(32px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, .96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.wordmark { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; }
.wordmark span { font: 400 36px/1 "DM Serif Display", Georgia, serif; letter-spacing: -.5px; }
.wordmark small { padding: 3px 6px 2px; border: 1px solid rgba(7,88,217,.28); border-radius: 999px; color: var(--blue); font-size: 9px; font-weight: 800; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(26px, 3.5vw, 58px); }
.site-nav a { font-weight: 500; text-decoration: none; padding-block: 8px; position: relative; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--blue); transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.language-menu { display: flex; align-items: center; gap: 3px; padding-left: 10px; border-left: 1px solid var(--line); }
.language-menu a { min-width: 31px; padding: 6px 7px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; text-align: center; }
.language-menu a[aria-current="page"] { color: var(--blue); background: #edf4ff; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }

.hero { min-height: 560px; display: grid; grid-template-columns: 62% 38%; align-items: center; margin-block: 26px; padding: 58px 5.2%; position: relative; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,254,250,.99) 0%, rgba(255,254,250,.96) 48%, rgba(255,254,250,.48) 76%, rgba(255,254,250,.12) 100%), url('/images/hero-data-field.png') right center / auto 100% no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 55%, rgba(7,88,217,.08)); }
.hero-copy { max-width: 710px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--blue); font-size: 14px; font-weight: 700; line-height: 1.3; letter-spacing: .17em; }
h1, h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.025em; }
h1 { max-width: 740px; margin: 0; font-size: clamp(54px, 5vw, 78px); line-height: .99; }
.hero-intro { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.button { min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid var(--blue); border-radius: 3px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .work-toggle:focus-visible { outline: 3px solid rgba(7, 88, 217, .28); outline-offset: 4px; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--blue); background: transparent; }
.button-secondary:hover { background: #edf4ff; }
.button .material-symbols-rounded { font-size: 21px; }
.credibility { max-width: 610px; margin: 26px 0 0; display: flex; align-items: flex-start; gap: 14px; color: var(--muted); font-size: 14px; }
.credibility .material-symbols-rounded { color: var(--blue); font-size: 27px; }
.hero-art { min-height: 440px; }

.work-section { border-block: 1px solid var(--line); background: rgba(255,255,255,.45); }
.work-grid { display: grid; grid-template-columns: 330px 1fr; gap: 54px; padding-block: 36px 28px; }
.work-grid > h2 { margin: 0; font-size: 42px; line-height: 1.05; }
.work-item { display: grid; grid-template-columns: 52px 1fr 42px; align-items: start; gap: 18px; padding: 13px 0 19px; border-bottom: 1px solid var(--line); }
.work-item > div { display: grid; grid-template-columns: 230px 1fr; gap: 18px; }
.work-item:last-child { border-bottom: 0; }
.work-icon { color: var(--blue); font-size: 34px; }
.work-item h3 { margin: 4px 0 0; font-size: 16px; line-height: 1.35; }
.work-item p { margin: 2px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.work-detail { grid-column: 2; padding-top: 10px; }
.work-toggle { width: 38px; height: 38px; border: 0; border-radius: 50%; background: transparent; color: var(--blue); cursor: pointer; transition: background .2s, transform .2s; }
.work-toggle:hover { background: #edf4ff; }
.work-toggle[aria-expanded="true"] { transform: rotate(90deg); }

.expertise-section { padding-block: 98px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section-heading h2, .about-copy h2, .archive-section h2, .contact-inner h2 { margin: 0; font-size: clamp(42px, 4vw, 62px); line-height: 1.05; }
.section-heading > p:last-child, .about-copy > p, .contact-inner p { color: var(--muted); font-size: 18px; max-width: 620px; }
.expertise-list article { display: grid; grid-template-columns: 50px 210px 1fr; gap: 16px; padding: 23px 0; border-top: 1px solid var(--line); }
.expertise-list article:last-child { border-bottom: 1px solid var(--line); }
.expertise-list span { color: var(--blue); font-family: "DM Serif Display", serif; font-size: 23px; }
.expertise-list h3 { margin: 3px 0 0; font-size: 18px; }
.expertise-list p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

.ventures-section { padding-block: 92px; border-top: 1px solid var(--line); background: #fff; }
.ventures-heading { max-width: 760px; margin-bottom: 42px; }
.ventures-heading h2 { margin: 0; font: 400 clamp(42px, 4vw, 62px)/1.05 "DM Serif Display", Georgia, serif; letter-spacing: -.025em; }
.venture-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.venture-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.venture-card + .venture-card { border-left: 1px solid var(--line); }
.venture-icon { color: var(--blue); font-size: 34px; }
.venture-card h3 { margin: 32px 0 10px; font: 400 31px/1.1 "DM Serif Display", Georgia, serif; }
.venture-card p { margin: 0 0 28px; color: var(--muted); font-size: 15px; }
.venture-card .text-link { margin-top: auto; }

.insights-section { border-block: 1px solid #cddcf0; background: var(--soft); }
.newsletter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.newsletter-item { min-height: 132px; padding: 24px 32px; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 8px 18px; }
.newsletter-item + .newsletter-item { border-left: 1px solid #cddcf0; }
.insight-icon { color: var(--blue); font-size: 34px; }
.newsletter-item p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.newsletter-item p span { color: var(--muted); }
.newsletter-item a { grid-column: 2; }
.newsletter-item a, .text-link { color: var(--blue); display: inline-flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; }

.about-section { padding-block: 105px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: start; }
.company-block { padding: 40px; border-left: 3px solid var(--blue); background: var(--soft); }
.company-block h3 { margin: -2px 0 10px; font: 400 38px/1.1 "DM Serif Display", serif; }
.company-block p:not(.eyebrow) { color: var(--muted); }
.archive-section { padding-block: 68px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.archive-section h2 { max-width: 760px; font-size: clamp(36px, 3.5vw, 52px); }

.contact-section { margin-top: 50px; background: var(--ink); color: white; }
.contact-inner { min-height: 320px; padding-block: 68px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.contact-inner .eyebrow { color: #76a9ff; }
.contact-inner p { color: #cbd5e1; }
.button-light { background: white; color: var(--ink); border-color: white; flex: 0 0 auto; }
.site-footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 14px; }
.site-footer div { display: flex; gap: 24px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--blue); }

.editorial-nav { display: flex; align-items: center; gap: 32px; }
.editorial-nav a { font-weight: 600; text-decoration: none; }
.editorial-nav a:hover { color: var(--blue); }
.editorial-main { width: min(calc(100% - 64px), 920px); margin: 0 auto; padding: 86px 0 110px; }
.editorial-main-wide { width: min(calc(100% - 64px), var(--max)); }
.editorial-hero { max-width: 900px; padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.editorial-hero h1 { max-width: none; font: 400 clamp(52px, 7vw, 88px)/.98 "DM Serif Display", Georgia, serif; letter-spacing: -.035em; }
.editorial-hero > p:last-child { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 20px; }
.editorial-content { padding-top: 54px; color: #182334; font-size: 18px; line-height: 1.75; }
.editorial-content > :first-child { margin-top: 0; }
.editorial-content h2 { margin: 60px 0 16px; color: var(--ink); font: 400 38px/1.1 "DM Serif Display", Georgia, serif; }
.editorial-content h3 { margin: 38px 0 12px; color: var(--ink); font-size: 22px; }
.editorial-content p { margin: 0 0 24px; }
.editorial-content a { color: var(--blue); text-underline-offset: 3px; }
.editorial-content .button-primary { color: white; }
.editorial-content .button-secondary { color: var(--blue); }
.editorial-content ul { padding-left: 23px; }
.editorial-content li { margin-bottom: 9px; }
.editorial-lead { max-width: 780px; color: var(--muted); font-size: 22px; line-height: 1.6; }
.profile-actions { margin: 34px 0 42px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.profile-actions .button { min-height: 50px; }
.profile-note { max-width: 760px; margin: -24px 0 38px !important; color: var(--muted); font-size: 14px; }
.profile-facts { margin: 42px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.profile-facts div { padding: 26px; }
.profile-facts div + div { border-left: 1px solid var(--line); }
.profile-facts strong { display: block; margin-bottom: 6px; color: var(--blue); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.profile-facts span { color: var(--ink); font-family: "DM Serif Display", Georgia, serif; font-size: 23px; line-height: 1.25; }
.editorial-callout { margin-top: 56px; padding: 34px; border-left: 3px solid var(--blue); background: var(--soft); }
.editorial-callout h2 { margin-top: 0; }
.case-grid { margin: 34px 0 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.case-grid article { min-height: 255px; padding: 30px; }
.case-grid article:nth-child(even) { border-left: 1px solid var(--line); }
.case-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
.case-grid h3 { margin: 8px 0 13px; font: 400 28px/1.12 "DM Serif Display", Georgia, serif; }
.case-grid article > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.case-kicker { margin: 0 !important; color: var(--blue) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.skill-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 10px; }
.skill-cloud span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #243044; font-size: 14px; line-height: 1.2; }
.recruiter-callout { padding: 44px; border-left: 0; background: var(--ink); color: white; }
.recruiter-callout h2 { max-width: 700px; color: white; }
.recruiter-callout > p:not(.case-kicker) { max-width: 760px; color: #cbd5e1; }
.recruiter-callout .case-kicker { color: #76a9ff !important; }
.recruiter-callout .profile-actions { margin-bottom: 0; }
.recruiter-callout .text-link { color: white; }

.archive-toolbar { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 24px; margin-bottom: 38px; }
.archive-toolbar label { color: var(--ink); font-weight: 700; }
.archive-toolbar > p { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--muted); }
.archive-search-wrap { max-width: 640px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid var(--line); background: white; }
.archive-search-wrap:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,88,217,.12); }
.archive-search-wrap span { color: var(--blue); }
.archive-search-wrap input { width: 100%; height: 52px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
.archive-list { border-top: 1px solid var(--line); }
.archive-entry { display: grid; grid-template-columns: 120px 1fr 30px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.archive-entry[hidden] { display: none; }
.archive-entry time { color: var(--muted); font-size: 14px; }
.archive-entry h2 { margin: 0; font: 400 27px/1.2 "DM Serif Display", Georgia, serif; }
.archive-entry h2 a { color: var(--ink); text-decoration: none; }
.archive-entry h2 a:hover { color: var(--blue); }
.archive-entry p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.archive-entry > span { color: var(--blue); transition: transform .18s ease; }
.archive-entry:hover > span { transform: translateX(4px); }
.archive-empty { padding: 60px 0; color: var(--muted); text-align: center; }

.post-main { width: min(calc(100% - 64px), 980px); margin: 0 auto; padding: 82px 0 110px; }
.post-modern-header { padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.post-modern-header h1 { max-width: 940px; font-size: clamp(50px, 6.5vw, 82px); line-height: 1.01; overflow-wrap: anywhere; }
.post-modern-meta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 14px; }
.post-modern-meta a { color: var(--ink); font-weight: 700; text-decoration: none; }
.post-tags { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 8px; }
.post-tags span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; }
.post-content-modern { width: min(100%, 760px); margin: 0 auto; padding: 62px 0 34px; color: #182334; font-size: 18px; line-height: 1.8; overflow-wrap: break-word; }
.post-content-modern > :first-child { margin-top: 0; }
.post-content-modern h1, .post-content-modern h2, .post-content-modern h3, .post-content-modern h4 { color: var(--ink); line-height: 1.17; }
.post-content-modern h1 { margin: 58px 0 18px; font-size: 44px; }
.post-content-modern h2 { margin: 54px 0 16px; font-size: 36px; }
.post-content-modern h3 { margin: 40px 0 13px; font-size: 24px; }
.post-content-modern p { margin: 0 0 25px; }
.post-content-modern a { color: var(--blue); text-underline-offset: 3px; }
.post-content-modern img { max-width: 100%; height: auto; display: block; margin: 34px auto; border-radius: 3px; }
.post-content-modern iframe, .post-content-modern video { max-width: 100%; margin-block: 28px; }
.post-content-modern table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; font-size: 15px; }
.post-content-modern th, .post-content-modern td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.post-content-modern blockquote { margin: 34px 0; padding: 8px 0 8px 25px; border-left: 3px solid var(--blue); color: var(--muted); font: 400 24px/1.5 "DM Serif Display", Georgia, serif; }
.post-content-modern pre { max-width: 100%; overflow-x: auto; padding: 20px; border: 1px solid var(--line); border-radius: 3px; background: #f4f7fb; font-size: 14px; line-height: 1.55; }
.post-content-modern code { padding: .12em .32em; border-radius: 3px; background: #f0f4f8; font-size: .9em; }
.post-content-modern pre code { padding: 0; background: transparent; }
.post-content-modern ul, .post-content-modern ol { margin: 0 0 26px; padding-left: 24px; }
.post-content-modern li { margin-bottom: 8px; }
.post-modern-footer { margin-top: 28px; border-top: 1px solid var(--line); }
.post-share { min-height: 92px; display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
.post-share strong { margin-right: auto; color: var(--ink); }
.post-share a { color: var(--blue); font-weight: 700; text-decoration: none; }
.post-author-card { margin: 30px 0 52px; padding: 38px; border-left: 3px solid var(--blue); background: var(--soft); }
.post-author-card h2 { max-width: 620px; margin: 8px 0 12px; font: 400 36px/1.1 "DM Serif Display", Georgia, serif; }
.post-author-card > p:not(.case-kicker) { max-width: 680px; color: var(--muted); }
.post-navigation { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.post-navigation a { min-height: 130px; padding: 24px; display: flex; flex-direction: column; justify-content: center; color: var(--ink); text-decoration: none; }
.post-navigation a + a { border-left: 1px solid var(--line); }
.post-navigation a:hover { background: var(--soft); }
.post-navigation small { margin-bottom: 8px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.post-navigation span { display: -webkit-box; overflow: hidden; font-family: "DM Serif Display", Georgia, serif; font-size: 20px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.post-navigation-archive { text-align: center; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; background-position: 120% center; }
  .hero-art { display: none; }
  .work-grid, .expertise-section, .about-section { grid-template-columns: 1fr; gap: 42px; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-card + .venture-card { border-left: 0; border-top: 1px solid var(--line); }
  .work-item { grid-template-columns: 44px 1fr 40px; }
  .work-item > div { grid-template-columns: 210px 1fr; }
  .about-section { gap: 55px; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .newsletter-item + .newsletter-item { border-left: 0; border-top: 1px solid #cddcf0; }
}

@media (max-width: 720px) {
  .section-shell { width: min(calc(100% - 36px), var(--max)); }
  .site-header { height: 68px; padding-inline: 18px; }
  .wordmark span { font-size: 30px; }
  .menu-button { display: inline-flex; }
  .site-nav { position: fixed; inset: 68px 0 auto 0; padding: 20px 18px 26px; flex-direction: column; align-items: flex-start; gap: 10px; border-bottom: 1px solid var(--line); background: var(--paper); transform: translateY(-140%); transition: transform .25s ease; z-index: -1; }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a { width: 100%; padding: 10px 0; }
  .language-menu { width: 100%; gap: 8px; padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .language-menu a { width: auto; padding: 7px 12px; }
  .hero { min-height: auto; margin-block: 14px; padding: 52px 26px 46px; background: linear-gradient(90deg, rgba(255,254,250,.98), rgba(255,254,250,.86)), url('/images/hero-data-field.png') center / cover no-repeat; }
  h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; justify-content: space-between; }
  .work-grid { padding-block: 42px; }
  .work-grid > h2 { font-size: 37px; }
  .work-item { grid-template-columns: 38px 1fr 38px; gap: 12px; padding-block: 18px; }
  .work-item > div { grid-column: 2; display: block; }
  .work-item > div p { margin-top: 8px; }
  .work-toggle { grid-column: 3; grid-row: 1; }
  .expertise-section, .ventures-section, .about-section { padding-block: 72px; }
  .expertise-list article { grid-template-columns: 42px 1fr; }
  .expertise-list article p { grid-column: 2; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .newsletter-item { padding: 26px 0; grid-template-columns: 36px 1fr; }
  .newsletter-item + .newsletter-item { border-left: 0; border-top: 1px solid #cddcf0; }
  .company-block { padding: 30px 26px; }
  .archive-section, .contact-inner { align-items: flex-start; flex-direction: column; }
  .archive-section { padding-block: 55px; }
  .contact-inner { gap: 30px; }
  .site-footer { padding-block: 24px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .editorial-nav { gap: 16px; font-size: 14px; }
  .editorial-nav a:nth-child(2) { display: none; }
  .editorial-main, .editorial-main-wide { width: min(calc(100% - 36px), var(--max)); padding: 58px 0 76px; }
  .editorial-hero { padding-bottom: 36px; }
  .editorial-hero h1 { font-size: clamp(45px, 13vw, 64px); }
  .editorial-hero > p:last-child { font-size: 18px; }
  .editorial-content { padding-top: 38px; font-size: 17px; }
  .editorial-content h2 { margin-top: 48px; font-size: 34px; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-facts div + div { border-left: 0; border-top: 1px solid var(--line); }
  .profile-actions { align-items: stretch; flex-direction: column; }
  .profile-actions .button { width: 100%; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { min-height: auto; padding: 26px; }
  .case-grid article:nth-child(even) { border-left: 0; }
  .case-grid article + article { border-top: 1px solid var(--line); }
  .recruiter-callout { padding: 32px 25px; }
  .archive-toolbar { grid-template-columns: 1fr; }
  .archive-toolbar > p { grid-column: 1; grid-row: auto; }
  .archive-entry { grid-template-columns: 1fr 26px; gap: 8px 14px; padding: 22px 0; }
  .archive-entry time { grid-column: 1 / -1; }
  .archive-entry h2 { font-size: 24px; }
  .post-main { width: min(calc(100% - 36px), 980px); padding: 56px 0 76px; }
  .post-modern-header { padding-bottom: 34px; }
  .post-modern-header h1 { font-size: clamp(42px, 12vw, 60px); }
  .post-content-modern { padding-top: 44px; font-size: 17px; }
  .post-content-modern h1 { font-size: 38px; }
  .post-content-modern h2 { font-size: 32px; }
  .post-share { padding-block: 22px; flex-wrap: wrap; }
  .post-share strong { width: 100%; }
  .post-author-card { padding: 30px 25px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation a { min-height: 105px; }
  .post-navigation a + a { border-left: 0; border-top: 1px solid var(--line); }
}

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