:root {
    --ls-ink: #171717;
    --ls-muted: #67615c;
    --ls-line: #e7e1db;
    --ls-paper: #fffdfa;
    --ls-soft: #f5f0ea;
    --ls-accent: #8f5d4f;
    --ls-accent-dark: #6e4338;
    --ls-warm: #d9c9bd;
    --ls-max: 1280px;
    --ls-reading: 780px;
    --ls-shadow: 0 24px 70px rgba(27, 21, 17, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ls-ink);
    background: var(--ls-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--ls-accent-dark); }
button, input { font: inherit; }

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255,253,250,.975);
    border-bottom: 1px solid var(--ls-line);
    backdrop-filter: blur(8px);
}
.site-header__bar {
    width: min(calc(100% - 48px), 1440px);
    min-height: 84px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
}
.site-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    letter-spacing: .16em;
    font-weight: 800;
    font-size: 1.18rem;
    white-space: nowrap;
}
.site-nav { min-width: 0; }
.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 19px;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
}
.site-nav ul::-webkit-scrollbar { display: none; }
.site-nav a {
    display: block;
    padding: 29px 0 26px;
    text-decoration: none;
    white-space: nowrap;
    font-size: .75rem;
    font-weight: 680;
    letter-spacing: .018em;
    position: relative;
}
.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 20px;
    height: 1px;
    background: var(--ls-accent-dark);
    transition: right .18s ease;
}
.site-nav a:hover::after { right: 0; }
.site-search {
    display: flex;
    align-items: center;
    width: 154px;
    border-bottom: 1px solid #9c958f;
}
.site-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 8px 4px;
    color: var(--ls-ink);
    font-size: .8rem;
}
.site-search button {
    border: 0;
    background: transparent;
    color: var(--ls-ink);
    cursor: pointer;
    padding: 8px 3px 8px 9px;
    line-height: 1;
}
.site-search svg { width: 17px; height: 17px; }

main { min-height: 60vh; }

.home-page { overflow: clip; }
.home-hero {
    width: min(calc(100% - 48px), var(--ls-max));
    margin: 0 auto;
    padding: clamp(46px, 5.2vw, 72px) 0 clamp(48px, 5.3vw, 74px);
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(390px, .78fr);
    gap: clamp(52px, 7vw, 108px);
    align-items: center;
}
.home-hero__copy { padding-left: clamp(0px, 1.5vw, 18px); }
.home-hero__eyebrow,
.section-kicker {
    margin: 0 0 16px;
    color: var(--ls-accent-dark);
    font-size: .7rem;
    font-weight: 780;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.home-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5.65vw, 5.7rem);
    line-height: .98;
    letter-spacing: -.047em;
    font-weight: 500;
}
.home-hero__lead {
    max-width: 620px;
    margin: 30px 0 0;
    color: var(--ls-muted);
    font-size: clamp(1.04rem, 1.5vw, 1.2rem);
    line-height: 1.7;
}
.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid var(--ls-ink);
    text-decoration: none;
    font-size: .8rem;
    font-weight: 720;
    letter-spacing: .025em;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--ls-ink); color: #fff; }
