/* Food & Beverage page
   Extends technical-manufacturing.css; only overrides hero background and Wrigley size. */

.fb-hero {
    background-image:
        radial-gradient(circle at 15% 20%, rgba(231, 206, 103, 0.10), transparent 35%),
        radial-gradient(circle at 80% 22%, rgba(13, 128, 140, 0.14), transparent 30%),
        linear-gradient(to right, rgba(0, 43, 54, 0.88) 0%, rgba(0, 43, 54, 0.72) 50%, rgba(17, 23, 26, 0.92) 100%),
        url('../images/hero/food_beverage_hero.webp');
    background-size: cover;
    background-position: center top;
}


/* Wrigley wordmark is small — bump it up */
.fb-hero .tm-partner-logo-box:has([alt="Wrigley"]) .tm-partner-logo-item {
    height: 80px;
}

@media (max-width: 991px) {
    .fb-hero {
        background-image:
            linear-gradient(rgba(0, 43, 54, 0.80), rgba(17, 23, 26, 0.90)),
            url('../images/hero/food_beverage_hero.webp');
    }
}
