/* GÜREJE homepage refinement — intentionally scoped to the homepage additions. */
.gureje-film-experience {
  overflow: hidden;
}

.gureje-film-heading {
  margin-bottom: 26px;
}

.gureje-film-heading h2 {
  margin-bottom: 0;
}

.gureje-filmstrip-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.gureje-filmstrip {
  position: relative;
  overflow: hidden;
  padding: 46px 0 40px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) 0 28px / 100% calc(100% - 56px) no-repeat,
    radial-gradient(circle at center, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 56%),
    #0d0d0f;
}

.gureje-filmstrip::before,
.gureje-filmstrip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 28px;
  pointer-events: none;
  background:
    linear-gradient(#080809, #080809) center / 100% 100% no-repeat,
    repeating-linear-gradient(
      to right,
      transparent 0 10px,
      rgba(255,255,255,.96) 10px 20px,
      transparent 20px 34px
    );
  background-blend-mode: normal;
}

.gureje-filmstrip::before {
  top: 0;
}

.gureje-filmstrip::after {
  bottom: 0;
}

.gureje-filmstrip-track {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: max-content;
  padding: 0 18px;
  animation: gureje-filmstrip-scroll 95s linear infinite;
  will-change: transform;
}

.gureje-filmstrip:hover .gureje-filmstrip-track,
.gureje-filmstrip:focus-within .gureje-filmstrip-track {
  animation-play-state: paused;
}

@keyframes gureje-filmstrip-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.gureje-film-card {
  --spotlight-x: 50%;
  --spotlight-y: 50%;
  display: block;
  flex: 0 0 clamp(240px, 24vw, 340px);
  color: #fff;
  text-decoration: none;
}

.gureje-film-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

.gureje-film-card-frame {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}

.gureje-film-card-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: inherit;
  pointer-events: none;
}

.gureje-film-card-image,
.gureje-film-card-color {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gureje-film-card-image {
  display: block;
  filter: grayscale(.82) saturate(.55) contrast(.9) brightness(.7);
  transform: scale(1.01);
}

.gureje-film-card-color,
.gureje-film-card-light {
  pointer-events: none;
}

.gureje-film-card-color {
  display: block;
  background-size: cover;
  background-position: center;
  opacity: 0;
  clip-path: circle(0 at var(--spotlight-x) var(--spotlight-y));
  transition: opacity .26s ease, clip-path .1s linear;
}

.gureje-film-card-light {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(255,245,214,.42) 0%, rgba(255,245,214,.18) 18%, rgba(255,255,255,0) 42%);
  mix-blend-mode: screen;
  transition: opacity .26s ease;
}

.desktop .gureje-film-card:hover .gureje-film-card-color,
.desktop .gureje-film-card:hover .gureje-film-card-light,
.gureje-film-card:focus-visible .gureje-film-card-color,
.gureje-film-card:focus-visible .gureje-film-card-light {
  opacity: 1;
}

.desktop .gureje-film-card:hover .gureje-film-card-color,
.gureje-film-card:focus-visible .gureje-film-card-color {
  clip-path: circle(170px at var(--spotlight-x) var(--spotlight-y));
}

.gureje-film-card-meta {
  display: block;
  padding: 14px 6px 0;
}

.gureje-film-card-title {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.gureje-film-card-caption {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.45;
}

.gureje-film-copy {
  max-width: 860px;
  margin: 34px auto 0;
  text-align: center;
}

.gureje-film-copy p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.75;
}

.gureje-collage-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gureje-home-collage {
  display: block;
  width: 100%;
  max-width: 1254px;
  height: auto;
  margin: 0 auto;
}

.featured-gallery-intro {
  max-width: 680px;
  margin: 18px auto 36px;
  font-size: 17px;
  line-height: 1.7;
}

.gureje-featured-grid > [class*="col-"] {
  display: flex;
}

.gureje-flip-card {
  width: 100%;
  aspect-ratio: 17 / 20;
  min-height: 360px;
  perspective: 1200px;
  cursor: pointer;
  outline: none;
}

.gureje-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 560ms cubic-bezier(.2,.7,.2,1);
}

.desktop .gureje-flip-card:hover .gureje-flip-card-inner,
.gureje-flip-card:focus-visible .gureje-flip-card-inner,
.gureje-flip-card.is-flipped .gureje-flip-card-inner {
  transform: rotateY(180deg);
}

.gureje-flip-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(20, 4, 7, .35);
}

