:root {
  --bg: #fff8f4;
  --paper: #ffffff;
  --ink: #231f20;
  --muted: #6d6260;
  --tomato: #e85b42;
  --cobalt: #315fc0;
  --butter: #f4c84f;
  --pink: #f0a7b7;
  --line: #eadbd2;
  font-family: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: cover; }
.site-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; padding: 18px 6%; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--tomato); color: #fff; border-radius: 50% 50% 8px 50%; box-shadow: 7px 7px 0 var(--butter); }
nav { justify-self: end; display: flex; flex-wrap: wrap; gap: 10px; font-weight: 850; color: var(--cobalt); }
nav a { padding: 9px 12px; background: #eef3ff; border-radius: 999px; }
.hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .8fr); gap: 34px; padding: 58px 6%; align-items: center; background: linear-gradient(135deg, #fff8f4 0%, #fff8f4 62%, #ffe3ad 62%, #ffe3ad 100%); }
.hero h1, .detail-hero h1 { margin: 0 0 18px; font-size: 58px; line-height: .98; font-weight: 950; letter-spacing: 0; }
.hero p, .detail-hero p, .section-heading p, .essay p, .article-body p, .topic-list em, li { color: var(--muted); font-size: 16px; line-height: 1.72; }
.primary-link { display: inline-flex; margin-top: 24px; padding: 14px 18px; background: var(--cobalt); color: #fff; border-radius: 999px; font-weight: 900; }
.hero-media img { aspect-ratio: 1 / 1; border-radius: 10px; box-shadow: -14px 14px 0 var(--pink), 14px -14px 0 var(--butter); }
.intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 42px 6%; }
.intro-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 14px; }
.intro-grid article:nth-child(2n) { transform: translateY(22px); }
.intro-grid img { aspect-ratio: 1 / 1; border-radius: 8px; margin-bottom: 12px; }
.intro-grid span, .topic-list span, .back-link, .blog-teaser span, .article-kicker { color: var(--tomato); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
h2 { margin: 0 0 14px; font-size: 34px; line-height: 1.08; font-weight: 930; letter-spacing: 0; }
.essay, .content-layout { display: grid; grid-template-columns: minmax(0, 760px) 310px; gap: 30px; padding: 58px 6%; }
.essay aside, .side-panel { background: var(--butter); color: var(--ink); padding: 24px; border-radius: 10px; box-shadow: 10px 10px 0 var(--pink); }
.blog-teaser { display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 30px; align-items: center; padding: 52px 6%; background: #eef3ff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-teaser img, .detail-media img { aspect-ratio: 1 / 1; border-radius: 10px; box-shadow: 12px 12px 0 var(--tomato); }
.visual-slider, .page-index, .related-pages, .blog-gallery, .related-band, .all-pages { padding: 54px 6%; }
.slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: 300px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }
.slide-card { scroll-snap-align: start; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.slide-card:nth-child(3n) { background: #fff2f6; }
.slide-card img { aspect-ratio: 1 / 1; border-radius: 8px; margin-bottom: 10px; }
.topic-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.topic-list a { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.topic-list a:nth-child(4n + 2) { background: #fff2cf; }
.topic-list a:nth-child(4n + 3) { background: #eef3ff; }
.topic-list img { aspect-ratio: 1 / 1; border-radius: 8px; margin-bottom: 10px; }
.topic-list strong, .slide-card strong { display: block; color: var(--ink); font-size: 18px; }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 30px; padding: 54px 6%; background: #fff2cf; }
.related-band, .all-pages { display: flex; flex-wrap: wrap; gap: 8px; }
.related-band a, .all-pages a { padding: 10px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; color: var(--cobalt); font-weight: 900; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid img { aspect-ratio: 1 / 1; border-radius: 10px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 44px 6%; background: var(--ink); color: #fff; }
.site-footer p, .footer-links a { color: #f7ded6; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; font-weight: 850; }
@media (max-width: 960px) {
  .site-header, .hero, .detail-hero, .essay, .content-layout, .blog-teaser, .intro-grid, .topic-list, .gallery-grid, .site-footer { grid-template-columns: 1fr; }
  nav { justify-self: start; }
  .intro-grid article:nth-child(2n) { transform: none; }
  .hero h1, .detail-hero h1 { font-size: 40px; }
}
