/* skin.css.tmpl — editorial chassis.
   Resolved by tools/skin/build-skin-css.js (or lib/skins/skin-css-resolver.ts).
   All visible classes are per-site hashes via smn-30c093; tokens via var(--smn-group-key). */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..700;1,400&family=Work+Sans:wght@400;500;600&display=swap');

body.smn-00e9bf {
    font-family: var(--smn-type-body);
    color: var(--smn-color-ink);
    background: var(--smn-color-paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
.smn-00e9bf a:hover { color: var(--smn-color-accent); }

/* ─── masthead ──────────────────────────────────────────────── */
/* The masthead band picks up signature-derived color roles (default to
   paper/ink, so the centered "stacked" layout looks exactly as before). The
   logo-left "horizontal-bar" and "split-band" variants render different DOM
   from parts/header-*.php and are styled by the [data-layout="…"] blocks below. */
.smn-cccffc { border-bottom: 1px solid var(--smn-color-rule); background: var(--smn-masthead-bg); color: var(--smn-masthead-fg); }
.smn-cccffc a { color: inherit; }

.smn-3eacdf { border-bottom: 1px solid var(--smn-color-rule); font-size: 0.7rem; color: var(--smn-color-muted); }
.smn-d6e73d { max-width: var(--smn-grid-max); margin: 0 auto; padding: 0.55rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.smn-dbc6b1 { letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.smn-aa75f8 { letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }

.smn-607bf7 { padding: 2.75rem 1.5rem 1.5rem; text-align: center; }
.smn-b89fe7 { max-width: var(--smn-grid-max); margin: 0 auto; position: relative; }
.smn-c26c11 { display: inline-block; font-family: var(--smn-type-heading); font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 600; line-height: 1; letter-spacing: -0.025em; color: var(--smn-color-ink); }
.smn-8ee05a { max-height: 64px; width: auto; }
.smn-559bb0 { display: inline-block; }
.smn-8d656f { margin: 0.7rem 0 0; color: var(--smn-color-muted); font-size: 0.95rem; font-style: italic; letter-spacing: 0; }
.smn-5c18d8 {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    margin: 1.4rem auto 0; max-width: 280px;
}
.smn-5c18d8::before, .smn-5c18d8::after {
    content: ""; flex: 1; height: 1px; background: var(--smn-color-rule);
}
.smn-1b0611 {
    width: 6px; height: 6px; background: var(--smn-color-accent);
    border-radius: 50%; flex-shrink: 0;
}

.smn-2a7f62 { border-top: 1px solid var(--smn-color-rule); border-bottom: 1px solid var(--smn-color-rule); }
.smn-5a294c { max-width: var(--smn-grid-max); margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; }
.smn-1bfb22 { display: none; padding: 1rem 0; background: none; border: 0; cursor: pointer; }
.smn-e1cf88 { list-style: none; margin: 0; padding: 0; display: flex; gap: 2.25rem; flex: 1; justify-content: center; }
.smn-e1cf88 li a {
    position: relative; display: block; padding: 1.05rem 0.1rem;
    font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
    color: var(--smn-color-ink);
    transition: color 0.25s ease;
}
.smn-e1cf88 li a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0.55rem;
    height: 1px; background: var(--smn-color-accent);
    transform: scaleX(0); transform-origin: left center;
    transition: transform 0.42s cubic-bezier(.22,1,.36,1);
}
.smn-e1cf88 li a:hover { color: var(--smn-color-accent); }
.smn-e1cf88 li a:hover::after { transform: scaleX(1); }
.smn-e1cf88 li[aria-current="page"] a::after,
.smn-e1cf88 li.current-menu-item a::after { transform: scaleX(1); }

@media (max-width: 720px) {
    .smn-c26c11 { font-size: 2.25rem; }
    .smn-1bfb22 { display: inline-block; padding: 0.75rem 0; margin-right: 1rem; }
    .smn-e1cf88 { display: none; flex-direction: column; gap: 0; width: 100%; justify-content: stretch; }
    .smn-e1cf88[data-open="true"] { display: flex; }
    .smn-e1cf88 li a { padding: 0.85rem 0; border-bottom: 1px solid var(--smn-color-rule); }
    .smn-1dcaad { display: block; width: 22px; height: 2px; background: var(--smn-color-ink); margin: 4px 0; }
}

/* ─── masthead variants: horizontal-bar + split-band ─────────────
   These two layouts share a single flex row (.masthead-bar) and render the
   wordmark + nav inline instead of the stacked centered bands. They reuse the
   .brand-logo / .nav / .nav-list logical classes so the JS nav toggle and
   mobile rules above keep working; only arrangement + color differ.
   The existing logo (text wordmark or logo_svg_url <img>) is rendered as-is —
   no logo regeneration (Logo ⟂ Theme invariant). */
.smn-0d987b { max-width: var(--smn-grid-max); margin: 0 auto; padding: 0.95rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.smn-cccffc[data-layout="split-band"] .smn-c26c11 { order: 2; }
.smn-cccffc[data-layout="horizontal-bar"] .smn-c26c11,
.smn-cccffc[data-layout="split-band"] .smn-c26c11 {
    color: var(--smn-masthead-wordmark);
    font-size: clamp(1.35rem, 2.6vw, 2.1rem);
    line-height: 1;
    white-space: nowrap;
}
.smn-cccffc[data-layout="horizontal-bar"] .smn-8ee05a,
.smn-cccffc[data-layout="split-band"] .smn-8ee05a { max-height: 40px; }
/* nav: inline, no full-width borders, signature-driven case/tracking/weight */
.smn-cccffc[data-layout="horizontal-bar"] .smn-2a7f62,
.smn-cccffc[data-layout="split-band"] .smn-2a7f62 { border: 0; flex: 0 1 auto; }
.smn-cccffc[data-layout="horizontal-bar"] .smn-e1cf88,
.smn-cccffc[data-layout="split-band"] .smn-e1cf88 { flex: initial; justify-content: flex-end; gap: 1.6rem; }
.smn-cccffc[data-layout="horizontal-bar"] .smn-e1cf88 li a,
.smn-cccffc[data-layout="split-band"] .smn-e1cf88 li a {
    padding: 0.35rem 0;
    font-size: 0.76rem;
    color: inherit;
    text-transform: var(--smn-masthead-nav_case);
    letter-spacing: var(--smn-masthead-nav_tracking);
    font-weight: var(--smn-masthead-nav_weight);
}
.smn-cccffc[data-layout="horizontal-bar"] .smn-e1cf88 li a::after,
.smn-cccffc[data-layout="split-band"] .smn-e1cf88 li a::after { bottom: 0; }
@media (max-width: 720px) {
    .smn-0d987b { flex-wrap: wrap; gap: 1rem; padding: 0.8rem 1.25rem; }
    .smn-cccffc[data-layout="horizontal-bar"] .smn-e1cf88,
    .smn-cccffc[data-layout="split-band"] .smn-e1cf88 { justify-content: flex-start; }
}

.smn-f31f95 { max-width: var(--smn-grid-max); margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.smn-f31f95 > section { margin: var(--smn-space-section) 0; }
.smn-f31f95 > section:first-child { margin-top: 1.5rem; }
@media (max-width: 720px) { .smn-f31f95 > section { margin: 2.5rem 0; } }

/* ─── shared section header — dot on a line ─────────────────── */
.smn-f9f56d {
    position: relative;
    font-family: var(--smn-type-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--smn-color-muted);
    margin: 0 0 1.75rem;
    padding-bottom: 1rem;
}
.smn-f9f56d::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0;
    height: 1px; background: var(--smn-color-rule);
}
.smn-f9f56d::before {
    content: ""; position: absolute; left: 0; bottom: -3.5px;
    width: 8px; height: 8px;
    background: var(--smn-color-accent); border-radius: 50%;
    z-index: 1;
}

/* ─── hero-1: lead + sidebar stack ─────────────────────────── */
.smn-dcfd76 { display: grid; grid-template-columns: var(--smn-grid-hero); gap: 3rem; }
@media (max-width: 880px) { .smn-dcfd76 { grid-template-columns: 1fr; gap: 2rem; } }
.smn-518a3b { display: block; }
.smn-d99658 { aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 1.5rem; background: var(--smn-color-wash); }
.smn-d99658 img,
.smn-d99658 > div { width: 100%; height: 100%; object-fit: cover; }
.smn-d953a1 { display: inline-block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.7rem; font-weight: 600; }
.smn-8f8cf1 { font-family: var(--smn-type-heading); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 0.8rem; font-weight: 600; }
.smn-c87670 { color: var(--smn-color-muted); font-size: 1.1rem; line-height: 1.55; max-width: 56ch; margin: 0; }
.smn-31a8eb { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.4rem; border-top: 1px solid var(--smn-color-rule); padding-top: 1rem; }
.smn-d9ba10 { padding-bottom: 1.4rem; border-bottom: 1px solid var(--smn-color-rule); }
.smn-d9ba10:last-child { border-bottom: 0; padding-bottom: 0; }
.smn-f70d24 { display: grid; grid-template-columns: 88px 1fr; gap: 1rem; align-items: start; }
.smn-635d33 { display: block; }
.smn-635d33 > div,
.smn-635d33 img { width: 88px; height: 88px; object-fit: cover; }
.smn-4557e3 { display: block; }
.smn-3e9157 { display: block; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.3rem; font-weight: 600; }
.smn-918703 { font-family: var(--smn-type-heading); font-size: 1.05rem; line-height: 1.25; font-weight: 500; }

/* ─── hero-2: full-bleed billboard ─────────────────────────── */
.smn-56eb6d { margin-bottom: 0; }
.smn-34b3be { display: block; position: relative; overflow: hidden; }
.smn-5b6429 { aspect-ratio: 16 / 7; overflow: hidden; background: var(--smn-color-wash); position: relative; }
.smn-5b6429 > div, .smn-5b6429 img { width: 100%; height: 100%; object-fit: cover; }
.smn-5b6429::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    pointer-events: none;
}
.smn-034b28 {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: clamp(1.25rem, 4vw, 3rem);
    color: #fff;
    z-index: 1;
}
.smn-683f56 { display: inline-block; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.6rem; font-weight: 600; }
.smn-c1d202 { font-family: var(--smn-type-heading); font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 0.6rem; font-weight: 600; max-width: 22ch; color: #fff; }
.smn-ababbd { font-size: 1.05rem; line-height: 1.5; max-width: 56ch; margin: 0; color: rgba(255,255,255,0.9); }
@media (max-width: 720px) { .smn-5b6429 { aspect-ratio: 4 / 5; } }

/* ─── hero-3: split 2-up ───────────────────────────────────── */
.smn-3bb1d0 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
@media (max-width: 720px) { .smn-3bb1d0 { grid-template-columns: 1fr; gap: 2.5rem; } }
.smn-5d24f8 { display: block; }
.smn-253970 { aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 1.25rem; background: var(--smn-color-wash); }
.smn-253970 > div, .smn-253970 img { width: 100%; height: 100%; object-fit: cover; }
.smn-577755 { display: inline-block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--smn-color-accent); font-weight: 600; }
.smn-3ed67e { font-family: var(--smn-type-heading); font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.15; letter-spacing: -0.01em; margin: 0.5rem 0 0.6rem; font-weight: 600; }
.smn-294724 { color: var(--smn-color-muted); font-size: 1rem; line-height: 1.55; margin: 0; }

/* ─── hero-4: lead + numbered headlines ────────────────────── */
.smn-af70e8 { display: grid; grid-template-columns: 1.6fr 1fr; gap: 3rem; align-items: start; }
@media (max-width: 880px) { .smn-af70e8 { grid-template-columns: 1fr; } }
.smn-c572d2 { display: block; }
.smn-c7fc64 { aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 1.4rem; background: var(--smn-color-wash); }
.smn-c7fc64 > div, .smn-c7fc64 img { width: 100%; height: 100%; object-fit: cover; }
.smn-73978c { display: inline-block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.7rem; font-weight: 600; }
.smn-cb8810 { font-family: var(--smn-type-heading); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 0.7rem; font-weight: 600; }
.smn-2f0786 { color: var(--smn-color-muted); font-size: 1.05rem; line-height: 1.55; max-width: 56ch; margin: 0; }
.smn-2fb156 { list-style: none; margin: 0; padding: 0; counter-reset: hero-num; border-top: 1px solid var(--smn-color-rule); }
.smn-3f7330 { border-bottom: 1px solid var(--smn-color-rule); }
.smn-22be0b { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: baseline; padding: 1rem 0; }
.smn-7efd36 { font-family: var(--smn-type-heading); font-size: 1.6rem; line-height: 1; color: var(--smn-color-muted); font-weight: 400; font-variant-numeric: tabular-nums; }
.smn-3d9165 { font-family: var(--smn-type-heading); font-size: 1.15rem; line-height: 1.25; font-weight: 500; }

/* ─── card-grid-2 (Latest, large cards) ────────────────────── */
.smn-b64d70 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
@media (max-width: 720px) { .smn-b64d70 { grid-template-columns: 1fr; gap: 2rem; } }
.smn-01998b { display: block; }
.smn-e00123 { aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 1rem; background: var(--smn-color-wash); }
.smn-e00123 > div, .smn-e00123 img { width: 100%; height: 100%; object-fit: cover; }
.smn-4b4f85 { display: inline-block; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.45rem; font-weight: 600; }
.smn-4fb8dc { font-family: var(--smn-type-heading); font-size: 1.5rem; line-height: 1.18; letter-spacing: -0.005em; margin: 0 0 0.5rem; font-weight: 600; }
.smn-198955 { color: var(--smn-color-muted); font-size: 0.98rem; line-height: 1.5; margin: 0; }

/* ─── card-grid-3 (Latest, standard) ───────────────────────── */
.smn-9d3219 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.25rem; }
@media (max-width: 880px) { .smn-9d3219 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .smn-9d3219 { grid-template-columns: 1fr; } }
.smn-f459b7 { display: block; }
.smn-094ca3 { aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 0.9rem; background: var(--smn-color-wash); }
.smn-094ca3 > div, .smn-094ca3 img { width: 100%; height: 100%; object-fit: cover; }
.smn-679c6c { display: inline-block; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.4rem; font-weight: 600; }
.smn-acc2eb { font-family: var(--smn-type-heading); font-size: 1.25rem; line-height: 1.22; margin: 0.2rem 0 0.5rem; font-weight: 600; }
.smn-87d217 { font-size: 0.75rem; color: var(--smn-color-muted); letter-spacing: 0.04em; }

/* ─── card-grid-4 (dense, image-on-top) ────────────────────── */
.smn-7c0984 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
@media (max-width: 880px) { .smn-7c0984 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .smn-7c0984 { grid-template-columns: 1fr; } }
.smn-63e33f { display: block; }
.smn-8cc7eb { aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 0.75rem; background: var(--smn-color-wash); }
.smn-8cc7eb > div, .smn-8cc7eb img { width: 100%; height: 100%; object-fit: cover; }
.smn-2daa01 { font-family: var(--smn-type-heading); font-size: 1.05rem; line-height: 1.25; margin: 0; font-weight: 500; }

/* ─── feature-strip (In Depth, magazine row) ───────────────── */
.smn-0e07e0 { font-family: var(--smn-type-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smn-color-muted); margin: 0 0 1.75rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--smn-color-rule); }
.smn-89dd46 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
@media (max-width: 880px) { .smn-89dd46 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .smn-89dd46 { grid-template-columns: 1fr; } }
.smn-8097cd { display: block; }
.smn-cd0c2c { aspect-ratio: 4 / 5; overflow: hidden; margin-bottom: 0.85rem; background: var(--smn-color-wash); }
.smn-cd0c2c > div, .smn-cd0c2c img { width: 100%; height: 100%; object-fit: cover; }
.smn-6a5acf { display: inline-block; font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smn-color-accent); font-weight: 600; }
.smn-bf4f5c { font-family: var(--smn-type-heading); font-size: 1.1rem; line-height: 1.22; margin: 0.35rem 0 0; font-weight: 500; }

