:root {
  --burgundy: #820000;
  --burgundy-deep: #4f0000;
  --burgundy-soft: #a74848;
  --cream: #fbf7f5;
  --stone: #f2eee9;
  --paper: #ffffff;
  --text: #2b2526;
  --muted: #6d6261;
  --line: #ded4d1;
  --line-strong: #c9bbb6;
  --blush: #efd8d8;
  --blush-soft: #fbefef;
  --sage: #78806a;
  --sage-soft: #edf0e7;
  --ochre: #bd8f4d;
  --ochre-soft: #f6ead8;
  --slate: #5f7479;
  --slate-soft: #e9f0f1;
  --accent: #bd8f4d;
  --shadow: 0 20px 55px rgba(63, 45, 46, .10);
  --shadow-soft: 0 9px 28px rgba(63, 45, 46, .065);
  --font-heading: 'Cinzel', Georgia, serif;
  --font-body: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --narrow: min(800px, calc(100% - 40px));
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; background: var(--cream); color: var(--text); font-family: var(--font-body); font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: var(--burgundy); text-underline-offset: 4px; }
a:hover { color: var(--burgundy-soft); }
button, input, select { 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: 18px; top: 10px; z-index: 1000; transform: translateY(-170%); padding: 10px 16px; border-radius: 999px; background: var(--burgundy); color: white; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0 0 .55em; color: var(--burgundy-deep); font-family: var(--font-heading); font-weight: 600; line-height: 1.14; letter-spacing: .01em; }
h1 { font-size: clamp(2.3rem, 4.9vw, 4.7rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.8rem); }
h3 { font-size: clamp(1.14rem, 1.55vw, 1.4rem); }
p { margin: 0 0 1.15em; }
.lead { max-width: 780px; color: #5f5755; font-size: clamp(1.06rem, 1.55vw, 1.25rem); line-height: 1.58; }
.eyebrow { margin-bottom: 14px; color: var(--burgundy); font-size: .77rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.small-note { margin-top: 28px; color: var(--muted); font-size: .92rem; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .95); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--burgundy); text-decoration: none; }
.brand img { width: 84px; height: 76px; object-fit: contain; object-position: left center; }
.brand-network { font-family: var(--font-heading); font-size: 1.03rem; letter-spacing: .055em; }
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a { padding: 9px 12px; border-radius: 6px; color: var(--text); font-size: .92rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--stone); color: var(--burgundy); }
.site-nav .nav-cta { margin-left: 8px; padding-inline: 17px; background: var(--burgundy); color: white; }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { background: var(--burgundy-deep); color: white; }
.menu-toggle { display: none; align-items: center; border: 0; background: transparent; color: var(--burgundy); 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; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 21px; border: 1.5px solid transparent; border-radius: 6px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--burgundy); color: white; box-shadow: 0 12px 28px rgba(130, 0, 0, .17); }
.button-primary:hover { background: var(--burgundy-deep); color: white; }
.button-secondary { border-color: var(--burgundy); background: transparent; color: var(--burgundy); }
.button-secondary:hover { background: var(--burgundy); color: white; }
.button-light { background: white; color: var(--burgundy); }
.button-light:hover { background: var(--stone); color: var(--burgundy-deep); }
.button-outline-light { border-color: rgba(255,255,255,.8); color: white; }
.button-outline-light:hover { background: white; color: var(--burgundy); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--burgundy); font-weight: 700; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(3px); }

