/* scoped: si-footer */

  .footer:where(.si-footer, .si-footer *){
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #FFFFFF;
  }

  /* ── Newsletter ── */
  .newsletter:where(.si-footer, .si-footer *){
    width: 100%;
    height: 216px;
    padding: 36px 60px;
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(360deg, #D62121 -417.25%, #FFA6A6 517.25%);
  }

  .text-group:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .newsletter-title:where(.si-footer, .si-footer *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .newsletter-sub:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #FFE5E5;
    margin: 0;
  }

  /* ── Form ── */
  .form-box:where(.si-footer, .si-footer *){
    display: flex;
    align-items: center;
    gap: 12px;
    width: 529px;
    height: 48px;
    margin-top: 20px;
  }

  .email-input:where(.si-footer, .si-footer *){
    width: 380px;
    height: 48px;
    border-radius: 4px;
    border: none;
    background: #FFFFFF;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    outline: none;
  }

  .email-input:where(.si-footer, .si-footer *)::placeholder{
    color: #9999A6;
  }

  .subscribe-btn:where(.si-footer, .si-footer *){
    width: 137px;
    height: 46px;
    padding: 15px 22px;
    border-radius: 4px;
    border: 1.5px solid #FFFFFF;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
  }

  .subscribe-btn:hover:where(.si-footer, .si-footer *){
    background: #FFFFFF;
    color: #D62121;
  }

  .newsletter-msg:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 6px 0 0;
    min-height: 18px;
    text-align: center;
  }

  .newsletter-msg.error:where(.si-footer, .si-footer *){
    color: #FFB3B3;
  }

  /* ── Middle ── */
  .footer-middle:where(.si-footer, .si-footer *){
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .middle-content:where(.si-footer, .si-footer *){
    width: 1100px;
    height: 244px;
    display: flex;
    gap: 86px;
    align-items: flex-start;
  }

  /* Left col */
  .left-col:where(.si-footer, .si-footer *){
    width: 264px;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
  }

  .left-top:where(.si-footer, .si-footer *){
    width: 264px;
    height: 141px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .brand-name:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9499A8;
  }

  .info-address:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #272727;
    text-decoration: none;
  }

  .info-address:hover:where(.si-footer, .si-footer *){ color: #D62121; }

  .info-phone:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #272727;
  }

  .careers-link:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #D62121;
  }

  .careers-link:hover:where(.si-footer, .si-footer *){ opacity: 0.8; }

  .socials:where(.si-footer, .si-footer *){
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .socials a:where(.si-footer, .si-footer *){ display: flex; }

  /* ── Navigation section ── */
  .footer-nav-section:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
  }

  .nav-columns:where(.si-footer, .si-footer *){
    display: flex;
    gap: 32px;
    margin-top: 6px;
  }

  .footer-nav-col:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .col-heading:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9499A8;
  }

  .col-heading--link:where(.si-footer, .si-footer *){
    text-decoration: none;
    transition: color 0.2s;
  }

  .col-heading--link:hover:where(.si-footer, .si-footer *){
    color: #D62121;
  }

  .col-underline:where(.si-footer, .si-footer *){
    width: 275px;
    height: 2px;
    background: #D62121;
  }

  .nav-group:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nav-items-box:where(.si-footer, .si-footer *){
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-items-box--col2:where(.si-footer, .si-footer *){
    justify-content: flex-start;
  }

  /* col 2 item positioning to align with col 1 rows */
  .nav-items-box--col2 .ttd:where(.si-footer, .si-footer *){ margin-top: 50px; }
  .nav-items-box--col2 .get-dir:where(.si-footer, .si-footer *){ margin-top: 12px; }

  .nav-parent:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #9499A8;
    text-decoration: none;
  }

  .nav-parent.dark:where(.si-footer, .si-footer *){ color: #272727; }
  .nav-parent.red:where(.si-footer, .si-footer *){ color: #D62121; }

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

  .nav-child:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 160%;
    color: #272727;
    text-decoration: none;
  }

  .nav-child.underlined:where(.si-footer, .si-footer *){
    text-decoration: underline;
    text-underline-offset: 2px;
  }

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

  /* ── Areas We Serve ── */
  .areas-col:where(.si-footer, .si-footer *){
    width: 98px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
  }

  .areas-underline:where(.si-footer, .si-footer *){
    width: 100%;
    height: 2px;
    background: #D62121;
  }

  .areas-list:where(.si-footer, .si-footer *){
    width: 98px;
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .area-link:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #272727;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

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

  /* ── Memberships & Reservations ── */
  .memberships-col:where(.si-footer, .si-footer *){
    width: 200px;
    height: 193px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
  }

  .memberships-underline:where(.si-footer, .si-footer *){
    width: 100%;
    height: 2px;
    background: #D62121;
  }

  .memberships-list:where(.si-footer, .si-footer *){
    width: 200px;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .membership-link:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #272727;
    text-decoration: underline solid;
    text-underline-offset: 0;
    text-decoration-thickness: 0;
    text-decoration-skip-ink: auto;
  }

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

  /* ── Bottom bar ── */
  .footer-bottom-wrap:where(.si-footer, .si-footer *){
    margin-top: auto;
  }

  .footer-divider:where(.si-footer, .si-footer *){
    width: 100%;
    height: 2px;
    background: #333342;
  }

  .footer-bottom:where(.si-footer, .si-footer *){
    height: 80px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .bottom-content:where(.si-footer, .si-footer *){
    width: 1094px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .copyright:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #272727;
  }

  .legal-links:where(.si-footer, .si-footer *){
    display: flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #272727;
  }

  .legal-link:where(.si-footer, .si-footer *){
    color: #272727;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

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

  .legal-sep:where(.si-footer, .si-footer *){
    margin: 0 4px;
    text-decoration: none;
  }

  .sitemap-link:where(.si-footer, .si-footer *){
    color: #9499A8;
  }

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



  /* ── Mobile footer ── */
  html.is-mobile .mf-wrap:where(.si-footer, .si-footer *){
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding: 16px 20px 16px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  html.is-mobile .mf-top:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 264px;
    height: auto;
    gap: 10px;
    margin: 0 auto;
  }

  html.is-mobile .mf-brand:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9499A8;
    text-align: center;
  }

  html.is-mobile .mf-address:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #272727;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
    text-align: center;
  }

  html.is-mobile .mf-phone:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #272727;
    text-decoration: none;
  }

  html.is-mobile .mf-careers:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #D62121;
    text-decoration: none;
    text-align: center;
  }

  html.is-mobile .mf-socials:where(.si-footer, .si-footer *){
    display: flex;
    align-items: center;
    width: 120px;
    height: 30px;
    gap: 8px;
    margin-top: 28px;
    margin-bottom: 28px;
    margin-left: 16px;
    flex-shrink: 0;
  }

  /* Navigation section */
  html.is-mobile .mf-nav-section:where(.si-footer, .si-footer *){
    width: 342px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
  }

  html.is-mobile .mf-col-heading:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #9499A8;
    text-decoration: none;
    text-align: center;
  }

  html.is-mobile .mf-col-heading--link:where(.si-footer, .si-footer *){ color: #272727; }

  html.is-mobile .mf-nav-section .mf-col-underline:where(.si-footer, .si-footer *){
    width: 342px;
    height: 2px;
    background: #D62121;
  }

  html.is-mobile .mf-col-underline:where(.si-footer, .si-footer *){
    width: 40px;
    height: 3px;
    background: #D62121;
  }

  html.is-mobile .mf-nav-cols:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  html.is-mobile .mf-nav-col:first-child:where(.si-footer, .si-footer *){
    width: 148px;
    height: 159px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
  }

  html.is-mobile .mf-nav-col:last-child:where(.si-footer, .si-footer *){
    width: 161px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
  }

  html.is-mobile .mf-nav-parent:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #9499A8;
    text-decoration: none;
    text-align: center;
  }

  html.is-mobile .mf-nav-child:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #272727;
    text-decoration: none;
    text-align: center;
  }

  html.is-mobile .mf-nav-red:where(.si-footer, .si-footer *){ color: #D62121; }
  html.is-mobile .mf-nav-dark:where(.si-footer, .si-footer *){ color: #272727; margin-top: 10px; }
  html.is-mobile .mf-nav-push:where(.si-footer, .si-footer *){ margin-top: 39px; }
  html.is-mobile .mf-nav-bottom:where(.si-footer, .si-footer *){ margin-top: auto; margin-bottom: 4px; }

  html.is-mobile .mf-nav-underlined:where(.si-footer, .si-footer *){ text-decoration: underline; text-underline-offset: 2px; }

  /* Areas & Memberships */
  html.is-mobile .mf-bottom-cols:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 343px;
    margin: 36px auto 0;
  }

  html.is-mobile .mf-bottom-headers:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: row;
    gap: 45px;
    align-items: flex-end;
  }

  html.is-mobile .mf-areas-hdr:where(.si-footer, .si-footer *){
    width: 98px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  html.is-mobile .mf-memberships-hdr:where(.si-footer, .si-footer *){
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  html.is-mobile .mf-areas-underline:where(.si-footer, .si-footer *){
    width: 98px;
    height: 2px;
    background: #D62121;
    flex-shrink: 0;
  }

  html.is-mobile .mf-mem-underline:where(.si-footer, .si-footer *){
    width: 200px;
    height: 2px;
    background: #D62121;
    flex-shrink: 0;
  }

  html.is-mobile .mf-bottom-links-row:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: row;
    gap: 45px;
    align-items: flex-start;
  }

  html.is-mobile .mf-area-links:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    width: 98px;
    height: 150px;
    justify-content: space-between;
  }

  html.is-mobile .mf-mem-links:where(.si-footer, .si-footer *){
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 86px;
    justify-content: space-between;
  }

  html.is-mobile .mf-areas-hdr .mf-col-heading:where(.si-footer, .si-footer *), html.is-mobile .mf-memberships-hdr .mf-col-heading:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9499A8;
    text-decoration: none;
    text-align: left;
    height: 28px;
    display: flex;
    align-items: flex-end;
  }

  html.is-mobile .mf-areas .mf-col-underline:where(.si-footer, .si-footer *){
    width: 98px;
    height: 2px;
    background: #D62121;
    flex-shrink: 0;
  }

  html.is-mobile .mf-memberships .mf-col-underline:where(.si-footer, .si-footer *){
    width: 200px;
    height: 2px;
    background: #D62121;
    flex-shrink: 0;
    margin-top: -2px;
  }

  html.is-mobile .mf-area-link:where(.si-footer, .si-footer *), html.is-mobile .mf-mem-link:where(.si-footer, .si-footer *){
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #272727;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
  }

  /* ── Mobile newsletter ── */
  html.is-mobile .newsletter:where(.si-footer, .si-footer *){
    width: 430px;
    height: 216px;
    padding: 36px 60px;
    box-sizing: border-box;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html.is-mobile .newsletter .newsletter-title:where(.si-footer, .si-footer *){
    font-size: 22px;
  }

  html.is-mobile .newsletter .newsletter-sub:where(.si-footer, .si-footer *){
    width: 386px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }

  html.is-mobile .newsletter .form-box:where(.si-footer, .si-footer *){
    width: 386px;
    height: 48px;
    gap: 12px;
    margin-top: 16px;
  }

  html.is-mobile .newsletter .email-input:where(.si-footer, .si-footer *){
    width: 237px;
    height: 48px;
    flex-shrink: 0;
  }

  html.is-mobile .newsletter .subscribe-btn:where(.si-footer, .si-footer *){
    width: 137px;
    height: 46px;
    padding: 15px 22px;
    border-radius: 4px;
    border: 1.5px solid #FFFFFF;
    flex-shrink: 0;
  }

  html.is-mobile .footer-divider:where(.si-footer, .si-footer *){
    width: 430px;
    height: 1px;
    background: #333342;
  }

  html.is-mobile .footer-bottom:where(.si-footer, .si-footer *){
    height: auto;
    padding: 28px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .bottom-content:where(.si-footer, .si-footer *){
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  html.is-mobile .copyright:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #272727;
    text-align: center;
  }

  html.is-mobile .legal-links:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #272727;
    justify-content: center;
  }

  html.is-mobile .legal-link:where(.si-footer, .si-footer *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #272727;
    text-decoration: none;
  }

  html.is-mobile .sitemap-link:where(.si-footer, .si-footer *){
    color: #9499A8;
  }
