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

.gallery-banner{

  min-height:460px;

  background:

  /* TOP LEFT PINK GLOW */

  radial-gradient(
  circle at top left,
  rgba(255,90,140,.22),
  transparent 26%
  ),

  /* TOP RIGHT WINE GLOW */

  radial-gradient(
  circle at top right,
  rgba(179,0,45,.24),
  transparent 30%
  ),

  /* CENTER RED GLOW */

  radial-gradient(
  circle at center,
  rgba(122,0,25,.20),
  transparent 42%
  ),

  /* GOLD SHINE */

  radial-gradient(
  circle at bottom left,
  rgba(212,175,55,.10),
  transparent 24%
  ),

  /* BOTTOM WINE GLOW */

  radial-gradient(
  circle at bottom right,
  rgba(255,70,120,.18),
  transparent 30%
  ),

  /* MAIN GLOSSY BASE */

  linear-gradient(
  135deg,
  #1b070d 0%,
  #320013 24%,
  #22000d 48%,
  #3a0018 72%,
  #12060a 100%
  );

}

/* =========================
   GLOSS OVERLAY
========================= */

.gallery-banner::before{

  content:"";

  position:absolute;

  inset:0;

  background:

  linear-gradient(
  120deg,
  rgba(255,255,255,.04),
  transparent 28%,
  transparent 70%,
  rgba(255,255,255,.03)
  );

  mix-blend-mode:soft-light;

  pointer-events:none;

}

/* =========================
   EXTRA LIGHT GLOW
========================= */

.gallery-banner::after{

  content:"";

  position:absolute;

  width:520px;
  height:520px;

  top:-180px;
  right:-140px;

  border-radius:50%;

  background:
  rgba(255,90,140,.12);

  filter:blur(90px);

  pointer-events:none;

}

/* =========================
   OVERLAY
========================= */

.gallery-banner .contact-banner-overlay{

  background:
  linear-gradient(
  to right,
  rgba(0,0,0,.34),
  rgba(0,0,0,.18)
  );

}

/* =========================
   MOBILE
========================= */

@media(max-width:576px){

  .gallery-banner{

    min-height:360px;

  }

}
/* =========================
   GALLERY INTRO SECTION
========================= */

.gallery-intro-section{

  position:relative;

  overflow:hidden;

  padding:95px 20px;

  background:

  radial-gradient(
  circle at top right,
  rgba(179,0,45,.14),
  transparent 30%
  ),

  radial-gradient(
  circle at bottom left,
  rgba(212,175,55,.06),
  transparent 26%
  ),

  linear-gradient(
  135deg,
  #14070c 0%,
  #21000f 48%,
  #0d0d0d 100%
  );

}

/* =========================
   CONTAINER
========================= */

.gallery-intro-container{

  max-width:1200px;

  margin:auto;

  display:grid;

  grid-template-columns:
  .95fr 1.05fr;

  gap:60px;

  align-items:center;

}

/* =========================
   CONTENT
========================= */

.gallery-intro-content{

  position:relative;

  z-index:2;

}

/* TAG */

.gallery-intro-tag{

  display:inline-block;

  padding:10px 18px;

  border-radius:40px;

  background:
  rgba(255,255,255,.06);

  border:
  1px solid rgba(255,255,255,.08);

  backdrop-filter:blur(14px);

  color:var(--gold);

  font-size:13px;
  font-weight:500;

  letter-spacing:1px;

  margin-bottom:22px;

}

/* PARAGRAPH */

.gallery-intro-content p{

  color:#d0d0d0;

  font-size:15px;

  line-height:1.9;

  margin-bottom:20px;

}

/* =========================
   FEATURES
========================= */

.gallery-intro-features{

  display:grid;

  grid-template-columns:
  repeat(2,1fr);

  gap:16px;

  margin-top:34px;

}

.gallery-intro-feature{

  display:flex;

  align-items:center;

  gap:12px;

  color:#fff;

  font-size:14px;

}

.gallery-intro-feature i{

  color:var(--gold);

  font-size:13px;

}

/* =========================
   IMAGE
========================= */

.gallery-intro-image-wrapper{

  position:relative;

}

.gallery-intro-image{

  position:relative;

  overflow:hidden;

  border-radius:32px;

}

.gallery-intro-image img{

  width:100%;
  height:100%;

  min-height:620px;

  object-fit:cover;

  display:block;

  transition:1s ease;

}

/* OVERLAY */

.gallery-intro-image::after{

  content:"";

  position:absolute;

  inset:0;

  background:
  linear-gradient(
  to top,
  rgba(0,0,0,.72),
  transparent 50%
  );

}

/* HOVER */

.gallery-intro-image:hover img{

  transform:scale(1.05);

}

/* =========================
   BADGE
========================= */

.gallery-intro-badge{

  position:absolute;

  left:22px;
  bottom:22px;

  z-index:3;

  padding:16px 18px;

  border-radius:22px;

  background:
  rgba(255,255,255,.08);

  border:
  1px solid rgba(255,255,255,.08);

  backdrop-filter:blur(14px);

}

