/* assets/css/ije-photo-book.css */

.ije-photo-page {
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #fffdf8 0%,
      #ffffff 44%,
      #f8fbff 100%
    );
  color: var(--ije-text);
}

/* ===== HERO ===== */

.ije-photo-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: var(--ije-navy);
  background-image: var(--ije-photo-hero-image);
  background-size: cover;
  background-position: center;
}

.ije-photo-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 168, 232, .22),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(254, 209, 0, .10),
      transparent 26%
    ),
    linear-gradient(
      90deg,
      rgba(7, 24, 39, .92) 0%,
      rgba(7, 24, 39, .72) 52%,
      rgba(7, 24, 39, .36) 100%
    );
}

.ije-photo-hero .container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  text-align: center;
}

.ije-photo-eyebrow,
.ije-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  border-radius: 999px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: .88rem;
  font-weight: 800;
}

.ije-photo-eyebrow {
  margin-bottom: 1rem;
  padding: .45rem .85rem;
  border: 1px solid rgba(255, 255, 255, .20);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
}

.ije-photo-hero h1 {
  max-width: 900px;
  margin: 0 auto .85rem;
  color: #fff;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.ije-photo-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .90);
  font-size: 1.12rem;
  line-height: 1.7;
}

/* ===== INTRO ===== */

.ije-photo-intro {
  position: relative;
  overflow: hidden;
  padding: 4.25rem 0 3rem;
  border-bottom: 1px solid rgba(7, 24, 39, .055);
  background:
    radial-gradient(
      circle at 7% 12%,
      rgba(254, 209, 0, .13),
      transparent 27%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(0, 168, 232, .075),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #fffdf7 0%,
      #ffffff 100%
    );
}

.ije-section-heading {
  max-width: 820px;
  margin: 0 auto;
}

.ije-section-kicker {
  margin-bottom: .8rem;
  padding: .38rem .78rem;
  background: var(--ije-sand);
  color: var(--ije-navy);
}

.ije-section-heading h2 {
  margin-bottom: .75rem;
  color: var(--ije-navy);
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.ije-section-heading p {
  color: var(--ije-muted);
  line-height: 1.72;
}

/* ===== GALLERY ===== */

.ije-photo-gallery {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 0 5rem;
  background:
    radial-gradient(
      circle at 96% 8%,
      rgba(0, 168, 232, .075),
      transparent 29%
    ),
    radial-gradient(
      circle at 4% 92%,
      rgba(254, 209, 0, .09),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbff 100%
    );
}

.ije-photo-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(7, 24, 39, .10);
  transition:
    transform .24s ease,
    box-shadow .24s ease;
}

.ije-photo-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
}

.ije-photo-gallery a:hover img {
  transform: scale(1.025);
  box-shadow: 0 24px 48px rgba(7, 24, 39, .16);
}

.ije-photo-gallery figure,
.ije-photo-gallery .gallery-item {
  position: relative;
  margin-bottom: 1.5rem;
}

.ije-photo-gallery figure {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.ije-photo-gallery figcaption,
.ije-photo-gallery .gallery-caption {
  padding: .7rem .25rem 0;
  color: var(--ije-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.ije-photo-gallery a:focus-visible {
  outline: none;
  border-radius: 20px;
  box-shadow: 0 0 0 4px rgba(0, 168, 232, .14);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991.98px) {
  .ije-photo-hero {
    min-height: 430px;
  }

  .ije-photo-intro {
    padding: 3.25rem 0 2.5rem;
  }

  .ije-photo-gallery {
    padding: 3rem 0 4rem;
  }
}

@media (max-width: 575.98px) {
  .ije-photo-hero {
    min-height: 430px;
  }

  .ije-photo-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .ije-photo-hero p {
    font-size: 1rem;
  }

  .ije-photo-intro {
    padding: 3rem 0 2.25rem;
  }

  .ije-photo-gallery {
    padding: 2.5rem 0 3.5rem;
  }

  .ije-photo-gallery img,
  .ije-photo-gallery a,
  .ije-photo-gallery figure {
    border-radius: 16px;
  }
}
