@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&display=swap');

:root {
  --font-body: 'Source Sans 3', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --purple: #5a1e8c;
  --purple-dark: #3f0f6a;
  --orange: #fe7a00;
  --yellow: #ffc83d;
  --ink: #251b2d;
  --muted: #6f6675;
  --line: #e7dfeb;
  --soft: #f8f3fb;
  --paper: #fffdfb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(52, 17, 76, 0.09);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
  --narrow: min(760px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 17px; line-height: 1.65; font-weight: 400; }
img { display: block; max-width: 100%; }
a { color: var(--purple); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.shell.narrow, .narrow { width: var(--narrow); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; background: var(--purple); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 251, 0.96); border-bottom: 1px solid rgba(90, 30, 140, 0.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 170px; height: 54px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { position: relative; padding: 10px 10px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 4px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--purple); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--purple); font-weight: 700; }
.menu-toggle-icon, .menu-toggle-icon::before, .menu-toggle-icon::after { display: block; width: 24px; height: 2px; background: currentColor; content: ""; }
.menu-toggle-icon { position: relative; margin-left: 9px; }
.menu-toggle-icon::before { position: absolute; top: -7px; }
.menu-toggle-icon::after { position: absolute; top: 7px; }

h1, h2, h3 { margin: 0 0 .55em; color: var(--purple-dark); font-family: var(--font-heading); line-height: 1.08; letter-spacing: -0.018em; font-weight: 600; }
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.15em; }
.lead { max-width: 780px; color: #504658; font-size: clamp(1.15rem, 2.2vw, 1.42rem); line-height: 1.55; }
.eyebrow { margin-bottom: 18px; color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; padding: 95px 0 90px; background: linear-gradient(135deg, #fffdfb 0%, #faf3fd 65%, #fff7e7 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -160px; top: -180px; border-radius: 50%; background: rgba(255, 200, 61, .22); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 850px; }
.hero-mark { display: grid; place-items: center; width: min(340px, 100%); aspect-ratio: 1; justify-self: end; border-radius: 50%; background: #fff; box-shadow: var(--shadow); }
.hero-mark img { width: 72%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--purple); color: #fff; box-shadow: 0 10px 25px rgba(90, 30, 140, .18); }
.button-primary:hover { color: #fff; background: var(--purple-dark); }
.button-secondary { border-color: var(--purple); color: var(--purple); background: transparent; }
.button-secondary:hover { background: #fff; color: var(--orange); border-color: var(--orange); }

.symbol-strip { padding: 48px 0; background: var(--purple); color: #fff; }
.symbol-grid { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); align-items: center; gap: 80px; }
.symbol-grid > img { width: 360px; padding: 20px; border-radius: 16px; background: #fff; }
.symbol-grid h2, .symbol-grid .eyebrow { color: #fff; }
.symbol-grid .eyebrow { opacity: .72; }
.symbol-grid p:last-child { margin-bottom: 0; opacity: .9; }

.section { padding: 90px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { max-width: 800px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; }
.card-grid { display: grid; gap: 26px; margin-top: 38px; }
.card-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(45, 24, 58, .05); }
.card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-media img { transform: scale(1.03); }
.card-body { padding: 28px; }
.card-title { font-size: 1.65rem; }
.card-title a { color: inherit; text-decoration: none; }
.card-title a:hover { color: var(--orange); }
.card-placeholder { min-height: 290px; background: linear-gradient(135deg, #fff, #faf3fd); }
.meta-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; color: var(--muted); font-size: .84rem; }
.tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(90, 30, 140, .1); color: var(--purple); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tag-orange { background: rgba(254, 122, 0, .12); color: #ad4d00; }
.location { color: var(--orange); font-weight: 800; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
.feature-card { min-height: 250px; padding: 32px; border: 1px solid rgba(90, 30, 140, .12); border-radius: var(--radius); background: #fff; color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
a.feature-card:hover { transform: translateY(-5px); border-color: rgba(254, 122, 0, .5); box-shadow: var(--shadow); color: inherit; }
.feature-card > span { display: inline-grid; width: 44px; height: 44px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--yellow); color: var(--purple-dark); font-weight: 900; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.discipline-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.discipline-list span { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--purple); font-weight: 700; }

.cta-section { padding-top: 50px; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; overflow: hidden; padding: 55px; border-radius: 30px; background: var(--purple); color: #fff; }
.cta-grid h2, .cta-grid .eyebrow { color: #fff; }
.cta-grid .eyebrow { opacity: .72; }
.cta-grid .button-primary { background: var(--orange); }
.cta-grid img { width: 100%; max-height: 460px; object-fit: cover; border-radius: 18px; }

.page-hero, .article-hero, .profile-hero { padding: 80px 0 70px; background: linear-gradient(135deg, #fffdfb, #f8effc); border-bottom: 1px solid var(--line); }
.page-hero h1, .article-hero h1 { max-width: 950px; font-size: clamp(2.7rem, 5.5vw, 5rem); }
.content-section, .article-body { padding: 75px 0 95px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose img { margin: 35px auto; border-radius: 16px; }
.prose .button { margin: 10px 0 28px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); }
.article-image { margin-top: -25px; }
.article-image img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.archive-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding: 34px; border-radius: var(--radius); background: var(--soft); }
.archive-callout h2 { font-size: 2rem; }
.archive-callout p { margin-bottom: 0; }

.filter-panel { display: grid; grid-template-columns: minmax(250px, 1fr); gap: 14px; padding: 25px; border-radius: var(--radius); background: var(--soft); }
.filter-panel label { font-weight: 800; color: var(--purple-dark); }
.filter-panel input { width: 100%; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
.filter-panel input:focus { outline: 3px solid rgba(255, 200, 61, .65); border-color: var(--purple); }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-buttons button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--purple); font-size: .88rem; font-weight: 700; }
.filter-buttons button:hover, .filter-buttons button.is-active { border-color: var(--purple); background: var(--purple); color: #fff; }
.results-count { margin-top: 28px; color: var(--muted); font-weight: 700; }
.artist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.artist-card { border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.artist-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.artist-card-link { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 18px; min-height: 120px; padding: 18px; color: inherit; text-decoration: none; }
.artist-avatar { display: grid; width: 72px; aspect-ratio: 1; place-items: center; overflow: hidden; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; }
.artist-avatar img { width: 100%; height: 100%; object-fit: cover; }
.artist-card h2 { margin-bottom: 5px; font-size: 1.32rem; }
.artist-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.4; }
.empty-state { margin-top: 30px; padding: 30px; border-radius: 16px; background: var(--soft); text-align: center; }

.profile-grid { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 60px; }
.profile-portrait { display: grid; width: 280px; aspect-ratio: 1; place-items: center; overflow: hidden; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; box-shadow: var(--shadow); font-family: var(--font-heading); font-size: 4rem; }
.profile-portrait img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; }
.gallery-grid figcaption { margin-top: 8px; color: var(--muted); font-size: .9rem; }

.site-footer { padding: 70px 0 0; background: #24152d; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr .8fr; gap: 48px; }
.site-footer h2 { color: #fff; font-family: var(--font-body); font-size: .92rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--yellow); }
.footer-brand > img { width: 220px; padding: 10px; border-radius: 10px; background: #fff; }
.footer-brand > p { margin-top: 18px; }
.footer-symbol { display: flex; align-items: center; gap: 13px; font-size: .9rem; }
.footer-symbol img { width: 58px; padding: 4px; border-radius: 50%; background: #fff; }
.footer-data { margin: 0; }
.footer-data dt { color: rgba(255,255,255,.58); font-size: .82rem; }
.footer-data dd { margin: 0 0 18px; color: #fff; }
.footer-bottom { margin-top: 55px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: .84rem; }

@media (max-width: 1050px) {
  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 12px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 8px; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .hero-grid, .symbol-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-mark { width: 260px; justify-self: start; }
  .symbol-grid > img { width: 300px; }
  .card-grid-3, .artist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); --narrow: min(100% - 28px, 760px); }
  body { font-size: 16px; }
  .header-inner { min-height: 74px; }
  .brand img { width: 145px; }
  .hero, .page-hero, .article-hero, .profile-hero { padding: 62px 0; }
  .hero-grid { gap: 45px; }
  .hero-mark { width: 210px; }
  .section { padding: 65px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .card-grid-2, .card-grid-3, .feature-grid, .artist-grid, .profile-grid, .gallery-grid { grid-template-columns: 1fr; }
  .cta-grid { padding: 32px 24px; }
  .archive-callout { align-items: flex-start; flex-direction: column; }
  .profile-portrait { width: 210px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
}

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


/* --------------------------------------------------------------------------
   Compact professional page headers
   Reduces the oversized hero/profile areas on artist, article and page views.
   -------------------------------------------------------------------------- */
.page-hero,
.article-hero,
.profile-hero {
  padding: clamp(34px, 5vw, 52px) 0;
  background: linear-gradient(135deg, #fffdfb 0%, #fbf7fd 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.article-hero h1,
.profile-hero h1 {
  max-width: 900px;
  margin-bottom: .32em;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.page-hero .lead,
.article-hero .lead,
.profile-hero .lead {
  max-width: 760px;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.5;
}

.page-hero .eyebrow,
.article-hero .eyebrow,
.profile-hero .eyebrow {
  margin-bottom: 10px;
  font-size: .72rem;
  letter-spacing: .18em;
}

.profile-grid {
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.profile-portrait {
  width: 128px;
  border: 1px solid rgba(90, 30, 140, .12);
  box-shadow: 0 10px 26px rgba(52, 17, 76, .08);
  font-size: 2.25rem;
}

.profile-hero .button-row {
  margin-top: 18px;
}

.profile-hero .button {
  min-height: 42px;
  padding: 9px 18px;
  font-size: .95rem;
}

.content-section,
.article-body {
  padding: clamp(48px, 6vw, 70px) 0 clamp(70px, 8vw, 95px);
}

.article-image {
  margin-top: 28px;
}

.article-image img {
  max-height: 520px;
  border-radius: 18px;
}

@media (max-width: 720px) {
  .hero,
  .page-hero,
  .article-hero,
  .profile-hero {
    padding: 36px 0;
  }

  .page-hero h1,
  .article-hero h1,
  .profile-hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .profile-grid {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .profile-portrait {
    width: 76px;
    font-size: 1.45rem;
  }

  .profile-hero .button-row {
    margin-top: 14px;
  }

  .profile-hero .button {
    min-height: 38px;
    padding: 8px 14px;
    font-size: .9rem;
  }
}

/* --------------------------------------------------------------------------
   Modern homepage and compact footer redesign
   -------------------------------------------------------------------------- */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0 clamp(58px, 7vw, 88px);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 200, 61, .23) 0 145px, transparent 146px),
    linear-gradient(135deg, #fffdfb 0%, #fbf6fd 58%, #fff7ec 100%);
  border-bottom: 1px solid rgba(90, 30, 140, .09);
}

.home-hero::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(90, 30, 140, .1);
  border-radius: 50%;
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.home-hero h1 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.15rem);
}

.home-hero .lead {
  max-width: 720px;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.home-identity-card {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 24px 70px rgba(52, 17, 76, .12);
  backdrop-filter: blur(16px);
}

.home-logo-card {
  width: min(330px, 100%);
  padding: 10px 0;
}

.home-card-line {
  width: 74px;
  height: 4px;
  margin: 26px 0 22px;
  border-radius: 999px;
  background: var(--orange);
}

.home-identity-card p {
  max-width: 330px;
  color: #4d4356;
  font-weight: 700;
}

.home-symbol-note {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.45;
}

.home-symbol-note img {
  width: 58px;
}

.home-quick-links {
  padding: 0 0 44px;
  background: linear-gradient(180deg, #fffdfb 0%, #fffdfb 54%, var(--soft) 54%, var(--soft) 100%);
}

.quick-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -34px;
}

.quick-link-card {
  display: block;
  min-height: 182px;
  padding: 26px;
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 22px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 46px rgba(52, 17, 76, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.quick-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 122, 0, .45);
  color: inherit;
  box-shadow: 0 20px 54px rgba(52, 17, 76, .11);
}

.quick-link-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .08em;
}

.quick-link-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.quick-link-card p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.5;
}

.home-current-section {
  padding-top: clamp(64px, 7vw, 88px);
}

.compact-card-grid .card-body {
  padding: 24px;
}

.compact-card-grid .card-title {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.home-editorial-section {
  background:
    linear-gradient(135deg, rgba(90, 30, 140, .055), rgba(255, 122, 0, .055));
}

.home-editorial-grid {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.home-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.home-feature-grid .feature-card {
  min-height: 210px;
  padding: 26px;
}

.home-feature-grid .feature-card > span {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
}

.home-feature-grid h3 {
  font-size: 1.35rem;
}

.home-artists-section {
  background: #fffdfb;
}

.home-support-section {
  padding-top: 28px;
}

.support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 5vw, 46px);
  border-radius: 26px;
  background: var(--purple);
  color: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 60px rgba(52, 17, 76, .12);
}

.support-card h2,
.support-card .eyebrow {
  color: #fff;
}

.support-card .eyebrow {
  opacity: .72;
}

.support-card p:last-child {
  max-width: 760px;
  margin-bottom: 0;
}

.support-card .button-primary {
  flex: 0 0 auto;
  background: var(--orange);
  box-shadow: none;
}

/* Hide the older oversized visual blocks if they are still present on cached pages. */
.symbol-strip,
.cta-grid img {
  display: none;
}

.site-footer {
  padding: 34px 0 0;
  background: #24152d;
  color: rgba(255,255,255,.78);
}

.footer-compact-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) minmax(220px, 1.05fr) minmax(170px, .85fr) minmax(135px, .65fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.footer-brand-compact > img {
  width: 170px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}

.footer-brand-compact > p {
  max-width: 330px;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: .95rem;
  line-height: 1.45;
}

.footer-column p {
  margin-bottom: .85em;
  font-size: .92rem;
  line-height: 1.5;
}

.site-footer h2 {
  margin-bottom: 12px;
  font-size: .78rem;
  letter-spacing: .12em;
}

.footer-data dt {
  font-size: .78rem;
}

.footer-data dd {
  margin-bottom: 10px;
  font-size: .92rem;
}

.footer-bottom {
  margin-top: 26px;
  padding: 13px 0 15px;
  font-size: .78rem;
}

@media (max-width: 1050px) {
  .home-hero-grid,
  .home-editorial-grid {
    grid-template-columns: 1fr;
  }

  .home-identity-card {
    max-width: 560px;
  }

  .quick-link-grid,
  .home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-compact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .home-hero {
    padding: 48px 0 48px;
  }

  .home-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.3rem);
  }

  .home-identity-card {
    padding: 24px;
    border-radius: 22px;
  }

  .quick-link-grid,
  .home-feature-grid,
  .footer-compact-grid {
    grid-template-columns: 1fr;
  }

  .quick-link-card {
    min-height: auto;
  }

  .support-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    padding-top: 28px;
  }
}

/* --------------------------------------------------------------------------
   More inviting homepage redesign
   Replaces the oversized slogan and removes the logo-in-a-card hero visual.
   -------------------------------------------------------------------------- */
.home-inviting-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 92px) 0 clamp(50px, 7vw, 78px);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 200, 61, .2) 0 135px, transparent 136px),
    radial-gradient(circle at 0% 100%, rgba(90, 30, 140, .075) 0 210px, transparent 211px),
    linear-gradient(135deg, #fffdfb 0%, #fbf6fd 62%, #fff8ed 100%);
  border-bottom: 1px solid rgba(90, 30, 140, .08);
}

.home-inviting-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, .76fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.home-inviting-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5.1vw, 4.45rem);
  line-height: 1.02;
}

.home-inviting-copy .lead {
  max-width: 700px;
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
}

.home-visual-panel {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 28px;
  padding: clamp(34px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 200, 61, .28) 0 90px, transparent 91px),
    radial-gradient(circle at 20% 88%, rgba(254, 122, 0, .11) 0 130px, transparent 131px),
    rgba(255, 255, 255, .52);
  box-shadow: 0 22px 70px rgba(52, 17, 76, .10);
  backdrop-filter: blur(12px);
}

.home-visual-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(90, 30, 140, .08);
  border-radius: 26px;
  pointer-events: none;
}

.home-butterfly-large {
  position: relative;
  width: min(230px, 70%);
  height: auto;
}

.home-visual-text {
  position: relative;
  max-width: 360px;
  text-align: center;
}

.home-visual-text p {
  margin-bottom: 12px;
  color: #45384f;
  font-family: var(--font-heading);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.28;
}

.home-visual-text a {
  font-weight: 800;
  text-decoration: none;
}

.home-intro-band {
  padding: clamp(30px, 4vw, 44px) 0;
  background: #fffdfb;
  border-bottom: 1px solid rgba(90, 30, 140, .08);
}

.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(220px, .5fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.home-intro-grid h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.home-intro-grid p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.home-quick-links {
  padding: clamp(42px, 6vw, 70px) 0;
  background: var(--soft);
}

.quick-link-grid {
  margin-top: 0;
}

.quick-link-card {
  min-height: 190px;
  padding: 28px;
}

.quick-link-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(254, 122, 0, .11);
  color: #a94800;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quick-link-card h2 {
  font-size: clamp(1.35rem, 2vw, 1.82rem);
}

.home-current-section {
  padding-top: clamp(64px, 7vw, 86px);
}

@media (max-width: 1050px) {
  .home-inviting-grid,
  .home-intro-grid {
    grid-template-columns: 1fr;
  }

  .home-visual-panel {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .home-inviting-hero {
    padding: 44px 0 46px;
  }

  .home-inviting-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .home-visual-panel {
    min-height: 300px;
    padding: 30px 24px;
    border-radius: 26px;
  }

  .home-butterfly-large {
    width: min(185px, 70%);
  }
}


/* --------------------------------------------------------------------------
   Professional heading scale refinement
   Keeps the Lak@rt site expressive, but prevents oversized poster-like titles.
   -------------------------------------------------------------------------- */

h1 {
  font-size: clamp(2.05rem, 3.9vw, 3.45rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.55rem, 2.65vw, 2.35rem);
  line-height: 1.14;
}

h3 {
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 1.22;
}

.lead {
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  line-height: 1.55;
}

/* Homepage */
.home-inviting-copy h1,
.home-hero h1,
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4.15vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.home-inviting-copy .lead,
.home-hero .lead {
  max-width: 680px;
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
}

/* Internal page headers */
.page-hero h1,
.article-hero h1,
.profile-hero h1 {
  max-width: 840px;
  font-size: clamp(1.9rem, 3.15vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.012em;
}

.page-hero .lead,
.article-hero .lead,
.profile-hero .lead {
  max-width: 720px;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
}

/* Section and card headings */
.section-heading h2,
.home-intro-grid h2 {
  font-size: clamp(1.55rem, 2.55vw, 2.25rem);
}

.quick-link-card h2,
.compact-card-grid .card-title,
.card-title {
  font-size: clamp(1.22rem, 1.7vw, 1.48rem);
}

.home-feature-grid h3,
.feature-card h3 {
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
}

/* Artist initials/profile markers should support the content, not dominate it */
.artist-avatar {
  font-size: 1.1rem;
}

.profile-portrait {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

/* Small screens */
@media (max-width: 720px) {
  h1 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  h2 {
    font-size: clamp(1.38rem, 7vw, 1.9rem);
  }

  h3 {
    font-size: 1.15rem;
  }

  .home-inviting-copy h1,
  .home-hero h1,
  .hero-copy h1,
  .page-hero h1,
  .article-hero h1,
  .profile-hero h1 {
    font-size: clamp(1.95rem, 9vw, 2.55rem);
  }

  .lead,
  .home-inviting-copy .lead,
  .home-hero .lead,
  .page-hero .lead,
  .article-hero .lead,
  .profile-hero .lead {
    font-size: 1rem;
  }
}


/* --------------------------------------------------------------------------
   Contact page redesign
   Makes /contact/ more useful and less repetitive than the footer.
   -------------------------------------------------------------------------- */

.prose .contact-warm-intro {
  margin: 0 0 30px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 14%, rgba(255, 200, 61, .23) 0 72px, transparent 73px),
    linear-gradient(135deg, #fffdfb 0%, #fbf6fd 100%);
  box-shadow: 0 16px 42px rgba(52, 17, 76, .06);
}

.prose .contact-warm-intro p {
  max-width: 680px;
  margin: 0;
  color: #45384f;
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  line-height: 1.62;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 34px;
}

.contact-card {
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .055);
}

.contact-card .contact-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin-bottom: 8px;
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
  line-height: 1.18;
}

.contact-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.52;
}

.contact-card a {
  font-weight: 800;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-details-panel {
  margin-top: 18px;
  padding: 24px;
  border-radius: 20px;
  background: var(--soft);
  border: 1px solid rgba(90, 30, 140, .1);
}

.contact-details-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
}

.contact-details-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}

.contact-detail-item {
  margin: 0;
}

.contact-detail-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--purple-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-detail-item span,
.contact-detail-item a {
  color: #45384f;
}

.contact-page-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .prose .contact-warm-intro,
  .contact-card,
  .contact-details-panel {
    border-radius: 18px;
  }

  .contact-card {
    padding: 20px;
  }
}


/* --------------------------------------------------------------------------
   Over Lak@rt page redesign
   Adds a warmer, more informative about page without making it image-heavy.
   -------------------------------------------------------------------------- */

.about-intro-panel {
  margin: 0 0 34px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 61, .22) 0 82px, transparent 83px),
    linear-gradient(135deg, #fffdfb 0%, #fbf6fd 100%);
  box-shadow: 0 16px 42px rgba(52, 17, 76, .055);
}

.about-intro-panel p {
  max-width: 780px;
  margin: 0;
  color: #45384f;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.about-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  margin: 34px 0;
}

.about-two-column > div,
.about-side-note {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(90, 30, 140, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .045);
}

.about-side-note {
  background: var(--soft);
}

.about-side-note strong {
  color: var(--purple-dark);
}

.about-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 38px;
}

.about-action-card {
  padding: 22px;
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .045);
}

.about-action-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-action-card h2 {
  margin-bottom: 9px;
  font-size: clamp(1.14rem, 1.45vw, 1.34rem);
  line-height: 1.18;
}

.about-action-card p {
  margin: 0;
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.52;
}

.about-community-panel {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  color: #fff;
  box-shadow: 0 18px 44px rgba(52, 17, 76, .16);
}

.about-community-panel h2 {
  color: #fff;
}

.about-community-panel p,
.about-community-panel li {
  color: rgba(255,255,255,.88);
}

.about-community-panel ul {
  margin-bottom: 0;
}

.about-symbol-panel {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 34px 0;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .045);
}

.about-symbol-panel img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.about-symbol-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(1.25rem, 1.9vw, 1.6rem);
}

.about-symbol-panel p {
  margin: 0;
  color: var(--muted);
}

.about-cta-panel {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 200, 61, .18), rgba(254, 122, 0, .08)),
    #fff;
  border: 1px solid rgba(254, 122, 0, .18);
}

