/* Start custom CSS *//* Valor Entertainment About Page
   Replace the image URLs below with the final WordPress Media Library URLs if needed.
*/
:root {
  --valor-black: #03070d;
  --valor-navy: #06111f;
  --valor-navy-2: #0a1828;
  --valor-red: #df1f2d;
  --valor-red-2: #9f111b;
  --valor-blue: #2f72d9;
  --valor-white: #f4f7fb;
  --valor-muted: rgba(244,247,251,0.72);
  --valor-line: rgba(255,255,255,0.14);
  --valor-panel: rgba(8,18,31,0.76);
  --valor-steel: #aeb7c3;
  --valor-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.valor-about-page {
  color: var(--valor-white);
  background: radial-gradient(circle at 18% 12%, rgba(47,114,217,0.22), transparent 28%), radial-gradient(circle at 84% 18%, rgba(223,31,45,0.15), transparent 26%), var(--valor-black);
  font-family: "Inter", "Arial", sans-serif;
  overflow: hidden;
}

.valor-about-page *,
.valor-about-page *::before,
.valor-about-page *::after {
  box-sizing: border-box;
}

.valor-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.valor-site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3,7,13,0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--valor-line);
}

.valor-nav-inner {
  width: min(1180px, calc(100% - 44px));
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.valor-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.valor-logo-img {
  display: block;
  width: 178px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255,255,255,0.12));
}

.valor-menu,
.valor-footer-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.valor-menu a,
.valor-footer-menu a {
  color: rgba(244,247,251,0.88);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
  position: relative;
}

.valor-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--valor-red);
  transition: transform 0.22s ease;
}

.valor-menu a:hover::after,
.valor-menu a.is-active::after {
  transform: scaleX(1);
}

.valor-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--valor-white);
  border: 1px solid var(--valor-red);
  padding: 13px 18px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 0 26px rgba(223,31,45,0.14);
}

.valor-nav-cta span {
  color: var(--valor-white);
}

.valor-about-hero {
  min-height: 365px;
  position: relative;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--valor-line);
  overflow: hidden;
}

.valor-about-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://valorentco.com/wp-content/uploads/2026/06/Valor-Entertainment-About.png');
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  opacity: 0.9;
}

.valor-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,7,13,0.86) 0%, rgba(3,7,13,0.28) 46%, rgba(3,7,13,0.74) 100%), linear-gradient(180deg, rgba(3,7,13,0.20), rgba(3,7,13,0.78));
}

.valor-about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 82px 0 70px;
}

.valor-kicker {
  margin: 0 0 12px;
  color: var(--valor-red);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 900;
}

.valor-about-hero h1,
.valor-founder-copy h2,
.valor-impact-band h2,
.valor-about-cta h2 {
  margin: 0;
  font-family: "Oswald", "Impact", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 0.98;
}

.valor-about-hero h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  text-shadow: 0 18px 44px rgba(0,0,0,0.5);
}

.valor-star-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 24px auto;
  color: var(--valor-white);
}

.valor-star-divider span {
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--valor-red));
}

.valor-star-divider span:last-child {
  background: linear-gradient(90deg, var(--valor-red), transparent);
}

.valor-hero-copy {
  width: min(680px, 100%);
  margin: 0 auto;
  color: rgba(244,247,251,0.86);
  font-size: 16px;
  line-height: 1.75;
}

.valor-hero-copy strong,
.valor-founder-copy strong {
  color: var(--valor-red);
}

.valor-founder-section {
  padding: 64px 0 58px;
  background: linear-gradient(135deg, rgba(7,16,28,0.96), rgba(3,7,13,0.98));
  border-bottom: 1px solid var(--valor-line);
}

.valor-founder-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 48px;
  align-items: center;
}

.valor-founder-photo-card {
  position: relative;
  min-height: 550px;
  padding: 0;
  border-left: 5px solid var(--valor-red);
  background: rgba(255,255,255,0.04);
  box-shadow: var(--valor-shadow);
  overflow: hidden;
}

.valor-founder-photo {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, transparent 52%, rgba(3,7,13,0.92)), url('https://valorentco.com/wp-content/uploads/2026/06/Michael-Shawn-Edwards-Valor-Entertainment.jpg');
  background-size: cover;
  background-position: center;
  filter: none;
}

