@media (max-width: 1200px){
  .kety-header__inner{
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .kety-menu{
    gap: 20px;
  }

  .kety-hero__inner{
    padding: 120px 0 72px;
  }

  .kety-hero{
    min-height: 600px;
    height: 72vh;
    max-height: 720px;
  }

  .kety-menu-grid{
    grid-template-columns: repeat(3, 1fr);
  }

  .kety-gallery-grid{
    grid-template-columns: repeat(3, 1fr);
  }

  .kety-footer__grid{
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 22px;
  }
}

@media (max-width: 1100px){
  .kety-feature-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .kety-menu-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .kety-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .kety-contact-grid{
    grid-template-columns: 1fr;
  }

  .kety-footer__grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .kety-cta-box{
    flex-direction: column;
    align-items: flex-start;
  }

  .kety-menu-single{
    grid-template-columns: 1fr;
  }

  .kety-hero{
    min-height: 560px;
    height: 68vh;
    max-height: 680px;
  }

  .kety-hero__title{
    font-size: clamp(34px, 5vw, 50px);
    max-width: 560px;
  }
}

@media (max-width: 920px){
  .kety-header__bar{
    display: none;
  }

  .kety-header__inner{
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .kety-nav{
    display: none;
  }

  .kety-mobile-toggle{
    display: inline-flex;
  }

  .kety-header__actions .kety-btn--header{
    display: none;
  }

  .kety-hero{
    min-height: 520px;
    height: 64vh;
    max-height: 620px;
  }

  .kety-hero__inner{
    padding: 104px 0 56px;
  }

  .kety-hero__content{
    max-width: 100%;
  }

  .kety-section{
    padding: 72px 0;
  }

  .kety-section-head{
    margin-bottom: 26px;
  }

  .kety-block-footer{
    margin-top: 22px;
  }

  .kety-footer__top{
    padding: 72px 0 36px;
  }

  .kety-footer__bottom-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px){
  body.admin-bar .kety-header{
    top: 46px;
  }

  .kety-container{
    width: min(var(--kety-container), calc(100% - 24px));
  }

  .kety-section{
    padding: 52px 0;
  }

  .kety-page-shell{
    padding: 40px 0 72px;
  }

  .kety-section-head{
    margin-bottom: 20px;
  }

  .kety-section-title{
    font-size: clamp(28px, 8vw, 40px);
  }

  .kety-section-desc{
    font-size: 15px;
  }

  .kety-feature-grid,
  .kety-footer__grid{
    grid-template-columns: 1fr;
  }

  .kety-menu-grid,
  .kety-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .kety-feature-box,
  .kety-contact-card,
  .kety-map-card{
    padding: 24px;
  }

  .kety-cta-box{
    padding: 28px 22px;
    border-radius: 24px;
  }

  .kety-cta-actions,
  .kety-hero__actions,
  .kety-footer__actions,
  .kety-menu-card__bottom,
  .kety-menu-single__actions,
  .kety-contact-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .kety-btn,
  .kety-btn--gold,
  .kety-btn--ghost,
  .kety-btn--dark{
    width: 100%;
  }

  .kety-hero{
    min-height: auto;
    height: auto;
    max-height: none;
  }

  .kety-hero__video{
    display: none;
  }

  .kety-hero__overlay{
  background:
    linear-gradient(180deg, rgba(7,7,7,.38) 0%, rgba(7,7,7,.52) 100%),
    linear-gradient(90deg, rgba(7,7,7,.34) 0%, rgba(7,7,7,.24) 100%);
}

  .kety-hero__inner{
    padding: 96px 0 48px;
  }

  .kety-hero__title{
    margin: 16px 0 12px;
    max-width: 100%;
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.04;
  }

  .kety-hero__desc{
    max-width: 100%;
    font-size: 15px;
  }

  .kety-hero__mini{
    gap: 10px;
    margin-top: 22px;
  }

  .kety-hero__mini span{
    min-height: 40px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .kety-hero__scroll{
    display: none;
  }

  .kety-menu-card__body{
    padding: 16px;
  }

  .kety-menu-card__title{
    font-size: 18px;
  }

  .kety-menu-card__top{
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .kety-price-wrap{
    text-align: left;
  }

  .kety-price{
    font-size: 16px;
  }

  .kety-menu-card__desc{
    font-size: 14px;
  }

  .kety-map-card iframe,
  .kety-map-placeholder{
    height: 340px;
    min-height: 340px;
  }

  .kety-footer__top{
    padding: 64px 0 28px;
  }

  .kety-footer__heading{
    margin-bottom: 14px;
    font-size: 22px;
  }

  .kety-footer__title{
    font-size: 28px;
  }

  .kety-mobile-panel{
    width: min(360px, 100%);
  }

  .kety-mobile-panel__inner{
    padding: 22px 18px 20px;
  }

  .kety-page-title{
    font-size: clamp(30px, 9vw, 42px);
  }

  .kety-entry-content{
    font-size: 16px;
  }

  .kety-menu-single__price{
    font-size: 28px;
  }

  .kety-menu-single__lead{
    font-size: 16px;
  }

  .kety-block-footer{
    margin-top: 16px;
  }

  .kety-cta-meta{
    flex-direction: column;
    align-items: stretch;
  }

  .kety-cta-meta__item{
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 520px){
  .kety-header__inner{
    min-height: 72px;
    gap: 12px;
  }

  .kety-brand img,
  .kety-brand .custom-logo{
    max-height: 48px;
  }

  .kety-brand__name{
    font-size: 24px;
  }

  .kety-brand__tag{
    font-size: 10px;
    letter-spacing: .14em;
  }

  .kety-mobile-toggle{
    width: 42px;
    height: 42px;
  }

  .kety-section{
    padding: 48px 0;
  }

  .kety-eyebrow{
    min-height: 38px;
    padding: 7px 13px;
    font-size: 11px;
    letter-spacing: .13em;
  }

  .kety-hero__inner{
    padding: 90px 0 42px;
  }

  .kety-hero__title{
    font-size: 34px;
  }

  .kety-hero__desc{
    font-size: 15px;
  }

  .kety-feature-box__title{
    font-size: 22px;
  }

  .kety-menu-grid,
  .kety-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .kety-menu-card{
    border-radius: 20px;
  }

  .kety-menu-card__media{
    aspect-ratio: 4 / 4.6;
  }

  .kety-menu-card__body{
    padding: 14px;
  }

  .kety-menu-card__title{
    font-size: 17px;
    line-height: 1.2;
  }

  .kety-menu-card__desc{
    font-size: 13px;
  }

  .kety-price{
    font-size: 15px;
  }

  .kety-contact-card,
  .kety-map-card{
    padding: 20px;
    border-radius: 22px;
  }

  .kety-map-card iframe,
  .kety-map-placeholder{
    height: 300px;
    min-height: 300px;
    border-radius: 16px;
  }

  .kety-footer__bottom-inner{
    padding: 16px 0;
  }

  .kety-footer__copyright,
  .kety-footer__credit{
    font-size: 13px;
  }
}

@media (max-width: 390px){
  .kety-container{
    width: min(var(--kety-container), calc(100% - 20px));
  }

  .kety-hero__title{
    font-size: 30px;
  }

  .kety-btn{
    min-height: 50px;
    padding: 13px 18px;
    font-size: 13px;
  }

  .kety-mobile-panel{
    width: 100%;
  }

  .kety-menu-grid,
  .kety-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .kety-menu-card__body{
    padding: 12px;
  }

  .kety-menu-card__title{
    font-size: 16px;
  }

  .kety-menu-card__desc{
    font-size: 12px;
  }

  .kety-price{
    font-size: 14px;
  }
}
@media (max-width: 767px){
  .kety-hero{
    min-height: 640px;
    height: 640px;
    max-height: 640px;
    align-items: flex-start;
    overflow: hidden;
    background: transparent;
  }

  .kety-hero__fallback,
  .kety-hero__video,
  .kety-hero__video-el,
  .kety-hero__video--embed,
  .kety-hero__iframe{
    display: block;
    visibility: visible;
  }

  .kety-hero__fallback,
  .kety-hero__video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .kety-hero__video-el,
  .kety-hero__fallback img,
  .kety-hero__iframe{
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

  .kety-hero__iframe{
    border: 0;
    pointer-events: none;
  }

  .kety-hero__overlay{
    background:
      linear-gradient(180deg, rgba(7,7,7,.18) 0%, rgba(7,7,7,.28) 42%, rgba(7,7,7,.48) 100%);
  }

  .kety-hero__inner{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .kety-hero__content{
    max-width: 100%;
  }

  .kety-eyebrow,
  .kety-hero__mini,
  .kety-hero__scroll{
    display: none !important;
  }

  .kety-hero__title{
    max-width: 100%;
    margin: 0 0 14px;
    font-size: 36px;
    line-height: 1.02;
  }

  .kety-hero__desc{
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  .kety-hero__actions{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .kety-hero__actions .kety-btn{
    width: 100%;
  }
}

@media (max-width: 520px){
  .kety-hero{
    min-height: 620px;
    height: 620px;
    max-height: 620px;
  }

  .kety-hero__video-el,
  .kety-hero__fallback img,
  .kety-hero__iframe{
    min-height: 620px;
  }

  .kety-hero__inner{
    padding-top: 150px;
    padding-bottom: 34px;
  }

  .kety-hero__title{
    font-size: 34px;
  }
}
@media (max-width: 767px){
  .kety-hero{
    min-height: 640px !important;
    height: 640px !important;
    max-height: 640px !important;
    align-items: flex-start !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .kety-hero__fallback{
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .kety-hero__video{
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .kety-hero__video-el,
  .kety-hero__iframe,
  .kety-hero__fallback img{
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 640px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .kety-hero__iframe{
    border: 0 !important;
    pointer-events: none !important;
  }

  .kety-hero__overlay{
    z-index: 2 !important;
    background:
      linear-gradient(180deg, rgba(7,7,7,.18) 0%, rgba(7,7,7,.28) 42%, rgba(7,7,7,.48) 100%) !important;
  }

  .kety-hero__inner{
    position: relative !important;
    z-index: 3 !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    padding-top: 140px !important;
    padding-bottom: 40px !important;
  }

  .kety-eyebrow,
  .kety-hero__mini,
  .kety-hero__scroll{
    display: none !important;
  }

  .kety-hero__title{
    margin: 0 0 14px !important;
    max-width: 100% !important;
    font-size: 36px !important;
    line-height: 1.02 !important;
  }

  .kety-hero__desc{
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .kety-hero__actions{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }

  .kety-hero__actions .kety-btn{
    width: 100% !important;
  }
}

@media (max-width: 520px){
  .kety-hero{
    min-height: 620px !important;
    height: 620px !important;
    max-height: 620px !important;
  }

  .kety-hero__video-el,
  .kety-hero__iframe,
  .kety-hero__fallback img{
    min-height: 620px !important;
  }

  .kety-hero__inner{
    padding-top: 150px !important;
    padding-bottom: 34px !important;
  }

  .kety-hero__title{
    font-size: 34px !important;
  }
}
@media (max-width: 767px){
  .kety-hero--has-video .kety-hero__fallback{
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .kety-hero__video--embed{
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .kety-hero__iframe{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 177.78vh !important;
    min-width: 100% !important;
    height: 56.25vw !important;
    min-height: 100% !important;
    transform: translate(-50%, -50%) !important;
    border: 0 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 520px){
  .kety-hero__iframe{
    width: 177.78vh !important;
    height: 56.25vw !important;
    min-width: 100% !important;
    min-height: 100% !important;
  }
}
@media (max-width: 767px){
    .kety-footer__links li {
        font-size: 12px;
        padding: 5px 10px;
    }
}