.about-cta-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.about-cta-panel p {
  max-width: 720px;
  color: #4d4255;
}

.about-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.about-button-row a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.about-button-row a:first-child {
  background: var(--purple);
  color: #fff;
}

.about-button-row a:nth-child(2) {
  background: var(--orange);
  color: #fff;
}

.about-button-row a:last-child {
  border: 1px solid rgba(90, 30, 140, .2);
  background: #fff;
  color: var(--purple);
}

@media (max-width: 980px) {
  .about-two-column,
  .about-action-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-symbol-panel {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .about-symbol-panel img {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 720px) {
  .about-two-column,
  .about-action-grid,
  .about-symbol-panel {
    grid-template-columns: 1fr;
  }

  .about-symbol-panel img {
    width: 68px;
    height: 68px;
  }

  .about-intro-panel,
  .about-two-column > div,
  .about-side-note,
  .about-action-card,
  .about-community-panel,
  .about-symbol-panel,
  .about-cta-panel {
    border-radius: 18px;
  }
}


/* --------------------------------------------------------------------------
   Lidmaatschap page redesign
   Turns the membership page into a clear invitation, not only an admin checklist.
   -------------------------------------------------------------------------- */

.membership-intro-panel {
  margin: 0 0 34px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 61, .22) 0 82px, transparent 83px),
    linear-gradient(135deg, #fffdfb 0%, #fbf6fd 100%);
  box-shadow: 0 16px 42px rgba(52, 17, 76, .055);
}

.membership-intro-panel p {
  max-width: 780px;
  margin: 0;
  color: #45384f;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.membership-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 38px;
}

.membership-benefit-card {
  padding: 22px;
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .045);
}

