/* Structured typography, with the original JHS palette. */
.hero-photo { background: #ededee; }
.hero-photo img { object-fit: contain; object-position: center; padding: 24px 18px 110px; filter: none; mix-blend-mode: normal; }
.hero-photo:after { background: linear-gradient(0deg, #001522ed, transparent 33%); }
.hero-photo .edition { color: #15394e; border-color: #15394e55; }
@media (max-width: 600px) { .hero-photo { min-height: 410px; height: 410px; } .hero-photo img { padding: 14px 14px 85px; } }
h1, h2, .photo-caption strong { font-family: 'DM Sans', sans-serif; font-weight: 600; }
h1 { font-size: clamp(2.75rem, 4.4vw, 4.1rem); line-height: 1.1; letter-spacing: -0.055em; }
h1 em, h2 em { font-style: normal; font-weight: inherit; }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -0.035em; }
.hero-copy { padding-top: 64px; }
.hero p { font-size: 1rem; }
.hero .eyebrow { letter-spacing: 0.13em; }
.photo-caption strong { font-size: 1.7rem; letter-spacing: -0.025em; }
.hero-foot { flex-wrap: wrap; font-size: 0.75rem; letter-spacing: 0.08em; }
.primary, .secondary { border-radius: 4px; font-size: 0.875rem; }
.collection-heading { gap: 24px; }
.order-shortcut { font-size: 0.875rem; color: #075f99; border-bottom: 1px solid #9ebed3; padding: 10px 0; flex-shrink: 0; }
.eyebrow, .product-category, .tag { font-size: 0.75rem; }
.filters button { min-height: 42px; }
#empty { line-height: 1.7; }
#empty a { color: #075f99; text-decoration: underline; }
.orders { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 42px; margin: 0 auto 65px; max-width: 1210px; width: calc(100% - 60px); border: 1px solid #d3e2ec; border-top: 4px solid #0879bd; background: #f1f6fa; border-radius: 5px; }
.orders h2 { margin: 16px 0 22px; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.orders-copy p { color: #516c80; font-size: 1rem; line-height: 1.7; max-width: 370px; }
.orders-copy .order-note { font-size: 0.875rem; margin-top: 26px; }
.orders label { display: block; font-size: 0.875rem; font-weight: 500; margin-bottom: 9px; }
.orders label span { font-weight: 400; color: #617b8e; }
.orders input, .orders textarea { width: 100%; border: 1px solid #b9ccda; background: white; border-radius: 4px; padding: 13px; font-size: 1rem; margin: 0 0 20px; color: #081e30; }
.orders textarea { min-height: 110px; height: 110px; resize: vertical; }
.order-contacts { margin-top: 22px; display: grid; gap: 12px; }
.order-contacts p { margin: 0; font-size: 0.875rem; line-height: 1.6; }
.order-contacts .secondary { display: flex; text-align: center; background: white; justify-content: center; }
.brand-note h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
@media (max-width: 1050px) {
  .collection-heading { align-items: flex-start; flex-direction: column; gap: 0; margin-bottom: 25px; }
  .collection-heading h2 { margin-bottom: 12px; }
  .orders { gap: 30px; padding: 30px; }
}
@media (max-width: 700px) {
  .orders { grid-template-columns: 1fr; gap: 20px; padding: 25px 20px; width: calc(100% - 40px); margin-bottom: 40px; }
  .orders-copy p { max-width: none; }
  .hero-copy { padding-top: 40px; }
  .hero-foot { gap: 10px; }
  .filters button { font-size: 0.875rem; }
  .order-shortcut { flex-shrink: 1; }
}
