
html,body{max-width:100%;overflow-x:clip}
*,*::before,*::after{box-sizing:border-box}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
.joe-page,.joe-section,.joe-section-inner,.joe-container,.joe-grid,.joe-link-grid,.joe-directory,.joe-directory__items,.joe-image-text,.joe-hero,.joe-content{min-width:0;max-width:100%}
.joe-grid>*,.joe-link-grid>*,.joe-directory__items>*,.joe-image-text>*,.joe-hero>*{min-width:0}
.joe-page a,.joe-page code,.joe-page p,.joe-page li,.joe-page h1,.joe-page h2,.joe-page h3{overflow-wrap:anywhere}
.joe-section-inner{width:min(1120px,calc(100% - 32px));margin-inline:auto}
.joe-section.content-narrow .joe-section-inner,.joe-section.quote-narrow .joe-section-inner,.joe-section.cta-narrow .joe-section-inner{width:min(820px,calc(100% - 32px))}
.joe-section.hero-wide .joe-section-inner,.joe-section.visual-wide .joe-section-inner,.joe-section.grid-wide .joe-section-inner,.joe-section.split-wide .joe-section-inner{width:min(1180px,calc(100% - 32px))}
@media(max-width:760px){
 .joe-grid,.joe-link-grid,.joe-directory__items,.joe-image-text,.joe-hero{grid-template-columns:minmax(0,1fr)!important}
 .joe-directory__controls{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
 .joe-directory__controls>*{width:100%!important;min-width:0!important}
 .joe-section-inner,.joe-section.content-narrow .joe-section-inner,.joe-section.quote-narrow .joe-section-inner,.joe-section.cta-narrow .joe-section-inner,.joe-section.hero-wide .joe-section-inner,.joe-section.visual-wide .joe-section-inner,.joe-section.grid-wide .joe-section-inner,.joe-section.split-wide .joe-section-inner{width:calc(100% - 24px)}
}

/* v2.82 – Mobile regression repair: no horizontal clipping, stable CTA/nav. */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body.joe-canvas-mode{width:100%;max-width:100%;overflow-x:hidden}
.joe-page{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow-x:hidden!important}
.joe-main,.joe-section,.joe-section-inner,.joe-hero,.joe-content{min-width:0!important}
@media(max-width:900px){
  .joe-nav{width:100vw;max-width:100vw;overflow:hidden}
  .joe-nav__links{width:100%;max-width:100vw;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  .joe-main,body.joe-canvas-mode .joe-main{width:100%!important;max-width:100%!important;margin:0!important}
  .joe-section{width:auto!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:var(--joe-mobile-gutter,12px)!important;padding-right:var(--joe-mobile-gutter,12px)!important}
  .joe-section-inner,.joe-section.content-narrow .joe-section-inner,.joe-section.quote-narrow .joe-section-inner,.joe-section.cta-narrow .joe-section-inner,.joe-section.hero-wide .joe-section-inner,.joe-section.visual-wide .joe-section-inner,.joe-section.grid-wide .joe-section-inner,.joe-section.split-wide .joe-section-inner{width:100%!important;max-width:100%!important;margin-inline:auto!important}
  .joe-links{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important}
  .joe-links>a,.joe-links>.joe-button,.joe-links>.joe-text-link{display:block!important;width:100%!important;max-width:100%!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .joe-hero h1,.joe-section h2,.joe-section h3,.joe-lead,.joe-intro,.joe-prose,.joe-subline{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal}
}
