/* ===================================================================
   BUSINESS WALKINS — EVENT MANAGEMENT DEDICATED STYLESHEET
   Page: event-management.html
   Design System: Luxury Corporate Staging & Production Agency
   Colors:
     - Main Background: #0B0B0B
     - Secondary Background: #10131A
     - Elevated Card Surface: #141824 / rgba(18, 22, 34, 0.98)
     - Antique Gold: #C9A227
     - Champagne Gold: #E5C76B
     - Ivory / Pure White: #F7F2E7 / #FFFFFF
   =================================================================== */

@import url('services.css');

/* ===================================================================
   1. SHARED LUXURY CARD ACCENTS & SECTION UTILITIES
   =================================================================== */
.event-precision-section,
.event-benefits-section,
#offerings,
#why-us,
#process,
#showcase,
#faq {
  position: relative;
  overflow: hidden;
}

/* Subtle ambient gold radial glows for section depth */
.event-precision-section::before,
.event-benefits-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.event-benefits-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(229, 199, 107, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ===================================================================
   2. PRECISION ENGINEERING SECTION (#about-service)
   =================================================================== */
.event-precision-section {
  background-color: #070912;
  padding: 7rem 0;
  border-top: 1px solid rgba(201, 162, 39, 0.15);
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
  position: relative;
}

.event-precision-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.8rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.event-precision-panel {
  display: flex;
  flex-direction: column;
}

.event-precision-panel .section-tag {
  margin-bottom: 1rem;
}

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

/* Luxury Editorial Quote Box */
.event-editorial-box {
  border-left: 3px solid #E5C76B;
  background: linear-gradient(135deg, rgba(20, 26, 42, 0.85) 0%, rgba(12, 16, 26, 0.65) 100%);
  border-radius: 0 16px 16px 0;
  padding: 1.8rem 2.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  margin-bottom: 2.2rem;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.event-lead-p {
  font-size: 1.04rem;
  line-height: 1.78;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0.9rem;
  letter-spacing: 0.01em;
}

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

/* 4 Specification Cards Grid */
.event-spec-list,
.trophy-spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
}

.event-spec-item,
.trophy-spec-item {
  background: rgba(18, 22, 34, 0.96);
  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);
}

.event-spec-item::before,
.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.85), transparent);
}

.event-spec-item:hover,
.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.18);
}

.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;
}

.event-spec-item:hover .spec-icon-box,
.trophy-spec-item:hover .spec-icon-box {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.4);
}

.event-spec-item h5,
.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;
  letter-spacing: 0.02em;
}

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

/* Spotlight Showcase (Taj Ganges / Luxury Venue Presentation) */
.event-spotlight,
.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);
}

.event-spotlight::before,
.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;
}

.event-spotlight:hover,
.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);
}

.event-spotlight-frame,
.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;
  background: #0D1017;
}

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

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

.about-visual-badge {
  width: 100%;
  padding: 1.1rem 1.4rem;
  background: rgba(10, 14, 24, 0.96);
  border-top: 1px solid rgba(201, 162, 39, 0.3);
  text-align: center;
  z-index: 2;
  box-sizing: border-box;
}

.about-visual-badge span {
  font-size: 0.74rem;
  font-weight: 700;
  color: #E5C76B;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}

.about-visual-badge strong {
  font-size: 0.82rem;
  color: #E2E4EC;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: inline-block;
}

/* ===================================================================
   3. STRATEGIC ADVANTAGE SECTION (#benefits)
   =================================================================== */
.event-benefits-section {
  background-color: #070912;
  padding: 7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.event-benefits-header {
  max-width: 860px;
  margin: 0 auto 4rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.event-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.event-benefit-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.26);
  border-radius: 18px;
  padding: 2.8rem 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;
  height: 100%;
  box-sizing: border-box;
}

.event-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);
}

.event-benefit-card:hover {
  border-color: rgba(229, 199, 107, 0.65);
  transform: translateY(-8px);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.85), 0 0 32px rgba(201, 162, 39, 0.24);
  background: rgba(22, 28, 44, 0.98);
}

