.mcf-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px;
}

.mcf-hero {
  background: #f8f6f1;
  border: 1px solid #e2ddd3;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 22px;
}

.mcf-eyebrow,
.mcf-product-label,
.mcf-event-card-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6c5c3f;
  margin-bottom: 10px;
}

.mcf-title {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
  margin: 0 0 12px;
}

.mcf-byline,
.mcf-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #403b31;
}

.mcf-intro p {
  margin: 16px 0 0;
}

.mcf-image-wrap img,
.mcf-gallery-item img,
.mcf-event-card-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.mcf-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.mcf-detail-card,
.mcf-panel,
.mcf-event-card {
  background: #ffffff;
  border: 1px solid #e2ddd3;
  border-radius: 16px;
}

.mcf-detail-card,
.mcf-panel {
  padding: 16px;
}

.mcf-detail-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6e6759;
  margin-bottom: 6px;
}

.mcf-detail-value {
  font-size: 18px;
  font-weight: 600;
  color: #1f1c17;
}

.mcf-cta-wrap {
  margin-top: 18px;
}

.mcf-button {
  display: inline-block;
  background: var(--mcf-button-bg, #2f5e8c);
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
}

.mcf-button:hover {
  background: var(--mcf-button-bg-hover, #24496d);
}

.mcf-body {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.mcf-content {
  min-width: 0;
  font-size: 18px;
  line-height: 1.75;
}

.mcf-content h2,
.mcf-content h3 {
  margin-top: 1.5em;
}

.mcf-panel h2 {
  margin-top: 0;
  font-size: 22px;
}

.mcf-panel ul {
  margin: 0;
  padding-left: 20px;
}

.mcf-panel li + li {
  margin-top: 10px;
}

.mcf-gallery {
  margin-top: 32px;
}

.mcf-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.mcf-events-index {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px;
}

.mcf-event-section + .mcf-event-section {
  margin-top: 42px;
}

.mcf-event-section-head {
  margin-bottom: 18px;
}

.mcf-event-section-head h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 8px;
}

.mcf-event-section-head p,
.mcf-empty-state,
.mcf-event-card-intro,
.mcf-event-card-meta {
  color: #4c463c;
  font-size: 18px;
  line-height: 1.65;
}

.mcf-event-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.mcf-event-card {
  overflow: hidden;
}

.mcf-event-card-image {
  display: block;
  background: #f3efe7;
}

.mcf-event-card-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
}

.mcf-event-card-body {
  padding: 20px;
}

.mcf-event-card-title {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.mcf-event-card-title a {
  color: #1f1c17;
  text-decoration: none;
}

.mcf-event-card-title a:hover {
  text-decoration: underline;
}

.mcf-event-card-meta {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.mcf-event-card-actions {
  margin-top: 18px;
}

.mcf-empty-state {
  background: #f8f6f1;
  border: 1px solid #e2ddd3;
  border-radius: 16px;
  padding: 24px;
}

@media (max-width: 820px) {
  .mcf-body {
    grid-template-columns: 1fr;
  }

  .mcf-shell,
  .mcf-events-index {
    padding: 18px 14px;
  }

  .mcf-hero {
    padding: 20px;
  }

  .mcf-content,
  .mcf-byline,
  .mcf-intro,
  .mcf-event-section-head p,
  .mcf-empty-state,
  .mcf-event-card-intro,
  .mcf-event-card-meta {
    font-size: 17px;
  }

  .mcf-event-card-title {
    font-size: 26px;
  }
}


.mcf-articles-index {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px;
}

.mcf-article-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.mcf-article-card {
  background: #ffffff;
  border: 1px solid #e2ddd3;
  border-radius: 16px;
  overflow: hidden;
}

.mcf-article-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
}

.mcf-article-card-body {
  padding: 20px;
}

.mcf-article-card-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3efe7;
  color: #6c5c3f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mcf-article-card-title {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.mcf-article-card-title a {
  color: #1f1c17;
  text-decoration: none;
}

.mcf-article-card-title a:hover {
  text-decoration: underline;
}

.mcf-article-card-date,
.mcf-article-card-summary {
  color: #4c463c;
  font-size: 18px;
  line-height: 1.65;
}

.mcf-article-card-date {
  margin-bottom: 10px;
}

.mcf-article-card-actions {
  margin-top: 18px;
}

.mcf-layout-feature_product .mcf-hero {
  background: linear-gradient(180deg, #f8f6f1 0%, #f2ede3 100%);
}

.mcf-layout-feature_product .mcf-title {
  max-width: 14ch;
}

@media (max-width: 820px) {
  .mcf-articles-index {
    padding: 18px 14px;
  }

  .mcf-article-card-title {
    font-size: 26px;
  }

  .mcf-article-card-date,
  .mcf-article-card-summary {
    font-size: 17px;
  }
}


.mcf-image-wrap-inline {
  margin: 22px 0 10px;
}

.mcf-articles-index {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px;
}

.mcf-article-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.mcf-article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2ddd3;
  border-radius: 20px;
}

.mcf-article-card-image {
  display: block;
  background: #f3efe7;
}

.mcf-article-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: auto;
  border-radius: 0;
}