.valor-signature {
  position: absolute;
  left: 32px;
  bottom: 54px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 34px;
  color: var(--valor-white);
  transform: rotate(-4deg);
  text-shadow: 0 8px 28px rgba(0,0,0,0.7);
}

.valor-founder-photo-card p {
  position: absolute;
  left: 42px;
  bottom: 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: rgba(244,247,251,0.8);
  font-weight: 900;
}

.valor-founder-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.2vw, 4.1rem);
}

.valor-founder-copy h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 18px;
  background: var(--valor-red);
}

.valor-founder-copy p:not(.valor-kicker) {
  color: rgba(244,247,251,0.78);
  font-size: 15.5px;
  line-height: 1.76;
  margin: 0 0 18px;
}

.valor-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--valor-line);
}

.valor-proof-grid article {
  text-align: center;
  padding: 24px 12px 0;
  border-right: 1px solid var(--valor-line);
}

.valor-proof-grid article:last-child {
  border-right: 0;
}

.valor-proof-icon {
  display: block;
  color: var(--valor-blue);
  font-size: 31px;
  margin-bottom: 11px;
  filter: drop-shadow(0 0 14px rgba(47,114,217,0.35));
}

.valor-proof-grid strong {
  display: block;
  color: var(--valor-white);
  text-transform: uppercase;
  font-family: "Oswald", "Impact", "Arial Narrow", sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
}

.valor-proof-grid small {
  display: block;
  color: rgba(244,247,251,0.62);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  line-height: 1.45;
  margin-top: 8px;
}

.valor-stands-section {
  padding: 42px 0 50px;
  background: radial-gradient(circle at 50% 0%, rgba(47,114,217,0.13), transparent 34%), url('https://valorentco.com/wp-content/uploads/2026/06/valor-dark-texture.png'), #07111f;
  background-size: cover;
  border-bottom: 1px solid var(--valor-line);
}

.valor-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
}

.valor-section-heading.compact {
  margin-bottom: 28px;
}

.valor-section-heading span {
  width: min(170px, 22vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.36));
}

.valor-section-heading span:last-child {
  background: linear-gradient(90deg, rgba(255,255,255,0.36), transparent);
}

.valor-section-heading .valor-kicker {
  margin: 0;
  text-align: center;
}

.valor-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.valor-values-grid article {
  padding: 0 42px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.22);
}

.valor-values-grid article:last-child {
  border-right: 0;
}

.valor-value-icon {
  color: var(--valor-blue);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 22px;
  filter: drop-shadow(0 0 18px rgba(47,114,217,0.26));
}

.valor-value-icon.red {
  color: var(--valor-red);
}

.valor-value-icon.silver {
  color: var(--valor-white);
}

.valor-values-grid h3,
.valor-journey-grid h3 {
  margin: 0 0 12px;
  font-family: "Oswald", "Impact", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 28px;
}

.valor-values-grid p,
.valor-journey-grid p,
.valor-impact-band p,
.valor-about-cta p {
  margin: 0;
  color: rgba(244,247,251,0.74);
  line-height: 1.68;
  font-size: 15px;
}

.valor-journey-section {
  padding: 42px 0 58px;
  position: relative;
  background: radial-gradient(circle at 18% 38%, rgba(223,31,45,0.12), transparent 28%), radial-gradient(circle at 76% 30%, rgba(47,114,217,0.14), transparent 32%), #03070d;
  border-bottom: 1px solid var(--valor-line);
}

.valor-journey-line {
  position: relative;
  height: 28px;
  margin: 0 22px 10px;
  border-top: 1px solid rgba(255,255,255,0.32);
}

.valor-journey-line i {
  position: absolute;
  top: -8px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.75);
  background: var(--valor-blue);
  box-shadow: 0 0 20px rgba(47,114,217,0.35);
}

.valor-journey-line i:nth-child(1) {left: 2%;}
.valor-journey-line i:nth-child(2) {left: 33%; background: var(--valor-red);}
.valor-journey-line i:nth-child(3) {left: 64%;}
.valor-journey-line i:nth-child(4) {right: 2%;}

.valor-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.journey-card {
  min-height: 190px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8,18,31,0.82), rgba(3,7,13,0.92));
  border-left: 2px solid var(--valor-red);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}

.journey-card > * {
  position: relative;
  z-index: 1;
}

