/* Global refresh for Parold Entertainment */
:root {
  --parold-bg: #0f1115;
  --parold-surface: #171a20;
  --parold-surface-soft: #f5f1ea;
  --parold-card: #ffffff;
  --parold-text: #191c21;
  --parold-muted: #66707d;
  --parold-accent: #c53a32;
  --parold-accent-dark: #9f2b25;
  --parold-highlight: #d9b15f;
  --parold-border: rgba(25, 28, 33, 0.09);
  --parold-shadow: 0 22px 48px rgba(15, 17, 21, 0.12);
  --parold-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.corporate {
  background: #fbfbf9;
  color: var(--parold-text);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-eyebrow,
.hero-title,
.section-title,
.feature-card h3,
.showcase-card h3,
.pre-footer h2,
.content-page h2,
.content-page h3 {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--parold-accent);
  transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--parold-accent-dark);
  text-decoration: none;
}

.pre-header {
  height: 0;
  min-height: 0;
  border: 0;
  background: transparent;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 17, 21, 0.94);
  border: 0;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-logo {
  padding: 0;
  margin: 0;
}

.site-logo img {
  width: auto;
  max-width: 180px;
  height: 52px;
  object-fit: contain;
}

.mobi-toggler {
  margin-top: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.header-navigation {
  float: none !important;
}

.header-navigation > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.header-navigation > ul > li {
  float: none;
  margin: 0;
}

.header-navigation > ul > li > a {
  border: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 11px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.header-navigation > ul > li > a:hover,
.header-navigation > ul > li.active > a,
.header-navigation > ul > li.open > a {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.header-navigation > ul > li.nav-cta > a {
  background: var(--parold-accent);
  color: #fff;
}

.header-navigation > ul > li.nav-cta > a:hover,
.header-navigation > ul > li.nav-cta > a:focus {
  background: var(--parold-accent-dark);
}

.main {
  background: transparent;
}

.main .container {
  padding-top: 40px;
  padding-bottom: 60px;
}

.breadcrumb {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
  color: var(--parold-muted);
  font-size: 14px;
}

.breadcrumb > li + li:before {
  color: rgba(102, 112, 125, 0.6);
}

.content-page {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  padding: 32px;
}

.content-page img,
.front-carousel img,
.recent-work-item img {
  border-radius: var(--parold-radius);
}

.front-carousel img,
.front-carousel iframe,
.blog-posts iframe,
.recent-work-item iframe {
  width: 100%;
  border: 0;
  border-radius: var(--parold-radius);
  background: #000;
}

.blog-posts > .row,
.content-page > .row,
.recent-work {
  margin-bottom: 24px;
}

.blog-post-sep {
  border-color: rgba(25, 28, 33, 0.08);
  margin: 28px 0;
}

.quote-v1 {
  background: var(--parold-bg);
  border-radius: var(--parold-radius);
  margin-left: 0;
  margin-right: 0;
}

.quote-v1 .quote-v1-inner {
  color: #fff;
  padding: 18px 28px;
}

.quote-v1 span {
  font-size: 24px;
  line-height: 1.3;
}

.recent-work-item em,
.owl-carousel .recent-work-item em {
  display: block;
  margin-bottom: 14px;
}

.recent-work-description {
  display: block;
  padding: 0;
}

.btn,
.btn-primary,
.btn-default {
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  border-width: 1px;
  box-shadow: none;
}

.btn-primary {
  background: var(--parold-accent);
  border-color: var(--parold-accent);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--parold-accent-dark);
  border-color: var(--parold-accent-dark);
}

.btn-default {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  background: #fff;
  color: var(--parold-bg);
  border-color: #fff;
}

.home-page .main .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

.home-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(15, 17, 21, 0.52), rgba(15, 17, 21, 0.74)),
    url("../../pages/img/photos/Public-Happiness.jpg") center/cover no-repeat;
  color: #fff;
}

.home-hero .container {
  padding-top: 110px;
  padding-bottom: 110px;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: end;
}

.hero-copy {
  max-width: 720px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 68px;
  line-height: 0.95;
  font-weight: 800;
}

