:root {
    --avj-cream: #f7f3ea;
    --avj-paper: #fcf9f2;
    --avj-paper-bright: #fffdf8;
    --avj-navy: #10202f;
    --avj-navy-deep: #091521;
    --avj-ink: #1e2b38;
    --avj-gold: #a48238;
    --avj-gold-bright: #c4a15b;
    --avj-gold-ink: #806326;
    --avj-hairline: rgba(16, 32, 47, 0.20);
    --avj-hairline-strong: rgba(16, 32, 47, 0.38);
    --avj-hairline-gold: rgba(164, 130, 56, 0.58);
}

body.avj-journal-page {
    background: var(--avj-cream) !important;
    color: var(--avj-ink);
}

body.avj-journal-page #inner-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
}

.avj-page,
.avj-home-gateway {
    font-family: "EB Garamond", Georgia, "Times New Roman", serif;
    font-feature-settings: "onum" 1, "kern" 1, "liga" 1;
    -webkit-font-smoothing: antialiased;
}

.avj-page *,
.avj-home-gateway * {
    box-sizing: border-box;
}

.avj-page a,
.avj-home-gateway a {
    color: inherit;
}

.avj-page a:focus-visible,
.avj-home-gateway a:focus-visible {
    outline: 2px solid var(--avj-gold);
    outline-offset: 4px;
}

.avj-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 3px;
    background: var(--avj-gold);
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
}

/* Journal mastheads */
.avj-journal-masthead {
    width: min(880px, 92vw);
    margin: 0 auto;
    padding: clamp(2.2rem, 5vw, 4.1rem) 0 clamp(1.6rem, 3vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
    gap: 1.25rem;
    align-items: center;
}

.avj-journal-masthead span {
    height: 1px;
    background: var(--avj-hairline-strong);
}

.avj-journal-masthead a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.78rem;
    color: var(--avj-navy);
    white-space: nowrap;
}

.avj-archive-masthead {
    width: min(980px, 92vw);
    margin: 0 auto;
    padding: clamp(3.2rem, 6vw, 5rem) 0 clamp(2.6rem, 4vw, 3.6rem);
    text-align: center;
}

.avj-archive-masthead::before,
.avj-archive-masthead::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    margin: 0 auto;
    background: var(--avj-hairline-strong);
}

.avj-archive-masthead::before { margin-bottom: 1.7rem; }
.avj-archive-masthead::after { margin-top: 1.8rem; }

.avj-archive-the {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.36em;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--avj-gold-ink);
}

.avj-archive-masthead h1 {
    margin: 0;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.7rem, 7vw, 5.5rem);
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--avj-navy);
    text-transform: uppercase;
}

.avj-archive-masthead > p:last-of-type {
    width: min(540px, 90vw);
    margin: 1.35rem auto 0;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.5;
    color: rgba(30, 43, 56, 0.84);
}

/* Archive */
.avj-archive-page {
    min-height: 70vh;
    padding-bottom: clamp(5rem, 9vw, 8rem);
    background:
        radial-gradient(circle at 50% -12%, rgba(172, 138, 63, 0.10), transparent 35%),
        var(--avj-cream);
}

.avj-archive-entries {
    width: min(1120px, 94vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
    gap: clamp(2rem, 4vw, 3.4rem);
    align-items: start;
}

.avj-archive-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-width: 0;
}

.avj-archive-image {
    display: block;
    border: 1px solid var(--avj-hairline-strong);
    padding: 10px;
    background: rgba(255, 250, 241, 0.72);
    text-decoration: none;
    box-shadow: 0 24px 70px rgba(9, 21, 33, 0.10);
}

.avj-archive-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 698;
    object-fit: cover;
}

.avj-archive-copy {
    width: 100%;
    margin: 0;
    padding: clamp(1.7rem, 3vw, 2.5rem) clamp(0.35rem, 1vw, 0.8rem) 0;
}

.avj-kicker,
.avj-home-kicker,
.avj-home-feature-label,
.avj-headnote-label {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    font-weight: 600;
}

.avj-kicker {
    margin: 0;
    color: var(--avj-gold-ink);
}

.avj-kicker span {
    padding: 0 0.65em;
    color: var(--avj-gold);
}

.avj-archive-copy h2 {
    margin: 0.32rem 0 0.6rem;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(3rem, 5vw, 4.6rem);
    line-height: 1;
    font-weight: 400;
    color: var(--avj-navy);
}

.avj-archive-copy h2 a,
.avj-archive-card h2 a {
    text-decoration: none;
}

.avj-archive-standfirst {
    margin: 0;
    max-width: 650px;
    font-size: clamp(1.2rem, 2vw, 1.46rem);
    line-height: 1.48;
    color: rgba(30, 43, 56, 0.90);
}

.avj-archive-meta,
.avj-essay-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.4rem 0 0;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(30, 43, 56, 0.72);
}

.avj-archive-meta span,
.avj-essay-meta span {
    color: var(--avj-gold);
}

.avj-archive-read,
.avj-home-entry,
.avj-home-read {
    display: inline-block;
    margin-top: 1.4rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--avj-gold);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.19em;
    font-size: 0.69rem;
    font-weight: 600;
}

