.home-shell {
margin: 0rem;
}
.home-shell .masthead-grid {
display: grid;
grid-template-columns: minmax(11.25rem, 1fr) auto minmax(11.25rem, 1fr);
gap: 1.5rem;
align-items: end;
padding: 2.75rem 0 2.25rem;
border-bottom: 1px solid var(--line);
}
.home-shell .small-copy {
margin-top: 0.75rem;
max-width: 18.75rem;
font: 400 0.8125rem/1.7 var(--sans);
color: var(--muted);
}
.home-shell .masthead-wrap {
text-align: center;
}
.home-shell .masthead {
font-family: var(--serif);
font-size: clamp(4rem, 9vw, 6.6rem);
line-height: 0.84;
letter-spacing: -0.045em;
font-weight: 500;
}
.home-shell .tagline {
max-width: 40.625rem;
margin: 1.375rem auto 0;
font: 400 1.125rem/1.6 var(--serif);
font-style: italic;
color: var(--muted);
}
.home-shell .subscribe-btn {
justify-self: end;
align-self: center;
}
.home-shell .nav-home {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.625rem;
padding: 1rem 0;
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
font: 700 0.6875rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
}
.home-shell .hero {
display: grid;
grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.92fr);
gap: 2rem;
padding: 2.625rem 0;
border-bottom: 1px solid var(--line);
}
.home-shell .hero-main {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
min-height: 35rem;
overflow: hidden;
}
.home-shell .hero-image,
.archive-featured .featured-image {
min-height: 100%;
border-right: 0px solid var(--line);
margin: 0;
}
.home-shell .hero-copy {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 2.25rem;
}
.home-shell h1, .home-shell .hero-title {
margin: 0;
font-family: var(--serif);
font-size: clamp(2.8rem, 5.4vw, 2.8rem);
line-height: 1.1em !important;
letter-spacing: -0.03em;
font-weight: 500!important;
}
.home-shell .dek {
margin: 1.5rem 0 0;
font: 400 1.2rem/1.4 var(--serif);
color: var(--muted);
}
.home-masthead {
padding-top: 0;
}
.rail {
display: grid;
gap: 0;
border: 1px solid var(--line);
}
.rail-card {
padding: 1.75rem;
border-bottom: 1px solid var(--line);
background: var(--paper);
}
.rail-card:last-child {
border-bottom: none;
}
.rail-card:hover,
.pick:hover,
.feature:hover,
.ledger-row:hover {
background: rgba(0, 0, 0, 0.025);
}
.rail-card h2 {
margin: 1rem 0 0;
font-family: var(--serif);
font-size: 2.25rem;
line-height: 1;
letter-spacing: -0.02em;
font-weight: 500;
}
.rail-card p {
margin: 1rem 0 0;
font: 400 1.2rem/1.4 var(--serif);
color: var(--muted);
}
.status-bar {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
gap: 1.5rem;
align-items: center;
padding: 1.125rem 0;
border-bottom: 1px solid var(--line);
font: 700 0.6875rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--muted);
}
.status-bar .strong {
color: var(--ink);
padding-right: 1.375rem;
border-right: 1px solid var(--line);
}
.truncate {
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-style: italic;
font-family: var(--serif);
text-transform: none;
font-size: 1.0625rem;
letter-spacing: 0;
color: var(--ink);
}
.columns {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 2.625rem;
padding: 3.75rem 0;
content-visibility: auto;
contain-intrinsic-size: 0 520px;
background: var(--paper);
}
.column + .column {
border-left: 1px solid var(--line);
padding-left: 2.625rem;
}
.column-title,
.split-head .title,
.read-next-head,
.faq-header,
.archive-meta,
.masthead-col-title {
font: 700 0.6875rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--ink);
}
.column-title {
margin-bottom: 1.75rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--line-strong);
display: flex;
}
.story {
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
border-bottom: 1px solid var(--line);
}
.story:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.num {
margin-bottom: 0.75rem;
font: 700 0.625rem/1 var(--sans);
color: var(--muted);
letter-spacing: 0.12em;
}
.story h3,
.pick h3,
.feature h3,
.ledger-content h3 {
margin: 0;
font-family: var(--serif);
font-weight: 500;
letter-spacing: -0.01em;
}
.story h3 {
font-size: 1.75rem;
line-height: 1.08;
}
.story p,
.pick p,
.feature p,
.ledger-content p,
.featured-content p,
.tier-desc,
.directory-dept p,
.inquiry-box p,
.footer-copy,
.institutional-note,
.contact-dek,
.about-dek,
.archive-dek,
.article-dek,
.page-dek,
.subscribe-dek,
.legal-meta {
color: var(--muted);
}
.story p,
.pick p,
.feature p,
.ledger-content p,
.featured-content p,
.directory-dept p,
.inquiry-box p,
.contact-dek,
.about-dek,
.archive-dek {
font-family: var(--serif);
font-size: 1rem;
line-height: 1.4;
margin-bottom: 0;
}
.read-more {
display: inline-flex;
align-items: center;
gap: 0.4em;
margin-top: 1.25rem;
font: 400 0.5625rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.13em;
color: var(--ink);
text-decoration: underline;
text-decoration-thickness: 0px;
text-underline-offset: 5px;
}
.read-more::after {
content: '';
display: block;
width: 0.25rem;
height: 0.25rem;
border-right: 1px solid currentColor;
border-top: 1px solid currentColor;
transform: rotate(45deg);
flex-shrink: 0;
transition: transform 0.15s ease;
text-decoration: none;
}
.read-more:hover::after {
transform: rotate(45deg) translate(2px, -2px);
}
.split-head {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
border-bottom: 1px solid var(--line-strong);
padding-bottom: 1rem;
margin-bottom: 1.75rem;
}
.split-head a {
font: 700 0.625rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--muted);
border-bottom: 1px solid transparent;
}
.split-head a:hover {
color: var(--ink);
border-color: var(--ink);
}
.pick-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
}
.pick {
padding: 1.75rem;
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
}
.single .pick {
padding: 1.75rem;
border: 1px solid var(--line);
}
.pick h3 {
margin-top: 1rem;
font-size: 1.625rem;
line-height: 1.1;
}
.pick strong {
font-size: 0.7rem;
font-weight: 500;
}
.weekend {
padding: 4.5rem 0;
content-visibility: auto;
contain-intrinsic-size: 0 480px;
background: var(--paper);
}
.weekend-head {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.5rem;
border-bottom: 1px solid var(--line-strong);
padding-bottom: 1.375rem;
margin-bottom: 2.25rem;
}
.weekend-head h2 {
margin: 1rem 0 0;
font-family: var(--serif);
font-size: clamp(1.6rem, 3.2vw, 1.6rem); line-height: 0.92;
letter-spacing: -0.03em;
font-weight: 500;
}
.weekend-note {
max-width: 26.25rem;
font: 400 0.9375rem/1.7 var(--sans);
color: var(--muted);
text-align: right;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.625rem;
}
.feature {
border: 1px solid var(--line);
background: var(--paper);
overflow: hidden;
}
.feature .read-more {
margin: 0rem 1rem 2rem 1rem;
}
.feature-head {
padding: 1rem 0;
}
.thumb {
aspect-ratio: 4/3;
background: #ececec;
border-bottom: 1px solid var(--line);
filter: grayscale(100%);
background-size: cover;
background-position: center;
}
.weekend .feature-copy {
padding: 1rem;
}
.feature-top {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.125rem;
}
.pick .feature-top {
margin-bottom: 0rem;
}
.feature-top .count {
font: 700 0.625rem/1 var(--sans);
color: var(--muted);
letter-spacing: 0.12em;
}
.feature h3 {
font-size: 1.875rem;
line-height: 1.04;
}
.feature-head h2 {
display: flex;
align-items: center;
gap: 0.45rem;
font-family: var(--serif);
font-size: 1.8rem;
line-height: 2rem;
font-weight: 500;
}
.feature-link-wrap {
display: block;
color: inherit;
text-decoration: none;
}
.editor-row {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 2.625rem;
padding: 3.75rem 0;
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
content-visibility: auto;
contain-intrinsic-size: 0 400px;
background: var(--paper);
}
.editor-note {
background: var(--dark);
color: var(--paper);
padding: 3.25rem 2.75rem;
min-height: 100%;
}
.editor-note .eyebrow {
color: rgba(255, 255, 255, 0.9);
font: 400 1rem/1 var(--sans);
letter-spacing: 0.03rem;
padding-bottom: 1rem;
border-bottom: 1px solid #333;
}
.editor-note h2 {
margin: 1.5rem 0 0;
font-family: var(--serif);
font-size: 2.3rem;
line-height: 1.1;
letter-spacing: -0.02em;
font-weight: 500;
}
.editor-note p {
margin: 1.5rem 0 0;
max-width: 90%;
font: 400 1rem/1.75 var(--sans);
color: rgba(255, 255, 255, 0.9);
}
.editor-note .quote-school {
margin: 2rem 0 0;
font: 400 0.7625rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.1em;
color: rgba(255, 255, 255, 0.45);
max-width: 100%;
}
.editor-note .quote-attribution {
margin: 1.625rem 0 0;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.18);
font: 500 1.1rem/1 var(--serif);
font-style: italic;
text-transform: capitalize;
letter-spacing: 0;
color: rgba(255, 255, 255, 0.65);
max-width: 100%;
}
.meta {
margin-top: 1.75rem;
padding-top: 1rem;
border-top: 1px solid var(--line);
font: 400 0.49rem/1.5 var(--sans);
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--muted);
}
.meta strong {
color: var(--muted);
font-weight: 500;
font-size: 0.49rem;
letter-spacing: 0.03rem;
}
.ledger {
padding: 0;
margin: 0 0rem;
list-style: none;
}
.ledger-row {
display: grid;
grid-template-columns: 13.5rem minmax(0, 1fr);
gap: 2rem;
align-items: start;
padding: 2.5rem 0em;
border-bottom: 1px solid var(--line);
}
.ledger-row--no-thumb .ledger-content {
grid-column: 1 / -1;
}
.ledger-thumb {
margin: 0;
line-height: 0;
}
.ledger-thumb a {
display: block;
overflow: hidden;
}
.ledger-thumb img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
display: block;
transition: transform 0.28s ease;
filter: grayscale(1);
}
.ledger-row:hover .ledger-thumb img {
transform: scale(1.03);
}
.ledger-row:hover h3 {
color: var(--muted);
}
.ledger-date {
display: block;
font: 700 0.625rem/1.5 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--muted);
margin-bottom: 0.5rem;
}
.ledger-content h3 {
margin: 0 0 1rem;
font-size: 2.25rem;
line-height: 1.05;
}
.ledger-author {
font: 700 0.625rem/1.3 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--ink);
text-align: right;
}
.ledger-volume {
color: var(--line-strong);
}
.go-to-top {
position: fixed;
bottom: 1.75rem;
right: 1.75rem;
z-index: 200;
display: flex;
align-items: center;
justify-content: center;
width: 2.25rem;
height: 2.25rem;
background: var(--ink);
color: var(--paper);
border: none;
cursor: pointer;
border-radius: 2px;
opacity: 0.8;
transition: opacity 0.2s, transform 0.2s;
}
.go-to-top:hover {
opacity: 1;
transform: translateY(-2px);
}
.go-to-top[hidden] {
display: none !important;
}
html[data-theme="dark"] .panel,
html[data-theme="dark"] .feature,
html[data-theme="dark"] .rail-card,
html[data-theme="dark"] .pick,
html[data-theme="dark"] .tier-action {
background: #090909;
color: var(--ink);
}
html[data-theme="dark"] .rail-card:hover,
html[data-theme="dark"] .pick:hover,
html[data-theme="dark"] .feature:hover,
html[data-theme="dark"] .ledger-row:hover,
html[data-theme="dark"] .tier:hover {
background: #0d0d0d;
}
html[data-theme="dark"] .editor-note {
background: #0b0b0b;
color: rgba(255, 255, 255, 0.88);
}
html[data-theme="dark"] .editor-note h2,
html[data-theme="dark"] .editor-note .eyebrow,
html[data-theme="dark"] .editor-note p {
color: inherit;
}
html[data-theme="dark"] .go-to-top {
background: var(--paper);
color: var(--ink);
}
html[data-theme="dark"] .thumb,
html[data-theme="dark"] .hero-image.is-placeholder,
html[data-theme="dark"] .feature-image.is-placeholder {
background: #1a1a1a;
}
.archive-header {
padding-top: 4.5rem;
padding-bottom: 3.5rem;
border-bottom: 1px solid var(--line-strong);
text-align: center;
}
.archive-title {
margin: 0 auto;
font-family: var(--serif);
font-weight: 500!important;
font-size: clamp(4rem, 10vw, 7.5rem);
line-height: 0.85;
letter-spacing: -0.04em;
}
.archive-dek {
margin: 1.75rem auto 0;
max-width: 38.75rem;
font: 400 1.25rem/1.6 var(--serif);
font-style: italic;
color: var(--muted);
}
.archive-meta {
margin-top: 2.5rem;
font: 700 0.6875rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--ink);
}
.archive-featured {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
gap: 2.625rem;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
border-bottom: 1px solid var(--line-strong);
}
.archive-featured .featured-image {
aspect-ratio: 4/3;
border: 0px solid var(--line);
}
.featured-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.featured-content h2 {
margin: 0;
font-family: var(--serif);
font-size: clamp(2.7rem, 5vw, 3.5rem);
line-height: 0.95;
letter-spacing: -0.02em;
font-weight: 500;
padding-top: 0.8rem;
}
.featured-content .author {
margin-top: 1.75rem;
padding-top: 1.25rem;
border-top: 1px solid var(--line);
font: 500 0.49rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.03em;
color: var(--ink);
}
.pagination {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1.125rem;
padding: 3.5rem 0 6.875rem;
font: 700 0.6875rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.2em;
}
.page-numbers {
display: flex;
flex-wrap: wrap;
gap: 0.875rem 1.375rem;
}
.page-numbers .current {
color: var(--ink);
border-bottom: 1px solid var(--ink);
padding-bottom: 0.25rem;
}
.page-numbers ul {
display: flex;
flex-wrap: wrap;
gap: 0.875rem 1.375rem;
list-style: none;
margin: 0;
padding: 0;
}
.page-nav.disabled {
opacity: 0.3;
pointer-events: none;
border-color: var(--line);
}
.error-main {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 7.5rem 1.25rem;
min-height: 70vh;
}
.error-code {
margin: 0;
font-family: var(--serif);
font-size: clamp(7rem, 20vw, 15rem);
line-height: 0.8;
letter-spacing: -0.05em;
font-weight: 400;
}
.error-eyebrow {
font: 700 0.6875rem/1 var(--sans);
text-transform: uppercase;
letter-spacing: 0.28em;
color: var(--muted);
margin-top: 2.5rem;
display: block;
}
.error-dek {
margin: 1.375rem auto 2.625rem;
max-width: 25rem;
font: 400 1.375rem/1.6 var(--serif);
font-style: italic;
color: var(--muted);
}
.site-main--archive .ledger {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0 2.5rem;
margin-top: 2.5rem;
}
.site-main--archive .ledger-row {
display: flex;
flex-direction: column;
padding: 1.75rem 0 2rem;
border-bottom: none;
border-top: 1px solid var(--line);
grid-template-columns: unset;
align-items: unset;
gap: 0;
}
.site-main--archive .ledger-thumb {
width: 100%;
margin-bottom: 1rem;
}
.site-main--archive .ledger-thumb img {
aspect-ratio: 16 / 9;
}
.site-main--archive .ledger-content {
flex: 1;
display: flex;
flex-direction: column;
}
.site-main--archive .ledger-row--no-thumb .ledger-content {
grid-column: auto;
}
.site-main--archive .ledger-content h3 {
font-size: 1.75rem;
margin-bottom: 0.75rem;
}
.search-filters { display: flex; gap: 1.5rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 0.75rem; }
.search-filter { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); opacity: 0.45; text-decoration: none; padding-bottom: 0.5rem; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.search-filter.is-active { opacity: 1; border-bottom-color: var(--ink); }