.hero-title span {
  display: block;
  color: var(--parold-highlight);
}

.hero-copy p {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-highlights {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--parold-radius);
  backdrop-filter: blur(8px);
  padding: 28px;
}

.hero-highlights h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.hero-highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-highlights li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-highlights li:last-child {
  margin-bottom: 0;
}

.hero-highlights li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--parold-highlight);
}

.section-shell {
  padding: 80px 0;
}

.section-shell.alt-surface {
  background: var(--parold-surface-soft);
}

.section-shell.dark-surface {
  background: var(--parold-bg);
  color: #fff;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--parold-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dark-surface .section-kicker {
  color: var(--parold-highlight);
}

.section-title {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.02;
  font-weight: 800;
}

.section-intro p {
  margin: 0;
  color: var(--parold-muted);
  font-size: 18px;
}

.dark-surface .section-intro p {
  color: rgba(255, 255, 255, 0.74);
}

.stats-grid,
.feature-grid,
.showcase-grid,
.contact-grid {
  display: grid;
  gap: 22px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card,
.feature-card,
.showcase-card,
.contact-card {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
}

.stat-card {
  padding: 28px 24px;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: var(--parold-accent);
}

.stat-card span {
  display: block;
  color: var(--parold-muted);
  font-weight: 600;
}

.showcase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card {
  overflow: hidden;
  height: 100%;
}

.showcase-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.showcase-copy {
  padding: 26px;
}

.showcase-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
}

.showcase-card p {
  margin: 0 0 18px;
  color: var(--parold-muted);
}

.showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  padding: 28px;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(197, 58, 50, 0.12);
  color: var(--parold-accent);
  font-size: 22px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.feature-card p {
  margin: 0;
  color: var(--parold-muted);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: center;
}

.story-copy p {
  margin-bottom: 18px;
}

.story-copy p:last-child {
  margin-bottom: 0;
}

.story-media img {
  width: 100%;
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.contact-card {
  padding: 30px;
}

.contact-card.dark-card {
  background: #14171d;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.contact-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
}

.contact-card p,
.contact-card li,
.contact-card address {
  color: inherit;
  opacity: 0.82;
}

.contact-list,
.contact-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li,
.contact-links li {
  margin-bottom: 10px;
}

.contact-links li:last-child,
.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-links a {
  color: #fff;
}

.contact-links a:hover,
.contact-links a:focus {
  color: var(--parold-highlight);
}

.pre-footer {
  background: #101319;
  color: rgba(255, 255, 255, 0.78);
  padding: 52px 0 28px;
}

.pre-footer h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.pre-footer a {
  color: #fff;
}

.pre-footer a:hover,
.pre-footer a:focus {
  color: var(--parold-highlight);
}

.pre-footer address {
  margin: 0;
  line-height: 1.8;
}

.footer {
  background: #0a0d12;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  padding: 18px 0 26px;
}

.footer .padding-top-10 {
  padding-top: 10px;
}

.social-footer {
  margin: 0;
}

.social-footer li {
  margin-left: 8px;
}

.social-footer li:first-child {
  margin-left: 0;
}

.social-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 18px;
}