.home-hero { position: relative; overflow: hidden; padding: clamp(64px, 9vw, 118px) 0; background: radial-gradient(circle at 86% 24%, rgba(130,0,0,.07) 0 16%, transparent 17%), linear-gradient(145deg, #fff 0%, var(--cream) 64%); }
.home-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; bottom: -220px; border: 1px solid rgba(130,0,0,.15); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(290px, .62fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.hero-copy h1 { max-width: 820px; }
.hero-copy .lead { max-width: 740px; }
.hero-mark { position: relative; padding: 16px; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.hero-mark-inner { min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 4vw, 42px); border-radius: 25px; background: var(--burgundy); color: rgba(255,255,255,.88); }
.hero-mark-inner::before { content: "D"; position: absolute; top: 26px; right: 37px; color: rgba(255,255,255,.08); font-family: var(--font-heading); font-size: 10rem; line-height: 1; }
.hero-mark p { max-width: 300px; }
.hero-mark .text-link { color: white; }
.hero-price { color: white; font-family: var(--font-heading); font-size: clamp(3.2rem, 6vw, 5.4rem); line-height: .95; }
.hero-price-label { margin: 5px 0 22px; color: rgba(255,255,255,.7); font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; }

.home-intro { padding: clamp(44px, 6vw, 70px) 0; border-block: 1px solid var(--line); background: white; }
.intro-grid { display: grid; grid-template-columns: minmax(180px, .33fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 80px); align-items: start; }
.intro-grid .eyebrow { margin-top: 8px; }
.intro-grid p:last-child { max-width: 800px; color: var(--muted); font-size: 1.05rem; }

.section { padding: clamp(66px, 8vw, 100px) 0; }
.section-soft { background: linear-gradient(180deg, rgba(242,238,233,.72), rgba(250,248,245,.94)); border-block: 1px solid var(--line); }
.section-paper { background: white; border-block: 1px solid var(--line); }
.section-heading, .section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h2, .section-heading-row h2 { margin-bottom: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.feature-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card, .membership-benefit-card, .about-action-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
.feature-card > span, .membership-benefit-card > span, .about-action-card > span { display: inline-grid; min-width: 42px; height: 42px; place-items: center; margin-bottom: 22px; padding-inline: 12px; border-radius: 999px; background: var(--stone); color: var(--burgundy); font-weight: 700; }
.feature-card p, .membership-benefit-card p, .about-action-card p { margin-bottom: 0; color: var(--muted); }

.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.path-card { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 44px); border: 1px solid var(--line); border-radius: 30px; background: white; color: inherit; text-decoration: none; box-shadow: var(--shadow-soft); transition: transform .18s ease; }
.path-card:hover { transform: translateY(-4px); color: inherit; }
.path-card span { width: max-content; margin-bottom: auto; color: var(--burgundy); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.path-card h2 { margin-top: 38px; }
.path-card p { max-width: 470px; margin-bottom: 0; color: var(--muted); }
.path-card-dark { background: var(--burgundy); }
.path-card-dark h2, .path-card-dark p, .path-card-dark span { color: white; }
.path-card-dark p { color: rgba(255,255,255,.76); }

.card-grid { display: grid; gap: 24px; margin-top: 28px; }
.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; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
.card-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--stone); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-media img { transform: scale(1.025); }
.art-placeholder { display: grid; place-items: end start; padding: 22px; background: linear-gradient(145deg, var(--burgundy-deep), var(--burgundy)); color: rgba(255,255,255,.88); font-family: var(--font-heading); font-size: 1.1rem; letter-spacing: .12em; text-decoration: none; }
.card-body { flex: 1; padding: 24px; }
.card-title { font-size: 1.45rem; }
.card-title a { color: inherit; text-decoration: none; }
.card-title a:hover { color: var(--burgundy); }
.card-body p { color: var(--muted); }
.meta-line { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin-bottom: 13px; color: var(--muted); font-size: .9rem; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--stone); color: var(--burgundy); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.location { color: var(--burgundy) !important; font-weight: 600; }
.event-practical { font-size: .94rem; }
.card-placeholder { min-height: 240px; }

.join-strip-section { background: white; }
.join-strip { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: clamp(32px, 5vw, 50px); border-radius: 32px; background: var(--burgundy); color: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.join-strip h2, .join-strip .eyebrow { color: white; }
.join-strip p { max-width: 700px; margin-bottom: 0; }

.page-hero { padding: clamp(42px, 6vw, 68px) 0; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, white, var(--cream)); }
.page-hero-content { max-width: 860px; }
.page-hero h1 { max-width: 820px; font-size: clamp(2.25rem, 4vw, 4rem); }
.page-hero .lead { max-width: 760px; margin-top: 18px; margin-bottom: 0; }
.article-hero, .profile-hero { padding: clamp(58px, 8vw, 94px) 0; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, white, var(--cream)); }
.article-hero h1, .profile-hero h1 { font-size: clamp(2.25rem, 4vw, 4rem); }
.content-section, .article-body { padding: clamp(56px, 8vw, 90px) 0; }
.prose { color: var(--text); }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { margin-top: 1.75em; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: .4em; }
.prose img { margin: 34px auto; border-radius: 20px; box-shadow: var(--shadow-soft); }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); }
.article-image {
  margin-top: -28px;
  text-align: center;
}

.article-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.article-share {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.article-share-title {
  margin: 0 0 13px;
  color: var(--burgundy-deep);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
}
.article-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-share-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: white;
  color: var(--burgundy);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.article-share-button:hover {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: white;
}
.article-share-button[hidden] {
  display: none;
}

.filter-panel { padding: clamp(18px, 2.4vw, 26px); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
.filter-controls { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(220px, .62fr); gap: 18px; align-items: end; }
.filter-field { display: grid; gap: 7px; }
.filter-panel label { font-weight: 700; color: var(--burgundy-deep); }
.filter-panel input, .filter-panel select { width: 100%; min-height: 50px; padding: 12px 16px; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--cream); color: var(--text); }
.filter-panel select { appearance: auto; cursor: pointer; }
.filter-panel input:focus, .filter-panel select:focus { outline: 3px solid rgba(130,0,0,.12); border-color: var(--burgundy); }
.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 { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-soft); transition: transform .18s ease, border-color .18s ease; }
.artist-card:hover { transform: translateY(-3px); border-color: var(--burgundy); }
.artist-card-link { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 18px; min-height: 130px; padding: 18px; color: inherit; text-decoration: none; }
.artist-avatar { display: grid; width: 78px; aspect-ratio: 1; place-items: center; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg, var(--burgundy-deep), var(--burgundy)); color: white; font-family: var(--font-heading); font-size: 1.15rem; }
.artist-avatar img { width: 100%; height: 100%; object-fit: cover; }
.artist-card h2 { margin-bottom: 5px; font-size: 1.24rem; }
.artist-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.45; }

.featured-artist-heading {
  margin-bottom: 22px;
}
.featured-artist-heading h2 {
  margin-bottom: 0;
}

.featured-artist-card {
  display: grid;
  grid-template-columns: minmax(240px, .52fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
}
.featured-artist-image {
  display: block;
  overflow: hidden;
  min-height: 300px;
  border-radius: 24px;
  background: var(--stone);
}
.featured-artist-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 430px;
  object-fit: cover;
}
.featured-work-title {
  display: block;
  padding: 10px 4px 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.35;
}
.featured-artist-copy h3 {
  margin-bottom: .45em;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
}
.featured-artist-copy h3 a {
  color: inherit;
  text-decoration: none;
}
.featured-artist-copy h3 a:hover {
  color: var(--burgundy);
}
.featured-artist-summary {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.artist-search-heading {
  margin-bottom: 22px;
}
.artist-search-heading h2 {
  margin-bottom: 0;
}
.artist-search-intro {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.directory-search-prompt {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: .96rem;
}
.artist-directory-results {
  margin-top: 26px;
}
.artist-directory-results[hidden] {
  display: none;
}


/* Artists directory */
.artist-directory-item {
  display: contents;
}

.artist-directory-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}


/* Articles page */
.articles-latest-section {
  background: white;
}

.articles-section-heading {
  margin-bottom: 24px;
}

.article-featured-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}

.article-featured-image {
  display: block;
  min-height: 360px;
  overflow: hidden;
  background: var(--stone);
  text-decoration: none;
}

.article-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .35s ease;
}

.article-featured-card:hover .article-featured-image img {
  transform: scale(1.025);
}

