.elementor-1078 .elementor-element.elementor-element-423f7e50{--display:flex;--overlay-opacity:0.5;}.elementor-1078 .elementor-element.elementor-element-423f7e50::before, .elementor-1078 .elementor-element.elementor-element-423f7e50 > .elementor-background-video-container::before, .elementor-1078 .elementor-element.elementor-element-423f7e50 > .e-con-inner > .elementor-background-video-container::before, .elementor-1078 .elementor-element.elementor-element-423f7e50 > .elementor-background-slideshow::before, .elementor-1078 .elementor-element.elementor-element-423f7e50 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1078 .elementor-element.elementor-element-423f7e50 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#070809;--background-overlay:'';}.elementor-1078 .elementor-element.elementor-element-e675058{background-color:#070809;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e675058 *//* =========================
   PHARAOH SYNDICATE FOOTER
   MOBILE CLEANUP PASS
========================= */

.ps-footer{
  background:#050505;
  color:rgba(255,255,255,.88);
  border-top:1px solid rgba(255,255,255,.06);
  padding:64px 28px 28px;
  position:relative;
  overflow:hidden;
}

.ps-footer a{
  color:rgba(255,255,255,.84);
  text-decoration:none;
  transition:color .18s ease, opacity .18s ease;
}

.ps-footer a:hover{
  color:rgba(198,165,92,.88);
}

.ps-sr{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* ---------- newsletter block ---------- */
.ps-channel{
  max-width:980px;
  margin:0 auto 56px;
  padding:28px 26px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    rgba(0,0,0,.32);
  position:relative;
}

.ps-channel__kicker{
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(255,255,255,.56);
  margin-bottom:14px;
}

.ps-channel__sub{
  margin:0 0 20px;
  color:rgba(255,255,255,.70);
  font-size:15px;
  line-height:1.65;
}

.ps-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}

.ps-input{
  width:100%;
  min-width:0;
  height:56px;
  padding:0 18px;
  background:rgba(255,255,255,.015);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.92);
  font-size:16px;
  outline:none;
  border-radius:0;
}

.ps-input::placeholder{
  color:rgba(255,255,255,.42);
}

.ps-input:focus{
  border-color:rgba(198,165,92,.55);
  box-shadow:0 0 0 1px rgba(198,165,92,.28);
}

.ps-btn{
  appearance:none;
  border:1px solid rgba(198,165,92,.48);
  background:transparent;
  color:rgba(198,165,92,.92);
  height:56px;
  padding:0 22px;
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  cursor:pointer;
  transition:all .18s ease;
}

.ps-btn:hover{
  background:rgba(198,165,92,.08);
  border-color:rgba(198,165,92,.72);
  color:rgba(255,255,255,.92);
}

.ps-btn--wide{
  min-width:126px;
}

/* ---------- footer link grid ---------- */
.ps-footer__grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:28px 40px;
}

.ps-footer__col{
  min-width:0;
}

.ps-footer__title{
  font-size:12px;
  letter-spacing:.30em;
  text-transform:uppercase;
  color:rgba(255,255,255,.46);
  margin:0 0 18px;
}

.ps-footer__col a{
  display:block;
  margin:0 0 13px;
  font-size:17px;
  line-height:1.45;
  color:rgba(255,255,255,.84);
}

/* ---------- legal ---------- */
.ps-footer__base{
  max-width:1180px;
  margin:34px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:14px;
  color:rgba(255,255,255,.42);
}