/* ─── list-compact (More Reading, type-only) ───────────────── */
.smn-2b9e7e { font-family: var(--smn-type-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smn-color-muted); margin: 0 0 1.5rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--smn-color-rule); }
.smn-67e7c5 { margin: 0; }
.smn-67e7c5 dt { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--smn-color-muted); margin-top: 1.3rem; font-weight: 500; }
.smn-67e7c5 dt time { margin-right: 1rem; }
.smn-1ecd36 { color: var(--smn-color-accent); }
.smn-67e7c5 dd { margin: 0.35rem 0 1.3rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--smn-color-rule); }
.smn-67e7c5 dd a { font-family: var(--smn-type-heading); font-size: 1.5rem; line-height: 1.22; font-weight: 500; }

/* ─── archive-strip (From the Archive) ─────────────────────── */
.smn-20c822 { font-family: var(--smn-type-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smn-color-muted); margin: 0 0 1.5rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--smn-color-rule); }
.smn-80bcaa { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 720px) { .smn-80bcaa { grid-template-columns: repeat(2, 1fr); } }
.smn-a0a725 { display: grid; grid-template-columns: 1fr; gap: 0.6rem; }
.smn-642bd6 { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--smn-color-wash); }
.smn-642bd6 > div, .smn-642bd6 img { width: 100%; height: 100%; object-fit: cover; }
.smn-b59f89 { font-family: var(--smn-type-heading); font-size: 0.98rem; line-height: 1.25; font-weight: 500; }

