
:root{
  --aas-green:#2f7d42;
  --aas-deep:#10273d;
  --aas-muted:#66736d;
  --aas-line:#e3e8e5;
}

/* ===========================
   COMMON HEADER – LOCKED LOOK
   =========================== */
.aas-header,
.aas-header *{
  box-sizing:border-box;
}
.aas-header{
  position:sticky;
  top:0;
  z-index:99990;
  width:min(1350px,calc(100% - 48px));
  margin:14px auto 18px;
  overflow:hidden;
  background:rgba(255,255,255,.988);
  border:1px solid #edf1ee;
  border-radius:18px;
  box-shadow:0 8px 28px rgba(20,40,30,.06);
  backdrop-filter:blur(10px);
  color:var(--aas-deep);
}
body.admin-bar .aas-header{top:32px}

.aas-header a{
  text-decoration:none!important;
  box-shadow:none!important;
}
.aas-header svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.aas-header-main{
  min-height:112px;
  display:grid;
  grid-template-columns:minmax(400px,1fr) auto auto auto;
  align-items:center;
  gap:20px;
  padding:10px 26px 8px;
}

.aas-brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  color:var(--aas-deep)!important;
}
.aas-brand-mark{
  display:block!important;
  flex:0 0 auto;
  width:94px!important;
  height:94px!important;
  max-width:none!important;
  object-fit:contain!important;
}
.aas-brand-copy{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.05;
  width:max-content;
  max-width:100%;
}
.aas-brand-copy strong{
  color:var(--aas-deep)!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.02em;
  white-space:nowrap;
  text-transform:none!important;
  text-decoration:none!important;
}
.aas-brand-copy small{
  display:block;
  margin-top:7px;
  color:var(--aas-green);
  font-size:9.7px;
  line-height:1.2;
  letter-spacing:.105em;
  font-weight:800;
  white-space:nowrap;
  max-width:100%;
  overflow:hidden;
}

.aas-nav{
  display:flex;
  align-items:center;
  gap:28px;
}
.aas-nav a{
  color:var(--aas-deep)!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:700!important;
  padding:34px 0 30px;
  border:0!important;
  border-bottom:2px solid transparent!important;
  text-decoration:none!important;
}
.aas-nav a:hover,
.aas-nav a.is-current{
  color:var(--aas-green)!important;
  border-bottom-color:var(--aas-green)!important;
  text-decoration:none!important;
}

.aas-lang{
  display:flex;
  align-items:center;
  gap:5px;
  color:#9aa39e;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.aas-lang a{
  color:#66736d!important;
  text-decoration:none!important;
}
.aas-lang a.is-current{color:var(--aas-green)!important}

.aas-search,
.aas-menu-toggle{
  width:42px;
  height:42px;
  border:1px solid #edf0ee;
  border-radius:50%;
  background:#fff;
  color:var(--aas-deep);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.aas-search svg,
.aas-menu-toggle svg{
  width:22px;
  height:22px;
}
.aas-menu-toggle{
  display:none;
  cursor:pointer;
}

.aas-header-sub{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:9px 26px 11px;
  border-top:1px solid #f0f2f1;
  background:#fbfcfb;
  color:#4a5d52;
}
.aas-office-line,
.aas-eot-line{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
.aas-office-line{
  font-size:13px;
}
.aas-office-line strong{
  color:var(--aas-deep);
  font-weight:800;
}
.aas-sub-divider{
  color:#a4aca7;
}
.aas-sub-phone-icon{
  color:var(--aas-green);
  display:inline-flex;
}
.aas-sub-phone-icon svg{
  width:29px;
  height:29px;
}
.aas-office-line a{
  color:var(--aas-green)!important;
  font-size:17px;
  font-weight:850;
  text-decoration:none!important;
}
.aas-eot-line{
  color:#45574d;
  font-size:13px;
  white-space:nowrap;
}
.aas-eot-line img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-height:42px!important;
  max-width:102px!important;
  object-fit:contain!important;
}

/* ===========================
   COMMON FOOTER – LOCKED LOOK
   =========================== */
.aas-footer-wrap,
.aas-footer-wrap *{
  box-sizing:border-box;
}
.aas-footer-wrap{
  width:100%;
  padding:18px 22px 26px;
  background:#fff;
}
.aas-footer-wrap a{
  text-decoration:none!important;
  box-shadow:none!important;
}
.aas-footer-wrap svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.aas-footer-card{
  width:min(1350px,100%);
  margin:0 auto;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe6e1;
  border-radius:16px;
  box-shadow:0 8px 25px rgba(20,40,30,.05);
}
.aas-footer-top{
  display:grid;
  grid-template-columns:minmax(0,1.48fr) minmax(0,.94fr) minmax(0,1.15fr) minmax(0,.90fr) 180px;
  align-items:stretch;
  min-height:164px;
}
.aas-footer-company,
.aas-footer-cell,
.aas-footer-social{
  min-width:0;
  min-height:164px;
  border-right:1px solid var(--aas-line);
}
.aas-footer-company{
  display:grid;
  grid-template-columns:126px minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:16px 18px;
}
.aas-footer-company img{
  display:block!important;
  width:116px!important;
  height:116px!important;
  max-width:none!important;
  object-fit:contain!important;
}
.aas-footer-company-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  color:var(--aas-deep);
  font-size:12px;
  line-height:1.38;
}
.aas-footer-company-copy strong{
  font-size:13px;
  color:var(--aas-deep);
}
.aas-footer-company-copy b{
  font-weight:850;
}

