
:root{
  --nmd-red:#8b2331;
  --nmd-red2:#a33744;
  --nmd-navy:#0b2340;
  --nmd-navy2:#07182c;
  --nmd-cream:#f7f3ee;
  --nmd-ink:#172235;
  --nmd-silver:#d9dde3;
  --nmd-gold:#b49a69;
}
body.nmd-site{
  background:linear-gradient(135deg,var(--nmd-red),#7a1f2a 55%,#912b38);
}
.nmd-site .ct-header [data-row*="middle"],
.nmd-site .ct-header [data-row*="top"]{
  background:rgba(7,24,44,.97)!important;
}
.nmd-site .ct-header a,
.nmd-site .ct-header .menu-item > a{color:#fff!important}
.nmd-site .ct-header .sub-menu{background:#0b2340!important;border:1px solid rgba(255,255,255,.1)!important}
.nmd-site .ct-footer{background:#07182c!important;color:#e8edf3}
.nmd-managed-page .site-main{padding:0!important;background:transparent!important}
.nmd-managed-page .site-main > .ct-container,
.nmd-managed-page .site-main > .ct-container-full{max-width:100%!important;width:100%!important;padding:0!important}
.nmd-managed-page article.page{margin:0!important}
.nmd-managed-page .entry-content{max-width:none!important;width:100%!important;margin:0!important}
.nmd-managed-page .entry-header .entry-title,
.nmd-managed-page .entry-header .page-title,
.nmd-managed-page .page-title{display:none!important}

.nmd-hero{
  min-height:520px;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
}
.nmd-hero:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(5,17,32,.58) 0%,rgba(5,17,32,.22) 43%,rgba(5,17,32,.02) 75%);
  z-index:-1;
}
.nmd-hero-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:70px 0 62px;
}
.nmd-hero-copy{
  max-width:720px;
  padding:28px 32px;
  background:rgba(6,21,39,.43);
  backdrop-filter:blur(4px);
  border-left:4px solid #c43b48;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.nmd-hero-brand{
  display:block;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#f1dce0;
  font-weight:700;
  font-size:.78rem;
  margin-bottom:10px;
}
.nmd-hero h1{
  color:white!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.2rem,5vw,4.35rem)!important;
  line-height:1.03!important;
  margin:0 0 14px!important;
  text-shadow:0 3px 18px rgba(0,0,0,.35);
}
.nmd-hero p{
  color:#f3f5f7!important;
  font-size:1.12rem;
  line-height:1.55;
  margin:0;
}
.nmd-content{
  width:min(1180px,calc(100% - 36px));
  margin:38px auto 58px;
  background:var(--nmd-cream);
  color:var(--nmd-ink);
  border-radius:18px;
  box-shadow:0 20px 55px rgba(35,4,10,.22);
  overflow:hidden;
}
.nmd-content section{
  padding:38px 52px;
  border-bottom:1px solid #e1d9d0;
}
.nmd-content section:last-child{border-bottom:0}
.nmd-content h2{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--nmd-navy);
  font-size:clamp(1.55rem,2.5vw,2.25rem);
  margin:0 0 17px;
}
.nmd-content p{
  font-size:1.04rem;
  line-height:1.82;
  margin:0 0 16px;
}
.nmd-content .nmd-intro{
  background:linear-gradient(135deg,#fff,#f5efe8);
  border-top:5px solid var(--nmd-red);
}
.nmd-kicker{
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.13em;
  color:var(--nmd-red)!important;
  font-size:.78rem!important;
}
.nmd-lead{
  font-size:1.28rem!important;
  line-height:1.55!important;
  color:#35445a;
}
.nmd-callout{
  background:linear-gradient(135deg,#0b2340,#102d51);
  color:#fff;
}
.nmd-callout h2{color:#fff}
.nmd-callout p{color:#edf2f7}
.nmd-button{
  display:inline-block;
  background:linear-gradient(135deg,#a8313e,#7f202c);
  color:#fff!important;
  text-decoration:none!important;
  border:0;
  border-radius:7px;
  padding:13px 22px;
  font-weight:800;
  letter-spacing:.02em;
  cursor:pointer;
  box-shadow:0 7px 18px rgba(97,10,24,.2);
}
.nmd-button:hover{transform:translateY(-1px);filter:brightness(1.04)}
.nmd-contact-form{
  background:#fff;
  border:1px solid #e2d9d1;
  border-radius:14px;
  padding:28px;
}
.nmd-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.nmd-contact-form label{
  display:block;
  font-weight:700;
  color:#283750;
  margin-bottom:17px;
}
.nmd-contact-form input[type="text"],
.nmd-contact-form input[type="email"],
.nmd-contact-form textarea{
  display:block;
  width:100%;
  margin-top:7px;
  padding:12px 13px;
  border:1px solid #c9cfd7;
  border-radius:7px;
  background:#fbfcfd;
  color:#172235;
}
.nmd-consent{font-weight:500!important}
.nmd-consent input{margin-right:8px}
.nmd-hp{position:absolute!important;left:-99999px!important}
.nmd-form-message{padding:14px 16px;border-radius:8px;margin:0 0 18px}
.nmd-form-message.success{background:#e7f5eb;color:#145c28;border:1px solid #b6dec1}
.nmd-form-message.error{background:#fae7e8;color:#8a1f2a;border:1px solid #edb7bd}
.nmd-form-note{font-size:.88rem!important;color:#667085;margin-top:14px!important}
.nmd-transparency-note{
  background:#07182c;
  color:#cbd5e1;
  font-size:12px;
  line-height:1.55;
  padding:14px 22px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.08);
}
.nmd-transparency-note strong{color:#fff}
@media(max-width:780px){
  .nmd-hero{min-height:420px;background-position:center}
  .nmd-hero-inner{width:calc(100% - 24px);padding:45px 0 28px}
  .nmd-hero-copy{padding:22px 20px}
  .nmd-content{width:calc(100% - 22px);margin:24px auto 38px}
  .nmd-content section{padding:28px 22px}
  .nmd-grid{grid-template-columns:1fr}
}
