.gc-home-20250324 {
  background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
  color: var(--gc-charcoal);
}

.elementor-14 .elementor-element.elementor-element-gc24homea > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-14 .elementor-element.elementor-element-gc24homeb > .elementor-element-populated {
  padding: 0 !important;
}

.gc-home-shell {
  margin: 0 auto;
  max-width: var(--gc-container);
  padding: 0 32px;
}

.gc-home-section {
  padding: 72px 0;
}

.gc-home-section-title--center,
.gc-home-videos h2,
.gc-home-locations h2 {
  text-align: center;
}

.gc-home-hero {
  background: #ffffff url("/wp-content/uploads/2023/11/bg-good.webp") center right / cover no-repeat;
  color: var(--gc-charcoal);
  height: 100vh;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  padding: 7em 0 0;
  position: relative;
}

.gc-home-hero::before {
  background: url("/wp-content/uploads/2023/11/bg-home-1-e1689011617173222.webp") top left / 60% auto no-repeat;
  content: "";
  inset: 0;
  mix-blend-mode: darken;
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}

.gc-home-hero h1,
.gc-home-hero p {
  color: var(--gc-charcoal);
}

.gc-home-hero__content {
  align-items: center;
  display: flex;
  height: calc(100vh - 7em);
  min-height: 0;
  position: relative;
  z-index: 1;
}

.gc-home-hero__copy {
  max-width: 620px;
  padding: 0 32px 32px 8px;
  position: relative;
  width: min(52vw, 620px);
  z-index: 2;
}

.gc-home-hero__eyebrow {
  color: var(--gc-charcoal);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
}

.gc-home-hero h1 {
  font-size: clamp(32px, 4.35vw, 55px);
  line-height: 1;
  margin: 0 0 18px;
  max-width: none;
}

.gc-home-hero__title-break {
  display: block;
}

.gc-home-hero__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 30ch;
}

.gc-home-hero__visual {
  display: none;
}

.gc-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  background: #101010;
  border: 1px solid #101010;
  border-radius: 10px;
  color: var(--gc-white);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s ease;
}

.gc-home-button:hover,
.gc-home-button:focus {
  background: transparent;
  border-color: #101010;
  color: #101010;
}

.gc-home-button--ghost {
  background: #101010;
  border-color: #101010;
  color: var(--gc-white);
}

.gc-home-button--ghost:hover,
.gc-home-button--ghost:focus {
  background: transparent;
  color: #101010;
  border-color: #101010;
}

.gc-home-hero__mobile-banners {
  display: none;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.gc-home-banner-card,
.gc-home-gallery-grid__item {
  border-radius: 22px;
  overflow: hidden;
  margin: 0;
}

.gc-home-banner-card img,
.gc-home-gallery-grid__item img,
.gc-home-about__media img,
.gc-home-feature__art img,
.gc-home-team-card img,
.gc-home-download__badges img,
.gc-home-download__support img {
  display: block;
  width: 100%;
  height: auto;
}

.gc-home-video-grid,
.gc-home-two-col,
.gc-home-growth__grid,
.gc-home-location-grid,
.gc-home-team-grid {
  display: grid;
  gap: 28px;
}

.gc-home-video-grid,
.gc-home-two-col,
.gc-home-growth__grid,
.gc-home-location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gc-home-videos .gc-home-shell {
  max-width: 1420px;
}

.gc-home-video-card {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(16, 16, 16, 0.12);
}

.gc-home-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.35));
}

.gc-home-video-card__play {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  color: var(--gc-white);
  font-weight: 700;
}

.gc-home-video-card img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.gc-home-about {
  background: #f6f3ef;
}

.gc-home-about__media img,
.gc-home-feature__art img {
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(16, 16, 16, 0.1);
}

.gc-home-service-grid,
.gc-home-testimonial-grid {
  display: grid;
  gap: 20px;
}

.gc-home-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
}

.gc-home-service-card,
.gc-home-location-card,
.gc-home-testimonial-card,
.gc-home-team-card {
  background: var(--gc-white);
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(16, 16, 16, 0.06);
}

.gc-home-service-card {
  padding: 24px;
}

.gc-home-service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.gc-home-service-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-home-service-card li {
  padding-left: 18px;
  position: relative;
}

.gc-home-service-card li + li {
  margin-top: 12px;
}

.gc-home-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--gc-orange);
  border-radius: 999px;
}