.button--primary:hover { background: var(--ls-accent-dark); border-color: var(--ls-accent-dark); color: #fff; }
.button--ghost:hover { background: var(--ls-soft); color: var(--ls-ink); }
.home-hero__media {
    margin: 0;
    aspect-ratio: 4 / 5;
    background: #e6d9cf;
    overflow: hidden;
    box-shadow: var(--ls-shadow);
    position: relative;
}
.home-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
    pointer-events: none;
}
.home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero__media--placeholder {
    display: grid;
    place-items: end start;
    padding: 26px;
    color: rgba(23,23,23,.62);
    background: linear-gradient(145deg, #eee6df, #d8c8bc 56%, #b99c8d);
}
.home-hero__media--placeholder span {
    max-width: 220px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    line-height: 1.25;
}

.home-silos {
    border-top: 1px solid var(--ls-line);
    border-bottom: 1px solid var(--ls-line);
    background: #fff;
}
.home-silos__inner,
.home-editorial__inner {
    width: min(calc(100% - 48px), var(--ls-max));
    margin: 0 auto;
    padding: clamp(56px, 5.2vw, 76px) 0;
}
.section-heading {
    display: grid;
    grid-template-columns: minmax(0, .68fr) minmax(280px, .32fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 38px;
}
.section-heading h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 3.6vw, 3.5rem);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -.03em;
}
.section-heading p { margin: 0; color: var(--ls-muted); line-height: 1.7; }
.silo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--ls-line);
    border-left: 1px solid var(--ls-line);
}
.silo-card {
    min-height: 220px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--ls-line);
    border-bottom: 1px solid var(--ls-line);
    text-decoration: none;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
    isolation: isolate;
}
.silo-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    height: 2px;
    background: var(--ls-accent-dark);
    transition: right .2s ease;
    z-index: 2;
}
.silo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 92% 8%, rgba(143,93,79,.09), transparent 38%);
    opacity: 0;
    transition: opacity .2s ease;
    z-index: -1;
}
.silo-card:hover {
    background: #fcfaf7;
    color: var(--ls-ink);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(27,21,17,.055);
    z-index: 1;
}
.silo-card:hover::before { right: 0; }
.silo-card:hover::after { opacity: 1; }
.silo-card__number {
    font-size: .67rem;
    letter-spacing: .17em;
    color: #948b84;
}
.silo-card h3 {
    margin: 34px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.48rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.012em;
}
.silo-card p {
    margin: 0;
    color: var(--ls-muted);
    font-size: .84rem;
    line-height: 1.55;
}
.silo-card__arrow { margin-top: 20px; font-size: 1.15rem; transition: transform .18s ease; }
.silo-card:hover .silo-card__arrow { transform: translateX(4px); }

.home-editorial {
    background: var(--ls-soft);
    border-bottom: 1px solid var(--ls-line);
}
.home-editorial__inner {
    display: grid;
    grid-template-columns: minmax(180px, .24fr) minmax(0, .76fr);
    gap: clamp(38px, 6vw, 86px);
    align-items: start;
}
.home-editorial__inner > .section-kicker {
    margin-top: 7px;
    padding-top: 18px;
    border-top: 1px solid #cfc4ba;
}
.home-editorial__content {
    min-width: 0;
}
.home-editorial__body {
    max-width: 900px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.75;
}
.home-editorial__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
    border-top: 1px solid #d2c7bd;
    border-left: 1px solid #d2c7bd;
}
.home-editorial__links a {
    min-height: 154px;
    padding: 20px 20px 18px;
    border-right: 1px solid #d2c7bd;
    border-bottom: 1px solid #d2c7bd;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,.28);
    transition: background-color .18s ease, transform .18s ease;
}
.home-editorial__links a:hover {
    background: rgba(255,255,255,.72);
    color: var(--ls-ink);
    transform: translateY(-2px);
}
.home-editorial__links span {
    color: var(--ls-accent-dark);
    font-size: .65rem;
    letter-spacing: .16em;
    margin-bottom: auto;
}
.home-editorial__links strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.18rem;
    font-weight: 500;
    line-height: 1.15;
}
.home-editorial__links small {
    margin-top: 7px;
    color: var(--ls-muted);
    font-size: .76rem;
    line-height: 1.45;
}
.home-editorial__body h2,
.home-editorial__body h3 {
    margin-top: 0;
    font-size: clamp(1.8rem, 2.7vw, 2.65rem);
    line-height: 1.12;
    letter-spacing: -.025em;
    font-weight: 500;
}
.home-editorial__body > :first-child { margin-top: 0; }
.home-editorial__body > :last-child { margin-bottom: 0; }

.breadcrumbs {
    width: min(calc(100% - 40px), var(--ls-max));
    margin: 0 auto;
    padding: 18px 0 0;
}
.breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    color: var(--ls-muted);
    font-size: .76rem;
}
.breadcrumbs li:not(:last-child)::after { content: " /"; color: #aaa29b; }
.breadcrumbs a { text-decoration: none; }

.content-page,
.search-page,
.not-found {
    width: min(calc(100% - 40px), var(--ls-reading));
    margin: 0 auto;
    padding: clamp(44px, 6vw, 78px) 0 90px;
}
.content-page > h1,
.search-page h1,
.not-found h1 {
    margin: 0 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 500;
}
.content-page__excerpt {
    margin: 0 0 36px;
    color: var(--ls-muted);
    font-size: 1.1rem;
}
.content-page h2,
.content-page h3,
.content-page h4 {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.18;
    font-weight: 500;
}
.content-page h2 { margin-top: 2.1em; font-size: 1.9rem; }
.content-page h3 { margin-top: 1.8em; font-size: 1.45rem; }
.content-page p, .content-page li { font-size: 1rem; }
.content-page figure { margin: 32px 0; }
.content-page img { height: auto; }
.featured-image {
    width: min(calc(100% - 40px), 980px);
    margin: clamp(34px, 5vw, 60px) auto 0;
    background: var(--ls-soft);
}
.featured-image img { width: 100%; height: auto; }
.related-content,
.content-cta {
    margin-top: 46px;
    padding: 24px;
    border-top: 1px solid var(--ls-line);
    border-bottom: 1px solid var(--ls-line);
}
.related-content h2 { margin-top: 0; font-size: 1.45rem; }

.search-form-main {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin: 28px 0 40px;
}
.search-form-main input {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #bfb7b0;
    background: #fff;
}
.search-results { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ls-line); }
.search-results li { padding: 24px 0; border-bottom: 1px solid var(--ls-line); }
.search-results h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 500; }
.search-results h2 a { text-decoration: none; }
.search-results p { margin: 0; color: var(--ls-muted); }