.membership-benefit-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.membership-benefit-card h2 {
  margin-bottom: 9px;
  font-size: clamp(1.14rem, 1.45vw, 1.34rem);
  line-height: 1.18;
}

.membership-benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.52;
}

.membership-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  margin: 34px 0;
}

.membership-panel,
.membership-checklist,
.membership-steps,
.membership-volunteer-panel,
.membership-cta-panel {
  border-radius: 24px;
}

.membership-panel,
.membership-checklist {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(90, 30, 140, .1);
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .045);
}

.membership-panel h2,
.membership-checklist h2,
.membership-steps h2,
.membership-volunteer-panel h2,
.membership-cta-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
}

.membership-checklist {
  background: var(--soft);
}

.membership-checklist ul,
.membership-panel ul {
  margin-bottom: 0;
}

.membership-steps {
  margin: 36px 0;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(90, 30, 140, .1);
  background: #fff;
  box-shadow: 0 12px 30px rgba(52, 17, 76, .045);
}

.membership-step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.membership-step {
  padding: 18px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid rgba(90, 30, 140, .08);
}

.membership-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: .82rem;
}

.membership-step h3 {
  margin-bottom: 7px;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
}

.membership-step p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.5;
}

.membership-volunteer-panel {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 34px);
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  color: #fff;
  box-shadow: 0 18px 44px rgba(52, 17, 76, .16);
}

