/* Shared public layout. Small-screen layouts and form widths remain page-owned. */
:root { --ensa-content-max:1500px; --ensa-desktop-gutter:clamp(60px,6vw,120px); }
@media (min-width:1100px) {
  /* Outer visual shells only: never widen cards, modal dialogs or text wrappers. */
  body .container:not(.ensa-contact-page):not(.hero-content),
  body .page-width,
  body .tour-shell,
  body .ensa-container,
  body .gallery-container,
  body .about-container:not(.about-hero-content),
  body .main-container,
  body .header-content,
  body .top-bar-inner,
  body .footer-content,
  body .solazur-full,
  body .solazur-style,
  body .ukljuceno-modern,
  body.grupna-page .grupna-ponude {
    box-sizing:border-box;
    width:calc(100% - var(--ensa-desktop-gutter)) !important;
    max-width:var(--ensa-content-max) !important;
    margin-inline:auto !important;
    min-width:0;
  }
  /* Contact forms keep their existing, deliberately narrower two-column layout. */
  body main.container.ensa-contact-page { max-width:1180px; }
  /* Long paragraphs remain readable inside the wider visual shell. */
  .day-body, .tour-day-body, .opis-putovanja,
  .note-box > p, .note-box > ul, .hotel-opis > p,
  .panel > p, .about-copy > p { max-width:78ch; }
  .intro-grid > *, .two-cols > *, .trip-grid > *, .destinations > * { min-width:0; }
}