.article-featured-image-fallback {
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background: linear-gradient(145deg, var(--ochre-soft), #ead4ae);
}

.article-featured-image-fallback span {
  color: var(--burgundy-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
}

.article-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
}

.article-featured-copy h3 {
  margin-bottom: .5em;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.article-featured-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.article-featured-copy h3 a:hover {
  color: var(--burgundy);
}

.article-featured-copy p {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.04rem;
}

.article-featured-copy .button {
  width: max-content;
}

.article-search-heading {
  margin-bottom: 22px;
}

.article-search-heading h2 {
  margin-bottom: .35em;
}

.article-search-intro {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.article-directory-results {
  margin-top: 26px;
}

.article-grid {
  margin-top: 0;
}

.article-directory-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 720px) {
  .article-featured-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .article-featured-image,
  .article-featured-image img {
    min-height: 0;
  }

  .article-featured-image {
    aspect-ratio: 16 / 10;
  }

  .article-featured-image img {
    height: 100%;
  }

  .article-featured-copy {
    padding: 22px;
  }

  .article-featured-copy h3 {
    font-size: 1.6rem;
  }
}

.empty-state, .empty-panel { margin-top: 28px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
.profile-grid { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 36px; align-items: center; }
.profile-portrait { display: grid; width: 160px; aspect-ratio: 1; place-items: center; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, var(--burgundy-deep), var(--burgundy)); color: white; box-shadow: var(--shadow-soft); font-family: var(--font-heading); font-size: 2.3rem; }
.profile-portrait img { width: 100%; height: 100%; object-fit: cover; }
/* Artist profile gallery: fixed display areas keep mixed artwork formats orderly */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
  margin-top: 30px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  height: 350px;
  padding: 14px;
  object-fit: contain;
  object-position: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: white;
  transition: transform .35s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-grid figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: .9rem;
}

@media (max-width: 900px) and (min-width: 721px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.event-section + .event-section { margin-top: clamp(56px, 8vw, 90px); }


/* Events page */
.exhibitions-page .event-section .card-grid {
  margin-top: 0;
}

/* Show complete event images while preserving the existing hover zoom */
.exhibitions-page .card-media {
  aspect-ratio: 4 / 3;
  background: var(--cream);
}

.exhibitions-page .card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.info-panel, .practical-panel, .archive-callout, .membership-intro-panel, .membership-panel, .about-intro-panel, .about-contact-section { border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow-soft); }
.info-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: clamp(56px, 8vw, 90px) 0; padding: clamp(26px, 4vw, 40px); }
.info-panel p { max-width: 720px; }
.practical-panel { margin-top: 36px; padding: clamp(24px, 4vw, 36px); }
.practical-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; }
.practical-grid strong { display: block; color: var(--burgundy-deep); }
.practical-grid p { margin: .25em 0 0; color: var(--muted); }

.past-events-list { border-top: 1px solid var(--line-strong); }
.past-event-row { display: grid; grid-template-columns: minmax(155px, .3fr) minmax(0, 1fr); gap: clamp(22px, 4vw, 42px); padding: 28px 0; border-bottom: 1px solid var(--line); }
.past-event-date { color: var(--burgundy); font-size: .92rem; font-weight: 700; }
.past-event-content h2 { margin-bottom: .3em; font-size: clamp(1.3rem, 2vw, 1.72rem); }
.past-event-content h2 a { color: inherit; text-decoration: none; }
.past-event-location { margin-bottom: .45em; color: var(--burgundy); font-weight: 600; }
.past-event-summary { max-width: 760px; margin-bottom: .65em; color: var(--muted); }
.past-events-list-compact .past-event-row { padding: 22px 0; }
.archive-callout { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 48px; padding: 30px; }
.archive-callout p { margin-bottom: 0; color: var(--muted); }

.membership-intro-panel { padding: 30px; }
.membership-price { margin-bottom: 6px; color: var(--burgundy); font-family: var(--font-heading); font-size: 1.7rem; }
.membership-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 30px 0; }
.membership-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr); gap: 28px; margin: 34px 0; }
.membership-panel { padding: 28px; }
.membership-panel h2 { font-size: 1.5rem; }
.membership-step-list { display: grid; gap: 14px; margin: 24px 0 34px; padding: 0 !important; list-style: none; }
.membership-step { padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.membership-cta-panel { margin-top: 36px; padding: clamp(28px, 4vw, 40px); border-radius: 28px; background: var(--burgundy); color: rgba(255,255,255,.82); }
.membership-cta-panel h2 { color: white; }
.about-intro-panel { padding: 30px; }
.about-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 30px 0; }
.about-contact-section { margin-top: 48px; padding: clamp(28px, 4vw, 40px); }
.company-details { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); }


/* ================================
   HOME PAGE
   ================================ */
.home-shell-compact {
  max-width: 980px;
}

.home-section-heading {
  margin-bottom: 28px;
}
.home-section-heading h2 {
  margin-bottom: 0;
}
.home-section-title-row {
  margin-bottom: 30px;
}

/* Hero */
.home-hero-modern {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 12%, rgba(239,216,216,.7) 0 9%, transparent 9.5%),
    radial-gradient(circle at 94% 82%, rgba(237,240,231,.95) 0 13%, transparent 13.5%),
    linear-gradient(135deg, #fff 0%, var(--cream) 70%);
}
.home-hero-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
}
.home-hero-modern-copy {
  max-width: 680px;
}
.home-hero-modern-copy h1 {
  max-width: 650px;
  margin-bottom: .35em;
  font-size: clamp(2.65rem, 5.2vw, 5.15rem);
}
.home-hero-modern-copy .lead {
  max-width: 650px;
  margin-bottom: 0;
}