.gureje-flip-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #140407;
  box-shadow: 0 16px 42px rgba(20, 4, 7, .14);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.gureje-flip-face > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gureje-flip-front::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .62));
  pointer-events: none;
}

.gureje-flip-hint {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: left;
}

.gureje-flip-back {
  transform: rotateY(180deg);
}

.gureje-flip-back .gureje-flip-logo {
  filter: none;
}

.gureje-flip-actions {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.gureje-flip-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(20, 4, 7, .92);
}


.gureje-nav-enquire {
  font-weight: 700;
}

.gureje-enquiry-strip {
  padding: 38px 0 54px;
  background: #f3f0ed;
}

.gureje-enquiry-strip-inner {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid rgba(20,4,7,.12);
  background: #fff;
}

.gureje-enquiry-strip-inner h2 {
  margin-top: 8px;
}

.gureje-enquiry-strip-inner p {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.65;
}

.gureje-enquiry-open,
.gureje-whatsapp-submit {
  min-height: 48px;
  white-space: nowrap;
}

.gureje-enquiry-modal[hidden] {
  display: none !important;
}

.gureje-enquiry-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gureje-enquiry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 5, 7, .76);
  backdrop-filter: blur(4px);
}

.gureje-enquiry-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(88vh, 780px);
  overflow-y: auto;
  padding: 36px;
  background: #fff;
  color: #222;
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
}

.gureje-enquiry-dialog h2 {
  margin: 8px 48px 26px 0;
}

.gureje-enquiry-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #140407;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.gureje-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gureje-form-field {
  min-width: 0;
}

.gureje-form-field-full {
  grid-column: 1 / -1;
}

.gureje-form-field label {
  display: block;
  margin-bottom: 7px;
  color: #2d2929;
  font-weight: 600;
  font-size: 15px;
}

.gureje-optional {
  font-weight: 400;
}

.gureje-form-field input,
.gureje-form-field select,
.gureje-form-field textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: #fff;
  color: #222;
  font: inherit;
}

.gureje-form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.gureje-form-field input:focus,
.gureje-form-field select:focus,
.gureje-form-field textarea:focus {
  outline: 2px solid #140407;
  outline-offset: 1px;
}

.gureje-form-status {
  min-height: 22px;
  margin: 14px 0 8px;
  color: #8b111b;
  font-size: 14px;
}

body.gureje-modal-open {
  overflow: hidden;
}


/* Homepage section index: each number maps to a real visible section. */
#home,
#experiences,
#about,
#works,
#projects,
#enquiry-section,
#contacts {
  scroll-margin-top: 24px;
}

.nav-custom li,
.nav-custom .nav-custom-counter {
  transition: color .25s ease, transform .25s ease;
}

/* Footer social accounts live here rather than inside gallery cards. */
.gureje-footer-socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}

.gureje-footer-social-group {
  min-width: 0;
}

.gureje-footer-social-group h4 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .08em;
}

.gureje-footer-social-group .list-social {
  margin-top: 0;
}

.gureje-footer-social-group .list-social .icon {
  width: 44px;
  height: 44px;
  line-height: 42px;
}

/* Fixed WhatsApp entry point, balanced against the existing chat bubble at left. */
.gureje-floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.gureje-floating-whatsapp::before {
  position: absolute;
  content: '';
  inset: -6px;
  border: 1px solid rgba(37, 211, 102, .48);
  border-radius: inherit;
  animation: gureje-whatsapp-pulse 2.8s ease-out infinite;
  pointer-events: none;
}

.gureje-floating-whatsapp .icon {
  font-size: 28px;
  line-height: 1;
}

.gureje-floating-whatsapp:hover,
.gureje-floating-whatsapp:focus-visible {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .3);
  outline: none;
}

.gureje-floating-whatsapp:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .9), 0 0 0 7px rgba(37, 211, 102, .55), 0 16px 38px rgba(0, 0, 0, .3);
}

.gureje-floating-whatsapp-label {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  padding: 8px 11px;
  border-radius: 3px;
  background: #140407;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity .2s ease, transform .2s ease;
}

.gureje-floating-whatsapp:hover .gureje-floating-whatsapp-label,
.gureje-floating-whatsapp:focus-visible .gureje-floating-whatsapp-label {
  opacity: 1;
  transform: translate(0, -50%);
}

@keyframes gureje-whatsapp-pulse {
  0% { opacity: .75; transform: scale(.92); }
  70%, 100% { opacity: 0; transform: scale(1.24); }
}

/* Keep the existing scroll-to-top control clear of the fixed WhatsApp button. */
.ui-to-top {
  right: 34px;
  bottom: 96px;
}

