/* ============ HERO ============ */
.hero {
  background: #f2f4f6;
  padding: 50px 0 60px;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(420px, 480px) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}
.hero-inner::before,
.hero-inner::after {
  content: none !important;
  display: none !important;
}
.coke-logo {
  margin-bottom: 30px;
  width: 150px;
}
.hero-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-para {
  font-size: 13px;
  color: #3a3a3e;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 80%;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
  max-width: 80%;
}
.tag {
  border: 1px solid #dcdde0;
  background: transparent;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11px;
  color: #3a3a3e;
  font-weight: 500;
}
.tag:hover {
  background: var(--purple);
  border: 1px solid #dcdde0;
  color: white;
}
.hero-img-wrap {
  position: relative;
  min-width: 0;
}
.hero-img {
  aspect-ratio: 1.5/1;
  border-radius: 8px;
  overflow: hidden;
  background: #c0cace;
  position: relative;
}
.carousel-featured {
  --carousel-gap: 0;
  --carousel-slides-per-view: 1;
}
.carousel-featured .carousel-track {
  width: 100%;
}
.carousel-featured .carousel-slide {
  flex: 0 0 100%;
  max-width: 100%;
}
.carousel-viewport {
  overflow: hidden;
}
.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transition: transform 0.35s ease;
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 calc((100% - (var(--carousel-gap) * (var(--carousel-slides-per-view) - 1))) / var(--carousel-slides-per-view));
  min-width: 0;
}
.hero-img .carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.featured-carousel-controls {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.featured-carousel-nav {
  display: none;
}
.hero-pager {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 0;
}
.hero-pager .dot,
.hero-pager .carousel-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d6d9;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.hero-pager .dot.active,
.hero-pager .carousel-dot.is-active {
  background: #1a1a22;
  width: 6px;
  height: 6px;
}
/* Coca-Cola Retail scene */
.scene-coke {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #c4d4dc 0%, #b0c4cd 50%, #8fa5b0 100%);
  position: relative;
  overflow: hidden;
}
.scene-coke .ceiling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18%;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 80px,
      rgba(255, 255, 255, 0.5) 80px,
      rgba(255, 255, 255, 0.5) 110px
    ),
    linear-gradient(180deg, #e8e8e4 0%, #c0c4bc 100%);
}
.scene-coke .display {
  position: absolute;
  left: 20%;
  right: 25%;
  top: 25%;
  bottom: 18%;
  background: linear-gradient(135deg, #e10a18 0%, #c50912 50%, #a50710 100%);
  border-radius: 60% 60% 8px 8px / 45% 45% 8px 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.scene-coke .display::before {
  content: "WIN EPIC FESTIVAL TICKETS";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  width: 88%;
}
.scene-coke .shelf-l {
  position: absolute;
  top: 38%;
  left: 4%;
  width: 16%;
  height: 52%;
  background: repeating-linear-gradient(
    180deg,
    #f5d14a 0,
    #f5d14a 18%,
    #e10a18 18%,
    #e10a18 36%,
    #1a1a1a 36%,
    #1a1a1a 54%,
    #4a8fd4 54%,
    #4a8fd4 72%,
    #f5d14a 72%,
    #f5d14a 90%
  );
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.scene-coke .shelf-r {
  position: absolute;
  top: 38%;
  right: 6%;
  width: 18%;
  height: 52%;
  background: repeating-linear-gradient(
    180deg,
    #1a1a1a 0,
    #1a1a1a 20%,
    #f5d14a 20%,
    #f5d14a 40%,
    #e10a18 40%,
    #e10a18 60%,
    #f5c140 60%,
    #f5c140 80%,
    #1a1a1a 80%,
    #1a1a1a 100%
  );
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.scene-coke .floor-disc {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 7%;
  background: radial-gradient(
    ellipse,
    rgba(225, 10, 24, 0.7) 0%,
    rgba(225, 10, 24, 0.4) 50%,
    transparent 100%
  );
  border-radius: 50%;
}
.scene-coke .floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12%;
  background: linear-gradient(180deg, #4a5862 0%, #2a3842 100%);
}
.scene-coke .banner {
  position: absolute;
  top: 8%;
  right: 6%;
  width: 30%;
  height: 10%;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e10a18;
  font-family: "Pacifico", cursive;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
/* ============ THUMBNAIL GALLERY ============ */
.thumbs {
  padding: 50px 0;
  background: #fff;
}
.thumbs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.thumb {
  aspect-ratio: 1.5/1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #e5e7ea;
}
.zoom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, var(--purple) 100%),
    url("../svg/icon-search-plus.svg");
  background-repeat: no-repeat, no-repeat;
  background-position:
    center center,
    calc(100% - 4px) calc(100% - 4px);
  background-size:
    cover,
    20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0;
  z-index: 5;
}
/* small variants of scene-coke for thumbs */
.thumb .scene-coke {
  transform: scale(1.05);
}
.thumb-fridge {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, #5a6a72 0%, #5a6a72 18%, transparent 18%),
    linear-gradient(
      180deg,
      #c4d4dc 0%,
      #c4d4dc 18%,
      #2a2a2e 18%,
      #2a2a2e 35%,
      #4a5862 35%,
      #4a5862 60%,
      #e10a18 60%,
      #e10a18 75%,
      #1a1a1a 75%
    );
  position: relative;
}
.thumb-fridge::before {
  content: "";
  position: absolute;
  inset: 18% 4% 5% 4%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 10px,
      rgba(255, 255, 255, 0.15) 10px,
      rgba(255, 255, 255, 0.15) 11px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 24px,
      rgba(0, 0, 0, 0.18) 24px,
      rgba(0, 0, 0, 0.18) 26px
    );
}
.thumb-magic {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, #1a1a1a 0%, #1a1a1a 18%, transparent 18%),
    linear-gradient(
      180deg,
      #c4d4dc 0%,
      #c4d4dc 18%,
      #2a2a2e 18%,
      #2a2a2e 30%,
      #c0c0c0 30%,
      #c0c0c0 38%,
      #e10a18 38%,
      #e10a18 52%,
      #1a1a1a 52%
    );
  position: relative;
}
.thumb-magic::before {
  content: "BIG night IN";
  position: absolute;
  top: 42%;
  right: 8%;
  color: #f5d14a;
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}
/* ============ TWO COL CONTENT ============ */
.two-col {
  padding: 60px 0 40px;
  background: #fff;
}
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.results-grid h3,
.two-col h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 16px;
}
.results-grid p,
.two-col p {
  font-size: 13px;
  color: #3a3a3e;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 14px;
}
.two-col p:last-child {
  margin-bottom: 0;
}
/* ============ STATS ROW ============ */
.stats {
  padding: 50px 0;
  background: #fff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat {
  text-align: center;
  padding: 18px 24px;
  border-right: 1px solid #999;
}
.stat:first-child{
  border-left: 1px solid #999;
}
.stat-icon {
  height: 60px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
}
.stat-icon img{
  height: 100%;
}
.stat-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a22;
}
/* ============ RESULTS / TESTIMONIAL ============ */
.results-section {
  padding: 50px 0 60px;
  background: #fff;
}
.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* ============ CTA BUTTON CENTERED ============ */
.cta-center {
  padding: 30px 0 60px;
  background: #fff;
  text-align: center;
}
.btn-quote-pack {
  background: var(--purple);
  color: #fff;
  padding: 6px 20px 6px 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  min-width: 340px;
  justify-content: space-between;
  transition:
    background 0.2s,
    transform 0.15s;
}
.btn-quote-pack:hover {
  background: var(--purple-dark);
  color:white;
  transform: translateY(-1px);
}
.arrow-circle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  background-image: url("../svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}
/* ============ LARGE IMAGE WITH OVERLAY QUOTE ============ */
.feature-image {
  padding: 0 0 70px;
  background: #fff;
}
.feature-image-wrap {
  position: relative;
}
.feature-image-inner {
  aspect-ratio: 1.6/1;
  border-radius: 8px;
  overflow: hidden;
  background: #c0c0c0;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.quote-overlay {
  position: absolute;
  left: -12px;
  top: 36%;
  background: var(--purple);
  color: #fff;
  padding: 22px 26px;
  width: 280px;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 5;
}
.quote-overlay p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.98);
}
/* ============ OTHER CASE STUDIES ============ */
.other-cases {
  padding: 70px 0 90px;
  background: var(--bg-soft);
}
.other-cases h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.other-grid .case-card {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.other-grid .case-card:hover {
  background: #f0f5f9;
  border: 1px solid #f0f5f9;
}
.other-grid .case-img {
  padding: 20px 20px 0;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.other-grid .case-img-contain {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px 0;
  display: block;
  width: 100%;
}
.other-grid .case-img-contain::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(150, 101, 170, 0) 0%, #9665aa 100%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.other-grid .case-img-contain::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 12px;
  width: 54px;
  height: 34px;
  background: url("../svg/arrow-right-white.svg") center center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.other-grid .case-card .case-img img {
  aspect-ratio: 16/11;
  display: block;
  width: 100%;
}
.other-grid .case-card:hover .case-img-contain::after,
.other-grid .case-card:hover .case-img-contain::before {
  opacity: 1;
}
.other-grid .case-card:hover .case-img-contain::before {
  transform: translateY(0);
}
.other-grid .case-content {
  padding: 24px 20px 28px;
}
.other-grid .case-content h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin-bottom: 12px;
}
.other-grid .case-content .client-line {
  font-size: 14px;
  color: #5a5a60;
  margin-bottom: 14px;
}
.other-grid .case-content .tag-row {
  margin-bottom: 10px;
  gap: 5px;
}
.other-grid .case-content .tag {
  padding: 3px 9px;
  font-size: 10px;
}
.other-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eaebed;
}
.other-card .case-img {
  aspect-ratio: 16/10;
  background: #e5e7ea;
  position: relative;
  overflow: hidden;
}
.other-card-content {
  padding: 14px 16px 18px;
}
.other-card-content h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}
.other-card-content .client-line {
  font-size: 11px;
  color: #5a5a60;
  margin-bottom: 10px;
}
.other-card-content .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.other-card-content .tag {
  padding: 3px 9px;
  font-size: 10px;
}
/* card scenes - reused with simplifications */
.case-fridge {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, #3a4a50 0%, #3a4a50 18%, transparent 18%),
    linear-gradient(
      180deg,
      #b0c4cd 0%,
      #b0c4cd 18%,
      #d43a1a 18%,
      #e5572a 50%,
      #f5c440 50%,
      #f5c440 80%,
      #4a8fd4 80%,
      #4a8fd4 95%,
      #2a2a2e 95%
    );
  position: relative;
}
.case-fridge::before {
  content: "";
  position: absolute;
  inset: 18% 4% 5% 4%;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 14px,
      rgba(255, 255, 255, 0.18) 14px,
      rgba(255, 255, 255, 0.18) 15px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 32px,
      rgba(0, 0, 0, 0.15) 32px,
      rgba(0, 0, 0, 0.15) 34px
    );
}
.case-van {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #a8b5a0 0%, #6b7a65 50%, #4a5a45 100%);
  position: relative;
  overflow: hidden;
}
.case-van::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 14%;
  bottom: 18%;
  height: 50%;
  background: linear-gradient(180deg, #4a7a2a 0%, #3a6a1a 100%);
  border-radius: 4px 12px 4px 4px;
}
.case-van::after {
  content: "TAKE A BITE";
  position: absolute;
  left: 14%;
  right: 22%;
  top: 32%;
  color: #f5d14a;
  font-weight: 900;
  font-size: 14px;
  background: #3a6a1a;
  padding: 4px 6px;
  border-radius: 2px;
  z-index: 2;
}
.case-van .road {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;
  background: #2a2a2e;
}
.case-mural {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #f5f2ec 0%,
    #e0dcd2 70%,
    #4a4a4e 70%,
    #4a4a4e 100%
  );
  position: relative;
  overflow: hidden;
}
.case-mural::before {
  content: "1";
  position: absolute;
  top: 8%;
  right: 8%;
  font-family: Georgia, serif;
  font-size: 120px;
  font-weight: 900;
  color: #3a5a3a;
  line-height: 1;
}
.case-mural::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 14%;
  width: 42%;
  height: 50%;
  background: linear-gradient(135deg, #5a8a4a 0%, #4a7a3a 100%);
  clip-path: polygon(0 20%, 100% 0, 80% 100%, 30% 100%);
}
.case-mural .stripe {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  height: 6%;
  background: #7a3a2a;
}
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .thumbs-grid,
  .other-grid {
    grid-template-columns: 1fr 1fr;
  }
  .two-col-grid,
  .results-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat:nth-child(2) {
    border-right: none;
  }
  .quote-overlay {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 24px;
  }
  .thumbs-grid,
  .other-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat {
    border-right: none;
    border-bottom: 1px solid #e5e7ea;
  }
}
