:root {
    --paper: #F3EDE2;
    --cocoa: #3D2B1F;
    --sage: #6F7F62;
    --blush: #D4A5A5;
    --line: rgba(61, 43, 31, .22);
    --muted: rgba(61, 43, 31, .68);
    --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --sans: 'Outfit', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--cocoa); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--sage); outline-offset: 4px; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.issue-strip { background: var(--cocoa); color: var(--paper); padding: .48rem clamp(1rem, 3vw, 3rem); display: flex; justify-content: space-between; gap: 1rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.masthead { max-width: 1240px; margin: auto; padding: 1.45rem clamp(1rem, 3vw, 3rem) 1.2rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.brand { font: 500 clamp(2.2rem, 5vw, 4.5rem)/.86 var(--display); letter-spacing: -.06em; }
.brand small { display: block; margin-top: .7rem; font: 600 .66rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--sage); }
.main-nav { display: flex; flex-wrap: wrap; gap: .9rem 1.35rem; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a { border-bottom: 1px solid transparent; padding-bottom: .25rem; }
.main-nav a:hover { border-color: var(--cocoa); }
.page-shell { max-width: 1240px; margin: auto; padding: clamp(2rem, 5vw, 4.8rem) clamp(1rem, 3vw, 3rem) 5rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--sage); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.display-title { margin: 0; font: 500 clamp(2.7rem, 7vw, 6.7rem)/.92 var(--display); letter-spacing: -.06em; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding-top: .9rem; margin: 4.5rem 0 1.5rem; }
.section-heading h2 { margin: 0; font: 500 clamp(1.8rem, 4vw, 3.4rem)/1 var(--display); letter-spacing: -.045em; }
.section-heading a { color: var(--sage); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.home-hero-band { position: relative; min-height: clamp(32rem, 72vh, 48rem); overflow: hidden; background: var(--cocoa); color: var(--paper); }
.home-hero-band::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32, 22, 16, .82) 0%, rgba(32, 22, 16, .32) 52%, rgba(32, 22, 16, .12) 100%); content: ''; pointer-events: none; }
.cover-art { position: absolute; inset: 0; display: block; overflow: hidden; background: var(--blush); }
.cover-art img, .story-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.home-hero-band .cover-art img { object-position: center 42%; }
.home-hero-band .cover-copy { position: absolute; z-index: 1; left: clamp(1.25rem, 5vw, 5rem); bottom: clamp(1.5rem, 5vw, 4.5rem); max-width: 36rem; }
.cover-copy h1 { margin: 0; font: 500 clamp(4.5rem, 13vw, 10rem)/.78 var(--display); letter-spacing: -.07em; }
.cover-dek { max-width: 34rem; margin: 1.25rem 0 0; color: rgba(243, 237, 226, .9); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.45; }
.cover-meta { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.4rem; padding-top: .8rem; border-top: 1px solid rgba(243, 237, 226, .42); color: rgba(243, 237, 226, .78); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.bento-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.story { min-width: 0; background: var(--paper); transition: transform .25s ease, opacity .25s ease; }
.story:hover { transform: translateY(-4px); opacity: .86; }
.bento-grid .story:first-child { grid-column: span 2; grid-row: span 2; }
.bento-grid .story:first-child .story-image { aspect-ratio: 1 / 1; }
.story-image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--blush); }
.story:hover img { transform: scale(1.025); }
.story-copy { padding: 1rem 1.1rem 1.25rem; }
.story-copy h3 { margin: .25rem 0 .55rem; font: 500 clamp(1.3rem, 2.4vw, 2.25rem)/1.02 var(--display); letter-spacing: -.04em; }
.story:not(.story--lead) .story-copy h3 { font-size: 1.45rem; }
.story-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.story-meta { color: var(--sage); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.note-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; margin-top: 4rem; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-band h2 { margin: 0; font: 500 clamp(1.8rem, 4vw, 3rem)/1 var(--display); letter-spacing: -.045em; }
.note-band p { max-width: 40rem; margin: 0; color: var(--muted); }
.archive-header { display: flex; justify-content: space-between; align-items: end; gap: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2rem; background: var(--line); border: 1px solid var(--line); }
.article-page { max-width: 920px; }
.article-header { border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
.article-header h1 { max-width: 820px; margin: .2rem 0 1rem; font: 500 clamp(3rem, 8vw, 7.3rem)/.9 var(--display); letter-spacing: -.07em; }
.article-dek { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.byline { margin-top: 1.4rem; color: var(--sage); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.article-hero { margin: 2rem 0 3rem; aspect-ratio: 16 / 9; overflow: hidden; background: var(--blush); }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 700px; margin: auto; font-family: var(--display); font-size: 1.25rem; line-height: 1.75; }
.article-body p:first-child { font-size: 1.55rem; line-height: 1.45; }
.simple-page { max-width: 760px; }
.simple-page h1 { margin: 0 0 1.2rem; font: 500 clamp(3rem, 8vw, 7rem)/.9 var(--display); letter-spacing: -.07em; }
.simple-page p { color: var(--muted); font-size: 1.1rem; }
.newsletter-form { display: flex; max-width: 38rem; margin-top: 2rem; border-bottom: 1px solid var(--cocoa); }
.newsletter-form input { flex: 1; border: 0; background: transparent; color: var(--cocoa); padding: .9rem 0; font: inherit; outline: 0; }
.newsletter-form button { border: 0; background: var(--sage); color: var(--paper); padding: 0 1.2rem; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.form-status { flex-basis: 100%; margin: .75rem 0 0; color: var(--muted); font-size: .78rem !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-footer { border-top: 1px solid var(--line); padding: 2.5rem clamp(1rem, 3vw, 3rem); }
.footer-inner { max-width: 1240px; margin: auto; display: flex; justify-content: space-between; gap: 2rem; color: var(--muted); font-size: .76rem; }
.footer-brand { color: var(--cocoa); font: 500 1.6rem var(--display); }
@media (max-width: 800px) { .masthead, .footer-inner, .archive-header { display: block; } .main-nav { margin-top: 1.25rem; } .bento-grid, .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bento-grid .story:first-child { grid-column: span 2; grid-row: span 1; } .bento-grid .story:first-child .story-image { aspect-ratio: 16 / 9; } }
@media (max-width: 520px) { .issue-strip { display: block; } .issue-strip span + span { display: block; margin-top: .3rem; } .bento-grid, .archive-grid { grid-template-columns: 1fr; } .bento-grid .story:first-child { grid-column: auto; } .bento-grid .story:first-child .story-image { aspect-ratio: 4 / 3; } .newsletter-form { display: block; border-bottom: 0; } .newsletter-form input, .newsletter-form button { width: 100%; border-bottom: 1px solid var(--cocoa); } .newsletter-form button { padding: .9rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
