.jlh-instagram-section {
  padding: 5rem 1rem;
  color: #1d3557;
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 146, 144, 0.12), transparent 28rem),
    #f8fafc;
}

.jlh-instagram-section-blog {
  border-top: 1px solid #e2e8f0;
}

.jlh-instagram-inner {
  display: grid;
  width: min(100%, 1040px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.jlh-instagram-eyebrow {
  color: #2c9290;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jlh-instagram-copy h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.jlh-instagram-copy p {
  margin: 0 0 1.7rem;
  color: #526276;
  font-size: 1.05rem;
  line-height: 1.7;
}

.jlh-instagram-profile-link {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 0.6rem;
  color: #fff;
  background: #2c9290;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.jlh-instagram-profile-link:hover {
  color: #fff;
  background: #257d7b;
  transform: translateY(-2px);
}

.jlh-instagram-icon {
  font-size: 1.35rem;
  line-height: 1;
}

.jlh-instagram-embed-shell {
  position: relative;
  width: min(100%, 480px);
  min-height: 640px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dce5eb;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 20px 50px rgba(29, 53, 87, 0.13);
}

.jlh-instagram-embed-shell iframe {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
  background: #fff;
}

.jlh-instagram-fallback {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  color: #fff;
  background: #1d3557;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 820px) {
  .jlh-instagram-section {
    padding: 4rem 1rem;
  }

  .jlh-instagram-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .jlh-instagram-copy {
    max-width: 600px;
    text-align: center;
  }

  .jlh-instagram-profile-link {
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .jlh-instagram-embed-shell {
    min-height: 590px;
  }

  .jlh-instagram-embed-shell iframe {
    height: 590px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jlh-instagram-profile-link {
    transition: none;
  }
}

.jlh-footer-instagram {
  display: flex;
  width: min(calc(100% - 2rem), 1040px);
  margin: 2.25rem auto 0;
  padding: 1.1rem 1.25rem;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.8rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.jlh-footer-instagram:hover {
  border-color: rgba(107, 192, 184, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.jlh-footer-instagram-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  color: #fff;
  background: #2c9290;
  font-size: 1.65rem;
  line-height: 1;
}

.jlh-footer-instagram > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.jlh-footer-instagram small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.jlh-footer-instagram strong {
  color: #fff;
  font-size: 0.98rem;
}

.jlh-footer-instagram-arrow {
  margin-left: auto;
  color: #6bc0b8;
  font-size: 1.25rem;
}

@media (max-width: 600px) {
  .jlh-footer-instagram {
    margin-top: 1.5rem;
  }
}