.product.bread,
.product.cookie {
  padding: 0;
  display: grid;
  grid-template-rows: 215px 1fr;
}

.product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 67%;
}

.product-copy {
  padding: 32px 48px 38px;
}

.cookie .price {
  margin-top: 24px;
}

.bread .price { margin-top: 24px; }
.bread .grain { bottom: 34px; }
.process-right { min-width: 0; }
.kara-photo {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 20px;
}

.hero-photo { object-position: center 55%; }

@media (max-width: 760px) {
  .product.bread, .product.cookie {
    display: block;
    min-height: 0;
    padding: 0;
  }
  .product .product-photo {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .bread .product-photo { object-position: center 58%; }
  .cookie .product-photo { object-position: center 62%; }
  .product-copy {
    position: relative;
    z-index: 2;
    padding: 30px 28px 34px;
  }
  .bread .product-copy { background: #294d25; }
  .cookie .product-copy { background: #c9773f; }
  .bread .grain, .cookie .seal { display: none; }
  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #193416;
  }
  .hero-photo {
    position: relative;
    inset: auto;
    order: 1;
    height: 42svh;
    min-height: 310px;
    object-position: 58% center;
  }
  .hero-shade { display: none; }
  .hero-copy {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 36px 24px 44px;
    background: #193416;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 3.5rem); }
  .hero .lead { color: #fff; }
  .scroll-cue { display: none; }
}
