
/* WINGSAID — visible layered sea-wave luxury treatment */
.topbar,.site-header,.quick-services{overflow:visible !important;}

/* Top information bar */
.topbar{
  position:absolute !important;
  background:#160b07 !important;
  border-bottom:0 !important;
}
.topbar::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-8%; right:-8%; bottom:-18px;
  height:34px;
  background:#160b07;
  border-bottom:2px solid #C99A3D;
  border-radius:0 0 52% 48% / 0 0 100% 100%;
  transform:rotate(-0.7deg);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  pointer-events:none;
}

/* Main navigation header — broad flowing lower wave */
.site-header{
  background:#24130D !important;
  border-bottom:0 !important;
}
.site-header::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-10%; right:-10%; bottom:-30px;
  height:58px;
  background:#24130D;
  border-bottom:2px solid #C99A3D;
  border-radius:0 0 55% 45% / 0 0 100% 100%;
  transform:rotate(0.45deg);
  box-shadow:0 7px 20px rgba(0,0,0,.28);
  pointer-events:none;
}
.site-header::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-10%; right:-10%; bottom:-17px;
  height:30px;
  border-bottom:2px solid rgba(240,213,138,.72);
  border-radius:0 0 48% 52% / 0 0 100% 100%;
  transform:rotate(-0.8deg);
  pointer-events:none;
}

/* Quick-service bar — clearly curved like a sea swell */
.quick-services{
  position:absolute !important;
  overflow:visible !important;
  background:#24130D !important;
  border:0 !important;
  border-radius:0 0 52% 48% / 0 0 28px 28px !important;
  box-shadow:0 12px 26px rgba(0,0,0,.30);
  isolation:isolate;
}
.quick-services::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-4%; right:-4%; top:-22px;
  height:42px;
  background:#24130D;
  border-top:2px solid #C99A3D;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  transform:rotate(-0.45deg);
  pointer-events:none;
}
.quick-services::after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-7%; right:-7%; top:-13px;
  height:27px;
  border-top:2px solid #F0D58A;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  transform:rotate(0.65deg);
  pointer-events:none;
}
.quick-services a{
  border-right-color:rgba(201,154,61,.28) !important;
  position:relative;
  z-index:2;
}

@media(max-width:700px){
  .topbar::after{display:none}
  .site-header::after{bottom:-20px;height:38px}
  .site-header::before{bottom:-12px;height:24px}
  .quick-services{
    border-radius:0 0 32px 32px / 0 0 20px 20px !important;
  }
}
