/* ─── Product Detail — Shared Styles ─── */
@import url('../style.css');

.product-hero { background: var(--black); padding: 72px 0 0; }
.product-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 440px; }
.product-hero-img { position: relative; overflow: hidden; min-height: 440px; }
.product-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-hero-img .price-tag { position: absolute; top: 24px; right: 24px; background: var(--yellow); color: var(--black); font-family: var(--font-h); font-size: 28px; font-weight: 900; padding: 10px 20px; border-radius: 10px; line-height: 1; }
.product-hero-body { padding: 48px 56px; display: flex; flex-direction: column; justify-content: center; }
.product-hero-body .section-tag { margin-bottom: 10px; }
.product-hero-body h1 { font-family: var(--font-h); font-size: clamp(44px, 5vw, 80px); font-weight: 900; text-transform: uppercase; color: var(--white); line-height: .9; margin-bottom: 20px; }
.product-hero-body h1 em { font-style: normal; color: var(--yellow); }
.product-hero-body .product-desc { font-size: 17px; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 28px; }
.product-hero-body .product-price-lg { font-family: var(--font-h); font-size: 48px; font-weight: 900; color: var(--yellow); line-height: 1; margin-bottom: 28px; }
.product-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Ingredients */
.ingredients { padding: 72px 0; background: var(--white); }
.ingredients-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.ingredients h2 { font-family: var(--font-h); font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; text-transform: uppercase; color: var(--black); line-height: 1; margin-bottom: 8px; }
.ingredients h2 em { font-style: normal; color: var(--red); }
.ingredients-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin-top: 28px; }
.ingredients-list li { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid #f0f0f0; font-size: 15px; color: var(--black); }
.ingredients-list li:last-child { border-bottom: none; }
.ing-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.ing-name { font-weight: 600; }
.ing-detail { font-size: 13px; color: var(--gray); margin-top: 2px; }
.sauces-box { background: var(--black); border-radius: 16px; padding: 32px; }
.sauces-box h3 { font-family: var(--font-h); font-size: 20px; font-weight: 800; text-transform: uppercase; color: var(--yellow); letter-spacing: 1px; margin-bottom: 20px; }
.sauce-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.sauce-pill { background: rgba(255,255,255,.1); color: var(--white); font-family: var(--font-h); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 8px 16px; border-radius: 20px; border: 1px solid rgba(255,255,255,.2); }
.sauce-pill.highlight { background: var(--yellow); color: var(--black); border-color: var(--yellow); }

/* Nutrition strip */
.nutrition-strip { background: var(--yellow); padding: 40px 0; }
.nutrition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.nutrition-item { text-align: center; padding: 16px; border-right: 1px solid rgba(0,0,0,.1); }
.nutrition-item:last-child { border-right: none; }
.nutrition-val { font-family: var(--font-h); font-size: 36px; font-weight: 900; color: var(--black); line-height: 1; }
.nutrition-lab { font-family: var(--font-h); font-size: 12px; font-weight: 700; text-transform: uppercase; color: rgba(0,0,0,.6); letter-spacing: 1px; margin-top: 4px; }

/* Menu offer */
.menu-offer { background: var(--black); padding: 56px 0; }
.menu-offer-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 40px 52px; }
.menu-offer-tag { font-family: var(--font-h); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; color: var(--yellow); display: block; margin-bottom: 10px; }
.menu-offer-title { font-family: var(--font-h); font-size: clamp(24px, 3vw, 36px); font-weight: 900; text-transform: uppercase; color: var(--white); line-height: 1; margin-bottom: 20px; }
.menu-offer-title em { font-style: normal; color: var(--yellow); }
.menu-offer-items { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.menu-offer-item { display: flex; align-items: center; gap: 8px; font-size: 15px; color: rgba(255,255,255,.75); font-family: var(--font-h); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.menu-offer-icon { font-size: 22px; }
.menu-plus { font-family: var(--font-h); font-size: 22px; font-weight: 900; color: rgba(255,204,25,.5); }
.menu-offer-right { text-align: center; flex-shrink: 0; }
.menu-offer-price { font-family: var(--font-h); font-size: 72px; font-weight: 900; color: var(--yellow); line-height: 1; }
.menu-offer-sub { font-family: var(--font-h); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,204,25,.5); margin-top: 4px; margin-bottom: 20px; }

/* Related products */
.related { padding: 72px 0; background: var(--gray-light); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.related-card { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.07); transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; display: block; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.related-img { aspect-ratio: 4/3; overflow: hidden; }
.related-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.related-card:hover .related-img img { transform: scale(1.06); }
.related-body { padding: 16px 18px; }
.related-cat { font-family: var(--font-h); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--red); margin-bottom: 4px; }
.related-body h3 { font-family: var(--font-h); font-size: 18px; font-weight: 800; text-transform: uppercase; color: var(--black); margin-bottom: 4px; }
.related-price { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: var(--yellow); }

/* CTA */
.product-cta { background: var(--red); padding: 64px 0; text-align: center; }
.product-cta h2 { font-family: var(--font-h); font-size: clamp(28px, 4vw, 48px); font-weight: 900; text-transform: uppercase; color: var(--white); margin-bottom: 10px; }
.product-cta h2 em { font-style: normal; color: var(--yellow); }
.product-cta p { font-size: 16px; color: rgba(255,255,255,.8); max-width: 420px; margin: 0 auto 28px; }
.product-cta .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .menu-offer-inner { flex-direction: column; align-items: stretch; text-align: center; padding: 32px 28px; }
  .menu-offer-items { justify-content: center; }
  .menu-offer-right { border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; }
  .product-hero-inner { grid-template-columns: 1fr; }
  .product-hero-img { min-height: 300px; }
  .product-hero-body { padding: 36px 28px; }
  .ingredients-grid { grid-template-columns: 1fr; gap: 36px; }
  .nutrition-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .product-hero { padding: 48px 0 0; }
  .product-hero-img { min-height: 240px; }
  .product-hero-body { padding: 28px 20px; }
  .product-hero-body .product-price-lg { font-size: 36px; }
  .ingredients { padding: 48px 0; }
  .related { padding: 48px 0; }
  .product-cta { padding: 48px 0; }
  .product-actions { flex-direction: column; }
  .product-actions .btn { width: 100%; text-align: center; }
}
@media (max-width: 480px) {
  .product-hero-img { min-height: 200px; }
  .product-hero-body h1 { font-size: 36px; }
  .product-hero-body .product-desc { font-size: 15px; }
  .related-grid { grid-template-columns: 1fr; }
  .nutrition-grid { grid-template-columns: 1fr 1fr; }
  .nutrition-val { font-size: 26px; }
  .nutrition-item { padding: 12px 8px; }
}
