.elementor-18 .elementor-element.elementor-element-db34abb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d1930ad */:root{
  --tt-bg: #F3EEE6;
  --tt-panel: #ffffff;
  --tt-panel-border: rgba(0,0,0,0.08);
  --tt-gold: #b48a3c;
  --tt-gold-deep: #8a6a2f;
  --tt-text: #1a1a1a;
  --tt-text-soft: rgba(0,0,0,0.6);
  --tt-line: rgba(180,138,60,0.2);
  --tt-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

/* SECTION */
.tt-menu-premium{
  background: var(--tt-bg);
  padding: 170px 20px;
  color: var(--tt-text);
}

.tt-menu-shell{
  max-width: 1320px;
  margin: 0 auto;
}

/* HERO */
.tt-menu-hero{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 48px;
}

.tt-menu-tag{
  display: inline-block;
  margin-bottom: 14px;
  color: var(--tt-gold);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.tt-menu-hero h1{
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.tt-menu-hero p{
  margin: 0 auto;
  max-width: 520px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--tt-text-soft);
}

/* NAV */
.tt-menu-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 52px;
}

.tt-menu-nav a{
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--tt-panel-border);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--tt-text-soft);
  transition: all .3s ease;
  background: #fff;
}

.tt-menu-nav a:hover{
  background: var(--tt-gold);
  color: #fff;
  transform: translateY(-2px);
}

/* GRID */
.tt-menu-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.tt-menu-column{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* SECTION */
.tt-menu-section{
  padding: 30px 28px;
  border-radius: 22px;
  background: var(--tt-panel);
  border: 1px solid var(--tt-panel-border);
  box-shadow: var(--tt-shadow);
  transition: all .3s ease;
}

.tt-menu-section:hover{
  transform: translateY(-4px);
}

/* SECTION HEAD */
.tt-section-head{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.tt-line{
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--tt-gold), transparent);
}

.tt-section-head h2{
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: var(--tt-gold);
  text-transform: uppercase;
}

/* ITEMS */
.tt-menu-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tt-menu-item{
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: all .25s ease;
}

.tt-menu-item:hover{
  transform: translateX(4px);
}

.tt-menu-item:last-child{
  border-bottom: none;
}

/* FEATURED */
.tt-menu-item.featured{
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(180,138,60,0.25);
  background: rgba(180,138,60,0.06);
}

/* TOP */
.tt-item-top{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

.tt-item-top h3{
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: var(--tt-text);
}

.tt-price{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--tt-gold);
}

/* DESC */
.tt-menu-item p{
  font-size: 14px;
  line-height: 1.7;
  color: var(--tt-text-soft);
}

/* COMPACT */
.tt-menu-list.compact{
  gap: 12px;
}

.tt-menu-item.simple{
  border: none;
  padding: 0;
}

.tt-menu-item.simple h3{
  font-size: 17px;
}