.social-footer a:hover,
.social-footer a:focus {
  background: var(--parold-accent);
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 56px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .header .container {
    flex-wrap: wrap;
  }

  .header-navigation {
    width: 100%;
  }

  .header-navigation > ul {
    justify-content: flex-start;
  }

  .hero-shell,
  .story-grid,
  .contact-grid,
  .showcase-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .home-hero .container,
  .section-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .site-logo img {
    max-width: 150px;
    height: 44px;
  }

  .header .container {
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-navigation > ul {
    gap: 6px;
  }

  .header-navigation > ul > li > a {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-copy p,
  .section-intro p {
    font-size: 17px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .content-page,
  .feature-card,
  .stat-card,
  .contact-card,
  .showcase-copy,
  .hero-highlights {
    padding: 22px;
  }

  .section-title {
    font-size: 32px;
  }

  .footer,
  .pre-footer {
    text-align: left;
  }

  .social-footer {
    float: none !important;
    margin-top: 18px;
  }
}
/* layout fix for homepage section alignment */
.home-page .main > .section-shell > .container,
.home-page .main > .home-hero > .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.home-page .main > .section-shell > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.section-intro {
  max-width: 760px;
}

.stats-grid,
.showcase-grid,
.feature-grid,
.contact-grid,
.story-grid {
  width: 100%;
}
.about-page .about-hero {
  background: linear-gradient(135deg, #f5f1ea 0%, #fbfbf9 100%);
}

.about-page .about-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 15px 40px;
}

.about-page .main .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-page .about-intro {
  max-width: 760px;
}

.about-page .about-intro h1 {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 0.95;
  font-weight: 800;
}

.about-page .about-intro p {
  margin: 0;
  font-size: 19px;
  color: var(--parold-muted);
}

.about-profile-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-profile {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  overflow: hidden;
}

.about-profile-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
}

.about-profile-media {
  position: relative;
  min-height: 100%;
  background: #111;
}

.about-profile-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.about-profile-copy {
  padding: 36px;
}

.about-role {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--parold-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-profile-copy h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.about-profile-copy p {
  margin-bottom: 16px;
  font-size: 17px;
}

.about-profile-copy p:last-child {
  margin-bottom: 0;
}

.about-profile-links {
  margin-top: 18px;
}

.about-profile-links a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-page .about-intro h1 {
    font-size: 46px;
  }

  .about-profile-inner {
    grid-template-columns: 1fr;
  }

  .about-profile-media img {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .about-page .about-hero .container {
    padding-top: 44px;
  }

  .about-page .about-intro h1 {
    font-size: 38px;
  }

  .about-profile-copy {
    padding: 24px;
  }

  .about-profile-copy h2 {
    font-size: 32px;
  }
}

.home-hero .hero-copy {
  padding-bottom: 18px;
}

.hero-actions {
  margin-bottom: 10px;
}

.about-profile-media img {
  min-height: 260px;
}

@media (max-width: 991px) {
  .about-profile-media img {
    min-height: 220px;
  }
}

.about-profile-media img {
  min-height: 200px !important;
  max-height: 200px;
}

@media (max-width: 991px) {
  .about-profile-media img {
    min-height: 170px !important;
    max-height: 170px;
  }
}

.about-profile-inner {
  align-items: start;
}

.about-profile-media {
  min-height: 0 !important;
  height: auto;
  align-self: start;
}

.about-profile-media img {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: 200px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .about-profile-media img {
    max-height: 170px;
  }
}
.about-page-v2 .about-hero-v2 {
  background:
    linear-gradient(135deg, rgba(15, 17, 21, 0.96), rgba(31, 35, 43, 0.9)),
    url("../../pages/img/team.jpg") center/cover no-repeat;
  color: #fff;
}

.about-page-v2 .about-hero-v2 .container,
.about-page-v2 .main .container {
  max-width: 1180px;
  margin: 0 auto;
}

.about-page-v2 .about-hero-v2 .container {
  padding: 56px 15px 72px;
}

.about-page-v2 .breadcrumb {
  margin-bottom: 26px;
}

.about-page-v2 .breadcrumb a,
.about-page-v2 .breadcrumb li,
.about-page-v2 .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.72);
}

.about-page-v2 .about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: end;
}

.about-page-v2 .about-hero-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 62px;
  line-height: 0.95;
  font-weight: 800;
}

.about-page-v2 .about-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.about-page-v2 .about-summary-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--parold-radius);
  backdrop-filter: blur(8px);
  padding: 26px;
}

.about-page-v2 .about-summary-card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.about-page-v2 .about-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-page-v2 .about-summary-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.about-page-v2 .about-summary-list li:last-child {
  margin-bottom: 0;
}

.about-page-v2 .about-summary-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--parold-highlight);
}

.about-page-v2 .about-overview {
  padding: 76px 0 36px;
  background: #fbfbf9;
}

.about-page-v2 .about-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-page-v2 .about-overview-card {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  padding: 26px;
}

.about-page-v2 .about-overview-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--parold-accent);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.about-page-v2 .about-overview-card span {
  color: var(--parold-muted);
  font-weight: 600;
}