.membership-volunteer-panel h2 {
  color: #fff;
}

.membership-volunteer-panel p {
  color: rgba(255,255,255,.88);
}

.membership-cta-panel {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(135deg, rgba(255, 200, 61, .18), rgba(254, 122, 0, .08)),
    #fff;
  border: 1px solid rgba(254, 122, 0, .18);
}

.membership-cta-panel p {
  max-width: 720px;
  color: #4d4255;
}

.membership-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.membership-button-row a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.membership-button-row a:first-child {
  background: var(--purple);
  color: #fff;
}

.membership-button-row a:nth-child(2) {
  background: var(--orange);
  color: #fff;
}

.membership-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .membership-benefit-grid,
  .membership-step-list {
    grid-template-columns: 1fr 1fr;
  }

  .membership-two-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .membership-benefit-grid,
  .membership-step-list {
    grid-template-columns: 1fr;
  }

  .membership-intro-panel,
  .membership-benefit-card,
  .membership-panel,
  .membership-checklist,
  .membership-steps,
  .membership-volunteer-panel,
  .membership-cta-panel {
    border-radius: 18px;
  }
}


/* --------------------------------------------------------------------------
   Tentoonstellingen page redesign
   Dynamic current, upcoming and archive sections with a featured event.
   -------------------------------------------------------------------------- */