.benefit-icon-wrapper {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  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;
  margin-bottom: 1.6rem;
  transition: all 0.35s ease;
}

.event-benefit-card:hover .benefit-icon-wrapper {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(201, 162, 39, 0.4);
}

.event-benefit-card .benefit-badge {
  align-self: flex-start;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E5C76B;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.32);
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.event-benefit-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  line-height: 1.32;
  letter-spacing: 0.01em;
}

.event-benefit-card p {
  font-size: 0.91rem;
  color: #A8A8BE;
  line-height: 1.72;
  margin-bottom: 1.9rem;
  flex-grow: 1;
}

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

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

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

/* ===================================================================
   4. WHAT WE OFFER SECTION (#offerings)
   =================================================================== */
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.8rem;
  align-items: stretch;
}

.offering-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 16px;
  padding: 2.5rem 2.1rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

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

.offering-card:hover {
  border-color: rgba(229, 199, 107, 0.6);
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.75), 0 0 28px rgba(201, 162, 39, 0.2);
  background: rgba(22, 28, 44, 0.98);
}

.offering-icon-wrap {
  width: 54px;
  height: 54px;
  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.3s ease;
}

.offering-card:hover .offering-icon-wrap {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.4);
}

.offering-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.85rem;
  line-height: 1.32;
  letter-spacing: 0.01em;
}

.offering-card p {
  font-size: 0.89rem;
  color: #A0A0B8;
  line-height: 1.68;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.offering-card ul {
  list-style: none;
  padding: 0;
  margin: auto 0 0 0;
  border-top: 1px solid rgba(201, 162, 39, 0.16);
  padding-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.offering-card ul li {
  font-size: 0.83rem;
  color: #D6D6E4;
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}

.offering-card ul li::before {
  content: '▪';
  position: absolute;
  left: 0;
  color: #E5C76B;
  font-size: 0.95rem;
  line-height: 1;
  top: -1px;
}

/* ===================================================================
   5. WHY CHOOSE US STATS SECTION (#why-us)
   =================================================================== */
.why-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 3.8rem;
  align-items: stretch;
}

.why-feature-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.24);
  border-radius: 16px;
  padding: 2.6rem 2.2rem;
  text-align: left;
  transition: all 0.35s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.why-feature-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);
}

.why-feature-card:hover {
  border-color: rgba(229, 199, 107, 0.65);
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.75), 0 0 28px rgba(201, 162, 39, 0.22);
  background: rgba(22, 28, 44, 0.98);
}

.why-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.why-icon-box {
  width: 54px;
  height: 54px;
  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;
  transition: all 0.3s ease;
}

.why-feature-card:hover .why-icon-box {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
}

.counter-value {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #E5C76B;
  line-height: 1;
  letter-spacing: 0.02em;
}

.why-feature-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  line-height: 1.32;
}

.why-feature-card p {
  font-size: 0.89rem;
  color: #A0A0B8;
  line-height: 1.68;
  margin: 0;
  flex-grow: 1;
}

/* ===================================================================
   6. PROCESS TIMELINE SECTION (#process)
   =================================================================== */
.process-timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.8rem;
  align-items: stretch;
}

.process-step-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 16px;
  padding: 2.4rem 2rem;
  position: relative;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

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

.process-step-card:hover {
  border-color: rgba(229, 199, 107, 0.6);
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.7), 0 0 25px rgba(201, 162, 39, 0.18);
  background: rgba(22, 28, 44, 0.98);
}

.step-num-badge {
  display: inline-block;
  align-self: flex-start;
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 0.92rem;
  font-weight: 800;
  color: #E5C76B;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  margin-bottom: 1.3rem;
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.15);
}

.process-step-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  line-height: 1.32;
}

.process-step-card p {
  font-size: 0.87rem;
  color: #A0A0B8;
  line-height: 1.68;
  margin: 0;
  flex-grow: 1;
}

/* ===================================================================
   7. PORTFOLIO SHOWCASE GALLERY (#showcase)
   =================================================================== */
.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.8rem;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 330px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.65);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #0D1017;
}

.gallery-item::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;
}