.avj-archive-card {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--avj-hairline);
}

.avj-archive-card--companion {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0 0 0 clamp(1.5rem, 3vw, 2.6rem);
    border-top: 0;
    border-left: 1px solid var(--avj-hairline);
}

.avj-archive-card--more {
    grid-column: 1 / -1;
}

.avj-archive-card-image {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.avj-archive-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.avj-archive-card--companion .avj-archive-card-image {
    padding: 7px;
    border: 1px solid var(--avj-hairline-strong);
    background: rgba(255, 250, 241, 0.72);
    box-shadow: 0 18px 48px rgba(9, 21, 33, 0.08);
}

.avj-archive-card--companion .avj-archive-card-image img {
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}

.avj-archive-card-copy {
    padding-top: clamp(1.35rem, 2.5vw, 2rem);
}

.avj-archive-card h2 {
    margin: 0.3rem 0 0.6rem;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--avj-navy);
}

.avj-archive-card--companion h2 {
    font-size: clamp(2.35rem, 3.6vw, 3.25rem);
    line-height: 1.02;
}

.avj-archive-card-standfirst {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.5;
    color: rgba(30, 43, 56, 0.88);
}

/* Single essay */
.avj-single-page {
    padding-bottom: clamp(5.5rem, 10vw, 9rem);
    background:
        radial-gradient(circle at 50% -10%, rgba(172, 138, 63, 0.10), transparent 34%),
        var(--avj-cream);
}

.avj-essay-header {
    width: min(700px, 92vw);
    margin: clamp(1.5rem, 4vw, 3.4rem) auto 0;
}

.avj-essay-header h1 {
    margin: 0.28em 0 0.35em;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(3.25rem, 8vw, 6.15rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0.005em;
    color: var(--avj-navy);
}

.avj-standfirst {
    margin: 0;
    max-width: 650px;
    font-size: clamp(1.28rem, 2.5vw, 1.58rem);
    line-height: 1.48;
    font-weight: 500;
    color: #22323f;
}

.avj-standfirst-accent--promise {
    color: #9b6a18;
    font-style: italic;
    font-weight: 600;
}

.avj-standfirst-accent--bar {
    color: #173f63;
    font-weight: 700;
}

.avj-title-rule {
    width: 68px;
    height: 2px;
    margin: 1.7rem 0 1.35rem;
    background: var(--avj-gold);
}

.avj-essay-meta { margin-top: 0; }

.avj-plate {
    width: min(1120px, 94vw);
    margin: clamp(2.8rem, 6vw, 4.4rem) auto 0;
    padding: 10px;
    border: 1px solid var(--avj-hairline-strong);
    background: rgba(255, 250, 241, 0.72);
    box-shadow: 0 24px 72px rgba(9, 21, 33, 0.12);
}

.avj-plate img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 698;
    object-fit: cover;
}

/* Preserve the complete editorial composition for this Journal feature. */
body.postid-1455 .avj-plate img,
.avj-archive-page .avj-post-1455 .avj-archive-image img,
.avj-archive-page .avj-post-1455.avj-archive-card--companion .avj-archive-card-image img {
    aspect-ratio: auto;
    object-fit: contain;
}

.avj-plate-caption {
    margin: 0;
    padding: 0.9rem 0.35rem 0.2rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #5d625f;
    font-style: italic;
    text-align: center;
}

.avj-headnote {
    width: min(760px, 92vw);
    margin: clamp(2.8rem, 6vw, 4rem) auto 0;
    padding: clamp(1.55rem, 4vw, 2.1rem) clamp(1.5rem, 4vw, 2.4rem) clamp(1.7rem, 4vw, 2.25rem);
    border: 1px solid var(--avj-hairline-strong);
    border-top: 3px solid var(--avj-gold);
    background: rgba(251, 246, 235, 0.88);
    box-shadow: 0 16px 44px rgba(9, 21, 33, 0.06);
}

.avj-headnote-label {
    display: block;
    color: var(--avj-gold-ink);
}

.avj-headnote-label::after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    margin-top: 0.7rem;
    background: var(--avj-hairline-gold);
}

.avj-headnote p {
    margin: 1.05rem 0 0;
    font-size: 1.02rem;
    line-height: 1.66;
    color: rgba(30, 43, 56, 0.94);
}

.avj-essay-body {
    width: min(700px, 92vw);
    margin: clamp(3rem, 6vw, 4.5rem) auto 0;
    font-size: clamp(1.16rem, 1.6vw, 1.28rem);
    line-height: 1.72;
    color: var(--avj-ink);
}

.avj-essay-body > p {
    margin: 0 0 1.34em;
}

.avj-essay-body .avj-dropcap::first-letter {
    float: left;
    padding: 0.04em 0.13em 0 0;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: 5.1em;
    line-height: 0.79;
    color: var(--avj-gold-ink);
}

.avj-section-heading {
    position: relative;
    margin: 2.55em 0 0.9em;
    padding-top: 0.8em;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    line-height: 1.2;
    font-weight: 400;
    color: var(--avj-navy);
}

.avj-section-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 1px;
    background: var(--avj-gold);
}