.home-art-wall {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-auto-rows: 182px;
  gap: 14px;
  min-height: 500px;
}
.home-art-wall-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(79,0,0,.10);
  border-radius: 24px;
  background: var(--stone);
  box-shadow: var(--shadow-soft);
  color: white;
  text-decoration: none;
}
.home-art-wall-card:first-child {
  grid-row: span 2;
}
.home-art-wall-card:nth-child(4n+2) { transform: translateY(18px); }
.home-art-wall-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.home-art-wall-card:hover img {
  transform: scale(1.035);
}
.home-art-wall-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(transparent, rgba(28,19,20,.7));
  pointer-events: none;
}
.home-art-wall-caption {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 13px;
  color: white;
  font-size: .86rem;
  font-weight: 700;
}
.home-art-wall-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: end start;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(79,0,0,.86), rgba(130,0,0,.78)),
    var(--blush);
  color: white;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

/* Artists */
.home-artists-section {
  background: white;
}
.home-artist-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.home-artist-showcase-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(190px, .9fr) minmax(0, 1fr);
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}
.home-artist-showcase-image {
  min-height: 260px;
  overflow: hidden;
  background: var(--stone);
}
.home-artist-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.home-artist-showcase-card:hover .home-artist-showcase-image img {
  transform: scale(1.025);
}
.home-artist-showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.home-artist-showcase-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.home-artist-showcase-copy h3 a {
  color: inherit;
  text-decoration: none;
}

/* Newsletter */
.home-newsletter-section {
  padding-block: clamp(42px, 5.5vw, 62px);
  background: white;
}

.home-newsletter-strip {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  padding: clamp(28px, 4vw, 38px) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.home-newsletter-meta {
  padding-top: 4px;
}

.home-newsletter-meta .eyebrow {
  margin-bottom: 10px;
}

.home-newsletter-meta time {
  display: block;
  color: var(--burgundy-deep);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.35;
}

.home-newsletter-copy h2 {
  max-width: 680px;
  margin-bottom: .42em;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.home-newsletter-copy > p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.home-newsletter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 18px;
}

.newsletter-archive-page { width: 100%; }
.newsletter-latest-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.newsletter-latest-copy { padding: clamp(28px, 4vw, 40px); }
.newsletter-latest-copy p { max-width: 680px; color: var(--muted); }
.newsletter-latest-date { display: grid; place-items: center; padding: 28px; background: var(--burgundy); color: white; text-align: center; }
.newsletter-latest-date strong { font-family: var(--font-heading); font-size: 1.55rem; font-weight: 600; line-height: 1.2; }
.newsletter-archive-list { margin-top: 24px; border-top: 1px solid var(--line-strong); }
.newsletter-archive-row { display: grid; grid-template-columns: 170px minmax(0,1fr) auto; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.newsletter-archive-row time { color: var(--burgundy); font-weight: 700; }
.newsletter-archive-row h3 { margin: 0 0 .25em; font-size: 1.2rem; }
.newsletter-archive-row p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.5; }
.newsletter-empty { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; color: var(--muted); }

/* Offer */
.home-offer-section {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  border-block: 1px solid var(--line);
}
.home-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.home-offer-grid-colour {
  border: 0;
}
.home-offer-item,
.home-offer-item + .home-offer-item {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
}
.home-offer-item::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  right: -34px;
  bottom: -38px;
  border-radius: 50%;
  opacity: .85;
}
.home-offer-blush { background: linear-gradient(160deg, white 0 62%, var(--blush-soft)); }
.home-offer-sage { background: linear-gradient(160deg, white 0 62%, var(--sage-soft)); }
.home-offer-ochre { background: linear-gradient(160deg, white 0 62%, var(--ochre-soft)); }
.home-offer-blush::after { background: var(--blush); }
.home-offer-sage::after { background: var(--sage); opacity: .18; }
.home-offer-ochre::after { background: var(--ochre); opacity: .16; }
.home-offer-number {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--burgundy);
  font-family: var(--font-heading);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.home-offer-item h3 {
  margin-bottom: .45em;
  font-size: 1.25rem;
}
.home-offer-item p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}
.home-offer-link {
  margin: 22px 0 0;
}