.aas-footer-cell{
  display:flex;
  align-items:center;
  padding:16px 18px;
  overflow:hidden;
}
.aas-footer-cell a{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--aas-deep)!important;
  font-size:13px;
  line-height:1.45;
}
.aas-footer-cell a strong{
  min-width:0;
  overflow-wrap:anywhere;
}
.aas-footer-cell strong{
  color:var(--aas-deep);
  font-weight:800;
}
.aas-footer-icon{
  flex:0 0 auto;
  display:inline-flex;
  color:var(--aas-green);
}
.aas-footer-icon svg{
  width:30px;
  height:30px;
}

.aas-footer-social{
  border-right:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:18px 14px;
  overflow:visible;
  white-space:nowrap;
}
.aas-social-slot{
  display:inline-flex;
  flex:0 0 40px;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
}
.aas-social{
  width:40px;
  height:40px;
  flex:0 0 auto;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
}
.aas-social svg{
  width:23px;
  height:23px;
}
.aas-social-facebook{
  color:#1877f2!important;
  background:#eef5ff;
}
.aas-social-youtube{
  color:#e62117!important;
  background:#fff0ef;
}
.aas-social-tripadvisor{
  color:#169b62!important;
  background:#eefaf5;
}
.aas-social-tripadvisor svg{
  width:28px;
  height:22px;
}
.aas-social.is-disabled{
  opacity:1;
  cursor:default;
}

.aas-legal{
  min-height:47px;
  border-top:1px solid var(--aas-line);
  padding:12px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#738078;
  font-size:10px;
  line-height:1.4;
}
.aas-copyright{
  white-space:nowrap;
}
.aas-legal-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:14px;
}
.aas-legal-links a{
  color:#566a5f!important;
  text-decoration:none!important;
}
.aas-legal-links a:hover{
  color:var(--aas-green)!important;
}

/* TABLET */
@media(max-width:1120px){
  .aas-header-main{
    grid-template-columns:minmax(310px,1fr) auto auto auto;
  }
  .aas-brand-mark{
    width:82px!important;
    height:82px!important;
  }
  .aas-brand-copy strong{font-size:28px!important}
  .aas-brand-copy small{font-size:8.3px}
  .aas-nav{gap:20px}
  .aas-nav a{font-size:14px!important}

  .aas-footer-top{
    grid-template-columns:1.25fr 1fr;
    min-height:0;
  }
  .aas-footer-company,
  .aas-footer-cell,
  .aas-footer-social{
    min-height:116px;
    border-bottom:1px solid var(--aas-line);
  }
  .aas-footer-company{border-right:1px solid var(--aas-line)}
  .aas-footer-cell:nth-child(2){border-right:0}
  .aas-footer-cell:nth-child(3){border-right:1px solid var(--aas-line)}
  .aas-footer-cell:nth-child(4){border-right:0}
  .aas-footer-social{
    grid-column:1/-1;
    min-height:82px;
    border-right:0;
    border-bottom:0;
    justify-content:flex-start;
    padding-left:24px;
  }
}

/* MOBILE NAV */
@media(max-width:900px){
  .aas-header{
    width:min(100% - 24px,1350px);
    margin-top:10px;
  }
  .aas-header-main{
    min-height:88px;
    grid-template-columns:1fr auto auto auto;
    padding:8px 16px;
    gap:10px;
  }
  .aas-brand-mark{
    width:70px!important;
    height:70px!important;
  }
  .aas-brand-copy strong{font-size:23px!important}
  .aas-brand-copy small{font-size:7px}
  .aas-menu-toggle{display:flex}
  .aas-nav{
    display:none;
    grid-column:1/-1;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    border-top:1px solid #e6ece8;
  }
  .aas-nav.is-open{display:flex}
  .aas-nav a{
    padding:14px 4px;
    border-bottom:1px solid #eef1ef!important;
  }
  .aas-header-sub{
    padding:8px 16px 10px;
  }
  .aas-office-line,
  .aas-eot-line{
    flex-wrap:wrap;
  }
}