.avj-essay-body strong {
    font-weight: 600;
    color: var(--avj-navy);
}

.avj-essay-body em { font-style: italic; }

.avj-essay-body a {
    color: var(--avj-gold-ink);
    text-decoration-line: underline;
    text-decoration-color: rgba(172, 138, 63, 0.58);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.avj-essay-body a:hover {
    text-decoration-color: var(--avj-gold-ink);
}

.avj-pull {
    width: min(590px, 100%);
    margin: 2.8em auto;
    padding: 1.1em 0;
    text-align: center;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.4;
    font-style: italic;
    color: var(--avj-navy);
}

.avj-pull::before,
.avj-pull::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 0 auto 1em;
    background: var(--avj-hairline-gold);
}

.avj-pull::after {
    margin: 1em auto 0;
}


/* Warning Signs: industrial hazard palette, isolated to this essay. */
body.postid-888 {
    --avj-warning-ochre: #c5a059;
    --avj-warning-ochre-deep: #7a5b17;
    --avj-warning-slate: #45535c;
    --avj-warning-slate-deep: #303b42;
    --avj-warning-ochre-line: rgba(197, 160, 89, 0.68);
    --avj-warning-slate-line: rgba(69, 83, 92, 0.42);
}

body.postid-888 .avj-reading-progress,
body.postid-888 .avj-title-rule,
body.postid-888 .avj-section-heading::before {
    background: var(--avj-warning-ochre);
}

body.postid-888 .avj-page a:focus-visible {
    outline-color: var(--avj-warning-ochre-deep);
}

body.postid-888 .avj-journal-masthead span {
    background: var(--avj-warning-slate-line);
}

body.postid-888 .avj-journal-masthead a,
body.postid-888 .avj-section-heading,
body.postid-888 .avj-pull {
    color: var(--avj-warning-slate);
}

body.postid-888 .avj-kicker,
body.postid-888 .avj-headnote-label,
body.postid-888 .avj-essay-body .avj-dropcap::first-letter {
    color: var(--avj-warning-ochre-deep);
}

body.postid-888 .avj-kicker span {
    color: var(--avj-warning-ochre);
}

body.postid-888 .avj-plate {
    border-color: var(--avj-warning-slate-line);
    box-shadow: 0 24px 72px rgba(48, 59, 66, 0.14);
}

body.postid-888 .avj-plate img {
    aspect-ratio: 1672 / 941;
    object-position: center;
}

body.postid-888 .avj-headnote {
    border-color: var(--avj-warning-slate-line);
    border-top-color: var(--avj-warning-ochre);
}

body.postid-888 .avj-headnote-label::after,
body.postid-888 .avj-pull::before,
body.postid-888 .avj-pull::after {
    background: var(--avj-warning-ochre-line);
}

body.postid-888 .avj-essay-body a {
    color: var(--avj-warning-slate);
    text-decoration-color: var(--avj-warning-ochre);
    text-decoration-thickness: 2px;
}

body.postid-888 .avj-essay-body a:hover {
    color: var(--avj-warning-slate-deep);
    text-decoration-color: var(--avj-warning-ochre-deep);
}


/* Expressly Aimed: courtroom palette, isolated to this essay. */
body.postid-894 {
    --avj-expressly-mahogany: #6a2f2b;
    --avj-expressly-mahogany-deep: #4f211f;
    --avj-expressly-slate: #405d73;
    --avj-expressly-mahogany-line: rgba(106, 47, 43, 0.52);
    --avj-expressly-slate-line: rgba(64, 93, 115, 0.42);
}

body.postid-894 .avj-reading-progress,
body.postid-894 .avj-title-rule,
body.postid-894 .avj-section-heading::before {
    background: var(--avj-expressly-mahogany);
}

body.postid-894 .avj-page a:focus-visible {
    outline-color: var(--avj-expressly-mahogany);
}

body.postid-894 .avj-journal-masthead span {
    background: var(--avj-expressly-slate-line);
}

body.postid-894 .avj-journal-masthead a,
body.postid-894 .avj-section-heading,
body.postid-894 .avj-pull {
    color: var(--avj-expressly-slate);
}

body.postid-894 .avj-kicker,
body.postid-894 .avj-headnote-label,
body.postid-894 .avj-essay-body .avj-dropcap::first-letter {
    color: var(--avj-expressly-mahogany);
}

body.postid-894 .avj-kicker span {
    color: var(--avj-expressly-slate);
}

body.postid-894 .avj-plate {
    border-color: var(--avj-expressly-slate-line);
    box-shadow: 0 24px 72px rgba(79, 33, 31, 0.14);
}

body.postid-894 .avj-plate img {
    aspect-ratio: 1672 / 941;
    object-position: center;
}

body.postid-894 .avj-headnote {
    border-color: var(--avj-expressly-slate-line);
    border-top-color: var(--avj-expressly-mahogany);
}

body.postid-894 .avj-headnote-label::after,
body.postid-894 .avj-pull::before,
body.postid-894 .avj-pull::after {
    background: var(--avj-expressly-mahogany-line);
}

body.postid-894 .avj-essay-body a {
    color: var(--avj-expressly-mahogany);
    text-decoration-color: var(--avj-expressly-mahogany-line);
}