.about-page-v2 .about-leadership {
  padding: 18px 0 72px;
}

.about-page-v2 .about-section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.about-page-v2 .about-section-heading h2 {
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
}

.about-page-v2 .about-section-heading p {
  margin: 0;
  color: var(--parold-muted);
  font-size: 18px;
}

.about-page-v2 .leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.about-page-v2 .leader-card {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  overflow: hidden;
}

.about-page-v2 .leader-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.about-page-v2 .leader-content {
  padding: 28px;
}

.about-page-v2 .leader-role {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--parold-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-page-v2 .leader-content h3 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 800;
}

.about-page-v2 .leader-content p {
  margin-bottom: 14px;
  font-size: 16px;
}

.about-page-v2 .leader-content p:last-child {
  margin-bottom: 0;
}

.about-page-v2 .leader-links {
  margin-top: 18px;
}

.about-page-v2 .leader-links a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-page-v2 .about-hero-grid,
  .about-page-v2 .leader-grid,
  .about-page-v2 .about-overview-grid {
    grid-template-columns: 1fr;
  }

  .about-page-v2 .about-hero-v2 .container {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .about-page-v2 .about-hero-copy h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .about-page-v2 .about-hero-copy h1 {
    font-size: 38px;
  }

  .about-page-v2 .about-hero-copy p,
  .about-page-v2 .about-section-heading p {
    font-size: 17px;
  }

  .about-page-v2 .leader-content,
  .about-page-v2 .about-summary-card,
  .about-page-v2 .about-overview-card {
    padding: 22px;
  }

  .about-page-v2 .leader-content h3,
  .about-page-v2 .about-section-heading h2 {
    font-size: 30px;
  }
}

.footer-minimal {
  background: #0a0d12;
  border: 0;
}

.contact-page .contact-hero {
  background: linear-gradient(135deg, rgba(15, 17, 21, 0.96), rgba(31, 35, 43, 0.9));
  color: #fff;
}

.contact-page .contact-hero .container,
.contact-page .main .container {
  max-width: 1180px;
  margin: 0 auto;
}

.contact-page .contact-hero .container {
  padding: 56px 15px 72px;
}

.contact-page .breadcrumb {
  margin-bottom: 24px;
}

.contact-page .breadcrumb a,
.contact-page .breadcrumb li,
.contact-page .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.72);
}

.contact-page .contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: end;
}

.contact-page .contact-hero-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 60px;
  line-height: 0.96;
  font-weight: 800;
}

.contact-page .contact-hero-copy p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.contact-page .contact-hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--parold-radius);
  backdrop-filter: blur(8px);
  padding: 26px;
}

.contact-page .contact-hero-card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.contact-page .contact-hero-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-page .contact-hero-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-page .contact-hero-card li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--parold-highlight);
}

.contact-page .contact-page-section {
  padding: 72px 0;
}

.contact-page .contact-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-page .contact-panel {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  padding: 30px;
}

.contact-page .contact-panel h2 {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 800;
}

.contact-page .contact-panel-dark {
  background: #14171d;
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}

.contact-page .contact-panel-dark a,
.contact-page .contact-panel-dark .section-kicker {
  color: var(--parold-highlight);
}

.contact-page .contact-detail-list,
.contact-page .contact-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-page .contact-detail-list li,
.contact-page .contact-link-list li {
  margin-bottom: 12px;
  font-size: 17px;
}

.contact-page .contact-link-list a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .contact-page .contact-hero-grid,
  .contact-page .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-hero-copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-hero .container {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .contact-page .contact-hero-copy h1 {
    font-size: 36px;
  }

  .contact-page .contact-hero-copy p,
  .contact-page .contact-detail-list li,
  .contact-page .contact-link-list li {
    font-size: 16px;
  }

  .contact-page .contact-panel,
  .contact-page .contact-hero-card {
    padding: 22px;
  }
}