.site-footer {
    border-top: 1px solid #262626;
    background: #171717;
    color: #f8f5f1;
}
.site-footer__inner {
    width: min(calc(100% - 48px), var(--ls-max));
    margin: 0 auto;
    padding: 62px 0 30px;
}
.site-footer__top {
    display: grid;
    grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}
.site-footer__brand {
    margin-bottom: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    line-height: 1;
}
.site-footer__identity p {
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: .86rem;
    line-height: 1.7;
}
.site-footer nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin: 5px 0 0;
    padding: 0;
}
.site-footer nav a {
    color: #f8f5f1;
    text-decoration: none;
    font-size: .84rem;
}
.site-footer nav a:hover { color: #d7c0b6; }
.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.58);
    font-size: .75rem;
}

@media (max-width: 1180px) {
    .site-header__bar { grid-template-columns: auto 1fr; min-height: 70px; }
    .site-nav { grid-column: 1 / -1; grid-row: 2; border-top: 1px solid var(--ls-line); margin: 0 -24px; padding: 0 24px; }
    .site-nav ul { justify-content: flex-start; }
    .site-nav a { padding: 13px 0 12px; }
    .site-nav a::after { bottom: 7px; }
    .site-search { justify-self: end; }
    .silo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .site-header { backdrop-filter: none; }
    .site-header__bar { width: min(calc(100% - 28px), var(--ls-max)); gap: 16px; }
    .site-brand { font-size: 1.05rem; }
    .site-search { width: 126px; }
    .site-search input::placeholder { color: transparent; }
    .home-hero {
        width: min(calc(100% - 28px), var(--ls-max));
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 46px;
    }
    .home-hero__copy { padding-left: 0; }
    .home-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
    .home-hero__media { aspect-ratio: 4 / 5; }
    .home-silos__inner,
    .home-editorial__inner,
    .breadcrumbs,
    .content-page,
    .search-page,
    .not-found,
    .site-footer__inner { width: min(calc(100% - 28px), var(--ls-max)); }
    .section-heading { grid-template-columns: 1fr; gap: 12px; }
    .silo-grid { grid-template-columns: 1fr; }
    .silo-card { min-height: 168px; }
    .home-editorial__inner { grid-template-columns: 1fr; gap: 18px; }
    .home-editorial__inner > .section-kicker { max-width: 170px; }
    .home-editorial__links { grid-template-columns: 1fr; }
    .home-editorial__links a { min-height: 128px; }
    .featured-image { width: 100%; margin-top: 0; }
    .site-footer__top { grid-template-columns: 1fr; gap: 38px; }
    .site-footer nav ul { grid-template-columns: 1fr; }
    .site-footer__bottom { flex-direction: column; gap: 4px; }
}

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