@media (max-width: 991.98px) {
  .gureje-film-card {
    flex-basis: clamp(230px, 42vw, 300px);
  }

  .gureje-filmstrip-track {
    gap: 16px;
    animation-duration: 82s;
  }

  .gureje-film-copy {
    max-width: 720px;
  }

  .gureje-footer-socials {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gureje-enquiry-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  #about p,
  #works p,
  #projects p,
  .card-custom p {
    font-size: 17px;
    line-height: 1.7;
  }
}

@media (max-width: 767.98px) {
  .gureje-filmstrip {
    padding: 38px 0 34px;
  }

  .gureje-film-card {
    flex-basis: 250px;
  }

  .gureje-film-card-image {
    filter: grayscale(.35) saturate(.9) contrast(.92) brightness(.82);
  }

  .gureje-film-card-color,
  .gureje-film-card-light {
    display: none;
  }

  .gureje-film-copy {
    margin-top: 28px;
  }

  .gureje-film-copy p {
    font-size: 17px;
    line-height: 1.68;
  }

  .gureje-featured-grid > [class*="col-"] {
    margin-bottom: 20px;
  }

  .gureje-flip-card {
    min-height: 430px;
  }

  .gureje-enquiry-strip {
    padding: 26px 0 38px;
  }

  .gureje-enquiry-strip-inner {
    gap: 22px;
    padding: 24px 20px;
  }

  .gureje-enquiry-strip-inner h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.12;
  }

  .gureje-enquiry-open,
  .gureje-whatsapp-submit {
    width: 100%;
    white-space: normal;
  }

  .gureje-enquiry-dialog {
    padding: 28px 20px 24px;
  }

  .gureje-form-grid {
    grid-template-columns: 1fr;
  }

  .gureje-form-field-full {
    grid-column: auto;
  }

  .featured-gallery-intro {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .gureje-film-card {
    flex-basis: 220px;
  }

  .gureje-floating-whatsapp {
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
  }

  .gureje-flip-card {
    min-height: 390px;
  }

  .gureje-enquiry-modal {
    align-items: flex-end;
    padding: 0;
  }

  .gureje-enquiry-dialog {
    width: 100%;
    max-height: 92vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gureje-filmstrip-track {
    animation: none;
    transform: none;
  }

  .gureje-film-card-color,
  .gureje-film-card-light,
  .gureje-flip-card-inner,
  .gureje-floating-whatsapp,
  .gureje-floating-whatsapp-label {
    transition-duration: 1ms;
  }

  .gureje-floating-whatsapp::before {
    animation: none;
  }
}

/* ---- Restored homepage refinements from the previously approved treatment ---- */
#home {
  position: relative;
  min-height: 455px;
  display: flex;
  align-items: center;
  overflow: visible;
}

#home > .container {
  padding-top: 72px;
  padding-bottom: 138px;
}

#home .title-style-1-wrap:last-of-type {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#experiences.cardBox {
  position: relative;
  z-index: 5;
  margin-top: -92px;
  padding-top: 0;
}

#experiences.cardBox > .container {
  padding-top: 0;
}

#experiences .row {
  align-items: stretch;
}

#experiences .col-md-4 {
  display: flex;
}

#experiences .gureje-experience-card {
  position: relative;
  width: 100%;
  min-height: 330px;
  overflow: visible;
  padding: 66px 28px 28px;
  border: 1px solid rgba(20, 4, 7, .08);
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 48px rgba(20, 4, 7, .13);
  transform: translateZ(0);
  transition: transform .48s cubic-bezier(.2,.7,.2,1), box-shadow .48s ease;
}

#experiences .gureje-experience-card:hover,
#experiences .gureje-experience-card:focus-within {
  transform: translateY(-10px);
  box-shadow: 0 28px 62px rgba(20, 4, 7, .18);
}

#experiences .gureje-experience-card:active {
  transform: translateY(-4px) scale(.992);
}

#experiences .col-md-4:nth-child(2) .gureje-experience-card {
  transform: translateY(-10px);
}

#experiences .col-md-4:nth-child(2) .gureje-experience-card:hover,
#experiences .col-md-4:nth-child(2) .gureje-experience-card:focus-within {
  transform: translateY(-18px);
}

.gureje-experience-logo-wrap {
  position: relative;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  margin: -126px auto 20px;
  border-radius: 50%;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 35px rgba(20,4,7,.18), inset 0 0 0 1px rgba(20,4,7,.05);
  transform-style: preserve-3d;
}

