.cnd-site-footer{
    padding:120px 0 50px;
    background:#f4efe7;
}

.cnd-footer-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
}

.cnd-footer-brand{
    max-width:720px;
}

.cnd-footer-brand h2{
    font-family:"Cormorant Garamond",serif;
    font-size:56px;
    line-height:1;
    margin:0 0 24px;
    color:#111;
}

.cnd-footer-brand p{
    max-width: 720px;
    font-size:20px;
    line-height:1.8;
    color:#6f6a63;
    margin:0;
}

.cnd-footer-divider{
    height:1px;
    background:rgba(175,147,96,.15);
    margin:60px 0;
}

.cnd-footer-grid{
    display:grid;
    grid-template-columns:
    1fr
    1fr
    1.2fr
    .8fr;
    gap:80px;
}

.cnd-footer-col h3{
    margin:0 0 28px;

    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;

    color:#b19360;
}

.cnd-footer-col a,
.cnd-footer-col span{
    display:block;

    margin-bottom:10px;

    color:#444;

    text-decoration:none;

    font-size:15px;
    line-height:1.7;
}

.cnd-footer-col a:hover{
    color:#b19360;
}

.cnd-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:60px;
}

.cnd-footer-bottom p{
    max-width:720px;

    margin:0;

    color:#7b7b7b;

    font-size:15px;
    line-height:1.9;
}

.cnd-footer-meta{
    text-align:right;
}

.cnd-footer-meta span{
    display:block;

    color:#8a837c;

    font-size:14px;

    margin-bottom:6px;
}

@media(max-width:768px) {

  .cnd-site-footer {
    padding: 56px 0 32px;
  }

  .cnd-footer-brand h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 18px;
  }

  .cnd-footer-brand p {
    font-size: 16px;
    line-height: 1.75;
  }

  .cnd-footer-divider {
    margin: 38px 0;
  }

  .cnd-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .cnd-footer-col {
    padding: 0;
    border: 0;
    background: none;
    border-radius: 0;
  }

  .cnd-footer-col h3 {
    margin: 0 0 18px;
    font-size: 11px;
    letter-spacing: .16em;
  }

  .cnd-footer-col a,
  .cnd-footer-col span {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
  }

  .cnd-footer-col a:last-child,
  .cnd-footer-col span:last-child {
    margin-bottom: 0;
  }

  .cnd-footer-col.contact,
  .cnd-footer-col.social {
    grid-column: 1 / -1;
    padding-top: 30px;
    border-top: 1px solid #ddd6c7;
  }

  .cnd-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .cnd-footer-bottom p {
    font-size: 13px;
    line-height: 1.75;
  }

  .cnd-footer-meta {
    text-align: left;
  }

  .cnd-footer-meta span {
    font-size: 12px;
  }

}

/* Mobile rất nhỏ */
@media(max-width:549px) {

  .cnd-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

}