
:root {
  --bg: #f3f0e9;
  --surface: #fbfaf6;
  --ink: #11110f;
  --muted: #69675f;
  --line: #d8d3c7;
  --accent: #ff5c35;
  --accent-soft: #ffd9ce;
  --shadow: 0 16px 50px rgba(29, 27, 22, .08);
  --radius: 22px;
  --max: 1220px;
}
[data-theme="dark"] {
  --bg: #11110f;
  --surface: #181816;
  --ink: #f5f1e8;
  --muted: #aaa79e;
  --line: #36342e;
  --accent-soft: #54281d;
  --shadow: 0 18px 55px rgba(0,0,0,.25);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: #fff; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 999; background: var(--ink); color: var(--bg); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s; }
.site-header.scrolled { border-color: var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; font-size: 1.06rem; }
.brand-mark { width: 34px; height: 34px; border: 2px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; padding: 5px; gap: 3px; transform: rotate(-2deg); }
.brand-mark i { background: var(--ink); display: block; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { background: var(--accent); }
.nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 700; }
.nav a { color: var(--muted); transition: color .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.menu-button { display: none; }
.hero { padding: 86px 0 44px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 58px; align-items: end; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 22px 0 28px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3.5rem, 7.5vw, 7.5rem); line-height: .91; letter-spacing: -.07em; max-width: 980px; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero-copy { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); max-width: 570px; }
.hero-note { border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: .9rem; }
.hero-note strong { display: block; color: var(--ink); font-size: 1.08rem; margin-bottom: 5px; }
.mast-rule { margin-top: 60px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-top: 14px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.featured { padding: 38px 0 74px; }
.feature-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 510px; border-radius: var(--radius); overflow: hidden; background: var(--ink); color: var(--bg); box-shadow: var(--shadow); }
.feature-visual { position: relative; padding: 36px; overflow: hidden; background: #ff5c35; color: #11110f; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-visual::before, .feature-visual::after { content: ""; position: absolute; border: 2px solid currentColor; border-radius: 50%; opacity: .55; }
.feature-visual::before { width: 370px; height: 370px; right: -100px; top: -70px; }
.feature-visual::after { width: 220px; height: 220px; right: 50px; bottom: -110px; }
.visual-index { font-family: Georgia, serif; font-size: 7rem; line-height: 1; letter-spacing: -.07em; position: relative; z-index: 1; }
.visual-label { font-weight: 900; text-transform: uppercase; max-width: 170px; line-height: 1.1; position: relative; z-index: 1; }
.feature-copy { padding: clamp(35px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.kicker { color: var(--accent); text-transform: uppercase; letter-spacing: .11em; font-weight: 900; font-size: .73rem; }
.feature-copy h2 { font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: .98; letter-spacing: -.055em; margin: 20px 0 22px; font-weight: 500; }
.feature-copy p { color: color-mix(in srgb, var(--bg) 68%, transparent); max-width: 540px; }
.read-link { margin-top: 20px; display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.read-link span { transition: transform .2s; }
.read-link:hover span { transform: translateX(5px); }
.section { padding: 74px 0; }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 32px; }
.section-head h2 { font-family: Georgia, serif; font-size: clamp(2.1rem, 4.5vw, 4rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; margin-bottom: 0; }
.section-head p { max-width: 430px; color: var(--muted); margin-bottom: 0; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); padding: 9px 15px; cursor: pointer; font-weight: 750; font-size: .85rem; }
.filter-button.active, .filter-button:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; min-height: 390px; padding: 24px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.card-index { font-family: Georgia, serif; color: var(--accent); font-size: 3.9rem; line-height: 1; margin: 55px 0 18px; }
.article-card h3 { font-family: Georgia, serif; font-weight: 500; letter-spacing: -.035em; font-size: 1.65rem; line-height: 1.08; }
.article-card p { color: var(--muted); font-size: .92rem; }
.card-meta { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: .76rem; font-weight: 700; }
.categories { background: var(--ink); color: var(--bg); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid color-mix(in srgb, var(--bg) 20%, transparent); border-left: 1px solid color-mix(in srgb, var(--bg) 20%, transparent); }
.category-item { min-height: 260px; padding: 28px; border-right: 1px solid color-mix(in srgb, var(--bg) 20%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--bg) 20%, transparent); display: flex; flex-direction: column; justify-content: space-between; }
.category-item span { color: var(--accent); font-family: Georgia, serif; font-size: 3.8rem; }
.category-item h3 { font-size: 1.15rem; text-transform: uppercase; letter-spacing: .08em; }
.category-item p { color: color-mix(in srgb, var(--bg) 65%, transparent); font-size: .9rem; }
.manifesto { padding: 95px 0; }
.manifesto-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.manifesto h2 { font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.06em; font-weight: 500; }
.manifesto-copy { font-family: Georgia, serif; font-size: clamp(1.45rem, 2.6vw, 2.55rem); line-height: 1.3; letter-spacing: -.025em; }
.manifesto-copy strong { color: var(--accent); font-weight: 500; }
.newsletter { padding: 0 0 90px; }
.newsletter-box { background: var(--accent); color: #11110f; border-radius: var(--radius); padding: clamp(35px, 6vw, 75px); display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: center; }
.newsletter-box h2 { font-family: Georgia, serif; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .95; letter-spacing: -.055em; font-weight: 500; margin-bottom: 18px; }
.newsletter-form { display: flex; gap: 8px; background: #fff4ef; padding: 7px; border-radius: 999px; }
.newsletter-form input { min-width: 0; flex: 1; border: 0; outline: none; background: transparent; padding: 10px 14px; color: #11110f; }
.newsletter-form button { border: 0; border-radius: 999px; padding: 12px 19px; background: #11110f; color: #fff; cursor: pointer; font-weight: 850; }
.form-note { font-size: .78rem; margin-top: 10px; min-height: 1.3em; }
.site-footer { border-top: 1px solid var(--line); padding: 36px 0 45px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.footer-brand { font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 4.2rem); letter-spacing: -.06em; line-height: 1; }
.footer-meta { text-align: right; color: var(--muted); font-size: .82rem; }
.footer-meta a { text-decoration: underline; text-underline-offset: 4px; }

/* Article */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--accent); width: 0; z-index: 100; }
.article-hero { padding: 85px 0 60px; border-bottom: 1px solid var(--line); }
.article-shell { width: min(calc(100% - 40px), 980px); margin-inline: auto; }
.article-label { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 850; }
.article-hero h1 { font-family: Georgia, serif; font-size: clamp(3.1rem, 7vw, 7rem); line-height: .92; letter-spacing: -.07em; font-weight: 500; margin: 30px 0; }
.article-dek { font-family: Georgia, serif; font-size: clamp(1.3rem, 2.3vw, 2rem); line-height: 1.35; color: var(--muted); max-width: 850px; }
.article-meta { display: flex; gap: 16px; margin-top: 38px; color: var(--muted); font-size: .85rem; }
.article-number { margin-top: 55px; font-family: Georgia, serif; font-size: clamp(7rem, 18vw, 15rem); line-height: .65; color: var(--accent); letter-spacing: -.08em; }
.article-body { padding: 72px 0 95px; }
.prose { width: min(calc(100% - 40px), 760px); margin-inline: auto; }
.prose > p:first-child { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.55; color: var(--ink); }
.prose h2 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.045em; font-weight: 500; margin: 70px 0 24px; }
.prose p { font-size: 1.08rem; color: color-mix(in srgb, var(--ink) 87%, var(--muted)); margin-bottom: 1.35em; }
.prose blockquote { margin: 55px 0; padding: 12px 0 12px 28px; border-left: 5px solid var(--accent); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.4; }
.article-end { margin-top: 75px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: .85rem; }
.next-read { padding: 75px 0; background: var(--surface); border-top: 1px solid var(--line); }
.next-read a { display: grid; grid-template-columns: 120px 1fr auto; gap: 30px; align-items: center; }
.next-read .next-index { font-family: Georgia, serif; font-size: 5.5rem; line-height: 1; color: var(--accent); }
.next-read h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(1.8rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.045em; margin: 0; }
.next-arrow { font-size: 2rem; }

/* About */
.about-hero { padding: 95px 0 70px; }
.about-hero h1 { font-family: Georgia, serif; font-size: clamp(4rem, 10vw, 9rem); line-height: .86; letter-spacing: -.075em; font-weight: 500; max-width: 1050px; }
.about-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 65px; padding: 20px 0 100px; }
.about-aside { color: var(--muted); font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.about-copy { font-family: Georgia, serif; font-size: clamp(1.35rem, 2.3vw, 2.1rem); line-height: 1.45; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.principle { border-top: 1px solid var(--line); padding-top: 18px; }
.principle strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; margin-bottom: 8px; }
.principle p { color: var(--muted); font-size: .9rem; }

@media (max-width: 920px) {
  .nav { position: fixed; top: 78px; left: 20px; right: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 20px; display: none; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .menu-button { display: grid; }
  .hero-grid, .feature-card, .newsletter-box, .manifesto-grid, .about-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-note { max-width: 500px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-visual { min-height: 300px; }
  .about-principles { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container, .article-shell, .prose { width: min(calc(100% - 26px), var(--max)); }
  .header-inner { min-height: 68px; }
  .nav { top: 68px; left: 13px; right: 13px; }
  .brand { font-size: .94rem; }
  .brand-mark { width: 30px; height: 30px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .mast-rule span:last-child { display: none; }
  .article-grid, .category-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 350px; }
  .section { padding: 55px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 16px; }
  .newsletter-form { border-radius: 16px; flex-direction: column; }
  .newsletter-form button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .article-label { display: block; }
  .article-label span { display: block; margin-bottom: 8px; }
  .article-hero { padding-top: 55px; }
  .article-end { display: block; }
  .next-read a { grid-template-columns: 70px 1fr; }
  .next-arrow { display: none; }
  .next-read .next-index { font-size: 4rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