.gureje-experience-logo-wrap::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 12px;
  right: 18px;
  border-radius: 50%;
  background: #140407;
  box-shadow: 0 3px 10px rgba(20,4,7,.28);
}

.gureje-logo-orbit {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(20,4,7,.15);
  border-radius: 50%;
  animation: gureje-logo-orbit 13s linear infinite;
}

.gureje-logo-orbit::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  background: #140407;
}

.gureje-experience-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 78px;
  max-height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 9px 9px rgba(20,4,7,.15));
  transform: translateZ(18px);
}

.gureje-experience-gureje .gureje-experience-logo {
  width: 88px;
  animation: gureje-logo-float 6.4s ease-in-out infinite;
}

.gureje-experience-artcafe .gureje-experience-logo {
  width: 74px;
  max-height: 74px;
  animation: gureje-logo-breathe 5.6s ease-in-out infinite;
}

.gureje-village-logo-wrap {
  width: 126px;
  height: 126px;
}

.gureje-village-logo-wrap .gureje-experience-logo {
  width: 94px;
  max-height: 78px;
}

.gureje-village-write {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 102px;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: gureje-village-write 8s cubic-bezier(.55,.05,.25,1) infinite;
}

#experiences .card-title {
  margin-top: 2px;
  letter-spacing: .025em;
}

#experiences .card-text {
  flex: 1 1 auto;
}

@keyframes gureje-logo-orbit {
  to { transform: rotate(360deg); }
}

@keyframes gureje-logo-float {
  0%, 100% { transform: translateZ(18px) translateY(0) rotate(-1deg); }
  50% { transform: translateZ(24px) translateY(-5px) rotate(1.5deg); }
}

@keyframes gureje-logo-breathe {
  0%, 100% { transform: translateZ(18px) scale(.96); }
  50% { transform: translateZ(24px) scale(1.045); }
}

@keyframes gureje-village-write {
  0%, 8% { clip-path: inset(0 100% 0 0); opacity: .55; }
  33%, 82% { clip-path: inset(0 0 0 0); opacity: 1; }
  94%, 100% { clip-path: inset(0 0 0 0); opacity: .35; }
}

/* Restore cleaned transparent marks on the flip-card backs. */
.gureje-flip-back {
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,.09), rgba(255,255,255,0) 42%),
    #140407;
}

.gureje-flip-logo-stage {
  position: absolute;
  inset: 18px 18px 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 5px;
  background: rgba(255,255,255,.025);
}

.gureje-flip-logo-stage::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  animation: gureje-flip-logo-orbit 15s linear infinite;
}

.gureje-flip-logo-stage .gureje-flip-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(76%, 270px);
  max-height: 68%;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.35));
}

.gureje-flip-logo-village .gureje-flip-logo {
  width: min(82%, 300px);
}

.gureje-flip-cta,
.gureje-flip-cta:hover,
.gureje-flip-cta:focus {
  color: #fff !important;
}

@keyframes gureje-flip-logo-orbit {
  to { transform: rotate(360deg); }
}

/* Film-reel refinement: tighter frames and visible white sprocket perforations. */
.gureje-filmstrip {
  padding-top: 38px;
  padding-bottom: 38px;
}

.gureje-filmstrip::before,
.gureje-filmstrip::after {
  height: 25px;
  background-color: #080809;
  background-image: radial-gradient(ellipse 7px 5px at center, #f5f5f3 0 72%, transparent 75%);
  background-size: 28px 16px;
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-blend-mode: normal;
}

.gureje-filmstrip-track {
  gap: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.gureje-film-card {
  flex-basis: clamp(245px, 23vw, 330px);
  padding: 0 2px;
}

.gureje-film-card-frame {
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(0,0,0,.32);
}

.gureje-film-card-frame::after {
  border-color: rgba(255,255,255,.18);
  border-radius: 4px;
}

.gureje-film-card-meta {
  padding: 11px 7px 1px;
}

/* A subtle dotted divider keeps the individual film frames visually compartmentalized. */
.gureje-film-card:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 48px;
  left: -3px;
  border-left: 1px dotted rgba(255,255,255,.28);
  pointer-events: none;
}

.gureje-film-card {
  position: relative;
}

@media (max-width: 991.98px) {
  #home {
    min-height: 410px;
  }

  #home > .container {
    padding-top: 62px;
    padding-bottom: 112px;
  }

  #experiences.cardBox {
    margin-top: -72px;
  }

  #experiences .gureje-experience-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 767.98px) {
  #home {
    min-height: 360px;
  }

  #home > .container {
    padding-top: 64px;
    padding-bottom: 74px;
  }

  #experiences.cardBox {
    margin-top: -34px;
  }

  #experiences .col-md-4 {
    display: block;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    min-height: 0;
    margin-top: 62px;
    transform: none;
  }

  #experiences .gureje-experience-card:hover,
  #experiences .gureje-experience-card:focus-within,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:hover,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:focus-within {
    transform: translateY(-6px);
  }

  .gureje-filmstrip-track {
    gap: 4px;
  }

  .gureje-film-card {
    flex-basis: 242px;
    padding: 0 1px;
  }
}

