/* Collection stories stay compact so the catalog is visible sooner. */
body[data-page="collections"] .collection-intro {
  padding-block: clamp(28px, 3vw, 48px);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
body[data-page="collections"] .collection-title .display-title { font-size: clamp(46px, 5vw, 80px); }
body[data-page="collections"] .collection-story { align-self: start; padding-bottom: 0; }
body[data-page="collections"] .collection-story .body-copy + .body-copy { margin-top: 14px; }
body[data-page="collections"] .source-note { margin-top: 20px; padding-top: 12px; }
body[data-page="collections"] .reader-band { padding-top: 32px; }
body[data-page="collections"] .reader-heading { margin-bottom: 22px; gap: 18px; }
body[data-page="collections"] .reader-heading h2 { font-size: clamp(30px, 3vw, 46px); }
@media (max-width: 620px) {
  body[data-page="collections"] .collection-intro { padding-block: 24px; gap: 18px; }
  body[data-page="collections"] .collection-title .display-title { font-size: 42px; }
  body[data-page="collections"] .collection-story .body-copy { font-size: 15px; line-height: 1.55; }
  body[data-page="collections"] .reader-band { padding-top: 24px; }
}
/* September review: retain the existing visual system and let translations wrap. */
[data-locked-category] { cursor: not-allowed; }
section[id] { scroll-margin-top: 88px; }
.utility-bar .utility-language:not(.language-open) .language-menu { visibility: hidden; opacity: 0 !important; pointer-events: none; }
.utility-bar .utility-language.language-open .language-menu { visibility: visible; }
[data-locked-category]:focus-visible { outline: 2px solid #183b51; }
html.managed-home:not(.images-ready) body [data-image-slot],
html.managed-home:not(.images-ready) body [data-upload-img] { visibility: hidden; }
button:disabled { opacity: .65; cursor: wait; }
#inquiryStatus { margin: 12px 0 0; font-size: 14px; line-height: 1.6; }
#inquiryStatus:empty { display: none; }
.form-grid > *, .catalog-layout > *, .category-card, .nav-item { min-width: 0; }
input, select, textarea { max-width: 100%; min-width: 0; }
h1, h2, h3, p, label, .button, .category-card b, .category-card span { overflow-wrap: break-word; }
.button, .expo-card-cta { white-space: normal; height: auto; }
[dir="rtl"] input[type="email"], [dir="rtl"] input[type="datetime-local"] { direction: ltr; text-align: start; }
[dir="rtl"] .booking-close { right: auto; left: 16px; }
[dir="rtl"] .hero-actions { justify-content: flex-start; }
.booking-kicker { padding-inline-end: 40px; }
@media (max-width: 1100px) {
  .utility-message { display: none !important; }
}
@media (max-width: 760px) {
  .form-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .catalog-layout, .catalog-intro, .booking-form, .booking-content { min-width: 0; }
  .catalog form { width: 100%; box-sizing: border-box; }
  input, select, textarea { font-size: 16px; }
  .button, .expo-card-cta, .language-option { min-height: 44px; }
  [data-layout-key]:not(img):not(video) { max-width: 100%; }
  .hero-title-line { white-space: normal !important; }
}