.gc-home-growth {
  background: linear-gradient(135deg, #111 0%, #262626 100%);
  color: var(--gc-white);
}

.gc-home-growth h2,
.gc-home-growth p {
  color: var(--gc-white);
}

.gc-home-social-card {
  align-self: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  color: var(--gc-white);
  display: grid;
  gap: 8px;
  padding: 28px;
  text-decoration: none;
}

.gc-home-social-card strong {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.gc-home-social-card span {
  font-size: 20px;
  font-weight: 700;
}

.gc-home-social-card small {
  color: var(--gc-cyan);
  font-size: 16px;
}

.gc-home-feature__copy {
  align-self: center;
}

.gc-home-gallery-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-home-gallery-grid__item img {
  aspect-ratio: 9 / 13;
  object-fit: cover;
}

.gc-home-feature--clients {
  background: #f8f4ef;
}

.gc-home-locations {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.gc-home-location-card {
  padding: 28px;
}

.gc-home-location-card a {
  color: var(--gc-orange);
  font-weight: 700;
  text-decoration: none;
}

.gc-home-testimonials {
  background: #101010;
}

.gc-home-testimonials h2,
.gc-home-testimonials p,
.gc-home-testimonials .goodcasting-eyebrow {
  color: var(--gc-white);
}

.gc-home-testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.gc-home-testimonial-card {
  background: #181818;
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--gc-white);
  padding: 24px;
}

.gc-home-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.gc-home-testimonial-card__author img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.gc-home-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.gc-home-team-card {
  overflow: hidden;
  padding-bottom: 20px;
}

.gc-home-team-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.gc-home-team-card h3,
.gc-home-team-card p {
  margin-left: 20px;
  margin-right: 20px;
}

.gc-home-team-card h3 {
  margin-top: 18px;
  margin-bottom: 6px;
}

.gc-home-contact {
  background: #080808;
  padding: 5em 0 0;
}

.gc-home-contact__inner {
  display: grid;
  align-items: end;
  gap: 0;
  grid-template-columns: 45fr 55fr;
  max-width: var(--gc-container);
}

.gc-home-20250324 .gc-home-contact__card {
  background: transparent;
  border-radius: 0;
  color: var(--gc-white);
  display: grid;
  align-content: start;
  gap: 20px;
  justify-items: start;
  justify-self: stretch;
  max-width: none;
  min-height: 0;
  padding: 3em;
}

.gc-home-20250324 .gc-home-contact__card h2 {
  color: var(--gc-white);
  font-size: clamp(34px, 3.6vw, 43px);
  line-height: 1.02;
  margin: 0;
  max-width: none;
}

.gc-home-contact__title-break {
  display: block;
}

.gc-home-20250324 .gc-home-contact__card .gc-home-button {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  min-height: 0;
  padding: 10px 18px;
}

.gc-home-contact__image {
  display: flex;
  justify-content: flex-end;
  justify-self: stretch;
  margin-top: -5em;
  max-width: none;
  width: 100%;
}

.gc-home-contact__image img {
  aspect-ratio: auto;
  border-radius: 10px;
  display: block;
  object-fit: contain;
  width: 70%;
}

.gc-contact-modal {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 200;
}

.gc-contact-modal:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gc-contact-modal__backdrop {
  background: rgba(16, 16, 16, 0.6);
  inset: 0;
  position: absolute;
}

.gc-contact-modal__dialog {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(16, 16, 16, 0.24);
  left: 50%;
  max-height: calc(100vh - 48px);
  max-width: 920px;
  overflow: auto;
  padding: 32px;
  position: absolute;
  top: 24px;
  transform: translate(-50%, 12px);
  transition: transform 0.2s ease;
  width: calc(100vw - 32px);
}

.gc-contact-modal:target .gc-contact-modal__dialog {
  transform: translate(-50%, 0);
}

.gc-contact-modal__close {
  color: #101010;
  font-size: 34px;
  line-height: 1;
  position: absolute;
  right: 18px;
  text-decoration: none;
  top: 14px;
}

.gc-contact-modal__dialog h2 {
  margin: 0 0 8px;
}

.gc-contact-modal__tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.gc-contact-modal__tab-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.gc-contact-modal__tab-control {
  background: #f2f2f3;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 999px;
  color: #101010;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
}

#gc-contact-tab-talent:checked ~ .gc-contact-modal__tab-controls label[for="gc-contact-tab-talent"],
#gc-contact-tab-client:checked ~ .gc-contact-modal__tab-controls label[for="gc-contact-tab-client"],
#gc-contact-tab-general:checked ~ .gc-contact-modal__tab-controls label[for="gc-contact-tab-general"] {
  background: #101010;
  border-color: #101010;
  color: #ffffff;
}

.gc-contact-modal__panel {
  display: none;
}

#gc-contact-tab-talent:checked ~ .gc-contact-modal__panels .gc-contact-modal__panel--talent,
#gc-contact-tab-client:checked ~ .gc-contact-modal__panels .gc-contact-modal__panel--client,
#gc-contact-tab-general:checked ~ .gc-contact-modal__panels .gc-contact-modal__panel--general {
  display: block;
}

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