@media (max-width: 430px) {
  #home > .container {
    padding-top: 76px;
    padding-bottom: 62px;
  }

  #experiences.cardBox {
    margin-top: -24px;
  }

  .gureje-film-card {
    flex-basis: 218px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gureje-logo-orbit,
  .gureje-experience-logo,
  .gureje-village-write,
  .gureje-flip-logo-stage::before {
    animation: none !important;
  }

  .gureje-village-write {
    clip-path: none;
    opacity: 1;
  }
}

/* ---- V5 layout correction: keep the film experience stacked at every viewport ---- */
.gureje-film-experience {
  display: block !important;
  width: 100%;
  padding: 78px 0 0 !important;
  background: #f7f7f7;
}

.gureje-film-experience > .container {
  width: 100%;
}

.gureje-film-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  padding: 0 20px;
  text-align: center;
}

.gureje-film-heading .subtitle-classic {
  margin-bottom: 17px;
}

.gureje-film-heading h2 {
  margin: 0;
}

.gureje-filmstrip-bleed {
  position: relative;
  left: auto;
  width: 100%;
  margin: 0;
}

.gureje-film-copy-zone {
  position: relative;
  padding: 46px 0 62px;
  background: #fff;
  border-bottom: 1px solid rgba(20, 4, 7, .08);
}

.gureje-film-copy {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.gureje-film-copy p {
  margin: 0;
  color: #302b2c;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.75;
}

/* ---- V5 enquiry section: distinct editorial gateway instead of a generic CTA box ---- */
.gureje-enquiry-strip {
  position: relative;
  overflow: hidden;
  padding: 0 0 86px;
  background:
    radial-gradient(circle at 84% 28%, rgba(255,255,255,.075), rgba(255,255,255,0) 28%),
    linear-gradient(145deg, #1c080c 0%, #140407 58%, #090506 100%);
  color: #fff;
}

.gureje-enquiry-strip::before {
  content: "";
  position: absolute;
  top: 96px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  pointer-events: none;
}

.gureje-enquiry-strip::after {
  content: "";
  position: absolute;
  right: 64px;
  bottom: 58px;
  width: 86px;
  height: 86px;
  background-image: radial-gradient(circle, rgba(255,255,255,.18) 1.4px, transparent 1.8px);
  background-size: 12px 12px;
  opacity: .45;
  pointer-events: none;
}

.gureje-enquiry-transition {
  position: relative;
  z-index: 2;
  height: 76px;
  margin-bottom: 2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 24%, 53% 24%, 50% 100%, 47% 24%, 0 24%);
}

.gureje-enquiry-transition span {
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,.08);
}

.gureje-enquiry-strip > .container {
  position: relative;
  z-index: 2;
  padding-top: 26px;
  padding-bottom: 0;
}

.gureje-enquiry-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 70px);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
  backdrop-filter: blur(2px);
}

.gureje-enquiry-copy {
  align-self: center;
}

.gureje-enquiry-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
}

.gureje-enquiry-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(255,255,255,.72);
}

.gureje-enquiry-panel h2 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: 1.04;
  letter-spacing: -.025em;
}

.gureje-enquiry-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.72;
}

.gureje-enquiry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.gureje-enquiry-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  letter-spacing: .035em;
}

.gureje-enquiry-action {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.16);
}

.gureje-enquiry-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 3px;
  background: #25d366;
}

.gureje-enquiry-action-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 34px rgba(37,211,102,.18);
}

.gureje-enquiry-action-mark .icon {
  font-size: 28px;
}

