:root {
  --ink: #17221f;
  --ink-soft: #43504c;
  --forest: #15231f;
  --forest-2: #203a32;
  --cream: #f2eee7;
  --paper: #fbfaf7;
  --copper: #b85f35;
  --copper-dark: #934523;
  --sage: #a9b6a7;
  --line: #d8d1c6;
  --white: #fff;
  --shadow: 0 24px 64px rgba(21, 35, 31, .1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: white; background: var(--forest); border-radius: .2rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 0 clamp(1.2rem, 5vw, 5.5rem); background: rgba(251, 250, 247, .94); border-bottom: 1px solid rgba(216, 209, 198, .8); backdrop-filter: blur(18px); }
.brand { display: flex; gap: .8rem; align-items: center; text-decoration: none; }
.brand-mark { display: inline-grid; width: 46px; height: 46px; place-items: center; color: white; background: var(--forest); font-family: var(--serif); font-size: .95rem; letter-spacing: .1em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 1rem; }
.brand-copy small { margin-top: .18rem; color: var(--copper); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.1rem, 3vw, 2.6rem); }
.site-header nav a { position: relative; color: var(--ink-soft); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-header nav a::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 2px; content: ""; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header nav a:hover::after, .site-header nav a[aria-current="page"]::after { transform: scaleX(1); }

.view { animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(6px); } }
.hero-shell { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .45fr); min-height: 650px; color: white; background: var(--forest); overflow: hidden; }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); }
.hero-copy::after { position: absolute; right: -14%; bottom: -30%; width: 420px; height: 420px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.eyebrow { margin: 0 0 1.2rem; color: var(--copper); font-size: .72rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.hero-copy .eyebrow { color: #dc936e; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.03; }
.hero-copy h1 { position: relative; z-index: 1; max-width: 850px; margin: 0; font-size: clamp(3.5rem, 7vw, 7.6rem); letter-spacing: -.055em; }
.hero-copy h1 em { color: #d99572; font-weight: 400; }
.hero-intro { position: relative; z-index: 1; max-width: 670px; margin: 2rem 0 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(1.12rem, 2vw, 1.45rem); line-height: 1.55; }
.hero-actions { position: relative; z-index: 1; display: flex; gap: 1.5rem; align-items: center; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 1.25rem; border: 0; border-radius: 2px; font-size: .75rem; font-weight: 850; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--copper); }
.button-primary:hover { background: var(--copper-dark); }
.text-link { color: var(--copper); font-size: .77rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-copy .text-link { color: white; }
.text-link span { display: inline-block; margin-left: .2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.issue-note { position: relative; display: flex; align-items: flex-end; gap: 1rem; padding: 0 clamp(1.5rem, 3vw, 3rem) 5rem; color: var(--forest); background: #d8c8b5; }
.issue-note::before { position: absolute; top: 0; left: 0; width: 100%; height: 52%; content: ""; background: linear-gradient(145deg, var(--copper), #7f3a24); clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); }
.issue-number { position: absolute; top: 2.2rem; left: 2rem; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(5rem, 9vw, 9rem); line-height: 1; }
.issue-note p { margin: 0; font-size: .68rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.issue-note strong { display: block; margin-top: .3rem; font-family: var(--serif); font-size: 1.15rem; line-height: 1.25; }

.featured-section, .home-index { max-width: 1320px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 3rem); }
.home-index { padding-top: 1rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); }
.section-heading .eyebrow { margin-bottom: .4rem; }
.section-heading h2 { margin: 0 0 1rem; font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.035em; }
.section-heading .text-link { margin-bottom: 1.2rem; }
.rule-label { margin-bottom: 1.2rem; color: var(--ink-soft); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.featured-card { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 430px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 5vw, 5rem); }
.featured-copy .card-topic { color: #e1a180; }
.featured-copy h3 { max-width: 720px; margin: .8rem 0 1rem; font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.04em; }
.featured-copy p { max-width: 640px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.15rem; }
.featured-copy .text-link { margin-top: 1.2rem; color: white; }
.featured-visual { position: relative; min-height: 360px; background: #bd6943; overflow: hidden; }
.featured-visual::before, .featured-visual::after { position: absolute; content: ""; border-radius: 50%; }
.featured-visual::before { top: 12%; left: 12%; width: 68%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 0 0 55px rgba(255,255,255,.08), 0 0 0 110px rgba(255,255,255,.04); }
.featured-visual::after { right: -4rem; bottom: -4rem; width: 18rem; height: 18rem; background: var(--forest-2); }
.visual-word { position: absolute; right: 1.5rem; bottom: 1.2rem; z-index: 1; color: white; font-family: var(--serif); font-size: clamp(4rem, 9vw, 8rem); font-style: italic; opacity: .9; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.post-card { position: relative; display: flex; min-height: 360px; flex-direction: column; padding: 1.65rem; border: 1px solid var(--line); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.post-card:hover { transform: translateY(-5px); border-color: #b9aa96; box-shadow: 0 18px 42px rgba(21, 35, 31, .09); }
.post-card::before { display: block; width: 2.7rem; height: 3px; margin-bottom: 2.5rem; content: ""; background: var(--copper); transition: width .25s ease; }
.post-card:hover::before { width: 5rem; }
.card-kicker { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem; color: var(--ink-soft); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-topic { color: var(--copper); font-weight: 850; }
.post-card h3 { margin: 1.5rem 0 .8rem; font-size: clamp(1.65rem, 2.4vw, 2.25rem); letter-spacing: -.025em; }
.post-card p { margin: 0 0 1.6rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1rem; line-height: 1.55; }
.post-card .text-link { margin-top: auto; }
.card-link { position: absolute; inset: 0; z-index: 1; }
.card-link:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.post-card .text-link { pointer-events: none; }
.positioning-strip { display: grid; grid-template-columns: 210px 1fr; gap: 2rem; align-items: center; padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 9vw, 10rem); color: white; background: var(--copper); }
.positioning-strip p { margin: 0; font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.positioning-strip blockquote { max-width: 950px; margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.7vw, 4rem); line-height: 1.15; }

.archive-hero { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 8rem); color: white; background: var(--forest); }
.archive-hero .eyebrow { color: #db956e; }
.archive-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(3.5rem, 8vw, 7.5rem); letter-spacing: -.055em; }
.archive-hero > p:last-child { max-width: 700px; margin: 1.5rem 0 0; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.2rem; }
.archive-shell { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); max-width: 1400px; margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.2rem, 5vw, 3rem); }
.filter-panel { align-self: start; position: sticky; top: 112px; }
.filter-group { padding: 0; margin: 0 0 2rem; border: 0; }
.filter-group label, .filter-group legend { display: block; margin-bottom: .8rem; color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.search-wrap { position: relative; }
.search-wrap input { width: 100%; height: 48px; padding: 0 3.4rem 0 .9rem; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; }
.search-wrap input:focus { outline: 2px solid var(--copper); outline-offset: 1px; }
.search-wrap button { position: absolute; right: .35rem; top: .35rem; height: 36px; padding: 0 .5rem; border: 0; color: var(--copper); background: transparent; font-size: .68rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.filter-list { display: grid; gap: .35rem; }
.filter-option { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: .5rem 0; border: 0; color: var(--ink-soft); background: transparent; text-align: left; cursor: pointer; }
.filter-option span:first-child { border-bottom: 1px solid transparent; }
.filter-option:hover span:first-child { border-color: currentColor; }
.filter-option[aria-pressed="true"] { color: var(--copper); font-weight: 800; }
.filter-count { color: #7e8783; font-size: .72rem; }
.reset-button { padding: .5rem 0; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.results-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); }
.results-header p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.05rem; }
.sort-control { color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sort-control select { margin-left: .5rem; padding: .45rem 1.8rem .45rem .5rem; border: 1px solid var(--line); color: var(--ink); background: white; }
.archive-results .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.no-results { padding: 5rem 2rem; border: 1px solid var(--line); text-align: center; }
.no-results h2 { margin: 0; font-size: 3rem; }
.no-results p:not(.eyebrow) { color: var(--ink-soft); }

.article-progress { position: fixed; top: 81px; right: 0; left: 0; z-index: 55; height: 3px; background: transparent; }
.article-progress span { display: block; width: 0; height: 100%; background: var(--copper); }
.article-topbar { display: flex; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 1.5rem clamp(1.2rem, 4vw, 2rem); }
.back-link, .copy-link { border: 0; color: var(--ink-soft); background: transparent; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.copy-link { color: var(--copper); }
.article-header { max-width: 1020px; margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) clamp(1.2rem, 5vw, 3rem) clamp(3rem, 5vw, 5rem); text-align: center; }
.article-meta { margin: 0 0 1.4rem; color: var(--copper); font-size: .72rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.article-header h1 { margin: 0; font-size: clamp(3.3rem, 7vw, 7rem); letter-spacing: -.055em; }
.article-deck { max-width: 760px; margin: 1.7rem auto 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.5; }
.byline { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2rem; text-align: left; }
.byline-monogram { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--forest); font-family: var(--serif); font-size: .78rem; }
.byline div { display: flex; flex-direction: column; line-height: 1.25; }
.byline strong { font-family: var(--serif); font-size: .92rem; }
.byline span:last-child { color: var(--ink-soft); font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 700px); gap: clamp(3rem, 8vw, 8rem); justify-content: center; padding: clamp(3rem, 7vw, 6rem) clamp(1.2rem, 6vw, 5rem); background: var(--cream); }
.article-aside { align-self: start; position: sticky; top: 120px; padding-top: .2rem; }
.article-aside .eyebrow { margin-bottom: 1rem; }
.article-aside ul { padding: 0; margin: 0; list-style: none; }
.article-aside li { padding: .8rem 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-family: var(--serif); font-size: .95rem; line-height: 1.35; }
.article-body { min-width: 0; }
.article-body > p:first-child::first-letter { float: left; margin: .15rem .55rem 0 0; color: var(--copper); font-family: var(--serif); font-size: 5.2rem; line-height: .78; }
.article-body p { margin: 0 0 1.55rem; color: #29332f; font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.25rem); line-height: 1.82; }
.article-body h2 { margin: 3.7rem 0 1.1rem; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.03em; }
.article-body blockquote { margin: 2.5rem 0; padding: .5rem 0 .5rem 1.7rem; border-left: 4px solid var(--copper); color: var(--forest); font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.25rem); font-style: italic; line-height: 1.35; }
.article-body .signal-box { margin: 2.5rem 0; padding: 1.7rem; color: white; background: var(--forest); }
.article-body .signal-box strong { display: block; margin-bottom: .6rem; color: #d99572; font-family: var(--sans); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.article-body .signal-box p { margin: 0; color: white; font-size: 1.05rem; }
.article-footer { max-width: 1180px; margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) clamp(1.2rem, 5vw, 3rem); }
.article-thesis { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-thesis span { color: var(--copper); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.article-thesis strong { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 500; }
.article-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.article-navigation a { min-height: 150px; padding: 1.5rem; border: 1px solid var(--line); text-decoration: none; transition: border-color .2s, background .2s; }
.article-navigation a:hover { border-color: var(--copper); background: #fff; }
.article-navigation a:last-child { text-align: right; }
.article-navigation small { display: block; margin-bottom: .5rem; color: var(--copper); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-navigation strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; line-height: 1.25; }

.site-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: 3.5rem clamp(1.2rem, 5vw, 5rem); color: rgba(255,255,255,.7); background: #0d1714; }
.site-footer > div { display: flex; align-items: center; gap: 1rem; }
.brand-mark-footer { color: var(--forest); background: #d5b49d; }
.site-footer p { max-width: 380px; margin: 0; font-family: var(--serif); font-size: .92rem; }
.footer-publication > div { display: flex; flex-direction: column; gap: .3rem; }
.footer-publication span:not(.brand-mark) { color: #d99572; font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ryl-signature { display: block; flex: 0 0 auto; border-radius: 50%; transition: transform .2s ease, opacity .2s ease; }
.ryl-signature:hover { transform: translateY(-3px); opacity: .9; }
.ryl-signature:focus-visible { outline: 3px solid #d99572; outline-offset: 4px; }
.ryl-signature img { display: block; width: 92px; height: 92px; object-fit: contain; }

@media (max-width: 960px) {
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; }
  .issue-note { min-height: 200px; padding-bottom: 2.5rem; }
  .issue-note::before { width: 42%; height: 100%; clip-path: polygon(0 0, 76% 0, 100% 100%, 0 100%); }
  .issue-number { top: 1.7rem; }
  .issue-note > div { margin-left: 42%; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 260px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-shell { grid-template-columns: 1fr; }
  .filter-panel { position: static; display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 1.2rem; align-items: start; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
  .filter-panel .reset-button { grid-column: 1 / -1; justify-self: start; }
  .article-layout { grid-template-columns: minmax(0, 700px); }
  .article-aside { position: static; padding-bottom: 1rem; }
  .article-aside ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; padding: 0 1rem; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { display: none; }
  .brand-copy small { margin: 0; }
  .site-header nav { gap: .9rem; }
  .site-header nav a { font-size: .64rem; }
  .site-header nav a:last-child { display: none; }
  .hero-copy { min-height: 530px; padding: 4.5rem 1.25rem; }
  .hero-copy h1 { font-size: clamp(3.2rem, 17vw, 5.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .issue-note { min-height: 160px; }
  .issue-note::before { width: 45%; }
  .issue-number { font-size: 5rem; }
  .issue-note > div { margin-left: 45%; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .section-heading .text-link, .rule-label { margin-bottom: 1rem; }
  .featured-copy { padding: 2rem 1.4rem; }
  .featured-copy h3 { font-size: 2.5rem; }
  .post-grid, .archive-results .post-grid { grid-template-columns: 1fr; }
  .post-card { min-height: 320px; }
  .positioning-strip { grid-template-columns: 1fr; gap: 1rem; }
  .filter-panel { grid-template-columns: 1fr 1fr; }
  .filter-panel .filter-group:first-child { grid-column: 1 / -1; }
  .results-header { align-items: flex-start; flex-direction: column; }
  .article-progress { top: 69px; }
  .article-topbar { padding: 1rem; }
  .article-header { padding-top: 2.2rem; }
  .article-header h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .article-layout { padding: 2.5rem 1.2rem; }
  .article-aside ul { grid-template-columns: 1fr; gap: 0; }
  .article-thesis { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .article-navigation { grid-template-columns: 1fr; }
  .article-navigation a:last-child { text-align: left; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .ryl-signature img { width: 78px; height: 78px; }
}

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