/* v1.9.3 — Magazine Density */
.home-featured,
.home-topic,
.home-local,
.home-manifesto { border-bottom: 1px solid var(--ls-line); }
.home-featured { background: #fff; border-top: 1px solid var(--ls-line); }
.home-featured__inner,
.home-topic__inner,
.home-local__inner,
.home-manifesto__inner {
    width: min(calc(100% - 48px), var(--ls-max));
    margin: 0 auto;
    padding: clamp(58px, 5.8vw, 86px) 0;
}
.section-heading--compact { margin-bottom: 30px; }
.featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
    gap: 28px;
}
.lead-story { min-width: 0; }
.lead-story__media,
.story-card__media { display: block; overflow: hidden; background: var(--ls-soft); text-decoration: none; }
.lead-story__media { aspect-ratio: 16 / 10; }
.lead-story__media img,
.story-card__media img,
.story-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.lead-story__media img,
.story-card__media img { transition: transform .28s ease; }
.lead-story:hover img,
.story-card:hover img { transform: scale(1.018); }
.story-image-placeholder { display: block; background: linear-gradient(145deg, #eee7e1, #d9c8bd); }
.lead-story__copy { padding: 24px 0 0; }
.story-meta {
    margin: 0 0 8px !important;
    color: var(--ls-accent-dark) !important;
    font-size: .66rem !important;
    font-weight: 780;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.lead-story h3,
.story-card h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.02em;
}
.lead-story h3 { max-width: 900px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.03; }
.lead-story h3 a,
.story-card h3 a { text-decoration: none; }
.lead-story__copy > p:not(.story-meta) { max-width: 760px; margin: 14px 0 12px; color: var(--ls-muted); }
.text-link { display: inline-block; margin-top: 10px; text-decoration: none; font-size: .78rem; font-weight: 720; }
.featured-grid__side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-content: start; }
.story-card { min-width: 0; }
.story-card__media { aspect-ratio: 4 / 3; }
.story-card__copy { padding-top: 14px; }
.story-card h3 { font-size: 1.34rem; line-height: 1.1; }
.story-card__copy > p:not(.story-meta) { margin: 8px 0 0; color: var(--ls-muted); font-size: .8rem; line-height: 1.55; }
.story-card--compact h3 { font-size: 1.12rem; }
.story-card--compact .story-card__copy > p:not(.story-meta) { display: none; }

.home-topic { background: var(--ls-paper); }
.home-topic:nth-of-type(even) { background: #fff; }
.home-topic__heading {
    display: grid;
    grid-template-columns: minmax(0, .66fr) minmax(280px, .34fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 30px;
}
.home-topic__heading h2,
.home-local h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.05rem, 3.6vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 500;
}
.home-topic__heading > div:last-child > p { margin: 0; color: var(--ls-muted); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.story-grid .story-card__media { aspect-ratio: 4 / 3; }
.story-grid .story-card h3 { font-size: 1.55rem; }

.home-local { background: var(--ls-soft); }
.home-local__inner { display: grid; grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr); gap: clamp(42px, 7vw, 96px); align-items: start; }
.home-local__copy { position: sticky; top: 110px; }
.home-local__copy > p:not(.section-kicker) { color: var(--ls-muted); max-width: 470px; margin: 20px 0 26px; }
.home-local__stories { display: grid; gap: 22px; }
.story-card--horizontal { display: grid; grid-template-columns: minmax(180px, .44fr) minmax(0, .56fr); gap: 20px; align-items: center; border-bottom: 1px solid #d8cec5; padding-bottom: 22px; }
.story-card--horizontal .story-card__media { aspect-ratio: 4 / 3; }
.story-card--horizontal .story-card__copy { padding: 0; }
.story-card--horizontal .story-card__copy > p:not(.story-meta) { display: block; }

.home-manifesto { background: #171717; color: #f7f2ec; }
.home-manifesto__inner { display: grid; grid-template-columns: minmax(180px, .24fr) minmax(0, .76fr); gap: clamp(38px, 6vw, 86px); }
.home-manifesto .section-kicker { color: #d7b8aa; border-top: 1px solid rgba(255,255,255,.22); padding-top: 18px; }
.home-manifesto__body { max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.75; color: rgba(255,255,255,.86); }
.home-manifesto__body h2,
.home-manifesto__body h3 { margin-top: 0; color: #fff; font-weight: 500; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.06; }
.home-editorial { display: none; }

@media (max-width: 980px) {
    .featured-grid { grid-template-columns: 1fr; }
    .featured-grid__side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-topic__heading { grid-template-columns: 1fr; gap: 14px; }
    .home-local__inner { grid-template-columns: 1fr; }
    .home-local__copy { position: static; }
    .home-manifesto__inner { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 760px) {
    .home-featured__inner,
    .home-topic__inner,
    .home-local__inner,
    .home-manifesto__inner { width: min(calc(100% - 28px), var(--ls-max)); padding: 48px 0; }
    .featured-grid__side,
    .story-grid { grid-template-columns: 1fr; }
    .story-card--horizontal { grid-template-columns: 1fr; }
    .lead-story__media { aspect-ratio: 4 / 3; }
    .lead-story h3 { font-size: 2rem; }
}

/* v2.0.0 — Hub & Article Frontend System */
.hub-page,
.article-page,
.static-page { width: min(calc(100% - 48px), var(--ls-max)); margin: 0 auto; }

.hub-hero {
    padding: clamp(54px, 6vw, 86px) 0 clamp(44px, 5vw, 72px);
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
    gap: clamp(48px, 7vw, 104px);
    align-items: center;
}
.hub-hero h1,
.article-header h1,
.static-page h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
}
.hub-hero h1 { font-size: clamp(3rem, 5.2vw, 5.35rem); }
.hub-hero__lead,
.article-header__lead {
    max-width: 760px;
    margin: 26px 0 0;
    color: var(--ls-muted);
    font-size: clamp(1.03rem, 1.5vw, 1.2rem);
    line-height: 1.75;
}
.hub-hero__media {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--ls-soft);
    box-shadow: var(--ls-shadow);
}
.hub-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hub-hero__media figcaption,
.article-featured figcaption {
    margin-top: 9px;
    color: var(--ls-muted);
    font-size: .76rem;
    line-height: 1.45;
}

.hub-intro {
    border-top: 1px solid var(--ls-line);
    padding: clamp(46px, 5vw, 70px) 0;
}
.hub-intro__body {
    width: min(100%, 880px);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.82;
}
.hub-intro__body h2,
.hub-intro__body h3 {
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.025em;
}
.hub-intro__body h2 { margin-top: 2.1em; font-size: clamp(1.8rem, 2.8vw, 2.7rem); }
.hub-intro__body h3 { margin-top: 1.8em; font-size: 1.45rem; }

.hub-stories { padding: clamp(50px, 5.5vw, 82px) 0 clamp(62px, 6vw, 92px); border-top: 1px solid var(--ls-line); }
.hub-stories__heading {
    display: grid;
    grid-template-columns: minmax(0, .68fr) minmax(280px, .32fr);
    gap: 44px;
    align-items: end;
    margin-bottom: 34px;
}
.hub-stories__heading h2,
.article-more__heading h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.3vw, 3.1rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.04;
}
.hub-stories__heading > p { margin: 0; color: var(--ls-muted); }
.hub-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 26px; }
.hub-story-card { min-width: 0; }
.hub-story-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--ls-soft);
    text-decoration: none;
}
.hub-story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.hub-story-card:hover .hub-story-card__media img { transform: scale(1.018); }
.hub-story-card__media--placeholder { background: linear-gradient(145deg, #eee7e1, #dacac0); }
.hub-story-card__copy { padding-top: 14px; }
.hub-story-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.1; font-weight: 500; }
.hub-story-card h3 a { text-decoration: none; }
.hub-story-card__copy > p:not(.story-meta) { margin: 9px 0 0; color: var(--ls-muted); font-size: .83rem; line-height: 1.55; }

.article-header {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: clamp(48px, 6vw, 84px) 0 34px;
}
.article-header h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 26px;
    color: var(--ls-muted);
    font-size: .76rem;
}
.article-meta span:not(:last-child)::after { content: "·"; margin-left: 18px; color: #b6ada6; }
.article-featured {
    width: min(100%, 1120px);
    margin: 0 auto clamp(46px, 6vw, 76px);
}
.article-featured img {
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: cover;
    background: var(--ls-soft);
}
.article-layout {
    width: min(100%, 1120px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(220px, 280px);
    gap: clamp(48px, 7vw, 96px);
    align-items: start;
}
.article-body {
    min-width: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.82;
}
.article-body > :first-child { margin-top: 0; }
.article-body h2,
.article-body h3,
.article-body h4 {
    scroll-margin-top: 110px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.02em;
}
.article-body h2 { margin: 2.25em 0 .65em; font-size: clamp(1.8rem, 2.7vw, 2.55rem); }
.article-body h3 { margin: 1.9em 0 .55em; font-size: 1.48rem; }
.article-body h4 { margin: 1.7em 0 .5em; font-size: 1.18rem; }
.article-body p { margin: 0 0 1.2em; }
.article-body ul,
.article-body ol { padding-left: 1.35em; }
.article-body blockquote {
    margin: 2em 0;
    padding: 20px 24px;
    border-left: 2px solid var(--ls-accent-dark);
    background: var(--ls-soft);
    font-size: 1.1em;
}
.article-body figure { margin: 2.1em 0; }
.article-body img { width: 100%; height: auto; }
.article-body figcaption { margin-top: 8px; color: var(--ls-muted); font-family: Inter, ui-sans-serif, sans-serif; font-size: .75rem; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.8em 0; font-family: Inter, ui-sans-serif, sans-serif; font-size: .85rem; }
.article-body th,
.article-body td { padding: 11px 12px; border: 1px solid var(--ls-line); text-align: left; vertical-align: top; }
.article-body th { background: var(--ls-soft); }
.article-toc { position: sticky; top: 112px; }
.article-toc > div { padding: 22px 0 18px; border-top: 1px solid var(--ls-line); border-bottom: 1px solid var(--ls-line); }
.article-toc h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.article-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; counter-reset: toc; }
.article-toc li { counter-increment: toc; }
.article-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 7px; color: var(--ls-muted); text-decoration: none; font-size: .78rem; line-height: 1.4; }
.article-toc a::before { content: counter(toc, decimal-leading-zero); color: #a79e97; font-size: .65rem; padding-top: 2px; }
.article-toc__sub a { padding-left: 15px; }
.article-toc a:hover { color: var(--ls-accent-dark); }

.article-body .related-content,
.article-body .content-cta { font-family: Inter, ui-sans-serif, sans-serif; }
.article-body .related-content { margin-top: 54px; padding: 26px 0; }
.article-body .related-content ul { display: grid; gap: 9px; padding-left: 1.15em; }
.article-body .content-cta { display: flex; flex-wrap: wrap; gap: 10px; padding: 28px 0; }
.local-cta {
    margin-top: 48px;
    padding: 30px;
    background: var(--ls-soft);
    border: 1px solid #ded4cb;
    font-family: Inter, ui-sans-serif, sans-serif;
}
.local-cta h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.local-cta p:not(.section-kicker) { color: var(--ls-muted); }

.article-more { width: min(100%, 1120px); margin: clamp(62px, 7vw, 96px) auto 0; padding: clamp(48px, 5vw, 70px) 0 clamp(70px, 7vw, 100px); border-top: 1px solid var(--ls-line); }
.article-more__heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 28px; }
.article-more__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.article-more-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ls-soft); text-decoration: none; margin-bottom: 13px; }
.article-more-card__media img { width: 100%; height: 100%; object-fit: cover; }
.article-more-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.12; font-weight: 500; }
.article-more-card h3 a { text-decoration: none; }

