/* Always-visible interior photographs, between the banquet band and contact footer. */
.store-section {
  padding-block: clamp(44px, 5.4vw, 80px);
  border-bottom: 1px solid #392c231f;
}
.store-section__heading { margin-bottom: clamp(28px, 3vw, 44px); }
.store-section__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: #786855;
  font-size: 12px;
  letter-spacing: .15em;
}
.store-section__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
}
.store-section__heading h2 {
  color: #24221e;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .04em;
}
.store-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(32px, 5vw, 72px);
}
.store-section__description { min-width: 0; }
.store-section__description h3 {
  margin-bottom: 20px;
  color: #282520;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .02em;
}
.store-section__description > p {
  margin-bottom: 14px;
  color: #494239;
  font-size: 15px;
  line-height: 2;
}
.store-section__facts {
  margin: 26px 0 0;
  border-top: 1px solid #5b48372b;
}
.store-section__facts > div {
  display: grid;
  grid-template-columns: 5.8em minmax(0, 1fr);
  gap: 16px;
  padding-block: 16px;
  border-bottom: 1px solid #5b48372b;
  font-size: 13px;
  line-height: 1.9;
}
.store-section__facts dt { color: #7e2930; font-weight: 600; }
.store-section__facts dd { margin: 0; color: #494239; }
.store-section__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  min-width: 0;
}
.store-section__gallery figure { margin: 0; min-width: 0; }
.store-section__gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 1px solid #66544729;
  background: #cfc1ab;
}
.store-section__gallery figcaption {
  margin-top: 8px;
  color: #665a4b;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
}
@media (max-width: 800px) {
  .store-section__layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .store-section__gallery { order: -1; gap: 19px 12px; }
  .store-section__heading { margin-bottom: 25px; }
  .store-section__description h3 { margin-bottom: 15px; font-size: 24px; }
  .store-section__description > p { font-size: 14px; line-height: 1.95; }
  .store-section__facts { margin-top: 23px; }
}
@media (max-width: 370px) {
  .store-section__heading h2 { font-size: 22px; letter-spacing: .01em; }
  .store-section__description h3 { font-size: 21px; }
  .store-section__facts > div { grid-template-columns: minmax(0, 1fr); gap: 5px; }
  .store-section__gallery figcaption { font-size: 11px; }
}
@media print {
  .store-section { background: #fff; }
  .store-section__gallery figure { break-inside: avoid; }
}

/* Give the contact information room to remain readable on a phone. */
@media (max-width: 800px) {
  .site-footer .footer-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .site-footer .footer-brand { width: 215px; max-width: 100%; }
  .site-footer .footer-brand-group > p { max-width: none; font-size: 12px; }
  .site-footer .footer-info { padding: 20px 0 0; border-left: 0; border-top: 1px solid #ffffff35; font-size: 14px; line-height: 2; }
  .site-footer .footer-info .footer-postal,
  .site-footer .footer-info .footer-access,
  .site-footer .footer-info .footer-phone-note { font-size: 12px; }
  .site-footer .footer-phone { padding-block: 6px; font-size: 18px; }
  .site-footer .footer-map iframe { height: 200px; }
}