.journey-card b {
  display: block;
  color: var(--valor-blue);
  font-family: "Oswald", "Impact", "Arial Narrow", sans-serif;
  font-size: 40px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.journey-card:nth-child(2) b {color: var(--valor-red);}
.journey-card.foundation::before {background-image: url('https://valorentco.com/wp-content/uploads/2026/06/Valor-Entertainment-The-Journey-2.png');}
.journey-card.platforms::before {background-image: url('https://valorentco.com/wp-content/uploads/2026/06/Valor-Entertainment-Platforms-we-work-with.png');}
.journey-card.ecosystem::before {background-image: url('https://valorentco.com/wp-content/uploads/2026/06/Valor-Entertainment-Experiences.png');}
.journey-card.future::before {background-image: url('https://valorentco.com/wp-content/uploads/2026/06/Valor-Entertainment-Our-Future.png');}

.valor-impact-band {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(3,7,13,0.88), rgba(3,7,13,0.64), rgba(3,7,13,0.88)), url('https://valorentco.com/wp-content/uploads/2026/06/Valor-Entertainment-More-thn-entertainment.png');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--valor-line);
}

.valor-impact-band h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.8rem);
}

.valor-impact-band h2 strong {
  color: var(--valor-red);
  font-weight: inherit;
}

.valor-impact-band p {
  width: min(790px, 100%);
  margin: 0 auto;
}

.valor-about-cta {
  padding: 44px 0;
  background-image: linear-gradient(90deg, rgba(5,14,25,0.92), rgba(8,25,44,0.74), rgba(5,14,25,0.94)), url('https://valorentco.com/wp-content/uploads/2026/06/valor-cta-skyline.jpg');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--valor-line);
}

.valor-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.valor-about-cta h2 {
  font-size: clamp(2.25rem, 4.4vw, 4.6rem);
  margin-bottom: 14px;
}

.valor-cta-actions {
  display: grid;
  gap: 16px;
  padding-left: 46px;
  border-left: 1px solid rgba(223,31,45,0.62);
}

.valor-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(310px, 100%);
  min-height: 54px;
  padding: 0 22px;
  color: var(--valor-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 900;
  border-radius: 4px;
}

.valor-btn.primary {
  background: linear-gradient(135deg, var(--valor-red), var(--valor-red-2));
  box-shadow: 0 16px 34px rgba(223,31,45,0.22);
}

.valor-btn.secondary {
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.03);
}

.valor-footer {
  padding: 28px 0 26px;
  background: #03070d;
}

.valor-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.valor-footer .valor-logo-img {
  width: 190px;
}

.valor-footer-menu {
  justify-content: center;
  gap: 26px;
}

.valor-footer p {
  margin: 0;
  color: rgba(244,247,251,0.54);
  font-size: 12px;
}

@media (max-width: 1024px) {
  .valor-menu {
    display: none;
  }

  .valor-founder-grid,
  .valor-cta-inner {
    grid-template-columns: 1fr;
  }

  .valor-proof-grid,
  .valor-values-grid,
  .valor-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .valor-values-grid article:nth-child(2) {
    border-right: 0;
  }

  .valor-cta-actions {
    padding-left: 0;
    border-left: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .valor-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 680px) {
  .valor-shell,
  .valor-nav-inner {
    width: min(100% - 28px, 1180px);
  }

  .valor-nav-inner {
    height: 74px;
  }

  .valor-logo-img {
    width: 136px;
    max-height: 44px;
  }

  .valor-nav-cta {
    display: none;
  }

  .valor-about-hero {
    min-height: 420px;
  }

  .valor-about-hero-content {
    padding: 76px 0 62px;
  }

  .valor-hero-copy {
    font-size: 14.5px;
  }

  .valor-founder-section,
  .valor-stands-section,
  .valor-journey-section {
    padding: 44px 0;
  }

  .valor-founder-photo-card {
    min-height: 360px;
  }

  .valor-proof-grid,
  .valor-values-grid,
  .valor-journey-grid {
    grid-template-columns: 1fr;
  }

  .valor-proof-grid article,
  .valor-values-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--valor-line);
    padding: 24px 14px;
  }

  .valor-proof-grid article:last-child,
  .valor-values-grid article:last-child {
    border-bottom: 0;
  }

  .valor-journey-line {
    display: none;
  }

  .valor-impact-band {
    padding: 58px 0;
  }

  .valor-footer-menu {
    flex-wrap: wrap;
  }
}/* End custom CSS */