/* Elora content extras — testimonials, achievements, layout fixes */

.elora-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .elora-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.elora-review-card {
  height: 100%;
}

.elora-review-source {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
}

.elora-review-stars {
  color: #e2b93b;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.elora-achievements {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.elora-achievement {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(127, 127, 127, 0.35);
  border-radius: 0.25rem;
  line-height: 1.45;
}

/* --- Hero: black gradient only (scroll images stay separate) --- */
.mxd-hero-02 {
  background-color: #050505;
  background-image: linear-gradient(180deg, #000 0%, #0a0a0a 45%, #111 100%);
  background-size: cover;
  background-position: center;
}

/* Cover stays in DOM for mxdHero3dImages(); fill is black so no poster shows */
.mxd-hero-02__cover-img {
  display: block;
  pointer-events: none;
}

.mxd-hero-02__cover-img .elora-hero-cover-fill,
.mxd-hero-02__cover-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.mxd-hero-02__background .mxd-hero-02__cover {
  background: transparent;
}

/* Safety: broken Swiper nesting hid entire document via :only-child on html */
html,
html:only-child {
  display: block !important;
}

.mxd-hero-02__intro,
.mxd-hero-02__outro {
  mix-blend-mode: normal !important;
}

.mxd-hero-02__intro h1,
.mxd-hero-02__outro p {
  color: #fff !important;
  mix-blend-mode: normal !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.elora-black-cta {
  background: #000 !important;
  background-image: linear-gradient(180deg, #000 0%, #0d0d0d 100%) !important;
}

.elora-black-cta .mxd-divider-xl__caption h2,
.elora-black-cta .btn-caption {
  color: #fff !important;
}

.mxd-menu-media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* --- Hero: Pushkar dominates first viewport --- */
.mxd-hero-02__intro {
  width: min(100%, 98vw);
  max-width: 100%;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  z-index: 5;
}

.mxd-hero-02__intro h1 {
  font-size: clamp(4.5rem, 22vw, 16rem) !important;
  line-height: 0.85;
  letter-spacing: -0.06em;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 600px) {
  .mxd-hero-02__intro h1 {
    font-size: clamp(3.5rem, 20vw, 6rem) !important;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .mxd-hero-02__intro {
    width: 90%;
  }
}

.mxd-hero-02__outro {
  width: min(100%, 92vw) !important;
  max-width: 48rem;
}

.mxd-hero-02__outro p {
  max-width: 40rem;
  margin-inline: auto;
  font-size: clamp(2rem, 6vw, 4.5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  font-weight: 600 !important;
}

/* Hero floating media: support inline video thumbs */
.hero-02__img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Parallax section dividers — distinct Movie Poster files */
.divider-image-6 {
  background-image: url("../images/Cinematic Titles/Movie-Titles-02.png") !important;
  background-size: cover;
  background-position: center;
}
.divider-image-9 {
  background-image: url("../images/Cinematic Titles/Scene_01.jpg") !important;
  background-size: cover;
  background-position: center;
}
.divider-image-10 {
  background-image: url("../images/Cinematic Titles/Movie-Titles-04.png") !important;
  background-size: cover;
  background-position: center;
}
.divider-image-11 {
  background-image: url("../images/photoshop/dune 2023.png") !important;
  background-size: cover;
  background-position: center;
}
.divider-image-1,
.divider-image-2,
.divider-image-3,
.divider-image-4,
.divider-image-5,
.divider-image-7,
.divider-image-8,
.divider-image-12,
.divider-image-13,
.divider-image-14 {
  background-image: url("../images/Cinematic Titles/Movie-Titles-06.png") !important;
  background-size: cover;
  background-position: center;
}

/* Footer giant name — scale to container so PUSHKAR never clips */
.fw-mark__content {
  font-size: clamp(2.5rem, 14cqw, 12rem) !important;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.fw-mark__content span {
  white-space: nowrap;
  max-width: 100%;
}

/* Experience timeline spacing */
.mxd-resume__item {
  margin-bottom: 1.75rem;
  padding-bottom: 0.35rem;
}

.mxd-resume__item:last-child {
  margin-bottom: 0;
}

.mxd-resume__data {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title date"
    "link date";
  column-gap: 1rem;
  row-gap: 0.35rem;
  align-items: start;
}

.mxd-resume__title {
  grid-area: title;
}

.mxd-resume__link {
  grid-area: link;
}

.mxd-resume__date {
  grid-area: date;
  text-align: right;
  white-space: nowrap;
}

.mxd-resume__item > p.t-medium {
  margin-top: 0.75rem !important;
  margin-bottom: 0.35rem;
  max-width: 42rem;
  line-height: 1.55;
}

.mxd-resume__divider.divider-top {
  margin-bottom: 0.85rem;
}

.mxd-resume__divider.divider-bottom {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .mxd-resume__data {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "link"
      "date";
    row-gap: 0.25rem;
  }

  .mxd-resume__date {
    text-align: left;
    white-space: normal;
    opacity: 0.75;
    margin-top: 0.15rem;
  }

  .mxd-resume__item {
    margin-bottom: 2rem;
  }
}
