@media(max-width:1024px){

      .topstrip {
    display: block;
  }

  .topstrip .container {
    flex-wrap: wrap;
    gap: 8px;
  }

  .topstrip small {
    font-size: 12px;
    line-height: 1.2;
  }

  .social a {
    width: 32px;
    height: 32px;
  }

  .actions {
        display: flex;
        flex-direction: column;
    }

  /*============nav============*/

  .row-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .nav-icon {
    display: block;
    cursor: pointer;
  }

  .nav-menu {
    width: 100%;
    position: fixed;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    gap: 45px;
    transition: all .4s ease-in-out;
    top: 0;
    transform: translateY(-100%);
    height: calc(100vh - 0px);
  }

  .nav-menu.active {
    top: 0;
    z-index: -5;
    opacity: 1;
    background: var(--bg-soft);
    transform: translateY(0);
  }

  .nav-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
  }

  .nav-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
  }

  .btn-nav {
        flex-direction: column;
    }

  /*==============NAVEND==============*/

  .grid--2{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .grid--3{
    grid-template-columns: repeat(2, 1fr);
  }

  .padding-section{
    padding: 70px 0;
  }

  .intro-welcome{
    padding: 60px 0 80px 0;
  }

  .hero-block {
    width: 100%;
    transform: translateY(-5px);
  }

  .hero-scroll {
        bottom: 3%;

    }

    .pic-welcome{
        display: flex;
        justify-content: center;
    }

  /*=============================
  VISIT 
  ==============================*/

    .visit-flow-head{
        margin-bottom:60px;
    }

    .visit-flow-line{
        grid-template-columns:1fr;
        gap:0;
    }

    .visit-flow-line::before{
        left:6px;
        right:auto;
        top:0;
        bottom:0;
        width:1px;
        height:auto;
        background:linear-gradient(
            180deg,
            rgba(197,163,108,.18),
            rgba(197,163,108,.08),
            transparent
        );
    }

    .visit-step{
        padding:0 0 42px 42px;
    }

    .visit-step::before{
        top:2px;
        left:0;
    }

    .visit-step:last-child{
        padding:0 0 0 42px;
    }

    /*===========================
    WINE CELLAR
    ============================*/

    .wine-cellar {
        padding-top: 70px;
        height: 810px;
    }

    .pic-buttel img {
        height: 460px;
    }

    .brands{
        padding-bottom: 70px;
    }
    .logostrip {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .margin-block {
        margin-top: 30px;
    }

    .brand-group + .brand-group {
        margin-top: 45px;
        padding-top: 35px;
    }

    .pic-customer {
        display: flex;
        justify-content: center;
    }
    .pic-customer img {
        width: 412px;
        height: 520px;
    }

    .general-customer-container{
        gap: 60px;
    }

    .customer{
        padding: 80px 0 70px 0;
    }

    /*===================================
    ERRORS
    ====================================*/

        .errors{
        overflow:hidden;
    }

    .errors-layout{
        grid-template-columns:1fr;
        gap:60px;
    }

    .errors-intro{
        position:relative;
        top:auto;
    }

    .pic-errors{
        margin-top:34px;
    }

    .pic-errors img{
        margin:0 auto;
    }

    .collection-panel::before {
        width: 90%;
        height: 120%;
        opacity: 0.37;
    }

    .parts-layout::before {
        inset: -10px;
        background: rgb(5 6 10 / 80%);
    }

    .error-note{
        padding:28px 0;
    }

    .error-head{
        gap:16px;
    }

    .error-note ul{
        padding-left: 40px;
    }

    /*==================================
    PARTS
    ===================================*/

    .parts-layout {
        max-width: 100%;
    }

    .parts {
        padding: 90px 0;
    }

    .collection {
        padding-top: 80px;
    }

    .collection-pic img{
        height: 300px;
    }

    .collection-panel {
        max-width: 750px;
    }

    .collection-pic {
        margin-top: 40px;
    }
    .areas {
        padding: 80px 0;
    }

    .pic-miami{
        display: none;
    }

    .areas-layout{
        gap: 0;
    }

    .interiors-layout {
        max-width: 100%;
    }

    .install-field {
        padding: 60px 0 70px 0;
    }

    .ledger-header{
        margin-bottom:56px;
    }

    .ledger-items{
        display:block;
    }

    .ledger-items::before{
        display:none;
    }

    .ledger-row{
        grid-template-columns:42px 1fr;
        column-gap:18px;
        padding-bottom:34px;
        margin-bottom:34px;
    }

    .ledger-row:nth-child(even){
        transform:none;
    }

    .ledger-row span{
        font-size:11px;
        letter-spacing:.18em;
    }

    .ledger-row h3{
        margin-bottom:12px;
    }

    .ledger-row p{
        max-width:none;
        line-height:1.65;
    }

    .ledger-row small{
        font-size:10px;
        letter-spacing:.13em;
    }

    .ledger-row small::before{
        width:28px;
        margin-right:10px;
    }

    h2 {
        font-size: 39px;
        line-height: 47px;
        font-weight: 400;
        letter-spacing: 0.7px;
    }

    h3 {
        font-weight: 200;
        letter-spacing: 0.5px;
    }

    .title-block {
        margin-bottom: 22px;
    }

        .install-field-layout{
        grid-template-columns:1fr;
    }

    .install-field-head{
        position:relative;
        top:auto;
    }

    .install-field-list{
        grid-template-columns:1fr;
        gap:42px;
    }

    .install-field-item{
        max-width:none;
    }

    .install-field-item:nth-child(even){
        transform:none;
    }

    /*==========================
    CONTACT PAGE
    ============================*/

    .form-card,
    .contact-card-luxe{
        max-width: 100%;
        margin: 0;
    }

    .contact-hero {
        background: linear-gradient(90deg, rgb(8 7 7 / 92%), rgb(19 17 17 / 82%)), radial-gradient(circle at 81% 18%, rgba(197, 163, 108, .08), transparent 28%), radial-gradient(circle at 18% 78%, rgba(75, 21, 28, .18), transparent 34%), url(../image/conatct-hero.webp) no-repeat center / cover;
    }

    .general-schedule-container{
        gap: 65px;
    }

/*==========================
TABLE MOBILE
============================*/

.content .wp-block-table {
  overflow: visible;
}

.content .wp-block-table table,
.content .wp-block-table thead,
.content .wp-block-table tbody,
.content .wp-block-table th,
.content .wp-block-table td,
.content .wp-block-table tr {
  display: block;
  width: 100%;
}

.content .wp-block-table thead {
  display: none;
}

.content .wp-block-table table {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
  border: 0;
}

.content .wp-block-table tbody tr {
  background: rgba(21,22,26,.72);
  border: 1px solid rgba(244,239,232,.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  margin-bottom: 14px;
}

.content .wp-block-table tbody td {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(244,239,232,.07);
  background: transparent;
  text-align: left;
}

.content .wp-block-table tbody td:last-child {
  border-bottom: 0;
}

.content .wp-block-table tbody td::before {
  content: attr(data-label);
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold-soft);
}

.content .wp-block-table tbody td > * {
  max-width: 100%;
}

.status-pill {
  margin-left: 0;
}
}
    




@media(max-width:768px){
    .grid--3{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .pic-support {
        height: 180px;
    }

    .wine-cellar {
        height: 840px;
    }

    .pic-buttel img {
        height: 450px;
    }

    .pic-errors img {
        width: 290px;
    }

    .pic-errors {
        margin-top: 25px;
    }

    .ledger-row {
        grid-template-columns: 22px 1fr;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .brands {
        padding-top: calc(90px + 70px);
        padding-bottom: 70px;
    }

    .topbar-inner {
        flex-direction: column;
        gap: 7px;
    }

    .logostrip {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .item-brands {
        height: 65px;
        padding: 30px;
    }

    .pic-customer img {
        width: 400px;
        height: 380px;
    }

    .collection-pic img {
        height: 270px;
    }
    .areas-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .install-field-item h3 {
        margin: 0 0 12px;
    }

    .ledger-row span {
        padding-top: 2px;
        color: var(--gold-soft);
    }

    .ledger-items {
        margin-top: 50px;
    }

    h1{
        font-size: 47px;
        line-height: 53px;
        letter-spacing: -0.035em;
        font-weight: 600;
    }

    .hero-badge {
        margin-bottom: 16px;
        font-size: 11px;
        line-height: 21px;
    }

    .hero-block h1 {
        margin-bottom: 20px;
    }
    .pic-welcome{
        display: flex;
        justify-content: center;
    }

    .container-hero-description {
        min-height: 100vh;
    }

    .hero-scroll {
        bottom: 5%;
    }

    .hero-block {
        width: 100%;
        transform: translateY(10px);
    }

    .pic-welcome img {
        max-width: 285px;
        min-height: 360px;
    }

    .parts-list {
        grid-template-columns: 1fr;
    }

    .interiors-notes{
        gap: 14px;
        margin-top: 35px;
        padding-top: 30px;
    }

    .interiors-notes span{
        width:100%;
        padding-left:21px;
    }

    .interiors-notes span::before{
        width:7px;
        height:7px;
    }

    .pic-frost img {
        height: 900px;
        opacity: .12;
    }

    .info-strip {
        padding: 9px 0;
    }

    .info-strip p {
        line-height: 23px;
        font-weight: 400;
    }

    .contact-hero-layout, .contact-main-layout {
        gap: 40px;
    }

    .inner-page .contact-hero {
        padding: 60px 0;
    }

    .form-card,
    .contact-card-luxe {
        padding: 30px;
    }

    .general-footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

        .faq-title{
        margin-bottom:44px;
    }

    .faq-question{
        padding:24px 42px 24px 0;
    }

    .faq-question::after{
        top:24px;
    }

    .btns-stick {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .footer {
        margin-bottom: 70px;
    }

    .parts-layout::before {
        background: rgb(5 6 10 / 90%);
    }

    .parts-list{
        padding-left: 20px;
    }

    .parts {
        padding: 70px 0;
    }



}

@media(max-width:590px){
    .pic-buttel img {
        height: 415px;
    }

    .wine-cellar {
        height: 910px;
    }

    .brands {
        padding-top: calc(100px + 70px);
    }

}

@media(max-width:389px){
    .pic-buttel img {
        height: 390px;
    }

    .wine-cellar {
        height: 940px;
    }

    .brands {
        padding-top: calc(100px + 90px);
    }
}