.exhibitions-intro-panel {
  margin: 0 0 42px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 200, 61, .22) 0 82px, transparent 83px),
    linear-gradient(135deg, #fffdfb 0%, #fbf6fd 100%);
  box-shadow: 0 16px 42px rgba(52, 17, 76, .055);
}

.exhibitions-intro-panel p {
  max-width: 800px;
  margin: 0;
  color: #45384f;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.exhibition-page-section {
  margin: clamp(44px, 7vw, 78px) 0;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading-row h2 {
  margin-bottom: 6px;
}

.section-heading-row p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.exhibition-feature {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(52, 17, 76, .09);
}

.exhibition-feature-media {
  min-height: 390px;
  background: var(--soft);
}

.exhibition-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibition-feature-placeholder {
  display: flex;
  align-items: end;
  padding: 28px;
  text-decoration: none;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 200, 61, .95) 0 55px, transparent 56px),
    radial-gradient(circle at 73% 68%, rgba(254, 122, 0, .9) 0 74px, transparent 75px),
    linear-gradient(145deg, var(--purple-dark), var(--purple));
}

.exhibition-feature-placeholder span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--purple-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.exhibition-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
}

.exhibition-feature-body h2 {
  margin: 12px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.08;
}

.exhibition-feature-body h2 a {
  color: var(--purple-dark);
  text-decoration: none;
}