@media (min-width: 992px) {
  .header .container {
    gap: 12px;
  }

  .header-navigation {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-navigation > ul {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4px;
  }

  .header-navigation > ul > li > a {
    white-space: nowrap;
    font-size: 11px;
    padding: 10px 9px;
    letter-spacing: 0.04em;
  }
}

.contact-page .contact-form-panel {
  background: #14171d;
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}

.contact-page .contact-form {
  display: grid;
  gap: 16px;
}

.contact-page .contact-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.contact-page .contact-field span {
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-page .contact-field input,
.contact-page .contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  padding: 14px 16px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page .contact-field input:focus,
.contact-page .contact-field textarea:focus {
  border-color: rgba(217, 177, 95, 0.9);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(217, 177, 95, 0.12);
}

.contact-page .contact-field textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-page .contact-submit {
  justify-self: start;
}

.contact-page .contact-form-note {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
}

@media (min-width: 992px) {
  .header .container {
    justify-content: center;
    gap: 18px;
  }

  .site-logo {
    flex: 0 0 auto;
  }

  .header-navigation {
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-navigation > ul {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
  }

  .header-navigation > ul > li > a {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 11px;
    letter-spacing: 0.05em;
  }
}
.bands-page-v2 .bands-hero {
  background:
    linear-gradient(135deg, rgba(15, 17, 21, 0.96), rgba(31, 35, 43, 0.9)),
    url("../../pages/img/Backyard-Party-Kings.jpg") center/cover no-repeat;
  color: #fff;
}

.bands-page-v2 .bands-hero .container,
.bands-page-v2 .main .container {
  max-width: 1180px;
  margin: 0 auto;
}

.bands-page-v2 .bands-hero .container {
  padding: 56px 15px 72px;
}

.bands-page-v2 .breadcrumb {
  margin-bottom: 24px;
}

.bands-page-v2 .breadcrumb a,
.bands-page-v2 .breadcrumb li,
.bands-page-v2 .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.72);
}

.bands-page-v2 .bands-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: end;
}

.bands-page-v2 .bands-hero-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 62px;
  line-height: 0.95;
  font-weight: 800;
}

.bands-page-v2 .bands-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.bands-page-v2 .bands-summary-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--parold-radius);
  backdrop-filter: blur(8px);
  padding: 26px;
}

.bands-page-v2 .bands-summary-card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.bands-page-v2 .bands-summary-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bands-page-v2 .bands-summary-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.bands-page-v2 .bands-summary-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--parold-highlight);
}

.bands-page-v2 .bands-showcase {
  padding: 72px 0;
}

.bands-page-v2 .bands-list {
  display: grid;
  gap: 30px;
}

.bands-page-v2 .band-card {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  overflow: hidden;
}

.bands-page-v2 .band-card-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
}

.bands-page-v2 .band-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.bands-page-v2 .band-content {
  padding: 32px;
}

.bands-page-v2 .band-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--parold-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bands-page-v2 .band-content h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.bands-page-v2 .band-content p {
  margin-bottom: 14px;
  font-size: 16px;
}

.bands-page-v2 .band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.bands-page-v2 .band-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.bands-page-v2 .band-highlight {
  background: #f7f7f5;
  border: 1px solid rgba(25, 28, 33, 0.06);
  border-radius: var(--parold-radius);
  padding: 18px;
}

