:root {
  --ij-black: #0a0a0a; --ij-yellow: #f4c430; --ij-red: #d2232a;
  --ij-bg: #fafafa; --ij-text: #1a1a1a; --ij-muted: #666; --ij-border: #e5e5e5;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Source Sans 3', sans-serif; background: var(--ij-bg); color: var(--ij-text); font-size: 17px; line-height: 1.65; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.2; color: var(--ij-black); margin: 0 0 0.5em; }
h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.3rem; }
a { color: var(--ij-red); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ij-top { background: var(--ij-black); color: #fff; padding: 10px 0; font-size: 0.85rem; }
.ij-top a { color: var(--ij-yellow); }
.ij-top .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
header.ij-head { background: #fff; border-bottom: 4px solid var(--ij-black); padding: 24px 0; text-align: center; }
.ij-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 3rem; letter-spacing: 0.02em; color: var(--ij-black); text-decoration: none; }
.ij-title .l { color: var(--ij-red); }
.ij-baseline { text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.75rem; color: var(--ij-muted); margin-top: 4px; }
nav.ij-nav { background: var(--ij-black); color: #fff; position: sticky; top: 0; z-index: 100; }
.ij-nav-row { display: flex; justify-content: center; flex-wrap: wrap; }
.ij-nav a { color: #fff; padding: 14px 20px; font-size: 0.92rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; display: inline-block; }
.ij-nav a:hover, .ij-nav a.on { background: var(--ij-yellow); color: var(--ij-black); text-decoration: none; }
.ij-nav-row { gap: 2px; }
.ij-burger { display: none; background: var(--ij-yellow); color: var(--ij-black); border: 0; padding: 12px 24px; cursor: pointer; font-weight: 700; width: 100%; }
section { padding: 60px 0; }
.eye { display: inline-block; background: var(--ij-yellow); color: var(--ij-black); font-weight: 700; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 4px 10px; }
.ij-lead { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; }
.ij-lead-main img, .ij-lead-side img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.ij-lead-main h2 { font-size: 2.4rem; margin-top: 14px; }
.ij-lead-main .excerpt { color: var(--ij-muted); font-size: 1.1rem; }
.ij-lead-side .ij-post { border-top: 2px solid var(--ij-black); padding-top: 14px; }
.ij-lead-side .ij-post + .ij-post { margin-top: 24px; }
.ij-lead-side h3 { font-size: 1.2rem; margin: 8px 0; }
.ij-lead-side .excerpt { font-size: 0.92rem; color: var(--ij-muted); }
.meta { font-size: 0.85rem; color: var(--ij-muted); font-family: 'Source Sans 3', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
.ij-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 36px; }
.ij-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.ij-card h3 { margin-top: 12px; font-size: 1.3rem; }
.ij-card h3 a { color: var(--ij-black); }
.ij-card h3 a:hover { color: var(--ij-red); text-decoration: none; }
.ij-card .excerpt { color: var(--ij-muted); font-size: 0.95rem; }
.ij-alt { background: var(--ij-black); color: #f0f0f0; }
.ij-alt h2 { color: #fff; }
.ij-alt .eye { background: var(--ij-red); color: #fff; }
.ij-alt .ij-card h3 a { color: #fff; }
.ij-alt .meta { color: #bbb; }
.ij-editorial { max-width: 820px; margin: 0 auto; background: #fff; padding: 50px; border-top: 5px solid var(--ij-yellow); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.ij-editorial h2 { font-family: 'Playfair Display', serif; font-style: italic; }
.ij-editorial p:last-child { margin-bottom: 0; }
.article { max-width: 760px; margin: 0 auto; }
.article img.lead { width: 100%; max-height: 440px; object-fit: cover; margin-bottom: 30px; }
.article h1 { margin: 14px 0 16px; }
.article h2 { margin-top: 36px; }
.article h3 { margin-top: 24px; color: var(--ij-red); }
.article blockquote { border-left: 4px solid var(--ij-yellow); padding: 6px 24px; margin: 28px 0; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.2rem; color: var(--ij-black); }
.article .signoff { font-style: italic; color: var(--ij-muted); padding-top: 16px; border-top: 1px solid var(--ij-border); margin-top: 30px; }
.info-panel { background: #fff; border: 2px solid var(--ij-black); padding: 30px; }
.info-panel h3 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 16px; }
.info-panel h3:first-child { margin-top: 0; }
form { display: flex; flex-direction: column; gap: 12px; }
input, textarea, select { padding: 12px; border: 1px solid var(--ij-border); font-family: inherit; font-size: 1rem; }
input:focus, textarea:focus { outline: 2px solid var(--ij-yellow); border-color: var(--ij-black); }
.btn { background: var(--ij-black); color: #fff; padding: 14px 30px; border: 0; font-family: inherit; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; font-size: 0.88rem; display: inline-block; text-decoration: none; }
.btn:hover { background: var(--ij-red); color: #fff; text-decoration: none; }
footer.ij-foot { background: var(--ij-black); color: #999; padding: 50px 0 20px; }
.ij-foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 30px; }
.ij-foot h4 { color: var(--ij-yellow); font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 14px; }
.ij-foot ul { list-style: none; padding: 0; margin: 0; }
.ij-foot li { margin-bottom: 6px; font-size: 0.92rem; }
.ij-foot a { color: #bbb; }
.ij-foot a:hover { color: var(--ij-yellow); }
.ij-foot-bot { border-top: 1px solid #222; padding-top: 18px; font-size: 0.82rem; text-align: center; opacity: 0.7; }
.legal { max-width: 780px; margin: 0 auto; }
.legal h2 { margin-top: 32px; }
.err { text-align: center; padding: 100px 20px; }
.err .big { font-family: 'Playfair Display', serif; font-size: 10rem; color: var(--ij-yellow); font-weight: 900; line-height: 1; }
@media (max-width: 900px) { .ij-lead { grid-template-columns: 1fr; } .ij-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .ij-nav-row { display: none; flex-direction: column; } .ij-nav-row.open { display: flex; } .ij-nav a { padding: 12px; } .ij-burger { display: block; } .ij-title { font-size: 2.2rem; } .ij-editorial { padding: 30px 24px; } .ij-foot-grid { grid-template-columns: 1fr; } }