.exhibition-feature-body h2 a:hover {
  color: var(--purple);
}

.exhibition-feature-location {
  margin-bottom: 12px;
  color: var(--purple-dark);
  font-weight: 700;
}

.exhibition-feature-practical,
.exhibition-card-practical {
  color: #51445b;
  font-size: .95rem;
}

.exhibition-feature-body .button {
  align-self: flex-start;
  margin-top: 12px;
}

.exhibition-secondary-grid {
  margin-top: 22px;
}

.exhibition-empty-state {
  padding: clamp(24px, 4vw, 38px);
  border: 1px dashed rgba(90, 30, 140, .24);
  border-radius: 22px;
  background: var(--soft);
}

.exhibition-empty-state h3 {
  max-width: 720px;
  margin: 14px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.exhibition-empty-state p {
  max-width: 760px;
  color: var(--muted);
}

.exhibition-empty-compact {
  padding-block: 24px;
}

.exhibition-empty-compact p {
  margin: 0;
}

.exhibition-visitor-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(44px, 7vw, 76px) 0;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  color: #fff;
  box-shadow: 0 18px 44px rgba(52, 17, 76, .16);
}

.exhibition-visitor-panel h2 {
  margin-bottom: 10px;
  color: #fff;
}

.exhibition-visitor-panel p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255,255,255,.88);
}

