/* ===================================================================
   BUSINESS WALKINS — AWARD SHOWS DEDICATED STYLESHEET
   Page: award-shows.html
   =================================================================== */

@import url('services.css');

/* ===================================================================
   AWARD TROPHY SPOTLIGHT (DIAMOND GOLD REAL TROPHY SHOWCASE)
   =================================================================== */
.award-trophy-spotlight {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.38);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.75), 0 0 35px rgba(201, 162, 39, 0.18);
  background: radial-gradient(circle at 50% 35%, rgba(28, 38, 68, 0.85) 0%, rgba(10, 14, 26, 0.98) 70%, #050710 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.award-trophy-spotlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.95), transparent);
  z-index: 3;
}

.award-trophy-spotlight:hover {
  border-color: rgba(229, 199, 107, 0.65);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.88), 0 0 45px rgba(201, 162, 39, 0.28);
  transform: translateY(-4px);
}

.trophy-spotlight-frame {
  width: 100%;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.trophy-spotlight-frame img,
.trophy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.award-trophy-spotlight:hover .trophy-img {
  transform: scale(1.04);
}

/* ===================================================================
   2. PRESTIGE ARCHITECTURE SECTION (LUXURY EDITORIAL FORMAT)
   =================================================================== */
.award-prestige-section {
  background-color: #070912;
  padding: 6.5rem 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.award-prestige-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.8rem;
  align-items: center;
}

.award-prestige-panel .section-tag {
  margin-bottom: 1rem;
}

.award-prestige-panel .section-heading {
  margin-bottom: 1.6rem;
  line-height: 1.22;
}

.prestige-editorial-box {
  border-left: 3px solid #E5C76B;
  background: linear-gradient(135deg, rgba(20, 26, 42, 0.65) 0%, rgba(12, 16, 26, 0.45) 100%);
  border-radius: 0 16px 16px 0;
  padding: 1.8rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  margin-bottom: 2.2rem;
}

.prestige-lead-p {
  font-size: 1.04rem;
  line-height: 1.78;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 1rem;
}

.prestige-sub-p {
  font-size: 0.93rem;
  line-height: 1.72;
  color: #B0B0C4;
  margin: 0;
}

.trophy-spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
}

.trophy-spec-item {
  background: rgba(18, 22, 34, 0.95);
  border: 1px solid rgba(201, 162, 39, 0.24);
  border-radius: 14px;
  padding: 1.4rem 1.3rem;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.trophy-spec-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.8), transparent);
}

.trophy-spec-item:hover {
  border-color: rgba(229, 199, 107, 0.6);
  transform: translateY(-4px);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 162, 39, 0.15);
}

.spec-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.trophy-spec-item:hover .spec-icon-box {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
}

.trophy-spec-item h5 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.35rem 0;
  line-height: 1.3;
}

.trophy-spec-item p {
  font-size: 0.83rem;
  color: #A0A0B8;
  line-height: 1.58;
  margin: 0;
}

/* ===================================================================
   KEY STRATEGIC BENEFITS SECTION (EXECUTIVE LUXURY CARDS)
   =================================================================== */
.award-benefits-section {
  background-color: #070912;
  padding: 6.5rem 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.award-benefits-header {
  max-width: 840px;
  margin: 0 auto 3.8rem;
}

.award-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.award-benefit-card {
  background: rgba(18, 22, 34, 0.95);
  border: 1px solid rgba(201, 162, 39, 0.26);
  border-radius: 18px;
  padding: 2.6rem 2.2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.award-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.85), transparent);
}

.award-benefit-card:hover {
  border-color: rgba(229, 199, 107, 0.6);
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85), 0 0 30px rgba(201, 162, 39, 0.22);
}

.benefit-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.32);
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.35s ease;
}

.award-benefit-card:hover .benefit-icon-wrapper {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
}

.award-benefit-card .benefit-badge {
  align-self: flex-start;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E5C76B;
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.3);
  padding: 0.32rem 0.85rem;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 1.15rem;
}

.award-benefit-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.award-benefit-card p {
  font-size: 0.9rem;
  color: #A8A8BE;
  line-height: 1.7;
  margin-bottom: 1.8rem;
  flex: 1;
}

.benefit-points-list {
  border-top: 1px solid rgba(201, 162, 39, 0.16);
  padding-top: 1.25rem;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.benefit-point-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  color: #D6D6E4;
  font-weight: 500;
}

.benefit-point-item svg {
  color: #E5C76B;
  flex-shrink: 0;
}

/* ===================================================================
   AWARD SHOWS HIGHLIGHTS (GALLERY SHOWCASE)
   =================================================================== */
.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 320px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.9), transparent);
  z-index: 3;
}

.gallery-item:hover {
  border-color: rgba(229, 199, 107, 0.65);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 25px rgba(201, 162, 39, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 8, 16, 0.95) 0%, rgba(10, 14, 26, 0.45) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  z-index: 2;
  transition: all 0.35s ease;
}

.gallery-cat-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E5C76B;
  font-weight: 700;
  margin-bottom: 5px;
}

.gallery-title {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

/* ===================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   =================================================================== */
@media (max-width: 1199px) {
  .award-prestige-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.8rem;
  }

  .trophy-spotlight-frame {
    height: 480px;
    padding: 1.8rem 1.2rem 4rem;
  }

  .award-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .award-benefit-card:last-child {
    grid-column: span 2;
  }

  .gallery-masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
}

@media (max-width: 767px) {
  .award-prestige-section {
    padding: 4.5rem 0;
  }

  .award-benefits-section {
    padding: 4.5rem 0;
  }

  .award-benefits-header {
    margin-bottom: 2.8rem;
  }

  .award-prestige-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .prestige-editorial-box {
    padding: 1.4rem 1.25rem;
  }

  .trophy-spec-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .trophy-spec-item {
    padding: 1.2rem 1.1rem;
  }

  .trophy-spotlight-frame {
    height: 400px;
    padding: 1.5rem 1rem 3.8rem;
  }

  .award-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .award-benefit-card:last-child {
    grid-column: auto;
  }

  .award-benefit-card {
    padding: 2rem 1.5rem;
  }

  .award-benefit-card h3 {
    font-size: 1.22rem;
  }

  .gallery-masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .gallery-item {
    height: 280px;
  }
}