/* What's happening */
.home-happening-section {
  background:
    linear-gradient(125deg, rgba(220, 228, 214, .44) 0%, rgba(255,255,255,.96) 44%, rgba(249, 237, 218, .46) 100%);
}
.home-happening-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.home-latest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}
.home-latest-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.home-latest-event {
  border-top: 5px solid var(--sage);
}
.home-latest-article {
  border-top: 5px solid var(--ochre);
}
.home-latest-media {
  display: block;
  overflow: hidden;
  background: var(--stone);
  text-decoration: none;
}
.home-latest-event .home-latest-media,
.home-latest-article .home-latest-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}
.home-latest-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.home-latest-card:hover .home-latest-media img {
  transform: scale(1.025);
}
.home-latest-media-fallback {
  display: flex;
  align-items: flex-end;
  padding: 28px;
}
.home-latest-media-event.home-latest-media-fallback {
  background: linear-gradient(145deg, var(--sage-soft), #c8d0bd);
}
.home-latest-media-article.home-latest-media-fallback {
  background: linear-gradient(145deg, var(--ochre-soft), #ead4ae);
}
.home-latest-media-fallback span {
  max-width: 520px;
  color: var(--burgundy-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.2;
}
.home-latest-copy {
  padding: clamp(22px, 3vw, 30px);
}
.home-latest-copy h3 {
  margin-bottom: .45em;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
}
.home-latest-copy h3 a {
  color: inherit;
  text-decoration: none;
}
.home-latest-copy h3 a:hover {
  color: var(--burgundy);
}
.home-latest-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 16px;
  color: var(--muted);
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-latest-article .home-latest-copy p {
  -webkit-line-clamp: 4;
}
.home-latest-card-no-image .home-latest-copy {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-latest-card-no-image .text-link {
  margin-top: auto;
  padding-top: 14px;
}

/* Featured artist */
.home-featured-section {
  background:
    linear-gradient(180deg, rgba(251,239,239,.62), rgba(251,247,245,.94));
  border-block: 1px solid var(--line);
}
.home-featured-artist {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.home-featured-artist-modern {
  border-top: 5px solid var(--burgundy);
}
.home-featured-artwork {
  display: block;
  height: 270px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--stone);
}
.home-featured-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-featured-copy h3 {
  margin-bottom: .4em;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}
.home-featured-copy p {
  max-width: 600px;
  color: var(--muted);
}

/* Join */
.home-join-section {
  background: white;
}
.home-join-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px 38px;
  border-radius: 26px;
  background: var(--burgundy);
  color: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.home-join-panel-modern {
  position: relative;
  overflow: hidden;
}
.home-join-panel-modern::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -55px;
  top: -75px;
  border-radius: 50%;
  background: var(--ochre);
  opacity: .24;
}
.home-join-panel h2 {
  color: white;
}
.home-join-panel h2 {
  margin-bottom: .3em;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
}
.home-join-panel p {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin-bottom: 0;
}
.home-join-panel .button {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.site-footer { padding: 52px 0 0; background: var(--burgundy-deep); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr .9fr; gap: clamp(26px, 4vw, 48px); }
.footer-brand img { width: 118px; height: auto; object-fit: contain; border-radius: 12px; background: white; }
.footer-brand p { max-width: 330px; margin-top: 16px; }
.site-footer h2 { margin-bottom: 12px; color: white; font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { color: white; }
.site-footer a:hover { color: #e8ddd4; }
.footer-column p { font-size: .94rem; line-height: 1.55; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 17px 0 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.52); font-size: .82rem; }
.footer-language { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.footer-language label { color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 600; }
.footer-language select { min-height: 36px; padding: 6px 30px 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: #fff; color: var(--burgundy-deep); font-size: .88rem; cursor: pointer; }
.footer-language select:focus { outline: 3px solid rgba(255,255,255,.18); outline-offset: 2px; }

@media (min-width: 721px) {
  /* Keep the Artists page compact on desktop and laptop */
  .artists-feature-section .shell,
  .artists-section .shell {
    max-width: 940px;
  }

  .featured-artist-card {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    padding: 24px;
    border-radius: 24px;
  }

  .featured-artist-image {
    min-height: 0;
    height: 300px;
    border-radius: 20px;
  }

  .featured-artist-image img {
    width: 100%;
    height: 300px;
    min-height: 0;
    max-height: 300px;
    object-fit: cover;
  }

  .featured-artist-copy h3 {
    font-size: clamp(1.55rem, 2vw, 2rem);
  }

  .featured-artist-summary {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .filter-panel {
    max-width: 940px;
  }

  /* Keep article images balanced on desktop and laptop */
  .article-image img,
  .prose img {
    width: auto;
    max-width: min(100%, 720px);
    max-height: 520px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
  }

  .home-hero { padding: 54px 0 70px; }
  .home-intro { padding: 40px 0; }
  .section { padding: 52px 0 68px; }

  .page-hero { padding: 30px 0 34px; }
  .page-hero-content { max-width: 760px; }
  .page-hero h1 { max-width: 720px; margin-bottom: .35em; font-size: clamp(1.9rem, 2.65vw, 2.8rem); }
  .page-hero .lead { max-width: 680px; margin-top: 8px; font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.5; }

  .article-hero,
  .profile-hero { padding: 42px 0 56px; }

  .content-section,
  .article-body { padding: 46px 0 62px; }

  .path-card { min-height: 260px; }

  .feature-grid,
  .card-grid { margin-top: 24px; }

  .join-strip { padding: 34px 40px; }
}

@media (max-width: 1080px) {
  .home-latest-grid { grid-template-columns: 1fr 1fr; }

  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 14px 20px 22px; border-bottom: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .nav-cta { margin: 8px 0 0; text-align: center; }
  .menu-toggle { display: inline-flex; }
  .hero-grid, .intro-grid { grid-template-columns: 1fr; }
  .hero-mark { max-width: 520px; }
  .feature-grid-4, .artist-grid, .membership-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 42px 0; }

  .home-hero-modern { padding: 18px 0 34px; }
  .home-hero-modern-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255,255,255,.90);
    box-shadow: var(--shadow-soft);
  }
  .home-hero-modern-copy h1 { font-size: clamp(2.2rem, 10.5vw, 3.45rem); }
  .home-art-wall {
    grid-template-columns: 1.05fr .95fr;
    grid-auto-rows: 126px;
    gap: 9px;
    min-height: 346px;
  }
  .home-art-wall-card { border-radius: 18px; }
  .home-art-wall-card:nth-child(4n+2) { transform: translateY(8px); }
  .home-art-wall-caption { left: 11px; bottom: 9px; font-size: .76rem; }

  .home-section-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
  }

  .home-artist-showcase { grid-template-columns: 1fr; gap: 16px; }
  .home-artist-showcase-card {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
  }
  .home-artist-showcase-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .home-artist-showcase-copy { padding: 20px; }

  .home-newsletter-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }
  .home-newsletter-meta { padding-top: 0; }
  .home-newsletter-meta time { font-size: 1rem; }
  .home-newsletter-copy h2 { font-size: 1.55rem; }
  .home-newsletter-copy > p { font-size: 1rem; }
  .home-newsletter-links { align-items: flex-start; flex-direction: column; gap: 8px; }
  .newsletter-latest-card { grid-template-columns: 1fr; border-radius: 24px; }
  .newsletter-latest-date { place-items: start; text-align: left; }
  .newsletter-archive-row { grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }

  .home-offer-grid { grid-template-columns: 1fr; gap: 14px; }
  .home-offer-item,
  .home-offer-item + .home-offer-item {
    min-height: 0;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
  }
  .home-offer-number { margin-bottom: 18px; }

  .home-latest-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-happening-links { gap: 8px 16px; }
  .home-latest-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
  }
  .home-latest-event { border-top: 5px solid var(--sage); }
  .home-latest-article { border-top: 5px solid var(--ochre); }
  .home-latest-event .home-latest-media,
  .home-latest-article .home-latest-media {
    aspect-ratio: 16 / 10;
  }
  .home-latest-copy { padding: 20px; }
  .home-latest-card-no-image .home-latest-copy { min-height: 210px; }
  .home-featured-artist {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    border: 1.5px solid var(--line-strong);
    border-top: 5px solid var(--burgundy);
    border-radius: 24px;
    background: var(--paper);
    box-shadow: 0 10px 28px rgba(63, 45, 46, .10);
  }
  .home-featured-artwork { display: grid; height: 260px; max-height: 260px; place-items: center; overflow: hidden; border-radius: 16px; background: var(--stone); }
  .home-featured-artwork img { width: 100%; height: 100%; max-height: 260px; object-fit: contain; }
  .home-featured-copy h3 { font-size: 1.55rem; }
  .home-featured-copy p { line-height: 1.55; }
  .home-join-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
  }

  .article-image img { width: 100%; max-height: none; }
  .article-share { margin-top: 40px; }
  .article-share-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-share-button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-language { width: 100%; justify-content: space-between; }
  :root { --shell: min(100% - 28px, 1180px); --narrow: min(100% - 28px, 800px); }
  body { font-size: 16px; }
  .header-inner { min-height: 76px; }
  .brand img { width: 68px; height: 62px; }
  .brand-network { font-size: .9rem; }
  .home-hero { padding-top: 46px; }
  .hero-mark-inner { min-height: 330px; }
  .path-grid, .card-grid-2, .card-grid-3, .artist-grid, .feature-grid, .feature-grid-4, .membership-benefit-grid, .membership-two-column, .about-action-grid, .gallery-grid, .practical-grid, .profile-grid, .filter-controls { grid-template-columns: 1fr; }
  .gallery-grid img { height: min(82vw, 420px); }
  .site-footer { padding-top: 36px; }
  .site-footer .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 18px !important;
    align-items: start;
  }
  .site-footer .footer-grid > * {
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    grid-column: auto !important;
  }
  .footer-brand img { width: 92px; }
  .footer-brand p { margin-top: 12px; font-size: .88rem; line-height: 1.45; }
  .footer-column p { margin-bottom: .65em; font-size: .88rem; line-height: 1.45; }
  .section-heading, .section-heading-row, .archive-callout, .info-panel, .join-strip { align-items: flex-start; flex-direction: column; }
  .path-card { min-height: 240px; }
  .past-event-row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .profile-portrait { width: 135px; }
  .featured-artist-card { grid-template-columns: 1fr; gap: 22px; padding: 18px; }
  .featured-artist-image { min-height: 0; }
  .featured-artist-image img { min-height: 0; max-height: none; }
  .join-strip { border-radius: 26px; }
}

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

