:root {
    --ls-ink: #11110f;
    --ls-paper: #fbfbf9;
    --ls-rule: #1a1a18;
    --ls-muted: #5d5d58;
    --ls-soft-rule: #c8c8c2;
    --ls-sans: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
    --ls-serif: Georgia, "Times New Roman", Times, serif;
    --ls-display: "Old English Text MT", "Engravers Old English", Georgia, "Times New Roman", serif;
}

html {
    scroll-behavior: smooth;
}

body.localspoof-oak-park-test-page {
    margin: 0;
    color: var(--ls-ink);
    background: var(--ls-paper);
    font-family: var(--ls-serif);
    font-size: 16px;
    line-height: 1.5;
}

body.localspoof-oak-park-test-page * {
    box-sizing: border-box;
}

body.localspoof-oak-park-test-page a {
    color: inherit;
    text-decoration: none;
}

body.localspoof-oak-park-test-page img {
    display: block;
    max-width: 100%;
}

#ls-oakpark-test {
    min-height: 100vh;
    background: var(--ls-paper);
}

.ls-wrap {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.ls-header {
    padding-top: 14px;
}

.ls-utility {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 34px;
    gap: 24px;
    font: 500 14px/1.2 var(--ls-sans);
}

.ls-utility-location span {
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
}

.ls-utility-date,
.ls-utility-links {
    display: flex;
    align-items: center;
}

.ls-utility-date {
    gap: 18px;
}

.ls-divider {
    width: 1px;
    height: 22px;
    background: #9a9a95;
}

.ls-utility-links {
    justify-content: flex-end;
}

.ls-utility-links a {
    padding: 0 17px;
    border-left: 1px solid #aaa9a4;
}

.ls-utility-links a:first-child {
    border-left: 0;
}

.ls-utility-links .ls-search {
    padding-right: 2px;
    font-size: 25px;
    line-height: 1;
}

.ls-masthead {
    margin-top: 13px;
    padding: 20px 10px 18px;
    border-top: 5px double var(--ls-rule);
    border-bottom: 5px double var(--ls-rule);
    text-align: center;
}

.ls-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.ls-brand > span {
    font-family: var(--ls-display);
    font-size: clamp(48px, 6.6vw, 82px);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.96;
}

.ls-brand > small {
    margin-top: 10px;
    font: 500 clamp(15px, 1.8vw, 20px)/1.2 var(--ls-sans);
    letter-spacing: 0.015em;
}

.ls-main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    border-bottom: 1px solid var(--ls-rule);
    font: 700 14px/1 var(--ls-sans);
    text-transform: uppercase;
    white-space: nowrap;
}

.ls-main-nav a {
    flex: 1 0 auto;
    padding: 4px 22px;
    border-left: 1px solid #b8b8b2;
    text-align: center;
}

.ls-main-nav a:first-child {
    flex: 0 0 auto;
    padding-left: 8px;
    border-left: 0;
    font-size: 22px;
}

.ls-main-nav a:hover,
.ls-main-nav a:focus-visible,
.ls-utility-links a:hover,
.ls-utility-links a:focus-visible,
.ls-most-read a:hover,
.ls-most-read a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ls-content {
    display: grid;
    grid-template-columns: minmax(0, 2.15fr) minmax(280px, 0.9fr);
    gap: 22px;
    padding-top: 28px;
}

.ls-article {
    min-width: 0;
    padding-right: 2px;
}

.ls-article-header {
    margin-bottom: 15px;
}

.ls-kicker,
.ls-most-read h2 {
    margin: 0 0 12px;
    font: 700 17px/1.1 var(--ls-serif);
    text-transform: uppercase;
}

.ls-article h1 {
    margin: 0;
    max-width: 850px;
    font: 700 clamp(38px, 4.2vw, 58px)/0.99 var(--ls-serif);
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.ls-dek {
    max-width: 850px;
    margin: 13px 0 10px;
    font: 400 clamp(18px, 1.8vw, 21px)/1.35 var(--ls-sans);
}

.ls-byline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font: 500 14px/1.25 var(--ls-sans);
}