/* KIDS */
.tt-kids{
  background: linear-gradient(180deg, rgba(180,138,60,0.08), #fff);
}

/* TABLET */
@media (max-width: 1024px){
    
    /* SECTION */
.tt-menu-premium{
  background: var(--tt-bg);
  padding: 180px 20px 40px 20px;
  color: var(--tt-text);
}

  .tt-menu-grid{
    grid-template-columns: 1fr;
  }

  .tt-menu-section{
    padding: 26px;
  }

  .tt-section-head h2{
    font-size: 24px;
  }
.tt-menu-nav{
    width: 70%;
    margin: auto;
    margin-bottom:40px;
}
}


/* MOBILE */
@media (max-width: 767px){

  /* SECTION */
  .tt-menu-premium{
    padding: 150px 10px 40px;
  }

  /* HERO */
  .tt-menu-hero{
    margin-bottom: 28px;
  }

  .tt-menu-tag{
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .tt-menu-hero h1{
    font-size: 2.3rem;
    line-height: 1.05;
  }

  .tt-menu-hero p{
    font-size: 14px;
    line-height: 1.7;
  }

  /* NAV - SCROLL PREMIUM */
  .tt-menu-nav{
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 4px 14px;
    margin-bottom: 26px;

    scrollbar-width: none;
  }

  .tt-menu-nav::-webkit-scrollbar{
    display: none;
  }

  .tt-menu-nav a{
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 14px;
    font-size: 11px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }

  /* GRID */
  .tt-menu-grid{
    gap: 22px;
  }

  /* SECTION CARD */
  .tt-menu-section{
    padding: 20px 16px;
    border-radius: 18px;
  }

  /* SECTION HEAD */
  .tt-section-head{
    margin-bottom: 16px;
    gap: 10px;
  }

  .tt-line{
    width: 22px;
  }

  .tt-section-head h2{
    font-size: 20px;
    letter-spacing: 0.05em;
  }

  /* ITEMS */
  .tt-menu-list{
    gap: 14px;
  }

  .tt-menu-item{
    padding-bottom: 14px;
  }

  /* ITEM CARD FEEL */
  .tt-menu-item{
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.04);
  }

  .tt-menu-item:hover{
    transform: none; /* mobile no hover */
  }

  /* FEATURED */
  .tt-menu-item.featured{
    background: rgba(180,138,60,0.08);
    border: 1px solid rgba(180,138,60,0.25);
  }

  /* TOP ROW */
  .tt-item-top{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 6px;
  }

  .tt-item-top h3{
    font-size: 17px;
    line-height: 1.3;
  }

  /* PRICE MÁS PROTAGONISTA */
  .tt-price{
    font-size: 12px;
    font-weight: 800;
    background: rgba(180,138,60,0.12);
    padding: 4px 10px;
    border-radius: 999px;
  }

  /* DESC */
  .tt-menu-item p{
    font-size: 13px;
    line-height: 1.6;
  }

  /* KIDS */
  .tt-kids{
    padding: 18px;
  }

  .tt-menu-item.simple{
    padding: 10px 12px;
    background: #faf8f3;
    border-radius: 12px;
  }

  .tt-menu-item.simple h3{
    font-size: 15px;
  }
}

/* ITEM CON IMAGEN */
.tt-menu-item.with-image {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* FLEX */
.tt-item-flex {
  display: flex;
  gap: 18px;
  align-items: flex-start; /* más elegante que center */
}

/* IMAGE - MÁS GRANDE Y PREMIUM */
.tt-item-img {
  width: 110px;
  height: 110px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;

  /* efecto premium */
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* imagen */
.tt-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .4s ease;
}

/* hover más fino */
.tt-menu-item:hover .tt-item-img img {
  transform: scale(1.1);
  filter: brightness(1.05);
}

/* CONTENT */
.tt-item-content {
  flex: 1;
  padding-top: 6px;
}

/* TITULO MEJOR ALINEADO */
.tt-item-content .tt-item-top {
  margin-bottom: 6px;
}

/* TEXTO MÁS RESPIRADO */
.tt-item-content p {
  margin-top: 4px;
}

@media (max-width: 767px){

  /* CARD COMPLETA */
  .tt-menu-item.with-image {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  }

  /* CAMBIO A VERTICAL */
  .tt-item-flex {
    flex-direction: column;
    gap: 14px;
  }

  /* IMAGEN GRANDE */
  .tt-item-img {
    width: 100%;
    height: 180px;
    border-radius: 14px;
  }

  .tt-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* CONTENIDO */
  .tt-item-content {
    padding: 0;
  }

  /* TOP */
  .tt-item-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  /* TITULO */
  .tt-item-top h3 {
    font-size: 18px;
  }

  /* PRECIO MÁS PRO */
  .tt-price {
    font-size: 12px;
    padding: 6px 12px;
    background: rgba(180,138,60,0.12);
    border-radius: 999px;
  }

  /* DESCRIPCIÓN */
  .tt-menu-item p {
    font-size: 13px;
    line-height: 1.6;
  }

}/* End custom CSS */