/* ─── editor-pick ──────────────────────────────────────────── */
.smn-e18bf1 { padding: 3rem 0; border-top: 2px solid var(--smn-color-ink); border-bottom: 2px solid var(--smn-color-ink); max-width: 720px; margin-left: auto; margin-right: auto; }
.smn-2d0250 { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smn-color-muted); margin: 0 0 1.25rem; font-weight: 600; }
.smn-dd90db { margin: 0; font-family: var(--smn-type-heading); font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.18; letter-spacing: -0.01em; max-width: 26ch; font-weight: 500; }
.smn-b56278 { color: var(--smn-color-accent); margin-right: 0.2em; font-weight: 600; }
.smn-2209b4 { margin: 1.25rem 0 0; font-size: 0.85rem; color: var(--smn-color-muted); letter-spacing: 0.04em; }

/* ─── single article body ──────────────────────────────────── */
.smn-3a623e { max-width: var(--smn-type-measure); margin: 2.5rem auto; }
.smn-294b2c { display: inline-block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--smn-color-accent); margin-bottom: 0.85rem; font-weight: 600; }
.smn-7836f6 { font-family: var(--smn-type-heading); font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 0.8rem; font-weight: 600; }
.smn-089f46 { font-size: 1.25rem; line-height: 1.5; color: var(--smn-color-muted); margin: 0 0 1.25rem; max-width: 60ch; }
.smn-7394b6 { font-size: 0.85rem; color: var(--smn-color-muted); display: flex; gap: 1.25rem; flex-wrap: wrap; padding-bottom: 1rem; border-bottom: 1px solid var(--smn-color-rule); letter-spacing: 0.02em; }
.smn-9ee213 { margin: 2rem 0; }
.smn-cd60a9 { width: 100%; height: auto; }
.smn-ae305f { font-size: 0.82rem; color: var(--smn-color-muted); margin-top: 0.5rem; font-style: italic; }
.smn-832da1 { font-size: 1.1rem; line-height: 1.78; }
.smn-832da1 p { margin: 1.4rem 0; }
.smn-832da1 h2 { font-family: var(--smn-type-heading); font-size: 1.85rem; margin: 2.4rem 0 0.8rem; line-height: 1.18; font-weight: 600; }
.smn-832da1 h3 { font-family: var(--smn-type-heading); font-size: 1.4rem; margin: 1.75rem 0 0.5rem; font-weight: 600; }