.mcf-article-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
}

.mcf-article-card-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f3efe7;
  color: #6c5c3f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mcf-article-card-title {
  font-size: clamp(30px, 3vw, 34px);
  line-height: 1.12;
  margin: 0 0 12px;
}

.mcf-article-card-title a {
  color: #1f1c17;
  text-decoration: none;
}

.mcf-article-card-title a:hover {
  text-decoration: underline;
}

.mcf-article-card-date {
  color: #4c463c;
  font-size: 18px;
  margin-bottom: 16px;
}

.mcf-article-card-summary {
  color: #4c463c;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.mcf-article-card-actions {
  margin-top: auto;
  padding-top: 8px;
}

@media (max-width: 820px) {
  .mcf-articles-index {
    padding: 18px 14px;
  }

  .mcf-article-card-title {
    font-size: 26px;
  }

  .mcf-article-card-date,
  .mcf-article-card-summary {
    font-size: 17px;
  }
}

.mcf-hero > .mcf-image-wrap {
  margin-top: 18px;
}

.mcf-product-label {
  margin-bottom: 16px;
}

.mcf-article-filters {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  padding: 18px;
  background: #f8f6f1;
  border: 1px solid #e2ddd3;
  border-radius: 16px;
}

.mcf-article-filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.mcf-article-filter-group:first-of-type {
  flex: 0 0 260px;
}

.mcf-article-filter-search {
  flex: 1 1 auto;
  min-width: 240px;
}

.mcf-article-filters select,
.mcf-article-filters input[type="search"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7d0c4;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 16px;
  background: #fff;
  color: #1f1c17;
}

.mcf-article-filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.mcf-article-filter-apply {
  justify-content: center;
}

.mcf-article-search-actions {
  justify-content: flex-start;
}

.mcf-button-secondary {
  background: #6c5c3f;
}

.mcf-button-secondary:hover {
  background: #5b4d35;
}

.mcf-filter-reset {
  color: #6c5c3f;
  font-weight: 600;
  text-decoration: none;
}

.mcf-filter-reset:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .mcf-article-filters {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .mcf-article-filter-group:first-of-type {
    flex: 1 1 280px;
  }

  .mcf-article-filter-search {
    flex: 1 1 100%;
    min-width: 0;
    order: 3;
  }

  .mcf-article-search-actions {
    order: 4;
  }
}

@media (max-width: 820px) {
  .mcf-article-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .mcf-article-filter-group:first-of-type,
  .mcf-article-filter-search,
  .mcf-article-filter-actions,
  .mcf-article-search-actions {
    flex: 1 1 100%;
    width: 100%;
  }

  .mcf-article-filter-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}


.mcf-participation-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 16px;
  background: #efe7d6;
  color: #4f412b;
}

.mcf-participation-hosting {
  background: #e8f2ea;
  color: #2e5a35;
}

.mcf-participation-attending {
  background: #e6eff7;
  color: #224f7a;
}

.mcf-participation-promoting {
  background: #f1ece3;
  color: #6c5c3f;
}

.mcf-event-filters {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  padding: 18px;
  background: #f8f6f1;
  border: 1px solid #e2ddd3;
  border-radius: 16px;
}

.mcf-event-filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.mcf-event-filter-group:not(.mcf-event-filter-search) {
  flex: 0 0 240px;
}

.mcf-event-filter-search {
  flex: 1 1 auto;
  min-width: 220px;
}

.mcf-event-filters select,
.mcf-event-filters input[type="search"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7d0c4;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 16px;
  background: #fff;
  color: #1f1c17;
}

.mcf-event-filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.mcf-event-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mcf-event-card-actions {
  margin-top: auto;
  padding-top: 12px;
}

@media (max-width: 1100px) {
  .mcf-event-filters {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .mcf-event-filter-group:not(.mcf-event-filter-search) {
    flex: 1 1 280px;
  }

  .mcf-event-filter-search {
    flex: 1 1 100%;
    min-width: 0;
    order: 4;
  }

  .mcf-event-search-actions {
    order: 5;
  }
}

@media (max-width: 820px) {
  .mcf-event-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .mcf-event-filter-group,
  .mcf-event-filter-actions,
  .mcf-event-search-actions {
    flex: 1 1 100%;
    width: 100%;
  }

  .mcf-event-filter-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
