:root {
    --bg: #f4f1ea;
    --bg-soft: #fcf8f1;
    --bg-deep: #e6edf0;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: rgba(255, 255, 255, 0.94);
    --surface-dark: rgba(10, 32, 49, 0.92);
    --text: #17242f;
    --text-soft: #526272;
    --text-muted: #7a8896;
    --line: rgba(23, 36, 47, 0.1);
    --line-strong: rgba(23, 36, 47, 0.18);
    --line-bright: rgba(255, 255, 255, 0.14);
    --navy: #143349;
    --navy-deep: #0a2031;
    --teal: #0f9f98;
    --teal-soft: rgba(217, 247, 242, 0.72);
    --amber: #de8c4d;
    --amber-soft: rgba(255, 240, 226, 0.72);
    --glow: rgba(15, 159, 152, 0.18);
    --shadow: 0 28px 90px rgba(10, 32, 49, 0.14);
    --shadow-soft: 0 18px 44px rgba(10, 32, 49, 0.08);
    --shadow-lift: 0 24px 54px rgba(10, 32, 49, 0.14);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(15, 159, 152, 0.13), transparent 30rem),
        radial-gradient(circle at 78% 12%, rgba(20, 51, 73, 0.08), transparent 22rem),
        radial-gradient(circle at bottom right, rgba(222, 140, 77, 0.16), transparent 24rem),
        linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 68%, var(--bg-deep) 100%);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

body::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)),
        repeating-linear-gradient(
            to right,
            rgba(20, 51, 73, 0.04) 0,
            rgba(20, 51, 73, 0.04) 1px,
            transparent 1px,
            transparent 120px
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(20, 51, 73, 0.03) 0,
            rgba(20, 51, 73, 0.03) 1px,
            transparent 1px,
            transparent 120px
        );
    opacity: 0.35;
}

body::after {
    background: radial-gradient(circle at center top, rgba(255, 255, 255, 0.38), transparent 38rem);
}

body.page-post::before,
body.page-list::before {
    opacity: 0.18;
}

body.page-post::after,
body.page-list::after {
    background: radial-gradient(circle at center top, rgba(255, 255, 255, 0.48), transparent 42rem);
}

body,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
    font-family: "IBM Plex Sans", sans-serif;
}

a,
button,
.nav-item a,
.company-pill,
.cta-button,
.company-actions a,
.section-link,
.sidebar-links a,
.belief-card,
.company-card,
.post-card,
.stat-card {
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease,
        opacity 180ms ease;
}

a {
    color: var(--navy);
    text-decoration-color: rgba(15, 159, 152, 0.35);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

a:hover,
a:focus {
    color: var(--teal);
}

a:focus-visible,
button:focus-visible,
.nav-item a:focus-visible,
.company-pill:focus-visible,
.cta-button:focus-visible,
.company-actions a:focus-visible,
.section-link:focus-visible,
.post-card:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 159, 152, 0.22);
}

::selection {
    background: rgba(15, 159, 152, 0.18);
    color: var(--navy-deep);
}

#layout {
    max-width: 1480px;
    margin: 0 auto;
    padding: 24px;
}

.sidebar {
    position: relative;
    background: none;
    color: var(--text);
}

.sidebar-shell,
.hero-panel,
.archive-header,
.article-shell,
.belief-card,
.company-card,
.post-card,
.stat-card,
.post-list-pagination {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow-soft);
}

.sidebar-shell {
    padding: 32px 28px;
    background:
        linear-gradient(145deg, rgba(11, 32, 49, 0.98), rgba(21, 58, 80, 0.95)),
        repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.05) 0,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 68px
        );
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    color: #f8fbfd;
}

.sidebar-shell::before,
.sidebar-shell::after,
.hero-panel::before,
.hero-panel::after,
.archive-header::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.sidebar-shell::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.sidebar-shell::after {
    top: -5rem;
    right: -4rem;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(15, 159, 152, 0.28), rgba(15, 159, 152, 0));
}