.gc-contact-modal__field {
  display: grid;
  gap: 6px;
}

.gc-contact-modal__field label {
  color: #101010;
  font-weight: 600;
}

.gc-contact-modal__field input,
.gc-contact-modal__field textarea {
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  border-radius: 5px;
  color: #101010;
  font: inherit;
  padding: 14px 16px;
  width: 100%;
}

.gc-contact-modal__field input:focus,
.gc-contact-modal__field textarea:focus {
  background: #ffffff;
  border-color: var(--gc-orange);
  outline: 0;
}

.gc-contact-modal__field--file,
.gc-contact-modal__field--textarea,
.gc-contact-modal__actions {
  grid-column: 1 / -1;
}

.gc-contact-modal__actions {
  margin-top: 4px;
}

.gc-contact-modal__actions .gc-home-button {
  min-width: 140px;
}

@media (max-width: 1024px) {
  .gc-home-hero {
    background-image: none;
    height: auto;
    min-height: 0;
    padding-top: 120px;
  }

  .gc-home-hero::before {
    background-size: 72% auto;
    inset: 0;
  }

  .gc-home-hero__content {
    height: auto;
    min-height: auto;
  }

  .gc-home-hero__copy {
    max-width: 520px;
    padding: 16px 0;
  }

  .gc-home-hero__visual {
    display: none;
  }

  .gc-home-hero__mobile-banners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc-home-video-grid,
  .gc-home-two-col,
  .gc-home-growth__grid,
  .gc-home-location-grid,
  .gc-home-contact__inner,
  .gc-home-team-grid {
    grid-template-columns: 1fr;
  }

  .gc-home-contact {
    padding: 4em 0 0;
  }

  .gc-home-hero__copy {
    max-width: 520px;
    padding-right: 0;
    width: auto;
  }

  .gc-home-contact__inner {
    align-items: start;
    gap: 18px;
    grid-template-columns: 45fr 55fr;
    max-width: var(--gc-container);
  }

  .gc-home-20250324 .gc-home-contact__card,
  .gc-home-contact__image {
    justify-self: stretch;
    max-width: none;
  }

  .gc-home-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gc-home-section {
    padding: 56px 0;
  }

  .gc-home-contact {
    padding: 3em 0 0;
  }

  .gc-home-shell {
    padding: 0 18px;
  }

  .gc-home-hero__copy {
    max-width: none;
    width: auto;
  }

  .gc-home-hero__title-break {
    display: inline;
  }

  .gc-home-hero {
    height: auto;
    min-height: 0;
    padding-top: 108px;
  }

  .gc-home-hero::before {
    background-size: 88% auto;
    inset: 0;
  }

  .gc-home-hero__content {
    height: auto;
    min-height: 0;
  }

  .gc-home-hero__mobile-banners,
  .gc-home-service-grid,
  .gc-home-testimonial-grid,
  .gc-home-team-grid,
  .gc-home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc-contact-modal__dialog {
    padding: 24px 18px;
    top: 16px;
    width: calc(100vw - 20px);
  }

  .gc-contact-modal__form {
    grid-template-columns: 1fr;
  }

  .gc-home-contact__inner {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .gc-home-20250324 .gc-home-contact__card {
    padding: 1.5em 0;
  }

  .gc-home-contact__image {
    margin-top: 0;
  }

  .gc-home-contact__image img {
    width: 100%;
  }

  .gc-home-20250324 .gc-home-contact__card h2 {
    max-width: none;
  }

  .gc-home-contact__title-break {
    display: inline;
  }
}
