/* =========================
   DLG HOTEL DANANG FOOTER
   Scoped only to .footer-lhag / .footer-dlg
========================= */

.footer-lhag{
  --footer-bg:#247d80;
  --footer-bg-deep:#1f7073;
  --footer-text:#ffffff;
  --footer-muted:rgba(255,255,255,.86);
  --footer-soft:#dfe9c8;
  --footer-line:rgba(255,255,255,.34);

  width:100%;
  overflow:hidden;
  background:linear-gradient(180deg, var(--footer-bg) 0%, var(--footer-bg-deep) 100%);
  color:var(--footer-text);
  font-family:"Montserrat", Arial, Helvetica, sans-serif;
}

.footer-lhag *,
.footer-lhag *::before,
.footer-lhag *::after{
  box-sizing:border-box;
}

.footer-lhag a{
  color:inherit;
  text-decoration:none;
}

/* =========================
   TOP LAYOUT
========================= */

.footer-lhag__top{
  width:min(100%, 1440px);
  margin:0 auto;
  padding:46px clamp(22px, 4.2vw, 64px) 34px;
  display:grid;
  grid-template-columns:minmax(260px, 1.15fr) minmax(150px, .72fr) minmax(245px, 1fr) minmax(135px, .55fr) minmax(260px, 1.12fr);
  gap:34px clamp(26px, 3.6vw, 58px);
  align-items:start;
}

/* =========================
   BRAND
========================= */

.footer-lhag__brand,
.footer-lhag__col{
  min-width:0;
}

.footer-lhag__logo{
  display:inline-flex;
  align-items:center;
  line-height:0;
}

.footer-lhag__brand img{
  width:96px;
  max-width:100%;
  height:auto;
  display:block;
}

.footer-lhag__intro{
  max-width:390px;
  margin:28px 0 20px;
  font-size:14px;
  line-height:1.7;
  font-weight:400;
  letter-spacing:.01em;
  color:var(--footer-muted);
}

/* =========================
   COLUMNS
========================= */

.footer-lhag__col{
  text-align:left;
}

.footer-lhag__col h4{
  margin:0 0 18px;
  font-family:"Playfair Display", Georgia, serif;
  font-size:21px;
  line-height:1.15;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.065em;
  color:#fff;
}

.footer-lhag__col ul{
  list-style:none;
  margin:0;
  padding:0;
}

.footer-lhag__col li,
.footer-lhag__contact p{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.48;
  font-weight:400;
  color:var(--footer-muted);
}

.footer-lhag__rooms li{
  margin-bottom:6px;
}

.footer-lhag__contact p{
  max-width:360px;
}

.footer-lhag__contact > p:first-of-type{
  color:#fff;
  font-weight:500;
  margin-bottom:10px;
}

/* =========================
   LINKS
========================= */

.footer-lhag__col a,
.footer-lhag__legal a{
  position:relative;
  display:inline;
  background-image:linear-gradient(currentColor,currentColor);
  background-repeat:no-repeat;
  background-size:0 1px;
  background-position:0 100%;
  transition:color .28s ease, opacity .28s ease, background-size .36s cubic-bezier(.22,.72,.22,1);
}

.footer-lhag__col a:hover,
.footer-lhag__legal a:hover{
  color:#fff;
  opacity:.96;
  background-size:100% 1px;
}

.footer-lhag__col a:focus-visible,
.footer-lhag__legal a:focus-visible,
.footer-lhag__social a:focus-visible{
  outline:2px solid rgba(255,255,255,.9);
  outline-offset:4px;
}

/* =========================
   SOCIAL
========================= */

.footer-lhag__social{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:10px;
}

.footer-lhag__social a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(223,233,200,.68);
  border-radius:50%;
  color:var(--footer-soft);
  background:rgba(255,255,255,.055);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  transition:transform .32s cubic-bezier(.22,.72,.22,1), border-color .32s ease, background .32s ease, color .32s ease;
}

.footer-lhag__social svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
  stroke:none;
}

.footer-lhag__social a:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.95);
  background:rgba(255,255,255,.15);
  color:#fff;
}

/* =========================
   CONTACT ICONS
========================= */

.footer-contact-line{
  display:flex;
  align-items:flex-start;
  gap:9px;
}

.footer-contact-icon{
  width:16px;
  height:20px;
  flex:0 0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  color:var(--footer-soft);
}