.bands-page-v2 .band-highlight strong {
  display: block;
  margin-bottom: 6px;
  color: var(--parold-accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bands-page-v2 .band-highlight span {
  color: var(--parold-muted);
}

.bands-page-v2 .band-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.bands-page-v2 .media-card {
  background: #101319;
  border-radius: var(--parold-radius);
  overflow: hidden;
}

.bands-page-v2 .media-card iframe,
.bands-page-v2 .media-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  display: block;
  background: #000;
}

.bands-page-v2 .media-card a {
  display: block;
  padding: 14px 16px 18px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bands-page-v2 .bands-hero-grid,
  .bands-page-v2 .band-card-inner,
  .bands-page-v2 .band-highlights,
  .bands-page-v2 .band-media-grid {
    grid-template-columns: 1fr;
  }

  .bands-page-v2 .bands-hero-copy h1 {
    font-size: 48px;
  }

  .bands-page-v2 .band-media img {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .bands-page-v2 .bands-hero .container {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .bands-page-v2 .bands-hero-copy h1 {
    font-size: 38px;
  }

  .bands-page-v2 .bands-hero-copy p {
    font-size: 17px;
  }

  .bands-page-v2 .band-content,
  .bands-page-v2 .bands-summary-card,
  .bands-page-v2 .band-highlight {
    padding: 22px;
  }

  .bands-page-v2 .band-content h2 {
    font-size: 32px;
  }
}

.bands-page-v2 .band-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.bands-page-v2 .media-card {
  background: #101319;
  border-radius: var(--parold-radius);
  overflow: hidden;
  min-height: 100%;
}

.bands-page-v2 .media-card iframe,
.bands-page-v2 .media-card video,
.bands-page-v2 .media-thumb-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  background: #000;
  object-fit: cover;
}

.bands-page-v2 .media-card a,
.bands-page-v2 .media-thumb-card span {
  display: block;
  padding: 16px 18px 20px;
  color: #fff;
  font-weight: 700;
}

.bands-page-v2 .media-thumb-card {
  text-decoration: none;
}

.bands-page-v2 .media-thumb-card:hover,
.bands-page-v2 .media-thumb-card:focus {
  transform: translateY(-2px);
}

.bands-page-v2 .band-media img {
  min-height: 280px;
  max-height: 280px;
}

.bands-page-v2 .band-content {
  padding: 28px;
}

.bands-page-v2 .band-highlights {
  margin-top: 22px;
}

.bands-page-v2 .band-media-grid {
  margin-top: 22px;
  gap: 14px;
}

.bands-page-v2 .media-card iframe,
.bands-page-v2 .media-card video,
.bands-page-v2 .media-thumb-card img {
  aspect-ratio: 16 / 10;
}

.bands-page-v2 .media-card a,
.bands-page-v2 .media-thumb-card span {
  padding: 14px 16px 18px;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .bands-page-v2 .band-media img {
    min-height: 220px;
    max-height: 220px;
  }
}

.bands-page-v3 .bands-hero-v3 {
  background:
    linear-gradient(135deg, rgba(15, 17, 21, 0.96), rgba(31, 35, 43, 0.9)),
    url("../../pages/img/Backyard-Party-Kings.jpg") center/cover no-repeat;
  color: #fff;
}

.bands-page-v3 .bands-hero-v3 .container,
.bands-page-v3 .main .container {
  max-width: 1180px;
  margin: 0 auto;
}

.bands-page-v3 .bands-hero-v3 .container {
  padding: 56px 15px 72px;
}

.bands-page-v3 .breadcrumb {
  margin-bottom: 24px;
}

.bands-page-v3 .breadcrumb a,
.bands-page-v3 .breadcrumb li,
.bands-page-v3 .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.72);
}

.bands-page-v3 .bands-hero-v3-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: end;
}

.bands-page-v3 .bands-hero-v3-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 60px;
  line-height: 0.95;
  font-weight: 800;
}

.bands-page-v3 .bands-hero-v3-copy p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.78);
  font-size: 20px;
}

.bands-page-v3 .bands-hero-v3-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--parold-radius);
  backdrop-filter: blur(8px);
  padding: 26px;
}

.bands-page-v3 .bands-hero-v3-card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.bands-page-v3 .bands-hero-v3-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bands-page-v3 .bands-hero-v3-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.78);
}

.bands-page-v3 .bands-hero-v3-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--parold-highlight);
}

.bands-page-v3 .bands-v3-section {
  padding: 72px 0;
}

.bands-page-v3 .bands-v3-list {
  display: grid;
  gap: 30px;
}

.bands-page-v3 .band-v3-card {
  background: var(--parold-card);
  border: 1px solid var(--parold-border);
  border-radius: var(--parold-radius);
  box-shadow: var(--parold-shadow);
  overflow: hidden;
}

.bands-page-v3 .band-v3-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.bands-page-v3 .band-v3-content {
  padding: 30px;
}

.bands-page-v3 .band-v3-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.bands-page-v3 .band-v3-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--parold-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bands-page-v3 .band-v3-header h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
}

