/* V7 · reduce repeated loaf imagery; keep the approved A palette and layout.
   No rules here target Hero, the bread gallery, typography or scroll motion.
   The supplied basket illustration is reused without redrawing. */

/* Softer, shorter shadows for the textured artwork outside the opening. */
#about .hello-bread {
  filter: drop-shadow(2px 5px 5px rgba(84, 53, 24, .09));
}
#ingredients .taste-product img {
  filter: drop-shadow(3px 8px 7px rgba(84, 53, 24, .10));
}
#ingredients .taste-product[data-taste-image="0"] img {
  width: 86%;
}

/* A wide, upright basket replaces a single tilted loaf in the same image area. */
#reserve .reserve-basket {
  width: 110%;
  max-width: none;
  height: auto;
  max-height: 90%;
  object-fit: contain;
  transform: translateY(9px) rotate(-2deg);
  filter: drop-shadow(1px 7px 6px rgba(12, 32, 24, .16));
}
#reserve .reserve-logo { bottom: 9%; }

@media (max-width:700px) {
  #ingredients .taste-product[data-taste-image="0"] img { width: 87%; }
  #reserve .reserve-basket {
    width: 111%;
    max-height: 88%;
    transform: translateY(0) rotate(-2deg);
  }
  #reserve .reserve-logo { bottom: 8%; }
}

/* 2026-09-19 公開向け調整（V5公開時の修正を再適用）: 縦の短い端末で
   「ふわっ。もっちり。にっこり。」の丸が見出し「いつもの毎日に。」の句点へ被る。
   見出しは top:116px の固定px、丸は top:28% の hero 高さ基準で基準が割れており、
   hero が min-height:670px に張り付くと丸が 188px までせり上がって2行目と交差する。
   下限を与えて見出しの下へ逃がす。 */
@media (max-width: 700px) {
  .hero-stamp { top: max(28%, 254px); }
}