.footer-contact-icon svg{
  width:16px;
  height:16px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* =========================
   BOTTOM
========================= */

.footer-lhag__bottom{
  width:min(calc(100% - 44px), 1320px);
  margin:0 auto;
  min-height:62px;
  border-top:1px solid var(--footer-line);
  padding:18px 0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.footer-lhag__copyright,
.footer-lhag__legal a{
  font-size:13.5px;
  line-height:1.45;
  font-weight:400;
  color:rgba(255,255,255,.9);
}

.footer-lhag__legal{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px 0;
  text-align:right;
}

.footer-lhag__legal a{
  white-space:nowrap;
  padding:0 12px;
  border-right:1px solid rgba(255,255,255,.48);
}

.footer-lhag__legal a:first-child{
  padding-left:0;
}

.footer-lhag__legal a:last-child{
  padding-right:0;
  border-right:0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1280px){
  .footer-lhag__top{
    grid-template-columns:1.3fr .75fr 1fr .62fr;
  }

  .footer-lhag__contact{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:220px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap:0 24px;
    align-items:start;
  }

  .footer-lhag__contact h4{
    grid-column:1 / -1;
  }

  .footer-lhag__contact p{
    max-width:none;
  }
}

@media(max-width:980px){
  .footer-lhag__top{
    grid-template-columns:1.1fr 1fr;
    padding-top:44px;
    gap:36px 34px;
  }

  .footer-lhag__brand{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:120px minmax(0, 1fr);
    gap:0 28px;
    align-items:start;
  }

  .footer-lhag__intro{
    margin:0 0 18px;
    max-width:640px;
  }

  .footer-lhag__social{
    grid-column:2;
  }

  .footer-lhag__rooms,
  .footer-lhag__contact{
    grid-column:1 / -1;
  }

  .footer-lhag__contact{
    display:block;
  }

  .footer-lhag__contact p{
    max-width:720px;
  }

  .footer-lhag__bottom{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:12px;
  }

  .footer-lhag__legal{
    justify-content:center;
    text-align:center;
  }
}

@media(max-width:680px){
  .footer-lhag__top{
    grid-template-columns:1fr;
    padding:40px 22px 30px;
    gap:30px;
  }

  .footer-lhag__brand{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }

  .footer-lhag__brand img{
    width:92px;
  }

  .footer-lhag__intro{
    margin:24px auto 18px;
    max-width:520px;
    text-align:center;
  }

  .footer-lhag__social{
    grid-column:auto;
    justify-content:center;
  }

  .footer-lhag__col,
  .footer-lhag__contact{
    text-align:center;
  }

  .footer-lhag__col h4{
    margin-bottom:12px;
    font-size:22px;
  }

  .footer-lhag__col li,
  .footer-lhag__contact p{
    font-size:14px;
    line-height:1.55;
    margin-bottom:7px;
  }

  .footer-contact-line{
    justify-content:center;
    max-width:420px;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-lhag__bottom{
    width:calc(100% - 40px);
    padding:18px 0 22px;
  }

  .footer-lhag__legal{
    gap:8px 10px;
  }

  .footer-lhag__legal a{
    border-right:0;
    padding:0;
    white-space:normal;
  }
}

@media(max-width:420px){
  .footer-lhag__top{
    padding-left:18px;
    padding-right:18px;
  }

  .footer-lhag__intro,
  .footer-lhag__col li,
  .footer-lhag__contact p,
  .footer-lhag__copyright,
  .footer-lhag__legal a{
    font-size:13.5px;
  }

  .footer-lhag__social a{
    width:36px;
    height:36px;
  }

  .footer-lhag__social svg{
    width:16px;
    height:16px;
  }
}


/* =========================
   FOOTER LINK GROUP STANDARDIZATION
   Groups: Main Menu / Rooms / Contact
========================= */
.footer-dlg .footer-lhag__top{
  grid-template-columns:minmax(300px, .95fr) minmax(170px, .55fr) minmax(270px, .85fr) minmax(300px, .9fr);
}

.footer-dlg .footer-lhag__main-menu li,
.footer-dlg .footer-lhag__rooms li{
  margin-bottom:5px;
}

@media(max-width:1500px){
  .footer-dlg .footer-lhag__top{
    grid-template-columns:minmax(280px, .95fr) minmax(165px, .6fr) minmax(255px, .9fr) minmax(280px, .95fr);
  }
}

@media(max-width:1180px){
  .footer-dlg .footer-lhag__top{
    grid-template-columns:1fr 1fr 1.15fr;
  }

  .footer-dlg .footer-lhag__brand,
  .footer-dlg .footer-lhag__contact{
    grid-column:1 / -1;
  }
}

@media(max-width:820px){
  .footer-dlg .footer-lhag__top{
    grid-template-columns:1fr 1fr;
  }

  .footer-dlg .footer-lhag__brand,
  .footer-dlg .footer-lhag__rooms,
  .footer-dlg .footer-lhag__contact{
    grid-column:1 / -1;
  }
}

@media(max-width:520px){
  .footer-dlg .footer-lhag__top{
    grid-template-columns:1fr;
  }
}
