:root {
  --sand: #f4c978;
  --cream: #fff5de;
  --ink: #17382f;
  --muted: #6d6250;
  --terracotta: #bd6840;
  --palm: #26735e;
  font-family: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; object-fit: cover; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px clamp(18px, 5vw, 86px); background: var(--cream); position: sticky; top: 0; z-index: 20; box-shadow: 0 10px 30px rgba(23, 56, 47, .06); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; text-transform: uppercase; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--terracotta); color: #fff; }
nav { display: flex; gap: 18px; flex-wrap: wrap; color: var(--palm); font-size: 13px; font-weight: 950; }

.hero { min-height: 86vh; display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .76fr); align-items: center; gap: clamp(28px, 5vw, 70px); padding: clamp(46px, 7vw, 96px) clamp(18px, 6vw, 96px); background: linear-gradient(135deg, var(--sand), #f7de9e 48%, #eeb16f); }
.hero h1, .detail-hero h1 { margin: 0 0 22px; max-width: 860px; font-size: clamp(48px, 7.4vw, 102px); line-height: .9; font-weight: 950; }
.hero p, .detail-hero p { max-width: 690px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.68; }
.primary-link { display: inline-flex; margin-top: 28px; padding: 16px 24px; border-radius: 18px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 950; }
.hero-media img { width: 100%; aspect-ratio: 4 / 3.35; border-radius: 42px 42px 12px 42px; box-shadow: 0 30px 90px rgba(189, 104, 64, .28); }
.detail-media img { width: 100%; aspect-ratio: 4 / 3.1; border-radius: 34px 34px 10px 34px; box-shadow: 0 22px 65px rgba(189, 104, 64, .22); }

.intro-grid, .essay, .content-layout, .page-index, .related-pages, .related-band, .all-pages { padding: 52px clamp(18px, 6vw, 96px); }
.intro-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 18px; background: var(--cream); }
.intro-grid article, .topic-list a, .essay aside, .side-panel { background: #fff; border-radius: 28px; padding: 24px; box-shadow: 0 18px 55px rgba(23, 56, 47, .08); }
.intro-grid article:first-child { background: var(--palm); color: #fff; }
.intro-grid article:first-child p, .intro-grid article:first-child span { color: #d8f1e6; }
.intro-grid img { width: 100%; aspect-ratio: 4 / 3; border-radius: 22px; margin-bottom: 18px; }
.intro-grid span, .topic-list span, .back-link { color: var(--terracotta); font-size: 12px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
h2 { margin: 0 0 14px; font-size: clamp(30px, 3vw, 46px); line-height: .98; }
.intro-grid h2 { font-size: 25px; }
.intro-grid p, .essay p, .article-body p, .topic-list em, .section-heading p, .site-footer p, li { color: var(--muted); font-size: 16px; line-height: 1.72; }
.essay, .content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 30px; background: #f8ead0; }
.article-body, .essay > div { max-width: 850px; }
.page-index { background: var(--ink); color: #fff; }
.page-index .section-heading p, .page-index .topic-list em { color: #c8ddd4; }
.section-heading { max-width: 880px; margin-bottom: 30px; }
.topic-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.topic-list a { display: grid; gap: 10px; }
.topic-list img { width: 100%; aspect-ratio: 4 / 3; border-radius: 18px; }
.topic-list strong { font-size: 20px; }
.topic-list.compact { grid-template-columns: repeat(2, 1fr); }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 36px; align-items: center; padding: 62px clamp(18px, 6vw, 96px) 42px; background: #f7dfad; }
.related-band, .all-pages { display: flex; gap: 12px; flex-wrap: wrap; }
.related-band a, .all-pages a { padding: 12px 15px; border-radius: 18px; background: #fff; color: var(--palm); font-weight: 900; }
.partner-note a, .blog-article a { color: var(--palm); font-weight: 950; text-decoration: underline; text-underline-offset: 4px; }
.blog-teaser { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 34px; align-items: center; padding: 58px clamp(18px, 6vw, 96px); background: #f1bd6e; }
.blog-teaser span, .article-kicker { display: inline-block; margin-bottom: 14px; color: var(--palm); font-size: 12px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.blog-hero .back-link { display: block; margin-bottom: 12px; overflow-wrap: anywhere; }
.blog-teaser img { width: 100%; aspect-ratio: 4 / 3.2; border-radius: 34px 34px 10px 34px; box-shadow: 0 24px 70px rgba(189, 104, 64, .22); }
.blog-layout { align-items: start; }
.blog-article section + section { margin-top: 32px; }
.blog-gallery { padding: 52px clamp(18px, 6vw, 96px); background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; border-radius: 22px; box-shadow: 0 18px 55px rgba(23, 56, 47, .08); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 50px clamp(18px, 6vw, 96px); background: var(--terracotta); color: #fff; }
.site-footer p, .footer-links a { color: #ffe8c2; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; font-weight: 800; }
@media (max-width: 980px) {
  .site-header, .site-footer { display: block; }
  nav { margin-top: 16px; }
  .hero, .detail-hero, .essay, .content-layout, .intro-grid, .topic-list, .topic-list.compact, .blog-teaser, .gallery-grid { grid-template-columns: 1fr; }
}
