.sidra-heritage {
  --sidra-heritage-blue: #07557f;
  --sidra-heritage-green: #087c2b;
  --sidra-heritage-accent-green: #59e45f;
  --sidra-heritage-text: #4c5650;
  --sidra-heritage-card-blue: #07577f;
  --sidra-heritage-card-green: #eff9f0;
  --sidra-heritage-card-aqua: #eaf8fc;
  --sidra-heritage-border-green: rgba(8, 124, 43, 0.15);
  --sidra-heritage-border-blue: rgba(0, 108, 168, 0.14);
  --sidra-heritage-shadow: 0 18px 45px rgba(0, 76, 120, 0.12);
  background: #fff;
  color: var(--sidra-heritage-text);
  font-family: var(--sidra-font-body, "Inter", Arial, sans-serif);
}

.sidra-heritage *,
.sidra-heritage *::before,
.sidra-heritage *::after {
  box-sizing: border-box;
}

.sidra-heritage__container {
  width: min(100%, 1600px);
  margin-inline: auto;
}

.sidra-heritage__header {
  margin-bottom: 62px;
  text-align: center;
}

.sidra-heritage__title,
.sidra-heritage h3 {
  margin: 0;
  font-family: var(--sidra-font-heading, "Poppins", Arial, sans-serif);
  font-weight: 600;
  line-height: 1.2;
}

.sidra-heritage__title {
  color: var(--sidra-heritage-blue);
  font-size: clamp(2rem, 3vw, 2.75rem);
  letter-spacing: -0.035em;
}

.sidra-heritage__title-line {
  display: block;
  width: 80px;
  height: 6px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: var(--sidra-heritage-green);
  transform-origin: center;
  transition: width 350ms ease, transform 350ms ease;
}

.sidra-heritage__header:hover .sidra-heritage__title-line {
  width: 105px;
  transform: scaleX(1.02);
}

.sidra-heritage__top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 32px;
}

.sidra-heritage__story {
  position: relative;
  display: flex;
  min-height: 365px;
  align-items: center;
  padding: 28px 28px 28px 40px;
}

.sidra-heritage__story-copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.sidra-heritage__story h3 {
  margin-bottom: 26px;
  color: var(--sidra-heritage-green);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.sidra-heritage p {
  margin: 0;
  color: var(--sidra-heritage-text);
  font-size: 1rem;
  line-height: 1.62;
}

.sidra-heritage__story p + p {
  margin-top: 24px;
}

.sidra-heritage__qatar-mark {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 165px;
  color: #eceeef;
  pointer-events: none;
  transition: transform 500ms ease, opacity 500ms ease;
}

.sidra-heritage__story:hover .sidra-heritage__qatar-mark {
  transform: translateY(-6px) scale(1.025);
  opacity: 0.88;
}

.sidra-heritage__location-card,
.sidra-heritage__info-card {
  border-radius: 30px;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.sidra-heritage__location-card:hover,
.sidra-heritage__info-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--sidra-heritage-shadow);
}

.sidra-heritage__location-card {
  display: flex;
  min-height: 365px;
  flex-direction: column;
  justify-content: center;
  padding: 38px 40px;
  background: var(--sidra-heritage-card-blue);
  color: #fff;
}

.sidra-heritage__pin {
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  color: var(--sidra-heritage-accent-green);
  transition: transform 300ms ease;
}

.sidra-heritage__pin svg,
.sidra-heritage__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sidra-heritage__location-card:hover .sidra-heritage__pin {
  transform: translateY(-4px) rotate(-4deg) scale(1.08);
}

.sidra-heritage__location-card h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.sidra-heritage__location-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.sidra-heritage__divider {
  width: 100%;
  height: 1px;
  margin: 40px 0 34px;
  background: rgba(255, 255, 255, 0.14);
}

.sidra-heritage__percentage {
  color: var(--sidra-heritage-accent-green);
  font-family: var(--sidra-font-heading, "Poppins", Arial, sans-serif);
  font-size: clamp(3.2rem, 5vw, 4.3rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
  transition: transform 300ms ease;
}

.sidra-heritage__location-card:hover .sidra-heritage__percentage {
  transform: scale(1.025);
}

.sidra-heritage__company-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

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

.sidra-heritage__info-card {
  min-height: 285px;
  padding: 38px 40px;
  border: 1px solid transparent;
}

.sidra-heritage__info-card--green {
  border-color: var(--sidra-heritage-border-green);
  background: var(--sidra-heritage-card-green);
}

.sidra-heritage__info-card--aqua {
  border-color: var(--sidra-heritage-border-blue);
  background: var(--sidra-heritage-card-aqua);
}

.sidra-heritage__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  transition: transform 350ms cubic-bezier(.2,.8,.2,1);
}

.sidra-heritage__icon--seal {
  color: var(--sidra-heritage-green);
}

.sidra-heritage__icon--leaf {
  color: #006ca8;
}

.sidra-heritage__info-card:hover .sidra-heritage__icon {
  transform: translateY(-4px) rotate(5deg) scale(1.08);
}

.sidra-heritage__info-card h3 {
  margin-bottom: 17px;
  color: var(--sidra-heritage-blue);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.sidra-heritage__reveal {
  opacity: 1;
  transform: none;
}

.sidra-heritage--animate:not(.is-visible) .sidra-heritage__reveal {
  opacity: 0;
  transform: translateY(28px);
}

.sidra-heritage--animate.is-visible .sidra-heritage__reveal {
  animation: sidraHeritageReveal 720ms cubic-bezier(.2,.75,.2,1) both;
  animation-delay: calc(var(--sidra-delay, 0) * 1ms);
}

.sidra-heritage--animate.is-visible .sidra-heritage__reveal[data-delay="100"] { --sidra-delay: 100; }
.sidra-heritage--animate.is-visible .sidra-heritage__reveal[data-delay="180"] { --sidra-delay: 180; }
.sidra-heritage--animate.is-visible .sidra-heritage__reveal[data-delay="240"] { --sidra-delay: 240; }
.sidra-heritage--animate.is-visible .sidra-heritage__reveal[data-delay="320"] { --sidra-delay: 320; }

@keyframes sidraHeritageReveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .sidra-heritage__top-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
  }

  .sidra-heritage__story {
    padding-left: 20px;
  }

  .sidra-heritage__location-card,
  .sidra-heritage__info-card {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .sidra-heritage__header {
    margin-bottom: 42px;
  }

  .sidra-heritage__top-grid,
  .sidra-heritage__bottom-grid {
    grid-template-columns: 1fr;
  }

  .sidra-heritage__story {
    min-height: 0;
    padding: 8px 4px 26px;
  }

  .sidra-heritage__qatar-mark {
    right: -8px;
    bottom: 0;
    width: 115px;
    opacity: 0.65;
  }

  .sidra-heritage__location-card {
    min-height: 340px;
  }

  .sidra-heritage__info-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sidra-heritage *,
  .sidra-heritage *::before,
  .sidra-heritage *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .sidra-heritage--animate:not(.is-visible) .sidra-heritage__reveal {
    opacity: 1;
    transform: none;
  }
}