.bands-page-v3 .band-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.bands-page-v3 .band-v3-copy {
  display: grid;
  gap: 14px;
}

.bands-page-v3 .band-v3-copy p {
  margin: 0;
  font-size: 16px;
}

.bands-page-v3 .band-v3-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.bands-page-v3 .band-v3-highlight {
  background: #f7f7f5;
  border: 1px solid rgba(25, 28, 33, 0.06);
  border-radius: var(--parold-radius);
  padding: 18px;
}

.bands-page-v3 .band-v3-highlight strong {
  display: block;
  margin-bottom: 6px;
  color: var(--parold-accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bands-page-v3 .band-v3-highlight span {
  color: var(--parold-muted);
}

.bands-page-v3 .band-v3-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.bands-page-v3 .media-card {
  background: #101319;
  border-radius: var(--parold-radius);
  overflow: hidden;
}

.bands-page-v3 .media-card video,
.bands-page-v3 .media-thumb-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
  object-fit: cover;
}

.bands-page-v3 .media-card a,
.bands-page-v3 .media-thumb-card span {
  display: block;
  padding: 16px 18px 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
}

.bands-page-v3 .media-thumb-card {
  text-decoration: none;
}

.bands-page-v3 .media-thumb-card:hover,
.bands-page-v3 .media-thumb-card:focus {
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .bands-page-v3 .bands-hero-v3-grid,
  .bands-page-v3 .band-v3-highlights,
  .bands-page-v3 .band-v3-media-grid {
    grid-template-columns: 1fr;
  }

  .bands-page-v3 .bands-hero-v3-copy h1 {
    font-size: 46px;
  }

  .bands-page-v3 .band-v3-header {
    flex-direction: column;
  }

  .bands-page-v3 .band-v3-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .bands-page-v3 .bands-hero-v3 .container {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .bands-page-v3 .bands-hero-v3-copy h1 {
    font-size: 36px;
  }

  .bands-page-v3 .bands-hero-v3-copy p {
    font-size: 17px;
  }

  .bands-page-v3 .band-v3-image {
    height: 220px;
  }

  .bands-page-v3 .band-v3-content,
  .bands-page-v3 .bands-hero-v3-card,
  .bands-page-v3 .band-v3-highlight {
    padding: 22px;
  }

  .bands-page-v3 .band-v3-header h2 {
    font-size: 32px;
  }
}

/* Header refresh for the new Parold logo */
.header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(196, 153, 47, 0.16);
  box-shadow: 0 14px 34px rgba(20, 24, 31, 0.08);
  backdrop-filter: blur(12px);
}

.header .container {
  align-items: center;
}

.site-logo {
  display: flex;
  align-items: center;
  padding: 0;
}

.site-logo img {
  width: auto;
  max-width: 240px;
  height: 72px;
  object-fit: contain;
}

.header-navigation > ul > li > a {
  color: #5c4821;
  font-weight: 700;
}

.header-navigation > ul > li > a:hover,
.header-navigation > ul > li.active > a,
.header-navigation > ul > li.open > a {
  background: rgba(212, 164, 50, 0.12);
  color: #b88210;
}

.header-navigation > ul > li.nav-cta > a {
  background: linear-gradient(135deg, #efc14d, #c89118);
  color: #fff;
  box-shadow: 0 10px 22px rgba(200, 145, 24, 0.24);
}

.header-navigation > ul > li.nav-cta > a:hover,
.header-navigation > ul > li.nav-cta > a:focus {
  background: linear-gradient(135deg, #dba930, #b07b0f);
  color: #fff;
}

.mobi-toggler {
  border-color: rgba(196, 153, 47, 0.28);
  color: #8f6913;
}

@media (min-width: 992px) {
  .header .container {
    justify-content: space-between;
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-logo {
    flex: 0 0 auto;
  }

  .header-navigation {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-navigation > ul {
    justify-content: flex-end;
    gap: 8px;
  }

  .header-navigation > ul > li > a {
    white-space: nowrap;
    font-size: 12px;
    padding: 11px 12px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 767px) {
  .site-logo img {
    max-width: 180px;
    height: 60px;
  }
}