.ls-byline span {
    width: 1px;
    height: 19px;
    background: #777771;
}

.ls-feature {
    margin: 0 0 22px;
}

.ls-feature img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 52%;
    background: #e8e8e3;
}

.ls-feature figcaption {
    margin-top: 6px;
    color: #282825;
    font: 400 12px/1.3 var(--ls-sans);
}

.ls-story-body {
    max-width: 790px;
    font: 400 18px/1.48 var(--ls-serif);
}

.ls-story-body p {
    margin: 0 0 1.05em;
}

.ls-story-body p:first-child {
    margin-top: 0;
}

.ls-sidebar {
    padding-left: 22px;
    border-left: 1px solid var(--ls-soft-rule);
}

.ls-most-read h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ls-rule);
    font-size: 21px;
}

.ls-most-read ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: most-read;
}

.ls-most-read li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 5px;
    padding: 19px 0;
    border-bottom: 1px solid var(--ls-soft-rule);
    counter-increment: most-read;
    font: 400 16px/1.45 var(--ls-sans);
}

.ls-most-read li::before {
    content: counter(most-read);
    font: 400 30px/1 var(--ls-serif);
}

.ls-ad-slot {
    display: grid;
    place-items: center;
    min-height: 570px;
    margin-top: 54px;
    color: var(--ls-muted);
    background: linear-gradient(135deg, #f0f0ed, #fafaf8 45%, #eaeae6);
    font: 400 15px/1 var(--ls-sans);
}

.ls-footer {
    margin-top: 44px;
    padding: 24px 0 38px;
    border-top: 3px double var(--ls-rule);
    color: var(--ls-muted);
    font: 400 13px/1.5 var(--ls-sans);
}

.ls-footer p {
    margin: 0;
}

@media (max-width: 900px) {
    .ls-utility {
        grid-template-columns: 1fr auto;
    }

    .ls-utility-date {
        display: none;
    }

    .ls-main-nav {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .ls-main-nav a {
        flex: 0 0 auto;
        padding-inline: 20px;
    }

    .ls-content {
        grid-template-columns: 1fr;
    }

    .ls-sidebar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 0.75fr);
        gap: 24px;
        padding: 28px 0 0;
        border-top: 1px solid var(--ls-soft-rule);
        border-left: 0;
    }

    .ls-ad-slot {
        min-height: 480px;
        margin-top: 0;
    }
}

@media (max-width: 620px) {
    .ls-wrap {
        width: min(100% - 28px, 1180px);
    }

    .ls-header {
        padding-top: 8px;
    }

    .ls-utility {
        min-height: 38px;
        font-size: 12px;
    }

    .ls-utility-links a {
        display: none;
    }

    .ls-utility-links .ls-search {
        display: block;
        border-left: 0;
    }

    .ls-masthead {
        margin-top: 6px;
        padding: 17px 0 15px;
    }

    .ls-brand > span {
        font-size: clamp(39px, 12vw, 58px);
        line-height: 0.92;
    }

    .ls-brand > small {
        margin-top: 8px;
        font-size: 14px;
    }

    .ls-main-nav {
        width: 100%;
        padding-inline: 14px;
    }

    .ls-content {
        padding-top: 22px;
    }

    .ls-kicker {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .ls-article h1 {
        font-size: clamp(34px, 10.4vw, 44px);
        line-height: 1.01;
    }

    .ls-dek {
        font-size: 17px;
    }

    .ls-feature {
        width: calc(100% + 28px);
        margin-left: -14px;
    }

    .ls-feature figcaption {
        padding-inline: 14px;
    }

    .ls-story-body {
        font-size: 17px;
        line-height: 1.52;
    }

    .ls-sidebar {
        grid-template-columns: 1fr;
    }

    .ls-ad-slot {
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media print {
    .ls-utility-links,
    .ls-main-nav,
    .ls-sidebar,
    .ls-footer {
        display: none !important;
    }

    .ls-content {
        display: block;
    }

    .ls-wrap {
        width: 100%;
    }
}