.gallery-item:hover {
  border-color: rgba(229, 199, 107, 0.7);
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.85), 0 0 30px rgba(201, 162, 39, 0.25);
}

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

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

.gallery-overlay,
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 8, 16, 0.96) 0%, rgba(10, 14, 26, 0.5) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 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: 6px;
  display: block;
}

.gallery-title,
.gallery-overlay h4 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.32;
  letter-spacing: 0.01em;
}

/* ===================================================================
   8. FAQ ACCORDION SECTION (#faq)
   =================================================================== */
#faq {
  background-color: #070912;
  padding: 7rem 0;
}

.faq-accordion {
  max-width: 900px;
  margin: 3.5rem auto 0;
}

.faq-item {
  background: rgba(18, 22, 34, 0.95);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 14px;
  margin-bottom: 1.2rem;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.faq-item:hover {
  border-color: rgba(229, 199, 107, 0.45);
  background: rgba(22, 28, 44, 0.98);
}

.faq-item.open,
.faq-item.active {
  border-color: rgba(229, 199, 107, 0.65);
  background: rgba(22, 28, 44, 0.98);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(201, 162, 39, 0.14);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.8rem;
  background: transparent;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  gap: 1.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  font-family: inherit;
}

.faq-question:hover {
  color: #E5C76B;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  font-size: 1.25rem;
  font-weight: 600;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-item.open .faq-icon,
.faq-item.active .faq-icon {
  background: #C9A227;
  color: #080A10;
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.35);
}

.faq-answer {
  padding: 0 1.8rem 1.6rem 1.8rem;
  font-size: 0.92rem;
  color: #B0B0C4;
  line-height: 1.75;
  display: none;
}

.faq-item.open .faq-answer,
.faq-item.active .faq-answer {
  display: block;
  animation: faqFadeSlide 0.35s ease forwards;
}

@keyframes faqFadeSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===================================================================
   9. RESPONSIVE DESIGN BREAKPOINTS (MOBILE & TABLET EXCELLENCE)
   =================================================================== */

/* Tablet & Medium Screens (768px – 1199px) */
@media (max-width: 1199px) {
  .event-precision-section,
  .event-benefits-section,
  #offerings,
  #why-us,
  #process,
  #showcase,
  #faq {
    padding: 5.5rem 0;
  }

  .event-precision-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.8rem;
  }

  .event-spotlight-frame,
  .trophy-spotlight-frame {
    height: 480px;
  }

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

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

  .offerings-grid,
  .why-cards-grid,
  .process-timeline-grid,
  .gallery-masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .why-feature-card:last-child {
    grid-column: span 2;
  }
}

/* Mobile Devices (<768px) */
@media (max-width: 767px) {
  .event-precision-section,
  .event-benefits-section,
  #offerings,
  #why-us,
  #process,
  #showcase,
  #faq {
    padding: 4.2rem 0;
  }

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

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

  .event-editorial-box {
    padding: 1.6rem 1.4rem;
    border-radius: 0 12px 12px 0;
  }

  .event-lead-p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

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

  .event-spec-item,
  .trophy-spec-item {
    padding: 1.3rem 1.2rem;
  }

  .event-spotlight-frame,
  .trophy-spotlight-frame {
    height: 400px;
  }

  .about-visual-badge {
    padding: 1rem 1.2rem;
  }

  .about-visual-badge strong {
    font-size: 0.78rem;
  }

  .event-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

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

  .event-benefit-card {
    padding: 2.2rem 1.6rem;
    border-radius: 16px;
  }

  .event-benefit-card h3 {
    font-size: 1.24rem;
  }

  .offerings-grid,
  .why-cards-grid,
  .process-timeline-grid,
  .gallery-masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .why-feature-card:last-child {
    grid-column: auto;
  }

  .offering-card,
  .why-feature-card,
  .process-step-card {
    padding: 2rem 1.6rem;
  }

  .gallery-item {
    height: 290px;
  }

  .faq-question {
    padding: 1.2rem 1.4rem;
    font-size: 0.96rem;
  }

  .faq-answer {
    padding: 0 1.4rem 1.4rem 1.4rem;
    font-size: 0.88rem;
  }
}
