/* ================= STORY PAGE ================= */

#story-page {
  background: #fff;
}

/* HERO */
.story-hero-section {
  padding: 140px 0 100px;
  background: linear-gradient(
    180deg,
    rgba(15,45,36,0.98),
    rgba(15,45,36,0.92)
  );
  color: #fff;
}

.story-eyebrow {
  letter-spacing: 2px;
  font-size: 0.75rem;
  opacity: 0.75;
}

.story-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  margin: 20px 0;
}

.story-hero-content p {
  max-width: 520px;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* PHILOSOPHY */
.story-philosophy {
  padding: 120px 0;
}

.story-text {
  max-width: 780px;
  margin: auto;
  text-align: center;
}

.story-text p {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 28px;
}

.gold-divider {
  width: 90px;
  height: 2px;
  margin: 40px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* PLACE */
.story-place {
  padding: 120px 0;
  background: #f7f7f7;
}

.story-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.story-copy p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.story-highlight {
  display: grid;
  gap: 25px;
}

.highlight-box {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,.08);
  text-align: center;
}

.highlight-box span {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gold);
}

/* EXPERIENCE */
.story-experience {
  padding: 120px 0;
}

/* VALUES */
.story-values {
  padding: 100px 0;
  background: #0f2d24;
  color: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.value h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--gold);
}

/* CLOSE */
.story-close {
  padding: 140px 0;
  text-align: center;
}

.story-close h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.story-close p {
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .story-split {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .story-hero-content h1 {
    font-size: 2.8rem;
  }
}


/* ================= STORY CINEMATIC ================= */

/* HERO */
.story-hero-cinematic {
  position: relative;
  min-height: 90vh;
  background: url('../images/banner/banner2.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.story-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(15,45,36,0.6),
    rgba(15,45,36,0.85)
  );
}

.story-hero-content {
  position: relative;
  max-width: 620px;
}

.story-eyebrow {
  letter-spacing: 2px;
  font-size: 0.75rem;
  opacity: 0.75;
}

.story-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  margin: 20px 0;
}

.story-hero-content p {
  font-size: 1.1rem;
  line-height: 1.8;
}

/* EDITORIAL */
.story-editorial {
  padding: 140px 0;
}

.editorial-text {
  max-width: 780px;
  margin: auto;
  text-align: center;
}

.editorial-text p {
  font-size: 1.05rem;
  line-height: 2;
  margin-bottom: 30px;
}

/* IMAGE BLOCKS */
.story-image-block {
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.image-one {
  background-image: url('../images/banner/banner4.jpg');
}

.image-two {
  background-image: url('../images/banner/banner3.jpg');
}

/* PLACE */
.story-place-premium {
  padding: 140px 0;
  background: #f7f7f7;
}

.story-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
}

.story-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  margin-bottom: 25px;
}

.story-copy p {
  line-height: 1.9;
  margin-bottom: 20px;
}

/* STATS */
.story-stats {
  display: grid;
  gap: 30px;
}

.stat-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,.08);
  text-align: center;
}

.stat-box span {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--gold);
}

/* EXPERIENCE */
.story-experience-premium {
  padding: 140px 0;
}

/* VALUES */
.story-values-premium {
  padding: 120px 0;
  background: #0f2d24;
  color: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 35px;
}

.value h4 {
  color: var(--gold);
  margin-bottom: 10px;
}

/* INVITATION */
.story-invitation {
  padding: 160px 0;
  text-align: center;
}

.story-invitation h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 25px;
}

.story-invitation p {
  max-width: 720px;
  margin: auto;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .story-split {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .story-hero-content h1 {
    font-size: 2.8rem;
  }
  .story-image-block {
    background-attachment: scroll;
  }
}


/* ================= STORY IMAGE BLOCK ================= */

.story-image-block {
  position: relative;
  height: 75vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.image-one {
  background-image: url('../images/banner/banner1.webp');
}

.image-two {
  background-image: url('../images/banner/banner3.webp');
}

/* Dark cinematic overlay */
.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
  z-index: 1;
}

/* Caption */
.image-caption {
  position: absolute;
  bottom: 60px;
  left: 60px;
  max-width: 520px;
  z-index: 2;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 768px) {
  .story-image-block {
    height: 60vh;
  }

  .image-caption {
    left: 24px;
    right: 24px;
    font-size: 1.4rem;
  }
}
