/* AERONIQ™ GLOBAL — FINAL MASTER HEADER
   Typography: Montserrat UI + Cormorant Garamond editorial
   Visual rhythm: coffee utility → white brand → ivory nav → approved banner.
*/
:root{
  --aq-coffee:#6b4019;
  --aq-coffee-dark:#4e2e12;
  --aq-ink:#1d2522;
  --aq-ivory:#f7f4ed;
  --aq-paper:#fffdf9;
  --aq-champagne:#c7a35a;
  --aq-line:#e6dfd2;
  --aq-max:1500px;
}
*{box-sizing:border-box}
.aq-header,.aq-master-banner{font-family:"Montserrat",Arial,sans-serif}
.aq-container{width:min(var(--aq-max),calc(100% - 72px));margin:0 auto}
.aq-utility{position:relative;z-index:1000;background:var(--aq-coffee);color:#fff}
.aq-utility-inner{min-height:36px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;font-size:9px;font-weight:600;letter-spacing:.075em;text-transform:uppercase}
.aq-regions,.aq-utility-right{display:flex;align-items:center;gap:10px;position:relative}
.aq-utility-right{justify-content:flex-end}
.aq-utility a,.aq-utility button{color:#fff;text-decoration:none}
.aq-utility a:hover,.aq-utility button:hover{color:#f4dfad}
.aq-utility i{font-style:normal;opacity:.45}
.aq-utility-message{font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:none;white-space:nowrap;opacity:.96}
.aq-globe{display:inline-flex;width:14px;height:14px;align-items:center;justify-content:center;flex:0 0 auto}
.aq-globe svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.4}
.aq-globe-small{margin-left:2px;width:13px;height:13px}.aq-globe-small svg{width:13px;height:13px}
.aq-country-btn,.aq-lang-btn{border:0;background:transparent;padding:0;font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px}
.aq-chevron{font-size:12px;line-height:1;transform:translateY(-1px)}
.aq-country-menu,.aq-language-menu{display:none;position:absolute;top:calc(100% + 9px);min-width:190px;padding:8px;background:#fff;color:var(--aq-ink);box-shadow:0 12px 28px rgba(0,0,0,.16);border:1px solid var(--aq-line);text-transform:none;letter-spacing:0}
.aq-country-menu{left:86px}.aq-language-menu{right:0}
.aq-country-menu.is-open,.aq-language-menu.is-open{display:block}
.aq-country-menu a,.aq-language-menu a{display:block!important;padding:9px 11px;color:var(--aq-ink)!important;font-size:10px}
.aq-country-menu a:hover,.aq-language-menu a:hover{background:var(--aq-ivory);color:var(--aq-coffee)!important}

.aq-brand{background:#fff}
.aq-brand-inner{min-height:148px;display:flex;align-items:center;justify-content:space-between;gap:34px;padding:18px 0}
.aq-master-lockup{display:block;flex:1 1 auto;min-width:0}
.aq-master-lockup img{display:block;width:min(100%,900px);height:auto;max-height:112px;object-fit:contain;object-position:left center}
.aq-tools{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:0 0 auto}
.aq-search{width:220px;height:42px;border:1px solid #d8d1c4;display:flex;align-items:center;background:#fff}
.aq-search:focus-within{border-color:var(--aq-champagne)}
.aq-search input{min-width:0;flex:1;border:0;outline:0;padding:0 12px;color:var(--aq-ink);font:500 11px/1 "Montserrat",Arial,sans-serif}
.aq-search input::placeholder{color:#8c8a84}
.aq-search button{width:42px;height:40px;border:0;background:transparent;cursor:pointer;color:var(--aq-coffee);display:grid;place-items:center}
.aq-search svg,.aq-icon-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55}
.aq-icon-link{position:relative;display:grid;place-items:center;color:var(--aq-ink);text-decoration:none;width:25px;height:42px}
.aq-icon-link:hover{color:var(--aq-coffee)}
.aq-cart-count{position:absolute;top:3px;right:-7px;min-width:16px;height:16px;border-radius:50%;padding:0 4px;background:var(--aq-coffee);color:#fff;font:700 8px/16px "Montserrat",Arial,sans-serif;text-align:center}
.aq-shop-btn{min-height:44px;padding:0 22px;display:inline-flex;align-items:center;gap:12px;justify-content:center;background:var(--aq-champagne);border:1px solid var(--aq-champagne);color:#2c2112!important;text-decoration:none;font:800 9px/1 "Montserrat",Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.aq-shop-btn:hover{background:#b89144;border-color:#b89144;color:#fff!important}

.aq-nav{position:relative;z-index:900;background:var(--aq-ivory);border-top:1px solid #eee9df;border-bottom:1px solid #ded6c9}
.aq-nav-inner{min-height:50px;display:flex;align-items:stretch;justify-content:center}
.aq-nav-links{display:flex;align-items:stretch;justify-content:center}
.aq-nav-links a{min-width:128px;padding:0 18px;display:flex;align-items:center;justify-content:center;color:#3c3a35;text-decoration:none;font:700 10px/1 "Montserrat",Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase;border-left:1px solid transparent;border-right:1px solid transparent}
.aq-nav-links a:hover{background:#eee8dc;color:var(--aq-coffee)}
.aq-nav-links a.is-active{background:var(--aq-champagne);color:#2c2112}
.aq-mobile-toggle{display:none}
.aq-master-banner{background:#fff;line-height:0;overflow:hidden}
.aq-master-banner img{display:block;width:100%;height:auto;max-height:none;object-fit:cover}

@media(max-width:1200px){
  .aq-container{width:min(var(--aq-max),calc(100% - 48px))}
  .aq-utility-inner{grid-template-columns:1fr auto}
  .aq-utility-message{display:none}
  .aq-nav-links a{min-width:auto;padding:0 14px}
  .aq-search{width:180px}
}
@media(max-width:900px){
  .aq-brand-inner{min-height:120px;padding:14px 0;gap:18px}
  .aq-master-lockup img{max-height:86px}
  .aq-tools{gap:11px}
  .aq-search{width:160px}
  .aq-shop-btn{padding:0 15px}
  .aq-nav-inner{justify-content:flex-end}
  .aq-mobile-toggle{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#3c3a35;padding:0 5px;font:800 9px/1 "Montserrat",Arial,sans-serif;letter-spacing:.1em}
  .aq-mobile-toggle span{display:block;width:17px;height:1px;background:currentColor}
  .aq-nav-links{display:none;position:absolute;left:0;right:0;top:100%;background:var(--aq-ivory);border-bottom:1px solid var(--aq-line);box-shadow:0 10px 25px rgba(0,0,0,.08)}
  .aq-nav-links.is-open{display:block}
  .aq-nav-links a{min-height:48px;border-top:1px solid #e5ded2}
}
@media(max-width:650px){
  .aq-container{width:calc(100% - 28px)}
  .aq-utility-inner{min-height:34px;font-size:8px}
  .aq-regions a:nth-of-type(n+3),.aq-regions i:nth-of-type(n+2),.aq-country-btn{display:none}
  .aq-utility-right a:first-child{display:none}
  .aq-utility-right{gap:8px}
  .aq-brand-inner{min-height:102px;align-items:center}
  .aq-master-lockup img{max-height:70px}
  .aq-search{display:none}
  .aq-tools{gap:10px}
  .aq-icon-link{height:36px}
  .aq-shop-btn{min-height:38px;padding:0 11px;font-size:8px}
}

/* World-class HB1–HB7 campaign slider */
.aq-hb-slider{position:relative;overflow:hidden;background:#f4f0e8;line-height:0}
.aq-hb-track{position:relative;width:100%;aspect-ratio:2048/676;min-height:240px}
.aq-hb-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease;display:block}
.aq-hb-slide.is-active{opacity:1;visibility:visible;z-index:1}
.aq-hb-slide img{display:block;width:100%;height:100%;object-fit:cover}
.aq-hb-dots{position:absolute;z-index:4;right:28px;bottom:20px;display:flex;gap:8px;line-height:1}
.aq-hb-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.7);padding:0;cursor:pointer}
.aq-hb-dot.is-active{background:#c9962e;transform:scale(1.15)}
.aq-hb-prev,.aq-hb-next{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(30,20,12,.28);color:#fff;font:400 32px/34px Arial,sans-serif;cursor:pointer;opacity:0;transition:.25s}
.aq-hb-prev{left:20px}.aq-hb-next{right:20px}.aq-hb-slider:hover .aq-hb-prev,.aq-hb-slider:hover .aq-hb-next{opacity:1}
@media(max-width:768px){.aq-hb-track{aspect-ratio:16/10;min-height:180px}.aq-hb-slide img{object-fit:cover}.aq-hb-dots{right:14px;bottom:12px}.aq-hb-prev,.aq-hb-next{display:none}}

/* AERONIQ™ — SITE-WIDE IMAGE DISPLAY CORRECTION */
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,svg{max-width:100%}
.aq-master-banner,.aq-hb-slider{width:100%;max-width:100vw;margin-left:0;margin-right:0}
.aq-hb-track{width:100%;max-width:100vw;aspect-ratio:2048/777;min-height:0}
.aq-hb-slide img{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center center}
@media(min-width:1400px){
  .aq-container{width:min(1700px,calc(100% - 48px))}
}
@media(max-width:768px){
  .aq-hb-track{aspect-ratio:2048/777;min-height:0}
  .aq-hb-slide img{object-fit:cover}
}