.profile-mark,
.sidebar-eyebrow,
.section-kicker,
.signal-kicker,
.post-card-date,
.content-subhead,
.company-label,
.company-tag,
.stat-label,
.back-link {
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profile-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
        rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.98rem;
}

.sidebar-eyebrow {
    margin: 0 0 12px;
    color: rgba(242, 246, 249, 0.72);
    font-size: 0.76rem;
}

.brand-title,
.hero-title,
.section-heading h2,
.archive-title,
.post-title,
.post-card-title,
.belief-card h3,
.company-card h3,
.signal-card h3 {
    font-family: "Space Grotesk", sans-serif;
}

.brand-title {
    margin: 0;
    text-transform: none;
    font-size: 2.25rem;
    line-height: 0.96;
    text-wrap: balance;
}

.brand-title a,
.brand-title a:hover {
    color: #fff;
}

.brand-tagline {
    margin: 14px 0 0;
    color: rgba(242, 246, 249, 0.96);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.sidebar-intro {
    margin: 16px 0 0;
    color: rgba(232, 240, 245, 0.76);
    line-height: 1.72;
}

.company-pills,
.stat-grid,
.belief-grid,
.company-grid,
.post-grid,
.signal-stack {
    display: grid;
    gap: 18px;
}

.company-pills {
    margin-top: 28px;
}

.company-pill {
    display: block;
    padding: 16px 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: #f8fbfd;
    font-weight: 600;
    line-height: 1.3;
}

.company-pill:hover,
.company-pill:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    text-decoration: none;
    transform: translateY(-1px);
}

.company-pill span {
    display: block;
    margin-bottom: 7px;
    color: rgba(242, 246, 249, 0.64);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nav {
    margin-top: 28px;
}

.nav-list,
.sidebar-links,
.hero-actions,
.company-actions,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.nav-list {
    margin: 0;
    list-style: none;
}

.nav-item {
    display: block;
}

.nav-item a,
.cta-button,
.company-actions a,
.section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.9rem 1.1rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}

.nav-item a {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    color: #fff;
    margin-top: 0;
}

.nav-item a:hover,
.nav-item a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-1px);
}

.sidebar-links {
    margin-top: 24px;
}

.sidebar-links a {
    color: rgba(242, 246, 249, 0.74);
    font-size: 0.92rem;
}

.sidebar-links a:hover,
.sidebar-links a:focus {
    color: #fff;
    text-decoration: none;
}

.content {
    margin-left: 0;
    padding: 0;
}

.hero-panel,
.archive-header,
.article-shell {
    padding: 40px;
    background:
        linear-gradient(180deg, var(--surface-strong), rgba(255, 255, 255, 0.78)),
        linear-gradient(135deg, rgba(15, 159, 152, 0.04), rgba(222, 140, 77, 0.02));
}

.page-home .hero-panel {
    box-shadow: 0 34px 95px rgba(10, 32, 49, 0.12);
}

.hero-panel::before,
.archive-header::before {
    top: -4rem;
    right: -3rem;
    width: 14rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(15, 159, 152, 0.16), rgba(15, 159, 152, 0));
}

.hero-panel::after {
    right: 36px;
    bottom: 32px;
    width: 140px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(20, 51, 73, 0.2), transparent);
}

.page-home .hero-panel::before {
    width: 18rem;
    height: 18rem;
    opacity: 0.9;
}

.section-kicker,
.signal-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--teal);
    font-size: 0.78rem;
}

.section-kicker::after,
.signal-kicker::after {
    content: "";
    width: 46px;
    height: 1px;
    background: currentColor;
    opacity: 0.32;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.82fr);
    gap: 24px;
    align-items: stretch;
}

.hero-copy-wrap {
    position: relative;
}

.hero-copy-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 84px;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 159, 152, 0.8), rgba(15, 159, 152, 0));
}