body.postid-894 .avj-essay-body a:hover {
    color: var(--avj-expressly-mahogany-deep);
    text-decoration-color: var(--avj-expressly-mahogany-deep);
}


/* Homepage entrance */
.avj-home-gateway {
    width: 100%;
    margin: 0;
    padding: clamp(3.6rem, 7vw, 6rem) 4vw;
    border-top: 1px solid rgba(201, 164, 92, 0.42);
    background:
        radial-gradient(circle at 70% 10%, rgba(201, 164, 92, 0.08), transparent 35%),
        #10202f;
    color: #ede6d6;
}

.avj-home-shell {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.avj-home-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
    border-bottom: 1px solid rgba(237, 230, 214, 0.18);
}

.avj-home-kicker,
.avj-home-feature-label {
    margin: 0;
    color: var(--avj-gold-bright);
}

.avj-home-intro h2 {
    margin: 0.65rem 0 0;
    max-width: 760px;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(2.35rem, 4.5vw, 4rem);
    line-height: 1.08;
    font-weight: 400;
    color: #fff8eb;
}

.avj-home-entry,
.avj-home-read {
    color: #ead7a9 !important;
}

.avj-home-entry {
    flex: 0 0 auto;
    margin: 0 0 0.35rem;
}

.avj-home-stories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.4rem, 2.5vw, 2rem);
    margin-top: clamp(1.8rem, 3vw, 2.6rem);
    align-items: start;
}

.avj-home-story {
    min-width: 0;
    border: 1px solid rgba(237, 230, 214, 0.18);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.18);
}

.avj-home-story--lead {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: stretch;
}

.avj-home-story-image {
    display: block;
    overflow: hidden;
}

.avj-home-story--lead .avj-home-story-image {
    min-height: 420px;
}

.avj-home-story-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7.4;
    object-fit: cover;
    display: block;
    filter: saturate(0.88) contrast(1.04);
}

.avj-home-story--lead .avj-home-story-image img {
    height: 100%;
    aspect-ratio: auto;
    contain: none !important;
    contain-intrinsic-size: none !important;
}

@media (min-width: 901px) {
    .avj-home-story--lead:not(.avj-home-story--native-portrait) .avj-home-story-image {
        min-height: 0;
        height: clamp(460px, 38vw, 560px);
    }
}

.avj-home-story-copy {
    padding: clamp(1.55rem, 4vw, 2.45rem);
}

.avj-home-story--lead .avj-home-story-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.avj-home-story-copy h3 {
    margin: 0.42rem 0 0.55rem;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(2.25rem, 3.8vw, 3.35rem);
    line-height: 1;
    font-weight: 400;
    color: #fff8eb;
}

.avj-home-story--companion .avj-home-story-copy h3 {
    font-size: clamp(2.05rem, 3vw, 2.7rem);
}

.avj-home-story-copy h3 a {
    text-decoration: none;
}

.avj-home-story-date {
    margin: 0 0 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.68rem;
    color: rgba(237, 230, 214, 0.58);
}

.avj-home-story-teaser {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.55;
    color: rgba(237, 230, 214, 0.82);
}

/* Responsive */
@media (max-width: 900px) {
    .avj-archive-entries,
    .avj-home-stories {
        grid-template-columns: 1fr;
    }

    .avj-home-story--lead {
        grid-column: auto;
        display: block;
    }

    .avj-home-story--lead .avj-home-story-image {
        min-height: 0;
    }

    .avj-home-story--lead .avj-home-story-image img {
        height: auto;
        aspect-ratio: 16 / 7.4;
    }

    .avj-home-story--lead .avj-home-story-copy {
        display: block;
    }

    .avj-archive-card--companion {
        margin-top: 3rem;
        padding: 3rem 0 0;
        border-top: 1px solid var(--avj-hairline);
        border-left: 0;
    }

    .avj-home-intro h2 {
        max-width: 650px;
    }
}

@media (max-width: 760px) {
    .avj-journal-masthead {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0.85rem;
    }

    .avj-journal-masthead span {
        width: 58px;
        margin: 0 auto;
    }

    .avj-journal-masthead a {
        letter-spacing: 0.25em;
    }

    .avj-archive-card {
        grid-template-columns: 1fr;
    }

    .avj-home-intro {
        display: block;
    }

    .avj-home-entry {
        margin-top: 1.4rem;
    }

    .avj-home-story-image img {
        aspect-ratio: 16 / 8;
    }

    .avj-plate,
    .avj-archive-image {
        padding: 6px;
    }

    .avj-essay-body {
        line-height: 1.67;
    }
}

@media (prefers-reduced-motion: reduce) {
    .avj-reading-progress { display: none; }
}

/* Auremont Journal v2 — issue architecture, case rail, responsive title scale. */
.avj-archive-entries {
    display: block;
}

.avj-archive-lead {
    display: block;
}

.avj-archive-lead .avj-archive-image img {
    aspect-ratio: 16 / 7.6;
    object-fit: cover;
    object-position: center;
}

.avj-archive-lead .avj-archive-copy {
    width: min(860px, 90vw);
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3.3rem) 0 0;
}

