/* Phulkaas photographic cover: separate from Catering Hyderabad. */
.food-hero { position: relative; isolation: isolate; min-height: calc(100svh - 132px); display: grid; place-items: center; background: #171715; color: #fff; overflow: hidden; padding: 64px 0; }
.food-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; z-index: -2; }
.food-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(10,10,8,.7),rgba(10,10,8,.48) 55%,rgba(10,10,8,.25)),linear-gradient(0deg,rgba(10,10,8,.6),transparent 45%); }
.food-hero-content { text-align: center; max-width: 1050px; }
.food-hero-eyebrow { color: #f1d98c; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 28px; }
.food-hero h1 { color: #fff; font-family: 'Cormorant Garamond',Georgia,serif; font-size: clamp(4.8rem,8.4vw,8.5rem); font-weight: 500; line-height: .88; letter-spacing: -.045em; margin: 0 0 32px; }
.food-hero h1 em { color: #f2d88b; font-weight: 400; }
.food-hero-description { max-width: 500px; margin: 0 auto 28px; font-size: 1.0625rem; line-height: 1.7; color: #f1eee6; }
.food-hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px 28px; }
.food-hero .button { background: #edc343; border-color: #edc343; color: #171715; min-height: 52px; padding-inline: 28px; }
.food-hero-contact { color: #fff; font-size: .875rem; padding: 14px 0; text-decoration: underline; text-underline-offset: 6px; }
.food-hero-note { color: #ddd9ce; font-size: .75rem; line-height: 1.6; margin: 26px auto 0; max-width: 430px; }
@media (max-width:1000px) { .food-hero { min-height: calc(100svh - 76px); } }
@media (max-width:600px) {
 .food-hero { padding-block: 56px; }
 .food-hero-image { object-position: 65% center; }
 .food-hero::after { background: rgba(10,10,8,.62); }
 .food-hero h1 { font-size: clamp(4rem,16vw,6rem); }
 .food-hero-eyebrow { font-size: .65rem; letter-spacing: .13em; }
 .food-hero-description { font-size: 1rem; max-width: 340px; }
 .food-hero-actions { gap: 8px 24px; }
}