.gallery-intro-badge span{

  display:block;

  color:#d8d8d8;

  font-size:12px;

  margin-bottom:6px;

}

.gallery-intro-badge strong{

  color:#fff;

  font-size:16px;
  font-weight:600;

}

/* =========================
   TABLET
========================= */

@media(max-width:992px){

  .gallery-intro-section{

    padding:75px 20px;

  }

  .gallery-intro-container{

    grid-template-columns:1fr;

    gap:50px;

  }

  .gallery-intro-image img{

    min-height:520px;

  }

}

/* =========================
   MOBILE
========================= */

@media(max-width:576px){

  .gallery-intro-section{

    padding:65px 16px;

  }

  .gallery-intro-tag{

    font-size:12px;

    padding:9px 16px;

  }

  .gallery-intro-content p{

    font-size:13px;

  }

  .gallery-intro-features{

    grid-template-columns:1fr;

    gap:14px;

  }

  .gallery-intro-image{

    border-radius:24px;

  }

  .gallery-intro-image img{

    min-height:420px;

  }

  .gallery-intro-badge{

    left:16px;
    bottom:16px;

    padding:14px 16px;

  }

}
/* =========================
   PREMIUM GALLERY SECTION
========================= */

.premium-gallery-section{

  padding:95px 20px;

  background:
  linear-gradient(
  135deg,
  #16070d 0%,
  #2a0011 50%,
  #0d0d0d 100%
  );

}

.premium-gallery-container{

  max-width:1280px;

  margin:auto;

}

/* HEADING */

.premium-gallery-heading{

  text-align:center;

  max-width:760px;

  margin:0 auto 60px;

}

.premium-gallery-tag{

  display:inline-block;

  padding:10px 18px;

  border-radius:40px;

  background:
  rgba(255,255,255,.06);

  border:
  1px solid rgba(255,255,255,.08);

  color:var(--gold);

  font-size:13px;

  margin-bottom:22px;

}

.premium-gallery-heading p{

  color:#cfcfcf;

  line-height:1.9;

}

/* GRID */

.premium-gallery-grid{

  display:grid;

  grid-template-columns:
  repeat(4,1fr);

  gap:26px;

}

/* CARD */

.premium-gallery-card{

  overflow:hidden;

  border-radius:28px;

  background:
  rgba(255,255,255,.03);

  border:
  1px solid rgba(255,255,255,.06);

  transition:.45s ease;

}

.premium-gallery-card:hover{

  transform:
  translateY(-8px);

  box-shadow:
  0 24px 50px rgba(179,0,45,.20);

}

/* IMAGE */

.premium-gallery-image{

  position:relative;

  overflow:hidden;

}

.premium-gallery-image img{

  width:100%;

  aspect-ratio:4/5;

  object-fit:cover;

  display:block;

  transition:1s ease;

}

.premium-gallery-card:hover img{

  transform:scale(1.06);

}

/* TOP BADGE */

.gallery-badge{

  position:absolute;

  top:16px;
  left:16px;

  z-index:5;

  padding:8px 14px;

  border-radius:40px;

  font-size:11px;

  font-weight:700;

  letter-spacing:.5px;

  backdrop-filter:blur(12px);

}

.vip{

  background:
  rgba(212,175,55,.16);

  border:
  1px solid rgba(255,215,90,.18);

  color:#ffe28c;

}

.verified{

  background:
  rgba(0,190,110,.18);

  border:
  1px solid rgba(0,255,140,.18);

  color:#9cffc7;

}

.new{

  background:
  rgba(255,70,120,.16);

  border:
  1px solid rgba(255,120,160,.16);

  color:#ffc2d3;

}

.elite{

  background:
  rgba(255,255,255,.08);

  border:
  1px solid rgba(255,255,255,.10);

  color:#ffffff;

}

/* OVERLAY */

.premium-gallery-overlay{

  position:absolute;

  left:0;
  right:0;
  bottom:0;

  padding:18px;

  display:flex;

  align-items:flex-end;

  justify-content:flex-start;

  height:42%;

  background:
  linear-gradient(
  to top,
  rgba(0,0,0,.82),
  rgba(0,0,0,.24) 55%,
  transparent
  );

}

/* STATUS */

.gallery-status{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  min-height:40px;

  padding:10px 16px;

  border-radius:14px;

  font-size:12px;

  font-weight:600;

  backdrop-filter:blur(14px);

}

/* AVAILABLE */

.status-available{

  background:
  rgba(0,190,110,.18);

  border:
  1px solid rgba(0,255,150,.18);

  color:#9cffc7;

}

/* RESERVED */

.status-reserved{

  background:
  rgba(179,0,45,.20);

  border:
  1px solid rgba(255,70,120,.16);

  color:#ffd0db;

}

/* RETURNING */

.status-returning{

  background:
  rgba(122,0,25,.24);

  border:
  1px solid rgba(255,120,150,.14);

  color:#ffe1e7;

}

/* UNAVAILABLE */