.exhibition-visitor-panel .eyebrow {
  color: var(--yellow);
}

.exhibition-visitor-panel .button-secondary {
  flex: 0 0 auto;
  border-color: rgba(255,255,255,.45);
  background: #fff;
  color: var(--purple-dark);
}

.exhibition-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(46px, 8vw, 84px);
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(254, 122, 0, .18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 200, 61, .18), rgba(254, 122, 0, .08)),
    #fff;
}

.exhibition-cta-panel h2 {
  margin-bottom: 9px;
}

.exhibition-cta-panel p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: #4d4255;
}

.exhibition-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.exhibition-card .location {
  color: var(--purple-dark);
  font-weight: 700;
}

.exhibition-practical-panel {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(90, 30, 140, .12);
  border-radius: 24px;
  background: var(--soft);
}

.exhibition-practical-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.exhibition-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
}

.exhibition-practical-grid > div {
  padding: 18px;
  border: 1px solid rgba(90, 30, 140, .09);
  border-radius: 16px;
  background: #fff;
}

.exhibition-practical-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--purple-dark);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.exhibition-practical-grid p {
  margin: 0;
  color: #4d4255;
}

@media (max-width: 900px) {
  .exhibition-feature {
    grid-template-columns: 1fr;
  }

  .exhibition-feature-media {
    min-height: 300px;
  }

  .exhibition-visitor-panel,
  .exhibition-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .exhibitions-intro-panel,
  .exhibition-feature,
  .exhibition-empty-state,
  .exhibition-visitor-panel,
  .exhibition-cta-panel,
  .exhibition-practical-panel {
    border-radius: 18px;
  }

  .exhibition-feature-media {
    min-height: 230px;
  }

  .exhibition-practical-grid {
    grid-template-columns: 1fr;
  }

  .exhibition-cta-actions {
    width: 100%;
  }
}