.gureje-enquiry-action-kicker {
  margin: 0 0 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gureje-enquiry-action-text {
  margin: 0 0 26px;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.6;
}

.gureje-enquiry-strip .gureje-enquiry-open {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #140407;
  font-weight: 700;
  text-align: left;
  white-space: normal;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.gureje-enquiry-strip .gureje-enquiry-open:hover,
.gureje-enquiry-strip .gureje-enquiry-open:focus-visible {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.gureje-enquiry-arrow {
  font-size: 24px;
  line-height: 1;
}

.gureje-enquiry-note {
  margin: 13px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  letter-spacing: .05em;
}

@media (max-width: 991.98px) {
  .gureje-film-experience {
    padding-top: 64px !important;
  }

  .gureje-film-heading {
    margin-bottom: 34px;
  }

  .gureje-enquiry-strip {
    padding-bottom: 64px;
  }

  .gureje-enquiry-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gureje-enquiry-action {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .gureje-film-experience {
    padding-top: 54px !important;
  }

  .gureje-film-heading {
    margin-bottom: 28px;
  }

  .gureje-film-copy-zone {
    padding: 34px 0 46px;
  }

  .gureje-film-copy {
    padding: 0 4px;
  }

  .gureje-enquiry-transition {
    height: 58px;
  }

  .gureje-enquiry-strip > .container {
    padding-top: 18px;
  }

  .gureje-enquiry-panel {
    gap: 30px;
    padding: 32px 22px;
  }

  .gureje-enquiry-panel h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .gureje-enquiry-copy > p {
    font-size: 17px;
  }

  .gureje-enquiry-action {
    padding: 28px 22px;
  }
}

@media (max-width: 430px) {
  .gureje-film-heading {
    padding: 0 8px;
  }

  .gureje-enquiry-strip {
    padding-bottom: 46px;
  }

  .gureje-enquiry-tags {
    gap: 7px;
  }

  .gureje-enquiry-tags span {
    font-size: 12px;
  }
}

/* ---- V6 finishing pass: mobile spacing, tactile depth and touch spotlight ---- */
#experiences .gureje-experience-card {
  border-radius: 10px;
  box-shadow:
    0 20px 48px rgba(20, 4, 7, .13),
    0 2px 0 rgba(255,255,255,.9) inset,
    0 0 0 1px rgba(20,4,7,.035);
}

#experiences .gureje-experience-card:hover,
#experiences .gureje-experience-card:focus-within,
#experiences .gureje-experience-card.is-pressed {
  transform: translateY(-13px) scale(1.012);
  box-shadow:
    0 34px 78px rgba(20, 4, 7, .22),
    0 12px 28px rgba(20, 4, 7, .10),
    0 0 0 1px rgba(20,4,7,.055);
}

#experiences .col-md-4:nth-child(2) .gureje-experience-card.is-pressed {
  transform: translateY(-20px) scale(1.012);
}

/* Touch and pointer users get the same light-reveal behavior as mouse users. */
.gureje-film-card.is-spotlit .gureje-film-card-color,
.gureje-film-card.is-spotlit .gureje-film-card-light {
  display: block;
  opacity: 1;
}

.gureje-film-card.is-spotlit .gureje-film-card-color {
  clip-path: circle(170px at var(--spotlight-x) var(--spotlight-y));
}

.gureje-filmstrip.is-touching .gureje-filmstrip-track {
  animation-play-state: paused;
}

@media (max-width: 767.98px) {
  /* Undo legacy generic mobile margins and make the three experience cards deliberate. */
  #experiences.cardBox {
    margin-top: -34px;
    padding: 0 0 28px;
  }

  #experiences.cardBox > .container {
    width: 100%;
    max-width: 620px;
    padding: 0 0 12px !important;
  }

  #experiences .row {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  #experiences .col-md-4 {
    display: block !important;
    width: 100% !important;
    margin: 0 0 34px !important;
    padding: 0 clamp(16px, 5vw, 24px) !important;
  }

  #experiences .col-md-4:last-child {
    margin-bottom: 4px !important;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    width: 100%;
    min-height: 0;
    margin: 64px 0 0 !important;
    padding: 72px clamp(22px, 6vw, 32px) 28px !important;
    border-radius: 12px;
    transform: none;
    box-shadow:
      0 24px 56px rgba(20, 4, 7, .16),
      0 8px 18px rgba(20, 4, 7, .07),
      0 0 0 1px rgba(20,4,7,.04);
  }

  #experiences .gureje-experience-card:hover,
  #experiences .gureje-experience-card:focus-within,
  #experiences .gureje-experience-card.is-pressed,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:hover,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:focus-within,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card.is-pressed {
    transform: translateY(-11px) scale(1.012);
    box-shadow:
      0 38px 82px rgba(20, 4, 7, .23),
      0 14px 34px rgba(20, 4, 7, .11),
      0 0 0 1px rgba(20,4,7,.055);
  }

  #experiences .gureje-experience-logo-wrap {
    margin-top: -132px;
    margin-bottom: 22px;
  }

  #experiences .card-title {
    margin-bottom: 14px;
    font-size: clamp(20px, 5.2vw, 24px);
    line-height: 1.25;
  }

  #experiences .card-text {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.72;
  }

  #experiences .button {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }

  /* Preserve the dark film treatment on mobile; colour appears only under the touch light. */
  .gureje-film-card-image {
    filter: grayscale(.82) saturate(.55) contrast(.9) brightness(.7) !important;
  }

  .gureje-film-card-color,
  .gureje-film-card-light {
    display: block !important;
  }

  .gureje-film-card-color {
    opacity: 0;
    clip-path: circle(0 at var(--spotlight-x) var(--spotlight-y));
  }

  .gureje-film-card-light {
    opacity: 0;
  }

  .gureje-film-card.is-spotlit .gureje-film-card-color,
  .gureje-film-card.is-spotlit .gureje-film-card-light {
    opacity: 1;
  }

  .gureje-film-card.is-spotlit .gureje-film-card-color {
    clip-path: circle(112px at var(--spotlight-x) var(--spotlight-y));
  }
}