.avj-current-issue-heading {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: clamp(4.8rem, 9vw, 7.2rem) 0 clamp(2rem, 4vw, 3rem);
    color: var(--avj-gold-ink);
}

.avj-current-issue-heading::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--avj-hairline-gold);
}

.avj-current-issue-heading span {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 650;
}

.avj-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3.6rem);
    align-items: start;
}

.avj-archive-card.avj-archive-card--issue {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0 0 1.5rem;
    border: 0;
}

.avj-archive-card--issue .avj-archive-card-image {
    display: block;
    padding: 8px;
    border: 1px solid var(--avj-hairline-strong);
    background: rgba(255, 250, 241, 0.72);
    box-shadow: 0 20px 54px rgba(9, 21, 33, 0.09);
}

.avj-archive-card--issue .avj-archive-card-image img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center;
}

.avj-archive-page .avj-post-1455.avj-archive-card--issue .avj-archive-card-image img {
    object-fit: contain !important;
    background: #f7f0e3;
}

.avj-archive-card--issue .avj-archive-card-copy {
    padding: clamp(1.35rem, 2.5vw, 2rem) 0 0;
}

.avj-archive-card--issue h2 {
    margin: 0.35rem 0 0.72rem;
    font-size: clamp(2.15rem, 3.4vw, 3rem);
    line-height: 1.05;
    text-wrap: balance;
}

.avj-archive-card--issue.avj-title--long h2 {
    font-size: clamp(1.95rem, 3vw, 2.55rem);
}

.avj-archive-lead h2,
.avj-essay-header h1 {
    text-wrap: balance;
}

.avj-archive-lead.avj-title--medium h2 {
    font-size: clamp(3rem, 5.5vw, 4.55rem);
}

.avj-archive-lead.avj-title--long h2 {
    font-size: clamp(2.75rem, 4.8vw, 4rem);
    line-height: 1.03;
}

.avj-essay-header {
    margin-top: clamp(1.35rem, 3vw, 2.85rem);
}

.avj-essay.avj-title--medium .avj-essay-header h1 {
    font-size: clamp(3.05rem, 7vw, 5.5rem);
    line-height: 0.99;
}

.avj-essay.avj-title--long .avj-essay-header h1 {
    font-size: clamp(2.55rem, 6vw, 4.8rem);
    line-height: 1.02;
}

.avj-plate {
    margin-top: clamp(2.3rem, 4.7vw, 3.6rem);
}

.avj-plate-caption {
    font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif !important;
    font-size: 0.96rem;
    line-height: 1.5;
    color: #5d625f;
}

.avj-case-dossier {
    width: min(1080px, 94vw);
    margin: clamp(2.2rem, 4.8vw, 3.5rem) auto 0;
    padding: 0 0 clamp(1.45rem, 2.8vw, 2rem);
    border-top: 2px solid var(--avj-gold);
    border-bottom: 1px solid var(--avj-hairline);
    background: transparent;
}

.avj-case-dossier-header {
    padding: 0.95rem 0 1rem;
}

.avj-case-dossier-title {
    margin: 0;
    font-family: "EB Garamond", Georgia, "Times New Roman", serif;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--avj-gold-ink);
}

.avj-case-facts {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr 1.5fr 1.45fr;
    margin: 0;
    padding: 0;
}

.avj-case-fact {
    min-width: 0;
    margin: 0;
    padding: 0 clamp(1rem, 2.1vw, 1.6rem);
}

.avj-case-fact:first-child {
    padding-left: 0;
}

.avj-case-fact:last-child {
    padding-right: 0;
}

.avj-case-fact + .avj-case-fact {
    border-left: 1px solid var(--avj-hairline);
}

.avj-case-fact dt {
    margin: 0;
    font-size: 0.69rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--avj-gold-ink);
}

.avj-case-fact dd {
    margin: 0.48rem 0 0;
    font-size: clamp(0.96rem, 1.25vw, 1.04rem);
    line-height: 1.48;
    color: var(--avj-ink);
}

.avj-case-fact--case dd {
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    line-height: 1.42;
    font-style: italic;
    color: var(--avj-navy);
}

.avj-case-summary {
    max-width: 900px;
    margin: 0;
}

.avj-case-summary p {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.62;
    color: var(--avj-ink);
}

.avj-reading-layout,
.avj-reading-layout--without-rail {
    width: min(700px, 92vw);
    margin: clamp(3.4rem, 6vw, 5rem) auto 0;
    display: block;
}

.avj-reading-layout .avj-essay-body {
    width: 100%;
    margin: 0;
}

.avj-section-heading {
    margin-top: 2.25em;
}

body.postid-1635 .avj-standfirst .avj-standfirst-accent--promise {
    color: #9b6a18 !important;
    font-style: italic !important;
    font-weight: 650 !important;
}

body.postid-1635 .avj-standfirst .avj-standfirst-accent--bar {
    color: #173f63 !important;
    font-style: normal !important;
    font-weight: 750 !important;
}