.static-page { width: min(calc(100% - 48px), 920px); padding: clamp(58px, 7vw, 100px) 0; }
.static-page h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.static-page > p:not(.section-kicker) { max-width: 720px; color: var(--ls-muted); font-size: 1.05rem; }
.legal-card { margin-top: 38px; padding: 30px; background: var(--ls-soft); border: 1px solid #ded4cb; }
.legal-card h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.legal-card address { font-style: normal; color: var(--ls-muted); }
.legal-card dl { margin: 24px 0 0; display: grid; gap: 10px; }
.legal-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.legal-card dt { color: var(--ls-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-card dd { margin: 0; }

.site-footer__legal { margin-top: 20px !important; color: rgba(255,255,255,.72) !important; }
.site-footer__legal strong { color: #fff; font-weight: 650; }
.site-footer__utility { margin-top: 12px !important; }
.site-footer__utility a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer__utility a:hover { color: #fff; }

@media (max-width: 980px) {
    .hub-hero { grid-template-columns: 1fr; }
    .hub-hero__media { max-width: 760px; }
    .hub-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-layout { grid-template-columns: 1fr; }
    .article-toc { position: static; order: -1; }
    .article-toc > div { padding: 18px 0; }
    .article-more__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .hub-page,
    .article-page,
    .static-page { width: min(calc(100% - 28px), var(--ls-max)); }
    .hub-hero { padding-top: 42px; gap: 32px; }
    .hub-hero__media { aspect-ratio: 4 / 3; }
    .hub-stories__heading { grid-template-columns: 1fr; gap: 12px; }
    .hub-story-grid,
    .article-more__grid { grid-template-columns: 1fr; }
    .article-header { padding-top: 42px; }
    .article-meta { display: grid; gap: 4px; }
    .article-meta span::after { display: none; }
    .article-featured { margin-bottom: 40px; }
    .article-body { font-size: 1.03rem; }
    .article-more__heading { align-items: start; flex-direction: column; }
    .static-page { padding-top: 48px; }
    .legal-card { padding: 22px; }
    .legal-card dl div { grid-template-columns: 1fr; gap: 2px; }
}

/* Lockstyle v2.0.1 — Hub & Article Refinement */
.hub-hero--text-only {
    grid-template-columns: minmax(0, 920px);
    min-height: 0;
    padding-bottom: clamp(38px, 4vw, 56px);
}
.hub-hero--text-only .hub-hero__copy { max-width: 920px; }
.hub-hero--text-only::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin-top: 10px;
    background: var(--ls-accent-dark);
    opacity: .55;
}
.hub-intro {
    display: grid;
    grid-template-columns: minmax(190px, .28fr) minmax(0, .72fr);
    gap: clamp(34px, 6vw, 86px);
    align-items: start;
}
.hub-intro__label {
    position: sticky;
    top: 110px;
    color: var(--ls-muted);
    font-size: .82rem;
    line-height: 1.65;
}
.hub-intro__label span { display: block; max-width: 230px; }
.hub-intro__body { width: 100%; max-width: 780px; }
.hub-story-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
}
.hub-story-grid--compact .hub-story-card h3 { font-size: clamp(1.45rem, 2vw, 1.8rem); }
.hub-story-grid--compact .hub-story-card__media { aspect-ratio: 16 / 10; }
.hub-stories__heading > p strong { color: var(--ls-text); font-weight: 650; }

.article-header { width: min(100%, 860px); padding-bottom: 30px; }
.article-header h1 { font-size: clamp(2.75rem, 4.8vw, 4.7rem); }
.article-featured { width: min(100%, 1040px); margin-bottom: clamp(42px, 5vw, 64px); }
.article-featured img { max-height: 650px; }
.article-layout {
    width: min(100%, 1040px);
    grid-template-columns: minmax(0, 700px) minmax(230px, 270px);
    gap: clamp(46px, 6vw, 74px);
}
.article-body { font-size: 1.075rem; line-height: 1.86; }
.article-body h2 {
    margin-top: 2.55em;
    padding-top: .7em;
    border-top: 1px solid var(--ls-line);
}
.article-body h3 { margin-top: 2em; }
.article-body ul,
.article-body ol { margin: 0 0 1.45em; }
.article-body li + li { margin-top: .38em; }
.article-body strong { font-weight: 650; }

.article-toc { top: 98px; }
.article-toc > div.article-toc__panel {
    padding: 22px;
    border: 1px solid #ded4cb;
    background: #f8f4ef;
}
.article-toc__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
    margin-bottom: 16px;
}
.article-toc__head h2 { margin-bottom: 0; }
.article-toc__count {
    white-space: nowrap;
    color: #948a82;
    font-size: .67rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.article-toc ol { gap: 10px; }
.article-toc a { color: #6d655f; }

.article-body .related-content--cards {
    margin-top: 62px;
    padding: 34px 0 0;
    border-top: 1px solid var(--ls-line);
}
.related-content__heading h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 1.8rem !important;
}
.related-content__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.related-link-card {
    min-height: 108px;
    padding: 17px 18px;
    border: 1px solid var(--ls-line);
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 10px;
    align-items: start;
    color: var(--ls-text);
    text-decoration: none;
    background: #fff;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.related-link-card:hover {
    transform: translateY(-2px);
    border-color: #bfb1a6;
    background: var(--ls-soft);
}
.related-link-card__index {
    color: #a69c94;
    font-size: .67rem;
    letter-spacing: .06em;
}

.local-cta--premium {
    margin-top: 58px;
    padding: clamp(28px, 4vw, 42px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, .42fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: end;
    background: #171717;
    border: 0;
    color: #fff;
}
.local-cta--premium .section-kicker { color: #d4b8aa; }
.local-cta--premium h2 { color: #fff; font-size: clamp(1.8rem, 2.5vw, 2.35rem); }
.local-cta--premium p:not(.section-kicker) { max-width: 540px; color: rgba(255,255,255,.72); }
.local-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.local-cta--premium .button--primary { background: #fff; color: #171717; border-color: #fff; }
.local-cta--premium .button--ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.local-cta__details {
    display: grid;
    gap: 6px;
    padding-left: 22px;
    border-left: 1px solid rgba(255,255,255,.18);
    font-family: Inter, ui-sans-serif, sans-serif;
    color: rgba(255,255,255,.74);
    font-size: .8rem;
}
.local-cta__details strong { color: #fff; font-size: .92rem; }
.local-cta__eyebrow { color: #d4b8aa; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.local-cta__details .text-link { color: #fff; margin-top: 9px; }

.article-more { width: min(100%, 1040px); }
.article-more-card { min-width: 0; }
.article-more-card h3 { font-size: 1.38rem; }

@media (max-width: 980px) {
    .hub-intro { grid-template-columns: 1fr; gap: 18px; }
    .hub-intro__label { position: static; }
    .hub-intro__label span { max-width: 520px; }
    .article-layout { width: min(100%, 820px); }
    .article-toc > div.article-toc__panel { padding: 20px 0; border-left: 0; border-right: 0; background: transparent; }
}

@media (max-width: 760px) {
    .hub-story-grid--compact { grid-template-columns: 1fr; }
    .article-header h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
    .article-body h2 { margin-top: 2.2em; }
    .related-content__grid { grid-template-columns: 1fr; }
    .local-cta--premium { grid-template-columns: 1fr; }
    .local-cta__details { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
}

/* v2.1.0 — Native Editorial Blocks */
.editorial-block{margin:clamp(30px,5vw,52px) 0}.editorial-block h2,.editorial-block h3{margin-top:0}.editorial-callout{padding:clamp(22px,3vw,30px);border:1px solid var(--ls-line);background:var(--ls-soft)}.editorial-callout h3{font-size:clamp(1.35rem,2.3vw,1.75rem);margin-bottom:10px}.editorial-callout p{margin:0}.editorial-block--accent{border-color:#d8c4b8;background:#f6eee9}.editorial-block--dark{background:#171717;border-color:#171717;color:#fff}.editorial-block--dark h2,.editorial-block--dark h3{color:#fff}.editorial-block--dark p{color:rgba(255,255,255,.78)}.editorial-checklist{padding:clamp(22px,3vw,30px);border-top:1px solid var(--ls-line);border-bottom:1px solid var(--ls-line)}.editorial-checklist h3{font-size:clamp(1.35rem,2.3vw,1.75rem)}.editorial-checklist ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.editorial-checklist li{display:grid;grid-template-columns:24px 1fr;gap:11px;align-items:start}.editorial-checklist li>span:first-child{width:22px;height:22px;border:1px solid #cabaae;border-radius:50%;display:grid;place-items:center;font-family:ui-sans-serif,sans-serif;font-size:.7rem;margin-top:2px}.editorial-faq{padding-top:8px}.editorial-faq>h2{font-size:clamp(1.8rem,3vw,2.45rem);margin-bottom:20px}.editorial-faq__items{display:grid;border-top:1px solid var(--ls-line)}.editorial-faq article{padding:22px 0;border-bottom:1px solid var(--ls-line)}.editorial-faq article h3{font-size:clamp(1.15rem,2vw,1.4rem);margin-bottom:8px}.editorial-faq article p{margin:0}.editorial-quote{padding:clamp(24px,4vw,40px) clamp(22px,5vw,52px);border-left:2px solid #b18f7e;background:#faf7f4}.editorial-quote blockquote{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.25}.editorial-quote figcaption{margin-top:16px;font-family:ui-sans-serif,sans-serif;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#7d6e66}.editorial-inline-image{width:100%}.editorial-inline-image img{display:block;width:100%;height:auto}.editorial-inline-image figcaption{margin-top:10px;font-size:.82rem;color:#756c67}.editorial-table h3{font-size:clamp(1.35rem,2.3vw,1.75rem)}.editorial-table__scroll{overflow-x:auto;border:1px solid var(--ls-line)}.editorial-table table{width:100%;border-collapse:collapse;min-width:560px}.editorial-table th,.editorial-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--ls-line);border-right:1px solid var(--ls-line)}.editorial-table th:last-child,.editorial-table td:last-child{border-right:0}.editorial-table tbody tr:last-child td{border-bottom:0}.editorial-table th{background:#f5f1ed;font-family:ui-sans-serif,sans-serif;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.editorial-cta{padding:clamp(26px,4vw,38px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;border:1px solid var(--ls-line);background:#f6eee9}.editorial-cta h3{font-size:clamp(1.45rem,2.5vw,1.9rem);margin-bottom:8px}.editorial-cta p{margin:0}.editorial-cta .button{white-space:nowrap}.editorial-cta.editorial-block--dark .button--primary{background:#fff;color:#171717;border-color:#fff}@media(max-width:680px){.editorial-cta{grid-template-columns:1fr}.editorial-cta .button{justify-self:start}.editorial-block{margin:30px 0}}
