/* Aurora Design Systems — Commercial / Consumer Products standard header v1.0 */
.site-header.consumer-standard-header{
  position:sticky!important;top:0!important;z-index:9995!important;width:100%!important;max-width:none!important;
  margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid rgba(49,193,224,.28)!important;
  background:rgba(2,10,16,.97)!important;backdrop-filter:blur(12px);font-family:Inter,Segoe UI,Arial,sans-serif!important;
}
.site-header.consumer-standard-header *{box-sizing:border-box}
.consumer-headrow{
  width:min(1580px,calc(100% - 32px));min-height:78px;margin:0 auto;padding:10px 0;
  display:grid;grid-template-columns:minmax(330px,auto) minmax(470px,1fr) minmax(230px,310px) auto;
  align-items:center;gap:12px;
}
.consumer-brand{display:flex;align-items:center;gap:11px;min-width:0;color:#eef8fc!important;text-decoration:none!important}
.consumer-brandmark{font-family:Georgia,'Times New Roman',serif;font-size:40px;line-height:1;color:#ddb260;flex:none}
.consumer-brand-copy{min-width:0}.consumer-brand-title{display:block;font-weight:900;font-size:15px;line-height:1.12;letter-spacing:.10em;color:#eef8fc;white-space:nowrap}
.consumer-brand-sub{display:block;margin-top:4px;font-weight:700;font-size:8.5px;line-height:1.2;letter-spacing:.11em;text-transform:uppercase;color:#70d4e6;white-space:nowrap}
.consumer-nav{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;white-space:nowrap}
.consumer-nav a,.consumer-contact{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 11px;border:1px solid rgba(86,188,211,.38);border-radius:8px;background:rgba(5,22,33,.32);color:#e6f5fa!important;text-decoration:none!important;font-size:11px;font-weight:850;line-height:1;white-space:nowrap}
.consumer-nav a:hover,.consumer-nav a.is-active,.consumer-contact:hover{border-color:#16d9f4;background:rgba(22,217,244,.09);color:#8df2ff!important}
.consumer-search{display:block;margin:0!important;min-width:0}.consumer-search input{display:block;width:100%!important;min-width:0!important;height:38px;margin:0!important;padding:8px 12px!important;border:1px solid #17495e!important;border-radius:8px!important;outline:0;background:#04101a!important;color:#d8eef5!important;font:12px/1.2 Inter,Segoe UI,Arial,sans-serif!important}
.consumer-search input:focus{border-color:#16d9f4!important;box-shadow:0 0 0 2px rgba(22,217,244,.10)}
.consumer-contact{height:38px;text-transform:uppercase;letter-spacing:.04em}
.site-header.consumer-standard-header .commercial-system-nav{width:min(1580px,calc(100% - 32px));margin:0 auto;padding:0 0 10px;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;border-top:1px solid rgba(86,188,211,.16);padding-top:9px}
.site-header.consumer-standard-header .commercial-system-label{color:#ddb260;font-weight:900;font-size:9px;letter-spacing:.13em;text-transform:uppercase;margin-right:4px}
.site-header.consumer-standard-header .commercial-system-nav a{display:inline-block;padding:6px 9px;border:1px solid rgba(221,178,96,.30);border-radius:999px;background:rgba(221,178,96,.04);color:#d9eaf1!important;text-decoration:none!important;font-size:9.5px;font-weight:800;line-height:1;white-space:nowrap}
.site-header.consumer-standard-header .commercial-system-nav a:hover,.site-header.consumer-standard-header .commercial-system-nav a.is-active{border-color:#ddb260;background:rgba(221,178,96,.12);color:#ffe5a6!important}
@media(max-width:1280px){
 .consumer-headrow{grid-template-columns:minmax(300px,auto) minmax(410px,1fr) minmax(190px,250px) auto;gap:8px}
 .consumer-brand-title{font-size:14px}.consumer-brand-sub{font-size:7.8px}.consumer-nav{gap:5px}.consumer-nav a,.consumer-contact{padding:8px 9px;font-size:10px}
}
@media(max-width:1060px){
 .consumer-headrow{grid-template-columns:1fr auto;grid-template-areas:'brand contact' 'nav search';row-gap:8px;padding:9px 0 10px}
 .consumer-brand{grid-area:brand}.consumer-contact{grid-area:contact}.consumer-nav{grid-area:nav;justify-content:flex-start;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:2px}.consumer-search{grid-area:search;width:250px}
}
@media(max-width:720px){
 .consumer-headrow{width:calc(100% - 16px);grid-template-columns:1fr auto;grid-template-areas:'brand contact' 'search search' 'nav nav'}
 .consumer-brandmark{font-size:34px}.consumer-brand-title{font-size:12.5px}.consumer-brand-sub{font-size:7px;white-space:normal}.consumer-search{width:100%}.consumer-nav{justify-content:flex-start;width:100%}.consumer-nav a{font-size:9.5px;padding:7px 8px}.consumer-contact{font-size:9.5px;padding:7px 9px}.site-header.consumer-standard-header .commercial-system-nav{width:calc(100% - 16px);justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.site-header.consumer-standard-header .commercial-system-label{display:none}
}