body.postid-1635 .avj-title-rule,
body.postid-1635 .avj-reading-layout .avj-case-rail::before,
body.postid-1635 .avj-headnote-label::after {
    background: linear-gradient(90deg, #9b6a18 0 46%, #173f63 46% 100%);
}

body.postid-1635 .avj-title-rule {
    width: 88px;
}

body.postid-1635 .avj-reading-layout .avj-case-rail {
    border-color: rgba(23, 63, 99, 0.34);
}

body.postid-1635 .avj-reading-layout .avj-headnote-label {
    color: #173f63;
}

body.postid-888 .avj-reading-layout .avj-case-rail {
    border-color: var(--avj-warning-slate-line);
}

body.postid-888 .avj-reading-layout .avj-case-rail::before {
    background: var(--avj-warning-ochre);
}

body.postid-894 .avj-reading-layout .avj-case-rail {
    border-color: var(--avj-expressly-slate-line);
}

body.postid-894 .avj-reading-layout .avj-case-rail::before {
    background: var(--avj-expressly-mahogany);
}

@media (max-width: 860px) {
    .avj-case-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avj-case-fact:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .avj-case-fact:nth-child(even) {
        padding-right: 0;
    }

    .avj-case-fact:nth-child(n + 3) {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        border-top: 1px solid var(--avj-hairline);
    }
}

@media (max-width: 620px) {
    .avj-case-dossier {
        width: min(700px, 92vw);
        margin-top: 2rem;
        padding-bottom: 1.25rem;
    }

    .avj-case-dossier-header {
        padding: 0.85rem 0 0.95rem;
    }

    .avj-case-facts {
        grid-template-columns: 1fr;
    }

    .avj-case-fact,
    .avj-case-fact:first-child,
    .avj-case-fact:last-child,
    .avj-case-fact:nth-child(odd),
    .avj-case-fact:nth-child(even) {
        margin: 0;
        padding: 0;
        border-left: 0;
    }

    .avj-case-fact + .avj-case-fact,
    .avj-case-fact:nth-child(n + 3) {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid var(--avj-hairline);
    }
}

@media (max-width: 760px) {
    .avj-archive-grid {
        grid-template-columns: 1fr;
        gap: 3.2rem;
    }

    .avj-archive-lead .avj-archive-image img,
    .avj-plate img {
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        object-position: center;
    }

    body.postid-1455 .avj-plate img {
        object-fit: contain !important;
        background: #f7f0e3;
    }

    .avj-archive-lead .avj-archive-copy {
        width: min(92vw, 700px);
        padding-top: 1.8rem;
    }

    .avj-current-issue-heading {
        margin-top: 4.2rem;
    }

    .avj-essay.avj-title--medium .avj-essay-header h1 {
        font-size: clamp(2.85rem, 12vw, 3.25rem);
    }

    .avj-essay.avj-title--long .avj-essay-header h1 {
        font-size: clamp(2.45rem, 10.6vw, 2.9rem);
        line-height: 1.04;
    }

    .avj-reading-layout {
        margin-top: 2.7rem;
    }

    .avj-reading-layout .avj-case-rail {
        padding: 1.45rem 1.35rem 1.55rem;
    }

    .avj-reading-layout .avj-case-rail p {
        font-size: 0.96rem;
        line-height: 1.55;
    }
}

/* The Warning With Nowhere to Go — Clinical Slate & Mourning. */
body.postid-1786 {
    --avj-mar-paper: #f9f9f7;
    --avj-mar-ink: #2b2b2b;
    --avj-mar-slate: #4a6b82;
    --avj-mar-slate-deep: #304f65;
    --avj-mar-ice: #edf3f6;
    --avj-mar-line: rgba(74, 107, 130, 0.38);
    --avj-mar-line-soft: rgba(74, 107, 130, 0.19);
    background: var(--avj-mar-paper) !important;
    color: var(--avj-mar-ink);
}

body.postid-1786 .avj-single-page {
    background: radial-gradient(circle at 50% -12%, rgba(74, 107, 130, 0.075), transparent 34%), var(--avj-mar-paper);
}

body.postid-1786 .avj-reading-progress,
body.postid-1786 .avj-title-rule {
    background: var(--avj-mar-slate);
}

body.postid-1786 .avj-page a:focus-visible {
    outline-color: var(--avj-mar-slate);
}

body.postid-1786 .avj-journal-masthead span {
    background: var(--avj-mar-line);
}

body.postid-1786 .avj-journal-masthead a,
body.postid-1786 .avj-section-heading,
body.postid-1786 .avj-pull {
    color: var(--avj-mar-slate-deep);
}

body.postid-1786 .avj-essay-header {
    width: min(760px, 92vw);
}

body.postid-1786 .avj-docket-line {
    margin: 0 0 1.15rem;
    font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: clamp(0.64rem, 1.05vw, 0.72rem);
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: var(--avj-mar-slate-deep);
}

body.postid-1786 .avj-kicker {
    display: none;
}

body.postid-1786 .avj-essay-header h1 {
    margin-top: 0;
    color: var(--avj-mar-ink);
}

body.postid-1786 .avj-standfirst {
    color: #353b3f;
}

body.postid-1786 .avj-standfirst .avj-standfirst-accent--promise,
body.postid-1786 .avj-standfirst .avj-standfirst-accent--bar {
    color: var(--avj-mar-slate-deep) !important;
    font-weight: 650 !important;
}

body.postid-1786 .avj-standfirst .avj-standfirst-accent--promise {
    font-style: italic !important;
}

body.postid-1786 .avj-essay-meta {
    font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    color: rgba(43, 43, 43, 0.68);
}

body.postid-1786 .avj-essay-meta span {
    color: var(--avj-mar-slate);
}

body.postid-1786 .avj-plate {
    border-color: var(--avj-mar-line);
    background: rgba(249, 249, 247, 0.92);
    box-shadow: 0 22px 68px rgba(38, 55, 66, 0.14);
}

body.postid-1786 .avj-plate img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

body.postid-1786 .avj-reading-layout .avj-case-rail {
    border: 1px solid var(--avj-mar-line-soft);
    border-left: 2px solid var(--avj-mar-slate);
    background: var(--avj-mar-ice);
    box-shadow: 0 16px 42px rgba(48, 79, 101, 0.075);
}

body.postid-1786 .avj-reading-layout .avj-case-rail::before {
    display: none;
}

body.postid-1786 .avj-headnote-label {
    font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    color: var(--avj-mar-slate-deep);
}

body.postid-1786 .avj-headnote-label::after {
    background: var(--avj-mar-slate);
}

body.postid-1786 .avj-essay-body {
    color: var(--avj-mar-ink);
}

body.postid-1786 .avj-essay-body .avj-dropcap::first-letter {
    color: var(--avj-mar-slate-deep);
}

body.postid-1786 .avj-section-heading::before {
    width: 5px;
    height: 5px;
    background: var(--avj-mar-slate);
    box-shadow: 12px 0 0 rgba(74, 107, 130, 0.72), 24px 0 0 rgba(74, 107, 130, 0.46);
}

body.postid-1786 .avj-essay-body a {
    color: var(--avj-mar-slate-deep);
    text-decoration-color: rgba(74, 107, 130, 0.58);
}

body.postid-1786 .avj-label-language {
    display: inline-block;
    margin: 0 0.08em;
    padding: 0.16em 0.48em 0.13em;
    border: 1px solid rgba(74, 107, 130, 0.24);
    border-radius: 2px;
    background: #eef0f1;
    font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.88em;
    font-weight: 650;
    letter-spacing: 0.075em;
    color: #293943;
    white-space: nowrap;
}

body.postid-1786 .avj-pull {
    margin-top: 3.55em;
    margin-bottom: 3.55em;
    padding-top: 1.35em;
    padding-bottom: 1.35em;
}

body.postid-1786 .avj-pull::before,
body.postid-1786 .avj-pull::after {
    background: var(--avj-mar-line);
}

body.postid-1786 .avj-ending-line {
    margin: 3.8em 0 3.2em;
    font-family: "Libre Caslon Display", Georgia, serif;
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    line-height: 1.38;
    color: var(--avj-mar-ink);
}

@media (max-width: 620px) {
    body.postid-1786 .avj-docket-line {
        letter-spacing: 0.075em;
    }

    body.postid-1786 .avj-label-language {
        white-space: normal;
    }
}

/* Native portrait artwork: retain the complete composition and let the page frame it. */
.avj-plate--native-portrait {
    width: min(760px, 94vw);
    background: #07172b;
}

.avj-plate--native-portrait img {
    width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    contain: none !important;
    contain-intrinsic-size: none !important;
}

.avj-archive-lead.avj-artwork--native-portrait .avj-archive-image {
    width: min(760px, 100%);
    margin-inline: auto;
    background: #07172b;
}

.avj-archive-lead.avj-artwork--native-portrait .avj-archive-image img,
.avj-archive-card--issue.avj-artwork--native-portrait .avj-archive-card-image img {
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center;
    background: #07172b;
    contain: none !important;
    contain-intrinsic-size: none !important;
}

/*
 * WordPress gives lazy images a sizes="auto" hint, which causes Chrome to
 * size-contain them. A stable editorial frame keeps portrait artwork visible
 * while preserving the complete composition.
 */
.avj-archive-card--issue.avj-artwork--native-portrait .avj-archive-card-image {
    aspect-ratio: 4 / 5;
    background: #07172b;
}

.avj-archive-card--issue.avj-artwork--native-portrait .avj-archive-card-image img {
    height: 100% !important;
}

.avj-home-story--native-portrait .avj-home-story-image {
    background: #07172b;
}

.avj-home-story--native-portrait .avj-home-story-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center;
    contain: none !important;
    contain-intrinsic-size: none !important;
}