@media (max-width: 430px) {
  #experiences.cardBox {
    margin-top: -28px;
  }

  #experiences .col-md-4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-bottom: 30px !important;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    margin-top: 60px !important;
    padding: 70px 20px 24px !important;
  }

  #experiences .gureje-experience-logo-wrap {
    transform: scale(.94);
  }
}

/* ---- V7 final mobile card polish: visible gutters, deeper edge definition, readable CTA hover ---- */
@media (max-width: 767.98px) {
  #experiences.cardBox {
    overflow: visible;
  }

  #experiences.cardBox > .container {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
  }

  #experiences .row {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(22px, 6vw, 30px);
    padding-right: clamp(22px, 6vw, 30px);
    overflow: visible;
  }

  #experiences .col-md-4 {
    width: 100% !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(20, 4, 7, .11);
    background: #fff;
    box-shadow:
      0 28px 58px rgba(20, 4, 7, .16),
      0 10px 24px rgba(20, 4, 7, .08),
      0 1px 0 rgba(255,255,255,.95) inset,
      0 0 0 1px rgba(20,4,7,.025);
  }

  #experiences .gureje-experience-card:hover,
  #experiences .gureje-experience-card:focus-within,
  #experiences .gureje-experience-card.is-pressed,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:hover,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:focus-within,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card.is-pressed {
    transform: translateY(-12px) scale(1.012);
    box-shadow:
      0 42px 84px rgba(20, 4, 7, .24),
      0 18px 38px rgba(20, 4, 7, .12),
      0 0 0 1px rgba(20,4,7,.07);
  }

  #experiences .button,
  #experiences .button:visited,
  #experiences .button:hover,
  #experiences .button:focus,
  #experiences .button:focus-visible,
  #experiences .button:active {
    color: #fff !important;
    text-decoration: none !important;
  }

  #experiences .button:hover,
  #experiences .button:focus,
  #experiences .button:focus-visible {
    background-color: #3b1010 !important;
    box-shadow: 0 10px 24px rgba(20,4,7,.18);
  }
}

@media (max-width: 430px) {
  #experiences .row {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* ---- V8 mobile card proportion pass: taller content area, fixed breathing room, complete shadow edge ---- */
@media (max-width: 767.98px) {
  #experiences .col-md-4 {
    margin-bottom: 46px !important;
  }

  #experiences .col-md-4:last-child {
    margin-bottom: 20px !important;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding-bottom: 34px !important;
    border-color: rgba(20, 4, 7, .12);
    border-bottom-color: rgba(20, 4, 7, .18);
    box-shadow:
      0 32px 62px rgba(20, 4, 7, .17),
      0 14px 28px rgba(20, 4, 7, .08),
      0 2px 0 rgba(255,255,255,.96) inset,
      0 0 0 1px rgba(20,4,7,.035);
  }

  #experiences .card-text {
    flex: 0 0 auto;
    margin-bottom: 26px;
  }

  #experiences .button {
    margin-top: auto !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 430px) {
  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    min-height: 438px;
    padding-bottom: 32px !important;
  }

  #experiences .col-md-4 {
    margin-bottom: 48px !important;
  }
}

