.phone-scene img {
  height: 82%;
  max-height: 650px;
  object-fit: contain;
  border: 9px solid #0b0c11;
  border-radius: 38px;
  background: #0b0c11;
}

.live-screen-label {
  position: absolute;
  z-index: 4;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 10px 14px;
  border: 1px solid #ffffff28;
  border-radius: 99px;
  background: #090b10e8;
  color: #fff;
  box-shadow: 0 12px 30px #2224;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.live-screen-label i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #19dfc1;
  box-shadow: 0 0 12px #19dfc1;
}

/* Daily coffee partner: warm, accessible golden yellow */
.partner-card.coffee {
  background: #ffd429;
  color: #111318;
}

.partner-card.coffee::after {
  background: rgba(255, 255, 255, .28);
}

.partner-card.coffee > p {
  color: rgba(17, 19, 24, .76);
  opacity: 1;
}

.partner-card.coffee li {
  border-color: rgba(17, 19, 24, .35);
  color: #111318;
  background: rgba(255, 255, 255, .18);
}

.contact-links {
  grid-template-columns: 1fr 1fr;
}

.contact-links a {
  border-bottom: 1px solid var(--line);
}

.contact-links a:nth-child(even) {
  padding-left: 35px;
  border-left: 1px solid var(--line);
}

.contact-links a:nth-last-child(-n+2) {
  border-bottom: 0;
}

.instagram-handle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.instagram-handle svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.instagram-handle svg .dot {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 900px) {
  .contact-links {
    grid-template-columns: 1fr;
  }

  .contact-links a,
  .contact-links a:nth-child(even),
  .contact-links a:nth-last-child(-n+2) {
    padding-left: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-links a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .phone-scene img {
    width: min(88vw, 390px);
    height: auto;
    max-height: 680px;
  }

  .live-screen-label {
    top: 8%;
  }
}