.ps-footer__motto{
  color:rgba(255,255,255,.34);
  text-align:right;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px){

  .ps-footer{
    padding:56px 22px 26px;
  }

  .ps-footer__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:30px 28px;
  }

  .ps-channel{
    margin-bottom:44px;
    padding:24px 22px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){

  .ps-footer{
    padding:34px 16px 22px;
  }

  /* newsletter */
  .ps-channel{
    margin:0 0 34px;
    padding:18px 16px;
    border-radius:18px;
  }

  .ps-channel__kicker{
    font-size:10px;
    letter-spacing:.22em;
    margin-bottom:10px;
    text-align:center;
  }

  .ps-channel__sub{
    font-size:13px;
    line-height:1.55;
    text-align:center;
    margin-bottom:16px;
  }

  .ps-form{
    grid-template-columns:1fr;
    gap:10px;
  }

  .ps-input,
  .ps-btn,
  .ps-btn--wide{
    width:100%;
    min-width:0;
    height:48px;
  }

  .ps-input{
    font-size:16px;
    padding:0 14px;
  }

  .ps-btn{
    font-size:11px;
    letter-spacing:.20em;
    justify-self:stretch;
  }

  /* footer columns stack cleanly */
  .ps-footer__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .ps-footer__col{
    padding:0;
  }

  .ps-footer__title{
    margin:0 0 10px;
    font-size:10px;
    letter-spacing:.24em;
    color:rgba(255,255,255,.42);
  }

  .ps-footer__col a{
    margin:0 0 10px;
    font-size:15px;
    line-height:1.4;
  }

  /* tighten each section visually */
  .ps-footer__col + .ps-footer__col{
    padding-top:8px;
    border-top:1px solid rgba(255,255,255,.05);
  }

  /* legal row stacks */
  .ps-footer__base{
    margin-top:24px;
    padding-top:16px;
    flex-direction:column;
    gap:8px;
    font-size:12px;
    text-align:center;
  }

  .ps-footer__motto{
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================
   PHARAOH SYNDICATE FOOTER
   PREMIUM / CINEMATIC
========================= */

.ps-footer{
  --ps-bg:#050505;
  --ps-panel:#07090b;
  --ps-ink:rgba(255,255,255,.88);
  --ps-muted:rgba(255,255,255,.62);
  --ps-faint:rgba(255,255,255,.34);
  --ps-line:rgba(255,255,255,.08);
  --ps-gold:rgba(198,165,92,.92);

  background:var(--ps-bg);
  color:var(--ps-ink);
  padding:64px 28px 34px;
  border-top:1px solid rgba(255,255,255,.05);
  position:relative;
  overflow:visible;
}

/* =========================
   CHANNEL
========================= */
.ps-channel{
  max-width:1180px;
  margin:0 auto 56px;
  padding:34px 34px;
  border:1px solid var(--ps-line);
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 48px,
      rgba(255,255,255,.025) 49px,
      transparent 50px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 48px,
      rgba(255,255,255,.025) 49px,
      transparent 50px
    ),
    var(--ps-panel);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.ps-channel__kicker{
  text-align:center;
  font-size:12px;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--ps-ink);
  margin-bottom:18px;
}

.ps-channel__sub{
  text-align:center;
  color:var(--ps-muted);
  font-size:18px;
  line-height:1.7;
  margin:0 0 24px;
}

.ps-form{
  max-width:760px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
}

.ps-input{
  width:100%;
  height:56px;
  padding:0 18px;
  background:transparent;
  color:var(--ps-ink);
  border:1px solid rgba(255,255,255,.78);
  outline:none;
  font-size:17px;
}

.ps-input::placeholder{
  color:rgba(255,255,255,.5);
}

.ps-btn{
  height:56px;
  padding:0 24px;
  background:transparent;
  color:var(--ps-gold);
  border:none;
  font-size:13px;
  letter-spacing:.28em;
  text-transform:uppercase;
  cursor:pointer;
}

/* =========================
   DESKTOP DIRECTORY
========================= */
.ps-directory{
  max-width:1180px;
  margin:0 auto 34px;
}

.ps-directory__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:40px;
}

.ps-directory__title{
  font-size:12px;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--ps-faint);
  margin-bottom:20px;
}

.ps-directory__col a{
  display:block;
  color:var(--ps-muted);
  text-decoration:none;
  font-size:18px;
  line-height:1.5;
  margin-bottom:15px;
  transition:color .18s ease;
}

.ps-directory__col a:hover{
  color:var(--ps-gold);
}

/* =========================
   MOBILE INDEX
========================= */
.ps-footer__mobile-index{
  display:none;
}

.ps-footer__eyebrow{
  font-size:11px;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--ps-faint);
  text-align:center;
  margin-bottom:18px;
}

.ps-footer__mobile-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px 20px;
  max-width:560px;
  margin:0 auto 18px;
}

.ps-footer__mobile-grid a{
  text-decoration:none;
  color:var(--ps-ink);
  font-size:18px;
  line-height:1.4;
  text-align:center;
}

.ps-footer__mobile-actions{
  display:flex;
  justify-content:center;
  margin-bottom:14px;
}