/* ---- V9 final mobile edge spacing: keep the complete card visible inside the viewport ---- */
@media (max-width: 767.98px) {
  #experiences.cardBox > .container {
    width: 100% !important;
    max-width: 540px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #experiences .row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #experiences .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: visible;
  }

  #experiences .card-title,
  #experiences .card-text {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (max-width: 430px) {
  #experiences .col-md-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    min-height: 438px;
  }
}

/* ---- V10 exact mobile card gutter fix ----
   Keep a real, visible gap between each experience card and the viewport.
   This intentionally changes only the card geometry/shadow, not its content. */
@media (max-width: 767.98px) {
  #experiences.cardBox {
    overflow: visible !important;
  }

  #experiences.cardBox > .container,
  #experiences .row,
  #experiences .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(20, 4, 7, .10) !important;
    box-shadow:
      0 26px 58px rgba(20, 4, 7, .18),
      0 9px 22px rgba(20, 4, 7, .10),
      0 0 0 1px rgba(20, 4, 7, .035) !important;
  }

  #experiences .gureje-experience-card:hover,
  #experiences .gureje-experience-card:focus-within,
  #experiences .gureje-experience-card.is-pressed,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:hover,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:focus-within,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card.is-pressed {
    box-shadow:
      0 38px 78px rgba(20, 4, 7, .25),
      0 16px 34px rgba(20, 4, 7, .13),
      0 0 0 1px rgba(20, 4, 7, .055) !important;
  }
}

@media (max-width: 430px) {
  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    width: calc(100% - 12px) !important;
    max-width: calc(100% - 12px) !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

/* ---- V11 root-cause mobile gutter fix ----
   Legacy style.css defines `.cardBox { margin: -40px; }`, which keeps the entire
   experiences section 40px wider than the viewport on each side. Card-level
   margins therefore existed in DevTools but were still being rendered outside
   the visible viewport. Reset the legacy horizontal negative margin first, then
   create the gutter on the column wrapper so the complete card and its shadow
   stay visibly inside the screen. */
@media (max-width: 767.98px) {
  #experiences.cardBox {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #experiences.cardBox > .container,
  #experiences .row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #experiences .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #experiences .gureje-experience-card,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    box-shadow:
      0 28px 62px rgba(20, 4, 7, .19),
      0 10px 24px rgba(20, 4, 7, .10),
      0 0 0 1px rgba(20, 4, 7, .04) !important;
  }

  #experiences .gureje-experience-card:hover,
  #experiences .gureje-experience-card:focus-within,
  #experiences .gureje-experience-card.is-pressed,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:hover,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card:focus-within,
  #experiences .col-md-4:nth-child(2) .gureje-experience-card.is-pressed {
    box-shadow:
      0 40px 82px rgba(20, 4, 7, .26),
      0 17px 36px rgba(20, 4, 7, .14),
      0 0 0 1px rgba(20, 4, 7, .06) !important;
  }
}

@media (max-width: 430px) {
  #experiences .col-md-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* ---- V12 experience CTA readability fix ----
   Keep the completed card geometry/shadows intact. This only corrects the
   Learn More CTA text contrast on desktop and mobile interaction states. */
#experiences .gureje-experience-card .button,
#experiences .gureje-experience-card .button:link,
#experiences .gureje-experience-card .button:visited {
  color: #f4efef !important;
  text-decoration: none !important;
  text-decoration-color: rgba(244, 239, 239, .78) !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

#experiences .gureje-experience-card .button:hover,
#experiences .gureje-experience-card .button:focus,
#experiences .gureje-experience-card .button:focus-visible,
#experiences .gureje-experience-card .button:active {
  color: #f4efef !important;
  -webkit-text-fill-color: #f4efef !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(244, 239, 239, .82) !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

#experiences .gureje-experience-card .button:hover::before,
#experiences .gureje-experience-card .button:focus::before,
#experiences .gureje-experience-card .button:focus-visible::before,
#experiences .gureje-experience-card .button:active::before {
  background-color: #3b1010 !important;
  border-color: transparent !important;
}


/* Mobile floating WhatsApp click-layer fix */
.gureje-floating-whatsapp {
    z-index: 1000001 !important;
    pointer-events: auto !important;
    touch-action: manipulation;
    isolation: isolate;
}

.gureje-enquiry-modal {
    z-index: 1000010 !important;
}

@media (max-width: 576px) {
    .gureje-floating-whatsapp {
        z-index: 1000001 !important;
        pointer-events: auto !important;
        touch-action: manipulation;
    }
}