/* ============================================================
   HOME PAGE 2026 EDITORIAL REFRESH
   Presentation-only update. Navigation and interior pages remain unchanged.
   ============================================================ */

/* Give the homepage more breathing room and a stronger editorial scale. */
.home-hero-modern .shell,
.home-artists-section .shell,
.home-happening-section .shell,
.home-newsletter-section .shell,
.home-offer-section .shell,
.home-featured-section .shell,
.home-join-section .shell {
  max-width: 1180px;
}

.home-hero-modern,
.home-artists-section,
.home-newsletter-section,
.home-offer-section,
.home-happening-section,
.home-featured-section,
.home-join-section {
  position: relative;
}

.home-hero-modern .button,
.home-join-section .button {
  border-radius: 6px;
}

/* Hero: larger artwork, less card-like, more gallery/editorial. */
.home-hero-modern {
  min-height: min(820px, calc(100vh - 86px));
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 108px) 0;
  background:
    linear-gradient(90deg, rgba(130,0,0,.035) 0 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, #fff 0%, #fbf7f5 100%);
}

.home-hero-modern-grid {
  grid-template-columns: minmax(0, .80fr) minmax(500px, 1.20fr);
  gap: clamp(52px, 7vw, 96px);
}

.home-hero-modern-copy {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.home-hero-modern-copy::before {
  content: "DIZAURA ARTISTS NETWORK";
  display: block;
  margin-bottom: 24px;
  color: var(--burgundy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
}

.home-hero-modern-copy h1 {
  max-width: 600px;
  margin-bottom: .28em;
  font-size: clamp(3.2rem, 5.7vw, 5.8rem);
  line-height: .99;
  letter-spacing: -.02em;
}

.home-hero-modern-copy .lead {
  max-width: 560px;
  color: #62595a;
  font-size: clamp(1.08rem, 1.45vw, 1.26rem);
}

.home-hero-modern-copy .button-row {
  margin-top: 34px;
}

.home-art-wall {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
  min-height: 0;
  height: 492px;
}

.home-art-wall-card {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(45, 30, 31, .13);
  transform: none;
}

.home-art-wall-card img {
  filter: saturate(.97) contrast(1.01);
}

.home-art-wall-card::after {
  height: 34%;
  background: linear-gradient(transparent, rgba(24,17,18,.64));
}

.home-art-wall-caption {
  left: 18px;
  bottom: 15px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
}

/* Section titles: simpler and sharper. */
.home-section-title-row,
.home-section-heading {
  margin-bottom: 36px;
}

.home-section-title-row h2,
.home-section-heading h2 {
  position: relative;
  padding-top: 15px;
}

.home-section-title-row h2::before,
.home-section-heading h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 2px;
  background: var(--burgundy);
}

/* Meet the artists: art-led cards, not boxes. */
.home-artists-section {
  padding-block: clamp(72px, 8vw, 108px);
  background: #fff;
}

.home-artist-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
}

