/* Mobile-only enhancements; the original desktop composition is preserved. */
.mastiff-mobile-header { display: none; }
@media (max-width: 767.95px) {
  html { scroll-padding-top: 16px; -webkit-text-size-adjust: 100%; }
  body { min-width: 0; }
  header[data-zone-type="header"] { display: none !important; }
  .mastiff-mobile-header { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 12px 16px; background: #151515; color: #fff; position: relative; z-index: 401; font: 16px/1.4 Arial, sans-serif; }
  .mastiff-mobile-brand { display: flex; flex: 1; align-items: center; gap: 8px; min-width: 0; color: #fff !important; text-decoration: none; font-weight: 700; }
  .mastiff-mobile-brand img { width: 44px; height: 44px; object-fit: contain; }
  .mastiff-mobile-listen { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border-radius: 6px; background: #f4d24b; color: #151515 !important; font-weight: 700; text-decoration: none; }
  .mastiff-mobile-menu { width: 100%; }
  .mastiff-mobile-menu summary { cursor: pointer; padding: 12px; min-height: 44px; box-sizing: border-box; border: 1px solid #737373; border-radius: 6px; font-weight: 700; }
  .mastiff-mobile-menu nav { display: grid; gap: 4px; padding-top: 10px; }
  .mastiff-mobile-menu nav a { display: flex; align-items: center; min-height: 46px; padding: 8px 12px; box-sizing: border-box; color: #fff; text-decoration: none; border-radius: 4px; }
  .mastiff-mobile-menu nav a:hover, .mastiff-mobile-menu nav a[aria-current] { background: #343434; text-decoration: underline; text-underline-offset: 4px; }
  #main .text-root { font-size: max(16px, var(--mobile-custom-font-size, 16px)) !important; line-height: 1.65 !important; }
  #main .text-root p, #main .text-root li { line-height: 1.65; }
  #main .text-root p + p { margin-top: 1em; }
  #main h1 { font-size: clamp(28px, 7vw, 36px) !important; line-height: 1.2 !important; }
  #main h2 { font-size: clamp(24px, 6vw, 30px) !important; line-height: 1.25 !important; }
  #main h3 { font-size: 22px !important; line-height: 1.3 !important; }
  #main h1 span, #main h2 span, #main h3 span { font-size: inherit !important; }
  #main .section-content-with-grid-grid-wrapper { min-height: 0; min-width: 0; row-gap: 24px; }
  #main .grid-group-wrapper-root { min-width: 0; row-gap: 20px; }
  #main .grid-module-container-root, #main .grid-module-container-root-image-with-link { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  #main .section-inner { background-attachment: scroll !important; }
  #main iframe, #main video, #main audio { max-width: 100%; }
  #main input:not([type="checkbox"]):not([type="radio"]), #main textarea, #main select { font-size: 16px; max-width: 100%; box-sizing: border-box; }
  .mastiff-crm-form { min-width: 0; width: 100%; box-sizing: border-box; }
  .button-root, .social-media-link-item-small { min-width: 44px; min-height: 44px; }
  a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid #298bff !important; outline-offset: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .animated-element { animation: none !important; transition: none !important; }
}