.hero-title {
    max-width: 13ch;
    margin: 0;
    color: var(--navy-deep);
    font-size: clamp(2.9rem, 5vw, 5.2rem);
    line-height: 0.92;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.hero-copy,
.archive-copy,
.belief-card p,
.company-card p,
.company-points {
    color: var(--text-soft);
    line-height: 1.78;
}

.hero-copy,
.archive-copy {
    max-width: 54rem;
    margin: 20px 0 0;
    font-size: 1.08rem;
}

.hero-copy-secondary {
    max-width: 48rem;
}

.hero-detail-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.detail-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(20, 51, 73, 0.1);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
        linear-gradient(135deg, rgba(15, 159, 152, 0.05), rgba(20, 51, 73, 0));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    color: var(--navy);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-actions {
    margin-top: 30px;
}

.cta-button,
.company-actions a,
.section-link {
    box-shadow: 0 10px 28px rgba(10, 32, 49, 0.06);
}

.cta-button:hover,
.cta-button:focus,
.company-actions a:hover,
.company-actions a:focus,
.section-link:hover,
.section-link:focus {
    transform: translateY(-1px);
}

.cta-button-primary {
    background: linear-gradient(135deg, #133149, #184666);
    color: #fff;
}

.cta-button-primary:hover,
.cta-button-primary:focus {
    color: #fff;
}

.cta-button-secondary {
    background: linear-gradient(135deg, rgba(15, 159, 152, 0.18), rgba(15, 159, 152, 0.08));
    color: var(--navy-deep);
}

.cta-button-tertiary,
.section-link,
.company-actions a {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 0 0 1px var(--line-strong), 0 10px 28px rgba(10, 32, 49, 0.06);
    color: var(--navy-deep);
}

.hero-signal-panel {
    align-self: end;
    position: relative;
    padding: 22px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(10, 32, 49, 0.97), rgba(18, 47, 67, 0.95)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    box-shadow: var(--shadow);
    color: #eef5f8;
}

.hero-signal-panel::before,
.hero-signal-panel::after,
.belief-card::before,
.company-card::before,
.post-card::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-signal-panel::before {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.08), transparent 42%),
        radial-gradient(circle at top right, rgba(15, 159, 152, 0.16), transparent 32%);
}

.hero-signal-panel::after {
    top: 18px;
    right: 18px;
    width: 74px;
    height: 74px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-top-right-radius: 16px;
    opacity: 0.8;
}

.signal-stack {
    gap: 14px;
}

.signal-card {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-card:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.signal-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.08rem;
}

.signal-card p,
.signal-note {
    margin: 0;
    color: rgba(232, 240, 245, 0.74);
    line-height: 1.66;
}

.signal-note {
    margin-top: 18px;
    font-size: 0.96rem;
}

.signal-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 0.45rem;
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04);
}

.signal-dot-teal {
    background: var(--teal);
}

.signal-dot-amber {
    background: var(--amber);
}

.stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.stat-card,
.belief-card,
.company-card,
.post-card {
    padding: 24px;
    background: var(--surface);
}

.belief-card::before,
.company-card::before,
.post-card::before {
    left: 24px;
    right: 24px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 159, 152, 0.58), transparent 78%);
}

.stat-card:hover,
.belief-card:hover,
.company-card:hover,
.post-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lift);
}

.stat-card {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 144px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.74)),
        linear-gradient(135deg, rgba(15, 159, 152, 0.03), rgba(20, 51, 73, 0.02));
}

.stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 35%),
        linear-gradient(180deg, rgba(20, 51, 73, 0.05), transparent 28%);
}

.stat-card:nth-child(1) {
    background:
        linear-gradient(160deg, rgba(10, 32, 49, 0.98), rgba(20, 51, 73, 0.96)),
        linear-gradient(180deg, rgba(15, 159, 152, 0.12), transparent);
    border-color: rgba(20, 51, 73, 0.24);
    box-shadow: 0 24px 62px rgba(10, 32, 49, 0.18);
}

.stat-card:nth-child(1) .stat-value {
    color: #f7fbfd;
}

.stat-card:nth-child(1) .stat-label {
    color: rgba(232, 240, 245, 0.72);
}

.stat-card:nth-child(2) {
    background:
        linear-gradient(180deg, rgba(217, 247, 242, 0.7), rgba(255, 255, 255, 0.86)),
        linear-gradient(135deg, rgba(15, 159, 152, 0.06), transparent);
}

