/*
 * Public content pages: about, contact, news and opening schedules.
 * These pages share the vc-page-* component family and use the full public shell.
 */

.vc-lp {
  min-height: 100vh;
}

.vc-page-hero,
.vc-page-section,
.vc-page-band,
.vc-page-cta {
  position: relative;
}

.vc-page-hero {
  padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(2.5rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(122, 31, 51, .08), transparent 32%),
    linear-gradient(135deg, #fffaf2 0%, #f8f1e7 100%);
  border-bottom: 1px solid rgba(232, 220, 203, .75);
}

.vc-page-hero__inner,
.vc-page-section__inner,
.vc-page-cta__inner {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.vc-page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.vc-page-hero__content {
  max-width: 760px;
}

.vc-page-hero__eyebrow,
.vc-page-cta__eyebrow,
.vc-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1rem;
  padding: .42rem .85rem;
  border: 1px solid rgba(122, 31, 51, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--brand-primary);
  font-family: "Quicksand", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vc-page-hero__title,
.vc-section-title,
.vc-page-cta__title {
  margin: 0;
  color: #182033;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  line-height: 1.12;
}

.vc-page-hero__title {
  max-width: 980px;
  font-size: clamp(2.25rem, 5.4vw, 1.5rem);
}

.vc-page-hero__title em,
.vc-section-title em {
  color: var(--brand-primary);
  font-style: normal;
}

.vc-page-hero__sub,
.vc-section-intro,
.vc-page-cta__sub {
  max-width: 760px;
  margin: 1.15rem 0 0;
  color: var(--brand-muted);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.vc-page-hero__actions,
.vc-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.75rem;
}

.vc-hero__cta,
.vc-cta-banner__btn,
.vc-hero__secondary,
.vc-page-cta__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.35rem;
  border-radius: 999px;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.vc-hero__cta,
.vc-cta-banner__btn {
  border: 1px solid var(--brand-primary);
  background: var(--brand-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(122, 31, 51, .18);
}

.vc-hero__cta:hover,
.vc-cta-banner__btn:hover {
  background: var(--brand-primary-hover);
  color: #fff;
}

.vc-hero__secondary,
.vc-page-cta__ghost {
  border: 1px solid rgba(122, 31, 51, .2);
  background: rgba(255, 255, 255, .78);
  color: var(--brand-primary);
}

.vc-page-section,
.vc-page-band {
  padding: clamp(2.75rem, 6vw, 5.25rem) 0;
}

.vc-page-band {
  background: rgba(255, 255, 255, .52);
  border-top: 1px solid rgba(232, 220, 203, .65);
  border-bottom: 1px solid rgba(232, 220, 203, .65);
}

.vc-page-section__intro {
  max-width: 860px;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.vc-section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
}

.vc-contact-hero-card,
.vc-page-hero__panel,
.vc-page-hero__panel-card,
.vc-page-callout,
.vc-story-card,
.vc-value-card,
.vc-channel-card,
.vc-contact-card,
.vc-process-step,
.vc-faq-item {
  border: 1px solid rgba(122, 31, 51, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);,v
  box-shadow: 0 18px 42px rgba(20, 18, 16, .07);
}

.vc-page-hero__panel-card p {
  margin: 0;
}

.vc-contact-hero-card,
.vc-page-hero__panel {
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.vc-contact-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.vc-contact-hero-card__hours,
.vc-page-metric {
  display: grid;
  gap: .3rem;
  padding: 1rem;
  border-radius: 14px;
  background: #fff7ec;
}

.vc-contact-hero-card__hours strong,
.vc-page-metric strong {
  color: #182033;
  font-family: "Lexend", sans-serif;
  font-size: 1.08rem;
}

.vc-contact-hero-card__hours span,
.vc-page-metric span {
  color: var(--brand-muted);
}

.vc-page-hero__panel-grid,
.vc-story-grid,
.vc-values-grid,
.vc-channel-grid,
.vc-contact-grid,
.vc-process-grid,
.vc-faq-grid {
  display: grid;
  gap: 1rem;
}

.vc-page-hero__panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.vc-story-grid,
.vc-channel-grid,
.vc-contact-grid,
.vc-process-grid,
.vc-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.8vw, 2rem);
}

.vc-story-card,
.vc-value-card,
.vc-channel-card,
.vc-contact-card,
.vc-process-step,
.vc-faq-item {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.vc-value-card {
  padding: clamp(1.35rem, 2.7vw, 2rem);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.vc-value-card:hover {
  border-color: rgba(122, 31, 51, .2);
  box-shadow: 0 18px 42px rgba(24, 32, 51, .08);
  transform: translateY(-4px);
}

.vc-story-card__title,
.vc-value-card__title,
.vc-channel-card__title,
.vc-contact-card__title,
.vc-process-step__title,
.vc-faq-item__title {
  color: #182033;
  font-family: "Lexend", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}

.vc-value-card__title {
  font-size: 1.12rem;
}

.vc-story-card__desc,
.vc-value-card__desc,
.vc-channel-card__desc,
.vc-contact-card__desc,
.vc-process-step__desc,
.vc-faq-item__desc,
.vc-page-callout__body {
  color: var(--brand-muted);
  line-height: 1.7;
}

.vc-value-card__desc {
  font-size: .95rem;
}

.vc-contact-card,
.vc-process-step {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.vc-contact-card__icon,
.vc-value-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(122, 31, 51, .12);
  border-radius: 16px;
  background: #fff7ec;
  color: var(--brand-primary);
}

.vc-value-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}

.vc-contact-card__icon svg,
.vc-value-card__icon svg {
  width: 26px;
  height: 26px;
  display: block;
  flex: 0 0 auto;
}

.vc-value-card__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vc-contact-card__title,
.vc-process-step__title,
.vc-contact-card__desc,
.vc-process-step__desc {
  margin: 0;
}

.vc-contact-card__action {
  margin-top: auto;
  color: var(--brand-primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vc-process-step__index {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(122, 31, 51, .08);
  color: var(--brand-primary);
  font-family: "Lexend", sans-serif;
  font-size: .82rem;
  font-weight: 800;
}

.vc-faq-list {
  display: grid;
  gap: 1rem;
}

.vc-page-callout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1.25rem, 4vw, 1.35rem);
  padding: clamp(1.25rem, 4vw, 4vw);
}

.vc-page-list {
  display: grid;
  gap: .65rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.vc-page-cta {
  padding: clamp(2.75rem, 6vw, 5.25rem) 0;
}

.vc-page-cta__inner {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(122, 31, 51, .12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 12%, rgba(122, 31, 51, .12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff4e4 100%);
  box-shadow: 0 18px 44px rgba(20, 18, 16, .07);
}

.vc-page-cta__title {
  max-width: 900px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
}

.vc-soft-divider {
  height: 1px;
  background: rgba(232, 220, 203, .75);
}

.vc-page-section .card {
  border-radius: 14px;
}

.vc-page-section .card-img-top {
  background: #f7efe5;
}

.vc-news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-bottom: clamp(1.35rem, 3vw, 2.2rem);
  padding: .55rem;
  border: 1px solid rgba(122, 31, 51, .12);
  border-radius: 999px;
  background: rgba(255, 250, 245, .78);
  box-shadow: 0 14px 34px rgba(24, 32, 51, .05);
}

.vc-news-filter__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .65rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--brand-text);
  font-family: "Lexend", sans-serif;
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.vc-news-filter__link span {
  min-width: 1.55rem;
  padding: .12rem .42rem;
  border-radius: 999px;
  background: rgba(122, 31, 51, .08);
  color: var(--brand-primary);
  font-size: .75rem;
  text-align: center;
}

.vc-news-filter__link:hover,
.vc-news-filter__link:focus-visible {
  border-color: rgba(122, 31, 51, .18);
  background: #fff;
  color: var(--brand-primary);
  box-shadow: 0 10px 24px rgba(122, 31, 51, .08);
  transform: translateY(-1px);
}

.vc-news-filter__link.is-active {
  background: var(--brand-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(122, 31, 51, .16);
}

.vc-news-filter__link.is-active span {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.vc-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 380px));
  justify-content: center;
  gap: clamp(1.1rem, 2.5vw, 1.6rem);
}

.vc-news-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(122, 31, 51, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 32, 51, .06);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.vc-news-card:hover {
  border-color: rgba(122, 31, 51, .2);
  box-shadow: 0 22px 48px rgba(24, 32, 51, .1);
  transform: translateY(-4px);
}

.vc-news-card__media {
  display: block;
  overflow: hidden;
  background: #f7efe5;
}

.vc-news-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}

.vc-news-card:hover .vc-news-card__media img {
  transform: scale(1.035);
}

.vc-news-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.15rem;
}

