html { scroll-behavior: smooth; }

.ab-wrap{
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 16px;
    overflow: visible;
  }

  /* Top jump nav: United States / International */
  .ab-jump-nav{
    margin-bottom: 40px;
  }
  .ab-jump-heading{
    font-family: "brandon-grotesque", Sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    margin: 28px 0 28px;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .ab-jump-heading::after{
    content: "";
    display: block;
    width: 18%;
    height: 5px;
    background: #d81e2b;
    margin: 10px auto 0;
  }
  .ab-jump-heading:first-child{ margin-top: 0; }
  .ab-jump-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
  }
  .ab-jump-link{
    font-family: "Lato", Sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background:  #f4f4f4;
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.1em;
    transition: background 0.3s ease;
    color: #54595f;
  }
  .ab-jump-link:hover{
    background: rgba(0,0,0,.2);
    text-decoration: none;
  }
  .ab-jump-icon{ font-size: 1rem; }
  .ab-jump-empty{
    margin: 12px 0 0;
    color: rgba(0,0,0,.6);
    font-size: 0.95rem;
  }
  .ab-region-header-wrap{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 32px;
    margin-bottom: 0;
    background: #003858;
    padding: 12px 16px;
    text-align: center;
  }
  .ab-region-header-wrap:first-of-type{ margin-top: 0; }

  /* Region header sticks when scrolled past (Elementor-style: fixed like americanboating.com/schools) */
  .ab-region-header-wrap.is-sticky,
  .ab-region-header-wrap.elementor-sticky--active{
    position: fixed !important;
    top: 107px !important;
    left: 34px !important;
    right: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    transition: transform 0.4s ease;
  }

  /* Location title sticks right under region header (Elementor-style) */
  .ab-location-title.is-sticky,
  .ab-location-title.elementor-sticky--active{
    position: fixed !important;
    top: calc(107px + var(--ab-region-header-height, 0px)) !important;
    left: 34px !important;
    right: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    transition: transform 0.4s ease;
  }

  /* Context bar in header: shows region and/or location once scrolled past */
  .ab-sticky-context{
    position: fixed;
    top: 107px;
    left: 34px;
    right: 0;
    width: 100%;
    z-index: 50;
    background: #003858;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-family: "brandon-grotesque", Sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
  }

  .ab-region-header{
    margin: 0;
    padding: 0;
    font-family: "brandon-grotesque", Sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  .ab-location-section{
    scroll-margin-top: 24px;
  }
  .ab-location-title{
    font-size: 1.8em;
    font-family: "brandon-grotesque", Sans-serif;
    font-weight: 500;
    color: #29abe2;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
    line-height: 1em;
    background-color: #E1E7EA;
    padding: 12px 16px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-position: center left;
    background-size: cover;
  }


  .ab-archive-hero{
    width: 100vw;
    margin-bottom: 2rem;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
  }
  .ab-archive-hero-img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 400px;
  }
  .ab-archive-title{
    font-family: "brandon-grotesque", Sans-serif;
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    color: #003858;
  }
  .ab-archive-description{
    font-family: "Lato", Sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
    margin: 0 0 28px;
    max-width: 800px;;
    color: #292929;
    margin-left: auto;
    margin-right: auto;
  }
  .ab-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 1.6875rem;
  }
  @media (max-width: 900px){
    .ab-grid{ grid-template-columns: 1fr; }
  }
  .ab-card{
    border: 1px solid #000;
    border-radius: 18px;
    padding: 22px 26px;
    background: #fff;
  }
  .ab-card-title{
    font-family: "brandon-grotesque", Sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1em;
    color: #003858;
  }
  .ab-card-title a{ text-decoration: none; }
  .ab-card-rule{
    height: 5px;
    background: #d81e2b;
    margin: 14px 0 18px;
  }
  .ab-lines{
    font-family: "Lato", Sans-serif;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .ab-line{
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 1.4;
  }
  .ab-ic{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .ab-text{
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    color: #292929;
  }
  .ab-icon-location,
  .ab-icon-globe,
  .ab-icon-phone,
  .ab-icon-envelope{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(1em + 3px);
    height: calc(1em + 3px);
    flex-shrink: 0;
  }
  .ab-icon-location svg,
  .ab-icon-globe svg,
  .ab-icon-phone svg,
  .ab-icon-envelope svg{
    width: 100%;
    height: 100%;
    fill: #003858;
  }
  .ab-jump-icon.ab-icon-location{ width: calc(1.1em + 3px); height: calc(1.1em + 3px); }
  .ab-link { 
    text-decoration: none; 
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    color: #292929;
  }
  .ab-link:hover{ text-decoration: underline; }

