/* scoped: si-header */

  .header:where(.si-header, .si-header *){
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    background: #fff;
    overflow: visible;
  }

  /* ── Desktop top bar ── */
  .top-bar:where(.si-header, .si-header *){
    height: 63px;
    display: flex;
    align-items: center;
  }

  .content-box:where(.si-header, .si-header *){
    width: 100%;
    max-width: 1287px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-link:where(.si-header, .si-header *){
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

  .tagline:where(.si-header, .si-header *){
    font-family: 'Alata', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #272727;
    text-align: center;
  }

  .waiver-btn:where(.si-header, .si-header *){
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    max-width: 200px;
    padding: 8px 17px 8px 21px;
    border-radius: 8px;
    background: linear-gradient(90deg, #D62121 0%, #FF8686 100%);
    box-shadow: 0px 4px 13px 0px #D621217A;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s;
    margin-right: -18px;
  }

  .waiver-btn:hover:where(.si-header, .si-header *){ opacity: 0.9; }

  .divider:where(.si-header, .si-header *){
    width: 100%;
    height: 1px;
    background: #EBEBEB;
  }

  .nav-bar:where(.si-header, .si-header *){
    height: 64px;
    display: flex;
    align-items: center;
  }

  .nav-bar .content-box:where(.si-header, .si-header *){ max-width: 1287px; padding: 0 16px; }

  .nav-item:last-child:where(.si-header, .si-header *){ margin-left: -15px; }

  .nav-list:where(.si-header, .si-header *){
    display: flex;
    align-items: center;
    gap: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-item:where(.si-header, .si-header *){ position: relative; }

  .nav-link:where(.si-header, .si-header *){
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
  }

  .nav-link:hover:where(.si-header, .si-header *){ color: #D62121; }

  .nav-btn:where(.si-header, .si-header *){
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .dropdown:where(.si-header, .si-header *){
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    list-style: none;
    margin: 0;
    padding: 20px 0 8px;
    z-index: 100;
  }

  .nav-item.has-dropdown:hover .dropdown:where(.si-header, .si-header *){ display: block; }

  .dropdown-link:where(.si-header, .si-header *){
    display: block;
    padding: 10px 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
  }

  .dropdown-link:hover:where(.si-header, .si-header *){
    color: #D62121;
    background: #FFF5F5;
  }

  /* ── Mobile header ── */
  .mobile-header:where(.si-header, .si-header *){
    width: 100%;
    height: 230px;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    border-bottom: 1px solid #EBEBEB;
    background: #fff;
  }

  .m-logo-link:where(.si-header, .si-header *){
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 182px;
    height: 51px;
  }

  .m-logo-link img:where(.si-header, .si-header *){
    width: 182px;
    height: 51px;
    object-fit: contain;
  }

  .m-tagline:where(.si-header, .si-header *){
    font-family: 'Alata', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #272727;
    text-align: center;
    margin: 0;
    width: 262px;
    height: 28px;
  }

  .m-waiver-btn:where(.si-header, .si-header *){
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 182px;
    height: 30px;
    max-width: 200px;
    padding: 8px 17px 8px 21px;
    border-radius: 8px;
    background: linear-gradient(90deg, #D62121 0%, #FF8686 100%);
    box-shadow: 0px 4px 13px 0px #D621217A;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
  }

  .m-divider:where(.si-header, .si-header *){
    width: 390px;
    height: 1px;
    background: #EBEBEB;
    flex-shrink: 0;
  }

  .m-hamburger:where(.si-header, .si-header *){
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    width: 47px;
    height: 22px;
  }

  .m-lines:where(.si-header, .si-header *){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47px;
    height: 18px;
  }

  .m-line:where(.si-header, .si-header *){
    display: block;
    width: 47px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .m-close:where(.si-header, .si-header *){
    display: none;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .m-hamburger.open .m-lines:where(.si-header, .si-header *){ display: none; }
  .m-hamburger.open .m-close:where(.si-header, .si-header *){ display: block; }

  /* Mobile nav drawer */
  .m-nav:where(.si-header, .si-header *){
    display: none;
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    z-index: 200;
  }

  .m-nav.open:where(.si-header, .si-header *){ display: block; }

  .m-nav-list:where(.si-header, .si-header *){
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .m-nav-item:where(.si-header, .si-header *){
    border-bottom: 1px solid #F2F2F2;
    position: relative;
  }

  .m-nav-item:last-child:where(.si-header, .si-header *){ border-bottom: none; }

  .m-nav-row:where(.si-header, .si-header *){
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    text-decoration: none;
    background: none;
    border: none;
    cursor: default;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }

  .m-nav-row-label:where(.si-header, .si-header *){
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    padding: 16px 8px 16px 20px;
    text-decoration: none;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .m-nav-toggle:where(.si-header, .si-header *){
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 110px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .m-chevron:where(.si-header, .si-header *){
    flex-shrink: 0;
    transition: transform 0.2s;
  }

  .m-nav-item.open .m-chevron:where(.si-header, .si-header *){
    transform: rotate(180deg);
  }

  .m-subnav:where(.si-header, .si-header *){
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 8px 0;
    background: #FAFAFA;
  }

  .m-nav-item.open .m-subnav:where(.si-header, .si-header *){
    display: block;
  }

  .m-subnav-link:where(.si-header, .si-header *){
    display: block;
    padding: 12px 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
    text-decoration: none;
  }

  .m-subnav-link:active:where(.si-header, .si-header *){ color: #D62121; }