.ps-footer__mobile-actions a{
  text-decoration:none;
  color:var(--ps-muted);
  font-size:15px; 
  letter-spacing:.18em;
  text-transform:uppercase;
}

.ps-footer__mobile-actions a:hover{
  color:var(--ps-gold);
}

/* =========================
   ACCORDION
========================= */
.ps-directory-accordion{
  max-width:760px;
  margin:0 auto 10px;
  border-top:1px solid var(--ps-line);
  padding-top:18px;
}

.ps-directory-accordion summary{
  list-style:none;
  cursor:pointer;
  text-align:center;
  color:var(--ps-muted);
  font-size:15px;
  letter-spacing:.24em;
  text-transform:uppercase;
  user-select:none;
}

.ps-directory-accordion summary::-webkit-details-marker{
  display:none;
}

.ps-directory-accordion[open] summary{
  color:var(--ps-gold);
}

.ps-directory-accordion__panel{
  padding-top:24px;
}

.ps-directory-accordion .ps-directory__grid{
  grid-template-columns:1fr;
  gap:28px;
}

.ps-sr{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.ps-directory-accordion summary:hover{
  color:var(--ps-gold);
}

.ps-directory-accordion summary:focus{
  outline:none;
  color:var(--ps-gold);
}

/* =========================
   BASE
========================= */
.ps-footer__base{
  max-width:1180px;
  margin:0 auto;
  padding-top:24px;
  border-top:1px solid var(--ps-line);
  text-align:center;
}

.ps-footer__socials{
  display:flex;
  justify-content:center;
  gap:28px;
  margin-bottom:20px;
}

.ps-footer__socials a{
  text-decoration:none;
  color:var(--ps-muted);
  font-size:16px;
}

.ps-footer__socials a:hover{
  color:var(--ps-gold);
}

.ps-footer__legal{
  color:rgba(255,255,255,.58);
  font-size:15px;
  margin-bottom:14px;
}

.ps-footer__motto{
  color:rgba(255,255,255,.42);
  font-size:15px;
}

/* =========================
   DESKTOP / TABLET
========================= */
@media (min-width: 768px){

  .ps-footer__mobile-index{
    display:none !important;
  }

  .ps-directory{
    display:block !important;
  }

  .ps-footer__base{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:20px;
    text-align:left;
  }

  .ps-footer__socials{
    justify-content:flex-start;
    margin-bottom:0;
  }

  .ps-footer__legal{
    text-align:center;
    margin-bottom:0;
  }

  .ps-footer__motto{
    text-align:right;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){

  .ps-footer{
    padding:40px 20px 28px;
  }

  .ps-channel{
    margin-bottom:34px;
    padding:22px 18px;
    border-radius:24px;
  }

  .ps-channel__kicker{
    font-size:10px;
    letter-spacing:.28em;
    margin-bottom:16px;
  }

  .ps-channel__sub{
    font-size:15px;
    line-height:1.65;
    margin-bottom:18px;
  }

  .ps-form{
    grid-template-columns:1fr;
    gap:12px;
  }

  .ps-input,
  .ps-btn{
    height:52px;
  }

  .ps-btn{
    width:100%;
    border:1px solid rgba(198,165,92,.45);
    border-radius:999px;
  }

  .ps-directory{
    display:none !important;
  }

  .ps-footer__mobile-index{
    display:block !important;
    margin:0 auto 28px;
  }

  .ps-directory-accordion .ps-directory__col{
    padding-bottom:22px;
    border-bottom:1px solid var(--ps-line);
  }

  .ps-directory-accordion .ps-directory__col:last-child{
    border-bottom:none;
    padding-bottom:0;
  }

  .ps-directory__title{
    margin-bottom:16px;
  }

  .ps-directory__col a{
    font-size:17px;
    margin-bottom:14px;
  }

  .ps-footer__base{
    text-align:center;
  }

  .ps-footer__socials{
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:16px;
  }

  .ps-footer__legal{
    font-size:13px;
    line-height:1.5;
  }

  .ps-footer__motto{
    font-size:13px;
    line-height:1.5;
  }
}



/* =========================
   FOOTER FORM — MOBILE FINAL POLISH
========================= */
@media (max-width: 767px){

  .ps-form{
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .ps-input{
    display: block !important;
    width: min(100%, 680px) !important;
    max-width: 100% !important;
    height: 52px !important;
    margin: 0 auto !important;
    padding: 0 18px !important;
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(255,255,255,.78) !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  .ps-input:focus,
  .ps-input:active,
  .ps-input:focus-visible{
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255,255,255,.88) !important;
    border-color: rgba(255,255,255,.92) !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .ps-input:-webkit-autofill,
  .ps-input:-webkit-autofill:hover,
  .ps-input:-webkit-autofill:focus{
    -webkit-text-fill-color: rgba(255,255,255,.88) !important;
    -webkit-box-shadow: 0 0 0px 1000px #050505 inset !important;
    transition: background-color 9999s ease-in-out 0s !important;
  }

  .ps-btn,
  .ps-btn--primary,
  .ps-btn--wide{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 680px) !important;
    max-width: 100% !important;
    height: 52px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    border: 1px solid rgba(198,165,92,.45) !important;
    border-radius: 999px !important;
  }
}




/* =========================
   FOOTER FORM — GLOBAL CONSISTENCY
   desktop + mobile
========================= */
.ps-form{
  max-width: 760px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
}

.ps-input{
  display: block !important;
  width: min(100%, 760px) !important;
  max-width: 100% !important;
  height: 56px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.ps-input::placeholder{
  color: rgba(255,255,255,.5) !important;
}

.ps-input:focus,
.ps-input:active,
.ps-input:focus-visible{
  background: transparent !important;
  background-color: transparent !important;
  color: rgba(255,255,255,.88) !important;
  border-color: rgba(255,255,255,.92) !important;
  box-shadow: none !important;
  outline: none !important;
}

.ps-input:-webkit-autofill,
.ps-input:-webkit-autofill:hover,
.ps-input:-webkit-autofill:focus{
  -webkit-text-fill-color: rgba(255,255,255,.88) !important;
  -webkit-box-shadow: 0 0 0px 1000px #050505 inset !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.ps-btn,
.ps-btn--primary,
.ps-btn--wide{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 760px) !important;
  max-width: 100% !important;
  height: 56px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  background: transparent !important;
  color: rgba(198,165,92,.92) !important;
  border: 1px solid rgba(198,165,92,.45) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

/* desktop spacing refinement */
@media (min-width: 768px){
  .ps-channel{
    padding: 38px 42px !important;
  }

  .ps-form{
    max-width: 720px !important;
    gap: 16px !important;
  }

  .ps-input,
  .ps-btn,
  .ps-btn--primary,
  .ps-btn--wide{
    width: min(100%, 720px) !important;
  }
}

/* mobile keeps slightly shorter height */
@media (max-width: 767px){
  .ps-input,
  .ps-btn,
  .ps-btn--primary,
  .ps-btn--wide{
    height: 52px !important;
  }
}













.ps-channel{
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.02),
    0 18px 50px rgba(0,0,0,.28) !important;
}





.ps-directory__col a,
.ps-footer__socials a,
.ps-footer__mobile-grid a,
.ps-footer__mobile-actions a,
.ps-directory-accordion summary,
.ps-btn{
  transition:
    color .18s ease,
    opacity .18s ease,
    border-color .18s ease,
    background-color .18s ease !important;
}

.ps-btn:hover{
  border-color: rgba(198,165,92,.72) !important;
  background: rgba(198,165,92,.04) !important;
}

.ps-directory__col a:hover,
.ps-footer__socials a:hover,
.ps-footer__mobile-grid a:hover,
.ps-footer__mobile-actions a:hover,
.ps-directory-accordion summary:hover{
  color: rgba(198,165,92,.92) !important;
}







.ps-directory__title,
.ps-footer__eyebrow,
.ps-channel__kicker{
  letter-spacing: .38em !important;
  color: rgba(255,255,255,.30) !important;
}

.ps-directory__col a,
.ps-footer__mobile-grid a{
  font-weight: 300 !important;
}

.ps-footer__legal{
  letter-spacing: .04em !important;
}

.ps-footer__motto{
  color: rgba(255,255,255,.34) !important;
  letter-spacing: .02em !important;
}






.ps-footer{
  position: relative !important;
}

.ps-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(92%, 1180px);
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(198,165,92,.16),
    transparent
  );
  pointer-events:none;
}/* End custom CSS */