.stat-card:nth-child(3) {
    background:
        linear-gradient(180deg, rgba(255, 244, 234, 0.92), rgba(255, 255, 255, 0.84)),
        linear-gradient(135deg, rgba(222, 140, 77, 0.08), transparent);
}

.stat-value {
    display: block;
    margin-bottom: 10px;
    color: var(--navy-deep);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    line-height: 1;
}

.stat-label {
    display: block;
    color: var(--text-muted);
    font-size: 0.72rem;
    line-height: 1.7;
}

.belief-section,
.company-section,
.writing-section {
    margin-top: 22px;
}

.section-heading {
    margin-bottom: 18px;
}

.section-heading h2,
.archive-title {
    margin: 0;
    color: var(--navy-deep);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.section-heading-inline {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.belief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.belief-card h3,
.company-card h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1.34rem;
    line-height: 1.12;
    text-wrap: balance;
}

.belief-card:nth-child(2)::before {
    background: linear-gradient(90deg, rgba(222, 140, 77, 0.72), transparent 78%);
}

.belief-card:nth-child(3)::before {
    background: linear-gradient(90deg, rgba(20, 51, 73, 0.62), transparent 78%);
}

.company-grid,
.post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.company-tag {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(20, 51, 73, 0.08);
    color: var(--text-muted);
    font-size: 0.68rem;
}

.company-card-raygun {
    background: linear-gradient(180deg, rgba(217, 247, 242, 0.56), rgba(255, 255, 255, 0.92));
}

.company-card-autohive {
    background: linear-gradient(180deg, rgba(255, 240, 226, 0.82), rgba(255, 255, 255, 0.92));
}

.company-card-autohive::before {
    background: linear-gradient(90deg, rgba(222, 140, 77, 0.72), transparent 78%);
}

.company-points {
    margin: 18px 0 0;
    padding-left: 1.2rem;
}

.company-points li + li {
    margin-top: 12px;
}

.company-actions {
    margin-top: 22px;
}

.post-card {
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76)),
        linear-gradient(135deg, rgba(15, 159, 152, 0.02), rgba(222, 140, 77, 0.02));
}

.post-grid .post-card:nth-child(even) {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 252, 247, 0.78)),
        linear-gradient(135deg, rgba(222, 140, 77, 0.03), rgba(20, 51, 73, 0.02));
}

.post-card-date {
    margin: 0 0 14px;
    color: var(--text-muted);
    font-size: 0.72rem;
}

.post-card-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.12;
    text-wrap: balance;
}

.post-card-title a {
    color: var(--navy-deep);
    text-decoration: none;
}

.post-card-summary {
    margin: 16px 0 22px;
    color: var(--text-soft);
    line-height: 1.76;
}

.post-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal);
    font-weight: 600;
    text-decoration: none;
}

.post-card-link::after {
    content: "/>";
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.82em;
}

.archive-header {
    margin-bottom: 22px;
}

.article-shell {
    padding: 26px 28px 34px;
}

.page-post .article-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
        linear-gradient(135deg, rgba(15, 159, 152, 0.02), rgba(20, 51, 73, 0));
    box-shadow: 0 32px 88px rgba(10, 32, 49, 0.1);
}

.article-shell .post {
    max-width: 780px;
    margin: 0 auto;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.72rem;
    text-decoration: none;
}

.post {
    padding-bottom: 0;
}

.article-header-shell {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(23, 36, 47, 0.08);
}

.content-subhead {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    color: var(--teal);
    font-size: 0.78rem;
}

.post-title {
    margin: 0;
    color: var(--navy-deep);
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    color: var(--text-muted);
}

.meta-divider {
    color: rgba(23, 36, 47, 0.24);
}

.post-category {
    border-radius: 999px;
    background: rgba(20, 51, 73, 0.08);
    color: var(--navy);
}

.post-share {
    margin: 22px 0 0;
}

.post-share-links {
    float: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 16px;
    border: 0;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 0 1px var(--line);
}

.post-share-links h4 {
    margin: 0;
    color: var(--text-muted);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.post-share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 999px;
    background: rgba(20, 51, 73, 0.06);
    color: var(--navy);
    font-size: 1rem;
}