.vc-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .65rem;
  color: var(--brand-muted);
  font-size: .84rem;
}

.vc-news-card__meta a {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.vc-news-card__title {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 1.15rem;
  line-height: 1.35;
}

.vc-news-card__title a {
  color: var(--brand-text);
  text-decoration: none;
}

.vc-news-card__title a:hover {
  color: var(--brand-primary);
}

.vc-news-card__summary {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.65;
}

.vc-news-card__action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: .72rem 1rem;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.vc-news-card__action:hover {
  background: #5f1728;
  color: #fff;
  transform: translateY(-1px);
}

.ck-content {
  max-width: 880px;
  color: var(--brand-text);
  font-size: 1.05rem;
  line-height: 1.8;
}

.ck-content img,
.ck-content iframe,
.ck-content video {
  max-width: 100%;
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  .vc-page-hero__inner,
  .vc-page-callout {
    grid-template-columns: 1fr;
  }

  .vc-story-grid,
  .vc-values-grid,
  .vc-channel-grid,
  .vc-contact-grid,
  .vc-process-grid,
  .vc-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .vc-page-hero__inner,
  .vc-page-section__inner,
  .vc-page-cta__inner {
    width: min(100vw - 32px, 1180px);
  }

  .vc-page-hero {
    padding-top: 2.25rem;
  }

  .vc-page-hero__title {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .vc-page-hero__actions,
  .vc-page-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-hero__cta,
  .vc-cta-banner__btn,
  .vc-hero__secondary,
  .vc-page-cta__ghost {
    width: 100%;
  }

  .vc-page-hero__panel-grid,
  .vc-story-grid,
  .vc-values-grid,
  .vc-channel-grid,
  .vc-contact-grid,
  .vc-process-grid,
  .vc-faq-grid {
    grid-template-columns: 1fr;
  }

  .vc-news-filter {
    border-radius: 22px;
  }

  .vc-news-filter__link {
    flex: 1 1 auto;
  }

  .vc-news-grid {
    grid-template-columns: 1fr;
  }
}