/* ─── category archive ─────────────────────────────────────── */
.smn-6beda3 { padding-top: 1rem; }
.smn-7a980d { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smn-color-muted); margin: 0; font-weight: 600; }
.smn-1eef95 { font-family: var(--smn-type-heading); font-size: clamp(2.2rem, 4.5vw, 3.5rem); line-height: 1.08; letter-spacing: -0.02em; margin: 0.4rem 0 1.2rem; font-weight: 600; }
.smn-aa317d { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.25rem; margin: 2rem 0; }
@media (max-width: 880px) { .smn-aa317d { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .smn-aa317d { grid-template-columns: 1fr; } }
.smn-a48739 { aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 0.9rem; background: var(--smn-color-wash); }
.smn-a48739 > div, .smn-a48739 img { width: 100%; height: 100%; object-fit: cover; }
.smn-c40448 { font-family: var(--smn-type-heading); font-size: 1.25rem; line-height: 1.22; margin: 0 0 0.4rem; font-weight: 600; }
.smn-bea33c { font-size: 0.95rem; color: var(--smn-color-muted); margin: 0 0 0.4rem; line-height: 1.5; }
.smn-3edb27 { font-size: 0.75rem; color: var(--smn-color-muted); letter-spacing: 0.04em; }

/* ─── WP Pages (Privacy/TOS/Contact) ───────────────────────── */
.smn-750021 { max-width: var(--smn-type-measure); margin: 2.5rem auto; }
.smn-62fabd { font-family: var(--smn-type-heading); font-size: clamp(2.2rem, 4.5vw, 3.2rem); line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 1.5rem; font-weight: 600; }
.smn-105ff2 { font-size: 1.05rem; line-height: 1.72; }
.smn-105ff2 h2 { font-family: var(--smn-type-heading); font-size: 1.6rem; margin: 1.9rem 0 0.6rem; font-weight: 600; }
.smn-105ff2 h3 { font-family: var(--smn-type-heading); font-size: 1.25rem; margin: 1.4rem 0 0.5rem; font-weight: 600; }

/* ─── 404 ──────────────────────────────────────────────────── */
.smn-919e9a { max-width: 50ch; margin: 6rem auto; text-align: center; padding: 0 1rem; }
.smn-4de642 { font-family: var(--smn-type-heading); font-size: clamp(2.5rem, 5vw, 4rem); margin: 0 0 1rem; font-weight: 600; }
.smn-becc57 { color: var(--smn-color-muted); font-size: 1.1rem; margin: 0 0 1.5rem; }
.smn-3a4cbc { display: inline-block; border: 1px solid var(--smn-color-ink); padding: 0.85rem 1.4rem; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.smn-3a4cbc:hover { background: var(--smn-color-ink); color: var(--smn-color-paper); }

/* ─── search ───────────────────────────────────────────────── */
.smn-646554 { max-width: 720px; margin: 2.5rem auto; padding: 0 1rem; }
.smn-6eb4d5 { font-family: var(--smn-type-heading); font-size: 2.2rem; margin: 0 0 1.5rem; font-weight: 600; }
.smn-4827d2 { padding: 1.1rem 0; border-bottom: 1px solid var(--smn-color-rule); }
.smn-6c6b28 { font-family: var(--smn-type-heading); font-size: 1.3rem; margin: 0 0 0.4rem; font-weight: 500; }
.smn-da1263 { color: var(--smn-color-muted); margin: 0; line-height: 1.55; }

/* ─── share bar ────────────────────────────────────────────── */
.smn-e3bae1 { display: flex; align-items: center; gap: 1rem; margin: 2.5rem 0; padding: 1rem 0; border-top: 1px solid var(--smn-color-rule); border-bottom: 1px solid var(--smn-color-rule); }
.smn-f9f4bd { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--smn-color-muted); font-weight: 600; }
.smn-7ee479 { list-style: none; margin: 0; padding: 0; display: flex; gap: 0.6rem; }
.smn-dc211f { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--smn-color-rule); color: var(--smn-color-ink); border-radius: var(--smn-radius-button); transition: all 0.18s ease; background: none; cursor: pointer; }
.smn-dc211f:hover { background: var(--smn-color-ink); color: var(--smn-color-paper); border-color: var(--smn-color-ink); }