.post-share-links a:hover,
.post-share-links a:focus {
    background: rgba(15, 159, 152, 0.12);
    color: var(--teal);
}

.article-body {
    margin-top: 28px;
}

.post-description {
    margin-top: 0;
    color: var(--text);
}

.post-description p,
.post-description li {
    font-family: "Newsreader", serif;
    font-size: clamp(1.18rem, 1.05vw, 1.34rem);
    line-height: 1.9;
    color: #22313d;
    font-feature-settings: "liga", "kern";
    font-optical-sizing: auto;
    text-wrap: pretty;
}

.post-description p {
    margin: 1.15rem 0;
}

.post-description ul,
.post-description ol {
    padding-left: 1.3rem;
}

.post-description h2,
.post-description h3,
.post-description h4 {
    margin-top: 2.4rem;
    margin-bottom: 0.7rem;
    color: var(--navy-deep);
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.post-description h2 {
    font-size: clamp(1.7rem, 2.2vw, 2.4rem);
}

.post-description h3 {
    font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.post-description a {
    color: var(--teal);
    text-decoration-color: rgba(15, 159, 152, 0.32);
    text-decoration-thickness: 0.08em;
}

.post-description a:hover,
.post-description a:focus {
    text-decoration-color: rgba(15, 159, 152, 0.72);
}

.post-description strong {
    color: var(--navy-deep);
    font-weight: 600;
}

.post-description img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-soft);
}

.post-description blockquote {
    margin: 2rem 0;
    padding: 1.1rem 1.3rem;
    border-left: 4px solid var(--amber);
    border-radius: 0 18px 18px 0;
    background:
        linear-gradient(180deg, rgba(255, 240, 226, 0.68), rgba(255, 247, 239, 0.52)),
        rgba(255, 240, 226, 0.52);
    color: var(--text);
}

.post-description code,
.post-description pre {
    font-family: "IBM Plex Mono", monospace;
}

.post-description code {
    padding: 0.15rem 0.35rem;
    border-radius: 8px;
    background: rgba(20, 51, 73, 0.06);
    color: var(--navy-deep);
}

.post-description pre {
    overflow-x: auto;
    padding: 1.15rem 1.3rem;
    border: 0;
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #0d2332, #122b3d);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), var(--shadow-soft);
}

.post-description pre code {
    padding: 0;
    background: transparent;
    color: #e3f0f7;
}

#disqus_thread {
    margin-top: 2.5rem;
}

.footer {
    margin-top: 24px;
    padding: 24px 12px 12px;
    border-top: 1px solid rgba(23, 36, 47, 0.08);
    color: var(--text-muted);
}

.footer-title {
    margin: 0 0 12px;
    max-width: 30rem;
}

.footer-links a {
    color: var(--text-soft);
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: var(--navy);
}

.pagination {
    margin-top: 22px;
}

.post-list-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.72);
}

@media (min-width: 48em) {
    .sidebar {
        align-self: flex-start;
    }

    .sidebar-shell {
        position: sticky;
        top: 24px;
        min-height: calc(100vh - 48px);
    }

    .content {
        padding-left: 24px;
    }
}

@media (max-width: 72em) {
    .hero-grid,
    .belief-grid,
    .company-grid,
    .post-grid {
        grid-template-columns: 1fr;
    }

    .stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 56em) {
    .stat-grid {
        grid-template-columns: 1fr;
    }

    .section-heading-inline {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 47.99em) {
    #layout {
        padding: 14px;
    }

    .sidebar-shell,
    .hero-panel,
    .archive-header,
    .article-shell {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .content {
        padding-top: 14px;
    }

    .hero-actions,
    .company-actions,
    .footer-links,
    .nav-list {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-button,
    .company-actions a,
    .section-link,
    .nav-item a {
        width: 100%;
    }

    .hero-title {
        max-width: none;
        font-size: 2.7rem;
    }

    .hero-detail-row {
        gap: 8px;
    }

    .post-title {
        font-size: 2rem;
    }

    .post-description p,
    .post-description li {
        font-size: 1.08rem;
    }
}
