/* Real hive and harvest photography. Preserve complete photo frames and guide artwork. */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  min-height: 720px;
  padding: clamp(52px, 6vw, 96px) clamp(20px, 5vw, 90px);
  align-items: center;
}
.hero-content { width: auto; min-width: 0; margin: 0; padding: 0; }
.hero h1 { font-size: clamp(2.8rem, 4.5vw, 5.4rem); line-height: 1.04; }
.hero-copy { font-size: clamp(1.06rem, 1.35vw, 1.2rem); margin: 24px 0 28px; }
.hero-photo {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 198, 94, .55);
  border-radius: 16px;
  background: #102a20;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}
.hero-photo img, .benefit-photo img, .harvest-gallery img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.hero-photo figcaption { padding: 16px 20px; color: #fffdf7; font-size: .9rem; }
.hero-photo figcaption strong { display: block; font-family: Fraunces, serif; font-size: 1.25rem; color: var(--gold); }
.hero-photo figcaption span { display: block; margin-top: 3px; color: #d5dfd8; }
.benefits-stack .benefit > div { min-width: 0; }
.benefit-photo { margin: 22px 0 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); }
.benefit-photo figcaption { padding: 12px 16px; font-size: .875rem; line-height: 1.5; color: var(--pine); }
.harvest-gallery { display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; align-items: start; margin: 28px 0 22px; }
.harvest-gallery figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 10px; border: 1px solid var(--line); background: var(--paper); }
.harvest-gallery figcaption { padding: 12px 16px; font-size: .9rem; line-height: 1.5; color: var(--pine); }
.hive-story { row-gap: 34px; }
.hive-showcase { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: start; }
.hive-showcase-main { grid-column: 1 / -1; }
.hive-showcase figure, .hive-guide-grid figure { min-width: 0; margin: 0; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; overflow: hidden; background: #0b2118; }
.hive-showcase img, .hive-guide-grid img, .colony-photo img, .landscape-photo img { display: block; width: 100%; max-width: 100%; height: auto; }
.hive-showcase figcaption, .hive-guide-grid figcaption { padding: 12px 16px; font-size: .875rem; line-height: 1.5; color: #e4e9dc; }
.hive-guides { grid-column: 1 / -1; min-width: 0; padding: 20px 0; border-top: 1px solid rgba(244, 198, 94, .4); border-bottom: 1px solid rgba(244, 198, 94, .4); }
.hive-guides summary { cursor: pointer; padding: 10px 6px; min-height: 44px; font-family: Fraunces, serif; font-size: clamp(1.15rem, 2vw, 1.6rem); color: var(--gold); }
.guide-intro { max-width: 840px; font-size: 1rem; color: #d5dfd8; margin: 14px 0 24px; }
.hive-guide-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
.hive-guide-grid a { display: block; }
.hive-guide-grid a:focus-visible { outline-offset: -4px; }
.colony-photo { width: 100%; max-width: 420px; margin: 0; align-self: center; justify-self: center; border: 1px solid rgba(244, 198, 94, .45); border-radius: 12px; overflow: hidden; background: #0b2118; }
.colony-photo figcaption { padding: 20px; }
.colony-photo figcaption strong { display: block; font-family: Fraunces, serif; font-size: 1.4rem; line-height: 1.2; color: var(--gold); }
.colony-photo figcaption span { display: block; margin-top: 8px; color: #d5dfd8; font-size: .9rem; }
.landscape-photo { max-width: 1100px; margin: 0 auto 32px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.landscape-photo figcaption { padding: 16px 20px; font-size: .9rem; line-height: 1.5; color: var(--pine); }
@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 28px; min-height: 0; padding: 48px 20px 36px; }
  .hero-content { width: 100%; }
  .hero-photo { width: 100%; max-width: 660px; justify-self: center; }
  .hero h1 { font-size: clamp(2.8rem, 6.7vw, 4.6rem); }
}
@media (max-width: 650px) {
  .hive-showcase, .hive-guide-grid { grid-template-columns: minmax(0, 1fr); }
  .hive-guide-grid { gap: 20px; }
  .hive-guides summary { line-height: 1.4; }
  .harvest-gallery { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .hero h1 { font-size: clamp(2.55rem, 9.5vw, 3.65rem); }
  .hero-copy { margin: 20px 0 24px; }
  .hero-photo { border-radius: 10px; }
  .hero .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .hero .button { width: 100%; white-space: normal; padding: 14px 18px; text-align: center; }
}