/* Balance portrait-format Journal artwork inside the homepage's wide editorial grid. */
@media (min-width: 901px) {
    .avj-home-story--lead.avj-home-story--native-portrait .avj-home-story-image {
        min-height: 0;
        height: clamp(540px, 48vw, 640px);
    }

    .avj-home-story--companion.avj-home-story--native-portrait .avj-home-story-image {
        aspect-ratio: 16 / 7.4;
    }

    .avj-home-story--lead.avj-home-story--native-portrait .avj-home-story-image img,
    .avj-home-story--companion.avj-home-story--native-portrait .avj-home-story-image img {
        width: 100%;
        height: 100% !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
    }
}

/*
 * Preserve the complete evidentiary label artwork for Journal post 3744.
 * The shared cinematic crop is too shallow for its two label panels and
 * closing line, while the homepage lead needs an explicit row height.
 */
body.postid-3744 .avj-plate img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.avj-home-story[data-journal-id="3744"] .avj-home-story-image {
    background: #000;
}

.avj-home-story[data-journal-id="3744"] .avj-home-story-image img {
    object-fit: contain !important;
    object-position: center;
    background: #000;
}

@media (min-width: 901px) {
    .avj-home-story--lead[data-journal-id="3744"] .avj-home-story-image {
        min-height: 0;
        height: clamp(440px, 38vw, 560px);
    }

    .avj-home-story--lead[data-journal-id="3744"] .avj-home-story-image img {
        width: 100%;
        height: 100% !important;
        aspect-ratio: auto !important;
    }
}