/* SMALL MOBILE */
@media(max-width:700px){
  body.admin-bar .aas-header{top:46px}

  .aas-header{
    width:calc(100% - 18px);
    border-radius:13px;
    margin:9px auto 12px;
  }
  .aas-header-main{
    min-height:72px;
    grid-template-columns:1fr auto auto auto;
    gap:4px;
    padding:7px 9px;
  }
  .aas-brand{gap:8px}
  .aas-brand-mark{
    width:54px!important;
    height:54px!important;
  }
  .aas-brand-copy strong{font-size:17px!important}
  .aas-brand-copy small{
    font-size:5.6px;
    letter-spacing:.08em;
  }
  .aas-lang{font-size:9px}
  .aas-search,
  .aas-menu-toggle{
    width:36px;
    height:36px;
  }
  .aas-header-sub{
    flex-direction:column;
    align-items:stretch;
    padding:8px 10px;
  }
  .aas-office-line,
  .aas-eot-line{
    justify-content:flex-start;
    font-size:10px;
  }
  .aas-office-line strong{
    width:100%;
  }
  .aas-office-line a{
    font-size:13px;
  }
  .aas-eot-line img{
    max-height:30px!important;
    max-width:72px!important;
  }

  .aas-footer-wrap{padding:10px 9px 18px}
  .aas-footer-top{grid-template-columns:1fr}
  .aas-footer-company,
  .aas-footer-cell,
  .aas-footer-social{
    min-height:auto;
    border-right:0!important;
    border-bottom:1px solid var(--aas-line)!important;
  }
  .aas-footer-company{
    grid-template-columns:100px minmax(0,1fr);
    padding:16px 18px;
  }
  .aas-footer-company img{
    width:94px!important;
    height:94px!important;
  }
  .aas-footer-cell{
    padding:18px;
  }
  .aas-footer-social{
    min-height:auto;
    justify-content:flex-start;
    padding:16px 18px;
    border-bottom:0!important;
  }
  .aas-legal{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .aas-copyright{white-space:normal}
  .aas-legal-links{justify-content:flex-start}
}

@media(max-width:430px){
  .aas-brand-copy small{display:none}
  .aas-brand-copy strong{font-size:16px!important}
  .aas-lang{display:none}
}

@media(min-width:1121px){
  .aas-footer-top{width:100%;max-width:100%}
  .aas-footer-company{min-width:0}
  .aas-footer-cell:nth-child(4) a,
  .aas-footer-cell:nth-child(4) strong{white-space:nowrap}
  .aas-footer-social{min-width:180px}
}


/* Discreet payment acceptance strip */
.aas-payment-strip{
  border-top:1px solid var(--aas-line);
  padding:12px 18px 10px;
  text-align:center;
}
.aas-payment-title{
  color:#6b7470;
  font-size:11px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:8px;
}
.aas-payment-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  min-height:24px;
}
.aas-paymark,.aas-paymark-img{
  opacity:.82;
  transition:opacity .15s ease;
}
.aas-payment-logos:hover .aas-paymark,
.aas-payment-logos:hover .aas-paymark-img{opacity:1}
.aas-paymark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:20px;
  line-height:1;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.aas-paymark-visa{color:#1434cb;font-style:italic;font-size:14px;letter-spacing:-.05em}
.aas-paymark-mastercard{position:relative;width:31px}
.aas-paymark-mastercard i,.aas-paymark-mastercard b{position:absolute;width:18px;height:18px;border-radius:50%;top:1px}
.aas-paymark-mastercard i{left:1px;background:#eb001b}
.aas-paymark-mastercard b{right:1px;background:#f79e1b;opacity:.92}
.aas-paymark-amex{background:#1976b9;color:#fff;border-radius:2px;padding:0 5px;font-size:9px;letter-spacing:-.04em}
.aas-paymark-gpay{font-weight:600;color:#5f6368;font-size:12px}
.aas-paymark-applepay{font-weight:600;color:#111;font-size:12px}
.aas-paymark-img{display:block!important;width:auto!important;object-fit:contain!important;margin:0!important;float:none!important}
.aas-paymark-iris{max-height:22px!important;max-width:70px!important}
.aas-paymark-paypal{max-height:21px!important;max-width:72px!important}
@media (max-width:640px){
  .aas-payment-strip{padding:11px 10px 9px}
  .aas-payment-logos{gap:9px}
  .aas-paymark-iris{max-width:62px!important}
  .aas-paymark-paypal{max-width:64px!important}
}
