
/* RedHawk Defense V6.8.17 - Monica Emerson Owner Page */
.rhd-owner-wrap{
  width:min(1320px, calc(100% - 28px));
  margin:0 auto;
  padding:clamp(18px,2vw,30px) 0 40px;
}
.rhd-owner-hero{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  padding:clamp(22px,3vw,42px);
  background:
    radial-gradient(circle at 10% 0%,rgba(225,29,46,.22),transparent 34%),
    radial-gradient(circle at 90% 0%,rgba(40,125,255,.20),transparent 34%),
    linear-gradient(145deg,rgba(10,15,23,.94),rgba(2,3,6,.98));
  box-shadow:0 24px 80px rgba(0,0,0,.42);
}
.rhd-owner-hero:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,209,102,.14),transparent 62%);
  pointer-events:none;
}
.rhd-owner-eyebrow{
  color:#ffd166;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:950;
  font-size:12px;
  margin-bottom:12px;
}
.rhd-owner-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:center;
}
.rhd-owner-h1{
  font-size:clamp(42px,6vw,86px);
  line-height:.91;
  letter-spacing:-.06em;
  margin:0 0 16px;
  color:#fff;
}
.rhd-owner-lead{
  font-size:clamp(18px,1.8vw,25px);
  line-height:1.48;
  color:#d5e2f7;
  margin:0 0 16px;
  max-width:920px;
}
.rhd-owner-copy{
  color:#aab7ca;
  line-height:1.62;
  font-size:16px;
  margin:0 0 14px;
}
.rhd-owner-badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:18px 0 0;
}
.rhd-owner-badges span{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  padding:8px 11px;
  color:#fff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.rhd-owner-badges span.gold{
  color:#fff3c6;
  border-color:rgba(255,209,102,.55);
  background:rgba(255,209,102,.10);
}
.rhd-owner-card{
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  padding:20px;
  background:linear-gradient(145deg,rgba(18,26,39,.88),rgba(7,10,16,.96));
  box-shadow:0 18px 60px rgba(0,0,0,.34);
}
.rhd-owner-profile{
  display:flex;
  gap:15px;
  align-items:center;
  margin-bottom:15px;
}
.rhd-owner-mark{
  width:86px;
  height:86px;
  flex:0 0 86px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.22);
  background:#020306;
  object-fit:cover;
  box-shadow:0 0 32px rgba(225,29,46,.26);
}
.rhd-owner-name{
  min-width:0;
}
.rhd-owner-name b{
  display:block;
  color:#fff;
  font-size:28px;
  line-height:.96;
  letter-spacing:-.03em;
}
.rhd-owner-name span{
  display:block;
  color:#ffd166;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:11px;
  font-weight:950;
  margin-top:7px;
}
.rhd-owner-quote{
  border-left:3px solid #e11d2e;
  padding-left:13px;
  color:#e7f0ff;
  line-height:1.58;
  margin:14px 0 0;
}
.rhd-owner-section{
  margin-top:22px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  padding:24px;
  background:
    radial-gradient(circle at 8% 0%,rgba(225,29,46,.15),transparent 34%),
    linear-gradient(145deg,rgba(10,15,23,.90),rgba(2,3,6,.96));
  box-shadow:0 20px 70px rgba(0,0,0,.30);
}
.rhd-owner-section h2{
  color:#fff;
  font-size:clamp(30px,4vw,54px);
  line-height:.94;
  letter-spacing:-.05em;
  margin:0 0 12px;
}
.rhd-owner-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:16px;
}
.rhd-owner-tile{
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:17px;
  background:linear-gradient(145deg,rgba(18,26,39,.84),rgba(7,10,16,.96));
}
.rhd-owner-tile b{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:7px;
}
.rhd-owner-tile span{
  display:block;
  color:#aab7ca;
  line-height:1.46;
}
.rhd-owner-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.rhd-owner-panel{
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:18px;
  background:rgba(255,255,255,.045);
}
.rhd-owner-panel h3{
  margin:0 0 8px;
  color:#fff;
  font-size:28px;
  line-height:.96;
}
.rhd-owner-panel p{
  color:#aab7ca;
  line-height:1.58;
  margin:0 0 10px;
}
.rhd-owner-list{
  display:grid;
  gap:8px;
  margin-top:10px;
}
.rhd-owner-list div{
  display:flex;
  gap:8px;
  color:#d5e2f7;
  line-height:1.45;
}
.rhd-owner-list div:before{
  content:"✓";
  color:#79ffb2;
  font-weight:900;
}
.rhd-owner-cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.rhd-owner-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:11px 15px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#fff!important;
  text-decoration:none!important;
  font:950 13px/1 Segoe UI,Arial,sans-serif;
}
.rhd-owner-cta a.primary{
  background:linear-gradient(135deg,#e11d2e,#7d0611);
  border-color:#ff6a78;
}
.rhd-owner-cta a.blue{
  background:linear-gradient(135deg,#287dff,#102a75);
  border-color:#6ba5ff;
}
.rhd-owner-note{
  margin-top:14px;
  border:1px solid rgba(255,209,102,.24);
  background:rgba(255,209,102,.08);
  color:#f7e8b6;
  border-radius:18px;
  padding:13px 15px;
  line-height:1.48;
}

/* Basic theme support */
html.rhd-theme-basic .rhd-owner-hero,
body.rhd-theme-basic .rhd-owner-hero,
html.rhd-theme-basic .rhd-owner-section,
body.rhd-theme-basic .rhd-owner-section{
  background:linear-gradient(145deg,#ffffff 0%,#f8fafc 52%,#eef4fb 100%)!important;
  border-color:#b7c3d6!important;
  color:#111827!important;
  box-shadow:0 16px 44px rgba(15,23,42,.13)!important;
}
html.rhd-theme-basic .rhd-owner-card,
body.rhd-theme-basic .rhd-owner-card,
html.rhd-theme-basic .rhd-owner-tile,
body.rhd-theme-basic .rhd-owner-tile,
html.rhd-theme-basic .rhd-owner-panel,
body.rhd-theme-basic .rhd-owner-panel{
  background:#ffffff!important;
  border-color:#b7c3d6!important;
  box-shadow:0 8px 22px rgba(15,23,42,.10)!important;
}
html.rhd-theme-basic .rhd-owner-h1,
body.rhd-theme-basic .rhd-owner-h1,
html.rhd-theme-basic .rhd-owner-section h2,
body.rhd-theme-basic .rhd-owner-section h2,
html.rhd-theme-basic .rhd-owner-name b,
body.rhd-theme-basic .rhd-owner-name b,
html.rhd-theme-basic .rhd-owner-tile b,
body.rhd-theme-basic .rhd-owner-tile b,
html.rhd-theme-basic .rhd-owner-panel h3,
body.rhd-theme-basic .rhd-owner-panel h3{
  color:#101827!important;
}
html.rhd-theme-basic .rhd-owner-lead,
body.rhd-theme-basic .rhd-owner-lead,
html.rhd-theme-basic .rhd-owner-copy,
body.rhd-theme-basic .rhd-owner-copy,
html.rhd-theme-basic .rhd-owner-tile span,
body.rhd-theme-basic .rhd-owner-tile span,
html.rhd-theme-basic .rhd-owner-panel p,
body.rhd-theme-basic .rhd-owner-panel p,
html.rhd-theme-basic .rhd-owner-list div,
body.rhd-theme-basic .rhd-owner-list div{
  color:#334155!important;
}
html.rhd-theme-basic .rhd-owner-eyebrow,
body.rhd-theme-basic .rhd-owner-eyebrow,
html.rhd-theme-basic .rhd-owner-name span,
body.rhd-theme-basic .rhd-owner-name span{
  color:#8b111d!important;
}
html.rhd-theme-basic .rhd-owner-badges span,
body.rhd-theme-basic .rhd-owner-badges span{
  background:#eef3f9!important;
  color:#172033!important;
  border-color:#b7c3d6!important;
}
html.rhd-theme-basic .rhd-owner-note,
body.rhd-theme-basic .rhd-owner-note{
  background:#fffbeb!important;
  border-color:#b45309!important;
  color:#78350f!important;
}
@media(max-width:980px){
  .rhd-owner-hero-grid,.rhd-owner-split{grid-template-columns:1fr}
  .rhd-owner-grid{grid-template-columns:1fr}
}