@media (max-width: 900px) {
    .avj-home-story[data-journal-id="3744"] .avj-home-story-image img {
        width: 100%;
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
    }
}
/* Auremont Journal unified editorial system: shared field, palette, and reading axis. */
body.avj-journal-page {
    background: var(--avj-cream) !important;
    color: var(--avj-ink) !important;
}

body.avj-journal-page .avj-single-page {
    background:
        radial-gradient(circle at 50% -10%, rgba(164, 130, 56, 0.055), transparent 34%),
        var(--avj-cream) !important;
    color: var(--avj-ink) !important;
}

body.avj-journal-page .avj-single-page .avj-essay-header {
    width: min(700px, 92vw) !important;
}

body.avj-journal-page .avj-single-page .avj-essay-header h1 {
    margin: 0.28em 0 0.35em !important;
    color: var(--avj-navy) !important;
}

body.avj-journal-page .avj-single-page .avj-standfirst,
body.avj-journal-page .avj-single-page .avj-essay-body {
    color: var(--avj-ink) !important;
}

body.avj-journal-page .avj-single-page .avj-kicker {
    display: block !important;
    color: var(--avj-gold-ink) !important;
}

body.avj-journal-page .avj-single-page .avj-docket-line {
    margin: 0 0 1.1rem !important;
    font-family: "EB Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: 0.035em !important;
    color: var(--avj-navy) !important;
}

body.avj-journal-page .avj-single-page .avj-reading-progress,
body.avj-journal-page .avj-single-page .avj-title-rule,
body.avj-journal-page .avj-single-page .avj-section-heading::before {
    background: var(--avj-gold) !important;
}

body.avj-journal-page .avj-single-page .avj-title-rule {
    width: 68px !important;
}

body.avj-journal-page .avj-single-page .avj-journal-masthead span {
    background: var(--avj-hairline-strong) !important;
}

body.avj-journal-page .avj-single-page .avj-journal-masthead a,
body.avj-journal-page .avj-single-page .avj-section-heading,
body.avj-journal-page .avj-single-page .avj-pull {
    color: var(--avj-navy) !important;
}

body.avj-journal-page .avj-single-page .avj-case-dossier-title,
body.avj-journal-page .avj-single-page .avj-case-fact dt,
body.avj-journal-page .avj-single-page .avj-essay-body .avj-dropcap::first-letter {
    color: var(--avj-gold-ink) !important;
}

body.avj-journal-page .avj-single-page .avj-case-fact dd,
body.avj-journal-page .avj-single-page .avj-case-summary p {
    color: var(--avj-ink) !important;
}

body.avj-journal-page .avj-single-page .avj-case-fact--case dd {
    color: var(--avj-navy) !important;
}

body.avj-journal-page .avj-single-page .avj-plate:not(.avj-plate--native-portrait) {
    width: min(1120px, 94vw) !important;
    border-color: var(--avj-hairline-strong) !important;
    background: rgba(255, 253, 248, 0.76) !important;
    box-shadow: 0 24px 72px rgba(9, 21, 33, 0.11) !important;
}

body.avj-journal-page .avj-single-page .avj-essay-body a {
    color: var(--avj-gold-ink) !important;
    text-decoration-color: var(--avj-hairline-gold) !important;
}

body.avj-journal-page .avj-single-page .avj-pull::before,
body.avj-journal-page .avj-single-page .avj-pull::after {
    background: var(--avj-hairline-gold) !important;
}

/*
 * One continuous Journal axis.
 * Header, artwork, dossier, and article copy share the same outside edges.
 */
body.avj-journal-page .avj-single-page {
    --avj-editorial-measure: 1000px;
}

body.avj-journal-page .avj-single-page .avj-essay-header,
body.avj-journal-page .avj-single-page .avj-plate:not(.avj-plate--native-portrait),
body.avj-journal-page .avj-single-page .avj-case-dossier,
body.avj-journal-page .avj-single-page .avj-reading-layout,
body.avj-journal-page .avj-single-page .avj-reading-layout--without-rail {
    width: min(var(--avj-editorial-measure), 92vw) !important;
}

body.avj-journal-page .avj-single-page .avj-standfirst {
    max-width: 840px;
}
