.theme-mizan-v4{
  --mizan-edge:clamp(24px,5vw,90px);
  --mizan-navy:#07111f;
  --mizan-panel:#101d30;
  --mizan-bronze:#b86b45;
  background:#06101c;
  color:#edf1f5;
}

.theme-mizan-v4 :is(.theme-brand,.theme-hero h1,.theme-section h2,.theme-split h2,.theme-contact h2,.theme-services h3){
  font-family:"Cormorant Garamond","Noto Naskh Arabic",serif;
  letter-spacing:-.02em;
}

.theme-mizan-v4 .theme-header,
.theme-mizan-v4 .theme-header-standard{
  min-height:92px;
  height:auto;
  padding:24px var(--mizan-edge);
  background:#07111ff2;
  border:0;
  border-block-start:3px solid var(--mizan-bronze);
  border-block-end:1px solid #ffffff1f;
}

.theme-mizan-v4 .theme-header nav>a:not(.theme-button):not(.theme-language){color:#f2efe9;opacity:.8}
.theme-mizan-v4 .theme-language{border-color:#ffffff42;color:#fff;border-radius:0}

.theme-mizan-v4 .theme-button{
  min-height:54px;
  padding:0 30px;
  border-radius:0;
  background:var(--mizan-bronze);
  color:#fff!important;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.theme-mizan-v4 .theme-button:hover{transform:none;box-shadow:0 0 0 2px #ffffff22 inset}
.theme-mizan-v4 .theme-button-invert{background:transparent;border:1px solid #ffffff4d}

.theme-mizan-v4 .theme-hero,
.theme-mizan-v4 .theme-hero-immersive{
  position:relative;
  min-height:810px;
  display:block;
  background:#040b14;
  color:#fff;
}

.theme-mizan-v4 .theme-hero-copy{
  position:relative;
  z-index:2;
  max-width:760px;
  padding:clamp(136px,16vw,236px) var(--mizan-edge) clamp(72px,8vw,120px);
}

.theme-mizan-v4 .theme-kicker{color:#dfab8a}
.theme-mizan-v4 .theme-hero h1{max-width:8ch;font-size:clamp(3.7rem,6.8vw,7rem);line-height:.92}
.theme-mizan-v4 .theme-hero p{max-width:35ch;color:#d4dae1}
.theme-mizan-v4 .theme-hero-proof{color:#c4ccd5}
.theme-mizan-v4 .theme-hero-proof span:before{background:var(--mizan-bronze)}
.theme-mizan-v4 .theme-hero-image{position:absolute;inset:0;min-height:100%}
.theme-mizan-v4 .theme-hero-image img{width:100%;height:100%;object-fit:cover}
.theme-mizan-v4 .theme-hero-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#06101df2 0%,#06101dcb 48%,#06101d6c 72%,transparent 86%);
}

.theme-mizan-v4 .theme-services-section-cards,
.theme-mizan-v4 .theme-services-section-cards:nth-of-type(even){background:#111f31}
.theme-mizan-v4 .theme-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid #ffffff24}
.theme-mizan-v4 .theme-services article{background:#101d30;border-inline-end:1px solid #ffffff24}
.theme-mizan-v4 .theme-service-copy{padding:34px 26px 38px}
.theme-mizan-v4 .theme-services h3{margin-top:20px;color:#fff}
.theme-mizan-v4 .theme-services p{color:#c4cbd4}

.theme-mizan-v4 .theme-stats{background:#0f1d30;border-block-color:#ffffff1d}
.theme-mizan-v4 .theme-stats div{border-inline-end-color:#ffffff1d}
.theme-mizan-v4 .theme-stats strong{color:#dfab8a}
.theme-mizan-v4 .theme-stats span{color:#c0c9d3}

.theme-mizan-v4 .theme-split{background:#0d1727;border-block:1px solid #ffffff1a}
.theme-mizan-v4 .theme-team article:not(:has(img)){background:#111f31;border-color:#ffffff1d}
.theme-mizan-v4 .theme-contact{background:#b86b45;color:#fff}
.theme-mizan-v4 .theme-contact p{color:#f9e6db}
.theme-mizan-v4 .theme-footer{background:#050c15;color:#e6ecf1}

.theme-mizan-v4[dir=rtl] :is(.theme-brand,.theme-hero h1,.theme-section h2,.theme-split h2,.theme-contact h2,.theme-services h3){
  font-family:"Noto Naskh Arabic","Cormorant Garamond",serif;
}

@media(max-width:900px){
  .theme-mizan-v4 .theme-hero-copy{padding-top:120px}
  .theme-mizan-v4 .theme-services{grid-template-columns:repeat(2,minmax(0,1fr))}
  .theme-mizan-v4 .theme-services article:nth-child(2n){border-inline-end:0}
}

@media(max-width:620px){
  .theme-mizan-v4 .theme-header,
  .theme-mizan-v4 .theme-header-standard{min-height:74px;padding:16px 18px}
  .theme-mizan-v4 .theme-button{width:100%}
  .theme-mizan-v4 .theme-hero,
  .theme-mizan-v4 .theme-hero-immersive{min-height:700px}
  .theme-mizan-v4 .theme-hero h1{font-size:clamp(3rem,13vw,4.6rem)}
  .theme-mizan-v4 .theme-services{grid-template-columns:1fr}
  .theme-mizan-v4 .theme-services article{border-inline-end:0;border-bottom:1px solid #ffffff24}
}

/* Rollout uplift: a legal brief in navy, parchment, and copper rules. */
.theme-mizan-v4{
  --mizan-navy:#0b1625;
  --mizan-panel:#111f31;
  --mizan-paper:#f2ebdd;
  --mizan-copper:#b86b45;
  --mizan-rule:rgba(242,235,221,.2);
}
.theme-mizan-v4 .theme-section-head{
  display:grid;
  grid-template-columns:minmax(110px,.3fr) minmax(0,1.7fr);
  gap:clamp(20px,5vw,80px);
  align-items:baseline;
  margin-block-end:clamp(36px,6vw,84px);
}
.theme-mizan-v4 .theme-section-head>span{color:#d88c64;font-size:.7rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.theme-mizan-v4 .theme-section-head h2{max-width:17ch;font-size:clamp(2.3rem,5vw,5.4rem);line-height:1.04}
.theme-mizan-v4 .theme-header-minimal{height:78px;background:#07111f;color:var(--mizan-paper);border-block-start:3px solid var(--mizan-copper);border-block-end:1px solid var(--mizan-rule)}
.theme-mizan-v4 .theme-header-minimal .theme-brand{font-size:1.35rem;font-weight:700;letter-spacing:.06em}
.theme-mizan-v4 .theme-header-minimal .theme-nav a{color:#d8d2c7;font-size:.78rem}
.theme-mizan-v4 .theme-header-minimal .theme-button{background:transparent;color:#e4a47e;border:0;border-block-end:1px solid currentColor;border-radius:0;padding-inline:2px}

.theme-mizan-v4 .theme-hero-compact{
  min-height:auto;
  padding-block:clamp(76px,10vw,150px);
  background:
    linear-gradient(90deg,transparent 0 68%,rgba(184,107,69,.11) 68% 68.1%,transparent 68.1%),
    var(--mizan-navy);
  color:var(--mizan-paper);
  border-block-end:1px solid var(--mizan-copper);
}
.theme-mizan-v4 .theme-hero-compact .theme-container{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);gap:clamp(40px,8vw,130px);align-items:center}
.theme-mizan-v4 .theme-hero-compact h1{max-width:13ch;color:var(--mizan-paper);font-size:clamp(3rem,6.5vw,7rem);font-weight:600;line-height:1.03;letter-spacing:-.05em}
.theme-mizan-v4 .theme-hero-compact p{max-width:52ch;color:#c8c2b8}
.theme-mizan-v4 .theme-hero-compact .theme-hero-media{padding:14px;border:1px solid var(--mizan-copper);border-radius:0;background:var(--mizan-panel)}
.theme-mizan-v4 .theme-hero-compact .theme-hero-media img{aspect-ratio:4/3;object-fit:cover;border-radius:0;filter:grayscale(.75) sepia(.15) contrast(1.2)}
.theme-mizan-v4 .theme-hero-compact .theme-button{background:var(--mizan-copper);color:#161616;border-color:var(--mizan-copper);border-radius:0}

.theme-mizan-v4 .theme-stats-compact{padding-block:28px;background:var(--mizan-paper);color:var(--mizan-navy)}
.theme-mizan-v4 .theme-stats-compact .theme-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.theme-mizan-v4 .theme-stats-compact .theme-stat{padding:20px 30px;border-inline-end:1px solid rgba(11,22,37,.25)}
.theme-mizan-v4 .theme-stats-compact .theme-stat:last-child{border-inline-end:0}
.theme-mizan-v4 .theme-stats-compact strong{color:#814429;font-size:clamp(2.1rem,4vw,4.6rem)}

.theme-mizan-v4 .theme-services-section-numbered{background:var(--mizan-panel);color:var(--mizan-paper)}
.theme-mizan-v4 .theme-services-section-numbered .theme-services{display:grid;grid-template-columns:1fr;border-block-start:1px solid var(--mizan-rule)}
.theme-mizan-v4 .theme-services-section-numbered .theme-services article{display:grid;grid-template-columns:90px minmax(220px,.72fr) minmax(0,1.28fr);gap:28px;min-height:150px;padding:34px 0;background:transparent;border:0;border-block-end:1px solid var(--mizan-rule);border-radius:0}
.theme-mizan-v4 .theme-services-section-numbered .theme-service-index{color:var(--mizan-copper);font-family:Georgia,serif;font-size:2.4rem}
.theme-mizan-v4 .theme-services-section-numbered h3{color:var(--mizan-paper);font-size:clamp(1.4rem,2.5vw,2.6rem)}
.theme-mizan-v4 .theme-services-section-numbered p{color:#aaa9a5}

.theme-mizan-v4 .theme-split-editorial{background:var(--mizan-navy);color:var(--mizan-paper);border-block:1px solid var(--mizan-rule)}
.theme-mizan-v4 .theme-split-editorial .theme-split-grid{grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:clamp(44px,9vw,150px)}
.theme-mizan-v4 .theme-split-editorial .theme-split-copy{align-self:center;padding-block:40px;border-block:1px solid var(--mizan-copper)}
.theme-mizan-v4 .theme-split-editorial h2{max-width:16ch;color:var(--mizan-paper);font-size:clamp(2.5rem,5vw,5.5rem)}
.theme-mizan-v4 .theme-split-editorial p{color:#bdb6aa}
.theme-mizan-v4 .theme-split-editorial img{min-height:610px;object-fit:cover;border-radius:0;filter:grayscale(1) contrast(1.15)}

.theme-mizan-v4 .theme-team-section-featured{background:var(--mizan-paper);color:var(--mizan-navy)}
.theme-mizan-v4 .theme-team-section-featured .theme-team{display:grid;grid-template-columns:1.2fr .8fr;gap:0;border-block:2px solid var(--mizan-navy)}
.theme-mizan-v4 .theme-team-section-featured .theme-team article{min-height:260px;padding:clamp(28px,5vw,64px);background:transparent;border:0;border-inline-end:1px solid rgba(11,22,37,.25);border-radius:0;box-shadow:none}
.theme-mizan-v4 .theme-team-section-featured .theme-team article:first-child{grid-row:span 2;min-height:520px;background:#e4d8c5}
.theme-mizan-v4 .theme-team-section-featured .theme-team article:last-child{border-block-start:1px solid rgba(11,22,37,.25)}
.theme-mizan-v4 .theme-team-section-featured h3{color:var(--mizan-navy);font-size:clamp(1.6rem,3vw,3.4rem)}
.theme-mizan-v4 .theme-team-section-featured p{color:#4f4c48}

.theme-mizan-v4 .theme-accordion-bordered{background:var(--mizan-panel);color:var(--mizan-paper)}
.theme-mizan-v4 .theme-accordion-bordered .theme-accordion-list{max-width:1040px;margin-inline-start:auto;border-block-start:2px solid var(--mizan-copper)}
.theme-mizan-v4 .theme-accordion-bordered details{background:transparent;border:0;border-block-end:1px solid var(--mizan-rule);border-radius:0}
.theme-mizan-v4 .theme-accordion-bordered summary{padding:28px 0;color:var(--mizan-paper);font-size:1.15rem;font-weight:650}
.theme-mizan-v4 .theme-accordion-bordered details>div{max-width:70ch;padding:0 0 34px;color:#bbb4a8;line-height:1.75}
.theme-mizan-v4 .theme-accordion-bordered summary i{border-color:var(--mizan-copper);border-radius:0}

.theme-mizan-v4 .theme-credentials-section-strip{background:#07111f;color:var(--mizan-paper);border-block:1px solid var(--mizan-copper)}
.theme-mizan-v4 .theme-credentials-section-strip .theme-credentials{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.theme-mizan-v4 .theme-credentials-section-strip .theme-credential{padding:30px;border-inline-end:1px solid var(--mizan-rule)}
.theme-mizan-v4 .theme-credentials-section-strip .theme-credential:last-child{border-inline-end:0}
.theme-mizan-v4 .theme-faq-columns .theme-faq-item{background:var(--mizan-panel);border:1px solid var(--mizan-rule);border-radius:0}
.theme-mizan-v4 .theme-contact-accent{background:var(--mizan-copper);color:#161616}
.theme-mizan-v4 .theme-contact-accent h2{color:#161616}
.theme-mizan-v4 .theme-contact-accent .theme-button{background:var(--mizan-navy);color:#fff;border-radius:0}
.theme-mizan-v4 .theme-footer-columns{background:#050c15;color:var(--mizan-paper);border-block-start:1px solid var(--mizan-copper)}
.theme-mizan-v4 .theme-footer-columns a{color:#d88c64}

@media(max-width:900px){
  .theme-mizan-v4 .theme-hero-compact .theme-container,
  .theme-mizan-v4 .theme-split-editorial .theme-split-grid,
  .theme-mizan-v4 .theme-team-section-featured .theme-team{grid-template-columns:1fr}
  .theme-mizan-v4 .theme-services-section-numbered .theme-services article{grid-template-columns:70px 1fr}
  .theme-mizan-v4 .theme-services-section-numbered .theme-services article>p{grid-column:2}
  .theme-mizan-v4 .theme-team-section-featured .theme-team article:first-child{grid-row:auto;min-height:300px}
}
@media(max-width:620px){
  .theme-mizan-v4 .theme-section-head{grid-template-columns:1fr;gap:10px}
  .theme-mizan-v4 .theme-stats-compact .theme-stats,
  .theme-mizan-v4 .theme-credentials-section-strip .theme-credentials{grid-template-columns:1fr}
  .theme-mizan-v4 .theme-stats-compact .theme-stat,
  .theme-mizan-v4 .theme-credentials-section-strip .theme-credential{border-inline-end:0;border-block-end:1px solid rgba(11,22,37,.2)}
  .theme-mizan-v4 .theme-services-section-numbered .theme-services article{grid-template-columns:1fr}
  .theme-mizan-v4 .theme-services-section-numbered .theme-services article>p{grid-column:auto}
  .theme-mizan-v4 .theme-accordion-bordered .theme-accordion-list{margin-inline-start:0}
}
@media(prefers-reduced-motion:reduce){.theme-mizan-v4 *, .theme-mizan-v4 *::before,.theme-mizan-v4 *::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