/* ─── footer ───────────────────────────────────────────────── */
.smn-7e85f7 { margin-top: 4rem; padding: 3rem 1.5rem; border-top: 1px solid var(--smn-color-rule); background: var(--smn-color-wash); }
.smn-3342a3 { max-width: var(--smn-grid-max); margin: 0 auto; display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.smn-2bdec8 { font-family: var(--smn-type-heading); font-size: 1.6rem; font-weight: 600; }
.smn-71b178 { font-size: 0.82rem; color: var(--smn-color-muted); margin: 0.5rem 0 0; line-height: 1.5; }
.smn-c33dcb { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.75rem; flex-wrap: wrap; font-size: 0.85rem; }
.smn-c33dcb li a { letter-spacing: 0.02em; }

/* ─── universal card hover (data-zoom attribute) ───────────── */
[data-zoom] { overflow: hidden; }
[data-zoom] > * { transition: transform 0.7s cubic-bezier(.22,1,.36,1); will-change: transform; }
a:hover [data-zoom] > *,
button:hover [data-zoom] > * { transform: scale(1.05); }

a:has([data-zoom]) h2,
a:has([data-zoom]) h3 { transition: color 0.25s ease; }
a:has([data-zoom]):hover h2,
a:has([data-zoom]):hover h3 { color: var(--smn-color-accent); }

/* ─── article body drop-cap on first paragraph ─────────────── */
.smn-832da1 > p:first-of-type::first-letter {
    font-family: var(--smn-type-heading);
    float: left;
    font-size: 4.6rem;
    line-height: 0.88;
    margin: 0.45rem 0.55rem 0 0;
    font-weight: 600;
    color: var(--smn-color-accent);
}

/* ─── footer meta strip ─────────────────────────────────────── */
.smn-560b67 {
    max-width: var(--smn-grid-max); margin: 2.25rem auto 0;
    padding-top: 1.6rem;
    border-top: 1px solid var(--smn-color-rule);
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
    font-size: 0.74rem; color: var(--smn-color-muted); letter-spacing: 0.06em;
}
.smn-8c85b4 { letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }
.smn-8c85b4 span { color: var(--smn-color-accent); margin: 0 0.4em; }

/* ─── ad slots (invisible until populated) ─────────────────── */
.smn-6b488d, .smn-5b14e2, .smn-7bfc9a, .smn-3b329c, .smn-453aa2, .smn-53a3c0 { margin: 1.5rem auto; text-align: center; }
.smn-5b14e2 { position: sticky; bottom: 0; z-index: 50; background: var(--smn-color-paper); }