.home-artist-showcase-card {
  display: block;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-artist-showcase-image {
  display: block;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 3px;
  background: var(--stone);
}

.home-artist-showcase-image img {
  transform: scale(1.001);
}

.home-artist-showcase-card:hover .home-artist-showcase-image img {
  transform: scale(1.025);
}

.home-artist-showcase-copy {
  display: block;
  padding: 17px 0 0;
}

.home-artist-showcase-copy .meta-line {
  margin-bottom: 8px;
}

.home-artist-showcase-copy .tag {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: .70rem;
  letter-spacing: .11em;
}

.home-artist-showcase-copy h3 {
  margin-bottom: 7px;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
}

.home-artist-showcase-copy .text-link {
  font-size: .92rem;
}

/* Newsletter: one strong editorial band. */
.home-newsletter-section {
  padding: 0;
  background: var(--burgundy-deep);
}

.home-newsletter-strip {
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(38px, 5vw, 72px);
  padding: clamp(40px, 5vw, 58px) 0;
  border: 0;
}

.home-newsletter-meta .eyebrow,
.home-newsletter-meta time,
.home-newsletter-copy h2,
.home-newsletter-copy .text-link {
  color: #fff;
}

.home-newsletter-meta .eyebrow {
  color: rgba(255,255,255,.62);
}

.home-newsletter-meta time {
  font-size: 1.08rem;
}

.home-newsletter-copy > p {
  max-width: 760px;
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
}

.home-newsletter-links {
  margin-top: 20px;
}

.home-newsletter-copy .text-link:hover {
  color: #f0dede;
}

/* What the network offers: remove the three pastel boxes. */
.home-offer-section {
  padding-block: clamp(72px, 8vw, 104px);
  border: 0;
  background: var(--cream);
}

.home-offer-grid {
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.home-offer-item,
.home-offer-item + .home-offer-item {
  min-height: 260px;
  padding: 32px 30px 34px;
  border: 0;
  border-right: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-offer-item:last-child {
  border-right: 0;
}


.home-offer-item::after {
  display: none;
}

.home-offer-blush,
.home-offer-sage,
.home-offer-ochre {
  background: transparent;
}

.home-offer-item h3 {
  margin-bottom: .55em;
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
}

.home-offer-item p {
  max-width: 300px;
  color: #665d5c;
}

.home-offer-link {
  margin-top: 26px;
}

/* What's happening: balanced event and article layout. */
.home-happening-section {
  padding-block: clamp(76px, 8vw, 110px);
  background: #fff;
}

.home-latest-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 46px);
  align-items: start;
}

.home-latest-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-latest-event,
.home-latest-article {
  border-top: 0;
}

.home-latest-media {
  border-radius: 3px;
}

.home-latest-event .home-latest-media,
.home-latest-article .home-latest-media {
  aspect-ratio: 4 / 3;
}

/* Show complete images in the homepage What's happening section */
.home-happening-section .home-latest-media {
  background: var(--cream);
}

.home-happening-section .home-latest-media img {
  object-fit: contain;
  object-position: center;
}

.home-latest-copy {
  padding: 22px 0 0;
}

.home-latest-copy h3 {
  margin-bottom: .35em;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.home-latest-article .home-latest-copy h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.home-latest-copy p {
  max-width: 660px;
}

.home-latest-card-no-image {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.home-latest-card-no-image .home-latest-copy {
  min-height: 238px;
  padding: 0;
}

/* Featured artist: turn it into a full-width gallery feature. */
.home-featured-section {
  padding-block: clamp(72px, 8vw, 110px);
  border: 0;
  background: var(--burgundy-deep);
}

.home-featured-section .home-section-heading h2 {
  color: #fff;
}

.home-featured-section .home-section-heading h2::before {
  background: rgba(255,255,255,.65);
}

.home-featured-artist,
.home-featured-artist-modern {
  grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 74px);
  padding: 0;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-featured-artwork {
  height: 420px;
  border-radius: 3px;
  background: rgba(255,255,255,.08);
}

.home-featured-artwork img {
  object-fit: cover;
}

.home-featured-copy .tag {
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
}

.home-featured-copy .location,
.home-featured-copy h3,
.home-featured-copy .text-link {
  color: #fff !important;
}

.home-featured-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.72);
  font-size: 1.06rem;
}

.home-featured-copy h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.home-featured-copy .text-link:hover {
  color: #f0dede !important;
}

/* Join: clean architectural CTA rather than another rounded card. */
.home-join-section {
  padding-block: clamp(64px, 7vw, 92px);
  background: #fff;
}

.home-join-panel,
.home-join-panel-modern {
  padding: clamp(38px, 5vw, 58px) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  box-shadow: none;
}

.home-join-panel-modern::after {
  display: none;
}

.home-join-panel h2 {
  max-width: 650px;
  color: var(--burgundy-deep);
  font-size: clamp(1.9rem, 3.2vw, 3.15rem);
}

.home-join-panel p {
  max-width: 720px;
  color: var(--muted);
}

.home-join-panel .button-light {
  border: 1px solid var(--burgundy);
  background: var(--burgundy);
  color: #fff;
}

.home-join-panel .button-light:hover {
  background: var(--burgundy-deep);
  color: #fff;
}

@media (max-width: 1080px) {
  .home-hero-modern {
    min-height: auto;
  }

  .home-hero-modern-grid {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 44px;
  }

  .home-art-wall {
    height: 432px;
  }

  .home-artist-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .home-featured-artist,
  .home-featured-artist-modern {
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 820px) {
  .home-artist-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-modern {
    padding: 34px 0 54px;
  }

  .home-hero-modern-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-hero-modern-copy {
    max-width: 700px;
  }

  .home-hero-modern-copy h1 {
    max-width: 700px;
  }

  .home-art-wall {
    height: 388px;
  }

  .home-newsletter-strip {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .home-offer-grid {
    grid-template-columns: 1fr;
  }

  .home-offer-item,
  .home-offer-item + .home-offer-item {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .home-offer-item:last-child {
    border-bottom: 0;
  }

  .home-offer-item p {
    max-width: 650px;
  }

  .home-latest-grid {
    grid-template-columns: 1fr;
  }

  .home-featured-artist,
  .home-featured-artist-modern {
    grid-template-columns: 1fr;
  }

  .home-featured-artwork {
    height: 390px;
  }
}

@media (max-width: 720px) {
  .home-hero-modern-grid {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-hero-modern-copy::before {
    margin-bottom: 18px;
    font-size: .66rem;
    letter-spacing: .18em;
  }

  .home-hero-modern-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .home-hero-modern-copy .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-hero-modern-copy .button {
    width: 100%;
  }

  .home-art-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 150px);
    gap: 9px;
    height: 309px;
  }

  .home-art-wall-card {
    border-radius: 3px;
  }

  .home-artists-section,
  .home-offer-section,
  .home-happening-section,
  .home-featured-section,
  .home-join-section {
    padding-block: 54px;
  }

  .home-section-title-row,
  .home-section-heading {
    margin-bottom: 26px;
  }

  .home-artist-showcase {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-artist-showcase-card {
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-artist-showcase-image {
    aspect-ratio: 4 / 3;
    border-radius: 3px;
  }

  .home-artist-showcase-copy {
    padding: 14px 0 0;
  }

  .home-newsletter-strip {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 34px 0;
  }

  .home-offer-item,
  .home-offer-item + .home-offer-item {
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid var(--line-strong);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-latest-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-latest-event,
  .home-latest-article {
    border-top: 0;
  }

  .home-latest-media {
    border-radius: 3px;
  }

  .home-latest-copy {
    padding: 18px 0 0;
  }

  .home-latest-card-no-image {
    padding: 24px;
    border: 1px solid var(--line);
    background: var(--cream);
  }

  .home-latest-card-no-image .home-latest-copy {
    padding: 0;
  }

  .home-featured-artist,
  .home-featured-artist-modern {
    gap: 26px;
    padding: 0;
    border: 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-featured-artwork {
    height: 320px;
    max-height: none;
    border-radius: 3px;
  }

  .home-featured-artwork img {
    max-height: none;
    object-fit: cover;
  }

  .home-join-panel,
  .home-join-panel-modern {
    gap: 24px;
    padding: 34px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-join-panel .button {
    width: 100%;
  }
}

/* =================================
   GLOBAL MODERN BUTTON CORNERING
   Page templates such as Gallery, About and Join define their own
   button classes, so they need an explicit override as well.
   ================================= */
body .gallery-page .gallery-button,
body .about-page .about-button,
body .join-network-page .membership-apply-button,
body .article-share-button {
  border-radius: 6px;
}

/* =================================
   HOME HERO ENTRANCE ANIMATION
   Homepage only. Deliberately paced so the reveal is visible.
   ================================= */
@keyframes home-hero-rise {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-hero-image-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home-hero-modern .home-hero-modern-copy .eyebrow {
  opacity: 0;
  animation: home-hero-rise 2s cubic-bezier(.22, 1, .36, 1) .10s forwards;
}

.home-hero-modern .home-hero-modern-copy h1 {
  opacity: 0;
  animation: home-hero-rise 2.35s cubic-bezier(.22, 1, .36, 1) .26s forwards;
}

.home-hero-modern .home-hero-modern-copy .lead {
  opacity: 0;
  animation: home-hero-rise 2.15s cubic-bezier(.22, 1, .36, 1) .62s forwards;
}

.home-hero-modern .home-hero-modern-copy .button-row {
  opacity: 0;
  animation: home-hero-rise 2.05s cubic-bezier(.22, 1, .36, 1) .92s forwards;
}

/* Hero artworks fade in individually */
.home-hero-modern .home-art-wall-card {
  opacity: 0;
  animation: home-hero-image-fade 2.8s ease forwards;
}

.home-hero-modern .home-art-wall-card:nth-child(1) {
  animation-delay: .45s;
}

.home-hero-modern .home-art-wall-card:nth-child(2) {
  animation-delay: .95s;
}

.home-hero-modern .home-art-wall-card:nth-child(3) {
  animation-delay: 1.45s;
}

.home-hero-modern .home-art-wall-card:nth-child(4) {
  animation-delay: 1.95s;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-modern .home-hero-modern-copy .eyebrow,
  .home-hero-modern .home-hero-modern-copy h1,
  .home-hero-modern .home-hero-modern-copy .lead,
  .home-hero-modern .home-hero-modern-copy .button-row,
  .home-hero-modern .home-art-wall-card {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* =================================
   ARTISTS PAGE MODERN CORNERING
   Sharper, more consistent geometry for the Artists directory only.
   Tags remain pill-shaped because they function as labels.
   ================================= */
.artists-feature-section .featured-artist-card {
  border-radius: 10px;
}

.artists-feature-section .featured-artist-image {
  border-radius: 4px;
}

.artists-section .filter-panel {
  border-radius: 10px;
}

.artists-section .filter-panel input,
.artists-section .filter-panel select {
  border-radius: 6px;
}

.artists-section .artist-card {
  border-radius: 10px;
}

.artists-section .artist-avatar {
  border-radius: 6px;
}

.artists-feature-section .empty-panel,
.artists-section .empty-state {
  border-radius: 10px;
}

/* =================================
   ARTICLES PAGE MODERN CORNERING
   Sharper, more consistent geometry for the Articles directory only.
   Tags remain pill-shaped because they function as labels.
   ================================= */
.articles-latest-section .article-featured-card {
  border-radius: 10px;
}

.articles-explore-section .filter-panel {
  border-radius: 10px;
}

.articles-explore-section .filter-panel input,
.articles-explore-section .filter-panel select {
  border-radius: 6px;
}

.articles-explore-section .article-grid .card {
  border-radius: 10px;
}

.articles-explore-section .empty-state {
  border-radius: 10px;
}

/* =================================
   EVENTS PAGE MODERN CORNERING
   Sharper presentation to match the updated Artists and Articles pages.
   Event tags remain pill-shaped because they function as labels.
   ================================= */
.exhibitions-page .card {
  border-radius: 10px;
}

.exhibitions-page .empty-panel {
  border-radius: 10px;
}
