/*
 * Runtime compatibility fixes for the PHP/React build.
 *
 * Do not globally force elements with inline opacity:0 to be visible.
 * React/GSAP/Swiper use opacity:0 for inactive tooltips, hidden hero titles,
 * cross-fade images and entrance animations. Overriding it makes tooltip
 * values and all slider captions appear at the same time.
 */

#root header a[href^="tel:"] > span:first-child {
    opacity: 0 !important;
}

.lg\:hidden.z-50 + *,
button[aria-label="Previous slide"],
button[aria-label="Next slide"] {
    pointer-events: auto;
}

/*
 * The theme toggles the desktop header between transparent (over hero media)
 * and white (after scroll). Keep desktop navigation readable in both states.
 */
#root header.bg-transparent .hidden.lg\:flex a,
#root header.bg-transparent .hidden.lg\:flex span {
    color: #ffffff !important;
}

#root header.bg-white .hidden.lg\:flex a,
#root header.bg-white .hidden.lg\:flex span {
    color: #000000 !important;
}

/* Brand table driven Shop and Dine pages */
.hns-brand-section{background:#fff;padding:70px 0 84px;overflow:visible}
.hns-brand-container{width:min(1240px,calc(100% - 40px));margin:0 auto}
.hns-brand-title{margin:0 0 38px;text-align:center;font-family:Montserrat,Arial,sans-serif;font-size:clamp(42px,5vw,64px);line-height:1;font-weight:200;letter-spacing:.02em;color:#263042}
.hns-brand-intro{max-width:980px;margin:-8px auto 38px;text-align:center;font-size:17px;line-height:1.6;color:#222}
.hns-brand-tabs{margin-top:-8px}
.hns-brand-tab-list{display:flex;justify-content:center;gap:12px;margin:0 auto 34px;padding:8px;width:max-content;max-width:100%;box-sizing:border-box;border:1px solid #eadfce;border-radius:999px;background:linear-gradient(135deg,#fffdf9,#f3eee7);box-shadow:0 10px 26px rgba(63,45,27,.09)}
.hns-brand-tab{appearance:none;border:1px solid transparent;border-radius:999px;padding:13px 24px;background:transparent;color:#5a5148;cursor:pointer;font-family:Montserrat,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}
.hns-brand-tab::before{content:"";display:inline-block;width:8px;height:8px;margin:0 8px 1px 0;border-radius:50%;background:currentColor;vertical-align:middle;box-shadow:0 0 0 3px rgba(90,81,72,.1)}
.hns-brand-tab:hover,.hns-brand-tab:focus-visible{transform:translateY(-2px);border-color:#c7b18f;color:#263042;outline:none}
.hns-brand-tab--live.is-active{border-color:#008f70;background:linear-gradient(135deg,#006f61,#0ba47d);color:#fff;box-shadow:0 8px 18px rgba(0,126,98,.28)}
.hns-brand-tab--opening-soon.is-active{border-color:#d77816;background:linear-gradient(135deg,#bc5d0b,#ee991d);color:#fff;box-shadow:0 8px 18px rgba(207,111,12,.28)}
.hns-brand-tab.is-active::before{box-shadow:0 0 0 3px rgba(255,255,255,.22)}
.hns-brand-tab-panel[hidden]{display:none!important}
.hns-brand-grid{display:grid;gap:24px}
.hns-brand-grid--shop{grid-template-columns:repeat(4,minmax(0,1fr))}
.hns-brand-grid--dine{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 28px}
.hns-brand-card{min-width:0;color:#263042;background:#fff}
.hns-brand-card--shop{border:1px solid #d8dde5;border-radius:14px;overflow:visible;display:flex;flex-direction:column;min-height:380px;position:relative}
.hns-brand-card--shop.hns-brand-card--logo-only{min-height:0;aspect-ratio:1/1;border:1px solid rgba(0,0,0,.045);border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(20,20,20,.07);background:#fff;transition:transform .25s ease,box-shadow .25s ease}
.hns-brand-card--logo-only .hns-brand-logo-panel{flex:1;height:100%;min-height:0;border-radius:18px;padding:clamp(20px,3.5vw,34px)}
.hns-brand-card--logo-only .hns-brand-logo-panel img{max-width:100%;max-height:100%;width:auto;height:auto}
.hns-brand-card--logo-only:hover{z-index:1;transform:scale(1.03);box-shadow:0 22px 48px rgba(20,20,20,.12)}
.hns-pub-brand-grid{width:min(100%,1240px);margin:38px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px}
.hns-pub-brand-card{min-width:0;display:flex;flex-direction:column;align-items:center;gap:18px;padding:10px 10px 24px;box-sizing:border-box;text-align:center;border:1px solid #e8e8e5;border-radius:18px;background:#fff;cursor:default;transition:transform .28s ease,box-shadow .28s ease}
.hns-pub-brand-logo-panel{position:relative;width:100%;aspect-ratio:1.04/1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:11px;background:#f5f4ef;overflow:hidden}
.hns-pub-brand-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.74);transform:scale(1.01);transition:transform .4s ease,filter .28s ease}
.hns-pub-brand-logo-badge{position:relative;z-index:1;width:46%;aspect-ratio:1/1;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 12px 18px rgba(32,30,25,.16);transition:transform .28s ease,box-shadow .28s ease}
.hns-pub-brand-logo{display:block;max-width:74%;max-height:74%;width:auto;height:auto;object-fit:contain;transition:transform .28s ease}
.hns-pub-brand-card-heading{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}
.hns-pub-brand-card h3{margin:0;font-family:Montserrat,Arial,sans-serif;font-size:14px;line-height:1.3;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#303a4b}
.hns-pub-brand-card:hover,.hns-pub-brand-card:focus-within{transform:translateY(-5px);box-shadow:0 16px 30px rgba(20,20,20,.1)}
.hns-pub-brand-card:hover .hns-pub-brand-cover,.hns-pub-brand-card:focus-within .hns-pub-brand-cover{transform:scale(1.06);filter:brightness(.68)}
.hns-pub-brand-card:hover .hns-pub-brand-logo-badge,.hns-pub-brand-card:focus-within .hns-pub-brand-logo-badge{transform:scale(1.07);box-shadow:0 15px 22px rgba(32,30,25,.2)}
.hns-pub-brand-card:hover .hns-pub-brand-logo,.hns-pub-brand-card:focus-within .hns-pub-brand-logo{transform:scale(1.06)}
.hns-brand-logo-panel{height:250px;display:flex;align-items:center;justify-content:center;padding:34px;background:#fff;border-radius:14px 14px 0 0;overflow:hidden}
.hns-brand-logo-panel img{display:block;max-width:82%;max-height:150px;width:auto;height:auto;object-fit:contain}
.hns-brand-card-body{padding:18px 14px 14px;display:flex;flex-direction:column;min-height:130px}
.hns-brand-card h3{margin:0;font-family:Montserrat,Arial,sans-serif;font-size:18px;line-height:1.3;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#303a4b}
.hns-brand-category,.hns-brand-location-label{margin-top:10px;color:#a6adba;font-family:Montserrat,Arial,sans-serif;font-size:13px;letter-spacing:.13em;text-transform:uppercase}
.hns-brand-card-footer{margin-top:auto;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:10px}
.hns-brand-timing{font-size:15px;white-space:nowrap;color:#394355}
.hns-brand-actions{display:flex;gap:10px;flex:0 0 auto;position:relative;z-index:8}
.hns-brand-action-wrap{position:relative;display:inline-grid;place-items:center;overflow:visible}
.hns-brand-action{width:38px;height:38px;border:1px solid #d5dbe4;border-radius:999px;display:grid;place-items:center;color:#344054;background:#fff;text-decoration:none;cursor:pointer;transition:.2s ease;padding:0;font:inherit}
.hns-brand-action:hover,.hns-brand-action:focus-visible{background:#c91f2b;color:#fff;border-color:#c91f2b;outline:none}
.hns-brand-actions svg{width:18px;height:18px;display:block}
.hns-brand-tooltip{position:absolute;left:50%;bottom:calc(100% + 11px);z-index:50;width:max-content;max-width:220px;transform:translate(-50%,7px);opacity:0;visibility:hidden;pointer-events:none;background:#c91f2b;color:#fff;border-radius:6px;padding:9px 13px;font-family:Montserrat,Arial,sans-serif;font-size:11px!important;font-weight:700;line-height:1.2;letter-spacing:.06em;text-align:center;text-transform:uppercase;white-space:nowrap;box-shadow:0 10px 24px rgba(145,16,28,.25);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.hns-brand-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:8px solid #c91f2b}
.hns-brand-action-wrap:hover .hns-brand-tooltip,.hns-brand-action-wrap:focus-within .hns-brand-tooltip{opacity:1;visibility:visible;transform:translate(-50%,0)}
.hns-brand-card--dine{display:flex;flex-direction:column}
.hns-brand-cover{position:relative;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#f3f3f3}
.hns-brand-cover-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}
.hns-brand-card--dine:hover .hns-brand-cover-image{transform:scale(1.035)}
.hns-brand-cover-logo{position:absolute;left:16px;bottom:16px;width:96px;height:96px;border-radius:999px;background:rgba(255,255,255,.94);display:grid;place-items:center;padding:13px;box-shadow:0 8px 20px rgba(0,0,0,.08);overflow:hidden;box-sizing:border-box}
.hns-brand-cover-logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:999px;clip-path:circle(50% at 50% 50%)}
.hns-brand-card--dine .hns-brand-card-body{padding:18px 0 0;min-height:0}
.hns-brand-card--dine .hns-brand-card-footer{margin-top:16px}
.hns-brand-empty{grid-column:1/-1;border:1px dashed #cfd5de;border-radius:18px;padding:32px;text-align:center;color:#6b7280}
@media(max-width:1100px){
  .hns-brand-grid--shop{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hns-brand-grid--dine{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hns-pub-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:780px){
  .hns-brand-section{padding:46px 0 60px}
  .hns-brand-container{width:min(100% - 28px,1240px)}
  .hns-brand-title{margin-bottom:28px}
  .hns-brand-intro{font-size:15px;margin-bottom:28px}
  .hns-brand-tab-list{margin-bottom:26px}
  .hns-brand-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .hns-brand-grid--dine{grid-template-columns:1fr;gap:32px}
  .hns-pub-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}
  .hns-pub-brand-card{gap:12px}
  .hns-pub-brand-card-heading{flex-direction:column;align-items:center;justify-content:flex-start;gap:6px}
  .hns-pub-brand-card h3{font-size:14px}
  .hns-brand-logo-panel{height:190px;padding:24px}
  .hns-brand-card--logo-only .hns-brand-logo-panel{height:100%;padding:20px}
  .hns-brand-card--shop:not(.hns-brand-card--logo-only){min-height:320px}
}
@media(max-width:520px){
  .hns-brand-tab-list{gap:7px;margin-bottom:22px;padding-bottom:10px}
  .hns-brand-tab{padding:10px 12px;font-size:10px;letter-spacing:.06em}
  .hns-brand-grid--shop{grid-template-columns:1fr}
  .hns-pub-brand-grid{margin-top:28px}
  .hns-brand-card--shop:not(.hns-brand-card--logo-only){min-height:0}
  .hns-brand-logo-panel{height:220px}
  .hns-brand-card--logo-only .hns-brand-logo-panel{height:100%;padding:20px}
  .hns-brand-timing{font-size:14px}
}

/* Static Games page: exported GSAP entrance states must not remain hidden. */
body.hns-route-games #root .games-card,
body.hns-route-games #root .label-chip {
  opacity:1 !important;
  transform:none !important;
  translate:none !important;
  rotate:none !important;
  scale:none !important;
}

.hns-brand-card--shop .hns-brand-card-body{border-radius:0 0 14px 14px;background:#fff}
@media(max-width:520px){.hns-brand-tooltip{max-width:170px;white-space:normal}}


/* Entertainment page: combined Games and Movies */
.hns-entertainment-section{
  background:#fff;
  padding:76px 0 92px;
  overflow:visible;
}
.hns-entertainment-container{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
}
.hns-entertainment-title{
  margin:0 0 42px;
  text-align:center;
  font-family:Montserrat,Arial,sans-serif;
  font-size:clamp(42px,5vw,64px);
  line-height:1;
  font-weight:200;
  letter-spacing:.04em;
  color:#263042;
}
.hns-entertainment-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
}
.hns-entertainment-card{
  min-width:0;
  border:1px solid #d8dde5;
  border-radius:20px;
  background:#fff;
  overflow:visible;
  box-shadow:0 14px 36px rgba(20,30,45,.06);
}
.hns-entertainment-cover{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:20px 20px 0 0;
  background:#f2f2f2;
}
.hns-entertainment-cover-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease;
}
.hns-entertainment-card:hover .hns-entertainment-cover-image{
  transform:scale(1.035);
}
.hns-entertainment-category{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(0,0,0,.78);
  color:#fff;
  font-family:Montserrat,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
}
.hns-entertainment-logo{
  position:absolute;
  left:22px;
  bottom:22px;
  width:112px;
  height:112px;
  display:grid;
  place-items:center;
  padding:14px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
  overflow:hidden;
  box-sizing:border-box;
}
.hns-entertainment-logo img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:999px;
  clip-path:circle(50% at 50% 50%);
}
.hns-entertainment-card-body{
  padding:24px 24px 20px;
}
.hns-entertainment-card-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.hns-entertainment-card-body h3{
  margin:0;
  font-family:Montserrat,Arial,sans-serif;
  font-size:22px;
  line-height:1.3;
  font-weight:500;
  letter-spacing:.08em;
  color:#303a4b;
}
.hns-entertainment-opening-soon{
  flex:0 0 auto;
  border:1px solid #e7a03e;
  border-radius:999px;
  padding:7px 10px;
  background:#fff5e7;
  color:#aa5a05;
  font-family:Montserrat,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}
.hns-entertainment-card .hns-brand-card-footer{
  margin-top:18px;
}
@media(max-width:780px){
  .hns-entertainment-section{padding:50px 0 64px}
  .hns-entertainment-container{width:min(100% - 28px,1240px)}
  .hns-entertainment-grid{grid-template-columns:1fr;gap:24px}
  .hns-entertainment-logo{width:88px;height:88px;left:16px;bottom:16px}
  .hns-entertainment-card-body{padding:20px 18px 18px}
  .hns-entertainment-card-heading{gap:10px}
  .hns-entertainment-opening-soon{padding:6px 8px;font-size:9px}
}

/* Services / guest amenities page */
.hns-services-section{
  background:#fff;
  padding:52px 0 64px;
}
.hns-services-container{
  width:min(1500px,calc(100% - 70px));
  margin:0 auto;
}
.hns-services-title{
  position:relative;
  margin:0;
  padding-bottom:20px;
  text-align:center;
  font-family:Montserrat,Arial,sans-serif;
  font-size:clamp(30px,3vw,40px);
  line-height:1.2;
  font-weight:300;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#353535;
}
.hns-services-title::after{
  position:absolute;
  bottom:0;
  left:50%;
  width:32px;
  height:1px;
  background:#dcd9d5;
  content:"";
  transform:translateX(-50%);
}

/* Match the editorial page-heading treatment used by “Elevated Evenings Begin Here”. */
.hns-brand-title,
.hns-entertainment-title,
.hns-services-title{
  font-family:Montserrat,Arial,sans-serif;
  font-size:46px;
  font-weight:100;
  line-height:48px;
  letter-spacing:normal;
}
@media(min-width:1536px){
  .hns-brand-title,
  .hns-entertainment-title,
  .hns-services-title{
    font-size:54px;
    line-height:56px;
  }
}
@media(max-width:767px){
  .hns-brand-title,
  .hns-entertainment-title,
  .hns-services-title{
    font-size:34px;
    line-height:38px;
  }
}
.hns-services-section .hns-page-managed-subtitle{
  max-width:none;
  margin:18px auto 44px;
  color:#616161;
  font-size:16px;
  line-height:1.65;
  white-space:nowrap;
}
.hns-services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.hns-service-item{
  display:flex;
  align-items:center;
  min-height:146px;
  padding:24px 20px;
  border:1px solid #e9e7e3;
  border-radius:16px;
  background:#fff;
  box-sizing:border-box;
  min-width:0;
  text-align:left;
  color:#2f2f2f;
  transition:transform .24s ease, box-shadow .24s ease;
}
.hns-service-item:hover{
  transform:scale(1.02);
  box-shadow:0 12px 26px rgba(48,39,31,.08);
}
.hns-service-item img{
  display:block;
  width:50px;
  height:50px;
  flex:0 0 50px;
  margin:0 18px 0 0;
  padding:11px;
  border:1px solid #e9e7e3;
  border-radius:14px;
  background:#f4f3ef;
  box-sizing:border-box;
  object-fit:contain;
}
.hns-service-item h3{
  margin:0;
  font-family:Montserrat,Arial,sans-serif;
  font-size:13px;
  line-height:1.45;
  font-weight:500;
  letter-spacing:.13em;
  color:#2f2f2f;
}
@media(max-width:1200px){
  .hns-services-grid{gap:14px}
}
@media(max-width:820px){
  .hns-services-section{padding:48px 0 62px}
  .hns-services-container{width:min(100% - 30px,1500px)}
  .hns-services-section .hns-page-managed-subtitle{margin:18px auto 32px;font-size:15px;white-space:normal}
  .hns-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .hns-service-item{min-height:128px;padding:20px 16px}
  .hns-service-item img{width:46px;height:46px;flex-basis:46px;margin-right:14px;padding:10px}
  .hns-service-item h3{font-size:13px}
}
@media(max-width:480px){
  .hns-services-grid{grid-template-columns:1fr;gap:12px}
}

/* Brand-card bottom details row visibility */
.hns-brand-card--details-hidden.hns-brand-card--shop{
  min-height:0;
}
.hns-brand-card--details-hidden.hns-brand-card--shop .hns-brand-card-body{
  min-height:0;
  padding-bottom:20px;
}
.hns-brand-card--details-hidden.hns-brand-card--dine .hns-brand-card-body,
.hns-entertainment-card.hns-brand-card--details-hidden .hns-entertainment-card-body{
  padding-bottom:20px;
}

/* Shared dark footer (all public pages via footer.php) */
.hns-footer.hns-footer--dark{
  background:#0a0a0a;
  color:#f5f5f5;
  width:100%;
  padding:48px 0 32px;
  font-family:Montserrat,Arial,sans-serif;
  --hns-footer-logo-color:#fff;
}
.hns-footer--dark a{
  color:#c8c8c8;
  text-decoration:none;
  transition:color .2s ease;
}
.hns-footer--dark a:hover{
  color:#fff;
  text-decoration:underline;
}
.hns-footer__mall-title{
  margin:0 0 6px;
  font-size:clamp(28px,3.2vw,36px);
  font-weight:300;
  letter-spacing:.06em;
  line-height:1.1;
  color:var(--hns-footer-logo-color);
}
.hns-footer.hns-footer--dark .hns-footer__phone,
.hns-footer.hns-footer--dark .hns-footer__phone a{
  color:var(--hns-footer-logo-color)!important;
  font-weight:300;
}
.hns-footer.hns-footer--dark .hns-footer__phone a:hover{
  color:var(--hns-footer-logo-color)!important;
  text-decoration:underline;
}
.hns-footer.hns-footer--dark .hns-footer__newsletter-heading{
  margin:0 0 18px;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--hns-footer-logo-color)!important;
  font-weight:300;
}
.hns-footer__mall-subtitle{
  margin:0 0 28px;
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#a8a8a8;
}
.hns-footer__contact{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:14px;
  line-height:1.5;
  color:#d0d0d0;
}
.hns-footer__contact-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
}
.hns-footer__contact-icon{
  display:inline-flex;
  flex:0 0 20px;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  color:#fff;
}
.hns-footer__contact-icon svg{
  display:block;
  width:20px;
  height:20px;
  max-width:none;
  color:#fff;
}
.hns-footer__contact li:first-child,
.hns-footer__contact li:first-child a{
  color:var(--hns-footer-logo-color,#fff);
  font-weight:300;
}
.hns-footer__contact li:first-child a:hover{
  color:var(--hns-footer-logo-color,#fff);
  text-decoration:underline;
}
.hns-footer__nav-heading{
  margin:0 0 18px;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#a8a8a8;
  font-weight:500;
}
.hns-footer__nav .hns-footer__nav-heading{
  color:#fff;
  font-weight:700;
}
.hns-footer__contact-compact{
  display:none;
}
.hns-footer__panel{
  margin:0;
  padding:0;
  border:0;
}
.hns-footer__panel-summary{
  list-style:none;
  cursor:pointer;
  user-select:none;
}
.hns-footer__panel-summary::-webkit-details-marker{
  display:none;
}
.hns-footer__panel-title{
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:700;
  color:#fff;
}
.hns-footer__panel-icon{
  display:none;
}
.hns-footer__panel-body{
  padding:0;
}
.hns-footer__legal-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 14px;
}
.hns-footer__social-icons{
  display:none;
  list-style:none;
  margin:0;
  padding:0;
  gap:16px;
  align-items:center;
  justify-content:center;
}
.hns-footer__social-icons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  color:#fff;
}
.hns-footer__social-icons svg{
  width:1.25em;
  height:1.25em;
}
.hns-footer__social-desktop{
  display:flex;
  align-items:center;
  gap:12px;
  margin:22px 0 0;
  font-size:13px;
  line-height:1.6;
  color:#a8a8a8;
}
.hns-footer__social-icons--desktop{
  display:flex;
  gap:8px;
  justify-content:flex-start;
}
.hns-footer__social-icons--desktop a{
  width:28px;
  height:28px;
}
.hns-footer__inner{
  width:min(100% - 48px,1280px);
  margin:0 auto;
}
.hns-footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.75fr) minmax(0,.75fr) minmax(0,1.35fr);
  gap:40px 32px;
  align-items:start;
}
.hns-footer__nav-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:14px;
}
.hns-footer__newsletter-form{
  display:flex;
  align-items:stretch;
  width:100%;
  max-width:420px;
  border:1px solid #3a3a3a;
  border-radius:999px;
  overflow:hidden;
  background:#141414;
}
.hns-footer__newsletter-form input{
  flex:1;
  min-width:0;
  border:0;
  background:transparent;
  color:#fff;
  padding:14px 18px;
  font-size:14px;
  outline:none;
}
.hns-footer__newsletter-form input::placeholder{
  color:#8a8a8a;
}
.hns-footer__newsletter-form button{
  flex:0 0 auto;
  border:0;
  border-radius:999px;
  margin:4px;
  padding:10px 22px;
  background:#fff;
  color:#0a0a0a;
  font-size:12px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s ease,color .2s ease;
}
.hns-footer__newsletter-form button:hover:not(:disabled){
  background:#e8e8e8;
}
.hns-footer__newsletter-form button:disabled{
  opacity:.65;
  cursor:wait;
}
.hns-footer__social-line{
  margin:22px 0 0;
  font-size:13px;
  line-height:1.6;
  color:#a8a8a8;
}
.hns-footer__social-sep{
  color:#666;
}
.hns-footer__legal{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 14px;
  margin-top:40px;
  padding:22px 0;
  border-top:1px solid #2a2a2a;
  font-size:12px;
  line-height:1.5;
  color:#9a9a9a;
}
.hns-footer__copyright{
  color:#9a9a9a;
  margin-right:4px;
}
.hns-footer__accordion{
  border:1px solid #333;
  border-radius:10px;
  background:#0f0f0f;
  overflow:hidden;
}
.hns-footer__accordion summary{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 16px;
  padding:18px 20px;
  cursor:pointer;
  user-select:none;
}
.hns-footer__accordion summary::-webkit-details-marker{
  display:none;
}
.hns-footer__accordion-title{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:600;
  color:#f0f0f0;
}
.hns-footer__accordion-hint{
  font-size:13px;
  color:#8a8a8a;
  flex:1 1 auto;
}
.hns-footer__accordion-icon{
  margin-left:auto;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
  color:#d0d0d0;
}
.hns-footer__accordion:not([open]) .hns-footer__accordion-icon::before{
  content:"+";
}
.hns-footer__accordion[open] .hns-footer__accordion-icon::before{
  content:"−";
}
.hns-footer__accordion-body{
  padding:0 20px 20px;
  font-size:12px;
  line-height:1.65;
  color:#9a9a9a;
  border-top:1px solid #2a2a2a;
}
.hns-footer__accordion-body p{
  margin:16px 0 0;
}
.hns-footer--dark [data-hns-newsletter-block] [role="status"]{
  color:#a8a8a8;
}
@media(min-width:768px){
  .hns-footer__panel--mobile-only{
    display:none!important;
  }
  .hns-footer__panel-summary{
    pointer-events:none;
    cursor:default;
    margin:0 0 18px;
  }
  .hns-footer__panel-body{
    display:block!important;
  }
  .hns-footer__panel[open] .hns-footer__panel-body,
  .hns-footer__panel:not([open]) .hns-footer__panel-body{
    display:block!important;
  }
}
@media(max-width:1024px){
  .hns-footer__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:32px 24px;
  }
  .hns-footer__newsletter{
    grid-column:1 / -1;
  }
}
@media(max-width:767px){
  .hns-footer.hns-footer--dark{
    padding:28px 0 20px;
  }
  .hns-footer__inner{
    width:min(100% - 32px,1280px);
  }
  .hns-footer__grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .hns-footer__brand{
    padding-bottom:20px;
    margin-bottom:4px;
    border-bottom:1px solid #2a2a2a;
  }
  .hns-footer__mall-title,
  .hns-footer__mall-subtitle{
    display:none;
  }
  .hns-footer__contact-compact{
    display:block;
  }
  .hns-footer__contact-compact .hns-footer__contact-line{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 10px;
    font-size:14px;
    line-height:1.5;
    color:#fff;
  }
  .hns-footer__contact-compact .hns-footer__contact-line:last-child{
    margin-bottom:0;
  }
  .hns-footer__contact-compact a{
    color:#fff!important;
    font-weight:400;
  }
  .hns-footer__contact--full{
    display:none!important;
  }
  .hns-footer__panel{
    border-bottom:1px solid #2a2a2a;
  }
  .hns-footer__panel-summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:18px 0;
  }
  .hns-footer__panel-title{
    font-size:13px;
    letter-spacing:.18em;
  }
  .hns-footer__panel-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    flex:0 0 28px;
    color:#fff;
    font-size:20px;
    line-height:1;
    transition:transform .2s ease;
  }
  .hns-footer__panel:not([open]) .hns-footer__panel-icon::before{
    content:"+";
  }
  .hns-footer__panel[open] .hns-footer__panel-icon::before{
    content:"−";
  }
  .hns-footer__panel-body{
    padding:0 0 16px 0;
  }
  .hns-footer__panel .hns-footer__nav-list{
    gap:14px;
  }
  .hns-footer__panel .hns-footer__nav-list a{
    display:inline-flex;
    align-items:flex-start;
    gap:10px;
    color:#e8e8e8!important;
    font-size:14px;
    line-height:1.45;
  }
  .hns-footer__panel .hns-footer__nav-list a::before{
    content:"→";
    flex:0 0 auto;
    color:#fff;
    font-size:13px;
    line-height:1.45;
  }
  .hns-footer__newsletter{
    padding:22px 0 8px;
    border-bottom:0;
  }
  .hns-footer__newsletter-heading{
    font-size:13px;
    letter-spacing:.16em;
    margin-bottom:14px!important;
  }
  .hns-footer__newsletter-form{
    max-width:none;
  }
  .hns-footer__social-line{
    display:none;
  }
  .hns-footer__social-desktop{
    display:none;
  }
  .hns-footer__legal{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:0;
    margin-top:24px;
    padding:20px 0 16px;
    border-top:1px solid #2a2a2a;
  }
  .hns-footer__legal-links{
    display:none!important;
  }
  .hns-footer__copyright{
    color:#b0b0b0;
    font-size:11px;
    line-height:1.55;
    margin:0;
  }
  .hns-footer__social-icons{
    display:flex;
    margin:18px 0 0;
  }
  .hns-footer__accordion{
    margin-top:12px;
  }
  .hns-footer__accordion summary{
    padding:16px;
  }
  .hns-footer__accordion-hint{
    flex-basis:100%;
  }
  .hns-footer__accordion-icon{
    position:absolute;
    right:16px;
    top:16px;
  }
  .hns-footer__accordion summary{
    position:relative;
    padding-right:48px;
  }
}
@media(max-width:640px){
  .hns-footer.hns-footer--dark{
    padding:28px 0 20px;
  }
}

/* Dark footer: reset legacy white-footer layout rules from local-fixes.css */
.hns-footer.hns-footer--dark > .container > div:first-child {
  gap: unset !important;
  padding: 0 !important;
}

.hns-footer.hns-footer--dark > .container > div:first-child > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hns-footer.hns-footer--dark > .container > div:first-child > div > span:first-child {
  margin-bottom: 0 !important;
  display: none !important;
}
