.single-journal-post__shell--narrow,
.single-field-note__shell--narrow,
.page-shell--narrow {
    max-width: min(860px, calc(100vw - 56px));
}

.single-journal-post__content,
.single-field-note__content {
    padding: 12px 0 var(--nv-section-space);
}

.single-journal-post__content {
    padding-top: 28px;
}

.single-field-note__content {
    padding-top: clamp(12px, 2vw, 20px);
}

.single-field-note__body {
    max-width: 620px;
    margin: 0 auto;
    padding: clamp(4px, 1vw, 10px) 0 0;
    color: rgba(22, 32, 42, 0.72);
    font-family: var(--nv-font-body);
    font-size: clamp(0.98rem, 1.1vw, 1.04rem);
    line-height: 1.9;
}

.single-field-note__body > * {
    max-width: 100%;
}

.single-field-note__body > * + *,
.single-field-note__body .wp-block-group > * + * {
    margin-top: 1.2em;
}

.single-field-note__body p,
.single-field-note__body li {
    color: rgba(22, 32, 42, 0.72);
}

.single-field-note__body p {
    margin-bottom: 0;
}

.single-field-note__body a {
    color: #21453b;
    text-decoration-color: rgba(33, 69, 59, 0.24);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.single-field-note__body strong {
    color: #16202a;
    font-weight: 700;
}

.single-field-note__body h2,
.single-field-note__body h3,
.single-field-note__body h4,
.single-field-note__body h5,
.single-field-note__body h6 {
    margin-bottom: 0;
    color: #16202a;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.24;
}

.single-field-note__body h2 {
    font-size: clamp(1.32rem, 2.2vw, 1.7rem);
}

.single-field-note__body h3 {
    font-size: clamp(1.14rem, 1.8vw, 1.34rem);
}

.single-field-note__body h4,
.single-field-note__body h5,
.single-field-note__body h6 {
    font-size: 1rem;
}

.single-field-note__body ul,
.single-field-note__body ol {
    padding-left: 1.2rem;
}

.single-field-note__body li + li {
    margin-top: 0.55em;
}

.single-field-note__body blockquote {
    margin: 1.9em 0;
    padding: 0 0 0 1rem;
    border-left: 1px solid rgba(15, 23, 32, 0.07);
}

.single-field-note__body blockquote p {
    color: rgba(22, 32, 42, 0.76);
    font-size: 1rem;
    line-height: 1.84;
}

.single-field-note__body blockquote cite,
.single-field-note__body blockquote footer {
    display: block;
    margin-top: 0.8rem;
    color: rgba(22, 32, 42, 0.5);
    font-family: var(--nv-font-body);
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-field-note__body figure,
.single-field-note__body .wp-block-image {
    margin: 2em 0;
}

.single-field-note__body img,
.single-field-note__body figure img,
.single-field-note__body .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.single-field-note__body figure img,
.single-field-note__body .wp-block-image img {
    box-shadow: 0 18px 42px rgba(15, 23, 32, 0.06);
}

.single-field-note__body figcaption,
.single-field-note__body .wp-element-caption,
.single-field-note__body .blocks-gallery-caption {
    max-width: 46ch;
    margin: 0.9rem auto 0;
    color: rgba(22, 32, 42, 0.52);
    font-family: var(--nv-font-body);
    font-size: 0.84rem;
    line-height: 1.72;
    text-align: center;
}

.single-field-note__body hr,
.single-field-note__body .wp-block-separator {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid rgba(15, 23, 32, 0.08);
    opacity: 1;
}

.single-field-note__body .alignwide,
.single-field-note__body .alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.single-journal-post__reading-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.72fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}

.single-journal-post__article {
    min-width: 0;
}

.single-journal-post__article-body {
    max-width: 760px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(15, 23, 32, 0.04);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 42px rgba(15, 23, 32, 0.04);
    color: rgba(22, 32, 42, 0.84);
    font-family: var(--nv-font-body);
    font-size: clamp(1rem, 1.35vw, 1.08rem);
    line-height: 1.9;
}

.single-journal-post__article-body > * {
    max-width: 100%;
}

.single-journal-post__article-body > * + *,
.single-journal-post__article-body .wp-block-group > * + * {
    margin-top: 1.45em;
}

.single-journal-post__article-body p,
.single-journal-post__article-body li {
    color: rgba(22, 32, 42, 0.78);
}

.single-journal-post__article-body a {
    color: #21453b;
    text-decoration-color: rgba(33, 69, 59, 0.28);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.single-journal-post__article-body strong {
    color: #16202a;
    font-weight: 700;
}

.single-journal-post__article-body h2,
.single-journal-post__article-body h3,
.single-journal-post__article-body h4,
.single-journal-post__article-body h5,
.single-journal-post__article-body h6 {
    margin-bottom: 0;
    color: #16202a;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.single-journal-post__article-body h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.single-journal-post__article-body h3 {
    font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.single-journal-post__article-body h4,
.single-journal-post__article-body h5,
.single-journal-post__article-body h6 {
    font-size: 1.1rem;
}

.single-journal-post__article-body ul,
.single-journal-post__article-body ol {
    padding-left: 1.4rem;
}

.single-journal-post__article-body li + li {
    margin-top: 0.7em;
}

.single-journal-post__article-body blockquote {
    margin: 2.3em 0;
    padding: 0 0 0 1.4rem;
    border-left: 1px solid rgba(15, 23, 32, 0.07);
}

.single-journal-post__article-body blockquote p {
    color: #16202a;
    font-family: "Instrument Serif", serif;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.single-journal-post__article-body blockquote cite,
.single-journal-post__article-body blockquote footer {
    display: block;
    margin-top: 1rem;
    color: rgba(22, 32, 42, 0.54);
    font-family: var(--nv-font-body);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-journal-post__article-body img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.single-journal-post__article-body figure,
.single-journal-post__article-body .wp-block-image {
    margin: 2.1em 0;
}

.single-journal-post__article-body figure img,
.single-journal-post__article-body .wp-block-image img {
    width: 100%;
    border-radius: 24px;
}

.single-journal-post__article-body figcaption,
.single-journal-post__article-body .wp-element-caption,
.single-journal-post__article-body .blocks-gallery-caption {
    margin-top: 0.95rem;
    color: rgba(22, 32, 42, 0.54);
    font-family: var(--nv-font-body);
    font-size: 0.84rem;
    line-height: 1.65;
    text-align: left;
}

.single-journal-post__article-body hr {
    margin: 2.4em 0;
    border: 0;
    border-top: 1px solid rgba(15, 23, 32, 0.1);
}

.single-journal-post__article-body .wp-block-separator {
    opacity: 1;
}

.single-journal-post__article-body .alignwide,
.single-journal-post__article-body .alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.single-journal-post__sidebar {
    min-width: 0;
}

.single-journal-post__sidebar-inner {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 16px;
}

.single-journal-post__sidebar-card {
    padding: 22px 22px 24px;
    border: 1px solid rgba(15, 23, 32, 0.04);
    border-radius: 24px;
    background: rgba(243, 246, 248, 0.92);
    box-shadow: 0 16px 34px rgba(15, 23, 32, 0.04);
}

.single-journal-post__sidebar-card--cta {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 242, 246, 0.94) 100%);
}

.single-journal-post__sidebar-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 14px;
    color: rgba(22, 32, 42, 0.54);
    font-family: var(--nv-font-body);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.single-journal-post__sidebar-label .bi {
    font-size: 0.92em;
}

.single-journal-post__share-links,
.single-journal-post__sidebar-actions {
    display: grid;
    gap: 10px;
}

.single-journal-post__share-links a,
.single-journal-post__sidebar-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(15, 23, 32, 0.08);
    border-radius: 999px;
    color: #16202a;
    background: rgba(255, 255, 255, 0.76);
    font-family: var(--nv-font-body);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.single-journal-post__share-links a span,
.single-journal-post__sidebar-link span {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.single-journal-post__share-links a .bi,
.single-journal-post__sidebar-link .bi {
    font-size: 0.95em;
}

.single-journal-post__share-links a:hover,
.single-journal-post__share-links a:focus-visible,
.single-journal-post__sidebar-link:hover,
.single-journal-post__sidebar-link:focus-visible {
    border-color: rgba(33, 69, 59, 0.22);
    background: rgba(255, 255, 255, 0.94);
    transform: translateY(-1px);
}

.single-journal-post__sidebar-link--primary {
    color: #eef3ef;
    background: #21453b;
    border-color: #21453b;
}

.single-journal-post__sidebar-link--primary:hover,
.single-journal-post__sidebar-link--primary:focus-visible {
    color: #eef3ef;
    background: #18342d;
    border-color: #18342d;
}

.single-journal-post__info-list {
    margin: 0;
}

.single-journal-post__info-list div + div {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 32, 0.08);
}

.single-journal-post__info-list dt {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.35rem;
    color: rgba(22, 32, 42, 0.52);
    font-family: var(--nv-font-body);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-journal-post__info-list dt .bi {
    font-size: 0.92em;
}

.single-journal-post__info-list dd {
    margin: 0;
    color: #16202a;
    font-family: var(--nv-font-body);
    font-size: 0.98rem;
    line-height: 1.6;
}

.single-journal-post__sidebar-copy {
    margin: 0 0 16px;
    color: rgba(22, 32, 42, 0.72);
    font-family: var(--nv-font-body);
    font-size: 0.95rem;
    line-height: 1.75;
}

.single-field-note__content p,
.page-content p {
    color: var(--nv-color-text-muted);
}

@media (max-width: 991.98px) {
    .single-journal-post__reading-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .single-journal-post__article-body {
        max-width: none;
    }

    .single-journal-post__sidebar-inner {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .single-journal-post__content {
        padding-top: 22px;
    }

    .single-field-note__content {
        padding-top: 10px;
    }

    .single-field-note__body {
        max-width: 100%;
        font-size: 0.96rem;
        line-height: 1.82;
    }

    .single-field-note__body > * + *,
    .single-field-note__body .wp-block-group > * + * {
        margin-top: 1.1em;
    }

    .single-field-note__body h2 {
        font-size: 1.2rem;
    }

    .single-field-note__body h3 {
        font-size: 1.08rem;
    }

    .single-field-note__body blockquote {
        padding-left: 0.85rem;
    }

    .single-field-note__body img,
    .single-field-note__body figure img,
    .single-field-note__body .wp-block-image img {
        border-radius: 20px;
    }

    .single-field-note__body figcaption,
    .single-field-note__body .wp-element-caption,
    .single-field-note__body .blocks-gallery-caption {
        margin-top: 0.82rem;
        font-size: 0.8rem;
        line-height: 1.66;
    }

    .single-journal-post__article-body {
        padding: 22px 20px 24px;
        border-radius: 24px;
        font-size: 0.98rem;
        line-height: 1.82;
    }

    .single-journal-post__article-body h2 {
        font-size: 1.52rem;
    }

    .single-journal-post__article-body h3 {
        font-size: 1.26rem;
    }

    .single-journal-post__article-body blockquote {
        padding-left: 1rem;
    }

    .single-journal-post__article-body blockquote p {
        font-size: 1.3rem;
    }

    .single-journal-post__article-body img,
    .single-journal-post__article-body figure img,
    .single-journal-post__article-body .wp-block-image img {
        border-radius: 20px;
    }

    .single-journal-post__sidebar-inner {
        grid-template-columns: 1fr;
    }

    .single-journal-post__sidebar-card {
        padding: 20px 18px 22px;
        border-radius: 22px;
    }

    .single-journal-post__share-links a,
    .single-journal-post__sidebar-link {
        min-height: 44px;
        font-size: 0.88rem;
    }
}

