/*
Theme Name: Vimexx Blocks
Theme URI: http://vrixx.com
Description: Lightweight Twenty Twenty-Five child theme for the Vimexx entertainment website.
Template: twentytwentyfive
Version: 1.0.0
*/

:root {
  --vxp-ink: #17171d;
  --vxp-muted: #646875;
  --vxp-line: #e4e5ea;
  --vxp-surface: #f6f6f8;
  --vxp-card: #ffffff;
  --vxp-blue: #1684ff;
  --vxp-violet: #7d3cff;
  --vxp-pink: #ff3f8f;
  --vxp-radius: 28px;
  --vxp-shadow: 0 22px 60px rgba(20, 24, 35, .13);
}

body {
  background: var(--vxp-surface);
  color: var(--vxp-ink);
}

.wp-site-blocks {
  padding-top: 0;
}

.vxp-shell {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 34px);
}

.vxp-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(246, 246, 248, .88);
  border-bottom: 1px solid rgba(210, 212, 220, .7);
}

.vxp-nav {
  min-height: 76px;
}

.vxp-brand {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0;
}

.vxp-pillbar {
  margin: clamp(22px, 4vw, 40px) auto 24px;
  max-width: 790px;
  min-height: 68px;
  border-radius: 999px;
  background: #e8e8ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.vxp-hero-card,
.vxp-image-card {
  overflow: hidden;
  border-radius: var(--vxp-radius);
  box-shadow: var(--vxp-shadow);
  border: 1px solid rgba(255, 255, 255, .72);
}

.vxp-hero-card .wp-block-cover__inner-container,
.vxp-image-card .wp-block-cover__inner-container {
  width: min(100%, 860px);
}

.vxp-hero-card {
  min-height: clamp(430px, 66vh, 660px);
}

.vxp-hero-title {
  max-width: 760px;
  text-wrap: balance;
}

.vxp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
}

.vxp-section {
  padding-block: clamp(48px, 7vw, 92px);
}

.vxp-section-tight {
  padding-block: clamp(28px, 5vw, 56px);
}

.vxp-card-grid {
  align-items: stretch;
}

.vxp-service-card,
.vxp-trust-card,
.vxp-event-card,
.vxp-contact-panel {
  height: 100%;
  border-radius: 22px;
  border: 1px solid var(--vxp-line);
  background: var(--vxp-card);
  box-shadow: 0 14px 38px rgba(21, 25, 35, .07);
}

.vxp-service-card,
.vxp-trust-card,
.vxp-event-card {
  padding: clamp(22px, 3vw, 32px);
}

.vxp-event-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vxp-meta {
  color: var(--vxp-blue);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vxp-muted {
  color: var(--vxp-muted);
}

.vxp-button-row .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
}

.vxp-number {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: .95;
  font-weight: 900;
  color: var(--vxp-blue);
}

.vxp-footer-band {
  background: #17171d;
  color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: 40px;
}

.vxp-footer-band a {
  color: #fff;
}

main .wp-block-cover img {
  transform: scale(1.01);
}

@media (max-width: 781px) {
  .vxp-nav {
    min-height: 64px;
  }

  .vxp-pillbar {
    min-height: auto;
    border-radius: 24px;
    padding: 12px 14px;
  }

  .vxp-hero-card,
  .vxp-image-card {
    border-radius: 24px;
  }

  .vxp-hero-card {
    min-height: 520px;
  }

  .vxp-section {
    padding-block: 46px;
  }
}
