/**
 * Apex Awards "Apex New Home Page" block styles.
 *
 * Extracted from the inline <style> previously embedded in
 * templates/blocks/block--block-content-apex-new-home-page.html.twig
 * so the styles load through the proper theme library pipeline (and
 * therefore work for both anonymous and authenticated users).
 */

:root {
  --theme-color: #ffc561;
  --gold: #ffc561;
  --bg-card: #101014;
}

/*
 * Body-level styling for the Apex home page. The library is only
 * attached when the apex_new_home_page block is rendered, so these
 * declarations only take effect on pages where that block appears.
 */
body.page-apex-home,
.apex-wrapper {
  font-family: "Satoshi", "Roboto", sans-serif;
  background: #000;
  color: #fff;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
      ellipse at 20% 30%,
      rgba(255, 255, 255, 0.18),
      transparent 55%
    ),
    radial-gradient(
      ellipse at 80% 25%,
      rgba(255, 255, 255, 0.14),
      transparent 60%
    );
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 13rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
  padding: 1rem;
}

.site-header .navbar {
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.site-header .navbar-nav {
  list-style: none;
}

.site-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-pill {
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.nav-pill:hover {
  color: #fff;
}

.nav-pill.active {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #fff;
  color: var(--theme-color);
  font-weight: 600;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--theme-color);
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
}

.hero-bottom {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

.hero-tagline {
  margin-bottom: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.main-title-video {
  width: 100%;
  max-width: 760px;
  mix-blend-mode: screen;
}

.hero-subtext {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .hero-content {
    padding-top: 10rem;
    padding-bottom: 14rem;
  }

  .hero-bottom {
    bottom: 2.5rem;
  }

  .hero-tagline {
    font-size: 18px;
    letter-spacing: 9px;
  }

  .hero-subtext {
    font-size: 18px;
  }
}

.apex-wrapper {
  background-image: linear-gradient(
      to bottom,
      rgba(7, 7, 7, 0.2),
      rgba(4, 4, 4, 0.95)
    ),
    radial-gradient(
      ellipse at center top,
      rgba(255, 197, 97, 0.1),
      transparent 45%
    );
}

.instrument-serif {
  font-family: "Cormorant Garamond", serif;
}

.date-section {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}

.date-line {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.75rem;
}

.date-day {
  font-size: clamp(2.5rem, 8vw, 5.25rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--gold);
}

.location-line {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
}

.decorated-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 197, 97, 0.35);
  color: var(--gold);
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.8rem 1.3rem;
  transition: background-color 0.25s ease;
}

.decorated-btn:hover {
  color: var(--gold);
  background: rgba(180, 138, 71, 0.12);
}

.decorated-btn::before,
.decorated-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.decorated-btn::before {
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.decorated-btn::after {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.who-attends-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.frame-corner {
  position: relative;
  border: 1px solid rgba(255, 197, 97, 0.35);
  overflow: hidden;
}

.frame-corner::before,
.frame-corner::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 3;
  pointer-events: none;
}

.frame-corner::before {
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.frame-corner::after {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.who-attends-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
  display: block;
}

.who-title {
  color: var(--gold);
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
}

.who-description {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}

.audience-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-item {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  padding: 0.72rem 0;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}

.audience-item:hover,
.audience-item.active {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.four-verticals-section {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
}

.section-title {
  color: var(--gold);
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.vertical-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(255, 197, 97, 0.3);
  background: var(--bg-card);
  color: var(--gold);
  text-decoration: none;
  padding: 1.3rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: background-color 0.25s ease;
}

.vertical-card:hover {
  color: var(--gold);
  background: #1b1b20;
}

.vertical-card::before,
.vertical-card::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.vertical-card::before {
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.vertical-card::after {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.vertical-title {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.vertical-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  line-height: 1.45;
}

.take-part-section {
  padding: 5rem 0;
}

.take-part-title {
  color: var(--gold);
  font-size: clamp(2rem, 6vw, 4.2rem);
  text-transform: uppercase;
}

.take-part-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.why-track-wrap {
  margin-top: 2.5rem;
  overflow: hidden;
}

.why-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 0.4rem 0.2rem 1rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.why-track::-webkit-scrollbar {
  display: none;
}

.why-card {
  position: relative;
  flex: 0 0 260px;
  border: 1px solid rgba(255, 197, 97, 0.3);
  background: #111;
}

.why-card::before,
.why-card::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 2;
}

.why-card::before {
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.why-card::after {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.why-card-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center 26%;
}

.why-card-body {
  border-top: 1px solid rgba(255, 197, 97, 0.3);
  padding: 1rem 1.1rem;
}

.why-card-title {
  margin: 0;
  text-transform: uppercase;
  color: #f3a62f;
  font-size: 0.9rem;
  font-weight: 600;
}

.why-card-text {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

.why-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.3rem;
}

.why-nav-btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(243, 166, 47, 0.5);
  color: #f3a62f;
  background: transparent;
}

.why-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.why-nav-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
}

.ultimate-section {
  padding: 4rem 0 5rem;
}

.ultimate-title {
  color: #f3a62f;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.7rem);
}

.ultimate-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.ultimate-panel {
  position: relative;
  margin-top: 3rem;
  border: 1px solid rgba(255, 197, 97, 0.5);
  background: #111;
  padding: 2.2rem 1.3rem;
}

.ultimate-panel::before,
.ultimate-panel::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.ultimate-panel::before {
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.ultimate-panel::after {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.exp-item-title {
  margin-top: 0.8rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  color: #f3a62f;
  font-size: 0.9rem;
  font-weight: 600;
}

.exp-item-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}

.red-carpet-section {
  padding: 4rem 0 5rem;
}

.red-carpet-title {
  color: #f3a62f;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.7rem);
}

.red-carpet-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.red-track-wrap {
  margin-top: 2.5rem;
  overflow: hidden;
}

.red-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.4rem 0.2rem 1rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.red-track::-webkit-scrollbar {
  display: none;
}

.red-card {
  position: relative;
  flex: 0 0 260px;
  border: 1px solid rgba(255, 197, 97, 0.3);
  background: #111;
}

.red-card::before,
.red-card::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 2;
}

.red-card::before {
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.red-card::after {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.red-card-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.red-card-body {
  border-top: 1px solid rgba(255, 197, 97, 0.3);
  padding: 1rem;
}

.red-card-title {
  margin: 0;
  text-transform: uppercase;
  color: #f3a62f;
  font-size: 0.9rem;
  font-weight: 600;
}

.red-card-text {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

.red-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.red-nav-btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(243, 166, 47, 0.5);
  color: #f3a62f;
  background: transparent;
}

.red-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.red-nav-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
}

.get-in-touch-section {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 3.5rem 0 5rem;
}

.contact-shell {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(255, 197, 97, 0.3);
  display: flex;
  flex-direction: column;
}

.contact-shell::before,
.contact-shell::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 3;
  pointer-events: none;
}

.contact-shell::before {
  top: 0;
  right: 0;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.contact-shell::after {
  left: 0;
  bottom: 0;
  border-left: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.contact-corner-br {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  z-index: 3;
  pointer-events: none;
}

.contact-left {
  position: relative;
  width: 100%;
  min-height: 320px;
}

.contact-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4));
}

.contact-right {
  width: 100%;
  background: #000;
  padding: 2.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-title {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.contact-subtitle {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.contact-form {
  margin-top: 1.8rem;
}

.contact-field {
  margin-bottom: 1rem;
}

.contact-label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.contact-label .required {
  color: var(--gold);
}

.contact-input,
.contact-select,
.contact-textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.55rem 0;
  outline: none;
}

.contact-select option {
  color: #000;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
  border-bottom-color: var(--gold);
}

.contact-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.phone-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.phone-row .contact-select {
  width: auto;
  min-width: 92px;
  border-bottom: 0;
}

.phone-divider {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0.55rem;
}

.phone-row .contact-input {
  border-bottom: 0;
}

.terms-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  margin-top: 0.5rem;
}

.terms-row input {
  accent-color: var(--gold);
  margin-top: 2px;
}

.terms-row a {
  color: #fff;
  text-decoration: underline;
}

.contact-submit {
  margin-top: 1rem;
  position: relative;
  border: 1px solid rgba(255, 197, 97, 0.3);
  color: var(--gold);
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.75rem 1.15rem;
}

.contact-submit:hover {
  background: rgba(180, 138, 71, 0.1);
}

@media (min-width: 992px) {
  .vertical-card.offset-card {
    transform: translateY(1.9rem);
  }

  .contact-shell {
    flex-direction: row;
  }

  .contact-left {
    width: 45%;
    min-height: 600px;
  }

  .contact-right {
    width: 55%;
    padding: 3rem 3.4rem;
  }

  .contact-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .why-card {
    flex-basis: 460px;
  }

  .why-card-image {
    height: 350px;
  }

  .red-card {
    flex-basis: 460px;
  }

  .red-card-image {
    height: 350px;
  }
}
