.biryani-hero {
  align-items: center;
  background: var(--plum);
  color: var(--white);
  display: grid;
  gap: clamp(32px, 6vw, 90px);
  grid-template-columns: 1fr 1fr;
  padding: clamp(48px, 7vw, 100px) max(24px, 7vw);
}

.biryani-hero h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 98px);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 24px 0;
}

.biryani-hero h1 em {
  color: var(--mint);
  font-style: normal;
}

.biryani-hero p {
  color: #eee8f2;
  font-size: 20px;
  line-height: 1.65;
  max-width: 620px;
}

.biryani-hero img {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  object-fit: cover;
  width: 100%;
}

.biryani-index { background: var(--white); }
.biryani-more { background: var(--soft); border-top: 1px solid var(--line); }

@media (max-width: 850px) {
  .biryani-hero { grid-template-columns: 1fr; }
}