.status-unavailable{

  background:
  rgba(120,120,120,.18);

  border:
  1px solid rgba(255,255,255,.08);

  color:#f1f1f1;

}

/* CONTENT */

.premium-gallery-content{

  padding:24px 22px;

}

.gallery-top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  margin-bottom:8px;

}

.gallery-age{

  color:var(--gold);

  font-size:14px;

}

.premium-gallery-content p{

  color:#cfcfcf;

  font-size:14px;

  margin-bottom:14px;

}

.gallery-price{

  color:#fff;

  font-size:15px;

  font-weight:600;

}

/* TABLET */

@media(max-width:992px){

  .premium-gallery-grid{

    grid-template-columns:
    repeat(2,1fr);

  }

}

/* MOBILE */

@media(max-width:576px){

  .premium-gallery-section{

    padding:65px 16px;

  }

  .premium-gallery-grid{

    gap:18px;

  }

  .premium-gallery-content{

    padding:18px 16px;

  }

  .gallery-badge{

    font-size:10px;

    padding:7px 12px;

  }

  .gallery-status{

    font-size:10px;

    padding:8px 12px;

  }

  .gallery-price{

    font-size:13px;

  }

}
/* =========================
   GALLERY EDITORIAL SECTION
========================= */

.gallery-editorial-section{

  position:relative;

  overflow:hidden;

  padding:95px 20px;

  background:

  radial-gradient(
  circle at top right,
  rgba(179,0,45,.14),
  transparent 30%
  ),

  radial-gradient(
  circle at bottom left,
  rgba(212,175,55,.06),
  transparent 26%
  ),

  linear-gradient(
  135deg,
  #14070c 0%,
  #21000f 48%,
  #0d0d0d 100%
  );

}

/* CONTAINER */

.gallery-editorial-container{

  max-width:1200px;

  margin:auto;

  display:grid;

  grid-template-columns:
  1fr 1fr;

  gap:60px;

  align-items:center;

}

/* IMAGE */

.gallery-editorial-image-wrapper{

  position:relative;

}

.gallery-editorial-image{

  position:relative;

  overflow:hidden;

  border-radius:32px;

}

.gallery-editorial-image img{

  width:100%;

  height:700px;

  object-fit:cover;

  display:block;

  transition:1s ease;

}

.gallery-editorial-image:hover img{

  transform:scale(1.05);

}

/* OVERLAY */

.gallery-editorial-image::after{

  content:"";

  position:absolute;

  inset:0;

  background:
  linear-gradient(
  to top,
  rgba(0,0,0,.72),
  transparent 50%
  );

}

/* BADGE */

.gallery-editorial-badge{

  position:absolute;

  left:22px;
  bottom:22px;

  z-index:5;

  padding:16px 18px;

  border-radius:22px;

  background:
  rgba(255,255,255,.08);

  border:
  1px solid rgba(255,255,255,.08);

  backdrop-filter:blur(14px);

}

.gallery-editorial-badge span{

  display:block;

  color:#d7d7d7;

  font-size:12px;

  margin-bottom:6px;

}

.gallery-editorial-badge strong{

  color:#fff;

  font-size:16px;

  font-weight:600;

}

/* CONTENT */

.gallery-editorial-content{

  position:relative;

  z-index:2;

}

/* TAG */

.gallery-editorial-tag{

  display:inline-block;

  padding:10px 18px;

  border-radius:40px;

  background:
  rgba(255,255,255,.06);

  border:
  1px solid rgba(255,255,255,.08);

  color:var(--gold);

  font-size:13px;

  letter-spacing:1px;

  margin-bottom:22px;

}

/* PARAGRAPH */

.gallery-editorial-content p{

  color:#d0d0d0;

  font-size:15px;

  line-height:1.9;

  margin-bottom:20px;

}

/* FEATURES */

.gallery-editorial-features{

  display:grid;

  grid-template-columns:
  repeat(2,1fr);

  gap:16px;

  margin-top:34px;

}

.gallery-editorial-feature{

  display:flex;

  align-items:center;

  gap:12px;

  color:#fff;

  font-size:14px;

}

.gallery-editorial-feature i{

  color:var(--gold);

  font-size:13px;

}

/* TABLET */

@media(max-width:992px){

  .gallery-editorial-section{

    padding:75px 20px;

  }

  .gallery-editorial-container{

    grid-template-columns:1fr;

    gap:50px;

  }

  .gallery-editorial-image img{

    height:520px;

  }

}

/* MOBILE */

@media(max-width:576px){

  .gallery-editorial-section{

    padding:65px 16px;

  }

  .gallery-editorial-tag{

    font-size:12px;

    padding:9px 16px;

  }

  .gallery-editorial-content p{

    font-size:13px;

  }

  .gallery-editorial-features{

    grid-template-columns:1fr;

    gap:14px;

  }

  .gallery-editorial-image{

    border-radius:24px;

  }

  .gallery-editorial-image img{

    height:420px;

  }

  .gallery-editorial-badge{

    left:16px;
    bottom:16px;

    padding:14px 16px;

  }

}